﻿*{
	margin: 0;
	list-style: none;
	padding: 0;
}
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.clearfix {
	zoom: 1
}
a{
	text-decoration: none;
	color: #333;
}
i{
	font-style: normal;
	color: #333;
}
body{
	font-family: "微软雅黑",arial;
}
.header{
	line-height: 77px;
	position: fixed;
	z-index: 1111;
	color: #fff;
	background: #12a6ee;
	width: 100%;
}

.navbar{
	width: 1200px;
	margin: auto;
}
@media only all and (max-width: 1280px) {
	.navbar{
		width: 1100px;
	}
}
.navbar .logo{
	font-size: 22px;
	color: #fff;
}
.navbar span{
	margin: 0 39px 0 24px;
	cursor: pointer;
}
@media only all and (max-width: 1280px) {
	.navbar span{
	margin: 0 24px;
	}
}
.navbar i{
	font-size: 14px;
	margin-left: 20px;
	color: #fff;
}
.bg_module{
	width: 100%;
	height: 100%; 
	position: relative;
}
.page1 .bg_module{
	background: url(../img/bg0.jpg) no-repeat center center;
}
.page_main{
	position: relative;
	width: 1200px;
	margin: auto;
	height: 100%;
}
@media only all and (max-width: 1280px) {
		.page_main{
		width: 1100px;
	}
}
.page_c{
	position: absolute;
	top: 25%;
}
.page1 .page_c{
	position: absolute;
    top: 34%;
}
.page_about{
	height: 337px;
	width: 1200px;
	margin: auto;
	position: relative;
	/*background: url(../img/bg.png) no-repeat center left;*/
}
@media only all and (max-width: 1280px) {
	.page_about{
		width: 1100px;
	}
}
.page_c .page_about .txt{
	color: #fff;
	float: left;
	letter-spacing: 2px;
	margin-left: 50px;
	margin-top: -3%;
}
.page_c .page_about .txt h1{
	font-weight: 500;
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #fff;
	font-weight: 300;
	line-height: 50px;
}
.page_c .page_about .txt h1 i{
	color: #FFFFFF;
	font-size: 100px;
	position: absolute;
	top: 30px;
}
.page_c .page_about .txt h2{
	font-weight: 100;
	padding-bottom: 50px;
	font-size: 22px;
	text-align: left;
}
.page_c .page_about .txt h2 span{
	padding: 5px 10px;
}
.page_c .page_about .txt h2 .h2_l{
	background: #fff;
	color: #000;
	font-weight: 500;
}
.page_c .page_about .txt h2 .h2_r{
	/*border: 1px solid #fff;*/
	background: rgba(0,0,0,1.0);
}
.page_c .page_about .txt .text{
	line-height: 40px;
	font-size: 17px;
}
.login_box{
	width: 350px;
	height: 337px;
	background: #fff;
	position: absolute;
	right: 0;
	z-index: 99;
}
.login_box .title{
	font-size: 20px;
	color: #666;
	line-height: 60px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	margin: 0 15px 5px 15px;
}
.login_box .item{
	border: 1px solid #e3e3e3;
	width: 270px;
	margin: 25px auto 0;
}
.login_box .tips{
	width: 272px;
	margin: 5px auto;
	font-size: 12px;
	line-height: 23px;
	box-sizing: border-box;
}
.login_box .tips img{
	padding: 3px 10px;
	float: left;
}
.login_box .tips1{
	border: 1px solid #ffe57d;
	background: #fff6d2;	
}
.login_box .tips1 i{
	color: #ff6600;	
}
.login_box .tips2{
	border: 1px solid #faccc6;
	background: #ffebeb;
	display: none;	
}
.login_box .tips2 i{
	color: #e4393c;	
}
.login_box .username{
	margin-top: 0;
}
.login_box .username img{
	display: block;
}
.login_box input{
	border: none;
	box-sizing: border-box;
	padding-left: 10px;
	line-height: 38px;
	height: 38px;
	outline: none;
	width: 222px;
}
.login_box input::-webkit-input-placeholder{
	font-size: 12px;
}
.login_box .lb_f{
	margin: 25px 39px;
	font-size: 12px;
}
.login_box .lb_f a{
	color: #666;
}
.login_box .btn{
	margin: 0 39px;
	color: #FFFFFF;
	background: #12a6ee;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	letter-spacing: 10px;
        cursor:pointer;
}
/*page2*/
.header .nav .curr{
	border-bottom: 3px solid #fff;
	padding-bottom: 18px;
	opacity: 1;
	transition: opacity 1s;
}
.page2 .bg_module{
	background: url(../img/bg1.jpg) no-repeat center center;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.page2 .page_c{
	z-index: 9;
}
.page2 .page_about{
	height: 486px;
}
.page_about .p_title{
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 60px;
}
.page_about .m1{
    width: 580px;
    text-align: center;
}
.page_about .m1 img{
    width: 500px;
}
/*page6*/
.page_about .c_text{
    padding: 0 80px;
    box-sizing: border-box;
    line-height: 42px;
    font-size: 16px;
    width: 620px;
    color: #333;
}
@media only all and (max-width: 1280px) {
	.page_about .c_text{
	    width: 550px;
        padding: 0 50px;
	}
	.page_about .m1{
	    width: 550px;
	}
}
.page_about .c_text b{
    color: #6bcfff;
    font-size: 24px;
    vertical-align: top;
    margin-right: 10px;
}
.page3 .bg_module{
	background: url(../img/bg2.jpg) no-repeat center center;
}
.page4 .bg_module{
	background: url(../img/bg3.jpg) no-repeat center center;
}
.page5 .bg_module{
	background: url(../img/bg4.jpg) no-repeat center center;
}
.page6 .bg_module{
	background: url(../img/bg5.jpg) no-repeat center center;
}
.page6 .page_c{
	top: 20%;
}
.page6 .content li{
	width: 285px;
	height: 100px;
	line-height: 100px;
	margin: 0 20px 20px 0;
	border: 1px solid #e1e1e1;
	float: left;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
}
@media only all and (max-width: 1280px) {
	.page6 .content li{
		width: 263px;
		margin: 0 16px 16px 0;
	}
}
.page6 .content li img{
	width: 220px;
	vertical-align: middle;
}
.page6 .content li:nth-child(4n){
	margin-right: 0;
}
.page6 .footer{
    width: 100%;
    height: 20%;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    margin: 0;
    background: #12a6ee;
    color: white;
    text-align: center;
    line-height: 32px;
    box-sizing: border-box;
}
@media only all and (max-width: 1280px) {
	.page6 .footer{
		font-size: 15px;
		line-height: 26px;
	}
}
.page6 .footer .f_wrap{
	display: table;
	height: 100%;
	width: 1200px;
	margin: auto;
}
.page6 .footer .f_text{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}