@charset "UTF-8";

@keyframes publicSearch {
	100% {
		transform: translate(-50%, -50%);
		opacity: 1;
	}
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flex_column_center {
	align-items: center;
	-webkit-align-items: center;
}

/* 页面顶部 */
.public-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	transition: all .5s;
	z-index: 50;
}

.public-header .wide {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.public-header .header-logo a {
	height: 65px;
}

.public-header .header-logo img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.personal-header {
	position: static !important;
	background: #fff !important;
}

.public-nav .public-nav-ul .public-nav-li {
	display: inline-block;
	margin-right: 70px;
	line-height: 90px;
}

.public-nav .public-nav-ul .public-nav-li:last-child {
	margin-right: 0;
}

.public-nav .public-nav-ul .public-nav-li.on a {
	color: #ffc14a;
}

.public-nav .public-nav-ul a {
	color: #2e2e2e;
}

.public-nav .public-nav-ul a:hover {
	color: #ffc14a;
}

.black-nav {
	background: #000;
}

.black-nav .public-nav-ul a {
	color: #ddd;
}

.black-nav .login-register a {
	color: #ddd;
}

.black-nav .login-register {
	color: #ddd;
}

.public-nav .public-nav-ul .public-nav-li:hover .header-sub-nav {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.header-sub-nav {
	position: absolute;
	left: 40px;
	transform: translate(0, 10px);
	padding: 20px 40px;
	line-height: normal;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #e1e1e1;
	z-index: 6;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
}

.header-sub-nav dl {
	margin-right: 30px;
	width: 100px;
}

.header-sub-nav dl:last-child {
	margin-right: 0;
}

.header-sub-nav dl dt {
	font-size: 18px;
	font-weight: bold;
}

.header-sub-nav dl .line {
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
	height: 1px;
	background: #ddd;
}

.header-sub-nav dl a {
	line-height: 24px;
}

.public-nav .public-nav-ul .public-nav-li .header-sub-nav a {
	color: #888;
}

.public-nav .public-nav-ul .public-nav-li .header-sub-nav a:hover {
	color: #ffc14a;
}


.login-register {
	color: #2e2e2e;
	line-height: 18px;
}

.login-register .icondenglu {
	margin-right: 6px;
	font-size: 18px;
	vertical-align: middle;
}

.login-register a {
	color: #2e2e2e;
}

.login-register a:hover {
	color: #ffc14a;
}

.user {
	position: relative;
	cursor: pointer;
}

.user .user-img {
	margin-right: 14px;
}

.user .user-img a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.user .user-img a img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	height: 100%;
}

.user .user-list {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	width: 120px;
	display: none;
}

.user .user-list li {
	text-align: center;
}

.user .user-list li a {
	line-height: 30px;
	color: #777777;
}

.user .user-list li a:hover {
	color: #ffc14a;
}

/* 页面顶部 end */
/* banner */
.public-banner {
	position: relative;
	overflow: hidden;
}

.public-banner .public-search {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 16px;
	width: 760px;
	height: 125px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	z-index: 9;
}

.public-banner .public-search form {
	height: 58px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	overflow: hidden;
}

.public-banner .public-search form ::-webkit-input-placeholder {
	font-size: 14px;
	color: #ffffff;
}

.public-banner .public-search form input[type="text"] {
	float: left;
	padding-left: 16px;
	width: 672px;
	height: 100%;
	background: none;
	font-size: 14px;
	color: #fff;
}

.public-banner .public-search form input[type="text"]:-internal-autofill-previewed,
.public-banner .public-search form input[type="text"]:-internal-autofill-selected {
	-webkit-text-fill-color: #FFFFFF !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

.public-banner .public-search form input[type="text"]::-ms-clear,
.public-banner .public-search form input[type="text"]::-ms-reveal {
	display: none;
}

.public-banner .public-search form button[type="submit"] {
	float: right;
	border: none;
	background: url(../images/icon/search.png) no-repeat center;
	height: 100%;
	width: 55px;
	cursor: pointer;
}

.public-banner .public-search .hot-search {
	margin-top: 16px;
	padding-left: 16px;
	color: #fff;
}

.public-banner .public-search .hot-search a {
	margin-right: 14px;
	color: #fff;
}

.public-banner .public-search .hot-search a:hover {
	color: #ffc14a;
}

.public-banner .public-search .hot-search a:last-child {
	margin-right: 0;
}

.public-banner .swiper-container {
	height: 100%;
}

.public-banner .swiper-container .swiper-slide {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.public-banner .swiper-container .swiper-slide a {
	height: 100%;
	position: absolute;
	width: 1920px;
	top: 0;
	left: 50%;
	transform: -webkit-translateX(-50%);
	transform: -moz-translateX(-50%);
	transform: -ms-translateX(-50%);
	transform: translateX(-50%);
}

.public-banner img {
	/* position: absolute; */
	height: 100%;
	min-width: 100%;
	max-width: none;
	width: auto;
	z-index: -1;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
}

/* banner end */
/* 页面底部 */
.public-footer {
	background: #111;
}

.footer-top {
	padding: 100px 0;
}

.footer-list {
	margin-right: 124px;
}

.footer-list:last-child {
	margin-right: 0;
}

.footer-list .footer-h3 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
}

.footer-list a {
	display: block;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	transition: all .5s;
}

.footer-list a:hover {
	color: #ffc14a;
}

.footer-list p {
	line-height: 36px;
	font-size: 16px;
	color: #666;
}

.footer-list p .color1 {
	font: italic bold 18px Arial;
	color: #f2bb51;
}

.footer-list .weixin-box {
	margin-right: 22px;
	text-align: center;
}

.footer-list .weixin-box:last-child {
	margin-right: 0;
}

.footer-list .weixin-box .weixin-img {
	position: relative;
	width: 110px;
	height: 110px;
	overflow: hidden;
}

.footer-list .weixin-box p {
	margin-top: 14px;
	font-size: 14px;
	line-height: normal;
}

.footer-bottom {
	height: 60px;
	line-height: 60px;
	background: #000;
	color: #666666;
}

.footer-bottom a {
	color: #666666;
}

.footer-bottom .copyright a {
	margin-left: 32px;
}

.footer-share {
	margin-top: 35px;
	overflow: hidden;
}

.footer-share .bdsharebuttonbox {
	float: left;
}

.footer-share .bdshare-button-style0-16 a {
	margin: 0;
	margin-left: 8px;
	padding: 0;
	width: 39px;
	height: 39px;
	border-radius: 50%;
}

.footer-share .bdshare-button-style0-16 .bds_weixin {
	background: url(../images/icon/weixin.png) no-repeat center;
}

.footer-share .bdshare-button-style0-16 .bds_tsina {
	background: url(../images/icon/weibo.png) no-repeat center;
}

.footer-share a {
	margin-left: 8px;
	width: 39px;
	height: 39px;
	border-radius: 50%;
}

.footer-share a:hover {
	opacity: .8;
}

.footer-share .share-xhs {
	background: url(../images/icon/xhs.png);
}

.footer-share .share-dy {
	background: url(../images/icon/dy.png);
}

.footer-share .share-tt {
	background: url(../images/icon/tt.png);
}

.bd_weixin_popup {
	height: 300px !important;
}

.bd_weixin_popup .bd_weixin_popup_foot {
	line-height: normal !important;
}

/* 页面底部 end */
/* 二维码弹窗 */
.ewm-pop {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	display: none;
	z-index: 90;
}

.ewm-pop .pop-title {
	margin-bottom: 5px;
}

.ewm-pop .ewm {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

/* 二维码弹窗 end */
/* 一键回顶 */
.fixed-aside {
	position: fixed;
	top: 50%;
	right: 20px;
	background: #fff;
	z-index: 11;
}

.fixed-aside .aside-box {
	margin-bottom: -1px;
}

.fixed-aside .aside-box a {
	display: block;
	position: relative;
	width: 45px;
	height: 45px;
	border: 1px solid #e5e5e5;
	text-align: center;
}

.fixed-aside .aside-box i {
	background: url(../images/icon/header-sprites9.png) no-repeat 0 0;
}

.fixed-aside .aside-box .icon-top {
	width: 21px;
	height: 12px;
	background-position: -60px -165px;
	margin-top: 16px;
}

.fixed-aside .aside-box .icon_feedback {
	width: 18px;
	height: 18px;
	background-position: -90px -165px;
	margin-top: 13px;
}

.fixed-aside .aside-box .icon_code {
	width: 19px;
	height: 19px;
	background-position: -120px -165px;
	margin-top: 13px;
}

.fixed-aside .aside-box em {
	width: 45px;
	background-color: #aaa;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-style: normal;
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 2;
	display: none;
	padding: 5px 4px 0 4px;
	height: 45px;
	border: 1px solid #aaa;
}

.fixed-aside .go-top:hover em,
.fixed-aside .idea:hover em {
	display: block;
}

.fixed-aside .code:hover a {
	background-color: #ffc14a;
	border-color: #ffc14a;
}

.fixed-aside .code:hover .icon_code {
	background-position: -150px -165px;
}

.fixed-aside .code:hover .code-img {
	display: block;
}

.fixed-aside .code-img {
	position: absolute;
	bottom: 0;
	right: 60px;
	width: 220px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	display: none;
	z-index: 8;
}

.fixed-aside .code-img .code-box {
	float: left;
	width: 110px;
	text-align: center;
}

.fixed-aside .code-img .code-img-box {
	height: 110px;
}

.fixed-aside .code-img img {
	max-height: 100%;
}

.pop-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	z-index: 1000;
}

.idea-pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	z-index: 1000;
}

.idea-pop .idea-pop-con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 30px 30px;
	width: 600px;
	background: #fff;
	border-radius: 5px;
}

.idea-pop .idea-pop-con p {
	margin-bottom: 16px;
	font-size: 18px;
}

.idea-pop .idea-pop-con textarea {
	padding: 10px;
	width: 100%;
	height: 120px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.idea-pop .idea-pop-con button {
	margin-top: 14px;
	width: 80px;
	height: 30px;
	color: #fff;
	background: #ffc14a;
	border: none;
	transition: all .5s;
	cursor: pointer;
}

.idea-pop .idea-pop-con button:hover {
	box-shadow: 0 0 2px 2px #ccc;
}

.idea-pop .idea-pop-con .idea-pop-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	background: #e4e4e4;
}

.login-pop .login-pop-con {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 20px;
	width: 680px;
	height: 400px;
	background-color: #ffffff;
}

.login-pop .login-pop-con .iconfont {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #f6f6f6;
	border-radius: 50%;
	cursor: pointer;
}

.login-pop .login-pop-con h3 {
	font-size: 20px;
	color: #424242;
}

.login-pop .login-pop-con .login-pop-text {
	padding-top: 110px;
	text-align: center;
}

.login-pop .login-pop-con .login-pop-text p {
	width: 100%;
	font-size: 16px;
	color: #666;
}

.login-pop .login-pop-con .login-pop-text a {
	margin-top: 46px;
	width: 120px;
	height: 46px;
	line-height: 46px;
	background-color: #f2ad29;
	border-radius: 3px;
	text-align: center;
	transition: all .4s;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
}

.login-pop .login-pop-con .login-pop-text a:hover {
	box-shadow: 0 0 5px 4px #ddd;
}

/* 一键回顶 end */
/* 分享容器 */
.share-boxes {
	position: fixed;
	padding: 10px 30px;
	box-shadow: 0 0 20px #ddd;
	background: #fff;
	overflow: hidden;
	border-radius: 45px;
	z-index: 999999;
	display: none;
	transition: all .3s;
}

.share-boxes .bdsharebuttonbox {
	float: left;
}

.share-boxes .bdshare-button-style0-16 a {
	margin: 0;
	margin-left: 8px;
	padding: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.share-boxes .bdshare-button-style0-16 a:first-chile {
	margin-left: 0;
}

.share-boxes .bdshare-button-style0-16 .bds_sqq {
	background: url(../images/icon/qq.png);
}

.share-boxes .bdshare-button-style0-16 .bds_weixin {
	background: url(../images/icon/shareicons.png);
	background-position: 0;
}

.share-boxes .bdshare-button-style0-16 .bds_tsina {
	background: url(../images/icon/shareicons.png);
	background-position: -40px;
}

.share-boxes a {
	margin-left: 8px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.share-boxes a:hover {
	opacity: .8;
}

.share-boxes .share-xhs {
	background: url(../images/icon/shareicons.png);
	background-position: -80px;
}

.share-boxes .share-dy {
	background: url(../images/icon/shareicons.png);
	background-position: -120px;
}

.share-boxes .share-tt {
	background: url(../images/icon/shareicons.png);
	background-position: -160px;
}

/* 分享容器 end */


/* 登录弹窗 */
.login_pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	background-image: none;
	z-index: 100;
	display: none;
}

.login_pop .form {
	opacity: 1;
}

.login_pop .form {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
}

.login_pop .form_title {
	color: #333;
}

.login_pop .form input::placeholder {
	color: #999;
}

.login_pop .form input {
	color: #555;
	border-bottom: 1px solid #ddd;
}

.login_pop .form .control_form {
	color: #555;
}

.login_pop .form .control_form a {
	color: #555;
}

.login_pop .form label span {
	color: #666;
}

.login_pop .form .thirdparty_title i {
	background: #ddd;
}

.login_pop .form .thirdparty_title span {
	color: #555;
}

.login_pop .form .thirdparty_login a {
	color: #666;
	border-color: #666;
}

/* 登录弹窗 end */






/* 动画开始前的状态 */
.index-title,
.index1-right .index1-ul .index1-li a,
.index1-left,
.index-more,
.index2-video,
.index2-li,
.index3-img,
.index4-li,
.index4-img,
.index5-li,
.index7-ul-li,
.index6-li:first-child,
.index6-li:nth-child(2),
.index6-li:last-child,
.index8-con img,
.index8-con p,
.index8-con .index-register {
	opacity: 0;
}