@charset "utf-8";
html,body{
	background: #fff;
	margin: 0 auto;
	color: #333;
	min-width: 1360px;
}
img{
	max-width: 100%;
	height: auto;
}
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;
}
.w_100{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
.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*/
}
.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{
	transform: scale(1.2);
}
.cimg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.swiper-notification{
	display: none;
}

/* 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);
  }
}

.c-333{color: #333;}
.c-fff{color: #fff;}
.c-666{color: #666;}
.c-999{color: #999;}
.c-4D4543{color: #4D4543;}
.c-E4191D{color: #E4191D;}
.c-888889{color: #888889;}
.c-1E1818{color: #1E1818;}
.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-36{font-size: 36px;}
.f-38{font-size: 38px;}
.f-39{font-size: 39px;}
.f-40{font-size: 40px;}
.t-cen{text-align: center;}
.f-bold{font-weight: bold;}

.ovhide{overflow: hidden;}
.pad_t10{padding-top: 10px;}
.pad_t15{padding-top: 15px;}
.pad_t20{padding-top: 20px;}
.pad_t25{padding-top: 25px;}
.pad_t30{padding-top: 30px;}
.pad_t35{padding-top: 35px;}
.pad_t40{padding-top: 40px;}
.pad_t45{padding-top: 45px;}
.pad_t50{padding-top: 50px;}
.pad_b10{padding-bottom: 10px;}
.pad_b15{padding-bottom: 15px;}
.pad_b20{padding-bottom: 20px;}
.pad_b25{padding-bottom: 25px;}
.pad_b30{padding-bottom: 30px;}
.pad_b35{padding-bottom: 35px;}
.pad_b40{padding-bottom: 40px;}
.pad_b45{padding-bottom: 45px;}
.pad_b50{padding-bottom: 50px;}
body{
	font-size: 14px;
	color: #333;
	line-height: 1.6;
}
.w_1350{
	width: 1350px;
	margin: 0 auto;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex_between{
	justify-content: space-between;
}
.flex_align{
	align-items: center;
}


#head{
	width: 100%;
	position: fixed;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#head .head{
	position: relative;
	height: 76px;
}
#head .head .logo{
	position: absolute;
	left: 0;
	top: 0;
}
#head .head .logo img{
	max-width: 112px;
}
#head .head .lg_w{
	position: absolute;
	left: 130px;
	top: 14px;
	line-height: 1.5;
}
#head .head .lg_w strong{
	font-weight: bold;
	font-size: 18px;
}
#head .head .lg_w p{
	font-size: 15px;
}
#head .nav{
	position: absolute;
	right: 0;
	padding: 18px 0;
	top: 0;
}
#head .nav ul{
	font-size: 0;
}
#head .nav ul li{
	padding: 0 8px;
	display: inline-block;
}
#head .nav ul li a{
	padding: 0 16px;
	line-height: 40px;
	font-size: 16px;
	color: #666666;
	position: relative;
	display: block;
}
#head .nav ul li a::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #eb3d00;
	height:2px;
	width: 0;
	content: '';
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#head .nav ul li a:hover,#head .nav ul li a.a_hv{
	color: #eb3d00;
}
#head .nav li a:hover:after,#head .nav li a.a_hv:after{
	width: 100%;
	left: 0;
}

#main{
	padding-top: 76px;
}

#foot{
	background: #2f2f2f;
	color: #aeaeae;
}
#foot a{
	color: #aeaeae;
}
#foot a:hover{
	color: #fff;
}
#foot .foot{
	padding:30px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#foot .f_logo{
	width: 120px;
}
#foot .f_logo img{
	max-width: 100%;
}
#foot .f_lx{
	width: 390px;
}
#foot .f_lx h3{
	font-size: 16px;
	color: #ffffff;
	padding-bottom:10px;
}
#foot .f_lx p{
	padding: 5px 0;
}
#foot .f_ewm{
	width: 150px;
	text-align: center;
	color: #fff;
	padding-right: 30px;
	padding-top: 10px;
}
#foot .f_ewm img{
	max-width: 104px;
	display: inline-block;
	vertical-align: top;
}
#foot .f_ewm p{
	line-height: 1.4;
	padding-top: 5px;
}
#foot .f_nav{
	width: 450px;
}

#foot .f_nav dl dt{
	padding-bottom: 12px;
	color: #fff;
	font-size: 16px;
}
#foot .f_nav dl dt a{
	color: #fff;
}
#foot .f_nav dl dd{
	padding: 5px 0;
}
#foot .f_links{
	padding: 18px 0 16px;
	font-size: 12px;
}
#foot .f_links span{
	color: #fff;
	padding: 3px 3px 3px 0;
}
#foot .f_links a{
	display: inline-block;
	padding: 3px;
}

#foot .foot_cpr{
	background: #282828;
	font-size: 12px;
	line-height: 22px;
	padding: 15px 0;
}


.fade_cm{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -100px;
	z-index: 999;
}
.fade_cm li{
	padding-bottom: 1px;
}
.fade_cm a{
	width: 65px;
	height:75px;
	display: block;
	background:#ec0002;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	padding: 10px 0;
}
.fade_cm a:hover{
	background:rgba(0,0,0,0.8);
}
.fade_cm a.getTop{
	padding-top:12px;
	height: 65px;
}
.fade_cm .tel_nb{
	position: absolute;
	right:70px;
	top: 0;
	display: none;
	padding: 0 10px;
	background:rgba(0,0,0,0.8);
	color: #fff;
	line-height: 75px;
	font-size: 16px;
	white-space:nowrap;
}
.fade_cm a i{
	width: 100%;
	height: 35px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px;
}
.fade_cm a i.i1{
	background-image: url(../images/f_ico1.png);
}
.fade_cm a i.i2{
	background-image: url(../images/f_ico2.png);
}
.fade_cm a i.i3{
	background-image: url(../images/f_ico3.png);
}
.fade_cm a i.i4{
	background-image: url(../images/f_icotop.png);
	height: 20px;
	background-size: 18px;
}


/* 底部微信二维码 */
.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: 200px;
	text-align: center;
	box-sizing: border-box;
	left: 50%;
	margin-left: -100px;
	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;
}
