@charset "utf-8";
/*产品展示*/
/*左侧内容*/
.conright {
	width: 860px;
	float: right;
	min-height: 500px;
	overflow: hidden;
}
.crumb {
	padding: 40px 0;
	height: 45px;
	overflow: hidden;
	margin-bottom: 20px;
}
.crumb span {
	display: block;
	line-height: 45px;
	height: 45px;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #666;
}
.crumb span a {
	font-size: 18px;
	font-family: "微软雅黑";
	color: #666;
}
/*产品展示*/
.prolist  {
	min-height: 500px;
	overflow: hidden;
}
.prolist ul {
	min-height: 500px;
    margin-bottom: 10px;
    overflow: hidden;
}
.prolist li {
	width: 280px;
	height: 225px;
	float: left;
	margin:0 20px 30px;
	border:1px solid #e2e2e2;
}
.prolist li p {
	width: 280px;
    height: 185px;
    background: #fff;
    overflow: hidden;
	text-align:center;/*非IE的主流浏览器识别的垂直居中的方法*/
	display:table-cell;/*设置垂直居中*/
	vertical-align:middle;/*设置水平居中*/
	text-align:center;/* 针对IE的Hack */
	*display: block;*
}
.prolist li p img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.prolist li span {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #d9d9d9;
	text-align: center;
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prolist li:hover {
	border:1px solid #0089d8;
}
.prolist li:hover span {
	color: #fff;
	background: #0089d8;
}

/*新闻样式*/
.ny_new {width: 100%;max-width: 1920px;margin:90px auto 45px;background: #f4f4f4;padding: 60px 0;}
.newpic {width: 650px;height: 490px;margin-top: -120px;}
.newpic p {
	width: 650px;
    height: 480px;
    background: #fff;
    overflow: hidden;
	text-align:center;/*非IE的主流浏览器识别的垂直居中的方法*/
	display:table-cell;/*设置垂直居中*/
	vertical-align:middle;/*设置水平居中*/
	text-align:center;/* 针对IE的Hack */
	*display: block;*
}
.newpic p img {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.hotcon {width: 445px;height: 325px;margin:0 145px 0 60px;}
.hotcon h2 {color: #333;font-size: 24px;font-family: "微软雅黑";line-height: 35px;margin-bottom: 20px;height: 70px;}
.hotcon p {color: #666;font-family: "微软雅黑";font-size: 14px;line-height:30px; margin-bottom: 30px;height: 90px;overflow: hidden;}
.hotcon  span,.hotcon  .nmore {color: #666;font-size: 14px;font-family: "微软雅黑";line-height: 30px;display: block;margin-bottom: 35px;}
.hotcon  .nmore  {background: url(../images/xjt.png) no-repeat 63px center;}
.hotcon:hover h2 {color: #0089d8;}
.hotcon  .nmore:hover {color: #0089d8;}
.newlist {
	min-height: 470px;
	overflow: hidden;
	padding-bottom: 40px;
	margin:0 auto;
}
.newlist ul {
	min-height: 470px;
	margin-bottom: 20px;
}
.newlist li {
	width: 465px;
    padding: 20px 25px;
    overflow: hidden;
    float: left;
    border-bottom: 2px solid #ebebeb;
    margin: 0 65px 50px;
	position: relative;
	z-index: 1;
	-webkit-transition: border-color 0.5s, color 0.5s;
	transition: border-color 0.5s, color 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.newlist li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #fff;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, 15deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, 15deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
	transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.newlist li .date {
	height: 50px;
	line-height: 50px;
	position: relative;
}
.newlist li .date:before {
	content: "";
	display: block;
	width: 43px;
	height: 5px;
	background: #0089d8;
	position: absolute;
	top:0;
	left:0;
}
.newlist li .date span {
	font-family: "微软雅黑";
	color: #616161;
	font-size: 24px;
	font-weight: bold;
}
.newlist li .date span small {
	font-family: "微软雅黑";
	color: #616161;
	font-size: 16px;
	font-weight: normal;
}
.newlist li h2 {
	font-family: "微软雅黑";
	color: #0089d8;
	font-size: 18px;
	line-height: 35px;
	overflow: hidden;
	margin:10px 0;
}
.newlist li p {
	font-family: "微软雅黑";
	color: #616161;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 30px;
}
.newlist li .xmore {display: block;width: 28px;height: 28px;background: url(../images/xmore.png) no-repeat top center;}
.newlist li:hover:before {
	opacity: 1;
	background-color: #0089d8;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.newlist li:hover .date:before {background: #fff;}
.newlist li:hover h2,.newlist li:hover p,.newlist li:hover span,.newlist li:hover span small {color: #fff;} 
.newlist li:hover .xmore {background: url(../images/xmorea.png) no-repeat top center;}
/* 文章分享工具集 */
.newsShare{height:80px;padding: 15px; border:1px dotted #ccc; border-left:none; border-right:none;font-family:"宋体"}
.newsShare .sinfo{width: 86%;float: left; line-height:22px;}
.newsShare .u-img{height:100%;float: right;}


/*单页*/
.pagecon {
	padding: 0 50px 40px;
	min-height: 300px;
	margin:0 auto;
	overflow: hidden;
}
.tit {
	font-size: 28px;
    font-family: "微软雅黑";
    color: #0089d8;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 2.5;
}
.info {
	font-size: 20px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: right;
	line-height: 30px;
	margin-bottom: 15px;
}
@media screen and (max-width:640px){
	.info {font-size: 20px;}
	.content,.content p,.content span {
		font-size: 20px;
		line-height: 2;
	}
}
.content,.content p,.content span  {
	font-family: "微软雅黑";
	font-size: 22px;
	color: #333;
	line-height: 2;
}

.content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin:0 auto;
}
/*联系我们*/
.contactus {
	margin-top:20px;
	min-height: 500px;
	overflow: hidden;
	background: url(../images/contactbg.png) no-repeat top center; 
}
.contact-top{
	width: 100%;
	height: 260px;
	border-bottom:1px solid #d5d5d5;
	margin-bottom: 30px;
}
.contact-top div{
	float: left;
	margin-top: 40px;
	width: 340px;
	height: 168px;
	text-align: center;
	padding:0 20px;
}
.contact-address{
	border-left:1px solid  #d5d5d5;
	border-right:1px solid  #d5d5d5;
}
.contactus p.p1{
	margin-top:15px;
}
.contactus p{
	font-size: 14px;
	color:#333;
	height: 35px;
	line-height: 35px;
}
.contact-tell h1{
	font-size: 18px;
	color: #333;
	font-family: "微软雅黑";
}
.contact-car{
	width: 100%;
	height: 90px;
}
.contact-car img{
	margin-top: 35px;
	float: left;
}
.contact-bottom {
	min-height: 200px;
	overflow: hidden;
	padding-bottom: 10px;
}
.contact-bottom ul li {
	min-height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 47px;
}
.contact-bottom ul li:nth-child(1) {
	height: 30px;
	line-height: 30px;
	background: url(../images/car.png) no-repeat left center;
}
.contact-bottom li span,.contact-bottom li strong {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
}
.contact-bottom li span.ll {
	text-align: right;
}
.contact-bottom li span.rr {
	width: 648px;
}

/*无搜索结果*/
h4 { margin: 10px 0; background: #efefef;font-family: "微软雅黑";padding: 10px 20px;font-size: 16px;}
.m-searchNoResult{overflow: hidden; background: #ffffff; _zoom: 1;}
.m-searchNoResultCon{width: 460px;margin: 25px auto;}
.m-searchNoResultCon p{_position: relative;overflow: hidden;_zoom: 1;}
.m-searchNoResultCon p.t{margin-left: -25px;padding: 0 0 20px 25px;color: #333;font-weight: bold;font-size: 14px;}
.m-searchNoResultCon p.t s{float: left;width: 17px;height: 17px;overflow: hidden;margin: 3px 0 0 -20px;background: url(../images/icon.png) no-repeat -31px -1373px;}
.m-searchNoResultCon p.t a{ color:#80c8da;}

/*留言板*/
.m-form{line-height:29px;color:#555;}
.m-form legend{font-size:14px;font-weight:bold;}
.m-form form {float: left;}
.tips{float: right;margin-top: 50px;border: 1px solid #ccc;padding: 30px;}
.m-form .formitm{padding:20px 0 0;line-height:30px;}
.m-form .formitm.last{padding:10px 0;}
.m-form .formitm-1{padding-left:100px;}
.m-form .lab{float:left;width:90px;margin-right:-90px;text-align:right;font-weight:bold;}
.m-form .ipt{margin-left:100px; background:none;}
.m-form .ipt *{vertical-align:middle;}
.m-form .ipt input {width: 200px;height: 35px;}
.m-form .ipt a,.m-form .ipt a:hover{text-decoration:none;color:#fb5500;}
.m-form .ipt img{height:28px;margin:0 15px 0 5px;}
.m-form .ipt .domain{margin:0 0 0 5px;font-weight:bold;color:#777;}
.m-form .ipt p{height:22px;line-height:22px;color:#fb5500;}
.m-form .tip{padding-top:10px;color:#545454!important;}
.m-form .tip input{margin:0 5px 3px 0;}
.m-form .u-btn {width: 100px;height: 35px;line-height: 35px;background: #0982e0;border:none;outline: none;color: #fff;margin-right: 15px;display: inline-block;text-align: center;cursor: pointer;}

/* 上下篇*/
.n-p{padding:10px 0;border-bottom: 1px dotted #afafaf;font-family:"宋体";overflow: hidden;}
.n-p li{padding:0px 20px; line-height:24px; list-style:none;font-size: 14px;}
.n-p li a{font-size: 14px;}
.n-p li a:hover{ text-decoration:underline}
.n-p .p,.n-p .n{background: url(../images/icon.png) no-repeat;}
.n-p .p{background-position: 0px -332px;}
.n-p .n{background-position: 0px -313px;}


/*发展历程*/
.fz {/*background: url(../images/about/fzbg.png) no-repeat top center;*/padding: 10px 0;overflow: hidden;}
.fzlist {margin-top: 120px;padding: 0;overflow: hidden;background: url(../images/about/fzbga.png) repeat-y top center;}
.fzleft,.fzright {width: 650px;}
.fzright {margin-top:105px;}
.fzlist li {width: 525px;float: left;min-height: 100px;padding:0;overflow: hidden;}
.fzlist li:nth-child(2n) {margin-top:85px;}
.fzlist li span {display: block;font-size: 18px;color: #0089d8;font-family:"微软雅黑";font-weight: bold;line-height: 25px;margin-bottom: 20px;}
.fzlist li p {padding-left: 45px;background: url(../images/about/kuan.jpg) no-repeat left top;color: #666;font-size: 16px;font-family: "微软雅黑";line-height: 30px;}
.fzlist li:nth-child(2n+1) {padding-right: 125px;background: url(../images/about/libg.png) no-repeat right top;margin-bottom: 35px;}
.fzlist li:nth-child(2n) {padding-left: 125px;background: url(../images/about/libga.png) no-repeat left top;margin-bottom: 50px;}
.fzlist li:nth-child(2n+1) li span {text-align: right;}
.fzlink h3 {background: none;color: #fff;padding-left: 60px;}

/*品牌形象*/
.b_con {width: 1024px;height: 245px;margin: 250px auto 430px;}
.b_con p {color: #333;font-family: "微软雅黑";font-size: 18px;line-height: 40px;}
.b_con1 {padding: 50px 110px;background: #fcfcfc;overflow: hidden;box-shadow: 0 0 7px 5px #f7f7f7;margin-bottom: 85px;}
.b_con1l {width: 605px;height: 474px;background: url(../images/about/brand_1.jpg) no-repeat top center;}
.b_con1l p {color: #666;font-size: 18px;font-family: "微软雅黑";font-weight: bold;padding: 395px 0 0 290px;}
.b_con1r {margin-top: 275px;width: 362px;height: 392px;background: url(../images/about/brand_2.png) no-repeat top center;margin-right: 105px;}
.b_con1r p {padding: 55px 25px 0;font-size: 24px;color: #fff;font-family: "宋体";line-height: 60px;}
.brandlist {padding: 120px 50px 80px;overflow: hidden;background: url(../images/about/brand_3.jpg) no-repeat center 95px #fbfbfb;margin-bottom: 20px;}
.brandleft,.brandright {width: 600px;}
.brandlist li {position: relative;min-height: 350px;}
.brandlist li:after {content: "";display: block;width: 25px;height: 50px;position: absolute;top:70px;background: #5fdcff;}
.brandlist li span {display: block;font-family: "宋体";color: #333;font-size: 32px;line-height:70px;position: relative;margin-bottom: 15px;font-weight: bolder;padding-top:30px;}
.brandlist li span:after {content: "";display: block;width: 200px;height: 2px;background: #1674b3;bottom: 0;position: absolute;}
.brandleft li {padding-right: 125px;}
.brandleft li:after {right:0;border-radius: 50px 0  0 50px;}
.brandleft span,.brandleft p{text-align: right;}
.brandleft span:after {right:0;}
.brandright li {padding-left: 125px;}
.brandright li:after {left:0;border-radius: 0 50px 50px 0;}
.brandright span ,.brandright p{text-align: left;}
.brandright span:after {left:0;}
.brandlist li p {color: #333;font-size: 24px;font-family: "微软雅黑";line-height: 45px;}
.brandlist li img {display: block;}
.brandleft li img {margin-left: 278px;}
.brandlogo {text-align: center;padding: 65px 0 0;}

/*企业文化*/
.cur_con {padding: 20px 50px 175px 700px;overflow: hidden;}
.cur_con p {color: #666;font-family: "微软雅黑";font-size: 18px;line-height: 40px;}
.cullist {padding: 0;overflow: hidden;margin-bottom: 40px;}
.cullist li {height: 460px;}
.cullist li img {width: 650px;height: 460px;display: block;}
.cullist li.cr img {float: left;}
.cullist li.cl img {float: right;}
.cullist li .culcon {width: 400px;height: 405px;padding: 30px 150px 25px 100px;overflow: hidden;cursor: pointer;
	position: relative;
	z-index: 1;text-align: center;}
.cullist li .c1r {float: right;background:url(../images/about/cul_6.png) no-repeat right top #fff;}
.cullist li .c1l {float: left;background:url(../images/about/cul_7.png) no-repeat bottom left #fff;}
.cullist li .culcon h2 {color: #333;font-family: "微软雅黑";font-size: 36px;
    line-height: 90px;position: relative;margin-bottom: 10px;}
.cullist li .culcon h2:after {content: "";display: block;width: 30px;height: 6px;background: #cd0101;position: absolute;left: 50%;bottom: 0;margin-left: -15px;}
.cullist li .culcon p {color:#666;font-family: "微软雅黑";font-size: 20px;
    line-height: 60px;}
/*.cullist li .culcon:hover:before {
	opacity: 1;
	background-color: #cd0101;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}*/
.cullist li:hover h2,.cullist li:hover p{color: #cd0101;}
.cullist li:hover h2:after {background: #cd0101;}


