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

/* 头部 */
.Header-wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgb(255,255,255);
	z-index: 99;
	-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;
}

.Header-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: .3;
	transition: opacity .3s;
}

.Header-wrapper.on,
.Header-wrapper:hover {
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.Header-wrapper.on::after,
.Header-wrapper:hover::after {
	opacity: 0;
}

.Header-container {}

.Header-container .logo {
	font-size: 0;
}


.Header-container .logo a {
	font-size: 0;
}

.Header-container .logo a img{
	width: auto;
	height: 56px;
	display: block;
}


/* 头部栏目导航 s */
@media all and (min-width:1000px){
	.Header-container .c-nav {
		/* margin-right: 0.2rem; */
	}
	
	.Header-container .c-nav {}
	
	.Header-container .c-nav>li {
		float: left;
		position: relative;
		margin: 0 0.6rem 0 0;
	}
	
	.Header-container .c-nav>li.pro_menu_li {
		position: static;
	}
	
	.Header-container .c-nav>li>.c-title-box>a,.Header-container .c-nav>li>a{
		display: inline-block;
		font-size: 18px;
		line-height: 90px;
		color: #000;
	}
	
	.Header-container .c-nav>li>.c-title-box>i {
		margin-left: 0.04rem;
	}
	
	.Header-container .c-nav>li>a:hover,
	.Header-container .c-nav>li.active>a {
		color: #215FAC !important;
	}
	
	.Header-container .c-nav .menu_li>ul,.Header-container .c-nav>li>ul{
		position: absolute;
		top: calc(100% - 1px);
		left: 0;
		background-color: #fff;
		display: none;
		z-index: 2;
		min-width: 100%;
		box-shadow: 0 10px 15px rgb(0 0 0 / 17%);
		border-bottom: 2px solid #215FAC;
	}
	
	.Header-container .c-nav>.menu_li:hover>ul {
		display: block;
	}
	
	.Header-container .c-nav .menu_li>ul>li {
		display: block;
	}
	
	.Header-container .c-nav .menu_li>ul>li>a {
		line-height: 24px;
		font-size: 16px;
		padding: 10px 30px 10px 20px;
		display: block;
		white-space: nowrap;
		text-align: left;
		min-width: 180px;
	}
	
	.Header-container .c-nav .menu_li>ul>li:hover>a {
		background-color: #215FAC;
		color: white;
	}
	
	.Header-container .c-nav .menu_li>ul>li:not(:last-child)>a {
		border-bottom: 1px solid #e5e5e5;
	}
	
	.Header-container .c-nav .pro_menu_li>ul {
		display: none;
		position: absolute;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0.3rem 5%;
		width: 100vw;
		left: 50%;
		transform: translateX(-50%);
		clear: both;
		overflow: hidden;
		background: #fff;
		border-top: 1px solid #eee;
		visibility: hidden;
	}
	
	.Header-container .c-nav>.pro_menu_li:hover>ul {
		display: flex;
		visibility: visible;
	}
	
	.Header-container .c-nav .pro_menu_li>ul>li {
		float: left;
		width: 25%;
		margin-bottom: 0.4rem;
		line-height: 1.75;
	}
	
	.Header-container .c-nav .pro_menu_li>ul>li>a {
		display: block;
		font-size: 20px;
		color: #000;
		margin-bottom: 0.06rem;
	}
	
	.Header-container .c-nav .pro_menu_li>ul li a:hover {
		color: #215FAC;
		
	}
	
	.Header-container .c-nav .pro_menu_li>ul>li>ul {
		display: none;
	}
	.Header-container .c-nav .pro_menu_li>ul>li:hover>ul{
		display: block;
	}
	
	.Header-container .c-nav .pro_menu_li>ul>li>ul>li {}
	
	.Header-container .c-nav .pro_menu_li>ul>li>ul>li>a {
		display: block;
		font-size: 16px;
		color: #999;
		margin-top: 0.04rem;
	}
}
/* 头部栏目导航 e */

.Header-container .tool {
	color: #333;
}
.Header-container .tool .search {}

.Header-container .tool .search i {
	position: relative;
	font-size: 28px;
/* 	padding-right: 0.18rem;
	margin-right: 0.2rem; */
	cursor: pointer;
}

/* .Header-container .tool .search i::after {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: rgb(0, 0, 0, .3);
} */


.Header-container .tool .language {
	position: relative;
}

.Header-container .tool .language a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.Header-container .tool .language i {
	font-size: 24px;
}

.Header-container .tool .language p {
	font-size: 14px;
	margin-left: 0.08rem;
	display: inline-block;
}

.Header-container .tool .language p::after {
	display: inline-block;
	margin-left: 5px;
	content: "\f0d7";
	font-size: 12px;
	font-family: 'fontawesome';
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* -webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); */
}

.Header-container .tool .language.on p::after {
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.Header-container .tool .language .language_down {
	display: none;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: calc(100% + 14px);
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, .8);
	text-align: left;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-ms-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}

.Header-container .tool .language .language_down a {
	display: block;
	font-size: 14px;
	padding: 10px 15px;
	color: rgba(255, 255, 255, .8);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* letter-spacing: 0.5px; */
	text-align: center;
}

.Header-container .tool .language .language_down a:hover {
	background-color: #215FAC;
}

/* 产品下拉 */
.Header-container .c-nav ul li .drop_pro {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100vw;
	background: #fff;
	padding: 0.55rem 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
	border-top: 1px solid #E5E5E5;
}

.Header-container .c-nav ul li:hover .drop_pro {
	opacity: 1;
	visibility: visible;
}

.Header-container .c-nav ul li .drop_pro .w16 {
	padding: 0 10%;
}

.Header-container .c-nav ul li .drop_pro .fl {
	width: 70%;
	padding-right: 0.3rem;
}

.Header-container .c-nav ul li .drop_pro .fl dl {
	float: left;
	/* width: calc(100% / 3); */
	width: 50%;
	margin: 0.12rem 0;
}

.Header-container .c-nav ul li .drop_pro .fl dl a {
	font-size: 16px;
	letter-spacing: 1px;
	/*font-family: "OBS";*/
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
	color: #242424;
}

.Header-container .c-nav ul li .drop_pro .fl dl a:hover {
	/* color: rgba(255,255,255,0.95); */
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
	color: #215FAC;
}

.Header-container .c-nav ul li .drop_pro .fl dl dt {}

.Header-container .c-nav ul li .drop_pro .fl dl dt a {
	height: 48px;
}

.Header-container .c-nav ul li .drop_pro .fl dl dd {}

.Header-container .c-nav ul li .drop_pro .fl dl dd a {}

.Header-container .c-nav ul li .drop_pro .fr {
	width: 30%;
}

.Header-container .c-nav ul li .drop_pro .fr .pic {
	/* background-color: white; */
}

.Header-container .c-nav ul li .drop_pro .fr .pic img {
	/* width: 100%; */
	height: 100%;
	object-fit: contain;
}


/*顶部导航开关*/
#c-header .c-switch {
	display: none;
	width: 24px;
	height: 20px;
	cursor: pointer;
}

@media (max-width: 991px) {
	#c-header .c-switch {
		display: block;
		margin-left: 0.35rem;
	}
}

#c-header .c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
	top: 0;
}

#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}

.c-open #c-header .c-switch i {
	background: #000000;
}

body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*顶部移动端导航*/
@media all and (max-width: 1000px){
	#c-header .c-nav {
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: 0;
		line-height: 50px;
		background: #fff;
		overflow-y: auto;
		transition: all 0.5s;
		text-align: left;
	}
	
	#c-header .c-nav>li:last-child {
		border-bottom: 1px solid #f1f1f1;
	}
	
	#c-header .c-nav li {
		padding: 0 20px;
		border-top: 1px solid #f1f1f1;
	}
	
	
	
	#c-header .c-nav li .c-title-box {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#c-header .c-nav li a {
		display: block;
		color: #333;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		font-size: 16px;
	}
	
	#c-header .c-nav li li a {
		font-size: 14px;
	}
	
	#c-header .c-nav li i {
		font-size: 20px;
		color: #333;
		-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;
	}
	
	#c-header .c-nav li.on .c-title-box i {
		transform: rotate(180deg);
	}
	
	#c-header .c-nav li a:hover,
	#c-header .c-nav li.on .c-title-box>a {
		color: #215FAC;
	}
	
	#c-header .c-nav li ul {
		display: none;
	}
	
	.c-open #c-header .c-nav {
		height: calc(100vh - 60px);
	}
}

@media (max-width: 767px) {
	#c-header .c-nav li {
		padding: 0 4%;
	}

	#c-header .c-nav ul li {
		font-size: 16px;
		line-height: 45px;
	}
}

/* 底部 */
.Footer-wrapper{
	background-color: #20232C;
}
.Footer-container{
	padding: 0.8rem 0 0.6rem;
}
.Footer-container .fl{
	width: 35%;
	padding-right: 5%;
}
.Footer-container .fl .foot_logo{}
.Footer-container .fl .foot_logo img{
	height: 0.56rem;
}
.Footer-container .fl .foot_info{}
.Footer-container .fl .foot_info ul{}
.Footer-container .fl .foot_info ul li{
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	color: rgb(255,255,255,.8);
	margin-bottom: 0.2rem;
}
.Footer-container .fl .foot_info ul li i{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	color: #fff;
	margin-bottom: 0.1rem;
}
.Footer-container .fl .foot_info ul li:nth-child(2){}
.Footer-container .fl .foot_info ul li:nth-child(3){}
.Footer-container .fl .foot_info ul li span{
	display: inline-block;
}
.Footer-container .fl .foot_info ul li p{
	line-height: 1.5;
}

.Footer-container .fr{
	width: 65%;
}
.Footer-container .fr .foot_nav{}
.Footer-container .fr .foot_nav{}
.Footer-container .fr .foot_nav li{
	width: 16.666%;
	margin-bottom: 0.6rem;
}
.Footer-container .fr .foot_nav li p{
	font-size: 20px;
	font-family: 'MB';
	color: #fff;
	margin-bottom: 0.35rem;
}
.Footer-container .fr .foot_nav li p a{}
.Footer-container .fr .foot_nav li p i{}
.Footer-container .fr .foot_nav li .foot_nav_link{}
.Footer-container .fr .foot_nav li .foot_nav_link a{
	display: block;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0.16rem;
	color: rgb(255,255,255,.8);
}
.Footer-container .fr .foot_nav li .foot_nav_link a:hover{
	color: #215FAC;
}
.Footer-container .fr .foot_nav li .foot_nav_link a:last-child{
	margin-bottom: 0;
}

.Footer-container .fr .foot_link{}
.Footer-container .fr .foot_link a.mess_more{
	margin-left: 0.8rem;
	/* border: 1px solid #fff;
	background-color: transparent;
	color: white; */
}
.Footer-container .fr .foot_link a.mess_more:hover{
	background-color: white;
	color: #215FAC;
}

.media_ul{}
.media_ul li{
	margin-right: 10px;
}
.media_ul li:last-child{
	margin-right: 0;
}
.media_ul li a{
	display: block;
	padding: 8px;
	background-color: #fff;
	color: white;
	border-radius: 4px;
	font-size: 0;
}
.media_ul li a i{
	font-size: 18px;
	color: #494949;
}

.media_ul li:nth-child(1):hover a{
	background-color: #1278F3;
}
.media_ul li:nth-child(2):hover a{
	background-color: #1D9BF0;
}
.media_ul li:nth-child(3):hover a{
	background-color: #0A66C2;
}
.media_ul li:nth-child(4):hover a{
	background-color: #DA4369;
}
.media_ul li:nth-child(5):hover a{
	background-color: #FB0204;
}


.Footer-copy{
	text-align: center;
	padding: 0.24rem 0;
	background-color: #191b20;
}
.Footer-copy,.Footer-copy a{
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
}
/* 中间+共用部分 */



/* ind_banner */
.ind_banner .swiper-pagination-bullet{
	background-color: white;
	opacity: 1;
}
.ind_banner .swiper-pagination-bullet-active{
	background-color: #215FAC;
}
.ind_banner .ban_txt{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: white;
	line-height: 1.3;
	z-index: 5;
}
.ind_banner .ban_txt .tit{
	font-size: 0.48rem;
	font-weight: 700;
}
.ind_banner .ban_txt .info{
	font-size: 18px;
	margin-top: 0.16rem;
}
.ind_banner .ban_txt a.c_more{
	border-color: white;
	color: white;
	margin-top: 0.45rem;
}

.ind_banner .swiper-slide{
	position: relative;
	width: 100%;
	/*height: 100vh;*/
	height: calc(100vh - 100px);
}
.ind_banner .swiper-slide img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.ind_banner .swiper-slide::after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0,.15);
	z-index: 4;
}
.ind_banner .swiper-slide video{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 3;
}
.VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 10;
    background: url(../images/bo1.png) no-repeat center;
}

/* 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 */

/* c_more s */
.c_more{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	font-size: 16px;
	padding: 0.16rem 0.25rem;
	color: white;
	border: 1px solid #215FAC;
	color: #215FAC;
}
.c_more:hover{
	background-color: #215FAC;
	color: white;
}
.c_more i {
    margin-left: 0.12rem;
}
.c_more.white{
	border-color: white;
	color: white;
}
.c_more.white:hover{
	background-color: white;
	color: #215FAC;
}
/* c_more e */

/* i_tit s */
.i_tit{}
.i_tit h2{
	position: relative;
	display: inline-block;
	font-size: 0.18rem;
	color: #215FAC;
	margin-bottom: 0.36rem;
	font-family: 'MB';
}
.i_tit h2::after{
	position: absolute;
	content: "";
	width: 1rem;
	height: 0.02rem;
	background-color: #215FAC;
	left: 100%;
	margin-left: 0.2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.i_tit.white h2::after{
	background-color: white;
}
.i_tit h3{
	font-size: 0.42rem;
	color: #231815;
	font-weight: 700;
	font-family: '微软雅黑';
}
.i_tit ul{
	font-size: 0;
}
.i_tit ul li{
	display: inline-block;
}
.i_tit ul li:not(:last-child){
	padding-right: 0.55rem;
}
.i_tit ul li a{
	display: block;
	font-size: 0.22rem;
	line-height: 1.5;
	font-weight: 700;
	color: #231815;
}
.i_tit ul li:hover a,.i_tit ul li.active a{
	color: #215FAC;
}
.i_tit .com_more{}

.i_tit h4{
	font-size: 16px;
	color: #9c9c9c;
	font-family: 'MB';
	text-transform: uppercase;
	margin-top: 0.2rem;
}
.i_tit.white h2,.i_tit.white h3,.i_tit.white h4{
	color: white;
}
/* i_tit e */

/* cat_des s */
.cat_des {}

.cat_page_title {
	font-size: 0.24rem;
	font-weight: 700;
	margin: 0 0 0.25rem;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 0.16rem;
	line-height: 1.3;
	color: #212121;
	text-transform: capitalize;
}

.introduction_content {
	background-color: #f7f7f7;
	padding: 0.16rem;
	border-radius: 0.08rem;
	margin-bottom: 0.25rem;
	font-size: 16px;
	line-height: 1.75;
	color: #666;
}

/* cat_des e */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .Header-container .nav_item>ul>li{
        margin-right: 0.4rem;
    }
    /*.Header-container .nav_item>ul>li>a{*/
    /*    font-size: 16px;*/
    /*}*/
}

@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) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.pc{display: none;}
	.mb{display: block;}
	.Header-container {
	    height: 60px;
	}
	.Header-container .logo a img{
		height: 36px;
	}
	
	.mt{
		margin-top: 60px;
	}
	.i_tit ul{
		margin-top: 0.2rem;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.i_tit ul li:not(:last-child){
		padding-right: 0.3rem;
	}
	.i_tit ul li{
		margin-top: 0.2rem;
	}
	.i_tit .tar{
		margin-top: 0.35rem;
		text-align: left;
	}
	.c_more{
		padding: 0.2rem 0.32rem;
	}
	.c_more i{
		margin-left: 0.2rem;
	}
	
	.row{
		margin: 0;
	}
	
	.Footer-container .fl .foot_logo img{
		height: 0.7rem;
	}
	.Footer-container .fl,.Footer-container .fr{
		width: 100%;
		padding-right: 0;
	}
	.Footer-container .fl{
		margin-bottom: 0.45rem;
	}
	
	.Footer-container .fr .foot_nav li{
		width: 32%;
		margin-right: 2%;
		flex: none;
	}
	.Footer-container .fr .foot_nav li:nth-child(3n){
		margin-right: 0;
	}
	
	.Footer-copy{
		padding: 0.3rem 0;
	}
}

@media all and (max-width:768px) {
	.tc_search form{
		width: 92%;
		max-width: 92%;
		padding: 0 0.2rem;
		margin-bottom: 1px;
		height: 0.8rem;
		border-width: 1px;
	}
	.tc_search input{
		font-size: 0.3rem;
		height: 0.8rem;
	}
	
	.Footer-container .fr .foot_nav li{
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid rgb(255,255,255,.8);
		margin-bottom: 0;
	}
	.Footer-container .fr .foot_nav li p{
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 16px;
		padding: 0.3rem 0;
		margin-bottom: 0;
	}
	.Footer-container .fr .foot_nav li .foot_nav_link{
		display: none;
		padding-bottom: 0.25rem;
	}
}

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

@media all and (max-width:480px) {
	
	.Footer-container .fr .foot_nav li .foot_nav_link a,.Footer-container .fl .foot_info ul li{
		font-size: 14px;
	}
}

@media all and (max-width:420px) {
	.i_tit ul li a,.c_more{
		font-size: 14px;
	}
}

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