body{
    overflow-x: hidden;
    position: relative;
	font-family:"AlibabaPuHuiTi-Regular";
	font-size: 16px;
	max-width: 1920px;margin-left: auto;margin-right: auto;
	background: #fff;
}
* {
    margin: 0;
    padding: 0;
    -webkit-appearance: none; /*去掉浏览器默认样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
}
h1,h2{
	font-family:"AlibabaPuHuiTi-Bold";position: relative;
}
h3{
	font-family: 'AlibabaPuHuiTi-Medium';
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a:active,a:link,a:focus,a:visited{
    text-decoration: none;
}
input,
textarea,
select,
button {
	border: 0;
	outline: none;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.wrapper {
    width: 1640px;margin: 0 auto;
}
.col-xs-5th, .col-sm-5th, .col-md-5th, .col-lg-5th {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.btn{
	color: #FFFFFF;
	background:  #1aa777;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	text-decoration: none;
	position: relative;
	z-index: 1;
	overflow: hidden; 
	transition: all .3s;
	width: 170px;
	height: 60px;
	line-height: 60px;
	border-radius: 0;
	font-size: 18px;
	border: 1px solid  #1aa777;
	text-align: center;
}
.btn:hover{
	outline: 0;
	color:  #fff;
	background:#88c122;border: 1px solid #88c122;
}
.btn:hover::after{
	width: 100%;
}
.btn::after{
	content: "";position: absolute; left: 0; bottom: 0; width: 0; height: 100%;background: #88c122;transition: all 0.3s ease-in-out;z-index: -1;
}
@media ( min-width : 768px) {
	.col-sm-5th {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 992px) {
	.col-md-5th {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 1200px) {
	.col-lg-5th{
		width: 20%;
		float: left;
	}
}
@font-face {
    font-family: 'AlibabaPuHuiTi-Regular';
    src: url('../fonts/AlibabaPuHuiTi-Regular.eot');
    src: url('../fonts/AlibabaPuHuiTi-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlibabaPuHuiTi-Regular.woff2') format('woff2'),
        url('../fonts/AlibabaPuHuiTi-Regular.woff') format('woff'),
        url('../fonts/AlibabaPuHuiTi-Regular.ttf') format('truetype'),
        url('../fonts/AlibabaPuHuiTi-Regular.svg#AlibabaPuHuiTi-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-Bold';
    src: url('../fonts/AlibabaPuHuiTi-Bold.eot');
    src: url('../fonts/AlibabaPuHuiTi-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlibabaPuHuiTi-Bold.woff2') format('woff2'),
        url('../fonts/AlibabaPuHuiTi-Bold.woff') format('woff'),
        url('../fonts/AlibabaPuHuiTi-Bold.ttf') format('truetype'),
        url('../fonts/AlibabaPuHuiTi-Bold.svg#AlibabaPuHuiTi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-Medium';
    src: url('../fonts/AlibabaPuHuiTi-Medium.eot');
    src: url('../fonts/AlibabaPuHuiTi-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlibabaPuHuiTi-Medium.woff2') format('woff2'),
        url('../fonts/AlibabaPuHuiTi-Medium.woff') format('woff'),
        url('../fonts/AlibabaPuHuiTi-Medium.ttf') format('truetype'),
        url('../fonts/AlibabaPuHuiTi-Medium.svg#AlibabaPuHuiTi-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.flex{
    display: flex;
	display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}
#menu{
    display: none;z-index: 555;
}
#menu.mm-opened,#caidan.mm-opened {
    display: block;
}
.mobile-bar{
	display: none;
}
.pc_none{
	display: none !important;
}
.header-box{
	align-items: center;justify-content: space-between;
}
#searchform{
	position: absolute;right: 0;transition: width 400ms ease;width: 0;top: 20px;
}
.search-toggle{
	display: none;color: #fff;cursor: pointer;
}
#searchform input{
	border: 0;color: #fff; background-color: transparent;transition: width 400ms ease;width: 0;padding: 16px 0;border-bottom: 1px solid #fff;
}
#searchform input::placeholder{
	color: #fff;
}
.header-right{
	position: relative;
}
header.active .navlist,header.active .h-lan{
	opacity: 0;
}
.navlist >li.actve >a::after{
	width: 100%;
}
header.active #searchform,#searchform input{
	width: 100%;
}
header.active .search-toggle{
	display: block;transform: translateY(-16px);
}
header.active .h-search .fa-search{
	display: none;
}
header.affix .search-toggle{
	color: #333;
}
header.affix #searchform input{
	color: #333;border-bottom: 1px solid #333; background: #fff;
}
header.affix #searchform input::placeholder{
	color: #333;
}
header{
	position: absolute;left: 0;right: 0;top: 0;z-index: 555;
}
.header-left h1{
	margin-top: 0;margin-bottom: 0;
}
header .navlist,.header-bars{
	height: 110px;    align-items: center;
}
.header-bars{
	margin-left: 10px;
}
header .navlist >li>a{
	font-size: 18px;color: #fff;display: inline-block;position: relative;line-height: 35px;
}
.header-bars a{
	font-size: 16px;color: #fff;display: inline-block;position: relative;
}
header .navlist >li>a::after{
	content: "";position: absolute; left: 0; bottom: 0px; width:0; height: 2px;background:#88c122;transition: all 0.3s ease-in-out;
}
header .navlist >li>a:hover::after{
	width:100%;
}
header .navlist >li{
	padding-left: 32px;padding-right: 32px;display: inline-block;position: relative;
}
.header-bars li{
	margin-left: 32px;
}
.mobile-bar{
	display: none;
}
header s.navlist >li> a:hover::before{
	width: 100%;
}
header .navlist >li > .sub-menu {
    text-align: left;position: absolute;top: 36px;background: #ffffff;color: #1d1d1d;width: 220px;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);z-index: 111;border-top: 3px solid #1ecb99;
}
header .navlist .sub-menu li,.navlist .sub-menu li a{
	display: block;border-bottom: 1px dashed #ccc;
    position: relative;transition: all .4s;
}
header .navlist .sub-menu li:hover > a{
	color:#1aa777 !important;
}
header .navlist .sub-menu li a{
	font-size: 16px;line-height: 50px;padding: 0px 30px;color: #333;
}
header .navlist .sub-menu .sub-menu{
	    box-shadow: 1px 0px 25px rgba(0, 0, 0, 0.05);margin: 0;padding: 0;position: absolute;top: 0;left:80%;overflow: hidden;text-align: left;min-width: 220px;opacity: 0;display: block;    transition: 0.5s;visibility: visible;border-radius: 8px;background: #fff;
}
header .navlist .sub-menu > li:hover .sub-menu{
	opacity: 1;left: 100%;
}
header .sub-menu{
	display: none;
}
header .navlist >li:hover >.sub-menu {
    display: block;
}
header.affix{
	background:#fff;
}
.logo-affix{
	display: none;
}
header.affix .logo-affix{
	display: block;
}
header.affix .logo-home{
	display: none;
}
header.affix .navlist >li>a,header.affix .header-bars a{
	color: #333;
}
header.affix .h-lan a{
	border: solid 1px rgba(0, 0,0, 0.53);
}
header.affix{
		box-shadow: 0px 0px 26px 0px #e5e5e5;
	}
.swiper{
	position: relative;overflow: hidden;
}
.h-lan a{
	width: 45px;height: 45px;border: solid 1px rgba(255,255,255,0.53);display: flex;align-items: center;justify-content: center;border-radius: 50%;
}
.ban-next,.ban-prev{
	width: 60px;height: 90px;background: #000;color: #fff;
}
.ban-next{
	right: 0;
}
.ban-prev{
	left: 0;
}
.ban-pagination .swiper-pagination-bullet{
	width: 12px; height: 12px;border: solid 2px #ffffff; opacity: 1; background: transparent;margin: 0 10px !important;
}
.ban-pagination .swiper-pagination-bullet-active{
	background: #fff;
}
.h-intro{
	margin-top: 130px;margin-bottom: 130px;position: relative;
}
.in-ibox{
	width:670px;height: 495px;overflow: hidden;position: relative;
}
.in-ibox img{
	 width: 100%; height: 100%; object-fit: cover; object-position: center;transition: all .4s;
}
.in-ibox:hover img{
	transition: all .4s;transform: scale(1.05);
}
.in-ibox span{
	position: absolute;top: 24px;left: 30px;width: 113px;height: 45px;background-color: rgba(136,193,34,0.9);font-family:"AlibabaPuHuiTi-Medium";font-size: 17px;color: #Fff;text-align: center;line-height: 45px;z-index: 5;
}
.in-item{
	margin-left: -15px;margin-right: -15px;
}
.intro-next,.intro-prev,
.act-next,.act-prev,
.mid-next,.mid-prev{
	width: 60px;height: 90px;background: #000;color: #fff;
}
.intro-next,.act-next,.mid-next{
	right: 0;
}
.intro-prev,.act-prev,.mid-prev{
	left: 0;
}
.mid-next,.mid-prev{
	top: 45%;
}
.intro-pagination .swiper-pagination-bullet-active,
.mid-pagination .swiper-pagination-bullet-active{
	background: #fff;
}
.mid-pagination .swiper-pagination-bullet,
.intro-pagination .swiper-pagination-bullet{
	background: #fff;
}
.in-tbox h3{
	font-size: 30px;color: #555555;margin-bottom: 35px;margin-top: 35px;
}
.in-tbox p{
	font-size: 18px;line-height: 32px;color: #555555;text-indent: 2rem;
}
.in-tbox a.btn{
	margin-top: 45px;
}
.in-bg{
	position: absolute;left: 0;right: 0;bottom: -200px;z-index: -1;
}
.h-act{
	position: relative;
}
.act-img{
	width: 520px;height: 520px;overflow: hidden;
}
.act-img img{
	width: 100%; height: 100%; object-fit: cover; object-position: center;transition: all .4s;
}
.htitle{
	border-left: 5px solid;padding-left: 20px;margin-bottom: 35px;
}
.htitle1,.htitle{
	margin-top: 0;margin-bottom: 0;font-family: "AlibabaPuHuiTi-Bold";color: #1aa777;font-size: 48px;
}
.htitle1{
	margin-bottom: 45px;position: relative;
}
.htitle1::after{
	content:" ";width: 43px;height: 6px;background-color: #1aa777;position: absolute;left: 0;right: 0;text-align: center;top: -25px;margin-left: auto;margin-right: auto;
}
.act-box{
	position: relative;overflow: hidden;
}
.act-box::after{
	content: "";width: 100%;height: 100%;left: 0;right: 0;top: 0;bottom: 0;background:rgba(0,0,0,0.6);position: absolute;transition: all .4s;
}
.act-box:hover::after{
	background:rgba(26,167,119,0.8);transition: all .4s;
}
.act-box:hover img{
	transition: all .4s;transform: scale(1.05);
}
.act-text{
	position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 5;padding: 70px 55px;
}
.act-text h3{
	font-size: 30px;line-height: 44px;color: #fffffe;margin-top: 0;margin-bottom: 0;
}
.act-text p{
	font-size: 16px;line-height: 28px;color: #fffffe;opacity: 0.7;margin-bottom: 30px;margin-top: 30px;
}
.act-text span{
	width: 50px;height: 2px;background-color: #ffffff;display: block;
}
.act-video{
	position: absolute;z-index: 5;bottom: 35px;right: 40px;
}
.act-video i{
	font-size: 50px;color: #fff;
}
.act-btn{
	text-align: center;margin-top: 45px;
}
.act-btn a{
	margin-left: auto;margin-right: auto;
}
.mid-box h2{
	text-align: center;font-family:"AlibabaPuHuiTi-Medium";font-size: 60px;color: #ffffff;margin-top: 0;margin-bottom: 0;position: relative;padding-bottom: 30px;
}
.mid-box h2::after{
	position: absolute;content: "";width: 121px;height: 3px;background-color: #ffffff;left: 0;right: 0;bottom: 0px;text-align: center;margin-left: auto;margin-right: auto;
}
.mid-box{
	height: 350px;background-size: cover !important;background-repeat: no-repeat !important;background-position: center !important;display: flex;align-items:center;justify-content: center;
}
.h-mid{
	margin-top: 130px;margin-bottom: 130px;
}
.hnews-box h2{
	padding-left: 0;border-left: none;border-bottom: 1px solid #1aa777;position: relative;padding-bottom: 22px;margin-bottom: 40px;
}
.hnews-box h2::after{
	content: "";position: absolute;left: 0;bottom: -4px;width: 43px;height: 6px;background-color: #1aa777;
}
.hn-list a{
	display: flex;align-items: center;
}
.hn-date{
	background-color: #f7f7f7;display: flex;flex-direction: column;align-items: center;justify-content: center;  padding: 10px 15px;transition: all .4s;
}
.hn-date strong{
	font-family:"AlibabaPuHuiTi-Bold";font-size: 30px;line-height: 32px;color: #555555;transition: all .3s;
}
.hn-date span{
	font-size: 16px;line-height: 32px;color: #555555;transition: all .3s;
}
.hn-title p{
	font-size: 24px;line-height: 30px;color: #555555;margin-bottom: 0;padding:0px 35px;transition: all .3s;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;
}
.hn-list a:hover strong,
.hn-list a:hover span{
	color: #fff;transition: all .3s;
}
.hn-list a:hover p{
	color: #1aa777;text-decoration: underline;transition: all .4s; 
}
.hn-list a:hover .hn-date{
	background-color: #1aa777;transition: all .4s;
}
.hn-list{
	margin-bottom: 24px;
}
.v-more{
	margin-top:40px;display: block;color: #00a3ff;
}
.v-more:hover{
	color: #1aa777;
}
.v-more i{
	margin-left: 10px;
}
.hn-img{
	width: 160px;height: 130px;overflow: hidden;position: relative;
}
.hn-img img{
	width: 100%; height: 100%; object-fit: cover; object-position: center;transition: all .4s;
}
.hb-list p{
	padding: 0 !important;
}
.hb-list .hn-title{
	padding-left: 35px;
}
.hb-list:last-child{
	margin-bottom: 0px;
}
.hn-title span{
	font-size: 16px;line-height: 32px;color: #555555 !important;
}
.hn-box-3{
	display: grid;
}
.hn-btn {
    width: 60px;
    height: 60px;
    background-color: #1aa777;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: all .4s;
	display: none;
}
.hn-list a:hover .hn-btn{
	display: block;transition: all .4s;
}
.hy-img img{
	margin-left: auto;margin-right: auto;
}
.hy-bottom{
	background-color: #1aa777;padding-top: 65px;padding-bottom: 75px;
}
.h-hy{
	margin-top: 130px;
}
.h-hy h2{
	text-align: center;color: #fff;
}
.h-hy h2::after{
    background-color: #fff;
}
.hy-item{
	display: flex;align-items: center;justify-content: space-between;
}
.hy-item li{
	margin-left: 20px;text-align: center;width: 33.33%;margin-right: 20px;
}
.hy-item{
	margin-left: -20px;margin-right: -20px;
}
.hy-item li a{
	font-family:"AlibabaPuHuiTi-Medium";font-size: 28px;color: #ffffff;display: block;border: 2px dashed rgba(255,255,255,0.7);padding: 20px 0;transition: all .4s;
}
.hy-item li a:hover{
	transition: all .4s;color: #1aa777;background-color: #fff;
}
.h-logo{
	background: url(../images/bg1.jpg);background-size: cover !important;background-repeat: no-repeat !important;background-position: center !important;background-attachment: fixed;
}
.logo-text p{
	margin-bottom: 0;font-size: 16px;line-height: 24px;color: #444444;text-align: center;margin-top: 25px;min-height: 48px;
}
.logo-img img{
	margin-left: auto;margin-right: auto;
}
.logo-img{
	min-height: 70px;display: flex;align-items: center;
}
.logo-box{
	background-color: #ffffff;padding: 35px;transition: all .4s;
}
.logo-box:hover{
	transition: all .4s;transform: translateY(-22px);box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.18);
}
.logo-swiper{
	padding-top: 30px;
}
.logo-pagination{
	position: relative;margin-top: 70px;
}
.logo-pagination .swiper-pagination-bullet{
	background: #fff;
}
.h-logo{
	padding-top: 90px;padding-bottom: 90px;
}
footer{
	background-color: #ebebed;padding-top: 75px;padding-bottom: 80px;
}
.fleft ul{
	align-items: center;
}
.fitem{
	align-items: end;justify-content: space-between;
}
.fbox h4{
	margin-top: 0;font-family:"AlibabaPuHuiTi-Medium";font-size:20px;color: #222222;border-left: 2px solid #1aa777;padding-left: 12px;margin-bottom: 24px;padding-right: 12px;
}
.fbox ul{
	padding-left: 12px;
}
.fbox ul li a{
	font-size: 16px;line-height: 30px;color: #666666;transition: all .4s;
}
.fbox ul li a:hover{
	color: #1aa777;transition: all .4s;
}
.fitem{
	margin-left: -15px;margin-right: -15px;
}
.fc-box p{
	font-size: 16px;line-height: 24px;color: #666666;margin-bottom: 0;margin-top: 20px;
}
.fc-box{
	text-align: center;
}
.fc-img{
	background: #fff;border-radius: 6px;overflow: hidden;
}
.fc-img img{
	width: 85px;height: auto;padding: 3px;
}
.fcode ul{
	display: flex;align-items: center;justify-content: end;
}
.fcode ul li{
	margin-right: 40px;
}
.fcode ul li:last-child{
	margin-right: 0;
}
.fcode{
	display: flex; align-items: baseline; justify-content: space-between;
}
.copyright,.copyright a{
	font-size: 16px;line-height: 24px;color: #888888;margin-bottom: 0;
}
.copyright span{
	 display:inline-block;margin-left: 15px;margin-right: 15px;
}
/* ======responsible====== */
@media (max-width:1860px){
	.wrapper{
		width: auto;margin-left: 3%;margin-right: 3%;
	}
}
@media (min-width:1681px) and (max-width:1800px){
	
}
@media (max-width:1680px){
	.btn1{
		font-size: 16px;
	}
	.ban-next, .ban-prev{
		height: 60px;width: 40px;
	}
	.intro-next, .intro-prev, .act-next, .act-prev, .mid-next, .mid-prev{
		height: 60px;width: 40px;
	}
	.swiper-button-prev::after,.swiper-button-next::after{
		font-size: 30px;
	}
	.htitle1, .htitle{
		font-size: 40px;
	}
	.in-tbox h3{
		font-size: 26px;
	}
	.hn-title p{
		font-size: 22px;
	}
	.mid-box h2{
		font-size: 56px;
	}
	.hy-item li a{
		font-size: 24px;
	}
	.fbox h4{
		font-size: 18px;
	}
}
@media (min-width:1401px) and (max-width:1680px){
	header .navlist >li{
		padding-left: 15px;padding-right: 15px;
	}
	.act-img{
		width: 500px;height: 500px;
	}
}
@media (max-width:1400px){
	header .navlist >li>a{
		font-size: 16px;
	}
	.header-bars {
	    margin-left: 0;
	}
	.mid-box h2 {
	    font-size: 52px;
	}
    .htitle1, .htitle {
        font-size: 36px;
    }
	.logo-box{
		padding: 25px;
	}
	.logo-text p br{
		display: none;
	}
	.fbox h4 {
	    font-size: 16px;
	}
	    .hy-item li a {
	        font-size: 22px;padding: 15px 0;
	    }
	.act-text{
		padding:40px 35px;
	}
	.act-text h3{
		font-size: 26px;line-height: 36px;
	}
}
@media (min-width:1201px) and (max-width:1400px){
	header .navlist >li{
		padding-left: 15px;padding-right: 15px;
	}
	.in-ibox{
		width: 530px;height: 392px;
	}
	.act-img{
		width: 412px;height: 412px;
	}
	.hn-title p {
	    font-size: 20px;    padding: 0px 25px;
	}
	.hb-list .hn-title {
	    padding-left: 25px;
	}
	.hn-date strong{
		font-size: 26px;
	}
	.hn-date span{
		font-size: 14px;
	}
	.hn-img{
		width: 120px;height: 98px;
	}
	.hn-btn{
		width: 45px;height: 45px;line-height: 45px;
	}
}
@media (min-width:992px) and (max-width:1200px){
	.header-left h1 img{
		max-width: 270px;
	}
	header .navlist >li{
		padding-left: 10px;padding-right: 10px;
	}
	.header-bars li {
	    margin-left: 10px;
	}
	.h-lan a{
		width: 35px;height: 35px;line-height: 35px;
	}
	.header-bars a{
		font-size: 14px;
	}
	.in-tbox h3 {
	    font-size: 24px;margin-top: 30px;margin-bottom: 25px;
	}
	.in-ibox{
		width: 384px;height: 284px;
	}
	.in-tbox p{
		font-size: 16px;line-height: 28px;
	}
	.btn{
		font-size: 16px;width: 150px;height: 50px;
	}
	.act-text h3 {
	    font-size: 20px;line-height: 32px;
	}
	.act-text {
	    padding: 30px;
	}
	.act-img{
		width: 350px;height: 350px;
	}
	.act-video i{
		font-size: 40px;
	}
	.act-video{
		right: 30px;bottom: 30px;
	}
	.mid-box h2 {
	    font-size: 46px;
	}
	.htitle1, .htitle {
	   font-size: 32px;
	}
	.hn-title p {
	   font-size: 16px;line-height: 28px;padding: 0px 15px;
	}
	.hn-date strong{
		font-size: 20px;line-height: 26px;
	}
	.hn-date span{
		font-size: 14px;line-height: 16px;
	}
	.hn-list {
	    margin-bottom: 15px;
	}
	.hn-img{
		width: 120px;height: 98px;
	}
	.hb-list .hn-title {
	    padding-left: 15px;
	}
	.hn-btn{
		width: 45px;height: 45px;line-height: 45px;
	}
	.hy-item li a{
		font-size: 20px;
	}
	.logo-text p br {
        display: block;
    }
	    .fbox h4 {
	        font-size: 16px;
	}
	.h-intro,.h-mid{
		margin-top: 100px;margin-bottom: 100px;
	}
	.in-bg{
		bottom: -70px;
	}
	.h-hy{
		margin-top: 100px;
	}
	.h-logo {
	    padding-top: 50px;padding-bottom: 50px;
	}
	.logo-pagination{
		margin-top: 40px;
	}
}
@media (min-width:768px) and (max-width:991px){
	.header-menu{
		display: none;
	}
	.header-left h1 img{
		max-width: 270px;
	}
	.header-bars li {
	    margin-left: 20px;
	}
	.h-intro{
		margin-top: 90px;margin-bottom: 90px;
	}
	.htitle1, .htitle {
	    font-size: 28px;
	}
	.in-tbox h3 {
	    font-size: 24px;margin-bottom: 25px;
	}
	.in-tbox p{
		font-size: 16px;line-height: 28px;
	}
	.btn{
		font-size: 16px;width: 150px;height: 50px;
	}
	.in-ibox{
		width: 940px;height: 694px;
	}
	.in-img{
		margin-top: 25px;
	}
	.act-text h3 {
	    font-size: 18px;line-height: 32px;
	}
	.act-img{
		width: 285px;height: 285px;
	}
	.act-text p{
		font-size: 14px;line-height: 24px;margin-top: 20px;margin-bottom: 20px;
	}
	.act-text {
	    padding: 25px;
	}
	.act-video i{
		font-size: 40px;
	}
	.h-mid{
		margin-top: 90px;margin-bottom: 90px;
	}
	.mid-box h2 {
	    font-size: 36px;
	}
	.mid-box{
		height: 300px;
	}
	.hnews-list{
		margin-bottom: 25px;
	}
	.h-hy{
		margin-top: 90px;
	}
	.hy-item li a{
		font-size: 18px;
	}
	.logo-box {
	        padding: 15px;
	}
	.logo-text p{
		min-height: 48px;
	}
	.h-logo{
		padding-top: 60px;padding-bottom: 60px;
	}
	.logo-pagination{
		margin-top: 50px;
	}
	.flist:first-child,.flist:nth-child(2),.flist:nth-child(3){
		min-height: 200px;margin-bottom: 25px;
	}
	    .hn-title p {
	        font-size: 20px;
	    }
	.mobile-bar {
	    display: block;
	}
	.header-bars a{
		width: 35px;height: 35px;line-height: 35px;border: solid 1px rgba(255, 255, 255, 0.53); display: flex; align-items: center;justify-content: center; border-radius: 50%;
	}
	header.affix .header-bars a {
	    border: solid 1px rgba(0, 0, 0, 0.53);
	}
	#searchform{
		display: none;
	}
	header.active .search-toggle{
		display: none;
	}
	header.active .h-search .fa-search{
		display:block;
	}
	header.active .h-lan{
		opacity: 1;
	}
	.h-search{
		display: none;
	}
	.fcode ul li {
	    margin-right: 20px;
	}
	.fc-img img{
		width: 80px;
	}
	.copyright, .copyright a{
		font-size: 15px;
	}
	.fitem{
		flex-direction: column-reverse;
	}
	.fcode{
		margin-bottom: 20px;
	}
}
@media(max-width:767px){
	.btn{
		font-size: 16px;width: 150px;height: 50px;
	}
	.header-menu{
		display: none;
	}
	.header-left h1 img{
		max-width: 240px;
	}
	header .navlist, .header-bars{
		height: 70px;
	}
	.h-lan a{
		width: 35px;height: 35px;line-height: 35px;
	}
	.header-bars a{
		font-size: 14px;
	}
	.header-bars li {
	    margin-left: 5px;
	}
	.ban-next, .ban-prev {
	    height: 40px;width: 30px;
	}
	.swiper-button-prev::after, .swiper-button-next::after {
	    font-size: 20px;
	}
	.ban-pagination .swiper-pagination-bullet{
		margin: 0 5px !important;
	}
	    .htitle1, .htitle {
	        font-size: 36px;
	    }
    .htitle1, .htitle {
        font-size: 26px;
    }
	.in-tbox h3 {
	    font-size: 20px;margin-top: 20px;margin-bottom: 20px;
	}
	.in-tbox p{
		font-size: 16px;line-height: 28px;
	}
	.in-tbox a.btn {
	    margin-top: 25px;
	}
	.h-intro{
		margin-top: 60px;margin-bottom: 60px;
	}
	.in-ibox{
		width: 750px;height: 554px;
	}
	.in-img{
		margin-top: 25px;
	}
	.in-ibox span{
		font-size: 16px;
	}
	.act-text h3 {
	    font-size: 18px;line-height: 36px;
	}
	.h-mid{
		margin-top: 60px;margin-bottom: 60px;
	}
	.mid-box h2 {
	    font-size: 22px;
	}
	.mid-box{
		height: 200px;
	}
	.hn-date strong{
		font-size: 20px;
	}
	.hn-date span{
		font-size: 14px;line-height: 20px;
	}
	.hn-title p {
	    font-size: 16px;    padding: 0px 15px
	}
	.v-more{
		margin-top: 15px;
	}
	.hnews-list{
		margin-bottom: 25px;
	}
	.hb-list .hn-title {
	    padding-left:15px;
	}
	.hn-btn{
		width: 40px;height: 40px;line-height: 40px;
	}
	.hn-box{
		height: inherit !important;
	}
	.h-hy {
	    margin-top: 60px;
	}
	.hy-item li a{
		font-size: 16px;
	}
	.hy-item li{
		width: 50%;
	}
	.hy-item{
		display: inherit;
	}
	.hy-item li {
	    width: 50%;display: inline-block;float: left;margin-left: 0; margin-right: 0;padding-left: 15px;padding-right: 15px;margin-bottom: 15px;
	}
	.hy-item{
		margin-left: 0;margin-right: 0;overflow: hidden;
	}
	.hy-bottom{
		padding-top: 45px;padding-bottom: 60px;
	}
	.h-logo {
	    padding-top: 50px;padding-bottom:50px;
	}
	.fbox h4 {
	    font-size: 16px;position: relative;
	}
	.fbox h4::after{
		position: absolute;content: "\f105"; right: 0px;font: normal normal normal 14px / 1 FontAwesome !important; top: 0px; bottom: 0px;font-size: 16px !important;color: #1aa777;
	}
	.fbox ul{
		display: none;
	}
	.fbox.open ul{
		display: block;margin-bottom: 20px;
	}
	.fbox.open h4::after{
		content: "\f106";
	}
	.fcode{
		flex-direction:column-reverse;
	}
	.copyright{
		margin-top: 20px;
	}
	footer{
		padding-top: 60px;padding-bottom: 60px;
	}
	.mobile-bar {
	    display: block;
	}
	.header-bars a{
		width: 35px;height: 35px;line-height: 35px;border: solid 1px rgba(255, 255, 255, 0.53); display: flex; align-items: center;justify-content: center; border-radius: 50%;
	}
	header.affix .header-bars a {
	    border: solid 1px rgba(0, 0, 0, 0.53);
	}
	#searchform{
		display: none;
	}
	header.active .search-toggle{
		display: none;
	}
	header.active .h-search .fa-search{
		display:block;
	}
	header.active .h-lan{
		opacity: 1;
	}
	.h-search{
		display: none;
	}
	.fitem{
		flex-direction: column;
	}
	.fcode{
		margin-top: 20px;
	}
	.fleft ul{
		    flex-direction: column;
		    align-items: unset;
	}
}
@media(max-width:450px){
	.header-left h1 img{
		max-width: 160px;
	}
	.in-ibox{
		width:450px;height: 332px;
	}
	.act-img{
		width: 450px;height: 450px;
	}
}