body{
	background: -moz-linear-gradient(top, #01B6EB, #0398C8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#01B6EB), to(#0398C8));
	background: -o-linear-gradient(top,#01B6EB, #0398C8);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#01B6EB',endColorStr='#0398C8',gradientType='0');
}
.textarea-bf{
	color: #fff !important;
}
.issue-wrap-gw{
	color: #fff !important;
}
.module-hot-topic{
	display: none !important;
}
.banner{
	height: 700px;
	background-color: #fff;
	position: relative;
}
.video{
	display: block;
	margin: 0 auto;
	box-shadow: 0px 0px 1px 1px #2a2a2a;
}
.content{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
.tit{
	width: 600px;
	position: absolute;
	bottom: 500px;
	right: -400px;
}
.logo{
	width: 780px;
	padding: 20px;
	background-color: #1976D3;
	margin-top: 20px;
}
.logo img{
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}
.logo p{
	margin: 0 10px;
	width: 440px;
	text-indent: 2em;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	text-align: left;
}
.logo .m-t{
	margin-top: 40px;
	width: 250px;
}
.logo-box{
	width: 1400px;
	padding: 40px 0px;
	margin:0 auto;
}
.logo-box h2{
	color: #fff;
	line-height: 45px;
	font-size: 30px;
	text-align: right;
}
.height-60{
	height: 60px;
}
h1{
	display: inline-block;
	font-size: 40px;
	text-align: center;
	padding: 10px 30px;
	color: #FFF6FC;
	border: dashed 5px #FFF6FC;
	border-radius: 100px;
	margin-top: 70px;
}
.zhibo{
	margin-top: 70px;
}
.zhibojs{
	width: 250px;
	margin-top: 100px;
}
.zhibojs p{
	font-size: 24px;
	line-height: 35px;
	color: #fff;
}
.line{
	display: block;
	border-top: solid 1px #fff;
	margin: 20px 0px;
}
.btn{
	display: inline-block;
	font-size: 24px;
	line-height: 35px;
	color: #fff;
	padding: 15px 35px;
	background-color: #00AEFF;
	margin-top: 40px;
	border-radius: 125px;
	font-weight: bold;
	transition: all .5s;
	box-shadow: 0px 8px 2px 0px #0090E7,0px 11px 0px 5px #1976D2;
}
.btn:hover{
	background-color: #FF9C00;
	box-shadow: 0px 8px 2px 0px #D85500,0px 11px 0px 5px #1976D2;
}
.bg{
	/*background-color: #360FB8;*/
	background-color: #2a2a2a;
	margin-top: 40px;
}
.smallh1{
	margin-top: 40px;
}
.longing{
	height: 500px;
	text-align: center;
	line-height: 500px;
	color: #2a2a2a;
	font-size: 80px;
}
.video2{
	display: block;
	width: 500px;
	height: 340px;
	box-shadow: 0px 0px 1px 1px #2a2a2a;
	background-color: #ccc;
	font-size: 50px;
	line-height: 350px;
	text-align: center;
	color: #2a2a2a;
}
.video2-box{
	width: 500px;
	float: left;
	margin: 0px 30px;
}
.video2-box img{
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.video2-box  p{
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	text-indent: 2em;
	color: #fff;
}
.h-20{
	height: 30px;
}
.img-box{
	height: 135px;
	position: relative;
}
.v-box{
	padding: 20px;
	background-color: #1976D3;
}
.youji h3{
	line-height: 340px;
	color: #fff;
	font-size: 40px;
}
.tuji li{
	width: 400px;
	height: 300px;
	display: block;
	float: left;
	overflow: hidden;
}
.tuji img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 1s;
}
.tuji img:hover{
	transform: scale(1.2);
}
.tuji ul{
	margin-top: 50px;
}

.video2-box a{
	color:#fff;
	margin-top: 10px;
	display: inline-block;
}
.banner{
	background-image: url(../images/banner.jpg);
	background-position: center center;
	background-size: cover;
}
#mask{
	width: 100%;
	height: 100%;

	display: none;

	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;

	background-color: rgba(0,0,0,.7);
}
.original{
	width: 1000px;

	display: none;

	position: fixed;
	top:50%;
	left: 50%;
	z-index: 99999;

	transform:translate(-50%,-50%);
}
#mask span{
	position: fixed;
	bottom:6%;
	left: 50%;
	transform:translate(-50%,0);

	font-size: 24px;
	color: #fff;
}
.btn2{
	width: 100px;
	height: 300px;
	font-size: 20px;
	background-color: rgba(0,0,0,.2);
	color: #fff;
	position: fixed;
	top:50%;
	margin-top: -150px;
	cursor: pointer;
	display: none;
	z-index: 99999;
	transition:all .5s;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
}
.btn2:hover{
	background-color: rgba(0,0,0,.8);
}
.Previous{
	left: 50%;
	margin-left: -600px;
	border-radius: 20px 0px 0px 20px;
	background-image: url(../images/back.png);
}
.next{
	right: 50%;
	margin-right: -600px;
	border-radius: 0 20px 20px 0;
	background-image: url(../images/next.png);
}