@charset "UTF-8";


@font-face {
    font-family: hyqh70;
    src: url(../font/HYQiHei-70S.otf);
}
@font-face {
    font-family: hyqh45;
    src: url(../font/HYQiHei-45S.otf);
}
@font-face {
    font-family: hyqh50;
    src: url(../font/HYQiHei-50S.otf);
}
@font-face {
    font-family: hyqh65;
    src: url(../font/HYQiHei-65S.otf);
}
@font-face {
    font-family: hyqh60;
    src: url(../font/HYQiHei-60S.otf);
}
body,html{
    height:100%;
}
body{
    overflow: hidden;
}
.part{
    width: 100%;
    height: 100%;
}
.part .img{
    width:100%;
    height:100%;
    position:relative;
    overflow: hidden;
}
.part .img1 .title{
    position: absolute;
    top: 40%;
    left: -10%;
    padding: 30px 40px;
    background-color: rgba(79,174,43,.8);
    color: white;
    opacity: 0;
    transition: .8s;
}
.part .img1 .swiper-slide:nth-child(3) .title,
.part .img1 .swiper-slide:nth-child(4) .title{
    background-color:transparent;
}
.part .img1 .title.ani-slide{
    left: 10%;
    opacity: 1;
}
.part .img1 .title h2{
    margin-bottom: 20px;
    font-family: hyqh70;
    font-size: 45px;
}
.part .img1 .title p{
    font-family: hyqh45;
    font-size: 30px;
    letter-spacing: 1px;
}
.part .img1 img{
    display: block;
    width: 100%;
    height: auto;
}
.part .img1 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 40px ;
}
.part .img1 .swiper-pagination-bullet{
    width: 10px ;
    height: 10px ;
}
.part .img1 .swiper-pagination-bullet-active{
    background-color: white;
}
.part .img1 .swiper-container1{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.part .img1 .swiper-slide:nth-child(4) .title p{
    width: 450px;
    font-size: 20px;
    line-height: 40px;
}
.part .img2 > div{
    width: 76.5%;
    margin:155px auto 0;
    font-family: hyqh50,Regular;
}
.part .img2 > div:after{
    content: "";
    display: block;
    clear: both;
}
.part .img2 > div .left{
    position: relative;
    left: -20%;
    float: left;
    width: 50%;
    padding-top: 40px;
    opacity: 0;
    transition: .6s;
}
.part .img2 > div .left.on{
    left:0;
    opacity: 1;
}
.part .img2 > div .left h2:after{
    content: "";
    display: block;
    width:359px ;
    height: 9px;
    margin-top: 20px;
    margin-bottom: 40px;
    background: url("../img/i.png") no-repeat center/100%;
}
.part .img2 > div .left h2{
    font-size: 30px;
}
.part .img2 > div .left h2 span{
    margin-left: 10px;
    color: #999;
    font-size: 18px;
}
.part .img2 > div .left p{
    margin-bottom: 30px;
    color: #333;
    font-size: 16px;
    line-height: 35px;
}
.part .img2 > div .right{
    position: relative;
    right: -20%;
    overflow: hidden;
    float: right;
    width: 43%;
    box-shadow: 0px 0px 50px -20px;
    opacity: 0;
    transition: .6s;
}
.part .img2 > div .right.on{
    right: 0;
    opacity: 1;
}
.part .img2 > div .right:hover img{
    transform: scale(1.05);
}
.part .img2 > div .right img{
    display: block;
    width: 100%;
    height: auto;
    transition: .3s;
}

.big-title{
    margin-top: 130px;
    margin-bottom: 40px;
    text-align: center;
    opacity: 0;
    transition: .6s;
}
.big-title.on{
    opacity: 1;
}
.big-title i{
    display: inline-block;
    width: 12.7%;
    height: 44px;
    background: url("../img/logo12138.png") no-repeat center/100%;
}
.big-title h2{
    color: #333;
    font-size: 32px;
}
.big-title p{
    margin: 15px 0;
    color: #0066ab;
    font-size: 28px;
}
.part .img3 > div{
    width: 76.5%;
    margin: auto;
}
.part .img3 ul li:hover{
    top: -20px !important;
    box-shadow: 0px 10px 50px -20px ;
}
.part .img3 ul li{
    float: left;
    position: relative;
    top: 100px;
    width: 32%;
    height: 260px;
    margin-left: 2%;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    transition: .6s;
}
.part .img3 ul li:nth-child(3n+1) {
    margin-left: 0;
}
.part .img3 ul li:nth-child(1){
    background:#00846c url("../img/p.png") no-repeat bottom left;
}
.part .img3 ul li:nth-child(2){
    background:#0d6fb8 url("../img/q.png") no-repeat bottom left;
}
.part .img3 ul li:nth-child(3){
    background:#a03233 url("../img/t.png") no-repeat bottom left;
}
.part .img3 ul li:nth-child(4){
    background:#675eb7 url("../img/g.png") no-repeat bottom left;
}
.part .img3 ul li:nth-child(5){
    background:#8dc248 url("../img/b.png") no-repeat bottom left;
}
.part .img3 ul li:nth-child(6){
    background:#c89d40 url("../img/d.png") no-repeat bottom left;
}
.part .img3 ul li h3{
    margin-top: 40px;
    color: white;
    font-family: hyqh70;
    font-size: 30px;
}
.part .img3 ul li p{
    color: white;
    font-family: hyqh50;
    font-size:20px ;
    margin-top: 10px;
}
.part .img3 ul li:nth-child(1) p:nth-of-type(1){
    margin-top: 30px;
}
.part .img3 ul li:nth-child(1) p:nth-of-type(1) span + span{
    margin-left: 30px;
}
.part .img3 ul li:nth-child(2) p:nth-of-type(1){
    margin-top: 30px;
}
.part .img3 ul li:nth-child(2) p{
    margin-bottom: 10px;
}
.part .img3 ul li:nth-child(3) p:nth-of-type(1){
    margin-top: 40px;
}
.part .img3 ul li:nth-child(3) p span + span{
    margin-left: 10px;
}
.part .img3 ul li:nth-child(4) p:nth-of-type(1){
    margin-top: 50px;
}
.part .img3 ul li:nth-child(4) p span + span{
    margin-left: 20px;
}
.part .img3 ul li:nth-child(5) p{
    margin-bottom: 15px;
}
.part .img3 ul li:nth-child(5) p:nth-of-type(1){
    margin-top: 40px;
}
.part .img3 ul li:nth-child(5) p span + span{
    margin-left: 30px;
}
.part .img3 ul li:nth-child(6) p{
    margin-bottom: 15px;
}
.part .img3 ul li:nth-child(6) p:nth-of-type(1){
    margin-top: 40px;
}
.part .img3 ul li:nth-child(6) p span + span{
    margin-left: 30px;
}

.part .img4 > div{
    width: 66.1%;
    margin: auto;
}
.part .img4 .big-title i{
    height: 55px;
    background-image: url("../img/logo12139.png");
}
.part .img4 .big-title p{
    color: white;
}
.part .img4 .big-title h2{
    color: white;
}
.part .img4 .years{
    position: relative;
    width: 100%;
    height: 500px;
    opacity: 0;
    transition: 1.2s;
}
.part .img4 .years.on{
    opacity: 1;
}
.part .img4 .years .swiper-container2{
    height: 100%;
}
.years .swiper-button-next,
.years .swiper-button-prev{
    width: 48px;
    height: 25px;
    background-size: 48px 25px;
}
.years .swiper-button-next{
    right: 95px;
    top: auto;
    bottom: -50px;
    background-image: url("../img/down.png");
}
.years .swiper-button-prev{
    right: 95px;
    left: auto;
    top: -20px;
    background-image: url("../img/up.png");
}
.swiper-container2 .swiper-slide{
    color: white;
    font-family: hyqh60,Regular;
}
.swiper-container2 .swiper-slide .left{
    float: left;
    width: 80%;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    text-overflow:ellipsis ;
    white-space: nowrap;
}
.swiper-container2 .swiper-slide .left p{
    font-size: 14px;
}
.swiper-container2 .swiper-slide .left p span{
    margin-right: 20px;
    font-size: 28px;
    letter-spacing: 1px;
}
.swiper-container2 .swiper-slide .right{
    float:right;
    width: 10%;
    margin-top: 20px;
    font-size: 26px;
    letter-spacing: 1px;
}
.swiper-container2 .swiper-slide .right div{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-color: white;
    border-radius: 50%;
}
.years .p{
    position: absolute;
    top: -10px;
    right: 117px;
    width: 1px;
    height: 525px;
    background-color: white;
}
.honor{
    opacity: 0;
    transition: 1.2s;
}
.honor.on{
    opacity: 1;
}
.honor .swiper-button-next:hover,
.honor .swiper-button-prev:hover{
    background-color: #0066ab;
}
.honor .swiper-button-next,
.honor .swiper-button-prev{
    width: 44px;
    height: 68px;
    background-size: 25px 34px;
    background-color: #4d4d4d;
}
.honor .swiper-button-next{
    right: 548px;
    top: 50%;
    background-image: url("../img/next.png");
}
.honor .swiper-button-prev{
    right:auto ;
    left: 552px;
    top: 50%;
    background-image: url("../img/prv.png");
}
.honor img{

    width: auto;
    height: 25vh;
    display: block;
    margin: 0 auto;
}
.honor .swiper-slide-next{
    top: 0 !important;
    width: 732px !important;
    padding: 10px !important;
    background: white !important;
    box-shadow: 0px 0px 50px -20px;
}
.honor .swiper-slide-next img{
    height: 50vh;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: auto;
}
.honor .swiper-slide{
    padding: 145px 0;
    background:url("../img/bg1.png") no-repeat center;
    transition: .3s;
}
.honor .swiper-slide div{
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 97.5%;
    height: 77px;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    font-family: hyqh50;
    font-size: 20px;
    text-indent: 30px;
    line-height: 77px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.honor .swiper-slide-next div{
    display: block;
}






















