html,body{background-color: #fff;}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt60{
	margin-top: 60px;
}
.section {
	background: #fff;
}
.bgfff {
	background: #fff;
}
.woxianshi{
		display: none;
	}
@media (min-width: 768px) {}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
@media (min-width: 1400px) {
	.container {
		width: 1370px;
	}
	.section3 .container,
	.section5 .container,
	.section6 .container{
		width: 1300px;
	}
	.section3 .container{
		width: 1300px;
		display: flex;
		justify-content: center;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1570px;
	}
}
@media (min-width: 1900px) {
	.container {
		width: 1870px;
	}
}
.m_banner {
	display: none;
}
/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
/*banner */
#background_video,#wap_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#video_cover_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../images/video_bg.jpeg') no-repeat;
	background-size: cover;
	background-position: center;
}
#v-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}
.index_main .section1 {
	position: relative;
}
.index_main .section1 .index_banner .item {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg {
	visibility: visible;
	-webkit-animation: scale-bg 6s linear forwards;
	animation: scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt {
	position: absolute;
	top: 40%;
	right: 10px;
	left: 10px;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span {
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 img {
	width: 70px;
	height: 70px;
	margin-right: 25px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .index_banner .item .down-arrow {
	height: 50px;
	line-height: 20px;
	background: url(../images/downarrow.png) no-repeat center bottom;
	background-size: 30px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 10px;
	left: 10px;
	font-size: 14px;
	animation: updown 1s infinite;
	-webkit-animation: updown 1s infinite;
}
@keyframes updown {
	0% {
		bottom: 50px;
		opacity: 1
	}
	10% {
		bottom: 48px;
		opacity: 0.9
	}
	20% {
		bottom: 46px;
		opacity: 0.8
	}
	30% {
		bottom: 44px;
		opacity: 0.7
	}
	40% {
		bottom: 42px;
		opacity: 0.6
	}
	50% {
		bottom: 40px;
		opacity: 0.5
	}
	60% {
		bottom: 38px;
		opacity: 0.4
	}
	70% {
		bottom: 36px;
		opacity: 0.3
	}
	80% {
		bottom: 34px;
		opacity: 0.2
	}
	90% {
		bottom: 32px;
		opacity: 0.1
	}
	100% {
		bottom: 30px;
		opacity: 0
	}
}
.index_main .section1 .slick_txt {
	width: 30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border: 0;
}
.index_main .section1 .left {
	left: 0;
}
.index_main .section1 .right {
	right: 0;
}
.index_main .section1 .slick_txt:hover .slick_arrow {
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow {
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev {
	background-image: url(../images/ban_prev.png);
	left: 60px;
}
.index_main .section1 .slick_txt .next {
	background-image: url(../images/ban_next.png);
	right: 60px;
}
.index_main .section1 .slick_txt .prev:hover {
	background-image: url(../images/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover {
	background-image: url(../images/ban_next_hover.png);
}
.index_main .section1 .number {
	position: absolute;
	bottom: 8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number.hiding {
	display: none;
}
.index_main .section1 .number span {
	font-family: "Myriad Pro", "Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right: 100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}
.index_main .section1 .number span:last-child {
	margin-right: 0;
}
.index_main .section1 .number span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}
.index_main .section1 .number span.active:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.index_main .section2 {
	background: #fff;
}
.index_main .section2 h3 {}
.index_main .section3 {
	width: 100%;
	height: 100%;
}
.heigh3 {
	height: calc(100% - 60px);
}
.index_main .section3 h3 {}
.index_main .section4 {
	background: url(../images/bg4.jpg) no-repeat center;
	background-size: cover;
}
.index_main .section4 .container {
	align-items: center;
}
.fouritem {
	text-align: center;
	color: #fff;
}
.fouritem h3 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: bold;
}
.fouritem h4 {
	color: #B1B1B1;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 20px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.fouritem p {
	font-size:24px;
	line-height: 40px;
}
.right-side {
	opacity: 0;
	width: 50%;
	float: left;
	background: url(../images/s1bg.jpg) no-repeat left bottom;
	background-size: cover;
	height: 100%;
}
.honor-left {
	width: 480px;
	height: 600px;
	background: url(../images/left-3.jpg) no-repeat top center;;
	float: left;
}
.hornor-n {
	display: flex;
	padding: 40px;
	justify-content: center;
	margin-top: 30px;
}
.honor-right {
	width: 850px;
	padding: 80px;
	height: 330px;
	float: left;
	margin-left: -50px;
	background: linear-gradient(112deg, #2953BE 0%, #2C70B9 100%);
	box-shadow: 0px 1px 10px 5px rgba(41, 83, 190, 0.45);
	color: #fff;
}
.honor-right h3 {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.honor-right .data-item {
	border-right: none;
	padding: 0 30px;
}
.honor-right .fubiao {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #AFAFAF;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.honor-right p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	text-indent: 2em;
}
.honor-right .data-top em {
	color: #fff;
}
.honor-right .data-bot,.honor-right .data-bot a{
	color: #fff;
}
.honor-right .hornor-n-right {
	border-left: 1px solid #fff;
	padding-left: 80px;
	margin-left: 60px;
}
@media only screen and (max-width: 1600px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 50px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 18px;
		margin-top: 5px;
	}
	.honor-left {
		width: 400px;
		height: 600px;
		background: url(../images/left-3.jpg) no-repeat top center;
		float: left;
	}
	.honor-right {
		width: 670px;
		padding: 50px;
		height: 370px;
		float: left;
		margin: 25px 0 25px -40px;
		background: linear-gradient(112deg, #2953BE 0%, #2C70B9 100%);
		box-shadow: 0px 1px 44px 5px rgba(-5, 5, 10, 0.45);
		color: #fff;
	}
}
@media only screen and (max-width: 1366px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow {
		background-size: auto 30px;
	}
	.section5 .container {
		width: 1200px;
	}
	.honor-left {
		width: 400px;
		height: 600px;
		background: url(../images/left-3.jpg) no-repeat top center;
		float: left;
	}
	.honor-right {
		width: 670px;
		padding: 50px;
		height: 370px;
		float: left;
		margin: 25px 0 25px -40px;
		background: linear-gradient(112deg, #2953BE 0%, #2C70B9 100%);
		box-shadow: 0px 1px 44px 5px rgba(-5, 5, 10, 0.45);
		color: #fff;
	}
}
@media only screen and (max-width: 1199px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 22px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px) {
	.index_main .section1 .index_banner .item {
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt {
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow {
		display: none !important;
	}
	.index_main .section1 .index_banner .slick-dots {
		position: absolute;
		bottom: 12px;
	}
	.index_main .section1 .index_banner .slick-dots li {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		border: 2px solid #fff;
	}
	.index_main .section1 .index_banner .slick-dots li button {
		display: none;
	}
	.index_main .section1 .index_banner .slick-dots li.slick-active {
		background: #fff;
	}
	.index_main .section1 .number {
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span {
		margin-right: 22px;
	}
	.index_main .section1 .number span:after {
		bottom: -14px;
	}
}
.m-data {
	overflow: hidden;
	font-size: 0;
	text-align: center;
	padding: 30px 0;
	margin-top: 60px;
	display: flex;
}
.data-item {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	border-right: 1px solid #dedede;
	text-align: center;
}
.data-item:last-child {
	border-right: none
}
.data-top {
	font-size: 0;
	line-height: 50px;
	height: 50px
}
.data-top img{
	width: 50px;
}
.data-top em {
	font-size: 50px;
	font-weight: bold;
	color: #005AAA;
}
.data-top span {
	font-size: 14px;
	display: inline-block;
	position: relative;
	padding-left: 5px;
	top: -25px;
}
.data-bot {
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
}
.wap-view{
	display: none;
}
.force-jz {
	height: calc(100% - 200px);
	display: flex;
	align-items: center;
}
.left-side {
	width: 42%;
	float: left;
	padding: 0 3% 0 5%;
}
.left-side h3 {
	line-height: 40px;
	height: 40px;
	font-size: 40px;
	font-weight: bold;
	color: #005AAA;
	margin: -50px 0 10px;
	text-transform: uppercase;
	text-align: left;
}
.left-side .fubiao {
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #212121;
	text-transform: uppercase;
}
.left-side strong {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
	text-indent: 2em;
	color: #212121;
}
.left-side p {
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	line-height: 24px;
	margin-top: 20px;
}
.fourli {
	margin-top: 40px;
	height: 40px;
	line-height: 40px;
}
.fourli li {
	width: 25%;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 16px;
}
.fourli li a{
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.fourli li img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.fourli li:hover img {
	animation: xuanzhuan 0.8s infinite;
	-webkit-animation: xuanzhuan 0.8s infinite;
}
.menu-title {
	margin-top: 60px;
	margin-bottom: 40px;
	overflow: hidden;
}
.menu-title-left {
	width: 50%;
	height: 70px;
	float: left;
}
.menu-title-left h3 {
	font-size: 40px;
	font-weight: bold;
	color: #005AAA;
	line-height: 40px;
	margin-bottom: 10px;
}
.menu-title-left p {
	font-size: 16px;
	color: #212121;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.menu-title-right {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 22px;
	background: url(../images/more.png) no-repeat center;
	background-size: 100%;
	float: right;
}
@keyframes xuanzhuan {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(36deg);
	}
	20% {
		transform: rotate(72deg);
	}
	30% {
		transform: rotate(108deg);
	}
	40% {
		transform: rotate(144deg);
	}
	50% {
		transform: rotate(180deg);
	}
	60% {
		transform: rotate(216deg);
	}
	70% {
		transform: rotate(252deg);
	}
	80% {
		transform: rotate(288deg);
	}
	90% {
		transform: rotate(324deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media only screen and (max-width: 1599px) {
	.z-tab1 li a {}
	.data-item {}
	.z-list10 li a {
		padding: 0 20px;
	}
}
.section2 .fp-tableCell,.section6 .fp-tableCell {
	vertical-align: top !important;
}
.index-news-left {
	display: block;
	width: 710px;
	float: left;
}
.index-news-left img {
	width: 710px;
	height: 414px;
}
.index-news-text{
	height: 100px;
	padding-top: 25px;
}
.index-news-left .riqi{
	width: 100px;
	height: 100px;
	background: url(../images/xieline.jpg) no-repeat center;
	float: left;
	font-size: 40px;
	font-weight: 100;
	line-height: 50px;
	color: #A8A8A8 ;
}
.index-news-left .riqi .riqiday{
	padding-left: 50px;
}
.index-news-left .wenzi{
	float: right;
	width: 600px;
	height: 100px;
}
.index-news-left .wenzi h3{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.index-news-left .wenzi p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-indent: 2em;
}
.index-news-right {
	width: 465px;
	float: right;
	overflow: hidden;
}
.index-news-right li {
	padding: 0 0 30px 0;
	height: 44px;
	border-bottom: 1px dashed #e3e3e3;
	margin-bottom: 30px;
}
.index-news-right li:last-child{
	border-bottom: none;
}
.magic-item-title {
	text-align: left;
	float: left;
	margin-right: 20px;
	width: 80px;
}
.magic-item-text {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
}
.magic-item-time {
	font-size: 14px;
	color: #999;
	margin: 0;
	line-height: 14px;
}
.magic-item-info {
	float: left;
	width: 355px;
	text-align: left;
}
.magic-info-title {
	font-size: 18px;
	line-height: 40px;
	width: 355px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.magic-info-title a:hover {
	color: #005AAA;
}
.magic-info-text {
	vertical-align: middle;
}
@media only screen and (min-width: 1800px) {
	.huoban{
		margin-top: 150px;
	}
}
/* 合作伙伴 */
.home-market-section .section-title a {
	width: 100%;
	display: block;
	position: relative;
}
.home-market-section .section-title a:before {
	position: absolute;
	content: '';
	right: -12px;
	width: 15px;
	height: 15px;
	background: url(../images/marketplace-home-arrow_small.svg);
	background-repeat: no-repeat;
	top: 50%;
	transform: translate(0, -50%);
	transition: .2s;
}
.home-market-section .section-title a:hover:before {
	right: -16px;
}
/*内容盒子*/
.home-market-section .section-inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.home-market-section .section-inner .swiper-container {
	max-width: 1230px;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper {
	align-items: center;
}
/*内容列表*/
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide {
	background: 0 0;
	box-sizing: border-box;
	text-align: center;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a {
	display: block;
	float: left;
	position: relative;
	background-color: #D8D8D8;
	width: 100%;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}
/*左右箭头*/
.home-market-section .section-inner .swiper-button-prev {
	left: -35px;
	top: 40px;
	margin-top: 0;
	background: url(../fonts/marketplace-home-arrow_big.svg);
}
.home-market-section .section-inner .swiper-button-next {
	right: -35px;
	top: 40px;
	margin-top: 0;
	background: url(../fonts/marketplace-home-arrow_big.svg);
	transform: rotate(180deg);
}
.home-market-section .section-inner .swiper-button-next:hover {
	background: url(../fonts/marketplace-home-arrow_big_hover.svg);
}
.home-market-section .section-inner .swiper-button-prev:hover {
	background: url(../fonts/marketplace-home-arrow_big_hover.svg);
}
/*页脚*/
.section6 {
	position: relative;
}
.copyright-out {
	background: linear-gradient(112deg, #2953BE 0%, #2C70B9 100%);
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.copyright {
	padding-top: 60px;
	border-top: 1px solid #ededed;
	width: 100%;
	background: url(../images/foot-bg.png) no-repeat top center;
}
.copyright_c {
	height: 373px;
	width: 1300px;
	margin: 0 auto;
}
.copyright_head {
	height: 307px;
	overflow: hidden;
	border-bottom: 1px solid #6483bf;
}
.copyright_L {
	float: left;
	width: 406px;
}
.copyright_L .img1{
	width: 60%;
}
.copyright_L p {
	display: block;
	width: 381px;
	height: 48px;
	margin-bottom: 26px;
}
.copyright_L span {
	display: block;
	overflow: hidden;
	display: flex;
	    align-items: center;
}
.copyright_L span em {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.copyright_L span em img{
	padding-right: 10px;
}
.copyright_L span strong {
	display: block;
	float: left;
	font-size: 24px;
	color: #f90;
	line-height: 30px;
}
.copyright_L span a {
	display: block;
	float: left;
	width: 70px;
	height: 30px;
	border-radius: 3px;
	overflow: hidden;
	background: url(../images/qq.png) #03d3ff no-repeat 11px center;
	padding-left: 35px;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
	margin-right: 10px
}
.copyright_C {
	float: left;
	overflow: hidden;
}
.copyright_C_list {
	float: left;
	padding-top:0px;
	padding-right: 22px;
}
.copyright_C_list p {
	display: block;
	font-size: 18px;
	color: #fff;
	padding-bottom: 15px;
}
.copyright_C_list p a{
	color: #fff;
}
.about {
	overflow: hidden;
	margin-bottom: 10px;
}
.about a {
	display: block;
	font-size: 14px;
	color: #f0f0f0;
	float: left;
}
.about a:hover {
	color: #3fc7ff;
}
.copyright_R {
	float: right;
	width: 150px;
}
.copyright_R span {
	display: block;
	width: 148px;
	height: 148px;
}
.copyright_R span img {
	width: 100%
}
.copyright_R p {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top: 18px;
}
.copyright_bottom {
	height: 65px;
	line-height: 65px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.copyright_bottom span {
	display: block;
	line-height: 65px;
	font-size: 12px;
	color: #a9a9a9;
	float: left;
}
.copyright_bottom p {
	display: block;
	line-height: 65px;
	font-size: 12px;
	color: #a9a9a9;
	float: right;
}
.copyright_bottom img {
	width: 15px;
}
.copyright_bottom a {
	padding: 0 5px;
	color: #fff;
}
@media (max-width: 1500px) {
	.left-side h3{
		font-size: 40px;
		line-height: 40px;
		height: 40px;
		margin: 20px 0 10px;
	}
	.left-side .fubiao{
		margin-bottom: 20px;
	}
	.left-side strong{
		font-size: 14px;
		line-height: 24px;
	}
	.fourli{
		margin-top: 20px;
	}
	.section5 .container {
	    width: 1000px;
	}
	.hornor-n{
		margin-top: 60px;
		padding: 20px;
	}
	.honor-right .data-item{
		padding: 0 10px;
	}
	.fouritem p{
		font-size: 18px;
	}
	.index-news-left{
		width: 480px;
	}
	.index-news-left img{
		width: 480px;
		height: 280px;
	}
	.index-news-text{
		height: 60px;
	}
	.menu-title{
		margin-top: 100px;
	}
	.index-news-left .riqi{
		height: 60px;
		width: 60px;
		font-size: 25px;
		line-height: 30px;
		background-size: 60px;
	}
	.index-news-left .riqi .riqiday {
	    padding-left: 30px;
	}
	.index-news-left .wenzi{
		width: 400px;
	}
	.index-news-left .wenzi h3{
		font-size: 20px;
	}
	.index-news-left .wenzi p{
		line-height: 24px;
	}
	.index-news-right li {
	    padding: 0 0 20px 0;
	    height: 44px;
	    border-bottom: 1px dashed #e3e3e3;
	    margin-bottom: 20px;
	}
	.menu-title-left {
	    width: 50%;
	    float: left;
	}
	.menu-title-left h3 {
	    font-size: 40px;
	    line-height: 40px;
	}
	.menu-title-left p {
	    font-size: 14px;
	    color: #212121;
	    line-height: 14px;
	    text-transform: uppercase;
	    letter-spacing: 3px;
	}
	.menu-title-right {
	    background-size: 20px;
	}
	.section6 .menu-title {
		margin-top: 80px;
		margin-bottom: 20px;
	}
	.copyright{
		padding-top: 50px;
	}
	.copyright_c{
		width: 1100px;
	}
	.copyright_L {
	    width: 370px;
	}
	.copyright_L p{
		 width: 370px;
	}
}
@media (max-width: 1050px) {
	.woxianshi{
		display: block;
	}
	.m-data {
		margin-top: 0px;
	}
	.data-item {
		display: inline-block;
		vertical-align: middle;
		width: 20%;
		border-right: 1px solid #dedede;
		text-align: center;
	}
	.data-item:last-child {
		border-right: none
	}
	.data-top {
		font-size: 0;
		line-height: 36px;
		height: 36px
	}
	.data-top em {
		font-size: 36px;
		font-weight: bold;
		color: #005AAA;
	}
	.data-top span {
		font-size: 14px;
		display: inline-block;
		position: relative;
		padding-left: 5px;
		top: -16px;
	}
	.data-bot {
		font-size: 12px;
		color: #666;
		height: 12px;
		line-height: 12px;
		margin-top: 8px;
	}
	.left-side h3{}
}
@media (max-width: 768px) {
	.index_banner {
		display: none;
	}
	.m_banner {
		display: block;
		width: 100%;
		height: 320px;
		background: url(../images/m_banner.jpg) no-repeat center;
	}
	.m_banner .inner{
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		height: 100%;
		font-size: 20px;
		font-weight: bold;
	}
	.m_banner .inner img{
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.m_banner_text{position: absolute;}
	.section2 {
		width: 100%;
		margin: -50px auto 0px;
		padding: 0;
	}
	.m-data {
		width: 90%;
		display: block;
		margin: -50px auto 30px;
		padding: 0 0 10px;
		background: linear-gradient(112deg, #2953BE 0%, #2C70B9 100%),url(../images/m-data-bg.png) no-repeat left bottom;
		box-shadow: 0px 3px 5px 0px rgba(5, 14, 44, 0.2);
	}
	.data-item {
		display: inline-block;
		vertical-align: middle;
		width: calc(50% - 30px);
		border-right: none;
		text-align: left;
		padding: 15px 0 15px 30px;
		color: #fff;
	}
	.data-top em,
	.data-bot {
		color: #fff;
	}
	.firstitem {
		width: calc(100% - 60px);
		background: #fff;
		text-align: left;
		padding: 15px 30px;
		margin-bottom: 10px;
	}
	.firstitem em {
		color: #005AAA;
	}
	.firstitem .data-bot,
	.firstitem .data-top span {
		color: #666;
	}
	.short-line {
		width: 59px;
		height: 9px;
		border-radius: 10px;
		background: #009A4E;
		box-shadow: 0px 2px 5px 0px rgba(0, 66, 33, 0.3);
		margin: 10px 0px;
	}
	.pc-view{
		display: none;
	}
	.wap-view{
		display: block;
	}
	.left-side h3 {
	    line-height: 20px;
	    height: 20px;
	    font-size: 20px;
	    font-weight: bold;
	    color: #005AAA;
	    margin: 60px 0 10px;
	    text-align: left;
	}
	.left-side .fubiao{
		font-size: 12px;
		letter-spacing: 0;
		line-height: 14px;
		height: 28px;
		margin-bottom: 0;
	}
	.right-side{
		opacity: 1;
	}
	.right-side img{
		width: 100%;
	}
	.wap_s{
		padding: 10px 5%;
		text-indent: 2em;
		display: block;
		line-height: 24px;
	}
	.wap-dongtai{
		background: url(../images/logowap.png) no-repeat center left;
		background-size: 60px;
		overflow: hidden;
		width: calc(90% - 60px);
		margin: 10px auto 35px;
		padding: 0px 0 0px 70px;
	}
	.wap-dongtai li{
		width: 50%;
		height: 40px;
		float: left;
	}
	.wap-dongtai li a{
		border-radius: 6px;
		width: 96%;
		margin: 5px 2%;
		height: 30px;
		display: flex;
		align-items: center;
		background: #005aaa;
		color: #fff;
	}
	.wap-dongtai li a img{
		width: 24px;
		margin: 0 10px;
	}
	.section3 .mt60{
		margin-top: 0;
	}
	.section3 .container{
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.juzhong{
		display: block;
	}
	.honor-left{
		width: 100%;
		height: 300px;
		overflow: hidden;
		background-size: 100%;
	}
	.honor-right{
		width: 74%;
		margin: -80px 5% 20px;
		padding: 20px 8% 35px;
		height:auto;
		box-shadow: 0px 1px 5px 5px rgb(0 5 10 / 5%);
	}
	.honor-right h3{
		font-size: 30px;
		line-height: 30px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.honor-right .fubiao{
		font-size: 16px;
		line-height:16px;
	}
	.honor-right p {
		font-size: 14px;
		line-height: 27px;
		margin-bottom: 15px;
		text-indent: 2em;
		text-align: justify;
	}
	.hornor-n{
		padding: 0;
		margin-top: 0;
	}
	.hornor-n .data-item{
		text-align: left;
	}
	.honor-right .data-item{
		padding:0px;
	}
	.data-bot{
		font-size: 12px;
	}
	.honor-right .hornor-n-right{
		margin-left: 10px;
		border-right: none;
		background: #fff;
		border-radius: 8px;
		text-align: center;
		width: 95px;
	}
	.honor-right .hornor-n-right img{
		height: 35px;
		margin: 0px auto;
		padding-top: 5px;
	}
	.honor-right .hornor-n-right .data-bot,.honor-right .hornor-n-right .data-bot a{
		color: #005aaa;
	}
	.index_main .section4{
		background: none;
	}
	.w-bg{
		width: 100%;
		height: 500px;
		background: url(../images/w-bg.jpg) no-repeat top center;
		background-size: cover;
		position: relative;
		margin-bottom: 20px;
	}
	.n-w-bg{
		width: 90%;
		height: 100px;
		padding:90px 5% 20px;
		background: url(../images/w-cover.png) no-repeat bottom center;
		background-size: 100%;
		position: absolute;
		bottom: 0;
		text-align: right;
	}
	.n-w-bg h3{
		color: #005aaa;
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.n-w-bg h4{
		color: #212121;
		font-size: 14px;
		line-height: 14px;
		text-transform:uppercase;
		margin-bottom: 20px;
	}
	.n-w-bg p{
		color: #212121;
		font-size: 14px;
		line-height: 16px;
	}
	.section5 .container{
		width: 90%;
		height: 100%;
		overflow: hidden;
		padding-left: 5%;
		padding-right: 5%;
	}
	.menu-title{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.menu-title-left h3{
		font-size: 20px;
		line-height: 20px;
	}
	.menu-title-left {
	    width: 50%;
	    height: 50px;
	    float: left;
	}
	.menu-title-right{
		width: 30px;
		height: 30px;
		margin-top: 10px;
		background-size: 20px;
	}
	.index-news-text{
		padding-top:15px;
		height: 80px;
	}
	.index-news-left {
		display: block;
		width: 100%;
		float: none;
	}
	.index-news-left img{
		width: 100%;
		height: auto;
	}
	.index-news-left .riqi{
		width: 64px;
		    height: 64px;
		    background: url(../images/xieline.jpg) no-repeat center;
		    float: left;
		    font-size: 32px;
		    font-weight: 100;
		    line-height: 32px;
		    color: #A8A8A8;
			background-size: 64px;
	}
	.index-news-left .riqi .riqiday{
		padding-left: 25px;
	}
	.index-news-left .wenzi{
		width: calc(100% - 75px);
		height: 80px;
	}
	.index-news-left .wenzi h3{
		font-size: 18px;
		font-weight: bold;
		line-height: 18px;
		height: 18px;
		overflow: hidden;
	}
	.index-news-left .wenzi p {
	    font-size: 14px;
	    line-height: 18px;
		height: 36px;
		overflow: hidden;
	    color: #666;
	    text-indent: 0;
	}
	.index-news-right{
		width: 100%;
	}
	.index-news-right li{
		    padding: 0 0 10px 0;
		    margin-bottom: 10px;
	}
	.section6 .menu-title {
	    margin-top: 20px;
	    margin-bottom: 10px;
	}
	.magic-item-title{
		width: 50px;
		margin-right: 0;
	}
	.magic-item-info{
		width: calc(100% - 70px);
		margin-left: 20px;
	}
	.magic-info-title{
		width: 100%;
	}
	.magic-item-text{
		font-size: 16px;
	}
	.home-market-section .section-inner .swiper-button-next,.home-market-section .section-inner .swiper-button-prev{
		display: none;
	}
	.copyright_head{
		height: 370px;
	}
	.copyright-out{
		position: relative;
		margin-top: 30px;
	}
	.copyright{
		padding-top: 30px;
	}
	.copyright_c{
		width: 100%;
		height: 470px;
	}
	.copyright_C{
		display: none;
	}
	.copyright_L{
		width: 90%;
		margin: 0 5%;
	}
	.copyright_L p{
		width: 100%;
		display: flex;
		justify-content: center;
		height: unset;
	}
	.copyright_R{
		width: 100%;
		float: none;
		margin: 20px 0;
	}
	.copyright_R p {
	    padding-top: 5px;
	}
	.copyright_R span{
		width: 100px;
		height: 100px;
		margin: 10px auto 0px;
	}
	.copyright_bottom{
		padding-bottom: 20px;
		padding-top: 20px;
		width: 100%;
		text-align: center;
		line-height: 20px;
		display: block;
	}
}