﻿@charset "UTF-8";
body {
    margin: 0;
    background-color: #fff;
}

.header {
    width: 100%;
    height: 50px;
    background: #2d7fc4;
}

.header .header2 {
    width: 100%;
    max-width: 1200px;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.header .header2 .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    color: #fff;
}

.header .header2 .left .title {
    margin-left: 8px;
    margin-right: 20px;
}

.header .header2 .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.header .header2 .right a {
    color: #fff;
    margin-left: 20px;
}

.banner {
    width: 100%;
    height: 340px;
    /* background: url(banner_m.jpg) center center no-repeat; */
    background-size: 100% 340px;
}

.banner .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 54px;
}

.banner .logo2 {
    margin-left: 15px;
}

.banner .bannertitle {
    font-size: 18px;
    font-family: SimHei;
    font-weight: 400;
    color: #c50005;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 15px;
}

.banner .search {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 34px;
    width: 90%;
}

.banner .search .searchleft {
    width: 510px;
    height: 50px;
    border: 2px solid #7ea7ce;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.banner .search .searchleft img {
    margin-left: 14px;
    margin-right: 6px;
}

.banner .search .searchleft input {
    width: 100%;
    height: 46px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    outline: none;
    font-size: 16px;
    font-family: Microsoft YaHei;

    color: #578bb8;
}

.banner .search .searchleft ::-webkit-input-placeholder {
    color: #578bb8;
}

.banner .search .searchleft  ::-moz-placeholder {
    color: #578bb8;
}

.banner .search .searchleft   ::-ms-input-placeholder {
    color: #578bb8;
}

.banner .search .searchright {
    width: 100px;
    height: 50px;
    font-size: 16px;
    font-family: Microsoft YaHei;

    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    background: #6298C6;
    margin-left: 6px;
}

.banner .nav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 50px;
}

.banner .nav a {
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-bottom: 15px;
    font-size: 20px;
    font-family: SimHei;
    font-weight: 400;
    color: #1a67a8;
}

.banner .nav a img {
    margin-right: 10px;
}

.banner .nav a.hover {
    background: url(icon_xz.png) bottom center no-repeat;
}

.daohang {
    display: none;
}

.main {
    max-width: 1230px;
    width: 100%;
}

.mbx {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    color: #424242;
}

.mbx a {
    font-size: 14px;
    font-family: Microsoft YaHei;

    color: #424242;
    margin-left: 5px;
    margin-right: 5px;
}

.mbx span {
    color: #2D7FC4;
}

.zhuanlantitle {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 15px;
    height: 40px;
    background: none;
}

.zhuanlantitle span {
    padding-left: 17px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: black;
    line-height: 22px;
    padding-top: 10px;
}

.ditutitle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #282828;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 0px;
    padding-left: 15px;
    width: 100%;
    background: none;
    margin-bottom: 0;

}

.ditutitle span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-left: 0;
}

.ditutitle span::before {
    width: 2px;
    height: 25px;
    background: #282828;
    content: ' ';
    display: block;
    margin-right: 10px;
}

.zhuanlanlist {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    width: 100%;
}

.zhuanlanlist .zhuanlanitem {
    width: 46%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 8%;
    height: auto;
}

.zhuanlanlist .zhuanlanitem .zhuanlanitem2 {
    width: 100%;
    border: 2px solid #f5f5f5;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: auto;
}

.zhuanlanlist .zhuanlanitem .zhuanlanitemtitle {
    background: #fbfbfb;
    height: 38px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #666666;
    line-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 2px solid #f4f4f4;
}

.zhuanlanlist .zhuanlanitem .zhuanlanitemtitle a {
    font-size: 12px;
}


.zhuanlanlist .zhuanlanitem:nth-child(2n) {
    margin-right: 0;

}

.zhuanlanlist .zhuanlanitem:nth-child(3n) {
    margin-right: 8%;
}

.sin-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

.col-sidebar {
    width: 268px;
    min-height: 400px;
    padding-bottom: 60px;
}

.col-main {
    width: 100%;
    background-color: #FFFFFE;
}

.col-header {
    width: 100%;
    background: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.col-header .col-tt {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #282828;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 30px;
    padding-left: 15px;

}

.col-header .col-tt img {
    display: none;
}

.col-header .col-tt::before {
    width: 2px;
    height: 25px;
    background: #282828;
    content: ' ';
    display: block;
    margin-right: 10px;
}

.zhuanlantitle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #282828;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 30px;
    padding-left: 15px;
    background: none;
    height: 30px;
}

.zhuanlantitle span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-left: 0px;
}

.zhuanlantitle span::before {
    width: 2px;
    height: 25px;
    background: #282828;
    content: ' ';
    display: block;
    margin-right: 10px;
}


.col-body {
    margin-top: 30px;
}

.col-tt {
    font-size: 18px;
    font-family: Microsoft YaHei;

    color: #2d7fc4;
}

.col-tt img {
    margin-left: 14px;
    margin-right: 11px;
}

.bread {
    float: right;
    line-height: 30px;
    color: #aaaaaa;
}

.bread a {
    color: #AAAAAA;
}

.bread .cur {
    color: #006e87;
}

.lists li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 35px;
}

.lists li a {
    display: block;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    font-family: Microsoft YaHei;

    color: #005bab;
    line-height: 35px;
}

.lists li a .dot {
    color: #0b5aa8;
    padding-right: 16px;
}

.lists li .time {
    color: #999999;
    display: block;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 12px;
}

.lingdao {
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.lists li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.lists2 {
    padding-left: 15px;
    padding-right: 15px;
}

.lists2 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.lists2 li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 70%;
    color: #333333;
    display: inline-block;
}

.lists2 li a .dot {
    padding-left: 0px;
    padding-right: 5px;
}

.lingdao li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 47%;
    height: 60px;
    /* background: url(lingdaojianjie.png) 15px center no-repeat rgba(255, 255, 255, 1); */
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
    background-size: 27px 21px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-right: 6%;
}

.lingdao li:nth-child(2n) {
    margin-right: 0;
}

.lingdao li a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #5D95C3;
    line-height: 35px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(93, 149, 195, 1);
    padding-right: 15px;
}

.lingdao li a .dot {
    padding-right: 26px;
    padding-left: 15px;
    display: none;
}

.lingdao em {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 35px;
}

.col-page {
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;

}

.col-page span.totalNum, .col-page span.totalList {
    display: none;
}

.col-page button {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e7e9e9;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin: 0 4px;
    color: #8c8c8c;
    padding: 0 12px;
    font-size: 12px;
    background-color: #fafafa;
    margin-bottom: 5px;
    margin-top: 5px;
}

.col-page button.first-page-btn,
.col-page button.pre-page-btn,
.col-page button.next-page-btn,
.col-page button.last-page-btn {
    border: 1px solid #649dc3;
    color: #5a98c0;
}

.col-page button.current {
    background: #0273a9;
    color: #d8e9e8;
}

.tz {
    color: #73aede;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
}

.tz input {
    width: 29px;
    height: 29px;
    border: 1px solid #0073a9;
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
    outline: none;
}

.qd {
    width: 49px;
    height: 29px;
    background: #2d7fc4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 14px;
    font-family: Microsoft YaHei;

    color: white;
    line-height: 35px;
}

.col-page .index,
.col-page .end,
.col-page .prev,
.col-page .next {
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #3785b4;
    color: #3785b4;
}

.col-page a.cur,
.col-page a:hover {
    background-color: #0b5aa8;
    border: 1px solid #0b5aa8;
    color: #fff;
}

.side-hd {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;

    color: white;
    height: 49px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    background: url(siderbar.png) center center no-repeat;
}

.side-hd span {
    margin-left: 34px;
}

.side-hd * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.side-nav {
    background: url(sidebarbg.png) bottom left #edf7ff no-repeat;
    border-radius: 5px;
    margin-top: 5px;
    padding-bottom: 40px;
}

.side-nav li a {
    font-size: 14px;
    font-family: Microsoft YaHei;

    color: #262626;
}

.side-sub-nav {
    background: #f7f7f7;
    display: none;
    border-top: 1px solid #e5e5e5;
}

.active .side-sub-nav {
    display: block;
}

.side-sub-nav li:last-child {
    border-bottom: 0;
}

.side-nav li a {
    position: relative;
    display: block;
    height: 43px;
    line-height: 43px;
    padding-left: 32px;
}

.side-nav > li.active {
    background: url(icon_xiala.png) 240px center no-repeat #D0EAFF;
}

.side-nav > li.active > a {
    font-size: 14px;
    font-family: Microsoft YaHei;

    color: #2d7fc4;
}

.side-nav > li.active > a:before {
    width: 2px;
    height: 43px;
    background: #2D7FC4;
    content: '　';
    position: absolute;
    left: 0;
    top: 0;
}

.side-nav > li.active > a:after {
    display: block;
    height: 60px;
    width: 25px;
    /* background-image: url(../images/rt.png); */
    background-position: center;
    background-repeat: no-repeat;
    content: ' ';
    position: absolute;
    right: 10px;
    top: 0;
}

.side-sub-nav > li.active > a:after {
    display: block;
    height: 50px;
    width: 25px;
    /* background-image: url(../images/rt.png); */
    background-position: center;
    background-repeat: no-repeat;
    content: ' ';
    position: absolute;
    right: 25px;
    top: 0;
}

.detailbody {
    max-width: 1100px;
    margin: 30px auto;
}

.detailbody h3 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    color: #2d7fc4;
    text-align: center;
}

.detailbody .detailms {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: rgba(80, 80, 80, 0.79);
    margin-bottom: 50px;
}

.detailbody .detailms span {
    margin-left: 20px;
    margin-right: 20px;
}

.detailbody .detailms .cz {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.detailbody .detailms .cz img {
    margin-left: 4px;
    margin-right: 4px;
}

.detailbody .bodydetail {
    font-size: 14px;
}

.detailbody .bodydetail span {
    line-height: 30px;
}

.detailbody .bodydetail p {
    font-family: Microsoft YaHei;

    color: #505050;
    line-height: 30px;
    text-indent: 2em;
}

.detailbody .bodydetail img {
    display: block;
    margin: 20px auto;
}

.detailbody .fenxiang {
    width: 1100px;
    height: 42px;
    background: rgba(45, 127, 196, 0);
    margin: 150px auto 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.detailbody .fenxiang span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #2d7fc4;
    margin-left: 20px;
}

.detailbody .fenxiang img {
    margin-left: 18px;
}

.gonggaoban {
    max-width: 100%;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}

.gonggaoban .left {
    width: 100%;
}

.gonggaoban .left .ggtitle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #282828;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: none;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 30px;
    padding-left: 15px;
    margin-bottom: 0;
}

.gonggaoban .left .ggtitle a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.gonggaoban .left .ggtitle a::before {
    width: 2px;
    height: 25px;
    background: #282828;
    content: ' ';
    display: block;
    margin-right: 10px;
}

.gonggaoban .left .listgg {
    margin-bottom: 10px;
    padding: 15px;
}

.gonggaoban .left .listgg li {
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.gonggaoban .left .listgg li p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    line-height: 35px;
    display: block;
    overflow: hidden;
    color: #3E3E3E;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 70%;
}

.gonggaoban .left .listgg li span {
    padding-right: 10px;
    padding-left: 3px;
    color: #B3B3B3;
}

.gonggaoban .left .listgg li em {
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #A8A8A8;
    line-height: 35px;
}

.gonggaoban .left .listgg a:hover span {
    color: #427EB0;
}

.gonggaoban .left .listgg a:hover p {
    color: #427EB0;
}

.gonggaoban .left .listgg a:hover em {
    color: #427EB0;
}

.gonggaoban .left .tian {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 15px;
}

.gonggaoban .left .tian a {
    width: 48%;
    margin-right: 4%;
}

.gonggaoban .left .tian a:last-child {
    margin-right: 0;
}

.gonggaoban .left .tian a img {
    width: 100%;
}

.gonggaoban .right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 15px;
    width: 100%;
}

.gonggaoban .right .jigou {
    width: 40%;
    background: none;
    border: none;
    margin-bottom: 12px;
}

.gonggaoban .right .jigou:nth-child(2) {
    width: 60%;
}

.gonggaoban .right .jigou:nth-child(3) {
    width: 100%;
}

.gonggaoban .right .jigou .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #282828;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 0px;
    padding-left: 0px;
    background: none;

}

.gonggaoban .right .jigou .title p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    color: #282828;
}

.gonggaoban .right .jigou .title p::before {
    width: 2px;
    height: 25px;
    background: #282828;
    content: ' ';
    display: block;
    margin-right: 10px;
}

.gonggaoban .right .jigou .jigoulists {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.gonggaoban .right .jigou .jigoulist {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.gonggaoban .right .jigou .jigoulists .jigoulist {
    width: 100%;
}


.gonggaoban .right .jigou .jigoulist .items {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.gonggaoban .right .jigou .jigoulist .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 85px;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
}

.gonggaoban .right .jigou .jigoulist .item img {
    margin-top: 10px;
    height: 25px;
    width: auto;
}

.gonggaoban .right .jigou .jigoulist .item p {
    font-size: 12px;
    font-family: SimHei;
    font-weight: 400;
    color: #717171;
    text-align: center;
    margin-top: 15px;
    line-height: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.gonggaoban .right .jigou .jigoulist .item:hover {
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e2f1ff;
}

.gonggaoban .right .jigou .jigoulist .item:hover p {
    background: #39a7ed;
    color: #fff;
}

.gonggaoban .right .jigou2 {
    height: auto;
}

.hudongfuwu {
    width: 100%;
    opacity: 1;
    margin: 10px auto;
    background: none;
    display: block;
    height: auto;
    display: flex;
    border: 0;
    box-shadow: 0px 0px 0px 0px rgba(212, 212, 212, 0.75);
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 15px;

}

.hudongfuwu .item2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.hudongfuwu .item {
    width: 46%;
    height: 70px;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    cursor: pointer;
    margin-right: 8%;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    margin-bottom: 20px;
}

.hudongfuwu .item .img {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.hudongfuwu .item .img img {
    width: 30px;
    margin-left: 20px;
}

.hudongfuwu .item p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(93, 149, 195, 1);
    margin-right: 20px;
}

.hudongfuwu .item:last-child {
    margin-right: 0;
}

.hudongfuwu .item:nth-child(2n) {
    margin-right: 0;
}

.hudongfuwu .item:hover {
    background: none;
}

.hudongfuwu .item:hover p {
    color: #4e4e4e;
}

.tpgg {
    max-width: 1230px;
    width: 100%;
    margin: 35px auto 20px;
    overflow: hidden;
}

.tpgg img {
    width: 100%;
    margin-bottom: 10px;
}

.news .left {
    overflow: hidden;
}

.news .right .ggtitle {
    width: 100%;
    background: none !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 20px;
}

.news .right .ggtitle span, .news .right .ggtitle a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #282828;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.news .right .ggtitle span::before, .news .right .ggtitle a::before {
    width: 2px;
    height: 25px;
    background: #282828;
    content: ' ';
    display: block;
    margin-right: 10px;
}

.news .right .listgg {
    margin-bottom: 0px;
}

.news .right .listgg li {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.news .right .listgg li p {
    font-size: 14px;
    font-family: Microsoft YaHei;

    line-height: 40px;
    display: block;
    color: #3E3E3E;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 70%;
}

.news .right .listgg li span {
    padding-right: 10px;
    padding-left: 3px;
    color: #B3B3B3;
}

.news .right .listgg li em {
    font-size: 14px;
    font-family: Microsoft YaHei;

    color: #333333;
    line-height: 40px;
}

.news .right .listgg a:hover span {
    color: #427EB0;
}

.news .right .listgg a:hover p {
    color: #427EB0;
}

.news .right .listgg a:hover em {
    color: #427EB0;
}

.ditulist {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin: 0px auto;
    padding: 15px;
}

.ditulist .item {
    width: 31%;
    height: 50px;
    background: #68A7DB;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-right: 3%;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

.ditulist .item p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
}

.ditulist .item.dropdown {
    /*background: url(jiahao.png) #68a7db 98% center no-repeat;*/
    background: #68a7db;
}

.ditulist .item:nth-child(4n) {
    margin-right: 3%;
}

.ditulist .item:nth-child(3n) {
    margin-right: 0;
}

.ditulist li {
    float: left;
}

.ditulist li a, .ditulist .dropbtn {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #fff;
    text-align: center;
}

.ditulist .dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    top: 56px;
    background: white;
    border: 1px solid #e3f2ff;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    z-index: 10;
}

.ditulist .dropdown-content a:first-child {
    margin-top: 0;
}

.ditulist .dropdown-content a:last-child {
    margin-bottom: 0;
}

.ditulist .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

.ditulist .dropdown-content a:hover {
    color: #fff;
}

.ditulist li.dropdown:hover .dropdown-content {
    display: block;
}

.ditulist .show {
    display: block;
}

.mt56f {
    margin-top: -60px !important;
}

.mb50 {
    margin-bottom: 40px !important;
}

.newdongtai {
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

.newdongtai .left {
    /* 去掉链接触摸高亮 */
}

.newdongtai .left .slideBox {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    width: 100%;
    border-radius: 10px;
}

.newdongtai .left .slideBox .hd {
    position: absolute;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.newdongtai .left .slideBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 550%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fefefe;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.newdongtai .left .slideBox .hd li.on {
    background: #df0d00;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 550%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.newdongtai .left .slideBox .bd {
    position: relative;
    z-index: 0;
}

.newdongtai .left .slideBox .bd li {
    position: relative;
    text-align: center;
}

.newdongtai .left .slideBox .bd li img {
    vertical-align: top;
    width: 100%;
    height: auto;
    height: 300px;
}

.newdongtai .left .slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.newdongtai .left .slideBox .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);

}

.newdongtai .left .slideBox .bd li .tit p {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 70%;
}

.newdongtai .right .notice2 {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.newdongtai .right .notice2 .tab-hd {
}

.newdongtai .right .notice2 .tab-hd ul {
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-bottom: 5px;
}

.newdongtai .right .notice2 .tab-hd li {
    height: 24px;
    line-height: 18px;
}

.newdongtai .right .notice2 .tab-hd li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #4E4E4E;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 3px solid #989898;
}

.newdongtai .right .notice2 .tab-hd li a:hover {
    color: #c50005;
    text-decoration: none;
}

.newdongtai .right .notice2 .tab-hd li:first-child a {
    border-left: 0;
}

.newdongtai .right .notice2 .tab-hd li.on {
    border-bottom: none;
    background-color: #fff;
    font-weight: bold;
    position: relative;
}

.newdongtai .right .notice2 .tab-hd li.on a {
    color: #c50005;
}

.newdongtai .right .notice2 .tab-bd {
    margin-top: 10px;
}

.newdongtai .right .notice2 .tab-bd .listgg {
    margin-bottom: 30px;
    margin-top: 20px;
}

.newdongtai .right .notice2 .tab-bd .listgg li {
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.newdongtai .right .notice2 .tab-bd .listgg li p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 35px;
    display: block;
    color: #3E3E3E;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 75%;
}

.newdongtai .right .notice2 .tab-bd .listgg li span {
    padding-right: 10px;
    padding-left: 3px;
    color: #B3B3B3;
}

.newdongtai .right .notice2 .tab-bd .listgg li em {
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #999999;
    line-height: 35px;
}

.newdongtai .right .notice2 .tab-bd .listgg a:hover span {
    color: #427EB0;
}

.newdongtai .right .notice2 .tab-bd .listgg a:hover p {
    color: #427EB0;
}

.newdongtai .right .notice2 .tab-bd .listgg a:hover em {
    color: #427EB0;
}

.dating {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    margin-bottom: 0;
}

.dating .datingtitle {
    width: 1200px;
    background: url(fengexian2.png) center center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.dating .datingtitle p {
    font-size: 34px;
    font-family: Microsoft YaHei;

    color: #3a7ec0;
}

.dating .datingbody {
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.dating .datingbody .datingitem {
    height: 65px;
    background: white;
    border: 1px solid #e4e4e4;
    box-shadow: 2px 2px 2px 0px rgba(0, 61, 127, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    cursor: pointer;
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.dating .datingbody .datingitem .datingitems {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    font-size: 14px;
}

.dating .datingbody .datingitem .datingitems .img {
    max-width: 30px;
    width: 70%;
    margin-right: 10px;
}

.dating .datingbody .datingitem .datingitems .img img {
    width: 100%;
    max-width: 30px;
}

.dating .datingbody .datingitem .datingitems .img img.hover1 {
    width: 100%;
    max-width: 30px;
    display: block;
}

.dating .datingbody .datingitem .datingitems .img img.hover2 {
    width: 100%;
    max-width: 30px;
    display: none;
}

.dating .datingbody .datingitem .datingitems span {
    margin-left: 10px;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #5E96C4;
}

.dating .datingbody .datingitem .datingitems:hover {
    background: #7BB7E9;
}

.dating .datingbody .datingitem .datingitems:hover img.hover1 {
    width: 100%;
    max-width: 30px;
    display: none;
}

.dating .datingbody .datingitem .datingitems:hover img.hover2 {
    width: 100%;
    max-width: 30px;
    display: block;
}

.dating .datingbody .datingitem .datingitems:hover span {
    color: white;
}

.footer {
    width: 100%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-bottom: 50px;
}

.footer .left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

.footer .left .leftewm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-right: 40px;
}

.footer .left .leftewm p {
    font-size: 12px;
    font-family: Microsoft YaHei;

    color: #050505;
    line-height: 18px;
}

.footer .center a {
    font-size: 12px;
}

.footer .center p {
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;

    color: #050505;
    line-height: 30px;
}

.footer .center p.djw {
    color: #2f6c9f;
}

.footer .center p.djw span {
    color: #da5c66;
}

.footer .right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
}

.footer .right img {
    margin-left: 40px;
}

.zwgk {
    max-width: 1230px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.zwgk .left .zwgktitle {
    background: url(fengexian.png) center center no-repeat;
    margin-bottom: 10px;
}

.zwgk .left .zwgktitle p {
    font-size: 28px;
    font-family: Microsoft YaHei;

    color: #3a7ec0;
    margin-left: 5px;
}


.zwgk .left .zwgklist {
    width: 100%;
    border: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 0px;
}

.zwgk .left .zwgklist .zwglistitem {
    border-right: 1px dashed #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 20%;
    box-sizing: border-box;
}

.zwgk .left .zwgklist .zwglistitem .zwglistitems {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
}

.zwgk .left .zwgklist .zwglistitem .zwglistitems .img {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    padding-top: 5px;
}

.zwgk .left .zwgklist .zwglistitem .zwglistitems img {
    height: 25px;
    width: auto;
}

.zwgk .left .zwgklist .zwglistitem .zwglistitems img.hover1 {
    display: block;
}

.zwgk .left .zwgklist .zwglistitem .zwglistitems img.hover2 {
    display: none;
}

.zwgk .left .zwgklist .zwglistitem .zwglistitems p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 10px;
    font-family: SimHei;
    font-weight: 400;
    color: #3f3f3f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.zwgk .left .zwgklist .zwglistitem .zwglistitems:hover {
    background: #7bb7e9;
    font-family: Heiti SC;
    font-weight: 500;
}

.zwgk .left .zwgklist .zwglistitem .zwglistitems:hover img.hover1 {
    display: none;
}

.zwgk .left .zwgklist .zwglistitem .zwglistitems:hover img.hover2 {
    display: block;
}

.zwgk .left .zwgklist .zwglistitem .zwglistitems:hover p {
    color: #e3eefa;
    color: white;
}

.zwgk .left .zwgklist .zwglistitem:last-child {
    border-right: none;
}

.zwgk .left {
    width: 100%;
}

.zwgk .right {
    width: 100%;
}

.zwgk .right .rightt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 0px;
    margin-top: 10px;
    width: 100%;
}

.zwgk .right .rightt .zxfw {
    width: calc(50% - 5px);
    height: 65px;
    background: #fff;
    display: flex;
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.16);
    border-radius: 7px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    line-height: normal;
    margin-left: 0;

}

.zwgk .right .rightt .zxfw:hover {
    background: #fff;
}

.zwgk .right .rightt .zxfw img {
    max-width: 25px;
    margin-right: 20px;
}

.zwgk .right .rightt .zxfw span {
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: white;
    margin-left: 20px;
    font-family: SourceHanSansCN;
    color: rgba(94, 150, 196, 1);
}

.zwgk .right .mb0 {
    margin-bottom: 0px;
}

.fuwu {
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    margin-bottom: 0px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.fuwu .fuwuitem {
    cursor: pointer;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 10px;
    width: 31%;
    border: 1px solid rgba(42, 94, 226, 1);
    border-radius: 7px;
    overflow: hidden;

}

.fuwu .fuwuitem a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 75px;
    width: 100%;
    background: none;
    margin-right: 0px;
}

.fuwu .fuwuitem a p {
    font-size: 14px;
    font-family: Microsoft YaHei;

    color: #3f3f3f;
    margin: 0;
    line-height: 20px;
    padding-top: 10px;
}

.fuwu .fuwuitem a img {
    margin-right: 0px;
    height: 30px;
    width: auto;
}

.fuwu .fuwuitem:hover a {
    border: 1px solid #3a7ec0;
    background: #eaf5ff;
}

.fuwu2 {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.fuwu2 .fuwuitem {
    cursor: pointer;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 10px;
    width: 48%;
    border: 1px solid rgba(42, 94, 226, 1);
    border-radius: 7px;
    overflow: hidden;

}

.fuwu2 .fuwuitem a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 75px;
    width: 100%;
    background: none;
    margin-right: 0px;
}

.fuwu2 .fuwuitem a p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #3f3f3f;
    margin: 0;
    line-height: 20px;
    padding-top: 0px;
    margin-left: 10px;
}

.fuwu2 .fuwuitem a img {
    margin-right: 0px;
    height: 20px;
    width: auto;
}

.fuwu2 .fuwuitem:hover a {
    border: 1px solid #3a7ec0;
    background: #eaf5ff;
}

.footnav {
    width: 100%;
    height: 50px;
    background: #68a7db;
}

.footnav .footnav1 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.footnav .footnav1 .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 50px;
    color: #fff;
}

.footnav .footnav1 .left span {
    margin-left: 10px;
    margin-right: 10px;
}

.footnav .footnav1 .left a {
    color: #fff;
    font-size: 12px;
}

.footnav .footnav1 .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 50px;
}

@media screen and (max-width: 1199px) {

    .footnav {
        height: auto;
    }

    .footnav .footnav1 {
        width: 92%;
        margin: auto;
    }

    .footnav .footnav1 .left {
        flex-wrap: wrap;
        line-height: 30px;
        height: auto;
    }

    .footnav .footnav1 .right {
        display: none;
    }

    .header .header2 {
        position: relative;
    }

    .header .header2 .left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        color: #fff;
        width: 100%;
    }

    .header .header2 .left img {
        display: none;
    }

    .header .header2 .left .title {
        margin-left: 0px;
        margin-right: 0px;
        font-size: 16px;
    }

    .header .header2 .left .rq {
        display: none;
    }

    .header .header2 .right {
        position: absolute;
        right: 20px;
        line-height: 50px;
    }

    .header .header2 .right a {
        display: none;
    }

    .header .header2 .right a.ditu {
        color: #fff;
        margin-left: 20px;
        font-size: 14px;
        display: block;
    }

    .newdongtai {
        width: 100%;
        margin: 0px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: -40px;
    }

    .newdongtai .left {
        width: 100%;
        height: auto;
    }

    .newdongtai .left .focus {
        position: relative;
        border-radius: 10px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .newdongtai .left .focus #pic li {
        position: relative;
        width: 100%;
    }

    .newdongtai .left .focus #pic li img {
        width: 100% !important;
        height: auto;
    }

    .newdongtai .left .focus #pic li .title {
        width: 100%;
        height: 50px;
        background: rgba(0, 0, 0, 0.75);
        font-size: 13px;
        font-family: Microsoft YaHei;
        color: white;
        display: block;
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        padding-left: 20px;
    }

    .newdongtai .left .focus #tip {
        width: 96px;
        height: 14px;
        position: absolute;
        right: 0px;
        bottom: 15px;
        z-index: 13;
    }

    .newdongtai .left .focus #tip ul li {
        width: 10px;
        height: 10px;
        float: left;
        display: inline;
        margin: 0 5px;
        cursor: pointer;
        background: #fff;
        border-radius: 50%;
    }

    .newdongtai .left .focus #tip ul li.on {
        background: #df0d00;
    }

    .newdongtai .left .focus .btn {
        width: 42px;
        height: 9px;
        position: absolute;
        right: 0;
        bottom: 5px;
        z-index: 14;
        overflow: hidden;
    }

    .newdongtai .left .focus .btn ul {
        width: 100%;
        float: left;
    }

    .newdongtai .left .focus .btn li {
        width: 7px;
        height: 9px;
        float: left;
        display: inline;
        margin: 0 7px;
        cursor: pointer;
        overflow: hidden;
    }

    .newdongtai .right {
        width: 100%;
    }

    .newdongtai .right .notice {
        overflow: hidden;
        width: 100%;
    }

    .newdongtai .right .notice .tab-hd {
        background: none;
    }

    .newdongtai .right .notice .tab-hd ul {
        justify-content: center;
    }

    .newdongtai .right .notice .tab-hd li {
        height: 24px;
        line-height: 18px;
    }

    .newdongtai .right .notice .tab-hd li a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        padding-left: 20px;
        padding-right: 20px;
    }

    .newdongtai .right .notice .tab-bd {
        margin-top: 0px;
    }

    .newdongtai .right .notice .tab-bd .listgg {
        margin-bottom: 0px;
    }

    .newdongtai .right .notice .tab-bd .listgg li {
        height: 30px;
    }

    .newdongtai .right .notice .tab-bd .listgg li p {
        font-size: 14px;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 70%;
    }

    .newdongtai .right .notice .tab-hd li:first-child a {
        padding-left: 20px;
    }

    .newdongtai .right .notice .tab-bd .listgg li span {
        padding-right: 5px;
        padding-left: 3px;
    }

    .newdongtai .right .notice .tab-bd .listgg li em {
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: #999999;
        line-height: 30px;
    }

    .newdongtai .right .notice .tab-bd .listgg a:hover span {
        color: #427EB0;
    }

    .newdongtai .right .notice .tab-bd .listgg a:hover p {
        color: #427EB0;
    }

    .newdongtai .right .notice .tab-bd .listgg a:hover em {
        color: #427EB0;
    }

    .banner {
        width: 100%;
        height: 320px;
        /* background: url(banner_m.jpg) center center no-repeat; */
        background-size: 1080px 465px;
    }

    .banner .search {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        margin-top: 34px;
    }

    .banner .search .searchleft {
        max-width: 510px;
        width: 70%;
        height: 41px;
        border: 2px solid #7ea7ce;
        background: #fff;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .banner .search .searchleft img {
        margin-left: 14px;
        margin-right: 6px;
    }

    .banner .search .searchleft input {
        width: 100%;
        height: 37px;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        outline: none;
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: #578bb8;
    }

    .banner .search .searchleft ::-webkit-input-placeholder {
        color: #578bb8;
    }

    .banner .search .searchleft  ::-moz-placeholder {
        color: #578bb8;
    }

    .banner .search .searchleft   ::-ms-input-placeholder {
        color: #578bb8;
    }

    .banner .search .searchright {
        max-width: 80px;
        width: 30%;
        height: 41px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        background: #6298C6;
        margin-left: 6px;
    }

    .banner .bannertitle {
        font-size: 15px;
        font-family: SimHei;
        font-weight: 400;
        color: #c50005;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        margin-top: 15px;
    }

    .banner .logo1 {
        max-width: 63px;
        width: 10%;
    }

    .banner .logo2 {
        margin-left: 15px;
        max-width: 360px;
        width: 45%;
    }

    .banner .nav {
        display: none;
    }

    .daohang {
        width: 100px;
        height: 40px;
        background: #be0004;
        border-radius: 10px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        color: #fffefe;
        line-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        position: fixed;
        right: 0;
        top: 100px;
        z-index: 100;

    }

    .daohang img {
        width: 20px;
        margin-right: 10px;
    }

    .dating .datingtitle {
        width: 100%;
        background: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .dating .datingtitle p {
        font-size: 18px;
        font-family: Microsoft YaHei;
        color: #282828;
        line-height: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .dating .datingtitle p::before {
        width: 2px;
        height: 25px;
        background: #282828;
        content: ' ';
        display: block;
        margin-right: 10px;
    }

    .zwgk .left .zwgktitle {
        width: 100%;
        background: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .zwgk .left .zwgktitle p {
        font-size: 18px;
        font-family: Microsoft YaHei;
        color: #282828;
        line-height: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .zwgk .left .zwgktitle p::before {
        width: 2px;
        height: 25px;
        background: #282828;
        content: ' ';
        display: block;
        margin-right: 10px;
    }

    .footer {
        width: 92%;
        margin: 10px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        padding-bottom: 20px;
    }

    .footer .left {
        width: 20%;
    }

    .footer .left img {
        width: 100%;
    }

    .footer .center p {
        text-align: center;
        font-size: 12px;
        font-family: Microsoft YaHei;
        color: #050505;
        line-height: 30px;
    }

    .footer .center p a img {
        width: 14px;
        height: 14px;
        margin-right: 5px
    }

    .footer .center p a {
        font-size: 12px;
    }

    .footer .center p.djw {
        color: #2f6c9f;
        display: none;
    }

    .footer .center p.djw span {
        color: #da5c66;
    }

    .footer .right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 20%;
    }

    .footer .right a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .footer .right img {
        margin-left: 0px;
        width: 60%;
    }

    .detailbody {
        max-width: 1100px;
        width: 92%;
        margin: 20px auto;
    }

    .detailbody h3 {
        font-size: 15px;
        font-family: Microsoft YaHei;

        color: #2d7fc4;
        text-align: center;
        line-height: 30px;
    }

    .detailbody .detailms {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        font-size: 13px;
        font-family: Adobe Heiti Std;
        font-weight: normal;
        color: rgba(80, 80, 80, 0.79);
        margin-bottom: 20px;
    }

    .detailbody .detailms span {
        margin-left: 10px;
        margin-right: 10px;
    }

    .detailbody .detailms .cz {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: none;
    }

    .detailbody .bodydetail span {
        line-height: 30px;
    }

    .detailbody .bodydetail p {
        font-size: 12px;
        font-family: Microsoft YaHei;

        color: #505050;
        line-height: 30px;
        text-indent: 2em;
    }

    .detailbody .bodydetail img {
        display: block;
        margin: 20px auto;
    }

    .detailbody .fenxiang {
        width: 92%;
        height: 42px;
        background: rgba(45, 127, 196, 0);
        margin: 10px auto 10px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .detailbody .fenxiang span {
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: #2d7fc4;
        margin-left: 20px;
    }

    .detailbody .fenxiang img {
        margin-left: 18px;
        width: 20px;
    }

    .mbx {
        margin: 0px auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        color: #424242;
        line-height: 30px;
        padding: 0 15px;
        height: 30px;
        margin-top: 10px;
    }

    .mbx a {
        font-size: 14px;
        font-family: Microsoft YaHei;

        color: #424242;
        margin-left: 5px;
        margin-right: 5px;
    }

    .mbx span {
        color: #2D7FC4;
    }

    .tpgg {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

.pcshow {
    display: none !important;
}

.mshow {
    display: flex !important;
}

.mshowblock {
    display: block !important;
}


.swiper-container2 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;

}

.swiper-container2 img {
    width: 100%;
    height: auto;
}

.swiper-container2 a {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-container2 .swiper-button-next:after {
    display: none;
}

.swiper-container2 .swiper-button-prev:after {
    display: none;

}

.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-button-next {
    width: 40px;
    height: 40px;
    color: rgba(0, 0, 0, 0);
}

.swiper-container2 .swiper-button-prev {
    /* background: url(swleft.png) center center no-repeat; */
    background-size: 40px 40px;
    left: 30px;
}

.swiper-container2 .swiper-button-next {
    /* background: url(swright.png) center center no-repeat; */
    background-size: 40px 40px;
    right: 30px;
}

.pcshowblock {
    display: none !important;
}