@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#eff4f9;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background:#003963; border-radius: 10px;} 

/* CSS Document */
*{margin:0 auto; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;box-sizing:border-box;}
html {font-size: 62.5%; /*10÷16=62.5% */ overflow-x: hidden;}
@media only screen and (max-width:1600px){
	html {font-size: 60%;}
}
@media only screen and (max-width:1440px){
	html {font-size: 56%;}
}
@media only screen and (max-width:1280px){
	html {font-size: 54%;}
}
@media only screen and (max-width:1024px){
	html {font-size: 50%;}
}

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
span, a, ul, li {margin:0;padding:0;border:0;list-style-type:none;}
input, button, textarea{outline:none; appearance:none;}
body{font-family: "Montserrat",sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; min-width: 980px; 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:#003963;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

img{vertical-align:middle; border:0;}

.Montserrat100{font-family: 'Montserrat'; font-weight: 100;}
.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;}
.Montserrat900{font-family: 'Montserrat'; font-weight: 900;}

.b{font-weight: 700;}

.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; 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:#003963;}
.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:#000;}
.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; z-index: 999; padding:0 2%; width: 100%; min-width: 980px; border-bottom: 1px solid rgba(255,255,255,.17); transition: .6s; display: flex; align-items: center; justify-content: space-between;}
.header:hover, .header.fixed{background: #fff; box-shadow: 0 0 30px rgba(0,0,0,.2); border-bottom: none;}

.newsshowheader{position: relative;}
/*.newsshowheader.fixed{position: fixed; z-index: 999;}*/
.header:hover, .header.fixed, .newsshowheader{background:#fff; box-shadow: 0 0 30px rgba(0,0,0,.2); border-bottom: none;} 

.header .logo{width: 8%; min-width: 120px; transition: 0.5s;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:34%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%; transition: 1s;}
.header:hover .logo a, .header.fixed .logo a, .newsshowheader .logo a{background: url(logo1.png) no-repeat left center; background-size: 100%;}

.headerbox{width: 50%; transition: .5s; display: flex; align-items: center; justify-content: space-between;}

.nav{flex: 1; width: 100%;}
.nav .nav_pc{width: 100%; display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative; padding: 4.5% 0; display: flex; align-items: center; justify-content:center;}
.nav ul li.hovert{border-bottom: 3px solid #fff;}
.header:hover .nav ul li.hovert, .header.fixed .nav ul li.hovert, .newsshowheader .nav ul li.hovert{border-bottom: 3px solid #003963;}
.nav ul li .f_a{height: 100%;}
.nav ul li .f_a a{width: 100%; color: #fff; display: flex; align-items: center; justify-content: center;}
.header:hover .nav ul li .f_a a, .header.fixed .nav ul li .f_a a, .newsshowheader .nav ul li .f_a a{color: #000;}
.header:hover .nav ul li.hovert .f_a a, .header.fixed .nav ul li.hovert .f_a a, .newsshowheader .nav ul li.hovert .f_a a{color: #003963;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; transform:translate(-50%,0); top:100%; width: 150px; background:#fff; z-index: 9;}
.nav ul li .s_navbox .s_a a{position: relative; display:block; text-align: center; padding: 10px 2px; border-bottom: 1px solid rgba(0,0,0,.08); border-left: 1px solid rgba(0,0,0,.08); border-right: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a:first-child{border-top: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a::before{content: ""; position: absolute; left: -1px; bottom: -1px; width: calc(100% + 2px); height: 0; background: #003963; transition: .6s;}
.nav ul li .s_navbox .s_a a:hover::before{height: calc(100% + 2px);}
.nav ul li .s_navbox .s_a a:hover{color: #fff;}
.nav ul li .s_navbox .s_a a span{position: relative;}

.search{*zoom: 1; position: relative;}
.search:after{content: ""; display: table; clear: both;}
.search-button{position: relative; cursor: pointer; overflow: hidden; width: 15px; height: 15px; background: url(s.png) no-repeat center center; background-size: 100%; margin: 0 5%;}
.header:hover .search-button, .header.fixed .search-button, .newsshowheader .search-button{background: url(s1.png) no-repeat center center; background-size: 100%;}
#toggle-search:after{transition: top, 0.5s; position: absolute; top: 52px; left: 50%; margin-left: -8px; content: ""; border-color: transparent transparent #fff; border-width: 8px 8px 12px;}
#search{transition: max-height, 0.5s; position: absolute; top: 20px; z-index: 9; right: 0; width:200px; max-height: 0; overflow: hidden; background-color: #ececec;}
#search.open{max-height: 40px; width:200px;}
#search fieldset{position: relative; padding: 0; border: none;}
#search input{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block; height: 40px;}
#search input[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: 60px; margin: 0; padding: 0; color: #fff; background:#003963; border: none; cursor: pointer;}

.header .lag a{color: #fff; display: inline-block; padding: 3px 10px; border: 1px solid #fff; border-radius: 100px; transition: .5s;}
.header .lag a:hover{background: #003963;}
.header.fixed .lag a, .header:hover .lag a, .newsshowheader .lag a{color: #000; border: 1px solid #000;}
.header .lag a:hover{color: #fff; border: 1px solid #003963;}

@media only screen and (max-width:1600px){
	.headerbox{width: 65%;}
}

.m_nav{display:none}
.m_img{display: none}

/*banner*/
.banner{position: relative; width: 100%; height: calc(100vh);}
.banner .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.banner .swiper-slide, .banner .swiper-slide .swiper-slide-img{width: 100%; height: 100%;}
.banner .swiper-slide .swiper-slide-img img{width: 100%; height: 100%; object-fit: cover;}

.banner .swiper-slide .banner-text{position: absolute; left: 5%; top: 50%; transform: translate(0, -52%); width: 90%; z-index: 12; color: #fff;}
.banner .swiper-slide .banner-text .text{text-transform: uppercase;}
.banner .swiper-slide .banner-text .text01{margin-top: 2%;}
.banner .swiper-slide .banner-text .more{margin-top: 6%; display: inline-block;}
.banner .swiper-slide .banner-text .more a{display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; background: #003963; color: #fff; border-radius: 1000px;}
.banner .swiper-slide .banner-text .more a p:first-child{margin-right: 15px;}


.aboutbanner-desc{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); z-index: 3; color: #fff;}
.aboutbanner-desc p{text-shadow: 0 0 40px rgba(0,0,0,.8);}

.banner .swiper-container .swiper-pagination{text-align: center; 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(255,255,255,.6); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#003963;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:#003963; 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,.4); color: #fff; border-radius:100%; width: 45px; height: 45px; --swiper-navigation-size: 12px;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #003963;}

@media only screen and (max-width:1600px){
	.banner .swiper-slide .banner-text .text{font-size: 63px; font-size: 6.3rem;}
	.banner .swiper-slide .banner-text .text01{font-size: 33px; font-size: 3.3rem;}
}
@media only screen and (max-width:1366px){
	.banner .swiper-slide .banner-text .text{font-size: 55px; font-size: 5.5rem;}
	.banner .swiper-slide .banner-text .text01{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.banner .swiper-slide .banner-text .text{font-size: 48px; font-size: 4.8rem;}
	.banner .swiper-slide .banner-text .text01{font-size: 26px; font-size: 2.6rem;}
	.banner .swiper-slide .banner-text .more a{padding: 10px 15px; font-size: 16px; font-size: 1.6rem;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{border-radius: 12px; width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:980px){
	.banner{height: auto; padding-bottom: 50%;}
}

/**aboutbanner-searchbanner**/
.aboutbanner{position: relative; width: 100%; min-width: 980px; height: 0; padding-bottom: 35%; overflow: hidden;}
.aboutbanner .text{position: absolute; left: 10%; top: 50%; transform: translate(-50%, -50%); width: 80%; z-index: 1; text-transform: uppercase; text-align: center; color: #fff;}
.aboutbanner .bg, .aboutbanner .bg1{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.aboutbanner .bg1{display: none;}

.searchbanner{display: none;}

@media only screen and (max-width:1600px){
	.aboutbanner .text{font-size: 63px; font-size: 6.3rem;}
}
@media only screen and (max-width:1366px){
	.aboutbanner .text{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1024px){
	.aboutbanner .text{font-size: 48px; font-size: 4.8rem;}
}
@media only screen and (max-width:980px){
	.aboutbanner{width: 100%; height: 0; padding-bottom: 50%; overflow: hidden;}
	.aboutbanner .bg{display: none; opacity: 0;}
	.aboutbanner .bg1{display: block;}
}


/**首页栏目标题**/
.indextitle{color: #000; text-transform: uppercase; line-height: 1.1;}

@media only screen and (max-width:1280px){
	.indextitle{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1024px){
	.indextitle{font-size: 34px; font-size: 3.4rem;}
}


/**首页更多按钮**/
.indexmore a{position: relative; display: inline-block; padding: 10px 20px; border-radius: 1000px; border: 1px solid #003963; color: #003963; overflow: hidden;}
.indexmore a:hover{color: #fff;}
.indexmore a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #003963; transition: .5s;}
.indexmore a:hover::before{height: 100%;}
.indexmore a i{margin-left: 13px;}
.indexmore a p{position: relative;}

/**产品分类**/
.indexproductcat{padding: 4% 0 5% 0; background: url(indexproductcat-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover;}
.indexproductcat .indextitle{color: #fff;}

.indexproductcattop{display: flex; align-items: center; justify-content: space-between;}

.indexproductcatbox{display: flex; justify-content: space-between;}
.indexproductcattab{width: 44%; margin-top: 4%;}
.indexproductcattab .list{position: relative; margin: 4% 0; display: flex; align-items: center; justify-content: flex-start;}
.indexproductcattab .list .ico{position: relative; z-index: 2; width: 6%; height: 0; padding-bottom: 6%; margin-right: 5%; overflow: hidden;}
.indexproductcattab .list .ico img{position: absolute; left: 0; top: 0; width: 100%; transition: .5s;}
.indexproductcattab .list.onf .ico img{top: -100%;}
.indexproductcattab .list .title{flex: 1; color: #fff;}
.indexproductcattab .list.onf .title{color: #ffc64d;}

.indexproductcatimg{position: relative; width: 55%;}
.indexproductcatimg .swiper-wrapper{}
.indexproductcatimg .swiper-slide{}
.indexproductcatimg .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 71%; overflow: hidden;}
.indexproductcatimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center
; justify-content: center;}
.indexproductcatimg .swiper-slide .img p img{max-width: 100%; max-height: 100%;}

/**产品中心**/
.indexproduct{padding: 4% 0; background: #ecf1f4;}

.indexproductbox{position: relative; padding-bottom: 30px;}
.indexproductbox .swiper-wrapper{}
.indexproductbox .swiper-slide{position: relative; width: 100%;}
.indexproductbox .swiper-slide:hover{}
.indexproductbox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 57%; background: #fff;}
.indexproductbox .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.indexproductbox .swiper-slide .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.indexproductbox .swiper-slide:hover .img p img{transform: scale(1.1);}
.indexproductbox .swiper-slide .box{position: relative; padding: 6% 0; border-bottom: 1px solid #d9e3e8;}
.indexproductbox .swiper-slide .box::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: #003963; transition: 1s;}
.indexproductbox .swiper-slide:hover .box::before{width: 100%;}
.indexproductbox .swiper-slide .box .name{color: #000; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexproductbox .swiper-slide:hover .box .name{color: #003963;}
.indexproductbox .swiper-slide .box .xh{margin-top: 3%; color: #b0b0b0;}
.indexproductbox .swiper-button-prev, .indexproductbox .swiper-button-next{top: 32%; background:rgba(0,0,0,.5); color: #fff; width: 35px; height: 35px; border-radius: 100%; --swiper-navigation-size: 9px; outline:none;} 
.indexproductbox .swiper-button-prev{left:1%;}
.indexproductbox .swiper-button-next{right:1%;}
.indexproductbox .swiper-button-prev:hover, .indexproductbox .swiper-button-next:hover{background: #003963; color: #fff;}
.indexproductbox .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexproductbox .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 5px !important; background: #b9c7d0; opacity: 1; outline:none; transition: .3s;}
.indexproductbox .swiper-pagination-bullet-active{background: #003963; opacity: 1;}


/**关于我们**/
.indexabout{padding: 9% 0 0 0; background: url(indexabout-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover;}
.indexabout .indextitle{color: #fff;}
.indexabout .indexmore{margin-top: 5%;}
.indexabout .indexmore a{color: #fff; border: 1px solid #fff;}

.indexaboutbox{color: #fff;}
.indexaboutbox .companyname{margin: 4.5% 0 2% 0;}
.indexaboutbox .desc{max-width: 65%; line-height: 1.6; min-height: calc(1.6em * 4); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden;}

.indexaboutico{background: rgba(0,0,0,.38); padding: 2% 0; margin-top: 10%;}
.indexabouticobox{display: flex; justify-content: flex-start;}
.indexabouticobox .list{position: relative; flex: 1;}
.indexabouticobox .list:last-child{margin-right: 0;}
.indexabouticobox .list .img{width: 72px; height: 72px; margin: 0 auto; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center;}
.indexabouticobox .list .img p{width: 100%; height: 100%; overflow: hidden;}
.indexabouticobox .list .img p img{max-width: 100%; transition: 2.5s;}
.indexabouticobox .list:hover .img p img{transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg);}
.indexabouticobox .list .title{color: #fff; margin-top: 10px;}
.indexabouticobox .list.on .title{}

@media only screen and (max-width:1366px){
	.indexabouticobox .list .img{width: 65px; height: 65px;}
}
@media only screen and (max-width:1024px){
	.indexabouticobox .list .img{width: 60px; height: 60px;}
}

/**认证证书**/
.indexcer{padding: 4% 0;}

.indexcerbox{position: relative; margin-top: 4%; padding-bottom: 90px;}
.indexcerbox .swiper-wrapper{}
.indexcerbox .swiper-slide{position: relative; width: 100%; background: url(indexcer-ico-bg.png) #ecf1f4 no-repeat 12% 88%; background-size: 30%; padding: 3.5% 3% 0 3%; border-radius: .6vw;}
.indexcerbox .swiper-slide:hover, .indexcerbox .swiper-slide.on{background: url(indexcer-ico-bg1.png) #003963 no-repeat 12% 88%; background-size: 30%;}
.indexcerbox .swiper-slide .box{position: relative;}
.indexcerbox .swiper-slide .box .name{color: #000; text-transform: uppercase; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexcerbox .swiper-slide:hover .box .name, .indexcerbox .swiper-slide.on .box .name{color: #fff;}
.indexcerbox .swiper-slide .box .xh{margin-top: 3%; color: #888; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexcerbox .swiper-slide:hover .box .xh, .indexcerbox .swiper-slide.on .box .xh{color: #a1bbce;}
.indexcerbox .swiper-slide .img{position: relative; width: 75%; top: 50px; margin-left: 25%;}
.indexcerbox .swiper-slide .img p{}
.indexcerbox .swiper-slide .img p img{max-width: 100%; max-height: 100%; transition: .5s; box-shadow: 0 0 30px rgba(0,57,99,.25);}
.indexcerbox .swiper-slide:hover .img p img{transform: scale(1.1);}
.indexcerbox .swiper-button-prev, .indexcerbox .swiper-button-next{top: 39%; background:rgba(0,0,0,.5); color: #fff; width: 35px; height: 35px; border-radius: 100%; --swiper-navigation-size: 9px; outline:none;} 
.indexcerbox .swiper-button-prev{left:1%;}
.indexcerbox .swiper-button-next{right:1%;}
.indexcerbox .swiper-button-prev:hover, .indexcerbox .swiper-button-next:hover{background: #003963; color: #fff;}
.indexcerbox .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexcerbox .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 5px !important; background: #b9c7d0; opacity: 1; outline:none; transition: .3s;}
.indexcerbox .swiper-pagination-bullet-active{background: #003963; opacity: 1;}

/**新闻中心**/
.indexnews{padding: 5% 0; background: url(indexnews-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover;}

.indexnewsbox{margin-top: 4%; display: flex; justify-content: space-between;}

.indexnewstj{position: relative; width: 50%; margin-left: 0;}
.indexnewstj .swiper-wrapper{}
.indexnewstj .swiper-slide{width: 100%; overflow: hidden;}
.indexnewstj .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden;}
.indexnewstj .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewstj .swiper-slide:hover .img img{transform: scale(1.1);}
.indexnewstj .swiper-slide .title{position: absolute; left: 0; bottom: 0; width: 100%; padding: 10% 14% 10px 3%; background-image: linear-gradient(to top, #003963, rgba(0,57,99,0)); color: #fff;}
.indexnewstj .swiper-slide .title p{color: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexnewstj .swiper-pagination{text-align: right; padding-right: 1%; bottom: 3%; z-index: 99;}
.indexnewstj .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; width: 8px; border-radius: 100px; margin:0 3px !important; background: #fff; opacity: 1; outline:none; transition: .3s;}
.indexnewstj .swiper-pagination-bullet-active{background: #003963; width: 20px;}
.indexnewstj .swiper-button-prev, .indexnewstj .swiper-button-next{top: 47%; background:rgba(0,0,0,.5); color: #fff; border-radius: 50%; width: 35px; height: 35px;--swiper-navigation-size: 8px; outline:none;} 
.indexnewstj .swiper-button-prev{left:1%;}
.indexnewstj .swiper-button-next{right:1%;}
.indexnewstj .swiper-button-prev:hover, .indexnewstj .swiper-button-next:hover{background: #003963; color: #fff;}
.indexnewstj .swiper-pagination{bottom: 15px; right: 15px; text-align: right; z-index: 99;}
.indexnewstj .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: #fff; opacity: 1; outline:none; transition: .3s;}
.indexnewstj .swiper-pagination-bullet-active{background: #6894b5; opacity: 1;}

.indexnewslist{position: relative; width: calc(50% - 20px); margin-right: 0;}
.indexnewslist .swiper-wrapper{}
.indexnewslist .swiper-slide{width: 100%; overflow: hidden; background: #fff;}
.indexnewslist .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden;}
.indexnewslist .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewslist .swiper-slide:hover .img img{transform: scale(1.1);}
.indexnewslist .swiper-slide .box{padding: 10% 8%;}
.indexnewslist .swiper-slide .box .title{color: #000; line-height: 1.4; min-height: calc(1.4em * 2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .swiper-slide:hover .box .title{color: #003963;}
.indexnewslist .swiper-slide .box .desc{margin: 5% 0 12% 0; color: #888; line-height: 1.6; min-height: calc(1.6em * 3); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .swiper-slide .box .time{color: #888;}
.indexnewslist .swiper-pagination{text-align: right; padding-right: 1%; bottom: 3%; z-index: 99;}
.indexnewslist .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; width: 8px; border-radius: 100px; margin:0 3px !important; background: #fff; opacity: 1; outline:none; transition: .3s;}
.indexnewslist .swiper-pagination-bullet-active{background: #16447f; width: 20px;}
.indexnewslist .swiper-button-prev, .indexnewslist .swiper-button-next{top: 23%; background:rgba(0,0,0,.5); color: #fff; border-radius: 50%; width: 35px; height: 35px;--swiper-navigation-size: 8px; 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: #003963; color: #fff;}
.indexnewslist .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexnewslist .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: #000; opacity: 1; outline:none; transition: .3s;}
.indexnewslist .swiper-pagination-bullet-active{background: #003963; opacity: 1;}

.indexnews .indexmore{margin: 4% auto 0; text-align: center;}

/**底部联系我们**/
.indexcontact{padding: 2% 0; background: url(indexcontact-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.indexcontactbox{display: flex; align-items: center; justify-content:space-between;}
.indexcontact .indextitle{color: #fff;}

.indexcontactcode{display: flex; justify-content: flex-start;}
.indexcontactcode .list{margin-right: 10%;}
.indexcontactcode .list:last-child{margin-right: 0;}
.indexcontactcode .list .img img{width: 120px;}
.indexcontactcode .list .name{color: #fff; margin-top: 8px;}

.indexcontactby{color: #fff; display: flex; align-items: center; justify-content: center;}
.indexcontactby .indexmore{margin-left: 20px;}
.indexcontactby .indexmore a{color: #fff; border: 1px solid #fff;}

@media only screen and (max-width:1366px){
	.indexcontactcode .list .img img{width: 100px;}
}
@media only screen and (max-width:1024px){
	.indexcontactcode .list .img img{width: 90px;}
}

/**底部**/
.footer{padding: 4% 0 3% 0; background: #ecf1f4;}

.footerbox{display: flex; justify-content: space-between;}

.footernav{flex: 1; width: 100%; margin-right: 4%; display: flex; justify-content: space-between;}
.footernav .list{}
.footernav .flist-title{}
.footernav .flist-title a{color: #000;}
.footernav .navlist{margin-top: 1vw;}
.footernav .navlist a{margin: 0.8vw 0; display: block; color: #666;}
.footernav .navlist a:hover{color: #003963; text-decoration: underline;}

.footercontact{max-width: 390px;}
.footercontact .name{color: #003963;}
.footercontact .box .list{color: #666; margin: 5% 0; display: flex; align-items: flex-start; justify-content: flex-start;}
.footercontact .box .list i{margin-right: 4px; color: #92a1ad;}
.footercontact .box .list p:nth-child(2){flex: 1; margin-left: 4px;}

.footercopy{border-top: 1px solid #d9e3e8; color: #888; margin-top: 4%; padding: 1.5% 0; display: flex; align-items: center; justify-content: space-between;}
.footercopy a{color: #888;}
.footercopy a:hover{color: #003963;}
.footercopy .l{display: flex; align-items: center; justify-content: flex-start;}
.footercopy .l p{margin-right: 15px; line-height: 1;}
.footercopy .l p:last-child{margin-right: 0;}
.footercopy .r img{width: 80px;}

.zqkj{display: inline-block; background: url(zqkj.png) no-repeat; background-size: 100%; opacity: .7; width: 140px; height: 14px;}
.zqkj:hover{opacity: 1;}

@media only screen and (max-width:1366px){
	.footercontact{max-width: 350px;}
}
@media only screen and (max-width:1280px){
	.footercopy .r img{width: 70px;}
}
@media only screen and (max-width:1024px){
	.footercontact{max-width: 315px;}
}

/*内页*/
.bodybg{background: #ecf1f4;}
.mainbody{padding: 1.5% 0; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.mainbody-left{width: 22%;}
.mainbody-right{width: 74%; padding: 4% 4%; background: #fff;}

.mainbody_content{line-height:1.6;}
.mainbody_content p{margin:1.5% 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:1366px){
	.mainbody-left{width: 25%;}
	.mainbody-right{width: 72%;}
}

/*about-navlocation*/
.about-navtitle{padding: 14% 0; color: #000; background: url(about-navtitle-bg.jpg) no-repeat center center; background-size: cover;}

.location{background: #fbf8ee; display: flex; align-items: center; justify-content: space-between; padding: 2% 3%;}
.location p:first-child{color: #e4b71d;}
.location p:nth-child(2), .location a{color: #666;}

.about-nav{width: 100%; background: #ecf1f4; border-bottom: 1px solid rgba(0,0,0,.08);}
.about-navbox{display: flex; justify-content: flex-start; border-left: 1px solid rgba(0,0,0,.08);}
.about-nav a{position: relative; line-height: 1.4; padding: 2% 2%; border-right: 1px solid rgba(0,0,0,.08); overflow: hidden;}
.about-nav a::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 4px; background: #003963; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{width: 100%;}
.about-nav a:hover, .about-nav a.cur{color: #003963; background: #fff;}

@media only screen and (max-width:1366px){
	.about-nav a span{width: 23px; height: 26px;}
}
@media only screen and (max-width:1024px){
	.about-nav a span{width: 20px; height: 23px;}
}

/*内页产品列表*/
.bodyproduct{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproduct:after{content: ''; width:calc((100% - 6%) / 3);}
.bodyproduct .list{position: relative; top:0; width:calc((100% - 6%) / 3); margin: 1.5% 0; padding: 2% 2%; transition: .5s; background: #f2f2f2; overflow: hidden}
.bodyproduct .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #003963; transition: .7s;}
.bodyproduct .list:hover::before{height: 100%;}
.bodyproduct .list:hover{top: -20px;}
.bodyproduct .list .img{background: none;}
.bodyproduct .list .box{border-bottom: 1px solid #e2e2e2;}
.bodyproduct .list .box::before{height: 1px; background: #5c7c93;}
.bodyproduct .list .box .name{line-height: 1.3; min-height: calc(1.3em * 2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis;}
.bodyproduct .list:hover .box .name{color: #fff;}
.bodyproduct .list .box .xh{color: #888;}
.bodyproduct .list:hover .box .xh{color: #9dbbd1;}


/**内页产品详情**/
.bodyproductshow{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap; border-bottom: 1px solid #e4e4e4; padding-bottom: 4%;}
.bodyproductshow .img{width: 54%; max-height: 450px; border: 1px solid #e4e4e4;}
/*.bodyproductshow .img{position: relative; width: 60%; height: 0; padding-bottom: 61%; overflow: hidden;}
.bodyproductshow .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}*/
.bodyproductshow .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.bodyproductshow .box{width: 42%;}
.bodyproductshow .box .cat{background: #005094; color: #fff; display: inline-block; padding: 3px 10px; border-radius: 3px;}
.bodyproductshow .box .xh{font-family:'Roboto', sans-serif; font-weight: 500; margin-top: 4%;}
.bodyproductshow .box .title{color: #000; margin-top: 1%; padding-bottom: 5%; border-bottom: 1px solid #e4e4e4;}
.bodyproductshow .box .size{margin: 2% 0; color: #666; margin-top: 4%;}
.bodyproductshow .box .desc{padding: 5%; color: #666; background: #e5ecf3; text-align: justify; margin-top: 4%;}
.bodyproductshow .box .phone{margin-top: 4%; background: #e5ecf3; padding: 10px; border-radius: 5px;}
.bodyproductshow .box .phone p{color: #005094;}
.bodyproductshow .box .phone p i{margin-right: 5px;}
.bodyproductshow .box .phone .phonelist{margin-top: 2%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.bodyproductshow .box .phone .phonelist .list{margin: 1% 0; width: calc(100% / 2); display: flex; align-items: center; justify-content: flex-start;}
.bodyproductshow .box .phone .phonelist .list .tel{margin-left: 10px; font-family:'Roboto', sans-serif; font-weight: 700;}

/*内页图片列表*/
.bodyimg{margin-top: 3%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.bodyimg:after{content: ''; width:calc((100% - 4%) / 3);}
.bodyimg .list{position: relative; top:0; width:calc((100% - 4%) / 3); margin:1% 0; transition: .5s;}
.bodyimg .list:hover{top:-20px;}

.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid #eaeaea;}
.bodyimg .list .img p{position: absolute; width: calc(100% - 16px); height: calc(100% - 16px); top: 8px; left: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: all 1s;}
/*.productny-list .list:hover .img p img {transform: scale(1.2);}*/

.bodyimg .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid #eaeaea;}
.bodyimg .list .imgt p{position: absolute; width: calc(100% - 16px); height: calc(100% - 16px); top: 8px; left: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .imgt p img{max-width: 100%; max-height: 100%; transition: 1s;}
/*.productny-list .list:hover .imgt p img {transform: scale(1.2);}*/

.bodyimg .list .title{position: relative; z-index: 2; padding: 3% 0; text-align: center; overflow: hidden;}
.bodyimg .list:hover .title{color: #fff;}
.bodyimg .list .title::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #003963; transition: .5s;}
.bodyimg .list:hover .title::before{height: 100%;}
.bodyimg .list .title p{position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

.bodyimg .list .video-ico{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 3.4vw; min-width: 30px; height: 3.4vw; min-height: 30px; border-radius: 50%; background: rgba(0,0,0, .6); display: flex; align-items: center; justify-content: center;}
.bodyimg .list .video-ico img{width: 40%; padding-left: 3px;}
.bodyimg .list:hover  .video-ico{background: #003963;}

/*内页荣誉列表*/
.bodycer{margin-top: 0; padding-bottom: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodycer:after{content: ''; width:calc((100% - 6%) / 3);}
.bodycer .list{position: relative; top:0; width:calc((100% - 6%) / 3); margin: 2% 0 8% 0; transition: .5s;}
.bodycer .list:hover{top: -20px;}


/*内页新闻列表*/
.bodynews{width: 100%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynews::after{content: ""; width: calc((100% - 6%) / 3);}
.bodynews .list{width: calc((100% - 6%) / 3); margin: 1.5% 0; border: 1px solid #e3eaee;}
.bodynews .list .box{position: relative;}
.bodynews .list .box::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #003963; overflow: hidden; transition: .7s; opacity: 0;}
.bodynews .list:hover .box::before{height: 100%; opacity: 1;}
.bodynews .list .box .title, .bodynews .list .box .desc, .bodynews .list .box .time{position: relative;}
.bodynews .list:hover .box .title, .bodynews .list:hover .box .time{color: #fff;}
.bodynews .list:hover .box .desc{color: #9dbbd1;}

/*内页新闻详情推荐*/
.newsshow-title{color: #000; line-height: 1.6;}
.newsshow-info{color: #acacac; padding-bottom:2%; margin-top: 1%; border-bottom: 1px solid rgba(0,0,0,.1);}
.bodydesc{background: #f3f3f3; padding: 3% 3%; line-height: 1.6;}

/**内页联系我们**/
.bodycontact-img{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodycontact{width: 40%; padding: 3% 4%; color: #fff; background: #003963;}
.bodycontact .list{display: flex; align-items: flex-start; justify-content: flex-start;}
.bodycontact .list .ico{margin-top: 25px;}
.bodycontact .list .desc{flex: 1; margin-left: 20px; padding: 5% 0; border-bottom: 1px solid rgba(255,255,255,.1);}
.bodycontact .list .desc p:first-child{font-weight: 600;}
.bodycontact .list .desc p:nth-child(2){margin-top: 3%; color: #b9cbd9; line-height: 1.4;}

.bodycontact-code{margin-top: 5%; display: flex; justify-content: flex-start;}
.bodycontact-code .listlist{margin-right: 5%;}
.bodycontact-code .listlist:last-child{margin-right: 0;}
.bodycontact-code .listlist img{width: 100%; max-width: 120px;}
.bodycontact-code .listlist .name{margin-top: 10px;}

.bodycontactimg{position: relative; flex: 1; width: 100%; overflow: hidden;}
.bodycontactimg p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bodycontactimg p img{width: 100%; height: 100%; object-fit: cover;}


/*内页搜索*/
.searchcontainer{max-width: 1200px; margin: 5% auto;}

.searcht{display: flex; justify-content: space-between;}
.searcht input{background: none; border: none;}
.searcht input[type="search"]{flex: 1; width: 100%; border:1px solid #e3e3e3; padding: 0 20px; font-size: 16px;}
.searcht input[type="submit"]{cursor: pointer; display: block; padding: 1vw 3vw; background: #003963; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 6% 0;}
.searchcat a{color: #666; margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{color: #003963; border-bottom: 2px solid #003963;}

.searchnewslist .list{position: relative; }
.searchnewslist .list .listbox{border-bottom: 1px solid #e3e3e3; padding: 2.5% 0;}
.searchnewslist .list .cattitle{display: flex; align-items: center; justify-content: flex-start;}
.searchnewslist .list .cattitle .cat{color: #000; margin-right: 20px;}
.searchnewslist .list .cattitle .title{flex: 1; width: 100%; color: #222;}
.searchnewslist .list:hover .cattitle .title{color: #003963; 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:hover{border: 1px solid #003963;}
.searchproductlist .list .listbox{display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.searchproductlist .list .img{position: relative; width: 40%; height: 0; overflow: hidden; padding-bottom: 30%;}
.searchproductlist .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; display: flex; align-items: center; justify-content: center;}
.searchproductlist .list .img img{max-width: 100%; max-height: 100%; transition: .7s;}
.searchproductlist .list:hover .img img{transform: scale(1.15);}
.searchproductlist .list .box{width: 55%;}
.searchproductlist .list .box .title{transition: .5s; line-height: 1.6;}
.searchproductlist .list:hover .box .title{color: #003963;}
.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;}


/*详细页上一页下一页收藏打印*/
.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;}
}

/*分页样式*/
.page_info{text-align:center; padding-top:30px; color:#666; font-size: 14px; font-size: 1.4rem;}
.page_info span{padding:0 2px;font-weight:bold; color: #003963;}
.page_list{line-height:25px; text-align:center; letter-spacing:0; font-size:15px; font-size: 1.5rem; font-weight: 500; margin-top:30px;}
.page_list div{text-align: center; display: inline-block; padding:2px 25px;}
.page_list a{display:inline-block; border: 1px solid #dcdcdc; background: #ecf1f4; margin: 0 3px; border-radius: 100px; color:#888; text-align:center; padding:4px 14px;}
.page_list a.a{background: #fff;}
.page_list a:hover,.page_list a.on{color:#fff; background:#003963; border: 1px solid #003963;}


@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;}