@charset "utf-8";
html,body{
	background: #fff;
	max-width: 1920px;
	margin: 0 auto;
	color: #333;
}
a,.slow{
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.slowa{
	transition:all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.loaderbg {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	display:none !important; 
}
.loader {
	width: 2.5em;
	height: 2.5em;
	transform: rotate(165deg);
	z-index: 9999;
	position: fixed;
	top: calc(50% - 1.25em);
	left: calc(50% - 1.25em);
}
.loader:before, .loader:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 0.25em;
	transform: translate(-50%, -50%);
}
.loader:before {
	animation: before 2s infinite;
}
.loader:after {
	animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}



body{
	font-size: 14px;
	color: #333;
	line-height: 1.6;
}
.w_1608{
	width: 100%;
	max-width: 1608px;
	margin: 0 auto;
}
.w_1200{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.float_l{
	float: left;
}
.float_r{
	float: right;
}
.t-cen{text-align: center;}
/*字体颜色*/
.c-01{color: #010101;}
.c-d925{color:#D9251B;}
.c-3599{color:#3599DF;}
.c-005{color: #005BBF;}
.c-33{color: #333333;}
.c-66{color: #666666;}
.c-65{color: #656565;}
.c-6d{color: #6D6D6D;}
.c-7d{color: #7D7D7D;}
.c-8d{color: #8D8D8D;}
.c-99{color: #999999;}
.c-91{color: #919191;}
.c-ff{color: #ffffff;}
.c-cc{color: #cccccc;}
.f-bold{font-weight: bold;}
.f-light{font-weight: 100;}
.bg-f5{background-color: #f5f5f5;}
.bg-eb{background-color: #EBEBEB;}
.bg-ff{background-color: #FFFFFF;}
.bg-ec{background-color: #ececec;}
.f-up{text-transform: uppercase;}
/*字体大小*/
.f-50{font-size:50px}
.f-45{font-size:45px}
.f-40{font-size:40px}
.f-35{font-size:35px;}
.f-32{font-size:32px}
.f-30{font-size:30px}
.f-28{font-size:28px}
.f-26{font-size:26px}
.f-24{font-size:24px}
.f-22{font-size:22px}
.f-20{font-size:20px}
.f-18{font-size:18px}
.f-16{font-size:16px}
.f-15{font-size:15px}
.f-14{font-size:14px}
.f-12{font-size:12px}
img,span,font,a{
	display: inline-block;
	vertical-align: top;
}
.padt-4{
	padding: 3.5% 0 0;
}

.w_100{
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.flex{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
}
.imgs{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 75%;
}
.imgs img{
	position: absolute;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.sllist li:hover .imgs img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*头部*/
.head_pc{
	position: relative;
	z-index: 99;
	padding: 0 2.3%;
	max-width: 1920px;
	box-sizing: border-box;
	margin: 0 auto;
}
.head_pc .head{
	height: 98px;
	position: relative;
}
.head_pc .logo{
	position: absolute;
	left: 0;
	top: 0px;
	display: flex;
	align-items: center;
	bottom: 0;
}
.head_pc .head_r{
	position: absolute;
	right: 0;
	top: 0px;
	bottom: 0;
	display: flex;
	align-items: center;
}
.head_pc .hr_cm{
	padding-left: 1%;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.head_pc .hr_cm .h_tel{
	text-align: right;
	line-height: 1.3;
	padding-right: 35px;
	background: url(../img/h_tel.png) no-repeat right center;
	position: relative;
	padding-left: 35px;
	white-space: nowrap;
}
.head_pc .hr_cm .h_tel:after{
	width: 1px;
	height: 35px;
	background: #D4D4D4;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
}
.head_pc .hr_cm .h_alb{
	display: block;
	padding-left: 35px;
}
.head_pc .nav{
	text-align: center;
}
.head_pc .nav ul{
	font-size: 0;
	display: table;
	width: 100%;
}
.head_pc .nav ul li{
	display:table-cell;
	position: relative;
	padding: 0 5px;
}
.head_pc .nav ul li>a{
	display: block;
	font-size: 16px;
	padding: 29px 20px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
}
.head_pc .nav ul li:hover>a ,.head_pc .nav ul li.on>a ,.head_pc .nav ul li>a.a_hv{
	background: #D9251B;
	color: #fff;
}


.head_m{
	display: none;
}
.page-navigation{
	display: none;
}
/* banner公共 */
.swiper-container1 .swiper-slide ,.swiper-container2 .swiper-slide{
	text-align: center;
}
.swiper-container1 .swiper-slide img,.swiper-container2 .swiper-slide img{
	width: 100%;
}
.swiper-container1.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-container1 .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:30px;
}
.swiper-container1.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.swiper-container1 .swiper-pagination-bullet{
	width: 36px;
	height: 3px;
	background: rgba(255,255,255,0.5);
	border-radius: 0;
	opacity: 1;
}
.swiper-container1 .swiper-pagination-bullet-active{
	background:#D9251B;
}
.swiper-container1 .swiper-button-next, .swiper-container1 .swiper-button-prev{
	background-image: url(../img/ban_lr.png);
	background-size: auto;
}
.swiper-container1 .swiper-button-prev{
	background-position: left center;
	left: 5%;
}
.swiper-container1 .swiper-button-next{
	background-position: right center; 
	right: 5%;
}
.swiper-notification{
	display: none;
}
.ban_m{
	display: none;
}
.swiper-container1 .swiper-slide{
	height: 800px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.swiper-container1 .ban_cm{
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.swiper-container1 .ban_cm .ban_licm{
	text-align: left;
	display: none;
}

.ban_tm1{
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.ban_tm2{
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.ban_tm3{
	-webkit-animation-delay:  0.8s;
	animation-delay: 0.8s;
}
.ban_cm .ban_1_1{
	color: #858585;
	font-size: 36px;
	line-height: 1.2;
	padding-bottom: 10px;
}
.ban_cm .ban_1_2{
	color: #000;
	font-size: 70px;
	font-style: oblique;
	position: relative;
	padding-bottom: 12px;
}
.ban_cm .ban_1_2:after ,.ban_cm .ban_2_2:after,.ban_cm .ban_3_2:after{
	position: absolute;
	width: 74px;
	height: 3px;
	background: #D9251B;
	bottom: 0;
	left: 0;
	content: '';
}
.ban_cm .ban_1_2 font{
	color: #B70505;
}
.ban_cm .ban_1_3{
	color: #333;
	font-size: 20px;
	padding-top:25px;
	line-height: 1.5;
}

.ban_cm .ban_2_1,.ban_cm .ban_3_1{
	font-size: 24px;
}
.ban_cm .ban_2_2,.ban_cm .ban_3_2{
	font-size: 60px;
	color: #BF0505;
	padding-bottom: 2%;
	position: relative;
}
.ban_cm .ban_2_3{
	padding-top:4%;
	line-height: 1.4;
}
.ban_cm .ban_2_3 .p1{
	font-size: 22px;
}
.ban_cm .ban_2_3 .p2{
	font-size: 16px;
	color: #888888;
}
.ban_cm .ban_3_2{
	color: #D9251B;
}
.ban_cm .ban_3_3{
	font-size: 18px;
	padding-top:4%;
}
.ban_cm .ban_3_3 span{
	display: inline-block;
	padding: 5px 44px 5px 27px;
	background: url(../img/b3_ico.png) no-repeat left center;
}


.swiper-container1 .swiper-slide-active .ban_cm .ban_licm{
	display: block;
	-webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1); /* Safari 和 Chrome */
}



/*底部*/
.foot_a{
	padding-top: 4%;
	align-items: initial;
}
.foot_a .fa_a{
	width: 16%;
}
.foot_a .fa_a img{
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}
.foot_a .fa_b{
	width: 22.3%;
	padding-right: 1%;
}
.foot_a .fa_b p{
	padding: 4px 0;
}
.foot_a .fa_li{
	width: 10.8%;
	padding-left: 3%;
}
.foot_a .fa_li p{
	padding: 6px 0;
}
.foot_a .fa_line{
	width: 1px;
	background: #D4D4D4;
}
.foot_a .fa_d{
	width: 17%;
	padding-left: 2%;
}
.foot_a .fa_d .wxfl{
	display: flex;
	align-items: flex-end;
}
.foot_a .fa_d img{
	max-width: 100%;
}
.foot_a .fa_d p{
	padding-left: 10px;
}
.foot_b{
	padding:15px 0;
}
.foot_b .foot_link{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.8;
}
.foot_b .foot_link a{
	padding-right: 20px;
}
.foot_cpr{
	padding: 1.5% 0;
	border-top: 1px solid #E7E7E7;
	line-height: 1.8;
}
.foot_cpr span{
	padding-right: 15px;
}

.foot_m{
	display: none;
}
/* 底部微信二维码 */
.hide_wxbg{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	display: none;
}
.f_wxewm{
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	left: 25%;
	top: 25%;
	z-index: 9999;
	position: fixed;
	display: none;
}
.f_wxewm img{
	display: inline-block;
	
	max-width: 200px;
	padding: 10px;
	background: #fff;
	vertical-align: top;
}
/* 客服 */
.fade_cm{
	position:fixed;
	z-index:999;
	right:0;
	top:50%;
	margin-top:-150px;
	width:62px;
	
}
.fade_cm li{
	position:relative;
	border-bottom: 1px solid rgba(228,228,228,0.3);
}
.fade_cm li:last-child{
	border-bottom: none;
}
.fade_cm li a{
	display:block;
	width:62px;
	height:62px;
	cursor:pointer;
	background: #656565;
}
.fade_cm li a:hover{
	background: #D9251B;
}
.fade_cm li i{
	width:62px;
	height:62px;
	display:block;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade_cm li i.i1{
	background-image: url(../img/fr_ico1.png);
}
.fade_cm li i.i2{
	background-image: url(../img/fr_ico2.png);
}
.fade_cm li i.i3{
	background-image: url(../img/fr_ico3.png);
}
.fade_cm li i.i4{
	background-image: url(../img/fr_ico4.png);
}
.fade_cm li .wx_ewm{
	position:absolute;
	width:110px;
	right:70px;
	bottom:0;
	display:none;
	padding: 2px;
	background: #fff;
}
.fade_cm li .wx_ewm img{
	display:block;
	width:100%;
}
.fade_cm li .tel_nb{
	position:absolute;
	width:150px;
	right:70px;
	bottom:0;
	display:none;
	padding:0 10px;
	background:#D9251B;
	color: #fff;
	line-height: 62px;
	font-size: 20px;
}

.img img{
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.sllist li:hover .img img ,.sllist .li:hover .img img,.sllist .li:hover .imgs img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

@media screen and (max-width:1680px ) {
	.w_1608{
		width:auto;
		margin: 0 3.5%;
		box-sizing: border-box;
	}
	
}
@media screen and (max-width:1600px ) {
	.head_pc .nav ul li > a{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width:1460px ) {
	.head_pc .head{
		height: 80px;
	}
	.head_pc .logo img{
		height: 30px;
	}
	.head_pc .nav ul li > a{
		padding: 20px 10px;
		font-size: 15px;
	}
	.head_pc .hr_cm .h_tel{
		background-size: 20px;
	}
	.head_pc .hr_cm .h_tel p{
		font-size: 18px;	
	}
}

@media screen and (max-width:1366px ) {
	
	.f-50{font-size:38px}
	.f-45{font-size:36px}
	.f-40{font-size:34px}
	.f-35{font-size:32px;}
	.f-32{font-size:30px}
	.f-30{font-size:28px}
	.f-28{font-size:26px}
	.f-26{font-size:25px}
	.f-24{font-size:22px}
	.f-22{font-size:20px}
	.f-20{font-size:18px}
	.head_pc .hr_cm{
		display: none;
	}
	.swiper-container1 .swiper-slide{
		height: 570px;
	}
	.ban_cm .ban_1_1{
		font-size:25px;
	}
	.ban_cm .ban_1_2{
		font-size:49px;
	}
	.ban_cm .ban_1_2:after,.ban_cm .ban_2_2:after,.ban_cm .ban_3_2:after{
		width: 55px;
		height: 2px;
	}
	.ban_cm .ban_1_3{
		font-size: 14px;
	}
	.ban_cm .ban_2_1,.ban_cm .ban_3_1{
		font-size:17px;
	}
	.ban_cm .ban_2_2,.ban_cm .ban_3_2{
		font-size:42px;
	}
	.ban_cm .ban_2_3 .p1{
		font-size:15px;
	}
	.ban_cm .ban_2_3 .p2{
		font-size:12px;
	}
	.ban_cm .ban_3_3{
		font-size:14px;
	}
	.w_1200{
		width:1000px;
	}
}
@media screen and (max-width:1280px ) {
	.w_1200{
		width:auto;
		margin: 0 4%;
		box-sizing: border-box;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
}
@media screen and (max-width:1024px ) {
	
	.head_pc{
		display: none;
	}
	.head_m{
		display: block;
		width:100%;
		height:60px;
		padding:0;
		background:#fff;
		position:fixed;
		z-index:998;
		top:0;
		left:0;
		box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
	}
	.head_m .logo_m{
		display:block;
		padding-left:15px;
		float:left;
		position:absolute;
		padding-top:15px;
		z-index: 99;
	}
	.head_m .logo_m img{
		height:28px;
		display:block;
	}
	.head_m .head_ico{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 99;
	}
	.head_m .head_ico span{
	    position: absolute;
	    top: 19px;
	    left: 8px;
	    width: 25px;
	    height: 2px;
	    background: #D9251B;
	    -webkit-transition: all 300ms;
	    transition: all 300ms;
	}
	.head_m .head_ico span:after, .head_m .head_ico span:before {
	    content: '\20';
	    position: absolute;
	    left: 0;
	    width: 100%;
	    height: 2px;
	    background:  #D9251B;
	    -webkit-transition: all 300ms;
	    transition: all 300ms;
	}
	.head_m .head_ico span:before{
		top: -7px;
	}
	.head_m .head_ico span:after{
		bottom: -7px;
	}
	.body-nav .head_m .head_ico span {
	    background: 0 0;
	    -webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
	   
	}
	.body-nav .head_m .head_ico span:before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 0;
		top: 0;
	}
	.body-nav .head_m .head_ico span:after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 0;
		bottom: 0;
	}
	.hide-nav {
	    display: none;
	    position: fixed;
	    top: 0px;
	    left: 0;
	    right: 176px;
	    bottom: 0;
	}
	.body-nav .hide-nav{
		display: block;
		z-index:999 ;
	}
	
	.page-navigation{
		display: block;
		position:fixed;
		z-index:9999;
		top:0px;
		overflow-y: auto;
		position: fixed;
		right: -176px;
		bottom: 0;
		width: 176px;
		-webkit-transition: right 650ms;
		transition: right 650ms;
		background:#D9251B;
	}
	.nav_pad{
		padding: 15px 0;	
	}
	.nav_pad li{
		position: relative;
	}
	.nav_pad li i{
		position: absolute;
		width: 40px;
		height: 40px;
		right: 0px;
		top: 0;
		cursor: pointer;
		z-index: 9;
		background: url(../img/r_ico.png) no-repeat center center;
		background-size: 16px;
		transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
	}
	.nav_pad li.onn i{
		transform: rotate(90deg);
	}
	.page-navigation a{
		height:40px;
		line-height:40px;
		padding: 0 15px;
		font-size:14px;
		color:#fff;
		display: block;
	}
	.page-navigation li.onn>a{
		background:#EDA55F;
	}
	.page-navigation .sub{
		display: none;
		background: #EBEBEB;
		padding: 5px 0;
	}
	.page-navigation .sub a{
		line-height: 35px;
		height:35px;
		font-size:12px;
		padding: 0 0 0 20px;
		color: #666;
	}
	.body-nav{
		height: 100%;
		overflow: hidden;
	}
	.body-nav #main, .body-nav #foot ,.body-nav .head_m{
	    -webkit-transform: translate(-176px);
	    transform: translate(-176px);
	    -webkit-transition: -webkit-transform 800ms;
	    transition: transform 800ms;
	}
	.body-nav .page-navigation{
		right: 0;
		-webkit-transition: right 350ms;
		transition: right 350ms;
	}
	.body-nav .head_ico{
		right: 0;
		-webkit-transition: right 350ms;
		transition: right 350ms;
	}
	#main{
		padding-top: 60px;
	}
	#main ,#foot ,.head_m{
		-webkit-transition: -webkit-transform 500ms;
		transition: transform 500ms;
	}
	
	#foot .fa_dlast .f_ewm{
		width: 100px;
	}
	
}

@media screen and (max-width:960px ) {
	.f-50{font-size:34px}
	.f-45{font-size:32px}
	.f-40{font-size:30px}
	.f-35{font-size:29px;}
	.f-32{font-size:28px}
	.f-30{font-size:26px}
	.f-28{font-size:24px}
	.f-26{font-size:22px}
	.f-24{font-size:19px}
	.f-22{font-size:18px}
	.f-20{font-size:17px}
	.f-18{font-size:16px}
	.f-15{font-size:14px}
	.f-16{font-size:14px}
	.swiper-container1.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {

		bottom: 20px;

	}
	.foot_a .fa_a ,.foot_a .fa_b,.foot_a .fa_li ,.foot_a .fa_d{
		width: 100%;
		padding: 15px 0;
		border-bottom: 1px solid #dedede;
	}
	.foot_a .fa_line{
		display: none;
	}
	.foot_a .fa_li ,.foot_a .fa_d{
		display: flex;
		padding-left: 0;
	}
	.foot_a .fa_li p{
		padding-right: 4%;
	}
	.foot_a .fa_a img{
		width: 200px;
	}
	.foot_a .fa_d img{
		width: 100px;
	}
	.foot_cpr{
		padding: 15px 0;
	}
	
}
@media screen and (max-width:800px ) {
	.fade_cm{
		display: none;
	}
	
}

@media screen and (max-width:768px ) {
	.swiper-container1.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 5px;
	}
	.swiper-container1.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 5px;
	}
	.swiper-pagination-bullet{
		width:20px;
		height: 3px;
	}
	
	.f-50{font-size:30px}
	.f-45{font-size:28px}
	.f-40{font-size:25px}
	.f-35{font-size:24px;}
	.f-32{font-size:23px}
	.f-30{font-size:22px}
	.f-28{font-size:21px}
	.f-26{font-size:20px}
	.f-24{font-size:18px}
	.f-22{font-size:17px}
	.f-20{font-size:16px}
	.f-18{font-size:15px}
	.f-16{font-size:14px}
	.f-15{font-size:13px}
	.f-14{font-size:12px}
	
	.swiper-container1 .swiper-slide{
		height: 320px;
	}
	.ban_cm .ban_1_1{
		font-size:14px;
	}
	.ban_cm .ban_1_2{
		font-size:28px;
	}
	.ban_cm .ban_1_2:after,.ban_cm .ban_2_2:after,.ban_cm .ban_3_2:after{
		width: 30px;
	}
	.ban_cm .ban_1_3{
		font-size: 12px;
		padding-top: 15px;
	}
	
	.ban_cm .ban_2_1,.ban_cm .ban_3_1{
		font-size:14px;
	}
	.ban_cm .ban_2_2,.ban_cm .ban_3_2{
		font-size:24px;
	}
	.ban_cm .ban_2_3 .p1{
		font-size:13px;
	}
	.ban_cm .ban_2_3 .p2{
		font-size:12px;
	}
	.ban_cm .ban_3_3{
		font-size:12px;
	}
	.ban_cm .ban_3_3 span{
		padding: 3px 20px 3px 16px;
		background-size: 8px;
	}
	
	
}
@media screen and (max-width:600px ) {
	.foot_pc{
		display: none;
	}
	#main{
		padding-bottom:60px ;
	}
	#foot{
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 998;
	}
	.foot_m{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background:#DA281F;	
		z-index: 998;
	}
	.foot_m ul{
		width: 100%;
		height: 50px;
	}
	.foot_m li{
		float: left;
		text-align: center;
		width: 25%;
		position: relative;
		border-right: 1px solid rgba(255,255,255,0.5);
		box-sizing: border-box;
		height: 50px;
	}
	.foot_m li:last-child{
		border-right: 0;
	}

	.foot_m li a{
		display: block;
		padding: 7px 0 0;
		cursor: pointer;
	}
	.foot_m li a i{
		display:block;
		height: 21px;
	}
	.foot_m li a img{
		height: 21px;
		display: inline-block;
		vertical-align: top;
	}
	.foot_m li p{
		font-size: 12px;
		color:#fff;
		line-height: 20px;
		padding-top:0px;
		text-transform: uppercase;
	}
	.ban_m1{
		background-image: url(../img/ban_1_m.jpg) !important;
	}
	.ban_m2{
		background-image: url(../img/ban_2_m.jpg) !important;
	}
	.ban_m3{
		background-image: url(../img/ban_3_m.jpg) !important;
	}

}

@media screen and (max-width:414px ) {
	.w_1608{
		margin: 0 4%;
	}
	.f-50{font-size:26px}
	.f-35{font-size:22px;}
	.f-30{font-size:20px}
	.f-22{font-size:16px}
	.swiper-container1 .swiper-slide{
		height: 250px;
	}
	.swiper-container1 .ban_cm .ban_1_2{
		padding-bottom: 8px;
	}
}