.bgcolor1{
	background-color: #f5f5f5;
}
.bgcolor2{
	border-bottom: 1px solid #f3f3f3;
}

.bgimg1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-image: url(../img/ycl_rlf_003.jpg);
}
.bgimg2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_rlf_027.jpg);
}
.bgimg3 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_rlf_029.jpg);
}
.bgimg4 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_rlf_045.jpg);
}
.bgimg5 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_rlf_087.jpg);
}
.bgimg6 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_rlf_086.jpg);
}
.bgimg7 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_rlf_089.jpg);
}
.bgimg8 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_rlf_101.jpg);
}
.bgimg9 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_rlf_117.jpg);
}
.bgimg10 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_rlf_116.jpg);
}
.bgimg11 {
	padding: 100px 70px 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_rlf_112.jpg);
}
.bgimg12 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_rlf_132.jpg);
}
.bgimg13 {
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	background-image: url(../img/ycl_rlf_135.jpg);
}
@media screen and (max-width: 767px){
	.bgimg11 {
		padding: 90px 65px 70px;
	}
}
@media screen and (max-width: 767px){
	.bgimg11 {
		padding: 80px 55px 65px;
	}
}
@media screen and (max-width: 767px){
	.bgimg11 {
		padding: 70px 45px 55px;
	}
}
@media screen and (max-width: 767px){
	.bgimg11 {
		padding: 60px 35px 45px;
	}
}
@media screen and (max-width: 767px){
	.bgimg11 {
		padding: 50px 25px 35px;
	}
}
@media screen and (max-width: 767px){
	.bgimg11 {
		padding: 40px 15px 25px;
	}
}
@media screen and (max-width: 575px){
	.bgimg11 {
		padding: 30px 0px 15px;
	}
}

/* 头部导航 */
.pc-header-height-div{
	height: 80px;
}
.pc-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	transition: all .5s;
	padding-left: 15px;
	padding-right: 15px;
}
.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: #c73049;
	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: 208px;
	height: 56px;
}
.pc-header .left .logo{
	position: relative;
	width: 208px;
	height: 56px;
	display: inline-block;
}
.pc-header .left .logo::after{
	content: "";
	background-image: url(../img/ycl_rlf_002.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 208px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	transition: all .5s;
}
.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_rlf_002-a.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 208px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .5s;
}
.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: 1650px;
	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 .center{
	width: calc(100% - 482px);
	text-align: center;
	font-size: 0;
}
.pc-header .right{
	text-align: right;
	font-size: 0;
}
.pc-header .center .level1{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .center .level1>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pc-header .center .level1>li>a{
	font-size: 16px;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 33px 30px;
}
.pc-header.active .center .level1>li>a,
.pc-header.scroll .center .level1>li>a,
.pc-header.ny-pc-header .center .level1>li>a{
	color: #666666;
	padding: 28px 30px;
}
.pc-header .center .level1>li:hover>a{
	color: #fff;
	background-color: #c73049;
}
.pc-header .center .level1>li.active>a>span{
	position: relative;
}
.pc-header .center .level1>li.active>a>span::after{
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 9px;
	background-color: #c73049;
	transition: all .5s;
	z-index: -1;
	width: 115%;
}
.pc-header.scroll .center .level1>li.active>a>span::after{
	bottom: -13px;
	height: 7px;
	width: 100%;
}
.pc-header .center .level2 {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	display: none;
	opacity: 0;
	background-color: #c73049;
	padding: 10px 0;
}
.pc-header .center .level2>li{
	text-align: left;
}
.pc-header .center .level2>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.pc-header .center .level2>li>a {
	display: block;
	padding: 10px 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 .center .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 .center .level2>li>a:hover {
	background-color: #af2b40;
}
.pc-header .right .box{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	transition: all .5s;
	position: relative;
}
.pc-header .right .box .dh-box{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .box .dh-box i{
	font-size: 30px;
	color: #fff;
	vertical-align: middle;
	transition: all .5s;
}
.pc-header.active .right .box .dh-box i,
.pc-header.scroll .right .box .dh-box i,
.pc-header.ny-pc-header .right .box .dh-box i{
	color: #666666;
}
.pc-header .right .box .dh-box span{
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
	margin-left: 10px;
	transition: all .5s;
	border-right: 1px solid #fff;
	margin-right: 15px;
	padding-right: 20px;
}
.pc-header.active .right .box .dh-box span,
.pc-header.scroll .right .box .dh-box span,
.pc-header.ny-pc-header .right .box .dh-box span{
	color: #666666;
	border-right: 1px solid #666666;
}
.pc-header .right .box  .search{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .box .search a i{
	display: inline-block;
	color: #fff;
	font-size: 26px;
	transition: all .5s;
	line-height: 1em;
}
.pc-header.active .right .box .search a i,
.pc-header.scroll .right .box .search a i,
.pc-header.ny-pc-header .right .box .search a i{
	color: #666666;
}
.pc-header .right .box .search a:hover i{
	color: #c73049;
}
.pc-header .right .box .language{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.pc-header .right .box .language a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.pc-header.active .right .box .language a,
.pc-header.scroll .right .box .language a,
.pc-header.ny-pc-header .right .box .language a{
	color: #666666;
}
.pc-header .right .box .language a:hover{
	color: #c73049;
}
@media screen and (max-width: 1680px){
	.pc-header .center .level1>li>a{
		font-size: 16px;
	}
}
@media screen and (max-width: 1440px){
	.pc-header .center .level1>li>a{
		font-size: 16px;
		padding: 25px 25px;
	}
	.pc-header.active .center .level1>li>a,
	.pc-header.scroll .center .level1>li>a,
	.pc-header.ny-pc-header .center .level1>li>a{
	    padding: 25px 25px;
	}
	.pc-header-height-div{
		height: 74px;
	}
	.pc-header .left {
	    width: 168px;
	    height: 45px;
	}
	.pc-header .left .logo::after,
	.pc-header .left .logo::before,
	.pc-header .left .logo{
	    width: 168px;
	    height: 45px;
	}
	.pc-header .center {
	    width: calc(100% - 440px);
	}
}
@media screen and (max-width: 1280px){
	.pc-header .center .level1>li>a{
		font-size: 14px;
		padding: 25px 20px;
	}
	.pc-header.active .center .level1>li>a,
	.pc-header.scroll .center .level1>li>a,
	.pc-header.ny-pc-header .center .level1>li>a{
	    padding: 25px 20px;
	}
	.pc-header .right .box {
	    margin-left: 15px;
	}
	.pc-header .right .box a {
	    font-size: 14px;
	}
	.pc-header .right .box a .icon-btn_search {
	    font-size: 18px;
	}
	.pc-header-height-div{
		height: 71px;
	}
	.pc-header .left {
	    width: 156px;
	    height: 42px;
	}
	.pc-header .left .logo::after,
	.pc-header .left .logo::before,
	.pc-header .left .logo{
	    width: 156px;
	    height: 42px;
	}
	.pc-header .center {
	    width: calc(100% - 460px);
	}
}
@media screen and (max-width: 991px){
	
}

/*wap端导航*/
.wap-nav {
	padding: 14px 18px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.wap-nav .logo {
	float: left;
	max-width: 169px;
}
.wap-nav>div:nth-of-type(1) {
	position: relative;
}

.wap-search-box{
	position: absolute;
	top: 50%;
	right: 90px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.wap-search-box .icon-weimingmingwenjianjia_sousuo{
	font-size: 34px;
	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: 991px) {
	.wap-nav .logo img{
		width: 90%;
	}
	.wap-search-box{
		right: 85px;
	}
}
@media screen and (max-width: 767px) {
	.wap-nav .logo img{
		width: 85%;
	}
	.wap-search-box .icon-weimingmingwenjianjia_sousuo{
		font-size: 32px;
	}
	.wap-search-box{
		right: 82px;
	}
}
@media screen and (max-width: 575px) {
	.wap-nav .logo img{
		width: 80%;
	}
	.wap-search-box .icon-weimingmingwenjianjia_sousuo{
		font-size: 30px;
	}
	.wap-search-box{
		right: 78px;
	}
}


.wap-burger_menu{
	position: fixed;
	top: 76px;
	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% - 68px);
	-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: 991px) {
	.wap-burger_menu{
		top: 71px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 71px);
	}
}
@media screen and (max-width: 767px) {
	.wap-burger_menu{
		top: 69px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 69px);
	}
}
@media screen and (max-width: 575px) {
	.header-height-div{
		height: 66px;
	}
	.wap-burger_menu{
		top: 66px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 66px);
	}
}

/*头部防遮挡*/
.wap-header-height-div{
	height: 76px;
}
@media screen and (max-width: 991px) {
	.wap-header-height-div{
		height: 68px;
	}
}
@media screen and (max-width: 767px) {
	.wap-header-height-div{
		height: 64px;
	}
}
@media screen and (max-width: 575px) {
	.wap-header-height-div{
		height: 62px;
	}
}
/*头部防遮挡 end*/
/*wap端导航 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: 20px;
	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: 16px;
	margin-bottom: 25px;
}
#bg-video-box .hotspot-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*视频背景 end*/



/* 首页wap-banner */
.wap-banner-swiper{
	position: relative;
	overflow: hidden;
}
.wap-banner-swiper .swiper-pagination-bullet{
	width: 10px;
	height: 3px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.wap-banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 10px;
}
.wap-banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}
.wap-banner-swiper .swiper-pagination-bullet-active{
	background: #9d1e2f;
}
/* 首页wap-banner end */



/* 加盟轮换图 */
.pc-banner-swiper{
	position: relative;
	overflow: hidden;
}
.pc-banner-swiper .swiper-pagination-bullet{
	width: 37px;
	height: 3px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.pc-banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 50px;
}
.pc-banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 7px;
}
.pc-banner-swiper .swiper-pagination-bullet-active{
	background: #9d1e2f;
}
.wap-banner-swiper{
	position: relative;
	overflow: hidden;
}
.wap-banner-swiper .swiper-pagination-bullet{
	width: 10px;
	height: 3px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.wap-banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 10px;
}
.wap-banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}
.wap-banner-swiper .swiper-pagination-bullet-active{
	background: #9d1e2f;
}
@media screen and (max-width: 1680px) {
	.pc-banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 45px;
	}
}
@media screen and (max-width: 1440px) {
	.pc-banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.pc-banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.pc-banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 30px;
	}
}
@media screen and (max-width: 991px) {
	.pc-banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.pc-banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.pc-banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 15px;
	}
}
/* 加盟轮换图 */




.module-001.center{
	text-align: center;
}
.module-001 .title-cn{
	color: #333333;
	font-size: 40px;
	line-height: 1em;
}
.module-001 .title-en{
	color: #ababab;
	font-size: 18px;
	line-height: 1em;
	margin-top: 10px;
}
.module-001 .note{
	color: #777777;
	font-size: 16px;
	margin-top: 25px;
}
@media screen and (max-width: 1680px) {
	.module-001 .title-cn{
		font-size: 36px;
	}
}
@media screen and (max-width: 1440px) {
	.module-001 .title-cn{
		font-size: 32px;
	}
}
@media screen and (max-width: 1280px) {
	.module-001 .title-cn{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-001 .title-cn{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-001 .title-cn{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-001 .title-cn{
		font-size: 22px;
	}
	.module-001 .title-en{
		font-size: 16px;
	}
	.module-001 .note {
	    font-size: 14px;
	    margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-001 .title-cn{
		font-size: 20px;
	}
	.module-001 .title-en{
		font-size: 14px;
		margin-top: 5px;
	}
	.module-001 .note {
	    font-size: 12px;
	    margin-top: 15px;
	}
}



.module-002{
	text-align: center;
}
.module-002 .title{
	font-size: 36px;
	color: #333333;
	line-height: 1em;
	font-weight: bold;
}
.module-002.color1 .title{
	color: #fff;
}
.module-002.color2 .title{
	color: #fff;
}
.module-002 .note{
	font-size: 18px;
	color: #999999;
	margin-top: 15px;
	text-transform: uppercase;
}
.module-002.color1 .note{
	color: #999999;
}
.module-002.color2 .note{
	color: #fff;
}
.module-002 .text{
	font-size: 14px;
	color: #666666;
	max-width: 1200px;
	margin: 20px auto 0;
	line-height: 1.75em;
}
@media screen and (max-width: 1440px) {
	.module-002 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	.module-002 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-002 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-002 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-002 .title{
		font-size: 24px;
	}
	.module-002 .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-002 .title{
		font-size: 22px;
	}
	.module-002 .note{
		font-size: 14px;
		margin: 15px auto 0;
	}
	.module-002 .text{
		margin: 15px auto 0;
	}
}
@media screen and (max-width: 575px) {
	.module-002 .title{
		font-size: 20px;
	}
	.module-002 .note{
		font-size: 12px;
		max-width: 300px;
		margin: 10px auto 0;
	}
	.module-002 .text{
		font-size: 12px;
		margin: 10px auto 0;
	}
}


.module-003{
	margin-bottom: 30px;
}
.module-003 a{
	overflow: hidden;
}
.module-003 .tp{
	padding-bottom: 62.75%;
	transition: all .5s;
}
.module-003 a:hover .tp{
	transform: scale(1.03)
}
.module-003 .text{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.module-003 .text .title{
	color: #fff;
	font-size: 34px;
}
.module-003 .text .note{
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
.module-003 .text .icon{
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%) rotate(0deg);
	transition: all .5s;
}
.module-003 a:hover .text .icon{
	transform: translateX(-50%) rotate(90deg);
}
.module-003 .text .icon i{
	color: #fff;
	font-size: 24px;
	opacity: 0.5;
	transition: all .5s;
}
@media screen and (max-width: 1680px) {
	.module-003 .text .title {
	    font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	.module-003 .text .title {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-003 .text .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-003 .text .title {
	    font-size: 26px;
	}
	.module-003 .text .icon{
		bottom: -80px;
	}
}
@media screen and (max-width: 991px) {
	.module-003 .text .title {
	    font-size: 24px;
	}
	.module-003 .text .icon{
		bottom: -70px;
	}
}
@media screen and (max-width: 767px) {
	.module-003 .text .title {
	    font-size: 22px;
	}
	.module-003 .text .icon{
		bottom: -60px;
	}
}
@media screen and (max-width: 575px) {
	.module-003 .text .title {
	    font-size: 20px;
	}
	.module-003 .text .note {
	    font-size: 12px;
	    margin-top: 5px;
	}
	.module-003 .text .icon{
		bottom: -50px;
	}
}


.module-004 {
	margin-bottom: 30px;
}
.module-004 a{
	display: block;
	background-color: #f5f5f5;
	padding-bottom: 100px;
	position: relative;
}
.module-004 a:hover{
	background-color: #eaeaea;
}
.module-004 .tp{
	padding-bottom: 73.96%;
	transition: all .5s;
}
.module-004 a:hover .tp{
	transform: scale(1.05);
}
.module-004 .text{
	padding: 0 15px;
	text-align: center;
}
.module-004 .text .title{
	font-size: 24px;
	color: #333333;
}
.module-004 .text .note{
	font-size: 16px;
	color: #999999;
	margin-top: 5px;
}
.module-004 .icon{
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s;
}
.module-004 a:hover .icon{
	transform: translateX(-50%) rotate(90deg);
}
.module-004 .icon i{
	color: #cccccc;
	font-size: 20px;
}
@media screen and (max-width: 1440px) {
	.module-004 a {
	    padding-bottom: 90px;
	}
	.module-004 .icon{
		bottom: 35px;
	}
}
@media screen and (max-width: 1280px) {
	.module-004 a {
	    padding-bottom: 80px;
	}
	.module-004 .icon{
		bottom: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.module-004 a {
	    padding-bottom: 70px;
	}
	.module-004 .icon{
		bottom: 20px;
	}
	.module-004 .text .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-004 a {
	    padding-bottom: 60px;
	}
	.module-004 .icon{
		bottom: 15px;
	}
	.module-004 .text .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-004 a {
	    padding-bottom: 50px;
	}
	.module-004 .icon{
		bottom: 10px;
	}
	.module-004 .text .title {
	    font-size: 18px;
	}
	.module-004 .text .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-004 a {
	    padding-bottom: 40px;
	}
	.module-004 .icon{
		bottom: 5px;
	}
	.module-004 .text .title {
	    font-size: 16px;
	}
	.module-004 .text .note{
		font-size: 12px;
	}
}


.module-005 {
	text-align: center;
	padding-top: 50px;
}
.module-005 a{
	display: inline-block;
	color: #666666;
	font-size: 16px;
	background-color: #fff;
	padding: 10px 30px;
	transition: all .5s;
}
.module-005 a:hover{
	color: #fff;
	background-color: #c73049;
}
@media screen and (max-width: 1280px) {
	.module-005 {
		padding-top: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-005 {
		padding-top: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-005 {
		padding-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-005 {
		padding-top: 10px;
	}
	.module-005 a{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-005 {
		padding-top: 0px;
	}
	.module-005 a{
		font-size: 12px;
	}
}


.module-006{
	overflow: hidden;
	position: relative;
}
.module-006 a img{
	transition: all 2s;
}
.module-006 a:hover img{
	transform: scale(1.02);
}
.module-006 .thumbs-box{
	position: absolute;
	bottom: 100px;
	right: 200px;
	width: 580px;
}
.module-006 .thumbs-box .text{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding-bottom: 30px;
	border-bottom: 3px solid #fff;
	cursor: pointer;
}
.module-006 .thumb-active .text{
	color: #c73049;
	border-bottom: 3px solid #c73049;
}
@media screen and (max-width: 1680px) {
	.module-006 .thumbs-box{
		right: 180px;
	}
}
@media screen and (max-width: 1440px) {
	.module-006 .thumbs-box{
		bottom: 90px;
		right: 150px;
		width: 540px;
	}
}
@media screen and (max-width: 1280px) {
	.module-006 .thumbs-box{
		bottom: 75px;
		right: 120px;
		width: 480px;
	}
	.module-006 .thumbs-box .text{
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.module-006 .thumbs-box{
		bottom: 60px;
		right: 90px;
		width: 420px;
	}
	.module-006 .thumbs-box .text{
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-006 .thumbs-box{
		bottom: 45px;
		right: 60px;
		width: 360px;
	}
	.module-006 .thumbs-box .text{
		font-size: 16px;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-006 .thumbs-box{
		bottom: 30px;
		right: 30px;
		width: 300px;
	}
	.module-006 .thumbs-box .text{
		font-size: 14px;
		padding-bottom: 10px;
		border-bottom: 2px solid #fff;
	}
}
@media screen and (max-width: 575px) {
	.module-006 .thumbs-box{
		bottom: 15px;
		right: 15px;
		width: 250px;
	}
	.module-006 .thumbs-box .text{
		font-size: 12px;
		padding-bottom: 5px;
		border-bottom: 1px solid #fff;
	}
}




.module-007{
	margin-bottom: 30px;
	overflow: hidden;
}
.module-007 img{
	transition: all .5s;
}
.module-007:hover img{
	transform: scale(1.03);
}
@media screen and (max-width: 991px) {
	.module-007{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-007{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-007{
		margin-bottom: 15px;
	}
}



.module-008{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.module-008 .left{
	vertical-align: middle;
}
.module-008 .right{
	vertical-align: middle;
}
.module-008 .right .more{
	color: #333333;
	font-size: 14px;
	transition: all .5s;
}
.module-008.color1 .right .more{
	color: #fff;
}
.module-008 .right .more:hover{
	color: #c73049;
}



.module-009{
	margin-bottom: 120px;
	text-align: center;
}
.module-009 .box{
	display: inline-block;
	text-align: left;
}
.module-009 .title{
	font-size: 30px;
	color: #333333;
	border-left: 8px solid #c73049;
	line-height: 1em;
	padding-left: 12px;
	margin-bottom: 20px;
}
.module-009 .note{
	font-size: 20px;
	color: #999999;
	line-height: 1.7em;
	padding-left: 20px;
}
.module-009 .a-btn{
	display: inline-block;
	padding: 7px 15px 7px 25px;
	border: 1px solid #f0f0f0;
	border-radius: 50px;
	background-color: #fff;
	font-size: 0;
	margin-left: 20px;
	margin-top: 40px;
	transition: all .5s;
}
.module-009 .a-btn:hover{
	border: 1px solid #c73049;
	background-color: #c73049;
}
.module-009 .a-btn .text{
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	color: #c73049;
	transition: all .5s;
}
.module-009 .a-btn:hover .text{
	color: #fff;
}
.module-009 .a-btn .icon{
	vertical-align: middle;
	display: inline-block;
	padding: 12px;
	background-color: #c73049;
	line-height: 1em;
	border-radius: 50%;
	margin-left: 15px;
}
@media screen and (max-width: 1680px) {
	.module-009 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-009{
		margin-bottom: 110px;
	}
	.module-009 .title{
		font-size: 26px;
		border-left: 7px solid #c73049;
	}
	.module-009 .a-btn{
		margin-top: 35px;
	}
}
@media screen and (max-width: 1280px) {
	.module-009{
		margin-bottom: 90px;
	}
	.module-009 .title{
		font-size: 24px;
		border-left: 6px solid #c73049;
	}
	.module-009 .a-btn{
		margin-top: 30px;
	}
	.module-009 .a-btn .icon{
		padding: 11px;
	}
}
@media screen and (max-width: 1199px) {
	.module-009{
		margin-bottom: 90px;
	}
	.module-009 .title{
		font-size: 22px;
		border-left: 5px solid #c73049;
	}
	.module-009 .note{
		font-size: 18px;
	}
	.module-009 .a-btn{
		margin-top: 25px;
	}
	.module-009 .a-btn .icon{
		padding: 10px;
	}
}
@media screen and (max-width: 991px) {
	.module-009{
		margin-bottom: 70px;
	}
	.module-009 .title{
		font-size: 20px;
		border-left: 4px solid #c73049;
		margin-bottom: 15px;
	}
	.module-009 .note{
		font-size: 16px;
	}
	.module-009 .a-btn{
		margin-top: 20px;
	}
	.module-009 .a-btn .icon{
		padding: 9px;
	}
}
@media screen and (max-width: 767px) {
	.module-009{
		margin-bottom: 50px;
	}
	.module-009 .title{
		font-size: 18px;
		border-left: 3px solid #c73049;
		margin-bottom: 10px;
	}
	.module-009 .note{
		font-size: 14px;
	}
	.module-009 .a-btn{
		padding: 7px 15px 7px 20px;
		margin-top: 15px;
	}
	.module-009 .a-btn .text{
		font-size: 12px;
	}
	.module-009 .a-btn .icon{
		padding: 8px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-009{
		margin-bottom: 30px;
		text-align: left;
	}
}



.module-010 {
	margin-bottom: 30px;
}
.module-010 .tp{
	padding-bottom: 72%;
	transition: all .5s;
}
.module-010 a:hover .tp{
	transform: scale(1.05);
}
.module-010 .bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	background-color: rgba(0,0,0,0.3);
}
.module-010 .text{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	width: 100%;
}
.module-010 .text .title{
	font-size: 22px;
	color: #f5f5f5;
}
.module-010 .text .note{
	font-size: 14px;
	color: #f5f5f5;
	margin-top: 5px;
}
.module-010 .text .date{
	font-size: 14px;
	color: #f5f5f5;
	margin-top: 15px;
}
@media screen and (max-width:991px) {
	.module-010 .text .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-010 {
		margin-bottom: 25px;
	}
	.module-010 .text .title{
		font-size: 18px;
	}
	.module-010 .text{
		padding: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-010 {
		margin-bottom: 20px;
	}
	.module-010 .text .title{
		font-size: 16px;
	}
	.module-010 .text .note{
		font-size: 12px;
	}
	.module-010 .text{
		padding: 20px;
	}
	.module-010 .text .date{
		font-size: 12px;
		margin-top: 10px;
	}
}


.module-011 {
	margin-bottom: 30px;
}
.module-011 .box{
	margin-bottom: 65px;
}
.module-011 .box:nth-last-of-type(1){
	margin-bottom: 0;
}
.module-011 .box a{
	display: block;
	font-size: 0;
}
.module-011 .date{
	display: inline-block;
	padding-right: 20px;
	width: 80px;
	vertical-align: middle;
}
.module-011 .date .r{
	font-size: 36px;
	color: #333333;
	line-height: 1em;
	transition: all .5s;
}
.module-011 a:hover .date .r{
	color: #c73049;
}
.module-011 .date .ny{
	font-size: 16px;
	color: #c7c7c7;
	line-height: 1em;
	margin-top: 10px;
	transition: all .5s;
}
.module-011 a:hover .date .ny{
	color: #c73049;
}
.module-011 .text{
	width: calc(100% - 80px);
	display: inline-block;
	padding-left: 20px;
	border-left:1px solid #e3e3e3;
	vertical-align: middle;
	transition: all .5s;
}
.module-011 a:hover .text{
	border-left:1px solid #c73049;
}
.module-011 .text .title{
	font-size: 22px;
	color: #333333;
	line-height: 1em;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	transition: all .5s;
}
.module-011 a:hover .text .title{
	color: #c73049;
}
.module-011 .text .note{
	font-size: 14px;
	color: #c7c7c7;
	margin-top: 20px;
	line-height: 1em;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	transition: all .5s;
}
.module-011 a:hover .text .note{
	color: #c73049;
}
@media screen and (max-width: 1680px){
	.module-011 .box {
	    margin-bottom: 60px;
	}
	.module-011 .date .r {
	    font-size: 34px;
	}
}
@media screen and (max-width: 1440px){
	.module-011 .box {
	    margin-bottom: 50px;
	}
	.module-011 .date .r {
	    font-size: 32px;
	}
	.module-011 .text .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 1280px){
	.module-011 .box {
	    margin-bottom: 40px;
	}
	.module-011 .date .r {
	    font-size: 30px;
	}
	.module-011 .text .title {
	    font-size: 18px;
	}
	.module-011 .text .note{
		margin-top: 15px;
	}
}
@media screen and (max-width: 1199px){
	.module-011 .box {
	    margin-bottom: 30px;
	}
	.module-011 .date {
	    padding-right: 15px;
	    width: 75px;
	}
	.module-011 .date .r {
	    font-size: 26px;
	}
	.module-011 .text {
	    width: calc(100% - 75px);
	    padding-left: 15px;
	}
	.module-011 .text .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 991px){
	.module-011 {
		margin-bottom: 20px;
	}
	.module-011 .box {
	    margin-bottom: 40px;
	}
	.module-011 .date .r {
	    font-size: 30px;
	}
	.module-011 .text .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.module-011 {
		margin-bottom: 10px;
	}
	.module-011 .box {
	    margin-bottom: 30px;
	}
	.module-011 .date {
	    padding-right: 15px;
	    width: 75px;
	}
	.module-011 .date .r {
	    font-size: 26px;
	}
	.module-011 .text {
	    width: calc(100% - 75px);
	    padding-left: 15px;
	}
	.module-011 .text .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 575px){
	.module-011 {
		margin-bottom: 0px;
	}
	.module-011 .box {
	    margin-bottom: 20px;
	}
	.module-011 .date {
	    padding-right: 10px;
	    width: 55px;
	}
	.module-011 .date .r {
	    font-size: 24px;
	}
	.module-011 .date .ny {
	    font-size: 12px;
	}
	.module-011 .text {
	    width: calc(100% - 55px);
	    padding-left: 10px;
	}
	.module-011 .text .title {
	    font-size: 16px;
		line-height: 2em;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
	}
	.module-011 .text .note {
	    margin-top: 15px;
	}
}



.module-012 ul>li{
	display: inline-block;
	margin-right: 190px;
}
.module-012 ul>li:nth-last-of-type(1){
	margin-right: 0px;
}
.module-012 ul>li>a{
	color: #333333;
	font-size: 16px;
	display: inline-block;
	padding: 15px 0;
	border-bottom: 4px solid rgba(199,48,73,0);
}
.module-012 ul>li>a:hover,
.module-012 ul>li.active>a{
	color: #c73049;
	border-bottom: 4px solid rgba(199,48,73,1);
}
@media screen and (max-width: 1680px){
	.module-012 ul>li{
		margin-right: 175px;
	}
}
@media screen and (max-width: 1440px){
	.module-012 ul>li{
		margin-right: 150px;
	}
}
@media screen and (max-width: 1280px){
	.module-012 ul>li{
		margin-right: 125px;
	}
}
@media screen and (max-width: 1199px){
	.module-012 ul>li{
		margin-right: 100px;
	}
}
@media screen and (max-width: 991px){
	.module-012 ul>li{
		margin-right: 75px;
	}
}
@media screen and (max-width: 767px){
	.module-012 ul>li{
		margin-right: 50px;
	}
	.module-012 ul>li>a{
		border-bottom: 3px solid rgba(199,48,73,0);
	}
	.module-012 ul>li>a:hover,
	.module-012 ul>li.active>a{
		border-bottom: 3px solid rgba(199,48,73,1);
	}
}
@media screen and (max-width: 575px){
	.module-012 ul>li{
		margin-right: 25px;
	}
	.module-012 ul>li>a{
		font-size: 14px;
		padding: 10px 0;
		border-bottom: 2px solid rgba(199,48,73,0);
	}
	.module-012 ul>li>a:hover,
	.module-012 ul>li.active>a{
		border-bottom: 2px solid rgba(199,48,73,1);
	}
}



.module-013 .title{
	color: #c73049;
	font-size: 16px;
	display: inline-block;
	padding: 0 0 15px;
	border-bottom: 4px solid #c73049;
}
@media screen and (max-width: 575px){
	.module-013 .title{
		border-bottom: 3px solid #c73049;
	}
}
@media screen and (max-width: 575px){
	.module-013 .title{
		font-size: 14px;
		padding: 0 0 10px;
		border-bottom: 2px solid #c73049;
	}
}



.module-014 {
	margin-top: 30px;
}
.module-014 .item{
	margin-bottom: 90px;
}
.module-014 .item:nth-last-of-type(1){
	margin-bottom: 0;
}
.module-014 .item .tp{
	padding-bottom: 60.88%;
}
.module-014 .item .text{
	padding-top: 15px;
}
.module-014 .item .text .title{
	color: #333333;
	font-size: 28px;
}
.module-014 .item .text .note{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.75em;
}
@media screen and (max-width:1440px){
	.module-014 .item{
		margin-bottom: 80px;
	}
	.module-014 .item .text .title{
		font-size: 26px;
	}
}
@media screen and (max-width:1280px){
	.module-014 .item{
		margin-bottom: 70px;
	}
	.module-014 .item .text .title{
		font-size: 24px;
	}
}
@media screen and (max-width:1199px){
	.module-014 .item .text{
		padding-top: 5px;
	}
	.module-014 .item{
		margin-bottom: 60px;
	}
	.module-014 .item .text .title{
		font-size: 22px;
	}
}
@media screen and (max-width:991px){
	.module-014 .item .text{
		padding-top: 0;
	}
	.module-014 .item{
		margin-bottom: 50px;
	}
	.module-014 .item .text .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.module-014 .item .text{
		padding-top: 15px;
	}
	.module-014 .item{
		margin-bottom: 40px;
	}
	.module-014 .item .text .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px){
	.module-014 {
		margin-top: 15px;
	}
	.module-014 .item{
		margin-bottom: 30px;
	}
	.module-014 .item .text .title{
		font-size: 16px;
	}
}



.module-015{
	max-width: 550px;
	font-size: 0;
	margin: 0 auto 190px;
}
.module-015 .left{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 142px;
}
.module-015 .right{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 142px);
	padding-left: 75px;
}
.module-015 .right .title{
	font-size: 26px;
	color: #333333;
	font-weight: bold;
}
.module-015 .right .note{
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
}
@media screen and (max-width: 1440px){
	.module-015{
		margin: 0 auto 180px;
	}
	.module-015 .right{
		padding-left: 65px;
	}
}
@media screen and (max-width: 1280px){
	.module-015{
		margin: 0 auto 150px;
	}
	.module-015 .right{
		padding-left: 55px;
	}
	.module-015 .right .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px){
	.module-015{
		margin: 0 auto 120px;
	}
	.module-015 .left{
		max-width: 120px;
	}
	.module-015 .right{
		width: calc(100% - 120px);
		padding-left: 45px;
	}
	.module-015 .right .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px){
	.module-015{
		margin: 0 auto 90px;
	}
	.module-015 .left{
		max-width: 100px;
	}
	.module-015 .right{
		width: calc(100% - 100px);
		padding-left: 35px;
	}
	.module-015 .right .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.module-015{
		margin: 0 auto 60px;
	}
	.module-015 .left{
		max-width: 80px;
	}
	.module-015 .right{
		width: calc(100% - 80px);
		padding-left: 25px;
	}
	.module-015 .right .title{
		font-size: 18px;
	}
	.module-015 .right .note{
		font-size: 14px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 575px){
	.module-015{
		margin: 0 auto 30px;
	}
	.module-015 .left{
		max-width: 60px;
	}
	.module-015 .right{
		width: calc(100% - 60px);
		padding-left: 15px;
	}
	.module-015 .right .title{
		font-size: 16px;
	}
	.module-015 .right .note{
		font-size: 12px;
		margin-top: 5px;
	}
}



.module-016 .left{
	display: inline-block;
}
.module-016 .left .phone{
	color: #333333;
	font-size: 40px;
	margin-top: 15px;
	line-height: 1em;
}
.module-016 .left .gz-box{
	margin-top: 40px;
}
.module-016 .left .gz-box .text{
	color: #999999;
	font-size: 14px;
}
.module-016 .left .gz-box .icon-box{
	display: inline-block;
	position: relative;
	margin-left: 15px;
}
.module-016 .left .gz-box .icon-box a .icon1{
	transition: all .3s;
}
.module-016 .left .gz-box .icon-box a:hover .icon1{
	opacity: 0;
}
.module-016 .left .gz-box .icon-box a .icon2{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
}
.module-016 .left .gz-box .icon-box a:hover .icon2{
	opacity: 1;
}
.module-016 .right{
	display: inline-block;
	width: 950px;
	float: right;
}
.module-016 .right .dl-box{
	display: flex;
	justify-content: space-between;
}
.module-016 .right .dl-box dl dt{
	margin-bottom: 15px;
}
.module-016 .right .dl-box dl dt a{
	font-size: 16px;
	color: #333333;
	transition: all .5s;
}
.module-016 .right .dl-box dl dt a:hover{
	color: #c73049;
}
.module-016 .right .dl-box dl dd{
	margin-bottom: 7px;
}
.module-016 .right .dl-box dl dd a{
	font-size: 12px;
	color: #999999;
	transition: all .5s;
}
.module-016 .right .dl-box dl dd a:hover{
	color: #c73049;
}
@media screen and (max-width: 1680px) {
	.module-016 .left img{
		max-width: 290px;
	}
	.module-016 .left .phone{
		font-size: 34px;
	}
	.module-016 .right {
	    width: 900px;
	}
	.module-016 .right .dl-box dl dd {
	    margin-bottom: 6px;
	}
}
@media screen and (max-width: 1440px) {
	.module-016 .left img{
		max-width: 260px;
	}
	.module-016 .left .phone{
		font-size: 30px;
	}
	.module-016 .right {
	    width: 800px;
	}
	.module-016 .right .dl-box dl dd {
	    margin-bottom: 5px;
	}
}
@media screen and (max-width: 1280px) {
	.module-016 .left img{
		max-width: 230px;
	}
	.module-016 .left .gz-box {
	    margin-top: 35px;
	}
	.module-016 .left .phone{
		font-size: 26px;
	}
	.module-016 .right {
	    width: 700px;
	}
	.module-016 .right .dl-box dl dt {
	    margin-bottom: 10px;
	}
	.module-016 .right .dl-box dl dd {
	    margin-bottom: 4px;
	}
}
@media screen and (max-width: 1199px) {
	.module-016 .left img{
		max-width: 200px;
	}
	.module-016 .left .gz-box {
	    margin-top: 30px;
	}
	.module-016 .left .phone{
		font-size: 24px;
	}
	.module-016 .right {
	    width: 600px;
	}
	.module-016 .right .dl-box dl dt a {
	    font-size: 14px;
	}
	.module-016 .right .dl-box dl dt {
	    margin-bottom: 5px;
	}
	.module-016 .right .dl-box dl dd {
	    margin-bottom: 3px;
	}
}
@media screen and (max-width: 991px) {
	.module-016 .left img{
		max-width: 260px;
	}
	.module-016 .left .gz-box {
	    margin-top: 25px;
	}
	.module-016 .left .phone{
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-016 .left img{
		max-width: 230px;
	}
	.module-016 .left .gz-box {
	    margin-top: 20px;
	}
	.module-016 .left .gz-box .text{
		font-size: 12px;
	}
	.module-016 .left .phone{
		font-size: 28px;
	}
}
@media screen and (max-width: 575px) {
	.module-016 .left img{
		max-width: 200px;
	}
	.module-016 .left .gz-box {
	    margin-top: 20px;
	}
	.module-016 .left .gz-box .text{
		font-size: 12px;
	}
	.module-016 .left .gz-box .icon-box {
	    margin-left: 10px;
	}
	.module-016 .left .phone{
		font-size: 26px;
		margin-top: 15px;
	}
}


.module-017{
	padding: 30px 0;
	margin-top: 20px;
}
.module-017 .text{
	color: #999999;
	font-size: 12px;
}
.module-017 .text a{
	color: #999999;
	font-size: 12px;
	transition: all .5s;
}
.module-017 .text a:hover{
	color: #c73049;
}
@media screen and (max-width: 1280px) {
	.module-017{
		padding: 25px 0;
		margin-top: 0px;
	}
}
@media screen and (max-width: 991px) {
	.module-017{
		padding: 25px 0;
	}
}
@media screen and (max-width: 767px) {
	.module-017{
		padding: 20px 0;
	}
}
@media screen and (max-width: 575px) {
	.module-017{
		padding: 15px 0;
	}
}



.module-018 {
	text-align: center;
}
.module-018 a{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 15px 35px;
	background-color: #c73049;
}
@media screen and (max-width: 991px) {
	.module-018 a{
		padding: 15px 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-018 a{
		padding: 10px 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-018 a{
		font-size: 12px;
		padding: 10px 20px;
	}
}


.module-019{
	font-size: 0;
}
.module-019 .box{
	padding: 15px 0 5px;
	border-bottom: 1px solid #f5f5f5;
}
.module-019 .box .left{
	display: inline-block;
	vertical-align: top;
	width: 65px;
}
.module-019 .box .left .title{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 5px 0;
}
.module-019 .box .right{
	width: calc(100% - 65px);
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
}
.module-019 .box .right ul>li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	margin-bottom: 10px;
}
.module-019 .box .right ul>li>a{
	font-size: 14px;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 50px;
	color: #333333;
	transition: all .5s;
}
.module-019 .box .right ul>li.active>a,
.module-019 .box .right ul>li>a:hover{
	background-color: #c73049;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.module-019 .box .right{
		padding-left: 30px;
	}
	.module-019 .box .right ul>li{
		margin-right: 30px;
	}
	.module-019 .box .right ul>li>a{
		padding: 5px 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-019 .box .right{
		padding-left: 20px;
	}
	.module-019 .box .right ul>li{
		margin-right: 20px;
	}
	.module-019 .box .right ul>li>a{
		padding: 5px 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-019 .box{
		padding: 10px 0 0px;
	}
	.module-019 .box .left{
		width: 57px;
	}
	.module-019 .box .left .title{
		font-size: 12px;
		padding: 2px 0;
	}
	.module-019 .box .right{
		padding-left: 5px;
		width: calc(100% - 57px);
	}
	.module-019 .box .right ul>li{
		margin-right: 5px;
	}
	.module-019 .box .right ul>li>a{
		font-size: 12px;
		padding: 2px 7px;
	}
}




.module-020{
	padding: 20px 15px 0px;
	border-bottom: 1px solid #f5f5f5;
}
.module-020 .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 1440px;
}
.module-020 .content .box{
	text-align: center;
}
.module-020 .content .box a{
	display: block;
	padding-bottom: 24px;
	border-bottom: 6px solid rgba(199,48,73,0);
	transition: all .5s;
}
.module-020 .content .box.active a,
.module-020 .content .box a:hover{
	border-bottom: 6px solid rgba(199,48,73,1);
}
.module-020 .content .box a .title{
	color: #333333;
	font-size: 16px;
	transition: all .5s;
}
.module-020 .content .box.active a .title,
.module-020 .content .box a:hover .title{
	color: #c73049;
}
@media screen and (max-width: 1280px) {
	.module-020{
		padding: 15px 15px 0px;
	}
	.module-020 .content .box img{
		max-width: 60px;
	}
	.module-020 .content .box a{
		padding-bottom: 20px;
		border-bottom: 5px solid rgba(199,48,73,0);
	}
	.module-020 .content .box.active a,
	.module-020 .content .box a:hover{
		border-bottom: 5px solid rgba(199,48,73,1);
	}
}
@media screen and (max-width: 1199px) {
	.module-020 .content{
		max-width: 1000px;
	}
	.module-020{
		padding: 10px 15px 0px;
	}
	.module-020 .content .box img{
		max-width: 55px;
	}
	.module-020 .content .box a{
		padding-bottom: 16px;
		border-bottom: 4px solid rgba(199,48,73,0);
	}
	.module-020 .content .box.active a,
	.module-020 .content .box a:hover{
		border-bottom: 4px solid rgba(199,48,73,1);
	}
}
@media screen and (max-width: 991px) {
	.module-020 .content{
		max-width: 800px;
	}
	.module-020{
		padding: 5px 15px 0px;
	}
	.module-020 .content .box img{
		max-width: 50px;
	}
	.module-020 .content .box a .title{
		font-size: 14px;
	}
	.module-020 .content .box a{
		padding-bottom: 12px;
		border-bottom: 3px solid rgba(199,48,73,0);
	}
	.module-020 .content .box.active a,
	.module-020 .content .box a:hover{
		border-bottom: 3px solid rgba(199,48,73,1);
	}
}



.module-021 .nav-top{
	border-bottom: 1px solid #ededed;
}
.module-021 .nav-top .left{
	display: inline-block;
	padding: 15px;
	font-size: 16px;
	color: #c73049;
}
.module-021 .nav-top .right{
	float: right;
	padding: 17px 15px;
	cursor: pointer;
	font-size: 14px;
}
.module-021 .nav-top .right:hover{
	color: #c73049;
}
.module-021 ul{
	display: none;
	width: 100%;
}
.module-021 ul>li>a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ededed;
	text-decoration: none;
	color: #333333;
}
.module-021 ul>li.active>a,
.module-021 ul>li>a:hover{
	border-bottom: 1px solid #c73049;
	color: #fff;
	background-color: #c73049;
}




.module-022{
	max-width: 550px;
	font-size: 0;
	margin: 0 auto 190px;
}
.module-022 .left{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 85px;
}
.module-022 .right{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 85px);
	padding-left: 25px;
}
.module-022 .right .title{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.module-022 .right .note{
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
@media screen and (max-width: 1440px) {
	.module-022{
		margin: 0 auto 180px;
	}
}
@media screen and (max-width: 1280px) {
	.module-022{
		margin: 0 auto 150px;
	}
}
@media screen and (max-width: 1199px) {
	.module-022{
		margin: 0 auto 120px;
	}
	.module-022 .left{
		max-width: 80px;
	}
	.module-022 .right{
		width: calc(100% - 80px);
	}
	.module-022 .right .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-022{
		margin: 0 auto 90px;
	}
	.module-022 .left{
		max-width: 70px;
	}
	.module-022 .right{
		width: calc(100% - 70px);
	}
	.module-022 .right .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-022{
		margin: 0 auto 60px;
	}
	.module-022 .left{
		max-width: 60px;
	}
	.module-022 .right{
		width: calc(100% - 60px);
		padding-left: 20px;
	}
	.module-022 .right .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-022{
		margin: 0 auto 30px;
	}
	.module-022 .left{
		max-width: 50px;
	}
	.module-022 .right{
		width: calc(100% - 50px);
		padding-left: 15px;
	}
	.module-022 .right .title{
		font-size: 16px;
	}
	.module-022 .right .note{
		font-size: 12px;
		margin-top: 5px;
	}
}


.module-023{
	border-top: 1px solid #f5f5f5;
}
.module-023 .box{
	padding: 50px 0;
	border-bottom: 1px solid #f5f5f5;
}
.module-023 .box .title{
	color: #333333;
	font-size: 30px;
	line-height: 1em;
}
.module-023 .box .note{
	color: #666666;
	font-size: 18px;
	margin-top: 15px;
}
@media screen and (max-width: 1680px) {
	.module-023 .box .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-023 .box{
		padding: 45px 0;
	}
	.module-023 .box .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-023 .box{
		padding: 40px 0;
	}
	.module-023 .box .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-023 .box{
		padding: 35px 0;
	}
	.module-023 .box .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-023 .box{
		padding: 30px 0;
	}
	.module-023 .box .title{
		font-size: 20px;
	}
	.module-023 .box .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-023 .box{
		padding: 25px 0;
	}
	.module-023 .box .title{
		font-size: 18px;
	}
	.module-023 .box .note{
		font-size: 14px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-023 .box{
		padding: 20px 0;
	}
	.module-023 .box .title{
		font-size: 16px;
	}
	.module-023 .box .note{
		font-size: 12px;
	}
}



.module-024{
	background-color: #fafafa;
	text-align: center;
	padding: 100px 30px;
	margin-bottom: 30px;
	transition: all .5s;
}
.module-024:hover{
	box-shadow: 0 3px 6px 0px rgba(0,0,0,.2);
	transform: translateY(-10px);
}
.module-024 .title{
	margin-top: 70px;
	font-size: 20px;
	color: #333333;
}
.module-024 .note{
	font-size: 16px;
	color: #666666;
	margin-top: 5px;
}
@media screen and (max-width: 1680px) {
	.module-024{
		padding: 90px 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-024{
		padding: 80px 30px;
	}
	.module-024 .title{
		margin-top: 60px;
	}
}
@media screen and (max-width: 1280px) {
	.module-024{
		padding: 70px 30px;
	}
	.module-024 .title{
		margin-top: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-024{
		padding: 60px 30px;
	}
	.module-024 img{
		max-width: 80px;
	}
	.module-024 .title{
		margin-top: 40px;
		font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	.module-024{
		padding: 50px 25px;
		margin-bottom: 25px;
	}
	.module-024 img{
		max-width: 70px;
	}
	.module-024 .title{
		margin-top: 30px;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-024{
		padding: 40px 20px;
		margin-bottom: 20px;
	}
	.module-024 img{
		max-width: 60px;
	}
	.module-024 .title{
		margin-top: 20px;
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-024{
		padding: 30px 15px;
		margin-bottom: 15px;
	}
	.module-024 img{
		max-width: 50px;
	}
	.module-024 .title{
		margin-top: 10px;
		font-size: 12px;
	}
}



.module-025{
	overflow: hidden;
}
.module-025 a img{
	transition: all .5s;
}
.module-025 a:hover img{
	transform: scale(1.02);
}



.module-026 {
	font-size: 0;
	max-width: 1230px;
	margin: 0 auto 70px;
}
.module-026 .left{
	display: inline-block;
	width: 50%;
	padding-right: 20px;
}
.module-026 .left .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0;
}
.module-026 .left .box span{
	width: 33.3%;
	margin-right: 10px;
}
.module-026 .left .box span:nth-last-of-type(1){
	margin-right: 0;
}
.module-026 .left .box select{
	font-size: 14px;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd8d3;
	outline: none;
}
.module-026 .left .box button{
	font-size: 14px;
	width: 100%;
	padding: 10px;
	background-color: #c73049;
	border: 1px solid #c73049;
	color: #fff;
	outline: none;
}
.module-026 .left .box button:hover{
	background-color: #fff;
	color: #c73049;
}
.module-026 .right{
	display: inline-block;
	width: 50%;
	font-size: 0;
	padding-left: 20px;
}
.module-026 .right input{
	font-size: 14px;
	width: 75%;
	padding: 10px;
	border: 1px solid #ddd8d3;
	outline: none;
}
.module-026 .right button{
	font-size: 14px;
	width: 25%;
	padding: 10px;
	background-color: #c73049;
	border: 1px solid #c73049;
	color: #fff;
	outline: none;
	transition: all .5s;
	cursor: pointer;
}
.module-026 .right button:hover{
	background-color: #fff;
	color: #c73049;
}
@media screen and (max-width: 1199px) {
	.module-026 {
		margin: 0 auto 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-026 {
		margin: 0 auto 50px;
	}
	.module-026 .left{
		display: block;
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.module-026 .right{
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.module-026 .right input{
		margin-right: 10px;
		width: calc(75% - 2px);
	}
	.module-026 .right button{
		width: calc(25% - 8px);
	}
}
@media screen and (max-width: 767px) {
	.module-026 {
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-026 {
		margin: 0 auto 30px;
	}
}


.module-027{
	margin-bottom: 100px;
}
.module-027 .title{
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px;
	transition: all .5s;
}
.module-027:hover .title{
	color: #c73049;
	border-bottom: 1px solid #c73049;
}
.module-027 .addr{
	font-size: 14px;
	color: #666666;
	line-height: 1.75em;
}
.module-027 .phone{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
@media screen and (max-width: 1680px) {
	.module-027{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1440px) {
	.module-027{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-027{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.module-027{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-027{
		margin-bottom: 50px;
	}
	.module-027 .title{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-027{
		margin-bottom: 40px;
	}
	.module-027 .title{
		font-size: 16px;
	}
	.module-027 .addr{
		font-size: 12px;
	}
	.module-027 .phone{
		font-size: 12px;
		margin-top: 5px;
	}
}
@media screen and (max-width: 575px) {
	.module-027{
		margin-bottom: 30px;
	}
}


.module-028 {
	margin-bottom: 60px;
}
.module-028 .tp{
	padding-bottom: 60%;
	transition: all .5s;
}
.module-028:hover .tp{
	transform: scale(1.05);
}
.module-028 .title{
	font-size: 18px;
	color: #333;
	margin-top: 20px;
	transition: all .5s;
}
.module-028:hover .title{
	color: #c73049;
}
@media screen and (max-width: 991px) {
	.module-028 {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-028 {
		margin-bottom: 40px;
	}
	.module-028 .title{
		font-size: 16px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-028 {
		margin-bottom: 30px;
	}
	.module-028 .title{
		font-size: 14px;
		margin-top: 10px;
	}
}





.module-029{
	border-bottom: 1px solid #f5f5f5;
	padding: 30px 0;
	transition: all .5s;
}
.module-029:hover{
	border-bottom: 1px solid #c73049;
}
.module-029 .note{
	color: #333333;
	font-size: 18px;
	transition: all .5s;
}
.module-029:hover .note{
	color: #c73049;
}
@media screen and (max-width: 991px) {
	.module-029{
		padding: 25px 0;
	}
}
@media screen and (max-width: 767px) {
	.module-029{
		padding: 20px 0;
	}
	.module-029 .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-029{
		padding: 15px 0;
	}
	.module-029 .note{
		font-size: 14px;
	}
}



.module-030 {
	margin-bottom: 30px;
}
.module-030 .tp{
	padding-bottom: 54.66%;
	transition: all .5s;
}
.module-030:hover .tp{
	transform: scale(1.05);
}
.module-030 .icon-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.module-030 .title{
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
	transition: all .5s;
}
.module-030:hover .title{
	color: #c73049;
}
@media screen and (max-width: 991px) {
	.module-030 {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-030 {
		margin-bottom: 20px;
	}
	.module-030 .title{
		font-size: 16px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-030 {
		margin-bottom: 15px;
	}
	.module-030 .title{
		font-size: 14px;
		margin-top: 10px;
	}
}



.module-031{
	text-align: center;
}
.module-031 .title{
	font-size: 36px;
	color: #333333;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 15px;
}
.module-031 .note{
	font-size: 16px;
	color: #a1a1a1;
	text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
	.module-031 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	.module-031 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-031 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-031 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-031 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-031 .title{
		font-size: 22px;
	}
	.module-031 .note{
		font-size: 14px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 575px) {
	.module-031 .title{
		font-size: 20px;
	}
	.module-031 .note{
		font-size: 12px;
	}
}



.module-032 {
	font-size: 0;
	margin-bottom: 37px;
}
.module-032 .t{
	font-size: 18px;
	color: #333333;
	text-align: right;
	width: 90px;
	display: inline-block;
	vertical-align: middle;
}
.module-032 .t.t1{
	vertical-align: top;
	margin-top: 8px;
}
.module-032 .c{
	display: inline-block;
	font-size: 0;
	color: #333333;
	vertical-align: middle;
	width: calc(100% - 90px);
}
.module-032 .c input{
	width: 100%;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #eeeeee;
	background-color: #fafafa;
	color: #999999;
	outline: none;
}
.module-032 .c textarea{
	width: 100%;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #eeeeee;
	background-color: #fafafa;
	color: #999999;
	outline: none;
	height: 200px;
}
@media screen and (max-width: 1199px) {
	.module-032 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-032 {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-032 {
		margin-bottom: 20px;
	}
	.module-032 .t{
		font-size: 16px;
		width: 80px;
	}
	.module-032 .c{
		width: calc(100% - 80px);
	}
	.module-032 .t.t1{
		margin-top: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-032 {
		margin-bottom: 15px;
	}
	.module-032 .t{
		font-size: 14px;
		width: 70px;
	}
	.module-032 .c{
		width: calc(100% - 70px);
	}
	.module-032 .t.t1{
		margin-top: 12px;
	}
}




.module-033 {
	font-size: 0;
	margin-bottom: 37px;
}
.module-033 .t{
	font-size: 18px;
	color: #333333;
	text-align: right;
	width: 90px;
	display: inline-block;
	vertical-align: middle;
}
.module-033 .c{
	display: inline-block;
	font-size: 0;
	color: #333333;
	vertical-align: middle;
	width: calc(100% - 90px);
	position: relative;
}
.module-033 .c .text{
	width: 100%;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #eeeeee;
	background-color: #fafafa;
	color: #777777;
}
.module-033 .c input{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
@media screen and (max-width: 1199px) {
	.module-033 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-033 {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-033 {
		margin-bottom: 20px;
	}
	.module-033 .t{
		font-size: 16px;
		width: 80px;
	}
	.module-033 .c{
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 575px) {
	.module-033 {
		margin-bottom: 15px;
	}
	.module-033 .t{
		font-size: 14px;
		width: 70px;
	}
	.module-033 .c{
		width: calc(100% - 70px);
	}
}




.module-034{
	text-align: center;
}
.module-034 input{
	color: #fff;
	font-size: 18px;
	background-color: #c73049;
	border: 1px solid #c73049;
	padding: 12px 55px;
	border-radius: 50px;
	transition: all .5s;
	cursor: pointer;
}
.module-034 input:hover{
	color: #c73049;
	background-color: #fff;
}
@media screen and (max-width: 991px) {
	.module-034 input{
		padding: 10px 45px;
	}
}
@media screen and (max-width: 767px) {
	.module-034 input{
		font-size: 16px;
		padding: 10px 35px;
	}
}
@media screen and (max-width: 575px) {
	.module-034 input{
		font-size: 14px;
		padding: 7px 25px;
	}
}




.module-035{
	padding: 30px 0 15px;
	text-align: center;
}
.module-035 ul>li{
	display: inline-block;
	margin-right: 115px;
	margin-bottom: 15px;
}
.module-035 ul>li:nth-last-of-type(1){
	margin-right: 0;
}
.module-035 ul>li>a{
	text-decoration: none;
	display: inline-block;
	color: #333333;
	font-size: 16px;
	position: relative;
}
.module-035 ul>li>a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 9px;
	background-color: rgba(199,48,73,0);
	z-index: -1;
	transition: all .5s;
}
.module-035 ul>li>a:hover::after,
.module-035 ul>li.active>a::after{
	background-color: rgba(199,48,73,1);
}
@media screen and (max-width: 1440px) {
	.module-035 ul>li{
		margin-right: 100px;
	}
}
@media screen and (max-width: 1280px) {
	.module-035{
		padding: 25px 0 10px;
	}
	.module-035 ul>li{
		margin-right: 80px;
	}
}
@media screen and (max-width: 1199px) {
	.module-035{
		padding: 20px 0 5px;
	}
	.module-035 ul>li{
		margin-right: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-035{
		padding: 15px 0 0;
	}
	.module-035 ul>li{
		margin-right: 40px;
	}
	.module-035 ul>li>a{
		font-size: 14px;
	}
}





.module-036{
	margin-bottom: 70px;
	background-color: #fafafa;
	padding: 40px 30px;
}
.module-036.color1{
	background-color: #fff;
}
.module-036 a{
	display: block;
}
.module-036 .over-img{
	padding: 30px;
}
.module-036 .tp{
	padding-bottom: 81.16%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-036 a:hover .tp{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.module-036 .title{
	margin-top: 20px;
	color: #434343;
	font-size: 18px;
	text-align: center;
	transition: all .5s;
}
.module-036:hover .title{
	color: #c73049;
}
@media screen and (max-width: 1680px) {
	.module-036{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-036{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-036{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-036{
		margin-bottom: 45px;
	}
	.module-036 .over-img{
		padding: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-036{
		margin-bottom: 40px;
		padding: 35px 25px;
	}
	.module-036 .over-img{
		padding: 20px;
	}
	.module-036 .title {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-036{
		margin-bottom: 35px;
		padding: 25px 20px;
	}
	.module-036 .over-img{
		padding: 15px;
	}
	.module-036 .title {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-036{
		margin-bottom: 30px;
		padding: 15px 15px;
	}
	.module-036 .over-img{
		padding: 10px;
	}
	.module-036 .title {
	    margin-top: 15px;
		font-size: 12px;
	}
}





.module-037{
	margin-bottom: 80px;
}
@media screen and (max-width: 1680px) {
	.module-037{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-037{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-037{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-037{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-037{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-037{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 575px) {
	.module-037{
		margin-bottom: 30px;
	}
}




.module-040 {
	font-size: 0;
	margin-bottom: 120px;
}
.module-040 .left{
	display: inline-block;
	width: 60%;
	padding-right: 30px;
	vertical-align: top;
}
.module-040 .left .box{
	display: none;
}
.module-040 .left .box.active{
	display: block;
}
.module-040 .left .box .tp{
	padding-bottom: 61.16%;
}
.module-040 .right{
	display: inline-block;
	width: 40%;
	padding-left: 30px;
	vertical-align: top;
}
.module-040 .right .box{
	padding-bottom: 55px;
	margin-bottom: 55px;
	border-bottom: 1px solid #eeeeee;
}
.module-040 .right .box:nth-last-of-type(1){
	margin-bottom: 0;
}
.module-040 .right .box .title{
	font-size: 22px;
	color: #333333;
	transition: all .5s;
}
.module-040 .right .box.active .title,
.module-040 .right .box:hover .title{
	color: #c73049;
}
.module-040 .right .box .date{
	font-size: 16px;
	color: #666666;
	margin-top: 13px;
	transition: all .5s;
}
.module-040 .right .box:hover .date{
	color: #c73049;
}
@media screen and (max-width: 1680px) {
	.module-040 .right .box .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 1440px) {
	.module-040 .right .box .title{
		font-size: 18px;
	}
	.module-040 {
		margin-bottom: 100px;
	}
	.module-040 .right .box{
		padding-bottom: 45px;
		margin-bottom: 45px;
	}
	.module-040 .left{
		padding-right: 25px;
	}
	.module-040 .right{
		padding-left: 25px;
	}
}
@media screen and (max-width: 1280px) {
	.module-040 .right .box .title{
		font-size: 16px;
	}
	.module-040 .right .box .date{
		font-size: 14px;
		margin-top: 10px;
	}
	.module-040 {
		margin-bottom: 60px;
	}
	.module-040 .right .box{
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.module-040 .left{
		padding-right: 20px;
	}
	.module-040 .right{
		padding-left: 20px;
	}
}





.module-041 {
	padding-bottom: 75px;
	margin-bottom: 75px;
	border-bottom: 1px solid #f5f5f5;
}
.module-041 .tp{
	padding-bottom: 61.16%;
	transition: all .5s;
}
.module-041 a:hover .tp{
	transform: scale(1.05);
}
.module-041 .text-box .title{
	font-size: 24px;
	color: #000000;
	transition: all .5s;
}
.module-041 a:hover .text-box .title{
	color: #c73049;
}
.module-041 .text-box .note{
	color: #666666;
	font-size: 14px;
	line-height: 2em;
	margin-top: 15px;
}
.module-041 .text-box .date-box{
	margin-top: 50px;
	color: #999999;
	font-size: 16px;
}
@media screen and (max-width: 1680px) {
	.module-041{
		margin-bottom: 70px;
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-041{
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 1280px) {
	.module-041{
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 1199px) {
	.module-041{
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-041{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.module-041 .text-box .title {
	    font-size: 22px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-041{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.module-041 .text-box{
		padding-top: 30px;
	}
	.module-041 .text-box .title {
	    font-size: 20px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 25px;
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-041{
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.module-041 .text-box{
		padding-top: 15px;
	}
	.module-041 .text-box .title {
	    font-size: 18px;
	}
	.module-041 .text-box .note {
	    font-size: 12px;
		line-height: 1.75em;
	}
	.module-041 .text-box .date-box {
	    margin-top: 15px;
		font-size: 12px;
	}
}


.module-042 {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
}
.module-042 .title{
	font-size: 26px;
	color: #333333;
	margin-bottom: 15px;
}
.module-042 .note{
	font-size: 12px;
	color: #999999;
}
.module-042 .note span{
	display: inline-block;
	margin-right: 40px;
	color: #999999;
	margin-bottom: 20px;
}
.module-042 .note span:nth-last-of-type(1){
	margin-right: 0px;
}
@media screen and (max-width: 1280px) {
	.module-042 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-042 .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-042 .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-042 .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-042 .title {
	    font-size: 16px;
	}
	.module-042 .note span {
	    margin-right: 30px;
	    margin-bottom: 15px;
	}
	.module-042 {
	    margin-bottom: 20px;
	}
}



.module-043{
	margin-bottom: 30px;
	margin-top: 120px;
}
.module-043 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-043 a{
	display: block;
	text-decoration: none;
	color: #333333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	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: #026487;
	-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: 61.16%;
}
.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: 14px;
	line-height: 1.5em;
}
.module-043 a .right .date{
	color: #999999;
	font-size: 12px;
}



.module-044 .text{
	margin-bottom: 30px;
}
.module-044 .text .title{
	font-size: 22px;
	color: #666666;
}
.module-044 .text .phone{
	font-size: 22px;
	color: #666666;
	margin-top: 10px;
}
.module-044 video{
	margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
	.module-044 .text .title{
		font-size: 20px;
	}
	.module-044 .text .phone{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-044 .text .title{
		font-size: 18px;
	}
	.module-044 .text .phone{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-044 .text .title{
		font-size: 16px;
	}
	.module-044 .text .phone{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-044 .text .title{
		font-size: 14px;
	}
	.module-044 .text .phone{
		font-size: 14px;
	}
}




.module-045{
	margin-bottom: 30px;
	margin-top: 0px;
}
.module-045 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-045 a{
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
}




.module-046 .tp{
	padding-bottom: 65.95%;
}
.module-046 .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 1199px) {
	.module-046 {
		margin-bottom: 30px;
	}
}




.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: #c73049;
}
.module-047 .right a{
	color: #333;
	font-size: 12px;
}
.module-047 .right a:hover{
	color: #c73049;
}




.module-048 {
	margin-top: 30px;
}
.module-048 .text{
	font-size: 16px;
	color: #666666;
	margin-bottom: 30px;
	line-height: 1.75em;
}
.module-048 .text:nth-last-of-type(1){
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	.module-048 {
		margin-top: 25px;
	}
	.module-048 .text{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-048 {
		margin-top: 20px;
	}
	.module-048 .text{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-048 {
		margin-top: 15px;
	}
	.module-048 .text{
		font-size: 14px;
		margin-bottom: 15px;
	}
}




.module-049{
	text-align: center;
}
.module-049 a{
	color: #666666;
	font-size: 14px;
	transition: all .5s;
}
.module-049 a:hover{
	color: #c73049;
}
.module-049.color1 a{
	color: #fff;
	font-size: 14px;
	transition: all .5s;
}
.module-049.color1 a:hover{
	color: #c73049;
}


.module-050 {
	margin-bottom: 30px;
}
.module-050 .title{
	font-size: 24px;
	color: #333333;
	margin-top: 30px;
}
.module-050 .note{
	font-size: 16px;
	color: #666666;
	margin-top: 5px;
}
@media screen and (max-width: 1199px) {
	.module-050 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-050 .title{
		font-size: 20px;
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-050 .title{
		font-size: 18px;
		margin-top: 20px;
	}
	.module-050 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-050 .title{
		font-size: 16px;
		margin-top: 15px;
	}
	.module-050 .note{
		font-size: 12px;
		margin-top: 0;
	}
}



.module-051 {
	text-align: center;
	margin-bottom: 30px;
}
.module-051 .box{
	display: inline-block;
	text-align: left;
}
.module-051 .box .num{
	color: #fff;
	font-size: 50px;
}
.module-051 .box .text{
	color: #fff;
	font-size: 14px;
}
@media screen and (max-width: 1680px) {
	.module-051 .box .num{
		font-size: 46px;
	}
}
@media screen and (max-width: 1440px) {
	.module-051 .box .num{
		font-size: 42px;
	}
}
@media screen and (max-width: 1280px) {
	.module-051 .box .num{
		font-size: 38px;
	}
}
@media screen and (max-width: 1199px) {
	.module-051 .box .num{
		font-size: 34px;
	}
}
@media screen and (max-width: 991px) {
	.module-051 {
		margin-bottom: 25px;
	}
	.module-051 .box .num{
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-051 {
		margin-bottom: 20px;
	}
	.module-051 .box .num{
		font-size: 26px;
	}
}
@media screen and (max-width: 575px) {
	.module-051 {
		margin-bottom: 15px;
	}
	.module-051 .box .num{
		font-size: 22px;
	}
	.module-051 .box .text{
		font-size: 12px;
	}
}




.module-052{
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}




.module-053 {
	text-align: center;
}
.module-053 a{
	display: inline-block;
	color: #666666;
	font-size: 16px;
	background-color: #fff;
	padding: 10px 30px;
	transition: all .5s;
}
.module-053 a:hover{
	color: #fff;
	background-color: #c73049;
}
@media screen and (max-width: 767px) {
	.module-053 a{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-053 a{
		font-size: 12px;
	}
}




.module-054 {
	text-align: center;
}
.module-054 ul>li{
	display: inline-block;
	margin-right: 130px;
	margin-bottom: 50px;
}
.module-054 ul>li:nth-last-of-type(1){
	margin-right: 0px;
}
.module-054 ul>li>a{
	display: inline-block;
	padding: 15px 50px;
	color: #333333;
	font-size: 18px;
	border-bottom: 4px solid #f5f5f5;
}
.module-054 ul>li.active>a{
	color: #c73049;
	border-bottom: 4px solid #c73049;
}
@media screen and (max-width: 1440px) {
	.module-054 ul>li{
		margin-right: 115px;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-054 ul>li{
		margin-right: 95px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-054 ul>li>a{
		padding: 14px 40px;
	}
	.module-054 ul>li{
		margin-right: 75px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-054 ul>li>a{
		padding: 13px 30px;
		font-size: 16px;
		border-bottom: 3px solid #f5f5f5;
	}
	.module-054 ul>li.active>a{
		border-bottom: 3px solid #c73049;
	}
	.module-054 ul>li{
		margin-right: 55px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-054 ul>li>a{
		padding: 12px 20px;
		font-size: 14px;
		border-bottom: 2px solid #f5f5f5;
	}
	.module-054 ul>li.active>a{
		border-bottom: 2px solid #c73049;
	}
	.module-054 ul>li{
		margin-right: 35px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-054 ul>li>a{
		padding: 10px 10px;
		font-size: 12px;
		border-bottom: 1px solid #f5f5f5;
	}
	.module-054 ul>li.active>a{
		border-bottom: 1px solid #c73049;
	}
	.module-054 ul>li{
		margin-right: 15px;
		margin-bottom: 20px;
	}
}




.module-055 .box{
	display: none;
}
.module-055 .box.active{
	display: block;
}




.module-056{
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.module-056 .box{
	max-width: 500px;
	width: 100%;
	display: inline-block;
}





.module-057{
	text-align: center;
}
.module-057 input{
	color: #fff;
	font-size: 14px;
	background-color: #c73049;
	border: 1px solid #c73049;
	padding: 10px 70px;
	cursor: pointer;
	transition: all .5s;
}
.module-057 input:hover{
	color: #c73049;
	background-color: #fff;
}
@media screen and (max-width: 991px) {
	.module-057 input{
		padding: 10px 45px;
	}
}
@media screen and (max-width: 767px) {
	.module-057 input{
		font-size: 16px;
		padding: 10px 35px;
	}
}
@media screen and (max-width: 575px) {
	.module-057 input{
		font-size: 14px;
		padding: 7px 25px;
	}
}





.module-058{
	margin-bottom: 30px;
	background-color: #f3f3f3;
}
.module-058 .tp{
	padding-bottom: 70%;
}
@media screen and (max-width:991px) {
	.module-058{
		margin-bottom: 25px;
	}
}
@media screen and (max-width:767px) {
	.module-058{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-058{
		margin-bottom: 15px;
	}
}

.module-059 {
	margin-bottom: 30px;
}
.module-059 .title{
	font-size: 36px;
	color: #333333;
	line-height: 1.5em;
}
.module-059 .note{
	font-size: 14px;
	color: #666666;
	line-height: 1.75em;
	margin-top: 10px;
}
.module-059 .box p{
	margin-bottom: 15px;
	font-size: 0;
}
.module-059 .box{
	margin-top: 60px;
}
.module-059 .box p .t{
	color: #333333;
	font-size: 16px;
	line-height: 1em;
	width: 80px;
	vertical-align: top;
	display: inline-block;
	line-height: 1.5em;
}
.module-059 .box p .c{
	color: #333333;
	font-size: 16px;
	line-height: 1em;
	vertical-align: top;
	width: calc(100% - 80px);
	display: inline-block;
	line-height: 1.5em;
	padding-left: 30px;
}
.module-059 .btn-box{
	margin-top: 90px;
}
.module-059 .btn-box .phone .t{
	color: #333333;
	font-size: 18px;
}
.module-059 .btn-box .phone .c{
	color: #c73049;
	font-size: 18px;
}
.module-059 .btn-box button{
	background-color: #c73049;
	border: 1px solid #c73049;
	color: #fff;
	padding: 10px 80px;
	margin-top: 15px;
	cursor: pointer;
	outline: none;
	transition: all .5s;
	font-size: 14px;
}
.module-059 .btn-box button:hover{
	background-color: #b02b41;
	border: 1px solid #b02b41;
}
@media screen and (max-width: 1680px) {
	.module-059 .title{
		font-size: 32px;
	}
	.module-059 .btn-box button{
		padding: 10px 70px;
	}
	.module-059 .btn-box {
	    margin-top: 90px;
	}
}
@media screen and (max-width: 1440px) {
	.module-059{
		margin-bottom: 0;
	}
	.module-059 .title{
		font-size: 24px;
	}
	.module-059 .box {
	    margin-top: 25px;
	}
	.module-059 .btn-box {
	    margin-top: 50px;
	}
	.module-059 .btn-box button{
		padding: 9px 35px;
	}
}
@media screen and (max-width: 1280px) {
	.module-059 .title{
		font-size: 22px;
	}
	.module-059 .box {
	    margin-top: 20px;
	}
	.module-059 .btn-box .phone .t,
	.module-059 .btn-box .phone .c{
		font-size: 16px;
	}
	.module-059 .box p{
		margin-bottom: 10px;
	}
	.module-059 .btn-box {
	    margin-top: 40px;
	}
	.module-059 .btn-box button{
		padding: 8px 30px;
	}
}
@media screen and (max-width: 1199px) {
	.module-059 .title{
		font-size: 20px;
	}
	.module-059 .note{
		font-size: 12px;
	}
	.module-059 .box {
	    margin-top: 15px;
	}
	.module-059 .box p{
		margin-bottom: 5px;
	}
	.module-059 .box p .t{
		font-size: 14px;
		width: 70px;
	}
	.module-059 .box p .c{
		font-size: 14px;
		width: calc(100% - 70px);
	}
	.module-059 .btn-box .phone .t,
	.module-059 .btn-box .phone .c{
		font-size: 14px;
	}
	.module-059 .btn-box {
	    margin-top: 25px;
	}
	.module-059 .btn-box button{
		padding: 7px 25px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 991px) {
	.module-059{
		margin-bottom: 0;
	}
	.module-059 .title{
		font-size: 24px;
	}
	.module-059 .box {
	    margin-top: 25px;
	}
	.module-059 .btn-box {
	    margin-top: 50px;
	}
	.module-059 .btn-box button{
		padding: 9px 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-059 .title{
		font-size: 22px;
	}
	.module-059 .box {
	    margin-top: 20px;
	}
	.module-059 .btn-box .phone .t,
	.module-059 .btn-box .phone .c{
		font-size: 16px;
	}
	.module-059 .box p{
		margin-bottom: 10px;
	}
	.module-059 .btn-box {
	    margin-top: 40px;
	}
	.module-059 .btn-box button{
		padding: 8px 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-059 .title{
		font-size: 20px;
	}
	.module-059 .note{
		font-size: 12px;
	}
	.module-059 .box {
	    margin-top: 15px;
	}
	.module-059 .box p{
		margin-bottom: 5px;
	}
	.module-059 .box p .t{
		font-size: 14px;
		width: 70px;
	}
	.module-059 .box p .c{
		font-size: 14px;
		width: calc(100% - 70px);
	}
	.module-059 .btn-box .phone .t,
	.module-059 .btn-box .phone .c{
		font-size: 14px;
	}
	.module-059 .btn-box {
	    margin-top: 25px;
	}
	.module-059 .btn-box button{
		padding: 7px 25px;
		margin-top: 10px;
	}
}



.module-060{
	text-align: center;
	border-left: 1px solid #eeeeee;
	padding-left: 30px;
	padding-right: 30px;
}
.module-060 .box{
	display: inline-block;
	max-width: 500px;
	width: 100%;
	text-align: left;
}
.module-060 .title{
	font-size: 24px;
	color: #000000;
	margin-bottom: 20px;
}
.module-060 .text p{
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
	.module-060 .title{
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-060 .title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.module-060 .text p{
		font-size: 12px;
	}
}



.module-061{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.66);
	z-index: 99999;
	display: none;
}
.module-061.open{
	display: block;
}
.module-061 .xp-box{
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 530px;
}
.module-061 .xp-box .content{
	background-color: #fff;
	padding: 60px;
	position: relative;
	border-radius: 3px;
}
.module-061 .xp-box .icon-cha{
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 18px;
	color: #cccccc;
	cursor: pointer;
	transition: all .5s;
}
.module-061 .xp-box .icon-cha:hover{
	color: #c73049;
}
.module-061 .xp-box .title{
	text-align: center;
	font-size: 24px;
	color: #333333;
}
.module-061 .xp-box .form-box{
	margin-top: 40px;
}
.module-061 .xp-box .form-box p{
	margin-bottom: 17px;
	font-size: 0;
	position: relative;
}
.module-061 .xp-box .form-box p.bt::after {
	content: "*";
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	color: #c73049;
	font-size: 24px;
	line-height: 1em;
	height: 13px;
}
.module-061 .xp-box .form-box p .t1{
	color: #333333;
	font-size: 14px;
	vertical-align: middle;
	font-weight: bold;
	display: inline-block;
	padding-right: 10px;
}
.module-061 .xp-box .form-box p .t2{
	color: #333333;
	font-size: 14px;
	vertical-align: middle;
	font-weight: bold;
	display: inline-block;
	padding-right: 10px;
}
.module-061 .xp-box .form-box p .t3{
	color: #333333;
	font-size: 14px;
	vertical-align: top;
	font-weight: bold;
	display: inline-block;
	padding-right: 10px;
}
.module-061 .xp-box .form-box p .c{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	width: calc(100% - 52px);
	display: inline-block;
}
.module-061 .xp-box .form-box p select{
	font-size: 14px;
	vertical-align: middle;
	outline: none;
	border: 1px solid #f6f6f6;
	padding: 10px 15px;
	width: calc(100% - 52px);
	color: #000000;
}
.module-061 .xp-box .form-box p input[type="text"]{
	font-size: 14px;
	vertical-align: middle;
	outline: none;
	border: 1px solid #f6f6f6;
	padding: 10px 15px;
	width: calc(100% - 52px);
}
.module-061 .xp-box .form-box p textarea{
	font-size: 14px;
	vertical-align: top;
	outline: none;
	border: 1px solid #f6f6f6;
	padding: 10px 15px;
	width: calc(100% - 52px);
	min-height: 100px;
}
.module-061 .xp-box .form-box .btn-box{
	text-align: center;
}
.module-061 .xp-box .form-box .btn-box input[type="submit"]{
	font-size: 14px;
	border: 1px solid #c73049;
	padding: 10px 70px;
	background-color: #c73049;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	transition: all .5s;
}
.module-061 .xp-box .form-box .btn-box input[type="submit"]:hover{
	background-color: #fff;
	color: #c73049;
}
@media screen and (max-width: 1680px) {
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		padding: 10px 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-061 .xp-box .content{
		padding: 55px;
	}
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		padding: 10px 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-061 .xp-box .content{
		padding: 50px;
	}
	.module-061 .xp-box .form-box{
		margin-top: 35px;
	}
	.module-061 .xp-box .form-box p select,
	.module-061 .xp-box .form-box p input[type="text"]{
		padding: 10px 14px;
	}
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		padding: 10px 50px;
	}
	.module-061 .xp-box .form-box p textarea{
		padding: 10px 14px;
	}
}
@media screen and (max-width: 1199px) {
	.module-061 .xp-box .content{
		padding: 45px;
	}
	.module-061 .xp-box .form-box{
		margin-top: 30px;
	}
	.module-061 .xp-box .form-box p select,
	.module-061 .xp-box .form-box p input[type="text"]{
		padding: 10px 13px;
	}
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		padding: 10px 45px;
	}
	.module-061 .xp-box .form-box p textarea{
		padding: 10px 13px;
	}
}
@media screen and (max-width: 991px) {
	.module-061 .xp-box .content{
		padding: 40px;
	}
	.module-061 .xp-box .title{
		font-size: 22px;
	}
	.module-061 .xp-box .form-box{
		margin-top: 25px;
	}
	.module-061 .xp-box .form-box p select,
	.module-061 .xp-box .form-box p input[type="text"]{
		padding: 9px 12px;
	}
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		padding: 9px 40px;
	}
	.module-061 .xp-box .form-box p textarea{
		padding: 9px 12px;
		min-height: 90px;
	}
}
@media screen and (max-width: 767px) {
	.module-061 .xp-box .content{
		padding: 35px;
	}
	.module-061 .xp-box .title{
		font-size: 20px;
	}
	.module-061 .xp-box .form-box{
		margin-top: 20px;
	}
	.module-061 .xp-box .form-box p{
		margin-bottom: 15px;
	}
	.module-061 .xp-box .form-box p select,
	.module-061 .xp-box .form-box p input[type="text"]{
		padding: 8px 11px;
	}
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		padding: 8px 35px;
	}
	.module-061 .xp-box .form-box p textarea{
		padding: 8px 11px;
		min-height: 80px;
	}
}
@media screen and (max-width: 575px) {
	.module-061 .xp-box .content{
		padding: 30px;
	}
	.module-061 .xp-box .title{
		font-size: 18px;
	}
	.module-061 .xp-box .form-box{
		margin-top: 15px;
	}
	.module-061 .xp-box .form-box p{
		margin-bottom: 10px;
	}
	.module-061 .xp-box .form-box p select,
	.module-061 .xp-box .form-box p input[type="text"]{
		padding: 7px 10px;
	}
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		font-size: 12px;
		padding: 7px 30px;
	}
	.module-061 .xp-box .form-box p textarea{
		padding: 7px 10px;
		min-height: 70px;
	}
}




.module-062{
	text-align: center;
	margin-bottom: 50px;
}
.module-062 .title{
	font-size: 32px;
	color: #000000;
}
@media screen and (max-width: 1680px) {
	.module-062{
		margin-bottom: 40px;
	}
	.module-062 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-062{
		margin-bottom: 35px;
	}
	.module-062 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-062{
		margin-bottom: 30px;
	}
	.module-062 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-062{
		margin-bottom: 25px;
	}
	.module-062 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-062{
		margin-bottom: 20px;
	}
	.module-062 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-062{
		margin-bottom: 15px;
	}
	.module-062 .title{
		font-size: 18px;
	}
}




.module-063{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}
.module-063 span{
	color: #333333;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
.module-063 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-063 a:hover{
	background-color: #c73049;
	color: #fff;
}
@media screen and (max-width:991px) {
	.module-063 a{
		padding: 7px 25px;
	}
}
@media screen and (max-width:767px) {
	.module-063 a{
		padding: 7px 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-063 a{
		padding: 7px 15px;
		margin-right: 15px;
		font-size: 12px;
	}
}


.module-064{
	border: 1px solid #333333;
	font-size: 0;
	max-width: 800px;
	margin: 0 auto;
	transition: all .5s;
}
.module-064:hover{
	border: 1px solid #c73049;
}
.module-064 select{
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 110px;
}
.module-064 input{
	width: calc(100% - 161px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-064 a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #a1a1a1;
	vertical-align: middle;
}
.module-064 a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-064 a:hover i{
	color: #c73049;
}
@media screen and (max-width: 991px) {
	.module-064 input {
	    font-size: 12px;
	    padding: 7px 10px;
		width: calc(100% - 150px);
	}
	.module-064 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-064{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-064{
		margin-bottom: 10px;
	}
	.module-064 input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-064 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}




.module-065 .text{
	font-size: 18px;
	color: #333333;
	margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
	.module-065 .text{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-065 .text{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-065 .text{
		font-size: 16px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-065 .text{
		font-size: 14px;
		margin-bottom: 20px;
	}
}




.module-066{
	padding: 60px 70px;
}
.module-066 .note{
	line-height: 2.3em;
	font-size: 14px;
	color: #666666;
}
@media screen and (max-width: 1440px) {
	.module-066{
		padding: 60px 65px;
	}
}
@media screen and (max-width: 1280px) {
	.module-066{
		padding: 60px 55px;
	}
}
@media screen and (max-width: 1199px) {
	.module-066{
		padding: 50px 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-066{
		padding: 40px 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-066{
		padding: 30px 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-066{
		padding: 20px 15px;
	}
	.module-066 .note{
		font-size: 12px;
		line-height: 2em;
	}
}


.module-067{
	margin-bottom: 70px;
}
.module-067 .tp{
	padding-bottom: 71.91%;
}
.module-067 .title{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	margin-top: 15px;
}
@media screen and (max-width: 1440px) {
	.module-067{
		margin-bottom: 65px;
	}
}
@media screen and (max-width: 1280px) {
	.module-067{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-067{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 991px) {
	.module-067{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-067 .title{
		font-size: 16px;
	}
	.module-067{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 575px) {
	.module-067 .title{
		font-size: 14px;
	}
	.module-067{
		margin-bottom: 40px;
	}
}


.module-068{
	position: relative;
	overflow: hidden;
}
.module-068 .swiper-pagination-bullet{
	width: 37px;
	height: 5px;
	border-radius: 0;
	background-color: #cecece;
	opacity: 1;
}
.module-068>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.module-068>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 7px;
}
.module-068 .swiper-pagination-bullet-active{
	background: #9d1e2f;
}
@media screen and (max-width: 1280px) {
	.module-068 .swiper-pagination-bullet{
		width: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-068 .swiper-pagination-bullet{
		width: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-068 .swiper-pagination-bullet{
		width: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-068 .swiper-pagination-bullet{
		width: 20px;
	}
	.module-068>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 6px;
	}
}
@media screen and (max-width: 575px) {
	.module-068 .swiper-pagination-bullet{
		width: 15px;
	}
	.module-068>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 5px;
	}
}


.module-069 .title{
	font-size: 36px;
	color: #fff;
}
@media screen and (max-width: 1680px) {
	.module-069 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	.module-069 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-069 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-069 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-069 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-069 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 575px) {
	.module-069 .title{
		font-size: 20px;
	}
}


.module-070{
	width: 100%;
	max-width: 1100px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.module-070 .text{
	font-size: 16px;
	color: #e5e8e5;
	line-height: 2em;
}
@media screen and (max-width: 1199px) {
	.module-070 {
	    margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-070 {
	    margin-top: 25px;
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-070 .text{
		font-size: 14px;
	}
	.module-070 {
	    margin-top: 20px;
	    margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-070 .text{
		font-size: 12px;
	}
	.module-070 {
	    margin-top: 15px;
	    margin-bottom: 20px;
	}
}



.module-071 {
	max-width: 650px;
	width: 100%;
	margin-top: 70px;
}
.module-071 .title{
	font-size: 40px;
	color: #333333;
}
.module-071 .note{
	font-size: 16px;
	color: #666666;
	line-height: 2em;
	margin-top: 20px;
}
@media screen and (max-width: 1680px) {
	.module-071 {
		margin-top: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-071 {
		margin-top: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-071 {
		margin-top: 30px;
	}
	.module-071 .title {
	    font-size: 36px;
	}
}
@media screen and (max-width: 1199px) {
	.module-071 {
		margin-top: 15px;
	}
	.module-071 .title {
	    font-size: 32px;
	}
}
@media screen and (max-width: 991px) {
	.module-071 {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.module-071 .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	.module-071 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 575px) {
	.module-071 .title {
	    font-size: 20px;
	}
	.module-071 .note {
	    font-size: 12px;
	    line-height: 2em;
	    margin-top: 10px;
	}
}



.module-072{
	padding: 70px 65px;
}
@media screen and (max-width: 1440px) {
	.module-072{
		padding: 70px 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-072{
		padding: 60px 45px;
	}
}
@media screen and (max-width: 1199px) {
	.module-072{
		padding: 50px 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-072{
		padding: 40px 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-072{
		padding: 30px 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-072{
		padding: 20px 5px;
	}
}




.module-073{
	text-align: center;
	margin-bottom: 100px;
}
.module-073 .box{
	text-align: center;
	display: inline-block;
	max-width: 350px;
}
.module-073 .box .title{
	color: #333333;
	font-size: 24px;
	margin-top: 50px;
}
.module-073.color1 .box .title{
	color: #fff;
}
.module-073 .box .note{
	color: #999999;
	font-size: 14px;
	margin-top: 20px;
}
.module-073 .box .note2{
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}
@media screen and (max-width: 1680px) {
	.module-073 {
	    margin-bottom: 90px;
	}
	.module-073 .box img{
		width: 120px;
	}
}
@media screen and (max-width: 1440px) {
	.module-073 {
	    margin-bottom: 80px;
	}
	.module-073 .box img{
		width: 110px;
	}
	.module-073 .box .title {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-073 {
	    margin-bottom: 70px;
	}
	.module-073 .box img{
		width: 100px;
	}
	.module-073 .box .title {
	    margin-top: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-073 {
	    margin-bottom: 60px;
	}
	.module-073 .box img{
		width: 90px;
	}
	.module-073 .box .title {
	    font-size: 22px;
	    margin-top: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-073 {
	    margin-bottom: 50px;
	}
	.module-073 .box img{
		width: 80px;
	}
	.module-073 .box .title {
	    font-size: 20px;
	    margin-top: 30px;
	}
	.module-073 .box .note2{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-073 {
	    margin-bottom: 40px;
	}
	.module-073 .box img{
		width: 70px;
	}
	.module-073 .box .title {
	    font-size: 18px;
	    margin-top: 25px;
	}
	.module-073 .box .note {
		margin-top: 15px;
	}
	.module-073 .box .note2{
		font-size: 14px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-073 {
	    margin-bottom: 30px;
	}
	.module-073 .box img{
		width: 60px;
	}
	.module-073 .box .title {
	    font-size: 16px;
	    margin-top: 20px;
	}
	.module-073 .box .note {
	    font-size: 12px;
		margin-top: 10px;
	}
	.module-073 .box .note2{
		font-size: 12px;
		margin-top: 10px;
	}
}



.module-074{
	margin-bottom: 70px;
}
.module-074 .tp{
	padding-bottom: 71.91%;
}
.module-074 .title{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-top: 15px;
}
@media screen and (max-width: 1440px) {
	.module-074{
		margin-bottom: 65px;
	}
}
@media screen and (max-width: 1280px) {
	.module-074{
		margin-bottom: 60px;
	}
	.module-074 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 1199px) {
	.module-074{
		margin-bottom: 55px;
	}
	.module-074 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-074{
		margin-bottom: 50px;
	}
	.module-074 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-074 .title{
		font-size: 16px;
	}
	.module-074{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-074 .title{
		font-size: 14px;
	}
	.module-074{
		margin-bottom: 30px;
	}
}



.module-075{
	text-align: center;
}
.module-075 .note{
	font-size: 24px;
	color: #ffffff;
}
.module-075 .hx{
	width: 60%;
	border-top: 1px solid #cccccc;
	margin-top: 100px;
	margin-bottom: 100px;
}
@media screen and (max-width: 1680px) {
	.module-075 .hx {
	    margin-top: 90px;
	    margin-bottom: 90px;
	}
}
@media screen and (max-width: 1440px) {
	.module-075 .hx {
	    margin-top: 80px;
	    margin-bottom: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-075 .note{
		font-size: 22px;
	}
	.module-075 .hx {
	    margin-top: 70px;
	    margin-bottom: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.module-075 .note{
		font-size: 20px;
	}
	.module-075 .hx {
	    margin-top: 60px;
	    margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-075 .note{
		font-size: 18px;
	}
	.module-075 .hx {
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-075 .note{
		font-size: 16px;
	}
	.module-075 .hx {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-075 .note{
		font-size: 14px;
	}
	.module-075 .hx {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
}




.module-076 {
	margin-bottom: 50px;
	overflow: hidden;
}
.module-076 .tp{
	padding-bottom: 55%;
	transition: all .5s;
}
.module-076:hover .tp{
	transform: scale(1.05);
}
.module-076 .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.module-076 .title{
	font-size: 18px;
	margin-top: 15px;
	color: #333333;
}
@media screen and (max-width: 575px) {
	.module-076 {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 575px) {
	.module-076 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-076 {
		margin-bottom: 35px;
	}
	.module-076 .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-076 {
		margin-bottom: 30px;
	}
	.module-076 .title{
		font-size: 14px;
		margin-top: 10px;
	}
}




.module-077{
	border: 1px solid #f5f5f5;
	margin-bottom: 30px;
	transition: all .5s;
}
.module-077:hover{
	border: 1px solid #c73049;
	background-color: #c73049;
}
.module-077 a{
	display: block;
	padding: 80px 30px;
	text-align: center;
}
.module-077 a .title{
	font-size: 24px;
	color: #333333;
	transition: all .5s;
}
.module-077:hover a .title{
	color: #fff;
}
.module-077 a .note{
	font-size: 16px;
	color: #666666;
	transition: all .5s;
}
.module-077:hover a .note{
	color: #fff;
}
.module-077 a .more{
	font-size: 16px;
	color: #c73049;
	margin-top: 15px;
	transition: all .5s;
}
.module-077:hover a .more{
	color: #fff;
}
@media screen and (max-width: 1280px) {
	.module-077 a{
		padding: 70px 30px;
	}
}
@media screen and (max-width: 1199px) {
	.module-077 a .title{
		font-size: 22px;
	}
	.module-077 a{
		padding: 60px 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-077 a .title{
		font-size: 20px;
	}
	.module-077 a{
		padding: 50px 25px;
	}
	.module-077{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-077 a .title{
		font-size: 18px;
	}
	.module-077 a{
		padding: 40px 20px;
	}
	.module-077{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-077 a .title{
		font-size: 16px;
	}
	.module-077 a{
		padding: 30px 15px;
	}
	.module-077 a .note{
		font-size: 14px;
	}
	.module-077 a .more{
		font-size: 14px;
		margin-top: 10px;
	}
	.module-077{
		margin-bottom: 15px;
	}
}



.module-078{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 300px 230px;
}
.module-078 .note{
	font-size: 24px;
	color: #fff;
	line-height: 2em;
	text-align: center;
}
@media screen and (max-width: 1680px) {
	.module-078{
		padding: 290px 220px;
	}
}
@media screen and (max-width: 1440px) {
	.module-078{
		padding: 250px 190px;
	}
}
@media screen and (max-width: 1280px) {
	.module-078{
		padding: 210px 160px;
	}
}
@media screen and (max-width: 1199px) {
	.module-078{
		padding: 170px 130px;
	}
	.module-078 .note{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-078{
		padding: 130px 100px;
	}
	.module-078 .note{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-078{
		padding: 90px 70px;
	}
	.module-078 .note{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-078{
		padding: 50px 40px;
	}
	.module-078 .note{
		font-size: 16px;
		line-height: 1.75em;
	}
}





.module-079 {
	margin-bottom: 30px;
}
.module-079 .tp{
	padding-bottom: 126%;
}
.module-079 .text{
	margin-top: 15px;
}
.module-079 .text .title{
	font-size: 24px;
	color: #333333;
	margin-bottom: 5px;
}
.module-079 .text .note{
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
}
@media screen and (max-width: 575px) {
	.module-079 .text .title{
		font-size: 20px;
	}
	.module-079 .text .note{
		font-size: 12px;
	}
}



.module-080 .tp{
	padding-bottom: 154%;
}




.module-081 .tp{
	padding-bottom: 48%;
	transition: all .5s;
}
.module-081:hover .tp{
	transform: scale(1.03);
}
.module-081 .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 991px) {
	.module-081 .icon{
		max-width: 70px;
	}
}
@media screen and (max-width: 767px) {
	.module-081 .icon{
		max-width: 60px;
	}
}
@media screen and (max-width: 575px) {
	.module-081 .icon{
		max-width: 50px;
	}
}




.module-082-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(146,146,146,0.45);
	z-index: 10000;
	opacity: 0;
	display: none;
}
.module-082{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 840px;
	padding-left: 30px;
	padding-right: 30px;
}
.module-082 .content-box{
	position: relative;
	background-color: #fff;
	padding: 50px 30px 80px;
}
.module-082 .content-box .cloes-btn{
	position: absolute;
	top: 10px;
	right: 15px;
}
.module-082 .content-box .cloes-btn .icon-cha{
	color: #666666;
	font-size: 24px;
	cursor: pointer;
	transition: all .5s;
}
.module-082 .content-box .cloes-btn .icon-cha:hover{
	color: #c73049;
}
.module-082 .content-box .content .top{
	text-align: center;
	margin-bottom: 50px;
}
.module-082 .content-box .content .top .title{
	font-size: 28px;
	color: #333333;
	margin-bottom: 5px;
}
.module-082 .content-box .content .top .note{
	font-size: 16px;
	color: #666666;
}
.module-082 .content-box .content .box {
	font-size: 0;
}
.module-082 .content-box .content .box .left{
	display: inline-block;
	width: 50%;
	border-right: 1px dashed #ddd;
	text-align: center;
	vertical-align: top;
}
.module-082 .content-box .content .box .left .text{
	display: inline-block;
	width: 100%;
	max-width: 250px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.module-082 .content-box .content .box .right{
	display: inline-block;
	width: 50%;
	text-align: center;
	vertical-align: top;
}
.module-082 .content-box .content .box .right .text{
	display: inline-block;
	width: 100%;
	max-width: 250px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.module-082 .content-box .content .box .note1{
	color: #333333;
	font-size: 20px;
	margin-top: 15px;
}
.module-082 .content-box .content .box .note2{
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.module-082{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform: inherit;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.module-082 .content-box{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
	}
	.module-082 .content-box .content .box .left{
		width: 100%;
		border-right: none;
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px dashed #ddd;
	}
	.module-082 .content-box .content .box .left .text{
		text-align: center;
	}
	.module-082 .content-box .content .box .right{
		width: 100%;
	}
	.module-082 .content-box .content .box .right .text{
		text-align: center;
	}
	.module-082 .content-box .content .top{
		margin-bottom: 40px;
	}
	.module-082 .content-box .content .box .note1 {
	    font-size: 16px;
	}
	.module-082 .content-box .content .box .note2{
		font-size: 12px;
	}
	.module-082 .content-box .content .top .title {
	    font-size: 20px;
	}
	.module-082 .content-box .content .top .note {
	    font-size: 14px;
	}
}






.module-083 {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.module-083 a{
	display: block;
	text-decoration: none;
}
.module-083 .img-box{
	position: relative;
	overflow: hidden;
}
.module-083 .img-box .text{
	position: absolute;
	top: 0;
	left: 0;
}
.module-083 .swiper-pagination-bullet {
    background: rgba(255,255,255,0.5);
}
.module-083 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #9d1e2f;
}
.module-083 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 50px;
}
.module-083 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 7px;
}
.module-083 .swiper-pagination-bullet{
	height: 3px;
	width: 37px;
	border-radius: 0;
	background: rgba(255,255,255,1);
	opacity: 1;
}
.module-083 .swiper-slide.swiper-slide-active .img-box .bg{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transition: transform 8s linear;
	-webkit-transition: transform 8s linear;
	-moz-transition: transform 8s linear;
}
@media screen and (max-width: 1280px) {
	.module-083 .swiper-pagination-bullet{
		width: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-083 .swiper-pagination-bullet{
		width: 30px;
	}
	.module-083 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 40px;
	}
}
@media screen and (max-width: 991px) {
	.module-083 .swiper-pagination-bullet{
		width: 25px;
	}
	.module-083 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-083 {
		margin-bottom: 15px;
	}
	.module-083 .swiper-pagination-bullet{
		width: 20px;
	}
	.module-083 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-083 {
		margin-bottom: 0px;
	}
	.module-083 .swiper-pagination-bullet{
		width: 15px;
	}
	.module-083 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 10px;
	}
}




.module-084{
	background-image: url(../img/ycl_rlf_157.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 150px;
}
.module-084 .title-box{
	margin-bottom: 200px;
	padding-left: 30px;
	padding-right: 30px;
}
.module-084 .title-box .title-cn{
	font-size: 38px;
	color: #fff;
}
.module-084 .title-box .title-en{
	font-size: 18px;
	color: #fff;
}
.module-084 .img-box{
	margin-bottom: 30px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.module-084 .img-box img{
	transition: all .5s;
}
.module-084 .img-box:hover img{
	transform: scale(1.05);
}
.module-084 .img-box .title{
	font-size: 22px;
	color: #fff;
	margin-top: 10px;
}
@media screen and (max-width: 1680px) {
	.module-084{
		padding-top: 100px;
		padding-bottom:130px;
	}
}
@media screen and (max-width: 1440px) {
	.module-084{
		padding-top: 90px;
		padding-bottom:110px;
	}
	.module-084 .title-box{
		margin-bottom: 180px;
	}
	.module-084 .title-box .title-cn{
		font-size: 36px;
	}
}
@media screen and (max-width: 1280px) {
	.module-084{
		padding-top: 80px;
		padding-bottom:90px;
	}
	.module-084 .title-box{
		margin-bottom: 150px;
	}
	.module-084 .title-box .title-cn{
		font-size: 32px;
	}
}
@media screen and (max-width: 1199px) {
	.module-084{
		padding-top: 70px;
		padding-bottom:70px;
	}
	.module-084 .title-box{
		margin-bottom: 120px;
	}
	.module-084 .title-box .title-cn{
		font-size: 28px;
	}
	.module-084 .img-box{
		max-width: 170px;
		margin: 0 auto 30px;
	}
	.module-084 .img-box .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-084{
		padding-top: 60px;
		padding-bottom:50px;
	}
	.module-084 .title-box{
		margin-bottom: 80px;
	}
	.module-084 .title-box .title-cn{
		font-size: 24px;
	}
	.module-084 .title-box .title-en{
		font-size: 16px;
	}
	.module-084 .img-box{
		max-width: 160px;
		margin: 0 auto 30px;
	}
	.module-084 .img-box .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-084{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.module-084 .title-box{
		margin-bottom: 50px;
	}
	.module-084 .title-box .title-cn{
		font-size: 20px;
	}
	.module-084 .title-box .title-en{
		font-size: 14px;
	}
	.module-084 .img-box{
		max-width: 150px;
		margin: 0 auto 30px;
	}
	.module-084 .img-box .title{
		font-size: 16px;
	}
}





.module-085{
	max-width: 370px;
	margin: 0 auto;
	
}
.module-085 .title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
}
.module-085 .title span{
	color: #333333;
	font-size: 24px;
	position: relative;
	display: inline-block;
}
.module-085 .title span::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	width: 500px;
	border-top: 1px solid #f6f6f6;
}
.module-085 .title span::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	width: 500px;
	border-top: 1px solid #f6f6f6;
}
.module-085 .note{
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
}
.module-085 .form-box .box{
	border: 1px solid #f0f0f0;
	padding: 13px 15px;
	font-size: 0;
	margin-bottom: 15px;
}
.module-085 .form-box .box .t{
	font-size: 14px;
	vertical-align: middle;
}
.module-085 .form-box .box input{
	border: none;
	outline: none;
	padding: 0;
	font-size: 14px;
	vertical-align: middle;
}
.module-085 .form-box .box.l1 input{
	width: calc(100% - 56px);
}
.module-085 .form-box .box.l2 input{
	width: calc(100% - 42px);
}
.module-085 .form-box .box.l3 input{
	width: calc(100% - 70px);
}
.module-085 .form-box .box.l4 input{
	width: calc(100% - 77px);
}
.module-085 .form-box .box2{
	font-size: 0;
}
.module-085 .form-box .box2 .left{
	display: inline-block;
	border: 1px solid #f0f0f0;
	padding: 13px 15px;
	font-size: 0;
	margin-bottom: 15px;
	width: calc(100% - 130px);
	margin-right: 10px;
}
.module-085 .form-box .box2 .left .t{
	font-size: 14px;
	vertical-align: middle;
}
.module-085 .form-box .box2 .left input{
	border: none;
	outline: none;
	padding: 0;
	font-size: 14px;
	vertical-align: middle;
	width: calc(100% - 56px);
}
.module-085 .form-box .box2 .right{
	display: inline-block;
	border: 1px solid #f0f0f0;
}
.module-085 .form-box .box2 .right img{
	height: 48px;
	width: 115px;
}
.module-085 .form-box .box3{
	font-size: 0;
	margin-bottom: 20px;
	margin-top: 15px;
}
.module-085 .form-box .box3 .left{
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}
.module-085 .form-box .box3 .left input{
	font-size: 14px;
}
.module-085 .form-box .box3 .right{
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	font-size: 14px;
	padding-left: 5px;
}
.module-085 .form-box .box3 .right span{
	font-size: 14px;
	color: #666666;
}
.module-085 .form-box .box3 .right a{
	color: #ff0000;
}
.module-085 .form-box .box4{
	margin-bottom: 15px;
}
.module-085 .form-box .box4 input{
	display: block;
	border: 1px solid #d6000f;
	background-color: #d6000f;
	color: #fff;
	text-align: center;
	padding: 13px 15px;
	font-size: 14px;
	border-radius: 3px;
	transition: all .5s;
	width: 100%;
	cursor: pointer;
}
.module-085 .form-box .box4 input:hover{
	border: 1px solid #ff0000;
	background-color: #ff0000;
}
.module-085 .form-box .box5 input{
	color: #d6000f;
}
.module-085 .form-box .box5 a span{
	color: #999999;
}
.module-085 .form-box .box6{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.module-085 .form-box .box6 a{
	color: #d6000f;
}
.module-085 .form-box .box6 a span{
	color: #999999;
}
@media screen and (max-width: 1199px){
	.module-085 .title span {
	    font-size: 24px;
	}
}
@media screen and (max-width: 991px){
	.module-085 .title span {
	    font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.module-085 .title span {
	    font-size: 20px;
	}
}
@media screen and (max-width: 575px){
	.module-085 .title span {
	    font-size: 18px;
	}
}





.module-086{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}
.module-086 .mask{
	position: fixed;
	top: 0;
	left: 0; 
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	z-index: 99999;
}
.module-086 .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	z-index: 999999;
}
.module-086 .box video{
	box-shadow: 0 0 30px 10px rgba(0,0,0,0.5);
}
.module-086 .cloes-btn{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}






.module-087{
	margin-bottom: 70px;
}
.module-087 .tp{
	padding-bottom: 61.16%;
	transition: all .5s;
}
.module-087:hover .tp{
	transform: scale(1.05);
}
.module-087 .text-box{
	margin-top: 15px;
}
.module-087 .text-box .title{
	font-size: 20px;
	color: #333333;
}
.module-087 .text-box .note{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
	line-height: 1.75em;
}
@media screen and (max-width: 1199px) {
	.module-087{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-087{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-087{
		margin-bottom: 40px;
	}
	.module-087 .text-box .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-087{
		margin-bottom: 30px;
	}
	.module-087 .text-box .title{
		font-size: 16px;
	}
	.module-087 .text-box .note{
		font-size: 12px;
		margin-top: 10px;
	}
}




.module-088 {
	width: 100%;
}
.module-088 .title{
	font-size: 40px;
	color: #333333;
}
.module-088 .note{
	font-size: 16px;
	color: #666666;
	line-height: 2em;
	margin-top: 20px;
}
@media screen and (max-width: 1280px) {
	.module-088 .title {
	    font-size: 36px;
	}
}
@media screen and (max-width: 1199px) {
	.module-088 .title {
	    font-size: 32px;
	}
}
@media screen and (max-width: 991px) {
	.module-088 {
		margin-bottom: 15px;
	}
	.module-088 .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	.module-088 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 575px) {
	.module-088 .title {
	    font-size: 20px;
	}
	.module-088 .note {
	    font-size: 12px;
	    line-height: 2em;
	    margin-top: 10px;
	}
}




.module-089 {
	margin-bottom: 50px;
	overflow: hidden;
}
.module-089 .tp{
	padding-bottom: 55%;
	transition: all .5s;
}
.module-089:hover .tp{
	transform: scale(1.05);
}
.module-089 .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.module-089 .title{
	font-size: 18px;
	margin-top: 15px;
	color: #333333;
	text-align: center;
}
@media screen and (max-width: 575px) {
	.module-089 {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 575px) {
	.module-089 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-089 {
		margin-bottom: 35px;
	}
	.module-089 .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-089 {
		margin-bottom: 30px;
	}
	.module-089 .title{
		font-size: 14px;
		margin-top: 10px;
	}
}






.fix-bar-all {
    position: fixed;
    right: 0;
    transform: translateY(-25%);
    bottom: 70px;
    transition: 1.2s .05s;
	z-index: 1;
}
.fix-bar-all.on {
    transform: translateY(0);
}
a.fix-bar {
    display: block;
    position: relative;
    width: 76px;
    height: 76px;
    line-height: 74px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
a.fix-bar-call {
    transform: translateY(100%);
    z-index: 10;
    background: #ee3b44;
    transition: .7s .05s;
}
a.fix-bar-call:hover {
    background: #d42f38;
}

.fix-bar-all.on a.fix-bar-call {
    transform: translateY(0);
}

a.fix-bar-top {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    transition: .3s;
}
a.fix-bar-top:hover {
    border: 1px solid #ee3b44;
    background: #ee3b44;
}
i.fix-bar-top-h {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s;
}
a.fix-bar-top:hover i.fix-bar-top-h {
    opacity: 1;
}
@media (max-width: 1241px) {
    .top-logo {
        margin-left: 26px;
    }
    .top-nav > ul > li {
        margin-right: 35px;
    }

    .need h2 {
        color: #cf131c;
    }
    .need .container {

    }
    .need-list > ul > li {
        margin: 0;
        width: 23%;
        margin-right: 1%;
        margin-left: 1%;
    }
    
    .footer-cntr {
        text-align: center;
    }
    .footer-nav {
        display: inline-block;
    }
    .footer-nav > ul > li {
        display: inline-block;
        margin-right: 30px;
        text-align: left;
    }

}

@media (max-width: 1150px) {
    .footer-nav > ul > li {
        margin-right: 15px;
    }
}

@media (max-width: 1000px) {
    .footer-nav > ul > li {
        margin-right: 14px;
    }
}

@media (max-width: 880px) {
    .footer-nav > ul > li {
        margin-right: 5px;
    }
}




/* 发展历程 */
.main-timeline{
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-bottom: 150px;
	max-width: 1000px;
	margin: 0 auto;
}
.main-timeline .bjb{
	padding: 0;
}
.main-timeline:before{
    content: "";
    width: 2px;
    height: 100%;
    background: #e3e4e6;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline-icon{
    width: 15px;
    height: 15px;
    position: absolute;
	margin-left: -7px;
	top: 50%;
    left: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.main-timeline .timeline-icon::after{
    content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 3px;
	width: 80px;
	height: 1px;
	background-color: #c73049;
	z-index: -1;
}
.main-timeline .timeline.timeline-cl .timeline-icon::after{
    content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 3px;
	width: 80px;
	height: 1px;
	background-color: #c73049;
	z-index: -1;
}
.main-timeline .timeline-content{
    width: 45%;
    padding: 30px;
    background-color: #fff;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	position: relative;
}
.timeline-content .date{
	font-size: 22px;
	margin-bottom: 10px;
	color: #c73049;
	text-align: left;
	line-height: 1em;
}
.timeline-content img{
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.main-timeline .timeline-content.right{
    float: right;
}
@media only screen and (max-width: 990px){
    .main-timeline .timeline-content::before{
        top: 16px;
    }
	.main-timeline .timeline-content{
		padding: 25px;
	}
}
@media only screen and (max-width: 767px){
    .main-timeline{ 
		margin-left: 20px;
	}
    .main-timeline:before{ 
		left: 0; 
	}
	.main-timeline .timeline-icon::after{
		left: 3px;
		right: auto;
	}
    .main-timeline .timeline-content{
        width: 90%;
        float: right;
		margin-bottom: 30px;
		padding: 20px;
    }
    .main-timeline .timeline-icon{
        left: 0;
		top: calc(50% - 10px);
    }
	.timeline-content .date{
		font-size: 20px;
	}
}
@media only screen and (max-width: 575px){
	.timeline-content .date{
		font-size: 18px;
	}
   .main-timeline .timeline-content{
       padding: 15px;
	   margin-bottom: 20px;
   }
}    
/* 发展历程 end */



/*二维码弹窗*/
.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;
	max-width: 300px;
}
.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: #b53137;
    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*/


