*{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
body{
	height: 100%;
	background: white;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-family: 'Microsoft YaHei', '微软雅黑', 'PingFang SC', "Hiragino Sans GB",STHeiti, sans-serif;
	overflow-x:hidden;
	/*font-size: 16px;*/
}
.dn{display: none;}
.mr0{margin-right: 0!important;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
.clearfix{*zoom:1;}
a{text-decoration: none;color: #fff;}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.video-play{
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.8);
	position: fixed;
	left:0;
	top:0;
	z-index: 1000001;
	text-align: center;
	display: none;
}
.video-play.black-full{
	background:rgba(0,0,0,1);
}
.video-play .video{
	position: relative;
	display: inline-block;
	margin-top: 80px;
}
.video-play video{
	width: 900px;
    height: 500px;
}
.video-play #close {
    position: absolute;
    top: -10px;
    right: -40px;
    cursor: pointer;
    color: white;
    width: 15px;
    height: 15px;
    background: url(../img/cancel.png);
    background-size: 100%;
}
.video-container{
	/*visibility: hidden；*/
	height: 100%;
	overflow: hidden;
	position: relative;
}
.video-container .menu {
    position: absolute;
    right: 3%;
    top: 36px;
    z-index: 1000000;
}
.video-container .menu .m-btn {
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    margin-left: 44px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    cursor: pointer;
}
.video-container .menu div.m-btn .app-text{
	position: relative;
}
.video-container .menu div.m-btn .app-text span{
	vertical-align: middle;
}
.video-container .menu div.m-btn .app-text:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 10px;
	height: 6px;
	background: url(https://oss-v6.xpccdn.com/Uploads/Activity/2017-05-17/591c03cb0a364.png) no-repeat;
	background-size: cover;
	-webkit-backface-visibility: hidden;
    transition: transform .3s;
    transform-origin: center;
}
.video-container .menu div.m-btn .app-text.rotate180:after{
	transform: rotate(180deg);
}
.video-container .menu .app-box{
	position: absolute;
	width: 98px;
	padding-top: 11px;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0;
	transition: opacity .3s;
	visibility: hidden;
}
.video-container .menu .app-box.show{
	opacity: 1;
	visibility: visible;
}
.video-container .menu .app-box a{
	display: block;
	width: 100%;
	height: 37px;
	line-height: 37px;
	border: solid 1px #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	transition: background .3s;
	background: rgba(0,0,0,0);
}
.video-container .menu .app-box a:hover{
	background: rgba(0,0,0,.2);
}
.video-container .menu .app-box a.app-molihe{
	border-bottom: none;
}

.video-container .arrow{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(//oss-v6.xpccdn.com/Uploads/Activity/2016-05-09/573094c7d2fca.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 30px;
	z-index: 100;

}
.video-container .logo{
	position: absolute;
	top: 34px;
    left: 44px;
	z-index: 100;
	width: 128px;
}
.video-container .solgn{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1000;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	color: #fff;
	margin: auto;
	display: inline-block;
	
}
.video-container .solgn .view-intro{
	padding: 15px 30px 15px 60px;
	border: 1px solid #fff;
	border-radius: 30px;
	display: inline-block;
	font-size: 20px;
	cursor: pointer;
	line-height: 1;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}
.video-container .solgn .view-intro:before{
	width: 17px;
	height: 17px;
	content: "";
	background: url(https://oss-v6.xpccdn.com/Uploads/Activity/2017-06-29/5954b09670908.png) no-repeat;
	position: absolute;
	background-size: cover;
	left: 29px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}
.video-container .solgn h3{
	font-weight: lighter;
	font-size: 80px;
	letter-spacing: 16px;
	line-height: 1.4;
}
.video-container .solgn h3 img{
	width: 290px;
}
.video-container .solgn p{
	font-size: 20px;
	text-indent: 16px;
	line-height: 1.8;
}
.video-container .volume{
	position: absolute;
	left: 70px;
	bottom: 35px;
	width: 35px;
	height: 35px;
	background: url(//oss-v6.xpccdn.com/Uploads/Activity/2017-03-24/58d4b714890c3.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}
.video-container .volume.open{
	background-position: 0 -35px;
}
.union-data{text-align: center;margin-top: 40px;}
.union-data span{display: inline-block;font-size: 30px;line-height: 0.8; border-right:1px solid rgba(153,153,153,0.2); padding-right: 10px;margin-right: 10px;}
.union-data span:last-child{border-right: none; padding-right: 0;margin-right: 0;}
.union-data span em{font-style: normal;font-size: 14px;color: #999;}
.intro{
	text-align: center;
	/*margin-top: 60px;*/
	font-size: 17px;
	color: #666;
	width: 960px;
	margin: 60px auto 0;
	line-height: 37px;
}
.video-container .video-cover{
	height: 100%;
	width: 100%;
	background: url(https://oss-v6.xpccdn.com/Uploads/Activity/2017-07-05/595c7eace4d75.png);
	position: absolute;
	background-size: 4.5px;
	left: 0;
	top:0;
	background-color: rgba(33,50,91,.9);
}
.video-container .videoMark{
	width: 100%;
	height: 300px;
	position: absolute;
	top:0;
	left: 0;
}
.video-container .videoMark .headerList{
	position: relative;
	float: right;
	width:460px;
	height: 55px;
}
.video-container .videoMark .headerList .headerUl{
	padding-top: 22px;
}
.video-container .videoMark .headerList .headerUl li{
	float: left;
	height: 24px;
	line-height: 24px;
	margin-right: 30px;
	padding-bottom:10px;
}
.video-container .videoMark .headerList .underLine{
	position:absolute;
	bottom: 0;
	height: 2px;
	background-color: #fff;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s;
}
.video-container video{
	width: 100%;
}
.video-container .videoimg{
	width: 100%;
	background-size: 100%;
	display: none;
}
.movieList{
	width:1120px;
	/*height:600px;*/
	margin:50px auto 15px;
}
.movieList ul li{
	float:left;
	width:358px;
	margin-right: 23px;
	margin-bottom: 15px;
	position: relative;
}

.movieList ul li:nth-child(3n+3){
	margin-right: 0;
}

.movieList ul li .videoFace{
	width:100%;
	height: 200px;
	display: block;
}
.movieList ul li p{
	color: #333;
	margin: 10px 0;
	/*font-weight: bold;*/
}
.videoHover{
	position: relative;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}
.videoHover:hover{
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	box-shadow: 0 6px 10px rgba(51,63,82,0.6);
	-webkit-box-shadow: 0 6px 10px rgba(51,63,82,0.6);
	-moz-box-shadow: 0 6px 10px rgba(51,63,82,0.6);
	-ms-box-shadow: 0 6px 10px rgba(51,63,82,0.6);

}
.videoHover .videoBtn{
	width: 50px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	opacity: 0;
	filter: alpha(opacity=0);
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}
.videoHover .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	left: 0;
	top:0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	display: inline-block;
}

.untransparent{
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}
.moreMolihe{
	width:100%;
	/*height: 180px;*/
}
.moreMolihe .moreMoliheBtn{
	width:294px;
	height:80px;
	margin:88px auto 120px;
	background-image: url("../img/b_button.jpg");
	background-size: 100%;
	cursor: pointer;
}
.moreMolihe .moreMoliheBtn:active{
	background-image: url("../img/b_button_press");
}
.imgList{
	width:1180px;
	/*height:240px;*/
	padding:40px 0 50px;
	margin: 0 auto;
}
.imgList ul li{
	float: left;
	width:271px;
	margin-right: 32px;
	margin-bottom: 20px;
}
.imgList ul li:nth-child(4n+4){
	margin-right: 0;
}
.imgList ul li .face{
	width:100%;
	display: block;
	height: 153px;
}
.imgList ul li p{
	color: #333;
    font-weight: bold;
    margin-top: 10px;
}
.moreVideo{
	width:100%;
	margin-bottom: 60px;
	/*height: 180px;*/
}
.moreVideo .moreVideoBtn{
	width:162px;
	height:44px;
	margin:0 auto;
	background-image: url(//oss-v6.xpccdn.com/Uploads/Activity/2016-05-09/573060200d525.png);
	background-image: url("../img/more.png");
	background-size: 100%;
	cursor: pointer;
}
.moreVideo .moreVideoBtn:active{
	background-image: url(//oss-v6.xpccdn.com/Uploads/Activity/2016-05-09/573060200d525.png);
}
.title{
	width:100%;
	/*height: 75px;*/
	margin-top: 60px;
	margin-bottom: 30px;
}
.title span{
	display: block;
	width: 34px;
	height: 3px;
	margin:20px auto 0;
	opacity: 0.5;
	background-color: gray;
}
.title .titleImg{
	margin:0 auto;
	background-size: 100%;
}
.title .youCan{
	width:401px;
	height:31px;
	background-image: url("https://oss-xpc0.xpccdn.com/Upload/edu/2021/08/17611baecb34f4c.png");
}
.title .show{
	width: 264px;
	height: 36px;
	margin-top: 115px;
	background-image: url("../img/t2.png");
}

.imgTitle{height: 25px;display: block;margin: 0 auto;}		
.title .top{
	width: 264px;
	height: 36px;
	margin-top: 115px;
	background-image: url(//oss-v6.xpccdn.com/Uploads/Activity/2016-05-09/57306b0a9a090.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;

}

.share{
	width:100%;
	/*padding-top: 38px;*/
	padding-bottom: 50px;
}
.shareList{
	margin: 0 auto;
	/*width:650px;*/
	height:44px;
	text-align: center;
}
.shareList li{
	/*float: left;*/
	/*width:140px;*/
	height:44px;
	margin-right: 30px;
	cursor:pointer;
	display: inline-block;
}
.shareList li img{
	width:44px;
	height:44px;
	vertical-align: middle;
}
.shareList li span{
	padding-left: 12px;
	vertical-align: middle;
	color: #545454;
}
.shareList li:last-child{
	margin-right: 0;
}
.memberList{
	width:668px;
	/*height: 370px;*/
	margin:50px auto;
}
.memberList .memberUl{
	width: 100%;
}
.memberList .memberUl li{
	width:120px;
	height: 185px;
	float: left;
	text-align: center;
	margin-right: 62px;
}
.memberList .memberUl li span{
	color: #585858;
	line-height: 2.5;
}
.memberList .memberUl li:nth-child(4n+4){
	margin-right: 0;
}

.memberList .memberUl li img{
	width:120px;
	height: 120px;
	border-radius: 50%;
	/*border: 1px solid #000;*/
}
.memberList .memberUl .border{
	border: 1px solid #ddd;
}
.footer{
	width:100%;
	padding: 60px 0;
	/*margin-top: 45px;*/
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-align: center;
}
.footer .apply-btn{
	float: none;
	margin: 30px auto;
}
.footer .phoneNum{
	margin:0 auto;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
}
.footer .phoneNum:first-child{
	font-size: 25px;
	margin-bottom: 10px;
}
.footer div{
	color: #fff;
}
.footer .ba *{
	display: inline-block; 
	vertical-align: middle; 
}
.footer .ba img{
	width: 20px;
	margin-right: 5px;
}
.footer .ba:hover p{
	text-decoration: underline;
}
.qr{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
	top:0;
	display: none;
}
.downcode{
	width:288px;
	height: 375px;
	background: #ffffff;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	top:50%;
	color:#313131;
	margin-left: -144px;
	margin-top: -185px;
	/*display: none;*/
}
/*.qrAndroid .downcode,.qrIos .downcode{
	height: 340px;
}*/
.downcode p{text-align: center;margin-top:35px;font-size: 18px;}
.downcode p .tv{color: #31a0f8;}
.downcode img{width: 180px;margin: 0 auto;display: block;margin-top:25px;}
.downcode .text{text-align: center;margin-top: 20px;line-height: 1.8;font-size: 14px;
}
.downcode a{margin-top: 5px;color:#313131;display: inline-block;border-bottom: 1px solid #313131;line-height: 1.4;
}
.close{
	position: absolute;
	top: 5px;
	cursor: pointer;
	color: rgba(0,0,0,0.3);
	width: 15px;
	height: 15px;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	right: 10px;
	font-weight: lighter;
}
.issue-parallax{
	height: 400px;
	background:no-repeat fixed none;
    background-size: 100%;
    margin-bottom: 20px;
    /*margin-top: 120px;*/
}
.issue-loge{
	font-style: normal;
}
.issue-loge img{
	width: 40%;
    display: block;
    margin: 0px auto;
    padding-top: 150px;
}
.issue-loge .text{
	width: 100%;
	padding-top: 140px;
	/*height: 400px;
	line-height: 400px;*/
    display: block;
    margin: 0px auto;
    text-align: center;
    font-size: 64px;
    color: #fff;
}
.issue-loge .sub-text{
	padding-top: 0;
	font-size: 26px;
}
.issue-loge .mark{
	width:500px;
	float: right;
	color: #fff;
}
.moliheDescribe{
	width:765px;
	line-height: 27px;
	margin:80px auto 60px;
	color: #686868;
	text-align: center;
}
.moliheDescribe img{
	height: 17px;
	margin-left: 5px;
	margin-bottom: -3px;
}
.issue-loge .mark .molihe{
	width: 100%;
	padding-top: 52px;
}
.issue-loge .mark .molihe .moliheLogo{
	width:64px;
	height: 64px;
	background: url("../img/app_logo.png");
	background-size: 100%;
}
.issue-loge .mark .molihe .molihetext{
	padding-left: 3px;
	line-height: 1.8;
	font-size: 20px;
}
.issue-loge .mark .describe{
	width: 100%;
	padding-top: 40px;
	font-size: 26px;
}
.issue-loge .mark .btnList{
	width: 100%;
	padding-top: 53px;
	font-size: 18px;
}
.issue-loge .mark .btnList .btn{
	display: inline-block;
	width:159px;
	/*height:44px;*/
	/*line-height: 45px;*/
	padding: 10px 0;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 30px;
	cursor: pointer;
}
.issue-loge .mark .btnList .btn:hover{
	border: 2px solid #fff;
	padding: 9px 0;
	width:157px;
	/*width:157px;
	height:42px;*/
}
.issue-loge .mark .btnList .iosBtn{
	margin-left: 31px;
}

.union-case .union-case-title{text-align: center;margin-bottom: 48px;font-size: 40px;color:#666;}
.union-case .union-case-banner{margin-bottom: 30px;}
.union-case .union-case-banner>img{width: 100%;}
.union-case-info{width: 980px;margin: 0px auto 95px;}
.union-case-info .info-left {width: 62%;margin-right: 3%;}
.union-case-info .info-left p{padding-top: 20px;line-height: 37px;font-size: 17px;}
.union-case-info .info-right span{font-size: 41px; color: #666; padding-left: 10px;}
.union-case-info .info-right .all img{width: 34px;vertical-align: middle;margin-right: 12px;position: relative;top:-2px;}
.union-case-info .info-right .all img.last{margin-right: 0;}
.union-case-info div{float: left; font-size: 20px;}
.union-case-info div.all{padding-left: 5px;}
.union-case-info p {margin: 0;color: #666;line-height: 1.6;}
.union-case-info .info-right {width: 30%;margin-left: 5%;}
.union-case-info h2{font-size: 30px;color: #666;font-family: 'Open Sans', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;margin: 0px 0px 25px;padding: 20px 0px 15px;border-bottom: 1px solid #999;font-weight: normal;}
a{text-decoration: none;color: #000;}
.apply-btn{display: block;width: 140px;height: 40px;background: url(https://oss-xpc0.xpccdn.com/Upload/edu/2021/08/17611bb03988940.png); background-size: cover; background-repeat: no-repeat; text-align: center; line-height: 45px; color: #fff; margin-top: 50px; float: left; cursor: pointer;}
/* .apply-btn:hover{background-position: 0 -45px;} */
/*.union-case-info span {display: block;width: 100%;background-color: #3d3d3d;color: #fff;text-align: center;line-height: 55px;height: 55px;margin: 27px 0 20px;font-weight: bold;letter-spacing: 2px;font-size: 20px;}
.union-case-info span:hover{background-color: #646464;}*/

.serise-warp{text-align: center;margin-top: 20px;padding-bottom: 20px;}
.serise-warp div{width: 190px;display: inline-block;margin: 0 10px;}
.serise-warp div img{width: 100%;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;}
.serise-warp div img:hover{box-shadow: 2px 2px 4px #999;}
.serise-warp div h3{font-weight: normal;color: #545454;font-size: 16px;}
.us{text-align: center;font-size: 0;}
.us img{width: 138px;margin:0 16px 16px 0;}
.toolbar {position: fixed;right: 0px;bottom: 150px; z-index: 9999;width: 40px;display: none;}
.toolbar-item {display: block;}
.toolbar>div{margin-top: 2px;height: 40px;float: left;}
.toolbar>div a{ 
	background-size: 100%!important;
    background-position: center!important;
    width: 40px!important;
    height: 40px!important;
    padding: 0!important;
    margin: 0!important;
    background-color: #ccc!important;
    background-repeat: no-repeat!important;
    background: none\9;
}
#bdshare{padding: 0!important;}
.toolbar .bds_qzone{
  background-image: url(//oss-v6.xpccdn.com/Uploads/Activity/2016-12-12/584e441b2b1c6.png);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//oss-v6.xpccdn.com/Uploads/Activity/2016-12-12/584e441b2b1c6.png',sizingMethod='scale');
  }
.toolbar .bds_weixin{
  background-image: url(//oss-v6.xpccdn.com/Uploads/Activity/2016-12-12/584e442fd3ec1.png);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//oss-v6.xpccdn.com/Uploads/Activity/2016-12-12/584e442fd3ec1.png',sizingMethod='scale');
}
.toolbar .bds_tsina{
  background-image: url(//oss-v6.xpccdn.com/Uploads/Activity/2016-12-12/584e444f17f54.png);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//oss-v6.xpccdn.com/Uploads/Activity/2016-12-12/584e444f17f54.png',sizingMethod='scale');
}
.toolbar-item-top{
  background-image: url(//oss-v6.xpccdn.com/Uploads/Activity/2016-12-12/584e4463a71ac.png);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//oss-v6.xpccdn.com/Uploads/Activity/2016-12-12/584e4463a71ac.png',sizingMethod='scale');
}
.toolbar-item-top:hover{opacity: 0.7;filter: alpha(opacity=70);}