@charset "utf-8";
/* ====================公共样式========================= */

/* header start */
.Header-wrapper{
	text-align: center;
	position: fixed;
	background-color: transparent;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.Header-wrapper.Header-bg{
	background-color: rgb(15,15,15,.2);
}
.bodyon .Header-wrapper{
	top: -1.2rem;
	background-color: transparent;
}
.bodyon2 .Header-wrapper {
    top: 0;
	background-color: rgb(15,15,15,.2);
}

.Header-container .nav_item{
}
.Header-container .nav_item ul{
}
.Header-container .nav_item ul>li{
	position: relative;
	float: left;
	/* margin: 0 0.4rem; */
	color: white;
	display: inline-block;
	height: 1.2rem;
	line-height: 1.2rem;
	z-index: 99;
}
.Header-container .nav_item ul>li>a{
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	text-align: center;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.Header-container .nav_item ul li.aon>a,.Header-container .nav_item ul li:hover>a{
	font-family: 'PH';
}

.Header-container .nav_item ul li a span{}



.Header-container .nav_item ul li h1{
	display: block;
}
.Header-container .nav_item ul li h1 a{
	font-size: 0;
	width: auto;
	display: block;
	
}
.Header-container .nav_item ul li:hover h1 a{
	margin-top: 0;
	
}
.Header-container .nav_item ul li h1 a img{
	display: inline-block;
	max-height: 50px;
} 

.Header-container .nav_item .sub{
	position: absolute;
	overflow: hidden;
	opacity: 0;
	z-index: 99;
}
.Header-container .nav_item li.aon .sub{ opacity:1; }
.Header-container .nav_item .sub dl{
	float: left;
}
.Header-container .nav_item .sub dl dt{
	float: left;
	line-height: 56px;
}
.Header-container .nav_item .sub dl a{
	color: #fff;
	padding: 0;
	font-size: 16px;
	line-height: 56px;
}
.Header-container .nav_item .sub dl a:hover{
	font-family: 'PM';
}
.Header-container .nav_item .sub dl dt:not(:last-child) a::after {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ccc;
    vertical-align: middle;
    content: '';
    margin: 0 18px;
}

.sub-menu-layer {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: rgba(15,15,15,0.3);
}
.sub-slideDown .sub-menu-layer {
    display: none;
}

.Header-container .box_r{
	position: absolute;
	right: 2%;
	top: 0.35rem;
}
.Header-container .box_r span{
	position: relative;
	display: inline-block;
	margin-left: 0.14rem;
	cursor: pointer;
	
}
.Header-container .box_r span i{
	position: absolute;
	display: none;
	right: -12px;
	top: 100%;
	margin-top: 15px;
	/* opacity: 0; */
	width: 1rem;
	background-color: white;
}

.Header-container .box_r span:last-child i{
	width: 1.33rem;
	right: -12px;
}
.Header-container .box_r span i::after{
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	right: 18px;
	top: -12px;
	border: 5px solid transparent;
	border-bottom: 8px solid white;
}
.Header-container .box_r span:last-child i::after{
	left: 1.05rem;
}
.Header-container .box_r span i img{
	width: 100%;
	border-radius: 10px;
}
.Header-container .box_r span:hover i{
	/* opacity: 1; */
	display: block;
}
.Header-container .box_r span i p{
	padding: 0.12rem 2%;
	text-align: center;
	color: #212121;
}
.nav_logo{
	display: none;
}


.Header-lang{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 4%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}
.Header-lang a{
	font-size: 18px;
	color: #fff;
	padding: 0 6px;
}
.Header-lang i{
	display: block;
	width: 1px;
	height: 16px;
	background-color: rgba(255,255,255,0.9);
	margin: 0 5px;
}
@media (max-width: 1599px){
	.Header-lang{
		right: 10px;
	}
	.Header-lang a{
		font-size: 16px;
	}
	.Header-lang i{
		height: 14px;
	}
}
@media (max-width: 1000px){
	.Header-lang{
		right: calc(4% + 40px);
	}
}

/* 汉堡键 start*/
.navbtn{
	position: absolute;
	right: 2%;
	top: 0;
	float: right;
	height: 60px;
	margin-right: 4%;
	cursor: pointer;
	display: none;
}
.navbtn span {
    width: 30px;
    height: 2px;
	border-radius: 2px;
    background: white;
    display: block;
    position: relative;
    margin-top: 30px;
}
.navbtn span:before, .navbtn span:after {
    content: "";
    position: absolute;
    height: 2px;
    background: white;
	border-radius: 2px;
    display: block;
    left: 0;
    width: 100%;
}
.navbtn span:before {
    top: -10px;
}
.navbtn span:after {
    top: 10px;
}
/* 汉堡键 end*/


.Header-container .show {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.88);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
	display: none;
}
.Header-container .show .box {
    width: 84%;
    margin: 0 auto;
	padding-top: 0.6rem;
}
.Header-container .show .m_logo a {
    display: block;
    width: 266px;
    height: 0;
    padding-top: 29px;
    background: url(../images/nav_logo.png) no-repeat center;
	background-position: left center;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 20px;
	font-size: 0;
}
.Header-container .close {
    width: 32px;
    height: 32px;
    background-image: url(../images/close.png);
    position: absolute;
    right: 20px;
    top: 35px;
}
.Header-container .show .box .mnav > h2,.Header-container .show .box .mnav_index > h2 {
    border-bottom: 1px solid #646565;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
	text-align: left;
}
.Header-container .show .box .mnav > h2 > a,.Header-container .show .box .mnav_index > h2 > a {
    color: #ffffff;
}
/* .Header-container .show .box:nth-child(1) .mnav > h2:after{
	display: none;
} */

.Header-container .show .box .mnav > h2 > a span{
	margin-left: 2rem;
}
.Header-container .show .box .mnav > h2:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/jia.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Header-container .show .box .mnav>h2.open:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/jian.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Header-container .show .box .mnav > ol {
    display: none;
}
.Header-container .show .box .mnav > ol li {
    width: 100%;
    background-color: #484848;
    z-index: 999;
    text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.Header-container .show .box .mnav > ol li a {
    color: #ffffff;
}

.Header-container .show .box .box_m{
	
}

.Header-container .show .box .box_m{
	margin-top: 0.8rem;
}
.Header-container .show .box .box_m ul li{
	height: 0.4rem;
	padding-left: 0.8rem;
	background: url(../images/ico_phone.png) no-repeat left;
	font-size: 12px;
	margin-bottom: 0.18rem;
	line-height: 0.4rem;
	text-align: left;
	color: white;
}
.Header-container .show .box .box_m ul li:nth-child(1){
	font-size: 28px;
	/* font-weight: bold; */
}
.Header-container .show .box .box_m ul li:nth-child(2){
	background-image: url(../images/ico_email.png);
}
.Header-container .show .box .box_m ul li:nth-child(3){
	background-image: url(../images/ico_domain.png);
}
.Header-container .show .box .box_m ul li:nth-child(4){
	background-image: url(../images/ico_address.png);
}
/* header end */


/* 汉堡键 start*/
.navbtn{
	position: absolute;
	right: 0%;
	top: 0;
	float: right;
	height: 60px;
	margin-right: 4%;
	cursor: pointer;
	display: none;
}
.navbtn span {
    width: 30px;
    height: 2px;
	border-radius: 2px;
    background: white;
    display: block;
    position: relative;
    margin-top: 30px;
}
.navbtn span:before, .navbtn span:after {
    content: "";
    position: absolute;
    height: 2px;
    background: white;
	border-radius: 2px;
    display: block;
    left: 0;
    width: 100%;
}
.navbtn span:before {
    top: -10px;
}
.navbtn span:after {
    top: 10px;
}
/* 汉堡键 end*/


.Header-container .show {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.88);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
	display: none;
}
.Header-container .show .box {
    width: 84%;
    margin: 0 auto;
	padding-top: 0.6rem;
}
.Header-container .show .m_logo a {
    display: block;
    width: 100%;
	height: 35px;
    padding-top: 29px;
    background: url(../images/nav_logo.png) no-repeat center;
	background-position: left center;
	background-size: auto 100%;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 20px;
	font-size: 0;
}
.Header-container .close {
    width: 32px;
    height: 32px;
    background-image: url(../images/close.png);
    position: absolute;
    right: 20px;
    top: 35px;
}
.Header-container .show .box .mnav > h2,.Header-container .show .box .mnav_index > h2 {
    border-bottom: 1px solid #646565;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
	text-align: left;
	font-family: 'PM';
}
.Header-container .show .box .mnav > h2 > a,.Header-container .show .box .mnav_index > h2 > a {
    color: #ffffff;
}
/* .Header-container .show .box:nth-child(1) .mnav > h2:after{
	display: none;
} */

.Header-container .show .box .mnav > h2 > a span{
	margin-left: 2rem;
}
.Header-container .show .box .mnav > h2:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/jia.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Header-container .show .box .mnav>h2.open:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/jian.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Header-container .show .box .mnav > ol {
    display: none;
}
.Header-container .show .box .mnav > ol li {
    width: 100%;
    background-color: #484848;
    z-index: 999;
    text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.Header-container .show .box .mnav > ol li a {
    color: #ffffff;
}

.Header-container .show .box .box_m{
	
}

.Header-container .show .box .box_m{
	margin-top: 0.8rem;
}
.Header-container .show .box .box_m ul li{
	height: 0.4rem;
	padding-left: 0.8rem;
	background: url(../images/ico_phone2.png) no-repeat left;
	font-size: 12px;
	margin-bottom: 0.18rem;
	line-height: 0.4rem;
	font-family: "JL";
	text-align: left;
	color: white;
}
.Header-container .show .box .box_m ul li:nth-child(1){
	font-size: 28px;
	font-family: "Haettenschweiler";
}
.Header-container .show .box .box_m ul li.li2{
	background-image: url(../images/ico_email2.png);
}
.Header-container .show .box .box_m ul li.li3{
	background-image: url(../images/ico_domain2.png);
}
.Header-container .show .box .box_m ul li.li4{
	background-image: url(../images/ico_address2.png);
}
/* header end */


/* 底部 */
.Footer-wrapper{
	background-color: #000;
	font-family: 'PM';
}
.Footer-container{
	color: white;
	padding: 0.7rem 0;
}
.Footer-container .fl{
	width: 22.5%;
}
.Footer-container .fl .f_logo{}
.Footer-container .fl .f_logo img{}
.Footer-container .fl .f_contact{
	margin: 0.3rem 0 0.1rem;
}
.Footer-container .fl .f_contact ul{}
.Footer-container .fl .f_contact ul li{
	font-size: 14px;
	line-height: 20px;
	padding-left: 25px;
	margin-bottom: 10px;
	background: url('../images/ico_f_phone.png') no-repeat left 1px;
}
.Footer-container .fl .f_contact ul li:nth-child(2){
	background-image: url('../images/ico_f_email.png');
}
.Footer-container .fl .f_contact ul li:nth-child(3){
	background-image: url('../images/ico_f_fax.png');
}
.Footer-container .fl .f_contact ul li:nth-child(4){
	background-image: url('../images/ico_f_web.png');
}
.Footer-container .fl .f_contact ul li:nth-child(5){
	background-image: url('../images/ico_f_add.png');
}
.Footer-container .fl .f_link{}
.Footer-container .fl .f_link ul{}
.Footer-container .fl .f_link ul li{
	position: relative;
	margin-right: 0.1rem;
}
.Footer-container .fl .f_link ul li a{}
.Footer-container .fl .f_link ul li a img{}

.Footer-container .fl .f_link ul li i{
	position: absolute;
	display: none;
	left: -12px;
	bottom: 100%;
	margin-bottom: 10px;
	/* opacity: 0; */
	width: 1rem;
	background-color: white;
}
.Footer-container .fl .f_link ul li:hover i{
	display: block;
}
.Footer-container .fl .f_link ul li i::after{
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	left: 18px;
	bottom: -12px;
	border: 5px solid transparent;
	border-top: 8px solid white;
}
.Footer-container .fl .f_link ul li i img{
	width: 100%;
}

.Footer-container .mid{
	width: 48%;
}
.Footer-container .mid dl{}
.Footer-container .mid dl dt{
	font-size: 16px;
	margin-bottom: 0.16rem;
}
.Footer-container .mid dl dd{
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 0.12rem;
}
.Footer-container .mid dl a{}
.Footer-container .fr{}
.Footer-container .fr .pic{
	text-align: center;
	margin-right: 0.3rem;
}
.Footer-container .fr .pic:last-child{
	margin-right: 0;
}
.Footer-container .fr .pic img{}
.Footer-container .fr .pic p{
	margin-top: 0.1rem;
}

.Footer-copy{
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	padding: 0.2rem 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.Footer-copy a{
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}
/* 中间+共用部分 */


/* search_show start*/
.search-box {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0%;
	z-index: 99;
	background: rgba(0, 0, 0, .7);
	display: none;
}

.search-box #close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 18%;
	top: 15%;
	cursor: pointer;
}

.search-box form {
	position: absolute;
	width: 8rem;
	left: calc( (100% - 8rem) / 2);
	top: 45%;
	margin-top: -0.3rem;
	font-size: 0;
}

.search-box form input {
	width: 75%;
	height: 0.6rem;
	line-height: 0.6rem;
	margin: 0 auto;
	border: none;
	padding-left: 0.1rem;
	font-size: 14px;
	outline: none;
	display: inline-block;
}

.search-box form button {
	width: 24%;
	margin-left: 1%;
	height: 0.6rem;
	background-color: #000000;
	color: #ffffff;
	border: 2px solid #cccccc;
	font-size: 18px;
	display: inline-block;
}
/* search_show end*/

/* ind_banner */
.ind_banner .swiper-pagination-bullet{
	background-color: white;
	opacity: 1;
}
.ind_banner .swiper-pagination-bullet-active{
	/* background-color: #81cfc2; */
}
.ban_txt{
	position: absolute;
	left: 18.75%;
	top: 40.5%;
	color: #fff;
}
.ban_txt h3{
	font-size: 28px;
	letter-spacing: 4px;
	margin-bottom: 0.24rem;
}
.ban_txt p{
	width: 3.6rem;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 2;
}
.ind_banner .swiper-pagination-bullets.swiper-pagination-horizontal{
	padding: 15px 25px 12px;
	display: inline-block;
	width: auto;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 16px 16px 0 0;
	background-color: rgb(102,102,102,.5);
}
.ind_banner .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ind_banner .swiper-pagination-bullet-active{
	width: 36px;
	/* background-color: black; */
}


/* tc_search s */
.tc_search{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tc_search.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    pointer-events: auto;
}
.tc_search form{
	width: 9.6rem;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #eee;
	height: 0.7rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.tc_search input{
	width: 80%;
	height: 0.7rem;
	font-size: 0.34rem;
	color: #c1c1c1;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}
.tc_search input::placeholder{
	color: #c1c1c1;
}
.tc_search button{
	max-width: 20%;
	height: 0.7rem;
	border: 0;
	line-height: 0.7rem;
	color: #c1c1c1;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	font-size: 0.48rem;
	background-color: transparent;
}
.tc_search .search_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	z-index: 0;
}
/* tc_search e */

/* com_more s */
.com_more{
	text-align: center;
}
.com_more.tal{
	text-align: left;
}
.com_more a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: white;
	background-color: #111f39;
	padding: 10px 22px;
}
.com_more a:hover{
	box-shadow: 0 0 6px #111f39;
}
.com_more i{
	display: inline-block;
	width: 14px;
	height: 12px;
	background: url('../images/ico_rr.png') no-repeat center;
	margin-left: 0.06rem;
}
/* com_more e */

/* com_title s */
.com_tit{
	color: #00203b;
	text-align: center;
}
.com_tit>span{
	display: block;
	font-size: 0.36rem;
	color: rgb(0,32,59,.3);
	font-family: 'PH';
	letter-spacing: 0.03rem;
	text-transform: uppercase;
}
.com_tit h3{
	position: relative;
	display: inline-block;
	font-size: 0.24rem;
	font-family: 'PB';
	padding: 10px 30px;
	border: 1px solid #00203b;
	margin: 0.2rem 0 0.36rem;
}
.com_tit h3::before,.com_tit h3::after{
	position: absolute;
	content: "";
	width: 2.4rem;
	height: 1px;
	background-color: #00203b;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.com_tit h3::before{
	right: calc(100% - 16px);
}
.com_tit h3::after{
	left: calc(100% - 16px);
}
.com_tit p{
	font-size: 0.2rem;
	font-family: 'PM';
	letter-spacing: 0.02rem;
}
.com_tit p span{
	margin: 0 0.04rem;
}
/* com_title e */

.n_ab_pic{}
.n_ab_pic img{
	width: 100%;
}

/* crumbs s */
.crumbs{}
.crumbs a{
	font-family: 'PM';
	font-size: 18px;
	color: #333333;
}
.crumbs a:last-child{
	font-family: 'PB';
	color: #000000;
}
/* crumbs e */

/* ny_tit s */

.ny_tit{
	color: #00203b;
	text-align: center;
}
.ny_tit h3{
	position: relative;
	font-size: 0.24rem;
	
}
.ny_tit h3::after{
	position: relative;
	content: "";
	display: block;
	width: 0.98rem;
	height: 0.05rem;
	margin: 0.12rem auto;
	background-color: #00203b;
}
.ny_tit h3::before{
	position: absolute;
	content: "";
	display: block;
	width: 6rem;
	height: 1px;
	background-color: #00203b;
	bottom: 0.02rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ny_tit p{
	font-size: 14px;
	letter-spacing: 1px;
}
/* ny_tit e */

/* crumbs s */
.crumbs{
	font-size: 18px;
	line-height: 1.3;
	font-family: 'PB';
	color: #000000;
}
.crumbs i{
	margin: 0 2px;
}
/* crumbs e */

.online_r {
    position: fixed;
    right: 0.2rem;
    bottom: 8%;
    z-index: 9;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.back_top{
	position: relative;
	box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
	cursor: pointer;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #111f39;
	opacity: 1;
}
.back_top i {
    display: block;
    font-size: 0.24rem;
    color: white;
    text-align: center;
}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
	.com_tit>span{
		font-size: 0.4rem;
	}
	.com_tit h3{
		font-size: 0.32rem;
		margin: 0.3rem 0 0.5rem;
	}
	.com_tit p{
		font-size: 0.28rem;
	}
	.com_tit p span{
		margin: 0 0.06rem; 
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.pc{display: none;}
	.mb{display: block;}
	.Header-wrapper{
		background-color: black;
	}
	.Header-container{
		height: 60px;
		padding: 0 4%;
		max-width: 100%;
	}
	.Header-container .nav_item, .Header-container .box_r{
		display: none;
	}
	.Header-container.Header-bg,.Header-container{
		background-color: black;
		box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	}
	.Footer-copy{
		text-align: center;
		padding: 0.32rem 0;
	}
	.Footer-copy .fl,.Footer-copy .fr,.Footer-copy a{
		float: none;
		font-size: 13px;
	}
	.navbtn{
		display: block;
	}
	.mt{
		margin-top: 60px;
	}
	.nav_logo{
		display: inline-block;
		height: 60px;
		line-height: 60px;
		position: absolute;
		left: 2%;
		top: 0;
		margin-left: 4%;
	}
	.nav_logo a{
		font-size: 0;
		display: block;
	}
	.nav_logo img{
		display: inline-block;
		height: 32px;
	}
	.mt{
		margin-top: 60px;
	}
	
	.pd-60,.pd-80,.pd-100{
		padding: 0.8rem 0;
	}
	
	.Footer-container{
		position: relative;
	}
	.Footer-container .mid{
		display: none;
	}
	.Footer-container .fl{
		width: 100%;
	}
	.Footer-container .fl .f_logo img{
		height: 40px;
	}
	.Footer-container .fl .f_link ul li{
		margin-right: 0.16rem;
	}
	.Footer-container .fr{
		position: absolute;
		right: 0;
		top: 0.7rem;
	}
	.Footer-container .fr .pic img{
		width: 70px;
	}
	
	.com_ban{
		height: 5rem;
	}
	.com_ban img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.crumbs a{
		font-size: 16px;
	}
	
	.ny_tit h3{
		font-size: 0.36rem;
	}
	.ny_tit h3::after{
		margin: 0.2rem auto;
	}
	
	.back_top{
		width: 0.7rem;
		height: 0.7rem;
		line-height: 0.7rem;
	}
}

@media all and (max-width:768px) {
	.Footer-container .fr .pic p{
		font-size: 12px;
	}
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

@media all and (max-width:480px) {
	.Footer-container .fl .f_contact ul li{
		font-size: 13px;
	}
	.crumbs a{
		font-size: 14px;
	}
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}