﻿@charset "utf-8";
/* CSS Document */
body,ul,li,p,hr,h1,h2,h3,h4,h5,h6,form,input{padding:0;margin:0;}
body{font-size:12px; color:#666666; line-height:22px; background:#fff; font-family:微软雅黑; }
a{color:#666666; text-decoration:none;}
img{border:none; vertical-align:middle;}
li{ list-style:none;}
i{font-style: normal;}
.cf:before,.cf:after{content:"";display:table;}
.cf:after{clear:both}
.cf{*zoom:1;}
.fl{ float:left}
.fr{ float:right;}
::-webkit-input-placeholder {color:#a5a59e;}
:-moz-placeholder {color:#a5a59e;}
::-moz-placeholder {color:#a5a59e;}
:-ms-input-placeholder {color:#a5a59e;}
input{ font-family:微软雅黑;color:#666; vertical-align:middle; outline:none;}
select{width:150px; border:1px solid #d2d2d2; padding:2px; color:#666;font-family:微软雅黑;}
.txr{ text-align:right;}
.txc{ text-align:center;}

.tbg{
	background: #1a1a1a;
}
.top{
	width:1200px;
	margin: 0 auto;
	height: 56px;
	position: relative;
}
.top h2{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 56px;
}
/*20180703*/
.search{
	height: 28px;
	background: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-left: 12px;
}
.ssin{
	width: 140px;
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-right: none;
	color: #272727;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 0 6px;
}
.ssbtn{
	background: #bfbfbf url(../images/ssbtn.png) no-repeat center;
	width: 26px;
	height: 26px;
	border: none;
	cursor: pointer;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.hbg{
	background: #ffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
/*20180703*/
.header{
	width: 1200px;
	margin: 0 auto;
	height: 120px;
	position: relative;
	z-index: 10;
}
.logo{
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
	z-index: 1;
}
.nav{
	position: absolute;
	top: 70px;
	right: 0;
	height: 50px;
	line-height: 50px;
}
.nav li{
	float: left;
	position: relative;
}
.nav li a{
	font-size: 16px;
	color: #1a1a1a;
    	display: block;
	padding: 0 24px;
	height: 50px;
	line-height: 50px;
}
.nico{
	display: inline-block;
	vertical-align:middle;
	background: url(../images/nico0.png) no-repeat;
	width: 13px;
	height: 13px;
	margin-right: 5px;
}
.nav li .active,.nav li a:hover{
	color: #ffffff;
	background: #da251c;
}
.nav li .active .nico,.nav li a:hover .nico{
	background: url(../images/nico1.png) no-repeat;
}
.subNav{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}
.nav li ul li{
	float: none;
	padding: 0;
	margin: 0;
}
.nav li ul li a{
	background: #da251c;
	font-size: 14px;
	color: #ffffff;
	height: auto;
	line-height: 24px;
	padding: 6px 10px;
	text-align: center;
	border-top: 1px solid #d55f59;
}
.nav li ul li a:hover{
	background: #ffffff;
	color: #272727;
}


.banner-tit{
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -600px;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.htit{
	display: inline-block;
	position: relative;
	color: #1a1a1a;
	margin: 50px 0 20px 0;
}
.htit:before{
	content: "";
	background: url(../images/htit_lic.png) no-repeat;
	width: 44px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: -49px;
	margin-top: -23px;
}
.htit:after{
	content: "";
	background: url(../images/htit_ric.png) no-repeat;
	width: 32px;
	height: 46px;
	position: absolute;
	top: 50%;
	right: -37px;
	margin-top: -23px;
}
.htit h3{
	font-size: 50px;
	line-height: 70px;
	font-weight: 400;
}
.htit p{
	font-size: 14px;
	letter-spacing: -1px;
}
.goIntoBox{
	height: 380px;
}
.goInImg{
	float: left;
	width: 490px;
	margin-left: 20px;
	height: 380px;
	position: relative;
	z-index: 1;
}
.goInImg:after{
	content: "";
	background: #da251c;
	width: 490px;
	height: 360px;
	position: absolute;
	bottom: 0;
	left: -20px;
	z-index: -1;
}
.goInInfo{
	float: left;
	width: 690px;
	height: 380px;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
	color: #1a1a1a;
	line-height: 28px;
}
.goInInfo h3{
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 15px;
}
.goInTxt{
	overflow: hidden;
	margin-bottom: 15px;
	height: 196px;
}
.gobtn{
	display: inline-block;
	border: 1px solid #da251c;
	color: #da251c;
	padding: 0 10px;
}
.goInCtr{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-top: 20px;
}
.goInCtr a{
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #da251c;
	color: #da251c;
}
.goInCtr .active{
	background: #da251c;
	color: #fff;
}
.demeanor-list li{
	float: left;
	width: 285px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*20180703*/
/*.demeanor-list li:nth-child(4n){
	padding-right: 0;
}*/
.demeanor-list li a{
	display: block;
	border: 1px solid #bfbfbf;
	padding: 0 20px 20px 20px;
	color: #4c4c4c;
	position: relative;
	overflow: hidden;
	height: 396px;
}
.demeanor-bar{
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	text-align: center;
	background: #da251c;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.demeanor-list li a:hover .demeanor-bar{
	opacity: 1;
	bottom: 0;
}
.demeanor-img{
	text-align: center;
}
.demeanor-img img{
	width: 236px;
    height: 296px;
}
.demeanor-list li a h3{
	font-size: 18px;
	font-weight: normal;
	padding: 6px 0;
	color: #333;
}
.news-list li{
	height: 270px;
	margin-top: 30px;
}
.news-img{
	float: left;
	width: 320px;
	height: 270px;
}
.news-img img{
	width: 320px;
	height: 270px;
}
.news-info{
	float: right;
	width: 856px;
	border-bottom: 1px solid #bfbfbf;
	box-sizing: content-box;
	height: 270px;
	position: relative;
	font-size: 16px;
	line-height: 36px;
}
.day{
	position: absolute;
	bottom: 0;
	right:0;
	z-index: 1;
	background: #da251c;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
}
.day strong{
	font-size: 44px;
	line-height: 44px;
	font-weight: normal;
}
.news-info h3 a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 26px;
	line-height: 36px;
	font-weight: normal;
	color: #1a1a1a;
	margin: 10px 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.news-info-txt{
	height: 150px;
	overflow: hidden;
	margin-bottom: 20px;
}
.viewMore{
	display: inline-block;
	color: #333333;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.viewMore:hover,.news-info h3 a:hover{
	color: #da251c;
}
.partners{
	width: 1200px;
	overflow: hidden;
	padding: 20px 0;
}
.partners ul{
	width: 1230px;
}
.partners ul li{
	float: left;
	width: 130px;
	padding-right: 22px;
	padding-top: 15px;
}
.partners ul li img{
	width: 128px;
	height: 35px;
	border: 1px solid #ccc;
}
.partners ul li a{
	display: block;
	text-align: center;
}
.bbg{
	background: #1f1f1f;
	padding: 30px 0;
}
.fbg{
	background: #1a1a1a;
	border-top: 1px solid #cccccc;
}
.footer{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
	color: #cccccc;
	font-size: 14px;
}
/*20180703*/
.mapNav{
	float: left;
	width: 960px;
	background: url(../images/fline.png) no-repeat right top;
}
.mapNav ul li{
	width: 160px;
	float: left;
}
.mapNav ul li h3{
	padding-bottom: 15px;
}
.mapNav ul li h3 a{
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}
.mapNav ul li ul{
	margin-top: -12px;
}
.mapNav ul li ul li{
	padding-top: 10px;
	padding-right: 0;
}
.mapNav ul li ul li a{
	font-size: 14px;
	color: #cccccc
}
.mapNav ul li ul li a:hover{
	color: #c30a0a;
	text-decoration: underline;
}
.f_contact{
	float: right;
	width: 210px;
	background: url(../images/fline.png) no-repeat right top;
	height: 194px;
	font-size: 14px;
	color: #cccccc;
	padding-left: 30px;
}
.f_contact h3{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.share{
	padding: 15px 0 8px 0;
}
/*20180703*/
.share a{
	display: inline-block;
	background: url(../images/share-icon.png) no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 3px;
	text-indent: -60px;
	overflow: hidden;
}
.share .icon-FaceBook{
	background-position: 0 0;
}
.share .icon-Twitter{
	background-position: -31px 0;
}
.share .icon-Google{
	background-position: -63px 0;
}
.share .icon-ins{
	background-position: -95px 0;
}
.abtit{
	display: inline-block;
	background: url(../images/abtit.png) no-repeat center;
	height: 100px;
	color: #1a1a1a;
	margin-top: 60px;
	margin-bottom: 40px;
}
.abtit h3{
	font-size: 50px;
	line-height: 90px;
	font-weight: 400;
}
.abtit p{
	font-size: 14px;
	line-height: 20px;
	margin-top: -12px;
}
.pgtool{
	position: fixed;
	top: 50%;
	right: 50px;
	z-index: 1001;
}
.pgtool li{
	padding: 8px 0;
}
.pgtool li a{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	border: 1px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	position: relative;
}
.pgtool li a span{
	opacity: 0;
	position: absolute;
	top: -6px;
	right: 20px;
	z-index: 2;
	width: 0px;
	overflow: hidden;
	text-align: right;
	text-shadow:  0 0 3px rgba(0,0,0,0.5);
	color: #da251c;
}
.pgtool li a:hover span{
	opacity: 1;
	width: 100px;
}
.pgtool li .active{
	background: #fff;
	height: 12px;
}
.rulesbox{
	background: url(../images/rulesbg.jpg) no-repeat center;
	height: 483px;
	overflow: hidden;
}
.intro-box{
	height: 324px;
}
.intro-img{
	float: left;
	width: 488px;
	height: 304px;
	margin-left: 22px;
	position: relative;
	z-index: 2;
}
.intro-img:before{
	border: 6px solid #da251c;
	content: "";
	box-sizing: border-box;
	width: 462px;
	height: 284px;
	position: absolute;
	top: 40px;
	left: -22px;
	z-index: -1;
}
.intro-img img{
	width: 488px;
	height: 304px;
}
.intro-info{
	float: right;
	width: 652px;
	height: 324px;
	box-sizing: border-box;
	border-bottom: 1px dashed #da251c;
	position: relative;
	overflow: hidden;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 30px;
}
.intro-info:after{
	content: "";
	background: #da251c;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -10px;
	right: -10px;
	transform: rotate(45deg);
}
.intro-info h3{
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	position: relative;
	margin-bottom: 12px;
}
.intro-info h3:after{
	content: "";
	background: url(../images/abtit-icon.png) no-repeat;
	width: 96px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: 20px;
}
.duty-list li{
	float: left;
	width: 380px;
	margin-right: 30px;
}
.duty-list li:nth-child(3n){
	margin-right: 0px;
}
.duty-txt{
	background: #f5f5f5;
	padding: 10px 20px;
	border-bottom: 2px solid #da251c;
	color: #666666;
}
.duty-txt h4{
	font-size: 16px;
	padding-bottom: 5px;
	color: #1a1a1a;
}
.purpose-box{
	height: 230px;
	padding-bottom: 160px;
}
.purpose-img{
	float: right;
	width: 390px;
	height: 230px;
}
.purpose-img img{
	width: 390px;
	height: 230px;
}
.purpose-info{
	float: left;
	width: 728px;
	height: 250px;
	overflow: hidden;
	color: #1a1a1a;
	font-size: 14px;
	line-height: 36px;
	box-sizing: border-box;
	padding-right: 50px;
	background: url(../images/fline.png) no-repeat right;
}
.purpose-info h3{
	font-size: 26px;
	padding: 20px 0;
	position: relative;
}
.purpose-info h3:before{
	content: "";
	background: url(../images/abtit-icon.png) no-repeat;
	width: 96px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0%;
}
.rules-list{
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}
.rules-list li{
	color: #ffffff;
}
.rules-list li:before{
	content: "";
	width: 1px;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0)); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0));
	background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100
}
.rules-list .end:after{
	content: "";
	width: 1px;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0)); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0));
	background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0));
	position: absolute;
	top: 0;
	right: 0;
}
.rules-img{
	text-align: center;
	padding: 30px 0;
}
.rules-txt{
	padding: 20px 15px 30px 15px;
}
.rules-txt h4{
	font-size: 16px;
	padding-bottom: 6px;
}
.rules-list li:hover .rules-img{
	background: -moz-linear-gradient(top, rgba(255,255,255,0.3),rgba(255,255,255,0)); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.3),rgba(255,255,255,0));
	background: -o-linear-gradient(top, rgba(255,255,255,0.3),rgba(255,255,255,0));
}
.rules-list li:hover .rules-txt{
	background: #da251c;
}
.demeanor-cont{
	border-top: 1px solid #cccccc;
	margin: 80px 0;
}
.demeanor-tit{
	height: 0px;
	position: relative;
	line-height: 0;
}
.demeanor-tit h3{
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 48px;
	font-weight: normal;
	color: #808080;
	font-size: 16px;
	font-style: italic;
}
.demeanor-tit h3 span{
	display: inline-block;
	background: url(../images/abtit-icon.png) no-repeat left bottom;
	padding: 0 5px;
	line-height: 48px;
	font-size: 30px;
	color: #333333;
	position: relative;
	margin-right: 12px;
}
.demeanor-tit h3 span:before{
	content: "";
	background: #fff;
	height: 3px;
	width: 12px;
	position: absolute;
	bottom: -1px;
	left: -12px;
}
.demeanor-tit h3 span:after{
	content: "";
	background: #fff;
	height: 3px;
	width: 12px;
	position: absolute;
	bottom: -1px;
	right: -12px;
}
.president-box{
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	padding: 30px 0 0 0;
}
.president-img{
	border: 1px solid #bfbfbf;
	width: 236px;
	height: 296px;
	padding: 0 25px 25px 25px;
}
.president-img img{
	width: 236px;
	height: 296px;
}
.president-info{
	padding: 0 0 0 30px;
	color: #333;
	font-size: 14px;
	line-height: 26px;
	flex: 1;
	position: relative;
}
.president-info h3{
	font-size: 28px;
	font-weight: normal;
	line-height: 36px;
	padding: 10px 0;
}
.president-info .demeanor-bar{
	right: 0;
	left: auto;
	bottom: 0;
	opacity: 1;
	width: 160px;
}
.demeanor-cont .demeanor-list{
	padding-top: 20px;
}
.demeanor-cont .demeanor-list li{
	padding-bottom: 0px;
}
.pgctr{
	text-align: center;
	padding-top: 20px;
}
.pgctr a{
	display: inline-block;
	color: #da251c;
	border: 1px solid #da251c;
	font-size: 22px;
	padding: 3px 30px;
	margin: 0 5px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.pgctr a:hover{
	background: #da251c;
	color: #fff;
}
.bline{
	border-bottom: 1px solid #ccc;
}
.crum{
	padding: 15px 0;
	font-size: 14px;
	color: #666666;
}
.crum a{
	color: #666666;
}
.crum span{
	color: #d02c34;
}
.crum b{
	margin: 0 6px;
}
.content{
	padding: 50px 0;
	font-size: 14px;
	line-height: 30px;
	color: #4c4c4c;
}
.newsTab{
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
.newsTab li{
	flex: 1;
	height: 0;
	position: relative;
	left: 0;
}
.newsTab li a{
	display: inline-block;
	position: absolute;
	bottom: -1px;
	height: 48px;
	line-height: 48px;
	font-style: italic;
}
.newsTab li a strong{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	margin-right: 12px;
}
.newsTab li a span{
	font-size: 16px;
	color: #808080;
}
.newsTab li .active{
	background: url(../images/abtit-icon.png) no-repeat left bottom;
}
.newsTab li .active:before{
	content: "";
	background: #fff;
	height: 3px;
	width: 12px;
	position: absolute;
	bottom: -1px;
	left: -12px;
}
.newsTab li .active:after{
	content: "";
	background: #fff;
	height: 3px;
	width: 12px;
	position: absolute;
	bottom: -1px;
	right: -12px;
}
.pages{
	text-align: center;
	padding: 30px 0;
}
.pages a{
	display: inline-block;
	vertical-align:middle;
	border: 1px solid #bfbfbf;
	color: #808080;
	padding: 0 8px;
}
.pages span{
	display: inline-block;
	vertical-align:middle;
	border: 1px solid #d02c34;
	background: #d02c34;
	color: #fff;
	padding: 0 8px;
}
.title{
	text-align: center;
	font-size: 34px;
	color: #333333;
	line-height: 40px;
	padding: 60px 0 0 0;
}
.source{
	text-align: center;
	padding: 10px 0;
}
.details{
	font-size: 14px;
	line-height: 30px;
	color: #4c4c4c;
	padding: 30px 0;
}
.details img{
	max-width: 100%;
}
.aboutMatch{
	padding: 60px 0;
	position: relative;
}
.aboutMatchTxt{
	font-size: 18px;
	color: #050505;
	line-height: 30px;
	background: #f5f5f5;
	padding: 20px;
	width: 1100px;
}
.aboutMatch:before{
	content: "";
	border: 6px solid #da251c;
	width: 1078px;
	height: 150px;
	box-sizing: border-box;
	position: absolute;
	bottom: 6px;
	right: 0px;
	z-index: -1;
}
.matchOther{
	overflow: hidden;
	padding: 20px 0;
}
.matchOther li{
	float: left;
	width: 160px;
	padding: 0 30px;
}
.matchOther-info{
	height: 170px;
	display: flex;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
	border-bottom: 2px solid #da251c;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}
.matchOther-info img{
	max-width: 100%;
}
.matchOther li h4{
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #da251c;
	font-weight: normal;
	padding: 10px 0;
}
.matchTable{
	padding: 30px 30px 10px 30px;
}
.matchTable table{
	border-collapse: collapse;
}
.matchTable table th{
	background: #da251c;
	padding: 10px 10px;
	font-size: 20px;
	color: #fff;
}
.matchTable table td{
	border: 1px solid #bfbfbf;
	padding: 10px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.matchMapBox{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 20px 0;
}
.matchMap{
	width: 800px;
}
.matchMapInfo{
	flex: 1;
	-webkit-flex: 1;
	box-sizing: border-box;
	padding-left: 20px;
}
.matchMapInfo li{
	font-size: 32px;
	color: #000000;
	line-height: 40px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 50px;
}
.matchMapInfo li:before{
	content: "";
	background: #da251c;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	left: 0;
}
.light-tit{
	text-align: center;
	padding: 40px 0;
}
.light-tit h3{
	font-size: 30px;
	color: #1f1f1f;
	display: inline-block;
	position: relative;
	line-height: 36px;
	font-weight: normal;
}
.light-tit h3:before{
	content: "";
	background: #da251c;
	height: 1px;
	width: 76px;
	position: absolute;
	top: 50%;
	left: -90px;
}
.light-tit h3:after{
	content: "";
	background: #da251c;
	height: 1px;
	width: 76px;
	position: absolute;
	top: 50%;
	right: -90px;
}
.light-wenhua li{
	float: left;
	width: 320px;
	margin: 0 35px;
	border-bottom: 2px solid #da251c;
}
.wenhua-txt{
	padding: 15px 15px;
	height: 120px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
}
.wenhua-txt h4{
	font-size: 20px;
	color: #1a1a1a;
	position: relative;
	margin-bottom: 8px;
}
.wenhua-txt h4:before{
	content: "";
	background: #da251c;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -15px;
}
.mode-list{
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 30px 0;
}
.mode-list a{
	width: 150px;
	text-align: center;
}
.mode-list a img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.mode-list a h4{
	display: inline-block;
	width: 20px;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	color: #333;
}
.light-txt{
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.charitable-pic{
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.charitable-txt{
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
}
.charitable-txt li{
	padding-left: 20px;
	position: relative;
	font-size: 18px;
	line-height: 30px;
	margin-top: 12px;
}
.charitable-txt li:before{
	content: "";
	background: #da251c;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0px;
}
.event-list{
	padding-top: 30px;
}
.event-list li{
	border: 1px solid #bfbfbf;
	padding: 23px;
	margin-bottom: 30px;
	height: 240px;
	position: relative;
}
.event-img{
	float: left;
	width: 314px;
}
.event-img img{
	width: 314px;
	height: 240px;
}
.event-info{
	float: right;
	width: 800px;
	height: 240px;
	overflow: hidden;
}
.event-info h3 a{
	font-size: 26px;
	font-weight: normal;
	color: #1a1a1a;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.event-txt{
	font-size: 16px;
	color: #4c4c4c;
	margin: 20px 0 36px 0;
	line-height: 40px;
	height: 120px;
	overflow: hidden
}
.event-other{
	font-size: 18px;
	position: relative;
	height: 30px;
	line-height: 30px;
}
.signup{
	display: block;
	position: absolute;
	bottom: -8px;
	right: 0px;
	width: 150px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background: #e83c33;
}
.signbox{
	padding: 30px 0 50px 0;
	border-top: 1px dashed #ccc;
	margin-top: 60px;
}
.signbox h4{
	text-align: center;
	font-size: 24px;
	color: #333;
	padding: 20px 0;
}
.signbox td{
	padding: 10px 0;
}
.inputtxt{
	border: 1px solid #cacaca;
	width: 350px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	margin-top: 3px;
	padding: 0 10px;
}
.inputtxt2{
	border: 1px solid #959595;
	width: 240px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	margin-top: 3px;
	padding: 0 10px;
}
.selecttxt{
	border: 1px solid #cacaca;
	width: 350px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	margin-top: 3px;
}
.selecttxt option{
	height: 40px;
	line-height: 40px;
}
.submit{
	cursor: pointer;
	border: 1px solid #db3129;
	background: #db3129;
	color: #ffffff;
	box-sizing: border-box;
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-top: 20px;
}
.joinTit{
	font-size: 34px;
	color: #333;
	line-height: 46px;
	margin: 40px 0;
}
.applybox{
	border: 1px solid #ccc;
	padding: 20px;
}
.applybox td{
	padding: 10px 0;
}
.download-txt{
	border: 1px solid #dcdcdc;
	padding: 10px;
	margin-top: 10px;
	font-size: 14px;
}
.scopes-list{
	overflow: hidden;
	padding: 10px 0;
}
.scopes-list li{
	float: left;
	border: 1px solid #da251c;
	box-sizing: border-box;
	width: 560px;
	height: 116px;
	margin-right: 80px;
	margin-top: 26px;
	position: relative;
}
.scopes-list li:nth-child(2n){
	margin-right: 0px;
}
.scopes-list li span{
	display: block;
	font-size: 60px;
	color: #da251c;
	height: 114px;
	line-height: 114px;
	width: 108px;
	text-align: center;
	border-right: 1px solid #da251c;
	position: absolute;
	top:0px;
	left: 0;
}
.scopes-txt{
	margin-left: 109px;
	padding: 20px;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	overflow: hidden;
	height: 74px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.scopes-list li:hover .scopes-txt{
	background: #da251c;
	color: #fff;
}
.planning-txt{
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding-top: 30px;
}
.planning-txt h3{
	font-size: 24px;
	padding: 20px 0;
	color: #333;
}
.planing_info{
	border-bottom: 1px dashed #b5b5b5;
	padding: 20px 0;
	font-size: 14px;
	line-height: 30px;
}
.planing_info h4{
	font-size: 26px;
	color: #262626;
	padding: 10px 0;
}
/*20180703*/
/*.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	right: 30px;
	top: 50%;
	width: 12px;
	left: auto;
}*/

.banner .swiper-pagination-bullet{
	border: 1px solid #fff;
	opacity: 0.5;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin-left: 5px;
	background: none;
	position: relative;
	vertical-align: middle;
	transform: scale(0.6);
}
.banner .swiper-pagination-bullet-active{
	border: 1px solid #da251c;
	opacity: 1;
	width: 22px;
	height: 22px;
	transform: scale(1);
}
.banner .swiper-pagination-bullet-active:after{
	background: #da251c;
	width: 12px;
	height: 12px;
	content: "";
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -6px;
}
/**/
.rulesbox .swiper-container{
	box-sizing: border-box;
	padding: 0 10px;
}
.rulesbox .swiper-container .swiper-slide{
	box-sizing: border-box;
	padding: 0 30px;
}
.rulesbox .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: none;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
	width: 30px;
	height: 30px;
}
.rulesbox .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: none;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: rotate(-45deg);
	width: 30px;
	height: 30px;
}
/**/
.backUp{
	display: block;
	background: url(../images/topmoren.png) no-repeat;
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 320px;
	right: 60px;
	z-index: 1001;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.backUp:hover{
	background: url(../images/topshubiao.png) no-repeat;
}
/**/
.news-list2 li{
	float: left;
	width: 585px;
	height: 130px;
	margin-right: 30px;
	margin-bottom: 30px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.news-list2 li:nth-child(2n){
	margin-right: 0px;
}
.news-list2 li:hover{
	background: #f5f5f5;
}
.news-img2{
	display: block;
	float: left;
	height: 130px;
	width: 180px;
}
.news-img2 img{
	height: 130px;
	width: 180px;
}
.news-info2{
	float: right;
	width: 360px;
	padding: 5px 20px;
	height: 120px;
	overflow: hidden;
}
.news-info2 h3{
	font-size: 20px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-info2 h3 a{
	color: #333;
}
.news-info2-txt{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0;
}
.viewMore2{
	display: inline-block;
	border: 1px solid #da251c;
	color: #da251c;
	padding: 5px 15px;
	font-size: 14px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.viewMore2:hover{
	background: #da251c;
	color: #fff;
}
/*20180615*/
.ctit{
	padding: 40px 0;
}
.ctit span{
	display: block;
	border-left: 3px solid #da251c;
	font-size: 34px;
	color: #333333;
	line-height: 34px;
	padding-left: 15px;
}
.contactInfo{
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	background: url(../images/fline.png) no-repeat left;
	background-size: 1px 100%;
}
.contactInfo li{
	background: url(../images/fline.png) no-repeat right;
	background-size: 1px 100%;
	box-sizing: border-box;
}
.contactInfo li:first-child{
	flex: 2;
	-webkit-flex: 2;
	padding: 30px 50px;
	font-size: 20px;
	color: #333333;
	line-height: 2;
}
.contactInfo li:last-child{
	flex: 3;
	-webkit-flex: 3;
	text-align: center;
	padding: 30px 50px;
}
/*20180703*/
.w285{
	width: 285px;
}
.w895{
	width: 895px;
	overflow: hidden;
}
.partit{
	line-height: 30px;
	font-size: 30px;
	color: #333333;
	padding-top: 30px;
}
.headtop{
	position: absolute;
	font-size: 14px;
	color: #666;
	top: 20px;
	right: 30px;
}
.headtop h2{
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.menu > li {
	display: block;
	float: left;
	position: relative;
}
.menu > li:first-child {
	border-radius: 5px 0 0;
}
.menu a {
}
.menu li:hover > a {
	color: #fff;
	background: #da251c
}
.subNav {
	display: block;
	height: 0;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}
.subNav li {
	opacity: 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
 -webkit-transition: opacity .4s, -webkit-transform .5s;
 -moz-transition: opacity .4s, -moz-transform .5s;
 -ms-transition: opacity .4s, -ms-transform .5s;
 -o-transition: opacity .4s, -o-transform .5s;
 transition: opacity .4s, transform .5s;
}
.menu .subNav li:hover a {
	border-radius: 0;
}
.menu > li:hover .subNav, .menu > li:focus .subNav {
	max-height: 2000px;
	z-index: 10;
}
.menu > li:hover .subNav li, .menu > li:focus .subNav li {
	opacity: 1;
	height: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
 .menu li:hover .subNav li:nth-child(1) {
 -webkit-transition-delay: 0s;
 -moz-transition-delay: 0s;
 -ms-transition-delay: 0s;
 -o-transition-delay: 0s;
 transition-delay: 0s;
}
.menu li:hover .subNav li:nth-child(2) {
 -webkit-transition-delay: 50ms;
 -moz-transition-delay: 50ms;
 -ms-transition-delay: 50ms;
 -o-transition-delay: 50ms;
 transition-delay: 50ms;
}
.menu li:hover .subNav li:nth-child(3) {
 -webkit-transition-delay: 100ms;
 -moz-transition-delay: 100ms;
 -ms-transition-delay: 100ms;
 -o-transition-delay: 100ms;
 transition-delay: 100ms;
}
.menu li:hover .subNav li:nth-child(4) {
 -webkit-transition-delay: 150ms;
 -moz-transition-delay: 150ms;
 -ms-transition-delay: 150ms;
 -o-transition-delay: 150ms;
 transition-delay: 150ms;
}
.menu li:hover .subNav li:nth-child(5) {
 -webkit-transition-delay: 200ms;
 -moz-transition-delay: 200ms;
 -ms-transition-delay: 200ms;
 -o-transition-delay: 200ms;
 transition-delay: 200ms;
}
.menu li:hover .subNav li:nth-child(6) {
 -webkit-transition-delay: 250ms;
 -moz-transition-delay: 250ms;
 -ms-transition-delay: 250ms;
 -o-transition-delay: 250ms;
 transition-delay: 250ms;
}
.menu li:hover .subNav li:nth-child(7) {
 -webkit-transition-delay: 300ms;
 -moz-transition-delay: 300ms;
 -ms-transition-delay: 300ms;
 -o-transition-delay: 300ms;
 transition-delay: 300ms;
}
.menu li:hover .subNav li:nth-child(8) {
 -webkit-transition-delay: 350ms;
 -moz-transition-delay: 350ms;
 -ms-transition-delay: 350ms;
 -o-transition-delay: 350ms;
 transition-delay: 350ms;
}
 .subNav li:nth-child(1) {
 -webkit-transition-delay: 350ms;
 -moz-transition-delay: 350ms;
 -ms-transition-delay: 350ms;
 -o-transition-delay: 350ms;
 transition-delay: 350ms;
}
.subNav li:nth-child(2) {
 -webkit-transition-delay: 300ms;
 -moz-transition-delay: 300ms;
 -ms-transition-delay: 300ms;
 -o-transition-delay: 300ms;
 transition-delay: 300ms;
}
.subNav li:nth-child(3) {
 -webkit-transition-delay: 250ms;
 -moz-transition-delay: 250ms;
 -ms-transition-delay: 250ms;
 -o-transition-delay: 250ms;
 transition-delay: 250ms;
}
.subNav li:nth-child(4) {
 -webkit-transition-delay: 200ms;
 -moz-transition-delay: 200ms;
 -ms-transition-delay: 200ms;
 -o-transition-delay: 200ms;
 transition-delay: 200ms;
}
.subNav li:nth-child(5) {
 -webkit-transition-delay: 150ms;
 -moz-transition-delay: 150ms;
 -ms-transition-delay: 150ms;
 -o-transition-delay: 150ms;
 transition-delay: 150ms;
}
.subNav li:nth-child(6) {
 -webkit-transition-delay: 100ms;
 -moz-transition-delay: 100ms;
 -ms-transition-delay: 100ms;
 -o-transition-delay: 100ms;
 transition-delay: 100ms;
}
.subNav li:nth-child(7) {
 -webkit-transition-delay: 50ms;
 -moz-transition-delay: 50ms;
 -ms-transition-delay: 50ms;
 -o-transition-delay: 50ms;
 transition-delay: 50ms;
}
.subNav li:nth-child(8) {
 -webkit-transition-delay: 0s;
 -moz-transition-delay: 0s;
 -ms-transition-delay: 0s;
 -o-transition-delay: 0s;
 transition-delay: 0s;
}
.demeanor-cont .demeanor-list li:nth-child(4n){
	padding-right: 0;
}