* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Microsoft YaHei", "PingFang SC", sans-serif
}

@font-face {
	font-family: "Regular";
	src: url("fonts/Alibaba-PuHuiTi-Regular.ttf");
}

@font-face {
	font-family: "Bold";
	src: url("fonts/Alibaba-PuHuiTi-Bold.ttf");
}

html,
body {
	font-size: 14px;
	color: #333;
}

a {
	text-decoration: none;
	color: #333
}

i {
	font-style: normal;
}

.hide {
	display: none !important;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

/* == clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix2 {
	clear: both;
	content: '';
	*zoom: 1;
	display: block;
}

input:focus,
textarea:focus {
	outline: none;
}

ul,
li,
ol {
	list-style: none;
}

input[type=button] {
	cursor: pointer;
	-webkit-appearance: none;
}

input[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
}

input[type=file] {
	cursor: pointer;
	-webkit-appearance: none;
}

button {
	cursor: pointer;
	-webkit-appearance: none;
}

button {
	border: none;
	outline: none;
	background: none;
	cursor: pointer
}

input {
	border: none;
	outline: none;
	background: none;
}

.text-c {
	text-align: center;
}

.text-r {
	text-align: right;
}

em {
	font-style: normal;
	font-weight: normal;
}

html,
body {
	font-size: 14px;
}

body {
	overflow-x: hidden;
}

.color-f {
	color: #fff
}

.color-7f {
	color: #7f7f7f;
}

.color-8a {
	color: #8a8a8a;
}

.m-l-a {
	margin-left: auto;
}

.m-r-a {
	margin-right: auto;
}

.m-r-0 {
	margin-right: 0px;
}

.m-l-70 {
	margin-left: 70px;
}

.m-b-50 {
	margin-bottom: 50px;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-25 {
	margin-top: 25px;
}

.w-1400 {
	max-width: 1400px;
	margin: 0 auto;
}

.w-1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.rate-55 {
	width: 55%;
}

.rate-40 {
	width: 40%;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-between {
	justify-content: space-between;
}

.flex-center {
	align-items: center;
}

.flex-end {
	align-items: flex-end;
}

@keyframes lineMove {
	0% {
		bottom: 15px
	}

	15% {
		bottom: 24px
	}

	50% {
		bottom: 30px
	}

	85% {
		bottom: 35px
	}

	to {
		bottom: 40px
	}
}

@keyframes Scale1 {
	0% {
		transform: scaleX(1.05)
	}

	15% {
		transform: scaleX(1.1)
	}

	50% {
		transform: scaleX(1.15)
	}

	85% {
		transform: scaleX(1.05)
	}

	to {
		transform: scaleX(1)
	}
}

.color-orange {
	color: #fb9c00;
}

.main-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.main-header.fixed {
	background: #fff;
}

.header {
	padding: 0 95px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .4s;
	height: 75px;
}

.header.bg {
	background: #fff;
}

.header-logo img {
	display: block;
	height: 52px;
}

.header-nav {
	display: flex;
	align-items: center;
}

.header-nav .nav {
	display: flex;
}

.header-nav .nav li a {
	font-size: 18px;
	position: relative;
	line-height: 75px;
	overflow: hidden;
	display: block;
}

.header-nav .nav li {
	margin-right: 28px;
}

.header-nav .nav li a:after {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #0761c5;
	content: "";
	left: -100%;
	transition: all 300ms;
}

.header-search {
	width: 30px;
	height: 75px;
	background: url("../images/icon2.png") no-repeat center;
	margin-right: 30px;
	cursor: pointer;
}

.header-lan {
	position: relative;
	padding-right: 30px;
	height: 75px;
	line-height: 75px;
	cursor: pointer;
}

.header-lan::after {
	display: block;
	width: 20px;
	height: 100%;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url("../images/icon3.png") no-repeat center;
}

.header-lan .lan-down {
	position: absolute;
	background: #fafafa;
	left: 0;
	top: 75px;
	width: 110px;
	display: none;
}

.header-lan .lan-down a {
	display: block;
	line-height: 40px;
	margin: 0 15px;
}

.search-down {
	position: absolute;
	left: 0;
	top: 75px;
	width: 100%;
	background: #fafafa;
	padding: 60px 0px;
	display: none;
}

.search-down .search-box {
	border-bottom: 1px solid #dedede;
	padding: 15px 40px 15px 0px;
	position: relative;
}

.search-down .search-btn {
	display: block;
	height: 40px;
	width: 40px;
	border: none;
	outline: none;
	background: url("../images/icon4.png") no-repeat center;
	position: absolute;
	right: 0;
	top: 15px;
}

.search-down .search-input {
	width: 100%;
	height: 40px;
	font-size: 16px;
}

.search-down .search-input::placeholder {
	color: #cccccc;
}

.header-nav .nav li a:after {
	width: 100%;
	height: 2px;
	display: block;
	background: #333;
	position: absolute;
	left: 0%;
	content: "";
	bottom: 0px;
	left: -100%;
	transition: 300ms;
}

.header-nav .nav li:hover a:after {
	left: 0;
}

.header-nav .nav li a:after {
	width: 100%;
	height: 2px;
	display: block;
	background: #333;
	position: absolute;
	left: 0%;
	content: "";
	bottom: 0px;
	left: -100%;
	transition: 300ms;
}

.header-nav .nav li.active a:after {
	left: 0;
}

.index-banner {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.index-banner .pc-img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.index-banner .mobile-img {
	display: none;
}

.index-banner .mobile-img img {
	display: block;
	width: 100%;
}

.index-banner .small-img {
	position: absolute;
	left: 15%;
	top: 35%;
}

.index-banner .small-img img {
	display: block;
}

.scrollNav {
	position: absolute;
	animation: lineMove 1s ease infinite;
	width: 30px;
	height: 30px;
	left: 50%;
	display: block;
	margin-left: -15px;
	bottom: 30px;
	background: url("../images/icon1.png") no-repeat center;
	cursor: pointer;
}

.mNavBtn {
	display: block;
	width: 24px;
	height: 15px;
	right: 10px;
	top: 18px;
	position: absolute;
	cursor: pointer;
	z-index: 99999;
	display: none;
}

.mNavBtn span {
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mNavBtn span.line1 {
	top: 0;
}

.mNavBtn span.line2 {
	top: 6px;
}

.mNavBtn span.line3 {
	bottom: 0;
}

.mNavBtn.active .line1 {
	transform: rotate(45deg);
	top: 7px;
}

.mNavBtn.active .line2 {
	display: none;
}

.mNavBtn.active .line3 {
	transform: rotate(-45deg);
	bottom: 7px;
}

.mNavBtn.active span {
	width: 25px;
	color: #fff;
}

.body_hide {
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.black_bg {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-indx: 9999;
	display: none;
}

.black_bg.fix {
	display: block;
	z-index: 999
}

.index-sec1 {
	margin: 80px auto;
}

.index-title {
	font-weight: 600;
	text-align: center;
	font-size: 30px;
}

.index-title.inner-title {
	font-weight: normal;
}

.index-sec1 .sec1-article {
	overflow: hidden;
	background: url("../images/index1.png") no-repeat center 0px;
	padding: 50px 0 20px;
	text-align: center;
	max-width: 790px;
	margin: 25px auto;
}

.index-sec1 .sec1-article .t {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.index-sec1 .sec1-article .c {
	font-size: 16px;
	line-height: 2.25
}

.index-sec1 .sec1-ul {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.index-sec1 .sec1-ul li {
	text-align: center;
	transition: all 300ms;
}

.index-sec1 .sec1-ul li .t {
	font-size: 26px;
	font-family: Bold;
	font-weight: 600;
}

.index-sec1 .sec1-ul li .c {
	font-size: 24px;
	margin-top: 10px;
}

.index-more {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.index-more .more {
	font-size: 18px;
	position: relative;
}

.index-more .more span {
	position: relative;
	z-index: 11;
	line-height: 1;
}

.index-more .more:before {
	width: 16px;
	height: 16px;
	display: block;
	content: "";
	position: absolute;
	top: -0px;
	left: -5px;
	background: #fb9c00;
	border-radius: 100%;
	transition: all 300ms;
}

.index-sec1 .sec1-ul li:hover {
	color: #fb9c00;
}

.index-more .more:hover:before {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	top: -25px;
	left: -5px;
}

.index-sec2 {
	margin: 80px auto;
}

.index-sec2 .sec2-ul {
	display: flex;
	height: 500px;
	overflow: hidden;
	margin-top: 80px;
	overflow: hidden;
}

.index-sec2 .sec2-ul li {
	width: 30%;
	position: relative;
	transition: all 1s;
	height: 500px;
	overflow: hidden;
}

.index-sec2 .sec2-ul li a {
	display: block;
	position: relative;
	height: 500px;
	overflow: hidden;
}

.index-sec2 .sec2-ul li img {
	display: block;
	width: 480px;
}

/*.index-sec2 .sec2-ul li .li-txt{position:absolute;left:0;bottom:0;width:100%;transition:all 300ms;}*/
.index-sec2 .sec2-ul li .t {
	font-size: 24px;
	color: #fff;
	margin: 0 40px 50px 40px;
}

.index-sec2 .sec2-ul li .li-con {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	transition: all 1.5s;
}

.index-sec2 .sec2-ul li .li-con .t {
	margin-bottom: 20px;
}

.index-sec2 .sec2-ul li .c {
	font-size: 18px;
	color: #fff;
	margin: 0 40px;
	transition: all 300ms;
	opacity: 0
}

.index-sec2 .sec2-ul li:nth-child(1) {
	width: 40%;
}

.index-sec2 .sec2-ul li:nth-child(1) .li-con {
	bottom: 30px;
}

.index-sec2 .sec2-ul li:nth-child(1) .li-con .c {
	opacity: 1
}

.index-sec2 .sec2-ul:hover li:nth-child(1) {
	width: 30%;
}

.index-sec2 .sec2-ul:hover li:nth-child(1) .li-con {
	bottom: -20px;
}

.index-sec2 .sec2-ul:hover li:nth-child(1) .li-con .c {
	opacity: 0;
}

.index-sec2 .sec2-ul:hover li:nth-child(1):hover .li-con {
	bottom: 30px;
}

.index-sec2 .sec2-ul:hover li:nth-child(1):hover .li-con .c {
	opacity: 1
}

.index-sec2 .sec2-ul:hover li:hover {
	width: 40%;
}

.index-sec2 .sec2-ul li:hover .li-con {
	bottom: 30px;
}

.index-sec2 .sec2-ul li:hover .li-con .c {
	opacity: 1
}

/*.index-sec2 .sec2-ul li:hover .li-txt{bottom:-100%;}*/
.index-sec3 {
	margin: 80px auto;
}

.index-sec3 .sec3-video {
	position: relative;
	margin-top: 70px;
}

.index-sec3 .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	background: url("../images/play.png") no-repeat center;
}

.index-sec3 .play-btn.active {
	display: none;
}

.index-sec3 #video1 {
	width: 100%;
	object-fit: fill;
}

.index-sec4 {
	margin: 80px 60px;
	overflow: hidden;
}

.index-sec4 .sec4-box {
	overflow: hidden;
	position: relative;
	margin-top: 65px;
	padding-top: 40px;
}

.index-sec4 .li-img {
	position: relative;
	cursor: pointer;
	padding: 10px;
}

.index-sec4 .li-img img {
	display: block;
	width: 100%;
	border-radius: 20px;
	transition: all 300ms;
	top: 0;
	position: relative;
}

.index-sec4 .swiper-button-next:after,
.index-sec4 .swiper-button-prev:after {
	display: none;
}

.index-sec4 .swiper-button-next {
	width: 40px;
	height: 40px;
	background: url("../images/icon9.png") no-repeat center;
}

.index-sec4 .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: url("../images/icon8.png") no-repeat center;
}

.index-sec4 .li-img:hover img {
	top: -20px;
	box-shadow: 0 5px 15px rgba(158, 158, 162, 0.3);
}

.index-sec5 {
	margin: 80px auto;
}

.index-sec5 .index-title {
	margin-bottom: 70px;
}

.index-sec5 .sec5-box {
	height: 140px;
	padding: 0px 0 30px 0;
}

.index-sec5 .sec5-box img {
	box-shadow: 0 0 10px rgba(227, 227, 227, 0.3);
	display: block;
	transition: all 300ms;
	display: block;
	width: 100%;
}

.index-sec5 .sec5-box ul li {
	padding: 15px;
}

.index-sec5 .sec5-box ul {
	height: 140px;
}

.index-sec5 .sec5-box ul li:hover img {
	box-shadow: 0 0 10px rgba(161, 161, 161, 0.3);
}

.index-sec6 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.index-sec6 .sec6-img {
	width: 50%;
}

.index-sec6 .sec6-img img {
	display: block;
	width: 100%;
}

.index-sec6 .sec6-con {
	width: 50%;
}

.index-sec6 .sec6-con .con {
	margin-left: 20%;
	width: 310px;
}

.index-sec6 .sec6-con .t {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.index-sec6 .sec6-more {
	font-size: 18px;
	margin: 25px auto;
	border-radius: 28px;
	display: block;
	width: 170px;
	height: 56px;
	border: 2px solid #333333;
	line-height: 56px;
	text-indent: 30px;
	background: url("../images/icon5.png") no-repeat 130px center;
	transition: all 300ms;
}

.index-sec6 .sec6-more:hover {
	background: #fb9c00 url("../images/icon6.png") no-repeat 130px center;
	color: #fff;
	border: 2px solid #fb9c00;
}

.main-header.fixed {
	position: fixed;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.main-footer {
	background: #f5f6f9;
	padding: 70px 0px;
}

.main-footer .footer {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.main-footer .foot-dl {
	display: flex;
	align-items: center;
}

.main-footer .foot-dl .dt img {
	display: block;
}

.main-footer .foot-dl .dd {
	margin-left: 20px;
}

.main-footer .foot-dl .t {
	font-size: 24px;
}

.main-footer .foot-dl .c {
	margin-top: 15px;
}

.main-footer .foot-fr {
	display: flex;
}

.main-footer .foot-a {
	width: 60px;
	height: 60px;
	margin-left: 20px;
}

.main-footer .foot-a img {
	display: block;
	width: 100%;
}

.flex-wrap {
	flex-wrap: wrap;
}

.body-hide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inner-banner {
	height: 340px;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
}

.contact-sec1 {
	margin: 65px auto;
}

.contact-sec1 .sec1-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.contact-sec1 .sec1-fl {
	width: 770px;
	position: relative;
	color: #fff;
}

.contact-sec1 .sec1-fl img {
	display: block;
	width: 100%;
	color: #fff;
}

.contact-sec1 .sec1-fl .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.contact-sec1 .sec1-fl .t {
	font-size: 24px;
	line-height: 2;
	padding: 80px 65px;
}

.contact-sec1 .sec1-fl .c {
	font-size: 24px;
	padding: 15px 65px;
}

.contact-sec1 .sec1-fr {
	width: 375px;
}

.contact-sec1 .sec1-fr .c {
	font-size: 36px;
	font-weight: 600;
	color: #fb9c00;
}

.contact-sec1 .sec1-fr .t {
	font-size: 24px;
	margin: 25px 0 15px 0px;
}

.contact-sec1 .tip {
	position: absolute;
	right: 0;
	bottom: 0;
	color: rgba(94, 94, 94, 0.1);
	font-size: 80px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Bold
}

.contact-sec2 {
	margin: 85px auto;
}

.contact-sec2 .index-title {
	font-weight: normal;
}

.contact-sec2 .sec2-ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.contact-sec2 .sec2-ul li {
	width: 33.33333%;
}

.contact-sec2 .sec2-ul li .li-con {
	margin: 15px;
	box-shadow: 0 10px 30px rgba(199, 199, 199, 0.3);
	padding: 30px 20px;
	display: flex;
	align-items: center;
	transition: all 300ms;
	position: relative;
	top: 0;
}

.contact-sec2 .sec2-ul li img {
	margin-right: 15px;
}

.contact-sec2 .sec2-ul li .txt .t {
	font-size: 18px;
	color: #fb9c00;
}

.contact-sec2 .sec2-ul li .txt .c {
	font-size: 24px;
	margin-top: 5px;
}

.contact-sec2 .sec2-ul li:hover .li-con {
	top: -10px;
}

.inner-title {
	font-weight: normal;
}

.about-sec1 {
	margin: 90px auto;
}

.about-sec1 .sec1-article {
	margin: 40px auto;
	max-width: 960px;
	text-align: center;
}

.about-sec1 .sec1-article .t {
	font-size: 24px;
	line-height: 1.5;
}

.about-sec1 .sec1-article .c {
	font-size: 16px;
	line-height: 1.875;
	margin-top: 15px;
}

.about-sec1 .sec1-box {
	display: flex;
	justify-content: space-between;
	height: 326px;
	background: #333333;
}

.about-sec1 .sec1-box .img {
	display: block;
	width: 769px;
}

.about-sec1 .sec1-box .txt {
	padding-right: 40px;
	padding-top: 60px;
	text-align: right;
}

.about-sec1 .sec1-box .t {
	color: #ff9d12;
	font-size: 30px;
}

.about-sec1 .sec1-box .t .s {
	font-size: 72px;
}

.about-sec1 .sec1-box .c {
	font-size: 24px;
	color: #fff;
	margin-top: 5px;
}

.about-sec2 {
	padding: 95px 0px 110px 0;
	background: url("../images/about3.jpg") no-repeat center;
	background-size: cover;
}

.about-sec2 .index-title {
	color: #fff;
}

.about-sec2 .sec2-box {
	position: relative;
}

.about-sec2 .sec2-article {
	text-align: center;
	color: #fff;
	margin: 75px 0px;
}

.about-sec2 .sec2-article .t {
	font-size: 120px;
}

.about-sec2 .sec2-article .c {
	font-size: 30px;
}

.about-sec2 .small-txt {
	text-align: center;
	font-size: 16px;
	line-height: 1.875;
	color: #fff;
}

.about-sec2 .mySwiper2 {
	overflow: hidden;
	cursor: pointer
}

.about-sec2 .mySwiper {
	overflow: hidden;
	position: relative;
	padding-top: 35px;
}

.about-sec2 .mySwiper:before {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	content: "";
}

.about-sec2 .swiper-button-next:after,
.about-sec2 .swiper-button-prev:after {
	display: none;
}

.about-sec2 .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url("../images/icon12.png") no-repeat center;
	right: -200px;
	cursor: pointer;
}

.about-sec2 .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: url("../images/icon11.png") no-repeat center;
	left: -200px;
	cursor: pointer;
}

.about-sec2 .mySwiper .swiper-slide-thumb-active {
	position: relative;
}

.about-sec2 .mySwiper .swiper-slide-thumb-active:before {
	width: 15px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -8px;
}

.about-sec3 {
	margin: 110px auto;
}

.about-sec3 .sec3-box {
	margin-top: 65px;
	background: url("../images/about5.png") no-repeat right center;
	min-height: 436px;
}

.about-sec3 .sec3-fl {
	width: 385px;
}

.about-sec3 .sec3-hd {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
}

.about-sec3 .sec3-hd .li {
	margin-right: 40px;
	line-height: 1.8;
	cursor: pointer;
	position: relative;
	margin-bottom: 15px;
}

.about-sec3 .sec3-hd .li.active:after {
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	background: #fb9c00;
	position: absolute;
	left: 0;
	bottom: 0;
}

.about-sec3 .sec3-bd {
	display: none;
	padding: 30px 0px;
}

.about-sec3 .sec3-bd.active {
	display: block;
}

.about-sec3 .sec3-bd .t {
	font-size: 24px;
	color: #fb9c00;
}

.about-sec3 .sec3-bd .c {
	font-size: 16px;
	margin-top: 15px;
}

.news-sec1 {
	margin: 100px auto 65px auto;
}

.news-sec1 .sec1-box {
	background: #f8f8f8;
	display: flex;
}

.news-sec1 .sec1-box .sec1-fl {
	width: 780px;
}

.news-sec1 .sec1-box .sec1-fl img {
	display: block;
	width: 100%;
}

.news-sec1 .sec1-box .sec1-fr {
	width: 420px;
}

.news-sec1 .sec1-box .con {
	padding: 40px;
}

.news-sec1 .sec1-article .t {
	font-size: 24px;
	color: #fb9c00;
	line-height: 1.5;
	padding-top: 15px;
}

.news-sec1 .sec1-article .c {
	font-size: 16px;
	color: #888888;
	line-height: 1.5;
	margin: 20px 0px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.news-sec1 .sec1-article .more {
	display: inline-block;
	background: url("../images/icon14.jpg") no-repeat right center;
	padding-right: 15px;
	color: #666;
}

.news-sec1 .mySwiper-news {
	overflow: hidden;
	position: relative;
}

.news-sec1 .swiper-pagination {
	left: auto;
	right: 330px;
	bottom: 30px;
	width: auto;
}

.news-sec1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #d9d9d9;
}

.news-sec1 .swiper-pagination-bullet-active {
	background: #fb9c00
}

.news-sec2 {
	margin: 65px auto 100px auto;
}

.news-search {
	width: 320px;
	height: 70px;
	background: #fb9c00;
	margin: 0 0 40px auto;
	position: relative;
}

.news-search .input-w {
	height: 62px;
	background: #fafdfa;
	padding: 0 20px;
	margin-left: 4px;
	width: 210px;
	position: relative;
	top: 4px;
}

.news-search .input {
	height: 62px;
	width: 100%;
	font-size: 16px;
}

.news-search .input::placeholder {
	color: #999;
}

.news-search .search-btn {
	width: 100%;
	top: 0px;
	width: 66px;
	height: 70px;
	background: url("../images/icon13.jpg") no-repeat center;
	border: none;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}

.news-sec2 .news-ul {
	display: flex;
	flex-wrap: wrap;
}

.news-sec2 .news-ul li {
	width: 33.33333%;
	overflow: hidden;
}

.news-sec2 .news-ul li a {
	display: block;
	margin: 20px 4px;
	background: #f8f8f8;
	position: relative;
	height: 100%;
}

.news-sec2 .news-ul li .img {
	overflow: hidden;
}

.news-sec2 .news-ul li .img img {
	display: block;
}

.news-sec2 .news-ul li .txt {
	padding: 20px 25px 0 25px;
}

.news-sec2 .news-ul li .t {
	font-size: 18px;
	line-height: 1.6;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-sec2 .news-ul li .date {
	font-size: 18px;
	color: #999;
	margin-top: 25px;
}

.main-pages {
	margin: 50px 0;
}

.main-pages .pagination {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-pages li {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #f4f4f4;
	margin-left: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #999;
}

.main-pages li.active {
	background: #fb9c00;
	color: #fff;
}

.main-pages .s {
	font-size: 18px;
	color: #999;
	margin-left: 10px;
}

.news-detail {
	margin: 70px auto;
	max-width: 1200px;
}

.news-detail .detail-article {
	max-width: 845px;
	margin: 0 auto;
}

.news-detail .h3 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

.news-detail .date {
	color: #8e8e8e;
	font-size: 24px;
	margin: 15px 0px;
	text-align: center;
}

.news-detail .article {
	border-top: 1px solid #d9d9d9;
	margin-top: 30px;
	padding: 55px 0px;
	font-size: 16px;
	color: #888;
	line-height: 1.5;
	border-bottom: 1px solid #d9d9d9;
}

.news-detail .article img {
	max-width: 100%;
}

.news-detail .other {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.news-detail .other-fl {
	width: 660px;
}

.news-detail .other-fl .li {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}

.news-detail .other-fl .li a {
	color: #666;
}

.news-detail-prev {
	width: 145px;
	height: 50px;
	background: #fb9c00;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

.inner-menu {
	background: #fafafa;
	height: 60px;
}

.inner-menu .menu-ul {
	display: flex;
}

.inner-menu .menu-ul li {
	width: 33.3333%;
}

.inner-menu .menu-ul li a {
	display: block;
	position: relative;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	transition: all 300ms;
	overflow: hidden;
}

.inner-menu .menu-ul li a:after {
	transition: all 300ms;
	width: 100%;
	height: 2px;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: -100%;
	background: url("../images/live1.jpg") no-repeat center;
}

.inner-menu .menu-ul li:hover a {
	color: #fb9c00;
}

.inner-menu .menu-ul li:hover a:after {
	bottom: 0;
}

.inner-menu .menu-ul li.active a {
	color: #fb9c00;
}

.inner-menu .menu-ul li.active a:after {
	width: 100%;
	height: 2px;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("../images/live1.jpg") no-repeat center;
}

.live-sec1 .sec1-article {
	background: none;
	padding: 20px 0;
}

.live-sec2 {
	background: url("../images/y2.jpg") no-repeat center;
	background-size: cover;
	padding: 200px 0px;
}

.live-sec2 .sec2-ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
	color: #fff;
}

.live-sec2 .sec2-ul .t {
	font-size: 60px;
	font-weight: 600;
}

.live-sec2 .sec2-ul .c {
	font-size: 24px;
}

/*.live-sec3{margin:100px auto;overflow:hidden}*/
/*.live-sec3 .live-tab{display:flex;justify-content:center}*/
/*.live-sec3 .live-tab li{width:200px;height:50px;border-radius:25px;text-align:center;line-height:50px;transition:all 300ms;font-size:24px;margin:0 20px;cursor:pointer;}*/
/*.live-sec3 .live-tab li.active{background:#fb9c00;color:#fff;}*/
/*.live-sec3 .sec3-box{display:none;margin-top:90px;}*/
/*.live-sec3 .sec3-box.active{display:flex;justify-content:space-between;}*/
/*.live-sec3 .sec3-fl{width:520px;}*/
/*.live-sec3 .sec3-fr{width:625px;position:relative;}*/
/*.live-sec3 .sec3-fr img{display:block;width:100%;border-radius:5px;position:relative;z-index:11;}*/
/*.live-sec3 .sec3-fl .t{font-size:24px;background:url("../images/y4.jpg") no-repeat 0px bottom;padding-bottom:35px;}*/
/*.live-sec3 .sec3-fl .c{font-size:16px;color:#666;line-height:1.75;margin-top:45px;}*/
/*.live-sec3 .sec3-fr:before{display:block;left:-190px;bottom:-50px;width:244px;height:157px;background:url("../images/live2.png") no-repeat center;content:"";position:absolute;}*/
.live-sec3 {
	margin: 100px auto;
	overflow: hidden
}

.live-sec3 .live-tab1 {
	width: 200px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	transition: all 300ms;
	font-size: 24px;
	margin: 0 20px;
	cursor: pointer;
}

.live-sec3 .swiper-slide-thumb-active .live-tab1 {
	background: #fb9c00;
	color: #fff;
}

.live-sec3 .sec3-box {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}

.live-sec3 .sec3-fl {
	width: 520px;
}

.live-sec3 .sec3-fr {
	width: 625px;
	position: relative;
}

.live-sec3 .sec3-fr img {
	display: block;
	width: 100%;
	border-radius: 5px;
	position: relative;
	z-index: 11;
}

.live-sec3 .sec3-fl .t {
	font-size: 24px;
	background: url("../images/y4.jpg") no-repeat 0px bottom;
	padding-bottom: 35px;
}

.live-sec3 .sec3-fl .c {
	font-size: 16px;
	color: #666;
	line-height: 1.75;
	margin-top: 45px;
}

.live-sec3 .sec3-fr:before {
	display: block;
	left: -190px;
	bottom: -50px;
	width: 244px;
	height: 157px;
	background: url("../images/live2.png") no-repeat center;
	content: "";
	position: absolute;
}

.live-sec4 {
	margin: 100px auto;
}

.live-sec4 .sec4-box1 {
	margin: 55px auto;
	position: relative;
}

.live-sec4 .sec4-box1 .box1-img {
	position: relative;
}

.live-sec4 .sec4-box1 .box1-img img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

.live-sec4 .sec4-box1 {
	overflow: hidden;
}

.live-sec4 .sec4-box1 .article {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

.live-sec4 .sec4-box1 .article .con {
	width: 380px;
	padding-left: 130px;
	padding-top: 95px;
}

.live-sec4 .sec4-box1 .article .t {
	font-size: 24px;
}

.live-sec4 .sec4-box1 .article .c {
	font-size: 16px;
	line-height: 1.75;
	margin-top: 35px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.live-sec4 .sec4-box1 .swiper-button-next {
	background: url("../images/icon16.png") no-repeat center;
	width: 40px;
	height: 40px;
}

.live-sec4 .sec4-box1 .swiper-button-prev {
	background: url("../images/icon15.png") no-repeat center;
	width: 40px;
	height: 40px;
}

.live-sec4 .sec4-box2 {
	margin: 65px auto;
}

.live-sec4 .sec4-box2 .t {
	font-size: 18px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-top: 15px;
}

.live-sec4 .sec4-box2 li {
	margin: 0 25px;
	height: 240px;
	overflow: hidden;
}

.live-sec4 .sec4-box2 .box2-con {
	height: 240px;
	overflow: hidden
}

.live-sec4 .sec4-box3 {
	max-width: 1200px;
	height: 594px;
	background: url("../images/y8.jpg") no-repeat center;
	margin: 65px auto;
}

.live-sec4 .sec4-box3 .con {
	padding: 55px 0px 140px 0px;
}

.live-sec4 .sec4-box3 .t {
	font-size: 30px;
	color: #fff;
	text-align: center;
}

.live-sec4 .sec4-box3 .c {
	position: relative;
	margin: 50px;
}

.live-sec4 .sec4-box3 .c a {
	-webkit-animation: bounce-down 10s linear infinite;
	animation: bounce-down 1.0s linear infinite;
}

.live-sec4 .sec4-box3 .c .a1 {
	position: absolute;
	font-size: 30px;
	color: rgba(61, 63, 72, 0.3);
	position: absolute;
	left: 85px;
	top: 0px;
	transition: all 300ms;
	-webkit-animation: bounce-down 1.1s linear infinite;
	animation: bounce-down 1.1s linear infinite;
}

.live-sec4 .sec4-box3 .c .a2 {
	position: absolute;
	font-size: 18px;
	color: rgba(61, 63, 72, 0.3);
	left: 630px;
	top: 5px;
	transition: all 300ms;
	-webkit-animation: bounce-down 1.2s linear infinite;
	animation: bounce-down 1.2s linear infinite;
}

.live-sec4 .sec4-box3 .c .a3 {
	position: absolute;
	font-size: 14px;
	color: rgba(61, 63, 72, 0.6);
	right: 0;
	top: 30px;
	transition: all 300ms;
	-webkit-animation: bounce-down 1.3s linear infinite;
	animation: bounce-down 1.3s linear infinite;
}

.live-sec4 .sec4-box3 .c .a4 {
	position: absolute;
	font-size: 23px;
	color: rgba(61, 63, 72, 0.6);
	left: 325px;
	top: 60px;
	transition: all 300ms;
	-webkit-animation: bounce-down 1.4s linear infinite;
	animation: bounce-down 1.4s linear infinite;
}

.live-sec4 .sec4-box3 .c .a5 {
	position: absolute;
	font-size: 14px;
	color: rgba(61, 63, 72, 0.5);
	left: 90px;
	top: 105px;
	transition: all 300ms;
	-webkit-animation: bounce-down 1.5s linear infinite;
	animation: bounce-down 1.5s linear infinite;
}

.live-sec4 .sec4-box3 .c .a6 {
	position: absolute;
	font-size: 14px;
	color: rgba(61, 63, 72, 0.5);
	right: 90px;
	top: 105px;
	transition: all 300ms;
	-webkit-animation: bounce-down 1.6s linear infinite;
	animation: bounce-down 1.6s linear infinite;
}

.live-sec4 .sec4-box3 .c .a7 {
	position: absolute;
	font-size: 24px;
	color: rgba(61, 63, 72, 0.6);
	left: 0px;
	top: 155px;
	transition: all 300ms;
	-webkit-animation: bounce-down 1.1s linear infinite;
	animation: bounce-down 1.1s linear infinite;
}

.live-sec4 .sec4-box3 .c .a8 {
	position: absolute;
	font-size: 18px;
	color: rgba(61, 63, 72, 0.6);
	left: 755px;
	top: 170px;
	transition: all 300ms;
	-webkit-animation: bounce-down 1.2s linear infinite;
	animation: bounce-down 1.2s linear infinite;
}

.live-sec4 .sec4-box3 .c .a9 {
	position: absolute;
	font-size: 18px;
	color: rgba(61, 63, 72, 0.6);
	left: 400px;
	top: 210px;
	transition: all 300ms;
	-webkit-animation: bounce-down 1.2s linear infinite;
	animation: bounce-down 1.2s linear infinite;
}

.live-sec4 .sec4-box3 .c a:hover {
	animation: inherit;
	color: #000;
}

/*.live-sec4 .sec4-box3 .c .a1:hover{color:#000;top:-6px;}*/
/*.live-sec4 .sec4-box3 .c .a2:hover{color:#000;top:0px;}*/
/*.live-sec4 .sec4-box3 .c .a3:hover{color:#000;top:25px;}*/
/*.live-sec4 .sec4-box3 .c .a4:hover{color:#000;top:55px;}*/
/*.live-sec4 .sec4-box3 .c .a5:hover{color:#000;top:100px;}*/
/*.live-sec4 .sec4-box3 .c .a6:hover{color:#000;top:100px;}*/
/*.live-sec4 .sec4-box3 .c .a7:hover{color:#000;top:155px;}*/
/*.live-sec4 .sec4-box3 .c .a8:hover{color:#000;top:165px;}*/
@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-4px);
	}

	50%,
	100% {
		-webkit-transform: translateY(0);
	}

	75% {
		-webkit-transform: translateY(4px);
	}
}

@keyframes bounce-down {
	25% {
		transform: translateY(-4px);
	}

	50%,
	100% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(4px);
	}
}

.live-sec4 .sec4-box4 {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.live-sec4 .sec4-box4 {
	position: relative;
}

.mySwiper-live2 {
	overflow: hidden;
}

.live-sec4 .sec4-box4 .box4-li {
	width: 210px;
}

.live-sec4 .sec4-box4 .box4-li .img {
	border: 1px solid #e2e2e2
}

.live-sec4 .sec4-box4 .box4-li .img img {
	display: block;
	width: 100%;
}

.live-sec4 .sec4-box4 .box4-li a {
	display: block;
}

.live-sec4 .sec4-box4 .box4-li .t {
	font-size: 16px;
	color: #999;
	text-align: center;
	margin: 10px 0px;
}

.live-sec4 .sec4-box4 .swiper-button-next {
	width: 110px;
	height: 110px;
	background: url("../images/nn2.png") no-repeat center;
	top: 80px;
	margin: 0;
	right: -50px;
}

.live-sec4 .sec4-box4 .swiper-button-prev {
	width: 110px;
	height: 110px;
	background: url("../images/pp2.png") no-repeat center;
	top: 80px;
	margin: 0;
	left: -50px;
}

.live-sec4 .sec4-box4 .swiper-button-next.swiper-button-disabled {
	background: url("../images/nn1.png") no-repeat center;
	opacity: 1;
}

.live-sec4 .sec4-box4 .swiper-button-prev.swiper-button-disabled {
	background: url("../images/pp1.png") no-repeat center;
	opacity: 1;
}

.on-sec1 {
	margin: 100px auto;
}

.on-sec1 .sec1-box {
	margin-top: 50px;
	position: relative;
	min-height: 425px;
	background: url("../images/on1.png") no-repeat right center;
	display: flex;
	align-items: center;
}

.on-sec1 .sec1-box .box {
	width: 690px;
	height: 295px;
	background: #f8f8f8;
}

.on-sec1 .sec1-box .con {
	padding: 50px;
	position: relative;
}

.on-sec1 .sec1-box .t {
	font-size: 24px;
}

.on-sec1 .sec1-box .c {
	font-size: 16px;
	line-height: 1.8;
	color: #999;
	margin-top: 25px;
}

.on-sec1 .on-mySwiper1 {
	overflow: hidden;
	position: relative;
}

.on-sec1 .sec1-box .swiper-button-next {
	width: 74px;
	height: 74px;
	background: url("../images/on4.png") no-repeat center;
	margin: 0;
	bottom: -80px;
	margin: 0;
	left: 124px;
	top: auto;
}

.on-sec1 .sec1-box .swiper-button-prev {
	width: 74px;
	height: 74px;
	background: url("../images/on5.png") no-repeat center;
	top: 80px;
	margin: 0;
	left: 50px;
	bottom: -80px;
	top: auto;
}

.on-sec1 .sec1-box .swiper-button-next.swiper-button-disabled {
	background: url("../images/on3.png") no-repeat center;
	opacity: 1;
}

.on-sec1 .sec1-box .swiper-button-prev.swiper-button-disabled {
	background: url("../images/on2.png") no-repeat center;
	opacity: 1;
}

.on-sec2 {
	margin: 100px auto;
}

.on-sec2 .sec2-ul {
	margin-top: 70px;
	display: flex;
	justify-content: center;
}

.on-sec2 .sec2-ul li {
	width: 240px;
	margin: 5px;
	background: #f8f8f8;
	position: relative;
	transition: all 300ms;
	top: 0;
	color: #5d5d5d;
}

.on-sec2 .sec2-ul li .li-con {
	padding: 50px 30px;
}

.on-sec2 .sec2-ul li .num {
	font-size: 36px;
	color: #dfe0dd;
	font-weight: 600;
}

.on-sec2 .sec2-ul li .t {
	font-size: 24px;
	line-height: 1.5;
	height: 60px;
	margin: 15px 0px;
}

.on-sec2 .sec2-ul li .c {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 25px;
}

.on-sec2 .sec2-ul li:hover {
	background: #fb9c00;
	box-shadow: 0px 5px 10px rgba(251, 156, 0, 1);
	color: #fff;
	top: -10px;
}

.on-sec2 .sec2-ul li:hover .num {
	color: #fff;
}

.on-sec3 {
	margin: 100px auto;
}

.on-sec3 .sec3-box1 {
	margin: 50px auto 120px auto;
	height: 130px;
	padding-top: 10px;
}

.on-sec3 .sec3-box1 ul li {
	margin: 0 20px;
}

.on-sec3 .sec3-box1 ul li img {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	transition: all 300ms;
}

.on-sec3 .sec3-box1 ul li:hover img {
	top: -10px;
}

.on-sec3 .sec3-box2 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px;
}

.on-sec3 .sec3-box2 .li {
	width: 33.33333%;
}

.on-sec3 .sec3-box2 .li a {
	display: block;
}

.on-sec3 .sec3-box2 .li .li-con {
	margin: 20px 14px;
	position: relative;
	transition: all 300ms;
	top: 0;
}

.on-sec3 .sec3-box2 .li .img img {
	display: block;
	width: 100%;
	border-radius: 25px;
}

.on-sec3 .sec3-box2 .li .article {
	margin: -50px 20px 0 20px;
	background: #fff;
	border-radius: 25px;
	position: relative;
	z-index: 2;
	box-shadow: 0 5px 10px rgba(193, 193, 193, 0.3)
}

.on-sec3 .sec3-box2 .li .article .con {
	padding: 20px;
}

.on-sec3 .sec3-box2 .li .article .t {
	font-size: 24px;
}

.on-sec3 .sec3-box2 .li .article .c {
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	margin-top: 15px;
}

.on-sec3 .sec3-box2 .li:nth-child(2) {
	position: relative;
	top: -55px;
}

.on-sec3 .sec3-box2 .li:hover .li-con {
	top: -10px;
}

.hatch-sec1 {}

.hatch-sec1 .li {
	margin: 100px auto;
}

.hatch-sec1 .li .li-img {
	width: 50%;
}

.hatch-sec1 .li .li-img img {
	display: block;
	width: 100%;
}

.hatch-sec1 .li .li-txt {
	width: 50%;
}

.hatch-sec1 .li .li-txt .con {
	margin-right: 40px;
}

.hatch-sec1 .li .li-txt.fr .con {
	margin-left: 40px;
	margin-right: 0px;
}

.hatch-sec1 .li .li-txt .num {
	flex-direction: column;
	justify-content: center;
	width: 130px;
	height: 130px;
	background: #fb9c00;
	border-radius: 45px 0 45px 0;
	display: flex;
	text-align: center;
	color: #fff;
	text-align: center;
}

.hatch-sec1 .li .li-txt .num .t {
	font-size: 48px;
}

.hatch-sec1 .li .li-txt .num .c {
	font-size: 18px;
}

.hatch-sec1 .li .li-txt .tt {
	font-size: 20px;
	font-weight: 600;
	margin-top: 50px;
}

.hatch-sec1 .li .li-txt .en {
	font-size: 24px;
	margin: 10px 0 30px 0px;
}

.hatch-sec1 .li .li-txt .cc {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}

.hatch-sec1 .li .li-txt.fr .num {
	margin-left: auto;
	margin-right: 0;
}

.hatch-sec2 .hatch-small {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 33;
	position: relative
}

.hatch-sec2 .hatch-tab {
	height: 70px;
	background: #f8f8f8;
	text-align: center;
	font-size: 24px;
	color: #fb9c00;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.hatch-sec2 .hatch-tab .s {
	width: 60px;
	height: 5px;
	background: url("../images/icon31.jpg") no-repeat center;
}

.hatch-sec2 .swiper-slide-thumb-active .hatch-tab {
	background: #fb9c00;
	color: #fff;
}

.hatch-sec2 .swiper-slide-thumb-active .hatch-tab .s {
	background: url("../images/icon32.jpg") no-repeat center;
}

.hatch-sec2 .hatch-img img {
	display: block;
	width: 100%;
}

.hatch-sec2 .hatch-img {
	position: relative;
	margin-top: -40px;
}

.hatch-sec2 .hatch-img .txt {
	position: absolute;
	left: 0;
	top: 40%;
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	width: 100%;
}

.inner-banner {
	overflow: hidden;
}

.hatch-sec1 .w-1200 {
	overflow: hidden;
}

.sec1-article {
	overflow: hidden;
}

.about-sec1 .sec1-box {
	overflow: hidden;
}

.about-sec2 {
	overflow: hidden;
}

.about-sec3 .w-1200 {
	overflow: hidden;
}

.contact-sec1 .sec1-fl {
	overflow: hidden;
}

.contact-sec1 .sec1-fr {
	overflow: hidden;
}

.contact-sec2 {
	padding: 0px 0px 85px 0;
	margin: 0;
	overflow: hidden;
}

.live-sec3 .live-tab {
	overflow: hidden;
}

.live-sec3 .sec3-box.active {
	overflow: hidden;
}

.live-sec4 .sec4-box2 img {
	display: block;
	width: 100%;
}

.live-sec3 .w-1200 {
	overflow: hidden;
}

.live-sec4 .w-1200 {
	overflow: hidden;
}

.live-sec4 .sec4-box1 .article {
	overflow: hidden;
}

.news-sec2 .news-ul li .img img {
	transition: all 300ms;
}

.news-sec2 .news-ul li:hover .img img {
	transform: scale(1.2);
}

.news-sec2 .w-1200 {
	overflow: hidden;
}

.news-sec2 .news-ul li .img img {
	width: 100%;
}

.detail-article {
	overflow: hidden;
}

.detail-article .other {
	overflow: hidden;
}

.news-detail {
	position: relative;
	min-width: 300px;
}

.news-detail .share {
	position: absolute;
	top: 150px;
	left: 0;
}

.news-detail .share a {
	display: block;
	width: 73px;
	height: 74px;
	margin-bottom: 1px;
	transition: all 300ms;
}

.news-detail .share a.wb {
	background: url("../images/news6.jpg") no-repeat center;
}

.news-detail .share a.wx {
	background: url("../images/news5.jpg") no-repeat center;
}

.news-detail .share a.qq {
	background: url("../images/news4.jpg") no-repeat center;
}

.news-detail .share a.wb:hover {
	background: url("../images/news3.jpg") no-repeat center;
}

.news-detail .share a.wx:hover {
	background: url("../images/news8.jpg") no-repeat center;
}

.news-detail .share a.qq:hover {
	background: url("../images/news7.jpg") no-repeat center;
}

.main-footer {
	position: relative;
}

.back_top {
	width: 42px;
	height: 42px;
	background: url("../images/icon7.png") no-repeat center;
	position: fixed;
	right: 10px;
	bottom: 100px;
	cursor: pointer;
	display: none
}

.back_top.active {
	display: block;
}

.on-sec1 .sec1-box {
	position: relative;
	overflow: hidden;
	background: none;
}

.on-sec1 .sec1-box .radius-img img {
	display: block;
}

.on-sec1 .sec1-box .radius-img {
	position: absolute;
	right: 0;
	top: 0px;
	width: 600px;
	height: 423px;
}

.on-sec1 .w-1200 {
	overflow: hidden;
}

.on-sec1 .circle {
	width: 174px;
	height: 174px;
	background: url("../images/on8.png") no-repeat center;
	position: absolute;
	top: -20px;
	left: 40%;
	z-index: -1;
}

.on-sec1 .sec1-box .box {
	position: relative;
	z-index: 2;
}

.swiper-button-next,
.swiper-button-prev {
	outline: none;
}

.on-sec2 {
	overflow: hidden;
}

.on-sec3 {
	overflow: hidden;
}

@media (max-width:1200px) {
	.back_top {
		display: none;
	}

	.mNavBtn {
		display: block;
	}

	.w-1200 {
		width: auto;
	}

	.header {
		padding: 10px;
		height: auto;
	}

	.header-logo img {
		display: block;
		height: 30px;
	}

	.header-nav {
		display: none;
	}

	.header-tel {
		display: none;
	}

	.header-nav {
		position: fixed;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 60%;
		display: none;
		background: #fff;
		z-index: 9999;
	}

	.header-nav .nav {
		flex-direction: column;
		align-items: flex-end;
		margin-top: 20px;
	}

	.header-nav .nav li {
		width: 80%;
		text-align: right;
		margin-right: 15px;
	}

	.header-nav .nav li a {
		padding: 15px;
		text-align: right;
		border-bottom: 1px solid #eee;
	}

	.search-down {
		position: relative;
		top: auto;
		display: block !important;
		padding: 15px;
		width: auto;
	}

	.header-search {
		width: auto;
		height: auto;
		background: none;
		margin: 20px 0px;
	}

	.header-lan {
		width: 100px;
		margin: 0 auto;
		text-align: center;
		height: 30px;
		line-height: 30px;
	}

	.header-lan .lan-down {
		display: block !important;
	}

	.header-lan .lan-down {
		top: 40px;
	}

	.index-banner {
		height: auto;
	}

	.index-banner .pc-img {
		display: none;
	}

	.index-banner .mobile-img {
		display: block;
		width: 100%;
	}

	.index-banner .small-img img {
		max-width: 45%;
	}

	.index-sec1 {
		margin: 55px 15px;
	}

	.index-sec1 .sec1-ul {
		flex-wrap: wrap;
	}

	.index-title {
		font-size: 24px;
	}

	.index-sec1 .sec1-article .t {
		font-size: 18px;
	}

	.index-sec1 .sec1-article .c {
		font-size: 14px;
	}

	.index-sec1 .sec1-ul li .t {
		font-size: 40px
	}

	.index-sec1 .sec1-ul li {
		width: 50%;
	}

	.index-sec1 .sec1-ul li .c {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.index-more {
		margin-top: 30px;
	}

	.index-sec2 {
		margin: 55px 15px;
	}

	.index-sec2 .sec2-ul {
		margin-top: 40px;
		flex-wrap: wrap;
		height: 900px;
	}

	.index-sec2 .sec2-ul li:nth-child(1) {
		width: 100%;
	}

	.index-sec2 .sec2-ul li {
		width: 100%;
		height: 300px;
	}

	.index-sec2 .sec2-ul li a {
		height: 300px;
	}

	.index-sec2 .sec2-ul li .t {
		font-size: 18px;
	}

	.index-sec3 {
		margin: 55px 15px;
	}

	.index-sec3 .sec3-video {
		margin-top: 35px;
	}

	.index-sec4 {
		margin: 55px 15px;
	}

	.index-sec4 .sec4-box {
		margin-top: 0px;
	}

	.index-sec5 {
		margin: 55px 0px;
	}

	.index-sec5 .sec5-box {
		height: 70px;
		padding: 10px 0px;
	}

	.index-sec5 .sec5-box ul {
		height: 70px;
	}

	.index-sec5 .sec5-box ul li {
		padding: 10px;
	}

	.index-sec5 .index-title {
		margin-bottom: 30px;
	}

	.index-sec6 {
		flex-wrap: wrap;
	}

	.index-sec6 .sec6-img {
		width: 100%;
	}

	.index-sec6 .sec6-con {
		width: 100%;
	}

	.index-sec6 .sec6-con .con {
		width: auto;
		margin-top: 20px;
		margin-left: 0;
	}

	.index-sec6 .sec6-con .t {
		font-size: 24px;
	}

	.index-sec6 .sec6-more {
		width: 120px;
		height: 40px;
		line-height: 40px;
		text-indent: 10px;
		background: url(../images/icon5.png) no-repeat 90px center;
		font-size: 16px;
	}

	.main-footer .footer {
		padding: 0 15px;
		flex-wrap: wrap;
	}

	.main-footer {
		padding: 50px 0px;
	}

	.main-footer .foot-dl {
		display: block;
	}

	.main-footer .foot-dl .dt img {
		margin: 0 auto;
	}

	.main-footer .foot-dl .t {
		font-size: 18px;
		text-align: center;
		margin-top: 10px;
	}

	.main-footer .foot-dl .c {
		margin-top: 5px;
		text-align: center;
		line-height: 1.6;
	}

	.main-footer .foot-fr {
		justify-content: center;
		width: 100%;
		margin-top: 25px;
	}

	.main-footer .foot-dl .dd {
		margin-left: 0px;
	}

	.index-sec5 .sec5-box img {
		box-shadow: 0 0 10px rgba(227, 227, 227, 0.3);
	}

	.index-sec5 .sec5-box ul li:hover img {
		box-shadow: 0 0 10px rgba(161, 161, 161, 0.3);
	}

	.inner-banner {
		height: 180px;
		font-size: 24px;
	}

	.inner-menu .menu-ul li a {
		font-size: 18px;
	}

	.hatch-sec1 .li {
		margin: 50px auto;
	}

	.hatch-sec1 {
		margin: 0 15px;
	}

	.hatch-sec1 .li .li-img {
		width: 100%;
	}

	.hatch-sec1 .li .li-txt {
		width: 100%;
		margin-top: 20px;
	}

	.hatch-sec1 .li .li-txt .con {
		margin: 0px;
	}

	.hatch-sec1 .li .li-txt .cc {
		font-size: 14px;
	}

	.hatch-sec1 .li .li-txt .en {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.hatch-sec1 .li .li-txt .tt {
		font-size: 16px;
		margin-top: 30px;
	}

	.hatch-sec1 .li .li-txt .num {
		width: 100px;
		height: 100px;
		border-radius: 30px 0 30px 0;
	}

	.hatch-sec1 .li .li-txt .num .t {
		font-size: 30px;
	}

	.hatch-sec1 .li .li-txt .num .c {
		font-size: 16px;
	}

	.hatch-small {
		display: none;
	}

	.hatch-sec2 .hatch-img .txt {
		font-size: 24px;
	}

	.hatch-sec2 .hatch-img {
		margin-top: 0px;
	}

	.hatch-sec2 {
		width: 100%;
		overflow: hidden;
	}

	.about-sec1 {
		margin: 50px 15px;
	}

	.about-sec1 .sec1-article .t {
		font-size: 18px;
	}

	.about-sec1 .sec1-article .c {
		font-size: 14px;
	}

	.about-sec1 .sec1-box {
		flex-wrap: wrap;
		height: auto;
		padding-bottom: 40px;
	}

	.about-sec1 .sec1-box .img {
		width: 100%;
	}

	.about-sec1 .sec1-box .txt {
		width: 100%;
	}

	.about-sec2 {
		padding: 60px 15px;
	}

	.about-sec2 .sec2-article .t {
		font-size: 65px;
	}

	.about-sec2 .sec2-article .c {
		font-size: 20px;
	}

	.about-sec2 .small-txt {
		font-size: 14px;
	}

	.about-sec3 {
		margin: 55px 15px;
	}

	.about-sec3 .sec3-box {
		background: none;
		margin-top: 35px;
		min-height: inherit;
	}

	.about-sec3 .sec3-fl {
		width: 100%;
	}

	.about-sec3 .sec3-hd .li {
		margin-right: 20px;
	}

	.contact-sec1 {
		margin: 50px 15px;
	}

	.contact-sec1 .sec1-fl {
		width: 100%;
	}

	.contact-sec1 .sec1-box {
		flex-wrap: wrap;
	}

	.contact-sec1 .sec1-fl .t {
		padding: 0 20px;
		line-height: 1.6
	}

	.contact-sec1 .sec1-fl .txt {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.contact-sec1 .sec1-fl .t {
		font-size: 18px;
	}

	.contact-sec1 .sec1-fl .c {
		font-size: 18px;
		padding: 5px 0px;
		line-height: 1.6
	}

	.contact-sec1 .tip {
		display: none;
	}

	.contact-sec1 .sec1-fr {
		width: 100%;
		margin-top: 25px;
	}

	.contact-sec1 .sec1-fr .icon {
		display: block;
		margin: 0 auto;
	}

	.contact-sec1 .sec1-fr .t {
		font-size: 18px;
		text-align: center;
		margin: 10px 0px;
	}

	.contact-sec1 .sec1-fr .c {
		font-size: 24px;
		text-align: center;
	}

	.contact-sec2 .sec2-ul li {
		width: 100%;
	}

	.contact-sec2 .sec2-ul {
		flex-wrap: wrap;
		margin: 30px 10px;
	}

	.contact-sec2 {
		padding-bottom: 50px;
	}

	.live-sec4 .sec4-box2 .box2-con {
		height: 160px;
	}

	.live-sec4 .sec4-box2 .t {
		font-size: 15px;
	}

	.live-sec2 {
		padding: 60px 15px;
	}

	.live-sec2 .sec2-ul {
		flex-wrap: wrap;
	}

	.live-sec2 .sec2-ul li {
		width: 50%;
		margin-top: 20px;
	}

	.live-sec2 .sec2-ul .t {
		font-size: 30px;
	}

	.index-sec1 .sec1-ul li .t {
		font-size: 18px;
	}

	.live-sec2 .sec2-ul .c {
		font-size: 18px;
		margin-top: 15px;
	}

	.live-sec3 {
		margin: 55px 15px;
	}

	.live-sec3 .sec3-box.active {
		margin-top: 40px;
	}

	.live-sec3 .sec3-fl {
		width: 100%;
	}

	.live-sec3 .sec3-fr {
		width: 100%;
	}

	.live-sec3 .sec3-box.active {
		flex-wrap: wrap;
	}

	.live-sec3 .sec3-fl .c {
		margin-top: 20px;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.live-sec3 .live-tab li {
		width: auto;
		flex: 1;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin: 0 1px;
		border-radius: 0;
		border-radius: 5px;
		background: #f5f5f5
	}

	.live-sec4 {
		margin: 55px 15px;
	}

	.live-sec4 .sec4-box1 .article {
		display: none;
	}

	.live-sec4 .sec4-box1 {
		margin: 25px 0px;
	}

	.live-sec4 .sec4-box2 {
		margin: 35px 0px;
	}

	.live-sec4 .sec4-box3 {
		display: none;
	}

	.live-sec4 .sec4-box4 .box4-li {
		width: auto;
	}

	.news-sec1 {
		margin: 50px 15px;
	}

	.news-sec1 .sec1-box .sec1-fl {
		width: 100%;
	}

	.news-sec1 .sec1-box {
		flex-wrap: wrap;
	}

	.news-sec1 .sec1-box .sec1-fr {
		width: 100%;
	}

	.news-sec1 .sec1-article .t {
		font-size: 18px;
	}

	.news-sec1 .sec1-article .c {
		font-size: 14px;
	}

	.news-sec2 {
		margin: 55px 15px;
	}

	.news-sec2 .news-ul li {
		width: 50%;
	}

	.news-sec2 .news-ul li .t {
		font-size: 16px;
	}

	.news-sec2 .news-ul li .date {
		font-size: 16px;
		margin-top: 10px;
	}

	.news-sec2 .news-ul li .txt {
		padding: 10px;
	}

	.news-search {
		display: none;
	}

	.on-sec1 .circle {
		display: none;
	}

	.on-sec1 {
		margin: 50px 15px;
	}

	.on-sec1 .sec1-box {
		background: none;
		overflow: visible;
		margin-top: 30px;
		min-height: inherit
	}

	.on-sec1 .sec1-box .box {
		width: 100%;
	}

	.on-sec1 .sec1-box .con {
		padding: 15px;
		padding-bottom: 30px;
	}

	.on-sec1 .sec1-box .t {
		font-size: 18px;
	}

	.on-sec1 .sec1-box .c {
		font-size: 14px;
	}

	.on-sec1 .sec1-box .swiper-button-next {
		width: 40px;
		height: 40px;
		bottom: -20px;
		left: 40px;
	}

	.on-sec1 .sec1-box .swiper-button-prev {
		width: 40px;
		height: 40px;
		bottom: -20px;
		left: 0px;
	}

	.on-sec1 .sec1-box .box {
		height: auto;
	}

	.on-sec2 {
		margin: 50px 15px;
	}

	.on-sec2 .sec2-ul {
		margin-top: 35px;
	}

	.on-sec2 .sec2-ul {
		flex-wrap: wrap;
	}

	.on-sec2 .sec2-ul li {
		width: 50%;
		margin: 0px;
		background: none;
	}

	.on-sec2 .sec2-ul li .li-con {
		padding: 30px 15px;
		background: #f8f8f8;
		margin: 5px;
	}

	.on-sec2 .sec2-ul li .t {
		font-size: 18px;
	}

	.on-sec2 .sec2-ul li .c {
		font-size: 14px;
	}

	.on-sec3 .sec3-box1 {
		height: 70px;
	}

	.on-sec3 {
		margin: 50px 15px;
	}

	.on-sec3 .sec3-box1 {
		margin: 30px 0px 60px 0;
	}

	.on-sec3 .sec3-box2 .li {
		width: 100%;
	}

	.on-sec3 .sec3-box2 .li:nth-child(2) {
		top: 0;
	}

	.on-sec3 .sec3-box2 .li .article .t {
		font-size: 18px;
	}

	.on-sec3 .sec3-box2 .li .article .c {
		font-size: 14px;
	}

	.news-detail {
		margin: 50px 15px;
	}

	.news-detail .h3 {
		font-size: 20px;
	}

	.news-detail .share {
		display: none;
	}

	.news-detail .date {
		font-size: 16px;
	}

	.news-detail .article {
		font-size: 14px;
		margin: 15px;
		padding: 25px 0px;
	}

	.news-detail .other-fl {
		width: 100%;
	}

	.detail-article .other {
		flex-wrap: wrap;
		display: block;
	}

	.news-detail-prev {
		display: block;
		margin: 15px auto;
	}

	.main-footer .foot-a {
		width: 40px;
		margin: 0 10px;
	}

	.main-footer .foot-dl .t {
		font-size: 16px;
	}

	.main-footer .foot-dl .c {
		font-size: 13px;
		margin-top: 10px;
	}

	.contact-sec2 .sec2-ul li .txt .c {
		font-size: 20px;
	}

	.contact-sec2 .sec2-ul li .txt .t {
		font-size: 16px;
	}

	.header-nav .nav li a {
		line-height: 24px;
		font-size: 16px;
	}
}

.main-footer .foot-a {
	position: relative;
}

.main-footer .foot-a .wx-down {
	position: absolute;
	width: 120px;
	left: 50%;
	margin-left: -65px;
	bottom: 65px;
	display: none;
}

.main-footer .foot-a:hover .wx-down {
	display: block !important;
}

.news-detail .share .bshare-custom.icon-medium-plus .bshare-sinaminiblog {
	width: 73px;
	height: 74px;
	background: url("../images/news6.jpg") no-repeat center;
	display: block;
	margin: 0 0 1px 0;
	padding: 0;
}

.news-detail .share .bshare-custom.icon-medium-plus .bshare-weixin {
	width: 73px;
	height: 74px;
	background: url("../images/news5.jpg") no-repeat center;
	display: block;
	margin: 0 0 1px 0;
	padding: 0;
}

.news-detail .share .bshare-custom.icon-medium-plus .bshare-qqim {
	width: 73px;
	height: 74px;
	background: url("../images/news4.jpg") no-repeat center;
	display: block;
	margin: 0 1px 0;
	padding: 0;
}

.news-detail .share .bshare-custom.icon-medium-plus .bshare-sinaminiblog:hover {
	background: url("../images/news3.jpg") no-repeat center;
}

.news-detail .share .bshare-custom.icon-medium-plus .bshare-weixin:hover {
	background: url("../images/news8.jpg") no-repeat center;
}

.news-detail .share .bshare-custom.icon-medium-plus .bshare-qqim:hover {
	background: url("../images/news7.jpg") no-repeat center;
}

.header-logo img.default-logo {
	display: block;
}

.header-logo img.select-logo {
	display: none;
}

.main-header.fixed .header-logo img.default-logo {
	display: none;
}

.main-header.fixed .header-logo img.select-logo {
	display: block;
}

.header.bg .header-logo img.default-logo {
	display: none;
}

.header.bg .header-logo img.select-logo {
	display: block;
}

.main-footer .foot-a .wx-down {
	border: 1px solid #eee;
	padding: 5px;
	background: #fff;
}

.about-sec3 .sec3-box {
	background: none;
}

.about-sec3 .sec3-fl {}

.about-sec3 .sec3-bd {
	justify-content: space-between
}

.about-sec3 .sec3-fr {
	width: 810px;
	position: relative;
}

.about-sec3 .sec3-fr img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.about-sec3 .sec3-bd.active {
	display: flex
}

.on-sec1 .sec1-box .box {
	width: 100%;
	background: none;
}

.on-sec1 .sec1-box .con {
	padding: 0;
}

.on-sec1 .on-mySwiper1 {
	height: 423px;
	overflow: inherit;
}

.on-sec1 .sec1-box .article-con {
	width: 590px;
	padding: 50px 50px 70px 50px;
	background: #f8f8f8;
	position: relative;
	z-index: 22
}

.on-sec1 .swiper-slide {
	height: 423px;
	display: flex;
	align-items: center;
}

.on-sec1 .sec1-box .swiper-button-prev {
	bottom: 60px;
}

.on-sec1 .sec1-box .swiper-button-next {
	bottom: 60px;
}

.on-sec1 .sec1-box .radius-img img {
	border-top-left-radius: 100px;
}

.contact-sec2 {
	overflow: inherit
}

.contact-sec2 .sec2-ul li .li-con {
	position: relative;
}

.contact-sec2 .sec2-ul li .wx-img {
	position: absolute;
	left: 50%;
	width: 110px;
	padding: 5px;
	border: 1px solid #eee;
	transition: all 500ms:#fff;
	top: -80px;
	margin-left: -60px;
	transition: all 400ms;
	opacity: 0;
}

.contact-sec2 .sec2-ul li .wx-img img {
	display: block;
	width: 100%;
}

.contact-sec2 .sec2-ul li:hover .li-con {
	overflow: inherit
}

.contact-sec2 .sec2-ul li:hover .wx-img {
	display: block;
	top: -130px;
	opacity: 1;
}

.contact-sec2 .sec2-ul {
	margin-top: 80px;
}

.live-sec4 .sec4-box3 .c a {
	white-space: no-wrap;
}

.on-sec3 .sec3-box2-more {
	display: block;
	margin: 40px auto;
	width: 128px;
	height: 48px;
	border: 2px solid #dedede;
	font-size: 16px;
	color: #5d5d5d;
	line-height: 48px;
	text-align: center;
	transition: all 400ms;
	position: relative;
	top: 0px;
	border-radius: 9px;
	box-shadow: 0 0 black;
	box-shadow: 0 5px 10px rgba(193, 193, 193, 0.3);
}

.on-sec3 .sec3-box2-more:hover {
	top: -5px;
}

@media (max-width:1200px) {
	.on-sec1 .sec1-box .radius-img {
		display: none
	}

	.on-sec1 .on-mySwiper1 {
		height: auto;
	}

	.main-footer .foot-a .wx-down {
		display: none;
	}

	.main-footer .foot-a:hover .wx-down {
		display: none !important;
	}

	.live-sec3 .sec3-box {
		flex-wrap: wrap
	}

	.live-sec3 .live-tab1 {
		width: auto;
		font-size: 15px;
		margin: 0;
		border-radius: 10px;
		font-weight: 600;
		line-height: 1.2;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f5f5f5
	}

	.live-sec3 .sec3-box {
		margin-top: 35px;
	}

	.live-sec3 .swiper-slide-thumb-active .live-tab1 {}

	.live-sec3 .sec3-fl .t {
		font-size: 20px;
	}

	.back_top.active {
		display: none
	}

	.contact-sec2 .sec2-ul {
		margin: 30px 10px;
	}

	.live-sec4 {
		padding: 0 15px;
		overflow: hidden;
	}

	.news-sec1 .swiper-pagination {
		width: 100%;
		right: 0
	}

	.index-sec2 .sec2-ul li img {
		width: 100%
	}

	.index-sec2 .sec2-ul li .li-con {
		bottom: 30px;
	}

	.index-sec2 .sec2-ul li .li-con .c {
		opacity: 1
	}

	.index-sec2 .sec2-ul li:nth-child(1) {
		width: 100%;
	}

	.index-sec2 .sec2-ul li:nth-child(1) .li-con {
		bottom: 30px;
	}

	.index-sec2 .sec2-ul li:nth-child(1) .li-con .c {
		opacity: 1
	}

	.index-sec2 .sec2-ul:hover li:nth-child(1) {
		width: 100%;
	}

	.index-sec2 .sec2-ul:hover li:nth-child(1) .li-con {
		bottom: 30px;
	}

	.index-sec2 .sec2-ul:hover li:nth-child(1) .li-con .c {
		opacity: 1;
	}

	.index-sec2 .sec2-ul:hover li:nth-child(1):hover .li-con {
		bottom: 30px;
	}

	.index-sec2 .sec2-ul:hover li:nth-child(1):hover .li-con .c {
		opacity: 1
	}

	.index-sec2 .sec2-ul:hover li:hover {
		width: 100%;
	}
}

.index-sec6 .sec6-more{width:270px;background-position:225px center;}

@media (max-width:1200px) {
    .index-sec6 .sec6-more{width:240px;background-position: 195px center}
	.about-sec3 .sec3-bd {
		flex-wrap: wrap;
	}

	.about-sec3 .sec3-fr {
		width: 100%;
		margin-top: 15px;
	}
	.inner-menu .menu-ul::-webkit-scrollbar {display:none;}
	.inner-menu .menu-ul{width:100%;white-space:nowrap;overflow-x:auto;}
	.inner-menu .menu-ul li{width:auto;margin:0 5px;}
		.header-lan{width:70%;}
	.header-lan .lan-down{width:100%;display:flex !important;flex-wrap:wrap;}
}
