@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑";
}

@font-face {
	font-family: "思源宋体";
	src: url("../font/SourceHanSerifSC-Bold_0.ttf");
}

@font-face {
	font-family: "汉仪旗化";
	src: url("../font/HYQiHeiY1-35W.ttf");
}

@font-face {
	font-family: "HBSB";
	src: url("../font/Helvetica-Black-SemiBold_1.ttf");
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

img {
	max-width: 100%;
	max-height: 100%;
	border: 0;
	border: none;
}

.img {
	position: relative;
	/*图片缩放效果*/
	overflow: hidden;
}

.img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translateX(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	/*图片缩放效果*/
	cursor: pointer;
	transition: all 2s;
}

.img img:hover {
	/*图片缩放效果*/
	/*transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);*/
}

.max {
	max-width: 1280px;
	margin: 0 auto;
}


/***********************************首页****************************/


/*折叠导航1*/

.btn {
	position: absolute;
	top: 24px;
	right: 10px;
	z-index: 999;
	display: none;
}

.btn div {
	width: 24px;
	height: 2px;
	background: #007ede;
	margin-bottom: 6px;
}


/*顶部*/

.headtop {
	padding: 20px 0;
}

.logo {
	max-width: 505px;
	max-height: 57px;
	float: left;
}

.hotline {
	float: right;
}

.hotline p img {
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}

.hotline p {
	float: left;
}

.hotline p span {
	color: #0068b8;
	font-size: 24px;
}

.hotline b {
	font-family: impact;
	color: #383635;
	font-size: 30px;
}

.headbottom {
	background: #0068b8;
}

.nav>li {
	float: left;
	line-height: 60px;
	height: 60px;
	width: 16.66%;
	text-align: center;
	position:relative;
}

.nav>li>a {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.nav>li:hover,
.nav>.no {
	background: #007ede;
}


.two {
   width: 100%;
   z-index: 999;
   background: rgba(0, 104, 184, .7);
   position: absolute;
   top: 100%;
   display: none;
}

.nav>li:hover .two {
   display: block;
}
.two a {
   line-height:42px;
   display: block;
   width: 100%;
   color:#fff;

}

.nav li .two .to {
   background: rgba(0, 126,222, .7);
   color: #fff;
}

.nav li .two a:hover {
   background: rgba(0, 126,222, .7);
   color: #fff;
}

/*轮播图*/

.swiper-one img {
	width: 100%;
}

.swiper-one.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px;
	height: 5px;
	border-radius: 0;
	background: #11466e;
	opacity: .5;
	margin: 0 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #0068b8;
	opacity: 1;
}


/*背景色*/

.bjs {
	background-image: url("../image/12.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


/*诚信 品质 服务*/

.cpf {
	width: 33.3%;
	padding: 60px 45px;
	text-align: center;
	float: left;
}

.cpf img {
	width: 76px;
	height: 76px;
	transition: all 1s;
}

.cpf h6 {
	font-size: 20px;
	color: #474747;
	margin: 10px 0;
	font-weight: 500;
}

.cpf p {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.cpf:hover {
	box-shadow: 0 0 20px #ddd;
}

.cpf:hover img {
	transform: rotate(360deg);
}

.cpf:hover h6 {
	color: #1d50a2;
}


/*关于我们*/

.Aboutus {
	padding: 80px 0 60px;
	background: #fff;
}

.title {
	text-align: center;
	margin-bottom: 40px;
}

.title h6 {
	font-size: 36px;
	color: #2e2e2e;
}

.title h6 span {
	font-family: arial;
	color: #0068b8;
	text-transform: uppercase;
	font-weight: 500;
}

.title p {
	font-size: 14px;
	color: #7a7a7a;
	margin-top: 20px;
	line-height: 28px;
}

.about .us {
	float: left;
	padding: 60px;
	width: 51%;
	background: #f2f2f2;
}

.usleft {
	font-size: 14px;
	color: #2e2e2e;
	line-height: 28px;
	text-align: justify;
}

.usleft p {
	text-indent: 2em;
}

.more {
	display: block;
	width: 160px;
	background: #1d50a2;
	color: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-radius: 10px;
	margin-top: 45px;
}

.about .img {
	width: 49%;
	float: right;
	box-shadow: 0 0 2px #ddd;
}


/*设备产品*/

.equipmentProducts {
	padding: 80px 0;
}

.products {
	width: 24%;
	text-align: center;
	margin-right: 1.3%;
	margin-bottom: 30px;
	float: left;
	background: #e6e6e6;
}

.equipment .products:nth-child(4n) {
	margin-right: 0%;
}

.prohp {
	padding: 20px 0 30px;
}

.prohp h6 {
	font-size: 16px;
	color: #2e2e2e;
	margin-bottom: 20px;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.prohp p {
	font-size: 12px;
	color: #474747;
	border: 1px solid #d9d9d9;
	width: 65px;
	margin: 0 auto;
	line-height: 22px;
}

.products:hover {
	background: #1d50a2;
}

.products:hover .prohp h6 {
	color: #fff;
}

.products:hover .prohp p {
	color: #fff;
	border: 1px solid #fff;
}


/*案例*/

.case {
	background-image: url("../image/13.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 100px 0 80px;
}

.case .title {
	margin-bottom: 30px;
}

.case .title h6 {
	color: #fff;
	margin-bottom: 50px;
}

.case .title h6 span {
	color: #fff;
	font-family: arial;
}

.case .title p {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	text-indent: 2em;
}

.see {
	display: block;
	font-size: 14px;
	color: #fff;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	text-align: center;
	margin: 40px auto 0;
	border-radius: 5px;
	transition: all 3s;
}

.swiper-container1 .see:hover {
	background: #1e93d3;
	opacity: 0.5;
	color: #fff;
	border: 1px solid #1e93d3;
}
.swiper-container1 .img{border:1px solid #2857A5;}

/*新闻资讯*/

.news {
	margin: 80px 0 70px;
}

.news>.img {
	float: left;
	width: 39%;
	box-shadow: 0 0 2px #ddd;
	margin-right: 3%;
}

.newslist {
	width: 58%;
	float: left;
}

.newslist li {
	padding: 14px 0;
	border-bottom: 1px dashed #ddd;
}

.newslist li .newsleft {
	float: left;
	width: 90px;
}

.newsleft h6 {
	font-size: 46px;
	color: #adadad;
	margin-top: -15px;
}

.newsleft p {
	font-size: 14px;
	color: #7a7a7a;
}

.newslist li .newsright {
	float: left;
	width: calc(100% - 90px);
}

.newsright h6 {
	font-size: 20px;
	color: #2e2e2e;
	margin-bottom: 10px;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.newsright p {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news .see {
	margin-top: 10px;
	background: #1e93d3;
	margin-top: 50px;
	color: #fff;
}

.news .see:hover {
	background: #fff;
	opacity: 0.5;
	color: #1e93d3;
	border: 1px solid #1e93d3;
}

.newslist li:hover .newsright h6 {
	color: #1e93d3;
}


/*底部*/

.footleft {
	float: left;
	width: calc(100% - 120px);
}

.foottop {
	background: #0068b8;
	padding: 20px 0;
}

.foottop .nava {
	margin: 30px 0 40px;
}

.foottop .nava a {
	font-size: 14px;
	color: #bacce9;
	line-height: 28px;
}

.foottop .nava a span {
	margin: 0 30px;
}

.foottop .conp a {
	font-size: 14px;
	color: #bacce9;
	margin-right: 50px;
	line-height: 28px;
}

.foottop .conp p:last-child {
	margin-right: 0;
}

.footright {
	float: right;
	max-width: 108px;
	max-height: 136px;
	margin-left: 12px;
}
.footright p{font-size:12px;text-align:center;margin-top:3px;color:#bacce9;}
.footbutton {
	text-align: center;
	line-height: 50px;
}

.footbutton p span {
	font-size: 14px;
	color: #7a7a7a;
	margin-left: 60px;
}

.footbutton p a {
	font-size: 14px;
	color: #7a7a7a;
}

.footbutton p span:nth-child(2) {
	margin-left: 20px;
}

.footbutton p span:hover {
	color: #1e93d3;
}

.footbutton p span:hover a {
	color: #1e93d3;
}


/***********************产品*****************************/


/*大图片*/

.dtp {
	width: 100%;
}


/*路径导航*/

.pathnav {
	background: #f5f5f5;
	margin-top: -3px;
}

.pathleft {
	float: left;
}

.pathleft li {
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	text-align: center;
}

.pathleft li a {
	font-size: 16px;
	color: #545454;
	font-weight: 600;
}

.pathleft li:hover,
.pathleft .po {
	background: #0068b8;
}

.pathleft li:hover a,
.pathleft .po a {
	color: #fff;
}

.pathright {
	float: right;
}

.pathright a {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 60px;
	height: 60px;
}

.pathright a:hover {
	color: #0068b8;
}


/*产品*/

.chanping {
	margin: 60px 0 80px;
}


/*分页 */

.paging {
	text-align: center;
	padding: 30px 0 0;
}

.paging .po {
	background: #0068b8;
	color: #fff;
}

.paging a {
	padding: 10px 20px;
	background: #eeeeee;
	margin-right: 10px;
	font-size: 14px;
	color: #7a7a7a;
	font-family: "微软雅黑";
	border-radius: 3px;
}

.paging a:last-child {
	margin-right: 0px;
}

.paging a:hover {
	background: #0068b8;
	color: #fff;
}


/***********************产品详情*****************************/

.producttop {
	margin: 60px 0 45px;
}

.producttop .img {
	float: left;
	width: 32.5%;
	box-shadow: 0 0 3px #adadad;
	margin-right: 15px;
}

.producttop .pro {
	float: left;
	width: calc(67.5% - 15px);
}

.pro>h6 {
	background-image: url("../image/21.png");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
	font-size: 28px;
	color: #fff;
	line-height: 60px;
	/*height: 60px;*/
	padding: 0 40px;
}

.duct {
	padding: 40px;
	box-shadow: 0 0 3px #adadad;
	font-size: 16px;
	line-height: 32px;
	color: #545454;
}

.duct p:hover {
	color: #0068b8;
}

.detailsbottom {
	background: #f7f7f7;
	padding: 50px 0;
}

.detailsbottom .tit {
	margin-bottom: 20px;
}

.detailsbottom .tit h6 {
	font-size: 26px;
	color: #0068B8;
}

.detailsbottom .tit h6 img {
	margin-left: 10px;
}

.detailsbottom .prohp {
	line-height: 60px;
	height: 60px;
	padding: 0px;
}


/***********************方案*****************************/

.programme {
	margin: 60px 0 80px;
}


/**************************************案例******************************/

.CasePresentation {
	margin: 60px 0 80px;
}

.presentation .presen {
	width: 32.5%;
	background: #f5f5f5;
	text-align: center;
	float: left;
	margin-right: 1.2%;
	margin-bottom: 30px;
}

.presentation .presen:nth-child(3n) {
	margin-right: 0px;
}

.presentation .presen .img {
	box-shadow: 0 0 2px #ddd;
}

.presentation .presen p {
	color: #545454;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.presentation .img img:hover {
	/*图片缩放效果*/
	transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
}


/*********************************新闻**************************/

.newsInformation {
	margin: 20px 0;
}

.newsInformation .newslist {
	float: none;
	width: 100%;
}

.newsInformation .newslist li .newsleft {
	float: left;
	width: 150px;
	height: 110px;
	background: #f0f0f0;
	text-align: center;
	padding-top: 2%;
	margin-right: 50px;
}

.newsInformation .newslist li .newsright {
	float: left;
	width: calc(100% - 200px);
}

.newsInformation .newslist li {
	padding: 30px 0;
}

.newsInformation .newsright p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newsInformation .newsright h6 {
	margin-bottom: 30px;
}

.newsInformation .paging {
	padding: 60px 0;
}


/*********************************新闻详情**************************/

.max2 {
	max-width: 1100px;
	margin: 60px auto 20px;
	text-align: center;
}

.title3 {
	margin-bottom: 30px;
}

.title3 h6 {
	color: #2e2e2e;
	font-size: 28px;
	font-weight: lighter;
	margin-bottom: 15px;
}

.title3 p {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: inherit;
}

.title3 p span {
	margin-left: 30px;
}

.detailsPIMG {
	padding: 40px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	line-height: 28px;
	color: #474747;
}

.detailsPIMG p {
	text-align: justify;
	text-indent: 2em;
}

.detailsPIMG img,.detailsPIMG video,.detailsPIMG embed,.detailsPIMG iframe {
	margin: 5px auto;
	display:block;
	max-width:100%;
	border:none;
}

.sxp {
	padding: 60px 0;
	text-align: justify;
}

.sxp a {
	display: block;
	width: 49%;
	font-size: 16px;
	color: #0068b8;
	line-height: 28px;
	float: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-right: 2%;
}

.sxp a:nth-child(2) {
	float: right;
	text-align: right;
	margin-right: 0;
}


/*********************************联系我们**************************/

.contactus {
	margin: 70px 0 60px;
}

.contacttop {
	margin-bottom: 40px;
}

.us1 {
	float: left;
	width: 432px;
	background: #f7f7f7;
	margin-right: 40px;
}

.top1 {
	padding: 35px 30px;
	font-size: 18px;
}

.top1 b {
	display: block;
	color: #0068b8;
	margin-bottom: 20px;
}

.top1 p {
	color: #545454;
	font-weight: 600;
	margin-bottom: 20px;
}

.top1 p:nth-last-child(1) {
	margin-bottom: 0px;
}

.us1 .top1:nth-child(2) {
	background: #eee;
}

.us2 {
	padding: 40px;
	width: calc(100% - 472px);
	float: left;
	background: #f7f7f7;
}

.tit2 {}

.tit2 b {
	display: block;
	color: #0068b8;
	margin-bottom: 20px;
	font-size: 18px;
}

.tit2 p {
	color: #545454;
	font-weight: inherit;
	font-size: 14px;
	line-height: 28px;
}

.us2 form {
	margin-top: 40px;
}

.us2 form li {
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-bottom: 40px;
}

.us2 form li:nth-child(2) {
	margin-right: 0%;
}

.us2 form li:nth-child(3) {
	width: 100%;
	margin-right: 0%;
}

.us2 form li p {
	font-size: 14px;
	color: #474747;
	margin-bottom: 10px;
}

.us2 form li input {
	width: 100%;
	line-height: 45px;
	height: 45px;
	background: #eee;
	text-indent: 1em;
	outline: none;
	border: 0;
}

.us2 form li textarea {
	width: 100%;
	background: #eee;
	outline: none;
	border: 0;
	text-indent: 1em;
	padding-top: 20px;
	font-size:14px;
}

.us2 form .sub {
	display: block;
	width: 160px;
	line-height: 45px;
	height: 45px;
	margin: 0 auto;
	background: #0068b8;
	outline: none;
	border: 0;
	color: #fff;
	font-weight: 600;
}

.my-map { margin: 0 auto; width: 100%; height: 480px; }
.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.amap-container h5{font-size:14px;}
.amap-container div{font-size:14px;}

/*********************************关于我们**************************/

.briefintroduction {
	margin: 60px 0;
}

.title2 {
	text-align: center;
	margin-bottom: 40px;
}

.title2 h6 {
	font-size: 36px;
	color: #2e2e2e;
	margin-bottom: 10px;
}

.title2 p {
	font-size: 24px;
	color: #0068b8;
	font-family: arial;
	text-transform: uppercase;
}

.briefleft {
	width: 49.5%;
	float: left;
	background: #f7f7f7;
}

.briefleft .img {
	box-shadow: 0 0 2px #ddd;
}

.briefleft .brieP {
	padding: 30px;
	font-size: 14px;
	line-height: 28px;
	color: #2e2e2e;
	text-align: justify;
}

.briefleft .brieP p {
	text-indent: 2em;
}


.strength {
	background-image: url("../image/27.jpg");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
	padding: 60px 0;
}

.strength .title2 h6,
.strength .title2 p {
	color: #fff;
}

.strength .tit3 {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	padding: 0 65px;
}

.strengthIMG {
	margin-top: 40px;
}

.strengthIMG .img {
	width: 15.5%;
	margin-bottom:10px;
	float: left;
	margin-right: 1.4%;
}

.strengthIMG .img:nth-child(6n) {
	margin-right: 0%;
}

.speech {
	margin: 60px 0;
}

.speech .img {
	width: 46%;
	float: left;
	margin-right: 3%;
	box-shadow: 0 0 2px #DDDDDD;
}

.speechright {
	float: left;
	width: 51%;
}

.speechright .title2 {
	text-align: left;
	margin-bottom: 20px;
}

.speechright .title2 h6 {
	margin-bottom: 5px;
}

.rightP {
	font-size: 14px;
	line-height: 28px;
	color: #2e2e2e;
	text-align: justify;
}

.rightP p {
	text-indent: 2em;
}