
/* 区域块 */
.KuaiDiv{
    width: 100%;
    background-color: white;
    height: 520px;
    display: flex ;
    flex-wrap: nowrap;
}

.KuaiUl{
    padding: 80px 0px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.KuaiUl li{
    flex:1;
    margin: 50px 40px;
    background-color: rgb(239, 239, 239);
    padding: 40px 0px;
    color: rgb(0, 77, 161);
    transition: all 0.4s ease 0s;
    cursor: pointer;
}

.KuaiUl li:hover {
    background-color: rgb(0, 77, 161);
    color: white;
}

.KuaiUl li:hover a{
    color: white;
}

.KuaiDiv li svg{
    fill: rgb(0, 77, 161);
}

.KuaiDiv li:hover svg{
    fill: white !important;
}

.KuaiUl li div{
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 20px;
}

.KuaiUl li img{
    height: 100px;
}

.KuaiUl li:first-child{
    margin: 50px 0px;
    margin-right: 40px;
}

.KuaiUl li:last-child{
    margin: 50px 0px;
    margin-left: 40px;
}

/* 中心工作 */
.WorkDiv{
    clear: both;
    width: 100%;
    background-color: rgb(239, 239, 239);
    height: 680px;
}

.WorkDiv .layui-icon-left{
    left:-60px !important;
    margin-top: -80px !important;
}

.WorkDiv .layui-icon-right{
    right:-60px !important;
    margin-top: -80px !important;
}

.WorkTitle{
    padding-top: 40px;
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: rgb(0, 77, 161);
    line-height: 2em;
}

.WorkEng{
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    color: rgb(109, 114, 120);
    line-height: 1.3em;
}

.WorkUl {
    padding: 80px 0px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    background-color: rgb(239, 239, 239);
}

.WorkUl a{
    margin: 0px 20px;
    flex:1;
    height: 600px;
    cursor: pointer;
}

.WorkUl a img{
    width: 100%;
    height: 240px;
}

.WorkUl a:hover div{
    background-color: rgb(0, 77, 161);
    color: white;
}

.WorkUl a .title{
    line-height: 50px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    border-top: 1px solid rgb(239, 239, 239);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 10px;
}


.layui-carousel{

    background-color: transparent !important;

}


.WorkUl a:first-child{
    margin: 0px 0px;
    margin-right: 20px;
}

.WorkUl a:last-child{
    margin: 0px 0px;
    margin-left: 20px;
}


/* 新闻中心 */
.NewsDiv{
    clear: both;
    width: 100%;
    background-color: white;
    height: 680px;
}

.NewsTitle{
    padding-top: 40px;
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: rgb(0, 77, 161);
    line-height: 2em;
}

.NewsEng{
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    color: rgb(109, 114, 120);
    line-height: 1.3em;
}

.NewsContent{
   padding-top: 60px;
}

.NewsDiv .Ntitle:hover{
    color: rgb(64, 89, 115);
}

.NewsPic{
    width: 40%;
    float: left;
    margin-right: 60px;
}

.NewsPic img{
    width: 100%;
}

.NewsDiv .Ntitle{
    font-size: 1.3em;
    color: rgb(0, 77, 161);
    line-height: 50px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.NewsDiv .NContent{
    font-size: 1em;
    text-align: justify;
    color: rgb(109, 114, 120);
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

/* 关于我们 */
.AboutDiv{
    clear: both;
    width: 100%;
    background-color: rgb(0, 77, 161);
    height: 680px;
}

.AboutContent{
    background-color: white;
    width: 70%;
    float: left;
    margin-top: -520px;
    padding: 60px 80px;
    z-index: 10;
}

.AboutTitle{
    font-size: 2em;
    line-height: 2em;
    color: rgb(0, 77, 161);
    font-weight: bold;
}

.AboutEng{
    font-size: 1.5em;
    line-height: 1.3em;
    color: rgb(109, 114, 120);
}
.AboutTxt{
    margin-top: 20px;
    text-align: justify;
    width: 100%;
    line-height: 30px;
    color: rgb(109, 114, 120);
    padding: 10px 0px;
    font-size: 1em;
}

.AboutBg{
    float: right;
    height: 680px;
    margin-top: 0px;
}

.AboutBg img{
    height: 100%;
}

.ProfessionDiv{
    background-color: rgb(0, 77, 161);
    height: 680px;
}

.ProfessionDiv .Title{
    color: white;
    font-size: 2em;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    padding-top: 80px;
}

.ProfessionDiv .Eng{
    color: white;
    line-height: 40px;
    font-size: 1.2em;
    text-align: center;
} 

.ProfessionDiv .ProfessionUl{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.ProfessionDiv .ProfessionUl li{
    background-color: white;
    border-radius: 10px;
    text-align: center;
    line-height: 100px;
    color: rgb(0, 77, 161);
    margin-right: 40px;
    margin-bottom: 40px;
    width: 30%;
    font-weight: bold;
    font-size: 1.3em;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    border: rgb(0, 77, 161) solid 1px;
}

.ProfessionDiv .ProfessionUl li:hover{
    background-color: rgb(0, 77, 161);
    color: white ;
    border: rgba(255, 255, 255, 0.3) solid 1px;
}

.ProfessionDiv .ProfessionUl li:nth-child(3n){
    margin-right: 0px;
}
