﻿body {
	font-family: "Microsoft Yahei";
	text-align: center;
	font-size: 14px;
	color: #5B5B5B;
	padding: 0;
	margin: 0;
}

input,
textarea,
select {
	font-family: "Microsoft Yahei";
	color: #5B5B5B;
	font-size: 14px;
}

.header {
	width: 100%;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.banner img {
	width: 100%;
	height: auto;
}

.header .head {
	width: 96%;
	margin: 0px auto;
	max-width: 1200px;
	height: 92px;
	text-align: left;
}

.head .logo {
	width: 174px;
	height: 45px;
	float: left;
	margin-top: 22px;
}

.head .logo img {
	width: 192px;
	height: 57px;
	vertical-align: top;
}

.head .nav {
	width: 750px;
	float: left;
	margin-left: 90px;
	text-align: left;
}

.head .nav li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 89px;
	border-bottom: 3px solid #fff;
	line-height: 89px;
	margin-right: 13px;
}

.head .nav li a {
	font-size: 16px;
	color: #000;
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 89px;
	line-height: 89px;
	padding: 0px 27px;
}

.head .nav li.now {
	border-bottom: 3px solid #98A0D0;
	background: #ffffff;
}

.head .nav li.now a {
	color: #000;
}

.head .search {
	width: 135px;
	height: 27px;
	background: #EEEEEE;
	float: right;
	border-radius: 27px;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	position: relative;
	margin-top: 27px;
}

.head .search .text {
	width: 105px;
	height: 21px;
	line-height: 21px;
	position: absolute;
	left: 4px;
	top: 3px;
	padding: 0px 5px;
	border: 0px;
	background: none;
}

.head .search .btn {
	width: 30px;
	height: 27px;
	background: url(../img/s_btn.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	border: 0px;
	z-index: 99;
}

.head .nav_m {
	display: none;
	position: relative;
	width: 100%;
}

.nav_m .n_icon {
	display: block;
	width: 22px;
	height: 18px;
	background: url(../img/nav_ico.png) no-repeat;
	position: absolute;
	right: 10px;
	top: -50px;
	z-index: 9999;
	cursor: pointer;
}

.nav_m ul {
	width: 100%;
	border-top: 1px solid #000000;
	display: none;
}

.nav_m ul li {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px dashed #ddd;
}

.nav_m ul li a {
	display: block;
	width: 94%;
	height: 38px;
	line-height: 38px;
	padding: 0px 3%;
	color: #555;
}

.nav_m ul li a:hover {
	color: #002F79;
}

.phone {
	float: right;
}

.phone .p1 {
	color: #333;
	font-size: 14px;
	padding: 2px 10px;
	border-radius: 200px;
	border: 1px solid #333;
	text-align: center;
	height: 18px;
	line-height: 18px;
	margin: 20px 0 5px;
}

.phone .p2 {
	font-size: 20px;
	color: #6C79C0;
	font-weight: bold;
}

.banner {
	width: 100%;
	overflow: hidden;
	height: auto;
	margin: 0px auto;
}

.banner_s img {
	width: 1920px;
	height: 215px;
	vertical-align: top;
}

.banner_s .jt {
	width: 1920px;
	height: 15px;
	background: url(../images/jt.png) no-repeat;
	position: absolute;
	bottom: 0px;
	z-index: 99;
}

.i_box {
	width: 100%;
	padding: 50px 0;
	margin: 0px auto;
}

.i_box .box_h {
	width: 100%;
	text-align: center;
}

.box_h .title {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #000;
	position: relative;
	top: 0px;
	z-index: 99;
	font-size: 24px;
	color: #000;
	position: relative;
}

.box_h .line {
	width: 110px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 20px;
}

.slt .box_h .line {
	background: #000;
}

.slt .box_h .title {
	color: #000;
	border: 1px solid #000;
}

.box_h .line_l {
	left: -110px;
}

.box_h .line_r {
	right: -110px;
}

.box_h p {
	width: 100%;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	color: #8F9193;
}

.i_box .box_m {
	margin-top: 60px;
}

.solution {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

.solution li {
	width: 280px;
	height: 352px;
	background: #EFF1FC;
	float: left;
	margin-right: 26px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.solution li .l_up {
	width: 100%;
	height: 195px;
	position: relative;
}

.solution li .l_up .tu {
	width: 100px;
	height: 100px;
	margin: 0px auto;
	background: #ffffff;
	border-radius: 50%;
	margin-top: 30px;
}

.solution li .l_up .tu img {
	width: 60px;
	height: 60px;
	vertical-align: top;
	margin-top: 20px;
}

.solution li .l_up .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 15px;
	color: #000;
	font-size: 18px;
}

.solution li .l_up .more {
	width: 100%;
	height: 225px;
	background: url(../images/bg_d.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	display: none;
}

.solution li .l_up .more img {
	width: 48px;
	height: 48px;
	vertical-align: top;
	margin-top: 70px;
}

.solution li .l_dn {
	width: 100%;
	height: 153px;
}

.solution li .l_dn .l_line {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 140px;
	margin: 0px auto;
	height: 1px;
	text-align: left;
	background: #8B8D90;
}

.solution li .l_dn .l_line span {
	display: none;
	width: 60px;
	height: 2px;
	background: #004588;
}

.solution li .l_dn p {
	width: 80%;
	margin: 0px auto;
	padding-top: 20px;
	color: #555;
	font-size: 14px;
	line-height: 175%;
	text-align: left;
}

.solution li .l_dn a {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 15px;
	display: none;
}

.fw {
	width: 100%;
	position: relative;
	height: 652px;
	padding: 0px;
}

.fw .fw_bg {
	width: 100%;
	height: 652px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
}

.fw .fw_bg img {
	width: 1920px;
	height: 452px;
	vertical-align: top;
}

.fw .fw_m {
	width: 100%;
	position: relative;
	z-index: 2;
}

.fw .box_h {
	padding-top: 60px;
}

.fw .box_h .line {
	background: #bbb;
}

.fw .box_h .title {
	border: 1px solid #bbb;
}

.fw .box_m {
	margin-top: 100px;
}

.service li {
	background: none;
	height: 308px;
	border: 0px;
	position: relative;
}

.service li .tu {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 160px;
	height: 160px;
	border: 1px solid #bbb;
	border-radius: 200%;
	-moz-border-radius: 200%;
	-webkit-border-radius: 200%;
	margin-bottom: 20px;
	transition: 0.7s;
	-moz-transition: 0.7s;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
}

.service li a:hover .tu {
	border: 1px solid #004588;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.service li .tu_a {
	background: url(../images/icon_5.png) no-repeat center center;
}

.service li a:hover .tu_a {
	background: url(../images/icon_5a.png) no-repeat center center;
}

.service li .tu_b {
	background: url(../images/icon_6.png) no-repeat center center;
}

.service li a:hover .tu_b {
	background: url(../images/icon_6a.png) no-repeat center center;
}

.service li .tu_c {
	background: url(../images/icon_7.png) no-repeat center center;
}

.service li a:hover .tu_c {
	background: url(../images/icon_7a.png) no-repeat center center;
}

.service li .tu_d {
	background: url(../images/icon_8.png) no-repeat center center;
}

.service li a:hover .tu_d {
	background: url(../images/icon_8a.png) no-repeat center center;
}

.service li a {
	color: #818181;
}

.service li a:hover {
	color: #004588;
}

.service li .name {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
	font-size: 20px;
}

.service li .f_line {
	width: 90%;
	margin: 0px auto;
	height: 2px;
	position: absolute;
	left: 5%;
	bottom: 0px;
	z-index: 99;
	background: #004588;
	display: none;
}

.service li a:hover .f_line {
	display: block;
}

.pro_m {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

.pro_m .pro_l {
	width: 100%;
	padding: 0 0 70px;
}

.pro_l li {
	width: 282px;
	float: left;
	margin-right: 24px;
	text-align: center;
}

.pro_l li img {
	width: 384px;
	vertical-align: top;
}

.pro_l li a {
	font-size: 16px;
	color: #8F9193;
}

.pro_l li .name {
	width: 100%;
	font-size: 16px;
	padding: 10px 0 5px;
}

.pro_l li a:hover .name {
	color: #e00101;
}

.pro .flex-control-paging li a {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.pro .flex-control-paging li a.flex-active {
	background: #AEAEAE;
}

.join {
	width: 100%;
	height: 230px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}

.join .bg {
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 1;
}

.join .bg_a {
	width: 100%;
	height: 235px;
	top: 0px;
}

.join .bg img {
	width: 1920px;
}

.join .wen {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0px auto;
	position: relative;
	z-index: 3;
}

.join .bg_a img {
	height: 235px;
}

.join .bg_b {
	height: 30px;
	bottom: 0px;
	width: 100%;
	z-index: 2;
}

.join .bg_b img {
	height: 30px;
}

.join .wen img {
	width: 220px;
	height: 110px;
	vertical-align: top;
	margin-top: 80px;
}

.f_bg {
	width: 100%;
	background: #2D2E32;
	color: #FFF;
}

.f_bg .f_m {
	width: 96%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 30px 0 50px;
}

.f_bg .f_m .f_logo {
	width: 167px;
	height: 40px;
	float: left;
	margin-top: 25px;
}

.f_bg .f_m .f_logo img {
	height: 44px;
	vertical-align: top;
}

.f_bg .f_m .code {
	width: 91px;
	height: 91px;
	float: left;
	margin-left: 30px;
	padding-left: 50px;
	border-left: 1px solid #47494F;
}

.f_bg .f_m .f_mr {
	width: 60%;
	float: right;
	margin-top: -20px;
	text-align: right;
}

.f_m .f_mr .line {
	display: block;
	float: right;
	width: 13px;
	height: 3px;
	background: #57585A;
	float: right;
}

.f_m .f_mr .tl {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: auto;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	background: url(../img/tel.png) no-repeat;
	padding-left: 27px;
}

.f_m .f_mr .num {
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.f_m .f_mr .num img {
	width: 45px;
	height: 45px;
	vertical-align: top;
	margin: 0px 5px;
}

.f_m .f_mr .num em {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 45px;
	line-height: 45px;
	margin-left: 10px;
	vertical-align: top;
	font-size: 30px;
}

.f_bg .bq_bg {
	width: 100%;
	border-top: 1px solid #47494F;
}

.f_bg .bq_bg .bq {
	width: 96%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 15px 0;
	position: relative;
	text-align: left;
	color: #6A6A6C;
}

.f_bg .bq_bg .bq span {
	float: right;
	font-size: 12px;
}

.banner_s {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.banner_s img {
	width: 1920px;
	height: 270px;
	vertical-align: top;
}

.scd {
	width: 96%;
	max-width: 1200px;
	margin: 0px auto;
	text-align: left;
}

.scd .scd_l {
	width: 205px;
	height: 100%;
	border-right: 1px solid #ddd;
	float: left;
}

.scd_l .title {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: left;
	position: relative;
	font-size: 20px;
	color: #004587;
}

.scd_l .title i {
	display: block;
	width: 43px;
	height: 28px;
	position: absolute;
	right: -15px;
	top: 38px;
	background: url(../images/icon11.png) no-repeat;
}

.scd_l .s_nav {
	width: 100%;
}

.scd_l .s_nav li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 40px;
	position: relative;
}

.scd_l .s_nav li a {
	font-size: 16px;
	color: #000000;
}

.scd_l .s_nav li a:hover {
	color: #004588;
}

.scd_l .s_nav li i {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/icon12.png) no-repeat;
	position: absolute;
	right: -7px;
	top: 15px;
}

.scd .scd_r {
	float: right;
}

.scd_r .head {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	font-size: 30px;
	color: #333333;
}

.scd_r .head em {
	font-size: 18px;
	margin-left: 10px;
	margin-top: 15px;
}

.scd_r .s_ctn {
	width: 100%;
	padding: 50px 0;
	line-height: 175%;
}

.scd_r .s_ctn .pro_da {
	width: 100%;
	margin-bottom: 60px;
}

.pro_da .pro_dal {
	width: 47%;
	float: left;
	border-right: 1px dashed #ddd;
}

.pro_da .pro_dar {
	width: 47%;
	float: right;
}

.pro_da .pro_dal h5 {
	display: inline-block;
	*display: inline;
	zoom: 1;
	min-width: 200px;
	padding-top: 10px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 200%;
	border-bottom: 1px solid #ddd;
}

.pro_da .pro_dal .det {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	color: #444444;
}

.pro_da .pro_dal .des {
	font-size: 12px;
	color: #ACACAC;
	line-height: 175%;
	padding-bottom: 15px;
}

.pro_da .pro_dar img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.pro_db {
	width: 100%;
	margin-bottom: 50px;
}

.pro_db div {
	width: 47%;
	float: right;
	font-size: 14px;
	color: #6D6D6D;
	line-height: 175%;
}

.pro_db .h_bg {
	float: left;
	background: url(../images/line_a.png) no-repeat right center;
}

.pages {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.pages a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	min-width: 8px;
	font-size: 14px;
	color: #333;
	padding: 0px 12px;
}

.pages a.now,
.pages a:hover {
	background: #004588;
	color: #FFF;
	border: 1px solid #004588;
}

.s_ctn .pro_l,
.s_ctn .pro_l ul {
	width: 100%;
}

.s_ctn .pro_l li {
	width: 32%;
	float: left;
	margin: 0px;
	margin-left: 1%;
	margin-bottom: 50px;
}

.s_ctn .pro_l li img {
	width: 304px;
	height: 175px;
	vertical-align: top;
}

.s_ctn .pro_l li .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #3F3F3F;
}

.s_ctn .pro_l li p {
	width: 100%;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #3F3F3F;
	font-size: 12px;
}

.s_ctn .pro_l li a:hover .title {
	color: #004588;
}

.s_ctn .pro_l li .title,
.s_ctn .pro_l li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.s_ctn .service {
	width: 100%;
}

.s_ctn .service .service_a {
	width: 100%;
	margin-bottom: 50px;
}

.service_a dt {
	width: 445px;
	float: left;
}

.service_a dt img {
	width: 445px;
	height: 259px;
	float: left;
}

.service_a dd {
	width: 450px;
	float: left;
	text-align: left;
	margin-left: 10px;
}

.service_a dd h3 {
	width: 100%;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
	padding: 12px 0;
	margin-top: 10px;
}

.service_a dd h3 a {
	font-size: 22px;
	color: #333333
}

.service_a dd .des {
	width: 100%;
	font-size: 14px;
	color: #3B3B3B;
	line-height: 185%;
	margin-top: 15px;
}

.service_a dd .more {
	width: 100%;
	text-align: right;
	margin-top: 30px;
}

.service_a dd .more a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 12px;
	color: #FFFFFF;
	width: 93px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background: #004587;
}

.sv_l {
	width: 100%;
}

.sv_l li {
	width: 32%;
	float: left;
	margin-left: 1%;
	text-align: center;
	height: auto;
	margin-bottom: 80px;
}

.sv_l li b {
	display: block;
	width: 90%;
	margin: 0px auto;
	padding: 10px 0;
	font-size: 20px;
	color: #555555;
	font-weight: normal;
}

.sv_l li p {
	width: 80%;
	margin: 0px auto;
	font-size: 13px;
	color: #555555;
	line-height: 170%;
	margin-top: 10px;
}

.about {
	padding-bottom: 70px;
}

.about img {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin-bottom: 20px;
}

.solution {
	width: 96%;
	max-width: 1200px;
}

.solution dl {
	width: 100%;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.solution dl dt {
	width: 150px;
	height: 150px;
	float: left;
	overflow: hidden;
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
}

.solution dl dt img {
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.solution dl dd {
	width: 720px;
	float: right;
	margin-right: 10px;
	text-align: left;
}

.solution dl dd h5 {
	padding: 10px 0;
	font-size: 20px;
	color: #004587;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.solution dl dd h5 a {
	font-size: 20px;
	color: #004587;
}

.solution dl dd .des {
	width: 100%;
	height: 70px;
	font-size: 14px;
	color: #656565;
	line-height: 185%;
	overflow: hidden;
}

.solution dl dd .more {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin-top: 15px;
}

.solution dl dd .more a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 93px;
	height: 25px;
	line-height: 25px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	background: #AFAFAF;
}

.solution dl dd .more a:hover {
	background: #004587;
}

.contact_m {
	width: 100%;
	padding-bottom: 50px;
}

.contact_m .map {
	width: 100%;
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #ddd;
}

.contact_m .map .title {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}

.contact_m .map img {
	width: 100%;
	max-width: 558px;
	height: auto;
	vertical-align: top;
}

.contact_m ul {
	width: 100%;
}

.contact_m ul li {
	width: 30%;
	float: left;
	margin-right: 4%;
}

.contact_m ul li div {
	font-size: 22px;
	color: #656565;
	margin-bottom: 10px;
}

.contact_m ul li div em {
	font-size: 20px;
}

.contact_m ul li p {
	font-size: 14px;
	color: #777777;
	line-height: 185%;
}

.index-swiper {
	height: 480px;
}

.index-swiper .swiper-slide {
	height: 480px;
	background-size: cover;
	background-position: center center;
}

.index-swiper .swiper-pagination-bullet {
	height: 6px;
	width: 45px;
	border-radius: 0;
}

.index-swiper .swiper-pagination {
	bottom: 20px !important;
}

.index-swiper .swiper-pagination-bullet-active {
	background: #fff;
}

.f_bg .f_m .code img {
	width: 100%;
}

.wrapper {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

.tagcloud {
	position: relative;
}

.tagcloud a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 15px 30px;
	color: #333;
	font-size: 18px;
	border: 1px solid #e6e7e8;
	border-radius: 200px;
	background-color: #f2f4f8;
	text-decoration: none;
	white-space: nowrap;
	-o-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	-ms-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	-moz-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	-webkit-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=9);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.wrapper .p {
	color: #999;
	font-size: 14px;
	text-align: center;
}

.tagcloud {
	min-height: 300px;
}

.wrapper p {
	padding-top: 80px;
	line-height: 27px;
	color: #929292;
	font-size: 14px;
	text-align: center;
	position: absolute;
	width: 100%;
}

.nav_m ul li:last-child {
	border: 0;
}

.m-index-swiper {
	display: none;
}

.swiper-wrapper {
	height:inherit!important;
}

img {
	vertical-align: top;
}

.ab-s {
	padding-bottom: 40px;
}

.ab-s .t {
	font-size: 40px;
	padding: 60px 0 80px 0;
	position: relative;
	text-align: center;
	color: #333;
}

.abs-1 .item {
	overflow: hidden;
	width: 580px;
	float: left;
	margin-bottom: 30px;
	margin-right: 20px;
}

.abs-1 .fl {
	width: 580px;
}

.abs-1 .fr {
	width: 580px;
}

.abs-1 .fl .item {
	margin-bottom: 30px;
}

.abs-1 .abs-1 .item:nth-child(even) {
	margin-bottom: 30px;
	display: table;
	vertical-align: middle;
}

.abs-1 .item .n {
	line-height: 80px;
	float: right;
	width: 80px;
	height: 80px;
	font-size: 24px;
	border-radius: 50%;
	color: #fff;
}

.abs-1 .item .c {
	float: right;
	text-align: right;
	margin-right: 20px;
}

.abs-1 .item:nth-child(even) {
	margin-right: 0;
	margin-left: 20px;
}

.abs-1 .item:nth-child(even) .n {
	float: left;
}

.abs-1 .item:nth-child(even) .c {
	float: left;
	text-align: left;
	padding-left: 20px;
	max-width: 360px;
}

.abs-1 .item .p {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
}

.abs-1 .item .h {
	font-size: 24px;
	color: #17a1e5;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.abs-1 {
	overflow: hidden;
}

.abs-1 .color1 {
	background: #2ea8e5;
}

.abs-1 .color2 {
	background: #f4b183;
}

.abs-1 .color3 {
	background: #14caac;
}

.abs-1 .color4 {
	background: #ffd966;
}

.abs-1 .color5 {
	background: #8faadc;
}

.abs-1 .color6 {
	background: #77d03c;
}

.abs-1 .color7 {
	background: #ff6e6e;
}

.abs-1 .color8 {
	background: #da91cd;
}

.ab-s2 {
	background: #f6f6f6;
}

.abs-2 {
	overflow: hidden;
}

.abs-2 .item {
	width: 50%;
	float: left;
	position: relative;
	padding-top: 30px;
}

.abs-2 .item img {
	width: 260px;
	border-radius: 10px;
}

.abs-2 .item h3 {
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0;
}

.abs-2 .item p {
	width: 350px;
	margin: 0 auto;
	text-align: left;
}

.abs-2 .item .quan {
	position: absolute;
	width: 80px;
	height: 80px;
	font-size: 18px;
	border-radius: 50%;
	background: #ff6e6e;
	color: #fff;
	line-height: 80px;
	top: 0;
	right: 160px;
	transform: rotate(-15deg);
}

.abs-2 .item .quan2 {
	background: #2ea8e5;
}

.abs-3 {
	overflow: hidden;
}

.abs-3 .fl {
	width: 600px;
	text-align: right;
}

.abs-3 .fl img {
	width: 400px;
	padding-right: 50px;
}

.abs-3 .fr {
	width: 600px;
}

.abs-3 .fr .item {
	overflow: hidden;
	margin-top: 80px;
	padding-left: 50px;
}

.abs-3 .fr .n {
	line-height: 80px;
	float: left;
	width: 80px;
	height: 80px;
	font-size: 24px;
	border-radius: 50%;
	color: #fff;
	background: #2ea8e5;
}

.abs-3 .fr .tt {
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 400px;
}

.abs-3 .fr .tt h3 {
	font-size: 24px;
	color: #17a1e5;
	font-weight: normal;
	margin-bottom: 5px;
}

.abs-3 .fr .tt p {
	font-size: 18px;
}

.ab-s .t:after {
	content: "";
	width: 80px;
	height: 4px;
	background: #ff4444;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -40px;
}

.ab-s4 {
	background: #f5f5f5;
	padding-bottom: 80px;
}

.abs-4 {
	overflow: hidden;
}

.abs-4 .item {
	width: 25%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.abs-4 .item .tit {
	width: 240px;
	margin: 0 auto;
}

.abs-4 .item .tit .w {
	font-size: 20px;
	height: 50px;
	background: #2ea8e5;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #fff;
	line-height: 50px;
}

.abs-4 .item .list {
	background: #fff;
	padding: 15px 0;
	height: 230px;
}

.abs-4 .item .list p {
	font-size: 16px;
	line-height: 2;
}
#serve-wrap .imgtext-left {
  width: 1020px;
  margin: 0 auto;
}
#serve-wrap .imgtext-left .img {
  margin-top: 100px;
  margin-left: -15px;
  float: left;
  box-shadow: 0 0 25px rgba(102, 102, 102, 0.6);
}
#serve-wrap .imgtext-left .text {
  padding-top: 100px;
  float: right;
  width: 600px;
}
#serve-wrap .imgtext-left .text h4 {
  font-size: 24px;
  color: #333;
  padding-bottom: 40px;
}
#serve-wrap .imgtext-left .text p {
  line-height: 2;
  font-size: 16px;
  color: #333;
  text-align: left;
}
#serve-wrap .imgtext-right {
  width: 1020px;
  margin: 0 auto;
}
#serve-wrap .imgtext-right .img {
  margin-top: 50px;
  float: right;
  box-shadow: 0 0 25px rgba(102, 102, 102, 0.6);
}
#serve-wrap .imgtext-right .text {
  padding-top: 50px;
  float: left;
  width: 520px;
}
#serve-wrap .imgtext-right .text h4 {
  font-size: 24px;
  color: #333;
  padding-bottom: 40px;
}
#serve-wrap .imgtext-right .text p {
  line-height: 2;
  font-size: 16px;
  color: #333;
  text-align: left;
}
#serve-wrap .content .feature-logo-wrap .feature-logo-content {
  padding-bottom: 50px;
}
#serve-wrap .content .feature-logo-wrap .feature-logo-content ul {
  margin: 0 auto;
  width: 1020px;
}
#serve-wrap .content .feature-logo-wrap .feature-logo-content ul li {
  width: 340px;
  float: left;
  padding-top: 50px;
}
#serve-wrap .content .feature-logo-wrap .feature-logo-content ul li .img-wrap {
  margin-bottom: 30px;
  text-align: center;
}
#serve-wrap .content .feature-logo-wrap .feature-logo-content ul li h3 {
  text-align: center;
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
}
#serve-wrap .content .feature-logo-wrap .feature-logo-content ul li span {
  display: block;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #293033;
}
#serve-wrap .content .safety-wrap {
  background: #f5f5f5;
  padding-bottom: 80px;
}
#serve-wrap .content .safety-wrap .safety-content {
  width: 1020px;
  margin: 0 auto;
}
#serve-wrap .content .safety-wrap .safety-content .imgtext-left .text {
  padding-top: 120px;
}
#serve-wrap .content .safety-wrap .safety-content .imgtext-left .img {
  margin-top: 30px;
}
#serve-wrap .content .safety-wrap .issue-list ul {
  margin-top: 20px;
}
#serve-wrap .content .safety-wrap .issue-list ul li {
  padding-top: 30px;
  font-size: 18px;
  text-align: left;
}
#serve-wrap .content .safety-wrap .issue-list ul li h3 {
  padding-bottom: 10px;
  font-size: 18px;
  color: #17a1e5;
}
#serve-wrap .content .safety-wrap .issue-list ul li p {
  color: #666;
  line-height: 2;
  position: relative;
  padding-left: 45px;
}
#serve-wrap .content .safety-wrap .issue-list ul li:nth-child(1) p.show-q:after {
  content: 'A1:';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 30px;
}
#serve-wrap .content .safety-wrap .issue-list ul li:nth-child(2) p.show-q:after {
  content: 'A2:';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 30px;
}
#serve-wrap .content .safety-wrap .issue-list ul li:nth-child(3) p.show-q:after {
  content: 'A3:';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 30px;
}
.no-float:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.abs-4 .item .list img{
	vertical-align: top;
	margin-top: 20px;
}
.abs-4 .item .list2{
	
height: 300px;
}
.izl-rmenu{position:fixed;right: 20px;margin-left:532px;bottom:10px;padding-bottom:73px;z-index:999;}
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}
.swiper-container{
	height: inherit !important; 
}
.about-info {
    width: 1140px;
    margin: 0 auto;
}

.about-info .t1 {
	overflow: hidden;
	text-align: center;
	margin-top: 60px;
}

.about-info .t1 .item {
	display: inline-block;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin: 0 35px;
}

.about-info .t1 .item1 {
	background: #b9b9b9;
}

.about-info .t1 .item2 {
	background: #8a8a8a;
}

.about-info .t1 .item3 {
	background: #333;
}

.about-info .t1 .item4 {
	background: #e00000;
}

.about-info .t1 .item h3 {
	color: #fff;
	font-size: 60px;
	padding-top: 40px;
}

.about-info .t1 .item p {
	color: #fff;
	font-size: 16px;
}

.about-info .t2 {
	font-size: 16px;
	width: 900px;
	text-align: justify;
	margin: 60px auto;
	line-height: 2;
}

.about-info .t3 {
	margin-bottom: 200px;
}

.about-info .t3 ul {
	text-align: center;
	font-size: 0;
}

.about-info .t3 li {
	display: inline-block;
	width: 300px;
	margin: 10px;
}

.about-info .t3 img {
	width: 100%;
}

.about-team {
	margin-bottom: 100px;
}

.about-team ul {
	font-size: 0;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	width: 1120px;
}

.about-team li {
	width: 220px;
	float: left;
	margin: 30px;
}
.about-team li .img{
	
width: 210px;
	
height: 210px;
	
border-radius: 50%;
	
overflow: hidden;
	
text-align: center;
	
margin: 0 auto;
}
.about-team li img {
	width: 220px;
	height: 264px;
	margin-left: -10px;
	margin-top: -5px;
}

.about-team li h3 {
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
}

.about-team li .tag {
	text-align: center;
}

.about-team li .tag span {
	display: inline-block;
	background: #e00000;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
}

.about-team li .des {
	font-size: 14px;
	height: 100px;
	text-align: justify;
	background: #ddd;
	padding: 10px;
	margin-top: 15px;
	border-radius: 4px;
}
.abt-des h3{
	
font-size: 26px;
	
text-align: center;
	
margin-top: 31px;
}
.abt-des p{
	
width: 800px;
	
font-size: 16px;
	
line-height: 2;
	
margin: 30px auto;
}
.about-map{
	width: 1140px;
	margin: 50px auto;
}
.about-map .contact{
	margin-bottom: 100px;
	text-align: left;
}
.about-map .contact ul{
	
overflow: hidden;
}
.about-map .contact li{
	
width: 100%;
	
float: left;
	
background: #fff;
	
padding: 30px;
}
.about-map .contact li h3{
	
font-size: 25px;
	
margin-bottom: 10px;
}
.about-map .contact li p{
	
font-size: 14px;
	
line-height: 2;
}
.news-list{
	
}
.news-list ul{
	
overflow: hidden;
}
.news-list li{
	
width: 50%;
	
float: left;
	
text-align: left;
}
.news-list li a{
	
display: block;
	
color: #333;
	
overflow: hidden;
	
padding: 15px;
}
.news-list li .time{
	
float: left;
}
.news-list li .time .t1{
	
width: 80px;
	
height: 40px;
	
line-height: 40px;
	
text-align: center;
	
background: #6C79C0;
	
color: #fff;
}
.news-list li .time .t2{
	
width: 80px;
	
height: 40px;
	
line-height: 40px;
	
text-align: center;
	
background: #fff;
}
.news-list li .con{
	
float: left;
	
width: 440px;
	
padding-left: 20px;
}
.news-list li .con .h{
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
.news-list li .con .c{
	height: 40px;
	overflow: hidden;
	color: #666;
}
.news-list li:hover .con .h{
	color: #6C79C0;
}

/* 2019.10.11新增新闻列表及文章样式 */

.news-list .n-more {

	width: 100px;

	height: 40px;

	display: block;

	margin: 30px;

	border: 1px solid #ddd;

	color: #333;

	line-height: 40px;

	margin: 30px auto;
}

.news-list .n-more:hover {
	background: #e01b1b;
	border: 1p solid #e01b1b;
	color: #fff;
}


.news-list2 li {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.news-list2 li .con {

	width: 1040px;
}

.news-list2 li .time .t2 {
	background: #f2f2f2;
}

.news-list2 .ab-s {
	padding-bottom: 0;
}

.pagenav {
	text-align: center;
	margin: 50px 0;
}

.pagenav a {
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 12px;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #eee;
	color: #333;
	margin: 0 5px;
}

.pagenav a:hover,
.pagenav a.on {
	border: 1px solid #e01b1b;
	color: #fff;
	background: #e01b1b;
}

.pagenav2 a {
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	border: 1px solid #eee;
	margin: 0 2px;
}

.newsinfo {
	margin: 80px 0;
}

.newsinfo .t {
	font-size: 30px;
	margin-bottom: 20px;

}

.newsinfo .con {
	line-height: 2;
	padding: 30px;
	min-height: 500px;
	text-align: left;
}

.newsinfo .news_detail_footer ul li a {
	color: #666;

}

.newsinfo .news_detail_footer {
	padding: 30px 0;
	position: relative
}

.newsinfo .news_detail_footer:before {
	content: "";
	display: block;
	position: absolute;
	border-bottom: #cbcbcb 1px solid;
	top: 0px;
	width: 100%;
	left: 0
}

.newsinfo .news_detail_footer ul li {
	text-align: left;
	display: block;
	line-height: 40px;
	font-size: 14px
}

/*分页样式*/
.pagination-wrapper {
margin: 20px 0;
}
 
.pagination {
height: 34px;
text-align: center;
}
 
.pagination li {
display: inline-block;
height: 34px;
margin-right: 5px;
}
 
.pagination li a {
float: left;
display: block;
height: 32px;
line-height: 32px;
padding: 0 12px;
font-size: 16px;
border: 1px solid #dddddd;
color: #555555;
text-decoration: none;
}
 
.pagination li a:hover {
background: #f5f5f5;
color: #0099ff;
}
 
.pagination li.thisclass {
background: #09f;
color: #fff;
}
 
.pagination li.thisclass a,
.pagination li.thisclass a:hover {
background: transparent;
border-color: #09f;
color: #fff;
cursor: default;
}

.t h1{
	font-size: 30px;
}