@font-face {
  font-family: "zzh";
  src: url(../fonts/zzh.ttf);
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "微软雅黑";
}
.container-fluid {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  margin: 0;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}




.wh{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);}




/*头部样式*/
.top1{background:url('tp.png') no-repeat;color:#888888;font-size:14px;line-height:52px;height:50px;overflow:hidden}
.top1 a{color:#888888;}
.k1 a{margin-left:15px;}


.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}



.top2{height: 120px;overflow: hidden;background:url('topbg.jpg') no-repeat;}
.logo{float:left;line-height: 120px;}
.k2{margin-top:22px;background:url('t.png') no-repeat left top;font-size:28px;font-weight:bold;color:#006db8;padding-left: 84px;padding-top: 36px;height:72px}



.banner-wrap {
  position: relative;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}


/*首页banner*/
.banner{width:1920px;margin:0 auto;position:relative;left:50%;margin-left:-960px;height:500px;}
.banner ul.bb{position:relative;padding:0px;margin:0px;z-index:5;}
.banner ul.bb li{position:absolute;display:none;}
.banner .num{position:absolute;right:46%;bottom:20px;z-index:100;}
.banner .num li{width:12px;height:12px;display:inline-block;margin:0 4px;background:#fff;line-height:18px;
  text-indent:-100px;overflow:hidden;border-radius:12px;}
.banner .num li.num_hover{background-color:#ff7c00;}
.banner .num li.num_hover a{color:#fff;}
.banner .num li a{float:left;display:block;text-align:center;color:#666;text-decoration:none;cursor:pointer;width:18px;height:18px;line-height:18px;}




/* 导航样式 */
.dao{background:#006db8;height:60px;}

.x-menu {
  width: 1200px;margin:0 auto;
 
}

.x-menu > li {text-align:center;width:125px;
  float: left;
  position: relative;

}
.x-menu > li+li{background:url('x.png') no-repeat left center;}
.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height:60px;
}

.x-menu > li > a:hover {
  background: #ee0000;
  color: #fff;
}

.x-menu > li.active > a {

}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 150%;
  left: -25%;
  top: 75px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}





.topbar {
  height: 40px;
  line-height: 40px;
  color: #676767;
  font-size: 1.2rem;
  border-bottom: 1px solid #e7e7e7;
}
.topbar .trt .iconbox a {
  width: 70px;
  float: left;
  border-left: 1px solid #e7e7e7;
  text-align: center;
}
.topbar .trt .iconbox a:hover {
  background: #ffca09;
}
.topbar .trt .sbox {
  float: left;
  border-left: 1px solid #e7e7e7;
}
.topbar .trt .sbox .searchtxt {
  float: left;
  width: 130px;
  height: 39px;
  background: #fff;
  font-size: 1.2rem;
  color: #333;
  border: none;
  padding: 0 10px;
  outline: none;
}
.topbar .trt .sbox .submitbtn {
  border-right:medium none; border-top:medium none; border-bottom:medium none; float: left;
  width: 35px;
  height: 39px;
  background: #007db8 url('topbar-searchbtn.png') no-repeat center;
  border-left: 1px solid #fff;
  outline: none
}
.header-wrap .header {
  position: relative;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .stxt {
  margin-top: 35px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 10px;
}
.header-wrap .header .stxt .stit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3b3b3b;
  margin-bottom: 5px;
}
.header-wrap .header .stxt .btit {
  font-size: 1.2rem;
  color: #343434;
}
.header-wrap .header .phonetxt {
  margin-top: 30px;
  float: right;
}
.header-wrap .header .phonetxt .icon {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.header-wrap .header .phonetxt .ptxt {
  float: left;
  font-size: 1.4rem;
  color: #696969;
}
.header-wrap .header .phonetxt .ptxt span {
  margin-top: 0px;
  display: block;
  font-size: 2.4rem;
  color: #007db8;
  font-family: "Impact";
}
.header-wrap .header .menu {
  line-height: 65px;
  float: right;
}
.header-wrap .header .menu img {
  max-width: 100%;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #000;
}
.nav-wrap {
  height: 40px;
  background: #007db8;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 14.28%;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  line-height: 40px;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  background: #0074e1;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 10;
  background: rgba(255, 255, 255, 1) !important;
  background: #fff;
  filter: alpha(opacity=80);
  width: 171px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: center;
  padding-left: 0px;
  line-height: 35px;
  color: #007db8;
  display: block;
  text-decoration: none;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #fff;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 1) !important;
  background: #fff;
  filter: alpha(opacity=80);
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
  text-align: center;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #007db8;
}
.banner-wrap {
  position: relative;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.searchbox-wrap {
  background: #f4f4f4;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.searchbox-wrap .slt .tit {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #2e2e2e;
  float: left;
}
.searchbox-wrap .slt .con {
  margin-left: 10px;
  float: left;
  display: inline-block;
  font-size: 1.2rem;
}
.searchbox-wrap .slt .con a {
  display: inline-block;
  color: #2e2e2e;
  margin-right: 20px;
}
.searchbox-wrap .srt {
  margin-top: 10px;
}
.searchbox-wrap .srt .searchtxt {
  float: left;
  width: 200px;
  height: 25px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  color: #333;
  background: #f4f4f4 url('searchbox-icon1.png') no-repeat 5px 7px;
  outline: none; padding-left:20px; padding-right:5px; padding-top:3px; padding-bottom:3px
}
.searchbox-wrap .srt .submitbtn {
  float: left;
  width: 50px;
  height: 25px;
  border: none;
  background: #414342;
  color: #fff;
  font-size: 1.2rem;
  outline: none;
}




.box11{margin-top:0px;margin-bottom:30px;}

.box1{margin-top:50px;}
.box1 .title-line {
  text-align: center;
}
.box1 .title-line .title {
  font-size: 2.4rem;
  font-weight: bold;
}
.box1 .title-line .title span {
  margin: 0 5px;
}
.box1 .title-line .title span:nth-child(2) {
  color: #999999;
}
.box1 .title-line .title span:nth-child(3) {
  color: #007db8;
}
.box1 .title-line .line-wrap {
  margin: 10px 0;
  background: #ccc;
  width: 100%;
  height: 1px;
}
.box1 .title-line .line-wrap .line {
  width: 190px;
  height: 3px;
  background: #007db8;
  margin: 0 auto;
}
.box1 .title-line .stxt {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #999;
}

.c1{}
.c1 .c1-1{width:260px;background:#f5f5f5;margin-top:62px;}

.c1 .c1-1 h3 {
  color: #fff;
  height:93px;background:url('pt.png') no-repeat;
  box-sizing: border-box;
  font-size:24px;line-height:32px;
  padding-top: 18px;padding-left:15px
}

.c1 .c1-1 h3 span {
  display: block;
  font-weight: normal;
  font-size:14px;opacity:.6;
  text-transform: uppercase;
}

.c1 .c1-1 .list1 {
 height: 563px;
  border-top: none;
  padding-top:23px;
  padding-left:20px;
  border-bottom: none;
  box-sizing: border-box;border:1px solid #dddddd;
}

.c1 .c1-1 .list1 a.a {
  background: url('list1.png') no-repeat 0 0;
  padding-left:55px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  color: #fff;
  display: block;
  transition-duration: .3s;
  margin-bottom: 10px
}

.c1 .c1-1 .list1 a.a.on {
  background: url('listh.png') no-repeat 0 0;
  color: #fff;
  width: 293px;
  box-sizing: border-box
}

.c1 .c1-1 .list1 .sec {
  display: none;
  padding-bottom: 6px;
  margin-left: 10px;
  width: 222px;
  margin-bottom: 8px;
}

.c1 .c1-1 .list1 .sec a.b {
  line-height: 40px;

  font-size: 14px;
  color: #666666;
  display: block;
  padding-left:15px;
  background: url('dian.png') no-repeat 95% 50%;

  box-sizing: border-box;
  width: 200px;
    overflow: hidden;
    height: 40px
}

.c1 .c1-1 .list1 .sec a.b:hover {
   background: url('dian.png') no-repeat 95% 50%;
   color: #666666
}

.c1 .c1-1 .dh1 {
  padding-top:20px;background: #fbfbfb;
  padding-bottom: 27px;
  text-align: left;
  border-top: none;
  padding-left:25px;
  display: none
}
a.pm{width:202px;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;line-height:55px;color:#666666;font-size:16px;text-align:center;display:block;margin-left:10px;margin-top:30px;}







.c1 .c1-2 {width:930px;margin-top:58px;}
.c1 .c1-2 .c1-2-1 {position: relative;height:356px;background: url('prod.png') no-repeat;}

.c1 .c1-2 .c1-2-1 .prev,
.c1 .c1-2 .c1-2-1 .next {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  height:51px;
  width:51px;
  bottom:1px;
}

.c1 .c1-2 .c1-2-1 .prev {right:50px;background: url('zb.png') no-repeat center 0;}
.c1 .c1-2 .c1-2-1 .next {right:0;background: url('yb.png') no-repeat center 0;}




.c1 .c1-2 .c1-2-1 .list2 li {padding-top:25px;}



.c1 .c1-2 .c1-2-1 .list2 li .tu {
  width:333px;
  height:304px;margin-left:20px;
}
.c1 .c1-2 .c1-2-1 .list2 li .tu img{
  width: 333px;
  height: 304px;
}





.c1 .c1-2 .c1-2-1 .list2 li .zi {width:466px;z-index: 111;margin-right:77px;}

.c1 .c1-2 .c1-2-1 .list2 li .zi h3 {
  line-height: 36px;
  font-size: 20px;
  color: #333333;
  
}


.c1 .c1-2 .c1-2-1 .list2 li .zi .dd{margin-top:25px;}
.c1 .c1-2 .c1-2-1 .list2 li .zi .dd b {
  font-size:14px;color:#333333;font-weight:normal;
  display: block;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .dd span{

  color: #666666;font-size:14px;
  line-height:24px;border:1px dashed #dddddd;height:129px;display:block;overflow:hidden;display:block;padding:14px 10px 0;margin-top:7px;}


.c1 .c1-2 .c1-2-1 .list2 li .zi .lj {
  margin-top:28px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd {
  display: inline-block;
  width: 145px;
  line-height: 45px;
  text-align: center;
  background: #333333;
  margin: 0 -2px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd a {

  color: #fff;
  font-size:14px;
  display: block;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd:nth-of-type(2) {margin-left:10px;
  background: #76b301;
}







.product_list2{margin-top:28px;}
.product_list2 li{border:1px solid #dddddd;float:left;width:280px;margin-right:20px;margin-bottom:20px;}
.product_list2 li img{max-width:278px;max-height:278px;}
.product_list2 li h3{text-align:center;font-weight:normal;line-height:34px;}
.product_list2 li h3 a{color:#333333;font-size:16px;}

.product_list2 li:nth-child(3n){margin-right:0px;}





.box2{background: url('bj2.png') no-repeat center top;height:236px;margin-top:60px}
.tp{width:180px;height:180px;margin-left:17px;margin-top:32px;}
.tp img{width:180px;height:180px;transition: .3s;}
.tp:hover img{transform:scale(1.1);}





.htwz{width:858px;margin-left:72px;margin-top:53px;}
.httt{color:#58ce14;font-size:34px;font-weight:bold;margin-left:114px;}
.httt span{color:#fff;}
.htz{color:#333333;font-size:18px;margin-left:20px;margin-top:41px;}











.content-wrap .about-wrap {
  padding: 45px 0;
  background: #fff;
}
.content-wrap .about-wrap .title-line {
  text-align: center;
}
.content-wrap .about-wrap .title-line .title {
  font-size: 2.4rem;
  font-weight: bold;
}
.content-wrap .about-wrap .title-line .title span {
  margin: 0 5px;
}
.content-wrap .about-wrap .title-line .title span:nth-child(2) {
  color: #999999;
}
.content-wrap .about-wrap .title-line .title span:nth-child(3) {
  color: #007db8;
}
.content-wrap .about-wrap .title-line .line-wrap {
  margin: 10px 0;
  background: #ccc;
  width: 100%;
  height: 1px;
}
.content-wrap .about-wrap .title-line .line-wrap .line {
  width: 190px;
  height: 3px;
  background: #007db8;
  margin: 0 auto;
}
.content-wrap .about-wrap .title-line .stxt {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #999;
}
.content-wrap .about-wrap .about-con {
  margin-top: 45px;
}
.content-wrap .about-wrap .about-con .abox {
  border: 1px solid #ccc;
}
.content-wrap .about-wrap .about-con .abox a {
  text-decoration: none;
  display: none;
  background: #fff;
}
.content-wrap .about-wrap .about-con .abox a:first-child {
  display: block;
}
.content-wrap .about-wrap .about-con .abox a:hover .conbox .morebtn {
  background: #852300;
}
.content-wrap .about-wrap .about-con .abox a .picbox img {
  max-width: 100%;
}
.content-wrap .about-wrap .about-con .abox a .conbox {
  padding: 20px;
}
.content-wrap .about-wrap .about-con .abox a .conbox .tit {
  font-size: 2.2rem;
  color: #292929;
  font-weight: bold;
}
.content-wrap .about-wrap .about-con .abox a .conbox .tit span {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing:-1px;
}
.content-wrap .about-wrap .about-con .abox a .conbox .line {
  height: 2px;
  width: 130px;
  background: #ffca09;
  margin: 15px 0;
}
.content-wrap .about-wrap .about-con .abox a .conbox .con {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #292929;
  line-height: 25px;
  height: 175px;
  overflow: hidden;
}
.content-wrap .about-wrap .about-con .abox a .conbox .morebtn {
  margin-top: 20px;
  width: 135px;
  height: 40px;
  color: #fff;
  background: #007db8;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .about-wrap .about-con .iconbox {
  margin-top: 30px;
  background: #fff;
  padding: 15px 0;
  border: 1px solid #eee;
}
.content-wrap .about-wrap .about-con .iconbox .ilist a {
  text-decoration: none;
  display: block;
  height: 65px;
  line-height: 65px;
  color: #292929;
  font-size: 1.6rem;
  font-weight: bold;
  border-right: 1px solid #eee;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .about-wrap .about-con .iconbox .ilist a:hover,
.content-wrap .about-wrap .about-con .iconbox .ilist a.on {
  color: #007db8;
}
.content-wrap .about-wrap .about-con .iconbox .ilist a:hover .icon img,
.content-wrap .about-wrap .about-con .iconbox .ilist a.on .icon img {
  -webkit-filter: grayscale(0);
}
.content-wrap .about-wrap .about-con .iconbox .ilist a:hover .tit span,
.content-wrap .about-wrap .about-con .iconbox .ilist a.on .tit span {
  opacity: 1;
}
.content-wrap .about-wrap .about-con .iconbox .ilist a .icon {
  display: inline-block;
  width: 30%;
  text-align: center;
}
.content-wrap .about-wrap .about-con .iconbox .ilist a .icon img {
  max-width: 100%;
  -webkit-filter: grayscale(1);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .about-wrap .about-con .iconbox .ilist a .tit {
  width: 70%;
  display: inline-block;
  position: relative;
}
.content-wrap .about-wrap .about-con .iconbox .ilist a .tit span {
  display: block;
  line-height: 0;
  background: url('about-iconbox-arrow.png') no-repeat;
  width: 9px;
  height: 4px;
  position: absolute;
  left: 30px;
  margin-left: -4px;
  top: 10px;
  opacity: 0
}
.content-wrap .product-wrap {
  background: url('productbg.jpg') no-repeat fixed center;
  background-size: cover; padding-left:0; padding-right:0; padding-top:55px; padding-bottom:55px
}
.content-wrap .product-wrap .title-line {
  text-align: center;
  margin-bottom: 25px;
}
.content-wrap .product-wrap .title-line .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.content-wrap .product-wrap .title-line .title span {
  margin: 0 5px;
}
.content-wrap .product-wrap .title-line .title span:nth-child(2) {
  color: #999999;
}
.content-wrap .product-wrap .title-line .title span:nth-child(3) {
  color: #007db8;
}
.content-wrap .product-wrap .title-line .line-wrap {
  margin: 10px 0;
  background: #ccc;
  width: 100%;
  height: 1px;
}
.content-wrap .product-wrap .title-line .line-wrap .line {
  width: 190px;
  height: 3px;
  background: #007db8;
  margin: 0 auto;
}
.content-wrap .product-wrap .title-line .stxt {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #fff;
}
.content-wrap .product-wrap .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .product-wrap .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #007db8;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .product-wrap .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .product-wrap .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .product-wrap .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .product-wrap .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .product-wrap .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .product-wrap .w-ltside .show-hide .div2:hover a {
  background: #ffca09;
  color: #fff;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul li a:hover {
  color: #ffca09;
}
.content-wrap .product-wrap .ltside {
  padding-bottom:20px;
}
.content-wrap .product-wrap .ltside .linkbox .title-arrow .tit {
  background: #1982ff;
  height: 50px;
  line-height: 50px;
  border-left: 5px solid #ffc805;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 30px;
}
.content-wrap .product-wrap .ltside .linkbox .title-arrow .tit span {
  display: inline-block;
  float: left;
}
.content-wrap .product-wrap .ltside .linkbox .title-arrow .tit .arrow {
  float: right;
  display: inline-block;
  font-style: normal;
  transform: rotate(90deg);
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap {
  margin-top: 0px;
  text-align:center;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox {
  margin-bottom: 8px;
  margin-right: 8px;
  display:inline-block;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list {
  border-left: 5px solid #ffca09;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background: #007db8;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list:hover {
  border-left-color: #393939;
  background: #ffca09;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list.on1 {
  border-left-color: #393939;
  background: #ffca09;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list.on1 .arrow img {
  transform: rotate(90deg);
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list .tit {
  width: 100%;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list .icon {
  font-style: normal;
  width: 7%;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list2 {
  margin-top: 5px;
  display: none;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list2 ul {
  background: #fff;
  padding: 0 15px;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li:last-child {
  border-bottom: none;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a {
  padding-left: 40px;
  display: block;
  height: 50px;
  text-align: left;
  color: #292929;
  line-height: 50px;
  font-size: 1.4rem;
  text-decoration: none;
  overflow: hidden;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
  color: #ffca09;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
  float: left;
  width: 10%;
  font-style: normal;
}
.content-wrap .product-wrap .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
  float: left;
  width: 80%;
}
.content-wrap .product-wrap .ltside .contactbox {
  margin-top: 10px;
}
.content-wrap .product-wrap .ltside .contactbox .pic {
  border: 1px solid #ccc;
}
.content-wrap .product-wrap .ltside .contactbox .pic img {
  border: 3px solid #fff;
  width: 100%;
}
.content-wrap .product-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .product-wrap .product-con .plist .pbox {
  background: #fff;
  padding: 10px 10px 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .product-con .plist .pbox:hover {
  background: #007db8;
}
.content-wrap .product-wrap .product-con .plist .pbox:hover .conbox .tit {
  color: #fff;
}
.content-wrap .product-wrap .product-con .plist .pbox:hover .conbox .btnbox .b1 a {
  border-color: #fff;
  color: #fff;
  background: none;
}
.content-wrap .product-wrap .product-con .plist .pbox:hover .conbox .btnbox .b2 a {
  border-color: #fff;
  background: #fff;
  color: #292929;
}
.content-wrap .product-wrap .product-con .plist .pbox .picbox {
  border: 1px solid #ccc;
}
.content-wrap .product-wrap .product-con .plist .pbox .conbox {
  padding: 10px;
}
.content-wrap .product-wrap .product-con .plist .pbox .conbox .tit {
  font-size: 1.4rem;
  color: #292929;
  text-align: center;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .plist .pbox .conbox .btnbox {
  margin-top: 5px;
}
.content-wrap .product-wrap .product-con .plist .pbox .conbox .btnbox .b1 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.content-wrap .product-wrap .product-con .plist .pbox .conbox .btnbox .b1 a {
  text-decoration: none;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #acacac;
  border: 1px solid #acacac;
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .product-con .plist .pbox .conbox .btnbox .b1 a:hover {
  background: #fff;
  color: #292929;
}
.content-wrap .product-wrap .product-con .plist .pbox .conbox .btnbox .b2 {
  display: inline-block;
}
.content-wrap .product-wrap .product-con .plist .pbox .conbox .btnbox .b2 a {
  text-decoration: none;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #007db8;
  border: 1px solid #007db8;
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .product-con .plist .pbox .conbox .btnbox .b2 a:hover {
  background: #b83000;
  color: #fff;
}
.content-wrap .adbox-wrap {
  background: url('adboxbg1.jpg') no-repeat center;
  background-size: cover;
  padding-left:0; padding-right:0; padding-top:30px; padding-bottom:30px
}
.content-wrap .adbox-wrap .pic img {
  max-width: 100%;
}
.content-wrap .service-wrap {
  padding: 45px 0 0;
}
.content-wrap .service-wrap .title-line {
  text-align: center;
}
.content-wrap .service-wrap .title-line .btit {
  font-size: 3.6rem;
  font-weight: bold;
  color: #007db8;
  padding-top: 10px;
}
.content-wrap .service-wrap .title-line .btit span {
  display: block;
  font-size: 2.2rem;
  color: #292929;
  font-weight: normal;
}
.content-wrap .service-wrap .title-line .stit {
  margin-top: 25px;
  font-size: 1.6rem;
  color: #696969;
}
.content-wrap .service-wrap .service-con {
  margin-top: 45px;
}
.content-wrap .service-wrap .service-con .picbox .pic img {
  max-width: 100%;
}
.content-wrap .service-wrap .service-con .conbox {
  margin-top: 20px;
}
.content-wrap .service-wrap .service-con .conbox .clist {
  margin-bottom: 20px;
}
.content-wrap .service-wrap .service-con .conbox .clist .num {
  padding-top: 12px;
  width: 13%;
  height: 85px;
  background: #007db8;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.content-wrap .service-wrap .service-con .conbox .clist .num span {
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.content-wrap .service-wrap .service-con .conbox .clist .con {
  width: 83%;
}
.content-wrap .service-wrap .service-con .conbox .clist .con .tit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #292929;
  border-bottom: 1px dashed #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .service-wrap .service-con .conbox .clist .con .cn {
  font-size: 1.4rem;
  color: #696969;
  line-height: 30px;
}
.content-wrap .service-wrap .sbox {
  margin-top: 35px;
  background: url('servicebg.jpg') no-repeat center;
  background-size: cover;
  padding-left:0; padding-right:0; padding-top:35px; padding-bottom:35px
}
.content-wrap .service-wrap .sbox img {
  max-width: 100%;
}
.content-wrap .service-wrap .sbox .picbox {
  text-align: center;
}
.content-wrap .service-wrap .sbox .conbox {
  margin-top: 20px;
}
.content-wrap .service-wrap .sbox .conbox .clist {
  margin-bottom: 20px;
}
.content-wrap .service-wrap .sbox .conbox .clist .num {
  padding-top: 12px;
  width: 13%;
  height: 85px;
  background: #ffca09;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.content-wrap .service-wrap .sbox .conbox .clist .num span {
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.content-wrap .service-wrap .sbox .conbox .clist .con {
  width: 83%;
}
.content-wrap .service-wrap .sbox .conbox .clist .con .tit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .service-wrap .sbox .conbox .clist .con .cn {
  font-size: 1.4rem;
  color: #fff;
  line-height: 30px;
}
.content-wrap .case-wrap {
  padding: 55px 0;
  overflow: hidden;
}
.content-wrap .case-wrap .title-line {
  text-align: center;
}
.content-wrap .case-wrap .title-line .title {
  font-size: 2.4rem;
  font-weight: bold;
}
.content-wrap .case-wrap .title-line .title span {
  margin: 0 5px;
}
.content-wrap .case-wrap .title-line .title span:nth-child(2) {
  color: #999999;
}
.content-wrap .case-wrap .title-line .title span:nth-child(3) {
  color: #007db8;
}
.content-wrap .case-wrap .title-line .line-wrap {
  margin: 10px 0;
  background: #ccc;
  width: 100%;
  height: 1px;
}
.content-wrap .case-wrap .title-line .line-wrap .line {
  width: 190px;
  height: 3px;
  background: #007db8;
  margin: 0 auto;
}
.content-wrap .case-wrap .title-line .stxt {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #999;
}
.content-wrap .case-wrap .case-con {
  margin-top: 45px;
}
.content-wrap .case-wrap .case-con .case-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-wrap .case-wrap .case-con .case-carousel .item {
  display: block;
  text-decoration: none;
  margin: 0 10px;
}
.content-wrap .case-wrap .case-con .case-carousel .item:hover .btit {
  background: #007db8;
  border-bottom-color: #0074e1;
  color: #fff;
}
.content-wrap .case-wrap .case-con .case-carousel .item .btit {
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  overflow: hidden;
  font-size: 1.4rem;
  color: #696969;
  background: #eee;
  border-bottom: 1px solid #dedede;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .case-wrap .case-con .case-carousel .item img{
	width:100%;
	height:100%;
	}
.content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -60px;
  top: 40%;
  background: #007db8;
  font-size: 1.8rem;
  color: #fff;
  font-family: "黑体";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin: 0;
  opacity: 1;
  font-weight: bold;
  border-radius: 0;
}
.content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: #ffca09;
}
.content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -60px;
  top: 40%;
  background: #007db8;
  font-size: 1.8rem;
  color: #fff;
  font-family: "黑体";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin: 0;
  opacity: 1;
  font-weight: bold;
  border-radius: 0;
}
.content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #ffca09;
}
.content-wrap .case-wrap .case-con .morebtn {
  margin-top: 40px;
}
.content-wrap .case-wrap .case-con .morebtn a {
  margin: 0 auto;
  text-decoration: none;
  display: block;
  width: 130px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #ccc;
  color: #292929;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 3px solid #ccc;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .case-wrap .case-con .morebtn a:hover {
  background: #007db8;
  border-color: #007db8;
  border-bottom-color: #0074e1;
  color: #fff;
}
.content-wrap .news-wrap {
  background: #f5f5f5;
  padding-bottom: 45px;
}
.content-wrap .news-wrap .title-line {
  background: url('newsbg.jpg') no-repeat center top;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  padding-left:0; padding-right:0; padding-top:60px; padding-bottom:240px
}
.content-wrap .news-wrap .title-line .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.content-wrap .news-wrap .title-line .title span {
  margin: 0 5px;
}
.content-wrap .news-wrap .title-line .title span:nth-child(2) {
  color: #fff;
}
.content-wrap .news-wrap .title-line .title span:nth-child(3) {
  color: #fff;
}
.content-wrap .news-wrap .title-line .line-wrap {
  margin: 10px 0;
  background: #ccc;
  width: 100%;
  height: 1px;
}
.content-wrap .news-wrap .title-line .line-wrap .line {
  width: 190px;
  height: 3px;
  background: #007db8;
  margin: 0 auto;
}
.content-wrap .news-wrap .title-line .stxt {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #fff;
  opacity: .6;
}
.content-wrap .news-wrap .news-con {
  margin-top: -162px;
}
.content-wrap .news-wrap .news-con .nlist {
  padding: 0 5px 10px;
}
.content-wrap .news-wrap .news-con .nlist a {
  text-decoration: none;
  display: block;
  background: #fff;
  padding: 5px;
  border-bottom: 2px solid #e3e3e3;
}
.content-wrap .news-wrap .news-con .nlist a:hover .conbox .morebtn {
  background: #007db8;
}
.content-wrap .news-wrap .news-con .nlist a .conbox .icon {
  margin-top: -60px;
  text-align: center;
}
.content-wrap .news-wrap .news-con .nlist a .conbox .icon img {
  max-width: 100%;
}
.content-wrap .news-wrap .news-con .nlist a .conbox .con {
  padding: 30px 20px 10px;
}
.content-wrap .news-wrap .news-con .nlist a .conbox .con .tit {
  font-size: 1.4rem;
  color: #292929;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .nlist a .conbox .con .cn {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #696969;
  line-height: 21px;
  height: 63px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .nlist a .conbox .morebtn {
  margin: 10px auto 30px;
  width: 125px;
  height: 35px;
  background: #666;
  color: #fff;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contact-wrap {
  padding: 45px 0;
}
.content-wrap .contact-wrap .title-line {
  text-align: center;
}
.content-wrap .contact-wrap .title-line .title {
  font-size: 2.4rem;
  font-weight: bold;
}
.content-wrap .contact-wrap .title-line .title span {
  margin: 0 5px;
}
.content-wrap .contact-wrap .title-line .title span:nth-child(2) {
  color: #999999;
}
.content-wrap .contact-wrap .title-line .title span:nth-child(3) {
  color: #007db8;
}
.content-wrap .contact-wrap .title-line .line-wrap {
  margin: 10px 0;
  background: #ccc;
  width: 100%;
  height: 1px;
}
.content-wrap .contact-wrap .title-line .line-wrap .line {
  width: 190px;
  height: 3px;
  background: #007db8;
  margin: 0 auto;
}
.content-wrap .contact-wrap .title-line .stxt {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #999;
}
.content-wrap .contact-wrap .contact-con {
  margin-top: 55px;
}
.content-wrap .contact-wrap .contact-con .ccon .con p {
  color: #505050;
  font-size: 1.2rem;
  line-height: 25px;
  margin-bottom: 10px;
}

.content-wrap .contact-wrap .contact-con .ccon .con .iconbox {
  margin-top: 20px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox .ilist {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #484848;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox .ilist span {
  display: inline-block;
}
.content-wrap .contact-wrap .contact-con .ccon .con .morebtn {
  margin-top: 30px;
  background: #202020;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contact-wrap .contact-con .ccon .con .morebtn:hover {
  background: #007db8;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist {
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox1 {
  width: 49%;
  height: 35px;
  padding: 5px;
  font-size: 1.4rem;
  color: #333;
  border: 1px solid #dfdfe0;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox2 {
  width: 100%;
  height: 35px;
  padding: 5px;
  font-size: 1.4rem;
  color: #333;
  border: 1px solid #dfdfe0;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox3 {
  width: 100%;
  height: 130px;
  padding: 5px;
  font-size: 1.4rem;
  color: #333;
  border: 1px solid #dfdfe0;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .submitbtn {
  background: #007db8;
  height: 40px;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .submitbtn:hover {
  background: #b83000;
}
.content-wrap .contentbox {
  margin-top: 20px;
}
.content-wrap .contentbox .tit-line {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .contentbox .tit-line h2 {
  font-family: "Aparajita";
  color: #383838;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.content-wrap .contentbox .tit-line h2 span {
  font-family: "微软雅黑";
  display: block;
  font-size: 2rem;
}
.content-wrap .contentbox .tit-line .line-wrap {
  width: 100%;
  height: 1px;
  background: #ccc;
}
.content-wrap .contentbox .tit-line .line-wrap .line {
  position: relative;
  top: -1px;
  height: 3px;
  background: #007db8;
  width: 80px;
  margin: 0 auto;
}
.content-wrap .contentbox .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #007db8;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .contentbox .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
  background: #ffca09;
  color: #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a:hover {
  color: #ffca09;
}
.content-wrap .contentbox .ltside {
  padding-right: 20px;
  margin-bottom: 80px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
  color: #007db8;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit {
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit span {
  color: #acacac;
  position: relative;
  top: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap {
  margin-top: 5px;
  border: 1px solid #ccc;
  padding: 5px 0;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox {
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 1.6rem;
  text-decoration: none;
  color: #2f2f2f;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover {
  background: #007db8;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover .tit span {
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 {
  background: #007db8;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 .tit span {
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .tit {
  width: 80%;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .tit span {
  display: block;
  font-size: 1.2rem;
  color: #787878;
  text-transform: uppercase;
  font-family: "Aparajita";
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .arrow {
  font-style: normal;
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 {
  display: none;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul {
  background: #ededed;
  padding: 5px 10px 0;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li {
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a {
  padding-left: 20px;
  display: block;
  height: 50px;
  text-align: left;
  color: #696969;
  line-height: 50px;
  font-size: 1.4rem;
  text-decoration: none;
  overflow: hidden;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
  color: #007db8;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
  font-style: normal;
  float: left;
  width: 10%;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
  float: left;
  width: 80%;
}
.content-wrap .contentbox .ltside .btnbox {
  margin-top: 25px;
}
.content-wrap .contentbox .ltside .btnbox .b2 {
  margin-top: 20px;
}
.content-wrap .contentbox .ltside .btnbox .b2 a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  color: #333;
}
.content-wrap .contentbox .ltside .btnbox .b2 a:hover {
  border-color: #007db8;
}
.content-wrap .contentbox .ltside .btnbox .b2 a i {
  margin: 0 30px;
  font-style: normal;
  font-weight: bold;
  color: #000;
}
.content-wrap .contentbox .main-wrap {
  padding-bottom: 30px;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-bottom: 15px;
  line-height: 30px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title {
  color: #060607;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title span {
  color: #acacac;
  margin-left: 8px;
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: normal;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit {
  color: #343434;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit span {
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
  color: #616161;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .back a {
  color: #343434;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .title-posit .line {
  border-top: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con img {
  max-width: 100%;
  margin: 10px 0;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #0d0d0d;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .news-con .nlist {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .conbox .morebtn {
  background: #852300;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
  width: 20%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox {
  width: 78%;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .tit {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #2b2b2b;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .con {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #878787;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .morebtn {
  float: right;
  margin-top: 10px;
  width: 80px;
  height: 30px;
  border-radius: 3px;
  background: #007db8;
  color: #fff;
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox {
  background: #fff;
  padding: 10px 10px 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox:hover {
  background: #007db8;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox:hover .conbox .tit {
  color: #fff;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox:hover .conbox .btnbox .b1 a {
  border-color: #fff;
  color: #fff;
  background: none;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox:hover .conbox .btnbox .b2 a {
  border-color: #fff;
  background: #fff;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .picbox {
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox {
  padding: 10px;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .tit {
  font-size: 1.4rem;
  color: #292929;
  text-align: center;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox {
  margin-top: 5px;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox .b1 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox .b1 a {
  text-decoration: none;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #acacac;
  border: 1px solid #acacac;
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox .b1 a:hover {
  background: #fff;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox .b2 {
  display: inline-block;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox .b2 a {
  text-decoration: none;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #007db8;
  border: 1px solid #007db8;
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox .b2 a:hover {
  background: #b83000;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .case-con .clist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .case-con .clist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .case-con .clist a:hover .btit {
  background: #007db8;
  border-bottom-color: #0074e1;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .btit {
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  overflow: hidden;
  font-size: 1.4rem;
  color: #696969;
  background: #eee;
  border-bottom: 2px solid #dedede;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .partner-con .plist {
  padding: 0 5px 10px;
}
.content-wrap .contentbox .main-wrap .partner-con .plist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .partner-con .plist a:hover {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
  font-weight: normal;
  font-size: 1.4rem;
  width: 22%;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 130px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox3 {
  margin-left: 2%;
  float: left;
  width: 15%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic {
  float: left;
  margin-left: 5px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic img {
  height: 30px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn {
  margin-top: 10px;
  width: 100px;
  height: 30px;
  color: #292929;
  border: none;
  background: #d1d1d1;
  font-size: 1.4rem;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
  background: #007db8;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
  margin-left: 23%;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox {
  padding-left: 20px;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}

.content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
  font-size: 1.3rem;
  color: #696969;
  line-height: 26px;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn img { max-width:100% !important; height:auto !important;}

.content-wrap .contentbox .main-wrap .news-details-con .tit {
  text-align: center;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit span {
  font-size: 2.4rem;
  border-bottom: 1px solid #0196dc;
  padding-bottom: 5px;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic {
  margin: 10px 0;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .news-details-con .con  {
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .news-details-con .con  img {
  max-width: 100% !important; height:auto !important;
}
.content-wrap .contentbox .main-wrap .product-details-con img {
  max-width: 100% !important; height:auto !important;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px;
}
.footer-wrap .footer {
  background: url('footerbg.jpg') no-repeat center;
  background-size: cover
}
.footer-wrap .footer .f1box {
  padding: 35px 0;
}
.footer-wrap .footer .f1box .ewmbox .pic img {
  max-width: 100%;
}
.footer-wrap .footer .f1box .cconbox .link-ul {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.footer-wrap .footer .f1box .cconbox .link-ul .list {
  width: 12.5%;
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.footer-wrap .footer .f1box .cconbox .link-ul .list a {
  color: #fff;
}
.footer-wrap .footer .f1box .cconbox .link-ul .list span {
  float: right;
}
.footer-wrap .footer .f1box .cconbox .cbox {
  margin-top: 30px;
}
.footer-wrap .footer .f1box .cconbox .cbox .clt {
  float: left;
  color: #fff;
  line-height: 28px;
  font-size: 1.4rem;
}
.footer-wrap .footer .f1box .cconbox .cbox .clt span {
  display: block;
  font-size: 1.4rem;
}
.footer-wrap .footer .f1box .cconbox .cbox .crt {
  float: right;
  margin-top: 20px;
}
.footer-wrap .footer .f2box {
  background: rgba(0, 0, 0, 0.5) !important;
  background: #000;
  filter: alpha(opacity=50);
  font-size: 1.2rem;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #007db8;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #d03600;
}
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-bottom: .2em;
  padding-top: .5em;
}
.hot-wrap .list a span {
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .col-md-14 {
    width: 11.11%;
    float: left;
  }
  .header-wrap .header {
    height: 120px;
  }
  .header-wrap .header .logo {
    line-height: 120px;
  }
  .header-wrap .header .logo img {
  max-width:400px;
  }
  .searchbox-wrap .slt {
    margin-top: 5px;
    float: left;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    width: 70%;
  }
  .searchbox-wrap .slt .tit {
    width: 16%;
  }
  .searchbox-wrap .slt .con {
    margin-left: 0;
    width: 84%;
  }
  .searchbox-wrap .srt {
    margin-top: 0;
    float: right;
  }
  .content-wrap .product-wrap .product-con .plist .pbox .conbox .btnbox {
    text-align: center;
  }
  .content-wrap .about-wrap .about-con .abox a .picbox {
    float: left;
    width: 60%;
  }
  .content-wrap .about-wrap .about-con .abox a .picbox img {
    width: 100%;
    height: 420px;
  }
  .content-wrap .about-wrap .about-con .abox a .conbox {
    float: right;
    width: 40%;
    padding: 40px 40px 0;
  }
  .content-wrap .about-wrap .about-con .abox a .conbox .line {
    margin: 25px 0;
    position: relative;
    left: -70px;
  }
  .content-wrap .service-wrap .title-line .btit {
    background: url(../images/index-titleline3.png) no-repeat center top;
    height: 76px;
  }
  .content-wrap .service-wrap .title-line .stit {
    margin-top: 25px;
  }
  .content-wrap .service-wrap .service-con .picbox {
    padding-left: 20px;
  }
  .content-wrap .service-wrap .service-con .conbox {
    padding-right: 50px;
  }
  .content-wrap .service-wrap .service-con .conbox .clist {
    margin-bottom: 50px;
  }
  .content-wrap .service-wrap .sbox .picbox {
    padding-right: 20px;
  }
  .content-wrap .service-wrap .sbox .conbox {
    padding-left: 50px;
  }
  .content-wrap .news-wrap .news-con .nbox {
    padding-right: 30px;
  }
  .content-wrap .contact-wrap .contact-con .ccon {
    padding-right: 20px;
  }
  .content-wrap .contentbox .main-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox {
    text-align: center;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mconbox {
    width: 890px;
    margin: 0 auto;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 12%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 14%;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .showcn {
    padding-left: 35px;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox {
    float: right;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z2 {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em;
  }
  .content-wrap .contact-wrap .contact-con .messagecon {
    margin-top: 20px;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
  .footer-wrap .footer .f2box {
    background: #292929;
    color: #fff;
  }
}
@media (max-width: 480px) {
  .logo img {
    max-width: 80%;
  }
  .content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 35%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .conbox {
    width: 63%;
  }
}
@media (max-width: 375px) {
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 28%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 28%;
  }
}





.title_ny {
	font-size: 14px;
color: #fff;
font-weight: normal;
line-height: 22px;
overflow: hidden;
height: 20px;
background: url('jt.png') no-repeat 20px 8px;; padding-left:40px; padding-right:0; padding-top:0; padding-bottom:10px
}
.title_ny span {
	margin: 0 0 0 5px;
}
.a_left {
	width: 210px;
	float: left;
	position: relative;
}
.a_title {
	height: 35px;
	line-height: 35px;
	background: #008C17;
	font-size: 14px;
	padding-left: 17px;
	color: #fff;
	text-align: left;
}
.a_title a {
	color: #fff;
}
.a_list {
	width: 208px;
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 0px 0 10px 0;
}
.a_list ul {
	padding: 10px 0px 0 0;
	padding-left: 40px;
}
.a_list ul li {
	line-height: 30px;
}
.a_list ul li >a {
	background: url('jt.gif') no-repeat left center;
	padding-left: 12px;
	color: #333
}
.a_list ul li >a:hover {
	color: #C30D23;
}
.a_list ul li dl {
	padding-left: 10px;
}
.a_list ul li dl dd {
	height: 22px;
	line-height: 22px;
}
.a_list ul li dl dd a {
	padding-left: 15px;
	background: url('-.gif') no-repeat left center;
	color: #333
}
.a_list ul li dl dd a:hover {
	color: #C30D23;
}
.a_contact {
	width: 208px;
	border: 1px solid #ccc;
	margin: 10px 0 20px 0;
	text-align: center;
	padding-bottom: 5px;
}
.a_contact >p {
	color: #666666;
	line-height: 18px;
	text-align: left;
	padding: 0 8px 0 8px;
}
.a_contact >p >a {
	color: #333;
}
.a_contact >p >a:hover {
	color: #C30D23;
}
.a_contact img {
	margin: 5px 0 5px 0;
}
.a_tel {
	background: url('dh.gif') no-repeat 8px center;
	text-align: left;
	padding-left: 68px;
	margin-bottom: 10px
}
.a_tel span {
	color: #333;
}
.a_tel p {
	color: #C30D23;
	font: 14px "Impact";
}
.a_right {
	width: 930px;
	float: right;
	position: relative;
	margin: 31px 0 0 0;
}
/* 下一个产品 */
.preNext {
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
}
.preNext a{
	display:block;
	margin-bottom:10px;
	}
.preNext .line {
	height: 10px;
	overflow: hidden;
	clear: both;
	margin: 4px auto;
	padding-top: 10px;
}
.preNext .line strong {
	display: block;
	width: 8px;
	height: 10px;
	overflow: hidden;
	font-size: 0px;
	line-height: 100px;
	float: left;
}
.preNext .text {
	color: #333;
}
.preNext .text dt{line-height: 38px;}
.preNext .text a:hover {
	color: #0F8E47;
	text-decoration: underline;
}
.preNext .text dt a {
	color: #333;
}
.preNext .text dt a:hover {
	color: #0F8E47;
}
.preNext .text_b {
	color: #0F8E47;
}
.preNext .text_b a {
	color: #0F8E47 !important;
}
.nrfg{    border-bottom: 1px solid #ccc;     margin: 20px 0 0 0;}
.nrfg span{    font-size: 15px;  font-weight: bold;}
/*新闻列表*/
.news_list li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #E3E9EA solid;
}
.news_list li {
	font-size: 14px;
	background:url('time.png') no-repeat left center;
	padding-left:30px
}
.news_list span {
	float: right;
}
.news_list li a {
	color: #333;
}
.news_list li a:hover {
	color: #0F8E47;
}
/* 翻页 */
.page_list {
	height: 20px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0;
	;
	font-size: 12px;
	margin-top: 20px;
	border: none !important;
	margin-bottom: 20px;
}
.page_list a {
	display: inline-block;
	color: #aaa;
	border: 1px solid #aaa;
	background: #fff;
	text-align: center;
	margin: 0 1px;
	width: auto;
	height: 20px;
	padding: 0px 6px;
	font-family: "Microsoft Yahei", "宋体";
}
.page_list a:hover {
	color: #fff;
	border: 1px solid #C30D23;
	background: #C30D23;
}
.page_list a.on {
	color: #fff;
	border: 1px solid #C30D23;
	background: #C30D23;
}
/*新闻详细*/
.title_news_article {
	font-size: 24px;
	color: #333333;
	height: 50px;
	text-align: center;
}
.news_aticle {
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
/*product 页面*/
.prolist {
}
.prolist ul li {
	float: left;
	margin: 0 7px 0 8px;
	height:260px;
}
.prolist ul li > a {
	display: block;
	width: 210px;
	border: 1px #ccc solid;
}
.prolist ul li p {
	margin-bottom: 10px;
}
.prolist ul li p a {
	width: 210px;
	text-align: center;
	margin-top: 0px;
	font-size: 14px;
	color: #333;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}
.prolist ul li p a:hover {
	color: #C30D23;
}
/* 产品详情 */
.proinfo {
	width: 100%;
	height: 300px;
}
.photo{width: 100%;}
.photo h3{    text-align: center; font-size: 20px; margin-bottom: 20px; font-weight: bold;}
.photo h3 a{color:#0F8E47;}
.photo_img{width: 400px; margin: 0 auto; margin-top: 20px; border: 10px #fff solid;}
.proinfo_img {
	float: left;
	width: 400px;
	border: 1px #d0d0d0 solid;
}
.proinfo_text {
	float: left;
	width: 420px;
	margin-left: 50px;
}
.proinfo_text h1 {
	color: #C30D23;
	border-bottom: 1px #d0d0d0 solid;
	height: 35px;
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
	margin-top: 10px;
	font-family: "微软雅黑";
}
.proinfo_text p {
	margin: 10px 0;
	color: #333;

}
.pro_c {
	color: #333;
	padding-bottom: 20px;
	line-height: 24px;
}
/*相关信息*/
.related_news {
	margin: 20px 0 0 0;
	height: 120px
}
.related_title {
	border-bottom: 1px solid #ccc;
	margin: 0px 0 10px 0;
}
.related_title span {
	font-size: 14px;
	font-weight: bold;
}
.related_title a {
	float: right;
	font-size: 12px;
	font-weight: normal;
}
/*相关新闻*/

.related_news ul li {
	width: 50%;
	float: left;
	padding: 2px 10px;
	box-sizing: border-box;
}
.related_news ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 24px;
}
.related_news ul li a em {
	float: right;
}
/*相关产品*/
.related_product {
	height: 235px;
}
.related_product ul li {
	float: left;
    width: 190px;
    margin-left: 13px;
    margin-right: 13px;
}
.related_product ul li>a {
	border: 1px #ddd solid;
width: 200px;
height: 150px;
display: block;
}
.related_product ul li p a {
	text-align: center;
	display: block;
}


/* 分页 */
.page_info{text-align:center;margin-top:10px;color:#aaa;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:20px;line-height:20px;text-align:center;letter-spacing:0;;font-size:12px;margin-top:20px; border:none !important;}
.page_list a{display:inline-block;color:#aaa;border:1px solid #aaa;background:#fff;text-align:center;margin:0 1px; width:auto; height:20px; padding:0px 6px;font-family:"Microsoft Yahei";}
.page_list a:hover{color:#fff;border:1px solid #C30D23;background:#C30D23;}
.page_list a.on{color:#fff;border:1px solid #C30D23;background:#C30D23;}


.pagination {
    clear: both;
    text-align: center;
	float: right;
}
.pagination li {
   display: inline-block;
}
.pagination li a {
    display: block;
    padding: 4px 12px;
    background-color: #fcfcfc;
    border: 1px solid #eeeeee;
}
.pagination li + li a {
    border-left: none;
}
.pagination li.active a,
.pagination li a:hover {
    background-color: #0F8E47;
    color: #ffffff;
}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.bg1_cont {width: 960px;margin:0 auto;/* height: 328px; */overflow: hidden;}
.bg1_text {padding-left: 30px;width:472px;background: url('line1.gif') no-repeat left top;}
.bg1_text .p1 img {vertical-align: top;}
.bg1_text .p2 {padding: 16px 0 22px 0;font: 14px/24px "Microsoft YaHei";color: #333;}
.fr { float:right;}
.adv1 {background: url('adv1.jpg') no-repeat center; height:721px}
.adv3 {background: url('adv3.jpg') no-repeat center; height:206px; margin-bottom:25px}
.adv2 a:hover {color:#fab00e;}


	   
	   /* 询盘 */
.xqtitle{ width:80px; height:24px; text-align:center;  line-height:24px; background:#C30D23; font-size:14px; margin-bottom:10px; font-family:"Microsoft Yahei","微软雅黑"; color:#fff; }
.goodsConts{color:#666; margin-top:20px;}
.inquiry{ margin:0 auto; clear:both; font-size:14px; border:1px #ddd solid; padding:30px; background:#f8f8f8} 
.form-group1{ width:50%; float:left; margin-bottom:10px} 
.form-group10{ width:50%; float:left; margin-bottom:10px} 
.form-group2{ width:100%; float:left; margin-bottom:10px} 
.form-group3{ float:left; margin:0 50px 10px 0;} 
.form-group4{ float:left; margin-bottom:10px} 

.inquiry label{ float:left; line-height:30px;} 
.form-control1{ float:left; width:75%; border:1px #ddd solid; height:30px; line-height:30px;} 
.form-control2{ float:left; width: 87.5%; border:1px #ddd solid; height:100px; line-height:30px;} 
.form-control3{ float:left; width:100px; border:1px #ddd solid; height:30px; line-height:30px;} 
.form-sub1{ width:80px; height:30px; color:#fff; background:#C30D23; border:none;}

	   /* 留言 */
.content01{padding: 10px 10px 20px 10px;}
.form-group{width: 650px; margin: 0 auto; clear: both; padding: 12px 0;}
.form-group label{float: left;}
.form-control{    float: left; width: 500px; border: 1px #ddd solid; height: 30px; line-height: 30px;}
.form-control-c{float: left; width: 500px; border: 1px #ddd solid; height: 100px; line-height: 30px;}
button.form-sub{width: 650px;  margin: 0 auto; clear: both; padding: 12px 0;}
.form-sub{height: 40px; color: #fff; background: #0F8E47;  border: none;}
.form-control-y{    float: left;  width: 100px; border: 1px #ddd solid; height: 30px;  line-height: 30px;}
.content {
	padding: 20px 10px;
	margin: 10px 0 20px 0;
}
.content p {
	color: #333;
	font-size: 14px;
	line-height: 28px;
}

ul {
	list-style: none outside none;
}

.wfixed{width:1200px; margin:0 auto;}
.fl{float:left;}
.fr{float:right;}
	   /* 首页产品列表产品 */	   
.cpbg{width:100%; background: #f5f8f9 url('prod_bg.jpg') repeat-x top center; height: 700px; padding-top: 30px }
.g-sd1{position: relative; float: left; width: 240px;}
.cate-box{width: 100%; background-color: #0f8e47; color: #fff;}
.cate-box h3{font-size: 30px; color: #fff; line-height: 67px; text-align: center; border-bottom: 1px solid #fff; position: relative; overflow: hidden;}
.cate-box h3:after{position: absolute; top: -30px;  right: -30px; display: block; content: ''; width: 60px;height: 60px; background-color: #fff; transform: rotate(45deg);}
.cate-box ul li{font-size: 16px;}
.cate-box ul li a{color: #fff; display: block; line-height: 54px; border-bottom: 1px solid #28b365; border-left:#FFCA09 solid 5px; background:#007DB8; padding-left: 54px;}
.cate-box ul li a:hover{background:#FF8E01; border-left:#000 solid 5px; }
.tel-box{border: 2px solid #007DB8; border-top: 0px; text-align: left; background-color: #fff; padding: 15px;}
.tel-box p.big{font-size: 18px; text-align: center;}
.tel-box strong{color: #ff8e00;  font-size: 24px; font-weight: bold;}
.tel-box a{background-color: #f38005; border-radius: 10px; padding: 5px 25px; color: #fff;}
.mt10{margin-top: 10px;}

.g-mn1{width:880px; float:right;}
.widget_search{padding: 14px 0; width: 100%; line-height: 35px; text-align: left; background-color: #fff; position: relative; height: 40px;}
.widget-notice{width: 645px; height: 40px; float: left;}
.widget-notice img{float:left; padding-top: 10px;}
.widget-notice span{float:left; padding-left: 20px; font-size: 14px; color: #000; line-height: 32px; width: 625px; box-sizing: border-box;}
.widget-search-form{width:282px; float:right;}
.input_text{box-sizing: border-box; display: block; width: 100%; height: 40px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555;
    background-color: #fff; background-image: none; border: 1px solid #eae7e7; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.widget-search-form .input_text{float: left;  width: 75%; height: 35px; vertical-align: top; border-color: #0f8e47; border-radius: 20px;}
.input_text:focus{border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.widget-search-form .btn_search{margin-left: 4%; width: 20%; height: 35px; border: none; background-color: #0f8e47; color: #fff; border-radius: 10px; font-size: 14px;}

.widget_product li{float: left; margin-right: 20px; width: 290px; background: #fff; margin-bottom: 20px;}
.widget_product li a p{    line-height: 32px; font-size: 16px; text-align: center;}
.widget_product li:nth-child(3n){margin-right: 0;}



	   /* 首页优势 */
.youshi{background:#0f8e41 url('advs.jpg') no-repeat top center; height:152px}
.youshi2{background:#0f8e41 url('adv_bg.jpg') no-repeat top center; height:152px}
.ys_l{background-color: #f5f8f9; height: 1180px; padding-top: 40px;}
.ys_l .T{background: url('adv05.png') no-repeat top center; height: 130px; padding-bottom: 35px}
.ys_s{width:100%; height: 500px;}
.ys_d{width:587px;}
.ys_span{padding: 20px 0; background: inherit; text-align: left; display: block;}
.ys_span h3{position: relative; padding-left: 76px; color: #0f8e47; font-weight: 700;}
.ys_span h3:before{position: absolute; top: -2px; left: 0; width: 68px; height: 56px; background: url('adv_bg2.png') no-repeat;
    color: #fff; text-align: center; font-weight: bolder; font-size: 36px; line-height: 45px }
.ys_span h3:before{content: '01';}
.ys_span .yss:before{content: '02';}
.ys_span .ysa:before{content: '03';}
.ys_span .ysb:before{content: '04';}
.ys_span h3 p{padding: 0; color: inherit; font-size: 24px;}
.ys_span h3 p:before{content: '';}
.ys_span p{padding-left: 76px; height: auto; color: #3a3a3a; font-size: 14px; line-height: 32px;}
.ys_span p:before{color: #ff8e00; content: '+'; font-weight: 700;}
.ys_span h3 small{color: #ff8e00; font-size: 18px; line-height: 32px;}

	   /* 产品轮播 */
.hot_rx{background: url('case_bg.jpg') top center; height: 515px; padding-top: 40px}
.E{background: url('case_t.png') no-repeat top center; height: 160px; padding-bottom: 10px}
.box{ width:1200px; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.hotproduct {margin: 15px 0 20px 0;}
#demo1p {width: 1200px; height: 265px; overflow: hidden; position: relative;}
#indemo1p {float: left; width: 800%;}
#demo1p1 {float: left;}
#demo1p2 {float: left;}
.top_14 {list-style: none outside none; display: inline;}
.top_14 li {float: left; height: 265px; overflow: hidden;  padding-right: 8px; padding-top: 8px; text-align: center; width: 285px; background: #fff; margin-right: 20px; padding-left: 8px;}
.top_14 h3 {height: 217px; margin: 0 auto;}
.top_14 h3 a {padding: 1px; display: table-cell;}
.top_14 h3 img {vertical-align: middle;}
.top_14 li p {margin-top: 7px;}
.top_14 li p .a1 {font-size: 15px; overflow: hidden; display: block; height: 24px; color:#666;}
.top_14 li p .a1:hover {color: #0f8e47;}

	   /* 关于我们 */
.about_box{border: 2px solid #0f8e47; height: 400px; margin-top: 80px; margin-bottom: 40px;}
.about_t{padding: 50px 35px 30px; position: relative; width:690px; box-sizing: border-box;}
.about_t h3{position: absolute; top: -45px; background: #fff; font-size: 36px; color: #0f8e47; padding: 0 60px; font-weight: bold;}
.f-toe{overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.about_t h3:before{position: absolute; display: block; content: ''; width: 30px; height: 35px; border-top: 2px solid #ff8e00; border-left: 2px solid #ff8e00; top: 5px; left: 15px;}
.about_t h3:after{position: absolute; display: block; content: ''; width: 30px; height: 35px; border-bottom: 2px solid #ff8e00; border-right: 2px solid #ff8e00; bottom: 5px; right: 15px;}
.about_t .C{color: #333; font-size: 14px; line-height: 28px; text-align: justify;}
.more a{background-color: #fff; color: #0f8e47;     padding: 6px 30px; border: 1px solid #0f8e47; border-radius: 20px; display: inline-block; margin-top: 10px; font-size: 14px;}
.about_f{width:480px; padding: 50px 35px 30px; position: relative; box-sizing: border-box;}
.about_f span{font-size: 28px; display: block; width: 100%; height: 1px; position: relative;}
.about_f span b{width: 100%; line-height: 70px; background-color: #0f8e47; text-align: center; color: #fff; position: absolute; top: 0;}

	   /* 首页新闻 */
.index_new{width:587px; margin-top: 60px;}	   
.box-t{border-bottom: 1px solid #ccc;font-size: 24px;color: #0f8e47;margin-bottom: 15px;padding-bottom: 10px;position: relative;line-height: 24px;text-align: left}
.box-t strong{font-weight: bold;}
.box-t .small{font-size: 18px; font-weight: bold;}
.box-t a{font-size: 12px;color: #b2b2b2;}
.box-t:after{position: absolute;display: block;content: '';width: 100px;height: 2px;background-color: #0f8e47;bottom: -1px}	   
.PageCrumbList{float: right; font-size: 14px; color: #b2b2b2; font-weight: normal;}
.PageCrumbList a{font-size: 14px; color: #666;}
.box-t:after{position: absolute; display: block; content: ''; width: 100px; height: 2px; background-color: #0f8e47; bottom: -1px;}

.news-box{position: relative; color: #828282; border-bottom: 1px solid #ddd; padding-bottom: 1em; height: 143px;}
.news-cont{width:380px;}
.news-cont h3{font-size: 16px; font-weight: bold; line-height:200%;}
.news-cont h3 a{color:#333;}
.news-cont p{font-size: 14px; line-height: 30px; color: #666;}

.new-box{font-size: 16px; color: #535353; padding-top: 10px; margin-bottom: 1em;}
.new-box li{font-size: 15px; line-height: 28px; background:url('text_align_left.png') no-repeat left center; padding-left:25px}
.new-box li a{color:#333;}
.new-box li span{padding-right: 8px; float: right; color: #828282;}

.index_news{width:587px; margin-top: 60px;}
.newss-box{position: relative; color: #828282; border-bottom: 1px solid #ddd; padding-bottom: 1em; margin-bottom: 1em;}
.newss-box h3{font-size: 16px; font-weight: bold; line-height: 32px;}
.newss-box h3 i{background-color: #ff7700;}
.newss-box i{font-size: 12px; border-radius: 5px; color: #fff; padding: 4px; font-weight: normal; margin-right: 10px; font-style:normal;}
.newss-box h3 a{font-weight: normal; color: #ff7700;}
.newss-box p{padding: 3px 0; line-height: 24px; font-size: 14px;}
.newss-box p i{background-color: #0c8854;}
.newss-box p span{ }

	   /* 友情链接 */
.busMess{background: #F3F6F7; line-height: 24px; margin-top: 30px; padding-top: 15px; padding-bottom: 15px;}
.busMess span{font-size: 12px; color:#333;}
.con{font-size:12px;}

.box-x{position: relative; margin-bottom: 0px; padding: 6px 0 10px 0; width: 100%; background-color: #fff; color: #000; text-align: left; font-size: 30px; line-height: 35px;border-bottom: 1px solid #006db8;}
.box-x strong{font-weight: bold;}
.box-x .PageCrumbList{color: #000;}
.box-x .PageCrumbList a{color: #000;}

.pagination li { display: inline-block;  display: inline-block;  zoom: 1;  float: left; margin: 0; width: auto; height: auto;}





.nav .menu ul {
	background-color:#0F8E47;
	position: absolute;
	display: none;
	top:65px;
	overflow: hidden;
	z-index: 999;
	left:0;	
}

.nav .menu ul.pro{
	width:1200px;
	left:-290px;
	}

.nav .menu ul li {
	float: none;
	position: static;
	text-align: left;
	background: none;
	width:120px;
	padding:0;
	float:left;
}
.nav .menu ul.pro li{
	width:160px;
	}

.nav .menu ul li a {
	border-bottom: medium none;
	display: block;
	font-size: 14px;
	position: static;
	color: #fff;
	padding:0;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height:35px;
	line-height: 35px;
}

.nav .menu ul li a:hover {
	color: #fff;
	background-color:#F60;
	border-bottom: medium none;
	display: block;
	font-size: 14px;
	font-weight: normal;
	position: static;
	text-transform: none;
}

.nav .menu ul li .current {
	color: #fff;
	background-color: #f27a00;
}

.nav .menu ul.subnav {
	display: block;
}
.fbanner{
	width:100%;
	height:350px;
	}





	
.infoNav{
 margin-top:30px; padding-top:6px; border-top:1px solid #ccc;
}

.fl{
 float:left;
 }
.fr{
 float:right
 }
.clear{
	clear:both;
	}
.pageNav{
 clear:both; margin-top:30px; text-align:right;
}
.pageNav{}
.pageNav a{
 padding:8px 10px; font-size:11px; background:#EBEBEB;
}

.pageNav a.prev, .pageNav a.next, .pageNav a.cur{
 background-color:#060;  color:#ffffff; padding:8px 10px;
}
.pageNav a:hover{
	background:#0C3;
	color:#fff;
	}


.news_xw{
   width:880px;margin-top:20px;
}
.news_xw dl{
 height:170px;
}
.news_xw dd{
  float:left;
  margin-right:20px;
}
.news_xw dd img{
  width:232px;
  height:157px;
  border-radius:5px;
}
.news_xw dt{
  float:right;
  width:618px;
}
.news_xw dt h3{
margin:0px;
padding:0px;
}
.news_xw dt h3 a{
  font-size:16px;
  color:#5e5e5e;
  font-weight:bold;
  border-bottom:#ccc dashed 1px;
  display:block;
  padding-bottom:10px;
  line-height:25px;
  margin-top:5px;
}
.news_xw dt h3 a:hover{
  color:#173885;
  transition:0.5s;
  padding-left:5px;
}
.news_xw dt p{
  color:#6e6d6d;
  font-size:14px;
  line-height:25px;
  padding:10px 0px;
  font-weight:normal;
}
.news_xw dt span a{
  color:#173885;
  font-size:14px;
  font-weight:normal;
  margin-top:10px;
}


p{
margin:0px
}
.protxt {
	FONT-WEIGHT: bold; FONT-SIZE: 26px; COLOR: #ff0000; LINE-HEIGHT: 26px;FONT-FAMILY: "Microsoft Yahei";
}
#cs2{width:100%;height:220px;overflow:hidden;text-overflow:ellipsis;color:#ffffff;line-height:32px;}
#cs21{width:100%;height:151px;overflow:hidden;text-overflow:ellipsis}
.innernid {
	BORDER-RIGHT: #F2EEE3 4px solid; BORDER-TOP: #F2EEE3 4px solid; MARGIN-BOTTOM: 4px; BORDER-LEFT: #F2EEE3 4px solid; BORDER-BOTTOM: #F2EEE3 4px solid
}
.innerPic {
	BORDER-RIGHT: #F2EEE3 2px solid; BORDER-TOP: #F2EEE3 2px solid; BORDER-LEFT: #F2EEE3 2px solid; BORDER-BOTTOM: #F2EEE3 2px solid;
}
.innerPic:hover {
    border-color:#FF9626; 
}

.innerPic1 {
	BORDER-RIGHT: #F2EEE3 1px solid; BORDER-TOP: #F2EEE3 1px solid; BORDER-LEFT: #F2EEE3 1px solid; BORDER-BOTTOM: #F2EEE3 1px solid;padding:2px;
}
.innerPic1:hover {
    border-color:#FF9626; 
}
A.menu1 {
	FONT-SIZE: 12px;COLOR: #ffffff; TEXT-DECORATION: none;LINE-HEIGHT: 18px;
}
A.menu1:link {
	FONT-SIZE: 12px;COLOR: #ffffff
}
A.menu1:visited {
	FONT-SIZE: 12px;COLOR: #ffffff; TEXT-DECORATION: none
}
A.menu1:hover {
	FONT-SIZE: 12px;COLOR: #ffff00; TEXT-DECORATION: none
}
.abouttxt {
	padding-left:10px;padding-right:10px;padding-bottom:10px;padding-top:10px;height:816px;
}
.ssk {
	HEIGHT: 25px;COLOR: #EBAE6C;font-size:20px;FONT-WEIGHT: bold;FONT-FAMILY: "Microsoft Yahei"; margin-right:0px;line-height:25px
}
.ssk1 {
	HEIGHT: 25px;COLOR: #ff0000;font-size:20px;FONT-WEIGHT: bold;FONT-FAMILY: Arial; margin-right:0px;
}