
.home-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.bannerSwiper{
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.bannerSwiper img{
	width: 100%;
	position: relative;
	z-index: 1;
}
.bannerSwiper .swiper-slide-active img{
	animation: changeScale 1 2.5s;
}
.pc-banner{
	display: block;
}
.mobile-banner{
	display: none;
}
.banner-title{
	width: 100%;
	position: absolute;
	top: 59%;
	transform: translateY(-50%);
	z-index: 4;
	display: flex;
	justify-content: center;
}
.banner-title-flex{
	margin: 0 0.25rem;
	position: relative;
}
.banner-title-flex h3{
	font-size: 0.76rem;
	font-family: 'syhtB';
	line-height: 1.1;
	text-align: center;
}
.banner-title-flex p{
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	/*text-transform: uppercase;*/
}
.banner-t-sp01 .banner-title-flex{
	position: relative;
}
/*.banner-t-sp01 .banner-title-flex:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	filter: blur(10px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition-duration: 0.5s;
}
.bannerSwiper .swiper-slide-active .banner-t-sp01 .banner-title-flex:before{
	transition-delay: 3s;
	opacity: 1;
}*/
.banner-t-sp01 .banner-title-flex h3{
	z-index: 4;
	position: relative;
	color: #fff;
	text-shadow: 0 3px 2px #333;
}
.banner-t-sp01 .banner-title-flex p{
	z-index: 4;
	position: relative;
	color: #fff;
	text-shadow: 0 2px 1px #333;
}
.banner-t-sp02 .banner-title-flex h3{
	font-size: 0.3rem;
	color: #003d88;
}
.banner-t-sp02 .banner-title-flex p{
	color: #003d88;
}
.banner-t-sp02 .banner-title-flex:after{
	display: block;
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: #003d88;
	position: absolute;
	right: -0.3rem;
	top: 0.4rem;
}
.banner-t-sp02 .banner-title-flex:last-child:after{
	display: none;
}
@keyframes showText{
    0% { 
    	opacity: 0; 
    	filter: blur(5px);
    	}
    100% {
    	 opacity: 1; 
    	 filter: blur(0px);
    	}
}
.banner-title-flex h3 span,.banner-title-flex p span{
	opacity: 0;
	display: inline-block;
	animation-fill-mode: forwards !important;
}

.home-about{
	padding: 0.7rem 7.55% 0 0.6rem;
	background: linear-gradient(to right, #fafbfc, #dbe3e9);
	background: -webkit-linear-gradient(to right, #fafbfc, #dbe3e9);
	background: -moz-linear-gradient(to right, #fafbfc, #dbe3e9);
	background: -o-linear-gradient(to right, #fafbfc, #dbe3e9);
	background: -ms-linear-gradient(to right, #fafbfc, #dbe3e9);
	display: flex;
}
.home-about-fl{
	width: 8.7666rem;
	height: 8.7666rem;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.home-about-fl-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/h-ab-bg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
	animation: circleBg 15s linear infinite;
}
@keyframes circleBg{
    0% { 
    	transform: rotate(0);
    }
    100% {
    	transform: rotate(360deg);
    }
}
.home-about-fl-dq{
	width: 6.5975rem;
	position: relative;
	z-index: 4;
}
.home-about-fl-dq img{
	display: block;
	width: 100%;
}
.home-about-fl ul li{
	position: absolute;
	z-index: 8;
	cursor: pointer;
}

.home-about-fl ul li span:nth-child(1){
	display: block;
	width: 0.52rem;
	height: 0.71rem;
	background: url(../images/bj.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 0.14rem;
	font-size: 0.14rem;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	position: absolute;
    top: -0.54rem;
    left: -0.39rem;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
}
.home-about-fl ul li:nth-child(1) span:nth-child(1){
	left: -0.41rem;
}
.home-about-fl ul li:nth-child(6) span:nth-child(1){
	left: -0.52rem;
	font-size: 0.1rem;
}
.home-about-fl ul li span:nth-child(2){
	font-size: 0.14rem;
	color: #333333;
	line-height: 1.4;
	opacity: 1;
	visibility: visible;
	transition-duration: 0.3s;
}
.home-about-fl ul li.on span:nth-child(1){
	opacity: 1;
	visibility: visible;
}
.home-about-fl ul li.on span:nth-child(2){
	opacity: 0;
	visibility: hidden;
}

.h-ab-circle{
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	position: absolute;
	bottom: -0.01rem;
	left: -100%;
	z-index: 5;
}
.circle-one{
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #b99e4b;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.circle-two{
	width: 0.18rem;
	height: 0.18rem;
	border-radius: 50%;
	background: #b99e4b;
	opacity: 0.4;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	animation: fd1 3s linear infinite;
}
.circle-three{
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	background: #b99e4b;
	opacity: 0.3;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	animation: fd2 3s linear infinite;
}
.circle-four{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border:1px dashed #b99e4b;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
@keyframes fd1{
    0% { 
    	width: 0;
		height: 0;
    }
    50% {
    	width: 0.18rem;
		height: 0.18rem;
    }
}
@keyframes fd2{
    0% { 
    	width: 0;
		height: 0;
    }
    100% {
    	width: 0.3rem;
		height: 0.3rem;
    }
}
@keyframes fd3{
    0% { 
    	width: 0;
		height: 0;
    }
    50% {
    	width: 0.36rem;
		height: 0.36rem;
    }
}
@keyframes fd4{
    0% { 
    	width: 0;
		height: 0;
    }
    100% {
    	width: 0.64rem;
		height: 0.64rem;
    }
}
.home-about-fl ul li:nth-child(1){
	right: 2.45rem;
	bottom: 3.14rem;
	z-index: 20;
}
.home-about-fl ul li:nth-child(1) .h-ab-circle{
	width: 0.9rem;
	height: 0.9rem;
	left: -0.6rem;
	bottom: -0.32rem;
}
.home-about-fl ul li:nth-child(1) .circle-one{
	width: 0.14rem;
	height: 0.14rem;
}
.home-about-fl ul li:nth-child(1) .circle-two{
	width: 0.36rem;
	height: 0.36rem;
	animation: fd3 3s linear infinite;
}
.home-about-fl ul li:nth-child(1) .circle-three{
	width: 0.64rem;
	height: 0.64rem;
	animation: fd4 3s linear infinite;
}
.home-about-fl ul li:nth-child(2){
	right: 3.05rem;
    bottom: 3.2rem;
	z-index: 19;
}
.home-about-fl ul li:nth-child(2) .h-ab-circle{
	left: auto;
    right: -100%;
}
.home-about-fl ul li:nth-child(3){
	right: 2.1rem;
    bottom: 3.9rem;
    z-index: 18;
}
.home-about-fl ul li:nth-child(4){
	right: 2rem;
    bottom: 4.1rem;
    z-index: 17;
}
.home-about-fl ul li:nth-child(5){
	right: 1.4rem;
    bottom: 4.9rem;
    z-index: 16;
}
.home-about-fl ul li:nth-child(6){
	right: 2.4rem;
    bottom: 7.2rem;
    z-index: 15;
}
.home-about-fl ul li:nth-child(6) .h-ab-circle{
	left: -76%;
}
.home-about-fr{
	width: calc(100% - 8.7666rem);
	padding-left: 0.44rem;
	padding-top: 0.36rem;
}

.home-about-fr .home-title{
	margin-bottom: 0;
}
.home-about-fr .home-title h1{
	text-align: left;
}
.home-about-fr .home-title h1::before{
	left: 0;
	transform: translateX(0%);
}
.home-about-fr .home-about-title{
	font-size: 0.4rem;
	color: #333333;
	line-height: 1.2;
	margin-bottom: 0.08rem;
}
.home-about-fr .home-about-title span{
	color: #0c3e89;
}
.home-about-fr h5{
	font-size: 0.24rem;
	color: #666666;
	line-height: 1.6;
}
.home-about-fr ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.3rem;
	margin-bottom: 0.4rem;
}
.home-about-fr ul li{
	width: 48%;
	padding: 0.2rem 0.35rem;
	border-top: 1px solid #d2d4d6;
	display: flex;
	align-items: center;
}
.home-about-fr ul li:nth-child(3){
	width: 100%;
	border-bottom: 1px solid #d2d4d6;
}
.home-about-icon{
	width: 0.56rem;
	height: 0.81rem;
}
.home-about-icon img{
	display: block;
	width: 100%;
}
.home-about-name{
	width: calc(100% - 0.56rem);
	padding-left: 0.28rem;
	display: flex;
}
.home-about-name h4{
	font-size: 0.36rem;
	color: #0a3e89;
	font-family: 'syhtB';
	line-height: 1;
}
.home-about-name span{
	font-size: 0.24rem;
	color: #333333;
	line-height: 1.2;
	margin-left: 0.1rem;
	margin-top: 0.08rem;
}

.get-more{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.08rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid #0a3e89;
	position: relative;
}
.get-more:after{
	display: block;
	content: '';
	width: 0%;
	height: 100%;
	background: #0a3e89;
	border-radius: 0.5rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	transition-duration: 0.5s;
}
.get-more span{
	font-size: 0.2rem;
	color: #0a3e89;
	font-family: 'syhtB';
	position: relative;
	z-index: 4;
	transition-duration: 0.5s;
}
.get-more:hover:after{
	width: 100%;
	left: 0;
	right: auto;
}
.get-more:hover span{
	color: #fff;
}

.home-bkdt{
	padding: 0.4rem 0 0.76rem;
	background: linear-gradient(to right, #fafbfc, #dbe3e9);
	background: -webkit-linear-gradient(to right, #fafbfc, #dbe3e9);
	background: -moz-linear-gradient(to right, #fafbfc, #dbe3e9);
	background: -o-linear-gradient(to right, #fafbfc, #dbe3e9);
	background: -ms-linear-gradient(to right, #fafbfc, #dbe3e9);
}
.home-bkdt-box{
	display: flex;
	justify-content: space-between;
}
.home-bkdt-fl{
	width: 49%;
	background: #fff;
	padding: 0.25rem 0.5rem;
}
.home-bkdt-fl-list{
	display: none;
}
.home-bkdt-fl span{
	display: block;
	font-size: 0.24rem;
	color: #bbbbbb;
	line-height: 1.4;
}
.home-bkdt-fl h3{
	font-size: 0.24rem;
	color: #333333;
	line-height: 1.4;
	font-family: 'syhtB';
	margin-bottom: 0.05rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.3s;
}
.home-bkdt-fl:hover h3{
	color: #0a3e89;
}
.home-bkdt-fl p{
	font-size: 0.17rem;
	color: #999999;
	line-height: 1.6;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.home-bkdt-img{
	margin-top: 0.1rem;
	overflow: hidden;
}
.home-bkdt-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.home-bkdt-fl:hover .home-bkdt-img img{
	transform: scale(1.1);
}
.home-bkdt-fr{
	width: 49%;
}
.home-bkdt-fr ul{
	width: 100%;
	height: 100%;
	border-top: 1px solid #d1d1d1;
}
.home-bkdt-fr ul li{
	width: 100%;
	height: 33.333%;
	padding: 0.4rem 0.3rem 0;
	border-bottom: 1px solid #d1d1d1;
}
.home-bkdt-fr-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home-bkdt-fr-flex:first-child{
	margin-bottom: 0.1rem;
	position: relative;
}
.home-bkdt-fr-flex:first-child:before{
	display: block;
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #0a3e89;
	position: absolute;
	left: -0.16rem;
	top: 0.14rem;
}
.home-bkdt-fr-flex h3{
	width: calc(100% - 1rem);
	font-size: 0.22rem;
	color: #333333;
	line-height: 1.4;
	font-family: 'syhtB';
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.3s;
}
.home-bkdt-fr ul li:hover .home-bkdt-fr-flex h3{
	color: #0a3e89;
}
.home-bkdt-fr-flex span{
	width: 0.9rem;
	display: block;
	font-size: 0.22rem;
	color: #bbbbbb;
	text-align: right;
	line-height: 1.4;
}
.home-bkdt-fr-flex p{
	width: calc(100% - 1rem);
	font-size: 0.17rem;
	color: #999999;
	line-height: 1.6;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.home-bkdt-fr-flex .iconfont{
	font-size: 0.18rem;
	color: #0a3e89;
	font-family: 'syhtB';
	transition-duration: 0.3s;
}
.home-bkdt-fr ul li:hover .home-bkdt-fr-flex .iconfont{
	margin-right: -10px;
}
.home-bkdt .get-more{
	margin: 0.5rem auto 0;
}
.home-ywqj{
	padding: 0.5rem 0 1rem;
	background: url(../images/h-ywqj-bg.jpg) no-repeat center center;
	background-size: cover;
}
.home-ywqj .home-title h1{
	-webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    opacity: 0.5;
}
.home-ywqj-content{
	padding-top: 2.1rem;
	padding-bottom: 0.4rem;
	overflow: hidden;
	position: relative;
}
.home-ywqj-info{
	position: relative;
	z-index: 10;
}
.home-ywqj-info h2{
	font-size: 0.32rem;
	color: #084892;
	font-family: 'syhtB';
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0.25rem;
}
.home-ywqj-solgan{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0.3rem;
	position: relative;
}
.ywqj-solgan-sp{
	position: absolute;
	width: 10rem;
	height: 0.4rem;
	border-radius: 0.4rem;
	border: 1px solid rgba(3,0,0,0.1);
	top: 50%;
	left: 50%;
	margin-top: -0.2rem;
	margin-left: -5rem;
	z-index: 2;
}
.ywqj-solgan-sp img{
	display: block;
	width: 1.28rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ywqj-solgan-sp img:nth-child(1){
	left: -0.78rem;
}
.ywqj-solgan-sp img:nth-child(2){
	right: -0.78rem;
}

.ywqj-solgan-list{
	width: 1.9rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	margin: 0 0.08rem;
	background: linear-gradient(to bottom, #bfa246, #e8ce83);
	background: -webkit-linear-gradient(to bottom, #bfa246, #e8ce83);
	background: -moz-linear-gradient(to bottom, #bfa246, #e8ce83);
	background: -o-linear-gradient(to bottom, #bfa246, #e8ce83);
	background: -ms-linear-gradient(to bottom, #bfa246, #e8ce83);
	font-size: 0.3rem;
	color: #fff;
	text-align: center;
	font-family: 'syhtB';
	line-height: 0.5rem;
	cursor: default;
	position: relative;
	z-index: 10;
	top: 0;
	transition-duration: 0.3s;
}
.ywqj-solgan-list:hover{
	box-shadow: 0 3px 3px 2px #cacaca;
 
}
.home-ywqj-by{
	font-size: 0.36rem;
	color: #333333;
	text-align: center;
	line-height: 1.4;
	
}
.home-ywqj-info .get-more{
	margin: 0.46rem auto 0;
}
.home-ywqj-line{
	width: 88.04%;
    height: 3.97rem;
    background: url(../images/h-line.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 1rem;
    left: 5.98%;
}
.home-ywqj-content ul li{
	width: 0.86rem;
	height: 0.86rem;
	position: absolute;
	z-index: 30;
}
.home-ywqj-content ul li img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-ywqj-content ul li:hover img{
	transform: rotateY(360deg);
}
.home-ywqj-content ul li:nth-child(-n+5){
	margin-left: -0.43rem;
}
.home-ywqj-content ul li:nth-child(1){
	left: 3.5%;
	bottom: 0.2rem;
	margin-left: 0;
}
.home-ywqj-content ul li:nth-child(2){
	left: 10.35%;
	bottom: 2.2rem;
}
.home-ywqj-content ul li:nth-child(3){
	left: 21%;
	bottom: 3.5rem;
}
.home-ywqj-content ul li:nth-child(4){
	left: 35%;
	bottom: 4.3rem;
}
.home-ywqj-content ul li:nth-child(5){
	left: 50%;
    bottom: 4.5rem;
}
.home-ywqj-content ul li:nth-last-child(-n+5){
	margin-right: -0.43rem;
}
.home-ywqj-content ul li:nth-child(6){
	right: 35%;
	bottom: 4.3rem;
}
.home-ywqj-content ul li:nth-child(7){
	right: 21%;
	bottom: 3.5rem;
}
.home-ywqj-content ul li:nth-child(8){
	right: 10.35%;
	bottom: 2.2rem;
}
.home-ywqj-content ul li:nth-child(9){
	right: 3.5%;
	bottom: 0.2rem;
	margin-right: 0;
}
@-webkit-keyframes dhLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px,30px);
    transform: translate(-30px,30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
  }
}

@keyframes dhLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px,30px);
    transform: translate(-30px,30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
  }
}

.dhLeft1 {
  -webkit-animation-name: dhLeft1;
          animation-name: dhLeft1;
}

.home-jkzx{
	padding: 0.7rem 0 0.86rem;
	position: relative;
	background: #ffffff;
	overflow: hidden;
}
.home-jkzx-list{
	position: relative;
	z-index: 10;
}
.home-jkzx-list ul{
	display: flex;
	flex-wrap: wrap;
}
.home-jkzx-list ul li{
	width: 32%;
	height: 2.8rem;
	border-radius: 0.2rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 5px 4px #e1e1e1;
	margin-right: 2%;
	position: relative;
}
.home-jkzx-list ul li:after{
	display: block;
	content: '';
	width: 0%;
	height: 4px;
	background: #b99e4b;
	position: absolute;
	bottom: 0;
	right: 0;
	transition-duration: 0.5s;
}
.home-jkzx-list ul li:hover:after{
	width: 100%;
	left: 0;
	right: auto;
}
.home-jkzx-list ul li:nth-child(3n){
	margin-right: 0;
}
.home-jkzx-list ul li a{
	display: block;
	padding: 0.4rem 0.36rem;
}
.home-jkzx-list ul li h3{
	height: 0.68rem;
	font-size: 0.26rem;
	color: #333333;
	font-family: 'syhtB';
	line-height: 0.34rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
	transition-duration: 0.3s;
}
.home-jkzx-list ul li:hover h3{
	color: #0469c0;
}
.jkzx-list-line{
	display: block;
	width: 0.8rem;
	height: 3px;
	background: #0469c0;
	margin: 0.15rem 0;
}
.home-jkzx-list ul li p{
	font-size: 0.17rem;
	color: #999999;
	line-height: 1.6;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.home-jkzx-list-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.18rem;
}
.home-jkzx-fn{
	width: 1.94rem;
	height: 0.42rem;
	border-radius: 0.42rem;
	background: #f1f7fb;
	font-size: 0.17rem;
	color: #003d88;
	text-align: center;
	line-height: 0.42rem;
}
.home-jkzx-list-flex span{
	font-size: 0.17rem;
	color: #333333;
	line-height: 1.4;
	opacity: 0.4;
}
.home-jkzx .get-more{
	margin: 0.5rem auto 0;
	position: relative;
	z-index: 10;
}
.home-jkzxBg{
	width: 100%;
	height: 3rem;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}


/*mobile*/
.home-about-fl-mobile{
	display: none;
	width: 100%;
}
.home-about-fl-mobile img{
	display: block;
	width: 100%;
}


@media only screen and (max-width: 1450px) {
    
}
@media only screen and (max-width: 1366px) {
    
}
@media only screen and (max-width: 1090px) {
    
}
@media only screen and (max-width: 769px){
	
}
@media only screen and (max-width: 540px) {
    .home-banner{
    	margin-top: 55px;
    }
    .pc-banner{
		display: none;
	}
	.mobile-banner{
		display: block;
	}
    .banner-title-flex h3{
    	font-size: 20px;
    }
    .banner-t-sp02{
    	flex-wrap: wrap;
    }
    .banner-t-sp02 .banner-title-flex{
    	width: 50%;
    	margin: 10px 0;
    }
    .banner-t-sp02 .banner-title-flex:after{
    	display: none;
    }
    .home-about{
    	padding: 40px 3% 30px;
    	display: block;
    }
    .home-about-fl{
    	display: none;
    }
    .home-about-fl-mobile{
    	display: block;
    }
    .home-about-fr{
    	width: 100%;
    	padding: 0;
    }
    .home-about-fr .home-about-title{
    	font-size: 20px;
    }
    .home-about-fr h5{
    	font-size: 14px;
    }
    .home-about-name{
    	padding-left: 10px;
    }
    .home-about-name h4{
    	font-size: 16px;
    }
    .home-about-name span{
    	font-size: 14px;
    	margin-top: 1px;
    }
    .home-about-fr ul li{
    	padding: 10px 15px;
    }
    .home-about-fr ul li:nth-child(1){
    	width: 40%;
    }
    .home-about-fr ul li:nth-child(2){
    	width: 56%;
    }
    .get-more{
    	width: 120px;
    	height: 30px;
    	margin: 0 auto;
    }
    .get-more span{
    	font-size: 16px;
    }
    .home-bkdt{
    	padding-top: 0;
    }
    .home-bkdt-box{
    	display: block;
    }
    .home-bkdt-fl{
    	width: 100%;
    	padding: 0;
    	background: none;
    }
    .home-bkdt-fl-list{
    	display: block !important;
    	padding: 15px 10px;
    	background: #fff;
    	margin-bottom: 10px;
    }
    .home-bkdt-fl span{
    	font-size: 14px;
    }
    .home-bkdt-fl h3{
    	font-size: 16px;
    	font-family: 'syhtN';
    }
    .home-bkdt-fl p{
    	font-size: 14px;
    }
    .home-bkdt-fr{
    	display: none;
    	width: 100%;
    	margin-top: 10px;
    }
    .home-bkdt-fr ul li{
    	padding: 15px 10px;
    }
    .home-bkdt-fr-flex h3{
    	font-size: 14px;
    	width: calc(100% - 50px);
    }
    .home-bkdt-fr-flex span{
    	width: 40px;
    	font-size: 14px;
    }
    .home-bkdt-fr-flex p{
    	font-size: 14px;
    	width: calc(100% - 50px);
    }
    .home-bkdt-fr-flex:first-child:before{
    	width: 4px;
    	height: 4px;
    }
    
    .home-ywqj-content ul{
    	display: none;
    }
    .home-ywqj-line{
    	display: none;
    }
    /*.ywqj-solgan-sp{
    	width: 100%;
    	height: 36px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	position: relative;
    	top: 0;
    	left: 0;
    	margin: 0 0 10px !important;
    }
    .ywqj-solgan-sp img{
    	width: 86px;
    	margin: 0 10px;
    	position: relative;
    	top: 0;
    	transform: translateY(0);
    	left: 0 !important;
    	right: 0 !important;
    }*/
   .ywqj-solgan-sp{
   	width: 80%;
   	height: 60%;
   	left: 10%;
   	top: 20%;
   	margin-top: 0;
   	margin-left: 0;
   }
    .home-ywqj-content{
    	padding-top: 10px;
    }
    .home-ywqj-info h2{
    	font-size: 18px;
    }
    .ywqj-solgan-list{
    	width: 90px;
    	font-size: 16px;
    }
    .ywqj-solgan-list:nth-child(odd){
    	margin: 5px 40px 5px 5px;
    }
     .ywqj-solgan-list:nth-child(even){
    	margin: 5px 5px 5px 40px;
    }
    .home-ywqj-by{
    	font-size: 16px;
    }
    
    .home-jkzx-list ul li a{
    	padding: 15px 10px;
    }
    .home-jkzx-list ul li{
    	width: 100%;
    	height: auto;
    	margin-right: 0;
    	margin-bottom: 10px;
    }
    .home-jkzx-list ul li h3{
    	font-size: 14px;
    	height: auto;
    	line-height: 1.4;
    }
    .home-jkzx-list ul li p{
    	font-size: 14px;
    }
    .home-jkzx-fn{
    	padding: 0 10px;
    	width: auto;
    	height: 26px;
    	border-radius: 16px;
    	font-size: 14px;
    	line-height: 26px;
    }
    .home-jkzx-list-flex span{
    	font-size: 14px;
    }
    .home-jkzxBg{
    	width: 100%;
    	height: 280px;
    }
    
    .home-ywqj{
    	background: url(../images/m-h-ywqj-bg.jpg) no-repeat center center;
    	background-size: cover;
    }
}





