﻿@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: #1193e7 !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 6%; height: 75px; box-sizing: border-box;}

.header .logo img { margin-top:6%;}

.head_navlist li { float: left; margin: 0 27px; }

.head_navlist li > a { position: relative; }

.head_navlist li > a { display: block; font-size: 16px; color: #fff; 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: #1193e7; }

.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: #fff; position: relative; cursor: pointer; border: 1px solid rgba(255, 255, 255, 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: #1193e7; }

.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: #1193e7; 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 .logo img {height: 60px;}

.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: #1193e7; border-color: #1193e7; }

.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: #1193e7; }

.inxban-next { margin-top: 65px; }

.banner-info.blue .baninfo_en { margin-bottom: 50px; font-family: none; color: #1193e7; 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; }

.about{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;}
/*about*/
.about{padding:4% 0;flex-wrap: wrap;justify-content: space-between;}
.abouss{flex-shrink:0;width:42%; float: left;}
.abouta{font-size:42px;font-weight: bold;margin-bottom:2%;position:relative; color: #46a9f2;}
.aboutb{font-size:24px;margin-bottom:1%;}
.aboutc{margin:auto;font-size:16px;line-height:30px;color:#666;}
.aboutcc{margin-top:30px;}
.aboutcc a{display:inline-block;border-bottom:1px solid #333;line-height:36px;}
.aboutcc a:hover{color:#46a9f2}
.aboutd{max-width:1200px;margin:60px auto 0;}
.aboutd ul{display:grid;grid-template-columns: 30% 30% 30%;}
.aboutd p{color:#46a9f2;display:inline-block;position:relative;}
.aboutd ul samp{font-family: 'OBold';font-size:3vw;}
.aboutd ul span{position:absolute;top:0;left:100%;font-size:20px;}
.aboutd ul .abouc{font-size:18px;color:#666;}

.flex-left { display: flex; flex-wrap: wrap }
.cont{margin-top:5%}
.cont ul{margin-top:10%}
.cont ul li{width: 25%;}
.cont ul li .num i{font-size:42px;line-height:36px;color:#46a9f2;font-weight:bold; font-style: normal;}
.cont ul li .num sup{font-size:24px;color:#46a9f2;line-height:15px;margin-left:5px;vertical-align:top;top:0}
.cont ul li .num sup.zh{font-size:16px}
.cont ul li p{font-size:14px;line-height:28px;color:#272933;opacity:0.8;margin-top:2px}


.abouyy{flex-shrink:0;width:55%;position:relative;box-sizing:border-box;padding-right:40px; padding-left:5%; float: left;}
.abouyy img{width:100%;position:relative;z-index:1;}
.abouyy:after{position:absolute;bottom:-40px;right:0px;width:82%;height:90%;background:rgb(70 169 242 / 0.08);content:'';}


.inprobox{padding: 3% 0; overflow: hidden; background: #f5f5f5;}
.inprobox ul{ margin: 0 -2% -2% 0;}
.inprobox li{width:23%; float: left; margin: 0 2% 2% 0; background: #fff;}
.inprobox li .ppimg{overflow: hidden;}
.inprobox li .ppimg img{width: 100%; display: block; clear: both; margin: auto;-webkit-transition: 0.5s;transition: 0.5s;}
.inprobox li .pptext{padding:5%; overflow: hidden; text-align: center; box-sizing: border-box; transition: all .3s;}
.inprobox li .pptext p{font-size:16px;margin-bottom:8px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.inprobox li .pptext .pmore{display:block;width:95px;height:24px;line-height:24px;margin:0 auto;text-align:center;background-color:#666;color:#fff;border-radius:12px;font-size:12px;font-family:"OpenSans-Semibold";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:all .3s;}
.inprobox li .pptext .pmore:hover{background-color:#46a9f2;}
.inprobox li a:hover .pptext{transform: translateY(-10px);}
.inprobox li a:hover .pptext .pmore{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.inprobox li:hover .ppimg img{transform: scale(1.1); -webkit-transform: scale(1.1);}

.w1400{width:1650px;max-width: 95%;margin:auto;}

.pctitle{text-align:center}
.pctitle.tal{text-align:left}
.pctitle .title{font-size:36px;font-weight:bold;  text-transform: uppercase; line-height: 45px; color: #1193e7;}
.pctitle .title::first-letter{text-transform:uppercase}
.pctitle .slogan{line-height:26px;font-size:16px;color:#666; margin: 1% 0% 2%;}


.in_workshop{padding: 3% 0; overflow: hidden;}
.industry .index-tip{margin-bottom:20px}
.industry-cell{display:flex;flex-wrap:wrap;justify-content:space-between}
.industry-item{display:flex;flex-direction:column;justify-content:flex-end;height:500px;width:32.5%;transition:width .4s ease;background-position:center;margin-top:20px;background-repeat:no-repeat;background-color:#595959;background-size:cover;padding:30px;position:relative; box-sizing: border-box;}
.industry-item:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.5);transition:all .4s ease}
.industry-cell.on .industry-item{width:27.5%}
.industry-cell.on .industry-item.active{width:42.5%}
.industry-cell.on .industry-item.active:after{opacity:0}
.industry-item p{color:#fff;font-size:20px;text-transform:uppercase;font-weight:700;opacity:.5;font-family: "Samsung";position: relative;z-index: 2;}
.industry-item-title{font-size:20px;color:#fff;font-weight:700;margin-top:10px;position: relative;z-index: 2;}


.strength{height:auto;margin-top:70px}
.serv_c{width:100%;height:739px;overflow:hidden;margin-top:30px}
.serv_c ul{width:102%;height:739px}
.serv_c li{width:25%;float:left;position:relative;cursor:pointer;height:739px;border-right:1px solid #fff;box-sizing:border-box;background-size:1380px 739px;background-position:center top;background-repeat:no-repeat}
.serv_c li .bock dd{display:none}
.serv_c li:last-child{margin:0}
.serv_c li img{display:block}
.mo{width:100%;height:100%;position:absolute;left:0px;top:0px;background:rgba(0,0,0,0.5)}
.shu2 dt{width:50px;height:50px;margin:260px auto 10px}
.shu2 dt img{display:block;width:50px;height:50px}
.shu2 dd{font-size:36px;font-weight:normal;line-height:44px;color:#fff;text-align:center;overflow:hidden}
.shu2 dd em{display:block;font-size:36px;font-weight:bold;line-height:44px;color:#fff;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hav{width:100%;height:100%;position:absolute;left:0px;top:0}
.bock{position:absolute;left:0;bottom:0;width:100%;height:131px;color:#fff;box-sizing:border-box;background:rgba(0,0,0,0.9)}
.bock dt{width:100%;height:131px;float:left;overflow:hidden;margin-right:2%;background:#ffb400}
.bock dt em{display:block;width:50px;height:50px;margin:42px 16px 0 25px;float:left}
.bock dt em img{display:block;width:50px;height:50px}
.bock dt span{display:block;width:191px;height:60px;margin-top:36px;overflow:hidden;float:left;padding-left:16px;border-left:1px solid rgba(0,0,0,0.5)}
.bock dt span i{display:block;font-size:36px;font-weight:bold;line-height:42px;color:#26282d;height:42px;overflow:hidden}
.bock dt span b{display:block;font-size:14px;font-weight:normal;line-height:20px;color:#26282d;height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0.5}
.bock dd{font-size:18px;font-weight:normal;line-height:36px;color:#fff;margin-top:30px;float:left;text-align:left;width:70%;max-height:72px;overflow:hidden}
.tit01{text-align:center;width:1200px;margin:0 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tit01 em{display:block;font-size:48px;line-height:60px;color:#272636;height:60px;overflow:hidden}
.tit01 i{display:block;font-size:20px;font-weight:normal;line-height:30px;color:#333;height:30px;text-overflow:ellipsis;white-space:nowrap;position:relative;margin-top:25px}
.tit01 i:before{content:'';position:absolute;top:-10px;left:50%;width:240px;height:1px;background:#dfdfdf;margin-left:-120px}
.tit01 i:after{content:'';position:absolute;top:-11px;left:50%;width:60px;height:2px;background:#d4ab5b;margin-left:-30px}

.news_index{padding:3% 0; overflow: hidden;}
.news_lrt{float:left;width:29%;margin-right:4%}
.news_lrt .thumb{margin-bottom:20px}
.news_lrt .thumb img{display:block;width:100%}
.news_lrt li{position:relative;margin-bottom:15px;padding-right:60px;padding-left:10px}
.news_lrt li:before{width:4px;height:4px;background:#696969;content:"";display:block;position:absolute;left:0;top:10px}
.news_lrt li:hover a{color:#ca1421}
.news_lrt li small{position:absolute;right:0;top:0;color:#696969}
.news_lrt li a{display:block;color:#696969;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.news_h1title{border-bottom:1px solid #ccc;padding-bottom:15px;position:relative;margin-bottom:25px}
.news_h1title span{display:inline-block;font-size:20px;color:#333;position:relative;font-weight:bold}
.news_h1title span:after{content:"";display:block;position:absolute;left:0;bottom:-18px;width:100%;height:4px;background:#ca1421;z-index:990}
.news_h1title a{position:absolute;right:0;top:5px;color:#a4a4a4;font-size:13px}
.news_h1title a:hover{color:#ca1421}
.faqs_rt{background:url(../images/fabb.jpg) no-repeat left 60px;padding-left:40px;width:33.5%;float:right;box-sizing:border-box}
.faqs_rt li{color:#696969;line-height:1.5;padding-bottom:18px;border-bottom:1px dotted #ddd;margin-bottom:18px}
.faqs_rt li .title{background:url(../images/icon_w.png) no-repeat left 2px;padding-left:25px;margin-bottom:8px}
.faqs_rt li p{background:url(../images/icon_d.png) no-repeat left 2px;padding-left:25px}
.faqs_rt label{color:#ca1421;float:left;padding-top:10px}
.faqs_rt a.faqs_submit{color:#535353;display:inline-block;border:1px solid #ddd;padding:12px 15px;padding-left:40px;background:url(../images/icon_dw.png) no-repeat 15px center;float:right}




  
  


  


.kehu_box { height: 120px; background: #1193e7; }

.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 ul{}
.footer_top .ft_left .c_info li{display: flex;align-items: center;margin-bottom: 14px; }
.footer_top .ft_left .c_info li em{
    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 em.address{
    background: url('../images/footer_address.png') no-repeat center center;
}
.footer_top .ft_left .c_info li em.mobile{
    background: url('../images/footer_mobile.png') no-repeat center center;
}
.footer_top .ft_left .c_info li em.phone{
    background: url('../images/footer_phone.png') no-repeat center center;
}
.footer_top .ft_left .c_info li em.email{
    background: url('../images/footer_email.png') no-repeat center center;
}
.footer_top .ft_left .c_info li em.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 { }

.Container-wrapper{width: 100%;overflow: hidden;}

.bat{overflow: hidden;position: relative;}
.bat .img img{display: block;width: 100%;}
.bat .txt{position: absolute;left: 10%;bottom: 20%;}
.bat .txt .ml1{font-size: 56px;line-height: 56px;color: #fff;font-weight: 300;}
.bat .txt .ml2{font-size: 36px;line-height: 36px;color: #fff;font-weight: 100;text-transform: uppercase;padding-top: 10px;}
.bat .sp{overflow:hidden;}
.bat .sp video{display: block;width: 100%;height: 100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}

.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:#46a9f2;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#46a9f2;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:#46a9f2;border:1px solid #46a9f2;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:#46a9f2;color:#fff;}
}

.nyaboutbig{padding: 3% 0 ;  overflow: hidden; }
.page-main{}
.page-title{text-align:center;font-size:36px;font-weight:600;color:#0b1b2b;line-height:1.4;margin-bottom: 2%;}
.page-title.white{color: #fff;}

@media (max-width:1280px){.page-title{font-size:30px}
}
@media (max-width:1024px){.page-title{font-size:26px}
}
@media (max-width:768px){.page-title{font-size:24px}
}
.pagetext{font-size: 16px; line-height: 30px; color:#0b1b2b;margin-bottom: 3%;}
.about1{overflow: hidden;}
.about1 img{vertical-align: bottom;max-width: 100%; height: auto;}
.boxss{max-width:90%;transform:translateY(-50%);margin:0 auto;background:#fff;box-shadow:0 8px 16px 0 rgba(24,40,3,.1);padding:3% 3% 0; box-sizing: border-box; border-radius: 12px;}
.flex-leftss { display: flex; flex-wrap: wrap; justify-content: space-between;}
.shili-num ul{}
.shili-num ul li{text-align: center; width: 25%; margin-bottom: 3%;}

.shili-num ul li .num i{font-size:42px;line-height:42px;color:#46a9f2;font-weight:bold; font-style: normal;}
.shili-num ul li .num sub{font-size:18px;color:#272933;line-height:18px;margin-left:5px;vertical-align:middle;bottom:0}
.shili-num ul li .num sub.zh{font-size:16px}
.shili-num ul li p{font-size:16px;line-height:28px;color:#272933;opacity:0.8;margin-top:2px}

.about2{position:relative;z-index:1;color:#fff; background:url(../images/culture_bg.jpg) no-repeat; padding: 4% 0;}
.about2 .list{margin-top:3%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}
.about2 .list li{width:28%;text-align:center;list-style:none}
.about2 .list li img{transition:all .2s linear; display: initial; }
.about2 .list li .p1{font-size:24px;margin:30px 0 10px;font-weight:600}
.about2 .list li .p2{font-size: 16px; line-height: 32px; color:#fff;}

.ldip{padding:4% 0; overflow: hidden;}
.ldip .swiper-father{position: relative; overflow: hidden;}
.ldip .index_gc{padding-top:1%;}
.ldip .index_gc .swiper-slide{}
.ldip .index_gc .swiper-slide img{width: 99%; border: 1px solid #ccc}
.ldip .index_gc .swiper-slide p{font-size: 15px;text-align: center;line-height: 30px;padding:10px 0; color: #222;}
.ldip .swiper-father .swiper-button-next,.ldip .swiper-father .swiper-button-prev{width: 45px;height: 45px;text-align: center;box-sizing: border-box;}
.ldip .swiper-father .swiper-button-next i,.ldip .swiper-father .swiper-button-prev i{ line-height: 45px }
.ldip .swiper-father .swiper-button-next i img,.ldip .swiper-father .swiper-button-prev i img{vertical-align: middle; width: 100%;}
.ldip .swiper-father .left{right: 0;outline: medium; background:rgba(0,0,0,0.65);}
.ldip .swiper-father .right{left: -0;outline: medium; background:rgba(0,0,0,0.65);}
.ldip .swiper-father .left:hover i,.ldip .swiper-father .right:hover i{color: #46a9f2;}
.ldip .swiper-pagination-bi{position: absolute;bottom:-15px;z-index: 11;text-align: center; width: 100%;}
.ldip .swiper-pagination-bi .swiper-pagination-bullet{margin:0 5px;}
.ldip .swiper-pagination-bullet{width: 12px;height:12px;background: #bbb;border-radius: 10px}
.ldip .swiper-pagination-bullet-active{background: #46a9f2;opacity: 1;}
.ldip .swiper-father .swiper-button-next::after,.ldip .swiper-father .swiper-button-prev::after{display: none;}


.products-nylist{padding:3% 0; overflow: hidden;}
.products-nylist ul{display: flex; flex-wrap: wrap;margin-right:-2%;}
.products-nylist li{ border:1px solid #e8e8e8;border-radius:15px;float:left; width:22.8%; margin:0 2% 2% 0%; position:relative; overflow:hidden;text-align:center;}
.products-nylist_pic{ overflow:hidden;}
.products-nylist_pic img{ width:100%; transition:ease-in-out 0.25s all; display: block;}
.products-nylist li:hover .products-nylist_pic img{ transform:scale(1.1);}
.products-nylist_tit:after{ content:''; transition:ease-in-out 0.15s all; position:absolute; left:0; bottom:0; width:100%; height:100%; z-index:-1;}
.products-nylist li .products-nylist_tit:before{content:''; transition: ease-in-out 0.15s all;background:#008fd7; position:absolute; left:-100%; bottom:0; width:100%; height:100%;  z-index:-2;}
.products-nylist li:hover .products-nylist_tit:after{ left:100%;}
.products-nylist li:hover .products-nylist_tit:before{ left:0;}
.products-nylist_tit{ width:100%; overflow:hidden; padding:3%; box-sizing: border-box; font-size: 16px; line-height: 30px;}

.products-nylist li:hover .products-nylist_tit{ color:#fff;}


.workshop{height:auto;overflow:hidden;}
.workshop ul{list-style:none;overflow:hidden;margin-right:-3%;margin-bottom:-3%;}
.workshop li{width:22%;height:auto;overflow:hidden;margin-right:3%;float:left;margin-bottom:3%}
.workshop li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto;}
.workshop li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.workshop li .hpic img{width:100%!important;overflow:hidden; display: block;}
.workshop li div:hover{border:1px solid #46a9f2}
.workshop li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.workshop li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}

.newslist{overflow: hidden;}
.newslist ul{display:flex;flex-wrap:wrap;margin-right:-2%; margin-top: 2%;}
.newslist li{margin-bottom:4em}
.newslist li:last-child{margin-bottom:0px}
.newslist li:hover .news-img a::after{opacity:1}
.newslist li:hover .news-info .title{color:#46a9f2}
.newslist li .news-img{position:relative}
.newslist li .news-img a{border-radius:5px;overflow:hidden}
.newslist li .news-img a::after{content:"";position:absolute;left:0px;top:0px;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:1;opacity:0;transition:all .1s linear}
.newslist li .news-img img{width:100%;height:100%;transition:all .1s linear;object-fit:cover}
.newslist li .news-img .date{position:absolute;left:20px;top:-20px;z-index:1;width:60px;height:90px;background:#FFFFFF;border-radius:0 0 3px 3px;border-top:2px solid #46a9f2;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}
.newslist li .news-img .date span{font-size:14px}
.newslist li .news-img .date span:nth-child(1){line-height:1;font-size:26px;font-weight:500}
.newslist li .news-info .title{color:#000;font-size:18px;font-weight:500;line-height:30px;margin-bottom:10px}
.newslist li .news-info .text{color:#666; line-height: 24px;}
.newslist li .news-info .btn{display:inline-flex;align-items:center;margin-top:30px;color:#000;padding:6px 0px;border-radius:3px;transition:all .1s linear}
.newslist li .news-info .btn em{margin-right:10px;background:#46a9f2;color:#FFFFFF;border-radius:50%;width:20px;height:20px;font-size:12px;display:inline-flex;align-items:center;justify-content:center}
.newslist li:hover .news-info .btn{background:#46a9f2;color:#FFFFFF;padding:6px 14px}
.newslist li:hover .news-info .btn em{background:#FFFFFF;color:#46a9f2}
.newslist.list1 li{width:23%;margin-right:2%}
.newslist.list1 li .news-info{padding:20px 0px}
.newslist.list1 li .news-img{width:100%;min-height:100px;background:#F3F3F3}
.newslist.list0 li{width:100%;display:flex;align-items:center}
.newslist.list0 li .news-img{width:300px}
.newslist.list0 li .news-info{flex:1;padding:0px 20px}
.line3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}

.about_x2.bgs2{overflow:hidden;}
.about_x2.bgs2 .lnny{width:68%; float:left; overflow: hidden;}
.about_x2.bgs2 .rnny{width:28%; float:right; 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:#46a9f2 ;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:28px;overflow:hidden;white-space:normal;word-break:break-all; padding:3% 0;font-size:16px; color:#444;text-align:left;}
.about_x2.bgs2 .con_id img{max-width:100%; display:block; margin:auto; border-radius: 24px;}
.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;}


.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:#1193e7;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: #1193e7}
.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:#1193e7;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;}




.pro_rightss{overflow: hidden;}
.productss{width:100%; overflow: hidden; margin-bottom: 2%;}
.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 #1193e7;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:1.5%;}
.pros_right_top .pwz{overflow:hidden;font-size:16px;color:#333;line-height:25px;padding-bottom:1.5%;}
.proleft{font-size:16px;line-height:30px;margin:3% 0;}
.proleft .bt{font-size: 16px; font-weight: 600; color: #1193e7;}
.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: #1193e7;}
.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;}
.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 #1193e7;color:#fff;background:#1193e7;}
/* 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:1%;}
.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 #1193e7;}
.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;}

.pbtn{margin-top:10px;overflow:hidden;}
.pbtn a{width:33%;height:50px;line-height:50px;float:left;text-align:center;margin-right:3%; background: #1193e7;
    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:#e51419;color:#fff;}
.pbtn a:nth-child(2){width:50%; background:#e51419;}
  

.ny_lx{display: flex;justify-content: space-between;}
.ny_lx .txt{width: 35%;border: 1px solid #efefef;padding: 20px; box-sizing: border-box;}
.ny_lx .txt .btyw{font-size: 24px;line-height: 24px;color: #333;padding-bottom: 15px;font-weight: 100;}
.ny_lx .txt .bt{font-size: 42px;line-height: 42px;color: #333;}
.ny_lx .txt .nr{font-size: 16px;line-height: 36px;color: #666;margin-top: 20px;}
.ny_lx .txt .nr ul li{font-size: 18px;line-height: 30px;color: #333;display: flex;border-bottom: 1px solid #ddd;padding: 2.9% 0;}
.ny_lx .txt .nr ul li i,.ny_lx .txt .nr ul li em{width: 60px; font-size: 36px;line-height: 36px;color: #015aa7;text-align: center;}
.ny_lx .txt .nr ul li p{flex:1;width: 100%;}
.ny_lx .txt .nr ul li p span{font-weight: bold;}
.ny_lx .dt{width: 62%;border: 1px solid #efefef;overflow: hidden;}
.map{width:100%; overflow:hidden;}
.map #map_container{height:450px;border:5px solid #fff; font-size:15px; font-weight:normal;color:#000;}


.bots{overflow: hidden; background: #f5f5f5; padding: 3% 0;}
.bots .t-center{text-align: center;padding-top:2%}
.bots .title{font-size:22px;line-height: 1.85; margin-bottom:1% !important;}
.bots .ltitle{font-size: 14px;line-height: 25px;color:#777;margin-top: 5px;margin-bottom:0%;}
.bots .form{display: block;}
.bots .tip{font-size: 14px;line-height: 22px;color:#555;}
.bots .input{display: block;width: 100%;background-color: #ececec;font-size: 14px;line-height: 32px;padding:8px 2.2%;color:#999;margin:2% 0;box-sizing: border-box;border: 0;}
.bots .input:focus{box-shadow: 0 0 10px rgba(0,0,0,0.08);}
.bots .br{border-radius: 5px;}
.bots .submit{line-height: 44px;height: 44px;padding:0 45px;display: inline-block;background-color: #084ba1;font-size: 15px;color: #fff;cursor: pointer;border: 0;}
.bots .submit:hover{background-color: #084ba1;}
.col-sm-6{width: 50%;float: left;padding: 0 2% 0 0;box-sizing: border-box;}
.col-xs-12{padding: 0 2% 0 0;box-sizing: border-box; width: 100%;}
@media (max-width: 1365px) {
    .header .logo img{height: 60px;}
}

/*@media (min-width: 1200px) { */
/*    .head_navlist ul li.active > a { color: #1193e7 !important; }*/
/*    .head_navlist ul li > a:hover::after { width: 100%; margin-left: -50%; }*/
/*    .head_navlist ul li > a:hover { color: #1193e7 !important; }*/
/*    .head_navlist ul li > a::after { position: absolute; bottom: 0; width: 0; height: 2px; background: #1193e7; 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: #1193e7; color: #fff !important; } */
    
/*}*/

/*@media (max-width: 1400px) { */
/*    .honner_bgbox { width: 100%; }*/
/*    .modelpos_en { font-size: 90px; line-height: 60px; }*/
/*    .equ_prev { left: 10px; }*/
/*    .equ_next { right: 10px; } */
    
/*}*/

/*@media (max-width: 1365px) { */
/*    .modelpos_en { display: none; }*/
/*  .container { width: auto; padding: 0 30px; }*/
/*  .model_ctlist .model_ctitem .model_ctleft, .contactmain02_left, .contactmain02_right { padding-left: 30px; }*/
/*  .contactmain02_right { padding-right: 30px; }*/
/*  .contactmain02_left { padding-right: 30px; }*/
/*  .suliaobtnboxmain { left: 30px; }*/
/*  .color_category_box { width: 100%; }*/
/*  .twospace_box .twospace_item .right { padding: 0 30px !important; }*/
/*  .about_cont .right { width: -webkit-calc(100% - 550px); width: calc(100% - 550px); }*/
/*  .cp_ban_text .container { width: 100%; }*/
/*  .cp_ban_text .cb_right { right: 30px; }*/
/*  .cont_title .ctt_desc { font-size: 14px; }*/
/*  .cont_title .ctt_tit { font-size: 26px !important; margin-bottom: 8px; }*/
/*  .cont_title .ctt_subtit { font-size: 16px; }*/
/*  .ppr_main .pro_listbox li .text .desc br, .sortcase_listbox .swiper-slide .text .desc br { display: none; }*/
/*  .cp_ban_text .cb_name { font-size: 26px; line-height: 35px; }*/
/*  .cp_ban_text .cb_desc { font-size: 14px; line-height: 22px; }*/
/*  .cp_ban_text .cb_sz_02 { font-size: 14px; }*/
/*  .cp_ban_text .cb_sz_01 span { font-size: 30px; }*/
/*  .cp_ban_text .cb_sz_01 img { width: 10px; }*/
/*  .slide_imgbox { margin-top: 100px; } }*/

/*@media (max-width: 1200px) {*/
/*.suliaobox { margin-bottom: 30px; }*/
/*.head_navlist li{margin: 0;}*/
/*.color_caseswiper,.sortcaseswiper,.fumo_caseswiper  {overflow: hidden !important;}*/
/*  .quality_imgbox .quality_entit { letter-spacing: 65px; }*/
/*  .problem_bgimg { height: 420px; }*/
/*  .stcs_mask { display: none; }*/
/*  .twospace_box .twospace_item .right .img_cont { font-size: 14px; }*/
/*  .twospace_box .twospace_item .right .img_cont p { margin-bottom: 5px; }*/
/*  .twospace_box .twospace_item .right .img_name { font-size: 18px; margin-bottom: 15px; }*/
/*  .slide_imgbox { height: 400px; }*/
/*  .ft_right { display: none; }*/
/*  .navmenu_div { display: block; }*/
/*  .header_active .navmenu_box span { background-color: #333; }*/
/*  .head_navlist { position: fixed; top: 59px; left: 0; right: 0; background: #fff; bottom: 0; display: none; }*/
/*  .header, .search_box, .language .languagebox { height: 60px; }*/
/*  .header .logo img { width: 120px; margin-top: 16px; height:auto}*/
/*  .baojia { margin-top: 14px; }*/
/*  .language { margin: 0 15px; }*/
/*  .head_navlist ul li { display: block; float: none; line-height: 60px; padding: 0 15px; border-bottom: 1px solid #f7f7f7; }*/
/*  .sub_zinav { display: none; min-width: initial; pointer-events: auto; }*/
/*  .head_navlist li > a{line-height: 60px;}*/
/*  .sub_zinav { opacity: 1 !important; position: static !important; border: none; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); width: auto; padding: 0 30px; }*/
/*  .head_navlist ul li .sub_zinav a { color: #333; line-height: 26px; font-size: 14px; text-align: left; }*/
/*  .head_navlist ul li > span { display: block; cursor: pointer; }*/
/*  .baninfo_01 { font-size: 36px; line-height: 40px; }*/
/*  .baninfo_02 { font-size: 16px; line-height: 24px; }*/
/*  .baninfo_01::before { display: none; }*/
/*  .baninfo_02, .baninfo_03 { margin-top: 20px; }*/
/*  .banner-info.blue .baninfo_en { margin-bottom: 20px; font-size: 16px; }*/
/*  .banner-info .inxban-btn { right: 30px; }*/
/*  .footer_top { padding: 40px 0; }*/
/*  .ft_left { max-width: initial; width: 100%; text-align: center; }*/
/*  .footer_top .ft_left img { margin-left: auto; margin-right: auto; }*/
/*  .mright340 { margin-right: 0; }*/
/*  .twospace_list li p br { display: none; }*/
/*  .twospace_list li h2 { font-size: 14px; }*/
/*  .mt40 { margin-top: 20px; }*/
/*  .twospace_list li { margin-top: 20px; }*/
/*  .twospace_list li h2 { margin-bottom: 5px; }*/
/*  .twospace_list li { margin-right: 10%; width: 45%; }*/
/*  .p_category_swiper .box .pg_left .pg_desc br { display: none; }*/
/*  .application_main { padding: 180px 0; }*/
/*  .problem_list .item .title { font-size: 18px; }*/
/*  .problem_list .item { padding: 30px; }*/
/*  .problem_list .item .proem_xian { margin: 15px 0; }*/
/*  .aboutctt { font-size: 18px; }*/
/*  .about_shuzilist .abnum { font-size: 26px; line-height: 20px; }*/
/*  .course_nav { width: 100%; }*/
/*  .courseitbox .cour_name { font-size: 30px; }*/
/*  .courseitbox .cour_desc { font-size: 14px; }*/
/*  .staff_prev { left: 5.2%; }*/
/*  .staff_right { right: 5.2%; }*/
/*  .welfareimgbox { max-width: initial; width: 43%; }*/
/*    .fttp{top:60px;}*/

/*}*/

/*@media (min-width: 992px) { */
/*    .welfare_ul li:nth-child(1) { top: 28px; left: -280px; }*/
/*  .welfare_ul li:nth-child(2) { top: 45%; left: -286px; }*/
/*  .welfare_ul li:nth-child(3) { bottom: 30px; left: -236px; }*/
/*  .welfare_ul li:nth-child(4) { top: 40px; right: -175px; }*/
/*  .welfare_ul li:nth-child(5) { top: 45%; right: -313px; text-align: left; }*/
/*  .welfare_ul li:nth-child(6) { bottom: 30px; right: -264px; text-align: left; } */
    
/*}*/

/*@media (max-width: 991px) { */
/*    .welfare_ul li::after { left: 0 !important; }*/
/*  .welfare_ul li { font-size: 14px; padding-left: 30px; }*/
/*  .honner_bgbox { height: 300px; }*/
/*  .honner_bgbox .honner_bgbtext { padding-left: 30px; }*/
/*  .honner_list_cont { padding: 30px; margin-top: -30px; }*/
/*  .honner_bgbtext h3 { font-size: 24px; line-height: 32px; }*/
/*  .news_mainlist .new-ul-font .new-ul-tit { font-size: 16px; }*/
/*  .news_mainlist .new-ul-font { padding: 15px; }*/
/*  .news_mainlist .new-ul-font .time { font-size: 14px; }*/
/*  .color_caseswiper .color_img_box .name { font-size: 16px; }*/
/*  .yf_contimgtext .yf_right .yfri_tit { font-size: 20px; line-height: 28px; }*/
/*  .yf_contimgtext .yf_right .yfri_xian { margin: 15px 0; }*/
/*  .yf_contimgtext .yf_right .yfri_desc { font-size: 14px; line-height: 22px; }*/
/*  .yf_subbox .yf_subboxtit { font-size: 20px; }*/
/*  .yf_subbox .yf_subboxppp { font-size: 16px; }*/
/*  .douhao_imgtop { left: 0; }*/
/*  .douhao_imgbottom { right: 0; }*/
/*  .about_cont .left { width: 100%; float: none; }*/
/*  .about_cont .right { width: 100%; float: none; margin-top: 30px; }*/
/*  .about_cont .left .ab_top { margin-bottom: 40px; }*/
/*  .our_services, .about_box, .liucheng_box, .case_box, .news_box { padding: 80px 0; }*/
/*  .liucheng_box { padding-bottom: 100px; }*/
/*  .case_content { display: block; }*/
/*  .case_content .left, .case_content .case_nav { width: 100%; }*/
/*  .case_content .case_nav .item { margin-top: 30px; }*/
/*  .ab_top .psesc, .tong_title .p02 { font-size: 26px; }*/
/*  .liucheng_list .item::after { right: -30%; }*/
/*  .liucheng_list .item .name { font-size: 18px; }*/
/*  .liucheng_list .item .p_en { font-size: 16px; }*/
/*  .case_content .left { margin-bottom: 30px; }*/
/*  .case_content .right { width: 100%; }*/
/*  .news_swiper .swiper-slide a { padding: 30px 20px; }*/
/*  .news_swiper .new_tit { font-size: 18px; line-height: 24px; }*/
/*  .news_swiper .new_tit { height: 60px; }*/
/*  .news_swiper .new_desc { margin-bottom: 30px; }*/
/*  .pro_listbox li a { padding-bottom: 40px; padding-top: 20px; }*/
/*  .twospace_box .twospace_item { display: block; }*/
/*  .twospace_box .twospace_item .left, .twospace_box .twospace_item .right { width: 100%; }*/
/*  .twospace_box .twospace_item .right { margin: 30px 0; }*/
/*  .twospace_box .twospace_item .left { display: none; }*/
/*  .twospace_box .twospace_item .twospace_twoshow { display: block; }*/
/*  .p_category_swiper .box { display: block; }*/
/*  .p_category_swiper .box .pg_left, .p_category_swiper .box .pg_right { width: 100%; margin-right: 0; }*/
/*  .p_category_swiper .box .pg_left { margin-bottom: 30px; }*/

/*.p_cse .box { display: block; }*/
/*  .p_cse .box .pg_left, .p_cse .box .pg_right { width: 100%; margin-right: 0; }*/
/*  .p_cse .box .pg_left { margin-bottom: 30px; }*/
    
/*  .rundesc_main .rundesc_box .ctt_tit { font-size: 24px; line-height: 30px; }*/
/*  .rundesc_main .rundesc_box .run_desc { font-size: 14px; }*/
/*  .youshi_list ul li .i_text .cont_desc { font-size: 14px; line-height: 22px; }*/
/*  .youshi_list ul li .i_text .cont_desc br { display: none; }*/
/*  .youshi_list ul li .i_text .name { font-size: 18px; line-height: 22px; }*/
/*  .welfare_ul li { position: relative !important; text-align: left; margin-top: 40px; }*/
/*  .welfare_ul li p br { display: none; }*/
/*  .welfareimgbox { width: 100%; }*/
/*  .sports_list .item { margin-right: 30px !important; width: -webkit-calc(50% - 15px); width: calc(50% - 15px); }*/
/*  .sports_list .item:nth-child(2n) { margin-right: 0 !important; }*/
/*    .feet .di2{display:block;}*/
/*    .feet .di2 p{font-size:14px;}*/
/*    .feet ul{margin-right:-2%;}*/
/*    .feet li{width:31.333%;margin-right:2%}*/
/*    .feet .di1{font-size: 18px;}*/
    
/*    .xet .zsb{display:block;}*/
/*    .xet .zsa{display:none;}*/
/*}*/

/*@media (max-width: 768px) { */
    
/*    .circleTT { position: static !important; margin-bottom: 15px;display:none; }*/
/*  .circleTT .circleimg { display: inline-block; vertical-align: middle; }*/
/*  .circleTT .circlebox { position: static !important; vertical-align: middle; display: inline-block !important; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0);opacity: 1 !important;z-index: 10 !important;}*/
/*  .circleTT .circlebox .c_bgimg { display: none; }*/
/*  .circleTT .circlebox_div{transform: scale(1) !important;}*/
/*  .circleTT .c_textdesc { position: static !important; width: 100%; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); }*/
    
/*    .advantage_width .advan_box .advan_youdian, .advantage_width .advan_box .advan_video { width: 100%; }*/
/*    .case_pagination {margin-top: 20px !important;}*/
/*  .maxlist li.swiper-slide { max-width: 50%; }*/
/*  .ppr_main .pro_listbox { margin-bottom: 20px; }*/
/*  .tongpagination { display: block; }*/
/*  .container, .header { padding: 0 15px; }*/
/*  .contactmain02_left, .contactmain02_right { padding-left: 15px; }*/
/*  .contactmain02_right, .contactmain02_left { padding-right: 15px; }*/
/*  .model_ctlist .model_ctitem .model_ctleft { padding-left: 15px; }*/
/*  .suliaobtnboxmain { left: 15px; }*/
/*  .banner-info .inxban-btn { right: 15px; }*/
/*  .twospace_box .twospace_item .right { padding: 0 15px !important; }*/
/*  .baninfo_01 { font-size: 18px; line-height: 24px; }*/
/*  .baninfo_02 { font-size: 14px; line-height: 20px; }*/
/*  .baninfo_03 a.ban_btn { width: 110px; height: 35px; line-height: 35px; font-size: 12px; }*/
/*  .our_services, .about_box, .liucheng_box, .case_box, .news_box { padding: 40px 0; }*/
/*  .btntong { margin: 30px auto 0 auto; }*/
/*  .liucheng_list .item img { max-width: 40%; }*/
/*  .liucheng_list { margin-top: 30px; }*/
/*  .liucheng_list .item .num { font-size: 14px; }*/
/*  .tong_title .p01 { font-size: 14px; }*/
/*  .ab_top .psesc, .tong_title .p02 { font-size: 20px; }*/
/*  .about_box .ab_shuzi .item .text_num .couter { font-size: 36px; }*/
/*  .about_box .ab_shuzi .item .text_num img { width: 10px; }*/
/*  .liucheng_list .item::after { display: none; }*/
/*  .case_content .right .caseimg_thumbs { position: static; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); }*/
/*  .case_content .caseimg_thumbs .caseimg_thumbsitems { float: left; margin-right: 15px; max-width: -webkit-calc(33.3333% - 10px); max-width: calc(33.3333% - 10px); }*/
/*  .case_content .caseimg_thumbs .caseimg_thumbsitems:last-child { margin-right: 0; }*/
/*  .case_content .right .caseimg_thumbs { font-size: 0; margin-top: 30px; }*/
/*  .case_img_item .big_img { min-width: initial; max-width: 100%; }*/

/*  .cp_ban_text .cb_links, .cp_ban_text .cb_desc { display: none; }*/
/*  .cp_banner .cb_zhengshu, .cp_ban_text .cb_shuzi::after { display: none; }*/
/*  .cp_ban_text .cb_right { position: static !important; float: none; }*/
/*  .cp_ban_text .cb_left { display: block; float: none; }*/
/*  .cp_ban_text .cb_shuzi { padding-left: 0; }*/
/*  .cont_title { margin-top: 40px; }*/
/*  .cont_title .ctt_tit, .color_tit .co_name { font-size: 18px !important; line-height: 24px; margin-top: 10px; }*/
/*  .cont_title .ctt_xian, .color_tit .co_xian { width: 35px; height: 2px; }*/
/*  .cont_title .ctt_subtit { font-size: 14px; line-height: 22px; }*/
/*  .cont_title .ctt_desc { font-size: 12px; line-height: 22px; }*/
/*  .cont_title .ctt_subtit { margin-bottom: 10px; }*/
/*  .slide_imgbox { margin-top: 30px; }*/
/*  .ppr_main .pro_listbox { margin-top: 30px; }*/
/*  .white-pagination { margin-bottom: 40px; }*/
/*  .table_main { padding: 40px 0; }*/
/*  .cont_title .ctt_desc br, .stcs_list { display: none; }*/
/*  .table_main .table_line .table_tit .tb_left .tb_name { font-size: 18px; margin-bottom: 0; }*/
/*  .table_main .table_line .table_tit .tb_left .tb_subname { font-size: 12px; }*/
/*  .table_content ul li { padding: 10px; }*/
/*  .table_content ul li p { font-size: 12px; }*/
/*  .table_content ul li { width: 50%; }*/
/*  .table_content ul li:nth-child(2n)::after { display: none; }*/
/*  .table_content ul li:nth-last-child(1), .table_content ul li:nth-last-child(2) { border-top: none; }*/
/*  .proattr_list li { width: 100%; margin-right: 0; }*/
/*  .proattr_list { margin-top: 30px; margin-bottom: 40px; }*/
/*  .sortcase_listbox .swiper-slide .text { padding: 15px; }*/
/*  .sortcase_listbox .swiper-slide .text .name { font-size: 16px; }*/
/*  .sortcase_main { padding: 40px 0; }*/
/*  .tb_right { padding-left: 5px; }*/
/*  .table_main .table_line { margin-top: 30px; }*/
/*  .p_category_swiper .box .pg_left .pg_desc { font-size: 14px; }*/
/*  .p_category_swiper .box .pg_left .pg_name { font-size: 18px; margin-bottom: 10px; }*/
/*  .pro_category_main { padding: 40px 0; }*/
/*  .application_main { padding: 60px 0; }*/
/*  .application_iconlist .icon_item img { width: 40px; }*/
/*  .application_iconlist .icon_item p { font-size: 14px; margin-top: 8px; }*/
/*  .application_iconlist { margin-top: 40px; }*/
/*  .p_category_swiper .box .pg_left { padding-right: 0; }*/
/*  .advan_swiper .advan_box { display: block; }*/
/*  .advan_swiper .advan_youdian, .advan_swiper .advan_video { margin-right: 0; width: 100%; }*/
/*  .advan_swiper .advan_youdian { padding: 60px 40px; }*/
/*  .advan_swiper .advan_youdian .advan_youdianbox_con h2  { font-size: 18px; }*/
/*  .advantage_main { padding: 40px 0; }*/
/*  .advantage_main .advan_nav .item { height: 40px; line-height: 36px; width: 150px; font-size: 14px; }*/
/*  .problem_main { padding-top: 40px; }*/
/*  .slide_imgbox { height: 300px; }*/
/*  .rundesc_main .rundesc_box { display: block; }*/
/*  .rundesc_main .rundesc_box .run_left, .rundesc_main .rundesc_box .run_right { width: 100%; }*/
/*  .rundesc_main .rundesc_box .run_right { margin-top: 30px; }*/
/*  .rundesc_main { padding: 40px 0; }*/
/*  .youshi_main { padding: 50px 0; }*/
/*  .youshi_list ul li { margin-bottom: 50px; width: -webkit-calc(50% - 30px); width: calc(50% - 30px); margin-right: 30px !important; }*/
/*  .youshi_list ul li:nth-child(2n) { margin-right: 0 !important; }*/
/*  .youshi_list ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }*/
/*  .ctt_ppp { font-size: 14px; line-height: 20px; }*/
/*  .youdian_title { font-size: 16px; }*/
/*  .color_category_main { padding-top: 40px; }*/
/*  .color_category_box { padding-top: 40px; }*/
/*  .color_cate_desc .co_en { font-size: 20px; }*/
/*  .color_cate_desc { padding: 20px 10px; }*/
/*  .color_cate_desc .co_cn { font-size: 16px; }*/
/*  .color_cate_desc .co_desccont { font-size: 14px; line-height: 22px; }*/
/*  .color_cate_desc .co_desccont br { display: none; }*/
/*  .color_case { margin-top: 15px; padding: 40px 0; }*/
/*  .yf_maincont { padding: 40px 0; }*/
/*  .yf_contimgtext .yf_right .yfri_tit { font-size: 16px; line-height: 24px; }*/
/*  .color_case .cc_tt { font-size: 18px; }*/
/*  .color_category_main .tongpagination { margin-bottom: 20px; }*/
/*  .color_caseswiper .color_img_box .name { font-size: 16px; padding-top: 15px; }*/
/*  .color_category_box { height: 350px; }*/
/*  .yf_contimgtext { display: block; }*/
/*  .color_category01 .color_category_box { height: auto !important; padding-top: 30px; padding-bottom: 15px; }*/
/*  .yf_contimgtext .yf_left { width: 100%; }*/
/*  .yf_contimgtext .yf_right { width: 100%; margin-top: 30px; }*/
/*  .yf_subbox .yf_subboxtit { font-size: 16px; }*/
/*  .yf_subbox .yf_subboxppp { font-size: 14px; line-height: 22px; }*/
/*  .douhao_imgtop, .douhao_imgbottom { display: none; }*/
/*  .yf_maincont .tongpagination { margin-bottom: 0 !important; }*/
/*  .color_catetable .table_line .table_content { display: block; }*/
/*  .color_catetable .table_line .table_biaoti { width: 100%; padding: 20px 0; }*/
/*  .color_catetable .table_line .table_liul { width: 100%; }*/
/*  .table_biaoti .ttbb_nameen { font-size: 40px; }*/
/*  .color_catetable .table_liul li { width: 50%; }*/
/*  .table_biaoti .ttbb_name { font-size: 20px; }*/
/*  .color_catetable .table_liul li:nth-child(5n):after { display: block !important; }*/
/*  .color_catetable .table_liul li:nth-child(2n)::after { display: none !important; }*/
/*  .suliao_main, .proattr_maintwo, .quality_main, .model_main { padding: 40px 0; }*/
/*  .color_mainbox .color_case, .equipmenttwo_main { padding-top: 40px; padding-bottom: 0; }*/
/*  .suliao_swiper .suliao_left .suliao_title { font-size: 18px; }*/
/*  .suliao_swiper .suliao_left .suliao_desc { font-size: 14px; line-height: 22px; }*/
/*  .suliao_swiper .suliao_left .suliao_desc br { display: none; }*/
/*  .suliao_swiper .suliao_left { float: none; width: 100%; margin-bottom: 30px; }*/
/*  .suliao_swiper .suliao_right { float: none; width: 100%; }*/
/*  .equipment_main .equipment_bg { height: 420px; }*/
/*  .equipment_swiper { margin-bottom: 0; }*/
/*  .equipment_cont .eqtext .eq_name { font-size: 16px; }*/
/*  .tongdesc { font-size: 14px; line-height: 22px; }*/
/*  .tongdesc br { display: none; }*/
/*  .suliaobg_main .swiper-slide { padding-top: 40px; padding-bottom: 100px; }*/
/*  .aboutmain01 { padding-top: 40px; padding-bottom: 10px; }*/
/*  .model_ctctflex { display: block; }*/
/*  .model_ctlist .model_ctitem .model_ctleft { width: 100%; padding: 0 15px; -webkit-box-sizing: border-box; box-sizing: border-box; }*/
/*  .model_ctlist .model_ctitem .model_ctright { width: -webkit-calc(100% - 30px); width: calc(100% - 30px); margin-top: 30px; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }*/
/*  .model_pagination { left: 0 !important; text-align: center; }*/
/*  .model_ctbg { background: none; }*/
/*  .model_ctleft .model_cttit { font-size: 18px; margin-bottom: 5px; }*/
/*  .model_ctbg { margin-top: 20px; }*/
/*  .robot_bigmain .robot_name { font-size: 20px; }*/
/*  .robot_bigmain .robot_desc { font-size: 14px; line-height: 24px; }*/
/*  .robot_bigmain { padding: 180px 0; }*/
/*  .about_shuzilist { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }*/
/*  .about_shuzilist .abszitem { margin-bottom: 30px; }*/
/*  .aboutctt { font-size: 14px; line-height: 22px; margin-top: 10px; }*/
/*  .aboutctt br { display: none; }*/
/*  .aboutmain02 { padding: 40px 0; }*/
/*  .course_itemswiper .swiper-slide { margin-top: 0 !important; }*/
/*  .opacity_cur { opacity: 1; }*/
/*  .course_contlist { margin-top: 40px; }*/
/*  .courseitbox { padding-bottom: 0; }*/
/*  .courseitbox .cour_name { font-size: 20px; }*/
/*  .course_nav .course_navbox { height: 40px; line-height: 40px; }*/
/*  .course_nav .coursebtn { width: 30px; height: 30px; }*/
/*  .course_nav .coursebtn i { font-size: 20px; }*/
/*  .course_nav .course_swiper { width: -webkit-calc(100% - 80px); width: calc(100% - 80px); }*/
/*  .course_nav::after { left: 30px; right: 30px; }*/
/*  .courseitbox::before { top: 16px; }*/
/*  .courseitbox::after { top: 9px; }*/
/*  .course_itemswiper .swiper-slide .courseitbox::before { bottom: 0 !important; }*/
/*  .courseitbox .cour_desc { margin-bottom: 15px; }*/
/*  .aboutmain03 .pro-pagination, .aboutmain02 .pro-pagination { margin-bottom: 0; }*/
/*  .contactmain01 { padding-top: 40px; }*/
/*  .contact_map { padding: 50px 0; }*/
/*  .contactmain02 { display: block; }*/
/*  .contactmain02_left, .contactmain02_right { width: 100%; padding: 30px 15px; }*/
/*  .contactmain02_left .ci_name { font-size: 20px; }*/
/*  .contactmain03_box .ct3_name { font-size: 22px; }*/
/*  .contactmain03_box a { width: 130px; height: 40px; line-height: 40px; font-size: 14px; }*/
/*  .contactmain03 { height: 200px; }*/
/*  .fromline button { width: 150px; }*/
/*  .news_searchbox { margin-top: 15px; }*/
/*  .news_search { float: none; width: 100%; }*/
/*  .news_search .news_searchbtn { width: 80px; }*/
/*  .news_search .sin_div { width: -webkit-calc(100% - 80px); width: calc(100% - 80px); }*/
/*  .news_search .sin_div input { padding-left: 10px; }*/
/*  .newscont_main { padding: 40px 0; }*/
/*  .news_mainlist ul li { width: -webkit-calc(50% - 10px); width: calc(50% - 10px); margin-right: 20px !important; margin-bottom: 20px; }*/
/*  .news_mainlist ul li:nth-child(2n) { margin-right: 0 !important; }*/
/*  .new_details .new_details_title { padding: 15px 0; }*/
/*  .new_details_cont { padding: 15px 0; }*/
/*  .newprevnext .newprevnext_item { padding: 15px 0; }*/
/*  .new_details .new_details_title .newde_tit { line-height: 24px; font-size: 16px; }*/
/*  .new_details .new_details_title .newde_time { font-size: 14px; }*/
/*  .newprevnext .newprevnext_item .newleft .newtext_icon { margin: 0 10px; }*/
/*  .newprevnext .newprevnext_item .newleft, .newprevnext .newprevnext_item .newright { font-size: 14px; }*/
/*  .honner_main { padding-top: 40px; padding-bottom: 25px; }*/
/*  .honner_bgbox { height: 200px; }*/
/*  .honner_bgbtext h3 { font-size: 16px; line-height: 22px; margin-bottom: 0; }*/
/*  .honner_bgbtext .pxianb { display: none; }*/
/*  .honner_list_cont { padding: 15px; margin-top: -15px; }*/
/*  .honner_list_cont .item { margin-right: 15px !important; margin-bottom: 15px; width: -webkit-calc(50% - (15px / 2)); width: calc(50% - (15px / 2)); }*/
/*  .honner_list_cont .item:nth-child(2n) { margin-right: 0 !important; }*/
/*  .honner_nav a { height: 40px; line-height: 40px; width: 25%; font-size: 14px; }*/
/*  .close_btn { right: 15px; top: 60px; width: 25px; }*/
/*  .life_main01 { padding: 40px 0; }*/
/*  .welfareimgbox .circleimg { width: 60%; }*/
/*  .staff_btn { display: none; }*/
/*  .sports_list { margin-top: 30px; }*/
/*  .sports_list .item { margin-bottom: 30px; }*/
/*  .sports_title h2 { font-size: 18px; }*/
/*  .sports_title p { font-size: 12px; }*/
/*  .life_main02 { padding-bottom: 40px; }*/
/*    .feet li{width:48%;}*/
/*    .fttp-acc{line-height: 20px;}*/
    
/*.liutu ul{margin-right:-2%;}*/
/*.liutu li{width:48%;}*/
/*.liutu-b{font-size:16px;padding:15px 0;}*/
/*    .batu{margin-top:20px;}*/
/*.batu li { width:48%;margin:0 2% 10px 0;}*/
/*    .batu ul li:nth-child(4),.batu ul li:nth-child(5){background:#262626;}*/
/*.batu ul li:nth-child(2),.batu ul li:nth-child(3),.batu ul li:nth-child(6),.batu ul li:nth-child(7){background:#fff;}*/
/*.batu li .proimg { height: auto; }*/
/*.batu li .name { font-size: 16px;  }*/
/*.batu ul li:nth-child(2) .name,.batu ul li:nth-child(3) .name,.batu ul li:nth-child(6) .name,.batu ul li:nth-child(7) .name{color: #000;}*/
/*.batu ul li:nth-child(4) .name,.batu ul li:nth-child(5) .name{color:#fff;}*/
 
/*.batu ul li:nth-child(2) .desc,.batu ul li:nth-child(3) .desc,.batu ul li:nth-child(6) .desc,.batu ul li:nth-child(7) .desc{color:#333;opacity: 0.8}*/
/*.batu ul li:nth-child(4) .desc,.batu ul li:nth-child(5) .desc{color:#fff;}*/
    
/*.batu li:hover { background-color: #3b3b3b; }*/
/*.batu li a { display: block; padding-bottom: 60px; padding-top: 40px; }*/
/*}*/

/*@media (max-width: 580px) { */
/*    .welfareimgbox .circleimg { width: 80%; }*/
/*.proattr_list li .abox{display: block;}*/
/*.proattr_list li .abox .attr_img{width: 100%;}*/
/*.proattr_list li .attr_text{width: 100%;margin-top: 15px;padding-left: 0 !important;padding-right: 0 !important;}*/
/*.proattr_list li .attr_text .at_desc{overflow: auto;height: auto;max-height: initial;min-height: initial;-webkit-line-clamp:initial;}*/
/*  .welfareimgbox .circle_logo { height: 20px; }*/
/*  .welfare_ul li { margin-top: 20px; }*/
/*  .sports_list .item { width: 100%; margin-right: 0 !important; }*/
/*  .sports_imgtext h2 { font-size: 16px; line-height: 26px; }*/
/*  .sports_imgtext p br { display: none; }*/
/*  .honner_list_cont .item { padding: 10px; }*/
/*  .honner_nav a { width: 50%; }*/
/*  .robot_bigmain { padding: 100px 0; }*/
/*  .model_pagination { bottom: 10px !important; }*/
/*  .advantage_main .advan_nav .item { width: 110px; margin-right: 10px; }*/
/*  .advantage_main .advan_nav .item { font-size: 12px; }*/
/*  .advan_swiper .ad_descp { font-size: 14px; line-height: 22px; }*/
/*  .advan_swiper .ad_descp br { display: none; }*/
/*  .color_nav .item { font-size: 14px; }*/
/*  .color_nav { margin-top: 20px; }*/
/*  .color_category_main .tongpagination { margin-top: 5px; }*/
/*  .color_cateswiper .color_img_box .name { padding-top: 6px; padding-bottom: 0; font-size: 16px; }*/
/*  .mt30 { margin-top: 15px; }*/
/*  .twospace_box { margin-top: 20px; }*/
/*  .twospace_box .twospace_item .right .img_cont p br { display: none; }*/
/*  .ppr_main .pro_listbox li .text .name { font-size: 16px; }*/
/*  .maxlist li.swiper-slide { max-width: 100%; }*/
/*  .baojia { display: none; }*/
/*  .index_swiper .imgbox img { width: auto; max-width: initial; height: 300px; position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }*/
/*  .baninfo_02 { font-size: 12px; line-height: 18px; }*/
/*  .baninfo_01 { font-size: 14px; line-height: 20px; }*/
/*  .baninfo_02, .baninfo_03 { margin-top: 10px; }*/
/*  .inxban-next { margin-top: 15px; }*/
/*  .banner-info .inxban-btn { top: 0; }*/
/*  .banner-info.blue .baninfo_en { font-size: 14px; letter-spacing: 0; margin-bottom: 10px; }*/
/*  .baninfo_03 a.ban_btn, .banner-info.blue .baninfo_02 br { display: none; }*/
/*  .btntong { width: 140px; height: 40px; line-height: 40px; }*/
/*  .ab_top .psesc, .tong_title .p02 { font-size: 18px; line-height: 26px; }*/
/*  .about_box .ab_shuzi { margin-top: 10px; }*/
/*  .about_box .ab_shuzi .item .text_num .couter { font-size: 18px; }*/
/*  .ab_jieshao p.mtb30 { margin-top: 10px; }*/
/*  .ab_jieshao p { font-size: 14px; line-height: 22px; }*/
/*  .case_content .caseimg_thumbs .caseimg_thumbsitems img { max-height: 45%; }*/
/*  .case_content .caseimg_thumbs .caseimg_thumbsitems { height: 110px; }*/
/*  .kehu_box, .kehu_box .kehu_right { height: 80px; }*/
/*  .kehu_box .kehu_left { line-height: 80px; font-size: 16px; }*/
/*  .liucheng_list .item { width: 33.3333%; margin-top: 30px; }*/
/*  .liucheng_list { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }*/
/*  .liucheng_list { margin-top: 0; }*/
/*  .liucheng_list .item .p_en { font-size: 12px; }*/
/*  .liucheng_list .item .name { font-size: 14px; }*/
/*  .liucheng_list .item .desc { display: none !important; }*/
/*  .liucheng_list .item img { margin-top: 10px; }*/
/*  .case_content .case_nav .item .name { font-size: 16px; margin-bottom: 5px; }*/
/*  .case_content .case_nav .item .desc { font-size: 12px; line-height: 18px; }*/
/*  .case_content .case_nav .item { margin-top: 20px; }*/
/*  .case_img_item .bigimg { max-width: 60%; }*/
/*  .case_img_item .big_img { background: none; }*/
/*  .case_img_item .big_img .pf14 { padding-left: 0; }*/
/*  .news_content .newsmore { width: 130px; height: 40px; line-height: 40px; }*/
/*  .news_swiper, .inxnews-base { margin-top: 30px; }*/
/*  .news_swiper .new_tit { font-size: 16px; line-height: 22px; }*/
/*  .news_swiper .new_tit { height: 46px; }*/
/*  .ab_top .pn { font-size: 14px; }*/
/*  .kehu_box .kehu_left { width: 85px; }*/
/*  .kehu_box .kehu_right { width: -webkit-calc(100% - 85px); width: calc(100% - 85px); }*/
/*  .footer_bottom { height: auto; padding: 8px 0; }*/
/*  .footer_bottom p { line-height: 24px; }*/
/*  .ft_links { margin-top: 15px; }*/
  
/*  .case_content .right .caseimg_thumbs { margin-top: 20px; }*/
/*  .proattr_list li { padding: 15px 0; }*/
/*  .proattr_list li .attr_text .at_name { font-size: 14px; }*/
/*  .proattr_list li .attr_text .at_desc { font-size: 12px; }*/
/*  .proattr_list li .attr_text { padding: 0 15px; }*/
/*  .cp_ban_text .cb_name { font-size: 16px; }*/
/*  .cp_ban_text .cb_sz_01 span { font-size: 24px; line-height: 30px; }*/
/*  .cp_ban_text .cb_sz_02 { margin-top: 5px; }*/
/*  .cp_ban_text .cb_name { margin-bottom: 6px; }*/
/*  .table_content ul li .tbimgbox { width: 100%; left: 0; top: 100%; }*/
/*  .twospace_box .twospace_item .right .img_name { font-size: 16px; margin-bottom: 5px; }*/
/*  .mt40 { margin-top: 15px; }*/
/*  .twospace_list li { width: 100%; margin-right: 0; margin-top: 15px !important; }*/
/*  .p_category .p_item { font-size: 14px; margin: 0 8px; padding-bottom: 8px; }*/
/*  .p_category { margin-top: 20px; }*/
/*  .p_category_swiper { margin-top: 30px; }*/
/*  .p_category_swiper .box .pg_left .pg_name { font-size: 16px; }*/
/*  .p_category_swiper .box .pg_left .pg_desc { line-height: 22px; }*/
/*  .fz18 { font-size: 16px !important; }*/
/*  .application_iconlist .icon_item { width: 33.3333%; max-width: 33.3333%; margin-top: 20px; }*/
/*  .problem_bgimg { height: 260px; }*/
/*  .problem_list { display: block; }*/
/*  .problem_list .item { width: 100%; padding: 15px; margin-bottom: 20px; }*/
/*  .problem_list .item .title { font-size: 16px; }*/
/*  .problem_boxcont { padding-bottom: 20px; }*/
/*  .problem_bgimg { margin-top: 10px; }*/
  /* .sortcase_main { padding-top: 0; } */
/*  .pro_listbox { margin-top: 20px; }*/
/*  .advan_swiper .advan_youdian { padding: 30px 15px; }*/
/*  .advan_swiper .advan_youdian ul li { font-size: 14px; line-height: 22px; }*/
/*  .advan_swiper .advan_youdian .advan_youdianbox_con h2  { font-size: 16px; }*/
/*  .slide_imgbox { height: 220px; background-attachment: scroll; }*/
/*  .rundesc_main .rundesc_box .ctt_tit { font-size: 18px; margin: 15px 0; }*/
/*  .rundesc_main .rundesc_box .run_desc { line-height: 22px; }*/
/*  .youshi_list ul li { width: 100%; margin-right: 0 !important; margin-bottom: 20px !important; }*/
/*  .application_iconwidth .icon_item { margin-bottom: 20px; }*/
/*  .application_iconwidth { margin-top: 20px; }*/
/*  .youshi_list ul li .i_text .name { font-size: 16px; margin-bottom: 5px; }*/
/*  .youshi_list ul li .icon { width: 35px; }*/
/*  .color_category_box { height: 220px; }*/
/*  .color_cate_desc { margin-top: 0; }*/
/*  .color_tit { margin-bottom: 20px; }*/
/*  .color_case { margin-top: 0 !important; }*/
/*  .yf_contimgtext .yf_right .yfri_tit br, .yf_subbox .yf_subboxppp br { display: none; }*/
/*  .yf_subbox { padding: 15px; }*/
/*  .quality_imgbox .quality_entit { letter-spacing: 18px; }*/
/*  .quality_imgbox img { width: 30%; }*/
/*  .suliaobtnboxmain .suliaobtn { border-color: #a5a3a3; }*/
/*  .about_shuzilist { margin-top: 30px; }*/
/*  .about_shuzilist .abszitem:nth-child(2n) { border-right: none; }*/
/*  .aboutctt { text-align: left; }*/
/*  .about_shuzilist { -webkit-box-pack: left; -webkit-justify-content: left; -ms-flex-pack: left; justify-content: left; }*/
/*  .aboutmain03 .color_caseswiper .color_img_box .name { margin-bottom: 8px; }*/
/*  .codesc { font-size: 14px; line-height: 22px; }*/
/*  .about_shuzilist .abszitem { padding: 0; width: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; }*/
/*  .country_name { font-size: 12px; left: -28px; top: 0; }*/
/*  .dotbox img { width: 15px; height: 15px; }*/
/*  .dotbox .pulse { display: none; }*/
/*  .address_textbox { display: none !important; }*/
/*  .news_mainlist ul li { width: 100%; margin-right: 0 !important; }*/
/*  .page_box a, .page_box span { height: 30px; width: 30px; line-height: 30px; font-size: 12px; }*/
/*  .page_box .laypage_prev, .page_box .laypage_next { margin: 0 5px; }*/
/*  .newprevnext .newprevnext_item .newright { display: none; }*/
/*  .newtext_name { display: block; }*/
/*  .new_details .new_details_title .newde_time { display: block; float: none; margin-top: 5px; } }*/

.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: #1193e7;
    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: #1193e7;}
.swiper_i_left{left: -60px;}
.swiper_i_right{right: -60px;}
.language .languagebox:hover .language_text{border-color: #1193e7;}
.language .languagebox:hover .language_text span,.language .languagebox:hover .language_text i{color: #1193e7;}
.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%;}
}