﻿/*清空默认的样式*/
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}
legend{color:#000}
#yui3-css-stamp.cssreset{display:none}
a{text-decoration: none; color: #999}

/*设置全局样式*/
body{
    font-family: "微软雅黑";
    font-size: 12px;
    color: #999;
    background-color: #f5f5f5;
}



#header{
	display:flex;
	justify-content: center;
        align-items: center;
	width: 100%;
	height: 80px;
	line-height: 80px;
	position: absolute;
	z-index: 999;
	margin: 20px auto;
	border-radius: 30px 30px 30px 30px;
	background-color: rgb(30,250,151);
}
#header .img{
	align-self:center;
vertical-align:middle!important;
	font-line:0.6rem;
	color:white;
	font-size:1.2rem;

}

#header .img img{
	width: 144px;
}


#header ul li{
	float: left;
	margin-right: 21px;
	font-size: 16px;
	height: 80px;
	line-height: 80px;
}
/*sign*/
#header ul li:nth-child(1) a{
	color: white;
}


nav{
	margin-left: 40px;
}

#header nav{
	float: left;
}
video{
	width: 100%;
}

#header #line1{
	position: absolute;
	bottom: 1px;
	left: 50%;
	margin-left: -47.5%;
	background-color: #999;
	height: 1px;
	width: 95%;
}


/*content*/
#content{
	position: relative;
	z-index: 998;
}
#content #warp{
	position: absolute;
	width: 710px;
	height: 265px;
	left: 50%;
	bottom: 44%;
	margin-left: -355px;
	text-align: center;
}

#content #warp .circle1{
	position: absolute;
	top: 0;
	left: 0;
}

#content #warp .word{
	margin-top: 100px;
	margin-left: 0px;
}

#content #warp .circle2{
	position: absolute;
	right: -40px;
	bottom: -8px;
	transform: scale(0.4) rotate(180deg);
}

#content #warp p{
	margin-top: 25px;
	color: white;
	font-size: 18px;
}

/*main*/
#mainOut{
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#mainOut .pic1{
	position: absolute;
	width: 300px;
	right: -60px;
	top: -60px;
}
#mainOut .pic2{
	position: absolute;
	width: 400px;
	left: -120px;
	top: 684px;
}
#mainOut .pic3{
	position: absolute;
	width: 280px;
	right: -100px;
	top: 1204px;
}
#mainOut .pic4{
	position: absolute;
	width: 330px;
	left: -60px;
	top: 1744px;
}
#main{
	padding-top: 82px;
	margin: 0 auto;
	width: 1360px;
	height:1656px;
	color: #444;
	overflow: hidden;
}


#main .imgLeft{
	position: relative;
	height: 414px;
	margin-bottom: 20px;
}

#main .imgLeft img{
	height: 100%;
	float: left;
}


#main .imgLeft .right{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -70px;
	height: 414px;
	width: 30%;
	font-size: 15px;
}


#main .imgLeft .right span{
	font-family: "黑体";
	font-size: 28px;
	font-weight: bold;
	color: black;
}



#main .imgRight{
	position: relative;
	height: 414px;
	margin-bottom: 20px;
}

#main .imgRight img{
	height: 100%;
	float: right;
}


#main .imgRight .left{
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -70px;
	height: 414px;
	width: 30%;
	font-size: 15px;
}


#main .imgRight .left span{
	font-family: "黑体";
	font-size: 28px;
	font-weight: bold;
	color: black;
}
/*mainPlayer*/

#mainPlayer{
	position: relative;
	margin-top: 200px;
	height: 480px;
	background-color: #eee;
	margin-bottom: 100px;
}


#mainPlayer ul{
	position: absolute;
	width: 90%;
	height: 214px;
	left: 50%;
	top: 26%;
	margin-left: -45%;

	display: flex;
	justify-content:space-between;
}
#mainPlayer ul li{
	float: left;
	height: 214px;
	width: 429px;
	background-color: black;
	text-align: center;
}

#mainPlayer ul li div:nth-child(1){
	box-sizing:border-box;
	position: absolute;
	padding-top: 70px;
	height: 214px;
	width: 429px;
	z-index: 999;
}
#mainPlayer ul li div:nth-child(1):hover img{
	opacity: 0.5;
}


#mainPlayer ul li>img{
	width: 100%;
	opacity: 0.7;
}
#mainPlayer ul li>p{
	color:black;
	font-size: 19px;
	font-weight: bold;
}


/*mainBottom*/
#mainBottom img{
	width: 100%;
}

body{
	background-color: #fff;
}

html{
}

#container{
	width: 100%;
	overflow: hidden;
}
#headerOut{

}

/*footer*/

#footer{
	margin-top: -20px;
}
#mark{

	background-color: #3d3d42;
	height: 300px;
	text-align: center;
	padding-top: 50px;
}

#mark .mark-pic{
}

#mark>img{
	display: block;
	width: 80px;
	margin:0 auto;
	margin-top: 30px;
}

#mark .other{
	width: 120px;
	margin:0 auto;
	padding-left: 28px;
	margin-top: 30px;
}
#mark .weibo{
	float: left;
}


/*locationCopyRight*/

#locationCopyRight{
	height: 80px;
	background-color: #323337;
	color: white;
	line-height: 30px;
	padding-top: 20px;
	margin-top: 30px;
}