@charset "utf-8";
/*basic*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, span, em, i, strong,form, input, select, button, textarea, iframe, table, th, td a {
	margin: 0;
	padding: 0;
}
body{ 
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	background:#3452c2; 
	color:#fff;}
em,i{ 
	font-style:normal;
}
ul,li{
	list-style:none;
}
a{ 
	text-decoration:none; 
	color:#333;
}
img{ 
	border:none;
}
h1,h2,h3,h4,h5,h6{ 
	font-weight: normal; 
}

.w1200{
	width:1200px;
	margin:0 auto;
}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display: table;line-height: 0;content:"";}
.clearfix:after{clear:both;}

/*嵌入字体*/
/*@font-face{
	font-family:syNor;
	src: url('../fonts/SourceHanSans-Normal.otf'); 
}*/
@font-face{
	font-family:apLig;
	src: url('/assets/fonts/Alibaba-PuHuiTi-Light.ttf') format('truetype');
}
@font-face{
	font-family:apReg;
	src: url('/assets/fonts/Alibaba-PuHuiTi-Regular.ttf') format('truetype');
}

@font-face{
	font-family:apMed;
	src: url('/assets/fonts/Alibaba-PuHuiTi-Medium.ttf') format('truetype');
}
@font-face{
	font-family:apBold;
	src: url('/assets/fonts/Alibaba-PuHuiTi-Bold.ttf') format('truetype');
}
@font-face{
	font-family:apHea;
	src: url('/assets/fonts/Alibaba-PuHuiTi-Heavy.ttf') format('truetype');
}

body{font-family: Roboto, "Microsoft Yahei" ,'微软雅黑', '宋体', sans-serif;}

/*header*/
.header{
	height: 70px; 
	background-color: #13154d;
	overflow: hidden;
}
.header .logo{
	display: inline-block;
	float: left;
}
.header .nav{
	float: right;
	padding-top: 10px;
}
.header .nav a{
	display: inline-block;
	text-align: right;
	padding: 0 10px;
	line-height: 60px;
	color: #fff;
	margin-left: 10px;
	font-size: 16px;
	transition: 0.5s;
	position: relative;
}
.header .nav a:after{
	content: "";
	width: 0;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transition: 0.5s;
}
.header .nav a.cur,.header .nav a:hover{
	/*font-weight: bold;*/
}
.header .nav a.cur:after,.header .nav a:hover:after{
	width: 100%;
}
.partbg{
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.partbg .icon-tit{
	font-size: 26px;
	line-height: 40px;
	background: url(/assets/img/images/icon_fa.png) no-repeat 2px center;
	padding-left: 40px;
}
.part01{
	height: 528px;
	background-image: url(/assets/img/images/partbg01.jpg);
}

.part01 h2{
	font-size: 50px;
	line-height: 70px;
	/*font-family: "apMed";*/
	font-family: Roboto, "Microsoft Yahei" ,'微软雅黑', '宋体', sans-serif;
	margin-top: 95px;
}
.part01 p{
	font-size: 16px;
	line-height: 34px;
	margin-top: 10px;
}
.part01 a,.part02 a{
	width: 210px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	text-align: center;
	background-color: #292589;
	color: #fff;
	display: block;
	margin-top: 34px;
	/*font-family: "apMed";*/
	font-family: Roboto, "Microsoft Yahei" ,'微软雅黑', '宋体', sans-serif;
}


/*02*/
.part02{
	height: 526px;
	background-image: url(/assets/img/images/partbg02.jpg);
}
.part02 .left{
	float: left;
	display: inline-block;
}
.part02 .left img{
	display: block;
}
.part02 .left .icon-tit{
	margin: 104px 0 20px;
}
.part02 ul{
	background: url(/assets/img/images/icon_text.png) no-repeat -2px 5px;
	margin-top: 30px;
}
.part02 ul li{
	font-size: 16px;
	line-height:45px;
	height: 45px;
	text-indent: 35px;
}

.part02 .right{
	width: 497px;
	overflow: hidden;
	float: right;
	margin-top: 83px;
}

/*video*/
.psVideo {
	width: 497px;
	height: 358px;
	position: relative;
	margin: 20px auto;
	text-align: center;
	transition: all .5s;
	overflow: hidden;
	background:url(/assets/img/images/videobg.jpg) no-repeat center center;
	background-size: cover;
}

.my-psVideo {
	position: relative;
	margin: 0 auto;
	width: 497px;
	height: 358px;
	cursor: pointer;
	transition: all .5s;
	/*background-color: rgba(0,0,0,0.3);*/
}

.psVideo .full {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: #000
}

.psVideo .psVideo-play-one {
	width: 102px;
	height: 102px;
	background: url(/assets/img/images/video_playone.png) no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .7;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin:-51px auto 0;
	cursor: pointer;
}

.psVideo .psVideo-play-footer {
	position: absolute;
	width: 100%;
	height: 36px;
	bottom: 0
}

.psVideo .psVideo-shade {
	position: absolute;
	height: 60px;
	width: 100%;
	bottom: 4px;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	transition: opacity .3s;
	display: none !importants;
}

.psVideo .psVideo-shade-full {
	bottom: 0
}

.psVideo .psVideo-shade-on {
	opacity: 1
}

.psVideo .psVideo-shade-off {
	/*opacity: 0*/
}

.psVideo .psVideo-play-footer .psVideo-play-btn {
	width: 23px;
	height: 23px;
	float: left;
	margin-left: 3%;
	cursor: pointer;
	z-index: 3
}

.psVideo .psVideo-stop {
	background: url(/assets/img/images/video_stop.png) no-repeat;
	background-size: cover
}

.psVideo .psVideo-play {
	background: url(/assets/img/images/video_play.png) no-repeat;
	background-size: cover
}

.psVideo .psVideo-time {
	float: left;
	font-size: 15px;
	line-height: 23px;
	color: #fff;
	margin-left: 10px;
	z-index: 2
}



@keyframes danOn {
	from {
		left: 100%;
		transform: translateX(0)
	}

	to {
		left: 0;
		transform: translateX(-100%)
	}
}

@keyframes danOnFull {
	from {
		left: 100%;
		transform: translateX(0)
	}

	to {
		left: 0;
		transform: translateX(-100%)
	}
}



.psVideo .psVideo-right-btn {
	float: right;
	margin-right: 3%;
	z-index: 4
}
.psVideo .psVideo-btn {
	width: 23px;
	height: 23px;
	float: right;
	margin-left: 20px;
	cursor: pointer
}

.psVideo .konge1 {
	display: none;
	position: absolute;
	width: 200px;
	height: 17px;
	bottom: 23px;
	left: -85px;
	text-align: center;
	z-index: 4
}
.psVideo .moren {
	color: #7969ff
}

.psVideo .huazhi {
	width: 50px;
	font-size: 15px;
	line-height: 23px;
	color: #fff
}

.psVideo .sound {
	position: relative;
	background: url(/assets/img/images/video_sound.png) no-repeat;
	background-size: cover;
	display: none;
}


.psVideo .psVideo-progress {
	width: 95%;
	background: #fff;
	height: 2px;
	position: absolute;
	bottom: 50px;
	left: 2.5%;
	cursor: pointer;
	transition: bottom .1s;
	border-radius: 3px
}

.psVideo .psVideo-progress:hover {
	height: 6px;
	bottom: 48px
}

.psVideo .psVideo-progress .psVideo-timeBar {
	height: 100%;
	position: absolute;
	top: 0;
	display: block;
	z-index: 2;
	width: 0;
	background: #f9d43a;
	border-radius: 3px
}

#soundBtn:hover .sound-list,#soundBtn:hover .konge {
	display: block
}

.psVideo .sound-list {
	display: none;
	position: absolute;
	width: 30px;
	height: 85px;
	bottom: 40px;
	left: -6px;
	text-align: center;
	background: #000;
	border-radius: 3px
}

.psVideo .konge {
	display: none;
	position: absolute;
	width: 30px;
	height: 17px;
	bottom: 23px;
	left: -6px;
	text-align: center;
	z-index: 4
}

.psVideo .sound-number {
	position: relative;
	width: 100%;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	line-height: 20px;
	font-size: 15px;
	color: #fff
}

.psVideo .volume {
	position: relative;
	margin: auto;
	margin-top: 5px;
	width: 7px;
	height: 50px;
	background: aqua;
	border-radius: 2px;
	overflow: hidden
}

.psVideo .volumeBar {
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	background-color: #fff;
	z-index: 2
}



.psVideo .video-now,.psVideo .video-now:hover {
	height: 30px;
	font-size: 20px;
	line-height: 25px;
	background: rgba(139,288,255,.3);
	color: #6956ff
}





/*03*/
.part03{
	height: 489px;
	background-image: url(/assets/img/images/partbg03.jpg);
}
.part03 .right{
	width: 564px;
	float: right;
}
.part03 .right .icon-tit{
	margin: 84px 0 0;
}
.part03 .right h2{
	font-size: 50px;
	line-height: 75px;
	text-align: justify;
	/*font-family: "apMed";*/
	font-family: Roboto, "Microsoft Yahei" ,'微软雅黑', '宋体', sans-serif;
	margin-bottom: 13px;
}
.info-lists li{
	line-height: 45px;
	background:url(/assets/img/images/icon_cir.png) no-repeat left 15px;
	padding-left: 22px;
}


/*04*/
.part04{
	height: 510px;
	background-image: url(/assets/img/images/partbg04.jpg);
}
.part04 .left{
	width: 644px;
	float: left;
}
.part04 .icon-tit{
	margin: 70px 0 20px;
}
.part04 .right{
	width: 534px;
	float: right;
	margin-top: 95px;
}
.part04 img{
	display: block;
}
.part04 .info-lists{
	margin-top: 35px;
}

.navbar-top{
	background: #13154d;
}
.navbar-right li a{
	color: #ccc;
	font-weight: bold;
}
.navbar-right li:hover{
	color: #fff;
}
.navbar-right li:hover ,.navbar-right li a:hover{
	background: #13154d !important;
	color: #fff !important;
}



.part02 .left .wlsyt-tit{
	margin-top: 15px;
}
.part02 ul{
	margin-top: 10px;
}
.part02 ul li{
	height: auto;
	text-indent: 0;
	padding-left: 30px;
}
.part02 a{
	margin-top: 15px;
}
.part03 .right .icon-tit{
	margin-top: 50px;
}
.part03 .right h2{
	font-size: 40px;
}