@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; height: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#f1fbff;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background:#00a1e9; border-radius: 10px;} 

@media only screen and (max-width:560px){
	::-webkit-scrollbar{width: 5px; height: 5px;} 
}


/* CSS Document */
*{margin:0 auto; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;box-sizing:border-box;}
html {font-size: 62.5%; /*10÷16=62.5% */ overflow-x: hidden;}
@media only screen and (max-width:1600px){
	html {font-size: 60%;}
}
@media only screen and (max-width:1440px){
	html {font-size: 56%;}
}
@media only screen and (max-width:1280px){
	html {font-size: 54%;}
}
@media only screen and (max-width:1024px){
	html {font-size: 50%;}
}
@media only screen and (max-width:560px){
	html {font-size: 46%;}
}

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
span, a, ul, li {margin:0;padding:0;border:0;list-style-type:none;}
input, button, textarea{outline:none; appearance:none;}
body{font-family: 'Montserrat', sans-serif; font-weight: 400; font-size:12px; font-size:1.2rem; margin:0 auto; color:#222; PADDING-TOP:0px; overflow-x: hidden; background: #fff;}
a{color:#222; text-decoration:none;}
a:hover{color:#00a1e9;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

img{vertical-align:middle; border:0;}

.Montserrat200{font-family: 'Montserrat', sans-serif; font-weight: 200;}
.Montserrat300{font-family: 'Montserrat', sans-serif; font-weight: 300;}
.Montserrat400{font-family: 'Montserrat', sans-serif; font-weight: 400;}
.Montserrat500{font-family: 'Montserrat', sans-serif; font-weight: 500;}
.Montserrat600{font-family: 'Montserrat', sans-serif; font-weight: 600;}
.Montserrat700{font-family: 'Montserrat', sans-serif; font-weight: 700;}
.Montserrat800{font-family: 'Montserrat', sans-serif; font-weight: 800;}
.Montserrat900{font-family: 'Montserrat', sans-serif; font-weight: 900;}

.clear{clear:both; height:0; line-height:0; font-size:0; *display:inline;/*IE only*/}
.clearfix:after{content:"";display:block;clear:both;}
.b{font-weight: bold;}
.fl { float:left;}
.fr { float:right;}
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}

@media only screen and (max-width:800px){
	embed{width:100%; height: auto;}
	video{width:100%; height: auto;}
	iframe{width:100%; height: auto;}
	table{width:100%; height: auto;}
}

/*表格*/
.product_tb table{width:100%; border-spacing:0; border-collapse:separate;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{text-align:center; line-height:35px;border-top:1px solid #ddd}
.product_tb table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd;}
.product_tb table>caption+thead>tr:first-child>th,.product_tb table>colgroup+thead>tr:first-child>th,.product_tb table>thead:first-child>tr:first-child>th,.product_tb table>caption+thead>tr:first-child>td,.product_tb table>colgroup+thead>tr:first-child>td,.product_tb table>thead:first-child>tr:first-child>td{border-top:0}
.product_tb table>tbody+tbody tr:first-child td{border-top:2px solid #ddd}

.product_tb table{border:1px solid #ddd; border-left: none; border-top: none;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{border-left:1px solid #ddd}
.product_tb table>thead>tr>th:first-child,.product_tb table>tbody>tr>th:first-child,.product_tb table>tfoot>tr>th:first-child,.product_tb table>thead>tr>td:first-child,.product_tb>tbody>tr>td:first-child,.product_tb>tfoot>tr>td:first-child{border-left:none}

/*gotop*/
.cbbfixed {position:fixed; right:10px; bottom:10px; transition: bottom ease .3s; z-index:3; cursor:pointer;}
.cbbfixed .cbbtn {width: 40px; height: 40px; display: block; background-color:#00a1e9;}
.cbbfixed .gotop {transition:background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left; margin:14px 0 0 9px; width:23px;height:12px;background:url(../../images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#222;}
.cbbfixed .cweixin {background: #9b9b9b;}
.cbbfixed .cweixin:hover{background:#434343;}
.cbbfixed .cweixin div {background: url(erwei.png) no-repeat left center; width: 194px;height: 199px;position: absolute;left: -194px;top: -115px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background:url(../../images/side-icon01.png);}

@media only screen and (max-width:800px){
	.cbbfixed{-webkit-transform:scale(.8, .8); transform:scale(.8, .8); transition: all 1s; right:2px;}
}

/*container*/
.container{width: 92%; max-width:1600px; margin: 0 auto;}

@media only screen and (max-width:1740px) {
	.container{max-width: auto;}
}

/*head*/
.header{position: fixed; left: 0; top: 0; z-index: 99; width: 100%; padding: 0 1.5%; display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.header.fixed, .header:hover{padding: 0 2%; background: #fff; box-shadow: 0 0 40px rgba(0,0,0, .2);}

.header .l{width: 70%; display: flex; align-items: center; justify-content: space-between;}

.header .logo{width: 10%; min-width: 110px;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:24.2%; overflow: hidden; display: block; background: url(../../images/logo.png)  no-repeat left center; background-size: 100%; transition: .5s;}
.header.fixed .logo a, .header:hover .logo a{background: url(../../images/logo1.png)  no-repeat left center; background-size: 100%;}

.nav{flex: 1; width: 100%; margin: 0 6%;}
.nav .nav_pc{display: flex; align-items: center; justify-content: space-between;}
.nav ul li{position: relative;}
.nav ul li .f_a{}
.nav ul li .f_a a{position: relative; color: #fff; text-align: center; padding: 2.5vw 0; transition: .5s; display: inline-block;}
.header.fixed .nav ul li .f_a a, .header:hover .nav ul li .f_a a{padding: 1.5vw 0;}
.nav ul li .f_a a::before{content: ""; position: absolute; left: 0; bottom: 0; width: 0; transition: .5s;}
.header.fixed .nav ul li .f_a a::before, .header:hover .nav ul li .f_a a::before{height: 3px; background: #00a1e9;}
.nav ul li.hovert .f_a a::before, .nav ul li .f_a a:hover::before, .header.fixed .nav ul li .f_a a:hover::before, .header:hover .nav ul li .f_a a:hover::before{width: 100%;}
.header:hover .nav ul li .f_a a, .header.fixed .nav ul li .f_a a{color: #222;}
.nav ul li.hovert .f_a a{color: #fff;}
.header:hover .nav ul li.hovert .f_a a, .header.fixed .nav ul li.hovert .f_a a, .header:hover .nav ul li:hover .f_a a{color: #00a1e9;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; top: 100%; transform:translate(-50%, 0); width: 28vw; min-width: 340px; background: #fff; border-radius: 5px; box-shadow: 0 10px 40px rgba(0,0,0, .1); z-index: 9;}
.nav ul li .s_navbox .box{display: flex; justify-content: space-between; padding: 5% 5%;}
.nav ul li .s_navbox .s_a{flex: 1; width: 100%; padding-right: 5%; margin-right: 5%; border-right: 1px solid rgba(0,0,0,.1);}
.nav ul li .s_navbox .s_a .s_aa{display: flex; justify-content: space-between; flex-flow: wrap;}
.nav ul li .s_navbox .s_a a{position: relative; padding: 10px 0; width: 100%; border-bottom: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #00a1e9; transition: .6s;}
.nav ul li .s_navbox .s_a a:hover::before, .nav ul li .s_navbox .s_a a.on::before{width: 100%;}
.nav ul li .s_navbox .s_a a:hover, .nav ul li .s_navbox .s_a a.on{color: #00a1e9;}
.nav ul li .s_navbox .s_img{width: 50%; min-width: 160px;}
.nav ul li .s_navbox .s_img p{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.nav ul li .s_navbox .s_img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.header .r{display: flex; align-items: center; justify-content: flex-end;}
.header .r .lag a, .header .r .country a{color: #fff;}
.header .r .lag a i{margin-left: 5px;}
.header.fixed .r a, .header:hover .r a{color: #222; transition: .5s;}
.header.fixed .r a:hover, .header:hover .r a:hover{color: #00a1e9;}
.header .r .country{margin-left: 1.6vw; cursor: pointer;}

@media only screen and (max-width:1600px){
	.header .nav{margin: 0 4%;}
	.nav ul li .s_navbox .s_a a{padding: 8px 0;}
}
@media only screen and (max-width:1280px){
	.header .nav{margin: 0 1%;}
}
@media screen and (max-width: 1024px){
	.header .logo{min-width: 90px;}
	.header .nav{margin: 0 0;}
	.nav ul li .s_navbox .s_a a{padding: 6px 0;}
}

.m_nav{display:none}
.m_img{display: none}

/*移动端导航*/
@media screen and (max-width: 940px) and (min-width: 0px){
	.header{display:none}
	.m_img{display:block; height:50px; background:#fff; position:fixed; top:0px; left:0px; width:100%; z-index:9999; border-bottom:1px solid #ddd; padding:0 2%; display: flex; align-items: center; justify-content: space-between;}
	.m_img .headlf{}
	.m_img .headlf .m_logo{height:36px; display: block;}
	.m_img .headrg{display: flex; align-items: center; justify-content: flex-end;}
	.m_img .headrg .lag a, .m_img .headrg .country a{color: #00a1e9;}
	.m_img .headrg .lag a i{margin-left: 5px;}
	.m_img .headrg .country{margin: 0 4vw; cursor: pointer;}
	.m_img .headrg a .m_menuimg{height: 36px;}
	.m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
	.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
	.m_nav .m_navList ul li{border-bottom:1px solid #232530}
	.m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.m_nav .m_navList ul li .m_f_a{display: flex; align-items: center; justify-content: space-between; width: 100%}
	.m_nav .m_navList ul li .m_f_a a{flex: 1;}
	.m_nav .m_navList ul li .m_f_a i{width: 40px; height:35px; box-sizing: border-box; padding:0 5px; display: block;}
	.icon{ background:url(../../images/plus.png) 100% no-repeat; background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.icon_on{background:url(../../images/reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
	.m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
}


/*banner*/
.banner{position: relative; width: 100%; height: 100vh;}
.banner .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide .slide-inner{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center;	background-size: cover;}

.banner .swiper-slide .banner-text{position: absolute; left: 0; top: 50%; transform: translate(0, -35%); width: 100%; text-align: center; z-index: 12; color: #fff;}
.banner .swiper-slide .banner-text .btitle{line-height: 1.2; max-width: 80%; margin: 0 auto;}
.banner .swiper-slide .banner-text .bmore{margin-top: 5%;}

.banner .swiper-slide .slide-inner video{width: 100%; height: 100%; object-fit: cover; display: inline-block; vertical-align: baseline; background: #fff;}
.banner .swiper-slide .banner1-video video::-webkit-media-controls{display:none !important;}

.banner .swiper-slide .slide-bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background: rgba(0,0,0, .3);}


.banner .swiper-pagination{bottom: 2%;}
.banner .swiper-pagination-bullet{background:none; opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:rgba(255,255,255,.7); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#15499a;height:1px; width:20px;position:absolute;top:4px;transform:scaleX(0);transform-origin:left;z-index:3;transition-timing-function:linear;}
.banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{width:9px;height:9px;margin-top:0;margin-left:0;background:#15499a;position:relative;z-index:1;}
.banner .swiper-pagination-bullet-active i{animation:middle 6s;}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}	
@keyframes first{0% {transform:scaleX(0.5);left:0px;}/*091*/100% {transform:scaleX(1);left:2px;} /*0915*/}
@keyframes last{0% {transform:scaleX(0.7);left:-10px;}/*1090*/20% {transform:scaleX(0.3);left:2px;} /*090*/100% {transform:scaleX(0.3);left:0px;} /*090*/}		
@keyframes middle{0% {transform:scaleX(0.7);left:-10px;}/*1091*/20% {transform:scaleX(0.45);left:2px;}/*092*/100% {transform:scaleX(1);left:2px;} /*0913*/}	
.banner .swiper-button-prev, .banner .swiper-button-next{top: 50%; background:rgba(0,0,0,.4); color: #fff; width: 40px; height: 40px; border-radius: 100px; --swiper-navigation-size: 6px; outline: none;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #15499a; color: #fff;}

@media only screen and (max-width:1600px){
	.banner .swiper-slide .banner-text .btitle{font-size: 65px; font-size: 6.5rem;}
}
@media only screen and (max-width:1440px){
	.banner .swiper-slide .banner-text .btitle{font-size: 60px; font-size: 6rem;}
}
@media only screen and (max-width:1280px){
	.banner .swiper-slide .banner-text .btitle{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1024px){
	.banner .swiper-slide .banner-text .btitle{font-size: 50px; font-size: 5rem;}
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:800px){
	.banner{margin-top: 50px; height: 0; padding-bottom: 75%; overflow: hidden;}
	.banner .swiper-slide .banner-text{transform: translate(0, -55%);}
	.banner .swiper-slide .banner-text .btitle{max-width: 96%; font-size: 45px; font-size: 4.5rem;}
	.banner .swiper-button-prev, .banner .swiper-button-next{top: 46%; width: 25px; height: 25px; --swiper-navigation-size: 8px;}
}
@media only screen and (max-width:560px){
	.banner .swiper-slide .banner-text .btitle{font-size: 35px; font-size: 3.5rem;}
	.banner .swiper-container .swiper-pagination{bottom:3px;}
}

/**aboutbanner**/
.aboutbanner{position: relative; width: 100%; height: 0; padding-bottom: 26%; overflow: hidden;}

@media only screen and (max-width:800px){
	.aboutbanner{margin-top: 50px;}
}

/**首页栏目标题**/
.indextitle{line-height: 1;}
.indextitle .t{color: #888;}
.indextitle .d{color: #00a1e9; margin-top: 10px;}

@media only screen and (max-width:1600px){
	.indextitle .d{font-size: 47px; font-size: 4.7rem;}
}
@media only screen and (max-width:1440px){
	.indextitle .t{font-size: 22px; font-size: 2.2rem;}
	.indextitle .d{font-size: 42px; font-size: 4.2rem;}
}
@media only screen and (max-width:1280px){
	.indextitle .t{font-size: 20px; font-size: 2rem;}
	.indextitle .d{font-size: 37px; font-size: 3.7rem;}
}
@media only screen and (max-width:1024px){
	.indextitle .t{font-size: 18px; font-size: 1.8rem;}
	.indextitle .d{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:560px){
	.indextitle .d{font-size: 28px; font-size: 2.8rem; margin-top: 6px;}
}

/**更多**/
.indexmore{position: relative; top: 0; transition: .5s; display: inline-block}
.indexmore:hover{top: -10px;}
.indexmore a{position: relative; color: #00a1e9; display: inline-block; margin: 0 auto; padding: .6vw 2.5vw; border-radius: 100px; background: rgba(231,247,255, .7); backdrop-filter: blur(4px); overflow: hidden; transition: .5s;}
.indexmore a:hover{background: rgba(223,245,255, 0);}
.indexmore a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: rgba(0,161,233, 1); transition: .5s;}
.indexmore a:hover::before{height: 100%;}
.indexmore a p{transition: .5s;}
.indexmore a:hover p{position: relative; color: #fff;}

@media only screen and (max-width:1280px){
	.indexmore a{padding: 10px 30px;}
}
@media only screen and (max-width:800px){
	.indexmore a{padding: 8px 25px;}
}
@media only screen and (max-width:560px){
	.indexmore a{padding: 6px 18px;}
}

/**更多**/
.moreico{position: relative; top: 0; transition: .5s; color: #00a1e9; display: inline-block; margin: 0 auto; width: 50px; height: 50px; border-radius: 100px; background: rgba(223,245,255, .8); backdrop-filter: blur(4px); overflow: hidden; transition: .5s;}
.moreico:hover{top: -5px; background: rgba(223,245,255, 0);}
.moreico::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: rgba(0,161,233, .9); transition: .5s;}
.moreico:hover::before{height: 100%;}
.moreico p{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 24%; height: 24%; background: url(../../images/jt.png) no-repeat center top; background-size: 100%; transition: .5s;}
.moreico:hover p{background: url(../../images/jt.png) no-repeat center bottom; background-size: 100%;}

@media only screen and (max-width:1440px){
	.moreico{width: 45px; height: 45px;}
}
@media only screen and (max-width:1280px){
	.moreico{width: 40px; height: 40px;}
}
@media only screen and (max-width:1024px){
	.moreico{width: 35px; height: 35px;}
}
@media only screen and (max-width:560px){
	.moreico{width: 30px; height: 30px;}
}

/**首页产品展示**/
.indexproduct{padding: 5.5% 0;}

.indextitletop{display: flex; align-items: flex-end; justify-content: space-between; flex-flow: wrap;}
.indextitletop .l{flex: 1; width: 100%; margin-right: 5%;}
.indextitletop .r{margin-top: 2%;}

.indexproductlist{margin-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexproductlist::after{content: ""; width: calc((100% - 6%) / 3);}
.indexproductlist .list{position: relative; top: 0; z-index: 1; text-align: center; width: calc((100% - 6%) / 3); margin: 1.5% 0; padding: 5% 0 4% 0; box-shadow: 0 12px 48px rgba(0,0,0, .08); background: #fff; border-radius: 5px; overflow: hidden; transition: .5s;}
.indexproductlist .list.on{top: -10px;}
.indexproductlist .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #00a1e9; z-index: 0; transition: .3s;}
.indexproductlist .list.on::before{height: 100%;}
.indexproductlist .list::after{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: url(../../images/logo2.png) no-repeat center 10%; background-size: 89%;}
.indexproductlist .list .img{position: relative; width: 100%; height: 0; padding-bottom: 80%;}
.indexproductlist .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexproductlist .list .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.indexproductlist .list.on .img p img{/*transform: scale(1.1);*/}
.indexproductlist .list .title{position: relative; margin-top: 1%;}
.indexproductlist .list.on .title{color: #fff;}
.indexproductlist .list .moreico{position: relative; margin-top: 3%;}

@media only screen and (max-width:1440px){
	.indexproductlist .list .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1280px){
	.indexproductlist .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.indexproductlist .list .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.indexproduct{padding: 8% 0;}
	
	.indextitletop .l{flex: none; margin-right: 0;}
	.indextitletop .r{margin-top: 4%;}

	.indexproductlist{margin-top: 4%;}
	.indexproductlist .list{width: calc((100% - 4%) / 2); margin: 2% 0; padding: 8% 0 5% 0; box-shadow: 0 6px 24px rgba(0,0,0, .08);}
	.indexproductlist .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:560px){
	.indexproductlist .list{box-shadow: 0 2px 12px rgba(0,0,0, .08);}
}

/**首页关于拜特**/
.indexabout{padding: 7% 0 6% 0; background: url(../../images/indexabout-bg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}

.indexaboutbox{width: 90%; margin: 0 auto; text-align: center;}
.indexaboutbox .content{margin: 2.2% 0 4% 0; color: #fff; line-height: 1.8; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; text-overflow: ellipsis; overflow: hidden;}

.indexaboutadv{margin-top: 5%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexaboutadv .list{flex: 1; width: 100%; padding: 2% 0; border-bottom: 1px solid rgba(255,255,255, .25); display: flex; justify-content: space-between;}
.indexaboutadv .list{margin-right: 3%;}
.indexaboutadv .list:last-child{margin-right: 0;}
.indexaboutadv .list .box{flex: 1; width: 100%;}
.indexaboutadv .list .box .numunit{color: #fff; display: flex; align-items: baseline; justify-content: flex-start;}
.indexaboutadv .list .box .numunit .unit{margin-left: 5px;}
.indexaboutadv .list .box .title{color: rgba(255,255,255, .7);}
.indexaboutadv .list .ico{position: relative; width: 10%; height: 0; padding-bottom: 10%; margin-top: 3.5%; overflow: hidden;}
.indexaboutadv .list .ico p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indexaboutadv .list .ico p img{width: 100%;}

@media only screen and (max-width:1600px){
	.indexaboutadv .list .box .numunit{font-size: 52px; font-size: 5.2rem;}
}
@media only screen and (max-width:1440px){
	.indexaboutadv .list .box .numunit{font-size: 48px; font-size: 4.8rem;}
}
@media only screen and (max-width:1280px){
	.indexaboutadv .list .box .numunit{font-size: 45px; font-size: 4.5rem;}
}
@media only screen and (max-width:1024px){
	.indexaboutbox{width: 100%;}
	.indexaboutadv .list .box .numunit{font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width:800px){
	.indexabout{padding: 12% 0;}
	.indexaboutbox .content{margin: 2.2% 0 6% 0; line-height: 1.6;}
	.indexaboutadv .list{flex: none; width: 46%; padding: 3% 0;}
	.indexaboutadv .list{margin-right: 0;}
}
@media only screen and (max-width:560px){
	.indexaboutadv .list{width: 100%; padding: 4% 0;}
	.indexaboutadv .list .box .numunit{font-size: 45px; font-size: 4.5rem;}
	.indexaboutadv .list .ico{width: 8%; padding-bottom: 8%; margin-top: 2%;}
}

/**首页新闻中心**/
.indexnews{padding: 5.5% 0; background: #f1fbff;}

.indexnewslist{position: relative; margin-top: 3%; padding-bottom: 40px; overflow: hidden;}
.indexnewslist .swiper-wrapper{width: 100%;}
.indexnewslist .swiper-slide{position: relative; background: #fff; border-radius: 5px; overflow: hidden;}
.indexnewslist .swiper-slide::before{content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #00a1e9;  transition: .5s;}
.indexnewslist .swiper-slide.on::before{width: 100%;}
.indexnewslist .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 56%; overflow: hidden; transition: .5s;}
.indexnewslist .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.indexnewslist .swiper-slide .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewslist .swiper-slide.on .img p img{transform: scale(1.1);}
.indexnewslist .swiper-slide .box{padding: 8%;}
.indexnewslist .swiper-slide .box .title{color: #000; line-height: 1.4; min-height: calc(1.4em * 2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .swiper-slide.on .box .title{color: #00a1e9;}
.indexnewslist .swiper-slide .box .desc{margin: 5% 0 7% 0; color: #888; line-height: 1.4; min-height: calc(1.4em * 2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .swiper-slide .box .timemore{padding-top: 7%; border-top: 1px solid #e4edf0; width: 100%; display: flex; align-items: center; justify-content: space-between;}
.indexnewslist .swiper-slide .box .timemore .time{color: #666;}
.indexnewslist .swiper-slide .box .timemore .moreico{margin-right: 0;}
.indexnewslist .swiper-slide.on .box .timemore .moreico{background: rgba(0,161,233, 1);}
.indexnewslist .swiper-slide.on .box .timemore .moreico p{background: url(../../images/jt.png) no-repeat center bottom; background-size: 100%;}
.indexnewslist .swiper-button-prev, .indexnewslist .swiper-button-next{top: 18.5%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height:25px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.indexnewslist .swiper-button-prev{left: 1%;}
.indexnewslist .swiper-button-next{right: 1%;}
.indexnewslist .swiper-button-prev:hover, .indexnewslist .swiper-button-next:hover{background: #00a1e9; color: #fff;}
.indexnewslist .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexnewslist .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .2); opacity: 1; outline:none; transition: .3s;}
.indexnewslist .swiper-pagination-bullet-active{background: #00a1e9; width: 25px; opacity: 1;}

@media only screen and (max-width:1440px){
	.indexnewslist .swiper-slide .box .title{font-size: 22px; font-size: 2.2rem;}
	.indexnewslist .swiper-slide .box .desc{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:1280px){
	.indexnewslist .swiper-slide .box .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.indexnewslist .swiper-slide .box .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.indexnews{padding: 8% 0;}
	.indexnewslist{margin-top: 5%; padding-bottom: 30px;}
	.indexnewslist .swiper-slide .box .title{font-size: 20px; font-size: 2rem;}
	.indexnewslist .swiper-pagination-bullet{width: 6px; height: 6px; margin:0 2px !important;}
	.indexnewslist .swiper-pagination-bullet-active{width: 25px; opacity: 1;}
}
@media only screen and (max-width:560px){
	.indexnewslist{padding-bottom: 20px;}
	.indexnewslist .swiper-slide .box{padding: 5%;}
	.indexnewslist .swiper-button-prev, .indexnewslist .swiper-button-next{min-width: 20px; min-height:20px;} 
}

/**首页联系我们**/
.indexcontact{padding: 3% 0; background: url(../../images/indexcontact-bg.jpg) no-repeat center center; background-size: cover; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap; overflow: hidden;}
.indexcontact .indextitle .d{color: #fff;}
.indexcontactbox .box{margin: 1% 0 2% 0; line-height: 1.2; color: #fff; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.indexcontactbox .box .list{margin: 0 0 1% 0;}
.indexcontactbox .box .list:first-child{margin-right: 4%;}
.indexcontactbox .box .list i{margin-right: 5px;}

@media only screen and (max-width:800px){
	.indexcontactbox .box{margin: 3% 0;}
	.indexcontactbox .box .list{margin: 0 0 2% 0;}
}
@media only screen and (max-width:560px){
	.indexcontact{padding: 6% 0;}
}

/**底部**/
.footer{background: #f1fbff;}

.footerlogonav{padding: 4% 0 2% 0; border-bottom: 1px solid rgba(0,0,0, .06); display: flex; justify-content: space-between; flex-flow: wrap;}
.footerlogo img{width: 10vw; min-width: 110px;}
.footernav{flex: 1; width: 100%; margin-left: 15%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.footernav a{color: #000; transition: .5s;}
.footernav a:hover{color: #00a1e9;}

.footerbox{padding: 2% 0; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.footerbox .l{flex: 1; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}

.footercode img{max-width: 6.5vw; min-width: 90px;}
.footercode p{margin-top: 5px; color: #888;}

.footercopy{color: #666; margin: -2% 0 0 2.5%;}
.footercopy p{padding: 5px 0;}
.footercopy p:last-child{margin-right: 0;}
.footercopy p.ipv6{margin-left: 5px;}

.footersocial{margin-top: -2%; display: flex; justify-content: flex-end;}
.footersocial .list{position: relative; width: 50px; height: 50px; background: #fff; border-radius: 100px; margin-right: 1vw; transition: .5s;}
.footersocial .list.on{background: #00a1e9;}
.footersocial .list p{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 40%; height: 40%; overflow: hidden;}
.footersocial .list p img{width: 100%; transition: .5s;}
.footersocial .list.on p img{margin-top: -100%;}

.zqkj{display: inline-block; background: url(zqkj1.png) no-repeat center center; background-size: 100%; width: 160px; height: 11px; opacity: .5; transition: .5s;}
.zqkj:hover{opacity: 1;}

@media only screen and (max-width:1440px){
	.footersocial .list{width: 45px; height: 45px;}
}
@media only screen and (max-width:1280px){
	.footernav{margin-left: 6%;}
	.footersocial .list{width: 40px; height: 40px;}
}
@media only screen and (max-width:1024px){
	.footersocial .list{width: 35px; height: 35px;}
}
@media only screen and (max-width:800px){
	.footerlogo{width: 100%; text-align: center;}
	.footerlogo img{width: 30vw; min-width: 150px;}
	.footernav{flex: none; margin: 3% 0 0;}
	.footernav .list{width: calc(100% / 2); margin: 1% 0;}
	
	.footerlogonav{padding: 6% 0 4% 0;}
	
	.footerbox{padding: 4% 0;}
	.footerbox .l{flex: none; width: 100%;}
	.footercode{width: 100%; text-align: center;}
	.footercopy{width: 100%; margin: 2% 0 0; text-align: center;}
	.footercopy p{padding: 0 0;}
	
	.footersocial{margin-top: 3%; width: 100%; justify-content: center;}
	.footersocial .list{width: 30px; height: 30px;}
}


/*向上滑动联系方式*/
.contact-item{position: fixed; bottom: 0; left: 0; z-index: 1000; width: 100%; padding: 1.5vw 1.5vw; text-align: center; color: #fff; background: rgba(0,161,233, .8); transition: opacity 1s, transform 1s; display: flex; align-items: center; justify-content: center; flex-flow: wrap;}
.contact-item p{margin: 2px 1%}
.contact-item p i{margin-right: 5px;}
.contact-hidden{opacity: 0; transform: translateY(100%);}
.contact-visible{opacity: 1; transform: translateY(0);}

/*顶部国家地区选择*/
#country-selector-layer .layui-input{font-size: 16px; font-size: 1.6rem;}
.layui-form-select dd{font-size: 14px; font-size: 1.4rem;}

@media only screen and (max-width:800px){
	.layui-form-select dd{font-size: 16px; font-size: 1.6rem;}
}


/*内页*/
.bodybg{background: #f1fbff;}

.mainbody_content{line-height:1.6; color: #555;}
.mainbody_content p{margin:.8vw 0;}
.mainbody_content p:first-child{margin-top: 0;}
.mainbody_content p:last-child{margin-bottom: 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:1280px){
	.mainbody_content{line-height: 1.4;}
}
@media only screen and (max-width:800px){
	.mainbody_content{font-size: 20px; font-size: 2rem;}
	.mainbody_content p{margin:2vw 0;}
}
@media only screen and (max-width:560px){
	.mainbody_content p{margin:3vw 0;}
}

/**about-nav**/
.about-nav{border-bottom: 1px solid rgba(0,0,0, .1);}
.about-nav .container{display: flex; justify-content: flex-start; flex-flow: wrap;}
.about-nav a{position: relative; color: #333; padding: 1.8% 5%; line-height: 1.1; text-align: center; border-right: 1px solid rgba(0,0,0, .1); display: flex; align-items: center; justify-content: center;}
.about-nav a:first-child{border-left: 1px solid rgba(0,0,0, .1);}
.about-nav a:last-child{margin-right: 0;}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #00a1e9; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{height: 100%;}
.about-nav a:hover, .about-nav a.cur{color: #fff;}
.about-nav a font{position: relative; z-index: 2;}

@media only screen and (max-width:800px){
	.about-nav{padding: 3% 0;}
	.about-nav::after{content: ""; width: calc((100% - 3%) / 4);}
	.about-nav a{width: calc((100% - 3%) / 4); padding: 3% 0; margin: .5% 1% .5% 0; border: 1px solid rgba(0,0,0, .1); background: #fff; font-size: 18px; font-size: 1.8rem;}
	.about-nav a:nth-child(4n){margin-right: 0;}
}
@media only screen and (max-width:560px){
	.about-nav::after{width: calc((100% - 2%) / 3);}
	.about-nav a{width: calc((100% - 2%) / 3);}
	.about-nav a:nth-child(3n){margin-right: 0;}
	.about-nav a:nth-child(4n){margin-right: 1%;}
}

/*内页关于拜特——公司简介*/
.aboutus-about{padding: 5.5% 0;}
.aboutus-aboutbox{display: flex; justify-content: space-between; flex-flow: wrap;}
.aboutus-aboutbox .l{width: 45%;}
.aboutus-aboutbox .r{width: 50%; background: url(logo3.png) no-repeat center center; background-size: 100%;}

.aboutus-aboutadv .list{border-bottom: 1px solid rgba(0,0,0, .08);}
.aboutus-aboutadv .list .box .numunit{color: #00a1e9;}
.aboutus-aboutadv .list .box .title{color: #888;}
.aboutus-aboutadv .list .ico p img{margin-top: -100%;}

@media only screen and (max-width:1024px){
	.aboutus-aboutbox .l{width: 35%;}
	.aboutus-aboutbox .r{width: 60%;}
}
@media only screen and (max-width:800px){
	.aboutus-about{padding: 8% 0;}
	.aboutus-aboutbox .l{width: 100%;}
	.aboutus-aboutbox .r{width: 100%; margin-top: 4%; background: url(../../images/logo3.png) no-repeat center 15%; background-size: 100%;}
}

/*内页关于拜特——企业文化*/
.aboutus-culture{padding: 5.5% 0; background: #f1fbff;}
.aboutus-culturebox{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.aboutus-culturebox .list{flex: 1; margin-right: 2.5%; position: relative; height: 31vw; border-radius: 1.5vw; overflow: hidden; transition: .5s;}
.aboutus-culturebox .list.on{flex: 1.35;}
.aboutus-culturebox .list:last-child{margin-right: 0;}
.aboutus-culturebox .list .img{position: relative; width: 100%; height: 80%; overflow: hidden;}
.aboutus-culturebox .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.aboutus-culturebox .list .box{position: relative; z-index: 1; top: -1.5vw; width: 100%; height: calc(20% + 1.5vw); padding: 0 5%; background: #fff; border-top-left-radius: 1.5vw; display: flex; align-items: center; justify-content: flex-start; overflow: hidden;}
.aboutus-culturebox .list .box::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; opacity: 0; background: url(logo2.png) #00a1e9 no-repeat center center; background-size: 70%; transition: .5s;}
.aboutus-culturebox .list.on .box::before{height: 100%; opacity: 1;}
.aboutus-culturebox .list .box .ico{position: relative; width: 3.2vw; height: 3.2vw; margin-right: 6%; overflow: hidden;}
.aboutus-culturebox .list .box .ico img{width: 100%; transition: .5s;}
.aboutus-culturebox .list.on .box .ico img{margin-top: -100%;}
.aboutus-culturebox .list .box .desc{position: relative; line-height: 1.2;}
.aboutus-culturebox .list .box .desc p:nth-child(2){color: #666;}
.aboutus-culturebox .list.on .box .desc p:first-child, .aboutus-culturebox .list.on .box .desc p:nth-child(2){color: #fff;}

@media only screen and (max-width:1280px){
	.aboutus-culturebox .list .box .desc p:first-child{font-size: 22px; font-size: 2.2rem;}
	.aboutus-culturebox .list .box .desc p:nth-child(2){font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:800px){
	.aboutus-culture{padding: 8% 0;}
	.aboutus-culturebox .list{flex: none; margin-right: 0; height: 80vw; width: 100%; margin: 2% 0; border-radius: 2.5vw;}
	.aboutus-culturebox .list.on{flex: none;}
	.aboutus-culturebox .list .box{top: -1.5vw; height: calc(20% + 1.5vw); border-top-left-radius: 2.5vw;}
	.aboutus-culturebox .list .box .ico{position: relative; width: 8vw; height: 8vw;}
	.aboutus-culturebox .list .box .desc p:first-child{font-size: 24px; font-size: 2.4rem;}
	.aboutus-culturebox .list .box .desc p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
}

/*内页关于拜特——发展战略*/
.aboutus-strategy{padding: 7.5% 0; background: url(../../images/aboutus-strategy-bg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.aboutus-strategy .indextitle .t{color: #fff;}
.aboutus-strategy .indextitle .d{color: #fff;}
.aboutus-strategy .content{margin-top: 3%; line-height: 1.8; color: #fff;}

@media only screen and (max-width:800px){
	.aboutus-strategy{padding: 12% 0;}
	.aboutus-strategy .content{margin-top: 5%; line-height: 1.6; font-size: 20px; font-size: 2rem;}
}

/*内页关于拜特——视频中心*/
.aboutus-video{padding: 5.5% 0;}

.aboutus-videobox{position: relative; margin-top: 3%; padding-bottom: 40px; overflow: hidden;}
.aboutus-videobox .swiper-wrapper{width: 100%;}
.aboutus-videobox .swiper-slide{position: relative; overflow: hidden;}
.aboutus-videobox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 56%; border-radius: 5px; overflow: hidden; transition: .5s;}
.aboutus-videobox .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.aboutus-videobox .swiper-slide .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.aboutus-videobox .swiper-slide.on .img p img{transform: scale(1.1);}
.aboutus-videobox .swiper-slide .title{color: #000; line-height: 1.3; margin-top: 3%; overflow: hidden;}
.aboutus-videobox .swiper-slide.on .title{color: #00a1e9;}
.aboutus-videobox .swiper-button-prev, .aboutus-videobox .swiper-button-next{top: 30%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height:25px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.aboutus-videobox .swiper-button-prev{left: 1%;}
.aboutus-videobox .swiper-button-next{right: 1%;}
.aboutus-videobox .swiper-button-prev:hover, .aboutus-videobox .swiper-button-next:hover{background: #00a1e9; color: #fff;}
.aboutus-videobox .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.aboutus-videobox .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .2); opacity: 1; outline:none; transition: .3s;}
.aboutus-videobox .swiper-pagination-bullet-active{background: #00a1e9; width: 25px; opacity: 1;}

@media only screen and (max-width:800px){
	.aboutus-video{padding: 8% 0;}
	.aboutus-videobox{margin-top: 5%; padding-bottom: 30px;}
	.aboutus-videobox .swiper-pagination-bullet{width: 6px; height: 6px; margin:0 2px !important;}
	.aboutus-videobox .swiper-pagination-bullet-active{width: 25px; opacity: 1;}
}
@media only screen and (max-width:560px){
	.aboutus-videobox .swiper-button-prev, .aboutus-videobox .swiper-button-next{min-width: 20px; min-height:20px;}
}

/*内页产品与登记*/
.products-item{padding: 5.5% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.products-item .list{width: 50%; padding: 0 2%;}
.products-item .list .title{line-height: 1.1; min-height: calc(1.1em * 2);}
.products-item .list .desc{color: #888; margin: 3% 0 10% 0;}
.products-item .list .more{width: 45%; min-width: 120px; margin: 8% auto 0; background: #00a1e9; transition: .5s;}
.products-item .list .more:hover{background: #008cca;}
.products-item .list .more a{width: 100%; color: #fff; height: 3.2vw; line-height: 3.2vw; display: inline-block;}


.products-item .layui-form{width: 45%; min-width: 170px; margin: 8% auto 0;}
.products-item .layui-input{font-size: 18px; font-size: 1.8rem; height: 3.2vw; color: #fff; background: #00a1e9; border-width: 0; border-radius: 0;}
.products-item .layui-input::-webkit-input-placeholder{color: #fff;}
.products-item .layui-form-select dl{top: 3.2vw; padding: 0 0; font-size: 14px; font-size: 1.4rem;}
/*.products-item .layui-form-select dl dd{border-bottom: 1px solid rgba(0,0,0, .05);}*/
.products-item .layui-edge{border-top-color: #fff}


.products-list{padding: 5% 0; background: #f1fbff;}
.products-list .indexproductlist{margin-top: 0;}
.products-list .indexproductlist .list{box-shadow: none;}

@media only screen and (max-width:1600px){
	.products-item .list .title{font-size: 47px; font-size: 4.7rem;}
}
@media only screen and (max-width:1440px){
	.products-item .list .title{font-size: 42px; font-size: 4.2rem;}
}
@media only screen and (max-width:1280px){
	.products-item .list .title{font-size: 37px; font-size: 3.7rem;}
}
@media only screen and (max-width:1024px){
	.products-item .list .title{font-size: 32px; font-size: 3.2rem;}
	.products-item .list .more a{height: 4vw; line-height: 4vw;}
	
	.products-item .layui-input{height: 4vw;}
	.products-item .layui-form-select dl{top: 4vw;}
}
@media only screen and (max-width:800px){
	.products-item{padding: 8% 0;}
	.products-item .list{width: 100%;}
	.products-item .list:nth-child(2){margin-top: 8%; padding: 8% 0 0; border-top: 1px solid rgba(0,0,0, .1);}
	.products-item .list .title{min-height: auto;}
	.products-item .list .more a{height: 6vw; line-height: 6vw;}
	
	.products-item .layui-input{height: 6vw;}
	.products-item .layui-form-select dl{top: 6vw;}
	
	.products-list{padding: 8% 0;}
}
@media only screen and (max-width:560px){
	.products-item .list .title{font-size: 28px; font-size: 2.8rem;}
	.products-item .list .ico{font-size: 37px; font-size: 3.7rem;}
	.products-item .list .more a{height: 36px; line-height: 36px;}
	
	.products-item .layui-form{width: 60%;}
	.products-item .layui-input{height: 36px;}
	.products-item .layui-form-select dl{top: 36px;}
	
	.products-list .indexproductlist .list{width: 100%; margin: 3% 0; padding: 15% 0 7% 0;}
}


/*内页产品与登记——可授权登记*/
.authorized{padding: 5.5% 0;}
.authorized-title .title{color: #00a1e9; line-height: 1.1;}
.authorized-title .desc{color: #888; margin: 1% 0 5% 0;}

.search{width: 25%; padding: .9vw 1vw; background: #00a1e9; margin: 0 auto;}
.search form{display: flex; align-items: center; justify-content: center;}
.search input{background: none; border: none; color: #fff;}
.search input::-webkit-input-placeholder{color: rgba(255,255,255, .6);}
.search input[type="search"]{flex: 1; width: 100%;}
.search input[type="submit"]{cursor: pointer; text-indent: -99999px; width: 20px; height: 20px; background: url(../../images/s.png) #00a1e9 no-repeat center center; background-size: 100%;}

.authorized .layui-table-view{margin-top: 3%;}
.authorized .layui-table-header th{background: #00a1e9; color: #fff; font-weight: 500; /*height: 60px;*/ font-size: 16px; font-size: 1.6rem; border-right: 1px solid rgba(255,255,255, .2);}
.authorized .layui-table-body td{/*border-right: none;*/}
.authorized .layui-table-header th:first-child, .authorized .layui-table-body td:first-child{width: 5%; min-width: 35px;}
.authorized .layui-table-header th:nth-child(2), .authorized .layui-table-body td:nth-child(2), .authorized .layui-table-body td:nth-child(2) .layui-table-cell{width: 40%;}
.authorized .layui-table-header th:nth-child(3), .authorized .layui-table-body td:nth-child(3){width: 15%;}
.authorized .layui-table-header th:nth-child(4), .authorized .layui-table-body td:nth-child(4){width: 10%;}
.authorized .layui-table-header th:nth-child(5), .authorized .layui-table-body td:nth-child(5){width: 15%;}
.authorized .layui-table-header th:nth-child(6), .authorized .layui-table-body td:nth-child(6){width: 15%;}
.authorized .layui-table-body .layui-table-cell{line-height: 1.1 !important; font-family: 'Montserrat'; font-weight: 500;}
/*.layui-table-cell{height: auto !important; }
.layui-table-body td{word-break: break-all; overflow-wrap: break-word; height: auto; padding: 8px;}*/
.authorized .layui-table-cell{padding: 5px; display: table-cell; vertical-align: middle; height: auto !important; overflow-y:visible; word-break: break-all; overflow-wrap: break-word;}
.authorized .layui-table-page{text-align: right;}
.authorized .layui-laypage .layui-laypage-curr .layui-laypage-em {background-color: #00a1e9 !important;}

@media only screen and (max-width:1600px){
	.authorized-title .title{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1440px){
	.authorized-title .title{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1280px){
	.authorized-title .title{font-size: 45px; font-size: 4.5rem;}
}
@media only screen and (max-width:1024px){
	.authorized-title .title{font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width:800px){
	.authorized{padding: calc(8% + 50px) 0 8% 0;}
	.authorized .layui-table-view{margin-top: 5%;}
	
	.search{width: 70%; padding: 10px 2.5vw;}
	.search input[type="submit"]{width: 16px; height: 16px;}
}
@media only screen and (max-width:560px){
	.authorized-title .title{font-size: 32px; font-size: 3.2rem;}
	
	.authorized .layui-table-header th:nth-child(2), .authorized .layui-table-body td:nth-child(2), .authorized .layui-table-body td:nth-child(2) .layui-table-cell{width: 30%;}
	.authorized .layui-table-header th:nth-child(3), .authorized .layui-table-body td:nth-child(3){width: 15%;}
	.authorized .layui-table-header th:nth-child(4), .authorized .layui-table-body td:nth-child(4){width: 10%;}
	.authorized .layui-table-header th:nth-child(5), .authorized .layui-table-body td:nth-child(5){width: 17%;}
	.authorized .layui-table-header th:nth-child(6), .authorized .layui-table-body td:nth-child(6){width: 18%;}
	.authorized .layui-table-cell{font-size: 16px; font-size: 1.6rem;}
}


/*内页产品与登记——各国家产品列表*/
.productslist-title{padding: 5.5% 0; background: url(../../images/newsshow-bg.jpg) no-repeat center bottom; background-size: cover;}

.productslist{padding: 4% 0 5.5% 0;}
.productslist .layui-table-view{margin-top: 3%;}
.productslist .layui-table-header th{background: #00a1e9; color: #fff; font-weight: 500; font-size: 16px; font-size: 1.6rem; border-right: 1px solid rgba(255,255,255, .2);}
.productslist .layui-table-header th:first-child, .productslist .layui-table-body td:first-child{width: 20%;}
.productslist .layui-table-header th:nth-child(2), .productslist .layui-table-body td:nth-child(2), .productslist .layui-table-body td:nth-child(2) .layui-table-cell{width: 60%;}
.productslist .layui-table-header th:nth-child(3), .productslist .layui-table-body td:nth-child(3){width: 20%;}
.productslist .layui-table-body .layui-table-cell{line-height: 1.1 !important; font-family: 'Montserrat'; font-weight: 500;}
.productslist .layui-table-cell{padding: 5px; display: table-cell; vertical-align: middle; height: auto !important; overflow-y:visible; word-break: break-all; overflow-wrap: break-word;}
.productslist .layui-table-page{text-align: right;}
.productslist .layui-laypage .layui-laypage-curr .layui-laypage-em {background-color: #00a1e9 !important;}

@media only screen and (max-width:800px){
	.productslist-title{padding: calc(7% + 50px) 0 8% 0;}
	.productslist{padding: 8% 0;}
	.productslist .layui-table-view{margin-top: 5%;}
	
	.productslist .layui-table-header th:first-child, .productslist .layui-table-body td:first-child{width: 30%;}
	.productslist .layui-table-header th:nth-child(2), .productslist .layui-table-body td:nth-child(2), .productslist .layui-table-body td:nth-child(2) .layui-table-cell{width: 50%;}
	.productslist .layui-table-header th:nth-child(3), .productslist .layui-table-body td:nth-child(3){width: 20%;}
}
@media only screen and (max-width:560px){
	.productslist .layui-table-cell{font-size: 16px; font-size: 1.6rem;}
}

/*内页产品与登记——各国家反馈留言*/
.productsmessage{padding: 4% 0 5.5% 0; max-width: 68%; margin: 0 auto;}

.productsmessagelist .layui-form-item:first-child{margin-bottom: 0 !important;}
.productsmessagelist .layui-form-item .layui-input-block{width: calc((100% - 10px) / 2) !important; margin: 0 10px 10px 0 !important;}
.productsmessagelist .layui-form-item .layui-input-block:nth-child(2n){margin-right: 0 !important;}

@media only screen and (max-width:1280px){
	.productsmessage{max-width: 94%;}
}
@media only screen and (max-width:800px){
	.productsmessage{padding: 8% 0;}
}
@media only screen and (max-width:560px){

}

/*内页可持续发展——拜特品牌*/
.development-brand{padding: 5.5% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.development-brand .l{width: 35%;}
.development-brand .r{width: 60%;}

@media only screen and (max-width:1024px){
	.development-brand .l{width: 30%;}
	.development-brand .r{width: 65%;}
}
@media only screen and (max-width:800px){
	.development-brand{padding: 8% 0;}
	.development-brand .l{width: 100%;}
	.development-brand .r{width: 100%; margin-top: 4%;}
}

/*内页可持续发展——研发团队*/
.development-team{padding: 5.5% 0; background: #f1fbff;}
.development-team .mainbody_content{margin-top: 3%;}

.development-teamadv{margin-top: 3%;}
.development-teamadv .list{border-bottom: 1px solid rgba(0,0,0, .08);}
.development-teamadv .list .box .numunit{color: #00a1e9;}
.development-teamadv .list .box .title{color: #888;}
.development-teamadv .list .ico p img{margin-top: 0;}

.development-teamimg{position: relative; height: 0; padding-bottom: 26%; margin-top: 4%; border-radius: 5px; overflow: hidden;}
.development-teamimg img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

@media only screen and (max-width:800px){
	.development-team{padding: 8% 0;}
	.development-teamimg{padding-bottom: 40%;}
}

/*内页可持续发展——科研成果*/
.development-achievements{padding: 5.5% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.development-achievements .l{width: 55%;}
.development-achievements .mainbody_content{margin: 4% 0;}

.development-achievementslist{display: flex; justify-content: space-between; flex-flow: wrap;}
.development-achievementslist .list{width: 48%; margin: 2% 0;}
.development-achievementslist .list .title{color: #000;}
.development-achievementslist .list .desc{color: #888; margin-top: 2%;}

.development-achievements .r{position: relative; width: 40%; border-radius: 5px; overflow: hidden;}
.development-achievements .r img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

@media only screen and (max-width:800px){
	.development-achievements{padding: 8% 0;}
	.development-achievements .l{width: 100%;}
	
	.development-achievementslist .list .desc{font-size: 18px; font-size: 1.8rem;}
	
	.development-achievements .r{width: 100%; height: 0; padding-bottom: 55%; margin-top: 3%;}
}
@media only screen and (max-width:560px){
	.development-achievementslist .list{width: 100%;}
}

/*内页可持续发展——推广服务*/
.development-promotion{padding: 5.5% 0; background: #f1fbff;}
.development-promotionbox{display: flex; justify-content: space-between; flex-flow: wrap;}
.development-promotionbox .l{width: 40%;}
.development-promotionbox .r{width: 55%;}

.development-promotionimg{position: relative; margin-top: 3%; padding-bottom: 40px; overflow: hidden;}
.development-promotionimg .swiper-wrapper{width: 100%;}
.development-promotionimg .swiper-slide{position: relative;  border-radius: 5px; cursor: pointer; overflow: hidden;}
.development-promotionimg .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 68%; overflow: hidden; transition: .5s;}
.development-promotionimg .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.development-promotionimg .swiper-slide.on .img img{transform: scale(1.1);}
.development-promotionimg .swiper-slide .title{position: absolute; left: 0; bottom: 0; width: 100%; padding: 10% 3% 3% 3%; background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, .7)); color: #fff; line-height: 1.3; margin-top: 3%; overflow: hidden;}
.development-promotionimg .swiper-slide.on .title{background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,161,233, 1));}
.development-promotionimg .swiper-button-prev, .development-promotionimg .swiper-button-next{top: 38%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height:25px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.development-promotionimg .swiper-button-prev{left: 1%;}
.development-promotionimg .swiper-button-next{right: 1%;}
.development-promotionimg .swiper-button-prev:hover, .development-promotionimg .swiper-button-next:hover{background: #00a1e9; color: #fff;}
.development-promotionimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.development-promotionimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .2); opacity: 1; outline:none; transition: .3s;}
.development-promotionimg .swiper-pagination-bullet-active{background: #00a1e9; width: 25px; opacity: 1;}

@media only screen and (max-width:800px){
	.development-promotion{padding: 8% 0;}
	.development-promotionbox .l{width: 100%;}
	.development-promotionbox .r{width: 100%; margin-top: 4%;}
	
	.development-promotionimg{margin-top: 5%; padding-bottom: 30px;}
	.development-promotionimg .swiper-pagination-bullet{width: 6px; height: 6px; margin:0 2px !important;}
	.development-promotionimg .swiper-pagination-bullet-active{width: 25px; opacity: 1;}
}
@media only screen and (max-width:560px){
	.development-promotionimg .swiper-button-prev, .development-promotionimg .swiper-button-next{min-width: 20px; min-height:20px;}
}

/*内页全球布局——全球业务*/
.global-business{padding: 5.5% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.global-business .l{max-width: 25%;}

.global-business .layui-form{width: 100%; margin: 20% auto 0;}

.global-business .r{flex: 1; margin-left: 10%;}
.global-business .r img{width: 100%;}

@media only screen and (max-width:800px){
	.global-business{padding: 8% 0;}
	.global-business .l{width: 100%; max-width: 100%;}
	
	.global-business .layui-form{margin: 6% auto 0;}
	
	.global-business .r{flex: none; width: 100%; margin: 4% 0 0 0;}
}

/*内页全球布局——海外公司*/
.global-companies{padding: 0 0 5.5% 0;}

.global-companiesbox{position: relative; margin-top: 3%; padding-bottom: 40px; overflow: hidden;}
.global-companiesbox .swiper-wrapper{width: 100%;}
.global-companiesbox .swiper-slide{position: relative; padding: 2.5%; border-radius: 5px; background: #f1fbff; overflow: hidden; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.global-companiesbox .swiper-slide .img{width: 55%;}
.global-companiesbox .swiper-slide .img p{position: relative; width: 100%; height: 0; padding-bottom: 68%; overflow: hidden;}
.global-companiesbox .swiper-slide .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.global-companiesbox .swiper-slide.on .img p img{transform: scale(1.1);}
.global-companiesbox .swiper-slide .box{width: 40%;}
.global-companiesbox .swiper-slide .box .title{color: #000; line-height: 1.3; margin-top: 3%; overflow: hidden;}
.global-companiesbox .swiper-slide.on .box .title{color: #00a1e9;}
.global-companiesbox .swiper-slide .box .content{margin: 4% 0; color: #888; line-height: 1.3; min-height: calc(1.3em * 6); max-height: calc(1.3em * 6); overflow-y: auto;}
.global-companiesbox .swiper-slide .box .more{line-height: 1.1;}
.global-companiesbox .swiper-slide .box .more a{color: #00a1e9;}
.global-companiesbox .swiper-button-prev, .global-companiesbox .swiper-button-next{top: 38%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height:25px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.global-companiesbox .swiper-button-prev{left: 1%;}
.global-companiesbox .swiper-button-next{right: 1%;}
.global-companiesbox .swiper-button-prev:hover, .global-companiesbox .swiper-button-next:hover{background: #00a1e9; color: #fff;}
.global-companiesbox .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.global-companiesbox .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .2); opacity: 1; outline:none; transition: .3s;}
.global-companiesbox .swiper-pagination-bullet-active{background: #00a1e9; width: 25px; opacity: 1;}

@media only screen and (max-width:800px){
	.global-companiesbox{margin-top: 5%; padding-bottom: 30px;}
	.global-companiesbox .swiper-slide .img{width: 100%;}
	.global-companiesbox .swiper-slide .box{width: 100%; padding-top: 3%;}
	.global-companiesbox .swiper-button-prev, .global-companiesbox .swiper-button-next{top: 24%;}
	.global-companiesbox .swiper-pagination-bullet{width: 6px; height: 6px; margin:0 2px !important;}
	.global-companiesbox .swiper-pagination-bullet-active{width: 25px; opacity: 1;}
}
@media only screen and (max-width:560px){
	.global-companiesbox .swiper-slide .box .content{min-height: calc(1.3em * 7); max-height: calc(1.3em * 7);}
	.global-companiesbox .swiper-button-prev, .global-companiesbox .swiper-button-next{min-width: 20px; min-height:20px;}
}

/*内页全球布局——全球生产基地*/
.global-base{padding: 5.5% 0; background: #f1fbff;}
.global-basebox{display: flex; justify-content: space-between; flex-flow: wrap;}
.global-basebox .l{}

.global-basebox .r{width: 75%;}

.global-baselist{position: relative; padding-bottom: 40px; overflow: hidden;}
.global-baselist .swiper-wrapper{width: 100%;}
.global-baselist .swiper-slide{position: relative; background: #fff; overflow: hidden; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.global-baselist .swiper-slide .img{width: 100%;}
.global-baselist .swiper-slide .img p{position: relative; width: 100%; height: 0; padding-bottom: 63%; overflow: hidden;}
.global-baselist .swiper-slide .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.global-baselist .swiper-slide.on .img p img{transform: scale(1.1);}
.global-baselist .swiper-slide .box{width: 100%; padding: 6% 6%;}
.global-baselist .swiper-slide .box .title{color: #00a1e9; line-height: 1.2; overflow: hidden;}
.global-baselist .swiper-slide .box .address{margin: 3% 0 1% 0;}
.global-baselist .swiper-slide .box .address, .global-baselist .swiper-slide .box .email{color: #666;}
.global-baselist .swiper-button-prev, .global-baselist .swiper-button-next{top: 25%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height:25px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.global-baselist .swiper-button-prev{left: 1%;}
.global-baselist .swiper-button-next{right: 1%;}
.global-baselist .swiper-button-prev:hover, .global-baselist .swiper-button-next:hover{background: #00a1e9; color: #fff;}
.global-baselist .swiper-pagination{bottom: 0; text-align: left; z-index: 99;}
.global-baselist .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .2); opacity: 1; outline:none; transition: .3s;}
.global-baselist .swiper-pagination-bullet-active{background: #00a1e9; width: 25px; opacity: 1;}

@media only screen and (max-width:800px){
	.global-base{padding: 8% 0;}
	.global-basebox .l{width: 100%;}
	.global-basebox .r{width: 100%;}
	
	.global-baselist{margin-top: 4%; padding-bottom: 30px;}
	.global-baselist .swiper-slide .box{font-size: 16px; font-size: 1.6rem;}
	.global-baselist .swiper-button-prev, .global-baselist .swiper-button-next{top: 24%;}
	.global-baselist .swiper-pagination{text-align: center;}
	.global-baselist .swiper-pagination-bullet{width: 6px; height: 6px; margin:0 2px !important;}
	.global-baselist .swiper-pagination-bullet-active{width: 25px; opacity: 1;}
}
@media only screen and (max-width:560px){
	.global-baselist .swiper-slide .box .title{font-size: 20px; font-size: 2rem;}
	.global-baselist .swiper-button-prev, .global-baselist .swiper-button-next{min-width: 20px; min-height:20px;}
}

/*内页新闻中心——新闻列表*/
.newslist{margin-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.newslist::after{content: ""; width: calc((100% - 6%) / 3);}
.newslist .list{position: relative; width: calc((100% - 6%) / 3); margin: 1.5% 0; background: #f1fbff; overflow: hidden;}
.newslist .list .cat{position: absolute; left: 10px; top: 10px; z-index: 2; color: #fff; background: rgba(0,161,233, .8); padding: 5px; text-align: center; border-radius: 3px; line-height: 1.1;}

@media only screen and (max-width:800px){
	.newslist::after{width: calc((100% - 4%) / 2);}
	.newslist .list{width: calc((100% - 4%) / 2); margin: 2% 0;}
	.newslist .list .cat{font-size: 14px; font-size: 1.4rem;}
}
@media only screen and (max-width:560px){
	.newslist::after{width: 100%;}
	.newslist .list{width: 100%; margin: 2% 0;}
	.newslist .list .box .title{font-size: 24px; font-size: 2.4rem; min-height: auto;}
	.newslist .list .box .desc{font-size: 18px; font-size: 1.8rem; min-height: auto;}
	.newslist .list .box .timemore .time{font-size: 20px; font-size: 2rem;}
}

/*内页新闻中心——新闻详情*/
.newsshow-top{padding: 6% 0; background: url(../../images/newsshow-bg.jpg) no-repeat center bottom; background-size: cover;}

.newsshow-info{color: #888; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.newsshow-info p{margin-right: 15px;}
.newsshow-info p:last-child{margin-right: 0;}
.newsshow-info font{font-family: 'Montserrat'; font-weight: 500;}
.newsshow-info a{font-weight: 500; color: #00a1e9;}
.newsshow-title{color: #000; line-height: 1.4; margin-top: 1.5%;}

.newsshowbody{margin: 3% auto; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.newsshowbody .l{width: 60%;}
.newsshowbody .r{width: 30%; padding: 3% 3%; background: #f1fbff;}

.newsshow-rectitle{color: #00a1e9; padding-bottom: 3%;}
.newsshow-reclist{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.newsshow-reclist .list{position: relative; width: 100%; padding: 6% 0; border-bottom: 1px solid rgba(0,161,233, .15);}
.newsshow-reclist .list:first-child{border-top: 1px solid rgba(0,161,233, .15);}
.newsshow-reclist .list .time{color: #fff; background: #00a1e9; border-radius: 2px; display: inline-block; padding: 0 5px;}
.newsshow-reclist .list .title{margin-top: 2%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.newsshow-reclist .list:hover .title{color: #00a1e9;}

@media only screen and (max-width:1600px){
	.newsshow-title{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1440px){
	.newsshow-title{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1280px){
	.newsshow-title{font-size: 3.4px; font-size: 3.4rem;}
}
@media only screen and (max-width:1024px){
	.newsshow-title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:800px){
	.newsshow-top{padding: calc(6% + 50px) 0 6% 0;}

	.newsshowbody{margin: 4% auto;}
	.newsshowbody .l{width: 100%;}
	.newsshowbody .r{width: 100%; padding: 6%; margin-top: 6%;}
	
	.newsshow-reclist .list{padding: 3% 0;}
	.newsshow-reclist .list .time{font-size: 16px; font-size: 1.6rem;}
	.newsshow-reclist .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:560px){
	.newsshow-title{margin-top: 2%; line-height: 1.5; font-size: 26px; font-size: 2.6rem;}
}

/*内页人力资源——人才队伍*/
.hr-team{padding: 5.5% 0;}
.hr-teambox{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.hr-teambox .list{flex: 1; margin-right: 10px; position: relative; height: 24vw; border-radius: 5px; overflow: hidden; transition: .5s;}
.hr-teambox .list.on{flex: 1.9;}
.hr-teambox .list:last-child{margin-right: 0;}
.hr-teambox .list .img{position: relative; width: 100%; height: 100%; overflow: hidden;}
.hr-teambox .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.hr-teambox .list .box{position: absolute; z-index: 1; left: 0; bottom: 0; padding: 5% 5%; width: 100%; background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, .7)); display: flex; align-items: center; justify-content: center;}
.hr-teambox .list.on .box{height: 100%; background: rgba(0,161,233, .7);}
.hr-teambox .list .box .title{color: #fff; text-align: center; line-height: 1.1; transition: .5s;}
.hr-teambox .list.on .box .title{text-align: left; font-size: 22px; font-size: 2.2rem;}
.hr-teambox .list .box .content{color: rgba(255,255,255, .7); line-height: 1.2; opacity: 0; height: 0; transition: .5s;}
.hr-teambox .list.on .box .content{opacity: 1; height: auto; margin-top: 4%;}
.hr-teambox .list.on .box .content p{margin: 5px 0;}

@media only screen and (max-width:1280px){
	.hr-teambox .list{height: 30vw;}
	.hr-teambox .list.on .box .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1024px){
	.hr-teambox .list{height: 34vw;}
	.hr-teambox .list .box{padding: 4% 4%;}
}
@media only screen and (max-width:800px){
	.hr-team{padding: 8% 0;}
	.hr-teambox{margin-top: 5%;}
	.hr-teambox .list{flex: none; width: 100%; margin-right: 0; margin: 2% 0; height: 45vw;}
	.hr-teambox .list.on{flex: none;}
	.hr-teambox .list .box{padding: 3% 5%;}
	.hr-teambox .list .box .title{font-size: 20px; font-size: 2rem;}
	.hr-teambox .list.on .box .title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:560px){
	.hr-teambox .list{height: 65vw;}
	.hr-teambox .list.on .box .title{font-size: 22px; font-size: 2.2rem;}
	.hr-teambox .list .box .content{font-size: 18px; font-size: 1.8rem; line-height: 1.1;}
}

/*内页人力资源——加入我们*/
.hr-join{padding: 5.5% 0; background: #f1fbff;}
.hr-jointitle{margin-top: 3%; background: #00a1e9; color: #fff; padding: 1.6% 3%; display: flex; justify-content: space-between;}
.hr-jointitle .mc{flex: 1;}
.hr-jointitle .rs{width: 15%;}
.hr-jointitle .xl{width: 22%;}
.hr-jointitle .xz{width: 18%;}
.hr-jointitle .dd{width: 20%;}

.job .list{border-bottom: 1px solid rgba(0,0,0,.07);}
.job .list .listbox{margin-top: 0; background: #fff; color: #222; cursor: pointer; display: flex; align-items: center; justify-content: space-between;}
.job .list .box{display: none; background: #f9f9f9; padding: 2% 3%; border-top: 1px solid rgba(0,0,0, .07);}
.job .list .desc{color: #444; line-height: 1.8;}
.job .list .contact{margin-top: 2%; padding-top: 2%; border-top: 1px solid rgba(0,0,0, .07);}
.job .list .contact p:nth-child(2){background: #00a1e9; color: #fff; padding: 8px 20px; margin-top: 5px; display: inline-block;}

@media only screen and (max-width:800px){
	.hr-join{padding: 8% 0;}
	.hr-jointitle{margin-top: 5%;}
}
@media only screen and (max-width:560px){
	.hr-jointitle{padding: 2.5% 2%;}
	.hr-jointitle .xl{display: none;}
	.hr-jointitle .rs{width: 17%;}
	.job .list .desc{font-size: 18px; font-size: 1.8rem;}
	.job .list .contact p{font-size: 18px; font-size: 1.8rem;}
}

/*内页人力资源——人才理念*/
.hr-concept{padding: 5.5% 0;}
.hr-conceptbox{margin-top: 3%;}
.hr-conceptbox .list{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.hr-conceptbox .list:nth-child(2n){flex-direction: row-reverse;}
.hr-conceptbox .list .img{position: relative; width: 57%; overflow: hidden;}
.hr-conceptbox .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.hr-conceptbox .list .box{width: 43%; padding: 4% 4%; color: #fff; background: #00a1e9;}
.hr-conceptbox .list .box .desc{line-height: 1.1;}
.hr-conceptbox .list .box .content{margin-top: 5%; color: rgba(255,255,255, .6); line-height: 1.4;}

@media only screen and (max-width:1440px){
	.hr-conceptbox .list .box .desc{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1024px){
	.hr-conceptbox .list .box .desc{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:800px){
	.hr-concept{padding: 8% 0;}
	.hr-conceptbox .list{margin-top: 5%;}
	.hr-conceptbox .list:nth-child(2n){flex-direction: column;}
	.hr-conceptbox .list .img{width: 100%; height: 0; padding-bottom: 40%;}
	.hr-conceptbox .list .box{width: 100%; padding: 7% 5%;}
	.hr-conceptbox .list .box .desc{font-size: 24px; font-size: 2.4rem;}
}

/**内页联系我们——客户留言**/
.contact-message{padding: 5.5% 0;}

/*.messagelist{margin-top: 3%; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.messagelist .list{position: relative; width: calc((100% - 30px) / 4); margin: 0 10px 10px 0;}
.messagelist .list:nth-child(4){margin-right: 0;}
.messagelist .list span{position: absolute; right: 1vw; top: 50%; transform: translate(0, -50%);}
.messagelist .list img{position: absolute; right: 1vw; top: 50%; transform: translate(0, -50%);}
.messagelist .listt{width: 100%; margin-right: 0;}
.messagelist .listtt{margin-right: 0;}
.messagelist font{font-size: 12px; font-size: 1.2rem;}
.messagelist input::-webkit-input-placeholder, .messagelist textarea::-webkit-input-placeholder{color: #222;}
.messagelist select, .messagelist textarea, .messagelist input{width: 100%; padding: .8vw 1vw; background: #f4f9fb; border: none; font-family: 'Noto Sans SC';}
.messagelist select:focus, .messagelist textarea:focus, .messagelist input:focus{outline: none; background: #e5f3f9;}
.msg_textarea{height: 8vw; min-height: 100px; line-height: 1.4; resize: none;}
.msg_submitt{width: 100%; padding: .8vw 1vw; background: #00a1e9; color: #fff; text-transform: uppercase; border: none; cursor: pointer;}*/	

.messagelist{margin-top: 3%;}
.messagelist .layui-form-item{margin-bottom: 10px; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.messagelist .layui-form-item:nth-child(3){margin-bottom: 0;}
.messagelist .layui-form-item .layui-input-block{position: relative; width: calc((100% - 30px) / 4); margin: 0 10px 0 0;}
.messagelist .layui-form-item .layui-input-block:nth-child(4){margin-right: 0;}
.messagelist .layui-textarea{min-height: 120px;}
.messagelist .layui-input, .messagelist .layui-textarea{background: #f4f9fb; border: none;}
.messagelist .layui-input, .messagelist .layui-select, .messagelist .layui-textarea, .messagelist .layui-btn{height: 50px;}

@media only screen and (max-width:1280px){
	.messagelist .layui-input, .messagelist .layui-select, .messagelist .layui-textarea, .messagelist .layui-btn{height: 40px;}
}	
@media only screen and (max-width:800px){
	.contact-message{padding: 8% 0;}
	
	.messagelist{margin-top: 5%;}
/*	.messagelist .list{width: 100%; margin: 0 0 8px 0;}
	.messagelist .list span{right: 15px;}
	.messagelist .list img{right: 15px;}
	.messagelist select, .messagelist textarea, .messagelist input{padding: 2.2vw 15px;}
	.msg_submitt{padding: 2.2vw 15px;}*/
}
@media only screen and (max-width:560px){
/*	.messagelist .list{margin: 0 0 5px 0;}*/
	.messagelist .layui-form-item{margin-bottom: 5px;}
	.messagelist .layui-form-item .layui-input-block{width: 100%; margin: 0 0 5px 0;}
	.messagelist .layui-form-item .layui-input-block:nth-child(4){margin-bottom: 0;}
	.messagelist .layui-input, .messagelist .layui-select, .messagelist .layui-textarea, .messagelist .layui-btn{height: 38px;}
}


/**内页联系我们——董事长邮箱**/
.contact-mail{padding: 5.5% 0; background: url(../../images/contact-mail-bg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.contact-mail .container{display: flex; justify-content: space-between; flex-flow: wrap;}
.contact-mail .container .l{width: 57.5%;}
.contact-mail .container .r{width: 37.5%; padding: 3% 3%; background: #fff; border-radius: .8vw;}
.contact-mail .container .messagelist{margin-top: 0;}

.maillist .layui-form-item .layui-input-block{width: 100%; margin: 0 0 10px 0;}
.maillist .layui-form-item .layui-input-block:last-child{margin-bottom: 0;}

@media only screen and (max-width:800px){
	.contact-mail{padding: 8% 0;}
	.contact-mail .container .l{width: 100%;}
	.contact-mail .container .r{width: 100%; margin-top: 5%; padding: 6% 6%;}
}
@media only screen and (max-width:560px){
	.maillist .layui-form-item{margin-bottom: 5px;}
	.maillist .layui-form-item .layui-input-block{margin: 0 0 5px 0;}
}

/**内页联系我们——联系方式**/
.contact-contact{padding: 5.5% 0;}
.contact-contactbox{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}

.contact-contactmap{width: 57%;}
.contact-contactmap .box{position: relative; width: 100%; height: 100%; border: 1px solid rgba(0,0,0,.1); overflow: hidden;}
.contact-contactmap .box #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.contact-contactmap iframe, #map{width: 100%; height: 100%;}

.contact-contactcontact{width: 43%; padding: 7% 6%; background: #00a1e9; color: #fff;}
.contact-contactcontact .title{line-height: 1.1;}
.contact-contactcontact .content{color: #fff; margin-top: 8%;}
.contact-contactcontact .content p{margin:.2vw 0;}

@media only screen and (max-width:1440px){
	.contact-contactcontact .title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1280px){
	.contact-contactcontact .title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1024px){
	.contact-contactcontact .title{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:800px){
	.contact-contact{padding: 8% 0;}
	.contact-contactbox{margin-top: 5%;}
	
	.contact-contactmap{width: 100%;}
	.contact-contactmap .box{height: 0; padding-bottom: 60%;}
	
	.contact-contactcontact{width: 100%; padding: 8% 8%;}
}
@media only screen and (max-width:560px){
	.contact-contactmap .box{padding-bottom: 80%;}
	.contact-contactcontact .title{font-size: 24px; font-size: 2.4rem;}
}


/*详细页上一页下一页*/
.preNext{border-top: 1px solid rgba(0,0,0, .1); margin-top: 5%; padding-top: 2%;}
.preNext .list{padding: .5% 0; display: flex; align-items: flex-start; justify-content: flex-start;}
.preNext .list p:first-child{color: #888;}
.preNext .list p:nth-child(2){flex: 1; width: 100%; font-weight: 500; margin-left: 10px;}
.preNext .list p a:hover{color: #00a1e9;}

@media only screen and (max-width:800px){
	.preNext{margin-top: 7%; padding-top: 5%;}
}
@media only screen and (max-width:560px){
	.preNext{font-size: 16px; font-size: 1.6rem;}
}

/*分页样式*/
.page_info{text-align:center; color:#666; font-size: 16px; font-size: 1.6rem; margin: 1% 0 3% 0;}
.page_info span{padding:0 2px;font-weight:bold; color: #00a1e9;}
.page_list{margin: 1% 0 3% 0; font-size:16px; font-size: 1.6rem; font-family: 'Montserrat'; font-weight: 600; display: flex; justify-content: center;}
.page_list a{background: #f1fbff; color: #444; margin: 0 3px; width: 2.8vw; min-width: 26px; height: 2.8vw; min-height: 26px; border-radius: 100px; display: flex; align-items: center; justify-content: center; transition: .5s;}
.page_list a:hover,.page_list a.on{color:#fff; background:#00a1e9;}

@media only screen and (max-width:1366px){
	.page_list a{width: 3.6vw; height: 3.6vw;}
}
@media only screen and (max-width:800px){
	.page_list a{margin: 0 2px; width: 4.6vw; height: 4.6vw;}
}
@media only screen and (max-width:560px){
	.page_info{margin: 4% 0 5% 0;}
	.page_list{margin: 4% 0 5% 0;}
	.page_list a{width: 7vw; height: 7vw;}
}
