@charset "utf-8";

:hover{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img{
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -o-transition:0.5s ease;
    -ms-transition:0.5s ease;
}
.picfd: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);
}

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}

.qcontainer,.qcontainer2{
    margin-right: auto;
    margin-left: auto;
}
.padding1{
    padding: 90px 0 50px;
}

/* 头部 */
.header{
    width: 100%;
    background: rgba(255,255,255,1);
    position: relative;
    z-index: 9999999;
    -webkit-box-shadow:0 2px 18px rgba(42, 20, 28, .22);
    -moz-box-shadow:0 2px 18px rgba(42, 20, 28, .22);
    box-shadow:0 2px 18px rgba(42, 20, 28, .22);
}
.header .collapse{
    position: relative;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 110px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius:0px;
}
.header .navbar-default {
  background: none;
  /*background:rgba(255, 255, 255, 0.9);*/
}
.header .navbar-brand {
  float: left;
  height: 110px;
  padding: 27px 0 0 0px;
  font-size: 18px;
  line-height: 0px;
  position:absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 60px;
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 18px;
  color: #333;
}
.header .navbar-default .navbar-nav > li{
  margin:0px;
}

.header .navbar .search { width: 150px; height: 34px; background-color: #eee; border-radius: 34px; margin: 38px -15px 0 0; position: relative; z-index: 3; }
.header .navbar .search .wbk1 { font-size: 12px; color: #333; width: 104px; height: 34px; line-height: 34px; padding-left: 14px; background: none; border: 0px; }
.header .navbar .search .btn1 { width: 46px; height: 34px; line-height: 34px; text-align: center; background: url(../images/pic1.png) no-repeat center; border: 0px; }

.header .nav{ margin-right: 44px; padding-right:0px; padding-bottom:0px; }
.header .nav > li{ margin-right:16px !important; position:relative; }
/*.header .nav > li:first-child{ margin-left:0px !important; }*/
.header .nav > li > a { height: 110px; line-height: 100px; text-align: center; padding: 0 22px; border-top: 5px solid #fff; display: block; }
/*.nav > li > a:hover{ color:#f39900 !important; }*/
@media (min-width: 768px) {
  .header .navbar-nav > li {
    /*float: none;*/
    margin-top:10px;
  }
  .header .navbar-nav > li > a {
    /*padding-top: 0px;
    padding-bottom: 0px;*/
  }
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:hover,
.header .navbar-default .navbar-nav > .active > a:focus {
  background:none;
  color: #333;
  border-top: 5px solid #f20515;
}
.header .navbar-default .navbar-nav > .active > a {
  background:none;
  color: #333;
  border-top: 5px solid #f20515;
}
.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 15px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-default .navbar-toggle {
  border-color: #f20515;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #f20515;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #f20515;
}
.header .navbar-default .navbar-toggle:hover .icon-bar,
.header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
  background:none;
  color: #333;
  border-top: 5px solid #f20515;
}

.header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50% !important;
  margin-left: -412px !important;
  z-index: 1000;
  display: none;
  width: 824px;
  min-width: auto;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background:#fff;
  border: 0px solid #a7a6a7;
  border: 0px solid rgba(167, 166, 167, 1);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.header .dropdown-menu2 {
  margin-left: -206px !important;
  width: 412px;
}
.header .dropdown-menu ul{
    text-align: left;
    padding: 36px 0 40px;
    display: flex;
    justify-content: space-around;
}
.header .dropdown-menu li{
}
.header .dropdown-menu li p{
    font-size: 18px;
    color: #333;
    line-height: 100%;
    margin: 0 0 16px;
}
.header .dropdown-menu li p a{
    color: #333;
}
.header .dropdown-menu li p a:hover{
    color: #f20515;
}
.header .dropdown-menu li span{
    font-size: 14px;
    color: #666;
    line-height: 38px;
    display: block;
}
.header .dropdown-menu li span a{
    color: #666;
}
.header .dropdown-menu li span a:hover{
    color: #f20515;
}

.header .open > .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .header .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .header .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* BANNER */
.banner{ width:100%; overflow:hidden; position:relative; z-index:2000; }
.banner .item{ width:100%; }
.banner img{
    display: block;
    width: 100%;
    height: auto;
}
.banner a{
    display: block;
    width: 100%;
}

.banner .owl-buttons{display: none;}
.banner .owl-theme .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; }
.banner .owl-pagination{height:8px; z-index:1111;position:relative; bottom:0px; display:none;}
.banner .owl-theme .owl-dots{ font-size: 0px; width:100%;height:8px;text-align:center; position: absolute; bottom: 46px; left: 0px; }
.banner .owl-theme .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1;  }
.banner .owl-theme .owl-dots .owl-dot span{width:8px;height:8px; background:#f20515; margin:0 4px; border-radius: 8px; }
.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span{ width: 40px; background:#f20515; }
.banner .owl-theme .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:50%; margin-top:-45px; z-index:6; }
.banner .owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:42px;height:91px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.banner .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none;}
.banner .owl-theme .owl-controls .owl-nav .owl-prev{ background: url(../images/pic1.png) no-repeat center; position:absolute; left:0px; }
.banner .owl-theme .owl-controls .owl-nav .owl-next{ background: url(../images/pic2.png) no-repeat center; position:absolute; right:0px; }
.banner .owl-theme .owl-controls .owl-nav .owl-prev:hover{ background: url(../images/pic1.png) no-repeat center; }
.banner .owl-theme .owl-controls .owl-nav .owl-next:hover{ background: url(../images/pic2.png) no-repeat center; }

/* 网站首页 */
.main{
    width: 100%;
    overflow: hidden;
}
.main .biaoti{
    max-width: 100%;
}
.main .biaoti1{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 100%;
}
.main .biaoti1 span.style1{
    font-size: 24px;
    color: #f20515;
    margin-left: 24px;
    text-transform: uppercase;
}
.main .biaoti2{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 36px;
}

.main1{
    width: 100%;
    position: relative;
}
.main1 .pic{
    width: 66.66%;
    overflow: hidden;
}
.main1 .pic img{
    width: 100%;
}
.main1 .text{
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
}
.main1 .text_nr{
    width: 24.25%;
}
.main2{
    width: 100%;
    background-color: #f6fafc;
}
.main2 .carousel1{ width:auto; margin: 0 -49px; padding: 90px 45px; }
.main2 .item{ width:100%; padding: 20px 49px; }
.main2 .item_nr{ width:100%;
}
.main2 .item_nr .pic{ width:44.75%; height: 252px; padding: 15px; background-color: #fff; border-radius: 40px; overflow:hidden; display: flex; align-items: center;
    -webkit-box-shadow:10px 10px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow:10px 10px 15px rgba(0, 0, 0, .1);
    box-shadow:10px 10px 15px rgba(0, 0, 0, .1);
}
.main2 .item_nr .pic img{ width:91px; }
.main2 .item_nr .text{ width:55.25%; padding-left: 32px; }
.main2 .item_nr .number{ font-size: 24px; color: #000; width:100%; line-height: 100%; padding: 16px 0 26px; background: url(../images/pic7.png) no-repeat left bottom; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.main2 .item_nr .content{ font-size: 16px; color: #666; width:100%; line-height: 28px; margin: 33px 0 23px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.main2 .item_nr .title{ font-size: 20px; font-weight: bold; color: #333; width:100%; line-height: 21px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.main2 .item_nr .more{ font-size: 16px; color: #f20515; width:100%; line-height: 100%; margin-top: 26px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.main2 .item_nr:hover .number{
    color: #f20515;
}
.main2 .item_nr:hover .title{
    color: #f20515;
}

.main2 .owl-buttons{display: none;}
.main2 .owl-theme .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; padding-bottom: 0px; }
.main2 .owl-pagination{height:8px; z-index:1111;position:relative; bottom:0px; display:none;}
.main2 .owl-theme .owl-dots{ font-size: 0px; width:100%;height:8px;text-align:center; position: absolute; bottom: 40px; left: 0px; display: block !important; }
.main2 .owl-theme .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1;  }
.main2 .owl-theme .owl-dots .owl-dot span{width:8px;height:8px; background:#ec121d; margin:0 5px; border-radius: 8px; }
.main2 .owl-theme .owl-dots .owl-dot.active span, .main2 .owl-theme .owl-dots .owl-dot:hover span{ width: 34px; }
.main2 .owl-theme .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:50%; margin-top: -22px; z-index:6; display: none !important; }
.main2 .owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:25px;height:45px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.main2 .owl-theme .owl-controls .owl-nav .owl-prev{ background: url(../images/pic5.png) no-repeat center; background-size: cover; position:absolute; left:49px; }
.main2 .owl-theme .owl-controls .owl-nav .owl-next{ background: url(../images/pic6.png) no-repeat center; background-size: cover; position:absolute; right:49px; }
.main2 .owl-theme .owl-controls .owl-nav .owl-prev:hover{ background: url(../images/pic5.png) no-repeat center; background-size: cover; }
.main2 .owl-theme .owl-controls .owl-nav .owl-next:hover{ background: url(../images/pic6.png) no-repeat center; background-size: cover; }
.main3{
    width: 100%;
    padding: 130px 0 80px;
}
.main3 .biaoti{
    width: 960px;
}
.main3_1{
    width: 100%;
    margin-top: 66px;
}
.main3_1 *{
    width: 100%;
}
.main4{
    width: 100%;
    padding: 80px 0;
}
.main4 .biaoti1{
    color: #fff;
}
.main4 .biaoti2{
    color: #fff;
}
.main4_l{
    width: 35.2%;
    margin-top: 186px;
}
.main4_l .more{
    width: 100%;
    margin-top: 40px;
}
.main4_l .more a{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 180px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f20515;
    display: inline-block;
}
.main4_r{
    width: 64.8%;
}
.main4_r #container{
    width: 100%;
    height: 743px;
}
.main5{
    width: 100%;
    padding: 100px 0;
}
.main5 .biaoti{
    width: 960px;
}
.main5_1{
    width: 100%;
    margin-top: 66px;
}
.main5_1 ul{
    margin: -31px -31px 0 0;
}
.main5_1 ul li{
    width: 20%;
    padding: 31px 31px 0 0;
}
.main5_1 ul li .pic{
    width: 100%;
    background-color: #f6fafc;
    overflow: hidden;
}
.main5_1 ul li .pic img{
    width: 100%;
}

/* 底部 */
.footer{
    width: 100%;
}
.footer_t{
    width: 100%;
    padding: 62px 0 96px;
    background-color: #262626;
}
.footer_t1{
    width: 100%;
}
.footer_t1 img{
    height: 67px;
}
.footer_t2{
    width: 100%;
    margin-top: 36px;
}
.footer_t2_l{}
.footer_t2_l ul{}
.footer_t2_l ul li{
    margin-left: 215px;
}
.footer_t2_l ul li:first-child{
    margin-left: 0px;
}
.footer_t2_l ul li p{
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
    width: 100%;
    line-height: 100%;
    margin: 0 0 20px;
}
.footer_t2_l ul li p img{
    width: 21px;
}
.footer_t2_l ul li span{
    font-size: 14px;
    color: #999;
    width: 100%;
    line-height: 34px;
    display: block;
}
.footer_t2_l ul li span bdo.style1{
    width: 30px;
}
.footer_t2_l ul li span bdo.style2{
    margin-left: 30px;
    display: block;
}
.footer_t2_r{}
.footer_t2_r ul{}
.footer_t2_r ul li{
    width: 160px;
    text-align: center;
    margin-left: 42px;
}
.footer_t2_r ul li:first-child{
    margin-left: 0px;
}
.footer_t2_r ul li p{
    width: 100%;
    margin: 0 0 20px;
}
.footer_t2_r ul li span{
    font-size: 14px;
    color: #c0c0c0;
    width: 100%;
    line-height: 100%;
    display: block;
}
.footer_b{
    width: 100%;
    line-height: 24px;
    padding: 28px 0;
    background-color: #181818;
}
.footer_b1{
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
}
.footer_b1 a{
    color: #ccc;
}
.footer_b1 a:hover{
    color: #f20515;
}
.footer_b1 span.style1{
    margin: 0 50px;
}
.footer_b2{
    font-size: 14px;
    color: #747474;
}

/* 内页BANNER */
.qy_banner{
    width:100%;
}
.qy_banner img{
    display: block;
    width: 100%;
    height: auto;
}
.qy_banner a{
    display: block;
    width: 100%;
}

/* 内页公用 */
.qy_main{
    width: 100%;
    overflow: hidden;
}

/* 关于我们 */
.gywm_main{
    width: 100%;
}
.gywm_main1{
    width: 100%;
}
.gywm_main1_1{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    width: 100%;
    text-align: center;
}
.gywm_main1_2{
    font-size: 16px;
    color: #637285;
    width: 100%;
    line-height: 32px;
    margin: 46px 0 32px;
}
.gywm_main1_3{
    width: 100%;
}
.gywm_main1_3 *{
    width: 100%;
}
.gywm_main2{
    width: 100%;
}

/* 产品技术 */
.cpjs_main{
    width: 100%;
}
.cpjs_main1{
    width: 100%;
}
.cpjs_main1_1{
    width: 100%;
}
.cpjs_main1_1 ul{
    margin: -40px -40px 0 0;
}
.cpjs_main1_1 ul li{
    width: 33.33%;
    padding: 40px 40px 0 0;
}
.cpjs_main1_1 ul li .item{
    width: 100%;
}
.cpjs_main1_1 ul li .item .pic{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.cpjs_main1_1 ul li .item .pic1{
    width: 100%;
    background-color: #f4f4f4;
}
.cpjs_main1_1 ul li .item .pic1 img{
    width: 100%;
}
.cpjs_main1_1 ul li .item .pic2{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.cpjs_main1_1 ul li .item .pic2_nr{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cpjs_main1_1 ul li .item .pic2 span{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 180px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f20515;
    display: inline-block;
}
.cpjs_main1_1 ul li .item .title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 19px;
    text-align: center;
    margin: 30px 0 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cpjs_main1_1 ul li .item .content{
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cpjs_main1_1 ul li .item:hover .title{
    color: #f20515;
}
.cpjs_main2{
    width: 100%;
}
.cpjs_main2_1{
    width: 100%;
}
.cpjs_main2_1_l{
    width: 52.2%;
    padding-right: 168px;
    position: relative;
}
.cpjs_main2_1_l .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.cpjs_main2_1_l .swiper-slide {
    background-size: cover;
    background-position: center;
}
.cpjs_main2_1_l .gallery-top {
    height: 350px;
    width: 100%;
}
.cpjs_main2_1_l .gallery-thumbs {
    width: 158px;
    height: 350px;
    box-sizing: border-box;
    padding: 0px 0;
    position: absolute !important;
    top: 0px;
    right: 0px;
}
.cpjs_main2_1_l .gallery-thumbs .swiper-slide {
    height: 100%;
    cursor: pointer;
    opacity: 1;
}
.cpjs_main2_1_l .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    border: 1px solid #000;
}
.cpjs_main2_1_l .swiper-button-next, .cpjs_main2_1_l .swiper-button-prev{
    position: absolute;
    left: auto;
    right: 0px;
    width: 158px;
    height: 30px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cpjs_main2_1_l .swiper-button-prev{
    top: 0px;
}
.cpjs_main2_1_l .swiper-button-next{
    top: auto;
    bottom: 0px;
}
.cpjs_main2_1_l .swiper-button-next.swiper-button-white, .cpjs_main2_1_l .swiper-container-rtl .swiper-button-prev.swiper-button-white{
    background-image: url(../images/pic20.png) !important;
}
.cpjs_main2_1_l .swiper-button-prev.swiper-button-white, .cpjs_main2_1_l .swiper-container-rtl .swiper-button-next.swiper-button-white{
    background-image: url(../images/pic19.png) !important;
}
.cpjs_main2_1_r{
    width: 47.8%;
    padding-left: 50px;
}
.cpjs_main2_1_r .title{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    width: 100%;
    margin-top: 14px;
}
.cpjs_main2_1_r .content{
    font-size: 16px;
    color: #637285;
    width: 100%;
    line-height: 32px;
    margin: 34px 0 54px;
}
.cpjs_main2_1_r .more{
    width: 100%;
}
.cpjs_main2_1_r .more a{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 180px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f20515;
    display: inline-block;
}
.cpjs_main2_2{
    width: 100%;
    margin-top: 70px;
}
.cpjs_main2_2 .tab{ font-size:0px; width:100%; text-align:left; border-bottom: 1px solid #e5e5e5; white-space:nowrap; overflow: hidden; overflow-x: auto; }
.cpjs_main2_2 .tab1{ font-size:24px; font-weight: bold; color:#333; margin-left:90px; display:inline-block; *display:inline; *zoom:1; }
.cpjs_main2_2 .tab1:first-child{ margin-left: 0px; }
.cpjs_main2_2 .tab1 a{ color:#333; height: 53px; line-height:100%; text-align: center; padding:0 10px; display:block; overflow:hidden; }
.cpjs_main2_2 .tab1:hover a{ color: #f20515; border-bottom: 6px solid #f20515; }
.cpjs_main2_2 .tab1.on a{ color: #f20515; border-bottom: 6px solid #f20515; }
.cpjs_main2_2 .tab_nr { width:100%; margin-top: 42px; }
.cpjs_main2_2 .tab_nr1{ width:100%; display: none; }
.cpjs_main2_2 .tab_nr1 .nr1{ width:100%; }
.cpjs_main2_2 .tab_nr1 .nr1 table{ width:100%; border-top: 1px solid #dcdcdc; }
.cpjs_main2_2 .tab_nr1 .nr1 table tbody td{ font-size: 16px; line-height: 38px; padding: 5px 14px; border-bottom: 1px solid #dcdcdc; }
.cpjs_main2_2 .tab_nr1 .nr1 table tbody td.style1{ font-weight: bold; color: #333; min-width: 150px; }
.cpjs_main2_2 .tab_nr1 .nr1 table tbody td.style2{ color: #999; }
.cpjs_main2_2 .tab_nr1 .nr1 table tbody tr:nth-child(2n-1) td{ background-color: #f9f9f9; }
.cpjs_main2_2 .tab_nr1 .nr2{ font-size: 16px; color: #637285; width:100%; line-height: 32px; }

/* 新闻中心 */
.xwzx_main{
    width: 100%;
}
.xwzx_main1{
    width: 100%;
}
.xwzx_main1_1{
    width: 100%;
}
.xwzx_main1_1 ul{
    margin: -40px -40px 0 0;
}
.xwzx_main1_1 ul li{
    width: 33.33%;
    padding: 40px 40px 0 0;
}
.xwzx_main1_1 ul li .item{
    width: 100%;
}
.xwzx_main1_1 ul li .item .pic{
    width: 100%;
    overflow: hidden;
}
.xwzx_main1_1 ul li .item .pic img{
    width: 100%;
}
.xwzx_main1_1 ul li .item .title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 19px;
    margin: 30px 0 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.xwzx_main1_1 ul li .item .content{
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.xwzx_main1_1 ul li .item:hover .title{
    color: #f20515;
}
.xwzx_main1_2{
    width: 100%;
}
.xwzx_main1_2 .nr1{
    font-size: 28px;
    color: #333;
    width: 100%;
}
.xwzx_main1_2 .nr2{
    font-size: 16px;
    color: #666;
    width: 100%;
    margin: 32px 0 60px;
}
.xwzx_main1_2 .nr3{
    font-size: 16px;
    color: #666;
    width: 100%;
    line-height: 32px;
}
.xwzx_main1_2 .nr3 span.style1{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.xwzx_main2{
    width: 100%;
    line-height: 32px;
    padding: 20px 0;
    border-top: 1px solid #dcdcdc;
}
.xwzx_main2 .nr{
    font-size: 16px;
    color: #666;
    max-width: 48%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.xwzx_main2 .nr a{
    color: #666;
}
.xwzx_main2 .nr a:hover{
    color: #f20515;
}

/* 下载中心 */
.xzzx_main{
    width: 100%;
}
.xzzx_main1{
    width: 100%;
}
.xzzx_main1_1{
    width: 100%;
}
.xzzx_main1_1 h2{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 100%;
    text-align: center;
    margin: 60px 0 40px;
    padding-bottom: 18px;
    background: url(../images/pic22.png) no-repeat center bottom;
}
.xzzx_main1_1 h2:first-child{
    margin-top: 0px;
}
.xzzx_main1_1 ul{
    margin: -30px -40px 0 0;
}
.xzzx_main1_1 ul li{
    width: 33.33%;
    padding: 30px 40px 0 0;
}
.xzzx_main1_1 ul li .item{
    width: 100%;
    text-align: center;
    padding: 56px 20px;
    background-color: #fff;
    -webkit-box-shadow:0 0 24px rgba(0, 0, 0, .08);
    -moz-box-shadow:0 0 24px rgba(0, 0, 0, .08);
    box-shadow:0 0 24px rgba(0, 0, 0, .08);
}
.xzzx_main1_1 ul li .item .pic{
    width: 60px;
}
.xzzx_main1_1 ul li .item .pic img{
    width: 100%;
}
.xzzx_main1_1 ul li .item .pic img.img1{
    display: block;
}
.xzzx_main1_1 ul li .item .pic img.img2{
    display: none;
}
.xzzx_main1_1 ul li .item .title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 19px;
    text-align: center;
    margin: 20px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.xzzx_main1_1 ul li .item .content{
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.xzzx_main1_1 ul li .item:hover{
    background-color: #f20515;
    transform: translateY(-10px);
}
.xzzx_main1_1 ul li .item:hover .pic img.img1{
    display: none;
}
.xzzx_main1_1 ul li .item:hover .pic img.img2{
    display: block;
}
.xzzx_main1_1 ul li .item:hover .title{
    color: #fff;
}
.xzzx_main1_1 ul li .item:hover .content{
    color: #fff;
}

/* 联系我们 */
.lxwm_main{
    width: 100%;
}
.lxwm_main1{
    width: 100%;
    position: relative;
}
.lxwm_main1 .pic{
    width: 50%;
    height: 540px;
}
.lxwm_main1 .text{
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.lxwm_main1 .text_nr{
    width: 50%;
    padding-left: 60px;
}
.lxwm_main1 .text_nr h2{
    font-size: 28px;
    color: #333;
    width: 100%;
    line-height: 100%;
    margin: 0px;
    padding: 21px 0;
}
.lxwm_main1 .text_nr ul{
    width: 100%;
}
.lxwm_main1 .text_nr ul li{
    width: 100%;
    margin-top: 20px;
}
.lxwm_main1 .text_nr ul li .wbk1{
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 28px;
    background-color: #f6fafc;
    border: 0px;
}
.lxwm_main1 .text_nr ul li .wbk2{
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 108px;
    line-height: 30px;
    padding: 15px 28px;
    background-color: #f6fafc;
    border: 0px;
}
.lxwm_main1 .text_nr ul li .btn1{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 180px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    margin-top: 16px;
    background-color: #f20515;
    border: 0px;
}
.lxwm_main1 .text_nr ul li ::-webkit-input-placeholder { /* WebKit browsers */
    color: #333;
}
.lxwm_main1 .text_nr ul li :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
}
.lxwm_main1 .text_nr ul li ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
}
.lxwm_main1 .text_nr ul li :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333;
}
.lxwm_main2{
    width: 100%;
    margin: 180px 0 60px;
}
.lxwm_main2_1{
    width: 100%;
}
.lxwm_main2_1 ul{
    width: 100%;
}
.lxwm_main2_1 ul li{
    font-size: 0px;
    width: 33.33%;
    text-align: center;
    padding: 0 10px;
}
.lxwm_main2_1 ul li .item{
    display: inline-block;
}
.lxwm_main2_1 ul li .item .pic{
    width: 56px;
}
.lxwm_main2_1 ul li .item .pic img{
    width: 100%;
}
.lxwm_main2_1 ul li .item .text{
    text-align: left;
    margin-left: 80px;
    display: block;
}
.lxwm_main2_1 ul li .item .text .title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 100%;
    padding-bottom: 12px;
    background: url(../images/pic26.png) no-repeat left bottom;
}
.lxwm_main2_1 ul li .item .text .content{
    font-size: 14px;
    color: #637285;
    margin-top: 10px;
}
.lxwm_main3{
    width: 100%;
}
.lxwm_main3_1{
    width: 100%;
}
.lxwm_main3_1 *{
    width: 100%;
}

/* 弹窗1 */
.qzx1{ position:fixed; top:0px; left:0px; width:100%; height:100%; background: rgba(0,0,0,.4); z-index:999999; display: none;
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.qtcdiv1{ width:556px; position:fixed; top:0px; left:50%; margin-left:-278px; z-index:999999; display: none;
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.qtcdiv1_nr{ width:100%; padding:58px; background-color:#fff; }
.qtcdiv1_nr1{ font-size:24px; font-weight: bold; color:#333; width: 100%; text-align: center; }
.qtcdiv1_nr2{ font-size:16px; color:#999; width: 100%; line-height: 28px; margin: 28px 0 46px; }
.qtcdiv1_nr3{ width: 100%; }
.qtcdiv1_nr3 .wbk1{ font-size:16px; color:#999; width: 100%; height: 60px; line-height: 60px; text-align: center; background-color: #f3f3f3; border: 0px; border-radius: 30px; }
.qtcdiv1_nr3 .btn1{ font-size:20px; font-weight: bold; color:#fff; width: 100%; height: 60px; line-height: 58px; text-align: center; margin-top: 22px; background-color: #f20515; border: 0px; border-radius: 30px; }
.qtcdiv1_nr3 ::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
.qtcdiv1_nr3 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.qtcdiv1_nr3 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
.qtcdiv1_nr3 :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
.qtcdiv1 .qgb1{ width:26px; height:26px; position:absolute; top:20px; right:20px; }

/*page*/
.pages{
    margin-top: 50px;
    font-size: 0;
    text-align: center;
}
.pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 0 5px;
    margin: 0 2px;
    font-size: 16px;
    color: #666;
    border-radius: 3px;
    transition: all 0.5s;
}
.pages a:first-child,.pages a:last-child{
    font-size: 14px;
    width: 70px;
}
.pages a:hover,.pages a.current{
    background: #f20515;
    border: 1px solid #f20515;
    color: #fff;
}


/* 搜索 */
.search_main{
    width: 100%;
    overflow: hidden;
}
.search_main1{
    width: 100%;
    padding: 54px 0;
}
.search_main2{
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}
.search_main2 .wbk1 {
    font-size: 12px;
    color: #666;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 64px 0 15px;
    background: none;
    border: 0px;
    display: block;
}
.search_main2 .btn1 {
    width: 64px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../images/pic27.png) no-repeat center;
    border: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.search_main3{
    width: 100%;
    margin-top: 38px;
}
.search_main3 .btn1 {
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #cc0005;
    border: 0px;
    border-radius: 40px;
}
.search_main4{
    width: 100%;
}
.search_main4 .nr1{
    font-size: 14px;
    color: #333;
    width: 100%;
    line-height: 100%;
    margin: 30px 0 12px;
}
.search_main4 .nr2{
    font-size: 12px;
    color: #666;
    width: 100%;
    line-height: 18px;
}
.search_main5{
    width: 100%;
}
.search_main5 .nr1{
    font-size: 13px;
    color: #666;
    width: 100%;
    line-height: 100%;
    margin-top: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f6f6f6;
}
.search_main5 .nr2{
    width: 100%;
    margin: 110px 0 24px;
}
.search_main5 .nr3{
    font-size: 13px;
    color: #666;
    width: 100%;
    line-height: 100%;
    text-align: center;
}
.search_main6{
    width: 100%;
    position: relative;
}
.search_main6 .img1{
    width: 100%;
    height: 73px;
}
.search_main6 .img2{
    height: 50px;
    position: absolute;
    top: 12px;
    left: 24px;
}
.search_main6 .qtel{
    font-size: 20px;
    color: #fff;
    line-height: 23px;
    position: absolute;
    top: 25px;
    right: 15px;
}
.search_main6 .qtel img{
    height: 23px;
    margin-right: 8px;
}
.search_main7{
    width: 100%;
    padding-top: 6px;
}
.search_main7 ul{
    width: 100%;
}
.search_main7 ul li{
    width: 100%;
    margin-top: 10px;
    padding: 20px 15px 15px;
    background-color: #fff;
}
.search_main7 ul li .title{
    font-size: 16px;
    color: #333;
    width: 100%;
    line-height: 20px;
    padding-left: 12px;
    border-left: 4px solid #cc0005;
}
.search_main7 ul li .content{
    font-size: 13px;
    color: #666;
    width: 100%;
    line-height: 22px;
    margin-top: 16px;
    padding-left: 16px;
}