@charset "utf-8";

.home-top-grid1 {
	background: rgba(11, 100, 143, 0.7);
	transition: 0.5s all;
}

.home-top-grid2 {
	background: rgba(226, 23, 55, 0.5);
	transition: 0.5s all;
}

.home-top-grid3 {
	background: rgba(11, 100, 143, 0.4);
	transition: 0.5s all;
}

@font-face {
	src: url(../fonts/HelveticaInserat.ttf);
}

@font-face {
	font-family: 'FuturistCondensed';
	src: url('../fonts/FuturistCondensed Regular.TTF');
	/* IE9*/
	src: url('../fonts/FuturistCondensed Regular.TTF') format('embedded-opentype'),
		/* IE6-IE8 */
		/*url('../fonts/FuturistCondensed Regular.woff') format('woff'), */
		/* chrome、firefox */
		url('../fonts/FuturistCondensed Regular.TTF') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('../fonts/FuturistCondensed Regular.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

body {
	min-width: 320px;
	color: #666;
	font-size: 12px;
	overflow-x: hidden;
}

.iconfont {
	font-family: 'iconfont';
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}

i,
em {
	font-style: normal;
}

a {
	color: #666;
	text-decoration: none!important;

}

a:hover {
	color: #d80808;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.container {
	width: 1200px;
}

.container2 {
	width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}
}

@media (max-width: 1100px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}
}

.Psqure {
	width: 5px;
	height: 5px;
	background-color: #106fb3;
	opacity: 0.41;
	border-radius: 50px;
	float: left;
	margin-top: 16px;
}

.Pline {
	width: 38px;
	height: 1px;
	background-color: #106fb3;
	opacity: 0.41;
	margin-top: 2px;
	float: left;
	box-sizing: border-box;
	margin-left: 39.5%;
	margin-top: 18px;
}

.Psqure2 {
	width: 5px;
	height: 5px;
	background-color: #106fb3;
	opacity: 0.41;
	border-radius: 50px;
	float: left;
	margin-top: 16px;
}

.Pline2 {
	width: 38px;
	height: 1px;
	background-color: #106fb3;
	opacity: 0.41;
	margin-top: 2px;
	float: left;
	margin-top: 18px;
}

/* 分页 */
.page {
	text-align: center;
}

/*.pagination > li > a, .pagination > li > span{
	color: black;
	border: 1px solid black;
}
.pagination > .active > a{
	color: white;
	background-color: black;
	border: 1px solid black;
}
.pagination > .active > a:hover, .pagination > li > span:hover{
	color: black!important;
	background-color: white!important;
	border: 1px solid black;

}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-radius: 0;
} */
/*# sourceMappingURL=style.css.map */
/*loading页面*/
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background: #ffffff;
	text-align: center;
	display: table;
}

#loading span {
	display: table-cell;
	vertical-align: middle;
}

#loading span p {
	color: #fff;
	font-size: 20px;
}

#loading img {
	display: inline-block;
}

.scoll_dis {
	overflow: hidden;
}

/*顶部logo*/

@media (max-width:768px) {}

/* 头部导航栏 */
.header-logo {
	padding: 5px 0 0 3.5%;
}
.header-white{
	width: 300px;
    height: 75px;
	background: url(../images/white.png) no-repeat;
	background-size: 100%;
}


#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border: 1px solid black !important;
	z-index: 999;
	margin-right: 400px;
}

.header {
	height: 85px;
	position: fixed;
    left: 0;
    width: 100%;
    padding-left: 30px;
    z-index: 998;
    transition: all .5s;
}

.header-nav {
	font-family: "微软雅黑";
}

.header-nav ul {
	/* margin-right: 120px; */
}

.header-nav ul li {
	position: relative;
	float: left;
	padding: 20px 6px 20px;
	margin: 0 50px 0 0;
}

.header-nav ul li i {
	padding-left: 5px;
}

.header-nav ul li:hover a.header-nav-item {

}

.header-nav ul li a {
	text-decoration: none;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 14px;
	color: white;
}

.header-nav ul li#header-nav-con:after {
	content: "";
	position: absolute;
	left: 54%;
	right: 54%;
	bottom: 0px;
	height: 2px;
	opacity: 0;
	background-color: #106fb3;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.header-nav ul li#header-nav-con:hover:after {
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.header-nav ul li ul {
	position: absolute;
	padding: 10px 0 20px;
	background: #fff;
	display: none;
	z-index: 999;
	top: 61px;
	box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
	transition: all 0.5s ease;
}

.header-nav ul li ul li {
	box-sizing: content-box;
	width: 100%;
	float: none;
	font-size: 14px;
	line-height: 30px;
	border-right: 0;
	font-weight: normal;
	padding: 0 100px 0 30px;
}

.header-nav ul li ul li a {
	font-weight: normal;
	color: black;
	line-height: 0;
	font-size: 13px;
	text-transform: capitalize;
}

.header-nav ul li ul li:hover a {
	color: #106fb3;
	transform: 0.5s;
}

.header-nav ul li ul li i {
	margin-right: 10px;
	color: #106fb3;
	font-size: 18px;
}

.header-search {
	padding: 31px 62px;
	background-color: #106fb3;
}

.header-search a i {
	color: white;
	font-size: 20px;
}

@media(max-width:1660px) {
	.header-nav ul li {
		margin: 0 20px 0 0;
	}
}
@media(max-width:1415px) {
	.header-nav ul li {
		margin: 0 20px 0 0;
	}

	.header-logo {
		padding: 5px 0 0 0;
	}
	.header-logo a img{
		width: 300px;
		margin-top: 12px;
	}
}

@media (max-width:446px) {
	.header-logo {
		margin-left: -30px;
	}
}

@media(max-width:1290px) {
	.header-nav ul li {
		margin: 0 10px 0 0;
	}
}

@media(max-width:1220px) {
	.header-nav {
		display: none;
	}

	.phone-nav {
		display: block !important;
	}
}

.header-nav ul li {}
.is-header2 {
		width: 300px;
	    height: 75px;
		background: url(../images/black.png) no-repeat;
		background-size: 100%;
}
.is-header {
	background-color: white;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	top: 0;
	padding: 0 20px 0 50px;
	border-bottom: 1px solid #eee;
}
.is-header .header-logo img {
	opacity: 1
}
.is-header  ul li a{
	color: black;
}
.is-header .header-logo {
	background-position: center center;
}
#step {
	position: fixed;
	top: 60%;
	z-index: 999;
	right: 1%;
}

/*普通div*/
#step ul {
	position: relative;
	z-index: 999;
	margin-top: 0px;
	list-style: none;
}

#step ul li {
	float: left;
	width: 60%;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

#step ul li i {
	font-size: 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
	border-radius: 50px;
	color: white;
}

#step .bg_color {
	border-radius: 50px;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid white;
	position: absolute;
	top: 0px;
	left: -10%;
}

/* 首页轮播图 */

.swiper-container-banner {
	text-align: center;
	width: 100%;
	color: white;
}
.swiper-container-banner #play{width: 90px;height: 90px;background: url(../images/play.png)no-repeat center center;display: block;position: absolute;left: 50%;top: 40%;transform: translate(-50%,-50%);z-index: 200;}
.swiper-container-banner .swiper-slide #VideoBanner{width:1920px; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}

.swiper-container-banner h1 {
	padding-top: 250px;
	font-size: 37px;
	line-height: 49px;
	font-weight: 600;
}

.swiper-container-banner .editor {
	font-size: 14px;
	font-weight: normal;
	line-height: 29px;
}

.swiper-container-banner h2 {
	font-size: 19px;
	font-weight: normal;
	line-height: 49px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto !important;
	right: 6% !important;
	left: auto !important;
	bottom: 160px !important;
}

.swiper-pagination-bullet-active {
	background-color: white !important;
	position: relative;

}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 20px 4px !important;
	display: block;
	right: 0 !important;
}

.swiper-pagination-bullet-active:after {
	position: absolute;
	top: -6px;
	left: -7px;
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50px;
	border: 1px solid white;
}

.swiper-pagination-bullet {
	background-color: white !important;
	opacity: 1 !important;
	width: 5px !important;
	height: 5px !important;
}

.swiper-pagination .swiper-pagination-bullet {
	z-index: 999;
	color: white !important;
}

.sp-buttons {
	width: 100% !important;
	clear: both !important;
	display: grid !important;
	position: absolute !important;
	top: 70%;
	right: -95%;
}

.sp-button {
	width: 5px !important;
	height: 5px !important;
	border-color: white !important;
	background-color: white !important;
}

.sp-selected-button:before {
	width: 10px !important;
	height: 10px !important;
	/* background-color: transparent; */
	border: 1px solid white !important;
}

.header-ban .sp-slides-container .sp-slide {
	cursor: pointer !important;
}

.headerban-img {
	position: absolute;
	z-index: 99;
	bottom: 3%;
	left: 50%;
	cursor: pointer;
}


/* 首页产品 */
.product-column {
	margin-top: 20px;
	margin-left: 15px;
	padding-right: 15px;
}


.product-column ul li {
	position: relative;
	margin: 0;
	padding: 0;
}


.product-column ul li:hover:before {
	opacity: 0.7;
}

.product-column ul li:before {
	content: "";
	display: block;
	position: absolute;
	border: 12px solid #000;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s ease;
}

.product-column ul li img {
	width: 100%;
	height: 100%;
}

.product-column ul li h1 {
	position: absolute;
	font-size: 41px;
	font-weight: 600;
	top: 10%;
	left: 10%;
	color: white;
	line-height: 50px;
}

.product-column ul li h2 {
	position: absolute;
	font-size: 33px;
	top: 20%;
	left: 10%;
	color: white;
	line-height: 80px;
}

.product-column ul li a {
	line-height: 89px;
	position: absolute;
	top: 30%;
	font-size: 12px;
	left: 10%;
	color: white;
}

.product-column ul li a:hover {
	text-decoration: underline;
}




.product .product-star {
	text-align: left;
}

.product .product-star i {
	font-size: 17px;
	color: #fd8f00;
}

.product .product-star a span {
	transition: 0.3s;
	font-size: 14px;
	color: #8594a0;
	margin-left: 4px;
	text-transform: lowercase;
}

.product .product-star i:nth-child(5) {
	color: #888888;
}

.product .product-star a span:hover {
	color: black;
}

.product .product-icon p i {
	cursor: pointer;
	color: #888888;
	float: left;
	margin-right: 20px;
	font-size: 20px;
	transition: 0.3s;
}

.product .product-icon p i:hover {
	color: black;
}

.product h1 {
	text-align: center;
	margin: 40px 0;
	font-weight: 900;
	color: black;
	font-size: 33px;
}

.product ul li {
	max-width: 21.4%;
	padding-bottom: 74px;
	margin: 0 3.2% 100px 0;
	display: inline-block;
}

.product ul li img {
	width: 100%;
	position: relative;
}

.product ul li .product-top {
	position: absolute;
	z-index: 999;
	font-size: 12px;
	background: #000;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	padding: 2px 8px 0;
}

.product ul li .product-title {
	color: black;
	font-size: 19px;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product ul li .product-more {
	background: black;
	padding: 11px 19px 12px;
	color: white;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	border: 2px solid #eae9e9;
	transition: 0.3s;
}

.product ul li .product-more:hover {
	color: black;
	background-color: white;
	border: 2px solid black;
}

/* 首页关于我们 */
.about {
	font-size: 70px;
	padding: 50px 0 ;
}
.about-wrap{display:flex; background:#fff;}
.about-wrap .title-head{width:250px; font-size:18px; background:#0175c2; color:#fff;}
.about-wrap .title-head>div{font-size:30px; text-align:center; margin:30px 0;}
.about-wrap .title-head>span{display:block; padding:0 30px; font-size:16px;}

.about-wrap .block-content{max-width:890px; font-size:14px; line-height:2.2; padding:20px;}
.about .container{/*background: #fff;*/ padding: 50px 0;}
.about-content {
	position: relative;
	background: url(../images/pic1.png);
	height: 180px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 80%;
	display: inline-block;
	float: left;
}
.about .s-content{line-height:2;font-size: 14px;color: #000000;}

.about-title {
	position: absolute;
	text-align: center;
	line-height: 100px;
	font-size: 30px;
	color: black;
	font-weight: 600;
	top: 30px;
	left: 56%;
}

.about-content1 {
	float: left;
	margin-top: 100px;
	font-size: 14px;
	color: #000000;
}

.about h1 {
	margin-top: 10px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
}

.about .about-link {
	clear: both;
	overflow: hidden;

}

.about .about-link ul li {
	margin-top: 52px;
	padding: 2px 0 5px;
	border: solid 1px #4d7fbc;
	float: left;
	width: 21.6%;
	margin-right: 4.5%;
	text-align: center;
}

.about .about-link ul li:last-child {
	margin-right: 0;
}

.about .about-link ul li a {
	color: black;
	transition: 0.3s;
}

.about .about-link ul li p {
	font-size: 14px;
	margin-bottom: 20px;
}

.about .about-link ul li a:hover {
	color: #4d7fbc;
}

/*企业荣誉*/
.honor ul{display: flex;}
.honor ul li{background:#fff;}
.honor ul li a{display:block; border:1px solid #dedede;}
/**/

.Project {
	/* background-color: #f5f6f6; */
	padding: 50px 0 ;
	position: relative;
	overflow: hidden;
}

.Project h1 {
	float: left;
	font-size: 30px;
	color: black;
	font-weight: 600;
	padding: 0 20px;
}

.ProjectAll {
	/*margin-top: -212px;*/
}
.ProjectAll ul{display:flex;}
.ProjectAll ul li {
	margin: 1%;
	background: #fff;
	border: solid 1px rgba(16, 111, 179, 0.5);
}

.ProjectAll ul li div {
	cursor: pointer;
	text-align: center;
	width: 99%;
}

.ProjectAll ul li div img {
	margin-top: 4%;
}

.ProjectAll ul li div p {
	font-size: 12px;
	margin: 45px 0;
}

/* 首页成功案例 */
.picture {

	padding: 0px 5% 50px;
	/* background-color: #f5f6f6; */
	margin-top: 100px;
	position: relative;
	width: 100%;
}

.picture h1 {
	float: left;
	font-size: 30px;
	color: black;
	font-weight: 600;
	padding: 0 20px;
}

.picture-content {
	/* height: 200px; */
	z-index: 999;
}

.owl-carousel {
	margin-top: 50px;
	display: block !important;
	position: relative;
}

.picture .picture-item h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	color: black;
	text-align: center;
	margin-top: 30px;
	transition: 0.3s;
}

.picture .owl-carousel:hover .picture-item h3 {
	color: #106fb3;
}

.picture .owl-controls {
	width: 100%;
	top: 35% !important;
}

.picture .owl-nav i {
	color: white;
	font-size: 23px;
}

.picture .owl-prev {
	width: 48px;
	height: 48px;
	border: solid 2px #106fb3;
	border-radius: 50px;
	background-color: rgba(16, 111, 179, 0.4);
	padding: 7px;
	position: absolute;
	left: -1.5%;
	transition: 0.3s;
}

.picture .owl-prev:hover {
	background-color: rgba(16, 111, 179, 0.6);
}

.picture .owl-next:hover {
	background-color: rgba(16, 111, 179, 0.6);
}

.picture:hover .owl-prev {
	left: -3%;
}

.picture:hover .owl-next {
	right: -3%;
}

.picture .owl-next {
	width: 48px;
	height: 48px;
	border: solid 2px #106fb3;
	border-radius: 50px;
	background-color: rgba(16, 111, 179, 0.4);
	padding: 7px;
	position: absolute;
	right: -1.5%;
	transition: 0.3s;
}

/* 首页新闻 */
.news {
	padding: 50px 10%;
}

.news h1 {
	float: left;
	font-size: 30px;
	color: black;
	font-weight: 600;
	padding: 0 20px;
}

.news .owl-carouselT {
	margin-top: 80px;
}

.news .owl-carouselT .item {
	background-color: white;
	/*height: 580px;*/
}

.news .owl-carouselT .item img {
	width: 89%;
	padding: 5.5%;
	box-sizing: content-box;
	transition: 0.3s;

}

.news .owl-carouselT .item:hover img {
	transform: scale(1.04);
}

.news .news-line {
	width: 1px;
	height: 139px;
	background-color: #c79f81;
	position: absolute;
	top: 35%;
	left: 11.8%;
	z-index: 999;
}

.news .news-content h3 {
	transition: 0.3s;
	font-size: 14px;
	font-weight: normal;
	line-height: 29px;
	color: black;
	width: 90%;
	text-align: center;
	margin: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news .news-content h3:hover {
	color: #106fb3;
}

.news .news-content p {
	margin: auto;
	width: 78%;
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	color: #000000;
	opacity: 0.8;
	height: 95px;
	overflow: hidden;
}

.news .news-date {
	border-top: 1px solid rgba(149, 149, 149, 0.2);
	margin-top: 35px;
	position: relative;
	width: 100%;
	padding: 15px 0 18px 10%;
	font-size: 12px;
	line-height: 23px;
	color: black;
}

.news .news-date i {
	position: absolute;
	right: 30px;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.7);
}

.news .owl-controls {
	width: 100%;
	top: 44% !important;
}

.news .owl-nav i {
	color: white;
	font-size: 23px;
}

.news .owl-prev {
	width: 48px;
	height: 48px;
	border: solid 2px #106fb3;
	border-radius: 50px;
	background-color: rgba(16, 111, 179, 0.4);
	padding: 7px;
	position: absolute;
	left: -11%;
	transition: 0.3s;
}

.news .owl-next {
	width: 48px;
	height: 48px;
	border: solid 2px #106fb3;
	border-radius: 50px;
	background-color: rgba(16, 111, 179, 0.4);
	padding: 7px;
	position: absolute;
	right: -11%;
	transition: 0.3s;
}

.news .owl-prev:hover {
	background-color: rgba(16, 111, 179, 0.6);
}

.news .owl-next:hover {
	background-color: rgba(16, 111, 179, 0.6);
}

.news:hover .owl-prev {
	left: -13%;
}

.news:hover .owl-next {
	right: -13%;
}

/* 首页合作客户 */
.link {
	padding: 90px 10px;
	/* background-color: #f5f5f5; */
}

.link h1 {
	float: left;
	font-size: 30px;
	color: black;
	font-weight: 600;
	padding: 0 20px;
}

.link .owl-carouselS {
	margin: 80px 0 40px;
}

.link .owl-controls {
	width: 100%;
	top: 12.5% !important;
}

.link .owl-nav i {
	color: white;
	font-size: 16px;
	text-align: center;
}

.link .owl-prev {
	width: 60px;
	height: 60px;
	background-color: #106fb3;
	padding-top: 15px;
	position: absolute;
	left: -6.5%;
}

.link .owl-next {
	width: 60px;
	height: 60px;
	background-color: #106fb3;
	padding-top: 15px;
	position: absolute;
	right: -6.5%;
}

@media (max-width:1230px) {
	.product-column ul li h2 {
		line-height: 90px !important;
	}

	.product-column ul li a {
		line-height: 110px !important;
	}
}

@media (max-width:1135px) {
	.link .owl-prev {
		left: -2.5%;
	}

	.link .owl-next {
		right: -2.5%;
	}
}

@media (max-width:1049px) {
	.about-content1 {
		position: relative;
		top: -100px;
	}

	.about h1 {
		margin-top: -90px !important;
	}
}

@media (max-width:992px) {
	.product ul li {
		max-width: 46.1%;
	}

	.product ul {
		text-align: center;
	}

	.product ul.product-img li a.product-title {
		text-align: left !important;
	}

	.product ul li p {
		text-align: left;
	}
	
	.product-column ul li h2 {
		line-height: 85px !important;
	}

	.product-column ul li a {
		line-height: 96px !important;
	}
	
}

@media (max-width:849px) {
	.link .owl-prev {
		left: -2.5%;
	}

	.link .owl-next {
		right: -2.5%;
	}

	.link .owl-controls {
		top: 26.5% !important;
	}
}

@media (max-width:680px) {
	.about .about-link ul li {
		width: 45.5%;
	}
	.swiper-container-banner .swiper-slide{height:510px!important;}
	.swiper-container-banner .swiper-slide #VideoBanner{width:900px; }

}


@media (max-width:660px) {
	.header-ban-item {
		height: 450px !important;
	}

	.header-all h1 {
		font-size: 200%;
	}

	.header-all {
		padding-top: 32%;
	}
	.about-wrap{flex-wrap:wrap;}
	.about-wrap .title-head{width:100%;}
	.about-wrap .title-head>span{text-align:center;}
}
@media (max-width:535px) {
	.link .owl-controls {
		top: 6.5% !important;
	}

	.link .owl-prev {
		left: -8.5%;
	}

	.link .owl-next {
		right: -8.5%;
	}
	.product-column-img li {
		width: 100%;
	}
}


@media (max-width:470px) {
	.product ul li {
		padding: 0 20px;
		max-width: 100%;
	}
	.header{background:#000;}
	.is-header{background:#fff;}
	.swiper-container-banner .swiper-slide{height:400px!important;}
	.swiper-container-banner .swiper-slide #VideoBanner{width:600px; }

}

@media (max-width:430px) {
	.about-title {
		margin-left: -20px;
	}
}




/* 底部信息 */
@media (max-width:920px) {
	.footer-infor .footer-infor-left {
		text-align: center;
		width: 100%;
	}

	.footer-infor .footer-infor-right {
		display: none;
		width: 100%;
		margin-top: 0;
		clear: both;
	}
}

@media (max-width:635px) {
	.footer ul li.footer-left-item {
		margin-right: 0 !important;
	}

	.footer .footer-left {
		width: 100% !important;
	}

	.footer-right {
		clear: both;
		width: 100%;
		padding-left: 35%;

	}

	.footer-right p {
		text-align: inherit !important;
	}
}

.footer {
	background-color: #106fb3;
	padding: 100px 0 65px;
}

.footer .footer-left {
	width: 66%;
}

.footer ul li.footer-left-item {
	float: left;
	margin-right: 90px;
}

.footer ul li.footer-left-item a {
	font-size: 14px;
	color: white;

}

.footer ul li.footer-left-item a i {
	margin-right: 30px;
	font-size: 12px;
	color: #1faee8;
}

.footer ul li ul {
	margin-top: 15px;
}

.footer ul li ul li a {
	margin-left: 45px;
	font-size: 12px !important;
	color: rgba(255, 255, 255, 0.5) !important;
	line-height: 26px;
	/* display: block; */
}

.footer-right p {
	font-size: 12px;
	line-height: 22px;
	color: #ffffff;
	opacity: 0.57;
	margin-top: 14px;
	text-align: center;
}

.footer-infor {
	clear: both;
	overflow: hidden;
}

.footer-infor .footer-infor-left {
	margin-top: 80px;
}

.footer-infor .footer-infor-left p {
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	color: #ffffff;
	opacity: 0.4;
}

.footer-infor .footer-infor-right {
	margin-top: 65px;
}

.footer-infor .footer-infor-right .footer-infor-rightItem {
	width: 252px;
	height: 42px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	color: white;
	text-align: right;
	padding: 9px 20px 0 0;
}

.footer-infor .footer-infor-right .footer-infor-rightItem i {
	font-size: 10px;

}

/* subnav */
.bantext {
	padding: 160px 0 0;
}

.page_banner {
	/* padding: 85px 0 0; */
}

.page_banner h1 {
	color: white;
	font-size: 30px;
	font-weight: 600;
	line-height: 29px;
	text-align: center;
}

.page_banner .editor {
	font-size: 12px;
	font-weight: normal;
	line-height: 29px;
	color: white;
	text-align: center;
}

.banner_line1 {
	margin: 15px auto 0;
	width: 24px;
	height: 2px;
	background-color: #106fb3;
}

.banner_line2 {
	margin: auto;
	width: 83px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.Subnav {
	font-size: 60px;
}

.Position {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 45px;
	background-color: #f6f6f6;
	width: 100%;
	line-height: 23px;
	padding: 12px 0;
}

.Position a {
	color: #8594a0;
}
.building_box ul li{
	text-align: center;
	margin-bottom: 20px;
}
.Subnav-Btitle {
	margin-top: -2px;
	font-size: 57px;
	line-height: 33px;
	color: #106fb3;
	opacity: 0.1;
	font-weight: 600;
	text-align: center;
	padding-top: 70px;
	z-index: 999;
}

.Subnav-Btitle2 {
	font-size: 57px;
	line-height: 33px;
	color: #ffffff;
	opacity: 0.05;
	font-weight: 600;
	text-align: center;
	margin-top: 70px;
	z-index: 999;
}

.Subnav-title {
	margin-bottom: 50px;
	font-size: 27px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	font-weight: 600;
	margin-top: -5px;
}

.Subnav-title2 {
	margin-bottom: 50px;
	font-size: 27px;
	line-height: 20px;
	color: white;
	text-align: center;
	font-weight: 600;
	margin-top: -5px;
}

@media (max-width:610px) {

	.Subnav-Btitle,
	.Subnav-Btitle2 {
		line-height: 50px;
	}
}

.Subnav dl {
	text-align: center;
	margin: -99px 0 70px;
}

.Subnav dl dt {
	margin-top: 10px;
	display: inline-block;
}

.Subnav dl dt:hover a {
	background-color: #106fb3;
	color: white;
}

.Subnav-cur {
	background-color: #106fb3 !important;
	color: white !important;
}

.Subnav dl dt a {
	transition: 0.3s;
	font-weight: normal;
	font-size: 23%;
	line-height: 33px;
	color: black;
	padding: 13px 35px;
	background-color: rgba(0, 0, 0, 0.15);
}

.com_subnav {
	padding-bottom: 50px;
}

.com_subnav .navlist {
	text-align: center;
	border-top: 1px solid rgba(149, 149, 149, 0.2);

}

.com_subnav .navlist a {
	margin-right: 5px;
	display: inline-block;
	transition: 0.3s;
	font-weight: normal;
	font-size: 14px;
	line-height: 33px;
	color: black;
	padding: 5px 35px;
	background-color: rgba(0, 0, 0, 0.15);
	margin-bottom: 5px;
}

.com_subnav .navlist a:hover {
	background-color: #106fb3;
	color: white;
}

@media (max-width:758px) {
	.com_subnav .navlist a {
		/*font-size: 20%;*/
		padding: 5px 20px;
	}
}

/* 新闻资讯页*/
.News ul li.News-item {
	background-color: white;
	border: solid 1px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin-bottom: 46px;
	position: relative;
	color: black;
}

.News ul li .News-line {
	width: 139px;
	height: 1px;
	background-color: #c79f81;
	position: absolute;
	top: 50px;
	left: 200px;
}

.News ul li img {
	width: 200px;
	height: 132px;
	float: left;
	margin-right: 25px;
	transition: all 0.6s;
}

.News ul li:hover img {
	transform: scale(1.06);
}

.News .News-right {
	width: 97%;
	margin: 25px 0 0 30px;
}

.News ul li:hover h1 {
	color: #106fb3;
}

.News ul li h1 {
	transition: 0.3s;
	color: black;
	font-size: 14px;
	font-weight: normal;
	line-height: 29px;
}

.News ul li h2 {
	color: black;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
}

.News ul li p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.8);
}

@media (max-width:768px) {
	.News .News-right {
		margin-left: -1%;
		clear: both;
		width: 100%;
		text-align: center;
	}

	.News ul li h2 {
		text-align: center;
	}

	.News ul li img {
		width: 80%;
		height: 80%;
		margin-left: 10%;
	}

	.News ul li .News-line {
		display: none;
	}

	.News ul li:hover img {
		transform: scale(1.04);
	}

	.News ul li h1 {
		padding-top: 10px;
	}
}

/* 新闻详情页 */
.NewDet {
	margin: 60px 0;
}

.NewDet h1 {
	font-size: 2.2rem;
	color: #323232;
	text-align: center;
	margin: 0 0 20px;
}

.NewDet .date {
	font-size: 1.4rem;
	color: #969696;
	text-align: center;
}


.NewDet .prev-next>a:first-child {
	padding-right: 20px;
}

.NewDet .prev-next>a {
	display: inline-block;
	font-size: 1.4rem;
	color: #969696;
	transition: all .3s;
}

.NewDet .prev-next b {
	color: black;
}

.NewDet .prev-next a:hover {
	color: black;
}

/* 产品中心 */
.Product p {
	font-size: 30px;
	font-weight: 800;
	color: black;
	margin-bottom: 20px;
	display: none;
}

.Product .Product-content {
	padding-left: 13px;
	/* border:1px solid black; */
}

.Product .Product-content ul li {
	display: inline-block;
	border-bottom: 1px solid #eae9e9;
	padding-bottom: 49px;
	margin-bottom: 50px;
	width: 32.5%;
}

.Product .Product-content ul li img {
	width: 90%;
	padding: 0 2px;
}

ul li .Product-content-title .Product-title {
	white-space: nowrap;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width:768px) {
	ul li .Product-content-title {
		padding-left: 0px;
	}

	.Product-star {
		padding-left: 14px;
	}
}

ul li .Product-content-title a {
	font-weight: 400;
	display: block;
	margin: 10px 0;
	color: black;
	font-size: 18px;
	transition: 0.5s;
}

.Product-More p {
	margin-bottom: 0;
	display: inline-block;
}

ul li .Product-content-title a:hover {
	color: #888888;
}

ul li .Product-content-title p {
	font-size: 14px;
	background-color: black;
	color: white;
	padding: 10px 10px;
	width: 80px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	transition: 0.5s;
	border: 2px solid black;
}

ul li .Product-content-title p:hover {
	background-color: white;
	color: black;
}

@media (max-width:992px) {
	.Product .Product-content ul li {
		width: 49.3%;
	}
}

@media (max-width:395px) {
	.Product .Product-content ul li {
		width: 100%;
	}

	.Product-star .Product-icon,
	.Product-star {
		margin-left: 20px !important;
	}
}

@media (max-width:768px) {
	.Product .Product-content ul {
		text-align: center;
	}

	ul li .Product-content-title a {
		text-align: left;
		margin-left: 20px;
	}
}

.Product-star i {
	line-height: 29px;
	margin-top: 10px;
	color: #fd8f00;
	font-size: 16px;
	float: left;
	margin-right: 2px;
}

.Product-star i:nth-child(5) {
	color: #8594a0;
}

.Product-star a span {
	padding-left: 10px;
	border-left: 1px solid #8594a0;
	margin-left: 10px;
	font-size: 13px;
	color: #8594a0;
	text-transform: lowercase;
	transition: 0.3s;
}

.Product-star a span:hover {
	color: black;
}

.Product-star .Product-icon,
.Product-star {
	margin-left: 4px;
}

.Product-star .Product-icon i {
	color: #8594a0;
	font-size: 24px;
	margin-right: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.Product-star .Product-icon i:hover {
	color: black;
}

/* 产品详情页*/
.ProductDet-img {
	/* border: 1px solid black; */
}

.ProductDet #img {
	width: 70%;
}

.responsive-tabs__heading:focus {
	outline: 0px !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus) {
	position: relative;
	display: inline-block;
}

.fotorama__wrap--css3 .fotorama__arr--next:not(:focus) {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	width: 20%;
	background-color: white;
	z-index: -1;
}

.fotorama__wrap--css3 .fotorama__arr--prev:not(:focus) {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	width: 20%;
	background-color: white;
	z-index: -1;
}

.fotorama__wrap--css3 .fotorama__arr--prev:after {
	content: "";
	width: 40px;
	height: 40px;
	border: solid #888888;
	border-width: 2px 0 0 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 40%;
	top: 50%;
	opacity: 1;
}

.fotorama__thumb-border {
	border-color: #8594a0 !important;
	opacity: 1 !important;

}

.fotorama__nav__frame:not(.fotorama__active) {
	opacity: 0.6;
}

.fotorama__nav__frame:hover {
	opacity: 1;
	transition: 0.4s;
}

.fotorama__thumb-border {
	background-image: none !important;
}

.fotorama__thumb {
	/* opacity: 0.6; */
	transition: 0.3s;
}

.fotorama__thumb:hover {
	opacity: 1;
}

.fotorama__wrap--css3 .fotorama__arr--next:after {
	content: "";
	width: 40px;
	height: 40px;
	border: solid #888888;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	right: 0;
	top: 50%;
}

.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus) {
	position: absolute;
	width: 60%;
	height: 100%;
	left: 20%;
	/* background: url(../images/close.png); */
	/* background-size: 70% 70%; */
	opacity: 1 !important;
	background-repeat: no-repeat;
	/* transform: rotate(-45deg); */
}

.fotorama--fullscreen {
	background: white !important;
}

.fotorama__wrap--css3 .fotorama__fullscreen-icon:after {
	border: 1px solid black;
	position: absolute;
	top: 5%;
	background-color: black;
	height: 40px;
	width: 1px;
	transform: translate(-50%, -50%) rotate(-40deg);
	opacity: 1 !important;
	right: 10%;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
	background: white !important;
}

.fotorama__wrap--slide .fotorama__stage__frame {
	height: 95%;
}

ul.Product-share li {
	display: inline-block;
	margin-right: 4px;
}

ul.Product-share li a i {
	color: white;
	font-size: 23px;
	padding: 3px 5px;
}

ul.Product-share li:nth-child(1) a i {
	padding: 3px 10px;
	background-color: rgb(59, 89, 152);
}

ul.Product-share li:nth-child(2) a i {
	background-color: rgb(29, 161, 242);
}

ul.Product-share li:nth-child(3) a i {
	background-color: rgb(115, 138, 141);
}

ul.Product-share li:nth-child(4) a i {
	background-color: rgb(203, 32, 39);
}

ul.Product-share li:nth-child(5) a i {
	background-color: rgb(219, 68, 55);
}

@media (max-width:768px) {
	.ProductDet-all {
		margin-left: 20px;
		margin-bottom: 50px;
	}
}

.ProductDet-content h1 {
	font-size: 26px;
	margin-bottom: 25px;
	line-height: 1.35em;
	text-align: left;
	color: black;
	margin-top: 20px;
}

.ProductDet-content p {
	margin-bottom: 20px;
}

.ProductDet-content ul {
	display: block !important;
}

.ProductDet-content ul li {
	float: left;
	margin-right: 23px;
}

.ProductDet-content ul li i {
	cursor: pointer;
	font-size: 24px;
	color: #888888;
	transition: 0.3s;
}

.ProductDet-star {
	margin-top: 40px;
}

.ProductDet-star i {
	font-size: 16px;
	color: #fd8f00;
}

.ProductDet-star i:nth-child(5) {
	color: #888888;
}

.ProductDet-star span {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #8594a0;
	color: #8594a0;
	line-height: 20px;
	transition: 0.3s;
}

.ProductDet-star span:hover {
	color: black;
}

.ProductDet-content ul li i:hover {
	color: black;
}

.responsive-tabs__heading {
	display: none;
}

.responsive-tabs__list__item {
	display: inline-block;
	cursor: pointer;
	margin-bottom: 10px;
}

.responsive-tabs div ul {
	padding-bottom: 50px;
}

.responsive-tabs ul li {
	padding: 0 10px;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.responsive-tabs__list {
		display: none;
	}

	.responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	.responsive-tabs__panel--closed-accordion-only {
		display: none;
	}

	.responsive-tabs ul li form ul li .ProductDet-input input,
	.responsive-tabs ul li form ul li .ProductDet-input textarea {
		width: 110% !important;
	}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only {
		display: block !important;
	}
}

.responsive-tabs-wrapper {
	clear: both;
	zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

.responsive-tabs-wrapper:after {
	clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus {
	outline: 1px solid #ccc;
}

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus {
	outline: none !important;
}

.responsive-tabs__list {
	border-bottom: 1px solid #eae9e9;
	font-size: 1.2em;
	margin: 2em 0 0 0;
	padding: 0;
	padding-bottom: 11px;
	line-height: 1em;
}

.responsive-tabs__list__item {
	padding: 10px 20px;
	margin-right: 1em;
	font-weight: 600;
	color: black;
}

.responsive-tabs__list__item:hover {
	color: #8594a0;
}

.responsive-tabs__list__item--active {
	color: #8594a0;
}

.responsive-tabs__list__item--active:hover {}



@media (max-width: 767px) {
	.responsive-tabs__heading {
		padding: 14px;
		border-bottom: 1px solid #eae9e9;
		position: relative;
		font-size: 15px;
		color: black;
		font-weight: 600;
	}

	.responsive-tabs__heading:after {
		content: "";
		position: absolute;
		right: 5px;
		top: 16px;
		border-left: 1px solid #757575;
		border-bottom: 1px solid #757575;
		width: 10px;
		height: 10px;
		transform: rotate(-45deg);
	}

	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover {
		color: #8594a0;
	}

	.responsive-tabs__heading--active {
		color: #8594a0;
	}

	.responsive-tabs__heading--active:after {
		border-right: 1px solid #757575;
		border-top: 1px solid #757575;
		border-left: 0;
		border-bottom: 0;
	}
}

.responsive-tabs ul li h2 {
	font-size: 26px;
	color: black;
	font-weight: 600;
	line-height: 30px;
}

.responsive-tabs ul li form button {
	display: flex;
	margin: 20px 0 0 67px;
	padding-left: 9.2%;
	background: black;
	padding: 11px 19px 12px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	border: 2px solid black;
	transition: 0.3s;
	color: white;
}

.responsive-tabs ul li form button:hover {
	color: black;
	background-color: white;
}

.responsive-tabs ul li form ul li p {
	float: left;
	width: 70px;
	color: black;
	font-weight: 600;
}

.responsive-tabs ul li form ul li p span {
	color: red;
}

.responsive-tabs ul li form ul li .ProductDet-input {
	position: relative;
	flex-basis: 89%;
	max-width: 89%;
}

.responsive-tabs ul li form ul li .ProductDet-input input,
.responsive-tabs ul li form ul li .ProductDet-input textarea {
	width: 69%;
	padding: 6px 20px;
	font-size: 12px;
	line-height: 24px;
	min-height: 50px;
	background: #f6f6f6;
	border: 0;
	color: #888888;
	outline: none;
}

@media (max-width:992px) {

	.responsive-tabs ul li form ul li .ProductDet-input input,
	.responsive-tabs ul li form ul li .ProductDet-input textarea {
		width: 89%;
	}
}

.ProductDet-hobby {
	border-top: 1px solid #eae9e9;
	padding-top: 50px;
}

.ProductDet-hobby h1 {
	text-align: center;
	margin-bottom: 70px;
	color: black;
	font-size: 33px;
	font-weight: 600;
}

@media (max-width:550px) {
	.ProductDet-hobby h1 {
		text-align: left;
	}
}

.owl-carousel .owl-item p a {
	font-size: 16px;
	color: black;
	line-height: 50px;
}

.owl-carousel .owl-item p a:hover {
	color: #888888;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: -77px;
	right: 0;
}

.owl-carousel .owl-item img {
	transition: 0.5s;
}

.owl-carousel .owl-item:hover img {
	transform: scale(1.05);
}

.ProductDet-hobby .owl-carousel .owl-prev i,
.ProductDet-hobby .owl-carousel .owl-next i {
	width: 60px;
	font-size: 30px;
	z-index: 999;
}

.ProductDet-hobby .owl-carousel i:hover {
	transition: 0.3s;
	color: black;
}

.ProductDet-hobby .owl-carousel .owl-next {
	margin-top: -42px;
}

.ProductDet-hobby .owl-carousel .owl-prev {
	margin-right: 75px;
}

.ProductDet-hobby .owl-nav {}

/* 关于我们 */
.culture_bg {
	padding-top: 50px;
}

.lists-left h1 {
	background-color: rgba(16, 111, 179, 0.89);
	font-size: 18px;
	font-weight: normal;
	line-height: 33px;
	color: #ffffff;
	padding: 35px 0;
	text-align: center;
}

.lists-right {
	font-size: 14px;
	color: #ffffff;
	padding-top: 10px;
}

.leader_box .leader {
	padding: 140px 40px 0 40px;
	margin-bottom: 100px;
}

.organization_box {
	/* margin-bottom: 100px; */
}

.organization-left {
	text-align: left;
	padding-left: 20%;
}

.organization-left img {
	margin-top: -20px;
}

.organization-right {
	padding: 90px 0 20px;
}

.organization-right img {
	margin-left: 5%;
	width:90%;
}

.person_box {
	margin-top: -4px;
	padding:100px 0 70px;
}

.person_box ul li {
	margin-bottom: 30px;
}
@media (max-width:991px) {
	.organization-left{
		height: 700px!important;
	}
	.Subnav-title2{
		text-align: center!important;
	}
	.organ_item1{
		max-width: 100%!important;
	}
	.organization-right img{
		max-width: 100%!important;
	}
}


.person_box .owl-carousel:hover .picture-item h3 {
	color: #106fb3;
}

.person_box .owl-controls {
	width: 100%;
	top: 35% !important;
}

.person_box .owl-nav i {
	color: white;
	font-size: 23px;
}

.person_box .owl-prev {
	width: 48px;
	height: 48px;
	border: solid 2px #106fb3;
	border-radius: 50px;
	background-color: rgba(16, 111, 179, 0.4);
	padding: 7px;
	position: absolute;
	left: -1.5%;
	transition: 0.3s;
}

.person_box .owl-prev:hover {
	background-color: rgba(16, 111, 179, 0.6);
}

.person_box .owl-next:hover {
	background-color: rgba(16, 111, 179, 0.6);
}

.person_box:hover .owl-prev {
	left: -3%;
}

.person_box:hover .owl-next {
	right: -3%;
}

.person_box .owl-next {
	width: 48px;
	height: 48px;
	border: solid 2px #106fb3;
	border-radius: 50px;
	background-color: rgba(16, 111, 179, 0.4);
	padding: 7px;
	position: absolute;
	right: -1.5%;
	transition: 0.3s;
}

@media (max-width:1100px) {

	.organization-left,
	.organization-right {
		height: 700px !important;
	}

	.organization-right img {
		width: 75%;
		margin-left: 5%;
	}
}

.Subnav-Btitle3 {
	line-height: 50px;
	text-align: left !important;
}

@media (max-width:768px) {

	.organization-left,
	.organization-right {
		width: 100% !important;
		text-align: center;
		padding-left: 0;
		padding-top: 10px;
	}
	.organization-right img {
		margin-top: 70px;
		width: 100%;
		margin-left: 10px;
	}

	.organization-right {
		height: 700px !important;
	}

	.Subnav-Btitle3 {
		text-align: center !important;
	}
}

@media (max-width:565px) {
	.organization-right img {
		margin-top: 10px;
		width: 78%;
	}
}

@media (max-width:460px) {
	.organization-left {
		height: 730px !important;
	}

	.organization-right {
		height: 700px !important;
	}
}

@media (max-width:830px) {
	.leader {
		height: 770px !important;
	}

	.leader_box .leader {
		margin-top: -60px;
	}
}

@media (max-width:530px) {

	.leader {
		height: 880px !important;
	}
}

@media (max-width:450px) {
	.leader {
		height: 1000px !important;
	}
}

@media (max-width:768px) {
	.culture_bg {
		padding-top: 10px;
	}

	.lists-left h1 {
		margin-top: -20px;
	}

	.lists-left img {
		width: 100%;
	}

	.culture_bg {
		height: 930px !important;
	}

	.lists-right {
		text-align: center;
	}
}

/* 成功案例 */
.Picture p {
	font-size: 14px;
	line-height: 23px;
	color: #000000;
	margin: 25px 0 70px;
	text-align: center;
}

.Picture img {
	width: 100%;
	transition: 0.5s;
}

.Picture .Picture-all:hover img {
	transform: scale(1.05);
}

@media (max-width:758px) {
	.Subnav dl dt a {
		/*font-size: 20%;*/
		padding: 10px 20px;
	}
}

/* 联系我们 */
.Contact {}

.Contact-map {
	margin-top: 70px;
}

.Contact-content {
	position: relative;
	margin: 67px 0 120px;
	font-size: 30px;

}

.Contact-content img {
	z-index: -1;
}

.Contact-content div {
	position: absolute;
	top: 60px;
	left: 110px;
	z-index: 99;
	color: white;
}

.Contact-content div p {
	font-size: 46%;
}

@media (max-width:530px) {
	.Contact-content div p {
		margin-left: -40px;
		font-size: 40%;
	}
}

.Message-form ul li {
	margin-bottom: 15px;
}

.Message-form ul li input {
	width: 100%;
	background: #fcfcfc;
	line-height: 57px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 0 15px;
	outline: none;
	font-size: 12px;
}

.Message-form ul li textarea {
	outline: none;
	width: 100%;
	background: #fcfcfc;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 15px;
	height: 215px;
}

.Message-form ul li.li4 input {
	margin-left: 1%;
	width: 30%;
	float: left;
}

.Message-form ul li img {
	margin: 10px 0 0 10px;
}

.Message-form ul li a {
	padding-top: 40px;
	position: relative;
	top: 5px;
}

.Message-form .sub input {
	padding: 12px 30px;
	background: #106fb3;
	border-radius: 8px;
	font-size: 1.4rem;
	color: #FFF;
	border: 0;
	margin: 10px 0 50px;
}

@media (max-width:768px) {
	.Message-form ul li input {
		line-height: 35px;
	}

	.Message-form ul li img {
		margin: 0 0 0 10px;
	}

	.Message-form ul li a {
		top: 0;
	}
}

/* 人才招聘 */
.Recruit {
	margin: 50px 0 100px;
	position: relative;
}

.Recruit-title {
	padding: 50px 135px 0 50px;
	width: 545px;
	height: 338px;
	border: solid 7px rgba(0, 51, 148, 0.15);
}

.Recruit-img {
	position: absolute;
	top: -60px;
	right: 0;
}

.Recruit-title h1 {
	font-size: 16px;
	line-height: 29px;
	color: #0058a8;
	font-weight: 600;
}

.Recruit-title h2 {
	font-size: 29px;
	font-weight: normal;
	line-height: 29px;
	color: #0058a8;
}

.Recruit-title .Recruit-content {
	margin-top: 20px;
}

@media (max-width:1235px) {
	.Recruit-title {
		height: 338px;
		width: 80%;
		margin: auto;
		text-align: center;
		padding: 50px 0 0 0 !important;
	}

	.Recruit-img {
		position: static !important;
		text-align: center;
		margin-top: 20px;
	}
}

.Recruit-job {
	background-color: #f4f4f4;
	padding-top: 70px;
}

.Recruit-jobform table {
	margin-bottom: 70px;
}

table.table-expandable>tbody>tr:nth-child(odd) {
	border-bottom: 1px solid #ddd;
}

.Recruit-jobform thead {
	background-color: #106fb3;
	color: white;
	padding: 10px 0;
}

.Recruit-jobform thead th {
	font-weight: 400 !important;
	font-size: 15px !important;
	text-align: center;
}

.Recruit-jobform tbody tr.table-first td {
	font-size: 15px;
	text-align: center;
	line-height: 35px;
}

.Recruit-jobform tbody tr.table-second {
	background-color: #fafafa !important;
}

.table-hover>tbody>tr:hover {
	background: #fafafa !important;
}

.Recruit-jobform tbody tr.table-second td {
	width: 100%;
	padding-left: 5%;
	color: black;
}

.Recruit-jobform .table-content {
	width: 90%;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 25px 0;
	margin-bottom: 30px;
}

.Recruit-jobform .table-content h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #444444;
	margin-bottom: 20px;
}

.Recruit-jobform .table-second a {
	color: white;
	padding: 9px 20px;
	background-color: #106fb3;
	border-radius: 10px;
	font-size: 14px;
}

.Recruit-jobform .table-second .table-btn {
	margin-bottom: 20px;
}

/* 招聘表单 */
.job_message li {
	margin: 20px 0;
	line-height: 35px;
}

.job_message li span {
	width: 25%;
	display: inline-block;
	text-align: right;
	padding: 0 5px;
	float: left;
	line-height: 35px;
}

.job_message li input[type="text"] {
	outline: none;
	margin-bottom: 20px;
	width: 65%;
	height: 35px;
	line-height: 35px;
	float: left;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 3px;
	transition: all .3s;
	background: #FFF;
}

.job_message li textarea {
	outline: none;
	width: 65%;
	height: 120px;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 3px;
	transition: all .3s;
	background: #FFF;
}

.job_message .code {
	margin: 20px 0;
}

.job_message .code span {
	width: 25%;
	display: inline-block;
	text-align: right;
	padding: 0 20px;
	float: left;
	line-height: 35px;
}

.job_message .code input[type="text"] {
	outline: none;
	width: 25%;
	height: 35px;
	line-height: 35px;
	float: left;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	border: 0;
	border-radius: 3px;
	transition: all .3s;
}

.text-center {
	text-align: center;
}

.job_message .sub {
	margin-bottom: 60px;
}

.job_message .sub input {
	margin-bottom: 50px;
	display: inline-block;
	padding: 7px 30px;
	font-size: 1.4rem;
	color: #fff;
	background: #0091d4;
	margin: 0 10px;
	border: 0;
	transition: all .3s;
	border-radius: 5px;
}

/* 全站搜索 */
.Search {
	margin-bottom: 90px;
}

.Search-left {
	border-right: 1px solid #eae9e9;
}

.Search-left-title {
	color: black;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.Search-left-body ul li select {
	background-color: #f8f9fa;
	padding: 0 10px;
	height: 39px;
	width: 85%;
	color: black;
	border-radius: 5px;
	margin: 10px 0;
	border: 0;
}

.Search-left-body ul li option {
	background-color: white;
}

.Search-left-body ul li input {
	outline: none:;
	width: 85%;
	height: 39px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	color: #495057;
	margin: 10px 0;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.Search-left-body ul li input.search {
	outline: none;
	transition: 0.3s;
	background-color: #106fb3;
	color: white !important;
	font-size: 16px;
	border: 2px solid #106fb3;
}

.Search-left-body ul li input.search:hover {
	color: black !important;
	background-color: white;

}

.Search-right-entry .Search-right-title {
	margin: 10px 0;
}

.Search-right-entry .Search-right-title a {
	font-weight: 500;
	color: black;
	font-size: 26px;
	transition: 0.3s;
}

.Search-right .Search-right-con {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eae9e9;
}

.Search-right-entry p {
	font-size: 16px;
	margin: 10px 0;
}

ul.Search-right-info li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.Search-right-info li a {
	color: #888888;
	font-size: 13px;
}

ul.Search-right-info li a i {
	font-size: 19px;
	margin-right: 10px;
}

.Search-right-Nresult {
	color: black;
	font-size: 40px;
	text-align: center;
	font-weight: 500;
}

@media (max-width:767px) {

	.Search-left-body ul li select,
	.Search-left-body ul li input {
		width: 70%;
	}

	.Search-left {
		border: 0;
	}

	.Search-right {
		margin-top: 40px;
	}
}

/*-phone-nav-*/

.phone-nav:hover {
	color: #888888;
}

.phone-nav {
	position: absolute;
	font-size: 24px;
	right: 15px;
	line-height: 50px;
	display: none;
	color: #106fb3;
	top: 15px;
	z-index: 9;
}

.mm-navbar {
	border: 0;
	display: none !important;
}

.mm-menu_navbar_top-2 .mm-panels {
	top: 0;
}

.mm-panels>.mm-panel {
	margin-top: -70px;
}

.mm-menu_theme-dark {
	background-color: white;
}

#mmenu ul {
	padding: 0 15px;
}

.mm-menu .mm-navbar>* {
	color: black;
}

.mm-page__blocker {
	background: rgba(3, 2, 1, 0.2);
}

#mmenu ul li a {
	border-radius: 3px;
	color: black;
	line-height: 30px;
	margin-bottom: 10px;
}

.mm-listitem .mm-btn_next:before,
.mm-listitem:after {
	border: 0;
}

#mmenu ul li dl {
	display: none;
}

#mmenu ul li dl dt {
	font-weight: normal;
	padding-left: 40px;
	line-height: 40px;
}

#mmenu ul li i {
	position: absolute;
	right: 20px;
	top: 20px;
}

#mmenu ul li a.noBoxs:hover {
	background-color: #106fb3;
	color: white !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#mmenu ul li .mm-btn_next:after {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-color: black;
}

#mmenu ul li .mm-btn_next:after:hover {
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-color: white;
}

#mmenu ul li a.active {
	background-color: #106fb3;
	color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mm-navbars_top {
	display: none;
}

/* 地图 */
#allmap {
	width: 100%;
	height: 500px;
}
#allmap .map-content{font-size:16px;}
.BMapLabel{
	font-weight: 600!important;
	font-size: 15px!important;
	top:-8px!important;
	left: 16px!important;
	border: 0!important;
}
.Contact-tel ul li {
	margin-bottom: 20px;
}

.Contact-tel ul li div {
	line-height: 50px;
	float: left;
	width: 125px;
	/* border: 1px solid black; */
	color: black;
	font-weight: 600;
}

.Contact-tel ul li input {
	width: 80%;
	padding: 6px 20px;
	font-size: 12px;
	line-height: 24px;
	min-height: 50px;
	background: #f6f6f6;
	border: 0;
	outline: 0;
	color: #888888;
}

.Contact-tel ul li textarea {
	width: 80%;
	padding: 6px 20px;
	font-size: 12px;
	line-height: 24px;
	min-height: 100px;
	background: #f6f6f6;
	border: 0;
	outline: 0;
}

.Contact-btn {
	background: black;
	padding: 11px 19px 12px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	display: block;
	border: 2px solid black;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	margin-left: 124px;
	margin-bottom: 90px;
}

.Contact-btn:hover {
	background-color: white;
	color: black;
	transition: 0.3s;
}

@media (max-width:710px) {

	.Contact-tel ul li textarea,
	.Contact-tel ul li input {
		width: 90%;
	}
}

@media (max-width:768px) {
	.News-content p {
		display: block;
	}

	.Product p {
		display: block;
	}

	.Pline,
	.Pline2,
	.Psqure,
	.Psqure2 {
		display: none;
	}

	.link h1,
	.news h1,
	.picture h1,
	.Project h1 {
		text-align: center;
		float: none;
	}
}
