
html,body{
	background: #fff;
	margin: 0 auto;
	color: #000;
	font-size: 14px;
	line-height: 1.8;
}
/* *{box-sizing: border-box;} */
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*/
}
.hidd{
	overflow: hidden;
}
/* 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);
  }
}


.w_1200{max-width: 1200px;margin: 0 auto;}
.com_pad{padding: 0 3.5%;}
.pad_08{padding: 0 8%;}
.float_l{float: left;}
.float_r{float: right;}
.t_cen{text-align: center;}
.f_bold{font-weight: bold;}
.f_up{text-transform: uppercase;}
.c_fff{color: #fff;}
.c_000{color: #000;}
.c_333{color: #333;}
.c_666{color: #666;}
.c_999{color: #999;}
.c_064c91{color: #064c91;}
.f_up{text-transform: uppercase;}
img,span,font,a{display: inline-block;vertical-align: top;}
.f_12{font-size: 12px;}
.f_13{font-size: 13px;}
.f_14{font-size: 14px;}
.f_15{font-size: 15px;}
.f_16{font-size: 16px;}
.f_18{font-size: 18px;}
.f_20{font-size: 20px;}
.f_22{font-size: 22px;}
.f_24{font-size: 24px;}
.f_26{font-size: 26px;}
.f_28{font-size: 28px;}
.f_30{font-size: 30px;}
.f_32{font-size: 32px;}
.f_34{font-size: 34px;}
.f_35{font-size: 35px;}
.f_38{font-size: 38px;}
.f_40{font-size: 40px;}
.f_42{font-size: 42px;}
.f_44{font-size: 44px;}
.f_45{font-size: 45px;}
.f_46{font-size: 46px;}
.f_48{font-size: 48px;}
.f_50{font-size: 50px;}

.w_100{width: 100%;display: inline-block;vertical-align: top;}
.flex{display: flex;flex-flow: wrap;}
.flex_align{align-items: center;}
.flex_between{justify-content: space-between;}
.flex_center{justify-content: center;}
.flex_column{flex-direction: column;}
.flex_row{flex-direction: row-reverse;}
.flex_column_r{flex-direction: column-reverse;}
.padt_15{padding-top: 1.5%;}
.padt_2{padding-top: 2%;}
.padt_25{padding-top: 2.5%;}
.padt_3{padding-top: 3%;}
.padt_35{padding-top: 3.5%;}
.padt_4{padding-top: 4%;}
.padt_45{padding-top: 4.5%;}
.padt_5{padding-top:5%;}
.padt_55{padding-top:5.5%;}
.padt_6{padding-top:6%;}
.padt_65{padding-top:6.5%;}
.padt_7{padding-top:7%;}
.padt_75{padding-top:7.5%;}
.padt_8{padding-top:8%;}
.padb_15{padding-bottom: 1.5%;}
.padb_2{padding-bottom: 2%;}
.padb_25{padding-bottom: 2.5%;}
.padb_3{padding-bottom: 3%;}
.padb_35{padding-bottom: 3.5%;}
.padb_4{padding-bottom: 4%;}
.padb_45{padding-bottom: 4.5%;}
.padb_5{padding-bottom: 5%;}
.padb_55{padding-bottom: 5.5%;}
.padb_6{padding-bottom: 6%;}
.padb_65{padding-bottom: 6.5%;}
.padb_7{padding-bottom: 7%;}
.padb_75{padding-bottom: 7.5%;}
.padb_8{padding-bottom: 8%;}
.lh18{line-height: 1.8;}
.lh2{line-height: 2;}
.lh22{line-height: 2.2;}

.overh{overflow: hidden;}

.hidd1{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.hidd2{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.hidd3{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.hidd4{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.hidd5{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 5; -webkit-box-orient: vertical;}

.imgs{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 75%;
}
.imgs img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	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{
	position: fixed;
	z-index: 1000;
	box-sizing: border-box;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
	/* background: rgba(0,0,0,0.2); */
	transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
#head.onn{
	background: rgba(0,0,0,0.8);
}
#head .head_pc{
	height: 80px;
	position: relative;
}
.head_pc .head_l{
	display: flex;
	align-items: center;
	bottom: 0;
}
.head_pc .h_tel{
	margin-left: 26px;
	padding-left: 40px;
	background: url(../image/tel_ico.png) no-repeat left center;
	color: #fff;
	line-height: 1.3;
}

.head_pc .logo img{
	max-width: 100%;
}
.head_pc .nav{
	margin-right: -30px;
}
.head_pc .nav{
	text-align: center;
}
.head_pc .nav ul{
	font-size: 0;
}
.head_pc .nav ul li{
	display:inline-block;
	position: relative;
	padding: 13px 5px;
}
.head_pc .nav ul li>a{
	display: block;
	font-size: 16px;
	padding:14px 25px;
	line-height:26px;
	white-space: nowrap;
	color: #fff;
	position: relative;
}
.head_pc .nav ul li>a span{
	position: absolute;
	z-index: 1;
	width: 0;
	height: 10px;
	background: url(../image/nav_hv.png) no-repeat center center;
	transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
	bottom: 0;
	left: 50%;	
	overflow: hidden;
}
.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 span,.head_pc .nav ul li.on>a span ,.head_pc .nav ul li>a.a_hv span{
	width:21px;
	margin-left: -10px;
}
.head_pc .nav .sub{
	position: absolute;
	background: rgba(27,27,27,0.9);
	z-index: 98;
	left: 0px;
	right: 0px;
	top: 80px;
	display: none;
	padding: 6px 0;
}
.head_pc .nav .sub dt a{
	color: #979797;
	font-size: 13px;
	display: block;
	padding: 5px 2px;
	line-height: 20px;
}
.head_pc .nav .sub dt a:hover{
	color: #fff;
}


.head_m{
	display: none;
}




/*底部*/
#foot{
	background: #222222;
	overflow: hidden;
	color: #bebebe;
}
#foot a{
	color: #bebebe;
}
#foot a:hover{
	color: #fff;
}
#foot .foot_a{
	padding: 3% 0 0%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#foot .foot_a .foot_a1{
	width: 27.6%;
	min-width: 250px;
	padding-right: 5%;
}
#foot .foot_a .foot_ap{
	padding-top: 12px;
	line-height: 1.4;
	max-width: 255px;
}

#foot .foot_a .foot_ali{
	padding-right: 5%;
	padding-bottom: 2%;
}
#foot .foot_a .foot_a4{
	padding-right: 0;
}
#foot .foot_a .h3{
	font-size: 20px;
	padding-bottom: 8px;
}
#foot .foot_a .ul li{
	padding: 3px 0;
}
#foot .foot_a .foot_a4{
	text-align: center;
}
#foot .foot_a .foot_a4 img{
	max-width: 118px;
}
#foot .foot_a .foot_a4 p{
	padding-top: 8px;
}

#foot .foot_b .foot_cpr{
	padding: 20px 0;
	color: rgba(255,255,255,0.55);
}

.gotop{
	position: fixed;
	z-index: 999;
	right: 15px;
	bottom: 6%;
	width: 46px;
	height: 46px;
	background-color: rgba(6,76,145,0.7);
	background-position: center center; 
	background-image: url(../image/gotop.png);
	background-repeat: no-repeat;
	background-size: 25px;
	border-radius: 4px;
	display: none;
	cursor: pointer;
}
.gotop:hover{
	background-color: #064c91;
}

@media screen and (max-width:1600px ) {
	
}

@media screen and (max-width:1440px ) {
	.f_16{font-size: 15px;}.f_18{font-size: 17px;}.f_20{font-size: 19px;}.f_22{font-size: 20px;}.f_24{font-size: 22px;}.f_26{font-size: 24px;}
	.f_28{font-size: 26px;}.f_30{font-size: 28px;}.f_32{font-size: 30px;}.f_34{font-size: 32px;}.f_35{font-size: 33px;}.f_38{font-size: 36px;}
	.f_40{font-size: 38px;}.f_42{font-size: 39px;}.f_44{font-size: 40px;}.f_45{font-size: 41px;}.f_46{font-size: 42px;}.f_48{font-size: 45px;}
	.f_50{font-size: 46px;}
	
}

@media screen and (max-width:1280px ) {
	.f_14{font-size: 13px;}.f_15{font-size: 13px;}.f_16{font-size: 14px;}.f_18{font-size: 16px;}.f_20{font-size: 18px;}.f_22{font-size: 19px;}
	.f_24{font-size: 20px;}.f_26{font-size: 22px;}.f_28{font-size: 24px;}.f_30{font-size: 26px;}.f_32{font-size: 28px;}.f_34{font-size: 30px;}
	.f_35{font-size: 30px;}.f_38{font-size: 32px;}.f_40{font-size: 34px;}.f_42{font-size: 35px;}.f_44{font-size: 36px;}.f_45{font-size: 37px;}
	.f_46{font-size: 38px;}.f_48{font-size: 40px;}.f_50{font-size: 42px;}
	
	.head_pc .nav ul li > a{
		font-size: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:1080px ) {
	.f_15{font-size: 13px;}.f_16{font-size: 14px;}.f_18{font-size: 15px;}.f_20{font-size: 16px;}.f_22{font-size: 18px;}
	.f_24{font-size: 19px;}.f_26{font-size: 20px;}.f_28{font-size: 22px;}.f_30{font-size: 24px;}.f_32{font-size: 26px;}
	.f_34{font-size: 28px;}.f_35{font-size: 28px;}.f_38{font-size: 29px;}.f_40{font-size: 30px;}.f_42{font-size: 31px;}
	.f_44{font-size: 32px;}.f_45{font-size: 33px;}.f_46{font-size: 34px;}.f_48{font-size: 35px;}.f_50{font-size: 36px;}
}

@media screen and (max-width:960px ) {
	
	.head_pc .nav ul li{
		padding: 0;
	}
	.head_pc .h_tel{
		display: none;
	}
	.head_pc .nav .sub{
		left: 0;
		right: 0;
	}
	.head_pc .nav ul li > a{
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

@media screen and (max-width:810px ) {
	.f_14{font-size: 12px;}.f_15{font-size: 12px;}.f_16{font-size: 13px;}.f_18{font-size: 15px;}.f_20{font-size: 15px;}
	.f_22{font-size: 17px;}.f_24{font-size: 18px;}.f_26{font-size: 19px;}.f_28{font-size: 20px;}.f_30{font-size: 21px;}
	.f_32{font-size: 22px;}.f_34{font-size: 24px;}.f_35{font-size: 25px;}.f_38{font-size: 26px;}.f_40{font-size: 28px;}.f_42{font-size: 29px;}
	.f_44{font-size: 30px;}.f_45{font-size: 31px;}.f_46{font-size: 32px;}.f_48{font-size: 33px;}.f_50{font-size: 34px;}
	#head .head_pc{
		display: none;
	}
	#head .head_m{
		display: block;
		height: 46px;
		position: relative;
	}
	#head .head_m .logo{
		left: 3%;
		top: 12px;
		position: absolute;
	}
	#head .head_m .logo img{
		height: 22px;
	}
	#head .head_m .head_ico{
		position: absolute;
		right: 3%;
		top: 3px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 99;
	}
	#head .head_m .head_ico span{
		position: absolute;
		top: 19px;
		left: 8px;
		width: 28px;
		height: 2px;
		background: #fff;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	#head .head_m .head_ico span:after, #head .head_m .head_ico span:before {
		content: '\20';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background:  #fff;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	#head .head_m .head_ico span:before{
		top: -8px;
	}
	#head .head_m .head_ico span:after{
		bottom: -8px;
	}
	.body-nav #head .head_m .head_ico span {
		background:none;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.body-nav #head .head_m .head_ico span:before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 0;
		top: 0;
	}
	.body-nav #head .head_m .head_ico span:after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 0;
		bottom: 0;
	}
	
	#head .head_m .page-navigation{
		display: none;
		z-index:9999;
		top:46px;
		overflow-y: auto;
		position: fixed;
		max-height: calc(100% - 46px);
		left: 0px;
		width: 100%;
		background:#fff;
	}
	#head .head_m .nav_pad{
		padding: 30px 10%;	
	}
	#head .head_m .nav_pad li{
		position: relative;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		border-bottom: 1px solid #dedede;
	}
	#head .head_m .page-navigation a{
		line-height:40px;
		padding: 5px 15px;
		font-size:18px;
		color:#333;
		display: block;
		text-align: center;
	}
	#head .head_m .page-navigation .sub{
		display: none;
		padding: 5px 10%;
	}
	#head .head_m .page-navigation .sub a{
		line-height: 35px;
		font-size:15px;
		color: #666;
	}
	.body-nav #head .page-navigation{
		height: 100%;
	}
	
	#foot .foot_a{
		padding: 30px 0 0;
		font-size: 13px;
	}
	#foot .foot_b .foot_cpr{
		font-size: 13px;
	}
	#foot .foot_a .h3{
		font-size: 18px;
	}
}
@media screen and (max-width:600px ) {
	.f_16{font-size: 13px;}.f_18{font-size: 14px;}.f_20{font-size: 14px;}.f_22{font-size: 15px;}.f_24{font-size: 16px;}
	.f_26{font-size: 17px;}.f_28{font-size: 18px;}.f_30{font-size: 19px;}.f_32{font-size: 20px;}.f_34{font-size: 20px;}
	.f_35{font-size: 22px;}.f_38{font-size: 23px;}.f_40{font-size: 24px;}.f_42{font-size: 25px;}.f_44{font-size: 26px;}.f_45{font-size: 27px;}
	.f_46{font-size: 28px;}.f_48{font-size: 29px;}.f_50{font-size: 30px;}
	.mw_100{
		width: 100% !important;
	}
	#foot .foot_a{
		padding: 30px 0 10px;
		font-size: 12px;
	}
	#foot .foot_a .foot_ss{
		margin-top: 20px;
	}
	#foot .foot_a .h3{
		font-size: 16px;
	}
	#foot .foot_a .foot_ali{
		width: 50%;
		box-sizing: border-box;
	}
	#foot .foot_a .foot_a1{
		width: 100%;
	}
	#foot .foot_a .foot_a4{
		width: auto;
	}
	#foot .foot_b .foot_cpr{
		font-size: 12px;
		padding: 10px 0;
	}
	#foot .foot_a .foot_a4 img{
		width: 90px;
	}
	.gotop{
		width: 35px;
		height: 35px;
		background-size: 20px;
	}
}


@-webkit-keyframes returnToNormal {
  0%{
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes returnToNormal {
  0%{
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}