@charset "utf-8";

/* CSS Document */
/* global style */
body {
    width: 100%;
    margin: 0 auto;
    color: #000;
    background-color: GhostWhite;
}

* {
    padding: 0;
    margin: 0
}

li,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000;
}

.clear {
    clear: both
}


/*head style*/

.top {
    height: 208px;
    width: 100%;
    opacity: 0.8;
    margin: 0 auto;

    background-size: 100%;
}
.top-logo {
    width: 1300px;
    margin: auto;
}
.top-logo img {
    height: 208px;
    width: 100%;
    margin: 0px aut0;
}

.navgition {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border: 1px;
    background-color: #0168B5;
}
.navgition .menu {
    width: 1200px;
    margin: auto;
}
.navgition ul {
    height: 60px;
    list-style-type: none;
    margin: 0;
    padding: 0px;

    height: 60px;
    overflow: hidden;
}

.navgition ul li {
    float: left;
    height: 60px;
    width: 95px;
    text-align: center;
}
.navgition ul li a {
    display: block;
    background-color: rgb(1, 104, 181);
    color: white;
    height: 60px;
    width: 110px;
    /**/
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.navgition ul li a:hover,
.navgition ul li a:active {
    background-color: rgb(0, 65, 115);
}

/*二级导航*/
.navgition ul li ul {
    width: 110px;
    /**/
    height: 300px;
    /* 隐藏二级菜单 */
    display: none;
    position: absolute;
}

.navgition li {
    /* 对其菜单项左浮动，呈横向排列 */
    float: left;
}

/* 设置菜单项里的文字内容 */
.navgition ul li a:link,
.navgition ul li a:visited {
    display: inline-block;
    width: 110px;
    /**/
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

/* 让二级菜单在点击一级菜单项时才会出现 */
.navgition ul li:hover ul {
    display: block;
}

/* 清除二级菜单的浮动 */
.navgition ul li ul li {
    float: none;
}

/* content style */
.main {
    width: 1280px;
    height: 800px;
    background: #fff;
    margin: auto;
    padding: 30px 20px 40px;
}

.main .swiper {
    width: 720px;
    height: 480px;
    background-color: #737373;
    float: left;
}

.main .workDynamics {
    width: 520px;
    height: 520px;
    float: right;

}

.cardTitle {
    width: 494px;
    line-height: 38px;
    font-size: 22px;
    color: rgb(0, 65, 115);
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 2px solid rgb(0, 65, 115);
    display: flex;
    align-items: center;
}
.cardTitle .iconVerticalLine::before {
    content: '';
    width: 2px;
    height: 21px;
    background-color: rgb(0, 65, 115);
    margin-left: 0px;
    display: inline-flex;
}
.cardTitle .iconVerticalLine {
    flex: 2;
}
.cardTitle .titleContent {
    flex: 40;
}

.cardTitle .iconArrow {
    height: 20px;
    width: 20px;
}

.cardTitle > a {
    flex: 1;
}
.cardTitle > a :hover {
    cursor: pointer;
}

.cardTitle > a:hover > svg > path  {
    fill:rgb(209, 173, 119);
}

.main .announcement {
    width: 720px;
    height: 280px;
    float: left;
    margin-top: 30px;
}
.main .announcement .cardTitle {
    width: 100%;
}
.main .announcement .cardBody {
    width: 100%;
    height: 200px;
    padding-top: 40px;
}

.main .servicse {
    width: 520px;
    height: 270px;
    float: right;
    padding-top: 35px;
}

.main .servicse > a {
    width: 100%;
    height: 100px;
    display: inline-block;
    background: url("./servicseBackground.png") ;
    background-position: 20% 65%;
}

.main > .servicse > a > div {
    width: 100%;
    height: 100%;
    background-color: rgba(1, 104, 181,0.7);
    font-size: 23px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.main > .servicse > a > div > span {
    margin-top: 14px;
    display: inline-block;
}

.mainSecond {
    width: 1280px;
    height: 600px;
    margin: auto;
    padding: 30px 20px 40px;
}
.mainSecond > .party {
    width: 720px;
    height: 280px;
    float: left;
    margin-top: 30px;
}

.mainSecond > .party .cardTitle {
    width: 100%;
}
.mainSecond > .party .cardBody {
    width: 100%;
    height: 400px;
    padding-top: 40px;
}

.mainSecond > .regulations {
    width: 520px;
    height: 520px;
    float: right;
    margin-top: 30px;
}

.mainSecond > .regulations > .cardTitle{
    width: 100%;
}

.mainSecond > .regulations > .cardBody{
    width: 100%;
    height: 400px;
    padding-top: 40px;
}

.mainThird {
    width: 100%;
    height: 190px;
    margin: auto;
    background: url(./footerBG.png);
    background-size: cover;
}

.mainThirdBox {
    width: 100%;
    height: 150px;
    background-color: rgba(1, 104, 181,0.3);
}

.mainThirdBox2 {
    width: 100%;
    height: 40px;
    background-color: rgba(1, 104, 181,0.5);
}

.mainThirdBox2 > .foot {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.mainThirdBox > .box{
    width: 1280px;
    height: 140px;
    padding: 20px 20px 0px 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.mainThirdBox > .box > .boxLeft{
    width: 100px;
    height: 130px;
    font-size: 20px;
    color: #fff;
}

.mainThirdBox > .box > .boxCenter{
    width: 400px;
    height: 130px;
    font-size: 15px;
    line-height: 30px;
    
}

.mainThirdBox > .box > .boxCenter > a{
    color: #fff;
}
.mainThirdBox > .box > .boxCenter > a:hover{
    color: rgba(1, 104, 181,0.5);
    
}

.mainThirdBox > .box > .boxRight{
    width: 400px;
    height: 100px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
    
}


.iconLogo {
    background-image: url('iconLogo.png');
    width: 100px;
    height: 100px;
    background-repeat: round;
    border-radius: 50%;
    margin-top: 12px;
    margin-left: 174px;
}

.iconLogo > div {
    background: rgba(1, 104, 181,0.3);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}