﻿@charset "utf-8";
body {
	min-width: 1300px;
}
.cont {
	width: 1300px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 50px;
	min-height: 400px;
}
/*关于我们*/
.about1-1 {
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
.about1-l {
	width: 495px;
	float: left;
}
.about1-l img {
	width: 100%;
	height: auto;
}
.about1-r {
	width: 660px;
	float: right;
}
.about1-r h2 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.about1-r em {
	font-size: 48px;
	color: #adacac;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.about1-r p {
	font-size: 14px;
	color: #333;
	text-indent: 2em;
}
.about1-2 {
	margin-top: 30px;
}
.about1-2 h4 {
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
}
.about1-2 p {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.about1-2 img {
	width: 100%;
	height: auto;
}
/*企业文化*/
.about2-1 div {
	float: left;
	width: 596px;
}
.about2-1 div img {
	width: 100%;
	height: auto;
}
.about2-1 div:last-child {
	float: right;
}
.about2-1 {
	padding-bottom: 40px;
	border-bottom: 1px dotted #ccc;
}
.about2-2 {
	margin-top: 40px;
}
.about2-2 h2 {
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
}
.about2-2 p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.about2-2 h4 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 5px;
}
/*专利证书*/
.about3 li {
	float: left;
	width: 380px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 8px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.about3 li:nth-child(3n) {
	margin-right: 0;
}
.about3 li img {
	width: 100%;
}
/*联系我们*/
.map {
	border: 1px dotted #ddd;
}
.map img {
	width: 100%;
	height: auto;
}
.contact1-c {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dotted #ccc;
	position: relative;
}
.contact1-c li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 110px;
}
.contact1-c li h4 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact1-c li p {
	font-size: 14px;
	color: #333;
	line-height: 48px;
}
.contact1-c li p em {
	font-size: 24px;
	color: #da251c;
}
.contact1-c i {
	display: block;
	width: 1px;
	height: 141px;
	background: url(../img/contact/bor.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -50px;
}
.contact1-c i:nth-child(1) {
	left: 0;
}
.contact1-c i:nth-child(2) {
	left: 54%;
}
.contact1-c i:nth-child(3) {
	right: 0;
}
.contact1-c li img {
	width: 140px;
	height: 140px;
	margin: 70px auto 0;
}
.contact1-c li span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 40px;
}
/*在线留言*/
.contact2-1-l {
	width: 520px;
}
.contact2-1-l img {
	width: 100%;
	height: auto;
}
.contact2-1-r {
	width: 620px;
}
.contact2-1-r h2 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	color: #0873cd;
}
.contact2-1-r i {
	display: block;
	width: 63px;
	height: 2px;
	background-color: #0873cd;
	margin: 20px 0 50px;
}
.contact2-1-r p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.contact2-1-r div {
	margin-top: 80px;
}
.contact2-1-r div span {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.contact2-1-r div em {
	font-size: 24px;
	color: #0873cd;
	font-weight: bold;
}
.contact2-1 {
	padding-bottom: 40px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 40px;
}
.contact-ly li {
	margin-bottom: 15px;
}
.contact-ly li input {
	display: block;
	width: 800px;
	line-height: 44px;
	height: 44px;
	border: 1px solid #bfbfbf;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}
.contact-ly li textarea {
	display: block;
	font-size: 14px;
	color: #666;
	width: 800px;
	line-height: 26px;
	height: 100px;
	border: 1px solid #bfbfbf;
	padding: 10px;
	resize: none;
}
.contact-ly form>input {
	font-size: 14px;
	width: 240px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	background-color: #0873cd;
	color: #fff;
}
/*新闻中心*/
.news-box li {
	padding: 25px;
	padding-left: 0;
	border-bottom: 1px dotted #ccc;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.news-box li:hover {
	padding-left: 25px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.news-box li>a {
	float: left;
	width: 340px;
	height: 143px;
}
.news-box li>a img {
	width: 100%;
	height: 100%;
}
.news-box li .news-c {
	float: left;
	width: 640px;
	margin-left: 40px;
}
.news-box li .news-c h4 {
	margin: 25px 0 10px;
}
.news-box li .news-c h4 a {
	display: block;
	font-size: 16px;
	color: #333;
}
.news-box li .news-c h4 a:hover {
	text-decoration: underline;
	color: #0873CD;
}
.news-box li .news-c p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.news-box li .time {
	width: 90px;
	float: right;
}
.news-box li .time span {
	display: block;
	font-size: 20px;
	color: #999999;
	margin-top: 25px;
}
.news-box li .time i {
	display: block;
	width: 50px;
	height: 28px;
	background: url(../img/news/ic.png) no-repeat center center;
	border-left: 1px solid #bebebe;
	margin-top: 40px;
}
/*新闻详情*/
.news-tit {
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
	margin-bottom: 40px;
}
.news-tit h2 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.news-tit p {
	font-size: 14px;
	color: #999;
	text-align: center;
}
.news-tit p span {
	margin: 0 10px;
}
.news-xq-c p {
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.news-xq-c img {
	width: 73%;
	margin: 30px auto;
}
.news-xq-c div {
	margin-top: 40px;
	padding-top: 50px;
	border-top: 1px solid #e7e7e7;
}
.news-xq-c div>a {
	display: block;
	width: 118px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #b5b5b5;
	border-radius: 50px;
	font-size: 14px;
	color: #999;
	padding-left: 20px;
	background: url(../img/news/fh.png) no-repeat 22px center;
	margin-bottom: 20px;
}
.news-xq-c div ul li {
	line-height: 26px;
	font-size: 14px;
}
.news-xq-c div li a {
	color: #787878;
}
.cont-box {
	width: 930px;
}
.product a {
	float: left;
	width: 300px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.product a:nth-child(3n) {
	margin-right: 0;
}
.product a i {
	display: block;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	overflow: hidden;
}
.product a i img {
	width: 100%;
	height: auto;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.product a:hover i img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.product a span {
	display: block;
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-size: 18px;
	color: #333;
	padding: 0 30px;
}
.product a:hover span {
	color: #fff;
	background: url(../img/product/cp_b.png) no-repeat 250px center;
	background-color: #4481c1;
}
/*产品详情*/
.xq-pro i {
	float: left;
	width: 480px;
	height: 346px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	overflow: hidden;
}
.xq-pro i img {
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.xq-pro i:hover img {
	transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
}
.xq-pro>div {
	width: 420px;
	float: right;
}
.xq-pro>div h2 {
	font-size: 26px;
	color: #333;
	margin-bottom: 20px;
}
.xq-pro>div p {
	font-size: 14px;
	color: #333;
	line-height: 36px;
	margin-bottom: 5px;
}
.xq-pro>div p em {
	font-size: 24px;
	color: #f50505;
}
.xq-pro>div .bdsharebuttonbox {
	margin-top: 20px;
}
.xq-pro>div .bdsharebuttonbox a {
	margin-right: 30px;
}
.xq-pro>div .bdsharebuttonbox a:last-child {
	margin-right: 0;
}
.xx-xq {
	margin-top: 34px;
}
.xx-tab {
	border-bottom: 1px solid #0873cd;
	margin-bottom: 25px;
}
.xx-tab a {
	float: left;
	width: 152px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	background-color: #eee;
}
.xx-tab a:hover, .xx-tab a.active {
	color: #fff;
	background-color: #0873cd;
}
.xx-c p {
	font-size: 14px;
	color: #333;
	line-height: 36px;
	text-indent: 2em;
}
.xx-c img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.xq-fh {
	display: block;
	border-radius: 50px;
	width: 138px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	border: 1px solid #999;
	font-size: 14px;
	color: #333;
	padding-left: 25px;
	background: url(../img/product/fh.png) no-repeat 32px center;
	margin-top: 30px;
}
.cp-tj h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
/*工程案列*/
.case li {
	float: left;
	width: 300px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.case li:nth-child(3n) {
	margin-right: 0;
}
.case li a {
	display: block;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
.case li span {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
.case li img {
	width: 100%;
}
/*首页*/
.headers {
	position: fixed;
	width: 90%;
	left: 50%;
	margin-left: -45%;
	z-index: 2;
	min-width: 1200px;
	height: 80px;
}
.headers>a {
	float: left;
	height: 60px;
	margin-top: 10px;
}
.headers>a img {
	height: 100%;
	width: auto;
	padding-top: 10px;
}
.headers ul {
	float: right;
	background: url(../img/navs_bg.png) no-repeat center bottom;
	padding: 0 50px;
	height: 80px;
}
.headers ul li {
	float: left;
	margin-left: 55px;
	position: relative;
}
.headers ul li div {
	position: absolute;
	top: 80px;
	left: 0;
	width: 500px;
	display: none;
}
.headers ul li div a {
	float: left;
	line-height: 40px;
	margin-right: 25px;
	font-size: 14px;
	color: #fff;
}
.headers ul li:hover div {
	display: block;
}
.headers ul li:first-child {
	margin-left: 0;
}
.headers ul li>a {
	display: block;
	line-height: 78px;
	color: #fff;
	font-size: 16px;
}
.headers ul li:hover>a, .headers ul li>a.active {
	border-bottom: 2px solid #fff;
}
.footers {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	min-width: 1200px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.footers p {
	font-size: 13px;
	color: #d3d2d2;
	text-align: center;
	line-height: 50px;
}
.footers p a {
	color: #d3d2d2;
	margin-left: 20px;
}
.bannert {
	position: fixed;
	top: 32%;
	width: 30%;
	left: 50%;
	margin-left: -20%;
	z-index: 2;
}
.indexBanner {
	position: relative;
}
.index_link {
	position: absolute;
	z-index: 10;
	width: 1300px;
	bottom: 150px;
	margin-left: -650PX;
	left: 50%;
}
.index_link .item {
	width: 375px;
	height: 235px;
	float: left;
	padding: 0px 18px;
	position: relative;
}
.index_link .item .pic {
	width: 375px;
	height: 235px;
	overflow: hidden;
	border-radius: 20px;
}
.index_link .item img {
	width: 375px;
	height: 235px;
	transition: all 0.3s ease-in-out;
}
.index_link .item :hover img {
	transform: scale(1.1);
}
.index_link .item p {
	font-size: 20px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 15;
	bottom: 0px;
	width: 375px;
	border-radius: 0px 0px 20px 20px;
}
