/*  分页 */
.pagination{text-align:center;margin:45px 0;}  
.pagination li{margin:0px 5px; border:1px solid #e6e6e6;display: inline-block;   width:30px;height:30px; border-radius: 2px;text-align:center;line-height:30px;}  
.pagination li a{color:#666;font-size:14px;display:inline-block;width:100%;height:100%;}  
.pagination li span{display:inline-block;width:100%;height:100%;color:#666;font-size:14px;}  
.pagination li:hover{}
.pagination li a:hover{background-color: #25428b;color: #fff;font-size:14px;}
.pagination .active{background-color: #25428b;color: #fff;border:1px solid #fff;border-radius:2px;} 
.pagination .active span{color:#fff;}
.pagination .disabled{color:#aaa;} 
.pagination .disabled:hover{background-color: #fff;color: #aaa;}

/* 公用 */
.main{
	width: 100%;
	height: auto;
	margin-top: 80px;
}
.main .banner{
	width: 100%;
	font-size: 0;
}
.main .banner > img{
	width: 100%;
}
.main .s-nav{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	background-color: #efefef;
}
.main .s-nav a.item{
	display: inline-block;
	width: 120px;
	height: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
}
.main .s-nav a.item[status="selected"]{
	background-color: #25428b;
	color: #ffffff;
}
.container{
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.btn{
	display: block;
	max-width: 240px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	border: 1px solid #e1e6ea;
	background-color: #ffffff;
	border-radius: 50px;
	box-shadow: 15px 10px 10px rgba(0,0,0,.2);
	transition: .3s;
}
.btn:hover{
	background-color: #0077B5;
	color: #ffffff;
}
.title{
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 70px;
}
.title:after{
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 50px;
	height: 4px;
	transform: translate(-50%, 0);
	background-color: #25428b;
	content: "";
}
.title > p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	color: #25428b;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	z-index: 2;
}
.title > span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	font-weight: bold;
	color: #f6f6f6;
	z-index: 1;
}
.title.left:after{
	left: 0;
	transform: translate(0, 0);
}
.title.left > p,
.title.left > span{
	left: 0;
	transform: translate(0, -50%);
}
.search-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 85px;
	max-width: 420px;
	width: 100%;
	height: 45px;
	border: 1px solid #e1e6ea;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 10px 10px 20px rgba(0,0,0,.05);
	z-index: 10;
}
.search-box > input{
	flex: 1;
	border: none;
	padding-left: 20px;
	font-size: 14px;
}
.search-box > a{
	display: inline-block;
	width: 15%;
	height: 100%;
	text-align: center;
	line-height: 42px;
}
.search-box > a:hover{
	background-color: #25428b;
	color: #ffffff;
}
/********************* 搜索结果页 *************************/
.search-tip{
	position: relative;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	color: #333333;
	margin: 35px 0 40px 0;
	padding-left: 20px;
	box-sizing: border-box;
}
.search-tip:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #e61a1a;
	content: "";
}
.search-res-list{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 50px;
}
.search-res-list a.item{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 335px;
	width: 30%;
	height: 400px;
	margin: 1.35%;
	border: 1px solid #e8e9e9;
	border-bottom: 5px solid #e8e9e9;
	margin-bottom: 15px;
	transition: .5s;
}
.search-res-list a.item > p{
	position: relative;
	margin-top: 50px;
}
.search-res-list a.item > p:after{
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 1px;
	background-color: #e5e5e5;
	content: "";
}
.search-res-list a.item:hover{
	border-bottom: 5px solid #25428b;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}
.search-res-list a.item:hover:after{
	position: absolute;
	top: -2px;
	left: 50%;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	background-color: #25428b;
	content: "";
}
.search-page{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0 100px 0;
}
.search-page .ui-pagination-container > a,
.search-page .ui-pagination-container > .active{
	display: inline-block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background-color: #f6f6f6;
	margin: 0 3px;
	font-size: 16px;
	color: #333333;
}
.search-page .ui-pagination-container > a:hover{
	background-color: #25428b;
	color: #ffffff;
}

.search-page .ui-pagination-container > .active{
	background-color: #25428b;
	color: #ffffff;
}

/********************* 走进雄吉（雄吉简介 *************************/
.introduction-wrapper{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
.introduction-wrapper > .hd{
	flex: 1;
}
.introduction-wrapper > .hd > p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 20px;
}
.introduction-wrapper .bd{
	position: relative;
	width: 320px;
	height: 440px;
	border: 4px solid #ececec;
	margin-left: 8%;
}
.introduction-wrapper .bd > .introduction-container{
	position: absolute;
	top: 30px;
	left: -30px;
	width: 320px;
	box-shadow: 15px 15px 30px rgba(0,0,0,.1);
}
.introduction-wrapper .bd > .introduction-container .swiper-slide{
	font-size: 0;
}
.introduction-pagination{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 15px !important;
	background: none;
	z-index: 101;
}

.introduction-count-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 100px 0 75px 0;
}
.introduction-count-wrapper .item{
	position: relative;
	flex: 1;
	padding-left: 70px;
}
.introduction-count-wrapper .item:after{
	position: absolute;
	left: 0;
	top: 25%;
	width: 1px;
	height: 60%;
	transform: skew(-30deg);
	background-color: #949494;
	content: "";
}
.introduction-count-wrapper .item:first-of-type:after{
	background-color: transparent;
}
.introduction-count-wrapper .item > p{
	text-align: left;
	color: #333333;
	font-size: 14px;
	margin-bottom: 5px;
}
.introduction-count-wrapper .item:first-of-type{
	flex: none;
	width: 20%;
}
.introduction-count-wrapper .item > p > span{
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	margin-right: 3px;
}
.introduction-content-wrapper{
	width: 100%;
	height: auto;
}
.introduction-content-wrapper > img{
	width: 100%;	
}
.introduction-content-wrapper > p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	margin-top: 40px;
}


/********************* 走进雄吉（企业文化） *************************/
.about-container{
	width: 100%;
	height: auto;
	background: url(../img/content/culture-bg.jpg) no-repeat top left;
	background-size: 100% auto;
	padding-top: 60px;
	padding-bottom: 90px;
}

.about-container .about-section{
	display: none;
}
.about-container .about-section:first-of-type{
	display: block;
}

.culture-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	background-color: #ffffff;
}
.culture-wrapper .culture-img{
	width: 240px;
	height: 428px;
	font-size: 0;
}
.culture-wrapper .culture-content{
	flex: 1;
	display: inline-flex;
	/*align-items: center;*/
	justify-content: space-between;
	flex-direction: column;
}
.culture-wrapper .culture-content .item{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #cdcdcd;
}
.culture-wrapper .culture-content .item:last-of-type{
	border-bottom: none;
}
.culture-wrapper .culture-content .item > span{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin: 0 66px;
	background: linear-gradient(to bottom, rgba(104, 154, 255, .75), rgba(37, 66, 139, .75));
}
.culture-wrapper .culture-content .item > p{
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 10px;
	font-size: 15px;
	color: #4f4f4f;
}
.culture-wrapper .culture-content .item > p:hover{
	color: #25428b;
}

/**/
.Organization-wrapper > img{
	width: 100%;
}

/********************* 走进雄吉（资质荣誉） *************************/
#certify {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 10px 40px rgba(0,0,0,.15);
}
#certify  .swiper-slide > div{
	max-width: 400px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
#certify  .swiper-slide p {
	line-height: 50px;
	padding-top: 0;
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin: 0;
	margin-top: 10px;
}
.swiper-button-next, .swiper-button-prev{
	width: 25px;
	outline: none;
}
#certify .swiper-button-prev,
.swiper-button-prev {
	left: -30px;
	background-image: url(../img/pre.png);
	background-size: 45%;
}

#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover{
	background-color: #e93b3b;
	background-image: url(../img/pre-hover.png);
}
#certify .swiper-button-next,
.swiper-button-next{
	right: -30px;
	background-image: url(../img/next.png);
	background-size: 45%;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-next{
	right: 0;
}
#certify .swiper-button-next:hover,
.swiper-button-next:hover{
	background-image: url(../img/next-hover.png);
}


/********************* 产品中心 *************************/
.production-list{
	display: none;
	padding-top: 70px;
}

/* 产品中心 （详情）*/

.production-details,
.case-details,
.news-details{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 70px 0;
}

.news-container{
	margin-top: 70px;
}
.production-details .content,
.case-details .content,
.news-details .content{
	max-width: 840px;
	width: 70%;
	height: auto;
}
.production-details .related-products,
.case-details .related-case,
.news-details .related-news{
	max-width: 300px;
	width: 25%;
	height: auto;
}

.production-details .related-products .related-products-list,
.case-details .related-case .related-case-list{
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e9e9;
}
.production-details .related-products .related-products-list .item,
.case-details .related-case .related-case-list .item{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	border: 1px solid #e8e9e9;
	background-color: #ffffff;
	margin-bottom: 15px;
	transition: .5s;
}
.production-details .related-products .related-products-list .item:hover,
.case-details .related-case .related-case-list a:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	transform: scale(.95);
}
.production-details .related-products .related-products-list .item > img,
.case-details .related-case .related-case-list .item > img{
	width: 55%;
}
.production-details .related-products .related-products-list .item > p,
.case-details .related-case .related-case-list .item > p{
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
}
.related-title{
	font-size: 24px;
	font-weight: bold;
}
.btn-related-more{
	margin: 0 auto;
	margin-top: 20px;
}

.details-title{
	font-size: 28px;
	font-weight: bold;
	color: #111111;
	text-align: center;
}
.details-recored{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f6f6;
	width: 100%;
	height: 30px;
	margin-top: 20px;
}
.details-recored > div{
	display: inline-flex;
	align-items: center;
	margin: 0 8px;
	font-size: 12px;
	color: #999999;
}
.details-recored > div i{
	margin-right: 3px;
	font-size: 18px;
}
.details-main-container .swiper-slide{
	box-sizing: border-box;
	padding: 0 100px;
	text-align: center;
}
.details-main-container .swiper-slide img{
	width: 55%;
	margin-top: 75px;
	vertical-align: middle;
}
.details-main-container .swiper-sImg{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.details-main-container .swiper-sImg > a{
	display: inline-flex;
	align-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid #ffffff;
	margin: 0 5px;
}
.details-main-container .swiper-sImg > a[status="selected"]{
	border-color: #e61a1a;
}
.details-main-container .swiper-sImg > a > img{
	width: 100%;
	font-size: 0;
}

.details-text{
	box-sizing: border-box;
	padding: 30px;
	background-color: #f9f9f9;
	margin-top: 50px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	text-align: justify;
}
.details-bot{
	border: 1px solid #ededed;
	box-sizing: border-box;
	padding: 50px 100px;
	margin-top: 45px;
}
.details-bot strong{
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	margin-bottom: 20px;
}
.details-bot p{
	font-size: 15px;
	color: #333333;
	text-indent: 30px;
	line-height: 30px;
	margin-bottom: 15px;
}
.details-bot img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.share-bot{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	color: #333333;
	margin: 20px 0;
}
.details-fl{
	display: inline-flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	border-top: 1px solid #ededed;
	padding-top: 30px;
}
.details-fl .hd{
	width: 55%;
	font-size: 15px;
	color: #333333;
}

.details-fl .hd a:hover{
	color: #1553B2;
	text-decoration: underline;
}
.details-fl .hd > div{
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.details-fl .back-list{
	width: 240px;
}

/********************** 案例中心  ***********************/
.case-container{
	background: url(../img/content/case-bg.jpg) no-repeat top left;
	background-size: 100%;
}
.case-wrapper{
	display: none;
	padding: 70px 0;
}
.case-wrapper .case-list{
	width: 100%;
}
.case-wrapper .case-list .item{
	display: inline-block;
	width: 30%;
	max-width: 370px;
	margin: 1.45%;
	font-size: 0;
	overflow: hidden;
	transition: .5s;
}
.case-wrapper .case-list .item:hover{
	transform: translateY(-5px);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.case-wrapper .case-list .item > p{
	font-size: 16px;
	color: #111111;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #ffffff;
}
.case-wrapper .case-list .item > img{
	width: 100%;
}
.case-details .related-case .related-case-list .item{
	display: block;
	width: 100%;
	height: auto;
	border: none;
	margin-bottom: 20px;
}
.case-details .related-case .related-case-list .item > img{
	width: 100%;
}
.case-details .related-case .related-case-list .item > p{
	margin: 0;
	height: 40px;
	line-height: 40px;
	background-color: #f6f6f6;
	text-align: center;
}
.case-swiper-container .swiper-slide img{
	width: 80%;
	margin-left: 10%;
}
.case-text,
.news-text{
	margin: 30px 0;
}
.case-text p,
.news-text p{
	font-size: 15px;
	color: #333333;
	line-height: 30px;
	text-indent: 30px;
	margin-bottom: 15px;
	text-align: justify;
}

/********************** 新闻中心  ***********************/
.news-details .details-title{
	width: 80%;
	margin-left: 10%;
	line-height: 35px;
}
.news-text img{
	width: 80%;
	margin-left: 10%;
	margin-bottom: 20px;
}
.related-news .related-news-list{
	margin-top: 70px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.related-news .related-news-list .item{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	padding-right: 10px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.related-news .related-news-list .item:hover{
	text-decoration: underline;
	color: #0077B5;
}
.related-news .related-news-list .item:after{
	position: absolute;
	left: 0;
	top: 30%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #e2e2e2;
	content: "";
}

/********************** 合作伙伴  ***********************/
.partner-wrapper{
	position: relative;
	width: 100%;
	height: auto;
}
.partner-wrapper .content{
	
	width:1100px;
	margin:60px auto;
}
.partner-wrapper > img{
	width: 100%;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:-1;
}
.partner-wrapper .content strong{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	color: #333333;
}
.partner-wrapper .content p{
	font-size: 15px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}

.news-list{
	padding: 0 0 50px 0;
	display: none;
}
.news-list .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 40px;
	border-bottom: 1px solid #dedede;
	transition: .5s;
}
.news-list .item:hover{
	transform: translateX(10px);
}
.news-list .item:hover .content .news-title{
	color: #25428b;
}
.news-list .item:first-of-type{
	border-top: 1px solid #dedede;
}
.news-list .item .time{
	width: 85px;
	height: 110px;
	text-align: center;
}

.news-list .item .time .day{
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	color: #111111;
	background-color: #e9e9e9;
}
.news-list .item .time .year-month{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #878787;
	background-color: #f9f9f9;
}
.news-list .item .content{
	flex: 1;
	margin: 0 45px 0 40px;
}
.news-list .item .content .news-title{
	font-size: 22px;
	line-height: 30px;
	color: #111111;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news-list .item .content .count{
	font-size: 13px;
	color: #878787;
	margin-bottom: 15px;
}
.news-list .item .content > p{
	font-size: 14px;
	color: #878787;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news-list .item .news-img{
	width: 200px;
	height: 140px;
	font-size: 0;
	overflow: hidden;
}
.news-list .item .news-img > img{
	width: 100%;
}
/********************** 联系我们  ***********************/
.contact-wrapper{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 50px;
	margin-bottom: 30px;
}
.contact-wrapper > div{
	flex: 1;
	padding-bottom: 50px;
}
.contact-wrapper .tel{
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
.contact-wrapper > div .hd{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20% 30px 20%;
	text-align: center;
}
.contact-wrapper > div .hd:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 4px;
	margin-left: -25px;
	background-color: #1553b2;
	content: "";
}
.contact-wrapper > div .hd .icon-img{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #e5e9ec;
	margin: 0 auto;
	box-shadow: 5px 10px 30px rgba(0,0,0,.1);
}
.contact-wrapper > div > .hd > span{
	display: block;
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}
.contact-wrapper p,
.contact-wrapper .btn-email{
	display: block;
	width: 50%;
	font-size: 15px;
	color: #333333;
	margin-left: 25%;
	margin-top: 20px;
	text-align: center;
	line-height: 24px;
}
.contact-wrapper .btn-email:hover{
	color: #25428b;
	text-decoration: underline;
}
.map{
	width: 100%;
	height: 360px;
	margin-bottom: 60px;
}
.map .title{
	height: auto;
	margin: 0;
}

/* 顶栏 */
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	z-index: 100;
}
.header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .container > .logo{
	width: 160px;
	height: 80px;
	overflow: hidden;
	font-size: 0;
}
.header .container > .logo img{
	width: 100%;
}
.header .container .nav-wrapper{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	max-width: 950px;
	width: 100%;
	height: 80px;
}
.header .container .nav-wrapper .nav-list{
	display: inline-flex;
	flex: 1;
	height: 100%;
}
.header .container .nav-wrapper .nav-list .item{
	position: relative;
	display: inline-block;
	max-width: 115px;
	width: 100%;
	line-height: 80px;
	text-align: center;
	font-size: 13px;
}
.header .container .nav-wrapper .nav-list .item:hover{
	color: #1553B2;
}
.header .container .nav-wrapper .nav-list .item[status="selected"]{
	color: #1553B2;
	font-weight: bold;
}
.header .container .nav-wrapper .nav-list .item:after{
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background-color: #e4e4e4;
	content: "";
}
.header .container .nav-wrapper .nav-list .item:first-of-type:after{
	background-color: transparent;
}
.header .container .nav-wrapper .tool-bar{
	display: inline-flex;
	align-items: center;
	height: 100%;
	margin-left: 20px;
}
.header .container .nav-wrapper .tool-bar > a{
	display: block;
	width: 72px;
	height: 100%;
	line-height: 80px;
	text-align: center;
}
.header .container .nav-wrapper .tool-bar > a > i{
	font-size: 20px;
}
.header .container .nav-wrapper .tool-bar > a.btn-wx{
	position: relative;
}
.header .ewm-wrapper{
	position: absolute;
	bottom: -150px;
	left: 50%;
	margin-left: -78px;
	width: 156px;
	height: 170px;
	background: url(../img/ewm-bg.png) no-repeat left top;
	background-size: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-top: 32px;
	display: none;
}
.header .ewm-wrapper > p{
	font-size: 11px;
	color: #878787;
	margin-top: 3px;
}
.header .container .nav-wrapper .tool-bar > a.btn-wx:hover > i{
	color: #25428b;
}
.header .btn-search{
	background-color: #f6f6f6;
}

/* 底栏 */
.footer{
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	z-index: 100;
	border-top: 1px solid #ededed;
}
.footer > .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	font-size: 12px;
	color: #878787;
}
.footer > .container > p:last-of-type{
	display: inline-flex;
	align-items: center;
}
.footer > .container > p > img{
	margin-left: 5px;
}
/* 首页  */

@media only screen and (max-width: 1440px) {
	.about-container{ background: url(../img/content/culture-bg.png) no-repeat center center; background-size: auto 100%;}
}
@media only screen and (max-width: 1368px) {
	.container{ max-width: 1120px; }
	
	.header{ height: 60px;}
	.header .container > .logo{ height: 60px;}
	.header .container > .logo > img{ height: 100%;}
	.header .container .nav-wrapper{ height: 60px;}
	.header .container .nav-wrapper .nav-list .item,.header .container .nav-wrapper .tool-bar > a{ line-height: 60px;}
	
	.footer,.footer > .container{ height: 40px;}

	
	.main{ margin-top: 60px;}
	.main .s-nav{ height: 40px;}
	.main .s-nav a.item{ line-height: 40px; font-size: 13px;}
	.search-res-list a.item{ height: 375px;}
	
	.title{ height: 50px; margin-bottom: 50px;}
	.production-list{ padding-top: 50px;}
	.title > p{ font-size: 24px;}
	.title > span{ font-size: 40px;}
	
	.search-page .ui-pagination-container > a, .search-page .ui-pagination-container > .active{ height: 35px; line-height: 35px; font-size: 13px;}
	
	.search-box{ top: 50px; width: 370px;}
	
	.search-res-list{ padding: 0 70px;}
	.search-res-list a.item > p{ font-size: 13px;}
	
	.details-title{ font-size: 24px;}
	.details-main-container .swiper-slide{ padding-top: 80px;}
	.details-main-container .swiper-slide img{ margin-top: 0; width: 80%;}
	.production-details .details-main-container .swiper-slide img{ margin-top: 0; width: 55%;}
	.related-title{ font-size: 20px;}
	.details-fl .hd > div{ font-size: 13px;}


	.case-wrapper{ padding: 50px 0;}
	.case-wrapper .case-list .item > p{ font-size: 13px;}
	.news-container{ margin-top: 50px;}
	.news-list .item{ padding: 20px;}
	.news-list .item .content .news-title{ font-size: 18px;}
	.news-list .item .content > p, .case-text p, .news-text p, .related-news .related-news-list .item, .details-bot p,
	.introduction-wrapper > .hd > p,
	.culture-wrapper .culture-content .item > p{ font-size: 13px;}
	.culture-wrapper .culture-content .item > span{ font-size: 14px;}
	#certify .swiper-slide{ width: 500px; height: 340px;}
	#certify .swiper-slide > div{ margin-top: 20px;}
	#certify .swiper-slide p{ font-size: 14px; line-height: 30px;}
}
@media only screen and (max-width: 1200px) {
	.container{ max-width: 1024px; }
	.partner-wrapper .content{ max-width: 1024px;}

}

.e93b3c{
	color: #e93b3c;
}
