@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form, textarea {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "Arial Black";
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
img {
	border: 0px;
	display: block;
	margin: 0;
	padding: 0;
}
em, i, strong {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
* {
	padding: 0px;
	margin: 0px
}
div {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	margin: 0;
}
b, strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;/* Remove most spacing between table cells.*/
}
li {
	list-style: none outside none;
}
/*链接*/
a {
	text-decoration: none;
	color: #333;
	background: transparent;
	outline: none
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #004d9f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
/*表单*/
form {
	margin: 0;
}
button, input, select, textarea {
	font-size: 100%; /* Correct font size not being inherited in all browsers. */
	margin: 0; /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
	vertical-align: baseline; /* Improve appearance and consistency in all browsers */
*vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
button, select {
	text-transform: none;
}
input {
	line-height: normal;
	border: none;
}
/*其它*/
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
code, kbd, pre, samp {
	font-size: 1em;
}
pre {
	margin: 1em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dd {
	margin: 0;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
/*==========@@HTML默认 结束@@==========*/
/*==========@@通用 开始@@==========*/
/*常用颜色*/
.red {
	color: #004d9f !important;
}
/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix {
*zoom:1;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*其它*/
.hidden {
	display: none;
}
.pfont {
	font-family: 'PingFangSC-Light', 'microsoft yahei', Arial, Helvetica, sans-serif, "Hiragino Sans GB";
}
/*必须输入，主要*/
.required {
	color: red;
	font-weight: bold;
}
.form_text_verifycode {
	width: 80px;
}
.form_radio {
	width: auto;
	border: 0;
}
.form_checkbox {
	width: auto;
	border: 0
}
/*网站公用样式表*/
.w1200 {
	width: 1280px;
	margin: 0 auto;
}
.por {
	position: relative;
}
.poa {
	position: absolute;
}
.icon {
	background: url(/skin/images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
#header_main, #top_main, #banner_main, #floor_1_main, #links_main, #footer_main {
	width: 100%;
	margin: 0;
}
.trans {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
/*top*/
.header_main {
background: #fff;
    height: 100px;
    /* position: relative; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
#top #logo {
	width: 200px;
	margin-right: 30px;
	margin-top: 10px;
}
#top #logo a {
	padding-top: 0;
	display: block;
}
#top #logo img {
	height: 65px;
	display: block;width:185px;
	margin-top: 5px;
}
/*导航*/
#header_main #nav {
	width:740px;
	position: relative;
	height: 100px;
}
#nav ul {
	margin: 0 auto;
	width: 100%;
}
#nav li:first-child {
	width: 100px;
}
#nav li {
	float: left;
	width: 115px;
	display: block;
	list-style: none;
	font-size: 18px;
	text-align: center;
	line-height: 100px;
	position: relative;
	margin: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	padding: 0 0px
}
#nav li a {
	display: block;
	text-align: center;
	position: relative;
	color: #2d2d2d;
	height:100px;
	font-weight: bold;
}
#nav li:hover a {
	color: #333;
}

#nav li:hover{
	background: #ffffff;
}
#nav .subnavbg:hover a{  
	background: #ffffff;}
	
/*导航栏下拉*/
#nav .subnav {
	position: absolute;
	left: 0px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	z-index: 199;
	opacity: 0;
	visibility: hidden;
	height: auto;
	overflow: hidden;
	width: 100%;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
#nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
#nav .subnav {
	position: absolute;
	left: -9px;
	top: 100px;
	width: 105%;
	z-index: 10;
	border-left: 5px solid rgba(255,255,255,0.1);
	border-right: 5px solid rgba(255,255,255,0.1);
	border-bottom: 5px solid rgba(255,255,255,0.1);
}
#nav .subnavbg {
	position: static;
	background: #32363e;
	background: rgba(255, 255, 255, 1)!important;
	filter: Alpha(opacity=60);
*zoom:1;
}
#nav .subnav a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333 !important;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e4e3e3;
	font-weight: normal;
}
#nav .subnav a:hover {
	display: block;
	color: #fff !important;
	background: #004d9f!important;
}
#header_main .topsearch {
	width: 60px;
	transition: all 300ms ease 0s;
	position: relative;
	height: 82px;
}
#header_main .search_btn {
	width: 16px;
	background-position: 0 0;
	cursor: pointer;
	height: 16px;
}
#header_main .search_box {
	background: #ededed;
	height: 82px;
	overflow: hidden;
	position: absolute;
	right: 60px;
	top: 0;
	transition: all 300ms ease 0s;
	width: 0;
	z-index: 10;
}
#header_main .search_box input {
	border: 0 none;
}
#header_main .search_box .stxt {
	display: block;
	height: 82px;
	line-height: 82px;
	text-indent: 10px;
	width: 150px;
	background: none;
}
#header_main .search_box .sbtn {
	background-position: -100px 0;
	cursor: pointer;
	display: block;
	height: 82px;
	width: 60px;
}
#header_main .topsearch.addy .search_box {
	width: 210px;
}
#header_main .topsearch.addy .search_btn {
	background-position: -46px 0;
}
.top_rig {
	width: 260px;
	padding-top: 38px;
	position: relative;
}
.top_rig .bshare {
	width: 90px;
}
.top_rig .bshare a {
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-left: 6px;
	padding: 0;
}
.top_rig .bshare .bdsharebuttonbox a {
	width: 20px;
	height: 16px;
	margin-left: 6px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat 0 0;
	padding: 0;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.top_rig .bshare .bdsharebuttonbox a.bds_weixin {
	background-position: -45px 0 !important;
}
.top_rig .bshare .bdsharebuttonbox a.bds_weixin:hover {
	background-position: -69px 0 !important;
}
.top_rig .bshare .bdsharebuttonbox a.bds_sqq {
	background-position: -96px 0 !important;
}
.top_rig .bshare .bdsharebuttonbox a.bds_sqq:hover {
	background-position: -118px 0 !important;
}
#top .searchbox {
	width: 34px;
	height: 38px;
	text-align: center;
	cursor: pointer;
	padding-top: 6px;
	padding-right:2px;
}
#top .searchbox s {
	background-position: 0 0;
	width: 18px;
	height: 16px;
	margin: 0 auto;
	transition: all 0.3s ease-in-out 0s;
	display: block;
}
#top .infoSer {
	position: absolute;
	right: 74px;
	top: 88px;
	padding: 20px 0 0 20px;
	background: url(../images/top_down.png) no-repeat center center;
	text-align: center;
	width: 272px;
	z-index: 999;
	height: 45px;
	display: none;
}
#top .infoSer .ser {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #d4d4d4;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	width: 220px;
	outline: none;
}
#top .infoSer .btn {
	background-position: 10px 0;
	border: medium none;
	cursor: pointer;
	display: block;
	float: left;
	height: 16px;
	margin: 0;
	padding: 0;
	width: 30px;
	z-index: 999;
	margin-top: 15px;
	outline: none;
}
/*侧边导航*/
/* banner */
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin-top: 70px;
}
#banner_main .banner {
	height: 550px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 550px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 20px;
	z-index: 3;
}
#banner .tip span {
	height: 8px;
	margin: 0 2px;
	width: 8px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #eb3d00;
}
#banner .tip span.cur {
	background-color: #eb3d00;
}
#banner #btn_prev, #banner #btn_next {
	width: 28px;
	height: 56px;
	position: absolute;
	top: 32%;
	z-index: 5;
}
#banner #btn_prev {
	background-position: 0 -138px;
	left: 5%;
}
#banner #btn_next {
	background-position: -34px -138px;
	right: 5%;
}


/*banner end*/
.index {
	position: relative;
	z-index: 3;
	margin-top: 40px;
}
.index .title {
	text-align: center;
	width: 100%;
}
.index .title h3 {
	font-size: 26px;
    font-weight: bold;
	display: block;
	line-height: 30px;
	color: #000;
	text-align: center;
}

.index .title p {
    color: #848383;
    font-size: 15px;
    line-height: 30px;
    margin: 5px 0 20px 0;
}
.index .title h4 {
	color: #999;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'PingFangSC-Light', Arial, Helvetica, sans-serif, "Hiragino Sans GB";
	font-weight: normal;
	line-height: 40px;
}
.index .floor_1_main {
}
.index .floor_1 {
	padding-bottom: 20px;
	position: relative;
}
.floor_4 .title h3 {
	font-size: 26px;
    font-weight: bold;
	display: block;
	line-height: 30px;
	color: #000;
	text-align: center;
}

.floor_4 .title p {
    color: #848383;
    font-size: 15px;
    line-height: 30px;
    margin: 5px 0 20px 0;text-align: center;
}

.index .part4 {
	padding: 80px 0 0;
}
.index .part4 .steps {
	overflow: hidden;
}
.index .steps .bd {
	position: relative;
	padding: 60px 0;
}
.index .steps .bd li {
	float: left;
	width: 180px;
	height: 135px;
	margin-right: 24px;
}
.index .steps .bd li a {
	display: block;
	overflow: hidden;
}
.index .steps .bd li img {
	width: 180px;
	height: 135px;
	display: block;
	transition: all 0.3s ease-out 0s;
}
.index .steps .bd li a:hover img {
	transform: scale(1.08, 1.08);
}
.index .steps .hd {
	position: relative;
}
.index .steps .hd ul {
	text-align: center;
}
.index .steps .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 14px;
	cursor: pointer;
	background: #999;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 0;
}
.index .steps .hd li.on {
	background: #eb3d00;
}
.index .floor_4 {
 
}

	.new_tj {font-size: 38px;text-align: left;margin-bottom:20px;font-weight:500;margin-top:30px;width: 700px;}
.new_tj ul{margin-bottom: 50px;}
.new_tj ul li{width: 320px;margin: 0 1.5%;float: left;}
.new_tj ul li a{display: block; }
.new_tj .sy_link{ overflow:hidden;height: 230px;}
.new_tj ul li img{display:block;transition: all ease 2s;width:100%;height: 230px;}
.new_tj ul li:hover img{transform: scale(1.1);}
.new_tj ul li:hover{transform: translate(3px, -5px);box-shadow: 0 0 10px 5px rgba(157,157,157,0.3);}

.new_tj ul li .con{  background-color: #f5f5f5; padding: 15px;}
.new_tj ul li .con a{line-height: 28px;}
.new_tj ul li .con h4{  font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;font-weight: 600;color:#000;line-height: 45px;}
.new_tj ul li .con p{font-size: 14px;height: 90px;overflow: hidden; text-align:left}
.new_tj ul li .con .date{background-image: linear-gradient(to right, rgba(255, 231, 0, 0.99) 0.01%, rgba(255, 201, 0, 0.99) 100%);border-radius: 57.6px;color: #000; font-size:14px; padding:8px 20px;}
.new_tj ul li .con:hover{-moz-box-shadow:0 3px 10px rgba(0,0,0,.2);-webkit-box-shadow:0 3px 10px rgba(0,0,0,.2);box-shadow:0 3px 10px rgba(0,0,0,.2);top:-5px; background:#004d9f}
.new_tj ul li .con:hover h4 a{color:#fff}
.new_tj ul li .con:after{content:"";position:absolute;right:100%;bottom:0;width:100%;height:2px;background-color:#004d9f;opacity:0;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';filter:alpha(Opacity=0);-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.new_tj ul li .con :hover::after{right:0;opacity:1;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';filter:alpha(Opacity=100)}
.new_tj ul li .con a:hover h4,.new_tj ul li a:hover p{ color:#fff}  .new_tj ul li .con a:hover .date{ background:#FC0; color:#000} 


.nybanner {
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(/skin/images/banner_ny.jpg)  ;
	margin-top: 100px;
}
.wrapper {
	position: relative;width: 1280px;
    margin: 0 auto;
}
}
.subleft {
	width: 240px;
	position: relative;
}
.subleft .toptitle {
	width: 188px;
	height: 73px;
	background: #ce0000;
	color: #fff;
	padding: 30px 26px;
	position: absolute;
}
.subleft .toptitle h3 {
	border-bottom: 1px solid #d64e4e;
	color: #f9f9f9;
	font-weight: bold;
	font-size: 26px;
	display: block;
	line-height: 60px;
}
.subleft .toptitle h4 {
	font-size: 16px;
	font-family: arial;
	text-transform: uppercase;
}
.subleft .cont {
	padding: 155px 15px 15px 15px;
	background: #004d9f;
}
.subleft .cont li {
	border-bottom: 1px solid #fd3333;
	line-height: 44px;
}
.subleft .cont li a.sub1 {
	display: block;
	padding-left: 14px;
	color: #fff;
	transition: all 0.3s ease-out 0s;
}
.subleft .cont li a.sub1:hover, .subleft .cont li.hover a.sub1 {
	background: #ce0000;
	padding-left: 26px;
}
.subleft .cont li .box {
	padding: 5px 0 0 15px;
	display: none;
}
.subleft .cont li .box a {
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 30px;
	padding: 0;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.subleft .cont li .box a.hover, .subleft .cont li .box a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.subleft .cont li:hover .box, .subleft .cont li.hover .box {
	display: block;
}
.leftRecomm {
	padding: 25px 0 0;
}
.leftRecomm .title {
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
	color: #eb3d00;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}
.leftRecomm .title a {
	color: #232323;
}
.leftRecomm .item {
	width: 240px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-right: 20px;
}
.leftRecomm .item a {
	width: 100%;
	display: block;
}
.leftRecomm .item img {
	width: 240px;
	height: 170px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	border-radius: 3px;
	display: block;
}
.leftRecomm .item h3 {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.leftRecomm .item:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}
.leftRecomm .newslist li {
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}
.leftRecomm .newslist li a {
	display: block;
	width: 100%;
	text-align: left;
}
.subright {
	width: 1280px;
}
.subright .t {
	padding: 0 0 25px;
	color: #ff0505;
	font-size: 20px;
}
.subright .t2 {
	color: #ff0505;
	font-size: 30px;
	display: block;
	padding: 30px 0;
}
.sitepath {
	line-height: 30px;
	color: #88848b;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 28px;
}
.sitepath .home {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-position: -100px -100px;
	margin-right: 20px;
}
.sitepath a {
	color: #88848b;
	display: inline-block;
	white-space: nowrap;
}
.sitepath a:hover {
	color: #004d9f;
}

.product{
	 width: 1280px;
}
.productlist {
	position: relative;width: 1000px;float: right;
}
.productlist .list {
	padding-top: 10px;
	width: 100%;float: right;
}
.productlist .item {
	width: 310px;
	height: 350px;
	display: block;
	float: left;
	margin: 0 10px;
	margin-bottom: 50px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border: 1px solid #f3f1f1;
}
.productlist .item a {
	display: block;
}
.productlist .item img {
	width: 310px;
	height: 230px;
	display: block;
}
.productlist .item h3 {
	font-size: 18px;
	padding: 20px 20px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;text-align: center;
}
.productlist .item p {
	color: #999;
	padding: 0 20px;
	line-height: 24px;
}
.productlist .item:hover {
	transform: translate3d(0px, -16px, 0px);
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.caselist {
	position: relative;
}
.caselist .list {
	padding-top: 10px;
	width: 100%;
}
.caselist .item {
	width: 290px;
	height: 280px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border-bottom: 1px solid #e5e5e5;
}
.caselist .item a {
	display: block;
}
.caselist .item img {
	width: 290px;
	height: 145px;
	display: block;
}
.caselist .item h3 {
	font-size: 18px;
	padding: 16px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.caselist .item p {
	color: #999;
	padding: 0 16px;
	line-height: 24px;
}
.caselist .item:hover {
	transform: translate3d(0px, -16px, 0px);
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.honorlist {
	position: relative;
}
.honorlist .list {
	padding-top: 10px;
	width: 100%;
}
.honorlist .item {
	width: 290px;
	height: 265px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border-bottom: 1px solid #e5e5e5;
}
.honorlist .item a {
	display: block;
}
.honorlist .item img {
	width: 290px;
	height: 217px;
	display: block;
}
.honorlist .item h3 {
	font-size: 16px;
	padding: 10px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.honorlist .item:hover {
	transform: translate3d(0px, -16px, 0px);
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.newslist {
	padding: 0;
	width: 100%;
}
.newslist .item {
	width: 610px;
	display: block;
	margin-bottom: 28px;
	background: #f9f9f9;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	float: left;
    margin: 0 15px 20px 15px;

}
.newslist .item a {
	display: block;
	padding: 20px;
}
.newslist .item .img {
	width: 150px;
	height: 112px;
	overflow: hidden;
}
.newslist .item .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s ease-out 0s;
}
.newslist .item a:hover .img img {
	transform: scale(1.1, 1.1);
}
.newslist .item .txt {
	width: 350px;
}
.newslist .item .txt h3 {
	color: #000;
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.newslist .item .txt p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.newslist .item a:hover .txt h3 {
	color: #eb3d00;
}
.newslist .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.singlepage {
	position: relative;
	overflow: hidden;
	color: #666;
}
.singlepage .cont img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.singlepage .cont .desc {
	padding-top: 40px;
}

.arecttitle {
	width: 450px;
    float:right;
    margin-left:20px;
    margin-top: 20px;
}
.arecttitle h1 {
	font-size: 28px;
	line-height: 30px;
	color: #000;
	margin-bottom: 5px;
}
.arecttitle .mark {
	width: 100%;
	padding: 10px 0 10px;
}
.arecttitle .mark span {
	display: inline-block;
	padding-left: 5px;
	font-size: 14px;
	color: #666;
}
.arecttitle .mark span:first-child {
	padding-left: 0;
}

.showContxt_t{font-size: 25px;
    border-bottom: 10px solid #f5f5f5;
    line-height: 55px;
    font-weight: bold;
	color: #232323;
	width: 950px;
    float: left;
    margin-bottom: 20px;
} 
	}

.showContxt {
	padding: 20px 0;
}
.showContxt img {
	max-width: 100% !important;
	display: block;
	margin: 0 auto;
}
.showContxt {
	padding: 20px 0;
}
/* reLink*/
.reLink {
	width: 100%;
	margin: 20px 0 10px;
	line-height: 60px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.reLink .nextLink, .reLink .prevLink {
	width: 50%;
	line-height: 60px;
	color: #333333;
}
.reLink .nextLink {
	text-align: right;
}
.reLink a {
	font-size: 16px;
}
.reLink a:hover {
	color: #eb3d00;
}
/*底部信息*/


 .bottom_main {
	width: 100%;
	background-color: #171717;
	height: 350px;
}
.bottom_main .links {
	padding: 20px 0;
	font-size: 15px;
    float: left;
    width: 1200px;
}
.bottom_main .links span {
	color: #595959;
	display: inline-block;
}
.bottom_main .links a {
	display: inline-block;
	font-size: 14px;
	color: #999;
	padding-right: 10px;
}
.bottom_main .links a:hover {
	color: #eb3d00;
}
.bottom_main .bottom_nav {
	width: 600px;
	height: 250px;
	display: inline-block;
	margin-top: 50px;
}
.bottom_main .bottom_nav ul {
	width: 150px;
	text-align: left;
	float: left;
}
.bottom_main .bottom_nav ul li h3 {
	padding-bottom: 8px;
}
.bottom_main .bottom_nav ul li h3 a {
	display: block;
	font-size: 18px;
	color: #d0d0d0;
	padding-bottom: 8px;
	font-weight: bold;
}
.bottom_main .bottom_nav ul li h3 i {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #cccccc;
}
.bottom_main .bottom_nav ul li a {
	display: block;
	font-size: 14px;
	color: #bdbdbd;
}
.bottom_main .bottom_nav ul li a:hover {
	color: #004d9f;
}
.bottom_main .bottom_tit {
	padding-top: 50px;
}
.bottom_main .bottom_tit .r1 {
	float: left;
	width: 100px;
	margin-left: 20px;
}
.bottom_main .bottom_tit .r2 {
	float: left;
	padding-left: 60px;
	text-align: left;
}
.bottom_main .bottom_tit .r1 p {
	width: 100px;
	text-align: center;
	float: left;
}
.bottom_main .bottom_tit .r1 p img {
	width: 100px;
	height: 100px;
	border: #d2d2d2 solid 1px;
}
.bottom_main .bottom_tit .r1 p span {
	font-size: 14px;
	color: #999;
	display: block;
	padding-top: 10px;
	line-height: 20px;
}
.bottom_main .bottom_tit .r2 li {
	display: block;
	clear: left;
	height: 65px;
}
.bottom_main .bottom_tit .r2 li img {
	width: 50px;
	height: 50px;
	float: left;
}
.bottom_main .bottom_tit .r2 li p {
	float: left;
	font-size: 12px;
	line-height: 22px;
	color: #999;
	padding-left: 12px;
	text-align: left;
	padding-top: 0px;
}
.bottom_main .bottom_tit .r2 li p span {
	margin-top: 2px;
	font-size: 26px;
	font-family: "Arial";
	color: #333;
	display: block;
	font-weight: bold;
}
.bottom_copy {
	background-color: #171717;
	border-top: 1px solid #404040;
	line-height: 48px;
	font-size: 14px;
	color: #595959;
}
.bottom_copy span {
	padding-left: 10px;
}
.bottom_copy a {
	display: inline-block;
	font-size: 12px;
	color: #999;
}
.bottom_copy a:hover {
	color: #eb3d00;
}






.link{
	background-color: #171717;
}

.links{
	width:1280px;
	margin:0 auto;
}


.pagess {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 13px
}
.pagess ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 16px;
	margin: 0 3px;
	line-height: 24px;
	background: #fff;
	color: #999
}
.pagess ul li:hover {
	background: #0067d0;
	color: #fff;
	border: 1px solid #0067d0
}
.pagess ul li:hover a {
	color: #fff;
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #1f458f;
	padding: 6px 16px;
	margin: 0 1px;
	background: #1f458f;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a {
	display: block;
	color: #999
}
.pagess ul li a:hover {
	color: #fff;
}


/* mapPage */
.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
}
.map_ul li {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
+margin-bottom:10px;
}
.map_ul li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	display: block;
	background: #e7e7e7;
	text-indent: 15px;
}
.map_ul .list-inline {
	display: block;
	width: 86%;
}
.map_ul .list-inline li {
	height: 32px;
	display: inline-block;
*display: inline;
	margin: 0 5px 15px 0;
	zoom: 1;
	line-height: 32px;
	border-bottom: 0;
	text-align: center;
	width: auto;
	padding: 0px;
+margin:15px 5px 15px 0;
}
.map_ul .list-inline li a {
	font-weight: normal;
	display: block;
	text-indent: 0;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	width: auto;
	padding: 0px 10px;
	width: auto;
	border: 1px solid #ccc;
}
.map_ul .list-inline li a:hover {
	background: #ff0505;
	color: #fff;
	border: 1px solid #ff0505;
}
.zhizao .goback {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 2%;
	top: 2%;
	background: url(../images/guan.jpg) no-repeat center;
}
#footer_main .yyzz {
	padding-left: 10px;
}
/*#gotop{position:fixed;bottom:5%;right:2%;width: 50px;height: 50px;background: url(../images/gotop.png) no-repeat;z-index: 99;display: block;}
*/

.kefu {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}
.kefu li a {
	text-decoration: none;
	color: #FFF;
}
.kefu li {
	margin-top: 1px;
	clear: both;
	height: 71px;
	position: relative;
}
.kefu li i {
	background: url(/skin/images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
}
.kefu li p {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin: 0;
}
.kefu .kefu-qq i {
	background-position: 4px 5px;
}
.kefu .kefu-tel i {
	background-position: 0 -21px;
}
.kefu .kefu-liuyan i {
	background-position: 4px -53px;
}
.kefu .kefu-weixin i {
	background-position: -34px 4px;
}
.kefu .kefu-weibo i {
	background-position: -30px -22px;
}
.kefu .kefu-ftop {
	display: none;
}
.kefu .kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}
.kefu .kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}
.kefu .kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}
.kefu .kefu-right {
	width: 20px;
}
.kefu .kefu-tel-main {
	background: #004d9f;
	color: #fff;
	height: 56px;
	width: 247px;
	padding: 9px 0 6px;
	float: left;
}
.kefu .kefu-main {
	background: #004d9f;
	width: 97px;
	height: 56px;
	position: relative;
	padding: 9px 0 6px;
	float: left;
}
.kefu .kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}
.kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}


.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@font-face {
	font-family: ADELE;
	src: url("../font/ADELE.eot");
	src: url("../fonts/adele.eot") format("eot"), url("../fonts/adele.ttf") format("truetype");
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
-ms-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}


.MainBg {
	width: 940px;
	margin: 0 auto;
	 float: left;
	 margin-right: 70px;
}


 .txt1 {
	 width: 450px;
    float: right;
    font-size: 15px;
    color: #2b2b2b;
    line-height: 25px;
	margin-left: 20px;
	margin-bottom: 10px;
	
	}




*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
	width: 450px;margin-left: 20px;
}
#OriginalPic {
	width: 450px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
	float: left;
}
#OriginalPic img {
	display: block;
	width: 450px;
	height:350px;
	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: 450px;
	height: 110px;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
	margin-top: 10px;float: right;
}
.ThumbPicBorder #btnPrev {
    width: 25px;
    height: 85px;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 15px;
}
.ThumbPicBorder #btnNext {
    width: 25px;
    height: 85px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px
}
.ThumbPicBorder .pic {
	width: 400px;
	overflow: hidden;
	position: relative;
	margin: 15px 0 0 50px;
}
.jCarouselLite {
!important;
}
#ThumbPic  {
 width: 380px !important;
}
#ThumbPic li {
width: 120px !important;
height: 86px !important;
}

#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 100px;
	height: 80px;
	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 #eb3d00;
}
/*↑组图样式↑*/

.MainBg {
	width: 1280px;
	margin: 0 auto;
	 float: left;
	 margin-right: 70px;
}

 .txt1 {
	 width: 450px;
    float: right;
    font-size: 15px;
    color: #2b2b2b;
    line-height: 25px;
	margin-left: 20px;
	margin-bottom: 10px;
	
	}

.pro_right {
	width: 550px;
    float: right;
}


.showInfo{
width: 950px;
float: left;
}
.show_r{
width: 260px;
float: right;
}
.col-r {
    width: 260px;
}
.m-relation1 {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.m-relation1 .tit1 {
    font-size: 22px;
    color: #222;
    line-height: 46px;
    text-align: center;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}
.m-relation1 .tit1 em {
    display: inline-block;
    margin: 0 0 0 8px;
    position: relative;
    top: -8px;
}
.ul-relation2 {
    padding: 0 12px;
}
.ul-relation2 li {
    margin-bottom: 10px;
}
.ul-relation2 .img {
    position: relative;
    overflow: hidden;
    padding-top: 75.1%;
}
.ul-relation2 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width:235px;
    height: 175px;
}
.ul-relation2 li p a {
    font-size: 14px;
    color: #444;
    margin: 5px 0px 15px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.arecttitle1 {
	width: 950px;
	text-align: center;
	margin-top: 20px;
}
.arecttitle1 h1 {
	font-size: 28px;
	line-height: 30px;
	color: #000;
	margin-bottom: 5px;
}
.arecttitle1 .mark {
	width: 100%;
	padding: 10px 0 10px;
	background-color: #ffffff;
}
.arecttitle1 .mark span {
	display: inline-block;
	padding-left: 5px;
	font-size: 14px;
	color: #666;
}
.arecttitle1 .mark span:first-child {
	padding-left: 0;
}
  
.yunu-section {
    padding: 60px 0;
}
.yunu-section {
	padding: 60px 0;
}
.yunu-section-title {
	text-align: center;
	font-size: 26px;
	margin-bottom: 40px;
}
.yunu-section-title span {
	display: inline-block;
	position: relative;
	padding: 0 30px;
	font-weight: bold;
	color: #fff;
}
.yunu-section-title span:before, .yunu-section-title span:after {
	width: 20px;
	height: 1px;
	position: absolute;
	content: '';
	top: 50%;
	background-color: #000;
}
.yunu-section-title span:before {
	right: 100%;
}
.yunu-section-title span:after {
	left: 100%;
}
.yunu-section-title p {
	margin: 0;
	font-size: 15px;
	margin-top: 10px;
	color: #fff;
}
.yunu-section-title.white {
	 ;
}
.yunu-section-title.white span:before, .yunu-section-title.white span:after {
	background-color: #fff;
}
.yunu-pinzhi {
}
.yunu-pinzhi li {
	float: left;
	width: 305px;margin-right: 19px;
}
.yunu-pinzhi li  {
	display: block;
	position: relative;
	overflow: hidden;
}

.yunu-pinzhi li:last-child {
	margin-right: 1px; }


.yunu-pinzhi li a img {
   width: 305px;
}
.yunu-pinzhi li .text {
	background-color: #efefef;
	text-align: center;
	position: relative;
	z-index: 1;
	height: 80px;
}
.yunu-pinzhi li i {
	display: inline-block;
	background: no-repeat center;
	height: 68px;
	margin-top: -34px;
	width: 68px;
	vertical-align: middle;
}
.yunu-pinzhi li h4 {
	line-height: 30px;
	background: url(../images/pinz_line01.gif) no-repeat center bottom;
	font-size: 20px;
	margin: 0;
	font-weight: bold;
}
.yunu-pinzhi li p {
	color: #777;
	line-height: 1.8;
}
.yunu-pinzhi li .box {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: rgba(102, 7, 152, 0.9);
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.yunu-pinzhi li .box i {
	margin-top: 20px;
}
.yunu-pinzhi li .box h4 {
	background-image: url(../images/pinz_line02.gif);
}
.yunu-pinzhi li .box p {
	color: #fff;padding: 20px;
}
.yunu-pinzhi li a:hover .text {
	opacity: 0;
}
.yunu-pinzhi li a:hover .box {
	top: 0;
	opacity: 1;
}
  .container {
    width: 1280px;
    margin: 0 auto;
}



.tools-wrap{
	width: 100%;
	background: #e6e6e6;
	margin-bottom: 80px;
	}
		
.tools {
	height: 230px;
	margin: 0 auto;
	width: 1280pxpx;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
}
 
.tools .p1 b {
    display: block;
    font-size: 26px;
    margin-bottom: 5px;
	color: #000;
    text-align: center;
}
.tools .p1 span {
    display: block;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
	color: #848484;;
    text-align: center;
}

.tools .tab ul {
	text-align: center;
}
.tools .tab li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #787878;
	padding-right: 57px;
	padding-bottom: 35px;
	cursor: pointer;
}
.tools .tab li:last-child {
	padding-right: 0;
}
.tools .tab li.curr {
	color: #30C8C6;
}
#con_a_2, #con_a_3, #con_a_4, #con_a_5 {
	position: relative;
}
.access-wrap, .cal-wrap, .counter-wrap, .tax-wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 847px;*/
	height: 62px;
	background: #f4f5f9;
	border-radius: 4px 0 0 4px;
	position: relative;
}
.heming-wrap {
	width: 1280px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 62px;
	background: #ffffff;
	border-radius: 4px 0 0 4px;
	position: relative;
}
.access-city {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 223px;
	height: 62px;
	line-height: 62px;
	font-size: 14px;
	color: #333;
	padding-left: 81px;
	position: relative;
}
.access-city .sp3 {
	display: block;
	width: 1px;
	height: 22px;
	background: #d2d2d2;
	position: absolute;
	top: 21px;
	right: 0px;
}
.access-name {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 206px;
	height: 62px;
	position: relative;
}
.access-name input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 290px;
	height: 62px;
	line-height: 62px;
	font: 14px/22px '微软雅黑';
	color: #333;
	outline: 0;
	border: none;
	margin: 0;
	padding-left: 30px;
	background: none;
}
.access-tel {
	width: 300px;
	height: 62px;
	position: relative;
}
.access-tel .sp2 {
	display: block;
	width: 1px;
	height: 22px;
	background: #d2d2d2;
	position: absolute;
	top: 18px;
	right: 0px;
}
.access-tel input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
	height: 62px;
	line-height: 62px;
	padding-left: 30px;
	font: 14px/22px '微软雅黑';
	color: #333;
	outline: 0;
	border: none;
	margin: 0;
	background: none;
}
.access-btn, .heming-btn, .counter-btn, .tax-btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 178px;
	height: 62px;
	line-height: 54px;
	display: block;
	background: #004d9f;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 0 4px 4px 0;
}
.heming-city {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 185px;
	height: 62px;
	line-height: 62px;
	font-size: 14px;
	color: #333;
	padding-left: 22px;
	position: relative;
}
.heming-city .sp3 {
	display: block;
	width: 1px;
	height: 22px;
	background: #d2d2d2;
	position: absolute;
	top: 21px;
	right: 0px;
}
.heming-name {
	width: 320px;
	height: 62px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 5px 0 15px #e1e1e1;
	background-color: #fff;

}
.heming-name input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:300px;
	height: 62px;
	font: 14px/22px '微软雅黑';
	color: #333;
	outline: 0;
	border: none;
	margin: 0;
	padding-left: 30px;
	background: url(/skin/images/zxzxicon01.png) no-repeat right center;
}
.heming-name .sp2, .heming-trade .sp2 {
	display: block;
	width: 1px;
	height: 22px;
	background: #d2d2d2;
	position: absolute;
	top: 21px;
	right: 0px;
}
.heming-trade {
	width: 320px;
	height: 62px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 5px 0 15px #e1e1e1;
	font: 14px/54px '微软雅黑';
	color: #999;
	padding-left: 0;
	background-color: #fff;

}
.heming-trade input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:300px;
	height: 62px;
	font: 14px/22px '微软雅黑';
	color: #333;
	outline: 0;
	border: none;
	margin: 0;
	padding-left: 30px;
	background: url(/skin/images/zxzxicon02.png) no-repeat 260px;
	box-shadow: 5px 0 15px #e1e1e1;
}
.heming-suffix {
	width: 216px;
	height: 62px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font: 14px/54px '微软雅黑';
	color: #999;
}
.heming-suffix input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 440px;
	height: 62px;
	font: 14px/22px '微软雅黑';
	color: #333;
	outline: 0;
	border: none;
	margin: 0;
	padding-left: 30px;
	background: url(/skin/images/zxzxicon03.png) no-repeat right center;
	background-color: #fff;
}

.yunu-message {
	background: url(../images/ly_bj.jpg) no-repeat center bottom #fff;
	border: 1px solid #ddd;
	padding: 50px 200px;
	margin-bottom: 30px;
}
.form-group {
	margin-bottom: 15px;
}
.form-label {
	float: left;
	line-height: 34px;
	width: 120px;
	text-align: right;
}
.form-label span {
	color: #e50112;
}
.form-content {
	margin-left: 130px;
}
.form-control {
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #ddd;
	padding: 6px 12px;
	width: 600px;
	display: inline-block;
	vertical-align: top;
}
select.form-control {
	height: 34px;
}
.form-submit {
	padding: 6px 22px;
	color: #fff;
	background-color: #004d9f;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	border-radius: 3px;
}
.form-button {
	padding: 6px 22px;
	color: #fff;
	background-color: #767676;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	border-radius: 3px;
}

.ser-show{
	clear:both;
	overflow:hidden;
	padding:50px 0; 
}
.ser-show h1{
	color:#e50012;
	font-size:26px;
	text-align:center;
	font-weight: bold;
}
.ser-show h1 i{
	color:#111;
	font-weight:400;
	text-align:center;
	font-weight: bold;
}
.ser-show p{
	color:#333;
	font-size:15px;
	line-height:30px;
	text-align:center;
	margin:10px 0;
}
.ser-show ul{
	clear:both;
	overflow:hidden;
	padding:8px;
	box-sizing:border-box;
	margin-left:-1.5%;
	margin-top:30px
}
.ser-show ul li{
	float:left;
	width:31.8%;
	text-align:center;
	margin-left:1.5%;
	margin-bottom:20px;
	padding:40px 30px 50px;
	box-sizing:border-box;
	box-shadow:0 0 8px #ddd;
	-webkit-box-shadow:0 0 8px #ddd;
	-moz-box-shadow:0 0 8px #ddd;
	background-color:#fff
}
.ser-show ul li img{
	margin-left: 140px; 
}
.ser-show ul li h3{
	color:#333;
	font-size:22px;
	font-weight:400;margin:15px 0;
}
.ser-show ul li b{
	color:#999;
	font-size:14px;
	font-weight:400;
	line-height:1.6;
	height:40px;
	display:block;
}


/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
	width: 450px;margin-left: 20px;float: left;
}
#OriginalPic {
	width: 450px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
	float: left;
}
#OriginalPic img {
	display: block;
	width: 450px;
	height:350px;
	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: 450px;
	height: 110px;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
	margin-top: 10px;float: right;
}
.ThumbPicBorder #btnPrev {
    width: 25px;
    height: 85px;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 15px;
}
.ThumbPicBorder #btnNext {
    width: 25px;
    height: 85px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px
}
.ThumbPicBorder .pic {
	width: 400px;
	overflow: hidden;
	position: relative;
	margin: 15px 0 0 50px;
}
.jCarouselLite {
!important;
}
#ThumbPic  {
 width: 380px !important;
}
#ThumbPic li {
width: 120px !important;
height: 86px !important;
}

#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 100px;
	height: 80px;
	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 #eb3d00;
}
/*↑组图样式↑*/


/*分页样式*/
.pglist {
	padding:0px 0 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 13px;
	margin: 0 4px;
	background: #efefef;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover {
	display: inline-block;
	color: #fff;
	background: #004d9f;
}
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #004d9f;
}


.contact_box{ 
    margin-top:30px;
}
.contact_box .contact_tel_info{ 
    background-color: #f7f9fb; 
	width:550px; 
	height:200px; 
	margin-right:12px; 
	margin-left: 13px;
	padding-left:25px; 
	padding-top:25px;
	float: left;
	margin-bottom:30px;
}
.contact_box .contact_tel_info .contact_info{
	width:380px;
	float: left;
}
.contact_box .contact_tel_info .contact_item{
	font-size: 15px;
	color: #545454;
	line-height:32px;
}
.contact_box .contact_tel_info .contact_item b{
	font-size: 24px;
}
.contact_box .contact_tel_info .qrcode{
	text-align: center; 
	padding-top:10px;    
	border-left: 1px solid #e2e2e2;   
	width: 160px;
	float: left;
}
.contact_box .contact_tel_info .qrcode img{ 
    width:120px; 
    height:120px;
	margin-left: 20px;
}
.contact_box .contact_tel_info .qrcode p{ 
    line-height:30px;
	color: #545454;
}
.contact_box .contact_bdmap{
	width:590px; 
	height:320px;
	 margin-left:10px;
 }
.qb_contact  {
	margin-top:40px;
}

.qb_contact .title {
	text-align: center;
	width: 100%;
}
.qb_contact .title h3 {
	font-size: 28px;
    font-weight: 100;
	display: block;
	line-height: 30px;
	color: #222222;
	text-align: center;
}
.qb_contact .title p {
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    margin: 6px 0 20px 0;
}
.qb_contact .title h4 {
	color: #999;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'PingFangSC-Light', Arial, Helvetica, sans-serif, "Hiragino Sans GB";
	font-weight: normal;
	line-height: 40px;
}


.cover1{ 
    height:1700px;
	width: 270px;
	float: right;
}  
.cover{  
    float: left;
	bottom:0; 
	width:270px;
	 height:470px;  
}
.cover .wrap{
	position:relative; 
	height:457px;
	}
.cover .content{
	overflow-y:auto; 
	background: #ebf0f5; 
	position:absolute; 
	float: left; 
	top:80px;
}
.cover .content::-webkit-scrollbar {
	width:4px; height:4px;
}
.cover .content::-webkit-scrollbar-track {
	border-radius:0; 
	background:#f6f5f5;
}
.cover .content ul{
	padding:0px 0;
}
.cover .content li{
	border-bottom: 1px dashed #fbfbfb; 
	border-color:rgba(255,255,255,.9);
}
.cover .content li .box{
	padding:15px;
}
.cover .content li .box .tit{
	font-size:18px; 
	line-height:23px; 
	font-weight:bold; 
	color:#fff;
	margin-bottom:4px;
}
.cover .content li .box .con{
	font-size:14px; 
	line-height:23px;
	color:#fff;
	color:rgba(255,255,255,.7);
}
.cover .content li{ }
.cover .content li .box .tit{
	color:#323f47
}
.cover .content li .box .tit a { 
    color:#2b2b2b
}
.cover .content li .box .con{
	color:#323f47; 
	color:rgba(50,63,71,.7);
}
.cover .content li .box .con a { 
    padding-right: 10px;
}
.cover .content li .box .tit a:hover{
	color:#004d9f;
}
.cover .content li .box .con a:hover{
	color:#004d9f;
}
.cover .content li :hover  {  }


.pro_center01{ 
    float: left; 
}
.pro_center01 .left{
	width:270px; 
	float:left; 
	background:#ebf0f5; 
	position:relative;
}
.pro_center01 .left ul{
	padding:5px
}
.pro_center01 .left ul li{
	width:128px;
	float:left;
	position:relative;
}
.pro_center01 .left ul li .li_box{
	display:block;
	padding:8px;
}
.pro_center01 .left ul li .li_box .icon1{
	width:32px; 
	height:31px;
	margin:0 auto 5px;
}
.pro_center01 .left ul li .li_box .text{
	font-size:14px; 
	line-height:26px; 
	color:#2b2b2b; 
	text-align:center
}
.pro_center01 .left ul li.li01 .li_box{  
    border-right:1px dashed #fff; 
	border-color:rgba(255,255,255,.9);
}
.pro_center01 .left ul li.li02 .li_box{  
    border-color:rgba(255,255,255,.9);
}

.right-side{
	float: left;
    width: 270px;
    margin-top: 20px;
}
.side-tit{
	background: #004d9f;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	color: #ffffff;
	display: block;
	font-weight: normal;
}
.related-pro,.more-related{
	background-color: #fff;
	-webkit-box-shadow: 6px 6px 15px rgba(71,3,3,0.05);
	-moz-box-shadow: 6px 6px 15px rgba(71,3,3,0.05);
	-ms-box-shadow: 6px 6px 15px rgba(71,3,3,0.05);
	-o-box-shadow: 6px 6px 15px rgba(71,3,3,0.05);
	box-shadow: 6px 6px 15px rgba(71,3,3,0.05);
	margin-bottom:48px;
}
.related-pro ul{
	padding: 20px 15px 10px;
}
.related-pro li {
	margin-bottom: 20px;
}
.related-pro li a{
	display: block;
}
.related-pro li .img img{
	display: block;
	width: 240px;
	height: 190px;
}
.related-pro li .tit{
	font-size: 16px
	;color: #333333;
	text-align: center;
	line-height: 36px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background-color: #f7f7f7;
	margin-top: 10px;
}
.related-pro li:hover .tit{
	color: #cf3535;
}



.contactUS{width:1280px;margin:0 auto;}
.contactUS-title{font-size:28px;color:#222222;text-align:center;margin-top:70px}
.contactUS-title p {
    width: 835px;
    height: 60px;
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    margin: 10px auto 30px;
}
.contact{margin-top:50px}
.cont_top{overflow:hidden;margin-bottom:65px}
.cont_top li{width:280px; margin: 0 1%;padding:1%;text-align:center;float:left;border: 1px solid #eaeaea;}
.cont_top li img{margin-bottom:15px;margin-left: 100px;width: 50px; height: 50px;}
.cont_top li h3{font-size:18px;margin-bottom:10px;background-size:60px 2px;font-weight:700;color:#222}
.cont_top li p{font-size:18px;margin-bottom:10px;background-size:60px 2px;font-weight:700;color:#222}
.cont_text{overflow:hidden;}
.cont_text dt{float:left;width:45%}
.cont_text dt h3{font-size:28px;margin:20px 0 35px;line-height:30px}
.cont_text dt p{font-size:18px;line-height:30px;margin:18px 0}
.cont_text dt p strong{color:#eb2002;font-size:20px}
.cont_text dt .cont_talk{width:35%;padding-left:50px;background:url(../images/pro_talk1.png) 44px center no-repeat #eb2002;text-align:center;font-size:20px;line-height:48px;margin-top:30px}
.cont_talk a{display:block;color:#fff}
.cont_text dd{float:right;width:50%}
.cont_text dd img{width:100%}
.contact h2{font-size:34px;color:#222;margin:50px 0 25px;font-weight:400;text-align:center;line-height:36px;background:url(../images/com_t_bg.png) center bottom no-repeat;padding-bottom:15px}



	
.index .part2 {
	padding-top: 20px;
}
.index .part2 .hd {
	padding: 15px 0;
}
.index .part2 .hd ul {
	margin: 0 auto;
	text-align: center;
}
.index .part2 .hd li {
	margin-right: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
   +display:inline;
   +float: left;
	white-space: nowrap;
	word-break: break-all;
}
.index .part2 .hd li a {
	display: block;
	border: 1px solid #ccc;
	padding: 0 12px;
}
.index .part2 .hd li.on a {
	border: 1px solid #004d9f;
	background: #004d9f;
	color: #fff;
}
.index .part2 .bd {
	overflow: hidden;
}
.index .part2 .bd ul {
	padding-top: 20px;
	width: 100%;
}
.index .part2 .bd li {
	width: 300px;
	height: 380px;
	display: block;
	float: left;
	margin: 0 9px 0 9px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border: 1px solid #eaeaea;
}
.index .part2 .bd li a {
	display: block;
}
.index .part2 .bd li img {
	width: 300px;
	height: 250px;
	display: block;
}
.index .part2 .bd li h3 {
	font-size: 17px;
	text-align: center;margin-top: 20px;
}
.index .part2 .bd li p {
	color: #999;
	padding: 5px 15px;
	line-height: 24px;
}
.index .part2 .bd li:hover {
	transform: translate3d(0px, -16px, 0px);
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.index .floor_1_main, .index .floor_2_main, .index .floor_3_main, .index .floor_4_main {
	width: 100%;
}
.index .floor_2_main {
	background: #fff;
	overflow: hidden;
}

.textlist {
	float: right;
	width: 570px;
	height: 125px;
	transition: all 0.2s linear 0s;
	margin-bottom: 10px;
	background: #f7f7f7;
}
.textlist li {
	float: left;
	width: 570px;
	height: 125px;
	transition: all 0.2s linear 0s;
	margin-bottom: 10px;
	background: #f7f7f7;
}
.textlist li a {
	display: block;
}
 .textlist li .img {
    width: 150px;
    height: 110px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	margin: 8px 10px;
}
 .textlist li .img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
 .textlist li a:hover img {
	transform: scale(1.2, 1.2);
}
 .textlist li .txt {
	width: 370px;
    margin: 15px 20px 10px 0px;
}
 .textlist li h3 {
	font-size: 17px;
	color: #000;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
 .textlist li a:hover h3 {
	color: #660798;
}
 .textlist .desc {
	line-height: 24px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 5px;
	color: #717171;
	cursor: pointer;
	font-size: 14px;
	padding-top: 10px;
}
.textlist span {
	display: block;
	color: #333;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}
.bottom_lx {
	width: 300px;
	margin-top: 50px;
	float: left;
	color: #bdbdbd;
} 
.bottom_lx dl dt a {
    display: block;
    font-size: 18px;
    color: #d0d0d0;
    padding-bottom:10px;
    font-weight: bold;
	color: #d0d0d0;
}
.bottom_lx dl dd {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 30px;
}
.bottom_lx dl dd span {
    color: #ff0404;
    font-size: 18px;
    font-weight: bolder;
}

.bottom_tit_t{
    display: block;
    font-size: 18px;
    color: #d0d0d0;
    padding-bottom: 20px;
    font-weight: bold;
	margin-left: 20px;
}

.index .floor_3_main {
	
}
.index .floor_3 {
	padding: 30px 0;
	overflow: hidden;
}
.index .part3 {
	width: 1280px;
	height: 368px;
	position: relative;
}
.index .part3 .img {
	width: 620px;
	height: 383px;
	overflow: hidden;
	position: relative;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.index .part3 .img img {
	width: 620px;
	height: 100%;
	display: block;
	transition: all 0.3s ease-out 0s;
}
.index .part3 .img:hover img {
	transform: scale(1.05, 1.05);
}
.index .part3 .txt {
	padding:30px 30px 0px 30px;
	width:340px;
	background: #004d9f;
	float: left;
}
.index .part3 .txt a {
	display: block;
	color: #fff;
}
.index .part3 .txt h3 {
	font-size: 24px;
}
.index .part3 .txt h4 {
	font-size: 16px;
	display: block;
	text-transform: uppercase;
}
.index .part3 .txt p {
	padding-top: 15px;
	color: #fbfbfb;
	padding-bottom: 15px;
}
.index .part3 .txt span {
	width: 68px;
	height: 36px;
	border: 1px solid #fbfbfb;
	display: block;
	line-height: 36px;
	text-align: center;	
    margin-bottom: 20px;
}
.index .part3 .txt span em {
	width: 22px;
	margin: 14px auto 0;
	height: 8px;
	background-position: -60px -100px;
	display: block;
	vertical-align: middle;
}
.index .part3 .txt a:hover span {
	border: 1px solid #fff;
}
.index .part3 .txt a:hover span em {
	background-position: -60px -120px;
}

.ip_right {
    width: 300px;
	float:right;
}
.ip_right .box { 
    margin-bottom: 11px;
    margin-right: 1px;
    height: 187px;
}
.ip_right .box a { 
    display:block; 
	height:0; 
	padding-bottom:62%; 
	overflow:hidden; 
	position:relative;
}
.ip_right .box img { 
    width:100%; 
	height: 187px;;
}
.ip_right .cover {
	 width:100%; 
	 padding:10px 5%; 
	 height:auto;
	 position:absolute; 
	 left:0; bottom:0;
	 text-align:center;
	 background:rgba(0,0,0,.8); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#bb189a44,endcolorstr=#bb189a44);
}
.ip_right .cover .title { 
     font-size:18px; 
	 font-weight:normal;   
	 color: #ffff;
}
.ip_right .cover .text { 
     line-height:1.5em;
	  height:0; 
	  overflow:hidden; -webkit-transition:all 0.3s ease; 
	  transition:all 0.3s ease;
}
.ip_right a:hover .cover .text {
	height:4.5em;
	color: #ffff;
}
	



  
        .sidebar {
    float: left;
    width: 250px;
    padding: 10px 0 30px;
}
.widget {
    margin-bottom: 30px;
}
.sidebar_nav {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    overflow: hidden;
}
.sidebar_nav .title {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    background: #004d9f;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
}
.sidebar_nav .menu {
    width: 100%;
    height: auto;
    margin-right: 40px;
    overflow: hidden;
    float: left;
    text-align: left;
}
.sidebar_nav .menu ul {
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    margin: 0;
}
.sidebar_nav .menu ul li {
    width: 100%;
    height: auto;
    padding: 0px;
    border-top: 1px solid #fff;
    overflow: hidden;
}
.widget ol li, .widget ul li {
    padding: 10px 0;
    line-height: 1.6;
    border-bottom: 1px solid rgba(221,221,221,.5);
}
.sidebar_nav{width: 100%;height: auto;background: #f9f9f9;overflow: hidden;}
.sidebar_nav .title{width: 100%;height: auto;padding: 10px;text-align: center;background: #004d9f;font-size: 24px;color: #fff;overflow: hidden;}
.sidebar_nav .menu{width: 100%;height: auto;margin-right: 40px; overflow: hidden; float: left; text-align: left;}
.sidebar_nav .menu ul{width: 100%;height: auto;padding: 0;overflow: hidden; margin: 0;}
.sidebar_nav .menu ul li{width: 100%;height: auto;padding:0px;border-top: 1px solid #fff;overflow: hidden;}
.sidebar_nav .menu ul li a{width: 100%;height: auto;padding: 13px;text-align:center;display: block;font-size: 16px;font-weight: normal;line-height: 24px;color: #666565;}
.sidebar_nav .menu ul li a.active, .sidebar_nav .menu ul li a:hover{color: #fff; background: #9B9B9B;}



.show-pro-r { width:960px;float: right;margin-top: 10px;}
 .show-pro-top { height:400px;width:960px;float: right;margin-top: 10px;}
..show-pro-top .float-left{ width:52%; float:left;}
.show-pro-top .float-right{ width:43%; float: right}
.show-pro-top .float-right .pro-t h1 {font-size: 28px; font-weight: bold; color: #333333;  padding-bottom:15px;border-bottom:1px solid #f0f0f0;    margin-top: 20px;}
 .show-pro-top .param {padding:15px 0 15px;}
.show-pro-top .param p { line-height: 30px;}
 .show-pro-top .contact { margin: 10px 0;}
.show-pro-top .contact .ico {margin-right: 10px;margin-top: 4px;}
 .show-pro-top .contact span { font-size: 16px; color: #666;float: left;}
 .show-pro-top .button a {display: inline-block; width:100%; text-align:center;padding: 10px 40px;background-image: linear-gradient(62deg, #004d9f, #0b6dd6);color: #fff;}
.show-pro-top .float-left {
    width: 52%;
    float: left;
}
.show-pro-top .float-left img {
       width: 500px;
    height: 350px;
}
 .show-pro-top .float-right {
    width: 43%;
    float: right;
}
.share ul li { float: left; margin-right: 15px;}
.share ul li:last-child { margin-right: 0;}
.share { margin: 25px 0 20px;}
.share .wechat { position: relative;}
.share .wechat:hover .vx { display: block;}
.share .wechat .vx::after { content: ''; position: absolute; left: 50%; margin-left: -6px; top: -14px; width: 0; height: 0; border-width: 8px 6px 6px 6px; border-style: solid; border-color: transparent transparent #fff transparent}
.share .wechat .vx { position: absolute; bottom: -185px; width: 180px; height: 172px; text-align: center; box-shadow: 0 2px 10px #aaa; background-color: #fff; z-index: 999; left: -76px; display: none;}
.share .wechat .vx h4 { font-weight: normal; height: 26px; line-height: 26px; font-size: 12px; background-color: #f3f3f3; margin: 0; padding: 0; color: #777;}
.share .wechat .vx .help p { font-weight: normal; line-height: 16px; padding: 0; margin: 0; font-size: 12px; color: #333;}
.share .wechat .vx .vx-img img { width: 100px; height: 100px; margin: 10px auto; display: block;}
