@charset "utf-8";
html,body{
	background: #fff;
	margin: 0 auto;
	color: #333;
	min-width: 1280px;
	line-height: 1.6;
}

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;}
.f-42{font-size: 42px;}
.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;}
.lh22{line-height: 2.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;}
.hidd{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;}

.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_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;
}
.flex_end{
	align-items: flex-end;
}

.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{
	padding: 20px;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
	min-width: 1280px;
	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.onn{
	padding: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#head .head{
	position: relative;
	height: 80px;
	margin: 0 auto;
	width: 100%;
	background: #fff;
}
#head .head .logo img{
	max-height: 60px;
	display: block;
}
#head .head .logo p{
	padding-left: 16px;
	color: #333;
}

#head .nav{
	position: relative;
	margin-right: -20px;
}
#head .nav ul{
	font-size: 0;
}
#head .nav ul li{
	display: inline-block;
	position: relative;
	padding: 20px 30px;
}
#head .nav ul li>a{
	padding: 0 5px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	position: relative;
	display: block;
	cursor: pointer;
}
#head .nav ul li>a span{
	position: relative;
	z-index: 9;
}
#head .nav ul li a::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #304e7e;
	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;
}
#head .nav ul li>a:hover,#head .nav ul li>a.a_hv,#head .nav ul li.on>a{
	color: #304e7e;
}
#head .nav li>a:hover:after,#head .nav li>a.a_hv:after,#head .nav li.on>a:after{
	width: 100%;
	left: 0;
}


#main,#foot{
	min-width: 1280px;
	margin: 0 auto;
}


/* 首页 */
.swiper-banner{
	position: relative;
	overflow: hidden;
}
.swiper-banner .swiper-slide{
	position: relative;
	min-height: 350px;
}
.swiper-banner .swiper-slide .ban_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 350px;
	max-height: 100vh;
}
.swiper-banner .swiper-slide .ban_w{
	position: absolute;
	width: 1200px;
	left:50%;
	margin-left: -524px;
	top: 100px;
	bottom: 0;
	z-index: 9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	line-height: 1.6;
}
.swiper-banner .swiper-slide .ban_h1{
	font-size: 46px;
}
.swiper-banner .swiper-slide .ban_h2{
	font-size: 24px;
	padding-bottom: 30px;
	padding-top: 5px;
	position: relative;
}
.swiper-banner .swiper-slide .ban_h2::after{
	width: 50px;
	height: 2px;
	content: '';
	background: #fff;
	left: 0;
	bottom: 0;
	position: absolute;
}
.swiper-banner .swiper-slide .ban_h3{
	padding-top: 30px;
}
.swiper-banner .swiper-slide .ban_h3 a{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding-right: 30px;
	background: url(../images/b_ico.png) no-repeat right center;
	cursor: pointer;
}
.swiper-banner .swiper-slide .ban_h3 a:hover{
	padding-right: 40px;
}
.swiper-notification{
	display: none;
}
.ban_dup{
	position: absolute;
	bottom: 30px;
	width: 46px;
	height: 46px;
	left: 50%;
	margin-left: -23px;
	text-align: center;
	color: #fff;
	z-index:20;
	cursor: pointer;
}
.ban_dup span{
	width: 46px;
	height: 46px;
	background: url(../images/down_ico.png) no-repeat center center;
	animation: downup 1s infinite;
	-webkit-animation: downup 1s infinite;
	display: block;
	background-size: 100%;
}
@keyframes downup{
	from { transform:translate(0,0);}
	60% { transform:translate(0,-15px);}
	to { transform:translate(0,0);}
	}
@-webkit-keyframes downup{
	from { transform:translate(0,0);}
	60% { transform:translate(0,-15px);}
	to { transform:translate(0,0);}
}

.ind_a .ind_al,.ind_a .ind_ar{
	width: 540px;
} 
.ind_a .ind_al .abtit{
	position: relative;
	padding: 25px 0;
}
.ind_a .ind_al .abtit::after{
	position: absolute;
	width: 296px;
	height: 90px;
	border: 6px solid #eeeeee;
	content: '';
	left: 30px;
	top: 0;
}
.ind_a .ind_al .abtit h3{
	line-height: 50px;
	position: relative;
	z-index: 9;
}
.ind_a .ind_al .abtit span{
	position: relative;
	z-index: 9;
	padding-left: 8px;
}
.ind_a .ind_al .ablg img{
	display: block;
}
.ind_a .ind_al .ablg{
	padding-bottom: 35px;
	position: relative;
	padding-left: 8px;
}
.ind_a .ind_al .ablg::after{
	width: 60px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #304e7e;
}
.ind_a .ind_al .ablg p{
	padding-left: 14px;
}


.ind_b{
	background: url(../images/ind_bbg.png) no-repeat center center;
	background-size: cover;
	height: 520px;
}
.ind_b .ind_tt .p{
	position: relative;
	padding-bottom: 16px;
}
.ind_b .ind_tt .p::after{
	width: 60px;
	height: 2px;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
	background: #fff;
}
.ind_fzlc{
	padding: 10px 180px;
	height: 335px;
	position: relative;
	background: url(../images/lc_line.png) no-repeat center 250px;
}
.swiper-fzlc{
	overflow: hidden;
	color: #fff;
	position: relative;
}
.swiper-fzlc .swiper-slide .lc_a{
	height: 224px;
}
.swiper-fzlc .swiper-slide .lc_dw{
	text-align: center;
	font-size: 26px;
	font-weight: lighter;
	line-height: 40px;
	cursor: pointer;
	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;
}
.swiper-fzlc .swiper-slide .lc_icon{
	height:40px;
	position: relative;
}

.swiper-fzlc .swiper-slide .lc_icon .i{
	position: absolute;
	width: 24px;
	height: 40px;
	left: 50%;
	margin-left: -12px;
	top: -40px;
	background: url(../images/lc_ico.png) no-repeat center center;
	opacity: 0;
	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;
}
.swiper-fzlc .swiper-slide .lc_aw{
	position: absolute;
	left: -360px;
	top: 0;
	height: 224px;
	right: 0;
	width: 840px;
	opacity: 0;
	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;
}
.swiper-fzlc .swiper-slide .lc_aw ul{
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.swiper-fzlc .swiper-slide .lc_aw ul li{
	font-size: 20px;
	padding-left: 14px;
	padding-right: 30px;
	position: relative;
}
.swiper-fzlc .swiper-slide .lc_aw ul li:after{
	width: 4px;
	height: 4px;
	content: '';
	position: absolute;
	left: 0;
	top: 16px;
	background: #fff;
	border-radius: 50%;
}
.swiper-fzlc .swiper-slide.swiper-slide-active .lc_aw{
	opacity: 1;
}
.swiper-fzlc .swiper-slide.swiper-slide-active .lc_dw{
	font-weight: bold;
	font-size: 32px;
}
.swiper-fzlc .swiper-slide.swiper-slide-active .lc_icon .i{
	opacity: 1;
	top: 0;
}
.ind_fzlc .lc-prev,.ind_fzlc .lc-next{
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}
.ind_fzlc .lc-prev{
	left: 0;
	background-image: url(../images/lc_l.png);
}
.ind_fzlc .lc-next{
	right: 0;
	background-image: url(../images/lc_r.png);
}

.ind_c{
	background: #fbfbfb;
}
.ind_cd .cd_li{
	width: 540px;
	box-sizing: border-box;
	padding: 19px;
	border: 1px solid #dddddd;
	background: #fff;
}
.ind_cd .cd_li .img{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 42%;
}
.ind_cd .cd_li .img img{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.ind_cd .cd_li .img .hv{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
}
.ind_cd .cd_li ul{
	padding: 5px 0;
}
.ind_cd .cd_li li{
	padding: 10px 0;
	border-bottom: 1px dashed #dddddd;
	line-height: 1.7;
}
.ind_cd .cd_li li:last-child{
	border-bottom: 0;
}
.ind_cdd{
	background: #304e7e;
	line-height: 40px;
	padding: 15px 0;
}
.ind_cdd p{
	display: inline-block;
	padding-left: 40px;
	background: url(../images/zx_ico.png) no-repeat left 9px;
}


.ind_dl{
	width:580px;
}
.ind_dl li{
	padding: 15px 12px;
	line-height: 2;
	width: 560px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	/* 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; */
}
.ind_dl li:last-child{
	font-weight: bold;
	color: #304e7e;
}

.ind_dl li.on ,.ind_dl li.on a{
	color: #fff;
	background: #304e7e;
}
.ind_dl li.on::after{
	position: absolute;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 20px solid #304e7e;
	border-bottom: 12px solid transparent;
	right: -20px;
	top: 50%;
	margin-top: -12px;
	content: '';
}

.ind_dr{
	width: 600px;
}
.ind_dr #allmap{
	width: 100%;
	height: 380px;
}

#foot{
	line-height: 24px;
	padding: 28px 0;
	background: #333333;
	color: #fffefe;
	font-size: 14px;
}
#foot a{
	color: #fffefe;
	display: inline-block;
	padding: 0 26px;
	cursor: pointer;
}

.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;
}

