@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

@font-face {
	font-family: HarmonyOS_Sans_SC_Regularm;
	src: url('/fonts/HarmonyOS_Sans_SC_Regular.ttf');
	/* IE9 */
}

@font-face {
	font-family: HarmonyOS_Sans_SC_Medium;
	src: url('/fonts/HarmonyOS_Sans_SC_Medium.ttf');
	/* IE9 */
}

@font-face {
	font-family: HarmonyOS_Sans_SC_Thin;
	src: url('/fonts/HarmonyOS_Sans_SC_Thin.ttf');
	/* IE9 */
}



::-webkit-scrollbar {
	width: 6px;
	height: 9px;
}

::-webkit-scrollbar-track {
	width: 3px;
	background: #666;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

::-webkit-scrollbar-thumb {
	background-color: #bf917f;
	background-clip: padding-box;
	min-height: 28px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #bf917f
}

html,
body {
	color: #333;
	font-size: 16px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	background: #eeeeee;
	font-family: HarmonyOS_Sans_SC_Regularm;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto;
}

.icon img {
	transition: all 0.3s;
}

.icon:hover img {
	animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}

	10% {
		transform: rotateZ(10deg);
	}

	20% {
		transform: rotateZ(0);
	}

	30% {
		transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(10deg);
	}

	60% {
		transform: rotateZ(0);
	}

	70% {
		transform: rotateZ(-10deg);
	}

	80% {
		transform: rotateZ(0);
	}

	90% {
		transform: rotateZ(10deg);
	}

	100% {
		transform: rotateZ(0);
	}
}



.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	object-fit: cover;
}

.pic:hover img {
	transform: scale(1.1);
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}

	10% {
		transform: rotateZ(10deg);
	}

	20% {
		transform: rotateZ(0);
	}

	30% {
		transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(10deg);
	}

	60% {
		transform: rotateZ(0);
	}

	70% {
		transform: rotateZ(-10deg);
	}

	80% {
		transform: rotateZ(0);
	}

	90% {
		transform: rotateZ(10deg);
	}

	100% {
		transform: rotateZ(0);
	}
}

.wap {
	display: none !important;
}




/*头部*/

.top {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: all 1s;
	padding-top: 50px;
	padding-bottom: 30px;
}

.top.on {
	padding-top: 15px;
	padding-bottom: 15px;
}

.top:after {}

.top:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: url(/images/head-zzc.png) repeat-x;
	background-position: center bottom;
	transition: all 0.5s;
	z-index: -2;
	pointer-events: none
}

.top.on {
	top: 0;
}

.top.on:before {
	height: 100%;
}

.top>div {
	padding: 0 80px 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo a {
	display: block;
	font-size: 0;
}

.logo img {
	vertical-align: middle;
}

.g-navk {
	/* position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%); */
	background-size: cover;
	text-align: center;
	font-size: 0;
	z-index: 999;
	margin-left: 35px;
	transition: all 0.5s;
	/* background: url(/images/menu.png) no-repeat; */
	background-position: center center;
	position: relative;
}

.g-nav {
	position: relative;
}

.g-nav svg {
	fill: currentColor;
	color: #000;
}

.m-top{
	display: none;
}


.g-nav.on {
	/* background: url(/images/menu-r.png) no-repeat;
	background-position: center center; */
}

.g-nav.on img {
	opacity: 0;
}

.g-nav.on img:nth-child(2) {
	opacity: 1;
}

.g-nav {
	width: 67px;
	height: 47px;
	cursor: pointer;
}

.g-nav img {
	/* vertical-align: middle; */
	display: block;
	transition: all 0.5s;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.g-nav img:nth-child(2) {
	opacity: 0;
}

.g-nav img.close-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.top-r {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-rbox {}

.top-r-t {
	font-size: 0;
	text-align: right;
	transition: all 0.3s;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.top-r-lj {
	display: flex;
	line-height: 14px;
	margin-right: 15px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	align-items: center;
}

.top-r-lj a {
	display: flex;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	padding-left: 15px;
	white-space: nowrap;
	align-items: center;
}

.lang {
	margin-left: 15px;
	border-left: 1px solid #fff;
}

.top-r-lj a img {
	margin-left: 5px;
}

.top-r-lj a:nth-child(5) {
	padding-left: 20px;
}

.top-r-lj a:hover {
	color: #fff;
}

.search-con {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.top button {
	background: none;
	cursor: pointer;
}

.top button img {
	width: 14px;
	display: block;
}

.search {
	width: 500px;
	height: 50px;
	background: #fff;
	margin-top: 20px;
	position: absolute;
	right: 0;
	top: 24px;
	z-index: 1;
	display: none;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 500px;
	padding-left: 15px;
	padding-right: 100px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 80px;
	height: 50px;
	background: #b1272d url(../images/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

.search input::-webkit-input-placeholder {
	color: #999;
}

.search input::-moz-input-placeholder {
	color: #999;
}

.search input::-ms-input-placeholder {
	color: #999;
}


/* 定位搜索框 */

.yc-search {
	line-height: 40px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	transition: all 0.5s;
}

.yc-search-bg {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
}

.search {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;
}


/*导航*/

.nav {
	line-height: 30px;
	margin-top: 5px;
}

.nav>ul {
	font-size: 0;
	height: 100%;
	text-align: right;
	display: flex;
}

.nav>ul>li {
	text-align: center;
	position: relative;
	margin-left: 25px;
	display: flex;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	vertical-align: middle;
}


.nav>ul>li.on>div {}

.nav>ul>li>a::after {
	content: "";
	/* position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all 0.3s; */
}

.nav>ul>li.on>a::after {
	width: 100%;
}

.nav>ul>li.active>a {
	color: #fff;
}

.nav>ul>li:hover>a {
	color: #b1272d;
}

.nav>ul>li:hover>a:after {
	width: 100%;
}

.nav>ul>li>div {
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) scale(0);
	transform-origin: top center;
	z-index: 9999;
	opacity: 0;
	width: 160px;
	border-top: solid 1px #b1272d;
	max-height: 630px;
	overflow-y: auto;
}



.nav>ul>li>div::-webkit-scrollbar {
	width: 3px;
	height: 9px;
}

.nav>ul>li>div::-webkit-scrollbar-track {
	width: 3px;
	background: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.nav>ul>li>div::-webkit-scrollbar-thumb {
	background-color: #bf917f;
	background-clip: padding-box;
	min-height: 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.nav>ul>li>div::-webkit-scrollbar-thumb:hover {
	background-color: #bf917f
}





.nav>ul>li:hover>div {
	transform: translateX(-50%) scale(1);
	transition: all 0.3s;
	opacity: 1;
	padding-top: 3px;
}


.nav>ul>li>div>ul {
	overflow: hidden;
	padding: 3px;
	overflow: hidden;
	line-height: normal;
	box-shadow: 0 5px 5px rgb(0, 0, 0, .1);
	background: rgba(0, 0, 0, .4);
}

.nav>ul>li>div>ul li {
	position: relative;
	z-index: 9;
	text-align: center;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 14px;
	line-height: 31px;
	transition: .3s;
	color: #fff;
}

.nav>ul>li>div>ul>li a:hover {
	color: #b1272d;
}


/*隐藏导航*/

.top-yc {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	z-index: 998;
	display: none;
	background: url(/images/top-yc-bj.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

.top-nav {
	position: absolute;
	top: 180px;
	right: 60px;
	bottom: 0;
	z-index: 1;
	width: 100%;
	overflow-y: auto;
	max-width: 1170px;
	animation-delay: .5s;
}

.top-nav .foot-bq {
	padding: 10px 0;
}

.top-nav-icons {
	padding: 9px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 14.5%;
}

.top-nav-icons .icons-box li {
	width: 12.5%;
}

.top-nav-icons .icons-box li:nth-child(1) {
	border-left: none;
}

.top-nav-icons .icons-box li:last-child {
	border-right: none;
}

.top-nav-icons .icons-box li a {
	height: 46px;
}
.top-nav-icons .icons-box li p{
        color:#fff;
        text-align:center;
}

.top-nav-icons .icons-box li a div {
	height: 92px;
}

.top-nav-icons .icons-box li:hover .icon-alt-box {
	margin-top: 40px;
}

/*底部*/
.footer {
	background: url(/images/foot-bj.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

.foot-c {
	position: relative;
	padding-top: 1px;
	padding-bottom: 15px;
}

.foot-icon .icons-box li {
	border-color: #ddc4ba;
}

.foot-icon .icons-box li:nth-child(1) {
	border-color: #ddc4ba;
}

.foot-icon {
	background: #c0917f;
	padding: 20px 0;
}

.foot-icon .icons-box li a {
	height: 50px;
}

.foot-icon .icons-box li a div {
	height: 100px;
}

.foot-icon .icon-group>div:nth-child(1) .icons-box li:nth-child(1) {
	border-left: none;
}

.foot-icon .icon-group>div:nth-child(2) .icons-box li:last-child {
	border-right: none;
}

.foot-icon .icons-box li:hover .icon-alt-box {
	margin-top: 40px;
}

.foot-icon .icons-box li p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.foot-logo {
	margin-top: 85px;
}

.foot-logo a {
	display: flex;
	align-items: center;
	height: 80px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.foot-logo a img {
	max-width: 100%;
}

.fast-nav h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 65px;
	letter-spacing: 4px;
	color: #ffffff;
}

.foot-nav-box {
	display: flex;
	padding: 10px 0;
	border-top: 1px solid #fff;
	align-items: flex-start;
}

.foot-nav-box b {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 2px;
	color: #ffffff;
}

.foot-nav-box ul {
	flex: 1;
	display: flex;
}

.foot-nav-box ul li {
	margin-left: 35px;
	min-width: 115px;
}


.foot-nav-box ul li a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #ffffff;
	transition: all 0.5s;
}

.foot-nav-box ul li a:hover {
	color: #b1272d;
	text-decoration: underline;
}

.foot-bq {
	border-top: 1px solid #fff;
	padding: 25px 0;
}

.foot-bq p {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
}

.foot-bq a {
	color: #ffffff;
}

.footer2 {
	background: #3e3a39;
	padding-top: 1px;
	position: relative;
	z-index: 99;
	padding-bottom: 90px;
}

.foot2-icon-group {
	margin-top: 80px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

.foot2-icon-group .icons-box li:nth-child(1) {
	color: #fff;
}

.foot2-icon-group .icons-box li {
	width: 12.5%;
	border-color: #fff;
}


.foot2-icon-group .icons-box li a {
	height: 46px;
}
.foot2-icon-group .icons-box li p{
       text-align:center;
       color:#fff;
}

.foot2-icon-group .icons-box li a div {
	height: 92px;
}

.foot2-bq {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	color: #c9caca;
}

.foot2-bq a {
	color: #c9caca;
}


/*底部   end*/

.pub-group {
	background: #c0917f;
	padding: 0 40px 0 20px;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -67px;
}

.pub-group.pub-group-bj2 {
	background: #bf917f;
}

.pub-group.pub-group-bj2 .pub-gr ul li a {
	color: #fff;
}

.pub-glogo a {
	display: flex;
}

.pub-gr {
	display: flex;
	align-items: center;
	height: 135px;
}

.pub-gr ul {
	display: flex;
}

.pub-gr ul li a {
	display: block;
	font-size: 14px;
	line-height: 23px;
	margin-left: 10px;
	color: #fff;
}

.pub-gr ul li a:hover {
	text-decoration: underline;
}

.pub-gr div {
	margin-left: 15px;
}

.pub-gr div a {
	display: flex;
}

.title {
	position: relative;
}

.title-logo div {
	width: auto;
	overflow: hidden;
	transition: all 1.5s;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	opacity: 0;
}

.title-logo div img {
	display: block;
	margin: 0 auto;
	opacity: 0;
}

.title-line {
	width: 0;
	border-top: 1px solid #bf917f;
	margin: 0 auto;
	transition: all 1.5s;
}

.title-line div {
	margin: 8px auto 0 auto;
	height: 1px;
	background: #bf917f;
	width: 60%;
	max-width: 490px;
	transition: all 1s;
}

.title.showdiv .title-line {
	width: 100%;
}

.title.showdiv .title-logo div {
	width: 111px;
	opacity: 1;
}

.title-name {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #bf917f;
	text-align: center;
	padding: 5px 0 15px 0;
}

.title-name a {
	/* display: block; */
	color: #bf917f;
	font-size: 22px;
	line-height: 30px;
}

.title-name a h3 {
	font-size: 22px;
	font-family: HarmonyOS_Sans_SC_Regularm;
	letter-spacing: 2px;
}

.title-name a p {
	font-family: HarmonyOS_Sans_SC_Medium;
	display: none;
}


.title-red .title-name a {
	color: #b1272d;
}

.title-red .title-line {
	border-color: #b1272d;
}

.title-red .title-line div {
	background: #b1272d;
}

.ny-tit {
	margin-top: -55px;
	position: relative;
	z-index: 9;
}

.ny-tit>div {
	background: #c0917f;
}

.ny-tit>div a {
	display: block;
}

.ny-tit-box {
	text-align: center;
	padding: 30px 10px;
}

.ny-tit-box h4 {
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	font-family: HarmonyOS_Sans_SC_Medium;
	display: none;
}

.ny-tit-box h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	color: #f9f9f9;
	letter-spacing: 2px;
}

.more {
	margin-top: 15px;
}


.ny-tit.type1>div {
	background: #be907f;
}

.ny-tit.type1 h4 {
	color: #fff;
}

.ny-tit.type1 h3 {
	color: #f9f9f9;
}


.ny-tit.type2>div {
	background: #595758;
}

.ny-tit.type2 h4 {
	color: #fff;
}

.ny-tit.type2 h3 {
	color: #f9f9f9;
}


.ny-tit.type3>div {
	background: #c0917f;
}

.ny-tit.type3 h4 {
	color: #fff;
}

.ny-tit.type3 h3 {
	color: #f9f9f9;
}

.ny-tit.type4>div {
	background: #595758;
}

.ny-tit.type4 h4 {
	color: #fff;
}

.ny-tit.type4 h3 {
	color: #f9f9f9;
}


.ny-tit.type5>div {
	background: #b1272d;
}

.ny-tit.type5 h4 {
	color: #fff;
}

.ny-tit.type5 h3 {
	color: #f9f9f9;
}




.lrld-tit {
	border-bottom: 1px solid #c0917f;
}

.lrld-tit h3 {
	font-size: 16px;
	color: #c0917f;
	line-height: 30px;
	padding-bottom: 10px;
}

.lrld-tit h3 span {
	font-size: 16px;
	font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 18px;
	color: #c0917f;
	padding-left: 10px;
}

.more a div {
	width: 47px;
	height: 1px;
	background: #c0927f;
	transition: all 0.5s;
}

.more a p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #c0927f;
	margin-left: 5px;
	transition: all 0.5s;
}

.more a:hover div {
	width: 60px;
	background: #c9caca;
}

.more a:hover p {
	color: #c9caca;
}


.more2 {
	display: flex;
}

.more2 a {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 27px;
	color: #bf917f;
	border-bottom: 1px solid #bf917f;
	padding-bottom: 5px;
	letter-spacing: -1px;
}

.more2 a img {
	margin-left: 15px;
}

@keyframes scalc_text {
	0% {
		transform: scale(1);
	}

	45% {
		transform: scale(1.1);
	}

	50% {
		transform: scale(1.1);
	}

	95% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}

.flex-center {
	display: flex;
	justify-content: center;

}

.align-center {
	display: flex;
	align-items: center;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-colrev {
	display: flex;
	flex-direction: column-reverse;
}


.flex-sb {
	display: flex;
	justify-content: space-between;
}

.arrow-btn {
	position: relative;
	height: 57px;
	width: 57px;
	border-radius: 50%;
	transition: all 2s;
	border: 1px solid #bf917f;
}

.arrow-btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #c0927f;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
}

.arrow-btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #c0927f;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
}

.arrow-btn:hover {
	/* background: #bf917f; */
	box-shadow: 0 0 20px rgba(192, 146, 127, .1);
}

.arrow-btn:hover::before {
	animation: circle 3s linear infinite;
}

.arrow-btn:hover::after {
	animation: circle 3s 1.5s linear infinite;
}

@keyframes circle {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		opacity: 0.6;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.arrow-btn img {
	position: relative;
	z-index: 9;
}

.arrow-prev {
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.arrow-prev img {
	display: block;
}

.arrow-next {
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.arrow-next img {
	display: block;
}

.icon-group {
	position: relative;
	z-index: 9;
}

.icons-box {
	position: relative;
	z-index: 9;
}

.icons-box li {
	position: relative;
	overflow: hidden;
	border-right: 1px solid #fff;
	padding: 0 8px;
	cursor: pointer;
	width: 87px;
}

.icons-box li a {
	display: block;
	height: 20px;
	overflow: hidden;
}

.icons-box li:nth-child(1) {
	border-left: 1px solid #fff;
}

.icon-img-box {
	height: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	transition: all 0.5s;
}

.icons-box li:hover {
	overflow: visible;
}

.icons-box li:hover a .icon-img-box {
	transform: translateY(-50%);
}

.icons-box li:hover .icon-alt-box {
	margin-top: 20px;
	opacity: 1;
	z-index: 9;
}


.icon-alt-box {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	padding: 5px;
	background: #fff;
	margin-top: 100px;
	opacity: 0;
	z-index: -9;
	transition: all 0.5s;
}

.icon-alt-box::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 0 9px 8px 9px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.icon-alt-box img {
	display: block;
	width: 130px;
}

.icons-box-rev .icon-alt-box {
	bottom: 100%;
	margin-bottom: 100px;
	margin-top: auto;
	top: auto;
}

.icons-box-rev .icon-alt-box::before {
	border-width: 8px 9px 0 9px;
	bottom: auto;
	top: 100%;
	border-color: #fff transparent transparent transparent;
}

.icons-box-rev li:hover .icon-alt-box {
	margin-bottom: 20px;
}



@media screen and (max-width:1700px) {}

@media screen and (max-width:1600px) {
	.logo img {
		max-height: 65px;
	}

	.logo a {
		/* line-height: 110px; */
	}

	.top-r {
		/* margin-left: 350px; */
	}
}

@media screen and (max-width:1500px) {
.nav>ul>li{
  margin-left:20px;
}
}

@media screen and (max-width:1460px) {
	.top>div {
		padding: 0 15px 0 15px;
	}

	.nav>ul>li>a {
		font-size: 16px;
	}

	.g-navk {
		/* height: 70px; */
		/* width: 75px; */
		margin-left: 25px;
	}

	.px1440 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.px1400 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.top {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media screen and (max-width:1300px) {
	.logo img {
		max-height: 60px;
	}

	.top-r {
		/* margin-left: 380px; */
	}

	.nav>ul>li>a {
		font-size: 14px;
    letter-spacing: 0;
	}

	.top-nav {
		left: 60px;
		width: auto;
	}

}

@media screen and (max-width:1200px) {
	.logo img {
		max-height: 45px;
	}

	.top-r {
		/* margin-left: 240px; */
	}

	.px1200 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.nav>ul>li{
		margin-left: 10px;
	}
	.ny-tit-box h4 {
		font-size: 22px;
	}

	.ny-tit-box h3 {
		font-size: 20px;
	}
 
}

@media screen and (max-width:1024px) {
	.wap {
		display: block !important;
	}
	#downPage {
		display: none;
	}

	body {
		padding-top: 0px !important;
	}

	.pc {
		display: none !important;
	}

	.m-top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 10px;
		top: 0;
		/* width: 25px; */
		height: 60px;
		z-index: 9999;
		display: flex;
		align-items: center;
	}

	

	.wap-menu {
		width: 35px;
		position: relative;
		height: 25px;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}

	.wap-menu img {
		height: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 50%;
		top: 0;
		transform: translateX(50%);
	}

	.g-nav {
		height: 25px;
		width: 40px;
	}

	.g-nav img {
		width: auto;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;

		background-size: 100% 100%;
		z-index: 999;
	}

	.m-logo {
		font-size: 0;
		position: relative;
		z-index: 9999;
		padding: 10px 10px;
		background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .2) 80%, transparent);
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.m-tlink a {
		font-size: 12px;
		min-width: 25%;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		/*background: #fff;*/
		line-height: 24px;
		border-radius: 5px;
	}

	.m-tlink a img {
		vertical-align: -2px;
		padding-right: 5px;
		height: 14px;
	}

	.m-tlink a img:last-child {
		height: 7px;
		vertical-align: middle;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		margin-bottom: 15px;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
		font-size: 12px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #014896;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		overflow-y: scroll;
		width: 100%;
		padding-top: 60px;
		display: none;
		background: url(/images/top-yc-bj.jpg) no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.m-nav .top-r {
		color: #fff;
		padding-left: 15px;
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 16px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
		font-size: 14px;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(/images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

	.top-nav {
		top: 100px;
		left: 15px;
		right: 15px;
	}

	.top-nav-icons .icons-box li a {
		height: 35px;
	}

	.top-nav-icons .icons-box li a div {
		height: 70px;
	}

	.top-nav-icons {
		margin-bottom: 25px;
	}

	.fast-nav h2 {
		font-size: 22px;
		line-height: 40px;
	}

	.foot-nav-box b {
		display: block;
		font-size: 18px;
		margin-bottom: 5px;
	}

	.foot-nav-box {
		display: block;
	}

	.foot-nav-box ul {}

	.foot-nav-box ul li {
		margin-left: 0;
		width: 33.33%;
		min-width: 0;
	}

	.arrow-btn {
		width: 35px;
		height: 35px;
	}

	.arrow-btn img {
		height: 80%;
		margin: 10% auto;
	}

	.ny-tit-box {
		padding: 15px 10px;
	}

	.ny-tit-box h4 {
		font-size: 20px;

	}





	/*?底部?*/
	.footer2 {
		padding-bottom: 30px;
	}

	.pub-gr {
		height: 110px;
	}

	.foot2-icon-group {
		margin-top: 60px;
	}

	.pub-group {
		margin-top: -55px;
	}

	.foot2-bq {
		font-size: 14px;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 15px;
	}

	.foot2-bq {
		text-align: center;
	}
	.more2 a{
		font-size: 18px;
	}
}

@media screen and (max-width:768px) {
	.icons-box {
		/* flex-wrap: wrap; */
	}

	.top-nav-icons .icons-box {
		justify-content: flex-start;
	}

	.top-nav-icons .icons-box li {
		/* width: 14.285%;*/
		padding: 0;
	}

	.top-nav-icons .icons-box li a div img {
		max-height: 20px;
		max-width: 20px;
	}

	.top-nav-icons .icons-box li a {
		height: 30px;
	}

	.top-nav-icons .icons-box li a div {
		height: 60px;
	}

	.foot-icon .icon-group>div:nth-child(1) .icons-box li {
		width: 20%;
		padding: 0;
	}

	.foot-icon .icon-group>div:nth-child(2) .icons-box li {
		width: 33%;
		padding: 0;
	}

	.foot-icon .icon-group>div:nth-child(2) .icons-box li:nth-child(1) {
		border-left: none;
	}

	.foot-icon {
		padding: 10px 0;
	}

	.icons-box li a div img {
		max-height: 20px;
		max-width: 20px;
	}

	.foot-icon .icons-box li a {
		height: 30px;
	}

	.foot-icon .icons-box li a div {
		height: 60px;
	}
	.foot-icon .icons-box li p{
		font-size: 12px;
	}

	.foot-icon .icon-group>div:nth-child(1) {
		width: 62.5%;
	}

	.foot-icon .icon-group>div:nth-child(2) {
		width:37.5%;
	}

	.foot-logo {
		margin-top: 35px;
	}

	.icon-alt-box img {
		width: 65px;
	}

	.foot-icon .icons-box li:hover .icon-alt-box {
		margin-top: 20px;
	}

	.top-nav-icons .icons-box li:hover .icon-alt-box {
		margin-top: 20px;
	}



	.foot2-icon-group .icons-box li {
		width: 14.285%;
		padding: 0;
	}

	.foot2-icon-group .icons-box li a {
		height: 30px;
	}

	.foot2-icon-group .icons-box li a div {
		height: 60px;
	}

	.ny-tit {
		padding-top: 10px;
		margin-top: 0;
	}
	.more2 a{
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	.pub-glogo a img {
		height: 41px;
	}

	.pub-gr div a img {
		height: 37px;
	}

	.pub-gr ul li a {
		font-size: 12px;
	}

	.icon-img-box img {
		max-height: 20px;
		max-width: 20px;
	}

	.icons-box li {
		padding: 0 0;
	}

	.pub-group {
		padding: 10px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;

	}

	.pub-glogo {
		width: 100%;
	}

	.pub-glogo a {
		justify-content: center;
	}

	.pub-gr {
		height: auto;
		margin-top: 15px;
	}

	.foot2-icon-group {
		margin-top: 40px;
	}



}

@media screen and (max-width:480px) {
	.foot-nav-box ul li a {
		font-size: 12px;
	}

	.foot-bq p, .foot2-bq {
		font-size: 12px;
		line-height: 24px;
	}

}

@media screen and (max-width:375px) {
	.foot2-bq {
		font-size: 12px;
		line-height: 24px;
	}

}

@media screen and (max-width:320px) {}