@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_1024{
	width: 1024px;
	max-width: 1024px;
	min-width: 1024px;
	margin: 0 auto;
}
.w_1036{
	width: 1036px;
	min-width: 1036px;
	margin: 0 auto;
}
.float_l{
	float: left;
}
.float_r{
	float: right;
}
.t-cen{text-align: center;}

img,span,font,a{
	display: inline-block;
	vertical-align: top;
}
.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{
	position: fixed;
	z-index: 999;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
}
#head .headRela{
	position: relative;
}
#head .head{
	height: 58px;
}
#head .logo{
	float: left;
	width: 190px;
	padding-top: 16px;
}
#head .logo img{
	max-width:138px;
	display: block;
}
#head .nav{
	text-align: center;
	float: left;
}
#head .nav ul li{
	margin: 0px 6px;
	float: left;
}
#head .nav ul li>a{
	display: block;
	font-size: 14px;
	padding: 14px 6px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	color: #fff;
	position: relative;
	cursor: pointer;
}
#head .nav ul li>a:hover ,#head .nav ul li.on>a ,#head .nav ul li>a.a_hv{
	color: #0096d0;
}
#head .nav ul li>a:hover:after ,#head .nav ul li.on>a:after ,#head .nav ul li>a.a_hv:after{
	width:100%;
	left: 0;
}

#head .nav .sub{
	position: absolute;
	background: #ededed;
	z-index: 98;
	width: 100%;
	left: 0;
	top: 58px;
	right: 0;
	display: none;
	box-sizing: border-box;
}
#head .nav .hcp_nav dt{
	float: left;
	width: 20%;
	padding: 20px 0;
	border-bottom: 1px solid #DEDEDE;
}
#head .nav .hcp_nav dt a{
	justify-content: inherit;
}
#head .nav .hcp_nav dt a img{
	width: 50px;
	height: 50px;
}
#head .nav .hcp_nav dt a p{
	padding-left: 10px;
}

#head .nav .hscm_nav{
	padding: 30px 0;
}
#head .nav .hscm_nav .s_nvl{
	float: left;
	width: 506px;
	display: flex;
}
#head .nav .hscm_nav .s_nvl img{
	width: 220px;
}
#head .nav .hscm_nav .s_nvl .r{
	padding-left: 26px;
	flex:1;
	text-align: left;
}
#head .nav .hscm_nav .s_nvl .r .h3{
	font-size: 16px;
	color: #000;
	position: relative;
	padding-bottom: 5px;
}
#head .nav .hscm_nav .s_nvl .r .h3::after{
	position: absolute;
	left: 0;
	width: 20px;
	content: '';
	bottom: 0;
	height: 1px;
	background: #F8170A;
} 
#head .nav .hscm_nav .s_nvl .r p{
	font-size: 12px;
	color: #666666;
	padding-top: 18px;
	line-height: 1.8;
}
#head .nav .hscm_nav .s_nvr{
	float: left;
	width: 500px;
}
#head .nav .hscm_nav .s_nvr dt{
	float: left;
	width: 45%;
	padding: 4px 0;
}


#head .h_rcm{
	float: right;
	position: relative;
	padding-right: 30px;
}
#head .h_rcm .cnen{
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
	margin-top: 14px;
	padding-left: 25px;
	background: url(../img/yy_ico.png) no-repeat left 9px;
	padding-right: 20px;
	color: #fff;
	padding-bottom: 14px;
	cursor: pointer;
}
#head .h_rcm .cnen:hover{
	color: #0096d0;
}
#head .h_rcm .cnen i{
	width: 11px;
	height: 11px;
	position: absolute;
	right: 0;
	top: 10px;
	background: url(../img/dl_ico.png) no-repeat right center;
}
#head .h_rcm .cnen ul{
	position: absolute;
	left: 0;
	right: 0;
	background: #F3F3F3;
	top: 44px;
	text-align: center;
	padding: 5px 0;
	display: none;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
#head .h_rcm .cnen ul li{
	line-height: 20px;
}
#head .h_rcm .cnen ul a{
	color: #666666;
	font-size: 13px;
	padding: 3px 0;
	display: block;
}
#head .h_rcm .cnen ul a:hover{
	color:#0096d0 ;
}
#head .h_rcm .ss_ico{
	position: absolute;
	width: 25px;
	height: 30px;
	background: url(../img/ss_ico.png) no-repeat right center;
	top:14px;
	right: 0;
	cursor: pointer;
}
#head .h_rcm .h_sscm{
	position: absolute;
	right: 0;
	top: 58px;
	background: #fff;
	width: 360px;
	height: 56px;
	padding:0 5px;
	color: #666;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	display: none;
}
#head .h_rcm .h_sscm .ss_txt{
	width:290px;
	height: 32px;
	line-height: 32px;
	margin-top: 12px;
	margin-left: 5px;
	font-size: 12px;
	border: none;
	background: none;
}
#head .h_rcm .h_sscm .ss_btn{
	position: absolute;
	right: 7px;
	top: 12px;
	padding: 15px 18px;
	border: 0;
	background-image: url(../img/ss_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: none;
	background-color: transparent;
	font-size: 0;
	cursor: pointer;
}
#head .h_rcm .h_sscm .ss_btn:hover{
	background-color: #888;
}


#main{
	margin-top:58px;
}




/*底部*/
#foot{
	background: #fff;
	padding: 20px 3.5% 10px;
	overflow: hidden;
}
#foot .f_nav{
	padding-bottom: 30px;
}
#foot .f_nav .dl{
	float: left;
	width: 16.6666%;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 15px 10px 14px;
	min-height: 160px;
}
#foot .f_nav .dl dt{
	font-size: 14px;
	color: #727272;
	padding-bottom: 8px;
}
#foot .f_nav .dl dd{
	font-size: 12px;
	line-height: 1.4;
	padding: 2px 0;
}
#foot .f_nav .dl dd a{
	color: #0096d0;
}
#foot .f_nav .dl dd a:hover{
	text-decoration: underline;
}
#foot .foot_b{
	padding-bottom: 12px;
}
#foot .foot_b .f_logo{
	float: left;
	padding-top: 30px;
}
#foot .foot_b .f_logo img{
	max-height: 25px;
}

#foot .foot_b .f_br{
	float: right;
	font-size: 0;
}
#foot .foot_b .f_br a{
	padding-left: 5px;
}
#foot .foot_b .f_br img{
	height: 50px;
}
#foot .f_cpr{
	border-top: 1px solid #cccccc;
	padding-top: 8px;
	color: #666666;
	font-size: 12px;
}

.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);
}


