@charset "utf-8";
html,body{
	background: #fff;
	margin: 0 auto;
	color: #333;
	min-width: 1660px;
	line-height: 1.6;
}
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-e6aa0c{color: #e6aa0c;}
.c-333{color: #333;}
.c-fff{color: #fff;}
.c-666{color: #666;}
.c-999{color: #999;}
.c-122a88{color: #122a88;}
.c-050a23{color: #050a23;}
.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-25{font-size: 25px;}
.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-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;}
.f-light{font-weight: lighter;}
.bg-fff{background: #fff;}
.lh18{line-height: 1.8;}
.lh2{line-height: 2;}
.bg-a8692b{background: #a8692b;}
.f-up{text-transform: uppercase;}

.float-l{float: left;}
.float-r{float: right;}

.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_t55{padding-top: 55px;}
.pad_t60{padding-top: 60px;}
.pad_t65{padding-top: 65px;}
.pad_t70{padding-top: 70px;}
.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;}
.pad_b55{padding-bottom: 55px;}
.pad_b60{padding-bottom: 60px;}
.pad_b65{padding-bottom: 65px;}
.pad_b70{padding-bottom: 70px;}

.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;}

.com-a a{
	position: relative;
	display: inline-block;
	padding:4px;
}
.com-a a::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #e17924;
	height:1px;
	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;
}
.com-a a:hover:after{
	width: 100%;
	left: 0;
}

.w_1636{
	width: 1636px;
	margin: 0 auto;
}
.w_1200{
	width: 1200px;
	margin: 0 auto;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex_between{
	justify-content: space-between;
}
.flex_center{
	justify-content: center;
}
.flex_column{
	flex-direction: column;
}
.flex_align{
	align-items: center;
}

.imgs{
	overflow: hidden;
	display: block;
}
.imgs 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;
	display: block;
	width: 100%;
	object-fit: cover;
}
.sllist li:hover .imgs 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);
}


#head{
	width: 100%;
	position: relative;
	z-index: 100;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	min-width: 1360px;
	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;
}
#head .head{
	position: relative;
	height: 90px;
	margin: 0 auto;
}
#head .head .logo a{
	display: block;
}
#head .head .logo img{
	height: 70px;
	display: block;
}

#head .nav{
	position: relative;
	margin-left: 12%;
}
#head .nav ul{
	font-size: 0;
}
#head .nav ul li{
	display: inline-block;
	position: relative;
}
#head .nav ul li>a{
	padding: 25px 35px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	position: relative;
	display: block;
}
#head .nav ul li>a span{
	position: relative;
	z-index: 9;
}
#head .nav ul li a::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #122a88;
	height:100px;
	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,#head .nav ul li.on>a{
	color: #fff;
}
#head .nav li>a:hover:after,#head .nav li>a.a_hv:after,#head .nav li.on>a:after{
	width: 100%;
	left: 0;
}
#head .nav .sub{
	display: none;
	position: absolute;
	left:0;
	top: 90px;
	background: rgba(255,255,255,0.76);
	padding: 5px 0;
	width: 100%;
	box-sizing: border-box;
}
#head .nav .sub dt{
	text-align: center;
}
#head .nav .sub dt a{
	display: inline-block;
	line-height: 20px;
	padding: 10px 5px;
	border-bottom: 1px solid #b5b5b5;
	font-size: 15px;
	color: #333;
}
#head .nav .sub dt:last-child a{
	border-bottom: 0;
}
#head .nav .sub dt a:hover{
	color: #122a88;
}
#head .head_tel{
	line-height: 1.3;
}

body.onn #head{
	position: fixed;
	left: 0;
	top: 0;
}
body.onn #main{
	padding-top: 72px;
}
#main,#foot{
	min-width: 1660px;
	margin: 0 auto;
}

.com_ly{
	padding: 42px 0;
	background: url(../images/ly_bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}
.com_ly .ly_cm{
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
}
.com_ly .ly_cm ul li{
	padding: 8px 0;
}
.com_ly .ly_cm ul li.last{
	padding-top: 20px;
}
.com_ly .ly_cm ul.ul1 li{
	width: 46%;
}
.com_ly .ly_cm .ly_txt{
	width: 100%;
	box-sizing: border-box;
	background: rgba(255,255,255,0.6);
	border-radius: 3px;
	line-height: 30px;
	padding:8px 15px;
	border: none;
	color: #fff;
	font-size: 16px;
}
.com_ly .ly_cm .ly_nr{
	height: 100px;
}
.com_ly .ly_cm .ly_txt:focus{
	-moz-outline:none;
	outline:none;
	ie-dummy:expression(this.hideFocus=true);
}
.com_ly .ly_cm .btn{
	width: 138px;
	line-height: 42px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	background: #fdbb0c;
	margin-right: 20px;
	color: #fff;
	font-size: 16px;
}
.com_ly .ly_cm .btn_rs{
	background: #f7f7f7;
	color: #333333;
	border: none;
}
.com_ly .ly_cm .btn:hover{
	transform: translateY(-3px);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.com_ly .ly_fw{
	padding: 5px 0;
	font-size: 16px;
	line-height: 30px;
}
.com_ly .ly_fw span{
	padding-right: 10px;
}
.com_ly .ly_fw p{
	padding-left: 22px;
	padding-right: 40px;
	position: relative;
	cursor: pointer;
}
.com_ly .ly_fw p i{
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	top: 50%;
	margin-top: -7px;
	left: 0;
}
.com_ly .ly_fw p.on i{
	background: #fdbb0c;
}

#foot{
	background: #f7f7f7;
}
#foot .foot{
	padding: 35px 0 15px;
	border-bottom: 1px solid #dcdcdc;
}
#foot .foot_l{
	width: 364px;
}
#foot .f_logo{
	padding-bottom: 20px;
}
#foot .f_logo img{
	max-width: 260px;
	display: inline-block;
	vertical-align: top;
}
#foot .foot_l .p1{
	padding-left: 30px;
	background: url(../images/tel_ico.png) no-repeat left center;
	line-height: 30px;
}
#foot .foot_l .ftel{
	line-height: 1.2;
}
#foot .foot_l .p{
	padding: 3px 0;
}
#foot .foot_l .p2{
	padding-top: 8px;
}
#foot .foot_nav{
	width: 455px;
}
#foot .foot_nav dt{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}
#foot .foot_nav dd{
	padding: 4px 0;
}
#foot .f_ewm{
	width: 276px;
}
#foot .f_ewm li{
	width: 132px;
}
#foot .f_ewm li img{
	display: block;
	width: 100%;
}
#foot .f_ewm li p{
	padding-top: 4px;
}

#foot .f_cpr{
	padding: 15px 0;
}


.gotop{
	position: fixed;
	z-index: 999;
	right: 15px;
	bottom: 20%;
	width: 46px;
	height: 46px;
	background-color: rgba(226,178,97,0.9);
	background-position: center center; 
	background-image: url(../images/gotop.png);
	background-repeat: no-repeat;
	background-size: 25px;
	border-radius: 4px;
	display: none;
	cursor: pointer;
}
.gotop:hover{
	background-color: #d57526;
}


.fade_cm *{
	box-sizing: border-box;
}
.fade_cm{
	position: fixed;
	left: 10px;
	top: 50%;
	margin-top: -200px;
	z-index: 9998;
	background: #262626;
	width: 140px;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	box-sizing: border-box;
}
.fade_cm .close_btn{
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/close-ico.png) no-repeat center center;
	cursor: pointer;
	right: -8px;
	top: -8px;
	border-radius: 50%;
	box-shadow: 3px -3px 10px rgb(0 0 0 / 30%);
}
.fade_cm .fade_tt{
	font-size: 14px;
	padding-bottom: 14px;
	line-height: 1.2;
}
.fade_cm .fx_ewm img,.fade_cm .qq img{
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
.fade_cm .qq{
	padding: 10px 0;
}
.fade_cm .qq a{
	display: block;
}
.fade_cm .ptit{
	font-size: 14px;
	text-align: left;
}
.fade_cm .ptel{
	color: #e6aa0c;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
.fade_cm .gt{
	padding-top: 10px;
	cursor: pointer;
}
.fade_cm .gt p{
	display: inline-block;
	padding-left: 20px;
	background: url(../images/gettop.png) no-repeat left center;
	font-size: 12px;
	line-height: 28px;
	background-size: 16px;
}
