body,ul,li,ol,h1,h2,h3,h4,h5,h6,input,select,form,textarea,fieldset,legend,div,a,p,span,i,em,header,footer,nav,section,article,aside,figure,img,table,tr,td{
	margin:0;
	padding: 0;
}
body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    background-image: linear-gradient(135deg,#52E5E7 5%,#130CB7 100%);
}
html, body {
    width: 100%;
    height: 100%;
}
ul,ol,li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	border:none;
}
.clearfloat{
	zoom:1;
}
.clearfloat:after{
	display: block;
	content: '\020';
	height: 0;
	visibility: hidden;
	clear: both;
}
.iconfont{
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.contian{
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
	z-index: 0;
    padding-top: 70px;
}
#pageContain{
	overflow: hidden;
}
.page{
	box-shadow: 1px 1px 4px 0 #000;
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	/* top: 0; */
	left: 0;
}
.current .contain,.slide .contain {
	display: block;
}
.current {
	display: block;
	z-index: 1;
}
.slide {
	display: block;
	z-index: 2;
}
.swipe {
    display: block;
    z-index: 3;
    transition-duration: 0ms !important;
    -webkit-transition-duration: 0ms !important;
}
.page1 {position:absolute;background-image: url('/images/bg-110.jpg');background-repeat: no-repeat;background-position: center center;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-110.jpg',sizingMethod='scale');background-size: 100% 100%;background-color: #63B0FF;}
.section1 {
    /* background: #fff; */
}
.nav {
    z-index: 5;
    position: fixed;
    _position:absolute;
    box-shadow: 0 2px 10px 0px #000;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
}
.logo {
    width: 51px;
    height: 51px;
    vertical-align: top;
    margin: 9px 0 0 20px;
    transition:all .4s ease;
}
.logo:hover {
    transform:rotate(5deg) scale(1.05);
}
.nav a {
    line-height: 70px;
    transition:all .4s ease;
    color: #333;
}
.nav a:hover {
    text-shadow:1px 1px 3px #000;
}
.nav h1 {
    line-height: 70px;
    float: left;
}
.nav span {
    position: absolute;
    left: 80px;
    top: 0;
}
.nav h1 p {
    display: none;
}
.nav li {
    display: inline;
    float: right;
    margin: 0 22px;
}

.page1 p,.page2 p,.page4 p {
   font-size: 14px;
    color: #847d96;
    text-align: center;
    position: absolute;
       top: 4%;
    right: 2%;
}
.page1-box,.page2-box,.page3-box,.page4-box {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}
.page1-box {
      margin-left: -2%;
    margin-top: 21%;
    width: 120px;
    z-index: 2
}
.section1 .contain {
	display: block !important;
}
.login_biaodan
{
	width: 330px;
    height: 324px;
    background-color: #fff;
    opacity: 0.35;
    filter: alpha(opacity=35);
    border-radius: 10px;
    position: absolute;
    z-index: 2;
}
#login{
	 /*width: 399px;
	height: 600px;
	position: absolute;
	left: -12px;
	right: 0;
	bottom: 0;
	top: 19%;
	margin: 0 auto; */
	z-index: 99;
}
#login_left{
      /* position: relative; */
      /* left: -10%; */
      /* top: 51%; */
      z-index: 101;
      /* text-align: center; */
      float: left;
}

#form1{
	position: relative;
	z-index: 101;
}
#form1 table {
    width: 100%;
    table-layout: fixed;
}
#form1 table tr td{
    height: 64px;
    width: 100%;
    display: block;
}
#form1 .input-group{
    width: 100%;
    height: 40px;
    padding: 0;
    color: #1a1a1a;
    border: none;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
    display: flex;
}

#form1 .input-group .input-group-addon{
    width: 40px;
    background: url('../images/user_icon.png') no-repeat 10px center; 
    border: 0;
}
#form1 .input-group .psd{
    width: 39px;
    background: url('../images/psd_icon.png') no-repeat 13px center;
}
#form1 .input-group #password{
    border-left: none;
    background:url('../images/su.png') no-repeat 0px center ;
}
#form1 .input-group #user{
    border-left: none;
    background:url('../images/su.png') no-repeat 0px center ;
}
#form1 select::-ms-expand { display: none;}  
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 12px 10px 12px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    /* background-color: #e5e5e5; */
    background-image: none;
    border: 0;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.025); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.025); */
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    display: inline-block;
    outline: none;
    flex: 1 1;
    padding: 0;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    border: none;
    resize: none;
    z-index: 100;
    box-shadow: none;
}
#theme{
    width: 100%;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    appearance:none;
    background: url('../images/sel_icon.png') no-repeat 12px center,url('../images/su.png') no-repeat 38px center,url('../images/sanjiao.png') no-repeat 96% center;
    padding-left: 45px;
    background-color: #fff;
    overflow-x:hidden;
}
#form1 .btn{
    width: 100%;
    margin-top: 20px;
    letter-spacing: 5px;
    outline: none;
}
.remeber{
    float: left;
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    color: #4a90e2;
    /* background-color: #f0f7ff; */
    font-size: 13px;
    border-radius: 4px;
}
.login_btn
{
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #3776f5;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    float: right;
    margin-bottom: 16px;
}
.lgsm {
    border-width: 0px;
    width: 100%;
    text-align: center;
    letter-spacing: 5px;
    font-weight: normal;
    border-radius: 5px;
    line-height: 38px;
    height: 38px;
}
.lgsm:active {
    border: 0;
    outline: none;
}
.lgsm:focus {
    border: 0;
    outline: none;
}
.login_btn:hover {
    text-decoration: none;
    background-color: #5a91ff;
}
.remeber label{
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
.remeber input{
	display: none;
}
.remeber label:before{
	content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
	position: relative;
	top: 2px;
    border:1px solid #a5a5a5;
    border-radius: 2px;
    overflow: hidden;
}
.remeber input:checked+label:before{
    content: '\2713';
    font-size: 15px;
    color: #555555;
    text-align: center;
    line-height: 13px;
    font-weight: bold;
}
div.error{
	color: #EA5200;
    font-weight: bold;
}
#footer{
	    position: absolute;
    bottom: 14px;
    right: 0%;
    width: 300px;
	z-index:100;
	font-size: 16px;
    	color: #847d96;
}
.cont {
    height: 500px;
}
.form-control:focus {
    box-shadow:none
}
.login_wrap {
     width: 445px;
    box-sizing: border-box;
    padding: 20px 15px 12px 15px;
    background: #ffffff;
    display: inline-block;
    border: 28px solid rgba(255, 255, 255, .3);
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
    box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
    position: absolute;
    left: calc((112vw - 80px - 30px) / 2);
    top: calc((21vw - 20px) / 2);
    background-clip: padding-box;
}
.login_wrap .filter_layer {
    width: 398px;
    height: 397px;
    background-color: #fff;
    opacity: 0.35;
    filter: alpha(opacity=35);
    border-radius: 10px;
    position: absolute;
    z-index: 2;
}
login_wrap .login_main {
    position: absolute;
    z-index: 3;
    left: 10px;
    top: 10px;
    width: 310px;
    height: 364px;
    overflow: hidden;
}
.login_wrap h2 {height: 42px;width: 30%;margin: 0px auto;}
.login_wrap h2 span.hover {
    border-bottom: 3px solid #0084ff;
    background: none;
    background-color: #fff;
    color: #1a1a1a;
}
.login_wrap h2 span {
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    float: left;
    width: 100%;
    height: 40px;
    color: #808080;
    border-bottom: 2px solid #e4e7ed;
    background-color: #fff;
    line-height: 38px;
}
#con_three_1 {
    display: block;
    padding: 18px 0px 0px 0px;
    position: relative;
}
.login_wrap .login_main {

height: 375px;

overflow: hidden;

padding: 0 26px;
}
.mess
{
 margin-top: 8px;
 padding-top: 6px;
 display: block;
 height: 33px!important;
}
.app.hover {
    display: block;
    animation: myfirst 4s;
}
#con_three_2 {
    position: relative;
    padding: 18px 23px 0 30px;
    background-color: #fff;
    height: 343px;
    border-radius: 0 6px 6px 6px;
}
#con_three_2 span {
    display: block;
    position: absolute;
    top: 100px;
    cursor: pointer;
    width: 24px;
    height: 42px;
}
.app {
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border-radius: 0 6px 6px 6px;
    padding-top: 42px;
}

.app h3{
	    margin: 10px 0;
	    font-size: 18px;
}
.app p
{
	    width: 80%;
    margin: 0 auto;
	color: #7B7A7A;
	    font-size: 14px;
}
.logo_1 {
	z-index: 99;
	    position: absolute;
    top: 30px;
    left: 20px;
}
#menu {
	    z-index: 99;
      position: absolute;
    bottom: 30px;
   width:100%;
}

#menu ul {
    zoom: 1;
    width: 1214px;
    margin: 0 auto;
    padding-bottom: 50px;
    height: 46px;
}
#menu li {
    float: left;
    margin-right: 4px;
    width: 74px;
}

#menu a {
    display: block;
    color: #f9f9f9;
    text-align: center;
    cursor: pointer;
}
#menu a:hover {
    text-decoration: none;
    background-position: -105px -114px;
}
#menu span {
    display: block;
    height: 36px;
    line-height: 36px;
       background-color: #4BABE2;
    border-radius: 3px;
    font-size: 1em;
}
#menu a:hover span{
    color: #fff;
    background-color: #D20707;
}
#menu .active a {
   background: url(../../images/sprites.png) no-repeat;
	    text-decoration: none;
    background-position: -95px -114px;
}
#content {
	width: 740px;
	margin: 0 auto;
}

#extra {
}
#main {
	float: right;
	width: 505px;
}
canvas {
    display: block;
    vertical-align: bottom;
}
#particles-js {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../../images/bg-110.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}


.login-container .title-container .title {
    font-size: 26px;
    color: #1f2329;
    margin: 0px auto 30px auto;
    text-align: center;
    font-weight: bold;
}

.login_panel_right {
    background-image: url(../../images/loginbg.jpg);
    background-color: #235bda;
    background-position-x: 100%;
    width: 44%;
    min-height: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    position: absolute;
    right: 0;
}
.login_panel_right .desc{
    margin: 120px 20px;
    padding: 10px 20px;
    color: white;
    font-size: 24px;
    font-weight: 500;
}



.jawbone-hero .jawbone-hero-image {
	position:absolute;
	background:transparent none no-repeat scroll 50% 0;
	background-size:cover;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	margin:0 auto;
	z-index:-1
}
.jawbone-hero {
	height:100%;
	min-height:550px
}
.jawbone-hero .jawbone-hero-image {
	position:fixed
}

	
  .slideshow {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 3;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 2;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 1;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 0;
}
@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
