﻿@charset "utf-8";
/* CSS Document */

html{  width:100%; min-width:1000px; position:relative;}

*{word-wrap: break-word;}



.main{ width:100%; min-width:1000px; height:100%; overflow:hidden; margin:0 auto 0; position:relative; margin-top:90px;}
#Banner{ position:relative; width:100%; height:100%; overflow:hidden;  z-index:1;  text-align:center;}

	#Banner #prev{ display:block; width:26px; height:709px;  position:absolute; left:100px;top:0; background:url(../img/ba005.png) no-repeat left center; z-index:200; cursor:pointer;}
	#Banner #next{ display:block; width:26px; height:709px;  position:absolute; right:100px; top:0; background:url(../img/ba005.png) no-repeat right center; z-index:200;cursor:pointer;}
	#Banner #next{ display:block; width:26px; height:709px;  position:absolute; right:100px; top:0; background:url(../img/ba005.png) no-repeat right center; z-index:200;cursor:pointer;}


.containerBox{ width:100%; min-width:1000px; height:auto; position:relative; top:-150px; z-index:300;}
.IOBox{ width:100%; min-width:1000px; height:17px; overflow:hidden;}

.switch{ display:inline-block; background: url(../img/Ba004.png) no-repeat; background-position: left top; height:17px; width:70px; line-height:17px; font-size:12px; text-indent:18px; color:#fff; overflow:hidden; float:right; margin-right:40px; cursor:pointer;}
.shut{ background-position:left bottom !important;}

.package{ width:100%; min-width:1000px; height:auto; background:url(../img/Ba002.png) repeat-x;}
.container{ width:1000px; height:66px; margin: 0 auto; padding:33px 0 34px;}

.newsBox{ width:520px; height:66px; float:left; }
.previous,.next{ display:inline-block; width:17px; height:17px; margin:24px 19px 25px; float:left; }
.previous{ background:url(../img/Ico001.png) top left no-repeat;}
.next{ background:url(../img/Ico001.png) top right no-repeat;}
.newsBox .img{ width:133px; height:66px; float:left; margin-right:13px; background:url(../img/Img001.png) no-repeat;}

.cover{ width:264px; height:66px; overflow:hidden; float:left; position:relative;}
.cover ul{ width:auto; height:66px; position:absolute;}
.cover ul li{ width:264px; height:66px; float:left;}
.cover ul li header{ width:264px; height:22px; line-height:21px; overflow:hidden; border-bottom:1px solid #fff;}
.cover ul li header samp{ width:auto height:22px; margin-left:4px; float:right; font-size:12px; color:#fff; font-weight:bold;}
.cover ul li header h3{ width:auto; height:22px;}
.cover ul li header h3 a{ font-size:12px;color:#fff; font-weight:bold;}
.cover ul li article{ width:264px; height:35px; margin-top:5px; line-height:20px; color:#fff; font-size:12px; }
.cover ul li article a{ display:inline-block; font-family:Arial !important; float:right; font-weight:bold; margin-right:14px; color:#fff;}
.cover ul li article a:hover{ color:#ff86cc;}



.aboutBox{ width:480px; height:66px; float:right; overflow:hidden;}
.aboutBox header{ width:133px; height:66px; background:url(../img/Ba003.png) no-repeat; float:left;}
.aboutBox article{ width:300px; height:66px; float:left; font-size:12px; line-height:22px; color:#fff; margin:0 17px; position:relative;}
.aboutBox article a{ display:inline; font-family:Arial !important;font-weight:bold; color:#fff; position:absolute; bottom:0px; right:0;}
.aboutBox article a:hover{ color:#ff86cc;}



.footer{ width:100%; min-width:1000px; height:40px; background:url(../newImg/downbg.png) center top; position:fixed; z-index:10000; bottom:0px; }
.fontBox{ width:980px; margin:0 auto; position:relative;}
.fontBox p,.fontBox p a{ font-size:13px; color:#FFF;  line-height:40px; text-align:center;}
/*.fontBox #bdshare{ position:absolute; right:0; top:10px;}*/


    .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;  margin: 0 auto;
}

.swiper-main {
  width: 1920px;
  height: 709px;
  position: relative;
}
.swiper1, .swiper1 .swiper-slide {
  width: 100%;
  width: 100%;
}


.arrow-left { display:block; width:26px; height:52px;  position:absolute; left:100px;top:50% ;background:url(../img/ba005.png) no-repeat left center; z-index:200; cursor:pointer;}
 .arrow-right { display:block; width:26px; height:52px;  position:absolute; right:100px; top:50%; background:url(../img/ba005.png) no-repeat right center; z-index:200;cursor:pointer;}


 /*****登录注册*****/
 .tran{
  transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
}

.f-l {
float: left;
}
.signup {
width: 300px;
margin: 0 10px;
}
.login-box{
  width: 320px;
  margin:0 auto;
  overflow-x: hidden;
}
.box-con{
  width: 1600px;
}
.login-con{
  width: 300px;
  margin:0 10px; 
}
.login-box .form-group{
  margin-top: 20px;
}

.login-box select{
  width: 245px;
height: 50px;
line-height: 48px \9;
padding-left: 10px;
border: 1px #d9d9d9 solid;
border-radius: 5px;
font-size: 14px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.login-box select option{
  height:50px;
}
.login-box input, .signup-form{
  width: 300px;
  height:50px;
  line-height: 48px \9;
  padding-left: 10px;
  border: 1px #d9d9d9 solid;
  border-radius: 5px;
  font-size: 14px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
}
.login-box input:focus{
  border-color: #03a9f4;
  box-shadow: 0 0 15px #03a9f4;
  -webkit-box-shadow: 0 0 15px #03a9f4;
  -moz-box-shadow: 0 0 15px #03a9f4;
}
.login-box button{
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 0;
  background-color: #6EDCE2;
  color: #fff;
  border-radius: 5px;
}
.login-box button a{
  display: block;color: #fff;
}
.login-box button a:hover{
  padding-top: 3px;color: #fff;
}
.login-box button:hover{
  background-color: #63b8bd;
}
.from-line{
  height: 0;
  overflow: hidden;
  border-top: 1px #c2c2c2 solid;
  margin-top: 20px;
}
.a-tag{
  position: relative;
  display: block;
  height: 48px;
  border: 1px #c2c2c2 solid;
  text-align: center;
  line-height: 48px;
  color: #c2c2c2;
  border-radius: 5px;
  background-color: #fff;
}
.blue-border{
  border:1px #6EDCE2 solid;
  color: #6EDCE2;
}

.a-tag:hover{
  background-color: #aaa;
  color: #fff;
}
.blue-border:hover{
  background-color:#63b8bd;
  color: #fff;
}
.a-tag i{
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
  color: #fff;
}
.a-tag:hover i{
  right: 10px;
}
.signup{
  width: 300px;
  margin: 0 10px;
}


.signup-form {
  margin-top: 20px;
}
.signup-form input{
  border: 0;
  height: 48px;
  width: 288px;
}
.signup-form input:focus{
  box-shadow:0 0 0 #fff;
}
.signup-form.border{
  border-color: #03a9f4;
  box-shadow: 0 0 15px #03a9f4;
  -webkit-box-shadow: 0 0 15px #03a9f4;
  -moz-box-shadow: 0 0 15px #03a9f4;
}
.signup-form a{
  color: #6EDCE2;
}
a.reacquire{
  color: #c1c1c1;
}
.error-notic{
  color: #ff4e00;
  display: none;
}
.login-footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  border-top: 1px #c1c1c1 solid;
  text-align: center;
  font-size: 12px;
  background-color: #fff;
  line-height: 20px;
}
.login-footer h1{
  font-size: 18px;
  font-weight: normal;
}
.login-nav{
  width: 100%;
  height: 30px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-bottom: 1px #c1c1c1 solid;
}
.login-nav ul{
  padding-right: 50px;
}
.login-nav li{
  float: left;
  line-height: 30px;
  padding: 0 10px;
}
.login-nav a:hover{
  text-decoration: underline;
  color: #03a9f4;
}
.loading{
  position: absolute;
  top: 10px;
  right: 20px;
  display: none;

}
