﻿/*****通用编码******/
* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none;/*只针对低版本谷歌*/
	font-size: 16px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
}
*, :after, :before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* 谷歌 */
	-moz-box-sizing: border-box; /* Firefox */
}
body, ol, table, tr, td, ul, li, dt, dd, dl, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0
}
*html {
	background-attachment: fixed;
}/*解决IE6下滚动抖动的问题*/
body {
	color:#1f2329;
	font-size:14px;
	_overflow: hidden;
	line-height: 1.5;
	overflow-x: hidden;
	background: #fff;
	width: 100%;
	-webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
	*cursor: default;
}
img {
	border: none;
	vertical-align: middle;
}
ul, ol, li, form, dl {
	list-style: none;
}
p {
	margin: 0px;
	padding: 0px;
}
.flex{
	display: flex;
}
.t-center{
	text-align: center;
}
.t-right{
	text-align: right;
}
/*-------给a加时间过渡、清除默认样式---------*/
a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	/* transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s; */
	display: inline-block;
	width: 100%;
	height: 100%;
}
a:hover {
	color: inherit;
}
a:active, a:hover, a:link{
	text-decoration: none
}
a, area, a:active {
blr:expression(this.onFocus=this.blur());
}
:focus {
	-moz-outline-style: none;
}
/*在浏览器拖动鼠标颜色*/
::selection {
	color: #fff;
	background-color:#3390ff;
}
::-moz-selection {
color: #fff;
background-color: #3390ff;
}
/*更改浏览器滚动条颜色兼容*/
html, body {
	/*更改ie内核滚动条颜色*/
	scrollbar-face-color: #fe4901;
	scrollbar-highlight-color: #fe4901;
	scrollbar-shadow-color: #fe4901;
	scrollbar-3dlight-color: #fe4901;
	scrollbar-arrow-color: #222;
	scrollbar-track-color: #222;
	scrollbar-darkshadow-color: #fe4901;
}
/*更改-webkit-内核滚动条样式*/
::-webkit-scrollbar {
width:4px;
height: 4px;
background-color: #fcfcfc;
}
::-webkit-scrollbar-track {
border-radius:0;
background-color: #fcfcfc;
}
::-webkit-scrollbar-thumb {
border-radius:0;
background-color: #fe4901;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/*-------表单居中、清理描边---------*/
input, button, select, textarea {
	outline: none
}
input, select, textarea, button {
	vertical-align: middle
}
button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer
}
input[type=submit] {
	cursor: pointer;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
/*----- 表格重置-----*/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
caption {
	display: none;
}
:focus{outline:0}
.animate{transition:all .5s cubic-bezier(.25,0,0,1);-webkit-transition:all .5s cubic-bezier(.25,0,0,1);-moz-transition:all .5s cubic-bezier(.25,0,0,1);-ms-transition:all .5s cubic-bezier(.25,0,0,1);-o-transition:all .5s cubic-bezier(.25,0,0,1)}
/*----- clearfix-----*/

.clearfix{
  zoom: 1; 
}
.clearfix::after{
  content: "."; 
  display: block;
  height: 0; 
  clear: both; 
}
/*----- 超出省略号///-----*/
.toe {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.container{
	height: inherit;
}
.container:after, .container:before{
	display: none;
}
.iconfont{
	color: #ffffff;
}
img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 1200以上核心版 */
@media (min-width: 1920px) {
	.container{
		width: 90rem;
		padding: 0;
	}
}
@media (min-width: 1680px){
	.container {
	    width: 90rem;
	}
}
@media (min-width:1024px) and (max-width:1136px){
	html{font-size: 9px;}
}
@media (min-width:1136px) and (max-width:1248px){
	html{font-size: 10px;}
}
@media (min-width:1248px) and (max-width:1360px){
	html{font-size: 11px;}
}
@media (min-width:1360px) and (max-width:1472px){
	html{font-size: 12px;}
}
@media (min-width:1472px) and (max-width:1584px){
	html{font-size: 13px;}
}
@media (min-width:1584px) and (max-width:1696px){
	html{font-size: 14px;}
}
@media (min-width:1696px) and (max-width:1808px){
	html{font-size: 15px;}
}
@media (min-width:1808px) and (max-width:1920px){
	html{font-size: 16px;}
}




@font-face
{
    font-family: BarlowLight;
    src: url(../font/BarlowLight.ttf);
}
/* 公共css */
/* 移动端导航按钮 */
.header-button{
	display: none;
	position: relative;
	height: 50px;
	width: 30px;
	cursor: pointer;
}
.header-button span {
    display: block;
    height: 2px;
    width: 100%;
    background: #FE4901;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 2px;
    margin-top: -1px;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}
.header-button:after, .header-button:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FE4901;
    content: "";
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}
.header-button:before {
    top: 13px;
}
.header-button:after {
    bottom: 13px;
}
.header-button.active:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    top: 13px;
    left: 5px;
}
.header-button.active span {
    opacity: 0;
}
.header-button.active:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    left: 5px;
    bottom: 13px;
}
/* 移动端导航按钮结束 */
/* 导航样式 */
.nav{
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 10;
	border-bottom: 0.063rem solid #ffffff;
	border-color: rgba(255, 255, 255, 0.25);
	transition: all 0.5s;
}
.nav .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navlogo,.navlogo img{
	width: 12.875rem;
	height: 2.75rem;
	transition: all 0.5s;
	object-fit: contain;
}
.navlist{
	width: auto;
	height: 100%;
}
.navlist ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
/*	margin-left: 3.6rem;*/
}
.navlist ul li{
	width: auto;
	height: auto;
	margin: 0 2.219rem;
	transition: all 0.5s;
	position: relative;
}
.navlist ul li a{
	width: auto;
	height: 5.375rem;
	line-height: 5.375rem;
	text-align: center;
	font-size: 1rem;
	color: #ffffff;
}
.nav-active::after,.navlist ul li:not(.nav-active):hover::after{
	content: "";
	display: inline-block;
	width: 2.188rem;
	height: 0.125rem;
	position: absolute;
	bottom: 0;
	background-color: #ffffff;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.5s;
	animation: stretch 0.5s;
}
.navdown .nav-active::after,.navdown .navlist ul li:not(.nav-active):hover::after{
	background-color: #fe4901;
}
.navdown .nav-active a,.navdown .navlist ul li:not(.nav-active):hover a{
	color: #fe4901 !important;
}
.navdown .searchico{
	background-color: #fe4901;
}
.searchbar{
	width: 2.625rem;
	height: 5.375rem;
	line-height: 5.375rem;
	text-align: center;
	position: relative;
}
.searchico{
	display: inline-block;
	width: 2.625rem;
	height: 2.625rem;
	line-height: 2.625rem;
	background-color: rgba(255,255,255,0.12);
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.5s;
}
.searchico .iconfont{
	font-size: 1.188rem;
}
.searchinput{
	position: absolute;
	right: 0;
	width: 12.8rem;
	height: 3.2rem;
	line-height: 3rem;
	/* border-radius: 4rem; */
	background-color: rgba(255,255,255,1);
	transition: all 0.5s;
	transform-origin: top;
	transform: scaleY(0);
	font-size: 1.4rem;
    color: #fe4901;
    font-weight: 600;
}
.searchinput input{
	display: inline-block;
	width: 12rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: none;
	border-radius: 2.5rem;
	padding: 0 1.6rem;
}
.navdown{
	background-color: #ffffff;
	box-shadow: 1px -27px 50px #888888;
	border-bottom: 0;
}
.navdown .navlist ul li a{
	color: #666666;
}
/* 导航样式结束 */
/* banner轮播 */
.banner{
	width: 100%;
	height: 56.25rem;
	z-index: 1;
	position: relative;
}
.banner .swiper-slide{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.banner .swiper-slide>img{
	position: absolute;
	z-index: 1;
}
.banner .swiper-slide .container{
	height: auto;
	position: absolute;
	z-index: 2;
	margin-bottom: -2rem;
}
.swiper-txt{
	display: inline-block;
}
.swiper-txt .fadebox{
	opacity: 0;
	transform: translateY(100%);
}
.banner-txt1 .swiper-txt p:nth-child(1){
	width: 18.938rem;
	height: 3.625rem;
	line-height: 3.625rem;
	margin-bottom: 1.188rem;
}
.banner-txt1 .swiper-txt p:nth-child(2){
	height: 0.063rem;
	line-height: 0.063rem;
	margin-bottom: 1.188rem;
	opacity: 0.5;
}
.banner-txt1 .swiper-txt p:nth-child(2) span{
	display: inline-block;
	width: 19rem;
	height: 0.063rem;
	line-height: 0.063rem;
	background-color: #ffffff;
	opacity: 0.5;
	transition: all 1s;
	transform: scaleX(1);
}
.banner-txt1 .swiper-txt p:nth-child(3){
	font-size: 1.125rem;
	height: 1.125rem;
	line-height: 1.125rem;
	color: #ffffff;
	opacity: 0;
	letter-spacing: 0.088rem;
	font-style: italic;
	margin-bottom: 1.5rem;
}
.banner-txt1 .swiper-txt p:nth-child(4){
	width: 27.063rem;
	height: 3rem;
	margin-left: -1.125rem;
}
.banner-txt2 .swiper-txt p:nth-child(1){
	height: 3rem;
	line-height: 3rem;
	margin-bottom: 1.188rem;
}
.banner-txt2 .swiper-txt p:nth-child(2){
	height: 0.063rem;
	line-height: 0.063rem;
	margin-bottom: 1.188rem;
}
.banner-txt2 .swiper-txt p:nth-child(2) span{
	display: inline-block;
	width: 36.563rem;
	height: 0.063rem;
	line-height: 0.063rem;
	background-color: #ffffff;
	opacity: 0.50 !important;
	transition: all 1s;
	transform: scaleX(1);
}
.banner-txt2 .swiper-txt p:nth-child(3){
	font-size: 1.125rem;
	height: 1.125rem;
	line-height: 1.125rem;
	color: #ffffff;
	opacity: 0;
	letter-spacing: 0.088rem;
	font-style: italic;
	margin-bottom: 1.5rem;
}
.banner-txt2 .swiper-txt p:nth-child(4){
	width: 24.25rem;
	height: 3.063rem;
}
.banner-txt3 .swiper-txt p:nth-child(1){
	height: 3rem;
	line-height: 3rem;
	margin-bottom: 1.188rem;
}
.banner-txt3 .swiper-txt p:nth-child(2){
	height: 0.063rem;
	line-height: 0.063rem;
	margin-bottom: 1.188rem;
}
.banner-txt3 .swiper-txt p:nth-child(2) span{
	display: inline-block;
	width: 36.563rem;
	height: 0.063rem;
	line-height: 0.063rem;
	background-color: #ffffff;
	opacity: 0.50;
	transition: all 1s;
	transform: scaleX(1);
}
.banner-txt3 .swiper-txt p:nth-child(3){
	font-size: 1.125rem;
	height: 1.125rem;
	line-height: 1.125rem;
	color: #ffffff;
	opacity: 0;
	letter-spacing: 0.088rem;
	font-style: italic;
	margin-bottom: 1.5rem;
}
.universalswitch{
	display: inline-flex;
	width: 7.938rem;
	height: 2.438rem;
	font-size: 0.875rem;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	border: solid 0.063rem #ffffff;
}
.universalswitch span{
	position: absolute;
	z-index: 1;
}
.universalswitch i.iconfont{
	transition: all 0.5s;
	margin-left: 0.438rem;
}
.bannerswiper-button-prev:after, .bannerswiper-button-next:after{
	font-family: swiper-icons;
	font-size: 2rem;
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}
.bannerswiper-button-prev,.bannerswiper-button-next{
	z-index: 2;
	color: #ffffff;
	opacity: 0.5;
	font-weight: 100;
}
.bannerswiper-button-prev{
	position: absolute;
	left: 2rem;
	top: 50%;
}
.bannerswiper-button-next{
	position: absolute;
	right: 2rem;
	top: 50%;
}
.bannerswiper-button-prev:after{
	content: 'prev';
}
.bannerswiper-button-next:after{
	content: 'next';
}
.banner-pagination{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 3.625rem;
}
.banner-pagination-box{
	width: 25%;
	height: auto;
	display: flex;
	justify-content: space-between;
	transition: all 0.5s;
}

.banner-pagination .swiper-pagination-bullets.swiper-pagination-horizontal{
	width: auto;
	position: initial;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 0.563rem;
	height: 0.5rem;
	background-color: #ffffff;
	opacity: 0.66;
	margin: 0 0.313rem;
}
.banner-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{
	width: 0.5rem;
	height: 0.5rem;
	background-color: #fe4901;
	opacity: 1;
	position: relative;
}
.banner-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active::after{
	content: "";
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: -50%;
	left: -50%;
	transform: scale(2);
	border-radius: 50%;
	transition: all 0.5s;
	border: solid 0.063rem #fe4901;
	animation: sfadein 0.5s;
	animation-fill-mode: forwards;
	opacity: 0.2;
}
.swiper-fraction{
	z-index: 3;
	color: #ffffff;
	opacity: 0.66;
	font-size: 1rem;
	font-family: BarlowLight;
	letter-spacing: 0.038rem;
}
.current-fraction{
	font-size: 2.25rem;
	color: #fe4901;
	opacity: 1;
}
.banner2{
	width: 100%;
	height: auto;
}
.banner2-bg{
	width: 100%;
	height: 38rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner2-bg img,.banner2-bg .container{
	position: absolute;
	display: flex;
	align-items: center;
}
.banner2-bg .container .swiper-txt p:nth-child(1){
	font-size: 2rem;
	height: 2rem;
	line-height: 2rem;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 1.125rem;
}
.banner2-bg .container .swiper-txt p:nth-child(2){
	font-size: 1rem;
	height: 1rem;
	line-height: 1rem;
	color: #ffffff;
}
.bakline{
	display: inline-block;
	width: 2.188rem;
	height: 0.3rem;
	margin-right: 1rem;
	border-top: 0.125rem solid #ffffff;
	transition: all 0.5s;
	animation: stretch 1s;
}
.mixer_plate{
	width: 73.5%;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
}
.mixer_plate ul{
	display: flex;
	width: 100%;
	height: 11.438rem;
	align-items:flex-end;
}
.mixer_plate ul li{
	width: calc(100% / 3);
	height: 8.438rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
}
.mixer_plate ul li a>img{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.mixer_mask{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	transition: all 0.5s;
}
.mixer_deputy{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	color: #ffffff;
	padding: 1rem 3.438rem 1rem 3.438rem;
	transition: all 0.5s;
}
.mixer_deputy p{
	text-align: center;
	transition: all 0.5s;
}
.mixer_deputy p:nth-child(1)>img{
	width: 3rem;
	height: 2.438rem;
	object-fit: fill;
	margin-right: 1.25rem;
}
.mixer_deputy p:nth-child(1){
	font-size: 1.875rem;
	height: 4rem;
	line-height: 4rem;
	letter-spacing: 0.075rem;
	border-bottom: 0.063rem solid rgba(255,255,255,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.mixer_deputy p:nth-child(2){
	height: 2.25rem;
	line-height: 2.25rem;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mixer_deputy p:nth-child(2) i.iconfont{
	font-size: 1.2rem;
	transform: scaleX(0);
	transition: all 0.6s;
}
.mixer_plate_mask1{
	background-color: #0042ff;
}
.mixer_plate_mask2{
	background-color: #fbc50b;
}
.mixer_plate_mask3{
	background-color: #43aa65;
}
.mixer_plate ul li:hover{
	height: 11.438rem;
}
.mixer_plate ul li.mixer_active{
	height: 11.438rem;
}
.mixer_plate ul li:hover .mixer_mask,.mixer_active .mixer_mask{
	opacity: 0.7;
}
.mixer_plate ul li:hover .mixer_deputy,.mixer_active .mixer_deputy{
	padding: 2.688rem 3.438rem 1.5rem 3.438rem;
}
.mixer_plate ul li:hover .mixer_deputy p:nth-child(2),.mixer_active .mixer_deputy p:nth-child(2){
	height: 3.25rem;
	line-height: 1.25rem;
	font-size: 1rem;
}
.mixer_plate ul li:hover .mixer_deputy p:nth-child(2) i.iconfont,.mixer_active .mixer_deputy p:nth-child(2) i.iconfont{
	transform: scaleX(1) rotate(180deg);
	margin-left: 1rem;
}
.breadnav{
	width: 100%;
	height: auto;
	box-shadow: 1px -27px 36px #888888;
}
.breadnav .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.breadnav-list ul{
	display: flex;
	width: auto;
	height: auto;
}
.breadnav-list ul li a{
	width: auto;
	height: 5rem;
	line-height: 5rem;
	font-size: 1rem;
	color: #333333;
	letter-spacing: 0.081rem;
	transition: all 0.5s;
	cursor: pointer;
	position: relative;
}
.breadnav-list ul li.breadnav-active a,.breadnav-list ul li a:hover{
	color: #fe4901;
}
.breadnav-list ul li.breadnav-active  a::after,.breadnav-list ul li:not(.breadnav-active):hover  a::after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 0.125rem;
	position: absolute;
	bottom: 0;
	background-color: #fe4901;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.5s;
	animation: stretch2 0.5s;
}
.breadnav-list ul li:not(:last-child) a{
	margin-right: 3.563rem;
}
.breadnav-chain i.iconfont{
	color: #d0d0d0;
	margin-right: 0.5rem;
	display: inline;
}
.breadnav-chain{
	display: inline-block;
	font-size: 0.859rem;
	color: #333333;
}
.breadnav-chain a{
	display: inline;
}

/* .breadnav-chain a:not(:last-child)::after{
	content: " >";
} */
.breadnav-chain a:last-child{
	color: #fe4901;
}
.breadnav-chain-only .container{
	height: 5.25rem;
	line-height: 5.25rem;
	justify-content: flex-end;
}
.web-title{
	font-size: 1.875rem;
	height: 1.875rem;
	line-height: 1.875rem;
	letter-spacing: 0.15rem;
	color: #333333;
	font-weight: 600;
	margin-bottom: 0.875rem;
	position: relative;
}
.web-title span{
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border: solid 0.063rem #fe4901;
	border-radius: 50%;
	position: absolute;
	top: 0;
	margin-left: 0.5rem;
}
.web-title-center{
	text-align: center;
}
.web_marks{
	height: 0.188rem;
	line-height: 0.188rem;
	margin-bottom: 1.875rem;
}
.web_marks_center{
	text-align: center;
}
.web_marks span{
	display: inline-block;
	width: 3.875rem;
	height: 0.188rem;
	background-color: #fe4901;
}



.newsdetail{
	width: 100%;
	height: auto;
	padding: 1rem;
}
.newsdetail-title{
	width: 100%;
	height: auto;
	border-bottom: 0.063rem dashed #999999;
}
.newsdetail-title h4.title{
	text-align: center;
	font-size: 1.5rem;
	height: auto;
	line-height: 2;
	margin-bottom: 1rem;
	font-weight: 600;
}
.newsdetail-title ul{
	font-size: 1.2rem;
	height: auto;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	display: flex;
	justify-content: center;
}
.newsdetail-title ul li{
	padding: 0 8px
}
.newsdetail-content{
	padding: 30px 0
}
.newsdetail-content,.newsdetail-content p{
	font-size: 14px;
	line-height: 2;
}
.newsdetail-content img{
	width: auto;
	max-width: 100%;
	height: auto !important;
	
}
.newsdetail-content video,.newsdetail-content iframe{
	min-width:800px;min-height: 460px; display:block; margin:0 auto;
}
.newsdetail-paging{
	margin-top: 2rem;
	border-top: 0.063rem dashed #999999;
}
.newsdetail-paging a{
	display: inline;
}
.newsdetail-paging p{
	height: 2rem;
	line-height: 3rem;
	font-size: 1rem;
	transition: all 0.5s;
}
.newsdetail-paging p:hover{
	height: 4rem;
	line-height: 4rem;
	font-size: 1.3rem;
	color: #E80010;
}


footer{
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(../img/footer.jpg);
	background-size: cover;
	background-repeat:no-repeat;
}
footer .container{
	display: flex;
	align-items: center;
	padding: 2.75rem 0;
	justify-content: space-between;
}
.footer-left .footer-logo{
	width: 10.938rem;
	height: 2.688rem;
	margin-bottom: 1.438rem;
}
.footer-left .hotline{
	width: auto;
	height: auto;
	display: flex;
}
.footer-left .hotline .hotlineicon{
	width: 2.938rem;
	height: 2.938rem;
}
.footer-left .hotline .hotlinetxt{
	margin-left: 0.875rem;
	color: #ffffff;
}
.footer-left .hotline .hotlinetxt p:nth-child(1){
	font-size: 0.875rem;
	height: 0.875rem;
	line-height: 1.169rem;
}
.footer-left .hotline .hotlinetxt p:nth-child(2){
	font-size: 1.875rem;
	height: 1.875rem;
	line-height: 2.4rem;
}
.footer-center{
	width: auto;
	height: auto;
	color: #ffffff;
	font-size: 0.873rem;
	letter-spacing: 0.038rem;
}
.footer-nav ul,.footer-link ul{
	width: auto;
	height: auto;
}
.footer-nav ul{
	display: grid;
	grid-template-columns: 6.25rem 5.813rem 5.813rem 3.688rem;
	grid-template-rows: 1.5rem 1.5rem;
	margin-bottom: 1.5rem;
}
.footer-link ul{
	display: grid;
	grid-template-columns: 6.25rem 5.813rem 5.813rem 3.688rem;
	grid-template-rows: 1.5rem;
}
.footer-right{
	width: auto;
	height: auto;
	color: #d9d9d9;
	font-size: 0.873rem;
	letter-spacing: 0.038rem;
}
.footer-right p{
/*	height: 0.873rem;*/
	line-height: 0.873rem;
}
.footer-right p a{
	width: auto;
}
.footer-right img{
        width:20px
}
.punk-list{
	width: 100%;
	height: auto;
	display: flex;
	margin-bottom: 0.75rem;
}
.footer-punk{
	width: 2.438rem;
	height: 2.5rem;
	margin-right: 0.688rem;
	cursor: pointer;
	position: relative;
}
.punk-ico{
	position: absolute;
}
.punk-an{
	width: 6.75rem;
	height: 6.75rem;
	position: absolute;
	left: -100%;
	bottom: 4rem;
	z-index: 3;
	display: none;
	transition: all 0.5s;
	opacity: 1;
	animation: inbunk 0.5s;
}
.punk-an::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-right: 0.563rem solid transparent;
	border-left: 0.563rem solid transparent;
	border-top: 0.438rem solid #ffffff;
	position: absolute;
	z-index: 2;
	bottom: -0.375rem;
	left: calc(50% - 0.5rem);
}
.footer-right p:nth-child(2){
	margin-bottom: 1rem;
}
.footer-right p:nth-child(3){
	margin-bottom: 0.375rem;
}
.footer-right p:nth-child(3),.footer-right p:nth-child(4){
	line-height: 1.169rem;
}

.footer-punk:last-child .punk-an{
	background: #fff;
	padding: 10px;
	color: #333;
	font-size: 1.875rem;
	width: auto;
	height: auto;
}
@media (max-width: 1583px){
	.footer-nav ul{
	    grid-template-columns: 7.25rem 6.25rem 6.25rem 5.688rem;
	    grid-template-rows: 2rem 2rem;
	}
	.footer-link ul{
		display: grid;
		grid-template-columns: 7.25rem 6.25rem 6.25rem 5.688rem;
		grid-template-rows: 2rem;
	}
}
@media (max-width: 1100px){
	.universalswitch{
		width: 8.938rem;
	}
}
/* banner结束 */
/* 自定义动画库 */
@-ms-keyframes inbunk{
	from{bottom: 6rem;opacity:0;}
	to{bottom: 4rem;opacity:1;}
}
@-webkit-keyframes inbunk{
	from{bottom: 6rem;opacity:0;}
	to{bottom: 4rem;opacity:1;}
}
@keyframes inbunk{
	from{bottom: 6rem;opacity:0;}
	to{bottom: 4rem;opacity:1;}
}
@-moz-keyframes inbunk{
	from{bottom: 6rem;opacity:0;}
	to{bottom: 4rem;opacity:1;}
}
@-ms-keyframes sfadein{
	from{transform: scale(2);opacity:0.2;}
	to{transform: scale(1);opacity:1;}
}
@-webkit-keyframes sfadein{
	from{transform: scale(2);opacity:0.2;}
	to{transform: scale(1);opacity:1;}
}
@keyframes sfadein{
	from{transform: scale(2);opacity:0.2;}
	to{transform: scale(1);opacity:1;}
}
@-moz-keyframes sfadein{
	from{transform: scale(2);opacity:0.2;}
	to{transform: scale(1);opacity:1;}
}
@-ms-keyframes stretch{
	from{width: 0;}
	to{width: 2.188rem;}
}
@-webkit-keyframes stretch{
	from{width: 0;}
	to{width: 2.188rem;}
}
@keyframes stretch{
	from{width: 0;}
	to{width: 2.188rem;}
}
@-moz-keyframes stretch{
	from{width: 0;}
	to{width: 2.188rem;}
}
@-ms-keyframes stretch2{
	from{width: 0;}
	to{width: 100%;}
}
@-webkit-keyframes stretch2{
	from{width: 0;}
	to{width: 100%;}
}
@keyframes stretch2{
	from{width: 0;}
	to{width: 100%;}
}
@-moz-keyframes stretch2{
	from{width: 0;}
	to{width: 100%;}
}
.fadedownin{
	animation: fadedownin 1s;
	animation-fill-mode: forwards;
}
.fadedownin span{
	transform: scaleX(1) !important;
	animation-fill-mode: forwards;
}

@-ms-keyframes fadedownin{
	from{opacity: 0;transform: translateY(100%);}
	to{opacity: 1;transform: translateY(0);}
}
@-webkit-keyframes fadedownin{
	from{opacity: 0;transform: translateY(100%);}
	to{opacity: 1;transform: translateY(0);}
}
@keyframes fadedownin{
	from{opacity: 0;transform: translateY(100%);}
	to{opacity: 1;transform: translateY(0);}
}
@-moz-keyframes fadedownin{
	from{opacity: 0;transform: translateY(100%);}
	to{opacity: 1;transform: translateY(0);}
}
@-ms-keyframes fadedowniner{
	from{opacity: 0;transform: translateY(6rem);}
	to{opacity: 1;transform: translateY(0);}
}
@-webkit-keyframes fadedowniner{
	from{opacity: 0;transform: translateY(6rem);}
	to{opacity: 1;transform: translateY(0);}
}
@keyframes fadedowniner{
	from{opacity: 0;transform: translateY(6rem);}
	to{opacity: 1;transform: translateY(0);}
}
@-moz-keyframes fadedowniner{
	from{opacity: 0;transform: translateY(6rem);}
	to{opacity: 1;transform: translateY(0);}
}
.fadeupin{
	animation: fadeupin 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
	transform: translateY(-100%);
}
@-ms-keyframes fadeupin{
	from{opacity: 0;transform: translateY(-100%);}
	to{opacity: 1;transform: translateY(0);}
}
@-webkit-keyframes fadeupin{
	from{opacity: 0;transform: translateY(-100%);}
	to{opacity: 1;transform: translateY(0);}
}
@keyframes fadeupin{
	from{opacity: 0;transform: translateY(-100%);}
	to{opacity: 1;transform: translateY(0);}
}
@-moz-keyframes fadeupin{
	from{opacity: 0;transform: translateY(-100%);}
	to{opacity: 1;transform: translateY(0);}
}
.fadeleftin{
	animation: fadeleftin 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
	transform: translateX(-100%);
}
@-ms-keyframes fadeleftin{
	from{opacity: 0;transform: translateX(-100%);}
	to{opacity: 1;transform: translateX(0);}
}
@-webkit-keyframes fadeleftin{
	from{opacity: 0;transform: translateX(-100%);}
	to{opacity: 1;transform: translateX(0);}
}
@keyframes fadeleftin{
	from{opacity: 0;transform: translateX(-100%);}
	to{opacity: 1;transform: translateX(0);}
}
@-moz-keyframes fadeleftin{
	from{opacity: 0;transform: translateX(-100%);}
	to{opacity: 1;transform: translateX(0);}
}
.faderightin{
	overflow: hidden;
	animation: faderightin 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
	transform: translateX(100%);
}
@-ms-keyframes faderightin{
	from{opacity: 0;transform: translateX(100%);}
	to{opacity: 1;transform: translateX(0);}
}
@-webkit-keyframes faderightin{
	from{opacity: 0;transform: translateX(100%);}
	to{opacity: 1;transform: translateX(0);}
}
@keyframes faderightin{
	from{opacity: 0;transform: translateX(100%);}
	to{opacity: 1;transform: translateX(0);}
}
@-moz-keyframes faderightin{
	from{opacity: 0;transform: translateX(100%);}
	to{opacity: 1;transform: translateX(0);}
}
.LargeAnimation{animation:ProtoLarge 0.5s ease 0s 1 normal; animation-fill-mode:both; -webkit-animation:ProtoLarge 0.5s ease 0s 1 normal; -webkit-animation-fill-mode:both; }
.SmallAnimation,.LargeAnimation{overflow: hidden;cursor: pointer;}
.SmallAnimation:hover img{animation:ProtoSmall 0.5s ease 0s 1 normal; animation-fill-mode:both; -webkit-animation:ProtoSmall 0.5s ease 0s 1 normal; -webkit-animation-fill-mode:both;}
@keyframes ProtoLarge{0% {transform: scale(1);} 100% {transform: scale(1.03);} }
@-webkit-keyframes ProtoLarge {0% {-webkit-transform: scale(1);} 100% {-webkit-transform: scale(1.03);} }
@-moz-keyframes ProtoLarge {0% {-moz-transform: scale(1);} 100% {-moz-transform: scale(1.03);} }
@-o-keyframes ProtoLarge {0% {-o-transform: scale(1);} 100% {-o-transform: scale(1.03);} }
@keyframes ProtoSmall{0% {transform: scale(1);} 100% {transform: scale(1.05);} }
@-webkit-keyframes ProtoSmall {0% {-webkit-transform: scale(1);} 100% {-webkit-transform: scale(1.05);} }
@-moz-keyframes ProtoSmall {0% {-moz-transform: scale(1);} 100% {-moz-transform: scale(1.05);} }
@-o-keyframes ProtoSmall {0% {-o-transform: scale(1);} 100% {-o-transform: scale(1.05);} }
@-ms-keyframes beating{
	0%{transform: translateY(0px);opacity: 0.8;}
	25%{transform: translateY(10px);opacity: 0.5;}
	50%{transform: translateY(0px);opacity: 0.8;}
	75%{transform: translateY(-10px);opacity: 0.5;}
	100%{transform: translateY(0px);opacity: 0.8;}
}
@-webkit-keyframes beating{
	0%{transform: translateY(0px);opacity: 0.8;}
	25%{transform: translateY(10px);opacity: 0.5;}
	50%{transform: translateY(0px);opacity: 0.8;}
	75%{transform: translateY(-10px);opacity: 0.5;}
	100%{transform: translateY(0px);opacity: 0.8;}
}
@keyframes beating{
	0%{transform: translateY(0px);opacity: 0.8;}
	25%{transform: translateY(10px);opacity: 0.5;}
	50%{transform: translateY(0px);opacity: 0.8;}
	75%{transform: translateY(-10px);opacity: 0.5;}
	100%{transform: translateY(0px);opacity: 0.8;}
}
@-moz-keyframes beating{
	0%{transform: translateY(0px);opacity: 0.8;}
	25%{transform: translateY(10px);opacity: 0.5;}
	50%{transform: translateY(0px);opacity: 0.8;}
	75%{transform: translateY(-10px);opacity: 0.5;}
	100%{transform: translateY(0px);opacity: 0.8;}
}
@-ms-keyframes beatingX{
	0%{transform: translateX(0px);opacity: 0.8;}
	25%{transform: translateX(10px);opacity: 0.5;}
	50%{transform: translateX(0px);opacity: 0.8;}
	75%{transform: translateX(-10px);opacity: 0.5;}
	100%{transform: translateX(0px);opacity: 0.8;}
}
@-webkit-keyframes beatingX{
	0%{transform: translateX(0px);opacity: 0.8;}
	25%{transform: translateX(10px);opacity: 0.5;}
	50%{transform: translateX(0px);opacity: 0.8;}
	75%{transform: translateX(-10px);opacity: 0.5;}
	100%{transform: translateX(0px);opacity: 0.8;}
}
@keyframes beatingX{
	0%{transform: translateX(0px);opacity: 0.8;}
	25%{transform: translateX(10px);opacity: 0.5;}
	50%{transform: translateX(0px);opacity: 0.8;}
	75%{transform: translateX(-10px);opacity: 0.5;}
	100%{transform: translateX(0px);opacity: 0.8;}
}
@-moz-keyframes beatingX{
	0%{transform: translateX(0px);opacity: 0.8;}
	25%{transform: translateX(10px);opacity: 0.5;}
	50%{transform: translateX(0px);opacity: 0.8;}
	75%{transform: translateX(-10px);opacity: 0.5;}
	100%{transform: translateX(0px);opacity: 0.8;}
}
/* 自定义动画库结束 */
/* 自定义动效库 */
.button.button--aylen {
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	position: relative;
}
.button--aylen.button--inverted {
	background: none;
	color: #fff;
}
.button--aylen::before,
.button--aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
	background: #c53100;
}
.button--aylen::after {
	background: #fe4901;
}
.button--aylen:hover *{
	color: #fff !important;
}
.button--aylen:hover .iconfont{
	margin-left:1rem !important;
}
.button--aylen:hover::before,
.button--aylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
.pic-table-page{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pic-table-page >*{
	margin-left: 0.563rem;
}
.pic-table-page a[title="Total record"]::before{
	content: "总计";
}
.pic-table-page a[title="Total record"]::after{
	content: "条";
}
.pic-table-page a{
	width: auto;
	padding: 0.5rem 0.8rem;
	background-color: #ffffff;
	margin-bottom: 1rem;
}
.pic-table-page>b{
	padding: 0.5rem 0.8rem;
	background-color: #fe4901;
	color: #ffffff;
	margin-bottom: 1rem;
}
@media (min-width:100px) and (max-width:1023px) {
	.nav .container{
		height: 3.5rem;
	}
	.navlogo{
		width: 7.625rem;
		height: 2.375rem;
	}
	.navlogo a img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.navlist{
		display: none;
		position: fixed;
		top: 3.5rem;
		right:0;
		height: auto;
		width: 18rem;
		color: #999999;
		background-color: rgb(255 255 255);
		margin-right: 0 !important;
		box-shadow: 0 4px 4px #c3c3c3;
	}
	.navlist ul{
		flex-direction: column;
	}
	.navlist ul li{
		width: 100%;
	}
	.navlist ul li a{
		width: 100%;
		height: 3rem;
		line-height: 3rem;
		text-align: center;
		color: #999999;
	}
	.searchbar{
		display: none;
	}
	.header-button {display: inline-block !important;}
	.nav-active::after, .navlist ul li:not(.nav-active):hover::after{
		background-color: #fe4901;
	}
	.banner{
		height: 66.666vh;
	}
	.banner2{
		height: 50vh;
	}
	.banner .swiper-slide .container{
		margin-bottom: 2rem;
	}
	.bannerswiper-button-prev, .bannerswiper-button-next{
		display: none;
	}
	.swiper-txt{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.banner-txt1 .swiper-txt p:nth-child(1){
		width: 12.938rem;
		height: 2.5rem;
		line-height: 2.5rem;
		margin-bottom: 0.5rem;
	}
	.banner-txt1 .swiper-txt p:nth-child(3){
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.banner-txt1 .swiper-txt p:nth-child(4){
		width: 18.063rem;
		height: 2rem;
		margin-left: 0;
	}
	.banner-txt1 .swiper-txt p:nth-child(2) span{
		width: 9rem;
	}
	.banner-txt2 .swiper-txt p:nth-child(1),.banner-txt3 .swiper-txt p:nth-child(1){
		width: 90%;
		height: 2rem;
		line-height: 2rem;
		margin-bottom: 0rem;
	}
	.banner-txt2 .swiper-txt p:nth-child(1) img,.banner-txt3 .swiper-txt p:nth-child(1) img{
		object-fit: contain;
	}
	.banner-txt2 .swiper-txt p:nth-child(3),.banner-txt3 .swiper-txt p:nth-child(3){
		font-size: 0.875rem;
		margin-bottom: 0.5rem;
		text-align: center;
		height: auto;
	}
	.banner-txt2 .swiper-txt p:nth-child(4),.banner-txt3 .swiper-txt p:nth-child(4){
		width: 80%;
		height: 2rem;
		margin-left: 0;
		text-align: center;
	}
	.banner-txt2 .swiper-txt p:nth-child(4) img,.banner-txt3 .swiper-txt p:nth-child(4) img{
		object-fit: contain;
	}
	.banner-txt2 .swiper-txt p:nth-child(2) span,.banner-txt3 .swiper-txt p:nth-child(2) span{
		width: 9rem;
	}
	.banner2-bg{
		height: 100%;
	}
	.universalswitch{
		width: 7rem;
		height: 2rem;
	}
	.banner-pagination{
		bottom: 0;
	}
	.banner-pagination,.banner-pagination-box{
		width: 100%;
		justify-content: space-around;
	}
	.banner2-bg .container .swiper-txt p:nth-child(1){
		font-size: 2rem;
	}
	.breadnav{
		padding-bottom: 1rem;
	}
	.breadnav .container{
		flex-direction: column;
	}
	.breadnav-list{
		width: 100%;
		height: 3.5rem;
		margin-bottom: 1rem;
	}
	.breadnav-list ul{
		width: 100%;
		height: 3.5rem;
		display: flex;
		overflow: hidden;
		overflow-x: auto;
		scrollbar-base-color:#000000;
	}
	.breadnav-list ul li a{
		width: 6rem;
		height: 100%;
		line-height: 3.5rem;
		text-align: center;
	}
	.breadnav-list ul li:not(:last-child) a{
		margin-right: 0;
	}
	.breadnav-list ul li:not(:last-child){
		margin-right: 1rem;
	}
	.breadnav-chain-only .container{
		height: 3.5rem;
		line-height: 3.5rem;
	}
	.web-title,.web_marks{
		text-align: center;
	}
	.web-title{
		font-size: 1.4rem;
		margin-bottom: 0.4rem;
	}
	.web_marks{
		margin-bottom: 1rem;
	}
	.newsdetail-title h4.title{
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.newsdetail-title ul{
		flex-direction: column;
	}
	.newsdetail-title ul li{
		font-size: 1rem;
	}
	footer .container{
		flex-direction: column;
		padding: 1rem 0;
	}
	footer .container>*{
		width: 100%;
	}
	.footer-left{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.footer-left .footer-logo{
		display: none;
		margin-bottom: 1rem;
	}
	.footer-left .hotline .hotlineicon{
		width: 2rem;
		height: 2rem;
	}
	.footer-left .hotline{
		align-items: center;
	}
	.footer-left .hotline .hotlinetxt{
		/* margin-left: 0; */
	}
	.footer-left .hotline .hotlinetxt p:nth-child(1){
		/* text-align: center; */
		height: auto;
	}
	.footer-left .hotline .hotlinetxt p:nth-child(2){
		font-size: 1.4rem;
		line-height: 1.4rem;
		height: auto;
	}
	.footer-nav ul{margin-bottom: 0.2rem;}
	.footer-nav ul,.footer-link ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	} 
	.footer-nav ul li:first-child,.footer-link ul li:first-child{
		text-indent: 1rem;
	}
	.footer-nav ul li,.footer-link ul li{
		text-align: center;
		width: 25%;
	}
	.footer-right{
		margin-top: 1rem;
	}
	.punk-list{
		justify-content: center;
	}
	.footer-punk{
		margin-right: 0;
	}
	.punk-list .footer-punk:not(:last-child){
		margin-right: 1.4rem;
	}
	.footer-right p{
		text-align: center;
	}
	.footer-right p:nth-child(2){
		margin-bottom: 0.5rem;
	}
}
@media (min-width:100px) and (max-width:400px) {
	.navlist{
		width: 100%;
	}
}