.banner{
	background: url(../images/application/banner_bg.jpg) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.banner>img{
	width: 100%;
	display: block;
}
.banner .banner_center{
	width: 100%;
	max-width: 1240px;
	min-width: 320px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.banner .banner_center .phone_banner_bg{
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .phone_banner_img{
	width: 100%;
	max-width: 390px;
	display: none;
	margin: 0 auto;
	position: relative;
}
.banner .phone_banner_img img{
	width: 100%;
	display: block;
	z-index: 1;
	margin: 0 auto;
}
.banner .banner_text{
	width: 50%;
	float: left;
	margin: 0 auto 0 5%;
	overflow: hidden;
}
.banner .banner_text h2{
	width: 100%;
	max-width: 1100px;
	font-family: "Microsoft YaHei", "SimSun", Arial;
	font-size: 3.3rem;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: .2em;
	margin: 25% auto 0;
	padding: 2rem 0;
	text-align: left;
}
.banner .banner_text h2+p{
	width: 100%;
	max-width: 1100px;
	font-family: "Microsoft YaHei", "SimSun", Arial;
	font-size: 2.3rem;
	line-height: 1.5em;
	margin: 0 auto 25%;
	padding: 1rem 0;
	text-align: left;
}
.banner.en .banner_text h2{
	font-size: 3rem;
	letter-spacing: 0;
	word-break: keep-all;
}
.banner.en .banner_text h2+p{
	font-size: 2rem;
	word-break: keep-all;
}
.banner .banner_img{
	width: 100%;
	height: calc(100% - 6rem);
	height: -webkit-calc(100% - 6rem);
	height: -moz-calc(100% - 6rem);
	height: -o-calc(100% - 6rem);
	background: url(../images/application/banner_pic.png) no-repeat center left;
	background-size: 150% auto;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}
.banner a{
	width: 8em;
	border: 1px solid #fff;
	border-radius: 2rem;
	clear: both;
	color: #fff;
	display: none;
	font-size: 1.6rem;
	line-height: 4.6rem;
	margin: 0 auto 5rem;
	padding: 0 2rem;
	text-align: center;
}
.banner.en a{
	width: 12em;
	font-size: 1.4rem;
}
@media screen and (max-width: 720px){
	.banner .banner_center .phone_banner_bg{
		display: block;
	}
	.banner .banner_text{
		width: 90%;
		max-width: 420px;
		min-width: 300px;
		float: none;
		margin: 0 auto;
	}
	.banner .banner_text h2{
		font-size: 4.5em;
		line-height: 1.2em;
		margin-top: 12%;
		padding: .8rem 0;
	}
	.banner .banner_text h2+p{
		font-size: 3.5em;
		line-height: 1.2em;
		padding: .8rem 0;
		margin-bottom: 6%;
	}
	.banner.en .banner_text h2{
		font-size: 4.5em;
		line-height: 1.2em;
		margin-top: 12%;
		padding: .8rem 0;
	}
	.banner.en .banner_text h2+p{
		font-size: 3.5em;
		line-height: 1.2em;
		padding: .8rem 0;
		margin-bottom: 6%;
	}
	.banner .banner_img{
		width: 100%;
		background-size: 300%;
		background-position: center;
		margin-top: -20%;
		padding-bottom: 120%;
		position: static;
	}
	.banner a{
		display: block;
		font-size: 3em;
		line-height: 2.5em;
		margin-bottom: 2rem;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.banner.en a{
		font-size: 2.5em;
		line-height: 2.5em;
	}
}

.scheme{
	width: 90%;
	max-width: 1200px;
	min-width: 288px;
	margin: 0 auto 3.92%;
	overflow: hidden;
}
.scheme h3{
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 2em;
	margin: 7rem auto;
	text-align: center;
}
.scheme.en h3{
	font-size: 1.8rem;
	line-height: 1.5em;
	padding: .5rem 0;
	word-break: keep-all;
}
.scheme img.pc_scheme_img{
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}
.scheme img.phone_scheme_img{
	width: 100%;
	display: none;
	margin: 0 auto;
}
@media screen and (max-width: 720px){
	.scheme{
		margin: 0 auto 12%;
	}
	.scheme h3{
		color: #5482f6;
		font-size: 1.8rem;
		line-height: 1.5em;
		margin: 13% 0 6.5%;
		padding: .5rem 0;
	}
	.scheme img.pc_scheme_img{
		display: none;
	}
	.scheme img.phone_scheme_img{
		display: block;
	}
}

.project_nav{
	width: 100%;
	background: url(../images/application/project_nav_border.png) no-repeat center top;
	background-size: 100% 2px;
	margin-bottom: 1.5rem;
	overflow: hidden;
	padding-top: 2rem;
}
.project_nav ul{
	width: 100%;
	max-width: 1240px;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
}
.project_nav li{
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #666666;
	cursor: pointer;
	float: left;
	line-height: 2em;
	padding: .5rem 0;
	text-align: center;
}
.project_nav li:first-child{
	border-right: 1px solid #5386f4;
}
.project_nav li.nownav{
	color: #4561de;
}
.project_nav.en li{
	height: 7.5rem;
	word-break: keep-all;
	padding: .5rem 1%;
}
.project_nav b{
	display: block;
	font-size: 1.6rem;
	line-height: 2em;
}
.project_nav p{
	font-size: 1.4rem;
	line-height: 1.5em;
}
@media screen and (max-width: 720px){
	.project_nav{
		width: auto;
		background: none;
		border: 1px solid #5482f6;
		padding-top: 0;
	}
	.project_nav li:first-child{
		border: none;
	}
	.project_nav li.nownav,.project_nav li.nownav b,.project_nav li.nownav p{
		background: #5482f6;
		color: #fff;
	}
	.project_nav.en li{
		padding: 0;
	}
	.project_nav b{
		color: #333333;
		font-size: 1.5rem;
		margin-top: 3%;
	}
	.project_nav.en b{
		font-size: 1.4rem;
	}
	.project_nav p{
		color: #999999;
		font-size: 1.2rem;
		line-height: 1.25em;
		margin: 0 10%;
		padding: .25rem 0;
	}
	.project_nav.en p{
		font-size: 1rem;
		margin: 0;
	}
}

.project_content{
	display: none;
	opacity: 0;
}
.project_content.nowcontent{
	display: block;
	opacity: 1;
}
.project_content_list_bg{
	width: 100%;
	min-width: 320px;
	background: #fff;
}
.project_content_list{
	width: 100%;
	overflow: hidden;
}
.project_center{
	width: 100%;
	max-width: 1240px;
	min-width: 320px;
	margin: 0 auto;
}
.project_content_list ul{
	padding: 3.5rem 0 6.3rem;
}
.project_content_list li{
	width: 33.3%;
	float: left;
}
.project_content_list.en1 li{
	height: 17rem;
}
.project_content_list.en2 li{
	height: 12rem;
}
.project_content_list li:first-child{
	margin-left: 0;
}
.project_content_list li a{
	width: 90.9%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 2.6rem 0;
	text-align: center;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
}
.project_content_list li a:hover{
	box-shadow: .3rem .3rem 1.2rem #dcdcdc;
}
.project_content_list.en li a{
	padding: 1.6rem 0;
}
.project_content_list li img{
	width: auto;
	height: 5rem;
	display: block;
	margin: 0 auto;
}
.project_content_list li span{
	color: #121212;
	display: block;
	font-size: 1.6rem;
	line-height: 2rem;
	padding: .5rem 1rem;
}
.project_content_list.en li span{
	font-size: 1.4rem;
	line-height: 1.25em;
	padding: 0.75rem 0;
	word-break: keep-all;
}
.project_content_list li p{
	color: #323232;
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.project_content_list.en2 li p{
	display: none;
}
@media screen and (max-width: 720px){
	.project_content_list ul{
		padding: 6% 0 7.8%;
	}
	.project_content_list li{
		width: 100%;
		height: auto;
		border-bottom: 1px solid #e1e1e1;
		float: none;
		overflow: hidden;
		position: relative;
		text-align: center;
	}
	.project_content_list.en li{
		height: 7rem;
	}
	.project_content_list li a{
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.project_content_list li .project_li_center{
		max-width: 400px;
		margin: 0 auto;
	}
	.project_content_list.en li a{
		padding: 0;
	}
	.project_content_list li img{
		width: 15%;
		max-width: 60px;
		height: auto;
		background-size: 100% auto;
		display: block;
		float: left;
		margin: 1rem 0 1rem 2%;
		overflow: hidden;
	}
	.project_content_list li span{
		width: 81%;
		color: #333333;
		display: block;
		float: right;
		font-size: 1.4rem;
		line-height: 1.5em;
		margin: 1.2rem 0 .5rem;
		padding: 0;
	}
	.project_content_list.en li span{
		font-size: 1.2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.project_content_list.en1 li span{
		padding: 0;
	}
	.project_content_list.en2 li span{
		padding: 1.3rem 0;
	}
	.project_content_list li p{
		width: 81%;
		color: #999999;
		float: right;
		font-size: 1.2rem;
		line-height: 1.5em;
	}
	.project_content_list.en li p{
		font-size: 1rem;
		word-break: keep-all;
	}
}

.project_content_text_bg{
	width: 100%;
	min-width: 320px;
	background: url(../images/application/project_content_text_bg.jpg) no-repeat center;
	background-size: auto 100%;
	padding: 7rem 0;
}
.project_content_text{
	width: 100%;
	color: #fff;
}
.project_content_text .project_title{
	margin-bottom: 7.4%;
	padding-top: 2rem;
	text-align: center;
}
.project_content_text .project_title b{
	display: block;
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 1.5em;
	margin-bottom: .5rem;
}
.project_content_text.en .project_title b{
	font-size: 2rem;
	line-height: 1.25em;
	margin: 0 5%;
	padding: .5rem 0;
	word-break: keep-all;
}
.project_content_text .project_title p{
	font-size: 1.6rem;
	line-height: 1.6em;
}
.project_content_text.en .project_title p{
	font-size: 1.4rem;
	line-height: 1.25em;
	margin: 0 5%;
	padding: 0.75rem 0;
	word-break: keep-all;
}
.project_content_text ul{
	width: 100%;
	overflow: hidden;
}
.project_content_text li{
	width: 25%;
	height: 100%;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	cursor: normal;
	float: left;
}
.project_content_text li:first-child{
	border-left: none;
}
.project_content_text.en li{
	border: none;
	cursor: pointer;
	position: relative;
}
.project_content_text.en li .project_text_center_bg{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: .5em;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	z-index: 1;
}
.project_content_text.en li:hover .project_text_center_bg{
	opacity: 0.2;
}
.project_content_text li .project_text_center{
	width: 90%;
	max-width: 200px;
	margin: 0 auto;
}
.project_content_text.en li .project_text_center{
	position: relative;
	z-index: 2;
}
.project_content_text li span{
	display: block;
	font-size: 1.5rem;
	line-height: 1em;
	margin-bottom: 1rem;
	text-align: center;
}
.project_content_text.en li span{
	height: 2.6rem;
	font-size: 1.3rem;
	line-height: 1.25em;
	margin: .5rem 0;
	word-break: keep-all;
}
.project_content_text li p{
	height: auto;
	min-height: 4em;
	font-size: 1.2rem;
	line-height: 2em;
}
.project_content_text.en li p{
	display: none;
}
@media screen and (max-width: 720px){
	.project_content_text_bg{
		background-size: cover;
		padding: 6% 0;
	}
	.project_content_text .project_title{
		margin-bottom: 6%;
	}
	.project_content_text .project_title b,.project_content_text.en .project_title b{
		font-size: 1.6rem;
	}
	.project_content_text .project_title p,.project_content_text.en .project_title p{
		width: 90%;
		min-width: 300px;
		font-size: 1.2rem;
		margin: 0 auto;
	}
	.project_content_text ul{
		max-width: 400px;
		background: url(../images/application/project_content_text_border.png) no-repeat center;
		background-size: 100% auto;
		margin: 0 auto;
	}
	.project_content_text li{
		width: 50%;
		border: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 1rem 3%;
	}
	.project_content_text li span{
		text-align: left;
	}
	.project_content_text.en li span{
		height: 3rem;
	}
	.project_content_text li p{
		height: 8em;
		font-size: 1rem;
		line-height: 1.5em;
	}
}

.application_show{
	width: 100%;
	background: url(../images/application/application_show_bg1.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
}
.application_show .application_show_center{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 9.5%;
}
.application_show h3{
	color: #fff;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1em;
	margin: 20% auto 1.7%;
	text-align: center;
}
.application_show.en h3{
	font-size: 1.8rem;
	line-height: 1.5em;
	padding: .5rem 0;
	word-break: keep-all;
}
.application_show span{
	width: 6.1rem;
	height: 4px;
	background: #fff;
	display: block;
	margin: 0 auto 7.08%;
}
.application_show .application_show1{
	width: 73.67%;
	display: block;
	float: left;
	margin: 2% 0 0 -46.5%;
}
.application_show .application_show2{
	width: 64.25%;
	display: block;
	float: right;
}
@media screen and (max-width: 720px){
	.application_show{
		background: url(../images/application/application_show_bg2.jpg) no-repeat center bottom;
		background-size: 100% 100%;
	}
	.application_show .application_show_center{
		margin: 0 auto 6.93%;
	}
	.application_show.en .application_show_center{
		width: 95%;
	}
	.application_show h3{
		font-size: 1.8rem;
		line-height: 2em;
		margin: 19.03% auto 1.12%;
	}
	.application_show span{
		margin: 0 auto 4.9%;
	}
	.application_show .application_show1{
		width: 90.82%;
		float: none;
		margin: 2.38% auto 0;
	}
	.application_show .application_show2{
		width: 100%;
		float: none;
	}
}

.project_turn{
	width: 100%;
	background: #fff url(../images/application/project_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	overflow: hidden;
}
.project_turn .project_turn_center{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.project_turn h3{
	color: #010000;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1em;
	margin: 6.53% auto 1.7%;
	text-align: center;
}
.project_turn.en h3{
	font-size: 1.8rem;
	line-height: 1.5em;
	padding: .5rem 0;
	word-break: keep-all;
}
.project_turn span{
	width: 6.1rem;
	height: 4px;
	background: #19a8eb;
	display: block;
	margin: 0 auto 1.42%;
}
.project_turn .project_turn_center>p{
	color: #999999;
	font-size: 1.5rem;
	line-height: 1.5em;
	text-align: center;
}
.project_turn ul{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 6.83% 0 11.67%;
	overflow: hidden;
}
.project_turn li{
	width: 30.3%;
	background: #fff;
	box-shadow: 1px 0.2rem 2rem #e3f2f9;
	float: left;
	margin: 0 1.5%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.project_turn li a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.project_turn .project_turn_text{
	width: 90%;
	margin: 36.67% auto 37.67%;
	position: relative;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.project_turn .project_turn_text .project_turn_img{
	width: 26.67%;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 auto 7.78%;
	padding-bottom: 26.67%;
}
.project_turn .project_turn_text .project_turn_img1{
	background-image: url(../images/application/project_img1.png);
	background-size: 100% auto;
}
.project_turn .project_turn_text .project_turn_img2{
	background-image: url(../images/application/project_img2.png);
	background-size: 100% auto;
}
.project_turn .project_turn_text .project_turn_img3{
	background-image: url(../images/application/project_img3.png);
	background-size: 100% auto;
}
.project_turn .project_turn_text span{
	width: 2rem;
	height: 1px;
	background: #19a8eb;
	display: block;
	margin: 0 auto;
}
.project_turn .project_turn_text b{
	color: #333333;
	display: block;
	font-size: 1.6rem;
	line-height: 1.5em;
	padding-top: 8.89%;
	position: relative;
	text-align: center;
}
.project_turn .project_turn_text p{
	width: 100%;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5em;
	opacity: 0;
	position: absolute;
	top: 116%;
	left: 0;
	right: 0;
	text-align: center;
}
.project_turn .project_turn_text .project_turn_pic{
	width: 13.33%;
	min-width: 36px;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	top: 160%;
	left: 0;
	right: 0;
}
.project_turn.en .project_turn_text .project_turn_pic{
	top: 170%;
}
.project_turn .project_turn_text .project_turn_pic img{
	width: 100%;
	display: block;
}
@media screen and (min-width: 721px){
	.project_turn li:hover{
		background: #00a0e9;
	}
	.project_turn li:hover .project_turn_text .project_turn_img{
		background-position: center top;
	}
	.project_turn li:hover .project_turn_text span{
		display: none;
	}
	.project_turn li:hover .project_turn_text b{
		border-top: 1px solid transparent;
		color: #fff;
	}
	.project_turn li:hover .project_turn_text p,.project_turn li:hover .project_turn_text .project_turn_pic{
		opacity: 1;
	}
	.project_turn.en .project_turn_text b{
		min-height: 3em;
		font-size: 1.4rem;
	}
	.project_turn.en .project_turn_text p{
		min-height: 4.5em;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 720px){
	.project_turn{
		background-position: center top;
	}
	.project_turn h3{
		font-size: 1.8rem;
		line-height: 2em;
		margin: 14.05% auto 1%;
	}
	.project_turn ul{
		width: 100%;
		padding: 12.55% 0 0;
	}
	.project_turn li{
		width: 100%;
		float: none;
		margin: 0;
	}
	.project_turn .project_turn_text{
		width: 90%;
		max-width: 320px;
		margin: 0 auto;
		overflow: hidden;
		padding: 5% 0;
		position: static;
	}
	.project_turn .project_turn_text .project_turn_img{
		width: 16%;
		float: left;
		margin-bottom: 0;
		padding-bottom: 16%;
	}
	.project_turn .project_turn_text span{
		display: none;
	}
	.project_turn .project_turn_text b{
		width: 80%;
		font-size: 1.4rem;
		font-weight: normal;
		padding-top: 0;
		margin-top: 1%;
		margin-left: 20%;
		text-align: left;
		/*单行溢出*/
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.project_turn .project_turn_text p{
		width: 80%;
		color: #333333;
		font-size: 1.2rem;
		margin-left: 20%;
		opacity: 1;
		position: static;
		top: auto;
		left: auto;
		right: auto;
		text-align: left;
		/*单行溢出*/
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}