@charset "utf-8";
/*CSS Document*/
html {
    --shuwon-base-rem: calc(100vw / 192);
    font-size: calc(var(--shuwon-base-rem))
}
body {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #fff;
}

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: 1600px;
	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;
}

.ibtn_blue{
    display: block;
    overflow: hidden;
    width: 208px;
    text-align: center;
    background: #1a1ae2;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 2.6;
	border: none;
	cursor: pointer;
}
.ibtn_blue b{
    font-family: '宋体';
    font-size: 20px;
    padding-left: 10px;
}
@media (max-width: 992px) {

	.ibtn_blue{
		width: 160px;
		border-radius: 30px;
		font-size: 16px;
		line-height: 2.5;
		margin-bottom: 10px;
	}
	.ibtn_blue b{
		font-family: '宋体';
		font-size: 16px;
		padding-left: 5px;
	}

}
/* ==============================================
	header
=================================================*/
.header_fixed {
    position: fixed!important;
}
.header{
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    height: 80px;
	color: #fff;
    z-index: 9990;
    transition: all 0.3s;
	margin: 0 auto;
}
.header ._container{
	display: block;
	height: 80px;
    background-color: #1a1ae2;
	color: #fff;
	width: 100%;
    max-width: 1600px;
	padding: 0 15px;
	margin: 0 auto;
}
.header .head_left{
    float: left;
	max-width: 360px;
	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%;
	max-height: 80px;
}

/* 主导航 */
.header .nav_box{
    display: block;
    color: #fff;
    font-size: 14px;
}
.header .nav_box li{
    position: relative;
    float: left;
    padding: 15px 28px;
}
.header .nav_box a{
	color: #fff;
}
.header .nav_box span{
	display: block;
	width: 100%;
	text-align: center;
}
.header .nav_box .on > a{
	color: #eb5c20;
}
.header .nav_box li a{
    font-size: 16px;
}
.header .nav_box li .nav_sub {
    display: none;
    position: absolute;
    left: -350px;
    right: 0px;
	padding-top: 18px;
    top: 72px;
	width: 100%;
	min-width: 780px;
}
.header .nav_box li .nav_sub ul{
	display: block;
	overflow: hidden;
	background: #ffffff;
	filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.5));
	border-radius: 5px;
	padding: 15px 5px 5px 15px;
}
.header .nav_box li .nav_sub li{
	float: left;
	display: block;
    width: 180px;
	background: #eee;
	border-radius: 50px;
	overflow: hidden;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.header .nav_box li .nav_sub li a {
    display: flex;
	justify-content:space-between;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
    padding: 10px 10px;
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.header .nav_box li .nav_sub li a>b{
	display: none;
	overflow: hidden;
	width: 24px;
	height: 24px;
	line-height: 21px;
	text-align: center;
	background: #1a1ae2;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
}
.header .nav_box li .nav_sub li:hover a>b{
	display: block;
}
.header .nav_box li .nav_sub li:hover a{
	color: #000;
}
.header .nav_box ._li:hover ._lia{
	color: #eb5c20;
}

@media (max-width: 1600px) {
	.header .nav_box  ._li{
		padding: 15px 20px !important;
	}
}
@media (max-width: 1200px) {
	.header .nav_box ._li{
		padding: 15px 10px !important;
	}
}

@media (max-width: 992px) {
	.header,
	.header {
	  height: 50px;
	}
	.header {
	  top: 0px;
	  border-bottom: 1px solid #dcdcdc;
	}
	.header ._container{
		display: block;
		overflow: hidden;
		background-color: #fff;
		color: #222;
		height: 50px;
		margin: 0 auto;
	}
	.header .nav_box a{
		color: #222;
	}
    .header .head_left{
        max-height: 50px;
    }
	.header .head_left ._logo{
	  max-width: 110px;
	  max-height: 50px;
	  height: auto;
	  font-size: 0px;
	  line-height: normal;
	}
	.header .head_left a{
	  max-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;
}
.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: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0;
    transform: translateX(-100%);
    transition: 0.6s ease-in-out;
}
.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: 100%;
    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 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 ._li.on i.son {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

/* 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,.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: #eb5c20;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
	color: #eb5c20;
	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%;
}

.adv-container{
	position: relative;
}
.adv-nav{
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 100;
	bottom: 30px;
	left: 0px;
}
.adv-nav ul{
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 1600px;
	margin:0 auto;
	border-bottom: #ccc solid 1px;
	padding-bottom: 15px;
}
.adv-nav ul li{
	float: left;
	line-height: 36px;
	width: 136px;
	background: #fff;
	border-radius: 18px;
	margin-right: 15px;
	text-align: center;
	color: #000;
	margin-bottom: 15px;
}
.adv-nav ul li>a{
	font-size: 16px;
	color: #000;
}
.adv-nav ul li.on{
	background: #fe6112;
}
.adv-nav ul li.on>a{
	color: #fff;
}
.adv-nav ul li:hover{
	background: #fe6112;
}
.adv-nav ul li:hover a{
	color: #fff;
}
@media (max-width:1600px) {
	.adv-nav ul{
		margin: 0 15px;
	}
}
@media (max-width:991px) {
	.adv-nav{
		display: block;
		overflow: auto;
		bottom: 0px;
	}
	.adv-nav::-webkit-scrollbar{
		width: 1px;
	}
	.adv-nav ul{
		width: 240%;
		border-bottom: #ccc solid 0px;
		padding-bottom: 10px;
		white-space: nowrap;
		margin: 0 10px;
	}
	.adv-nav ul li{
		float: left;
		line-height: 24px;
		width: 108px;
		background: #fff;
		border-radius: 18px;
		margin-right: 10px;
		text-align: center;
		color: #000;
		margin-bottom: 0px;
	}
	.adv-nav ul li>a{
		font-size: 12px;
		color: #000;
	}
}
/* ==============================================
	crumb
============================================== */
.crumb{
    background: #fff;
    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: #eb5c20;
}
.bodyer .left_box .nav_item ul li:hover a{
	color: #eb5c20;
}
.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 .left_box{
		display: none;
	}
}

/* ==============================================
	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%;
}
.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;
}
.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 #eb5c20;
}
.prolist .prolist_ul li:hover dd{
	background: #eb5c20;
	color: #fff;
	border-top: 1px solid #eb5c20;
}
@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;
	}
}

/* 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 #eb5c20;
}
.mutlist .mutlist_ul li:hover dd{
	border-top: 1px solid #eb5c20;
	color: #fff;
	background: #eb5c20;
}
@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: #eb5c20 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: #eb5c20;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    float: left;
    display: block;
    color: #fff;
}
.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: left;
	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: left;
	}
}

/* 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;
	padding-top: 10px;
}
.relate_link a{
	display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
@media (max-width:992px) {
	.relate_link{
		padding: 10px;
	}
	.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: 24px;
	margin-bottom: 0px
}
.guide_product ._title p{
	color: #888;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.guide_product ._main{
	overflow: hidden;
	margin-top: 10px;
}
.guide_product ._main ul {
	overflow: hidden;
	margin-bottom: -1.3333%;
}
.guide_product ._main ul li{
	width: 24%;
	float: left;
	overflow: hidden;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	background: #e5e5e5;
}
.guide_product ._main ul li:nth-child(4n){
	margin-right: 0;
}
.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;
	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{
	background: #eb5c20;
}
.guide_product ._main ul li:hover dt img{
	transform: scale(1.05);
}
.guide_product ._main ul li:hover dd{
	color: #fff;
}
.guide_product ._more {
    width: 156px;
    height: 45px;
    background: #eb5c20;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #fff;
	margin: 30px auto 15px auto; 
}
@media (max-width:992px) {
	.guide_product {
		padding: 30px 0;
	}
	.guide_product ._title h2 {
		font-size: 24px;
	}
	.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=2) center no-repeat fixed;
	background-size: cover;
}

.guide_case ._title h2 {
	line-height: 1.5;
	font-size: 24px;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.guide_case ._title p {
	text-align: center;
	font-size: 16px;
	color: #f9f9f9;
	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_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: 24px;
	margin-bottom: 0px
}
.guide_about ._title p{
	color: #888;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.guide_about ._main {
    overflow: hidden;
    margin-top: 10px;
}
.guide_about ._main>div {
    overflow: hidden;
    width:50%;
    display: inline-block;
    vertical-align: middle;
}
.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: 30px;
    color: #666;
	font-size: 16px;
}
.guide_about ._main ._left ul {
    overflow: hidden;
    margin-top: 10px;
}
.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: left;
}
.guide_about ._main ._left ul li h4 em {
    font-weight: bold;
    display: inline-block;
    line-height: initial;
	font-size: 36px;
    color: #eb5c20;
}
.guide_about ._main ._left ul li h4 i {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-style: normal;
    color: #eb5c20;
}
.guide_about ._main ._left ul li span {
    font-size: 14px;
    text-align: left;
    display: block;
    color: #666;
}
.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: #eb5c20;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    display: block;
	overflow: hidden;
    color: #fff;
	float: left;
	margin: 40px 0 15px 0; 
}
@media (max-width:992px) {
	.guide_about {
		padding: 30px 0;
	}
	.guide_about ._title {
		margin: 5px 0 0px 0;
	}
    .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: 40px auto 15px auto; 
	}
}

.guide_news {
	overflow: hidden;
	padding: 60px 0;
	background: #f5f5f5;
}
.guide_news ._title {
	overflow: hidden;
	text-align: center;
	margin: 5px 0 20px 0;
}
.guide_news ._title h2 {
	font-size: 24px;
	margin-bottom: 0px
}
.guide_news ._title p{
	color: #888;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.guide_news ._main {
    overflow: hidden;
    margin-top: 20px;
}
.guide_news ._main>div {
    width:49%;
}
.guide_news .sub_item {
    margin-bottom:15px;
}
.guide_news .sub_item .txt{
    display:block;
    color: #999;
    padding:15px;
    background-color: #ffffff;
}
.guide_news .sub_item .pic {
    width: 100%;
    height: 335px;
    object-fit: cover;
    background-size: 100% auto !important;
}
.guide_news .sub_item .time {
    width: 100%;
    padding: 0 0 5px 0;
    font-size: 14px;
	text-align: right;
}
.guide_news .sub_item h3 {
    font-size:18px;
    color: #111;
    line-height:20px;
    font-weight: normal;
}
.guide_news .sub_item p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    max-height:50px;
    margin-top: 5px;
}
.guide_news ._more {
    width: 156px;
    height: 45px;
    background: #eb5c20;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #fff;
	margin: 30px auto 15px auto; 
}
@media (max-width:992px) {
	.guide_news {
		padding: 30px 0;
	}
    .guide_news ._main>div {
        width: 100%;
    }
    .guide_news ._main {
        margin: 0;
    }
    .guide_news .sub_item .pic {
        margin: 0.3rem 0 0;
        height: auto;
        padding-top: 60%;
    }
    .guide_news l.sub_itemi p {
        -webkit-line-clamp:2;
    }
    .guide_news .sub_item{
        margin-bottom: 10px;
    }
    .guide_news .sub_item .txt{
        padding: 10px;
    }
}

/* ==============================================
	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;
}
.about_wrap ._main .sub_right h2{
	font-size: 18px;
	color: #e60012;
}
.about_wrap ._main .sub_right em{
	display: block;
	width: 60px;
	height: 3px;
	background: #e60012;
	margin: 10px 0;
}
.about_wrap ._main .sub_right>div{
	color: #666;
}
@media (max-width:992px) {
	.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 ._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;
	}
}

.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: 156px;
	height: 45px;
	line-height: 45px;
	background-color: #1a1ae2;
	color: #fff;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
}
.inquiry_warp #feedback .form-btn::after{
	border: none;
}
.inquiry_warp .error{
	color: eb5c20;
	margin-right: 5px;
}
.inquiry_warp .json-msg{
	color: #eb5c20;
}
.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;
	}
}

/* ==============================================
	page-contact
============================================== */
.detail_contact{
	display: block;
	overflow: hidden;
}
.detail_contact ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.detail_contact ._title p {
    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: 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 ._title h2{
		font-size: 18px;
		margin-bottom: 0;
	}
	.detail_contact .contact_box .sub_left{
		width: 100%;
	}
	.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%;
}
.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 ._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: #1a1ae2;
}
.pop_chat ._item:hover {
	background-color: #1a1ae2;
}
.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: 16px;
    right: -14px;
}
.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: #eb5c20;
}
.pop_chat .goback {
    height: 50px;
    display: block;
}
.pop_chat ._item:hover>._handle {
    display: block;
}
/* ==============================================
	footer
============================================== */
.footer {
	background-color: #1a1ae2;
	display: block;
	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: 28%;
}
.footer .foot_contact h2 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .foot_contact h2 a {
	color: #ffffff;
}
.footer .foot_contact h3 {
	margin: 0;
	font-size: 14px;
    font-weight: normal;
	color: rgba(255,255,255,0.6);
}
.footer .foot_contact .corp_tel {
	display: block;
	overflow: hidden;
	margin: 0;
	font-size: 24px;
	padding: 0 0 0 55px;
	line-height: 60px;
	color: #fff;
	background: url('../images/icon_phone_w.png') no-repeat left center;
	background-size: 40px 40px;
}
.footer .foot_contact .corp_tel a {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
}
.footer .foot_contact .corp_phone{
	display: none;
}
.footer .foot_contact .corp_phone a{
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.footer .foot_contact ul {
	margin: 0;
	padding: 0 0 0 55px;
	overflow: hidden;
	background: url('../images/icon_map_w.png') no-repeat left center;
	background-size: 40px 40px;
}
.footer .foot_contact ul li {
	list-style: none;
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
}

.footer .foot_contact ul li a {
	color: #fff;
}

.footer .foot_nav {
	overflow: hidden;
	display: flex;
	align-content: space-between;
	align-items: flex-start;
}
.footer .foot_nav ul {
	margin-left: 108px;
	overflow: hidden;
	max-width: 368px;
}
.footer .foot_nav ul h2 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 20px;
    font-weight: 400;
}
.footer .foot_nav ul h2 a {
	color: #fff;
}
.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 {
	color: #fff;
	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%;
	max-width: 128px;
	display: block;
}
.footer .code_box p {
    display: block;
	overflow: hidden;
	margin: 10px 0;
	text-align: center;
	color: #fff;
}

.footer  .footer_wrap{
	display: block;
	overflow: hidden;
}
.footer  .footer_wrap ._left{
	float: left;
	padding-top: 80px;
	padding-right: 30px;
	width: 70%;
}
.footer  .footer_wrap ._right{
	float: right;
	width: 30%;
	text-align: right;
	justify-content: flex-end;
}

/*--友情链接--*/
.footer .foot_link {
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 5px 0 0px 0;
}
.footer .foot_link a {
	color: #fff;
	padding: 0 10px;
}
.footer .foot_copyright {
	overflow: hidden;
	padding: 10px 0;
	color: #fff;
}
.footer .foot_copyright .foot_copyright-fl {
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
.footer .foot_copyright .foot_copyright-fl p,
.footer .foot_copyright .foot_copyright-fl a {
	color: #fff;
	margin: 0;
}
.footer .foot_copyright .foot_copyright-fr {
	display: block;
	overflow: hidden;
}
.footer .foot_copyright .foot_copyright-fr a {
	color: #fff;
}
@media (max-width:1600px) {
	.footer .foot_nav ul {
		margin-left: 68px;
	}
	.footer .foot_contact {
		width: 35%;
	}
}
@media (max-width:1200px) {
	.footer .foot_nav ul {
		margin-left: 18px;
	}
	.footer .foot_contact {
		width: 40%;
	}
}
@media (max-width:991px) {
	.footer {
		padding: 30px 0 90px 0;
	}
    .footer_box {
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.footer .code_box {
		display: inline-block;
		margin: 10px;
	}

    .footer .code_box span {
		width: auto;
		display: inline-block;
        margin: 0px auto;
    }
	.footer .foot_nav {
		display: none;
	}
	.footer .foot_info {
		width: 100%;
		flex-direction: row-reverse;
	}
	.footer .foot_contact {
		text-align: center;
	}
	.footer .foot_contact h2 {
		font-size: 18px;
		display: none;
	}
	.footer .foot_contact h3 {
		font-size: 16px;
	}
	.footer .foot_contact .corp_tel{
		display: inline-block;
		margin: 0 auto;
		text-align: center;
		padding: 0 0 0 45px;
	}
	.footer .foot_contact .corp_phone{
		display: block;
	}
	.footer .foot_contact .corp_tel b{
		display: none;
		clear: both;
	}
	.footer .corp_box{
		display: flex;
		justify-content: center;
	}
	.footer .foot_contact ul {
		clear: both;
		display: table-cell;
		margin: 0 auto;
		text-align: left;
		padding: 0 0 0 45px;
	}
	.footer .foot_contact ul li {
		display: block;
		font-size: 16px;
		clear: both;
	}

	.footer .foot_contact ul li a {
		font-size: 16px;
	}
	.footer .foot_contact {
		padding-left: 0;
		padding-right: 0px;
		width: 100%;
		text-align: center;
	}
	.footer .foot_copyright .foot_copyright-fl {
		flex-wrap: wrap;
		justify-content: center;
		float: initial;
		text-align: center;
	}
	.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;
	}

	.footer  .footer_wrap {
		display: block;
		overflow: hidden;
	}
	.footer  .footer_wrap ._left{
		display: block;
		overflow: hidden;
		float: none;
		padding: 0;
		width: auto;
	}
	.footer  .footer_wrap ._right{
		display: block;
		overflow: hidden;
		float: none;
		text-align: center;
		width: auto;
	}

	.footer .foot_link {
		display: none;
	}
	.footer .font_site{
		display: none;
	}
}
@media (max-width:768px) {
	.footer .foot_copyright {
		margin-top: 20px;
		font-size: 12px;
	}
	.foot_link{
		display: none!important;
	}
}


/* ============================================================================================================================
												手机底部导航
===============================================================================================================================*/
.footer_bnav{
    width: 92%;
    position: fixed;
    bottom: 12px;
	left: 4%;
    background: #1818c7;
    overflow: hidden;
    display:none;
    z-index: 120;
	border-radius: 10px;
}

.footer_bnav li{
    float: left;
    width: calc(25% - 1px);
    text-align: center;
    padding: 0px 0;
    cursor: pointer;
}
.footer_bnav li:last-child{
    border: 0;
}
.footer_bnav li.active {
    background: #fff;
}
.footer_bnav li.active a {
    color: #0b6ee0;
}
.footer_bnav li a {
	display: flex;
	align-items: center;
	justify-content: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.footer_bnav ._pic{
    overflow: hidden;
    height:28px;
}
.footer_bnav ._pic img{
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}
.footer_bnav li p{
	line-height: 28px;
	font-size: 16px;
    margin-left:5px
}

.footer_bnav li ._on , .footer_bnav li.active ._in{
    display: none;
}
.footer_bnav li.active ._on, .footer_bnav li ._in{
    display: block;
}
@media (max-width:992px) {
	.footer_bnav{
		display:block;
	}
}


.delay0,.delay00{ transition-delay: 0s; -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s; -o-transition-delay: 0s;}
.delay01{ transition-delay: 0.1s; -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s;}
.delay02{ transition-delay: 0.2s; -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s;}
.delay03{ transition-delay: 0.3s; -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s;}
.delay04{ transition-delay: 0.4s; -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s; -o-transition-delay: 0.4s;}
.delay05{ transition-delay: 0.5s; -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s;}
.delay06{ transition-delay: 0.6s; -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s; -o-transition-delay: 0.6s;}
.delay07{ transition-delay: 0.7s; -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s; -o-transition-delay: 0.7s;}
.delay08{ transition-delay: 0.8s; -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s; -o-transition-delay: 0.8s;}
.delay09{ transition-delay: 0.9s; -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s; -o-transition-delay: 0.9s;}
.delay10{ transition-delay: 1.0s; -moz-transition-delay: 1.0s;
  -webkit-transition-delay: 1.0s; -o-transition-delay: 1.0s;}
.delay11{ transition-delay: 1.1s; -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s; -o-transition-delay: 1.1s;}
.delay12{ transition-delay: 1.2s; -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s; -o-transition-delay: 1.2s;}
.delay13{ transition-delay: 1.3s; -moz-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s; -o-transition-delay: 1.3s;}
.delay14{ transition-delay: 1.4s; -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s; -o-transition-delay: 1.4s;}
.delay15{ transition-delay: 1.5s; -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s; -o-transition-delay: 1.5s;}
.delay16{ transition-delay: 1.6s; -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s; -o-transition-delay: 1.6s;}
.delay17{ transition-delay: 1.7s; -moz-transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s; -o-transition-delay: 1.7s;}
.delay18{ transition-delay: 1.8s; -moz-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s; -o-transition-delay: 1.8s;}
.delay19{ transition-delay: 1.9s; -moz-transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s; -o-transition-delay: 1.9s;}
.delay20{ transition-delay: 2s; -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s; -o-transition-delay: 2s;}


.section.active .scale01,.section.active .scale05,
.section.active .rotate90,.section.active .s01r90,
.section.active .skew90,.section.active .rotateX360{ 
  transition-duration: 1s; -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s; -o-transition-duration: 1s;}

.section.active .op0,.section.active .op05,.section.active .fadeindown60,.section.active .fadeinup60,
.section.active .fadeinleft60,.section.active .fadeinright60{ 
  transition-duration: 1s; -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s; -o-transition-duration: 1s;}

.section.active .find,.section.active .finu,.section.active .finl,.section.active .finr,
.section.active .tfind,.section.active .tfinu,.section.active .tfinl,.section.active .tfinr
{ transition-duration: 1s; -moz-transition-duration: 1s; -webkit-transition-duration: 1s; -o-transition-duration: 1s;}

.section.active .scl01,.section.active .scl05,.section.active .scl09,
.section.active .scl12,.section.active .scl15,.section.active .finusc05,
.section.active .findsc05,.section.active .finrsc05,.section.active .finlsc05{ 
  transition-duration: 1s; -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s; -o-transition-duration: 1s;}

.section.active .beforeY01{ transition-duration: 1s; -moz-transition-duration: 1s;
   -webkit-transition-duration: 1s; -o-transition-duration: 1s;}


/* ============================================================================================================================
												弹窗
===============================================================================================================================*/
.dialog,
.dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.dialog {
	position: fixed;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;
	z-index: 999999;
}

.dialog__overlay {
	position: absolute;
	z-index: 1;
	background: rgba(55, 58, 71, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
}

.dialog__content {
	width: 90%;
	max-width: 560px;
	min-width: 290px;
	background: #fff;
	padding: 20px;
	text-align: center;
	position: relative;
	z-index: 5;
	opacity: 0;
}

.dialog--open .dialog__content {
	pointer-events: auto;
}

/* Content */
.dialog h2 {
	margin: 0;
	font-weight: 400;
	font-size: 2em;
	padding: 0 0 2em;
	margin: 0;
}
.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
	-webkit-animation-name: anim-open;
	animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
	-webkit-animation-name: anim-close;
	animation-name: anim-close;
}

@-webkit-keyframes anim-open {
	0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); }
	100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); }
}

@keyframes anim-open {
	0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); }
	100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@-webkit-keyframes anim-close {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); }
}

@keyframes anim-close {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); transform: scale3d(0.9, 0.9, 1); }
}

.dialog1 {
  z-index: 999999;
}
.dialog1 .dialog__content {
  width: 80%;
  max-width: 1200px;
  min-width: 290px;
  background: transparent;
}
.dialog1 .closebtn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -20px;
  top: -20px;
  z-index: 2;
  background: transparent;
}
.dialog1 .closebtn .icon {
  width: 26px;
  height: 26px;
  fill: #fff;

}
.dialog1 .video {
  width: 100%;
  overflow: hidden;
  display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.dialog1 .video video {
  max-width: 100%;
  max-height:100%;
  background:#000;
  /*object-fit:cover;*/
}

@media (max-width: 767px) {
  .dialog1 .dialog__content {
    padding: 0;
    width: 90%;
  }

  .dialog1 .closebtn {
    top: -35px;
  }
  .dialog1 .video{
   
  }
}