@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#eff4f9;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background:#2a4b9f; 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: "Noto Sans SC", "Roboto",sans-serif; min-width: 1024px; font-weight: 400; font-size:12px; font-size:1.2rem; margin:0 auto; color:#333; PADDING-TOP:0px; overflow-x: hidden; background: #fff;}
a{color:#333; text-decoration:none;}
a:hover{color:#2a4b9f;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

img{vertical-align:middle; border:0;}

.NSS100{font-family: 'Noto Sans SC'; font-weight: 100;}
.NSS300{font-family: 'Noto Sans SC'; font-weight: 300;}
.NSS400{font-family: 'Noto Sans SC'; font-weight: 400;}
.NSS500{font-family: 'Noto Sans SC'; font-weight: 500;}
.NSS700{font-family: 'Noto Sans SC'; font-weight: 700;}
.NSS900{font-family: 'Noto Sans SC'; font-weight: 900;}

.Josefin100{font-family: 'Josefin Sans', sans-serif; font-weight: 100;}
.Josefin300{font-family: 'Josefin Sans', sans-serif; font-weight: 300;}
.Josefin400{font-family: 'Josefin Sans', sans-serif; font-weight: 400;}
.Josefin600{font-family: 'Josefin Sans', sans-serif; font-weight: 600;}
.Josefin700{font-family: 'Josefin Sans', sans-serif; font-weight: 700;}

.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:3; cursor:pointer;}
.cbbfixed .cbbtn {width: 40px; height: 40px; display: block; background-image: linear-gradient(to right,#2a4b9f ,#019de9);}
.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(side-icon02.png);}
.cbbfixed .gotop:hover {background-image: linear-gradient(to right,#019de9 ,#2a4b9f);}
.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(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:1400px; margin: 0 auto;}

/*head*/
.header{width: 100%; box-shadow: 0 0 55px rgba(0,0,0, .3);}
.header.fixed{position: fixed; z-index: 999; background: #fff; border-bottom: none;}

.top{padding: 1.5% 0; display: flex; align-items: center; justify-content: space-between;}
.top .l{display: flex; align-items: center; justify-content: flex-start;}
.top .l .logo{width: 200px; transition: 0.5s;}
.top .l .logo a{position: relative; width: 100%; height: 0; padding-bottom:23%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%; transition: 1s;}
.top .l .line{width: 1px; height: 50px; background: #e8e8e8; margin: 0 18px;}
.top .l .by p:first-child{color: #000;}
.top .l .by p:nth-child(2){color: #666; margin-top: 3px;}

.top .r{flex: 1; display: flex; align-items: center; justify-content: flex-end;}
.top .r .phone{display: flex; align-items: center; justify-content: flex-start;}
.top .r .phone .ico{margin-right: 5px;}
.top .r .phone .desc p:nth-child(2){background-image:-webkit-linear-gradient(right,#019de9, #2a4b9f); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.top .r .line{width: 1px; height: 50px; background: #e8e8e8; margin: 0 1.7vw;}
.top .r .lydh{position: relative; text-align: center;}
.top .r .lydh:hover{color: #2a4b9f;}
.top .r .lydh01{margin-right: 1.7rem;}

.nav{background: #2a4b9f;}
.nav .nav_pc{display: flex; align-items: center; justify-content:space-around;}
.nav ul li{width: 100%; flex: 1; position: relative;}
.nav ul li .f_a{width: 100%; display: flex; align-items: center; justify-content: center;}
.nav ul li .f_a a{position: relative; width: 100%; padding: 7% 0; color: #fff; text-align: center;}
.nav ul li .f_a a::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #019de9; transition: .6s;}
.nav ul li:hover .f_a a::before, .nav ul li.hovert .f_a a::before{height: 100%;}
.nav ul li .f_a a p{position: relative;}
.nav ul li .f_a a p:first-child{font-family: 'Noto Sans SC'; font-weight: 500;}
.nav ul li .f_a a p:nth-child(2){font-family: 'Montserrat'; font-weight: 400; text-transform:uppercase; color: #fff; opacity: .5; font-size: 12px;}
.nav ul li.hovert .f_a a, .header.fixed .nav ul li.hovert .f_a a{font-weight: 700;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; transform:translate(-50%,0); top:100%; width: 100%; background:#fff; z-index: 9;}
.nav ul li .s_navbox .s_a a{position: relative; display:block; text-align: center; padding: 8px 2px; border-bottom: 1px solid rgba(0,0,0,.04); border-left: 1px solid rgba(0,0,0,.08); border-right: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a p{font-family: 'Montserrat'; font-weight: 500; color: #888; font-size: 12px;}
.nav ul li .s_navbox .s_a a:first-child{border-top: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a::before{content: ""; position: absolute; left: -1px; bottom: -1px; width: calc(100% + 2px); height: 0; background: #019de9; transition: .6s;}
.nav ul li .s_navbox .s_a a:hover::before{height: calc(100% + 2px);}
.nav ul li .s_navbox .s_a a:hover{color: #fff;}
.nav ul li .s_navbox .s_a a:hover p{color: #fff; opacity: .6;}
.nav ul li .s_navbox .s_a a span{position: relative;}

@media screen and (max-width: 1280px){
	.top .l .logo{width: 180px;}
	.top .r .phone .ico img{width: 40px;}
	.top .r .lydh img{height: 24px;}
	
	.nav ul li .s_navbox{width: 125px;}
}
@media screen and (max-width: 1024px){

}

/*banner*/
.banner{position: relative; width: 100%; height: 0; padding-bottom: 36%; overflow: hidden;}
.aboutbanner{height: 0; padding-bottom: 25%;}
.searchbanner{display: none;}

.banner .swiper-container{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.banner .swiper-slide{}
.banner .swiper-slide .swiper-slide-img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.banner .swiper-slide .banner-text{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 12; color: #fff;}
.banner .swiper-slide .banner-text .btitle{line-height: 1.4;}
.banner .swiper-slide .banner-text .btitle01{margin: 0.5% 0 2.5% 0;}
.banner .swiper-slide .banner-text .btitle02{line-height: 1.8; max-width: 48%; text-align: justify; color: rgba(255,255,255,.7);}
.banner .swiper-slide .banner-text .indexmore{margin-top: 8%; display: inline-block;}


.aboutbanner-desc{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); 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, .1), -1px 1px 0 rgba(0,0,0, .1), 1px 1px 0 rgba(0,0,0, .1);}

.banner .swiper-container .swiper-pagination{position:absolute; bottom: 4%; left: -4%;}
.banner .swiper-pagination-bullet{background:none;opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:rgba(255,255,255,0.4); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#1f298f;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:#1f298f; 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: 47%; background:rgba(0,0,0,.2); color: #fff; border-radius:118px; width: 45px; height: 45px; --swiper-navigation-size: 15px;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #1f298f;}

.banner .autoplay-progress{position: absolute; left: 3%; bottom: 5%; 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:1280px){
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:1024px){
	.aboutbanner-desc p{font-size: 45px; font-size: 4.5rem;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}



/**热门搜索关键词+搜索**/
.search{background: #ecf2f9; padding: 1.3% 0;}
.search .container{display: flex; align-items: center; justify-content: space-between;}
.search .searchkey{flex: 1; width: 100%;}
.search .searchkey span{color: #000; font-weight: 700;}
.search .searchkey a{color: #666; margin-right: 20px;}
.search .searchkey a:hover{color: #2a4b9f;}

.searchform{width: 30%; border-bottom: 1px solid #d3daea;}
.searchform form{display: flex; align-items: center; justify-content: space-between;}
.searchform input[type="search"]{flex: 1; background:none; border: none; padding: 3% 0; margin-right: 5%;}
.searchform input[type="submit"]{position: relative; width: 6%; height: 0; padding-bottom: 6%; background: url(s.png) no-repeat center top; background-size: 100%; border: none; cursor: pointer; text-indent: -99999px;}

/**首页栏目标题**/
.indextitle p:first-child{text-transform:uppercase; color: #000;}
.indextitle p:first-child span{color: #2a4b9f;}
.indextitle p:nth-child(2){color: #888; margin-top: 5px;}

@media only screen and (max-width:1280px){
	.indextitle p:first-child{font-size: 38px; font-size: 3.8rem;}
	.indextitle p:nth-child(2){font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:1024px){
	.indextitle p:first-child{font-size: 34px; font-size: 3.4rem;}
	.indextitle p:nth-child(2){font-size: 14px; font-size: 1.4rem;}
}

/**首页更多**/
.indexmore{}
.indexmore a{position: relative; display: flex; align-items: center; justify-content: flex-start;}
.indexmore a p:first-child{width: 40px; height: 40px; border-radius: 50%; background-image: linear-gradient(to right,#2a4b9f ,#019de9); overflow: hidden; display: flex; align-items: center; justify-content: center;}
.indexmore a p:first-child img{width: 36%;}
.indexmore a p:nth-child(2){margin-left: 5px;}

@media only screen and (max-width:1280px){
	.indexmore a p:first-child{width: 38px; height: 38px;}
}
@media only screen and (max-width:1024px){
	.indexmore a p:first-child{width: 35px; height: 35px;}
}

/**我们的优势**/
.indexadv{padding: 4% 0;}
.indexadvbox{margin-top: 4%; display: flex; align-items: center; justify-content: space-between;}
.indexadvbox .list{flex: 1; width: 100%; padding: 0 4%; border-right: 1px solid #dde2e9;}
.indexadvbox .list.on{background-image: linear-gradient(to top right,#2a4b9f ,#019de9); padding: 3% 2.5%;}
.indexadvbox .list:first-child{padding-left: 0;}
.indexadvbox .list.on:first-child{padding: 3% 2.5%;}
.indexadvbox .list:last-child{padding-right: 0; border-right: none;}
.indexadvbox .list.on:last-child{padding: 3% 2.5%;}
.indexadvbox .list .ico{position: relative; width: 40px; height: 40px; overflow: hidden; }
.indexadvbox .list .ico p{position: absolute; width: 100%; height: 100%;}
.indexadvbox .list .ico img{width: 100%; transition: .5s;}
.indexadvbox .list.on .ico img{margin-top: -100%;}
.indexadvbox .list .title{margin-top: 6%;}
.indexadvbox .list.on .title{color: #fff;}
.indexadvbox .list .desc{color: #666; margin: 6% 0 4% 0; text-align: justify;}
.indexadvbox .list.on .desc{color: #fff; opacity: .6;}
.indexadvbox .list .descen{color: #888; line-height: 1.4;}
.indexadvbox .list.on .descen{color: #fff; opacity: .4;}
.indexadvbox .list .indexmore{display: none;}
.indexadvbox .list .indexmore a{display: flex; align-items: center; justify-content: flex-end;}
.indexadvbox .list .indexmore a p:first-child{background-image: linear-gradient(to right,#fff ,#fff);}
.indexadvbox .list .indexmore a p:nth-child(2){color: #fff;}
.indexadvbox .list.on .indexmore{margin-top: 10%; display: block;}

@media screen and (max-width: 1280px){
	.indexadvbox .list .ico{width: 35px; height: 35px}
}
@media screen and (max-width: 1024px){
	.indexadvbox .list .ico{width: 30px; height: 30px}
}


/**关于我们**/
.indexabout{padding: 4% 0; background: url(indexabout-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.indexabout .indextitle p:first-child{text-transform:uppercase; color: #fff;}
.indexabout .indextitle p:first-child span{color: #fff;}
.indexabout .indextitle p:nth-child(2){color: #fff; opacity: .5;}
	
.indexabout .container{background: #fff; padding: 3%; margin-top: 2%; display: flex; justify-content: space-between;}
.indexabout .container .left{width: 48%;}
.indexabout .container .left .title{color: #2a4b9f;}
.indexabout .container .left .desc{color: #666; margin: 3% 0; line-height: 1.6; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden;}
.indexabout .container .left .descen{color: #888; line-height: 1.4;}
.indexabout .container .left .indexmore{margin-top: 4%;}

.kj{margin-top: 5%; display: flex; justify-content: flex-start;}
.kj .list{position: relative; width: 11%; margin-right: 7%;}
.kj .list .ico{position: relative; border: 1px solid #bccbdc; width: 100%; height: 0; padding-bottom: 100%;}
.kj .list.on .ico{background-image: linear-gradient(to right,#2a4b9f ,#019de9); border: 1px solid #fff;}
.kj .list .ico p{position: absolute; left: 25%; top: 25%; width: 50%; height: 50%; overflow: hidden;}
.kj .list .ico p img{width: 100%; transition: .6s;}
.kj .list.on .ico p img{margin-top: -100%;}
.kj .list .title{color: #666; margin-top: 5px;}
.kj .list.on .title{color: #2a4b9f;}

.indexabout .container .right{width: 48%; overflow: hidden;}
.indexabout .container .right img{width: 100%; height: 100%; object-fit: cover;}

@media only screen and (max-width:1280px){
	.kj .list{width: 13%; margin-right: 5%;}
}
@media only screen and (max-width:1024px){

}

/**了解我们的产品**/
.indexproduct{padding: 4% 0;}

.indexproductcat{margin: 4% 0; display: flex; align-items: center; justify-content: center;}
.indexproductcat .list{position: relative; margin: 0 .5%; display: flex; align-items: center; justify-content: center;}
.indexproductcat .list .title{display: inline-block; color: #666; padding: 6px 20px; border: 1px solid #e0e7ef; border-radius: 200px;}
.indexproductcat .list.on .title{color: #fff; background-image: linear-gradient(to right,#2a4b9f ,#019de9); border: 1px solid #2a4b9f;}

.indexproductbox{position: relative; width: 100%; height: 0; padding-bottom: 51%; overflow: hidden;}
.indexproductbox .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 96%;}
.indexproductbox .swiper-slide{position: relative; height: calc((100% - 30px) / 2) !important;}
.indexproductbox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 73%; overflow: hidden;}
.indexproductbox .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #f3f5fa; border-radius: 10px;}
.indexproductbox .swiper-slide .img p img{max-width: 70%; max-height: 70%; transition: .5s;}
.indexproductbox .swiper-slide:hover .img p img, .indexproductbox .swiper-slide.on .img p img{transform: scale(1.1);}
.indexproductbox .swiper-slide .box{position: relative; padding: 8% 0 4% 0; border-bottom: 1px solid #e0e7ef; width: 100%; display: flex; align-items: center; justify-content: space-between;}
.indexproductbox .swiper-slide .box::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 3px; background: #2a4b9f; transition: .5s;}
.indexproductbox .swiper-slide:hover .box::before, .indexproductbox .swiper-slide.on .box::before{width: 100%;}
.indexproductbox .swiper-slide .box .l{flex: 1; width: 100%;}
.indexproductbox .swiper-slide .box .title{color: #000; line-height: 1.6; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexproductbox .swiper-slide:hover .box .title, .indexproductbox .swiper-slide.on .box .title{color: #2a4b9f;}
.indexproductbox .swiper-slide .box .titleen{color: #888; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexproductbox .swiper-slide:hover .box .titleen, .indexproductbox .swiper-slide.on .box .titleen{color: #9ca8c5;}
.indexproductbox .swiper-slide .box .indexmore{margin-right: 20px; opacity: 0; transition: .5s;}
.indexproductbox .swiper-slide:hover .box .indexmore, .indexproductbox .swiper-slide.on .box .indexmore{opacity: 1; margin-right: 0;}
.indexproductbox .swiper-button-prev, .indexproductbox .swiper-button-next{top: 45%; background:rgba(0,0,0,.5); color: #fff; width: 34px; height: 34px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.indexproductbox .swiper-button-prev{left: 0;}
.indexproductbox .swiper-button-next{right: 0;}
.indexproductbox .swiper-button-prev:hover, .indexproductbox .swiper-button-next:hover{background-image: linear-gradient(to right,#2a4b9f ,#019de9); color: #fff;}
.indexproductbox .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexproductbox .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .2); opacity: 1; outline:none; transition: .3s;}
.indexproductbox .swiper-pagination-bullet-active{background-image: linear-gradient(to right,#2a4b9f ,#019de9); opacity: 1;}

@media only screen and (max-width:1280px){

}
@media only screen and (max-width:1024px){

}

/**资质荣誉**/
.indexhonor{position: relative; width: 100%; height: 0; padding-bottom: 36%; background: url(indexhonor-bg.jpg) no-repeat center center; background-size: 100%;}
.indexhonor .indextitle{padding-top: 4.5%;}


/**新闻中心**/
.indexnews{padding: 4% 0;}
.indexnewstop{display: flex; align-items: flex-end; justify-content: space-between;}
.indexnewstop .indexproductcat{flex: 1; width: 100%; margin: 0 0 1% 0; display: flex; align-items: center; justify-content: flex-end;}
.indexnewstop .indexproductcat .list:last-child{margin-right: 0;}

.indexnewsbox{margin-top: 4%; display: flex; justify-content: space-between;}
.indexnewstt{position: relative; width: 49%;}
.indexnewstt .timeimg{display: flex; justify-content: space-between;}
.indexnewstt .timeimg .time{width: 32%; background-image: linear-gradient(to right,#2a4b9f ,#019de9); display: flex; align-items: center; justify-content: center; color: #fff;}
.indexnewstt .timeimg .img{position: relative; width: 68%; height: 0; padding-bottom: 29.6%; overflow: hidden;}
.indexnewstt .timeimg .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indexnewstt .timeimg .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewstt .title{margin-top: 4%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewstt:hover .title{color: #2a4b9f;}
.indexnewstt .titleen{color: #666; margin-top: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewstt .desc{margin: 4% 0 8% 0; color: #888; line-height: 1.8; min-height: calc(1.8em * 3); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}

.indexnewsright{width: 49%; display: flex; justify-content: space-between; flex-direction:column;}
.indexnewstj{position: relative; width: 100%; height: 0; padding-bottom: 30%; overflow: hidden; background: #f3f5fa;}
.indexnewstj .indexnewstjbox{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between;}
.indexnewstj .timemore{width: 23%; padding-left: 8%;}
.indexnewstj .timemore .indexmore{margin-top: 30%;}
.indexnewstj .box{flex: 1; width: 100%; padding-right: 5%;}
.indexnewstj .box .title{text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewstj:hover .box .title{color: #2a4b9f;}
.indexnewstj .box .titleen{color: #666; margin-top: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewstj .box .desc{margin-top: 4%; color: #888; line-height: 1.8; min-height: calc(1.8em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}

.indexnewslist{width: 100%; height: 100%; display: flex; justify-content: space-between; flex-direction:column;}
.indexnewslist .list{position: relative; height: 100%; padding-top: 1.5%; border-bottom: 1px solid #e0e7ef; display: flex; align-items:baseline; justify-content: space-between;}
.indexnewslist .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: #2a4b9f; transition: 1s;}
.indexnewslist .list:hover::before{width: 100%;}
.indexnewslist .list .box{flex: 1; width: 100%;}
.indexnewslist .list .title{color: #000; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .list:hover .title{color: #2a4b9f;}
.indexnewslist .list .titleen{color: #666; margin-top: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .list .time{color: #888;}

@media only screen and (max-width:1280px){

}

/**合作代理**/
.indexcoop{color: #fff; padding: 5% 0 7% 0; background: url(indexcoop-bg.jpg) no-repeat center center;  background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.indexcoop .indextitle p:first-child{text-transform:uppercase; color: #fff;}
.indexcoop .indextitle p:first-child span{color: #fff;}
.indexcoop .indextitle p:nth-child(2){color: #fff; opacity: .5;}

.indexcoopbox{margin-top: 4%; padding: 0 2%; display: flex; align-items: center; justify-content: center; flex-flow: wrap;}
.indexcoopbox .list{position: relative; width: 11%; margin: 0 4%;}
.indexcoopbox .list:first-child{margin-left: 9%;}
.indexcoopbox .list:nth-child(4){margin-right: 9%;}
.indexcoopbox .list .logo{position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexcoopbox .list .logo img{max-width: 70%; max-height: 50%; transition: 2s;}
.indexcoopbox .list:hover .logo img{transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg); }
.indexcoopbox .list .bg{position: relative; width: 100%; height: 0; padding-bottom: 100%; border-radius: 10px; background: #fff; transform: rotate(45deg);}
.indexcoopbox .list:last-child .desc{position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexcoopbox .list:last-child .bg{background-image: linear-gradient(to right,#2a4b9f ,#019de9);}

@media only screen and (max-width:1280px){

}
@media only screen and (max-width:1024px){

}

/**底部**/
.footer{background: #f3f5fa;}
.footer a{color: #888;}
.footer a:hover{color: #2a4b9f;}

.footerlogokj{padding: 2% 0 1.5% 0; border-bottom: 1px solid #e2e6ee;}
.footerlogokj .container{display: flex; align-items: center; justify-content: space-between;}
.footerlogokj .footerlogo{}
.footerlogokj .footerlogo img{width: 11vw; min-width: 100px;}
.footerlogokj .footkj{display: flex; align-items: center; justify-content: flex-end;}
.footerlogokj .footkj .list{margin-left: 1.2vw; width: 40px; height: 40px; border-radius: 50%; background: #d7dbe9; display: flex; align-items: center; justify-content: center;}
.footerlogokj .footkj .list:hover{background-image: linear-gradient(to right,#2a4b9f ,#019de9);}
.footerlogokj .footkj .list a{color: #8b96b4; cursor: pointer;}
.footerlogokj .footkj .list:hover a{color: #fff;}

.footerbox{margin-top: 3%; display: flex; justify-content: space-between;}

.footernav{flex: 1; width: 100%; display: flex; justify-content: space-between;}
.footernav .list{}
.footernav .flist-title{}
.footernav .flist-title a{color: #000;}
.footernav .navlist{margin-top: 1.2vw;}
.footernav .navlist a{position: relative; left: 0; margin: 0.7vw 0 0 0; display: block; transition: .5s;}
.footernav .navlist a:hover{color: #1f298f; text-decoration: underline; left: 8px;}

.footerbox .line{margin: 0 5%; width: 1px; background: #e2e6ee;}

.footercontact{width: 26%;}
.footercontact .phone{/*color: #2a4b9f;*/ line-height: 1.3; background-image:-webkit-linear-gradient(right,#019de9, #2a4b9f); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.footercontact .phonetime{color: #2a4b9f;}
.footercontact .address{margin: 8% 0; color: #666; line-height: 1.6;}

.footerkf{display: flex; align-items: center; justify-content: flex-start;}
.footerkf a{position: relative; color: #2a4b9f; border: 1px solid #2a4b9f; border-radius: 100px; padding: 6px 15px; display: flex; align-items: center; justify-content: flex-start; overflow: hidden;}
.footerkf a:hover{color: #fff;}
.footerkf a::before{position: absolute; content: ""; left: 0; bottom: 0; z-index: 0; width: 100%; height: 0; background-image: linear-gradient(to right,#2a4b9f ,#019de9); transition: .5s;}
.footerkf a:hover::before{height: 100%;}
.footerkf a:first-child{margin-right: 20px;}
.footerkf a span{position: relative;}
.footerkf a i{margin-right: 10px;}

.footercopy{margin-top: 4%; padding: 1.5% 0; line-height: 1.6; color: #888; border-top: 1px solid #e2e6ee;}
.footercopy .container{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.footercopy .l{display: flex; align-items: center; justify-content: flex-start;}
.footercopy .r{display: flex; align-items: center; justify-content: flex-end;}
.footercopy p{margin-left: 15px;}
.footercopy p:first-child{margin-left: 0;}

.ipv6{display: inline-block; background: url(ipv6.png) no-repeat center center; background-size: 100%; width: 37px; height: 16px;}
.zqkj{display: inline-block; background: url(zqkj1.png) no-repeat center center; background-size: 100%; width: 107px; height: 10px; opacity: .5; transition: .5s;}
.zqkj:hover{opacity: 1;}

@media only screen and (max-width:1280px){
	.footerlogokj .footkj .list{width: 36px; height: 36px;}
}
@media only screen and (max-width:1024px){
	.footerlogokj .footkj .list{width: 32px; height: 32px;}
}

/*内页*/
.bodybg{background: #f8f8f8;}
.mainbody{}

.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{width: 100%; line-height:1.6; text-align:justify;}
.mainbody_content p{margin:1% 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){
	.productshowbody{margin-top: calc(5% + 50px)}
	
	.mainbody_content{line-height: 1.6; font-size: 18px; font-size: 1.8rem;}
	.mainbody_content p{margin:4% 0;}
}

/*about-navbox*/
.about-navbox{background: #fff; border-bottom: 1px solid rgba(0,0,0, .1);}
.about-navbox .container{display: flex; align-items: center; justify-content: space-between;}

/*about-nav*/
.about-nav{flex: 1; width: 100%; display: flex; justify-content: flex-start;}
.about-nav a{position: relative; color: #666; padding: 2% 0; margin-right: 5%;}
.about-nav a:last-child{margin-right: 0;}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: -1px; width: 0; height: 3px; background-image: linear-gradient(to right,#2a4b9f ,#019de9); transition: .7s;}
.about-nav a:hover::before, .about-nav a.cur::before{width: 100%;}
.about-nav a p{position: relative;}
.about-nav a p:nth-child(2){font-size: 12px; color: #888; font-family: 'Montserrat'; font-weight: 500;}
.about-nav a:hover, .about-nav a.cur{color: #2a4b9f; font-weight: 500;}
.about-nav a:hover p, .about-nav a.cur p{background-image:-webkit-linear-gradient(right,#019de9, #2a4b9f); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}

.about-navt a{padding: 2% 0; margin-right: 2%;}

.location{color: #888;}
.location a{color: #888;}
.location i, .location a:hover{color: #2a4b9f;}

@media only screen and (max-width:1280px){
	.about-navt a{padding: 2% 1.5%; font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:900px){
	.about-navbox{border-bottom: none;}
	
	.about-nav{margin-top: 4%; flex-flow: wrap; border-top: 1px solid rgba(0,0,0, .1);}
	.about-nav a{width: calc(100% / 4); padding: 2.5% 1%; background: #fff; border-bottom: 1px solid rgba(0,0,0, .1); font-size: 18px; font-size: 1.8rem;}
	.about-nav a:nth-child(5n){border-left: 1px solid rgba(0,0,0, .1);}

	.location{padding: 3% 0;}
}
@media only screen and (max-width:560px){
	.about-navt a{width: calc(100% / 3); padding: 3.5% 0; font-size: 16px; font-size: 1.6rem;}
	.about-navt a:nth-child(4n){border-left: 1px solid rgba(0,0,0, .1);}
	.about-navt a:nth-child(5n){border-left: none;}
}


/**内页资质荣誉列表**/
.bodyhonor{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyhonor:after{content: ''; width:calc((100% - 3%) / 2);}
.bodyhonor .list{position: relative; top:0; width:calc((100% - 3%) / 2); margin:1.5% 0; padding: 2% 3%; border-radius: 10px; background: #f3f5fa; transition: .5s; display: flex; align-items: center; justify-content: space-between; flex-direction: row-reverse;}
.bodyhonor .list:hover{top:-15px; background-image: linear-gradient(to right,#2a4b9f ,#019de9); box-shadow: 0 10px 40px rgba(42,75,159, .3);}
.bodyhonor .list .img{position: relative; width: 50%; height: 0; padding-bottom: 33%; 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 .box{width: 45%;}
.bodyhonor .list .box .year{color: #2a4b9f;}
.bodyhonor .list .box .title{margin-top: 4%;}
.bodyhonor .list .box .titleen{color: #888;}
.bodyhonor .list:hover .box .title, .bodyhonor .list:hover .box .year{color: #fff;}
.bodyhonor .list:hover .box .titleen{color: rgba(255,255,255,.4);}

@media only screen and (max-width:1600px){
	.bodyhonor .list .box .year{font-size: 35px; font-size: 3.5rem;}
}
@media only screen and (max-width:1366px){
	.bodyhonor .list .box .year{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:800px){
	.bodyhonor:after{width:100%;}
	.bodyhonor .list{width:100%; padding: 4% 5%;}
}
@media only screen and (max-width:560px){
	.bodyhonor .list .box .year{font-size: 25px; font-size: 2.5rem;}
	.bodyhonor .list .box .title{font-size: 16px; font-size: 1.6rem;}
}

/*内页产品中心*/
.bodyproduct{width: 92%; max-width:1400px; margin: 0 auto; height: auto; padding-bottom: 0; margin-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproduct::after{content: ""; width: calc((100% - 6%) / 4);}
.bodyproduct .list{top: 0; width: calc((100% - 6%) / 4); margin: 1% 0; transition: .5s;}


@media only screen and (max-width:800px){

}
@media only screen and (max-width:560px){

}

/**内页走进普联**/
.bodyabout-title{color: #2a4b9f;}

@media only screen and (max-width:1280px){
	.bodyabout-title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1024px){
	.bodyabout-title{font-size: 30px; font-size: 3rem;}
}

/*内页产品中心详情*/
.bodyproductshow{background: #f3f5fa;}
.bodyproductshow .bodyproductshow-container{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.bodyproductshow .bodyproductshow-container .img{position: relative; width: 50%; height: 0; padding-bottom: 50%; overflow: hidden;}
.bodyproductshow .bodyproductshow-container .img p{position: absolute; left: 5%; top: 5%; width: 90%; height: 90%; display: flex; align-items: center; justify-content: center;}
.bodyproductshow .bodyproductshow-container .img p img{max-width: 100%; max-height: 100%;}

.bodyproductpic{position: relative; width: 50%; height: 0; padding-bottom: 50%;  overflow: hidden;}
.gallery-top{position: absolute; left: 0; top: 0; width: 100%; height: 78%; border-bottom:1px solid #dbdbdb; overflow: hidden;}
.gallery-top .swiper-slide{width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.gallery-top .swiper-slide img{max-width: 100%; max-height: 100%; object-fit: cover;}
.gallery-top .swiper-button-prev, .gallery-top .swiper-button-next{top: 48%; background:rgba(0,0,0,.4); /*border:1px solid #dadfeb;*/ color: #fff; border-radius: 1114px; width: 34px; height: 34px; --swiper-navigation-size: 6px; outline:none;} 
.gallery-top .swiper-button-prev{left:0;}
.gallery-top .swiper-button-next{right:0;}
.gallery-top .swiper-button-prev:hover, .gallery-top .swiper-button-next:hover{background-image: linear-gradient(to right,#2a4b9f ,#019de9); color: #fff;}

.gallery-thumbs{position: absolute; left: 0; bottom: 5%; width: 100%; height: 13%;}
.gallery-thumbs .swiper-slide{height: 100%; opacity: 0.4; padding: 2%; border: 1px solid #949db4; display: flex; align-items: center; justify-content: center;}
.gallery-thumbs .swiper-slide-thumb-active{opacity: 1; border: 1px solid #2a4b9f;}
.gallery-thumbs .swiper-slide img{max-width: 100%; max-height: 100%; object-fit: cover;}




.bodyproductshow .bodyproductshow-container .box{width: 43%; margin: 5% 0;}
.bodyproductshow .bodyproductshow-container .box .titleen{color: #888;}
.bodyproductshow .bodyproductshow-container .box .desc{color: #2a4b9f; margin-top: 1%;}
.bodyproductshow .bodyproductshow-container .box .list{border-bottom: 1px solid rgba(0,0,0, .1); padding: 3.5% 0; color: #666;}
.bodyproductshow .bodyproductshow-container .box .list font{background-image:-webkit-linear-gradient(right,#019de9, #2a4b9f); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.bodyproductshow .bodyproductshow-container .box .listt{margin-top: 8%; border-top: 1px solid rgba(0,0,0, .07);}
.bodyproductshow .bodyproductshow-container .box .footerkf{margin-top: 6%;}


.bodyproductshow-content{padding: 3% 0;}

.bodyproductshowtjcp{padding-bottom: 3%;}
.bodyproductshowtjcp .indexproductbox{height: auto; padding-bottom: 3%; margin-top: 2%;}
.bodyproductshowtjcp .indexproductbox .swiper-wrapper{position: relative; left: 0; top: 0; width: 100%; height: 100%;}
.bodyproductshowtjcp .indexproductbox .swiper-button-prev, .bodyproductshowtjcp .indexproductbox .swiper-button-next{top: 35%;}
.bodyproductshowtjcp .indexproductbox .swiper-button-prev{left: 1%;}
.bodyproductshowtjcp .indexproductbox .swiper-button-next{right: 1%;}

@media only screen and (max-width:1280px){
	.bodyproductshow .bodyproductshow-container .box .title{font-size: 30px; font-size: 3rem;}
	.bodyproductshow .bodyproductshow-container .box .desc{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.bodyproductshow .bodyproductshow-container .box{width: 50%;}
	.bodyproductshow .bodyproductshow-container .box .title{font-size: 26px; font-size: 2.6rem;}
	.bodyproductshow .bodyproductshow-container .box .desc{font-size: 18px; font-size: 1.8rem;}
	.bodyproductshow .bodyproductshow-container .box .list{padding: 2.5% 0;}

}


/*内页图片列表*/
.bodyimg{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; background: #f3f5fa; border-radius: 10px; transition: .5s;}
.bodyimg .list:hover{top:-15px; background-image: linear-gradient(to top,#2a4b9f ,#019de9); box-shadow: 0 10px 40px rgba(31,41,143, .3);}

.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; transition: .5s;}
/*.bodyimg .list:hover .img{border: 1px solid #1f298f;}*/
.bodyimg .list .img p{position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); top: 20px; left: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: all 1s;}
/*.productny-list .list:hover .img p img {transform: scale(1.2);}*/

.bodyimg .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; transition: .5s;}
/*.bodyimg .list:hover .imgt{border: 1px solid #1f298f;}*/
.bodyimg .list .imgt p{position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); top: 20px; left: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .imgt p img{max-width: 100%; max-height: 100%; transition: 1s;}
/*.productny-list .list:hover .imgt p img {transform: scale(1.2);}*/

.bodyimg .list .title{position: relative; z-index: 2; padding: 0 5px; text-align: center; overflow: hidden;}
.bodyimg .list:hover .title{color: #fff;}
.bodyimg .list .titleen{text-align: center; padding: 0 5px 20px 5px; margin-top: 5px; line-height: 1.2; color: #888;}
.bodyimg .list:hover .titleen{color: rgba(255,255,255,.4);}
.bodyimg .list .title::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; transition: .5s;}
.bodyimg .list:hover .title::before{height: 100%;}
.bodyimg .list .title p{position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

.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:hover  .video-ico{background: #1f298f;}

@media only screen and (max-width:1280px){
	.bodyimg .list .img p{width: calc(100% - 30px); height: calc(100% - 30px); top: 15px; left: 15px;}		
	.bodyimg .list .imgt p{width: calc(100% - 30px); height: calc(100% - 30px); top: 15px; left: 15px;}
	.bodyimg .list .title{padding-bottom: 15px;}
}
@media only screen and (max-width:800px){
	.bodyimg:after{width:calc((100% - 3%) / 2);}
	.bodyimg .list{width:calc((100% - 3%) / 2);}
	
	.bodyimg .list .img p{width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; left: 10px;}		
	.bodyimg .list .imgt p{width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; left: 10px;}
	.bodyimg .list .title{padding-bottom: 10px;}
}
@media only screen and (max-width:560px){
	.bodyimg:after{content: ''; width:100%;}
	.bodyimg .list{width:100%; margin:3% 0;}
}

/**内页企业文化**/
.bodyrd{margin: 1% 0; background: url(indexrd-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%; display: flex; justify-content: space-between; flex-flow:wrap;}
.bodyrd::after{content: ""; width: calc(100% / 4);}
.bodyrd .list{width: calc(100% / 4); padding: 10% 2%; color: #fff; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,0); transition: .5s;}
.bodyrd .list.on{background: rgba(255,255,255,.7);}
.bodyrd .list:nth-child(4n){border-right: none;}
.bodyrd .list .ico{position: relative; width: 20%; height: 0; padding-bottom: 20%; overflow: hidden; margin: 0 auto;}
.bodyrd .list .ico p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.bodyrd .list.on .ico p{border: 2px solid #1f298f;}
.bodyrd .list .ico p span{width: 50%; height: 50%; overflow: hidden;}
.bodyrd .list .ico p span img{width: 100%; margin-top: 0; transition: .5s;}
.bodyrd .list.on .ico p span img{margin-top: -100%;}
.bodyrd .list .title{margin: 10% 0 5% 0; transition: .5s;}
.bodyrd .list.on .title{color: #1f298f;}
.bodyrd .list .desc{}
.bodyrd .list.on .desc{color: #4a53b3;}

@media only screen and (max-width:800px){
	.bodyrd{margin: 3% 0;}
	.bodyrd::after{width: calc(100% / 2);}
	.bodyrd .list{width: calc(100% / 2);}
	.bodyrd .list:nth-child(2n){border-right: none;}
}
@media only screen and (max-width:560px){
	.bodyrd::after{width: 100%;}
	.bodyrd .list{width: 100%; border-right: none; padding: 14% 1%;}
	.bodyrd .list .title{margin: 5% 0 3% 0; font-size: 22px; font-size: 2.2rem;}
}

/*内页新闻列表*/
.mainbodynews{margin-top: 3%;}
.mainbodynewstop{display: flex; justify-content: space-between;}
.mainbodynewstop .indexnewstt .timeimg .img .titlebox{position: absolute; left: 0; bottom: 0; padding: 0 3% 2% 3%; width: 100%; z-index: 2; color: #fff; background-image: linear-gradient(to top,rgba(0,0,0,0.8) ,rgba(0,0,0,0));}
.mainbodynewstop .indexnewstt:hover .timeimg .img .titlebox{background-image: linear-gradient(to top,rgba(42,75,159, 1) ,rgba(0,0,0,0));}
.mainbodynewstop .indexnewstt:hover .title{color: #fff;}
.mainbodynewstop .indexnewstt .titleen{color: #fff; opacity: .5;}

.mainbodynewstop .indexnewstj{width: 49%; padding-bottom: 0; height: auto;}

.mainbodynews .indexnewslist .list{height: auto; padding: 2% 0;}

@media only screen and (max-width:1280px){

}


/*内页新闻详情推荐*/
.newsbody{padding: 4% 0 3% 0; max-width: 1100px;}

.newsshow-title{color: #000; line-height: 1.6;}
.newsshow-info{color: #acacac; padding-bottom:2.5%; margin-top: 1%; border-bottom: 1px solid #eaeaea;}
.newsshow-info font{font-family: 'Roboto'; font-weight: 300;}

@media only screen and (max-width:800px){
	.newsbody{margin-top: calc(5% + 50px)}
	
	.newsshow-title {line-height: 1.5; font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:560px){
	.newsshow-title {font-size: 22px; font-size: 2.2rem;}
	.newsshow-info {font-size: 14px; font-size: 1.4rem;}
}

/*内页下载中心*/
.bodydownload{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodydownload .list{position: relative; top: 0; width: calc((100% - 2%) / 2); margin: 0 0 2% 0; border: 1px solid #e0e7ef; display: flex; justify-content: space-between; transition: .3s;}
.bodydownload .list:hover{top: -10px; box-shadow: 0 5px 30px rgba(42,75,159, .3);}
.bodydownload .list .time{width: 15%; color: #2a4b9f; display: flex; align-items: center; justify-content: center;}
.bodydownload .list .box{flex: 1; width: 100%; padding: 3% 0;}
.bodydownload .list .box .title{text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodydownload .list:hover .box .title{color: #2a4b9f;}
.bodydownload .list .box .titleen{color: #888; margin-top: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodydownload .list .ico{position: relative; width: 14%; background: #f3f5fa; color: #2a4b9f; display: flex; align-items: center; justify-content: center;}
.bodydownload .list:hover .ico{background-image: linear-gradient(to right,#2a4b9f ,#019de9); color: #fff;}

/**内页联系我们-联系方式/地图**/
.bodycontact-contact{margin-top: 3%; padding-top: 3%; border-top: 1px solid rgba(0,0,0,.1); display: flex; justify-content: space-between;}
.bodycontact-contact .list{max-width: 32%;}
.bodycontact-contact .list .title{color: #888;}
.bodycontact-contact .list .desc{color: #000; margin: 2vw 0; line-height: 1.8; min-height: calc(1.8em * 2); text-overflow: ellipsis;}
.bodycontact-contact .list .ico{background-image:-webkit-linear-gradient(right,#019de9, #2a4b9f); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}

.bodycontact-map{position: relative; width: 100%; height: 0; padding-bottom: 35%; margin-top: 2%; border: 1px solid rgba(0,0,0,.1); 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%;}

@media only screen and (max-width:1024px){
	.bodycontact-map{padding-bottom: 50%;}
}

/*内页联系我们-留言*/
.bodycontact-message{}

.message{padding: 2% 3%; margin-top: 2%; background: #f3f5fa; border-radius: 10px; display: flex; align-items: center; justify-content: center;}
.message form{width: 100%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.message .list{width: calc((100% - 1%) / 2); position: relative; margin: .5% 0; padding: 0 1vw; border: 1px solid rgba(0,0,0,.1); display: flex; align-items: center; justify-content: space-between; background: #fff; border-radius: 10px; transition: .5s;}
.message .list:hover{background: #fff;}
.message .listt{width: 100%; align-items: flex-start;}
.message .listtt{padding: 0 0;}
.message .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.message .list img{position: absolute; right: 5%; top: 50%; transform: translate(0, -50%);}
.message .list i{margin-right: 10px; margin-top: 4px; color: #2a4b9f;}
.message .listt i{margin-top: 25px;}
.msg_input{width: 100%; padding: 20px 0; border: none; background: none; font-family: 'Noto Sans SC'; font-weight: 400;}
.message input::-webkit-input-placeholder{color: #999;}
.msg_textarea{width: 100%; padding: 20px 0; height: 10vw; background: none; border: none; line-height: 1.4; font-family: 'Noto Sans SC'; font-weight: 400; resize: none;}
.message textarea::-webkit-input-placeholder{color: #999;}
.msg_submitt{width: 100%; padding: 20px 0; margin: 0; background-image: linear-gradient(to right,#2a4b9f ,#019de9); color: #fff; border: none; font-family: 'Noto Sans SC'; font-weight: 400;}	

@media only screen and (max-width:800px){
	.message .list{width: 100%;}
	.msg_input{padding: 2vw 0;}
	.msg_textarea{padding: 2vw 0;}
	.msg_submitt{padding: 2vw 0;}
}

/*内页联系我们-人才理念*/
.bodycontact-rczl{margin-top: 2%; border-radius: 10px; overflow: hidden; display: flex; justify-content: space-between;}
.bodycontact-rczl .img{width: 50%;}
.bodycontact-rczl .img p{width: 100%; height: 100%;}
.bodycontact-rczl .img img{width: 100%; height: 100%; object-fit: cover;}
.bodycontact-rczl .mainbody_content{flex: 1; width: 100%; padding: 2% 3%; background: #f3f5fa;}
.bodycontact-rczl .mainbody_content p{margin:2% 0;}

@media only screen and (max-width:1024px){

}

/*内页搜索*/
.searchcontainer{max-width: 1200px; margin: 5% auto;}

.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: #1f298f; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 6% 0;}
.searchcat a{color: #666; margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{color: #1f298f; border-bottom: 2px solid #1f298f;}

.searchnewslist .list{position: relative; }
.searchnewslist .list .listbox{border-bottom: 1px solid #e3e3e3; padding: 2.5% 0;}
.searchnewslist .list .cattitle{display: flex; align-items: center; justify-content: flex-start;}
.searchnewslist .list .cattitle .cat{color: #000; margin-right: 20px;}
.searchnewslist .list .cattitle .title{flex: 1; width: 100%; color: #222;}
.searchnewslist .list:hover .cattitle .title{color: #1f298f; text-decoration: underline;}
.searchnewslist .list .cattitle .title font{color: red;}
.searchnewslist .list .desc{color: #888; line-height: 1.6; margin: 1.5% 0; text-align: justify; 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 #1f298f;}
.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 .title{transition: .5s; line-height: 1.6;}
.searchproductlist .list:hover .box .title{color: #1f298f;}
.searchproductlist .list .box .title font{color: red;}
.searchproductlist .list .box .desc{color: #999; line-height: 1.8; margin-top: 5%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}

@media only screen and (max-width:800px){
	.searchcontainer{padding: 14% 0 4% 0;}
	
	.search{margin-top: 60px;}
	.search 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){
	.searchcontainer{padding: 20% 0 4% 0;}
	
	.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: #1f298f; color: #fff; border: 1px solid #1f298f;}


/*详细页上一页下一页收藏打印*/
.preNext{max-width: 1100px; padding: 1% 0 3% 0; border-top: 1px solid #e0e7ef; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.preNext p{color: #666; max-width: 48%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.preNext p a{color: #666;}
.preNext p a:hover{color: #1f298f;}

@media only screen and (max-width:800px){
	.preNext p{max-width: 100%; margin: 1% 0;}
}
@media only screen and (max-width:560px){

}

/*分页样式*/
.page_info{text-align:center; color:#666; font-size: 14px; font-size: 1.4rem; margin: 2% 0;}
.page_info span{padding:0 2px;font-weight:bold; color: #2a4b9f;}
.page_list{line-height:25px; text-align:center; letter-spacing:0; font-size:14px; font-size: 1.4rem; margin: 2% 0;}
.page_list div{text-align: center; display: inline-block; padding:2px 25px;}
.page_list a{display:inline-block; background: #eaeef6; margin: 0 3px; text-align:center; padding:4px 13px; border-radius: 5px;}
.page_list a:hover,.page_list a.on{color:#fff; background-image: linear-gradient(to right,#2a4b9f ,#019de9);}


@media only screen and (max-width:800px){
	.page_info{font-size: 14px; padding-top:5px; padding-bottom: 6%;}
	.page_list{font-size: 14px; line-height:22px; margin-top:20px; padding-bottom: 6%;}
	.page_list a{padding:2px 9px; margin:0 3px; border-radius: 3px;}
}
@media only screen and (max-width:560px){
	.page_info{font-size: 12px;}
	.page_list{font-size: 12px; line-height:18px; margin-top:10px;}
	.page_list div{padding: 0 2px;}
	.page_list a{padding:1px 7px; margin:1px 1px;}
}

/*内容分页*/
.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;}