@charset "utf-8";

/* CSS Document */
body,
html {
	margin: 0px;
	padding: 0px;
}

body {
	overflow-x: hidden;
	font-family: "Source Han Sans CN";
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	margin: 0px;
	padding: 0px;
	zoom: 1;
	/*ç”¨äºŽIE6*/
}

div {
	zoom: 1;
	/*ç”¨äºŽIE6,è¦æ˜¯IE6é”™ä½,ä¿®å¤è¿™ä¸ª.*/
}

li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
	float: left;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

img {
	margin: 0px auto;
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #FF3300;
}

a img {
	border: none;
	border: 0;
}

p,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	width: 100%;
	height: 0;
	font-size: 0px;
}

input,
select {
	padding: 0;
	margin: 0;
	border: none;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.lh18 {
	line-height: 18px;
}

.lh20 {
	line-height: 20px;
}

.lh22 {
	line-height: 22px;
}

.lh24 {
	line-height: 24px;
}

.lh26 {
	line-height: 26px;
}

.lh28 {
	line-height: 28px;
}

.lh30 {
	line-height: 30px;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.fb {
	font-weight: bold;
}

.fn {
	font-weight: normal;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt80 {
	margin-top: 80px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml40 {
	margin-left: 40px;
}

.m10 {
	margin: 10px;
	_display: inline;
}

.m20 {
	margin: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb35 {
	margin-bottom: 35px;
}

.pl10 {
	padding-left: 10px;
}

.pl20 {
	padding-left: 20px;
}

.pr10 {
	padding-right: 10px;
}

.pr20 {
	padding-right: 20px;
}

.pt15 {
	padding-top: 15px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pr5 {
	padding-right: 5px;
}

.pl5 {
	padding-left: 5px;
}

.pt5 {
	padding-top: 5px;
}

.pt25 {
	padding-top: 25px;
}

.pb5 {
	padding-bottom: 5px;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.p5 {
	padding: 5px;
}

.p1 {
	padding: 1px;
}

.b {
	display: block;
}

.in-b {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.por {
	position: relative;
}

.poa {
	position: absolute;
}

.ti {
	text-indent: -999999px;
}

#no {
	border: none;
	border: 0;
}

.red {
	color: #e40f41 !important;
}

.clear {
	clear: both;
}

.ml3 {
	margin-left: 3%;
}

.mr3 {
	margin-right: 3%;
}

.white {
	color: #fff !important;
}

.bgf0 {
	background: #f0f0f0;
}

.ml1 {
	margin-left: 1%;
}

.mr1 {
	margin-right: 1%;
}

.mt10 {
	margin-top: 10px;
}

.fn {
	float: none !important;
}

.mr4 {
	margin-right: 4%;
}

.pl3 {
	padding-left: 3%;
}

.pr3 {
	padding-right: 3%;
}

.strong {
	font-weight: bold;
}

.red {
	color: #da261d;
}

.blue {
	color: #0080ff !important;
}

.yellow {
	color: #ff8800 !important;
}

.grey {
	color: #abaaa9 !important;
}

.text-center {
	text-align: center;
}

.hidden {
	visibility: hidden;
}

.text-right {
	text-align: right;
}

a:hover {
	text-decoration: none !important;
}

.mt25 {
	margin-top: 25px !important;
}

a:focus {
	text-decoration: none;
}

.w100 {
	width: 100% !important;
}

.pl0 {
	padding-left: 0px;
}

.pr0 {
	padding-right: 0px;
}

.p0 {
	padding: 0px;
}

.w100 {
	width: 100%;
}

.pr {
	position: relative;
}

.po {
	position: absolute;
}

.scale {
	transition: all 0.5s ease;
	overflow: hidden;
}

.gsrw_in .scale img{
	transition: all 0.5s ease;
}

.gsrw_in:hover .scale img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.oh {
	overflow: hidden;
}


/*èœå•1*/
@keyframes run {

	from {
		bottom: 30px;
	}

	to {
		bottom: 20px;
		opacity: 0;
	}
}

.ban_lay {
	position: absolute;
	top: 38%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.ban_lay h3 {
	font-size: 54px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 1.5px 2.598px 3px rgb(37, 15, 26);
}

.ban_lay p {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1.5px 2.598px 3px rgb(37, 15, 26);
}

.img02 {
	display: none;
}

.head.active .logo_name_w:before {
	background: #dcdcdc;
	height: 23px;
}

.more {
	text-align: center;
	margin-top: 20px;
}

.more a {
	display: inline-block;
	color: #991e27;
	border-radius: 3px;
	padding: 10px 20px;
	margin-right: 10px;
}

.more_name,
.more_name:hover {
	color: #b61a29;
}

.more a:hover {
	background: #991e27;
	color: #fff;
}

.head {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	padding: 0px 35px;
}

.logo_w {
	margin-top: 26px;
	transition: all .2s ease-in-out;
}

.logo_name_w {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-left: 20px;
}

.logo_name_w:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	display: inline-block;
	width: 1px;
	height: 35px;
	background: #fff;
}

.head_ul li {
	float: left;
	padding: 35px 25px;
	position: relative;
	transition: all .2s ease-in-out;
}

.head_ul li a {
	font-size: 16px;
	color: #fff;
}

.logo_w_foot {
	margin-top: 0px;
}

.sec_ul {
	z-index: 2;
	position: absolute;
	top: 81px;
	display: none;
	left: 0px;
	width: 200px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.sec_ul li a {
	line-height: 25px;
}

.sec_ul li:hover a {
	transform: translateX(5px);
	color: #0c80d1;
}

.sec_ul.active {
	display: block;
}

.menu_ul>li:before {
	content: "";
	width: 0;
	height: 5px;
	background: #0c80d1;
	position: absolute;
	left: 0;
	bottom: 5px;
}

.menu_ul>li:hover:before {
	width: 100%;
}

.head_phone,
.h3_p,
.tses02,
.swiper-button-next01,
.swiper-button-prev01,
.menu_p {
	display: none;
}

.menu_p {
	position: fixed;
	top: 40px;
	width: 100%;
	right: -100%;
	transition: all .2s ease-in-out;
	background: #f7f6f4;
	bottom: 0px;
	z-index: 100;
	padding: 0px 10px;
}

.menu_ul_p li {
	float: none;
	border-bottom: 1px solid #cecdc9;
	padding: 10px 0px;
	position: relative;
}

.menu_ul_p li a {
	color: #484a51;
}

.menu_ul_p li span {
	float: right;
	background: #dfdeda;
	width: 50px;
	text-align: center;
	line-height: 40px;
	top: 0px;
	right: 0px;
	height: 40px;
	display: inline-block;
	position: absolute;
}

.menu_ul_p li span i {
	color: #181817;
}

.sec_ul_p {
	margin-top: 10px;
	display: none;
}

.sec_ul_p li {
	float: none;
	border-bottom: none;
	padding: 5px 0px 5px 10px;
}

.menu_ul_p li.active span {
	background: #b61a29;
}

.menu_ul_p li.active span i {
	color: #fff;
}

.menu_p.active {
	right: 0px;
}

.sear_w {
	margin-top: 36px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.sear_w i {
	color: #fff;
}

.sear_pa {
	background: #fff;
	width: 200px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 60px;
	right: 0px;
	opacity: 0;
	transition: all .2s ease-in-out;
}

.sear_pa input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	text-indent: 1em;
}

.sear_pa i {
	cursor: pointer;
	position: absolute;
	top: -1px;
	right: 10px;
	z-index: 2;
	color: #000;
}

.sear_pa.active {
	top: 45px;
	opacity: 1;
}



.head.active {
	background: #fff;
}

.head.active .head_ul li a {
	color: #32363f;
}

.head.active .head_ul li:after {
	background: #d2d2d2;
}

.head.active .img02 {
	display: inline-block;
}

.head.active .img01 {
	display: none;
}

.head.active .logo_w,
.head.active .sear_w {
	margin-top: 15px;
}

.head.active .head_ul li {
	position: relative;
	padding: 16px 25px;
}

.head.active .sear_w i {
	color: #000;
}

@keyframes run {

	from {
		bottom: 10px;
	}

	to {
		bottom: 25px;
	}



}


.ban_arr {
	animation: run 1s infinite linear;
}

.head_top {
	padding: 10px 0;
	color: #505050;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}

.head_top i {
	padding-right: 5px;
}

.head_top span {
	display: inline-block;
	margin-left: 10px;
}

.logo {
	width: 217px;
	height: 80px;
	background: url("../img/logo.png") no-repeat;
	background-size: contain;
}

.logo h3 {
	opacity: 0;
}

.ss_span i {
	color: #505050;
}

.menu_ul {
	display: inline-block;
	/* margin-right: 50px; */
}

.menu_ul>li>a {
	color: #333;
	font-size: 14px;
	display: block;
	padding: 0 15px;
}

.menu_ul>li>a i {
	padding-left: 3px;
	font-size: 14px;
}

.head_cen {
	line-height: 80px;
}

.container_ban .swiper-slide {
	height: 500px;
}

.container_ban .next_ban {
	width: 40px;
	height: 40px;
	background: url(../img/large_right.png) center top no-repeat #13AFEB;
	border-radius: 100%;
}

.container_ban .prev_ban {
	width: 40px;
	height: 40px;
	background: url(../img/large_right.png) center bottom no-repeat #13AFEB;
	border-radius: 100%;
}

.pagination_ban .swiper-pagination-bullet {
	opacity: 1;
	background: #13AFEB;
	border-radius: 100%;
	border: 2px solid transparent;
	width: 15px;
	height: 15px;
}

.pagination_ban .swiper-pagination-bullet-active {
	border-color: #fff;
}

.what_index {
	padding: 80px 0;
}

.what_index p {
	color: #626262;
	line-height: 25px;
	text-align: center;
}

.titl_w {
	text-align: center;
	margin-bottom: 30px;
}

.titl_w h3 {
	font-size: 46px;
	font-weight: bolder;
}

.titl_w h3 span {
	color: #265EA0;
}

.titl_w .line {
	display: inline-block;
	background: #3778FF;
	width: 100px;
	height: 3px;
	margin: auto;
}

.xm_index {
	background: #f6f6f6;
	padding: 90px 0;
	text-align: center;
	font-size: 13px;
	color: #828282;
	line-height: 24px;
}

.xm_index h3 {
	margin: 20px 0 15px;
	font-size: 16px;
	color: #242424;
}

.case_index {
	padding: 80px 0 0;
}

.case_list {
	padding: 0;
	overflow: hidden;
}

.case_list h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	padding: 15px 0;
	text-align: center;
	background: #fff;
	color: #272727;
	font-size: 16px;
}

.case_list:hover h3 {
	bottom: 0;
}

.info_index {
	text-align: center;
	padding: 86px 0;
	background: #3778FF;
	color: #fff;
	font-weight: 200;
}

.info_index a {
	position: relative;
	top: -3px;
	margin-left: 10px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 400;
}

.info_index span {
	display: inline-block;
	font-size: 30px;
	line-height: 40px;
}

.sjd_index {
	padding-top: 50px;
}

.sjd_index img {
	max-width: 100%;
	float: right;
}

.sjd_con {
	color: #505050;
	line-height: 25px;
	padding-top: 100px;
}

.sjd_con h3 {
	color: #272727;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}


.titl_w01 h3,
.titl_w01 h3 span {
	color: #fff;
}

.titl_w01 .line {
	background: #fff;
}


.ss_index {
	height: 550px;
	overflow: hidden;
	background: url("../img/bj01.jpg") no-repeat;
	background-size: cover;
}

.ss_index .titl_w {
	margin-bottom: 60px;
}

.ss_ul {
	overflow: hidden;
}

.ss_ul .ss_div {
	position: relative;
	display: inline-block;
	border-radius: 100%;
	width: 130px;
	height: 130px;
	border: 4px solid #45545d;
	text-align: center;
	margin-bottom: 30px;
}

.ss_ul .ss_div h3 {
	font-size: 40px;
	color: #fff;
	line-height: 130px;
	font-weight: bolder;
}

.ss_in {
	background: rgba(0, 0, 0, 0.6);
	padding: 80px 0;
}

.ss_ul li {
	width: 25%;
	text-align: center;
}

.ss_ul li p {
	color: #fff;
	font-weight: 300;
}

.choose_index {
	background: #eff4f7;
	padding: 80px 0;
}

.choose_index .titl_w {
	margin-bottom: 60px;
}

.choo_dl dt {
	cursor: pointer;
	font-weight: normal;
	background: #fff;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
}

.choo_dl dt h3 {
	display: inline-block;
	font-size: 16px;
}

.choo_dl dt i {
	float: right;
	color: #444;
	font-weight: bolder;
}

.choo_dl {
	border: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 2px;
}

.choo_dl dd {
	display: none;
	padding: 15px;
	font-weight: 400;
	color: #505050;
	line-height: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.choose_index img {
	max-width: 100%;
}

.choo_dl.active dd {
	display: block;
}

.jz_index {
	background: url("../img/bj02.jpg") no-repeat;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}

.jz_bottom {
	margin-top: 60px;
}

.container_jz p {
	color: #fff;
}

.jz_tx {
	display: block;
	width: 115px;
	margin: 40px auto;
	border-radius: 100%;
	border: 2px solid #fff;
}

.container_jz h3 {
	color: #747474;
	font-size: 16px;
	font-weight: bolder;
}

.jz_tx img {
	width: 100%;
	border-radius: 100%;
}

.new_index {
	padding: 80px 0;
}

.new_in_list .new_in {
	border: 1px solid #f6f6f6;
	background: #fff;
	padding: 10px 10px 0;
	position: relative;
}

.top_a {
	display: block;
	margin-bottom: 10px;
}

.new_in_ul {
	margin-top: 20px;
	padding-bottom: 20px;
}

.new_in_ul li {
	float: none;
	margin-bottom: 10px;
}

.new_in_ul li h3 {
	font-size: 17px;
	color: #495258;
	margin-bottom: 10px;
	font-weight: lighter;
}

.new_in_ul li p {
	color: #717b82;
	line-height: 24px;
	font-size: 12px;
}

.new_more {
	display: block;
	background: #e8edf2;
	padding: 15px;
	text-align: center;
	color: #000;
	border-radius: 0 0 2px 2px;
	transition: all 0.5s ease 0s;
	text-transform: capitalize;
	margin: 0 -10px;
}

.con_index {
	color: #fff;
	background: url("../img/bj03.jpg") no-repeat;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}

.con_index i {
	display: inline-block;
	padding: 10px;
	background: #fff;
	color: #000;
	font-style: normal;
	font-weight: bolder;
	margin: 0 10px;
}

.foot_top {
	background: #2f383d;
	padding: 50px 0;
	color: #fff;
}

.f_logo {
	display: block;
	margin-bottom: 5px;
}

.f_info {
	color: #C3C0C0;
	line-height: 24px;
	text-indent: 2em;
}

.f_h3 {
	font-size: 20px;
	margin-bottom: 30px;
	padding-top: 37px;
}

.rc_ul {
	position: relative;
}

.rc_ul:before {
	content: "";
	width: 5px;
	height: 100%;
	background: #2b3236;
	position: absolute;
	top: 0;
	left: 0;
}

.rc_ul li {
	float: none;
	position: relative;
}

.rc_ul li:before {
	border: 3px solid #3d9ed7;
	border-radius: 50%;
	height: 13px;
	left: -4px;
	position: absolute;
	top: 17px;
	width: 13px;
	content: "";
}


.rc_ul li:after {
	display: none;
	content: "";
	border: 5px solid transparent;
	border-right: 11px solid #3d9ed7;
	position: absolute;
	top: 18px;
	left: 5px;
}

.rc_ul a {
	display: block;
	position: relative;
	padding: 10px;
	padding-left: 80px;
	margin-left: 19px;
}

.rc_ul .img {
	width: 61px;
	height: 61px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.rc_ul .img img {
	width: 61px;
	height: 61px;
}

.rc_ul h3 {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid #555a5d;
	padding-bottom: 10px;
	margin-bottom: 7px;
}

.rc_ul p {
	color: #fff;
}

.rc_ul p i {
	padding-right: 2px;
}

.map_ul {
	margin-top: 20px;
}

.map {
	width: 100%;
	margin: auto;
	height: 42rem;
}

.map_ul li {
	float: none;
	margin-bottom: 10px;
	color: #717070;
	line-height: 15px;
	position: relative;
	/* padding-left: 20px; */
}

.map_ul li i {
	padding-right: 5px;
	color: #3498db;
	font-size: 16px;
	position: absolute;
	top: 2px;
	left: 0;
}

.f_form {
	overflow: hidden;
}

.f_form input {
	border-radius: 4px;
	padding-left: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #b1b0c1;
	margin-bottom: 10px;
	background: transparent;
}

.f_form textarea {
	border-radius: 4px;
	padding-left: 10px;
	padding-top: 5px;
	width: 100%;
	height: 94px;
	resize: none;
	background: transparent;
}

.f_form button {
	float: right;
	padding: 5px 20px;
	background: #286090;
	border: none;
	color: #fff;
}

.f_form input:focus,
.f_form textarea:focus {
	outline: none;
}

.foot_bottom {
	background: #232a2d;
	padding: 30px 0;
	font-weight: 400;
	color: #505050;
	font-size: 12px;
	line-height: 30px;
}

.foot_bottom a {
	color: #505050;
}

.foot_bottom img {
	max-width: 100%;
}

.er_w {
	width: 100px;
	float: right;
	color: #fff;
	text-align: center;
}

.er_w p {
	margin-top: 0px;
	font-size: 14px;
}

.copy a {
	color: #3498db;
	padding-left: 5px;
}

.banin_lay {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-align: center;
}

.banin_lay h3 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
}

.banin_lay span {
	display: inline-block;
	background: #c5d1d5;
	width: 90px;
	height: 3px;
}

.load {
	height: 100px;
	line-height: 100px;
	background: #f6f6f6;
	border-bottom: 1px solid #e6e9ea;
}

.load p {
	height: 100px;
}

.load i,
.load a {
	color: #0c80d1;
}

.load i {
	font-size: 30px;
	float: left;
	padding-right: 10px;
}

.load a {
	display: inline-block;
	padding: 0 0 0 60px;
	line-height: 97px;
	background: url(../img/4.png) no-repeat scroll 16px 0;
}

.load a:nth-child(1) {
	padding-left: 0;
	background: none;
	margin-left: 25px;
}

.load_span {
	float: left;
	display: inline-block;
}

.gsjs {
	padding: 60px 0;
}

.gs_r h3 {
	font-size: 25px;
	font-weight: 300;
	color: #272727;
	margin-bottom: 10px;
}

.gs_r {
	color: #9aa7af;
	line-height: 25px;
}

.gs_r a {
	display: inline-block;
	border: 2px solid #000;
	border-radius: 3px;
	color: #000;
	padding: 5px 20px;
	margin-top: 10px;
}

.pagination_gs_l .swiper-pagination-bullet {
	border: 3px solid #fff;
	width: 13px;
	height: 13px;
	border-radius: 50%;

	margin: 0 3px;
	opacity: 1;
}

.pagination_gs_l .swiper-pagination-bullet-active {
	background: #fff;

}

.gs_l .pagination_gs_l {
	text-align: center;
}

.gsrw_list {
	margin-bottom: 20px;
}

.gsrw_list .gsrw_in {
	border: 1px solid #eeeeee;
	background-color: #ffffff;
}

.gsrw_b {
	padding: 20px;
	color: #505050;
	text-align: center;
}

.gsrw_b h3 {
	font-size: 18px;
}

.gsrw_b h4 {
	font-size: 14px;
	margin: 10px 0 0px;
}

.gsrw_b p {
	line-height: 20px;
}

.zp_ul {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.zp_ul li a {
	display: block;
	border: 1px solid #dcdcdc;
	padding: 5px 10px;
}

.zp_ul li {
	margin-right: 10px;
}

.zp_list {
	border: 1px solid #dddddd;
	margin-bottom: 40px;
	min-height: 370px;
}

.zp_list .scale {
	position: relative;
}

.zp_b {
	padding: 20px 10px;
}

.zp_b h3 {
	color: #272727;
	margin-bottom: 10px;
	font-size: 16px;
}

.zp_b p {
	color: #3498db;
	font-size: 12px;
}

.zp_b p i {
	padding-right: 2px;
}

.zp_b p a {
	margin-left: 10px;
	display: inline-block;
	background: #3498db;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	float: right;
}

.zp_lay {
	transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(60, 155, 195, 0.7);
	text-align: center;
}

.zp_lay span {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-align: center;
	line-height: 60px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.zp_lay span i {
	color: #fff;
	font-size: 30px;
}

.page ul {
	display: inline-block;
}

.page ul li {
	padding: 4px 8px;
	border: 1px solid #eee;
	background-color: #eee;
	margin: 0 3px;
}

.page ul li.active,
.page ul li:hover {
	background: #3498DB;
}

.page ul li.active a,
.page ul li:hover a {
	color: #fff;
}

.fw_ul:before {
	content: "";
	background: #d7dcdf;
	height: 100%;
	left: 50%;
	position: absolute;
	width: 10px;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.fw_ul {
	position: relative;
}

.fw_ul li {
	width: 50%;
	position: relative;
	padding-left: 200px;
	padding-top: 30px;
	text-align: right;
	clear: both;
}

.fw_ul li:nth-child(2n+1) {
	float: right;
	text-align: left;
}

.fw_span {
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 30px;
	display: inline-block;
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 128px;
	background: #f6f6f6;
	border: 13px solid #ecf0f2;
}

.fw_span i {
	color: #c9c9c9;
	font-size: 50px;
}

.fw_ul li h3 {
	font-size: 18px;
	color: #272727;
	margin-bottom: 15px;
}

.fw_ul li p {
	color: #9aa7af;
	line-height: 25px;
}

.fw_ul li:before {
	content: "";
	border: 4px solid #3d9ed7;
	border-radius: 50%;
	content: "";
	height: 17px;
	left: -9px;
	position: absolute;
	top: 69px;
	width: 17px;
}

.fw_ul li:hover:before {
	background: #000;
}

.fw_span:before {
	content: "";
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid #ecf0f2;
	border-top: 10px solid rgba(0, 0, 0, 0);
	content: "";
	left: -20px;
	position: absolute;
	top: 55px;
}


.fw_p {
	color: #9aa7af;
	line-height: 25px;
	text-align: center;
	margin-bottom: 40px;
}

.fw_ul li:nth-child(2n) {
	padding-right: 200px;
	padding-left: 0;
}

.fw_ul li:nth-child(2n) .fw_span {
	right: 30px;
	left: auto;
}

.fw_ul li:nth-child(2n):before {
	right: -9px;
	left: auto;
}

.fw_ul li:hover .fw_span {
	border-color: #3d9ed7;
}

.fw_ul li:hover .fw_span:before {
	border-right: 10px solid #3d9ed7;
}


.new_ul {
	position: relative;
}
.newUl {
	position: relative;
}

.new_ul:before {
	content: "";
	background: #e8eef0;
	height: 100%;
	left: 50%;
	position: absolute;
	width: 5px;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);



}
/*.newUl:before {*/
/*	content: "";*/
/*	background: #e8eef0;*/
/*	height: 100%;*/
/*	left: 50%;*/
/*	position: absolute;*/
/*	width: 5px;*/
/*	top: 0;*/
/*	transform: translateX(-50%);*/
/*	-webkit-transform: translateX(-50%);*/
/*	-moz-transform: translateX(-50%);*/
/*	-ms-transform: translateX(-50%);*/
/*	-o-transform: translateX(-50%);*/



/*}*/

.new_ul li {
	width: 47%;
	margin-bottom: 30px;
	position: relative;
}
.newUl li {
	width: 31%;
	margin-bottom: 30px;
	margin-right: 2%;
	position: relative;
}

.new_ul li:nth-child(2n) {
	float: right;
}
.newUl li:nth-child(3n) {
	/*float: right;*/
	margin-right: 0px;
}
.new_ul li a {
	display: block;
	border: 1px solid #e5ecef;
	background: #f6f6f6;
}
.newUl li a {
	display: block;
	border: 1px solid #e5ecef;
	background: #f6f6f6;
}
.new_ul li .new_top {
	padding: 15px;
}
.newUl li .new_top {
	padding: 15px;
}
.new_ul li .new_top h3 {
	color: #272727;
	font-size: 20px;
	margin-top: 10px;
}
.newUl li .new_top h3 {
	color: #272727;
	font-size: 20px;
	margin-top: 10px;
}

.new_cen {
	border: 1px solid #e5ecef;
	border-left: none;
	border-right: none;
	padding: 10px 15px;
	color: #3498db;
	font-size: 12px;
}

.new_bottom {
	padding: 15px;
	color: #99abb7;
	font-size: 13px;
	line-height: 25px;
}

.new_bottom span {
	display: inline-block;
	background: #3498db;
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	margin-top: 15px;
}

.new_cen i {
	padding: 0 5px;
}

.new_ul li:before {
	content: "";
	height: 10px;
	width: 10px;
	position: absolute;
	right: -40px;
	background: #21c2f8;
	border-radius: 50%;
	top: 67px;
	z-index: 99;

}
/*.newUl li:before {*/
/*	content: "";*/
/*	height: 10px;*/
/*	width: 10px;*/
/*	position: absolute;*/
/*	right: -40px;*/
/*	background: #21c2f8;*/
/*	border-radius: 50%;*/
/*	top: 67px;*/
/*	z-index: 99;*/

/*}*/

.new_ul li:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #e8eef0;
	right: -45px;
	top: 62px;

}
/*.newUl li:after {*/
/*	content: '';*/
/*	width: 20px;*/
/*	height: 20px;*/
/*	position: absolute;*/
/*	background: #fff;*/
/*	border-radius: 50%;*/
/*	border: 2px solid #e8eef0;*/
/*	right: -45px;*/
/*	top: 62px;*/

/*}*/

.new_ul li:nth-child(2n):before {
	left: -40px;
	right: auto;
}
.newUl li:nth-child(2n):before {
	left: -40px;
	right: auto;
}

.new_ul li:nth-child(2n):after {
	left: -45px;
	right: auto;
}
.newUl li:nth-child(2n):after {
	left: -45px;
	right: auto;
}

.new_ul li a {
	position: relative;
}
.newUl li a {
	position: relative;
}


.new_ul li a:before {
	border-bottom: 12px solid rgba(0, 0, 0, 0);
	border-left: 13px solid #f6f6f6;
	border-top: 12px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	right: -13px;
	position: absolute;
	top: 60px;
	width: 0;

}
/*.newUl li a:before {*/
/*	border-bottom: 12px solid rgba(0, 0, 0, 0);*/
/*	border-left: 13px solid #f6f6f6;*/
/*	border-top: 12px solid rgba(0, 0, 0, 0);*/
/*	content: "";*/
/*	height: 0;*/
/*	right: -13px;*/
/*	position: absolute;*/
/*	top: 60px;*/
/*	width: 0;*/

/*}*/


.new_ul li:nth-child(2n) a:before {
	right: auto;
	left: -13px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);


}
.newUl li:nth-child(2n) a:before {
	right: auto;
	left: -13px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);


}

.new_time {
	display: block;
	background: #37c8f9;
	border-radius: 50%;
	clear: both;
	display: block;
	height: 60px;
	text-align: center;
	width: 60px;
	position: absolute;
	top: -20px;
	right: -65px;
	z-index: 2;
	color: #fff;
	opacity: 0;

}


.new_ul li:nth-child(2n) .new_time {
	left: -65px;
	right: auto;
}
.newUl li:nth-child(2n) .new_time {
	left: -65px;
	right: auto;
}

.new_time h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 0;
}

.new_time:before {
	border-left: 9px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #37c8f9;
	content: "";
	height: 0;
	position: absolute;
	right: 18px;
	top: 56px;
	width: 0;
}

.new_ul li:hover .new_time {
	top: 0;
	opacity: 1;
}
.newUl li:hover .new_time {
	top: 0;
	opacity: 1;
}



.new_time,
.new_bottom span,
.fy span,
.menu_ul li:before,
.case_list h3 {

	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;

}


.new_ul li:hover a,
.new_ul li:hover .new_cen {
	border-color: #99cbed;
}
.newUl li:hover a,
.newUl li:hover .new_cen {
	border-color: #99cbed;
	box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.23);
border-radius: 10px;
}

.new_bottom span:hover {
	box-shadow: inset 0 0 0px 16px rgba(0, 0, 0, 0.7);
}

.new_ul li:hover a:before {
	border-left: 13px solid #99cbed;
}
.newUl li:hover a:before {
	border-left: 13px solid #99cbed;
}

.new_ul {
	margin-bottom: 40px;
}
.newUl {
	margin-bottom: 40px;
}


.con_t {
	margin-bottom: 60px;
}

.con_t h3 {
	font-size: 30px;
	color: #272727;
	margin-bottom: 10px;
}

.con_t p {
	font-size: 13px;
	color: #8b8b8b;
}

.con_l h3 {
	font-size: 30px;
	color: #272727;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.con_l dl {
	margin-bottom: 20px;
}

.con_l dl dt {
	font-size: 18px;
	font-weight: lighter;
	color: #272727;
	margin-bottom: 10px;
}

.con_l dd {}

.con_l dd ul li {
	float: none;
	color: #272727;
	margin-bottom: 10px;
}

.con_ul li {
	width: 48%;
	margin-bottom: 20px;
}

.con_ul li:nth-child(2n) {
	float: right;
}

.con_ul li p {
	color: #505050;
	margin-bottom: 10px;
}

.con_ul li p span {
	color: red;
}

.con_ul li input {
	padding-left: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #b1b0c1;
}

.con_ul li input:focus,
.con_ul li button:focus,
.con_ul li textarea:focus {
	outline: none;
}

.con_ul li textarea {
	padding-left: 10px;
	height: 110px;
	resize: none;
	border: none;
	width: 100%;
	line-height: 30px;
	border: 1px solid #b1b0c1;
}

.con_ul li button {
	float: right;
	background: #0c80d1;
	color: #fff;
	padding: 5px 15px;
	border: none;
}

.con_ul li:nth-child(7),
.con_ul li:last-of-type {
	width: 100%;
}

.con_ul li:last-of-type {
	overflow: hidden;
}

.newdes_titl {
	font-size: 30px;
	color: #272727;
}

.newdes_admin {
	color: #858585;
	margin: 20px 0 20px;
}

.newdes {
	font-size: 16px;
	color: #505050;
	line-height: 25px;
}

.fy {
	overflow: hidden;
	margin-top: 30px;
}

.fy span {
	display: inline-block;
	background-color: #0d80d1;
	color: #fff;
	padding: 5px 15px;
}

.fy span a {
	color: #fff;
}

.fy span:hover {
	box-shadow: inset 0 0 0px 14px rgba(0, 0, 0, 0.4);
}

.cdes_div {
	margin-bottom: 40px;
}

.cdes_div>h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	font-size: 20px;
	color: #272727;
	font-weight: bolder;
	border-bottom: 1px solid #CCCCCC;
}

.cdes_div>h3:after {
	content: "";
	width: 100px;
	height: 1px;
	background: #3498db;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cdes_r_ul li {
	float: none;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0;
}

.cdes_r_ul li a {
	display: block;
	color: #4f4f4f;
}

.bq a {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	background: #f2f2f2;
	color: #666;
	padding: 5px 15px;
}

.bwen {
	border: 1px solid #ddd;
}

.bwen_ul {
	display: block;
	border-bottom: 1px solid #ddd;
}

.bwen_ul li {
	color: #272727;
	font-size: 16px;
	padding: 10px 20px;
}

.bwen_ul li:nth-child(1) {
	border-right: 1px solid #ddd;
}

.bwen_ul li.active {
	color: #0d80d1;
	position: relative;
}

.bwen_ul li.active:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.bwen_ul li.active:before {
	content: "";
	width: 100%;
	height: 3px;
	background: #0d80d1;
	position: absolute;
	left: 0;
	top: -1px;
}

.bwen_con_ul li {
	float: none;
	padding: 20px;
}

.bwen_con_ul li a {
	display: block;
}

.bwen_con_ul li h3 {
	color: #000;
	font-size: 16px;
}

.bwen_con_ul li p {
	color: #747474;
	line-height: 25px;
}

.bwen_con {
	display: none;
}

.bwen_con.active {
	display: block;
}


header.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 100;
}

header.active .head_top {
	display: none;
}

/* header.active .logo{ background: url(../img/logo02.png) no-repeat; background-size: contain; }   */

header.active .logo {
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
}


.menu_ul li i {
	font-size: 14px;
}

.sec_ul li {
	float: none;
}

.sec_ul a {
	display: block;
	color: #575757;
	font-size: 13.5px;
	font-weight: 300;
	padding: 10px 0px;
	margin: 0 10px;
	border-bottom: 1px solid #e6e6e6;
}


.menu_ul li {
	position: relative;
}

.menu_ul li:nth-child(4) .sec_ul {
	display: none;
}

.sec_ul li a,
.xm_index img,
.info_index a,
.new_in_list .new_more,
.gs_r a,
.zp_lay,
.zp_b p a {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}








.searchbox {
	padding: 44px 0 38px;

	background: #fff;
	position: fixed;
	left: 0;
	width: 100%;
	right: 0;
	top: 123px;
	border-top: 2px solid #0c80d1;
	text-align: center;
	z-index: 44;
	display: none;
}

.searchbox.active {
	display: block;
}

.searchs {
	max-width: 600px;
	margin: 0 auto;
}

.searchs .sertext {
	display: block;
	float: left;
	padding: 0;
	outline: none;
	padding-left: 12px;
	width: 460px;
	float: left;
	border: 1px solid #cdcdcd;
	color: #a2a2a2;
	font-size: 12px;
	height: 52px;
	line-height: 52px;
	transition: 0.4s;
}

.serbtn {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	width: 129px;
	float: right;
	height: 52px;
	text-align: center;
	line-height: 52px;
	background: #0c80d1;
	color: #ffffff;
	font-size: 15px;
	cursor: pointer;
	transition: 0.44s;
}

.ss_span {
	cursor: pointer;
}

.slide01 h3 {
	margin-top: 8%;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 54px;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.slide01_div span {
	font-weight: 700;
	display: inline-block;
	margin: 0 10px;
	font-size: 36px;
	color: #fff;
}

.slide01_div .slide01_span {
	font-size: 36px;
	color: #000;
	background: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 20px 10px;
}

.slide01_div {
	text-align: center;
}

.slide01 h3 span {
	display: inline-block;
}

.slide02_l {
	width: 35%;
}

.slide02_r {
	width: 60%;
}

.slide02_r h3 {
	margin-top: 10%;
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 30px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.slide02_r h3 span,
.slide02_r p span {
	display: block;
}

.slide02_r p {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.slide02_l_in {
	margin-top: 35%;
}

.slide02_l_ul li {
	position: absolute;
}

.slide02_l_ul li:nth-child(1) {
	left: 7%;
	bottom: 27%;
}

.slide02_l_ul li:nth-child(2) {
	left: 11%;
	bottom: 36%;
}

.slide02_l_ul li:nth-child(3) {
	left: 16%;
	bottom: 43%;
}

.slide02_l_ul li:nth-child(4) {
	left: 22%;
	bottom: 50%;
}

.slide03_l h3 {
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.slide03_l h3 span {
	display: block;
}

.slide03_l {
	width: 40%;
}

.slide03_r {
	width: 60%;
}

.slide03img01 {
	margin-left: 20%;
}

.slide03img02 {
	position: absolute;
	left: 10%;
	bottom: -17%;
}

.slide03img03 {
	position: absolute;
	right: 28%;
	bottom: 0;
}

.slide04_h3 {
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.slide04_span {
	margin-top: 10px;
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.lin04 {
	display: inline-block;
	width: 106px;
	height: 4px;
	background: #fff;
	margin: 20px 0 40px;
}

.slide04_p {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.slide03_w {
	margin-top: 5%;
}

.slide04_w {
	margin-top: 5%;
}

.xm_index img {
	max-width: 100%;
}

.xm_index img:hover {
	transform: rotateY(180deg);
}

.info_index a:hover {
	box-shadow: inset 0 0 0px 18px rgba(0, 0, 0, 0.5)
}

.ss_in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ss_index video {
	width: 100%;
}

.choo_dl.active dt,
.choo_dl.active dt i {
	color: #0c80d1;
}

.choose_index img {
	max-width: 100%;
}

.new_in_list .new_more:hover  {
	color: #fff;
	box-shadow: inset 0 0 0 24px rgba(0, 0, 0, 0.1);
	background: #0c80d1;
}

.new_intime {
	display: none;
	text-align: center;
	font-size: 30px;
	padding: 0px 6px 8px;
	background: #0c80d1;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 20px;
}

.new_intime span {
	font-size: 12px;
	display: block;
}

.new_in:after {
	content: "";
	height: 4px;
	background: #0c80d1;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	display: none;
}

.new_in_list:hover .new_intime,
.new_in_list:hover .new_in:after,
.rc_ul li:hover:after {
	display: block;
}

.f_info:hover,
.map_ul li:hover,
.foot_bottom a:hover {
	color: #fff;
}

.rc_ul li:hover a {
	background: #3d9ed7;
}

.rc_ul li:hover h3 {
	border-color: #eee;
}

.lx_d {
	display: block;
}

.con_index span {
	display: inline-block;
}

.caidan {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

.caidan i {
	font-size: 30px;
}

.swiper-pagination-clickable .swiper-pagination-bullet:focus {
	outline: none;
}


.new_in_ul li h3,
.zp_b h3,
.bwen_con_ul li h3,
.new_ul li .new_top h3 {

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newUl li .new_top h3 {

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_in_ul li p,
.new_bottom p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-line-clamp: 2;

	display: -ms-box;
	-ms-box-orient: vertical;
	-ms-line-clamp: 2;

	display: -o-box;
	-o-box-orient: vertical;
	-o-line-clamp: 2;

	overflow: hidden;


}

.bwen_con_ul li p {

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;

	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-line-clamp: 3;

	display: -ms-box;
	-ms-box-orient: vertical;
	-ms-line-clamp: 3;

	display: -o-box;
	-o-box-orient: vertical;
	-o-line-clamp: 3;

	overflow: hidden;



}


.mobile-foot {
	background: #0c80d1;
	padding: 8px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}

.mobile-foot a {
	color: #fff;
	height: 35px;
	line-height: 33px;
	border: 1px solid #fff;
	border-radius: 4px;
	text-align: center;
	padding: 0 15px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
}

.rightfix {
	position: fixed;
	bottom: 200px;
	right: 0px;
	width: 40px;
	border: 1px solid #dee2e7;
	border-right: none;
	z-index: 2;
	border: 1px solid #dee2e7;
	background: #fff;
}

.fix_ul li {
	font-size: 12px;
	color: #696d73;
	text-align: center;
	float: none;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 0px;
	color: #fff;
}

.fix_ul li i {
	font-size: 20px;
	color: #848484;
}

.fix_ul li:nth-child(2n) {
	background: #eaeaea;
}

.fix_ul li:last-of-type {
	display: none;
}

.fix_ul li:last-of-type.active {
	display: block;
}

.right_div {
	opacity: 0;
	position: absolute;
	right: -100px;
	top: 0px;
	background: #dddddd;
	padding: 5px;
	line-height: 30px;
	transition: all .2s ease-in-out;
	min-width: 120px;
}

.fix_ul li:hover a {
	color: #848484;
}

.fix_ul li:hover .right_div {
	opacity: 1;
	right: 40px;
}

.fix_ul li:hover {
	background: #0c80d1;
}

.fix_ul li:hover i {
	color: #fff;
}

.next_gs_l {
	right: 0;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.8);
}

.prev_gs_l {
	left: 0;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.8);
}

.next_gs_l i,
.prev_gs_l i {
	color: #fff;
	font-size: 24px;
}

.gs_r a:hover {
	box-shadow: inset 0 0 0 14px rgba(0, 0, 0, 0.1);
	color: #fff;
	background: #0c80d1;
	border-color: #0c80d1;
}


.zp_ul li.active a,
.zp_ul li:hover a {
	background: #0c80d1;
	color: #fff;
}

.zp_list:hover .zp_lay {
	transform: scale(1);
}

.zp_b p a:hover {
	box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.3);
}

.newdes img {
	max-width: 100%;
}

.bwen_ul li {
	cursor: pointer;
}

.bwen_ul li:nth-child(2).active {
	border-right: 1px solid #ddd;
}

.wz_p a {
	color: #0c80d1;
	font-weight: bold;
}

.wz_p {
	margin-bottom: 15px;
}

.wz_p a:hover {
	color: #000;
}

.cdes_r_ul li a i {
	font-weight: bold;
}

.ss_ul .ss_div canvas {
	position: absolute;
	top: -9px;
	left: -9px;
}










@media(max-width: 1600px) {

	.slide01 h3 {
		font-size: 40px;
		margin-top: 14%;
	}

	.slide01_div .slide01_span {
		padding: 10px 10px;
	}

	.titl_w h3 {
		font-size: 40px;
	}

	.slide02_r h3,
	.slide03_l h3,
	.slide04_h3 {
		font-size: 30px;
	}

	.slide04_p {
		font-size: 16px;
	}

}


@media(max-width: 1024px) {


	.logo {
		width: 140px;
	}

	.head_cen {
		line-height: 50px;
	}

	.menu_ul>li>a {
		padding: 0 10px;
	}

	.searchbox {
		top: 102px;
	}

	.banin_lay h3 {
		font-size: 30px;
		margin-bottom: 0px;
	}

	.zp_b p a {
		padding: 5px 4px;
	}

	.new_ul li:nth-child(2n):before {
		left: -33px;
	}

	.new_ul li:nth-child(2n):after {
		left: -38px;
	}

	.new_ul li:nth-child(2n+1):before {
		right: -35px;
	}

	.new_ul li:nth-child(2n+1):after {
		right: -38px;
	}
	
		.newUl li:nth-child(2n):before {
		left: -33px;
	}

	.newUl li:nth-child(2n):after {
		left: -38px;
	}

	.newUl li:nth-child(2n+1):before {
		right: -35px;
	}

	.newUl li:nth-child(2n+1):after {
		right: -38px;
	}


}

@media(max-width: 1023px) {

	.head_top,
	.rightfix {
		display: none;
	}

	.caidan {
		display: inline-block;
	}

	.menu_ul {
		border-top: 1px solid #eee;
		margin-right: 0;
		z-index: 2;
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		background: #fff;
		display: none;
	}

	.ss_span {
		position: absolute;
		top: 10px;
		right: 10%;
	}

	header {
		height: 60px;
	}

	.logo {
		height: 42px;
		margin-top: 12px;
	}

	.searchbox {
		top: 60px;
	}

	.menu_ul li {
		float: none;
	}

	.menu_ul>li>a i {
		float: right;
	}

	.head_cen {
		line-height: 40px;
	}

	.slide01 h3 {
		font-size: 30px;
		margin-top: 10%;
	}

	.slide01_div .slide01_span {
		font-size: 26px;
		padding: 5px 10px;
	}

	.container_ban .swiper-slide {
		height: 300px;
	}

	.slide01_div span {
		margin: 0 4px;
		font-size: 22px;
	}

	.slide02_r h3,
	.slide03_l h3,
	.slide04_h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.slide02_r p {
		font-size: 14px;
		line-height: 22px;
	}

	.slide02_l_in>img {
		max-width: 100%;
	}

	.slide02_l_ul li img {
		max-width: 80%;
	}

	.slide03img01 {
		max-width: 60%;
	}

	.slide03img02 {
		width: 100px;
	}

	.slide03img03 {
		width: 50px;
	}

	.titl_w h3 {
		font-size: 30px;
	}

	.xm_index img {
		max-width: 70%;
	}

	.xm_b {
		font-size: 12px;
	}

	.info_index,
	.con_index {
		padding: 45px 0;
	}

	.info_index span {
		font-size: 20px;
	}

	.con_index i {
		margin-top: 10px;
	}

	footer {
		display: none;
	}

	.mobile-foot {
		display: block;
	}

	header {
		border-bottom: 1px solid #eee;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		background: #fff;
	}

	body {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.gsrw_b {
		padding: 20px 15px;
	}

	.zp_b p span {
		display: block;
		margin-bottom: 10px;
	}

	.zp_b {
		overflow: hidden;
	}

	.bq a {
		padding: 4px 8px;
	}

	.new_ul li:nth-child(2n):before {
		left: -28px;
	}

	.new_ul li:nth-child(2n):after {
		left: -33px;
	}

	.new_ul li:nth-child(2n+1):before {
		right: -28px;
	}

	.new_ul li:nth-child(2n+1):after {
		right: -33px;
	}
	
		.newUl li:nth-child(2n):before {
		left: -28px;
	}

	.newUl li:nth-child(2n):after {
		left: -33px;
	}

	.newUl li:nth-child(2n+1):before {
		right: -28px;
	}

	.newUl li:nth-child(2n+1):after {
		right: -33px;
	}

	.con_l dl dt {
		font-size: 16px;
	}




}


@media(max-width: 480px) {

	.ss_span {
		right: 16%;
	}

	.logo {
		margin-left: 15px;
	}

	.searchs .sertext {
		width: 260px;
		height: 40px;
		line-height: 40px;
	}

	.serbtn {
		width: 60px;
		height: 40px;
		line-height: 40px;
	}

	.searchs {
		margin: 0 15px;
	}

	.searchbox {
		padding: 20px 0 18px;
	}

	.slide01 h3 {
		margin-top: 19%;
	}

	.slide01_div .slide01_span {
		font-size: 18px;
	}

	.slide02_l,
	.container_ban .prev_ban,
	.container_ban .next_ban {
		display: none;
	}

	.slide02_r h3,
	.slide03_l h3,
	.slide04_h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.slide02_r,
	.slide03_l,
	.slide03_r {
		width: 100%;
	}

	.slide03img01 {
		max-width: 50%;
		margin-top: 20px;
	}

	.slide03img02 {
		width: 70px;
	}

	.slide03img03 {
		width: 35px;
		right: 35%;
	}

	.slide03_l h3 {
		text-align: center;
	}

	.lin04 {
		margin: 10px 0 15px;
	}

	.slide04_p {
		font-size: 14px;
	}

	.slide04_w {
		margin-top: 14%;
	}

	.slide04_span {
		margin-top: 5px;
	}

	.what_index {
		padding: 40px 0;
	}

	.what_index p {
		padding: 0 25px;
	}

	.xm_index {
		padding: 40px 0;
	}

	.xm_b p {
		display: none;
	}

	.xm_index h3 {
		margin: 15px 0 25px;
	}

	.case_index {
		padding: 40px 0 0;
	}

	.info_index,
	.con_index {
		padding: 20px 15px;
	}

	.info_index span {
		font-size: 16px;
	}

	.info_index a {
		padding: 6px 20px;
		margin-top: 10px;
	}

	.sjd_index {
		padding: 20px 15px;
	}

	.sjd_con {
		clear: both;
		padding-top: 20px;
	}

	.sjd_con h3 {
		font-size: 24px;
	}

	.ss_in,
	.jz_index {
		padding: 40px 0;
	}

	.ss_ul .ss_div {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	.ss_ul .ss_div h3 {
		font-size: 20px;
		line-height: 80px;
	}

	.ss_index {
		height: 400px;
		background: url("../img/bj01.jpg") no-repeat;
		background-size: cover;
	}

	.ss_index video {
		display: none;
	}

	.choose_index,
	.new_index {
		padding: 40px 15px;
	}

	.choose_index img {
		margin-top: 20px;
	}

	.new_in_list {
		margin-bottom: 15px;
	}

	.banin>img {
		height: 150px;
	}

	.banin_lay h3 {
		font-size: 26px;
	}

	.load {
		height: 60px;
		line-height: 60px;
	}

	.load a {
		line-height: 57px;
		padding: 0 0 0 40px;
		background: url(../img/4.png) no-repeat scroll -3px 0;
	}

	.gsjs {
		padding: 40px 15px;
	}

	.gs_r {
		margin-top: 20px;
	}

	.gsrw {
		padding: 0 15px;
	}

	.zp_ul li {
		margin-bottom: 5px;
		margin-right: 5px;
	}

	.zp_b p span {
		display: inline-block;
	}

	.zp_list {
		margin-bottom: 15px;
	}

	.newdes_titl {
		font-size: 20px;
	}

	.zpxq {
		padding: 40px 0;
	}

	.newdes_admin {
		margin: 10px 0 15px;
	}

	.newdes {
		font-size: 14px;
	}

	.zpxq_phone {
		display: none;
	}

	.fw_ul:before,
	.fw_ul li:before,
	.new_ul:before,
	.new_ul li:nth-child(2n):before,
	.new_ul li:nth-child(2n):after,
	.new_ul li:nth-child(2n+1):before,
	.new_ul li:nth-child(2n+1):after,
	.new_ul li a:before {
		display: none;
	}
		.newUl:before,
	.newUl li:nth-child(2n):before,
	.newUl li:nth-child(2n):after,
	.newUl li:nth-child(2n+1):before,
	.newUl li:nth-child(2n+1):after,
	.newUl li a:before {
		display: none;
	}

	.fw_ul li {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-bottom: 40px;
	}

	.fw_span {
		position: initial;
		margin: 0 auto;
		display: block;
		margin-bottom: 15px;
	}

	.fw_ul li h3,
	.fw_ul li p {
		text-align: center;
	}

	.fw_ul li:nth-child(2n) {
		padding: 0;
	}

	.new_ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	.newUl li {
		width: 100%;
		margin-bottom: 15px;
	}

	.con_t h3,
	.con_l h3 {
		font-size: 24px;
	}

	.con_l dd {
		padding-left: 0;
	}




}
.list_pages {
	text-align: center;
	height: 52px;
	margin-top: 20px;
}

.list_pages ul {}

.list_pages ul li {
	float: none;
	width: auto;
	padding: 4px 8px;
	border: 1px solid #eee;
	background-color: #eee;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 5px;
}

.list_pages ul li a {
	color: #606060;
}

.list_pages ul li a:hover {
	color: #000000;
}

.list_pages ul li.thisclass,
.list_pages ul li.thisclass a,
.list_pages ul li.thisclass a:hover {
	background-color: #3498DB;
	color: #fff;
	border: 1px solid #3498DB;
}

.list_pages .pageinfo {
	padding: 4px 10px;
	color: #555;
	font-weight: normal;
	float: none;
}

.list_pages .pageinfo strong {
	color: #555;
	font-weight: normal;
}

.list_pages select {
	font: 12px Verdana, Arial, Tahoma;
	vertical-align: middle;
}


.new_in_ul li:hover h3{
	color: #000 !important;
}

.new_in_ul li:hover p{
	color: #000 !important;
}