/*头部样式*/
#header{
   position: relative;
   top: 0;
   z-index: 999;
   width: 100%;
   transition: .5s;
}
#header.scroll{
    position: fixed;
}
.w1920{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;

}
@media (min-width: 1600px){
    .container{
        width: 1200px;
        padding: 0;
    }
}



.w1200{
    width: 1210px;
    margin: 0 auto;

}
.fl{
    float: left;
}
.fr{
    float: right;
}
.top{
     background-color: #fff;
     height: 96px;

}

.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/html/template/default/images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

/*手机端头部*/
.xymob-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #151515;
}

.xymob-head-box {
  position: relative;
  height: 60px;
}

.xymob-head-box .xymob-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 70%;
  height: 30px;
  text-align: center;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
  display: inline;
  font-size: 0;
}

.xymob-head-box .xymob-logo img {
  height: 25px;
}

.xymob-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto 0 auto 27px;
  width: 30px;
  height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-navbtn span {
  margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
          transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.xymob-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.xymob-search-btn {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14%;
  text-align: center;
  line-height: 60px;
}

.xymob-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #151515;
  padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
}

.xymob-nav > li {
  border-bottom: 1px solid #2b2b2b;
  position: relative;
}

.xymob-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
  background: #1E1E1E;
  display: none;
}

.xymob-nav .xymob-sub-menu > li {
  border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.xymob-dlbtn {
  margin-top: 40px;
}

.xymob-dlbtn a {
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #292e39;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.xymob-dlbtn a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
  background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
  background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
  background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
  margin-top: 10px;
  background: none;
  border: 1px solid #fff;
}

.xymob-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #151515;
  padding: 15px 15% 0 15%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .xymob-search .xymob-search-close-btn {
    left: 15px;
  }
}

.xymob-search .xymob-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
}

.xymob-search .xymob-search-close-btn i:after {
  background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
  height: 50px;
  border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
  width: 80%;
  float: left;
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
  width: 20%;
  height: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
  left: 0;
}





.logo{
    float:left;
    margin-top: 18px;
    margin-left: 35px;
}
.logo img{width: 100%;}

.topwz{
    margin-left: 30px;
    margin-top: 25px;

}
.topwz p{
    font-size: 15px;
    color: #343025;
    font-weight: normal;
    line-height: 20px;

}
.topdh {
    padding-left: 40px;
    background: url(/html/template/default/images/topdh.png)no-repeat left center;
    margin-top: -1px;
    margin-right: 30px;
}
.topdh p{
    font-size: 15px;
    color: #343025;
    font-weight: normal;
    line-height: 19px;

}
.topqh{
    margin-right: 9px;
    background: url(/html/template/default/images/qiehsjx.png)no-repeat right center;
    margin-top: 21px;
    padding-right: 19px;
}
.topnav{
    height: 55px;
    background: #083c70;

}




.head{width: 82%;float: right;border-left: 1px solid #e6e6e6;height: 193px;position: relative;}
.top_head{height: 67px;border-bottom: 2px solid #e6e6e6;line-height: 67px;color: #000;font-size: 14px;}
.top_head a{color: #000;font-size: 14px;}
.k2{background: url(/html/template/default/images/tel.png)no-repeat left;padding-left: 38px;line-height: 67px;color: #000;font-size: 14px;margin-left: 2%;}

.topLink{float:right;text-align:right;position: relative;z-index: 9999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(/html/template/default/images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.k1{border-right: 2px solid #e6e6e6;padding-right: 1%}



#menu{position: relative;}

/*热门搜索*/
.search{position: absolute;top:60px;left:40%;}
.x-header-right  #formsearch{width:225px;float:right;margin-right: 0px;
background: url(/html/template/default/images/ss0.png)no-repeat center;

}
.x-header-right {
    float: right;
    margin-top: 0;
    width: 18.75%;
}


.hotSearch{float:left;height:20px;line-height:20px;font-weight:normal;
font-size: 18px;
color: #393939;
margin-left: 0px;
}
.hotSearch a{
    margin:0 15px;
    color: #393939;
}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}




.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);}


/*主体样式*/
#container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/html/template/default/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/html/template/default/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/html/template/default/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*首页新闻*/
.news_company{width:280px;float:right;}
.news1_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/html/template/default/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系W66利来*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/html/template/default/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

/*工程案例*/
.case{width:460px;float:left;margin-left:12px;padding-bottom:5px;margin-top:10px;}
.case_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/html/template/default/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}

.news2_company{margin-top:10px;}

/*产品推荐*/
.recommend_product{margin-top:10px;width:692px;float:left;}
.recommend_product .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";background:url(/html/template/default/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.recommend_product .content{padding-top:15px;padding-bottom:14px;}
.roll_product li{padding-bottom:0px;}

/*品牌列表*/
.brand-list{margin: 20px 0px;display: flex;display: -webkit-flex;flex-wrap: wrap;}
.brand-list li{margin: 5px 8px;}
.brand-list li:hover{box-shadow: 2px 1px 5px;}
.brand-list li img {width: 150px;height: 120px;}

/*前台多页签*/
.news{width:1000px;float:left;margin-top: 10px;}
.tab{position:relative;}
.tab li{float:left;width:100px;height:30px;display:block;line-height:30px;border:1px solid #ccc;margin-right:8px;text-align:center;color:#333;font-size:12px;cursor: pointer;}
.tab li.cur{color:#fff;text-decoration:none;font-size:12px;background:#3a78c1;border-color: #3a78c1;}

.tt{display: none;}
.list1{padding:8px 10px;}
.list1 li{line-height:27px;position:relative;vertical-align: middle;}
.list1 li a{background:url(/html/template/default/images/list_dot1.gif) left center no-repeat;padding-left:12px;line-height:27px;color:#555555;}
.list1 li a:hover{color:#e87518;text-decoration:none;}
.list1 li span{position:absolute;right:0px;line-height:30px;top:0;color:#999;}

/*  */
.a1{width: 1920px;margin-left: -960px;left:50%;position: relative;}
.a2{width: 1200px;margin:0 auto;}
/*  */
.s1{background:#f5f5f5;height: 855px;padding-top: 50px;}

.xin{height: 327px;background: #fff;overflow: hidden;position: relative;width: 1200px;}
.xin .hd{position: absolute;top:267px;left:531px;z-index:999;}
.xin .hd li{cursor: pointer;width: 7px;height: 7px;display: block;float: left;margin-right: 7px;border-radius: 50%;background:#5a5a5a;}
.xin .hd li.on{background: #083c70;}
.xin .bd{}
.news_list1{}
.news_list1 li{float: left;overflow: hidden;}
.news_list1 li .img1{float: left;width: 487px;height: 327px;overflow: hidden;}
.news_list1 li .img1 img{transition: all 0.5s ease-out;}
.news_list1 li .cont{float: left;width: 713px;}
.news_list1 li .cont h3{display: block;width: 190px;height: 66px;line-height: 66px;text-align: center;background: #083c70;color: #fff;font-size: 30px;font-weight: normal;}
.news_list1 li .cont a{display: block;padding-left: 40px;color: #000;font-size: 24px;line-height: 25px;margin-top: 35px;}
.news_list1 li .cont p{color: #999;margin-top: 20px;padding-left: 40px;font-size: 16px;line-height: 30px;padding-right: 37px;height: 115px;}
.news_list1 li .cont span{display: block;padding-right: 34px;text-align: right;color: #4c4c4c;font-size: 16px;}
.news_list1 li img:hover{transform:scale(1.1,1.1);}




/*  */
.pro{margin-top: 50px;}
.pro-le{width: 786px;overflow: hidden;height: 414px;}
.pro-le .hd{float: left;width: 374px;background: #fff;}
.pro-le .hd li{height: 138px;cursor: pointer;}
.pro-le .hd li a{display: block;float: left;width: 45px;height: 45px;border-radius: 50%;border:1px solid #cfcfcf;margin-top: 51px;margin-left:31px;text-align: center;line-height: 45px;}
.pro-le .hd li .cont{float: left;margin-left: 15px;margin-top: 45px;}
.pro-le .hd li .cont span{color: #868686;font-size: 16px;}
.pro-le .hd li .cont p{color: #b8b8b8;font-size: 14px;line-height: 16px;margin-top: 10px;}
.pro-le .hd li.on{background: #f6f6f6}
.pro-le .hd li.on .cont span{color: #8e8e8e}
.pro-le .hd li.on .cont p{color: #8e8e8e}
.pro-ri{width: 414px;height: 414px;background: url(/html/template/default/images/ho.png)no-repeat;}
.pro-ri div{margin-left: 71px;padding-top: 165px;color: #fff;font-size: 13px;line-height: 24px;height: 158px;}
.pro-ri a{display: block;margin:0 auto;width: 170px;height: 51px;line-height: 51px;text-align: center;color: #fff;font-size: 18px;border:1px solid #fff;}

/* 简介 */
.ab{background: url(/html/template/default/images/ab.jpg)no-repeat;height: 655px;}
.ab .a2{position: relative;}
.ab-le{width: 430px;height: 328px;background: #fff;float: left;margin-top: 156px;margin-left: 3px;padding-top: 110px;padding-left: 52px;position: relative;z-index: 99}
.ab-le h3{color:#000;font-size: 32px;font-weight: normal;line-height: 30px;margin-bottom: 8px;}
.ab-le .cont{color: #666;font-size: 16px;line-height: 30px;width: 377px;margin-top: 24px;text-align: justify;}
.ab-le a{display: block;position: absolute;right: -62px;bottom: 0;width: 123px;height: 116px;line-height: 116px;text-align: center;background: #083c70;color: #fff;font-size: 18px;z-index: 99}
.abimg{position: absolute;top:59px;right: 0;width: 782px;height: 534px;overflow: hidden;}
.abimg img{transition: all 0.5s ease-out;}
.abimg img:hover{transform:scale(1.1,1.1);}

/*友情链接*/
.f_link{margin:0 auto;margin-top:15px;line-height:30px;line-height:30px;text-indent:20px;}

/*页面底部*/
#footer{width: 1200px;margin:0 auto;margin-top: 49px;height: 225px;}
#footer li{float: left;margin-right: 68px;}
#footer li h3{color: #000;font-size: 16px;line-height: 18px;font-weight: normal;}
#footer li .sec{margin-top: 15px;line-height: 25px;color: #666;font-size: 16px;}
#footer li .sec a{display: block;color: #666;font-size: 16px;}
#footer li .sec a:hover{color: #000;font-weight: bold;}
.er{width: 134px;overflow: hidden;}
.ff_a{width: 208px;}
.ff_a h3{color: #000;font-size: 16px;}
.bdsharebuttonbox{margin-top: 10px;}
.bdsharebuttonbox1 a{display: inline-block;margin:0 0 0 0!important;}
.bdsharebuttonbox1 a.bds_sqq1{background: url(/html/template/default/images/f1.png)no-repeat;width: 18px;height: 21px;}
.bdsharebuttonbox1 a.bds_weixin1{background: url(/html/template/default/images/f2.png)no-repeat;width: 21px;height: 17px;}
.bdsharebuttonbox1 a.bds_tsina1{background: url(/html/template/default/images/f3.png)no-repeat;width: 24px;height: 19px;}
.bdsharebuttonbox1 a.bds_mshare1{background: url(/html/template/default/images/f4.png)no-repeat;width: 20px;height: 24px;}
.foot{background: #083b70}

.nav_foot{text-align:center;line-height:24px;color:#666;}
.copyright{text-align:center;line-height:24px;}

/*------------内页-------------------*/

.left {
   /* width: 224px;
    float: left;*/
}

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 60px;
    padding-left: 34px;
    background: #083c70;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative
}

.left .box h3::after{
    content:"";
    position: absolute;
    width:5px;
    height:20px;
    top:20px;
    left:15px;
    background: #fff
}

.left .box .content {
    padding: 5px 0px;
}
.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:100%;

}
.n_banner img{width: 100%;}

@media (max-width: 992px){
    .n_banner{
        margin-top: 60px;
    }
}


.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:100%;float:right;padding-bottom:10px;
    
}

.right img{
    max-width:100%; height:auto !important;width:auto !important;
}

.right1{float:right;padding-bottom:10px;
    
}
.sitemp {
    border-bottom:1px solid #eee;

}

.sitemp h2 {
    width: 45%;
    float: left;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color:#333;
}

.sitemp .site {
    width: 55%;
    float: right;
    text-align: right;
    line-height: 40px;
}
.right .content{padding-top:15px;overflow:hidden;line-height: 24px;}
.sort_album{margin-top: 15px;}



.ss{
    margin-top: 22px;

}

.pro{
    margin-top: 55px;

}
.title{
    text-align: center;
}
.title h1{
    background: url(/html/template/default/images/tit1.png)no-repeat center;
    font-size: 30px;
    color: #083c70;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
.title h2{
    font-size: 25px;
    color: #083c70;
    font-weight: normal;

    line-height: 25px;
    margin-top: 15px;

}
.pro2{
    margin-top: 60px;
}
.pro2 ul {
    margin-left:0%;
    width: 100%;
}
.pro2 ul li{
    float: left;
    /*width: 15.5%;*/
   
    /*margin-right: 12.5%;*/
        width: 22.5%;
    margin-right: 2.5%;
    /*margin-bottom: 70px;*/
    margin-bottom: 30px;
    border:1px solid #e0e1dc;

}
.pro2 ul li:hover{
       border:1px solid #083c70;
}
.pro2 ul li:nth-child(4n){
    margin-right: 0;
}
.pro2 ul li img{
    width: 100%;

}

.gsry{
   
    background: url(/html/template/default/images/gsrybg.png)no-repeat center;
    background-size: 100% 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}
.gsry .title2{
    text-align: center;
}
.gsry .title2 h1{
    background: url(/html/template/default/images/tit2.png)no-repeat center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
.gsry .title2 h2{
     font-size: 25px;
    color: #fff;
    font-weight: normal;

    line-height: 25px;
    margin-top: 15px;
}

.gsry21{
    margin-top: 65px;
    position: relative;
}
.gsry2{
    margin-top: 65px;
    position: relative;
    display: none;
}
.gsry2 .slick-prev{
    position: absolute;
    left: -22px;
    top: 42.5%;
    width: 24px;
    height: 18px;
    background: url(/html/template/default/images/left1.png)no-repeat center;
    border: none;
    font-size: 0;
}
.gsry21 .prev{
    position: absolute;
    right: -22px;
    top: 42.5%;
    width: 24px;
    height: 18px;
   
    border: none;
    font-size: 0;
}

.gsry21 .next{
    position: absolute;
    left: -22px;
    top: 42.5%;
    width: 24px;
    height: 18px;
    
    border: none;
    font-size: 0;
}
.gsry2 .slick-next{
    position: absolute;
    right: -22px;
    top: 42.5%;
    width: 24px;
    height: 18px;
    background: url(/html/template/default/images/right1.png)no-repeat center;
    border: none;
    font-size: 0;
}

.gsry2 .gsry3 {
width: 85.5% ;
margin: 0 auto;

}

.gsry21 .bd {
width: 85.5% !important;
margin: 0 auto;
overflow: hidden;
}
.gsry2  ul li{
    float: left;
    width: 20%;
    margin: 0 .33%;
}
.gsry2  ul li img{
    width: 100%;

}

.gsry21 .bd ul li{
    float: left;
    width: 206px;
    
    margin: 0 33px;
}
.gsry21  ul li img{
    width: 100%;

}
.about0{
    margin-top: 95px;
}
.about0 .title3{
    text-align: center;
}
.about0 .title3 h1{
    background: url(/html/template/default/images/tit3.png)no-repeat center;
    font-size: 30px;
    color: #083c70;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
.title3 h2{
    font-size: 25px;
    color: #083c70;
    font-weight: normal;

    line-height: 25px;
    margin-top: 15px;

}
.about1{
    margin-top: 90px;
}
.about1 .abtp{
    width: 34.75%;

}
.about1 .abtp img{
    width: 100%;
}
.abwz{
    width: 53.3%;
    margin-right: 4%;
}
.abwz h3{
    font-size: 18px;
    color: #353535;
    font-weight: normal;
    line-height: 32px;
    margin-top: 7px;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient: vertical;
}
.abwz ul{
    margin-top: 76px;

}
.abwz ul li{
    float: left;

}
.abwz ul li h1{
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #353535;
    float:left;
}
.abwz ul li span{
    font-size: 64px;
    color: #083c70;
    font-weight: normal;
    line-height: 64px;
    display: inline-block;
   margin-left: 30px;
}
.abwz ul li P{

    font-size: 32px;
    color: #353535;
    font-weight: normal;
    display: inline-block;
    margin-left: 36px;
}
.abwz ul li:nth-child(2){
    margin-left: 75px;

}
.abwz ul li:nth-child(2) span{
    margin-left: 10px;
}
.abwz ul li:nth-child(2) p{
    margin-left:23px;
}
.wsm{
    margin-top: 150px;

}
.title4{
    text-align: center;
}
.title4 h1{
    background: url(/html/template/default/images/tit4.png)no-repeat center;
    font-size: 30px;
    color: #083c70;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
.title4 h2{
    font-size: 25px;
    color: #083c70;
    font-weight: normal;

    line-height: 25px;
    margin-top: 15px;

}

.wsm2{
    margin-top: 65px;

}
.wsmt ul{
    display: flex;
    justify-content:center;
}
.wsmt ul li{
    margin: 0 6.66%;
    font-size: 25px;
    color: #083c70;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 15px;
}
.wsmt ul li a{
    color: #083c70;

}
.wsmt ul li.cur{
    background: url(/html/template/default/images/wsmt.png)no-repeat bottom center;
}
.wsmt ul li a:hover{
    text-decoration: none;
}

.wsm3{

    margin-top: 24px;

}
.wsm3 ul li{
    position: relative;
    width: 100%;
     display: none;

}
.wsm3 ul li img{
    width: 100%;

}
.wsm3 ul li .wz{
    position: absolute;
    width: 23.5%;
    
    background: url(/html/template/default/images/wsmwzbg.png)no-repeat  center;
    background-size: 100% 100%;
    right: 19.27%;
    top: 20%;
    padding: 3% 4% 3% 4%;
}
.wsm3 ul li .wz h1{
    padding-bottom: 39px;
    font-size: 28px;
    color: #083c70;
     background: url(/html/template/default/images/wsmwzh1.png)no-repeat bottom  center;
    font-weight: bold;
    line-height: 28px;

}
.wsm3 ul li .wz h3{
    font-size: 13px;
    color: #131d33;
    font-weight: bold;
    line-height: 22px;
    margin-top: 17px;
    text-indent: 2em;
    letter-spacing: 2px;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}

.tdfc{
    margin-top: 135px;

}
.title5{
    text-align: center;
}
.title5 h1{
    background: url(/html/template/default/images/tit5.png)no-repeat center;
    font-size: 30px;
    color: #083c70;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
.title5 h2{
    font-size: 25px;
    color: #083c70;
    font-weight: normal;

    line-height: 25px;
    margin-top: 15px;

}
.tdfc2{
    margin-top: 75px;

}
.tdfc2 .zcdt{
    width: 42.3%;
    

}

.tdfc2 .zcdt img{
    width: 100%;
    height: auto;
}
.tdfc2 .tdtp{
    width: 57.5%;
}
.tdfc2 .tdtp ul li{
    float: left;
    width: 48%;
   margin-left: 2%;
    margin-bottom: 15px;

}
.tdfc2 .tdtp ul li img{
    width: 100%;
    height: auto;
}

.news0{
    margin-top: 145px;
    background: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 137px;
    width: 100%;
}
.title6{
    text-align: center;

}
.title6 h1{
    background: url(/html/template/default/images/tit6.png)no-repeat center;
    font-size: 30px;
    color: #083c70;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
.title6 h2{
    font-size: 25px;
    color: #083c70;
    font-weight: normal;

    line-height: 25px;
    margin-top: 15px;

}
.new2{
    margin-top: 65px;
    width: 100%;
}
.new2 ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 385px;
    position: relative;
}
.new2 ul li:nth-child(3){
    margin-right: 0
}
.new2 ul li img{
    display: none;
    width: 100%;
}
.new2 ul li .wz{
    position: absolute;
    border: 1px solid #bfbfbf;
    border-bottom: none;
    left: 0;
    top: 0;
    background: #fff;
    height:320px;
    padding: 12% 12% 12% 12%;
    width: 100%;

}
 .new2 ul li .wz h1{
   overflow : hidden;
text-overflow: ellipsis;
white-space: nowrap;
 }
 .new2 ul li .wz h1 a{
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    color: #212121;
   
 }
 .new2 ul li .wz h3{
    font-size: 14px;
    color: #595858;
    font-weight: normal;
    line-height: 22px;
    margin-top: 35px;
    padding-bottom: 42px;
    background: url(/html/template/default/images/njt.png)no-repeat bottom left;
    
 }
.new2 ul li .time{
   
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #eaeaea;
    padding-left: 60px;
    padding-top: 25px;

}
.new2 ul li .time span{
    font-size: 30px;
    color: #151515;
    font-weight: normal;
    line-height: 30px;

}
.new2 ul li .time p{
    font-size: 12px;
    color: #8e8e8e;
    font-weight: normal;
    line-height: 12px;
    margin-top: 10px;
}
.new2 ul li:hover img{
display: block;
width: 100%;

}
.new2 ul li:hover .wz{
    background: rgba(3,17,32,.71);

}
.new2 ul li:hover .wz h1 a{
    color: #fff;
}
.new2 ul li:hover .wz h3{
    color: #fff;
    background: url(/html/template/default/images/njth.png)no-repeat bottom left;
}
.new2 ul li:hover .time{
    background: #083c70;
}
.new2 ul li:hover .time span{
    color: #fff;
}

.foot{
    background: #0d4073;
    padding-top: 115px;
    /* height: 425px; */
    /*height: 225px;*/
    padding-bottom: 30px;
}
.foot .foot2{
  width: 65%;
}
.foot li{
    float: left;
    width: 25%;
    text-align: left;
}
.foot li h3{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 20px;
}
.foot li .sec{
    margin-top: 45px;

}
.foot li .sec a{
    display: block;font-size: 15px;
    color: #ffffff;
    font-weight: normal;

    line-height: 34px;

}
.foot li:last-child{
   
}
.ftlx{
   width: 32%;

}
.ftlx p{
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    line-height: 32px;
}
.ftlx p a{
    color: #fff;
}

.nfl{
   width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.nfl ul li{
    float: left;
    line-height: 72px;
    width: 15%;
    
}
.nfl ul li a{
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.mfoot{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    background: #000;
    height: 50px;
    display: none;
}
.mfoot ul{
    display: flex;
   justify-content: space-between;
}
.mfoot ul li{
    width: 33%;
    text-align: center;
}
.mfoot a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}
.mfoot a span{
       color: #fff;
}

@media (max-width: 1600px) {
  .wsm3 ul li .wz h1{
    font-size: 24px;
  }
  .abwz ul li:nth-child(2){
    margin-left: 60px;
  }
  .abwz ul{
    margin-top: 60px;
  }
}

@media (max-width: 1440px) {
  .wsm3 ul li .wz h1{
    font-size: 22px;
  }
  .abwz ul li h1{
    font-size: 18px;
  }
  .abwz ul li span{
    font-size: 60px;

  }
  .abwz ul li p{
    font-size: 30px;
  }
}

@media (max-width: 1400px) {
  .new2 ul li .wz h1{
    margin: 0;
    padding:0px;
  }
}
@media (max-width: 1200px) {
.abwz ul li h1{
  font-size: 16px;
}
.abwz ul li span{
 font-size: 40px;
}
 .abwz ul li p{
    font-size: 24px;
  }


.abwz ul {
    margin-top: 25px;
}

.new2 ul li{
  height: 327px;
}

.new2 ul li .wz{
  height: 240px;
}
.new2 ul li .wz h3{
      margin-top: 15px;
    padding-bottom: 30px;
}
.about0{
  margin-top: 60px;
}
.wsm{
  margin-top: 60px;
}
.wsm3 ul li .wz{
  width: 37.5%;
}

.tdfc{
  margin-top: 60px;
}
.tdfc2{
  margin-top: 30px;
}
.news0{
  margin-top: 60px;
}
.new2{
  margin-top: 35px;
}

.float-kf, #m_div {
    display: none!important;
}

}


@media (max-width: 1024px) {
  .wsm3 ul li .wz{
    width: 43.5%;
    top: 10%;
  }

}


@media (max-width: 992px){
  .abwz ul li span{
    margin-left: 15px;
  }
  .abwz ul li p{
    margin-left: 15px;
  }
  .abwz ul li:nth-child(2){
    margin-left: 20px;
  }
  .abwz ul li span{
    font-size: 34px;

  }
  .abwz ul li h1{
    font-size: 14px;
  }
.wsmt ul li{
  font-size: 20px;
}
.new2 ul li .wz h3{
  background: none;
}
.new2 ul li:hover .wz h3{
  background: none;
}
.news_list li .wz{
  width: 100%;
}

.n_news{
  display: none;
}
.n_contact{
  display: none;
}
}

@media (max-width: 768px){
  .wsm3 ul li .wz{
    width: 67.5%;
  }
  .wsm3 ul li .wz h3{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .wsm3 ul li .wz h1{
    padding-bottom: 25px;
  }
  .wsm3 ul li .wz h3{
        line-height: 20px;
    margin-top: 15px;
  }

.sitemp{
  display: none;
}

.nfl ul li{
  width: 25%;
}

}
@media (max-width: 480px){
.pro2 ul li{
      float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px
}
.about1 .abtp{
  width: 100%;
}
.abwz{
  width: 100%;
  margin-right: 0;
}
.abwz ul li span{
  font-size: 30px;
}
.abwz ul li p{
  font-size: 20px;
}
.abwz ul li:nth-child(2) p{
  margin-left: 10px;
}
.wsmt ul li{
  font-size: 16px;
  margin: 0 2.5%;
}
.wsm3 ul li .wz{
  width: 90%;
  right: 3%;
}
.wsm3 ul li .wz h1{
  text-align: center;
}
.wsm3 ul li img{
  min-height: 200px;
}
.tdfc2 .zcdt{
  width: 100%;
}
.tdfc2 .tdtp{
  width: 100%;
}
.tdfc2 .tdtp ul li{
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 15px;
}
.new2 ul li{
  width: 100%;
  margin-bottom: 15px;
}

.foot{
  padding-top: 60px;
}

.foot .foot2{
  width: 100%;
}

.foot li .sec{
  margin-top: 20px;
}
.foot li h3{
  font-size: 16px;
}
.foot li .sec a{
  font-size: 12px;
}
.ftlx{
   width: 100%;

}
.product_list li{
  width: 47%;
}

.mfoot{
    display:block;
}
}

#play .img_ul li .wz{
   width: 280px;
   float: left;
   margin-left: 20px;
   text-align: left;
    
}
#play .img_ul li .wz .ttt1 h2{
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 40px;
}
#play .img_ul li .wz .ttt2{
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 40px;
}

@media (max-width: 600px){
    #play .img_ul .jqzoom{
        float: none;
        display: block;
        height: 290px;
    }
    #play .img_ul li .wz{
        float: none;
        width: 100%;
        margin-left: 0;
    }
}


.footer{
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.footer a{
    color: #fff;
}

.p_detail .tab-content img{
    max-width: 100%;
}





