@charset "utf-8";
@font-face { 
  font-family: DINCond-Medium;
  src: url('../font/DINCond-Medium.otf');
} 
@font-face { 
  font-family: DINCond-Light;
  src: url('../font/DINCond-Light.otf');
}
#header .headerBox{	background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#header .logo{background-image:url(../img/head-logo1.png);}
#header .menu ul li a span.cn,
#header .menu ul li a span.en{color: #000;}
#header .menu ul li a:hover{background: rgba(0,0,0,0);}
#header .menu ul li a:hover span.cn,
#header .menu ul li a:hover span.en{ color: #000;}
#header .tel span{color: #000;}
#header .menu ul li.nav2 {background: #000}
#header .menu ul li.nav2 a span.cn{top: -5px; color: #fff;}
#header .menu ul li.nav2 a span.en{opacity: 1; margin-top:2px ; color: #fff;}


#main{
	position: relative;
	width: 100%;
	background: #fff;
	padding: 0 0;
	margin: 80px auto 0;
	padding-bottom: .1rem;
}
.module-01{
	padding: 5% 8.3333% 1.5rem;
}
.module-01 .title p{
	font-size: .2rem;
	font-weight: normal;
	margin-bottom: .1rem;
	color: #2C54FA;
}
.module-01 .title h1{
	color: #2c54fa;
	font-weight: normal;
	font-size: .5rem;
	margin-bottom: .2rem;
}
.module-01 .con{
	padding-top: .8rem;
}
.module-01 .con ul{
	display: flex;
	justify-content: space-between;
}
.module-01 .con ul li{
	text-align: center;
	width: 25%;
}
.module-01 .pic {
	height: 2.6rem;
	width: 2.6rem;
	margin: 0 auto;
	border: 2px solid #e5f1fe;
	border-radius: 1.5rem;
	margin-bottom: .3rem;
}
.module-01 .pic img{
	width: 1.4rem;
	display: block;
	margin: .51rem;
}
.module-01 .con ul li h2{
	font-size: .22rem;
	line-height: 1.6em;
	font-weight: normal;
	margin-bottom: .15rem;
}
.module-01 .con ul li p{
	font-size: .18rem;
	line-height: 1.6em;
	padding: 0 .2rem;
	font-weight: normal;
	color: #666;
}

.module-02{}

.module-02 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #2C54FA;
	background-image: url("../img/about-bg.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.l-contact-intro:after {
	content: " ";
	display: block;
	clear: both
}
.module-02 .con {
	width: 100%;
	padding: 12.5%;
	color: #fff;
}
.module-02 .con:before {
	content: "";
	display: block;
	position: absolute;
	top: -4em;
	left: 50%;
	margin-left: -4em;
	width: 8em;
	height: 8em;
	border-radius: 100%;
	background: #fff url(../img/footer-logo.png) no-repeat left .5em top 2.25em;
	background-size: 6.2em;
}
.module-02 .con h1{
	font-size: .2rem;
	font-weight: normal;
	margin-bottom: .2rem;
	text-transform: uppercase;
}
.module-02 .con h1:after{
	content: " ";
	margin-top: .1rem;
	display: block;
	width: 60px;
	height: 3px;
	background: #fff;
}
.module-02 .con p{
	font-size: .4rem;
}
@media (min-width: 39.375em) {
	.module-02 .con {
		width: 100%;
		padding: 8.333%;
	}
}

.module-03{padding: 5% 8.3333% 0; overflow: hidden; background: #f1f1f1; padding-bottom: 30px;}
.module-03 .title{text-align: center;}
.module-03 .title h1{color: #2c54fa;font-weight: 800;font-size: .42rem;	margin-bottom: .2rem;}
.module-03 .title p{color: #333;padding: .22rem;font-size: .2rem;font-weight: 200;}
.module-03 .con{padding: .60rem 1.22rem .50rem;	}
.module-03 .list{display: flex;justify-content: space-around;flex-wrap: wrap;}
.module-03 .list .cons{ border-left: 1px solid #2C54FA; background: #e9f6fe; border-top: 1px solid #2C54FA; width: 33.333%; padding: .5rem; transition: all 0.2s ease-in-out;}
.module-03 .list .cons:hover{background: #2C54FA; }
.module-03 .list .cons:nth-child(3),
.module-03 .list .cons:nth-child(6){border-right: 1px solid #2C54FA;}
.module-03 .list .cons:nth-child(4),
.module-03 .list .cons:nth-child(5),
.module-03 .list .cons:nth-child(6){border-bottom: 1px solid #2C54FA;}
.module-03 .list .cons .nums{font-size: .5rem; color: #2C54FA; font-weight: 800; transition: all 0.2s ease-in-out;	font-family: DINCond-Medium;}
.module-03 .list .cons h2{ font-size: .26rem; color: #2C54FA; margin-bottom: .2rem; transition: all 0.2s ease-in-out;}
.module-03 .list .cons .p{ font-size: .2rem; color: #333; height: 3em; line-height: 1.5em; transition: all 0.2s ease-in-out;}
.module-03 .list .cons:hover .nums{color: #fff;}
.module-03 .list .cons:hover h2{color: #fff;}
.module-03 .list .cons:hover .p{color: #fff;}

.module-04{padding: 5% 8.3333% 0; overflow: hidden;}
.module-04 .title{text-align: center;}
.module-04 .title h1{color: #2c54fa;font-weight: 800;font-size: .42rem;	margin-bottom: .2rem;}
.module-04 .title p{color: #333;padding: .22rem;font-size: .2rem;font-weight: 200;}
.module-04 .con{padding: .3rem 1.22rem 0; margin-bottom: .6rem; overflow: hidden;}
@media screen and (max-width: 1600px) {
	.module-04{padding: 5% 0 0; overflow: hidden;}
	.module-04 .con{padding: .3rem 0 0;	}
}
.column-box{ width: 1200px; margin: 0 auto;border: 1px solid #e5e5e5;}
.column-box .column-main{ display: flex;}
.column-box .column-1{ width: 150px;}
.column-box .column .column-header{	padding: 50px 0; height: 100px; position: relative; display: flex; text-align: center; justify-content: center; align-content: center; flex-wrap: wrap; border-bottom: 1px solid #e5e5e5;}
.column-box .column .column-header span{ display: block; width: 100%; font-size: 12px;}
.column-box .column .column-header h2{ display: block; width: 100%; font-size: 20px; font-weight: normal; padding-bottom: 6px;}
.column-box .column .column-header img{ position: absolute; width: 35px; top: 0; right: 0;}
.column-box .column .list{background: #fff; color: #333; font-size: 14px; padding: 0; min-height: 50px; display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: center;}
.column-box .column .list:nth-child(odd){background: #f5f5f5;}
.column-box .column .list span{font-size: 12px; color: #888; display: block; width: 100%; text-align: center;}
.column-box .column .list a:hover{color: #2C54FA;}
.column-box .column .list strong{display: block; width: 100%; font-weight: normal; text-align: center;}
.column-box .column-1 .column-con .title{display: flex; justify-content: center; align-items: center; border-top: 1px solid #e5e5e5; font-size: 14px;}
.column-box .column-1 .column-con .title:first-child{border: 0;}
.column-box .column-2{flex: 1; border-left: 1px solid #e5e5e5;}
.column-box .column-2 .column-header {text-align: left; padding-left: 20px;}
.column-box .column-2 .list{ padding-left: 20px; padding-right: 15px; justify-content: flex-start;}
.column-box .column-2 .list span{text-align: left; }
.column-box .column-3,
.column-box .column-4,
.column-box .column-5,
.column-box .column-6{width: 200px; }
.column-box .column-3 .column-con,
.column-box .column-6 .column-con{border-left: 1px solid #e5e5e5; position: relative; z-index: 0;}
.column-box .column-4 .column-con{box-shadow: 0 0 15px rgba(0,0,0,0.2); position: relative; z-index: 1;}
.column-box .column-3 .column-header,
.column-box .column-4 .column-header,
.column-box .column-5 .column-header,
.column-box .column-6 .column-header{color: #fff;}
.column-box .column-3 .column-header{background-image: linear-gradient(-45deg, #FF6A6D 0%, #E0373D 100%);}
.column-box .column-4 .column-header{background-image: linear-gradient(-45deg, #8A6DFF 0%, #6140E5 100%); height: 115px; margin-top: -12px;}
.column-box .column-5 .column-header{background-image: linear-gradient(-45deg, #FF974D 0%, #F16500 100%);}
.column-box .column-6 .column-header{background-image: linear-gradient(-45deg, #8A6DFF 0%, #2c54fa 100%);}
.column-box .column-1 .column-header span,
.column-box .column-2 .column-header span{font-size: 14px;}

.column-box .column span.yes{font-size: 16px; color: #FF6A6D; font-family: tahoma;}
.column-box .column .list.l2{ height: 60px;}
.column-box .column .list.l3{ height: 70px;}
.column-box .column .list.l4{ height: 90px;}

@media screen and (max-width: 768px) {
	#header .menu ul li a span.cn,
	#header .menu ul li a span.en{color: #fff;}
	#header .menu ul li.nav2 a span.cn{top: 0px; color: #FCE442;}
	#main{
		margin-top: 50px;
		padding: 20px;
	}
}