@charset "utf-8";
/* CSS Document */
html, body {
	font-size: 14px;
	font-family: "微软雅黑", "arial";
	color: #646464;
	line-height: 1.8;
	position: relative;
}
.pw {
	width: 960px;
	margin: 0 auto;
}
.ppw {
	width: 1200px;
	margin: 0 auto;
}
.qd_phone {
	position: absolute;
	top: 20px;
	z-index: 99;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	color: rgb(255, 255, 255);
	font-size: 30px;
	left: 55px;
}
.banner a:link, .banner a:visited {
	color: #fff;
}
.banner a:active, .banner a:hover {
	color: #fff;
}
.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #ddd;
}
.banner .item {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner .pic {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner .pic .pimg {
	width: 100%;
	display: block;
	opacity: 1;
	transition: transform 5s ease 0s, opacity 2s ease 0s;
}
.banner .imgIn .pimg {
	opacity: 1;
	transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}
.bannerText {
	position: absolute;
	top: 27%;
	left: 0;
	right: 0;
	color: #fff;
}
.bannerText .tx1 {
	max-width: 100%;
	margin: 0 auto;
}
.bannerText .tx2 {
	text-align: center;
	margin-top: 35px;
}
.amore {
	display: block;
	color: #fff;
	width: 100px;
	height: 37px;
	position: relative;
	margin: 0 auto;
}
.amore .ambor {
	border: 1px solid #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.amore span {
	display: block;
	position: absolute;
	background: #0579F2;
}
.aline_1 {
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	transition: 150ms;
	-webkit-transition: 150ms;
}
.aline_2 {
	width: 2px;
	height: 0;
	bottom: 0;
	right: 0;
	transition: 75ms 150ms;
	-webkit-transition: 75ms 150ms;
}
.aline_3 {
	width: 0;
	height: 2px;
	top: 0;
	right: 0;
	transition: 150ms 250ms;
	-webkit-transition: 150ms 250ms;
}
.aline_4 {
	width: 2px;
	height: 0;
	top: 0;
	left: 0;
	transition: 75ms 400ms;
	-webkit-transition: 75ms 400ms;
}
.banner .amore {
	margin-top: 5.8%;
}
.banner .amore:hover {
	color: #0579F2;
}
.amore:hover .aline_1, .amore:hover .aline_3 {
	width: 100%;
}
.amore:hover .aline_2, .amore:hover .aline_4 {
	height: 100%;
}
.batxhide .tx, .batxhide .amore {
	transition: 600ms;
	-webkit-transition: 600ms;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transform: translateY(80px);
	-webkit-transform: translateY(80px);
	opacity: 0;
}
.batxhide .tx2 {
	transition-delay: 100ms;
	-webkit-transition-delay: 100ms;
}
.batxhide .amore {
	transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
}
.batxshow .tx, .batxshow .amore {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}
.banner .bx-wrapper .bx-pager {
	height: 9px;
	bottom: 100px;
	padding-top: 0px;
	position: absolute;
	width: 100%;
	left: 0px;
	z-index: 99;
	text-align: center;
	line-height: 9px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
	height: 9px;
	line-height: 9px;
	width: 9px;
	margin: 0px 9px;
	display: inline-block;
	overflow: hidden;
	background: url(../images/num_21.png) no-repeat scroll center center;
	cursor: pointer;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../images/num_2.png) no-repeat scroll center center;
}
.arrowImg {
	width: 55px;
	height: 55px;
	background: url(../images/mouse.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 130px;
	z-index: 99;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	-webkit-animation: b_jump 1.5s ease-in-out 0.1s alternate infinite;
	-moz-animation: b_jump 1.5s ease-in-out 0.1s alternate infinite;
	-o-animation: b_jump 1.5s ease-in-out 0.1s alternate infinite;
	animation: b_jump 1.5s ease-in-out 0.1s alternate infinite;
	cursor: pointer;
}
.arrowImg:before, .arrowImg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	pointer-events: none;
	box-sizing: content-box;
}
.arrowImg:before {
	width: 55px;
	height: 55px;
	border: 1px solid #fff;
	-moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.arrowImg:after {
	width: 54px;
	height: 54px;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 0;
	-moz-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	-moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.arrowImg:hover:before {
	opacity: 0;
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	-moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.arrowImg:hover:after {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
@keyframes b_jump {
	from {
		transform:translateY(0);
		-webkit-transform:translateY(0);
	}
	to {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
}
@-webkit-keyframes b_jump {
	from {
		transform:translateY(0);
		-webkit-transform:translateY(0);
	}
	to {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
}
.arrowTip {
	width: 100%;
	height: 1000px;
}
/* 加载 start */
.loadingBg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #3a3939;
	z-index: 9999;
}
.loading {
	width: 90px;
	height: 170px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -85px;
	z-index: 999;
}
.m-black, .m-red {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 90px;
}
.m-black {
	background: url(../images/loding1.png) no-repeat left top;
	height: 170px;
}
.m-red {
	background: url(../images/loding2.png) no-repeat left bottom;
	-moz-animation-duration: 3s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-moz-animation-direction: forward;
	-webkit-animation-direction: forward;
	animation-direction: forward;
	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-moz-animation-name: fill;
	-webkit-animation-name: fill;
	animation-name: fill;
	height: 170px;
}
@-moz-keyframes fill {
	0% {
		height: 0px;
	}
	25% {
		height: 40px;
	}
	50% {
		height: 85px;
	}
	75% {
		height: 125px;
	}
	100% {
		height: 170px;
	}
}
@-webkit-keyframes fill {
	0% {
		height: 0px;
	}
	25% {
		height: 40px;
	}
	50% {
		height: 85px;
	}
	75% {
		height: 125px;
	}
	100% {
		height: 170px;
	}
}
@keyframes fill {
	0% {
		height: 0px;
	}
	25% {
		height: 40px;
	}
	50% {
		height: 85px;
	}
	75% {
		height: 125px;
	}
	100% {
		height: 170px;
	}
}

/* 首页 title end */
/* 二级 title start */
.sec_title {
	margin: 0 auto;
	padding: 4.5% 0;
}
.sec_title .ch {
	width: 300px;
	height: 25px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #272528;
	overflow: hidden;
}
.sec_title .ch0 {
	color: #fff;
}
.sec-Ttxt {
	width: 100%;
	display: table;
	display: table;
}
.sec-Ttxt h4 {
	font-size: 30px;
	color: #272528;
	text-transform: uppercase;
	width: 100%;
	line-height: 30px;
	text-align: center;
}
.sec-Ttxt p span {
	color: #ccc;
}
.sec-Ttxt p {
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.sec-Ttxt0 h4, .sec-Ttxt0 p {
	color: #fff;
}
/* 二级 title end */
/* service start */
.idx_service {
	width: 1200px;
	margin: 0 auto;
	display: table;
}
.waper-service {
}
.waper-service li {
	float: left;
	width: 18%;
	height: 341px;
	padding: 15px;
	margin:0 1%;
	margin-bottom: 30px;
	background-color: #fff;
	border: solid 2px #35343a;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	box-sizing:border-box;
}
.waper-service li:last-child {
	margin-right: 0px;
}
.waper-service li .ser_top {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 100%;
	width: 85%;
}
.ser_txt img {
	max-width: 100%;
}
.ser_icon {
	width: 100%;
	text-align: center;
	margin-top: 38px;
	height: 140px;
}
.ser_icon img {
	vertical-align: middle;
	max-width: 100%;
	display: inline-block;
}
.ser_title {
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 43px;
	background-color: #0579F2;
}
.waper-service li .ser_top h3 {
	margin-top: 50px;
	font-size: 20px !important;
	color: #000;
	text-transform: uppercase;
}
.waper-service li .ser_top h4 {
	font-size: 16px !important;
	color: #101010;
	margin-top: 12px;
}
.waper-service li .ser_top span {
	display: block;
	margin-top: 23px;
	width: 20px;
	border-top: 1px solid #101010;
}
.waper-service li .ser_top h2 {
	margin-top: 37px;
	font-size: 47px !important;
	color: #ED6C00;
}
.waper-service li .ser_bom {
	position: absolute;
	padding-left: 17px;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: #0579F2;
	transition: all 1s cubic-bezier(0.45, 0.55, 0.75, 1) 0s;
	-webkit-transition: all 1s cubic-bezier(0.45, 0.55, 0.75, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.45, 0.55, 0.75, 1) 0s;
}
.waper-service li .ser_bom h1 {
	margin-top: 30px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.waper-service li .ser_bom h3 {
	margin-top: 30px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.waper-service li .ser_bom h4 {
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
}
.waper-service li .ser_bom span {
	display: block;
	margin-top: 23px;
	margin-bottom: 10px;
	width: 20px;
	border-top: 1px solid #fff;
}
.waper-service li .ser_bom p {
	width: 85%;
	margin-top: 7px;
	color: #fff;
	font-size: 12px;
	line-height: 23px;
}
.waper-service li:hover .ser_bom {
	top: 0%;
}
/* service end */
/* help start */
.i2 {
	padding: 80px 0px;
	background-color: #336BC2;
}
.help_C {
	width: 100%;
}
.help_C h2 {
	font-size: 18px;
	text-align: center;
}
.help_C .sub-city {
	text-align: center;
	display: none;
}
.help_C .sub-city-tu {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: table;
	position: relative;
}
.help_C .sub-city-tu ul {
	overflow: hidden;
	border-bottom: solid 2px rgba(255,255,255,0.5);
}
.help_C .sub-city-tu ul li {
	position: relative;
	width: 1px;
	height: 205px;
	float: left;
	margin: 0 63px;
	cursor: pointer;
}
.help_C .sub-city-tu ul li .sub-tu-tt {
	width: 2px;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
}
.sub_d {
	width: 8px;
	height: 8px;
	background-color: #fff;
	margin-left: -3px;
}
.help_C .sub-city-tu ul li .sub-tu-qq {
	width: 109px;
	height: 126px;
	position: absolute;
	left: -54px;
	top: 0;
	text-align: center;
	z-index: 7;
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=1);
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
}
.help_Cmob {
	display: none;
}
.qq0, .qq2, .qq4, .qq6, .qq8 {
	top: 80px !important;
}
.qq1, .qq3, .qq5, .qq7 {
	top: 10px !important;
}
.help_C .sub-city-tu ul li .sub-tu-qq h3 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-top: 11px;
}
.help_C .sub-city-tu ul li .sub-tu-qq p {
	font-size: 12px;
	color: #fff;
	line-height: 23px;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}
.help_C .sub-city-tu ul li .sub-tu-qq p:hover {
	font-size: 14px;
	font-weight: 600;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	margin-top: -5px;
}
.help_C .sub-city-tu ul li:hover .sub-tu-qq {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}
.help_C .sub-city-tu ul li.dwd7 .sub-tu-qq {
	z-index: 10;
}
.help_C .sub-city-tu ul li.dwd8 .sub-tu-qq {
	z-index: 10;
}
.help_C .sub-city-tu ul li.dwd15 .sub-tu-qq {
	z-index: 10;
}
.tt0 {
	height: 90px;
}
.tt1 {
	height: 160px;
}
.tt2 {
	height: 90px;
}
.tt3 {
	height: 160px;
}
.tt4 {
	height: 90px;
}
.tt5 {
	height: 160px;
}
.tt6 {
	height: 90px;
}
.tt7 {
	height: 160px;
}
.tt8 {
	height: 90px;
}
.help_C .sub-city-tu ul li.dwd1 .sub-tu-qq, .help_C .sub-city-tu ul li.dwd4 .sub-tu-qq, .help_C .sub-city-tu ul li.dwd9 .sub-tu-qq, .help_C .sub-city-tu ul li.dwd14 .sub-tu-qq, .help_C .sub-city-tu ul li.dwd16 .sub-tu-qq, .help_C .sub-city-tu ul li.dwd21 .sub-tu-qq, .help_C .sub-city-tu ul li.dwd25 .sub-tu-qq {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}
.help_l {
	width: 100%;
	overflow: hidden;
}
.help_l ul li {
	width: 33.33333333%;
	float: left;
	text-align: center;
	color: #fff;
}
.help_l ul li .help_T1 {
	font-size: 38px;
}
.help_l ul li .help_T2 {
	font-size: 14px;
}
.help_l ul li .help_T3 {
	font-size: 14px;
}
/* help end */

/* 二级页面 css */
.banner .owl-theme .owl-controls {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 0;
	bottom: 30px;
}
.banner .owl-theme .owl-controls .owl-page span {
	margin: 0 5px;
	background: #fff;
	vertical-align: middle;
}
.banner .owl-theme .owl-controls .owl-page.active span {
	background: #0579F2;
}
.banner .mtx {
	display: none;
}
.inw-txts .txts a:hover {
	color: #0579F2;
}
.pheader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 889;
	background: #336bc2;
}
.mtop {
	height: 50px;
}
.pbanner {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pbanner .vt {
	width: 100%;
	display: block;
}
.pbanner .pbatxbox {
	position: absolute;
	text-align: center;
	left: 46%;
	top: 35%;
	display: table;
	color: #272528;
	font-size: 36px;
}
.pbanner .pbatxbox h2 {
	font-size: 36px;
}
.pbanner .pbatxbox h2 span {
	color: #0579F2;
}
.pbanner .pbatxbox p {
	font-size: 18px;
	padding: 0px 15px;
}
.pnav {
	background: #f0f0f0;
	position: relative;
}
.pnav a {
	color: #fff;
	display: block;
}
.pnav a:hover, .pnav a:active, .pnav .cnav a {
	color: #646464;
}
.pnav li {
	float: left;
	width: 16.6666%;
	*width:16.6%;
	background: #0579F2;
	line-height: 43px;
	text-align: center;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.pnav li:hover, .pnav .cnav {
	background: #fff;
}
.pnav li .line {
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
/* service start */
.typeIbox li {
	float: left;
	width: 12.5%;
	text-align: center;
	background: url(../images/type_ico.gif) no-repeat scroll right center;
	font: 14px/1.8 "microsoft yahei";
	letter-spacing: 0.1em;
	display: block;
	padding-top: 90px;
	position: relative;
}
.typeIbox li.titem1 {
	color: #666;
}
.typeIbox li .flow_i1, .typeIbox li .flow_i2 {
	display: block;
	margin: 0px auto;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 0px;
}
.typeIbox li .flow_i1 {
	transition: 400ms;
}
.typeIbox li .flow_i2 {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 500ms;
}
.typeIbox li:hover .flow_i2 {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.typeIbox li:hover .flow_i1 {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/* service end */
/* sem start */
.sem_T {
	text-align: center;
	padding: 3% 15px;
}
.sem_01 {
	font-size: 28px;
	color: #272528;
	letter-spacing: 4px;
}
.sem_02 {
	font-size: 14px;
}
.sem_line {
	width: 40px;
	height: 1px;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	background: #0579F2;
}
/* sem end */

.sec_txts {
	color: #646464;
	text-align: center;
}
.sec_txts .t1 {
	color: #323232;
	font-size: 18px;
}
.sec_txts .line {
	width: 40px;
	height: 1px;
	background: #1a1a1a;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}
.sec_txts .tx {
	margin-bottom: 20px;
}
.abnav li {
	width: 20%;
}
.ab1 .txts, .ab2 .txtsBox {
	width: 48%;
	float: right;
	text-indent:2em;
}
.ab1 .txts p {
	width: 100%;
	text-align: justify;
	text-indent: 2em;
}
.ab1 .txts p a {
	color: #0579F2;
}
.ab1 .txts p:first-child {
	margin-left: 0;
}
.ab_C .pic {
	width: 50%;
	float: left;
	overflow: hidden;
}
.ab_C .pic img {
	width: 100%;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.ab_C .pic:hover img {
	transform: scale(1.09);
	-webkit-transform: scale(1.09);
}
.ab_C {
	overflow: hidden;
}
.ab {
	padding-bottom: 3%;
}
.ab2 .txtsBox .txts {
	float: left;
	width: 47%;
}
.ab2 .txtsBox .txts p {
	text-align: justify;
}
.ab2 .txtsBox .pics {
	float: left;
	width: 47%;
	margin-left: 6%;
}
.ab2 .txtsBox .pics .pic {
	margin-bottom: 25px;
}

.jdTxt {
	color: #666;
	text-indent: 2em;
	padding: 10px 15px;
}
#jdp {
	width: 865px;
	margin: 0 auto;
}
.jdpanel {
	padding: 5% 0;
}
.jonav li {
	width: 25%;
}
.jo1 .tis {
	width: 228px;
	border: 1px solid #0579F2;
	padding: 23px 0 17px 0;
	float: left;
	margin-left: 6.5%;
}
.jo1 .tis p {
	font-size: 18px;
	color: #000;
	text-align: center;
}
.jo1 .tis .line {
	display: block;
	width: 30px;
	height: 1px;
	background: #1a1a1a;
	margin: 25px auto;
}
.jo1 .tis .arrow {
	width: 100%;
	height: 10px;
	background: url(../images/jo_arrow.png) no-repeat center center;
	display: block;
	animation: omap 1.5s linear alternate infinite;
	-webkit-animation: omap 1.5s linear alternate infinite;
}
.jo1 .tx {
	width: 60%;
	float: right;
	text-align: justify;
}
.jo1 {
	padding: 3% 0 6.2% 0;
}
.jot {
	padding-left: 55px;
}
.jot span {
	display: block;
	width: 16.66666666666%;
	float: left;
	line-height: 47px;
	height: 47px;
	overflow: hidden;
}
.jot span:first-child {
	padding-left: 4%;
}
.jod > span {
	background: #a0a0a0;
	color: #fff;
	cursor: pointer;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.jotxs {
	position: relative;
	margin-bottom: 30px;
}
.jos {
	padding-left: 55px;
	display: none;
}
.jos .bodr {
	border: 1px solid #0579F2;
	padding: 30px 5% 7% 5%;
	border-top: 0;
}
.jos .bodr span {
	display: block;
	border-top: 1px solid #eee;
	padding-top: 25px;
	margin-top: 35px;
}
.jos .bodr span a {
	color: #0579F2;
}
.jotxs .line {
	background: #0579F2;
	display: block;
	position: absolute;
}
.jotxs .line_1 {
	width: 21px;
	height: 1px;
	top: 23px;
	left: 15px;
}
.jotxs .line_2 {
	width: 1px;
	height: 21px;
	top: 13px;
	left: 25px;
}
.jotxs .arrow {
	width: 55px;
	height: 47px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.jotxs:hover .jod > span, .jotxs.act .jod > span {
	background: #0579F2;
}
.jotxs.act .arrow {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.jo2 {
	padding-bottom: 2%;
}
.jo3 {
	background: #eee;
	padding: 5.8% 0 4.8% 0;
}
.jo_edus {
	width: 1140px;
	margin: 0 auto;
}
.jo_edus li {
	width: 245px;
	margin: 10px 20px;
	background: #fff;
	float: left;
}
.jo_edus a {
	color: #787878;
}
.jo_edus li .pic {
	width: 100%;
	overflow: hidden;
}
.jo_edus li .pic img {
	width: 100%;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.jo_edus li:hover .pic img {
	transform: scale(1.09);
	-webkit-transform: scale(1.09);
}
.jo_edus a {
	color: #646464;
}
.jo_edus a:hover, .jo_edus a:active {
	color: #0579F2;
}
.jo_edus li .txts {
	padding: 18px 5% 15px 5%;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.jo_edus li .txts .ti {
	color: #1a1a1a;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.jo_edus li .txts .date {
	color: #787878;
}
.jo_edus li:hover .txts {
	background: #0579F2;
}
.jo_edus li:hover .txts .ti, .jo_edus li:hover .txts .date {
	color: #fff;
}
.jo_teams a {
	width: 33.3333%;
	width: 33.3%;
	float: left;
	display: block;
	color: #1a1a1a;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.jo_teams .pic {
	width: 100%;
	overflow: hidden;
}
.jo_teams .pic img {
	width: 100%;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.jo_teams a:hover .pic img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
}
.jo_teams a .tx {
	padding: 0 5%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}
.jo_teams a:hover {
	background: #0579F2;
	color: #fff;
}
.jo4 {
	padding: 9% 0 5% 0;
}
.jo_teams .owl-theme .owl-controls {
	margin-top: 50px;
}
.ab2 {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ab2 .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,174,102,0.8);
}
.ab2 .ppw {
	position: relative;
}
.ab2 .fixbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ab2 .txts {
	text-align: center;
	color: #fff;
	margin-top: 55px;
}
.ab2 .t1 {
	font-size: 18px;
}
.ab2 .line {
	width: 40px;
	height: 1px;
	background: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}
.ab2 .tx {
	margin-top: 25px;
}
/* history start */
.fixbg {
	width: 100%;
	height: 100%;
	padding: 3% 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-attachment: scroll\9;
}
.his-next {
	width: 37px;
	height: 37px;
	border-radius: 100%;
	background: #0579F2;
	margin: 0 auto;
	cursor: pointer;
	transition: 300ms;
	-webkit-transition: 300ms;
	position: relative;
}
.ico {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.his-next .ico {
	background-image: url(../images/aw9.png);
	animation: awmove2 1s linear 0.1s alternate infinite;
	-webkit-animation: awmove2 1s linear 0.1s alternate infinite;
}
.his-next:hover {
	background: #0579F2;
}
.his-dot {
	width: 37px;
	height: 37px;
	background: #a0a0a0; /*padding:2px; border:2px solid #e5e5e5;*/
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
}
.his-dot .sdot {
	width: 100%;
	height: 100%;
	display: block;
	background: #a0a0a0;
	border-radius: 100%;
	background: url(../images/aw99.png) no-repeat center center;
}
.his-dot:hover {
	background: #0579F2;
}
.hisBox {
	width: 680px;
	margin: 0 auto;
}
.hisBox li { /*height:720px;*/
	padding: 25px 0 60px 0;
}
.histxts {
	height: 120px;
	position: relative;
}
.hisR .txts {
	right: 0;
}
.hisL .txts {
	left: 0;
}
.histxts .txts {
	background: #fff;
	width: 300px;
	position: absolute;
	top: 0;
}
.histxts .bodr {
	border: 1px solid #fff;
	padding: 15px 15px 20px 20px;
}
.histxts .date {
	color: #323232;
	font-size: 18px;
	line-height: 1.1;
	overflow: hidden;
	white-space: nowrap;
}
.histxts .tx {
	min-height: 50px;
	max-height: 125px;
}
.ixline {
	position: relative;
	margin-top: 35px;
}
.histxts .ixline {
	margin-top: 10px;
	margin-bottom: 10px;
}
.ixline .line {
	display: block;
}
.ixline .line_1 {
	width: 100%;
	height: 1px;
	background: #fff;
}
.ixline .line_2 {
	position: absolute;
	width: 20px;
	height: 7px;
	background: #0579F2;
	left: 5px;
	top: -3px;
	border-radius: 50%;
}
.histxts .ixline .line_1, .histxts .ixline .line_2 {
	background: #a0a0a0;
}
.histxts .hisDots {
	width: 40px;
	height: 10px;
	position: absolute;
	top: 45px;
	font-size: 0;
}
.histxts .hisDots span {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}
.histxts .hisDots .dot {
	width: 7px;
	height: 7px;
	background: #a0a0a0;
	border-radius: 100%;
}
.histxts .hisDots .aw {
	font-size: 12px;
	line-height: 10px;
	font-family: "宋体";
}
.hisR .hisDots .aw {
	margin-left: 10px;
}
.hisR .hisDots {
	left: -43px;
}
.hisL .hisDots .aw {
	margin-right: 10px;
}
.hisL .hisDots {
	right: -44px;
	text-align: right;
}
.his {
	position: relative;
}
.hisLine {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background: #a0a0a0;
}
.bx-next, .bx-prev {
	width: 100%;
	height: 100%;
	font-size: 0;
	position: absolute;
	top: 0;
	display: block;
}
.histxts:hover .bodr {
	border: 1px solid #0579F2;
}
.histxts:hover .date, .histxts:hover .hisDots .aw {
	color: #0579F2;
}
.histxts:hover .ixline .line, .histxts:hover .hisDots .dot {
	background: #0579F2;
}
.ab4 .fixbg {
	padding: 55px 0 5.5% 0;
}
/* history end */
.ab5 {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ab5 .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(25,169,229,0.8);
}
.ab5 .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(25,169,229,0.8);
}
.ab5 .ppw {
	position: relative;
}
.ab5 .fixbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ab5 .txts {
	text-align: center;
	color: #fff;
	margin-top: 55px;
}
.ab5 .t1 {
	font-size: 30px;
}
.ab5 .line {
	width: 40px;
	height: 1px;
	background: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}
.ab5 .tx {
	margin-top: 25px;
}
.txsfo {
	border-top: 1px solid #eee;
	padding: 4.5% 0;
}
.txsfo02 {
	border: none;
	padding: 20px 0px;
}
.txsfo li {
	width: 20.5%;
	margin-left: 6%;
	float: left;
}
.txsfo01 li {
	width: 15%;
	margin: 0px 10px;
	float: left;
}
.txsfo li:first-child {
	margin-left: 0;
}
.txsfo li .tfo_ti {
	color: #1a1a1a;
	border: 1px solid #0579F2;
	line-height: 36px;
	text-align: center;
}
.txsfo00 li .tfo_ti {
	color: #1a1a1a;
	border: 1px solid #7bc5a0;
}
.txsfo01 li .tfo_ti {
	color: #fff;
	background-color: #4571ae;
	border: 1px solid #4571ae;
}
.txsfo02 li .tfo_ti {
	color: #272528;
	padding: 10px 5px;
	border: 1px dashed #0579F2;
	background-color: rgba(0,174,102,0.4);
}
.txsfo li .tfo_ti0 {
	background-color: rgba(0,174,102,0.4);
	border: 2px dashed rgba(255,255,255,0.5);
	color: #272528;
}
.txsfo li .tfo_tx {
	text-align: justify;
	margin-top: 25px;
}
#map {
	height: 410px;
}
