*{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0;}
body,textarea,input,button,select,keygen,legend{font-size: 14px;line-height: 24px;color:#666;outline:0;font-family: 'Poppins', Arial, Helvetica, sans-serif;font-style: normal;}
html,body{width:100%; position:relative;height:100%;}
.bodyw,.body_st{height:100%;}
body{overflow-x:hidden;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

/** 重置超链接元素 **/
a{text-decoration:none;color:#666;}
a:hover{color:#2b5cb4;}

.clearfix{clear:both}
.clearfix:after{clear:both;height:0;content:"";line-height:0;font-size:0;display:block}

/** 重置图片元素 **/
.fl{float:left;}
.fr{float:right;}
.l{ float:left;}
.r{ float:right;}




/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.w1400{ width:1650px;max-width: 95%; margin:auto;}
.w1200{ width:1200px;max-width: 100%; margin:auto;}
.pd06{width: 100%; max-width: 1400px; margin:  0 auto;}

.top_bg{position: fixed;left: 0;top: 0;right: 0;z-index: 99;-webkit-transition: 0.5s;transition: 0.5s;height:110px; background: #fff;}
.top_h{ margin-top: 10px;}
.top_h .logo{}
.top_h .logo a{display: flex; align-items: center;}
.top_h .logo img{height:90px;-webkit-transition:0.5s;transition:0.5s;display: none;}
.top_h .logo img.bs{display: block;}
.header_zi{font-size:28px;color: #2b5cb4;overflow: hidden; margin-left: 3%;}
.dh{}
.dh ul li{float: left;}
.dh ul li p a{display: block;line-height: 90px;font-size: 18px;position: relative;color: #333;padding: 0 20px;-webkit-transition:0.5s;transition:0.5s; text-transform: uppercase; font-weight: 700;}
.dh ul li p a i{font-size: 12px;padding-left: 5px; display: inline-block; vertical-align: middle;}
.dh ul li p a i img{max-width: 100%; display: block;}
.dh ul li p a i .tjtimg{display: block;}
.dh ul li p a i .tjtimg2{display: none;}
.dh ul li:hover p a i .tjtimg{display: none;}
.dh ul li:hover p a i .tjtimg2{display: block;}
.dh ul li:hover p a{color: #333;}
.dh ul li.on p a{color: #2b5cb4; font-weight: 600;}
.dh ul li{position: relative;z-index: 8;}
.dh ul li .dh_fl{position: absolute;left: 0;top:76px;padding-top: 5px;display: none;min-width: 160px;}
.dh ul li .dh_fl ul{background: #fff;border-radius: 5px;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
.dh ul li .dh_fl ul li{float: none;position: relative;}
.dh ul li .dh_fl ul li a{padding: 0 20px;font-size:18px;line-height: 44px;color: #666;white-space: nowrap;display: flex;justify-content: space-between;align-items: center;  font-weight: 700;}
.dh ul li .dh_fl ul li a i{padding-left: 20px;font-size: 12px;}
.dh ul li .dh_fl ul li a:hover{color:#2b5cb4;}
.dh ul li .dh_fl ul li .dh_fl{left: 100%;padding-left: 5px;top: 0;}

.top_ss{margin-left: 0.2rem;}
.top_ss span.button{ display:block; width:30px; height:90px;font-size: 22px;line-height:90px;text-align: center;color: #333; cursor:pointer;-webkit-transition:0.5s;transition:0.5s;}
.serach{position:fixed;left: 0; right:0px;top:0px;bottom: 0;z-index:10;display: none;}
.serach2{position:absolute;left: 0; right:0px;background:rgba(0, 0, 0, 0.7); top:0px;bottom: 0;overflow:hidden;z-index:10;display: flex;align-items: center;justify-content: center;}
.serach form{position: relative;width: 100px;max-width: 85%;border-bottom: 1px solid #fff;-webkit-transition:1s;transition:1s;}
.serach.on form{width: 1440px;}
.serach form input[type='text']{font-size:16px; width:100%; height:60px; line-height:60px;padding:0 40px 0 40px; color:#fff;background: none;}
.serach form input[type='text']::-webkit-input-placeholder {color:#fff;}
.serach form input[type='text']:-moz-placeholder{color:#fff;}
.serach form input[type='text']::-moz-placeholder{color:#fff;}
.serach form input[type='text']:-ms-input-placeholder{color:#fff;}
.serach form i{position: absolute;left: 0;top:0px;height:60px;font-size: 20px;line-height: 60px;text-align: center;color: #fff;}
.serach form a{position: absolute;right: 40px;top:0px;font-size: 16px;line-height: 60px;color: #fff;}
.serach form span{position: absolute;right: 0;top:0px;width: 24px;height:60px;cursor: pointer;}
.serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 24px;height:2px;background: #fff;margin: -1px 0 0 -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:after{content:""; position: absolute;left: 50%;top:50%;width: 2px;height:24px;background: #fff;margin: -12px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:hover:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.serach form span:hover:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.top_yy{position: relative;z-index: 2;margin-left: 0.2rem;}
.top_yy span{padding: 0 10px;font-size: 16px;line-height: 100px;color: #333;display: block;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.top_yy span:after{content: "";float: right;border-top: 6px solid #333;border-left: 5px solid transparent;border-right: 5px solid transparent;margin-left: 5px;margin-top: 47px;-webkit-transition:0.5s;transition:0.5s;}
.top_yy_xl{position: absolute;left:50%;top: 100px;background: #fff;display: none;padding: 10px 0;width: 100px;margin-left: -50px;border-radius: 0 0 5px 5px;border-top: 1px solid #eee;}
.top_yy_xl a{display: block;font-size: 14px;line-height: 30px;color: #666;text-align: center;}
.top_yy_xl a:hover{color: #2b5cb4;}


.buy-box{position:relative; }
.buy-box .tit{display:block;font-size:16px;line-height:100px;padding-left:.4rem;background-repeat:no-repeat;background-position:left center;background-size:.625rem;color:#444;background-size:.25rem;background-image:url('../img/buy-tit.png');font-family:"PINGFANG BOLD-subfont";transition:all .3s}
.buy-box .sub{position:absolute;left:50%;top:88px;padding-top:5%;width:2rem;transform:translateX(-50%);display:none}
.buy-box .sub .list{border:1px solid #dddfe2;box-shadow:0 10px 21px rgba(0,0,0,.05);padding:3% 12%;background-color:#f9fafb;position:relative}
.buy-box .sub .list:before{content:"";position:absolute;left:56%;top:-10px;width:.45rem;height:.25rem;background-repeat:no-repeat;transform:translateX(-56%);background-image:url('../img/buy-sj.png')}
.buy-box .sub .list a{display:block;font-size:14px;line-height:35px;padding:5% 0 5% 18%;background-repeat:no-repeat;background-position:left center;color:#333;border-bottom:1px solid #e4e4e6;transition:all .3s}

.wxbox{position:absolute;z-index:9;width:140px;height:140px;left:-68%;top:0px;opacity:0;transition:all .4s}
.wxbox.active{opacity:1}
.wxbox img{position:absolute;width:120px;height:120px;border-radius:8px;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2}

.wxbox2{position:absolute;z-index:9;width:140px;height:140px;left:-68%;top:44px;opacity:0;transition:all .4s}
.wxbox2.active{opacity:1}
.wxbox2 img{position:absolute;width:120px;height:120px;border-radius:8px;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2}


.top_bg.on{background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on .top_h .logo img.bs{display: none;}
.top_bg.on .top_h .logo img.hs{display: block;}
.top_bg.on .dh ul li p a{color: #333;}
.top_bg.on .dh ul li:hover p a{color: #2b5cb4;}
.top_bg.on .top_ss span.button{color: #333;}
.top_bg.on .top_yy span{color: #333;}
.top_bg.on .top_yy span:after{border-top: 6px solid #333;}

.top_bg.on2{background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on2 .top_h .logo img.bs{display: none;}
.top_bg.on2 .top_h .logo img.hs{display: block;}
.top_bg.on2 .dh ul li p a{color: #333;}
.top_bg.on2 .dh ul li:hover p a{color: #2b5cb4;}
.top_bg.on2 .top_ss span.button{color: #333;}
.top_bg.on2 .top_yy span{color: #333;}
.top_bg.on2 .top_yy span:after{border-top: 6px solid #333;}

.top_bg.on3{top:-100px;}

.sp_header, .sjj_nav{display: none;}



.banner{ width:100%; overflow:hidden;position:relative;padding-top: 110px;}
.banner ul li a{display: block;height: auto;}
.banner ul li .img{overflow: hidden;height: auto;}
.banner ul li .img img{display:block;width:100%;height:auto;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover; font-size: 0;}
.banner ul li .txt{position: absolute;left:8%;bottom:55%;}
.banner ul li .txt .ml1{font-size:42px;line-height:55px;color: #fff;font-weight: bold;}
.banner ul li .txt .ml2{font-size: 24px;line-height: 24px;color: #fff;margin-top:20px;}
.banner ul li .txt .ml3{font-size: 18px;line-height: 24px;color: #fff;margin-top: 20px;}
.banner ul li .txt .ml4{font-size: 12px;line-height: 24px;color: #fff;margin-top: 30px;}
.banner ul li.swiper-slide-active .txt .ml1{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml2{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1s;animation-delay: 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml3{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.5s;animation-delay: 1.5s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml4{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.8s;animation-delay: 1.8s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.bandd{ position:absolute; left:0; bottom:30px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd span{z-index:2;cursor:pointer;margin:0 6px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.7);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#2b5cb4;}
.bandd span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #2b5cb4;width: 18px;height: 18px;border-radius: 50%;}
.banz,.bany{ position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;  -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: rgba(0, 0, 0, 0.4);border-radius: 50%;}
.banz{ left:5%;}
.bany{ right:5%;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}

.index-a{padding:2% 0; overflow: hidden;}
.index-a .pd06{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index-a .pd06 > .info{align-items: flex-end;}
.index-a .img{width: 45%;display: flex;justify-content: space-between;}
.index-a .img div{width: calc(50% - 0.2rem); }
.index-a .img div:first-of-type img{margin-top: 5.5vw; max-width: 100%;}
.index-a .img div:last-of-type img{border-radius: 0 0 13vw 0; max-width: 100%;}
.index-a .info{width: 48%;}
.index-a .index-a-ability{margin-top: 8vh;display: flex;justify-content: space-between;}
.index-a .index-a-ability > div{width: 32%;padding: 1rem 1.5rem;border: 1px solid var(--border_colour);background: #fff;border-radius: 1rem;transition: all 0.4s;}
.index-a .index-a-ability > div:hover{border: 1px solid var(--colour1);box-shadow: 0 0 3rem -2rem var(--colour1);}
.index-a .index-a-ability img{display: block;margin-top: 0.5rem;margin-bottom: 1rem;width: auto;height: 3.5rem;transition: all 0.4s;}
.index-a .index-a-ability > div:hover img{transform: rotateY(360deg);}
.index-a .index-a-ability strong{font-weight: bold;color: var(--title);}
.index-a .index-a-ability > div:hover strong{color: var(--colour1);}
.index-a .info .title {font-weight:600;color:#171717;font-size: 36px;line-height:45px;}
.index-a .info .intext {color:#555;font-size:22px;line-height:45px;}
.index-a .info .text{font-size:16px; line-height: 28px; color: #666; margin-top:6%;}

.numList{ padding:5% 0;overflow: hidden;}
.numList ul{ display: flex; align-items: center; justify-content: space-between;}
.numList li{box-sizing: border-box; text-align: center;}
/* .numList li:first-child{ width: 14.5%; padding-left: 0; }
.numList li:last-child{ float: right; width: auto; background: none; } */
.numList li .num{ color: #666; font-size: 16px;}
.numList li .numUp{ color: #2b5cb4; font-size:42px; padding-right: 2%;font-weight: 600;}
.numList li .num img{ vertical-align: top; padding-right: 6px; }
.numList li p{ font-size:18px; color: #666; font-weight: 300;}

.abutter{display: flex;}
.abutter a{font-size: 16px;line-height:46px;color: #fff;background: #2b5cb4;padding: 0 30px;border-radius: 5px;-webkit-transition:0.5s;transition:0.5s;display: flex;align-items: center;justify-content: center;}
.abutter a i{font-size: 16px;padding-left: 5px;}
.abutter a:hover{background: #2b5cb4;}



.ind-title{ text-align:center; padding:2% 0; font-weight: 600;color: #171717;font-size: 36px;line-height: 45px;}
.ind-title span{ }
.derp{ padding:0% 0 2%;}
.derp .swiper-father{position:relative; overflow:hidden;}
.derp .index_gc{ margin-bottom:3%;}
.derp .index_gc .swiper-slide{ position:relative;}
.derp .swiper-button-next,.derp .swiper-button-prev{width:45px;height:45px;text-align:center;box-sizing:border-box;}
.derp .left{right:0;outline:medium; background:rgba(0,0,0,0.65);}
.derp .right{left:-0;outline:medium; background:rgba(0,0,0,0.65);}
.derp .left:hover i,.ldip .right:hover i{color:#2b5cb4;}
.derp .swiper-pagination-bi{position:absolute;bottom:-15px;z-index:11;text-align:center; width:100%;}
.derp .swiper-pagination-bi .swiper-pagination-bullet{margin:0 5px;}
.derp .swiper-pagination-bullet{width:12px;height:12px;background:#bbb;border-radius:10px}
.derp .swiper-pagination-bullet-active{background:#2b5cb4;opacity:1;}
.derp .swiper-button-next::after,.ldip .swiper-button-prev::after{display:none;}
.derp .index_gc .swiper-slide .pic{overflow:hidden;}
.derp .index_gc .swiper-slide .pic img{width:100%; display:block;}
.derp .index_gc .swiper-slide .txt{padding:5% 3%; box-sizing:border-box;  text-align: center;}
.derp .index_gc .swiper-slide a:hover .txt{background:#2b5cb4;color:#FFF;}

.derp .index_gc .swiper-slide .txt .pbt{font-size:24px;font-weight:600;  color:#333;}
.derp .index_gc .swiper-slide a:hover .txt .pbt{color:#FFF;}
.derp .index_gc .swiper-slide .txt p{margin-top:15px;line-height:24px;}
.derp .index_gc .swiper-slide .txt .pmore{margin-top:20px;line-height:40px;border-bottom:1px solid #FFF;display:inline-table;visibility:hidden;opacity:0;transition:all 0.3s;}
.derp .index_gc .swiper-slide a:hover .txt .pmore{visibility:visible;opacity:1;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{display:none;}
.derp .swiper-father .swiper-pagination{bottom:0px;}
.derp .swiper-father .swiper-button-prev, .derp .swiper-father .swiper-button-next{top:38%}


.innews{ padding:0% 0 2%;}
.innews{ padding:0% 0 2%;}
.innews .swiper-news{position:relative; overflow:hidden;}
.innews .index_news{ margin-bottom:3%;}
.innews .index_news .swiper-slide{ position:relative;}
.innews .swiper-button-next,.innews .swiper-button-prev{width:45px;height:45px;text-align:center;box-sizing:border-box;}
.innews .left{right:0;outline:medium; background:rgba(0,0,0,0.65);}
.innews .right{left:-0;outline:medium; background:rgba(0,0,0,0.65);}
.innews .left:hover i,.innews .right:hover i{color:#2b5cb4;}
.innews .swiper-pagination-bi{position:absolute;bottom:-15px;z-index:11;text-align:center; width:100%;}
.innews .swiper-pagination-bi .swiper-pagination-bullet{margin:0 5px;}
.innews .swiper-pagination-bullet{width:12px;height:12px;background:#bbb;border-radius:10px}
.innews .swiper-pagination-bullet-active{background:#2b5cb4;opacity:1;}
.innews .swiper-button-next::after,.innews .swiper-button-prev::after{display:none;}
.innews .index_news .swiper-slide .pic{overflow:hidden;}
.innews .index_news .swiper-slide .pic img{width:100%; display:block;}
.innews .index_news .swiper-slide .txt{padding:5% 3%; box-sizing:border-box; background: #f5f5f5;}
.innews .index_news .swiper-slide a:hover .txt{background:#2b5cb4;color:#FFF;}

.innews .index_news .swiper-slide .txt .pbt{font-size:18px;font-weight:400;  color:#333;}
.innews .index_news .swiper-slide a:hover .txt .pbt{color:#FFF;}
.innews .index_news .swiper-slide .txt p{margin-top:2%;line-height:24px; display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 2代表超出两行显示省略号，几行省略就写几 */
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical; font-size: 16px;}
.innews .index_news .swiper-slide .txt .pmore{margin-top:20px;line-height:40px;border-bottom:1px solid #FFF;display:inline-table;visibility:hidden;opacity:0;transition:all 0.3s;}
.innews .index_news .swiper-slide a:hover .txt .pmore{visibility:visible;opacity:1;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{display:none;}
.innews .swiper-news .swiper-paginations{bottom:0px; text-align: center;}
.innews .swiper-news .swiper-button-prev, .innews .swiper-news .swiper-button-next{top:38%}



.foot{padding: 50px 0 0;position: relative;background: #3e3e3e;}
.foot_dh{float: left; width: 40%;display: flex;justify-content: space-between;}
.foot_dh ul li a{font-size: 14px;line-height: 28px;color: #aaa;-webkit-transition:0.5s;transition:0.5s;}
.foot_dh ul li.bt{padding-bottom: 10px; text-transform: uppercase;}
.foot_dh ul li.bt a{font-weight: bold;font-size: 16px;color: #fff;}
.foot_dh ul li a:hover{color: #2b5cb4;}
.foot_lx{float: right;width:50%;position: relative;padding-right: 180px;}
.foot_lx .ml1{font-size: 16px;line-height: 30px;font-weight: bold;color: #fff;}
.foot_lx .ml2{font-size: 30px;line-height: 36px;color: #aaa;padding:3% 0 3%;font-weight: bold;}
.foot_lx .ml2 i{font-size: 36px;padding-right: 10px;}
.foot_lx .ml3{font-size: 14px;line-height: 24px;color: #aaa;}
.foot_lx .ml3 p{display: flex;padding: 5px 0;}
.foot_lx .ml3 p i{font-size: 22px;padding-right: 5px;color: #aaa;}
.foot_lx .ml4{margin-top: 20px;}
.foot_lx .ml4 ul{display: flex;}
.foot_lx .ml4 ul li{margin-right: 10px;position: relative;}
.foot_lx .ml4 ul li a{display: block;width: 40px;}
.foot_lx .ml4 ul li a img{display: block;width: 100%;}
.foot_lx .ewm{position: absolute;right: 0;top: 0;width: 150px;}
.foot_lx .ewm img{display: block;width: 100%;}
.foot_lx .ewm p{font-size: 14px;line-height: 36px;text-align: center;color: #aaa;border: 1px solid #aaa;margin-top: 10px;-webkit-transition:0.5s;transition:0.5s;}
.foot_lx .ewm p:hover{color: #fff;border: 1px solid #2b5cb4;background: #2b5cb4;}
.bqsy{font-size: 14px;line-height: 24px;padding: 24px 0;text-align: center;color: #aaa;margin-top: 40px;border-top: 1px solid #484848;}

.bat{height: 460px;overflow: hidden;position: relative;}
.bat img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.bat .txt{position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;text-align: center;}
.bat .txt .txt2{}
.bat .txt .txt2 .ml1{font-size: 32px;line-height: 32px;color: #fff;font-weight: 100;}
.bat .txt .txt2 .ml2{font-size: 18px;line-height: 24px;color: #fff;margin-top: 25px;font-weight: 100;}
.bat .txt .txt2 .ml3{display: flex;justify-content: center;margin-top: 30px;}
.bat .txt .txt2 .ml3 a{font-size: 14px;line-height: 36px;color: #fff;background: #2b5cb4;padding: 0 36px;border-radius: 18px;font-weight: 100;}
.h110{height: 110px;}


/*内页代码*/
.banner_ny{width:100%; height: auto; background: #fcfcfc; padding:1.5% 0;}
.banner_ny .pd06{display: flex; align-items: center; justify-content: space-between;}
.banner_ny .aleft{ width: 50%; font-size: 55px;line-height: 68px; text-transform: uppercase; color: #000; font-weight: 700;} 
.banner_ny .aleft p{font-size:22px; line-height:28px; color:#555; font-weight:400; text-transform:capitalize;}
.banner_ny .aright{}
.banner_ny .aright img{max-width: 100%; display: block;}
/*当前位置*/

.main_about{overflow: hidden; padding: 3% 0;}
.main_aboutbox{overflow: hidden; display: flex; align-items: center; justify-content: space-between;}
.main_about_left{width: 50%;}
.main_about_left img{max-width: 100%; display: block;}
.main_about_right{width:50%;}
.main_about_right .tbt{color: #232323;font-family: montserrat,sans-serif;font-size: 35px;font-style: normal;font-weight: 700;line-height: 43px;margin-bottom: 21px;text-transform: uppercase;width: 100%;}
.main_about_right .text{font-size: 20px;font-style: normal;font-weight: 400;line-height: 26px; color:#212529;}
.gytext2{font-size: 24px;line-height: 36px; color: #212529;}

.main_aboutbox3{overflow: hidden;font-size: 20px;font-style: normal;font-weight: 400;line-height:30px; color:#212529;}
.main_aboutbox3 img{width: 40%; float: left; margin-right: 3%;}


.main_about2{overflow: hidden; padding: 0 0 3% 0;}
.main_aboutbox2{overflow: hidden; display: flex; align-items: center; justify-content: space-between;}
.main_about_left2{width:45%; margin-left:5%;}
.main_about_left2 img{max-width: 100%; display: block; float: right;}
.main_about_right2{width:50%;}
.main_about_right2 .tbt{color: #232323;font-family: montserrat,sans-serif;font-size: 35px;font-style: normal;font-weight: 700;line-height: 43px;margin-bottom: 21px;text-transform: uppercase;width: 100%;}
.main_about_right2 .text{font-size: 20px;font-style: normal;font-weight: 400;line-height:30px; color:#212529;}

.main_about .gytext{font-size: 24px;line-height: 36px; color: #212529;}
.pro{overflow: hidden; margin-top: 2%;}
.pro ul{margin-right: -2%;}
.pro li{width: 31.333%; margin-right: 2%; margin-bottom: 2%; float: left;}
.pro li .pimg{overflow: hidden;}
.pro li .pimg img{width: 100%; display: block;}
.pro li .ptext{padding: 15px; box-sizing: border-box; color: #232323; font-size: 16px; font-weight: 700; line-height: 19px; text-align: center; text-decoration: none; text-transform: uppercase;}

.back{color: #232323; font-size: 18px;font-style: normal;font-weight: 700;line-height: 22px;text-decoration: none;text-transform: uppercase; padding: 3% 0;}
.back a{color: #232323;}
.back a i{margin-right:1%;}

.pro2{overflow: hidden; margin-top: 2%;}
.pro2 ul{margin-right: -2%;}
.pro2 li{width:23%; margin-right: 2%; margin-bottom: 2%; float: left;}
.pro2 li .pimg{overflow: hidden;}
.pro2 li .pimg img{width: 100%; display: block;}
.pro2 li .ptext{padding: 15px; box-sizing: border-box; color: #232323; font-size: 16px; font-weight: 700; line-height: 19px; text-align: center; text-decoration: none; text-transform: uppercase;}

.grey{background: #fcfcfc;}

.workshop{overflow: hidden;  margin-top: 2%;}
.workshop ul{ margin-left:-2%;}
.workshop li{ float:left; width:23%; margin-left:2%; text-align:center; margin-bottom:2%; box-sizing: border-box; overflow: hidden;}
.workshop li .upimg{width: 100%; overflow: hidden; border: 1px solid #ccc;}
.workshop li .upimg img{ max-width:100%; -webkit-transition:0.5s;transition:0.5s; display: block;}
.workshop li .upimg:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.workshop li span{display:block; line-height:22px; font-size:16px; padding: 12px 0 0;}

.mxwzx {overflow: hidden;}
.mxwzx ul{overflow:hidden; margin-top:-2%; margin-left:-2%;}
.mxwzx ul li{width:31.33%; float:left; margin-top:2%; margin-left:2%; position:relative; border: 1px #eaeaea solid;}
.mxwzx ul li .xwzx_img{overflow:hidden;}
.mxwzx ul li .xwzx_img img{transition:all 0.5s; max-width: 100%; display: block; margin: auto; clear: both;}
.mxwzx ul li:hover .xwzx_img img{transform:scale(1.1);}
.mxwzx ul li .xwzx_wb{padding:4%; background:#f8f8f8;}
.mxwzx ul li .xwzx_wb .xwzx_rq{color:#999; font-size:14px; line-height:22px;}
.mxwzx ul li .xwzx_wb .xwzx_bt{font-size:18px; line-height:26px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color: #222222; font-weight: 600;}
.mxwzx 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;}


.xinwenxiangqing{box-sizing: border-box;}
.xinwenxiangqing .nd_head{text-align: center;border-bottom: 1px dashed #d6d6d6;padding-bottom:1%}
.xinwenxiangqing .nd_head p{color: #2b5cb4;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}


.ny_lx{padding:3% 0;position: relative; overflow: hidden; display: flex; justify-content: space-between;}
.ny_lx .txt{width:40%;border: 1px solid #ddd;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: #008fd7;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:56%;overflow: hidden;}
.map{width:100%; overflow:hidden;}
.bots{overflow: hidden; }
.bots .t-center{padding-top:2%; text-align: right;}
.bots .title{font-size: 32px;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{padding:0 0 2.2% 0%;display: block;}
.bots .tip{color: #404040;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
     text-transform: uppercase; margin:2% 0 3%;
}
.bots .input{display: block;width: 100%;font-size: 14px;line-height:24px;padding:8px 2.2%;color:#999;margin:1% 0;box-sizing: border-box;border: 0; border: 1px solid #ccc;font-family: Arial,Tahoma,sans-serif;}
.bots .input:focus{box-shadow: 0 0 10px rgba(0,0,0,0.08);}
.bots .br{}
.bots .submit{line-height: 44px;height: 44px;padding:0 45px;display: inline-block;background-color: #2b5cb4;font-size: 15px;color: #fff;cursor: pointer;border: 0;}
.bots .submit:hover{background-color: #2b5cb4;}
.col-sm-6{width:100%;box-sizing: border-box; overflow: hidden;}
.col-xs-12{box-sizing: border-box;}




.ml3s{border-top:1px solid #eee; border-bottom:1px solid #eee; padding: 2% 0; margin-top: 3%;}
.ml3s ul{display: flex;align-items: center;justify-content: space-between;width: 100%;}
.ml3s ul li{text-align: center; width: 25%;}
.ml3s ul li .m1{font-size: 18px;color: #333;display: flex;align-items: flex-start;justify-content: center;}
.ml3s ul li .m1 span{color: #2b5cb4;font-size: 55px;font-family: 'Impact';}
.ml3s ul li .m2{font-size: 16px;line-height: 24px;color: #333;margin-top:5%;}

.about_b{background: url(../img/c_bg.jpg) no-repeat; overflow: hidden; padding: 5% 0;}
.tit-46 {line-height: 1.8;font-size: 46px; color:#333; font-weight: 600; text-align: center;}
.tit-24 {line-height: 1.8;font-size: 24px;}
.tit-16 {line-height: 1.8;font-size: 16px;}
.list{margin-top:3%;}
.list .li{width:calc(100% / 4);height:267px;float:left;background-color:#fff;border-right:1px solid #e4e4e5;display:flex;align-items:center;flex-direction:column;justify-content:center;transition:all 0.5s;z-index:1;position:relative;box-sizing: border-box;}
.list .li:last-child{border-right:0}
.list .li .img{width:38px;margin-bottom: 7%;position:relative}
.list .li .tit-16{line-height:1;transition:all 0.5s;margin-top:2%;color:#999999;text-align:center}
.list .li:hover{transform:scale(1.2);border-right:0;background-color:#2b5cb4;color:#fff;z-index:22}
.list .li:hover .tit-16{color:#fff}
.list .li.on{transform:scale(1.2);border-right:0;background-color:#2b5cb4;color:#fff;z-index:22}
.list .li.on .tit-16{color:#fff}
.list .li .img .op1{opacity:1;transition:all 0.5s}
.list .li .img .op2{opacity:0;position:absolute;top:0;transition:all 0.5s;left:0}
.list .li.on .img .op1{opacity:0}
.list .li.on .img .op2{opacity:1}
.list .li:hover .img .op1{opacity:0}
.list .li:hover .img .op2{opacity:1}
.list .li .tit-18{line-height:26px;display:none;margin-top:6%;text-align:center}
.list .li:hover .tit-18{display:block}

.zzjg{overflow: hidden; padding: 4% 0;}
.zzjg img{max-width: 100%; display: block; margin: auto; clear: both;}

.Honor{overflow: hidden;}
.Honor ul{ margin-left:-2%;}
.Honor li{ float:left; width:23%; margin-left:2%; text-align:center; margin-bottom:2%; box-sizing: border-box; overflow: hidden;}
.Honor li .upimg{width: 100%; overflow: hidden; border: 1px solid #ccc;}
.Honor li .upimg img{ max-width:100%; -webkit-transition:0.5s;transition:0.5s; display: block;}
.Honor li .upimg:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.Honor li span{display:block; line-height:22px; font-size:15px; padding: 12px 0 0;}

.workshop{overflow: hidden;}
.workshop ul{ margin-left:-2%;}
.workshop li{ float:left; width:23%; margin-left:2%; text-align:center; margin-bottom:2%; box-sizing: border-box; overflow: hidden;}
.workshop li .upimg{width: 100%; overflow: hidden; border: 1px solid #ccc;}
.workshop li .upimg img{ max-width:100%; -webkit-transition:0.5s;transition:0.5s; display: block;}
.workshop li .upimg:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.workshop li span{display:block; line-height:22px; font-size:15px; padding: 12px 0 0;}

.products-nylist{overflow: hidden;}
.products-nylist ul{display: flex; flex-wrap: wrap;margin-right:-1%;margin-left:-1%;}
.products-nylist li{ border:1px solid #e8e8e8;border-radius:15px;float:left; width:23%; margin:0 1% 2% 1%; 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:#2b5cb4; 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:25px;}

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


.adv_container{position:relative;width:100%}
.adv_container ._main{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%);color:#ffffff;text-align:center;padding:0 15px}
.adv_container ._main .nybbt{position:relative;z-index:2;font-size:54px;text-align:center;color:#ffffff;font-weight:bold}
.adv_container ._main p{z-index:1;white-space:nowrap;width:100%;font-size:100px;line-height:95px;color:rgba(255,255,255,0.15);font-weight:bold;text-transform:uppercase;position:absolute;top:-30px;left:0;bottom:0;right:0;margin:auto}
.adv_container .container{position:absolute;top:0;left:50%;transform:translateX(-50%)}
.adv_container .container .crumb span{color:white;font-weight:400}
.adv_container .container .crumb a{color:white}
.adv_container picture img{width:100%;display: block; clear: both;}
@media (max-width:990px){
    .adv_container ._main .nybbt{font-size:44px;line-height:78px}
    .adv_container ._main p{top:-20px;font-size:75px}
}
@media (max-width:760px){
    .adv_container ._main .nybbt{font-size:24px;line-height:24px}
    .adv_container ._main p{font-size:30px;line-height:48px}
}


.f50{ font-size: 50px; text-align: center; line-height: 2.4; color: #333;}
.f40{ font-size: 40px; text-align: center; line-height: 2.4;}
.f30{ font-size: 30px; text-align: center; line-height: 2.4;  color: #333; position: relative;}
.color-blue{ color: #2b5cb4; text-transform: uppercase; text-align: center; font-weight: 800;font-size: 60px; line-height: 2.4; position: absolute; top: -35px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; opacity: 0.2;}
.f22{font-size: 22px; text-align: center;}

.introduction{ background: url(../img/aboutRight.png) no-repeat top right; background-size:18% auto; padding:4% 0; position: relative;}
.s1_logo{ position: absolute !important; top: 0; left: 0; width:68% ;z-index: -1; }
.w1440{ max-width: 1440px; margin: 0 auto;}
.abtext{width: 80%; margin:3% auto 0 auto;}
.abtext p{font-size: 16px; line-height:36px; color: #666;}


.blue-san{ position: absolute !important; top:35% !important; left: 0; width:10% ; z-index: -1;}
.introduction .bot .left{ align-items: flex-start;}
.introduction .bot .left .txt{ width: 590px;}
.yin{}
.w45{ width: 45%;}

/* .dis-flex-center-center{  display: flex; align-items: center; justify-content: center;}
.flex-column{ flex-direction: column;} */
.Culture{  background: url(../img/CultureBg.jpg) no-repeat center center; background-size: cover; height:650px; color: #fff;}
.Culture ul{display: flex; height: 100%;}
.Culture li{ width: 33.333%; border-right: 1px solid rgba(255, 255, 255,.3);  position: relative; display: flex; align-items: center; justify-content: center;  flex-direction: column;}
.Culture li:last-child{ border-right: none;}
.Culture li .line{ width: 30px; height: 3px; margin:32px 0; background-color: #fff;}
.Culture li>div{ position: relative; z-index: 5;}
.Culture li::after{ width: 100%; height: 0; transition: all .36s; position: absolute; background-color: rgba(0, 132, 260,.5); content: ''; display: block; left: 0; bottom: 0;
  -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.Culture li:hover::after{ height: 100%;}

.dept_box{padding:3% 0; overflow: hidden; background: url(../img/a_bg.jpg) no-repeat;}
.dept_box .mproduct-title{font-size: 30px; color: #000; padding-bottom:30px; display: block;}
.dept_box ul{margin-right: -2%; overflow: hidden; margin-top: 3%;}
.dept_box ul li{ width:31.333%; float: left; margin-right:2%; margin-bottom: 3%;}
.dept_box ul li .dep_image{width:100%; overflow: hidden;}
.dept_box ul li .dep_image img{width: 100%; display: block;transform: translateZ(0); transition: transform .3s linear;}
.dept_box ul li:hover .dep_image img{transform: scale(1.1,1.1)}
.dept_box ul li p{font-size: 16px;font-weight: 400;  line-height: 1.5;  color: #000;font-family: 'Poppins'; padding-top: 18px; text-align: center;}





.index_honor{width:100%;padding:3% 0}
.index_honor .title h2{color:#333333}
.index_honor .title p{color:rgba(189,187,187,0.15)}
.index_honor_banner{margin-top:60px;position:relative;padding:0 75px}
.index_honor_banner .honor_banner{position:unset;overflow:hidden;padding-bottom:15px}
.index_honor_banner .honor_banner ul li{overflow:initial}
.honor_banner p{margin-top:20px;font-size:20px;line-height:25px;height:50px}
.honor_banner .honor-prev{width:65px;height:65px;margin:0;position:absolute;top:50%;transform:translateY(calc(-50% - 20px));left:0}
.honor_banner .honor-next{width:65px;height:65px;margin:0;position:absolute;top:50%;transform:translateY(calc(-50% - 20px));right:0}
.honor_banner .honor-prev i,.honor_banner .honor-next i{display:block;width:65px;height:65px}
.honor_banner .honor-prev i{background:url('../img/solution_left@2x.png') no-repeat center center;background-size:contain}
.honor_banner .honor-prev i:hover{background:url('../img/banner_left_active.png') no-repeat center center;background-size:contain}
.honor_banner .honor-next i{background:url('../img/banner_next_normal.png') no-repeat center center;background-size:100% 100%}
.honor_banner .honor-next i:hover{background:url('../img/video_btn@2x.png') no-repeat center center;background-size:contain}
.index_honor_banner .swiper-slide-active{transform:scale(1)!important}
.index_honor_banner .swiper-slide-active img{transform:scale(1) rotateY(0)!important}
.honor_banner .honor-spanbox{position:absolute;bottom:0;height:10px;display:flex;justify-content:center}
.honor_banner .honor-spanbox span{display:block;width:10px;height:10px;border-radius:50%;background:#555}
.honor_banner .honor-spanbox span.swiper-pagination-bullet-active{background:#2b5cb4}
.honor_banner_thumb{width:100%;height:128px;position:relative;margin-top:40px}
.honor_banner_thumb::after{content:'';position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:url('../img/honor_thumb_border@2x.png') no-repeat center center;background-size:100% 100%}
.honor_banner_thumb::before{content:'';position:absolute;bottom:0;left:0;display:block;width:100%;height:2px;background:url('../img/honor_thumb_border@2x.png') no-repeat center center;background-size:100% 100%}
.honor_thumb ul{max-width:max-content;margin:auto}
.honor_thumb li{height:128px;width:auto;position:relative}
.honor_thumb li::after{content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);width:2px;height:90px;background:url('../img/honor_thumb_line@2x.png') no-repeat center center;background-size:100% 100%}
.honor_thumb li:last-child::before{content:'';position:absolute;top:50%;right:0;transform:translateY(-50%);width:2px;height:90px;background:url('../img/honor_thumb_line@2x.png') no-repeat center center;background-size:100% 100%}
.honor_thumb li.on{background-color:#2b5cb4}
.honor_thumb li.on::after{display:none}
.honor_thumb li.on::before{display:none}
.honor_thumb li.on+li::after{display:none}
.honor_thumb li.on p{color:#ffffff}
.honor_thumb li p{height:100%;padding:0 50px;text-align:center;display:flex;justify-content:center;align-items:center;line-height:30px;font-size:24px;color:#020202}
.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

@media (max-width:1600px){
    .honor_banner p{font-size:18px}
}
@media (max-width:1200px){
    .honor_banner_thumb{height:auto}
    .honor_thumb{height:256px}
    .honor_thumb.container{padding:0}
    .honor_thumb ul{flex-wrap:wrap}
    .honor_thumb li::before{content:'';position:absolute;top:0;right:0;display:block;width:100%;height:2px;background:url('../img/honor_thumb_border@2x.png') no-repeat center center;background-size:100% 100%}
    .honor_thumb li:last-child::before{content:'';position:absolute;top:0;right:0;display:block;width:100%;height:2px;background:url('../img/honor_thumb_border@2x.png') no-repeat center center;background-size:100% 100%;transform:none}
    .index_honor_banner{padding:0;margin-top:40px}
    .index_honor{}
    .honor_banner .honor-next,.honor_banner .honor-prev{display:none}
    .honor_thumb li::after{content:'';position:absolute;top:0;right:0;transform:none;width:2px;height:100%;background:url('../img/honor_thumb_border@2x.png') no-repeat center center;background-size:100% 100%}
    .honor_thumb li.on::before{display:none}
}

/*内页公用菜单*/
.menuBox{background:#f7f7f7;height:auto;line-height:60px;font-size:16px; overflow: hidden; color: #333;}
.menuBox a{color: #333;}
.listMenu{font-size: 16px;}
.listMenu a{display:inline-block;position:relative;color:#555;margin-left:50px; }
.listMenu a:hover,.listMenu .cur{color:#2b5cb4;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#2b5cb4;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:#2b5cb4;border:1px solid #2b5cb4;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:#2b5cb4;color:#fff;}
  
  
  }

/*产品中心*/
.productPic{width: 100%;box-sizing: border-box;overflow: hidden; padding: 3% 0;}
.productPic ul{overflow: hidden;}
.my_ul{margin-right: -2%; margin-bottom: -3%;}
.productPic li{width: 23%;margin-right: 2%;float: left;margin-bottom: 3%;position: relative;border: 1px solid #eee;}
.product-words{width: 100%;}
.product-w-pic{width: 100%;position: relative;overflow: hidden;background-color: #fff;text-align: center;box-sizing:border-box;}
.product-w-pic .pimg{}
.product-w-pic .pimg img{width: 100%;object-fit: cover}
.product-w-shade{width: 100%;height: 30%;position: absolute;bottom: 0%;left: 0%;background-color: rgba(37, 37, 37, .8);transition: all .2s;opacity: 0;}
.product-w-pic .product-w-piclink{display: block;width: 100%;height: 100%;font-size: 0;padding: 0;border-bottom: none;margin: 0;}
.product-w-shade .pwzs{width: 100%;position: absolute;top: 50%;transform: translate(0,-50%);}
.product-w-shade .pwzs p{font-size: 16px;color: #fff;width: 80%;margin: auto;text-align:justify;text-justify:inter-word;text-align: center;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.product-w-shade .pwzs p img{max-width: 100%!important;vertical-align: middle;display: inline-block;}
.product-w-shade .pwzs .span{display: inline-block;font-size: 24px;color: #fff;text-align: center;padding: 0 0 4px 0;border-bottom: 1px solid #fff;margin-top: 36px;}
.product-w-shade .pwzs .em{font-size: 14px;color: #fff;line-height: 25px;text-align: center;margin: 2% 5%}
.productPic li:hover .product-w-pic .product-w-shade{opacity: 1;height: 100%;}
.product-w-words{width: 100%;padding: 15px;box-sizing: border-box;}
.product-w-words .pwzs{font-size: 16px;color: #333;line-height: 30px;text-align: center;z-index: 999;position: relative;transition: all .2s;}
.product-w-words .p{font-size: 16px;color: #666;line-height: 25px;text-align: center;margin-top: 1%}
.productPic li:hover .product-w-words .pwzs{opacity: 1;color: #fff}
.productPic li:hover .product-w-words .p{color: #fff}
.productPic li:hover .product-words{background: #2b5cb4;color: #fff}
.productPic li:hover .product-w-words .pwzs p img{max-width: 100%;}

.pro_right{width: 100%; height: auto; overflow: hidden;}
.productss{width:100%; overflow: hidden;}
.productss img{max-width:none!important}
.promore_l{width:40%;float:left;}


/* .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover} */

.swiper-slide{background-size:cover;background-position:center}
.mySwiper3{height:80%;width:100%}
.mySwiper4{height:20%;box-sizing:border-box;padding:10px 0}
.mySwiper4 .swiper-slide{width:25%;height:100%;opacity:0.4}
.mySwiper4 .swiper-slide-thumb-active{opacity:1}
.promore_l .swiper-slide img{display:block;width:100% !important;height:100%;object-fit:cover;}
.mySwiper4 .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;}
.mySwiper4 .swiper-slide img{display:block;width:98%;height:100%;object-fit:cover; border: 1px solid #2b5cb4;}
.mySwiper3 .swiper-button-next:after, .mySwiper3 .swiper-button-prev:after{color: #2b5cb4; background: none;}
.boxw{margin-top:13%; width:65%;} 

.pros_right{width:55%; float:right; overflow:hidden; margin-top:5%;}
.pros_right_top{overflow:hidden; border-bottom:2px solid #e6e6e6; }
.pros_right_top .pbt{overflow:hidden; display:inline-block; font-size:36px; color:#333; padding-bottom:10px; line-height: 40px;}
.proleft{width:100%;font-size:16px; line-height:30px; margin-top:20px;}
.proleft p{font-size:16px; line-height:25px; }


.proleftbutter{margin: 3% 0; overflow: hidden;}
.proleftbutter .h4_bt{float: left; font-size: 16px;line-height: 40px;color: #fff;text-align: center;background: #2b5cb4;border-radius: 3px;-webkit-transition:0.5s;transition:0.5s;cursor: pointer;padding: 0 20px;}
.proleftbutter .h4_bt:nth-child(2){background: #e62129;padding: 0 30px;margin-left: 20px;}
.proleftbutter .h4_bt span{font-size: 24px;padding-right: 5px;float: left;}

.nyproxq{width: 100%;box-sizing: border-box;overflow: hidden; padding: 3% 0;}
.nyproxq img{margin:auto; display:block; clear:both; width:100%; font-size:0}

.news1{overflow:hidden; margin-bottom:5%; position:relative;}
.news1pic{width:55%; }
.news1pic img{width:100%; overflow:hidden; transition: transform 1s ease; }
.news1ny{width:50%; background:#efefef; border-radius:8px; position:absolute; right:0; top:20%; padding:3%; box-sizing:border-box;}
.news1ny .nbt{line-height:35px;font-size:30px;color:#2b5cb4}
.news1ny .nwz{margin-top:3%; font-size:16px; line-height:30px; color:#555}
.news1ny .tags{overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin-top:5%; font-size:16px}
.news1ny .tags a{display:inline-block;padding:5% 0; line-height:30px;text-align:center;font-size:16px;color:#888;transition:all .5s;}
.news1ny .tags a:hover{color:#2b5cb4;border-color:#2b5cb4 ;}
.news1pic:hover img{transition: transform 1s ease; transform: scale(1.1); display:block;}



.main_adv{padding:3% 0; overflow: hidden;}
.main_adv h2{font-size:17px;font-weight: bold;color:#555;font-family:"CenturyGothic";line-height:40px;text-align:left;padding-bottom:3%;}
.main_adv .advantage{margin-top:0;}
.main_adv .advantage ul{margin-left: -3%; }
.main_adv .advantage ul li{float: left;width: 47%; margin-left: 3%; margin-bottom: 3%; background: #f5f5f5;} 
.main_adv .advantage ul li .p_imgs{float: left; width: 30%;}
.main_adv .advantage ul li .p_imgs img{max-width:100%; display: block;}
.main_adv .advantage ul li .p_test{float: right; width:70%; padding: 3%; box-sizing: border-box;}
.main_adv .advantage ul li .p_test .tpt{line-height:35px; font-size:18px;color:#333;font-weight: bold;}
.main_adv .advantage ul li .p_test .tpss{line-height:26px; font-size:15px;}


.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:#2b5cb4;width:120px;height:45px;text-align:center;font-size:16px;font-weight:bold;}
.relatedNews{margin:5% 0 0;overflow:hidden}
.relatedNews_font{font-size:13px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../img/ly_li.png) no-repeat left center;padding-left:10px;color: #666}
.relatedNews_font ul li a:hover{color: #2b5cb4}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}

.about_join{width: 100%;height: auto;overflow: hidden;padding: 5% 0}
.about_joinny{margin-top: 0px}
.about_joinny ul{margin-right: -2%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.about_joinny li{width: 48%;margin:0 2% 1% 0;flex-shrink: 0;}
.cjwt-hz{border: 1px solid #d7d7d7;padding:2%;overflow: hidden;cursor: pointer;box-sizing: border-box;margin-top:0%;}
.cjwt-pic{width:20px;float:left;padding-top:5px;margin-right:10px;}
.cjwt-title{margin: 0 0 5px 0px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cjwt-nr-title a{font-size:18px;color:#333;}
.cjwt-nr-title a:hover{color:#0054a3;}
.cjwt-nr-ms{margin-top:10px;color:#666;}
.cjwt-hd{margin-top:10px;}
.cjwt-hz-tb{padding-top:3px;}
.cjwt-nr{width: 80%;}
.cjwt-hz-bottom{padding:20px;overflow:hidden;display:none;border: 1px solid #d7d7d7;border-top: none;box-sizing: border-box;margin-bottom: 20px;}
.cjwt-hz-bottom.active{display:block;}
.cjwt-hz-bottom-pic{margin-top:8px;}
.cjwt-hz-bottom-wz{font-size:15px;line-height: 28px;}
.cjwt-hz-bottom-zw{height: 20px;line-height: 20px;padding-left: 10px;border-left: 4px solid #0054a3;font-size: 18px;font-weight:bold;}
.cjwt-hz-bottom-fl li{border:1px dashed #0054a3;float:left;margin:0 0.5%;width:80px;text-align:center;color:#0054a3;}
.cjwt-hz-bottom-nt{margin-top: 0px;}
.cjwt-fl{margin-top:20px;}

.Ulimg4{overflow: hidden;}
.Ulimg4 ul{ margin-left:-2%;}
.Ulimg4 li{ float:left; width:18%; margin-left:2%; text-align:center; margin-bottom:2%; box-sizing: border-box; overflow: hidden;}
.Ulimg4 li .upimg{overflow: hidden; border: 1px solid #ccc; padding: 1%; box-sizing: border-box;}
.Ulimg4 li .upimg img{ max-width:100%; -webkit-transition:0.5s;transition:0.5s; margin: 0 auto; height: auto;}
.Ulimg4 li .upimg:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.Ulimg4 li span{display:block; line-height:22px; font-size:15px; padding: 12px 0 0;}


.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: 4%;}
.col_infos .cotit{color: #2b5cb4; font-size:28px; line-height: 1.75; padding-bottom: 3%;font-family: 'Poppins';}

.cont_ico{margin-top: 30px;}
.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: 50px; 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: #2b5cb4; 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%);}
.co_onr {width: 100%; overflow: hidden;}
.co_onr .febt{font-size: 30px;line-height: 1.2;color:#000;margin-bottom:2%;font-weight: normal;}
.co_onr p{ font-size: 16px; line-height: 1.5; color: #333; font-family: 'Poppins'; font-weight: 300;margin-bottom:4%; overflow: hidden;}
.co_onr ul li{overflow: hidden;float: left;width: 49%;}
.co_onr ul li span{display: block; font-size: 16px;color: #333; font-family: 'Poppins'; font-weight: 300; 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: 42px;height: 42px;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: 128px;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: #2b5cb4;  border-radius: 6px;}

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




.nyprobox{ overflow: hidden; padding: 3% 0 ;}
.nyprobox_left{width: 22%; float: left;}
.nyprobox_left01{box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1); border-radius: 6px; padding-bottom: 3%;}
.nyprobox_left01 .title{padding:5% 8%; border-bottom: 1px solid rgba(144,144,144,.1); box-sizing: border-box; font-size: 18px; text-align: left; color: #333; font-weight: 600;}
.nyprobox_left01 .submenu{overflow: hidden;}
.nyprobox_left01 .submenu li{ width: 100%;}
.nyprobox_left01 .submenu li a.sub1{display: block;padding:3% 8%; box-sizing: border-box; background: url(../img/jtou.png) no-repeat 90% center #fff;font-size: 14px;border-top: 0 none;overflow: hidden;}
.nyprobox_left01 .submenu li a.sub1:hover{background: url(../img/jtou_a.png) no-repeat 90% center #fff;color: #2b5cb4;}
.nyprobox_left01 .submenu li.hover a.sub1{background: url(../img/jtou_a.png) no-repeat 90% center #fff;color: #2b5cb4;}
.nyprobox_left01 .submenu s{width: 2px; height: 61px; display: block; background: #2b5cb4; position: absolute; left: 0; top: 0;}
.nyprobox_left01 .submenu .box{padding-bottom: 0;background: #fff;border: 1px solid #dedede;border-top: 0 none;display: none;}
.nyprobox_left01 .submenu .box a{color: #333;display: block;overflow: hidden; font-size: 14px;padding: 2% 10%; box-sizing: border-box;}
.nyprobox_left01 .submenu .box a s{width: 10px;height: 10px;margin-right: 8px;display: inline-block;background-position: 2px -178px;}
.nyprobox_left01 .submenu .box a:hover, .nyprobox_left01 .submenu .box a.hover{color: #2b5cb4;}
.nyprobox_left01 .submenu .box a:hover, .nyprobox_left01 .submenu .box a.hover{color: #2b5cb4; font-weight: 600}
.nyprobox_left01 .submenu li.hover .box{display: block;}

.nyprobox_left02{box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1); border-radius: 6px; padding-bottom: 3%; margin-top: 5%;}
.nyprobox_left02 .title{padding:5% 8%; box-sizing: border-box; font-size: 18px; text-align: left; color: #333; font-weight: 600;}
.nyprobox_left02 .fl_row_s{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;margin-bottom:0; padding: 0 6%; box-sizing: border-box;}
.nyprobox_left02 .fl6_s{width:50%;padding-right:10px;padding-left:10px}
.nyprobox_left02 .fl12_s{width:100%;padding-right:10px;padding-left:10px}
.nyprobox_left02 .enquiry_label{display:block;border:none;position:relative;user-select:none;height:38px;padding:0 14px;background:#fff;margin-bottom:15px;border-radius:4px;border:1px solid #DAD9D9}
.nyprobox_left02 .enquiry_inp{background:0 0;border:none;outline:0;color:inherit;height:100%;display:block;width:100%;font-size:inherit;box-shadow:none;font-weight:500;resize:none;color:#333}
.nyprobox_left02 textarea.enquiry_inp{line-height:20px}
.nyprobox_left02 .required_span{position:absolute;height:18px;line-height:18px;left:10px;top:10px;display:block;pointer-events:none;transition:.1s;font-weight:400;color:#131415;opacity:.5}
.nyprobox_left02 .required_span .font-color{display:none}
.nyprobox_left02 .enquiry_inp[required]+.required_span .font-color{display:inline}
.nyprobox_left02 .enquiry_inp:focus+.required_span,.nyprobox_left02 .enquiry_label.js-select-open .required_span{margin-left:20px;opacity:0}
.nyprobox_left02 .enquiry_label.active .required_span{margin-top:-26px;left:0}
.nyprobox_left02 .required_tips{margin:0;position:absolute;left:2px;bottom:0;font-size:12px;color:#d90000;display:none;pointer-events:none}
.nyprobox_left02 .enquiry_label.errors{border-color:#d90000}
.nyprobox_left02 .enquiry_label.errors .required_tips{display:block}
.nyprobox_left02 .enquiry_btn_box{text-align:center;padding-top:10px;padding-bottom:20px}
.nyprobox_left02 .enquiry_btn_box .read_more_a{border-radius:4px;height:40px;border:none;font-size:14px;color:#FFFFFF;max-width:100%;outline:0;transition:.2s;padding:0;padding:0 30px;line-height:40px}
.nyprobox_left02 .enquiry_btn_box .read_more_a:hover{opacity:.7}
.nyprobox_left02 .enquiry_btn_box .read_more_a:active{opacity:1}
.nyprobox_left02 .enquiry_label.textarea_boxs{height:auto;padding:6px 14px}
.nyprobox_left02 .enquiry_label.textarea_boxs .enquiry_inp{height:auto}
.nyprobox_left02 .enquiry_label.textarea_boxs textarea.enquiry_label{height:auto;resize:none}

.btn_box{text-align:center; background: none;}
.btn{display:block;width:100%}
.btn[btn-types="shallow"] {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    border-color: #2b5cb4;
    border-style: solid;
    border-width: 1px;
    background-color:#2b5cb4;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.btn[btn-types="deep"] {
    color:#2b5cb4;
    font-size: 14px;
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    background-color: rgba(255, 255, 255, 1);
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}


.nyprobox_left03{box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1); border-radius: 6px; padding-bottom: 3%; margin-top: 5%;}
.nyprobox_left03 .title{padding:5% 8%; box-sizing: border-box; font-size: 18px; text-align: left; color: #333; font-weight: 600;}

.nyprobox_left03 .proleftbox{padding:0% 8%; box-sizing: border-box; overflow: hidden;}
.nyprobox_left03 .proleftbox ul{}
.nyprobox_left03 .proleftbox li{margin-bottom: 3%; display: flex;
  justify-content: space-between;
  align-items: center;}
.nyprobox_left03 .proleftbox li .lpic{width:50%; float: left; border: 1px solid #eee;}
.nyprobox_left03 .proleftbox li .lpic img{width: 100%; display: block; clear: both; margin: auto;}
.nyprobox_left03 .proleftbox li .ltext{width:46%; float: right;}
.nyprobox_left03 .proleftbox li .ltext .p1{font-size: 14px; line-height:30px;text-overflow:ellipsis;overflow:hidden;white-space: nowrap; font-weight: 400; color: #555;}
.nyprobox_left03 .proleftbox li .ltext .p2{width: 100%;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 20px;
  opacity: .6;
  white-space: normal;
  word-wrap: break-word;}


.nyprobox_right{width: 76%; float: right;}
.nyprobox_right .ptitle{font-size: 14px;margin-bottom: 15px;opacity: .8;}

.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 #2b5cb4;color:#fff;background:#2b5cb4;}
/* The content*/.tabs-basic .tabs-content-placeholder{overflow:hidden;margin:auto;padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block;line-height:30px;font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6;line-height:24px;text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px;text-align:left;margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;margin:auto;display: block;clear: both;}
.tabs-basic table{border-collapse:collapse;border: 1px #e6e6e6 solid !important;width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important;padding-left:12px !important;word-wrap:break-word;word-break:break-all;border:1px #e6e6e6 solid !important;line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}
.hot_pro2{width:100%;float:left;margin-top:3%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#333;line-height:45px;font-size:16px;padding:0 20px;border:1px solid #d6d6d6;box-sizing: border-box;}
.scrollleft2{width:100%;float:left;margin-top:20px;margin-bottom: 30px;}
.scrollleft2 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 #2b5cb4;}
.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;}
.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:#2b5cb4;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;}

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


.workshopbox{padding: 4% 0; background: #f8f8f8; overflow: hidden;}
.workshopbox_title{font-size: 30px; color: #2b5cb4; padding-bottom:30px; display: block; text-align: center;}
.workshopbox_wz{max-width: 80%;font-size:18px;font-weight: 400;  line-height: 1.5;  color: #555;text-align: center; padding-bottom:45px; margin: 0 auto;}


.newbox{width:100%; overflow: hidden;}
.newbox .nleft{ width: 55%; float: left; font-size: 16px; line-height: 30px; color: #000;}
.newbox .nleft .b1{font-size: 30px; font-weight: 600; }
.newbox .nleft .b2{ font-size: 16px; line-height: 30px; color: #000; margin: 8% 0; font-weight: 600;}
.newbox .nleft .b3{border-left: 3px solid #325e77;padding-left: 4%; font-weight: 600;}
.newbox .nright{width: 40%; float: right;}
.newbox .nright img{width: 100%; height: auto; display: block;}

.newbox2{width:100%; overflow: hidden;}
.newbox2 .nleft{width: 40%; float: right;}
.newbox2 .nleft img{width: 100%; height: auto; display: block;}
.newbox2 .nright{ width: 55%; float: left; font-size: 16px; line-height: 30px; color: #000;}
.newbox2 .nright .b1{font-size: 30px; font-weight: 600; }
.newbox2 .nright .b2{ font-size: 16px; line-height: 30px; color: #000; margin: 8% 0; font-weight: 600;}
.newbox2 .nright .b3{border-left: 3px solid #325e77;padding-left: 4%; font-weight: 600;}