﻿*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;line-height: 100%;color: #333;}
body{font-size: 15px;font-family:"Microsoft YaHei";}
a{text-decoration: none;font-size: 14px;}
em,i{display: block;font-style: normal;}
:focus{ outline: none;}
.gy{max-width: 1500px;margin: 0 auto;width:100%;}
@media screen and (max-width: 1800px){
    .gy{width:calc(100% - 16%);}
}
@media screen and (max-width: 1400px){
    .gy{width:calc(100% - 5%);}
}
@font-face {
  font-family: 'xpi';  /* Project id 2859281 */
  src: url('font_2859281_l885ix1qqlf.eot?t=1635837082072'); /* IE9 */
  src: url('font_2859281_l885ix1qqlf.eot?t=1635837082072#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font_2859281_l885ix1qqlf.woff2?t=1635837082072') format('woff2'),
       url('font_2859281_l885ix1qqlf.woff?t=1635837082072') format('woff'),
       url('font_2859281_l885ix1qqlf.ttf?t=1635837082072') format('truetype'),
       url('font_2859281_l885ix1qqlf.svg?t=1635837082072#xpi') format('svg');
}


/*top*/
.top1{width: 100%;background: #f8f8f8; height: 40px; position: relative;z-index: 5;    margin-bottom: 0px;}
.top1:after {content:'';background:url(../images/t_bg.jpg)no-repeat;position: absolute;top:0;right:0;width: 30%;height: 40px;z-index: -1;}
.top_box{display: flex;justify-content: space-between;align-items: center;color: rgba(51, 51, 51, 0.8);margin: 0 auto;max-width: 1500px;}
.top_tit {font-size: 14px;line-height: 40px;}
.top_r {display: flex;justify-content: space-between;position:  absolute;right:12%;top: 0;align-items:  center;height: 40px;}
.top_con {}
.top_con ul {display: flex;justify-content: space-between;width: 100%;}
.top_con li {display: flex;padding: 0 13px;}
.top_con li i {font-size: 20px !important;line-height: 30px;}
.top_con li:first-child i {font-size:24px !important;}
.top_con li a {font-size: 14px;line-height: 40px;color:#FFFFFF;    font-weight: lighter;}
.top_con li a span{vertical-align: middle;margin-right: 8px;}



/*header*/
.hea_bc {width: 100%; margin:1% 0; overflow: hidden;}
.hea_c {margin: 0 auto; display: flex; align-items: center; height: auto; position: relative; background: #fff; }
.hea_lc {width: 80%;flex-shrink: 0;}
.hea_logo {display: flex; align-items: center; }
.hea_logo img{height: 75px}
.hea_lc>ul {display: flex; margin-left:30px; }
.hea_lc>ul>li {display: flex; align-items: center; padding: 0 30px;position:relative;}
.hea_lc>ul>li:before{content:'';width:1px;height:58px;background:#ededed;position:absolute;top:calc(50% - 29px);left:0;}
.hea_logo i {font-size: 16px; margin: 0 2%; border-left: 1px solid #e6e6e6; padding-left: 2%; line-height: 26px;}
.hea_logo i b {display: block; font-size: 34px; margin-bottom: 1%; }
.hea_lc>ul>li+li {border-left: none; }
.hea_lc>ul>li i {font-size: 14px; color: #666; line-height: 18px; margin-left: 10px; }
.hea_lc>ul>li:nth-child(1) i{min-width: 54px;}
.hea_lc>ul>li:nth-child(2) i{min-width: 57px;}
.hea_lc>ul>li:nth-child(3) i{min-width: 72px;}
.hea_rc{display: flex;align-items: center; flex-shrink: 0;}
.hea_rc i{width:50px;height:50px;border-radius:100%;background:#303b9f;text-align: center;font-size:30px;color:#fff;line-height: 50px;margin-right:10px;}
.hea_rc p b{font-size:16px;color:#666;font-weight: normal;display:block;margin-bottom:8px;}
.hea_rc p em{font-family:Arial;font-size:26px;font-weight:bold;color:#303b9f;display: flex;align-items: center; line-height:32px;}
.hea_rc p em+em{font-size:26px;}
.hea_rc p em span{font-size:16px;font-weight:normal; color: #555}

.nav_bg{width:100%;height:72px;background:linear-gradient(to top, #303b9f,#434eb4,#303b9f);position:relative;}
.nav {height: 100%;}
.nav_c {display: flex;justify-content: space-between; height: 100%; align-items: center; }
.nav_c>li {width:calc(100% / 7);height: 100%;}
.nav_c>li:hover,.nav_c>li.on{background:linear-gradient(to top, #188a24,#33ac3f,#188a24);}
.nav_c>li>a {color:#fff;display: block; font-size: 16px;line-height: 72px;text-align: center;position:relative;}
.nav_c>li+li>a:before{content:'';width:1px;height:18px;background:rgba(255,255,255,0.2);position:absolute;top:calc(50% - 9px);left:0;}
.itel_box {position: absolute; right: 0; top: 104px; padding: 35px; font-size: 22px; transform: rotateX(90deg); transition: all .5s; transform-origin: top; z-index: 998; background: #f8f8f8; }
.head_pho {width: 13.5%; height: 100%; }
.searchIcon> span.xpi, .irh>span,.dt>span {font-size: 18px; }
.irh>span {}

.icon_tel:hover .itel_box {transform: rotateX(0deg); }
.icon>div,.icon>a {height: 100%;display: flex;align-items: center;width: 32%;justify-content: center;}
@media screen and (max-width: 1400px){
  .hea_lc>ul>li{padding:0 20px;}
  .hea_lc>ul>li i{display:none;}
  .hea_rc p em{font-size: 26px;}
  .hea_rc p em+em{font-size: 27px;}
  .hea_lc>ul>li:before{height:30px;top:calc(50% - 15px);}
}
/*下拉*/
.nav_xlbox{width:68%;float:right;margin-top: 10px;}
.nav_dbt{font-size:26px;color:#333;border-bottom: 1px #efefef solid;padding-bottom: 22px;margin-bottom:26px;}
.nav_xl{line-height: 30px;float:left;font-size: 24px;color:#333;overflow:hidden;border-right: 1px #ededed solid;padding-right: 4%;}
.nav_dht{margin-right:-2%;}
.nav_dht a{display: block;line-height: 40px;font-size:15px;color: #333;width:31.333%;float:left;margin-bottom:3%; margin-right:2%;}
/*.nav_dht a:nth-child(3n+1),.nav_dht .prolist2021 li:nth-child(3n+1){margin-left:0px !important;}*/
.nav_dht .prolist2021 ul{display:flex;flex-wrap:wrap;}
.nav_dht .prolist2021 li{margin-left:20px;}
.nav_dht .prolist2021 li a{margin-left:0;}
.nav_c li dl { background:#f8f8f8; position: absolute; top:72px; left:0; display:none; width:100%; z-index:2;}
.nav_c li.dhh dl.juli {}
.nav_c li dd { width:86%;display:block;overflow:hidden;padding:3% 0px;margin: auto;}
.nav_c li dd span{width:40px;height: 40px;background: #555;text-align: center; line-height: 40px; border-radius: 50%; font-size: 25px; font-family: Arial; float: left; color: #fff; margin-right: 15px;}
.nav_dht a:hover {color: #303b9f;}
.nav_c li dd a:hover span{background:#303b9f;}
.nav_xl1{}
.nav_xl1 li{width:calc(100%/3);float:left;padding:0 3%; box-sizing: border-box;}
.nav_xl1 li img{width:100%;border: 1px solid #eee;}
.nav_xl1 li p{font-size:20px;text-align:center;color:#333;line-height:50px;transition: all 0.3s;}
.nav_xl1 li:hover p{color:#555;}
/*搜索*/
.searchIcon{}
.slideDown{display:none;text-align:center;font-size:0;overflow:hidden;position:absolute;right:0;top:100%;width:100%;height:204px; background:rgba(250,250,250,0.9);z-index:999;}
.slideDown .searchBox{ overflow: hidden; display: inline-block; width:90%; height:80px; margin-top: 50px; margin-bottom: 15px; background: #fff; border-radius: 50px;}
.slideDown .searchBox{}
.slideDown .searchHot{ font-size: 15px; color: #333; font-weight: 100;}
.slideDown .searchHot a{ color: #333; font-size:16px;}
.slideDown .searchBox input[type='text']{ font-size: 14px; color: #666; float: left; width: 840px; height: 100%; border: none; outline: none; background: none; line-height: 60px; margin-left: 25px; font-size: 14px; color: #666;}

.search-bg{width:90%;height: 60px;line-height:60px;padding-left: 10px; float:left;}
.search-i {width:32px;overflow:hidden;height:32px;float: left;margin-top:28px;}
.nav_r{float:right;width:6.5vw;}
#infoname{width:1330px; background:none; outline:none; color:#d2d1d1; border: none; height:82px; line-height:60px; padding-left: 50px;}

.wraptop_4{width:100%;height:auto;background: #f2f2f2; overflow: hidden;}
.wraptop_4_1{float:left;line-height:55px;}
.wraptop_4_1 span{float:left;color:#363437;font-size:15px;font-weight:bold;background: url('../images/index9.png') no-repeat 0 center;padding-left:25px; line-height:55px;}
.wraptop_4_1 div{float:left;height:55px;overflow:hidden;font-size:13px; line-height:55px;}
.wraptop_4_1 div a:link,.wraptop_4_1 div a:visited{color:#504f4f;margin:0 5px 0 4px; line-height:55px;}
.wraptop_4_1 div a:hover,.wraptop_4_1 div a:active{color:#009a44;margin:0 5px 0 4px;}
.wraptop_4_2{float:right;margin: 12px 0px 0px 0px;border: 1px solid #dfdede;width: 25%;}
.wraptop_4_2_1{float:left;}
.wraptop_4_2_1 .searchinput{line-height:32px;color:#c4c4c4;font-size:12px;padding:0 0px 0 10px;vertical-align:middle;outline: none; background: #f2f2f2;border: 0; box-sizing: border-box;}
.wraptop_4_2_2{float:right;}
.wraptop_4_2_2 input{border:0px solid #000000;font-weight:normal;font-size:12px;color:#FFFFFF;background-color:transparent; outline: none;width:40px;line-height:32px;background:#303b9f url('../images/index10.png') no-repeat center center;cursor:pointer;vertical-align:middle;}


.sp_header, .sjj_nav{display: none;}
/*banner*/

.banner{position: relative;}
.banner .swiper-pagination-yi{bottom: 20px;position: absolute;bottom:20px;z-index: 1000;text-align: center;}
.banner .swiper-slide img{width: 100%;}
.banner .swiper-slide .m{display: none;}
.banner .swiper-pagination-yi .swiper-pagination-bullet{margin:0 5px;}
.banner .swiper-pagination-bullet{width: 11px;height: 11px;background: none;border-radius: 10px;border:1px solid #00a5ea;background: #00a5ea;}
.banner .swiper-pagination-bullet-active{background: #e4007f;opacity: 1;border:1px solid #e4007f;}
.banner .swiper-button-next{background: none;width: 50px;height: 50px;line-height: 50px;text-align: center;margin-top: -25px;outline: medium;}
.banner .swiper-button-prev{background: none;width: 50px;height: 50px;line-height: 50px;text-align: center;margin-top: -25px;outline: medium;}
.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 0px;}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 0px;}
.banner .swiper-button-next i, .banner .swiper-button-prev i{font-size: 40px;color: #FFF;}
.banner .subiao{position: absolute;left: 50%;bottom:70px;z-index: 100;width: 50px;text-align: center;margin-left: -25px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.banner .subiao i{color: #FFF;font-size: 30px;opacity: 0.4;}
.banner .subiao p{width: 4px;height: 4px;border-radius: 50px;background: rgba(255,255,255,0.4);margin-top: 4px;}
.banner .subiao p:last-child{width: 6px;height: 6px;}


/*产品*/
.index-hos-tr {height:auto;overflow:hidden;margin:0 auto;text-align:center; margin-bottom: 3%;}
.index-hos-tr .tbt{font-size:40px;line-height:50px;color:#303b9f;font-weight:bold}
.index-hos-tr .tbt em{font-size:50px;line-height:50px;color:#0F318A;font-weight:bold;font-style:italic}
.index-hos-tr .twz{display:block;width:100%;height:auto;overflow:hidden;font-size:16px;line-height:26px;color:#666;font-weight:normal;}

.index-hos-tr2 {height:auto;overflow:hidden;margin:0 auto;text-align:center; margin-bottom: 3%;}
.index-hos-tr2 .tbt{font-size:40px;line-height:50px;color:#fff;font-weight:bold}
.index-hos-tr2 .tbt em{font-size:50px;line-height:50px;color:#0F318A;font-weight:bold;font-style:italic}
.index-hos-tr2 .twz{display:block;width:100%;height:auto;overflow:hidden;font-size:16px;line-height:26px;color:#fff;font-weight:normal;}


.productHome{width: 100%; height: auto; padding: 4% 0; overflow: hidden; background: url(../images/p_bg.jpg) no-repeat; background-size: cover;}
.pro-tab{}

.pro-tab .tone{display: flex;margin-left: -0.5%;margin-bottom:3%;}

.pro-tab .tone li{flex: 1;margin-left: 0.5%;}

.pro-tab .tone a{position:relative;z-index:1; display: flex;color:#fff;font-size: 20px;padding:5%;background: #353a3f;align-items: center;justify-content: center; box-sizing: border-box;}

.pro-tab .tone a::after{ opacity:0; content: "";position:absolute;left:0;bottom:0;right:0;z-index:-1;height:60%; background:#303b9f;}

.pro-tab .tone em{margin-right:10px;}

.pro-tab .tone li.active a::after{opacity:1;height:100%;}

.pro-tab .down{}

.pro-tab .or{display: flex;background: #fff;}

.pro-tab .or .set{width:55%}
.pro-tab .or .set img{width:100%; display: block;}

.pro-tab .or .info{flex: 1;padding:4%; box-sizing: border-box;}

.pro-tab .or .title {color: #303b9f;font-size: 28px;font-weight: bold;padding-bottom:3%;margin-bottom:3%;border-bottom:1px #ddd solid;}

.pro-tab .or .txt {color:#484848;font-size:16px;line-height:30px;overflow:hidden;}

.pro-tab .online {margin-top:4%;padding-top:4%;border-top:1px #eee solid; overflow:hidden;}

.pro-tab .online a {float:left;margin:0 2% 1% 0;color:#fff;font-size: 15px;padding:1% 3%;line-height: 30px;background: #303b9f; box-sizing: border-box;}

.pro-tab .online a i{margin-right:1%}

.pro-tab .online a.tel{font-size: 22px;}

.pro-tab .online a.cor {color:#fff;background:#188a24;}

.pro-tab .online a:hover {color:#fff; background:#3a3a3a;}

div .imgPD{position:relative;padding-top:100%;}
div .imgPD img,div .imgPD .effect-one-img{position:absolute; left:0;top:0; display:block;width:100%;height:100%;}
.effect-one{position:relative;box-sizing:border-box;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.effect-one .effect-one-img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .7s ease-in-out;overflow:hidden}
.effect-oneBox:hover .effect-one-img,.effect-one:hover .effect-one-img{/*opacity:.9;*/-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}




/*==äº§å“åˆ—è¡¨1â†“==*/

.product-grid.edge{margin:2% 0 -2% -2%;display: flex;flex-flow: row wrap;align-content: flex-start;}

.product-grid.edge li{display: inline-block;width:calc(25% - 2%);margin:0 0 2% 2%; }

.product-grid a{display: block;background: #fff;}

.product-grid .pic{padding-top:75%;}

.product-grid .pbt{color:#282828;font-size:16px;padding:4%;text-align: center; box-sizing: border-box;}

.product-grid li:hover a{transform: translateY(-5px);}

.product-grid li:hover .pbt{color:#303b9f}



pre{display:block;border:none;background:none;padding:0px;white-space:pre-wrap;font-family:Arial,"å¾®è½¯é›…é»‘",Microsoft YaHei}
.index-title .title{margin-bottom:0.5rem;font-size:2.5rem;line-height:1em;font-weight:bold;color:#333}
.index-title .subtitle{margin-top:1rem;margin-bottom:0.5rem;font-size:1.5rem;line-height:1em;font-weight:bold;color:#333}
.index-title pre{font-size:1rem;line-height:1.75em;color:#666}
.index-title.index-title-w .title,.index-title.index-title-w .subtitle{color:#fff}

.index-title.index-title-w pre{color:#ccc}
@media (max-width:991.8px){
    .index-title .title{font-size:2rem}
    .index-title .subtitle{font-size:1.25rem}
    .index-title pre{font-size:0.9375rem}
}
@media (max-width:767.8px){
    .index-title .title{font-size:1.5rem}
    .index-title .subtitle{font-size:1rem}
    .index-title pre{font-size:0.875rem}
}
.index-technology{height:700px;background:url(../images/index-t-bg.jpg) center no-repeat;background-size:cover;color:#fff}
.index-technology .w1400{display:flex;min-height:100%}
.index-t-info{width:32%;min-height:100%;padding:8vh 5% 8vh 0}
.index-t-info .tab-content{margin-top:4vh}
.index-t-info .index-t-title{margin-bottom:0.5rem;font-size:1.5rem;line-height:2em}
.index-t-info pre{margin-bottom:3vh;font-size:1rem;line-height:1.75em;color:#fff;height:8.75em;display:block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.index-t-info a.more{font-size:1rem;line-height:2.5rem; color: #fff;}
.index-t-info a.more:hover{color:#e41418;transition:all .4s}
.index-t-info a.more span{display:inline-block;vertical-align:middle;margin-right:0.5rem;width:2.5rem;height:2.5rem;line-height:2.5rem;font-size:1.125rem;color:#fff;text-align:center;border-radius:50%;border:1px solid rgba(255,255,255,0.6);transition:border .4s,background .4s}
.index-t-info a.more:hover span{border:1px solid rgba(228,20,24,0.8);background:rgba(228,20,24,0.8)}
.index-t-nav{width:68%}
.index-t-nav .nav{min-height:100%;flex-wrap:nowrap}
.index-t-nav .nav li{width:100%}
.index-t-nav .nav li a{display:block;height:100%;padding:12vh 2rem;border-right:1px solid rgba(255,255,255,0.2); color: #fff;}
.index-t-nav .nav li:first-child a{border-left:1px solid rgba(255,255,255,0.2)}
.index-t-nav .nav li a.active{border-right:1px solid rgba(228,20,24,0.8);background:rgba(228,20,24,0.8)}
.index-t-nav .nav li span{display:block;margin-bottom:1rem;font-size:3.5rem}
.index-t-nav .nav li p{font-size:1.25rem}
@media (max-width:991.8px){.index-technology{height:auto}
.index-technology .w1400{display:flex;flex-wrap:wrap}
.index-t-info{width:80%;min-height:100%;padding:8vh 5% 8vh 0}
.index-t-info .index-t-title{margin-bottom:0.5rem;font-size:1.25rem;line-height:2em}
.index-t-info pre{font-size:0.975rem;line-height:1.75em;color:#fff;height:8.53em}
.index-t-nav{width:100%}
.index-t-nav .nav{border-top:1px solid rgba(255,255,255,0.2)}
.index-t-nav .nav li a{display:block;height:100%;padding:2rem;border-bottom:1px solid rgba(255,255,255,0.2);border-right:1px solid rgba(255,255,255,0.2)}
.index-t-nav .nav li span{font-size:2.5rem}
.index-t-nav .nav li p{font-size:1rem;margin:0px}
}@media (max-width:767.8px){.index-t-nav{}
.index-t-nav .nav{flex-wrap:wrap;margin-left:-15px;margin-right:-15px}
.index-t-nav .nav li{width:33.33%}
.index-t-nav .nav li a{border-top:none;padding:1.25rem}
}


/*adv*/
.adv {padding:4% 0;overflow: hidden;background: url(../images/y_bg.jpg)no-repeat center;height:auto; background-size: cover;}
.adv_box {margin: 0 auto;}
.adv_box .origin ul li.on {background:#ffffff;transition:0.5s;}
.adv_tit {font-size: 42px;line-height: 55px;text-align: center;color: #ffffff;}
.adv_tit b {}
.adv_tit p {font-size: 18px;color: #ffffff;line-height: 36px;letter-spacing: 1px;}
.adv_tab {height: auto;background: #f8f8f8;border-top-left-radius: 100px;margin-top: 6%;padding:4%;position: relative; box-sizing: border-box;}
.adv_tab:after {content: '';width: 24%;height: 100%;background: #f8f8f8;position: absolute;top: 0; right: -24%;}
.adv_nav {position: relative;}
.adv_nav ul {display: flex;justify-content: space-around;border-bottom: 1px solid #dddddd;padding-bottom: 4%;}
.adv_nav li {color: #303b9f;text-align: center;cursor: pointer;}
.adv_nav li:before {content: '';width: 19px;height: 19px;background: #303b9f;border-radius: 50%;position: absolute;bottom: -9px;margin-left: -13px;opacity: 0.5;}
@keyframes animations{
    0%{ box-shadow: 0 0 0 0 rgb(255 193 5 / 30%);}
    50%{ box-shadow: 0 0 0 3px rgb(255 193 5 / 30%);}
    100%{ box-shadow: 0 0 0 6px rgb(255 193 5 / 30%);}
}
.adv_nav li:after {content: '';width: 9px;height: 9px;background: #303b9f;border-radius: 50%;position: absolute;bottom: -4px;margin-left:-8px;}
.adv_nav li.on {color: #188a24;transition: 0.5s;}
.adv_nav li.on:before,.adv_nav li.on:after {background:#188a24;transition: 0.5s;animation: animations 4s ease-out infinite; }
.adv_nav li i {font-size: 32px;}
.adv_nav li p {font-size: 26px;line-height: 30px;padding-top: 3%;}
.adv_con {padding-top: 6% !important; }
.adv_big {display: flex;}
.adv_pic {width: 55%;}
.adv_pic img{width:100%; display: block;}
.adv_txt {width:45%;height: auto;background: #ffffff;padding:3%; box-sizing: border-box;}
.adv_txt p {font-size: 21px;color: #666666;line-height: 46px;}
.adv_txt p b {color: #303b9f;font-size: 32px;line-height: 36px;display: block;}
.adv_txt i {display: inline-block;width: 25px;height: 2px;background: #188a24;margin: 1% 0 4%; }
.adv_txt em {font-size: 15px;color: #888888;line-height: 28px;}
.adv_txt a {width: 148px;height: 48px;background: #303b9f;line-height: 48px;font-size: 16px;color: #ffffff;text-align: center;display: inline-block;margin-top: 2%;    position: relative;z-index:5;transition: all 0.5s;}
.adv_txt a:after {    content: ''; position: absolute;background:#188a24;left: 50%;width: 0;top: 0px; bottom: 0px;transition: all 0.5s; -moz-transition: all 0.5s;-webkit-transition: all 0.5s;z-index:-1;}
.adv_txt a:hover:after {width: 100%;left: 0px;transition: all 0.5s;}


.trait{ padding:4% 0; position:relative; background: #f7f8f9;}
.tracon{ font-size:0; margin:5% auto 0 auto;}
.tra_c{ width:60%; line-height:53px; border-radius:40px; background:#303b9f; font-size:20px; color:#fff; text-align:center; margin:4% auto 0 auto;}
.tracen{background:#fff; box-shadow:0 0 10px rgb(221, 233, 239); padding:3%; box-sizing: border-box;}
.tracon ul{margin-left:-1%;}
.tracon ul li{display: inline-block;vertical-align: top; width: 24%; height: 260px; transition: all .3s ease;background: #f9f9f9; text-align: center;padding: 0 2%; font-size: 15px; color: #999999; line-height: 30px; font-weight: lighter;border-radius: 10px; box-sizing: border-box; margin-left:1%;}
.tracon ul li:nth-child(2) .traicon{ background-position-x:-47px;}
.tracon ul li:nth-child(3) .traicon{ background-position-x:-94px;}
.tracon ul li:nth-child(4) .traicon{ background-position-x:-152px;}
.traicon{ display:inline-block; width:33px; height:33px; margin:18% 0 10% 0; background:url(../images/s_ico.png) no-repeat left top; transition:all .3s ease;}
.tra_t{margin-top: 8%;}
.tra_t span{display: block;font-size: 22px; color: #333; margin-bottom:6%;transition: all .3s ease; font-weight: bold;}
.tra_t .swz{font-size: 16px; margin-top: 3%; color: #555; font-weight: normal;}
.tracon ul li:hover{ color:#999999;box-shadow: 0 0 10px rgb(188, 203, 210);}
.tracon ul li:hover .tra_t span{ color:#303b9f;}
.tracon ul li:hover .traicon{background-position-y:-46px;}



.about{ height:auto; overflow: hidden; padding: 3% 0;}
.abcon{ width:55%; height:auto; box-sizing:border-box; padding:3%; background:#f5f5f5;border-radius: 0px 0px 20px 0px; float: right;}
.ab_t{ font-size:38px; color:#303b9f;}
.ab_t em{ display:block; font-size:41px; line-height:40px; color:#303b9f; font-family:fontDin; text-transform:uppercase;}
.ab_c{ font-size:15px; color:#666666; line-height:30px; margin:4% 0;}
.abbtn{ font-size:0;}
.abbtn a{ display:inline-block; text-align:center; width:26.333%; line-height:52px; background:#303b9f; transition:all .3s ease; font-size:16px; color:#fff;}
.abbtn a:hover{ width:180px;}
.abbtn a+a{ background:#333;}
.about .title{ margin:90px 0 140px 0;}
.ablrhbox{ overflow:hidden; margin-top:0%;}
.ablrh{width: 45%; float: left;}
.ablrh img{border-radius: 20px 0px 0px 0px; width: 100%;}



/*honor*/
.i1_ne {padding:3% 0 0;position: relative;z-index: 3;}
.i1_ne .itp .ilt {width: 100%;float: left;}
.i1_ne .itp .ilt img {display: block;max-width: 100%;}
.i1_ne .itp .irt {width: 66%;float: right;text-align: justify;}
.i1_ne .itp .irt .itc {line-height: 2;color: #555;}
.i1_ne .itp .irt .ul1 {padding-top: 50px;}
.i1_ne .itp .irt .ul1 li {width: 33.33%;float: left;color: #888;padding-left: 50px;border-left: 2px solid #dbdbdb;}
.i1_ne .itp .irt .ul1 li .num {font-weight: bold;color: #303b9f;font-size: 60px;margin-bottom: 25px;font-family: arial;}
.i1_ne .itp2 {margin: 30px 0 50px;color: #666;}
.i1_ne .itp .ilt{width: 100%;float: left;color: #4c4c4c; line-height: 1.85;}
.i1_ne .itp .ilt .en{color: #999;margin: 14px 0 46px;}
.i1_ne .ibt .swiper3 {}
.i1_ne .ibt .swiper3 .scrollbar3 {display: none;}
.i1_ne .ibt .swiper3 .swiper-slide {width: 24%;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s; margin-right:1%;}
.i1_ne .ibt .swiper3 .swiper-slide * {-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.i1_ne .ibt .swiper3 .swiper-slide .sbox {position: relative;overflow: hidden;padding: 8% 0 0 0;}
.i1_ne .ibt .swiper3 .swiper-slide .sbox a {display: block; border: 1px solid #eee;}
.i1_ne .ibt .swiper3 .swiper-slide .sbox a img {display: block;width: 100%; transition: all .5s;}
.i1_ne .ibt .swiper3 .swiper-slide .sbox .ptxt {color: #333;line-height:35px;font-size:18px; padding: 3%; box-sizing: border-box; border-bottom: 3px solid #eee; background: #fff; text-align: center;}
.i1_ne .ibt .swiper3 .swiper-slide .sbox .ptxt .zi{font-size: 14px; line-height: 25px;text-overflow: ellipsis; color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.i1_ne .ibt .swiper3 .swiper-slide .sbox .ptxt .more {display: block;width: 120px;line-height: 36px;background: #303b9f;color: #fff;text-align: center;}
.i1_ne .ibt .swiper3 .swiper-slide:hover .sbox .ptxt {border-bottom: 3px solid #303b9f; color:#303b9f }
.i1_ne .ibt .swiper3 .swiper-slide:hover .sbox a img {transform:(1.02);}
.i1_ne .ibt .swiper3 .swiper-slide .sbox .ptxt .stc {margin: 10px 0 50px;}
.i1_ne  .prev3 {width: 70px;height: 70px;background-image: url(../images/jtl02.png);left:0%;margin-top: 0px;background-size: 54px;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.i1_ne  .next3 {width: 70px;height: 70px;background-image: url(../images/jtr02.png);right:0%;margin-top: 0px;background-size: 54px;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.i1_ne  .prev3:hover {background-image: url(../images/jtl03.png);}
.i1_ne  .next3:hover {background-image: url(../images/jtr03.png);}


.partner{padding: 4% 0; overflow: hidden; background: #f8f8f8;}
.partner ul{padding-left:1px;}
.partner li{float:left;border:1px solid #e5e5e5;margin-left:-1px;margin-top:-1px;width:14.28%;position:relative;animation-fill-mode:inherit;transition:all .5s;}
.partner li.txt{width:42.8%;background:#303b9f;font-size:1.714em;color:#fff;text-align:center;color:#fff;border:none;padding-top:7.4%;}
.partner li.txt p{position: absolute;top:50%;margin-top:-20px;text-align:center;width:100%; color:#fff;}
.partner li img{width: 100%;}
/* .partner li .pimg{padding-top:54%;} */
.partner li .pimg{position:relative;padding-top:100%;display:block;overflow:hidden;} 
.partner li .pimg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgimg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.partner li:hover{transform: scale(1.1);z-index:2;box-shadow:0 0 6px #ccc;}
.partner li.txt:hover{transform: scale(1);box-shadow:0;}




/*news*/
/*新闻动态*/
.news_bg{padding: 4% 0; overflow: hidden;}
.news_t{width: 360px;margin:0 auto;padding:0% 0 3% 0; overflow: hidden;}
.news_t ul li{float: left;width: 180px;overflow: hidden;padding: 0 10px;}
.news_t ul li a{font-size: 16px;color: #333;display: block; float: left; width: 158px; text-align: center; height: 48px; line-height: 48px; overflow: hidden;border: #aaa 1px solid;} 
.news_t ul li a:hover,.news_t ul li.on a{color: #fff;background:#303b9f;border: #303b9f 1px solid;}
.news01{width: 45%;float: left;}
.news01 dl dt{width: 100%; overflow: hidden;line-height: 0;}
.news01 dl dt img{width: 100%;}
.news01 dl dd{padding-top: 20px;width: 570px;}
.news01 dl dd span{display: block;float: left;height: 53px;width: 90px; font-size: 14px; background:url(../images/news_line.gif) no-repeat right 10px;line-height: 32px;padding: 15px 0 0;color: #666; font-family:Arial, Helvetica, sans-serif;}
.news01 dl dd span b,.news02 dt b{display: block;font-size: 40px;}
.news01 .news_r{width: 445px;float: left;padding: 0 0 0 20px; overflow:hidden;}
.news01 dl dd .nbt{height: 30px;line-height: 30px;overflow: hidden;font-weight: normal;}
.news01 dl dd .nbt a{font-size: 16px;color: #333;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%;}
.news01 dl dd .nbt a:hover{ color: #1867ab;}
.news_desc{font-size: 13px; color: #777; line-height: 25px; padding: 0px 0 0;overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical}
.news_desc p{font-size: 14px; line-height: 25px; color: #555;display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.news02{ width:calc(100% - 48%);float: right;}
.news02 dl{background: #fff; width:100%;height: auto;overflow: hidden;border: #ddd 1px solid;margin-bottom: 1.8%; box-sizing: border-box; cursor: pointer;}
.news02 dt{float: left;width: 112px;border-right: #ddd 1px solid;height: auto;text-align: center; font-size: 14px;color: #888;line-height: 35px;padding: 25px 0 0;}
.news02 dt b{color: #333;}
.news02 dd{width: calc(100% - 135px);padding: 12px 0 0 15px;float: left;}
.news02 dd .nbt2, .news02 dd .nbt2 a{font-size: 16px; line-height: 30px; color:#303b9f;}
.news02 dl:hover{border: #1867ab 1px solid;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}


/*copy*/
.foot{width: 100%;overflow: hidden;}
.foot_b{background: url(../images/foot_bg.jpg) no-repeat top center;background-size: 100% 100%; border-top: 5px solid #303b9f; padding:1.5% 0; overflow: hidden;}
.foot_b .box{max-width:1500px;margin:0 auto;color: #FFF;padding-top:5px;overflow: hidden;}
.foot_b .box .t_l{float: left; width:50%; border-right: 1px solid rgba(255, 255, 255, 0.1);}
.foot_b .box .t_l dl{float: left; width: 21%}
.foot_b .box .t_l dl:nth-child(2){width: 33%}
.foot_b .box .t_l dt{font-size: 18px;color: #FFF;margin-bottom: 15px; text-transform: uppercase;}
.foot_b .box .t_l dd{line-height: 35px;}
.foot_b .box .t_l dd a{color: #afaeae; font-size: 14px;line-height: 35px;}
.foot_b .box .t_l dd a:hover{color: #fff; font-weight: 600;}
.foot_b .box .t_m{float: left; width:30%; margin-left:3%; line-height: 30px; font-size: 14px;color: #aaa;overflow: hidden;}
.foot_b .box .t_m p{line-height: 30px; font-size: 14px;color: #aaa;}
.foot_b .box .t_m .cbt{font-size:18px;color: #FFF;margin-bottom: 3%; text-transform: uppercase; font-weight: bold;}

.foot_b .box .t_r{float: right;}
.foot_b .box .t_r .dblx{float: left; line-height:30px;color: #aaa; margin-right: 10px;}
.foot_b .box .t_r .dblx img{width: 120px;}
.foot_b .box .t_r .dblx p{text-align: center; padding: 8px 0; display: block; line-height: 30px;color: #aaa; }
.foot_b .copyright{padding:20px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 25px; line-height: 25px;font-size: 14px; color: #aaa; text-align: center;}
.copyrightwz, .copyrightwz a{ line-height: 25px;font-size: 14px; color: #aaa; }

.y-kefu-box{position:fixed; right:0; top:20%; z-index:9999; font-size:13px;cursor: pointer;}
.y-kefu-box img{display: block; width:100%; height:auto;}
.y-kefu-box01 .icon{display:block; background:url(../images/icons01.png) no-repeat; margin:0 auto 6px;}
.y-kefu-box01{width:54px; color: #666; text-align: center;}
.y-kefu-box01 .kf-close-btn{width:27px; height:27px; background-position:-5px -115px; position: relative; cursor:pointer;}
.y-kefu-box01 .kf-close-btn:before{content:''; display: block; width:1px; height:12px; background-color:#303b9f; position: absolute; bottom:-12px; left:13px; z-index: 1;}
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div{display:block; width:52px; padding:8px 0 12px; background-color:#fff; border-left:solid 1px #efefef; border-top:solid 1px #efefef; border-right:solid 1px #efefef; position:relative;}
.y-kefu-box01 .show-status{position: relative;}
.y-kefu-box01 .show-status .kf-qiao{background-color:#303b9f; border-color: #303b9f; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .show-status .kf-qiao a{color: #fff; }
.y-kefu-box01 .kf-qiao{border-radius:2px;}
.y-kefu-box01 .kf-qiao i{width:21px; height:22px; background-position:-30px -5px;}
.y-kefu-box01 .kf-QQ{border-top-left-radius:2px;border-top-right-radius:2px;}
.y-kefu-box01 .kf-QQ>i{width:21px; height:22px; background-position:-5px -5px;}
.y-kefu-box01 .kf-QQ:hover>i{background-position:-30px -5px;}
.y-kefu-box01 .kf-zixun{border-radius:2px;}
.y-kefu-box01 .kf-zixun i{width:21px;height:22px;background-position:-30px -150px;}

.y-kefu-box01 .kf-shopping{border-radius:2px;}
.y-kefu-box01 .kf-shopping i{width:21px;height:22px;background-position:-5px -180px;}

.y-kefu-box01 .kf-mobile{border-top-left-radius:2px; border-top-right-radius:2px;}
.y-kefu-box01 .kf-mobile>i{width:18px; height:18px; background-position:-5px -32px;}
.y-kefu-box01 .kf-mobile:hover>i{background-position:-30px -32px;}
.y-kefu-box01 .kf-weChat>i{width:22px; height:19px; background-position:-5px -55px;}
.y-kefu-box01 .kf-weChat:hover>i{background-position:-30px -55px;}
.y-kefu-box01 .kf-email{border-bottom-left-radius:2px; border-bottom-right-radius:2px;}
.y-kefu-box01 .kf-email>i{width:18px; height:14px; background-position:-5px -80px;}
.y-kefu-box01 .kf-email:hover>i{background-position:-30px -80px;}

.y-kefu-box01 .kf-shopping>i{width:18px; height:14px; background-position:-5px -180px;}
.y-kefu-box01 .kf-shopping:hover i{background-position:-30px -180px;}

.y-kefu-box01 .back-top i{width:13px; height:11px; background-position:-5px -98px;}
.y-kefu-box01 .back-top:hover i{background-position:-30px -98px;}
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top{border-bottom:solid 1px #efefef;}
.y-kefu-box01 .back-top{margin-top:-1px; border-radius:2px; left:55px;}
.y-kefu-box01 .hver:hover{background-color:#303b9f; border-color:#303b9f;}
.y-kefu-box01 .hver:hover>p{color:#fff;}
.y-kefu-box01 .mobile-infos,.y-kefu-box01 .QQ-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos{background-color:#fff; border:solid 1px #efefef; position:absolute; right:90px; z-index:2; border-radius:2px; display:none;}
.y-kefu-box01 .mobile-infos{width:215px; text-align:left; top:0;}
.y-kefu-box01 .mobile-infos>div{padding:20px 0 20px 45px; position:relative;}
.y-kefu-box01 .mobile-infos>div i{width:15px; height:15px; background-position:-52px -32px; position:absolute; top:22px; left:20px; z-index:2;}
.y-kefu-box01 .mobile-infos .online1{border-bottom:solid 1px #efefef;}
.y-kefu-box01 .mobile-infos span{color:#999;}
.y-kefu-box01 .mobile-infos p{color:#303b9f; font-size:18px;}
.y-kefu-box01 .QQ-infos{width:320px;text-align: left;top: 0;}
.y-kefu-box01 .part01{padding:20px 20px 20px 30px; border-bottom:solid 1px #e9e9e9; position:relative;}
.y-kefu-box01 .part01 p{font-size:16px; color:#303b9f; padding-bottom:5px;}
.y-kefu-box01 .part01 i{width:28px; height: 26px; background-position:-40px -5px; position: absolute; left:0; top:18px; z-index:2;}
.y-kefu-box01 .part02{padding:20px;}
.y-kefu-box01 .part02 li{width:86px; float:left; position:relative; margin:10px; padding-left:30px;}
.y-kefu-box01 .part02 i{width:22px; height:22px; background-position:-5px -5px; position:absolute; left:0; top:0; z-index:2;}
.y-kefu-box01 .part02 li:hover a{color:#303b9f;}
.ri{width:12px; height:12px; position:absolute; right:-12px; top:24px;}
.ri-arrow1,.ri-arrow2{width:0; height:0; display:block; position:absolute; left:0; top:0; border-top:6px transparent dashed; border-right:6px transparent dashed; border-bottom:6px transparent dashed; border-left:6px white solid; overflow:hidden;}
.ri-arrow1{left:1px; border-left:6px #efefef solid;}
.ri-arrow2{border-left:6px white solid;}

.y-kefu-box01 .y-ewm-box{width:151px; height:178px; top:-60px;}
.y-kefu-box01 .y-ewm-box>div{width:151px; height:178px;}
.y-kefu-box01 .y-ewm-box img{width:120px; height:120px; margin:15px auto 10px;}
.y-kefu-box01 .y-ewm-box .y-ewm-img1{width:150px; border-right:solid 1px #efefef;}
.y-kefu-box01 .y-ewm-box .right{top:84px;}

.y-kefu-box01 .y-email-infos{padding:28px 20px 28px 45px; color:#999; text-align:left; bottom:0;}
.y-kefu-box01 .y-email-infos p{color:#303b9f; font-size:16px;}
.y-kefu-box01 .y-email-infos>i{width:18px; height:13px; background-position:-52px -80px; position:absolute; left:15px; top:30px;}
.y-kefu-box01 .y-email-infos .right{top:55px;}
.y-kefu-box01 .hide-status{width:54px; height:65px; background-color:#303b9f; position:absolute; top:37px; left:55px; z-index:9;}
.y-kefu-box01 .hide-status .kf-zixun{padding:10px 0 7px; color:#fff; cursor:pointer;}


.social_nav5{height:80px;position:fixed;bottom:0;width:100%;z-index:999;text-align: center;line-height:40px;background:#222; display: none;}
.social_nav5 li{height:80px;width:25%;font-size:14px;float:left;color:#fff;position:relative; line-height: 55px; border:1px solid rgba(255,255,255,0.1);}
.social_nav5 a:nth-child(1) li{background: #005be2;color: #fff;}
.social_nav5 li span{display: block;width:30px;height:30px;display:block;padding:4% 0 0;margin:0 auto;}
.social_nav5 li span img{width:30px;display:block;}

.bq{width:100%;height:100px;background:#000514;}
.bq_box{display:flex;justify-content:space-between;align-items:center;}
.bq_box>div{line-height:100px;font-size:16px;color:#a1a4a5;}
.bq_box>div a{font-size:16px;color:#a1a4a5;}
.bq_box>div a:hover{color:#fff;}
.follow {background: url(../uploadfile/image/20211014/20211014113936_1804806555.png); width: 221px; height: 381px; padding-top: 56px; }
.con_le {width: 47%; }
.bnav_ri {width: 47%; padding-top: 60px; }
.follow>p span {color: #303b9f; font-size: 18px; display: inline-block; margin-right: 9px; }
.ewm_cc {text-align: center; width: 156px; height: 156px; margin: 0 auto; box-shadow: 1px 1px 20px rgba(0,0,0,0.13); padding: 4px; position: relative; }
.ewm_cc p {position: absolute; top: 4px; left: 4px; }
.con_logo>a {display: flex; align-items: center; }
.con_logo>a b {display: block;font-size: 38px;color: #303b9f;}

.con_logo>a i {font-size: 16px; text-transform: uppercase; color: #303b9f; margin-top: 11px; }
.con_logo>a>div {margin-left: 11px; }


/* ==ä¸­é—´+å…±ç”¨éƒ¨åˆ†== */
.Container-wrapper{width: 100%;overflow: hidden;}
.contain{max-width: 1420px;margin: 0 auto;}
.sonBan{width: 100%;position: relative;background: #fff;}
.sonBan-img{width: 100%;object-fit: cover;height: auto; display: block;}

/*é¢åŒ…å±‘*/
.flex{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.flexBox{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-wrap: wrap;justify-content: space-between;}
.inner-nav2{font-size: 15px;background:white;line-height:55px;border-bottom: 1px solid #efefef;}
.inner-nav2.zon{position: fixed;left: 0;right: 0;top: 100px;background: #fff;z-index: 9;}
.inner-nav2 .inner-nav-left, .inner-nav2 .inner-nav-right{flex: 0 0 auto;display: inline-flex;line-height: 55px;}
.inner-nav2 .nav-left-a{position: relative;color: #333;flex: 0 0 auto;display: inline-block;transition-duration: .3s; line-height: 55px;font-size: 16px;}
.inner-nav2 .inner-nav-left p{padding-right: 48px; position: relative;}
.inner-nav2 .nav-left-a:before{position: absolute;bottom: -1px;content: "";display: block;width: 0;height: 2px;left: 22px;background: #303b9f;transition-duration: .3s;}
.inner-nav2 .inner-nav-left p:after{position: absolute;right: 24px;top: 50%;margin-top: -7px;content: "";display: inline-block;vertical-align: top;width: 1px;height: 14px;background: #ccc;}
.inner-nav2 .nav-left-a:last-child:after{opacity: 0;display: none;}
.inner-nav2 .nav-left-a:hover, .inner-nav2 .nav-left-a.cur{color: #303b9f;}
.inner-nav2 .nav-left-a:hover:before, .inner-nav2 .nav-left-a.cur:before{width: 100%;left: 0;}
.inner-nav2 .bread-s0{display: inline-block;padding-left: 20px;background: url(../images/mianbao.png) no-repeat left center;line-height: 55px; font-size: 16px;}
.inner-nav2 .bread-a{color: #333;flex: 0 0 auto;transition-duration: .3s;line-height: 55px;}
.inner-nav2 .bread-a:hover, .inner-nav2 .bread-a.cur{color: #303b9f;}
.inner-nav2 .bread-a1{margin: 0 8px; font-size: 16px;}
.inner-nav2 .bread-a2{margin-left: 8px;color: #303b9f;}

.l-a {width: 100%;padding: 3% 0; overflow: hidden;}
.jj_conent{overflow: hidden;}
.jj_conent .fl{ width: 40%; float: left;}
.jj_conent .fl span{ text-transform: uppercase; font-size: 20px; color: #303b9f; font-weight: bold; display: block;margin: 6% 0 -5px; line-height: 35px;}
.jj_conent .fl strong{ font-size: 30px; color: #333;}
.jj_conent .fl p{ font-size:18px; color: #666;  line-height: 40px;margin-top: 15px; text-align: justify;}
.jj_conent .fr{ background: #303b9f; float: right; width: 50%;}
.jj_conent .fr img{ width:100%; height: auto;  ;position: relative;left: -30px;bottom: -30px;}

.ym1idea{padding:3% 0; overflow: hidden; background:#f8f8f8;}
.ym1idea dl dt{float:right;width:50%}
.ym1idea dl dd{float:left;width:49.5%;box-sizing:border-box;background:#fff;margin-right:0.5%}
.ym1idea dl dd span.text1{padding:30px;background:#303b9f;display:block}
.ym1idea dl dd span.text1 p{color:#fff}
.ym1idea dl dd span.text2{padding:37px 50px;display:Block}
.ym1idea dl dd span.text2 h2{color:#333}
.ym1idea dl dd span.text2 p{margin-top:15px}
.ym1idea dl dd h2{color:#fff;font-size:20px;display:inline-block;position:Relative;z-index:2}
.ym1idea dl dd h2:after{content:"";width:100%;height:7px;background:#303b9f;position:absolute;bottom:2px;left:0;display:inline-block;z-index:-1}
.ym1idea dl dd p{font-size:15px;line-height:30px;color:#333;text-align:justify;margin-top:5px}
.ym1idea dl dd b{font-family:fantasy;font-size:72px;display:block;line-height:84px;color:rgba(0,176,240,0.3);padding-top:10px;width:400px}

.ym610cul{margin:0 auto; overflow: hidden;}
.ym610cul ul{margin-right: -2%;}
.ym610cul li{float:left;width:31.33%;height:320px;padding:3%; margin-right:2%;text-align:center;background:#fff;border-radius:20px;box-sizing:border-box; margin-bottom: 2%;}
.ym610cul li em{display:block;width:85px;height:85px;margin:0 auto 2%;padding-top:4%;border-radius:50%;background:#303b9f;box-sizing:border-box}
.ym610cul li em img{width:50px; line-height: 85px;}
.ym610cul li .cbt{font-size:20px;font-weight:bold;color:#333; line-height: 45px;}
.ym610cul li p{font-size:15px;line-height:30px;font-weight:200}
.ym610cul li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear}
@-webkit-keyframes hvr-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}
20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}
30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}
40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}
50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}
60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}
70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}
80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}
90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}
100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}
}@keyframes hvr-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}
20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}
30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}
40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}
50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}
60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}
70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}
80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}
90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}
100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}
}

.l-a2 {width: 100%;padding: 3% 0; overflow: hidden; background: #FFF;}
/* 内页发展历程部分 */
.fzlc_box{width:100%; float:left; position:relative; font-size:0;}
.fzlc_box::before{content:''; position:absolute; top:0; left:50%; -webkit-transform:translate(-50%,0); -ms-transform:translate(-50%,0); transform:translate(-50%,0); width:1px; height:100%; background-color:#e6e6e6;}
.fzlc_box li{display:inline-block; width:50%; vertical-align:top;}
.fzlc_box li.left{text-align:right;}
.fzlc_box li.left .item::before{right:0;}
.fzlc_box li .item{position:relative; margin-bottom:60px; padding:5%; width:95%; box-shadow:0 16px 16px 0 rgba(55,69,103,.02), 0 8px 8px 0 rgba(235,240,252,.02); border:1px solid #e6e6e6; background-color:#f8f8f8;}
.fzlc_box li .item::before{content:''; position:absolute; top:10px; width:32px; height:1px; background-color:#e6e6e6;}
.fzlc_box li .item::after{content:''; position:absolute; top:6px; width:8px; height:8px; border-radius:50%; background-image:linear-gradient(90deg,#303b9f 2%,rgba(48,59,159,.5) 98%);}
.fzlc_box li.left .item::after{right:-43px;}
.fzlc_box li.left .item::before{right:-32px;}
.fzlc_box li .item .title{font-size:24px; line-height:30px; font-weight:700; color: #303b9f;}
.fzlc_box li .item .des,.fzlc_box li .item .month{font-size:15px; line-height:30px; color:#787876;}
.fzlc_box li .item .month{margin-top:10px; font-weight:400; color:#555; font-size:16px;}
.fzlc_box li .item .month p{line-height: 28px}
.fzlc_box li .item>img{width:100%; display:block; border-radius:2px;}
.mt24{margin-top:24px;}
.fzlc_box li.right{padding-top:120px; padding-left:32px; text-align:left;}
.fzlc_box li.right .item::after{left:-37px;}
.fzlc_box li.right .item::before{left:-32px;}


/* 内页工厂实拍 */
.workshop_r_img{width:100%; float:left;}
.workshop_r_img ul{margin-right: -2%;}
.workshop_r_img li{width:23%; float:left; margin:0 2% 2% 0; text-align:center;background:#fff; border:1px solid #e6e6e6; border-bottom:3px solid #e6e6e6; position:relative;}
.workshop_r_img li img{width:100%; display:block;}
.workshop_r_img li::before{content:""; position:absolute; height:3px; bottom:-3px; left:0; transition:all .5s; width:0;}
.workshop_r_img li:hover::before{width:100%; background:#303b9f; transition:all .5s}
.workshop_r_img li p{font-size:16px; line-height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; padding:10px 0;}
.workshop_r_img li:hover{background:#eee; box-shadow:0 1px 10px #999;}


/* 内页荣誉资质部分 */
.honor_r_img{width:100%; float:left;}
.honor_r_img ul{margin-right: -2%;}
.honor_r_img li{width:23%; float:left; margin:0 2% 2% 0; text-align:center; padding:10px 10px 0 10px; background:#fff; border:1px solid #e6e6e6; border-bottom:3px solid #e6e6e6; position:relative; box-sizing: border-box;}
.honor_r_img li img{width:100%; display:block;}
.honor_r_img li::before{content:""; position:absolute; height:3px; bottom:-3px; left:0; transition:all .5s; width:0;}
.honor_r_img li:hover::before{width:100%; background:#303b9f; transition:all .5s}
.honor_r_img li p{font-size:16px; line-height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; padding:10px 0;}
.honor_r_img li:hover{background:#eee; box-shadow:0 1px 10px #999;}



.protext{overflow: hidden; margin-bottom: 3%; display: flex; justify-content:space-between; align-items: center; background: #f8f8f8;}
.protext_img{width:35%; float: left;}
.protext_img img{max-width: 100%; display: block;}
.protext_right{width:58%; float: left; font-size: 15px; line-height: 32px; color: #343434;  box-sizing: border-box; margin-right: 3%;}
.protext_right .pright_zi{font-size:24px;line-height:42px;color:#303b9f}
.protext_right .pright_xny{font-size:15px;line-height:28px;color:#666;padding-top:2%}
.protext_right .cbutter{font-size:14px;color:#e51419;transition:0.3s;margin-top:5%;float:left;margin-right:5%}
.protext_right .cbutter a{color:#303b9f;transition:0.3s}
.protext_right .cbutter a:hover{background:#303b9f;padding:12px 35px;color:#fff;box-shadow:#aaa 0px 3px 5px}

/*æ–°é—»ä¸­å¿ƒ*/
.xwzx {overflow: hidden;}
.xwzx ul{overflow:hidden; margin-top:-2%; margin-left:-2%;}
.xwzx ul li{width:31.33%; float:left; margin-top:2%; margin-left:2%; position:relative;}
.xwzx ul li .xwzx_img{overflow:hidden;}
.xwzx ul li .xwzx_img img{transition:all 0.5s; width: 100%; display: block;}
.xwzx ul li:hover .xwzx_img img{transform:scale(1.1);}
.xwzx ul li .xwzx_wb{padding:4%; border:1px #eaeaea solid; background:#f0f1f3;}
.xwzx ul li .xwzx_wb .xwzx_rq{color:#999; font-size:14px; line-height:22px;}
.xwzx ul li .xwzx_wb .xwzx_bt{font-size:18px; line-height:26px; margin-top:3%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color: #303b9f; font-weight: 600;}
.xwzx ul li .xwzx_wb .xwzx_wz{color:#777; font-size:14px; line-height:22px; margin-top:1.5%; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}

.about_x2.bgs2{overflow:hidden; margin-bottom: 28px;}
.about_x2.bgs2.bgs3 .con_id{ padding-top:0;}
.about_x2.bgs2 .show_t{ text-align:center;line-height:32px; font-size:28px; color:#222;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-top:3%;font-size:15px; color:#444;text-align:left;}
.about_x2.bgs2 .con_id p{line-height:30px; font-size: 15px;}
.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{box-sizing: border-box;}
.xinwenxiangqing .nd_head{text-align: center;border-bottom: 1px dashed #d6d6d6;padding-bottom:1%}
.xinwenxiangqing .nd_head p{color: #303b9f;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%;}
.hot_pro2{width:100%;float:left;margin-top:5%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#303b9f;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:#303b9f;width:120px;height:45px;text-align:center;font-size:16px;font-weight:bold; line-height:45px;}
.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; font-size: 15px;}
.relatedNews_font ul li a:hover{color: #303b9f}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px; line-height: 40px;}


.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:#303b9f;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: 14px;}
.PreveNext li a{font-size: 14px;}

.nyprobox{overflow: hidden;}
.inpro_lefts{width:20%; float: left; }
.lefts{overflow: hidden;}
.lefts .left_title{height: auto; background: #303b9f url(../images/left01.jpg) no-repeat right; color: #fff;}
.lefts .left_title .bt{font-size: 20px; font-weight: bold; line-height:60px; padding-left:10%; text-transform: uppercase; margin: 0;  color: #fff;}
.lefts .left_title .si{background-position: -248px -76px; vertical-align: middle; width: 28px; height: 28px; margin-right: 30px; margin-top: 28px;}
.icon {vertical-align: middle;background: url(../images/icon.png) no-repeat;}
.lefts .submenu{overflow: hidden;}
.lefts .submenu li{ width: 100%;}
.lefts .submenu li a.sub1{display: block;padding:5%; box-sizing: border-box; background: url(../images/jtou.png) no-repeat 90% center #fff;font-size: 16px;border: 1px solid #dedede;border-top: 0 none;overflow: hidden;}
.lefts .submenu li a.sub1:hover{background: url(../images/jtou_a.png) no-repeat 90% center #fff;border-left: 2px solid #303b9f;border-right: 1px solid #303b9f;color: #303b9f;}
.lefts .submenu li.hover a.sub1{background: url(../images/jtou_a.png) no-repeat 90% center #fff;border-left: 2px solid #303b9f;border-right: 1px solid #303b9f;color: #303b9f;}
.lefts .submenu s{width: 2px; height: 61px; display: block; background: #303b9f; position: absolute; left: 0; top: 0;}
.lefts .submenu .menubox{padding-bottom: 0;background: #fff;border: 1px solid #dedede;border-top: 0 none;display: none;}
.lefts .submenu .menubox a{color: #333;display: block;overflow: hidden; font-size: 14px;padding:3% 10%; box-sizing: border-box;}
.lefts .submenu .menubox a s{width: 10px;height: 10px;margin-right: 8px;display: inline-block;background-position: 2px -178px;}
.lefts .submenu .menubox a:hover, .lefts .submenu .menubox a.hover{color: #303b9f;}
.lefts .submenu .menubox a:hover, .lefts .submenu .menubox a.hover{color: #303b9f; font-weight: 600}
.lefts .submenu li.hover .menubox{display: block;}

.menubox2{padding-bottom: 0;background: #fff;border-top: 0 none;display: none;}
.menubox2 dd{}
.menubox2 dl a{color: #333;line-height:30px !important;display: block;padding-left:40px !important;overflow: hidden; font-size: 12px !important}
.menubox2 dl s{width: 10px;height: 10px;margin-right: 8px;display: inline-block;background-position: 2px -178px;}
.menubox2 dl a :hover, .left .submenu .menubox2 dl a.hover{color: #303b9f;}
.left .submenu li.hover .menubox2{display: block;}


.menubox3{padding-bottom: 0;background: #fff;border-top: 0 none;display: none;}
.menubox3 dd{}
.menubox3 dl a{color: #333;line-height:30px !important;display: block;padding-left:60px !important;overflow: hidden; font-size: 12px !important}
.menubox3 dl s{width: 10px;height: 10px;margin-right: 8px;display: inline-block;background-position: 2px -178px;}
.menubox3 dl a :hover, .left .submenu .box dl a.hover{color: #303b9f;}
.left .submenu li.hover .menubox3{display: block;}

.ny_telbox{overflow: hidden; margin-top: 10%;}
.ny_tel { color:#fff; background:#303b9f; font-size:22px; padding-left:24px;width:100%; height:60px; line-height:60px;}
.ny_tel_n {padding:15px 0; background:#fff;}
.ny_tel_n img { float:left; padding-right:15px; display: inline-block; margin-top: 10px; vertical-align: middle}
.ny_tel_n li { height:auto;  line-height:48px; font-size:14px;color:#222;}
.ny_tel_n li:nth-child(1){line-height: 25px;}
.ny_r_title { border-bottom:1px solid #dfdfdf; color:#444; line-height:45px; height:40px;}
.ny_r_title span{ float:right;}
.ny_r_title a { color:#666666}
.ny_r_title a:hover { color:#303b9f; text-decoration:underline;}
.ny_r_title .nyabbt { float:left; border-left:5px solid #303b9f; color:#222; font-size:22px; font-weight:500; line-height:25px; margin-bottom:15px; padding-left:15px;}
.ny_r_info { padding-top:15px; line-height:35px; color:#444; font-size: 15px; overflow: hidden; }
.ny_r_info img{max-width: 100%;}

.inpro_right{width: 78%; float: right;}
.toptit { font-size: 22px;color:#343434; line-height: 52px; background: #f4f4f4; padding-left:16px; margin-bottom:20px; border-left:3px solid #303b9f;}

.ny_cp{overflow: hidden;}
.ny_cp ul{margin-right:-2%}
.ny_cp ul li{float: left;width:31.333%;position: relative;margin: 0 2% 2% 0; border: 1px solid #eee}
.ny_cp ul li .ny_cp_img{overflow: hidden;position: relative;}
.ny_cp ul li .ny_cp_img span{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0,0.3);opacity: 0;-webkit-transition:0.5s; transition:0.5s;font-size: 36px;color: #fff;line-height: 100%;text-align: center;z-index: 1;}
.ny_cp ul li:hover .ny_cp_img span{opacity: 1;}
.ny_cp ul li .ny_cp_img span:before{position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.ny_cp ul li .ny_cp_img img{display: block;width: 100%;-webkit-transition:0.5s; transition:0.5s;}
.ny_cp ul li:hover .ny_cp_img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.ny_cp ul li .ny_cp_txt{padding:4%;text-align: center; box-sizing: border-box;}
.ny_cp ul li .ny_cp_txt .pbt{font-size: 16px;line-height: 30px;color: #4D4D4D;-webkit-transition:0.5s;transition:0.5s; }
.ny_cp ul li .ny_cp_txt .h2{font-size: 16px;line-height: 24px;color: #808080;}
.ny_cp ul li:hover .ny_cp_txt .pbt{color: #303b9f;}



.pro_right{width: 78%;height: auto;overflow: hidden;float: right;}
.productss{width:100%;float:left;}
.promore_l{float:left; width: 45%;}
/*å›¾ç‰‡æ”¾å¤§é•œæ ·å¼*/.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:76%;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 #2a3843;padding:1px;}
.pros_right{width:50%;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:10px;}
.pros_right_top .pwz{overflow:hidden;font-size:16px;color:#333;line-height:25px;padding-bottom:10px;}
.proleft{width:100%;font-size:14px;line-height:30px;margin-top:2%;}
.proleft p{font-size:14px;line-height:25px;}
.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; padding: 8% 0}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;background: url(../images/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:5%;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 #0b61d9;color:#fff;background:#0b61d9;}
/* 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:5%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#333;line-height:45px;font-size:16px;padding:0 20px;font-weight:bold;border:1px solid #d6d6d6;box-sizing: border-box;}
.scrollleft2{width:100%;float:left;margin-top:20px;margin-bottom: 30px;}
.scrollleft2 li{width:200px;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 #0b61d9;}
.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: #142e7c;
    color: #fff; font-size:18px}
.pbtn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;line-height:1;top:0px; display: inline-block;}
.pbtn i img{width:20px; vertical-align: middle; display: inline-block;}
.pbtn a:hover{background:#ea5a16;color:#fff;}
.pbtn a:nth-child(2){width:50%; background:#ea5a16;}



.messages_box{width:auto;padding:0%;overflow:hidden;box-sizing:border-box}
.messages_box ul{margin-right:-2%}
.messages_box ul li{padding:1% 0;margin-right:2%;width:48%;box-sizing:border-box;float:left}
.messages_box .text-input,.messages_box .summary-input,.messages_box .qq-input{width:100%;padding:0px 2%;line-height:normal;background:none repeat scroll 0% 0% rgb(253,253,253);border-width:1px;border-style:solid;border-color:rgb(133,133,133) rgb(175,175,175) rgb(201,201,201);box-shadow:1px 2px 3px rgb(183,183,183) inset !important;font-size:14px;box-sizing:border-box;line-height:45px}
.messages_box .cont-input{width:100%;height:250px;padding:10px;line-height:20px;background:none repeat scroll 0% 0% rgb(253,253,253);border-width:1px;border-style:solid;border-color:rgb(133,133,133) rgb(175,175,175) rgb(201,201,201);box-shadow:1px 2px 3px rgb(183,183,183) inset !important;font-size:14px;box-sizing:border-box}
.messages_box .code-input{width:125px;vertical-align:middle;height:33px;padding:0px 10px;line-height:normal;background:none repeat scroll 0% 0% rgb(253,253,253);border-width:1px;border-style:solid;border-color:rgb(133,133,133) rgb(175,175,175) rgb(201,201,201);box-shadow:1px 2px 3px rgb(183,183,183) inset !important}
.messages_box .verify-pic{height:35px;vertical-align:middle}
.messages_box .submitBtn{text-align:center;padding-top:10px}
.messages_box .messages-button{width:125px;height:34px;line-height:34px;font-size:16px;color:#fff;text-align:center;background:none repeat scroll 0% 0% #0F1636;border:none}
.messages_box ul li:nth-child(5){width:98%!important}
.messages_box ul li:nth-child(6){float:left}
.messages_box ul li:nth-child(7){float:right}
.messages_box ul li input{width:100%;height:auto;background:none;border:none;color:#999;padding:0 15px;font-size:14px;outline:none;-webkit-appearance:none;line-height:45px;box-sizing:border-box}
.messages_box ul li .btn,.messages_box ul li .btn2{color:#fff;font-size:16px;cursor:pointer}
.messages_box ul li .btn{background:#1759a9}
.messages_box ul li .btn2{background:#999}

.contact_content{width: 100%;background: #fff;}
.mproduct-title { font-size:36px; text-align: center; color: #262626; line-height: 40px; padding-bottom: 0; position: relative; margin-bottom: 2%; letter-spacing: -1px; font-weight: 600;}
.col_infos {width: 48.5%; float:left;background: #fff;padding:0; margin-top: 2%;}
.col_infos .cotit{color: #1a42a2; font-size:28px; line-height: 1.75; padding-bottom: 2%;font-family: 'Poppins';}

.cont_ico{margin-top: 0px;}
.cont_ico h3{font-size: 20px;line-height: 1.75;color:#000;margin-bottom: 16px;font-weight: normal;font-family: 'Poppins';}
.cont_ico ul{ padding-top:15px; overflow: hidden;}
.cont_ico ul li{ position: relative; padding-left:10%; font-size: 16px; line-height: 25px; color:#333; margin-bottom:3%; font-family: 'Poppins'}
.cont_ico ul li .t-cell{ display: table-cell; height: 36px; vertical-align: middle; }
.cont_ico ul .icons{ height: 36px; width: 36px; position: absolute; left: 0; display: flex; background: #1a42a2; border-radius: 50%; align-items:center;}
.cont_ico ul li img{width: 18px; height: 18px; margin: 0 auto; display: block; vertical-align: middle;}

.col_feb {width: 47.5%; float:right;padding:2%; text-align: left; border-radius: 10px; background: #fff; box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 8%); box-sizing: border-box;}
.co_onr {width: 100%; overflow: hidden;}
.co_onr .febt{font-size: 30px;line-height: 1.2;color:#000;margin-bottom:12px;font-weight: normal;}
.co_onr p{ font-size: 16px; line-height: 1.5; color: #333; margin-bottom:42px; overflow: hidden;}
.co_onr ul li{overflow: hidden;float: left;width: 48%;}
.co_onr ul li span{display: block; font-size: 14px;color: #333; margin-bottom:5px;}
.co_onr ul li i{ display: inline-block; position: relative; width:100%; font-size: 14px; color: #666666; text-transform: uppercase;}
.co_onr ul li input{border: none;border: 1px solid #000;width: 100%;line-height:35px;background: #fff;padding: 0 15px;border-radius: 4px;}
.co_onr ul li.mal{ margin-left:2%; margin-bottom: 15px;}
.co_onr ul li.long{clear: both;width: 100%;margin-bottom: 15px;}
.co_onr ul li.long input{width: 100%;outline: none;}
.co_onr ul li.long textarea{border: none;height:90px;width: 100%;outline: none;border: 1px solid #000;background: #fff;padding: 10px 15px; border-radius: 4px; 
  font-size: 12px; font-family: 'Poppins';}
.co_onr ul li.long2{margin-bottom: 16px;}
.co_onr ul li.lst{line-height:45px;font-size: 15px;width:  100%; padding-bottom: 20px;}
.co_onr ul li.lst button{display: inline-block;float: left;width: 200px;height: 42px;line-height: 42px;color: #fff;cursor: pointer;border: none;font-size: 16px; font-family: 'Poppins';
  text-transform: capitalize;padding-right: 0;background: #1a42a2;  border-radius: 6px;}

.map{width: 100%; overflow: hidden;}
.map #map_container{height: 450px;border: 5px solid #fff; font-size: 15px; font-family: 'Poppins';font-weight: normal;color:#000;}


.content {width:80%;margin:90px auto auto;padding:30px 40px;}
#popup{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99;visibility: hidden;opacity: 0;transition: all .5s ease;}
#popup .wrapper{position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);text-align: center;border-radius: 5px;
    padding:2%; border:2px solid #ccc;border-radius:10px;box-shadow:0 0 30px #ccc; background: #FFF;}
#popup .wrapper .txt{display: block;font-size: 17px;;line-height: 35px;;margin-bottom: 30px;}
#popup .wrapper .txt .tlogo{}
#popup .wrapper .txt .tlogo img{max-width:36%}
#popup .wrapper .txt .twz{color: #fff; font-size: 17px; margin-top: 4%;line-height: 26px;}
#popup .wrapper .twz2{color: #fff; text-align: center; font-size: 20px; line-height: 26px; margin-top: 40px;}
#popup .wrapper .txt b, #popup .wrapper .txt strong{font-size: 2em;display: inline-block;margin-bottom: 30px;}
#popup .wrapper .classic-btn{margin: 0 10px;}
#popup:after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: #000;opacity: 0;visibility: hidden;z-index: -1;transition: all .5s ease;}
#popup.opened{visibility: visible;opacity: 1;}
#popup.opened:after{opacity: .8;visibility: visible;}

.classic-btn{display: inline-block;padding: 11px 28px;background-color: #00594E;color: #fff;transition: all .3s ease; font-size: 16px;}
.classic-btn.gold{background-color: #299157;}
.classic-btn.red{background-color: #4ab332;}
.classic-btn *{pointer-events: none;}
.classic-btn:hover{background-color: #002e40;}
.classic-btn:hover.gold{background-color: #002e40; color: #fff}
.classic-btn:hover.red{background-color: #002e40;color: #fff}

.maessagess {
  }
  .maessagess .inner {
    background: #fff;
    padding: 0px;
    box-sizing: border-box;
  }
  .maessagess .tips {
    margin-bottom: 34px;
  }
  .maessagess .inpu {
    width: 47.5%;
    float: left;
  }
  .maessagess .inpu:nth-child(even) {
    float: right;
  }
  .maessagess .tit {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #222222;
  }
  .maessagess .tit span {
    color: #ff0000;
  }
  .maessagess textarea,
  .maessagess input[type="text"] {
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #222;
    background: #eeeef0;
  }
  .maessagess .row {
    float: left;
  }
  .maessagess textarea {
    height: 200px;
    padding: 10px 20px;
    line-height: 24px;
    resize: none;
  }
  .maessagess .btn {
    clear: both;
    padding-top: 30px;
  }
  .maessagess .btn a,
  .maessagess .btn button,
  .maessagess .btn input {
    width: 175px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #c1272d;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
  }
  .maessagess .title{text-align: center; font-weight: bold; color: #111111; font-size: 32px;}
  .maessagess .tips{text-align: center; line-height: 24px; font-size: 15px; color: #777; margin-top: 8px;}
  .col,.row{width: 100%;box-sizing: border-box;}
  @media only screen and (max-width: 1400px) {
    .maessagess .wrap {
      padding: 70px 30px 54px 30px;
    }
  }
  .video_window_close{position: absolute;right:15px;top: 20px;width:30px;color: #fff;font-size: 18px;height: 30px;font-family: arial;line-height: 30px;text-align: center;cursor: pointer; background: #000; border-radius: 30px;}