@charset "utf-8";

/* CSS Document */
html{
	height: 100%;
}
body {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #f5f5f5;
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	line-height: 25px;
	height: 100%;
}

html body img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

body li {
	list-style-type: none;
}

body p {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

body a {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-family: "微软雅黑";
}

body a:hover {
	font-size: 14px;
	color: #ff7f21;
	text-decoration: none;
	font-family: "微软雅黑";
}
/**
 * main
 */
.wrap{
	min-height: 100%;
}
.main_body{
	 padding-bottom: 80px;
}
/*top*/
.top_bg {
	background-color: #fff;
	height: 0px;
	min-width: 1200px;
    width: 100%;
}

.top {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
}
.logo {
	margin: 0px;
	float: left;
	width: 220px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
}

.nav {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 720px;
}


/*nav*/

#nav {
	height: 90px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav .mainlevel {
	float: left;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #fff;
	margin-right: 1px;
	text-align: center;
	position: relative;
	padding: 0px;
}

#nav .mainlevel.first:after {
	content: "";
	width: 2px;
	height: 40px;
	background: url(../images/li.png) no-repeat left center;
	/*background-color: #f00;*/
	position: absolute;
	top: 0;
	left: 0;
}

#nav .mainlevel a {
	color: #333333;
	text-decoration: none;
	line-height: 90px;
	display: block;
	text-align: center;
	margin: 0px;
	font-family: "微软雅黑";
	font-size: 18px;
	text-align: center;
	padding-right: 55px;
	padding-left: 55px;
}

#nav .mainlevel a:hover,
.cur {
	color: #ffffff!important;
	text-decoration: none;
	background-color: #ffa421!important;
}

.last {
	background-image: none!important
}

#nav .mainlevel ul {
	display: none;
	position: absolute;
	z-index: 1000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav .mainlevel li {
	width: 182px;
	background-repeat: repeat;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	background-image: none;
	background-color: #0a84d7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav .mainlevel li:hover {
	background-repeat: repeat;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	background-image: none;
	background-color: #014e94;
}

#nav .mainlevel li a {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	display: block;
	background-image: none;
	color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

.last4 {
	border: none!important;
}


/*bottom*/


.bottom_bg {
	background-image: url(../images/black.png);
	background-repeat: repeat;
	background-color: transparent;
	height: 80px;
	min-width: 1200px;
    width: 100%; /*overflow:hidden;*/

}


.bottom {
	min-width: 1200px;
    width: 100%;
	margin: 0px;
	padding-top: 12px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	height:auto;
}

.bottom a {
	color: #fff;
	font-size: 12px;
}

.bottom a:hover {
	color: #ff7f21;
	font-size: 12px;
}

.bottom strong {
	font-size: 12px;
	font-weight: normal;
}


/*main*/

.main {
	width: 1200px;
	padding: 0px;
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.main_l {
	margin: 0px;
	width: 553px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 50%;
	margin-left: 30px;
	margin-top: -234px;
	left: 50%;
	left: auto;
	height: 468px;
}

.main_l img {
	width: 100%;
}

.main_r {
	margin: 0px;
	width: 420px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 50%;
	margin-right: -550px;
	margin-top: -163px;
	right: 50%;
	left: auto;
	height: 327px;
}

@media(max-width:1367px) {
	.main_l {
		margin: 0px;
		width: 470px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		position: absolute;
		top: 50%;
		margin-left: 155px;
		margin-top: -199px;
		left: 50%;
		left: auto;
		height: 398px;
	}
	.main_r {
		margin-right: -495px;
	}
}

.main_r_l {
	float: left;
	width: 212px;
	padding-top: 15px;
}

.main_r_r {
	float: left;
	width: 120px;
	padding-left: 10px;
	padding-top: 15px;
}

#anzhuo {
	background-image: url(../images/anzhuo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 62px;
	width: 212px;
	display: block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#anzhuo:hover {
	background-image: url(../images/anzhuo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 62px;
	width: 212px;
	display: block;
}

#pingguo {
	background-image: url(../images/pingguo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 62px;
	width: 212px;
	display: block;
}

#pingguo:hover {
	background-image: url(../images/pingguo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 62px;
	width: 212px;
	display: block;
}

.c-main {
	width: 100%;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: left;
}

.c-left {
	margin-left: 0px;	
	margin-top: 0px;	
}

.c-right {
	color: #fff;
	width: 530px;
	padding-left: 70px;
	position: absolute;
	height: 356px;
	top: 50%;
	margin-top: -178px;
	left: auto;
	margin-left: 600px;
}

.c-right h1 {
	font-size: 50px;
	line-height: 88px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding-right: 20px;
	font-weight: bold;
}

.c-right h2 {
	font-size: 32px;
	line-height: 48px;
}

.h21 {
	margin-top: 10px;
}

.c-bottom {
	margin-top: 30px;
}

.c-bottom .an {
	background: url(../images/anzhuo.png) no-repeat center top;
	height: 62px;
	width: 212px;
	display: block;
	transition: 0s all;
}

.c-bottom .an:hover {
	background: url(../images/anzhuo.png) no-repeat center bottom;
}

.c-bottom .ios {
	background: url(../images/pingguo.png) no-repeat center top;
	height: 62px;
	width: 212px;
	display: block;
	transition: 0s all;
	margin-top: 7px;
}

.c-bottom .ios:hover {
	background: url(../images/pingguo.png) no-repeat center bottom;
}

.c-bright {
	margin-left: 23px;
}