@charset "utf-8";

#loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #fff;
}

html {
	font-size: 100px;
	min-width: 320px;
	overflow-x: auto;
}

html.overflow {
	height: 100vh;
	overflow: hidden;
}

.container {
	width: 1580px;
	max-width: 94%;
	margin: 0 auto;
	font-size: .16rem;
}

.header {
	position: fixed;
	top: -120px;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 1000;
	width: 100%;
	padding: .1rem 0;
	background: #237ad5;
	-webkit-transition: all 0.42s linear 0s;
	-moz-transition: all 0.42s linear 0s;
	-ms-transition: all 0.42s linear 0s;
	-o-transition: all 0.42s linear 0s;
	transition: all 0.42s linear 0s;
}

.header .container {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 1780px;
}

.header .right-box {
	position: relative;
	width: 8rem;
	max-width: calc(100% - 8rem);
	/* padding: 0 1rem 0 0; */
}

.header.show {
	top: 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.header.show .logo img {
	max-height: .7rem;
}

.header.inset {
	top: 0;
	padding: .2rem 0;
	background: none;
}

.header.inset.show {
	padding: .1rem 0;
	background: #237ad5;
}

.body1 {
	position: relative;
	z-index: 1;
	height: 100%;
	overflow: hidden;
}

.body1 .header {
	position: absolute;
	top: 0;
	padding: .2rem 0 .8rem;
	background-color: transparent;
	background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.6));
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.body1.show .header {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.body2 {
	position: fixed;
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: calc(100% - .8rem);
	background: #f8f8f8;
	/* background-image: url("../images/body_bg.jpg"); */
	/* background-repeat: repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: auto; */
	-webkit-transition: top 0.5s linear 0s;
	-moz-transition: top 0.5s linear 0s;
	-ms-transition: top 0.5s linear 0s;
	-o-transition: top 0.5s linear 0s;
	transition: top 0.5s linear 0s;
	overflow-y: auto;
}

.body2.show {
	top: 1rem;
}

.body2 .container {
	position: relative;
	z-index: 3;
}

.body2 .layer1 {
	position: relative;
	z-index: 1;
	/* padding: 1px 0 .7rem; */
	background: url("../images/i-m1-bg.png") no-repeat;
	/* background-repeat: no-repeat;
	background-position: 67% 4%;
	background-color: transparent; */
	background-size: 100% 100%;
}

.body2 .layer1::before {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 2;
	content: "";
	width: 48.5%;
	height: 100%;
	background-image: url("../images/i-m1-leftBg_02.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: cover;
}

.body2 .layer1::after {
	position: absolute;
	top: 1.9rem;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 1;
	content: "";
	width: calc(100% - 2.35rem);
	height: calc(100% - 1.9rem);
	background: #fff;
}

.body2 .layer1 .container{
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.i-m1{
	width: 100%;
}
.body2 .layer1 .left-box {
	width: 52%;
}

.body2 .layer1 .left-box .column {
	width: 100%;
}

.body2 .layer1 .left-box .column h3 {
	color: #fff;
	background-image: url("../images/s_icon2_2.png");
}

.body2 .layer1 .left-box .column h3 .en,
.body2 .layer1 .left-box .column h3 .s3 {
	color: #fff;
}

.body2 .layer1 .left-box .column h3 .s2 {
	background: #fff;
}

.body2 .layer1 .left-box .column .more {
	position: static;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 .9rem;
}

.body2 .layer1 .left-box .picture1 {
	width: 25%;
	margin: .42rem 0 0;
}

.body2 .layer1 .right-box {
	width: 45%;
}
.body2 .layer1 .right-box p{
	margin-bottom: 0.2rem;
}
.right-box-map{
	width: 100%;
}
.body2 .layer1 .right-box .list1 {
	padding: .3rem 0 0;
}

.body2 .layer2 {
	padding: 0 0 .4rem;
	background:#eaf3fd url("../images/i-xz-bg1.png") left bottom no-repeat;
	/* background-position: 0 10%;
	background-color: transparent; */
	background-size: auto;
}

.body2 .layer2 .column {
	text-align: left;
}

.i-m4{
	padding: 0 0 0.7rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url("../images/i-xz-bg2.png") center bottom  no-repeat;
	background-size: 100% 100%;
}

.i-m4-left{
	width: 33.75%;
	overflow: hidden;
}

.i-m4-left li{
	float: left;
	margin: 0 4% 0.2rem 0;
	width: 48%;
	overflow: hidden;
}

.i-m4-left li:nth-child(2n){
	margin-right: 0;
}

.i-m4-left li img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s all;
}
.i-m4-left li:hover img{
	opacity: 0.8;
	transform: scale(1.2);
}


.i-m4-right{
	width: 61.25%;
}

.i-m4-right-tit{
	height: 0.6rem;
}

.i-m4-right-tit img{
	height:100%
}
.i-m4-right-picBox{
	width: 100%;
	overflow: hidden;
}
.i-m4-right-picBox li{
	float: left;
	margin: 0.2rem 2% 0 0;
	width: 32%;
	overflow: hidden;
	border-radius: 6px;
}
.i-m4-right-picBox li:nth-child(3n){
	margin-right: 0;
}
.i-m4-right-picBox li img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s all;
}

.i-m4-right-picBox li:hover img{
	transform: scale(1.2);
}

.i-m4-list {
	overflow:hidden;
}
.i-m4-list li{
	line-height: 0.5rem;
	height: 0.5rem;
	padding-left: 20px;
	background: url('../images/i-m4-rLIi-icon.png') left center no-repeat;
	font-size:0.2rem;
	width: 48%;
	float: left;
	margin-right:4%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.i-m4-list li:nth-child(2n){
	margin-right:0
}
.i-m4-list li a{
	color: #000;
}
.i-m4-list li a:hover{
	color: #237ad5;;
}

.i-m4 .i-moreBtn{
	color: #fff;
}



.body2 .layer3 {
	background: url("../images/i-xz-bg3.png") center bottom no-repeat;
	background-position: 50% 0;
	background-color: #eaf3fd;
	background-size: cover;
	height: 8rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-bottom: 0.8rem;
}
/* .body2 .layer3:before{
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 2;
	content: "";
	width: 31.25%;
	height: 100%;
	background-image: url(../images/i-m1-leftBg_02.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: cover;
} */
.body2 .layer3 .container {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.i-m3-left{
	width: 3.3rem;
}

.i-m3-left h3{
	margin:2rem 0  0.3rem;
	height: 0.8rem;
}

.i-m3-left h3 img{
	height: 100%;
}

.i-m3-left p{
	line-height: 0.4rem;
	color: #000;
	font-size: 0.2rem;
	height: 2rem;
	overflow: hidden;
}

.i-m3-left-more{
	height: 0.6rem;
	width: 2.1rem;
	border: 1px solid #fff;
	background: #237ad5;
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.6rem;
	text-align: center;
	margin-top: 0.2rem;
	display: block;
	cursor: pointer;
	transition: 0.3s all;
}

.i-m3-left-more:hover{
	background: #fff;
	color: #237ad5;
}


.i-m3-right{
	width: 72.4%;
	/* height: 100%; */
	box-sizing: border-box;
	/* padding-bottom: 0.7rem; */
	position: absolute;
	right: 0;
	top: .7rem;
	bottom: 0.8rem;
	z-index: 3;
	background: #a3a3a3;
}

.i-m3-tab{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.i-m3-tabHd{
	height: 1.2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	background: rgba(0, 0, 0, 0.6);
}
.i-m3-tabHd ul{
	height: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
}
.i-m3-tabHd li{
	flex: 1;
	/* width: 25%; */
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}

.i-m3-tabHd-left{
	font-size: 0.46rem;
	font-weight: bold;
	font-style: italic;
	width: 1.1rem;
	text-align: center;
	position: relative;
}

.i-m3-tabHd-left::before{
	content: "";
	width: 1px;
	height: 0.3rem;
	background: #5f5c56;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.15rem;
}
.i-m3-tabHd-right{
	padding: 0 0.2rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
}
.i-m3-tabHd-right p{
	text-overflow: ellipsis;
	overflow: hidden;
	height:0.6rem;
}
.i-m3-tabHd li.on,
.i-m3-tabHd li:hover{
	background: #fff;
	color: #000;
	height: 1.36rem;
}
.i-m3-tabBd{
	width: 100%;
	height: 100%;
	/* position: absolute;
	left: 0;
	top: 0;
	z-index: 2; */
}

.i-m3-tabBd-item{
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: 0.3s all;
}
.i-m3-tabBd-item.active{
	display: block;
	animation: zoomIn 0.5s ease-out forwards;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.i-m3-tabBd-item img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	vertical-align: top;
	transition: 0.3s all;
}
.i-m3-tabBd-item:hover img{
	transform: scale(1.2);
}


/* .body2 .layer3 .left-box {
	width: 45.56%;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.body2 .layer3 .left-box .column {
	width: 100%;
}

.body2 .layer3 .right-box {
	width: 49.367%;
} */

.logo {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.logo img {
	max-height: .8rem;
}

.header.inset .logo img {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.top-link {
	text-align: right;
	display: flex;
	align-items: right;
	justify-content: flex-end;
}


.top-link a {
	display: inline-block;
	position: relative;
	margin: 0 0 0 .36rem;
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 0.32rem;
	color: #fff;
	text-align: left;
}

.top-link a::after {
	position: absolute;
	top: auto;
	right: auto;
	bottom: -1px;
	left: 0;
	z-index: 1;
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.top-link a:hover::after {
	width: 100%;
}
.top-link-search{
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.top-link-search i{
	margin-right: 0.05rem;
	display: inline-block;
	width: 0.32rem;
	height: 0.32rem;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 0.32rem;
	background: #237ad5;
	float: left;
}
.top-link-search i img{
	width: 0.24rem;
	height: 0.24rem;
}
.nav {
	width: 100%;
}

.nav ul {
	display: flex;
	justify-content: space-between;
}

.nav li {
	position: relative;
}

.nav li a {
	position: relative;
	display: block;
	font-size: 0.22rem;
	font-weight: 500;
	line-height: 0.5rem;
	color: #fff;
	text-align: center;
}

.nav li>a {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.nav li:hover>a {
	font-weight: 700;
}

.nav li:hover .sub-nav {
	visibility: visible;
	top: calc(100% + 7px);
	opacity: 1;
}

.nav .sub-nav {
	position: absolute;
	top: 150%;
	right: auto;
	bottom: auto;
	left: calc(50% - .8rem);
	z-index: 1;
	width: 1.6rem;
	padding: .1rem 0;
	background: #2f7cce;
	opacity: 0;
	visibility: hidden;
	border-top: 3px solid #2f7cce;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
	background: white;
	border-radius: 2px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.nav .sub-nav a {
	padding: .1rem 5px;
	font-size: .15rem;
	font-weight: 400;
	line-height: .23rem;
	color: #333;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.nav .sub-nav a:hover {
	color: #fff;
	background: #2f7cce;
}

.nav .sub-nav .tri {
	position: absolute;
	top: auto;
	right: auto;
	bottom: calc(100% + 2px);
	left: 0%;
	z-index: 1;
	width: 100%;
	height: 14px;
	overflow: hidden;
}

.nav .sub-nav .tri::after {
	display: block;
	content: "";
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	margin: 0 auto;
	background: #2f7cce;
	-webkit-transform: translate(0px, 6px) rotate(45deg);
	-moz-transform: translate(0px, 6px) rotate(45deg);
	-ms-transform: translate(0px, 6px) rotate(45deg);
	-o-transform: translate(0px, 6px) rotate(45deg);
	transform: translate(0px, 6px) rotate(45deg);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.banner {
	font-size: 0;
	width: 100%;
	height: 100%;
}

.banner .img {
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.banner .img img {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: transform 0.3s linear 0s;
	-moz-transition: transform 0.3s linear 0s;
	-ms-transition: transform 0.3s linear 0s;
	-o-transition: transform 0.3s linear 0s;
	transition: transform 0.3s linear 0s;
}

.banner .img .text {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
}

.banner .img .text h3 {
	padding: 0 0 0 10%;
	font-size: 0.36rem;
	font-weight: 500;
	line-height: 1.4rem;
	color: #fff;
	text-align: left;
	opacity: 0;
	-webkit-transform: translateX(-1.5rem);
	-moz-transform: translateX(-1.5rem);
	-ms-transform: translateX(-1.5rem);
	-o-transform: translateX(-1.5rem);
	transform: translateX(-1.5rem);
}

.banner .swiper-slide-active img {
	-webkit-transition: transform 6.2s linear 0s;
	-moz-transition: transform 6.2s linear 0s;
	-ms-transition: transform 6.2s linear 0s;
	-o-transition: transform 6.2s linear 0s;
	transition: transform 6.2s linear 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.banner .swiper-slide-active .text h3 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1s linear 0s;
	-moz-transition: all 1s linear 0s;
	-ms-transition: all 1s linear 0s;
	-o-transition: all 1s linear 0s;
	transition: all 1s linear 0s;
}

.banner .bottom-box {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: .1rem 0 ;
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
}
.banner-btnBox{
	position: absolute;
	width: 2rem;
	height:0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
	right: 0;
	z-index: 2;
	padding: .2rem 0;
	background: #237ad5 url("../images/bg-bannerBtn.png") right bottom no-repeat;
	background-size: auto 100%;
}
.banner .arrow {
	width: .4rem;
	height: .4rem;
	line-height: .4rem;
	background: url("../images/arrow1.png") center no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: 100% auto;
	cursor: pointer;
	opacity: .5;
	margin: 0 0.1rem;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.banner .arrow img{
	width: 100%;
}
.banner .arrow.swiper-prev {
	/* background: url("../images/banner-arrow-right.png") center no-repeat;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: 100% auto; */
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


.banner .arrow:hover {
	opacity: 1;
}

.banner .mouse {
	position: relative;
	width: 2rem;
	height: .96rem;
	margin: 0 .2rem;
}
.banner .mouse-img{
	width: .6rem;
	height: .6rem;
	margin: 0 auto;
	/* background-image: url("../images/icon-shubiao.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: auto; */
}
.banner .mouse-img img{
	width: 100%;
	height: 100%;
	transition: 0.3s all;
	animation: gentleFloat 3s ease-in-out infinite;
}
@keyframes gentleFloat {
    0%, 100% {
        transform: translateY(0);
    }
	50% {
		transform: translateY(-8px); /* 向上移动20px */
	}
}
.banner .text{
	line-height: 1.5;
	color:#fff;
	font-size: 0.2rem;
	text-align: center;
}
.banner .mouse::after {
	display:none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 1px dashed #fff;
	border-radius: 50%;
	content: "";
	animation: ani1 22s infinite;
}

.pad-btn {
	position: absolute;
	top: 4px;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 1;
	display: none;
}

.pad-btn .search-btn {
	width: .6rem;
	height: .6rem;
	background-image: url(../images/search1.png);
	background-repeat: no-repeat;
	background-position: 80% 55%;
	background-color: transparent;
	background-size: 100%;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pad-btn .search-btn img{
	width: 90%;
	height: 90%;
}
.pad-btn .nav-btn {
	display: none;
	position: relative;
	z-index: 5;
	width: 33px;
	margin: 0 .2rem 0 .48rem;
	vertical-align: middle;
	cursor: pointer;
}

.pad-btn .nav-btn i {
	display: block;
	height: 2px;
	margin: 9px 0;
	background: #fff;
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
}

.pad-btn .nav-btn.close i:nth-child(1) {
	-webkit-transform: translate(0px, 11px) rotate(45deg);
	-moz-transform: translate(0px, 11px) rotate(45deg);
	-ms-transform: translate(0px, 11px) rotate(45deg);
	-o-transform: translate(0px, 11px) rotate(45deg);
	transform: translate(0px, 11px) rotate(45deg);
}

.pad-btn .nav-btn.close i:nth-child(2) {
	opacity: 0;
}

.pad-btn .nav-btn.close i:nth-child(3) {
	-webkit-transform: translate(0px, -11px) rotate(-45deg);
	-moz-transform: translate(0px, -11px) rotate(-45deg);
	-ms-transform: translate(0px, -11px) rotate(-45deg);
	-o-transform: translate(0px, -11px) rotate(-45deg);
	transform: translate(0px, -11px) rotate(-45deg);
}

#mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.35);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0.4s;
	-moz-transition: all 0.3s linear 0.4s;
	-ms-transition: all 0.3s linear 0.4s;
	-o-transition: all 0.3s linear 0.4s;
	transition: all 0.3s linear 0.4s;
}

#mask::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 1;
	width: 100%;
	height: 30%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	content: "";
	-webkit-transition: all 0.3s linear 0.2s;
	-moz-transition: all 0.3s linear 0.2s;
	-ms-transition: all 0.3s linear 0.2s;
	-o-transition: all 0.3s linear 0.2s;
	transition: all 0.3s linear 0.2s;
}

#mask .search-box {
	position: absolute;
	top: 40%;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: .2rem 0;
	overflow: hidden;
}

#mask .search-box .form {
	position: relative;
	background: #fff;
	white-space: nowrap;
	padding: .15rem .18rem .15rem .18rem;
	width: 80%;
	max-width: 7.5rem;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 0.42s linear 0s;
	-moz-transition: all 0.42s linear 0s;
	-ms-transition: all 0.42s linear 0s;
	-o-transition: all 0.42s linear 0s;
	transition: all 0.42s linear 0s;
	box-shadow: 0 0 2px 0 #ccc;
	border-radius: 4px;
	-webkit-transform: translateY(150%);
	-moz-transform: translateY(150%);
	-ms-transform: translateY(150%);
	-o-transform: translateY(150%);
	transform: translateY(150%);
}

#mask .search-box .input {
	width: calc(100% - .55rem);
	height: .55rem;
	padding: 0 .1rem 0 .2rem;
	vertical-align: top;
	font-size: 0.15rem;
	font-weight: 500;
	line-height: 0.55rem;
	color: #333;
	text-align: left;
	border: 1px solid #eee;
	border-radius: .5rem;
}

#mask .search-box .submit {
	width: .5rem;
	height: .55rem;
	vertical-align: top;
	background-image: url("../images/search2.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: auto;
}

#mask .search-box .close {
	width: .55rem;
	height: .55rem;
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: calc(100% + .3rem);
	z-index: 1;
	cursor: pointer;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

#mask .search-box .close .line {
	display: block;
	width: 100%;
	height: 2px;
}

#mask .search-box .close .line i {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}

#mask .search-box .close .line.l1 {
	-webkit-transform: translate(0, 25px) rotate(45deg);
	-moz-transform: translate(0, 25px) rotate(45deg);
	-ms-transform: translate(0, 25px) rotate(45deg);
	-o-transform: translate(0, 25px) rotate(45deg);
	transform: translate(0, 25px) rotate(45deg);
}

#mask .search-box .close .line.l2 {
	-webkit-transform: translate(0, 23px) rotate(-45deg);
	-moz-transform: translate(0, 23px) rotate(-45deg);
	-ms-transform: translate(0, 23px) rotate(-45deg);
	-o-transform: translate(0, 23px) rotate(-45deg);
	transform: translate(0, 23px) rotate(-45deg);
}

#mask .search-box .close:hover .line.l1 i {
	animation: line-ani1 .5s ease-in-out .3s;
}

#mask .search-box .close:hover .line.l2 i {
	animation: line-ani1 ease-in-out .5s;
}

#mask.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

#mask.show::after {
	opacity: 1;
	height: 100%;
	-webkit-transition: all 0.45s linear 0s;
	-moz-transition: all 0.45s linear 0s;
	-ms-transition: all 0.45s linear 0s;
	-o-transition: all 0.45s linear 0s;
	transition: all 0.45s linear 0s;
}

#mask.show .search-box .form {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: .2s;
	-ms-transition-delay: .2s;
}

.search2 {
	width: 100%;
	max-width: 8rem;
	margin: 0 auto .3rem;
	padding: .1rem;
	border-radius: 4px;
	box-shadow: 0 0 14px 0 #ccc;
	background: #fff;
}

.search2 .input {
	width: calc(100% - .55rem);
	height: .5rem;
	padding-left: .15rem;
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 0.48rem;
	color: #555;
	text-align: left;
	vertical-align: top;
	border: 1px solid #eee;
}

.search2 .submit {
	width: .5rem;
	height: .5rem;
	vertical-align: top;
	background-image: url(../images/search2.png);
	background-repeat: no-repeat;
	background-position: 70% 50%;
	background-color: transparent;
	background-size: auto;
}

.search2 form {
	white-space: nowrap;
	font-size: 0;
}

@keyframes line-ani1 {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes ani1 {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


.jianjie-listBox{
	padding: 0 ;
	overflow: hidden;
}

.jianjie-list li{
	margin-bottom: 0.2rem;
}

.jianjie-list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.2rem;
	background: #f8f8f8;
	transition: 0.5s all;
}

.jianjie-list-pic{
	width: 2rem;
	overflow: hidden;
	margin-left: 0.2rem;
}

.jianjie-list-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s all; 
}

.jianjie-list-left{
	flex: 1;
	display: flex;
	align-items: center;
}

.jianjie-list-date{
	width: 0.8rem;
	height: 0.8rem;
	background: #237ad5;
	text-align: center;
	border-radius: 0.06rem;
	overflow: hidden;
	margin-right: 0.2rem;
	border: 1px solid #237ad5;
}	

.jianjie-list-date span{
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.4rem;
}
.jianjie-list-date p{
	line-height: 0.4rem;
	color: #fff;
	font-size: 0.14rem;
	box-sizing: border-box;
	border-top: 1px solid #278bf4;
}
.jianjie-list-info{
	flex: 1;
}

.jianjie-list-info h4{
	line-height: 0.4rem;
	color: #000;
	font-size:0.2rem;
	font-weight:600;
}

.jianjie-list-info p{
	line-height: 0.3rem;
	color: #666;
	font-size:0.18rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jianjie-list li a:hover{
	background: #237ad5;
	color: #fff;
}

.jianjie-list li a:hover .jianjie-list-date{
	border: 1px solid #fff;
}

.jianjie-list li a:hover .jianjie-list-info h4,
.jianjie-list li a:hover .jianjie-list-info p{
	color: #fff;
}

.jianjie-list li a:hover .jianjie-list-pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.jianjie-list2{
	overflow: hidden;
	width: 100%;
}

.jianjie-list2 li{
	float: left;
	margin: 0 2% 0.2rem 0;
	width: 32%;
}

.jianjie-list2 li:nth-child(3n){
	margin-right: 0;
}

.jianjie-list2 li a{
	width: 100%;
	height:100%;
	display: block;
	overflow: hidden;
	padding: 0.2rem;
	background: #f8f8f8;
	transition: 0.5s all;
	
}

.jianjie-list2-pic{
	width: 100%;
	overflow: hidden;
	height: 2.2rem;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jianjie-list2-pic img{
	width: 100%;
	height: 100%;
	transition: 0.5s all;
	object-fit: cover;
}

.jianjie-list2-info{
	padding: .1rem .1rem 0 .1rem;
}

.jianjie-list2-info h4{
	line-height: 0.3rem;
	height: 0.6rem;
	color: #000;
	font-size:0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jianjie-list2 li a:hover{
	background: #237ad5;
	color: #fff;
}

.jianjie-list2 li a:hover .jianjie-list2-info h4{
	color: #fff;
}

.jianjie-list2 li a:hover .jianjie-list2-pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.service-list1{
	width: 100%;
	overflow: hidden;
}

.service-list1 li{
	float: left;
	margin: 0 2% 0.2rem 0;
	width: 23.5%;
	overflow: hidden;
}

.service-list1 li:nth-child(4n){
	margin-right: 0;
}

.service-list1 li a{
	width: 100%;
	height:100%;
	display: block;
	overflow: hidden;
	border-radius: 0.12rem;
}

.service-list1 li a img{
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.service-list1 li a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.9;
}

.service-btnBox{
	width: 100%;
	overflow: hidden;
	margin-top: 0.2rem;
}

.service-btnBox a{
	display: inline-block;
	background: #f8f8f8;
	color: #000;
	font-size: 0.2rem;
	line-height: 0.4rem;
	padding: .15rem .5rem;
	border-radius: 0.3rem;
	margin: 0 .05rem .2rem;
	transition: 0.5s all;
}

.service-btnBox a:hover{
	background: #237ad5;
	color: #fff;
}



.tt1 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tt2 {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.tt3 {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tt4 {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.tt5 {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.img-scale {
	position: relative;
	display: block;
	overflow: hidden;
}

.img-scale img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: transform 0.5s linear 0s;
	-moz-transition: transform 0.5s linear 0s;
	-ms-transition: transform 0.5s linear 0s;
	-o-transition: transform 0.5s linear 0s;
	transition: transform 0.5s linear 0s;
}

.img-scale .img-frame {
	position: relative;
	overflow: hidden;
}

.img-scale .img {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: cover;
	-webkit-transition: transform 0.5s linear 0s;
	-moz-transition: transform 0.5s linear 0s;
	-ms-transition: transform 0.5s linear 0s;
	-o-transition: transform 0.5s linear 0s;
	transition: transform 0.5s linear 0s;
}

/* .img-scale .img img {
	display: none;
} */

.img-scale:hover img {
	min-height: 100%;
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-ms-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);
}

.img-scale:hover .img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-ms-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);
}

.column {
	position: relative;
	margin: 0.4rem 0 ;
}

.column h3 {
	display: inline-block;
	vertical-align: top;
	padding: .14rem .4rem .14rem 0;
	font-size: 0.34rem;
	font-weight: 500;
	line-height: 0.42rem;
	color: #333;
	text-align: left;
	background-image: url("../images/s_icon2.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: transparent;
	background-size: auto 100%;
}

.column h3 .s2 {
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	margin: 0 .08rem 0;
	background: #237ad5;
	border-radius: 50%;
}

.column h3 .s3 {
	color: #237ad5;
}

.column h3 .en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.15rem;
	font-weight: 500;
	line-height: 0.18rem;
	color: #ccc;
	text-align: left;
	text-transform: uppercase;
}

.column .more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 1;
}

.more {
	display: block;
	padding: 0 33px 0 0;
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 0.75rem;
	color: #999;
	text-align: right;
	background-image: url("../images/s_icon3.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: transparent;
	background-size: auto;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.more:hover {
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	-ms-transform: translateX(8px);
	-o-transform: translateX(8px);
	transform: translateX(8px);
	color: #237ad5;
}

.title {
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 0.3rem;
	color: #333;
	text-align: left;
}

.info {
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 0.34rem;
	color: #666;
	text-align: left;
}

.date {
	padding: 0 0 0 28px;
	/* font-family: Constantia; */
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 0.36rem;
	color: #666;
	text-align: left;
	background-image: url("../images/s_icon4.png");
	background-repeat: no-repeat;
	background-position: 0 60%;
	background-color: transparent;
	background-size: auto;
}

.date1 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 65px;
	margin: 0 0 .46rem;
	/* font-family: Constantia; */
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 0.28rem;
	color: #ccc;
	text-align: center;
}

.date1 p:first-child {
	font-size: .48rem;
	line-height: .44rem;
	font-weight: 700;
}

.date1::after {
	position: absolute;
	top: 100%;
	right: 50%;
	bottom: auto;
	left: auto;
	z-index: 1;
	width: 1px;
	height: .46rem;
	background: #eaeaea;
	content: "";
}



.news-swiper1 {
	width: 56.5%;
	background: #000;
	/* background-image: url("../images/body_bg2.png"); */
	background-repeat: repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: auto;
}

.news-swiper1 .img {
	padding: 5.9rem 0 0;
	background-position: 50% 5%;
	background-size: contain;
	background-color: #fff;
}

.news-swiper1 .text {
	padding: .15rem 1.5rem .15rem 0.3rem;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	background: rgba(35, 122, 213, 0.9);
}

.news-swiper1 .title {
	font-size: .2rem;
	font-weight: 400;
	line-height: .42rem;
	color: #fff;
}
.news-swiper1 .text:hover .title {
	color: #fff;
}
.news-swiper1 .date {
	line-height: .35rem;
}

.news-swiper1 .location {
	line-height: .35rem;
	padding: 0 65px 0 .28rem;
	background-image: url("../images/s_icon5.png");
	background-repeat: no-repeat;
	background-position: 0 60%;
	background-color: transparent;
	background-size: auto;
}

.news-swiper1 .pagination {
	position: absolute;
	/* top: 50%; */
	bottom: 0.2rem;
	right: 0.3rem;
/* 	transform: translateY(-50%); */
	left: auto;
	z-index: 2;
	width: auto;
	white-space: nowrap;
}

.news-swiper1 .pagination .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 4px;
	width: 11px;
	height: 11px;
	cursor: pointer;
	border-radius: 50%;
	background: #ccc;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.i-m5-right{
	width: 41.5%;
	float:right;
}

.i-m5-right li{
	padding: .18rem .3rem;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin-bottom: .25rem;
	cursor: pointer;
}

.i-m5-right li h4{
	font-size: 0.24rem;
	line-height: 0.3rem;
	height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	font-weight: bold;
}
.i-m5-right li h4 a{
	color: #000;
}
.i-m5-right li p{
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #999999;
	margin: 0.15rem 0;
	height: .6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.i-m5-right li p a{
	color: #999999;
}
.i-m5-right li .i-m5-date{
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #999999;
}

.i-m5-right li .i-m5-date a{
	float: right;
	color: #999999;
} 

.i-m5-right li::after{
	content: "";
	position: absolute;
	width: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #237ad5;
	opacity: 0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.i-m5-right li:hover::after{
	opacity: 1;
	width: 100%;
	right: 0;
}

.i-m5-right li:hover h4,
.i-m5-right li:hover h4 a{
	color: #237ad5;
}

.i-m5-right li:hover p,
.i-m5-right li:hover p a,
.i-m5-right li:hover .i-m5-date ,
.i-m5-right li:hover .i-m5-date a{
	color: #000;
}

.body2 .layer2 .column,
.i-m5-titBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.i-moreBtn{
	font-size: .2rem;
	color: #999;
}

.i-moreBtn:hover{
	color: #237ad5;
}

.i-m5-titBox h3 img{
	height:0.6rem;
}

.news-swiper2 {
	padding: 0 0 .72rem;
	/* overflow: initial; */
}
.news-swiper2-box{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.news-swiper2 .swiper-slide {
	padding: .2rem 0;
}

.news-swiper2 .img-frame{
	padding:  0.3rem;
	background: #fff;
	position: relative;
	height: 2.8rem;
	width: 100%;
	display: flex;
	align-items: top;
}

.news-swiper2 .img-frame .img-frame-left .img-frame-leftCon{
	/* width: 1.2rem; */
	padding-right: 0.3rem;
	border-right: 1px solid #d3d3d3;
}

.news-swiper2 .img-frame .img-frame-left .img-frame-leftCon p{
	text-align: right;
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #000;
}

.news-swiper2 .img-frame .img-frame-left .img-frame-leftCon p strong{
	font-size: 0.28rem;
}

.news-swiper2 .img-frame .img-frame-right{
	flex: 1;
	padding-left: 0.3rem;
}

.news-swiper2 .img-frame .img-frame-right h4{
	color: #000;
	font-weight:600;
	font-size: 0.24rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-swiper2 .img-frame .img-frame-right p{
	color: #999999;
	font-size: 0.18rem;
	line-height: 0.3rem;
	margin-top: 0.2rem;
	height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}


/* .news-swiper2 .swiper-slide:hover {
	background: #237ad5 url("../images/i-m1-leftBg_02.png") center no-repeat;
	background-size: 100% 100%;
} */

.news-swiper2 .swiper-slide:hover .img-frame-left .img-frame-leftCon p,
.news-swiper2 .swiper-slide:hover .img-frame-right h4,
.news-swiper2 .swiper-slide:hover .img-frame-right p{
	color: #237ad5;
}

.news-swiper2-mare{
	position: absolute;
	bottom: 0.2rem;
	left: 0.3rem;
	z-index: 2;
	width: 0.5rem;
	height: 0.32rem;
	background: url("../images/i-m2-arrow1.png") no-repeat center;
	background-size: 100% 100%;
	transition: 0.3s all;
}

.news-swiper2 .swiper-slide:hover .news-swiper2-mare{
	left: 0.5rem;
}


/* .news-swiper2 .swiper-slide.swiper-slide-next .text {
	padding: 0 .4rem .3rem;
}

.news-swiper2 .swiper-slide.swiper-slide-next .title {
	color: #fff !important;
}

.news-swiper2 .swiper-slide.swiper-slide-next .title:after {
	background: #fff;
}

.news-swiper2 .swiper-slide.swiper-slide-next .date {
	color: #fff;
	background-image: url("../images/s_icon4_3.png");
}

.news-swiper2 .swiper-slide:hover .title {
	color: #237ad5;
	font-weight: 700;
} 

.news-swiper2 .swiper-slide:hover .title::after {
	width: 100%;
} */

.news-swiper2 .swiper-scrollbar {
	bottom: 20px;
	left: 0;
	width: calc(100% - 100px);
	height: 1px;
	border-radius: none;
	opacity: 1 !important;
	background: #e3e3e3;
}

.news-swiper2 .swiper-scrollbar .swiper-scrollbar-drag {
	height: 11px;
	margin: -5px 0 0;
	background-image: url("../images/s_icon7.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #237ad5;
	background-size: auto;
}

.news-swiper2 .img {
	padding: 56.3265% 0 0;
}

.news-swiper2 .text {
	padding: 0 0 .3rem;
}

.news-swiper2 .title {
	padding: .2rem 0 0;
}

.news-swiper2 .title::after {
	display: block;
	content: "";
	box-sizing: border-box;
	width: 115px;
	height: 1px;
	margin: .22rem 0;
	background: #237ad5;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.news-swiper2 .date {
	background-image: url("../images/s_icon4_2.png");
}

.news-swiper2 .arrow {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 1px;
	left: auto;
	z-index: 1;
	width: 40px;
	height: 40px;
	font-family: "宋体";
	border: 1px solid #237ad5;
	border-radius: 6px;
	background-color: #237ad5;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	text-align: center;
	line-height: 38px;
	font-size: .24rem;
	color: #fff;
}

.news-swiper2 .arrow.swiper-prev {
	right: 45px;
	/* -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg); */
}

.news-swiper2 .arrow:hover {
	background-color: #f8a852;
	border-color: #f8a852;
}

.news-swiper2 .swiper-slide.swiper-slide-next {
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0 0.1rem 0.1rem 0 rgba(35, 122, 213, 0.23);
}

.news-swiper2 .swiper-slide.swiper-slide-next .img-frame{
	background: #237ad5 url("/images/i-m1-leftBg_02.png") center no-repeat;
	background-size: 100% 100%;
	padding:  0.3rem 0.5rem;
	height: 3.2rem;
}

.news-swiper2 .swiper-slide.swiper-slide-next .img-frame-left .img-frame-leftCon p,
.news-swiper2 .swiper-slide.swiper-slide-next .img-frame-right h4,
.news-swiper2 .swiper-slide.swiper-slide-next .img-frame-right p{
	color: #fff;
}

.news-swiper2 .swiper-slide.swiper-slide-next  .news-swiper2-mare{
	background: url("../images/i-m2-arrow2.png") no-repeat center;
	background-size: 100% 100%;
	left: 0.3rem;
}




.news-swiper3 {
	margin: 1.2rem 0 0;
}

.news-swiper3 .swiper-slide {
	padding: 0 0 1.7rem;
}

.news-swiper3 .img {
	padding: 55.8% 0 0;
}

.news-swiper3 .text {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 1.7rem .42rem .24rem;
	background-image: url("../images/index_bg5.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: transparent;
	background-size: 100% 100%;
}

.news-swiper3 .title {
	font-size: .24rem;
	line-height: .35rem;
	color: #fff;
}

.news-swiper3 .info {
	width: calc(100% - 1.35rem);
	color: #fff;
	height: .68rem;
}

.news-swiper3 .more {
	width: 100%;
	color: #fff;
	line-height: .5rem;
	text-align: right;
	background-image: url("../images/s_icon3_2.png");
}

.news-swiper3 .arrow {
	position: absolute;
	top: auto;
	right: 0.42rem;
	bottom: 1.85rem;
	left: auto;
	z-index: 1;
	width: 29px;
	height: 30px;
	background-image: url("../images/arrow3.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: auto;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.news-swiper3 .arrow.swiper-prev {
	right: calc(.54rem + 30px);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.news-swiper3 .arrow:hover {
	opacity: 1;
}

.picture1 li {
	margin: .3rem 0 0;
}

.picture1 li:first-child {
	margin: 0;
}

.picture1 .txt {
	padding: 0 0 0 .25rem;
	border-left: 2px solid #237ad5;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.picture1 .txt:hover {
	padding: 0 0 0 .15rem;
}

.picture1 .img-frame {
	margin: 0 0 .1rem;
}

.picture1 .img {
	padding: 2.82rem 0 0;
	background-size: contain;
	background-color: #fff;
}

.picture1 .title {
	margin: 0 0 5px;
}

.picture1 .date {
	line-height: .35rem;
}

.picture1 .location {
	line-height: .35rem;
	padding: 0 65px 0 .28rem;
	background-image: url("../images/s_icon5.png");
	background-repeat: no-repeat;
	background-position: 0 60%;
	background-color: transparent;
	background-size: auto;
}

.picture1 .img-scale:hover .title {
	color: #237ad5;
	font-weight: 700;
}

.picture2 li {
	margin: 0 0 .3rem;
}

.picture2 .img-scale {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .38rem;
	border: 1px solid #ededed;
	box-shadow: 5px 5px 10px 0 rgba(210, 210, 210, 0.2);
	background: #fff;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.picture2 .img-scale::after {
	position: absolute;
	top: auto;
	right: 0;
	bottom: -30%;
	left: auto;
	z-index: 1;
	width: 5.5rem;
	height: 1.95rem;
	opacity: 0;
	background-image: url("../images/s_icon11.png");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: transparent;
	background-size: auto;
	content: "";
}

.picture2 .img-scale:hover {
	background: #237ad5;
	border-color: #237ad5;
	box-shadow: 5px 7px 5px 0 rgba(67, 124, 224, 0.23);
}

.picture2 .img-scale:hover::after {
	bottom: 0;
	opacity: 1;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.picture2 .img-scale:hover .text .title,
.picture2 .img-scale:hover .text .info {
	color: #fff;
}

.picture2 .img-scale:hover .text .date {
	color: #fff;
	background-image: url("../images/s_icon4_3.png");
}

.picture2 .img-frame {
	width: 3.5rem;
}

.picture2 .img {
	padding: 62.85% 0 0;
	background-size: contain;
	background-color: #f4f4f4;
}

.picture2 .text {
	width: calc(100% - 3.9rem);
}

.picture2 .text .title {
	font-size: .3rem;
	line-height: .52rem;
}

.picture2 .text .date {
	background-position-y: 9px;
}

.picture2 .text .date::after {
	display: block;
	content: "";
	box-sizing: border-box;
	width: 1.15rem;
	height: 1px;
	margin: .24rem 0 .24rem -27px;
	background: #237ad5;
}

.picture2 .text .info {
	color: #494949;
	/* height: .68rem; */
}

/* detail */

.detail-box {
	width: 65%;
	margin: 0 auto;
	float: left;
}

.detail-titBox{
	padding-bottom: .3rem;
	border-bottom: 1px dashed #ececec;
}

.detail-title {
	font-size: .3rem;
	line-height: .52rem;
	font-weight: 600;
	color: #333;
	text-align: left;
}

.detail-sub-tit{
	color: #666;
	font-size: 0.16rem;
	margin-top: 0.1rem;
}

.detail-sub-tit span{
	margin-right: 0.4rem;
}

.detail-date {
	background-position-y: 9px;
	font-size: 0.2rem;
	line-height: 0.3rem;
	font-weight: 500;
	/* font-family: Constantia; */
	text-align: left;
	
}

.detail-text{
	margin-top: 0.3rem;
	font-size: 0.2rem;
	line-height: 0.4rem;
	text-align: left;
}

.detail-text p{
	margin-bottom: 0.3rem;
	text-indent: 2em;
}

.detail-right{
	float: right;
	width: 30%;
}

.detail-right h3{
	line-height: 2;
	font-size: 0.3rem;
	font-weight: 600;
	color: #000;
}

.detail-list{
	margin-top: 0.2rem;
}

.detail-list li{
	margin-top: 0.15rem;
	line-height: 0.4rem;
	height: 0.4rem;
	overflow: hidden;
}

.detail-list li a{
	display: block;
	font-size: 0.2rem;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.detail-list li a::before{
	content: "";
	width: 0.08rem;
	height: 0.08rem;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background: #666;
	margin-right: 0.1rem;
}

.detail-list li:hover a{
	color: #237ad5;
}

.detail-list li:hover  a::before{
	background: #237ad5;
}


/* notice */
.notice-left{
	width:65%;
	float:left;
}


.notice-list-left{
	width: 3rem;
	height: 2rem;
	margin-right: 0.3rem;
	overflow: hidden;
	position: relative;
}

.notice-list-left img{
	width: 100%;
	position: relative;
}

.notice-list-right{
	flex: 1;
}

.notice-list-date{
	width: 1rem;
	text-align: center;
	background: #237ad5;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	padding: 0.05rem 0;
}

.notice-list-date p{
	font-size: 0.2rem;
	line-height: 0.4rem;
}
.notice-list-date span{
	font-weight: bold;
	font-size:0.3rem;
	line-height: 0.36rem;
}







.picture3 {
	font-size: 0;
	margin: 0 -0.2rem;
}

.picture3>li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 0.2rem;
}

.picture3 li {
	margin: 0 0 .3rem;
}

.picture3 .img-scale {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: .2rem;
	border: 1px solid #ededed;
	box-shadow: 5px 5px 10px 0 rgba(210, 210, 210, 0.2);
	background: #fff;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.picture3 .img-scale:hover {
	background: #237ad5;
	border-color: #237ad5;
	box-shadow: 10px 14px 10px 0 rgba(149, 3, 64, 0.23);
}

.picture3 .img-scale:hover::after {
	bottom: 0;
	opacity: 1;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.picture3 .img-scale:hover .text .title,
.picture3 .img-scale:hover .text .info {
	color: #fff;
}

.picture3 .img-scale:hover .text .date {
	color: #fff;
	background-image: url("../images/s_icon4_3.png");
}

.picture3 .img-frame {
	width: 3.5rem;
}

.picture3 .img {
	padding: 62.85% 0 0;
}

.picture3 .text {
	width: calc(100% - 3.9rem);
}

.picture3 .text .title {
	font-size: .2rem;
	font-weight: 700;
	color: #237ad5;
	max-height: .6rem;
}

.picture3 .text .info {
	color: #494949;
	max-height: 1.36rem;
}

.picture3 .text .line {
	width: .5rem;
	height: 2px;
	margin: .15rem 0;
	background: #dfdfdf;
}

.list1 li:last-child .date1 {
	margin: 0;
}

.list1 li:last-child .date1::after {
	display: none;
}

.list1 li:last-child .text {
	padding-bottom: 0;
	border: none;
}

.list1 li:last-child a .text::before,
.list1 li:last-child a .text::after {
	display: none;
}

.list1 a {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.list1 a:hover .text::before {
	opacity: 1;
}

.list1 a:hover .text::after {
	width: 100%;
}

.list1 a:hover .date1 {
	color: #237ad5;
}

.list1 a:hover .title {
	color: #237ad5;
}

.list1 .date1 {
	margin: 0 0 .46rem;
}

.list1 .date1 p {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.list1 .date1::after {
	position: absolute;
	top: 100%;
	right: 50%;
	bottom: auto;
	left: auto;
	z-index: 1;
	width: 1px;
	height: .46rem;
	background: #eaeaea;
	content: "";
}

.list1 .text {
	position: relative;
	width: calc(100% - .85rem);
	padding: .1rem 0 .28rem;
	border-bottom: 1px solid #e3e3e3;
}

.list1 .text::before {
	position: absolute;
	top: auto;
	right: auto;
	bottom: -4px;
	left: 0;
	z-index: 1;
	width: 7px;
	height: 7px;
	background: #237ad5;
	border-radius: 50%;
	content: "";
	opacity: 0;
}

.list1 .text::after {
	position: absolute;
	top: auto;
	right: auto;
	bottom: -1px;
	left: 0;
	z-index: 1;
	content: "";
	width: 0;
	height: 1px;
	background: #237ad5;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

.list2 {
	font-size: 0;
	margin: 0 -0.25rem;
}

.list2>li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 0.25rem;
}

.list2 li {
	margin: 0 0 .4rem;
}

.list2 a {
	position: relative;
	z-index: 1;
	display: block;
	padding: .25rem .5rem .4rem;
	border: 1px solid #fbe6ee;
	box-shadow: 5px 5px 10px 0 rgba(210, 210, 210, 0.2);
	background: #fff;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.list2 a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url("../images/s_icon11.png");
	background-repeat: no-repeat;
	background-position: 1rem 0.8rem;
	background-color: transparent;
	background-size: auto;
	content: "";
}

.list2 a:hover {
	background: #237ad5;
	border-color: #237ad5;
	box-shadow: 0 0 0.2rem 0 rgba(149, 3, 64, 0.35);
}

.list2 a:hover::after {
	bottom: 0;
	opacity: 1;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.list2 a:hover .date1 {
	color: #fff;
}

.list2 a:hover .top {
	background-position-x: 98%;
	background-image: url("../images/s_icon14.png");
}

.list2 a:hover .text .title {
	color: #fff;
}

.list2 .top {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background-image: url("../images/s_icon13.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: transparent;
	background-size: auto;
}

.list2 .date1 {
	color: #237ad5;
}

.list2 .title {
	height: .72rem;
	margin: .15rem 0 0;
	font-size: .2rem;
	line-height: .36rem;
}

.list3 li {
	margin: 0 0 .4rem;
}

.list3 a {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.25rem calc(4% + 45px) 0.25rem 0.3rem;
	border: 1px solid #fbe6ee;
	box-shadow: 5px 5px 10px 0 rgba(210, 210, 210, 0.2);
	background-image: url("../images/s_icon13.png");
	background-repeat: no-repeat;
	background-position: 96% 50%;
	background-color: #fff;
	background-size: auto;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.list3 a:hover {
	background-color: #237ad5;
	background-image: url("../images/s_icon14.png");
	border-color: #237ad5;
	box-shadow: 0 0 0.2rem 0 rgba(149, 3, 64, 0.35);
}

.list3 a:hover .date1,
.list3 a:hover .title {
	color: #fff;
}

.list3 .date1 {
	color: #237ad5;
}

.list3 .date1::after {
	position: absolute;
	top: 10%;
	right: -0.25rem;
	bottom: auto;
	left: auto;
	z-index: 1;
	width: 1px;
	height: 80%;
	background: #fbe6ee;
	content: "";
}

.list3 .title {
	font-size: .2rem;
	width: calc(100% - 65px - .55rem);
}

.pixel-box {
	font-size: 0;
}

.pixel-box.box1 {
	width: 50%;
	margin-top: .32rem;
	text-align: right;
}

.pixel-box.box2 {
	width: 44%;
}

.pixel-box li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 .4rem;
	overflow: visible;
}

.pixel-box li::before {
	position: absolute;
	top: 10px;
	right: -9px;
	bottom: -9px;
	left: 13px;
	z-index: 1;
	content: "";
	background: #feefd0;
}

.pixel-box li::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(253, 200, 97, 0.91);
}

.pixel-box li.item1 {
	width: 100%;
	height: 2.5rem;
}

.pixel-box li.item2 {
	width: 100%;
	height: 3.55rem;
}

.pixel-box li.item2::before {
	top: 17px;
	left: 18px;
	background: rgba(27, 185, 94, 0.14);
}

.pixel-box li.item2::after {
	background: rgba(27, 185, 94, 0.9);
}

.pixel-box li.item2 a i {
	background-image: url("../images/s_icon6_2.png");
}

.pixel-box li.item3 {
	width: 76.94%;
	height: 2.55rem;
}

.pixel-box li.item3::before {
	top: 17px;
	right: 30px;
	left: -9px;
	background: rgba(54, 102, 205, 0.16);
}

.pixel-box li.item3::after {
	background: rgba(54, 102, 205, 0.9);
}

.pixel-box li.item3 a i {
	background-image: url("../images/s_icon6_3.png");
}

.pixel-box li.item4 {
	width: 51.26%;
	height: 1.35rem;
}

.pixel-box li.item4::before {
	top: 18px;
	right: 18px;
	left: -9px;
	background: rgba(0, 204, 255, 0.13);
}

.pixel-box li.item4::after {
	display: none;
}

.pixel-box .img-frame {
	height: 100%;
	z-index: 2;
}

.pixel-box .img-frame .img {
	height: 100%;
}

.pixel-box a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.pixel-box a i {
	display: block;
	width: 70px;
	height: 62px;
	background-image: url("../images/s_icon6_1.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: auto;
}

.pixel-box a p {
	margin: .15rem 0 0;
	font-size: 0.24rem;
	font-weight: 500;
	line-height: 0.46rem;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.pixel-box a:hover p {
	margin: .3rem 0 0;
}


/* bumen */

.bumen-main{
	background: url("../images/bm_body_bg.png")  center bottom no-repeat;
	background-size: 100% auto;
}

.bumen-m2{
	margin-bottom: 15%;
}

.bumen-title{
	font-size: 0.36rem;
	color: #000;
	text-align: center;
	margin: 5% 0;
	font-weight: bold;
}

.bumen-title img{
	width: 0.28rem;
	height: 0.2rem;
	margin: 0 .2rem;
}

.bumen-m1 .bumen-title{
	margin-top:0;
}

.bumen-list{
	width: 100%;
	overflow: hidden;
}

.bumen-list li{
	width: 31%;
	float: left;
	text-align: center;
	margin: 0 3.5% 3.5% 0;
	overflow: hidden;
	border-radius: 0.2rem;
}

.bumen-list li:nth-child(3n){
	margin-right: 0;
}

.bumen-list li img{
	width: 100%;
	margin: 0 auto;
	transition: all 0.5s;
}

.bumen-list li :hover img{
	transform: scale(1.1);
}

/* xgjj */
.xgjj-main{
	width:100%;
	overflow: hidden;
}

.xgjj-m1{
	background: url("../images/xgjj-m1-bg_02.png")  center bottom no-repeat;
	background-size: 100% 100%;
	min-height: 6.3rem;
}

.xgjj-m1-con{
	width: 100%;
	padding-top: 1rem;
	overflow: hidden;
	/* display: flex;
	justify-content: space-between; */
	/* align-items: center; */
}

.xgjj-m1-left{
	/* flex: 1; */
	width: 55.4%;
	padding: 0.3rem 0;
	height: 3.9rem;
	box-sizing: border-box;
	overflow:hidden;
	float:left;
}

.xgjj-m1-leftbox{
	background: #fff;
	padding: 0.3rem;
	box-sizing: border-box;
}

.xgjj-m1-left p{
	line-height: 0.33rem;
	font-size: 0.18rem;
	color: #000;
	text-indent: 2em;
	margin-top: 0.15rem;
}
.xgjj-m1-left p strong{
	color: #2a80d8;
}
.xgjj-m1-right{
	float:right;
	width: 44.6%;
	/* width: 7.5rem; */
	height: 3.9rem;
	position: relative;
	/* margin-top: -0.4rem; */
}

.xgjj-m1-right img{
	width: 100%;
	height:100%;
}

.xgjj-m2{
	background: url("../images/xgjj-m2-bg_02.png")  center top no-repeat;
	background-size: 100% auto;
	/* min-height: 4.42rem; */
	padding-bottom: 0.3rem;
}

.xgjj-m2-top{
	text-align: center;
	padding: 0.6rem 0.4rem 0.4rem;
	overflow: hidden;
	box-sizing: border-box;
	max-height: 4rem;
}

.xgjj-m2-top p{
	color: #fff;
	font-size:0.2rem;
	line-height:0.4rem;
}

.xgjj-m2-con{
	border: 0.2rem solid #fff;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.xgjj-m2-bg{
	position: relative;
	width: 100%;
	/* height: 5.5rem; */
	z-index: 1;
}

.xgjj-m2-text{
	position: absolute;
	top: 0.3rem;
	left: 0.3rem;
	width: 42%;
	bottom: 0.3rem;
	z-index: 2;
	background: rgba(13, 101, 189, 0.85);
	padding: 0.3rem;
	box-sizing: border-box;
	
}

.xgjj-m2-text p{
	color: #fff;
	font-size: 0.17rem;
	line-height: 0.35rem;
	text-indent: 2em;
}

.xgjj-m2-text-img{
	position: absolute;
	right: -0.46rem;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 0.46rem;
	height: 100%;
}

.xgjj-m1-leftbox,
.xgjj-m2-topbox{
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.xgjj-m2-box,
.xgjj-m3-box{
	width: 100%;
	overflow-y: auto;
	height: 100%;
}


.xgjj-m3{
	background:#f1f6fc url("../images/xgjj-m3-bg_02.png")  center bottom no-repeat;
	background-size: 100% auto;
	padding: 0.4rem 0 1.4rem;
}

.xgjj-m3-bottom{
	width: 100%;
	overflow: hidden;
	margin-top: 0.8rem;
}
.xgjj-m3-bottom p{
	font-size: 0.2rem;
	color: #000;
	line-height: 0.4rem;
	text-indent: 2em;
	margin-bottom: 0.15rem;
}


.xgjj-m3-top{
	width: 100%;
	position: relative;
}

.xgjj-m3-topL{
	width: 54.8%;
}

.xgjj-m3-topL img{
	width: 100%;
}

.xgjj-m3-topR{
	width: 58.4%;
	position: absolute;
	top: 0.3rem;
	bottom: 0.3rem;
	right: 0;
	z-index: 3;
	background: url("../images/xgjj-m3-rbg_03.png") right center no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 0.3rem 0.3rem 0.3rem 0.7rem;
	overflow: hidden;
}

.xgjj-m3-topR p{
	font-size: 0.2rem;
	color: #000;
	line-height: 0.4rem;
	text-indent: 2em;
	margin-bottom: 0.15rem;
}

.xgjj-m3-topR p:first-child{
	padding-left: 2em;
}

.xgjj-m3-picBox{
	margin-top: 0.3rem;
	width: 100%;
	overflow: hidden;
}

.xgjj-m3-picBox li{
	float: left;
	width: 23.5%;
	margin: 2% 2% 0 0;
	text-align: center;
	overflow: hidden;
	border-radius: 6px;
}

.xgjj-m3-picBox li img{
	width: 100%;
	vertical-align: top;
}

.xgjj-m3-picBox li:nth-child(4n){
	margin-right: 0;
}


.footer {
	position: relative;
	/* height: 2.8rem; */
	background:#215db6 url("../images/footer-bg_02.png");
	background-repeat: repeat;
	background-position: 50% 50%;
	/* background-color: transparent; */
	background-size: auto;
}

.footer .container {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.footer .left-box {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 44%;
	min-width: 2.8rem;
	padding: .3rem 0;
}

.footer-left-icon{
	width: 0.32rem;
	height: 0.32rem;
	display: inline-block;
	margin-right: 0.05rem;
}
.footer-left-icon img{
	width: 100%;
	height: 100%;;
}
.footer .left-box p {
	width: 100%;
	font-size: 0.2rem;
	line-height: 0.32rem;
	color: #fff;
	text-align: left;
	margin-top:0.1rem
}

.footer .left-box p span{
	margin-right: 0.2rem;
}



.footer .right-box {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 55%;
	max-width: 10.5rem;
	padding: .24rem 0 .45rem;
}

.foot-text {
	width: calc(100% - 4.2rem);
}


.foot-link li{
	border: 1px dashed #5a87c8;
	margin-top:0.2rem;
}
.foot-link li a{
	color: #fff;
	display: flex;
	font-size: 0.18rem;
	align-items: left;
}
.foot-link li i{
	display: block;
	height: 0.52rem;
	width: 0.52rem;
	text-align: center;
	line-height:0.52rem;
	font-family: '宋体';
	font-style: normal;
	font-size: 0.2rem;
}

.foot-link li p{
	line-height: 0.32rem;
	display: block;
	padding: 0.1rem;
	border-left: 1px dashed #5a87c8;
}

/* .foot-link {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 6.3rem;
	padding: 0 0 .32rem;
	margin: 0 0 .3rem;
	font-size: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.foot-link a {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.foot-link a:hover i {
	-webkit-transition: all 0.8s linear 0s;
	-moz-transition: all 0.8s linear 0s;
	-ms-transition: all 0.8s linear 0s;
	-o-transition: all 0.8s linear 0s;
	transition: all 0.8s linear 0s;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.foot-link a:hover p {
	font-weight: 700;
}

.foot-link i {
	width: .64rem;
	height: .64rem;
	margin: 0 .2rem 0 0;
	background-image: url("../images/s_icon8_1.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: 100%;
	-webkit-transition: all 0.8s linear 0s;
	-moz-transition: all 0.8s linear 0s;
	-ms-transition: all 0.8s linear 0s;
	-o-transition: all 0.8s linear 0s;
	transition: all 0.8s linear 0s;
}

.foot-link i.i2 {
	background-image: url("../images/s_icon8_2.png");
}

.foot-link i.i3 {
	background-image: url("../images/s_icon8_3.png");
}

.foot-link p {
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 0.32rem;
	color: #fff;
	text-align: left;
} */
.footer-copy{
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.32rem;
	color: #fff;
	border-top: 1px solid #396ea6;
	padding: 0.2rem;
}
.copy {
	font-size: 0.14rem;
	font-weight: 500;
	line-height: 0.32rem;
	color: #fff;
	text-align: left;
}

.copy a {
	color: #fff;
}

.copy img {
	vertical-align: sub;
}

.footer-ewmBox{
	width: 4.2rem;
	display: flex;
	justify-content: center;
}

.footer-ewm-item {
	width: 2rem;
	padding: .32rem 0 0 .64rem;
	text-align: center;
}
.footer-ewm-img{
	padding: 0.1rem;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
}
.footer-ewm-img img {
	width: 1.8rem;
	height: auto;
}

.footer-ewm-item p {
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 0.4rem;
	color: #fff;
}

.decorate {
	position: relative;
	z-index: 2;
	padding: 27% 0 0;
}
/* .jianjie-banner-line{
	width:100%;
	height:5px;
	background: #237ad5;
} */
.decorate img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 5px solid #237ad5;
}

.decorate::before {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 2;
	content: "";
	width: 7.3rem;
	height: 100%;
	/* height: calc(100% + .2rem); */
	background-image: url("../images/jianjie-banner-before.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-color: transparent;
	background-size: cover;
}

.decorate::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 1;
	width: 100%;
	height: 1.8rem;
	content: "";
	background-image: linear-gradient(0deg, transparent, rgba(7, 1, 64, 0.9));
}

.position {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 0 0 .36rem;
}

.position .container {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.position h3 {
	font-size: 0.42rem;
	font-weight: 700;
	line-height: 0.66rem;
	color: #fff;
	text-align: left;
	padding: 0 0 .2rem;
}

.jianjie-banner-h3{
	position: relative;
}

.jianjie-banner-h3:before{
	content: "";
	position: absolute;
	top: -.2rem;
	left: 0;
	width: 46px;
	height: 18px;
	background: url("../images/icon-line3.png");
	/* background: #fff; */
}

.jianjie-banner-h3 p{
	color: #b1cbff;
	font-size: 0.18rem;
	line-height: 0.24rem;
	text-align: left;
}

.place {
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 0.4rem;
	color: #fff;
	text-align: left;
	padding: 0 0 0 30px;
	background-image: url(../images/s_icon9.png);
	background-repeat: no-repeat;
	background-position: 0 45%;
	background-color: transparent;
	background-size: auto;
}

.place a {
	color: #fff;
}

.place a:hover {
	text-decoration: underline;
}

.section {
	position: relative;
	z-index: 1;
	min-height: 5rem;
	padding: .2rem 0 0;
	background-image: url("../images/body_bg2.jpg");
	background-repeat: repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: auto;
}

.section::before {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 1;
	content: "";
	width: calc(50% - 790px + 2.6rem);
	height: 100%;
	background-image: url("../images/index_bg7.jpg");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-color: transparent;
	background-size: auto 100%;
}

.section::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 1;
	content: "";
	width: calc(50% + (790px - 2.6rem));
	height: 100%;
	background-image: url("../images/index_bg8.jpg");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-color: #fff;
	background-size: 100%;
}

.section .container {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
}

.section .sub-nav {
	width: 2.6rem;
	box-sizing: border-box;
	padding-right:0.2rem;
	padding-top:0.2rem;
}

.section .sub-nav li {
	background: #fff;
	border-radius: 0.06rem;
	margin-bottom: 0.2rem;
}

.section .sub-nav li a{
	color: #666;
	font-size: 0.2rem;
}

.section .sub-nav li a span {
	background-image: url("../images/sub-nav-arrowR.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: transparent;
	background-size: auto;
}


.section .sub-nav li.on,
.section .sub-nav li:hover{
	background: #237ad5;
}

.section .sub-nav li.on a,
.section .sub-nav li:hover a{
	color: #fff;
	font-size: .24rem;
}

.section .sub-nav li.on a::after,
.section .sub-nav a:hover::after{
	width: 100%;
	opacity: 1;
}

.section .sub-nav li.on a span,
.section .sub-nav li:hover a span{
	background-image: url("../images/sub-nav-arrowR-on.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: transparent;
	background-size: auto;
}

.section .sub-nav a {
	position: relative;
	display: block;
	padding: 0 .18rem;
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 0.72rem;
	color: #333;
	text-align: left;
}

.section .sub-nav a span {
	display: block;
	position: relative;
	z-index: 2;
	padding: 0 30px 0 0;
}

/* .section .sub-nav a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 1;
	content: "";
	width: 0;
	height: 100%;
	opacity: 0;
	background-image: linear-gradient(90deg, transparent, #fff 70%);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
} */

.jianjie-con{
	overflow: hidden;
	padding:  0.2rem;
}


.jianjie-con h3{
	font-size: 0.38rem;
	font-weight: 500;
	line-height: 0.5rem;
	color: #000;
	text-align: center;
	margin: 0 0 .3rem;
}

.jianjie-con p{
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #333;
	text-align: justify;
	margin: 0 0 .3rem;
}

.jianjie-con img{
	max-width: 100%;
	margin: 0 auto .3rem;
	display: block;
}

.section .main {
	width: calc(100% - 2.6rem);
	padding: .5rem 0 .5rem .5rem;
	box-sizing: border-box;
}

.mobile-box {
	display: none;
}

.article {
	position: relative;
	padding: .48rem 4.5% .55rem;
	border-top: 5px solid #237ad5;
}

.article::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 1;
	width: 100%;
	height: 3.8rem;
	background-image: linear-gradient(0deg, transparent, #f8f8f8);
	content: "";
}

.article .title {
	position: relative;
	z-index: 2;
	font-family: '黑体';
	font-size: 0.36rem;
	font-weight: 500;
	line-height: 0.5rem;
	color: #333;
	text-align: center;
}

.article .sub-title1 {
	position: relative;
	z-index: 2;
	margin: 0 0 .08rem;
	font-size: 0.17rem;
	font-weight: 500;
	line-height: 0.32rem;
	color: #333;
	text-align: center;
}

.article .sub-title2 {
	position: relative;
	z-index: 2;
	margin: .08rem 0 0;
	font-size: 0.17rem;
	font-weight: 500;
	line-height: 0.32rem;
	color: #666;
	text-align: center;
}

.article .sub {
	position: relative;
	z-index: 2;
	margin: .2rem 0 0;
	padding: 0 0 .3rem;
	font-size: 0.15rem;
	font-weight: 500;
	line-height: 0.22rem;
	color: #777;
	text-align: center;
	border-bottom: 1px solid #ececec;
}

.article .sub .time {
	padding: 0 0 0 25px;
	background-image: url("../images/s_icon4_2.png");
	background-repeat: no-repeat;
	background-position: 0 57%;
	background-color: transparent;
	background-size: 17px;
}

.article .sub .view {
	padding: 0 0 0 28px;
	background-image: url("../images/s_icon12.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: transparent;
	background-size: auto;
}

.article .content {
	position: relative;
	z-index: 2;
	padding: .3rem 0 .2rem;
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 210%;
	color: #000;
	text-align: justify;
}

.article .content p {
	text-indent: 2em;
	word-break: break-all;
	margin: 0 0 .2rem;
}

.article .content img,
.article .content video {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100%;
	height: auto !important;
}

.article .content video {
	display: block;
	margin: 0 auto;
}

.article .content table {
	max-width: 100%;
	margin: .2rem auto;
}

.article .content table td {
	word-break: break-all;
}

.article .content table p {
	text-indent: 0;
	margin: 0;
}

.article .content table img,
.article .content table video,
.article .content table iframe {
	margin-top: 0;
	margin-bottom: 0;
}

.article .content iframe {
	display: block;
	max-width: 100%;
	margin: .2rem auto;
}

.article .share-box {
	position: relative;
	margin: .2rem 0 0;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 0.57rem;
	color: #333;
	text-align: left;
}

.article .share-box .s-icon {
	width: .57rem;
	height: .57rem;
	margin: 0 .17rem 0 3px;
	cursor: pointer;
	background-image: url("../images/share1.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: 100%;
}

.article .share-box .s-icon.sina {
	background-image: url("../images/share2.png");
}

.article .share-box .s-icon.qq {
	background-image: url("../images/share3.png");
}

.article .share-box .return-list {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 1;
	padding: 35px 0 0;
	font-size: 0.14rem;
	font-weight: 500;
	line-height: 0.28rem;
	color: #333;
	text-align: center;
	background-image: url("../images/down2.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: transparent;
	background-size: auto;
	cursor: pointer;
}

.article .cont-page {
	padding: .25rem 0 0;
	border-top: 1px dashed #aaa;
}

.article .cont-page span {
	color: #237ad5;
}

.article .cont-page a {
	display: block;
	padding: 4px 0;
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 0.28rem;
	color: #333;
	text-align: left;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.article .cont-page a:hover {
	color: #237ad5;
	-webkit-transform: translate3d(5px, 0, 0);
	-moz-transform: translate3d(5px, 0, 0);
	-ms-transform: translate3d(5px, 0, 0);
	-o-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
	text-decoration: none;
}

.article.about {
	padding-left: 0;
	padding-right: 0;
}

.article.about .title {
	margin: 0 0 .25rem;
}

.article ul a,
.article a {
	color: #2196f3;
}

.article ul a:hover,
.article a:hover {
	text-decoration: underline;
}

.qrid_zz {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.qrid_zz #qrid {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	z-index: 1;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.qrid_zz #qrid canvas {
	vertical-align: top;
}

#browser-modal {
	position: fixed;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	color: #303233;
	text-align: center;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	background-color: #111;
}

#browser-modal .browser-content {
	width: 700px;
	margin: 120px auto 0;
	padding: 50px 0 80px;
	background-color: #fff;
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
	font-size: 24px;
	text-transform: uppercase;
}

#browser-modal .browser-content .browser-text-desc {
	margin: 30px 0 20px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	height: 130px;
	margin: 20px auto;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	margin: 0 auto;
	padding: 20px 0;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	font-size: 80px;
	line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
	display: block;
	cursor: pointer;
}

#browser-modal .browser-content .browser-item a:hover {
	text-decoration: underline !important;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	max-width: 100px;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

#browser-modal .browser-content .browser-item a h4 {
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

#list-page {
	margin: 25px 0 30px !important;
	font-family: Arial;
	text-align: center;
}

#list-page .p_pages a,
#list-page span,
#list-page .p_goto a {
	font-size: 14px;
	width: auto;
	height: auto;
	margin-top: 5px;
}

#list-page .p_pages a,
#list-page .p_no_d,
#list-page .p_fun_d,
#list-page .p_goto a {
	padding: 8px 10px;
	color: #428bca;
	border: 1px solid #aaa;
	border-radius: 4px;
	line-height: 16px;
}

#list-page .p_pages .p_no_d,
#list-page a:hover,
#list-page .p_goto a {
	background: #237ad5;
	font-weight: bold;
	color: #fff;
	border-color: #237ad5;
}

#list-page .p_t {
	padding: 0 2px 0 0;
	color: #777;
}

#list-page .p_first,
#list-page .p_first_d,
#list-page .p_last,
#list-page .p_last_d {
	display: inline-block;
}

#list-page .p_pages span {
	color: #aaa;
}

#list-page .p_goto input {
	font-family: 'Arial';
	color: #333;
	border-radius: 4px;
	width: 40px;
	height: 32px;
	line-height: 32px;
	vertical-align: bottom;
}

@media screen and (min-width: 1025px) {
	.body2 .layer1 .left-box {
		-webkit-transform: translateY(120px);
		-moz-transform: translateY(120px);
		-ms-transform: translateY(120px);
		-o-transform: translateY(120px);
		transform: translateY(120px);
		opacity: 0;
		-webkit-transition: all 1s ease 0.5s;
		-moz-transition: all 1s ease 0.5s;
		-ms-transition: all 1s ease 0.5s;
		-o-transition: all 1s ease 0.5s;
		transition: all 1s ease 0.5s;
	}

	.body2 .layer1 .right-box {
		-webkit-transform: translateY(120px);
		-moz-transform: translateY(120px);
		-ms-transform: translateY(120px);
		-o-transform: translateY(120px);
		transform: translateY(120px);
		opacity: 0;
		-webkit-transition: all 1s ease 0.5s;
		-moz-transition: all 1s ease 0.5s;
		-ms-transition: all 1s ease 0.5s;
		-o-transition: all 1s ease 0.5s;
		transition: all 1s ease 0.5s;
	}

	.body2 .layer1.show-div .left-box,
	.body2 .layer1.show-div .right-box {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.body2 .layer2 .column,
	.body2 .layer4 .column,
	.body2 .layer4 .i-m5-con,
	.body2 .layer3{
		-webkit-transform: translateY(120px);
		-moz-transform: translateY(120px);
		-ms-transform: translateY(120px);
		-o-transform: translateY(120px);
		transform: translateY(120px);
		opacity: 0;
		-webkit-transition: all 1s ease 0.2s;
		-moz-transition: all 1s ease 0.2s;
		-ms-transition: all 1s ease 0.2s;
		-o-transition: all 1s ease 0.2s;
		transition: all 1s ease 0.2s;
	}

	.body2 .layer2.show-div .column,
	.body2 .layer2.show-div .news-swiper2,
	.body2 .layer4.show-div .column,
	.body2 .layer4.show-div .i-m5-con,
	.body2 .layer3.show-div{
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.body2 .layer3 .right-box {
		-webkit-transform: translateY(120px);
		-moz-transform: translateY(120px);
		-ms-transform: translateY(120px);
		-o-transform: translateY(120px);
		transform: translateY(120px);
		opacity: 0;
		-webkit-transition: all 1s ease 0.2s;
		-moz-transition: all 1s ease 0.2s;
		-ms-transition: all 1s ease 0.2s;
		-o-transition: all 1s ease 0.2s;
		transition: all 1s ease 0.2s;
	}

	.body2 .layer3.show-div .pixel-box li {
		opacity: 1;
	}

	.body2 .layer3.show-div .pixel-box li.item1 {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.body2 .layer3.show-div .pixel-box li.item2 {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.body2 .layer3.show-div .pixel-box li.item3 {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.body2 .layer3.show-div .pixel-box li.item4 {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.body2 .layer3.show-div .right-box {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.news-swiper2 {
		-webkit-transform: translateY(120px);
		-moz-transform: translateY(120px);
		-ms-transform: translateY(120px);
		-o-transform: translateY(120px);
		transform: translateY(120px);
		opacity: 0;
		-webkit-transition: all 1s ease 0.4s;
		-moz-transition: all 1s ease 0.4s;
		-ms-transition: all 1s ease 0.4s;
		-o-transition: all 1s ease 0.4s;
		transition: all 1s ease 0.4s;
	}

	.pixel-box li {
		opacity: 0;
		-webkit-transition: all 1s ease 0.5s;
		-moz-transition: all 1s ease 0.5s;
		-ms-transition: all 1s ease 0.5s;
		-o-transition: all 1s ease 0.5s;
		transition: all 1s ease 0.5s;
	}

	.pixel-box li.item1 {
		-webkit-transform: translateX(-80px);
		-moz-transform: translateX(-80px);
		-ms-transform: translateX(-80px);
		-o-transform: translateX(-80px);
		transform: translateX(-80px);
	}

	.pixel-box li.item2 {
		-webkit-transform: translateY(-80px);
		-moz-transform: translateY(-80px);
		-ms-transform: translateY(-80px);
		-o-transform: translateY(-80px);
		transform: translateY(-80px);
	}

	.pixel-box li.item3 {
		-webkit-transform: translateY(80px);
		-moz-transform: translateY(80px);
		-ms-transform: translateY(80px);
		-o-transform: translateY(80px);
		transform: translateY(80px);
	}

	.pixel-box li.item4 {
		-webkit-transform: translateX(80px);
		-moz-transform: translateX(80px);
		-ms-transform: translateX(80px);
		-o-transform: translateX(80px);
		transform: translateX(80px);
	}
}

/* @media screen and (max-width: 1800px) {
	.body2 .layer1::before {
		width: 18%;
	}
} */

@media screen and (max-width: 1680px) {
	.section::before {
		width: calc(3% + 2.6rem);
	}

	.section::after {
		width: calc(3% + (94% - 2.6rem));
	}
}

@media screen and (max-width: 1600px) {
	.footer .right-box {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.xgjj-m2-top{
		padding: .2rem .4rem;
	}
	
	.xgjj-m2-top p{
		font-size: 0.16rem;
		line-height:0.3rem;
	}
	
	.xgjj-m1-left{
		float: none;
		width:100%;
		padding: 0.3rem;
		height: auto;
	}
	
	.xgjj-m1-right{
		float: none;
		width:100%;
		margin-top:.2rem;
	}
	
	.xgjj-m1-con{
		padding-top:0.3rem;
	}
	
	.xgjj-m2-text{
		padding:0.2rem;
	}
	.xgjj-m2-text p{
		font-size: 0.16rem;
		line-height: 0.3rem;
	}
	.xgjj-m3-topR{
		padding: 0.2rem 0.2rem 0.2rem 0.7rem;
		top: 0.1rem;
		bottom: 0.1rem;
	}
	.xgjj-m3-topR p,
	.xgjj-m3-bottom p{
		font-size: 0.18rem;
		line-height: 0.36rem;
		margin-bottom: 0.1rem;
	}
	
	.xgjj-m3-bottom{
		margin-top:0.3rem
	}
	
	.xgjj-m3{
		padding: 0.2rem 0 0.6rem;
	}
	
	
	
	
	
	.body1 {
		height: auto;
		z-index: 99;
	}

	.body1 .header {
		display: none;
	}

	.body2 {
		position: static;
		padding: 0;
	}

	.body2 .layer1 {
		padding: 0;
	}
	.body2 .layer1::before{
		width: 100%;
	}
	.body2 .layer1::after {
		display: none;
	}

	.body2 .layer1 .container {
		max-width: 100%;
	}

	.body2 .layer1 .left-box {
		width: 100%;
		padding: 0 3% .3rem;
	}

	.body2 .layer1 .left-box .column h3 {
		color: #333;
	}

	.body2 .layer1 .left-box .column h3 .s2 {
		background: #237ad5;
	}

	.body2 .layer1 .left-box .column h3 .s3 {
		color: #237ad5;
	}

	.body2 .layer1 .left-box .column h3 .en {
		color: #ccc;
	}

	.body2 .layer1 .left-box .column .more {
		position: absolute;
	}

	.body2 .layer1 .left-box .picture1 {
		margin: 0;
	}

	.body2 .layer1 .right-box {
		width: 100%;
		padding: 0.2rem 3% 0.3rem;
		background: #fff;
	}

	.body2 .layer1 .right-box .list1 {
		padding: .1rem 0 0;
	}

	.body2 .layer2 {
		padding: 0 0 .4rem;
	}

	.body2 .layer2 .column {
		text-align: left;
	}

	.body2 .layer3 {
		padding: 0;
		height: auto;
	}
	.body2 .layer3:before{
		width: 100%;
	}
	.i-m4-right-tit{
		height:0.4rem;
	}
	.i-m3-left h3{
		margin: 0.2rem 0 ;
		height: 0.6rem;
	}
	.i-m3-left p{
		line-height: 0.3rem;
		font-size: 0.16rem;
		height: 1.2rem;
	}
	.i-m3-left-more {
	    height: 0.4rem;
	    width: 1.5rem;
	    font-size: 0.16rem;
	    line-height: 0.4rem;
	    margin-top: 0.1rem;
		margin-bottom: 0.3rem;
	}
	.i-m3-right{
		width: 100%;
		position:relative;
		padding-bottom: 0rem;
		top: 0;
		height: 3rem;
	}
	
	.i-m3-tabHd{
		height: 0.8rem;
	}
	
	.i-m3-tabHd-left{
		font-size: 0.16rem;
		width: 0.8rem;
	}
	
	.i-m3-tabHd-right{
		padding: 0 0.05rem;
		font-size: 0.16rem;
		line-height: 0.2rem;
	}
	
	.i-m3-tabHd li.on, .i-m3-tabHd li:hover{
		height: 1rem;
	}
	
	
	.i-m3-tabHd-right p{
		text-overflow: ellipsis;
		overflow: hidden;
		height:0.4rem;
	}
	
	
	
	
	.body2 .layer3 .left-box {
		width: 100%;
	}

	.body2 .layer3 .right-box {
		width: 100%;
	}

	.header {
		top: 0;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		padding-right: 0 !important;
		background: #2f7cce !important;
		transition: none;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	}

	.header .right-box {
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		width: auto;
		max-width: none;
		position: static;
		/* padding: 0 1.4rem 0 0; */
	}

	.logo {
		width: auto;
		min-width: auto;
		height: 50px;
		padding: 0 .12rem 0 0;
		margin: 0 !important;
		display: flex;
		align-items: center;
	}

	.logo img {
		max-height: 50px;
	}

	.banner {
		margin: 70px 0 0 !important;
	}

	.banner .img {
		height: 0;
		padding: 40% 0 0;
	}

	.banner .img .text h3 {
		padding: 0 4%;
		font-size: .24rem;
		line-height: 1rem;
		text-align: center;
	}

	.top-link a {
		margin: 0 0 0 .18rem;
	}

	.nav {
		visibility: hidden;
		position: fixed;
		top: 70px;
		right: -100%;
		bottom: 0;
		left: auto;
		z-index: 100;
		width: 100%;
		height: calc(100vh - 70px);
		margin: 0;
		padding: .28rem 0;
		background-image: url("../images/body_bg.jpg");
		background-repeat: repeat;
		background-position: 50% 50%;
		background-color: transparent;
		background-size: auto;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}

	.nav ul {
		flex-direction: column;
		justify-content: flex-start;
		width: 90%;
		height: 100%;
		margin: 0 auto;
		padding: .1rem .22rem;
		background: #fff;
		overflow-x: hidden;
		border-radius: 10px;
		box-sizing: border-box;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	}

	.nav li {
		width: 100%;
		margin: 0 !important;
		border-top: 1px dashed #fff;
		border-bottom: 1px dashed #c6d3e4;
	}

	.nav li:first-child {
		border-top: none;
	}

	.nav li:last-child {
		border: none;
	}

	.nav li a {
		font-size: 17px;
		line-height: .55rem;
		padding: 0 .1rem !important;
		text-align: left;
		font-weight: 400;
		color: #333;
		background: none !important;
	}

	.nav li a::after,
	.nav li a::before {
		display: none;
	}

	.nav li .sub-nav {
		display: none;
		position: static;
		visibility: visible;
		opacity: 1;
		width: 100%;
		padding: 0 0 12px 30px;
		border: none;
		background: none;
		box-shadow: none;
		transform: none !important;
	}

	.nav li .sub-nav a {
		color: #333 !important;
		line-height: .4rem;
	}

	.nav li .sub-nav .tri {
		display: none;
	}

	.nav li:hover .lv2 {
		display: none;
		animation: none;
		box-shadow: none;
		transition: none;
	}

	.nav .icon {
		position: absolute;
		top: 0;
		right: 0;
		bottom: auto;
		left: auto;
		z-index: 1;
		width: .55rem;
		height: .55rem;
		background-image: url(../images/arrow2.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: transparent;
		background-size: 9px;
		cursor: pointer;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}

	.nav .icon.close {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.nav.show {
		visibility: visible;
		right: 0;
	}
	.top-link{
		margin-right: 1.5rem;
	}
	 .top-link-search{
		 display: none;
	 }
	.pad-btn {
		display: flex;
		align-items: center;
		margin-left: 7px;
		top: 0;
		right: 0;
		height: 100%;
	}

	.pad-btn .search-btn {
		width: 40px;
		height: 40px;
		background-color: rgba(255, 255, 255, 0.15);
		border-radius: 50%;
		border: 1px solid rgba(255, 255, 255, 0.6);
	}

	.pad-btn .nav-btn {
		display: inline-block;
	}

	.pad-btn::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 1;
		content: "";
		width: 82px;
		height: 100%;
		-webkit-transform: skew(9deg) translateX(10px);
		-moz-transform: skew(9deg) translateX(10px);
		-ms-transform: skew(9deg) translateX(10px);
		-o-transform: skew(9deg) translateX(10px);
		transform: skew(9deg) translateX(10px);
		background: #1f69b6;
	}

	.column {
		margin: .3rem 0 .2rem;
	}

	.news-swiper2 .title::after {
		margin: .1rem 0;
	}

	.news-swiper2 .swiper-slide {
		padding: .2rem  0;
	}

	.news-swiper2 .swiper-slide .img-frame{
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}

	.news-swiper2 .swiper-slide.swiper-slide-next .img-frame{
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}


	.news-swiper2 .swiper-slide.swiper-slide-next .text {
		padding: 0 .2rem .15rem;
	}

	.news-swiper3 {
		margin: .1rem 0 0;
	}
	
	
	
	.footer {
		height: auto;
		/* background-image: url("../images/foot_bg2.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: transparent;
		background-size: cover; */
	}

	.footer::after {
		display: none;
	}

	.footer .container {
		flex-direction: column-reverse;
	}

	.footer .left-box {
		width: 100%;
		padding: 0 0 .2rem;
		flex-wrap: nowrap;
		justify-content: center;
	}

	.footer .left-box>img {
		height: 0.8rem;
	}
	.footer-ewmBox{
		width: 100%;
	}
	
	.footer-ewm-item{
		padding: 0.3rem;
	}

	.footer .left-box p {
		width: auto;
		margin: 0 0 0 .3rem;
		font-size: 0.16rem;
	}

	.footer .right-box {
		width: 100%;
		padding: .2rem 0;
	}

	.foot-text {
		width: calc(100% - 1.4rem);
		padding: 0 5% 0 0;
	}
	.footer-copy,
	.i-m4-list li{
		font-size:0.16rem
	}
	.foot-link {
		width: 100%;
	}

	.QR-code {
		width: 1.4rem;
		padding: .2rem 0 0 .2rem;
	}

	.decorate {
		margin: 70px 0 0;
	}

	.decorate::before {
		display: none;
	}

	.decorate::after {
		top: auto;
		bottom: 0;
		height: .7rem;
		background-image: linear-gradient(0deg, rgba(7, 1, 64, 0.9), transparent);
	}

	.position {
		padding: 0 0 .1rem;
	}

	.position h3 {
		display: none;
	}

	.mobile-box {
		position: relative;
		z-index: 2;
		display: block;
	}

	.mobile-box h3 {
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		position: relative;
		font-size: .21rem;
		line-height: .54rem;
		font-weight: 700;
		color: #fff;
		padding: 0 3%;
		background: #237ad5;
	}

	.mobile-box h3::after {
		display: none;
	}

	.mobile-box h3 i {
		width: .54rem;
		height: .54rem;
		background-image: url(../images/subNav.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: transparent;
		background-size: 0.25rem;
		cursor: pointer;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}

	.mobile-box h3.down i {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.mobile-box h3 .return-sup {
		display: block;
		width: .54rem;
		height: .54rem;
		background-image: url("../images/icon-arrowLeft.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: transparent;
		background-size: 0.3rem;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	.mobile-box .sub-nav {
		display: none;
		width: 100%;
		min-height: auto;
		padding: .1rem 3%;
		background-image: url("../images/body_bg2.jpg");
		background-repeat: repeat;
		background-position: 50% 50%;
		background-color: transparent;
		background-size: auto;
	}

	.mobile-box .sub-nav li {
		width: 100%;
	}

	.mobile-box .sub-nav li .lv3 {
		padding-top: 0;
	}

	.mobile-box .sub-nav li:last-child {
		border: none;
	}

	.mobile-box .sub-nav a {
		padding: .1rem .18rem;
		text-align: left;
		line-height: .3rem;
	}

	.mobile-box .sub-nav .down {
		height: .45rem;
	}

	.section {
		padding: 0;
	}

	.section .container {
		display: block;
	}

	.section .container .sub-nav {
		display: none !important;
	}

	.section::before {
		display: none;
	}

	.section::after {
		width: 100%;
	}

	.section .sub-nav {
		width: 100%;
	}

	.section .main {
		width: 100%;
		padding: .2rem 0 0 0;
	}

	.picture2 li {
		margin: 0 0 .22rem;
	}

	.picture2 .img-scale {
		padding: .18rem;
	}

	.picture2 .text .title {
		font-size: .25rem;
	}

	#mask .search-box .close {
		left: calc(100% + .15rem);
	}

	.article {
		padding: .3rem 0 .4rem;
	}

	.article::after {
		display: none;
	}

	.article .title {
		font-size: .32rem;
	}

	.list2 {
		margin: 0 -.12rem;
	}

	.list2 li {
		padding: 0 .12rem;
		margin: 0 0 .28rem;
	}

	.list2 a {
		padding: .12rem .15rem .2rem;
	}

	.list3 li {
		margin: 0 0 .28rem;
	}

	.list3 a {
		padding: 0.18rem calc(2% + 45px) 0.18rem 0.18rem;
		background-position-x: 98%;
	}

	.picture3 {
		margin: 0;
	}

	.picture3 li {
		width: 100%;
		padding: 0;
		margin: 0 0 .25rem;
	}
}

@media screen and (max-width: 768px) {
	.detail-box,
	.detail-right,
	.notice-left{
		width: 100%;
		float: none;
	}
	.bumen-title{
		font-size:0.24rem
	}
	.bumen-list li{
		border-radius: 0.1rem;
	}
	.jianjie-list2 li{
		margin: 0 2% 0.2rem 0;
		width: 49%;
	}
	
	.jianjie-list2 li:nth-child(2n){
		margin-right: 0;
	}
	
	
	.jianjie-listBox{
		padding: 0;
	}
	
	.jianjie-list li a{
		flex-direction: column;
	}
	
	.jianjie-list-pic {
		order: -1; /* 图片排第一 */
		margin-bottom: 0.15rem;
		max-width: 5rem;
		width: 100%;
		margin-left: 0;
	}
	
	.jianjie-list-info h4 {
	    line-height: 0.3rem;
	    font-size: 0.18rem;
	}
	
	.jianjie-list-info p{
		font-size: 0.16rem;
		height: 0.48rem;
		line-height: 0.24rem;
	}
	
	.section .sub-nav li a {
		font-size:0.18rem;
	}
	.section .sub-nav li.on a,
	.section .sub-nav li:hover a{
		font-size:0.2rem;
	}
	.jianjie-con h3{
		font-size:0.2rem;
		line-height: 0.4rem;
		margin: 0 0 .2rem;
	}
	.jianjie-con p{
		font-size:0.16rem;
		line-height: 0.3rem;
	}
	
	.i-m4-left,
	.i-m4-right{
		width: 100%;
	}
	.i-m4-list{
		margin-top:0.1rem;
	}
	
	.i-m4-list li{
		float: none;
		width: 100%;
		margin-right:0;
		line-height:0.4rem;
		height:0.4rem;
	}
	.i-m4 {
	    padding: 0.3rem 0;
	}
	.footer-copy{
		font-size:0.12rem;
		line-height: 0.24rem
	}
	.footer .left-box p span{
		display: block;
		margin-top:0.1rem;
		margin-right:0;
	}
	.footer .left-box p{
		margin: 0;
	}
	/* .i-m4-left li{
		width: 22%;
	}
	.i-m4-left li:nth-child(2n){
		margin-right: 4%;
	}
	.i-m4-left li:nth-child(4n){
		margin-right: 0;
	} */
	.top-link {
		display: none;
	}

	.banner .mouse {
		display: none;
	}

	.banner .img {
		padding: 50% 0 0;
	}

	.banner .bottom-box {
		padding: 0 0 .1rem;
	}
	.banner-btnBox {
		width: 1rem;
		height:0.4rem;
	}
	.banner .bottom-box .arrow {
		width: .3rem;
		height: .3rem;
		margin: 0 .1rem;
		background-size: cover;
	}
	.banner .bottom-box .arrow:hover {
		background-size: cover;
	}

	.banner .bottom-box .arrow::after {
		display: none;
	}

	.banner .bottom-box .arrow::before {
		display: none;
	}

	.banner .bottom-box .arrow:hover::before {
		display: none;
	}

	.banner .bottom-box .arrow:hover::after {
		display: none;
	}

	.banner .bottom-box .arrow:hover {
		background-size: cover;
	}

	.banner .bottom-box .arrow:hover::before {
		display: none;
	}
	.column {
		margin: 0 0.15rem .1rem;
	}

	.column h3 {
		font-size: .28rem;
	}
	.column h3 img{
		 height: 0.6rem;
	}
	
	.i-m5-titBox h3 img{
		height:0.4rem;
	}
	
	.news-swiper1 {
		width: 100%;
		margin: 0 0 .25rem;
	}
	.news-swiper1 .title {
		font-size:0.14rem
	}
	
	.news-swiper1 .text {
		padding: .1rem .15rem .25rem;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
	}
	.news-swiper1 .pagination {
		bottom: 0.1rem;
	}
	
	.i-m5-right{
		float: none;
		width: 100%;
	}
	
	.i-m5-right li h4{
		font-size: .2rem;
	}
	
	.i-m5-right li p {
	    font-size: 0.16rem;
	    line-height: 0.25rem;
	    margin: 0.1rem 0;
	    height: .5rem;
	}
	
	.i-m5-date{
		font-size:0.16rem;
	}
	
	.news-swiper1 .img {
		padding: 56.3% 0 0;
	}

	.picture1 {
		width: 100% !important;
	}

	.picture1 .img {
		padding: 56% 0 0;
	}

	.news-swiper2 {
		padding: 0 0 0.5rem;
	}
	
	.news-swiper2 .arrow{
		width: 32px;
		height: 32px;
		line-height: 30px;
		font-size: .2rem;
	}
	
	.news-swiper2 .img-frame .img-frame-right h4{
		font-size: 0.18rem;
	}
	.news-swiper2 .img-frame .img-frame-right p{
		font-size: 0.14rem;
	}
	.news-swiper2 .title::after {
		margin: .1rem 0;
	}

	.news-swiper2 .swiper-slide {
		padding: .2rem  0;
	}

	/* .news-swiper2 .swiper-slide.swiper-slide-next {
		box-shadow: none;
		background: none;
	} */

	.news-swiper2 .swiper-slide.swiper-slide-next .text {
		padding: 0;
	}

	.news-swiper2 .swiper-slide.swiper-slide-next .title {
		color: #333 !important;
	}

	.news-swiper2 .swiper-slide.swiper-slide-next .title::after {
		background: #237ad5 !important;
	}

	.news-swiper2 .swiper-slide.swiper-slide-next .date {
		color: #666;
		background-image: url("../images/s_icon4_2.png");
	}

	.news-swiper3 .swiper-slide {
		padding: 0 0 1.2rem;
	}

	.news-swiper3 .text {
		padding: 1rem .15rem .1rem;
	}

	.news-swiper3 .arrow {
		bottom: 1.3rem;
	}

	.footer .left-box {
		flex-direction: column;
	}

	.footer .right-box {
		padding-bottom: .05rem;
	}

	.foot-text {
		width: 100%;
		padding: 0;
	}

	.foot-link {
		padding: 0 0 0;
		margin: 0 0 .15rem;
		flex-wrap: wrap;
	}

	.foot-link li {
		margin: 0 0 .15rem;
	}

	.copy {
		text-align: center;
	}

	.QR-code {
		width: 100%;
		padding: .1rem 0 0;
		border: none;
		text-align: center;
	}

	.picture2 li {
		margin: 0 0 .2rem;
	}

	.picture2 .picture2 .img-scale::after {
		display: none;
	}

	.picture2 .img-frame {
		width: 2.75rem;
	}

	.picture2 .text {
		width: calc(100% - 3rem);
	}

	.picture2 .text .title {
		font-size: .22rem;
	}

	.picture2 .text .date::after {
		margin: .12rem 0 .12rem -27px;
	}

	.decorate {
		padding: 40% 0 0;
	}

	#mask .search-box {
		overflow: visible;
	}

	#mask .search-box .close {
		display: none;
	}

	.article .title {
		font-size: .24rem;
		line-height: .36rem;
	}

	.article .share-box {
		margin: 0;
		justify-content: flex-start;
	}

	.article .share-box .s-icon {
		margin: 0 .1rem 0 0;
	}

	.list2 {
		margin: 0;
	}

	.list2 li {
		width: 100%;
		padding: 0;
	}

	.list3 li {
		margin: 0 0 .2rem;
	}

	.list3 a {
		padding: 0.12rem calc(2% + 45px) 0.12rem 0.12rem;
		background-position-x: 98%;
	}

	.list3 .date1::after {
		right: -.15rem;
	}

	.list3 .title {
		width: calc(100% - 65px - .3rem);
		text-overflow: clip;
		white-space: initial;
		display: block;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
}

@media screen and (max-width: 520px) {
	.footer .left-box p{
		font-size: 0.15rem
	}
	.footer-left-icon{
		width: 0.24rem;
		height:0.24rem;
	}
	.xgjj-m3-picBox li{
		width: 49%;
	}
	.xgjj-m3-picBox li:nth-child(2n){
		margin-right: 0;
	}
	.xgjj-m3-topR{
		padding: 0.2rem 0.2rem 0.2rem 0.5rem;
		top: 0.1rem;
		bottom: 0.1rem;
		width: 90%;
		
	}
	.xgjj-m3-topR p{
		line-height: 0.32rem;
		font-size:0.16rem;
	}
	.xgjj-m3-topR p:first-child {
	    padding-left: 0;
	}
	
	.xgjj-m2-text {
		padding: 0.1rem;
		top: 0.1rem;
		left: 0.1rem;
		width: 70%;
		bottom: 0.1rem;
	}
	.xgjj-m2-text p,
	.xgjj-m1-left p{
		line-height: 0.32rem;
		font-size:0.14rem;
	}
	.xgjj-m2-top p{
		font-size: 0.14rem;
	}
	.xgjj-m2-top {
		background:#2f81d7;
	}
	
	.xgjj-m1-left{
		padding: 0.2rem 0;
		height: auto;
	}
	.xgjj-m1-leftbox{
		padding: 0.1rem 0.2rem 0.2rem 0.2rem;
	}
	.xgjj-m1-left p{
		margin-top: 0.1rem;
	}
	
	.bumen-list li{
		width: 100%;
		margin-right: 0;
		border-radius: 0.2rem;
	}
	.detail-title {
	    font-size: .22rem;
	    line-height: .36rem;
	}
	
	.detail-text p{
		font-size: .18rem;
	}
	/* .service-list1,
	.service-btnBox{
		padding: 0 .2rem;
	} */
	.service-btnBox a{
		font-size: 0.16rem;
		line-height: 0.3rem;
	}
	.service-list1 li{
		margin: 0 4% 0.2rem 0;
		width: 48%;
	}
	
	.service-list1 li:nth-child(2n){
		margin-right: 0;
	}
	
	.picture2 .text .title {
        font-size: .2rem;
    }
	
	.notice-list-left{
		width: 100%;
		height: auto;
		margin-right: 0rem;
		overflow: hidden;
	}
	
	
	.jianjie-list2 li{
		margin: 0 0 0.2rem 0;
		width: 100%;
		float: none;
	}
	
	.jianjie-list2-info h4{
		font-size:0.16rem;
	}
	
	.header .right-box {
		/* padding: 0 1.2rem 0 0; */
	}

	.logo {
		display: flex;
		align-items: center;
		height: 32px !important;
	}

	.logo img {
		max-width: 70%;
		height: auto !important;
		max-height: 42px;
	}

	.pad-btn::after {
		width: 67px;
	}

	.pad-btn .search-btn {
		width: 38px;
		height: 38px;
	}

	.pad-btn .nav-btn {
		width: 30px;
		margin: 0 14px 0 28px;
	}

	.pad-btn .nav-btn i {
		margin: 7px 0;
	}

	.pad-btn .nav-btn.close i:nth-child(1) {
		-webkit-transform: translate(0px, 9px) rotate(45deg);
		-moz-transform: translate(0px, 9px) rotate(45deg);
		-ms-transform: translate(0px, 9px) rotate(45deg);
		-o-transform: translate(0px, 9px) rotate(45deg);
		transform: translate(0px, 9px) rotate(45deg);
	}

	.pad-btn .nav-btn.close i:nth-child(3) {
		-webkit-transform: translate(0px, -9px) rotate(-45deg);
		-moz-transform: translate(0px, -9px) rotate(-45deg);
		-ms-transform: translate(0px, -9px) rotate(-45deg);
		-o-transform: translate(0px, -9px) rotate(-45deg);
		transform: translate(0px, -9px) rotate(-45deg);
	}

	.nav {
		top: 52px;
		height: calc(100vh - 52px);
	}

	.banner,
	.decorate {
		margin: 52px 0 0 !important;
	}

	.news-swiper1 .pagination {
		bottom: 5px;
		right: 0;
		width: 100%;
		text-align: center;
	}

	.news-swiper1 .pagination .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
	}

	.pixel-box {
		margin: 0 0 .2rem;
	}

	.pixel-box.box1 {
		margin: 0;
		width: 52%;
	}

	.pixel-box.box2 {
		width: 48%;
	}

	.pixel-box li {
		margin: 0;
	}

	.pixel-box li::before {
		display: none;
	}

	.pixel-box li.item3 {
		width: 100%;
		height: 2.4rem;
	}

	.pixel-box li.item4 {
		width: 100%;
	}

	.pixel-box a p {
		font-size: .2rem;
	}

	.news-swiper3 .swiper-slide {
		padding: 0;
	}

	.news-swiper3 .text {
		position: static;
		padding: .12rem .15rem .1rem;
		background: #ad0048;
	}

	.news-swiper3 .title {
		width: 100%;
		margin: 0 0 6px;
		font-size: .2rem;
	}

	.news-swiper3 .info {
		width: 100%;
	}

	.news-swiper3 .arrow {
		bottom: .16rem;
		right: auto;
		left: .15rem;
	}

	.news-swiper3 .arrow.swiper-next {
		left: calc(.25rem + 30px);
	}

	.picture2 .img-frame,
	.picture3 .img-frame {
		width: 100%;
	}

	.picture2 .img-scale,
	.picture3 .img-scale {
		display: block;
	}

	.picture2 .text,
	.picture3 .text {
		width: 100%;
	}

	.picture3 .text {
		margin: .1rem 0 0;
	}

	#mask .search-box .form {
		width: 90%;
	}
}

/*# sourceMappingURL=style.css.map */