@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*/
}

/* loading 样式 */
.loaderbg {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
}
.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;
}
.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: 4.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: fixed;
	z-index: 99;
	padding: 0 1.2%;
	box-sizing: border-box;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #191919;
}
.head_pc .head{
	height: 74px;
	position: relative;
}
.head_pc .logo{
	position: absolute;
	left: 0;
	top: 0px;
	display: flex;
	align-items: center;
	bottom: 0;
	width: 160px;
	overflow: hidden;
	left: 50%;
	margin-left: -80px;
	z-index: 10;
}
.head_pc .logo img{
	width: 100%;
}
.head_pc .h_tel{
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.head_pc .h_tel a{
	background: url(../img/tel-ico.png) no-repeat left center;
	padding-left: 35px;
	color: #fff;
}

.head_pc .nav{
	text-align: center;
}
.head_pc .nav ul{
	font-size: 0;
}
.head_pc .nav ul li{
	display:inline-block;
	position: relative;
	padding: 17px 15px;
}
.head_pc .nav ul li:nth-child(5){
	margin-left:210px ;
}
.head_pc .nav ul li>a{
	display: block;
	font-size: 16px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	color: #BDBDBD;
	position: relative;
}
.head_pc .nav ul li>a:after{
	height: 2px;
	background-color: #FF0000;
	position: absolute;
	bottom: 0;
	transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
	width: 0;
	content: "";
	left: 50%;
}
.head_pc .nav ul li>a:hover ,.head_pc .nav ul li.on>a ,.head_pc .nav ul li>a.a-hv{
	color: #fff;
}
.head_pc .nav ul li>a:hover:after ,.head_pc .nav ul li.on>a:after ,.head_pc .nav ul li>a.a-hv:after{
	width:100%;
	left: 0;
}

.head_pc .nav .sub{
	position: absolute;
	background: #393939;
	z-index: 98;
	width: 100%;
	left: 0;
	top: 74px;
	display: none;
	padding: 5px 0;
}
.head_pc .nav .sub dt{
	
}
.head_pc .nav .sub dt a{
	color: #979797;
	font-size: 14px;
	display: block;
	padding: 8px 2px;
	line-height: 20px;
}
.head_pc .nav .sub dt a:hover{
	color: #fff;
}




.head_pc .head_ico{
	position: absolute;
	top: 15px;
	left: 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 99;
}
.head_pc .head_ico span{
	position: absolute;
	top: 19px;
	left: 8px;
	width: 28px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.head_pc .head_ico span:after, .head_pc .head_ico span:before {
	content: '\20';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background:  #fff;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.head_pc .head_ico span:before{
	top: -8px;
}
.head_pc .head_ico span:after{
	bottom: -8px;
}
.body-nav .head_pc .head_ico span {
	background: 0 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
   
}
.body-nav .head_pc .head_ico span:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 0;
}
.body-nav .head_pc .head_ico span:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	bottom: 0;
}
.hide-nav {
	display: none;
	position: fixed;
	top: 0px;
	right: 0;
	left: 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;
	left: -176px;
	bottom: 0;
	width: 176px;
	-webkit-transition: left 650ms;
	transition: left 650ms;
	background:#D9251B;
}
.nav_pad{
	padding: 30px 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;
	text-align: center;
}
.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;
	
	color: #666;
}
.body-nav{
	height: 100%;
	overflow: hidden;
}
.body-nav #main, .body-nav #foot ,.body-nav .head{
	-webkit-transform: translate(176px);
	transform: translate(176px);
	-webkit-transition: -webkit-transform 600ms;
	transition: transform 600ms;
}
.body-nav .page-navigation{
	left: 0;
	-webkit-transition: left 350ms;
	transition: left 350ms;
}
.body-nav .head_ico{
	left: 0;
	-webkit-transition: left 350ms;
	transition: left 350ms;
}

#main{
	padding-top: 74px;
}
#main ,#foot ,.head{
	-webkit-transition: -webkit-transform 500ms;
	transition: transform 500ms;
}


.ind-hzlist{
	padding-bottom: 35px;
	padding-left: 3.5%;
	padding-right: 3.5%;
}
.ind-hzlist .swiper-hzkh{
	padding-top: 30px;
	padding-bottom: 30px;
}
.ind-hzlist .swiper-hzkh  .swiper-slide .img{
	text-align: center;
	width: 100%;
}
.ind-hzlist .swiper-hzkh  .swiper-slide .img img{
	max-width: 100%;
}
.ind-hzlist .swiper-pagination{
	bottom: 0;
}
.ind-hzlist .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background:#D5D5D5;
	opacity: 1;
	border: 3px solid #fff;
}
.ind-hzlist .swiper-pagination-bullet-active{
	width:12px;
	height: 12px;
	background: none;
	border: 2px solid #E60122;
}


/*底部*/
#foot{
	background: #191919;
	padding:1.2% 3.5%;
	overflow: hidden;
}
#foot .f-add{
	color: #5E5E5E;
	padding-top: 15px;
}
#foot .f-add a{
	color: #5E5E5E;
}
#foot .f-add a:hover{
	color: #fff;
}
#foot .f-logo b{
	display: inline-block;
	padding-right:12px;
}
#foot .foot{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
#foot .foot-r p{
	text-align: right;
}
#foot .foot-r ul{
	padding-top: 20px;
	font-size: 0;
	text-align: right;
}
#foot .foot-r li{
	display: inline-block;
	padding-left: 30px;
}
#foot .foot-r li a{
	display: block;
	width: 46px;
	height: 46px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/f-ico1.png);
	cursor: pointer;
}
#foot .foot-r li a.f-ico2{
	background-image: url(../img/f-ico2.png);
}
#foot .foot-r li a.f-ico3{
	background-image: url(../img/f-ico3.png);
}
#foot .foot-r li a:hover{
	background-image: url(../img/f-ico1-hv.png);
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
}
#foot .foot-r li a.f-ico2:hover{
	background-image: url(../img/f-ico2-hv.png);
}
#foot .foot-r li a.f-ico3:hover{
	background-image: url(../img/f-ico3-hv.png);
}


/* 底部微信二维码 */
.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: 250px;
	text-align: center;
	box-sizing: border-box;
	left: 50%;
	margin-left: -125px;
	top: 25%;
	z-index: 9999;
	position: fixed;
	display: none;
}
.f_wxewm .wx-pad{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	padding: 10px;
	background: #fff;
}
.f_wxewm img{
	display: inline-block;
	
	max-width: 200px;
	
	vertical-align: top;
}
.f_wxewm .wx-pad p{
	padding-top: 8px;
	font-size: 14px;
}
/* 客服 */
.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:1600px ) {
	.head_pc .nav ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@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 .h_tel a{
		font-size: 0;
		width: 28px;
		height: 100%;
		padding: 0;
	}
	#foot .foot-r li{
		padding-left: 30px;
	}
	#foot .foot-r li a{
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width:1280px ) {
	
	
}
@media screen and (max-width:1024px ) {
	.head_pc .nav{
		display: none;
	}
}

@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}
	#foot .foot-r li{
		padding-left: 20px;
	}
	#foot .foot-r li a{
		width: 36px;
		height: 36px;
	}
	
	
}

@media screen and (max-width:768px ) {
	.head_pc .head{
		height: 60px;
	}
	.head_pc .logo{
		height: 60px;
		width: 130px;
		margin-left: -65px;
	}
	.head_pc .head_ico{
		top: 10px;
	}
	#main{
		padding-top: 60px;
	}
	.ind-hzlist .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.ind-hzlist .swiper-pagination-bullet-active{
		width:10px;
		height: 10px;
	}
	.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}
	#foot{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#foot .foot{
		display: block;
	}
	#foot .f-add{
		padding-top: 10px;
	}
	#foot .foot-r p,#foot .foot-r ul{
		text-align: left;
		display: inline-block;
		padding-top: 10px;
		vertical-align: middle;
	}
	#foot .foot-r li a{
		width: 28px;
		height: 28px;
	}
	.fade_cm{
		display: none;
	}
}


@media screen and (max-width:640px ) {
	
	.f-50{font-size:26px}
	.f-35{font-size:22px;}
	.f-30{font-size:20px}
	.f-22{font-size:16px}
	.ind-hzlist{
		padding-bottom: 20px;
	}
	.ind-hzlist .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
	}
	.ind-hzlist .swiper-pagination-bullet-active{
		width:8px;
		height: 8px;
	}
	#foot .foot .f-cpr,#foot .f-add{
		font-size: 12px;
	}
	#foot .f-add{
		padding-top: 10px;
	}
}