*{
    margin: 0;
    padding: 0;
    font: 14px/1.5 "微软雅黑","microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
}
body,html{
    min-width: 1200px;
}
button,input{
    border: none;
    outline: none;
}
a{
    text-decoration: none;
}
ul,ol{
    list-style-type: none;
    margin: 0;
}
b{
    font-weight: bolder;
}
.clear{
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    display: block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*公共头部*/
.header{
    width: 100%;
    height: 225px;
    background: url("../../image/index/headerback.png") center top no-repeat;
    border-bottom: 1px solid #eeeeee;
}
.header .headBox{
    height: 45px;
    width: 1200px;
    margin: 0 auto;
}
.header .headBox .flSpan{
    line-height: 45px;
    color: #fff;
    font-size: 12px;
}
.header .headBox .selectHead{
    width: 111px;
    height: 45px;
    position: relative;
}
.header .headBox .selectHead.English{
    width: 125px;
}
.header .headBox .selectHead.English .option{
    background: url("../../image/index/bigback.png") 90px -38px no-repeat;
}
.header .headBox .selectHead.English .option:hover{
    background: url("../../image/index/bigback.png") 90px -38px #0969a9 no-repeat;
}
.header .headBox .selectHead.English .option.on{
    background: url("../../image/index/bigback.png") 90px -38px #0969a9 no-repeat;
}
.header .headBox .selectHead .box.English{
    width: 125px;
}
.header .headBox .selectHead .box.English li a{
    font-size: 12px;
}
.header .headBox .selectHead .option{
    width: 100%;
    height: 45px;
    display: block;
    background: url("../../image/index/bigback.png") 75px -38px no-repeat;
    color: #fff;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.header .headBox .selectHead .option.on{
    background: url("../../image/index/bigback.png") 75px -38px #0969a9 no-repeat;
}
.header .headBox .selectHead .option:hover{
    background: url("../../image/index/bigback.png") 75px -38px #0969a9 no-repeat;
}
.header .headBox .selectHead .option i{
    width: 18px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 20px;
    background: url("../../image/index/bigback.png") 0px -1px;
}
.header .headBox .selectHead .option.en i{
    width: 18px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 20px;
    background: url("../../image/index/bigback.png") 0px -23px;
}
.nobody{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #999999;
    padding-top: 200px;
    background: url("../../image/index/nobody.png") center center no-repeat;
    height: auto !important;
}
.header .headBox .selectHead .box{
    width: 111px;
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
}
.header .headBox .selectHead .box li{
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.header .headBox .selectHead .box li a{
    width: 100%;
    height: 33px;
    text-align: center;
    color: #fff;
    background: #333;
    display: block;
    margin-bottom: 1px;
    line-height: 33px;
    position: relative;
}
.header .headBox .selectHead .box li a .zh{
    width: 18px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 20px;
    background: url("../../image/index/bigback.png") 0px -1px;
}
.header .headBox .selectHead .box li a .en{
    width: 18px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 20px;
    background: url("../../image/index/bigback.png") 0px -23px;
}
.header .logoBox{
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    margin-top: 57px;
}
.header .logoBox .headLogo1{
    margin-right: 40px;
}
.header .logoBox .headLogo2{
    margin-right: 55px;
}
.header .logoBox .headLogo3{
    margin-top: 56px;
}
.header .logoBox .headLogo4{
    margin-top: 40px;
}
/*导航*/
.nav{
    width: 1200px;
    height: 76px;
    margin: 0 auto;
}
.nav .navBox{
    width: 100%;
    height: 76px;
}
.nav .navBox .navList{
    width: auto;
    margin-right: 50px;
}
.nav .navBox .navList a{
    height: 76px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 76px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: auto;
    text-align: center;
    cursor: pointer;
}
.nav .navBox .navList span{
    height: 76px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 76px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: auto;
    text-align: center;
    cursor: pointer;
}
.nav .navBox .navList span:hover{
    color: #157fc5;
    cursor: pointer;
    font-size: 18px;
}
.nav .navBox .navList a:hover{
    color: #157fc5;
    cursor: pointer;
    font-size: 18px;
}
.nav-scroll.on .nav .navBox .navList span{
    color: #fff;
    cursor: pointer;
}
.nav-scroll.on .nav .navBox .navList a{
    color: #fff;
}
.nav-scrolls{
    background: rgba(0,102,204,0.7);
}
.nav-scrolls .nav .navBox .navList a{
    color: #fff;
}
/*首页*/
.swiperBox{
    width: 100%;
    overflow: hidden;
    float: left;
    height: 650px;
    position: relative;
    background: #1E9FFF;
}
.swiperContent{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.swiperContent .leftBtn{
    width: 30px;
    height: 50px;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    background: url("../../image/index/swiperBtn.png") -59px 0px no-repeat;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.swiperContent .rightBtn{
    width: 30px;
    height: 50px;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    background: url("../../image/index/swiperBtn.png") -59px -53px no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}
.swiperContent .leftBtn.on{
    background: url("../../image/index/swiperBtn.png") 0px -53px no-repeat;
}
.swiperContent .rightBtn.on{
    background: url("../../image/index/swiperBtn.png") 0px -3px no-repeat;
}
.swiperBottom{
    position: absolute;
    bottom: 40px;
    right: 30px;
    z-index: 2;
    height: 12px;
}
.swiperBottom i{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    float: left;
    background: #157fc5;
    margin-right: 10px;
    cursor: pointer;
}
.swiperBottom i.on{
    background: #ffc556;
}
.swiperContent li{
    float: left;
    height: 650px;
    background-size: 100% auto!important;
}
.swiperUl{
    position: relative;
    float: left;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    width: 12px!important;
    height: 12px!important;
}
.swpierJd{
    width: 100%;
    height: 5px;
    background:#157fc5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.swpierJd .jdBox{
    width: 0;
    float: left;
    height: 5px;
    background: #e9cfb1;
}

@keyframes mymove {
    0%   {
        width:0%;
    }
    100% {
        width:100%;
    }
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: 1920px auto!important;
}
.indexTitle{
    margin-top: 35px;
    width: 100%;
    position: relative;
    height: 150px;
}
.nav-scroll{
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.nav-scroll.newNav{
    background: rgba(0,102,204,0.7);
}
.nav-scroll.newNav a{
    color: #fff!important;
}
.nav-scroll.on{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,102,204,0.7);
}
.indexTitle h2{
    line-height: 85px;
    text-align: center;
    color: #000000;
    font-size: 32px;
    font-weight: bolder;
}
.indexTitle h2.newling{
    line-height: 45px;
}
.titleNav{
    width: 160px;
    height: 5px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 85px;
}
.titleNav.special{
    width: 160px;
    height: 5px;
    top: 50px;
}
.titleNav .blue{
    width: 50%;
    background: #157fc5;
    height: 100%;
}
.titleNav .orange{
    background: #ffc556;
    width: 50%;
    height: 100%;
}
.indexList{
    width: 1200px;
    margin: 0 auto;
    height: 578px;
}
.indexList .listBox{
    width: 100%;
    height: 578px;
    float: left;
}
.indexList .listBox li{
    width: 380px;
    float: left;
    height: 578px;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.indexList .listBox li.last{
    margin-right: 0;
}
.indexList .listBox li .imgBox{
    width: 380px;
    height: 285px;
    background: #fff;
    float: left;
}
.indexList .listBox li .imgBox img{
    width: 100%;
    height: 100%;
    display: block;
}
.indexList .listBox li .imgBox img.border{
    border: 2px solid #efefef;
    box-sizing: border-box;
}
.indexList .listBox li .fontBox{
    width: 316px;
    height: 240px;
    border: 2px solid #eeeeee;
    float: left;
    padding: 20px 30px;
    background: #fff;
}
.indexList .listBox li .fontBox .title{
    height: 80px;
    position: relative;
    float: left;
    width: 100%;
}
.indexList .listBox li .fontBox .title h3{
    line-height: 40px;
    font-size: 18px;
    color: #000000;
    text-align: center;
    float: left;
    font-weight: bolder;
    width: 100%;
}
.indexList .listBox li .fontBox .font{
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #616161;
    float: left;
}
.indexList .listBox li .fontBox .font.English{
    font-size: 12px;
    line-height: 14px;
    height: 140px;
    overflow: hidden;
}
.h10{
    height: 10px;
    width: 100%;
    float: left;
    background: #fff;
}
.indexList .listBox li:hover .optionBox{
    transform:rotateY(0);
    z-index: 1;
    opacity: 1;
}
.indexList .listBox li:hover .html-box{
    transform:rotateY(180deg);
    z-index: 0;
}
.html-box{
    background: #dcdddd;
    transform:rotateY(0);
    z-index: 1;
}
.indexList .listBox li .cope{
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 578px;
    backface-visibility:hidden;
    transition:all 0.5s;
}
.newfontBox{
    overflow-y: auto;
    width: 100%;
    height: 470px;
    margin-top: 40px;
}
.indexList .listBox li .optionBox{
    background: #efefef;
    transform:rotateY(180deg);
    width: 330px;
    height: 528px;
    background: url("../../image/index/tou.png");
    z-index: 1;
    padding: 25px;
    overflow: hidden;
    opacity: 0;
}
.indexList .listBox li .optionBox h3{
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bolder;
    position: absolute;
    top: 25px;
    left: 25px;
}
.indexList .listBox li .optionBox p{
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    width: 100%;
}
.indexList .listBox li .optionBox p b{
    font-size: 14px;
}
.indexJob{
    width: 100%;
    height: 898px;
    margin-top: 100px;
    background: url("../../image/index/listback.jpg");
    background-size: 100% 100%;
    padding-top: 60px;
}
.indexTitle.special{
    margin-top: 0;
}
.indexJob .jobBox{
    width: 1200px;
    margin: 0 auto;
    height: 748px;
    opacity: 0;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.indexJob .jobBox.on{
    opacity: 1;
}
.indexJob .jobBox img{
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 1100px;
}
.indexJob .jobBox .first{
    width: 260px;
    height: 374px;
}
.indexJob .jobBox ul{
    width: 100%;
    height: 748px;
}
.indexJob .jobBox li{
    width: 680px;
    height: 374px;
    float: left;
    position: relative;
    overflow: hidden;
}
.indexJob .jobBox li i{
    width: 200px;
    height: 200px;
    display: block;
    margin: 45px auto 20px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.indexJob .jobBox li p{
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    color: #333333;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.indexJob .jobBox li p.English{
    font-size: 16px;
    line-height: 22px;
}
.indexJob .jobBox li p.English.special{
    width: 500px;
    margin: 0 auto;
    word-break:break-all;
}
.indexJob .jobBox li i.s0{
    background: #fcb712;
    border-radius: 50%;
}
.indexJob .jobBox li i.s1{
    background: #007ebb;
    border-radius: 50%;
}
.indexJob .jobBox li i.s2{
    background: #ef402b;
    border-radius: 50%;
}
.indexJob .jobBox li i.s3{
    background: #f36d24;
    border-radius: 50%;
}
.indexJob .jobBox li i.s4{
    background: #3db049;
    border-radius: 50%;
}
.indexJob .jobBox li i.s5{
    background: #01aed9;
    border-radius: 50%;
}
.indexAdvantage{
    width: 100%;
    height: 1058px;
    padding-top: 50px;
}
.indexAdvantage .advantageBox{
    width: 100%;
    height: 393px;
    position: relative;
    overflow: hidden;
}
.indexAdvantage .advantageBox .backBox{
    width: 50%;
    background: #fff;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.indexAdvantage .advantageBox .backBox.on{
    background: #157fc5;
}
.indexResources{
    width: 1200px;
    height: 393px;
    position: absolute;
    top: 0;
    left: -1200px;
    background: #157fc5;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.indexResources-right{
    right: -1200px;
    left: inherit;
}
.indexResources-left.on{
    margin-left: -600px;
    left: 50%;
}
.indexResources-right.on{
    margin-right: -600px;
    right: 50%;
    left: inherit;
}
.indexResources .resourcesBox{
    width: 50%;
    float: left;
    height: 393px;
    overflow: hidden;
}
.indexResources .resourcesBox img{
    width: 100%;
    height: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.indexResources .resourcesBox img:hover{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.indexResources .resourcesBox .fontBox{
    width: 560px;
    padding-left: 40px;
    float: left;
}
.indexResources .resourcesBox .fontBox.special{
    padding-left: 0;
    padding-right: 40px;
}
.indexResources .resourcesBox .fontBox .title{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    font-weight: bolder;
    margin-top: 50px;
}
.indexResources .resourcesBox .fontBox .font{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    width: 100%;
    float: left;
    margin-top: 15px;
}
.indexResources .resourcesBox .fontBox .font.English{
    font-size: 14px;
    line-height: 18px;
}
.indexNew{
    width: 100%;
    height: 842px;
    background: #eeeeee;
    padding-top: 50px;
}
.indexNew .newBox{
    width: 1200px;
    margin: 0 auto;
    height: 610px;
    position: relative;
    overflow: hidden;
}
.indexNew .newBox .rightBox .newA:last-child{
    margin-bottom: 0;
}
.indexNew .newBox .rightBox .newA.leftBox{
    width: 590px;
    height: 610px;
    margin-right: 20px;
    margin-bottom: 0;
}
.indexNew .newBox .rightBox .newA{
    width: 573px;
    height: auto;
    display: block;
    float: left;
    margin-bottom: 20px;
}
.indexNew .newBox .rightBox .leftBox .imgBox{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.indexNew .newBox .rightBox .leftBox .imgBox a{
    width: 100%;
    height: 100%;
    display: block;
}
.indexNew .newBox .rightBox .leftBox .imgBox img{
    width: 100%;
    height: 100%;
    display: block;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.indexNew .newBox .rightBox .leftBox .imgBox img:hover{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.indexNew .newBox .rightBox .leftBox .name{
    width: 100%;
    color: #130700;
    font-size: 20px;
    font-weight: bolder;
}
.indexNew .newBox .rightBox .leftBox .name a{
    width: 100%;
    color: #130700;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 15px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.indexNew .newBox .rightBox .leftBox .font{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 5px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    display: block;
}
.indexNew .newBox .rightBox .leftBox .font a{
    font-size: 14px;
    color: #666666;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}
.indexNew .newBox .rightBox .leftBox .time{
    padding-left: 25px;
    background: url("../../image/index/bigback.png") 1px -76px no-repeat;
    font-size: 14px;
    line-height: 28px;
    color: #157fc5;
    margin-top: 10px;
    width: 565px;
}
.indexNew .newBox .rightBox .leftBox .more{
    width: 100%;
    margin-top: 5px;
    display: block;
}
.indexNew .newBox .rightBox .leftBox .more .moreBtn{
    font-size: 16px;
    color: #fff;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #157fc5;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    position: relative;
    overflow: hidden;
}
.indexNew .newBox .rightBox .leftBox .more .moreBtn span{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.indexNew .newBox .rightBox .leftBox .more .moreBtn.on{
    background: #ffc556;
}
.indexNew .newBox .rightBox .leftBox .more .moreBtn.on .moree{
    opacity: 0;
    left: 200px;
}
.indexNew .newBox .rightBox .leftBox .more .moreBtn.on .moreen{
    opacity: 1;
    left: 0;
}
.indexNew .newBox .rightBox .leftBox .more .moreBtn .moree{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.indexNew .newBox .rightBox .leftBox .more .moreBtn .moreen{
    position: absolute;
    top: 0;
    left: -200px;
    opacity: 0;
}
.indexNew .newBox .rightBox{
    width: 100%;
    height: 610px;
}
.leftBoxA{
    width: auto;
    height: auto;
    float: left;
}
.indexNew .newBox .rightBox a:last-child{
    margin-bottom: 0;
}
.indexNew .newBox .rightBox .listBox{
    width: 100%;
    height: auto;  
}
.indexNew .newBox .rightBox .listBox.on{
    border: 1px solid #007ebb;
}
.indexNew .newBox .rightBox .imgBox{
    width: 280px;
    height: 190px;
    overflow: hidden;
    margin-right: 20px;
}
.indexNew .newBox .rightBox .imgBox img{
    width: 100%;
    height: 100%;
    display: block;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.indexNew .newBox .rightBox .imgBox img:hover{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.indexNew .newBox .rightBox .name{
    width: 273px;
    color: #130700;
    font-size: 20px;
    font-weight: bolder;
    padding-top: 5px;
}
.indexNew .newBox .rightBox .name a{
    width: 273px;
    color: #130700;
    font-size: 20px;
    font-weight: bolder;
    display: block;
    height: 130px;
    overflow: hidden;
    line-height: 26px;
    display:-webkit-box;/**对象作为伸缩盒子模型展示**/
    -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp:5;/**显示的行数**/
}
.indexNew .newBox .rightBox .font{
    font-size: 14px;
    line-height: 0;
    color: #666666;
    margin-top: 10px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    width: 273px;
    height: 0;
    overflow: hidden;
}
.indexNew .newBox .rightBox .font a{
    font-size: 14px;
    line-height: 0;
    color: #666666;
    width: 275px;
    height: 0;
    overflow: hidden;
    overflow: hidden;
    display: block;
}
.indexNew .newBox .rightBox .time{
    padding-left: 25px;
    background: url("../../image/index/bigback.png") 1px -76px no-repeat;
    font-size: 14px;
    line-height: 28px;
    color: #157fc5;
    margin-top: 5px;
    width: 240px;
}
.indexNew .newBox .rightBox .more{
    display: none;
}
/*底部*/
.foot{
    width: 100%;
    height: 320px;
    background: #222222;
}
.foot .footBox{
    width: 1200px;
    height: 320px;
    margin: 0 auto;
}
.foot .footBox .title{
    width: 100%;
    float: left;
    color: #999999;
    font-size: 40px;
    font-weight: bold;
    padding-top: 40px;
}
.foot .footBox .footList{
    width: 650px;
    height: auto;
    margin-top: 25px;
    float: left;
}
.foot .footBox .footList li{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.footerLogo{
    float: right;
    margin-top: -6px;
}
.footer{
    width: 100%;
    height: 90px;
    background: #181818;
    text-align: center;
    line-height: 90px;
    font-size: 14px;
    color: #666666;
}
.little-box{
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin-top: -0px;
    margin-left: -0px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
}
.little-box.on{
    width: 380px;
    height: 578px;
    margin-left: -190px;
    margin-top: -289px;
}
.job-box{
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    position: absolute;
    top: -350px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    left: 0;
}
.jobIos{
    opacity: 0;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.jobIos.em{
    opacity: 1;
}
.job-box.on{
    top: 0;
}
.indexJob .jobBox li .job-box.on i{
    opacity: 1;
}
.new-box{
    width: 100%;
    height: auto;
    position: absolute;
    top: -574px;
    left: 0;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.new-box.on{
    top: 0;
    opacity: 1;
}
.jobIos1{
    width: 112px;
    height: 117px;
    top: 40px;
    left: 50%;
    margin-left: -56px;
    position: absolute;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.job-1{
    width: 112px;
    height: 63px;
    background: url("../../image/index/job-1.png") center center no-repeat;
    display: block;
}
.jobIos1 .ios1{
    width: 19px;
    height: 28px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.jobIos1 .ios2{
    width: 19px;
    height: 54px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.jobIos1 .ios3{
    width: 19px;
    height: 44px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 60px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.jobIos1 .ios4{
    width: 19px;
    height: 70px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 90px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.jobIos1.on .ios1{
    height: 45px;
}
.jobIos1.on .ios2{
    height: 40px;
}
.jobIos1.on .ios3{
    height: 55px;
}
.jobIos1.on .ios4{
    height: 45px;
}
.jobIos2{
    position: absolute;
    top: 44px;
    width: 154px;
    height: 116px;
    left: 50%;
    margin-left: -74px;
    background: url('../../image/index/job-2.png') center center;
}
.jobIos2.on{
    animation:myjobIos1 0.5s infinite;
    -moz-animation:myjobIos1 0.5s infinite; /* Firefox */
    -webkit-animation:myjobIos1 0.5s infinite; /* Safari and Chrome */
    -o-animation:myjobIos1 0.5s infinite; /* Opera */
    animation-iteration-count: 1;
}
.jobIos3{
    width: 102px;
    height: 112px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -51px;
}
.jobIos3 .ios1{
    width: 44px;
    height: 104px;
    position: absolute;
    bottom: 0;
    left: 8px;
    background: url("../../image/index/job-3.png") center bottom no-repeat;
}
.jobIos3 .ios2{
    width: 40px;
    height: 92px;
    position: absolute;
    bottom: 0;
    right: 6px;
    background: url("../../image/index/job-4.png") center bottom no-repeat;
}
.jobIos3 .ios3{
    width: 102px;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../../image/index/job-5.png") center top no-repeat;
}
.bobIos3-box{
    bottom: 9px;
    width: 102px;
    height: 104px;
    position: absolute;
}
.jobIos3.on .bobIos3-box{
    animation:myjobIos3 0.5s infinite;
    -moz-animation:myjobIos3 0.5s infinite; /* Firefox */
    -webkit-animation:myjobIos3 0.5s infinite; /* Safari and Chrome */
    -o-animation:myjobIos3 0.5s infinite; /* Opera */
    animation-iteration-count: 1;
}
.jobIos4{
    width: 150px;
    height: 108px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 40px;
}
.jobIos4 .ios1{
    width: 108px;
    height: 108px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../image/index/job-6.png") center center no-repeat;
}
.jobIos4 .ios2{
    width: 31px;
    height: 58px;
    background: url("../../image/index/job-12.png") center center no-repeat;
    position: absolute;
    top: 25px;
    right: 0;
}
.jobIos4.on .ios2{
    animation:myjobIos5 1s infinite;
    -moz-animation:myjobIos5 1s infinite; /* Firefox */
    -webkit-animation:myjobIos5 1s infinite; /* Safari and Chrome */
    -o-animation:myjobIos5 1s infinite; /* Opera */
    animation-iteration-count: 2;
}
.jobIos5{
    width: 104px;
    height: 109px;
    position: absolute;
    top: 50%;
    margin-top: -54.5px;
    left: 50%;
    margin-left: -42px;
}
.jobIos5.on .ios3{
    transform: rotate(9deg);
    -ms-transform:  rotate(9deg); /* Internet Explorer */
    -moz-transform: rotate(9deg); /* Firefox */
    -webkit-transform: rotate(9deg); /* Safari 和 Chrome */
    -o-transform: rotate(9deg); /* Opera */
}
.jobIos5 .ios1{
    width: 24px;
    height: 94px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../../image/index/job-8.png?v=1") center center;
}
.jobIos5 .ios2{
    width: 27px;
    height: 109px;
    position: absolute;
    left: 31px;
    bottom: 0;
    background: url("../../image/index/job-9.png?v=1") center center;
}
.jobIos5 .ios3{
    width: 46px;
    height: 91px;
    position: absolute;
    left: 57px;
    bottom: 0;
    background: url("../../image/index/job-10.png?v=1") center center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.jobIos6{
    width: 96px;
    height: 113px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -56.5px;
    margin-left: -48px;
    background: url("../../image/index/job-11.png") center center no-repeat;
}
.jobIos6 .ios1{
    width: 7px;
    height: 7px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 34px;
    left: 38px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.jobIos6 .ios2{
    width: 13px;
    height: 13px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 13px;
    right: 35px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.jobIos6.on .ios1{
    top: 20px;
}
.jobIos6.on .ios2{
    top: 32px;
}
.indexAbout{
    width: 100%;
    height: 1000px;
    padding-top: 40px;
}
.indexAbout .aboutBox{
    width: 513px;
    height: 482px;
    margin: 0 auto;
    background: url("../../image/index/aboutback.png") center center no-repeat;
    position: relative;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    opacity: 0;
}
.indexAbout .aboutBox.on{
    transform:rotate(720deg);
    -ms-transform:rotate(720deg); /* IE 9 */
    -webkit-transform:rotate(720deg); /* Safari and Chrome */
    opacity: 1;
}
.indexAbout .aboutBox .radio{
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 100%;
    height: 100%;
    padding: 55px 20px;
}
.indexAbout .aboutBox .radioBox.s1 .radio{
    padding: 127px 20px 0 20px;
}
.indexAbout .aboutBox .radio.English span{
    font-size: 15px !important;
    line-height: 26px;
}
.indexAbout .aboutBox .radioBox.s5 .radio.English{
    padding: 127px 30px 0 30px;
}
.indexAbout .aboutBox .radio span{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.indexAbout .aboutBox .radioBox{
    width: 220px;
    height: 220px;
    position: absolute;
    margin-top: 0;
}
.videoBox{
    width: 1200px;
    margin: 0 auto 50px;
    opacity: 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.videoBox.on{
    opacity: 1;
}
.videoBox video{
    width: 100%;
    outline: none;
}
.indexAbout .aboutBox .radioBox.s1{
    top: -192px;
    left: 50%;
    margin-left: -114px;
    background: url("../../image/index/job1.jpg") center 30px no-repeat #157fc5;
    border-radius: 50%;
}
.indexAbout .aboutBox .radioBox.s2{
    top: 50%;
    right: -134px;
    margin-top: -210px;
    background: url("../../image/index/job2.jpg") center 30px no-repeat #157fc5;
    border-radius: 50%;
}
.indexAbout .aboutBox .radioBox.s2 .radio{
    padding: 127px 20px 0 20px;
}
.indexAbout .aboutBox .radioBox.s3{
    bottom: -97px;
    right: -33px;
    background: url("../../image/index/job3.jpg") center 25px no-repeat #157fc5;
    border-radius: 50%;
}
.indexAbout .aboutBox .radioBox.s2 .radio{
    padding: 127px 20px 55px 20px;
}
.indexAbout .aboutBox .radioBox.s3 .radio{
    padding: 110px 20px 0 20px;
}
.indexAbout .aboutBox .radioBox.s4{
    bottom: -97px;
    left: -33px;
    background: url("../../image/index/job4.jpg") center 20px no-repeat #157fc5;
    border-radius: 50%;
}
.indexAbout .aboutBox .radioBox.s4 .radio{
    padding: 127px 20px 0 20px;
}
.indexAbout .aboutBox .radioBox.s5{
    top: 50%;
    left: -134px;
    margin-top: -210px;
    background: url("../../image/index/job5.jpg") center 30px no-repeat #157fc5;
    border-radius: 50%;
}
.indexAbout .aboutBox .radioBox.s5 .radio{
    padding: 127px 20px 55px 20px;
}
.newsList{
    width: 1200px;
    margin: 0 auto;
}
.newsList .CrumbsBox{
    width: 100%;
    height: 73px;
    line-height: 73px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList .CrumbsBox a{
    font-size: 14px;
    color: #666666;
}
.newsList .CrumbsBox span{
    font-size: 14px;
    color: #666666;
}
.newsList .ListBox{
    width: 100%;
    height: auto;
    float: left;
}
.newsList .ListBox li{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.newsList .ListBox li a{
    width: 100%;
    height: 100%;
    float: left;
}
.newsList .ListBox li .newA{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin-bottom: 20px;
}
.newsList .ListBox li .listBox{
    width: 100%;
    height: auto;
}
.newsList .ListBox li .imgBox{
    width: 280px;
    height: 190px;
    overflow: hidden;
    margin-right: 20px;
}
.newsList .ListBox li .imgBox img{
    width: 100%;
    height: 100%;
    display: block;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.newsList .ListBox li .imgBox img:hover{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.newsList .ListBox li .name{
    width: 900px;
    color: #130700;
    font-size: 20px;
    font-weight: bolder;
}
.newsList .ListBox li .name a{
    width: 900px;
    color: #130700;
    font-size: 20px;
    font-weight: bolder;
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList .ListBox li .font{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 10px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    width: 900px;
    height: 90px;
    overflow: hidden;
}
.newsList .ListBox li .font a{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    width: 900px;
    height: 90px;
    overflow: hidden;
    display: block;
}
.newsList .ListBox li .time{
    padding-left: 25px;
    background: url("../../image/index/bigback.png") 1px -76px no-repeat;
    font-size: 14px;
    line-height: 28px;
    color: #157fc5;
    margin-top: 10px;
    width: 875px;
}
.page{
    text-align: center;
    padding-bottom: 50px;
}
.page li{
    width: 25px;
    height: 25px;
    border: 1px solid #dcdddd;
    display: inline-block;
    margin: 0 5px;
}
.page li span{
    color: #333;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
}
.page li:hover{
    background: #157fc5;
    border: 1px solid #157fc5;
}
.page li:hover a{
    color: #fff;
}
.page li:hover span{
    color: #fff;
}
.page li.active{
    background: #157fc5;
    border: 1px solid #157fc5;
}
.page li.active span{
    color: #fff;
}
.page li a{
    color: #333;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    display: block;
}
.detailBox{
    padding: 0 100px;
    border: 1px solid #dcdddd;
    margin-bottom: 50px;
}
.detailBox .name{
    width: 100%;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    margin-top: 30px;
}
.detailBox .title{
    height: 60px;
    text-align: center;
    line-height: 48px;
    border-bottom: 1px solid #dcdddd;
}
.detailBox .title span{
    color: #999999;
    font-size: 14px;
    margin: 0 25px;
}
.detailBox p{
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    margin-top: 20px;
}
.detailBox img{
    margin: 20px auto 0;
    display: block;
    max-width: 100%;
}
.aboutRadio{
    width: 1200px;
    margin: 180px auto 0;
}
.aboutRadio .radioBox{
    width: 450px;
    float: right;
    height: auto;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-top: 100px;
}
.aboutRadio .radioBox.on{
    opacity: 1;
}
.aboutRadio .radioBox video{
    width: 100%;
    height: 100%;
    outline: none;
}
.new-right-box{
    width: 590px;
    height: 610px;
    overflow-y: auto;
    float: right;
}
/*媒体查询*/
@media screen and (max-width: 1400px) {
    .indexJob .jobBox .first{
        height: 320px;
    }
    .indexJob .jobBox li{
        height: 320px;
    }
    .indexJob .jobBox li i{
        margin-top: 0;
    }
    .header .logoBox .headLogo4{
        width: 710px;
        margin-top: 44px;
    }
    .indexList .listBox li .fontBox .font{
        font-size: 12px;
    }
    .aboutRadio{
        width: 1100px;
    }
    .header .headBox{
        width: 1100px;
    }
    .header .logoBox{
        width: 1100px;
    }
    .indexTitle h2{
        font-size: 26px;
    }
    .titleNav{
        top: 77px;
    }
    .indexList{
        width: 1100px;
    }
    .indexList .listBox li{
        width: 346px;
        height: 500px;
    }
    .little-box.on{
        width: 346px;
        height: 500px;
        margin-left: -173px;
        margin-top: -250px;
    }
    .indexList .listBox li .optionBox{
        width: 296px;
        height: 450px;
    }
    .indexList .listBox li .cope{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .indexList .listBox li .optionBox p{
        width: 100%;
        font-size: 12px;
        top: 35px;
    }
    .indexList .listBox li .optionBox p b{
        font-size: 12px;
    }
    .newfontBox{
        height: 420px;
        margin-top: 20px;
    }
    .indexList .listBox li .fontBox{
        width: 322px;
        padding: 10px;
        height: 207px;
    }
    .indexList .listBox li .optionBox h3{
        top: 15px;
        font-size: 18px;
    }
    .indexList .listBox li .imgBox{
        width: 346px;
        height: 258px;
    }
    .indexList .listBox li .fontBox .title{
        height: 60px;
    }
    .titleNav.special{
        top: 40px;
    }
    .indexJob{
        height: 938px;
    }
    .indexJob .jobBox{
        width: 1100px;
    }
    .indexJob .jobBox li{
        width: 500px;
    }
    .indexJob .jobBox li i{
        margin: 0 auto 10px;
        height: 180px;
        width: 180px;
    }
    .indexJob .jobBox li p.English.special{
        width: 353px;
    }
    .jobIos1{
        top: 30px;
    }
    .jobIos2{
        top: 35px;
    }
    .jobIos3{
        top: 25px;
        margin-left: -50px;
    }
    .jobIos4{
        top: 31px;
    }
    .indexJob .jobBox .first{
        width: 300px;
    }
    .indexResources{
        width: 1100px;
    }
    .indexResources-left.on{
        margin-left: -550px;
    }
    .indexResources-right.on{
        margin-right: -550px;
    }
    .indexNew .newBox .leftBox{
        width: 520px;
    }
    .indexNew .newBox .leftBox .time{
        width: 485px;
    }
    .indexNew .newBox .leftBox .imgBox{
        height: 362px;
    }
    .indexNew .newBox .rightBox{
        height: 570px;
    }
    .indexNew .newBox .rightBox .name{
        width: 273px;
    }
    .indexNew .newBox .rightBox .time{
        width: 235px;
    }
    .foot .footBox{
        width: 1100px;
    }
    .nav .navBox{
        height: 60px;
    }
    .nav .navBox .navList span{
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .nav{
        height: 60px;
    }
    .nav .navBox .navList a{
        height: 60px;
        line-height: 60px;
    }
    .indexResources .resourcesBox{
        height: auto;
    }
    .indexResources .resourcesBox .fontBox{
        width: 510px;
    }
    .indexAdvantage .advantageBox{
        height: 360px;
    }
    .footerLogo.scit{
        width: 420px;
        margin-top: 25px;
    }
    .footerLogo.seit{
        width: 104px;
        margin-top: 0;
    }
    .footerLogo img{
        width: 100%;
    }
}
@keyframes myjobIos1 {
    0%{
        top: 50px;
    }
    5%{
        top: 51px;
    }
    10%{
        top: 52px;
    }
    15%{
        top: 53px;
    }
    20%{
        top: 54px;
    }
    25%{
        top: 55px;
    }
    30%{
        top: 56px;
    }
    35%{
        top: 57px;
    }
    40%{
        top: 58px;
    }
    45%{
        top: 59px;
    }
    50%{
        top: 60px;
    }
    55%{
        top: 59px;
    }
    60%{
        top: 58px;
    }
    65%{
        top: 57px;
    }
    70%{
        top: 56px;
    }
    75%{
        top: 55px;
    }
    80%{
        top: 54px;
    }
    85%{
        top: 53px;
    }
    90%{
        top: 52px;
    }
    95%{
        top: 51px;
    }
    100%{
        top: 50px;
    }
}
@keyframes myjobIos2 {
     0%{
         bottom: 31px;
     }
     5%{
         bottom: 32px;
     }
     10%{
         bottom: 33px;
     }
     15%{
         bottom: 34px;
     }
     20%{
         bottom: 35px;
     }
     25%{
         bottom: 36px;
     }
     30%{
         bottom: 37px;
     }
     35%{
         bottom: 38px;
     }
     40%{
         bottom: 39px;
     }
     45%{
         bottom: 40px;
     }
     50%{
         bottom: 40px;
     }
     55%{
         bottom: 39px;
     }
     60%{
         bottom: 38px;
     }
     65%{
         bottom: 37px;
     }
     70%{
         bottom: 36px;
     }
     75%{
         bottom: 35px;
     }
     80%{
         bottom: 34px;
     }
     85%{
         bottom: 33px;
     }
     90%{
         bottom: 32px;
     }
     95%{
         bottom: 31px;
     }
     100%{
         bottom: 30px;
     }
 }
@keyframes myjobIos3 {
    0%{
        opacity: 0;
        bottom: 155px;
    }
    5%{
        opacity: 1;
        bottom: 145px;
    }
    10%{
        bottom: 135px;
    }
    15%{
        bottom: 125px;
    }
    20%{
        bottom: 115px;
    }
    25%{
        bottom: 105px;
    }
    30%{
        bottom: 95px;
    }
    35%{
        bottom: 85px;
    }
    40%{
        bottom: 75px;
    }
    45%{
        bottom: 65px;
    }
    50%{
        bottom: 55px;
    }
    55%{
        bottom: 45px;
    }
    60%{
        bottom: 35px;
    }
    65%{
        bottom: 25px;
    }
    70%{
        bottom: 20px;
    }
    75%{
        bottom: 18px;
    }
    80%{
        bottom: 16px;
    }
    85%{
        bottom: 14px;
    }
    90%{
        bottom: 12px;
    }
    95%{
        bottom: 10px;
    }
    100%{
        bottom: 9px;
    }
}
@keyframes myjobIos5 {
    0%{
        opacity: 0;
        right: 0;
    }
    100%{
        opacity: 1;
        right: -10px;
    }
}