﻿@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-size: 12px;
	line-height: 22px;
	font-family: "Microsoft YaHei";
	min-width: 1250px;
}

ul,
li {
	list-style: none;
	margin-bottom: 0;
}

img {
	border: none;
	display: inline-block;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

i {
	font-style: normal;
}

dl,
dd,
p {
	margin-bottom: 0;
}

input,
textarea,
select {
	outline: none;
	font-family: "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	list-style: none;
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.container-fluid:after {
	content: "";
	display: block;
	clear: both;
}

.container:after {
	content: "";
	display: block;
	clear: both;
}

.container {
	width: 1200px !important;
	max-width: 1000% !important;
}

/*导航*/


header {
	height: 70px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
	box-shadow: 0 5px 10px -5px #ccc;
}

.logo {
	float: left;
	margin-top: 10px;
}

.logo img {
	height: 50px;
}

.head_nav {
	float: right;
}

.head_nav ul li {
	height: 70px;
	line-height: 70px;
	float: left;
	text-align: center;
	position: relative;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}

.head_nav ul li a {
	display: block;
	color: #555656;
	font-size: 18px;
	line-height: 70px;
	padding: 0 20px;
}

.head_nav ul li:hover a {
	color: #187ed3;
}

.head_nav ul li span {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 0;
}

.head_nav ul li span i {
	width: 0;
	height: 2px;
	background: #187ed3;
	display: block;
	margin: 0 auto;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.head_nav ul li.active a {
	color: #187ed3;
}

.head_nav ul li.active i {
	background: #187ed3;
	width: 100%;

}





/*banner*/

.banner {
	height: 810px;
	position: relative;
	overflow: hidden;
	background-size: cover !important;
	margin-top: 70px;
}

.banner:after {
	content: "";
	display: block;
	clear: both;
}

.banner_a {
	width: 100%;
	text-align: center;
	margin-top: 42px;
}

.banner_a span {
	display: inline-block;
	font-size: 30px;
	color: #383838;
	line-height: 32px;
	background: #fff;
	border-radius: 10px;
	padding: 13px 30px;
}

.banner_a span i {
	color: #FE0002;
	font-weight: bold;
}

.banner_b {
	width: 100%;
	text-align: center;
	margin-top: 35px;
}

.banner_b span {
	display: inline-block;
	font-size: 70px;
	color: #fff;
	line-height: 90px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0 30px;
}

.banner_c {
	width: 100%;
	font-size: 0;
	margin-top: 38px;
}

.banner_c ul {
	width: 50%;
	display: inline-block;
}

.banner_c ul li {
	background: url(../image/ico_1.png) left center no-repeat;
}

.banner_c ul li span {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-left: 25px;
}

.banner_c ul li span i {
	color: #fcff00;
	margin: 0 5px;
}

.banner_c ul li span .banner_c_dj {
	font-size: 32px;
}

.banner_c_a li {
	margin-left: 120px;
}

.banner_c_b li {
	margin-left: 30px;
}


.banner_d {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.banner_d img {
	max-width: 100%;
}

.banner_e {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.banner_e a {
	display: inline-block;
	width: 308px;
	height: 70px;
	font-size: 36px;
	color: #187ed3;
	line-height: 70px;
	background: #FCFF00;
	border-radius: 40px;
	Margin: 10px;
}

.banner_f {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.banner_f a {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	background: url(../image/ico_2.png) left center no-repeat;
	padding-left: 30px;
}



/*index_a*/
.index_a {
	background: #fff;
	padding-top: 55px;
	padding-bottom: 60px;
	overflow: hidden;
}

.index_a_title {
	width: 100%;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #187ed3;
	line-height: 50px;
	letter-spacing: 3px;
}

.index_a_lb {
	width: 100%;
	margin-top: 35px;
}

.index_a_lb ul {
	width: 100%;
	font-size: 0;
	text-align: left;
}

.index_a_lb ul li {
	padding: 6px 22px;
	display: inline-block;
	background: #F0F0F0;
	margin: 2px;
}

.index_a_lb ul li span {
	color: #4b4b4b;
	font-size: 26px;
	line-height: 38px;
}

.index_a_ico {
	width: 100%;
	margin-top: 45px;
}

.index_a_ico ul {
	width: 100%;
	text-align: center;
	font-size: 0;
}

.index_a_ico ul li {
	display: inline-block;
	margin: 0 10px;
}

.index_a_ico ul li span {
	display: block;
	font-size: 18px;
	color: #ea3122;
	line-height: 22px;
	margin-top: 8px;
}

.index_a_t {
	width: 100%;
	text-align: center;
	margin-top: 38px;
}

.index_a_t span {
	font-size: 50px;
	color: #000;
	line-height: 36px;
}

/*index_b*/
.index_b {
	background: #F7F7F7;
	padding-top: 55px;
	padding-bottom: 92px;
	overflow: hidden;
}

.index_b_title {
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #187ed3;
	line-height: 52px;
	font-weight: bold;
}

.index_b_a {
	width: 100%;
	text-align: center;
	color: #424141;
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
}

.index_b_b {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}

.index_b_c {
	width: 100%;
	padding: 0 12px;
	margin-top: 16px;
}

.index_b_c ul li {
	padding-left: 3px;
	padding-right: 3px;
}

.index_b_div {
	width: 100%;
	border: solid 1px #D9D9D9;
	padding: 10px 12px 10px 12px;
}

.index_b_num {
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #fe8f00;
	line-height: 50px;
	font-style: italic;
}

.index_b_ms {
	width: 100%;
	margin-top: 15px;
}

.index_b_ms span {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	color: #636363;
	line-height: 22px;
}

.index_b_ms span i {
	color: #ff0000;
}

.index_b_ms p {
	font-size: 16px;
	color: #908f8f;
	line-height: 22px;
}

.index_b_d {
	width: 100%;
	text-align: center;
	margin-top: 45px;
}

.index_b_d h2 {
	font-weight: bold;
	font-size: 30px;
	color: #494949;
	line-height: 26px;
	margin-bottom: 14px;
}

.index_b_d p {
	font-size: 20px;
	color: #494949;
	line-height: 32px;
}

.index_b_d span {
	display: block;
	font-size: 20px;
	color: #dd0000;
	line-height: 24px;
	margin-top: 10px;
}

.index_b_d span i {
	display: inline-block;
	background: #DE0000;
	color: #fff;
	padding: 1px 4px;
	border-radius: 5px;
	margin-right: 2px;
}


/*index_c*/
.index_c {
	background: #fff;
	padding-top: 72px;
	padding-bottom: 80px;
	overflow: hidden;
}

.index_c_a {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 20px;
	-o-background: linear-gradient(to right, #FED45C, #FEE5C6, #FED45C);
	-moz-background: linear-gradient(to right, #FED45C, #FEE5C6, #FED45C);
	-ms-background: linear-gradient(to right, #FED45C, #FEE5C6, #FED45C);
	-webkit-background: linear-gradient(to right, #FED45C, #FEE5C6, #FED45C);
	background: linear-gradient(to right, #FED45C, #FEE5C6, #FED45C);
}

.index_c_ewm {
	width: 100%;
	padding-top: 22px;
}

.index_c_ewm ul {
	width: 100%;
	text-align: center;
	font-size: 0;
}

.index_c_ewm ul li {
	display: inline-block;
	margin: 0 15px;
}

.index_c_ewm ul li span {
	display: block;
	font-size: 20px;
	color: #373737;
	line-height: 24px;
	margin-bottom: 8px;
}

.index_c_by {
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-top: 20px;
}

.index_c_by span {
	display: inline-block;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
	margin: 0 12px;
}

.index_c_colorA {
	color: #dd0000;
}

.index_c_colorB {
	color: #000000;
}

.index_c_c {
	width: 96%;
	margin: 0 auto;
	border-top: solid 1px #000;
	padding-top: 8px;
}

.index_c_c span {
	display: block;
	font-size: 22px;
	color: #000;
	line-height: 24px;
}

.index_c_c .index_c_url {
	display: inline-block;
	background: #FF4900;
	margin-top: 15px;
	padding: 8px 18px;
	border-radius: 4px;
}

.index_c_c .index_c_url ul li {
	font-size: 20px;
	line-height: 24px;
	background: url(../image/ico_2.png) left center no-repeat;
	padding-left: 30px;
}

.index_c_c .index_c_url a {
	color: #fcff00;
}

.index_c_c .index_c_url:hover {
	opacity: 0.9;
}

.index_c_b {
	padding-top: 42px;
}

.index_c_bt {
	float: left;
	width: 46%;
	text-align: center;
	padding-top: 185px;
}

.index_c_bt p {
	font-size: 36px;
	line-height: 40px;
	color: #2e2b4a;
}

.index_c_bt span {
	display: block;
	font-size: 64px;
	line-height: 50px;
	color: #2e2b4a;
	font-weight: bold;
	margin-top: 25px;
}


.index_c_pic {
	float: right;
	width: 52.75%;
}

.index_c_pic img {
	width: 100%;
}

.index_c_pic_left {
	width: 50%;
	float: left;
}

.index_c_pic_right {
	width: 50%;
	float: right;
}

.index_c_pic .index_c_msa {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.index_c_pic .index_c_msa span {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	display: inline-block;
	padding: 30px 27px;
	border-radius: 6px;
}


.index_c_msa1 {
	background: #9d9d9d;
	padding: 26px 36px;
}

.index_c_msa1 span {
	background: #E8E8E8;
}

.index_c_msa2 {
	background: #C9C9C9;
	padding: 47px 36px;
}

.index_c_msa2 span {
	background: #F3F3F3;
}

.index_c_msa3 {
	background: #9D9D9D;
	padding: 55px 36px;
}

.index_c_msa3 span {
	background: #E8E8E8;
}

.index_c_msa4 {
	background: #6B6B6B;
	padding: 36px;
}

.index_c_msa4 span {
	background: #DDDDDD;
}

.index_c_msa5 {
	background: #303030;
	padding: 57px 36px;
}

.index_c_msa5 span {
	background: #CFCFCF;
}

.index_c_msa6 {
	background: #B9B9B9;
	padding: 35px 36px;
}

.index_c_msa6 span {
	background: #EFEFEF;
}



/*index_d*/
.index_d {
	background: #F7F7F7;
	padding-bottom: 82px;
	overflow: hidden;
}

.index_d_a {
	width: 100%;
	height: 205px;
	background: url(../image/index_d_1.png) top center no-repeat;
	background-size: cover !important;
	padding-top: 25px;
}

.index_d_title {
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #fff;
	line-height: 52px;
	font-weight: bold;
}

.index_d_ms {
	width: 100%;
	text-align: center;
	margin-top: 22px;
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	font-weight: 200;
}

.index_d_b {
	width: 100%;
	margin-top: 58px;
}

.index_d_b_m {
	width: 90%;
	margin: auto;
}

.index_d_b_m ul li {
	border-right: solid 1px #9D9D9D;
}

.index_d_b_m ul li:last-child {
	border: none;
}

.index_d_b_d {
	width: 70%;
	margin: auto;
	border-top: solid 5px #DE0000;
	padding-top: 10px;
}

.index_d_b_d span {
	display: block;
	color: #dd0000;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.index_d_b_d p {
	color: #777676;
	font-size: 16px;
	line-height: 28px;
}

.index_d_c {
	width: 100%;
	padding-top: 110px;
}

.index_d_c_title {
	width: 100%;
	text-align: center;
	font-size: 0;
}

.index_d_c_title span {
	font-size: 48px;
	color: #187ed3;
	line-height: 52px;
	font-weight: bold;
	margin: 0 12px;
}

.index_d_c_ms {
	width: 100%;
	margin-top: 12px;
	text-align: center;
	font-size: 24px;
	color: #000;
	line-height: 32px;
}

.index_d_c_d {
	width: 100%;
	margin-top: 62px;
}

.index_d_c_div {
	width: 100%;
}

.index_d_c_div li {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	padding-right: 18%;
}

.index_d_c_left {
	float: left;
}

.index_d_c_left span {
	display: inline-block;
	font-size: 72px;
	line-height: 80px;
	color: #ff5400;
}

.index_d_c_right {
	width: 86%;
	float: right;
}

.index_d_c_right span {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #187ed3;
	margin-bottom: 5px;
}

.index_d_c_right p {
	font-size: 16px;
	color: #858585;
	line-height: 30px;
}

.index_d_c_pic {
	width: 100%;
	text-align: center;
}

.index_d_c_pic img {
	max-width: 100%;
}

.index_d_by {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	font-size: 24px;
	color: #626262;
	float: left;
}

.index_d_by span {
	line-height: 36px;
}

.index_d_by p {
	color: #ff5400;
	line-height: 36px;
}


/*index_e*/
.index_e {
	padding-top: 85px;
	padding-bottom: 75px;
	background: #FFFFFF;
	overflow: hidden;
}


.index_e_c_div {
	width: 100%;
}

.index_e_c_div li {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-right: 18%;
}


.index_e_c_left {
	float: left;
}

.index_e_c_left span {
	display: inline-block;
	font-size: 48px;
	line-height: 52px;
	color: #ff5400;
}

.index_e_c_right {
	width: 90%;
	float: right;
}

.index_e_c_right span {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #187ed3;
	margin-bottom: 3px;
}

.index_e_c_right p {
	font-size: 16px;
	color: #858585;
	line-height: 30px;
}

.index_e_c_pic {
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.index_e_c_pic img {
	max-width: 100%;
}


/*index_f*/
.index_f {
	padding-top: 72px;
	padding-bottom: 48px;
	background: #F7F7F7;
	overflow: hidden;
}

.index_f_c_div {
	width: 100%;
	padding-top: 50px;
}

.index_f_c_div li {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-right: 18%;
}

.index_f_c_left {
	float: left;
}

.index_f_c_left span {
	display: inline-block;
	font-size: 30px;
	line-height: 36px;
	color: #ff5400;
}

.index_f_c_right {
	width: 92%;
	float: right;
}

.index_f_c_right p {
	font-size: 18px;
	color: #858585;
	line-height: 36px;
}


.index_f_c_pic {
	width: 100%;
	text-align: center;
}

.index_f_c_pic img {
	max-width: 100%;
}


/*index_g*/
.index_g {
	padding-top: 85px;
	padding-bottom: 75px;
	background: #FFFFFF;
}

.index_g_c_div {
	width: 100%;
}

.index_g_c_div li {
	width: 100%;
	float: left;
	margin-bottom: 18px;
	padding-left: 40px;
}

.index_g_c_div li span {
	font-size: 18px;
	color: #696969;
	display: block;
	/* background: url(../image/ico_yd.png) left center no-repeat; */
	padding-left: 30px;
}




/*index_h*/
.index_h {
	padding-bottom: 70px;
	background: #F7F7F7;
	overflow: hidden;
}

.index_h_a {
	width: 100%;
	margin-top: 35px;
	padding-top: 100px;
}

.index_h_c_title {
	width: 100%;
	text-align: center;
	font-size: 0;
}

.index_h_c_title span {
	font-size: 48px;
	color: #187ed3;
	line-height: 52px;
	font-weight: bold;
}

.index_h_b {
	width: 100%;
	margin-top: 36px;
	float: left;
}

.index_h_b ul {
	width: 100%;
}

.index_h_b ul li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.index_h_vs {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/ico_vs.png) center center no-repeat;
}

.index_h_left {
	width: 50%;
	float: left;
	background: #a5daf5;
	text-align: right;
	padding: 15px 46px 15px 20px;
}

.index_h_left span {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	color: #187ed3;
	line-height: 24px;
	font-weight: bold;
}

.index_h_left p {
	font-size: 18px;
	color: #187ed3;
	line-height: 24px;
}

.index_h_right {
	width: 50%;
	float: right;
	background: #E6E6E6;
	text-align: left;
	padding: 15px 20px 15px 46px;
}

.index_h_right span {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	color: #505050;
	line-height: 24px;
	font-weight: bold;
}

.index_h_right p {
	font-size: 18px;
	color: #505050;
	line-height: 24px;
}



/*index_i*/
.index_i {
	background: #fff;
	padding-top: 72px;
	padding-bottom: 100px;
	overflow: hidden;
}

.index_i_list {
	width: 100%;
	margin-top: 48px;
}

.index_i_list ul {
	width: 100%;
	float: left;
}

.index_i_list ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.index_i_pic {
	width: 184px;
	position: relative;
	display: inline-block;
}

.index_i_pic:before {
	content: "";
	width: 10px;
	height: 6px;
	background: #939393;
	position: absolute;
	left: -10px;
	top: 49.5%;
}

.index_i_pic:after {
	content: "";
	width: 4px;
	height: 6px;
	background: #939393;
	position: absolute;
	right: -4px;
	top: 49.5%;
}

.index_i_jt {
	position: absolute;
	right: -37px;
	top: 46%;
	width: 24px;
	height: 20px;
	/* background: url(../image/s_jt.png) center center no-repeat; */
	background-size: 100%;
}

.index_i_ms {
	width: 184px;
	display: inline-block;
	font-size: 16px;
	color: #858585;
	line-height: 28px;
	margin-top: 18px;
}

.index_i_msby {
	float: left;
	width: 100%;
	margin-top: 55px;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	color: #747474;
	clear: both;
}

.index_i_msa {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 110px;
	clear: both;
}

.index_i_msa span {
	display: inline-block;
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	background: #179ce0;
	border-radius: 5px;
	padding: 8px 30px;
}

.index_i_msb {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 32px;
	font-size: 32px;
	color: #24211f;
	line-height: 38px;
}

.index_i_msc {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 55px;
	color: #24211f;
	line-height: 62px;
	font-weight: bold;
	margin-top: 16px;
}

.index_i_msd {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 72px;
}

.top_butt {
	display: none;
}

.action-button {
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	text-align: center;
	margin: 0;
	height: 60px;
}

.index_surl {
	display: inline-block;
	margin: 0 auto;
	top: 1px;
	margin-top: -40px;
	position: relative;
	border-radius: 5px;
	color: #fff !important;

}

.banner_qurl {
	display: inline-block;
	background: #FF4900;
	font-size: 33px;
	color: #fff;
	padding: 30px 90px;
}

#modules-6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#modules-6 .container {
	overflow: inherit;
}

.sec-title-wrap h2 {
	margin: 0;
	font-family: Noto Serif SC, serif;
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 28px;
	line-height: 34px;
}

.sec-title-wrap span {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: .5px;
	font-family: Noto Sans SC, sans-serif;
	font-weight: 300;
	opacity: .8;
}

#modules-7 .j-modules-inner {
	padding: 0 15px;
}

.col-md-6 {
	width: 50%;
}

.modules-image .image-align-center {
	text-align: center;
}

*,
:after,
:before {
	box-sizing: border-box;
}

.sec-title {
	margin: 35px 0;
	text-align: center;
	color: #0d1a26;
}

.modules-desc .about-desc {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
}

#modules-8 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.sec-title-wrap {
	position: relative;
	padding: 0 50px;
	display: inline-block;
}

.sec-title-wrap:after,
.sec-title-wrap:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 120px;
	height: 1px;
	margin: auto;
	background: #0d1a26;
	opacity: .28;
	content: "";
}

.sec-title-wrap:after {
	right: 0;
	left: 100%;
}

#modules-6 .sec-title-wrap:after,
#modules-6 .sec-title-wrap:before {
	background: #fff;
}

.sec-title-wrap {
	position: relative;
	padding: 0 50px;
	display: inline-block;
}

#modules-12 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#modules-14 {
	margin-top: 20px;
	margin-bottom: 0px;
	color: #333333;
}

.cg-list.cg-list-border {
	margin: 0 -8px;
}

.cg-list,
.ig-list {
	padding: 0;
	margin: 0;
	font-size: 0;
	list-style: none;
}

.cg-list.cg-list-border .cg-item {
	padding: 0 8px;
	margin-bottom: 15px;
}

.cg-list .cg-item {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.cg-list.cg-type-1 .cg-item .cg-item-inner {
	background-color: #fff;
	color: #314659;
}

.cg-list.cg-list-border .cg-item-inner {
	border-radius: 5px;
}

.cg-list.cg-type-1 .cg-item .cg-item-inner {
	background-color: #fff;
	color: #314659;
}

.cg-list .cg-item-inner {
	position: relative;
	display: block;
	padding: 30px;
	color: #fff;
	text-align: center;
	background: #08c;
	box-sizing: content-box;
	box-shadow: 0 8px 32px rgba(105, 123, 140, .06);
	transition: all .3s ease-out 0s;
}

.cg-list .cg-item-text p {
	margin: 10px 0 0;
	font-size: 14px;
	opacity: .9;
}


#modules-21 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 20px 0px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding-top: 25px;
	padding-bottom: 25px;
}

#modules-21 .container {
	overflow: initial;
}

#modules-22 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	text-align: center;
}

#modules-22 .sec-title {
	color: #ffffff;
}

#modules-22 .sec-title-wrap:before {
	background-color: #ffffff;
}

#modules-22 .sec-title-wrap:after {
	background-color: #ffffff;
}

#modules-24 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	text-align: center;
}

#modules-24 .sec-title {
	color: #ffffff;
}

#modules-24 .sec-title-wrap:before {
	background-color: #ffffff;
}

#modules-24 .sec-title-wrap:after {
	background-color: #ffffff;
}

#modules-24 .about-desc {
	color: #ffffff;
}

#modules-25 {
	margin-top: 20px;
	margin-bottom: 0px;
}

#modules-26 {
	margin-top: 20px;
	margin-bottom: 0px;
	color: #333333;
}

.cg-list .cg-item-3 {
	width: 33.3333%;
}

.cg-list .cg-item-text h3 {
	margin: 0;
	font-size: 20px;
}

.cg-list .cg-item-text p {
	margin: 10px 0 0;
	font-size: 14px;
	opacity: .9;
}


.site-title {
	margin-top: 120px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.site-title h2 {
	font-weight: normal;
	font-size: 40px;
	font-family: 'microsoft yahei';
	margin-bottom: 25px;
}

.text-green {
	color: #187ed3;
	;
}

.site-title small {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.55);
}

.home-dailai .container {
	overflow: inherit;
}

.home-dailai .dailai-list {
	padding-top: 30px;
}

.home-dailai .dailai-list li {
	text-align: center;
	float: left;
	padding: 20px 0;
	height: 240px;
	width: 33%;
	transition: all .3s linear;
}

.home-dailai .d-icon {
	width: 88px;
	height: 100px;
	margin: 0 auto 20px auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.home-dailai .d-icon.d-icon-1 {
	background-image: url("../image/s1.png")
}

.home-dailai .d-icon.d-icon-2 {
	background-image: url("../image/s2.png")
}

.home-dailai .d-icon.d-icon-3 {
	background-image: url("../image/s3.png")
}

.home-dailai .d-icon.d-icon-4 {
	background-image: url("../image/s4.png")
}

.home-dailai .d-icon.d-icon-5 {
	background-image: url("../image/s5.png")
}

.home-dailai .d-icon.d-icon-6 {
	background-image: url("../image/s6.png")
}

.home-dailai .d-icon.d-icon-7 {
	background-image: url("../image/s7.png")
}

.home-dailai .d-icon.d-icon-8 {
	background-image: url("../image/s8.png")
}

.home-dailai .d-text {
	padding: 0 20px;
	font-size: 13px;
	color: #5e5e5e
}

.home-dailai .dailai-list li:hover {
	box-shadow: 0 3px 32px 8px rgba(32, 110, 225, .3);
}

.btn-wrap {
	text-align: center;
	padding: 30px 0 50px 0;
	position: relative;
	z-index: 1;
	color: #fff;
}

.btn-wrap a {
	color: #fff;
}

/* 常见问题 */
.common-questions {
	min-width: 1200px;
	background-color: #5a5fff;
}

.common-questions .questions-container {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 17px;
}

.common-questions .questions-container>div {
	float: left;
	width: 514px;
	color: #fff;
}

.common-questions .questions-container>div.left-questions {
	padding-left: 70px;
	width: 615px;
}

.common-questions .questions-container>div .question {
	padding-bottom: 60px;
}

.common-questions .questions-container>div .question .question-title {
	font-size: 24px;
	padding-bottom: 9px;
}

.common-questions .questions-container>div .question .question-desc {
	font-size: 16px;
}

.common-questions .questions-container>div .question.pb45 {
	padding-bottom: 45px;
}

.common-questions .questions-container>div .question .question-desc.pb5 {
	padding-bottom: 5px;
}

.common-title.white {
	color: #fff;
}

.common-title {
	font-size: 36px;
	color: #333;
	text-align: center;
	padding-top: 40px;
	width: 1200px;
	margin: 0 auto;
}

#modules-57 {
	margin-bottom: 0px;
	padding: 20px 0 80px 0;
	background-color: #1e73be;
	background-image: -webkit-linear-gradient(0, #1e73be 0%, #1c9ebf 100%);
	background-image: -o-linear-gradient(0, #1e73be 0%, #1c9ebf 100%);
	background-image: -moz-linear-gradient(0, #1e73be 0%, #1c9ebf 100%);
	background-image: linear-gradient(90deg, #1e73be 0%, #1c9ebf 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

}

#modules-58 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

.modules-text p {
	margin-bottom: 15px;
	line-height: 1.8;
}

.vs-container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-top: 23px;
	padding-bottom: 54px;
}

.vs-container .left-box {
	float: left;
	width: 535px;
}

.vs-container .right-box {
	float: right;
	width: 535px;
}

.vs-container>div.left-box {
	color: #de1a0a;
}

.vs-container>div>.vs-title {
	text-align: center;
	color: #ed4d40;
	font-size: 24px;
	padding-bottom: 24px;
}

.vs-container>div>.vs-desc {
	background-color: #187ed3;
	height: 70px;
	padding: 0 18px;
	border: 1px solid #f0f1f1;
	border-bottom: none;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	padding-top: 18px;
	box-sizing: content-box;
}

.vs-container>div.right-box>.vs-title {
	text-align: center;
	font-size: 24px;
	color: #999;
}

.vs-container>div.right-box>.vs-desc {
	color: #999;
	background-color: #fff;
	border: 1px solid #f0f1f1;
	border-bottom: none;
}

.vs-container>.center-box {
	position: absolute;
	top: 16px;
	left: 534px;
	z-index: 9;
}

.vs-container>.center-box div {
	text-align: center;
	width: 130px;
}

.vs-container>.center-box .vs-img img {
	padding-bottom: 9px;
}

.vs-container>.center-box .img-text {
	height: 89px;
	background-color: #fff;
	border: 1px solid #f0f1f1;
	border-bottom: none;
}

.vs-container>.center-box .img-text img {
	padding-top: 12px;
	padding-bottom: 2px;
}

.vs-container>.center-box .box-shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.lqset_floatright {
	position: fixed;
	right: 26px;
	z-index: 200;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lqset_floatright li {
	margin-bottom: 10px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	width: 178px;
	height: 58px;
	line-height: 58px;
	background: -webkit-gradient(linear, left 0, right 0, from(#5583fb), to(#6b31f7));
	border-radius: 29px;
	cursor: pointer;
}

.lqset_floatright .font-span {
	width: 58px;
	height: 58px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	background: -webkit-gradient(linear, left 0, right 0, from(#5583fb), to(#6b31f7));
}

.lqset_floatright .font-a {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 58px;
	text-align: center;
	display: inline-block;
}


#wxd {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#wxd.ad {
	display: flex;
}

#wxd .close {
	font-size: 80px;

	color: #fff;
	opacity: 1;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 98px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}


.lqset_floatright .info {
	position: absolute;
	right: 95px;
	left: auto;
	bottom: 0;
	top: auto;
	background: #fff;
	width: 74px;
	height: 107px;
	color: #787878;
	font-size: 12px;
	text-align: center;
	padding: 10px 15px 15px;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.lqset_floatright .info h3 {
	font-weight: normal;
	font-size: 22px;
	color: #000;
	margin-bottom: 5px
}

.lqset_floatright .info h4 {
	font-weight: normal;
	color: #000;
	font-size: 15px;
	margin-bottom: 12px
}

.lqset_floatright .info p {
	margin-bottom: 5px;
	line-height: 1.75;
}

.lqset_floatright .info .show-kefu .qq {
	padding: 5px 0;
}

.lqset_floatright .info .show-kefu .button {
	display: block;
	background-color: #ff9600;
	color: #fff;
	border-radius: 4px;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	cursor: pointer
}

.lqset_floatright .info .show-kefu .work-day {
	margin-bottom: 5px;
	font-size: 12px;
	color: #999
}

.lqset_floatright .info .show-wx img {
	width: 100%
}

.w-qq:hover .info {
	display: block;
}


.lqset_floatright li .info {
	position: absolute;
	right: 100%;
	top: 0;
	visibility: hidden;
	background: #fff;
	width: 240px;
	height: 260px;
	color: #787878;
	font-size: 14px;
	text-align: center;
	padding: 25px 20px;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.lqset_floatright li .info h3 {
	font-weight: normal;
	font-size: 22px;
	color: #000;
	margin-bottom: 5px
}

.lqset_floatright li .info h4 {
	font-weight: normal;
	color: #000;
	font-size: 15px;
	margin-bottom: 12px
}

.lqset_floatright li .info p {
	margin-bottom: 5px
}

.lqset_floatright li .info .show-kefu .qq {
	padding: 5px
}

.lqset_floatright li .info .show-kefu .button {
	display: block;
	background-color: #ff9600;
	color: #fff;
	border-radius: 4px;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	cursor: pointer
}

.lqset_floatright li .info .show-kefu .work-day {
	margin-bottom: 5px;
	font-size: 12px;
	color: #999
}

.lqset_floatright li .info .show-wx img {
	width: 100%
}

.lqset_floatright li:hover .info {
	visibility: visible
}

.lqset_floatright li .img-wechat {
	height: 110px;
	width: 110px;
	margin-bottom: 12px
}

.lqset_floatright li .img-wechat>img {
	width: 100%;
	height: 100%
}


.lqset_floatright li .img-qq {
	height: 100px;
	width: 100px;
	background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzEwMCcgaGVpZ2h0PScxMDAnPjxwYXRoIGQ9J001MDYuMDU1IDg4MC4xOTNjMCA0My41MDYtNjMuNjE2IDc4Ljc3My0xNDIuMDkgNzguNzczcy0xNDIuMDg5LTM1LjI2OC0xNDIuMDg5LTc4Ljc3MyA2My42MTYtNzguNzczIDE0Mi4wOS03OC43NzMgMTQyLjA4OSAzNS4yNjggMTQyLjA4OSA3OC43NzN6TTY1OS40NCA4MDEuNDJjLTc4LjQ3NCAwLTE0Mi4wOSAzNS4yNjgtMTQyLjA5IDc4Ljc3M3M2My42MTcgNzguNzczIDE0Mi4wOSA3OC43NzMgMTQyLjA5LTM1LjI2OCAxNDIuMDktNzguNzczLTYzLjYxNy03OC43NzMtMTQyLjA5LTc4Ljc3M3onIGZpbGw9JyNGRkM4MTcnPjwvcGF0aD48cGF0aCBkPSdNODI1LjkwNCA1MDIuMzc4cy0xMC43NTMtMTEuMDI0LTIyLjI5NC0yMS4yMjFWMzU1LjIzNWMwLTE2MS4wNTItMTMwLjU1OS0yOTEuNjEtMjkxLjYxMS0yOTEuNjFzLTI5MS42MSAxMzAuNTU4LTI5MS42MSAyOTEuNjF2MTI1LjkyMmMtMTEuNTQgMTAuMTk3LTIyLjI5NCAyMS4yMi0yMi4yOTQgMjEuMjItMTkuMDI1IDI4LjUzOC02NC4yMDggMTAyLjI1OC02NC4yMDggMTcxLjgxNnMxOS4wMjUgODEuNDQ5IDI2LjE2IDgyLjA0NGM2LjYxNiAwLjU1MSAzMS4xMy02LjA2NCA2MC4yNjItNTAuNjU1IDM5LjQyNiAxMzEuMSAxNTQuOTcgMjI2LjAzNyAyOTEuMzkzIDIyNi4wMzcgMTM2LjY0IDAgMjUyLjMzNy05NS4yMzYgMjkxLjU4NC0yMjYuNjU4IDI5LjMxIDQ1LjE1MSA1NC4wMiA1MS44MyA2MC42NjggNTEuMjc2IDcuMTM0LTAuNTk1IDI2LjE1OS0xMi40ODYgMjYuMTU5LTgyLjA0NHMtNDUuMTg0LTE0My4yNzgtNjQuMjA5LTE3MS44MTV6JyBmaWxsPScjMzc0NzRGJz48L3BhdGg+PHBhdGggZD0nTTI5Ny40NTUgNTUyLjMxN2EzNzUuMzU5IDM3NS4zNTkgMCAwIDAtMy40NzMgNTEuMTI5YzAgMTU5LjI0NiA5OS4xOTkgMjg4LjM0IDIyMS41NjcgMjg4LjM0czIyMS41NjctMTI5LjA5NCAyMjEuNTY3LTI4OC4zNGEzNzUuNTIzIDM3NS41MjMgMCAwIDAtMy40NzMtNTEuMTI5SDI5Ny40NTV6IG0xMzcuODUyLTM1NC45MjZjLTMyLjUwNiAwLTU4Ljg1NyAzNS43MzQtNTguODU3IDc5LjgxMyAwIDQ0LjA4IDI2LjM1IDc5LjgxNCA1OC44NTcgNzkuODE0czU4Ljg1OC0zNS43MzQgNTguODU4LTc5LjgxNGMwLTQ0LjA4LTI2LjM1Mi03OS44MTMtNTguODU4LTc5LjgxM3ogbTkuODEgMTEyLjY2Yy0xMS44MiAwLTIxLjQwMy0xNC42MzktMjEuNDAzLTMyLjY5OHM5LjU4Mi0zMi42OTkgMjEuNDAzLTMyLjY5OWMxMS44MiAwIDIxLjQwMiAxNC42NCAyMS40MDIgMzIuNjk5cy05LjU4MiAzMi42OTktMjEuNDAyIDMyLjY5OXogbTE0NS4zNi0xMTIuNjZjLTMyLjUwNyAwLTU4Ljg1OCAzNS43MzQtNTguODU4IDc5LjgxMyAwIDQ0LjA4IDI2LjM1MSA3OS44MTQgNTguODU3IDc5LjgxNHM1OC44NTgtMzUuNzM0IDU4Ljg1OC03OS44MTRjLTAuMDAxLTQ0LjA4LTI2LjM1Mi03OS44MTMtNTguODU4LTc5LjgxM3ogbTkuOTMyIDgyLjc4N2wtMC4wMzEgMC4wMDVjMCAwLjAyMiAwLjAyMyAwLjAzNCAwLjAyMyAwLjA1NiAwIDAuODk2LTAuNzI2IDEuNjIzLTEuNjIzIDEuNjIzLTAuNzM4IDAtMS4yNi0wLjU0NS0xLjQ1NS0xLjIybC0wLjA2MiAwLjAxdjAuMTVjLTMuNzQ5LTkuMzMyLTEwLjM4NC0xNS42MzYtMTguMDgtMTUuNjM2LTcuNjkzIDAtMTQuMzI1IDYuMjk3LTE4LjA3NSAxNS42MjFsLTAuMDU5LTAuMDM3LTAuMDU1LTAuMDEyYy0wLjI2NCAwLjU1OC0wLjcyMyAxLjAwMy0xLjM4IDEuMDAzYTEuNjQ4IDEuNjQ4IDAgMCAxLTEuNjUtMS42NDljMC0wLjAxNiAwLjAxOC0wLjAyNSAwLjAxOC0wLjA0bC0wLjAzNi0wLjAwOWMtMC4wNTgtMC44OTUtMC4xNjYtMS43NjgtMC4xNjYtMi42ODggMC0xOC4wNiA5LjU4Mi0zMi42OTkgMjEuNDAyLTMyLjY5OXMyMS40MDMgMTQuNjQgMjEuNDAzIDMyLjY5OWMwIDAuOTY2LTAuMTExIDEuODg0LTAuMTc0IDIuODIzeicgZmlsbD0nI0ZGRkZGRic+PC9wYXRoPjxwYXRoIGQ9J00yODEuMTg4IDUzNi4yNjZjLTUuMzUgMjYuNzUzLTE2LjY0NiAxNDYuODQ1LTExLjI5NiAxNzMuNTk4czI3Ljg1NSAyMi4yODYgNjAuMDQ2IDIyLjU5MmMzMS4yMTIgMC4yOTcgNjcuNzc1IDguOTE4IDY4LjM3LTMwLjMyIDAuNTk0LTM5LjIzOCAwLjU5NC0xMTYuNTI1IDkuNTEyLTE0NS4wNjIgOC45MTctMjguNTM3LTEyNi42MzItMjAuODA4LTEyNi42MzItMjAuODA4eicgZmlsbD0nI0ZGM0IzMCc+PC9wYXRoPjxwYXRoIGQ9J00yNzQuMDcxIDU5My41ODhsMTI1LjUzOCA0MC41ODZjMS4wOS0zMC44MjEgMy4yOTUtNjEuMzcgOC4yMTEtNzcuMTAxIDguOTE4LTI4LjUzNy0xMjYuNjMyLTIwLjgwOC0xMjYuNjMyLTIwLjgwOC0xLjk0OCA5Ljc0LTQuNjg0IDMxLjg1MS03LjExNyA1Ny4zMjN6JyBmaWxsPScjREQyQzAwJz48L3BhdGg+PHBhdGggZD0nTTUxMi41OTUgNDY3Ljg5NmM5Ny44NDYgMCAxNzcuMTY2LTM1LjY3MiAxNzcuMTY2LTU3LjY2OSAwLTE2LjY0Ni03OS4zMi0zMy44ODgtMTc3LjE2Ni0zMy44ODhzLTE3Ny4xNjYgMTUuNDU4LTE3Ny4xNjYgMzMuODg4YzAgMjAuODA5IDc5LjMxOSA1Ny42NjkgMTc3LjE2NiA1Ny42Njl6JyBmaWxsPScjRkZDODE3Jz48L3BhdGg+PHBhdGggZD0nTTUxNC4zNzggNDg5LjI5OXMxMTIuMzYzIDEuMTkgMjAyLjEzNi0zNi44NmM4OS43NzEtMzguMDUgODguODgtNDIuMzYgOTguNjktNDIuMzYgOS44MDkgMCAyMS40MDIgMTQuMTI0IDI2LjMwNyAzOS42MTIgNC45MDQgMjUuNDg3IDEwLjcwMSA0NS41NTItMTAuMjU2IDU4LjAzOC0yMC45NTYgMTIuNDg0LTE1OC4yOSA5My4xOS0zMTMuMDEzIDkzLjE5aC03LjcyOWMtMTU0LjcyMyAwLTI5Mi4wNTctODAuNzA2LTMxMy4wMTMtOTMuMTlzLTE1LjE2LTMyLjU1LTEwLjI1NS01OC4wMzhjNC45MDQtMjUuNDg4IDE2LjQ5Ny0zOS42MTEgMjYuMzA3LTM5LjYxMXM4LjkxOCA0LjMxIDk4LjY5IDQyLjM1OFM1MTQuMzc3IDQ4OS4zIDUxNC4zNzcgNDg5LjN6JyBmaWxsPScjRkYzQjMwJz48L3BhdGg+PC9zdmc+")
}



.lqset_floatright li .img-wechat,
.lqset_floatright li .img-qq {
	display: block;
	margin: auto
}

.login {
	float: right;
}

.login button {
	font-size: 16px;
	color: #fff;
	height: 28px;
	padding: 0 10px;
	background: #3296fa;
	text-align: center;
	border: 0;
	border-radius: 3px;
	margin: 20px 5px;
}

.login .res-btn {
	background: #fe0000;
}
.qqewm{
	width: 100px;
	margin: auto;
	display: block;
}
.side-left {
    position: fixed;
    top: 50%;
    z-index: 999;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
}

.side-left a {
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 20%);
    display: block;
    margin: 10px 0;
    font-size: 0;
    position: relative;
}
.img_all_100 {
    width: 100%;
    height: 100%;
}
.side-left .bot_tcr {
    left: 100%;
    margin: 0 10px;
    padding: 0;
    position: absolute;
    background: #fff;
    top: 0;
    text-align: center;
    display: none;
}
.bot_tcr img {
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 20%);
    width: 164px;
    height: 164px;
}
.side-left .wx:hover .bot_tcr {
	display: block;
}