@charset "utf-8";

#banner{width: 100%;overflow: hidden;position: relative;}
#banner li img{width: 100%;}
#banner .sbtn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
#banner .prev{left: 6%;}
#banner .next{right: 6%;}
#banner .swiper-pagination{bottom: 4%;}
#banner .swiper-pagination-bullet{
    width: 28px;height: 7px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0;opacity: 1;
    margin: 0 15px;
}
#banner .swiper-pagination-bullet-active{
    background: #bfceda;opacity: 1;
    border: 1px solid #bfceda;
}
.main{width: 100%;overflow: hidden;padding-bottom: 100px;}
.section1{
    position: relative;
}
.section1 .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 29;
    transition: width ease 6s;
}
.section1 .bg.on{width: 0;}
.section1 .leftcon{
    position: relative;z-index: 19;
    width: 71%;
    background: url(../images/bg.png) no-repeat center/cover;
    padding: 6% 0 6% 7.6%;
}
.section1 .rightimg{
    position: absolute;z-index: 19;
    top: 0;right: 0;
    width: 29%;
    background-position: cover;
    height: 100%;
}
.section1 .rightimg img{opacity: 0;width: 100%;}
.section1 .leftcon .wrap{
    max-width: 760px;
}
.section1 .leftcon .title{
    color: #fff;font-size: 32px;
    margin-bottom: 40px;
}
.section1 .leftcon .state{
    color: #fff;font-size: 14px;
    line-height: 2.1;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 40px;
}
.section1 .items{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section1 .items li{
    width: 33.3%;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.section1 .items li .pic{width: 64px;}
.section1 .items li .con{
    color: #fff;font-size: 18px;
}
.more{
    display: block;
    width: 173px;height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 43px;
    background: #fff;
    color: #014896;font-size: 16px;
    text-transform: uppercase;
    max-width: 100%;
}
.more i{
    font-style: normal;margin-right: 12px;display: inline-block;
}
.more img{vertical-align:initial}
.section2{
    position: relative;
    padding: 80px 0 40px;
    background: url(../images/bg2.png) no-repeat center top;
    background-size: 100% auto;
}
.section2 .wrap{padding: 0 7.6%;}
.maintitle{position: relative;padding-right: 200px;margin-bottom: 66px;}
.maintitle .en{
    color: #3d4bcd;font-size: 24px;
    text-transform: uppercase;
    line-height: 1;margin-bottom: 10px;
}
.maintitle .en span{display: inline-block;vertical-align: middle;margin-right: 6px;}
.maintitle .ch{
    color: #333333;font-size: 38px;
    line-height: 1;
}
.more2{
    position: absolute;
    right: 0;
    top: 18px;
    background: #014896;color: #fff;
}
.section2 .btns{
    position: absolute;
    left: 196px;
    top: 0;
    z-index: 9;
}
.section2 .btns a{
    width: 68px;height: 68px;
    line-height: 68px;text-align: center;
    background: rgba(255,255,255,.6);
    margin-right: 20px;
    display: inline-block;
}
.casewrap{
    background: #fff;
    padding: 15px 25px;
    margin: 0 -20px;position: relative;
}
.casewrap .cbg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 29;
    transition: width ease 6s;
}
.casewrap .cbg.on{width: 0;}
.caseswiper{
    overflow: hidden;position: relative;z-index: 9;
}
.caseswiper li{
    padding: 10px;
}
.caseswiper li a{display: block;position: relative;}
.caseswiper li .texts{
    padding-bottom: 30px;
    transition: all .6s ease;
    background: #fff;
    position: absolute;z-index: 29;
    top: 0;
    left: 0;
    width: 100%;
}
.caseswiper li .texts .t1{
    color: #333;font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caseswiper li .texts .t2{
    color: #999999;font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caseswiper li .pic{
    height: 100%;overflow: hidden;
    position: relative;z-index: 8;
}
.caseswiper li .pic img{width: 100%;transition: all ease 1s;}
.caseswiper li a:hover .pic img{transform: scale(1.1);}
.caseswiper li a:hover .texts{
    padding: 20px;
    background: transparent;
}
.caseswiper li a:hover .texts .t1{color: #fff;}
.caseswiper li a:hover .texts .t2{color: rgba(255,255,255,.6);}
.caseswiper li a:hover{
    box-shadow: 0px 0px 14px 0px rgba(1,72,150,.4);
}
.section3{
    background: #f0eff4;
    padding-top: 70px;
    position: relative;
}
.section3 .maintitle{
    padding: 0 7.6%;
}
.section3 .conwrap{
    position: relative;
    padding-left: 40%;
}
.section3 .leftnews{
    position: absolute;
    padding-left: 7.6%;width: 40%;
    height: 100%;left: 0;top: 0;
}
.section3 .leftnews a{display: block;position: relative;height: 100%;}
.section3 .leftnews .pic{overflow: hidden;height: 100%;}
.section3 .leftnews .pic img{
    min-width: 100%;transition: all ease 1s;height: 100%;
}
.section3 .leftnews a:hover .pic img{transform: scale(1.1);}
.section3 .leftnews .con{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,.7);
    padding: 12px 30px;
}
.section3 .leftnews .t1{
    color: #fff;font-size: 20px;
    margin-bottom: 10px;
}
.section3 .leftnews .t2{
    color: rgba(255,255,255,.5);
    font-size: 14px;
}
.section3 .rightnews{
    overflow: hidden;
    background: #fff;
    padding-top: 40px;
}
.section3 .rightnews li{margin-bottom: 30px;}
.section3 .rightnews li a{
    display: block;padding: 16px 7.6%;
    position: relative;
}
.section3 .rightnews li .date{
    width: 64px;text-align: center;
    color: #333333;font-size: 12px;
    font-weight: bold;position: relative;z-index: 8;
}
.section3 .rightnews li .date2{font-size: 14px;color: #666;display: none;}
.section3 .rightnews li .day{font-size: 40px;line-height: 1.2;}
.section3 .rightnews li .con{
    overflow: hidden;
    padding-left: 40px;
    position: relative;z-index: 8;
}
.section3 .rightnews li .t1{
    color: #333;font-size: 20px;
    margin-bottom: 10px;
}
.section3 .rightnews li .t2{
    color: #999999;font-size: 14px;
}
.section3 .rightnews li .bg{
    content: "";
    position: absolute;
    transition: all 1s ease;
    width: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: #014896;
}
.section3 .rightnews li a:hover .t1{color: #fff;}
.section3 .rightnews li a:hover .t2{color: #fff;}
.section3 .rightnews li a:hover .date{color: #fff;}
.section3 .rightnews li a:hover .bg{width: 100%;}
.more3{
    background: #014896;color: #fff;
    
}
.morewrap{
    padding-left: 45%;background: #fff;
    padding-top: 60px;
}
/* .section3 .cbg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 29;
    transition: width ease 6s;
}
.section3 .cbg.on{width: 0;} */
.section2 .btns a{
    width: 68px;height: 68px;
    line-height: 68px;text-align: center;
    margin-right: 20px;
    display: inline-block;
    transition: all ease .3s;
}
.section2 .btns .prev{
    background: rgba(255,255,255,.6) url(../images/prev2.png) no-repeat center;
}
.section2 .btns .next{
    background: rgba(255,255,255,.6) url(../images/next2.png) no-repeat center;
}
.section2 .btns .prev:hover{
    background: #014896 url(../images/ll.png) no-repeat center;
}
.section2 .btns .next:hover{
    background: #014896 url(../images/rr0.png) no-repeat center;
}
.section2 .btns a img{display: none;}


