body {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Source Han Sans';
	-webkit-text-size-adjust: none;
	height: auto;
	color: #333;
	background: #fff;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
}
html {
	min-width: 1280px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th {
	padding: 0;
	margin: 0;
}
fieldset {
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
}
a img {
	border: 0;
	padding: 0;
	margin: 0;
}
i {
	font-style: normal;
}
address, caption, cite, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
li {
	list-style-type: none;
}
caption {
	text-align: left;
}
th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:unknown {
content: '';
}
input, textarea, select {
	font-family: inherit;
	font-size: 100%;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #1f6eb1;
	text-decoration: none;
}
.icon {
	background-image: url("../image/icon.png");
	display: inline-block;
	vertical-align: middle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
	display: block;
	_height: 0;
	overflow: hidden;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*网站公用样式表*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.head_main {
	z-index: 10;
	background: #4664a4;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
}
.head_main .right {
	color: #999;
}
.head_main .right li {
	display: inline;
	padding: 0 5px;
}
.head_main .right li:first-child {
	padding-right: 0;
}
.head_main .right li a:hover {
	color: #c8c8c8;
}
.head_main .right li a {
	color: #fff;
	position: relative;
	z-index: 10;
}
.top_main {
	position: relative;
	padding: 22px 0;
	z-index: 9;
	border-bottom: 1px solid #ecebec;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.top_main .tel {
	padding-top: 9px;
}
.top_main .tel p {
	font-size: 15px;
	font-weight: bold;
}
.top_main .tel p i {
	width: 14px;
	height: 16px;
	background-position: 0 -64px;
	margin-right: 5px;
}
.top_main .tel h3 {
	font-size: 20px;
	color: #1f6eb1;
	font-family: arial;
	padding-top: 4px;
}
.top_main .nav {
	padding-left: 30px;
}
.top_main .logo img {
	float: left;
}
.top_main ul {
	display: inline-block;
*display: inline;
*zoom: 1;
}
.top_main li {
	float: left;
	margin-left: 35px;
	text-align: left;
	position: relative;
	display: block;
	text-align: center;
	padding-top: 5px;
	z-index: 9;
}
.top_main li a {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
}
.top_main li a i {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 7px;
	display: block;
	transition: ease-in-out 0.2s;
	z-index: 9;
}
.top_main li a p {
	width: 100%;
	height: 50px;
	text-align: center;
	left: 0;
	top: 0;
	z-index: 10;
	line-height: 50px;
}
.top_main li a:hover, .top_main li a.hover, .top_main li #hover2 {
	cursor: pointer;
}
.top_main li a:hover i, .top_main li a.hover i, .top_main li #hover2 i {
	width: 100%;
	bottom: 0;
	background: #1f6eb1;
}
.top_main li a:hover p, .top_main li a.hover p, .top_main li #hover2 p {
	color: #1f6eb1;
}
.top_main dl {
	width: 155px;
	border-radius: 0 0 3px 3px;
	padding-bottom: 3px;
	background: #1f6eb1;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 55px;
	z-index: 1555;
	border-top: none;
}
.top_main dl {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.top_main li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.top_main dl dd {
	height: 40px;
	border-top: 1px solid #1a5e98;
	text-align: center;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	line-height: 40px;
}
.top_main dl dd a:hover {
	color: #fff;
}
.top_main dl dd a {
	color: #dddada;
	height: 40px;
	display: block;
	transition: ease-in-out 0.2s;
	line-height: 40px;
}
/****banner****/
.main_banner {
	width: 1920px;
	overflow: hidden;
	height: 700px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-bottom: 124px;
}
.main_banner .search {
	position: absolute;
	width: 1920px;
	height: 224px;
	background: url(../image/banner_bg.png) center center no-repeat;
	bottom: 0px;
	left: 50%;
	margin-left: -960px;
	z-index: 10;
}
.main_banner .search p {
	border-bottom: 1px solid #367db9;
	margin: 0 50px;
	line-height: 80px;
	font-size: 18px;
	color: #fff;
	margin-top: 35px;
	width: 1041px;
}
.main_banner .search .hot {
	padding: 0 50px;
}
.main_banner .search .hot .left {
	color: #fff;
	line-height: 69px;
}
.main_banner .search .hot .left a {
	color: #bbd0de;
	padding: 0 10px;
}
.main_banner .search .hot .left a:hover {
	color: #fff;
}
.main_banner .search .hot .right {
	position: relative;
	margin-right: 60px;
	margin-top: 17px;
}
.main_banner .search .hot .right .input {
	width: 260px;
	background: #fff;
	height: 17px;
	line-height: 17px;
	padding: 9px 0px;
	border: none;
	border-right: none;
	font-size: 12px;
	color: #999;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 10px;
	outline: none;
}
.main_banner .search .hot .right .btn {
	width: 30px;
	height: 35px;
	border: none;
	background-position: -54px 0;
	z-index: 10;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	outline: none;
}
.main_banner #next, .main_banner #prev {
	width: 48px;
	height: 48px;
	position: absolute;
	left: 50%;
	margin-left: -698px;
	background-position: 0 0;
	z-index: 10;
	top: 50%;
	margin-top: -120px;
	cursor: pointer;
	transition: ease-in-out 0.2s;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.main_banner #next {
	margin-left: 650px;
	background-position: -113px 0;
}
.main_banner #next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_banner #prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_banner .banner {
	width: 100%;
	height:100%;
	top: 0;
	bottom: 0;
	left:0;
	right:0;

}
.main_banner .banner img {
	width: 100%;
	height:100%;
	overflow: hidden;
	align-items: center;
}
.main_banner .banner_fmenu {
	position: absolute;
	width: 980px;
	left: 50%;
	
	bottom: 130px;
	height: 28px;
	z-index: 30;
	text-align: left;
}
.main_banner #banner_fmenu A {
	margin-left: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	overflow: hidden;
	display: inline-block;
	background: #fff;
	border-radius: 100%;
	color: #333;
	font-weight: 100;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.main_banner #banner_fmenu A.activeSlide {
	background: #fff;
	color: #1f6eb1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_banner #banner_fmenu A:focus {
	OUTLINE-STYLE: none;
	OUTLINE-COLOR: invert;
	OUTLINE-WIDTH: medium;
}
/*nybanner*/
.nybanner {
	width: 100%;
	height:100%;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.nybanner img {
	width: 100%;
	height:100%;
	overflow: hidden;
	align-items: center;
}
.index_title {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 40px;
}
.index_title h3 {
	font-size: 38px;
	font-weight: 100;
	padding-bottom: 12px;
	color: #333;
	font-weight: bold;
}
.index_title p {
	background: url(../image/line.png) center center no-repeat;
	width: 320px;
	height: 22px;
	margin: 0 auto;
}
.more {
	margin-top: 64px;
}
.more a {
	border: 2px solid #c5c5c5;
	width: 201px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	display: block;
	border-radius: 20px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
}
.more a:hover {
	border-color: #1f6eb1;
	background: #1f6eb1;
	color: #fff;
}
.floor_1_main {
	background: url(../image/f1_bg.jpg) center bottom no-repeat;
	height: 1000px;
	margin-top:80px;
}
.floor_0_main {
	background: url(../image/f1_bg.jpg) center bottom no-repeat;
	height: 885px;
}
.floor_1_main .slideTxtBox {
	text-align: left;
}
.floor_1_main .slideTxtBox .hd {
	text-align: center;
	margin-bottom: 38px;
}
.floor_1_main .slideTxtBox .hd ul {
	display: inline-block;
	zoom: 1;
*display: inline;
}
.floor_1_main .slideTxtBox .hd ul li {
	border: 1px solid #bfbfbf;
	float: left;
	width: 170px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	margin: 10px 10px;
}
.floor_1_main .slideTxtBox .hd ul li a {
	color: #828282;
	display: block;
	width: 100%;
	height: 100%;
}
.floor_1_main .slideTxtBox .hd ul li.on a {
	background: #1f6eb1;
	color: #Fff;
	border-radius: 4px;
}
.floor_1_main .slideTxtBox .hd ul li.on {
	border: 1px solid #1f6eb1;
}
.floor_1_main .slideTxtBox .bd .con .left {
	width: 601px;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box1 {
	border: 1px solid #ddd;
	width: 290px;
	height: 223px;
	float: left;
	position: relative;
	background: #fff;
	border-right: none;
}

.floor_1_main .slideTxtBox .bd .con .left dd .box1 i {
	width: 31px;
	height: 5px;
	background-position: -198px 0;
	margin-left: 30px;
	margin-top: 20px;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box1 h3 {
	padding-left: 30px;
	font-size: 20px;
	padding-top: 30px;
	font-weight: 100;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box1 p {
	padding-left: 30px;
	padding-right: 30px;
	color: #999;
	padding-top: 10px;
	line-height: 26px;
	text-align: justify;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box1 span {
	display: block;
	width: 13px;
	height: 25px;
	background-position: -166px 0;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	z-index: 10;
	right: -13px;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box2 {
	float: left;
	border-left: 1px solid #ddd;
	width: 290px;
	height: 225px;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box2 img {
	display: block;
	width: 290px;
	height: 225px;
}
.floor_1_main .slideTxtBox .bd .con .left dd:hover .box1 i {
	background-position: -198px -5px;
}
.floor_1_main .slideTxtBox .bd .con .left .d2 .box1 {
	border-right: 1px solid #ddd;
	float: right;
	margin-right:19px;
}
.floor_1_main .slideTxtBox .bd .con .left .d2 .box1 span {
	right: auto;
	left: -13px;
	background-position: -181px 0;
}
.floor_1_main .slideTxtBox .bd .con .left .d2 .box2 {
	float: left;
	border-left: none;
}
.floor_1_main .slideTxtBox .bd .con .right {
	width: 599px;
	overflow: hidden;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox {
	width: 600px;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .hd2 {
	height: 12px;
	overflow: hidden;
	position: absolute;
	right: 41px;
	bottom: 32px;
	z-index: 1;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .hd2 ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .hd2 ul li {
	float: left;
	margin-left: 10px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	background: #333;
	cursor: pointer;
	border-radius: 100%;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .hd2 ul li.on {
	background: #fff;
	color: #fff;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .bd2 {
	position: relative;
	height: 100%;
	z-index: 0;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .bd2 li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .bd2 li h3 {
	background: #1f6eb1;
	color: #fff;
	height: 80px;
	line-height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	font-size: 20px;
	font-weight: 100;
	padding-left: 36px;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .bd2 img {
	width: 600px;
	height: 450px;
	display: block;
}
.floor_2_main {
	background: url(../image/f2_bg.jpg) center top no-repeat;
	width: 100%;
	height: 220px;
}
.floor_2_main .w1200 {
	position: relative;
}
.floor_2_main .w1200 .img {
	position: absolute;
	left: -130px;
	top: -85px;
	z-index: 10;
}
.floor_2_main .w1200 .left {
	padding-left: 267px;
}
.floor_2_main .w1200 .left p {
	font-size: 18px;
	color: #1f6eb1;
	padding-top: 71px;
	padding-left: 42px;
	font-weight: bold;
}
.floor_2_main .w1200 .left h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 100;
	padding-top: 22px;
}
.floor_2_main .w1200 .left h3 b {
	font-size: 48px;
}
.floor_2_main .w1200 .right {
	width: 260px;
}
.floor_2_main .w1200 .right h3 {
	font-size: 22px;
	font-family: arial;
	color: #1f6eb1;
	padding-left: 50px;
	padding-top: 71px;
}
.floor_2_main .w1200 .right p {
	font-size: 18px;
	color: #Fff;
	padding-left: 50px;
	margin-top: 38px;
	position: relative;
	cursor: pointer;
}
.floor_2_main .w1200 .right p img {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0;
	right: -80px;
	transition: ease-in-out .2s;
	display: none;
	border-radius: 5px;
}
.floor_2_main .w1200 .right p:hover img {
	display: block;
}
.floor_3 .index_title {
	padding-bottom: 72px;
	padding-top: 72px;
}
.floor_3 li {
	overflow: hidden;
	height: 235px;
	vertical-align: top;
}
.floor_3 li .left {
	width: 600px;
	overflow: hidden;
	height: 235px;
}
.floor_3 li .left img {
	display: block;
	width: 600px;
	height: 235px;
}
.floor_3 li .right {
	width: 502px;
	background: #f8f8f8;
	height: 235px;
	padding-left: 98px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 li .right h3 {
	font-size: 28px;
	margin-top: 57px;
	background: #f8f8f8;
	position: relative;
	z-index: 10;
	line-height: 32px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 li .right b {
	color: #e9e9e9;
	position: absolute;
	font-size: 58px;
	font-weight: bold;
	z-index: 9;
	left: 98px;
	top: 23px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 li .right span {
	display: block;
	width: 29px;
	height: 5px;
	background: #1f6eb1;
	margin: 24px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 li .right p {
	line-height: 24px;
	width: 420px;
	color: #666;
	text-align: justify;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 li .right .i {
	width: 169px;
	height: 10px;
	background: #1f6eb1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
}
.floor_3 li .right .i2 {
	width: 10px;
	height: 80px;
	background: #1f6eb1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	right: auto;
}
.floor_3 li:first-child .right .i {
	width: 169px;
	height: 10px;
	background: #1f6eb1;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}
.floor_3 li:first-child .right .i2 {
	width: 10px;
	height: 80px;
	background: #1f6eb1;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	left: auto;
}
.floor_3 .l2 .left {
	float: right;
}
.floor_3 .l2 .right {
	float: left;
}
.floor_3 li:hover .right {
	background: #1f6eb1;
}
.floor_3 li:hover .right h3 {
	background: #1f6eb1;
	color: #fff;
}
.floor_3 li:hover .right p {
	color: #fff;
}
.floor_3 li:hover .right b {
	color: #2c7fbf;
}
.floor_3 li:hover .right span {
	background: #Fff;
}
.floor_4_main {
	background: url(../image/f4_bg.jpg) center center no-repeat;
	width: 100%;
	height: 220px;
	margin-top: 88px;
}
.floor_4_main .w1200 {
	position: relative;
}
.floor_4_main .w1200 .img {
	position: absolute;
	right: -180px;
	top: -88px;
	z-index: 10;
}
.floor_4_main .w1200 .left .span {
	display: block;
	width: 49px;
	height: 3px;
	background: #7ca7cc;
	margin-top: 47px;
}
.floor_4_main .w1200 .left p {
	font-size: 29px;
	color: #fff;
	padding-top: 56px;
	line-height: 65px;
	padding-bottom: 15px;
}
.floor_4_main .w1200 .left h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 100;
	padding-top: 7px;
}
.floor_4_main .w1200 .left h3 b {
	font-size: 48px;
}
.floor_4_main .w1200 .left span {
	color: #fff;
	font-size: 20px;
	margin-right: 20px;
}
.floor_4_main .w1200 .left span i {
	width: 27px;
	height: 24px;
	background-position: -129px -51px;
	margin-right: 10px;
}
.floor_4_main .w1200 .right {
	width: 551px;
}
.floor_4_main .w1200 .right h3 {
	font-size: 22px;
	font-family: arial;
	padding-left: 50px;
	color: #1f6eb1;
	padding-top: 73px;
}
.floor_4_main .w1200 .right p {
	font-size: 18px;
	color: #Fff;
	margin-top: 39px;
	padding-left: 50px;
	position: relative;
	z-index: 20;
	cursor: pointer;
}
.floor_4_main .w1200 .right p img {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 7px;
	right: 200px;
	transition: ease-in-out .2s;
	display: none;
	border-radius: 5px;
	z-index: 100;
}
.floor_4_main .w1200 .right p:hover img {
	display: block;
}
.floor_5 {
	padding-bottom: 52px;
	padding-top: 20px;
}
.floor_5 .picScroll-left {
	position: relative;
	padding-top: 15px;
}
.floor_5 .picScroll-left .hd {
	text-align: center;
	margin-top: 27px;
}
.floor_5 .picScroll-left .hd ul {
	display: inline-block;
	zoom: 1;
*display: inline;
}
.floor_5 .picScroll-left .hd ul li {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #bfbfbf;
	float: left;
	margin: 0 8px;
	text-indent: -1000px;
	overflow: hidden;
}
.floor_5 .picScroll-left .hd ul li.on {
	background: #1f6eb1;
}
.floor_5 .picScroll-left .bd ul {
	zoom: 1;
}
.floor_5 .picScroll-left .bd ul li {
	width: 390px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 15px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5 .picScroll-left .bd ul li img {
	width: 388px;
	height: 290px;
	display: block;
	border: 1px solid #ddd;
	border-bottom: 0;
	object-fit: cover;
}
.floor_5 .picScroll-left .bd ul li span {
	display: block;
	margin: 11px auto;
	width: 35px;
	height: 1px;
	background: #dbdbdb;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5 .picScroll-left .bd ul li h3 {
	font-size: 20px;
	font-weight: 100;
	line-height: 42px;
	padding-top: 14px;
}
.floor_5 .picScroll-left .bd ul li p {
	color: #666;
	height: 48px;
	line-height: 24px;
	text-align: justify;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5 .picScroll-left .bd ul li .con {
	padding: 0 25px 26px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5 .picScroll-left .bd ul li:hover {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.floor_5 .picScroll-left .bd ul li:hover .con {
	border-bottom: 2px solid #1f6eb1;
	padding: 0 25px 25px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.floor_5 .picScroll-left .bd ul li:hover .con span {
	background: #1f6eb1;
}
.floor_5 .picScroll-left .bd ul li:hover p {
	color: #666;
}
.floor_6_main {
	background: #f2f2f2 url(../image/f5_bg.jpg) center bottom no-repeat;
	width: 100%;
	padding-top: 26px;
	padding-bottom: 88px;
}
.floor_5_1 {
	width: 1200px;
	height: 452px;
	padding-top: 50px;
}
.floor_5_1 .floor_5_z {
	float: left;
	width: 380px;
	height: 452px;
	position: relative;
}
.floor_5_1 .floor_5_z a {
	display: block;
}
.floor_5_1 .floor_5_z .dk {
	height: 213px;
	width: 100%;
	border-top: none;
}
.floor_5_1 .floor_5_z b {
	width: 380px;
	height: 285px;
	overflow: hidden;
	display: block;
}
.floor_5_1 .floor_5_z img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .36s ease;
}
.floor_5_1 .floor_5_z h3 {
	font-size: 18px;
	color: #333;
	line-height: 18px;
	width: 100%;
	display: block;
	padding-top: 20px;
}
.floor_5_1 .floor_5_z p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	width: 100%;
	margin-top: 10px;
	height: 87px;
}
.floor_5_1 .floor_5_z i {
	display: block;
	font-size: 16px;
	color: #1f6eb1;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: #1f6eb1 solid 2px;
	border-radius: 18px;
	transition: ease-in-out .2s;
}
.floor_5_1 .floor_5_z em {
	display: block;
	width: 100px;
	height: 100px;
	background-color: #1f6eb1;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: "Arial";
	position: absolute;
	left: 0;
	top: 0;
}
.floor_5_1 .floor_5_z em span {
	display: block;
	font-size: 60px;
	color: #fff;
	line-height: 50px;
	padding-top: 14px;
}
.floor_5_1 .floor_5_z:hover h3 {
	color: #1f6eb1;
}
.floor_5_1 .floor_5_z:hover p, .floor_5_1 .floor_5_z:hover i span {
	color: #333;
}
.floor_5_1 .floor_5_z i:hover {
	background-color: #1f6eb1;
	color: #fff;
	border: #1f6eb1 solid 2px;
}
.floor_5_1 .floor_5_z a:hover b img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.floor_5_1 .floor_5_y {
	float: right;
	width: 800px;
	height: 452px;
}
.floor_5_1 .floor_5_y ul {
	display: block;
	width: 100%;
	height: 452px;
	margin: 0 auto;
}
.floor_5_1 .floor_5_y ul li {
	height: 103px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 28px;
	position: relative;
	border-bottom: #b9b9b9 dashed 1px;
	padding-bottom: 28px;
}
.floor_5_1 .floor_5_y ul li em {
	display: block;
	float: left;
	display: block;
	width: 98px;
	height: 98px;
	border: #e5e5e5 solid 1px;
	text-align: center;
	font-size: 16px;
	color: #333;
	font-family: "Arial";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li em span {
	display: block;
	font-size: 60px;
	color: #333;
	line-height: 50px;
	padding-top: 14px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li a {
	display: block;
	width: 100%;
	height: 100px;
}
.floor_5_1 .floor_5_y ul li h3 {
	width: 660px;
	float: right;
	height: 100px;
}
.floor_5_1 .floor_5_y ul li p {
	font-size: 18px;
	color: #333;
	width: 100%;
	line-height: 18px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li p span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-top: 18px;
	font-weight: normal;
}
.floor_5_1 .floor_5_y ul li:hover p {
	color: #1f6eb1;
}
.floor_5_1 .floor_5_y ul li:hover em, .floor_5_1 .floor_5_y ul li:hover em span {
	color: #1f6eb1;
}
.bottom_main {
	background: #4664a4;
	width: 100%;
}
.bottom_main .bott_nav {
	border-bottom: 1px solid #FFF;
	line-height: 70px;
}
.bottom_main .bott_nav span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
}
.bottom_main .bott_nav span i {
	width: 4px;
	height: 8px;
	background-position: -236px 0;
	margin-left: 10px;
}
.bottom_main .bott_nav a {
	color: #fff;
	padding-left: 70px;
}
.bottom_main1 {
	background: #FFF;
	width: 100%;
}
.bottom_main1 .bott_nav1 {
	border-bottom: 1px solid #FFF;
	line-height: 70px;
}
.bottom_main1 .bott_nav1 span {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
}
.bottom_main1 .bott_nav1 span i {
	width: 4px;
	height: 8px;
	background-position: -236px 0;
	margin-left: 10px;
}
.bottom_main1 .bott_nav1 a {
	color: #000;
	padding-left: 20px;
}
.bottom_main .tel {
	padding-bottom: 56px;
}
.bottom_main .tel .left {
	padding-top: 42px;
	padding-left: 25px;
}
.bottom_main .tel .left ul {
	width: 213px;
	float: left;
}
.bottom_main .tel .left li {
	color: #FFF;
	line-height: 30px;
}
.bottom_main .tel .left li:first-child {
	color: #fff;
	font-size: 18px;
	padding-bottom: 19px;
}
.bottom_main .tel .left dl {
	float: left;
	width: 220px;
	line-height: 30px;
	margin-left: 45px;
}
.bottom_main .tel .left dl dt {
	color: #fff;
	font-size: 18px;
	padding-bottom: 19px;
}
.bottom_main .tel .left dl a {
	color: #FFF;
}
.bottom_main .tel .left dl dd {
	width: 150px;
	float: left;
}
.bottom_main .tel .left dl a:hover {
	color: #cecece;
}
.bottom_main .tel .right {
	width: 480px;
}
.bottom_main .tel .right .fl {
	text-align: right;
	width: 220px;
	margin-top: 13px;
}
.bottom_main .tel .right .fl span {
	background:#8194bc ;
	color: #FFF;
	border-radius: 15px;
	width: 102px;
	height: 29px;
	text-align: center;
	display: block;
	line-height: 29px;
	margin-bottom: 20px;
	cursor: pointer;
}
.bottom_main .tel .right .fl span i {
	width: 15px;
	height: 15px;
	background-position: -246px 0;
	margin-right: 5px;
}
.bottom_main .tel .right .fl p {
	color: #fff;
}
.bottom_main .tel .right .fl h3 {
	font-size: 30px;
	color: #fff;
	font-family: arial;
}
.bottom_main .tel .right .fr {
	padding-right: 6px;
	margin-top: 39px;
}
.bottom_main .tel .right .fr li {
	float: left;
	text-align: center;
	line-height: 40px;
	margin-left: 12px;
}
.bottom_main .tel .right .fr h3 {
	color: #fff;
	font-weight: 100;
}
.bottom_main .tel .right .fr img {
	display: block;
	width: 103px;
	height: 103px;
	border: 1px solid #FFF;
	padding: 3px;
}
.bottom_copy {
	border-top: 1px solid #FFF;
	line-height: 50px;
	background: #4664a4;
	font-size: 12px;
	color: #ccc;
}
.bottom_copy a {
	color: #ccc;
}
.bottom_copy a:hover {
	color: #fff;
}
.ewmbox {
	width: 300px;
	height: 320px;
	padding-top: 20px;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -170px 0 0 -150px;
	text-align: center;
	font-size: 16px;
	display: none;
}
.ewmbox .close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -25px;
	right: -40px;
	cursor: pointer;
	border-radius: 100%;
	background: #f3f3f3 url(../image/dialogclose.png) no-repeat center center;
	transition: all ease 300ms;
}
.ewmbox .close:hover {
	transform: rotate(180deg);
}
.ewmbox img {
	width: 260px;
	height: 260px;
	display: block;
	margin: 0 auto 10px;
}
.dialog-layout {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
/********toolbar*********/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 50%;
	margin-top: -115px;
	z-index: 999;
}
.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../image/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #1f6eb1;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #1f6eb1;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #1f6eb1;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #1f6eb1;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .top span {
	background-position: -35px -142px;
}
.toolbar .top:hover {
	background-color: #1f6eb1;
	border-radius: 100%;
}
.toolbar .top:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}
.local {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.local ul {
	float: right;
	margin-right: 60px;
}
.local ul li {
	padding: 0 25px;
	float: left;
}
.local ul li a {
	position: relative;
	display: block;
	padding: 0 15px;
	overflow: hidden;
	color: #363636;
}
.local ul li a i {
	width: 0;
	height: 3px;
	background: #3b3a45;
	position: absolute;
	left: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	bottom: 0;
	transition: ease-in .2s;
}
.local ul li a.hover, .local ul li a:hover {
	color: #363636;
}
.local ul li a.hover i, .local ul li a:hover i {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100%;
}
.bg_main {
	padding-bottom: 50px;
	min-height: 640px;
}
.bg_bottom_main {
	background: #eaeaea;
	height: 100px;
}
.sub_banner {
	height: 200px;
	width: 100%;
}
.sub_nav {
	height: 35px;
	line-height: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 20px;
}
.sub_nav .fl {
	font-size: 30px;
}
.sub_nav .fr li {
	float: left;
}
.sub_nav .fr li a {
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	display: block;
	margin-left: 10px;
	transition: ease-in-out .2s;
}
.sub_nav .fr li a:hover, .sub_nav .fr li a.hover {
	background: #1f6eb1;
	color: #fff;
	border: 1px solid #1f6eb1;
}
.case {
	margin-top: 40px;
}
.case ul {
	width: 105%;
}
.case li {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.case li .img {
	overflow: hidden;
	height: 213px;
	display: block;
	border: 1px solid #efefef;
	width: 378px;
	border-bottom: none;
}
.case li .img img {
	width: 380px;
	height: 213px;
	transition: .9s;
	object-fit: cover;
}
.imgH li .img {
	height: 480px;
	border: 1px solid #efefef;
	width: 378px;
	border-bottom: none;
}
.imgH li .img img {
	height: 480px;
}
.img1 li .img {
	height: 248px;
	border: 1px solid #efefef;
	width: 378px;
	border-bottom: none;
}
.img1 li .img img {
	height: 248px;
}
.imgc li .img {
	height: 265px;
	border: 1px solid #efefef;
	width: 378px;
	border-bottom: none;
}
.imgc li .img img {
	height: 265px;
}
.case li:hover .img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.case li .p {
	border: 1px solid #efefef;
	display: block;
	width: 340px;
	padding: 0 19px;
	height: 138px;
	border-top: none;
}
.case li .p p {
	border-bottom: 1px solid #d6d6d6;
	height: 100px;
	line-height: 35px;
	margin-bottom: 10px;
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.case li .p span {
	color: #666;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.case li .p i {
	width: 32px;
	height: 12px;
	background-position: -73px -43px;
}
.case li .p .fl {
	font-size: 12px;
	font-family: arial;
}
.case li:hover a span {
	color: #1f6eb1;
}
.case li:hover a p {
	color: #1f6eb1;
}
.case li:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.news {
	padding-top: 50px;
}
.bg_main .news_ul {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 12px;
}
.bg_main .news_ul li {
	padding: 37px 0;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.bg_main .news_ul li .box1 {
	width: 253px;
	height: 190px;
	overflow: hidden;
}
.bg_main .news_ul li .box1 img {
	width: 253px;
	height: 190px;
	transition: ease-in-out .9s;
	object-fit: cover;
}
.bg_main .news_ul li .box2 {
	padding-left: 42px;
	width: 759px;
	padding-top: 30px;
}
.bg_main .news_ul li .box2 h1 {
	font-size: 20px;
	color: #333;
	height: 26px;
	line-height: 26px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.bg_main .news_ul li .box2 p {
	color: #666;
	line-height: 24px;
	padding-top: 10px;
	height: 75px;
}
.bg_main .news_ul li .box2 span {
	font-size: 12px;
	color: #999;
}
.bg_main .news_ul li .right {
	padding-right: 15px;
	padding-top: 55px;
	text-align: center;
}
.bg_main .news_ul li .right h3 {
	font-size: 36px;
	color: #999;
	font-weight: 100;
}
.bg_main .news_ul li .right p {
	font-size: 24px;
	color: #bbb;
	padding-top: 10px;
}
.bg_main .news_ul li a {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.bg_main .news_ul li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.bg_main .news_ul li a:hover h1 {
	color: #1f6eb1;
}
.bg_main .news_ul li b {
	display: block;
	width: 100px;
	height: 30px;
	border: #ccc solid 1px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 161px;
}
.detail {
	padding-top: 50px;
}
.detail .title {
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}
.detail .title h1 {
	font-size: 30px;
	font-weight: 100;
}
.detail .title span {
	line-height: 18px;
	font-family: arial;
	color: #959595;
	margin: 0 5px;
}
.detail .title i {
	width: 23px;
	height: 16px;
	background-position: -73px 0;
	margin-right: 10px;
}
.detail .title .i2 {
	background-position: -104px 0;
	margin-left: 30px;
}
.detail .context {
	color: #000;
	line-height: 30px;
	text-align: justify;
	padding: 25px 0;
}
.detail .context img {
	max-width: 1200px;
}
/* reLink*/
.reLink {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
	padding: 0 15px;
	margin-bottom: 50px;
}
.reLink .nextLink, .detail .reLink .prevLink {
	width: 50%;
}
.reLink .nextLink {
	text-align: right;
}
.reLink a {
	-webkit-transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.reLink a:hover {
	color: #052f67;
}
/* pager*/
.pager {
	padding: 30px 0 30px;
	text-align: center;
*zoom: 1;
*padding: 40px 0 30px;
}
.pager:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.pager p {
	height: 26px;
	line-height: 26px;
	display: inline-block;
*display: inline;
*zoom: 1;
	display: none;
}
.pager ul {
	display: inline-block;
*display: inline;
*zoom: 1;
	overflow: hidden;
}
.pager ul li {
	float: left;
	margin: 0 5px;
	padding: 0 !important;
	height: auto !important;
	border: none !important;
}
.pager ul a {
	line-height: 30px;
	padding: 0 10px;
	transition: all ease 300ms;
	color: #000000;
	text-decoration: none;
	float: left;
	border: 1px solid #ddd;
}
.pager ul a.current, .pager ul a:hover {
	color: #fff;
	border: 1px solid #0a408a;
	background: #0a408a;
}
.contact .box1 {
	line-height: 18px;
	padding: 48px 0 0px;
	overflow: hidden;
}
.contact .box1 ul {
	width: 125%;
}
.contact .box1 li {
	float: left;
	width: 230px;
	margin-right: 250px;
}
.contact .box1 li i {
	width: 56px;
	height: 56px;
	background-position: -142px 0;
	float: left;
}
.contact .box1 li b {
	font-size: 18px;
	font-family: arial;
	font-weight: 100;
}
.contact .box1 li td {
	vertical-align: middle;
	height: 56px;
	padding-left: 5px;
}
.contact .box1 .l2 i {
	background-position: -204px 0;
}
.contact .box1 .l3 i {
	background-position: -267px 0;
}
.contact .box2 {
	margin-bottom: 75px;
}
.contact .box2 #map1_container, .contact .box2 #allmap1 {
	width: 100%;
	height: 400px;
}
.contact .box3 h1 {
	font-size: 36px;
	padding-bottom: 15px;
	text-align: center;
}
.contact .box3 p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	padding-bottom: 46px;
	text-align: center;
}
.contact .box3 b {
	color: #1f6eb1;
}
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 560px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e5e5e5;
	margin-right: 76px;
	margin-bottom: 30px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #cccccc;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 355px;
	height: 50px;
	line-height: 50px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #333;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 1198px;
	height: 240px;
	border: 1px solid #e5e5e5;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 1178px;
	height: 214px;
	line-height: 28px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "Source Han Sans";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 46px;
	border: 2px solid #1f6eb1;
	margin-right: 2px;
	text-align: center;
	background: #1f6eb1;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: none;
	color: #1f6eb1;
}
.formData .yzm {
	width: 432px;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 3px;
	top: 3px;
	border: 0px;
	display: block;
}
.about .box1 {
	padding-top: 105px;
	padding-bottom: 100px;
	overflow: hidden;
}
.box1_add {
	padding: 70px 0;
}
.about .box1 .fl {
	padding-top: 32px;
}
.about .box1 .fl h1 {
	font-size: 80px;
	text-transform: uppercase;
	font-family: arial;
	line-height: 80px;
}
.about .box1 .fl p {
	font-size: 24px;
	padding-bottom: 88px;
}
.about .box1 .fl i {
	width: 54px;
	height: 54px;
	background-position: 0 -99px;
	cursor: pointer;
	position: relative;
	display: block;
	float: left;
}
.about .box1 .fl i img {
	position: absolute;
	left: 20px;
	bottom: 56px;
	width: 0px;
	height: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: ease-in-out .2s;
}
.about .box1 .fl i:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	left: 0;
	height: 80px;
	width: 80px;
}
.about .box1 .fl .i2 {
	background-position: -58px -99px;
	margin-left: 20px;
}
.about .box1 .fr {
	width: 611px;
}
.about .box1 .fr h1 {
	font-size: 24px;
	font-weight: 100;
}
.about .box1 .fr span {
	display: block;
	background: #b0b0b0;
	width: 20px;
	height: 2px;
	margin: 13px 0 24px;
}
.about .box1 .fr h2 {
	font-size: 18px;
}
.about .box1 .fr p {
	line-height: 30px;
	padding-top: 12px;
}
.about .box1 .fr i {
	width: 54px;
	height: 54px;
	background-position: -59px -35px;
	margin-top: 35px;
	transition: ease-in-out .2s;
}
.about .box1 .fr a:hover {
	cursor: pointer;
}
.about .box1 .fr a:hover i {
	margin-left: 15px;
}
.about .bg_20 {
	height: 20px;
	width: 100%;
	background: #eaeaea;
}
.about .box2 {
	padding-bottom: 94px;
}
.about .box2 .con {
	margin-top: 40px;
}
.about .box2 .con .fl {
	width: 410px;
	height: 428px;
	overflow: hidden;
}
.about .box2 .con .fl img {
	width: 410px;
	height: 428px;
}
.about .box2 .con .fr .img {
	width: 380px;
	height: 214px;
	overflow: hidden;
	display: block;
}
.about .box2 .con .fr .img img {
	width: 380px;
	height: 214px;
	transition: .9s;
}
.about .box2 .con .fr .p {
	display: block;
	padding-left: 20px;
	width: 360px;
	height: 214px;
}
.about .box2 .con .fr .p h1 {
	font-size: 24px;
	line-height: 60px;
	font-weight: 100;
}
.about .box2 .con .fr .p i {
	width: 54px;
	height: 54px;
	background-position: -59px -35px;
	margin-top: 35px;
	transition: ease-in-out .2s;
}
.about .box2 .con .fr li:hover {
	cursor: pointer;
}
.about .box2 .con .fr li:hover h1, .about .box2 .con .fr li:hover p {
	color: #333;
}
.about .box2 .con .fr li:hover i {
	margin-left: 15px;
}
.about .box2 .con .fr li {
	float: left;
}
.about .box2 .con .fr li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.about .box3 {
	background: url(../image/about_bg.jpg) center top no-repeat;
	width: 100%;
	height: 457px;
	padding-top: 93px;
}
.about .box3 .w1200 {
	overflow: hidden;
}
.about .box3 .fl {
	width: 500px;
}
.about .box3 .fl h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 100;
	padding-bottom: 25px;
}
.about .box3 .fl span {
	display: block;
	width: 40px;
	height: 2px;
	background: #ffd200;
	margin-bottom: 25px;
}
.about .box3 .fl p {
	color: #fff;
	line-height: 24px;
}
.about .box3 .fl i {
	width: 54px;
	height: 54px;
	cursor: pointer;
	background-position: 0px -35px;
	margin-top: 35px;
	transition: ease-in-out .2s;
}
.about .box3 .fl a:hover i {
	margin-left: 15px;
}
.about .box3 .fr .picScroll-left {
	overflow: hidden;
	position: relative;
	margin-top: 68px;
	height: 225px;
	width: 620px;
}
.about .box3 .fr .picScroll-left .hd {
	overflow: hidden;
}
.about .box3 .fr .picScroll-left .hd .prev, .about .box3 .fr .picScroll-left .hd .next {
	display: block;
	left: 0;
	top: 50%;
	margin-top: -36px;
	width: 30px;
	height: 72px;
	position: absolute;
	z-index: 10;
	background-position: -133px -67px;
	cursor: pointer;
	display: none;
}
.about .box3 .fr .picScroll-left .hd .next {
	left: auto;
	right: 0;
	background-position: -164px -67px;
}
.about .box3 .fr .picScroll-left:hover .hd .prev, .about .box3 .fr .picScroll-left:hover .hd .next {
	display: block;
}
.about .box3 .fr .picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	margin-top: 10px;
	zoom: 1;
}
.about .box3 .fr .picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../image/about_bg.gif") 0 -9px no-repeat;
}
.about .box3 .fr .picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.about .box3 .fr .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.about .box3 .fr .picScroll-left .bd ul li {
	margin-right: 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.about .box3 .fr .picScroll-left .bd ul li img {
	width: 300px;
	height: 225px;
}
.bg_top {
	height: 50px;
	background: #eaeaea;
	width: 100%;
}
.erro {
	color: red;
}
/* map_ul*/
.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
}
.map_ul li {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
}
.map_ul li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	display: block;
	background: #f6f6f6;
	text-indent: 15px;
}
.map_ul .list-inline {
	display: block;
	width: 86%;
}
.map_ul .list-inline li {
	height: 32px;
	display: inline-block;
*display: inline;
	margin: 15px 5px 15px 0;
	zoom: 1;
	line-height: 32px;
	border-bottom: 0;
	text-align: center;
	width: auto;
	padding: 0px;
}
.map_ul .list-inline li a {
	text-indent: 0;
	font-weight: normal;
	display: block;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	padding: 0px 10px;
	width: auto;
	border: 1px solid #ccc;
	text-align: center;
}
.map_ul .list-inline li a:hover {
	background: #0a408a;
	color: #fff;
	border: 1px solid #0a408a;
}
.erro {
	text-align: center;
	min-height: 400px;
}
.showPro {
	padding: 50px 0;
}
.showPro .reLink {
	margin-bottom: 0;
}
.showPro .showContxt {
	padding: 30px 0 35px;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
.showPro .showContxt img {
	max-width: 100%;
	height: auto !important;
}
.showPro .showimgCon {
	padding: 0 0 30px;
	font-size: 16px;
	line-height: 32px;
}
.showPro .showimgCon .txtcon {
	width: 720px;
	height: 423px;
	float: right;
	position: relative;
}
.showPro .showimgCon .txtcon .tit {
	position: relative;
	font-size: 20px;
	margin-bottom: 15px;
	color: #1f6eb1;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #dddddd;
	padding-right: 60px;
}
.showPro .showimgCon .txtcon .tit .goBack {
	position: absolute;
	right: 0;
	top: 0;
	color: #999999;
	font-size: 14px;
	display: block;
	font-weight: normal;
	cursor: pointer;
}
.showPro .showimgCon .txtcon .tit .goBack s {
	width: 20px;
	height: 20px;
	background-position: -440px -62px;
	margin-left: 6px;
}
.showPro .showimgCon .txtcon .tit .goBack:hover {
	color: #047fcc;
}
.showPro .showimgCon .txtcon .txt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	text-align: justify;
}
.showPro .showimgCon .txtcon .txt .item {
	margin-bottom: 7px;
	max-height: 144px;
	overflow: hidden;
}
.showPro .showimgCon .txtcon .tel-btn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}
.showPro .showimgCon .txtcon .tel-btn .btn {
	width: 118px;
	float: right;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #1f6eb1;
}
.showPro .showimgCon .txtcon .tel-btn .btn:hover {
	background: #333;
}
.showPro .showimgCon .txtcon .tel-btn .tel {
	width: 280px;
	float: left;
}
.showPro .showimgCon .txtcon .tel-btn .tel span, .showPro .showimgCon .txtcon .tel-btn .tel strong {
	display: block;
	color: #666666;
}
.showPro .showimgCon .txtcon .tel-btn .tel s {
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
	background-position: -315px -30px;
}
.showPro .showimgCon .txtcon .tel-btn .tel span {
	font-size: 16px;
	line-height: 20px;
}
.showPro .showimgCon .txtcon .tel-btn .tel strong {
	font-size: 28px;
	line-height: 28px;
}
.showPro .showimg {
	width: 442px;
	position: relative;
	float: left;
	overflow: hidden;
}
.showPro .showimg .bigimg {
	width: 440px;
	height: 332px;
	display: block;
	position: relative;
	border: 1px solid #dddddd;
}
.showPro .showimg .bigimg .list {
	width: 5000%;
}
.showPro .showimg .bigimg .list li {
	width: 440px;
	height: 332px;
	float: left;
	border: 0;
	margin-right: 1px;
}
.showPro .showimg .bigimg .list img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all ease 300ms;
}
.showPro .showimg .smallimg {
	width: 440px;
	height: 76px;
	position: relative;
	padding-top: 30px;
	z-index: 10;
	overflow: hidden;
}
.showPro .showimg .list {
	width: 357px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.showPro .showimg .listcon {
	width: 600% !important;
	position: relative;
}
.showPro .showimg .prev, .showPro .showimg .next {
	width: 20px;
	height: 76px;
	z-index: 10;
	position: absolute;
	top: 30px;
	cursor: pointer;
	background: #f9f9f9 url(../image/show-btn-ico.png) no-repeat 0 center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.showPro .showimg .prev:hover, .showPro .showimg .next:hover {
	background-color: #f9f9f9;
}
.showPro .showimg .prev {
	left: 0;
	background-position: 3px center;
}
.showPro .showimg .next {
	right: 0;
	background-position: -84px center;
}
.showPro .showimg li {
	width: 94px;
	height: 70px;
	margin-right: 28px;
	float: left;
	cursor: pointer;
	position: relative;
	border: 3px solid #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.showPro .showimg li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.showPro .showimg li.on {
	width: 94px;
	height: 70px;
	border: 3px solid #1f6eb1;
}
.relateTit {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 auto;
	width: 1200px;
}
.relateTit h3 {
	font-size: 18px;
	display: inline-block;
*display: inline;
*zoom: 1;
	position: relative;
}
.relateTit h3 .line {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #1f6eb1;
}
.floor_3_remm {
	padding-bottom: 60px;
}
.floor_3_remm .body {
	overflow: hidden;
*margin-bottom: 38px;
}
.floor_3_remm .body ul {
	width: 112%;
}
.floor_3_remm .body li {
	margin-bottom: 40px;
	width: 370px;
	float: left;
	margin-right: 45px;
	position: relative;
	border-radius: 5px;
	height: 278px;
	overflow: hidden;
}
.floor_3_remm .body li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.floor_3_remm .body li .img img {
	border-radius: 5px;
	width: 370px;
	height: 278px
}
.floor_3_remm .body li .txt {
	position: absolute;
	left: 0;
	top: 211px;
	height: 67px;
	background: #666;
	width: 301px;
	border-radius: 0 0 5px 5px;
	color: #fff;
	padding-left: 42px;
	padding-right: 42px;
	transition: ease-in-out .2s;
	text-align: center;
	line-height: 67px;
}
.floor_3_remm .body li .txt h3 {
	font-size: 20px;
	font-weight: 100;
	line-height: 67px;
}
.floor_3_remm .body li .txt span {
	margin: 0 auto;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	width: 123px;
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
	margin-top: 10px;
	display: none;
}
.floor_3_remm .body li:hover {
	box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.floor_3_remm .body li:hover .txt {
	background: url(../image/bg_6b.png) repeat;
	height: 100%;
	top: 0;
	border-radius: 5px;
}
.floor_3_remm .body li:hover .txt h3 {
	padding-top: 78px;
}
.floor_3_remm .body li:hover .txt span {
	margin-top: 0;
	display: block;
}
.floor_3_remm .more2 {
	text-align: center;
}
.floor_3_remm .more2 ul {
	display: inline-block;
*zoom: 1;
*display: inline;
}
.floor_3_remm .more2 a {
	width: 141px;
	height: 35px;
	display: block;
	color: #0071b9;
	margin: 0 19px;
	border: 2px solid #0071b9;
	line-height: 35px;
	border-radius: 4px;
	font-size: 20px;
}
.floor_3_remm .more2 a:hover {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.floor_3_remm .more2 .ewmbtn {
	background: #0071b9;
	color: #fff;
}
.floor_3_remm .more2 li {
	float: left;
}

/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 7px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #337ab7;
  border: 1px solid #337ab7;
}
.pagination a.page-num-current {
  color: #fff;
  background: #337ab7;
  border: 1px solid #337ab7;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
.section {
	padding: 50px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
}
.section-title span {
	color: #1e4890;
}
.section-title small {
	display: block;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}
.in-about {
	margin: 0;
}
.in-about dt {
	float: left;
	width:35%;
	margin-top:-20px;
}
.in-about dd {
	margin-left: 10px; margin-top:30px; line-height:30px
}
.in-about dd p {
	margin: 0;
	line-height: 2;
	text-align: justify;
}
.about  {
	margin-top:57px;
}
.ab_img{
	float:right;
}

.about_text {
	line-height:1.5;
   	width:600px;
	float:left;
}
.about_text a{
	background:#1068c9;
	color:#fff !important;
	padding:8px 35px;
}
.about_text a:hover{
	color:#fff;
}

.ab-title{
	padding-bottom:10px;
	line-height:2.0
}
.ab-title span{
	font-size:30px;
	color:#1168c9;
}
.ab-title p{
	border-bottom:1px #0189ff solid;
	width:47px;
}

.about_text p{
	font-size:14px;
	line-height:1.7;
	margin-bottom:40px;
}

.zi ul {margin-top:68px;}
.zi ul li {float:left;font-size:18px;width:211px;text-align:center; margin:0 14px;}
.zi ul li span {display:inline-block;zoom:1;font-size:52px; font-family:"Bebas Neue";}
.zi ul li font {font-size:39px;}
.zi ul li img{margin:10px 0;}

.honor a{ width:230px; height:170px; display:block; overflow:hidden;float:left; margin:50px 5px 0 5px;}
.honor a img{ width:230px; height:170px;}
.honor a img{ -webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;}
.honor a img:hover{ 	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);}


/*新闻列表页*/
ul, li {
	list-style: none;/*width: 600px;*//*line-height: 40px;*/
}
a, a:visited, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.cl {
	clear: both;
}
.w_1201 {
	width: 1200px;
	margin: 0 auto;
}