@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; height: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#eef6ff;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background: #1f7dec; 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: 'Noto Sans', sans-serif; font-weight: 400; font-size: 12px; font-size: 1.2rem; margin: 0 auto; text-align: right; color: #222; PADDING-TOP: 0px; overflow-x: hidden; background: #fff;}
a{color:#222; text-decoration:none;}
a:hover{color: #1f7dec;}

.linkA{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

img{vertical-align:middle; border:0;}

.NS400{font-family: 'Noto Sans'; font-weight: 400;}
.NS400i{font-family: 'Noto Sans'; font-weight: 400; font-style: italic;}
.NS700{font-family: 'Noto Sans'; font-weight: 700;}
.NS700i{font-family: 'Noto Sans'; font-weight: 700; font-style: italic;}

.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{overflow-x: auto; /* 启用横向滚动 */  -webkit-overflow-scrolling: touch; /* 移动端流畅滚动 */  width: 100%;}
.product_tb table {width: 100%; border-collapse: collapse; /* 合并边框 */ margin: 0 auto; white-space: nowrap; /* 防止内容换行 */}
.product_tb th, .product_tb td {padding: 12px 15px; border: 1px solid #ddd;}
.product_tb th {background-color: #f5f5f5; font-weight: bold;}
.product_tb tr:nth-child(even) {background-color: #f9f9f9; /* 隔行变色 */}
@media only screen and (max-width:800px){
	.product_tb th, .product_tb td {padding: 6px 6px;}
}

/*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: #116bd4;}
.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%; border-bottom: 1px solid rgba(255,255,255, .1); display: flex; align-items: center; justify-content: space-between; transition: .5s; direction: rtl;}
.header.fixed, .header:hover{padding: 0 2.5%; background: #fff; border-bottom: none; 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: 8%; min-width: 90px;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom: 39.9%; overflow: hidden; display: block; background: url(logo.png)  no-repeat left center; background-size: 100%; transition: .5s;}
.header.fixed .logo a, .header:hover .logo a{background: url(logo1.png)  no-repeat left center; background-size: 100%;}

.headerbox{flex: 1; width: 100%; margin-right: 8%; display: flex; align-items: center; justify-content: flex-end;}

.nav{flex: 1; width: 100%; margin-left: 2%;}
.nav .nav_pc{display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative;}
.nav ul li .f_a{padding: 0 5px;}
.nav ul li .f_a a{position: relative; color: #fff; padding: 2vw 0; line-height: 1; transition: .5s; display: inline-block;}
.header.fixed .nav ul li .f_a a, .header:hover .nav ul li .f_a a{padding: 1.6vw 0;}
.nav ul li .f_a a::before{content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 3px; background: #fff; transition: .5s;}
.header.fixed .nav ul li .f_a a::before, .header:hover .nav ul li .f_a a::before{background: #1f7dec;}
.nav ul li.hovert .f_a a::before, .header:hover .nav ul li:hover .f_a a::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: #1f7dec;}
.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 8px 43px rgba(0,0,0, .1); z-index: 9;}
.nav ul li:last-child .s_navbox{left: auto; left: -10%; transform:translate(0, 0);}
.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-left: 5%; margin-left: 5%; border-left: 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: 8px 0; width: 100%; border-bottom: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a::before{content: ""; position: absolute; right: 0; bottom: -1px; width: 0; height: 1px; background: #1f7dec; 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_img{width: 45%; 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 .lag{color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: flex-start; position: relative;}
.header.fixed .lag, .header:hover .lag{color: #222;}
.header.fixed .lag .ico i, .header:hover .lag .ico i{color: #1f7dec;}
.header.fixed .lag .icot, .header:hover .lag .icot{color: #888}
.header .lag .title{margin: 0 5px;}
.header .lagbox{position: relative; *zoom: 2; line-height: 2; max-height: 80px;}
.header #lagbox{transition: max-height, 0.5s; position: absolute; top: 20px; z-index: 9; left: -15px; max-height: 0; width: 90px; border-radius: 5px; overflow: hidden;}
.header #lagbox.open{max-height: 80px; padding: 6px 0; background: #ececec;}

.header .phone{color: #fff; margin: 0 1vw; display: flex; align-items: center; justify-content: flex-end;}
.header .phone i{margin-left: 5px; direction: rtl;}
.header .phone p{direction: rtl; text-align: right}
.header.fixed .phone, .header:hover .phone{color: #000;}
.header.fixed .phone i, .header:hover .phone i{color: #1f7dec;}

.search{*zoom: 1; position: relative;}
.search:after{content: ""; display: table; clear: both;}
.search-button{color: #fff; border-radius: 100%; background: #1f7dec; position: relative; width: 34px; height: 34px; cursor: pointer; overflow: hidden; transition: .5s; display: flex; align-items: center; justify-content: center;}
#search{transition: max-height, 0.5s; position: absolute; top: 40px; z-index: 9; left: 0; width:200px; max-height: 0; overflow: hidden; background-color: #ececec;}
#search.open{max-height: 36px; width:200px;}
#search fieldset{position: relative; padding: 0; border: none;}
#search input{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; display: block; height: 36px;}
#search input::-webkit-input-placeholder{color: #888;}
#search input[type="search"]{width:150px;padding: 0 5px 0 12px; background:none; border: none;}
#search input[type="submit"]{position: absolute; bottom: 0; left: 0; width: 50px; margin: 0; padding: 0; color: #fff; background: #1f7dec; border: none; cursor: pointer;}

@media only screen and (max-width:1600px){
	.search-button{width: 32px; height: 32px;}
}
@media only screen and (max-width:1440px){
	.headerbox{margin-left: 3%;}
		
	.nav ul li .s_navbox .s_a a{padding: 7px 0;}
	
	.search-button{width: 30px; height: 30px;}
}
@media screen and (max-width: 1280px){
	.headerbox{margin-left: 1%;}
	
	.nav{margin-right: 1%;}
}
@media screen and (max-width: 1024px){
	.headerbox{margin-left: 1%;}
	.nav ul li .f_a a{padding: 2.5vw 0;}
	.header.fixed .nav ul li .f_a a, .header:hover .nav ul li .f_a a{padding: 2vw 0;}
	.nav ul li .s_navbox .s_a a{padding: 6px 0;}
	
	.search-button{width: 28px; height: 28px;}
}

.m_nav{display:none}
.m_img{display: none}

/*移动端导航*/
@media screen and (max-width: 800px) 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:40px; display: block;}
	.m_img .headrg{display: flex; align-items: center; justify-content: flex-end;}
	.m_img .headrg .lag{margin-left: 6px; background: #1f7dec; border-radius: 3px; padding: 0 6px; display: flex; align-items: center; justify-content: center;}
	.m_img .headrg .lag a{color: #fff;}
	.m_img .headrg .a_js{margin-left: 20px;}
	.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; direction: ltr;}
.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%; z-index: 12; color: #fff;  direction: rtl;}
.banner .swiper-slide .banner-text .btitle{margin: .5% 0; line-height: 1.1;}
.banner .swiper-slide .banner-text .btitle1{line-height: 1.2;}
.banner .swiper-slide .banner-text .x{margin: 2.6% 0; width: 3vw; height: 4px; background: #fff;}
.banner .swiper-slide .indexmore{margin-top: 6%;}

.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, .15);}

.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(0,0,0,.5); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background: #1f7dec;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: #1f7dec;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: #1f7dec; color: #fff;}

@media only screen and (max-width:1440px){
	.banner .swiper-slide .banner-text .btitle{font-size: 44px; font-size: 4.4rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1280px){
	.banner .swiper-slide .banner-text .btitle{font-size: 40px; font-size: 4rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:900px){
	.banner .swiper-slide .banner-text .btitle{font-size: 36px; font-size: 3.6rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 18px; font-size: 1.8rem;}
	.banner .swiper-slide .banner-text .bmore img{width: 130px;}
}
@media only screen and (max-width:800px){
	.banner{margin-top: 50px; height: 0; padding-bottom: 52.1%; overflow: hidden;}
	.banner .swiper-slide .banner-text{transform: translate(0, -55%);}
	.banner .swiper-slide .banner-text .btitle{font-size: 32px; font-size: 3.2rem; line-height: 1.3;}
	.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: 20px; font-size: 2rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 15px; font-size: 1.5rem;}
	.banner .swiper-container .swiper-pagination{bottom:3px;}
}

/**aboutbanner**/
.aboutbanner{position: relative; width: 100%; height: 0; padding-bottom: 35%; overflow: hidden;}
.aboutbanner-desc{position: absolute; left: 50%; top:50%; transform: translate(-50%, -25%); z-index: 3; color: #fff; direction: rtl;}
.aboutbanner-desc p{text-shadow:-1px -1px 0 rgba(0,0,0, .1), 1px -1px 0 rgba(0,0,0, .07), -1px 1px 0 rgba(0,0,0, .07), 1px 1px 0 rgba(0,0,0, .07);}
.aboutbanner-desc p:nth-child(2){margin-top: 1%; color: rgba(255,255,255, 1);}
.aboutbanner .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

@media only screen and (max-width:1600px){
	.aboutbanner-desc p:first-child{font-size: 45px; font-size: 4.5rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1366px){
	.aboutbanner-desc p:first-child{font-size: 40px; font-size: 4rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.aboutbanner-desc p:first-child{font-size: 34px; font-size: 3.4rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 17px; font-size: 1.7rem;}
}
@media only screen and (max-width:800px){
	.aboutbanner{margin-top: 50px; padding-bottom: 40%;}
	.aboutbanner-desc{transform: translate(-50%, -55%);}
}
@media only screen and (max-width:560px){
	.aboutbanner-desc p:first-child{font-size: 30px; font-size: 3rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
}

/**首页栏目标题**/
.indextitle{}
.indextitle .t{color: #1f7dec; line-height: 1;}
.indextitle .d{color: #000; line-height: 1.2; margin-top: 10px;}

@media only screen and (max-width:1600px){
	.indextitle .d{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1440px){
	.indextitle .d{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1280px){
	.indextitle .d{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.indextitle .d{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:560px){
	.indextitle .d{font-size: 24px; font-size: 2.4rem;}
}

/**更多**/
.indexmore{position: relative; top: 0; transition: .5s; display: inline-block;}
.indexmore:hover{top: -10px;}
.indexmore a{position: relative; color: #fff; margin: 0 auto; padding: 8px 1.5vw 8px 8px; border-radius: 100px; background: #1f7dec; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); overflow: hidden; transition: .5s; display: flex; align-items: center; justify-content: flex-start;}
.indexmore a:hover{box-shadow: 0 6px 24px rgba(31,125,236, .5);}
.indexmore a::before{position: absolute; content: ""; right: 0; bottom: 0; width: 0; height: 100%; background: #0765d3; transition: .5s;}
.indexmore a:hover::before{width: 100%;}
.indexmore a p{position: relative;}
.indexmore a p:first-child{margin-left: 2vw;}
.indexmore a p:nth-child(2){position: relative; width: 39px; height: 39px; background: #fff; color: #1f7dec; border-radius: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center;}

.moret a{display: inline-block;}
.moret p{position: relative; width: 39px; height: 39px; background: #fff; border-radius: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.moret p:hover{background: #1f7dec;}
.moret p i{color: #1f7dec;}
.moret p:hover i{color: #fff;}

@media only screen and (max-width:1600px){
	.indexmore a p:nth-child(2){width: 35px; height: 35px;}
	
	.moret p{width: 35px; height: 35px;}
}
@media only screen and (max-width:1440px){
	.indexmore a{padding: 6px 6px 6px 1.5vw;}
}
@media only screen and (max-width:1280px){
	.indexmore a p:nth-child(2){width: 32px; height: 32px;}
	
	.moret p{width: 32px; height: 32px;}
}
@media only screen and (max-width:1024px){
	.indexmore a{padding: 5px 5px 5px 2vw;}
	.indexmore a p:first-child{margin-right: 2.5vw;}
}
@media only screen and (max-width:560px){
	.indexmore a{padding: 4px 4px 4px 18px;}
	.indexmore a p:first-child{margin-right: 18px;}
	.indexmore a p:nth-child(2){width: 26px; height: 26px;}
	
	.moret p{width: 26px; height: 26px;}
}

/**首页关于科越**/
.indexabout{padding: 6% 0; display: flex; justify-content: space-between; flex-flow: wrap; direction: rtl;}
.indexabout .l{width: 47.5%;}
.indexabout .l .sincelabel{position: relative; width: 100%; height: 0; padding-bottom: 48.4%; margin-top: 15%; background: url(../../images/indexabout-sincelabel-bg.jpg) no-repeat center center; background-size: cover;}
.indexabout .l .sincelabel .since{position: absolute; left: 0; top: 28%; color: #1f7dec; line-height: 1.2; text-transform: uppercase;}
.indexabout .l .sincelabel .label{position: absolute; top: 25%; right: 15%; width: 90px; height: 90px;}
.indexabout .l .sincelabel .label .logo{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; width: 100%; height: 100%; background: rgba(31,125,236, .5); border-radius: 100%; display: flex; align-items: center; justify-content: center;}
.indexabout .l .sincelabel .logo img{width: 35%;}
.line{position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: translate(-50%, -50%); background: #1f7dec; border-radius: 50%; z-index: 0}
.pulsef {animation: mymove 1s infinite; animation-delay: .1s; opacity: 0;}
.pulseff {animation: mymove2 2s infinite; animation-delay: .3s; opacity: 0;}
.pulsefff {animation: mymove3 3s infinite; animation-delay: .5s; opacity: 0;}
@keyframes mymove {0% {transform: scale(1); opacity: 0;} 50% {opacity: .3;} to {transform: scale(1.6); opacity: 0;}}
@keyframes mymove2 {0% {transform: scale(1); opacity: 0} 50% {opacity: .2} to {transform: scale(2.2); opacity: 0}}
@keyframes mymove3 {0% {transform: scale(1); opacity: 0} 50% {opacity: .1} to {transform: scale(2.8); opacity: 0}}

.indexabout .r{width: 45%;}
.indexabout .r .img{position: relative; width: 100%; height: 0; padding-bottom: 45%; border-top-left-radius: 2.2vw; border-bottom-right-radius: 2.2vw; overflow: hidden;}
.indexabout .r .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.indexabout .r .content{margin: 8% 0 12% 0; color: #666; line-height: 1.8;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; text-overflow: ellipsis; overflow: hidden;}

@media only screen and (max-width:1440px){
	.indexabout .l .sincelabel .since p:nth-child(2){font-size: 55px; font-size: 5.5rem;}
	.indexabout .l .sincelabel .label{width: 80px; height: 80px;}
}
@media only screen and (max-width:1280px){
	.indexabout .l .sincelabel .since p:first-child{font-size: 22px; font-size: 2.2rem;}
	.indexabout .l .sincelabel .since p:nth-child(2){font-size: 50px; font-size: 5rem;}
	.indexabout .l .sincelabel .label{width: 70px; height: 70px;}
}
@media only screen and (max-width:800px){
	.indexabout{padding: 8% 0;}
	.indexabout .l{width: 100%;}
	.indexabout .l .sincelabel{margin: 5% 0;}
	.indexabout .l .sincelabel .label{width: 60px; height: 60px;}
	
	.indexabout .r{width: 100%;}
	.indexabout .r .img{padding-bottom: 55%;}
	.indexabout .r .content{font-size: 20px; font-size: 2rem; margin: 6% 0 9% 0;}
}

/**首页我们的产品**/
.indexproduct{padding: 6% 0; background: #eef6ff;}
.indextitletop{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap; direction: rtl;}

.indexproductcat{margin-top: 3%; direction: rtl;}
.indexproductcat #tab{position:relative; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexproductcat #tab .tab_menu{width: calc((100% - 60px) / 4); background: #fff; display: flex; align-items: center; justify-content:space-between; flex-flow: wrap;}
.indexproductcat #tab .tab_menu .list{position: relative; width: 100%; padding: 7% 5%; border-bottom: 1px solid rgba(0,0,0, .08); display: flex; align-items: center; justify-content: space-between;}
.indexproductcat #tab .tab_menu .list:last-child{border-bottom: none;}
.indexproductcat #tab .tab_menu .list .title{color: #666; line-height: 1.2;}
.indexproductcat #tab .tab_menu .list .ico{color: #1f7dec;}
.indexproductcat #tab .tab_menu .list.on{cursor:pointer; background: #1f7dec;}
.indexproductcat #tab .tab_menu .list.on .title, .indexproductcat #tab .tab_menu .list.on .ico{color:#fff;}
.indexproductcat #tab .tab_box{position:relative; width: calc((100% - 20px) - ((100% - 60px) / 4)); background: url(../../images/indexproductcat-bg.jpg) no-repeat center center; background-size: cover; display: flex; align-items: center; justify-content: space-between;}
.indexproductcat #tab .tab_box .list{width: 100%; padding: 2% 0; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexproductcat #tab .tab_box .list.on{display: none;}
.indexproductcat #tab .tab_box .list .box{width: 40%; margin-right: 5%;}
.indexproductcat #tab .tab_box .list .box .title{color: #fff; line-height: 1.2;}
.indexproductcat #tab .tab_box .list .box .desc{margin: 5% 0 14% 0; line-height: 1.2; color: rgba(255,255,255, .5); }
.indexproductcat #tab .tab_box .list .box .more{}
.indexproductcat #tab .tab_box .list .img{width: 55%;}
.indexproductcat #tab .tab_box .list .img img{max-width: 100%;}

.indexproductimg{position: relative; margin-top: 20px; padding-bottom: 30px; direction: rtl;}
.indexproductimg .swiper-wrapper{}
.indexproductimg .swiper-slide{position: relative; background: #fff;}
.indexproductimg .swiper-slide .img{position: relative; width: 75%; height: 0; padding-bottom: 75%; margin: 0 auto; overflow: hidden;}
.indexproductimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.indexproductimg .swiper-slide .img img{max-width: 100%; max-height: 100%; transition: .5s;}
.indexproductimg .swiper-slide.on .img img{transform: scale(1.1);}
.indexproductimg .swiper-slide .title{margin: 1% auto 5%; text-align: center; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-slide.on .title{color: #1f7dec;}
.indexproductimg .swiper-button-prev, .indexproductimg .swiper-button-next{top: 40%; background: rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 24px; height: 2vw; min-height:24px; border-radius: 1115px; --swiper-navigation-size: 6px; outline:none;} 
.indexproductimg .swiper-button-prev{right: 1%;}
.indexproductimg .swiper-button-next{left: 1%;}
.indexproductimg .swiper-button-prev:hover, .indexproductimg .swiper-button-next:hover{background: #1f7dec; color: #fff;}
.indexproductimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexproductimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 2px !important; background: rgba(0,0,0, .3); opacity: 1; outline:none; transition: .3s;}
.indexproductimg .swiper-pagination-bullet-active{width: 26px; background: #1f7dec; opacity: 1;}

@media only screen and (max-width:1600px){
	.indexproductcat #tab .tab_box .list .box .title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1440px){
	.indexproductcat #tab .tab_box .list .box .title{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:1024px){
	.indexproductimg .swiper-pagination-bullet{width: 8px; height: 8px;}
	.indexproductimg .swiper-pagination-bullet-active{width: 20px;}
}
@media only screen and (max-width:800px){
	.indexproduct{padding: 8% 0;}
	
	.indextitletop .l{width: 100%;}
	.indextitletop .r{width: 100%; margin-top: 3%;}

	.indexproductcat{margin-top: 5%;}
	.indexproductcat #tab .tab_menu{width: calc((100% - 20px) / 4); flex-flow: column;}
	.indexproductcat #tab .tab_menu .list{padding: 5% 5%; height: 100%;}
	.indexproductcat #tab .tab_box .list{padding: 4% 6%;}
	.indexproductcat #tab .tab_box .list .box{width: 100%; margin-left: 0;}
	.indexproductcat #tab .tab_box .list .box .title{font-size: 22px; font-size: 2.2rem;}
	.indexproductcat #tab .tab_box .list .box .desc{margin: 2% 0 4% 0; line-height: 1.2;}
	.indexproductcat #tab .tab_box .list .img{width: 100%; margin: 5% auto; padding-left: 10%;}
	
	.indexproductimg{margin-top: 15px;}
}
@media only screen and (max-width:560px){
	.indexproductimg{margin-top: 10px;}
	.indexproductimg .swiper-pagination-bullet{width: 7px; height: 7px;}
	.indexproductimg .swiper-pagination-bullet-active{width: 18px;}
}

/**首页我们的实力**/
.stick-body{overflow:visible !important;}

.indexstrength{padding: 6% 0; background: url(../../images/indexstrength-bg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; direction: rtl;}
.indexstrength .container{display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.indexstrength .container .l{width: 43%; position: sticky; top: 200px}
.indexstrength .container .r{width: 43%;}

.indexstrengthadv{margin: 8% 0 15% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexstrengthadv .list{position: relative; width: calc((100% - 4%) / 2); padding: 5% 5%; margin: 2% 0; line-height: 1; border-radius: 0.5vw; background: rgba(255,255,255, .3); border: 1px solid rgba(255,255,255, .7); overflow: hidden;}
.indexstrengthadv .list.on{border: 1px solid rgba(255,255,255, 0);}
.indexstrengthadv .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: rgba(31,125,236, 1); backdrop-filter: blur(4px); transition: .3s;}
.indexstrengthadv .list.on::before{height: 100%;}
.indexstrengthadv .list .box{position: relative; flex: 1; width: 100%; display: flex; align-items: baseline; justify-content: space-between;}
.indexstrengthadv .list .box .numunit{color: #1f7dec; display: flex; align-items: flex-start; justify-content: flex-start;}
.indexstrengthadv .list.on .box .numunit .num{color: #fff;}
.indexstrengthadv .list .box .numunit .unit{margin-left: 5px;}
.indexstrengthadv .list.on .box .numunit .unit{color: #fff;}
.indexstrengthadv .list .box .ico{width: 16%;}
.indexstrengthadv .list .box .ico p{position: relative; width: 100%; height: 0; padding-bottom: 100%; background: #fff; border-radius: 100px; overflow: hidden; transition: 2s;}
.indexstrengthadv .list.on .box .ico p{transform: rotateY(360deg);}
.indexstrengthadv .list .box .ico p img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 50%;}
.indexstrengthadv .list .title{position: relative; color: #888; margin-top: 5px;}
.indexstrengthadv .list.on .title{color: rgba(255,255,255, .6);}

.indexstrengthimg{}
.indexstrengthimg .list{position: relative; width: 100%; height: 0; padding-bottom: 60%; margin-bottom: 20px; overflow: hidden;}
.indexstrengthimg .list .img{position: absolute; width: 100%; height: 100%; overflow: hidden;}
.indexstrengthimg .list .img img{width: 100%; height: 100%; object-fit: cover;}
.indexstrengthimg .list .title{position: absolute; left: 0; bottom: 0; width: 100%; padding: 8% 3% 2%; background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, .6));}
.indexstrengthimg .list .title p{color: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexstrengthimg .list{margin-bottom:20px;transition:all .6s}
.indexstrengthimg .list.act{transform:translateX(150%);opacity:0}
.indexstrengthimg .list:last-child{margin-bottom:0px;transform:translateX(0%) !important;opacity:1 !important}

@media only screen and (max-width:1600px){
	.indexstrengthadv .list .numunit .num{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1440px){
	.indexstrengthadv .list .numunit .num{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1280px){
	.indexstrengthadv .list .numunit .num{font-size: 45px; font-size: 4.5rem;}
}
@media only screen and (max-width:1024px){
	.indexstrengthadv .list .numunit .num{font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width:800px){
	.indexstrength{padding: 8% 0;}
	.indexstrength .container .l{width: 100%; position: relative; top: 0}
	.indexstrength .container .r{width: 100%; margin-top: 8%;}
	
	.indexstrengthadv{margin: 3% 0 5% 0;}
	.indexstrengthadv .list{width: 49%; padding: 3% 4%; margin: 1% 0;}
	.indexstrengthadv .list .numunit .num{font-size: 45px; font-size: 4.5rem;}
}


/**首页资质荣誉**/
.indexhonor{padding: 6% 0; background: url(indexhonor-bg.jpg) no-repeat center center; background-size: cover; direction: rtl;}
.indexhonor .indextitle .t{color: #fff;}
.indexhonor .indextitle .d{color: #fff;}

.indexhonorimg{position: relative; margin-top: 3%; padding-bottom: 30px; direction: rtl;}
.indexhonorimg .swiper-wrapper{overflow-y: visible !important;}
.indexhonorimg .swiper-slide{position: relative; top: 0; background: #fff; overflow: hidden;}
.indexhonorimg .swiper-slide::after{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: linear-gradient(-190deg, transparent 62%, #1f7dec 0); opacity: 0; transition: .4s;}
.indexhonorimg .swiper-slide.on::after{height: 100%; opacity: 1;}
.indexhonorimg .swiper-slide .img{position: relative; top: 0; z-index: 2; width: 84%; height: 0; padding-bottom: 76%; margin: 5% auto 2%; overflow: hidden; transition: .5s;}
.indexhonorimg .swiper-slide.on .img{top: -10px;}
.indexhonorimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexhonorimg .swiper-slide .img img{max-width: 100%; max-height: 100%; transition: .5s;}
.indexhonorimg .swiper-slide .title{position: relative; z-index: 2; width: 84%; margin: 0 auto; padding-bottom: 6%; color: #888;}
.indexhonorimg .swiper-slide.on .title{color: #fff;}
.indexhonorimg .swiper-slide .title p{line-height: 1.2; min-height: calc(1.2em * 2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexhonorimg .swiper-button-prev, .indexhonorimg .swiper-button-next{top: 34%; background: rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 24px; height: 2vw; min-height:24px; border-radius: 1115px; --swiper-navigation-size: 6px; outline:none;} 
.indexhonorimg .swiper-button-prev{right: 1%;}
.indexhonorimg .swiper-button-next{left: 1%;}
.indexhonorimg .swiper-button-prev:hover, .indexhonorimg .swiper-button-next:hover{background: #1f7dec; color: #fff;}
.indexhonorimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexhonorimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 2px !important; background: rgba(0,0,0, .3); opacity: 1; outline:none; transition: .3s;}
.indexhonorimg .swiper-pagination-bullet-active{width: 26px; background: #1f7dec; opacity: 1;}

@media only screen and (max-width:1024px){
	.indexhonorimg .swiper-pagination-bullet{width: 8px; height: 8px;}
	.indexhonorimg .swiper-pagination-bullet-active{width: 20px;}
}
@media only screen and (max-width:800px){
	.indexhonor{padding: 8% 0; background: url(indexhonor-bg.jpg) no-repeat 70% center; background-size: cover;}
	.indexhonorimg{margin-top: 5%;}
	.indexhonorimg .swiper-slide .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:560px){
	.indexhonorimg .swiper-slide .title{font-size: 18px; font-size: 1.8rem;}
	.indexhonorimg .swiper-pagination-bullet{width: 7px; height: 7px;}
	.indexhonorimg .swiper-pagination-bullet-active{width: 18px;}
}

/**首页新闻中心**/
.indexnews{padding: 6% 0; direction: rtl;}

.indexnewsimg{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexnewsimg .list{position: relative; width: calc((((100% - 50px) / 3) * 2) + 25px);}
.indexnewsimg .list .title{position: absolute; left: 0; bottom: 0; width: 100%; padding: 6% 3% 2% 3%; background: linear-gradient(to bottom, rgba(31,125,236, 0), rgba(31,125,236, 1));}
.indexnewsimg .list .title p{color: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewsimg .list .img{position: relative; width: 100%; height: 100%; overflow: hidden; transition: .5s;}
.indexnewsimg .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.indexnewsimg .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewsimg .list:hover .img p img{transform: scale(1.1);}

.indexnewsimg .listt{position: relative; width: calc((100% - 50px) / 3); background: #eef6ff;}
.indexnewsimg .listt::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #1f7dec; transition: .5s;}
.indexnewsimg .listt:hover:before{height: 100%;}
.indexnewsimg .listt .img{position: relative; width: 100%; height: 0; padding-bottom: 46.4%; overflow: hidden; transition: .5s;}
.indexnewsimg .listt .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.indexnewsimg .listt .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewsimg .listt:hover .img p img{transform: scale(1.1);}
.indexnewsimg .listt .box{position: relative; padding: 7%;}
.indexnewsimg .listt .title{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewsimg .listt:hover .title{color: #fff;}
.indexnewsimg .listt .desc{margin: 4% 0 8% 0;}
.indexnewsimg .listt .desc p{color: #888;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewsimg .listt:hover .desc p{color: rgba(255,255,255, .5);}
.indexnewsimg .listt .moret p{background: #1f7dec;}
.indexnewsimg .listt:hover .moret p{background: #fff;}
.indexnewsimg .listt .moret p i{color: #fff;}
.indexnewsimg .listt:hover .moret p i{color: #1f7dec;}

.indexnewslist{margin-top: 25px; display: flex; justify-content: space-between; flex-flow: wrap; direction: rtl;}
.indexnewslist .list{position: relative; width: calc((100% - 50px) / 3); padding: 2.2%; background: #eef6ff;}
.indexnewslist .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #1f7dec; transition: .4s;}
.indexnewslist .list.on:before{height: 100%;}
.indexnewslist .list .title{position: relative; line-height: 1.1; min-height: calc(1.1em * 2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .list.on .title{color: #fff;}
.indexnewslist .list .desc{position: relative; margin: 2% 0 8% 0;}
.indexnewslist .list .desc p{color: #888;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .list.on .desc p{color: rgba(255,255,255, .5);}
.indexnewslist .list .moret p{background: #1f7dec;}
.indexnewslist .list.on .moret p{background: #fff;}
.indexnewslist .list .moret p i{color: #fff;}
.indexnewslist .list.on .moret p i{color: #1f7dec;}

@media only screen and (max-width:1280px){
	.indexnewsimg .title, .indexnewslist .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.indexnewsimg .list{width: calc((((100% - 30px) / 3) * 2) + 15px);}
	.indexnewsimg .listt{width: calc((100% - 30px) / 3);}

	.indexnewslist{margin-top: 15px;}
	.indexnewslist .list{width: calc((100% - 30px) / 3);}
}
@media only screen and (max-width:800px){
	.indexnews{padding: 8% 0;}
	
	.indexnewsimg{margin-top: 5%;}
	.indexnewsimg .list{width: 100%;}
	.indexnewsimg .list .img{height: 0; padding-bottom: 46.4%;}
	.indexnewsimg .listt{width: 100%; margin-top: 3%;}
	.indexnewsimg .listt .desc{margin: 2% 0 4% 0;}
	
	.indexnewslist{margin-top: 0;}
	.indexnewslist .list{width: 100%; margin-top: 3%; padding: 7%;}
	.indexnewslist .list .desc{margin: 2% 0 4% 0;}
	
	.indexnewsimg .title, .indexnewslist .list .title{font-size: 24px; font-size: 2.4rem;}
	.indexnewsimg .listt .title, .indexnewslist .list .title{-webkit-line-clamp: 2;}
}
@media only screen and (max-width:560px){
	.indexnewsimg .title, .indexnewslist .list .title{font-size: 22px; font-size: 2.2rem;}
}

/**底部**/
.footer{color: #fff; background: #1f7dec;}
.footer a{color: #fff; transition: .5s;}
.footer a:hover{color: rgba(255,255,255, .8);}

.footerlogocode{padding: 2.5% 0; border-bottom: 1px solid rgba(255,255,255, .1); display: flex; align-items: center; justify-content: space-between; flex-flow: wrap; direction: rtl;}
.footerlogo{width: 19%; min-width: 120px;}
.footerlogo img{width: 100%;}
.footercode{display: flex; justify-content: center;}
.footercode .list{display: flex; align-items: center; justify-content: flex-start;}
.footercode .list:first-child{margin-left: 1.5vw;}
.footercode .list img{width: 6vw; min-width: 70px;}
.footercode .list p{margin-left: 8px;}

.footernav{padding: 2.5% 0; display: flex; justify-content: space-between; direction: rtl;}
.footernav .list{}
.footernav .flist-title{line-height: 1.2;}
.footernav .flist-title a{color: #fff;}
.footernav .navlist{margin-top: 1.3vw;}
.footernav .navlist a{margin: 0.5vw 0; line-height: 1.2; display: block; color: rgba(255,255,255, .5);}
.footernav .navlist a:hover{color: #fff;}

.footercontact{padding: 2.5% 0; border-top: 1px solid rgba(255,255,255, .1); border-bottom: 1px solid rgba(255,255,255, .1); display: flex; align-items: center; justify-content: space-between; flex-flow: wrap; direction: rtl;}
.footercontact .list i{margin-left: 5px;}

.footercopy{padding: 1.3% 0; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap; direction: rtl;}
.footercopy p{margin-left: 15px;}
.footercopy p:last-child{margin-left: 0;}

.zqkj{display: inline-block; background: url(zqkj.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:800px){
	.footerlogocode{padding: 8% 0 4% 0;}
	.footerlogo{width: 100%; text-align: center;}
	.footerlogo img{width: 50%;}
	
	.footercode{width: 100%; margin-top: 6%;}
	.footercode .list:first-child{margin-right: 3.5vw;}
	.footercode .list img{width: 18vw; min-width: 80px;}
	
	.footernav{padding: 4% 0; flex-flow: wrap;}
	.footernav::after{content: ""; width: calc(100% / 3);}
	.footernav .list{width: calc(100% / 3); margin: 1% 0; text-align: center;}
	.footernav .navlist{display: none;}
	
	.footercontact{padding: 4% 0;}
	.footercontact .list{width: 100%; text-align: center; margin: 2% 0;}
	
	.footercopy{padding: 4% 0 2% 0; justify-content: center;}
	.footercopy p{width: 100%; text-align: center; margin-right: 0;}
}
@media only screen and (max-width:560px){

}

/*内页*/
.bodybg{background: #eef6ff;}
.mainbody{padding: 3.5% 0;}

.mainbody_content{line-height:1.6; color: #444;}
.mainbody_content p{margin:.6vw 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.5;}
}
@media only screen and (max-width:800px){
	.mainbody_content{font-size: 20px; font-size: 2rem; line-height: 1.4;}
	.mainbody_content p{margin:2vw 0;}
}

/**location**/
.location{direction: rtl;}
.location a{}
.location i{color: #c9c9c9; margin: 0 10px;}
.location i:first-child{margin: 0 0;}
.location font{color: #1f7dec; font-weight: 700;}

@media only screen and (max-width:560px){
	.location i{margin: 0 5px;}
}

/**about-nav**/
.about-nav{background: #fff; border-bottom: 1px solid rgba(0,0,0, .1); direction: rtl;}
.about-nav .container{display: flex; justify-content: flex-start; flex-flow: wrap;}
.about-nav a{position: relative; color: #333; padding: 1.8% 2.5%; text-align: center; line-height: 1.1; border-left: 1px solid rgba(0,0,0, .1); display: flex; align-items: center; justify-content: center;}
.about-nav a:first-child{border-right: 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: #1f7dec; 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;}

.about-navt a{padding: 1.8% 1.5%;}

@media only screen and (max-width:1280px){
	.about-navt a{padding: 1.8% .5%;}
}
@media only screen and (max-width:800px){
	.about-nav{padding: 3% 0;}
	.about-nav::after{width: calc((100% - 3%) / 4);}
	.about-nav a{width: calc((100% - 3%) / 4); padding: 2% 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: .5% 1% .5% 0;}
}

/*内页公司简介*/
.bodyabout{padding: 4% 0;}
.bodyabout .l{width: 35%;}
.bodyabout .l .sincelabel .label{top: 21%; right: 13%;}

.bodyabout .r{width: 55%;}
.bodyabout .r .mainbody_content{margin: 5% 0 0 0; color: #666;}

.bodyaboutadv{width: 100%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyaboutadv .list{position: relative; width: 100%; padding: 8% 0; line-height: 1; border-bottom: 1px solid rgba(0,0,0, .1);}
.bodyaboutadv .list .box{position: relative; flex: 1; width: 100%; display: flex; align-items: flex-start; justify-content: space-between;}
.bodyaboutadv .list .box .numunit{color: #1f7dec; display: flex; align-items: flex-start; justify-content: flex-start;}
.bodyaboutadv .list .box .numunit .unit{margin-left: 5px;}
.bodyaboutadv .list .box .ico{width: 10%;}
.bodyaboutadv .list .box .ico p{position: relative; width: 100%; height: 0; padding-bottom: 100%; background: #eef6ff; border-radius: 100px; overflow: hidden; transition: 2s;}
.bodyaboutadv .list.on .box .ico p{transform: rotateY(360deg);}
.bodyaboutadv .list .box .ico p img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 50%;}
.bodyaboutadv .list .title{position: relative; color: #888; margin-top: 5px;}

@media only screen and (max-width:1600px){
	.bodyaboutadv .list .numunit .num{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1440px){
	.bodyaboutadv .list .numunit .num{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1280px){
	.bodyaboutadv .list .numunit .num{font-size: 45px; font-size: 4.5rem;}
}
@media only screen and (max-width:1024px){
	.bodyaboutadv .list .numunit .num{font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width:800px){
	.bodyabout{padding: 8% 0;}
	.bodyabout .l{width: 100%;}
	.bodyabout .r{width: 100%;}
	
	.bodyaboutadv{margin: 3% 0 5% 0;}
	.bodyaboutadv .list{width: 47%; padding: 3% 0; margin: 1% 0;}
	.bodyaboutadv .list .numunit .num{font-size: 45px; font-size: 4.5rem;}
	.bodyaboutadv .list .box .ico{width: 15%;}
}
@media only screen and (max-width:560px){
	.bodyaboutadv .list .box .ico{width: 18%;}
}

/*内页企业文化*/
.bodyculture{margin: 4% auto; padding: 8% 6%; background: url(../../images/bodyculture-bg.jpg) no-repeat center center; background-size: cover;}
.bodyculture .title{color: #fff;}
.bodyculture .desc{margin-top: 3%; color: #fff; line-height: 1.8; }

@media only screen and (max-width:1600px){
	.bodyculture .title{font-size: 44px; font-size: 4.4rem;}
	.bodyculture .desc{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1440px){
	.bodyculture .title{font-size: 40px; font-size: 4rem;}
	.bodyculture .desc{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.bodyculture .title{font-size: 36px; font-size: 3.6rem;}
	.bodyculture .desc{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:800px){
	.bodyculture{margin: 6% auto; padding: 10% 8%;}
	.bodyculture .title{font-size: 32px; font-size: 3.2rem;}
	.bodyculture .desc{font-size: 24px; font-size: 2.4rem; margin-top: 5%;}
}
@media only screen and (max-width:560px){
	.bodyculture{padding: 15% 8%;}
}

/**内页资质荣誉**/
.bodyhonor{padding: 2% 0; margin-top: 0; display: flex; justify-content: space-between; flex-flow: wrap; overflow: visible !important;}
.bodyhonor:after{content: ''; width: calc((100% - 4.5%) / 4);}
.bodyhonor .list{position: relative; top: 0; width: calc((100% - 4.5%) / 4); margin: 0.75% 0; transition: .5s;}
.bodyhonor .list.on{top: -15px; box-shadow: 0 8px 32px rgba(31,125,236, .2);}
.bodyhonor .list .img{position: relative;}
.bodyhonor .list .title{position: relative; padding-bottom: 6%; color: #222;}
.bodyhonor .list .title p{line-height: 1.3; min-height: calc(1.3em * 2); -webkit-line-clamp: 2;}

.bodyhonor .after-add{content: ''; width: calc((100% - 4.5%) / 4); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:800px){
	.bodyhonor:after{width: calc((100% - 4%) / 2);}
	.bodyhonor .list{width: calc((100% - 4%) / 2); margin: 2% 0;}
	.bodyhonor .list.on{top: -10px;}
}
@media only screen and (max-width:560px){
	.bodyhonor:after{width: 100%;}
	.bodyhonor .list{width: 100%; padding: 6%;}
	.bodyhonor .list .img{width: 100%; height: 0; padding-bottom: 65%; margin: 0 auto 5%; overflow: hidden;}
	.bodyhonor .list .title{width: 100%; font-size: 20px; font-size: 2rem; padding-bottom: 0;}
	.bodyhonor .list .title p{line-height: 1.4; min-height: auto;}
}

/*内页发展历程*/
.bodyhistory{position: relative; padding: 5% 0; background: url(../../images/bodyhistory-bg.jpg) no-repeat center center; background-size: cover; overflow: hidden; direction: rtl;}
.bodyhistory::before{position: absolute; content: ""; left: 0; top: 50%; width: 100%; height: 1px; background: rgba(0,0,0, .1);}
.bodyhistorylist{overflow: hidden;}
.bodyhistorylist .swiper-wrapper{}
.bodyhistorylist .swiper-slide{position: relative; height: 38vw; overflow: hidden;}
.bodyhistorylist .swiper-slide-active, .bodyhistorylist .swiper-slide-duplicate-active{}
.bodyhistorylist .swiper-slide .box{position: absolute; left: 0; top: 0; width: 100%; height: 50%; display: flex; align-items: flex-start; justify-content: flex-start;}
.bodyhistorylist .swiper-slide:nth-child(2n) .box{top: 50%;}
.bodyhistorylist .swiper-slide .l{position: relative; width: 11px; height: 100%;}
.bodyhistorylist .swiper-slide .l::before{position: absolute; content: ""; left: 50%; bottom: 0; transform: translate(-10%, 0); width: 1px; height: calc(100% - 20px); border-left: 1px dotted rgba(0,0,0, .2);}
.bodyhistorylist .swiper-slide:nth-child(2n) .l::before{bottom: auto; top: 0;}
.bodyhistorylist .swiper-slide .l::after{position: absolute; content: ""; left: 0; bottom: -6px; width: 11px; height: 11px; border-radius: 1000px; background: #b3c1d2; transition: .5s;}
.bodyhistorylist .swiper-slide.on .l::after{background: #1f7dec;}
.bodyhistorylist .swiper-slide:nth-child(2n) .l::after{bottom: auto; top: -5px;}
.bodyhistorylist .swiper-slide .l .s{position: absolute; left: 50%; top: 0; transform: translate(-50%, 0); z-index: 2; text-align: center;}
.bodyhistorylist .swiper-slide:nth-child(2n) .l .s{top: auto; bottom: 0; left: 0; transform: rotate(180deg);}
.bodyhistorylist .swiper-slide .l .s i{color: #1f7dec;}
.bodyhistorylist .swiper-slide .r{flex: 1; width: 100%; height: calc(100% - 2vw); margin: 1vw 0 1vw 5%; display: flex; justify-content: flex-start; flex-flow: wrap;}
.bodyhistorylist .swiper-slide:nth-child(2n) .r{flex-direction: column-reverse;}
.bodyhistorylist .swiper-slide .r .desc{width: 100%; height: 80%; padding-right: 10px; overflow-y: auto; overflow-x: hidden; color: #555;}
.bodyhistorylist .swiper-slide .r .desc::-webkit-scrollbar-track{background: rgba(0,0,0, 0); border-radius: 10px;} 
.bodyhistorylist .swiper-slide .r .desc p{position: relative; line-height: 1.4; margin: 10px 0; padding-left: 10px;}
.bodyhistorylist .swiper-slide .r .desc p::before{position: absolute; content: "·"; left: -6px; top: 0; color: #888;}
.bodyhistorylist .swiper-slide .r .desc p:hover::before{color: #1f7dec;}
.bodyhistorylist .swiper-slide .r .title{color: #1f7dec; width: 100%; height: 20%; display: flex; align-items: center; justify-content: flex-start;}
.bodyhistorylist .swiper-button-prev, .bodyhistorylist .swiper-button-next{top: auto; bottom: 0; background: #fff; color: #666; border: 1px solid rgba(0,0,0, .1); width: 2vw; min-width: 24px; height: 2vw; min-height: 24px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.bodyhistorylist .swiper-button-prev{right: auto; left: 45px;}
.bodyhistorylist .swiper-button-next{left: 0;}
.bodyhistorylist .swiper-button-prev:hover, .bodyhistorylist .swiper-button-next:hover{border: 1px solid #1f7dec; background: #1f7dec; color: #fff;}

@media only screen and (max-width:1600px){
	.bodyhistorylist .swiper-slide .r .title{font-size: 34px; font-size: 3.4rem;}
}
@media only screen and (max-width:1366px){
	.bodyhistorylist .swiper-slide .r .title{font-size: 32px; font-size: 3.2rem;}
	.bodyhistorylist .swiper-button-prev{right: 34px;}
}
@media only screen and (max-width:1024px){
	.bodyhistorylist .swiper-slide{height: 45vw;}
	.bodyhistorylist .swiper-slide .r .desc p{margin: 5px 0; padding-left: 8px;}
	.bodyhistorylist .swiper-slide .r .title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:800px){
	.bodyhistorylist .swiper-slide{height: 60vw;}
	.bodyhistorylist .swiper-slide .r .desc{font-size: 18px; font-size: 1.8rem;}
	.bodyhistorylist .swiper-slide .r .title{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:560px){
	.bodyhistory::before{top: auto; bottom: 70px;}
	.bodyhistorylist .swiper-slide{height: 300px;}
	.bodyhistorylist .swiper-slide .box{height: calc(100% - 50px);}
	.bodyhistorylist .swiper-slide:nth-child(2n) .box{top: 50%;}
	.bodyhistorylist .swiper-slide:nth-child(2n) .box{top: 0;}
	.bodyhistorylist .swiper-slide:nth-child(2n) .l::before{bottom: 0; top: auto;}
	.bodyhistorylist .swiper-slide:nth-child(2n) .l::after{bottom: -6px; top: auto;}
	.bodyhistorylist .swiper-slide:nth-child(2n) .l .s{top: 0; bottom: auto; left: 50%; transform: rotate(0);}
	.bodyhistorylist .swiper-slide .r{height: calc(100% - 20px); margin: 10px 0 10px 5%;}
	.bodyhistorylist .swiper-slide:nth-child(2n) .r{flex-direction: row;}
	.bodyhistorylist .swiper-slide .r .title{font-size: 30px; font-size: 3rem;}
}

/*内页图片列表*/
.bodyimg{padding: 2% 0; display: flex; justify-content: space-between; flex-wrap: wrap; direction: rtl;}
.bodyimg::after{content: ''; width:calc((100% - 6%) / 4);}
.bodyimg .list{position: relative; top:0; width:calc((100% - 6%) / 4); margin: 1.5% 0; background: #eef6ff; overflow: hidden; transition: .5s;}
.bodyimg .list.on{top: -10px; box-shadow: 0 8px 32px rgba(31,125,236, .4);}
.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 67%; transition: .5s;}
.bodyimg .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0;; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.bodyimg .list .img p img{width: 100%; height: 100%; transform: scale(1.15) translateY(0); object-fit: cover; transition: all 1s;}
.bodyimg .list:hover .img p img {transform: scale(1.15) translateY(-12px);}

.bodyimg .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 67%; transition: .5s;}
.bodyimg .list .imgt p{position: absolute; width: calc(100% - 2vw); height: calc(100% - 2vw); top: 1vw; left: 1vw; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .imgt p img{max-width: 100%; max-height: 100%; transition: 1s;}
.bodyimg .list:hover .imgt p img {}

.bodyimg .list .title{position: relative; padding: 6% 6%;}
.bodyimg .list .title::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #1f7dec; transition: .4s;}
.bodyimg .list.on .title::before{height: 100%;}
.bodyimg .list .title p{position: relative; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodyimg .list.on .title p{color: #fff;}

.bodyimg .list .video-ico{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 3vw; min-width: 34px; height: 3vw; min-height: 34px; border-radius: 50%; background: rgba(0,0,0, .6); display: flex; align-items: center; justify-content: center;}
.bodyimg .list .video-ico img{width: 35%; padding-left: 3px;}
.bodyimg .list.on .video-ico{background: #1f7dec;}

.bodyimg .after-add{content: ""; width:calc((100% - 6%) / 4); height: 0; padding: 0; margin: 0;}

.bodyvideo .list .img{padding-bottom: 56.3%;}
.bodyvideo .list .img p img{transform: scale(1) translateY(0);}
.bodyvideo .list:hover .img p img {transform: scale(1.1) translateY(0);}

@media only screen and (max-width:800px){
	.bodyimg{padding: 3% 0;}
	.bodyimg::after{width: 100%;}
	.bodyimg .list{width: 100%; margin: 2% 0;}
	.bodyimg .list .imgt p{width: calc(100% - 3vw); height: calc(100% - 3vw); top: 1.5vw; left: 1.5vw;}
	.bodyimg .list .title{font-size: 20px; font-size: 2rem; padding: 4% 4%; text-align: center;}
	.bodyimg .list .title p{-webkit-line-clamp: 3;}
}
@media only screen and (max-width:560px){
	.bodyimg .list .imgt p{width: calc(100% - 6vw); height: calc(100% - 6vw); top: 3vw; left: 3vw;}
}

/*内页产品中心*/
.bodyproduct{padding: 2% 0; margin-top: 0; display: flex; justify-content: space-between; flex-flow: wrap; overflow: visible !important;}
.bodyproduct::after{content: ""; width: calc((100% - 4.5%) / 4);}
.bodyproduct .list{position: relative; top: 0; width: calc((100% - 4.5%) / 4); margin: 0.75% 0; transition: .5s;}
.bodyproduct .list.on{top: -15px; box-shadow: 0 8px 32px rgba(31,125,236, .2);}
.bodyproduct .list .cat{line-height: 1.1; padding: 5% 1% 1% 1%; color: #888; transition: .5s;}
.bodyproduct .list.on .cat{color: #1f7dec;}

.bodyproduct .after-add{content: ""; width: calc((100% - 4.5%) / 4); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:800px){
	.bodyproduct{padding: 4% 0;}
	.bodyproduct::after{width: calc((100% - 4%) / 2);}
	.bodyproduct .list{width: calc((100% - 4%) / 2); margin: 2% 0;}
	.bodyproduct .list.on{top: -10px;}
	.bodyproduct .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:560px){
	.bodyproduct::after{width: 100%;}
	.bodyproduct .list{width: 100%;}
}

/*内页产品详情*/
.productshow{padding: 3% 0;}
.productshowbox{margin-top: 3%; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.productshowbox .l{position: relative; width: 37.5%; height: 0; padding-bottom: 37.5%; background: #eef6ff; overflow: hidden;}
.productshowbox .l .img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 90%; height: 90%; display: flex; align-items: center; justify-content: center;}
.productshowbox .l .img img{max-width: 100%; max-height: 100%;}

.productshowbox .r{width: 56.25%;}
.productshowbox .r .titleen{display: inline-block;}
.productshowbox .r .desc{color: #888; margin: 4% 0;  line-height: 1.6;}
.productshowbox .r .x{width: 100%; height: 1px; margin: 7% 0; background: rgba(0,0,0, .07);}

.bt{display: flex; align-items: center; justify-content: flex-end;}
.bt a{width: 25%; position: relative; color: #1f7dec; background: #eef6ff; border-radius: 2px; padding: .8vw 0; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bt a:first-child{margin-right: 2%; background: #1f7dec;}
.bt a:hover, .bt a:first-child{color: #fff;}
.bt a::before{position: absolute; content: ""; left: 0; bottom: 0; z-index: 0; width: 100%; height: 0; background: #1f7dec; transition: .5s;}
.bt a:hover::before, .zx a:first-child::before{height: 100%;}
.bt a span{position: relative;}
.bt a i{margin-left: 10px;}

@media only screen and (max-width:1600px){
	.productshowbox .r .titleen{font-size: 28px; font-size: 2.8rem;}
	.productshowbox .r .title{font-size: 33px; font-size: 3.3rem;}
}
@media only screen and (max-width:1280px){
	.productshowbox .r .titleen{font-size: 26px; font-size: 2.6rem;}
	.productshowbox .r .title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.productshowbox .r .titleen{font-size: 24px; font-size: 2.4rem;}
	.productshowbox .r .title{font-size: 27px; font-size: 2.7rem;}
}
@media only screen and (max-width:800px){
	.productshow{padding: calc(8% + 50px) 0 8%;}
	.productshowbox{margin-top: 5%;}
	.productshowbox .l{width: 100%; padding-bottom: 100%;}
	.productshowbox .r{width: 100%; margin-top: 6%;}
	.productshowbox .r .titleen{font-size: 26px; font-size: 2.6rem;}
	.productshowbox .r .title{font-size: 30px; font-size: 3rem;}
	
	.bt a{width: 30%; padding: 8px 0;}
}
@media only screen and (max-width:560px){
	.productshowbox .r .desc{font-size: 18px; font-size: 1.8rem;}
}

/*内页新闻中心*/
.newslist{margin-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap; direction: rtl;}
.newslist::after{content: ""; width: calc((100% - 4%) / 3);}
.newslist .list{position: relative; top: 0; width: calc((100% - 4%) / 3); padding: 4% 3%; margin: 1% 0; background: #eef6ff; overflow: hidden; transition: .4s;}
.newslist .list.on{top: -10px; box-shadow: 0 0 30px rgba(42,90,140, .5);}
.newslist .list .box{position: relative; z-index: 2;}
.newslist .list .time{color: #888;}
.newslist .list.on .time{color: rgba(255,255,255, .5);}
.newslist .list .title{line-height: 1.3; min-height: calc(1.3em * 2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.newslist .list.on .title{color: #fff;}
.newslist .list .desc{margin: 3% 0 8% 0;}
.newslist .list .desc p{color: #888;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.newslist .list.on .desc p{color: rgba(255,255,255, .5);}
.newslist .list .moret p{background: #1f7dec;}
.newslist .list.on .moret p{background: #fff;}
.newslist .list .moret p i{color: #fff;}
.newslist .list.on .moret p i{color: #1f7dec;}
.newslist .list .img{position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; opacity: 0; overflow: hidden;}
.newslist .list.on .img{opacity: 1;}
.newslist .list .img img{width: 100%; height: 100%; transform: scale(1.25) translateY(0); object-fit: cover; opacity: .5; transition: 1s;}
.newslist .list.on .img img {transform: scale(1.25) translateY(-20px);}
.newslist .list .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #1f7dec; opacity: 0;}
.newslist .list .bg1{background: #000;}
.newslist .list.on .bg{opacity: 1;}

@media only screen and (max-width:1440px){
	.newslist .list .box .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1280px){
	.newslist .list .box .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:800px){
	.newslist::after{width: 49%}
	.newslist .list{width: 49%;}
	.newslist .list .box .title{font-size: 22px; font-size: 2.2rem;}
	.newslist .list .box .desc{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:560px){
	.newslist::after{width: 100%}
	.newslist .list{width: 100%; padding: 8% 6%; margin: 1.5% 0;}
	.newslist .list .box .title{min-height: auto; -webkit-line-clamp: 3;}
}

/*内页新闻中心——新闻详情*/
.newsshow-top{padding: 6% 0; background: url(../../images/newsshow-bg.jpg) no-repeat center bottom; background-size: cover; direction: rtl;}

.newsshow-info{color: #888; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.newsshow-info p{margin-left: 15px;}
.newsshow-info p:last-child{margin-right: 0;}
.newsshow-info font{font-family: 'Montserrat'; font-weight: 500;}
.newsshow-info a{font-weight: 500;}
.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; direction: rtl;}
.newsshowbody .l{width: 62%;}
.newsshowbody .r{width: 30%; padding: 3% 3%; background: #eef6ff;}

.newsshow-rectitle{display: inline-block; 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,0,0, .07);}
.newsshow-reclist .list:first-child{border-top: 1px solid rgba(0,0,0, .07);}
.newsshow-reclist .list .time{color: #fff; background: #1f7dec; 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: #1f7dec;}

.newsshow-recimg .list{position: relative; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .07); display: flex; align-items: center; justify-content: flex-end; flex-flow: wrap;}
.newsshow-recimg .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #1f7dec; transition: .6s;}
.newsshow-recimg .list.on::before{width: 100%;}
.newsshow-recimg .list .img{position: relative; width: 30%; height: 0; padding-bottom: 21%; background: #f8f8f8; overflow: hidden;}
.newsshow-recimg .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 5px; display: flex; align-items: center; justify-content: center;}
.newsshow-recimg .list .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.newsshow-recimg .list.on .img p img{transform: scale(1.2);}
.newsshow-recimg .list .title{flex: 1; width: 100%; margin-right: 5%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.newsshow-recimg .list.on .title{color: #1f7dec;}

@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(8% + 50px) 0 8% 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;}
	
	.newsshow-recimg{display: flex; justify-content: space-between; flex-flow: wrap;}
	.newsshow-recimg .list{width: 48%; padding: 0 0; margin: 2% 0;}
	.newsshow-recimg .list .img{width: 100%; padding-bottom: 70%;}
	.newsshow-recimg .list .title{flex: none; margin: 5% 0; text-align: center;}
}
@media only screen and (max-width:560px){
	.newsshow-title{margin-top: 2%; line-height: 1.5; font-size: 26px; font-size: 2.6rem;}
	
	.newsshow-recimg .list .title{font-size: 16px; font-size: 1.6rem;}
}

/*内页人力资源——招聘岗位*/
.hr-join{padding: 5% 0; background: #eef6ff;}
.hr-jointitle{margin-top: 3%; background: #1f7dec; color: #fff; padding: 1.6% 3%; display: flex; justify-content: space-between; direction: rtl;}
.hr-jointitle .mc{flex: 1;}
.hr-jointitle .rs{width: 17%;}
.hr-jointitle .xl{width: 20%;}
.hr-jointitle .xz{width: 18%;}
.hr-jointitle .dd{width: 20%;}

.job{direction: rtl;}
.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: #fff; padding: 2% 3%; border-top: 1px solid rgba(0,0,0, .07);}
.job .list .desc{color: #555; line-height: 1.8;}
.job .list .contact{margin-top: 2%;}
.job .list .contact p{background: #1f7dec; 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%;}
	.hr-jointitle .rs{width: 25%;}
	.hr-jointitle .xl{display: none;}
}
@media only screen and (max-width:560px){
	.hr-jointitle{padding: 2.5% 2%;}
	.job .list .desc{font-size: 18px; font-size: 1.8rem;}
	.job .list .contact p{font-size: 18px; font-size: 1.8rem;}
}

/*内页人力资源——人才理念*/
.hr-talent{padding: 5% 0;}
.hr-talent-box{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.hr-talent-box .img{position: relative; width: 50%; overflow: hidden;}
.hr-talent-box .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.hr-talent-box .mainbody_content{width: 50%; padding: 5% 5%; color: #fff; background: #1f7dec;}


@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-talent-box{margin-top: 5%;}
	.hr-talent-box .img{width: 100%; height: 0; padding-bottom: 50%;}
	.hr-talent-box .mainbody_content{width: 100%; padding: 7% 5%;}
}
@media only screen and (max-width:560px){

}

/**内页联系我们**/
.bodycontact{padding: 5% 0;}
.bodycontact-contact{margin-top: 3%; padding: 4% 6%; background: #eef6ff; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap; direction: rtl;}
.bodycontact-contact .l{width: 60%; border-left: 1px solid rgba(0,0,0, .08);}
.bodycontact-contact .l .content{margin-top: 4%; color: #666;}
.bodycontact-contact .l .content p{margin:.2vw 0;}

.bodycontact-contact .r{width: 40%; direction: rtl;}


.bodycontact-mapmessage{margin-top: 5%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodycontact-map{width: 50%;}
.bodycontact-map .box{position: relative; width: 100%; height: 100%; border: none; overflow: hidden;}
.bodycontact-map .box #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.bodycontact-map iframe, #map{width: 100%; height: 100%;}

.bodycontact-message{width: 50%; padding: 6% 6%; background: url(../../images/bodycontact-message-bg.jpg) no-repeat center center; background-size: cover;}

.messagelist{margin-top: 3%; direction: rtl;}
.messagelist .layui-form-item{display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.messagelist .layui-form-item .layui-input-block{position: relative; width: 100%; margin: 0 0 10px 0;}
.messagelist .layui-textarea{min-height: 120px;}
.messagelist .layui-input, .messagelist .layui-textarea{background: #fff; border: none; padding-right: 10px;}
.messagelist .layui-input, .messagelist .layui-select, .messagelist .layui-textarea, .messagelist .layui-btn{height: 50px;}

@media only screen and (max-width:1440px){
	.bodycontact-title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1280px){
	.bodycontact-title{font-size: 30px; font-size: 3rem;}
	
	.messagelist .layui-input, .messagelist .layui-select, .messagelist .layui-textarea, .messagelist .layui-btn{height: 40px;}
}
@media only screen and (max-width:1024px){
	.bodycontact-title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:800px){
	.bodycontact{padding: 8% 0;}
	.bodycontact-contact{margin-top: 5%; padding: 8% 8%;}
	.bodycontact-contact .l{width: 100%; padding-bottom: 5%; border-left: none; border-bottom: 1px solid rgba(0,0,0, .08);}
	.bodycontact-contact .r{width: 1000%;}
	.bodycontact-contact .footercode{justify-content: flex-start;}

	.bodycontact-map{width: 100%;}
	.bodycontact-map .box{height: 0; padding-bottom: 60%;}
	.bodycontact-message{width: 100%; padding: 8% 8%;}
	.messagelist{margin-top: 5%;}
}
@media only screen and (max-width:560px){
	.bodycontact-map .box{height: 0; padding-bottom: 80%;}

	.messagelist .layui-form-item .layui-input-block{width: 100%; margin: 0 0 5px 0;}
	.messagelist .layui-input, .messagelist .layui-select, .messagelist .layui-textarea, .messagelist .layui-btn{height: 38px;}
}


@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: 7% 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%;}
	.contact-contactcontact .title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:560px){
	.contact-contactmap .box{padding-bottom: 80%;}
	
	.contact-contactcontact .title{font-size: 26px; font-size: 2.6rem;}
}


/*内页搜索*/
.searchbody{max-width: 1400px; margin: 3% auto; background: #fff; background: #fff; padding: 5% 5%;}

.searcht{display: flex; justify-content: space-between;}
.searcht input{background: none; border: none;}
.searcht input[type="search"]{flex: 1; width: 100%; border:1px solid #e3e3e3; padding: 0 20px; font-size: 16px;}
.searcht input[type="submit"]{cursor: pointer; display: block; padding: 1vw 3vw; background: #1f7dec; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 6% 0;}
.searchcat a{margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{display: inline-block; color: #1f7dec; border-bottom: 3px solid #1f7dec;}

.searchnewslist .list{position: relative; }
.searchnewslist .list .listbox{border-bottom: 1px solid #e3e3e3; padding: 2.5% 0;}
.searchnewslist .list .cattitle{display: flex; align-items: flex-start; justify-content: flex-start;}
.searchnewslist .list .cattitle .cat{color: #000; margin-right: 20px;}
.searchnewslist .list .cattitle .title{flex: 1; width: 100%; color: #222; margin-top: 3px;}
.searchnewslist .list:hover .cattitle .title{color: #1f7dec; text-decoration: underline;}
.searchnewslist .list .cattitle .title font{color: red;}
.searchnewslist .list .desc{color: #888; line-height: 1.6; margin: 1.5% 0;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.searchnewslist .list .time{color: #999;}
.searchnewslist .list .time i{margin-right: 5px;}

.searchproductlist #list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.searchproductlist .list{position: relative; width:calc((100% - 3%) / 2); padding: 2%; margin: 1.5% 0; border: 1px solid #e3e3e3;}
.searchproductlist .list .listbox{ display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.searchproductlist .list .listbox:hover{border: 1px solid #1f7dec;}
.searchproductlist .list .img{position: relative; width: 40%; height: 0; overflow: hidden; padding-bottom: 30%;}
.searchproductlist .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; display: flex; align-items: center; justify-content: center;}
.searchproductlist .list .img img{max-width: 100%; max-height: 100%; transition: .7s;}
.searchproductlist .list:hover .img img{transform: scale(1.15);}
.searchproductlist .list .box{width: 55%;}
.searchproductlist .list .box .cat{color: #888; margin-top: 3%;}
.searchproductlist .list .box .title{transition: .5s; line-height: 1.6;}
.searchproductlist .list:hover .box .title{color: #1f7dec;}
.searchproductlist .list .box .title font{color: red;}
.searchproductlist .list .box .desc{color: #999; line-height: 1.8; margin-top: 5%;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}

@media only screen and (max-width:800px){
	.searcht input[type="search"]{padding: 0 12px;}
	.searcht input[type="submit"]{padding: 1vw 6vw;}
		
	.searchcat{margin: 6% 0;}
	
	.searchproductlist:after{width:100%;}
	.searchproductlist .list{width:100%;}
	.searchproductlist .list .box .title{font-size: 16px;}
}
@media only screen and (max-width:560px){
	.searcht input[type="submit"]{padding: 2vw 6vw; font-size: 20px; font-size: 2rem;}
	
	.searchproductlist .list .box .title{font-size: 14px; line-height: 1.3;}
}

/*内页搜索分页*/
#pagination{overflow: hidden;}
.pagination-buttons{margin-top: 20px; padding-bottom: 20px; text-align: center; font-size: 14px; font-size: 1.4rem;}
.pagination-buttons a{padding:7px 12px; margin: 0 2px; background: #e5e5e5; cursor: pointer; display: inline-block;}
.pagination-buttons a:hover, .pagination-buttons a.on{background: #1f7dec; color: #fff;}

/*详细页上一页下一页*/
.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-right: 10px;}
.preNext .list p a:hover{/*color: #ed1c24;*/}

@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: #ed1c24;}
.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;  direction: rtl;}
.page_list a{background: #e2eefb; 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: #1f7dec;}

@media only screen and (max-width:1366px){
	.page_list a{width: 3.6vw; height: 3.6vw;}
}
@media only screen and (max-width:800px){
	.page_info{margin: 2% 0 6% 0;}
	.page_list{margin: 2% 0 6% 0;}
	.page_list a{margin: 0 2px; width: 4.6vw; height: 4.6vw;}
}
@media only screen and (max-width:560px){
	.page_list a{width: 7vw; height: 7vw;}
}

