@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;
}

@media (min-width: 992px) {
    ::-webkit-scrollbar {
        width: 6px;
        height:6px;
    }
    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #c8181a;
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #c8181a;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #c8181a;
    }
}

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: 1800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0px;
}
@media (max-width: 1800px) {
	.container {
		padding: 0 15px !important;
	}
}
.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;
	background: #fff;
}
.header_fixed .nav_box ._lia{
    color: #000;
}
.header{
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 80px;
	color: #000;
    z-index: 9990;
    transition: all 0.3s;
	margin: 0 auto;
}
.header:hover{
    background-color: #fff;
}
.header:hover .nav_box ._lia{
    color: #000;
}
.header ._container{
	display: block;
	height: 80px;
	color: #000;
	width: 100%;
	padding: 0 0px;
	margin: 0 auto;
	max-width: 1800px;
}
.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;
	padding: 15px 0;
}
.header .head_left ._logo img{
	width: 100%;
	max-height: 80px;
}

/* 主导航 */
.header .nav_box{
    display: block;
    color: #000;
    font-size: 14px;
}
.header .nav_box ._li{
    position: relative;
    float: left;
    padding: 0px 40px;
}
.header .nav_box a{
	color: #000;
}
.header .nav_box span{
	display: flex;
	width: 100%;
	text-align: center;
}
.header .nav_box .on > a{
	color: #c8181a;
}
.header .nav_box li a{
    font-size: 16px;
}

.header .nav_box ._li>a{
    line-height: 80px;
}
.header .nav_box li .nav_sub {
    display: none;
    position: absolute;
    left: calc(50% - 64px);
	padding-top: 0px;
    top: 80px;
	text-align: center;
	min-width: 128px;
}
.header .nav_box li .nav_sub ul{
	display: block;
	filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
	border-radius: 0 0 5px 5px;
	padding: 10px 5px 5px 15px;
	background: #ffffff url('../images/nav_sub_bg.png') right -5px bottom -5px no-repeat;
}
.header .nav_box li .nav_sub li{
	display: block;
	padding: 10px 2px;
	border-bottom: 1px solid #ddd;
	margin-right: 10px;
}
.header .nav_box li .nav_sub li:last-child{
	border-bottom: none;
}
.header .nav_box li .nav_sub li a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
.header .nav_box li .nav_sub li b{
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 2px;
}
.header .nav_box li .nav_sub li b img{
	width: 100%;
	height: 100%;
}
.header .nav_box li .nav_sub li:hover a{
	color: #c8181a;
}
.header .nav_box li .nav_sub li .hd_code_box{
	position: absolute;
	left:-142px;
	width: 100%;
	height: auto;
	z-index: 999;
	display: none;
}
.header .nav_box li .nav_sub li .hd_code_box img{
	width: 100%;
	height: auto;
}

.header .nav_box ._li:hover ._lia{
	color: #c8181a;
}

.header .nav_box li .product_sub {
    display: none;
    position: absolute;
    left: 0px;
	padding-top: 0px;
    top: 68px;
	width: 100%;
	background: #ffffff;
	z-index: 1000;
}
.header .nav_box li .product_sub ul {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
}
.header .nav_box li .product_sub li{
	padding: 30px 20px;
}
.header .nav_box li .product_sub ul .pro_list{
	display: none;
	justify-content: center;
	position: absolute;
	left: 0px;
	top: 82px;
	width: 100%;
	background: #ffffff;
}
.header .nav_box li .product_sub li > a{
	position: relative;
}
.header .nav_box li .product_sub li.active > a{
	color: #c8181a;
}
.header .nav_box li .product_sub li ._sli::before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom:  -28px;
	height: 5px;
	width: 100%;
	background: #c8181a;
    transform: scaleX(0);
	transition: all 0.3s ease-in-out;
	z-index: 9999;
}
.header .nav_box li .product_sub li.active ._sli::before{
	transform: scaleX(1);
}
.header .nav_box li .product_sub li.active .pro_list{
	display: flex;
}
.header .nav_box li .product_sub ul .pro_list a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	width: 300px;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 30px;
}
.header .nav_box li .product_sub ul .pro_list a ._img{
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
}
.header .nav_box li .product_sub ul .pro_list a:hover ._img{
	transform: scale(1.1);
}

.header .nav_box li .product_sub ul .pro_list a em{
	margin-top: 20px;
	font-size: 18px;
}
.header .nav_box li .product_sub ul .pro_list a:hover em{
	color: #c8181a;
}
.header .nav_box li .product_sub ul .pro_list .btn_more{
	display: block;
    padding: 12px 15px;
    background: #c71719;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
	margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1600px) {
	.header .nav_box  ._li{
		padding: 0px 25px !important;
	}
	
}
@media (max-width: 1400px) {
	.header .nav_box  ._li{
		padding: 0px 16px !important;
	}
}

@media (max-width: 1200px) {
	.header .nav_box  ._li{
		padding: 0px 16px !important;
	}
	.header .tel_box {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.header {
	  height: 60px;
	  left: 0%;
	  top: 0px;
	  width: 100%;
	  top: 0px;
	  border-bottom: 1px solid #dcdcdc;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	  position: relative;
	}
	.header ._container{
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		color: #222;
		height: 60px;
		padding: 0 15px;
		margin: 0 auto;
	}
	.header .nav_box a{
		color: #222;
	}
    .header .head_left{
		display: block;
		overflow: hidden;
		margin: 0 auto;
        max-height: 60px;
		width: 150px;
		max-width: none;
		float: none;
    }
	.header .head_left ._logo{
	  max-width: 150px;
	  max-height: 60px;
	  height: auto;
	  font-size: 0px;
	  line-height: normal;
	}
	.header .head_left a{
	  max-height: 60px;
	}
	
	.nav_handle {
	  color: white;
	  cursor: pointer;
	  width: 50px;
	  margin-top: -15px;
	  margin-left: -25px;
	  margin-right: 65px;
	}
	.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);
	}

	.tool_box{
		display: none;
		width: 100px;
	}
	.tool_box a{
		float: right;
		text-align: right;
		padding: 0 0 0 5px;
	}
	.tool_box a img{
		display: block;
		overflow: hidden;
		width: 28px;
		height: 28px;
	}
}

/* 搜索 */
.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海报
============================================== */

.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: 0px;
	left: 0px;
}
.adv-nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1600px;
	margin:0 auto;
}
.adv-nav ul li{
	float: left;
	line-height: 36px;
	margin-right: 15px;
	text-align: center;
	color: #fff;
	margin: 0px 20px;
	padding: 20px 0;
	position: relative;
}
.adv-nav ul li::before{
	content: '';
	display: block;
	overflow: hidden;
	width: 100%;
	height: 5px;
	background: #c71719;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -1;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out;
}
.adv-nav ul li.active::before,.adv-nav ul li:hover::before{
	transform: scaleX(1);
}
.adv-nav ul li>a{
	font-size: 18px;
	color: #fff;
}
.adv-nav ul li.active>a{
	color: #fff;
}
.adv-nav ul li:hover a{
	color: #fff;
}
@media (max-width:991px) {
	.adv-nav ul{
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow: auto;
	}
	.adv-nav ul li{
		flex: 0 0 auto; 
		width: 76px;
		margin-right: 5px;
		white-space: nowrap;
	}
	.adv-nav ul li>a{
		font-size: 14px;
		color: #fff;
	}
}

/* ==============================================
	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{
	display: block;
    overflow: hidden;
    padding: 0px;
	margin: 0 auto 60px auto;
}
.prolist .prolist_ul{
    display: flex;
	flex-wrap: wrap;
}
.prolist .prolist_ul li{
	width: 24%;
	float: left;
	overflow: hidden;
	margin-right: 1%;
	margin-bottom: 30px;
}
.prolist .prolist_ul li dt{
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}
.prolist .prolist_ul li dt img{
	width: 100%;
	display: block;
	transition: filter 0.4s ease; 
}
.prolist .prolist_ul li dd{
    overflow: hidden;
    text-align: left;
    padding: 2px 0px;
    font-size: 18px;
	font-weight: bold;
    color: #333;	
}
.prolist .prolist_ul li dl{
    overflow: hidden;
    text-align: left;
    padding: 2px 0px;
    font-size: 18px;
	font-weight: bold;
    color: #333;
}
.prolist .prolist_ul li:hover dd,.prolist .prolist_ul li:hover dl{
	color: #c8181a;
}
@media (max-width:992px) {
	.prolist{
		padding: 10px;
		border: none;
	}
	.prolist .prolist_ul li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 4%;
	}
	.prolist .prolist_ul li:nth-child(3n){
		margin-right: 0%;
	}
	.prolist .prolist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.prolist .prolist_ul li dd,.prolist .prolist_ul li dl{
		text-align: center;
	}
}

/* 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%;
}
.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;
}

@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 */


/* 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;
}
.article_detail ._content img{
	width: 100%;
	max-width: 1200px;
}
@media (max-width:992px) {
	.article_detail{
		border: none;
	}
	.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{
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	border-top: 1px dashed #e0e0e0;
	padding-top: 10px;
	position: relative;
	min-height: 80px;
}
.relate_link a{
	flex: 1;
    margin-bottom: 5px;
}
.relate_link a:hover{
	color: #c8181a;
}
.relate_link a.prev{
	text-align: left;
}
.relate_link a.next{
	text-align: right;
}
.relate_link .btn_back{
	position: absolute;
	top: 15px;
	right: calc(50% - 40px);
	background: #fff;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 80px;
	color: #c8181a;
	border-radius: 20px;
	padding: 0;
}
.relate_link .btn_back:hover{
	background: #c8181a;
	color: #fff;
}
@media (max-width:992px) {
	.relate_link{
		display: block;
		overflow: hidden;
		padding: 80px 10px 10px 10px;
	}
	.relate_link a{
		width: 100%;
	}
	.relate_link .btn_back{
		position: absolute;
		top: 20px;
		left: calc(50% - 40px);
	}
	.relate_link a.prev{
	text-align: left;
	}
	.relate_link a.next{
		text-align: left;
	}
}


/* ==============================================
	guide
============================================== */

.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
============================================== */

.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;
	margin-bottom: 20px;
}

.detail_contact ._title p {
    color: #999;
	padding: 0;
	margin: 0;
}
.detail_contact .contact_box{
	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: #f5f5f5;
	display: flex;
	align-items: center;
	overflow: hidden;
	height:800px;
}
.footer_left_inner {
	width: 100%;
	max-width: 840px;
	margin-right: 60px;
	padding: 50px 0;
	float: right;
}
.footer_right_inner {
	width: 100%;
}
.footer_box {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
.footer .foot_contact {
	overflow: hidden;
	width: 100%;
	background: url('../images/icon_phone_r.png') no-repeat left bottom;
	background-size: 40px 40px;
	margin-bottom: 50px;
}

.footer .foot_contact .corp_tel {
	display: block;
	overflow: hidden;
	margin: 0;
	font-size: 16px;
	padding: 0 0 0 55px;
	line-height: 40px;
	color: #000;
}
.footer .foot_contact .corp_phone{
	display: block;
	padding: 0 0 0 55px;
}
.footer .foot_contact .corp_phone a{
	display: block;
	overflow: hidden;
	color: #000;
	font-size: 36px;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.footer .foot_contact ul {
	flex: 1;
	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: #000;
	margin-bottom: 5px;
}

.footer .foot_contact ul li a {
	color: #000;
}

.footer .foot_nav {
	overflow: hidden;
	display: flex;
	align-content: space-between;
	align-items: flex-start;
	padding-bottom: 20px;
	position: relative;
}
.footer .foot_nav::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 92.5%;
	height: 1px;
	background-color: #ddd;
}
.footer .foot_nav ul {
	flex: 1;
	overflow: hidden;
}
.footer .foot_nav ul h2 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 20px;
    font-weight: 400;
}
.footer .foot_nav ul h2 a {
	color: #000;
}
.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: #000;
	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 .feedback_box {
	display: block;
	overflow: hidden;
	background: #ffffff;
	border-radius: 15px;
	margin-bottom: 10px;
}
.footer .feedback_box img {
	width: 100%;
	height: 100%;
	max-width: 400px;
	display: block;

}
.footer .code_box {
    display: block;
    overflow: hidden;
}
.footer .code_box span {
	width: 136px;
	height: 136px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border: 2px solid #ffffff;
}
.footer .code_box span img {
	width: 80px;
	height: 80px;
	margin: 10px auto;
	display: block;
}
.footer .code_box p {
    display: block;
	overflow: hidden;
	margin: 10px 0;
	text-align: center;
	color: #000;
}

.footer  .footer_wrap{
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	align-items:flex-end;
}
.footer  .footer_wrap ._left{
	flex: 1;
}
.footer  .footer_wrap ._right{
	flex: 1;
	text-align: right;
	justify-content: center;
}

/*--友情链接--*/
.footer .foot_link {
	display: flex;
	align-items: center;
	color: #000;
	padding: 5px 0 0px 0;
	height: 100%;
	background: url('../images/foot_bg.jpg') no-repeat left center / 100% auto;
}
.footer .link_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	max-width: 800px;
	margin: 40% auto 0% auto;
	background: rgba(255, 255, 255, 0.8) url('../images/link_bg.png?v=2');
	padding: 20px;
	border: 2px solid #fff;
	border-radius: 20px;
}
.footer .foot_link a {
	flex:1;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #000;
	padding: 0 10px;
	position: relative;
}
.footer .foot_link a .sh_code_box{
	position: absolute;
	left: 10%;
	top: -0px;
	width: 100%;
	max-width: 140px;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}
@media (min-width:992) {
	.footer .foot_link a:hover .sh_code_box{
		display: flex;
	}
}
.footer .foot_link a .active{
	display: flex;
}

.footer .foot_copyright {
	overflow: hidden;
	padding: 10px 0;
	color: #000;
}
.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: #000;
	margin: 0;
}
.footer .foot_copyright .foot_copyright-fr {
	display: block;
	overflow: hidden;
}
.footer .foot_copyright .foot_copyright-fr a {
	color: #000;
}
@media (max-width:1920px) {

	.footer_left_inner {
		width: 90%;
		max-width: auto;
		margin: 0 auto;
		float: none;
	}
	.footer_right_inner {
		width: 100%;
	}
}
@media (max-width:1600px) {
	.footer_box {
		margin-bottom: 0px;
	}
	.footer .foot_nav ul {
		margin-left: 68px;
	}
	.footer .code_box span {
		width: 110px;
		height: 110px;
	}
	.footer .code_box span img {
		width: 78px;
		height: 78px;
		margin: 10px auto;
		display: block;
	}
}
@media (max-width:1200px) {
	.footer .foot_nav ul {
		margin-left: 18px;
	}
	.footer .code_box span {
		width: 86px;
		height: 86px;
	}
	.footer .code_box span img {
		width: 60px;
		height: 60px;
		margin: 10px auto;
		display: block;
	}
}
@media (max-width:991px) {
	.footer {
		display: block;
		padding: 30px 0 68px 0;
		height: auto;
	}
    .footer_box {
		flex-wrap: wrap;
		border-bottom: #ddd solid 1px;
		margin-bottom: 20px;
	}
	.footer .code_box {
		display: inline-block;
		margin: 10px;
	}
	.footer .link_box {
		margin: 45px auto 100px auto !important;
	}
	.footer .feedback_box {
		padding: 10px 20px;
		margin-bottom: 10px;
	}
	.footer .feedback_box h2{
		font-size: 16px;
	}
	.footer .feedback_box span{
		font-size: 18px;
	}
	.footer .feedback_box img{
		width: 100%;
		height: 100%;
		max-width: 100%;
	}		
	.footer .code_box span {
		width: 86px;
		height: 86px;
	}
	.footer .code_box span img {
		width: 60px;
		height: 60px;
		margin: 10px auto;
		display: block;
	}

	.footer .foot_nav {
    	display: none;
	}	
	.footer .foot_info {
		width: 100%;
		flex-direction: row-reverse;
	}
	.footer .foot_contact {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.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;
		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_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: flex;
		align-items: flex-end;
		overflow: hidden;
	}
	.footer  .footer_wrap ._left{
		overflow: hidden;
		padding: 0;
		flex: 1;
		margin-right: 20px;
	}
	.footer  .footer_wrap ._right{
		flex: 1;
		overflow: hidden;
		text-align: center;
		width: auto;
	}

	.footer .foot_link{
		height: 600px;
	}
	.footer .link_box{
		flex-wrap: wrap;
		margin: 0 auto 0 auto;
	}
	.footer .link_box a{
		width: 50%;
		flex: none;
		padding: 20px 10px;
	}
	.footer .foot_link a .sh_code_box{
		position: absolute;
		left: 15%;
		top: -10px;
		width: 100%;
		max-width: 130px;
		height: 100%;
		justify-content: center;
		align-items: center;
	}

}
@media (max-width:767px) {
	.footer_left_inner {
		width: 96%;
		padding: 0px 0 10px 0;; 
	}
	.footer .foot_link {
        height: auto !important;
    }
	.footer  .footer_wrap {
		flex-wrap: nowrap;
	}
	.footer  .footer_wrap ._left{
		overflow: hidden;
		padding: 0;
		flex: 1;
		margin-right: 0px;
	}
	.footer  .footer_wrap ._right{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer .link_box a img{
		width: 50%;
		margin: 0 auto;
	}
	.footer .foot_link a .sh_code_box{
		position: absolute;
		left: 15%;
		top: -10px;
		width: 100%;
		max-width: 130px;
		height: 100%;
		justify-content: center;
		align-items: center;
		z-index: 9999;
	
	}
	.footer .foot_link a .sh_code_box img{
		width: 86%;
		height: auto;
	}

}
@media (max-width:576px) {
	.footer .code_box p{
		font-size: 12px;
	}
	.footer .code_box span {
		width: 68px;
		height: 68px;
	}
	.footer .code_box span img {
		width: 48px;
		height: 48px;
		margin: 10px auto;
		display: block;
	}
}
/* ============================================================================================================================
												手机底部导航
===============================================================================================================================*/
.footer_bnav{
    width: 100%;
    position: fixed;
    bottom: 0px;
	left: 0%;
    background: #fff;
    overflow: hidden;
    display:none;
    z-index: 120;
	border-radius: 20px 20px 0px 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.footer_bnav li{
    float: left;
    width: calc(25% - 1px);
    text-align: center;
    padding: 10px 0 5px 0 ;
    cursor: pointer;
}
.footer_bnav li:last-child{
    border: 0;
}
.footer_bnav li.active {
    background: #fff;
}
.footer_bnav li.active a {
    color: #c8181a;
}
.footer_bnav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    color: #000;
    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: 14px;
    margin:0px;
	padding:0px;
}

.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{
   
  }
}