@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
    font-size: 1rem;
    font-family: "Microsoft Yahei";
    color: #fff;	
}

ul,
li{
	list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
	border: none;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input,
textarea,
button,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrapper{
	width: 100%;
	height: auto;
	background: url(../images/bg.png) no-repeat;
	background-size: 100%  100%;
	padding-bottom: 8%;
}

.banner{
	width: 100%;
	height: auto;
}

.content{
	width: 94%;
	height: auto;
	margin: 0 3%;	
}

.part1{
	width: 100%;
	height: 8.0rem;
	margin-top: 2%;
	position: relative;
}

.part1_bg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.part1_top{
	position: absolute;
	z-index: 20;
	overflow: hidden;
}

/*.part1_top h3{
	font-size: 0.6rem;
	font-weight: normal;
	margin: 1.8% 0 0 11%;
	color: #1ad5f8;
}*/
.part1_l{
	width: 57%;
	height: 5.8rem;
	overflow: hidden;
	float: left;
	margin-top: 6%;
	margin-left: 6%;
	position: relative;
}

.part1_l p{
	font-size: 1.0rem;
	line-height: 1.5rem;
	margin-top:0.6rem;
}
.yd{
	font-size: 0.7rem;
	position: absolute;
	bottom: 0.6rem;
	left: 0;
}
.rq{
	font-size: 0.7rem;
	margin-top: 0.8rem;
	position: absolute;
	bottom: 0.6rem;	
	right: 0;
}

.part1_r{
	width: 30%;
	height: auto;
	float: left;
	margin-left: 3%;
	margin-top: 9%;
	margin-right: 4%;
}

.part2{
	width: 100%;
	height: 2.5rem;
}

.more_btn{
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	margin-top: 5%;
	border: 2px solid #1ad5f8;
	text-align: center;
	display: block;
	font-size: 1rem;
}

.part3{
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
}

.part3_tit{
	width: 100%;
	height: 4.5rem;
	position: relative;
	margin-top: 2%;
}

.part3_tit_bg{
	position: absolute;
	z-index: 30;
	width: 100%;
	top: 0;
	left: 0;
}
.part3_tit_top{
	position: absolute;
	line-height: 4.4rem;
	left: 35%;
	font-size: 1.2rem;
	color: #1ad5f8;
	z-index: 40;
}

.pic{
	width: 48%;
	height: 9.6rem;
	float: left;
	position: relative;
	margin-top: 1rem;
	margin-right: 0.75rem;
	margin-bottom: 1rem;
}
.pic:nth-child(2n){
	margin-right: 0;
}
.p_l{
	margin-left: 4%;
}
.pic_bg{
	position: absolute;
	z-index: 50;
}

.pic_top{
	margin: 5% 5% 0 5%;
	position: absolute;
	z-index: 60;
	font-size: 0.9rem;
	line-height: 1.2rem;
	height: auto;
}
#videomore .pic_top a span{
	width: 60px;
    height: 60px;
    background: url(../images/video-btn.png) no-repeat center;
    position: absolute;
    top: 22px;
    left: 44px;

}
.pic_txt{
	margin-top: 3%;
	display:block;
}

.footer{
	margin: 8% 0;
	width: 100%;
	text-align: center;
}

.footer p{
	font-size: 0.8rem;
	line-height: 1.4rem;
}












