﻿
body,input,h1,h2,h3,h4,h5,h6,b,c,e,i,g,p,div,dl,dt,dd,select,textarea,font,right,left {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
/*	font-family: "Tit","Light";*/
	line-height: 1;
	font-weight: normal;
	letter-spacing: 0px;
}
body,html {
	height: 100%;
	position: relative;
	width: 100%;
	background-color: #ffffff;
	font-size: 62.5%;
}
img {
	display: block;
}
a {
	color: #333;
	text-decoration: none;
}
ul, ol, li, dl, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6,span,dd,dt,b,c,e,a,font,right,left {
	-webkit-text-size-adjust: 100%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix: after {
	display: block;
	content: '';
	clear: both;
}
.bg_big {
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	font-family: arial;
}
.swiper-pagination-v {
	right: 5rem;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-o-transform: translate(0,-50%);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}
.swiper-pagination-v .swiper-pagination-bullet {
	border-radius: 0;
	margin: 1.6rem 3rem 1.6rem 0 !important;
	background-color: transparent;
	font-size: 1.8rem;
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	padding-bottom: 0.6rem;
	border-bottom: 0.2rem solid transparent;
	opacity: 1;
	position: relative;
	width: auto;
	height: auto;
	display: block;
	outline: none;
}
.swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #fff;
	color: #fff
}
.swiper-pagination-v.type2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #333
}
.swiper-pagination-v .swiper-pagination-bullet .line {
	width: 3.5rem;
	height: 0.1rem;
	position: absolute;
	right: -5rem;
	top: 50%;
	background-color: #fff;
	display: none
}
.swiper-pagination-v.type2 .swiper-pagination-bullet .line {
	background-color: #333
}
.swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active .line {
	display: block
}
.swiper-pagination-v .swiper-pagination-bullet .line {
	width: 3.5rem;
	height: 0.1rem;
	position: absolute;
	right: -5rem;
	top: 50%;
	background-color: #fff;
	display: none
}
.swiper-pagination-v .swiper-pagination-bullet .swiper-pagination-bullet-active .line {
	background-color: #333
}
.swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active .line {
	display: block
}
.conainerwrap {
	height: 100%;
}
/* banner*/
	.banner {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.banner .swiper-container {
	height: 100%;
}
.banner .swiper-container .swiper-slide {
	overflow: hidden;
}
.banner img.ban_img {
	display: block;
	width: auto;
	min-width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 0;
}
.banner .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	z-index: 1;
}
.banner .text p {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	margin-bottom: 3rem;
	letter-spacing: 0.8rem;
}
.banner .text h3 {
	font-size: 7.2rem;
	line-height: 9.5rem;
	color: #ffffff;
	/*text-shadow: 2px 2px 5px rgba(0,0,0,0.5);*/
	margin-bottom: 9rem;
/*	font-weight: bold;*/
}
.banner .text h4 {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	margin-bottom: 3rem;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
}
.banner .text .link {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 8rem;
}
.banner a.more{
	width: 26rem;
	height: 7rem;
	font-size: 3rem;
	line-height: 6.8rem;
}
.more {
	display: inline-block;
	min-width: 20rem;
    height: 5.2rem;
    line-height: 5rem;
    font-size: 2.2rem;
	text-align: center;
	border: 0.1rem solid #FFFFFF;
	background-color: rgba(255,255,255,0.25);
	border-radius: 3.5rem;
	color: #FFFFFF;
/*	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;*/
	box-sizing: border-box;
	padding: 0 2rem;
	position: relative;
	z-index: 0;
	overflow: hidden;
	box-sizing: border-box;
}
/*.banner .text .link a {
	margin-right: 3rem;
}*/
.more::after {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	border-radius: 2rem;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
	z-index: -1;
}
.more:hover::after {
	width: 100%;
}
.more:hover {
	color: #333333;
}
.banner .text .link a: last-child {
	margin-right: 0;
}
.banner .text .link a i {
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 0.1rem solid #fff;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 10px;
}
#wrapper {
	position: absolute;
	bottom: 8rem;
	left: 0;
}
#wrapper section #section-home #block-4 {
	padding: 0;
}
#wrapper section #section-home #block-4 ul {
	width: 1260px;
	margin: 0 auto;
	max-width: 1260px;
}
#wrapper section #section-home #block-4 ul > li {
	width: 20%;
}
#wrapper section #section-home #block-4 ul > li h3 {
	color: #fff;
	font-size: 1.4rem;
	color: #fff;
	padding-top: 1rem;
	letter-spacing: 0;
	font-weight: normal;
}
#wrapper section #section-home #block-4 ul > li img {
	display: block;
	width: 4rem;
	margin: 1rem auto 0;
}
#wrapper section #section-home #block-4 ul > li .icon {
	height: auto;
	width: auto;
}
#wrapper section #section-home #block-4 ul > li .icon .knob {
	font-size: 2.6rem!important;
	width: 100% !important;
	margin-left: 0 !important;
	left: 0;
	font-weight: bold !important;
}
.mun_top .criler {
	position: relative;
}
#myCanvas,#myCanvas02,#myCanvas03,#myCanvas04,#myCanvas05 {
	position: absolute;
	top: -0.3rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: none;
}
.paginationbanner {
	width: 100%;
	position: relative;
	margin-top: 3rem;
}
.paginationbanner .swiper-pagination-bullet {
	width: 3.2rem;
	height: 0.4rem;
	border-radius: 0;
	background-color: #FFFFFF;
	opacity: 0.5;
	margin-right: 1rem;
}
.paginationbanner .swiper-pagination-bullet-active {
	opacity: 1;
}
.paginationbanner .swiper-pagination-bullet: last-child {
	margin-right: 0;
}
.videomask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000;
	z-index: 2;
	display: none;
}
.videomask video {
	display: block;
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.videomask .fa {
	font-size: 6rem;
	color: #DDDDDD;
	position: absolute;
	right: 5%;
	top: 12%;
	z-index: 3;
	cursor: pointer;
	display: block;
}
.ban{
	position: absolute;
	left: 0;
	bottom: 9rem;
	width: 100%;
	z-index: 1;
}
.main{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.ban1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ban1 ul li{
	width: 16%;
}
.ban1 ul li img{
	width: 100%;
}
.ban2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.w700{
	width: 94%;
	max-width: 700px;
	margin: 0 auto;
}
.ban2 ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13rem;
	height: 13rem;
	font-size: 2.8rem;
	line-height: 4rem;
	color: #ffffff;
	text-align: center;
	border: 0.1rem solid #ffffff;
	border-radius: 50%;
}
.ban3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ban3 ul li{
	width: 32%;
	max-width: 150px;
}
.ban3 ul li h3{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13rem;
	height: 13rem;
	font-size: 2.4rem;
	line-height: 4rem;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	border: 0.1rem solid #ffffff;
	border-radius: 50%;
}
.ban3 ul li p{
	font-size: 2.4rem;
	color: #ffffff;
	text-align: center;
	margin-top: 1.5rem;
}
.num-gd {
	position: absolute;
	left: 0;
	bottom: 5rem;
	width: 100%;
	z-index: 1;
}
.num-gd .mumping_mun {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.num-gd .mumping_mun li {
	margin-right: 10rem;
}
.num-gd .mumping_mun li: last-child {
	margin-right: 0;
}
.num-gd .mumping_mun li .mun_top h2 {
	position: relative;
	display: block;
	width: 10rem;
	height: 10rem;
	border: 0.1rem solid rgba(255,255,255,0.8);
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 2.4rem;
	color: #ffffff;
	margin: auto;
}
.num-gd .mumping_mun li .mun_top h3 {
	font-size: 1.4rem;
	color: #FFFFFF;
	margin-top: 1rem;
}
.num-gd .mumping_mun li .mun_top h2: after {
	position: absolute;
	content: "+";
	right: 9%;
	top: 48%;
	transform: translateY(-50%);
	color: #fff;
}
.num-gd .mumping_mun li: nth-of-type(2) .mun_top h2: after {
	right: 12%;
}
.num-gd .mumping_mun li: nth-of-type(3) .mun_top h2: after {
	right: 19%;
}
/* index01*/
	.index01 {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.index01 .imgbox {
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.index01 .imgbox img {
	display: none;
	width: auto;
	position: absolute;
	left: 50%;
	height: 100%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	min-width: 100%;
}
.index01 .imgbox img:first-child {
	display: block;
}
.index01 .ind1{
	width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}
.index01 .text {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 56rem;
/*	position: absolute;
	top: 0;
	left: 0;*/
	z-index: 2;
}
.index01 .text a {
	display: block;
	width: 20%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-right: 1px solid #FFFFFF;
	position: relative;
}
.index01 .text a::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 252, 252, 0.66);
	opacity: 0;
	transition: all .3s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.index01 .text a: last-child {
	border-right: none;
}
.index01 .text a .cont {
	width: 100%;
	box-sizing: border-box;
	padding: 0 1rem;
	text-align: center;
	position: relative;
	z-index: 2;
}
.index01 .text a .cont h3 {
	font-size: 2.4rem;
	color: #ffffff;
}
.index01 .text a:hover .cont h3 {
    color: #000000;
}
.index01 .text a .conthover strong {
	display: block;
	display: block;
	width: 8rem;
	height: 0.3rem;
	background-color: #000000;
	margin: 1.2rem auto 0;
	transition: all .3s;
}
.index01 .text a ul li{
	font-size: 1.8rem;
	color: #000000;
	text-align: center;
	margin-top: 2.5rem;
}
.index01 .text a:hover::after {
	opacity: 1;
}
.index01 .text a:hover .cont i {
	background-color: #FFFFFF;
	color: rgba(0,0,0,0.8);
}
.index01 .text a:hover .cont {
	opacity: 0;
}
.index01 .text a .conthover {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	opacity: 0;
	transition: all .3s;
}
.index01 .text a:hover .conthover {
	opacity: 1;
	top: 50%;
}
.index02 {
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.title{
	position: relative;
	color: #ffffff;
	text-align: center;
	margin-bottom: 6rem;
	z-index: 100;
}
.title h2{
	font-size: 4rem;
}
.title p{
	font-size: 2rem;
	margin-top: 2.5rem;
}
.ind1 a.more{
	position: relative;
	z-index: 100;
	margin: 6rem auto 0;
}
.index02 a {
	display: block;
	width: calc(100%/2);
	box-sizing: border-box;
	height: calc(100%/2);
	overflow: hidden;
	position: relative;
}
.index02 a::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top, #158dcb 0%, #50b2d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#158dcb), color-stop(100%,#50b2d5));
	background: -webkit-linear-gradient(top, #158dcb 0%,#50b2d5 100%);
	opacity: 0;
	transition: all .3s;
}
.index02 a:hover::after {
	opacity: 0.75;
}
.index02 a img {
	display: block;
	width: auto;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 100%;
}
.index02 a .text {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 0 10rem;
	text-align: center;
	z-index: 2;
}
.index02 a .text h3 {
	font-size: 3.6rem;
	color: #ffffff;
/*	text-shadow: 0px 2px 6px rgba(0,0,0,0.5);*/
	margin-bottom: 3rem;
/*	font-weight: bold;*/
}
.index02 a .text h4 {
	font-size: 1.8rem;
	color: #fffcfc;
/*	text-shadow: 0px 2px 6px rgba(0,0,0,0.5);*/
	line-height: 3rem;
	min-height: 9rem;
}
.index02 a .text font {
	margin: auto;
	margin-top: 4rem;
}
.index02 .circle {
	width: 23.5rem;
	height: 23.5rem;
	box-sizing: border-box;
	border: 1rem solid #eeeeee;
	background-color: #FFFFFF;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	border-radius: 50%;
}
.index02 .circle font {
	font-size: 3.6rem;
	line-height: 7rem;
	color: #000000;
}
/* index03wrap*/
	.index03wrap {
	background: url(../images/i-newsbg_02.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.index03wrap .index03 {
	width: 80%;
	margin: auto;
	box-sizing: border-box;
	padding-top: 7rem;
}
.index03wrap .index03 .t-top {
	text-align: center;
}
.index03wrap .index03 .t-top h3 {
	font-size: 3.8rem;
	color: #ffffff;
	margin-bottom: 3rem;
}
.index03wrap .index03 .t-top strong {
	width: 9rem;
	background-color: #FFFFFF;
	margin: 3rem auto;
	height: 0.2rem;
	display: none;
}
.index03wrap .index03 .cont {
	width: 100%;
	/* display: flex;
	display: -webkit-inline-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
	position: relative;
}
.index03wrap .index03 .cont a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 1rem;
	background-color: #FFFFFF;
}
.index03wrap .index03 .cont a .imgbox {
	display: block;
	width: 100%;
	overflow: hidden;
}
.index03wrap .index03 .cont a .imgbox img {
	display: block;
	width: 100%;
	transition: all .6s;
}
.index03wrap .index03 .cont a:hover .imgbox img {
	transform: scale(1.1);
}
.index03wrap .index03 .cont a .text {
	width: 100%;
	box-sizing: border-box;
	padding: 2rem;
}
.index03wrap .index03 .cont a .text h3 {
	font-size: 1.8rem;
	color: #222222;
	line-height: 2.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 3rem;
}
.index03wrap .index03 .cont a:hover .text h3 {
	color: #2199d8;
}
.index03wrap .index03 .cont a .text h4 {
	font-size: 1.5rem;
	color: #888888;
	line-height: 2rem;
	margin-bottom: 3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index03wrap .index03 .cont a .text .bot {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.index03wrap .index03 .cont a .text .bot p {
	font-size: 1.2rem;
	color: #aaaaaa;
}
.index03wrap .index03 .cont a .text .bot i {
	display: flex;
	display: -webkit-flex;
	width: 3rem;
	height: 3rem;
	border: 1px solid #aaaaaa;
	font-size: 1.4rem;
	color: #aaaaaa;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50%;
	transition: all .3s;
}
.index03wrap .index03 .more {
	margin: auto;
	margin-top: 4rem;
	width: 14rem;
	height: 4rem;
}
.index03wrap .index03 .cont a:hover .text .bot i {
	background-color: #2199d8;
	border-color: #2199d8;
	color: #FFFFFF;
}
.index03wrap .index03 .cont .swiper-pagination {
	position: relative;
	width: 100%;
	margin-top: 3rem;
}
.index03wrap .index03 .cont .swiper-pagination-bullet {
	width: 0.8rem;
	height: 0.8rem;
	background-color: #FFFFFF;
	margin-right: 1rem;
	opacity: 1;
}
.index03wrap .index03 .cont .swiper-pagination-bullet: last-child {
	margin-right: 0;
}
.index03wrap .index03 .cont .swiper-pagination-bullet-active {
	background-color: #1c52bb;
}
.index03wrap .index03 .swiper-button-next,.index03wrap .index03 .swiper-button-prev {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: none;
	width: 4rem;
	height: 4rem;
	margin-top: -4.1rem;
}
.index03wrap .index03 .swiper-button-next i,.index03wrap .index03 .swiper-button-prev i {
	font-size: 1.8rem;
	color: #1c52bb;
}
.index03wrap .index03 .swiper-button-next {
	right: -5rem;
}
.index03wrap .index03 .swiper-button-prev {
	left: -5rem;
}
/* index04wrap*/
	.index04wrap {
	width: 100%;
	position: relative;
}
.index04wrap::after {
	content: '';
	display: block;
	width: 50%;
	right: 0;
	height: 100%;
	background: url(../images/ind4r.jpg);
	background-size: cover;
	position: absolute;
	top: 0;
	z-index: 0;
}
.index04wrap .index04 {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.index04wrap .index04 .left {
	width: 50%;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
}
.index04wrap .index04 .left .top {
	width: 100%;
	box-sizing: border-box;
	padding-left: 20%;
	margin-bottom: 4rem;
}
.index04wrap .index04 .left .top p {
	font-size: 1.6rem;
	color: #666666;
	margin-bottom: 2rem;
}
.index04wrap .index04 .left .top h3 {
	font-size: 3.6rem;
	color: #222222;
}
.index04wrap .index04 .left .cont {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.index04wrap .index04 .left .cont a {
	display: block;
	width: 47%;
	margin-bottom: 5%;
	position: relative;
}
.index04wrap .index04 .left .cont a::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top, #ffbe63 0%, #158dcb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbe63), color-stop(100%,#158dcb));
	background: -webkit-linear-gradient(top, #ffbe63 0%,#158dcb 100%);
	opacity: 0;
	transition: all .3s;
}
.index04wrap .index04 .left .cont a:hover::after {
	opacity: 0.7;
}
.index04wrap .index04 .left .cont a img {
	display: block;
	width: 100%;
}
.index04wrap .index04 .left .cont a .text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	box-sizing: border-box;
	padding: 0 4rem;
	z-index: 2;
}
.index04wrap .index04 .left .cont a .text h3 {
	font-size: 2.4rem;
	color: #ffffff;
	margin-bottom: 2rem;
}
.index04wrap .index04 .left .cont a .text h4 {
	font-size: 1.4rem;
	color: #ffffff;
	margin-bottom: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index04wrap .index04 .left .cont a .text .more {
	width: 11.6rem;
	height: 3.4rem;
	line-height: 3.4rem;
}
.index04wrap .index04 .left .more02 {
	border: 1px solid #1c52bb;
	color: #1c52bb;
	margin-left: 0;
}
.index04wrap .index04 .left .more02::after {
	background-color: #1c52bb;
}
.index04wrap .index04 .left .more02:hover {
	color: #FFFFFF;
}
.index04wrap .index04 .left .href {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 0rem;
	box-sizing: border-box;
	padding-left: 20%;
	padding-right: 8%;
}
.index04wrap .index04 .left .href .fx {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-left: 3rem;
}
.index04wrap .index04 .left .href .fx a {
	background-image: none;
	font-size: 1.7rem;
	color: #aaaaaa;
	padding: 0;
	margin-right: 2rem;
}
.index04wrap .index04 .left .href .fx a: last-child {
	margin-right: 0;
}
.index04wrap .index04 .right {
	width: 50%;
	height: 100%;
}
.index04wrap .index04 .right .cont {
	width: 50%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-flow: column;
	flex-flow: column;
}
.index04wrap .index04 .right .cont .box {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	padding: 0 7rem;
	height: 50%;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
}
.index04wrap .index04 .right .cont .box::after {
	content: '';
	background: -moz-linear-gradient(top, #ffbe63 0%, #158dcb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbe63), color-stop(100%,#158dcb));
	background: -webkit-linear-gradient(top, #ffbe63 0%,#158dcb 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0.9;
}
.index04wrap .index04 .right .cont .box p {
	font-size: 1.6rem;
	color: #ffffff;
	margin-bottom: 2rem;
	position: relative;
	z-index: 1;
}
.index04wrap .index04 .right .cont .box h3 {
	font-size: 3.6rem;
	color: #FFFFFF;
	margin-bottom: 4rem;
	position: relative;
	z-index: 1;
}
.index04wrap .index04 .right .cont .box .imgbox {
	width: 100%;
	position: relative;
	z-index: 1;
}
.index04wrap .index04 .right .cont .box .imgbox img {
	display: block;
	width: 100%;
}
.index04wrap .index04 .right .cont .text {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 7rem;
	margin-top: 7rem;
	text-align: justify;
}
.index04wrap .index04 .right .cont .text h4 {
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 3rem;
	margin-bottom: 5rem;
}
.index04wrap .ba {
	width: 80%;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	left: 10%;
	bottom: 6rem;
	z-index: 2;
}
.index04wrap .ba .left {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	width: 50%;
}
.index04wrap .ba .left p {
	font-size: 1.4rem;
	color: #aaaaaa;
}
.index04wrap .ba .left a {
	font-size: 1.4rem;
	color: #AAAAAA;
	margin-left: 4rem;
}
.index04wrap .ba .se {
	font-size: 1.4rem;
	color: #FFFFFF;
}
.index04wrap .ba .link {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	padding-left: 7rem;
}
.index04wrap .ba .link .fx {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.index04wrap .ba .link .fx a {
	background-image: none;
	font-size: 1.4rem;
	color: rgba(255,255,255,0.8);
	padding: 0;
	margin-right: 2rem;
}
.index04wrap .ba .link .fx a: last-child {
	margin-right: 0;
}
/* index05wrap*/
	.index05wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background: url(../images/ind3.jpg)no-repeat;
	background-size: cover;
}
.index05wrap .index05 {
	width: 100%;
}
.index05 {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.w1280{
	width: 94%;
	max-width: 1280px;
	margin: 0 auto;
}
.index05 ul {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.index05 ul li {
	width: 45%;
	box-sizing: border-box;
	padding: 5rem;
	text-align: center;
	margin-bottom: 4rem;
	border: 1px solid #ffffff;
	border-radius: 54.6rem;
}
.index05 ul li h3 {
	font-size: 2.4rem;
}
.index05 ul li h3:after{
	content: "";
	display: block;
	width: 3rem;
	height: 0.2rem;
	margin: 1.5rem auto 0;
	background-color: #ffffff;
}
.index05 dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.index05 dl dt{
	font-size: 1.8rem;
	margin-right: 1rem;
	margin-top: 1.5rem;
}
.index05wrap .index05 .more {
	margin: auto;
	margin-top: 4rem;
}
.index04 .title{
	text-align: left;
	margin-bottom: 5rem;
}
.ind4_lf .title h2{
	color: #000000;
}
.ind4_lf{
	width: 48% !important;
	max-width: 740px;
	margin: 0 auto;
}
.ind4_lf ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ind4_lf ul li{
	width: 47.7%;
/*	min-height: 18.5rem;*/
	margin-bottom: 2rem;
	padding: 3rem 1rem 2.5rem 5rem;
	background: url(../images/ind4_11.jpg)top center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.ind4_lf ul li:nth-child(2){
	background-image: url(../images/ind4_13.jpg);
}
.ind4_lf ul li:nth-child(3){
	background-image: url(../images/ind4_18.jpg);
}
.ind4_lf ul li:nth-child(4){
	background-image: url(../images/ind4_20.jpg);
}
.ind4_lf ul li:nth-child(5){
	background-image: url(../images/ind4_24.jpg);
}
.ind4_lf ul li:nth-child(6){
	background-image: url(../images/ind4_26.jpg);
}
.ind4_lf ul li:nth-child(7){
	background-image: url(../images/ind4_30.jpg);
}
.ind4_lf ul li:nth-child(8){
	background-image: url(../images/ind4_32.jpg);
}
.ind4_lf ul li h3{
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
}
.ind4_lf ul li p{
	font-size: 1.8rem;
	line-height: 3.6rem;
}
.ind4_ri{
	position: relative;
	background: url(../images/ind4r.jpg)center no-repeat;
	background-size: cover;
}
.footer *{
	color: #666666 !important;
	text-align: center;
}
.ind4_con{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	display: flex;
	align-items: center;
	width: 85%;
	min-height: 65rem;
	max-width: 530px;
	padding: 4.1rem;
	background: rgba(23, 23, 23, 0.6);
	box-sizing: border-box;
}
.ind4_con p{
	font-size: 1.8rem;
	line-height: 3.6rem;
}
@media only screen and (max-width: 1600px) {
	body,html {
	font-size: 8.5px;
}
.num-gd .mumping_mun li .mun_top h2 {
	width: 9rem;
	height: 9rem;
	font-size: 2.4rem;
}
.more {
	height: 5rem;
	line-height: 5rem;
}
.index03wrap .index03 .cont a .text h4 {
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin-bottom: 2rem;
}
.index03wrap .index03 .cont a .text h3 {
	font-size: 2rem;
	line-height: 2rem;
	margin-bottom: 2rem;
}
.index04wrap .index04 .left .top {
	margin-bottom: 2rem;
}
.index04wrap .index04 .left .cont a .text .more {
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
}
.index04wrap .index04 .right .cont .text {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 5rem;
	margin-top: 7rem;
	text-align: unset;
}
.index04wrap .index04 .right .cont .text h4 {
	font-size: 1.5rem;
	line-height: 2.3rem;
	margin-bottom: 5rem;
}
.index04wrap .index04 .right .cont .box {
	padding: 0 5rem;
}
.index04wrap .index04 .left .href .fx a {
	font-size: 1.9rem;
}
/* 20200706*/
	.innerbanner .text h3 {
	font-size: 52px;
}
.case01wrap {
	width: 90%;
}
.video {
	width: 1100px;
}
.headerwrap .header .nav li .nav02 {
	top: 7rem;
}
}
.innerwrap .fy {
	background-color: #fff;
}
.innerwrap .honor01wrap .fy {
	background-color: #f1f2f3;
}
.kf_img {
    width: 70px;
}
.logo{
	position: absolute;
	left: 10%;
	top: 15%;
	width: 200px;
	z-index: 100;
}



@media only screen and (max-width: 1280px) {
	body,html {
	font-size: 8px;
}
}
/* pc*/
	.pc_black {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 10;
}
.pc_black>h3 {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	display: none;
}
.pc_black>h3>p {
	font-size: 20px;
	color: #ccc;
	margin-bottom: 35px;
}
.pc_black>h3>span {
	display: block;
	font-size: 14px;
	color: #ccc;
	line-height: 24px;
}
@media only screen and (max-width: 1200px ) {
	.pc_black {
	display: block;
}
.pc_black>h3 {
	display: block;
}
/* .index01,.index02,.index03 {
	display: none;
}*/
	
}