﻿@charset "utf-8";
/*==============================common==================================*/
*{margin:0; padding:0;box-sizing: border-box}
body,h1,h2,h3,h4,h5,p,ul,ol,form,fieldset,figure {  margin: 0;  padding: 0;  }
h3{font-weight:normal}
body {color:#333; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;}
ul,ol {list-style:outside none none;}
dl { padding:0; margin:0;}
dd { margin:0;}
a {text-decoration: none; color:#333;}
/*限制文字,文字超出显示冒号*/
.text-cut{overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}

/* 文章上下篇 */
.wengzhengfanye {overflow: hidden;padding: 0.2rem 0}
.wengzhengfanye .wengzhengfanyeA { line-height:2;}
.wengzhengfanye .wengzhengfanyeB { line-height:2;}
.wengzhengfanye span { color:#333;}
.wengzhengfanye a { text-decoration:none; }

/* 文章类别上下页 */
.page { overflow:hidden;padding-bottom: 0.4rem}
.pagelink { text-align:center;}
.pagelink span,.pagelink a { display:inline-block;text-align:center;padding:4px 9px;
	border:solid 1px #ccc; color:#666; margin:0 2px;}
.pagelink a:hover,.pagelink a.on { background:#1488b7; color:#fff; border:solid 1px #1488b7;}
.pagelink span{display:inline-block; color:#fff; background:#1488b7;border:solid 1px #1488b7;padding:4px 9px;}

/*==============================style==================================*/
.fl{ float:left}
.fr{ float:right}
.clear{clear: both}
.contioner {max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden; position:relative;font-size: 0.26rem;}
.wapper{padding-bottom:1rem; position:relative;z-index:100; background:#FFF;color: #333}
.container{margin: 0 0.2rem;overflow: hidden;font-size: 0.26rem}
/*img{max-width: 100%}*/

/*============================= 首页 ============================*/
.top{overflow:hidden; padding: 0.1rem 0.2rem;position: relative;}
.logo img{width: 1.8rem}
.menu-button {width:50px; cursor:pointer; float:right;}
.menu-button:before { content:""; position:absolute; top:0.38rem; right:0.2rem; border-bottom:9px double #1488b7; border-top:3px solid #1488b7; width:25px; height:3px;}

/*浮动导航*/
.top_fd {width:100%; height: 100%;position:fixed; top:0; left:0; z-index:999; display:none;}
.maskbg {background:#333; position:absolute; left:0; top:0; opacity:0.3; height:100%; width:100%;}
.mask-close{cursor:pointer; color:#fff; font-size:26px; position:absolute; top:5px; right:13px;}
.top_fd ul{overflow:hidden; background:#333; position:relative; top:0.9rem;overflow-y: auto;width: 100%;height: 100%}
.top_fd ul li{width:100%;border-bottom:1px solid #fff;overflow: hidden}
.top_fd ul li a{color:#fff; height:40px; line-height:40px; font-size:14px; padding-left:30px;float: left}
.submenu-toggle{cursor:pointer;line-height:40px;color:#fff; display:inline-block; float:right; font-size:28px; padding-right:20px;}
.top_fd ul li .sub-menu {background:#fff; overflow:hidden;display: none;width: 100%}
.top_fd ul li .sub-menu a{display:block; height:35px; line-height:35px; padding-left:40px;color: #1f1d1c;width: 100%}

/*banner图片切换样式*/
.banner{ width:100%; position:relative; overflow:hidden;}
.banner .swiper-container{ width: 100%;height: 100%;overflow:hidden;}
.banner ul li{height: 4rem;color: #fff;text-align: center;display: flex;justify-content: center;flex-direction: column}
.banner .pagination{position: absolute; bottom:0.3rem; width:100%; z-index:100; text-align: center;}
.banner .swiper-pagination-bullet{width: 24px;height: 6px;display: inline-block;border-radius: 15px;background: #fff;margin: 0 4px!important;}
.banner .swiper-pagination-bullet-active{background-color: #1488b7;opacity: 1}

.title{text-align: center;margin-top: 0.4rem;}
.title h2{font-size: 0.34rem;color: #1488b7}
.title i{display: inline-block;width: 30px;height: 2px;background: #00b552;margin-top: 10px}
.title p{margin-top: 10px;color: #000;font-size: 12px}

.oneA{background: #F5F5F5;overflow: hidden;padding-bottom: 40px}
.oneAa{margin-top: 10px}
.oneAa ul li{background: #fff;padding: 8px;float: left;width: 48.5%;margin: 25px 0 0 0;position: relative;transition: all 0.5s;top: 0px}
.oneAa ul li dd{width: 100%;position: relative}
.oneAa ul li dd img{max-width: 100%}
.oneAa ul li dt{text-align: center;margin: 0.15rem 0 0.08rem}
.oneAa ul li:nth-child(2n){float: right}

.oneB{margin-top: 0.4rem}
.oneB ul li{width: 100%;background: #f5f5f5;float: left;padding: 0.3rem;transition: 0.5s;margin-top: 0.2rem}
.oneB ul li dd img{width: 100%}
.oneB ul li h3{font-size: 0.28rem;text-align: center;font-weight: bold;margin-top: 15px}
.oneB ul li p{font-size: 12px;color: #999;margin-top: 10px;line-height: 2}
.oneB ul li:nth-child(3n){margin-right: 0}
.oneB ul li:hover{background-color: #0d4a83;box-shadow: 0px 0px 11px 0px #a2a2a2;transform: translateY(-5px) scale(1);}
.oneB ul li:hover h3{color: #fff}
.oneB ul li:hover p{color: #fff}

.oneC{background-size:cover;overflow: hidden;padding-bottom: 0.4rem}
.oneCal{width: 100%;margin-top: 40px}
.oneCal video{width: 100%;}
.oneCar{width: 100%;}
.oneCar .text{line-height: 2;margin-top: 0.3rem}
.oneCara{margin-top: 25px;overflow: hidden}
.oneCara ul li{width: 25%;height: 1.5rem;background: #F5F5F5;text-align: center;border-right: 1px solid #e6e6e6;box-sizing: border-box;
	overflow: hidden;float: left}
.oneCara ul li dd{margin-top: 0.3rem}
.oneCara ul li dd b{font-size: 0.32rem;color: #2b69a9;font-family: Arial}
.oneCara ul li p{margin-top: 0.1rem;}
.oneCara ul li:last-child{border: none}

.oneD{background: url("../img/od.png") no-repeat fixed;overflow: hidden;padding-bottom: 0.5rem}
.oneD .title h2{color: #fff}
.oneD .title i{background: #d1010b}
.oneD .title p{color: #fff}
.oneDa{position: relative;margin-top: 0.4rem}
.oneDas{width: 100%;margin: 0 auto;overflow: hidden;padding-bottom: 0.3rem}
.oneDa ul li{width: 270px;background: #fff;padding: 9px;float: left;}
.oneDa ul li a{border: 1px solid #e0e0e0;display: block;}
.oneDa ul li dd{margin: 8px;overflow: hidden;height: 3.4rem}
.oneDa ul li dd img{width: 100%;transition: all 0.5s}
.oneDa ul li dt{background: #e0e0e0;line-height: 32px;text-align: center}
.oneDa .swiper-button-prev,.oneDa .swiper-button-next{width: 34px;height: 52px;background: #fff;text-align: center;opacity: 0}
.oneDa .swiper-button-prev img,.oneDa .swiper-button-next img{width: 12px;margin-top: 15px}
.oneDa .pagination{text-align: center}
.oneDa .swiper-pagination-bullet{width: 24px;height: 6px;display: inline-block;border-radius: 30px;background: #e4e4e4;margin: 0 5px!important;}
.oneDa .swiper-pagination-bullet-active{background-color: #0060ad;opacity: 1}


.oneEs{background: #F5F5F5;overflow: hidden;padding-bottom: 0.4rem;margin-top: 0.4rem}
.oneE{overflow: hidden;margin-top: 0.2rem}
.oneE ul li{float: left;position: relative;width: 48.5%;margin-top: 0.25rem}
.oneE ul li dd{overflow: hidden;height: 2.6rem}
.oneE ul li dd img{transition: all 0.5s;width: 100%;height: 2.6rem}
.oneE ul li dt{text-align: center;margin-top: 0.2rem}
.oneE ul li:nth-child(2n){float: right}

.oneF{overflow: hidden;padding-bottom: 0.4rem}
.oneFa{margin-top: 0.3rem;position: relative}
.oneFas{padding-top: 10px}
.oneFa ul li{width: 306px;border: 1px solid #dddddd;background: #fff;transition: all 0.5s}
.oneFa ul li dd img{width: 100%}
.oneFa ul li dt{padding: 0.15rem;min-height: 1rem}
.oneFa .swiper-button-next, .oneFa .swiper-button-prev{width: auto;height: auto}

.oneG{overflow: hidden;margin-top: 0.1rem}
.oneG ul li{float: left;margin-top: 0.25rem;}
.oneG ul li img{max-width: 100%}

.foot{ background:#333;background-size:cover;padding:0.2rem;font-size:12px;color:#fff;}
.foot p{line-height: 2}
footer{width:100%; position:fixed; bottom:0;z-index: 999;max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden;}
footer ul {width:100%; overflow:hidden; background:#0d4a83; padding:0.1rem 0;}
footer ul li {width:33.3%; float:left; text-align:center;}
footer ul li i {width:30px; height:25px; display:block; margin:0 auto; background-position:center center; background-repeat:no-repeat;}
footer ul li h4 {color:#fff; font-weight:normal;font-size: 0.26rem}
footer ul li:nth-child(1) i { background-image:url(../img/footer01.png); background-size: .45rem;}
footer ul li:nth-child(2) i { background-image:url(../img/footer02.png); background-size: .34rem;}
footer ul li:nth-child(3) i { background-image:url(../img/footer03.png); background-size: .45rem;}

/*========================================= 关于我们 =====================================*/
.ny_ban{height: 4rem;overflow: hidden;color: #fff}
.ny_bana{width: 90%;margin: 0 auto;margin-top: 1.4rem;}
.ny_ban h2{font-size: 0.3rem;font-weight: normal}
.ny_ban i{display: block;height: 2px;width: 20px;background: #fff;margin: 10px 0}
.ny_ban b{font-size: 0.32rem}

.ny_nav{background: #F5F5F5;line-height: 0.8rem;overflow: hidden}
.ny_nav ul li{float: left;width: 25%;transition: all 0.3s;position: relative;text-align: center;
	text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.ny_nav ul li:before{position: absolute;content: '';left: 50%;bottom: 0px;width: 0%;height: 2px;background: none;transition: all .3s;}
.ny_nav ul li:after{content: "";position: absolute;width: 1px;height: 15px;display: block;background: #ccc;top: 50%;margin-top: -7px;right: 0px;}
.ny_nav ul li.active a{color: #2e8acb}
.ny_nav ul li.active:before{width: 80%;left: 10%;background-color: #2e8acb;}
.ny_nav2 ul li{width: 33.3%}

.ny_title{text-align: center;margin-top: 0.3rem}
.ny_title h3{font-size: 0.3rem}

.line{border-top: 1px solid #f0f0f0;overflow: hidden;margin-top: 0.3rem}
.about{padding-bottom: 0.4rem}
.about .text{line-height: 2;margin-top: 0.3rem}
.about .text img{max-width: 100%}
.abouta{margin-top: 0.3rem;overflow: hidden}
.abouta ul li{width: 25%;height: 1.3rem;background: #F5F5F5;text-align: center;border-right: 1px solid #e6e6e6;box-sizing: border-box;
	overflow: hidden;float: left;}
.abouta ul li dd{margin-top: 0.3rem}
.abouta ul li dd b{font-size: 0.28rem;color: #2b69a9;font-family: Arial}
.abouta ul li p{margin-top: 0.1rem;}
.abouta ul li:last-child{border: none}

/*=======================================产品中心============================================*/
.product{padding-bottom: 0.4rem;overflow: hidden}
.product ul li{background: #f5f5f5;float: left;width: 48.5%;margin: 0.3rem 0 0 0;position: relative;
	transition: all 0.5s;top: 0px}
.product ul li dd{width: 100%;height:2.2rem;position: relative;overflow: hidden}
.product ul li dd img{width: 100%;transition: all 0.5s;}
.product ul li dt{text-align: center;margin: 0.15rem 0}
.product ul li:nth-child(2n){float: right}
.product ul li dl{content:'';width: 100%;height: 100%;background: rgba(39, 94, 145, 0.6);position: absolute;top: 0;left: 0;text-align: center;
	color: #fff;opacity: 0;transition: all 0.5s ease;}
.product ul li dl span{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: block;width: 70%;color: #fff;text-align: center;padding: 0.5rem 0;}
.product ul li dl span:before{content: '';position: absolute;top: 0px;left: 50%;transform: translateX(-50%);width: 0%;height: 1px;background: rgba(255, 255, 255, 1);transition: all .5s ease;}
.product ul li dl span:after{content: '';position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);width: 0%;height: 1px;background: rgba(255, 255, 255, 1);transition: all .5s ease;}
.product ul li:hover dl{opacity: 1}
.product ul li:hover dl span:before{width: 60%}
.product ul li:hover dl span:after{width: 60%}
.product ul li:hover dt{color: #fff}
.product ul li:hover{background: #265c90;transition: all 0.5s;}
.product ul li:hover dd img{transition: all 0.5s;transform: scale(1.1)}

/*=======================================案例中心============================================*/
.case{overflow: hidden;padding-bottom: 0.4rem}
.case ul li{width: 48.5%;float: left;margin: 0.28rem 0 0 0}
.case ul li dd{width: 100%;height:1.9rem;overflow: hidden}
.case ul li dd img{width: 100%;transition: all 0.5s}
.case ul li dt{background: #e0e0e0;padding: 0.15rem;text-align: center;}
.case ul li p{background: #2b69a9;padding: 0.15rem;color: #fff;border-bottom: solid 1px #1e4e80;}
.case ul li p span{display: inline-block}
.case ul li p .sp1{width: 45%;border-right: solid 1px #1e4e80;text-align: center;font-size: 12px}
.case ul li p .sp2{width: 50%;padding-left: 0.2rem;font-size: 12px}
.case ul li:nth-child(2n){float: right}

/*=======================================新闻中心============================================*/
.news{overflow: hidden;padding-bottom: 0.4rem}
.news ul li{border-bottom: 1px solid #eaeaea;padding: 0.2rem 0;overflow: hidden}
.news ul li dd{width: 2rem;overflow: hidden}
.news ul li dd img{max-width: 100%;transition: all 0.5s;height: 1.6rem}
.news ul li dl{width: 4.5rem;}
.news ul li dl h3{font-size: 0.26rem}
.news ul li dl span{color: #b4b4b4;font-size: 12px;margin: 5px 0;display: block;background: url("../img/time.png") no-repeat 0 1px;padding-left: 0.35rem}
.news ul li dl p{line-height: 1.6;color: #565656;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;font-size: 12px}
.news ul li dt{margin-top: 0.4rem}

/*=======================================荣誉资质============================================*/
.honor{overflow: hidden;padding-bottom: 40px}
.honor ul li{width: 48.5%;background: #fff;float: left;margin: 0.3rem 0 0 0}
.honor ul li a{border: 1px solid #e0e0e0;display: block;}
.honor ul li dd{margin: 0.15rem;height: 4rem;overflow: hidden}
.honor ul li dd img{width: 100%;transition: all 0.5s;}
.honor ul li dt{background: #e0e0e0;line-height: 40px;text-align: center}
.honor ul li:nth-child(2n){float: right}

/*========================================= 人才招聘 =====================================*/
.rczp{overflow: hidden;padding-bottom: 0.4rem}
.rczp ul li{background: #F5F5F5;overflow: hidden;margin-top: 0.3rem}
.recruititem{background-color:#F5F5F5;position:relative}
.recruittop{padding: 0.2rem;position:relative;cursor:pointer;box-sizing: border-box;overflow: hidden}
.recruittop h3{width:100%;color:#252525;font-weight:normal;font-size: 0.26rem}
.recruittop .bot{margin-top:12px}
.recruittop .bot .list{color:#969696;margin-right:56px}
.recruitbot{padding:0.25rem;display:none;background: #fff;border: 1px solid #F5F5F5}
.recruitbot .items{line-height: 2;color:#666;}
.recruititem .more{width:0.4rem;height:0.4rem;border:2px solid #e5e5e5;border-radius:59px;background-color:#e5e5e5;
	position:absolute;top:0.17rem;right:0.2rem;cursor:pointer}
.recruititem .more:after{content:"";width:14px;height:2px;background-color:#265c90;position:absolute;top:50%;margin-top:-1px;left:50%;margin-left:-7px;
	transition:0.5s ease-in-out 0s;-webkit-transition:0.5s ease-in-out 0s;-moz-transition:0.5s ease-in-out 0s}
.recruititem .more:before{content:"";width:2px;height:14px;background-color:#265c90;position:absolute;top:50%;margin-top:-7px;left:50%;margin-left:-1px}
.recruititem.cur .recruittop h3{color:#265c90}
.recruititem.cur .more{border-color:#265c90;background-color:transparent;top:0.17rem;}
.recruititem.cur .more:before{transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);opacity:0}

/*=======================================联系我们============================================*/
.contact{overflow: hidden;margin-top: 0.3rem}
.contactl{width: 100%;line-height: 2}
.contactr{margin-top: 0.2rem}
.contactr img{max-width: 100%}
#dituContent{height: 300px;margin: 0.3rem 0.2rem}

/*=======================================在线留言============================================*/
.message{padding-bottom: 0.4rem}
.message input{width: 48%;background: #f5f5f5;border: none;padding: 0.18rem;margin-top: 0.3rem}
.message input:nth-child(2n){float: right}
.message textarea{width: 100%;min-height: 120px;background: #f5f5f5;border: none;margin-top: 0.3rem;padding: 10px;font-family: "微软雅黑"}
.message .btns{display: block;width: 100%;margin: 0 auto;background: #2b69a9;color: #fff;text-align: center;line-height: 0.65rem;margin-top: 0.3rem}

/*========================================= 产品详情 =====================================*/
.show{overflow: hidden;background: #F5F5F5;padding: 40px 0}
.showr{background: #fff}
.showra h3{background: #0075C2;color: #fff;font-size: 0.26rem;display: inline-block;line-height: 0.7rem;padding: 0 0.8rem;font-weight: bold}
.show_con{padding: 0.25rem 0.3rem;line-height: 2;border-top: 1px solid #d9d9d9;}
.show_con img{max-width: 100%}


/*=======================================详情页============================================*/
.con{padding: 0.3rem 0.3rem 0 0.3rem;background: #fff;margin: 0.4rem 0.2rem}
.con h1{font-size:0.3rem;text-align: center;font-weight: normal}
.info_laiyuan{color: #666;font-size: 12px;text-align: center;margin-top: 15px;border-bottom: 1px dashed #cccccc;padding-bottom: 15px}
.daodu{background: #F5F5F5;border: 1px solid #E5E5E5;line-height: 2;margin-top: 0.2rem;padding: 0.15rem;}
.cont{padding:0.2rem 0;line-height:2;min-height: 300px;border-bottom: 1px dashed #cccccc;}
.cont img{max-width:100%;}
.con_img{text-align: center;margin-top: 0.3rem;padding-bottom: 0.3rem}
.con_img img{max-width:100%;}


/***************************分辨率兼容样式属性**************************/
@media screen and (min-width: 320px) {
	html,body{font-size:44.444px;}
}
@media screen and (min-width: 360px) {
	html,body{font-size:50px;}
}
@media screen and (min-width: 375px) {
	html,body{font-size:52.08333px;}
}
@media screen and (min-width: 385px) {
	html,body{font-size:53.47222px;}
}
@media screen and (min-width: 400px) {
	html,body{font-size:55.5555px;}
}
@media screen and (min-width: 414px) {
	html,body{font-size:57.5px;}
}
@media screen and (min-width: 420px) {
	html,body{font-size:58.3333px;}
}
@media screen and (min-width: 440px) {
	html,body{font-size:61.11111px;}
}
@media screen and (min-width: 480px) {
	html,body{font-size:66.66666px;}
}
@media screen and (min-width: 520px) {
	html,body{font-size:72.2222px;}
}
@media screen and (min-width: 560px) {
	html,body{font-size:77.7777px;}
}
@media screen and (min-width: 580px) {
	html,body{font-size:80.55555px;}
}
@media screen and (min-width: 600px) {
	html,body{font-size:83.333px;}
}
@media screen and (min-width: 640px) {
	html,body{font-size:88.8888px;}
}
@media screen and (min-width: 680px) {
	html,body{font-size:94.44444px;}
}
@media screen and (min-width: 720px) {
	html,body{font-size:100px;}
}
/***************************end分辨率兼容样式属性*************************/

