/* 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: #e99390;
	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: #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: #ff9c00;
	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: #f95927;
}

.top_main li a:hover p,
.top_main li a.hover p,
.top_main li #hover2 p {
	color: #000;
}

.top_main dl {
	width: 120px;
	border-radius: 0 0 3px 3px;
	padding-bottom: 3px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	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 #fff;
	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: #000;
	height: 40px;
	display: block;
	transition: ease-in-out 0.2s;
	line-height: 40px;
}

/****banner****/
.main_banner {
	width: 100%;
	overflow: hidden;
	height: 400px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}

.main_banner .search {
	position: absolute;
	width: 1920px;
	height: 224px;
	background: url(../images/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: 1920px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}

.main_banner .banner img {
	width: 1920px;
	height: 400px;
	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: 300px;
	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: 862px;
}

.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: 601px;
}

.floor_1_main .slideTxtBox .bd .con .left dd .box1 {
	border: 1px solid #ddd;
	width: 299px;
	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: 300px;
	height: 225px;
}

.floor_1_main .slideTxtBox .bd .con .left dd .box2 img {
	display: block;
	width: 300px;
	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: -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(../images/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;
}

.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(../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: 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: #34373a;
	width: 100%;
	overflow: hidden;
}

.bottom_main .bott_nav {
	height: 50px;
	margin-top: 70px;
	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;
	font-size: 16px;
	display: inline-block;
	float: left;
	overflow: hidden;
	text-align: left;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #ffffff;
}

.bottom_main .bott_nav a:last-child {
	border-right: 0;
}

.links {
	box-sizing: border-box;
	padding-left: 30px;
	width: 1200px;
	height: 40px;
	font-size: 12px;
}

.links span {
	color: #f9f9f9;
	display: inline-block;
}

.links a {
	color: #f9f9f9;
	display: inline-block;
	padding-right: 10px;
}

.copyright {
	height: 120px;
	color: #f9f9f9;
	display: inline-block;
	padding-left: 30px;
}

.bottom_copy {
	border-top: 1px solid #5d5f61;
	line-height: 50px;
	background: #34373a;
	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(../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;
}

.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 {
	margin: auto;
	width: 100%;
	/* 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;
	text-align: center;
}

.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 {
	margin: auto;
	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;
}

.ultxt {
	margin: auto;
	width: 800px;
}

.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*/
.dede_pages {
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	overflow: hidden
}

.dede_pages ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0
}

.dede_pages ul li {
	float: left;
	font-family: 'microsoft yahei';
	margin: 0 2px;
	line-height: 25px;
	background: #fff;
	border: 1px solid #d8dadf
}

.dede_pages ul li:nth-child(1) {
	padding: 0 10px
}

.dede_pages ul li:nth-child(1) a {
	padding: 0
}

.dede_pages ul li a {
	color: #555;
	display: block;
	padding: 0 10px;
}

.dede_pages ul li:hover {
	text-decoration: none;
	color: #fff;
	border: 1px #333 solid;
	background-color: #333
}

.dede_pages ul li:hover a {
	color: #fff
}

.dede_pages ul li:hover a:hover {
	color: #fff;
	text-decoration: none
}

.dede_pages ul li.thisclass {
	background-color: #333;
	color: #fff;
	border: 1px #333 solid;
	padding: 0 10px
}

.dede_pages ul li:last-child {
	padding: 0 10px
}

.dede_pages ul li:last-child a {
	padding: 0
}

.dede_pages ul li.thisclass a {
	color: #fff;
	padding: 0
}

.dede_pages .pageinfo {
	line-height: 30px;
	padding-left: 5px
}

.dede_pages strong {
	font-weight: 400
}

.pin_left {
	width: 300px;
	height: 735px;
}

/*******内页样式********/
.nybanner {
	width: 100%;
	height: 300px;
	/*overflow: hidden;
	position: relative;*/
}

.nybanner img {
	width: 1920px;
	display: block;
	/*position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;*/
}

.submian {
	padding-bottom: 30px;
}

.submian .sobtitle {
	height: 30px;
	line-height: 30px;
	padding: 10px 0px 10px;
	margin-bottom: 20px;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
}

.submian .sobtitle s {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background-position: -213px 0px;
}

.submian .sobtitle a {
	font-size: 14px;
	color: #333
}

.submian .sobtitle a:hover {
	color: #e51a5b;
}

.submian .sobtitle a.now {
	color: #e51a5b;
	font-size: 14px;
	font-weight: bold;
}

.submian .sobtitle a.now:hover {
	text-decoration: underline;
}

.submian .subleft {
	width: 245px;
}

.submian .subleft .title {
	background: url(../images/bg5.jpg) no-repeat left;
	height: 102px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-right: 29px;
}

.submian .subleft .title h2 {
	line-height: 102px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}

.submian .subleft .title i {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 26px;
	padding-top: 2px;
}

.submian .subleft .bort9 {
	border-top: 9px solid #007eb9;
	border-radius: 5px 5px 0px 0px;
}

.submian .subleft .bor9 {
	border-bottom: 5px solid #eaeaea;
}

.submian .subleft .lefta {
	width: 245px;
	margin-bottom: 10px;
}

.submian .subleft .lefta .comt {
	background: #fff;
}

.submian .subleft .lefta .comt ul {
	border: 1px solid #ddd;
}

.submian .subleft .lefta .comt ul li a {
	background: #fff url(../images/tb9.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 14px;
}

.submian .subleft .lefta .comt ul li .box {
	padding: 10px 0px;
	display: none;
}

.submian .subleft .lefta .comt ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}

.submian .subleft .lefta .comt ul li .box a:hover {
	color: #007eb9;
	background: none;
}

.submian .subleft .lefta .comt ul li:hover a,
.submian .subleft .lefta .comt ul li.hover a {
	background: #e51a5b url(../images/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff;
}

.submian .subleft .lefta .comt ul li.hover a {
	background: #e51a5b url(../images/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff;
}

.submian .subleft .lefta .comt ul li.hover .box a {
	background: none;
	font-weight: normal;
}

.submian .subleft .lefta .comt ul li.hover .box a.hover {
	color: #007eb9;
	font-weight: bold;
}

.submian .subleft .lefta .comt ul li .boxlist {
	padding: 0;
	display: none;
	border: none;
}

.submian .subleft .lefta .comt ul li .boxlist li {
	line-height: 50px;
	background: #b1aeae;
}

.submian .subleft .lefta .comt ul li .boxlist li a {
	height: 40px;
	padding-left: 45px;
	color: #333;
	font-weight: normal;
	border-bottom: 0;
	line-height: 40px;
	background: #f6f6f6 url(../images/tb12.png) 26px center no-repeat;
	border-top: none;
}

.submian .subleft .lefta .comt ul li .boxlist li a:hover,
.submian .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #e51a5b;
	font-weight: bold
}

.submian .subleft .lefta .comt ul li.hover .boxlist {
	display: block;
}

.submian .subright .anlitopH4,
.submian .subright .divanli {
	background: #fff;
}

.submian .subright .anlitopH4 {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4e4e4;
}

.submian .subright .anlitopH4 span {
	border-left: 5px solid #e51a5b;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
	display: block;
	float: left;
	color: #e51a5b;
	font-weight: bold;
	font-size: 14px;
}

.submian .subright .anlitopH4 span .org {
	color: #ff7e00;
}

.submian .subright .anlitopH4 span .org {
	display: inline
}

.submian .subright .anlitopH4 a {
	float: right;
	padding-right: 20px;
}

.submian .subright .anlitopH4 .tel {
	float: right;
	padding-right: 10px;
	font-size: 14px;
	color: #007eb9;
}

.submian .subright .divanli {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
}

.submian .subright .divanli ul {
	width: 105%;
	height: 185px;
}

.submian .subright .divanli ul li {
	float: left;
	margin-left: 10px;
}

.submian .subright .divanli ul li:first-child {
	margin-left: 0;
}

.submian .subright .divanli ul li a img {
	width: 194px;
	height: 143px;
	display: block;
	border: solid 1px #e4e4e4;
}

.submian .subright .divanli ul li a span {
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	width: 170px;
}

.submian .subright .divanli ul li a:hover img {
	border-color: #007eb9;
}

.submian .subright .divanli ul li a:hover span {
	color: #007eb9;
	font-weight: bold;
}

.submian .subright .divanli_mess {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
	background: #fff;
}

.submian .subright .divanli_mess p {
	line-height: 24px;
}

.submian .subright .divremmnews {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
}

.submian .subright .divremmnews ul {
	width: 100%;
	overflow: hidden;
}

.submian .subright .divremmnews ul li {
	float: left;
	width: 47%;
	height: 35px;
	line-height: 35px;
	margin: 0 1.5%;
	border-bottom: 1px dashed #ccc;
}

.submian .subright .divremmnews ul li a {
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
}

.submian .subright .divremmnews ul li span {
	color: #666;
	float: right;
	height: 35px;
	line-height: 35px;
	white-space: nowrap
}

.submian .subright .divremmnews ul li a:hover {
	color: #e51a5b;
}

.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
	padding-top: 10px;
}

.map_ul li {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDBDB;
	margin-left: 10px;
	float: left;
}

.map_ul li a {
	font-size: 14px;
	float: left;
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
}

.map_ul .list-inline {
	display: block;
	margin-left: 14%;
	width: 80%;
	min-height: 30px;
}

.map_ul .list-inline a {
	font-weight: normal;
	width: auto;
	float: none;
	line-height: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0px 10px;
}

.map_ul .list-inline a:hover {
	background: #e51a5b;
	color: #fff;
}

.submian .subleft .adv {
	margin-bottom: 10px;
	background: #000;
}

.submian .subleft .adv a img {
	display: block;
	width: 100%;
}

.submian .subleft .adv a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

.submian .subleft .leftnews {
	margin-bottom: 10px;
}

.submian .subleft .leftnews .title {
	height: 42px;
	padding-left: 52px;
	padding-top: 18px;
}

.submian .subleft .leftnews .leftnewscomt {
	background: #fff;
	padding: 10px;
}

.submian .subleft .leftnews .leftnewscomt ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}

.submian .subleft .leftnews .leftnewscomt ul li a {
	font-size: 14px;
	display: block;
	padding-left: 10px;
}

.submian .subleft .leftnews .leftcont {
	background: #fff;
	padding: 10px;
}

.submian .subleft .leftnews .leftcont h2 {
	font-size: 16px;
	font-weight: bold;
	color: #e51a5b;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}

.submian .subleft .leftnews .leftcont span {
	line-height: 24px;
	font-size: 12px;
	padding-top: 10px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
}

.submian .subleft .leftnews .leftcont p {
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	line-height: normal;
}

.submian .subleft .leftnews .leftcont p i {
	font-size: 22px;
	color: #e51a5b;
	display: block;
}

.submian .subright {
	width: 800px;
	padding-bottom: 20px;
	line-height: 28px;
}

.submian .subright .aboutlist {
	color: #333;
}

.submian .subright img {
	max-width: 920px;
}

.submian .subright .newslist .textlist li {
	padding: 25px 0px 25px;
	height: 110px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 25px;
}

.submian .subright .newslist .textlist li a {
	display: block;
	cursor: pointer;
}

.submian .subright .newslist ul li a img {
	width: 147px;
	float: left;
	margin-right: 18px;
	border: 1px solid #eee;
	height: 110px;
	display: block;
}

.submian .subright .newslist ul li a .txt {
	color: #888;
	line-height: 24px;
	font-size: 12px;
}

.submian .subright .newslist .textlist li a p {
	height: 40px;
	line-height: 40px;
}

.submian .subright .newslist .textlist li a b {
	color: #e51a5b;
	font-size: 14px;
}

.submian .subright .newslist .textlist li a:hover b {
	color: #e51a5b;
}

.submian .subright .newslist .textlist li a i {
	color: #999;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.submian .subright .newslist .textlist li a span {
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	display: block;
	color: #666;
}

.submian .subright .newslist .textlist2 li {
	height: 40px;
	line-height: 40px;
}

.submian .subright .newslist .textlist2 li a {
	display: block;
}

.submian .subright .newslist .textlist2 li s {
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	background: #007eb9;
	margin-right: 10px;
	border-radius: 100%;
}

.submian .subright .newslist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.submian .subright .newslist ul li a:hover p b {
	text-decoration: underline;
}

.submian .subright .newslist ul li a:hover span {
	color: #777;
}

.submian .subright .caselist ul li {
	padding: 20px 0px;
	border-bottom: 1px dotted #c2c2c2;
	height: 176px;
}

.submian .subright .caselist ul li a {
	display: block;
}

.submian .subright .caselist ul li a img {
	width: 220px;
	height: 162px;
	display: block;
	border: 7px solid #e2e2e2;
}

.submian .subright .caselist ul li a .txt {
	width: 470px;
	float: left;
	padding-left: 20px;
}

.submian .subright .caselist ul li a .txt p {
	height: 40px;
	line-height: 40px;
	color: #007eb9;
	font-size: 14px;
	font-weight: bold;
}

.submian .subright .caselist ul li a .txt i {
	color: #666;
	padding-bottom: 10px;
	display: block;
}

.submian .subright .caselist ul li a .txt span {
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	display: block;
	color: #666;
}

.submian .subright .caselist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	border-color: #007eb9;
}

.submian .subright .caselist ul li a:hover p {
	text-decoration: underline;
}

.submian .subright .caselist ul li a:hover span {
	color: #777;
}

.submian .subright .mess {
	background: #fff;
	padding: 0px 40px 30px;
	width: 596px;
	margin-left: 80px;
}

.submian .subright .mess h1 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px;
}

.submian .subright .mess p {
	text-align: center;
	padding-bottom: 30px;
}

.submian .subright .mess .left {}

.submian .subright .mess .left li {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
}

.submian .subright .mess .left label {
	width: 150px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: none;
	color: #e51a5b;
	font-size: 16px;
	float: left;
	border-radius: 3px 0 0 3px;
	border: 1px solid #e51a5b;
}

.submian .subright .mess .left input {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 11px 10px;
	width: 404px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
}

.submian .subright .mess .left select {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 45px;
	line-height: 45px;
	width: 424px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
	text-indent: 10px;
}

.submian .subright .mess .right {
	float: left;
	width: 585px;
	padding-top: 10px;
	*padding-top: 20px;
}

.submian .subright .mess .right input,
.submian .subright .mess .right a {
	width: 40%;
	margin-right: 2%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	border: none;
	background: #e51a5b;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	transition: ease-in-out .2s;
	float: left
}

.submian .subright .mess .right a {
	color: #333;
	background: #ffcc00;
	float: right
}

.submian .subright .mess .right a:hover {
	background: #cda503;
}

.submian .subright .mess .right input:hover {
	background: #2bba72;
}

.honorlist ul.list {
	float: left;
	width: 100%;
	padding-left: 0px;
}

.honorlist ul.list li.item {
	float: left;
	width: 296px;
	margin-bottom: 30px;
	margin-right: 14px;
}

.honorlist ul.list li.item a:hover img {
	opacity: 1;
}

.honorlist ul.list li.item a:hover span {
	color: #fff;
	background: #e51a5b;
}

.honorlist ul.list li.item span {
	width: 252px;
	height: 45px;
	color: #555;
	text-align: center;
	display: block;
	line-height: 45px;
	background: #fff;
	margin: 1px;
	margin-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;
}

.honorlist ul.list li.item img {
	width: 100%;
	display: block;
	padding: 1px;
}

.list_imgH ul.list li.item {
	width: 254px;
	margin-right: 18px;
}

.list_imgH ul.list li.item a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #ddd;
}

.list_imgH ul.list li.item a:hover {
	background: #e51a5b;
}

.list_imgH ul.list li.item img {
	display: block;
	width: 252px;
	height: 200px;
}

.item_mask {
	width: 100%;
	height: 191px;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}

.item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background-position: 0px -142px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.list_imgH ul.list li.item:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}

.list_imgH ul.list li.item:hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}

/* formData */
.submian .subright .anlitopH4,
.submian .subright .divanli {
	background: #fff;
}

.submian .subright .anlitopH4 {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4e4e4;
	margin-top: 20px;
}

.submian .subright .anlitopH4 span {
	border-left: 5px solid #e51a5b;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
	display: block;
	float: left;
	color: #e51a5b;
	font-weight: bold;
	font-size: 14px;
}

.submian .subright .anlitopH4 span .org {
	color: #ff7e00;
}

.submian .subright .anlitopH4 span .org {
	display: inline
}

.submian .subright .divanli_mess {
	margin-bottom: 10px;
	padding: 15px 0;
	background: #fff;
	margin-top: 0px;
}

.submian .subright .divanli_mess p {
	line-height: 24px;
}

.submian .subright .divanli_mess ul {
	margin: 20px;
	width: 80%;
}

.submian .subright .divanli_mess ul li {
	padding-bottom: 15px;
	height: 31px;
	position: relative;
	display: block;
}

.submian .subright .divanli_mess ul li .tit {
	float: left;
	width: 80px;
	padding-right: 10px;
	text-align: right;
	font-size: 14px;
	line-height: 31px;
	height: 31px;
}

.submian .subright .divanli_mess ul li .tit font {
	color: #ff7e00;
}

.submian .subright .divanli_mess ul li input {
	width: 245px;
	height: 29px;
	line-height: 29px;
	padding: 0px 10px;
	border: 1px solid #e4e4e4;
	font-size: 14px;
	float: left;
	outline: none;
}

.submian .subright .divanli_mess ul li.beizhu {
	height: 200px;
	width: 100%;
}

.submian .subright .divanli_mess ul li.beizhu textarea {
	height: 200px;
	width: 622px;
	line-height: 29px;
	background: #fff;
	border: 1px solid #e4e4e4;
	font-size: 14px;
	float: left;
	outline: none;
	text-indent: 10px;
}

.submian .subright .divanli_mess ul li.yanzhenm input {
	width: 100px;
}

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

.submian .subright .divanli_mess ul li.yanzhenm img {
	position: absolute;
	left: 220px;
	top: 4px;
}

.submian .subright .divanli_mess ul li.yanzhenm .msg-box {
	margin-left: 65px;
}

.submian .subright .divanli_mess ul .bot {
	text-align: center;
}

.submian .subright .divanli_mess ul .bot input {
	width: 141px;
	background: #e51a5b;
	cursor: pointer;
	border: 0px;
	color: #fff;
	height: 43px;
	line-height: 43px;
}

.submian .subright .divanli_mess ul .bot input:hover {
	opacity: 0.8;
}

.ArticleTencont {
	line-height: 28px;
	padding-top: 30px;
}

/* formData */
.submian .t {
	padding: 0 0 25px;
	color: #147b32;
	font-size: 18px;
}

.submian .t2 {
	padding: 25px 0;
	color: #147b32;
	font-size: 24px;
}

.formData {
	padding-bottom: 20px;
}

.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 420px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e4e4e4;
	margin-right: 76px;
	margin-bottom: 45px;
	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: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #666;
}

.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}

.formData .item .txt {
	width: 350px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
}

.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: 918px;
	height: 260px;
	border: 1px solid #e4e4e4;
	float: left;
}

.formData .liuyan label {
	text-align: right;
	display: block;
}

.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	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: 52px;
	border: 2px solid #147b32;
	margin-right: 2px;
	text-align: center;
	background: #147b32;
	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: #147b32;
}

.formData .yzm .txt {
	padding-left: 80px;
}

.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}

/** 新闻中心 **/
.submian .subright .thumblist .list {
	padding-bottom: 20px;
}

.submian .subright .thumblist .item {
	width: 880px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	padding: 20px;
	transition: all .5s;
}

.submian .subright .thumblist .item a {
	display: block;
}

.submian .subright .thumblist .item .img {
	position: relative;
	width: 180px;
	height: 135px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.submian .subright .thumblist .item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}

.submian .subright .thumblist .item a:hover img {
	transform: scale(1.1, 1.1);
}

.submian .subright .thumblist .item .txt {
	width: 680px;
	cursor: pointer;
}

.submian .subright .thumblist .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.submian .subright .thumblist .item .txt .mark {
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
}

.submian .subright .thumblist .item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}

.submian .subright .thumblist .item .txt p {
	color: #666;
	line-height: 25px;
}

.submian .subright .thumblist .item .txt p span {
	display: inline-block;
	color: #e51a5b;
	padding-left: 10px;
}

.submian .subright .thumblist .item a:hover .txt h3 {
	color: #e51a5b;
}

.submian .subright .thumblist .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.reLink {
	height: 38px;
	border: 1px solid #ccc;
	margin: 10px auto 10px;
	padding: 0px 10px;
}

.reLink .prevLink,
.reLink .nextLink {
	height: 38px;
	line-height: 38px;
}

.reLink .prevLink a,
.reLink .nextLink a {
	height: 38px;
	line-height: 38px;
}

.reLink .prevLink a:hover,
.reLink .nextLink a:hover {
	color: #e51a5b;
}

.reLink .prevLink {
	float: left;
	width: 50%;
	overflow: hidden;
}

.reLink .nextLink {
	float: right;
	width: 50%;
	overflow: hidden;
}

.submian .subright .conBox .ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px dotted #fff;
	font-weight: bold;
}

.submian .subright .conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	border-top: 1px dotted #ccc;
	text-align: center;
}

.submian .subright .conBox .ArticleMessage span.sp {
	color: #999;
	margin-right: 10px;
	font-size: 12px;
}

.submian .subright .conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}

.submian .subright .conBox .ArticleTencont {
	text-align: center;
	line-height: 35px;
	overflow: hidden;
	color: #666;
	font-size: 16px;
	letter-spacing: 1px;
}

.submian .subright .showproduct .ArticleTencont img {
	max-width: 100%;
}

.submian .subright .conBox .ArticleTencont img {
	max-width: 100%;
}

.subright .searchList {
	border-top: 1px solid #ddd;
}

.subright .searchList li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.subright .searchList li:first-child {
	border-top: none;
}

.subright .searchList li:hover a h2 {
	color: #e51a5b;
	font-weight: bold;
}

.leftprocomt {
	padding-top: 10px;
}

.leftprocomt li {
	float: left;
	text-align: center;
	width: 117px;
	margin-right: 10px;
}

.leftprocomt li img {
	width: 117px;
	height: 87px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.leftprocomt li p {
	line-height: 35px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.leftprocomt li:hover img {
	-webkkit-filter: brightness(105%);
	filter: brightness(105%);
}

.leftprocomt li:hover p {
	color: #e51a5b;
}

@keyframes change {
	0% {
		-webkit-transform: translate(0px, 0px);
	}

	10% {
		-webkit-transform: translate(0px, -3px);
	}

	20% {
		-webkit-transform: translate(0px, -6px);
	}

	30% {
		-webkit-transform: translate(0px, -9px);
	}

	40% {
		-webkit-transform: translate(0px, -12px);
	}

	50% {
		-webkit-transform: translate(0px, -15px);
	}

	60% {
		-webkit-transform: translate(0px, -12px);
	}

	70% {
		-webkit-transform: translate(0px, -9px);
	}

	80% {
		-webkit-transform: translate(0px, -6px);
	}

	90% {
		-webkit-transform: translate(0px, -3px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
	}
}

/*↓组图样式↓*/
.HS10,
.HS15 {
	overflow: hidden;
	clear: both;
}

.HS10 {
	height: 10px;
}

.HS15 {
	height: 15px;
}

.Hidden {
	display: none;
}

.Clearer {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

.FlLeft {
	float: left;
}

.FlRight {
	float: right;
}

/*幻灯片区域背景*/
.MainBg {
	width: 920px;
	margin: 0 auto;
}

/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
}

#OriginalPic {
	width: 920px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
}

#OriginalPic img {
	display: block;
	min-width: 100px;
	margin: 0 auto;
}

/*鼠标手势*/
.CursorL {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	left: 0;
	/*cursor: url(../images/CurL.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;*/
}

.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	right: 0;
	/*cursor: url(../images/CurR.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;*/
}

/*小图预览和滑动*/
.SliderPicBorder {
	width: 100%;
	overflow: hidden;
}

.ThumbPicBorder {
	width: 920px;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
}

.ThumbPicBorder #btnPrev {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 20px;
}

.ThumbPicBorder #btnNext {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}

.ThumbPicBorder .pic {
	width: 755px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}

#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 135px;
	height: 108px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

#ThumbPic img.active {
	border: 3px solid #147b32;
}



/*公用顶部*/
.mxbcic-top {
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
}

.mxbcic-wrap-1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.mxbcic-color-e50054 {
	color: #1a2b79;
	font-size: 12px;
}

.mxbcic-color-777 {
	color: #777;
	font-size: 12px;
}

.mxbcic-gxsj {
	padding-left: 20px;
	background: url("/control/skin/images/gxsj-icon.png") no-repeat 0 center;
	background-size: 14px 14px;
}

.mxbcic-top a:hover {
	color: #e50054;
}

.mxbcic-header-wrap {
	height: 90px;
	padding: 10px 0;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

.mxbcic-brand-logo {
	width: 121px;
	height: 75px;
	margin-top: 8px;
}

.mxbcic-brand-logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.mxbcic-zxrx {
	background: url("/control/skin/images/zxrx-icon.png") no-repeat 0 center;
	height: 90px;
	line-height: 90px;
	padding-left: 20px;
}

/*顶部资讯轮播*/
.mxbcic-top-zx-lb {
	width: 365px;
	height: 40px;
	line-height: 40px;
	padding-left: 21px;
	background: url("/control/skin/images/lb.png") no-repeat 0 center;
	margin-left: 30px;
}

.mxbcic-top-zx-lb .swiper-container {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.mxbcic-top-zx-lb .swiper-container .swiper-slide a {
	font-size: 12px;
	color: #777;
	width: 240px;
	height: 40px;
}

.mxbcic-top-zx-lb .swiper-container .swiper-slide span {
	font-size: 12px;
	color: #777;
}



/*顶部链接*/
.mxbcic-header-nav {
	height: 60px;
	padding-top: 30px;
}

.mxbcic-per-header-nav {
	margin-right: 5px;
	float: left;
	height: 60px;
	line-height: 32px;
}

.mxbcic-per-header-nav>a {
	color: #333333;
	display: block;
	padding: 0 14px;
}

.mxbcic-per-header-nav>a:hover {
	color: #e50054;
}

.mxbcic-per-header-nav.active {
	background: url("../images/header-nav-bg.png") no-repeat center 34px;
}

.mxbcic-per-header-nav.active>a {
	color: #e50054;
}

.mxbcic-xwzx:hover>a {
	background: #e50054;
	height: 32px;
	line-height: 32px;
	border-radius: 4px 4px 0 0;
	color: #fff;
}

.mxbcic-nav-list {
	width: 100%;
	height: auto;
	left: 0;
	top: 32px;
	text-align: center;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
	display: none;
}

.mxbcic-nav-list li {
	height: 32px;
	line-height: 32px;
	background: #e50054;
	border-top: 1px solid #ffd7e0;
}

.mxbcic-nav-list li a {
	color: #ffd7e0;
	display: block;
	width: 100%;
	height: 100%;
}

.mxbcic-nav-list li a:hover {
	color: #222222;
}

.mxbcic-xwzx:hover .mxbcic-nav-list {
	display: block;
}
/*新闻动态*/
.in_title .entit {
	margin-bottom: 12px;
	font: normal 40px "arial";
	color: #666;
	text-align: center;
}

.in_title .tit {
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #e51a5b;
	background: url("/control/skin/images/titline.png") no-repeat;
}

#floor_6_main {
	background: #fff;
}

.floor_6 {
	padding-bottom: 80px;
}

.floor_6 .look_more {
	margin-top: 40px;
}

.floor_6 .proCase {
	overflow: hidden;
	position: relative;
	width: 396px;
	height: 430px;
	margin-top: 60px;
	border: 1px solid #ddd;
}

.floor_6 .proCase .bd {
	position: relative;
	width: 396px;
}

.floor_6 .proCase .list {
	width: 106%;
}

.floor_6 .proCase .list li {
	position: relative;
	display: block;
	float: left;
	width: 396px;
	height: 430px;
	background: #f8f8f8;
	transition: all ease 600ms;
}

.floor_6 .proCase .list li a {
	display: block;
	padding: 30px;
	padding-bottom: 0px;
}

.floor_6 .proCase .list li img {
	display: block;
	width: 340px;
	height: 255px;
}

.floor_6 .proCase .list li .title {
	margin-top: 30px;
}

.floor_6 .proCase .list li .tit {
	font-size: 16px;
	color: #333;
	line-height: 16px;
	transition: all ease 600ms;
}

.floor_6 .proCase .list li .time {
	margin-top: 12px;
	font-size: 14px;
	color: #666;
}

.floor_6 .proCase .list li:hover {
	background: #fff;
	transition: all ease 600ms;
}

.floor_6 .proCase .list li:hover .tit {
	color: #e51a5b;
	font-weight: bold;
	transition: all ease 600ms;
}

.floor_6 .proCase .list li:hover .time {
	color: #333;
}

.floor_6 .proCase .list li:hover .view_detail {
	background: #46baff;
	color: #e51a5b;
}

.floor_6 .proCase .hd {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 30px;
}

.floor_6 .proCase .hd li {
	float: left;
	width: 12px;
	height: 12px;
	background-color: #666;
	border-radius: 100%;
	margin-right: 12px;
	font-size: 0px;
	cursor: pointer;
}

.floor_6 .proCase .hd li.on {
	background-color: #e51a5b;
}

.floor_6 .textlist {
	width: 750px;
	margin-left: 48px;
}

.floor_6 .textlist .one {
	padding: 0px;
	margin-top: 58px;
}

.floor_6 .textlist .one img {
	display: block;
	width: 200px;
	height: 150px;
}

.floor_6 .textlist .one .txt {
	width: 506px;
	margin-left: 40px;
}

.floor_6 .textlist .one .txt .tit {
	font-weight: bold;
	line-height: 22px;
	display: block;
	padding-bottom: 20px;
	color: #333;
	font-size: 18px;
	transition: all .5s;
}

.floor_6 .textlist .one .txt .time {
	color: #333;
}

.floor_6 .textlist .one .cont {
	width: 506px;
}

.floor_6 .textlist .one:hover .txt .tit {
	color: #e51a5b;
	transition: all .5s;
}

.floor_6 .textlist .one:hover .cont {
	color: #333;
}

.floor_6 .textlist .one:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}

.floor_6 .textlist .list {
	width: 100%;
	margin-top: 24px;
	*margin-top: 20px;
}

.floor_6 .textlist .list li {
	display: block;
	font-size: 16px;
	line-height: 20px;
}

.floor_6 .textlist .list li:first-child a {
	border-top: 1px solid #ddd;
}

.floor_6 .textlist .list li a {
	display: block;
	height: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.floor_6 .textlist .list li .tit {
	transition: all ease 600ms;
}

.floor_6 .textlist .list li .tit em {
	width: 12px;
	height: 14px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	background-position: -286px -102px;
	transition: all ease 600ms;
}

.floor_6 .textlist .list li:hover .tit {
	color: #e51a5b;
	font-weight: bold;
}

.floor_6 .textlist .list li:hover em {
	margin-right: 16px;
	transition: all ease 600ms;
}

.floor_6 .textlist .list li:hover .time {
	color: #666;
}

.look_more {
	display: block;
	width: 160px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #333;
	border: 1px solid #e51a5b;
	border-radius: 20px;
	transition: all .5s;
}

.look_more:hover {
	background: #e51a5b;
	color: #fff;
	transition: all .5s;
}

.floor_6 .look_more {
	margin-top: 40px;
}

/*品牌问答*/
.cywd_conter {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}

.cywd_conter .cywd_left {
	padding: 10px;
	width: 71%;
	float: left;
	/*relative: position;*/
}

.cywd_conter .cywd_sub {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.cywd_conter .cywd_sub span {
	background: #e51a5b;
	font-size: 18px;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
}

.cywd_conter .cy_firstn {
	height: auto;
	overflow: hidden;
}

.cywd_conter .cy_firstn .cy_text {
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px dashed #d2d2d2;
}

.cywd_conter .cy_text .cy_textleft {
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
}

.cywd_conter .cy_text .cy_textleft .mb-10 {
	margin-bottom: 10px;
}

.cywd_conter .cy_text .icon-question {
	width: 28px;
	height: 28px;
	background: url(../images/icon-question.png) center center no-repeat;
	background-size: 100% 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.cywd_conter .cy_text .icon-answer {
	width: 28px;
	height: 28px;
	background: url(../images/icon-answer.png) center center no-repeat;
	background-size: 100% 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.cywd_conter .cy_text .cy_textright {
	width: 100%;
	display: table-cell;
	vertical-align: top;
}

.cywd_conter .cy_textright .mb-10 {
	margin-bottom: 10px;
}

.cywd_conter .cy_text .cywd-dark {
	font-weight: 700;
	font-size: 18px;
	color: #333333;
}

.cywd_conter .cy_text .cywd-dark:hover {
	color: #e51a5b;
}

.cywd_conter .ml-10 {
	margin-left: 10px;
}

.cywd_conter .cywd_right {
	float: right;
	width: 25%;
	position: relative;
}

.cywd_conter .cywd_right .cy_mfzx {
	background: #f6f9fb;
	padding: 30px;
	text-align: center;
}

.cywd_conter .cywd_right .logot {
	width: 250px;
	height: auto;
	padding-bottom: 10px;
}

.cywd_conter .cywd_right h4 {
	color: #333333;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.cywd_conter .cywd_right .cy_biao {
	margin-top: 15px;
	color: #333333;
	font-size: 16px;
}

.cywd_conter .cywd_right .cyten {
	padding: 0 20px;
}

.cywd_right .cyten .cy_biaot {
	color: #333333;
	margin-top: 10px;
}

.cywd_right .cyten .mt-10 {
	margin-top: 10px;
}

.cywd_right .cyten .label {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	border: 1px solid transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ff9126;
	font-size: 35px;
	border-color: currentcolor;
	padding: 5px 10px;
	margin-top: 10px;
	background-color: #ffffff;
}

.cywd_right .cyten .consult {
	background-color: #e51a5b;
	color: #ffffff;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	display: block;
	width: 100%;
	margin-top: 20px;
	border-radius: 10px;
}

.message-lightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .7);
	margin: auto auto;
	z-index: 999999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}

.messge-wrap {
	position: absolute;
	width: 500px;
	background-size: 100% 100%;
	margin: auto auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 325px;
	background-color: #fff;
	border-radius: 5%;
	overflow: hidden;
}

.messge-wrap .online {
	background-color: #f3f3f3;
	padding: 25px 15px;
	margin-bottom: 25px;
}

.messge-wrap .online .strong {
	font-size: 2em;
	color: #000;
	letter-spacing: 3px;
	display: inline-block;
}

.messge-wrap .online .consult-close {
	float: right;
	cursor: pointer;
}

.messge-wrap .online .consult-close img {
	width: 35px;
}

.messge-wrap .online .consult-close img:hover {
	transition: All .3s ease-in-out;
	transform: rotate(180deg);
}

.messge-wrap .cy-body {
	padding: 0 20px;
}

.messge-wrap .cy-body .liuzuo {
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
}

.messge-wrap .cy-body .liu-label {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 20px;
}

.messge-wrap .cy-body .liuyou {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.form-control {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	background-color: #fff;
	-webkit-transition: border-color .15s ease-in-out;
	-moz-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
}

.messge-wrap .cy-body .liuyou .btn-dangern {
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 16px;
	background-color: #e51a5b;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

.cywd_right .cy_jiamzx {
	padding: 30px 20px;
}

.cywd_right .cy_jiamzx h5 {
	font-size: 18px;
	color: #3333333;
	margin: 0;
	margin-bottom: 20px;
}

.cywd_right .artli {
	position: relative;
	margin-bottom: 8px;
}

.cywd_right .artli-body {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.cywd_right .artli-link {
	color: #333;
	font-size: 16px;
}

.cywd_right .artli-link:hover {
	color: #e51a5b;
}

.cywd_arcti {
	width: 1300px;
	margin: 0 auto;
}

.cywd_arcti .cy_prob {
	border-bottom: 1px dashed #d2d2d2;
	padding-bottom: 15px;
}

.cywd_arcti .cy_prob .cy_textleft {
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
}

.cywd_arcti .cy_prob .icon-question {
	width: 28px;
	height: 28px;
	background: url(../images/icon-question.png) center center no-repeat;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.cywd_arcti .cy_prob .cy_textrightn {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.cywd_arcti .cy_prob .cy_textrightn h1 {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}

.cywd_arcti .cy_prob .basesp {
	letter-spacing: 1px;
	color: #898989;
	margin-top: 15px;
	font-size: 16px;
}

.cywd_arcti .cy_prob .basespn {
	margin-top: 20px;
	font-size: 16px;
}

.cywd_arcti .cy_prob .basespn .ml-s {
	margin-left: 40px;
}

.cywd_arcti .cy_prob .basespn .darkhui {
	color: #333333;
}

.cywd_arcti .cy_prob .basespn .dangred {
	color: #de1b1b;
}

.cywd_arcti .cy_answer {
	padding-top: 15px;
	padding-bottom: 40px;
	overflow: hidden;
}

.cywd_arcti .cy_answer .cy_textleft {
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
}

.cywd_arcti .cy_answer .icon-correct {
	width: 28px;
	height: 28px;
	background: url(../images/icon-correct-big.png) center center no-repeat;
	background-size: 100% 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.cywd_arcti .cy_answer .cy_textrightn {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.cywd_arcti .cy_answer .darkhui {
	color: #333333;
	margin-top: 10px;
}

.cywd_arcti .cy_answer .answerda {
	margin-top: 40px;
}

.cywd_arcti .cy_answer .medialist {
	width: 100%;
}

.cywd_arcti .cy_answer .clearfixn {
	overflow: hidden;
	height: auto;
}

.cywd_arcti .cy_answer .clearfixnx {
	margin-top: 5px;
	float: left;
}

.cywd_arcti .cy_answer .img-cover {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.cywd_arcti .cy_answer .img-cover>img {
	width: 100%;
	height: 100%;
}

.cywd_arcti .cy_answer .jian-over {
	margin-left: 10px;
	float: right;
}

.cywd_arcti .cy_answer .titlend {
	color: #333333;
	font-weight: 700;
}

.cywd_arcti .cy_answer .shij {
	margin-left: 20px;
}

.cywd_arcti .cy_answer .mt_10 {
	margin-top: 10px;
}

.cywd_arcti .cy_answer .basef {
	color: #898989;
	font-size: 16px;
}

.cywd_arcti .cy_answer .basefs {
	margin-left: 20px;
	color: #898989;
	font-size: 16px;
}

.cywd_arcti .cy_answer .consult {
	color: #e51a5b;
	border: 1px solid #e51a5b;
	padding: 1px 10px;
	background-color: transparent;
	float: right;
	font-size: 14px;
	height: 32px;
	line-height: 30px;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}

.cywd_arcti .cy_answer .consult:hover {
	background-color: #e51a5b;
	color: #ffffff;
}

.cywd_arcti .cy_answer .roundedch {
	position: relative;
	line-height: 1.6;
	background-color: #f6f9fb;
	color: #333333;
	padding: 30px;
	padding-top: 60px;
	margin-top: 20px;
}

.cy_textrightn .answerda .roundedch:after {
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	width: 112px;
	height: 32px;
	content: "";
}

.cy_textrightn .answerda:first-of-type .roundedch:after {
	background: url("/control/skin/images/answer-red.png") no-repeat;
	background-size: contain;
}

.cy_textrightn .answerda:not(:first-of-type) .roundedch:after {
	background: url("/control/skin/images/answer-grey.png") no-repeat;
	background-size: contain;
}

.answer_sx {
	padding: 0 20px;
	height: 80px;
	border: 1px solid #ddd;
	line-height: 40px;
	color: #333;
}

.answer_sx .answer_s {
	display: block;
}

.answer_sx a {
	color: #754d3d;
}

/* 底飘 */
.ys-bottom-form-wrap {
	width: 100%;
	height: 80px;
	background: #e99390;
	position: fixed;
	margin: auto auto;
	bottom: 0;
	z-index: 10;
	color: #fff;
}

.ys-wrap-1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.ys-bottom-form-close {
	right: 10px;
	top: 10px;
	width: 21px;
	height: 20px;
}

.p-a {
	position: absolute;
}

.p-r {
	position: relative;
}

.o-h {
	overflow: hidden;
}

.ys-bottom-form-l {
	width: 343px;
	height: 80px;
	line-height: 80px;
}

.font-weight {
	font-weight: bold;
}

.font28 {
	font-size: 28px;
}

.ml25 {
	margin-left: 25px;
}

.font19 {
	font-size: 19px;
}

.ys-bottom-form {
	width: 790px;
	height: 40px;
	line-height: 40px;
	padding: 20px 0;
}

.ys-bottom-input-box {
	width: 270px;
	height: 40px;
}

.ys-bottom-input-box input {
	border: none 0;
	text-indent: 0;
	-webkit-appearance: none;
	outline: none;
}

.ys-bottom-form-input {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	padding: 0 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #242424;
	cursor: pointer;
}

.ys-bottom-form-submit {
	width: 160px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	background: #242424;
	cursor: pointer;
	outline: none;
}

.ys-bottom-form-wrap-sm {
	width: 595px;
	height: 80px;
	line-height: 80px;
	position: fixed;
	left: 100%;
	bottom: 0;
	background: #e99390;
	z-index: 5;
	margin: auto auto;
}

.ys-bottom-form-sm-r {
	width: 235px;
	height: 80px;
	right: 0;
	top: 0;
	line-height: 80px;
}

.ys-zk {
	width: 15px;
	height: 26px;
	margin-left: 45px;
	margin-top: 28px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666;
	font-size: 16px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #666;
	font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #666;
	font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #666;
	font-size: 16px;
}


/*问答页的弹框*/
.message-lightbox {
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(0,0,0,.7);
	margin:auto auto;
	z-index:999999;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display: none;
}
.messge-wrap {
	position:absolute;
	width:500px;
	background-size:100% 100%;
	margin:auto auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:325px;
	background-color:#fff;
	border-radius:5%;
	overflow:hidden;
}
.messge-wrap .online {
	background-color:#f3f3f3;
	padding:25px 15px;
	margin-bottom:25px;
}
.messge-wrap .online .strong {
	font-size:2em;
	color:#000;
	letter-spacing:3px;
	display: inline-block;
}
.messge-wrap .online .consult-close {
	float:right;
	cursor:pointer;
}
.messge-wrap .online .consult-close img {
	width:35px;
}
.messge-wrap .online .consult-close img:hover {
    transition: All .3s ease-in-out;
    transform: rotate(180deg);
}
.messge-wrap .cy-body {
	padding: 0 20px;
}
.messge-wrap .cy-body .liuzuo{
    padding-right: 10px;
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
}
.messge-wrap .cy-body .liu-label {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 20px;
}
.messge-wrap .cy-body .liuyou{
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    background-color: #fff;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}
.messge-wrap .cy-body .liuyou .btn-dangern{
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    background-color: #de1b1b;
    color: #ffffff;
    border: none;
    cursor: pointer;
}