html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;
}
body{
   background: url("../image/bg_img.png") no-repeat; 
	background-color: #d1ebff;
  
}
.zb_head{
    width: 100%;
    height: 70px;
    background-color:rgba(230, 224, 224,.3);
    position: relative;
}
.zb_head .wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.zb_head .left {
    float: left;
    height: 70px;
    line-height: 70px;
}
.zb_head  a {
    font-size: 18px;
    color: #fff;
    margin-right: 0px;
    display: inline-block;
    text-decoration: none;
}
.zb_head .left li {
    padding: 0 35px;
    float: left;
    list-style: none;
}
.site-login {
    float: right;
    font-size: 14px !important;
    color: #a3a3a3 !important;
    line-height: 70px;
    margin-left: 15px;
}
.zb_head input {
    width: 260px;
    height: 38px;
    outline: none;
    border: none;
    border-radius: 50px;
    padding: 0 15px;
}
.zb_head .site-login li {
    float: left;
    padding: 0 9px;
    list-style: none;
}
.zb_head .right {
    position: relative;
    margin-left: 20px;
    line-height: 70px;
    float:right;
}
/* 图片 */
.zb_img{
   width:1200px;
   height:310px;
   margin: 0 auto;
  /* background: pink; */
} 
.zb_content{
    width:1200px;
   margin: 0 auto;
   background-color:#fff;
   padding-bottom: 40px;

}
.zb_contents{
    width:1160px;
    height:349px;
    margin: 0 auto;
    background-color:#fff;
    border-bottom:1px solid #ddd;
    font-size: 0;
   
}
.zb_left{
    float: left;
    height:252px;
    width:390px;
    margin-left: 30px;
    margin-top: 60px;
    margin-right: 36px;
    background-color: #ddd;
}

.zb_right{
	float: right;
	margin-right: 30px;
    vertical-align: top;
    display:inline-block;
    height:252px;
    width:670px;
    margin-top: 60px;
 /*   background-color: #ddd; */
}
.zb_right h6{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}
.zb_right li{
    display:inline-block;
	width: 50%;
    /* margin-right:40px; */
    margin-bottom: 15px;
    font-size: 14px;
	color:#999;
}
.zb_left_img{
	height:100%;
	float: left;
}
.zb_left_img img{
	margin-top:50px;
}
.zb_right_img{
	width:450px;
	height:100%;
	float: right;
}
.zb_right_img img{
	width: 458px;
	margin-top:25px;
}
.zb_names{
	margin: 20px 0;
}
.zb_names span{
	margin-right: 10px;
	font-size: 16px;
	color:#333;
}
.zb_time{
	height:50px;
	line-height: 50px;
}
.zb_time span{
	font-size: 14px;
    color:#ff8f29;
	margin-right: 10px;
}
.zb_time .zb_btn{
	float: right;
	width:170px;
	height:50px;
}
.zb_btn img{
	width:100%;
	height:100%;
}
.zb_btn a{
    display: block;
}
.zb_bt{
	width: 1160px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 30px;
}
.zb_bt img{
	display: inline-block;
	vertical-align: middle;
	width:10px;
	height:35px;
	margin-left: 20px;
}
.zb_bt h5{
	display: inline-block;
	vertical-align: middle;
	font-weight:600 ;
	font-size: 24px;
	margin-left: 20px;
	/* width:10px;
	height:35px; */
}
.zb_lists{
	margin-left: 40px;
}
.zb_lists li{
	position: relative;
	display: inline-block;
	width:340px;
	height:295px;
	margin-right: 40px;
	background: #fff;
	border-radius: 10px;
	border:1px solid #ddd;
	margin-bottom: 40px;
}
.zb_lists li img{
	width:100%;
	height:194px;
}
.zb_lists li .zb_titless{
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 16px;
}
.zb_su{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	color:#999;
}
.zb_su .su_right{
	float: right;
}
.mask{
    position: absolute;
    top: 0;
    left: 0;
    width:340px;
    height:295px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    display: none;
}
.mask_img{
    display: block;
	width:150px;
	height:50px;
    text-align: center;
    background-image: url("../image/003.png");
    font-size: 16px;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    text-decoration:none;
    color:#fff;
    
}
/* .zb_lists .mask_img img{
	width:150px;
	height:50px;
} */
.zb_lists li:hover .mask {
    display: block;         
}
.mask .mask_title{
	width:100%;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	color:#fff;
    margin-bottom: 20px;
    font-weight: 600;
}
.mask .mask_num{
	width:100%;
	text-align: center;
	font-size: 10px;
	color:#fff;
	margin-bottom: 25px;
}
.mask .mask_list{
	width:100%;
	text-align: center;
	font-size: 12px;
	color:#fff;
	margin-bottom: 10px;
}
.page {
    text-align: center;
    /* margin-bottom: 40px; */
}
.page ul {
    width: auto;
    display: inline-block !important;
}
.page .active {
    background-color: #FF6C00;
    color: #FFFFFF;
}

.page .active a {
    color: #FFFFFF;
}

.page ul li {
    white-space: pre;
    margin-left: 10px;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
.page ul li a {
    float: left;
    color: #666666;
    line-height: 30px;
    text-align: center;
    width: 100%;
    border-radius: 15px;
    height: 100%;
    text-decoration: none;
}
.page ul li:hover a {
    color: #FFFFFF;
}
.page ul li:hover {
    background-color: #FF6C00;
}
.zb_footer{
    width:100%;
}
.zb_footer p{
    margin-top: 47px;
    margin-bottom: 28px;
    width:100%;
    font-size:18px;
    color:#7c8c99;
    text-align: center;
}
.zb_footer div{
    width:100%;
    text-align: center;
    margin-bottom: 50px;
}
.zb_footer div span{
    font-size:14px;
    color:#7c8c99;
    margin-right: 30px
}

/*新添加的部分*/

.bgbk{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 100;
  display: none;
}



.tankuang{
        position:fixed;
        z-index: 10001;
        width: 305px;
        height: 260px;
        background: #fff;
        text-align: center;
        position: fixed;
        padding: 40px 55px;
        left: 50%;
        top: 50%;
        display: none;
        margin-top: -130px;
        margin-left: -153px;
 }

.sure {
  display: inline-block;
  background: #FF6C00;
  opacity: .6;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
}

.list .list2 .nav .sure {
  background: #FF6C00;
  opacity: .6;
  color: #fff;
}

.site-user-act {
  float: right;
  position: relative;
  height: 70px;
  margin-left: 15px;
}
.site-user-act .userphoto40 {
  float: left;
  margin-top: 15px;
  border-radius: 50%;
}
.site-user-act .act-indicator, .site-user-act .user-name-link {
  float: right;
  height: 70px;
  line-height: 70px;
  color: #FFFFFF;
  padding-left: 5px;
}
.daohang1 .site-user-act a{
    margin-right: 0;
}
.site-user-act .user-name-link {
  color: #aaaaaa !important;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px !important;
}
.site-user-act:hover .site-user-act-lis {
  display: block;
}
.site-user-act:hover .fa-angle-down {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-user-act-lis {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  background: #5da6e2;
  padding: 20px 0 18px;
  width: 100px;
  height:60px;
  z-index: 150;
}
.site-user-act-lis li {
  float: none;
  height: 40px !important;
  line-height: 30px !important;
}

.site-user-act-lis a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 100px;
  height: 40px !important;
  line-height: 30px !important;
}
.site-user-act-lis a:hover {
  color: #ffffff;
  background: #2499f5;
  text-decoration: underline;
}




 .wapperr {
  width: 1200px;
  margin: -465px  auto 0;
  z-index: 10;
}
.wapperr .wap {
  position: relative;
  right: 0;
  float: right;
  width: 400px;
  height: 480px;
  background: rgba(255, 255, 255, 0.8);
  color: #c1c1c1;
  padding-top: 60px;
  padding-bottom: 40px;
}
.wapperr .wap .biaoti{
    font-size: 20px;
  padding-bottom: 50px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #c1c1c1;
}   
.wapperr .wap .wu{
    padding-left: 65px;
    margin-bottom: 16px;
    margin-top: -30px;
    color: #ff6c00;
    display: none;
} 

.wapperr .wap h3 {
  font-size: 20px;
  margin-bottom: 17px;
  color: #333;
  text-align: center;
}
.wapperr .wap h4 {
  text-align: center;
  font-weight: normal;
  padding-bottom: 17px;
  border-bottom: 1px solid #c1c1c1;
}
.wapperr .wap h4 a {
  color: #3eadbf;
}
.wapperr .wap h5 {
  height: 41px;
  line-height: 40px;
  font-weight: normal;
  border-bottom: 1px solid #c1c1c1;
}
.wapperr .wap h5 a {
  display: inline-block;
  width: 49%;
  color: #999999;
  text-align: center;
}
.wapperr .wap h5 .curt {
  background: #f4f5f7;
  color: #3eadbf;
}
.wapperr .wap .sanf {
  padding: 20px 57px 30px;
}
.wapperr .wap .sanf a {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 15px;
}
.wapperr .wap .sanf .a1 {
  background: url('../images/qq.png?1495786967') 0 0 no-repeat;
}
.wapperr .wap .sanf .a1:hover {
  background: url('../images/qq1.png?1495868647') 0 0 no-repeat;
}
.wapperr .wap .sanf .a2 {
  background: url('../images/weix.png?1495787000') 0 0 no-repeat;
}
.wapperr .wap .sanf .a2:hover {
  background: url('../images/weix1.png?1495868707') 0 0 no-repeat;
}
.wapperr .wap .sanf .a3 {
  background: url('../images/weib.png?1495787018') 0 0 no-repeat;
}
.wapperr .wap .sanf .a3:hover {
  background: url('../images/weib1.png?1495868778') 0 0 no-repeat;
}
.wapperr .wap .mima {
  /* width: 140px; */
  float: left; 
  padding-left: 35px;
}
.wapperr .wap .zhuce1{
  float: right;
  padding-right: 35px;
}

.wapperr .wap .zhuce,.wapperr .wap i{
    color: #666666;
}


.wapperr .wap .zhuce,.wapperr .nianka i{
  color: #666666;
}



.wapperr .wap .mima .curr {
    cursor: pointer;
}
.wapperr .wap .dl {
  font-size: 16px;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #ff6c00;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 3px;
}
.wapperr .wap ul {
  clear: both;
  padding: 0 35px;
  padding-bottom: 20px;
}
.wapperr .wap ul li {
  padding: 17px 8px 19px;
  border-bottom: 1px solid #c1c1c1;
}
.wapperr .wap ul li i {
  vertical-align: middle;
}
.wapperr .wap ul li input {
  width: 170px;
  background: none;
  border: none;
  outline: none;
}
.wapperr .wap ul li:hover p {
  color: #f01414;
}
.wapperr .wap ul li a {
  float: none;
}
.wapperr .wap ul li p {
  line-height: 26px;
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wapperr .wap ul li span {
  font-size: 12px;
  color: #999999;
}

/*普通注冊*/
.wapperr .wap2 {
  display: none;
}
.wapperr .wap2 .code {
  cursor: pointer;
  display: inline-block;
  width: 85px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  background: #FF6C00;
  opacity: .6;
}
.wapperr .wap2 .code input{
    margin-left: -41px;
    margin-top: -4px;
    color: #fff;
    cursor: pointer;
}


/*年卡注冊*/
.wapperr .nianka1 {
  display: none;
}
.wapperr .nianka1 .code {
  cursor: pointer;
  display: inline-block;
  width: 85px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  background: #FF6C00;
  opacity: .6;
}
.wapperr .nianka1 .code input{
  margin-left: -41px;
    margin-top: -4px;
    color: #fff;
    cursor: pointer;
}





.wapperr .wap3 .code input{
    margin-left: -41px;
    margin-top: -4px;
    color: #fff;
    cursor: pointer;
}
.wapperr .wap3, .wapperr .wap4 {
  display: none;
}
.wapperr .wap3 .code, .wapperr .wap4 .code {
  cursor: pointer;
  display: inline-block;
  width: 85px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  background: #FF6C00;
  opacity: .6;
}

.wapperr .wapa {
  position: relative;
  width: 340px;
  height: 487px;
  background: rgba(255, 255, 255, 0.8);
  color: #ffffff;
  padding: 34px 12px;
  float: right;
}
.wapperr .wapa h2 {
  font-size: 18px;
  float: left;
  margin-bottom: 17px;
  color: #333;
}
.wapperr .wapa a {
  font-size: 14px;
  float: right;
  color: #333;
}
.wapperr .wapa ul {
  clear: both;
  margin-top: 17px;
  border-top: 1px solid #c5c5c5;
  padding-top: 15px;
}
.wapperr .wapa ul li {
  padding: 17px 8px 19px;
  border-bottom: 1px solid #e6e6e4;
}
.wapperr .wapa ul li:hover p {
  color: #3eadbf;
  text-decoration: underline;
}
.wapperr .wapa ul li a {
  float: none;
}
.wapperr .wapa ul li p {
  line-height: 26px;
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.wapperr .wapa ul li span {
  font-size: 12px;
  color: #999999;
}
.wapperr .wap5 {
  display: none;
}
.wapperr .wap5 h5 a {
  cursor: pointer;
}
.wapperr .wap5 .code {
  cursor: pointer;
  display: inline-block;
  width: 85px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  background: #3eadbf;
}
.wapperr .wap5 .denglu_ {
  display: none;
}
.wapperr .wap .zhuce,.wapperr .wap .dlu,.wapperr .wap .mima .curr{
    color: #FF6C00;
}
.wapperr1 {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  margin: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 1000;
}

.wapperr2 {
  position: fixed;
  width: 365px;
  height: 445px;
  z-index: 10000;
  left: 50%;
  top: 50%;
  margin-left: -183px;
  margin-top: -223px;
  display: none;
}
.wapperr2 .wappa {
  display: none;
  background: white;
  float: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}