.banner>img {
    width: 100%;
    height: 100%;
}

.nav {
    width: 100%;
    background: #f6f6f6;
}

.nav_con {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 60px;
}

.nav_con_left {
    /* width: 300px; */
    height: 60px;
    font-size: 16px;
    line-height: 60px;
}

.active {
    color: #2369b3;
}

.nav_con_left img {
    margin-top: -5px;
}

.nav_list {
    /* width: 580px; */
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_list li {
    margin-left: 20px;
}

.nav_list li a {
    font-size: 16px;
    color: #666666;
}

.nav_list .active {
    color: #2369b3;
}

.container {
    width: 100%;
}

.container_title {
    margin: 0 auto;
    width: 445px;
    height: 104px;
    margin-top: 30px;
}

.container_title img {
    width: 100%;
    height: 100%;
}

.con {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.con_title {
    /*background: url(../images/swhz1.png);*/
    margin: 0 auto;
    /*background-color: #344E6C;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    width: 470px;
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    margin-top: 50px;
}

.con_title span {
    font-size: 16px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 16px;
    border: 1px #999 solid;
}

.con_title span a {
    color: #000;
}

.con_nav {
    width: 1200px;
    margin: 0 auto;
}

.con_nav ul {
    display: flex;
    width: 503px;
    height: 30px;
    margin: 0 auto;
    justify-content: space-around;
    margin-top: 50px;
}

.content_right {
    width: 609px;
}

.content_right img {
    width: 90%;
}

.con_nav ul li {
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}
.con_title a{
    cursor: default;
}

.con_nav ul li:hover {
    font-weight: bold;
    color: #2369b3;
    border-bottom: 2px solid #2369b3;
}

.content {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    align-items: center;
}

.content_left {
    width: 609px;
    /*height: 563px;*/
    background-color: #2369b3;
    padding: 40px 30px;
    padding-bottom: 80px;
    flex-shrink: 0;
}

.content_left p {
    margin-top: 10px;
}

.s1 {
    font-family: "DINCond-Medium";
    font-size: 30px;
    color: #ffffff;
}

.s2 {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.s3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 2;
    margin-top: 10px;
}

.content_bottom {
    text-align: center;
}

.c1 {
    font-family: "GJJXKJW--GB1-0";
    font-size: 24px;
    color: #2369b3;
    margin-bottom: 25px;
}

.c2 {
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}