/*初始化样式*/
*{
	margin: 0;
	padding: 0;
}

html,body{
	 font-family:"微软雅黑"
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:none;
	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-weight:normal;
    font-family:"微软雅黑"
} 

a{
	display: black;
	text-decoration: none;
}
body a:hover{
	display: block;
	color: red;
	text-decoration: none;
}
input,textarea{
	background: transparent;
	border: none;
	outline:none;
}
.clear{clear:both;}
.clear::before,
.clear::after{
    content: "";
    display: block;
    height: 0;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}


/*html5*/
article,aside,dialog,footer,header,section,nav,figure,menu{display:block}
/*头部*/
.head{
	width:100%;
	height: 1120px;
	background: url(../img/_01.jpg) center no-repeat;
}
body {
	height: 100%
}


.head .header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 3;
	border-bottom: 1px solid #72b9c3;
	background: #fff;
	height: 60px
}

.head .header .header-body {
	min-width: 875px;
	max-width: 1366px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	height: 60px;
	line-height: 60px;

}

.mosover-uls{
    position: absolute;
    left: 32px;
    top: 60px;
    width: 90px;
     display: none; 
    background: #4cc2d7;
}
.mosover-uls li{
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.mosover-uls li a{
	color: #ffffff;
}

.head .header .logo {
	float: left;
	width: 80px;
	margin-left: 160px;
	display: inline-block;
	vertical-align: middle
}
.head .header .logo img{
	width: 80px;
	height: auto;
}

.head .header .menu {
	vertical-align: middle;
	display: inline-block;
	height: 60px;
	line-height: 60px;
}

.head .header .user-menu>.user-hover,.container .header .user-menu>a {
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	line-height: 30px;
	padding: 0 20px
}
.menu-news{
	position: relative;
}
.head .header .menu>ul>li{
	float: left;
    display: block;
   
}
.head .header .menu>ul>li>a {
	display:block;
	color: #fff;
	font-size: 18px;
	margin-left: 40px
}

.head .header .menu>ul>li>a:hover{
	color:#8eddd7;
}

.head .header .menu>ul>li>a.active {
	color: #72b9c3
}
.abc .header {
	padding-top: 34px;
	transition: all ease-in-out 300ms;
	background: 0 0;
	border: none
}
.abc .header.scrollDown {
	padding-top: 0;
	background:  #52c2da;
	border: 1px solid #72b9c3;
}

 .abc .header.scrollDown .menu>a {
	color: #6f6f6f
}

 .abc .header.scrollDown .menu>a.active {
	color: #72b9c3
}

.abc .header.scrollDown .logo {
	width: 80px;
	height: 60px;
	transition: all ease-in-out 300ms;
	/*background: url(../img/beijing.png) center no-repeat;*/
	background-size: 100%
}

.abc .header.scrollDown .user-menu>a {
	color: #6f6f6f
}
.pl{
	width:1000px;
	margin: 0 auto;
	height: 600px;
	padding-top:150px;
	text-align: center;
}
.pl h1{
	 font-size: 38px;
}
.pl h2{
	 font-size: 22px;
     margin-top: 10px;
}
.pl img{
	margin-top: 16px;
}

.p2{
	width:1000px;
	margin: 0 auto;
	height: 600px;
	padding-top:150px;
	text-align: center;
}
.p2 h1{
	 color: #fff;
	 font-size: 38px;
}
.p2 h2{
	color: #fff;
    font-size: 20px;
    margin-top: 8px;
}
.p3 h1{
	font-size: 38px;
}
.p3 h3{
	font-size: 20px;
	margin:6px;
}
#index_video{
	border:10px solid #72B9C3;
	border-radius: 10px;
	width: 800px;
    height: 600px;
    margin-top: -5px;
}
/*二维码*/
.code{
	width:100%;
	height: 856px;
	background: url(../img/_02.jpg) center no-repeat;
}
/*内容*/
.conter{
	width:100%;
	height: 1630px;
	box-sizing: border-box;
	position: relative;
	background: url(../img/3.png) center no-repeat;
}
.conter .p3{
	width:1000px;
	margin: 0 auto;
	height: 600px;
	padding-top:400px;

 
}
.p3-p span{
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 29px;
    left: 16px;
}
.conter .p3 .p3-text{
	width:1000px;
	text-align: center;
	position: absolute;
	top: 10px;
}
.conter .p3 ul{
	overflow: hidden;
}
.conter .p3 li{
	width: 32%;
	float: left;
	margin: 0.5%;
	height:394px

}

.conter .p3 li img{
	display: block;
    cursor: pointer;
    transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}

.conter .p3 li img:hover{
	transform: scale(1.4);
	-ms-transform: scale(1.4);; 	/* IE 9 */
	-moz-transform: scale(1.4);; 	/* Firefox */
	-webkit-transform: scale(1.4);; /* Safari 和 Chrome */
	-o-transform: scale(1.4);; 
}
.conter .p3-img{
	width: 322px;
	height: 266px;
	overflow: hidden;
	border-radius:15px 15px 0 0 ;
}
.conter .p3-p{
	height:125px;
	background: #e9e9e9;
	border-radius: 0 0 15px 15px;
	
}
.conter .p3-p p:nth-child(1){
	
	text-indent:2em;
}
.conter .p3-p p{
	padding: 2px;
	text-indent:1em;
	position: relative;
	text-align: left;
	padding-top: 24px;

}
.conter .p3-p a {
	display: inline-block;
    text-decoration: none;
    color: black;
    padding: 0 10px;
    text-indent: 0.4em;
    margin-top: 3px;
    line-height: 25px;
}
/*底部*/
.button{
	width:100%;
	height: 713px;
	position: relative;
	background: url(../img/5.png) center no-repeat;
}
.copyright {
	background: #daeff2;
	color: #a4a4a4;
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%
}
.copyright  span {
	display: inline-block;
}
.copyright  span a{
	color: #a4a4a4;
	text-decoration: none;
}
.copyright  span a:hover{
	color: red;
}
.copyright p{
	margin: 20px;
}
