﻿@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;background: #fff}
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;}
input,textarea,button{border: none;outline: none;background: none}
.flex-center{display: flex;justify-content: space-between;flex-wrap: wrap}

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

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

/*==============================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}
.flex-center{display: flex;justify-content: space-between}

/*============================= 首页 ============================*/
.top{overflow: hidden;padding: 0.2rem;border-bottom: 1px solid rgba(255,255,255,.1);background: #fff}
.logo img{width: 2.2rem}
.menu-button {width:25px;height:15px;cursor:pointer; top: 0.4rem;position: absolute;right: 0.2rem;}
.menu-button:before { content:""; position:absolute; border-bottom:9px double #2970f3; border-top:3px solid #2970f3; width:25px; height:3px;}

/*浮动导航*/
.top_fd {width:100%; height: 100%;position:fixed; top:0; left:0; z-index:9999; 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;z-index: 2}
.top_fd ul{overflow:hidden; background:#333; position:relative; top:0;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; padding-left:20px;float: left}
.submenu-toggle{cursor:pointer;line-height:36px;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:35px;color: #1f1d1c;width: 100%;font-size: 12px}

/*banner图片切换样式*/
.banner{ position:relative; overflow:hidden;}
.banner .swiper-container{ width: 100%;height: 100%;overflow:hidden;}
.banner ul li{height: 4rem;}
.banner .swiper-pagination{ position: absolute; bottom:0.2rem!important; width:100%; z-index:100; text-align: center;}
.banner .swiper-pagination-bullet {width:8px;height:8px;margin:0 4px!important;cursor: pointer;background-color:rgba(255,255,255,0.5);border-radius: 100%;position: relative}
.banner .swiper-pagination-bullet-active{border: 2px solid #fff;background: none}

.title{position: relative;text-align: center;margin-top: 0.5rem;}
.title h2{font-size: 0.4rem;color: #525252;font-weight: normal;}
.title p{text-transform: uppercase;color: #8d8d8d;}

.oneA{overflow: hidden;background: url("../img/oa.jpg") no-repeat top center;padding-bottom: 0.3rem}
.oneA .title h2{color: #fff}
.oneA .title p{color: #fff}
.oneA  .title .titlel_l{background: #ffbe10;}
.oneA  .title .titler_l{background: #ffbe10;}

.oneAa{text-align: center;line-height: 26px;color: #fff;margin-top: 0.2rem}
.oneAb{padding: 4%;background: #fff;margin-top: 0.2rem;box-shadow: 0px 5px 16px 0 rgb(0 0 0 / 20%);}
.oneAbl{width: 100%}
.oneAbl h2{font-size: 0.3rem;margin-bottom: 0.2rem;line-height: 0.6rem}
.oneAbl h2 span{color: #2970f3;}
.oneAbl h2 a{display: inline-block;width: 0.6rem;height: 0.6rem;color: #fff;font-size: 0.4rem;font-family: Arial;background: #ffbe10;border-radius: 100%;float: right;
	text-align: center;font-weight: normal;transition: all 0.5s ease;}
.oneAbl h3{font-size: 0.3rem;margin-bottom: 0.2rem}
.oneAbl .text{border-top: 1px dashed #a3a3a3;padding-top: 0.2rem;line-height: 2;color: #505050;}

.oneAbr{width: 100%;margin-top: 0.3rem}
.oneAbr dd{width: 100%;}
.oneAbr dd img{-o-object-fit: cover;object-fit: cover;-o-object-position: center;object-position: center;width: 100%;height: 100%;}
.oneAbr dl{background: #0a43ac;line-height: 50px;padding: 0 0.4rem;color: #fff;display: flex;align-items: center;}
.oneAbr dl img{margin-right: 3%;animation: tada 1s linear infinite;width: 0.3rem}
.oneAbr dl span{font-size: 0.32rem;font-family: Impact;font-weight: normal}

.oneB{overflow: hidden;margin-top: 0.3rem}
.oneBl{background: url("../img/obl.jpg") no-repeat center;width: 270px;padding: 40px 20px 40px 0;}
.oneBl h2{line-height: 36px;font-size: 20px;color: #fff;display: flex;align-items: center;padding-left: 30px}
.oneBl h2 i{display: inline-block;width: 59px;height: 1px;background: #fff;margin-left: 10px;}
.oneBl p{font-size: 18px;color: #fff;padding-left: 30px}
.oneBl ul{margin-top: 20px}
.oneBl ul li{font-size: 16px;line-height: 40px;position: relative;padding-left: 30px}
.oneBl ul li a{color: #fff;position: relative;z-index: 5;}
.oneBl ul li:after {content: '';width: 100%;background: #ffbe10;height: 100%;position: absolute;top: 0;left: -100%;opacity: 0;transition: all 0.5s ease;}
.oneBl ul li:hover:after {left: 0;opacity: 1;}

.oneBr{}
.oneBr ul li{width: 48.5%;float: left;margin:0 0 0.3rem 0}
.oneBr ul li dd{width: 100%;border: 1px solid #e5e5e5;height: 2.6rem;transition: all 0.5s ease;overflow: hidden}
.oneBr ul li dd img{-o-object-fit: contain;object-fit: contain;-o-object-position: center;object-position: center;max-width: 100%;transition: all 0.5s ease; /*height: 100%;*/}
.oneBr ul li:nth-child(2n){float: right}
.oneBr ul li p{line-height: 0.6rem;overflow:hidden;background: #2970f3;color: #fff;text-align: center;margin-top: 0.1rem;position: relative}
.oneBr ul li p span{position: relative;z-index: 5}


.oneC{background: #F5F5F5;overflow: hidden;margin-top: 0.2rem;padding-bottom: 0.5rem}
.oneCa{overflow: hidden;position: relative;}
.oneCa .swiper-container{width: 88%;margin: 0 auto}
.oneCa ul{margin-top: 0.4rem}
.oneCa ul li{/*width: 32%;float: left;*/border: 1px solid #cccccc;text-align: center;padding: 0.6rem 0.2rem}
.oneCa ul li dd{width: 120px;height: 120px;border-radius: 100%;overflow: hidden;margin: 0 auto;background: #fff;position: relative}
.oneCa ul li dd img{max-width: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto}
.oneCa ul li p{line-height: 1.8;margin: 20px 0}
.oneCa ul li h3{font-size: 16px}


.oneCa .swiper-button-prev,.oneCa .swiper-button-next{z-index: 9999;background-color: rgba(0, 0, 0, 0.5);
	width: 20px;height: 30px;margin-top: -15px;box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);background-size: 7px 15px;border-radius: 4px}
.oneCa .swiper-button-prev{left: 0}
.oneCa .swiper-button-next{right: 0}

.oneD{position: relative;overflow: hidden;background: url("../img/od.jpg") no-repeat center;background-size: cover;padding-bottom: 0.6rem}
.oneD .title h2{color: #fff}
.oneD .title p{color: #fff}

.oneDbs{margin-top: 0.2rem}
.oneDbs ul li{width: 48.5%;background: rgba(255, 255, 255, 0.9);padding: 0.3rem;text-align: center;transition: 1s;margin-top: 0.2rem}
.oneDbs ul li h3{font-size: 0.3rem;color: #ec4b05;font-weight: normal;margin-top: 0.2rem}
.oneDbs ul li p{margin: 0.2rem 0;color: #888;line-height: 1.8;font-size: 12px}
.oneDbs ul li a{
	display: inline-block;width: 80%;line-height: 30px;border-radius: 30px;background: #666;color: #fff;
-webkit-gradient(linear, left top, right bottom, from(#999), to(#666)): ;
	background-image: -webkit-linear-gradient(left, #999, #666);
	background-image: -moz-linear-gradient(left, #999, #666);
	background-image: -o-linear-gradient(left, #999, #666);
	background-image: -ms-linear-gradient(left, #999, #666);
	background-image: linear-gradient(left, #999, #666);
}
.oneDbs ul li:hover {transform: translateY(-20px);}
.oneDbs ul li:hover a{
	background:#1f227d;-webkit-gradient(linear, left top, right bottom, from(#3e4092), to(#1f227d));
	background-image: -webkit-linear-gradient(left, #ec4b05, #ec4b05);
	background-image: -moz-linear-gradient(left, #ec4b05, #ec4b05);
	background-image: -o-linear-gradient(left, #ec4b05, #ec4b05);
	background-image: -ms-linear-gradient(left, #ec4b05, #ec4b05);
	background-image: linear-gradient(left, #ec4b05, #ec4b05);
}



.oneE{margin-top: 0.5rem;overflow: hidden;}
.oneEa{float: right;text-align: right;padding-right: 70px;position: relative}

.oneEb{}
.oneEb .hd{border-bottom: 1px solid #cdcdcd;margin-bottom: 0.4rem;}
.oneEb .hd ul li{padding-left: 0.2rem;padding-right: 0.2rem;float: left;position: relative;padding-bottom: 0.2rem;}
.oneEb .hd ul li:after {content: '';width: 0;height: 2px;background: #2970f3;position: absolute;transition: all 0.3s ease;opacity: 0;left: 0;bottom: -1px;}
.oneEb .hd ul li:hover:after,.oneEb .hd ul li.on:after{width: 100%;opacity: 1}
.oneEb .bd{}
.oneEb .bdl{width: 100%}
.oneEb .bdl dd{width: 100%;overflow: hidden;background: #2970f3;text-align: center;line-height: 2rem;color: #fff;font-size: 0.32rem}
.oneEb .bdl dd img{-o-object-fit: cover;object-fit: cover;-o-object-position: center;object-position: center;width: 100%;height: 100%;}
.oneEb .bdl dl{width: 100%;margin-top: 0.4rem}
.oneEb .bdl dl h3{font-size: 0.32rem;color: #4e4e4e;}
.oneEb .bdl dl p{color: #818181;line-height: 1.8;text-indent: 2em;padding-top: 0.2rem;font-size: 12px}

.oneEb .bdr{width: 100%;margin-top: 0.2rem}
.oneEb .bdr ul li{color: #848484;border-bottom: 1px dashed #b1b1b1;padding: 0.2rem 0;}
.oneEb .bdr ul li dd{width: 5%;float: left;height: 24px;position: relative;margin: 0 2%}
.oneEb .bdr ul li dd .i1{display: inline-block;position: absolute;width: 100%;height: 3px;background: #2970f3;left: 0;top: 9.5px;}
.oneEb .bdr ul li dd .i2{display: inline-block;position: absolute;width: 100%;height: 3px;background: #2970f3;left: 0;top: 9.5px;transition: all 0.5s ease;}
.oneEb .bdr ul li a{width: 62.5%;display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.oneEb .bdr ul li span{display: inline-block;float: right;}


.foot{padding:0.2rem;font-size:12px;line-height: 2;background: #222;color: #fff;margin-top: 0.6rem}
.foot a{color: #fff!important;}
footer{width:100%; position:fixed; bottom:0;z-index: 9999;max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden;}
footer ul {width:100%; overflow:hidden; background:#2970f3; 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{overflow: hidden;height: 2.5rem;display:flex;justify-content:center;align-items:center;position: relative}
.ny_ban dl{position: relative;z-index: 2}
.ny_ban dl h2{font-size: 24px;}

.ny_title{text-align: center;margin-top: 0.4rem}
.ny_title h2{font-size: 0.34rem;font-weight: normal}

.nav_box{}
.nav_box h5{line-height:0.75rem;padding-left:0.2rem;color:#fff;font-size:0.3rem;font-weight: normal;background:url("../img/xl.png") no-repeat 98% #2970f3;}
.nav_box .nav1{display: none}
/*.nav_box .nav1 ul{border: 1px solid #e5e5e5;}*/
.nav_box .nav1 ul li{border-bottom: 1px solid #e5e5e5;line-height: 0.65rem;overflow: hidden;padding: 0 0.2rem}
.nav_box .nav1 ul li.active a{color: #2970f3}
.nav_box .nav1 ul li .submenu{float: right;font-size: 20px;}
.nav_box .nav1 ul li .sub-menu a{width: 50%;color: #666;display: inline-block;font-size: 12px;line-height: 30px}
.nav_box .nav1 ul li .sub-menu a.active{color: #2970f3}

.one{line-height: 2;margin-top: 0.4rem;min-height: 300px}
.one img{line-height: 2;}

.case{overflow: hidden;}
.case ul li{width: 48.5%;margin: 0.4rem 0 0 0;float: left;}
.case ul li dd{width: 100%;height:2.4rem;overflow: hidden;position: relative}
.case ul li dd img{max-width: 100%;transition: all 0.5s ease;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto}
.case ul li:nth-child(2n){float: right}
.case ul li p{line-height: 40px;background: #f1f1f1;border-top: 1px solid #ccc;padding: 0 0.2rem}
.case ul li p span{display: inline-block;float: right;margin-top: 7px;width: 25px;height: 25px;border-radius: 50%;position: relative;
	box-shadow: 0px 0px 13px rgb(0 0 0 / 20%);background: linear-gradient(120deg, #2970f3, #0a43ac); transition: all 0.5s ease;}
.case ul li p span:after{content: '';width: 15px;height: 15px;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background: url("../img/jt.png") no-repeat center;}


.news{overflow: hidden;margin-top: 0.2rem}
.news ul li{transition: all 0.5s ease;border-bottom: 1px solid #cdcdcd;padding: 0.3rem 0}
.news ul li span{font-size: 12px}
.news ul li span b{font-size: 0.3rem;font-weight: normal;display: inline-block;margin-right: 5px}
.news ul li h3{font-weight: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 0.3rem;margin: 10px 0}
.news ul li p{color: #8e8e8e;line-height: 1.8;font-size: 12px}

/*=======================================详情页============================================*/
.content{margin-top: 0.4rem}
.con{padding: 0 0.2rem;}
.con h1{font-size:0.32rem;text-align: center;font-weight: normal;color: #2970f3}
.info_laiyuan{color: #999;text-align: center;margin: 0.2rem 0 0;font-size: 12px;background: url(../img/news_bottom.jpg) no-repeat bottom;padding-bottom: 0.4rem}
.cont{padding:0.3rem 0;line-height:2;}
.cont 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分辨率兼容样式属性*************************/
