@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	/*position: relative;*/
	background: #fff;
	/*background: #f9f9f9;*/
	font-family: "微软雅黑";
	overflow-x: hidden;
}

.header {
	/*background: #000000;*/
	width: 100%;
	line-height: 60px;
	height: 60px;
	position: fixed;
	z-index: 999;
	/*opacity: 0.6;*/
	background: rgba(0, 0, 0, 0.5);
}

.header_content {}

.header_content .logo {
	background: url(../images/logo.png) no-repeat;
	width: 320px;
	height: 50px;
	display: block;
	position: relative;
	top: 20px;
	float: left;
	left: 20px;
}

.header_content .header_menu {
	width: 800px;
	position: absolute;
	right: -135px;
}

.header_content .header_menu ul li {
	float: left;
	list-style: none;
	margin-right: 40px;
}

.header_content .header_menu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}

.header_content .header_menu ul li a:hover {
	border-bottom: 5px solid #2f9ced;
}

.header_content .header_right {
	float: right;
	position: relative;
	right: 20px;
}

.header_content .header_right ul li {
	list-style: none;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}

.header_content .header_right ul li a {
	color: #fff;
	text-decoration: none;
}

.header_content .header_right ul li a.login {
	padding: 5px 20px;
	border: 1px solid #fff;
}

.header_content .header_right ul li a.login:hover {
	background: #2f9ced;
	color: #fff;
}

.header_content .header_right ul li a.register {
	padding: 5px 10px;
	background: #2f9ced;
	border: 1px solid #2f9ced;
}

.header_content .header_right ul li a.register:hover {
	background: #fff;
	color: #2f9ced;
}

.p_index {
	position: relative;
	width: 100%;
	/*overflow:hidden;*/
}

.m_jquery_slide .content {
	overflow: hidden;
	position: relative;
	height: 630px;
	background: #0061c2;
}

.m_jquery_slide .content .item {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.m_slider .m_jquery_slide li {
	position: relative;
	list-style: none;
}

.m_slider .m_jquery_slide li span,
.m_slider .m_jquery_slide li a {
	display: block;
	overflow: hidden
}

.m_slider .m_jquery_slide img {
	width: 1920px;
	height: 630px;
}

.m_slider .m_jquery_slide .content area {
	cursor: pointer
}

.index {
	position: absolute;
	left: 0;
	top: 560px;
	text-align: center;
	z-index: 3;
	width: 100%
}

.m_jquery_slide .index a {
	width: 50px;
	height: 10px;
	background: #014188;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	cursor: pointer;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
	overflow: hidden
}

.m_jquery_slide .index a:hover,
.m_jquery_slide .index a.selected {
	background: #22b4f1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

/*.content_1{height: 150px;background:#DEDFE1;}*/
.content_1_margin {
	width: 1200px;
	margin: 0 auto;
}

.content_1_margin .content_1_info {
	display: inline-block;
	width: 290px;
	height: 150px;
	cursor: pointer;
}

.content_1_margin .down {
	background: url(../images/down.png) no-repeat;
	border-right: 1px solid #cbccce;
}

.content_1_margin .handbook {
	background: url(../images/handbook.png) no-repeat;
	border-right: 1px solid #cbccce;
}

.content_1_margin .question {
	background: url(../images/question.png) no-repeat;
	border-right: 1px solid #cbccce;
}

.content_1_margin .support {
	background: url(../images/support.png) no-repeat;
}

.content_1_margin .down:hover {
	background: url(../images/down_hover.png)
}

.content_1_margin .handbook:hover {
	background: url(../images/handbook_hover.png)
}

.content_1_margin .question:hover {
	background: url(../images/question_hover.png)
}

.content_1_margin .support:hover {
	background: url(../images/support_hover.png)
}

.content_2 {
	/*height: 500px;*/
	background: #f8fbff;
}

.content_2_margin {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.content_2_margin .content_2_img {
	width: 811px;
	height: 355px;
	background: url(../images/content_2_img.png) no-repeat;
	position: absolute;
	top: 50px;
}

.content_2_margin .content_2_info {
	position: absolute;
	right: 0px;
	top: 120px;
}

.content_2_margin .content_2_info span {
	font-size: 28px;
	color: #005fd5;
}

.content_2_margin .content_2_info div {
	width: 510px;
	border: 1px solid #cccccc;
	position: relative;
	top: 20px;
}

.content_2_margin .content_2_info p {
	font-size: 20px;
	color: #333;
	width: 510px;
	position: relative;
	top: 40px;
}

.content_2_margin .content_2_info a {
	text-decoration: none;
	font-size: 20px;
	color: #005fd5;
	border: 1px solid #005fd5;
	border-radius: 5px;
	padding: 5px 10px;
	background: #fff;
	position: relative;
	top: 100px;
}

.content_2_margin .content_2_info a:hover {
	background: #005fd5;
	color: #fff;
}

/*.content_3{height: 500px;background:#0b5fd3;}*/
.content_3_margin {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.content_3_margin .content_3_img {
	width: 983px;
	height: 392px;
	background: url(../images/content_3_img.png) no-repeat;
	position: absolute;
	right: -80px;
	top: 50px;
}

.content_3_margin .content_3_info {
	position: absolute;
	top: 120px;
}

.content_3_margin .content_3_info span {
	font-size: 28px;
	color: #fff;
}

.content_3_margin .content_3_info div {
	width: 510px;
	border: 1px solid #fff;
	position: relative;
	top: 20px;
}

.content_3_margin .content_3_info p {
	font-size: 20px;
	color: #bbd9fe;
	width: 510px;
	position: relative;
	top: 40px;
}

.content_3_margin .content_3_info a {
	text-decoration: none;
	font-size: 20px;
	color: #005fd5;
	border: 1px solid #005fd5;
	border-radius: 5px;
	padding: 5px 10px;
	background: #fff;
	position: relative;
	top: 100px;
}

.content_3_margin .content_3_info a:hover {
	background: #005fd5;
	color: #fff;
	border: 1px solid #fff;
}

.content_4 {
	/*height: 500px;*/
	background: #f8fbff;
}

.content_4_margin {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.content_4_margin .content_4_img {
	width: 795px;
	height: 385px;
	background: url(../images/content_4_img.png) no-repeat;
	position: absolute;
	top: 50px;
}

.content_4_margin .content_4_info {
	position: absolute;
	right: 0px;
	top: 120px;
}

.content_4_margin .content_4_info span {
	font-size: 24px;
	color: #005fd5;
}

.content_4_margin .content_4_info label {
	font-size: 32px;
	color: #005fd5;
	font-weight: 700;
}

.content_4_margin .content_4_info div {
	width: 510px;
	border: 1px solid #cccccc;
	position: relative;
	top: 20px;
}

.content_4_margin .content_4_info p {
	font-size: 20px;
	color: #333;
	width: 510px;
	position: relative;
	top: 40px;
}

.content_4_margin .content_4_info a {
	text-decoration: none;
	font-size: 20px;
	color: #005fd5;
	border: 1px solid #005fd5;
	border-radius: 5px;
	padding: 5px 10px;
	background: #fff;
	position: relative;
	top: 100px;
}

.content_4_margin .content_4_info a:hover {
	background: #005fd5;
	color: #fff;
}

.content_5 {
	background: #fff;
	/*height: 375px;
	background:#edeef0;*/
}

.content_5_margin {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.content_5_margin .content_5_img {
	width: 1200px;
	height: 375px;
	background: url(../images/content_5_img.png) no-repeat;
	background-position: center;
	position: absolute;
}

.content_5_margin .content_5_info {
	width: 1200px;
	height: 118px;
	position: relative;
	margin-top: 180px;
}

.content_5_margin .content_5_info .info {
	text-align: center;
	width: 200px;
	height: 118px;
	color: #fff;
	font-size: 28px;
}

.content_5_margin .content_5_info .info_1 {
	cursor: pointer;
	position: absolute;
	left: 0px;
	background: url(../images/info_1.png);
}

.content_5_margin .content_5_info .info_2 {
	cursor: pointer;
	position: absolute;
	left: 280px;
	background: url(../images/info_2.png);
}

.content_5_margin .content_5_info .info_3 {
	cursor: pointer;
	position: absolute;
	right: 0px;
	background: url(../images/info_3.png);
}

.content_5_margin .content_5_info .info_1:hover {
	background: url(../images/info_1_hover.png);
}

.content_5_margin .content_5_info .info_2:hover {
	background: url(../images/info_2_hover.png);
}

.content_5_margin .content_5_info .info_3:hover {
	background: url(../images/info_3_hover.png);
}


/*.content_6{height: 325px;background:#2974e1;}*/
.content_6_margin {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.content_6_margin .content_6_img {
	width: 890px;
	height: 325px;
	background: url(../images/content_6_img.png) no-repeat;
	position: absolute;
	left: 155px;
}

.content_6_margin .content_6_info {
	text-align: center;
	width: 400px;
	height: 300px;
	position: relative;
	top: 20px;
	left: 240px;
}

.content_6_margin .content_6_info .span_name {
	font-size: 32px;
	color: #fff;
	position: relative;
	top: 40px;
}

.content_6_margin .content_6_info input {
	width: 320px;
	height: 40px;
	border-radius: 5px;
	border: 0;
	text-indent: 10px;
	position: relative;
	top: 50px;
}

.content_6_margin .content_6_info a.link {
	color: #fff;
	font-size: 15px;
	position: relative;
	top: 65px;
}

.content_6_margin .content_6_info a.regBtn {
	background: #0d60d6;
	text-decoration: none;
	padding: 10px 130px;
	color: #fff;
	font-size: 15px;
	border: 1px solid #fff;
	position: relative;
	top: 90px;
}

.content_6_margin .content_6_info a.regBtn:hover {
	background: #2974e1;
	color: #fff;
}

.content_7 {
	height: 200px;
	background: #e6e4e5;
}

.content_7_margin {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-top: 40px;
}

.content_7_margin ul li {
	list-style: none;
}

.content_7_margin .content_list_1 {
	position: absolute;
	left: 220px;
}

.content_7_margin .content_list_2 {
	position: absolute;
	left: 460px;
}

.content_7_margin .content_list_3 {
	position: absolute;
	left: 700px;
}

.content_7_margin .content_list_1 ul li.first,
.content_7_margin .content_list_2 ul li.first,
.content_7_margin .content_list_3 ul li.first {
	font-size: 20px;
	color: #333;
}

.content_7_margin .content_list_3 ul li.first select {
	height: 25px;
	border-radius: 5px;
	position: relative;
	bottom: 2px;
}

.content_7_margin .content_list_1 ul li,
.content_7_margin .content_list_2 ul li,
.content_7_margin .content_list_3 ul li {
	font-size: 16px;
	height: 27px;
	line-height: 27px;
	color: #666666;
	cursor: pointer;
}

.content_7_margin .content_list_1 ul li:hover,
.content_7_margin .content_list_2 ul li:hover,
.content_7_margin .content_list_3 ul li:hover {
	color: #000
}

.content_6 {
	background: #1392ff;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #1392ff;
	z-index: 1300;
	/*width: 100%;
	background: #e7e6e6;
	line-height: 60px;
	height: 60px;position:
	relative;
	border-top:1px solid #ccc;
	color:#999;font-size: 14px;*/
}

.footer_content {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #0081f1;
	z-index: 1200;
}



.header_list {
	background: #0946ab;
	width: 100%;
	line-height: 70px;
	height: 70px;
	position: relative;
	z-index: 999;
}

.header_content .logo_list {
	background: url(../images/logo_list.png) no-repeat;
	width: 320px;
	height: 50px;
	display: block;
	position: relative;
	top: 16px;
	float: left;
	left: 20px;
}

.list {
	min-height: 88.5%;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.list_margin {
	max-width: 1400px;
	height: 100%;
	/*	height: 680px;*/
	margin: 0 auto;
	position: relative;
	/*background: url(../images/list_bg.png);*/
	/*opacity: 0.6;*/
	/*padding-top: 20px;*/
}

.list_info ul li:first-child {
	list-style: none;
}

.list_info ul li {
	list-style-position: inside;
	color: #333030;
	/*border-bottom: 1px solid #e8e4e4;*/
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
	margin: 3px 10px;
}

.list_info ul li:hover {
	color: #0045ab;
}

.list_info ul li span.right {
	float: right;
}

.list_info ul li span.left_title {
	font-size: 20px;
	color: #0146ad;
}

.list_info ul li span.right_title {
	font-size: 16px;
	color: #666666;
}
