/* AB模版网 Www.AdminBuy.Cn */
/* QQ：9490489 */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
@charset "utf-8";
/* CSS Document*/
body {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'microsoft yahei';
	-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("../images/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: #333b4a;
	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: #fff;
}
.head_main .right li a {
	color: #999;
	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: linear-gradient(to bottom, #fff, #e9e9e9);
}
.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 div {
	font-size: 20px;
	color: #1f6eb1;
	font-family: arial;
	padding-top: 4px;
}
.top_main .nav {
	padding-left: 230px;
}
.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;
	font-size: 16px;
}
.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: 150px;
	border-radius: 2px 2px 6px 6px;
	padding-bottom: 3px;
	background: #fefefe;
	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: 52px;
	border-top: 1px solid #dcdcdc;
	text-align: center;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	line-height: 40px;
}
.top_main dl dd a:hover {
	color: #1f6eb1;
}
.top_main dl dd a {
	color: #666;
	height: 52px;
	display: block;
	transition: ease-in-out 0.2s;
	line-height: 52px;
}
/****banner****/
.main_banner {
	width: 100%;
	overflow: hidden;
	height: 700px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	/*padding-bottom: 124px;*/
}
.search_1 {
	width: 100%;
	height: 124px;
	/*background: url(../images/banner_bg.png) center center no-repeat;*/
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
	/*background-image: linear-gradient(90deg,rgba(30,85,189,1) 0,rgba(67,126,235,1) 100%);*/
	background: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.box_4{
	position: relative;z-index: 1;
	height: 120px;
	margin: 2px;
	padding-left: 12px;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
}
.box_4 img{
	width: 36px;
	margin-right: 14px;
}
.box_4_t{
	font-weight: 700;
	margin-bottom: 4px;
	position: relative;
	z-index: 1;
	line-height: 1.3;
	font-size: 16px;
}

.box_4_d{
	margin-bottom: 4px;
	position: relative;
	z-index: 1;
	line-height: 1.3;
	font-size: 12px;
	color: #999;
}

.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;
}
#next,  #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);
}

#banner_fmenu{
	width: 300px;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	z-index: 9999;
}
#banner_fmenu a{
	height: 18px !important;
	width: 18px !important;
	line-height: 18px !important;
	font-size: 12px !important;
}

 #next {
	margin-left: 650px;
	background-position: -113px 0;
}
 #next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_banner #prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_banner .banner {
	width: 1920px;
	height: 700px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}
.main_banner .banner img {
	width: 1920px;
	height: 700px;
	overflow: hidden;
}
.main_banner .banner_fmenu {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	bottom: 130px;
	height: 28px;
	z-index: 30;
	text-align: right;
}
.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: 500px;
	overflow: hidden;
	position: relative;
}
.nybanner img {
	width: 1920px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.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(../images/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(../images/f1_bg.jpg) center bottom no-repeat;
	height: 802px;
}
.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: 158px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	margin: 0 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: 100%;
	/*width: 601px;*/
}
.floor_1_main .slideTxtBox .bd .con .left dd .box1 {
	/*border: 1px solid #ddd;*/
	width: 400px;
	height: 225px;
	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;
	color: #fff;
}
.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;
	color: #fff;
}
.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: 400px;
	height: 225px;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box2 img {
	display: block;
	width: 400px;
	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;
}
.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(../images/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: -135px;
	width: 350px;
	z-index: 10;
}

.floor_2_main .w1200 .imgbak {
	position: absolute;
	left: -130px;
	top: 0px;
	width: 350px;
	height: 200px;
	z-index: 8;
	background: #f5f5f5;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.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_main{
	/*background: url(/skin/images/hbg.jpg) no-repeat center;*/
	/*background-size: cover;*/
}

.floor_3 .index_title {
	padding-bottom: 72px;
	padding-top: 72px;
}

.floor_3 ul li {
	margin-bottom: 10px;
	cursor: pointer;
}

.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;
	object-fit: cover;
}
.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(../images/f4_bg.jpg) center center no-repeat;*/
	width: 100%;
	margin-top: 88px;
	padding-bottom: 50px;
	background-image: url(/skin/images/counter.png);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #1b96d5;

}
.floor_4_main .w1200 {
	position: relative;
}
.floor_4_main .w1200 .img {
	position: absolute;
	right: -50px;
	top: -48px;
	z-index: 10;
	width: 200px;
	opacity: .5;
}
.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;
	border-radius: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
	display: inline-block;

}
.floor_5 .picScroll-left .bd ul li img {
	width: 388px;
	height: 225px;
	object-fit: cover;
	display: block;

	border-bottom: 0;
}
.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;
	font-weight: bold;
}
.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(../images/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: 580px;
	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: 580px;
	height: 285px;
	overflow: hidden;
	display: block;
}
.floor_5_1 .floor_5_z img {
	width: 100%;
	height: 100%;object-fit: cover;
	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;
	font-weight: bold;
}
.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: 580px;
	margin-left: 20px;
	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: 14px;
	position: relative;
	border-bottom: #b9b9b9 dashed 1px;
	padding-bottom: 14px;
}
.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: 580px;
	float: right;
	height: 100px;
}
.floor_5_1 .floor_5_y ul li p {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	width: 100%;
	line-height: 24px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis
}
.floor_5_1 .floor_5_y ul li  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: #1b96d5;
	width: 100%;
}
.bottom_main .bott_nav {
	border-bottom: 1px dashed #a5a5a58c;
	line-height: 70px;
	display: flex;
	padding-bottom: 30px;
	justify-content: space-between;
}
.bottom_main .bott_nav a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.bottom_main .bott_nav span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
	width: 120px;
}
.bottom_main .bott_nav span i {
	width: 4px;
	height: 8px;
	background-position: -236px 0;
	margin-left: 10px;
}
 .bottom_main .bott_nav div{
	color: #fff;
	margin-left: 10px;
	 padding-right: 40px;
	width: 275px;
	display: inline-block;
	 border-right: 1px dashed #a5a5a58c;
}

.bottom_main .bott_nav div:last-child{
	border-right: none;
}

.bottom_main .bott_nav div ul li a{

	font-weight: 500;
	font-size: 14px;
}
.bottom_main .bott_nav div ul li{
	line-height: 40px;
	float: left;margin-right: 20px;
	width: 82px;
}
.bottom_main .tel {
	padding-bottom: 26px;
	padding-right: 100px;
}
.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: 320px;
	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: 160px;
	float: left;
}
.bottom_main .tel .left dl a:hover {
	color: #fff;
}
.bottom_main .tel .right {
	width: 480px;
}
.bottom_main .tel .right .fl {
	text-align: right;
	width: 300px;
	margin-top: 13px;
}
.bottom_main .tel .right .fl span {
	background: #1f6eb1;
	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: 29px;
}
.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 #c5c5c5;
	line-height: 50px;
	background: #106a98;
	font-size: 12px;
	color: #fff;
}
.bottom_copy a {
	color: #fff;
}
.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(../images/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(../images/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;*/
	margin: 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;
}
.imgH li .img {
	height: 284px;
	border: 1px solid #efefef;
	width: 378px;
	border-bottom: none;
}
.imgH li .img img {
	height: 284px;
}
.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: 108px;
	border-top: none;
}
.case li .p p {
	border-bottom: 1px solid #d6d6d6;
	height: 58px;
	line-height: 58px;
	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;
}
.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: #666;
	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: "microsoft yahei";
	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(../images/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("../images/icocircle.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: #666;
	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;
	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(../images/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;
}
.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(../images/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}


/*//问题模块 s*/

.ques_main{
	width: 100%;
	/*background: url(../images/ques_bg1.png) center no-repeat;*/
}

.c_btn_an {
	width: 297px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	box-shadow: 0 0 20px 0 rgba(34, 112, 178, 0.34);
	background: linear-gradient(to bottom, #1d6cae, #1b96d5);
	letter-spacing: 1px;
}
.c_btn_an:hover{
	color: #fff;
}

.c_wenti {
	margin-top: 60px;
}

.c_title {
	height: 40px;
	position: relative;
}

.c_title h6 {
	font-size: 38px;
	text-align: center;
	color: #333;
	font-weight: normal;
}

.c_wenti .c_title::before {
	left: 274px;
}

.c_title::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: linear-gradient(to top, #ffa128, #ff6c00);
	top: -20px;
}
.c_title::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: linear-gradient(to right bottom, #ec7cdd, #6651ea);
	bottom: -12px;
}

.c_wenti .c_title::after {
	right: 278px;
}

.c_wenti .c_title_fu::before {
	left: 358px;
}

.c_wenti .c_title_fu::after {
	right: 358px;
}

.c_wenti .c_wenti_list {
	width: 100%;
	height: 298px;
	margin-top: 75px;
	background: url(../images/ques_bg1.png) center no-repeat;
	position: relative;
	background-size: contain;
}

.c_wenti .c_wenti_list ul li {
	width: 300px;
	height: 54px;
	float: left;
	position: relative;
	border-radius: 27px 27px 27px 0;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
}

.c_wenti .c_wenti_list ul li span {
	width: 56px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #1a7af8;
	font-size: 19px;
	color: #fff;
	border-radius: 0 25px 0 25px;
	position: absolute;
	left: -19px;
	bottom: 0;
	/*background: url(../images/q.png) center no-repeat;*/
}

.c_wenti .c_wenti_list ul li:nth-child(1) span{
	background: url(../images/ic_mianxing_chezhufuwu_1.png) center no-repeat;
	background-size: contain;
}

.c_wenti .c_wenti_list ul li:nth-child(2) span{
	background: url(../images/ic_mianxing_jiakaotimu_1.png) center no-repeat;
	background-size: contain;
}
.c_wenti .c_wenti_list ul li:nth-child(3) span{
	background: url(../images/ic_mianxing_shequfabu_1.png) center no-repeat;
	background-size: contain;
}
.c_wenti .c_wenti_list ul li:nth-child(4) span{
	background: url(../images/ic_mianxing_baojiadaquan_1.png) center no-repeat;
	background-size: contain;
}
.c_wenti .c_wenti_list ul li:nth-child(5) span{
	background: url(../images/ic_mianxing_xiche_1.png) center no-repeat;
	background-size: contain;
}
.c_wenti .c_wenti_list ul li:nth-child(6) span{
	background: url(../images/ic_mianxing_jinrixianhang_1.png) center no-repeat;
	background-size: contain;
}

.c_wenti .c_wenti_list ul li p {
	height: 54px;
	display: flex;
	align-items: center;
	text-align: left;
	padding-left: 49px;
	font-size: 16px;
	color: #333;
}
.c_wenti .c_wenti_list ul li .c_num{display:none;
	background: #4090ff;z-index: 9999999999999999999999999;
	position: absolute;padding: 15px;box-shadow: 0px 3px 3px #ddd;
	border-radius: 5px;color: #fff;line-height: 25px;}
.c_wenti .c_wenti_list ul li:hover .c_num{display:block;}
.c_wenti .c_wenti_list ul li:nth-child(1) {
	margin-top: -13px;
	margin-left: 69px;
}

.c_wenti .c_wenti_list ul li:nth-child(2) {
	margin-top: -13px;
	margin-left: 480px;
}

.c_wenti .c_wenti_list ul li:nth-child(3) {
	margin-top: 54px;
	margin-left: 38px;
}

.c_wenti .c_wenti_list ul li:nth-child(4) {
	margin-top: 54px;
	margin-left: 540px;
}

.c_wenti .c_wenti_list ul li:nth-child(5) {
	margin-top: 54px;
	margin-left: 19px;
}

.c_wenti .c_wenti_list ul li:nth-child(6) {
	margin-top: 54px;
	margin-left: 576px;
}

.c_wenti .c_btn_an {
	margin-top: 50px;
	cursor: pointer;
	color: #fff;
}
.c_wenti .c_btn_an:hover{
	color: #93bdda;
}

/*//问题模块 e*/


 /*cooui 新增 s*/

.ques_main {
	/*background-image: url(/skin/images/counter.png);*/
	/*background-attachment: fixed;*/
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	/*background-color: #7B4CF4;*/

}

.c_flex{
	display: flex;
	align-items: center;
	/*text-align: left;*/
	justify-content: center;

}

.floor_9_main{
	width: 100%;
	margin: 60px 0 0;
}
.floor_9_box{
	flex: 1;
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	box-shadow: 0px 6px 40px 0px rgba(148, 146, 245, 0.2);
	border-radius: 10px;
	position: relative;
	background: #fff;
	text-align: center;
	margin-bottom: 30px;

}

.floor_9_box::before {
	content: " ";
	width: 95%;
	height: 95%;
	z-index: -3;
	position: absolute;
	top: auto;
	bottom: 1px;
	left: 1px;
	border-radius: 12px;
	background-image: linear-gradient(45deg, rgba(30,85,189,1) ,rgba(67,126,235,1));
	background-repeat: repeat-x;
	outline: 1px solid transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.floor_9_box:hover::before {
	-webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
	-ms-transform: rotate(2deg) translateX(-5px) translateY(16px);
	transform: rotate(2deg) translateX(-5px) translateY(16px);
}

.floor_9_box_t{
	font-size: 18px;font-weight: 700;margin: 20px 0 10px
}
.floor_9_box_imgm{
	width: 180px;height: 180px;overflow: hidden;text-align: center;border-radius: 100%;border: 3px solid #e0e0e0
}
.floor_9_box_imgm img{
	width: 180px;height: 180px;
}
.floor_9_box_d{
	padding: 10px 20px;font-size: 14px;color: #555;
	margin-bottom: 20px;
}

.floor_9_box:hover .floor_9_box_imgm{
	border: 3px solid rgba(30,85,189,1)
}


.em_bar {
	/*background: #9B50DB none repeat scroll 0 0;*/
	/*height: 2px;*/
	margin: 0 auto 5px;
	/*width: 62px;*/
}
.em_bar_bg {
	height: 5px;
	width: 90px;
	background: #9ac6fa;
	margin: 20px auto;
	position: relative;
	border-radius: 30px;
}
.em_bar_bg:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2.7px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #437eeb;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px);
	}
}

@keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px);
	}
}

.single_service_brg_thumb {
	top: 10px;
	position: absolute;
	left: 30px;
	z-index: 1;
}

.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

.pricing_shape_thumb_inner {
	position: absolute;
	left: -156px;
	top: 15px;
	opacity: .4;
}

.pricing_shape_thumb_inner2 {
	position: absolute;
	right: -156px;
	-webkit-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite;
	opacity: .4;
	top: -83px;
}

.pricing_shape_thumb_inner2 img:nth-child(1) {
	z-index: 3;

}
@-webkit-keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

.shape-one {
	content: '';
	width: 250px;
	height: 250px;
	background: #a2b0e8;
	border-radius: 50%;
	position: absolute;
	bottom: -120px;
	right: -120px;
	transform: scale(0);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: -1;
}

.shape-two {
	content: '';
	width: 373px;
	height: 373px;
	background: #abc7f9;
	border-radius: 50%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	transform: translate(100% ,100%);
	z-index: -1;
}
.shape-three {
	content: '';
	width: 500px;
	height: 500px;
	background: #99d3fa;
	border-radius: 50%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	transform: translate(100% ,100%);
	z-index: -1;
}

.box_4:hover .shape-one {
	transform: scale(1);
	webkit-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
}
.box_4:hover .shape-two {
	opacity: 0.6;
	transform: translate(50% ,50%);
	webkit-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	transition-delay: 600ms;
}
.box_4:hover .shape-three {
	opacity: 0.4;
	webkit-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	transition-delay: 900ms;
	transform: translate(50% ,50%);
}
.box_4:hover{
	background-color: #9ac6fa99;
}
.box_4:hover .box_4_t,.box_4:hover .box_4_d{
	color: #fff;
}

.single_counter_inner {
	text-align: center;
	margin-bottom: 30px;
}
.counter_icon {
	margin-bottom: 45px;
	position: relative;
}
.counter_icon::before {
	position: absolute;
	left: 0;
	top: 103px;
	content: "";
	height: 50px;
	width: 0;
	margin: auto;
	right: 0;
	border: 1px dashed #fff;
}
.counter_icon i {
	font-size: 35px;
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 90px;
	color: #7B4CF4;
	border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
	background: #F6F4FD;
	display: inline-block;
}
.counter_icon i img{
	width: 40%;
	height: 40%;
	margin: 30%;
}
.countr_text>h1 {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	margin: 28px 0 12px;
	transition: .5s;
	color: #fff;
}
.counter_title h4 {
	font-size: 14px;
	margin: 0;
	transition: .5s;
	color: #fff;
	letter-spacing: 0;
}

 /*cooui 新增 e*/
