*{
	margin:0;
	padding:0;
	list-style:none;
	-moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
*:after{
	clear:both;
}
html{
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-o-text-size-adjust:none;
	-ms-text-size-adjust:none;
	text-size-adjust:none;
}
body{
	font:normal 16px/20px Arial,'Times New Roman','Microsoft YaHei',SimHei,serif;
	width:100%;	
}

img{
	border:0;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:none;
}
ul,li{
	padding:0px;
	margin: 0px;
}
.clear{
	clear:both;
}

@media(max-width:720px){
	body{
		font-size:12px;
	}
}
@media(max-width:768px){
	body,header,.main{
		width:100%;
		overflow-x:hidden;
	}
}

/*顶部*/
.menu{
	width:100%;
	height:80px;
	background:#0061bd;
	line-height:80px;
}
@media(min-width:1440px){
	.menu .container{
		width:1300px;
	}
}
@media(min-width:1200px){

	.menu .container{
		width:1200px;
	}
	.pc{
		display: block;
	}
	.mobile{
		display: none;
	}
}
@media(max-width:1199px){
	.menu .container,header .container{
		width:100%;
	}
	.banner .container{
		width:100%;
	}
	header .logo img{
		width:80%;
	}
	.phone{
		padding-left: 30px;
	}
	.pc{
		display: none;
	}
}


/*menu*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobiTitle
{
  color:#ffffff;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
}
#cssmenu > ul > li {
  float: left;
  line-height:80px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 0px 35px;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  line-height:80px;
  background:url("../images/line.png") no-repeat right;
}
#cssmenu > ul > li:last-child > a {
	background:none;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color:#fae000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
@media(max-width:1024px){
	#cssmenu > ul > li > a {
	  padding: 0px 15px;
	}
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .menu{
	height:32px;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	background:#fff;
	z-index:9999;
  }
   #cssmenu>ul {
	padding-bottom:20px;
	border:1px solid #e3e3e3;
   }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu > ul > li > a {
	color:#123877;
	line-height:32px;
	padding-left:15px;
	  font-size: 14px;
  }
  #cssmenu ul li
  {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 8px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 32px;
    width: 62px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 24px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 16px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

/*大轮番图*/
.banner img{
	width:100%;
}

/*新闻动态*/
.news{
	width:100%;
	background:url(../images/news-bg.png) no-repeat;
	background-position: center;
	background-size:cover;
	padding-bottom:40px;
	text-align:center;
}
.news-title{
	padding:30px 0;
	width:100%;
	position:relative;
	z-index:99;

}
.news-title i{
	width:120px;
	height:120px;
	border-radius:120px;
	-webkit-border-radius:120px;
	-o-border-radius:120px;
	-moz-border-radius:120px;
	margin-bottom:24px;
	background:#fff;
	color:#0061bd;
	font-size:52px;
	line-height:120px;
}
.news-title div{
	/* width:190px; */
	height:56px;
	line-height:56px;
	/* border-top:1px solid #fff; */
	/* border-bottom:1px solid #fff; */
	font-size:36px;
	color:#fff;
	/* position:absolute; */
	/* left: 35%; */
	/* margin: auto 0; */
	font-weight:bold;
}

.more{
	width:60px;
	text-align:center;
	height:30px;
	line-height:30px;
	float:right;
	border:1px solid #fff;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
}
.more a{
	color:#fff;
}
.news-item{
	margin-top:25px;
}
.news-item img{
	width:100%;
}
.news-con{
	background:#fff;
	padding:25px;
	text-align:left;
}
.news-item-title{
	border-bottom:1px solid #d2d2d2;
	padding-bottom:10px;
	margin-bottom:15px;
	overflow: hidden;
	line-height:30px;
	text-align:justify;
	max-height:90px;
	word-wrap: break-word;
}
.news-item-title a{
	color:#0061bd;
	font-size:18px;
	font-weight:bold;
}
.news-item-info{
	color:#7f7f7f;
	overflow: hidden;
	line-height:24px;
	text-align:justify;
	max-height:72px;
}
.news-item-info p{
	line-height:24px;
	text-align:justify;
}
.news-item-date{
	color:#daae67;
	text-align:right;
	padding-top:15px;
}
@media(min-width:1440px){
	.news .container,.notice-plan .container,.video-prize .container,.pic-wall .container,.footer .container,.arrange .container{
		width:1400px;
	}
}
@media(max-width:1439px){
	.news .container,.notice-plan .container,.video-prize .container,.pic-wall .container,.footer .container,.arrange .container{
		width:100%;
	}
}
/*赛事安排*/
.arrange{
	margin-top: 60px;
}
.arrAll,.arrDate{
	width: 100%;
}
.arr01,.arrDate div,.li01{
	display: inline-block;
	width: 14%;
	text-align: center;
}
.li01 div{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-webkit-border-radius:15px;
	background: #a0bcdc;
	border:2px solid #fff;
	margin-bottom: -13px;
	margin-left: -7px;
	position: relative;
	left:50%;
}
.arrDate div{
	margin-top: 20px;
	color: #7D7D7D;
}
.arrCirl{
	width: 100%;
	border-bottom:1px solid #e8e8e8;
}
.arr01 span{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-webkit-border-radius:100px;
	background: #fff;
	border:4px solid #65baed;
	margin-left: -50px;
	position: relative;
	left: 50%;
	display: block;
	padding-top: 15px;
	font-size: 20px;
	line-height: 30px;
	transition: background 0.5s,color 0.5s;
	-moz-transition: background 0.5s,color 0.5s;	/* Firefox 4 */
	-webkit-transition: background 0.5s,color 0.5s;	/* Safari 和 Chrome */
	-o-transition: background 0.5s,color 0.5s;
}
.arr01 span:hover{
	background: #65baed;
	color: #fff;
}
.xb{
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #65baed transparent transparent transparent;
	margin-left: -10px;
	margin-top: -2px;
	position: relative;
	left: 50%;
}
.hx{
	background: url(../images/hx.jpg) repeat-x;
	height: 29px;
	width: 100%;
	margin-top: 60px;
}
/*大赛通知*/
.notice-plan{
	padding-top:65px;
	padding-bottom:65px;
}
.notice{
	
}
.notice-title,.plan-title,.pic-title{
	border-top:1px solid #0062bb;
	border-bottom:1px solid #0062bb;
	padding-top:10px;
	padding-bottom:10px;
	width:150px;
	position:absolute;
	left:50%;
	margin-left:-75px;
	text-align: center;
	
}
.notice-title div,.plan-title div,.pic-title div{
	line-height:32px;
	color:#fff;
	background:#0062bb;
	font-size:24px;
}

.notice-plan .more{
	border:1px solid #979797;
	margin-top:20px;
}
.notice-plan .more a{
	color:#979797;
}
.notice-con{
	margin-top:30px;
}
.noticeItem{
	height:48px;
	line-height:48px;
	padding-left:15px;
	padding-right:15px;
}
.noticeItem a:hover{
	color: #10317a;;
}
.noticeItem .col-md-9,.noticeItem .col-md-3{
	padding:0px;
}
.noticeItem .col-md-9{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.noticeItem .col-md-3{
	text-align: right;
}
.notice-con .noticeItem:nth-child(even){
	background:#f5f5f5;
}
.notice-con .noticeItem:nth-child(odd){
	background:#c6e4ff;
}

.rqlt{
	margin-top:30px;
}
.rqlt_list{
	margin-top:0px;
}
.rqlt_list img{
	width:100%;
	height: 177px;
}
.rqlt img{
	width:100%;
	height: 253px;
}
.rqlt-con{
	width:100%;
	/* position:relative; */
	z-index:99;
	text-align:center;
	font-size:40px;
	color:#fff;
	line-height:36px;
	top: 0px;
	height: 253px;
	margin-top: -253px;
	padding-top: 100px;
	transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    letter-spacing:5px;

}
.pl300{padding-left: 300px;}
.mt30{margin-top: 30px;}
.mb30{margin-bottom: 30px;}
.rqlt01{
	background:rgba(0,162,255,0.5);
	padding-top: 100px;
}
.rqlt02{
	background:rgba(0,162,255,0.5);
}
.rqlt03{
	background:rgba(0,162,255,0.5);
}
.rqlt04{
	background:rgba(0,162,255,0.5);
	padding-top: 100px;
}
.rqlt01:hover{
	background:rgba(2,76,198,0.2);
}
.rqlt02:hover{
	background:rgba(92,2,169,0.2);
}
.rqlt03:hover{
	background:rgba(173,0,0,0.2);
}
.rqlt04:hover{
	background:rgba(28,132,0,0.2);
}
.rqlt-con a{
	color:#fff;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .rqlt-con{
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  .rqlt-con a{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }  
}


/*视频 奖项设置*/
.video-prize{
	width:100%;
	background:url(../images/video-bg.jpg) no-repeat center bottom;
	padding-top:30px;
	padding-bottom:30px;
}
.video video{
	width:100%;
	height:362px;
}
.prize-icon{
	float: left;
	margin-right: 20px;
}
.video-img-main .more{
	background:#3362da;
	margin-right:15px;
	height:24px;
	line-height:24px;
}
.prize-title{
	border-top:1px solid #0062bb;
	border-bottom:1px solid #0062bb;
	padding-top:10px;
	padding-bottom:10px;
	width:150px;
	float: left;
	margin-top: 10px;
}
.prize-title div{
	line-height:32px;
	padding:0px 25px;
	color:#fff;
	background:#0062bb;
	font-size:24px;
}
.prize-con{
	background: rgba(255,255,255,0.5);
	padding:25px;
	padding-bottom: 5px;
	margin-top: 15px;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .prize-con{
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  } 
}
.prize-con i{
	color: #fbaf10;
}
.prize-con div{
	line-height: 28px;
	margin-bottom: 20px;
}

/*图片墙*/
.pic-wall{
	background: url(../images/pic-bg.jpg) repeat;
	padding-top: 50px;
	padding-bottom:50px;
}
.pic-news-con {
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
}
.pic-news-img {
	width: 100%;
	margin: 0;
}
.pic-news-img {
	width: 100%;
	padding: 0;
	margin: 0;
}
.pic-news-img img{
	width: 100%;
}
.pic-news-con:hover {
	transform: scale(1.1, 1.1);
	transition: .3s transform;
}
.pic-news-img-title {
	width: 100%;
	background: rgba(0, 61, 163, 0.7);
	height:68px;
	padding:10px 15px;
	margin-top: -68px;
	position: relative;
	z-index: 999;
	top:0px;
	overflow:hidden;
	text-align:justify;
	line-height:24px;
}
.pic-news-img-title a{
	color:#fff;
	font-size:16px;
}
.pic-wall .container{
	margin-top:40px;
}

/*footer*/
.footer{
	width:100%;
	padding-top: 60px;
	color:#fff;
	background:url(../images/footer-bg.jpg) no-repeat top center;
	padding-bottom: 50px;
}
.footer div{
	line-height:24px;
}
.logo{
	padding-left: 50px;
}
.copyright{
	margin-top: 20px;

	text-align:center;
}
.code{
	float: right;
	text-align: center;
	padding-left: 50px;
}
.code:first-child{
	padding-right: 50px;
}

@media(max-width:1024px){
	body{
		font-size: 14px;
	}
	.news-title{
	margin-top:-40px;
	}
	.news-title i{
		width:80px;
		height:80px;
		border-radius:80px;
		-webkit-border-radius:80px;
		-o-border-radius:80px;
		-moz-border-radius:80px;
		background:#fff;
		color:#0061bd;
		font-size:32px;
		line-height:80px;
	}
	.news-title div{
		width:120px;
		height:46px;
		line-height:46px;
		font-size: 24px;
		margin-left:-60px;
	}
	.news-con{
		padding:15px;
	}
	.rqlt img{
		width:100%;
		height: 140px;
	}
	.rqlt-con{
		height: 140px;
		margin-top: -140px;
		padding-top: 50px;
		font-size: 18px;
	}
	.rqlt01{
		padding-top: 35px;
	}
	.rqlt04{
		padding-top: 35px;
	}
	.notice-title,.prize-title,.plan-title{
		width: 140px;
	}
	.prize-title{
		width: 140px;
		margin-top: 0px;
	}
	.video .more{
		margin-top: -20px;
		margin-bottom: 20px;
	}
	.video video{
		height:270px;
	}
	.notice-title div,.prize-title div,.plan-title div{
		font-size: 20px;
	}
	.prize-icon img{
		width: 70px;
	}
	.prize-con{
		padding:15px;
		padding-bottom: 1px;
	}
	.prize-con div{
		line-height: 24px;
		text-align: justify;
	}
	.video{
		margin-top: 60px;
	}
	.news-item-title{
		max-height:70px;
		line-height:24px;
	}
	.news-item-title a{
		font-size:16px;
	}
	.pic-news-img-title a{
		font-size:16px;
	}
	.arr01,.arrDate div,.li01{
		width: 13.9%;
	}
	
}
@media(max-width:768px){
	.video video{
		height:420px;
	}
	.news{
		/* padding-top: 30px; */
	}
	.news-title{
		margin-top: 0px;
	}
	.news-title i{
		display: none;
	}
	.arrange,.hx{
		margin-top: 30px;
	}
	.news-title{
		
	}
	.news-item-title a{
		font-size: 16px;
		line-height: 26px;
	}
	.notice-plan{
		padding-top:40px;
		padding-bottom:40px;
	}
	.plan{
		padding-top: 40px;
	}
	.rqlt{
		margin-top:30px;
	}
	.rqlt:nth-child(3),.rqlt:last-child{
		margin-top: 30px;
	}
	.rqlt img{
		width:100%;
		height: 200px;
	}
	.rqlt-con{
		height: 200px;
		margin-top: -200px;
		padding-top: 85px;
		font-size: 18px;
	}
	.rqlt01{
		padding-top: 65px;
	}
	.rqlt04{
		padding-top: 65px;
	}
	.video{
		margin-top: -15px;
	}
	.prize{
		padding-top: 40px;
	}
	.logo,.copyright{
		padding-left: 0px;
	}
	.logo img{
		width: 300px;
	}
	.code{
		padding-left: 30px;
	}
	.code:first-child{
		padding-right: 0px;
	}
	.code img{
		width: 140px;
	}
	.arr01,.arrDate div,.li01{
		width: 13.8%;
	}
	.arr01 span{
		width: 70px;
		height: 70px;
		-webkit-border-radius:70px;
		-moz-border-radius:70px;
		-o-border-radius:70px;
		-webkit-border-radius:70px;
		margin-left: -35px;
		font-size: 14px;
		line-height: 24px;
		padding-top: 5px;
	}
}
@media(max-width:767px){
	.news-item-title a{
		font-size: 14px;
		line-height: 24px;
	}
	.video video{
		height:220px;
	}
	.rqlt img{
		width:100%;
		height: 120px;
	}
	.rqlt-con{
		height: 120px;
		margin-top: -120px;
		padding-top: 45px;
		font-size: 14px;
	}
	.rqlt01{
		/* padding-top: 25px; */
	}
	.rqlt04{
		padding-top: 25px;
	}
	.col-xs-6{
		padding:0px 10px;
	}
	.pic-news-img-title{
		margin-top: 0px;
		margin-bottom: 20px;
		height:58px;
		padding:5px 5px;
	}
	.notice-title,.prize-title,.plan-title{
		width: 120px;
	}
	.prize-title{
		width: 120px;
		margin-top: 0px;
	}
	.notice-title div,.prize-title div,.plan-title div{
		font-size: 16px;
	}
	.news-title{
	margin-top:0px;
	}
	.news-title i{
		width:60px;
		height:60px;
		border-radius:60px;
		-webkit-border-radius:60px;
		-o-border-radius:60px;
		-moz-border-radius:60px;
		background:#fff;
		color:#0061bd;
		font-size:26px;
		line-height:60px;
	}
	.news-title div{
		width:120px;
		height:42px;
		line-height:42px;
		font-size: 18px;
		margin-left:-60px;
		/* margin-top: -10px; */
	}
	.news .more{
		margin-top: -40px;
	}
	.footer{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.logo img{
		width: 200px;
	}
	.code img{
		width: 100px;
	}
	.code{
		float:left;
		margin-top: 20px;
	}
	.copyright{
		margin-top: 10px;
	}
	.pic-wall{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.arr01,.arrDate div,.li01{
		width: 13.0%;
	}
	.arr01 span{
		width: 50px;
		height: auto;
		background: none;
		border:none;
		margin-left: -25px;
		font-size: 14px;
		line-height: 24px;
		padding-top: 5px;
	}
	.xb{
		display: none;
	}
	.arrange{
		margin-top: 30px;
	}
	.hx{
		margin-top: 30px;
	}
}
@media(max-width:413px){
	.video video{
		height:200px;
	}
	.video .more{
		margin-bottom: 10px;
		margin-top: -30px;
	}
}
@media(max-width:320px){
	body{
		font-size: 12px;
	}
	.arr01 span{
		font-size: 12px;
	}
	.video video{
		height:170px;
	}
}

/*回到顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(54, 54, 54, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
.mt20
{
	margin-top: 20px;
}
.mb{
	margin-bottom: 20px;
}
@media(max-width:768px){
	.mt20
	{
		margin-top: 0px;
	}
}
.mt40
{
	margin-top: 40px;
}
.pc .button{
	background: #eb94d0;
	/* 创建渐变 */
	background-image: -webkit-linear-gradient(top, #EDC78E, #D64229);
	background-image: -moz-linear-gradient(top, #EDC78E, #D64229);
	background-image: -ms-linear-gradient(top, #EDC78E, #D64229);
	background-image: -o-linear-gradient(top, #EDC78E, #D64229);
	background-image: linear-gradient(to bottom, #EDC78E, #D64229);
	/* 给按钮添加圆角 */
	-webkit-border-radius: 20;
	-moz-border-radius: 20;
	border-radius: 20px;
	/* text-shadow: 3px 2px 1px #9daef5; */
	-webkit-box-shadow: 6px 5px 24px #666666;
	-moz-box-shadow: 6px 5px 24px #666666;
	box-shadow: 6px 5px 24px #666666;
	color: #fafafa;
	padding: 15px 32px;
	text-decoration: none;
	display: inline-block;
}
.mobile .button{
	background: #eb94d0;
	/* 创建渐变 */
	background-image: -webkit-linear-gradient(top, #EDC78E, #D64229);
	background-image: -moz-linear-gradient(top, #EDC78E, #D64229);
	background-image: -ms-linear-gradient(top, #EDC78E, #D64229);
	background-image: -o-linear-gradient(top, #EDC78E, #D64229);
	background-image: linear-gradient(to bottom, #EDC78E, #D64229);
	/* 给按钮添加圆角 */
	-webkit-border-radius: 20;
	-moz-border-radius: 20;
	border-radius: 15px;
	/* text-shadow: 3px 2px 1px #9daef5; */
	-webkit-box-shadow: 6px 5px 24px #666666;
	-moz-box-shadow: 6px 5px 24px #666666;
	box-shadow: 6px 5px 24px #666666;
	color: #fafafa;
	padding: 15px;
	text-decoration: none;
	display: inline-block;
}
.button a{
	text-align: center;
	color: #fafafa;
}
.mobile h4
{
	color: #fff;
}
.mobile .col-xs-3
{
	padding:5px;
}
.mobile .m_banner
{
	margin-bottom: 20px;
}
.pc .col-xs-3
{
	padding:20px;
}
.container .btn {
    position: relative;
    width: 200px;
    height: 60px;
    margin: 30px;
}

.container .btn a {
    /* 绝对定位 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #337ab7;
    /* 透明度为0.05的白色背景 
    background: rgba(255,255,255,0.05);*/
    /* 阴影 */
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    /* 上下边框 */
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    /* 圆角 */
    border-radius: 30px;
    color: #fff;
    z-index: 1;
    font-weight: 400;
    /* 字间距 */
    letter-spacing: 1px;
    /* 去下划线 */
    text-decoration: none;
    /* 动画过渡 */
    transition: 0.5s;
    /* 溢出隐藏 */
    overflow: hidden;
    /* 背景模糊 */
    backdrop-filter: blur(15px);
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 10px;

}

.container .btn:hover a {
    /* letter-spacing: 5px; */
}
/* 制作扫光效果 */
.container .btn a::before {
    content: "";
    /* 绝对定位 */
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /* 渐变背景 透明到白色 */
    background: linear-gradient(to right,transparent,rgba(255,255,255,0.15));
    /* 沿X轴倾斜45度，向右平移0像素 */
    transform: skewX(45deg) translateX(0);
    transition: 0.5s;
}

.container .btn:hover a::before {
    /* 沿X轴倾斜45度，向右平移200% */
    transform: skewX(45deg) translateX(200%);
}
/* 制作按钮上下两个发光层 */
.container .btn::before,
.container .btn::after {
    content: "";
    /* 绝对定位，横向居中 */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 10px;
    /* 自定义颜色属性--c, 可通过var函数调用 */
    /* --c: gold; */
    background: var(--c);
    border-radius: 5px;
    box-shadow: 0 0 5px var(--c),
        0 0 15px var(--c),
        0 0 30px var(--c),
        0 0 60px var(--c);
    transition: 0.5s;
}

.container .btn::before {
    bottom: -5px;
}

.container .btn::after {
    top: -5px;
}

.container .btn:hover::before,
.container .btn:hover::after {
    height: 50%;
    width: 80%;
    border-radius: 15px;
    transition-delay: 0.3s;
}

.container .btn:hover::before {
    bottom: 0;
}

.container .btn:hover::after {
    top: 0;
}
/* 分别设置自定义颜色属性--c */
.container .btn::before,
.container .btn::after {
    --c: #286090;
}
.tips{
     color: #ffffff;
     margin-top:80px;
     font-size:22px;
     font-weight:bold;
}