@charset "utf-8";
.hidden {
	display: none;
}
.page_banner{
	width: 100%;
	height: 480px;
	text-align: center;
	margin-bottom: 50px;
}
.page_banner img{
	width: 100%;
	max-width: 1920px;
	height: 100%;
	object-fit: cover;
}
.page_lead{
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
	color: #999999;
}
.page_lead a{
	color: #999999;
	font-size: 14px;
}
.page_lead a:hover{
	color: #B9161C;
}
.page_lead b{
	font-weight: normal;
	color: #B9161C;
	font-size: 14px;
}
.page-box{
	min-height: 500px;
}

/* ============tag-list============= */
.tag_title{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #B9161C;
	color: #FFFFFF;
	border-radius: 6px;
	margin-bottom: 50px;
}
.tag_list{
	margin-bottom: 100px;
}
.tag_list .item{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border-radius: 3px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}
.tag_list .item:nth-of-type(1) {
	background: #F7EBE4 !important;
}
.tag_list .item:nth-of-type(2n) {
	background: #E4F7F0;
}
.tag_list .item:nth-of-type(2n+1) {
	background: #E4E9F7;
}
.tag_list .item:nth-of-type(3n) {
	background: #F5D6D3;
}
.tag_list .item:hover{
	box-shadow: 0 0 2px 0 #989898;
}

/* ============news-list============= */
.news_left{
	width: 300px;
	float: left;
	margin-bottom: 50px;
}
.news_left .nav_title{
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	background: #B9161C;
	text-align: center;
}
.news_left .nav_title b{
	font-size: 16px;
}
.news_left .nav_title span{
	display: inline-block;
	font-size: 12px;
	vertical-align: bottom;
}
.news_left .nav_list{
	height: 300px;
}
.news_left .nav_list li{
	display: block;
	width: 100%;
	height: 36px;
	margin-top: 5px;
}
.news_left .nav_list li a{
	display: block;
	line-height: 36px;
	background: #EEEEEE;
	color: #5C5C5C;
	text-align: center;
}
.news_left .nav_list li.active a{
	border: 1px solid #B9161C;
	color: #B9161C;
}
.news_left .nav_list li a:hover{
	border: 1px solid #B9161C;
	color: #B9161C;
}
.news_left .tag{
	overflow: hidden;
}
.news_left .tag h1{
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background: #171515;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 10px;
}
.news_left .tag .list{
	width: 320px;
}
.news_left .tag .list a{
	display: block;
	width: 145px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	background: #EEEEEE;
	color: #848484;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.news_left .tag .list a:hover{
	background: #171515;
	color: #FFFFFF;
}

.news_right{
	width: 880px;
	float: right;
}
.news_list li{
	display: block;
	margin-bottom: 20px;
}
.news_list li .fl{
	width: 200px;
	height: 165px;
	overflow: hidden;
	float: left;
}
.news_list li .fl img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news_list li .fl:hover img{
	opacity: 0.7;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news_list li .fr{
	width: 660px;
	float: right;
}
.news_list li .fr h1{
	font-size: 18px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_list li .fr h1 a:hover{
	color: #B9161C;
	text-decoration: underline;
}
.news_list li .fr .info{
	height: 90px;
	margin-top: 10px;
}
.news_list li .fr .info p{
	font-size: 12px;
	color: #999999;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.news_list li .fr .bom{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #999999;
}
.news_list li .fr .bom a{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border-radius: 3px;
	vertical-align: middle;
	margin-left: 10px;
}
.news_list li .fr .bom a:nth-of-type(1) {
	background: #F7EBE4 !important;
}
.news_list li .fr .bom a:nth-of-type(2n) {
	background: #E4F7F0;
}
.news_list li .fr .bom a:nth-of-type(2n+1) {
	background: #E4E9F7;
}
.news_list li .fr .bom a:nth-of-type(3n) {
	background: #F5D6D3;
}

/* =================case-list================= */
.case_list_title{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.case_list_title h1{
	font-size: 24px;
}
.case_list_tag{
	padding-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
}
.case_list_tag .fl{
	width: 100px;
	float: left;
	font-size: 16px;
	color: #767676;
}
.case_list_tag .fr{
	width: 1100px;
	float: left;
}
.case_list_tag .fr a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #232020;
	font-size: 12px;
	padding: 0 10px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.case_list_tag .fr a.active{
	background: #B9161C;
	color: #FFFFFF;
}
.case_list_tag .fr a:hover{
	background: #B9161C;
	color: #FFFFFF;
}
.case_list_list{
	margin-top: 30px;
}
.case_list_list ul{
	display: block;
	width: 1230px;
}
.case_list_list ul li{
	display: block;
	width: 255px;
	height: 305px;
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	background: #FFFFFF;
}
.case_list_list ul li:hover{
	box-shadow: 0 0 8px 0 #d4dee6;
	border-color: #B9161C;
}
.case_list_list ul li .logo{
	width: 100%;
	height: 90px;
	text-align: center;
	overflow: hidden;
}
.case_list_list ul li .logo img{
	max-width: 100%;
	max-height: 100%;
}
.case_list_list ul li h1{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.case_list_list ul li h1 a:hover{
	color: #B9161C;
	text-decoration: underline;
}
.case_list_list ul li h2{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.case_list_list ul li h2 b{
	color: #B9161C;
	font-weight: normal;
}
.case_list_list ul li h2 a{
	color: #999999;
}
.case_list_list ul li h2 a:hover{
	color: #B9161C;
}
.case_list_list ul li .info{
	width: 100%;
	height: 126px;
}
.case_list_list ul li .info p{
	font-size: 12px;
	color: #999999;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;
}
.case_list_list ul li .time{
	font-size: 12px;
	color: #999999;
	text-align: right;
}

/* ===========case-detail========== */
.case_detail_title{
	margin-top: 50px;
	margin-bottom: 50px;
}
.case_detail_title h1{
	font-size: 20px;
	text-align: center;
}
.case_detail_nav{
	margin-bottom: 30px;
	text-align: center;
}
.case_detail_nav .fl{
	display: inline-block;
	height: 80px;
	vertical-align: top;
}
.case_detail_nav .fl img{
	height: 80px;
}
.case_detail_nav .fr{
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	text-align: left;
}
.case_detail_nav .fr p{
	font-size: 14px;
	line-height: 24px;
}
.case_detail_h2{
	font-size: 14px;
}
.case_detail_listpic{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 20px;
	margin-bottom: 50px;
}
.case_detail_listpic ul{
	display: block;
	white-space: nowrap;
}
.case_detail_listpic ul li{
	display: inline-block;
	margin-right: 10px;
}
.case_detail_info{
	margin-top: 20px;
	margin-bottom: 100px;
}
.case_detail_info img{
	max-width: 100%;
}
.case_tuijian_title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #EEEEEE;
}
.case_tuijian_title h1{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.case_tuijian_list{
	width: 760px;
	margin: 20px auto;
}
.case_tuijian_list ul li{
	display: block;
	width: 172px;
	float: left;
	background: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-right: 18px;
}
.case_tuijian_list ul li .pic{
	width: 172px;
	height: 172px;
	overflow: hidden;
	margin-bottom: 5px;
}
.case_tuijian_list ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.case_tuijian_list ul li h1{
	font-size: 14px;
	padding: 0 5px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.case_tuijian_list ul li:hover{
	box-shadow: 0 0 5px 0 #d4dee6;
}
.case_tuijian_list ul li:hover h1{
	color: #B9161C;
}
.case_tuijian_list ul li:hover img{
	opacity: 0.7;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.case_bom_box{
	padding: 100px 0;
	background: #EEEEEE;
}
.case_fun_title h1{
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
.case_fun_tabar{
	margin-bottom: 20px;
}
.case_fun_tabar ul li{
	display: block;
	width: 25%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.case_fun_tabar ul li.active::after{
	display: block;
	content: "";
	width: 50px;
	height: 2px;
	background: #4A85F8;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
.case_fun_list ul{
	display: none;
}
.case_fun_list ul li{
	display: block;
	width: 220px;
	margin-right: 20px;
	float: left;
	padding-bottom: 10px;
}
.case_fun_list ul li .pic{
	width: 220px;
	height: 220px;
	overflow: hidden;
	margin-bottom: 10px;
}
.case_fun_list ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.case_fun_list ul li h1{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.case_fun_list ul li:hover{
	box-shadow: 0 0 18px 0 #d4dee6;
}
.case_fun_list ul li:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.case_fun_list ul li:hover h1{
	color: #B9161C;
}
.case_news_title{
	margin: 30px auto;
}
.case_news_title h1{
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.case_news_list{
	text-align: center;
}
.case_news_list ul{
	display: inline-block;
	width: 380px;
	padding: 10px;
	background: #FFFFFF;
	border-radius: 5px;
}
.case_news_list ul.fr{
	margin-left: 60px;
}
.case_news_list ul li{
	display: block;
	width: 100%;
	height: 30px;
}
.case_news_list ul li h1{
	font-size: 14px;
	text-align: left;
	display: block;
	width: 300px;
	line-height: 30px;
	float: left;
	font-weight: normal;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.case_news_list ul li span{
	display: block;
	width: 80px;
	line-height: 30px;
	float: right;
	text-align: right;
	color: #999999;
	font-size: 12px;
}
.case_news_list ul li a:hover h1{
	color: #B9161C;
}

/* ===========tag-detail========== */
.tag_detail_left{
	width: 880px;
	float: left;
}
.tag_detail_right{
	width: 300px;
	float: right;
}
.tag_detail_title{
	text-align: center;
	font-size: 24px;
	margin-bottom: 50px;
}
.tag_detail_play_h1{
	display: block;
	width: 150px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #41B492;
	color: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 30px;
}
.tag_detail_play_list{
	margin-bottom: 100px;
}
.tag_detail_play_list a{
	display: block;
	width: 138px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #848484;
	border: 1px solid #41B492;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.tag_detail_play_list a:hover{
	background: #41B492;
	color: #FFFFFF;
}
.tag_detail_tag_h1{
	display: block;
	width: 105px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #171515;
	color: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 30px;
}
.tag_detail_box{
	margin-bottom: 50px;
	margin-top: 50px;
}
.tag_detail_tag_list a{
	display: block;
	width: 138px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #848484;
	background: #EEEEEE;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.tag_detail_tag_list a:hover{
	background: #171515;
	color: #FFFFFF;
}

/* ===========news-detail========== */
.news_detail_box{
	margin-top: 30px;
}
.news_detail_box .title{
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
.news_detail_box .content{
	font-size: 14px;
	line-height: 24px;
}
.news_detail_box .content img{
	max-width: 100%;
}

/* ===========plan-list========== */
.plan_type{
	margin-top: 100px;
	margin-bottom: 80px;
}
.plan_type ul{
	display: table;
	width: 100%;
}
.plan_type ul li{
	display: table-cell;
	width: 25%;
	height: 175px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.plan_type ul li a{
	display: table;
	width: 100%;
	height: 100%;
}
.plan_type ul li a .content{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.plan_type ul li a h1{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}
.plan_type ul li a img{
	height: 50px;
	display: block;
	margin: 0 auto;
}
.plan_type ul li a .act{
	display: none;
}
.plan_type ul li:hover .noact{
	display: none;
}
.plan_type ul li:hover .act{
	display: block;
}
.plan_type ul li:hover a{
	background: rgba(0,0,0,0.2);
}
.plan_tag_list{
	margin-bottom: 100px;
}
.plan_tag_list a{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #C80251;
	border-radius: 18px;
	font-size: 15px;
}
.plan_tag_list a:hover{
	color: #FFFFFF;
	background: #C80251;
}

/* 轮播图 */
.in_banner{
	width: 100%;
	height: 600px;
	position: relative;
}
.in_banner ul{
	display: block;
	width: 100%;
	height: 600px;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.in_banner ul li{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
}
.in_banner ul li.active{
	z-index: 2;
}
.in_banner ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.in_banner .btn{
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	display: none;
	text-align: center;
	background: rgba(185,22,28,0.5);
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
}
.in_banner:hover .btn{
	display: block;
}
.in_banner .btn img{
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.in_banner .fl{
	left: 5%;
}
.in_banner .fr{
	right: 5%;
}

.zhixiao-container {

}
.zhixiao-title-box {
    text-align: center;
     color: #312C2C;
}
.zhixiao-title-box .big{
	font-size: 30px;
	margin: 60px 0 20px;
}
.zhixiao-title-box .small{
	font-size: 18px;
	margin: 20px 0 50px;
	color:#655b5b;
}
.project-list {
   display: flex;
   justify-content: center;
   margin: 40px 0;
}
.clearfix {
    clear: both;
}
.project-list .item {
    float: left;
    margin-right: 10px;
    width: 165px;
    background: #f2f2f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow:2px 2px 2px #f2f2f2;
}
.project-list .item .img-box {
    position: relative;
    width: 165px;
    height: 85px;
    /* background-color: #6830E0; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}
.project-list .item .pc {
    background-color: #6731E0;
}
.project-list .item .mp-web {
    background-color: #EA7B3A;
}
.project-list .item .android {
    background-color: #E74D4D;
}
.project-list .item .ios {
    background-color: #4185EF;
}
.project-list .item .wechat-gzh {
    background-color: #0BB20B;
}
.project-list .item .wechat-xcx {
    background-color: #73F6E9;
}

.project-list .item .img-wrap {
    position: absolute;
    left: 50px;
    top: -25px;
    width: 40px;
    height: 34px;
    /* background-color: #6830E0; */
    padding: 10px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #000;
}
.project-list .item .img-box img {
    width: 40px;
    height: 34px;

}
.project-list .item .img-box span {
    position: absolute;
    left: 50px;
    bottom: 15px;
    font-size: 18px;
}
.project-list .item .img-box .wechat-span {
	left:30px;
}
.project-list .item .img-box .wechat-span-x {
	left:40px;
}
.project-list .item .text-box {
    font-size: 14px;
}
.project-list .item .text-box p {
    color: #313131;
    padding: 5px;
}
.project-list .item .text-box .bottom-title {
    width: 100%;
    color: #000;
    text-align: center;
    padding: 5px 0 15px;
}

.project-list .item .text-box .bottom-title a {
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 3px 15px;
}
.project-list .item .text-box .bottom-title .text-color-border-pc {
    border: 1px solid #6830E0;
    color: #6830E0; 
}
.project-list .item .text-box .bottom-title .text-color-border-mp-web {
    border: 1px solid #EA7B3A;
    color: #EA7B3A; 
}
.project-list .item .text-box .bottom-title .text-color-border-android {
    border: 1px solid #E74D4D;
    color: #E74D4D; 
}
.project-list .item .text-box .bottom-title .text-color-border-ios {
    border: 1px solid #4185EF;
    color: #4185EF; 
}
.project-list .item .text-box .bottom-title .text-color-border-wechat-gzh {
    border: 1px solid #0BB20B;
    color: #0BB20B; 
}
.project-list .item .text-box .bottom-title .text-color-border-wechat-xcx {
    border: 1px solid #73F6E9;
    color: #73F6E9; 
}

/* 制度start */
.rule {
   width: 100%;
   /* height: 900px; */
   
}
#rule1,#rule2,#rule3 {
	width: 1040px;
	margin: 0 auto;
	height: 500px;
}
#rule4,#rule5,#rule6{
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.rule .grade-diff {
	position: relative;
	width: 1040px;
	margin: 0 auto;
	height: 500px;
}
.rule .grade-diff .grade-diff-img{
	width: 1040px;
	height: 500px;
}
.rule .grade-diff-img img {
	width: 1040px;
	height: 500px;
}
.grade-intro {
	position: absolute;
	left: 196px;
	top: 38px;
	width: 650px;
	z-index: 1;
	color: #676767;
}
.rule .grade-diff .grade-intro .left {
	width: 60%;
}
.rule .grade-diff .grade-intro .left h1 {
	font-size: 18px;
	padding: 5px 20px 0;
}
.grade-intro .left p {
	font-size: 12px;
	padding: 5px 20px;
}
.rule .grade-diff .grade-intro .right {
	width: 40%;
}
.grade-intro .right .img-wrap {
	width: 250px;
	height: 80px;
	margin: 10px auto;
}
.grade-intro .right .img-wrap img {
	width: 100%;
	height: 100%;
}

.rule .grade-diff .custom {
	position: relative;
    width: 380px;
	/*height: 32px;
	line-height: 32px;*/
	vertical-align: middle; 
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #000;
}
.rule .grade-diff .custom a {
	display: inline-block;
	height: 100%;
    line-height: 100%;
    color: #FFDE00;
    font-size: 18px!important;
}
.rule .grade-diff .custom a img {
	display: inline-block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
}
.rule .grade-diff.custom a span {
	display: inline-block;
	height: 100%;
    line-height: 100%;
    color: #FFDE00;
    font-size: 18px!important;
}
.rule .grade-diff .custom a:hover {
	 font-size: 19px!important;
}
.rule .rule-item {
	/* height: 380px; */
}
 .rule .left {
    float: left;
    width: 40%;
 }
 .rule .left .img-wrap {
    width: 90%;
    height: 90%;
   margin: 0 auto;
 }
 .rule .left .img-wrap img {
    width: 100%;
    height: 100%;
 }
.rule  .right {
     float: left;
     width: 60%;
}
.right h3 {
    color: #362626;
    font-size: 32px;
    margin-bottom: 20px;
}
.right p {
    width: 100%;
    color: #707070;
	font-size: 18px;
	height:  180px;
	overflow: hidden;
	text-overflow: ellipsis;
}
 .rule  .award {
    margin: 20px 0;
}
.rule .award .img-wrap {
    width: 485px;
    height: 100px;
    margin: 0px auto;
}
.rule .award .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
}
.rule .custom {
	position: relative;
    width: 485px;
	height: 44px;
	line-height: 44px;
	vertical-align: middle; 
    margin: 0 auto;
    padding: 0 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #0053BE;
}
.rule .custom a {
	display: inline-block;
	height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
}
.rule .custom a:hover {
	 font-size: 23px;
}
/* .rule .custom .img-wrap {
	position: relative;
    display: inline-block;
	padding: 0 10px;
	width: 44px;
	height: 44px;
} */
.rule .custom  img {
	width: 35px;
	height: 35px;
}
.rule .huzhu {
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0 auto;
}
.huzhu .bg-img-box {
	width: 100%;
	height: 100%;
	background: url("/img/zhixiao/rect-bg.png") no-repeat;
	overflow: hidden;
	background-size:cover;
	/* background-image: url('/img/zhixiao/rect-bg.png'); */
}
.huzhu .bg-img-box {
	width: 100%;
	height: 100%;
}
.rule .inner-huzhu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 25px;
	width: 1040px;
	z-index: 1;
	color: #fff;
}
.rule .inner-huzhu-pre {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;
	width: 1040px;
	z-index: 1;
	color: #fff;
}
.rule .huzhu .left {
	width: 55%;
}
.rule .huzhu .left h3{
	font-size: 32px;
	padding: 10px 0;
}
.rule .huzhu .left p {
	font-size: 18px;
	padding: 5px 0 20px;
}
.rule .huzhu .left .img-wrap {
	width: 485px;
	height: 100px;
	margin: 0 auto;
	padding: 10px 0;
}
.huzhu .custom {
	width: 90%;
	margin: 30px auto 0;
	background: #000;
}
.huzhu .custom a{
	font-size: 18px!important;
}
.huzhu .custom a:hover{
	font-size: 19px!important;
}
.rule .huzhu .right {
	width: 45%;
	margin: 60px 0;
}
.rule .huzhu .right .img-wrap {
	width:300px;
	height: 250px;
	/* margin-left: 40px; */
	margin: 0 auto;
}
.img-wrap-huzhu {
	width:100%;
	height: 250px;
	margin-left: 40px;
}
.rule .huzhu .right .img-wrap img {
	width: 100%;
	height: 100%;
}


.rule-tab {
     text-align: center;
     margin: 25px auto;
}
.rule-tab ul {
   display: inline-block;
}
.rule-tab ul li:hover {
	border: 1px solid #B9161D;
}
.rule-tab ul li {
    float: left;
    width: 50px;
    height: 50px;
	margin: 0 15px;
	padding: 1px;
	border: 1px solid #999;
	border-radius: 50%;	
}
.rule-tab ul li img {
    width: 100%;
    height: 100%;
}
.rule-tab ul li img:hover {
	/* border: 1px solid #B9161C; */
}
/* 制度end */

/* 为什么选择我们 */
.choose-us {
    width: 1040px;
	height: 910px;
	margin: 0 auto;
    position: relative;
}
.choose-us .img-wrap {
    width: 100%;
    height: 100%;
}
.choose-us .img-wrap img {
    width: 100%;
    height: 100%;
}
.choose-us .text-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 1040px;
    height: 910px;
    z-index: 1;
    padding-top: 44px;
    padding-left: 60px;
}
.left-text-box {
    float: left;
    width: 482px;
    text-align: center;
}
.left-text-box h2 {
    font-size: 30px;
    color: #1F1D1D;
	padding: 0 40px;
	padding-top: 100px;
}
.left-text-box h3 {
    font-size: 18px;
    color: #1F1D1D;
	padding: 0 40px;
	padding-top: 140px;
}
.left-text-box p {
	font-size: 16px;
	color: #626262;
	padding: 0 40px;
}
.left-text-box .p1 {
	padding-top: 35px;
}
.left-text-box .p1 {
	padding-top: 35px;
}
.left-text-box .p2 {
	padding-top: 6px;
}
.left-text-box .p3 {
	padding-top: 40px;
}
.left-text-box .p4 {
	padding-top: 50px;
}
.left-text-box .p5 {
	padding-top: 35px;
}
.left-text-box .p6 {
	padding-top: 40px;
}
.left-text-box .p6-small {
	padding-top: 6px;
}
.left-text-box .p7 {
	padding-top: 40px;
}
.left-text-box .p8 {
	padding-top: 40px;
}
.left-text-box .p9 {
	padding-top: 40px;
}
.right-text-box {
    float: left;
    width: 460px;
    text-align: center;
    color: #fff;
    padding-top: 85px;
}
.right-text-box h2 {
    display: inline-block;
    border-radius: 2px;
    font-size: 18px;
    color: #BA1C21;
    margin-top: 195px;
    padding: 2px 10px;
    background: #fff;
}
.right-text-box h3 {
    font-size: 18px;
    /* color: #1F1D1D; */
    padding: 35px 40px;
}
.right-text-box p {
    font-size: 16px;
    /* color: #626262; */
    padding: 0 25px;
}
.right-text-box .p1 {
	position: relative;
	padding-top: 55px;
	padding-left: 45px;
}
.right-text-box .p1 .amount {
	font-size: 30px;
	position: absolute;
	left: 10px;
	top: 40px;
}
.right-text-box .p2 .amount {
	font-size: 25px;
	position: absolute;
	left: 83px;
	top: 42px;
}
.right-text-box .p3 .amount {
	font-size: 30px;
	position: absolute;
	left: 244px;
	top: 15px;
}
.right-text-box .p4 .amount {
	font-size: 25px;
	position: absolute;
	left: 293px;
	top: 25px;
}
.right-text-box .p5 .amount {
	font-size: 25px;
	position: absolute;
	left: 116px;
	top: 25px;
}
.right-text-box .p6 .amount {
	font-size: 25px;
	position: absolute;
	left: 288px;
	top: 29px;
}
.right-text-box .p2 {
	position: relative;
	padding-top: 45px;
	line-height: 28px;
}
.right-text-box .p3 {
	position: relative;
	padding-top: 30px;
}
.right-text-box .p4 {
	position: relative;
	padding-top: 35px;
}
.right-text-box .p5 {
	position: relative;
	padding-top: 35px;
}
.right-text-box .p6 {
	position: relative;
	padding-top: 40px;
}
.right-text-box .p6-small {
	padding-top: 6px;
}
.right-text-box .p7 {
	padding-top: 40px;
}
.right-text-box .p8 {
	padding-top: 40px;
}
.right-text-box .p9 {
	padding-top: 40px;
}
.right-text-box {
    float: left;
    width: 460px;
    text-align: center;
    color: #fff;
    padding-top: 85px;
}
/* show */
.show {
	text-align: center;
}
.show  h3{
	font-size: 24px;
	color: #312C2C;
}
.show {
	
}
/* 后台展示 */
.backend {
	width: 100%;
	/* height: 970px; */
	margin: 0 auto;
	background: #A8304E;
	background: url('../img/zhixiao/houtai-bg.png');
	color: #fff;
	text-align: center;
}
.backend  h2 {
	text-align: center;
	font-size: 35px;
	padding: 66px 0 40px;
}
.backend ul {
	display: inline-block;
	margin: 0 auto;
}
.backend li {
	font-size: 24px;
	border-radius: 5px;
	float: left;
	padding: 5px 15px;
	margin: 0 10px;
	background: #DFB5BF;
	font-size: 18px;
}
.backend p {
	margin: 30px 0 40px;
	font-size: 18px;
}
.backend .img-wrap {
	width: 900px;
	height: 620px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.backend .img-wrap img {
	width: 100%;
	height: 100%;
}
.flow {
	width: 100%;
}
.flow h2 {
	font-size: 35px;
	color: #313131;
	text-align: center;
	margin-top: 50px;
}
.flow .img-wrap {
	width: 1040px;
	height: 550px;
	margin: 0 auto;
}
.flow .img-wrap img {
	width: 100%;
	height: 100%;
}

.contact-way {
	width: 1040px;
	margin: 0 auto;
}
.contact-way h2 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 40px;
}
.contact-way .top {
	
}
.contact-way .top-left {
	float: left;
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
.contact-way .top-left h3 {
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
}
.contact-way .top-left h6 {
	display: inline-block;
	font-size: 15px;
	color: #828282;
	padding: 10px 10px 10px 0;
	/* font-weight: bold; */
}
.contact-way .phone-box {
	display: inline-block;
	position: relative;
	height: 45px;

}

.contact-way .phone-box img {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 30px;
	height: 35px;
}
.contact-way .text-box {
	display: inline-block;
	height: 42px;
	padding-left: 40px;
}
.contact-way .text-box .span {
	padding: 0;
}
.contact-way .text-box p {
	text-align: left;
	padding: 0;
	font-size: 18px;
	color: #D83232;
}
.contact-way .phone-bg {
	display: inline-block;
	width: 330px;
	height: 160px;
}
.contact-way .phone-bg img {
	width: 100%;
	height: 100%;
}
.contact-way .top-right {
	float: left;
	width: 50%;
}
.contact-way .top-right {
	
}
.contact-way .top-right .name,.phone{
	width: 350px;
	height: 35px;
	display: inline-block;
	border: 1px solid #B9171E;
	border-radius: 15px;
}
.contact-way .top-right img {
	width: 35px;
	height: 35px;
}
.input-box {
	margin:  0 0 20px;
}
.contact-way .top-right .input-name {
	/* width: 40px;
	height: 40px; */
}
.contact-way .top-right input {
	/* width: 22px; */
	height: 35px;
	width: 300px;
	line-height: 35px;
	font-size: 18px;
	border: none;
}
.contact-way {
	padding: 0px 0 40px;
}
.banner-box {
	width: 100%;
	height: 600px;
}
/* .banner-box img {
	width: 100%;
	height: 100%;
} */

.contact-way .bottom {
	text-align: center;
	margin: 40px;
}
.contact-way .bottom p {
	display: inline-block;
	color: #433B3B;
}
.contact-way .bottom .service-wrap {
	text-align: center;
	margin: 20px 0;
}
.contact-way .bottom .service-box {
	display: inline-block;
	border-radius: 15px;
	background: #B9171E;
	padding: 2px 15px;
}
.contact-way .bottom .service-text {
	color: #fff;
	font-size: 18px;	
}
.contact-way .bottom .service-img {
	width: 25px;
	height: 25px;
}
.contact-way .bottom p {
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
}
.contact-way .bottom p  .last {
	color: #B9171E;
}
.sub-btn {
	width: 350px;
	height: 35px;
	line-height: 35px;
	background: #B9171E;
	border-radius: 15px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.btn-box {
	line-height: 35px;
}
.sub-btn .img-box {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
}
.sub-btn .img-box  img {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
}

.scheme {
	margin-left: 30px;
}

    /* #banner {
        width: 1040px;
        margin: 50px auto 0;
    }
    .swiper-slide {
        width: 600px;
        height: 470px;
        position: relative;
    }
     .swiper-slide img {
        width: 230px;
        height: 400px;
        position: absolute;
        top:0;
        left:50%;
        transform: translateX(-50%);
    }
     .swiper-slide .mask{
         width: 230px;
        height: 400px;
        position: absolute;
        left:50%;
        top:0;
        transform: translateX(-50%);
        background:rgba(0, 0, 0, 0.55);
     }
    .banner_page {
        margin: 20px auto;
        left: 0;
        right: 0;
    }
    .banner_page span {
        margin: 0 10px;
    }
    h2 {
        text-align: center;
    }
    .swiper-pagination-bullet-active {
        width: 16px;
        border-radius: 8px;
        background: #B9161C;
	} */
	

    /*客服弹窗*/
.KFpopup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  transition:width 2s;

}
.KFpopup .mask {
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0,0,0,0.25);
}
.KFpopup .content-box {
    position: fixed;
  z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    height: 350px;
    background: #fff;

}
.KFpopup .content-box img{  
  margin: 0 auto;
  width: 300px;
  object-fit: cover;
}

/*极差样式*/
.grade-diff {
	width: 100%;
	height: 500px;
}
.grade-diff .top-left {
	float: left;
	width: calc(55% - 40px);
	padding: 0 20px;
}
.grade-diff .top-right {
	float: left;
	/*width: 45%;*/
	width: calc(45% - 40px);
	padding: 0 20px;
	margin-top: 20px;
}
.top-right .img-wrap {
	width: 440px;
	height: 100px;
}
.top-right .img-wrap img {
	width: 100%;
	height: 100%;
}
.grade-diff h3 {
	font-size: 32px;
}
.grade-diff p {
	font-size: 18px;
}

.grade-diff .bottom img{
	width: 100%;
	height: 300px;
}

.about-info {
	width:  100%;
	margin-bottom: 50px;
}
.about-info {
	width:  100%;
}
.about-info ul{
	width:  1250px;
	margin: 0 auto;
}
.about-info li {
	width: 25%;
	float: left;
}
.about-info li .img-wrap{
	width: 290px;
	height: 200px;
}
.about-info li .img-wrap img {
	width: 100%;
	height: 100%;
}
.about-info li .txt-box {
	width: 290px;
}
.about-info li .txt-box  h3 {
	font-size: 16px;
	padding: 5px 0;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about-info li .txt-box  p {
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}