* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #1c4885;
}

a:hover {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

dl, ol, ul {
    margin-bottom: 0;
}

input, select {
    outline: none;
}

p {
    margin-bottom: 0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

body {
    color: #333;
}

.container {
    width: 1200px;
    padding: 0;
}

.header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .nav {
    background: #1c4885;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .nav ul {
    width: 1000px;
    display: flex;
    height: 100%;
    align-items: center;
}

.header .nav ul li {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.header .nav ul li:hover {
    background: #437fd3;
}

.header .nav ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60%;
    border-right: 1px solid #fff;
}

.header .nav ul li:last-child a {
    border-right: none;
}

.bz-nav {
    display: flex;
}

.bz-nav .box {
    flex: 1;
    border: 1px solid #ccc;
    margin: 0 6px;
}

.bz-nav .box a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.bz-nav .box a .top {
    width: 100%;
    border-bottom: 1px dashed #ccc;
}

.bz-nav .box a .top h3 {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

.bz-nav .box a .top img {
    width: 83px;
    display: block;
    margin: 15px auto 10px auto;
    border-radius: 50%;
}

.bz-nav .box a .top span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #3e98a1;
    font-size: 14px;
}

.bz-nav .box a .top ul {
    margin: 10px auto 15px auto;
    width: 70%;
    display: flex;
}

.bz-nav .box a .top ul li {
    flex: 1;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #696969;
    border-right: 1px solid #696969;
    font-size: 13px;
}

.bz-nav .box a .top ul li:last-child {
    border-right: none;
}

.bz-nav .box a .bom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}

.bz-nav .box:nth-child(1) {
    margin-left: 0;
}

.bz-nav .box:nth-child(2) a span {
    color: #e4688a;
}

.bz-nav .box:nth-child(3) a span {
    color: #87aee7;
}

.bz-nav .box:nth-child(4) a span {
    color: #a89550;
}

.bz-nav .box:nth-child(5) a span {
    color: #b57e3e;
}

.bz-nav .box:last-child {
    margin-right: 0;
}

.bz-nav .box:last-child a span {
    color: #709b65;
}

.max-title {
    display: flex;
    align-items: center;
    height: 45px;
    border-bottom: 1px solid #ccc;
    padding: 0 5px;
}

.max-title h3 {
    flex: 1;
    display: flex;
    align-items: center;
    color: #1c4885;
    font-size: 18px;
    font-weight: bold;
}

.max-title a {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 60%;
    background: #437fd3;
}

.a1box {
    display: flex;
}

.a1box .yy {
    width: 300px;
    border: 1px solid #ccc;
    padding: 10px;
}

.a1box .yy img {
    display: block;
    width: 100%;
}

.a1box .yy p {
    font-size: 13px;
    line-height: 24px;
    text-indent: 2em;
    margin-top: 10px;
}

.a1box .yy p a {
    color: #DD691D;
}

.a1box .news {
    flex: 1;
    margin: 0 10px;
    border: 1px solid #ccc;
    padding: 10px;
}

.a1box .news .tab .tab-ul {
    display: flex;
}

.a1box .news .tab .tab-ul li {
    flex: 1;
    height: 36px;
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}

.a1box .news .tab .tab-ul .on {
    background: #1c4885;
    color: #fff;
}

.a1box .news .tab .con {
    padding: 0 5px;
}

.a1box .news .tab .con .box {
    display: none;
}

.a1box .news .tab .con .box .hot-a {
    margin: 15px auto 8px auto;
}

.a1box .news .tab .con .box .hot-a h3 {
    font-size: 16px;
    color: #0C0C0C;
    margin-bottom: 10px;
    text-align: center;
}

.a1box .news .tab .con .box .hot-a p {
    font-size: 13px;
    line-height: 24px;
    text-indent: 2em;
    color: #666;
}

.a1box .news .tab .con .box .hot-a p b {
    color: #DD691D;
}

.a1box .news .tab .con .box ul li {
    padding: 0 5px;
    display: flex;
    align-items: center;
    font-size: 13px;
    height: 33px;
    border-bottom: 1px dashed #ccc;
}

.a1box .news .tab .con .box ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #437fd3;
    margin-right: 6px;
}

.a1box .news .tab .con .box ul li a {
    flex: 1;
}

.a1box .news .tab .con .box ul li time {
    font-size: 12px;
    color: #666;
}

.a1box .news .tab .con .box ul li:last-child {
    border-bottom: none;
}

.a1box .news .tab .con .box:nth-child(1) {
    display: block;
}

.a1box .hot {
    width: 300px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.a1box .hot .con {
    padding: 5px;
}

.a1box .hot .con ul li {
    padding: 0 5px;
    display: flex;
    align-items: center;
    font-size: 13px;
    height: 39px;
    border-bottom: 1px dashed #ccc;
}

.a1box .hot .con ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #437fd3;
    margin-right: 6px;
}

.a1box .hot .con ul li a {
    flex: 1;
}

.a1box .hot .con ul li time {
    color: #666;
    font-size: 12px;
}

.a1box .hot .con ul li:last-child {
    border-bottom: none;
}

.zjtd {
    border: 1px solid #ccc;
    padding: 0 10px;
}

.zjtd .con {
    margin: 15px auto;
}

.zjtd .con .left {
    width: 588px;
    margin-right: 15px;
}

.zjtd .con .left .box {
    position: relative;
}

.zjtd .con .left .box img {
    display: block;
    width: 100%;
}

.zjtd .con .left .box .info {
    position: absolute;
    left: 300px;
    top: 50%;
    width: 270px;
    transform: translateY(-50%);
}

.zjtd .con .left .box .info h3 {
    color: #fff;
    font-size: 25px;
}

.zjtd .con .left .box .info dl {
    margin-top: 20px;
    color: #fff;
}

.zjtd .con .left .box .info dl dt {
    font-size: 16px;
    font-weight: normal;
    background: #497abf;
    width: 85px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.zjtd .con .left .box .info dl dd {
    font-size: 14px;
    line-height: 24px;
}

.zjtd .con .left .zx {
    margin-top: 10px;
    display: flex;
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

.zjtd .con .left .zx li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
}

.zjtd .con .left .zx li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #555;
}

.zjtd .con .left .zx li a img {
    margin-right: 8px;
}

.zjtd .con .right {
    flex: 1;
}

.zjtd .con .right .list {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.zjtd .con .right .list li {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 50%;
}

.zjtd .con .right .list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zjtd .con .right .list li a .img {
    width: 90px;
    margin-top: 12px;
}

.zjtd .con .right .list li a h3 {
    font-size: 18px;
    color: #1c4885;
    margin: 5px auto;
    font-weight: bold;
}

.zjtd .con .right .list li a span {
    color: #555;
    font-size: 14px;
}

.zjtd .con .right .list li a p {
    margin-top: 5px;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DD691D;
    border-top: 1px dashed #ccc;
    font-size: 14px;
}

.zjtd .con .right .list li a p img {
    margin-right: 6px;
}

.footer {
    margin-top: 20px;
    background: #1c4885;
    padding: 30px 0;
    display: flex;
    align-items: center;
}

.footer .logo {
    width: 500px;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .logo img {
    display: block;
    width: 305px;
}

.footer .logo:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}

.footer .contact {
    flex: 1;
    margin-left: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer .contact dl {
    margin-bottom: 5px;
    color: #fff;
}

.footer .contact dl dt {
    font-size: 16px;
    font-weight: normal;
}

.footer .contact dl dt b {
    font-size: 28px;
    margin-right: 5px;
}

.footer .contact dl dd {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 28px;
}

.footer .contact dl dd img {
    margin-right: 6px;
}

.footer .contact p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 6px;
}

.home-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
}

.home-list .box {
    width: 33.3%;
    padding: 0 10px;
}

.home-list .box .con ul li {
    padding: 0 5px;
    display: flex;
    align-items: center;
    font-size: 13px;
    height: 39px;
    border-bottom: 1px dashed #ccc;
}

.home-list .box .con ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #437fd3;
    margin-right: 6px;
}

.home-list .box .con ul li a {
    flex: 1;
}

.home-list .box .con ul li time {
    font-size: 12px;
    color: #666;
}

.home-list .box .con ul li:last-child {
    border-bottom: none;
}

.pp {
    border: 1px solid #ccc;
    padding: 0 10px;
}

.pp .bb {
    margin: 10px auto;
}

.yypp {
    display: flex;
}

.yypp .con {
    width: 800px;
    margin-right: 20px;
}

.yypp .con .box {
    display: none;
}

.yypp .con .box .left {
    flex: 1;
    background: #f3f3f3;
    margin-right: 10px;
    padding: 20px;
}

.yypp .con .box .left h4 {
    font-size: 30px;
    color: rgba(51, 51, 51, 0.15);
    width: 100%;
    text-align: right;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 30px;
}

.yypp .con .box .left h3 {
    font-size: 30px;
    color: #0C0C0C;
    margin-bottom: 20px;
}

.yypp .con .box .left p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    color: #555;
}

.yypp .con .box .right {
    width: 400px;
}

.yypp .con .box .right img {
    display: block;
    width: 100%;
}

.yypp .con .box:nth-child(1) {
    display: block;
}

.yypp .tab {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.yypp .tab li {
    flex: 1;
    background: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    cursor: pointer;
}

.yypp .tab .on {
    background: #1c4885;
    color: #fff;
}

.main {
    display: flex;
}

.main .left {
    flex: 1;
    margin-right: 20px;
}

.main .left .nav-path {
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: #b2b2b2;
    height: 40px;
    color: #fff;
    font-size: 14px;
}

.main .left .nav-path img {
    margin-right: 8px;
    display: block;
}

.main .left .nav-path a {
    color: #fff;
}

.main .left .list {
    padding: 0 20px;
}

.main .left .list .dl {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.main .left .list .dl dt {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .left .list .dl dt img {
    display: block;
    width: 100%;
}

.main .left .list .dl dd {
    flex: 1;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.main .left .list .dl dd h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.main .left .list .dl dd p {
    font-size: 14px;
    color: #666;
}

.main .left .list .dl dd p b {
    color: #DD691D;
    line-height: 24px;
}

.main .left .list .page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 14px;
}

.main .left .article {
    padding: 20px;
}

.main .left .article h1 {
    font-size: 22px;
    text-align: center;
    line-height: 30px;
}

.main .left .article .info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 14px;
}

.main .left .article .tel-info {
    display: flex;
    height: 45px;
    align-items: center;
    border: 1px solid #1c4885;
}

.main .left .article .tel-info .left {
    flex: 1;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
}

.main .left .article .tel-info .right {
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.main .left .article .tel-info .right ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.main .left .article .tel-info .right ul li {
    flex: 1;
    height: 70%;
    padding: 0 5px;
}

.main .left .article .tel-info .right ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c4885;
    color: #fff;
    font-size: 16px;
}

.main .left .article .tel-info .right ul li:nth-child(2) a {
    background: #DD691D;
}

.main .left .article article {
    padding: 20px 0;
    font-size: 14px;
}

.main .left .article article p {
    margin-bottom: 10px;
}

.main .left .article article img {
    max-width: 100%;
    height: auto;
}

.main .left .article .a-btn li {
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.main .right {
    width: 300px;
}

.main .right .box {
    border: 1px solid #ccc;
    padding: 0 10px;
}

.main .right .box .con {
    padding: 10px;
}

.main .right .box .con .yy img {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.main .right .box .con .yy p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
}

.main .right .box .con .yy p a {
    color: #DD691D;
}

.main .right .box .con .tel {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #DD691D;
    height: 45px;
    background: #cfcece;
    font-weight: bold;
}

.main .right .box .con .tel img {
    margin-right: 10px;
    width: 32px;
}

.main .right .box .con .zj-swiper .swiper-button-next {
    color: #fff;
    width: 20px;
    height: 30px;
    background: #333;
    --swiper-navigation-size: 20px;
}

.main .right .box .con .zj-swiper .swiper-button-prev {
    color: #fff;
    width: 20px;
    height: 30px;
    background: #333;
    --swiper-navigation-size: 20px;
}

.main .right .box .con .list li {
    padding: 0 5px;
    display: flex;
    align-items: center;
    font-size: 13px;
    height: 33px;
    border-bottom: 1px dashed #ccc;
}

.main .right .box .con .list li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #437fd3;
    margin-right: 6px;
}

.main .right .box .con .list li a {
    flex: 1;
}

.main .right .box .con .list li time {
    font-size: 12px;
    color: #666;
}

.main .right .box .con .list li:last-child {
    border-bottom: none;
}

.main .right .box .con .wz {
    display: flex;
    flex-wrap: wrap;
}

.main .right .box .con .wz li {
    width: 33.3%;
    margin-top: 6px;
}

.main .right .box .con .wz li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main .right .box .con .wz li a img {
    width: 50px;
    margin-bottom: 6px;
}

.main .right .box .con .wz li a span {
    font-size: 14px;
}