@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#dde5f1;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background:#15499a; 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; font-weight: 400; font-size:12px; font-size:1.2rem; min-width: 900px; margin:0 auto; color:#222; PADDING-TOP:0px; overflow-x: hidden; background: #fff;}
a{color:#222; text-decoration:none;}
a:hover{color:#15499a;}

.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;}}

.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-color:#15499a;}
.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-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(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{position: fixed; left: 0; top: 0; z-index: 999; width: 100%; min-width: 900px; padding: 0.8% 1.5%; display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.header:hover, .header.fixed{background: rgba(255,255,255,1); box-shadow: 0 20px 40px rgba(23,38,69, .1);}

.header .logo{width: 4.5%; min-width: 50px;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:86%; overflow: hidden; display: block; background: url(logo.png)  no-repeat left center; background-size: 100%; transition: .5s;}
.header:hover .logo a, .header.fixed .logo a{background: url(logo1.png)  no-repeat left center; background-size: 100%;}

.header .headerbox{flex: 1; margin-left: 30%; display: flex; align-items: center; justify-content: space-between;}

.nav{flex: 1; width: 100%;}
.nav .nav_pc{display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative;}
.nav ul li .f_a{}
.nav ul li .f_a a{position: relative; color: #fff; text-align: center; font-weight: 500;}
.header:hover .nav ul li .f_a a, .header.fixed .nav ul li .f_a a{color: #222;}
.nav ul li.hovert .f_a a{color: #15499a; text-shadow:-1px -1px 0 rgba(255,255,255, .5), 1px -1px 0 rgba(255,255,255, .5), -1px 1px 0 rgba(255,255,255, .5), 1px 1px 0 rgba(255,255,255, .5);}
.header:hover .nav ul li.hovert .f_a a, .header.fixed .nav ul li.hovert .f_a a, .header:hover .nav ul li:hover .f_a a{color: #15499a;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; top: 190%; transform:translate(-50%, 0); width: 28vw; min-width: 300px; background: #fff; border-radius: 5px; box-shadow: 0 0 40px rgba(0,0,0, .1); z-index: 9;}
.nav ul li:nth-child(4) .s_navbox{min-width: 480px;}
/*.nav ul li:nth-last-child(2) .s_navbox, .nav ul li:last-child .s_navbox{left: 50%; top: 190%; transform:translate(-90%, 0);}*/
.nav ul li .s_navbox .box{display: flex; justify-content: space-between; padding: 5% 5%;}
.nav ul li .s_navbox .s_a{flex: 1; width: 100%; padding-right: 5%; margin-right: 5%; border-right: 1px solid rgba(0,0,0,.1);}
.nav ul li .s_navbox .s_a .s_aa{display: flex; justify-content: space-between; flex-flow: wrap;}
.nav ul li .s_navbox .s_a a{position: relative; padding: 10px 0; width: 100%; border-bottom: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #15499a; 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: #15499a;}
.nav ul li .s_navbox .s_img{width: 50%; min-width: 160px;}
.nav ul li .s_navbox .s_img p{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.nav ul li .s_navbox .s_img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.nav ul li:nth-child(4) .s_navbox .s_img{width: 35%;}

.search-button{margin: 0 2% 0 6%; width: 20px; height: 20px; cursor: pointer; overflow: hidden; transition: .5s; background: url(s.png) no-repeat center center; background-size: 100%;}
.header:hover .search-button, .header.fixed .search-button{background: url(s1.png)  no-repeat center center; background-size: 100%;}
.search{*zoom: 1; position: relative;}
#search{transition: max-height, 0.5s; position: absolute; top: 40px; z-index: 9; right: 0; width:200px; max-height: 0; overflow: hidden; background-color: #e0e0e0;}
#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[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; text-transform: uppercase; color: #fff; background:#15499a; border: none; cursor: pointer;}

.header .phone{color: #fff; border: 1px solid #fff; border-radius: 1000px; padding: 4px 15px;}
.header .phone i{margin-right: 5px;}
.header:hover .phone, .header.fixed .phone{color: #15499a; border: 1px solid #15499a;}

@media screen and (max-width: 1366px){
	.header .headerbox{margin-left: 20%;}
	
	.nav ul li:nth-child(4) .s_navbox{min-width: 450px;}
	
	.search-button{width: 18px; height: 18px;}
}
@media only screen and (max-width:1280px){
	.header .headerbox{margin-left: 15%;}
}
@media screen and (max-width: 1024px){
	.nav ul li:nth-child(4) .s_navbox{min-width: 430px;}
	
	.search-button{width: 16px; height: 16px;}
}


/*banner*/
.banner{position: relative; width: 100%; min-width: 900px; 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, -40%); width: 100%; z-index: 12; color: #fff;}
.banner .swiper-slide .banner-text .container{width: 92%; max-width: 1600px;}
.banner .swiper-slide .banner-text .btitle{margin: 1% 0;}
.banner .swiper-slide .banner-text .bmore{margin-top: 7%;}
.banner .swiper-slide .banner-text .bmore img{width: 8vw; min-width: 100px;}

.banner .swiper-slide .banner-text01{transform: translate(0, -90%);}
.banner .swiper-slide .banner-text01 .bmore{margin-top: 4%;}

.banner .swiper-pagination{bottom: 2%;}
.banner .swiper-pagination-bullet{background:none; opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:rgba(0,0,0,.4); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#15499a;height:1px; width:20px;position:absolute;top:4px;transform:scaleX(0);transform-origin:left;z-index:3;transition-timing-function:linear;}
.banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{width:9px;height:9px;margin-top:0;margin-left:0;background:#15499a;position:relative;z-index:1;}
.banner .swiper-pagination-bullet-active i{animation:middle 6s;}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}	
@keyframes first{0% {transform:scaleX(0.5);left:0px;}/*091*/100% {transform:scaleX(1);left:2px;} /*0915*/}
@keyframes last{0% {transform:scaleX(0.7);left:-10px;}/*1090*/20% {transform:scaleX(0.3);left:2px;} /*090*/100% {transform:scaleX(0.3);left:0px;} /*090*/}		
@keyframes middle{0% {transform:scaleX(0.7);left:-10px;}/*1091*/20% {transform:scaleX(0.45);left:2px;}/*092*/100% {transform:scaleX(1);left:2px;} /*0913*/}	
.banner .swiper-button-prev, .banner .swiper-button-next{top: 50%; background:rgba(0,0,0,.4); color: #fff; width: 40px; height: 40px; border-radius: 100px; --swiper-navigation-size: 6px; outline: none;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #15499a; color: #fff;}

.banner .autoplay-progress{position: absolute; right: 3%; bottom: 3%; 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: 44px; font-size: 4.4rem;}
}
@media only screen and (max-width:1366px){
	.banner .swiper-slide .banner-text .btitle{font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width:1280px){
	.banner .swiper-slide .banner-text .btitle{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1024px){
	.banner{height: 0; padding-bottom: 52.1%; overflow: hidden;}
	.banner .swiper-slide .banner-text .btitle{font-size: 32px; font-size: 3.2rem;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:900px){
	.banner .swiper-slide .banner-text .btitle{font-size: 30px; font-size: 3rem;}
}

/**aboutbanner**/
.aboutbanner{position: relative; width: 100%;  height: 0; padding-bottom: 36.4583%; overflow: hidden;}
.aboutbanner-desc{position: absolute; left: 50%; top:50%; transform: translate(-50%, -20%); 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);*/}
.aboutbanner-desc p:nth-child(2){margin-top: 1%; color: rgba(255,255,255, .8);}
.aboutbanner .bg, .aboutbanner .bg1{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.aboutbanner .bg1{display: none;}

@media only screen and (max-width:1600px){
	.aboutbanner-desc p:first-child{font-size: 36px; font-size: 3.6rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1366px){
	.aboutbanner-desc p:first-child{font-size: 34px; font-size: 3.4rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1024px){
	.aboutbanner-desc p:first-child{font-size: 30px; font-size: 3rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 16px; font-size: 1.6rem;}
	.aboutbanner .bg{display: none;}
	.aboutbanner .bg1{display: block;}
}

/**首页栏目标题**/
.indextitle{color: #000; line-height: 1;}
.indextitle p:nth-child(2){margin-top: 1.3vw;}

@media only screen and (max-width:1600px){
	.indextitle p:first-child{font-size: 43px; font-size: 4.3rem;}
}
@media only screen and (max-width:1366px){
	.indextitle p:first-child{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1280px){
	.indextitle p:first-child{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1024px){
	.indextitle p:first-child{font-size: 32px; font-size: 3.2rem;}
}


/**首页更多**/
.indexmore{position: relative; top: 0; color: #fff; padding: .65vw 3.5vw .65vw 1.5vw; display: inline-block; background-image: url(jt1.png); background-repeat: no-repeat; background-position: calc(100% - 1.5vw) center; background-size: 7%; background-color: #15499a; transition: .5s;}
.indexmore:hover{top: -10px; background-color: #319144;}

.bmore{background-color: rgba(255,255,255, 0); border: 1px solid #fff;}
.bmore:hover{background-color: #15499a; border: 1px solid #15499a;}

@media only screen and (max-width:1024px){
	.indexmore{padding: 5px 40px 5px 15px; background-position: calc(100% - 15px) center;}
}

/**首页更多**/
.indexmorew{position: relative; top: 0; width: 2.5vw; min-width: 30px; height: 2.5vw; min-height: 30px; border-radius: 50%; background-image: url(jt.png); background-repeat: no-repeat; background-position: center center; background-size: 25%; background-color: #fff; transition: .5s;}
.indexmorew:hover{top: -10px; background-color: #15499a; background-image: url(jt1.png); background-repeat: no-repeat; background-position: center center; background-size: 25%;}

.indexmoreb{position: relative; top: 0; width: 2.5vw; min-width: 30px; height: 2.5vw; min-height: 30px; border-radius: 50%; background-image: url(jt1.png); background-repeat: no-repeat; background-position: center center; background-size: 25%; background-color: #15499a; transition: .5s;}
.indexmoreb:hover{top: -10px; background-color: #fff; background-image: url(jt.png); background-repeat: no-repeat; background-position: center center; background-size: 25%;}


/**首页关于安联**/
.indexabout{padding: 5% 0; background: url(indexabout-bg.jpg) no-repeat center bottom; background-size: 100%;}
.indexaboutbox{display: flex; align-items: center; justify-content: space-between;}
.indexaboutbox .l{width: 47%;}
.indexaboutbox .l .content{margin: 6% 0 12% 0; color: #666; line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; text-overflow: ellipsis; overflow: hidden;}
.indexaboutbox .r{width: 46%;}
.indexaboutbox .r img{width: 100%;}

.indexaboutadv{margin-top: 8%; display: flex; justify-content: space-between;}
.indexaboutadv .list{line-height: 1; width: 16%;}
.indexaboutadv .list .title{color: #000;}
.indexaboutadv .list .x{width: 100%; height: 1px; background: rgba(0,0,0, .1); margin: 1.3vw 0 1vw 0;}
.indexaboutadv .list .numunit{color: #15499a; display: flex; align-items: baseline; justify-content: flex-start;}
.indexaboutadv .list .numunit .unit{margin-left: 5px;}

@media only screen and (max-width:1366px){
	.indexaboutadv .list .numunit .num{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1280px){
	.indexaboutadv .list .numunit .num{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1024px){
	.indexaboutadv .list .numunit .num{font-size: 45px; font-size: 4.5rem;}
	.indexaboutadv .list .title{font-size: 16px; font-size: 1.6rem;}
}

/**首页我们的五大优势**/
.indexadv{min-height: 40vw; background: url(indexadv-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%; display: flex; justify-content: space-between;}
.indexadv .list{position: relative; flex: 1; width: 100%; max-width: 20%; padding: 4% 3%; border-right: 1px solid rgba(255,255,255, .1);}
.indexadv .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: rgba(49,145,68, .8); transition: .5s;}
.indexadv .list.on::before{height: 100%;}
.indexadv .list svg{position: relative;}
.indexadv .list .num{fill: transparent; stroke: #fff; stroke-width: .5px;}
.indexadv .list .box{position: absolute; bottom: 5%; width: 74%;}
.indexadv .list .box .ico{width: 2.3vw; min-width: 20px; height: 2.3vw; min-height: 20px; display: flex; align-items: center; justify-content: center;}
.indexadv .list .box .ico img{max-width: 100%; max-height: 100%;}
.indexadv .list .box .title{color: #fff; margin-top: 1.5vw;}
.indexadv .list .box .desc{height: 0; margin-top: 4%; color: rgba(255,255,255, .6); text-align: justify; overflow: hidden; transition: .5s;}
.indexadv .list.on .desc{height: auto;}
.indexadv .list .box .indexmorew{position: relative; top: 50px; opacity: 0; transition: .5s;}
.indexadv .list.on .indexmorew{top: 0; opacity: 1; margin-top: 15%;}

@media only screen and (max-width:1366px){
	.indexadv .list .num{font-size: 55px; font-size: 5.5rem;}
	.indexadv .list .box .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1280px){
	.indexadv .list .num{font-size: 50px; font-size: 5rem;}
	.indexadv .list .box .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.indexadv .list .num{font-size: 45px; font-size: 4.5rem;}
	.indexadv .list .box .title{font-size: 18px; font-size: 1.8rem;}
	.indexadv .list .box .desc{font-size: 14px; font-size: 1.4rem;}
}


/**首页产品展示**/
.indexproduct{padding: 5% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexproduct .l{width: 23%;}

.indexproductcat{margin: 4vw 0 6vw 0; color: #888;}
.indexproductcat .list{position: relative; width: 100%; line-height: 1; margin: 8% 0;}
.indexproductcat .list.on{color: #15499a; font-size: 20px; font-weight: 500; transition: .5s;}
.indexproductcat .list::before{content: ""; display: inline-block; width: 0; height: 0; background: url(logo-ico.png) no-repeat center center; background-size: cover; transition: .5s;}
.indexproductcat .list.on::before{width: 18px; height: 18px; margin: 0 5px 0 0;}

.indexproduct .r{width: 77%;}
.indexproductimg{position: relative; padding-bottom: 30px; overflow: hidden;}
.indexproductimg .swiper-wrapper{width: 100%;}
.indexproductimg .swiper-slide{position: relative; background: #f1f3f7; padding: 3%; overflow: hidden;}
.indexproductimg .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 100%; overflow: hidden;}
.indexproductimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexproductimg .swiper-slide .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.indexproductimg .swiper-slide.on .img p img{transform: scale(1.1);}
.indexproductimg .swiper-slide .box{padding: 5%;}
.indexproductimg .swiper-slide .title{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-slide .indexmoreb{margin-top: 8%;}
.indexproductimg .swiper-slide .hoverbox{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 0; height: 0; background: rgba(21,73,154, .9); opacity: 0; transition: .5s; display: flex; align-items: center; justify-content: center;}
.indexproductimg .swiper-slide.on .hoverbox{width: 100%; height: 100%; padding: 5% 12%; opacity: 1;}
.indexproductimg .swiper-slide .hoverbox .boxt{width: 100%;}
.indexproductimg .swiper-slide .hoverbox .title{color: #fff;}
.indexproductimg .swiper-slide .hoverbox .desc{margin: 5% 0 15% 0; color: rgba(255,255,255, .6); line-height: 1.6; text-align: justify;}
.indexproductimg .swiper-button-prev, .indexproductimg .swiper-button-next{position: absolute; top: 45%; z-index: 999; background:rgba(0,0,0, .5); color: #fff; width: 2vw; min-width: 20px; height: 2vw; min-height:20px; border-radius: 1000px; --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: #15499a; color: #fff;}
/*.indexproductimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexproductimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.indexproductimg .swiper-pagination-bullet-active{background: #15499a; opacity: 1;}*/
.indexproductimg .swiper-pagination-progressbar{height: 2px; background: #f1f3f7; top: calc(100% - 2px);}
.indexproductimg .swiper-pagination-progressbar-fill{background: #15499a;}

@media only screen and (max-width:1366px){
	.indexproductcat .list.on{font-size: 18px; font-size: 1.8rem;}
	.indexproductimg .swiper-slide .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1280px){
	.indexproduct .l{width: 25%;}
	.indexproduct .r{width: 75%;}
}
@media only screen and (max-width:1024px){
	.indexproduct .l{width: 30%;}
	.indexproduct .r{width: 70%;}
}

/**首页新闻中心**/
.indexnews{padding: 5% 0; background: #f7f9fc;}
.indexnewstop{display: flex; align-items: center; justify-content: space-between;}

.indexnewshot{margin-top: 3%; display: flex; justify-content: space-between;}
.indexnewshot .list{position: relative; width: calc((100% - 60px) / 3); height: 0; padding-bottom: 33%; overflow: hidden;}
.indexnewshot .list.on{flex: 1; width: 100%;}
.indexnewshot .list:first-child{margin-right: 30px;}
.indexnewshot .list .img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.indexnewshot .list .img img{width: 100%; height: 100%; object-fit: cover;}
.indexnewshot .list .box{position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; padding: 6% 1.6vw 1.2vw 1.6vw; background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 1)); display: flex; align-items: center; justify-content: space-between;}
.indexnewshot .list.on .box{background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(21,73,154, 1));}
.indexnewshot .list .box .title{color: #fff; line-height: 1.4; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewshot .list.on .box .title{font-size: 28px; max-width: 60%;}
.indexnewshot .list .box .indexmorew{display: none;}
.indexnewshot .list.on .box .indexmorew{display: block;}

.indexnewslist{position: relative; margin-top: 30px; padding-bottom: 30px; overflow: hidden;}
.indexnewslist .swiper-wrapper{width: 100%;}
.indexnewslist .swiper-slide{position: relative; background: #fff; box-shadow: 10px 20px 40px rgba(23,38,69, .03); padding: 3%; overflow: hidden;}
.indexnewslist .swiper-slide.on{background: #15499a;}
.indexnewslist .swiper-slide .cat{color: #15499a;}
.indexnewslist .swiper-slide.on .cat{color: #fff;}
.indexnewslist .swiper-slide .title{margin: 3% 0 5% 0; color: #000; line-height: 1.6; min-height: calc(1.6em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .swiper-slide.on .title{color: #fff;}
.indexnewslist .swiper-slide .desc{color: #888; line-height: 1.4; min-height: calc(1.4em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .swiper-slide.on .desc{color: rgba(255,255,255, .6);}
.indexnewslist .swiper-slide .time{color: #888; margin-top: 14%;}
.indexnewslist .swiper-slide.on .time{color: rgba(255,255,255, .4);}
.indexnewslist .swiper-button-prev, .indexnewslist .swiper-button-next{position: absolute; top: 41%; z-index: 999; background:rgba(0,0,0, .5); color: #fff; width: 2vw; min-width: 20px; height: 2vw; min-height:20px; border-radius: 1000px; --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: #15499a; color: #fff;}
.indexnewslist .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexnewslist .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.indexnewslist .swiper-pagination-bullet-active{background: #15499a; width: 20px; opacity: 1;}

@media only screen and (max-width:1366px){
	.indexnewsboxhot .box .title{font-size: 22px; font-size: 2.2rem;}
	.indexnewsboxtj .box .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1280px){
	.indexnewsboxhot .box .title{font-size: 20px; font-size: 2rem;}
	.indexnewsboxtj .box .title{font-size: 20px; font-size: 2rem;}
}

/**首页资质证书**/
.indexhonor{padding: 5% 0; background: url(indexhonor-bg.jpg) no-repeat center calc(95% - 65px); background-size: 100%;}

.indexhonorimg{position: relative; margin-top: 3%; padding: 30px 30px 130px 30px; overflow: hidden;}
.indexhonorimg .swiper-wrapper{}
.indexhonorimg .swiper-slide{position: relative; background: #fff; width: 45%; padding: 2% 2% 0 2%; box-shadow: 0 8px 30px rgba(0,0,0, .1); overflow: hidden; transition-duration: .3s;}
.indexhonorimg .swiper-slide-active{}
.indexhonorimg .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden;}
.indexhonorimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexhonorimg .swiper-slide .img img{max-width: 100%; max-height: 100%; transition: .5s;}
.indexhonorimg .swiper-slide.on .img img{transform: scale(1.1);}
.indexhonorimg .swiper-slide .title{margin: 6% 0; color: #666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexhonorimg .swiper-slide.on .title{color: #fff;}
.indexhonorimg .swiper-button-prev, .indexhonorimg .swiper-button-next{position: absolute; top: auto; bottom: 0; z-index: 999; background:rgba(29,55,95, .5); color: #fff; width: 40px; height:40px; border-radius: 1000px; --swiper-navigation-size: 6px; outline:none;} 
.indexhonorimg .swiper-button-prev{left: calc(50% - 50px);}
.indexhonorimg .swiper-button-next{right: calc(50% - 50px);;}
.indexhonorimg .swiper-button-prev:hover, .indexhonorimg .swiper-button-next:hover{background: #15499a; color: #fff;}
.indexhonorimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexhonorimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 4px !important; background: rgba(29,55,95, .4); opacity: 1; outline:none; transition: .3s;}
.indexhonorimg .swiper-pagination-bullet-active{background: #15499a; opacity: 1;}

@media only screen and (max-width:1500px){
	.indexhonorimg .swiper-slide{width: 46%;}
}
@media only screen and (max-width:1366px){
	.indexhonorimg .swiper-slide{width: 48.2%;}
}
@media only screen and (max-width:1280px){
	.indexhonorimg .swiper-slide{width: 52%;}
}
@media only screen and (max-width:1024px){
	.indexhonorimg .swiper-slide{width: 58%;}
}

/**底部**/
.footer{color: rgba(255,255,255, .6); background: #292d34;}
.footer a{color: rgba(255,255,255, .6); transition: .5s;}
.footer a:hover{color: #fff;}

.footerlogosearch{padding: 4% 0 2% 0; border-bottom: 1px solid rgba(255,255,255, .08); display: flex; align-items: flex-end; justify-content: space-between;}
.footerlogo{}
.footerlogo img{width: 5vw; min-width: 50px;}

.footersearch{width: 14vw; min-width: 220px;}
.footersearch form{padding: 10px 15px; background: rgba(255,255,255, .1); border-radius: 3px; border: none; display: flex; align-items: center; justify-content: space-between;}
.footersearch input{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;}
.footersearch input[type="search"]{flex: 1; width: 100%; background:none; border: none; color: #fff;}
.footersearch input::-webkit-input-placeholder{color: #888;}
.footersearch input[type="submit"]{position: relative; width: 7%; height: 0; padding-bottom: 7%; text-indent: 9999px; text-transform: uppercase; color: #fff; background:url("s.png") no-repeat center center; background-size: 100%; border: none; cursor: pointer;}

.footerbox{padding: 4% 0; display: flex; justify-content: space-between; flex-flow: wrap;}

.footernav{flex: 1; width: 100%; margin-right: 10%; display: flex; justify-content: space-between; flex-flow: wrap;}
.footernav .list{}
.footernav .flist-title{}
.footernav .flist-title a{color: #fff;}
.footernav .navlist{margin-top: 1.3vw;}
.footernav .navlist a{margin: 0.5vw 0; display: block;}
.footernav .navlist a:hover{}

.footercontactcode{max-width: 25%;}
.footercontact{}
.footercontact .list{margin: 3% 0; line-height: 1.4; display: flex; justify-content: flex-start;}
.footercontact .list:first-child{color: #fff; margin: 0 0 1.3vw 0;}
.footercontact .list p:nth-child(2){flex: 1;}

.footercode{margin-top: 10%; display: flex; align-items: center; justify-content: flex-start;}
.footercode .list:first-child{margin-right: 10%;}
.footercode .list .img{max-width: 6.5vw; min-width: 70px;}
.footercode .list .img img{width: 100%; border: 1px solid #e3e3e3;}
.footercode .list .name{margin-top: 5px;}

.footercopy{border-top: 1px solid rgba(255,255,255, .08); padding: 1% 0 2% 0; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.footercopy p{margin-right: 10px;}
.footercopy p:last-child{margin-right: 0;}
.footercopy p.ipv6{margin-left: 5px;}

.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(zqkj.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:1366px){

}
@media only screen and (max-width:1024px){

}


/*内页*/
.bodybg{background: #f8f8f8;}
.mainbody{padding: 3.5% 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: 2; text-align:justify; color: #444;}
.mainbody_content p{margin:1vw 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:1366px){
	.productbody-left{width: 25%;}
	.productbody-right{width: 72%;}
	
	.mainbody_content{line-height: 1.8;}
}
@media only screen and (max-width:1024px){
	.productbody-left{width: 100%;}
	.productbody-right{width: 100%; padding: 6% 5%;}
	
	.mainbody_content{line-height: 1.6;}
}

/**location**/
.location{position: absolute; left: 50%; bottom: 3%; transform: translate(-50%, 0); z-index: 3; color: #fff;}
.location a{color: #fff;}
.location i{color: #fff; margin: 0 10px;}
.location i:first-child{margin: 0 0;}

/*about-nav*/
.about-nav{border-bottom: 1px solid rgba(0,0,0, .1);}
.about-nav .container{display: flex; justify-content: flex-start;}
.about-nav a{position: relative; color: #333; padding: 2% 4%; text-align: center; 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: 0; width: 100%; height: 0; background: #15499a; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{height: 100%;}
.about-nav a:hover, .about-nav a.cur{color: #fff;}
.about-nav a font{position: relative; z-index: 2;}

.about-navt a{padding: 2% 1.2%;}

@media only screen and (max-width:1280px){
	.about-navt a{padding: 2% 1%;}
}
@media only screen and (max-width:1024px){
	.about-navt a{padding: 2% 1.2%;}
}

/*内页企业简介*/
.bodyprofile{padding: 4% 0; background: url(indexabout-bg.jpg) no-repeat center bottom; background-size: 100%; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.bodyprofile .l{width: 39%;}

.bodyprofileimg{width: 100%;}
.bodyprofileimg img{width: 100%;}

.bodyprofileadv{}
.bodyprofileadv .list{padding: 7% 0; border-bottom: 1px solid rgba(0,0,0, .1); display: flex; align-items: flex-end; justify-content: space-between;}
.bodyprofileadv .list .numunit{color: #15499a; display: flex; align-items: baseline; justify-content: flex-start;}
.bodyprofileadv .list .numunit .unit{margin-left: 5px;}

.bodyprofile .r{flex: 1; width: 100%; margin-left: 9%;}
.bodyprofile .r .mainbody_content{color: #444;}

@media only screen and (max-width:1366px){
	.bodyprofileadv .list .numunit .num{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1280px){
	.bodyprofileadv .list .numunit .num{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1024px){
	.bodyprofileadv .list .numunit .num{font-size: 45px; font-size: 4.5rem;}
}

/**内页发展历程**/
.bodyhistory{margin: 3% auto; overflow: hidden;}
.bodyhistorytab {position: relative;}
.bodyhistorytab .swiper-slide{padding: 1.2% 0; background: #f1f3f7; cursor: pointer; overflow: hidden;}
.bodyhistorytab .swiper-slide p{color: #000; transition: .5s;}
.bodyhistorytab .swiper-slide-thumb-active{background: #15499a;}
.bodyhistorytab .swiper-slide-thumb-active p{transform: scale(1.2); color: #fff;}
.bodyhistorytab .swiper-button-prev, .bodyhistorytab .swiper-button-next{top: 50%; transform: translate(0, -30%); background:rgba(0,0,0,.4); color: #fff; border-radius: 113px; width: 20px; height: 20px; --swiper-navigation-size: 5px; outline:none;}
.bodyhistorytab .swiper-button-prev{left: 1%;}
.bodyhistorytab .swiper-button-next{right: 1%;}
.bodyhistorytab .swiper-button-prev:hover, .bodyhistorytab .swiper-button-next:hover{background: #15499a;}

.bodyhistorybox{margin-top: 15px; background: #f1f3f7;}
.bodyhistorybox .swiper-slide{padding: 5%; color: #444; line-height: 1.6; text-align: justify;}
.bodyhistorybox .swiper-slide p{padding: 1% 0;}

@media only screen and (max-width:1366px){
	.bodyhistorytab .swiper-slide{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1280px){
	.bodyhistorytab .swiper-slide{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1024px){
	.bodyhistorytab .swiper-slide{font-size: 26px; font-size: 2.6rem;}
}

/*内页企业文化*/
.bodyculture{margin: 3% auto; background: url(bodyculture-bg.jpg) no-repeat center center; background-size: cover; display: flex; justify-content: space-between;}
.bodyculture .list{position: relative; flex: 1; width: 100%; padding: 14% 0; border-right: 1px solid rgba(255,255,255,.1); overflow: hidden;}
.bodyculture .list:last-child{border-right: none;}
.bodyculture .list.on{background: rgba(0,0,0, .4);}
.bodyculture .list .ico{position: relative; top: 0; width: 18%; height: 0; padding-bottom: 18%; margin: 0 auto; overflow: hidden; transition: .5s;}
.bodyculture .list.on .ico{top: -15px;}
.bodyculture .list .ico p{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; text-align: center;}
.bodyculture .list .ico p img{max-width: 100%; max-height: 100%; transition: 2.5s;}
.bodyculture .list.on .ico p img{transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg);}
.bodyculture .list .title{position: relative; top: 0; color: #fff; margin-top: 6%; transition: .5s;}
.bodyculture .list.on .title{top: -15px;}
.bodyculture .list .desc{position: relative; top: 0; color: rgba(255,255,255, .7); margin-top: 33%; line-height: 1.6; transition: .5s;}
.bodyculture .list.on .desc{top: -15px;}

@media only screen and (max-width:1366px){
	.bodyculture .list .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1024px){
	.bodyculture .list .title{font-size: 20px; font-size: 2rem;}
}

/*内页公司优势*/
.bodyadv{margin: 2% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyadv::after{content: ""; width: calc((100% - 4%) / 3);}
.bodyadv .list{position: relative; width: calc((100% - 4%) / 3); margin: 1% 0; padding: 3%; border: 1px solid rgba(0,0,0, .08); overflow: hidden;}
.bodyadv .list.on{background: #15499a;}
.bodyadv .list .ico{width: 3.5vw; min-width: 20px; height: 3.5vw; min-height: 20px; border-radius: 1000px; background: #15499a; display: flex; align-items: center; justify-content: center;}
.bodyadv .list.on .ico{background: rgba(255,255,255, .2)}
.bodyadv .list .ico p{max-width: 45%; max-height: 45%;}
.bodyadv .list .ico p img{max-width: 100%; max-height: 100%;}
.bodyadv .list .title{color: #000; margin-top: 1.5vw;}
.bodyadv .list.on .title{color: #fff;}
.bodyadv .list .desc{margin-top: 4%; color: #888; line-height: 1.6; text-align: justify;}
.bodyadv .list .desc p{margin: 1% 0;}
.bodyadv .list.on .desc{color: rgba(255,255,255, .5);}

@media only screen and (max-width:1366px){
	.bodyadv .list .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1280px){
	.bodyadv .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.bodyadv .list .title{font-size: 18px; font-size: 1.8rem;}
	.bodyadv .list .desc{font-size: 14px; font-size: 1.4rem;}
}

/*内页新闻列表推荐新闻*/
.bodynewshot{position: relative; margin-top: 2%; padding-bottom: 30px;}
.bodynewshot .swiper-wrapper{width: 100%;}
.bodynewshot .swiper-slide{position: relative; background: #fff; border: 1px solid rgba(0,0,0, .08); display: flex; align-items: center; justify-content: space-between;}
.bodynewshot .swiper-slide .img{position: relative; width: 45%; height: 0; padding-bottom: 30%; overflow: hidden;}
.bodynewshot .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bodynewshot .swiper-slide .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.bodynewshot .swiper-slide:hover .img img{transform: scale(1.15);}
.bodynewshot .swiper-slide .box{flex: 1; width: 100%; padding: 0 5%;}
.bodynewshot .swiper-slide .box .time{color: #888;}
.bodynewshot .swiper-slide .box .title{margin: 3% 0; color: #000; line-height: 1.5; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.bodynewshot .swiper-slide:hover .box .title{color: #15499a;}
.bodynewshot .swiper-slide .box .desc{color: #888;}
.bodynewshot .swiper-slide .box .indexmoreb{margin-top: 8%;}
.bodynewshot .swiper-button-prev, .bodynewshot .swiper-button-next{top: 45%; background: rgba(0,0,0,.4); color: #fff; width: 2vw; min-width: 24px; height: 2vw; min-height:24px; border-radius: 3px; --swiper-navigation-size: 6px; outline:none;} 
.bodynewshot .swiper-button-prev{left: 1%;}
.bodynewshot .swiper-button-next{right: 1%;}
.bodynewshot .swiper-button-prev:hover, .bodynewshot .swiper-button-next:hover{background: #15499a; color: #fff;}
.bodynewshot .swiper-pagination{bottom: 2%; text-align: center; z-index: 99;}
.bodynewshot .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.bodynewshot .swiper-pagination-bullet-active{background: #15499a; opacity: 1;}

@media only screen and (max-width:1366px){
	.bodynewshot .swiper-slide .title{font-size: 20px; font-size: 2rem;}
}

/*内页新闻列表*/
.bodynewslist{margin-top: 10px; padding-bottom: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynewslist::after{content: ""; width: calc((100% - 40px) / 3);}
.bodynewslist .list{width: calc((100% - 40px) / 3); margin: 10px 0; border: 1px solid rgba(0,0,0, .08);}

@media only screen and (max-width:1366px){
	.bodynewslist{margin-top: 7.5px;}
	.bodynewslist::after{content: ""; width: calc((100% - 30px) / 3);}
	.bodynewslist .list{width: calc((100% - 30px) / 3); margin: 7.5px 0;}
	.bodynewshot .swiper-slide .title{font-size: 20px; font-size: 2rem;}
}

/*内页新闻详情*/
.newsbody-top{padding: 12% 0 6% 0; background: url(newsshow-bg.jpg) no-repeat center center; background-size: cover;}
.newsbody-top .container{max-width: 1400px;}
.newsbody{max-width: 1400px;}

.newsshow-title{color: #000; line-height: 1.4; margin-top: 3%;}
.newsshow-info{color: #666;}
.newsshow-info span{color: #999;}
.newsshow-info font{font-family: 'Montserrat'; font-size: 500; color: #666;}
.newsshow-info a{font-family: 'Noto Sans SC'; font-size: 500; color: #666;}
.newsshow-info a:hover{color: #15499a;}

@media only screen and (max-width:1600px){
	.newsshow-title{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1366px){
	.newsshow-title{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1280px){
	.newsshow-title{font-size: 34px; font-size: 3.4rem;}
}
@media only screen and (max-width:1024px){
	.newsshow-title{font-size: 30px; font-size: 3rem;}
}

/*内页产品中心*/
.bodyproduct{padding: 2% 0; background: #f7f9fc;}
.bodyproductlist{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproductlist::after{content: ""; width: calc((100% - 8%) / 3);}
.bodyproductlist .list{position: relative; top: 0; width: calc((100% - 8%) / 3); margin: 2% 0; background: #fff; box-shadow: 10px 20px 40px rgba(23,38,69, .03); transition: .5s;}
.bodyproductlist .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #15499a; transition: .5s; overflow: hidden;}
.bodyproductlist .list.on::before{height: 40%;}
.bodyproductlist .list.on{top: -15px; box-shadow: 0 20px 40px rgba(23,38,69, .15);}
.bodyproductlist .list .img{position: relative; width: 100%; height: 0; padding-bottom: 80%; background: #fff; overflow: hidden;}
.bodyproductlist .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 4%; display: flex; align-items: center; justify-content: center;}
.bodyproductlist .list .img p img{max-width: 100%; max-height: 100%; transition: .8s;}
.bodyproductlist .list.on .img p img{transform: scale(1.06);}
.bodyproductlist .list .box{position: relative; padding: 6% 6%;}
.bodyproductlist .list .box .title{}
.bodyproductlist .list.on .box .title{color: #fff;}
.bodyproductlist .list .box .desc{margin-top: 3%; line-height: 1.6; color: rgba(0,0,0, .4);}
.bodyproductlist .list.on .box .desc{color: rgba(255,255,255, .5);}
.bodyproductlist .list .box .indexmoreb{margin: 7% auto 0;}
.bodyproductlist .list.on .box .indexmoreb{background-color: #fff; background-image: url(jt.png); background-repeat: no-repeat; background-position: center center; background-size: 25%;}
.bodyproductlist .after-add{content: ""; width: calc((100% - 6%) / 3); height: 0; padding: 0; margin: 0;}

/****内页内窥镜系统详情-banner****/
.bodynkj-banner{position: relative; width: 100%; height: 0; padding-bottom: 38%; overflow: hidden;}
.bodynkj-banner .container{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -40%); height: 80%; display: flex; justify-content: space-between;}
.bodynkj-banner .l{width: 50%;}
.bodynkj-banner .l .title{color: #fff; margin-top: 15%;}
.bodynkj-banner .l .desc{margin-top: 5%; color: rgba(255,255,255, .8); line-height: 1.6; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; text-overflow: ellipsis; overflow: hidden;}
.bodynkj-banner .r{width: 48%; height: 100%; display: flex; align-items: center; justify-content: flex-end;}
.bodynkj-banner .r img{max-width: 100%; max-height: 100%; object-fit: cover;}

@media only screen and (max-width:1600px){
	.bodynkj-banner .l .title{font-size: 43px; font-size: 4.3rem;}
}
@media only screen and (max-width:1366px){
	.bodynkj-banner .l .title{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1280px){
	.bodynkj-banner .l .title{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1024px){
	.bodynkj-banner .l .title{font-size: 32px; font-size: 3.2rem;}
}

/*内页内窥镜系统详情-3CMOS高感光芯片*/
.bodynkjtitle{line-height: 1; color: #000;}
.bodynkjtitle::before{content: ""; display: inline-block; width: 35px; height: 35px; margin: 0 5px 0 0; background: url(logo-ico.png) no-repeat center center; background-size: cover; transition: .5s;}

.bodynkj-cmos{padding: 4% 0; background: #f1f3f7; overflow: hidden;}
.bodynkj-cmos-content{margin-top: 3%;}
.bodynkj-cmos-content .swiper-wrapper{}
.bodynkj-cmos-content .swiper-slide{position: relative; background: #f1f3f7; height: 20vw; overflow: hidden; display: flex; align-items: center; justify-content: space-between;}
.bodynkj-cmos-content .swiper-slide-active{}
.bodynkj-cmos-content .swiper-slide .content{width: 45%; line-height: 1.8; text-align: justify;}
.bodynkj-cmos-content .swiper-slide .img{width: 42%; text-align: center;}
.bodynkj-cmos-content .swiper-slide .img img{max-width: 100%; max-height: 20vw;}
.bodynkj-cmos-tab{margin-top: 2%; display: flex; justify-content: space-between;}
.bodynkj-cmos-tab .list{flex: 1; margin-right: 2%; padding: 1.5% 0; border-bottom: 2px solid rgba(21,73,154, .2); cursor: pointer;}
.bodynkj-cmos-tab .list:last-child{margin-right: 0;}
.bodynkj-cmos-tab .list.onf{color: #15499a; border-bottom: 2px solid rgba(21,73,154, 1);}

@media only screen and (max-width:1600px){
	.bodynkjtitle{font-size: 43px; font-size: 4.3rem;}
	.bodynkjtitle::before{width: 30px; height: 30px;}
	
	.bodynkj-cmos-tab .list{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1366px){
	.bodynkjtitle{font-size: 38px; font-size: 3.8rem;}
	.bodynkjtitle::before{width: 26px; height: 26px;}
}
@media only screen and (max-width:1280px){
	.bodynkjtitle{font-size: 36px; font-size: 3.6rem;}
	.bodynkjtitle::before{width: 22px; height: 22px;}

	.bodynkj-cmos-tab .list{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.bodynkjtitle{font-size: 32px; font-size: 3.2rem;}
	.bodynkjtitle::before{width: 18px; height: 18px;}
	
	.bodynkj-cmos-content .swiper-slide .content{font-size: 16px; font-size: 1.6rem;}
}

/*内页内窥镜系统详情-智能AI图像处理能力*/
.bodynkj-ai{padding: 4% 0;}
.bodynkj-ai-box{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynkj-ai-box::after{content: ""; width: calc((100% - 4%) / 3);}
.bodynkj-ai-box .list{width: calc((100% - 4%) / 3); margin: 1% 0; padding: 2.5% 2.5% 1.5%; background: #f1f3f7;}
.bodynkj-ai-box .list .title{color: #000;}
.bodynkj-ai-box .list .img{color: #666; margin-top: 5%; display: flex; justify-content: space-between;}
.bodynkj-ai-box .list .img .listt{width: 49%;}
.bodynkj-ai-box .list .img .listt p:first-child{position: relative; border-radius: .5vw; width: 100%; height: 0; padding-bottom: 55%; overflow: hidden;}
.bodynkj-ai-box .list .img .listt p:first-child img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.bodynkj-ai-box .list .img .listt p:nth-child(2){text-align: center; color: #666; margin-top: 10px;}

@media only screen and (max-width:1600px){}

/*内页内窥镜系统详情-产品型号*/
.bodynkj-model{padding: 5% 0; /*background: #f1f3f7;*/ background: url(bodynkj-model-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.bodynkj-model .bodynkjtitle{color: #fff;}

.bodynkj-model-img{position: relative; padding-bottom: 30px; margin-top: 4%; overflow: hidden;}
.bodynkj-model-img .swiper-wrapper{width: 100%;}
.bodynkj-model-img .swiper-slide{position: relative; background: #fff; padding: 3% 2%; overflow: hidden;}
.bodynkj-model-img .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.bodynkj-model-img .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bodynkj-model-img .swiper-slide .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.bodynkj-model-img .swiper-slide.on .img p img{transform: scale(1.1);}
.bodynkj-model-img .swiper-slide .title{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodynkj-model-img .swiper-slide .model{min-height: 30px;}
.bodynkj-model-img .swiper-slide .content{margin-top: 3%; color: #888; line-height: 1.8; min-height: calc(1.8em * 8); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; text-overflow: ellipsis; overflow: hidden;}
.bodynkj-model-img .swiper-button-prev, .bodynkj-model-img .swiper-button-next{position: absolute; top: 45%; z-index: 999; background:rgba(0,0,0, .5); color: #fff; width: 2vw; min-width: 20px; height: 2vw; min-height:20px; border-radius: 1000px; --swiper-navigation-size: 6px; outline:none;} 
.bodynkj-model-img .swiper-button-prev{left: 1%;}
.bodynkj-model-img .swiper-button-next{right: 1%;}
.bodynkj-model-img .swiper-button-prev:hover, .bodynkj-model-img .swiper-button-next:hover{background: #15499a; color: #fff;}
/*.bodynkj-model-img .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.bodynkj-model-img .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.bodynkj-model-img .swiper-pagination-bullet-active{background: #15499a; opacity: 1;}*/
.bodynkj-model-img .swiper-pagination-progressbar{height: 2px; background: #f1f3f7; top: calc(100% - 2px);}
.bodynkj-model-img .swiper-pagination-progressbar-fill{background: #15499a;}

/*内页内窥镜系统详情-典型成功案例*/
.bodynkj-case{padding: 4% 0;}
.bodynkj-case-img{position: relative; padding-bottom: 30px; margin-top: 3%; overflow: hidden;}
.bodynkj-case-img .swiper-wrapper{width: 100%;}
.bodynkj-case-img .swiper-slide{position: relative; background: #fff; overflow: hidden;}
.bodynkj-case-img .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.bodynkj-case-img .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bodynkj-case-img .swiper-slide .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.bodynkj-case-img .swiper-slide.on .img p img{transform: scale(1.1);}
.bodynkj-case-img .swiper-slide .title{text-align: center; margin-top: 10px;}
.bodynkj-case-img .swiper-button-prev, .bodynkj-case-img .swiper-button-next{position: absolute; top: 35%; z-index: 999; background:rgba(0,0,0, .5); color: #fff; width: 2vw; min-width: 20px; height: 2vw; min-height:20px; border-radius: 1000px; --swiper-navigation-size: 6px; outline:none;} 
.bodynkj-case-img .swiper-button-prev{left: 1%;}
.bodynkj-case-img .swiper-button-next{right: 1%;}
.bodynkj-case-img .swiper-button-prev:hover, .bodynkj-case-img .swiper-button-next:hover{background: #15499a; color: #fff;}
.bodynkj-case-img .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.bodynkj-case-img .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.bodynkj-case-img .swiper-pagination-bullet-active{background: #15499a; width: 20px; opacity: 1;}

/*内页产品详情-联系我们*/
.bodyproduct-content{padding: 8% 0; text-align: center; background: url(bodyproduct-content-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.bodyproduct-content .bodynkjtitle{color: #fff;}
.bodyproduct-content .bodynkjtitle::before{background: none;}
.bodyproduct-content .indexmore{margin-top: 3%;}

/****内页其他产品详情-产品概述****/
.bodyproductshow-profile{padding: 4% 0; display: flex; align-items: center; justify-content: space-between;}
.bodyproductshow-profile .l{width: 42%;}
.bodyproductshow-profile .l .img{width: 100%;}
.bodyproductshow-profile .l .img img{max-width: 100%;}
.bodyproductshow-profile .r{width: 46%;}
.bodyproductshow-profile .r .content{line-height: 1.8;}

@media only screen and (max-width:1366px){
	.bodyproductshow-profile .r .content{line-height: 1.6;}
}
@media only screen and (max-width:1024px){
	.bodyproductshow-profile .r .content{line-height: 1.4;}
}

/****内页其他产品详情-产品特点****/
.bodyproductshow-feature{padding: 4% 0; /*background: #f1f3f7;*/ background: url(bodyproductshow-feature-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.bodyproductshow-feature .container{display: flex; align-items: center; justify-content: space-between;}
.bodyproductshow-feature .l{width: 46%;}
.bodyproductshow-feature .l .content{margin-top: 10%; line-height: 1.8; color: #666;}
.bodyproductshow-feature .l .content p{margin: 1% 0;}

.bodyproductshow-feature .r{width: 42%;}
.bodyproductshow-feature .r  .img{width: 100%;}
.bodyproductshow-feature .r .img img{max-width: 100%;}

@media only screen and (max-width:1366px){
	.bodyproductshow-feature .l .content{line-height: 1.6;}
}
@media only screen and (max-width:1024px){
	.bodyproductshow-feature .l .content{line-height: 1.4;}
}

/**内页资质证书列表**/
.bodyhonor{padding-top: 2%; 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% - 3%) / 3); margin:1% 0; padding: 3% 2%; background: #f1f3f7; transition: .5s; display: flex; align-items: center; justify-content: space-between;}
.bodyhonor .list.on{top: -10px;}
.bodyhonor .list::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #15499a; transition: .5s;}
.bodyhonor .list.on::before{height: 100%;}
.bodyhonor .list .img{position: relative; top: 0; width: 50%; height: 0; padding-bottom: 35%; background: #fff; overflow: hidden; transition: .5s;}
.bodyhonor .list.on .img{top: -10px;}
.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 .title{position: relative; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.bodyhonor .list.on .box .title{color: #fff;}

/*内页图片列表*/
.bodyimg{margin-top: 2%; 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; transition: .5s;}
.bodyimg .list.on{top:-15px;}
.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; background: #f6f6f6; transition: .5s;}
.bodyimg .list.on .img{background: #15499a;}
.bodyimg .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; 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;}
.bodyimg .list.on .img p img {transform: scale(1.15);}

.bodyimg .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; background: #f6f6f6; transition: .5s;}
.bodyimg .list.on .imgt{background: #15499a;}
.bodyimg .list .imgt p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; 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 .titlemore{position: relative; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .1); display: flex; align-items: center; justify-content: space-between;}
.bodyimg .list .titlemore::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #15499a; transition: .5s;}
.bodyimg .list.on .titlemore::before{width: 100%;}
.bodyimg .list .titlemore .title{flex: 1; width: 100%; margin-right: 5px;}
.bodyimg .list.on .titlemore .title{color: #15499a;}
.bodyimg .list .titlemore .title p{position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.bodyimg .list .titlemore .more{color: #888;}
.bodyimg .list.on .titlemore .more{color: #15499a;}

.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: #15499a;}

.bodyimg .after-add{content: ""; width: calc((100% - 6%) / 3); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:1280px){

}
@media only screen and (max-width:800px){
	.bodyimg:after{width:calc((100% - 4%) / 2);}
	.bodyimg .list{width:calc((100% - 4%) / 2); margin: 2% 0;}
}
@media only screen and (max-width:560px){
	.bodyimg:after{content: ''; width:100%;}
	.bodyimg .list{width:100%;}
}

/**内页图片详情**/
.imgshowbody-top{padding: 10% 0 4% 0;}
.imgshowbody-top .container{max-width: 1400px; display: flex; justify-content: space-between; flex-flow: wrap;}
.imgshowbody-top .l{width: 60%; margin: 2% 5% 0 0;}
.imgshowbody-top .r{width: 32%;}

.imgshowpreNext{}
.imgshowpreNext .list{padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .06);}
.imgshowpreNext .list:first-child{padding-top: 0;}
.imgshowpreNext .list p:first-child{color: #888;}
.imgshowpreNext .list p:nth-child(2){font-weight: 500; margin-top: 1%;}

.goback{padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .06);}
.goback i{margin-right: 10px; color: #888;}
.goback a{cursor: pointer;}

.imgshowbody{margin: 5% auto; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.imgshowbody .l{width: 60%;}
.imgshowbody .r{width: 32%; padding: 3% 3%; background: #f1f3f7;}

.imgshowbody-title{color: #000;}
.imgshowbody-tj{margin-top: 5%;}
.imgshowbody-tj .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;}
.imgshowbody-tj .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #15499a; transition: .6s;}
.imgshowbody-tj .list.on::before{width: 100%;}
.imgshowbody-tj .list .img{position: relative; width: 30%; height: 0; padding-bottom: 19.5%; background: #fff; overflow: hidden;}
.imgshowbody-tj .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 5px; display: flex; align-items: center; justify-content: center;}
.imgshowbody-tj .list .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.imgshowbody-tj .list.on .img p img{transform: scale(1.2);}
.imgshowbody-tj .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;}
.imgshowbody-tj .list.on .title{color: #15499a;}

@media only screen and (max-width:1366px){
	.imgshowbody-title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1024px){
	.imgshowbody-title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:800px){
	.imgshowbody-top{padding: calc(7% + 50px) 0 7% 0;}
	.imgshowbody-top .l{width: 100%; margin-right: 0;}
	.imgshowbody-top .r{display: none;}
	
	.imgshowbody{margin: 7% auto;}
	.imgshowbody .l{width: 100%;}
	.imgshowbody .r{width: 100%; padding: 7% 5%; margin-top: 7%;}
	
	.imgshowbody-tj{margin-top: 3%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
	.imgshowbody-tj .list{width: 48%; padding: 3% 0;}
	.imgshowbody-tj .list .img{width: 100%; padding-bottom: 65%;}
	.imgshowbody-tj .list .title{flex: none; margin-top: 5%; margin-left: 0; text-align: center;}
}


/**内页联系我们**/
.contactbody{margin: 10% auto 3%;}
.contactbody .indextitle{line-height: 1.5;}

.contactbody-contactmap{margin: 8% 0 5% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.contactbody-contact{width: 45%;}
.contactbody-contact .list{margin-bottom: 10%; display: flex; align-items: center; justify-content: flex-start;}
.contactbody-contact .list:last-child{margin-bottom: 0;}
.contactbody-contact .list .ico{width: 3.5vw; min-width: 35px; height: 3.5vw; min-height: 35px; border-radius: 100px; background-image: linear-gradient(to left, #558fbb, #15499a); color: #fff; display: flex; align-items: center; justify-content: center;}
.contactbody-contact .list .desc{flex: 1; margin-left: 20px; line-height: 1;}
.contactbody-contact .list .desc p:first-child{color: #000;}
.contactbody-contact .list .desc p:nth-child(2){color: #666; margin-top: 10px;}
.contactbody-contact .list .desc p.phone{color: #15499a;}

.contactbody-map{width: 100%; height: 30vw; min-height: 300px;}
.contactbody-map .box{position: relative; width: 100%; height: 100%; border: 1px solid rgba(0,0,0,.1); overflow: hidden;}
.contactbody-map .box #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.contactbody-map iframe, #map{width: 100%; height: 100%;}

.contactbody-message{width: 50%;}

@media only screen and (max-width:1366px){
	.contactbody-contact .list .desc p:nth-child(2){margin-top: 5px;}
}

/*内页留言*/
.message{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{position: relative; width: 100%; border-bottom: 1px solid rgba(0,0,0, 0.08); display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.message .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #15499a; transition: 1s;}
.message .list:hover::before{width: 100%;}
.message .listt{width: 100%; align-items: flex-start;}
.message .list span{position: absolute; right: 0; 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; color: #888; transition: .5s;}
.message .list:hover i{color: #15499a;}
.message .listt i{margin-top: calc(1vw + 5px);}
.msg_input{width: 100%; padding: 1vw 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: 1vw 0; height: 10vw; min-height: 100px; 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: 1vw 0; margin-top: 10px; background-image: linear-gradient(to left, #558fbb, #15499a); color: #fff; text-transform: uppercase; 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;}
}
@media only screen and (max-width:560px){
	.message .list{padding: 0 3vw; margin:1% 0;}
	.message .listtt{padding: 0 0;}
}

/*内页搜索*/
.searchcontainer{max-width: 1400px; margin: 4% 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; background: #fff; padding: 0 20px; font-size: 16px;}
.searcht input[type="submit"]{cursor: pointer; display: block; padding: 1vw 3vw; background: #15499a; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 0 0;}
.searchcat a{margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{color: #15499a; border-bottom: 3px solid #15499a;}

.searchnewslist .list{position: relative; }
.searchnewslist .list .listbox{border-bottom: 1px solid #e3e3e3; padding: 2.5% 0;}
.searchnewslist .list:first-child .listbox{padding-top: 0;}
.searchnewslist .list .cattitle{display: flex; align-items: center; justify-content: flex-start;}
.searchnewslist .list .cattitle .cat{color: #000; margin-right: 2vw;}
.searchnewslist .list .cattitle .title{flex: 1; width: 100%; color: #222;}
.searchnewslist .list:hover .cattitle .title{color: #15499a; 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 #15499a;}
.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: #15499a;}
.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{margin: 7% auto;}

	.searcht input[type="search"]{padding: 0 12px;}
	.searcht input[type="submit"]{padding: 1vw 6vw;}
		
	.searchcat{margin: 6% 0 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; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat'; font-weight: 500;}
.pagination-buttons a{width: 2vw; min-width: 26px; height: 2vw; min-height: 26px; margin: 0 3px; border-radius: 1000px; border: 1px solid #ebebeb; background: #e5e5e5; cursor: pointer; display: flex; align-items: center; justify-content: center;}
.pagination-buttons a:hover, .pagination-buttons a.on{background: #15499a; color: #fff; border: 1px solid #15499a;}

/*详细页上一页下一页收藏打印*/
.preNext{max-width: 1400px; margin: 4% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.preNext .list{width: 48%; background: #f1f3f7; padding: 2% 3%; border-radius: .6vw;}
.preNext .list p:first-child{color: #888;}
.preNext .list p:nth-child(2){margin-top: 2%; font-weight: 500; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.preNext .list p a:hover{color: #15499a;}

@media only screen and (max-width:800px){
	.preNext{margin: 7% auto;}
	.preNext .list{width: 100%; padding: 3% 4%;}
	.preNext .list:nth-child(2){margin-top: 2%;}
	.preNext .list p:nth-child(2){margin-top: 1%;}
}
@media only screen and (max-width:560px){
	.preNext{font-size: 15px; font-size: 1.5rem;}
}

/*分页样式*/
.page_info{text-align:center; color:#666; font-size: 16px; font-size: 1.6rem; margin: 2% 0 3% 0;}
.page_info span{padding:0 2px;font-weight:bold; color: #15499a;}
.page_list{margin: 2% 0 3% 0; font-size:16px; font-size: 1.6rem; font-family: 'Montserrat'; font-weight: 600; display: flex; justify-content: center;}
.page_list a{background: #f1f3f7; 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:#15499a;}

@media only screen and (max-width:1366px){
	.page_list a{width: 3.6vw; height: 3.6vw;}
}


/*内容分页*/
.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;}