@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#dee2f1; border-radius: 10px;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background:#1e3791; border-radius: 10px;} 

/* 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%;}
}

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", "Roboto",sans-serif; font-weight: 500; font-size:12px; font-size:1.2rem; margin:0 auto; color:#222; PADDING-TOP:0px; overflow-x: hidden;}
a{color:#222; text-decoration:none;}
a:hover{color:#1e3791;}

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

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

.Montserrat200{font-family: 'Montserrat'; font-weight: 200;}
.Montserrat300{font-family: 'Montserrat'; font-weight: 300;}
.Montserrat400{font-family: 'Montserrat'; font-weight: 400;}
.Montserrat500{font-family: 'Montserrat'; font-weight: 500;}
.Montserrat600{font-family: 'Montserrat'; font-weight: 600;}
.Montserrat700{font-family: 'Montserrat'; font-weight: 700;}
.Montserrat800{font-family: 'Montserrat'; font-weight: 800;}


.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:99; cursor:pointer;}
.cbbfixed .cbbtn {width: 40px; height: 40px; display: block; background-color:#1e3791;}
.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;}
}

@media only screen and (max-width:1366px) {}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:940px) {}
@media only screen and (max-width:800px) {}
@media only screen and (max-width:560px){}

/*container*/
.container{width: 92%; max-width: 1720px; margin: 0 auto;}

@media only screen and (max-width:1740px) {
	.container{max-width: auto;}
}

/*head*/
.header{position: fixed; z-index: 999; width: 100%; padding: .8% 1.5%; display: flex; align-items: center; justify-content: space-between; transition: .7s; background: #fff; box-shadow: 0 0 55px rgba(0,0,0, .2);}

.header .logo{width: 10.5%; min-width: 120px;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom: 30.7%; overflow: hidden; display: block; background: url(../../images/logo.png) no-repeat left center; background-size: 100%; transition: 1s;}

.nav{flex: 1; width: 100%; margin: 0 10%;}
.nav .nav_pc{width: 100%; display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative; display: flex; align-items: center; justify-content:center;}
.nav ul li .f_a a{position: relative; width: 100%; padding: 1% 0; display:inline-block; display: flex; align-items: center; justify-content:center;}
.nav ul li.hovert .f_a a, .nav ul li:hover .f_a a{color: #1e3791;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; top:200%; transform:translate(-40%, 0); width: 24vw; min-width: 340px; background:#fff; box-shadow: 0 0 40px rgba(0,0,0, .1); z-index: 9;}
.nav ul li:last-child .s_navbox{}
.nav ul li .s_navbox .box{display: flex; justify-content: space-between; padding: 5% 5%;}
.nav ul li .s_navbox .s_a{flex: 1; padding-right: 5%; margin-right: 5%; border-right: 1px solid rgba(0,0,0,.08); display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.nav ul li .s_navbox .s_a a{width: 100%; position: relative; display:block; padding: 10px 0; 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: #1e3791; 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: #1e3791;}
.nav ul li .s_navbox .s_a a span{position: relative;}
.nav ul li .s_navbox .s_r{width: 35%; min-width: 120px;}
.nav ul li .s_navbox .s_r .s_r_img{position: relative; width: 100%; height: 0; padding-bottom: 58%; overflow: hidden;}
.nav ul li .s_navbox .s_r .s_r_img 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 .phone{color: #1e3791;}
.header .r .phone i{margin-right: 7px;}

.search{*zoom: 1; position: relative;}
.search:after{content: ""; display: table; clear: both;}
.search-button{margin: 0 1vw 0 1.5vw; color: #fff; width: 1.8vw; min-width: 30px; height: 1.8vw; min-height: 30px; border-radius: 100%; background: url(../../images/s.png) #1e3791 no-repeat center center; background-size: 40%; text-transform: capitalize; position: relative; cursor: pointer; overflow: hidden; transition: .5s;}
.header .search-button:hover{background: url(../../images/s.png) #102676 no-repeat center center; background-size: 40%;}
#toggle-search:after{transition: top, 0.5s; position: absolute; top: 52px; left: 50%; margin-left: -8px; content: ""; border-color: transparent transparent #fff; border-width: 8px 8px 12px;}
#search{transition: max-height, 0.5s; position: absolute; top: 30px; z-index: 9; right: 0; width:200px; max-height: 0; overflow: hidden; background-color: #ececec;}
#search.open{max-height: 40px; 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: 40px;}
#search input::-webkit-input-placeholder{color: #888;}
#search input[type="search"]{width:150px;padding: 0 5px 0 12px; background:none; border: none;}
#search input::-webkit-input-placeholder{color: #999;}
#search input[type="submit"]{position: absolute; bottom: 0; right: 0; width: 50px; margin: 0; padding: 0; color: #fff; background:#1e3791; border: none; cursor: pointer;}

.header .r .lag{width: 1.8vw; min-width: 30px; height: 1.8vw; min-height: 30px; border-radius: 100%; background: #f8e088; display: flex; align-items: center; justify-content: center; transition: .5s;}
.header .r .lag a{color: #1e3791;}
.header .r .lag:hover{background: #e2c762;}

@media screen and (max-width: 1600px){
	.nav ul li .s_navbox{top:170%;}
}
@media screen and (max-width: 1280px){
	.nav{margin: 0 5%;}
	.nav ul li .s_navbox{top:150%;}
}
@media screen and (max-width: 1024px){
	.nav{margin: 0 3%;}
	
	.search-button{min-width: 26px; min-height: 26px;}
	
	.header .lag{min-width: 26px; min-height: 26px;}
}

.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; padding: 0 2%; background:#fff; position:fixed; top:0px; left:0px; width:100%; z-index:9999; border-bottom:1px solid #ddd; 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{margin-right: 3vw; width: 34px; height: 34px; border-radius: 100%; background: #1e3791; display: flex; align-items: center; justify-content: center;}
	.m_img .headrg .lag a{color: #fff;}
	.m_img .headrg a .m_menuimg{height:36px; vertical-align:top; display: block}
	.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, -64%); width: 100%; z-index: 12; color: #fff;}
.banner .swiper-slide .banner-text .btitle{margin: 0.5% 0;}
.banner .swiper-slide .banner-text .btitle01{margin: 1% 0 0; max-width: 70%;}
.banner .swiper-slide .banner-text .indexmore{margin-top: 5%;}

.banner .swiper-pagination{bottom: 18%;}
.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:#1e3791;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:#1e3791;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: 113px; --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: #1e3791; color: #f8e088;}

.banner .autoplay-progress{position: absolute; right: 1%; bottom: 4%; z-index: 1; width: 3vw; min-width: 30px; height: 3vw; min-height: 30px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #fff;}
.banner .autoplay-progress svg {--progress: 0; position: absolute; left: 0; top: 0px; z-index: 10; width: 100%; height: 100%; color: #fff; stroke-width: 1px; stroke: #fff; fill: none; stroke-dashoffset: calc(125.6 * (1 - var(--progress))); stroke-dasharray: 125.6; transform: rotate(-90deg);}

@media only screen and (max-width:1600px){
	.banner .swiper-slide .banner-text .btitle{font-size: 37px; font-size: 3.7rem;}
}
@media only screen and (max-width:1366px){
	.banner .swiper-slide .banner-text .btitle{font-size: 34px; font-size: 3.4rem;}
	.banner .swiper-slide .banner-text .btitle01{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1280px){
	.banner .swiper-slide .banner-text .btitle{font-size: 31px; font-size: 3.1rem;}
}
@media only screen and (max-width:1024px){
	.banner .swiper-slide .banner-text .btitle{font-size: 28px; font-size: 2.8rem;}
	.banner .swiper-slide .banner-text .btitle01{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:900px){
	.banner .swiper-slide .banner-text .btitle{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:800px){
	.banner{margin-top: 50px; height: 0; padding-bottom: 52.1%; overflow: hidden;}
	.banner .swiper-pagination{bottom: 3%;}
	.banner .swiper-slide .banner-text{transform: translate(0, -50%);}
	.banner .swiper-slide .banner-text .container{width: 86%;}
	.banner .swiper-slide .banner-text .btitle01{margin: 2% 0 0; max-width: 100%;}
	.banner .swiper-slide .banner-text .indexmore{margin-top: 10%;}
	.banner .swiper-button-prev, .banner .swiper-button-next{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; line-height: 1;}
	.banner .swiper-slide .banner-text .btitle01{font-size: 16px; font-size: 1.6rem;}
	.banner .swiper-slide .banner-text .indexmore{margin-top: 6%;}
	.banner .swiper-pagination-bullet{width:7px; height:7px;}
}

/**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;}
.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: 26px; font-size: 2.6rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 16px; font-size: 1.6rem;}
}

/**首页栏目标题**/
.indextitle{}
.indextitle p:first-child{position: relative; color: #1e3791; background: url(../../images/logo-ico.png) no-repeat left center; background-size: 22px 22px; padding-left: 30px;}
.indextitle p:nth-child(2){color: #000; line-height: 1.4; margin-top: 1%;}

@media only screen and (max-width:1600px){
	.indextitle p:nth-child(2){font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1366px){
	.indextitle p:first-child{font-size: 18px; font-size: 1.8rem; background-size: 18px 18px; padding-left: 24px;}
	.indextitle p:nth-child(2){font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:1280px){
	.indextitle p:nth-child(2){font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:1024px){
	.indextitle p:first-child{background-size: 15px 15px; padding-left: 20px;}
	.indextitle p:nth-child(2){font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:800px){
	.indextitle p:nth-child(2){font-size: 24px; font-size: 2.4rem;}
}

/**首页更多**/
.indexmore{display: inline-block;}
.indexmore a{position: relative; top: 0; padding: .7vw .7vw .7vw 1.2vw; border-radius: 1000px; background: #1e3791; display: flex; align-items: center; justify-content: flex-start; overflow: hidden; transition: .5s;}
.indexmore a:hover{top: -10px;}
.indexmore a::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #102676; transition: .5s;}
.indexmore a:hover::before{height: 100%;}
.indexmore a p:first-child{position: relative; color: #f8e088;}
.indexmore a p:nth-child(2){position: relative; margin-left: 1vw; width: 20px; height: 20px; border-radius: 50%; background: #f8e088; color: #1e3791; transition: .6s; display: flex; align-items: center; justify-content: center;}

@media only screen and (max-width:1600px){
	.indexmore a p:nth-child(2){width: 18px; height: 18px;}
}
@media only screen and (max-width:1366px){
	.indexmore a p:nth-child(2){width: 16px; height: 16px;}
}
@media only screen and (max-width:1024px){
	.indexmore a p:nth-child(2){width: 14px; height: 14px;}
}
@media only screen and (max-width:800px){
	.indexmore a{padding: 1.2vw 1.2vw 1.2vw 2vw;}
	.indexmore a p:nth-child(2){margin-left: 2vw;}
}
@media only screen and (max-width:560px){
	.indexmore a{padding: 1.6vw 1.6vw 1.6vw 2.8vw;}
	.indexmore a p:first-child{font-size: 16px; font-size: 1.6rem;}
}

/**数据优势**/
.banneradv{position: relative;}
.indexadv{position: absolute; bottom: 2%; left: 50%; transform: translate(-50%, 0); z-index: 99; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexadv .list{position: relative; width: calc((100% - 4%) / 6); padding: 1.2% 1.2%; background: rgba(255,255,255, .75); border-top-left-radius: 1.3vw; border-bottom-right-radius: 1.3vw; overflow: hidden;}
.indexadv .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #1e3791; transition: .4s;}
.indexadv .list.on::before{height: 100%;}
.indexadv .list .box{position: relative; display: flex; align-items: flex-start; justify-content: space-between;}
.indexadv .list .box .numunit{display: flex; align-items: flex-start; justify-content: flex-start;}
.indexadv .list .box .numunit .num{color: #000;}
.indexadv .list.on .box .numunit .num{color: #fff;}
.indexadv .list .box .numunit .unit{color: #f8e088; background: #1e3791; margin-left: 5px; width: 20px; height: 20px; border-radius: 100px; display: flex; align-items: center; justify-content: center;}
.indexadv .list.on .box .numunit .unit{color: #1e3791; background: #f8e088;}
.indexadv .list .box .ico{width: 26px; height: 26px; margin-top: 10px; overflow: hidden;}
.indexadv .list .box .ico img{width: 100%; transition: .5s;}
.indexadv .list.on .box .ico img{margin-top: -100%;}
.indexadv .list .title{position: relative; color: #888;}
.indexadv .list.on .title{color: rgba(255,255,255, .5);}

@media only screen and (max-width:1366px){
	.indexadv .list .box .numunit .num{font-size: 36px; font-size: 3.6rem;}
	.indexadv .list .box .numunit .unit{width: 18px; height: 18px;}
	.indexadv .list .box .ico{width: 23px; height: 23px; margin-top: 8px;}
}
@media only screen and (max-width:1280px){
	.indexadv .list .box .numunit .num{font-size: 32px; font-size: 3.2rem;}
	.indexadv .list .box .ico{width: 20px; height: 20px; margin-top: 7px;}
	.indexadv .list .title{font-size: 13px; font-size: 1.3rem;}
}
@media only screen and (max-width:1024px){
	.indexadv .list .box .numunit .num{font-size: 30px; font-size: 3rem;}
	.indexadv .list .box .ico{width: 18px; height: 18px;}
}
@media only screen and (max-width:800px){
	.indexadv{position: relative; bottom: 0; left: 0; transform: translate(0, 0); margin: 3% auto;}
	.indexadv .list{width: calc((100% - 2%) / 2); margin: 1% 0; padding: 3% 4%; background: #f8f8f8;}
	.indexadv .list .box .numunit .num{font-size: 36px; font-size: 3.6rem;}
	.indexadv .list .box .ico{width: 26px; height: 26px;}
	.indexadv .list .title{font-size: 16px; font-size: 1.6rem;}	
}
@media only screen and (max-width:560px){
	.indexadv .list .box .numunit .num{font-size: 32px; font-size: 3.2rem;}
	.indexadv .list .box .ico{width: 20px; height: 20px; margin-top: 5px;}
    .indexadv .list .title{font-size: 14px; font-size: 1.4rem;}
}

/**首页关于普荣**/
.indexabout{padding: 5.5% 0; background: url(../../images/indexabout-bg.jpg) #fcfcfa no-repeat right bottom; background-size: 77.135%;}
.indexabout .container{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexabout .container .l{width: 47%;}
.indexabout .container .l .content{border-top: 1px solid rgba(0,0,0, .1); padding-top: 3%; margin: 3% 0 10% 0; color: #666; line-height: 1.6;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; text-overflow: ellipsis; overflow: hidden;}

.indexabout .container .r{width: 47%; margin-top: 3%; border-top-left-radius: 4vw; border-bottom-right-radius: 4vw; overflow: hidden;}
.indexabout .container .r img{width: 100%;}

@media only screen and (max-width:800px){
	.indexabout{padding: 8% 0;}
	.indexabout .container .l{width: 100%;}
	.indexabout .container .l .content{padding-top: 4%; margin: 4% 0 6% 0;}
	
	.indexabout .container .r{width: 100%; margin-top: 10%;}
}


/**首页产品中心**/
.indexproduct{padding: 5.5% 0;}

.indexproductimg{position: relative; margin-top: 3%; overflow: hidden;}
.indexproductimg .swiper-wrapper{}
.indexproductimg .swiper-slide{position: relative; border-radius: .6vw; width: 40%; height: 0; padding-bottom: 39.5%; overflow: hidden; transition: .5s;}
/*.indexproductimg .swiper-slide.on, */.indexproductimg .swiper-slide-active{width: calc(60% - 20px); margin-left: 13.5px;}
.indexproductimg .swiper-slide:first-child{margin-left: 0;}
.indexproductimg .swiper-slide .box{position: absolute; left: 5%; bottom: 4%; z-index: 1; width: 90%; text-align: left;}
.indexproductimg .swiper-slide-active .box{top: 0; text-align: center;}
.indexproductimg .swiper-slide .box .title{margin-top: 6%; color: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-slide .box .title a{color: #fff;}
.indexproductimg .swiper-slide .box .desc{opacity: 0; height: 0; color: rgba(255,255,255, .8); line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-slide-active .box .desc{margin: 1% 0 5% 0; opacity: 1; height: auto;}
.indexproductimg .swiper-slide .box .more{opacity: 0; height: 0;}
.indexproductimg .swiper-slide-active .box .more{opacity: 1; height: auto;}
.indexproductimg .swiper-slide .box .more a{color: rgba(255,255,255, .8);}
.indexproductimg .swiper-slide .box .more a:hover{color: #fff;}
.indexproductimg .swiper-slide .img{position: absolute;  left: 0; top: 0; width: 100%; height: 100%; margin: 0 auto; overflow: hidden;}
.indexproductimg .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover; transition: .7s;}
.indexproductimg .swiper-button-prev, .indexproductimg .swiper-button-next{top: 47.5%; background: rgba(255,255,255,.6); color: rgba(0,0,0,.6); width: 2vw; min-width: 24px; height: 2vw; min-height:24px; border-radius: 1115px; --swiper-navigation-size: 6px; outline:none;} 
.indexproductimg .swiper-button-prev{left: 1%;}
.indexproductimg .swiper-button-next{right: 1%;}
.indexproductimg .swiper-button-prev:hover, .indexproductimg .swiper-button-next:hover{background: #1e3791; color: #fff;}
.indexproductimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexproductimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 10px; height: 10px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .5); opacity: 1; outline:none; transition: .3s;}
.indexproductimg .swiper-pagination-bullet-active{background: #1e3791; opacity: 1;}

@media only screen and (max-width:1600px){
	.indexproductimg .swiper-slide .box .title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1366px){
	.indexproductimg .swiper-slide .box .title{font-size: 26px; font-size: 2.6rem;}
	.indexproductimg .swiper-slide .box .desc{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:1280px){
	.indexproductimg .swiper-slide .box .title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:1024px){
	.indexproductimg .swiper-slide .box .title{font-size: 22px; font-size: 2.2rem;}
	.indexproductimg .swiper-slide .box .desc{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:800px){
	.indexproduct{padding: 8% 0;}
	.indexproductimg{margin-top: 6%;}
	.indexproductimg .swiper-slide{padding-bottom: 40%; border-radius: 1.2vw;}
	.indexproductimg .swiper-slide-active{width: calc(60% - 10px); margin-left: 3.5px;}
	.indexproductimg .swiper-slide .box .title{font-size: 20px; font-size: 2rem;}
	.indexproductimg .swiper-slide-active .box .desc{margin: 1% 0 3% 0;}
	.indexproductimg .swiper-button-prev{left: 2%;}
	.indexproductimg .swiper-button-next{right: 2%;}
}
@media only screen and (max-width:560px){
	.indexproductimg .swiper-slide{width: 100%; padding-bottom: 85%;}
	.indexproductimg .swiper-slide-active{width: 100%; margin-left: 0;}
	.indexproductimg .swiper-slide .box .title{font-size: 22px; font-size: 2.2rem;}
	.indexproductimg .swiper-slide-active .box .desc{margin: 1% 0 5% 0;}
}

/**首页合作伙伴**/
.indexpartner{padding: 5% 0; background: url(../../images/index-partner-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover;}
.indexpartner .container{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap; background: url(../../images/index-partner-map.png) no-repeat left bottom; background-size: 50%;}
.indexpartner .container .l{width: 50%;}
.indexpartner .container .l .content{margin: 6% 0 20% 0; padding-right: 17%; color: rgba(255,255,255, .6); line-height: 1.7;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden;}
.indexpartner .container .l .indextitle p:first-child{color: #f8e088; background: url(../../images/logo-ico1.png) no-repeat left center; background-size: 22px 22px;}
.indexpartner .container .l .indextitle p:nth-child(2){color: #fff;}
.indexpartner .container .l .indexmore{}

.indexpartner .container .r{width: 45%; padding: 3% 0 3% 3%;}
.indexpartnerlist{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexpartnerlist::after{content: ""; width: 18%;}
.indexpartnerlist .list{width: 18%; margin: 4% 3%;}
.indexpartnerlist .list:nth-child(4n){margin-right: 0;}
.indexpartnerlist .list p{position: relative; width: 100%; height: 0; padding-bottom: 100%; border-radius: 1000px; background: #fff; overflow: hidden;}
.indexpartnerlist .list p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: 1.5s;}
.indexpartnerlist .list.on p img{transform: rotateY(360deg);}
.indexpartnerlist .list p a{position: absolute; left: 0; top: 50%; transform: translate(0, -50%); width: 100%; text-align: center; color: #1e3791; display: inline-block;}

@media only screen and (max-width: 1366px){
	.indexpartner .container .l .indextitle p:first-child{background-size: 20px 20px; padding-left: 28px;}
}
@media only screen and (max-width: 1024px){
	.indexpartner .container .l .indextitle p:first-child{background-size: 17px 17px; padding-left: 22px;}
}
@media only screen and (max-width: 800px){
	.indexpartner{padding: 8% 0 6% 0;}
	.indexpartner .container{background: url(../../images/index-partner-map.png) no-repeat center 30%; background-size: 100%;}
	.indexpartner .container .l{width: 100%;}
	.indexpartner .container .l .content{margin: 4% 0 6% 0; padding-right: 0;}
	
	.indexpartner .container .r{width: 100%; padding: 0; margin-top:10%;}
	.indexpartnerlist::after{content: ""; width: 18%;}
	.indexpartnerlist .list{width: 18%; margin: 4% 6% 4% 0;}
}
@media only screen and (max-width: 560px){
}

/**首页新闻资讯**/
.indexnews{padding: 5.5% 0;}
.indexnewstop{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}

.indexnewslist{position: relative; margin-top: 2%; padding-bottom: 30px; overflow: hidden;}
.indexnewslist .swiper-wrapper{width: 100%;}
.indexnewslist .swiper-slide{padding: 3% 2%; background: url("../../images/logo-ico2.png") #f8f8f8 no-repeat left 126%; background-size: 66%; border-radius: .5vw; overflow: hidden;}
.indexnewslist .swiper-slide.on{background: #1e3791;}
.indexnewslist .swiper-slide .box{position: relative; z-index: 2;}
.indexnewslist .swiper-slide .title{line-height: 1.4; min-height: calc(1.4em * 3);  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .swiper-slide.on .title{color: #fff;}
.indexnewslist .swiper-slide .cat{margin: 18% 0 42% 0; color: #666; border: 1px solid #666; border-radius: 100px; padding: .3vw 1vw; display: inline-block;}
.indexnewslist .swiper-slide.on .cat{color: #fff; border: 1px solid #fff;}
.indexnewslist .swiper-slide .timemore{border-top: 1px solid rgba(0,0,0, .1); padding-top: 10%; display: flex; align-items: center; justify-content: space-between;}
.indexnewslist .swiper-slide.on .timemore{border-top: 1px solid rgba(255,255,255, .1);}
.indexnewslist .swiper-slide .timemore .time{color: #666; display: flex; align-items: baseline; justify-content: flex-start;}
.indexnewslist .swiper-slide .timemore .time p:first-child{color: #1e3791; margin-right: 7px;}
.indexnewslist .swiper-slide.on .timemore .time, .indexnewslist .swiper-slide.on .timemore .time p:first-child{color: #fff;}
.indexnewslist .swiper-slide .timemore .more{position: relative; width: 14%; height: 0; padding-bottom: 14%; background: #e6e6e6; color: #787878; border-radius: 1000px; overflow: hidden;}
.indexnewslist .swiper-slide.on .timemore .more{background: #1e3791; color: #f8e088;}
.indexnewslist .swiper-slide .timemore .more p{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.indexnewslist .swiper-slide .bg{position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 70%; background-image: linear-gradient(to bottom, rgba(20,43,123, 1), rgba(20,43,123, 0)); overflow: hidden; opacity: 0;}
.indexnewslist .swiper-slide.on .bg{opacity: 1;}
.indexnewslist .swiper-slide .img{position: absolute; left: 0; top: 0; z-index: 0; width: 100%; height: 100%; background: #0f1a44; opacity: 0; transform: scale(1.1) translateY(0); transition: .5s;}
.indexnewslist .swiper-slide.on .img{opacity: 1; transform: scale(1.1) translateY(-15px);}
.indexnewslist .swiper-slide.on .img img{}
.indexnewslist .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover; opacity: .7;}
.indexnewslist .swiper-button-prev, .indexnewslist .swiper-button-next{top: 41%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 24px; height: 2vw; min-height:24px; 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: #fff; color: #1e3791;}
.indexnewslist .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexnewslist .swiper-pagination-bullet{position: relative; z-index: 2; width: 10px; height: 10px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .5); opacity: 1; outline:none; transition: .3s;}
.indexnewslist .swiper-pagination-bullet-active{background: #1e3791; opacity: 1;}

@media only screen and (max-width:1366px){
	.indexnewslist .swiper-slide .timemore .time p:first-child{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:800px){
	.indexnews{padding: 8% 0;}
	.indexnewslist{margin-top: 5%;}
	.indexnewslist .swiper-slide{padding: 5% 4%;}
	.indexnewslist .swiper-slide .title{font-size: 22px; font-size: 2.2rem;}
	.indexnewslist .swiper-slide .cat{padding: .7vw 2.4vw;}
	.indexnewslist .swiper-pagination-bullet{width: 8px; height: 8px; margin:0 3px !important;}
}
@media only screen and (max-width:560px){
	.indexnewstop .indextitle{width: 100%;}
	.indexnewstop .indexmore{margin-top: 3%;}
	.indexnewslist .swiper-slide .title{font-size: 17px; font-size: 1.7rem;}
}

/**底部**/
.footer{color: rgba(255,255,255, .5); background: url("../../images/indexfooter-bg.jpg") no-repeat center center; background-size: cover;}
.footer a{color: rgba(255,255,255, .5); transition: .5s;}
.footer a:hover{color: #fff;}

.footercontainer{padding: 5% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.footerlogo{width: 12vw; min-width: 120px;}
.footerlogo img{width: 100%;}

.footerphone{margin: 2vw 0 3vw 0; display: flex; align-items: center; justify-content: flex-start;}
.footerphone .ico{color: #1e3791; width: 2.5vw; min-width: 30px; height: 2.5vw; min-height: 30px; border-radius: 100px; background: #f8e088; display: flex; align-items: center; justify-content: center;}
.footerphone .num{line-height: 1; color: #f8e088; margin-left: .8vw;}

.footercode{display: flex; align-items: center; justify-content: flex-start;}
.footercode .list{margin-right: 2vw;}
.footercode .list:last-child{margin-right: 0;}
.footercode .list img{max-width: 6vw; min-width: 70px;}
.footercode .list p{margin-top: 5px;}

.footernav{flex: 1; width: 100%; margin-left: 5%; display: flex; justify-content: space-between;}
.footernav .list{}
.footernav .flist-title{}
.footernav .flist-title a{color: #fff;}
.footernav .navlist{margin-top: 1.2vw;}
.footernav .navlist a{margin: 0.5vw 0; display: block;}

.footercontact{border-top: 1px solid rgba(255,255,255, .1); border-bottom: 1px solid rgba(255,255,255, .1); padding: 3% 0; line-height: 1; display: flex; justify-content: space-between; flex-flow: wrap;}
.footercontact .list{max-width: 30%;}
.footercontact .list p:nth-child(2){color: #fff; margin-top: 10px;}

.footercopy{padding: 2% 0 3% 0; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.footercopy p{margin-right: 10px;}
.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: .3; transition: .5s;}
.zqkj:hover{opacity: 1;}

@media only screen and (max-width: 1366px){
	.footerphone .num p:nth-child(2){font-size: 32px; font-size: 3.2rem;}
	
	.footernav{margin-left: 2%;}
}
@media only screen and (max-width: 1024px){
	.footerphone .num p:nth-child(2){font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width: 800px){
	.footerbox{width: 100%; display: flex; align-items: center; justify-content: center; flex-flow: wrap;}
	.footerlogo{width: 40vw; min-width: 120px; margin: 0 auto; text-align: center;}
	
	.footerphone{margin: 8% 0;justify-content: center;}
	.footerphone .ico{width: 7vw; min-width: 32px; height: 7vw; min-height: 32px;}
	.footerphone .num{margin-left: 1.5vw;}
	.footerphone .num p:nth-child(2){font-size: 36px; font-size: 3.6rem;}
	
	.footercode{width: 100%; justify-content: center;}
	.footercode .list{margin-right: 4vw;}
	.footercontact .list{max-width: 100%;}
	.footercode .list img{max-width: 20vw; min-width: 90px;}

	.footernav{flex: none; margin: 5% 0; justify-content: flex-start; flex-flow: wrap;}
	.footernav .list{margin: 1% 0; width: 25%; text-align: center;}
	.footernav .navlist{display: none;}
	
	.footercontact{padding: 4% 0;}
	.footercontact .list{width: 55%; margin: 3% 0;}
	.footercontact .list:nth-child(2n){width: 45%;}
}
@media only screen and (max-width: 560px){
	.footercontainer{padding-bottom: 2%;}
	.footernav .flist-title{font-size: 18px; font-size: 1.8rem;}
	
	.footerphone .num p:nth-child(2){font-size: 28px; font-size: 2.8rem;}
	
	.footercontact{font-size: 18px; font-size: 1.8rem;}
	.footercontact .list{margin: 1% 0; display: flex; align-items: flex-start; justify-content: flex-start;}
	.footercontact .list, .footercontact .list:nth-child(2n){width: 100%;}
	.footercontact .list p:nth-child(2){margin-top: -1px; margin-left: 10px;}
}

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

.productbody{margin: 4% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.productbody-left{width: 22%;}
.productbody-right{width: 75%; padding: 3% 3%; background: #fff;}

.mainbody_content{line-height:1.6;}
.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){
	.productbody-left{width: 25%;}
	.productbody-right{width: 72%;}
}
@media only screen and (max-width:900px){
	.productbody-left{width: 100%;}
	.productbody-right{width: 100%; padding: 6% 5%;}
}
@media only screen and (max-width:800px){
	.mainbody{padding: 5% 0;}
	
	.productshowbody{margin-top: calc(5% + 50px)}
	
	.mainbody_content{line-height: 1.4; font-size: 18px; font-size: 1.8rem;}
	.mainbody_content p{margin:1.5vw 0;}
}
@media only screen and (max-width:560px){
	.mainbody_content p{margin:2vw 0;}
}

/*lefter*/
.bodylefter{border-bottom: 1px solid rgba(0,0,0, .1);}
.bodylefter .container{display: flex; align-items: center; justify-content: space-between;}
.about-nav{flex: 1; width: 100%; margin-right: 2%; display: flex; justify-content: flex-start;}
.about-nav a{position: relative; padding: 2.5% 0; margin-right: 2%; color: #444; display: flex; align-items: center; justify-content: center;}
.about-nav a:last-child{margin-right: 0;}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: -1px; width: 0; height: 4px; background: #1e3791; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{width: 100%;}
.about-nav a font{position: relative;}
.about-nav a:hover, .about-nav a.cur{color: #1e3791;}

.location{color: #888; padding: 2% 0;}
.location a{color: #888;}
.location i{margin: 0 5px; color: #c2c2c2;}
.location i:first-child{color: #1e3791; margin-left: 0;}
.location font{color: #1e3791; font-weight: bold;}

@media only screen and (max-width:800px){
	.bodylefter{width: 92%; margin: 0 auto; padding-top: 4%;}
	.bodylefter .container{width: 100%; flex-flow: wrap;}
	.about-nav{flex: none; width: 100%; border-left: none; margin-right: 0; flex-flow: wrap;}
	.about-nav::after{content: ""; width: calc((100% - 2%) / 3);}
	.about-nav a{color: #222; width: calc((100% - 2%) / 3); padding: 2% 0; margin: .5% 1% .5% 0; text-align: center; border: 1px solid rgba(0,0,0, .1); font-size: 18px; font-size: 1.8rem; background: #fff;}
	.about-nav a::before{bottom: 0; height: 100%;}
	.about-nav a:nth-child(3n){margin-right: 0;}
	.about-nav a:hover, .about-nav a.cur{color: #fff;}

	.location{padding: 4% 0; font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:560px){
	.about-nav a{width: calc((100% - 2%) / 2);}
	.about-nav a:nth-child(3n){margin-right: 1%;}
	.about-nav a:nth-child(2n){margin-right: 0;}
}

/*内页公司简介*/
.bodyprofile{padding: 3% 0 4% 0; background: none;}
.bodyprofile .container .l .mainbody_content{margin-top: 5%; color: #555;}
.bodyprofile .container .r{margin-top: 1%;}

.bodyprofileadv{position: relative; bottom: 0; left: 0; transform: translate(0, 0); margin: 0 auto 4%;}
.bodyprofileadv .list{background: #f8f8f8;}

@media only screen and (max-width:800px){
	.bodyprofile{padding: 6% 0;}
	.bodyprofile .container .l{width: 100%;}
	.bodyprofile .container .r{width: 100%; margin-top: 6%;}
}
@media only screen and (max-width:560px){

}

/*内页发展历程*/
.bodyhistory{position: relative; padding: 5% 0; background: url(../../images/bodyhistory-bg.jpg) no-repeat center center; background-size: cover; overflow: hidden;}
.bodyhistory::before{position: absolute; content: ""; left: 0; top: 50%; width: 100%; height: 2px; background: rgba(0,0,0, .2);}
.bodyhistorylist{overflow: hidden;}
.bodyhistorylist .swiper-wrapper{}
.bodyhistorylist .swiper-slide{position: relative; height: 33vw; overflow: hidden;}
.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, .3);}
.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: #1e3791; transition: .5s;}
.bodyhistorylist .swiper-slide.on .l::after{background: #f8e088;}
.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: #1e3791;}
.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%; line-height: 1.2; padding-right: 5px; overflow-y: auto; color: #555;}
.bodyhistorylist .swiper-slide .r .desc p{position: relative; 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: #1e3791;}
.bodyhistorylist .swiper-slide .r .title{color: #1e3791; 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: none; 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{left: 0;}
.bodyhistorylist .swiper-button-next{left: 45px;}
.bodyhistorylist .swiper-button-prev:hover, .bodyhistorylist .swiper-button-next:hover{border: 1px solid #1e3791; color: #1e3791;}

@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-next{left: 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: 66vw;}
	.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;}
}

/**内页资质荣誉列表**/
.bodyhonor{margin: 2.5% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyhonor:after{content: ''; width:calc((100% - 3%) / 3);}
.bodyhonor .list{position: relative; top: 0; width:calc((100% - 4%) / 3); margin:1% 0; padding: 2% 2%; border-radius: 5px; background: #f8f8f8; transition: .5s; display: flex; align-items: center; justify-content: space-between; overflow: hidden;}
.bodyhonor .list.on{top: -10px; box-shadow: 0 4px 16px rgba(30,55,145, .4); background: url(../../images/nofoundpic1.jpg) no-repeat center center; background-size: cover;}
.bodyhonor .list .img{position: relative; top: 0; width: 50%; height: 0; padding-bottom: 35%; overflow: hidden; transition: .5s;}
.bodyhonor .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.bodyhonor .list .img p img{max-width: 100%; max-height: 100%;}
.bodyhonor .list .title{flex: 1; width: 100%; margin-left: 5%; color: #000; position: relative; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; text-overflow: ellipsis; overflow: hidden;}
.bodyhonor .list.on .title{color: #fff;}

@media only screen and (max-width:1280px){
	.bodyhonor .list .title{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:800px){
	.bodyhonor::after{width: 100%;}
	.bodyhonor .list{width: 100%; margin: 2% 0; padding: 4% 4%;}
	.bodyhonor .list:nth-child(2n){flex-direction: row-reverse;}
	.bodyhonor .list .img{width: 40%; padding-bottom: 28%;}
	.bodyhonor .list .title{font-size: 22px; font-size: 2.2rem;}
	.bodyhonor .list:nth-child(2n) .title{margin: 0 5% 0 0;}
}
@media only screen and (max-width:560px){
	.bodyhonor .list .title{font-size: 18px; font-size: 1.8rem; -webkit-line-clamp: 5;}
}

/*内页公司优势*/
.bodyadv{margin: 2.5% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyadv::after, .bodyadv .after-add{content: ""; width: calc((100% - 6%) / 4);}
.bodyadv .list{position: relative; top: 0; width: calc((100% - 6%) / 4); margin: 1.5% 0; background: #f8f8f8; padding: 3% 2.5%; border-radius: 5px; transition: .3s; overflow: hidden;}
.bodyadv .list.on{top: -15px; box-shadow: 0 4px 16px rgba(30,55,145, .4); background: url(../../images/nofoundpic1.jpg) no-repeat center center; background-size: cover;}
.bodyadv .list .ico{position: relative; width: 18%; height: 0; padding-bottom: 18%; margin: 0 auto; overflow: hidden; transition: .5s;}
.bodyadv .list .ico p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bodyadv .list .ico p img{width: 100%; transition: .6s;}
.bodyadv .list.on .ico p img{margin-top: -100%;}
.bodyadv .list .title{margin-top: 7%;}
.bodyadv .list.on .title{color: #fff;}
.bodyadv .list .x{width: 12%; height: 3px; background: #1e3791; margin: 6% auto;}
.bodyadv .list.on .x{background: #fff;}
.bodyadv .list .desc{line-height: 1.3; color: #666; }
.bodyadv .list.on .desc{color: rgba(255,255,255, .6);}

@media only screen and (max-width:1366px){
	.bodyadv .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.bodyadv .list{width: calc((100% - 4%) / 2); margin: 2% 0;}
	.bodyadv .list .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.bodyadv .list{padding: 6% 4%;}
	.bodyadv .list.on{top: -10px;}
}
@media only screen and (max-width:560px){
	.bodyadv .list{width: 100%; padding: 10% 8%;}
	.bodyadv .list .ico{width: 12%; padding-bottom: 12%;}
	.bodyadv .list .title{font-size: 24px; font-size: 2.4rem;}
}

/*内页合作伙伴*/
.bodypartner{padding: 3% 0 4% 0; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.bodypartner .l{width: 50%; margin-top: 1%;}
.bodypartner .l .mainbody_content{margin-top: 4%;}

.bodypartner .r{width: 45%; padding-left: 3%;}
.bodypartner .list p{border: 1px solid rgba(0,0,0, .1);}

@media only screen and (max-width:800px){
	.bodypartner{padding: 6% 0;}
	.bodypartner .l{width: 100%;}
	.bodypartner .r{width: 100%; margin-top: 4%; padding-left: 0;}
}
@media only screen and (max-width:560px){
}

/*内页产品中心*/
.bodyproduct{margin: 1% auto 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproduct .list{position: relative; top: 0; width: calc((100% - 1%) / 2); padding-bottom: 39.5%; margin: 1% 0; transition: .5s;}
.bodyproduct .list .title{}
.bodyproduct .list .box{top: 0; text-align: center;}
.bodyproduct .list .box .desc{margin: 1% 0 5% 0; opacity: 1; height: auto;}
.bodyproduct .list .box .more{opacity: 1; height: auto;}

@media only screen and (max-width:900px){

}
@media only screen and (max-width:800px){
	.bodyproduct .list{width: 100%; margin: 2% 0; padding-bottom: 85%;}
	.bodyproduct .list .box .title{font-size: 32px; font-size: 3.2rem;}
	.bodyproduct .list .box .desc{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:560px){
	.bodyproduct .list .box .title{font-size: 26px; font-size: 2.6rem;}
	.bodyproduct .list .box .desc{font-size: 18px; font-size: 1.8rem;}
}

/*内页产品中心详情*/
.productshowbody-container{margin-bottom: 5%; background: #fff; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.productshowbody-container .l{width: 60%; padding: 1% 5% 3% 5%;}
.productshowbody-container .l .desc{line-height: 1.4; border-bottom: 1px solid rgba(0,0,0, .1); padding: 1.5% 0; color: #888;}
.productshowbody-container .l .data{line-height: 1.8; margin: 4% 0;}
.productshowbody-container .l .button{display: flex; justify-content: flex-start;}
.productshowbody-container .l .button a{display: inline-block; padding: 10px 3vw;}
.productshowbody-container .l .button a:first-child{color: #f8e088; background: #1e3791;}
.productshowbody-container .l .button a:nth-child(2){background: #f8e088; color: #1e3791; margin-left: 10px;}

.productshowbody-container .r{width: 40%;}
.productshowbody-container .r .img{position: relative; width: 100%; height: 0; padding-bottom: 85%; margin: 0 auto; overflow: hidden;}
.productshowbody-container .r .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: flex-start; justify-content: center;}
.productshowbody-container .r .img p img{width: 100%; height: 100%; object-fit: cover;}

.productshowbody-content{padding: 2% 0 4% 0; background: #fff;}

@media only screen and (max-width:800px){
	.productshowbody-container{flex-direction: column-reverse;}
	.productshowbody-container .l{width: 100%; padding: 4%;}
	.productshowbody-container .l .button a{padding: 8px 4vw;}
	.productshowbody-container .r{width: 100%;}
	
	.productshowbody-content{padding: 4% 0;}
}
@media only screen and (max-width:560px){
	.productshowbody-container .l .button a{padding: 6px 5vw;}
}

/*内页图片列表*/
.bodyimg{margin: 2.5% auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
.bodyimg:after{content: ''; width:calc((100% - 6%) / 3);}
.bodyimg .list{position: relative; top:0; width:calc((100% - 6%) / 3); margin: 1.5% 0; border-radius: .4vw; background: #f8f8f8; overflow: hidden; transition: .5s;}
.bodyimg .list.on{top:-10px; box-shadow: 0 8px 32px rgba(0,0,0, .1);}
.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 .box{position: relative; padding: 6% 6%; display: flex; align-items: center; justify-content: space-between;}
.bodyimg .list .box::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #1e3791; transition: .4s;}
.bodyimg .list.on .box::before{height: 100%;}

.bodyimg .list .box .title{position: relative; flex: 1; width: 100%; margin-right: 10px; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodyimg .list.on .box .title{color: #fff;}
.bodyimg .list .box .more{position: relative; width: 20px; height: 20px; border-radius: 50%; background: #dfdfdf; color: #888; transition: .6s; display: flex; align-items: center; justify-content: center;}
.bodyimg .list.on .box .more{background: #f8e088; color: #1e3791;}

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

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

@media only screen and (max-width:800px){
	.bodyimg::after{width: calc((100% - 4%) / 2);}
	.bodyimg .list{width: calc((100% - 4%) / 2); margin: 2% 0; border-radius: 1vw;}
	.bodyimg .list .imgt p{width: calc(100% - 3vw); height: calc(100% - 3vw); top: 1.5vw; left: 1.5vw;}
	.bodyimg .list .box .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:560px){
	.bodyimg:after{content: ''; width:100%;}
	.bodyimg .list{width:100%;}
	.bodyimg .list .imgt p{width: calc(100% - 6vw); height: calc(100% - 6vw); top: 3vw; left: 3vw;}
}

/**内页图片最新推荐**/
.newsshowbody-img{margin-top: 5%;}
.newsshowbody-img .list{position: relative; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .05); display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.newsshowbody-img .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #1e3791; transition: .6s;}
.newsshowbody-img .list.on::before{width: 100%;}
.newsshowbody-img .list .img{position: relative; width: 30%; height: 0; padding-bottom: 21%; background: #f8f8f8; overflow: hidden;}
.newsshowbody-img .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 5px; display: flex; align-items: center; justify-content: center;}
.newsshowbody-img .list .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.newsshowbody-img .list.on .img p img{transform: scale(1.2);}
.newsshowbody-img .list .title{flex: 1; width: 100%; margin-left: 5%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.newsshowbody-img .list.on .title{color: #1e3791;}

@media only screen and (max-width:800px){
	.newsshowbody-img{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
	.newsshowbody-img .list{width: 48%; padding: 0 0; margin: 2% 0;}
	.newsshowbody-img .list .img{width: 100%; padding-bottom: 70%;}
	.newsshowbody-img .list .title{flex: none; margin: 5% 0; text-align: center;}
}
@media only screen and (max-width:560px){
	.newsshowbody-img .list .title{font-size: 16px; font-size: 1.6rem;}
}

/*内页新闻列表*/
.bodynewslist{margin: 1% auto 2%; padding-bottom: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynewslist:after{content: ''; width: calc((100% - 4.5%) / 4);}
.bodynewslist .list{width: calc((100% - 4.5%) / 4); margin: .75% 0;}
.bodynewslist .after-add{content: ""; width: calc((100% - 4.5%) / 4); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:800px){
	.bodynewslist:after{width: 100%;}
	.bodynewslist .list{width: 100%; padding: 8% 6%; margin: 2% 0; background: url(../../images/logo-ico2.png) #f8f8f8 no-repeat left 130%; background-size: 45%;}
	.bodynewslist .list .title{font-size: 22px; font-size: 2.2rem;}
	.bodynewslist .list .cat{margin: 12% 0 25% 0;}
	.bodynewslist .list .timemore .more{width: 10%; padding-bottom: 10%;}
}
@media only screen and (max-width:560px){
	.bodynewslist .list .title{font-size: 20px; font-size: 2rem;}
}

/*内页新闻详情*/
.newsshowbody{margin: 0 auto 4%; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.newsshowbody .l{width: 70%; padding: 5% 6%; background: #fff; border-radius: 5px;}

.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-title, .productshow-title{color: #000; line-height: 1.3; margin-top: 2%;}


.newsshowbody .r{width: 28%; padding: 3%; background: #fff; border-radius: 5px;}
.newsshowbody-tjtitle{color: #000;}
.newsshowbody-news{margin-top: 5%;}
.newsshowbody-news .list{position: relative; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .1);}
.newsshowbody-news .list .title{line-height: 1.4;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.newsshowbody-news .list.on .title{color: #1e3791;}
.newsshowbody-news .list .time{color: #888; margin-top: 2%;}

@media only screen and (max-width:1600px){
	.newsshowbody-tjtitle{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1366px){
	.newsshow-title{font-size: 24px; font-size: 2.4rem;}
	.productshow-title{font-size: 30px; font-size: 3rem;}
	
	.newsshowbody-tjtitle{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:1280px){
	.productshow-title{font-size: 28px; font-size: 2.8rem;}
	
	.newsshowbody-tjtitle{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:1024px){
	.newsshow-title{font-size: 22px; font-size: 2.2rem;}
	.productshow-title{font-size: 26px; font-size: 2.6rem;}
	
	.newsshowbody-tjtitle{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:800px){
	.newsshowbody .l{width: 100%; padding: 6% 6%;}

	.newsshow-title {font-size: 20px; font-size: 2rem;}
	
	.newsshowbody .r{width: 100%; margin-top: 4%; padding: 6% 6%;}
	.newsshowbody-tjtitle{font-size: 28px; font-size: 2.8rem;}
	.newsshowbody-news .list{padding: 3% 0;}
	.newsshowbody-news .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:560px){
	.productshow-title{font-size: 24px; font-size: 2.4rem;}
	.newsshowbody-tjtitle{font-size: 24px; font-size: 2.4rem;}
	.newsshowbody-news .list .title{font-size: 18px; font-size: 1.8rem;}
}

/*内页人力资源-人才理念*/
.bodyhr-talent{padding: 4% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyhr-talent .l{width: 50%;}
.bodyhr-talent .l .mainbody_content{margin-top: 5%; color: #555;}
.bodyhr-talent .r{position: relative; width: 45%; overflow: hidden;}
.bodyhr-talent .r p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bodyhr-talent .r img{width: 100%; height: 100%; object-fit: cover;}

@media only screen and (max-width:800px){
	.bodyhr-talent{padding: 8% 0;}
	.bodyhr-talent .l{width: 100%;}
	.bodyhr-talent .r{margin-top: 5%; width: 100%; height: 0; padding-bottom: 60%;}
}
@media only screen and (max-width:560px){

}

/*内页人力资源-招聘岗位*/
.bodyhr-position{background: #f8f8f8; padding: 4% 0;}
.bodyhr-position .mainbody_content{margin: 3% 0;}
.job{}
.job .list{border-bottom: 1px solid rgba(0,0,0,.1);}
.job .list:first-child{border-top: 1px solid rgba(0,0,0,.1);}
.job .list.on{/*box-shadow: 0 0 35px rgba(0,0,0,.1); border-top: 3px solid #1e3791; background: #fff;*/ border-bottom: none;}
.job .list:last-child.on{border-bottom: none;}
.job .list .listbox{padding: 1% 0; color: #888; cursor: pointer; display: flex; align-items: center; justify-content: space-between;}
.job .list .listbox .title{flex: 1; width: 100%; color: #1e3791; transition: .5s;}
.job .list.on .listbox .title{color: #1e3791;}
.job .list .listbox .xl{width: 22%;}
.job .list .listbox .xz{width: 23%;}
.job .list .listbox .gzdd{width: 15%;}
.job .list .listbox .more{width: 5%; display: flex; align-items: center; justify-content: flex-end;}
.job .list .listbox .more p{width: 1.6vw; min-width: 18px; height: 1.6vw; min-height: 18px; border-radius: 50%; border: 1px solid rgba(0,0,0,.3); display: flex; align-items: center; justify-content: center;}
.job .list .listbox .more p i{color: #afafaf; transition: .5s;}
.job .list.on .listbox .more p{border: 1px solid #1e3791; background: #1e3791}
.job .list.on .listbox .more p i{transform: rotate(90deg); color: #fff;}
.job .list .desc{display: none; padding: 2% 0; line-height: 1.6; color: #666; border-top: 1px solid rgba(0,0,0,.1);}
.job .list.on .desc{background: #fff; padding: 2% 2%;}
.job .list .desc img{max-width: 100%;}

@media only screen and (max-width:800px){
	.bodyhr-position{padding: 8% 0;}
	.bodyhr-position .mainbody_content{margin: 5% 0;}
	.job .list .listbox{padding: 2% 0;}
}
@media only screen and (max-width:560px){
	.job .list .listbox{padding: 3% 0;}
	.job .list .listbox .xl{display: none;}
}

/*内页人力资源-员工风采*/
.bodyhr-employee{padding: 4% 0;}
.bodyhr-employeelist{position: relative; margin-top: 2%; padding-bottom: 30px; overflow: hidden;}
.bodyhr-employeelist .swiper-wrapper{width: 100%;}
.bodyhr-employeelist .swiper-slide{position: relative; border-radius: .3vw; overflow: hidden;}
.bodyhr-employeelist .swiper-slide .title{position: absolute; left: 0; bottom: 0; width: 100%; padding: 10% 3% 2% 3%; line-height: 1.4; color: #fff;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 1));}
.bodyhr-employeelist .swiper-slide.on .title{ background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(20,43,123, 1));}
.bodyhr-employeelist .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 70%;}
.bodyhr-employeelist .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.1) translateY(0); transition: .5s;}
.bodyhr-employeelist .swiper-slide.on .img img{transform: scale(1.1) translateY(-15px);}
.bodyhr-employeelist .swiper-button-prev, .bodyhr-employeelist .swiper-button-next{top: 41%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 24px; height: 2vw; min-height:24px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.bodyhr-employeelist .swiper-button-prev{left: 1%;}
.bodyhr-employeelist .swiper-button-next{right: 1%;}
.bodyhr-employeelist .swiper-button-prev:hover, .bodyhr-employeelist .swiper-button-next:hover{background: #1e3791; color: #f8e088;}
.bodyhr-employeelist .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.bodyhr-employeelist .swiper-pagination-bullet{position: relative; z-index: 2; width: 10px; height: 10px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .5); opacity: 1; outline:none; transition: .3s;}
.bodyhr-employeelist .swiper-pagination-bullet-active{background: #1e3791; opacity: 1;}

@media only screen and (max-width:1366px){
	.bodyhr-employeelist .swiper-slide .title{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:1024px){
	.bodyhr-employeelist .swiper-slide .title{font-size: 14px; font-size: 1.4rem;}
}
@media only screen and (max-width:800px){
	.bodyhr-employee{padding: 8% 0;}
	.bodyhr-employeelist .swiper-slide .title{font-size: 18px; font-size: 1.8rem;}
	.bodyhr-employeelist .swiper-pagination-bullet{width: 8px; height: 8px; margin:0 3px !important;}
}
@media only screen and (max-width:560px){
	.bodyhr-employeelist .swiper-slide .title{font-size: 16px; font-size: 1.6rem;}
}

/**内页联系我们**/
.bodycontact-location{margin: 9% auto 2%; padding: 0;}
.bodymapcontact{background: #fff; padding: 4% 5%;}

.bodymapcontact-box{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodymapcontact-box .l{width: 46%;}
.bodymapcontact-box .r{width: 48%;}

.bodycontact-map{position: relative; width: 100%; border: 1px solid rgba(0,0,0, .06); overflow: hidden;}
.bodycontact-map #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-contact .name{color: #000; padding-bottom: 4%; border-bottom: 1px solid rgba(0,0,0, .07);}
.bodycontact-contact .desc{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodycontact-contact .desc .list{width: 38%; margin: 2% 0;}
.bodycontact-contact .desc .list:nth-child(2n){width: 60%;}
.bodycontact-contact .desc .list p:first-child{color: #888;}
.bodycontact-contact .desc .list p:nth-child(2){color: #000; margin-top: 1%;}

.bodycontact-contact .code{margin-top: 4%; background: url(../../images/nofoundpic1.jpg) no-repeat center center; background-size: cover; padding: 3%; display: flex; justify-content: flex-start;}
.bodycontact-contact .code .list{width: 20%; margin-right: 5%; color: #666;}
.bodycontact-contact .code .list:last-child{margin-right: 0;}
.bodycontact-contact .code .list img{width: 100%; border: 1px solid rgba(0,0,0, .1);}
.bodycontact-contact .code .list p:nth-child(2){margin-top: 5px; color: #fff;}

@media only screen and (max-width:1600px){
	.bodycontact-contact .name{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:1366px){
	.bodycontact-contact .name{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.bodycontact-contact .name{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.bodycontact-location{margin: calc(4% + 50px) auto 4%;}
	.bodymapcontact{padding: 4% 4%;}
	.bodymapcontact-box .l{width: 100%;}
	.bodymapcontact-box .r{width: 100%; margin-top: 8%;}

	.bodycontact-map{padding-bottom: 60%;}
	
	.bodycontact-contact .name{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:560px){
	.bodymapcontact .indextitle p:nth-child(2){font-size: 22px; font-size: 2.2rem;}
	
	.bodycontact-map{padding-bottom: 100%;}
	.bodycontact-contact .name{font-size: 18px; font-size: 1.8rem;}
	.bodycontact-contact .desc .list{width: 100%;}
	.bodycontact-contact .desc .list:nth-child(2n){width: 100%;}
	.bodycontact-contact .desc .list p:nth-child(2){font-size: 16px; font-size: 1.6rem;}
}

/*内页在线留言*/
.message{padding: 3% 0;}
.messagelist{margin-top: 2%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.messagelist .list{width: calc((100% - 1%) / 2); position: relative; margin: .5% 0; padding: 0 15px; background: #fff; border: 1px solid rgba(0,0,0, .07); display: flex; align-items: center; justify-content: space-between; transition: .5s; overflow: hidden;}
.messagelist .list:hover{box-shadow: 0 3px 12px rgba(0,0,0, .1);}
.messagelist .listt{width: 100%; align-items: flex-start;}
.messagelist .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.messagelist .list img{position: absolute; right: 5%; top: 50%; transform: translate(0, -50%);}
.messagelist .list i{margin-right: 10px; margin-top: 4px; color: #888;}
.messagelist .list:hover i{color: #1e3791;}
.messagelist .listt i{margin-top: 1.3vw;}
.messagelist .listtt{padding: 0 0;}
.msg_input{width: 100%; padding: 1vw 0; border: none; background: none;}
.messagelist input::-webkit-input-placeholder{color: #999;}
.msg_textarea{width: 100%; padding: 1vw 0; height: 10vw; min-height: 100px; background: none; border: none; line-height: 1.4; resize: none;}
.messagelist textarea::-webkit-input-placeholder{color: #999;}
.msg_submitt{width: 100%; padding: 1vw 0; background: #1e3791; color: #fff; text-transform: uppercase; border: none;}	

@media only screen and (max-width:800px){
	.messagelist .list{width: 100%; margin: .5% 0;}
	.messagelist .listt i{margin-top: 2.8vw;}
	.messagelist .listtt{padding: 0 0;}
	.msg_input{padding: 2vw 0;}
	.msg_textarea{padding: 2vw 0;}
	.msg_submitt{padding: 3vw 0;}
}
@media only screen and (max-width:560px){
	.message .indextitle p:nth-child(2){font-size: 22px; font-size: 2.2rem;}
}

/*内页下载中心*/
.bodydownload{padding: 4% 0; background: #fff;}
.bodydownloadlist{margin-top: 1%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodydownloadlist::after{content: ""; width: calc((100% - 2%) / 3);}
.bodydownloadlist .list{position: relative; top: 0; width: calc((100% - 2%) / 3); margin: 0.5% 0; padding: 2% 2%; border-radius: 3px; background: #f8f8f8; display: flex; justify-content: space-between; transition: .3s; overflow: hidden;}
.bodydownloadlist .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 0; background: #1e3791; transition: .5s;}
.bodydownloadlist .list.on::before{height: 100%;}
.bodydownloadlist .list .title{position: relative; flex: 1; width: 100%; margin-right: 5%; display: flex; align-items: center; justify-content: flex-start;}
.bodydownloadlist .list .title p{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.bodydownloadlist .list.on .title{color: #fff;}
.bodydownloadlist .list .ico{position: relative; color: #1e3791; display: flex; align-items: center; justify-content: center; transition: .3s;}
.bodydownloadlist .list.on .ico{color: #fff;}

@media only screen and (max-width:800px){
	.bodydownloadlist .list{width: 100%; padding: 3% 4%;}
	.bodydownload .indextitle p:nth-child(2){font-size: 22px; font-size: 2.2rem;}
}

/*内页搜索*/
.searchbody{max-width: 1400px; margin: 9% auto 2%; 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: #1e3791; 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{color: #1e3791; border-bottom: 3px solid #1e3791;}

.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: #1e3791; 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 #1e3791;}
.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;}
.searchproductlist .list .box .title{transition: .5s; line-height: 1.6; margin-top: 3%;}
.searchproductlist .list:hover .box .title{color: #1e3791;}
.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; border: 1px solid #ebebeb; background: #e5e5e5; cursor: pointer; display: inline-block;}
.pagination-buttons a:hover, .pagination-buttons a.on{background: #1e3791; color: #fff; border: 1px solid #1e3791;}


/*详细页上一页下一页*/
.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: #1e3791;}

@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-bottom: 3%;}
.page_info span{padding:0 2px;font-weight:bold; color: #1e3791;}
.page_list{margin-bottom: 3%; font-size:16px; font-size: 1.6rem; font-family: 'Montserrat'; font-weight: 600; display: flex; justify-content: center;}
.page_list a{background: #e6e6e6; 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;}
.page_list a:hover,.page_list a.on{color:#fff; background:#1e3791;}

@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-bottom: 5%;}
	.page_list{margin-bottom: 5%;}
	.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;}
}

/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}