/* 头部样式 */
.hed{font-size: 16px;}
.hed .nav{width:100%;min-width:1200px;position: fixed;top:0;left:0;z-index:10;color: #252525;background:#fff;padding-left:6%;}
.hed .mnav{display: none;}
.hed .nav .navcon{justify-content: space-between;}
.hed .nav .cen{padding-left:10px;cursor: pointer;}
.hed .nav .phone{padding:29px 12px;cursor: pointer;border-left:1px solid #346487;border-right:1px solid #346487;padding-left:62px;background: url(../images/phone.png) no-repeat 12px center;background-size:35px auto;}
.hed .logo{
	width:153px;
}
.hed .navlist{justify-content: space-between;width:72.5%;}
.hed .navlist .navlist_list{
	padding:5px 0;
	transition: all .3s;
	position:relative;
	height:85px;
	line-height: 80px;
}
.hed .navlist .navlist_list:hover{
	color:#1b80c3;
}
.hed .navlist .navon a{
	color:#1b80c3;
}
.hed .navlist .navon:before{
	content:'';
	display: block;
	position:absolute;
	top:0;
	width: 100%;
	height:3px;
	background-color: #1b80c3;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.hed .logo img{width:100%;}
.hed .search{
	background-color: #1b80c3;
	color:#fff;
	height:85px;
	width:110px;
	text-align:center;
	line-height: 80px;
	cursor: pointer;
}
.hed .search span{
	font-size:30px;
}
.hed .input{
	position:absolute;
	top:0;
	right: 110px;
	background: #fff;
	height: 85px;
	font-size: 14px;
	padding:0 15px;
	padding-top:24px;
}
.hed .input input{
	font-size:14px;
	border:1px solid #ccc;
	padding:10px;
}
/* banner */
.banner{
	position: relative;
	width:100%;
	overflow: hidden;
	padding-top:85px;
}
.banner img{
	width:100%;
}
.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
	position: relative;
}
.banner .swiper-pagination-bullet:after{
	content:'';
	position:absolute;
	left:14px;
	top:6px;
	width:32px;
	height:1px;
	background-color: #fff;
}
.banner .swiper-pagination-bullet:last-child:after{
	width:0;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 16px;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1b80c3;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
    left: 0;
    width: 100%;
}
/* 关于我们 */
.aboutUs{
    height:818px;
    background: url(../images/ab.jpg) no-repeat;
}
.aboutUs .wp {
	width:75%;
    min-width: 1200px;
    margin:0 auto;
    color:#fff;
    padding-top:120px;
    /* overflow: hidden; */
}
.about01 {
    width: 51%;
}

.tit02 strong {
    font-size: 100px;
    color: #f4f4f4;
    line-height: 1;
	text-transform: uppercase;
}
.tit02 h2 {
    position: relative;
	z-index: 1;
	font-size: 36px;
	font-weight: normal;
	color: #2b2b2b;
	text-transform: uppercase;
	line-height: 1;
	margin-top: -86px;
}
.tit02 h2 b{
	display:block;
	width:48px;
	height:3px;
	background-color: #1b80c3;
	margin:26px 0;
}
.tit02 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 3px;
}
.about02{
    margin-top:30px;
}
.about02 h3 {
    color: #2b2b2b;
    font-size: 30px;
    line-height: 1.2;
    position:relative;
    letter-spacing: 2px;
	font-weight:normal;
}
.about02 h3 span {
    display: block;
    font-size: 12px;
}
.about02 div{
    margin-top:30px;
}
.about02 div p {
    font-size: 16px;
	color: #2b2b2b;
	margin-bottom: 20px;
	line-height: 36px;
}
.about02 a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    transition: all .3s;
	background: #1b80c3;
}
.about02 a:hover
,.about02 a:hover em{
    font-size:17px;
	width: 150px;
	height: 42px;
}
.about02 a em {
    color: #fff;
    font-size: 15px;
    transition: all .3s;
}
.wp .concept{
    padding-top:52px;
	width:38%;
	/* cursor: pointer; */
}
.wp .concept img{
	width:100%;
	transform: scale(1);
	transition: all .3s;
}
.wp .concept:hover img{
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
}
.allNav{
	background:#f5f5f5;
	font-size:0;
}
.allNav li{
	width:20%;
	padding:60px 0;
	text-align:center;
	font-size:24px;
	
}
.allNav li a{
	display:block;
	color:#000000;
}
.allNav li:nth-child(2n){
	background-color: #fff;
}
/* 服务优势 */
.tit03{
	text-align:center;
	padding:80px 0 50px;
}
.tit03 h2 b{
	margin: 26px auto;
}
.serAev{
	background:url(../images/adv.jpg) no-repeat center center;
	background-size:100% 100%;
	height:949px;
}
.contPub{
	width:75%;
	margin:0 auto;
}
.serAev dl dt{
	width:52.7%;
}
.serAev dl dt img{
	width: 100%;
}
.serAev dl dd{
	width:45%;
}
.serAev .tp li{
	width:48%;
	height:110px;
	border:1px solid #e7e7e7;
	background:#fff;
	float:left;
	padding:20px 0 20px 4%;
	margin-bottom:20px;
}
.serAev .tp li:nth-child(2n){
	float:right;
}
.serAev .tp li img{
	padding-right:3%;
}
.serAev .tp li span{
	font-size:28px;
}
.serAev .tp li span b{
	font-weight:normal;
}
.serAev .tp li p{
	font-size:16px;
}
.serAev .bt ul{
	display:flex;
	background:#fff;
	margin-top:30px;
	height:108px;
	box-shadow:0px 0px 20px 0px #ccc;
	justify-content: space-evenly;
	padding-top:15px;
	border-radius:10px;
	width: 115%;
	margin-left: -15%;
	font-size:14px;
}
.serAev .bt li span{
	color:#1b80c3;
	font-size:16px;
}
.serAev .bt li span b{
	font-size:45px;
	font-weight:normal;
}
.serAev .bt li p{
	margin-top:-5px;
}
.cases .tabs{
	width:75%;
	margin:0 auto;
	margin-bottom:20px;
}
.cases .tabs .tabitem{
	width:16.66%;
	padding:20px 3%;
	text-align:center;
	background:#f6f6f6;
	color:#393939;
	font-size:20px;
	border-right:2px solid #fff;
	cursor: pointer;
}
.cases .tabs .tabitem.active{
	background:#1b80c3;
	color:#fff;
}
.cases .swipers{
	width: 100%;
	overflow:hidden;
	position: relative;
}
.cases .swipers img{
	height:764px;
}
.tabSwiper .swiper-slide{
	position: relative;
}
.tabSwiper .swiper-slide .cont{
	position: absolute;
	top:150px;
	left:12.5%;
	width:46.875%;
	color:#fff;
}
.tabSwiper .swiper-slide .cont h3{
	font-size:32px;
	font-weight:normal;
	margin-bottom:0;
}
.tabSwiper .swiper-slide .cont h6{
	font-size:16px;
	font-weight:normal;
	margin-bottom:30px;
}
.tabSwiper .swiper-slide .cont .intro{
	font-size:16px;
	margin-bottom:30px;
	line-height:40px;
}
.tabSwiper .swiper-slide .cont .details{
	margin-bottom:20px;
	font-size: 14px !important;
	line-height: 30px !important;
	font-weight: normal !important;
	background-color: transparent !important; 
}
.tabSwiper .swiper-slide .cont .link a{
	display: inline-block;
	border:1px solid #fff;
	padding:15px 50px;
	margin-right:20px;
	border-radius: 10px;
	transition: all .3s;
}
.tabSwiper .swiper-slide .cont .link a:last-child{
	background-color: #fff;
	color:#686868;
}
.tabSwiper .swiper-button-next,.tabSwiper .swiper-button-prev {
    position: absolute;
    top: 60px;
}
.tabSwiper .swiper-button-next{
    right: 8%;
    left: auto;
}
.tabSwiper .swiper-button-prev{
    left: 8%;
    right: auto;
}
.tabSwiper .swiper-pagination {
    position: inherit;
	top: 0;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
	width: 75%;
	margin-left:12.5%;
	bottom: auto;
	margin-bottom: 30px;
}
.tabSwiper .swiper-pagination-bullet{
	width: 16.66%;
	height: auto;
	border-radius:0;
	padding: 20px 3%;
	text-align: center;
	background: #f6f6f6;
	color: #393939;
	font-size: 20px;
	border-right: 2px solid #fff;
	opacity: 1;
	margin: 0 !important;
	height: 92px;
	display: inline-flex;
	
}
.tabSwiper .swiper-pagination-bullet b{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	font-weight:normal;
}
.tabSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1b80c3;
	color:#fff;
}
.scope{
	height:893px;
	background:url(../images/scope_bg.jpg) no-repeat center center;
}
.scope .contPub{
	padding-top:90px;
	min-width:1200px;
}
.scope .contPub dt{
	width: 63%;
}
.scope .contPub dt ul li{
	background:#fff;
	width:18.6%;
	max-height:169px;
	height: 169px;
	text-align: center;
	background:url(../images/bg.png) no-repeat;
	background-size: 100% auto;
	float:left;
	margin-right:12px;
}
.scope .pubBlock dt ul li:nth-child(5){
	margin-right:0;
}
.scope .pubBlock dt ul li:nth-child(6){
	margin-left:9.9%;
	margin-top:-80px;
}
.scope .pubBlock dt ul li:nth-child(7){
	margin-top:-80px;
}
.scope .pubBlock dt ul li:nth-child(8){
	margin-top:-80px;
}
.scope .pubBlock dt ul li:nth-child(9){
	margin-top:-80px;
}
.scope .pubBlock dt ul li:nth-child(10){
	margin-left:19.8%;
	margin-top:-80px;
}
.scope .pubBlock dt ul li:nth-child(11){
	margin-top:-80px;
}
.scope .pubBlock dt ul li:nth-child(12){
	margin-top:-80px;
}
.scope .pubBlock dt ul li:nth-child(13){
	margin-left:29.8%;
	margin-top:-80px;
}
.scope .pubBlock dt ul li:nth-child(14){
	margin-top:-80px;
}
.scope .pubBlock dt ul li:nth-child(15){
	margin-left:19.8%;
	margin-top:-80px;
}
.scope .pubBlock dt ul li:nth-child(16){
	margin-top:-80px;
}
.scope .pubBlock dt ul li:nth-child(17){
	margin-top:-80px;
}
.scope .contPub dt ul li a{
	display:block;
	width:47%;
	font-size:14px;
	margin:0 auto;
	color:#686868;
	padding-top:25%;
}
.scope .contPub dt ul li a h6{
	font-size:14px;
	font-weight:normal;
}
.scope .contPub dd{
	width: 37%;
	font-size:24px;
	color:#353535;
	padding-top:200px;
}
.scope .contPub dd span{
	font-size:35px;
	color:#1b80c3;
}
.scope .contPub dd h6{
	margin-bottom:20px;
	line-height:40px;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #69aad6, transparent) 4;
}
/* 新闻 */
.news ul li{
	width:31%;
}
.news ul li:nth-child(2){
	margin:0 3.5%;
}
.news ul li a{
	display:block;
	transform: all .3s;
}
.news ul li a h3{
	font-size:20px;
	color:#222222;
	padding:30px 0 20px;
	transition:all .3s;
}
.news ul li p{
	font-size:14px;
	color:#999999;
	line-height:26px;
}
.news ul li img{
	width: 100%;
}
.news ul li a:hover h3{
	color:#004389;
	transform: all .3s;
}
.news ul li a h3::before{
	content: '';
	display:inline-block;
	width:0;
	transform: all .3s;
}
.news ul li a:hover h3::before{
	content: '';
	display:inline-block;
	width:50px;
	height:2px;
	background-color: #00538a;
	margin-right:10px;
	margin-top:-10px;
	vertical-align: middle;
}
.news .btn{
	text-align:center;
}
.news .btn a {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    transition: all .3s;
    background: #1b80c3;
	transform:scale(1);
	margin-bottom:50px;
}
.news .btn a:hover{
	transform:scale(1.03)
}
/* footer pc */
.footers{
	background:#00538a;
	color:#fff;
	position: relative;
}
.footers ul{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.footers ul li{
	color:#fff;
}
.footers ul li a{
	display:block;
	padding:30px 0;
}
.footers .three{
	border-top:1px solid #146093;
	display:flex;
	justify-content: space-around;
	padding-top:40px;
	padding-bottom:50px;
}
.footers .three h4{
	font-size:26px;
	text-transform: uppercase;
	padding-bottom:50px;
}
.footers .three h4:before{
	content:'';
	display:block;
	width:50px;
	height:2px;
	background-color: #fff;
	margin-bottom:15px;
}
.footers .three p{
	font-size:14px;
}
.footers .three h5{
	font-size:28px;
}
.footers .three .iconfont{
	font-size:53px;
	padding-right:14px;
}
.footers .three .phone{
	display:flex;
}
.footers .three .add p{
	line-height: 30px;
}
.footers .three  .rig{
	background-color: #fff;
	color:#585858;
	text-align:center;
	height: 175px;
	width:150px;
}
.footers .three  .rig img{
	width:100%;
}
.footers .online{
	/* position:absolute; */
	bottom:0;
	left:0;
	width:100%;
	height:134px;
	background-color: #333333;
	padding-top:40px;
	padding-left:12.3%;
}
.footers .online h5{
	font-size:30px;
	margin-right:10px;
	margin-top:-6px;
}
.footers .online p{
	font-size:14px;
}
.footers .online input{
	background:#fff;
	color:#333;
	height:50px;
	font-size:16px;
	border-radius: 10px;
	display:inline-block;
	margin-right:15px;
	padding-left:15px;
}
.footers .online .in1{
	width:11.25%;
}
.footers .online .in2{
	width:15.3%;
}
.footers .online .in3{
	width:31.45%;
}
.footers .online span{
	display:inline-block;
	width:11.4%;
	height:50px;
	background-color: #1b80c3;
	text-align:center;
	line-height: 50px;
	font-size:18px;
	border-radius: 10px;
}
/* 新闻中心 */
.path02{
	padding-top:30px;
	padding-left:16.35%;
	color:#1b80c3;
	font-size:24px;
	margin-bottom:35px;
	border-bottom: 1px solid #eeeeee;
}
.path02 span{
	display:inline-block;
	border-bottom:2px solid #1b80c3;
	padding-bottom:30px;
}
.newsList ul li{
	width:31%;
	margin-bottom:30px;
}
.newsList ul li:nth-child(3n-1){
	margin:0 3.5%;
}
.newsList ul li a{
	display:block;
}
.newsList ul li h3{
	font-size:20px;
	color:#222222;
	padding:30px 0 20px;
	transition:all .3s;
}
.newsList ul li p{
	font-size:14px;
	color:#999999;
	line-height:26px;
	height:52px;
}
.newsList ul li img{
	width: 100%;
	height:250px;
}
.newsList ul li a:hover h3{
	color:#004389;
}
.newsList ul li a:hover h3::before{
	content: '';
	display:inline-block;
	width:50px;
	height:2px;
	background-color: #00538a;
	margin-right:10px;
	margin-top:-10px;
	vertical-align: middle;
}
/* =============分页样式=================== */
/* -----------------------分页----------------------- */
.pagination{
    padding:50px 0;
	width: 500px;
	margin: 0 auto;
}
.el-pager li {
    margin: 0 6px !important;
    color: #7c7c7c !important;
    width:36px !important;
    border:1px solid #d9d9d9 !important;
    transition: all .3s;
    font-size: 16px !important;
    height: 36px !important;
    font-weight: normal;
    border-radius: 4px;
	line-height: 36px !important;
}
.el-pagination.is-background .btn-prev{
	border:1px solid #d9d9d9 !important;
	height: 36px;
}
.el-pagination.is-background .btn-next{
	border:1px solid #d9d9d9 !important;
	height: 36px;
}
.pagination .el-pager li:hover{
    color:#fff !important;
    background: #1b80c3 !important;
}
.el-pagination{
    width:50% !important;
}
.el-pager li.is-active {
	color:#fff !important;
}
.el-pagination button .el-icon{
    font-weight: normal !important;
    display: block;
    width:85px;
    height:36px;
    border:1px solid #d9d9d9 !important;
    line-height: 36px;
	border-radius: 4px;
	color: #7c7c7c;
}
.el-pagination button .el-icon:hover{
    background-color: #1b80c3;
    color:#fff !important;
}
.pagination .home{
    cursor: pointer;
    display: inline-block;
    width:70px;
    height: 36px;
    border:1px solid #d9d9d9 !important;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
	font-size:16px;
	border-radius: 4px;
	color: #7c7c7c;
}
.pagination .home:hover{
    background-color: #1b80c3;
    color:#fff !important;
}
.pagination .home1{
    margin-right:6px;
    float: left;
    margin-top:2px;
    box-sizing: border-box;
	font-size:16px;
	border-radius: 4px;
}
.el-pager li.active{
    background-color: #1b80c3;
    color:#fff !important;
}
/* 成功案例 */
.caseList ul li{
	width:48.5%;
	border:1px solid #ececec;
	margin-bottom:20px;
	color:#2c2c2c;
}
.caseList ul li .bgimg{
	height:220px;
	overflow: hidden;
}
.caseList ul li img{
	width:100%;
	height:220px;
}
.caseList ul li:nth-child(2n){
	float: right;
}
.caseList ul li h3{
	font-size:18px;
	padding:20px 20px 10px 20px;
}
.caseList ul li p{
	font-size:14px;
	padding:0 20px;
	padding-bottom:10px;
	height:30px;
}
.path02s span{
	margin-right:80px;
	color:#535353;
	border:0;
	cursor: pointer;
}
.path02s span.active{
	color:#1b80c3;
	border-bottom: 2px solid #1b80c3;
}
.centre ul li p{
	padding-bottom:0;
	color:#939393;
	margin-left:16px;
	width:80%;
	height:auto;
}
.centre ul li a{
	display:block;
	transition:all .3s;
	position:relative;
}

.centre ul li a{
	padding:10px 0 30px;
}
.centre ul li h3{
	font-weight:normal;
	width:80%;
}
.centre ul li span{
	position:absolute;
	top:50%;
	margin-top:-29px;
	right:20px;
	color:#d3d3d3;
	display:inline-block;
	width:48px;
	height:48px;
	border-radius:30px;
	font-size:18px;
	background:#fff;
	text-align:center;
	line-height:48px;
}
.centre ul li h3:before{
	content:'';
	display:inline-block;
	border:3px solid #0f6bb9;
	border-radius:10px;
	margin-right:10px;
	vertical-align: middle;
}
.centre ul li a:hover{
	color:#fff;
	background:#0f6bb9;
}
.centre ul li a:hover p{
	color:#fff;
}
.centre ul li{
	border:0;
}
/* 鉴定范围 */
.scopeTitle{
	margin:50px 0;
}
.scopeTitle span{
	display:block;
	font-size:14px;
	color:#7e7e7e;
	text-align:center;
	border:1px solid #f5f5f5;
	margin-right:10px;
	/* padding:10px 0; */
	cursor: pointer;
	transiton:all .3s;
	width: auto;
	height:85px;
	font-size:14px;
	position:relative;
	margin-bottom:10px;
}
.scopeTitle span div{
	padding-top:5px;
	/* position:absolute; */
	bottom:10px;
	left:0;
	width:100%;
	padding:0 10px;
}
.scopeTitle span img{
	padding-top:6px;
	height: 50px;
}
.scopeTitle span.active{
	border:1px solid #1b80c3;
	color:#1b80c3;
}
.scopeL{
	padding-bottom:50px;
}
.scopeL li{
	width:48.5%;
	border:1px solid #f5f5f5;
	padding:15px 30px;
	margin-bottom:15px;
	font-size:16px;
	color:#2c2c2c;
}
.scopeL li:nth-child(2n){
	float:right;
}
.jion h5{
	text-align:center;
	font-size:30px;
	color:#3d3d3d;
}
.jion h6{
	text-align:center;
	font-size:16px;
	color:#8c8c8c;
	padding-top:15px;
	margin-bottom:30px;
	font-weight:normal;
}
.jion dl{
	margin-bottom:80px;
}
.jion dl dd {
	width: 50%;
}
.jion dl dt {
	width: 48%;
}
.jion dl dt img{
	width: 100%;
}
.jion .detail h3{
	font-size:20px;
	margin-bottom:10px;
	color:#535353;
	font-weight:normal;
	cursor: pointer;
}
.jion .detail h3:before{
	content:'';
	display:inline-block;
	width:4px;
	height:5px;
	background:#1b80c3;
	border-radius:5px;
	margin-right:15px;
	vertical-align: middle;
}
.jion .detail.active h3:before{
	height:25px;
}
.zz{
	display:none;
	height:288px;
	overflow-y:auto;
	margin:20px 0;
}
.itemCont{
	display:block;
}
.itemCont::-webkit-scrollbar{
	width: 6px;
	background: #ebebeb;
}
.itemCont::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background:#1b80c3;
}
.map_all{
	height:500px;
}
.map_all .map{
	width:100%;
	height:100%;
}
.amap-marker-label{
	border: 1px solid transparent !important;
	background:transparent !important;
}
.contantInfo{
	background:rgba(255,255,255,.8);
	padding:50px;
	border-radius:20px;
}
.contantInfo h5{
	font-size:30px;
	height:30px;
	font-weight:normal;
	margin-bottom:20px;
}
.contantInfo p{
	font-size:16px;
	color:#2e2e2e;
	margin-bottom:14px;
}
/* 详情页样式 */
.details h4 {
    text-align: center;
    font-size: 26px;
    color: #171717;
    border-bottom: 1px solid #f0f0f0;
	padding: 60px 0 40px;
    padding-bottom: 20px;
	font-weight:normal;
}
.details .tiem {
    padding: 15px 0;
    color: #7a7a7a;
    font-size: 14px;
	text-align:center;
}
.details .detail_cont{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 32px;
    margin-bottom: 50px;
}
.details .updown {
    padding: 30px 0;
	color:#333;
	font-size:14px;
}
.details .updown p{
	margin-bottom:10px;
}
/* 案例详情 */
.caseDetails .imgs{
	width:100%;
}
.caseDetails h4 {
    text-align: left;
    font-size: 32px;
    color: #171717;
    border-bottom: 0 solid #f0f0f0;
    padding: 40px 0 0;
    font-weight: normal;
}
.caseDetails .tiem{
	padding: 15px 0 40px;
	color: #2a2a2a;
	font-size: 16px;
	text-align: left;
}
.caseDetails p{
	font-size:16px;
	line-height: 35px;
	color:#2a2a2a;
}
.caseDetails .detail_cont{
	color:#2a2a2a;
}
/* =======================================走进壹建============================== */
.enterIn1{
	height:615px;
	background:url(../images/about.jpg) no-repeat;
}
.enterIn1 .Intitle{
	text-align:center;
	font-size:30px;
	color:#535353;
	padding-top:20px;
	padding-bottom:50px;
}
.enterIn1 p{
	font-size:16px;
	color:#6b6b6b;
	line-height:32px;
	text-indent:2em;
}
.enterIn1 ul{
	display:flex;
	justify-content: space-between;
	padding-top:96px;
}
.enterIn1 ul .lit{
	font-size:16px;
	color:#6b6b6b;
}
.enterIn1 ul .lin{
	font-size:20px;
	color:#0f6bb9;
}
.enterIn1 ul .lin span{
	font-size:60px;
	font-weight:bold;
}
.enterIn2{
	height: 1035px;
	background: url(../images/enterIn2.jpg) no-repeat center center;
}
.enterIn2 .wp{
	width: 75%;
	min-width: 1200px;
	margin: 0 auto;
	color: #fff;
	padding-top: 120px;
}
.enterIn2 .tit02{
	margin-bottom:100px;
}
.enterIn2 .tit02 strong{
	color:#d4dff2;
}
.enterIn2 .about02 li{
	color:#424853;
	font-size:22px;
	margin-bottom:15px;
	padding-left:50px;
	background: url(../images/enter1.png) no-repeat left center;
}
.enterIn2 .about02 a {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 40px;
    color: #4192cc;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
    transition: all .3s;
    background: transparent;
	padding: 10px 30px;
	border:1px solid #4192cc;
	border-radius: 50px;
}
.enterIn2 .concept{
	width:48%;
}
.enterIn2 .titleB{
	width:291px;
	height:197px;
	background: url(../images/enter.png) no-repeat;
	font-size:51px;
	color:#4192cc;
	text-align:center;
	line-height:190px;
}
.enterIn2 .concept {
    padding-top: 92px;
}
.enterIn3{
	background:#4192cc;
	padding-bottom: 100px;
}
.enterIn3 .contPub{
	min-width:1200px;
}
.enterIn3 .tit02 strong{
	color:#5aa1d3;
}
.enterIn3 .tit02 h2{
	color:#fff;
}
.enterIn3 .tit02 h2 b{
	background-color: #fff;
}
.enterIn3 dl{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.enterIn3 dt{
	width:75%;
}
.enterIn3 dt img{
	width:100%;
}
.enterIn3 dd{
	width:22.5%;
	font-size:16px;
	color:#fff;
}
.enterIn3 ul li{
	background: url(../images/enter4.png) no-repeat left 3px;
	padding-left:30px;
	margin-bottom:12px;
	line-height: 26px;
}
.enterIn4{
	height:888px;
	background: url(../images/enter5.jpg) no-repeat center center;
}
.enterIn4 .contPub{
	position: relative;
	width:83%;
}
.enterIn4 .contPub img{
	width:74%;
}
.enterIn4 .contPub ul li{
	position:absolute;
}
.enterIn4 .contPub ul li:nth-child(1){
	left: 19%;
	top: 7%;
}
.enterIn4 .contPub ul li:nth-child(2){
	left: 48%;
	bottom: 0;
}
.enterIn4 .contPub ul li:nth-child(3){
	left:80%;
	top:16%;
}
.enterIn4 ul li h5{
	font-size: 30px;
	color: #4493cd;
	font-weight: normal;
}
.enterIn4 ul li p{
	font-size: 20px;
	color: #3f3f3f;
	line-height: 40px;
}
.hed .nav{
	  display: block;
}
.hed .mnav{
	  display: none;
}
.bannerSwiper{
	display:block;
}
.bannerSwiperm{
	display:none;
}
.pubBlock{
	display:block;
}
.pubNone{
	display:none;
}
@media screen and (max-width:800px){
	.pubBlock{
		display:none;
	}
	.pubNone{
		display:block;
	}
	.hed .nav{
		  display: none;
	}
	.hed .mnav{
		  display: block;
		  height: 1rem;
	}
	.hed .mnav .mnavs{
		  position: fixed;
		  left: 0;
		  top: 0;
		  z-index: 999;
		  width: 100%;
		  background-color: #fff;
	}
	.hed .mright{
		position: absolute;
		top:.16rem;
		left:.2rem;
	}
	.hed .mright span{
		font-size:34px;
		color:#7f7f7f;
	}
	.hed .mlogo{
		text-align: center;
	}
	.hed .mlogo img{
		width:24.9%;
	}
	
	.hed .mnavlist{
		  width: 100%;
		  height: calc(100vh - .65rem);
		  background: #fff;
		  position: fixed;
		  left: 0;
		  top: 1rem;
		  z-index: 999;
		  overflow-y: scroll;
	}
	.hed .mnavlist .mnavlist_list{
		  height: 1rem;
		  text-align: center;
		  border-bottom: 1px solid #ddd;
		  line-height: 1rem;
	}
	.banner{
		padding-top:0;
	}
	.bannerSwiper{
		display:none;
	}
	.bannerSwiperm{
		display:block;
	}
	.aboutUs {
	    height: auto;
	    background: url(../images/abm.jpg) no-repeat;
		background-size:100% auto;
	}
	.about01{
		width:100%;
		padding:0 .2rem;
		padding-top:1rem;
	}
	.tit02 strong {
	    font-size: 1rem;
	}
	.tit02 h2 {
	    font-size: .36rem;
	    margin-top: -1rem;
	}
	.tit02 span {
	    font-size: .24rem;
	}
	.tit02 h2 b {
	    width: 0.6rem;
	    margin: 0.2rem 0;
	}
	.about02 {
		margin:0;
	    padding: 0.6rem 0;
		padding-bottom: 1rem;
	}
	.about02 h3{
		font-size:.3rem;
		color:#535353;
	}
	.about02 div p{
		font-size:.24rem !important;
		line-height: .5rem !important;
		background:transparent !important;
		color:#535353 !important;
	}
	.about02 a {
	    display: block;
	    width: 2.4rem;
	    height: 0.7rem;
	    line-height: .7rem;
	    color: #fff;
	    font-size: .24rem;
	    text-align: center;
	    margin-top: 0.3rem;
	    transition: all .3s;
	    background: #1b80c3;
	}
	.allNav{
		margin:0 .2rem;
	}
	.allNav li{
		width: 50%;
		font-size: .3rem;
		padding: 0.6rem 0;
	}
	.allNav li:last-child{
		display:none;
	}
	.allNav li img{
		width:.76rem;
	}
	.allNav li:nth-child(3){
		background-color: #fff;
	}
	.allNav li:nth-child(4){
		background-color: #f5f5f5;
	}
	.serAev{
		background: url(../images/advm.jpg) no-repeat;
		background-size: 100% auto;
		height: auto;
	}
	.tit03 {
	    text-align: center;
	    padding: 0.8rem 0 0.5rem;
	}
	.tit03 h2 b {
	    margin: .26rem auto;
	}
	.contPub{
		width:100%;
		padding:0 .2rem;
		margin:0;
	}
	.serAev dl dt{
		width:100%;
		float: none;
	}
	.serAev dl dd{
		width:100%;
		padding-top:.3rem;
		padding-bottom:.65rem;
	}
	.serAev .tp li {
	    height: 1.1rem;
	    padding: 0.2rem 0 0.2rem 4%;
	    margin-bottom: 0.2rem;
	}
	.serAev .tp li img{
		width: .8rem;
	}
	.serAev .tp li p {
	    font-size: .22rem;
		margin-top: -0.1rem;
	}
	.serAev .tp li span {
	    font-size: .35rem;
	}
	.serAev .bt ul {
	    display: flex;
	    background: #fff;
	    margin-top: 0.3rem;
	    height: 1.2rem;
	    box-shadow: 0px 0px 20px 0px #ccc;
	    justify-content: space-evenly;
	    padding-top: 0.15rem;
	    border-radius: 10px;
	    width: 100%;
	    margin-left: 0;
	    font-size: .24rem;
	}
	.serAev .bt li span{
		font-size:.24rem;
	}
	.serAev .bt li span b{
		font-size:.45rem;
	}
	.serAev .bt li p{
		color:#262626;
		margin-top:-2px;
	}
	.tabSwiper .swiper-pagination{
		width: 100%;
		margin-left: 0;
		margin-bottom: 0.5rem;
		padding: 0 0.2rem;
	}
	.tabSwiper .swiper-pagination-bullet {
	    width: 33.3%;
	    padding: 0.2rem 7%;
	    font-size: .24rem;
	    opacity: 1;
	    margin: 0 !important;
		border-right:0;
		height: 1.1rem;
		line-height: .35rem;
	}
	.cases .swipers img{
		height: auto;
	}
	.tabSwiper .swiper-slide .cont {
	    position: absolute;
	    top: 0.3rem;
	    left: 0.2rem;
	    width: 98%;
	    color: #fff;
	}
	.tabSwiper .swiper-slide .cont h3 {
	    font-size: .32rem;
	    font-weight: normal;
	    margin-bottom: 0;
	}
	.tabSwiper .swiper-slide .cont .intro{
	    font-size: .24rem;
	    margin-bottom: 0.2rem;
	    line-height: .4rem;
	}
	.tabSwiper .swiper-slide .cont .details p:last-child{
		display:none;
	}
	.tabSwiper .swiper-slide .cont .link a {
	    display: inline-block;
	    border: 1px solid #fff;
	    padding: 0.15rem 0.5rem;
	    margin-right: 0.2rem;
	    border-radius: 10px;
	    transition: all .3s;
	    font-size: .22rem;
	}
	.tabSwiper .swiper-slide .cont .link a span{
		font-size:.22rem;
	}
	.scope {
	    height: auto;
	    background: url(../images/scopem_bg.jpg) no-repeat;
		background-size: 100% auto;
	}
	.scope .contPub {
	    padding-top: 0.9rem;
		min-width: 100%;
	}
	.scope .tit02 strong{
		font-size:.97rem;
		
	}
	.scope .tit02 h2{
		margin-top:-.85rem;
	}
	.footM ul{
		display:flex;
		background-color: #004389;
		color:#fff;
		text-align: center;
		padding:.2rem;
		justify-content: space-around;
		font-size:.24rem;
		position:fixed;
		bottom: 0;
		width:100%;
	}
	.footM ul img{
		width:.5rem;
		padding-bottom:.1rem;
	}
	.footM .b{
		background-color: #f6f6f6;
		color:#8b8b8b;
		padding:.3rem 0;
		padding-bottom:1.6rem;
		font-size:.24rem;
		text-align: center;
	}
	.news ul li{
		width:100%;
	}
	.news ul li a h3 {
	    font-size: .3rem;
	    padding: 0.3rem 0 0.2rem;
	}
	.news ul li p {
	    font-size: .24rem;
	    line-height: .36rem;
		margin-bottom:.6rem;
	}
	.news ul li:nth-child(2){
		margin:0;
	}
	.path02 {
		padding:0 .2rem;
	    padding-top:.3rem;
	    color: #1b80c3;
	    font-size: .28rem;
	    margin-bottom: 0.3rem;
	    border-bottom: 1px solid #eeeeee;
	}
	.path02s span {
	    margin-right: 0;
		padding-bottom:.36rem;
		margin-right:9.2%;
	}
	.inpath span:last-child{
		display: none;
	}
	.enterIn1 .Intitle {
	    font-size: .3rem;
	    padding-top: 0.2rem;
	    padding-bottom: 0.5rem;
	}
	.enterIn1 p{
		font-size:.24rem !important;
		line-height: .45rem !important;
		background-color: transparent !important;
	}
	.enterIn1 ul{
		padding-top: .5rem;
		display: inherit;
	}
	.enterIn1 ul li{
		float:left;
		width:50%;
		background-color: #f5f5f5;
		padding:.3rem 0;
		padding-left:10%;
	}
	.enterIn1 ul li:nth-child(2){
		background-color: #fff;
	}
	.enterIn1 ul li:nth-child(3){
		display: none;
	}
	.enterIn1 ul li:nth-child(4){
		background-color: #fff;
	}
	.enterIn1 ul .lit {
	    font-size: .24rem;
	}
	.enterIn1 ul .lin span {
	    font-size: .6rem;
	}
	.enterIn1 ul .lin{
		font-size:.24rem;
	}
	.enterIn2{
		background: url(../images/enterIn2m.jpg) no-repeat;
		background-size: 100% auto;
		height: auto;
	}
	.enterIn2 .wp{
		padding:0 .2rem;
		padding-top:.6rem;
		width:100%;
		min-width:100%;
	}
	.enterIn2 .tit02{
		margin-bottom: .3rem;
	}
	.enterIn2 .tit02 strong {
		font-size: .88rem;
		letter-spacing: -4px;
	}
	.enterIn2 .tit02 h2 {
	    margin-top: -.78rem;
	}
	.enterIn2 .concept{
		padding-top:0;
		width:100%;
	}
	.enterIn2 .concept img{
		width: 100%;
	}
	.enterIn2 .about01{
		padding-top:0;
	}
	.enterIn2 .about02{
		padding-bottom:.48rem;
	}
	.enterIn2 .about02 li {
	    color: #424853;
	    font-size: .24rem;
	    margin-bottom: 0.3rem;
	    padding-left: 0.5rem;
	    background: url(../images/enter1.png) no-repeat left center;
		background-size:.3rem auto;
	}
	.enterIn2 .about02 a {
	    display: inline-block;
	    width: 100%;
	    height: auto;
	    line-height: .4rem;
	    color: #4192cc;
	    font-size: .24rem;
	    text-align: center;
	    margin-top: 0;
	    transition: all .3s;
	    background: transparent;
	    padding: 0.1rem 0;
	    border: 1px solid #4192cc;
	    border-radius: 50px;
	}
	.tit03 strong{
		font-size:.88rem;
	}
	.tit02 h2{
		margin-top:-.78rem;
	}
	.enterIn3 {
	    padding-bottom: 0.5rem;
	}
	.enterIn3 .contPub{
		min-width:100%;
	}
	.enterIn3 dl{
		display: inherit;
	}
	.enterIn3 dt{
		width:100%;
	}
	.enterIn3 dt img{
		width:100%;
	}
	.enterIn3 dd {
	    width: 100%;
	    font-size: .24rem;
	    color: #fff;
	}
	.enterIn3 ul li:last-child{
		display:none;
	}
	.enterIn3 ul li {
	    background: url(../images/enter4.png) no-repeat left 3px;
	    padding-left: 0.5rem;
	    margin-bottom: 0.1rem;
	    line-height: .45rem;
		background-size:.3rem auto;
	}
	.enterIn4{
		height: auto;
		background: url(../images/menter5.jpg) no-repeat;
		background-size: 100% auto;
	}
	.enterIn4 .mbox{
		padding:0 .2rem;
		position: relative;
		padding-bottom:1.9rem;
	}
	.enterIn4 .mbox img{
		width:100%;
	}
	.enterIn4 ul li h5 {
	    font-size: .32rem;
	}
	.enterIn4 ul li p {
	    font-size: .24rem;
	    line-height: .5rem;
	}
	.enterIn4 .mbox ul{
		position:absolute;
		top:.5rem;
		left:35%;
	}
	.enterIn4 .mbox ul li:nth-child(1){
		padding-left:.5rem;
		margin-bottom:2.2rem;
	}
	.enterIn4 .mbox ul li:nth-child(3){
		padding-left:.7rem;
		margin-top:1rem;
	}
	.map_all{
		height:6.58rem;
	}
	.contantInfo{
		padding:.5rem;
	}
	.contantInfo h5{
		font-size: .32rem;
		height: .32rem;
		margin-bottom: .3rem;
		font-weight: bold;
	}
	.contantInfo p{
		font-size: .24rem;
		margin-bottom:.15rem;
	}
	.lookMore{
		width:80%;
		margin:0 auto;
		text-align:center;
		border:1px solid #b2b2b2;
		border-radius: 30px;
		padding:.2rem 0;
	}
	.caseList ul{
		margin-top:.3rem;
	}
	.caseList ul li{
		width:100%;
		border:0;
	}
	.caseList ul li h3 {
	    font-size: .32rem;
	    padding: 0.2rem;
	    padding-bottom: 0.1rem;
	}
	.caseList ul li p {
	    font-size: .24rem;
	    padding: 0 0.2rem;
	    margin-bottom: 0.1rem;
		height: auto;
	}
	.caseDetails .contPub{
		padding-top:.3rem;
	}
	.caseDetails h4{
		font-size: .36rem;
		padding-top:.5rem;
		font-weight: bold;
	}
	.caseDetails .tiem {
	    padding: 0.1rem 0 0.3rem 0;
	    color: #2a2a2a;
	    font-size: .24rem;
	    text-align: left;
	}
	.details .updown{
		color:#6f6f6f;
		font-size: .24rem;
	}
	.path02 span{
		padding-bottom:.3rem;
	}
	.newsList ul li{
		width: 100%;
		margin:0;
		padding-bottom:.5rem;
	}
	.newsList ul li:nth-child(3n-1){
		margin:0;
	}
	.newsList ul li h3 {
	    font-size: .3rem;
	    padding: 0.3rem 0 0.1rem;
	}
	.newsList ul li img{
		height:auto;
	}
	.newsList ul li p {
	    font-size: .24rem;
	    line-height: .36rem;
		height: auto;
	}
	.details h4 {
	    font-size: .36rem;
	    padding: 0.1rem 0 0.2rem;
	    padding-bottom: 0.2rem;
	    font-weight: bold;
	}
	.details p{
		font-size:.24rem !important;
		line-height:.5rem;
	}
	.details .tiem {
	    padding: 0 0 0.5rem;
	    font-size: .24rem;
	}
	.centre{
		min-height: 45vh;
	}
	.centre ul li h3{
		width: 100%;
	}
	.centre ul li h3:before{
		border: 2px solid #0f6bb9;
	}
	.centre ul li p{
		width: 100%;
	}
	.centre ul li{
		margin:0;
	}
	.centre ul li a {
	    padding: 0.1rem 0 0.3rem;
	}
	.scopeTitlem{
		white-space: nowrap;
		overflow-x: auto;
		margin: 0;
		padding:.4rem .2rem;
		border-bottom: 1px solid #eeeeee;
		margin-bottom:.3rem;
	}
	.scopeTitlem span{
		display: inline-block;
		position: relative;
		margin-bottom: 0;
	}
	.scopeTitlem span.active:after{
		content:'';
		position:absolute;
		bottom:-.39rem;
		left:0;
		display: block;
		width:100%;
		border-bottom:1px solid #0f6bb9;
	}
	.scopeTitle span div{
		font-size:.26rem;
	}
	.scopem{
		padding-bottom: .3rem;
	}
	.scopem li{
		width: 100%;
		font-size: .26rem;
		padding: 0.2rem 0.4rem;
	}
	.jion h5{
		font-size:.38rem;
	}
	.jion h6 {
	    font-size: .24rem;
	    padding-top: 0.2rem;
	    margin-bottom: 0.8rem;
	}
	.jion dl dt{
		display: none;
	}
	.jion dl dd{
		width: 100%;
	}
	.jion .detail h3 {
	    font-size: .28rem;
	    margin-bottom: 0.2rem;
	}
	.jion .detail.active h3:before {
	    height:.28rem;
	}
	.contant p{
		text-align: center;
		font-size:.24rem;
		padding-top:.1rem;
	}
	.zz{
		height: auto;
	}
	.scope .contPub dt{
		width:100%;
		padding-top:.4rem;
	}
	.scope .contPub dd{
		width: 100%;
		padding-top: 0.5rem;
		padding-bottom:.5rem;
	}
	.scope .contPub dt ul li{
		width: 30.5%;
		max-height: 2.2rem;
		height: 2.2rem;
		text-align: center;
		background: url(../images/bg.png) no-repeat;
		background-size: 100% auto;
		float: left;
		margin-right: 0.2rem;
	}
	.scope .contPub dt ul li img{
		max-width:.52rem;
	}
	.scope .contPub dt ul li a h6{
		font-size: .22rem;
	}
	.scope .contPub dt ul li:nth-child(3){
		margin-right:0;
	}
	.scope .contPub dt ul li:nth-child(4){
		margin-left:17%;
		margin-top:-0.9rem;
	}
	.scope .contPub dt ul li:nth-child(5){
		margin-top:-0.9rem;
	}
	.scope .contPub dt ul li:nth-child(6){
		margin-top:-0.9rem;
	}
	.scope .contPub dt ul li:nth-child(7){
		margin-top:-0.9rem;
	}
	.scope .contPub dt ul li:nth-child(8){
		margin-top:-0.9rem;
		margin-right:0;
	}
	.scope .contPub dt ul li:nth-child(9){
		margin-top:-0.9rem;
		margin-left:17%;
	}
	.scope .contPub dt ul li:nth-child(10){
		margin-top:-0.9rem;
	}
	.scope .contPub dt ul li:nth-child(11){
		margin-top:-0.9rem;
	}
	.scope .contPub dt ul li:nth-child(12){
		margin-top:-0.9rem;
	}
	.scope .contPub dt ul li:nth-child(13){
		margin-top:-0.9rem;
	}
	.scope .contPub dd h6{
		font-size:.3rem;
		margin-bottom:0;
	}
	.scope .contPub dd span {
	    font-size: .42rem;
	}
}