﻿/*通用类*/
/*通用类*/
*{
	margin:0;
	padding:0;	
}
@font-face {
	font-family:EM;
	src:url(../fonts/72Brand-Medium.ttf);
	font-display:swap;
}
@font-face {
	font-family:EB;
	src:url(../fonts/72Brand-Bold.ttf);
	font-display:swap;
}
@font-face {
	font-family:EV;
	src:url(../fonts/72BrandVariable_Th-Blk.woff2) format("woff2-variations");
	font-display:swap;
}
@font-face {
	font-family:SD;
	src:url(../fonts/SourceHanSansCN-Bold.otf);
	font-display:swap;
}
@font-face {
	font-family:SM;
	src:url(../fonts/SourceHanSansCN-Medium.otf);
	font-display:swap;
}

body{		
	margin:0 auto;
	font-size:16px;	
	line-height: 1.5;
	font-family:EM,SM,sans-serif;
	background:#fff;
	text-align:left;
	color:#223548;	
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#223548;
	text-decoration:none;	
	outline:none;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
a:hover{	
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.hd3{
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.hd3:hover{
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.s95{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:EM,SM,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.btn-one{
	color:#fff;
	height: 40px;
	line-height: 40px;
	border-radius:8px;
	font-size:16px;
	padding:0 15px;
	display: inline-block;
	text-align: center;
	background:#0070F2;
	border:1px solid #0070F2;
}
.btn-one:hover{
	color:#fff;
	background:#0040b0;
	border-color:#0040b0;
}
.btn-one:active{
	background:#fff;
	color:#0040b0;
	border-color:#0040b0;
}

.btn-two{
	color:#2058ba;
	height: 40px;
	line-height: 40px;
	border-radius:8px;
	font-size:16px;
	padding:0 15px;
	display: inline-block;
	text-align: center;
	background:#fff;
	border:1px solid #475e75;
}
.btn-two:hover{
	color:#0070f2;
	background:#fff;
	border-color:#0070f2;
}
.btn-two:active{
	background:#fff;
	color:#0040b0;
	border-color:#0040b0;
}

.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}

.ck_device{
	position:absolute;
	top:-300px;
}


/*公用CSS 开始*/

.header{
	width: 100%;
	height:60px;
	position: relative;
	left:0;
	top:0;
	z-index:100;
	background:#f5f6f7;
}
.header_fixed{
	position: fixed;	
	
}
.header .logo{
	float: left;
	display: block;
	height: 32px;
	margin-top:14px;
}
.header .title{
	float: left;
	line-height: 60px;
	font-family:EV;
	font-weight: 700;
	padding:0 16px;
	color:#354A5F;
	font-size:16px;
}
.header .logo img{
	display: block;	
	height: 32px;
}
.header_zw{
	height: 60px;
	display: none;
}


.h_bar{
	width: 15vw;
	max-width:206px;
	position: absolute;	
	top: 0;		
	padding-top:20px;
	z-index: 20;	
}
.h_barfixed{
	position: fixed;
	top: 60px;
	z-index: 100;
}
.h_bar .title{
	line-height: 60px;	
	font-size:20px;

}
.h_bar ul{
	border-top:1px solid #D5DADD;
	border-bottom:1px solid #D5DADD;
	padding:30px 0;
}
.h_bar li{
	padding:6px 0;
}
.h_bar .bn{
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left:40px;
	border-radius:8px;
	background-repeat:no-repeat;
	background-position:15px center;
	background-size:auto 18px;
}
.h_bar .bn.hover{
	color:#0070f2;
}
.h_bar .bn1{
	background-image:url(../images/hbar1.png);
	
}
.h_bar .bn1.hover{
	background-image:url(../images/hbar1h.png);
}
.h_bar .bn2{
	background-position:16px center;
	background-size:auto 16px;
	background-image:url(../images/hbar2.png);
	
}
.h_bar .bn2.hover{
	background-image:url(../images/hbar2h.png);
}
.h_bar .bn3{
	background-image:url(../images/hbar3.png);
}
.h_bar .bn3.hover{
	background-image:url(../images/hbar3h.png);
}
.h_bar .bn4{
	background-image:url(../images/hbar4.png);
}
.h_bar .bn4.hover{
	background-image:url(../images/hbar4h.png);
}
.h_bar .bn.hover:hover{
	color:#0070f2;
}
.h_bar .bn:hover{
	color:#000;
	background-color:#f5f6f7;
}
.h_bar .btn{
	margin-top:32px;
	width: 100%;
	box-sizing:border-box;
}



.footer{
	padding:50px 0;
	background:#eaecee;
	color:#354a5f;
	position: relative;
}
.footer .go_top{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 16px;
	top: 48px;
	border:1px solid #eaecee;
	background:url(../images/go_top.svg) no-repeat center center;
	border-radius:8px;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	cursor: pointer;
}
.footer .go_top:hover{
	border-color:#475e75;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.footer a{
	color:#354a5f;
}
.footer a:hover{
	color:#354a5f;
	text-decoration: underline;
}
.footer .ft_left{
	float: left;
}
.footer .ft_cnt{
	padding-left:28px;
	font-size:14px;
	margin-top:30px;
	background:url(../images/ft_way.svg) no-repeat left top;
	background-size:auto 20px;
}
.footer .ft_cnt p a{
	text-decoration: underline;
}
.footer .ft_cnt .tel{
	font-size:16px;
	font-family:SD;
	text-decoration: none;
}
.footer .logo{
	display: block;
	height: 32px;
}
.footer .logo img{
	display: block;
	height: 32px;
}
.footer .ft_right{
	float: right;
	width: 60%;
}
.footer dl{
	float: left;
	width:25%;
}
.footer dt{
	padding-bottom:28px;
}
.footer dd{
	line-height: 20px;
	padding-bottom:18px;
	font-size:15px;
	padding-right:20px;

}
.ft_copy{
	padding:25px 0 35px 0;
	line-height: 22px;
	font-size:15px;
}
.ft_copy a{
	text-decoration: underline;
}
.ft_shares{
	height: 32px;
}
.ft_shares a{
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	border-radius:3px;
	background:#fff;
	margin-right:12px;
	position: relative;
}
.ft_shares img{
	display: block;
	max-width:16px;
	max-height:16px;
	position: absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.footer-m{
	background:#eaecee;
	padding:20px 0;
}
.fm_logo{
	padding-bottom:20px;
}

.footer-m .fm_cnt{
	padding-left:28px;
	font-size:14px;
	margin:10px 0 15px 0;
	background:url(../images/ft_way.svg) no-repeat left top;
	background-size:auto 20px;
}
.footer-m .fm_cnt .tel{
	font-size:16px;
	font-family:SD;
}

.footer-m .logo{
	display: block;
	height: 30px;
}
.footer-m .logo img{
	display: block;
	height: 30px;
}
.fm_nav .handle{
	height: 50px;
	line-height: 50px;
	border-bottom:1px solid #a9b4be;
	padding-left:50px;
	background:url(../images/fm_dt.png) no-repeat left center;
	background-size:auto 100%;
}
.fm_nav.down .handle{
	background-image:url(../images/fm_dth.png);
}
.fm_nav li{
	line-height: 20px;
	padding:8px 16px;
	font-size:12px;	
}
.fm_nav ul{	
	display: none;
	padding:5px 0;
}
.fm_nav ul a{
	color:#354a5f;
}
.fm_nav.down handle{
	background-image:url(../images/fm_dth.png);
	margin-bottom:5px;
}
.footer-m .go_top{
	width: 40px;
	height: 40px;	
	border:1px solid #eaecee;
	background:url(../images/go_top.svg) no-repeat center center;
	border-radius:8px;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	cursor: pointer;
	margin-top:20px;
}
.footer-m .go_top:hover{
	border-color:#475e75;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.m_bar{
	width: 100%;
	z-index: 100;
	left: 0;
	background:#fff;
	height: 70px;	
	z-index: 100;
	position: relative;
}
.m_barfixed{
	position: fixed;
	top: 0;
}
.mbar_zw{
	height: 70px;
	clear: both;
	display: none;
}
.m_bar .handle{
	padding:0 3%;
	height: 70px;
	background:url(../images/mb_handle.png) no-repeat 95% center;
	background-size:auto 8px;
	box-shadow:0 5px 5px rgba(0,0,0,0.2);
}
.m_bardown .handle{
	background-image:url(../images/mb_handleh.png);
}
.m_bar .title{
	font-size:18px;
	line-height: 26px;
	padding-top:10px;
}
.m_bar .handle li{
	height: 70px;
	line-height: 70px;
}
.m_bar .down{
	display: none;
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 100;
	background:#fff;
	box-sizing:border-box;
	padding:10px 3%;
	width: 100%;
	border-top:1px solid #0070f2;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
}
.m_bardown .down{
	display: block;
}
.m_bar .down li{
	height: 45px;
	line-height: 45px;
}
.m_bar .down li a{
	display: block;
}
.m_bar .bn{
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	background-size:auto 18px;
}
.m_bar .down .bn.hover{
	color:#0070f2;
}
.m_bar .bn1{
	background-image:url(../images/hbar1.png);
}
.m_bar .down .bn1.hover{
	background-image:url(../images/hbar1h.png);
}
.m_bar .bn2{
	background-image:url(../images/hbar2.png);
}
.m_bar .down .bn2.hover{
	background-image:url(../images/hbar2h.png);
}
.m_bar .bn3{
	background-image:url(../images/hbar3.png);
}
.m_bar .down .bn3.hover{
	background-image:url(../images/hbar3h.png);
}
.m_bar .bn4{
	background-image:url(../images/hbar4.png);
}
.m_bar .down .bn4.hover{
	background-image:url(../images/hbar4h.png);
}

/*index 首页*/

.por{
	position: relative;
}
.posi{
	position: absolute;
	left: 0;
	top: 0;
}

.h_sign{
	position: relative;
	padding:80px 20% 0 20%;
}
.main_after .h_sign{
	padding-left:0;
	padding-right:0;
}
.h_sign .intro{
	width:70%;	
}
.main_after .h_sign .intro{
	padding-right:10%;
	box-sizing:border-box;
}
.h_sign .title3{
	font-size:36px;
	line-height: 1.6;
}
.h_sign .photo{
	display: block;
	width: 35%;
	height: auto;
	position: absolute;
	top: 40px;
	right:0;
}
.h_sign .title{
	font-size:56px;
	font-family:SD;
	line-height: 62px;
}
.h_sign .tags{
	height: 60px;
	line-height: 60px;
	clear: both;
}
.h_sign .tags span{
	float: left;
	display: inline-block;
	padding-left:25px;

}
.h_sign .tags .s1{
	background:url(../images/hs_tag1.png) no-repeat left center;
	background-size:auto 20px;
}
.h_sign .tags .s2{
	background:url(../images/hs_tag2.png) no-repeat left center;
	background-size:auto 20px;
}
.h_sign .fg{
	float: left;
	height: 24px;
	border-left:1px solid #475e75;
	margin:18px 16px;
}
.h_sign .tip{
	clear: both;
	padding-bottom:16px;
}
.h_sign .time_limit{
	margin:20px 0 40px 0;
	height: 52px;
	line-height: 52px;
	border:1px solid #0070f2;
	border-radius:8px;
	background:#ebf8ff;
	font-size:20px;	
	padding:0 16px;
}
.h_vdo{
	padding-bottom:85px;
	border-bottom:1px solid #d5dadd;
}
.hv_play{
	position: relative;
	width: 100%;	
	overflow: hidden;
}
.main_after .hv_play{
	width: 60%;
	margin:0 auto;
}
.hv_play .play{
	width:60px;
	height:60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-30px 0 0 -30px;
	z-index: 20;
	cursor: pointer;
	background:url(../images/play.png) no-repeat center center;
	background-size:100% 100%;
}
.hv_play .poster{
	width: 100%;
	height: 100%;
	object-fit:cover;
	position: absolute;	
	z-index: 10;

}
.hv_play .vdo{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.h_vdo .title{
	font-size:24px;
	font-family:SD;
	padding:50px 0 20px 0;
	line-height: 26px;
}
.h_vdo .tip{
	padding-bottom:35px;
}

.h_rc{
	padding-top:55px;
	padding-bottom:80px;
	border-bottom:1px solid #d5dadd;
}
.h_rc .title{
	line-height: 90px;
	font-size:24px;
	font-family:SD;
}
.h_rc .t2{
	padding-bottom:34px;
}
.rc_handle{
	height: 46px;
	border-bottom:1px solid #d5dadd;
	position: relative;	
	margin-bottom:40px;
}
.rc_handle .handlein{
	height: 46px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
}
.rc_handle .cbtn{
	height: 46px;
	width: 25px;
	position: absolute;
	z-index: 10;
	top: -0.5px;
	cursor: pointer;	
}
.rc_handle .pre{
	display: none;
	left: 0;
	background:url(../images/rc_pre.png) no-repeat center center;
	background-size:auto 14px;
}
.rc_handle .next{
	display: none;
	right: 0;
	background:url(../images/rc_next.png) no-repeat center center;
	background-size:auto 14px;
}
.rc_handle.after .handlein,.rc_handle.above .handlein{
	width:calc(100% - 50px);
	left: 25px;	
}
.rc_handle.after .next{
	display: block;
}
.rc_handle.above .pre{
	display: block;
}
.rc_handle .s_list{
	height: 100px;
}
.rc_handle .bn{
	float: left;
	display: block;
	line-height: 46px;
	margin-right:20px;
	position: relative;
	cursor: pointer;
	padding:0 2px;
}
.rc_handle .bn:hover{
	color:#0040b0;
}
.rc_handle .hover{
	color:#0070F2;
}
.rc_handle .hover i{
	display: block;
	width: 100%;
	height: 4px;
	border-radius:2px;
	background:#0070F2;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.rc_con{
	display: none;
	-webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
}
.rc_con.show{
	display: block;
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


.rc_con .date{
	font-family:SD;
	height: 50px;
	line-height: 50px;
	padding:0 18px;
}
.rc_tab{
	width: 100%;
	border-top:1px solid #d5dadd;
}
.rc_tab .time{
	display: inline-block;	
	width: 6em;	
	display:flex;
	justify-content: space-between;
}
.rc_tab th{
	height: 40px;
	padding:0 16px;
	width: 33%;
	border-bottom:1px solid #d5dadd;
}
.rc_tab th:nth-child(1){
	width: 15%;
}

.rc_tab td{
	border-bottom:1px solid #d5dadd;
	padding:15px 16px;
}

.rc_tab dl{
	padding-bottom:0.2rem;
}
.rc_tab dt{
	
}
.h_rc .tip{
	font-size:14px;
	line-height: 21px;
	padding-top:20px;
}

.h_hot{
	padding:70px 0 80px 0;
	border-bottom:1px solid #d5dadd;
}
.h_hot .title{
	font-size:24px;
	font-family:SD;
	line-height: 60px;
}
.hot_list{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.hot_list .zw{
	width:30%;
	height:0;
}
.hot_item{
	width:30%;
	margin-top:30px;
	border:1px solid #d5dadd;
	border-radius:5px;
	overflow: hidden;
	padding-bottom:15px;
}
.hot_item .photo img{
	display: block;
	width: 100%;
	height:auto;
}
.hot_item dl{
	padding:0 12px;
}
.hot_item dt{
	font-size:16px;
	height: 40px;
	line-height: 40px;	
	color:#000;
	padding-top:4px;
}

.hot_item dd{
	font-size:13px;
	line-height: 21px;
	height: 63px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
}
.hot_item .more{
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.hot_item .read{
	display: inline-block;
	color:#0070f2;
	padding-right:14px;
	background:url(../images/rc_next.png) no-repeat right center;
	background-size:auto 12px;
}

.h_jb{
	padding:70px 0 80px 0;
	border-bottom:1px solid #d5dadd;
}
.h_jb .title{
	font-size:24px;
	font-family:SD;
	line-height: 60px;
}
.jb_list{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.jb_list .zw{
	width:30%;
	height:0;
}
.jb_item{
	width:30%;
	margin-top:30px;
	box-shadow:0 3px 5px rgba(0,0,0,0.2);
	border-radius:10px;
	overflow: hidden;
}
.jb_item .photo img{
	display: block;
	width: 100%;
	height:auto;
}
.jb_item dl{
	padding:10px 16px;
	text-align: center;
}
.jb_item dt{
	font-size:18px;
	height: 40px;
	line-height: 40px;
	padding-bottom:5px;
}
.jb_item dt span{
	
}
.jb_item dd{
	font-size:14px;
	line-height: 21px;
	height: 63px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
}

.h_spo{
	padding:70px 0 80px 0;
	border-bottom:1px solid #d5dadd;
}
.h_spo .title{
	font-size:24px;
	font-family:SD;
	line-height: 60px;
}
.hsp_list{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding-bottom:30px;
}
.hsp_list img{
	display: block;
	width:22%;
	height:auto;
	margin-top:20px;
}
.hsp_list .zw{
	width:22%;
	height:0;
}
.ct{
	text-align: center;
}

.h_cd{
	padding:70px 0 80px 0;
	border-bottom:1px solid #d5dadd;
}
.h_cd .dp dt{
	font-size:24px;
	font-family:SD;
	line-height: 26px;
	padding-bottom:20px;
}
.h_cd .dp dd{
	padding-bottom:20px;
}
.h_cd .more{
	color:#0070f2;
	display: inline-block;
	padding-right:12px;
	background:url(../images/rc_next.png) no-repeat right center;
	background-size:auto 12px;
}
.h_cd .map{
	margin-top:20px;
}
.h_cd .map img{
	display: block;
	width: 100%;
	height:auto;
}
.h_reg{
	text-align: center;
	border-bottom:1px solid #d5dadd;
	padding:70px 0 80px 0;
}
.h_reg .title{
	font-size:24px;
	line-height: 60px;
	font-family:SD;
}
.h_reg .btn{
	margin-top:36px;
}

.h_qus{
	padding:70px 0 80px 0;
}
.h_qus .title{
	font-size:24px;
	font-family:SD;
	line-height: 26px;
}
.h_qus .t2{
	padding:20px 0 0 20px;
	line-height: 50px;
	font-family:SD;
}
.qu_item .handle{
	padding:20px 50px;
	line-height: 26px;
	border-bottom:1px solid #d5dadd;
	background:url(../images/fm_dt.png) no-repeat left center;
	background-size:auto 50px;
	cursor: pointer;	

}
.qu_item.down .handle{
	background-image:url(../images/fm_dth.png);
}
.qu_item .con{
	padding:12px 20px;
	display: none;
}
.qu_item.down .con{
	display: block;
}
.qu_item .blue{
	color:#0070f2;
	text-decoration: underline;
}
.qu_item .con p{
	padding-bottom:0.5em;
}

/*index 首页*/

/*sponsors 赞助商*/

.sp_tip{
	font-size:14px;
	color:#5B738B;
}
.sp_floor{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.sp_floor .zw{
	width: 32%;
	height: 0;
}
.sp_floor .title{
	font-size:36px;
	font-family:SD;
	padding-top:35px;
	color:#000;
	width: 100%;
}
.sp_item{
	width: 32%;
	border:1px solid #eaecee;
	margin-top:35px;
	border-radius:10px;
	box-shadow:0 2px 3px rgba(0,0,0,0.1);
	cursor: pointer;
}
.sp_item .photo{
	padding:10px 0;
	border-bottom:1px solid #eaecee;
}
.sp_item img{
	display: block;
	height: 100px;
	width: 200px;
	margin:0 auto;
}
.sp_item .bt{
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.sp_item .more{
	color:#0070f2;
	display: inline-block;
	padding-right:17px;
	background:url(../images/rc_next.png) no-repeat right center;
	background-size:auto 12px;
}
.line60{
	height: 60px;
}

.alert_flog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background:rgba(0,0,0,0.5);
	display: none;
}
.sp_win{
	width: 1080px;
	border-radius:5px;
	background:#fff;
	z-index: 220;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom:25px;
	display: none;
}
.sp_win .head{
	height: 72px;
	line-height: 72px;
	padding:0 30px;
	position: relative;
	font-size:24px;
	font-family:SD;
	color:#000;
	border-bottom:1px solid #d5dadd;
}
.sp_win .close{
	width: 72px;
	height: 72px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background:url(../images/close1.png) no-repeat center center;
	cursor: pointer;
}
.sp_win .wp{
	padding:0 30px;
}
.sp_win .tps{
	padding:20px 0;
	border-bottom:1px solid #d5dadd;
}
.sp_win .photo{
	float: left;
	display: block;
	width: 240px;
}
.sp_win dl{
	float: right;
	width: 770px;
}
.sp_win dt{
	font-size:24px;
	font-family:SD;
	line-height: 40px;
}
.sp_win .sc{
	font-family:SM;	
	line-height: 30px;
	padding-bottom:5px;
}
.sp_win dd{
	padding-bottom:10px;
}
.sp_win .more{
	color:#0070f2;
	display: inline-block;
	padding-right:12px;
	background:url(../images/rc_next.png) no-repeat right center;
	background-size:auto 12px;
}
.sp_win .t1{
	text-align: center;
	font-size:24px;
	font-family:SD;
	line-height: 3;
}
.sp_win .t2{
	text-align: center;
	padding-bottom:30px;
}


.sn_win{
	width: 500px;
	border-radius:5px;
	background:#fff;
	z-index: 220;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom:25px;
	display: none;
}
.sn_win .head{
	height: 72px;
	line-height: 72px;
	padding:0 30px;
	position: relative;
	font-size:24px;
	font-family:SD;
	color:#000;
	border-bottom:1px solid #d5dadd;
}
.sn_win .close{
	width: 72px;
	height: 72px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background:url(../images/close1.png) no-repeat center center;
	cursor: pointer;
}

.sn_win .t1{
	text-align: center;
	font-size:24px;
	font-family:SD;
	line-height: 3;
}
.sn_win .t2{
	text-align: center;
	
	padding:0 20px 30px 20px;
}

/*sponsors 赞助商*/



/*reg 注册*/

.reg_fm{
	width: 934px;
	margin:35px auto;
	border:1px solid #d5dadd;
}
.reg_fm .title{
	border-bottom:1px solid #d5dadd;
	height: 57px;
	line-height: 57px;
	font-size:24px;
	font-family:SD;
	padding:0 30px;
}
.reg_fm .fm{
	padding:25px 55px 55px 55px;
}
.reg_fm .t1{
	font-size:36px;
}
.reg_fm .t2{
	padding-bottom:10px;
}
.reg_fm .half{
	width: 49.3%;
}
.rg_inp{
	position: relative;
	margin-top:16px;
}
.rg_inp .val{
	height: 40px;
	border:1px solid #5b738b;
	border-radius:3px;
	position: relative;
	z-index: 10;
}
.rg_inp .er{
	display: none;
	height: 24px;
	line-height: 24px;
	font-size:12px;
	position: absolute;
	left: 10px;
	bottom: -30px;
	color:#d20a0a;
	padding-left:20px;
	background:url(../images/rg_er.png) no-repeat left center;
	background-size:auto 14px;
}
.rg_er .er{
	display: block;
}
.rg_er{
	margin-bottom:24px;
}
.rg_er .val{
	border-color:#840606;
}
.rg_inp .text{
	width: 100%;
	border:0;
	line-height: 40px;
	height: 40px;
	padding:0 10px;
	box-sizing:border-box;
	background:none;
	font-size:16px;
	color:#223548;
	position: relative;
	z-index: 10;
}
.rg_inp i{
	display: block;	
	width: 40px;	
	height: 40px;	
	background:url(../images/reg_sel.svg) no-repeat center center;
	background-size:16px auto;
	position: absolute;	
	right: -1px;	
	top: -1px;	
	border:1px solid rgba(255,255,255,0);
	border-radius:3px;
}
.rg_inp.focus i{
	border:1px solid #5b738b;
	
}
.rg_inp.after i{
	border:1px solid rgba(255,255,255,0);
}
.rg_inp .sel{
	width: 100%;
	border:0;
	line-height: 40px;
	height: 40px;
	padding:0 10px;
	box-sizing:border-box;
	background:none;
	font-size:16px;
	color:#223548;
	position: relative;
	z-index: 10;
	cursor: pointer;
	
}
.rg_inp .scr{
	border:1px solid #5b738b;
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 50;
	width:calc(100% - 2px);
	background:#fff;
	border-top:0;
	border-radius:0 0 5px 5px;
	cursor: pointer;
	max-height:240px;
	overflow-y:auto;
	display: none;
}
.rg_inp .scr::-webkit-scrollbar {
				width: 10px;
				height:0px;
			}
			/* 滚动条的滑轨背景颜色 */
.rg_inp .scr::-webkit-scrollbar-track {
				background-color: #fff;
				border-radius:5px;
			}
			/* 滑块颜色 */
.rg_inp .scr::-webkit-scrollbar-thumb {
				background-color: #8396a8;
				border-radius:5px;
			}
			/*内层轨道的颜色*/
.rg_inp .scr::-webkit-scrollbar-track-piece{
				background-color:#fff;
				border-radius:3px;
			}
			/* 滑轨两头的监听按钮颜色 */
.rg_inp .scr::-webkit-scrollbar-button {
				background-color:#fff;
				width:0;
				height:0;
			}
			/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.rg_inp .scr::-webkit-scrollbar-corner {
				background-color: #fff;
			}
.rg_inp .scr li{
	height: 40px;
	line-height: 40px;
	padding:0 10px;
	box-sizing:border-box;
}
.rg_inp .scr li:hover{
	background:#f3f3f3;
}
.rg_inp .scr li.hover{
	background:#ebf8ff;
	border-bottom:1px solid #5b738b;
}
.rg_inp.focus .scr{
	display: block;
}
.rg_inp.after .scr{
	display: none;
}
.rg_inp .plo{
	line-height: 40px;
	height: 40px;
	background:#fff;
	position: absolute;
	left: 6px;
	padding:0 4px;
	top: 1px;
	z-index: 5;
	transition: all 0.3s;
}
.rg_inp.focus .plo{
	height: 20px;
	line-height: 20px;
	top:-12px;
	font-size:12px;
	transition: all 0.3s;
	z-index: 20;
}
.rg_inp .bd{
	border:2px solid #002a86;
	border-radius:6px;
	height: 42px;
	width: 100%;
	padding:2px;
	position: absolute;
	left: -4px;
	top: -4px;
	display: none;
}
.rg_inp.focus .bd{
	display: block;
}
.rg_inp.after .bd{
	display: none;
}
.rg_sel.focus{
	z-index: 50;
}
.rg_sel.after{
	z-index:20;
}

.reg_fm .t3{
	font-size:20px;
	padding-top:28px;
}
.reg_fm .t4{
	line-height: 1.8;

}
.reg_fm .chk{	
	padding:15px 0 15px 35px;
	position: relative;
	cursor: pointer;
}
.reg_fm .er2{
	display: none;
	height: 24px;
	line-height: 24px;
	font-size:12px;	
	left: 30px;
	bottom: -8px;
	color:#d20a0a;
	padding-left:20px;
	background:url(../images/rg_er.png) no-repeat left center;
	background-size:auto 14px;
}
.reg_fm .chk .er{
	display: none;
	height: 24px;
	line-height: 24px;
	font-size:12px;	
	left: 6px;
	bottom: -8px;
	position: absolute;
	color:#d20a0a;
	padding-left:20px;
	background:url(../images/rg_er.png) no-repeat left center;
	background-size:auto 14px;
}
.reg_fm .chk.error .er{
	display: block;
}
.reg_fm .chk i{
	display: block;
	width: 24px;
	height: 24px;
	
	border:1px solid #5b738b;
	border-radius:3px;
	position: absolute;
	left: 0;
	top: 50%;
	box-sizing:border-box;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.reg_fm .chk:hover i{
	background:#ebf8ff;
	border-color:#0070f2;
}
.reg_fm .chk.hover i{
	background:#ebf8ff url(../images/chk.svg) no-repeat center center;
	background-size:auto 16px;
	border-color:#0070f2;
}
.reg_fm .chk.error i{
	border-color:#d20a0a;
}
.reg_fm .blue{
	color:#0070f2;
	text-decoration: underline;
}
.reg_fm .ctrls{
	text-align:right;
	padding-top:20px;
}
.reg_fm .btn{
	margin-left:20px;
}

/*reg 注册*/

.de_toper{
	padding:35px 0;
	border-bottom:1px solid #d5dadd;
}
.de_toper .backa{
	color:#0070f2;
	padding-left:18px;
	display: inline-block;
	background:url(../images/rc_pre.png) no-repeat left center;
	background-size:auto 14px;
}
.de_toper .title{
	font-size:24px;
	font-family:SD;
	padding:25px 0 10px 0;
}
.de_toper .tags{
	height: 24px;
	line-height: 24px;
	clear: both;
	font-size:14px;
}
.de_toper .tag{
	display: inline-block;
	padding-left:28px;
	float: left;
}
.de_toper .tag1{
	background:url(../images/de_tag1.png) no-repeat left center;
}
.de_toper .tag2{
	background:url(../images/de_tag2.png) no-repeat left center;
}
.de_toper .tag3{
	background:url(../images/de_tag3.png) no-repeat left center;
}
.de_toper .fg{
	float: left;
	height: 24px;
	border-left:1px solid #d5dadd;
	margin:0 15px;
}
.de_info{
	border-bottom:1px solid #d5dadd;
	padding:15px 0 40px 0;
}
.de_info dl{
	padding-top:25px;
}
.de_info dt{
	font-family:SD;
}

/*所有设备公用 CSS*/

/* PC大屏幕 big star*/
@media screen and (min-width: 993px) {

.visible-lg {display: block !important;}
.visible-lg-block {display: block !important;}
.visible-lg-inline {display: inline !important;}
.visible-lg-inline-block {display: inline-block !important;}
.hidden-lg{display:none !important;}

.wrapin{
	padding:0 70px;
	max-width:1440px;	
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;	
}

.main{
	min-height: 450px;
	position: relative;
	box-sizing:border-box;	
	
}
.m_ct{
	padding:0 20%;
	position: relative;
}
.main_after .m_ct{
	padding:0;
}
.sp_ct{
	padding-right:0;
	position: relative;
	
}

.h_sign{
	min-height: 300px;
}
.h_sign .title2{
	font-size:46px;
	color:#000;
}



/* PC大屏幕 big end*/
}