﻿@charset "utf-8";

/* CSS Document */

input,textarea{ border:none; border-radius: 0;-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0); -webkit-text-size-adjust:none;}
input{ border:0;}
input,textarea {outline:none;} 
.lf{ display:block; float:left;}
/*********************************首页index*********************************/

/*top开始*/
.tops{line-height:35px;height:35px;position:relative;z-index:999; background-color:#f5f5f5}
.top{width:1200px; height:35px; margin:0 auto;}
.top_m_l{width:650px; height:35px; float:left; text-align:left; line-height:35px; font-size:13px; color:#333333; background:url(../img/t_5.png) no-repeat left; text-indent:30px;}
.top_m_r{width:550px; height:35px; float:right;}
.top_m_r p{width: auto; line-height:35px; float:right; line-height:35px; font-size:13px; color:#999999; padding:0px 10px;}
.top_m_r p a{color:#999999; text-decoration:none;}
.top_m_r p a:hover{color:#0a5caa;}
.top_m_r img{float:right; width:27px; height:35px;}

/*logo部分开始*/
.index-header {
	height: 86px;
	background: url(../img/header-bg.png) center center no-repeat;
}

.index-header-l {
	float: left;
	padding-top: 18px;
}

.index-header-l a {
	display: block;
	width: 550px;
	height: 50px;

}
.index-header-l a img{
	width: 100%;
	height: 50px;
}

.index-header-r {
	float: right;
}

.follow-items{
	display: block;
	float: left;
	padding: 19px 38px;
	box-sizing: border-box;
	background: url(../img/followbg.jpg) right center no-repeat;
}
.follow-items a{
	display: block;
	width: 37px;
	height: 43px;
	margin: 0 auto;
}
.follow-items span{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #1080dd;
}

.wx {
	position: relative;
	display: block;
	
}

.wp {
	display: block;
	
}


.index-nav-search {
	position: relative;
	float: right;
	width: 284px;
	height: 38px;
	margin-top: 24px;
	background: url(../img/search.png) no-repeat;
}

.search-text {
	float: left;
	position: absolute;
	background: none;
	border: none;
	padding: 0;
	margin-left: 16px;
	width: 200px;
	height: 38px;
	line-height: 38px;
	color: #7e7e7e;
}

.search-sub {
	position: relative;
	float: right;
	width: 50px;
	height: 38px;
	background: none;
	border: none;
	cursor: pointer;
}



/*nav开始*/
.index-nav{ width: 100%; height: 50px;background: #0a5caa;position: relative;}

.navbar{
	overflow: hidden;
	zoom: 1;
}
.index-nav-navbar {
	float: left;
}

.nav-items {
	float: left;
	margin-right: 16px;
}
.nav-items:last-child{
	margin-right: 0;
}

.nav-items a {
	display: block;
	float: left;
	width: 150px;
	color:#fff;
	line-height: 50px;
	text-align: center;
}

.navbar li a:hover,.nav-act a {
	background:#ff7500;
	color: #fff;
}

.navbar li:hover .er{ display:block;}
.navbar li .er{ width:150px; position:absolute; left:0px; top:50px; z-index:999; display:none;}
.navbar li .er ul{ width:100%; height:auto; background:rgba(0, 135, 211, 0.7);}
.navbar li .er ul li{ width:100%; height:50px; line-height:50px; text-align:center; margin-left:0;}
.navbar li .er ul li a{ width:100%; font-size:15px; height:50px; line-height:40px;margin-top:0; }
.navbar li:hover .er  ul li a{ background:none; color:#fff;}
.navbar li .er  ul li a:hover{ color:rgb(0, 44, 85);}






/*banner开始*/

.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height:740px;
	overflow: hidden;
	zoom: 1;
}


.flexslider .slides li {
	width: 100%;
	height: 100%;
	
}

.flexslider .slides li a{
	display: block;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../img/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 1250px;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: /*url(../img/dot.png) no-repeat 0 -16px*/
	#e4e4e4;
	display: block;
	height: 12px;
	border-radius: 6px;
	overflow: hidden;
	text-indent: -99em;
	width: 12px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
	background: #fff;
}

.flexslider .slides a img {
	width: 100%;
	display: block;
}

.slider .pic1 {
	width: 100%;
	background: url(../img/banner1.jpg) no-repeat center;
}

.flex-control-nav {
	width: 234px;
	height: 342px;
	overflow: auto;
	
}

.flex-control-nav li {
	margin-top: 314px;
}



/*关于我们开始*/

.index-about {
	height: 740px;
	padding: 0;
	background-color: #fff;
}

.about-main {
	background: #fff;
	height: 740px;
}

.about-main-art {
	float: left;
}

.index-about-header {
	margin-top: 70px;
	text-align: center;
}

.index-about-header h4 {
	font-size: 24px;
	color: #252525;
	line-height: 50px;
	padding-bottom: 10px;
}

.index-about-header h5 {
	width: 340px;
	height: 64px;
	margin: 0 auto;
	padding-top: -30px;
	font-size: 24px;
	color: #252525;
}

.index-about-main {
	margin-top: 40px;
}

.index-about-main .about-main-art {
	float: left;
	width: 790px;
}

.index-about-main .about-main-art dt {
	width: 790px;
	height: 230px;
	overflow: hidden;
}

.index-about-main:hover .about-pic1 img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.index-about-main .about-main-art dd {
	margin-top: 30px;
	margin-left: 5px;
	padding-right: 2em;
}
.index-about-main .about-main-art dd a{
	display: block;
	color: #373737;
}

.index-about-main .about-main-art dd p {
	font-size: 14px;
	line-height: 28px;
	color: #373737;
}

.index-about-main .about-main-button {
	display: block;
	width: 150px;
	height: 40px;
	border: 1px solid #707070;
	border-radius: 25px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin-top: 44px;
	overflow: hidden;
	box-sizing: border-box;
}

.about-main-button span {
	display: block;
	position: relative;
	top: 0;
}

.about-main-button:hover {
	border: 0 none;
	background: #3772CA;
}

.about-main-button:hover span {
	top: -100%;
	color: #fff;
}

.about-main-r {
	float: left;
	width: 460px;
	height: 460px;
	color: #fff;
}

.about-main-rpic1 {
	float: left;
	width: 230px;
	height: 230px;
}

.about-main-rpic2 {
	float: left;
	width: 230px;
	height: 230px;
	background: url(../img/about-zhi.jpg) no-repeat;
}

.about-main-rpic2 h4 {
	font-size: 20px;
	padding: 42px 0 0 36px;
}

.about-main-rpic2 h5 {
	font-size: 16px;
	padding: 20px 0 0 36px;
}

.about-main-rpic2 a {
	display: block;
	width: 94px;
	height: 30px;
	margin: 30px 0 0 36px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border: 1px solid #5889d3;
	border-radius: 15px;
	overflow: hidden;
	behavior: url(http://fetchak.com/ie-css3/ie-css3.htc);
}

.about-main-rpic2 a span {
	display: block;
	position: relative;
	top: 0;
}

.about-main-rpic2 a:hover span {
	top: -100%;
}

.about-main-rpic3 {
	float: left;
	width: 230px;
	height: 284px;
	background: url(../img/about-ying.jpg) no-repeat;
}

.about-main-rpic3 h4 {
	font-size: 20px;
	padding: 42px 0 0 36px;
}

.about-main-rpic3 h5 {
	font-size: 16px;
	padding: 20px 0 0 36px;
}

.about-main-rpic3 a {
	display: block;
	width: 94px;
	height: 30px;
	color: #fff;
	margin: 84px 0 0 36px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #5889d3;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
}

.about-main-rpic3 a span {
	display: block;
	position: relative;
	top: 0;
}

.about-main-rpic3 a:hover span {
	top: -100%;
}

/*在线答疑*/
.dyk{ display:block; padding:38px 0 55px;}
.dy-ti{ display:block; text-align:center; line-height:46px; font-size:30px; color:#3d3d3d;}
.dy-tj{ display:block; text-align:center; position:relative; padding-bottom:11px; margin-bottom:44px; line-height:26px; font-size:14px; color:#757575;}
.dy-tj b{ display:block; position: absolute; left:50%; bottom:0; margin-left:-27px; width:54px; height:2px; background:#d4d4d4;}
.tij{ display:block; margin:0 auto; clear:both; width:206px; height:46px; background:url(../img/tij.jpg) repeat; font-size:18px; line-height:46px; color:#FFF; cursor:pointer;}
.tian1{ display:block; width:348px; height:46px; float:left; margin-left:28px; margin-bottom:28px; border:1px solid #dadada; background:#FFF; padding:0 19px; line-height:44px; font-size:14px; color:#737373;}
.tian1 input{ display:block; float:left; width:288px; height:44px; padding-left:8px; line-height:44px; font-size:14px; color:#737373;}
.tiank1{ margin-left:-28px; clear:both;}
.tiank2{ display:block; clear:both; position:relative; background:#FFF; width:1250px; height:107px; margin-bottom:28px; padding:16px 20px; border:1px solid #dadada;}
.tiank2 span{ display: block; position:absolute; line-height:24px; font-size:14px; color:#737373; z-index:3; background:#FFF;}
.tiank2 textarea{ display:block; position:relative; width:100%; height:100%; text-indent:70px; line-height:24px; font-size:14px; color:#737373;}

/*核心产品*/
.index-product {min-width: 1250px; padding:0px 0px 40px;background:#f5f3f3 url(../img/product-bg.png) center center no-repeat;}

.index-product-header {
	width: 100%;
	padding-top: 44px;
	padding-bottom:44px;
	text-align: center;
}

.index-product-header h4 {
	font-size: 24px;
	color: #252525;
	line-height: 50px;
	padding-bottom: 10px;
}

.index-product-header h5 {
	width: 340px;
	height: 64px;
	margin: 0 auto;
	padding-top: -30px;
	font-size: 24px;
	color: #252525;
}


.product{width:100%; height:auto; margin:auto; padding-bottom:40px;}
.product .proleft{width:276px; height:auto; float:left; background:url(../img/pro_back.jpg) top no-repeat;}
.product .proleft .pro_left{overflow:hidden; width:276px; height:auto;}
.product .proleft .pro_left ul{ padding:0px; width:276px; list-style-type: none; margin:auto;}
.product .proleft .pro_left ul li{display: inline; font-size:15px; float:left; width:276px; margin-bottom:15px; cursor: pointer; background:url(../img/pro_d.png) no-repeat; color:#fff; line-height:55px; height:55px; text-align:center;}
.product .proleft .pro_left ul li a{display: inline; font-size:15px; float:left; width:276px; cursor: pointer; background:url(../img/pro_d.png) no-repeat; color:#fff; line-height:32px; height:32px;}
.product .proleft .pro_left ul li a:hover{display: inline; font-size:15px; float:left; width:276px; cursor: pointer; background:url(../img/pro_d-.png) no-repeat; color:#fff; line-height:32px; height:32px;}
.product .proleft .pro_left ul p{display: inline; font-size:14px; float:left; width:276px; cursor: pointer; background:url(../img/pro_x.png) no-repeat; color:#333; line-height:37px; height:37px; text-indent:58px;}
.product .proleft .pro_left ul p a{display: inline; font-size:14px; float:left; width:276px; cursor: pointer; background:url(../img/pro_x.png) no-repeat; color:#333; line-height:37px; height:37px; text-indent:58px;}
.product .proleft .pro_left ul p a:hover{display: inline; font-size:14px; float:left; width:276px; cursor: pointer; background:url(../img/pro_x-.png) no-repeat; color:#0a5caa; line-height:37px; height:37px;  text-indent:58px;}


.product .proright{width:960px; height:auto; float:right;display: inline;}
.product .proright .procon{width:308px; margin:0px 0px 20px 12px; float:left;}
.product .proright .procon .pimg{width:100%; overflow:hidden;}
.product .proright .procon .pimg img{width:100%; transform:scale(1); vertical-align:middle;transition:all ease-in-out .5s;}
.product .proright .procon .ptit{width:100%; line-height:42px; background:#fff;color:#333; text-align:center;}

.product .proright .procon .ptit .pcon{width:210px; height:58px; float:left;line-height:58px; font-size:13px;}
.product .proright .procon .ptit .pcon a{color:#333; text-decoration:none; }
.product .proright .procon .ptit .pcon a:hover{color:#133984; text-decoration:none;}
.product .proright .procon:hover .pimg img{transform:scale(1.2);}
.product .proright .procon:hover .ptit{color:#133984;}



.introduce-more {  
	clear: both;
	display: block;
	width: 151px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	
}

.introduce-more a span {
	display: block;
	top: 0;
}

.introduce-more a {
	display: block;
	width: 151px;
	height: 40px;
	border: 1px solid #707070;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
}

.introduce-more a span {
	display: block;
	position: relative;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #373737;
	font-size: 14px;
	top: 0;
}

.introduce-more a:hover {
	border: 0 none;
}

.introduce-more a:hover span {
	top: -40px;
	background: #3772CA;
	border: 0 none;
	color: #fff;
}



/*首页优势*/
.index-syys2con{width:100%; height:1487px; background:url(../images/ys.jpg) top no-repeat;}
.syys2tit1{width:100%; height:44px;background:url(../images/ys1.png) center bottom no-repeat; padding-top:65px; }
.syys2tit2{width:100%; height:40px; line-height:40px; font-size:16px; color:#000; text-align:center; padding-bottom:35px;}
.syys2c1{width:1200px;height:400px;margin:auto;background:url(../images/ys2.jpg) center no-repeat;}
.syys2c2{width:1200px; height:400px; margin:auto; background:url(../images/ys3.jpg) center no-repeat;}
.syys2c3{width:1200px; height:400px; margin:auto; background:url(../images/ys4.jpg) center no-repeat;}
.syys2c4{width:1288px; height:472px; margin:auto; background:url(../images/ys5.png) center no-repeat;}

/*****厂房厂貌*****/
.index-changf {background: #fff;overflow: hidden;zoom: 1;padding-bottom: 52px;}
.index-changf .index-product-header h4 {
    font-size: 24px;
    color: #252525;
    line-height: 1;
    padding-bottom: 0px;
}
.cf_list .case_img{}
.cf_list .case_img img{ vertical-align:middle;}
.cf_list .case_tit{background: #efefef; color:#333; text-align:center; line-height:52px;}
.cf_list .swiper-slide:hover .case_tit{ color:#f39a01;}



/*******荣誉*********/
.index-project {
	background: #fff;
	overflow: hidden;
	zoom: 1;
}
.index-project .index-product-header h4 {
    font-size: 24px;
    color: #252525;
    line-height: 1;
    padding-bottom: 0px;
}


#demo {overflow:hidden;width:1250px;}
#demo img {padding: 0px; vertical-align: middle; max-width:100%;}
#indemo {float: left;width: 1000%;}
#demo1 {float: left;}
#demo2 {float: left;}
.sort_box{ float:left;width: 250px;padding: 5px;}



/*news开始*/
.index-news {
	background: #fff;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 52px;
}


/*时间轴*/
.inews-main {
	overflow: hidden;
	zoom: 1;
	padding: 40px 0 55px;
	background: url(../img/news-bg.png) 624px repeat-y;
}
.inews-items{
	position: relative;
	width: 582px;
	height: 244px;
	border: 1px solid #efefef;
	box-sizing: border-box;
	margin-top: 82px;
}
.inews-items:first-child{
	margin-top: 0;
}
.inews-items:nth-child(2){
	margin-top: 159px;
}
.inews-items:nth-child(2n){
	float: right;
}
.inews-items:nth-child(2n+1){
	float: left;
}

.inews-items:nth-child(2n+1):after{
	display: block;
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	bottom: 30px;
	left: 614px;
	background: url(../img/time1.png) no-repeat;
}
.inews-items:nth-child(2n):after{
	display: block;
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	bottom: 30px;
	left: -54px;
	background: url(../img/time1.png) no-repeat;
}
.inews-art{
	padding: 15px 36px 35px 36px;
}
.inews-art h5{
	font-size: 16px;
	line-height: 60px;
	color: #000;
}
.inews-art p{
	font-size: 12px;
	line-height: 26px;
	color: #767676;
}
.inews-art p a{
	color: #767676;
}
.inews-art h5 a,.inews-art p a{
	display: block;
}
.inew-date{
	width: 100%;
	height: 80px;
}
.inew-date{
	width: 100%;
	height: 80px;
	padding: 15px 36px;
	color: #575757;
	background-color: #f8f8f8;
	background-image: url(../img/news-more.png);
	background-repeat: no-repeat;
	background-position: 492px 15px;
	box-sizing: border-box;
}
.inew-date:after{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: 30px;
	right: -10px;
	border-left: 10px solid #fafafa;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.inews-items:nth-child(2n) .inew-date:after{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: 30px;
	left: -10px;
	border-left: 0;
	border-right: 10px solid #fafafa;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.inew-date span,.inew-date small {
	display: block;
	color: #575757;
}
.inew-date span{
	font-size: 24px;
}
.inew-date small{
	font-size: 14px;
}



.inews-items:hover{
	border-color: #3772ca;
}
.inews-items:hover .inew-date{
	background-color: #3772ca;
	background-image: url(../img/news-more1.png);
}
.inews-items:hover .inew-date span{
	color: #fff;
}
.inews-items:hover .inew-date small{
	color: #fff;
}
.inews-items:nth-child(2n+1):hover .inew-date:after{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: 30px;
	right: -11px;
	border-left: 10px solid #3772ca;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.inews-items:nth-child(2n):hover .inew-date:after{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: 30px;
	left: -10px;
	border-left: 0;
	border-right: 10px solid #3772ca;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.inews-items:nth-child(2n+1):hover:after{
	display: block;
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	bottom: 30px;
	left: 614px;
	background: url(../img/time2.png) no-repeat;
}
.inews-items:nth-child(2n):hover:after{
	display: block;
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	bottom: 30px;
	left: -54px;
	background: url(../img/time2.png) no-repeat;
}



.more-news a {
	display: block;
	width: 151px;
	height: 40px;
	border: 1px solid #707070;
	border-radius: 20px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.more-news a span {
	display: block;
	position: relative;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #373737;
	font-size: 14px;
	top: 0;
}

.more-news a:hover {
	border: 0 none;
}

.more-news a:hover span {
	top: -40px;
	background: #3772CA;
	border: 0 none;
	color: #fff;
}




/*footer*/

.index-footer {
	background: #282d33;
}

.index-footer-main {
	height: 214px;
	padding-top: 52px;
}

.index-footer-logo {
	float: left;
	width: 243px;
	border-right: 1px solid #343a41;
}

.footer-logoimg img {
	padding-bottom: 42px;
}

.footer-pho {
	padding-bottom: 40px;
}

.footer-pho span {
	display: block;
	color: #b0b1b1;
	font-size: 14px;
}

.footer-pho span:first-child {
	width: 15px;
	float: left;
	margin-right: 6px;
}

.footer-pho .footer-pho-num {
	font-size: 24px;
	padding-top: 6px;
}

.footer-pho span img {
	margin-top: -5px;
}

.index-footer-WeChat {
	width: 264px;
	float: left;
	border-right: 1px solid #343a41;
}

.index-footer-WeChat dl dt {
	width: 112px;
	height: 112px;
	background: #464c54;
	margin: 0 auto;
	text-align: center;
}

.index-footer-WeChat span {
	display: -webkit-flex;
	display: flex;
	width: 112px;
	height: 112px;
	-webkit-align-items:center;
	align-items:center;
}
.index-footer-WeChat span img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.index-footer-nav {
	float: left;
}

.index-footer-WeChat dl dd {
	font-size: 12px;
	color: #83868b;
	line-height: 42px;
	text-align: center;
	padding-bottom: 28px;
}

.index-footer-nav div {
	float: left;
}

.index-footer-nav div:last-child {
	float: none;
}

.index-footer-nav h4 {
	color: #d4d4d4;
	font-size: 16px;
}

.footer-nav-l {
	padding-left: 62px;
}

.footer-nav-l ul,
.footer-nav-c ul,
.footer-nav-r ul {
	padding-top: 28px;
}

.footer-nav-l ul li a,
.footer-nav-c ul li a,
.footer-nav-r ul li {
	font-size: 12px;
	color: #83868b;
	line-height: 30px;
}

.footer-nav-c {
	padding-left: 72px;
}

.footer-nav-r {
	padding-left: 72px;
}

.footer-nav-l ul li a:hover,
.footer-nav-c ul li a:hover {
	color: #d4d4d4;
}

.baq {
	height: 58px;
	line-height: 58px;
	position: relative;
	background: #1e2227;
	color: #83868b;
	font-size: 12px;
}

.baq a {
	color: #83868b;
}

.footer-oa {
	float: right;
}

.baq .oa-admin {
	font-size: 12px;
	color: #d0d1d2;
}

.content article {
	float: left;
	padding-right: 2px;
	position: relative;
	width: 20%;
	height: 320px;
	box-sizing: border-box;
}

.content article:last-child {
	padding-right: 0px;
}

.post-format-content {
	position: relative;
	background: #111;
	height: 320px;
	overflow: hidden;
}

.post-thumbnail {
	max-width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
}

.content-wrap {
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	height: auto;
	top: 100%;
	bottom: 0;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.content-wrap h1.entry-title {
	display: table;
	font-size: 110%;
	height: 100%;
	text-transform: uppercase;
	width: 100%;
	margin: 0;
}
.content-wrap-m{
	position: relative;
	top: 50%;
	bottom: 50%;
}

.edit-link {
	z-index: 2;
}

.featured-image {
	display: table-cell;
	position: relative;
	transition: opacity .25s ease-in-out, background .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out, background .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out, background .25s ease-in-out;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
	text-decoration: none;
	opacity: 0;
	padding: 10%;
}

.post-format-content:hover .pic-mask {
	opacity: 0.9;
	color: #fff;
	top: 0;
	background-color: rgba(22, 84, 177, 0.8);
	background-image: url(../img/pic-maskbg.png);
}

.post-thumbnail img {
	display: block;
	height: 320px;
}




/*********************************关于我们about_profiles*********************************/
.about-ban{
	position: relative;
	min-width: 1250px;
	overflow: hidden;
}
.aban-pic{
	overflow: hidden;
	zoom: 1;
}
.aban-pic img{
	vertical-align: top;
	height: 100%;
	margin: 0 auto;
}
.about-tit{
	position: absolute;
	top: 0;
	width: 100%;
}
.about-tit h4{
	display: block;
	text-align: center;
}
.about-tit h4 img{
	display: block;
	margin: 62px auto 20px;
}
.about-tit h5{
	display: block;
	width: 306px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: url(../img/tit-line.png) center repeat-x;
}
.about-tit h5 span{
	display: block;
	width: 108px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	margin: 0 auto;
	background: #1654b1;
}

.subnav{
	width: 100%;
	height: 60px;
	background: #eee;
	border-bottom: 1px solid rgba(4,0,0,.17);
	box-sizing: border-box;
}
.subnav-items{
	display: block;
	float: left;
	line-height: 58px;
	margin-right: 42px;
	font-size: 16px;
}
.subnav-items a{
	display: block;
}
.subnav-items:last-child{
	margin-right: 0;
}
.subnav-items:hover a,.subnav-items-act a{
	color: #1654b1;
	border-bottom: 2px solid #1654b1;
}

.waddress p{
	line-height: 60px;
	font-size: 12px;
	font-family: simsun;
	-moz-opacity: .6;
	opacity: .6;
	filter: alpha(opacity=60);
}
.waddress p a{
	display: inline-block;
}
.waddress p span{
	font-family: simsun;
	margin: 0 8px;	
}

.aboutus-art{
	position: relative;
	width: 1250px;
	height: 432px;
	background: #f5f5f5;
	margin: 160px auto 60px;
}
.aart-pic{
	position: relative;
	float: left;
	top: -112px;
	left: 25px;
	margin-right: 67px;
}
.aart-pic p{
	width: 454px;
	display: block;
}
.aart-pic p img{
	vertical-align: top;
	width: 100%;
}
.aart-article{
	position: relative;
	width: 688px;
	float: left;
	top: -89px;
}
.aart-title span{
	display: block;
}
.aart-line {
	width: 83px;
	height: 2px;
	background: #1654b1;
}
.aart-tit{
	font-size: 28px;
	color: #1654b1;
	line-height: 54px;
}
.aart-eng{
	font-size: 14px;
	color: rgba(0,0,0,.4);
}
.aart-main{
	position: relative;
}


/*********************************关于我们about_us*********************************/
.aboutus{
	overflow: hidden;
	zoom: 1;
	background: url(../img/aboutus-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

/*公司简介*/
.aboutus-main{
	overflow: hidden;
	zoom: 1;
}
.aboutus .about-ban{
	min-height: 206px;
}
.aboutus .about-tit h5{
	display: block;
	width: 306px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: url(../img/tit-line-gray.png) center repeat-x;
}
.aump-art{
	float: left;
	width: 322px;
	height: 471px;
	background: #fff;
	background: rgba(255,255,255,.9) !important;
}
.aump-art h5{
	position: relative;
	display: block;
	padding-top: 18px;
	width: 322px;
	height: 128px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background: #1958b3;
	box-sizing: border-box;
}
.aump-art h5 span{
	display: block;
	width: 286px;
	height: 92px;
	margin: 0 auto;
	line-height: 92px;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,.4) !important;
	box-sizing: border-box;
}
.aump-article{
	padding: 28px 28px 22px 28px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 28px;
	color: #373737;
}
.aump-vd{
	position: relative;
	display: block;
	float: right;
	width: 135px;
	height: 34px;
	background: #fff;
	right: -33px;
	z-index: 1;
}
.aump-vd span{
	display: block;
	float: left;
}
.aump-vd-t{
	width: 102px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #1654b1;
}
.aump-vd-p{
	width: 33px;
}
.aump-vd-p img{
	width: 100%;
}
.aump-pic{
	position: relative;
	float: left;
	width: 414px;
	height: 471px;
	overflow: hidden;
}
.aump-pic p{
	position: relative;
	display: block;
}
.aump-pic img{
	display: block;
	vertical-align: top;
/*	z-index: -1;*/
}
.aum-profiles:hover .aump-pic img{
	-ms-transform: scale(1.02);	/* IE 9 */
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.ij-idea{
	width: 492px;
	height: 225px;
	margin-bottom: 21px;	
	background: url(../img/ij-ideabg.png) no-repeat;
	background-size: 100% 100%;	
}
.ij-job{
	width: 492px;
	height: 225px;
	background: url(../img/ij-jobbg.png) no-repeat;
	background-size: 100% 100%;
}
.ij-idea,.ij-job{
	position: relative;
	padding: 56px 68px 42px 65px;
	font-size: 20px;
	color: #1654b1;
	box-sizing: border-box;
}
.ij-vd{
	position: absolute;
	display: block;
	bottom: 42px;
	width: 110px;
	height: 32px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #373737;
	border: 1px solid #959595;
	border-radius: 16px;
	box-sizing: border-box;
	overflow: hidden;
}
.ij-vd span{
	position: relative;
	display: block;
	top: 0;
}
.ij-vd:hover span{
	top: -100%;
}

/*资质证书*/
.quacer{
	height: 342px;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 52px;
}
.qc-logo{
	float: left;
	width: 322px;
	height: 342px;
}
.qc-logo p{
	display: block;
	margin-top: 126px;
	margin-left: 90px;
}
.qc-logo p img{
	vertical-align: middle;
}
.qc-main{
	width: 928px;
	height: 342px;
	float: left;
	padding-top: 34px;
	background: #4971ad;
	background: rgba(22,84,177,.6) !important;
	box-sizing: border-box;
}
.qc-tit{
	position: relative;
	float: left;
	width: 190px;
	height: 274px;
	margin-left: 45px;
	margin-right: 29px;
	padding-top: 20px;
	box-sizing: border-box;
}
.qc-tit h5{
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.qc-tit h5 span{
	display: block;
	margin-bottom: 22px;
}

.qc-tit .ij-vd{
	border-color: #fff;
	color: #fff;
	bottom: 38px;
}
.qc-code{
	overflow: hidden;
	zoom: 1;
}
.qc-code-pic{
	display: block;
	float: left;
	width: 190px;
	height: 274px;
	margin-right: 29px;
}

/*********************************荣誉资质*********************************/
.honor-box{
	overflow: hidden;
	margin: 50px auto;
}
.honor-items{
	position: relative;
	display: block;
	float: left;
	width: 295px;
	padding: 15px;
	margin-right: 23px;
	*margin-bottom: 23px;
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	overflow: hidden;
}
.honor-items:nth-child(4n){
	margin-right: 0;
	margin-bottom: 23px;
}
.honor-items:nth-last-child(1){
	margin-bottom: 0;
}

.honor-items img{
	width: 100%;
}

.honor-items:hover .honor-mask{
	top: 0;
}

.honor-mask{
	position: absolute;
	width: 295px;
	height: 100%;
	top: 100%;
	left: 0;
	background: url(../img/honor-maskbg.png) no-repeat;
	background-size: 100% 100%;
}
.honor-mask p{
	position: relative;
	display: block;
	height: 50px;
	top: 50%;
	margin-top: -25px;
}
.hm-line{
	display: block;
	width: 74px;
	height: 1px;
	margin: 0 auto;
	background: url(../img/hm-line.png) center repeat-x;
}
.hm-text{
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	color: #fff;
}

/*********************************诚聘英才*********************************/
.job-box{
	overflow: hidden;
	zoom: 1;
	margin: 45px auto 7px;
}
.job-block{
	float: left;
	width: 605px;
	height: 537px;
	padding: 22px 28px 31px;
	margin-right: 38px;
	margin-bottom: 38px;
	border: 1px solid #cecece;
	box-sizing: border-box;
}
.jobb-tit{
	overflow: hidden;
	padding-bottom: 14px;
	border-bottom: 1px solid #cecece;
}
.jobb-tit h4 span,.jobb-tit h4 small{
	display: block;
}
.jobb-tit h4 span{
	font-size: 24px;
	line-height: 32px;
	color: #000;
}
.jobb-tit h4 small{
	font-size: 14px;
	line-height: 22px;
	color: #a4a4a4;
}
.jobb-tit a{
	position: relative;
	width: 95px;
	height: 34px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #1654b1;
	margin-top: 7px;
	border: 2px solid #1654b1;
	box-sizing: border-box;
	overflow: hidden;
}
.jobb-tit a span{
	position: relative;
	display: block;
	height: 30px;
	top: 0;
}
.jobb-tit a:hover span{
	top: -100%;
}

.jobb-main{
	font-size: 14px;
}
.jobb-duty,.jobb-condition{
	padding: 21px 0;
}
.jobb-duty h5,.jobb-condition h5{
	font-size: 14px;
}
.jobb-main-line{
	display: block;
	width: 100%;
	height: 1px;
	background: #cecece;
}
.jobb-art {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.jobb-art p {
	color: #999;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}
.jobb-duty-art{
	height: 120px;
}
.jobb-cond-art{
	height: 198px;
}

/*********************************企业优势*********************************/
.advantage{
	margin-bottom: 75px;
}
.summary{
	font-size: 14px;
	line-height: 30px;
	color: #1654b1;
	padding: 30px 34px;
	margin: 42px auto 44px;
	text-align: center;
	background: #e2f3ff;
}

/*优势*/
.tab-tit{
	position: absolute;
	width: 165px;
	left: 50%;
	top: 50%;
	padding: 0 28px;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
}
.tab-bar{
	position: absolute;
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	left: 0;
	bottom: 0;
}

.tabulous_active .tab-bar{
	color: #fff;
}
.adv-bar-items{
	display: block;
	position: relative;
}
.adv-art{
	width: 100%;
}
.adv-art p{
	display: block;
	float: left;
	min-width: 33.33%;
	line-height: 24px;
	vertical-align: top;
}


/*********************************项目业绩about_us*********************************/
.project{
	overflow: hidden;
	zoom: 1;
	background: url(../img/aboutus-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.project .about-ban{
	min-height: 206px;
}
.project .about-tit h5{
	display: block;
	width: 306px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: url(../img/tit-line-gray.png) center repeat-x;
}

/*项目列表*/
.pro-box{
	overflow: hidden;
	zoom: 1;
}
.pro-items{
	position: relative;
	float: left;
	width: 19%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
.pro-pic{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.pro-pic-bot img{
	vertical-align: top;
}
.pro-pic-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	background: url(../img/ipro-infobg.png) no-repeat;
	background-size: 100% 100%;
}

.ppic-infom{
	width: 100%;
	height: 9.8em;
	position: relative;
	/*padding-top: calc((100%-96px)/2);*/
	font-size: 14px;
	color: #fff;
	top: 50%;
	margin-top: -5em;
}
.ppic-infom h4{
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1.4em;
	padding: 0 1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ppic-infom p{
	position: relative;
	display: block;
	width: 13.5em;
	margin: 1em auto;
	text-align: center;
	padding: 0 2%;
	line-height: 1.9em;
}
.ppic-infom p:before,.ppic-infom p:after{
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	background: #f8f8f8;
	top: 50%;
}
.ppic-infom p:before{
	left: -20px;
}
.ppic-infom p:after{
	right: -20px;
}
.ppic-infom p span{
	display: table;
	margin: 0 auto;
}

.pro-items:hover .pro-pic-mask{
	top: 0;
}




.pro-tit{
	margin-top: 12px;
}
.pro-tit h5{
	height: 4em;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.pro-tit h5 a{
	display: block;
}
.pro-tit-line{
	display: block;
	width: 70px;
	height: 2px;
	margin: 0 auto;
	background: #c0c0c0;
}



/*********************************合作伙伴partner*********************************/
.part-box{
	min-width: 1250px;
	overflow: hidden;
	zoom: 1;
	margin: 53px auto 43px;
}
.part-items{
	position: relative;
	display: block;
	float: left;
	width: 233px;
	height: 127px;
	margin-right: 20px;
	overflow: hidden;
	zoom: 1;
}
.part-items a{
	display: block;
	width: 100%;
	height: 100%;
}
.part-pic{
	width: 100%;
	height: 100%;
	border: 1px solid #ececec;
	box-sizing: border-box;
}
.part-pic span{
	position: absolute;
	display: table;
	/*left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);*/
}
.part-mask{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 100%;
	text-align: center;
	background: url(../img/part-maskbg.png) no-repeat;
	background-size: 100% 100%;
	/*-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);*/
}
.part-mask p{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.part-mask p span{
	display: block;
	position: relative;
	top: 50%;
	margin-top: -9px;
	color: #fff;
}

.part-items:hover .part-mask{
	top: 0;
	/*-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);*/
}

.part-items:nth-child(5n){
	margin-right: 0;
	margin-bottom: 20px;
}
.part-box .part-items:nth-last-child(1){
	margin-bottom: 0 !important;
}
.flink{
	padding: 32px 0 36px;
	background: #2e3339;
	overflow: hidden;
	zoom: 1;
}
.flink h4{
	display: table;
	font-size: 20px;
	line-height: 37px;
	padding: 0 18px;
	color: #F4F4F4;
	border: 1px solid #6d7175;
}
.flink-box{
	margin-top: 32px;
}
.frl-items{
	float: left;
	font-size: 12px;
	line-height: 28px;
	color: #B6B7B9;
}
.frl-items a{
	color: #B6B7B9;
}
.frl-items span{
	padding: 0 16px;
}

/*********************************新闻中心news*********************************/
.news-box{
	margin-top: 40px;
}
.news-items{
	float: left;
	width: 288px;
	padding: 8px;
	background: #f4f4f4;
	margin-right: 32px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.news-items:nth-child(4n){
	margin-right: 0;
	/*margin-bottom: 33px;*/
}
.news-items a{
	display: block;
}
.news-pic{
	overflow: hidden;
}
.news-pic img{
	width: 100%;
	height: 190px;
	vertical-align: top;
}
.news-items:hover .news-pic img{
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.news-tit{
	font-size: 15px;
	line-height: 40px;
	color: #000; text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 9px;
}
.news-art{
	font-size: 12px;
	line-height: 26px;
	color: #767676;
}
.news-date{
	position: relative;
	display: block;
	margin-top: 20px;
}
.news-date span{
	display: inline-block;
	font-size: 66px;
	line-height: 66px;
	color: rgba(0,0,0,.6);
}
.news-date small{
	display: inline-block;
	position: relative;
	margin-left: -36px;
	background: #f4f4f4;
	font-size: 12px;
	color: rgba(0,0,0,.6);
}

/*********************************核心产品product*********************************/
.product{
	overflow: hidden;
	zoom: 1;
	background: url(../img/product-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.product .about-ban{
	min-height: 206px;
}
.product .about-tit h5{
	display: block;
	width: 306px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: url(../img/tit-line-gray.png) center repeat-x;
}

.prod-items{
	display: block;
	width: 602px;
	/*height: 316px;*/
	margin-bottom: 38px;
	background: #fff;
}
.prod-items:nth-child(2n){
	float: right;
}
.prod-items:nth-child(2n+1){
	float: left;
}
.prod-tit{
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0 30px 0 38px;
	background: #4277c7;
	box-sizing: border-box;
}
.prod-tit h5{
	display: table;
	float: left;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
.prod-main{
	display: block;
}
.prod-more{
	position: relative;
	display: block;
	float: right;
	width: 90px;
	height: 26px;
	border-radius: 13px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	margin-top: 12px;
	border: 1px solid rgba(255,255,255,.5);
	box-sizing: border-box;
	overflow: hidden;
}
.prod-more span{
	display: block;
	position: relative;
	height: 24px;
	top: 0;
}
.prod-more:hover span{
	top: -100%;
}

.prod-pic{
	float: left;
	width: 322px;
	padding: 23px 26px;
	box-sizing: border-box;
}
.prod-pic img{
	width: 100%;
}

/*.prod-intro{
	margin-left: 322px;
	padding: 40px 64px 40px 0;
}
.prod-intro li{
	display: block;
	width: 218px;
	font-size: 14px;
	color: #000;
	line-height: 45px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rhomb{
	display: block;
	float: left;
}
.rhomb img{
	display: block;
	margin-top: 16px;
	margin-right: 7px;
}*/
.prod-profile{
	margin-left: 322px;
	padding: 20px 34px 40px 0;
}
.prod-profile p{
	font-size: 14px;
	line-height: 35px;
	color: #000;
	background: url(../img/dx.jpg) top repeat;
}


/*********************************核心产品product_view*********************************/
.product-nav{
	display: table;
	margin: 0 auto;
	max-width: 1250px;
	overflow: hidden;
}
.pnav-items{
	display: block;
	float: left;
	height: 42px;
	line-height: 40px;
	margin-right: 20px;
	margin-bottom: 42px;	
}
.pnav-items:last-child{
	margin-right: 0;
}
.pnav-items a{
	display: block;
	width: 100%;
	padding: 0 28px;
	border: 1px solid #bbb;
	box-sizing: border-box;
}
.pnav-items-act a,.pnav-items:hover a{
	background: #1654b1;
	border-color: #1654b1;
	height: 42px;
	line-height: 42px;
	color: #fff;
}



.pro-article{
	overflow: hidden;
	zoom: 1;
	min-height: 990px;
	background: #fff;
	padding-bottom: 34px;
	margin-bottom: 46px;
}
.pro-art-pic{
	padding: 54px 0;
	box-sizing: border-box;
}
.pro-art-pic img {
	display: inline !important;
	max-width: 100% !important;
	height: auto !important;
}
.pro-art{
	width: 1130px;
	margin: 0 auto;
	padding-top: 34px;
	border-top: 1px solid #e5e5e5;
}
.pro-art p{
	font-size: 14px;
	line-height: 30px;
	color: #676767;
}


/*********************************核心产品product*********************************/
.contact{
	overflow: hidden;
	zoom: 1;
	background: url(../img/contact.jpg) no-repeat;
	background-size: 100% 100%;
}
.contact .about-ban{
	min-height: 206px;
}
.contact .about-tit h5{
	display: block;
	width: 306px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: url(../img/tit-line.png) center repeat-x;
}

.contact-main{
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 54px;
}
.hq{
	position: relative;
	width: 580px;
	background: #fff;
	padding: 29px 40px;
	box-sizing: border-box;
}

.hq h4,.branch h4{
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 62px;
	color: #1654b1;
	border-bottom: 1px solid #acc3e4;
}

.hq-items{
	display: block;
	height: 26px;
	line-height: 26px;
	margin-top: 18px;
	font-size: 14px;
	color: #515355;
}
.hq-icon{
	display: block;
	float: left;
	width: 26px;
	height: 26px;
}
.hq-icon img{
	width: 100%;
}
.hq-text{
	display: block;
	margin-left: 40px;
}



.hq-ewm{
	margin-top: 49px;
}
.hq-ewm-items{
	display: block;
	float: left;
	margin-right: 44px;
}
.hqewm-pic{
	width: 127px;
	height: 127px;
	padding: 6px;
	border: 1px solid #d5d7d9;
	box-sizing: border-box;
}
.hqewm-pic img{
	width: 100%;
	vertical-align: top;
}
.hqewm-text{
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	color: #666;
}


.branch{
	position: relative;
	width: 675px;
	height: 698px;
	background: #fff;
	padding: 29px 40px;
	box-sizing: border-box;
}
.branch-list{
	position: relative;
	height: 525px;
	margin-top: 26px;
	overflow: auto;
}
.branch-items h5{
	font-size: 20px;
	line-height: 20px;
	color: #1654b1;
	margin-bottom: 20px;
}
.branch-info li{
	height: 26px;
	margin-bottom: 14px;
}

.branch-items{
	font-size: 14px;
	color: #515355;
}

.nicescroll-rails{
	width: 1px !important;
}
.nicescroll-rails div{
	right: -1px;
}



/******在线反馈*****/
.massage{ width: 100%;max-width: 800px; margin:30px auto; border: 1px solid #ebebeb;position: relative; z-index: 2; padding: 22px 2%; background: #fff;box-shadow:0 0 10px rgba(221, 221, 221, 0.5);-webkit-box-shadow:0 0 10px rgba(221, 221, 221, 0.5); -moz-box-shadow:0 0 10px rgba(221, 221, 221, 0.5); border-radius:5px;}
.maintop{ width: 100%;max-width: 800px; height: 55px; line-height:55px; float: left; border-bottom: 1px solid #ebebeb; text-indent: 37px; color: #555555; margin-bottom: 10px; font-size:20px; background: url(../images/guest.png) left center no-repeat; overflow:hidden;}

.massage table td{ color:#666;}
.massage .input{ border:1px solid #ddd; margin:5px 0px; border-radius:5px; padding-left:5px; width: 100%;max-width:350px; height:35px; line-height:35px; outline:none;}
.massage textarea{ border:1px solid #ddd; margin:5px 0px; border-radius:5px; padding-left:5px; width: 100%;max-width:580px;line-height:35px;outline:none; resize:none;}
.massage .reset{border:1px solid #ddd; border-radius:5px;width:120px; height:42px; line-height:42px; color:#fff; background:#ddd;outline:none; cursor:pointer;}
.massage .submit{border:1px solid #0376C4; border-radius:5px;width:120px; height:42px; line-height:42px; color:#fff; background:#0376C4;outline:none; cursor:pointer;}





/*屏幕大于1250px小于1600px*/
@-moz-media only screen and (min-width: 1250px) and (max-width: 1600px) {
	.pro-items{
	position: relative;
	float: left;
	width: 24%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
}
@-webkit-media only screen and (min-width: 1250px) and (max-width: 1600px) {
	.pro-items{
	position: relative;
	float: left;
	width: 24%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
}
@media only screen and (min-width: 1250px) and (max-width: 1600px) {
	.pro-items{
	position: relative;
	float: left;
	width: 24%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
}

/*屏幕大于960px小于1250px*/
@-moz-media only screen and (min-width: 960px) and (max-width: 1250px) {
	.pro-items{
	position: relative;
	float: left;
	width: 32.33%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
}
@-webkit-media only screen and (min-width: 960px) and (max-width: 1250px) {
	.pro-items{
	position: relative;
	float: left;
	width: 32.33%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
}
@media only screen and (min-width: 960px) and (max-width: 1250px) {
	.pro-items{
	position: relative;
	float: left;
	width: 32.33%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
}