@charset "utf-8";
/* CSS Document */
@font-face { font-family: "proxima-nova"; src: url("../fonts/30E4D0_2_0.eot"); src: url("../fonts/30E4D0_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/30E4D0_2_0.woff2") format("woff2"), url("../fonts/30E4D0_2_0.woff") format("woff"), url("../fonts/30E4D0_2_0.ttf") format("truetype"); font-weight: 600; }

@font-face { font-family: "proxima-nova"; src: url("../fonts/30E4D0_5_0.eot"); src: url("../fonts/30E4D0_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/30E4D0_5_0.woff2") format("woff2"), url("../fonts/30E4D0_5_0.woff") format("woff"), url("../fonts/30E4D0_5_0.ttf") format("truetype"); font-weight: 300; }

@font-face { font-family: "proxima-nova"; src: url("../fonts/proxima-nova-a/30E4D0_8_0.eot"); src: url("../fonts/30E4D0_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/30E4D0_8_0.woff2") format("woff2"), url("../fonts/30E4D0_8_0.woff") format("woff"), url("../fonts/30E4D0_8_0.ttf") format("truetype"); font-weight: 400; }

@font-face { font-family: "proxima-nova"; src: url("../fonts/30E4D0_B_0.eot"); src: url("../fonts/30E4D0_B_0.eot?#iefix") format("embedded-opentype"), url("../fonts/30E4D0_B_0.woff2") format("woff2"), url("../fonts/30E4D0_B_0.woff") format("woff"), url("../fonts/30E4D0_B_0.ttf") format("truetype"); font-weight: 200; }

.ftb{font-family: "proxima-nova";}

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:rgba(0,0,0,.3);} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background:#123364;} 

/* 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: "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif; -webkit-font-smoothing: antialiased; min-width: 1024px; font-size:15px; font-size:1.5rem; margin:0 auto; color:#333; PADDING-TOP:0px; overflow-x: hidden; background: #fff;}
a{color:#333; text-decoration:none;}
a:hover{color:#123364;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

img{vertical-align:middle; border:0;}
.w100{width:100%; margin:0 auto;}

.fw{font-family: PingFangSC-Medium, sans-serif;}
.ftb{font-family: 'Bahnschrift';}
.b{font-weight: bold;}
.clear{clear:both; height:0; line-height:0; font-size:0; *display:inline;/*IE only*/}
.fl { float:left;}
.fr { float:right;}
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}

.clearfix:after{content:"";display:block;clear:both;}

/*表格*/
.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; transition: bottom ease .3s; bottom:-85px; z-index:3; cursor:pointer;}
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block; background-color:#123364;}
.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:#0f213c;}
.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: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: 1440px; margin: 0 auto;}
@media only screen and (max-width:1440px) {
	.container{width: 92%;}
}

/*head*/
.header{background:#fff; width: 100%; padding:0 2%; display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.header.fixed{position: fixed; left: 0; top: 0; z-index: 999; box-shadow: 0 0 15px rgba(0,0,0,.1);}

.header .logo{width: 23%; min-width: 280px; transition: .5s;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:14%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%;}

.headerbox{flex: 1; width:100%; margin-left: 15%; display: flex; align-items: center; justify-content: flex-start;}

.lag{position: relative;}
.lag a{display: inline-block; width: 30px; height: 30px; border-radius: 50%; background: #123364; color: #fff; display: flex; align-items: center; justify-content: center;}

.nav{flex: 1; width: 100%; margin-right: 5%;}
.nav .nav_pc{width: 100%; display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative; display: flex; align-items: center; justify-content:center;}
.nav ul li .f_a{}
.nav ul li .f_a a{width: 100%; padding: 30px 0; border-bottom: 3px solid #fff; display:inline-block; display: flex; align-items: center; justify-content:center;}
.header .nav ul li.hovert .f_a a{color: #123364; font-weight: bold; border-bottom: 3px solid #123364;}
.header .nav ul li:hover .f_a a{color: #123364;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; transform:translate(-50%,0); top:100%; width: 160px; background:rgba(255,255,255,1); box-shadow: 0 0 25px rgba(0,0,0,.2); z-index: 9;}
.nav ul li .s_navbox .s_a a{color: #555; display:block; text-align: center; padding: 10px 5px; 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:#123364; color: #fff;}

.m_nav{display:none}
.m_img{display: none}

@media screen and (max-width: 1280px){
	.headerbox{margin-left: 8%;}
	.nav ul li .s_navbox{width: 140px;}
	.nav ul li .s_navbox .s_a a{padding: 7px 5px;}
}
@media screen and (max-width: 1024px){
	.nav ul li .s_navbox{width: 130px;}
	.nav ul li .s_navbox .s_a a{padding: 6px 5px;}
}

/*banner*/
.banner{position: relative; width: 100%;}

.banner .swiper-wrapper{width: 100%;}
.banner .swiper-slide{position: relative; width: 100%;}
.banner .swiper-slide img{width: 100%;}
.banner .swiper-slide .swiper-slide-img{width: 100%; height: 100%;}
.banner .swiper-slide .swiper-slide-img p{width: 100%; height: 100%;}

.aboutbanner-desc{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3; color: #fff; text-transform: uppercase;}

.banner .swiper-wrapper .swiper-pagination{text-align: center; position:absolute; top:calc(100% - 30px);}
.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:#123364;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:#123364;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: 45%; background:rgba(0,0,0,.4); color: #fff; border-radius:18px; width: 45px; height: 45px; --swiper-navigation-size: 15px; outline: none;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #123364; color: #fff;}

@media only screen and (max-width:1366px){
	.banner .swiper-button-prev, .banner .swiper-button-next{top: 50%; border-radius:13px; width: 35px; height: 35px; --swiper-navigation-size: 12px;}
}


/**首页栏目标题 / 更多**/
.indextitle{color: #000;}

.indexmore{}
.indexmore .indexmorebox{position: relative; top: 0; width: 150px; border: 1px solid #123364; border-radius: 1000px; overflow: hidden; transition: .5s; display: flex; align-items: center; justify-content: space-between; color: #123364;}
.indexmore .indexmorebox:hover{top: -10px; box-shadow: 0 0 40px rgba(18,51,100,.5); background: #123364;}
.indexmore p:first-child{flex: 1; width: 100%; text-align: center;}
.indexmore .indexmorebox:hover p:first-child{color: #fff;}
.indexmore p:nth-child(2){margin:7px 7px 7px 0; width: 25px; height: 25px; border-radius: 50%; background: #123364; color: #fff; display: flex; align-items: center; justify-content: center;}
.indexmore .indexmorebox:hover p:nth-child(2){background: #fff; color: #123364;}

@media only screen and (max-width:1600px){
	.indextitle{font-size: 56px; font-size: 5.6rem;}
}
@media only screen and (max-width:1366px){
	.indextitle{font-size: 50px; font-size: 5rem;}
	
	.indexmore .indexmorebox{width: 140px;}
	.indexmore p:nth-child(2){margin:6px 6px 6px 0;}
}
@media only screen and (max-width:1280px){
	.indextitle{font-size: 45px; font-size: 4.5rem;}
	
	.indexmore .indexmorebox{width: 130px;}
	.indexmore p:nth-child(2){margin:5px 5px 5px 0;}
}
@media only screen and (max-width:1024px){
	.indextitle{font-size: 40px; font-size: 4rem;}
	
	.indexmore .indexmorebox{width: 120px;}
	.indexmore p:nth-child(2){margin:4px 4px 4px 0;}
}

/**关于我们**/
.indexabout{position: relative; }
.indexabout .container{position: relative; z-index: 2; padding: 8% 0 7% 0;}

.indexabout-top{display: flex; justify-content: space-between;}
.indexabout-top .indextitle{color: #fff;}
.indexadv{flex: 1; width: 100%; margin-left: 20%; display: flex; justify-content: space-between;}
.indexadv .list{color: #888;}
.indexadv .list p:first-child{color: #123364; margin-bottom: 5px;}
.indexadv .list .counter{margin-right: 5px;}

.indexaboutcontainer{margin-top: 5%; display: flex; align-items: center; justify-content: space-between;}
.indexaboutcontainer .indexaboutimg{width: 48%;}
.indexaboutcontainer .indexaboutimg img{width: 100%;}
.indexaboutcontainer .indexaboutbox{width: 48%; padding: 4% 0;}
.indexaboutcontainer .indexaboutbox .desc{line-height: 1.8; color: #888; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden;}
.indexaboutcontainer .indexaboutbox .desc p{margin-bottom: 2%;}
.indexaboutcontainer .indexaboutbox .desc p:last-child{margin-bottom: 0;}

.indexaboutcontainer .indexmore{margin-top: 5%; display: flex; align-items: center; justify-content: flex-end;}

.indexabout-bg{position: absolute; left: 0; top: 0; width: 30%; height: 100%; background: url(indexabout-bg.jpg) no-repeat left center; background-size: cover;}

@media screen and (max-width: 1366px){
	.indexadv .list p:first-child span{font-size: 52px; font-size: 5.2rem;}
}
@media screen and (max-width: 1024px){
	.indexadv .list p:first-child span{font-size: 45px; font-size: 4.5rem;}
}

/**产品中心**/
.indexproduct{padding: 5% 0; background: url(indexproduct-bg.jpg) no-repeat; background-attachment: fixed; background-position: 100% 100%;}

.indexproduct-top{display: flex; align-items: center; justify-content: space-between;}
.indexproduct-cat{flex: 1; width: 100%; margin-left: 10%; display: flex; justify-content: flex-end;}
.indexproduct-cat .list{position: relative; top: 0; flex: 1; width:100%; padding: 15px 0; border: 1px solid #d9dfe9; background: #fff; margin-left: 1vw; transition: .5s; display: flex; align-items: center; justify-content: center;}
.indexproduct-cat .list::before{content: ""; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: #123364; transition: .7s;}
.indexproduct-cat .list:hover::before{width: 100%;}
.indexproduct-cat .list:hover{top: -10px; color: #fff; box-shadow: 0 0 40px rgba(18,51,100,.5);}
.indexproduct-cat .list p{position: relative;}

.indexproductbox{position: relative; margin-top: 5%; padding-bottom: 3%; overflow: hidden;}
.indexproductbox .swiper-slide{width: 100%; overflow: hidden;}
.indexproductbox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 71%; overflow: hidden;}
.indexproductbox .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexproductbox .swiper-slide:hover .img img{transform: scale(1.15);}
.indexproductbox .swiper-slide .title{position: relative; width: 100%; padding: 5% 5px; background: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexproductbox .swiper-slide .title::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #123364; transition: .5s;}
.indexproductbox .swiper-slide:hover .title::before{height: 100%;}
.indexproductbox .swiper-slide:hover .title p{position: relative; color: #fff;}
.indexproductbox .swiper-button-prev, .indexproductbox .swiper-button-next{top: 36%; background:rgba(255,255,255,.5); color: #000; border-radius: 114px; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; --swiper-navigation-size: 12px; 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: #123364; border:1px solid #123364; color: #fff;}
.indexproductbox .swiper-pagination{bottom: 0; z-index: 99;}
.indexproductbox .swiper-pagination-bullet{position: relative; z-index: 2; width: 7px; height: 7px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0,.2); opacity: 1; outline:none; transition: .3s;}
.indexproductbox .swiper-pagination-bullet-active{background: #123364; width: 1.2vw; min-width: 20px; opacity: 1;}


@media screen and (max-width: 1280px){
	.indexproduct-cat{width: 75%;}
	.indexproduct-cat .list{padding: 13px 0;}
}

/**应用领域**/
.indexapply{padding: 6% 0;}
.indexapply-top{display: flex; align-items: center; justify-content: flex-start;}
.indexapply-top .indexapply-desc{flex: 1; width: 100%; margin-left: 5%; line-height: 1.4; color: #888;}

.indexapplybox{margin-top: 3%; display: flex; justify-content: space-between;}
.indexapplybox .list{flex: 1; width: 100%; position: relative;}
.indexapplybox .list .title{position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; padding: 10% 1% 5% 1%; color: #fff; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); transition: .5s;}
.indexapplybox .list .title p{position: relative; top: 0; transition: .5s;}
.indexapplybox .list:hover .title{background-image: linear-gradient(to bottom, rgba(18,51,100,0), rgba(18,51,100,1));}
.indexapplybox .list:hover .title p{top: -20px;}
.indexapplybox .list .img{position: relative; width: 100%; height: 0; padding-bottom: 156%; overflow: hidden;}
.indexapplybox .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexapplybox .list:hover .img img{transform: scale(1.15);}

@media screen and (max-width: 1366px){
	.indexapply-top .indexapply-desc{flex: 1; width: 100%;}
}
@media screen and (max-width: 1024px){
	.indexapplybox .list .title{font-size: 18px; font-size: 1.8rem;}
}

/**底部**/
.footer{padding: 6% 0 4% 0; background: url(indexfooter-bg.jpg) no-repeat center center; background-size: cover;}
.footerbox{display: flex; justify-content: space-between;}

.footer-contact{width: 30%;}
.footer-contact .footer-logo{}
.footer-contact .box{margin-top: 6%;}
.footer-contact .box .list{display: flex; align-items: flex-start; justify-content: flex-start; color: #fff; margin: 2% 0; line-height: 1.6;}
.footer-contact .box .list p:nth-child(2){flex: 1; width: 100%; margin-left: 5px;}

.footer-nav{flex: 1; width: 100%; margin-left: 3%; display: flex; justify-content: space-between;}
.footer-nav .list .title a{color: #fff;}
.footer-nav .list .listlist{margin-top: 20px;}
.footer-nav .list .listlist a{color: #7f96b8; display: block; padding: 4% 0;}
.footer-nav .list .listlist a:hover{color: #fff;}

.footer-copy{border-top: 1px solid rgba(255,255,255,.1); line-height: 1.6; margin-top: 6%; padding: 1% 0 0 0; color: #7f96b8; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.footer-copy p{margin-right: 1%;}
.footer-copy p:last-child{margin-right: 0;}
.footer-copy a{color: #7f96b8;}
.footer-copy a:hover{color: #fff;}

.zqkj{display: inline-block; background: url(zqkj.png) no-repeat; background-size: 100%; width: 108px; height: 12px;}

@media only screen and (max-width:1366px){
	.footer-contact .footer-logo img{width: 250px;}
}
@media only screen and (max-width:1024px){
	.footer-contact{width: 25%;}
	.footer-contact .footer-logo img{width: 220px;}
}

/*内页*/
.mainbody{}
.mainbody_content{line-height:2; text-align:justify; color: #444;}
.mainbody_content p{margin:1.6% 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:800px){
	.mainbody_content{line-height:1.8;}
}
@media only screen and (max-width:560px){
	.mainbody_content{line-height:1.6;}
	.mainbody_content p{margin:3% 0;}
}

/*lefter*/
.lefter{border-bottom: 1px solid rgba(0,0,0,.12);}
.lefter .container{display: flex; align-items: center; justify-content: space-between;}
.location, .location a{color: #888;}
.location i{margin-right: 5px; color: #123364;}

/*about-nav*/
.about-nav{flex: 1; width: 100%; margin-right: 5%; display: flex; justify-content: flex-start;}
.about-nav a{color: #666; position: relative; transition: .5s; padding: 2% 2.5%; display: flex; align-items: center; justify-content: center; transition: .5s;}
.about-nav a::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; z-index: 1; background: #123364; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{height: 100%;}
.about-nav a:hover{color: #fff;}
.about-nav a.cur{color: #fff;}
.about-nav a font{position: relative; z-index: 2;}


/**内页联系我们**/
.contact-contact{border: 1px solid rgba(0,0,0,.1); display: flex; align-items: center; justify-content: space-between;}
.contact-contact .contactus{padding-left: 5%;}
.contact-contact .contactus .companyname p:first-child{color: #123364;}
.contact-contact .contactus .companyname p:nth-child(2){color: #999; text-transform: uppercase; margin: 2% 0 3% 0;}
.contact-contact .contactus .companyname p:nth-child(3){width: 2vw; min-width: 35px; height: 4px; background: #123364;}
.contact-contact .contactus .contact{margin-top: 7%; color: #666;}
.contact-contact .contactus .contact p{margin: 4% 0; display: flex; align-items: center; justify-content: flex-start;}
.contact-contact .contactus .contact p i{color: #123364; margin-right: 10px;}
.contact-contact .contactus .contact a{color: #666;}
.contact-contact .contactus .contact a:hover{color: #123364;}
.contact-contact .codet{margin: 0 5%;}
.contact-contact .codet img{width: 9vw; min-width: 100px; border: 1px solid rgba(0,0,0,.1);}
.contact-contact .codet p{color: #666; margin-top: 5%;}
.contact-contact .phone{width: 30%; background: #123364; padding: 7% 5%; color: #fff;}
.contact-contact .phone .phonephone{line-height: 2;}
.contact-contact .phone .phonex{width: 2vw; min-width: 35px; height: 4px; background: #fff; margin: 10% 0;}
.contact-contact .phone .phonetime{color: #bebfea; margin-top: 10%;}

@media only screen and (max-width:1280px){
	.contact-contact .phone{width: 34%; padding: 6% 4%;}
}
@media only screen and (max-width:1024px){
	.contact-contact .phone .phonephone p:nth-child(2){font-size: 30px; font-size: 3rem;}
}

/*内页留言*/
.message{margin-top: 5%;}
.message form{margin-top: 3%; 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 #e5e5e5; transition: .5s;}
.message .list:hover{border: 1px solid #123364; background: #eff0fa;}
.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; background: none; padding: 15px 15px; font-family:"Microsoft YaHei",sans-serif;}
.message input::-webkit-input-placeholder{color: #999;}
.msg_textarea{width: 100%; height: 140px; background: none; border: none; padding: 15px 15px; line-height: 1.4; font-family:"Microsoft YaHei",sans-serif;}
.message textarea::-webkit-input-placeholder{color: #999;}
.msg_submitt{width: 100%; padding: 15px 15px; background: #123364; color: #fff; text-transform: uppercase; border: none;}	

/*内页图片列表*/
.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:3vh; transition: .5s;}
.productny-list .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid rgba(0,0,0,.15);}
.productny-list .list .img p{position: absolute; width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; left: 10px; 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 .4s;}
.productny-list .list:hover .img img {transform: scale(1.2);}

.productny-list .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid rgba(0,0,0,.15);}
.productny-list .list .imgt p{position: absolute; width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; left: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productny-list .list .imgt p img{max-width: 100%; max-height: 100%; transition: all .4s;}
.productny-list .list:hover .imgt img {transform: scale(1.2);}

.productny-list .list .title{margin-top: 5px; padding: 4% 1%; background: rgba(0,0,0,.1); transition: .3s;}
.productny-list .list:hover .title{background: #123364; color: #fff;}
.productny-list .list .title p{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}


/*内页产品列表*/
.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; transition: .5s;}
.bodyproduct .list:hover{top: -10px; color: #fff; box-shadow: 0 0 40px rgba(18,51,100,.5);}
.bodyproduct .list .img{position: relative; width: 100%; height: 0; padding-bottom: 71%; border: 1px solid rgba(0,0,0,.15); overflow: hidden;}
.bodyproduct .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.bodyproduct .list:hover .img img{transform: scale(1.15);}
.bodyproduct .list .title{position: relative; width: 100%; padding: 5% 5px; background: rgba(0,0,0,.1); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.bodyproduct .list .title::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #123364; transition: .5s;}
.bodyproduct .list:hover .title::before{height: 100%;}
.bodyproduct .list:hover .title p{position: relative; color: #fff;}

/*内页产品详情*/
.productshow{border: 1px solid rgba(0,0,0,.1); display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.productshow .img{width: 50%; position: relative; height: 0; padding-bottom: 35.5%; overflow: hidden;}
.productshow .img p{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productshow .img p img{max-width: 100%; max-height: 100%;}

.productshow .box{flex: 1; width: 100%; margin: 0 4%; padding: 2% 0;}
.productshow .box .title{line-height: 1.6; color: #000; padding-bottom: 5%; margin-bottom: 5%; border-bottom: 1px solid rgba(0,0,0,.1);}
.productshow .box .desc{background: #f8f8f8; padding: 5% 6%; margin-top: 5%; text-align: justify; line-height: 1.8; color: #666;}
.productshow .box .desc p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; overflow: hidden;}
.productshow .box .phone{background: #e9eff6; border-radius: 0.7vw; padding: 2% 5%; margin-top: 5%;}
.productshow .box .phone .list{margin: 2% 0; display: flex; align-items: center; justify-content: flex-start;}
.productshow .box .phone .list .name i{margin-right: 5px;}
.productshow .box .phone .list .content{color: #cb1b1b;}

.productshow-title{margin-top: 4%; background: rgba(0,0,0,.05);}
.productshow-title p{display: inline-block; background: #123364; color: #fff; padding: 15px 3vw;}




/*内页新闻列表*/
.bodyindexnewslist{margin-top: 0;}


/*内页列表*/
.newslist{display: flex; justify-content:space-between; flex-flow: wrap;}
.newslist:after{content: ""; width: calc((100% - 2%) / 2);}
.newslist .list{position: relative; width: calc((100% - 2%) / 2); padding: 2% 3%; margin: 1% 0; border: 1px solid rgba(0,0,0,.15); background: #f6f6f6; transition: .3s;}
.newslist .list:hover{border: 1px solid #123364; background: #123364;}
.newslist .list .box{position: relative; z-index: 2;}
.newslist .list .title{color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; transition: .3s;}
.newslist .list:hover .title{color: #fff;}
.newslist .list .desc{color: #999; margin: 8% 0 7%; text-align: justify;}
.newslist .list:hover .desc{color: #dadbf1;}
.newslist .list .desc p{line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.newslist .list .cattime{border-top: 1px solid rgba(0,0,0,.15); padding-top: 4%; display: flex; align-items: center; justify-content: space-between;}
.newslist .list:hover .cattime{border-top: 1px solid rgba(255,255,255,.3);}
.newslist .list .cattime .cat i{margin-right: 8px;}
.newslist .list:hover .cat{color: #fff;}
.newslist .list .time{color: #888; transition: .3s;}
.newslist .list:hover .time{color: #fff;}
.newslist .list .time i{margin-right: 5px;}
.newslist .list .img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover}
.newslist .list .img img{width: 100%; height: 100%; object-fit: cover;; opacity: 0; transition: .5s;}
.newslist .list:hover .img img{opacity: .2;}


/*内页新闻详情推荐*/
.mainbodynews{padding-bottom: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.mainbodynews-left{width: 66%; padding-right: 6%; border-right: 1px solid #ededed;}
.mainbodynews-right{width: 34%; padding-left: 6%;}

.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);}

.newsshowzx{}
.newsshowzx .newsshowzx-title{color: #000; padding-bottom: 7%; margin-bottom: 7%; border-bottom: 1px solid #ededed;}
.newsshowzx .list{position: relative; margin: 6% 0; display: flex; align-items: center; justify-content: flex-start;}
.newsshowzx .list .num{width: 1vw; min-width: 18px; height: 1vw; min-height: 18px; border-radius: 3px; margin-right: 10px; background: #cfcfcf; color: #fff; display: flex; align-items: center; justify-content: center;}
.newsshowzx .list:first-child .num{background: #e54346;}
.newsshowzx .list:nth-child(2) .num{background: #f18545;}
.newsshowzx .list:nth-child(3) .num{background: #f4ac2e;}
.newsshowzx .list .num p{line-height: 1;}
.newsshowzx .list .title{flex: 1; width: 100%; color: #777;}
.newsshowzx .list:hover .title{color: #123364; text-decoration: underline;}
.newsshowzx .list .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}

/*内页应用领域*/
.bodyyyly{display: flex; align-items: center; justify-content: space-between;}
.bodyyyly-box{flex: 1; width: 100%; margin-right: 10%;}
.bodyyyly-box .title{color: #123364;}
.bodyyyly-box .desc{color: #888; margin-top: 5%; line-height: 2;}
.bodyyyly-box .productcat-title{margin-top: 15%; color: #123364;}
.bodyyyly-box .productcat{margin-top: 5%; width: 80%; display: flex; justify-content:space-between;}
.bodyyyly-box .productcat .list{position: relative; width: calc((100% - 6%) / 4); height: 0; padding-bottom: calc((100% - 3%) / 4); background: #eaeaea; border-radius: 15px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyyyly-box .productcat .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #123364; transition: .5s;}
.bodyyyly-box .productcat .list:hover::before{height: 100%;}
.bodyyyly-box .productcat .list:first-child{background: #123364; color: #fff;}
.bodyyyly-box .productcat .list:hover{color: #fff;}
.bodyyyly-box .productcat .list .box{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; z-index: 2;}
.bodyyyly-box .productcat .list .box p:first-child{position: relative; width: 25%; height: 0; padding-bottom: 25%; margin: 0 auto; overflow: hidden;}
.bodyyyly-box .productcat .list .box p:first-child img{width: 100%; transition: .5s;}
.bodyyyly-box .productcat .list:hover .box p:first-child img, .bodyyyly-box .productcat .list:first-child .box p:first-child img{margin-top: -100%;}
.bodyyyly-box .productcat .list .box p:nth-child(2){margin-top: 15px;}

.bodyyyly-img{position: relative; width: 30%;}
.bodyyyly-img p{position: relative; width: 100%; height: 0; padding-bottom: 156%; overflow: hidden;}
.bodyyyly-img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}

.bodyyylylist{margin-top: 5%; display: flex; justify-content: space-between;}
.bodyyylylist .list{flex: 1; width: 100%; margin-right: 2%; border: 1px solid rgba(0,0,0,.1);}
.bodyyylylist .list:last-child{margin-right: 0;}
.bodyyylylist .list .img{position: relative; width: 100%; height: 0; padding-bottom: 55%; overflow: hidden;}
.bodyyylylist .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.bodyyylylist .list .box{padding: 6%;}
.bodyyylylist .list .box .desc{margin-top: 4%; line-height: 1.8; text-align: justify; color: #888;}

/*内页新闻、图片详细内容*/
.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;}
}

/*分页样式*/
.page_info{text-align:center; padding-top:30px; color:#333; font-size: 14px; font-size: 1.5rem;}
.page_info span{padding:0 2px;font-weight:bold; color: #d13f47;}
.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; border: 1px solid rgba(0,0,0,.4); margin: 0 4px; border-radius: 6px; color:#777; text-align:center; padding:4px 12px; border-radius: 2px;}
.page_list a:hover,.page_list a.on{color:#fff; background: #123364; border: 1px solid #123364;}


@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;}

