@charset "utf-8";
img {
	max-width: 100%;
}

.index-wrapper {
	width: 88%;
	margin: 0 auto;
}
.wrapper-1200 {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}
.wrapper-1440 {
	max-width: 1520px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
}

.p100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.mkz-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00aa94;
	border: 1px solid #00aa94;
}
.mkz-btn:hover {
	background: #00aa94;
	color: #fff;
}

.icon-png {
	background: url(../../images/icon.png) no-repeat;
}

.inner-banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 620px;
	width: 100%;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 95px;
	z-index: 110;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5))
}
.header.white, .header.scroll {
	background-color: #fff;
	background-image: none;
	box-shadow: 0 0px 16px 2px rgb(0 0 0 / 8%);
}
.header .header-wrapper {
	width: 90%;
	height: 95px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.header .logo {
	width: 27%
}
.header .logo a {
	display: block;
	width: 258px;
	height: 43px;
	background-image: url(../../images/logo_index.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.header.white .logo a {
	background-image: url(../../images/logo.png);
}
.header .header-main {
	width: 70%;
    margin-left: auto;
	display: flex;
	align-items: center;
}
.header .nav {
	margin-left: auto;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex: 1;
	border-right: 1px solid #fff;
    padding-right: 3%;
    margin-right: 3%;
}
.header.white .nav {
	border-right-color: #999;
}
.header .nav a {
	width: 11.25%;
	color: #fff;
	display: inline-block;
	text-align: right;
	line-height: 1;
	margin-left: 2%;
}
.header.white .nav a {
	color: #999;
}
.header a.language {
	color: #fff;
}
.header.white a.language {
	color: #999;
}
.header .header-main a:hover, .header .nav a.cur {
	color: #00aa94;
}
.header .header-search-icon {
	width: 22px;
	height: 24px;
	display: inline-block;
	background-position: 0 0;
	cursor: pointer;
	margin: 0 2%;
}
.header.white .header-search-icon {
	background-position: -47px 0;
}
.header .header-search-icon:hover {
	background-position: -70px 0;
}
.header .alibaba {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: -33px -404px;
}
.header-search-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 95px;
	background-color: #fff;
	display: none;
}
.header-search-wrap .close {
	position: fixed;
	top: 15px;
	right: 15px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../../images/close.png) no-repeat;
	cursor: pointer;
}
.header-search-form {
	height: 100%;
}
.header-search {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	width: 20%;
	position: relative;
	transition: width .6s;
}
.header-search:after {
	position: absolute;
	content: " ";
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #00aa94;
	transition: width .6s;
}
.header-search.search-focus:after {
	width: 100%;
}
.header-search i {
	background-position: -24px 0;
	width: 22px;
	height: 24px;
	margin-left: 10px;
	cursor: pointer;
}
.header-search i:hover {
	background-position: -70px 0;
}
.header-search .search-btn {
	border: none;
	background: transparent;
}
.header-search .search-input {
	flex: 1;
	background-color: transparent;
	border: none;
	color: #666;
	font-size: 20px;
}


/* 二级栏目 */
.sub-category {
	border-bottom: 1px solid #ececec;
}
.sub-category li+li {
	margin-left: 8%;
}
.sub-category li a {
	display: inline-block;
	line-height: 74px;
	color: #999;
	font-size: 16px;
	padding: 0 3px;
	position: relative;
}
.sub-category li a.cur {
	color: #00aa94;
}
.sub-category li a.cur:after {
	width: 100%;
}
.sub-category li a:after {
	position: absolute;
	content: " ";
	bottom: 0px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #00aa94;
	transition: all 0.3s;
}
.sub-category li a:hover:after {
	width: 100%;
}

.column-title.center {
	text-align: center;
}
.column-title h2 {
	color: #000;
	opacity: 0.05;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.column-title h1 {
	color: #00aa94;
	font-size: 36px;
	line-height: 1;
	margin-top: -24px;
}
.column-title h5 {
	color: #999;
	font-size: 16px;
	line-height: 1;
	margin-top: 28px;
}

/* 栏目详情 */
.column-detail .title {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: black;
	margin-bottom: 12px;
}

.column-detail .content {
	font-size: 16px;
	line-height: 1.7;
}

.column-detail .info {
	color: #999;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.column-detail .content img{
	max-width: 100%;
}


.footer-wrapper {
	background-color: #f5f6f7;
	padding: 100px 0;
}
.footer .module1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f-search {
	width: 29.72%;
}
.f-search h1 {
	font-size: 36px;
	color: #000;
	margin-bottom: 50px;
}
.f-search .search-wrap {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.f-search .search-wrap i {
	background-position: -24px 0;
	width: 22px;
	height: 24px;
	margin-left: 10px;
	cursor: pointer;
}
.f-search .search-wrap i:hover {
	background-position: -70px 0;
}
.f-search .search-wrap .search-btn {
	border: none;
	background: transparent;
}
.f-search .search-wrap .search-input {
	flex: 1;
	background-color: transparent;
	border: none;
	color: #999;
}
.f-nav {
	width: 58.19%;
}
.f-nav li {
	flex: 1;
}
.f-nav li+li{
	margin-left: 5%;
}
.f-nav li h3 {
	margin-bottom: 30px;
}
.f-nav li h3 a{
	font-size: 16px;
	color: #333;
}
.f-nav li h3 a:hover{
	color: #000;
}
.f-nav li a.sub-cate{
	color: #999;
	display: block;
	line-height: 1.5;
	margin-bottom: 15px;
}
.f-nav li a.sub-cate:hover{
	color: #00aa94;
}
.footer .module2 {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.footer .link {
	width: 29.72%;
}
.footer .link h2{
	font-size: 30px;
	color: #000;
	margin-bottom: 30px;
}
.footer .link .link-list a {
	color: #999;
	margin-bottom: 15px;
	display: inline-block;
}
.footer .link .link-list a {
	margin-right: 30px;
	white-space: nowrap;
}
.footer .link .link-list a:hover {
	color: #00aa94;
}
.f-contact {
	width: 58.19%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.f-contact .contact {
	width: 460px;
}
.f-contact .contact h3 {
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}
.f-contact .contact .contact-con {
	line-height: 1.8;
	color: #999;
}
.footer .follow {
	display: flex;
	align-items: center;
	padding-top: 70px;
	color: #999;
}
.footer .follow .wechat-wrap {
	position: relative;
}
.footer .follow .wechat {
	display: inline-block;
	width: 31px;
	height: 25px;
	background-position: 0 -439px;
	margin-left: 10px;
	position: relative;
}
.footer .follow .qrcode-wrap {
	position: absolute;
	top: -150px;
	left: 50%;
	margin-left: -64px;
	opacity: 0;
	transition: 0.2s ease-in-out;
}
.footer .follow .qrcode-wrap.show {
	top: -140px;
	opacity: 1;
}
.footer .qrcode-wrap .qrcode {
	width: 120px;
	height: 120px;
	position: relative;
	box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);
}
.footer .qrcode-wrap .qrcode:after {
	position: absolute;
    display: inline-block;
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    box-shadow: -2px 2px 5px 0px rgb(0 0 0 / 8%);
}
.footer .qrcode-wrap.douyin-qrcode .qrcode:after {
	margin-left: 8px;
}
.footer .qrcode-wrap .qrcode img {
	width: 120px;
	height: 120px;
}
.footer .follow .wechat:hover {
	background-position: 0 -465px;
}
.footer .follow .weibo {
	width: 31px;
	height: 26px;
	background-position: -32px -438px;
	margin-left: 20px;
}
.footer .follow .weibo:hover {
	background-position: -32px -464px;
}
.footer .follow .douyin-wrap {
	position: relative;
}
.footer .follow .douyin {
	display: inline-block;
	width: 22px;
	height: 25px;
	background-position: -65px -439px;
	margin-left: 20px;
}
.footer .follow .douyin:hover {
	background-position: -65px -465px;
}
.copyright-wrapper {
	background-color: #505050;
}
.copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	color: #cccccc;
}
.copyright a {
	color: #ccc;
}
.copyright a:hover {
	color: #00aa94;
}



.pages{
  text-align: center;
  margin-top: 50px;
}

.pages a{
  padding: 4px 14px;
  margin: 0 4px;
  color: #666;
  background-color: #f5f6f7;
}

.pages span{
  padding: 4px 14px;
  background: #00aa94;
  color:#fff;
  margin: 0 4px;
}

.pages a:hover{
  background: #00aa94;
  color:#fff;
  margin: 0 4px;
}




@media screen and (max-width: 1280px){
	.f-search {
		display: none;
	}
	.f-nav {
		width: 100%;
	}
	.footer .link {
		display: none;
	}
	.f-contact {
		width: 100%;
	}
}


.wap {
	display: none !important;
}