@CHARSET "UTF-8";





.right1{float:right;width:214px;}

/*首页新闻*/
.news_company{width:280px;float:right;padding:2px;border:1px solid #e0e1dc;}
.news1_title{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.news_company .content{padding:5px;}

/*首页左侧联系我们*/
.contact{width:218px;float:left;border:1px solid #e0e1dc;padding-bottom:5px;margin-top:10px;}
.contact_title{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.contact .content{padding:5px;padding-left:8px;}
.right3{ background:url(../images/chan.jpg) no-repeat;height:28px;font-family:"微软雅黑";color:#278094;font-weight:bold;font-size:14px;padding-left:5px;}
/*工程案例*/
.case{width:460px;float:left;margin-left:12px;border:1px solid #e0e1dc;padding:2px;padding-top:5px;padding-bottom:5px;margin-top:10px;}
.case_title{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}

.news2_company{margin-top:10px;}

/*产品推荐*/
.kk1{width:790px;float:right;}
.recommend_product{background:url(../images/chan1.jpg) left no-repeat;margin-top:10px;}
.right8{background:url(../images/chan2.jpg) left no-repeat;border:1px solid #e0e1dc;margin-top:10px;display:none;}
.recommend_product .title{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.recommend_product .content{padding-top:5px;padding-bottom:14px;padding-left:30px;border:1px solid #e0e1dc;}
.roll_product li{padding-bottom:0px;}

/*首页下载中心*/
.down_index{margin-top:10px;width:280px;float:right;padding:2px;border:1px solid #e0e1dc;}
.down_index .title{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.down_index .content{padding:5px;}

/*首页区域*/
.region{width:1004px;margin:0 auto;padding:10px;margin-top:10px;color:#333; background:url(../images/foot1.jpg) left no-repeat;}
.region h3{line-height:30px;height:30px;line-height:30px;padding-left:10px;position:relative;font-family:"微软雅黑";
border-bottom:2px solid #288094;font-size:14px;}
.more_region{position:absolute;right:10px;line-height:30px;top:0;font-weight:normal;font-size:12px;}
.region .item{padding:10px;padding-bottom:0;color:#666;}
.region .item a{color:#666;padding-left:12px;padding-right:12px;line-height:26px;margin-bottom:6px;}
.region .item a:hover{text-decoration:underline;color:#df2525;}

.city h2{line-height:30px;border-bottom:2px solid #288094;padding-left:5px;}
.city .item{line-height:28px;padding:10px;}


/*页面底部*/
#footer{width:1024px;margin:0 auto;text-align:center;margin-bottom:10px;padding-top:8px;margin-top:15px;}
.nav_foot{text-align:center;line-height:24px;}
.copyright{text-align:center;line-height:24px;font-family:"arial";}

/*------------内页-------------------*/
.n_banner{width:1000px;margin:0 auto;}
.left{width:210px;float:left;}
.sort_menu{border:1px solid #e0e1dc;padding:2px;}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";font-size:14px;color:#288094;}
.sort_product{margin-top:10px;border:1px solid #e0e1dc;padding:2px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";font-size:14px;color:#288094;}

.n_contact{margin-top:10px;border:1px solid #e0e1dc;padding:2px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";font-size:14px;color:#288094;}
.n_contact p.content{padding:5px;}

.right{width:925px;float:right;border:1px solid #e0e1dc;padding-bottom:10px;}
.sitemp{line-height:30px;height:30px;overflow:hidden;background-color:#ececec;padding-right:10px;border-bottom:2px solid #288094;}
.sitemp h2{width:340px;float:left;line-height:30px;text-align:center;text-align:left;text-indent:10px;font-family:"微软雅黑";color:#288094;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;font-family:"微软雅黑";color:#288094;}
.sitemp .site a{font-family:"微软雅黑";color:#288094;}
.right .content{padding:10px;padding-top:15px;}





/*内页左侧样式*/
.container {
  width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}



/*----- Common css ------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.com-img img {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.vn1200 {
  width: 1200px;
  margin: 0 auto;
}

.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.com-img img {
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

/*头部样式*/
.fenzhan {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
  line-height: 14px;
}

.fenzhan a {
  color: #333333;
}

.logo {
  float: left;
  line-height: 107px;
}

.nav {
  height: 68px;
}

.nav li {
  line-height: 68px;
  height: 68px;
  text-align: center;
  width: 94px;
  float: left;
  position: relative;
  z-index: 999;
}

.nav li a {
  display: block;
  line-height: 68px;
  color: #000;
  height: 68px;
  font-size: 15px;
  font-family: '微软雅黑';
}

.nav li a:hover {
  color: #269ce4;
  text-decoration: none;
}

.nav li.lxff {
  background: none;
}

.nav .sec {
  height: 0;
  background: #fff;
  color: #333;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 68px;
  left: 0px;
}

.nav .sec a {
  background: #fff;
  color: #333;
  height: 38px;
  line-height: 38px;
  width: 142px;
  border-bottom: #adbac9 1px dashed;
  font-size: 13px;
}

.nav .sec a:hover {
  background: #fff;
  text-decoration: none;
}


.topLink .f_count {
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}

.head {
  background: #fff;
}

#header {
  width: 1200px;
  margin: 0 auto;
}

.logo {
  float: left;margin-top:10px;
}

.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;

}


.k1 {
  line-height: 30px;
  float: right;
  color: #404040;
}

.k1 a {
  color: #404040;
}

.topLink .k2 {
  color: #3b3b3b;
  font-size: 16px;
  font-family: "微软雅黑";
  float: right;
  text-align: left;
  margin-top: 25px;
}

/*çƒ­é—¨æœç´¢*/
.sosuo {
  background: url(../images/sosuo.jpg) repeat-x;
  height: 79px;
}

.search {
  text-align: left;
  height: 58px;
  width: 1200px;
  margin: 0 auto;
}

#formsearch {
  float: right;
  width: 271px;
  background: url(../images/search.png) no-repeat;
  margin-top: 21px;
}

.hotSearch a {
  margin-right: 6px;
  color: #404040;
}

.hotSearch1 a {
  margin-right: 6px;
  color: #848484;
  font-family: "微软雅黑";
  font-weight: normal;
}

#formsearch input {
  height: 30px;
  background: none;
  border: none;
  line-height: 30px;outline: none
}

#formsearch input#keyword {
  height: 30px;
  line-height: 30px;
  padding-left: 22px;
  color: #666;
  width: 213px;
  float: left;
}

#formsearch input#s_btn {
  width: 57px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  float: right;
}

.hotSearch {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #404040;
}

.hotSearch1 {
  float: left;
  height: 58px;
  line-height: 58px;
  font-weight: 400;
  color: #848484;
  font-family: "微软雅黑";
  font-size: 12px;
}

.box1 {
  background: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 66px;
}

.ptt {
  width: 300px;
}

.pt {
  color: #2b2b2b;
  font-size: 32px;
}

.pt img {
  margin-left: 7px;
}

.pt2 {
  color: #666666;
  font-size: 14px;
  letter-spacing: 2px;
}

.sort1 {
  float: right;
  width: 870px;
  margin-top: 29px;
}

.sort1 li {
  float: left;
}

.sort1 li + li {
  margin-left: 21px;
}

.sort1 li a {
  color: #666666;
  font-size: 16px;
  display: block;
  background: #fff;
  width: 157px;
  margin: 0 auto;
  line-height: 36px;
  border-radius: 5px;
  text-align: center;
}

.sort1 li a:hover {
  color: #fff;
  background: #0093e2;
}

.prod {
  margin-top: 40px;
}

.pleft {
  width: 590px;
}

.pright {
  width: 610px;
}

.box2 {
  margin-top: 50px;
}

.ystt {
  font-weight: 400;
  text-align: center;
  color: #6b6f73;
  font-size: 18px;
  /*background: url(../images/ytt.png) no-repeat center center;*/
}

.ystt2 {
  text-align: center;
  color: #0096e4;
  font-size: 34px;
  letter-spacing: 3px;
  font-weight: bold;
}

.ystt3 {
  text-align: center;
  color: #999999;
  font-size: 14px;
}

.ystt2 span {
  font: 600 54px/54px "Microsoft YaHei";
  font-style: italic;
}

.box1 .cont {
  position: relative;
}

.lb,
.rb {
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 99999;
}

.lb {
  left: -70px;
  background: url(../images/left.png) no-repeat;
  height: 40px;
  width: 40px;
}

.rb {
  right: -70px;
  background: url(../images/right.png) no-repeat;
  height: 40px;
  width: 40px;
}

.lb:hover {
  background: url(../images/left2.png) no-repeat;
  height: 40px;
  width: 40px;
}

.rb:hover {
  background: url(../images/right2.png) no-repeat;
  height: 40px;
  width: 40px;
}

.ads {
  margin-top: 58px;
}

.ads li {
  width: 294px;
  float: left;
  height: 545px;
  overflow: hidden;
}

.ads li + li {
  margin-left: 8px;
}

.ads li:nth-child(2n) {
  margin-top: 57px;
}

.ads li img {
  width: 294px;
  height: 256px;
}

.ads li .det {
  border: 1px solid #ddd;
  height: 287px;
  padding: 0 36px;
}

.ads li h3 {
  font-size: 22px;
  padding-top: 45px;
  color: #333333;
  line-height: 31px;
}

.ads li span {
  font-size: 16px;
  line-height: 29px;
  padding-top: 16px;
  display: block;
  color: #666666;
}

.box3 {
  width: 1920px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -960px;
  height: 551px;
  background: url(../images/bj3.png) no-repeat;
  margin-top: 78px;
}

.box3 .cont1 {
  width: 960px;
}

.box3 .cont1 .min {
  margin-left: 360px;
  margin-top: 67px;
  width: 600px;
}

.cftt {
  color: #0096e4;
  font-size: 32px;
  background: url(../images/sb.png) no-repeat;
  height: 132px;
  line-height: 166px;
  width: 396px;
}

.sbwz {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  width: 425px;
  height: 75px;
  overflow: hidden;
  padding-top: 28px;
}

a.mm {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  border-radius: 4px;
  width: 128px;
  line-height: 32px;
  background: #0096e4;
  margin-top: 15px;
}

.ads2 {
  margin-top: 83px;
}

.ads2 li {
  width: 70px;
  float: left;
  text-align: center;
}

.ads2 li + li {
  margin-left: 98px;
}

.ads2 li h3 {
  font-size: 16px;
  padding-top: 19px;
  color: #0096e4;
  font-weight: normal;
}

.box3 .cont2 {
  width: 960px;
}

.ads3 li {
  width: 960px;
  position: relative;
}

.ads3 li img {
  width: 960px;
  height: 570px;
}

.ads3 li h3 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  color: #fff;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  display: none;
}

.box3 .cont3 {
  position: relative;
  display: none;
}

.lb2,
.rb2 {
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 99999;
}

.lb2 {
  left: 0px;
  background: url(../images/left3.png) no-repeat;
  height: 37px;
  width: 24px;
}

.rb2 {
  right: 10px;
  background: url(../images/right3.png) no-repeat;
  height: 37px;
  width: 24px;
}

.lb2:hover {
  background: url(../images/left4.png) no-repeat;
  height: 37px;
  width: 24px;
}

.rb2:hover {
  background: url(../images/right4.png) no-repeat;
  height: 37px;
  width: 24px;
}

.banner2 {
  width: 590px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -295px;
  height: 490px;
}

.banner2 ul.bb2 {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
}

.banner2 ul.bb2 li {
  position: absolute;
  display: none;
}

.banner2 .num2 {
  position: absolute;
  right: 40px;
  bottom: 35px;
  z-index: 100;
}

.banner2 .num2 li {
  width: 12px;
  height: 14px;
  display: inline-block;
  margin: 0 5px;
  background: url(../images/y.png) no-repeat;
  line-height: 14px;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 4px;
}

.banner2 .num2 li.num_hover {
  background: url(../images/yy.png) no-repeat;
}

.banner2 .num2 li.num_hover a {
  color: #fff;
}

.banner2 .num2 li a {
  float: left;
  display: block;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.banner2 li h3 {
  height: 96px;
  line-height: 96px;
  background: #fff;
  font-weight: normal;
  text-indent: 50px;
}

.banner2 li h3 a {
  color: #333333;
  font-size: 14px;
}

/*滚动*/
#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#indemo {
  float: left;
  width: 800%;
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

.product_list1 li {
  float: left;
  margin-left: 20px;
  margin-bottom: 21px;
  _display: inline;
}

.product_list1 li a.img img {
  width: 285px;
  height: 189px;
}

.product_list1 li h3 {
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-top: 1px solid #e1e1e1;
}

.product_list1 li h3 a {
  font-weight: normal;
  color: #4c4c4c;
  font-size: 14px;
}

.product_list1 li a.img {
  display: block;
}

.product_list2 li {
  float: left;
  margin: 0 10px;
  _display: inline;
}

.product_list2 li a.img img {
  width: 285px;
  height: 189px;
}

.product_list2 li h3 {
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-top: 1px solid #e1e1e1;
}

.product_list2 li h3 a {
  font-weight: normal;
  color: #4c4c4c;
  font-size: 14px;
}

.product_list2 li a.img {
  display: block;
}

.product_list2 li:hover h3 {
  background: #42afe7;
  border-color: #42afe7;
}

.product_list2 li:hover h3 a {
  color: #fff;
}

.product_list3 li {
  float: left;
  _display: inline;
  position: relative;
}

.product_list3 li a.img img {
  width: 321px;
  height: 165px;
}

.product_list3 li .mask {
  width: 321px;
  height: 165px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.product_list3 li:hover .mask {
  opacity: 0;
}

#m_demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#m_indemo {
  float: left;
  width: 800%;
}

#m_demo1 {
  float: left;
}

#m_demo2 {
  float: left;
}

.box4 {
  margin-top: 50px;
}

.sort2 {
  float: right;
  margin-top: 29px;
  text-align: right;
}

.sort2 li {
  float: left;
}

.sort2 li + li {
  margin-left: 19px;
}

.sort2 li a {
  color: #999999;
  font-size: 14px;
  display: block;
  background: #fff;
  width: 110px;
  margin: 0 auto;
  line-height: 36px;
  text-align: center;
  border: 1px solid #999999;
}

.sort2 li a:hover {
  color: #fff;
  background: #0093e2;
}

.ads4 {
  margin-top: 66px;
}

.ads4 li {
  float: left;
  margin-right: 20px;
  margin-bottom: 27px;
}

.ads4 li img {
  width: 380px;
  height: 234px;
}

.ads4 li:nth-child(2n) {
  float: right;
  margin-right: 0px;
}

.anli {
  width: 792px;
}

.nalitubn {
  width: 380px;
  height: 495px;
  margin-top: 65px;
}

.box5 {
  width: 1200px;
  margin: 0 auto;
  background: url(../images/ab.png) no-repeat center top;
  height: 415px;
  margin-top: 76px;
  background-color: #ededed;
}

.abpic {
  width: 550px;
  height: 396px;
  margin-left: 14px;
  padding-top: 14px;
}

.about {
  width: 565px;
  margin-right: 35px;
}

.about_title {
  font-weight: bold;
  font-size: 38px;
  color: #0096e4;
}

.about_title span {
  font-weight: bold;
  font-size: 46px;
  color: #efefef;
  text-transform: uppercase;
  padding-left: 15px;
}

.about_title p {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  letter-spacing: 7px;
}

.about .content {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  overflow: hidden;
  padding-top: 40px;
}

.estructure {
  margin-top: 36px;
}

.estructure li {
  width: 106px;
  float: left;
  border: 1px solid #dfdfdf;
  height: 90px;
  text-align: center;
  padding-top: 16px;
  overflow: hidden;
}

.estructure li + li {
  margin-left: 38px;
}

.estructure li .img1 {
  display: block;
  width: 37px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
}

.estructure li .img1 img {
  width: 37px;
  height: 80px;
}

.estructure li h3 {
  font-size: 14px;
  padding-top: 9px;
  color: #666666;
  font-weight: normal;
}

.estructure li:hover {
  background: #0093e2;
}

.estructure li:hover .img1 img {
  margin-top: -40px;
}

.estructure li:hover h3 {
  color: #fff;
}

.neit {
  background: url(../images/nei1.png) top center no-repeat;
  height: 170px;
  margin-top: 55px;
  box-sizing: border-box;
  padding-top: 43px;
}

.chan {
  width: 1200px;
  margin: 0 auto;
}

.box6 {
  background: #0096e4;
  padding: 5px 0;
  margin-top: 60px;
}

.dyug li {
  float: left;
  width: 170px;
  text-align: center;
}

.dyug_img {
  height: 52px;
}

.dyug_zi {
  font: 400 16px/35px "Microsoft YaHei";
  color: #fff;
}

.c2 {
  background: #fff;
  height: 160px;
  overflow: hidden;
}

.c2-con {
  padding-top: 35px;
}

.c2-con ul li {
  width: 299px;
  float: left;
  background: url(../images/line.png) no-repeat right 25px;
  text-align: center;
  position: relative;
}

.c2-con ul li:last-child {
  background: none;
}

.c2-con ul li .count-title {
  font: bold 54px/53px "Arial";
  color: #555555;
}

.c2-con ul li dt {
  font-size: 12px;
  color: #555555;
  position: absolute;
  top: -4px;
  left: 216px;
}

.c2-con ul li span {
  font: bold 14px/80px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  position: absolute;
  top: 15px;
  left: 205px;
}

.c2-con ul li:nth-child(2) dt {
  left: 227px;
}

.c2-con ul li p {
  font: normal 14px/50px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  color: #555555;
}

.box7 {
  margin-top: 60px;
}

#innewsdemo {
  height: 310px;
  overflow: hidden;
}

.news_lists li {
  position: relative;
  background: none;
  border-bottom: 1px dashed #d8d8d8;
  padding: 12px 0;
}

.news_lists li a {
  color: #454545;
  background: url(../images/wen.png) left 50% no-repeat;
  font: 400 14px/25px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  padding-left: 40px;
  display: block;
}

.news_lists li span {
  background: url(../images/da.png) left 8px no-repeat;
  font: 400 12px/23px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  padding-left: 40px;
  color: #666666;
  display: block;
}

.nsq {
  width: 384px;
  padding: 0 30px;
  height: 400px;
  padding-top: 14px;
  border: 1px solid #d8d8d8;
  margin-top: 60px;
}

.news1-title {
  font-size: 16px;
  color: #0096e4;
  line-height: 35px;
  font-weight: bold;
  background: url(../images/nq.png) no-repeat;
  height: 43px;
  position: relative;
  padding-left: 47px;
}

.news1-title a {
  background: url(../images/nm.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}

.nsq .content {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  margin-top: 26px;
}

#innewsdemo {
  height: 310px;
  overflow: hidden;
}

.news_lists li {
  position: relative;
  background: none;
  border-bottom: 1px dashed #d8d8d8;
  padding: 12px 0;
}

.news_lists li a {
  color: #454545;
  background: url(../images/wen.png) left 50% no-repeat;
  font: 400 14px/25px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  padding-left: 40px;
  display: block;
}

.news_lists li span {
  background: url(../images/da.png) left 8px no-repeat;
  font: 400 12px/23px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  padding-left: 40px;
  color: #666666;
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

.nsleft {
  width: 705px;
  margin-top: 60px;
  height: 414px;
}

.slideGroup .parHd {
  width: 127px;
  float: left;
}

.slideGroup .parHd li {
  float: left;
  background: #b5b5b5;
  cursor: pointer;
  height: 207px;
  padding-left: 25px;
  width: 102px;
  margin-bottom: 2px;
  box-sizing: content-box;
}

.slideGroup .parHd li b {
  width: 31px;
  height: 35px;
  padding-top: 28px;
  display: block;
  box-sizing: content-box;
}

.slideGroup .parHd li strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  display: block;
  padding-top: 13px;
}

.slideGroup .parHd li span {
  color: #ffffff;
  font-size: 12px;
  display: block;
  padding-top: 0px;
  text-transform: uppercase;
}

.slideGroup .parHd li a {
  height: 22px;
  width: 70px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: block;
  margin-top: 17px;
}

.slideGroup .parHd li.on {
  background: #0096e4;
}

.slideGroup .slideBox {
  overflow: hidden;
}

.slideGroup .parBd {
  border: 1px solid #d8d8d8;
  border-left: none;
  float: right;
  width: 520px;
  padding-right: 25px;
  padding-left: 32px;
  height: 414px;
  box-sizing: content-box;
}

.slideGroup .parBd ul {
  overflow: hidden;
  zoom: 1;
}

.slideGroup .parBd ul li {
  _display: inline;
  overflow: hidden;
}

.news_list1 {
  padding-top: 15px;
}

.news_list1 li .img {
  float: left;
}

.news_list1 li .img img {
  width: 226px;
  height: 162px;
}

.news_list1 li .det {
  width: 250px;
  float: left;
  margin-left: 20px;
  text-align: left;
  padding-top: 10px;
}

.news_list1 li b {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
}

.news_list1 li span {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.news_list1 li a.ntt {
  color: #666666;
  font-size: 14px;
  display: block;
  padding: 10px 0;
}

.news_list1 li p {
  color: #666666;
  font-size: 12px;
  line-height: 26px;
}

.infoList {
  height: 200px;
  overflow: hidden;
  margin-top: 10px;
}

.infoList li {
  position: relative;
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #d8d8d8;
}

.infoList li a {
  color: #666666;
  font-size: 14px;
}

.infoList li a:hover {
  text-decoration: none;
  color: #e87518;
}

.infoList li span {
  color: #666666;
  z-index: 0;
  position: absolute;
  right: 0px;
  top: 0px;
}

/*友情链接*/
.links {
 line-height: 24px;
}

.f_link {
  width: 1200px;
  margin: 0 auto;
  line-height: 24px;
  text-indent: 20px;
  padding-top: 40px;
}

.f_link a {
  color: #fff;
  font-family: '微软雅黑';
}

.f_link span {
  font: 400 14px/30px "Microsoft YaHei";
  color: #0096e4;
  text-transform: uppercase;
}

/*页面底部*/
.foot {
  background: #79b70d;
  padding-top: 10px;
  padding-bottom: 15px;
}

.footer {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}

.logos {
  position: absolute;
  top: 25px;
  left: 0;
}

#footer {
  position: relative;
  width: 706px;
  margin: 0 auto;
  text-align: center;
  font-family: '微软雅黑';
  color: #fff;
}

#footer a {
  color: #fff;
  font-family: '微软雅黑';
}

#footer a:visited {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #e87518;
  text-decoration: none;
}

.nav_foot {
  text-align: left;
  line-height: 24px;
}

.nav_foot a {
  /*margin: 0 10px;*/
}

.copyright {
  text-align: center;
  color: #fff;
  line-height: 22px;
  padding-top: 5px;
}

.copyright a {
  color: #fff;
}

.x-region {
  text-align: center;
  color: #fff;
  line-height: 22px;
  padding-bottom: 5px;
}

.x-region a {
  color: #fff;
}

.more_region {
  position: absolute;
  right: 10px;
  line-height: 30px;
  top: 0;
  font-weight: normal;
  font-size: 12px;
}

#footer h3 {
  width: 80px;
  line-height: 30px;
  position: absolute;
  right: 233px;
  top: 5px;
  font-weight: normal;
}

.foot2 {
  background: #313131;
  margin-top: 30px;
}

.d_erm1 {
  margin-top: 45px;
  width: 151px;
  text-align: center;
  font-size: 14px;
  color: #f9f9f9;
  line-height: 50px;
}

.d_title1 h2 {
  color: #f6f6f6;
  font: 600 26px/30px "Arial";
  background: url(../images/hjkahkhk1.png) no-repeat left bottom;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.d_lianxi {
  padding-top: 36px;
  width: 407px;
  margin-left: 75px;
}

.d_lianxi h3 {
  color: #fff;
  font: 600 18px/30px "微软雅黑";
  margin-top: 25px;
}

.hgjagjh {
  color: #f9f9f9;
  font: 500 14px/40px "微软雅黑";
  margin-top: 14px;
}

.hgjagjh img {
  padding-right: 6px;
}

.con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.d_zaixian {
  margin-top: 36px;
}

.ghjagjhghhh1 li {
  float: left;
  width: 120px;
  text-align: left;
}

.nav_foot {
  padding-top: 36px;
  margin-left: 40px;
  width: 240px;
}

.ghjagjhghhh1 {
  margin-top: 15px;
}

.ghjagjhghhh1 a {
  color: #f9f9f9;
  font: 500 14px/42px "微软雅黑";
}

.d_tpl1 {
  color: #fff;
  font: 500 14px/20px "微软雅黑";
  background: url(../images/ghjaghjn1.png) no-repeat left center;
  padding-left: 40px;
  margin-top: 32px;
}

a.d_mess1 {
  margin-top: 24px;
  display: block;
}

.foot2_a1 {
  border-bottom: 1px solid #fff;
  margin-top: 50px;
  color: #c1c1c1;
  font: 500 12px/24px "微软雅黑";
}

.foot2_a1 a {
  color: #c1c1c1;
}

.foot2_a1 a:hover {
  color: #e87518;
}