@charset "utf-8";

@font-face {font-family: 'Bahnschrift'; src: url('/fonts/Bahnschrift.eot'); /* IE9 Compat Modes */ src: url('/fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/Bahnschrift.woff') format('woff'), /* Modern Browsers */ url('/fonts/Bahnschrift.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/Bahnschrift.svg#Bahnschrift') format('svg'); /* Legacy iOS */ } 

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:rgba(255,255,255,1);} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background:#2358b3;} 

/* 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: 58%;}
}
@media only screen and (max-width:1280px){
	html {font-size: 56%;}
}
@media only screen and (max-width:1024px){
	html {font-size: 54%;}
}

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:"Microsoft YaHei",sans-serif; -webkit-font-smoothing: antialiased; font-size:12px; font-size:1.2rem; margin:0 auto; color:#222; PADDING-TOP:0px; overflow-x: hidden; background: #fff;}
a{color:#222; text-decoration:none;}
a:hover{color:#2358b3;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

.ta{-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;}
.ta a{-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;}
.ta:hover{-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;}

img{vertical-align:middle; border:0;}

.ftb{font-family: 'Bahnschrift';}
.b{font-weight: bold;}

.ta{-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;}

.clear{clear:both; height:0; line-height:0; font-size:0; *display:inline;/*IE only*/}
.clearfix:after{content:"";display:block;clear:both;}
.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; padding: .5% 0; 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-right:1px solid #ddd; border-bottom:1px solid #ddd}
.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:#2358b3;}
.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:#eb3c00;}
.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;}
@media only screen and (max-width:1600px) {
	.container{width: 92%;}
}

/*head*/
.header{width: 100%; background: #fff; border-top: 8px solid #0d4290;}
.header.fixed{position: fixed; z-index: 999; left: 0; top: 0; border-bottom: 1px solid rgba(0,0,0,.16);}
.header .container{position: relative; display: flex; align-items: flex-start; justify-content:flex-end;}

.header .logo{position: absolute; top: 0; left: -29px; z-index: 99;}
.header .logo img{width: 234px;}

.header .headerbox{width: 82%;}
.headerbox .byphone{display: flex; align-items:flex-end; justify-content: space-between;}
.headerbox .by{color: #000; line-height: 2;}
.headerbox .by font{color: #0d4290;}
.headerbox .phone{background: #0d4290; padding: 28px 2vw; line-height: 1; color: #fff; display: flex; align-items: center; justify-content: flex-end;}
.headerbox .phone i{margin-right: .8vw;}

.nav{width:100%;}
.nav .nav_pc{display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative; padding: 2.6% 0; display: flex; align-items: center; justify-content:center;}
.nav ul li:last-child{display: none;}
.nav ul li .f_a{display: flex; align-items: center; justify-content:center;}
.nav ul li:hover .f_a a, .nav ul li.hovert .f_a a{color: #0d4290; font-weight: bold;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; transform:translate(-50%,0); top:100%; width: 150px; background:rgba(255,255,255,1); box-shadow: 0 5px 15px rgba(0,0,0,.3); z-index: 9;}
.nav ul li .s_navbox .s_a a{text-transform:uppercase; display:block; text-align: center; padding: 10px 15px; border-bottom: 1px solid rgba(0,0,0,.07);}
.nav ul li .s_navbox .s_a a:last-child{border-bottom: none;}
.nav ul li .s_navbox .s_a a:hover{background:#0d4290; color: #fff;}

.m_nav{display:none}
.m_img{display: none}

@media screen and (max-width: 1440px){
	.header .logo{left: -26px;} 
	.header .logo img{width: 210px;}
	
	.headerbox .phone{padding: 22px 2vw;}
}
@media screen and (max-width: 1280px){
	.header .logo{left: -24px;} 
	.header .logo img{width: 200px;}
	
	.header .headerbox{width: 80%;}
	.headerbox .phone{padding: 18px 2vw;}
}
@media screen and (max-width: 1024px){
	.header .logo{left: -23px;} 
	.header .logo img{width: 180px;}
	
	.headerbox .phone{padding: 13px 2vw;}
}

/*移动端导航*/
@media screen and (max-width: 800px) and (min-width: 0px){
	.top{display:none}
	.header{display:none}
	.m_img{display:block; height:50px; background:#fff; position:fixed; top:0px; left:0px; width:100%; z-index:9999; border-bottom:1px solid #ddd;}
	.m_img .headlf{padding:0 2%; height: 100%; float: left; display: flex; align-items: center; justify-content: center;}
	.m_img .headlf .m_logo{height:40px; display: block;}
	.m_img .headrg{padding-right:2%; padding-top:16px; float: right;}
	.m_img .headrg a .m_menuimg{height:16px; vertical-align:top; display: block}
	.m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
	.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
	.m_nav .m_navList ul li{border-bottom:1px solid #232530}
	.m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.m_nav .m_navList ul li .m_f_a{display: flex; align-items: center; justify-content: space-between; width: 100%}
	.m_nav .m_navList ul li .m_f_a a{flex: 1;}
	.m_nav .m_navList ul li .m_f_a i{width: 40px; height:35px; box-sizing: border-box; padding:0 5px; display: block;}
	.icon{ background:url(plus.png) 100% no-repeat; background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.icon_on{background:url(reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
	.m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
}

/*banner*/
.banner{position: relative; width: 100%; /*height: auto;*/}
.banner-top{position: absolute; bottom: 17%; left: 0;}

.banner .swiper-container{width: 100%;}
.banner .swiper-slide{position: relative;}
.banner .swiper-slide .swiper-slide-img{width: 100%; height: 100%;}
.banner .swiper-slide .swiper-slide-img p:first-child{display: none;}
.banner .swiper-slide .swiper-slide-img img{width: 100%; height: 100%; object-fit: cover;}
.banner .swiper-slide .swiper-slide-video{position: relative; width: 100%; height: 0; padding-bottom: 41%;}
.banner .swiper-slide .swiper-slide-video p{}
.banner .swiper-slide .swiper-slide-video p:first-child{display: none;}
.banner .swiper-slide .swiper-slide-video video{position: absolute; width: 100%; height: 100%; object-fit: cover; vertical-align: baseline;}

.banner .swiper-container .swiper-pagination{text-align: center; position:absolute; bottom:10px;}
.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,0.4); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#0d4290;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:#0d4290; 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:5px; 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: #0d4290;}

@media only screen and (max-width:1024px){
	.banner .swiper-button-prev, .banner .swiper-button-next{border-radius: 3px; width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:800px){
	.banner{margin-top: 50px;}
	
	.banner .swiper-slide .swiper-slide-img p:first-child{display: block;}
	.banner .swiper-slide .swiper-slide-img p:nth-child(2){display: none;}
	.banner .swiper-slide .swiper-slide-video{padding-bottom: 63%;}
	.banner .swiper-slide .swiper-slide-video p:first-child{display: block;}
	.banner .swiper-slide .swiper-slide-video p:nth-child(2){display: none;}
	
	.aboutbanner{height: 35vh;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 25px; height: 25px; --swiper-navigation-size: 8px;}
}

@media only screen and (max-width:560px){
	.banner-top{bottom: 35%;}
	
	.banner .swiper-container .swiper-pagination{bottom:3px;}
	.banner .swiper-pagination-bullet{width:10px; height:10px;}
	.banner .swiper-pagination-bullet span{width:7px;height:7px;}
	.banner .swiper-pagination-bullet i{top:3px;}
}

/**热门搜索-搜索**/
.hotkey-search{background: linear-gradient(to right, #0e4698 15%, #fff 0);}
.hotkey-search .container{display: flex; align-items: center; justify-content: space-between;}
.hotkey{width: 25%; background: #0e4698; padding: 1.4% 0; display: flex; align-items: center; justify-content: flex-start;}
.hotkey .title{position: relative;}
.hotkey .title span{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; color: #fff;}
.hotkey .title font{color: rgba(255,255,255,.07); line-height: 1;}

.keysearch{flex: 1; width: 100%; margin-left: 3%; display: flex; align-items: center; justify-content: space-between;}
.keysearch .key{line-height: 2; display: flex; align-items: center; justify-content: flex-start;}
.keysearch .key a{margin-right: 2vw; color: #999;}
.keysearch .key a:hover{color: #2358b3;}

.keysearch form{background: #fff; border:1px solid #e5eaf0; border-radius: 1000px; padding: 3px 4px 3px 1.2vw; display: flex; align-items: center; justify-content: space-between;}
.keysearch form input{background: none; border: none;}
.keysearch form input[type="search"]{flex: 1; width: 100%;}
.keysearch form input[type="submit"]{width: 34px; height: 34px; background: url(search.png) no-repeat center center; background-size: 100%;}

@media only screen and (max-width:1440px){
	.hotkey .title font{font-size: 70px; font-size: 7rem;}
	.hotkey{width: 23%;}
	
	.keysearch form input[type="submit"]{width: 30px; height: 30px;}
}
@media only screen and (max-width:1280px){
	.hotkey .title font{font-size: 64px; font-size: 6.4rem;}
	.hotkey{width: 25%;}
	
	.keysearch form input[type="submit"]{width: 26px; height: 26px;}
}
@media only screen and (max-width:1024px){
	.hotkey .title font{font-size: 56px; font-size: 5.6rem;}
	.hotkey{width: 25%;}
	
	.keysearch form input[type="submit"]{width: 23px; height: 23px;}
}
@media only screen and (max-width:800px){
	.hotkey-search{display: none;}
}

/**标题-更多**/
.indextitle{color: #000;}
.indextitle .indextitlebox{position: relative; display: inline-block; padding: 0.8% 3% 1.5%; border: 1px solid rgba(0,0,0,.3); border-radius: 1000px;}
.indextitle .indextitlebox .title font{color: #0e4698;}
.indextitle .indextitlebox .desc{position: absolute; left: 0; top: 78%; width: 100%; z-index: 2;}
.indextitle .indextitlebox .desc p{padding: 1% 2%; display: inline-block; background: #f0f3f7;}
.indextitle .indextitlebox .yuan{position: absolute; right:55px; top: -5px; width: 12px; height: 12px; border-radius: 50%; background: #f0f3f7; border: 2px solid #0e4698;}

@media only screen and (max-width:1024px){
	.indextitle .indextitlebox{padding: 1% 4% 2%;}
	.indextitle .indextitlebox .yuan{right:35px;}
}
@media only screen and (max-width:800px){
	.indextitle .indextitlebox{padding: 1.6% 6% 2.5%;}
	.indextitle .indextitlebox .title{font-size: 30px; font-size: 3rem;}
	.indextitle .indextitlebox .desc{font-size: 16px; font-size: 1.6rem;}
	.indextitle .indextitlebox .yuan{right:30px;}
}
@media only screen and (max-width:560px){
	.indextitle .indextitlebox{padding: 1.6% 8% 2.5%;}
	.indextitle .indextitlebox .title{font-size: 26px; font-size: 2.6rem;}
	.indextitle .indextitlebox .desc{font-size: 12px; font-size: 1.2rem;}
	.indextitle .indextitlebox .yuan{right:25px;}
}

/**产品中心**/
.indexproduct{padding: 5% 0; background: #f0f3f7;}

.indexproductbox{margin-top: 4%; padding-top: 1%; overflow: hidden;}
.indexproductboxtab {position: relative; width: 100%; margin: 0 auto;}
.indexproductboxtab .swiper-slide{cursor: pointer; width: 100%; padding: 2% 0; background: #fff; border-radius: 10px; box-shadow: 0 0 13px rgba(14,70,152,.1);}
.indexproductboxtab .swiper-slide .img{position: relative; width: 50%; height: 0; padding-bottom: 50%; margin-left: 25%; border-radius: 50%; overflow: hidden;}
.indexproductboxtab .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.indexproductboxtab .swiper-slide .title{margin-top: 3%;}
.indexproductboxtab .swiper-slide-thumb-active{color: #fff; background: url(indexproductboxtab-hoverbg.jpg) no-repeat; background-size: cover;}
.indexproductboxtab .swiper-button-prev, .indexproductboxtab .swiper-button-next{top: 50%; transform: translate(0, -30%); background:rgba(0,0,0,.4); color: #fff; border-radius: 5px; width: 30px; height: 30px; --swiper-navigation-size: 12px; outline:none;}
.indexproductboxtab .swiper-button-prev{left:1%;}
.indexproductboxtab .swiper-button-next{right:1%;}
.indexproductboxtab .swiper-button-prev:hover, .indexproductboxtab .swiper-button-next:hover{background: #0e4698;}

.indexproductboxbox{margin-top: 4%; overflow: hidden;}
.indexproductboxbox .swiper-wrapper{width: 100%;}
.indexproductboxbox .swiper-slide{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexproductboxbox .swiper-slide .list{position: relative; width: calc((100% - 8%) / 3); margin: 1.5% 0;}
.indexproductboxbox .swiper-slide .list .img{position: relative; width: 100%; height: 0; padding-bottom: 66%; overflow: hidden;}
.indexproductboxbox .swiper-slide .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexproductboxbox .swiper-slide .list:hover .img img{transform: scale(1.2);}
.indexproductboxbox .swiper-slide .list .title{background: #fff; padding: 4% 2%; border: 1px solid #d7dce4; border-top: none;}
.indexproductboxbox .swiper-slide .list .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexproductboxbox .swiper-slide .list:hover .title{background: #0e4698; border: 1px solid #0e4698; border-top: none; color: #fff;}

@media only screen and (max-width:800px){
	.indexproduct{padding: 8% 0;}
	.indexproductbox{margin-top: 6%;}
	
	.indexproductboxtab .swiper-slide .title{font-size: 16px; font-size: 1.6rem;}
	.indexproductboxtab .swiper-button-prev, .indexproductboxtab .swiper-button-next{border-radius: 4px; width: 25px; height: 25px;}
	
	.indexproductboxbox .swiper-slide .list .title{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:560px){
	.indexproductboxtab .swiper-slide .title{font-size: 14px; font-size: 1.4rem;}
	.indexproductboxtab .swiper-button-prev, .indexproductboxtab .swiper-button-next{border-radius: 3px; width: 20px; height: 20px; --swiper-navigation-size: 8px;}
	
	.indexproductboxbox .swiper-slide .list{width: calc((100% - 4%) / 2); margin: 2% 0;}
	.indexproductboxbox .swiper-slide .list .title{font-size: 14px; font-size: 1.4rem;}
}

/**我们的优势**/
.indexadv{position: relative; padding: 4% 0 0; background: url(indexadv-bg.jpg) #f0f3f7 no-repeat center top; background-size: 100%;}

.indexadv-top{display: flex; align-items: center; justify-content: space-between;}
.indexadv-top .indexadv-title{color: #fff;}
.indexadv-top .indexadv-title .title font{color: #ffe467;}
.indexadv-top .indexadv-title .desc{margin-top: 3%;}
.indexadv-top .indexadv-phone{color: #fff; text-align: right;}
.indexadv-top .indexadv-phone p:first-child i{margin-right: 1vw;}
.indexadv-top .indexadv-phone p:nth-child(2){margin-top: 3%;}
.indexadv-top .indexadv-phone p:nth-child(2) a{display: inline-block; padding: 8px 2.2vw; border-radius: 1000px; color: #000; background: #ffe467;}

.indexadvboxbox{margin-top: 3%; background: linear-gradient(to right, #fff 10%, rgba(255,255,255,0) 0);}
.indexadvbox{width: 1600px; margin: 0 auto; padding: 3% 0; background: #fff; border-top-right-radius: 100px;}
.indexadvbox .container{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexadvbox #tab{position:relative; width: 50%;}
.indexadvbox #tab .tab_menu{margin-top: 15%; display: flex; justify-content:space-between; background: #dae3f1; border: 1px solid #ededed; border-radius: 15px; overflow: hidden;}
.indexadvbox #tab .tab_menu li{width: calc(100% / 4); border-right: 1px solid #ededed; padding: 5% 0; background: linear-gradient(to right, #f0f3f7 , #fff); cursor:pointer; transition: .5s;}
.indexadvbox #tab .tab_menu li:last-child{border-right: none;}
.indexadvbox #tab .tab_menu li .ico{width: 40%; border: 4px solid rgba(0,0,0,.07); padding: 8%; margin: 0 auto; border-radius: 1000px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.indexadvbox #tab .tab_menu li .ico p{position: relative; width: 100%; height: 0; padding-bottom: 100%; overflow: hidden; margin: 0 auto;}
.indexadvbox #tab .tab_menu li .ico p img{position: absolute; left: 0; top: 0; width:100%; transition: .5s;}
.indexadvbox #tab .tab_menu li .title{margin-top: 10%;}
.indexadvbox #tab .tab_menu .selected{background: #0e4698;}
.indexadvbox #tab .tab_menu .selected .ico{border: 4px solid rgba(255,255,255,.1);}
.indexadvbox #tab .tab_menu .selected .ico p img{top: -100%;}
.indexadvbox #tab .tab_menu .selected .title{color: #fff;}
.indexadvbox #tab .tab_box{width:100%;}
.indexadvbox #tab .tab_box .tab_list{width: 100%;}
.indexadvbox #tab .tab_box .tab_list .title{}
.indexadvbox #tab .tab_box .tab_list .title-x{margin: 3% 0 6%; width: 8%; height: 4px; background: #0e4698; border-radius: 5px;}
.indexadvbox #tab .tab_box .tab_list .desc{}
.indexadvbox #tab .tab_box .tab_list .desc p{margin:3% 0; color: #666; line-height: 1.5;}
.indexadvbox #tab .tab_box .tab_list .desc p::before{content: "○"; color: #0e4698;}
.indexadvbox #tab .hide{display:none;}

.indexadvbox-img{width: 45%;}
.indexadvbox-img img{width: 100%;}

@media only screen and (max-width:1600px){
	.indexadvbox{width: 100%; border-top-right-radius: 80px;}
}
@media only screen and (max-width:1280px){
	.indexadvbox #tab .tab_menu li .ico{border: 3px solid rgba(0,0,0,.07);}
}
@media only screen and (max-width:1024px){
	.indexadvbox #tab .tab_menu li .ico{border: 2px solid rgba(0,0,0,.07);}
}
@media only screen and (max-width:800px){
	.indexadv{padding: 8% 0 0; background-size: 120%;}
	
	.indexadv-top .indexadv-title .title{font-size: 30px; font-size: 3rem;}
	.indexadv-top .indexadv-title .desc{font-size: 16px; font-size: 1.6rem;}
	
	.indexadvbox{width: 100%; border-top-right-radius: 50px;}
	.indexadvbox #tab .tab_menu{margin-top: 10%;}
	.indexadvbox #tab .tab_menu li{padding: 3% 0;}
	.indexadvbox #tab .tab_menu li .title{font-size: 16px; font-size: 1.6rem;}
	.indexadvbox #tab .tab_box .tab_list .title{font-size: 30px; font-size: 3rem;}
	.indexadvbox #tab .tab_box .tab_list .desc{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:560px){
	.indexadv{background-size: 250%;}
	.indexadv-top{flex-flow: wrap;}
	.indexadv-top .indexadv-title .title{font-size: 2.6px; font-size: 2.6rem;}
	.indexadv-top .indexadv-title .desc{margin-top: 1%; font-size: 12px; font-size: 1.2rem;}
	
	.indexadv-top .indexadv-phone{margin-top: 4%; display: flex; align-items: center; justify-content: flex-start;}
	.indexadv-top .indexadv-phone p:first-child{font-size: 26px; font-size: 2.6rem;}
	.indexadv-top .indexadv-phone p:nth-child(2){margin-top: 0; margin-left: 20px; font-size: 14px; font-size: 1.4rem;}
	.indexadv-top .indexadv-phone p:nth-child(2) a{padding: 5px 4vw;}

	.indexadvbox{width: 100%; border-top-right-radius: 40px; margin-top: 5%; padding: 3% 0 6%;}
	.indexadvbox .container{flex-direction:column-reverse;}
	.indexadvbox #tab{width: 100%;}
	.indexadvbox-img{width: 100%;}
	.indexadvbox #tab .tab_box .tab_list .title{font-size: 24px; font-size: 2.4rem;}
}

/**配置方案**/
.indexpzfa .indextitle{padding-bottom: 4%;}
.indexpzfa .indextitle .indextitlebox .desc p{background: #fff;}
.indexpzfa .indextitle .indextitlebox .yuan{background: #fff;}

.indexpzfabox{padding: 3% 0 5%; background: url("indexpzfa-bg.jpg") no-repeat center center; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: 100% 100%;}

.indexpzfabox .swiper-container{padding-top: 8%; position: relative; overflow: hidden;}
.indexpzfabox .swiper-slide{display: flex; justify-content: space-between;}
.indexpzfabox .swiper-slide .box{width: 100%; background: #fff; border-radius: 20px; padding: 12% 10%;}
.indexpzfabox .swiper-slide .box .title{max-width: 46%; line-height: 1.4;}
.indexpzfabox .swiper-slide:hover .box .title{color: #0e4698;}
.indexpzfabox .swiper-slide .box .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.indexpzfabox .swiper-slide .box .xq{display: inline-block; padding: 5px 1vw; margin-top: 6%; border: 1px solid #cecece; border-radius: 1000px;}
.indexpzfabox .swiper-slide .box .xq i{margin-left: 1.2vw;}
.indexpzfabox .swiper-slide:hover .box .xq{background: #0e4698;  border: 1px solid #0e4698; color: #fff;}
.indexpzfabox .swiper-slide .img{position: absolute; left: 45%; top: 0; width: 45%; margin-top: -12%;}
.indexpzfabox .swiper-slide .img p{position: relative; width: 100%; height: 0; padding-bottom: 95%; border-radius: 50%; border: 5px solid #fff; overflow: hidden;}
.indexpzfabox .swiper-slide .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexpzfabox .swiper-slide:hover .img p img{transform: scale(1.3);}
.indexpzfabox .swiper-button-prev, .indexpzfabox .swiper-button-next{top: 65%; background:none; border:1px solid #dbdbdb; color: #000; border-radius: 4px; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; --swiper-navigation-size: 12px; outline:none;} 
.indexpzfabox .swiper-button-prev{left:1%;}
.indexpzfabox .swiper-button-next{right:1%;}
.indexpzfabox .swiper-button-prev:hover, .indexpzfabox .swiper-button-next:hover{background: #0e4698; border:2px solid #0e4698; color: #fff;}

@media only screen and (max-width:800px){
	.indexpzfa .indextitle{padding-bottom: 8%; padding-top: 3%;}
	
	.indexpzfabox .swiper-slide .box{border-radius: 15px; padding: 10% 8%;}
	.indexpzfabox .swiper-slide .box .xq{padding: 5px 3vw;}
}
@media only screen and (max-width:560px){
	.indexpzfabox .swiper-slide .box .title{max-width: 55%;}
	.indexpzfabox .swiper-slide .img{position: absolute; left: 55%; top: 0; width: 40%; margin-top: -8%;}
	.indexpzfabox .swiper-slide .img p{border: 4px solid #fff;}
	.indexpzfabox .swiper-slide .box{border-radius: 12px; padding: 8% 7%;}
	.indexpzfabox .swiper-slide .box .xq{padding: 5px 5vw;}
	
	.indexpzfabox .swiper-button-prev, .indexpzfabox .swiper-button-next{top: 55%;}
}

/**关于我们**/
.indexabout-title{color: #000; padding: 4% 0 2% 0;}
.indexabout-title .title font{color: #0e4698;}
.indexabout-title .desc{margin-top: 0.5%;}

.indexaboutbox{position: relative; margin-top: 3%; padding-bottom: 5%; background: url(indexabout-bg.jpg) no-repeat center top; background-size: 100%;}
.indexaboutbox .box{position: relative; width: calc(50% + 150px); margin-left: calc(50% - 150px); margin-top: -50px; padding: 4% 0; background: rgba(10,56,124,.9); border-bottom-left-radius: 100px;}
.indexaboutbox .box .boxbox{width: 700px; margin-left: 150px;}
.indexaboutbox .box .boxbox .title{color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); line-height: 1.6; padding-bottom: 5%; margin-bottom: 2%;}
.indexaboutbox .box .boxbox .desc{color: #fff; line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden;}
.indexaboutbox .box .boxbox .desc p{margin: 3% auto;}

@media only screen and (max-width:1550px){
	.indexaboutbox{margin-top: 5%;}
	.indexaboutbox .box{width: 55%; margin-left: 45%; border-bottom-left-radius: 80px;}
	.indexaboutbox .box .boxbox{width: 80%; margin: 0 auto;}
}
@media only screen and (max-width:1440px){
	.indexaboutbox .box{border-bottom-left-radius: 60px;}
	.indexaboutbox .box .boxbox .title p:first-child{font-size: 30px; font-size: 3rem;}
	.indexaboutbox .box .boxbox .desc{-webkit-line-clamp: 5;}
}
@media only screen and (max-width:1024px){
	.indexaboutbox .box{border-bottom-left-radius: 50px;}
	.indexaboutbox .box .boxbox .title p:first-child{font-size: 24px; font-size: 2.4rem;}
	.indexaboutbox .box .boxbox .desc{font-size: 16px; font-size: 1.6rem; -webkit-line-clamp: 4;}
}
@media only screen and (max-width:800px){
	.indexabout-title{padding: 8% 0 3% 0;}
	.indexabout-title .title{font-size: 30px; font-size: 3rem;}
	.indexabout-title .desc{font-size: 1.6px; font-size: 1.6rem;}
}
@media only screen and (max-width:560px){
	.indexabout-title .title{font-size: 26px; font-size: 2.6rem;}
	.indexabout-title .desc{font-size: 12px; font-size: 1.2rem;}
	
	.indexaboutbox{padding-top: 30%;}
	.indexaboutbox .box{width: 94%; margin-left: 3%; border-bottom-left-radius: 30px;}
	.indexaboutbox .box .boxbox{width: 90%; margin: 0 auto;}
	
	.indexaboutbox .box .boxbox .title{line-height: 1.4; padding-bottom: 2%; margin-bottom: 0;}
	.indexaboutbox .box .boxbox .title p:nth-child(2){font-size: 12px; font-size: 1.2rem;}
	.indexaboutbox .box .boxbox .desc{font-size: 14px; font-size: 1.4rem; line-height: 1.5; -webkit-line-clamp: 3;}
}

/**新闻中心**/
.indexnews{padding: 4% 0;}

.indexnews .indextitle .indextitlebox .desc p{background: #fff;}
.indexnews .indextitle .indextitlebox .yuan{background: #fff;}

.indexnewsbox{position: relative; overflow: hidden; margin-top: 4%;}
.indexnewsbox .swiper-container{}
.indexnewsbox .swiper-slide{position: relative;}
.indexnewsbox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 66%; overflow: hidden;}
.indexnewsbox .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewsbox .swiper-slide:hover .img img{transform: scale(1.3);}
.indexnewsbox .swiper-slide .box{padding: 6% 6%; border: 1px solid #efefef;}
.indexnewsbox .swiper-slide:hover .box{background: #0e4698; border: 1px solid #0e4698;}
.indexnewsbox .swiper-slide .box .title{line-height: 1.4; color: #000;}
.indexnewsbox .swiper-slide .box .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexnewsbox .swiper-slide:hover .box .title{color: #fff;}
.indexnewsbox .swiper-slide .box .desc{line-height: 1.8; color: #666; margin: 5% 0;}
.indexnewsbox .swiper-slide .box .desc p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.indexnewsbox .swiper-slide:hover .box .desc{color: #d9d9d9;}
.indexnewsbox .swiper-slide .box .time{color: #999;}
.indexnewsbox .swiper-slide:hover .box .time{color: #fff;}
.indexnewsbox .swiper-button-prev, .indexnewsbox .swiper-button-next{top: 35%; background:rgba(0,0,0,.6); color: rgba(255,255,255,1); border-radius: 4px; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; --swiper-navigation-size: 12px; outline:none;} 
.indexnewsbox .swiper-button-prev{left:1%;}
.indexnewsbox .swiper-button-next{right:1%;}
.indexnewsbox .swiper-button-prev:hover, .indexnewsbox .swiper-button-next:hover{background: #0e4698; color: #fff;}
.indexnewsbox .swiper-pagination{bottom: 0; z-index: 99;}
.indexnewsbox .swiper-pagination-bullet{position: relative; z-index: 2; width: 13px; height: 4px; margin:0 4px !important; border-radius: 100px; background: #aec0df; opacity: 1; outline:none; transition: .3s;}
.indexnewsbox .swiper-pagination-bullet-active{background: #0e4698; width: 20px; opacity: 1;}

.indexnewslist{border: 1px solid #efefef; padding: 1% 3%; margin-top: 2%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexnewslist .list{position: relative; width: calc((100% - 6%) / 3); border-bottom: 1px dashed rgba(0,0,0,.1); display: flex; align-items: center; justify-content: space-between;}
.indexnewslist .list .ico{border: 1px solid #f1f1f1; width: 14px; height: 14px; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.indexnewslist .list .ico p{background: #d3d3d3; width: 8px; height: 8px; border-radius: 50%;}
.indexnewslist .list .title{flex: 1; width: 100%; margin: 0 1%; color: #666; line-height: 4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexnewslist .list:hover .title{color: #0e4698; font-weight: bold;}
.indexnewslist .list .time{color: #666;}

@media only screen and (max-width:800px){
	.indexnews{padding: 8% 0;}
	.indexnewsbox .swiper-slide .box .desc{line-height: 1.5; margin: 3% 0;}
	
	.indexnewslist .list{width: calc((100% - 6%) / 2);}
}
@media only screen and (max-width:560px){
	.indexnewsbox{margin-top: 6%;}
	.indexnewsbox .swiper-slide .box .title{font-size: 16px; font-size: 1.6rem;}
	.indexnewsbox .swiper-slide .box .time{font-size: 12px; font-size: 1.2rem;}
	
	.indexnewslist .list{width: 100%;}
	.indexnewslist .list .title{line-height: 3;}
}

/**底部**/
.footerkj{position: relative; display: flex; justify-content: space-between;}
.footerkj .list{position: relative; width: 25%; overflow: hidden; transition: .5s;}
.footerkj .on{width: 50%;}
.footerkj .list .box{position: absolute; left: 7%; top: 15%; width: 84%; color: #fff;}
.footerkj .on .box{left: 12%;}
.footerkj .list .box .title{line-height: 2;}
.footerkj .list .box .ico{margin-top: 15%;}
.footerkj .list .img{width: 100%; height: 350px; background: #0e4698;}
.footerkj .list .img img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.footerkj .on .img img{opacity: .2;}

.footer{background: #191919; padding-bottom: 3%; padding-top: 175px; margin-top: -175px;}
.footernav{margin-top: 3%; display: flex; justify-content: space-between;}
.footernav .list .flist-title a{color: #fff;}
.footernav .list .footernav-list{margin-top: 8%;}
.footernav .list .footernav-list a{display: block; line-height: 2; color: #666666;}
.footernav .list .footernav-list a:hover{color: #fff;}

.footercontact{color: #fff; line-height: 2; margin-top: 3%; padding: 1% 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.footercontact .list{display: flex; justify-content: space-between;}
.footercontact .list i{color: #ffe467; margin-right: 1vw; margin-top: 2%;}
.footercontact .list .box p:nth-child(2){color: #979797;}
.footercontact .list img{width: 6vw; min-width: 70px;}

.copy{margin-top: 2%; color: #a7a7a7; line-height: 2; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.copy a{color: #a7a7a7;}

.zqkj{display: inline-block; background: url(zqkj.png) no-repeat; background-size: 100%; width: 108px; height: 12px; margin-top: 2%;}

@media only screen and (max-width:1600px){
	.footerkj .list .img{height: 300px;}
	.footer{padding-top: 150px; margin-top: -150px;}
}
@media only screen and (max-width:1440px){
	.footerkj .list .img{height: 280px;}
	.footer{padding-top: 140px; margin-top: -140px;}
	
	.footercontact .list .box p:first-child{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1280px){
	.footerkj .list .box .title{font-size: 20px; font-size: 2rem;}
	.footerkj .list .box .desc{font-size: 24px; font-size: 2.4rem;}
	
	.footerkj .list .img{height: 220px;}
	.footer{padding-top: 120px; margin-top: -120px;}
	
	.footercontact .list .box p:first-child{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1024px){
	.footerkj .list .box .title{font-size: 18px; font-size: 1.8rem;}
	.footerkj .list .box .desc{font-size: 22px; font-size: 2.2rem;}
	
	.footerkj .list .img{height: 180px;}
	.footer{padding-top: 90px; margin-top: -90px;}
	
	.footercontact .list .box p:first-child{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.footerkj{flex-flow: wrap;}
	.footerkj .list{width: 100%; margin: 2% 0;}
	.footerkj .on{width: 100%;}
	.footerkj .list .box{padding: 2% 0;}
	.footerkj .on .box{left: 12%;}
	.footerkj .list .box .ico{margin-top: 5%;}
	
	.footer{padding-top: 3%; margin-top:0;}
}
@media only screen and (max-width:560px){
	.footerkj .list .img{height: 130px;}
	
	.footernav{display: none;}
	
	.footercontact{border-top: none; padding-bottom: 5%; justify-content: flex-start;}
	.footercontact .list{display: flex; justify-content:flex-start;}
	.footercontact .list:first-child, .footercontact .list:nth-child(2){width: 100%;}
	.footercontact .list:nth-child(3), .footercontact .list:nth-child(4){width: 40%; margin-top: 5%;}
	
	.copy{justify-content: center; text-align: center; line-height: 1.5;}
}


/*内页*/
.bodybg{background: #f0f3f7;}
.mainbody{padding: 4% 0; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.mainbody-left{width: 22%;}
.mainbody-right{width: 75%; padding: 2% 4%; background: #fff;/* border: 1px solid #e2e7ed;*/}

.about-location{padding: 2% 0; margin-bottom: 2%; border-bottom: 1px solid #e2e7ed; display: flex; align-items: center; justify-content: space-between;}
.about-location p:first-child{color: #0e4698;}
.about-location font, .about-location a{color: #666;}

.mainbody_content{line-height:2; text-align:justify;}
.mainbody_content p{margin:1.2% 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:1024px){
	.search .title-kf .title p:first-child{font-size: 16px; font-size: 1.6rem;}
	.search .title-kf .title p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.mainbody-left{width: 100%;}
	.mainbody-left .search{display: none;}
	.mainbody-right{width: 100%;}
}

/*about-nav*/
.about-navtitle{padding: 10% 0; color: #fff; background: #0e4698; border-bottom: 1px solid rgba(255,255,255,.1);}

.about-navbox{width: 100%; background: #0e4698; padding-bottom: 3%;}
.about-nav{width: 94%; margin: 0 auto; padding: 5% 0; display: flex; justify-content:center; flex-flow: wrap;}
.about-nav a{width: 86%; margin: 1% auto; position: relative; overflow: hidden; text-align: center; color: #fff; padding: 4% 10%; border-radius: 10px; background: rgba(255,255,255,.1); transition: .5s;}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 0; height:100%; background: #fff; transition: .3s;}
.about-nav a:hover::before, .about-nav a.cur::before{width: 100%;}
.about-nav a i{margin-right: 20%;}
.about-nav a i, .about-nav a font{position: relative;}
.about-nav a:hover{color: #0e4698;}
.about-nav a.cur{color: #0e4698;}

@media only screen and (max-width:1280px){
	.about-navtitle{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1024px){
	.about-navtitle{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:800px){
	.about-navtitle{display: none;}
	.about-navbox{padding-bottom: 0; background: none;}
	.about-nav{width: 100%; background: none; justify-content:flex-start; padding: 0 0 2% 0;}
	.about-nav a{width: calc((100% - 3%) / 4); margin:0 1% 1% 0; padding: 2% 0; border-radius: 5px; text-align: center; border: none; background: #0e4698;}
	.about-nav a:nth-child(4n){margin-right: 0;}
	.about-nav a i{display: none;}

}
@media only screen and (max-width:560px){

}

/*内页产品列表*/
.bodyproduct{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.bodyproduct:after{content: ''; width: calc((100% - 5%) / 3);}
.bodyproduct .list{width: calc((100% - 5%) / 3); padding: 10px 10px 15px; margin-bottom: 3%; position: relative; border: 1px solid #e2e7ed;}
.bodyproduct .list:hover{border: 1px solid #0e4698; background: #0e4698;}
.bodyproduct .list .img{}
.bodyproduct .list .img p{position: relative; height: 0; padding-bottom: 66%; overflow: hidden;}
.bodyproduct .list .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.bodyproduct .list:hover .img p img{transform: scale(1.2);}
.bodyproduct .list .title{padding-top: 15px;}
.bodyproduct .list:hover .title{color: #fff;}
.bodyproduct .list .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}


@media only screen and (max-width:800px){
	.bodyproduct:after{content: ''; width:48%;}
	.bodyproduct .list{width:48%; padding: 8px 8px 12px;}
	.bodyproduct .list .title{padding-top: 12px;}
}
@media only screen and (max-width:560px){
	.bodyproduct:after{content: ''; width:100%;}
	.bodyproduct .list{width:100%;}
}

/*内页产品详情*/
.productshow{padding: 10px 10px; border: 1px solid #ededed; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.productshow .img{width: 55%; position: relative; height: 0; padding-bottom: 36%;}
.productshow .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productshow .img p img{max-width: 100%; max-height: 100%; transition: all .4s;}
.productshow .box{width: 40%;}
.productshow .box .title{padding-bottom: 4%; line-height: 1.6; transition: .3s; border-bottom: 1px solid #ededed;}
.productshow .box .title p{}
.productshow .box .size{text-align: justify; margin: 6% 0; padding: 3%; line-height: 1.8; color: #666; background: #f9f9f9; border: 1px solid #ededed;}
.productshow .box .size p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
.productshow .box .phone{color: #0e4698; margin: 4% 0;}

.productshow-title{margin-top: 4%; background: #f3f3f3;}
.productshow-title p{display: inline-block; background: #0e4698; color: #fff; padding: 12px 2vw;}

@media only screen and (max-width:800px){
	.productshow .box .title{font-size: 24px; font-size: 2.4rem;}
	
	.productshow-title{font-size: 20px; font-size: 2rem;}
	.productshow-title p{padding: 10px 3vw;}
}
@media only screen and (max-width:560px){
	.productshow .img{width: 100%; padding-bottom: 66%;}
	.productshow .box{width: 100%;}
	.productshow .box .title{font-size: 20px; font-size: 2rem; margin-top: 5%;}
	
	.productshow-title{font-size: 18px; font-size: 1.8rem;}
	.productshow-title p{padding: 6px 5vw;}
}

/*内页图片列表*/
.productny-list{display: flex; justify-content: space-between; flex-wrap: wrap;}
.productny-list:after{content: ''; width:calc((100% - 5%) / 3);}
.productny-list .list{position: relative; width:calc((100% - 5%) / 3); margin-bottom:4vh; transition: .5s;}
.productny-list .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid rgba(0,0,0,.1); border-radius: 5px;}
.productny-list .list:hover .img{background: #0e4698}
.productny-list .list .img p{position: absolute; width: 94%; height: 92%; top: 4%; left: 3%; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productny-list .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: all 1s;}
.productny-list .list:hover .img img {transform: scale(1.15);}

.productny-list .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid rgba(0,0,0,.1); border-radius: 5px;}
.productny-list .list:hover .imgt{background: #0e4698}
.productny-list .list .imgt p{position: absolute; width: 94%; height: 92%; top: 4%; left: 3%; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productny-list .list .imgt p img{max-width: 100%; max-height: 100%; transition: all 1s;}
.productny-list .list:hover .imgt img {transform: scale(1.15);}

.productny-list .list .title{position: relative; z-index: 2; margin-top: 1.5vh; text-align: center; transition: .3s;}
.productny-list .list:hover .title{color: #0e4698;}
.productny-list .list .title p{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

@media only screen and (max-width:800px){
	.productny-list:after{content: ''; width:48%;}
	.productny-list .list{width:48%;}
}
@media only screen and (max-width:560px){
	.productny-list:after{content: ''; width:100%;}
	.productny-list .list{width:100%;}
}


/*内页新闻列表*/
.newslist{}
.newslist .list{position: relative; padding: 3% 3%; margin: 1.5% 0; border: 1px solid #e2e7ed; display: flex; align-items: center; justify-content: space-between;}
.newslist .list:nth-child(2n){background: #f0f3f7;}
.newslist .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #0e4698; transition: .5s;}
.newslist .list:hover::before{height: 100%;}
.newslist .list .img{width: 25%; margin-right: 4%;}
.newslist .list .img p{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden;}
.newslist .list .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.newslist .list .box{width: 100%; flex: 1;}
.newslist .list .title{position: relative; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: .5s;}
.newslist .list:hover .title{color: #fff;}
.newslist .list .desc{position: relative; color: #999; margin: 1% 0; transition: .5s;}
.newslist .list:hover .desc{color: #8aa8d4;}
.newslist .list .desc p{line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.newslist .list .time{position: relative; color: #666; transition: .5s;}
.newslist .list:hover .time{color: #fff;}
.newslist .list .time i{margin-right: 5px;}

@media only screen and (max-width:560px){
	.newslist .list .title{font-size: 17px; font-size: 1.7rem;}
}


/*内页新闻详情推荐*/
.newsshowbox{display: flex; align-items: flex-start; justify-content: space-between;}
.newsshowbox .mainbody{width: 68%; background: #fafafa; padding: 5%;}
.newsshow-title{color: #363636; line-height: 1.4;}
.newsshow-info{color: #acacac; padding: 1% 0; border-bottom: 1px solid rgba(0,0,0,.1);}

@media only screen and (max-width:800px){
	.newsshow-title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:560px){
	.newsshow-title{font-size: 20px; font-size: 2rem;}
}

/*内页留言*/
.message form{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.message .list{width: calc((100% - 1%) / 2); position: relative; margin: 0.5% 0; border: 1px solid #eeeeee; transition: .5s;}
.message .list:hover{border: 1px solid #0e4698;}
.message .list:nth-child(3){width: 100%;}
.message .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.message .list p{position: absolute; right: 70px; top: 50%; transform: translate(0, -50%);}
.message .list img{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.msg_input{width: 100%; border: none; padding: 13px 15px; font-family:"Microsoft YaHei",sans-serif;}
.message input::-webkit-input-placeholder{color: #999;}
.msg_textarea{width: 100%; height: 140px; background: #fff; border: none; padding: 13px 15px; line-height: 1.4; font-family:"Microsoft YaHei",sans-serif;}
.message textarea::-webkit-input-placeholder{color: #999;}
.msg_submitt{width: 100%; padding: 13px 15px; background: #0e4698; color: #fff; text-transform: uppercase; border: none;}	

@media only screen and (max-width:560px){
	.message .list{width: 100%;}
}

/*内页新闻、图片详细内容*/
.right_content_top{width: 100%;}
.right_content_title{width: 100%; font-size: 42px; text-align: center; line-height: 50px; color: #000; padding: 15px 0; }
.right_content_info{width: 100%; height:40px;line-height:40px;text-align:center; margin:15px 0; border-bottom: 1px solid rgba(0,0,0,.1); border-top: 1px solid rgba(0,0,0,.1); color:#666; font-size: 15px;}
.right_content_info small{margin-left:18px;margin-right:3px;color:#999;font-size:14px;}
.right_content_desc{margin:30px 0 15px; padding:5px 10px; line-height:25px; border:1px solid #f4e4b4; background:#fffff0; font-size:14px;}
.right_content_content{line-height:1.75; margin-top: 3%; text-align: justify;}
.right_content_content p{margin: 1.3% 0;}
.right_content_content img{max-width:100%;}

@media only screen and (max-width:1599px){
	.right_content_title{font-size: 30px; line-height: 40px; padding: 12px 0;}
}
@media only screen and (max-width:1359px){
	.right_content_title{font-size: 25px; line-height: 40px; padding: 12px 0;}
	
	.right_content_content p{margin: 8px 0;}
}
@media only screen and (max-width:1023px){
	.right_content_title{font-size: 20px; line-height: 30px; padding: 10px 0;}
	
	.right_content_content p{margin: 5px 0;}
}
@media only screen and (max-width:560px){
	.right_content_title{font-size: 16px; line-height:22px;}
	.right_content_info{height:30px; line-height:30px; margin: 0 0; text-align:center; font-size: 12px;}
	.right_content_info small{margin-left:0;margin-right:0;font-size:12px;}
	
	.right_content_content{line-height: 160%;}
}


/*详细页上一页下一页收藏打印*/
.preNext{width: 100%; margin-top: 20px; border-top: 1px solid rgba(0,0,0,.1); position: relative;}
.preNext .text{color:#999; margin-top: 20px; line-height: 30px;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -70px;}
.preNext .actBox li#act-pnt{background-position:4px -105px;}

@media only screen and (max-width:800px){

}
@media only screen and (max-width:560px){
	.preNext{margin-top: 0;}
	.preNext .text{margin-top: 10px; line-height: 20px;}
	.preNext .actBox{top:7px;}
}


/*内页在线地图*/
.contactmapbox{position: relative; width: 100%; height: 0; padding-bottom: 50%; overflow: hidden; border: 1px solid rgba(0,0,0,.2);}
.contactmapbox #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.contactmapbox iframe, #map{width: 100%; height: 100%;}

@media only screen and (max-width:800px){
	.contactmapbox{padding-bottom: 60%;}
}



/*分页样式*/
.page_info{text-align:center; padding-top:30px; color:#333; font-size: 15px; font-size: 1.5rem;}
.page_info span{padding:0 2px;font-weight:bold; color: #0e4698;}
.page_list{line-height:25px; text-align:center; letter-spacing:0; font-size:15px; font-size: 1.5rem; margin-top:30px;}
.page_list div{text-align: center; display: inline-block; padding:2px 25px;}
.page_list a{display:inline-block; background:#f0f3f7; border: 1px solid #e2e7ed; margin: 0 3px; color:#222222; text-align:center; padding:3px 11px; border-radius: 2px;}
.page_list a:hover,.page_list a.on{color:#fff; background:#0e4698; font-weight: bold;}


@media only screen and (max-width:800px){
	.page_info{font-size: 14px; padding-top:5px;}
	.page_list{font-size: 14px; line-height:22px; margin-top:20px;}
	.page_list a{padding:2px 9px; margin:0 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;}