﻿@font-face {
    font-family: "iconfont"; /* Project id 4420444 */
    src: url('iconfont.woff2?t=1705979467165') format('woff2'),
         url('iconfont.woff?t=1705979467165') format('woff'),
         url('iconfont.ttf?t=1705979467165') format('truetype');
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-linian:before {
    content: "\e65d";
  }
  
  .icon-gongsiyuanjing:before {
    content: "\e637";
  }
  
  .icon-guanlilinian:before {
    content: "\e71b";
  }
  
  .icon-fuwuzongzhi:before {
    content: "\e600";
  }

.fl { float: left; }

.fr { float: right; }

.clearfloat::after { display: block; content: ""; clear: both; }
ul::after { display: block; content: ""; clear: both; }

.text-ellipsis { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

a:hover, a { color: #000; }

body { overflow-x: hidden; }

.mb110 { margin-bottom: 110px; }

.mt30 { margin-top: 30px; }

.mt40 { margin-top: 40px; }

.mb40 { margin-bottom: 45px; }

.fz18 { font-size: 18px !important; }

.donghua { transition: all 0.4s; -ms-transition: all 0.4s; -moz-transition: tall 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; }

.donghuatwo { transition: all 0.8s; -ms-transition: all 0.8s; -moz-transition: tall 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }

.container { -webkit-box-sizing: border-box; box-sizing: border-box; width: 1280px; margin: 0 auto; }
.w1650{padding: 0 6%; box-sizing: border-box;}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.container1330 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 1330px; margin: 0 auto;}
.no_cursor a{cursor: default;}
@keyframes scale_btn
{
0% { -moz-transform:scale(0.8); -o-transform:scale(0.8); -webkit-transform:scale(0.8); transform:scale(0.8);}
50% { -moz-transform:scale(1); -o-transform:scale(1); -webkit-transform:scale(1); transform:scale(1);}
100% { -moz-transform:scale(0.8); -o-transform:scale(0.8); -webkit-transform:scale(0.8); transform:scale(0.8);}
}

.swiper-pagination-progressbar{background-color: #1a6fbb !important;}
.swiper-pagination-progress{position: relative !important;}

.imgbox { overflow: hidden; }

.imgbox img { width: 100%; }

.imgscale { overflow: hidden; }

.imgscale:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.imgscale img { -webkit-transition: all 0.4s; transition: all 0.4s; width: 100%; }

.dot2 { -webkit-line-clamp: 2; }

.dot3 { -webkit-line-clamp: 3; }

.dot4 { -webkit-line-clamp: 4; }

.dot2, .dot3, .dot4 { display: -webkit-box; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; }

.header { -webkit-transition: all 0.4s; transition: all 0.4s; position: absolute; top: 0; left: 0; right: 0; z-index: 999; padding:0.5% 6%; height: auto; box-sizing: border-box; }

.header .logo img { margin-top:6%; height: 45px;}

.head_navlist li { float: left; margin: 0 27px; }

.head_navlist li > a { position: relative; }

.head_navlist li > a { display: block; font-size: 16px; color: #333; line-height: 75px; }

.btnbox { width: 115px; height: 30px; text-align: center; line-height: 30px; font-size: 14px; -webkit-border-radius: 15px; border-radius: 15px; background-color: #1a6fbb; }

.btnbox a { color: #fff; }

.baojia { margin-left: 23px; margin-top: 22px; }

.language { margin-left: 20px; margin-right: 28px; }

.language .languagebox { position: relative; height: 75px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.language .languagebox .language_text img, .language .languagebox .language_text span, .language .languagebox .language_text i { display: inline-block; vertical-align: middle; }

.language .languagebox .language_text { height: 30px; font-size: 13px; color: #333; position: relative; cursor: pointer; border: 1px solid rgba(0, 0, 0, 0.6); -webkit-border-radius: 15px; border-radius: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; width: auto !important; height: 30px; line-height: 26px; padding: 0 15px; }

.language .languagebox .language_text span { margin-left: 7px; margin-right: 16px; }

.language .languagebox .language_text i { position: absolute; top: 0; right: 10px; }

.language .languagebox .language_menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background-color: #fff;box-shadow: 0 0 5px rgb(0,0,0,0.2);}

.language .languagebox .language_menu a { display: block;padding:0 10px;font-size: 14px;margin-bottom: 5px;}
.language .languagebox .language_menu a:last-child{margin-bottom: 0;}
.language_menu{padding: 6px 0;}

.language .languagebox .language_menu a:hover { color: #1a6fbb; }

.language .languagebox .language_menu img{display: inline-block;vertical-align: middle;width: 20px;margin-right: 5px;}
.language .languagebox .language_menu span{display: inline-block;vertical-align: middle;}

.language .languagebox:hover .language_menu { display: block; }

.search_box { height: 75px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; }

.search_btn { color: #fff; }

.search_btn i { font-size: 20px; }

#search-form { max-height: 0; position: absolute; top: 100%; right: 0; -webkit-transition: max-height, 0.5s; transition: max-height, 0.5s; width: 380px; height: 45px; overflow: hidden; background-color: #fff; }

.search_btn { cursor: pointer; }

#search-form input { height: 100%; width: 100%; padding: 0 5px 0 22px; background: #ffffff; border: none; color: #333; z-index: 9; border: 1px solid #eee; border-right: none; }

#search-form .searchbtn { position: absolute; bottom: 0; right: 0; width: 15%; margin: 0; padding: 0; text-transform: uppercase; color: #ffffff; background: #1a6fbb; border: none; cursor: pointer; z-index: 11; height: 100%; }

#search-form .searchbtn i { font-size: 20px;text-align: center;}
#search-form .searchbtn img{margin:auto;}


.header_active { -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); position: fixed; -webkit-transition: all 0.4s; transition: all 0.4s; top: 0; }

.lau_02, .logo02 { display: none !important; }

.header_active { background-color: #fff; }

.header_active .head_navlist ul li a { color: #333; }

.header_active .language_text { color: #333 !important; border-color: #e4e0e0  !important; }

.header_active .lau_02 { display: inline-block !important; }

.header_active .lau_01, .header_active .logo01 { display: none !important; }

.header_active .logo02 { display: block !important; }

.header_active .search_btn .img1 {display: none;}
.search_btn .img2{display:none;}
.header_active .search_btn .img2 {display:block;}


.head_navlist ul li { position: relative; }

.head_navlist ul li > span { display: none; position: absolute; right: 15px; width: 20%; height: 41px; top: 10px; }

.head_navlist ul li > span::after { position: absolute; top: 50%; right: 10px; width: 8px; height: 8px; border-top: 2px solid #666; border-right: 2px solid #666; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition: all 0.5s; transition: all 0.5s; content: ""; }

.sub_zinav { position: absolute; top: 100%; width: 200px; background-color: #fff; left: 50%; -webkit-transform: translate(-50%, 10px); -ms-transform: translate(-50%, 10px); transform: translate(-50%, 10px); min-width: 180px; background: white; padding: 10px 0; pointer-events: none; opacity: 0; -webkit-transition: all 0.3s; transition: all 0.3s; border: solid 1px #e4e6ee; border-top: 0; }

.sub_zinav a { padding: 8px 0; text-align: center;  -webkit-transition: all 0.3s; transition: all 0.3s; display: block; 
    /* color: rgba(40, 40, 40, 0.5); */
}

/* 手机端导航 */
.navmenu_div { margin-left: 15px; margin-top: 14px; display: none; }

.navmenu_box { width: 30px; height: 30px; position: relative; cursor: pointer; z-index: 1003; }

.navmenu_box span { display: block; height: 2px; background: #fff; position: absolute; width: 20px; -webkit-transition: all .3s ease; transition: all .3s ease; left: 5px; }

.navmenu_box span:nth-child(1) { top: 8px; }

.navmenu_box span:nth-child(2) { top: 50%; }

.navmenu_box span:nth-child(3) { bottom: 6px; }

.closeNavbtn span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 15px; }

.closeNavbtn span:nth-child(2) { display: none; }

.closeNavbtn span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 15px; }


.banner-info { position: absolute; bottom: 110px; left: 0; right: 0; }

.banner-info { color: #fff; }

.banner-info.hui .baninfo_02 { opacity: 0.3; }

.baninfo_01 { font-family: 'fzltcxhjt'; font-size: 54px; line-height: 60px; position: relative; }

.baninfo_02 { font-size: 20px; line-height: 34px; }

.baninfo_03 a.ban_btn {margin-right: auto; display: block; width: 180px; height: 50px; text-align: center; line-height: 50px; border: 1px solid rgba(255, 255, 255, 1); -webkit-border-radius: 5px; border-radius: 5px; color: #fff; }

.baninfo_03 a.ban_btn:hover { background-color: #1a6fbb; border-color: #1a6fbb; }

.index_swiper .swiper-slide { overflow: hidden; }
.index_swiper .swiper-slide:nth-child(2n) .container{text-align:right;}
.index_swiper .swiper-slide:nth-child(2n) .baninfo_03 a.ban_btn{display:inline-block;}

.baninfo_03 { margin-top: 65px; }

.baninfo_02 { margin-top: 60px; }

/* .baninfo_01::before { content: ""; display: block; width: 182.85714%; height: 1px; background-color: #fff; opacity: 0.1; position: absolute; right: 0; bottom: -34px; } */

.no-overflow { overflow: initial; }

.banner-info .container { position: relative; }

.banner-info .inxban-btn { position: absolute; top: 100%; right: 90px; transform: rotateZ(90deg);}

.banner-info .inxban-btn i { color: #848a90; font-size: 20px; cursor: pointer; }

.banner-info .inxban-btn i:hover { color: #1a6fbb; }

.inxban-next { margin-top: 65px; }

.banner-info.blue .baninfo_en { margin-bottom: 50px; font-family: none; color: #50c0f0; text-transform: uppercase; font-size: 28px; }

.banner-info.blue .baninfo_no::before { display: none; }

.banner-info.blue .baninfo_02 { margin-top: 8px; }

/* .banner-info.blue .baninfo_01::before { bottom: -19px; } */

.banner-info.blue .baninfo_02 { opacity: 0.3; }

.tong_title { color: #fff; text-align: center; }

.tong_title .p01 { font-size: 18px; margin-bottom: 5px; }

.tong_title .p02 { font-size: 36px; }

.indexTitle{position: relative;line-height: 1;}
.indexTitle span{position: relative;font-size:40px;display: block;margin-left: 20px;font-weight: bold; }
.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}


/*首页产品中心*/
.home-product-container{background-size:cover; padding: 3% 0; overflow: hidden;}
.home-pro-b{font-size: 100px;color:#dfebfa;/* position:absolute;*/
transform:translateY(50%);z-index:1;background-image:linear-gradient(to top,rgba(255,255,255,0),#dfebfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.home-product-title{position:relative;    width: 40%;}

.home-product-title .s60{font-size: 40px;color:#333333;margin-bottom:2%;position:relative;line-height:1;z-index:2; font-weight: 600;}
.home-product-title .s20{font-size:16px;color:#333333;position:relative;z-index:2;}
.home-product-head{display:flex;justify-content:space-between;align-items:flex-end;}
.home-product-link{display:flex;margin-top:.5rem;}
.home-product-link a{transition:.3s all;}
.home-product-link .s16{display:block;background-color:#1a6fbb;padding:.15rem .25rem;}
.home-product-link .s16:hover{background-color:#d72921;}
.home-product-link .s16 span{font-family:SourceHanSansCN-Regular;color:#ffffff;}
.home-product-link .s16 span:first-child{margin-right:.15rem;}
.home-pro-list{display:flex;flex-wrap:nowrap;justify-content:space-between;padding-top:.5rem;}
.home-pro-list-box{position:relative;display:block;overflow:hidden;}
.home-pro-list-img{transition:.3s all;}
.home-pro-list-txt{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-wrap:wrap;padding-top:.35rem;padding-left:.5rem;padding-right:.5rem;}
.home-pro-list-txt h3{float:left;border-bottom:1px solid #ececec;position:relative;}
.home-pro-list-txt h3::after{content:'';display:block;height:2px;background-color:#1a6fbb;width:.85rem;transition:.3s all;position:relative;top:.05rem;}
.home-p-t-top{width:100%;display:flex;justify-content:space-between;}
.home-pro-list-box:hover{cursor:pointer;box-shadow:0px 2px 32px 0px rgba(30,93,198,0.24);}
.home-pro-list-box:hover .home-pro-list-txt h3::after{background-color:#f08519;}
.home-pro-list-box:hover .home-pro-list-img{}
.home-pro-list-box:first-child{margin-right:.2rem;}
.home-product-container{overflow:hidden;}
.pro-item{width:calc(505 / 1680 *100%);padding:.35rem;background-color:#ffffff;margin-right:.82rem;transition:all .5s;}
.pro-item:nth-child(3n){margin-right:0;}
.home-pro-list{/*margin-top:.5rem;*/}
.pro-item-up{border-bottom:1px solid #ececec;}
.pro-item-up p{font-family:SourceHanSansCN-Regular;color:#333333;}
.pro-item-up::after{transition:all .5s;content:'';display:block;width:36px;height:3px;background-color:#1a6fbb;margin-top:.3rem;}
.pro-item-word p{line-height:1.6;}
.pro-item-word{margin:.25rem 0;}
.pro-item-img img{width:calc(231 / 500 *100%);transition:all .5s;}
.pro-item:hover{background-color:#ffffff;box-shadow:0px 2px 32px 0px rgba(30,93,198,0.24);transform:scale(1.2);}
.pro-i-title{display:flex;justify-content:space-between;}
.pro-link{width:.36rem;height:.36rem;background-color:#d72921;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .5s;}
.pro-i-title p.s26{font-family:SourceHanSansCN-Regular;color:#333333;transition:all .5s;}
.pro-item:hover .pro-i-title p.s26{font-family:SourceHanSansCN-Medium;color:#d72921;}
.pro-item:hover .pro-item-up::after{background-color:#d72921;}
.pro-item:hover .pro-link{opacity:1;}
.pro-item:hover .pro-item-img{text-align:center;transition:all .5s;}
.pro-item:hover .pro-item-img img{transform:scale(1.2);transition:all .5s;}
.home-pro-b-content{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;}

.x-pos{margin-top:5%;}
.x-posa{}
.x-posa ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;}
.x-posa li{font-size:16px;box-sizing:border-box;margin-left:10px;}
.x-posa li p{cursor: pointer;box-sizing:border-box;padding:10px 15px; background: #f5f5f5;}
.x-posa li.x-jis p{color:#fff;border:1px solid #1a6fbb;background: #1a6fbb;}
.x-posb{}
.x-posb ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin-right:-2%}
.x-posb li{overflow:hidden;transition: all 0.3s;background:#fff;margin-bottom:3%;width:23%;margin-right:2%;}
.x-posb .x-psa{overflow:hidden;}
.x-posb .x-psa img{transition:all .3s; width: 100%; display: block; -webkit-transition: all 1.5s;-moz-transition: all 1.5s;transition: all 1.5s;}
.x-posb .x-psb{padding:5%;font-size:18px; text-align: center; box-sizing: border-box;}
.x-posb li:hover{box-shadow: 0 0 20px rgb(178 181 212 / 0.7);}
.x-posb li:hover .x-psb{color:#1a6fbb;}
.x-posb li:hover .x-psa img{transform: scale(1.05);-webkit-transform: scale(1.05);}



.tit{width: 100%; margin-bottom: 10%;}
.tit .in{width: 55%;}
.tit .tit_en{font-size: 60px; line-height: 60px; color: #333333;}
.tit .tit_cn{font-size: 30px; line-height: 38px; color: #1a6fbb}

.in_yylybg{width:100%; height:auto; background-size:cover; padding:0 0; box-sizing: border-box; background: #f5f5f5; overflow: hidden;}
.in_title2{width:100%; margin:auto; text-align:center;}
.in_title2 h2{font-size:30px; line-height:30px; font-weight:bold; color:#fff;}
.in_title2 h2 a:hover,.in_title2 h2 span{color:#1a6fbb; font-weight:bold;}
.in_title2 h2 a{color:#fff;}
.in_title2 h2::after{content:""; display:block; width:40px; height:3px; background:#1a6fbb; display:block; margin:20px auto 0;}
.in_title2 p{font-size:16px; line-height:30px; margin-top:15px; color:#fff;}
.m_an{width:100%; float:left;}
.antab{float:left; width:23%; margin: 5% 5% 0;}
.antab dl{padding:3% 0; position:relative; box-sizing: border-box;}
.antab dl:hover{cursor:pointer;}
.antab dl:hover:after{content:""; position:absolute; right:-6px; top:52px; width:6px; height:10px; background:url(../images/san.png) no-repeat center;}
.antab dl dd{display: flex;}
.antab dl dd .ybt{text-align:left; font-size:24px; line-height:24px; color:#555;}
.antab dl:hover dd .ybt,.antab dl:hover dd em{color:#1a6fbb;}
.antab dl dd span{display:block; font-size:20px; color:#555; text-indent: 15px;}
.antab dl:hover dd span{ color:#1a6fbb;}
.antab dl dd em{display:block; font-size:12px; color:#999; font-style:normal;}
.antab .more{width:46%; height:113px; float:left; padding:20px 0 0 20px; background:#e1e1e1; position:relative; box-sizing: border-box;}
.antab .more:hover{background:#1a6fbb; background:linear-gradient(90deg,rgba(26,111,187,1),rgba(26,111,187,1)); cursor:pointer;}
.antab .more:hover:after{content:""; position:absolute; right:-6px; top:52px; width:6px; height:10px; background:url(../images/san.png) no-repeat center;}
.antab .more span{width:30px; height:30px; display:block; background:url(../images/so8.png) no-repeat center;}
.antab .more:hover span{background:url(../images/so8h.png) no-repeat center;}
.antab .more .yybt{text-align:left; margin-top:10px; font-size:20px; line-height:24px; color:#000;}
.antab .more:hover .yybt{font-weight:bold; color:#fff;}
.antab .more em{display:block; font-size:12px; color:#999; font-style:normal;}
.antab .more:hover em{color:#fff;}

.anc{width:67%;float:right;}
.anc dl{position:relative;}
.anc dt{width:100%;}
.anc dt img{width:100%;display: block;}
.anc dd{width:100%; height:auto; background:rgba(0,0,0,.5); padding:13px 30px; position:absolute; left:0; bottom:0; box-sizing: border-box;}
.anc dd .rbt{width:85%; height:26px; line-height:26px; overflow:hidden; font-weight:normal; font-size:20px; color:#fff;}
.anc dd .rbt a{color:#fff;}
.anc dd p{width:80%; line-height:24px; margin-top:10px; color:#fff; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical;}
.anc dd p a{color:#fff;}
.anc dd .btn{width:115px; position:absolute; top:27px; right:30px;}
.anc dd .btn a{width:115px; height:40px; display:block; line-height:40px; text-align:center; background:#da131a; color:#fff;}
.anc dd .btn a:hover{background:#fff; color:#1a6fbb;}




.sybt{text-align: center;font-size: 48px; font-weight: 600; margin-bottom: 3%;}
.sybt.blue{color: #1a6fbb;}
.sybt p{font-size:16px;line-height:24px;margin:0 auto; font-weight: normal; text-transform: inherit; color: #555;}
.gywm-c{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center; padding:3% 0; overflow: hidden; }
.gywm-l{width:44.285714285714284%; float: left;}
.gywm-l .abt{position:relative;font-weight:bold;font-size:30px;padding-bottom:40px;border-bottom:1px solid #ccc;margin-bottom:45px;}
.gywm-l .abt i{display: block;width:66px;height:1px;background:#1a6fbb;position:absolute;left:0;bottom:-1px;}
.gywm-l .div1{font-size:16px;line-height:30px;color:#5f5f5f;margin-bottom:45px;}
.gywm-l .div1 p{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;line-clamp: 6;-webkit-box-orient: vertical;}
.gywm-l a{display: flex;justify-content:center;align-items:center;border-radius:50px;color:#fff;position:relative;overflow:hidden;background:#00349a;width:220px;height:50px;}
.gywm-l a i{position:relative;z-index:3;}
.gywm-l a img{margin-left:16px;position:relative;z-index:3}
.gywm-l a span{position:absolute;bottom:0;width:0;background:#1a6fbb;height:100%;display: block;}
.gywm-l a:hover{}
.gywm-l a:hover span{width:100%;}
.gywm-r{width:50%;overflow:hidden;position:relative; float: right;}
.gywm-r img{display: block;width:100%; transition:all 0.8s!important;}
.gywm-r p{position:absolute;width:100%;height:100%;left:0;bottom:0;z-index:3;display: flex;justify-content: center;align-items: center;}
.gywm-r p i{display:block;background: url(../images/sp.png)no-repeat center;width:40px;height:40px;position:relative}
.gywm-r p i img{position:relative;z-index:3;display:block;}
.point, .point::before, .point::after {position: absolute;width: 100%;height: 100%;border-radius: 50%;background: #1a6fbb;content: '';top:0;}
.point::before{animation: scale 2s infinite; }
.point::after{animation: scale2 2s infinite; }
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(2); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(4);opacity:0;}}
.gywm-r:hover>img{transform:scale(1.1);}



/*产品*/
.proc{box-sizing:border-box;margin:2rem 0 7rem 7%;width:93%;overflow: hidden;position:relative;}
.proc li{width:60%;justify-content: space-between; opacity: 0.2;}
.proc .swiper-wrapper .swiper-slide{ display: flex;justify-content: space-between; align-items: center;background: #f5f5f5;border-top-right-radius: 30px;border-bottom-right-radius: 30px;}
.proc li.swiper-slide-active{opacity:1;}
.proc li .proca{width:48%; float: left;}
.proc li .procb{width:52%; float: right; box-sizing:border-box;padding:30px 3rem;align-items: center;}
.proc li img{width:100%;}
.proc .ccbt{color:#000;font-size:20px;font-weight: bold;margin-bottom:20px;}
.proc p{color:#333232;font-size:16px;line-height:30px;text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;}
.proc li .procb a{display:block;width:170px;text-align:center;line-height:50px;border-radius: 30px;background:#000;color:#fff;margin-top:40px;transition: all 0.3s;}
.proc li .procb a:hover{width:200px;}
.proc .swiper-button-prev,.proc .swiper-container-rtl .swiper-button-next{background:#fff;}
.proc .swiper-button-next,.proc .swiper-container-rtl .swiper-button-prev{background:#fff;}
.proc .swiper-button-next,.proc .swiper-button-prev{height:auto;position: static;margin:auto;width:100%}
.proc .proj{position:absolute;top:50%;right:10%;z-index: 100;border:1px solid #ccc;width:53px;background: #fff;border-radius: 30px;overflow: hidden;transform: translateY(-50%)}
.proc .proj img{width:12px;}
.proc .proj div{padding:24px 7px;text-align:center;display:flex;justify-content:center; box-sizing: border-box;}  
.proc .proj:after{content:'';width:100%;height:1px;background:#ccc;position:absolute;top:50%;left:0;}
.proc .proj div:hover{background:#1a6fbb;}
.proc .proj div:hover img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}


.block-sj {
  display: none;
}

.block-ipad {
  display: none;
}
.block-pc {
  display: block;
}
@media all and (min-width: 1441px) and (max-width: 1600px) {
 .in-cpk .tab .tab_menu{width: 320px;}
  .in-cpk .tab .tab_menu li{padding-left: 50px;line-height: 60px;}
  .incptmk{padding-top: 40px;}
  .incpvm-tit{height: 80px;margin-bottom: 20px;line-height: 40px;}
  .cpvm-text{height: 240px;margin-bottom: 30px;line-height: 30px;}
  .in-pxtuk{width: 50%;}
}



  


.kehu_box { height: 120px; background: #1a6fbb; }

.kehu_box .kehu_left { font-size: 22px; color: #fff; line-height: 120px; width: 120px; }

.kehu_box .kehu_right { width: -webkit-calc(100% - 120px); width: calc(100% - 120px); height: 120px; }

.kehu_box .kehu_right img { max-width: 80%; }

.kehu_box .kehu_right .swiper-slide { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.kehu_swiper { height: 100%; }

.footer_bottom { background: #000000; height: 60px; line-height: 60px; }

.footer_bottom p { text-align: center; color: #999999; font-size: 14px; opacity: 0.7; }

.footer_bottom p a { color: #999999; opacity: 0.7; }

.footer_bottom p a:hover { color: #fff; }

.footer_top { background: #191919; padding:3% 0; }

.ft_links a { display: inline-block; vertical-align: middle; width: 26px; height: 26px; margin-right: 10px; }



.ft_links a:nth-child(4) { margin-right: 0; }

.footer_top .ft_left img { width: 180px; margin-bottom: 22px; }

.footer_top .ft_left .c_info { font-size: 14px; line-height: 24px; color: rgba(255, 255, 255, 0.4); }
.footer_top .ft_left .c_info { font-size: 14px; line-height: 24px; color: rgba(255, 255, 255, 0.4); }
.footer_top .ft_left .c_info ul{}
.footer_top .ft_left .c_info li{display: flex;align-items: center;margin-bottom: 14px; }
.footer_top .ft_left .c_info li i{
    display: block;
    width: 33px;
    height: 33px;
    margin-right: 12px;
}
.footer_top .ft_left .c_info li:nth-child(5){width: 100%;}
.footer_top .ft_left .c_info li i.address{
    background: url('../images/footer_address.png') no-repeat center center;
}
.footer_top .ft_left .c_info li i.mobile{
    background: url('../images/footer_mobile.png') no-repeat center center;
}
.footer_top .ft_left .c_info li i.phone{
    background: url('../images/footer_phone.png') no-repeat center center;
}
.footer_top .ft_left .c_info li i.email{
    background: url('../images/footer_email.png') no-repeat center center;
}
.footer_top .ft_left .c_info li i.website{
    background: url('../images/footer_website.png') no-repeat center center;
}
.footer_top .ft_left .c_info li p{
    display: block;
    flex: 1;
    overflow: hidden;
}
.footer_top .ft_left .c_info li p a{
    display: block;
    font-size: 16px;
    color: #BBBBBB;
    line-height: 20px;
}



.ft_links { margin-top: 48px; }

.ft_right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.ft_right .ftdlitem { width: 190px; border-right: 1px solid rgba(255, 255, 255, 0.1); margin-left: 30px; }

.ft_right .ftdlitem:last-child { border-right: none; width: auto; max-width: 190px; }

.ft_right .ftdlitem a { color: #fff; }

.ft_right .ftdlitem dd a { display: block; font-size: 14px; color: rgba(255, 255, 255, 0.4); line-height: 38px; }

.ft_right .ftdlitem dt a { font-size: 16px; }

.ft_right .ftdlitem dt { margin-bottom: 13px; }

.ft_right .ftdlitem dd a:hover { color: #fff; }

.ft_left { max-width: 440px; }

.Container-wrapper{width: 100%;overflow: hidden;}
.sonBan{width: 100%;position: relative;background: #fff;}
.sonBan-img{width: 100%;object-fit: cover;min-height: 300px;}

/* 品牌列表 */
.menuBox{background:#f7f7f7;height:auto;line-height:60px;font-size:16px; overflow: hidden; color: #333;}
.menuBox img{display: inline-block; vertical-align: middle; margin-right: 5px; }
.menuBox a{color: #444;}
.menuBox p{font-size: 15px; color: #444;}
.listMenu{font-size: 16px;}
.listMenu a{display:inline-block;position:relative;color:#555;margin-left:30px; }
.listMenu a:hover,.listMenu .cur{color:#1a6fbb;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#1a6fbb;width:0;height:2px;transition:all .5s;}
.listMenu .cur::after,.listMenu a:hover::after{width:100%;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#1a6fbb;border:1px solid #1a6fbb;color:#fff;}

@media all and (max-width:1024px) { 
    .menuBox {padding:0;height:auto;line-height:100%;text-align:center;} 
    .menuBox p{display: none;}
    .listMenu{width:100%; display: flex;flex-flow:row wrap;justify-content: space-between;overflow: hidden;padding-top:1px;padding-left:1px;background:#f5f5f5;margin-top:0;padding:0;line-height:45px;}
    .listMenu a{flex-grow:1;border:1px solid #ddd;margin:0;margin-left:-1px;margin-top:-1px;padding:0 20px;}
    .listMenu .cur{background:#1a6fbb;color:#fff;}
}



.company-story{width: 100%;padding:4% 0;position: relative;}
.company-stoitems{width: 100%;display:flex;}
.company-stoshow{width: calc(100% - 36%);position: relative;z-index: 2;padding:0 3%; display:flex;flex-direction:column;justify-content:center; background: #f5f5f5;}
.company-stocont {width: 100%;overflow-y: auto; padding-right: 20px;margin-top: 20px; }
.company-stocont::-webkit-scrollbar {width: 4px;height: 4px;}
.company-stocont::-webkit-scrollbar-thumb {border-radius: 4px;box-shadow: inset 0 0 6px #1a6fbb;}
.company-stocont::-webkit-scrollbar-track {box-shadow: inset 0 0 6px #eee;border-radius: 0;}
.company-comtitle{width: 100%;}
.company-comtitle .abt{font-size: 32px;color: #222;position: relative;padding-bottom: 10px;font-weight: bold;}
.company-comtitle .abt::after{content: '';width: 29px;height: 2px;background-color:#1a6fbb;position: absolute;bottom: 0;left: 0;}
.company-comtitle h3{font-size: 26px;color: #333;line-height: 30px;margin-top: 22px;}
.company-stocont p{font-size:16px;color: #777;line-height: 34px;}
.company-stoimg{width:50%;}
.company-stoimg-items{width: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;position: relative;}
.company-stoimg-items img{object-fit: cover;width: 100%;}

.company-gc{line-height: 36px; font-size: 15px; overflow: hidden;}
.company-gc img{width: 100%;margin: 0 auto; display: block;}

.news_ny-list{width: 100%; padding: 3% 0; overflow: hidden;}
.news-ul{margin: 0 0 0 -1.5%;display: flex;flex-wrap: wrap;}
.news-link{display: block;width: 31.8333%;float: left;margin: 0 0 3% 1.5%;background: #fff;transition: all .4s ease;position: relative;}
.news-pic{width:100%;overflow:hidden}
.news-pic img{width:100%;object-fit:cover;transition:all .8s ease;height: auto;}
.news-link:hover img{transform:scale(1.06)}
.news-info{background:#f5f5f5;display:flex;padding:22px;z-index: 1;position: relative;transition: all .4s ease}
.news-link:hover .news-info{transform: translateY(-40px)}
.news-time{font-size:14px;color:#888;font-family: "Samsung";text-align:center}
.news-time span{font-weight:700;font-size:32px;color:#333;display:block;width:60px;line-height:1.5}
.news-txt2{width:calc(100% - 50px);padding-left:20px}
.news-txt2-title{font-size:16px;color:#333;font-weight:700;margin-bottom:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.news-txt2 p{font-size:14px;line-height:24px;height: 48px;color:#888;overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical}
.news-more2{position:absolute;z-index:0;width:100%;background:#1a6fbb ;color:#fff;display:flex;align-items:center;justify-content:center;height:40px;left:0;bottom:0;font-size:16px}
.news-more2 i{display:block;background:url("../images/arr-r.png") no-repeat center/100%;width:6px;height:10px;margin-left:20px}

.about_x2.bgs2{overflow:hidden;}
.about_x2.bgs2.bgs3 .con_id{ padding-top:0;}
.about_x2.bgs2 .show_t{ text-align:center;line-height:32px; font-size:28px; color:#1a6fbb ;margin-bottom:16px; margin-top:12px; font-weight:400;}
.about_x2.bgs2 .con_line{ text-align:center; line-height: 35px; font-size: 15px; border-bottom: 1px solid #eee; padding-bottom: 10px;}
.about_x2.bgs2 .con_line span{ margin-left:2%; margin-right:2%;}
.about_x2.bgs2 .con_line span i{ color:#222; font-style:normal;}
.about_x2.bgs2 .con_id{ line-height:30px;overflow:hidden;white-space:normal;word-break:break-all; padding:3% 0;font-size:15px; color:#444;text-align:left;}
.about_x2.bgs2 .con_id img{max-width: 100%; display: block; margin: auto;}
.about_x2.bgs2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2.bgs2 .con_id b{ display:block; padding-top:1%;padding-bottom:1%; overflow:hidden;}

.xinwenxiangqing{overflow: hidden;box-sizing: border-box;}
.xinwenxiangqing .nd_head{text-align: center;border-bottom: 1px dashed #d6d6d6;padding-bottom:1%}
.xinwenxiangqing .nd_head p{color: #1a6fbb;font-size: 28px;height: auto;padding-bottom:1%}
.xinwenxiangqing .nd_head span{color: #666;font-size: 16px;margin: 0 15px;}
.xinwenxiangqing .nd_text{text-align: left;font-size:16px;line-height:30px;padding: 15px 0;}
.xinwenxiangqing .nd_text .big{font-size: 16px;line-height: 35px;font-weight: 600;color:#1a6fbb}
.xinwenxiangqing .nd_text img{max-width: 100%;display: block;margin: 10px auto;}
.xinwenxiangqing .nd_text .baimg{width: 40%;float: right;margin-left: 30px;}
.xinwenxiangqing .nd_text .baimg img{width: 100%;clear: both;display: block;margin: auto}
.detail_fenx a{font-size:14px;padding:12px 0;overflow:hidden;margin-top:20px;border-top:1px dotted #adadad;color:#333;}
.new_s2{width:100%;float:left;margin-top:5%;}
.hot_pro2{width:100%;float:left;margin-top:5%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#1a6fbb;line-height:45px;font-size:16px;padding:0 20px;font-weight:bold;border:1px solid #d6d6d6;box-sizing: border-box;}
.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:45px;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#1a6fbb;width:120px;height:45px;text-align:center;font-size:16px;font-weight:bold;}
.relatedNews{margin:5% 0 0;overflow:hidden}
.relatedNews_font{font-size:13px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../images/ly_li.png) no-repeat left center;padding-left:10px;color: #666}
.relatedNews_font ul li a:hover{color: #1a6fbb}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}

.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#1a6fbb;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{border-top:1px #DEDEDE solid;margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size: 15px;}

.yylist{overflow: hidden;}
.yylist ul{margin-right:-2%;}
.yylist li { width:23%; margin-right:2%; margin-bottom: 2%;}
.yylist li .img span{ background-color: #1a6fbb; color: #fff; position: absolute; bottom: 0; right: 0; padding:1% 3%; box-sizing: border-box; font-size: 15px;}
.yylist li .img {overflow: hidden;  position: relative;}
.yylist li .img img{ width: 100%; object-fit: cover; height: auto; -webkit-transition:0.5s; transition:0.5s; display: block;}
.yylist li:hover{ color: #1a6fbb; box-shadow: 0 0 10px rgba(43 ,23, 110, .2);}
.yylist li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.dis-flex-center-center{  display: flex; align-items: center; justify-content: center;}
.dis-flex-between-center{  display: flex; justify-content: space-between; align-items: center;}
.dis-flex-center{  display: flex; align-items: center;}
.dis-flex-between{  display: flex; justify-content: space-between}
.dis-flex-between-start{ display: flex; justify-content: space-between;align-items: flex-start;}
.dis-flex-between-end{ display: flex; justify-content: space-between;align-items: flex-end;}
.dis-flex{  display: flex;}
.flex-column{ flex-direction: column;}
.flex-wrap{ flex-wrap: wrap;}


.service_three{ overflow:hidden; text-align:center;}
.service_three li{ float:left; width:31.333%; margin-right:2%;  overflow:hidden; position:relative; margin-bottom:2%; cursor:pointer;}
.service_three li:nth-child(3n+0){ margin-right:0;}
.service_three li .imgs{ overflow:hidden; position:relative; padding-top:54.88%;}
.service_three li .imgs img{ display: block;overflow:hidden; width:100%; height:100%; position:absolute; left:0; top:0; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.service_three li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.service_three li .txts{ overflow:hidden; background:#f0f0f0; padding-left:10px; padding-right:10px; padding-top:16px; padding-bottom:18px;}
.service_three li .txts .shbt{ font-weight:normal; overflow:hidden; color:#333;line-height:40px; height:40px;white-space:nowrap;text-overflow:ellipsis; font-size: 24px;}
.service_three li .txts .p{ overflow:hidden; line-height:26px; height:26px;white-space:nowrap;text-overflow:ellipsis; font-size:14px; color:#555;}
.service_three li .bgs{ position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(250,3,10,0.6);display: flex; align-items: center; justify-content: left;transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);}
.service_three li:hover .bgs{opacity:1.0;filter:Alpha(opacity=100);}
.service_three li .cons{ overflow:hidden; width:94%; margin:0 auto; max-width:430px;}
.service_three li .cons .shbt{ font-weight:normal; overflow:hidden; color:#fff;line-height:40px; height:40px;white-space:nowrap;text-overflow:ellipsis;  font-size: 24px;}
.service_three li .cons .p{ overflow:hidden; line-height:32px; min-height:96px; font-size:16px; color:#fff;}

.productPic{width: 100%;box-sizing: border-box;overflow: hidden; padding: 3% 0;}
.productPic ul{overflow: hidden;}
.my_ul{margin-right: -1.8%; margin-bottom: -3%;}
.productPic li{width: 23%;margin-right:1.8%;float: left;margin-bottom: 3%;position: relative;border: 1px solid #eee;}
.product-words{width: 100%;}
.product-w-pic{width: 100%;position: relative;overflow: hidden;background-color: #fff;text-align: center;box-sizing:border-box;}
.product-w-pic .pimg{}
.product-w-pic .pimg img{width: 100%;object-fit: cover}
.product-w-shade{width: 100%;height: 30%;position: absolute;bottom: 0%;left: 0%;background-color: rgba(37, 37, 37, .8);transition: all .2s;opacity: 0;}
.product-w-pic .product-w-piclink{display: block;width: 100%;height: 100%;font-size: 0;padding: 0;border-bottom: none;margin: 0;}
.product-w-shade .pwzs{width: 100%;position: absolute;top: 50%;transform: translate(0,-50%);}
.product-w-shade .pwzs p{font-size: 16px;color: #fff;width: 80%;margin: auto;text-align:justify;text-justify:inter-word;text-align: center;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.product-w-shade .pwzs p img{max-width: 100%!important;vertical-align: middle;display: inline-block;}
.product-w-shade .pwzs .span{display: inline-block;font-size: 24px;color: #fff;text-align: center;padding: 0 0 4px 0;border-bottom: 1px solid #fff;margin-top: 36px;}
.product-w-shade .pwzs .em{font-size: 14px;color: #fff;line-height: 25px;text-align: center;margin: 2% 5%}
.productPic li:hover .product-w-pic .product-w-shade{opacity: 1;height: 100%;}
.product-w-words{width: 100%;padding: 15px;box-sizing: border-box;}
.product-w-words .pwzs{font-size: 16px;color: #333;line-height: 30px;text-align: center;z-index: 999;position: relative;transition: all .2s;}
.product-w-words .p{font-size: 16px;color: #666;line-height: 25px;text-align: center;margin-top: 1%}
.productPic li:hover .product-w-words .pwzs{opacity: 1;color: #fff}
.productPic li:hover .product-w-words .p{color: #fff}
.productPic li:hover .product-words{background: #1a6fbb;color: #fff}
.productPic li:hover .product-w-words .pwzs p img{max-width: 100%;}

.nyproxq{width: 100%;box-sizing: border-box;overflow: hidden; padding: 3% 0;}
.pro_right{width: 100%; height: auto; overflow: hidden;}
.productss{width:100%; overflow: hidden;}
.productss img{max-width: none !important;}
.promore_l{width:40%;float:left;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%;border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.spec-preview{width:100%;height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%;float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:32px;height:32px;cursor:pointer;margin-top:5px;}
.spec-scroll .items{float:left;position:relative;width:80%;height:51px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:66px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6;padding:2px;width:57px;height:44px;}
.spec-scroll .items ul li img:hover{border:2px solid #1c2386;padding:1px;}
.pros_right{width:55%;float:right;overflow:hidden;}
.pros_right_top{overflow:hidden;border-bottom:2px solid #e6e6e6;}
.pros_right_top .pbt{overflow:hidden;font-size:24px;color:#333;padding-bottom:3%;}
.pros_right_top .pwz{overflow:hidden;font-size:16px;color:#333;line-height:25px;padding-bottom:3%;}
.proleft{font-size:16px;line-height:30px;margin:5% 0;}
.proleft .bt{font-size: 16px; font-weight: 600; color: #1c2386;}
.proleft p{font-size:14px;line-height:25px;}
.prorights{font-size:14px;line-height:30px;margin:2% 0; width: 68%; float: left; }
.prorights .bt{font-size: 16px; font-weight: 600; color: #1c2386;}
.prorights p{font-size:14px;line-height:25px; width: 48%; float: left; margin-right: 2%;}

.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pc-cx-tel-1-t1{width: 28%;height: auto;background: #333;font-size: 18px;line-height: 44px;text-align: center;float: right;margin-top: 15px;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;background: url(../img/head-c-r1.png) no-repeat 0px center;font-size:20px;color: #454545;float:left;line-height:30px;}
.pc-cx-tel-1-t2 p{line-height: 24px;font-size: 18px}
.proleft_btn{width:100%;float:left;margin-top:3%;}
.proleft_btn li{width:150px;float:left;margin-right:10px;}
.proleft_btn li a{width:150px;height:40px;float:left;line-height:40px;text-align:center;font-size:16px;background:#eee;display:block;color: #333722}
.proleft_btn li span{float:left;padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#333;color:#fff;}
  

.pbtn{margin-top:10px;overflow:hidden;}
.pbtn a{width:33%;height:50px;line-height:50px;float:left;text-align:center;margin-right:3%; background: #1a6fbb;
    color: #fff; font-size:18px}
.pbtn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;line-height:1;top:0px;}
.pbtn i img{width:20px; vertical-align: middle; display: inline-block;}
.pbtn a:hover{background:#1a6fbb;color:#fff;}
.pbtn a:nth-child(2){width:50%; background:#1a6fbb;}


.proleftbutter{margin: 3% 0; overflow: hidden;}
.proleftbutter .h4_bt{float: left; font-size: 16px;line-height: 40px;color: #fff;text-align: center;background: #e7250f;border-radius: 3px;-webkit-transition:0.5s;transition:0.5s;cursor: pointer;padding: 0 20px;}
.proleftbutter .h4_bt:nth-child(2){background: #1a6fbb;padding: 0 30px;margin-left: 20px;}
.proleftbutter .h4_bt span{font-size: 24px;padding-right: 5px;float: left;}



.index-title-hz{overflow:hidden;}
.index-title{font-size:32px;line-height:35px;color:#000;float:left;position:relative;padding-left:20px}
.index-title:after{content:"";position:absolute;left:0;background:#1a6fbb;width:5px;height:28px;top:5px}

.index-product-bj{background:url(../images/p1bj.jpg) center;background-size:cover;background-attachment:fixed;padding:4% 0;overflow:hidden}
.ny-fzlc-bj{background:url(../images/p1bj.jpg) center;background-size:cover;background-attachment:fixed;padding-top:60px;overflow:hidden}
.ny-qyzl{padding-top:50px;overflow:hidden;display:flex;flex-wrap:wrap;margin-left:-1%;margin-right:-1%}
.about-qyzl-a{border-radius:15px;background:#fff;padding:30px;text-align:center;width:23%;float:left;margin:0 1% 2% 1%;overflow:hidden;display:block;transition:transform 0.5s;-webkit-transition:transform 0.5s; box-sizing: border-box;}
.about-qyzl-a p{color:#666}
.about-qyzl-a:hover{box-shadow:0px 0px 20px 0px rgba(4,0,0,0.1);transform:translateY(-6px);-webkit-transform:translateY(-6px)}
.about-qyzl-a-title{font-size:24px;margin:30px 0;overflow:hidden;color:#333 !important;padding-bottom:20px;position:relative}
.about-qyzl-a-title:after{content:"";position:absolute;background:#dbdbdb;width:40px;left:48%;transform:translate(-48%,0%);height:3px;bottom:0}
.about-qyzl-a-title p{font-size:15px}
.qywh-pic{font-family:"iconfont" !important;font-size:60px;line-height:60px;font-style:normal;color:#1a6fbb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
  

.ldip{padding:4% 0; overflow: hidden;}
.ldip .swiper-container{padding:3% 0 0%; overflow: hidden; }
.ldip .swiper-container .swiper-wrapper{}
.paimg{overflow: hidden; border: 1px solid #ccc;}
.paimg img{width: 100%; margin: auto;}
.ldip .index_gc{overflow: hidden;}
.ldip .index_gc ul{margin-top: 2%; overflow: hidden; margin-right: -2%;}
.ldip .index_gc li{float: left;width:13%;height: auto;margin-right: 1%;border:1px solid #e5e5e5;margin-bottom: 20px;position: relative;overflow: hidden; background: #fff;}

.ldip .index_gc li .pic{display: table;margin: 0 auto;}
.ldip .index_gc li .pic span{display: table-cell;vertical-align: middle;height: auto;}
.ldip .index_gc li .pic span img{display: block;max-width: 100%;max-height: 100%;}
.ldip .index_gc li .hzbt{position: absolute;left: 0;top: 0;width: 100%;height: auto;background: rgba(0, 78, 161, 0.83);font-size: 16px;text-align: center;line-height: 83px;color: #fff;transform: scale(0);transition: 0.5s all}
.ldip .index_gc p{font-size: 16px;text-align: center;line-height: 40px;color: #333;}
.ldip .index_gc li:hover .hzbt{transform: scale(1.1);}
.ldip .more{display: block;width: 230px;height: 50px;line-height: 50px;text-align: center;font-size: 14px;color: #666;text-transform: uppercase;background: #fff;margin: 40px auto auto auto;border:1px solid #dcdcdc;}
.ldip .more:hover{background: #085cb4;color: #fff}

.ldip .swiper-paginations{display: flex;align-items: center;justify-content: center;bottom: -40px; position: relative;}
.ldip .swiper-paginations span{z-index:2;cursor:pointer;margin:0 5px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:#333;opacity: 1!important;}
.ldip .swiper-paginations span.swiper-pagination-bullet-active{background:#0068ff;}
.ldip .swiper-paginations span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -15px;top: -15px;border: 1px solid #0068ff;width:37.5px;height:37.5px;border-radius: 50%; }


.Ulimg2{overflow: hidden;}
.Ulimg2 ul{ margin-left:-2%;}
.Ulimg2 li{ float:left; width:23%; margin-left:2%; text-align:center; margin-bottom:2%; box-sizing: border-box; overflow: hidden;}
.Ulimg2 li .upimg{width: 100%; overflow: hidden;}
.Ulimg2 li .upimg img{ max-width:100%; -webkit-transition:0.5s;transition:0.5s;}
.Ulimg2 li .upimg:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.Ulimg2 li span{display:block; line-height:22px; font-size:15px; padding: 12px 0 0;}

.Ulimg3{overflow: hidden;}
.Ulimg3 ul{ margin-left:-2%;}
.Ulimg3 li{ float:left; width:23%; margin-left:2%; text-align:center; margin-bottom:2%; box-sizing: border-box; overflow: hidden;}
.Ulimg3 li .upimg{width: 100%; overflow: hidden; height: 261px;}
.Ulimg3 li .upimg img{ max-width:100%; -webkit-transition:0.5s;transition:0.5s;}
.Ulimg3 li .upimg:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.Ulimg3 li span{display:block; line-height:22px; font-size:15px; padding: 12px 0 0;}

.ny-news-hztext{overflow: hidden; padding: 3% 0;}
.ny-news-hz{margin-left:-1%;margin-right:-1%;}
.ny-news-box{width:47.8%;margin-left:1%;margin-right:1%;display: flex; flex-wrap: wrap;border:1px solid #ccc;border-top-left-radius:10px;border-bottom-right-radius:10px;float:left;margin-bottom:3%;}
.ny-news-box a{display: flex;justify-content: space-between;align-items: center;}
.ny-news-left-title{color:#1a6fbb;font-size:22px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.ny-news-left-nr{margin:25px 0;font-size:15px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; line-height:22px;}
.ny-news-left-rq{float:right;font-size:15px;color:#4c4c4c;margin-top:8px;}
.ny-news-left{padding:3%;width:64%;float:left; box-sizing: border-box;}
.ny-news-pic{width:36%;float:right;background-position: center; background-size: cover;}
.ny-news-pic img{border-bottom-right-radius:10px; max-width: 100%;}
.index-about-more{color:#fff; width:155px;height:42px;line-height:42px;padding:0 20px;background:#1a6fbb;border-top-left-radius:10px;border-bottom-right-radius:10px;float:left; box-sizing: border-box;}
.index-about-more a{color:#fff;font-size:17px;}
.index-about-more a:hover{ text-decoration:underline;}
.ny-news-box:hover .index-about-more{color:#fff;}
.ny-news-box{overflow:hidden;transition:transform 0.5s; -webkit-transition:transform 0.5s;}
.ny-news-box:hover{transform:translateY(-6px); -webkit-trafont-size: 0;box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);border:1px solid #1a6fbb; }

.xinwenxiangqing{box-sizing: border-box;}
.xinwenxiangqing .nd_head{text-align: center;border-bottom: 1px dashed #d6d6d6;padding-bottom:1%}
.xinwenxiangqing .nd_head p{color: #1a6fbb;font-size: 28px;height: auto;padding-bottom:1%}
.xinwenxiangqing .nd_head span{color: #666;font-size: 16px;margin: 0 15px;}
.xinwenxiangqing .nd_text{text-align: left;font-size:16px;line-height:30px;padding: 15px 0;}
.xinwenxiangqing .nd_text .big{font-size:18px;line-height: 35px;font-weight: 600;color:#333; font-weight: 600;}
.xinwenxiangqing .nd_text img{max-width: 100%;display: block;margin: 10px auto;}
.xinwenxiangqing .nd_text .baimg{width: 40%;float: right;margin-left: 30px;}
.xinwenxiangqing .nd_text .baimg img{width: 100%;clear: both;display: block;margin: auto}
.detail_fenx a{font-size:14px;padding:12px 0;overflow:hidden;margin-top:20px;border-top:1px dotted #adadad;color:#333;}
.new_s2{width:100%;float:left;margin-top:5%;}
.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:45px;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#1a6fbb;width:120px;height:45px;text-align:center;font-size:16px;font-weight:bold;}
.relatedNews{margin:3% 0 0;overflow:hidden}
.relatedNews_font{font-size:13px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../images/ly_li.png) no-repeat left center;padding-left:10px;color: #666}
.relatedNews_font ul li a:hover{color: #1a6fbb}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}
.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#1a6fbb;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{border-top:1px #DEDEDE solid;margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size: 15px;}

.inf_cont{overflow: hidden;}
.inf_cont .box{width: 47%;}
.inf_cont .box .cbt{font-size:30px; font-weight: 600;}
.word2{font-size: 16px;line-height: 24px;}
.inf_cont .word2{min-height: 48px;margin: 20px 0;}
.inf_cont .box1 .cbt{font-size: 30px; font-weight: 600; margin-bottom: 3%;}
.inf_cont .box1 .inp{width: 100%;display: flow-root;margin-bottom: 20px;}
.inf_cont .box1 .inp p{font-size: 14px;display: block;margin-bottom: 10px;}
.inf_cont .box1 .inp input{width: 100%;height: 50px;line-height: 50px;border-radius: 5px;border: 1px solid #666;text-indent: 10px;}
.inf_cont .box1 .inp input:hover{border-color: #1a6fbb;}
.inf_cont .box1 textarea{height: 182px;width: 100%;border-radius: 5px;border: 1px solid #666;padding: 10px;box-sizing: border-box;}
.inf_cont .box1 .sub{width: 100%;border-radius: 5px;background: #333;color: #fff;font-size: 18px;text-align: center;height: 50px;line-height: 50px;cursor: pointer;}
.inf_cont .box1 .sub:hover{background: #1a6fbb;}
.inf_cont .box2 ul{overflow: hidden;}
.inf_cont .box2 li{margin: 15px 0;display: inline-flex; width: 50%; float: left;}
.inf_cont .box2 li .txt{display: table-cell;vertical-align: middle;}
/* .inf_cont .box2 li:first-child{margin-top: 15px;} */
.inf_cont .box2 li span{font-size: 22px;margin-right: 8px;}
.inf_cont .box2 li span img{width:48px; margin: 0 auto;display: block;vertical-align: middle;}
.inf_cont .box2 li b{font-size: 18px;display: block;}
.inf_cont .box2 .imgfd{border-radius: 5px;height: 368px;padding-top: 0;}
.imgfd{overflow: hidden;}
.imgfd img{ width: 100%; transition: all 0.5s ease;object-fit: cover;display: block;}
.imgfd:hover img{transform: scale(1.1);}
#map_container{height: 368px;border: 5px solid #fff; font-size: 15px; font-family: 'Poppins';font-weight: normal;color:#000;}

.proList {padding: 3% 0; overflow: hidden;}
.proList ul{margin-right:-2%; }
.proList li{float:left;width:23%;margin-bottom:20px;margin-right:2%;}
.proList li a{display:block;}
.proList li .pImg{transition:all .3s;border:1px solid #e1e1e1;transition:all .4s;}
.proList li .pImg:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#fa030a;transition:all 0.3s;transform:perspective(400px) rotateX(-90deg);-moz-transform:perspective(400px) rotateX(-90deg);-webkit-transform:perspective(400px) rotateX(-90deg);-o-transform:perspective(400px) rotateX(-90deg);transform-origin:top;z-index:2;opacity:.7;}
.proList li .pImg:after{content:"";position:absolute;width:58px;height:58px;background: url('../images/pMore.png') no-repeat;left:50%;top:50%;margin-left:-27px;opacity:0;transition:all 0.3s;z-index:3;}
.proList li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;font-size:1.143em;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#1a6fbb;}
.proList li:hover .pImg:before{transform:perspective(200px) rotateX(0);}
.proList li:hover .pImg:after{transition-delay:.1s;margin-top:-27px;opacity:1;}
.hide{overflow:hidden;}
.pImg{position:relative;display:block;overflow:hidden;}
.pImg img{width:100%;transition:all 0.5s;}

.tabs-basic{width:100%;margin-top:3%;float:left;}
/* The tabs*/.tabs-basic ul{list-style:none;text-align:left;margin:0;padding:0;border-bottom:1px solid #e6e6e6;background:#eee;}
.tabs-basic ul li{display:inline-block;margin-bottom:-1px;font-size:16px;text-transform:uppercase;}
.tabs-basic a{display:block;text-decoration:none;background:#333;border:1px solid transparent;padding:10px 40px;color: #fff}
.tabs-basic .tab-active{border-bottom:2px solid #1a6fbb;color:#fff;background:#1a6fbb;}
/* The content*/.tabs-basic .tabs-content-placeholder{overflow:hidden;margin:auto;padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block;line-height:30px;font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6;line-height:24px;text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px;text-align:left;margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;margin:auto;display: block;clear: both;}
.tabs-basic table{border-collapse:collapse;border: 1px #e6e6e6 solid !important;width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important;padding-left:12px !important;word-wrap:break-word;word-break:break-all;border:1px #e6e6e6 solid !important;line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}
.hot_pro2{width:100%;float:left;margin-top:3%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#333;line-height:45px;font-size:16px;padding:0 20px;border:1px solid #d6d6d6;box-sizing: border-box;}
.scrollleft2{width:100%;float:left;margin-top:20px;margin-bottom: 30px;}
.scrollleft2 ul{margin-right:-20px;}
.scrollleft2 li{width:222px;float:left;margin-right:20px;overflow:hidden;}
.scrollleft2 li img{width:99%;display:block;border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #1a6fbb;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block;width:100%;line-height:30px;margin-top:10px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}


  


@media (min-width: 1200px) { .head_navlist ul li.active > a { color: #1a6fbb !important; }
  .head_navlist ul li > a:hover::after { width: 100%; margin-left: -50%; }
  .head_navlist ul li > a:hover { color: #1a6fbb !important; }
  .head_navlist ul li > a::after { position: absolute; bottom: 0; width: 0; height: 2px; background: #1a6fbb; content: ""; display: block; left: 50%; -webkit-transition: all 0.4s; transition: all 0.4s; }
  .head_navlist ul li.active > a::after { width: 100%; margin-left: -50%; }
  .head_navlist ul li:hover .sub_zinav { pointer-events: initial; opacity: 1; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }
  .sub_zinav a:hover { background: #1a6fbb; color: #fff !important; } }

@media (max-width: 1400px) { 
  .header{padding: 0 2%;}
  .w1650{padding: 0 2%;}
}






.search_container{padding: 60px 0;}
.searchtitle401 {
    margin-bottom: 30px;
    font-size: 24px;
    padding: 28px 15px;
    background-color: #f2f2f2;
}
.searchinputcont401 input,.searchinputcont401 button{border: none;}
.searchinputcont401 {
    width: 45%;
    margin: 0 auto;
}
.searchinputcont401 dt {
    float: left;
    width: 78%;
}
.searchinputcont401 dd {
    float: left;
    width: 22%;
}
.searchinputcont401 dt input {
    font-size: 16px;
}
.searchinputcont401 dt input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 15px;
    color: #333333;
    background-color: #ffffff;
    font-family: "Microsoft YaHei";
}
.noimgbox{width: 100% !important;}
.searchinputcont401 dd input {
    font-size: 16px;
    font-weight: bold;
}

.searchinputcont401 dd input {
    margin-top: 0;
}
.searchinputcont401 dd input {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background-color: #1a6fbb;
    text-align: center;
    font-family: "Microsoft YaHei";
}
.clearfloat::after{display: block;content: "";clear: both;}
.search_list .item{padding: 18px 0;border-bottom: 1px solid #eee;}
.search_list .item h2{margin-bottom: 20px;}
.search_list .item h2 a{font-size: 20px;margin-bottom: 20px;color: #333;}
.search_list .item h2 a br{display: none;}
.searchimg401{
    float: left;
    margin-right: 30px;
    display: block;
    width: 200px;
    overflow: hidden;
}
.search_list .item img {
    display: block;
    width: 100%;
    margin-bottom: 2%;
}
.search_list .item img {
    width: 100%;
}
.resulttext401 {
    overflow: hidden;
    height: 72px;
    color: #999;
}
.searchbox{float: left;width: calc(100% - 250px);}
.resultlabel401 {
    color: #999;
    display: inline-block;
    padding-top: 20px;

}
.resultlabel401 a{color: #333 !important;}
.search_list .item:first-child{border-top: 1px solid #eee;}
.swiper_ibox{background: none;width: 50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.sortcase_main .swiper_ibox i{color: #545454;}
.color_case .swiper_ibox i{color: rgba(0, 0, 0, 0.1);}
.swiper_ibox i{font-size: 50px;}
.swiper_ibox i:hover{color: #1a6fbb;}
.swiper_i_left{left: -60px;}
.swiper_i_right{right: -60px;}
.language .languagebox:hover .language_text{border-color: #1a6fbb;}
.language .languagebox:hover .language_text span,.language .languagebox:hover .language_text i{color: #1a6fbb;}
.banner-video{width: 100%;}
@media (max-width: 1300px){
    .swiper_ibox{display: none;}
}

@media (max-width: 768px){
    .search_container{padding: 40px 0;}
    .searchtitle401 {
        padding: 15px 15px;
    }
    .searchinputcont401 {
        width: 98%;
    }
    .searchimg401 {
        float: none;
        width: 100%;
    }
    .searchbox {
        width: 100%;
    }
    .search_list .item h2{margin-top: 10px;margin-bottom: 10px;}
    .search_list .item h2 a{font-size: 16px;}
    .resulttext401{height: auto;}
    .yfa{font-size:22px;    margin-top: 30px;}
    .yfimg li p{font-size:14px;}
    .yfimg li{width:48%;}
}
