* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #0568c3;
	font-size: 15px;
	color: #ffffff;
}

.header-lef {
	float: left;
}

.header-rig {
	float: right;
}

.header-rig input {
	width: 90px;
	height: 20px;
	border: solid 1px #ffffff;
	outline: none;
	margin-left: 10px;
	margin-right: 12px;
}

.header-rig span {
	width: 47px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	color: #0568c3;
}

/* logn */
.logn {
	width: 100%;
	height: 250px;
	background: url(../img/bg.png) no-repeat center;
	background-size: cover;
}

.logn-main {
	height: 100%;
}

.logn-main>img {
	float: left;
	margin-top: 95px;
	transform: translateY(-50%);
}

.logn-main>.logn-main-right {
	float: right;
	font-size: 14px;
	margin-top: 95px;
	transform: translateY(-50%);
}


.logn-main-right>div:nth-of-type(1) {
	width: 341px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	border: solid 1px #0568c3;
	box-sizing: border-box;
	position: relative;
}

.logn-main-right>div:nth-of-type(1) img {
	position: absolute;
	width: 24px;
	height: 26px;
	top: 5px;
	right: 18px;
}

.logn-main-right>div:nth-of-type(1) img:hover{
		cursor: pointer;
	}

.logn-main-right .quan {
	display: inline-block;
	width: 82px;
	height: 100%;
	background-color: #0568c3;
	text-align: center;
	color: #ffffff;
}

.logn-main-right input {
	outline: none;
	margin-left: 14px;
	border: none;
}

.logn-main-right>div:nth-of-type(2) {
	color: #0568c3;
	margin-top: 15px;
}
.logn-main-right>div:nth-of-type(2) a{
    color: #0568c3;
}

.logn-main-right>div:nth-of-type(2) span {
	margin-left: 10px;
}

/* nav */
.nav {
	box-sizing: border-box;
	height: 45px;
	/* ie渐变 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65a7fb', endColorstr='#227cee', GradientType=0);
	/* ie渐变 */
	background-image: linear-gradient(0deg,
			#227cee 0%,
			#65a7fb 100%),
		linear-gradient(#0568c3,
			#0568c3);
	margin-top: -65px;
}

.nav a {
	float: left;
	text-align: center;
	display: block;
	;
	width: 150px;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}

.dao {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #333333;
}

.dao a {
	color: #333333;
}

.wordM {}

.wordM:after {
	content: '';
	display: block;
	clear: both;
}

.word-lef {
	/* border: 1px solid red; */
	box-sizing: border-box;
	float: left;
	width: 65%;
	color: #333333;
}

.h1 {
	text-align: center;
}

.h3 {
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
	text-align: center;
}

.word-lef-main {
	margin-top: 30px;
}

.word-rig {
	box-sizing: border-box;
	float: right;
	width: 30%;
}

.word-rig-box1>div:nth-of-type(1) {
	height: 40px;
	line-height: 40px;
	position: relative;
}

.word-rig-box1 i {
	position: absolute;
	top: 50%;
	left: 6.5em;
	display: block;
	width: 65%;
	height: 10px;
	margin-top: -5px;
	background-color: #e5e5e5;

}

.box1-main ol li {
	list-style-type: disc;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box1-main {}

.box1-main a {
	display: block;
	margin-top: 10px;
	color: #333333;
	font-size: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
}

.word-rig-box2 {
	margin-top: 40px;
}

.word-rig-box2>div:nth-of-type(1) {
	height: 40px;
	line-height: 40px;
	position: relative;
}

.word-rig-box2 i {
	position: absolute;
	top: 50%;
	left: 6.5em;
	display: block;
	width: 65%;
	height: 10px;
	margin-top: -5px;
	background-color: #e5e5e5;

}

.word-rig-box2 img {
	margin-top: 20px;
	width: 100%;

}

.word-rig-box2 p {
	line-height: 36px;
	font-size: 20px;

}

.word-rig-box2 p:nth-of-type(1) {
	margin-top: 20px;
}

.footer {
    border-top: 4px solid #0568c3;
	margin-top: 70px;
	width: 100%;
	height: 200px;
	line-height: 35px;
	background-color: white;
	text-align: center;
	color: #333333;
	overflow: hidden;
	position: relative;
}


.footer-main {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

a:hover {
	color: #0568c3;
}
