@charset "utf-8";

body,html{width:100%; height:100%;}
/*body{overflow-x:hidden; overflow-y:scroll;}*/
body{
    font-family: '微软雅黑';
}
.content{
    width: 100%;
    height: 100%; 
    position: relative;
    /*overflow: hidden;*/
}
.header{
    width: 100%;
    height: 100px;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 2;
}
.header .logo {
    background: url(../image/logo.png) no-repeat;
    width: 336px;
    height: 44px;
    margin: 40px 0 0 40px;
}
.menu{
    width: 98px;
    height: 27px;
    position: absolute;
    right: 40px;
    top: 40px;
}
.menu .menu_icon{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/menu.png) no-repeat;
}
.menu_list{
    width: 260px;
    height: 100%;
    background: #000;
    opacity: .9;
    position: fixed;
    right: -260px;
    top: 0;
    z-index: 3;
}
.menu_list .close{
    font-size: 36px;
    position: absolute;
    right: 0;
    top: 40px;
    display: block;
    color: #fff;
    cursor: pointer;
}
.menu_list>ul{
    margin-top: 100px;
    text-align: center;
}
.menu_list>ul>li{
    /*line-height: 80px;*/
    padding: 5%;
}
.menu_list li a{
    font-size: 26px;
    color: #fff;
}
.menu_list li a:hover,.menu_son li a:hover{
    color: #01b2db;
}
.menu_list li.bgk{
    background: #262627;
}
.menu_list .menu_son{
    color: #fff;
    margin-top: -20px;
    font-size: 22px;
    display: none;
}
.menu_son>li a{
    font-size: 20px;
    color: #fff;
}
.menu_list .menu_son>li{
    /*line-height: 40px;*/
    padding-bottom:5%;
}
.menu_list .menu_son>li:nth-child(1){
    padding-top: 20%;
}
.menu_list .menu_son>li:nth-last-child(1){
    padding-bottom: 0;
}
.page1{
    width: 100%;
    height: 100%;
    position:absolute;
    left: 0;
    top: 0;
}
/*外联日历*/
iframe{background: rgba(0,0,0,.8);}

/*节日皮肤 begin*/
.lianghui{
    width: 100%;
    height: 483px;
    background: url('../image/lianghui.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 4;
    display: none;
}
 
.lianghui p{
    font-size: 38px;
    color: #fffc00;
    text-align: center;
    margin-top: 140px;
}
.lianghui b{
    display: block;
    height: 40px;
    width: 40px;
    background: url('../image/lianghui_close.png') no-repeat center bottom;
    position: absolute;
    right: 9%;
    bottom: 72%;
    z-index: 1;
    cursor: pointer;
}
/*节日皮肤end*/


.banner{
    width: 100%;
    height: 100%;
    margin:0 auto;
    position: relative;
    top: 0;
    left: 0;
    overflow:hidden;
}
.banner_big{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    
}

.banner_big li{
    width: 100%;
    height: 100%;
    position:relative;
}
.banner_big li.li1{
    text-align: center;
    background-size: 100% 100%;
}
.banner_big li.li2{
    
    background-size: 100% 100%;
}
.banner_big li.li3{
    background-size: 100% 100%;
}
.banner_big .li1 .mid1{
    position: fixed;
    top:30%;
    left: 50% !important;
    height: 182px;
    width: 1158px;
    margin-left: -579px;
    background-image: url("../image/indexP1TextBg.png");
    background-position: center center; 
    text-align: center;
    line-height: 182px;
    z-index: 10;
}
.banner_big .li1 .mid1 span{
    position: absolute;
    font-size: 26px;
    color: #fff;
    line-height: 26px;
    bottom:-13px;
    left: 50%;
    margin-left: -247px;
}
.banner_big .li1 .mid1 a{
    display: block;
    width: 144px;
    height: 39px;
    font-size: 20px;
    color: #fff;
    line-height: 39px;
    background: #00b9e4;
    border-radius: 19.5px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -72px;
}

/*.banner_big .li2 .mid2{
    position: absolute;
    top: 38%;
    left: 34%;
    text-align: center;
}
.banner_big .li3 .mid3{
    position: absolute;
    top: 50%;
    left: 45%;
    text-align: left;
}*/
.tit1{
    font-size: 75px;
    color: #fff;
    /*font-weight: bold;   */
}
.mouse{
    width: 27px;
    height: 57px;
    background: url(../image/shubiao.png) no-repeat;
    position: absolute;
    left: 50%;
    bottom: 100px;
    margin-left: -13.5px;
}
@keyframes fadeIn{
    0%{
        opacity: 1;
        transform:translateY(0px)
    }
    25%{
        opacity: .75;
        transform:translateY(4px)
    }
    50%{
        opacity: .5;
        transform:translateY(6px)
    }
    75%{
        opacity: .25;
        transform:translateY(8px)
    }
    100%{
        opacity: 0;
        transform:translateY(10px)
    }
}
@-webkit-keyframes down {
    0%{
        opacity: 1;
        transform:translateY(0px)
    }
    25%{
        opacity: .75;
        transform:translateY(4px)
    }
    50%{
        opacity: .5;
        transform:translateY(6px)
    }
    75%{
        opacity: .25;
        transform:translateY(8px)
    }
    100%{
        opacity: 0;
        transform:translateY(10px)
    }
}
@-moz-keyframes down {
    0%{
        opacity: 1;
        transform:translateY(0px)
    }
    25%{
        opacity: .75;
        transform:translateY(4px)
    }
    50%{
        opacity: .5;
        transform:translateY(6px)
    }
    75%{
        opacity: .25;
        transform:translateY(8px)
    }
    100%{
        opacity: 0;
        transform:translateY(10px)
    }
}
@-o-keyframes down {
    0%{
        opacity: 1;
        transform:translateY(0px)
    }
    25%{
        opacity: .75;
        transform:translateY(4px)
    }
    50%{
        opacity: .5;
        transform:translateY(8px)
    }
    75%{
        opacity: 0;
        transform:translateY(10px)
    }
    100%{
        opacity: 0;
        transform:translateY(10px)
    }
}
.mouse{
    animation:fadeIn 3s linear infinite;
}


.mask_news{
    width: 100%;
    height: 150px;
    background: rgba(0,0,0,0.3);   
    position: absolute;
    bottom: -105px;
    left: 0;
}
.btn_zhankai{
    color: #fff;   
    font-size: 16px;
    width: 90px;
    height: 25px; 
    margin:0 auto;
    margin-top: 15px;
    cursor:pointer;
    padding-left: 10px;
    text-align: center;
}
.btn_zhankai .up{
    width: 19px;
    height: 17px;
    display: inline-block;
    background: url(../image/zhankai1.png) no-repeat;
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -55px;
}
.btn_zhankai .dowm{
    width: 19px;
    height: 17px;
    display: inline-block;
    background: url(../image/zhankai2.png) no-repeat;
    position: absolute;
    top: 15px;
    left: 49%;
    margin-left: -55px;
}
.new_box{
    width: 1200px;;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    height: 140px;
    position: relative;
    margin-top: 5px;
    overflow: hidden;
}
.new_box .new_list{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition:display 1s;
}
.new_list>li{
    height: 140px;
    width: 300px;
    padding:0 50px;
    margin-top: 20px;
    text-overflow: -o-ellipsis-lastline;
    float: left;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;  
}
/*.new_list li:nth-child(3n){
    margin-right: 0;
}*/


.news{
   text-align: left;
   position: relative; 
}
.news .time{
    font-size: 14px;
    position: absolute;
    right: 13px;
    top: 34px; 
}
.news_tit{
    font-size: 18px;
    color: #fff;
    line-height: 27px;
}
.news_tit a:hover{
    color: #00b9e4;
}
.new_list_btn{
    width: 50px;
    height: 28px;
    position: absolute;
    right: 3%;
    bottom: 50px;
}
.l{
    background: url(../image/jiantouz.png) no-repeat;
    display: inline-block;
    width: 12px;
    height: 27px;
    padding-left: 10px;
    cursor: pointer;
}
.r{
   background: url(../image/jiantouy.png) no-repeat;
    display: inline-block;
    width: 12px;
    height: 27px;
    cursor: pointer; 
}
.arrow{
    display: block;
    width: 20;
    height: 10px;
    background: url(../image/jiantou_blue.png) no-repeat;
    margin-top: 15px;
}
.bder{
    border:1px solid #fff;
    box-sizing: border-box;
}
.banner_small{
    position: absolute;
    left: 40px;
    top:38%;
}
.banner_small li{
    width: 130px;
    height: 80px;
    cursor: pointer;
}
.banner_small li a img{
    position: relative;
    z-index: 100;
}
.banner_small li:nth-child(2){
    margin: 4px 0;
}

.show{
    display: block;
}
.hide{
    display: none;
}
/*日历begin*/
.page2{position: relative;}
.page2 .calendar_mask{
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.3);
    z-index: 10;
    display: none;
}
.page2 .calendar_mask .calendar .X{
    height: 32px;
    width: 32px;
    background: url('../image/calendarX1.png');
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
}
.page2 .calendar_mask .calendar .X:hover{
    background: url('../image/calendarX.png');
}
/**
 * 设置日历的大小
 */
.calendar{
  width: 600px;
  height: 400px;
  display: block;
  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -248px;
  margin-top: -250px;
  z-index: 1000;

}
 
/**
 * 设置日历顶部盒子
 */
.calendar {
    padding-bottom: 8px;
    background: none !important;
    background-position: center bottom;
    width: 496px !important;
}
.dates-bd li {
    height: 50px;
    width: 70px;
}
.dates{
    width: 496px;
    height: 430px;
}
.days-title{
    width: 70px;
}
.dates-bd .solar{
    font-size: 20px;
    height: 20px;
    line-height: 20px;
}
.controls{
    background: #ededed !important;
    width: 496px;
    width: 480px;
    height: 42px;
    padding-left: 20px;
}
/*日历end*/



.page2{
    width: 100%;
    height: 100%;
    background: url(../image/page2bg.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.page2 .page2_box{
    width: 90%;
    height:70%;
    position: absolute;
    left: 5%;
    top: 14%;
    font-family: '微软雅黑';
}
.page2_box .page2_tit{
    width: 100%;
    height: 38px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.page2_tit h3{
    font-size: 24px;
    font-weight: 800;
}
.page2_tit .day{
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url(../image/day.png) no-repeat center center;
    padding-right: 8px;
    position: absolute;
    right: 58px;
    top: 10px;
}
.page2_tit .calendar1{
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    cursor: pointer;
}
.page2_list_box{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin-top: -10px;
}
.page2_list_box div:nth-child(2){
    float: left;
    height: 40px;
    width: 79%;
    overflow: hidden;
}
.page2_list_box div:nth-child(2) ul{
    height: 100%;
}
.page2_list_box .product_tit2{
    font-size: 16px;
    font-weight: 600;
    float: left;
    line-height: 40px;
    padding: 0 1%;
    background: #00b9e4;
    color: #fff;
}
.page2_list li{
    float: left;
    font-size:14px;
    text-align: center;
    color: #00b9e4;
    cursor: pointer;
    padding: 0 10px;
}
.page2_list li:hover{
    background: #00b9e4;
    color: #fff; 
}

table{
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}
.page2_table_box{
    padding-top: 40px;
    height: 280px;
    margin-top: 20px;
    /*position: relative;*/
    overflow: hidden;
    background: #fff;
}
.page2_list_box b{
    float: right;
    position: relative;
    font-family: "simsun";
    line-height: 40px;
    padding: 0 1%;
    cursor: pointer;
    color: #00b9e4;
    font-weight: 600;
}
.page2_big_box{
    position: relative;
}
.page2_table_box .tab .tHeader td{
    color: #000 !important;
}
.page2_table_box tr:hover td{
    color: #fff;
}
.page2_table_box tr:nth-child(n+2):hover{
    color: #fff;
    background: #00b9e4;
}
.tab{
    background: #fff;
    /*margin-top: 16px;*/
    font-size: 14px;
    width: 100%;
}
.tab tbody{/*position: relative;*/}
.tab tr{
    height: 40px !important;
    /*line-height: 40px;*/
    width: 100%;
    text-align: center;
}
.tab .tHeader{
    position: absolute;
    left: 0;
    top: 0px;
    background: #fff;
}
.tab td{
    width: 8%;
    padding: 0 1%;
    text-align: center;
    color:#555;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 40px;
}
.tab td.pst{
    position: relative;
}
.tab td.pst .triangle{
    left: 74%;
    top: 46%;
}
.tab tr:nth-child(even){
    background: #f1f2f5;
}
.tab tr:nth-child(even):hover{
    background: #00b9e4;
}
/*.tab tr:nth-child(even):hover{
    box-shadow: 2px 2px 2px 2px #ccc;
}*/
.tab td.bk1{
    color: #ff2222;
}

.page2_switch_box{
    width: 100%;
}
.page2_switch_box .page2_switch_list{
    width: 105%;
    height: 100%;
    margin: 0 auto;
}
.page2_switch_list li{
    float: left;
    width: 16%;
    text-align: center;
    color: #fff;
    margin-top: 1%;
}
.page2_switch_list li a:hover{
    color: #fff;
}
.page2_switch_list li .icon{
    width: 63px;
    height: 60px;
    background: url(../image/tu0.png) no-repeat center center;
    margin: 0 auto;
    /*background-size: 100% 100%;*/
}

.page2_switch_list li .icon2{
    background: url(../image/tu1.png) no-repeat center center;
     /*background-size: 100% 100%;*/
}
.page2_switch_list li .icon3{
    background: url(../image/tu2.png) no-repeat center center;
     /*background-size: 100% 100%;*/
}
.page2_switch_list li .icon4{
    background: url(../image/tu3.png) no-repeat center center;
     /*background-size: 100% 100%;*/
}
.page2_switch_list li .icon5{
    background: url(../image/tu4.png) no-repeat center center;
     /*background-size: 100% 100%;*/
}
.page2_switch_list li .icon6{
    background: url(../image/tu5.png) no-repeat center center;
     /*background-size: 100% 100%;*/
}
.page2_switch_list li .words{
    font-size: 20px;
    margin: 8% 0 15% 0;
    opacity: .8;
}
.page2_switch_list li .words:hover{
    opacity: 1;
}
.page2_switch_list li .line{
    border-bottom: 2px solid #fff;
    width: 50%;
    margin: 0 auto;
    display: none;
}
.page2_switch_list li a .icon:hover{
    transform:rotateY(360deg);
    transition:1.5s;
}

/*page3*/
.page3{
    width: 100%;
    height: 100%;
    background: url(../image/page3bg.png) no-repeat;
    background-size: 100% 100%;
}
.page3_box{
    width: 90%;
    height: 72%;
    position: absolute;
    left: 5%;
    top: 14%;
    color: #999999; 
    font-size: 14px;
}
.page3_box h3{
    font-size: 24px;
    color: #fff;
}
.page3_tit{
    height: 38px;
}
.page3_tit h3{
    width: 100%;
    font-weight: 800;
    color: #585858;
}
.page3_top{
    width: 100%;
    /*height: 400px;*/
    margin-top: -20px;
}
.page3_top_l{
    width: 11%;
    height: 400px;
    position: relative;
}
.page3_top_l .tempWrap{
    height: 400px !important;
}
.page3_top_l div{
    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
}
.page3_top_l div span{
    width: 50%;
    height: 100%;
    float: left;
    transition:all .5s;
    cursor: pointer;
}
.page3_top_l div span:first-child{
    background: url(../image/up_icon.png) no-repeat center center;
}
.page3_top_l div span:last-child{
    background: url(../image/down_icon.png) no-repeat center center;
}
.page3_top_l div span:first-child:hover{
    background: url(../image/up_icon_s.png) no-repeat center center #00b9e4;
    transition:all .5s;
}
.page3_top_l div span:last-child:hover{
    background: url(../image/down_icon_s.png) no-repeat center center #00b9e4;
    transition:all .5s;
}
.page3_top_r{
    width: 87%;
    height: 100%;
    margin-left: 13%;
    margin-top: 2%;
}
.page3_top_l_list{
    height:100%;
}
.page3_top_l .page3_top_l_list{
    width: 100%;
    margin-right: 10px;
    background: #fff;
    overflow: hidden;
}
.page3_top_l_list li{
    width: 70%;
    text-align: center;
    height: 39px;
    line-height: 37px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;position: relative;
}
.page3_top_l_list .hover{
    font-weight: 600;
    width : 100%;
    background:#00b9e4;
    color: #fff;
    box-sizing : border-box;
}


.page3_top_r_tit{
    width:100%;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
    background: #fff;
    text-align: center;
}
.page3_top_r_tit ul{
    height: 100%;
}
.page3_top_r_tit li{
    float: left;
    padding:0 10px;
    color: #00b9e4;
    line-height: 40px;
    cursor: pointer;
}
.page3_top_r_tit li:hover{
    background: #00b9e4;
    color: #fff;
}
.page3_top_r_tit li.base{
    color: #00b9e4;
    background: #fff;
}

.page3_top_r_tit li.last{
    float: right;
    color: #000;
    position: relative;
    /*padding-right: 2%;*/
    font-family: "simsun";
}
.page3_top_r_tit b{
    float: right;
    color: #000;
    position: relative;
    /* padding-right: 2%; */
    font-family: "simsun";
    line-height: 40px;
    padding:0 1%;
    cursor: pointer;
    color: #00b9e4;
    font-weight: 600;
}
.page3_top_r_tit b:hover{
    color: #fff;
    background: #00b9e4;
}
.page3_top_r_tit b

.page3_top_r_tit li.last .triangle{
    left:40px;
    top: 17px;
}
.page3_big_box{
    position: relative;
}
.page3_top_r_tab{
    width: 100%;
    /*height: 340px;*/
    height: 360px;
    overflow:hidden;
    margin-top: 20px;
    background: #fff;
    /*position: relative;*/
    padding-top: 40px;
}
.page3_top_r_tab table{
    overflow:hidden;
    width: 100%;
}
.page3_top_r_tab .thader{
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
}
.page3_top_r_tab tr{
    height: 40px;
    cursor: pointer;
    text-align:center;
}
.page3_top_r_tab tr:nth-child(n+2):hover{
    background: #00b9e4;
}
.page3_top_r_tab tr:hover td{
    color: #fff;
}
.page3_top_r_tab tr:nth-child(1):hover td{
    color: #000;
}
/*.page3_top_r_tab tr:hover{
    box-shadow:2px 2px 2px 2px #ccc;
}*/
.page3_top_r_tab tr:nth-child(2n){
    background: #f1f2f5;
}
.page3_top_r_tab tr:nth-child(2n):hover{
    background: #00b9e4;
}

.page3_top_r_tab td{
    text-align: center;
    width: 9%;
    color: #555 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 40px;
    padding: 0 1%;
}
.page3_top_r_tab .thader td{
    margin: 0;
    padding: 0;
    width: 11%;
    line-height: 40px;
}
.red{
    color: #ff3131;
}
.green{
    color: #48af5a;
}
.mid_tit{
    width: 100%;
    height: 11%;
    text-align: center;
}
.mid_tit_l{
    width: 48%;
    height:100%;
}
.mid_tit_l h4{
    font-size: 18px;
    height: 60%;
    cursor: pointer;
    margin-top: 5%;
    color: #fff;   
    padding-bottom: 3%;
}
.mid_tit_l .btc{
    border-bottom: 2px solid #00b9e4;
    color: #00b9e4;
}
.mid_tit_l .i1{
    display: inline-block;
    margin-top: 6%;
    padding: 0 5%;
    font-size: 14px;
    color: #fff;
}
.mid_tit_l h5{
    font-size: 14px;
    margin-top: 6%; 
}
.mid_tit_l h5 .add{
    color: #00b9e4;
}

/*page3修改页*/
#page3-1 .page3_box{
    width: 96%;
    position: relative;
    margin:0 auto;
    left: 0;
}
#page3-1 .page3_top{
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
#page3-1 .page3_top .page3_top_r_tit{
    width: 100%;   
}
#page3-1 .page3_top .page3_top_r_tit li{
    padding: 0 30px;
}
/*.page3_top_r_tit li:nth-child(1){
    background: #00b9e4;
    color: #fff;
}*/
.page3_top_r_tit .product_tit{
    font-size: 16px;
    font-weight: 600;
    float: left;
    line-height: 40px;
    padding: 0 1%;
    background: #00b9e4;
    color: #fff;
}
.page3_top_r_tit div:nth-child(2){
    float: left;
    width: 80%;
    height: 40px;
    overflow: hidden;
}
#page3-1 .page3_top_m{
    width: 100%;
    height: 356px;
}
#page3-1 .page3_top_m .page3_top_l_list{
    width: 10%;
    float: left;
    margin:0;
    height: 95.6%;
}
#page3-1 .page3_top_m .page3_top_l_list li{
    height: 9.4%;
}
#page3-1 .page3_top_m .page3_top_r_tab{
    width: 90%;
    float: left;
    margin:0;
}




.page3_foot{
    height: 160px;
    width: 100%;
    margin-top: 8px;  
}
.page3_foot .page3_foot_l,.page3_foot .page3_foot_r{
    width: 48%;
    height: 100%;
    background: #d6dadc;
}
.page3_foot_l ul,.page3_foot_r ul{
    width:calc(100% - 14%);
    height: 100%;
    padding-left: 6%;
    padding-right: 8%;
    display: none;
}
.page3_foot_l .show,.page3_foot_r .show{
    display: block;
}
.page3_foot_l ul li,.page3_foot_r ul li{
    width: 100%;
    height: 39px;
    border-bottom: 1px dashed #eee;
    line-height: 39px;
}
.page3_foot_l li a,.page3_foot_r li a{
    color: #565656;
}
.page3_foot_l li a:hover,.page3_foot_r li a:hover{
    color: #00b9e4;
}
.page3_foot_l li .clock,.page3_foot_r li .clock{
    color: #8b8b8b;
}

.page4{
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 26px
}
.page4_l{
    width: 34%;
    height: 100%;
    background: url(../image/page4-1.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.page4_l .auto{
    width: 120px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -60px;
    margin-top: -80px;
}
.page4_l .page4_icon1{
    width: 86px;
    height: 85px;
    background: url(../image/xunhuan.png) no-repeat center center;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -42px;
}

.msak1{
    width: 100%;
    height: 100%;
    background: url(../image/msak1.jpg) no-repeat center center;
    position: relative;
    background-size: 100% 100%;
    display: none;
}
.msak1 .msak1_box{
    width: 161px;
    height: 158px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -79px;
    text-align: center;
}
.msak1_box .msak1_icon1{
    width: 71px;
    height: 68px;
    background: url(../image/xunhuans.png) no-repeat center center;
    position: absolute;
    left: 50%;
    margin-left: -35.5px;
}
.msak1_box .fr{
    position: absolute;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    top:100px;
}
.page4_l:hover h3{
    color: #fff;
}
.page4_r{
    width: 66%;
    height: 100%;
}
.page4_r_t{
    width: 100%;
    height: 50%;
    background: url(../image/page4-2.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.page4_r_t .auto{
    width: 161px;
    height: 158px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -79px;
    text-align: center;
}
.page4_r_t .auto .video_icon{
    cursor: pointer;
}
.page4_r_t .page4_icon2{
    width: 81px;
    height: 82px;
    background: url(../image/video.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
}
#auto2 .t1{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
.msak2_box{
    width: 100%;
    height: 100%;
    background: url(../image/msak2.jpg) no-repeat center center;
    position: relative;
    display: none;
    background-size: 100% 100%;
}
.msak2{
    width: 262px;
    height: 62px;
    line-height: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -31px;

}
.msak2 .video_icon{
    width: 61px;
    height: 62px;
    background: url(../image/videos.png) no-repeat center center;
    cursor: pointer;
}
.msak2 h3{
    float: right;
    margin-right: 60px;
}   


.page4_r_b{
    width: 100%;
    height: 50%;
    position: relative;
}
.page4_b_l{
    width: 33%;
    height: 100%;
    background: url(../image/page4-3.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/*.auto{
    width: 216px;
    height: 156px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    margin-left: -108px;
    margin-top: -78px;
}*/
.page4_icon3{
    width: 76px;
    height: 76px;
    background: url(../image/book.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -38px;
    margin-left: -38px;
}
.page4_icon4{
    background: url(../image/page4_icon4.png) no-repeat center center;
}
.page4_icon5{
    background: url(../image/page4_icon5.png) no-repeat center center;
}
.t1{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -78px;
}
.msak3{
    width: 100%;
    height: 100%;
    background: url(../image/page4-3-m.jpg) no-repeat center center;
    background-size: 100% 100%; 
    position: absolute;
    left: 0; top: 0;
    display: none;
}
#msak4{
     background: url(../image/page4-4-m.jpg) no-repeat center center;
     background-size: 100% 100%; 
     display: none;
}
#msak5{
    background: url(../image/page4-5-m.jpg) no-repeat center center;
    background-size: 100% 100%; 
    display: none;
}
.msak3_box{
    width: 52%;
    height: 60px;
    line-height: 60px;
    margin:50% auto;
}
#auto5 .msak3_box{
    width: 52%;
    height: 60px;
    line-height: 60px;
    margin:50% auto;
}
#auto5 .msak3_box h3{
    font-size: 30px;
    /*margin-left: 14%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -105px !important;
}
#auto4 .msak3_box{
    width: 52%;
    height: 60px;
    line-height: 60px;
    margin:50% auto;
}
#auto4 .msak3_box h3{
    font-size: 30px;
    /*margin-left: 14%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -90px !important;
}
#auto3 .msak3_box{
    width: 52%;
    height: 60px;
    line-height: 60px;
    margin:50% auto;
}
#auto3 .msak3_box h3{
    font-size: 30px;
    /*margin-left: 14%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -90px !important;
}
#msak5.msak3 h3{
    /*margin-left: 10%;*/
}
.msak3 h3{
    color: #fff;
    font-size: 30px;
    /*margin-left: 14%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -90px !important;
}
.page4_r_b>div:last-child .msak3 h3{
    margin-left: -105px !important;
}
.msak3_icon{
    width: 45px;
    height: 56px;
    background: url(../image/books.png) no-repeat center center ;
    position: absolute;
    top: 35%;
     left: 50%;
    margin-left: -22.5px;
   
}
.msak3_icon2{
    width: 59px;
    height: 59px;
    background:url(../image/msak3_icon2.png) no-repeat center center;
    position: absolute;
        top: 40%
     left: 50%;
    margin-left: -29.5px;
}
.msak3_icon3{
    width: 57px;
    height: 57px;
    background:url(../image/msak3_icon3.png) no-repeat center center;
    position: absolute;
    top: 40%
    left: 50%;
    margin-left: -28.5px;
}
.page4_b_m{
    width: 34%;
    height: 100%;
    background: url(../image/page4-4.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 33%;
}

.page4_b_r{
    width: 33%;
    height: 100%;
    background: url(../image/page4-5.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 67%;
}
.auto .msak3_box h3{
    font-size: 30px !important;
}
/*遮罩1*/

/*.msak1_box .msak1_tit{
    text-align: center;
    margin-top: 50%;
    margin-left: 20%;
    margin-bottom: 20%;
}
.msak1_tit .xhicon{
    width: 70px;
    height: 69px;
    background: url(../image/xunhuans.png) no-repeat;
    margin-right: 6%;

}
.msak1_tit .xh{
    font-size: 26px;
    margin-top: 3%;
}
.msak1_tit h4{
    font-size: 16px;
    margin-top: 14%;
    margin-right: 44%;
}
.msak1_list{
    width: 60%;
    margin-left: 20%;
}
.msak1_list li{
    float: left;
    width: 10%;
    height: 150px;
    font-size: 20px;
    border: 1px solid #ccc;
    text-align: center;
}
.msak1_list li:hover{
    background: #344451;
}
.mrl20{
    margin: 0 20% 0 20%;
}

.msak2_box{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    filter: alpha(opacity=80); 
    position: relative;
    right: -100%;
}
.msak2_tit{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.msak2_tit .video_icon{
    width: 61px;
    height: 61px;
    background: url(../image/videos.png) no-repeat;
    position: absolute;
    left: 40%;
    top: 20%;    
}
.msak2_tit h3{
    font-size: 26px;
    position: absolute;
    left: 48%;
    top: 22%;

}
.msak2_tit h4{
    font-size: 16px;
    position: absolute;
    top: 40%;
    left: 36%;
}
.msak2_tit .play{
    width: 170px;
    height: 70px;
    border:1px solid #fff;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 42%;
    top: 55%;
    cursor: pointer;
}

.msak3{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    filter: alpha(opacity=80); 
    position: relative;
    bottom: -100%;
}
#msak4{
    bottom: -100%;
    right: 0;
}
.msak3 .msak3_box{
    width: 75%;
    position: absolute;
    left: 15%;
    top: 30%;
    text-align: center;
}
.msak3_box .msak3_icon{
    width: 46px;
    height: 56px;
    background: url(../image/jieshaos.png) no-repeat;
    float: left;
    position: absolute;
    left: 30%;
}
.msak3_box h3{
    font-size: 26px;
    float: left;
    position: absolute;
    left: 46%;
    top: 5%;
}
.msak3_box p{
    font-size: 16px;
    margin-top: 30%;
}
.msak3_box .msak3_icon2{
    background: url(../image/jiangbeis.png) no-repeat;
    left: 26%;
    width: 63px;
}*/
/*
.click_more{
    position: absolute;
    bottom: 2%;
    right: 10%;
}
.click_more p{
    font-size: 16px;
}*/
.page5{
    width: 100%;
    height: 100%;
}
.page5_l,.page5_r{
    width: 33%;
    height: 100%;
    background: url(../image/page5-l.jpg) no-repeat;
    background-size:100% 100%;
}
.page5_m{
    width: 34%; 
    height: 100%;
}
.page5_m{
    background: url(../image/page5-m.jpg) no-repeat;
    background-size:100% 100%;
}
.page5_r{
    background: url(../image/page5-r.jpg) no-repeat;
    background-size:100% 100%;
}

.page5_l,.page5_m,.page5_r{
    position: relative;
}

.page5_l_sbox,.page5_l_sbox2,.page5_l_sbox3{
    width: 160px;
    height: 154px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -77px;
}
.page5_l_sbox .page5_l_sbox_icon{
    width: 78px;
    height: 76px;
    background: url(../image/page5-licon.png) no-repeat;
    margin: 0 auto;
}
.page5_l_sbox2 .page5_l_sbox_icon1{
    width: 80px;
    height: 74px;
    background: url(../image/page5-micon.png) no-repeat;
    margin: 0 auto;
}
.page5_l_sbox3 .page5_l_sbox_icon2{
    width: 84px;
    height: 70px;
    background: url(../image/page5-ricon.png) no-repeat;
    margin: 0 auto;
}
.page5_l_sbox .page5_l_sbox_words,.page5_l_sbox2 .page5_l_sbox_words,.page5_l_sbox3 .page5_l_sbox_words{
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 10%;
    left: 18%;
}
.page5_l_mask{
    width: 100%;
    height: 100%;
    background: url(../image/page5-lh.jpg) no-repeat center center;
    background-size: 100% 100%; 
    position: relative;
}
#page5_l_mask2{
    width: 100%;
    background: url(../image/page5-mh.jpg) no-repeat center center;
    background-size: 100% 100%;
}
#page5_l_mask3{
    background: url(../image/page5-rh.jpg) no-repeat center center;
    background-size: 100% 100%;  
}
.page5_l_mask_box{
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 18%;
    left: 50%;
    margin-left: -66px;
}
/*#page5_l_mask1{
    display: none
}*/
#page5_l_mask1,#page5_l_mask2,#page5_l_mask3{
    display: none;
}
.page5_l_mask_box .page5_l_mask_icon{
    width: 60px;
    height: 58px;
    background: url(../image/page5-licons.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -30px;
}
.page5_l_mask_box .page5_l_mask_icon1{
    width: 60px;
    height: 56px;
    background: url(../image/page5-micons.png) no-repeat;
}
.page5_l_mask_box .page5_l_mask_icon2{
    width: 60px;
    height: 58px;
    background: url(../image/page5-ricons.png) no-repeat center center;
}
.page5_l_mask_words{
    font-size: 32px;
    position: absolute;
    top: 270%;
    left: 50%;
    margin-left: -70px;
    width: 140px;
}
.page5_l_mask_box p{
    font-size: 16px;
    margin-top: 30%;
    margin-bottom: 20%;
}
.more{
    width: 35%;
    height: 50px;
    border:1px solid #fff;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    margin-top:14%;
    cursor: pointer;
}
.more:hover{
    background: rgba(255,255,255,.3);
}

.line1{
    /*border-bottom: 2px solid #fff;*/
    width: 100px;
    margin: 0 auto;
    padding-right: 32px;
    margin-top: 24%;
}

.page6{
    width: 100%;
    height: 100%;
}
.foot_more{
    height: 566px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    /*bottom: -470px;*/
    bottom: 0;
    color: #fff;
    
}
.foot_words{
    position: absolute;
    left: 51.5%;
    top: 50%;
    margin-top: -8px;
    margin-left: 10px;
}
.foot_icon{
    width: 100%;
    height: 96px;
    position: relative;
}
.foot_more_up{
    width: 19px;
    height: 17px;
    display: inline-block;
    background: url(../image/zhankai1.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
}
.foot_more i{
}
.foot_img{
    width: 100%;
    height: 565px;
    background: #7d7d7d;
}
.foot_content{
    width: 1200px;
    height: 310px;
    background: #7d7d7d;
    color: #fff;
    padding:80px 0 0 0;
    margin: 0 auto; 
}
.foot_content ul{
    margin-right: 50px;
}
.foot_content ul li:nth-child(1){
    font-size: 16px;
}
.foot_content ul li{
    line-height: 34px;
    font-size: 14px;
    text-align: left;
}
.firendLink{
    width: 226px;
    height: 30px;
    background: #fff;
    text-indent: 1em;
    color:#7c7c7c;
    line-height: 30px;
}
.icon11{
    width: 14px;
    height: 7px;
    display: inline-block;
    background: url(../image/icon11.png) no-repeat center center;
    float: right;
    margin-top: 11px;
    margin-right: 16px;
}
.icon7,.icon8,.icon9,.icon10{
    width: 13px;
    height: 15px;
    display: inline-block;
    margin-right: 15px;
}
.icon7{
    background: url(../image/icon7.png) no-repeat center center;
}
.icon8{
    background: url(../image/icon8.png) no-repeat center center;
}
.icon9{
    background: url(../image/icon9.png) no-repeat center center;
}
.icon10{
    background: url(../image/icon10.png) no-repeat center center;
}
.firend{
    text-align: left;
}
.firend  p{
    width: 226px;
    margin-bottom: 30px;
    margin-right: 50px;
}
.qrCode{
    width: 106px;
    text-align: center;
}
.qrCode .code{
    width: 106px;
    height: 100px;
    background: url(../image/erweima.png) no-repeat center center;
    margin-bottom: 15px;
}
.foot_fff{
    height: 120px;
    width: 100%;
    background: #fff;
}
.foot_fff .foot_f{
	width:1200px;
	min-width:1200px;
	margin:0 auto;
	position:relative;
}
.foot_fff p{
    height: 80px;
    margin: 0 auto;
    color: #4f4f4f;
}
.icon13{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../image/icon13.png) no-repeat center center;
    position: relative;
    top: 4px;
}
.icon12{
    width: 43px;
    height: 47px;
    display: inline-block;
    background: url(../image/icon12.png) no-repeat center center;
    position: relative;
    top: 14px;
}
.video_box{     
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    position: relative;
    display: none;
}
.video{
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -500px;
}
.close{
    width: 80px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10%;
    font-style: 80px;
    cursor: pointer;
}

/*切屏按钮颜色*/
#fp-nav ul li a.active span,  
.fp-slidesNav ul li a.active span {  
    background: #00b9e4; /*这里设置的是活动导航的颜色*/  
}  
#fp-nav ul li a span,  
.fp-slidesNav ul li a span {  
    border: 1px solid #00b9e4;/*这里设置的是非活动导航的颜色*/  
} 
/*切屏按钮颜色*/

/*page7*/
.page7{
    width: 100%;
    height: 100%;
    background: url(../image/page3bg.jpg) no-repeat;
    background-size: 100% 100%;
}
/*900 1700*/
.page7_content{
    width: 88.541666%;
    height: 83.333333%;
    margin: 100px auto;
}
.page7_content>ul{
    margin-top: 110px;
}
.page7_content ul{
    height: 100%;
    width: 100%;
}
.page7 ul li{
    width: 30%;
    height: 37%;
    float: left;
    margin-right: .5%;
    margin-bottom: 2%;
}
.page7_content>ul>li{
    padding: 1%;
    border: 3px solid rgba(255,255,255,0);
}
.page7_content>ul>li:nth-child(3n+1){
    margin-left: 1%;
}
.page7_content>ul>li:hover{
    background: #d7d7d7;
}
.page7_content>ul>li:nth-child(1):hover .page7tit_box i{
    background: url("../image/page7icon7.png");
}
.page7_content>ul>li:nth-child(2):hover .page7tit_box i{
    background: url("../image/page7icon8.png");
}
.page7_content>ul>li:nth-child(3):hover .page7tit_box i{
    background: url("../image/page7icon9.png");
}
.page7_content>ul>li:nth-child(4):hover .page7tit_box i{
    background: url("../image/page7icon10.png");
}
.page7_content>ul>li:nth-child(5):hover .page7tit_box i{
    background: url("../image/page7icon11.png");
}
.page7_content>ul>li:nth-child(6):hover .page7tit_box i{
    background: url("../image/page7icon12.png");
}
.page7 ul li div{
    height: 76px;
    width: 100%;
    position: relative;
}

.page7 ul li i{
    display: block;
    height: 76px;
    width: 76px;
    float: left;
}
.page7 ul li:nth-child(1) div i{
    background-image: url("../image/page7icon1.png");
}
.page7 ul li:nth-child(2) div i{
    background-image: url("../image/page7icon2.png");
}
.page7 ul li:nth-child(3) div i{
    background-image: url("../image/page7icon3.png");
}
.page7 ul li:nth-child(4) div i{
    background-image: url("../image/page7icon4.png");
}
.page7 ul li:nth-child(5) div i{
    background-image: url("../image/page7icon5.png");
}
.page7 ul li:nth-child(6) div i{
    background-image: url("../image/page7icon6.png");
}
.page7 ul li a{
    display: block;
    /*float: left;*/
    height: 26px;
    width: 120px;
    font-size: 26px;
    line-height: 26px;
    margin: 5px 0 0 100px;
    padding-top: 10px;
    color: #585858;
}
.page7 ul li div .page7_more{
    display: block;
    font-size: 16px;
    height: 30px;
    width: 100px;
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 30px;
    text-align: center;
    color: #00b9e4;
    padding-top: 0;
}
.page7 ul li div .page7_more:hover{
    background: #00b9e4;
    color: #fff;
    border-radius: 15px;
}
.page7 ul li .page7tit_box p{
    font-size: 14px;
    float: left;
    color: #858585;
    height: 14px;
    line-height: 14px;
    margin: 13px 0 0 26px;
}
.page7 ul li ul{
    list-style-type: disc;
}
.page7 ul li ul li{
    margin-top: 3%;
    width: 100%;
    height: auto;
    list-style-type: disc !important;
    color: #00b9e4;
}
.page7 ul li ul li a{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #565656;
    /*line-height: 20px;*/
    margin: 0;
    padding: 0;
    border-bottom: .5px solid rgba(255,255,255,0);
}
.page7 ul li ul li a:hover{
    background: #00b9e4;
    color: #fff;
}
.page7 ul li ul li p{
    display: block;
    font-size: 12px;
    height: 12px;
    line-height: 20px;
    color: #a8a8a8;
}


/*page8*/
.page8{
    width: 100%;
    height: 100%;
    background: url(../image/page8bg.jpg) no-repeat center -50px;
    background-size: 100% 100%;
    position: relative;
}
.page8 .foot_more{
    position: absolute;
    bottom: 0;
}


