@charset "utf-8";
img {
    max-width: 100%;
    max-height: 100%;
}
.icolor,.hvicolor:hover{
	color: #faa600;
}
.bgcolor,.hvbgcolor:hover{
	background: #faa600;
	color: #fff;
}
.head{
	height: 100px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
.head_height{
	height: 100px;
}
.head_wrap{
	padding: 0 50px;
}
.nav li,.hdra{
	position: relative;
	margin-right: 65px;
}
.nava{
	display: block;
	line-height: 100px;
	height: 100px;
	position: relative;
}
.nava::after{
	width: 55px;
	height: 5px;
	content: "";
	background: #faa600;
	position: absolute;
	left: 50%;
	margin-left: -27px;
	bottom: 0;
	opacity: 0;
	transition: .25s;
}
.nav li.active .nava,
.nav li:hover .nava{
	color: #faa600;
}
.nav li.active .nava::after,
.nav li:hover .nava::after{
	opacity: 1;
}
.navhide,.hdrhide{
	min-width: 180px;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 100;
	padding: 10px 0;
	border-radius: 8px;
	overflow: hidden;
}
.hdrhide{
	min-width: 120px;
	width: 120px;
	margin-left: -65px;
	padding: 5px 0;
}
.navhide a,.hdrhide a{
	font-size: 14px;
	line-height: 40px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a:hover,.hdrhide a:hover{
	color: #faa600;
}
.hdra_a{
	line-height: 100px;
	display: block;
	cursor: pointer;
}
.hdra:hover .hdra_a{
	color: #FAA600;
}
.hdra:hover .hdrhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.hdrsca{
	height: 100px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.hdrsc_hide{
	width: 100%;
	padding: 120px 0;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	background: #1d1d1d;
	display: none;
}
.scw {
	width: 800px;
	max-width: 80%;
}
.scw input{
	height: 70px;
	width: 100%;
	border-bottom: 1px solid #3f3f3f;
	background: none;
	color: #fff;
}
.scw button{
	width: 50px;
	height: 70px;
	background: url(../images/scico_03.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	filter: grayscale(100%) brightness(500%);
}

.right{
	position: fixed;
	right: 20px;
	bottom: 10%;
	z-index: 99;
}
.rta{
	position: relative;
	margin-bottom: 12px;
}
.rta_a{
	width: 50px;
	height: 50px;
	background: #faa600;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FAA600;
	font-size: 26px;
	border-radius: 100%;
}
.rta_a .iconfont {
    font-size: 24px;
}
#gotop {
	display: none;
}
#gotop .rta_a{
	background: none;
	border: 1px solid #FAA600;
	color: #FAA600;
}
#gotop .rta_a:hover{
	border: 1px solid #FAA600;
	background: #faa600;
	color: #fff;
}
.rtahide{
	position: absolute;
	right: 100%;
	top: 0;
	background: #fff;
	width: 230px;
	font-size: 15px;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: .25s;
	visibility: hidden;
	margin-right: 15px;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.rta:hover .rtahide{
	opacity: 1;
	visibility: inherit;
	margin-right: 8px;
}
.rtahide_ewm{
	padding: 7px;
	width: 120px;
}
.md{
	padding: 85px 0;
}
.ititle_64{
	font-size: 64px;
	line-height: 1.2;
}
.ititle_48{
	font-size: 48px;
}
.morea{
	padding: 10px 32px;
	background: #FAA600;
	color: #fff;
	display: inline-block;
}
.morea:hover{
	opacity: .85;
}
.i1,.i4{
	overflow: hidden;
}
.i1a{
	display: block;
	background: #fff;
	text-align: center;
}
.i1aimg{
	border-bottom: 1px solid #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i1aimg img{
	max-width: 80%;
	max-height: 80%;
	display: block;
}
.i1atxt{
	padding: 20px 0;
}
.i1amore{
	padding: 8px;
	color: #fff;
	background: #1d1d1d;
	transition: .25s;
}
.i1a:hover .i1amore{
	background: #FAA600;
}
.swiper-container-i1,.swiper-container-i4{
	overflow: initial;
}
.i2t{
	background: #1D1D1D;
	color: #fff;
}
.i2ta{
	width: 21%;
}
.i2ta p{
	color: rgba(255,255,255,.4);
}
.i2tat{
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.i2tat h1{
	line-height: 1.2;
}
.i2bbg{
	background: rgba(0,0,0,.6);
	color: #fff;
}
.i2b_wrap{
	width: 768px;
	max-width: 100%;
	margin: 0 auto;
}
.morea_bd{
	border: 1px solid #FAA600;
	color: #FAA600;
	background: none;
}
.morea_bd:hover{
	opacity: 1;
	background: #FAA600;
	color: #fff;
}
.morea_bd_blk{
	color: #1D1D1D;
}
.morea_bd_blk:hover{
	color: #fff;
}
.i3r .txt p{
	margin-bottom: 10px;
}
.i3l{
	margin-right: 10%;
}
.i3l h1{
	line-height: 1.2;
}
.i4a{
	display: block;
	border: 1px solid #E6E6E6;
}
.i4aimg{
	position: relative;
}
.i4aimg::after{
	width: 0px;
	height: 4px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
	opacity: 0;
	background: #FAA600;
}
.i4a:hover .i4aimg::after{
	width: 100%;
	opacity: 1;
}
.i4a:hover .i4atxtb i{
	color: #FAA600;
}
.i5a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.i5a img{
	max-width: 80%;
	max-height: 80%;
	display: block;
}

/*8888888888888888底部版权8888888888888*/

.foot{
	background: #1d1d1d;
	color: #fff;
}
.foot a:hover{
	color: #FAA600;
}
.foot a.morea{
	display: flex;
	align-items: center;
}
.foot a.morea:hover{
	color: #fff;
}
.ft,.fm{
	padding: 35px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.fb{
	padding: 20px 0;
}
.fb,.fb a{
	color: rgba(255,255,255,.5);
}
.fml{
	width: 43%;
}
.fmlline{
	height: 2px;
	width: 30px;
	background: #FAA600;
	margin: 18px 0;
}
.fml,.fml a,.fmra a{
	color: rgba(255,255,255,.5);
}
.fmra{
	min-width: 22%;
}
.fmbl h3{
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.fmbl h3 i{
	width: 48px;
	height: 48px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #323232;
	color: #FAA600;
	margin-right: 10px;
	font-size: 22px;
}
.fmbr a{
	color: rgba(255,255,255,.5);
	margin-left: 30px;
}
.fmbr a i{
	font-size: 30px;
}

.listhead{
	width: 100%;
	background: #1D1D1D;
	border-top: 2px solid #FAA600;
	position: sticky;
	top: 100px;
	left: 0;
	z-index: 99;
}
.listhead .wrap_1600{
	justify-content: center;
}
.listhead a{
	line-height: 80px;
	width: 25%;
	text-align: center;
	color: #999;
	position: relative;
	display: block;
}
.listhead a::after{
	width: 1px;
	height: 18px;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	background: #FAA600;
}
.listhead a:last-child::after{
	display: none;
}
.listhead a:hover,.listhead a.active{
	background: #FAA600;
	color: #fff;
}
.listnav{
	padding: 25px 0;
}
.listnav a,.listnav i{
	color: #999;
}
.listnav i{
	margin: 0 10px;
}
.listnav a:hover{
	color: #FAA600;
}
.listmd{
	padding-top: 40px !important;
}
.txt_pd p{
	padding: 7px 0;
}
.ab1a:nth-child(1){
	margin-top: 0;
}
.ab1a:nth-child(even){
	flex-flow: row-reverse;
}
.ab2a{
	background-size: cover !important;
	position: relative;
	width: 25%;
	transition: .5s;
	height: 680px;
	filter: grayscale(100%);
	filter: gray;
}
.ab2a:hover{
	width: 70%;
	filter: inherit;
}
.ab2abg{
	height: 50%;
	width: 100%;
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.ab2atxt h3{
	margin: 12px 0;
	transition: .5s;
}
.ab2atxt p{
	margin-bottom: -30px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.ab2a:hover .ab2atxt p{
	margin-bottom: 60px;
	opacity: 1;
	visibility: inherit;
}
.ab2a:hover .ab2atxt h3{
	color: #FAA600;
}
.ab3ta{
	text-align: center;
	position: relative;
	z-index: 9;
}
.ab3ta .fmlline{
	margin: 20px auto;
}
.ab3ta_number{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fafafa;
	font-size: 25vw;
	line-height: 1;
}
.ab3b::after{
	width: 100%;
	height: 1px;
	background: #E6E6E6;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
}
.ab3ba{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px dashed #1D1D1D;
	padding: 10px;
	margin: 0 auto;
	transition: .5s;
	cursor: pointer;
	transform: scale(.9);
}
.ab3ba i{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #1D1D1D;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}
.swiper-slide-thumb-active .ab3ba{
	border: 1px solid #FAA600;
	transform: scale(1);
}
.swiper-slide-thumb-active .ab3ba,
.swiper-slide-thumb-active .ab3ba i{
	background: #FAA600;
	color: #fff;
}

.abline{
	width: 30px;
	height: 3px;
	background: #FAA600;
	margin: 25px 0;
}
.rd2a{
	width: 25%;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0 2%;
}
.rd2a:hover .img{
	transform: scale(1.05) !important;
}

.gl2a_a{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	background: #fff;
	transition: .25s;
}
.gl2at{
	background: #1D1D1D;
	color: #fff;
	padding: 20px 30px;
	transition: .5s;
}
.gl2a_a:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,.12);
}
.gl2a:hover .gl2at{
	background: #FAA600;
}
.gl2ab{
	padding: 30px 40px;
}

.listbnbg{
	background: rgba(0,0,0,.4);
}
.pdl{
	width: 22%;
	margin-right: 5%;
	min-width: 300px;
}
.pdl li{
	margin-bottom: 12px;
}
.pdla{
	display: flex;
	align-items: center;
	padding: 12px 18px;
	background: #f8f8f8;
	border-radius: 6px;
}
.pdla i{
	transition: .25s;
}
.pdl li:hover .pdla,
.pdl li.active .pdla{
	background: #faa600;
	color: #fff;
}
.pdlahide{
	padding: 15px 25px;
	display: none;
}
.pdl li.active .pdlahide{
	display: block;
}
.pdlahide a{
	display: block;
}
.pdlahide a:hover{
	color: #FAA600;
}
.pdlahide .active {
    color: #FAA600;
}
.pdl li.active .pdla i{
	transform:rotate(90deg);
}
.pdra{
	padding: 15px 0;
	border-bottom: 1px solid #E6E6E6;
}
.pdraimg{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	margin-right: 5%;
}
.pdraimg img{
	max-width: 90%;
	max-height: 90%;
}
.morea_prd{
	background: #1D1D1D;
	transition: .25s;
}
.morea_prd:hover,
.pdra:hover .morea_prd{
	background: #FAA600;
}

.pitt{
	width: 110px;
}
.gallery-thumbs{
	height: 350px;
	margin: 25px 0;
}
.pibtnl,.pibtnr{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 30px;
	background: #f6f6f6;
	margin: 0 auto;
	font-size: 20px;
	cursor: pointer;
	transition: .25s;
}
.pibtnl:hover,.pibtnr:hover{
	background: #FAA600;
	color: #fff;
}
.pi1ta,.pi1ba{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #CDCDCD;
}
.pi1ta img,.pi1ba img{
	max-width: 85%;
	max-height: 85%;
}
.pi1ba{
	height: 500px;
	border: 0;
}
.swiper-slide-thumb-active .pi1ta{
	border: 1px solid #FAA600;
}
.pitrt{
	border-bottom: 2px solid #FAA600;
	padding-bottom: 20px;
}
.pitrt a{
	color: #cdcdcd;
}
.pitrma{
	padding: 13px 0;
	border-bottom: 1px solid #E6E6E6;
}
.pitrb a{
	background: #1D1D1D;
	width: 200px;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 12px 20px;
	margin-right: 20px;
}
.pitrb a span{
	font-size: 30px;
}
.pitrb a.active{
	background: #FAA600;
}
.pinav{
	width: 100%;
	position: sticky;
	top: 100px;
	left: 0;
	z-index: 99;
}
.pinav li{
	flex: 0;
	flex-grow: 1;
}
.pinav li a{
	background: #000000;
	border-bottom: 4px solid #000000;
	text-align: center;
	line-height: 80px;
	display: block;
	color: #fff;
}
.pinav li.active a{
	border-bottom: 4px solid #FAA600;
	color: #FAA600;
}
.pinav li:nth-child(2) a{
	background: #1d1d1d;
}
.pinav li:nth-child(3) a{
	background: #313131;
}
.pinav li:nth-child(4) a{
	background: #404040;
}
.pi1tab table {
	width: 100%;
	text-align: center;
}
.pi1tab table th,.pi1tab table td{
	padding: 15px 20px;
	border: 1px solid #fff;
	background: #f8f8f8;
	/*width: 33.33%;*/
}
.pi1tab table th{
	background: #FAA600;
	color: #fff;
}
.pi2a{
	border-bottom: 1px solid #E6E6E6;
	padding: 20px 0;
}
.pi2at{
	cursor: pointer;
	line-height: 50px;
}
.pi2at i{
	width: 44px;
	height: 44px;
	background: #FAA600;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pi2at i span{
	transition: .25s;
}
.pi2a.active .pi2at i span{
	transform:rotate(180deg);
}
.pi2ab{
	margin-top: 15px;
	display: none;
	padding: 0 17px;
	position: relative;
}
.pi2ab li {
	list-style: auto;
}
*::marker {
    color: #FAA600;
    font-weight: bold;
}
.pi2ab p {
	padding: 10px 0;
}
.pi2aba{
	display: flex;
	padding: 10px 0;
}
.pi2aba i{
	width: 40px;
	color: #FAA600;
}
.pi3ra{
	width: 48%;
}
.pi3lta{
	width: 49%;
	margin-bottom: 15px;
	background: #f8f8f8;
	padding: 13px 22px;
}
.pi3lb li{
	list-style: disc;
	padding: 5px 0;
	margin-left: 25px;
}
.pi3lb li::marker{
	color: #FAA600;
}
.pi4title i{
	width: 16px;
	height: 16px;
	background: #FAA600;
	display: inline-block;
	margin-right: 12px;
}
.pi4a_a .ovhd{
	border: 1px solid #E6E6E6;
}
.pi4tag{
	border: 1px solid #E6E6E6;
}
.pi4tagr a{
	margin: 10px 25px;
}
.pi4tagr a:hover{
	color: #FAA600;
}
.pi4tagl{
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
.pi5{
	overflow: hidden;
}
.pi5a{
	text-align: center;
}
.pi5aimg{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-bottom: 3px solid #eaeaea;
	transition: .25s;
}
.pi5a:hover .pi5aimg{
	border-bottom: 3px solid #FAA600;
}
.pi5aimg img{
	max-width: 80%;
	max-height: 80%;
}
.swiper-container-pi5{
	overflow: initial;
}
.au1mimg{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.au1ma{
	position: absolute;
}
.au1ma1{
	left: 10%;
	top: 47%;
}
.au1ma2{
	left: 34%;
	bottom: 32%;
}
.au1ma3{
	left: 33%;
	top: 28.5%;
}
.au1ma4{
	left: 57.5%;
	bottom: 48%;
}
.au1ma5{
	right: 29%;
	top: 24%;
}
.au1ma .circle{
	width: 20px;
    height: 20px;
    background: #FAA600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.au1ma .circle div{
	width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
}
.au1ma .circle::after{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FAA600;
    opacity: 0.5;
    border-radius: 50%;
    animation: 1s animate_circle linear infinite;
    pointer-events: none;
    z-index: -1;
}
@keyframes animate_circle {
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.au1mahide{
	border-radius: 12px;
	box-shadow: 0 5px 12px rgba(0,0,0,.1);
	background: #fff;
	width: 280px;
	padding: 20px;
	position: absolute;
	left: 100%;
	margin-left: 20px;
	top: 50%;
	margin-top: -50px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.au1ma:hover .au1mahide{
	opacity: 1;
	visibility: inherit;
	margin-left: 10px;
}
.au1bat{
	background: #FAA600;
	color: #fff;
	display: flex;
	align-items: center;
}
.au1bat i{
	width: 70px;
	height: 70px;
	background: #1D1D1D;
	display: flex;
	align-items: center;
	justify-content: center;
}
.au1bat .flex1{
	padding: 10px 20px;
}
.au1bab{
	background: #f9f9f9;
	padding: 20px 25px;
}
.au2ab{
	padding: 35px 4%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.au2abl,.au2abr{
	width: 45%;
}
.au2abl .abline{
	margin: 12px 0 25px 0;
}

.is1w{
	margin-top: -60px;
}
.is1a{
	position: relative;
	display: block;
	width: 48.2%;
}
.is1a::after{
	width: 0px;
	height: 5px;
	content: "";
	background: #faa600;
	transition: .5s;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.is1a:hover::after{
	width: 100%;
	opacity: 1;
}
.is1abg{
	padding: 30px;
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
	color: #fff;
}
.is2t li{
	width: 31.33%;
	line-height: 60px;
	border: 1px solid #1D1D1D;
	color: #1D1D1D;
	text-align: center;
	transition: .25s;
	cursor: pointer;
}
.is2t li:hover{
	border: 1px solid #FAA600;
	color: #FAA600;
}
.is2t li.active{
	background: #FAA600;
	border: 1px solid #FAA600;
	color: #fff;
}
.is2ba{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16.6666%;
}
.is2ba img{
	max-width: 60%;
	max-height: 60%;
	transition: 1s;
}
.is2ba:hover img{
	transform: scale(1.1);
}

.sv1a{
	padding: 35px 0;
	border-bottom: 1px solid #E6E6E6;
}
.sv1a .icon{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #FAA600;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-right: 20px;
}
.sv1at{
	cursor: pointer;
}
.sv1atl h3{
	flex: 0;
	flex-grow: 1;
}
.sv1atr{
	font-size: 24px;
	color: #FAA600;
	transition: .5s;
	margin-left: 20px;
}
.sv1a.active .sv1atr{
	transform:rotate(180deg);
}
.sv1ab {
	display: none;
}
.sv1ab .icon{
	background: #2843c9;
	font-size: 12px;
}
.svmore{
	padding: 10px 60px;
	display: inline-block;
	background: #FAA600;
	color: #fff;
}
.svmore:hover{
	opacity: .85;
}
.sv2{
	background: #f8f8f8;
}
.sv2a{
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.05);
	padding: 25px;
}
.sv2a:hover{
	box-shadow: 0 3 15px rgba(0,0,0,.15);
}
.sv2al{
	padding: 10px 15px;
}
.sv2ar{
	display: inline-block;
	padding: 8px 40px;
	border-radius: 50px;
	background: #1D1D1D;
	color: #fff;
	transition: .25s;
}
.sv2a:hover .sv2ar{
	background: #FAA600;
}
.sv3atitle{
	padding: 20px 0;
	border-bottom: 4px solid #FAA600;
}
.sv3w .container_lr{
	margin-left: -20px;
	margin-right: -20px;
}
.sv3w .clra{
	padding: 20px;
}

.listhead_new{
	border-top: 0;
}
.page a{
	margin: 5px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #1D1D1D;
}
.page a:hover,.page a.active,.page a.page-num-current{
	background: #FAA600;
	border: 1px solid #FAA600;
	color: #fff;
}
.page a.pagea{
	border: none !important;
	background: none !important;
	color: #1D1D1D !important;
	font-size: 20px;
}
.page a.pagea:hover{
	color: #B81D2D !important;
}
.nea{
	padding: 65px 0;
	border-bottom: 1px solid #E6E6E6;
}
.nea:first-child{
	padding-top: 25px;
}
.neaimg{
	width: 42.5%;
	margin-right: 5%;
}
.neatxt i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	background: #1D1D1D;
	color: #fff;
	font-size: 24px;
	transition: .5s;
}
.nea:hover .neatxt i{
	background: #FAA600;
}

.nimd{
	background: #f8f8f8;
}
.nir{
	width: 24%;
	margin-left: 12%;
}
.nim *{
	max-width: 100%;
}
.nim p{
	padding: 7px 0;
}
.nibota{
	background: #fff;
	display: flex;
	align-items: center;
	padding: 20px;
	box-shadow: 0 0 12px rgba(0,0,0,.05);
	border-radius: 6px;
}
.nibota:hover{
	background: #FAA600;
	color: #fff;
}
.nibota:hover .neal i{
	background: #fff;
	border: 1px solid #fff;
	color: #FAA600;
}
.neal i{
	width: 45px;
	height: 45px;
	border: 1px solid #E6E6E6;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 20px;
	transition: .25s;
}

.nir1w{
	background: #fff;
	padding: 0 25px;
}
.nir1w a{
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
}
.nir1w a:last-child{
	border-bottom: 0;
}
.nir1w a:hover{
	color: #FAA600;
	padding-left: 10px;
}
.nir2a{
	display: block;
	text-align: center;
}
.nir2aimg{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.nir2aimg img{
	max-width: 80%;
	max-height: 80%;
	display: block;
}
.swiper-button-next-ni,.swiper-button-prev-ni{
	width: 30px;
	height: 30px;
	background: #eaeaea;
	color: #888;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
	top: 37%;
}
.swiper-button-next-ni:hover,.swiper-button-prev-ni:hover{
	background: #FAA600;
	color: #fff;
}
.swiper-button-next-ni{
	right: 0;
}
.swiper-button-prev-ni{
	left: 0;
}
.nir3w{
	padding: 25px 30px;
}
.nir3a{
	display: flex;
	align-items: center;
	padding: 7px 0;
}
.nir3a i{
	color: #FAA600;
}

.vdt a{
	position: relative;
	padding-bottom: 25px;
	display: block;
	width: 25%;
	text-align: center;
	border-bottom: 5px solid rgba(0,0,0,0);
}
.vdt a::after{
	width: 6px;
	height: 6px;
	content: "";
	background: #FAA600;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: -7px;
	transform:rotate(45deg);
	opacity: 0;
}
.vdt a:hover{
	color: #FAA600;
}
.vdt a.active{
	border-bottom: 4px solid #FAA600;
	color: #000;
	font-size: 24px;
	font-family: font-bold;
}
.vdt a.active::after{
	opacity: 1;
}
.vdw{
	width: 104%;
}
.vda{
	width: 29.33%;
	margin-right: 4%;
	text-align: center;
}
.vdaimg{
	position: relative;
}
.vdaimg::after{
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/vdico_03.png) no-repeat center rgba(0,0,0,.5);
	transition: .5s;
	position: absolute;
	left: 0;
	top: 0;
}
.vda:hover .vdaimg::after{
	opacity: .7;
}

.nim_video{
	padding: 20px 0;
	text-align: center;
}
.nim_video video{
	width: 80%;
	margin: 0 auto;
	object-fit: cover;
}

.co1w{
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	background: #fff;
}
.co1r{
	padding: 15px 3.5%;
}
.co1ra{
	display: flex;
	align-items: center;
	padding: 25px 0;
	border-bottom: 1px solid #E6E6E6;
}
.co1ra:last-child{
	border-bottom: 0;
}
.co1ra i{
	width: 50px;
	height: 50px;
	background: #323232;
	color: #FAA600;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-size: 20px;
}
.co2aipt input,
.co2aipt textarea{
	width: 100%;
	height: 60px;
	border-radius: 8px;
	padding: 0 20px;
	background: #f6f7f8;
	border: 1px solid #f6f7f8;
}
.co2aipt input:focus,
.co2aipt textarea:focus{
	border: 1px solid #FAA600;
}
.co2aipt textarea{
	resize: none;
	height: 180px;
	padding: 20px;
}
.co2asbm button{
	height: 60px;
	width: 160px;
	border-radius: 8px;
	background: #FAA600;
	color: #fff;
	cursor: pointer;
	transition: .25s;
}
.co2asbm button:hover{
	opacity: .85;
}
.co2acode{
	height: 60px;
	width: 160px;
	cursor: pointer;
	margin-right: 20px;
}
.co2a.disflex .co2aipt input{
	width: 300px;
	font-size: 14px;
	border: 1px solid #E6E6E6;
	background: #fff;
}

@media only screen and (max-width:1599px) {
	.md{
		padding: 70px 0;
	}
	.ititle_64{
		font-size: 50px;
	}
	.ititle_48{
		font-size: 40px;
	}
	.head,.head_height,.hdrsca{
		height: 85px;
	}
	.nava,.hdra_a{
		height: 85px;
		line-height: 85px;
	}
	.head_wrap{
		padding: 0 20px;
	}
	.nav li, .hdra{
		margin-right: 40px;
	}
	.hdrsca img{
		height: 20px;
	}
	.morea{
		font-size: 15px;
		padding: 8px 25px;
	}
	.flogo img{
		height: 45px;
	}
	
	.listhead,.pinav{
		top: 85px;
	}
	.listhead a,.pinav li a{
		line-height: 70px;
	}
	.ab2a{
		height: 600px;
	}
	
	.is2ba{
		width: 20%;
	}
	
	.vda{
		margin-top: 45px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_64{
		font-size: 40px;
	}
	.ititle_48{
		font-size: 32px;
	}
	.nav li,.hdra{
		margin-right: 30px;
	}
	.nava::after{
		width: 40px;
		margin-left: -20px;
		height: 3px;
	}
	.right{
		right: 0;
		transform: scale(.85);
	}
	
	.listhead a,.pinav li a{
		line-height: 60px;
	}
	.ab2a{
		height: 500px;
	}
	
	.rd2a{
		width: 33.33%;
	}
	
	.gl2ab{
		padding: 20px 30px;
	}
	
	.pdl{
		min-width: 250px;
	}
	.pdraimg{
		width: 35%;
		margin-right: 3%;
	}
	
	.pi4a {
		width: 33.33%;
	}
	
	.is2ba{
		width: 25%;
	}
	
	.neatxt i{
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
	.page a{
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
	
	.vda{
		margin-top: 30px;
	}
	.vdt a.active{
		font-size: 20px;
	}
	
	.co1ra{
		padding: 15px 0;
	}
	.co1ra i{
		width: 36px;
		height: 36px;
		font-size: 18px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_64{
		font-size: 36px;
	}
	.ititle_48{
		font-size: 28px;
	}
	
	.listhead{
		top: 60px;
	}
	.ab2a{
		height: 400px;
	}
	
	.is2ba{
		width: 33.33%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_64{
		font-size: 24px;
	}
	.ititle_48{
		font-size: 22px;
	}
	.bnimg{
		min-height: 170px;
	}
	.right{
		right: 0;
		transform: scale(.6);
	}
	.morea{
		font-size: 12px;
		padding: 4px 15px;
	}
	.i2t{
		padding: 15px 0;
	}
	.i2ta {
		width: 100%;
		padding: 15px 0;
	}
	.i2b_wrap{
		padding: 0 15px;
	}
	.ft,.fm{
		padding: 25px 0;
	}
	.fb{
		padding: 12px 0;
	}
	.ftl{
		justify-content: center;
	}
	.flogo img{
		height: 30px;
	}
	.ftr{
		display: flex;
		justify-content: center;
		margin-top: 18px;
	}
	.fmr{
		display: none;
	}
	.fml{
		text-align: center;
	}
	.fmbl h3{
		justify-content: center;
		width: 100%;
		margin-right: 0;
		font-size: 15px;
		padding: 3px 0;
	}
	.fmbl h3 i{
		width: 28px;
		height: 28px;
		font-size: 12px;
	}
	.fmbr{
		margin-top: 15px;
		justify-content: center;
	}
	.fmbr a{
		margin: 0 10px;
	}
	.fmbr a i{
		font-size: 14px;
	}
	.fb{
		text-align: center;
	}
	.fbl span{
		margin: 0;
	}
	.fmlline{
		width: 25px;
		margin: 15px auto;
	}
	
	.listbn img{
		min-height: 120px;
	}
	.listhead{
		display: none;
	}
	.listnav{
		padding: 15px 0;
	}
	.listmd{
		padding-top: 10px !important;
	}
	.ab1ar{
		margin-top: 15px;
	}
	.ab2a{
		width: 100%;
		height: 250px;
		filter: inherit;
	}
	.ab2abg{
		height: 70%;
	}
	.ab2a .ab2atxt p{
		margin-bottom: 0;
		opacity: 1;
		visibility: inherit;
	}
	.ab2a .ab2atxt h3{
		margin: 5px 0;
		color: #FAA600;
	}
	.ab3ta .fmlline{
		margin: 12px auto;
	}
	.ab3ba{
		width: 60px;
		height: 60px;
		padding: 5px;
	}
	.ab3t .md{
		padding: 0;
	}
	
	.abline{
		height: 2px;
		width: 25px;
		margin: 15px 0;
	}
	.rd2a{
		width: 50%;
	}
	
	.th1a{
		width: 50%;
	}
	
	.gl2title img{
		height: 15px;
	}
	.gl2a{
		width: 100%;
	}
	.gl2at,.gl2ab{
		padding: 15px 20px;
	}
	
	.pdr{
		margin-top: 25px;
	}
	.pdra{
		padding: 20px 0;
		text-align: center;
	}
	.pdraimg{
		width: 100%;
		margin-right: 0;
	}
	
	.pinav{
		display: none;
	}
	.pitt{
		width: 100%;
	}
	.pibtnl, .pibtnr{
		display: none;
	}
	.pi1ta{
		height: 75px;
	}
	.gallery-thumbs{
		height: auto;
		margin: 0;
	}
	.pitb{
		width: 100% !important;
		margin: 0 !important;
		margin-top: 15px !important;
	}
	.pi1ba{
		width: 100%;
		height: 250px;
	}
	.pitrt{
		padding-bottom: 12px;
	}
	.pitrb a{
		padding: 7px 0;
		width: 180px;
	}
	.pitrb a span{
		font-size: 16px;
	}
	.pi1tab {
	    overflow-x: auto;
	}
	.pi1tab table {
      width: max-content;
    }
	.pi1tab table th, .pi1tab table td{
		padding: 10px 15px;
	}
	.pi2a{
		padding: 15px 0;
	}
	.pi2aba{
		padding: 5px 0;
	}
	.pi2at i{
		width: 30px;
		height: 30px;
		font-size: 13px;
	}
	.pi2at{
		line-height: 30px;
	}
	.pi3lta{
		width: 100%;
		margin-bottom: 10px;
	}
	.pi3lb {
		margin-top: 10px !important;
	}
	.pi3lb li{
		margin-left: 15px;
	}
	.pi4title i{
		width: 8px;
		height: 8px;
		vertical-align: middle;
		margin-top: -3px;
	}
	.pi4a{
		width: 50%;
		margin-top: 0;
	}
	.pi4tagr a{
		margin: 5px 10px;
		font-size: 12px;
	}
	.au1ma .circle{
		width: 10px;
		height: 10px;
	}
	.au1mahide{
		padding: 12px;
		border-radius: 4px;
		width: 200px;
		margin-left: -100px !important;
		right: 50% !important;
		top: 100% !important;
		margin-top: 10px !important;
		z-index: 8;
	}
	.au1ba{
		width: 100%;
	}
	.au1bat .flex1{
		padding: 5px 15px;
		font-size: 13px;
		line-height: 25px;
	}
	.au2ab{
		padding: 20px;
	}
	
	.is1w{
		margin-top: -15px;
	}
	.is1a{
		margin-top: 15px;
	}
	.is1abg{
		padding: 20px 15px;
	}
	.is2t li{
		line-height: 40px;
		font-size: 15px;
	}
	.is2ba{
		width: 50%;
	}
	
	.sv1a{
		padding: 18px 0;
	}
	.sv1a .icon{
		width: 25px;
		height: 25px;
		font-size: 14px;
		margin-right: 10px;
	}
	.sv1at h3{
		font-size: 14px;
	}
	.sv1ab .icon{
		font-size: 12px;
	}
	.sv1atr{
		font-size: 16px;
	}
	.svmore{
		padding: 5px 30px;
		font-size: 13px;
	}
	.sv2ar{
		font-size: 12px;
		padding: 5px 20px;
	}
	.sv2a{
		padding: 10px;
	}
	.sv2al p{
		font-size: 13px;
		line-height: 25px;
	}
	.sv3a{
		width: 100%;
	}
	.sv3atitle{
		padding: 15px 0;
		border-bottom-width: 2px;
	}
	
	.nea{
		padding: 20px 0;
	}
	.nea:first-child{
		padding-top: 10px !important;
	}
	.neatxt i{
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.page a{
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	
	.nibota{
		padding: 8px 15px;
	}
	.nibota p{
		font-size: 13px;
	}
	.neal i{
		width: 30px;
		height: 30px;
		font-size: 13px;
	}
	
	.nirt {
		padding: 10px;
	}
	.nir1w a{
		padding: 13px 0;
	}
	.nir3w{
		padding: 15px 20px;
	}
	
	.vdw{
		width: 100%;
		justify-content: space-between;
	}
	.vda{
		width: 48%;
		margin-top: 20px;
		margin-right: 0;
	}
	.vdaimg::after{
		background-size: 20px;
	}
	.vda p{
		font-size: 13px;
		line-height: 24px;
	}
	.vdt a{
		font-size: 13px;
		padding-bottom: 5px;
		display: flex;
		align-items: center;
		line-height: 20px;
		justify-content: center;
	}
	.vdt a.active{
		font-size: 15px;
	}
	
	.nim_video video{
		width: 100%;
	}
	
	.co2aipt input{
		height: 50px;
	}
	.co2aipt textarea{
		height: 100px;
	}
	.co2asbm button{
		height: 50px;
		width: 70px;
	}
	.co2asbm button img{
		height: 12px;
	}
	.co1rb {
		justify-content: center;
	}
	.co1rba{
		margin: 0 10px;
	}
	.co2a.disflex .co2aipt input{
		width: 100%;
	}
	.co2a.disflex .co2aipt{
		flex: 0;
		flex-grow: 1;
	}
	.co2acode{
		width: 100px;
		height: 50px;
	}
	
	.co1ra{
		padding: 15px 0;
	}
	.co1ra i{
		margin-right: 15px;
		width: 32px;
		height: 32px;
		font-size: 15px;
	}
}



/****底部***/

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}

.footerDiv {background: #000; color: #fff; }
.footerDiv .hdDiv{align-items: flex-start;border-bottom: 1px solid rgba(255,255,255,.1);padding: 90px 0 30px; position: relative; }
.footerDiv .hdDiv .lxDiv{width: 234px; }
.footerDiv .hdDiv .lxDiv .logo1{margin: 30px 0 65px;display: block; }
.footerDiv .hdDiv .lxDiv .shareDiv{margin-top: 55px; }
.footerDiv .hdDiv .lxDiv .shareDiv a{width: 38px;height: 38px;background: rgba(255,255,255,.3);border-radius: 50%;margin-right: 10px; }
.footerDiv .hdDiv .lxDiv .shareDiv a:hover{background: rgba(255,255,255,.8); }
.footerDiv .hdDiv .hrDiv{width: calc(100% - 274px); }
.footerDiv .hdDiv .hrDiv .flexbet{align-items: stretch; }
.footerDiv .hdDiv .hrDiv .hrh{margin-bottom: 80px; }
.footerDiv .hdDiv .listDiv{margin-left: 35px;}
.footerDiv .hdDiv .listDiv>span{display: block;margin-bottom: 25px;font-size: 18px;font-weight: bold;text-transform: uppercase; }
.footerDiv .hdDiv .listDiv .p p{color: rgba(255,255,255,.6);margin-top: 10px; }
.footerDiv .hdDiv .listDiv .p p a{color: rgba(255,255,255,.6); }
.footerDiv .hdDiv .aDiv {flex-wrap: wrap; }
.footerDiv .hdDiv .aDiv p{flex-wrap: wrap; display: flex;justify-content: flex-start;align-items: center;}
.footerDiv .hdDiv .aDiv p a{color: rgba(255,255,255,.6);display: block;margin-top: 10px;margin-right: 30px; }
.footerDiv .hdDiv .aDiv p a:hover,.footerDiv .hdDiv .listDiv .p p a:hover{color: rgba(255,255,255,1);}
.footerDiv .bdDiv{padding: 10px 0;color: rgba(255,255,255,.6);font-size: 14px;flex-wrap: wrap; } 
.footerDiv .bdDiv a{color: rgba(255,255,255,.6); }
.footerDiv .bdDiv a img{margin-right: 8px; }










