@charset "utf-8";
/*CSS Document*/

body,html {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #fefeff;
	scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

h4,h5,h6 {
	font-weight: normal;
}

ul,li,dd,dl,dt,ol{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
textarea{
	margin: 0;
}
.container {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.nodata{
	background: url('../images/no_data.png') center no-repeat;
	background-size: 168px;
	padding: 250px 0 80px 0;
	text-align: center;
	color: #999;
}
/* ==============================================
	header
=================================================*/
.header_fixed {
    position: fixed!important;
}
.header{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.82);
    z-index: 9990;
    transition: all 0.3s;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	backdrop-filter:blur(6px);
}
.header .head_left{
    float: left;
	max-width: 208px;
	height: 80px;
	margin: 0px 0 0 0px;
	position: relative;
}
.header .head_left ._logo{
	display:table-cell;
	overflow: hidden;
	vertical-align: middle;
	height: 80px;
}
.header .head_left ._logo img{
	width: 100%;
	height:50px;
}
.header .head_left ._title{
	display:table-cell;
	overflow: hidden;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bolder;
	color: #333;
	height: 80px;
}


/* 主导航 */
.header .nav_box{
    line-height: 80px;
    display: block;
    color: #333;
    font-size: 14px;
}
.header .nav_box li{
    position: relative;
    float: left;
    line-height: 50px;
    padding: 15px 20px;
}
.header .nav_box .on > a{
	color: #ed0012;
}
.header .nav_box li a{
    font-size: 16px;
	color: #000;
}
.header .nav_box li::after{
	right: 0;
	left: 0;
	position: absolute;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	bottom: 25px;
	transition: all 0.5s;
}
.header .nav_box li .nav_sub {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 80px;
    width: 120px;
    line-height: 25px;
    text-align: center;
	background-color: rgba(255, 255, 255, 0.97);
	backdrop-filter:blur(6px);
}
.header .nav_box li .nav_sub li{
    width: 100%;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid white;
}
.header .nav_box li .nav_sub li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
    padding: 0 10px;
    line-height: 45px;
}
.header .nav_box ._li:hover ._lia{
	color: #ed0012;
}
.header .nav_box ._li:hover::after{
    border-bottom: 6px solid #ed0012;
    bottom: 0;
}

@media (max-width: 1200px) {
	.header .nav_box li{
		padding: 15px 10px;
	}
}

@media (max-width: 992px) {
    .banner-container{
        margin-top: 50px !important;
    }
	.header,
	.header {
	  height: 50px;
	}
	.header {
	  border-bottom: 1px solid #dcdcdc;
	}
    .header .head_left{
        height: 50px;
    }
	.header .head_left ._logo{
	  max-width: 110px;
	  height: 50px;
	  font-size: 0px;
	  line-height: normal;
	}
	.header .head_left ._logo img{
		height:28px;
	}
	.header .head_left a{
	  height: 50px;
	}
	.header .head_left ._title{
		height: 50px;
	}
	
	.nav_handle {
	  color: white;
	  cursor: pointer;
	  width: 50px;
	}
	.nav_handle a {
	  display: block;
	  overflow: hidden;
	}
	.nav_handle span {
	  float: left;
	  width: 25px;
	  height: 2px;
	  background-color: #555555;
	  margin-top: 6px;
	  -ms-transform-origin: 7% 50%;
	  -moz-transform-origin: 7% 50%;
	  -webkit-transform-origin: 7% 50%;
	  -o-transform-origin: 7% 50%;
	  transition: all 0.3s;
	  margin-left: 25px;
	}
	.nav_handle .line1 {
	  margin-top: 16px;
	}
	.header .nav_handle .on .line1 {
	  transform: rotate(45deg);
	}
	.header .nav_handle .on .line2 {
	  filter: alpha(opacity=0);
	  -moz-opacity: 0;
	  -khtml-opacity: 0;
	  opacity: 0;
	  transform: rotate(0);
	}
	.header .nav_handle .on .line3 {
	  transform: rotate(-45deg);
	}
}

/* 搜索 */
.search_handle {
    line-height: 80px;
    display: block;
    overflow: hidden;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    padding: 0 20px;
	display: none;
}
.search_box{
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    position: relative;
}
.search_box .search_inner {
    position:absolute;
    z-index: 100;
    top: 79px;
    right: 0;
    display: none;
    width: 360px;
    padding: 20px;
    background: #f5f5f5;
}
.search_box .close_btn {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #1e1e1e;
    line-height: 36px;
}
.search_box .search_btn {
    color: #1e1e1e;
    font-size: 18px;
    border: none;
    line-height: 36px;
    background-color: transparent;
}
.search_box .search_inner input{
    background: none;
    border: none;
    height: 36px;
    width: 260px;
    padding: 10px;
    border-bottom: #666 solid 1px;
}
.search_box .search_inner input:focus {
    background-color: transparent;
    outline: none;
}

@media (max-width:992px) {
	.search_handle{
		line-height: 50px;
        padding: 0 0px;
	}
	.search_box .search_inner {
        position:fixed;
        width: 100%;
	    height: 100%;
        top: 0;
        left: 0;
        background: #fff;
	}
    .search_box .search_inner input{
        width: calc(100% - 80px);
    }
	.search_box .close_btn {
        position: absolute;
        top: 0px;
        right: 10px;
	}
	.search_box .search_btn {
	    width: 50px;
	    font-size: 20px;
	}
}

/* 手机导航 */
.header .menu_box {
    display: block;
    position: fixed;
    z-index: 90;
    top: 50px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0;
    transform: translateX(-100%);
    transition: 0.6s ease-in-out;
	background-color: rgba(255, 255, 255, 0.97);
	backdrop-filter:blur(6px);
}
.header .menu_box ul {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 120px;
}
.header .menu_box ._li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}
.header .menu_box ._li ._lia{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 15px;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 3;
    font-weight: normal;
}
.header .menu_box ._li span{
	display: flex;
	width: 20%;
}
.header .menu_box ._li i {
    position: absolute;
    right: 15px;
    padding-left: 0;
    height: 42px;
    top: 0;
    text-align: center;
    color: #888888;
    font-size: 12px;
    line-height: 42px;
}
.header .menu_box ._li .menu_sub {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 30px;
    display: none;
    background: #f5f5f5;
}
.header .menu_box ._li .menu_sub li {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #666;
    line-height: 3;
    border-bottom: 1px solid #eeeeee;
}
.header .menu_box.open{
	transform: translateX(0);
	transition: 0.6s ease-in-out;
}
.header .menu_box .on ._lia {
    color: white;
    background-color: #ed0012;
}
.header .menu_box.on ._li .son {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/* lang */
.header .lang_box {
    line-height: 80px;
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    margin: 0 10px;
    position: relative;
}
.header .lang_box i {
    line-height: 80px;
    display: block;
    color: #1e1e1e;
    cursor: pointer;
    font-size: 24px;
}
.header .lang_box .lang {
    position: absolute;
    z-index: 999;
    top: 80px;
    left: 0;
    display: none;
    height: 90px;
    width: 36px;
    text-align: center;
    background-color: #f6f6f6;
    overflow: hidden;
}
.header .lang_box a, .header .lang_box .lang i {
    float: left;
    padding: 0px 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.header .lang_box a {
    color: #222;
    border-bottom: 1px solid #ffffff;
}
@media (max-width:992px) {
	.header .lang_box{line-height: 50px;}
	.header .lang_box i{line-height: 50px;}
	.header .lang_box .lang{
		top: 50px;
		width: 80px;
	}
}

/* ==============================================
				banner海报
============================================== */
.banner-container{
    margin-top: 80px;
}
.banner,.banner ul li,
.banner ul li a,
.banner ul li a img{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.banner .swiper-pagination-bullet-active{
	background: #ed0012;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
	color: #ed0012;
	font-size: 16px;
}
.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next{
	left: 5%;
}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{
	right: 5%;
}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}

.adv-container{
    display: block;
    overflow: hidden;
}
.adv-container img{
    display: block;
    overflow: hidden;
    width: 100%;
}

/* ==============================================
	crumb
============================================== */
.crumb{
    background: #fefeff;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.crumb li{ float: left;}
.crumb li a{
    color: #666;
}
.crumb li i{color: #666; font-size: 14px; padding: 0 5px; }
@media (max-width:992px) {
    .crumb{
        padding: 15px 0;
    }
}

/* ==============================================
	bodyer
============================================== */
.bodyer{
	overflow: hidden;
	padding: 20px 0;
}
@media (max-width:992px) {
	.bodyer .container{
		padding: 0!important;
	}
}
.bodyer .left_box{
	overflow: hidden;
	width: 250px;
	float: left;
	margin-right: 30px;
}
.bodyer .left_box .nav_item{
    overflow: hidden;
    margin-bottom: 20px;
}
.bodyer .left_box .nav_item h2, 
.bodyer .left_box .contact_item h2{
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    padding: 0;
    margin: 0;
	border-bottom: #888 solid 1px;
	position: relative;
}
.bodyer .left_box .nav_item h2::after, 
.bodyer .left_box .contact_item h2::after{
	content: "";
    height: 2px;
	width: 68px;
	background: #888;
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0px;
}
.bodyer .left_box .nav_item ul{
	overflow: hidden;
	border-top: none;
}
.bodyer .left_box .nav_item ul li{
	overflow: hidden;
	padding: 0;
	background: #f8f8f8;
	margin-bottom: 2px;
}
.bodyer .left_box .nav_item ul li:last-child{
	border-bottom: none;
}
.bodyer .left_box .nav_item ul li a{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
}
.bodyer .left_box .nav_item ul li.active > a{
	color: #ed0012;
}
.bodyer .left_box .nav_item ul li:hover a{
	color: #ed0012;
}
.bodyer .left_box .contact_item{
	overflow: hidden;
}
.bodyer .left_box .contact_item ul{
	overflow: hidden;
	border-top: none;
	padding: 10px;
	background: #f8f8f8;
}
.bodyer .left_box .contact_item ul li{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.bodyer .right_box{
	overflow: hidden;
}
@media (max-width:992px) {
	.bodyer{
		padding:0;
	}
	.bodyer .left_box{
		display: none;
	}
	.bodyer .right_box img{
		width:100%;
	}
}

/* ==============================================
	list
============================================== */

/* product */
.prolist{
    overflow: hidden;
    padding: 0px;
}
.prolist .prolist_ul{
	overflow: hidden;
}
.prolist .prolist_ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #e0e0e0;
}
.prolist .prolist_ul li:nth-child(3n){
	margin-right: 0;
}
.prolist .prolist_ul li dt{
	width: 100%;
	overflow: hidden;
}
.prolist .prolist_ul li dt img{
	width: 100%;
	display: block;
	padding: 10%;
}
.prolist .prolist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 15px 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}
.prolist .prolist_ul li:hover{
	border: 1px solid #ed0012;
}
.prolist .prolist_ul li:hover dd{
	background: #ed0012;
	color: #fff;
	border-top: 1px solid #ed0012;
}
@media (max-width:992px) {
	.prolist{
		padding: 10px;
		border: none;
	}
	.prolist .prolist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.prolist .prolist_ul li:nth-child(3n){
		margin-right: 4%;
	}
	.prolist .prolist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.prolist .prolist_ul li dd{
		font-size: 14px;
	}
}

/* article */
.article{
    overflow: hidden;
    border-top: none;
}
.article .article_ul{
	overflow: hidden;
}
.article .article_ul li{
	width: 100%;
	overflow:hidden;
	border-bottom: 1px dashed #E0E0E0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.article .article_ul li h3{
	display: block;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding: 3px 0;
}
.article .article_ul li dd{
	display: block;
	overflow: hidden;
}
.article .article_ul li dt{
	overflow: hidden;
	width: 200px;
	height: 133px;
	position: relative;
	float: left;
	margin-right: 20px;
	border: #f2f2f2 solid 1px;
	box-sizing: border-box;
}
.article .article_ul li dt img{
    display: block;
    object-fit: cover;
	width: 100%;
}
.article .article_ul li dl span{
	display: block;
    font-size: 12px;
    color: #999;
	overflow: hidden;
}
.article .article_ul li dl p{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	margin-bottom: 10px;
}
.article .article_ul li dl em{
    font-size: 14px;
    color: #999;
    display: block;
	overflow: hidden;
}
@media (max-width:992px) {
	.article{
		padding: 10px;
		border: none;
	}
	.article .article_ul li dd{
		width: 100%;
	}
	.article .article_ul li dd em{
		float: left;
	}
	.article .article_ul li dt{
		width: 128px;
		height: 85px;
		margin-right: 10px;
	}
}

/* news_article */
.news_article{
    overflow: hidden;
    border-top: none;
}
.news_article .article_ul{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8px;;
}
.news_article .article_ul li{
	width: 49%;
	overflow:hidden;
	/* border-bottom: 1px dashed #E0E0E0; */
	margin-bottom: 20px;
	background:rgba(255, 255, 255, 0.82);
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	padding:20px;
	backdrop-filter: blur(10px);
	border-radius:8px;
	display: flex;
	align-items: center;
}
.news_article .article_ul li h3{
	display: block;
	overflow: hidden;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	padding: 3px 0;
}
.news_article .article_ul li:hover h3{
	color: #ed0012;
}
.news_article .article_ul li dd{
	display: block;
	overflow: hidden;
}
.news_article .article_ul li dt{
	overflow: hidden;
	width: 200px;
	height: 133px;
	position: relative;
	float: left;
	margin-right: 20px;
	/* border: #f2f2f2 solid 1px; */
	box-sizing: border-box;
}
.news_article .article_ul li dt img{
    display: block;
    object-fit: cover;
	width: 100%;
	height:132px;
}
.news_article .article_ul li dl span{
	display: block;
    font-size: 12px;
    color: #999;
	overflow: hidden;
	text-align: left;
}
.news_article .article_ul li dl p{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	margin-bottom: 10px;
}
.news_article .article_ul li dl em{
    font-size: 14px;
    color: #999;
    display: block;
	overflow: hidden;
}
@media (max-width:992px) {
	.news_article{
		padding: 10px;
		border: none;
	}
	.news_article .article_ul li{
		width:100%;
		margin-bottom:15px;
	}
	.news_article .article_ul li dl span{
		text-align: right;
	}

	.news_article .article_ul li dd{
		width: 100%;
	}
	.news_article .article_ul li dd em{
		float: left;
	}
	.news_article .article_ul li dt{
		width: 128px;
		height: auto;
		margin-right: 10px;
		overflow: visible;
		
	}
}




/* multi-media */
.mutlist{
    overflow: hidden;
    border-top: none;
}
.mutlist .mutlist_ul{
	overflow: hidden;
}
.mutlist .mutlist_ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #E0E0E0;
}
.mutlist .mutlist_ul li:nth-child(3n){
	margin-right: 0;
}
.mutlist .mutlist_ul li dt{
    width: 100%;
    overflow: hidden;
}
.mutlist .mutlist_ul li dt img{
	width: 100%;
	display: block;
}
.mutlist .mutlist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}
.mutlist .mutlist_ul li:hover{
	border:1px solid #ed0012;
}
.mutlist .mutlist_ul li:hover dd{
	border-top: 1px solid #ed0012;
	color: #fff;
	background: #ed0012;
}
@media (max-width:992px) {
	.mutlist{
		padding: 10px;
		border: none;
	}
	.mutlist .mutlist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(3n){
		margin-right: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.mutlist .mutlist_ul li dd{
		font-size: 14px;
	}
}

/* ==============================================
	detail
============================================== */

/* product */
.product_detail{
	overflow: hidden;
	border-top: none;
	padding: 0px;
}
.product_detail ._info{
	overflow: hidden;
}
.product_detail ._info ._thumb{
	width: 452px;
    position: relative;
    float: left;
    padding-bottom: 10px;
    margin-right: 20px;
	overflow: hidden;
}
.product_detail ._info ._thumb .piclist{
	width: 100%;
	margin-bottom: 10px;
	display: block;
}
.product_detail ._info ._thumb .piclist img{
	width: 100%;
	display: block;
}
.product_detail ._info ._thumb #thumblist{
    list-style: none;
    width: 450px;
    clear: both;
}
.product_detail ._info ._thumb #thumblist li{
    display: block;
    overflow: hidden;
    float: left;
    width: 86px;
    height: 86px;
    margin-right: 8px;
    border: #eee solid 1px;
    box-sizing: border-box;
}
.product_detail ._info ._thumb #thumblist li.on{
	 border: #ed0012 solid 1px;
}
.product_detail ._info ._thumb #thumblist li .img{
    width: 86px;
    height: 86px;
    cursor: pointer;
}
.product_detail ._info ._text{
	overflow: hidden;
}
.product_detail ._info ._text h2{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}
.product_detail ._info ._text .inner_desc{
    font-size: 14px;
    margin-bottom: 10px;
}
.product_detail ._info ._text .inner_attr{
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.product_detail ._info ._text .inner_contact{
    padding: 15px;
    display: block;
    overflow: hidden;
    background: #f2f2f2;
    margin-bottom: 20px;
}
.product_detail ._info ._text .inner_link a{
    width: 156px;
    height: 45px;
    background: #ed0012;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    float: left;
    display: block;
    color: #fff;
	transition: all .8s;
}
.product_detail ._info ._text .inner_link a:hover{
	background-color: transparent;
	border: 1px solid #ed0012;
	color: #ed0012;
}
.product_detail ._content{
	overflow: hidden;
	min-height: 300px;
	margin-top: 10px;
}
.product_detail ._content ._title{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}
@media (max-width:992px) {
	.product_detail{
		border: none;
	}
	.product_detail ._info ._thumb{
		width: 100%;
		margin-right: 0;
        padding: 10px;
	}
	.product_detail ._info ._thumb .tempWrap{
        width: 100% !important;
	}
    .product_detail ._info ._thumb #thumblist{
		width: 100% !important;
	}
    .product_detail ._info ._thumb #thumblist li{
		margin-bottom: 8px;
	}
	.product_detail ._info ._text{
        width: 100%;
        padding: 10px;
		float: left;
	}
    .product_detail ._content{
        width: 100%;
        display: block;
        overflow: hidden;
        padding: 10px;
        box-sizing: border-box;
	}
    .product_detail ._content img{
        max-width: 100%;
    }
}

/* article */
.article_detail{
	overflow: hidden;
	border-top: none;
}
.article_detail ._title{
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.article_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.article_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.article_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
@media (max-width:992px) {
	.article_detail{
		border: none;
		padding: 15px;
	}
	.article_detail ._title{
		text-align: center;
	}
}

/* multi-media */
.multi_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 25px;
}
.multi_detail ._title{
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.multi_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.multi_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.multi_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
@media (max-width:992px) {
	.multi_detail{
		border: none;
		padding: 15px;
	}
	.multi_detail ._title{
		text-align: left;
	}
}

.relate_link{
	overflow: hidden;
	border-top: 1px dashed #e0e0e0;
	display: flex;
	justify-content: space-between;
	padding:15px 20px 0;
}
.relate_link a{
	display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
@media (max-width:992px) {
	.relate_link{
		padding: 10px;
		flex-direction: column;
	}
	.relate_link a{
		width: 100%;
	}
}


/* ==============================================
	guide
============================================== */
.guide_product{
	overflow: hidden;
	padding: 60px 0;
	background: #f5f5f5;
}
.guide_product ._title {
	overflow: hidden;
	text-align: center;
	margin: 5px 0 20px 0;
}
.guide_product ._title h2 {
	font-size: 36px;
}
._title h2{
	display: inline-block;
	padding:0 50px;
	position: relative;
	overflow: visible;
	margin-bottom:10px;
}
.index._title h2::after,.index._title h2::before{
	position: absolute;
	content: '';
	top:50%;
	width:130px;
	height:50px;
	background-size:contain;
}
.guide_product ._title p{
	color: #888;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.guide_product ._main{
	overflow: hidden;
	margin-top: 45px;
}
.guide_product ._main ul {
	overflow: hidden;
	margin-bottom: -1.3333%;
}
.guide_product ._main ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	background: #fff;
}
.guide_product ._main ul li dt{
	width: 100%;
	overflow: hidden;
	padding-top: 95%;
	position: relative;
}
.guide_product ._main ul li dt img{
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 10%;
	transition: all 0.5s;
}
.guide_product ._main ul li dd{
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	padding: 15px 8px;
	color: #333;
}
.guide_product ._main ul li:hover dt img{
	transform: scale(1.05);
}
.guide_product ._more {
    width: 156px;
    height: 45px;
    background: #ed0012;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #fff;
	margin: 30px auto 15px auto; 
}
@media (min-width:993px) {
	.guide_product ._main ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width:992px) {
	._title h2{
		margin-bottom:0;
	}
	.guide_product {
		padding: 30px 0;
	}
	.guide_product ._title h2 {
		font-size: 24px;
	}
	.guide_product ._main{
		margin-top:0;
	}
	.guide_product ._main ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.guide_product ._main ul li:nth-child(2n){
		margin-right: 0;
	}
}

.guide_case {
	padding: 60px 0;
	background: #f2f2f2 url(../images/cases_bg.jpg?v=7) center no-repeat fixed;
	background-size: cover;
}

.guide_case ._title{
	overflow: hidden;
	text-align: center;
	margin:5px 0 20px 0;
}

.guide_case ._title h2 {
	line-height: 1.5;
	font-size: 36px;
	color:#000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.guide_case ._title p {
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.guide_case ._main {
	margin-top: 45px;
}

.guide_case ._main ul {
	display: flex;
	flex-wrap: wrap;
}

.guide_case ._main ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
	box-sizing: border-box;
	padding: 0px;

}
.guide_case ._main ul li:nth-child(3n) {
	margin-right: 0;
}

.guide_case ._main ul li:nth-child(n+4) {
	margin-bottom: 0;
}

.guide_case ._main ul li .project-img {
	padding-top: 50%;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.guide_case ._main ul li .project-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	object-fit: cover;
	transform: scale(1);
	transition: all .5s linear;
}

.guide_case ._main ul li .project-img:hover img {
	transform: scale(1.1);
}
.guide_case ._main ul li h4 {
	font-size: 18px;
	color: black;
	line-height: 30px;
	padding: 10px 15px 0px 15px;
}

.guide_case ._main ul li p {
	color: #888;
	padding: 0px 15px  20px 15px;
	margin: 0;
}

.guide_case ._main ul li a {
	display: block;
	overflow: hidden;
}

.guide_case ._main ul li span {
	display: inline-block;
	color: white;
	padding: 8px 15px;
	font-size: 14px;
	background-color: #ff6c00;
	border-radius: 5px;
	text-align: center;
	margin: 10px 0 5px;
}
@media (max-width:1040px) {
	.guide_case ._main ul li {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.guide_case ._main ul li .project-img {
		padding-top: 40%;
	}

	.guide_case ._main ul li .project-img img {
		object-fit: contain;
	}

	.guide_case ._main ul li p {
		margin: 0 40px 0px;
	}

	.guide_case ._main ul li:nth-child(n+4) {
		margin-bottom: 20px;
	}

	.guide_case ._main ul li:last-child {
		margin-bottom: 0;
	}
}
@media(max-width:980px) {
	.guide_case {
		padding: 40px 0;
	}

	.guide_case ._title h2 {
		line-height: 30px;
		font-size: 24px;
		margin-bottom: 3px;
	}

	.guide_case ._title p {
		font-size: 14px;
		line-height: 1.4;
	}

	.guide_case ._main {
		margin-top: 30px;
	}
	.guide_case ._main ul li p {
		font-size: 14px;
		line-height: 1.4;
	}
}
@media (max-width:780px) {
	.guide_case ._main ul li p {
		margin: 0px 0px 0px;
		font-size: 14px;
	}

	.guide_case ._title p {
		font-size: 14px;
	}

	.guide_case ._main ul li .project-img {
		padding-top: 70%;
	}
}

/* ============================================================================================================================
  guide_adv
===============================================================================================================================*/
.guide_adv {
	display: block;
	overflow: hidden;
	padding: 80px 0;
	background: #f2f2f2 url(../images/adv_bg.jpg?v=5) center no-repeat fixed;
	background-size: cover;
  }
  .guide_adv ._title {
	overflow: hidden;
	text-align: center;
	margin: 5px 0 20px 0;
}
.guide_adv ._title h2 {
	font-size: 36px;
}
.guide_adv ._title p{
	color: #888;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
  .guide_adv .container .main {
	padding: 30px;
	overflow: hidden;
	background: rgba(91, 93, 101, 0.2);
  }
  .guide_adv .container .left {
	width: 35%;
	margin-right: 5%;
	float: left;
  }
  .guide_adv .guide_title,
  .guide_adv .guide_more {
	text-align: left;
  }
  .guide_adv .guide_more li {
	margin-top: 0.2rem;
  }
  .guide_adv .container .left .hd {
	width: 98%;
	display: block;
	overflow: hidden;
  }
  .guide_adv .container .left .hd li {
	display: block;
	width: 50%;
	overflow: hidden;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
  }
  .guide_adv .container .left .hd li > div {
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 0px;
	text-align: center;
	padding: 10px 10px 10px 10px;
  }
  .guide_adv .container .left .hd li > div .pic {
	display: block;
	overflow: hidden;
	width: 68px;
	height: 68px;
	margin: auto;
  }
  .guide_adv .container .left .hd li > div h3 {
	font-size: 18px;
	line-height: 36px;
	margin: 5px 0;
  }
  .guide_adv .container .left .hd li > div .onpic,
  .guide_adv .container .left .hd .on > div .inpic {
	display: none;
  }
  .guide_adv .container .left .hd .on > div {
	background-color: #ed0012;
	color: #ffffff;
  }
  .guide_adv .container .left .hd .on > div .onpic {
	display: block;
  }	
  .guide_adv .container .bd {
	width: 60%;
	float: left;
  }
  .guide_adv .container .bd ol .pic {
	padding-top: 47.7%;
	width: 100%;
	overflow: hidden;
	position: relative;
  }
  .guide_adv .container .bd ol .pic img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
  }
  .guide_adv .container .bd ol dd h3 {
	color: #000;
	font-size: 24px;
	line-height: 2;
	margin: 10px 0 5px;
	position: relative;
	padding-left: 70px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
  }
  .guide_adv .container .bd ol dd h3::before {
	content: "";
	width: 60px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
  }
  .guide_adv .container .bd ol:hover h3 {
	padding-left: 30px;
  }
  .guide_adv .container .bd ol:hover dd h3::before {
	width: 20px;
  }
  .guide_adv .container .bd ol dd p {
	color: #333;
	font-size: 14px;
	line-height: 20px;
  }
  @media (min-width: 992px) {
	.guide_adv .container .bd .guide_more {
	  display: none;
	}
  }
  @media (max-width: 992px) {
	.guide_adv {
	  margin-bottom: 0rem;
	}
	.guide_adv .container {
	  padding: 0;
	}
	.guide_adv .container .main {
	  padding: 0.5rem 15px;
	}
	.guide_adv .container .main > div {
	  width: 100%;
	}
	.guide_adv .container .left .guide_title {
	  text-align: center;
	}
	.guide_adv .container .left .hd li {
	  width: 24%;
	  padding: 15px 0;
	  margin: 0;
	}
	.guide_adv .container .left .hd {
	  width: 100%;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
	.guide_adv .container .left .guide_more {
	  display: none;
	}
	.guide_adv .container .bd{
		display: block;
		overflow: hidden;
	}
	.guide_adv .container .bd ol dd h3 {
	  font-size: 20px;
	  margin: 5px 0;
	}
	.guide_adv .container .bd ol dd p {
	  color: #7c7c7c;
	  font-size: 14px;
	  line-height: 26px;
	}
  }
  .guide_adv .guide_more {
	display: block;
	overflow: hidden;
	clear: both;
    margin: 50px 0 20px 0;
  }
  .guide_adv .guide_more li a {
    line-height: 45px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    display: block;
    background-color: #ed0012;
    width: 156px;
    text-align: center;
    margin: 0px auto 0px auto;
    overflow: hidden;
    padding: 0px;
}

.guide_about{
	overflow: hidden;
	padding: 60px 0;
	background: #ffffff;
}
.guide_about ._title {
	overflow: hidden;
	text-align: center;
	margin: 5px 0 20px 0;
}
.guide_about ._title h2 {
	font-size: 36px;
}
.guide_about ._title p{
	color: #888;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.guide_about ._main {
    overflow: hidden;
    margin-top: 45px;
}
.guide_about ._main>div {
    overflow: hidden;
    width:50%;
    display: inline-block;
    vertical-align: middle;
}
.guide_about ._main>div img{
	border-radius:0;
}
.guide_about ._main ._left {
    width:49%;
    padding-right:2%;
}
.guide_about ._main ._left h3 {
    font-weight: bold;
    margin-bottom: 10px;
	font-size: 24px;
}
.guide_about ._main ._left p {
    line-height: 35px;
    color: #666;
	font-size: 16px;
	text-indent: 2em;
}
.guide_about ._main ._left ul {
    overflow: hidden;
    margin-top: 30px;
	background-color: #ed0012;
	padding: 10px;
	border-radius:0px;
}
.guide_about ._main ._left ul li {
    width: 25%;
    float: left;
    overflow: hidden;
    text-align: left;
}
.guide_about ._main ._left ul li h4 {
    overflow: hidden;
    text-align: center;
}
.guide_about ._main ._left ul li h4 em {
    font-weight: bold;
    display: inline-block;
    line-height: initial;
	font-size: 36px;
    color: #fff;
}
.guide_about ._main ._left ul li h4 i {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-style: normal;
    color: #fff;
}
.guide_about ._main ._left ul li span {
    font-size: 14px;
    text-align: center;
    display: block;
    color: #fff;
}
.guide_about ._main ._right video,
.guide_about ._main ._right iframe,
.guide_about ._main ._right img {
    width: 100%;
    display: block;
}
.guide_about ._more {
    width: 156px;
    height: 45px;
    background: #ed0012;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    display: block;
	overflow: hidden;
    color: #fff;
	float: left;
	margin: 40px 0 15px 0; 
	transition: all 0.8s;
}
.guide_about ._more:hover{
	background-color: transparent;
	border: 1px solid #ed0012;
	color: #ed0012;;
}
@media (max-width:992px) {
	.guide_about {
		padding: 30px 0;
	}
	.guide_about ._title {
		margin: 5px 0 0px 0;
	}
	.guide_about ._main{
		margin-top:0;
	}
	.guide_about ._main>div img{
		border-radius:12px;
	}
    .guide_about ._main ._left {
        width: 100%;
        padding: 0;
		margin-bottom: 20px;
    }
    .guide_about ._main ._left h3 {
        font-size: 24px;
        text-align: center;
        display: none;
    }
    .guide_about ._main ._left p {
        line-height: inherit;
        -webkit-line-clamp:3!important;
    }
    .guide_about ._main ._left ul li {
        width: 25%;
        text-align: center;
    }
    .guide_about ._main ._left ul li h4 {
        text-align: center;
    }
    .guide_about ._main ._left ul li h4 em {
		font-size: 24px;
    }
    .guide_about ._main ._left ul li h4 i {
		font-size: 12px;
    }
    .guide_about ._main ._left ul li span {
		font-size: 12px;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .guide_about ._main ._right {
        width: 100%;
    }
	.guide_about ._more {
		float: none;
		margin: 15px auto 15px auto; 
	}
}


/* ==============================================
	index_news
============================================== */
/* 首页-新闻 */
	.index_news{
		padding: 60px 0; 
		background-color: #f6f7f8;
	}

	.index_news ._title{
		overflow: hidden;
		text-align: center;
		margin:5px 0 20px 0;
	}

	.index_news ._title h2{
		font-size: 36px;
	}

	.index_news ._title p{
		color:#888;
		font-size:16px;
		padding: 0;
		margin: 0;
	}

	.index_news_tab{
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
		gap: 15px;
		padding: 0 10px;
		margin-top: 45px;
	}
	.index_news_tab li{
		width: calc((100% - 30px) / 3);
		max-width: 300px;
	}
	.index_news_tab li a{
		width: 100%;
		line-height: 40px;
		font-size: 15px;
		border: 1px solid #ed0012;
		display: block;
		text-align: center;
		color: #ed0012;
		transition: all .5s ease;
	}
	.index_news_tab li.on a{
		border-color: #ed0012;
		background: #ed0012;
		color: white;
	}
	.index_news_tab .index_news_more{
		width: calc((100% - 30px) / 3);
		max-width: 300px;
	}
	.index_news_tab .index_news_more a{
		width: 100%;
		line-height: 40px;
		font-size: 15px;
		border: 1px solid #ed0012;
		display: block;
		text-align: center;
		color: white;
		background: #ed0012;
	}

	.index_news_content{
		padding: 10px;
		display: none;
		flex-wrap: wrap;
	}
	.index_news_content.on{
		display: flex;
	}
	.index_news_left{
		width: calc((100% - 30px) / 2);
		margin-right: 30px;
	}
	.index_news_right{
		width: calc((100% - 30px) / 2);
	}
	.index_news_one:hover{
		background: #f7f7f7;
	}
	.index_news_one a{
		display: block;
		width: 100%;
	}
	.index_news_one a .pic{
		width: 100%;
		position: relative;
		padding-bottom: 46%;
	}
	.index_news_one a .pic img{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		object-fit: cover;
	}
	.index_news_one_main{
		padding: 2%;
		display: flex;
		background-color: #fff;
		margin-bottom: 2%;
	}
	.index_news_time{
		width: 140px;
	}
	.index_news_time_year{
		font-size: 28px;
		line-height: 40px;
		font-weight: bold;
		text-align: center;
	}
	.index_news_time_date{
		margin-top: 5px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	.index_news_font{
		width: calc(100% - 140px);
		padding-left: 15px;
	}
	.index_news_font_title{
		font-size: 16px;
		line-height: 24px;
	}
	.index_news_font_subtitle{
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.index_news_item{
		width: 100%;
		background: #fff;
		margin-bottom: 2%;
		padding: 2%;
	}
	.index_news_item:hover{
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	}
	.index_news_item:hover .index_news_time{
		background-color: #ed0012;
		color: #fff;
	}
	.index_news_item a{
		display: flex;
		width: 100%;
	}
	.index_news_item .index_news_time{
		padding: 15px 0;
		color: #333;
		transition:all 0.2s;
	}
	.index_news_item .index_news_font{
		padding-top: 15px;
		border-left: 1px solid #e8e8e8;
	}

	@media (max-width:1200px){
		.index_news_font_subtitle{
			margin-bottom: 0;
		}
		.index_news_item .index_news_font{
			border-left: 0;
		}
		.index_news_time{
			width: 100px;
		}
		.index_news_font{
			width: calc(100% - 100px);
			padding-left: 10px;
		}
	}

	@media (max-width:1080px){
		.index_news{
			padding: 40px 0;
		}
		.index_news_left{
			width: 100%;
			margin-right: 0;
		}
		.index_news_right{
			width: 100%;
		}

		.index_news_one_main{
			border-bottom: 1px solid #e8e8e8;
		}
		.index_news_item{
			border-bottom: 1px solid #e8e8e8;
		}
	}

	@media (max-width:768px){
		.index_news{
			padding: 30px 0;
		}
		.index_news_tab{
			gap: 10px;
			flex-wrap: wrap;
			width: 100%;
			margin-top:20px;
		}
		.index_news_more{
			display: none;
		}
		.index_news_tab li{
			width: calc(50% - 5px);
		}
		.index_news_tab li a {
			font-size: 14px;
		}
		.index_news_font_subtitle{
			margin-top: 5px;
		}
		.index_news_time_date{
			margin-top: 0;
		}
		.index_news_content{
			padding: 0;
		}
		.index_news_time{
			width: 80px;
		}
		.index_news_time_year{
			font-size:18px;
		}
		.index_news_item .index_news_time{
			padding:0;
		}
		.index_news_time{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
	}





/* ==============================================
	page-about
============================================== */
.about_wrap{
	overflow: hidden;
	padding: 50px 0;
}
.about_wrap ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.about_wrap ._title h2{
	font-size: 28px;
    font-weight: normal;
}
.about_wrap ._title p {
    font-size: 16px;
    color: #999;
	padding: 0;
	margin: 0;
}
.about_wrap ._main{
	overflow: hidden;
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.about_wrap ._main .sub_left{
	overflow: hidden;
	width: 48%;
	float: left;
}
.about_wrap ._main .sub_left img{
	width: 100%;
	display: block;
}
.about_wrap ._main .sub_right{
	overflow: hidden;
	width: 50%;
	float: right;
	padding:0 0px 0 30px;
	font-size:16px;
}
.about_wrap ._main .sub_right h2{
	font-size: 18px;
	color: #ed0012;
}
.about_wrap ._main .sub_right p{
	line-height:30px;
	text-indent: 2em;
}
.about_wrap ._main .sub_right em{
	display: block;
	width: 60px;
	height: 3px;
	background: #ed0012;
	margin: 10px 0;
}
.about_wrap ._main .sub_right>div{
	color: #666;
}
@media (max-width:992px) {
	.about_wrap{
		padding:25px 0;
	}
	.about_wrap ._title h2{
		font-size: 18px;
		margin-bottom: 0;
	}
	.about_wrap ._title p{
		font-size: 14px;
	}
	.about_wrap ._main{
		overflow: hidden;
		margin-top: 10px;
		display: block;
	}
	.about_wrap ._main .sub_left{
		width: 100%;
	}
	.about_wrap ._main .sub_right{
		width: 100%;
		padding:20px 0;
	}
	.about_wrap ._main .sub_right h2{
		font-size: 18px;
	}
}

.environment_wrap{
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 50px 0;
}
.environment_wrap ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.environment_wrap ._title h2{
	font-size: 28px;
    font-weight: normal;
}
.environment_wrap ._title p {
    font-size: 16px;
    color: #999;
	padding: 0;
	margin: 0;
}
.environment_wrap ._main{
	overflow: hidden;
	margin-top: 10px;
}
.environment_wrap ._main ul li{
	overflow: hidden;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.environment_wrap ._main ul li:nth-child(4n){
	margin-right: 0;
}
.environment_wrap ._main ul li dt{
	width: 100%;
	overflow: hidden;
}
.environment_wrap ._main ul li dt img{
	width: 100%;
	display: block;
}
.environment_wrap ._main ul li dd{
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}
@media (max-width:992px) {
	.environment_wrap{
		padding:25px 0;
	}
	.environment_wrap ._title h2{
		font-size: 18px;
		margin-bottom: 0;
	}
	.environment_wrap ._title p{
		font-size: 14px;
	}
	.environment_wrap ._main ul li{
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.environment_wrap ._main ul li:nth-child(2n){
		margin-right: 0;
	}
}

.honor_wrap{
	overflow: hidden;
	padding: 50px 0;
}
.honor_wrap ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.honor_wrap ._title h2{
	font-size: 28px;
    font-weight: normal;
}
.honor_wrap ._title p {
    font-size: 16px;
    color: #999;
	padding: 0;
	margin: 0;
}
.honor_wrap ._main{
	overflow: hidden;
	padding: 20px;
	position: relative;
}
.honor_wrap ul li{
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
}
.honor_wrap ul li img{
	width: 100%;
	display: block;
}
.honor_wrap ul li dd{
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
}
@media (max-width:992px) {
	.honor_wrap ._title h2{
		font-size: 18px;
		margin-bottom: 0;
	}
	.honor_wrap ._title p{
		font-size: 14px;
	}
	.honor_wrap ._main ul li{
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.honor_wrap ._main ul li:nth-child(2n){
		margin-right: 0;
	}
}

/* ==============================================
	guide_hoors
============================================== */
	.guide_hoors{
		overflow: hidden;
		position: relative;
		padding: 50px 0;
		background: url('/themes/skin/static/images/hoors_bg.jpg') center /cover no-repeat;
		background-color: #fff;
	}
	.guide_hoors ._title{
		text-align: center;
	}
	.guide_hoors ._title h2{
		font-size:28px;
		font-weight: normal;
	}
	.guide_hoors ._title p{
		font-size:16px;
		color:#999;
		padding:0;
		margin:0;
	}
	.guide_hoors ._main{
		position: relative;
	}
	.guide_hoors .mpa_Swiper{
		overflow: hidden;
		margin: 0.4rem 0 0;
		text-align: center;
	}
	.guide_hoors .mpa_Swiper li{
		overflow: hidden;
	}
	.guide_hoors .mpa_Swiper ._pic{
		position: relative;
		margin: 0 auto;
		max-width: 297px;
		padding-bottom: 0;
		height: 470px;
		overflow: hidden;
		background: url(../images/hoors.png) center no-repeat;
		background-size:100%;
	}
	.guide_hoors .mpa_Swiper ._pic img{
		display: block;
		max-width:92%;
		position:absolute;
		top:50%;
		left:50%;
		transform: translate(-50% ,-50%);
	}
	.guide_hoors .mpa_Swiper p{
		margin:8px auto 0;
		max-width:265px;
		font-size:18px;
		line-height: 30px;
		height: 60px;
		font-weight: 500;
		color: #333;
		
	}
	.guide_hoors .next-btn ,.guide_hoors .prev-btn {
		border-color: #ffffff;
		margin-top: -60px;
		color:#ed0012;
	}
	.guide_hoors .next-btn{
		right: -0.6rem;
	}
	.guide_hoors .next-btn i ,.guide_hoors .prev-btn i{
		color: #ffffff;
	}
	.guide_hoors .prev-btn{
	left: -0.6rem;
	}

	.guide_hoors .bw{position:absolute;left:50%;top:50%;width:23vw;height:23vw;margin:-11.5vw 0 0 -11.5vw;}
	.guide_hoors .bw em{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50%;box-sizing:border-box;border:1px solid rgba(255,255,255,.15);animation:bwanima 5s linear;animation-iteration-count:infinite;}
	.guide_hoors .bw .b2{animation-delay:1s;}
	.guide_hoors .bw .b3{animation-delay:2s;}
	.guide_hoors .bw .b4{animation-delay:3s;}
	.guide_hoors .bw .b5{animation-delay:4s;}
	@keyframes bwanima{
	0% {transform:scale(0);opacity:1;}
	100% {transform:scale(4);opacity:0;}
	}
	@keyframes bwanima2{
	0% {transform:scale(0);opacity:1;}
	100% {transform:scale(4);opacity:0;}
	}

	@media (max-width:1320px) {
		.guide_hoors .mpa_Swiper ._pic{
			padding-bottom: 140%;
			height:inherit;
		}
	}
	@media (max-width:1650px) {
		.guide_hoors .mpa_Swiper p{
			font-size:16px;
			line-height:24px;
			height:48px;
		}
		.guide_hoors .next-btn ,.guide_hoors .prev-btn {
			margin-top: -48px;
		}

		.guide_hoors .next-btn{
			right: -0.4rem;
		}
		.guide_hoors .prev-btn{
		left: -0.4rem;
		}
	}
	@media (max-width:992px) {
		.guide_hoors{
			padding:25px 0;
		}
		.guide_hoors .mpa_Swiper p{
			font-size:14px;
			line-height:20px;
			height:40px;
		}
		.guide_hoors ._main{
			padding-bottom:0.1rem;
			position: relative;
		}
		.guide_hoors ._btn{
			position: absolute;
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: space-between;
			z-index: 999;
			top:30%;
		}
		.guide_hoors .next-btn ,.guide_hoors .prev-btn {
			margin: 0 8px 0;
			position: relative;
			float: left;
			transform:scale(0.55);
			background: rgba(255, 255, 255, 0.4);
			color:#333;
		}
	}



.inquiry_warp{
	overflow: hidden;
	padding: 30px;
	margin: 30px auto;
}
.inquiry_warp h2{
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.inquiry_warp #feedback{
	overflow: hidden;
	max-width: 650px;
	margin: 0 auto;
}
.inquiry_warp #feedback .form-row{
	overflow: hidden;
	margin-bottom: 15px;
}
.inquiry_warp #feedback .form-row .row-controls {
	line-height: normal;
}
.inquiry_warp #feedback .form-control{
	height: auto;
	padding: 10px 12px;
	color: #666;
	border: 1px solid #e0e0e0;
	line-height: normal;
}
.inquiry_warp #feedback .form-btn{
	width: 250px;
	height: 45px;
	line-height: 45px;
	background-color: #ed0012;
	color: #fff;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 16px;
	cursor: pointer;
	transition: all .8s;
}
.inquiry_warp #feedback .form-btn:hover{
	background-color: transparent;
	border: 1px solid #ed0012;
	color:#ed0012;
}
.inquiry_warp #feedback .form-btn::after{
	border: none;
}
.inquiry_warp .error{
	color: eb5c20;
	margin-right: 5px;
}
.inquiry_warp .json-msg{
	color: #ed0012;
}
.inquiry_warp .success{
	color: green;
}
.verify_box{
	position: relative;
}
.verifylink{
	padding-left: 15px;
	color: #1d3c5b;
	line-height: 37px;
}
.verifyimg{
	cursor:pointer; 
	height:37px; 
	display: none; 
	top: 0; 
	position: absolute;
	left: 136px;
}
@media (max-width:992px) {
	.inquiry_warp{
		overflow: hidden;
		background: #fff;
		border-radius: 0;
		box-shadow: none;
		padding: 15px;
		margin: 0 auto;
	}
	.inquiry_warp h2{
		font-size: 18px;
	}
	.inquiry_warp .row-label { width: 100% !important; text-align: left;}
	.inquiry_warp .row-controls{ margin-left:0;}
	.inquiry_warp .form-control { width: 100% !important;}
	.inquiry_warp .verifyimg{
		position: relative;
		top: 0; 
		left: 0px;
		z-index: 10;
		vertical-align: middle;
		padding-top: 10px;
	}
	.inquiry_warp #feedback .form-btn{
		width:100%;
		height:40px;
		line-height:40px;
		border-radius:25px;
	}
}

/* ==============================================
	page-contact
============================================== */
.detail_contact{
	display: block;
	overflow: hidden;
}
.detail_contact ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.detail_contact ._title h2{
	font-size: 24px;
}
.detail_contact ._title p {
    font-size: 16px;
    color: #999;
	padding: 0;
	margin: 0;
}
.detail_contact .contact_box{
	overflow: hidden;
	padding: 60px 0;
}

.detail_contact .contact_box ._main{
	display: block;
	overflow: hidden;
}
.detail_contact .contact_box .sub_left{
	width: 48%;
	overflow: hidden;
	float: left;
	padding: 0 30px;
}
.detail_contact .contact_box .sub_left h2{
	color: #e60012;
	font-weight: bold;
}
.detail_contact .contact_box .sub_left ul{
	overflow: hidden;
}
.detail_contact .contact_box .sub_left ul li{
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	height: 62px;
	line-height: 62px;
	font-size: 16px;
}
.detail_contact .contact_box .sub_left ul li img{
	width: 48px;
	margin-right: 10px;
}
.detail_contact .contact_box .sub_right{
	overflow: hidden;
	float: right;
	width: 50%;
}
@media (max-width:992px) {
	.detail_contact .contact_box{
		padding:30px 0;
	}
	.detail_contact .contact_box ._title h2{
		font-size: 18px;
		margin-bottom: 0;
	}
	.detail_contact .contact_box .sub_left{
		width: 100%;
	}
	.detail_contact .contact_box .sub_left ul li{
		min-height:62px;
		display: flex;
		align-items: center;
		line-height: normal;
	}
	.detail_contact .contact_box .sub_right{
		width: 100%;
		padding: 0 15px;
	}
}

.detail_contact .inquiry_box{
	overflow: hidden;
	padding: 60px 0;
	background: #f5f5f5;
}
.detail_contact .inquiry_box ._main{
	display: block;
	overflow: hidden;
	height: 100%;
	background: #FFf url('../images/inquiry.jpg') no-repeat;
	background-size: 100vh; 
}
.detail_contact .inquiry_box .inquiry_left{
	width: 49%;
	float: left;
	overflow: hidden;
	vertical-align: middle;
	height: 100%;
}
.detail_contact .inquiry_box .inquiry_left img{
	width: 100%;
	display: block;
	position: relative;
	top: 50%;
}
@media (max-width:992px) {
	.detail_contact .inquiry_box{
		padding:30px 0;
	}
	.detail_contact .inquiry_box ._title h2{
		font-size: 18px;
		margin-bottom: 0;
	}
	.detail_contact .inquiry_box ._main{
		background-size: 100%; 
	}
	.detail_contact .inquiry_box .inquiry_left{
		width: 100%;
		height: 200px;
	}
}

/* ==============================================
	page-inquiry
============================================== */
.detail_inquiry{
	display: block;
	overflow: hidden;
	padding: 50px 0;
}
.detail_inquiry ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.detail_inquiry ._title h2{
	font-size: 24px;
}
.detail_inquiry ._title p {
    font-size: 16px;
    color: #999;
	padding: 0;
	margin: 0;
}
@media (max-width:992px) {
	.detail_inquiry ._title h2{
		font-size: 18px;
		margin-bottom: 0;
	}
}


/* ==============================================
	chat-online
============================================== */
.pop_chat {
    position: fixed;
    z-index: 999;
    right: 16px;
    top: 50%;
    margin-top: -155px;
    width: 66px;
    background-color: #5b5d65;
}
.pop_chat ._item {
    padding-top: 10px;
    width: 100%;
    height: 70px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
}
.pop_chat ._item:last-child {
	background-color: #ed0012;
}
.pop_chat ._item:hover {
	background-color: #1d3c5b;
}
.pop_chat ._item .inner {
    text-align: center;
    font-size: 12px;
}
.pop_chat ._item .inner p {
    color: #ffffff;
	padding: 0;
	margin: 0;
}
.pop_chat .inner img {
    width: 31px;
}
.pop_chat ._handle {
    width: 290px;
    position: absolute;
    top: 0;
    right: 66px;
    display: none;
}
.pop_chat ._handle ._main {
    position: relative;
    /* width: 270px; */
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 23px 30px;
}
.pop_chat ._handle ._main::after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 50%;
    right: -13px;
	transform:translateY(-50%);
}
.pop_chat .weixin_box ._main>div {
    padding-left: 30px;
    background: url(../images/pop_icon2-1.png) no-repeat left;
    background-size: 24px 24px;
}
.pop_chat .weixin_box p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-top: 5px;
	margin: 0;
}
.pop_chat .weixin_box img {   
    width: 66px;
    height: 66px;
    position: absolute;
    right: 30px;
    top: 20px;
}
.pop_chat ._handle b{
    font-size: 16px;
    color: #ed0012;
}
.pop_chat .goback {
    height: 50px;
    display: block;
}
.pop_chat ._item:hover>._handle {
    display: block;
}
/* ==============================================
	footer
============================================== */
.footer {
	background-color: #ccc;
	overflow: hidden;
	padding: 60px 0;
}
.footer_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 30px;
}
.footer .foot_contact {
	overflow: hidden;
	width: 40%;
}
.footer .foot_contact h2 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .foot_contact h2 a {
	color: #333;
}
.footer .foot_contact h3 {
	margin: 0;
	font-size: 14px;
    font-weight: normal;
	color: #333;
}
.footer .foot_contact p {
	margin: 0;
	font-size: 24px;
	color: #fff;
	margin-bottom: 5px;
}
.footer .foot_contact p a {
	color: #ed0012;
	font-weight: bold;
	font-size: 36px;
}
.footer .foot_contact ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer .foot_contact ul li {
	list-style: none;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}

.footer .foot_contact ul li a {
	color: #333;
}

.footer .foot_nav {
	overflow: hidden;
	display: flex;
	align-content: space-between;
	align-items: flex-start;
}
.footer .foot_nav ul {
	margin-left: 68px;
	overflow: hidden;
	max-width: 368px;
}
.footer .foot_nav ul h2 {
	font-size: 20px;
	margin: 0;
	margin-bottom: 10px;
    font-weight: 400;
}
.footer .foot_nav ul h2 a {
	color: #333;
}
.footer .foot_nav ul ol {
	padding: 0;
}
.footer .foot_nav ul ol li {
	list-style: none;
	line-height: 35px;
	height: 35px;
}
.footer .foot_nav ul ol li a {
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.footer .foot_nav ul:first-child {
	margin-left: 0;
}
.footer .foot_info {
	width: 10%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .code_box {
    display: block;
    overflow: hidden;
}
.footer .code_box span {
	width: 100%;
	display: block;
	overflow: hidden;
	border: 2px solid #ffffff;
}
.footer .code_box span img {
	width: 100%;
	display: block;
}
.footer .code_box p {
    display: block;
	overflow: hidden;
	margin: 10px 0 0;
	font-size: 14px;
	text-align: center;
	color: #333;
}

/*--友情链接--*/
.footer .foot_link {
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333;
	padding: 15px 0 10px 0;
}
.footer .foot_link a {
	font-size: 14px;
	color: #333;
	padding: 0 10px;
}
.footer .foot_copyright {
	overflow: hidden;
	padding:10px 5px;
	border-top: 1px solid #c1c1c1;
}
.footer .foot_copyright .foot_copyright-fl {
	display: flex;
	align-items: center;
	align-content: center;
	float: left;
}
.footer .foot_copyright .foot_copyright-fl p,
.footer .foot_copyright .foot_copyright-fl a {
	font-size: 14px;
	color: #333;
	margin: 0;
}
.footer .foot_copyright .foot_copyright-fr {
	float: right;
}
.footer .foot_copyright .foot_copyright-fr a {
	color: #333;
	font-size: 14px;
}
@media (max-width:992px) {
	.footer {
		padding: 30px 0 0px;
	}
    .footer_box {
		flex-wrap: wrap;
		margin-bottom:0;
	}
	.footer .code_box {
		max-width: 200px;
		margin: 20px auto;
	}
    .footer .code_box span {
        width: 50%;
        margin: 0px auto;
    }
	.footer .foot_nav {
		display: none;
	}
	.footer .foot_info {
		width: 100%;
		flex-direction: row-reverse;
	}
	.footer .foot_contact h2 {
		font-size: 18px;
	}
	.footer .foot_contact h3 {
		font-size: 14px;
	}
	.footer .foot_contact p a {
		font-size: 28px;
	}
	.footer .foot_contact ul li {
		font-size: 14px;
	}

	.footer .foot_contact ul li a {
		font-size: 14px;
	}
	.footer .foot_contact {
		padding-left: 0;
		padding-right: 20px;
		width: 100%;
		text-align: center;
	}
	.footer .foot_copyright .foot_copyright-fl {
		flex-wrap: wrap;
		justify-content: center;
		float: initial;
	}
	.footer .foot_copyright .foot_copyright-fr {
		float: inherit;
		text-align: center;
	}
	.footer .foot_copyright .foot_copyright-fl p, .footer .foot_copyright .foot_copyright-fl a{
		text-align: center;
	}
}
@media (max-width:768px) {
	.footer .foot_copyright {
		margin-top: 20px;
	}
	.foot_link{
		display: none!important;
	}
	.footer .code_box{
		margin:5px auto;
	}
}

