.bgcolor1{
	background-color: #173078;
}
.bgcolor2{
	border-bottom: 1px solid #f5f5f5;
}
.bgcolor3{
	background-color: #f5f5f5;
}
.bgcolor4{
	background-color: #fff;
}
.bgimg1{
	background-image: url(../img/ycl_ky_019.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg2{
	background-image: url(../img/ycl_ky_027.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg3{
	background-image: url(../img/ycl_ky_034.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg4{
	background-image: url(../img/ycl_ky_055.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg5{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*效果*/
.btn-xg{
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: all .5s;
}
.btn-xg:hover{
	border: 1px solid #82c02f !important;
	color: #fff !important;
}
.btn-xg::after{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	height: 100%;
	width: 100%;
	background-color: #82c02f;
	z-index: -1;
	transition: all .5s;
}
.btn-xg:hover::after{
	left: 0;
}
/*效果 end*/



/* 头部导航 */
.pc-header-height-div{
	height: 86px;
}
.pc-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	transition: all .5s;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #fff;
}
.pc-header.ny-pc-header{
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header.scroll{
	transition: all .5s;
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	right: 0;
	background-color: #005bca;
	opacity: 0;
	transition: all 0.3s;
}
.pc-header.active{
	border-bottom: 1px solid rgba(245,245,245,0);
}
.pc-header.active::after{
	opacity: 1;
	transition: all 0.5s;
}
.pc-header-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0;
	z-index: 999;
}
.pc-header-bg .top-bgcolor{
	background-color: #fff;
	height: 40%;
	background-image: url(../img/gdjqr_008.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	min-height: 430px;
	padding-left: 30px;
	padding-right: 30px;
}
.pc-header-bg .top-bgcolor .posi-text-box{
	max-width: 1830px;
	margin: 0 auto;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 350px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box p{
	color: #424242;
	margin-bottom: 5px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box::after{
	content: "";
	position: absolute;
	top: -35px;
	left: 0;
	display: inline-block;
	height: 2px;
	width: 36px;
	background-color: #424242;
}
.pc-header-bg .bottom-bgcolor{
	background-color: rgba(0,0,0,0.7);
	height: 60%;
}
.pc-header .left{
	width: 274px;
	height: 86px;
}
.pc-header .left .logo{
	position: relative;
	width: 274px;
	height: 86px;
	display: inline-block;
}
.pc-header .left .logo::after{
	content: "";
	background-image: url(../img/ycl_ky_001.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 274px;
	height: 86px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
}
.pc-header.scroll .left .logo::after,
.pc-header.active .left .logo::after,
.pc-header.ny-pc-header .left .logo::after,
.pc-header .left .logo:hover::after{
	opacity: 0;
}
.pc-header .left .logo::before{
	content: "";
	background-image: url(../img/ycl_ky_001.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 274px;
	height: 86px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
}
.pc-header.scroll .left .logo::before,
.pc-header.active .left .logo::before,
.pc-header.ny-pc-header .left .logo::before,
.pc-header .left .logo:hover::before{
	opacity: 1;
}
.pc-header .content{
	max-width: 1680px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}
.pc-header .right{
	width: calc(100% - 158px);
	text-align: right;
	font-size: 0;
}
.pc-header .right .level1{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .level1>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pc-header .right .level1>li>a{
	font-size: 16px;
	color: #333333;
	position: relative;
	display: inline-block;
	padding: 31px 37px;
}
.pc-header .right .level1>li>a>span{
	position: relative;
}
.pc-header .right .level1>li.active>a>span::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3px;
	width: 100%;
	height: 9px;
	background-color: #82c02f;
	z-index: -1;
	transition: all .5s;
}
.pc-header.active .right .level1>li.active>a>span::after,
.pc-header.scroll .right .level1>li.active>a>span::after,
.pc-header.ny-pc-header .right .level1>li.active>a>span::after{
	bottom: -10px;
	height: 7px;
}

.pc-header.active .right .level1>li>a,
.pc-header.scroll .right .level1>li>a,
.pc-header.ny-pc-header .right .level1>li>a{
	color: #666666;
	padding: 31px 37px;
}
.pc-header .right .level1>li:hover>a{
	color: #fff;
	background-color: #82c02f;
}
.pc-header .right .level2 {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	display: none;
	opacity: 0;
	background-color: #82c02f;
	padding: 10px 0;
}
.pc-header .right .level2>li{
	text-align: left;
}
.pc-header .right .level2>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.pc-header .right .level2>li>a {
	display: block;
	padding: 13px 25px;
	text-decoration: none;
	color: #fff;
	position: relative;
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
}
.pc-header .right .level2>li>a::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff;
	font-size: 0;
	line-height: 1em;
	vertical-align: middle;
	margin-right: 10px;
}
.pc-header .right .level2>li>a:hover {
	background-color: #76a43b;
}
.pc-header .right .en-box{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	transition: all .5s;
	position: relative;
}
.pc-header .right .en-box::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 15px;
	width: 1px;
	background-color: #d6d6d6;
	transition: all .5s;
}
.pc-header.active .right .en-box::after,
.pc-header.scroll .right .en-box::after,
.pc-header.ny-pc-header .right .en-box::after{
	background-color: #e4e4e4;
}
.pc-header .right .en-box a i{
	display: inline-block;
	margin-left: 30px;
	color: #91c153;
	font-size: 22px;
	transition: all .5s;
}
.pc-header.active .right .en-box a i,
.pc-header.scroll .right .en-box a i,
.pc-header.ny-pc-header .right .en-box a i{
	color: #666666;
}
.pc-header .right .en-box a:hover i{
	color: #82c02f;
}
.pc-header .right .en-box  .search{
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 1680px){
	.pc-header .right .level1>li>a{
		font-size: 16px;
		padding: 31px 32px;
	}
	.pc-header.active .right .level1>li>a,
	.pc-header.scroll .right .level1>li>a,
	.pc-header.ny-pc-header .right .level1>li>a{
		padding: 31px 32px;
	}
	.pc-header .right .en-box {
	    margin-left: 25px;
	}
}
@media screen and (max-width: 1440px){
	.pc-header .left,
	.pc-header .left .logo,
	.pc-header .left .logo::after,
	.pc-header .left .logo::before{
		width: 268px;
		height: 84px;
	}
	.pc-header .right .level1>li>a{
		font-size: 16px;
		padding: 30px 27px;
	}
	.pc-header.active .right .level1>li>a,
	.pc-header.scroll .right .level1>li>a, 
	.pc-header.ny-pc-header .right .level1>li>a {
	    padding: 30px 27px;
	}
	.pc-header .right .en-box {
	    margin-left: 20px;
	}
	.pc-header-height-div{
		height: 86px;
	}
}
@media screen and (max-width: 1280px){
	.pc-header .left,
	.pc-header .left .logo,
	.pc-header .left .logo::after,
	.pc-header .left .logo::before{
		width: 226px;
		height: 71px;
	}
	.pc-header .right .level1>li>a{
		font-size: 14px;
		padding: 25px 20px;
	}
	.pc-header.active .right .level1>li>a, 
	.pc-header.scroll .right .level1>li>a, 
	.pc-header.ny-pc-header .right .level1>li>a {
	    padding: 25px 20px;
	}
	.pc-header .right .en-box {
	    margin-left: 15px;
	}
	.pc-header .right .en-box a {
	    font-size: 14px;
	}
	.pc-header .right .en-box a .icon-btn_search {
	    font-size: 18px;
	}
	.pc-header .right {
	    width: calc(100% - 132px);
	}
	.pc-header-height-div{
		height: 71px;
	}
}
@media screen and (max-width: 991px){
	.pc-header-height-div{
		display: none;
	}
}

/*wap端导航*/
.wap-nav {
	padding: 10px 15px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.wap-nav .logo {
	float: left;
	max-width: 160px;
	height: 50px;
}
.wap-nav>div:nth-of-type(1) {
	position: relative;
}

.wap-search-box{
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.wap-search-box .icon-sousuo{
	font-size: 26px;
	color: #333333;
}
.nav-button {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
}

.wap-nav-listbox {
	display: none;
	border-top: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1,
.wap-nav-listbox .level2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wap-nav-listbox .level2 {
	display: none;
	background-color: #1E4FDB;
}

.wap-nav-listbox .level1>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 36px;
	display: block;
	color: #6b6b6b;
	border-bottom: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1>li>a>span {
	float: right;
	transition: all 0.3s;
}

.wap-nav-listbox .level1>li>a.active {
	color: #fff;
	background-color: #1E4FDB;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level1>li>a.active span {
	transform: rotate(90deg);
}

.wap-nav-listbox .level2>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 60px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level2>li>a:hover {
	color: #fff;
	background-color: #e9ba2c;
}

@media screen and (max-width: 767px) {
	.wap-search-box{
		right: 100px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 32px;
	}
}

@media screen and (max-width: 575px) {
	.wap-search-box{
		right: 95px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 28px;
	}
}


.wap-burger_menu{
	position: fixed;
	top: 72px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	z-index: 1;
	overflow-y: auto;
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: .65s;
    transition-delay: .65s;
}
.wap-burger_menu.active{
	height: calc(100% - 83px);
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu>.level1>li{
	display: block;
	padding: 15px 20px;
	width: 100%;
	
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	
	opacity: 0;
	
    transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
}
.wap-burger_menu.active>.level1>li{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	
	opacity: 1;
	
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-ms-transition: all 1s cubic-bezier(.19,1,.22,1);
}

.wap-burger_menu>.level1>li:nth-child(1){
	transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
}
.wap-burger_menu>.level1>li:nth-child(2){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}
.wap-burger_menu>.level1>li:nth-child(3){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}
.wap-burger_menu>.level1>li:nth-child(n+4){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}


.wap-burger_menu.active>.level1>li:nth-child(1){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}

.wap-burger_menu.active>.level1>li:nth-child(2){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

.wap-burger_menu.active>.level1>li:nth-child(3){
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
}
.wap-burger_menu.active>.level1>li:nth-child(n+4){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}


.wap-burger_menu .level1>li>a{
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}
.wap-burger_menu .level1>li>a span{
	float: right;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level1>li.active{
	background-color: #fafafa;
}
.wap-burger_menu .level1>li.active>a span{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.wap-burger_menu .level1>li>a .icon-jiantou{
	color: #cccccc;
}
.wap-burger_menu .level2{
	padding: 0;
	overflow: hidden;
	display: none;
	margin-top: 15px;
}
.wap-burger_menu .level2>li{
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 20px;
}
.wap-burger_menu .level2>li>a{
	color: #8d8d8d;
	display: inline-block;
    text-decoration: none;
    position: relative;
}
.wap-burger_menu .level2>li>a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #8d8d8d;
    -webkit-transition: width .5s cubic-bezier(.19,1,.22,1);
    transition: width .5s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level2>li>a:hover:after {
    width: 100%;
}
@media screen and (max-width: 767px) {
	.header-height-div{
		height: 72px;
	}
	.wap-burger_menu{
		top: 72px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 72px);
	}
}
@media screen and (max-width: 575px) {
	.header-height-div{
		height: 72px;
	}
	.wap-burger_menu{
		top: 72px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 72px);
	}
}

/*头部防遮挡*/
.wap-header-height-div{
	height: 72px;
}
@media screen and (max-width: 767px) {
	.wap-header-height-div{
		height: 72px;
	}
}
@media screen and (max-width: 575px) {
	.wap-header-height-div{
		height: 72px;
	}
}
/*头部防遮挡 end*/
/*wap端导航 end*/
/* 头部导航 end*/


/*视频背景*/
#bg-video-box .banner-center-text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#bg-video-box .banner-center-text .btn-box{
	margin-top: 50px;
}
#bg-video-box .bg-video-icon{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	cursor: pointer;
}
#bg-video-box .bg-video-icon.active{
	transform: translate(-50%,-15%);
}
#bg-video-box .bg-video-icon .text{
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}
#bg-video-box .hotspot-box{
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	bottom: 0;
}
#bg-video-box .banner-center-text .more-box{
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
#bg-video-box .banner-center-text .more{
	display: inline-block;
	padding: 10px 50px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all .8s cubic-bezier(.075,.82,.165,1);
    transition: all .8s cubic-bezier(.075,.82,.165,1);
}

#bg-video-box .banner-center-text .more:hover{
	border: 1px solid #82c02f;
	color: #fff;
}
#bg-video-box .banner-center-text .more:after{
    content: "";
    position: absolute;
    opacity: 1!important;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #82c02f;
   	transition: transform .8s cubic-bezier(.075,.82,.165,1);
    -webkit-transition: transform .8s cubic-bezier(.075,.82,.165,1);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    border: none;
}
#bg-video-box .banner-center-text .more:hover:after{
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
}
#bg-video-box .banner-center-text a{
	text-decoration: none;
}
@media screen and (max-width: 991px) {
	#bg-video-box .banner-center-text .more{
		padding: 9px 40px;
	}
}
@media screen and (max-width: 767px) {
	#bg-video-box .banner-center-text .more{
		padding: 8px 35px;
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	#bg-video-box .banner-center-text .more{
		padding: 7px 30px;
		font-size: 12px;
	}
}
/*视频背景 end*/

/*分页开始*/
.paging{
	margin: 0px auto;
}
.paging-list{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.paging-list li{
	display: inline-block;
}
.paging-list li a{
	padding: 7px 15px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	color: #666666;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	font-size: 14px;
	border-radius: 0;
}
.paging-list li a:hover{
	border: 1px solid #87bc43;
	background-color: #87bc43;
	color: #fff;
}
.paging-list li.active a{
	border: 1px solid #87bc43;
	background-color: #87bc43;
	color: #fff;
}
.paging-list .input-box{
	margin-left: 20px;
}
.paging-list .input-box input{
	padding: 6px 10px 8px;
	width: 60px;
	border: 1px solid #dfdfdf;
	text-align: center;
	outline: none;
	font-size: 14px;
	vertical-align: top;
}
.paging-list .input-box span{
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (max-width: 991px){
	.paging-list li a{
		padding: 5px 10px;
	}
	.paging-list .input-box input {
	    padding: 5px 10px;
	}
	.paging-list .input-box{
		margin-left: 10px;
	}
}
/*分页结束*/

.module-001{
	margin-bottom: 20px;
}
.module-001 .title-en{
	color: #999999;
	font-size: 26px;
	line-height: 1.3em;
}
.module-001 .title-cn{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
@media screen and (max-width: 1680px){
	.module-001 .title-cn {
	    font-size: 32px;
	}
}
@media screen and (max-width: 1440px){
	.module-001 .title-en {
	    font-size: 24px;
	}
	.module-001 .title-cn {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1280px){
	.module-001 .title-en {
	    font-size: 22px;
	}
	.module-001 .title-cn {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1199px){
	.module-001 .title-en {
	    font-size: 20px;
	}
	.module-001 .title-cn {
	    font-size: 26px;
	}
}
@media screen and (max-width: 991px){
	.module-001 .title-en {
	    font-size: 18px;
	}
	.module-001 .title-cn {
	    font-size: 24px;
	}
}
@media screen and (max-width: 767px){
	.module-001 .title-en {
	    font-size: 16px;
	}
	.module-001 .title-cn {
	    font-size: 22px;
	}
}
@media screen and (max-width: 575px){
	.module-001 .title-en {
	    font-size: 14px;
	}
	.module-001 .title-cn {
	    font-size: 20px;
	}
}

.module-002{
	margin-right: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #efefef;
}
.module-002 .note{
	color: #666666;
	font-size: 14px;
	line-height: 2em;
}
.module-002 .more{
	margin-top: 50px;
	color: #666666;
	font-size: 10px;
	display: inline-block;
	padding: 12px 35px;
	border: 1px solid #eeeeee;
}
@media screen and (max-width: 1680px){
	.module-002 .more {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 1440px){
	.module-002{
		margin-right: 40px;
	}
	.module-002 .more {
	    margin-top: 40px;
	}
}
@media screen and (max-width: 1280px){
	.module-002{
		margin-right: 30px;
		padding-bottom: 45px;
	}
	.module-002 .more {
	    margin-top: 35px;
	}
}
@media screen and (max-width: 1199px){
	.module-002{
		margin-right: 20px;
		padding-bottom: 40px;
	}
	.module-002 .more {
	    margin-top: 30px;
	}
}
@media screen and (max-width: 991px){
	.module-002{
		margin-right: 0px;
		padding-bottom: 35px;
		margin-bottom: 30px;
	}
	.module-002 .more {
	    margin-top: 25px;
	    padding: 11px 30px;
	}
}
@media screen and (max-width: 575px){
	.module-002{
		margin-right: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.module-002 .note{
		font-size: 12px;
		line-height: 1.75em;
	}
	.module-002 .more {
	    margin-top: 20px;
	    padding: 10px 25px;
	}
}

.module-003{
	text-align: center;
	margin-bottom: 30px;
}
.module-003 .box{
	display: inline-block;
	text-align: left;
	min-width: 56px;
}
.module-003 .box .num{
	color: #333333;
	font-size: 44px;
}
.module-003 .box .num .icon{
	font-size: 18px;
}
.module-003 .box .note{
	color: #999999;
	font-size: 14px;
}
@media screen and (max-width: 1440px){
	.module-003 .box .num{
		font-size: 40px;
	}
}
@media screen and (max-width: 1280px){
	.module-003 .box .num{
		font-size: 36px;
	}
}
@media screen and (max-width: 1199px){
	.module-003 .box .num{
		font-size: 32px;
	}
	.module-003 .box .num .icon{
		font-size: 16px;
	}
}
@media screen and (max-width: 991px){
	.module-003 .box .num{
		font-size: 28px;
	}
	.module-003 .box .num .icon{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.module-003 .box .num{
		font-size: 24px;
	}
	.module-003 .box .num .icon{
		font-size: 12px;
	}
}
@media screen and (max-width: 575px){
	.module-003{
		margin-bottom: 20px;
	}
	.module-003 .box .num .icon{
		font-size: 10px;
	}
	.module-003 .box .num{
		font-size: 20px;
	}
}

.module-004 a{
	display: block;
}
.module-004 .tp{
	padding-bottom: 125%;
}
.module-004 .text-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.module-004 .over-img::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	transition: all .5s;
}
.module-004 a:hover .over-img::after{
	background-color: rgba(130,192,47,0.5);
}
.module-004 .text-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 2;
	max-width: 460px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.module-004 .text-box .hx{
	text-align: center;
	display: block;
	position: relative;
	height: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.module-004 .text-box .hx::after{
	content: "";
	display: inline-block;
	width: 145px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.module-004 .text-box .title{
	color: #fff;
	font-size: 28px;
	line-height: 1em;
	margin-top: 30px;
}
.module-004 .text-box .note{
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}
.module-004 .text-box .more{
	color: #fff;
	font-size: 14px;
	margin-top: 70px;
	opacity: 0;
	transition: all .5s;
}
.module-004 a:hover .text-box .more{
	opacity: 1;
}
@media screen and (max-width: 1680px) {
	.module-004 .text-box .title {
	    font-size: 26px;
	}
	.module-004 .text-box img{
		width: 70px;
	}
	.module-004 .text-box .hx {
	    margin-top: 25px;
	    margin-bottom: 25px;
	}
	.module-004 .text-box .more{
		margin-top: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-004 .text-box .title {
	    font-size: 24px;
	}
	.module-004 .text-box img{
		width: 60px;
	}
	.module-004 .text-box .more {
	    margin-top: 50px;
	}
	.module-004 .text-box .hx {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 1280px) {
	.module-004 .text-box .title {
	    font-size: 22px;
	}
	.module-004 .text-box img{
		width: 50px;
	}
	.module-004 .text-box .hx {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.module-004 .text-box .more {
	    margin-top: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-004 .text-box .title {
	    font-size: 16px;
	}
	.module-004 .text-box img{
		width: 40px;
	}
	.module-004 .text-box .hx {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.module-004 .text-box .note {
	    font-size: 12px;
	    margin-top: 15px;
	}
	.module-004 .text-box .more {
	    margin-top: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-004 .text-box .title {
	    font-size: 18px;
		margin-top: 25px;
	}
	.module-004 .text-box img{
		width: 60px;
	}
	.module-004 .text-box .more {
	    margin-top: 25px;
	}
	.module-004 .text-box .hx::after{
		height: 4px;
	}
}
@media screen and (max-width: 767px) {
	.module-004 .text-box .title {
	    font-size: 16px;
		margin-top: 20px;
	}
	.module-004 .text-box img{
		width: 50px;
	}
	.module-004 .text-box .hx {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.module-004 .text-box .hx::after{
		height: 3px;
	}
	.module-004 .text-box .more {
	    margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-004 .text-box .title {
	    font-size: 14px;
		margin-top: 15px;
	}
	.module-004 .text-box img{
		width: 40px;
	}
	.module-004 .text-box .hx {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.module-004 .text-box .hx::after{
		height: 2px;
	}
	.module-004 .text-box .note {
	    font-size: 12px;
	    margin-top: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.module-004 .text-box .more {
	    margin-top: 15px;
		display: none;
	}
}


.module-005{
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.module-005 .title{
	display: inline-block;
	line-height: 1em;
	font-size: 36px;
	color: #333333;
	padding-bottom: 25px;
	border-bottom: 3px solid #94d823;
	margin-bottom: 25px;
}
.module-005 .note{
	line-height: 1.75em;
	font-size: 14px;
	color: #999999;
	padding-bottom: 25px;
}
@media screen and (max-width: 1680px) {
	.module-005 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	.module-005 .title{
		font-size: 28px;
	}
	.module-005 .note{
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 1280px) {
	.module-005 .title{
		font-size: 26px;
	}
	.module-005 .note{
		padding-bottom:20px;
	}
}
@media screen and (max-width: 1199px) {
	.module-005 .title{
		font-size: 24px;
	}
	.module-005 .note{
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 991px) {
	.module-005 .title{
		font-size: 22px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.module-005 .note{
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-005 .title{
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.module-005 .note{
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 575px) {
	.module-005 .title{
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.module-005 .note{
		font-size: 12px;
		padding-bottom: 0;
	}
}

.module-006{
	border: 1px solid #f5f5f5;
}
.module-006 .tp{
	padding-bottom: 28.86%;
}
@media screen and (max-width: 991px) {
	.module-006{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-006{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-006{
		margin-bottom: 15px;
	}
}



.module-007 {
	text-align: center;
}
.module-007 a{
	padding: 12px 40px;
	display: inline-block;
	color: #666666;
	font-size: 14px;
	border: 1px solid #f5f5f5;
}
@media screen and (max-width: 991px) {
	.module-007 a{
		padding: 10px 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-007 a{
		padding: 9px 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-007 a{
		padding: 8px 25px;
		font-size: 12px;
	}
}


.module-008{
	text-align: right;
}
.module-008 ul>li{
	display: inline-block;
	margin-left: 60px;
	margin-bottom: 15px;
}
.module-008 ul>li>a{
	display: inline-block;
	padding: 10px 20px;
	color: #8d8d8d;
	font-size: 12px;
}
.module-008 ul>li.active>a,
.module-008 ul>li>a:hover{
	display: inline-block;
	background-color: #173078;
	color: #fff;
}
@media screen and (max-width: 1680px) {
	.module-008 ul>li{
		margin-left: 55px;
	}
}
@media screen and (max-width: 1440px) {
	.module-008 ul>li{
		margin-left: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-008 ul>li{
		margin-left: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-008 ul>li{
		margin-left: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-008 ul>li{
		margin-left: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-008{
		text-align: left;
	}
	.module-008 ul>li{
		margin-left: 0;
		margin-right: 15px;
	}
	.module-008 ul>li>a{
		padding: 9px 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-008 ul>li>a{
		font-size: 12px;
		padding: 8px 15px;
	}
}


.module-009{
	margin-bottom: 30px;
}
.module-009 a{
	display: block;
}
.module-009 .tp{
	padding-bottom: 65%;
	transition: all .5s;
}
.module-009 a:hover .tp{
	transform: scale(1.05);
}
.module-009 .title{
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
	margin-top: 20px;
}
.module-009 a:hover .title{
	color: #173078;
}
.module-009 .note{
	font-size: 14px;
	color: #999999;
	margin-bottom: 5px;
}
.module-009 .hx{
	display: inline-block;
	background-color: #333333;
	width: 50px;
	height: 2px;
	line-height: 1em;
}
.module-009 .date{
	color: #999999;
	font-size: 16px;
	margin-top: 10px;
}
@media screen and (max-width: 1280px) {
	.module-009 .title{
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.module-009 .date{
		font-size: 14px;
	}
}
@media screen and (max-width: 1199px) {
	.module-009 .title{
		font-size: 16px;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	.module-009 .note{
		font-size: 12px;
		margin-bottom: 0;
	}
	.module-009 .date{
		font-size: 12px;
		margin-top: 5px;
	}
}
@media screen and (max-width: 767px) {
	.module-009 .title{
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.module-009 .date{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-009 .title{
		font-size: 16px;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	.module-009 .note{
		font-size: 12px;
		margin-bottom: 0;
	}
	.module-009 .date{
		font-size: 12px;
		margin-top: 5px;
	}
}

.module-010 {
	margin-bottom: 30px;
}
.module-010 .title{
	font-size: 18px;
	color: #333333;
	transition: all. 5s;
}
.module-010 .title:hover{
	color: #173078;
}
@media screen and (max-width: 991px) {
	.module-010 {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-010 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-010 {
		margin-bottom: 15px;
	}
	.module-010 .title{
		font-size: 16px;
	}
}


.module-012{
	margin-bottom: 20px;
}
.module-012 .note{
	color: #000000;
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
	max-width: 550px;
}
@media screen and (max-width: 991px) {
	.module-012 .note{
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.module-012 .note{
		font-size: 16px;
		line-height: 1.75em;
		font-weight: 500;
	}
}
@media screen and (max-width: 575px) {
	.module-012 .note{
		font-size: 14px;
		line-height: 1.75em;
	}
}



.module-013 {
	font-size: 0;
}
.module-013.padd1 {
	padding-right: 30px;
}
.module-013.padd2 {
	padding-left: 30px;
}
.module-013 .left{
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	margin-bottom: 50px;
}
.module-013 .left .num-box{
	position: relative;
	width: 80px;
	height: 80px;
}
.module-013 .left .num-box .num{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 46px;
	color: #fff;
	z-index: 1;
	width: 80px;
	height: 80px;
}
.module-013 .left .num-box::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #87bc43;
	border-radius: 20px;
	transform: rotateZ(45deg);
}
.module-013 .right{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px);
	padding-left: 35px;
	margin-bottom: 50px;
}
.module-013 .right .title{
	color: #333333;
	font-size: 26px;
}
.module-013 .right .note{
	line-height: 1.75em;
}
@media screen and (max-width: 1280px) {
	.module-013 .left .num-box .num{
		font-size: 42px;
	}
}
@media screen and (max-width: 1199px) {
	.module-013.padd1 {
		padding-right: 20px;
	}
	.module-013.padd2 {
		padding-left: 20px;
	}
	.module-013 .left{
		margin-bottom: 45px;
	}
	.module-013 .left .num-box .num{
		font-size: 38px;
	}
	.module-013 .right{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-013.padd1 {
		padding-right: 10px;
	}
	.module-013.padd2 {
		padding-left: 10px;
	}
	.module-013 .right .title{
		font-size: 24px;
	}
	.module-013 .left{
		width: 70px;
		margin-bottom: 40px;
	}
	.module-013 .left .num-box{
		width: 70px;
		height: 70px;
	}
	.module-013 .left .num-box .num{
		font-size: 34px;
		width: 70px;
		height: 70px;
	}
	.module-013 .right{
		width: calc(100% - 70px);
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-013.padd1 {
		padding-right: 0px;
	}
	.module-013.padd2 {
		padding-left: 0px;
	}
	.module-013 .right .title{
		font-size: 22px;
	}
	.module-013 .left{
		width: 60px;
		margin-bottom: 35px;
	}
	.module-013 .left .num-box{
		width: 60px;
		height: 60px;
	}
	.module-013 .left .num-box .num{
		font-size: 30px;
		width: 60px;
		height: 60px;
	}
	.module-013 .left .num-box::after{
		border-radius: 15px;
	}
	.module-013 .right{
		width: calc(100% - 60px);
		margin-bottom: 35px;
		padding-left: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-013 .right .title{
		font-size: 20px;
	}
	.module-013 .left{
		width: 50px;
		margin-bottom: 30px;
	}
	.module-013 .left .num-box{
		width: 50px;
		height: 50px;
	}
	.module-013 .left .num-box .num{
		font-size: 26px;
		width: 50px;
		height: 50px;
	}
	.module-013 .left .num-box::after{
		border-radius: 10px;
	}
	.module-013 .right{
		width: calc(100% - 50px);
		margin-bottom: 30px;
		padding-left: 25px;
	}
	.module-013 .right .note{
		font-size: 12px;
	}
}



.module-014{
	margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
	.module-014{
		margin-bottom: 30px;
	}
}



.module-015 {
	margin-bottom: 60px;
}
.module-015 a{
	display: block;
	padding: 35px 40px;
	background-color: #fff;
}
.module-015 .tp{
	padding-bottom: 63.31%;
}
.module-015 .text-box .title{
	font-size: 28px;
	color: #000;
	margin-bottom: 10px;
}
.module-015 .text-box .note{
	font-size: 16px;
	color: #999999;
	line-height: 1.75em;
	margin-bottom: 60px;
}
.module-015 .text-box .more{
	display: inline-block;
	color: #666666;
	font-size: 12px;
	border: 1px solid #eeeeee;
	padding: 12px 35px;
}
@media screen and (max-width:1440px) {
	.module-015 .text-box .title{
		font-size: 26px;
	}
}
@media screen and (max-width:1280px) {
	.module-015 .text-box .title{
		font-size: 24px;
	}
}
@media screen and (max-width:1199px) {
	.module-015 {
		margin-bottom: 50px;
	}
	.module-015 .text-box .title{
		font-size: 22px;
	}
	.module-015 .text-box .note{
		margin-bottom: 50px;
	}
	.module-015 .text-box .more{
		padding: 11px 30px;
	}
}
@media screen and (max-width:991px) {
	.module-015 {
		margin-bottom: 40px;
	}
	.module-015 .text-box .title{
		font-size: 20px;
	}
	.module-015 .text-box .note{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.module-015 .text-box .more{
		padding: 10px 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-015 {
		margin-bottom: 30px;
	}
	.module-015 .text-box .title{
		font-size: 18px;
		margin-top: 15px;
	}
	.module-015 .text-box .note{
		margin-bottom: 30px;
	}
	.module-015 .text-box .more{
		padding: 9px 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-015 {
		margin-bottom: 20px;
	}
	.module-015 .text-box .title{
		font-size: 16px;
	}
	.module-015 a{
		padding: 20px;
	}
	.module-015 .text-box .note{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.module-015 .text-box .more{
		padding: 8px 15px;
	}
}



.module-016{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	margin-bottom: 20px;
}
.module-016 .right .text{
	color: #ffffff;
	font-size: 14px;
}
.module-016 .right .icon-box{
	display: inline-block;
	position: relative;
	margin-left: 15px;
}
.module-016 .right .icon-box a .icon1{
	transition: all .3s;
}
.module-016 .right .icon-box a:hover .icon1{
	opacity: 0;
}
.module-016 .right .icon-box a .icon2{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
}
.module-016 .right .icon-box a:hover .icon2{
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.module-016{
		padding: 20px 0;
		margin-bottom: 0px;
	}
	.module-016 .left a img{
		width: 280px;
	}
	.module-016 .right .text{
		color: #999999;
		font-size: 12px;
	}
	.module-016 .right .icon-box {
	    margin-left: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-016 .left a img{
		width: 230px;
	}
}



.module-017{
	display: flex;
	justify-content: space-between;
}
.module-017 dl>dt{
	margin-bottom: 15px;
}
.module-017 dl>dt>a{;
	color: #fff;
	font-size: 16px;
	transition: all .5s;
}
.module-017 dl>dt>a:hover{
	color: #82c02f;
}
.module-017 dl>dd{
	margin-bottom: 15px;
}
.module-017 dl>dd>a{
	color: #fff;
	opacity: 0.6;
	transition: all .5s;
}
.module-017 dl>dd>a:hover{
	opacity: 1;
}
@media screen and (max-width: 991px) {
	.module-017 dl>dt {
	    margin-bottom: 10px;
	}
	.module-017 dl>dt>a{
		font-size: 14px;
	}
	.module-017 dl>dd {
	    margin-bottom: 10px;
	}
	.module-017 dl>dd>a{
		font-size: 12px;
	}
}


.module-018 {
	padding-left: 85px;
}
.module-018 .title{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.module-018 .note{
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}
.module-018 .note span{
	display: inline-block;
	margin-right: 30px;
	color: #b4b4b4;
	font-size: 12px;
}
@media screen and (max-width: 1280px) {
	.module-018 {
		padding-left: 80px;
	}
}
@media screen and (max-width: 1199px) {
	.module-018 {
		padding-left: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-018 {
		padding-left: 40px;
	}
	.module-018 .title{
		font-size: 14px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-018 {
		padding-top: 15px;
		padding-left: 0px;
	}
}


.module-019{
	padding: 20px 0;
	border-top: 1px solid #2a407f;
}
.module-019 .text{
	color: #f6f6f6;
	font-size: 12px;
	line-height: 1.5em;
}
.module-019 .text span{
	opacity: 0.4;
}
.module-019 .text a{
	color: #f6f6f6;
	font-size: 12px;
	transition: all .5;
	opacity: 0.4;
}
.module-019 .text a:hover{
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.module-019{
		padding: 15px 0;
	}
}



.module-020 {
	padding: 30px 0;
}
.module-020 ul>li{
	margin-right: 65px;
	display: inline-block;
}
.module-020 ul>li>a{
	display: inline-block;
	position: relative;
	color: #333333;
}
.module-020 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 0;
	height: 8px;
	background-color: #87bc43;
	transition: all .5s;
	opacity: 0;
	z-index: -1;
}
.module-020 ul>li>a:hover::after,
.module-020 ul>li.active>a::after{
	width: 100%;
	opacity: 1;
}
@media screen and (max-width: 1280px){
	.module-020 {
		padding: 25px 0;
	}
	.module-020 ul>li{
		margin-right: 55px;
	}
}
@media screen and (max-width: 1199px){
	.module-020 ul>li>a::after{
		height: 6px;
	}
	.module-020 {
		padding: 20px 0;
	}
	.module-020 ul>li{
		margin-right: 45px;
	}
}
@media screen and (max-width: 991px){
	.module-020 ul>li>a::after{
		height: 5px;
	}
	.module-020 {
		padding: 15px 0;
	}
	.module-020 ul>li{
		margin-right: 35px;
	}
}
@media screen and (max-width: 767px){
	.module-020 ul>li>a::after{
		height: 4px;
	}
	.module-020 ul>li{
		margin-right: 25px;
	}
}
@media screen and (max-width: 575px){
	.module-020 ul>li>a{
		font-size: 12px;
	}
	.module-020 ul>li>a::after{
		height: 3px;
	}
}


.module-021 {
	font-size: 0;
}
.module-021 .top-title>li{
	padding: 15px;
	background-color: #87bc43;
	color: #fff;
}
.module-021 .top-title>li>span{
	float: right;
}
.module-021 .top-title>li>span>a{
	color: #fff;
	text-decoration: none;
}
.module-021 .wap-nav-listbox{
	display: none;
}
.module-021 .wap-nav-listbox .level1>li{
	border-bottom: 1px solid #eeeeee;
}
.module-021 .wap-nav-listbox .level1>li>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding: 15px 15px;	
	color: #222222;
	font-size: 14px;
	transition: all .5s;
}
.module-021 .wap-nav-listbox .level1>li.active>a,
.module-021 .wap-nav-listbox .level1>li>a:hover{
	background-color: #a1e050;
	color: #fff;
}
.module-021 .wap-nav-listbox .level1>li>a>span{
	color: #222222;
	transition: all .5s;
}
.module-021 .wap-nav-listbox .level1>li.active>a>span,
.module-021 .wap-nav-listbox .level1>li>a:hover>span{
	color: #fff;
}
.module-021 .wap-nav-listbox .level1>li>a>.icon{
	transition: all .5s;
}
.module-021 .wap-nav-listbox .level1>li.active>a>.icon{
	transform: rotate(90deg);
}
.module-021 .wap-nav-listbox .level2{
	margin: 0;
	list-style: none;
	display: none;
}
.module-021 .wap-nav-listbox .level2>li>a{
	display: block;
	text-decoration: none;
	color: #666666;
	position: relative;
	z-index: 1;
	padding: 10px 15px;
	font-size: 12px;
	border-bottom: 1px solid #eeeeee;
}
.module-021 .wap-nav-listbox .level2>li:nth-last-of-type(1)>a{
	border-bottom: none;
}
.module-021 .wap-nav-listbox .level2>li.active>a,
.module-021 .wap-nav-listbox .level2>li>a:hover{
	background-color: #ff8c24;
	color: #fff;
}


.module-022 .box{
	margin-bottom: 80px;
}
.module-022 .box .tp{
	padding-bottom: 60.9%;
	transition: all .5s;
}
.module-022 .box:hover .tp{
	transform: scale(1.05);
}
.module-022 .box .text-box{
	padding-top: 25px;
}
.module-022 .box .text-box .title{
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
	transition: all .5s;
}
.module-022 .box:hover .text-box .title{
	color: #82c02f;
}
.module-022 .box .text-box .note{
	color: #666666;
	font-size: 14px;
	line-height: 1.75em;
}
.module-022 .box .text-box .date{
	color: #999999;
	margin-top: 25px;
}
@media screen and (max-width: 1280px){
	.module-022 .box{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1199px){
	.module-022 .box{
		margin-bottom: 60px;
	}
	.module-022 .box .text-box .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px){
	.module-022 .box{
		margin-bottom: 50px;
	}
	.module-022 .box .text-box{
		padding-top: 0;
	}
	.module-022 .box .text-box .title{
		font-size: 20px;
	}
	.module-022 .box .text-box .date {
	    margin-top: 20px;
	}
}
@media screen and (max-width: 767px){
	.module-022 .box{
		margin-bottom: 40px;
	}
	.module-022 .box .text-box{
		padding-top: 15px;
	}
	.module-022 .box .text-box .title{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.module-022 .box .text-box .date {
	    margin-top: 15px;
	}
}
@media screen and (max-width: 575px){
	.module-022 .box{
		margin-bottom: 30px;
	}
	.module-022 .box .text-box .title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.module-022 .box .text-box .date {
	    margin-top: 10px;
	}
}



.module-023 {
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 50px;
}
.module-023 .title{
	color: #333333;
	font-size: 28px;
	margin-bottom: 10px;
}
.module-023 .note{
	color: #999999;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 30px;
}
.module-023 .note span{
	margin-right: 30px;
}
.module-023 .date{
	color: #999999;
	font-size: 14px;
}

@media screen and (max-width: 1680px) {
	.module-023 {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 1440px) {
	.module-023 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-023 {
		margin-bottom: 35px;
	}
	.module-023 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-023 {
		margin-bottom: 30px;
	}
	.module-023 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-023 {
		margin-bottom: 25px;
	}
	.module-023 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-023 {
		margin-bottom: 20px;
	}
	.module-023 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-023 {
		padding-bottom: 10px;
	}
	.module-023 .title{
		font-size: 18px;
	}
	.module-023 .note{
		font-size: 12px;
	}
	.module-023 .date{
		font-size: 12px;
	}
}

.module-024 {
	margin-bottom: 20px;
}
.module-024 .title{
	color: #87bc43;
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
	line-height: 1em;
}
@media screen and (max-width: 1280px) {
	.module-024 {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1199px) {
	.module-024 {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 991px) {
	.module-024 {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 767px) {
	.module-024 {
		margin-bottom: 0px;
	}
	.module-024 .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-024 .title{
		font-size: 14px;
		padding-bottom: 10px;
	}
}


.module-025{
	margin-bottom: 70px;
}
.module-025 .tp{
	padding-bottom: 55.26%;
}
.module-025 .text{
	margin-top: 20px;
}
.module-025 .text .title{
	color: #333333;
	font-size: 24px;
	margin-bottom: 10px;
}
.module-025 .text .note{
	color: #666666;
	font-size: 14px;
	line-height: 1.75em;
}
@media screen and (max-width: 1199px) {
	.module-025{
		margin-bottom: 60px;
	}
	.module-025 .text .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-025{
		margin-bottom: 50px;
	}
	.module-025 .text .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-025{
		margin-bottom: 40px;
	}
	.module-025 .text .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-025{
		margin-bottom: 30px;
	}
	.module-025 .text .title{
		font-size: 16px;
	}
	.module-025 .text .note{
		font-size: 12px;
	}
}



.module-026 hr{
	border-top: 1px solid #f5f5f5;
	margin: 0;
}



.module-027{
	margin-bottom: 30px;
}
.module-027 .text-box{
	margin-top: 15px;
}
.module-027 .text-box .title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
	.module-027{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-027{
		margin-bottom: 20px;
	}
	.module-027 .text-box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-027{
		margin-bottom: 15px;
	}
	.module-027 .text-box{
		margin-top: 10px;
	}
	.module-027 .text-box .title{
		font-size: 14px;
		margin-bottom: 0;
	}
}



.module-028 {
	margin-bottom: 60px;
}
.module-028 .note{
	text-align: center;
	color: #333333;
	line-height: 2em;
}
@media screen and (max-width: 991px) {
	.module-028 {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-028 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-028 {
		margin-bottom: 30px;
	}
}


.module-029 {
	margin-bottom: 30px;
}



.module-030{
	font-size: 0;
	margin-bottom: 75px;
}
.module-030 a{
	display: block;
	font-size: 0;
}
.module-030 .left{
	display: inline-block;
	width: 160px;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
}
.module-030 a .left img{
	transition: all .5s;
}
.module-030 a:hover .left img{
	transform: scale(1.05);
}
.module-030 .right{
	display: inline-block;
	width: calc(100% - 160px);
	vertical-align: middle;
	padding-left: 25px;
}
.module-030 a .right .title{
	font-size: 24px;
	color: #ffffff;
	max-width: 430px;
	transition: all .5s;
}
.module-030 a:hover .right .title{
	color: #82c02f;
}
.module-030 a .right .note{
	font-size: 12px;
	color: #ffffff;
	margin-top: 10px;
	max-width: 430px;
	line-height: 2em;
}
.module-030 a .right .note p{
	transition: all .5s;
}
.module-030 a:hover .right .note p{
	color: #82c02f;
}
.module-030 a .right .more{
	font-size: 12px;
	color: #ffffff;
	margin-top: 30px;
	transition: all .5s;
}
.module-030 a:hover .right .more{
	color: #82c02f;
}
@media screen and (max-width: 1440px) {
	.module-030 .left{
		width: 150px;
	}
	.module-030 .right{
		width: calc(100% - 150px);
	}
}
@media screen and (max-width: 1280px) {
	.module-030 .left{
		width: 140px;
	}
	.module-030 .right{
		width: calc(100% - 140px);
	}
}
@media screen and (max-width: 1199px) {
	.module-030{
		margin-bottom: 60px;
	}
	.module-030 .left{
		width: 130px;
	}
	.module-030 .right{
		width: calc(100% - 130px);
	}
}
@media screen and (max-width: 991px) {
	.module-030{
		margin-bottom: 50px;
	}
	.module-030 .left{
		width: 120px;
	}
	.module-030 .right{
		width: calc(100% - 120px);
	}
	.module-030 .right .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-030{
		margin-bottom: 40px;
	}
	.module-030 .left{
		width: 110px;
	}
	.module-030 .right{
		width: calc(100% - 110px);
	}
	.module-030 .right .title{
		font-size: 18px;
	}
	.module-030 .right .more{
		margin-top: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-030{
		margin-bottom: 30px;
	}
	.module-030 .left{
		width: 100px;
	}
	.module-030 .right{
		width: calc(100% - 100px);
	}
	.module-030 .right .title{
		font-size: 16px;
	}
	.module-030 .right .more{
		margin-top: 15px;
		display: none;
	}
}



.module-031{
	overflow: hidden;
	position: relative;
}
.module-031 .tp{
	padding-bottom: 50%;
}
.module-031 .swiper-slide-visible .over-img{
	border: 2px solid rgba(16,36,132,0);
	transition: all .5s;
}
.module-031 .swiper-slide-visible .over-img:hover{
	cursor: pointer;
}
.module-031 .swiper-slide-thumb-active .over-img{
	border: 2px solid rgba(16,36,132,1);
}
.module-031 .title{
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
}



.module-032 .title{
	font-size: 28px;
	color: #333333;
}
@media screen and (max-width: 1440px){
	.module-032 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px){
	.module-032 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px){
	.module-032 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px){
	.module-032 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.module-032 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px){
	.module-032 .title{
		font-size: 16px;
	}
}


.module-033 input[type*="text"],
.module-033 select{
	background-color: #f5f5f5;
	padding: 15px;
	border: 1px solid #efefef;
	outline: none;
	width: 100%;
	font-size: 14px;
	margin-bottom: 30px;
	transition: all .5s;
}
.module-033 input[type*="text"]:focus,
.module-033 select:focus{
	border: 1px solid #003ca6;
	background-color: #fff;
}
.module-033 textarea{
	background-color: #f5f5f5;
	padding: 15px;
	border: 1px solid #efefef;
	outline: none;
	width: 100%;
	font-size: 14px;
	margin-bottom:30px;
	height: 150px;
	resize: none;
	transition: all .5s;
}
.module-033 textarea:focus{
	border: 1px solid #003ca6;
	background-color: #fff;
}
.module-033 .btn-box{
	text-align: center;
}
.module-033 .btn-box input{
	background-color: #003ca6;
	padding: 15px 75px;
	border: 1px solid #003ca6;
	outline: none;
	font-size: 14px;
	margin-bottom: 15px;
	color: #fff;
	cursor: pointer;
	transition: all .5s;
}
.module-033 .btn-box input:hover{
	background-color: #fff;
	color: #003ca6;
}
@media screen and (max-width: 991px) {
	.module-033 input[type*="text"],
	.module-033 select{
		margin-bottom: 25px;
	}
	.module-033 textarea{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-033 input[type*="text"],
	.module-033 select{
		padding: 12px;
		margin-bottom: 20px;
	}
	.module-033 textarea{
		padding: 12px;
		margin-bottom: 20px;
	}
	.module-033 .btn-box input{
		padding: 12px 75px;
	}
}
@media screen and (max-width: 575px) {
	.module-033 input[type*="text"],
	.module-033 select{
		padding: 10px;
		margin-bottom: 15px;
	}
	.module-033 textarea{
		padding: 10px;
		margin-bottom: 15px;
	}
	.module-033 .btn-box input{
		padding: 10px 75px;
		width: 100%;
	}
}



.module-034{
	transition: all .5s;
}
.module-034:hover{
	transform: scale(1.05);
}



.module-042 {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 40px;
}
.module-042 .title{
	font-size: 26px;
	color: #333333;
	margin-bottom: 30px;
}
.module-042 .note{
	font-size: 12px;
	color: #999999;
}
.module-042 .note span{
	display: inline-block;
	margin-right: 40px;
	color: #999999;
	margin-bottom: 30px;
}
.module-042 .note span:nth-last-of-type(1){
	margin-right: 0px;
}
@media screen and (max-width: 1280px) {
	.module-042 {
	    margin-bottom: 35px;
	}
	.module-042 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-042 {
	    margin-bottom: 30px;
	}
	.module-042 .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-042 {
	    margin-bottom: 25px;
	}
	.module-042 .title {
	    font-size: 20px;
		margin-bottom: 25px;
	}
	.module-042 .note span {
	    margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-042 {
	    margin-bottom: 20px;
	}
	.module-042 .title {
	    font-size: 18px;
		margin-bottom: 20px;
	}
	.module-042 .note span {
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-042 {
	    margin-bottom: 15px;
	}
	.module-042 .title {
	    font-size: 16px;
		margin-bottom: 15px;
	}
	.module-042 .note span {
	    margin-right: 30px;
	    margin-bottom: 15px;
	}
}

.module-043{
	margin-bottom: 30px;
	margin-top: 90px;
	padding: 25px;
}
.module-043 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-043 a{
	display: block;
	text-decoration: none;
	color: #333333;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dfe1e4;
	position: relative;
	font-size: 0;
}
.module-043 a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #82c02f;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.module-043 a:hover:after{
	width: 100%;
}
.module-043 a .left{
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
.module-043 a .left .tp{
	padding-bottom: 74.32%;
}
.module-043 a .right{
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: top;
	padding-left: 15px;
}
.module-043 a .right .title{
	margin-bottom: 5px;
	color: #000000;
	font-size: 16px;
	line-height: 1.5em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.module-043 a .right .date{
	color: #999999;
	font-size: 14px;
}


.module-044 video{
	margin-bottom: 15px;
}
.module-044 .bjb{
	padding: 0;
}






.module-047{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}
.module-047 .left ul{
	display: inline-block;
	vertical-align: middle;
}
.module-047 .left ul>li{
	display: inline-block;
}
.module-047 .left ul>li>a{
	font-size: 12px;
	color: #666666;
}
.module-047 .left ul>li:nth-last-of-type(1)>a{
	color: #333333;
	font-size: 14px;
}
.module-047 .left ul>li::after{
	content: "/";
	color: #d8d8d8;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
.module-047 .left ul>li:nth-last-of-type(1)::after{
	content: "";
	display: none;
}
.module-047 .left ul>li>a{
	display: inline-block;
	color: #666666;
	transition: all .5s;
	font-size: 12px;
}
.module-047 .left ul>li>a:hover{
	color: #82c02f;
}
.module-047 .right a{
	color: #333;
	font-size: 12px;
}
.module-047 .right a:hover{
	color: #82c02f;
}



.module-050 {
	font-size: 0;
	margin-bottom: 15px;
}
.module-050 .left{
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	border-right: 1px solid #e9e9e9;
	margin-right: 15px;
}
.module-050 .right{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 85px);
}
.module-050 .right .title{
	color: #999999;
	font-size: 16px;
	margin-bottom: 5px;
}
.module-050 .right .note{
	font-size: 18px;
	color: #333333;
}
@media screen and (max-width: 767px) {
	.module-050 .right .title{
		font-size: 14px;
	}
	.module-050 .right .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-050 .left{
		padding-right: 10px;
		margin-right: 10px;
		width: 40px;
	}
	.module-050 .right{
		width: calc(100% - 60px);
	}
	.module-050 .right .title{
		font-size: 12px;
	}
	.module-050 .right .note{
		font-size: 14px;
	}
}


.module-051 select{
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	border: 1px solid #eeeeee;
	outline: none;
	transition: all .5s;
}
.module-051 select:hover{
	border: 1px solid #87bc43;
}
.module-051 .search-box{
	border: 1px solid #eeeeee;
	font-size: 0;
	transition: all .5s;
}
.module-051 .search-box:hover{
	border: 1px solid #87bc43;
}
.module-051 .search-box input{
	width: 100%;
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
}
.module-051 .a-btn a{
	display: block;
	background-color: rgba(135,188,67,1);
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	position: relative;
	transition: all .5s;
}
.module-051 .a-btn a:hover{
	background-color: rgba(135,188,67,0);
	color: #87bc43;
}
.module-051 .a-btn a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: #87bc43;
	transition: all .8s;
}
.module-051 .a-btn a:hover::after{
	width: 100%;
}
.module-051 .a-btn a::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background-color: #87bc43;
	transition: all .8s;
}
.module-051 .a-btn a:hover::before{
	width: 100%;
}
@media screen and (max-width: 991px) {
	.module-051 select{
		padding: 7px 10px;
		font-size: 12px;
	}
	.module-051 .search-box input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-051 .a-btn a {
	    padding: 8px;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.module-051 select,
	.module-051 .search-box,
	.module-051 .a-btn{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-051 select,
	.module-051 .search-box,
	.module-051 .a-btn{
		margin-bottom: 10px;
	}
	.module-051 select{
		padding: 7px 10px;
		font-size: 12px;
	}
	.module-051 .search-box input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-051 .a-btn a {
	    padding: 10px;
		font-size: 12px;
	}
}



/*招聘*/
.module-052 .title-top{
	padding: 20px 15px;
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
.module-052 .title-top .title{
	font-size: 16px;
}
.module-052 .list{
	padding: 15px;
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
}
.module-052 .list p{
	color: #666666;
}
.module-052 .list a{
	display: inline-block;
	padding: 7px 15px;
	background-color: #fff;
	text-decoration: none;
	color: #87bc43;
	border: 1px solid #f0f0f0;
}
.module-052 .list a:hover{
	border: 1px solid #87bc43;
	background-color: #87bc43;
	color: #fff;
}
@media screen and (max-width: 991px){
	.module-052 .list a {
	    padding: 15px 15px;
	}
}
@media screen and (max-width: 767px){
	.module-052 .list a {
	    padding: 10px 15px;
	}
}
@media screen and (max-width: 575px){
	.module-052 .list{
		padding: 10px 15px;
	}
	.module-052 .title-top .title{
		font-size: 14px;
	}
	.module-052 .list a {
	    padding: 7px 15px;
		font-size: 12px;
	}
	.module-052 .list p{
		font-size: 12px;
	}
}
/*招聘 end*/



.module-058{
	text-align: center;
	margin-bottom: 50px;
}
.module-058 .title{
	font-size: 32px;
	color: #000000;
}
@media screen and (max-width: 1680px) {
	.module-058{
		margin-bottom: 40px;
	}
	.module-058 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-058{
		margin-bottom: 35px;
	}
	.module-058 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-058{
		margin-bottom: 30px;
	}
	.module-058 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-058{
		margin-bottom: 25px;
	}
	.module-058 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-058{
		margin-bottom: 20px;
	}
	.module-058 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-058{
		margin-bottom: 15px;
	}
	.module-058 .title{
		font-size: 18px;
	}
}




.module-059{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}
.module-059 span{
	color: #333333;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
.module-059 a{
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 30px;
	background-color: #f5f5f5;
	border-radius: 50px;
	margin-right: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}
.module-059 a:hover{
	background-color: #82c02f;
	color: #fff;
}
@media screen and (max-width:991px) {
	.module-059 a{
		padding: 7px 25px;
	}
}
@media screen and (max-width:767px) {
	.module-059 a{
		padding: 7px 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-059 a{
		padding: 7px 15px;
		margin-right: 15px;
		font-size: 12px;
	}
}


.module-060{
	border: 1px solid #333333;
	font-size: 0;
	max-width: 800px;
	margin: 0 auto;
	transition: all .5s;
}
.module-060:hover{
	border: 1px solid #82c02f;
}
.module-060 select{
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 110px;
}
.module-060 input{
	width: calc(100% - 161px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-060 a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #a1a1a1;
	vertical-align: middle;
}
.module-060 a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-060 a:hover i{
	color: #82c02f;
}
@media screen and (max-width: 991px) {
	.module-060 input {
	    font-size: 12px;
	    padding: 7px 10px;
		width: calc(100% - 150px);
	}
	.module-060 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-060{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-060{
		margin-bottom: 10px;
	}
	.module-060 input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-060 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}


.module-061 .text{
	font-size: 18px;
	color: #333333;
}
@media screen and (max-width: 767px) {
	.module-061 .text{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-061 .text{
		font-size: 14px;
	}
}



.module-062{
	overflow: hidden;
	padding-bottom: 50px;
}


/*二维码弹窗*/
.footer-ewm{
	position: fixed;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 999999999999999999;
}
.footer-ewm .ewm-box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
}
.footer-ewm .ewm-box .title{
	font-family: "Helvetica_Neue_CE_35_Thin";
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.close-ewm{
	position: absolute;
    top: 2%;
    right: 2%;
    border: none;
    padding: 15px 20px;
    outline: none;
    background-color: #ffffff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
.close-ewm:hover {
    background-color: #82c02f;
    color: #fff;
}
@media screen and (max-width: 757px){
	.footer-ewm .ewm-box .title{
		font-size: 24px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px){
	.footer-ewm .ewm-box .title{
		font-size: 18px;
		margin-top: 10px;
	}
}
/*二维码弹窗 end*/