html{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-overflow-scrolling: touch;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-ms-overflow-style: -ms-autohiding-scrollbar;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* =e Reset */
::-webkit-scrollbar{ width:0px; height:5px; background-color:#fff;border-radius: 5px}
::-webkit-scrollbar:hover{ /*background-color:#eee;*/ }
::-webkit-resizer{}
::-webkit-scrollbar-thumb{ -webkit-border-radius:4px; background-color:#08538e; height:10px;border-radius: 5px}
::-webkit-scrollbar-thumb:hover{ background-color: #1c3956;}
::-webkit-scrollbar-thumb:active{ background-color:#1c3956;}
/* =s base */
header,footer,nav{display: block;}
::-moz-selection{background:#fe917b; color:#fff;} 
::selection {background:#fe917b; color:#fff;} 
html,body{background:#000;}
body{font-family:"microsoft yahei",Arial;color:#000; -webkit-font-smoothing:antialiased;}
i{font-style:normal;}
a{text-decoration: none;color: #333;border: 0;font-size: 100%;margin: 0;padding: 0;vertical-align: baseline;-webkit-transition: all 0.1s ease-in;-moz-transition: all 0.1s ease-in;transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;}
.clr:after{clear: both;content:'\0020';display: block;visibility:hidden;height:0;}
.clr{zoom:1;}
.hide {display:none;}
.thide{text-indent: -9999px; position: absolute; left: -9999px;}
.inner{width:1000px;margin:0 auto;position: relative;}
.inner12{width:1200px;margin:0 auto;position: relative;}
.inner1040{width:1040px;margin:0 auto;position: relative;}
.yahei{font-family: "microsoft yahei";}
.fr{float: right;}
.fl{float: left;}


/* ---- particles.js container ---- */
canvas{
  display:block;
  vertical-align:bottom;
}

#particles-js{
  width: 1000px;
  margin: 0 auto;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 500px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
}

#canvas {
  position: absolute;
  width: 1000px;
  height: 550px;
  left: 50%;
  top: 50px;
  margin-left: -500px;
}

.banner{	
	background: url(../images/yj/banner.jpg) no-repeat center;
	height: 537px;
	padding-top: 180px;
	position: relative;
}
.banner .banner-little-title{
	width: 260px;
	height: 50px;
	background: url(../images/yj/banner-little-title.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.banner .banner-title{
	background: url(../images/yj/banner-title.png) no-repeat;
	width: 780px;
	height: 190px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}
.banner .banner-intro{
	color: #6cf0ff;
	font-size: 27px;
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
}
.banner .logo{
	position: absolute;
	top: 90px;
	left: 50px;
}

.ses-1-wrap{
	background: url(../images/yj/ses-1-bg.png) no-repeat;
	width: 1050px;
	padding-top: 130px;
	height: 270px;
	margin: 0 auto;
	margin-bottom: -30px;
}
.ses-1-wrap .ses-1-text{
	color: #a3daff;
	font-size: 14px;
	width: 760px;
	margin: 0 auto;
	line-height: 1.8;
}

.ses-2 .ses-2-wrap{
	padding: 0 60px;
}
.ses-2 .swiper-container{
	padding-bottom: 30px;
	padding-top: 30px;
}
.ses-2 .ses-2-item{
	display: block;
	float: left;
	box-sizing:border-box;
	background: url(../images/yj/ses-2-bg.png) no-repeat;
	background-size: 100%;
	width: 560px;
	height: 150px;
	padding: 40px 50px;
	padding-left: 70px;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ses-2 .ses-2-item:hover{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    
}
.ses-2 .ses-2-item:nth-child(2n){
	margin-left: -50px;
}
.ses-2 .ses-2-item .item-pic{
	float: left;
	width: 124px;
	height: 68px;
}
.ses-2 .ses-2-item .item-text{
	padding-left: 136px;
}
.ses-2 .ses-2-item .item-text .tit{
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ses-2 .ses-2-item .item-text .con{
	font-size: 14px;
	color: #a3daff;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 8px;
}
.swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	background: url(../images/yj/page.png) no-repeat;
	opacity: 1;

}
.swiper-pagination-bullet-active{
	background: url(../images/yj/page-act.png) no-repeat;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}

.ses-3-wrap{
	position: relative;
	width: 950px;
	height: 520px;
	background: url(../images/yj/ses-3-bg.png) no-repeat;
	margin: -40px auto;
}
.ses-3-wrap .ses-3-item{
	position: absolute;
	width: 140px;
	text-align: center;
}
.ses-3-wrap .ses-3-item .shine-point{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;	
	background: #004f8a;
    animation: twinkle 1s 0s alternate infinite;
    -webkit-animation: twinkle 1s 0s alternate infinite;
    -moz-animation: twinkle 1s 0s alternate infinite;
    -o-animation: twinkle 1s 0s alternate infinite;
    box-shadow: 0 0 5px 1px #004987;
    -webkit-box-shadow: 0 0 5px 1px #004987;
    background: #004987;
}
@keyframes twinkle{
    from{background: #004987;box-shadow: 0 0 5px 1px #004987;}
    to{background: #00c2e2;box-shadow: 0 0 5px 1px #00c2e2;}
}
.ses-3-wrap .ses-3-item.i1{
	top: 100px;
	left: 130px;
}
.ses-3-wrap .ses-3-item.i1 .shine-point{
    animation: twinkle 1s 0s alternate infinite;
}
.ses-3-wrap .ses-3-item.i2{
	top: 84px;
	left: 270px;
}
.ses-3-wrap .ses-3-item.i2 .shine-point{
    animation: twinkle 1s 0.3s alternate infinite;
}
.ses-3-wrap .ses-3-item.i3{
	top: 75px;
	left: 440px;
}
.ses-3-wrap .ses-3-item.i3 .shine-point{
    animation: twinkle 1s 0.6s alternate infinite;
}
.ses-3-wrap .ses-3-item.i4{
	top: 80px;
	left: 610px;
}
.ses-3-wrap .ses-3-item.i4 .shine-point{
    animation: twinkle 1s 0.9s alternate infinite;
}
.ses-3-wrap .ses-3-item.i5{
	top: 116px;
	left: 760px;
}
.ses-3-wrap .ses-3-item.i5 .shine-point{
    animation: twinkle 1s 1.2s alternate infinite;
}
.ses-3-wrap .ses-3-item.i6{
	top: 323px;
	left: 690px;
}
.ses-3-wrap .ses-3-item.i6 .shine-point{
    animation: twinkle 1s 1.5s alternate infinite;
}
.ses-3-wrap .ses-3-item.i7{
	top: 332px;
	left: 510px;
}
.ses-3-wrap .ses-3-item.i7 .shine-point{
    animation: twinkle 1s 1.8s alternate infinite;
}
.ses-3-wrap .ses-3-item.i8{
	top: 321px;
	left: 330px;
}
.ses-3-wrap .ses-3-item.i8 .shine-point{
    animation: twinkle 1s 2.1s alternate infinite;
}
.ses-3-wrap .ses-3-item.i9{
	top: 313px;
	left: 160px;
}
.ses-3-wrap .ses-3-item.i9 .shine-point{
    animation: twinkle 1s 2.4s alternate infinite;
}
.ses-3-wrap .ses-3-item .time{
	font-size: 13px;
	color: #67f0ff;
	margin-top: 15px;
	line-height: 1;
}
.ses-3-wrap .ses-3-item .title{
	font-size: 14px;
	color: #a3daff;
	margin-top: 15px;	
}
.ses-3-wrap .ses-3-item .con{
	font-size: 14px;
	color: #ffffff;
	margin-top: 10px;
}
.ses-4-wrap{
	text-align: center;
	height: 442px;
}

.ses-5-warp{
	padding: 0 50px;
}
.ses-5-warp .swiper-container{
	padding-top: 10px;
}
.ses-5-warp .ses-item{
	float: left;
	box-sizing:border-box;
	width: 340px;
	height: 120px;
	padding: 20px 25px 22px 25px;
	background: url(../images/yj/ses-5.png) no-repeat;
	background-size: 100%;
	margin-right: 30px;
	margin-bottom: 28px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ses-5-warp .ses-item:hover{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    
}
.ses-5-warp .ses-item:nth-child(3n){
	margin-right: 0px;
}
.ses-5-warp .ses-item .ava{
	float: left;
	width: 76px;
	height: 76px;
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
}
.ses-5-warp .ses-item .ava img{
	width: 100%;
}
.ses-5-warp .ses-item .intro{
	padding-left: 110px;
	color: #a3daff;
	font-size: 14px;
}
.ses-5-warp .ses-item .intro p{
	line-height: 1.2;
}
.ses-5-warp .ses-item .intro .name{
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1;
}
.ses-5 .swiper-container{
	padding-bottom: 30px;	
}

.video-mc{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
}
.video-mc .mc-wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 500px;
	margin-left: -320px;
	margin-top: -250px;
}
.video-mc .mc-wrap .vi{
	width: 100%;
	height: 100%;
}

.ses-6 .v-item{
	float: left;
	background: url(../images/yj/ses-6.png) no-repeat;
	background-size: 100%;
	box-sizing:border-box;
	width: 320px;
	height: 250px;
	padding-top: 52px;
	padding-left: 62px;
	padding-right: 10px;
	margin-left: -25px;
}
.ses-6 .v-item .v-i{
	width: 238px;
	height: 130px;
	position: relative;
	cursor: pointer;
}
.ses-6 .v-item .v-mc{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,49,91,0.6);
	width: 100%;
	height: 100%;
	text-align: center;
}
.ses-6 .v-item .v-mc img{
	margin-top: 30px;
}
.ses-6 .v-item .v-c{
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ses-6 .swiper-container{
	padding-bottom: 30px;	
}

.ses-line{
	width: 1150px;
	margin: 0 auto;
	position: relative;
	height: 50px;
	background: url(../images/yj/line.png) no-repeat;
	margin-top: 20px;
}
.ses-line .through-line{
	position: absolute;
	top: 43%;
	left: 0;
	width: 120px;
	height: 1px;
	background: linear-gradient(left,#064477,#1199f9);
	background: -webkit-linear-gradient(left,#064477,#1199f9);
	background: -moz-linear-gradient(left,#064477,#1199f9);
	box-shadow: 0 0 50px 2px #1197f7;
	-webkit-box-shadow: 0 0 50px 2px #1197f7;
	animation: slet 2s infinite linear;
	-moz-animation: slet 2s infinite linear;
	-webkit-animation: slet 2s infinite linear;
}
@keyframes slet{
	0{left: 0;opacity: 1}
	80%{opacity: 1}
	100%{left: 100%;margin-left: -120px;opacity: 0}
}

.bottom-1{
	background: url(../images/yj/bottom.png) no-repeat center;
	margin-top: 140px;
	height: 82px;
}
.bottom-2{
	text-align: center;
	margin-top: 60px;
	padding-bottom: 76px;
}

.ses-tit{
	box-sizing:border-box;
	width: 126px;
	height: 156px;
	padding-top: 70px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: url(../images/yj/titlebg.gif) no-repeat center;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 20px;
}
.ses-notice{
	text-align: center;
	font-size: 16px;
	color: #a3daff;
	padding-top: 10px;
}