﻿@charset "utf-8";

/* h5结构兼容方案一 IE 6 - 8*/
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}



body {
    font-family: Microsoft YaHei,SimSun,Arial,Narrow;
    /*overflow-x: hidden;*/
    max-width: 100%;
    min-width:1220px;
}

.wall{
    width:100%;
    height:100%;
}

/*头部*/
.header{
    width:1200px;
    height:106px;
    line-height: 106px;
    margin: auto;
}

.header h1{
    float: left;
    margin-top: 23px;
}
h1>a{
    display:block;
}
h1 a img{
    display: block;
}

.login-head a img{
    display: block;
    vertical-align: middle;
    margin-top: 7px;
}
.header .myMiddle{
    position: relative;
    width: 575px;
    height: 106px;
    display: inline-block;
    margin-left: 55px;
    vertical-align: top;
}
.myMiddle input{
    box-sizing: border-box;
    border: 1px solid #2496f6;
    width:346px;
    height:40px;
    font-size: 16px;
    font-family: Microsoft YaHei,SimSun,Arial,Narrow;
    vertical-align: middle;
    padding-left: 75px;
}
.myMiddle .select2{

    list-style: none;
    position: relative;
    top: -105px;
    left: -6px;
    width: 60px;
    height:80px;


}
.choice-select>span{
    position: absolute;
    top: 37px;
    left: 9px;
    height: 35px;
    line-height: 35px;
    padding-left: 9px;
    /* text-align: center; */
    width: 55px;
    border: none;
    border-right: 1px solid #eeeeee;
    cursor: pointer;
    font-size: 14px;
}


.choice-select i{
    font-size: 13px;
    /*margin-left: 11px;*/
    position:absolute;
    top:3px;
    right:-10px;

}
.oUl{
    position: absolute;
    top: 74px;
    left: 6px;
    border: 1px solid #E9E9E9;
    border-top: none;
    z-index: 9;
    background-color: #fff;
}
.select2:hover .oul{
    display: block !important;
}
.myMiddle .oUl li{
    margin-top: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 66px;

}
.oUl li a{
    display: block;
    font-size: 12px;
    color:#2b2b2b;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 66px;
}
.oUl li a:hover{
    color: #188eee;
    background-color:#F0F0F0;
}

.ser-dtn{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 6px;
}

.header div a div{
    display: inline-block;
    width:100px;
    height:40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;

}
.header div a>.left{
    background-color: #2496f6;
    color:#fff;
    margin-left: -10px;
    font-size: 14px;
}
.header div a>.right{
    box-sizing: border-box;
    border: 1px solid #2496f6;
    margin-left: 20px;
    color:#2496f6;
    font-size: 14px;
}
.header .goLink{
    float: right;
    margin-right: 10px;
}
.goLink span{
    margin-left: 5px;
    color:#2b2b2b;
}
.goLink .first{
    color:#ff8419;
}

.goLink .second{
    color:#dfdfdf;
    margin: 0 5px;
}
.go-login{
    display: inline-block;
}
.yet-login{
    position: relative;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.mess-content{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.mess-top{
    display: inline-block;
    width: 19px;
    height: 23px;
    background: url(../img/top-mess.png)no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;

}

.mess-content i{
    position: absolute;
    left: 18px;
    top: 32px;
    display: inline-block;
    padding: 0 4px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #E93030;
    border-radius: 20px;
    font-style: normal;
}

.yet-login p{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #E1E1E1;
    margin-left: 33px;
    overflow: hidden;
}
.yet-login p img{
    width: 100%;
    height: 100%;
    line-height: normal;
    /*text-align: center;*/
}
.yet-login>ul{
    display: none;
    position: absolute;
    top: 41px;
    left: 13px;
    z-index: 9;
    background-color: #fff;
    box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.yet-login>ul li{
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    white-space: nowrap;
}
.yet-login>ul li a{
    display: block;
    font-size: 12px;
    color: #2b2b2b;
    height: 30px;
    line-height: 30px;
    text-align:left;
    padding: 0 4px;
    /*width: 66px;*/
}
.yet-login>ul li a:hover{
    color: #188eee;
    /*background-color: #F0F0F0;*/
}
/*导航*/
nav{
    width:100%;
    height:44px;
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
nav>ul{
    width:1200px;
    margin: auto;
}
ul .clearfix:before{
    display: table;
    content: '';

}
.clearfix{
    zoom: 1;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*.clearfix{display:inline-block;}*/
/*HidesfromIE-mac*/
*html.clearfix{height:1%;}
.clearfix{display:block;}
/*EndhidefromIE-mac*/
nav ul > li {
    float: left;
    width: 120px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #2b2b2b;
    margin-left: 15px;
}
    /*nav .oUl .myGod{*/
    /*margin-left: 0 !important;*/
    /*width:140px;*/
    /*}*/
    nav ul > li > a {
        color: #2b2b2b;
        display: inline-block;
        width: 120px;
        height: 44px;
    }
ul li .iconfont{
    font-size: 13px;
}
nav ul > li > a:hover {
    /*background-color: #2496f6;*/
    color: #2496f6;
    cursor: pointer;
}

nav ul > li:hover {
    /*background-color: #2496f6;*/
    color: #2496f6;
    cursor: pointer;
}

nav ul > li a.active2:hover {
    /*background-color: #2496f6;*/
    color: #fff !important;
    cursor: pointer;
}

.mSelect {
    /*width: 90px;*/
    margin-top: -3px;
    margin-left: 11px;
    position: relative;
    z-index: 999;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    /* overflow: hidden; */
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
    border-radius: 3px;
}

    .mSelect > img {
        display: block;
        position: absolute;
        top: -12px;
        left: 34px;
    }
/*.mSelect li{*/
/*width:90px;*/
/*height:40px;*/
/*line-height: 40px;*/
/*font-size: 14px;*/
/*text-align: center;*/
/*!*border-bottom: 1px solid #e4e4e4;*!*/
/*}*/

.active2{
    /*background-color: #2496f6;*/
    /*color:#fff;*/
    color: #2496f6;
    border-bottom: 3px solid #2496f6;
    box-sizing: border-box;
}
.active2>a{
    /*color:#fff;*/
    color: #2496f6;
}
.active2>a:hover{
    color:#2496f6 !important;

}
.active2:hover{
    color:#2496f6 !important;
}
.my-ol{
    display: none;
}
.row_lis > a {
    color: #2b2b2b;
    font-size: 14px;
}

    .row_lis > a:hover {
        color: #2496f6;
    }
/*新内容的分割线*/

.first-img {
    width: 100%;
    height: 902px;
    background: url("../img/2402/1_01a1.jpg") no-repeat center;
}

.add_peo{
    display: block;
    width: 853px;
    height: 601px;
    margin: auto;
}
.main_div {
    position: relative;
    height: 666px;
    width: 100%;
}

    .main_div img {
        display: block;
        width: 2560px;
        height: 100%;
        position: absolute;
        left: 50%;
        margin-left: -1280px;
    }
.second-img{
    height:972px;
    width:100%;
}

.second-content{
    width: 1200px;
    height:100%;
    margin: auto;
}

.second-content h1{
    font-size: 70px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    margin: 108px 0;
}

.second-number{
    text-align: center;
}


.second-number span{
    padding: 35px 65px;
    color: #2972fb;
    font-size: 55px;

}

.second-number i{
    display: inline-block;
    height:25px;
    background-color: #c5c5c5;
    width: 1px;
    /* color: #c5c5c5; */
    font-style: normal;
}

.second-text span{
    display: inline-block;
    /* padding: 35px 89px; */
    width: 245px;
    text-align: center;
    color: #666;
    font-size: 24px;
    margin-top: 25px;
}

.second-text .first-m{
    margin-left: 40px;
}

.second-m {
    margin-left: 41px;
}

.third-m {
    margin-left: 49px;
}

.forth-m{
    margin-left: 36px;
}

.second-main{
    width: 1107px;
    height: 593px;
    margin:76px auto 0;
    opacity: 0;
    background: url("../img/2_03.jpg")no-repeat center;
}


.third-img,.third-img4{
    width:100%;
    background-color: #f9f9f9;

}

.third-img2,.third-img3{
    width:100%;
    background-color: #fff;
}

.third-img h1,.three-img h1,.third-img2 h1,.third-img3 h1,.third-img4 h1{
    font-size: 70px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    padding: 130px 0 40px;
    opacity: 0;
}

.third-img p,.third-img2 p,.third-img3 p,.third-img4 p{
    font-size: 30px;
    color: #666666;
    text-align: center;
    opacity: 0;
}


.dif-dress{
    width: 1065px;
    margin:120px auto 0;
    padding-bottom: 30px;
}

.dif-dress img,.dif-tab img,.dif-tab2 img{
    margin: auto;
   text-align: center;
    opacity: 0;
}

.dif-dress2{
    width:1135px;
    margin:130px auto 0;
}

.dif-dress2 img{
    margin: auto;
    text-align: center;
    opacity: 0;
}


.forth-img{
    width:100%;
    height:935px;
    background: url("../img/4.png")no-repeat center;
}

.forth-container{
    width: 1200px;
    margin: auto;
}

.forth-container h1{
    font-size:94px;
    color: #fff;
    font-weight: normal;
    padding: 305px 0 50px;
    opacity: 0;
}


.forth-container p{
    font-size: 44px;
    color:#fff;
    margin-bottom: 130px;
    opacity: 0;
}

.link-btn{
    display: block;
    width: 230px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius:35px;
    font-size: 26px;
    color: #fff;
    border: 1px solid #fff;
    opacity: 0;
}


.fifth-img{
    width:100%;
    padding-bottom:180px;
    background: url("../img/5.png")no-repeat center;
}
.fifth-my .big-title{
    padding: 350px 0 15px;
    opacity: 0;
}
.fifth-my h1,.fifth-my h2{
    font-size: 70px;
    color: #333;
    font-weight: normal;
    text-align: right;
    opacity: 0;

}
.fifth-my h2{
    margin-bottom: 75px;
}
.fifth-my p{
    font-size: 30px;
    color: #333;
    text-align: right;

}

.fifth-small{
    opacity: 0;
}

.sixth-img{
    width:100%;
    background-color: #fff;

}

.sixth-container{
    width: 1260px;
    margin: auto;
    padding-bottom: 105px;
}
.sixth-container h1{
    padding: 100px 0 40px;
}

.sixth-container p{
    font-size: 30px;
    color: #666;
    text-align: center;
    margin-bottom: 100px;
}

.sixth-main{
    width: 1255px;
    height: 600px;
}

.sixth-main img{
    opacity: 0;
    width:100%;
    height:100%;
}

.seven-img{
    width:100%;
    background-color: #488ffa;
}

.seven-opacity{
    opacity: 0;
}
.seven-content{
    width: 1200px;
    margin: auto;
}

.seven-content h1{
    font-size: 70px;
    text-align: center;
    color: #fff;
    padding: 75px 0 80px;
    font-weight: normal;
}

.seven-content .seven-main{
    position: relative;
    width:1238px;
    height:907px;
    text-align:center;
    margin: auto;
}

/*.seven-main img{*/
    /*width:100%;*/
    /*height:100%;*/
    /*opacity: 0;*/
/*}*/

.tai-zhang{
    position: absolute;
    top: 161px;
    left: 660px;
    width: 340px;
    height: 215px;

}

.tai-zhang .tai-img{
    opacity: 0;
}
.eight-img{
    width:100%;
    background-color: #fff;
    padding-bottom: 60px;
}

.eight-content{
    position: relative;
    width: 1200px;
    margin: auto;
}

.main-title{
    font-size: 70px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.eight-content h1{
    padding: 90px 0 40px;
}

.eight-content>p{
    font-size: 30px;
    color: #666;
    text-align: center;
    margin-bottom: 90px;
}

.seven-main{
    position: relative;
    width: 914px;
    height: 697px;
    margin-left: 40px;
}

.seven-main img{
    width:100%;
    height:100%;
}

.video-tab{
    position: absolute;
    top: 353px;
    left: 490px;
    cursor: pointer;
}

.video-img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.video-img img{
    width:100%;
    height:100%;
}
.video-text{
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.small-people{
    position: absolute;
    bottom:0;
    right:0;
    width: 207px;
    height: 319px;

}

.small-people img{
    width:100%;
    height:100%;
}


.nine-img{
    width:100%;
    padding-bottom: 260px;
    background: url("../img/10.png")no-repeat center;
}

.nine-img h1{
    color: #fff;
    opacity: 0;
}

.nine-img .last-h1{
    padding: 200px 0 30px;
}

.nine-img p{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 100px;
    opacity: 0;
}


/*视频播放弹窗*/


.video-mask{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.4);
    background: url("../img/bigbg-black.png")repeat;
}

.mask-content{
    position: fixed;
    top:50%;
    left:50%;
    margin-top:-267px;
    margin-left:-475px;
    width: 950px;
    height: 535px;
    background-color: #000;
}

.close-btn{
    position: absolute;
    right:0;
    top:0;
    width:40px;
    height:40px;
    z-index: 999;
    cursor: pointer;
}

.close-btn img{
    width:100%;
    height:100%;
}

.mask-content video{
    width:100%;
    height:100%;
}

/*.video-content{*/
    /*width:930px;*/
    /*height:520px;*/
    /*margin: auto;*/
/*}*/

/*动画效果*/

/*从左往右*/
.slide-left{
    animation:slideInLeft 2s 1;
}

.slider-left{
    animation:slideInLeft 2s 0.3s 1;
}

.slidered-left{
    animation:slideInLeft 2s 0.4s 1;
}

/*从右往左*/

.slide-right{
    animation:slideInRight 2s 1;
}

.slider-right{
    animation:slideInRight 2s 0.2s 1;
}
.slid-right{
    animation:slideInRight 2s 0.3s 1;
}

/*左右晃*/

.swing{
    animation:swing 2s 0.1s 1;
}

/*从上往下*/
.bounce-down{
    animation: bounceInDown 2s 1;
}

.slide-down{
    animation: slideInDown 2s 1;
}


.bounce-downed{
    animation:  bounceInDown 2s 0.2s 1;
}

/*第二张大图从下往上滚动*/
.slide-up{
    animation: slideInUp 2s 0.2s 1;
}

.slide-up3{
    animation: slideInUp 2s 0.3s 1;
}

.slide-up1{
    animation: slideInUp 2s 0.4s 1;
}

.slide-up2{
    animation: slideInUp 2s 0.5s 1;
}


.fade-up{
    animation: zoomIn 3s 2s 1;
}


.roll-in{
    animation:  rollIn 3s 1;
}


.dif-tab{
    width: 1257px;
    margin: 130px auto 0;
    padding-bottom: 70px;
}


.dif-tab2{
    width: 981px;
    margin: 130px auto 0;
}

.dif-img{
    display: block;
    width: 883px;
    margin:130px auto 30px;
    opacity: 0;
}
.dif-img3{
    display: block;
    width: 1034px;
    margin:130px auto 30px;
    opacity: 0;
}
.nav-fu {
    width: 600px;
    vertical-align: top;
    /*position: absolute;*/
    /*background-color: #ffffff;*/
    padding: 25px 15px 20px 1px;
    box-sizing: border-box;
    /*margin-top: 33px;*/
    /*font-size: 0;*/
    /*white-space: nowrap;*/
    /*box-shadow:0 4px 7px 0 rgba(0, 0, 0, 0.23);*/
    /*z-index: 999;*/
}

.fu-kua {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 68%;
}

.nav-fu > div:last-child {
    width: 30%;
    border-left: 1px solid rgba(0,0,0,.14);
}

.fus-title {
    font-size: 14px;
    color: #2b2b2b;
    text-align: left;
    line-height: 22px;
    padding-left: 25px;
    font-weight: bold;
}

.fu-col {
    display: inline-block;
    margin-right: 25px;
}

.fu-col2 {
    display: inline-block;
    margin-left: 25px;
}

    .fu-col a, .fu-col2 a {
        display: block;
        font-size: 14px;
        color: #2b2b2b;
        text-align: left;
    }

        .fu-col a:hover {
            color: #0E74E6;
        }

        .fu-col2 a:hover {
            color: #0E74E6;
        }

        .fu-col2 a:last-child {
            margin-bottom: 0;
        }

        .fu-col a:last-child {
            margin-bottom: 0;
        }