/* header */
.header{
    /* height: 3.1rem; */
    height: 180px;
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/header-bg.png") center center no-repeat;
    background-size: cover;
    background-color: #054ca0;
    z-index: 1000;
    position: relative;
}
/* .header.small{
    height: 180px;
    width: 100%;
    position: fixed;
    top: 0;
} */
.header .logo{
    width: 85%;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
}
.logo .logo-img{
    /* height: 100px;
    width: 390px; */
    height: 75px;
    width: 290px;
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/logo.png") no-repeat;
    background-size: 100%;
    float: left;
    position: relative;
}
.logo .logo-img::after{
    display: block;
    content: "";
    height: 45px;
    width: 1px;
    background: #ffffff;
    position: absolute;
    top: 18px;
    right: -10px;
}
.logo .logo-word{
    float: left;
    /* margin-top: 5px;
    margin-left: 20px; */
    margin-left: 30px;
    margin-top: 5px;
}
.logo-word .logo-cn{
    font-size: 27px;
}
/* nav */
.nav{
    background: rgb(5, 76, 118);
    background: -webkit-linear-gradient(rgb(0, 84, 193,0.76), rgb(0, 93, 181));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgb(0, 84, 193,0.76), rgb(0, 93, 181));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgb(0, 84, 193,0.76), rgb(0, 93, 181));
    z-index: 1000;
}
.nav.fixed{
    width: 100%;
    position: fixed;
    top: 0;
}
.nav .row{
    width: 100%;
    margin: 0 auto;
}
.nav .nav-ul{
    
}
.nav-ul>li{
    float: left;
    position: relative;
    display: block;
    text-align:center;
    width: 16.666%;

}
.nav-ul>li>a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
    /*padding: 0 95px 0;*/
    position: relative;
}
.nav-ul>li:hover>a{
    background-color: #eaebed;
    color: #054ca0;
}
.nav .sub-list{
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 45px;
    display: none;
}
.nav .sub-list li a{
    width: 100%;
    display: block;
    font-size: 16px;
    background-color: #ffffff;
    color: #333333;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
/* banner */
.banner{
    margin-left: 4%;
    margin-right: 4%;
    /* width: 100%; */
    background: #e7e5e5;
    overflow: hidden;
    position: relative;
}
.banner .slick{
    width: 100%;
    /* max-width: 1300px; */
    /* width: 66%;
    margin: 0 17%; */
    /* margin: 0 auto; */
    overflow: hidden;
}
.slick .img-container{
    width: 100%;
    position: relative;
}
.slick img{
    width: 100%;
}
.banner .slick-next, .banner .slick-prev {
    font-size: 0;
    position: absolute;
    width: 50px;
    height: 90px;
    line-height: 100px;
    top: 55%;
    text-align: center;
    color: #fff;
    border: none;
    outline: 0;
    z-index: 8;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .slick-next {
    right: 0px;
    top: 42%;
    right: 0%;
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/right.png") no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
}
.banner .slick-prev {
    left: 0px;
    top: 42%;
    left: 0%;
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/left.png") no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
}
.banner .slick-arrow:hover {
    opacity: 1!important;
    filter: alpha(opacity=100)!important;
}
.img-container .tit{
    width: 100%;
    height: 80px;
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
}

/* main */
.main .row{
    /* overflow: hidden; */
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 90%;
    max-width: 1300px;
    margin: 125px auto 25px;
    position: relative;
}
.main-2{
    background-color: #f9f9f9;
}
.main .row-1{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 0 130px;
    position: relative;
}
.main .row-1 .index-line{
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #000000;
    top: 160px;
}
.main .row-2{
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 75px 0 125px;
}
.main .row-4{
    margin: 0 auto;
    padding: 20px 0 40px;
}
.row .section-container{
    overflow: hidden;
}
.row-ico{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}
.row .sec-ico{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    border: 15px solid #ffffff;
}
.row .sec-ico:hover{
    background-color: #ff7607;
}
.row-1 .sec-ico-1{
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/team-box.png") center center no-repeat;
    background-size: 60%;
    background-position: 37% 52%;
    background-color: #014099;
}
.row-1 .sec-ico-2{
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/direction-box.png")  center center no-repeat;
    background-size: 60%;
    background-position: 48% 47%;
    background-color: #014099;
}
.row-1 .sec-ico-3{
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/platform-box.png")  center center no-repeat;
    background-size: 50%;
    background-color: #014099;
}



.row-1 .sec-ico-4{
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/join-box.png")  center center no-repeat;
    background-size: 50%;
    background-color: #014099;
}


.row-1 .active{
    background-color: #ff7607;
}
.row-1 .active::after{
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: 25px solid #f9f9f9;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: -145px;
    left: 50%;
    transform: translateX(-50%);
}
.row .sec-ico .title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: -40px;
}
.row .sec-ico .word{
    width: 300px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
}



.row-2 .line{
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    position: absolute;
    top: 50%;
}
.row-2 .content{
    padding: 0 30px;
    background-color: #f9f9f9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-weight: bold;
}
.row-2 .content .title{
    font-size: 26px;
    position: relative;
}
.row-2 .content .word{
    font-size: 16px;
}
.row-4 .item-1 .sec-1{
    width: 50%;
    float: left;
}
.row-4 .item-1 .sec-1 .head{
    width: 35%;
    height: 280px;
    margin: 0 28%;
    margin-top: 50px;
    overflow: hidden;
    float: left;
    position: relative;
}
.row-4 .item-1 .sec-1 .head img{
    display: block;
    position: absolute;
    width: 105%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}



.row-4 .item-1 .sec-2 .head{
    width: 75%;
    height: 170px;
    padding: 2px;
    margin: 0 0 0 10%;
    position: relative;
    overflow: hidden;
    float: left;
}
.row-4 .item-1 .sec-2 .head img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 52%;
    left: 50%;
    transform: translateX(-50%) translateY(-47%);
}


/*图片太小处理*/
.row-4 .item-1 .sec-2 .head_small{
    width: 80%;
    height: 175px;
    padding: 2px;
    margin: 0 0 0 10%;
    position: relative;
    overflow: hidden;
    float: left;
}


.row-4 .item-1 .sec-2 .head_small img{
    display: block;
    position: absolute;
    width: 120%;
    top: 44%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-47%);
}



.row-4 .item-1 .sec-2 .msg{
    margin-left: -5px;
    height: 144px;
    float: left;
    position: relative;
    width: 100%;
}
.row-4 .item-1 .sec-2 .name{
    color: #04357c;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 5px 0 15px 0;
}
.row-4 .item-1 .sec-2 .detail{
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 8px 0;
    text-align: center;
}

/*资料较多时*/
.row-4 .item-1 .sec-2 .name_many{
    color: #04357c;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0px 0 15px 0;
}
.row-4 .item-1 .sec-2 .detail_many{
    color: #333333;
    font-size: 13px;
    line-height: 10px;
    font-weight: bold;
    margin: 0 0 8px 0;
    text-align: center;
}



.row-4 .item-1 .sec-1 .msg{
    float: left;
    margin-left: 20%;
    text-align: center;
}
.row-4 .item-1 .sec-1 .msg .name{
    color: #04357c;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.row-4 .item-1 .sec-1 .msg .pl{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}
.row-4 .item-1 .sec-1 .msg .detail{
    font-size: 14px;
    font-weight: bold;
}
.row-4 .item-1 .sec-2{
    width: 50%;
    float: left;
}

.row-4 .item-1 .sec-2 .line{
    width: 100%;
    height: 50%;
    float: left;
}


.row-4 .item-1 .sec-2 .teac-row{
    width: 25%;
    float: left;
    margin-top: 50px;
    margin-right: 5%;
}

.row-4 .item-2 .title{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.row-4 .item-2 .title-bisc{
    position: absolute;
    left: 1.5%;
    top: -15px;
    color: #014099;
    text-indent: 20px;
}
.row-4 .item-2 .title-bisc::before{
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #014099;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.row-4 .item-2 .title-app{
    position: absolute;
    left: 67.5%; 
    top: -15px;
    color: #ff7607;
    text-indent: 20px;
}
.row-4 .item-2 .title-app::before{
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ff7607;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.row-4 .item-2 .bisc{
    width: 100%;
    float: left;
}
.row-4 .item-2 .bisc .img{
    width: 27%;
    height: 250px;
    margin: 1.5% 3%;
    overflow: hidden;
    float: left;
    position: relative;
}
.row-4 .item-2 .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.row-4 .item-2 .img:hover img{
    transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    -moz-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -o-transform: scale(1.1) rotate(0.1deg);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.row-4 .item-2 .img .item-tile{
    width: 100%;
    height: 60px;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    background: rgba(1,64,153,0.9);
    position: absolute;
    bottom: 0;
}
.row-4 .item-2 .img .item-tile-app{
    background: rgba(255,118,7,0.9);
}

.row-4 .item-3 .pl-item{
    background-color: #ffffff;
    height: 475px;
    width: 23%;
    margin: 1%;
    float: left;
}
.row-4 .item-3 .pl-item .img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    /*float: left;*/
    position: relative;
    border-bottom: 10px solid #014099;
}
.row-4 .item-3 .pl-item .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.row-4 .item-3 .pl-item .img:hover img{
    transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    -moz-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -o-transform: scale(1.1) rotate(0.1deg);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.row-4 .item-3 .pl-item .name{
    color: #014099;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 20px 30px 20px;
    /*float: left;*/
    text-align: center;
}
.row-4 .item-3 .pl-item .det{
    color: #333333;
    font-size: 13px;
    padding: 0 20px;
    text-align: justify;
    float: left;
}



/*首页招生*/

.row-4 .item-4 .pl-item{
    background-color: #ffffff;
    height: 410px;
    width: 31%;
    margin: 1%;
    float: left;
}
.row-4 .item-4 .pl-item .img{
    width: 100%;
    height: 280px;
    overflow: hidden;
    /*float: left;*/
    position: relative;
    border-bottom: 10px solid #014099;
}
.row-4 .item-4 .pl-item .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.row-4 .item-4 .pl-item .img:hover img{
    transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    -moz-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -o-transform: scale(1.1) rotate(0.1deg);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.row-4 .item-4 .pl-item .name{
    color: #014099;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 20px 30px 20px;
    /*float: left;*/
    text-align: center;
}
.row-4 .item-4 .pl-item .det{
    color: #333333;
    font-size: 14px;
    padding: 0 20px;
    text-align: left;
    float: left;
}



.main .row-3{
    margin-bottom: 125px;
    margin-top: 75px;
}
.row-3 .content{
    width: 46.5%;
    float: left;
}

/*@media screen and (max-width: 400px){
    .row-3 .content{
        width: 100%;
        float: left;
    }
}
*/
.row-3 .content-1{
    height: 760px;
    padding: 1% 2% 1% 2%;
    margin: 0 1.5%;
    border: 1px solid #dddddd;
}



.row-3 .project-1,.row-3 .project-2,.row-3 .project-3,.row-3 .project-4,.row-3 .project-5,.row-3 .project-6{
    height: 760px;
    padding: 1% 2% 1% 2%;
    margin: 0 1.5%;
    border: 1px solid #dddddd;
}



.row-3 .project-1 .img{
    height: 50%;
    background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 2%; 
    margin-left: 6%;
}

.row-3 .project-2 .img{
    height: 50%;
    background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*margin-left: 3%;*/
    margin-top: 6%;    
}
.row-3 .project-3 .img{
    height: 50%;
    background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 2%; 
    margin-left: 6%; 
}
.row-3 .project-4 .img{
    height: 50%;
    background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro4.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 15%; 
   /* margin-left: 4%;   */
}


.row-3 .content-2{
    height: 760px;
    padding: 1% 2% 1% 2%;
    margin: 0 1.5%;
    border: 1px solid #dddddd;
}


.direction-double{
        width: 45%;
        display: inline-block;
    }

.row-3 .head{
    border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
}

.row-3 .head-title:before{
    display: block;
    content: '';
    float: left;
    height: 35px;
    width: 35px;
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/progress.png") no-repeat;
    background-size: 100%;
}
.row-3 .head-title{
    color: #04357c;
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    text-indent: 20px;
    float: left;
}
.row-3 .more a{
    color: #959594;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
    float: right;
}
.row-3 .mes{
    font-size: 13px;
    font-weight: bold;
}
.row-3 .mes p{
    padding: 5px 0;
}
.row-3 .mes-title{
    margin-top: 20px;
    color: #04357c;
}
.row-3 .word{
    line-height: 30px;
    word-break: break-all;
}
.row-3 .content-1 .img{
    height: 460px;
    background-image:  url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/dupscan.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 0.5%;
}
.row-3 .content-2 .head-title:before{
    display: block;
    content: '';
    float: left;
    height: 35px;
    width: 35px;
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/project.png") no-repeat;
    background-size: 100%;
}
.row-3 .content-2 .word{
    margin-top: 20px;
    /*font-size: 15px;*/
    line-height: 35px;
}
.row-3 .content-2 .img{
    height: 340px;
    background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 6%;
    margin-top: 3%;
}

/* footer */
.switch-lang{
    right: 5px;
    position: fixed;
    bottom: 10px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 965;
    background-color: #c3b8b845;
    background-position: 0 0;
    text-align: center;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
}
.switch-span{
    color: #9597a1;
}
.switch-lang:hover{
    background:linear-gradient(145deg, #e6c5c5.#ffeaea);
    box-shadow: 5px 5px 49px #636363, -5px -5px 49px #ffffff;
}
.footer{
    color: #ffffff;
    overflow: hidden;
    z-index: 2;
    /* font-weight: bold; */
    /* height: 5.5rem; */
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/footer-bg.png") no-repeat;
    background-size: cover;
    position: relative;
}
.footer .row{
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.footer .footer-content{
    border-bottom: 1px solid #959594;
}
.footer .footer-nav{
    width: 80%;
    margin: 0 auto;
    padding: 45px 0 15px 0;
    float: left;
}
.footer .footer-link{
    width: 20%;
    padding: 45px 0 15px 0;
    float: right;
}
.footer-link .link-title{
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    position: relative;
}
.footer-link .sub-list li{
    display: block;
    color: #ffffff;
    width: 60%;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 2.5% 0 37.5%;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
}
.footer .footer-link .sub-list-1{
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/footer-1.png") no-repeat;
    background-size: 100% 100%;
}
.footer .footer-link .sub-list-2{
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/footer-2.png") no-repeat;
    background-size: 100% 100%;
}
.footer .footer-link .sub-list-3{
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/footer-3.png") no-repeat;
    background-size: 100% 100%;
}
.footer .footer-link .sub-list-4{
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/footer-4.png") no-repeat;
    background-size: 100% 100%;
}
.footer .footer-link .sub-list-5{
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/footer-5.png") no-repeat;
    background-size: 100% 100%;
}
.footer .logo{
    margin-left: 50px;
    float: left;
}
.footer .msg{
    padding: 40px 0;
    border-bottom: 1px solid #959594;
}
.footer .logo-cn{
    font-weight: bold;
    font-size: 26px;
}
.footer .logo-en{
    font-size: 14px;
}
.footer .lx{
    float: left;
    margin-top: 5px;
    margin-left: 85px;
    font-size: 14px;
}
.footer .tel:before{
    display: block;
    content: '';
    float: left;
    height: 24px;
    width: 24px;
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/tel.png") no-repeat;
    background-size: 100%;
}
.footer .tel{
    display: inline-block;
    line-height: 24px;
    text-indent: 10px;
    margin-right: 20px;
}
.footer .email:before{
    display: block;
    content: '';
    float: left;
    height: 20px;
    width: 18px;
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/email.png") no-repeat;
    background-size: 100%;
}
.footer .email{
    display: inline-block;
    text-indent: 10px;
    line-height: 20px;
}
.footer .adr:before{
    display: block;
    content: '';
    float: left;
    height: 16px;
    width: 16px;
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/adr.png") no-repeat;
    background-size: 100%;
}
.footer .adr{
    text-indent: 14px;
    line-height: 16px;
    margin-top: 10px;
    margin-left: 3px;
}
.footer-nav .footer-nav-ul{
    float: left;
    /* padding-left: 5%; */
    width: 100%;
}
.footer-nav-ul>li{
    float: left;
    width: 10%;
}
.footer-nav-ul>li>a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    position: relative;
}
.footer-nav-ul .sub-list a{
    display: block;
    width: 100%;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
}
.footer .co{
    padding: 20px 0 20px 40px;
    font-size: 14px;
    font-weight: bold;
}
/* news */
.main .spc-line{
    /* height: 1.9rem; */
    height: 180px;
    width: 100%;
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/news/banner.png") no-repeat;
    background-size: cover;
}
.main .news-row{
    margin-top: 25px;
}
.news-row .menu{
    width: 20%;
    /* padding: 0px 2.5%; */
    float: left;
}
.news-row .fixed{
    position: fixed;
    top: 60px;
}
.news-row .menu ul{
    border-radius: 0 15px 0 0;
    overflow: hidden;
}
.news-row .menu li{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #ececec;
    border-bottom: 2px solid #ffffff;
}
.news-row .menu li.active{
    /* background: #ffffff; */
    color: #04357c;
    position: relative;
    padding-right: 16px;
}
.news-row .menu li.active::before {
    display: inline-block;
    content: '';
    height: 8px;
    width: 8px;
    background-color: #04357c;
    margin-right: 10px;
    margin-bottom: 4px;
}
.news-row .menu .title{
    /*height: 100px;*/
    padding: 10px;
    line-height: 50px;
    font-size: 22px;
    color: #ffffff;
    background: #087bbd;
}
.news-row .menu .title .title-cn{
    font-size: 22px;
    border-bottom: 1px solid #ffffff;
}
.news-row .menu .title .title-en{
    font-size: 16px;
}
.news-row .menu li a{
    color: #333333;
}
.news-row .news-container{
    width: 100%;
    float: right;
}
.news-container .title{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    overflow: hidden;
}
.news-container .title .loc{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    float: right;
}
.news-container .title .loc a{
    color: #333333;
}
.news-container .list{
    float: left;
    width: 98%;
}
.news-container .list .item{
    display: block;
}
.news-container .list .item-1{
    display: block;
}
.news-container .list .item-none{
    display: none;
}
.news-container .item .border-box{
    padding: 20px 0;
    margin: 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.news-container .img{
    width: 20%;
    height: 155px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    float: left;
}
.news-container .img img{
    display: block;
    /* position: absolute;
    width: 105%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-47%); */
    height: 100%;
    width: 100%;
}
.news-container .news-content{
    float: left;
    width: 77%;
    margin-left: 3%;
}
.news-container .item-tile{
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}
.news-container .item-time{
    color: #cccccc;
    font-size: 12px;
    padding: 5px 0;
}
.news-container .item-content{
    color: #333333;
    overflow: hidden;
    font-size: 14px;
    float: left;
}
.news-container .item-btn{
    color: #333333;
    font-size: 14px;
    padding: 2px 20px;
    display: inline-block;
    border: 1px solid #ececec;
    cursor: pointer;
    position: absolute;
    left: 23%;
    bottom: 20px;
}
.news-container .item-btn a{
    color: #333333;
}

.news-container .item:hover{
    background: #ececec;
}
.news-container .item:hover .border-box{
    border: none;
}
.news-container .item:hover .item-btn{
    background: #065f93;
    color: #ffffff;
}
.news-container .item:hover .item-btn a{
    color: #ffffff;
}
.news-container .item:hover .item-tile{
    color: #065f93;
}

/* perper */
.news-row .paper-container{
    width: 100%;
    float: right;
}
.paper-container .title{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #04357c;
    overflow: hidden;
}
.paper-container .title .word{
    color: #04357c;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
.paper-container .title .loc{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    float: right;
}
.paper-container .title .loc a{
    color: #333333;
}
.paper-container .list{
    float: left;
    width: 100%;
}
.paper-container .list .item{
    margin: 40px 0;
    border: 1px solid #dddddd;
    padding-bottom: 0;
}
.paper-container .item .item-title{
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    background-color: #f8f8f8;
    border-bottom: 1px solid #dddddd;
}
.paper-container .item .content{
    width: 70%;
    height: 360px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.paper-container .item .content img{
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.paper-container .item-2 .content{
    width: 100%;
    height: auto;
    /* height: 450px; */
}
.paper-container .book-list{
    width: 100%;
}
.paper-container .book-list .book-item{
    width: 45%;
    margin: 2.5%;
    float: left;
    position: relative;
}
.paper-container .book-list .book{
    width: 47%;
    height: 280px;
    margin: 0 1.5%;
    float: left;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 10px 5px 0px rgba(68, 114, 196, 0.29);
}
.paper-container .book-list .book img{
    display: block;
    /* position: absolute; */
    width: 100%;
    height: 100%;
    /* top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); */
}
.paper-container .book-item .name{
    width: 47%;
    margin: 0 1.5%;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 51.5%;
    padding-bottom: 20px;
}
.paper-container .name .aff{
    font-size: 14px;
    font-weight: normal;
}
.paper-container .book-item .name::after{
    display: block;
    content: '';
    height: 4px;
    width: 50px;
    background-color: #04357c;
    position: absolute;
    bottom: 0;
    left: 0;
}
.paper-container .list .item-3{
    border: none;
    border-bottom: 1px solid #dddddd;
}
.paper-container .item-3 .center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.paper-container .item-3 .center .line{
    width: 1px;
    height: 15px;
    margin-top: 16px;
    background-color: #000000;
    float: left;
}
.paper-container .item-3 .center span{
    display: block;
    font-size: 16px;
    color: #dddddd;
    font-weight: bold;
    padding: 10px 30px;
    float: left;
    cursor: pointer;
}
.paper-container .item-3 .center span.active{
    color: #04357c;
}
.paper-container .item-3 .word-title{
    font-size: 16px;
    color: #04357c;
    font-weight: bold;
}
.paper-container .item-3 .papers{
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
    word-break: break-all;
}
.paper-container .list .item-eva{
    padding: 40px 0;
    border-bottom: 1px solid #dddddd;
}
.paper-container .item-eva>div{
    width: 100%;
    margin: 10px 0;
    float: left;
}
.paper-container .item-eva .eva-title .icon{
    height: 45px;
    width: 160px;
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/paper/paper-2-1.png");
    background-size: cover;
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    float: left;
}
.paper-container .item-eva .eva-title p{
    color: #04357c;
    font-size: 20px;
    line-height: 45px;
    text-indent: 10px;
    font-weight: bold;
    text-align: left;
    float: left;
}
.paper-container .item-eva .eva-subtitle{
    border: 1px dashed #333333;
}
.paper-container .item-eva .eva-subtitle div{
    float: left;
}
.paper-container .item-eva .eva-subtitle .btn{
    height: 35px;
    width: 80px;
    margin: 10px 30px;
    background: red;
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    float: left;
}
.paper-container .item-eva .eva-subtitle .subt-1{
    margin: 10px 20px;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    text-align: left;
    float: left;
}
.paper-container .item-eva .eva-subtitle-2{
    border: 1px dashed #333333;
}
.paper-container .item-eva .eva-subtitle-2 .btn{
    height: 35px;
    width: 80px;
    margin: 18px 30px;
    background: red;
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    float: left;
}
.paper-container .item-eva .eva-subtitle-2 .subt-2{
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    text-align: left;
}
.paper-container .item-eva .title-img{
    width: 60%;
    height: 260px;
    margin: 0 20%;
    float: left;
    overflow: hidden;
    position: relative;
}
.paper-container .item-eva .title-img img{
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.paper-container .item-eva .tips{
    color: #04357c;
    font-size: 18px;
    text-indent: 10px;
    font-weight: bold;
    text-align: left;
    float: left;
}
.paper-container .item-eva .tips a{
    color: #04357c;
    text-decoration: underline;
    font-style:italic
}
.paper-container .item-eva .tips::before{
    display: block;
    content: '';
    float: left;
    height: 20px;
    width: 3px;
    margin-top: 2.5px;
    background: #04357c;
}
.paper-container .item-eva .content-type1{
    background-color: #f3f3f3;
    border-bottom: 10px solid #ff7607;
}
.paper-container .item-eva .content-type1 .content-title{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
}
.paper-container .item-eva .content-type1 .img{
    width: 98%;
    height: 345px;
    margin: 0 1%;
    float: left;
    overflow: hidden;
    position: relative;
}
.paper-container .item-eva .content-type1 .img img{
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.paper-container .item-eva .content-type1 .content-footer{
    background: #04357c;
    color: #ffffff;
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-indent: 20px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    float: left;
}
.paper-container .item-eva .content-type2{
    width: 48%;
    background-color: #f3f3f3;
    border-bottom: 10px solid #ff7607;
}
.paper-container .item-eva .content-type2.type-left{
    margin-right: 2%;
}
.paper-container .item-eva .content-type2.type-right{
    margin-left: 2%;
}
.paper-container .item-eva .content-type2 .pic{
    width: 120px;
    height: 130px;
    margin: 3% 3%;
    float: left;
    overflow: hidden;
    position: relative;
}
.paper-container .item-eva .content-type2 .pic img{
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.paper-container .item-eva .content-type2 .name{
    color: #04357c;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 50px;
    float: left;
}
.paper-container .item-eva .content-type2 .img{
    width: 94%;
    height: 200px;
    margin: 0 3%;
    float: left;
    overflow: hidden;
    position: relative;
}
.paper-container .item-eva .content-type2 .img img{
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.paper-container .item-eva .content-type2 .content-footer{
    background: #04357c;
    color: #ffffff;
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-indent: 20px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    float: left;
}


/* recruitment */
.news-row .recruitment-container{
    width: 75%;
    float: right;
}
.recruitment-container .title{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #04357c;
    overflow: hidden;
}
.recruitment-container .title .word{
    color: #04357c;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
.recruitment-container .title .loc{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    float: right;
}
.recruitment-container .title .loc a{
    color: #333333;
}
.recruitment-container .list{
    float: left;
    width: 100%;
}
.recruitment-container .item{
    width: 95%;
    padding-top: 40px;
}
.recruitment-container .block{
    margin-bottom: 20px;
}
.recruitment-container .block .img{
    width: 20%;
    height: 190px;
    position: relative;
    overflow: hidden;
    float: left;
}
.recruitment-container .block .img img{
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.recruitment-container .block .content{
    width: 55%;
    height: 180px;
    border: 1px solid #cccccc;
    border-left: none;
    float: left;
}
.recruitment-container .content .name{
    height: 38px;
    width: 120px;
    margin-top: 10px;
    background-color: #087bbd;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
}
.recruitment-container .content .det{
    padding: 35px 4px;
    font-size: 16px;
    font-weight: bold;
}

.recruitment-container .block .tips{
    font-size: 15px;
    font-weight: bold;
}
.recruitment-container .block .table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #ccc;
}
 
.recruitment-container .block .table td,.recruitment-container .block .table th {
    border-left: 1px solid #ccc;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 10px 0;
    text-align: center;
}
.recruitment-container .block .table th{
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}
.recruitment-container .block .table thead {
    border-bottom: 1px solid #ccc;
    background-color: #ebebeb;
    vertical-align: bottom;
}

.recruitment-container .block .table td {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
}
.recruitment-container .block .table tbody>tr:last-child>td {
    border-bottom-width: 0;
}
.recruitment-container .block .talent-table{
    border: none;
}
.recruitment-container .block .talent-table td,.recruitment-container .block .talent-table th {
    border: none;
}
.recruitment-container .block .talent-table td{
    padding: 15px 0;
}
.recruitment-container .block .talent-table thead {
    border: none;
    background-color: #087bbd;
}
.recruitment-container .block .talent-table th{
    color: #ffffff;
}
/* direction */
.news-row .direction-container{
    width: 100%;
    float: left;
}
.direction-container .item-container{
    padding: 20px 0;
    margin-top: 20px;
}
.direction-container .title{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    overflow: hidden;
}
.direction-container .title .loc{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    float: right;
}
.direction-container .title .loc a{
    color: #333333;
}
.direction-container .list{
    float: left;
    width: 100%;
}
.direction-container .direction-tile{
    padding-left: 20px;
    position: relative;
}
.direction-tile .cn{
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    margin: 20px 0;
}
.direction-tile .en{
    color: #cccccc;
    font-size: 14px;
}
.direction-container .direction-tile::before{
    display: block;
    content: '';
    height: 18px;
    width: 5px;
    background-color: #333333;
    position: absolute;
    left: 8px;
}
.direction-container .list .item{
    padding: 50px 50px;
    margin-top: 70px;
    position: relative;
}
.direction-container .img{
    width: 45%;
    height: 200px;
    border-radius: 10px;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    overflow: hidden;
}
.direction-container .img img{
    width: 100%;
    height: 100%;
}
.direction-container .img:hover{
    transform: translateY(-50%) scale(1.1) rotate(0.1deg);
    -ms-transform: translateY(-50%) scale(1.1) rotate(0.1deg);
    -moz-transform: translateY(-50%) scale(1.1) rotate(0.1deg);
    -webkit-transform: translateY(-50%) scale(1.1) rotate(0.1deg);
    -o-transform: translateY(-50%) scale(1.1) rotate(0.1deg);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.direction-container .content{
    float: left;
    width: 60%;
    margin-left: 65%;
}
.direction-container .item-tile{
    color: #04357c;
    font-size: 22px;
    font-weight: bold;
}
.direction-container .item-content{
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}
.direction-container .item-content p{
    color: #333333;
    position: relative;
    text-indent: 12px;
    font-size: 18px;
    padding: 5px 0;
}
.direction-container .item-content p::before{
    display: block;
    content: '';
    height: 8px;
    width: 8px;
    background-color: #333333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.direction-container .item-btn{
    display: block;
    color: #333333;
    font-size: 14px;
    padding: 2px 20px;
    margin: 20px 0;
    display: inline-block;
    border: 1px solid #ececec;
    font-weight: bold;
}
.direction-container .item:hover .item-btn{
    background: #04357c;
    color: #ffffff;
}
.direction-detail-container .item-container {
    padding: 0;
    margin-top: 0;
}
.direction-detail-container .list .item{
    padding: 0;
    position: relative;
}
.direction-detail-container .content{
    width: 100%;
    float: left;
    margin-left: 0;
}
.direction-detail-container .title{
    border-bottom: 1px solid #04357c;
}
.direction-detail-container .title .word {
    color: #04357c;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
.direction-detail-container .item-content-1{
    border-bottom: 1px dashed #04357c;
    padding: 30px 0;
}
.direction-detail-container .item-content-1 p{
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    text-indent: 20px;
    word-break: break-all;
    padding: 5px 0;
}
.direction-detail-container .item-content-2{
    margin-bottom: 30px;
}
.direction-detail-container .item-content-2 .content-title{
    font-size: 16px;
    color: #04357c;
    text-align: left;
    font-weight: bold;
    padding: 20px 0;
}
.direction-detail-container .item-content-2 p{
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    text-indent: 20px;
    margin-left: 30px;
    padding: 5px 0;
    position: relative;
}
.direction-detail-container .item-content-2 p::before{
    display: block;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #333333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* platform */
.news-row .platform-container{
    width: 100%;
    float: left;
}
.platform-container .item-container{
    width: 80%;
    margin: 0 10%;
    padding: 20px 0;
    margin-top: 20px;
}
.platform-container .title{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    overflow: hidden;
}
.platform-container .title .loc{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    float: right;
}
.platform-container .title .loc a{
    color: #333333;
}
.platform-container .list .item{
    padding: 20px;
    margin-top: 20px;
}
.platform-container .img{
    width: 50%;
    border-radius: 10px;
    transition: all .3s;
    overflow: hidden;
    float: left;
}
.platform-container .img:hover{
    transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    -moz-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -o-transform: scale(1.1) rotate(0.1deg);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.platform-container .img img{
    width: 100%;
}
.platform-container .content{
    width: 100%;
    float: left;
    width: 45%;
    margin-left: 5%;
}
.platform-container .item-btn{
    height: 50px;
    width: 350px;
    color: #04357c;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    padding: 0px 10px 0px 25px;
    display: inline-block;
    position: relative;
    /* cursor: pointer; */
}
.platform-container .content>p{
    font-size: 18px;
    margin-top: 30px;
    word-break: break-all;
}
.platform-container .item-btn::before{
    display: block;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #04357c;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/* .platform-container .item:hover .item-btn{
    background: #04357c;
    color: #ffffff;
}
.platform-container .item:hover .item-btn::before{
    background-color: #ffffff;
}
.platform-container .item:hover .item-btn p::before{
    background-color: #ffffff;
} */


/* team */
.news-row .team-container{
    width: 78%;
    float: right;
}
.team-container .item-container{
    padding: 20px 0;
    margin-top: 20px;
    height: 100%;
}
.team-container .title{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #04357c;
    overflow: hidden;
}
.team-container .title .word{
    color: #04357c;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
.team-container .title .loc{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    float: right;
}
.team-container .title .loc a{
    color: #333333;
}
.team-container .list{
    float: left;
    width: 100%;
}
.teac-header{
    width: 100%;
}
/*.team-container .list .item{
    margin: 20px 20px;
}*/
.teac-header .head{
    width: 122px;
    height: 165px;
    padding: 2px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    float: left;
    /*box-shadow: 0px 10px 5px 0px rgba(23, 38, 65, 0.29);*/
}
.teac-header .msg{
    margin-left: 10px;
    height: 144px;
    float: left;
    position: relative;
}
.teac-header .head img{
    display: block;
    position: absolute;
    width: 105%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-47%);
}
.teac-header .name{
    color: #04357c;
    font-size: 18px;
    font-weight: bold;
    /*margin: 20px 0 10px 0;*/
    margin-bottom: 10px
}
.teac-header .name span{
    color: #333333;
    font-size: 12px;
}
.teac-header .intro{
    overflow: hidden;
}
.teac-header .intro .line{
    width: 1.5px;
    height: 70px;
    background-color: #04357c;
    margin: 0 20px;
}
.teac-header .intro div{
    float: left;
}
.teac-header .detail{
    color: #333333;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    margin: 5px 10px 5px 0;
}

.teac-header .email{
    color: #04357c;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    text-decoration:underline;
    bottom: 5px;
}
.teac-header .homepage{
    color: #04357c;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    text-decoration:underline;
    margin-bottom: 2%;
    margin-top: 2%;
}
.teac-header .email a{
    color: #04357c;
}
.teac-header .email a:visited{
    color: #04357c;
}

.teac-header .homepage a{
    color: #04357c;
}
.teac-header .homepage a:visited{
    color: #04357c;
}



.team-container .teac-row{
    width: 50%;
    float: left;
    margin-top: 50px;
}
.teac-row .head{
    width: 110px;
    height: 150px;
    padding: 2px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    float: left;
    /*box-shadow: 0px 10px 5px 0px rgba(23, 38, 65, 0.29);*/
}
.teac-row .msg{
    margin-left: 10px;
    height: 144px;
    float: left;
    position: relative;
    width: 70%;
}
.teac-row .head img{
    display: block;
    position: absolute;
    width: 100%;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-47%);
    height: 100%;
}


.teac-row .head_small{
    width: 120px;
    height: 155px;
    padding: 2px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    float: left;
    /*box-shadow: 0px 10px 5px 0px rgba(23, 38, 65, 0.29);*/
}
.teac-row .head_small img{
    display: block;
    position: absolute;
    width: 120%;
    top: 46%;
    left: 50%;
    transform: translateX(-50%) translateY(-47%);
}

.teac-row p{
    text-align: left;
}
.teac-row .name{
    color: #04357c;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 25px 0;
}
.teac-row .detail{
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.teac-row .email{
    color: #04357c;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    text-decoration:underline;
    position: absolute;
    bottom: -5%;
}
.teac-row .email a{
    color: #04357c;
}
.teac-row .email a:visited{
    color: #04357c;
}

.teac-row .homepage{
    color: #04357c;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    text-decoration:underline;
    margin-top: 5%;
    overflow: hidden;   
    text-overflow: ellipsis;
    white-space: nowrap;
}
.teac-row .homepage a{
    color: #04357c;
}
.teac-row .homepage a:visited{
    color: #04357c;
}

.teac-row .homepage-span{
    color: #000000;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    margin-top: 5%;
    overflow: hidden;   
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team-container .gra-row{
    width: 25%;
    float: left;
    margin-top: 20px;
}
.gra-row .head{
    width: 100px;
    height: 120px;
    padding: 2px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.gra-row .head-1{
    width: 85px;
    height: 120px;
    padding: 2px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.gra-row .msg{
    margin-left: 2px;
    height: 124px;
    position: relative;
}
.gra-row .head img{
    display: block;
    position: absolute;
    width: 105%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-47%);
}
.gra-row .head-1 img{
    display: block;
    position: absolute;
    width: 105%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-47%);
}
.gra-row p{
    text-align: center;
}
.gra-row .name{
    color: #04357c;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.gra-row .detail{
    color: #333333;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.gra-row .email{
    color: #04357c;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    text-decoration:underline;
}

.team-container .com-row{
    width: 33%;
    float: left;
    margin-top: 50px;
}
.com-row .head{
    width: 100px;
    height: 120px;
    padding: 2px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    float: left;
    box-shadow: 0px 10px 5px 0px rgba(23, 38, 65, 0.29);
}
.com-row .msg{
    margin-left: 10px;
    height: 124px;
    float: left;
    position: relative;
}
.com-row .head img{
    display: block;
    position: absolute;
    width: 105%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-47%);
}
.com-row p{
    text-align: left;
}
.com-row .name{
    color: #04357c;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 30px 0;
}
.com-row .detail{
    color: #333333;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    margin: 8px 0 0 0;
}

/* aboutUs */
.news-row .aboutus-container{
    width: 75%;
    float: right;
}
.aboutus-container .title{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #04357c;
    overflow: hidden;
}
.aboutus-container .title .word{
    color: #04357c;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
.aboutus-container .title .loc{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    float: right;
}
.aboutus-container .title .loc a{
    color: #333333;
}
.aboutus-container .anchorBL{
    display:none; 
}

#conference-timeline {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
    display: table;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: #e03f26;
    padding: 8px 35px;
    color: #fff;
    width: 70px;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
}
#conference-timeline .conference-title{
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    color: #333333;
    width: 100%;
    text-align: center;
}
#conference-timeline .conference-img-1{
    width: 60%;
    margin: 30px 20%;
}
#conference-timeline .conference-img-1 img{
    width: 100%;
}
#conference-timeline .timeline-word{
    display: table;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 35px;
    color: #e03f26;
    width: 300px;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
}
#conference-timeline .conference-center-line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: #dddddd;
    z-index: -1;
}
#conference-timeline .conference-timeline-content {
    padding-bottom: 67px;
}
.timeline-article {
    width: 100%;
    height: 600px;
    position: relative;
    margin-top: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
}
.timeline-article .content-left,
.timeline-article .content-right {
    position: relative;
    width: auto;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fff;
    padding: 5px 5px;
}
.timeline-article .content-left .content-img,
.timeline-article .content-right .content-img{
    padding: 5px;
}
.timeline-article .content-left .content-img img,
.timeline-article .content-right .content-img img{
    width: 100%;
}
.timeline-article .content-footer{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    background: #e8e9ea;
    padding: 5px 0;
    position: relative;
}
.timeline-article .content-footer p{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}
.timeline-article .content-left-container {
    position: absolute;
    left: 0;
    top: 20%;
}
.timeline-article .content-right-container {
    position: absolute;
    right: 0;
    top: 50%;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
    position: absolute;
    top: 20px;
    font-size: 23px;
    font-family: "FontAwesome";
    color: #fff;
}
.timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -7px;
    color: #fff;
    border-radius: 100%;
    background: #e03f26;
}
.timeline-article .meta-footer{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 18px;
    height: 50px;
    margin-left: -10px;
    color: #fff;
    background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/about/about-8.png") no-repeat;
    background-size: cover;
}
.aboutus-container .sec-2 .sec-2-title{
    font-size: 18px;
    text-indent: 20px;
    padding: 10px 30px;
    background-color: #f0f0f0;
    color: #04357c;
    font-weight: bold;
    position: relative;
}
.aboutus-container .sec-2 .sec-2-title::before{
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #014099;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.aboutus-container .sec-2 .sec-2-word{
    font-size: 16px;
    text-indent: 20px;
    padding: 30px;
    color: #333333;
    font-weight: bold;
    position: relative;
}
.aboutus-container .sec-3{
    border-radius: 10px;
    width: 575px;
    border: 1px dashed #333333;
    position: relative;
}
.aboutus-container .sec-3 .sec-3-word{
    height: 50px;
    padding: 25px 0;
    font-size: 16px;
    text-indent: 20px;
    color: #333333;
    font-weight: bold;
    float: left;
}
.aboutus-container .sec-3 .sec-3-wx{
    height: 100px;
    width: 100px;
    float: right;
}
.aboutus-container .sec-3 .sec-3-wx img{
    width: 98%;
}
.aboutus-container .sec-4 .sec-4-word{
    font-size: 16px;
    padding: 30px 0;
    color: #333333;
    font-weight: bold;
    position: relative;
}
.news-row .bioi-container{
    width: 75%;
    float: right;
}
.bioi-container .title{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #04357c;
    overflow: hidden;
}
.bioi-container .title .word{
    color: #04357c;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
.bioi-container .list{
    margin-top: 30px;
}
.bioi-container .bioi-menu{
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.bioi-container .bioi-menu .bioi-menu-item{
    background-color: #f2f2f2;
    width: 32%;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    float: left;
    cursor: pointer;
}
.bioi-container .bioi-menu .bioi-menu-item.active{
    background-color: #04357c;
    color: #ffffff;
}
.bioi-container .list .bioi-title{
    color: #04357c;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.bioi-container .list .bioi-img-1{
    width: 100%;
}
.bioi-container .list .bioi-img-1 img{
    width: 100%;
}
.bioi-container .list .bioi-img-2{
    width: 90%;
    margin: 5% 0;
}
.bioi-container .list .bioi-img-2 img{
    width: 100%;
}
.bioi-container .ul{
    position: relative;
}
.bioi-container .ul a{
    color: #333333;
    font-size: 14px;
    padding: 2px 20px;
    display: inline-block;
    border: 1px solid #ececec;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
}
.bioi-container .ul a:hover{
    background: #04357c;
    color: #ffffff;
}
.bioi-container .ul li{
    font-size: 16px;
    font-weight: bold;
    text-indent: 30px;
    margin: 20px 0;
    position: relative;
}
.bioi-container .ul li::before{
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #333333;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 10px;
}
.bioi-container .list .bioi-word{
    font-size: 16px;
    font-weight: bold;
    text-indent: 30px;
    margin: 20px 0 50px 0;
}
.bioi-container .list .bioi-word a{
    color: #333333;
    font-size: 15px;
    text-decoration: underline;
    font-weight: bold;
    text-indent: 30px;
    margin: 20px 0;
}
.bioi-container .list .bioi-word-2{
    font-size: 16px;
    font-weight: bold;
    text-indent: 50px;
    margin: 20px 0;
    position: relative;
}
.bioi-container .list .bioi-word-2::before{
    display: block;
    content: "";
    height: 12px;
    width: 12px;
    background: #333333;
    position: absolute;
    left: 30px;
    top: 11px;
    transform: translateY(-50%);
}
.bioi-container .list .bioi-img-3{
    width: 50%;
    margin: 0 25%;
    margin-bottom: 20px;
}
.bioi-container .list .bioi-img-3 img{
    width: 100%;
}
.bioi-container .list .bioi-img-3 p{
    font-size: 15px;
    text-align: center;
}
.bioi-container .list .img-container{
    width: 45%;
    height: 300px;
    margin: 0 2%;
    float: left;
    border: 1px solid #dddddd;
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
}
.bioi-container .list .img-container-2{
    width: 30%;
    height: 135px;
    margin: 0 1.5%;
    float: left;
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
}
.bioi-container .list .bioi-img-4{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
}
.bioi-container .list .bioi-img-4 img{
    display: block;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.bioi-container .list .bioi-img-5{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
}
.bioi-container .list .bioi-img-5 img{
    display: block;
    position: absolute;
    width: 105%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.bioi-container .list .bioi-img-6{
    width: 100%;
    height: 50%;
    position: relative;
    overflow: hidden;
    float: left;
}
.bioi-container .list .bioi-img-6 img{
    display: block;
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.bioi-container .list .img-container p,.bioi-container .list .img-container-2 p{
    width: 100%;
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: -30px;
}


/* international */
.international-container .title .word {
    color: #04357c;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
.news-row .international-container{
    width: 75%;
    float: right;
}
.international-container .item-container{
    padding: 20px 0;
    margin-top: 20px;
}
.international-container .item-border{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 40px;
}
.international-container .title{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #04357c;
    overflow: hidden;
}
.international-container .title .word{
    color: #04357c;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
.international-container .title .loc{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    float: right;
}
.international-container .title .loc a{
    color: #333333;
}
.international-container .list{
    float: left;
    width: 100%;
}
.international-container .item-container{
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.international-container .list .item{
    width: 31%;
    position: relative;
}
.international-container .list .item:hover .item-tile{
    color: #04357c;
}
.international-container .item .img{
    width: 100%;
    height: 210px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    float: left;
}
.international-container .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.international-container .item .content{
    float: left;
}
.international-container .content .item-tile {
    color: #333333;
    font-size: 22px;
    height: 70px;
    margin: 30px 0 50px 0;
    font-weight: bold;
}
.international-container .item .btn{
    z-index: 101;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 15px;
    position: absolute;
    top: 315px;
    left: 0;
    cursor: pointer;
}
.international-container .item .btn-lif{
    background-color: #04357c;
}
.international-container .item .btn-news{
    background-color: #ff7607;
}
.international-container .item .btn a{
    color: #ffffff;
}
.international-container .content .item-time {
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0;
}
.international-container .content .item-detail {
    color: #333333;
    font-size: 14px;
}
.international-container .list .item-2{
    width: 31%;
    position: relative;
}
.international-container .item-2 .img-2{
    width: 100%;
    height: 250px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    float: left;
}
.international-container .img-2 img{
    display: block;
    height: 100%;
    width: 100%;
}
.international-container .item-2 .content-2{
    background-color: #04357c;
    width: 100%;
    float: left;
}
.international-container .content-2 .item-tile {
    color: #ffffff;
    font-size: 14px;
    margin: 10px 0;
    text-indent: 10px;
}
.international-container .content-2 .item-time {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    text-indent: 10px;
    word-break: break-all;
}
.international-container .content-2 .item-detail {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    text-indent: 10px;
    margin: 10px 0;
}
.international-container .table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #ccc;
}
 
.international-container .table td,.international-container .table th {
    border-left: 1px solid #ccc;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 20px 0;
    text-align: center;
}
.international-container .table th{
    font-size: 18px;
    font-weight: bold;
    color: #04357c;
}
.international-container .table thead {
    border-bottom: 1px solid #ccc;
    background-color: #f7f7f7;
    vertical-align: bottom;
}

.international-container .table td {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
}
.international-container .table tbody>tr:last-child>td {
    border-bottom-width: 0;
}
.international-container .table .td-img{
    width: 50%;
    height: 40px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    float: left;
}
.international-container .table .td-img-2{
    width: 50%;
    height: 60px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    float: left;
}
.international-container .table td img{
    display: block;
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-47%);
}
.international-container .table .td-uni{
    height: 60px;
    line-height: 60px;
    float: left;
}
.international-container .list .fore-item{
    padding: 20px 50px;
    width: 50%;
    position: relative;
}
.international-container .fore-item .fore-img{
    width: 100%;
    height: 230px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    float: left;
}
.international-container .fore-img img{
    display: block;
    position: absolute;
    width: 105%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-60%);
}
.international-container .fore-item .fore-content{
    float: left;
}
.international-container .fore-content .item-tile {
    color: #333333;
    font-size: 22px;
    height: 70px;
    margin: 30px 0 30px 0;
    font-weight: bold;
}
.international-container .list .fore-item:hover .item-tile{
    color: #04357c;
}
.international-container .fore-item .btn {
    z-index: 101;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 15px;
    position: absolute;
    top: 355px;
    left: 50px;
    cursor: pointer;
}
.international-container .fore-item .btn-lif{
    background-color: #04357c;
}
.international-container .fore-item .btn-news{
    background-color: #ff7607;
}
.international-container .fore-item .btn a {
    color: #ffffff;
}
.international-container .fore-content .item-time {
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0;
}
.news-row .content-container {
    width: 100%;
    float: left;
}
.content-container .title {
    padding-bottom: 15px;
    width: 100%;
    float: left;
    overflow: hidden;
}
.content-container .title .loc {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    float: right;
}
.content-container .title .loc a {
    color: #333333;
}

/*新闻*/
.content-container .news-list{
    width: 90%;
    margin: 0 auto;
}
.content-container .news-list .title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.content-container .news-list .time{
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.content-container .news-list .content{
    text-align: justify;
    font-size: 18px;
    text-indent: 40px;
    padding: 5px 0;
    /*font-weight: bold;*/
}
.content-container .news-list .img{
    width: 70%;
    height: auto;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}
.content-container .img img{
    display: block;
    /*position: absolute;*/
    width: 100%;
   /* top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);*/
}
.content-container .list .img-msg-1{
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}
.content-container .list .img-msg-2{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
.content-container .list .paper-msg{
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
}

/* project */
.news-row .project-container{
    width: 100%;
    float: left;
}
.project-container .project-tile{
    padding-left: 20px;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    margin: 20px 0;
    position: relative;
}
.project-container .project-tile::before{
    display: block;
    content: '';
    height: 18px;
    width: 5px;
    background-color: #333333;
    position: absolute;
    left: 8px;
}
.news-row .menu .active a {
    color: #ffffff;
}
.project-container .content{
    width: 97%;
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
}
.project-container .diamond{
    width: 6px;   
    height: 6px;   
    background-color: #dedede;   
    transform:rotate(45deg);  
    -ms-transform:rotate(45deg); /* Internet Explorer */   
    -moz-transform:rotate(45deg); /* Firefox */   
    -webkit-transform:rotate(45deg); /* Safari å’Œ Chrome */   
    -o-transform:rotate(45deg); /* Opera */   
    float: left;
    margin-top: 9px;
    margin-right: 10px;
}
.project-container .content .desc {
    font-size: 16px;
    color: #777777;
}
.project-container .list .item {
    margin-top: 5px;
    padding: 5px 15px;
}
.project-container .item:hover{
    background: #ffffff;
}
/*Mac pro 850--1500*/
@media screen and (max-width: 1500px) and (min-width: 850px){
    .nav-ul>li>a{
        display: block;
        font-size: 14px;
        color: #ffffff;
        line-height: 45px;
        /*padding: 0 95px 0;*/
        position: relative;
    }
    /*首页四个mouse over*/
    .row .sec-ico .word{
        width: 300px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        position: absolute;
        bottom: -85px;
        left: 50%;
        transform: translateX(-50%);
    }
    .row .item-1 .sec-2 .head{
        width: 80%;
        height: 160px;
        padding: 2px;
        margin: 0 0 0 10%;
        position: relative;
        overflow: hidden;
        float: left;
    }

    .row .item-1 .sec-2 .msg{
        margin-left: 0px;
        height: 144px;
        float: left;
        position: relative;
        width: 100%;
    }

    .row-4 .item-3 .pl-item{
        background-color: #ffffff;
        height: 600px;
        width: 23%;
        margin: 1%;
        float: left;
    }

    .row-4 .item-3 .pl-item .det{
        color: #333333;
        font-size: 12px;
        padding: 0 20px;
        text-align: left;
        float: left;
    }
    .row-3 .content-1,.row-3 .content-2{
        height: 900px;
        padding: 1% 2% 1% 2%;
        margin: 0 1.5%;
        border: 1px solid #dddddd;
    }

    .row-3 .mes p{
        padding: 5px 0;
        font-size: 11px;
    }
    .row-3 .head-title{
        color: #04357c;
        font-size: 11px;
        line-height: 35px;
        font-weight: bold;
        text-indent: 20px;
        float: left;
    }

    .row-3 .project-1,.row-3 .project-2,.row-3 .project-3,.row-3 .project-4,.row-3 .project-5,.row-3 .project-6{
        height: 900px;
        padding: 1% 2% 1% 2%;
        margin: 0 1.5%;
        border: 1px solid #dddddd;
    }
    .row-3 .project-1 .img{
        height: 400px;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro1.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 2%; 
        margin-left: 6%;
    }

    .row-3 .project-2 .img{
        height: 400px;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro2.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        /*margin-left: 3%;*/
        margin-top: 5%;    
    }
    .row-3 .project-3 .img{
        height: 400px;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro3.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 1%; 
        margin-left: 6%; 
    }
    .row-3 .project-4 .img{
        height: 400px;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro4.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 10%; 
       /* margin-left: 4%;   */
    }
    .direction-double{
        width: 60%;
    }
    .row-3 .content-2 .img{
        height: 340px;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro1.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-left: 6%;
        margin-top: 3%;
    }
    .row-4 .item-1 .sec-1 .msg{
        float: left;
        margin-left: 19%;
        text-align: center;
    }
    .row-4 .item-1 .sec-2 .head_small{
        width: 90%;
        height: 165px;
        padding: 2px;
        margin: 0 0 0 6%;
        position: relative;
        overflow: hidden;
        float: left;
    }

    .recruitment-container .content .det{
        padding: 50px 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .teac-header .name{
        color: #04357c;
        font-size: 18px;
        font-weight: bold;
        margin: 0px 0 10px 0;
    }
    .teac-header .detail{
        color: #333333;
        font-size: 12px;
        /*line-height: 13px;*/
        font-weight: bold;
        margin: 0 0 8px 0;
    }
    .teac-header .head{
        width: 15%;
        height: 170px;
        padding: 2px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        float: left;
    }
    .teac-header .head_small img{
        display: block;
        position: absolute;
        top: 49%;
        left: 50%;
        transform: translateX(-50%) translateY(-47%);

    }
    .teac-row .msg{
        margin-left: 10px;
        height: 144px;
        float: left;
        position: relative;
        width: 65%;
     }
    .teac-row .detail{
        color: #333333;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
        margin: 0 0 8px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .footer .logo-cn{
        font-weight: bold;
        font-size: 16px;
    }
    .footer .logo-en{
        font-size: 14px;
    }
    .footer .co{
        padding: 20px 0 20px 40px;
        font-size: 10px;
        font-weight: bold;
    }
    .recruitment-container .block .tips{
        font-size: 13px;
        font-weight: bold;
    }
}





/*横屏手机 450 --800 */
@media screen and (max-width: 850px) and (min-width: 450px){
    .nav-ul>li>a{
        display: block;
        font-size: 14px;
        color: #ffffff;
        line-height: 45px;
        /*padding: 0 95px 0;*/
        position: relative;
    }
    /*首页四个mouse over*/
    .row .sec-ico .word{
        width: 300px;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        position: absolute;
        bottom: -85px;
        left: 50%;
        transform: translateX(-50%);
    }

    .row-4 .item-1 .sec-1{
        width: 100%;
        float: left;
    }
    .row-4 .item-1 .sec-1 .head{
        width: 35%;
        height: 320px;
        margin: 0 32%;
        margin-top: 50px;
        overflow: hidden;
        float: left;
        position: relative;
    }
    .row-4 .item-1 .sec-1 .msg{
        float: left;
        margin-left: 28%;
        text-align: center;
    }
    .row-4 .item-1 .sec-2{
        width: 100%;
        float: left;
    }
    .row-4 .item-1 .sec-2 .teac-row{
        width: 25%;
        float: left;
        margin-top: 50px;
        margin-right: 4%;
        margin-left: 4%;
    }
    .row-4 .item-3 .pl-item{
        background-color: #ffffff;
        height: 650px;
        width: 23%;
        margin: 1%;
        float: left;
    }

    .row-4 .item-3 .pl-item .det{
        color: #333333;
        font-size: 12px;
        padding: 0 20px;
        text-align: left;
        float: left;
    }
    .row-4 .item-4 .pl-item{
        background-color: #ffffff;
        height: 440px;
        width: 31%;
        margin: 1%;
        float: left;
    }
    .row-3 .content-1,.row-3 .content-2{
        height: 900px;
        padding: 1% 2% 1% 2%;
        margin: 0 1.5%;
        border: 1px solid #dddddd;
    }

    .row-3 .mes p{
        padding: 5px 0;
        font-size: 9px;
    }
    .row-3 .head-title{
        color: #04357c;
        font-size: 10px;
        line-height: 35px;
        font-weight: bold;
        text-indent: 20px;
        float: left;
    }

    .row-3 .project-1,.row-3 .project-2,.row-3 .project-3,.row-3 .project-4,.row-3 .project-5,.row-3 .project-6{
        height: 900px;
        padding: 1% 2% 1% 2%;
        margin: 0 1.5%;
        border: 1px solid #dddddd;
    }
        .row-3 .project-1 .img{
        height: 250px;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro1.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 2%; 
        margin-left: 6%;
    }

    .row-3 .project-2 .img{
        height: 250px;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro2.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        /*margin-left: 3%;*/
        margin-top: 20%;    
    }
    .row-3 .project-3 .img{
        height: 250px;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro3.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 1%; 
        margin-left: 6%; 
    }
    .row-3 .project-4 .img{
        height: 250px;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro4.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 30%; 
       /* margin-left: 4%;   */
    }
    .direction-double{
        width: 60%;
    }
    .row-3 .content-2 .img{
        height: 340px;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro1.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-left: 6%;
        margin-top: 10%;
    }
    .recruitment-container .content .det{
        padding: 50px 20px;
        font-size: 10px;
        font-weight: bold;
    }
    .teac-header .msg{
        margin-left: 10px;
        height: 300px;
        float: left;
        position: relative;
        margin-left: 25%;
        margin-top: 1%;
    }
    .teac-header .name{
        color: #04357c;
        font-size: 25px;
        font-weight: bold;
        margin: 0px 0 10px 0;
    }
    .teac-header .intro .line{
        display: none; 
   }
    .teac-header .detail{
        color: #333333;
        font-size: 14px;
        /*line-height: 13px;*/
        font-weight: bold;
        margin: 0 0 8px 0;
    }
    .teac-header .head{
        width: 40%;
        height: 300px;
        padding: 2px;
        margin: 0 0 0 25%;
        position: relative;
        overflow: hidden;
        float: left;
        box-shadow: 0px 10px 5px 0px rgba(23, 38, 65, 0.29);
    }
    .teac-row .msg{
        height: 144px;
        float: left;
        position: relative;
        width: 70%;
        margin-left: 0%;
    }
    .footer .logo-cn{
        font-weight: bold;
        font-size: 16px;
    }
    .footer .logo-en{
        font-size: 14px;
    }
    .footer .co{
        padding: 20px 0 20px 40px;
        font-size: 10px;
        font-weight: bold;
    }
    .recruitment-container .block .tips{
        font-size: 12px;
        font-weight: bold;
    }
    .gra-row .head{
        width: 75%;
        height: 135px;
        padding: 2px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .gra-row .head img{
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-47%);
        height: 100%;
    }
    .gra-row .detail{
        color: #333333;
        font-size: 10px;
        line-height: 13px;
        font-weight: bold;
        margin: 0 0 8px 0;
    }
    .gra-row .email{
        color: #04357c;
        font-size: 10px;
        line-height: 13px;
        font-weight: bold;
        text-decoration:underline;
    }
}




/*手机端竖屏适配*/
@media screen and (max-width: 450px){
    body{
        margin: 0;
        padding: 0;
    }

    /*菜单*/
    .nav{
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        height: 25px;
    }
    .nav-ul>li>a{
        display: block;
        font-size: 16px;
        color: #ffffff;
        line-height: 25px;
        /*! padding: 0 95px 0; */
        position: relative;
        font-size: 10px;
        /*! margin-bottom: 0px; */
    }
    .nav .sub-list li a{
        width: 100%;
        display: block;
        font-size: 10px;
        background-color: #ffffff;
        color: #333333;
        line-height: 20px;
        border-bottom: 1px solid #ccc;
        text-align: center;
    }
    /*首页*/
    .row .sec-ico{
        height: 80px;
        width: 80px;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
        border: 15px solid #ffffff;
        margin-bottom: -100px;
    }
    .row .sec-ico .title{
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        position: absolute;
        bottom: -40px;
    }

    .row-4 .item-1 .sec-1 .head{
        width: 50%;
        height: 270px;
        /*! margin: 0 20%; */
        margin-top: 50px;
        overflow: hidden;
        float: left;
        position: relative;
    }
    .row-4 .item-1 .sec-1 .msg{
        float: left;
        margin-left: 8px;
        text-align: center;
        width: 100%;
    }
    .row-4 .item-1 .sec-1 .msg .name{
        color: #04357c;
        font-size: 20px;
        font-weight: bold;
        margin: 20px 0 0 0;
    }
    .row-4 .item-1 .sec-1 .msg .pl{
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .row-4 .item-1 .sec-1 .msg .detail{
        font-size: 12px;
        font-weight: bold;
    }


    .row-4 .item-1 .sec-1{
        width: 100%;
        float: left;
    }
    .row-4 .item-1 .sec-2{
        width: 100%;
        float: left;
    }
    .row-4 .item-1 .sec-2 .teac-row{
        width: 34%;
        float: left;
        margin-top: 50px;
        margin-left: 3%;
        margin-right: 10% 
    }


    .row-4 .item-1 .sec-2 .detail{
        color: #333333;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
        margin: 0 0 8px 0;
        text-align: center;
    }

    .row-3 .content-1,.row-3 .content-2{
        height: 1000px;
        padding: 1% 2% 1% 2%;
        margin: 0 1.5%;
        border: 1px solid #dddddd;
    }



    .row-4 .item-1 .sec-2 .line{
        width: 100%;
        height: 50%;
        float: none;
    }
    .row-4 .item-1 .sec-2 .head{
        width: 100%;
        height: 175px;
        padding: 2px;
        margin: 0 0 0 10%;
        position: relative;
        overflow: hidden;
        float: left;
    }
    .row-4 .item-1 .sec-2 .head img{
        display: block;
        position: absolute;
        width: 100%;
        top: 62%;
        left: 50%;
        transform: translateX(-50%) translateY(-47%);
    }


    .row-4 .item-1 .sec-2 .head_small{
        width: 120%;
        height: 175px;
        padding: 2px;
        margin: 0 0 0 10%;
        position: relative;
        overflow: hidden;
        float: left;
    }

    .row-4 .item-1 .sec-2 .head_small img{
        display: block;
        position: absolute;
        width: 100%;
        top: 59%;
        height: 95%;
        left: 47%;
        transform: translateX(-50%) translateY(-47%);
    }

    .row-4 .item-1 .sec-2 .name_many{
        color: #04357c;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin: 5px -15px 10px 5px;
    }

    .row-4 .item-1 .sec-2 .detail_many{
        color: #333333;
        font-size: 10px;
        line-height: 7px;
        font-weight: bold;
        margin: 0 -20px 13px 5px;
        text-align: center;
    }

    .row-4 .item-1 .sec-2 .msg{
        margin-left: 8px;
        height: 144px;
        float: left;
        position: relative;
        width: 100%;
    }


    .teac-row .head{
        width: 35%;
        height: 150px;
        padding: 2px;
        position: relative;
        overflow: hidden;
        float: left;
    }


    .teac-row .head img{
        display: block;
        position: absolute;
        width: 100%;
        top: 45%;
        left: 50%;
        transform: translateX(-50%) translateY(-47%);
        height: 100%;
    }


    .teac-row .head_small{
        width: 35%;
        height: 135px;
        padding: 2px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        float: left;
    }


    .row-4 .item-3 .pl-item{
        background-color: #ffffff;
        height: 475px;
        width: 100%;
        margin: 0%;
        float: left;
    }

    .row-4 .item-4 .pl-item{
        background-color: #ffffff;
        height: 400px;
        width: 100%;
        margin-right: -1.5%; 
        float: left;
    }
    .row-4 .item-2 .bisc .img{
        width: 27%;
        height: 100px;
        margin: 1.5% 3%;
        overflow: hidden;
        float: left;
        position: relative;
    }
    .row-4 .item-2 .img .item-tile{
        width: 100%;
        height: 30px;
        color: #ffffff;
        font-size: 10px;
        line-height: 30px;
        text-align: center;
        background: rgba(1,64,153,0.9);
        position: absolute;
        bottom: 0px;
    }





    .row .sec-ico .word{
        display: none;
    }
    /*新闻*/
    #kkpager{
        clear:both;
        color:#999;
        padding:20px 0;
        font-size:10px;
    }
    #kkpager .infoTextAndGoPageBtnWrap{
        float: left;
        left: 20px;
        position: relative;
        font-size: 11px;
        margin-top: 20px;
    }
    .news-container .img{
        width: 100%;
        height: 150px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        float: left;
    }
    .news-container .news-content{
        float: left;
        width: 100%;
        /*! margin-left: 10%; */
    }
    .news-container .item-tile{
        color: #333333;
        font-weight: bold;
        font-size: 15px;
        margin-top: 20px
    }
    .news-container .item-content{
        color: #333333;
        overflow: hidden;
        font-size: 10px;
        float: left;
    }
    .news-container .item-btn{
        display: none;
    }
    .content-container .news-list .title{
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }
    .content-container .news-list .time{
        text-align: center;
        font-size: 10px;
        border-bottom: 1px solid #ccc;
        /*! padding-bottom: 10px; */
        margin-bottom: 30px;
    }
    .content-container .news-list .content{
        text-align: left;
        font-size: 10px;
        text-indent: 40px;
        padding: 5px 0;
        font-weight: bold;
    }
    .content-container .news-list .img{
        width: 90%;
        height: 300px;
        margin: 20px auto;
        margin-top: 50px;
        position: relative;
        overflow: hidden;
    }
    /*研究团队*/
    /*隐藏菜单，放大页面*/
    .news-row .menu{
        width: 20%;
        /* padding: 0px 2.5%; */
        float: left;
        display: none;
    }
    .news-row .team-container{
        width: 100%;
        float: right;
    }
    .team-container .title .loc{
        font-size: 10px;
        color: #333333;
        line-height: 30px;
        float: right;
    }
    .team-container .title .word{
        color: #04357c;
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
        float: left;
    }
    .teac-header{
        width: 100%;
        height: 100%;
    }
    .teac-header .head{
        width: 50%;
        height: 200px;
        padding: 2px;
        margin: 0 25%;
        position: relative;
        overflow: hidden;
        float: left;
    }
    .teac-header .head img{
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-47%);
    }

    .teac-header .msg{
        margin-left: 25%;
        float: left;
        position: relative;
        margin-top: 20px;
    }
    .teac-header .email{
        color: #04357c;
        font-size: 10px;
        line-height: 13px;
        font-weight: bold;
        text-decoration:underline;
        bottom: 5px;
    }
    .teac-header .homepage{
        color: #04357c;
        font-size: 11px;
        line-height: 13px;
        font-weight: bold;
        text-decoration:underline;
        margin-bottom: 2%;
        margin-top: -1%;
    }
    .teac-header .detail{
        color: #333333;
        font-size: 9px;
        line-height: 13px;
        font-weight: bold;
        margin: 5px 10px 5px 0;
    }
    .teac-header .intro .line{
        display: none;
    }

    .team-container .gra-row{
        width: 30%;
        float: left;
        margin-top: 20px;
        margin-left: 2%;
    }
    .gra-row .head{
        width: 80%;
        height: 100px;
        padding: 2px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .gra-row .head img{
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 100%;
    }
    .gra-row .head-1{
        width: 70%;
        height: 100px;
        padding: 2px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .gra-row .head-1 img{
        display: block;
        position: absolute;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 100%;
    }
    .gra-row .name{
        color: #04357c;
        font-size: 12px;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }
    .gra-row .detail{
        color: #333333;
        font-size: 11px;
        line-height: 13px;
        font-weight: bold;
        margin: 0 0 8px 0;
    }


    /*其他老师*/
    .team-container .teac-row{
        width: 100%;
        float: left;
        margin-top: 0;
    }
    .teac-row .name{
        color: #04357c;
        font-size: 18px;
        font-weight: bold;
        margin: 0px 0 5px 0;
        }
    .teac-row .msg{
        margin-left: 10px;
        height: 200px;
        float: left;
        position: relative;
        width: 55%;
    }
    .teac-row .detail{
        color: #333333;
        font-size: 10px;
        line-height: 20px;
        font-weight: bold;
        margin: 0 0 5px 0;
    }
    .teac-row .homepage{
        color: #04357c;
        font-size: 9px;
        line-height: 13px;
        font-weight: bold;
        text-decoration:underline;
        margin-top: 15%;
        margin-bottom: 1%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .teac-row .homepage-span{
        color: #000000;
        font-size: 9px;
        line-height: 13px;
        font-weight: bold;
        margin-top: 15%;
        margin-bottom: 1%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .teac-row .email{
        color: #04357c;
        font-size: 10px;
        line-height: 13px;
        font-weight: bold;
        text-decoration:underline;
        position: absolute;
        bottom: 40%;
    }







    /*研究方向*/
    .direction-double{
        width: 60%;
    }
    .direction-container .img{
        width: 50%;
        height: 100px;
        border-radius: 10px;
        position: absolute;
        left: 50px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s;
        overflow: hidden;
    }
    .direction-container .content{
        float: left;
        width: 100%;
        margin-left: 150%;
    }
    .direction-container .item-tile{
        color: #04357c;
        font-size: 15px;
        font-weight: bold;
    }
    /*项目页*/
    .row-3 .head{
        border-bottom: 2px solid #dddddd;
        /*! padding-bottom: 20px; */
    }
    .row-3 .content{
        float: left;
        width: 100%;
    }
    .row-3 .project-1,.row-3 .project-2,.row-3 .project-3,.row-3 .project-4,.row-3 .project-5,.row-3 .project-6{
        height: 1000px;
        padding: 1% 2% 1% 2%;
        margin: 0 1.5%;
        border: 1px solid #dddddd;
        width: auto;
    }
    .row-3 .head-title{
        color: #04357c;
        font-size: 13px;
        line-height: 35px;
        font-weight: bold;
        text-indent: 20px;
        float: left;
    }


    .row-3 .project-1 .img{
        height: 50%;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro1.png");
        background-repeat: no-repeat;
        background-size: 100% 75%;
        margin-top: 2%; 
        margin-left: 6%;
    }
    .row-3 .project-2 .img{
        height: 50%;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro2.png");
        background-repeat: no-repeat;
        background-size: 100% 70%;
        /*! margin-left: 9%; */
        margin-top: 15%;    
    }
    .row-3 .project-3 .img{
        height: 50%;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro3.png");
        background-repeat: no-repeat;
        background-size: 100% 75%;
        margin-top: 2%; 
        margin-left: 6%; 
    }
    .row-3 .project-4 .img{
        height: 50%;
        background-image: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/project/pro4.png");
        background-repeat: no-repeat;
        background-size: 90% 70%;
        /*! margin-top: 15%; */ 
       margin-left: 8%;
    }


    /*加入我们*/
    .news-row .recruitment-container{
        width: 100%;
        float: right;
    }
    .recruitment-container .block .content{
        width: 70%;
        height: 180px;
        border: 1px solid #cccccc;
        border-left: none;
        float: left;
    }
    .news-row .menu .title .title-cn{
        font-size: 10px;
        border-bottom: 1px solid #ffffff;
    }
    .recruitment-container .item{
        width: 100%;
        padding-top: 40px;
    }
    .recruitment-container .block{
        margin-bottom: 10px;
    }
     .recruitment-container .block .img{
        width: 30%;
        height: 175px;
        position: relative;
        overflow: hidden;
        float: left;
    }
    .recruitment-container .content .name{
        height: 40px;
        width: 90px;
        margin-top: 20px;
        margin-left: 14%;
        background-color: #087bbd;
        color: #ffffff;
        font-size: 15px;
        text-align: center;
        line-height: 50px;
    }

    .recruitment-container .content .det{
        padding: 20px 20px;
        font-size: 8px;
        font-weight: bold;
    }
    .recruitment-container .block .content{
        width: 70
        height: 155px
        border: 1px solid #cccccc;
        border-left: none;
        float: left;
    }
    .recruitment-container .block .tips{
        font-size: 10px;
        font-weight: bold;
    }
    .recruitment-container .block .img img{
        display: block;
        position: absolute;
        width: 100%;
        top: 45%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .recruitment-container .block .talent-table td{
        padding: 15px 0;
        font-size: 7px;
    }

    .footer{
        color: #ffffff;
        overflow: hidden;
        z-index: 2;
        /* font-weight: bold; */
        height: 7rem;
        background: url("/_vivi/source/aHR0cHM6Ly9iaW8ubmFua2FpLmVkdS5jbg/img/index/footer-bg.png") no-repeat;
        background-size: cover;
        position: relative;
        height: 100px;
    }
    .footer .msg{
        border-bottom: 1px solid #959594;
        padding: 0 0;

    }
    .footer .logo-cn{
        font-weight: bold;
        font-size: 16px;
        text-align: center;;
        display: block;
        margin-top: 20px; 
    }
    .footer .logo-en{
        font-size: 12px;
        text-align: center;;
        display: block;
        margin-top: -20px;
    }
    .footer .lx, .footer .co{
        display: none;
    }

}


/*tool*/
#cd-nav ul {
  /* mobile first */
  position: fixed;
  width: 90%;
  max-width: 400px;
  right: 5%;
  bottom: 20px;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(41 114 199);
  background: white;
  visibility: hidden;
  /* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
  overflow: hidden;
  z-index: 950;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
}
#cd-nav ul li {
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cd-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
}
#cd-nav ul.is-visible li:nth-child(1) {
  /* list items animation */
  -webkit-animation: cd-slide-in 0.2s;
  -moz-animation: cd-slide-in 0.2s;
  animation: cd-slide-in 0.2s;
}
#cd-nav ul.is-visible li:nth-child(2) {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}
#cd-nav ul.is-visible li:nth-child(3) {
  -webkit-animation: cd-slide-in 0.4s;
  -moz-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s;
}
#cd-nav ul.is-visible li:nth-child(4) {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}
#cd-nav ul.is-visible li:nth-child(5) {
  -webkit-animation: cd-slide-in 0.6s;
  -moz-animation: cd-slide-in 0.6s;
  animation: cd-slide-in 0.6s;
}
#cd-nav li a {
  display: block;
  padding: 1.6em;
  border-bottom: 1px solid #eff2f6;
}
#cd-nav li:last-child a {
  border-bottom: none;
}



@media only screen and (min-width: 1170px) {
  #cd-nav ul {
    /* the navigation moves to the top */
    position: absolute;
    width: auto;
    max-width: none;
    bottom: auto;
    top: 36px;
    background: transparent;
    visibility: visible;
    box-shadow: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  #cd-nav li {
    display: inline-block;
  }
  #cd-nav li a {
    opacity: 1;
    padding: .4em;
    margin-left: 1.6em;
    border-bottom: none;
  }
  #cd-nav li a:hover {
    color: #00bd9b;
  }
  #cd-nav.is-fixed ul {
    /* when the user scrolls down, the navigation moves to the bottom right in Fixed position - as on touch devices */
    position: fixed;
    width: 90%;
    max-width: 400px;
    bottom: 20px;
    top: auto;
    background: white;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  #cd-nav.is-fixed ul li {
    display: block;
  }
  #cd-nav.is-fixed ul li a {
    padding: 1.6em;
    margin-left: 0;
    border-bottom: 1px solid #eff2f6;
  }
  #cd-nav ul.has-transitions {
    /* this class is used to bring back transitions when the navigation moves at the bottom right */
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
  }
  #cd-nav ul.is-visible {
    /* this class is used to bring back the navigation animation - as on touch devices */
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
  }
  #cd-nav ul.is-hidden {
    /* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
}

.cd-nav-trigger {
  position: fixed;
  bottom: 20px;
  right: 5%;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(23 105 191);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 960;
}

.cd-nav-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #236ac1;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s;
}
.cd-nav-trigger span::before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-nav-trigger span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-nav-trigger.menu-is-open {
  box-shadow: none;
}
.cd-nav-trigger.menu-is-open span {
  background: rgba(232, 74, 100, 0);
}
.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
  background: #e84a64;
}
.cd-nav-trigger.menu-is-open span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-nav-trigger.menu-is-open span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    /* the the menu triger is hidden by default on desktop devices */
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
  }
  .is-fixed .cd-nav-trigger {
    visibility: visible;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cd-bounce-in 0.3s linear;
    -moz-animation: cd-bounce-in 0.3s linear;
    animation: cd-bounce-in 0.3s linear;
  }
}

#cd-gallery-items li {
  margin-bottom: 1.5em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
}
#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1170px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0;
  }
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
  }

  60% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    -moz-transform: scale(0);
  }

  60% {
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}