@charset "utf-8";


.accordion {
    width: 100%;
    max-width: 360px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    font-size: 20px;
    display: block;
    color: #0039AC;
    transition: all 0.4s ease;
    line-height: 62px;
    margin-left: 50px;
}


.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* CSS Document */
body {
    background-color: #f3f7fb;
    position: relative;

}

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

#popOut {
    width: 1419px;
    height: 101px;
    margin: 0 auto;
    position: relative;
}

#popOut img {
    width: 20px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

#popOut a img {
    width: 100%;

}

header {
    width: 100%;
    height: 60px;
    background: #FFFFFF;

}

header .left {
    display: flex;
}

header .left img {
    width: 23px;
    height: 20px;
    margin-right: 7px;
}

header .left p {
    font-size: 16px;
    color: #000000;
    opacity: 0.7;
    width: 145px;
}

header .right ul {
    display: flex;
}

header .right ul li {
    padding: 8px 12px;
    font-size: 14px;
    background: #DC0000;
    border-radius: 4px;
    margin-left: 23px;
}

header .right ul li a {
    color: #FFFFFF;
    width: 70px;
    display: block;
    text-align: center;
}

.header {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px auto;
    padding: 15px 0;
}

.head {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 18px;
    /* background-color: #ddd; */

}


.head ul {
    display: flex;
}

.head ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 50px;
}

.head ul li img {
    width: 32px;
    height: 36px;
    margin-bottom: 10px;
}

.head ul li p {
    font-size: 16px;
    color: #000000;
    line-height: 13px;
    opacity: 0.7;
}

.main {
    width: 1200px;
    height: 146px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;

}

.main img {
    width: 236px;
    height: 107px;
    background: #0037A9;
    border-radius: 6px;
    margin: 0 auto;
}

.main ul {
    display: flex;
    background: url(../images/gun.png) no-repeat center;
    height: 100px;
}

.main ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 46px;
    text-align: center;

}

.main ul li img {
    width: 20px;
    height: 20px;
}

.main ul li b {
    font-size: 18px;
    font-weight: bold;
    color: #DC0000;
    line-height: 40px;
}

.main ul li p {
    font-size: 16px;
    color: #0039AC;
    line-height: 40px;
}

.header_z {
    display: flex;
    margin-bottom: 11px;
}

.header_left ul li {
    width: 280px;
    background: #FFFFFF;
    text-align: left;
    margin: 5px 0;
}

.header_left ul li a:hover {
    transform: scale(.9);
}

.header_left ul li:first-child .a {
    text-align-last: justify;
    width: 70px;
}

.header_left ul li a {
    display: block;
    font-size: 20px;
    color: #0039AC;
    line-height: 62px;
    text-align-last: left;
    margin-left: 50px;
}


.header_left ul li p a {
    font-size: 16px;
    color: #0039AC;
    line-height: 30px;
    opacity: 0.5;
    display: block;
    margin: 15px 0 0 50px;
}

.header_left ul li p a:hover {
    transform: scale(1.2);
    color: #DC0000;
    opacity: 1;
}


.header_right {
    width: 900px;
    padding: 0 38px;
    margin-left: 20px;
    background: #fff;

}

.header_right h1 {
    font-size: 28px;
    font-weight: bold;
    color: #0039AC;
    line-height: 62px;
    text-align: center;
    position: relative;
    margin-bottom: 61px;
}

.header_right h1::before {
    position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 1px;
    background: #0039AC;
    opacity: 0.3;
    top: 70px;
    left: 380px;
}

.main1 {
    margin-bottom: 40px;
}

.main1 p {
    width: 470px;
    height: 128px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    opacity: 0.7;
}

.main2 ul li {
    display: flex;
    margin: 5px 0;
    color: #7f7f7f;
}

.main2 ul li img {
    width: 23px;
    height: 22px;
}

.main2 ul li span {
    font-size: 16px;
    color: #737373;
    font-weight: bold;
}

.main3 ul {
    margin: 20px 0;
}

.main3 ul li {
    line-height: 30px;
}

.main3 ul li a {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #2970FF;
}

.main3 ul li a p {
    border-bottom: 1px solid #2970FF;
}

.main4 ul li h3 {
    font-size: 18px;
    color: #737373;
    margin: 40px 0;
}

.main4 ul li p {
    color: #7f7f7f;
    font-size: 16px;
    line-height: 35px;
}

.submenu {
    display: none
}

.submenu li p a {
    line-height: 65px;
}









.main5 {
    width: 900px;
    height: 543px;
    margin: 25px 0 0 300px;

    background: #FFFFFF;
}

.main5 .top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    padding-top: 10px;
}

.main5 .top img {
    width: 290px;
    height: 9px;
}

.main5 .top p {
    font-size: 22px;
    font-weight: bold;
    color: #0039AC;
    line-height: 30px;
    margin: 0 40px;
}

.main5 .bottom {
    display: flex;
    justify-content: space-evenly;
}

.main5 .bottom .bottom_left ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: 346px;
}

.main5 .bottom .bottom_left ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 14.1px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.main5 .bottom .bottom_left ul li:last-child,
.main5 .bottom .bottom_left ul li:nth-child(5) {
    border: 0;
}

.main5 .bottom .bottom_left h1 {
    font-size: 18px;
    font-weight: bold;
    color: #0039AC;
    line-height: 25px;
    text-align: center;
    background: url(../images/H1bj.png) bottom no-repeat;
}

.main5 .bottom .bottom_left ul li a {
    width: 104px;
    height: 28px;
    background: #0039AC;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}

/* .main5 .bottom .bottom_left ul li:last-child a {
    width: 124px;
    height: 30px;
    border: 1px solid #000000;
    opacity: 0.5;
    border-radius: 15px;
    background: #fff;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
} */

.main5 .bottom .bottom_left ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 21px;
    opacity: 0.7;
    margin: 0 25px;
    text-align: left;
    min-width: 165px;
}

.main5 .bottom .bottom_left ul li p span {
    font-size: 12px;
    color: #7387c7;
}

.main5 .bottom .bottom_left ul li img {
    width: 39px;
    height: 39px;
}

.main5 .bottom .bottom_left ul li a img {
    width: 12px;
    height: 14px;

}

.main5 .bottom .bottom_right ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: 346px;
}

.main5 .bottom .bottom_right ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;

}

.main5 .bottom .bottom_right ul li:last-child,
.main5 .bottom .bottom_right ul li:nth-child(5) {
    border: 0;
}

.main5 .bottom .bottom_right ul li p b {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    color: #0039AC;
    line-height: 21px;
    opacity: 0.7;
}

.main5 .bottom .bottom_right ul li p b span {
    display: flex;
    align-items: center;
}

.main5 .bottom .bottom_right ul li p b span img {
    width: 13px;
    height: 12px;
}

.main5 .bottom .bottom_right h1 {
    font-size: 18px;
    font-weight: bold;
    color: #0039AC;
    line-height: 25px;
    text-align: center;
    background: url(../images/H1bj.png) bottom no-repeat;

}

.main5 .bottom .bottom_left ul li .left,
.main5 .bottom .bottom_right ul li .left {
    display: flex;
}

.main5 .bottom .bottom_right ul li a {
    width: 104px;
    height: 28px;
    background: #0039AC;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}

/* 
.main5 .bottom .bottom_right ul li:last-child a {
    width: 124px;
    height: 30px;
    border: 1px solid #000000;
    opacity: 0.5;
    border-radius: 15px;
    background: #fff;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
} */

.main5 .bottom .bottom_right ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 21px;
    opacity: 0.7;
    margin: 0 20px;
    text-align: left;
    min-width: 165px;
}

.main5 .bottom .bottom_right ul li p span {
    font-size: 12px;
    color: #7387c7;
}

.main5 .bottom .bottom_right ul li img {
    width: 39px;
    height: 39px;
}

.main5 .bottom .bottom_right ul li a img {
    width: 12px;
    height: 14px;

}

.flex {
    width: 200px;
    height: 350px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 330px;
    right: 0;
}

.flex h5 {
    display: flex;
    margin: 23px 0 0;
}

.flex h5 img {
    width: 19px;
    height: 23px;
}

.flex h5 p {
    font-size: 20px;
    font-weight: bold;
    color: #DC0000;
}

.flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}


.flex ul li a {
    width: 72px;
    height: 78px;
    background: #F3F7FB;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 12px 0;
}

.flex ul li p {
    font-size: 14px;
    color: #0037A9;
    line-height: 40px;
}

.flex ul li img {
    width: 32px;
    height: 30px;
    margin-top: 14px;
}

.footer p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 21px;
    opacity: 0.3;
    text-align: center;
    margin-top: 115px;

}

footer {

    background: #0039AC;
    text-align: center;
}

footer p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 65px;
    opacity: 0.6;
    height: 65px;
}