@charset "utf-8";
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.appBpx {
	margin-bottom: 80px;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.appBpx {
		display: none;
	}
}

.appBpx .sub{
	background: url(../images/app_bg.jpg) no-repeat center bottom;
	background-size: cover;
}
	
.yul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}
.yul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}
.yul li .bj1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yul li .img {
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.yul li .img .bj {
	height: 600px;
}
.bj1 h3 {
	color: #ffffff;
	font-size: 26px;
}
.bj1 span {
	display: block;
	color: #ffffff;
	opacity: 0.5;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}
.bj1 a {
	display: none;
}
.yul li:hover .bj1 {
	background: rgba(27,127,242,.6);
}
.yul li:hover .bj1 a {
	display: block;
	margin-top: 117px;
}
.yul li:hover .img {
	opacity: 1;
}
.yul li .bj11 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.yul li:hover .bj11 {
	margin-top: -30px;
}
.yul li .img img {
	display: block;
	width: 100%;
}

.youshi {
	margin-bottom: 80px;
}

.ysbox {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	border-radius: 10px;
}

.ysbox ul {
	width: 200px;
	float: left;
	background-color: #f0f0f0;
	border-right: 1px solid #ccc;
}

.ysbox li a {
	display: block;
	height: 100px;
	line-height: 100px;
	display: block;
	font-size: 17px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.ysbox li.on a {
	color: #fff;
	background: #1B7FF2;
}

.ysbox .tabBox {
	padding: 70px 50px 0 0;
	width: 890px;
	float: right;
}

.ysbox .tabBox .photo {
	float: right;
	width: 40%;
}

.ysbox .tabBox .photo img {
	width: 100%;
}

.ysbox .tabBox .textBox {
	width: 55%;
	float: left;
}

.ysbox .tabBox .textBox .title {
	margin-bottom: 10px;
	color: #333;
	font-size: 33px;
	font-weight: bold;
}

.ysbox .tabBox .textBox .title span {
	margin-right: 15px;
	padding: 5px 0;
	width: 60px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #1B7FF2;
}

.ysbox .tabBox .textBox .en {
	margin-bottom: 20px;
	color: #ccc;
	font-size: 13px;
}

.ysbox .tabBox .textBox .txt {
	margin-bottom: 30px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.ysbox .tabBox .textBox .tel {
	color: #FF5C01;
	font-size: 40px;
	font-weight: bold;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.youshi {
		margin-bottom: 30px;
	}
	
	.ysbox {
		margin: 0 20px;
		width: auto;
	}
	
	.ysbox ul {
		width: auto;
		float: none;
		background-color: #f0f0f0;
		border-right: 1px solid #ccc;
	}
	
	.ysbox li {
		width: 25%;
		float: left;
	}

	.ysbox li:last-child {
		display: none;
	}
		
	.ysbox .tabBox {
		padding: 20px;
		width: auto;
		float: none;
	}
	
	.ysbox .tabBox .photo {
		margin-bottom: 20px;
		float: none;
		width: auto;
	}
	
	.ysbox .tabBox .photo img {
		width: 100%;
	}
	
	.ysbox .tabBox .textBox {
		width: auto;
		float: none;
	}
	
	.ysbox .tabBox .textBox .title {
		font-size: 22px;
	}
	
	.ysbox .tabBox .textBox .title span {
		margin-right: 10px;
		padding: 5px 0;
		width: 40px;
	}
	
	.ysbox .tabBox .textBox .en {
		margin-bottom: 10px;
		font-size: 10px;
	}
	
	.ysbox .tabBox .textBox .txt {
		margin-bottom: 10px;
		font-size: 15px;
	}
	
	.ysbox .tabBox .textBox .tel {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}
	
}

.aboutysd {
	margin: 0 auto 80px;
	width: 1200px;
}

.aboutysd h3 {
	font-size: 35px;
	color: #FF5C01;
	font-weight: bold;
	text-align: center;
}

.aboutysd h3 span {
	display: block;
	color: #ccc;
	font-size: 15px;
	font-weight: normal;
}
 
.aboutysd p {
	margin-top: 20px;
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	text-indent: 2em;
}

.aboutysd ul {
	margin-top: 20px;
	background: #FF5C01;
}

.aboutysd li {
	padding: 20px 0 28px;
	width: 33.3333333%;
	float: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.aboutysd li .year {
	display: block;
	font-size: 45px;
	font-family: Impact;
	font-weight: bold;
}

.aboutysd li .year span {
	margin-left: 5px;
	font-size: 20px;
	font-family: Microsoft YaHei, sans-serif;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.aboutysd {
		margin: 0 20px 30px;
		width: auto;
	}
	
	.aboutysd h3 {
		font-size: 25px;
	}
	
	.aboutysd h3 span {
		font-size: 12px;
	}
	 
	.aboutysd p {
		margin-top: 10px;
	}
	
	.aboutysd li {
		padding: 10px 0 28px;
	}
	
	.aboutysd li .year {
		font-size: 35px;
	}
	
	.aboutysd li .year span {
		margin-left: 5px;
		font-size: 16px;
}

}

.conysd {
	margin: 0 auto;
	padding-top: 40px;
	width: 1300px;
}

.contactul {
	width: 48%;
	float: left;
}

.contactul li {
	padding: 40px 20px;
	width: 50%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
}

.contactul .con01,
.contactul .con02 {
	height: 168px;
	border-bottom: 1px solid #ccc;
}
.contactul .con02,
.contactul .con04 {
	border-left: 1px solid #ccc;
}

.contactul li .icon {
	float: left;
}

.contactul li .icon img {
	width: 70px;
}

.contactul li .text {
	padding-left: 90px;
	color: #333;
	font-size: 17px;
	line-height: 1.7;
}

.map {
	width: 48%;
	height: 380px;
	float: right;
	border: 1px solid #ccc;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.conysd {
		margin: 0;
		padding: 0 20px;
		width: auto;
	}
	
	.contactul {
		width: auto;
		float: none;
	}
	
	.contactul li {
		padding: 30px 20px;
		width: auto;
		float: none;
		overflow: hidden;
		box-sizing: border-box;
	}
	
	.contactul .con01,
	.contactul .con02 {
		height: auto;
		border-bottom: 1px dotted #ccc;
	}
	.contactul .con02,
	.contactul .con03,
	.contactul .con04 {
		border-bottom: 1px dotted #ccc;
		border-left: none;
	}
	
	
	.map {
		margin-top: 20px;
		width: auto;
		height: 260px;
		float: none;
		border: 1px solid #ccc;
	}

}
