*{
    padding:0;margin:0;border:0;outline: 0;
    color:#333333;
}
li, ul, dl, dt, dd, ol, ul {
    list-style: none;
    text-decoration: none;
}
a {
    text-decoration: none;
    color:#333333;
}
body[aos-duration='4000'] [aos], [aos][aos][aos-duration='4000']{
    transition-duration: 4000ms;
}

.banner{
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1300px;
}
.banner .swiper-slide img{
    height: 100%;
    width:100%;
}

.banner .swiper-wrapper .swiper-slide .bg {
    min-height: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 1s linear 2s;
    transform: translate(-50%,-50%) scale(1, 1);
    -webkit-transform: translate(-50%,-50%) scale(1, 1);
    -moz-transform: translate(-50%,-50%) scale(1, 1);
    -ms-transform: translate(-50%,-50%) scale(1, 1);
    -o-transform: translate(-50%,-50%) scale(1, 1);
}

.banner .swiper-wrapper .swiper-slide-active .bg {
    transition: 5s linear;
    transform: translate(-50%,-50%) scale(1.1, 1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1, 1.1);
    -o-transform: translate(-50%,-50%) scale(1.1, 1.1);
}

.banner-text{
    position: absolute;
    z-index: 2;
    /* margin-bottom: 20%; */
}
.banner-text .title{
    text-align: center;
    color: #fff;
    font-size: 50px;
    text-shadow: 0px 3px 4px #31abf4;
}
.banner-text .sub-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    font-size: 20px;
    text-shadow: 0px 3px 4px #31abf4;
    color: #fff;
}
.banner-text .sub-text span{
    color: #fff;
}

.swiper-pagination-bullet{
    background-color:#fff;
}
.swiper-pagination-bullet-active{
    background-color:#529BE5;
}

.nav{
    display: flex;
    z-index: 2;
    align-items: center;
    width: 1300px;
    height: 100%;
    align-content: flex-start;
}
.nav .logo{
    width: 30%;
}
.nav .logo img{
    width: 100%;
}
.nav .content{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    width: 82%;
    justify-content: flex-end;
    height: 44.83px;
}
.nav .content .ul{}
.nav .content .ul .li{
    position: relative;
    color: #7C7B7B;
    font-size: 15px;
    margin-right: 6px;
    display: inline-block;
    height: 30px;
    transition: all .3s ease-out;
    padding: 0 8px;
    letter-spacing: 1px;
}
.nav .content .ul .li.act,.nav .content .ul .li:hover{
    color: #529BE5;
}
.juzhong{ text-align: center;
    margin-top: 32px;
    border-top: 1px dotted #e6dddd;
    padding-top: 10px;}
.nav .content .ul .li.act::before,.nav .content .ul .li::before{
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0E83CD;
    transition: margin-top 0.3s, opacity 0.2s;
    -webkit-transition: margin-top 0.3s, opacity 0.2s;
    -moz-transition: margin-top 0.3s, opacity 0.2s;
    -ms-transition: margin-top 0.3s, opacity 0.2s;
    -o-transition: margin-top 0.3s, opacity 0.2s;
}
.nav .content .ul .li.act::before,.nav .content .ul .li:hover::before{
    
    margin-top: 0;
    opacity: 1;
}
.nav .content .search{
    width: 20px;
    cursor: pointer;
    margin-left: 6px;
}
.outer{
    z-index: 999;
    margin: 0 auto;
    position: fixed;
    background-color: rgb(255,255,255 ,.9);
    height: 80px;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1300px;
}
.banner_jt {
    bottom: 50px;
    -webkit-animation: banner_jt 2s linear infinite alternate;
    animation: banner_jt 2s linear infinite alternate;
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 3;
    text-align: center;
}
.width_outer{
    width: 1300px;
    margin: 0 auto;
}
@keyframes banner_jt{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}

.zjtd{
    display: flex;
    height: 340px;
    margin: 40px auto;
}
.zjtd .left{
    width: 6%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.zjtd .left .title{
    writing-mode: vertical-lr;
    font-size: 20px;
}
.zjtd .left .more{
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
}
.zjtd .left .more img{
    width: 25px;
}
.zjtd .left .more .click{
    font-size: 14px;
    color: #529BE5;
}
.zjtd .right{
    display: flex;
    width: 94%;
    justify-content: space-around;
}
.zjtd .right .item{
    width: 16.66666%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.zjtd .right .item.act,.zjtd .right .item:hover{
    background-color: #529BE5;
    color:#fff;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}
.zjtd .right .item.act .name,.zjtd .right .item:hover .name,.zjtd .right .item:hover .sub-name,.zjtd .right .item.act .sub-name{
    color:#fff;
}
.zjtd .right .item:hover .zhiwei p,.zjtd .right .item.act .zhiwei p {
    color:#fff;
}

.zjtd .right .item .rect{
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    z-index: 1;
}

.zjtd .right .item .content{
    position: relative;
    z-index: 2;
}

.zjtd .right .item .head{
    text-align: center;
}
.zjtd .right .item .head img{
    width: 70%;
    border-radius: 50%;
}
.zjtd .right .item .name{
    text-align: center;
    font-size: 26px;
    margin-bottom: 8px;
    letter-spacing: 0.6px;
    margin-top: 8px;
}
.zjtd .right .item .sub-name{
    text-align: center;
    font-size: 15px;
    margin-bottom: 8px;
    letter-spacing: 0.6px;
}
.zjtd .right .item .zhiwei{
    height: 80px;
}
.zjtd .right .item .zhiwei p{
    color: #919090;
    font-size: 13px;
    margin-bottom: 4px;
    letter-spacing: 0.6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.zjtd .right .item .zhiwei p br{
    display: none;
}

.gcal{
    min-width: 1300px;
    position: relative;
    padding-top: 40px;
}
.gcal .bluebg{
    position: absolute;
    height: 200px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #529BE5;
    z-index: 1;
}
.gcal .title_{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.gcal  .title_>img{
    width: 280px;
}
 .gcal .title_ a img{
    width: 100px;
}
.gcal .bd{
    position: relative;
    z-index: 2;
}
.gcal .bd ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gcal .bd ul li{
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.gcal .bd ul li a{
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
}
.gcal .bd ul li a .rect{
    margin-left: 113px;
    margin-top: 50px;
    width: 150px;
    height: 150px;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
}
.gcal .bd ul li img{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 1;
    width: 100%;
    transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
}
.gcal .bd ul li:hover img{
    transform: scale(1.1);
    transition: all .6s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
}

.gcal .bd ul li:hover a .rect{
    background-color: #529BE5;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}

.gcal .bd ul li a .rect.act::after,.gcal .bd ul li:hover a .rect::after{
    transition: all .4s ease-out;
    content:none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.gcal .bd ul li a .rect::after{
    content: '';
    position: absolute;
    border:2px solid #eee;
    left:0;right:0;top:0;bottom:0;
}
.gcal .bd ul li a .rect .add{
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
.gcal .bd ul li a .rect .title{
    color: #fff;
    font-size: 20px;
}
.gcal .bd ul li a .rect .des{
    color: #fff;
    font-size: 14px;
}
.pa{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    margin-bottom: 40px;
}
.pa .left{}
.pa .right{}
.pa .i{
    margin: 0 10px;
}
.pa img{
    width:30px;
}
.tzgg{
    background-color: #F8FCFD;
}
.tzgg .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-bottom: 40px;
}

.tzgg .content .item{
    width: 32%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.tzgg .content .item .time{
    width: 14%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 10px 4px;
    background-color: #529BE5;
}
.tzgg .content .item .time .day{
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
.tzgg .content .item .time .month{
    font-size: 12px;
    color: #fff;
}
.tzgg .content .item .con{
    width: 82%;
}
.tzgg .content .item .con .title{
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
}
.tzgg .content .item .con:hover .title{
    color: #529BE5;
    transition: all .1s ease-out;
}
.tzgg .content .item .con .des{
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news{}
.news .content{
    display: flex;
    justify-content: space-between;
}
.news .content .left{
    width: 40%;
    height: 400px;
    position: relative;
}
.news .content .left .thumb{
    height: 350px;
    overflow: hidden;
}
.news .content .left .thumb img{
    width: 100%;
    height: 100%;
    transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
}
.news .content .left:hover .thumb img{
    transition: all .6s ease-out;
    transform: scale(1.1);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news .content .left .con{
    width: 92%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: #529BE5;
    box-sizing: border-box;
}
.news .content .left .con .title{
    color: #fff;
    font-size: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news .content .left .con .des{
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news .content .left .con .time{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news .content .left .con .time img{
    width: 16px;
    height: 16px;
}
.news .content .left .con .time span{
    color: #fff;
}
.news .content .right{
    width: 58%;
}
.news .content .right ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
}
.news .content .right ul li{
    width: 48%;
    box-shadow: 0px 0 8px 0px #e8e8e8;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.news .content .right ul li:hover{
    transition: all .3s ease-in;
    background-color:#31abf4;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}
.news .content .right ul li:hover a .time span{
    color: #fff;
}
.news .content .right ul li:hover a .title{
    color: #fff;
}
.news .content .right ul li:hover a .time{
    background: url(../images/time2.png) no-repeat left center;
}

.news .content .right ul li a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.news .content .right ul li a .title{
    font-size: 20px;
    margin-bottom: 15px;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .1s ease-out;
}
.news .content .right ul li a .time{
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    background: url(../images/time3.png) no-repeat left center;
    padding-left: 20px;
    transition: all .1s ease-out;
}

.news .content .right ul li a .time img{}
.news .content .right ul li a .time span{
    color: #999;
}

.footer{
    background: #529be5 url(../images/footbg.png) no-repeat center top / auto 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* height: 500px; */
    margin-top: 40px;
    min-width: 1300px;
}
.footer .fnav{
    border-bottom:1px solid #fff;
    padding: 20px 0;
}
.footer .fnav .aaa{
    display: flex;
}
.footer .fnav .lin-label{
    color: #fff;
}
.footer .fnav .links{
    display: flex;
    align-items: center;
}
.footer .fnav .links a{
    margin: 0 10px;
    color: #fff;
}

.footer .concat{
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.footer .concat .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 25%;
}
.footer .concat .left .logo2{}
.footer .concat .left .logo3{
    width: 100%;
}
.footer .concat .middle{
    width: 52%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
}
.footer .concat .middle .cat{
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}
.footer .concat .middle ul{}
.footer .concat .middle ul li{
    color: #fff;
    margin: 4px 0;
}
.footer .concat .right{
    width: 16%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
}
.footer .concat .right img{
    width: 120px;
}
.footer .concat .right h2{
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

.beian{
    background-color: #7bb9f7;
    padding: 10px 0;
}
.beian .width_outer{
    text-align: center;
    position: relative;
}
.beian .width_outer a{
    color: #fff;
}
.beian .width_outer a.support{
    position: absolute;
    right: 0;
}

.search-input{
    position: fixed;
    top: 90px;
    right: 0;
    left: 0;
    display: flex;
    z-index: 5;
    display: none;
    align-content: center;
    align-items: center;
}
.search-input input{
    display: inline-block;
    height: 100%;
    width: inherit;
    line-height: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: #f0f0f0;
    padding-left: 25px;
    padding-right: 5px;
    background: rgba(0,0,0,0.3);
    border: none;
    color: #fff;
    height: 50px;
    width: 400px;
}
.search-input button{
    height: 50px;
    width: 160px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: rgba(0,0,0,0.3);
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.3);
    background: #fff;
}

.search-input input::-webkit-input-placeholder{
    color: #f0f0f0;
}

.topmargin{height: 80px;}
.topbanner{
    height: 380px;
    background: url(../images/sub-top.png) no-repeat center center;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    min-width: 1300px;
}
.inner-content{
    width:1200px;
}

.topbanner .sub-txt{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80px;
}
.topbanner .sub-txt .abcd{
    display: flex;
    flex-direction: column;
    width: 300px;
}
.topbanner .sub-txt .subname{
    color: #fff;
    font-size: 30px;
    position: relative;
}
.topbanner .sub-txt::after{
    position: absolute;
    content: '';
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 46px;
}
.topbanner .sub-txt .subname-en{
    color: #fff;
}

.topbanner .mbb{background: #fff;display: flex;justify-content: center;flex-direction: row;height: 80px;position: absolute;bottom: 0;margin: 0 auto;left: 0;right: 0;}
.topbanner .mbb .abc{
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.topbanner .mbb .abc::after{
    content: '';
    position: absolute;
    height:1px;
    left:0;
    right:0;
    bottom:0;
    background: #D8D8D8;
}
.topbanner .mbb .abc .subnav{
    display: flex;
    align-items: center;
}
.topbanner .mbb .abc .subnav a{
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #7C7B7B;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.topbanner .mbb .abc .subnav a.act,.topbanner .mbb .abc .subnav a:hover{
    background: #529BE5;
    color: #fff;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.topbanner .mbb .abc .mbx{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}
.topbanner .mbb .abc .mbx .ico-home{
    margin-right: 4px;
}
.topbanner .mbb .abc .mbx .nav_{}
.topbanner .mbb .abc .mbx .nav_ a{}
.topbanner .mbb .abc .mbx .nav_ .gt{}

.flx{
    display: flex;
    justify-content: center;
}
.fzlc{}
.fzlc .item{
    display: flex;
}
.fzlc .item .time{
    padding: 20px;
    color: #529BE5;
    font-size: 27px;
    padding-top: 14px;
    width: 12%;
    box-sizing: border-box;
}
.fzlc .item .item-des{
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-left: 1px solid #eee;
    width: 88%;
    box-sizing: border-box;
}
.fzlc .item .item-des .title{
    display: flex;
    align-items: center;
    margin-left: -8px;
    margin-bottom: 10px;
}
.fzlc .item .item-des .title img{
    margin-right: 12px;
}
.fzlc .item .item-des .title p{
    color: #529BE5;
    font-size: 20px;
}
.fzlc .item .item-des .item-dess{
    padding-left: 20px;
}
.fzlc .item .item-des .item-dess p{
    color: #777A82;
    margin: 5px 0;
}
.fzlc .item .item-des .item-dess p br{
    display:none;
}
.fzlcnr{
    display: flex;
}
.fzlcnr .left{
    width: 74%;
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 20px;
    border-right: 1px solid #eee;
}
.fzlcnr .right{
    width: 26%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 20px;
}
.fzlcnr .right .jj{position: relative;padding-bottom: 23px;display: inline-block;}
.fzlcnr .right .jj .titlename{
    color: #529BE5;
    font-size: 30px;
    font-weight: bold;
}
.fzlcnr .right .jj::after{
    position: absolute;
    content: '';
    background-color: #529BE5;
    left: 0;
    right: 58%;
    bottom: 0;
    height: 6px;
}
.fzlcnr .right .jj .en{
    color: #827D77;
    font-weight: bold;
}
.fzlcnr .right .abouto{
    margin: 40px 0;
}

.fzlcnr .right .abouto .title{color: #827D77;}
.fzlcnr .right .abouto .number_des{}
.fzlcnr .right .abouto .number_des .number{
    color: #529BE5;
    font-size: 30px;
    font-weight: bold;
}
.fzlcnr .right .abouto .number_des .sub-ext{
    color: #827D77;
    font-size: 14px;
}
.about{}
.aboutnr{ margin-top: 40px; width:1200px;}
.aboutnr .news-title{
    text-align: center;
    color: #529BE5;
    margin-top: 10px;
}
.aboutnr .time{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.aboutnr .time img{
    margin-right: 4px;
    width: 14px;
}
.aboutnr .time span{}
.aboutnr p{
    text-align: justify;
    /* line-height: 30px; */
    /* margin-bottom: 10px; */
    letter-spacing: 0.4px;
    color: #777A82;
}
.aboutnr img{
    max-width: 80%;
    height: auto;
}

.newsimgnr{ }
.newsimgnr .item{
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.newsimgnr .item img{
    width: 14%;
    height: 168px;
    margin-right: 2%;
}
.newsimgnr .item .itemdes{
    width: 84%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.newsimgnr .item .itemdes h1{
    font-size: 22px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsimgnr .item:hover .itemdes h1{
    color: #529BE5;
}
.newsimgnr .item .itemdes h3{
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    margin: 16px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsimg {
    min-width: 1300px;
}
.newsimgnr .item .itemdes .time{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.newsimgnr .item .itemdes .time img{
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.newsimgnr .item .itemdes .time span{
    color: #999999;
    font-size: 14px;
    width: 100px;
}

.notice{min-width: 1300px;}
.noticenr{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.noticenr .item h1{
    overflow: hidden;
    font-size: 20px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 0.4px;
    height: 56px;
}
.noticenr .item{
    width: 590px;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0 8px 0px #e8e8e8;
    position: relative;
}

.noticenr .item:hover .line{
    position: absolute;
    background-color: #529BE5;
    height:2px;
    bottom:0;
    left:0;
    right:0;
}
.noticenr .item:hover h1{
    color: #529BE5;
}

.noticenr .item .time{
    display: flex;
    align-items: center;
    align-content: center;
    margin-top: 20px;
}
.noticenr .item .time img{
    margin-right: 4px;
    width: 14px;
}
.noticenr .item .time span{
    color: #999;
    font-size: 14px;
}

.team{
    padding-right: 0 !important;
    display: flex;
}
.team .head{
    width: 26%;
}
.team .head img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.team .main{
    width: 64%;
}
.team .main .li{
    background-color: #529BE5;
    height: 2px;
    width: 80px;
}
.team:hover {
    background-color: #529BE5;
}
.team:hover .main .name{
    color:#fff;
    border-top-color: #fff;
}
.team:hover .main .ms{
    color:#fff;
}
.team:hover .main .de{
    color: #fff;
}
.team:hover .more .arrow{
    background-color: #63BD89;
}
.team .main .name{
    padding-top: 20px;
    display: inline-block;
    font-size: 24px;
    border-top: 4px solid #529BE5;
    color: #529BE5;
}
.team .main .de{
    color: #4C4C4C;
    font-size: 18px;
    margin: 10px 0;
}
.team .main .ms{
    color: #919090;
    font-size: 14px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 0.4px;
}
.team .more{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 10%;
}
.team .more .arrow{
    background-color: #529BE5;
    padding: 10px;
}
.team .more .arrow img{}

.anli{
    width: 590px;
    margin-top: 20px;
    box-shadow: 0px 0 8px 0px #e8e8e8;
    position: relative;
    height: 400px;
}
.anli .img{
    width: 100%;
    height: 330px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anli .img>img{
    max-width: 100%;
    max-height: 100%;
    transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
}
.anli:hover .img>img{
    transform: scale(1.1);
    transition: all .6s ease-out;
}

.anli:hover .des{
    background-color: #529BE5;
    box-shadow: 3px -2px 2px 0px #529BE5;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.anli:hover .des h1,.anli:hover .des p{
    color:#fff;
}
.anli:hover .des .more{
    background-color: #63BD89;
}
.anli:hover .des h1::after{
    position: absolute;
    content:'';
    height: 4px;
    top: 0;
    left: 0;
    width: 50px;
    background: #fff;
}
.anli .des{
    padding: 20px;
    position: absolute;
    background: #ffffff;
    bottom: 0;
    width: 70%;
    box-shadow: 3px -2px 2px 0px #fdfdfd;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}
.anli .des h1{
    position: relative;
    font-size: 22px;
    padding: 20px 0 10px 0;
    color: #529BE5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    letter-spacing: 0.4px;
}
.anli .des h1::after{
    position: absolute;
    content:'';
    height: 4px;
    top: 0;
    left: 0;
    width: 50px;
    background: #529BE5;
}
.anli .des p{
    color: #8C8C8C;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    letter-spacing: 0.4px;
    overflow: hidden;
}
.anli .des .more{
    position: absolute;
    width: 50px;
    height: 40px;
    background: #529BE5;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    right: -20px;
    bottom: 0;
}
.anli .des .more img.r{
    width: 20px;
}
.pro{
    box-shadow: none;
    height: 360px;
}
.pro .title{
    display: flex;
    width: 80%;
    background-color: #ffffff;
    position: absolute;
    height: 60px;
    box-shadow: 0px 0 3px 0px #e8e8e8;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    left: 0;
    right: 0;
    margin: -30px auto;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}
.pro:hover .title{
    color:#fff;
    background-color: #529BE5;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.pro:hover .title h1{
    color: #fff;
}
.pro:hover .title .more{
    background-color: #63BD89;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.pro .title h1{
    position: relative;
    font-size: 22px;
    color: #529BE5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    letter-spacing: 0.4px;
}
.pro .title .more{
    width: 50px;
    height: 40px;
    background: #529BE5;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}
.pro .title .more img.l{}

.partnernr{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.partnernr .item{
    width: 200px;
    height: 200px;
    margin: 0 20px;
    margin-top: 20px;
    box-shadow: 0 0 6px #e8e8e8;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.partnernr .item:hover .lie{
    position: absolute;
    height:2px;
    left:0;
    bottom:0;
    right:0;
    background-color: #529be5;
    transition: all .3s ease-in;
}
.partnernr .item .img{
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    overflow: hidden;

}
.partnernr .item .img img{
    max-width: 100%;
    max-height: 100%;
    transition: all .6s ease-out;
}
.partnernr .item:hover .img img{
    transform: scale(1.1);
    transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
}

.partnernr .item .cover{
    opacity: 0;
    width:0;
    background: #9abfe4e3;
}
.partnernr .item:hover .cover{
    width:100%;
    position: absolute;
    background: #529be5e3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    opacity: 1;
    justify-content: center;
}
.partnernr .item:hover .cover h2{
    color: #fff;
    padding:0 20px;
}

.partnernr .item:hover .cover h2{
    color: #fff;
}



.three_hide{display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;}