﻿@charset "utf-8";
/* CSS Document */
.header{
	display: flex;
	align-items: center;
	width: 100%;
	height: 88px;
	background-color: #fff;
	min-width: 1200px;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 9;
    border-bottom:1px solid #f7f7f7;
}
.logo{
	margin-left: 82px;
}
.logo img{
	width:220px;
}
.navBar{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.navBar>ul{
	display: flex;
}
.navBar>ul>li{
    height:88px;
    line-height:88px;
}
.navBar>ul>li>a{
	font-size: 17px;
	margin: 0 35px;
	font-weight: 500;
    position:relative;
}

.subNav {
    position: absolute;
    top: 89px;
    left: 0;
    width: 100%;
    z-index: 66;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    display: none;
}
.subNav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subNav > ul > li {
    height: 80px;
    line-height: 80px;
    margin: 0 30px;
}

.subNav > ul > li > a {
    font-size: 16px;
    color:#202020;
}
.navBar > ul > li > a:hover, .subNav > ul > li:hover a {
    color: #1155aa;
}
.topTel{
	background: url(../images/topTel.png)  no-repeat left center;
	height: 40px;
	display: flex;
	margin-right: 82px;
}
.topTel>span{
	line-height: 40px;
	text-indent: 48px;
	font-size: 22px;
}
.close{
	background: url(../images/colse.png)  no-repeat left center;
	width: 40px;
	height: 40px;
	display: none;
}
.banner{
	margin-top: 88px;
}
#banner{
	min-width: 1200px;
}
#banner .swiper-slide img{
	display: block;
	width: 100%;
}
#bannerBtn>span.swiper-pagination-bullet{
	background-color: #fff;
	width: 66px;
	height: 3px;
	margin: 0 10px;
	border-radius: 0;
}
#bannerBtn{
	bottom: 30px
}
.swiper-button-next,.swiper-button-prev{
	opacity: 0;
	color: #fff !important;
	transition: 1s;
}
.swiper-button-next{
	right: 30px !important;
}
.swiper-button-prev{
	left: 30px !important;
}
#banner:hover .swiper-button-next{
	opacity: 1;
}
#banner:hover .swiper-button-prev{
	opacity: 1;
}
.scene{
	/*padding: 0 13%;*/
}

.mySwiper{
	width:100%;
	height:710px;
	background:url(../images/bg1.jpg)  no-repeat top center;
	background-size: cover;
}
.mySwiper  .slide_item{
	border-right:1px solid rgba(255,255,255,.3);
	position:relative;
	transition: all 0.5s;
}
.mySwiper  .slide_item:hover{
  background: rgba(0,0,0,0.4);
  }
.pro_content{
	width:70%;
    position: absolute;
	left: 50%;
    top: 76%;
	margin-left:-35%;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    transition: all 0.5s;
}
.mySwiper  .slide_item:hover .pro_content{
  top: 45%;
  }
.pro_content h2{
	font-size: 30px;
    font-weight: bold;
	color:#fff;
}
.pro_content p{
	font-size: 15px;
    font-weight: 100;
    line-height: 1.8;
    margin-top: 23px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	color:#fff;
}
.imgs{
	width:100%;
	margin-top:30px;
}
.imgs>img{
	display:block;
	width:100%;
	opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.8s
}
.mySwiper  .slide_item:hover .imgs>img{
   margin-top: 20px;
  opacity: 1;
    filter: alpha(opacity=100);
  width: 100%;
}
.pro_content a{
	font-size: 14px;
    font-weight: lighter;
    margin-top: 70px;
    width: auto;
    border: solid 1px #fff;
	color:#fff;
    padding: 1px 5px;
    float: left;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1.1s;
	padding:8px 15px;
}
.mySwiper  .slide_item:hover .pro_content a{
  margin-top: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
 }
.title{
	width: 100%;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	position: relative;
}
.title:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 140px;
	width: 80px;
	height: 4px;
	background-color: #1155aa;
	margin-left:-40px ;
}
.InfoScene {
    margin:88px 0;
}
.sceneList {
    width: 100%;
    margin-top: 6%;
}
.sceneList>ul{
	
}
.sceneList>ul>li{
	overflow: hidden;
}
.sceneList>ul>li.sceneW1{
	width: 100%;
	margin-bottom: 3%;
}
.sceneList>ul>li.sceneW2{
	width: 100%;
	/*margin-left: 3%;*/
}
.sceneList>ul>li.sceneW3{
	width: 32%;
	margin-right: 3%;
}
.sceneList > ul > li.sceneW4 {
    width: calc(94% / 3);
    margin-right: 3%;
}
.sceneList > ul > li.sceneW4:nth-child(7n) {
    margin-right: 0;
}

.sceneList>ul>li>a{
	width: 100%;
	height: 550px;
	background-color: #f5f5f5;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sceneList>ul>li>a>h4{
	width: 30%;
	height:75%;
	background-color: #fff;
	font-size: 18px;
	padding:0 30px;
}
.sceneList>ul>li.sceneW1>a>h4{
	margin-right:5%;
}
.sceneList>ul>li.sceneW2>a>h4{
	margin-left:5%;
}
.sceneList>ul>li>a>h4>.adv_title{
	font-size: 22px;
	padding-top: 40px;
}
.sceneList>ul>li>a>h4>.adv_summary{
	font-size: 16px;
	padding-top: 15px;
	line-height:2;
	color:#666;
}
.sceneList>ul>li>a>div{
	width:55%;
}

.sceneList>ul>li>a>div>img{
	display: block;
	width: 100%;
}
.index_about{
	padding:0 13%;
	margin-top:4%;
}
.about_text{
	display:flex;
}
.dzhxp_img{
	width:66%;
}
.dzhxp_text{
	width:34%;
	background:#fafafa;
}
.dzhxp_text h2{
	width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 50px;
	font-weight:bold;
}
.dzhxp_text ul{
	display:flex;
	flex-wrap: wrap;
	padding:0 40px;
}
.dzhxp_text ul>li{
    width: 50%;
    font-size: 16px;
    color: #666;
    margin-top: 40px;
}
.projectTitle{
	padding: 0 13%;
}
.projectTitle>h4{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #fff;
	padding-top: 5%;
	letter-spacing: 2px;
}
.projectTitle>p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 1% 0 2% 0;
}
 .projectTab{
	 display: flex;
	 padding: 0 13%;
 }
 .projectList{
	 width: 16%;
	 border-right:2px solid #597190 ;
 }
 .projectList>ul{
	width: 100%;
}
.projectList>ul>li{
	width: 60%;
	height: 44px;
	line-height: 44px;
	margin: 20px auto;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 6px;
    cursor:pointer;
}
.projectList>ul>li.active{
	background-color: #1256aa;
}
.projectText{
	width: 81%;
	margin-left: 3%;
}
.projectText .item{
    display:none;
}
.projectText .item:first-child{
    display: block;
}
.projectText .item>h4{
	font-size: 24px;
	color: #fff;
	margin-top: 15px;
}
.projectText .item>p{
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	margin-top: 15px;
}
.projectText .item>ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 6%;
}
.projectText .item>ul>li{
	margin-right: 50px;
}
.projectText .item>ul>li img{
	display: block;
    margin:0 auto;
}
.projectText .item>ul>li p{
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
.case,.news{
	padding: 0 13%;
}
.caseList>ul{
	
}
.caseList>ul>li{
	width: 100%;
}
.caseList>ul>li>a{
	display: block;
	width: 100%;
}
.caseList>ul>li:nth-child(4n){
	margin-right:0;
}
.caseList>ul>li>a>div{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.caseBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background-color: rgba(0, 0, 0, .1);*/
}
.caseBg:hover{
	/*background-color: rgba(0, 0, 0, .2);*/
}
.caseList>ul>li div>img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.caseList>ul>li div:hover img{
	/*-webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);*/
}
.caseList>ul>li>a h4{
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.caseList>ul>li:hover a>h4{
	color: #1256aa;
}
.caseList>ul>li>a p{
	font-size: 16px;
	margin-top: 15px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}
.more{
	width: 240px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #d9d9d9;
	margin: 20px auto 80px auto;
}
.more>a{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #a6a6a6;
	text-align: center;
}
.news{
	background-color: #fff;
	padding-bottom: 40px;
}
.newsList>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.newsList>ul>li{
	width: 30%;
	border-bottom: 1px solid #e5e5e5;
	margin-right: 5%;
	padding-bottom: 4%;
	margin-bottom: 3%;
}
.newsList>ul>li:hover{
	border-bottom: 1px solid #185096;
}
.newsList>ul>li:nth-child(3n){
	margin-right: 0;
}
.newsList>ul>li>a{
	display: block;
	width: 100%;
}
.newsList>ul>li>a>h4{
	font-size: 22px;
	margin: 22px 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsList>ul>li:hover a>h4{
	color: #1256aa;
}
.newsList>ul>li>a>h5{
	font-size: 16px;
	color: #a6a6a6;
}
.newsList>ul>li>a>p{
	font-size: 15px;
	line-height: 2;
	margin-top: 30px;
	color: #808080;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.coverage{
	padding:2% 13%;
	display:flex;
}
.coverageTitle{
	width:9%
}
.coverageTitle>span{
	font-size:16px
}
.coverageCitys{
	width:91%;
	display:flex;
}
.coverageCitys>a{
	display:block;
	width:6%;
	font-size:16px;
	color:#999;
}
.footer{
	padding: 80px 13% 50px 13%;
	display: flex;
	border-top: 1px solid #f5f5f5;
}
.bottomLogo{
	width: 19%;
}
.bootomTel{
	width: 20%;
}
.bottomNav{
	width: 59%;
	margin-left:2%
}
.code{
	text-align: center;
	margin-top: 15px;
}
.code>img{
	width: 128px;
	height: 128px;
}
.code>p{
	font-size: 14px;
	color: #bfbfbf;
}
.logoImg>a>img{
	display: block;
	width: 100%;
}
.bootomTel>ul{
	margin-left: 15%;
}
.bootomTel>ul>li>h4{
	font-size: 22px;
}
.bootomTel>ul>li>p{
	font-size: 16px;
	margin: 30px 0;
	color: #999;
}
.bottomNav>ul{
	display: flex;
}
.bottomNav>ul>li{
	width: 24%;
}
.bottomNav>ul>li.w16{
	width: 16%;
}
/*.bottomNav>ul>li.width50{
	width: 32%;
	overflow: hidden;
}
.bottomNav>ul>li.width50>a{
	width: 50%;
	float: left;
	margin: 30px 0 0 0;
}*/
.bottomNav>ul>li>h4{
	font-size: 18px;
	width: 100%;
	height:32px;
}
.bottomNav>ul>li>a{
	display: block;
	font-size: 16px;
	margin: 30px 0;
	color: #999;
}
.copyright{
	border-top:1px solid #f5f5f5;
	padding: 30px 0;
}
.copyright>p{
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 28px;
}
.copyright>p>a{
	font-size: 14px;
	color: #999;
}
.infonews{
	background-color: #fff;
}
/*Page*/
.Pages2 {
    padding: 40px 0;
	text-align: right;
}
.pageinfo>span,.pageinfo>a{
	display:inline-block;
    margin: 0px 6px;
    padding: 12px 18px;
    color: #acacac;
    background-color: #fff;
    border: 1px solid #e6e6e6;
	font-size:14px;
	line-height: 18px;
}
.pageinfo>span:hover,.pageinfo>a:hover,.pageinfo>span.current {
    color: #fff;
    background-color: #185096;
    border-color: #185096;
}
.pageinfo>span.disable{
	background:#e5e5e5;
}
.pageinfo>span.disable:hover{
	background:#e5e5e5;
	border-color: #e5e5e5;
	color:#acacac;
}
.infoBanner{
	width: 100%;
	margin-top: 88px;
}
.infoBanner>img{
	display: block;
	width: 100%;
}
.aboutContent{
	display: flex;
	padding: 0 13%;
}
.aboutContent>p{
	width: 56%;
	font-size: 15px;
	line-height: 2.8;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
	margin: 10px 0 0 35px;
}
.aboutContentImg{
	width: 44%;
}
.aboutContentImg>img{
	display: block;
	width: 100%;
}
.aboutText{
	
}
.aboutNumber{
	background-color: #f7f7f7;
	margin-top: 88px;
}
.aboutNumber>ul{
	display: flex;
	flex-wrap: wrap;
}
.aboutNumber>ul>li{
	width: 50%;
	padding: 6% 0;
	box-sizing: border-box;
	-webkit-box-sizing:border-box; ;
}
.aboutNumber>ul>li.border1,
.aboutNumber>ul>li.border2{
	border-bottom: 1px solid #ebebeb;
}
.aboutNumber>ul>li.border1,
.aboutNumber>ul>li.border3{
	border-right: 1px solid #ebebeb;
}
.aboutNumber>ul>li>h4{
	width: 100%;
	text-align: center;
	font-size: 54px;
	font-weight: bold;
}
.aboutNumber>ul>li>p{
	width: 100%;
	text-align: center;
	font-size: 17px;
	margin-top: 6px;
}
.brandList{
	padding: 0 13%;
	margin-bottom: 100px;
}
.brandList>ul{
	width: 100%;
	display: flex;
}
.brandList>ul>li{
	width: 45%;
	background-color: #f7f7f7;
	margin: 0 5%;
	padding: 14% 0;
	position: relative;
	margin-top: 88px;
}
.brandList>ul>li>h4{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
.brandList>ul>li>p{
	font-size: 16px;
	line-height: 2.2;
	padding: 0 60px;
	margin-top: 40px;
}
.brandLogo{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background-color: #2842e0;
	position: absolute;
	left: 50%;
	top: -110px;
	margin-left: -110px;
	overflow: hidden;
}
.brandLogo>img{
	display: block;
	width: 100%;
}
.partnerBg{
	background-color: #f7f7f7;
	padding-bottom: 68px;
}
.partner{
	padding: 0 13%;
}
.partnerLogo>ul{
	display: flex;
	flex-wrap: wrap;
}
.partnerLogo>ul>li{
	width: 25%;
}
.partnerLogo>ul>li{
	width: 25%;
	margin-bottom: 30px;
}
.partnerLogo>ul>li>div{
	width: 90%;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(58, 43, 43, 0.08);
}
.partnerLogo>ul>li>div>img{
	display: block;
	width: 100%;
}
.infoHonor{
	padding: 0 13%;
	padding-bottom: 40px;
}
.honorList{
	width: 100%;
}
.honorList>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.honorList>ul>li{
	width: 25%;
	margin-bottom: 40px;
}
.honorList>ul>li>div{
	width: 88%;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.honorList>ul>li>div>img{
	display: block;
	width: 100%;
}
.honorList>ul>li>div>p{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: -60px;
	left: 0;
	background-color: rgba(24, 80, 150, .9);
	color: #fff;
	font-size: 16px;
	text-align: center;
	transition: all .5s;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.honorList>ul>li:hover >div>p{
	bottom: 0;
}
.infoDetail{
	padding: 0 13%;
}
.siteMap{
	width:100%;
	padding: 45px 0;
	font-size: 15px;
	color: #808080;;
}
.siteMap>span{
	padding:0 4px;
	font-size: 15px;
}
.siteMap>a{
	color: #808080;;
	font-size: 16px;
}
.infoDetail>h1{
    text-align: center;
    font-size: 26px;
    border-bottom: 1px solid #efefef;
    line-height: 80px;
}
.info_time{
	padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
}
.info_time,.info_time span{
  font-size: 16px;
}
.info_time span:last-child {
    color: #0090d9;
}
.showContent {
	padding: 40px 0;
}
.infoContact{
	padding: 8% 13%;
	display: flex;
	flex-wrap: wrap;
}
.contactText{
	width: 40%;
}
.map{
	width: 50%;
	background-color: #f7f7f7;
	padding: 5%;
}
.contactText>h4{
	font-size: 24px;
}
.contactText>p{
	font-size: 16px;
	padding-top: 28px;
	color: #666;
}
.dsContent{
	width: 100%;
}
.block1{
	display: flex;
	flex-wrap: wrap;
	padding: 6% 13%;
}
.dsDetail{
	width: 58%;
}
.dsDetail>h4{
	width: 100%;
	text-align: center;
	font-size: 28px;
	padding-top: 10%;
}
.dsDetail>p{
	width: 95%;
	font-size: 16px;
	line-height: 2.6;
	color: #666;
	margin-top: 25px;
}
.dsImg{
	width: 42%;
	display: flex;
	align-items: center;
}
.dsImg>img{
	display: block;
	width: 100%;
}
.block2{
	background-color: #f7f7f7;
	padding: 6% 0;
}
.block2>h4{
	width: 100%;
	font-size: 28px;
	text-align: center;
}
.block2>p{
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #666;
	padding-top: 15px;
}
.dsList{
	padding: 0 13%;
}
.dsList>ul{
	display: flex;
	align-items: center;
	margin-top: 60px;
}
.dsList>ul>li{
	width: 18%;
}
.dsList>ul>li.liWidth3{
	width: 28%;
}
.dsList>ul>li>div{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #4661e4;
	border: 15px solid #c2caf1;
}
.dsList>ul>.liWidth3>div{
	width: 260px;
	height: 260px;
	border-width: 35px;
}
.dsList>ul>li>div>img{
	display: block;
	margin: 7px auto;
}
.dsList>ul>li.liWidth3>div>img{
	padding-top: 44px;
	margin: 0 auto;
}
.dsList>ul>li>p{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding-top: 22px;
}
.dsList>ul>li>div>p{
	display: block;
	text-align: center;
	font-size: 22px;
	color: #fff;
}
.block3{
	padding: 0 13%;
	margin: 8% 0 6% 0;
}
.block3>ul{
	display: flex;
	flex-wrap: wrap;
}
.block3>ul>li{
	width: 20%;
}
.block3>ul>li>div{
	width: 85%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	padding: 30% 0;

}
.block3>ul>li>div>img{
	display: block;
	margin: 0 auto;
}
.block3>ul>li>p{
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding-top: 35px;
}
.block4{
	padding: 0 13%;
	margin-bottom: 88px;
}
.block4>h4{
	width: 100%;
	font-size: 28px;
	text-align: center;
}
.block4>ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
}
.block4>ul>li{
	width: 25%;
	overflow: hidden;
}
.block4>ul>li>div{
	width: 100%;
	position: relative;
}
.block4>ul>li>div>img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.block4>ul>li>div:hover img{
	-webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.block4>ul>li>div>div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(70, 97,228, .3);
}
.block4>ul>li>div>div:hover{
	background-color: rgba(0, 0, 0, .3);
}
.block4>ul>li>div>p{
	width: 88%;
	position: absolute;
	left: 0;
	bottom: 20px;
	font-size: 18px;
	color: #fff;
	margin-left: 6%;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blockBg{
	width: 100%;
	background: url(../images/blockBg.jpg) no-repeat left bottom #fafafa;
	min-width: 1200px;
	padding-bottom: 3%;
}
.blockPadding{
	padding-bottom: 3%;
}
.featureList{
	padding: 0 13%;
}
.featureList>ul{
	display: flex;
	flex-wrap: wrap;
}
.featureList>ul>li{
	width: calc(100% / 6);
	padding-bottom: 3%;
}
.featureList>ul>li>div{
	display: flex;
	width: 88px;
	height: 88px;
	background-color: #3c57e3;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.featureList>ul>li>div>img{
	display: block;
	width: 77%;
}
.featureList>ul>li>p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding-top: 20px;
}
.block5{
	padding: 8% 13% 5% 13%;
}
.block5>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.block5>ul>li{
	width: 25%;
}
.block5>ul>li>div{
	width: 136px;
	margin: 0 auto;
}
.block5>ul>li>div>img{
	display: block;
	width: 100%;
}
.block5>ul>li>h4{
	width: 100%;
	font-size: 22px;
	text-align: center;
	padding: 30px 0 15px 0;
}
.block5>ul>li>p{
	padding: 0 50px;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}
.block6{
	padding: 0 13%;
	margin-bottom: 88px;
}
.block6>h4{
	width: 100%;
	text-align: center;
	font-size: 28px;
}
.block6>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
}
.block6>ul>li:first-child{
	width: calc(100% - 33.33333%);
}
.block6>ul>li{
	width: calc(100% / 3);
}
.block6>ul>li>div{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.block6>ul>li>div>img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.block6>ul>li>div:hover >img{
	-webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.block6>ul>li>div>div{
	display: flex;
	align-items: center;
	background-color: rgba(0, 0,0, .1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 24px;
	justify-content: center;
}
.block6>ul>li>div>div:hover{
	background-color: rgba(70, 97,228, .3);
}
.znh{
	padding: 0 13%;
	margin-top: 100px;
}
.znh>h4{
	font-size: 34px;
	margin-bottom: 10px;
}
.znh>p{
	font-size: 18px;
	margin-bottom: 70px;
	color: #888;
}
.znh>ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 28px;
}
.znh>ul>li{
	width: calc(50% - 30px);
	margin-bottom: 60px;
}
.znh>ul>li:nth-child(2n){
	transform: translateY(-140px);
	margin-left: 60px;
}
.znh>ul>li>a,.znhImg{
	display: block;
	width: 100%;
	overflow: hidden;
}
.znhImg{
	position: relative;
}
.znh>ul>li>a>.znhImg>p{
	width: 100%;
	height: 70px;
	line-height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.znhBg{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0,0, .05);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.znhImg>img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.znhImg:hover >.znhBg{
	background-color: rgba(0, 0,0, .13);
}
.znhImg:hover >img{
	-webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.dsj{
	padding: 0 13%;
}
    .dsj > h4 {
        font-size: 34px;
        margin-top: 88px;
        margin-bottom: 10px;
        text-align:center;
    }
    .dsj > p {
        font-size: 18px;
        margin-bottom: 40px;
        color: #888;
        text-align: center;
    }
.dsjText{
	font-size: 16px;
	padding: 0px 0 25px 0;
	line-height: 2.2;
}
.dsjImg{
	width: 100%;
}
.dsjImg>img{
	display: block;
	width: 100%;
}
.dslDetail{
	width: 100%;
	padding: 8% 0;
}
.dslDetail>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.dslDetail>ul>li{
	width: 25%;
}
.dslDetail>ul>li>h4{
	font-size: 22px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.dslDetail>ul>li>p{
	padding: 0 20%;
	font-size: 15px;
	color: #888;
	line-height: 2;
	margin-top: 15px;
}
.sjIcon{
	width: 136px;
	height: 136px;
	border-radius: 50%;
	background-color: #f6f6f6;
	margin: 0 auto;
}
.sjIcon>img{
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 10% 0;
}
.advBg{
	background-color: #f6f6f6;
	padding: 5% 0 2% 0;
}
.adv{
	padding: 0 13%;
}
.adv>h4{
	width: 100%;
	text-align: center;
	font-size: 26px;
	padding-bottom: 3%;
}
.adv>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.adv>ul>li{
	width: calc(25% - 30px);
	margin-bottom: 50px;
	margin-right: 40px;
}
.adv>ul>li:nth-child(4n){
	margin-right: 0;
}
.adv>ul>li>div{
	width: 100%;
	height: 240px;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.adv>ul>li>div>img{
	display: block;
}
.adv>ul>li>p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.systemUI{
	padding: 6% 13%;
}
.systemUI>h4{
	width: 100%;
	font-size: 28px;
	text-align: center;
	padding-bottom: 1%;
}
.systemUI>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.systemUI>ul>li{
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
}
.systemUI>ul>li:nth-child(3n){
	margin-right: 0%;
}
.systemUI>ul>li>div{
	display: block;
	width: 100%;
	overflow: hidden;
}
.systemUI>ul>li>div>img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.systemUI>ul>li>div:hover >img{
	-webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.systemUI>ul>li:nth-child(3n){
	margin-right: 0;
}
.trait{
	padding: 0 13%;
	margin-top: 60px;
}
.trait>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.trait>ul>li{
	width: calc(25% - 30px);
	margin-right: 40px;
}
.trait>ul>li:nth-child(4n){
	margin-right: 0px;
}
.trait>ul>li>.fzText{
	width: 100%;
	min-height: 190px;
	background-color: #fff;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.trait>ul>li>h4{
	width: 100%;
	text-align: center;
	font-size: 22px;
	background-color: #fff;
}
.fxIcon{
	background-color: #fff;
	padding-top: 20px;
}
.fxIcon>img{
	display: block;
	margin: 0 auto;
}
.trait>ul>li>.fzText{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-content: flex-start;
}
.trait>ul>li>.fzText>p{
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #666;
	padding-top: 22px;
}
.fxStructure{
	padding: 5% 13%;
}
.fxStructure>h4{
	width: 100%;
	text-align: center;
	font-size: 28px;
}
.fxStructure>p{
	padding-top: 40px;
}
.fxStructure>p>img{
	display: block;
}
.case{
	padding: 0 13%;
    /*margin-top: 100px;*/
}
.case>h4{
	font-size: 34px;
}
.case>p{
	font-size: 18px;
    color: #888;
	margin-bottom: 30px;
}
.case>p>span{
	font-size: 36px;
	padding: 0 10px;
    color: #3c57e3;
	font-weight: bold;
}
.infoCaseList{
	padding-bottom: 40px;
}
.infoCaseList>ul>li{
	width: 100%;
}


.travelTitle{
	padding: 0 13%;
}
.travelTitle>h4{
	width: 100%;
	text-align: center;
	font-size: 28px;
	padding-top: 88px;
	padding-bottom: 20px;
}
.travelTitle>p{
	font-size: 16px;
	line-height: 2.4;
	text-indent: 40px;
	color: #666;
}
.frame{
	padding: 0 13%;
	margin-top: 60px;
}
.frame>h4{
	width: 320px;
	height: 62px;
	line-height: 62px;
	background-color: #3c57e3;
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin: 0 auto;
	border-radius: 6px;
}
.frame>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.frame>ul>li{
	width: 20%;
}
.frame>ul>li>div{
	width: 85%;
	min-height: 342px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	padding: 35px 0;
}
.frame>ul>li>div>h4{
	font-size: 20px;
	width: 100%;
	text-align: center;
}
.sublevel>p{
	font-size: 16px;
	padding-top: 22px;
	text-align: center;
	color: #666;
}
.frameSystem{
	padding: 0 13% 6% 13%;
	background-color: #f7f7f7;
	margin-top: 88px;
}
.frameSystem>h4{
	width: 100%;
	font-size: 28px;
	text-align: center;
	padding-top: 88px;
}
.frameSystem>p{
	width: 100%;
	font-size: 15px;
	text-align: center;
	padding-top: 20px;
}
.frameList{
	width: 100%;
	margin-top: 88px;
}
.frameList>ul{
	display: flex;
	flex-wrap: wrap;
}
.frameList>ul>li{
	width: 25%;
}
.frameList>ul>li>div{
	width: 160px;
	height: 160px;
	border-radius: 50%;
    margin: 0 auto;
    background-color: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	cursor: pointer;
}
.frameList>ul>li>div>h4{
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 18px;
}
.frameList>ul>li>div>h4>span{
	font-size: 50px;
	color: #000;
	display: block;
}
.frameList>ul>li>div.divRadius{
	background-color: #4661e4;
	position: relative;
}
.frameList>ul>li>div:hover{
	background-color: #4661e4;
}
.frameList>ul>li>div.divRadius::after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	width:0;
	height:0;
	border-right:16px solid transparent;
	border-left:16px solid transparent;
	border-top:15px solid #4661e4;
	margin-left: -16px;
}
.frameList>ul>li>div.divRadius>h4,
.frameList>ul>li>div.divRadius>h4>span{
	color: #fff;
}
.frameList>ul>li>div:hover >h4,
.frameList>ul>li>div:hover >h4>span{
	color: #fff;
}
.frameBlock{
	width: 100%;
	border: 2px solid #4661e4;
	border-radius: 30px;
	background-color: #fff;
	position: relative;
	margin-top: 30px;
}
.frameBlock>ul>li{
	display: none;
}
.frameBlock>ul>li:first-child{
	display: block;
}
.centerBlock{
	width: 100%;
	display: flex;
	padding: 6% 0;
}
.centerBlock>div{
	width: 50%;
}
.frameText>h4{
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding-top: 30px;
}
.frameText>img{
	display: block;
	width: 88px;
	margin: 0 auto;
}
.frameDetail{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.frameDetail>p{
	width: 50%;
	font-size: 16px;
	padding-top: 20px;
	color: #666;
}
.treePlatform{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.treePlatform>li{
	width: calc(100% / 3);
}
.treePlatform>li>div{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #f6f6f6;
	margin: 0 auto;
}
.treePlatform>li>p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding-top: 30px;
	line-height: 2.2;
}
.ptIcon{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ptIcon>img{
	display: block;
}
.PlatformList>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 5% 0 4% 0;
}
.PlatformList>ul>li{
	width: 20%;
	margin-bottom: 20px;
}
.PlatformList>ul>li>div{
	width: 80%;
	height: 48px;
	line-height: 48px;
	background-color: #f7f7f7;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}
.value{
	padding: 5% 13%;
}
.value>h4{
	width: 100%;
	text-align: center;
	font-size: 28px;
}
.value>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 60px;
}
.value>ul>li{
	width: 20%;
}
.value>ul>li>div{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: #f6f6f6;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.value>ul>li>div>img{
	display: block;
	width: 75%;
}
.value>ul>li>h4{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 25px;
}
.newslink {
    display: block;
	margin-top: 15px;
	font-size: 15px;
}
.newslink2{
	margin-bottom: 40px;
}
.newslink a {
    color: #a3a8aa;
    font-size: 15px;
}
.lyLeywords{
	line-height: 2;
}
.lyLeywords>span{
	font-size: 15px;
}
.lyLeywords>a{
	font-size: 15px;
	color: #a3a8aa;
}