.header{width: 100%; position:fixed; left:0; top:0; z-index: 999; background: #fff; -webkit-transition:all .5s ease; transition:all .5s ease}
.header .wrapper{ height: 80px; width:auto; padding:0 4vw; display:-webkit-flex; display: -ms-flexbox; display: flex; align-items: center; justify-content: space-between;}
.header .logo{width:63px; height: 50px; background:url(../images/logo.png) no-repeat left center; background-size: 100%; display: block;}
.header-nav{}
.header-nav ul{display:-webkit-flex; display: -ms-flexbox; display: flex;}
.header-nav li{display: block; z-index: 999; margin-right: 3.125vw; position: relative;}
.header-nav li:last-child{margin-right:0;}
.header-a{display: block;font-size: 16px;line-height: 80px;position: relative;transition: all .5s; -webkit-transition: all .5s;}
.header-a:after{content: '';width: 0%;height: 2px;background: #2b3596;position: absolute;left: 0;bottom: 20px;transition: all .5s;-webkit-transition: all .5s;}
.header-a:hover{color: #2b3596;transition: all .5s;-webkit-transition: all .5s;}
.header-a:hover:after{width: 100%; transition: all .5s;-webkit-transition: all .5s;}
.header-sub{width: 200px; height: auto; position: absolute; left: 0; top: 80px; background:#2e365a; display: none;}
.header-sub.on{display: block;}
.header-sub a{display: block; font-size: 16px; padding:10px 20px; color: #fff; line-height: 20px; transition: all .5s; -webkit-transition: all .5s;}
.header-sub a:hover{background: #0093dd;}
.header .telephone span{background: #0093dd; color:#fff; border-radius: 50px; width:20px; height: 20px; display: flex; justify-content: center; align-items: center; margin-right:8px;}
.header .telephone>div{margin-left:20px; font-family: 'Lato-Regular';}
.header .telephone .iconfont{font-size:16px; margin-right:5px; display: block;}
.header .telephone .tel{ font-size:22px; color:#0093dd; line-height: 1; font-family: 'Montserrat-B';}
.mob-btn{width: 28px; overflow: hidden; display: none; cursor: pointer; position:fixed; top:16px; right:3%;}
.mob-btn1,.mob-btn2,.mob-btn3{width: 100%;height: 3px;margin-bottom: 6px;background: #0093dd;}
.mob-btn2{}
.mob-btn div{transition: all .5s;}
.mob-btn.cli .mob-btn1{-webkit-transform: rotate(42deg); -ms-transform: rotate(42deg); transform: rotate(42deg); transform-origin:0%; -ms-transform-origin:0%; -webkit-transform-origin:0%; -moz-transform-origin:0%; transition: all .5s;}
.mob-btn.cli .mob-btn2{ opacity: 0; transition: all .5s;}
.mob-btn.cli .mob-btn3{-webkit-transform: rotate(-42deg); -ms-transform: rotate(-42deg); transform: rotate(-42deg); position: relative; transform-origin:0%; -ms-transform-origin:0%; -webkit-transform-origin:0%; -moz-transform-origin:0%; transition: all .5s;}
.topblank{min-height:80px;}
/**头部结束**/
.padding-tb{padding:80px 0;}
.padding-tb-sm{padding:40px 0;}
.indextit{ position: relative;}
.indextit .indextit-l h2{color: #2b3596; font-size: 36px; font-weight: bold; line-height: 1; text-align: left;}
.indextit .indextit-l span{color: #666; font-size:16px; display: block; margin-top:10px;}
.indextit a{position:absolute; right:0; bottom:5px; display: block; background:#12aed3; color:#fff; padding:0 15px; line-height: 40px; border-radius: 6px;}

.btnmore { width:max-content; display:block; padding:10px 35px; line-height: 1.5; text-align: center; font-size: 14px; border-radius: 35px; border: 1px solid #2b3596; transition: all .5s ease;-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease;}
.btnmore:hover{ background-color: #2b3596; border-color:#2b3596; color:#fff;}

.homeabout {}
.homeaboutbox_l { overflow: hidden;width: 50%;}
.homeaboutbox_l img { width: 100%; height: 100%; object-fit: cover;}
.homeaboutbox_r {width: 50%; padding: 0 0 0 70px; display: flex; flex-direction: column; justify-content: center;}
.homeaboutbox-tit { position: relative; font-size: 72px; color: #f1f1f1; line-height: 1;}
.homeaboutbox-titcn { position: absolute; left: 0; bottom: 0; font-size: 30px; color: #2b3596; line-height: 1; font-weight: bold;}
.homeaboutbox-desc { padding:50px 0; font-size: 16px; line-height: 2; color: #666666;}
.margin-top{ margin-top: 40px;}
.idx_pro{padding:80px 0 0;}
.idx_pro.homepro{padding:80px 0;}
.idx_pro .wrapper { position: relative;}
.idx_pro .pro_swiper,.idx_pro .sebei_swiper { overflow: hidden; position: relative;}
.idx_pro .pro_swiper .swiper-slide{text-align: center;position: relative;z-index: 1;}
.idx_pro .swiper-button-prev i,.idx_pro .swiper-button-next i{ position: absolute; left:8px; top:10px; font-size: 20px; line-height: 1; color:#000;}
.idx_pro .swiper-button-prev i{ left:12px;}
.idx_pro .swiper-button-prev{ top:48%;width: 40px;height: 40px; background: #fff; border-radius: 50%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.idx_pro .swiper-button-next{top: 48%;width: 40px;height: 40px; background: #fff; border-radius: 50%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.idx_pro .swiper-button-prev:hover,.idx_pro .swiper-button-next:hover{background: #2b3596;}
.idx_pro .swiper-button-prev:hover i,.idx_pro .swiper-button-next:hover i{ color:#fff;}
.idx_pro .swiper-button-next i{ position: absolute; transform:rotate(-180deg);-ms-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-o-transform:rotate(-180deg);}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'; display: none;}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'; display: none;}
.idx_pro .img {overflow: hidden;}
.idx_pro .img img { width: 100%; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.idx_pro .swiper-slide:hover .img img{transform: scale(1.05);}
.idx_pro h2{ text-align: center; font-size:16px; line-height: 1.6; padding: 15px 0 0;}
.idx_pro .swiper-pagination{bottom:-40px;}
.idx_pro .swiper-pagination-clickable .swiper-pagination-bullet{height: 12px;width:12px;border-radius: 10px;margin: 0 3px;opacity:1;background-color: #ccc;}
.idx_pro .swiper-pagination-bullet-active{width:20px !important;background: #2b3596 !important;opacity: 1 !important;}

.youshi{background:url(../images/cncbg.jpg) no-repeat center/cover #eee;}
.youshitit{text-align: center; color:#2b3596; font-weight: bold; font-size:30px; text-transform: uppercase;}
.youshitit:after{content: ''; width:50px; height: 1px; background: #2b3596; display: block; margin: 15px auto 0;}
.youshilist ul{margin-top: 30px;}
.youshilist li{ width:47%; margin-top: 50px;}
.youshilistbox{}
.youshiimage{width:110px; height:110px; padding:10px; background: #12aed3; border-radius: 200px; overflow: hidden;}
.youshifont{width:calc(100% - 150px); font-size:16px;}
.youshifont h2{font-size:20px; font-weight: bold; margin: 5px 0; color:#2b3596}
/**banner**/
.PC_ban{display: block;}
.Mob_ban{display: none;}
.banner{width: 100%;position: relative;}
.banner .PC_ban{ height: auto;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 40px;height: 40px; border-radius:50%; border:1px solid #fff; right:0px; display: none;}
.banner .swiper-button-next i,.banner .swiper-button-prev i { position: absolute; left:10px; top:8px; font-size: 18px; line-height: 1; color:#fff}
.banner .swiper-button-prev{left:0px;}
.banner .swiper-button-next {transform: rotate(-180deg);-ms-transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
.banner .swiper-slide {overflow: hidden;text-align: center;position: relative;}
.banner .swiper-slide:before{content: ''; background:rgba(0,0,0,.2); width:100%; height:100%; display: none; position:absolute; left:0; top:0;}
.banner .PC_ban .swiper-slide img{width:100%;}
.banner .swiper-pagination{bottom:10px;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet{height: 10px;width:10px;border-radius: 12px;margin: 0 3px;opacity:1;background-color: #fff;}
.banner .swiper-pagination-bullet-active{width:25px !important; height: 10px; border-radius: 12px; background: #ff0 !important;opacity: 1 !important;}

.banner .swiper-button-next{right: 20px!important;left: auto!important;}
.banner .swiper-button-prev{left: 20px!important;}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'; display: none;}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'; display: none;}
@media(max-width: 1200px){
.banner .swiper-pagination{bottom:0;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet{height: 4px;width:4px;}
.banner .swiper-pagination-bullet-active{width:8px !important; height: 4px;}
}
/*内页*/
.abouttit{position: relative; font-size:22px; font-weight: bold; color:#2b3596; padding-bottom:10px; border-bottom: 1px solid #eee;}
.aboutcontent{font-size:16px; line-height: 2; font-size:16px; padding:20px 0 50px;}
.workshop{padding:20px 0 0;}
.workshop li{width:24%; margin-right:1.3%; margin-top:1.3%;}
.workshop li .img{border-radius: 6px; overflow: hidden;}
.workshop li:nth-child(4n){margin-right:0;}
.workshop li h3{text-align: center; padding:10px 0 0;}
.service{padding:30px 0 0;}
.service li{width:24%; font-size:16px; border-radius: 4px; padding:15px 0 15px 25px; border:1px solid #ddd; background: #fafafa;}
.service li h2{font-size:18px; font-weight: bold; color:#12aed3; margin-bottom:10px;}
.service p{margin-right:0; position: relative; padding-left:15px; line-height: 2;}
.service p:after{position: absolute; left:0; top:12px; content: ''; background:#0093dd; width:6px; height: 6px; border-radius: 10px;}
.product{padding:20px 0 0;}
.product li{width:24%; margin-right:1.3%; margin-top:1.3%;}
.product li .img{border-radius: 6px; overflow: hidden;}
.product li .img img{transition: all 0.5s ease;}
.product li:hover .img img{transform: scale(1.05);}
.product li h3{text-align: center; padding:10px 0 0;}
.product li:nth-child(4n){margin-right:0;}
.feedback{ width:40%;}
.feedback .row{margin-bottom: 15px; line-height: 1.1;}
.feedback .row:nth-of-type(1){margin-top:40px;}
.feedback .row-label{height: 35px;line-height: 35px; color: #0093dd; display: none;}
.feedback .row-input input {background: none;width: 100%;height:45px;border: none; border-radius:5px; padding-left: 2%; border: 1px solid #ddd;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.feedback .row-input textarea{background: none;width:100%;height: 100px; padding:1% 2%;border-radius:5px; line-height: 24px; border: 1px solid #ddd;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.feedback .row-right{margin-top: 20px;}
.feedback .row-right input{background: #0093dd;border-radius:100px;width: 100%;border: none; font-size: 16px; line-height:46px; height:46px;color: #fff;cursor: pointer;}
.contactbox-r{width:calc(100% - 55%); font-size: 18px; line-height: 2.2;}
.feedback .contacttit,.contactbox-r .contacttit{font-size: 22px; font-weight: bold; margin-bottom: 15px;}
/*底部*/
.footer {background: #252525; color:#bbb; font-size: 16px;}
.footer .foot-top{padding:40px 0;}
.footer .foot-top .foot-top-l{}
.footer .foot-top .foot-top-r{text-align: center;}
.footer .foot-top .foot-top-r img{background: #fff; padding:5px; margin-bottom: 5px; width:100px; display: block;}
.footer .foot-top .downlink{padding:0;}
.footer .foot-top .downlink a{display: block; padding:2px 0;}
.footer .foot-top .contact .item span{font-size:12px; display: inline-block; margin-left:5px;}
.footer .foot-top .contact .item .iconfont{margin-right:10px; color:#fff;}
.footer .share{display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top:10px;}
.footer .share a{width:38px; height: 38px; background: #000; margin-right:10px; border-radius: 50px; display: flex; align-items: center; justify-content: center;}
.footer .share a:hover{background: #921f22;}
.footer .iconfont{font-size:20px; display: block;}
.footer h2{font-size:16px; color:#fff; padding-bottom:10px;}
.footer a{color:#bbb; font-weight: normal;}
.footer a:hover{color:#fff;}
.footer .copyright{padding:20px 0; text-align: center; border-top:1px solid #444;}
@media(max-width:1200px){
body{line-height: 1.7;}
/*头部*/
.header{height: 55px; position: fixed; left:0; top:0; width:100%; background: #eee; z-index: 99;}
.wrapper{width:auto; padding:0 3%;}
.header .logo{width:47px; height: 40px;}
.header .wrapper{height: 55px; width:auto; padding:0 3%;}
.header-nav{width: 100%;height: calc(100% - 50px);position: fixed;top: 55px;left: 0;background: #fff;padding:10px 3%;box-sizing: border-box; box-sizing: -webkit-border-box; display: none; box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);}
.header-nav ul{flex-direction: column;}
.header-nav li{width: 100%;margin: 0; position: relative;}
.header-nav li:last-child{display: none;}
.mob-btn{display: block; z-index: 999;}
.header-c{width: 100%;height: 50px; z-index: 10; position: absolute;top: 0;left: 0; cursor:pointer}
.header-a{width: 100%;border-bottom: 1px solid #ddd;line-height: 50px;padding:0 5px;box-sizing: border-box; box-sizing: -webkit-border-box;position: relative; color:#333;}
.header-a:after{display: none;}
.header-a:before{content: '';position:absolute; z-index: 9; right:11px; margin-top: -7px; top:50%; width: 14px; height: 14px;background: url(../images/ico82.png) #fff;transition: all .5s;-webkit-transition: all .5s;}
.won.header-a:before{display: block;}
.header-nav li.on .header-a:before{transform: rotate(45deg);transition: all .5s;-webkit-transition: all .5s;}
.header-sub{/*display: block;*/position: relative;top: initial;left: inherit;background: initial;padding:6px 0;border-bottom: 1px solid #E5E5E5; width:100%;}
.header-sub a>div{display: none;}
.header-sub a{color: #666; font-size:14px;padding: 4px 10px;text-align: left;}
.header-sub a:hover{background:none; color:#f08700;}
.header .lang{font-size:16px; line-height:40px; color:#333; text-align: center; padding:10px 0 0;}
.header .lang a{color:#333; margin:0 10px;}
.PC_ban{display: none;}
.Mob_ban{display: block;}
.topblank{min-height:55px}
.header .telephone{position: fixed; right:calc(3% + 40px);}
.banner .swiper-pagination .swiper-pagination-bullet {width:25px;}

.indextit{ position: relative;}
.indextit .indextit-l h2{font-size: 16px;}
.indextit .indextit-l span{color: #666; font-size:16px; display: none; margin-top:10px;}
.indextit a{position:absolute; right:0; bottom:0; display: block; background:#12aed3; color:#fff; padding:0 10px; line-height: 22px; border-radius: 4px; font-size:12px;}

.btnmore { padding:4px 15px; font-size:12px;}

.homeabout {}
.homeaboutbox_l { overflow: hidden;width: 100%;}
.homeaboutbox_r {width: 100%; padding:20px 0;}
.homeaboutbox-tit { position: static; font-size: 72px;}
.homeabout .homeaboutbox-tit span{display: none;}
.homeaboutbox-titcn { position: static; font-size: 16px;}
.homeaboutbox-desc { padding:20px 0; font-size: 14px; line-height: 1.8;}
.margin-top{ margin-top: 20px;}
.idx_pro{padding:15px 0 0;}
.idx_pro.homepro{padding:20px 0;}
.idx_pro .swiper-button-prev i,.idx_pro .swiper-button-next i{ position: absolute; left:5px; top:6px; font-size: 18px;}
.idx_pro .swiper-button-prev i{ left:8px;}
.idx_pro .swiper-button-prev{ top:48%;width: 30px;height: 30px;}
.idx_pro .swiper-button-next{top: 48%;width: 30px;height: 30px;}
.idx_pro h2{ font-size:14px; padding: 15px 0 0;}

.youshi{background:url(../images/cncbg.jpg) no-repeat center/cover #eee;}
.youshitit{font-size:16px;}
.youshitit:after{content: ''; width:20px; margin: 5px auto 0;}
.youshilist ul{margin-top: 10px;}
.youshilist li{ width:100%; margin-top: 15px;}
.youshilistbox{}
.youshiimage{width:65px; height:65px; padding:10px;}
.youshifont{width:calc(100% - 75px); font-size:14px;}
.youshifont h2{font-size:16px;}

.padding-tb{padding:20px 0;}
.padding-tb-sm{padding:20px 0;}
.abouttit{font-size:16px;}
.aboutcontent{font-size:14px; line-height: 1.8; padding:20px 0;}
.workshop{padding:20px 0 0;}
.workshop li{width:49.5%; margin-right:1%; margin-top:1%;}
.workshop li:nth-child(2n){margin-right:0;}
.service{padding:15px 0 0;}
.service li{width:100%; font-size:14px;padding:2% 3%;}
.service li+li{margin-top:2%;}
.service li h2{font-size:16px;}
.service p{margin-right:0; position: relative; padding-left:15px; line-height: 2;}
.service p:after{position: absolute; left:0; top:12px; content: ''; background:#0093dd; width:6px; height: 6px; border-radius: 10px;}
.product{padding:10px 0 0;}
.product li{width:49.5%; margin-right:1%; margin-top:1%;}
.product li:nth-child(2n){margin-right:0;}

.feedback{ width:100%;}
.feedback .row{margin-bottom: 10px;}
.feedback .row:nth-of-type(1){margin-top:0;}
.feedback .row-input input {background: none;width: 100%;height:36px;}
.feedback .row-input textarea{background: none;width:100%;height: 70px; padding:1% 2%;border-radius:5px; line-height: 22px;}
.feedback .row-right{margin-top: 10px;}
.feedback .row-right input{font-size: 14px; line-height:36px; height:36px;}

.contactbox-r{width:100%; font-size: 14px; line-height: 1.8; padding:20px 0 0;}
.feedback .contacttit,.contactbox-r .contacttit{font-size: 16px; font-weight: bold; margin-bottom: 5px;}
/*底部*/
.footer {font-size: 14px;}
.footer .foot-top{padding:20px 0;}
.footer .foot-top .foot-top-l{display: none;}
.footer .foot-top .foot-top-r{text-align: center;}
.footer .foot-top .foot-top-r img{margin:0px auto 5px;}
.footer .foot-top .downlink{padding:0 0 25px; display: none;}
.footer .foot-top .foot-top-m{width: 100%;}
.footer .foot-top .contact .item{width:100%;}
.footer .foot-top .contact .item+.item{margin-left:0;}
.footer .copyright{padding:10px 0;}
}