/* 手机端样式 */
@import "../css/mobile.css";

html,
body {
    position: relative;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.w {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
}

em,
i {
    font-style: normal;
}

h1,
h2,
h3 {
    padding: 0;
    margin: 0;
}

input:focus,
button:focus {
    outline: none;
}

i,
em {
    font-style: normal;
}

body {
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'ckin';
    src: url("../fonts/ckin.ttf") format('woff');
}

@font-face {
    font-family: 'DOUYUFONT';
    src:
        url('../fonts/DOUYUFONT.OTF') format('woff')
}

.slide-box {
    background: url(../images/banner2.png) no-repeat;
    height: 830px !important;
    background-size: 100%;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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-slide img {
    width: 100%;
    height: 100%;
}

.start-box {
    position: relative;
    height: 100vh;
    overflow-y: hidden;
}

.slide-box {
    position: absolute;
    top: 0;
    left: 0;
}

.logo-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.logo {
    padding-top: 70px;
}

.go {
    position: absolute;
    left: 50%;
    cursor: pointer;
    bottom: 100px;
    margin-left: -62px;
    padding-top: 25px;
    width: 124px;
    height: 34px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: url(../images/go.png) top center no-repeat;
    -webkit-animation: TopBots 1.2s ease-in-out infinite both;
    -moz-animation: TopBots 1.2s ease-in-out infinite both;
    -ms-animation: TopBots 1.2s ease-in-out infinite both;
    animation: TopBots 1.2s ease-in-out infinite both;
}

.go a {
    color: #fff;
    text-decoration: none;
}

.logo-nav .nav {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 200px;
}

.w1200 {
    width: 1400px !important;
    margin: 0px auto;
}

.start-box .logo-nav .logo {
    visibility: visible;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.start-box .logo-nav .nav {
    visibility: visible;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.start-box .logo-nav .nav {
    background-color: rgba(255, 255, 255, .7);
    border-radius: 5px;
    padding: 16px 0;
    display: flex;
}

.start-box .logo-nav .nav .navItem {
    overflow: hidden;
    width: 20%;
    display: flex;
    align-items: center;
}

.start-box .logo-nav .nav .navItem>em {
    display: block;
    background: #2d82b5;
    float: left;
    margin-left: 18px;
    width: 68px;
    height: 68px;
    border-radius: 24px;
}

.start-box .logo-nav .nav .navItem:hover em i {
    transform: rotateY(180deg);
}

.start-box .logo-nav .nav .navItem:nth-child(1) em i {
    background: url(../icon/icon01.png) center no-repeat;
}

.start-box .logo-nav .nav .navItem:nth-child(2) em i {
    background: url(../icon/icon02.png) center no-repeat;
}

.start-box .logo-nav .nav .navItem:nth-child(3) em i {
    background: url(../icon/icon03.png) center no-repeat;
}

.start-box .logo-nav .nav .navItem:nth-child(4) em i {
    background: url(../icon/icon04.png) center no-repeat;
}

.start-box .logo-nav .nav .navItem:nth-child(5) em i {
    background: url(../icon/icon05.png) center no-repeat;
}

.start-box .logo-nav .nav .navItem em i {
    display: block;
    width: 100%;
    height: 100%;
    transition-duration: 0.5s;
}

.start-box .logo-nav .nav .navItem .navItem-right {
    margin-left: 10px;
    color: #333;
}

.start-box .logo-nav .nav .navItem .navItem-right h2 {
    margin-bottom: 10px;
}

.start-box .logo-nav .nav .navItem .navItem-right .navItemLink a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.start-box .logo-nav .nav .navItem .navItem-right i {
    display: inline-block;
    vertical-align: -1px;
    width: 1px;
    margin: 0 3px;
    height: 13px;
    background-color: #666;
}

.start-box .logo-nav .nav .navItem .navItem-right .navItemLink a:hover {
    color: #2d82b5;
}

.top-title {
    height: 44px;
    z-index: 999;
}

.top-header {
    height: 45px;
    background: #122b88;
}

.top-headerBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    font-size: 16px;
    color: #fff;
}

.tabs {
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
}

.tabs-box {
    position: relative;
}

.tabs-box button {
    border: 0;
    width: 34px;
    height: 34px;
    background: url(../images/search.png) no-repeat center #fff;
    background-size: 23px 23px;
    position: absolute;
    right: 5px;
    top: 12px;
    cursor: pointer;
}

.tabs_con {
    margin: 0 auto;
}

.tabs span {
    cursor: pointer;
    display: inline-block;
    height: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    position: relative;
    padding: 0 20px;
    margin-right: 50px;
    font-weight: 700;
}

.tabs span i {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(images/home.png) no-repeat left center;
    background-size: 16px 15px;
    margin-right: 5px;
}

.tabs input {
    float: right;
    height: 34px;
    line-height: 36px;
    border: 0;
    border-radius: 6px;
    padding-left: 20px;
    margin: 12px 0;
    width: 280px;
    background: #fff;
    font-size: 16px;
}

.tabs span::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    height: 3px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: all .3s;
    width: 0;
}

.tabs span.active::before {
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}

.tabs span:hover::before {
    transform: translateX(-50%);
    transition: all .3s;
    width: 50px;
}

.main {
    height: auto;
    background: #fff;
    margin: 60px auto 30px !important;
    padding: 20px;
    visibility: visible;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.index_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.index_top>div {
    width: 49%;
    height: 340px;
}

.index_top_left {
    width: 42%
}

.index_top_right {
    width: 56%;
}

.indexSlide li a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.indexSlide li a span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    text-indent: 30px;
}

.indexSlidePagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    border-radius: 0%;
}

.indexSlidePagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background-color: #007eff;
}

.indexSlide .indexSlidePagination {
    width: auto !important;
    bottom: 16px !important;
    right: 30px;
    text-align: right;
}

.index_top_right_tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.index_top_right_tabs .more {
    color: #999;
}

.index_top_right_tabs ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_top_right_tabs ul li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
}

.index_top_right_tabs ul li.active {
    background-color: #0051b3;
    color: #fff;
}

.index_top_right_details ul li:first-of-type {
    margin-top: 10px;
}

.index_top_right_details ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_top_right_details ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    position: relative;
    padding: 8px 0 9px 20px;
}

.index_top_right_details ul li a span:first-of-type {
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_top_right_details ul li a span:last-of-type {
    color: #999;
}

.index_top_right_details ul li a::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #0051b3;
    left: 5px;
    top: 50%;
    margin-top: -2px;
}

/* <!-- é¦–é¡µä¸­é—´æ‰‹é£Žç´ --> */
/* 移动端手风琴 */
.mobile_xinxi_solution_main {
    display: none;
}

.xinxi_solution_main {
    margin: 30px auto;
}

.xinxi_solution_bg {
    background-size: 100% 100px;
    margin: 0 auto;
}

.xinxi_solution_main ul {
    overflow: hidden;
    height: 100px;
    padding-left: 0;
}

.xinxi_solution_main .main_mobile {
    max-width: 1200px;
    min-width: 1080px;
}

.xinxi_solution_main ul li {
    background: url('../images/3-big.png') no-repeat;
    height: 100px;
    float: left;
    width: 235px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    margin-left: 22px
}

.xinxi_solution_main ul li:nth-child(1) {
    margin-left: 0;
}

.xinxi_solution_main ul li:nth-child(2) {
    background: url('../images/3-big.png') no-repeat;
}

.xinxi_solution_main ul li:nth-child(3) {
    background: url('../images/3-big.png') no-repeat;
}

.xinxi_solution_main ul li:nth-child(4) {
    background: url('../images/3-big.png') no-repeat;
}

.xinxi_solution_main ul li:nth-child(5) {
    background: url('../images/3-big.png') no-repeat;
}

.xinxi_solution_main ul li:nth-child(6) {
    background: url('../images/3-big.png') no-repeat;
}

.xinxi_solution_main ul li:nth-child(3) dl a {
    margin-top: 20px
}

.xinxi_solution_main ul li .left_top {
    position: absolute;
    left: 0;
    width: 30px;
    padding: 0 20px;
    text-align: center;
}

.xinxi_solution_main ul li .left_top img {
    width: 30px;
}

.xinxi_solution_main ul li i {
    font-size: 24px;
    color: #FFF;
}

.xinxi_solution_main .left_top {
    font-size: 30px;
    color: #FFF;
}

.xinxi_solution_main ul li .left {
    float: left;
    width: 250px;
    height: 100px;
    text-align: center;
}

.xinxi_solution_main ul li .left img {
    width: 174px;
    margin: 24px 0;
}

.xinxi_solution_main ul li .right {
    float: left;
    width: 230px;
    position: relative;
    height: 100px;
}

.xinxi_solution_main .right dl {
    position: absolute;
    top: 50%;
    left: 0;
    height: 100px;
    width: 100%;
    margin-top: -50px;
    margin: 0;
}

.xinxi_solution_main .right dd {
    color: #FFF;
    font-size: 26px;
    border-radius: 5px;
    width: 280px;
    height: 75px;
    margin-bottom: 45px;
    background: #000;
    opacity: 0.5;
}

.xinxi_solution_main .right dl a {
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
}

.xinxi_solution_main .right dl a {
    float: left;
    margin-top: 40px;
    width: 47%;
    text-shadow: 2px 2px 4px blue;
    font-weight: 700;
    position: relative
}

.xinxi_solution_main .right dl a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #0051b3;
}

.xinxi_solution_main ul li.on {
    width: 384px;
}

.xinxi_solution_main ul li.on .left {
    width: 164px;
}

.xinxi_solution_main ul li.on .right {
    width: 220px;
}

.xinxi_solution_main ul li.on .left img {
    width: 130px;
    margin: 31px 0;
    transition: all .3s;
}

.xinxi_solution_main ul li.two {
    background: url('images/pic2.png') no-repeat;
}

.xinxi_solution_main ul li.thr {
    background: url('images/pic3.png') no-repeat;
}

.xinxi_solution_main ul li.four {
    background: url('images/pic4.png') no-repeat;
}

.xinxi_solution_main ul li.five {
    background: url('images/pic5.png') no-repeat;
}

.xinxi_solution_main ul li.six {
    background: url('images/pic6.png') no-repeat;
}

.xinxi_solution_bg {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sc_items {
    height: 100px;
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.sc_items.sc1 {
    background: url(../images/sc_pic01.png) no-repeat;
    background-size: 100% 100%;
}

.sc_items.sc2 {
    background: url(../images/sc_pic02.png) no-repeat;
    background-size: 100% 100%;
}

.sc_items.sc3 {
    background: url(../images/sc_pic03.png) no-repeat;
    background-size: 100% 100%;
}

.sc_items a {
    display: block;
    text-shadow: 2px 2px 4px #0051b3;
    font-weight: 700;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    margin: 10px 0;
    padding-left: 15px;
    font-size: 16px;
    text-align: center;
}

.sc_items a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #0051b3;
}

.index_middle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px auto;
}

.index_middle>div {
    width: 32%;
}

.index_middle+.index_middle>div {
    width: 32%;
    height: 230px;
}

.index_middle_left_tabs {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.index_middle_left_tabs span {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
}

.index_middle_left_tabs span.active {
    color: #0051b3;
    font-weight: 700;
}

.index_middle_left_tabs a {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #999;
}

.index_middle_left_details ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_middle_left_details ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
    position: relative;
    padding: 8px 0 9px 10px;
}

.index_middle_left_details ul li a:hover {
    color: #0051b3;
    transition: all .3s;
}

.index_middle_left_details ul li a span:first-of-type {
    display: block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_middle_left_details ul li a span:last-of-type {
    color: #999;
}

.index_middle_left_details ul li a::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #0051b3;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.index_middle02_left {
    height: 230px;
    background: url(../images/pic02.png) right center;
    background-size: auto auto;
}

.index_middle02_left h2 {
    color: #0051b3;
    font-weight: 700;
    font-size: 24px;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 55%;
    padding-left: 15px;
}

.index_middle02_left h2:before,
.index_middle02_left h2:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #0051b3;
    margin: auto;
    display: none;
}

.index_middle02_left ul {
    height: 100%;
    padding-top: 15px;
    margin-left: 15px;
}

.index_middle02_left ul li {
    margin-bottom: 10px;
    position: relative;
    width: 55%;
    overflow: hidden;
}

.index_middle02_left ul li a {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #333;
    padding: 10px;
    background-color: #f2f7fc;
    border-radius: 6px;
    transition: ease .3s;
}

.index_middle02_left ul li a:hover {
    background-color: #0051b3;
    color: #fff;
    transition: ease .3s;
}

.index_middle02_left ul li a img {
    margin-right: 10px;
    height: 25px;
    width: 24px;
}

.index_middle02_left ul li a span {
    font-size: 16px;
}

/* .index_middle02_left ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -150px;
    cursor: pointer;
    overflow: hidden;
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(50%, rgba(255, 255, 255, 0.6)),
      color-stop(100%, rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
  } */
.index_middle02_left ul li:hover:before {
    left: 100%;
    transition: left 2s ease 0s;
}

.index_middle02_center {
    padding: 20px 30px 10px;
    background-color: #e4eff9;
}

.index_middle02_center h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #7aa5d8;
    font-weight: 700;
}

/* .index_middle02_center_details{
    display: flex;align-items: flex-start;justify-content: space-between;
} */
/* .index_middle02_center_details span{
    padding: 8px 20px;color: #0051b3;font-size: 18px;border-radius: 6px;width: 80px;
    background-color: #f2f7fc;height: 112px;margin-right: 10px;margin-top: 10px;font-weight: 700;
} */
.index_middle02_center_details ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_middle02_center_details ul li {
    width: 49%;
    margin-top: 10px;
}

.qjsyjs_sy {
    width: 100%;
    margin-top: 10px;
}

.index_middle02_center_details ul li a,
.qjsyjs_sy a {
    text-align: center;
    display: block;
    background-color: #f2f7fc;
    font-size: 16px;
    color: #333;
    padding: 13.5px 10px;
    border-radius: 8px;
}

.index_middle02_center_details ul li a img,
.qjsyjs_sy a img {
    display: inline-block;
    height: 24px;
    margin-right: 6px;
    vertical-align: -6px;
}

.index_middle02_center_details ul li a:hover,
.qjsyjs_sy a:hover {
    background-color: #0051b3;
    color: #fff;
    transition: ease .3s;
}

.index_middle02_right {
    padding: 20px 30px 10px;
    background-color: #e4eff9;
}

.index_middle02_right_details ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_middle02_right_details ul li {
    line-height: 43px;
    width: 49%;
    height: 43px;
    overflow: hidden;
    font-size: 18px;
    color: #206cb7;
    font-weight: bold;
}

.index_middle02_right_details ul li a {
    color: #206cb7;
    display: block;
}

.index_middle02_right_details ul li a img {
    width: 30px;
    height: 30px;
    vertical-align: -7px;
    margin-right: 24px;
}

.index_middle02_right_details ul li:hover {
    transition: ease .5s;
    transform: translateY(-5px);
}

.index_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_bottom>div {
    height: 200px;
}

.index_bottom_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_bottom_left_L {
    width: 310px;
    height: 200px;
}

.index_bottom_left_L .index_bottom_left_pic {
    width: 100%;
    height: 95px;
    background: url(../images/icon61.png) center;
    background-size: 100% 100%;
    padding-left: 20px;
    color: #0051b3;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index_bottom_left_details a {
    display: inline-block;
    background-color: #e4eff9;
    margin-top: 10px;
    color: #333;
    text-align: center;
    font-size: 18px;
    width: 120px;
    padding: 16px 0;
}

.index_bottom_left_details a:first-child {
    width: 180px;
    margin-right: 5px;
}

.index_bottom_left_details a img {
    display: block;
    margin: 0 auto 14px;
    height: 27px;
}

.index_bottom_left_details a:hover {
    background-color: #0051b3;
    transform: translateY(-5px);
    color: #fff;
    transition: ease .5s;
}

.index_bottom_left_details a:hover img {
    opacity: 0;
}

.index_bottom_left_details a:hover span {
    transform: translateY(-15px);
    display: block;
    transition: ease .3s;
    color: #fff;
}

.index_bottom_left_R {
    width: 645px;
    height: 200px;
    margin-left: 10px;
}

.index_bottom_left_R ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -10px;
}

.index_bottom_left_R ul li {
    width: 32%;
    margin-top: 10px;
}

.index_bottom_left_R ul li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333;
    padding: 15px 0;
    background-color: #e4eff9;
    overflow: hidden;
}

.index_bottom_left_R ul li a img {
    display: block;
    margin: 0 auto 14px;
    height: 27px;
}

.index_bottom_left_R ul li:nth-of-type(4) a {
    padding: 0;
}

.index_bottom_left_R ul li:nth-of-type(4) a img {
    width: 100%;
    height: 95px;
    margin-bottom: 0;
}

.index_bottom_left_R ul li a:hover {
    background-color: #0051b3;
    transform: translateY(-5px);
    color: #fff;
    transition: ease .5s;
}

.index_bottom_left_R ul li a:hover img {
    opacity: 0;
}

.index_bottom_left_R ul li:nth-of-type(4) a:hover {
    background-color: transparent;
    transform: translate(0);
}

.index_bottom_left_R ul li:nth-of-type(4) a:hover img {
    transform: scale(1.25);
    transition: ease .5s;
    opacity: 1;
}

.index_bottom_right {
    height: 200px;
}

.index_bottom_right a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.index_bottom_right a img {
    width: 100%;
}

.index_bottom_right a:hover img {
    transform: scale(1.05);
    transition: ease .5s;
}

/* è§£è¯»å›žåº” */
.jdhy_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.jdhy_top_left {
    width: 64%;
}

.jdhy_top_left h2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.jdhy_top_left h2 span {
    display: inline-block;
    border-bottom: 2px solid #1072bb;
    line-height: 36px;
}

.jdhy_top_left h2 a {
    float: right;
    line-height: 15px;
    color: #ccc;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #ccc;
    text-indent: 1px;
    margin-top: 10px;
}

.jdhy_top_left ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.jdhy_top_left ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    position: relative;
    padding: 8px 0 9px 20px;
}

.jdhy_top_left ul li a span:first-of-type {
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jdhy_top_left ul li a span:last-of-type {
    color: #999;
}

.jdhy_top_left ul li a::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #0051b3;
    left: 5px;
    top: 50%;
    margin-top: -2px;
}

.jdhy_top_left ul li a:hover {
    color: #0051b3;
    transition: all .3s;
}

.jdhy_top_right {
    width: 34%;
}

.jdhy_top_right h2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.jdhy_top_right h2 span {
    display: inline-block;
    border-bottom: 2px solid #1072bb;
    line-height: 36px;
}

.jdhy_top_right h2 a {
    float: right;
    line-height: 15px;
    color: #ccc;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #ccc;
    text-indent: 1px;
    margin-top: 10px;
}

.jdhy_top_right ul li:first-of-type {
    margin-top: 20px;
}

.jdhy_top_right ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.jdhy_top_right ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    position: relative;
    padding: 20px 10px;
    background-color: #edf5fa;
}

.jdhy_top_right ul li a span {
    position: relative;
    z-index: 2;
}

.jdhy_top_right ul li a span:first-of-type {
    display: block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jdhy_top_right ul li a span:last-of-type {
    color: #333;
}

.jdhy_top_right ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #0051b3;
    left: 0;
    top: 0;
    z-index: 1;
}

.jdhy_top_right ul li a:hover::before {
    width: 100%;
    color: #fff;
    transition: ease .3s;
}

.jdhy_top_right ul li a:hover span {
    color: #fff;
    transition: ease .3s;
}

.jdhy_center {
    width: 100%;
    padding: 30px 15px 20px 15px;
    /* background-color: #ededed */
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.jdhy_center h2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.jdhy_center h2 span {
    display: inline-block;
    border-bottom: 2px solid #1072bb;
    line-height: 36px;
}

.jdhy_center h2 a {
    float: right;
    line-height: 15px;
    color: #ccc;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #ccc;
    text-indent: 1px;
    margin-top: 10px;
}

.jdhy_center_left {
    width: 65%;
}

.jdhy_center_right {
    width: 32%;
}

.jdhy_center_right ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.jdhy_center_right ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    position: relative;
    padding: 7px 0 7px 20px;
}

.jdhy_center_right ul li a span:first-of-type {
    display: block;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jdhy_center_right ul li a span:last-of-type {
    color: #999;
}

.jdhy_center_right ul li a::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #0051b3;
    left: 5px;
    top: 50%;
    margin-top: -2px;
}

.slide-tj {
    margin-top: 20px;
}

.slide-tj .swiper-slide {
    background-color: transparent;
}

.slide-tj-details {
    padding: 10px;
    background-color: #fff;
}

.slide-tj-details img {
    height: 124px;
    margin-bottom: 20px;
}

.slide-tj-details a {
    display: block;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
    color: #333;
    text-align: left;
}

.slide-tj-details span {
    display: block;
    font-size: 18px;
    color: #999;
    text-align: left
}

.slide-tj-details:hover,
.slide-tj-details:hover a {
    transform: translateY(-10px);
    transition: ease .3s;
    color: #0051b3;
    font-weight: 700;
}

.jdhy_bottom {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.jdhy_bottom_left {
    width: 64%;
}

.jdhy_bottom_right {
    width: 34%;
}

.jdhy_bottom_left h2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.jdhy_bottom_left h2 span {
    display: inline-block;
    border-bottom: 2px solid #1072bb;
    line-height: 36px;
}

.jdhy_bottom_left h2 a {
    float: right;
    line-height: 15px;
    color: #ccc;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #ccc;
    text-indent: 1px;
    margin-top: 10px;
}

.jdhy_bottom_left_details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #edf5fa;
    padding: 10px;
    margin-top: 20px;
}

.jdhy_bottom_left_details>div {
    width: 49%;
}

.jdhy_bottom_left_L {
    font-size: 0;
}

.jdhy_bottom_left_L img {
    width: 95%;
}

.jdhy_bottom_left_R p {
    margin-top: 10px;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.jdhy_bottom_left_R p i {
    font-style: normal;
    font-weight: 700;
    width: 30%;
}

.jdhy_bottom_left_R p span {
    width: 100%;
    display: block;
}

.jdhy_bottom_left_R p:nth-of-type(4) {
    margin-top: 25px;
}

.jdhy_bottom_right a:first-child {
    margin-top: 0;
}

.jdhy_bottom_right a {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    font-size: 0;
}

.jdhy_bottom_right a img {
    width: 100%;
}

.jdhy_bottom_right a:hover img {
    transition: ease .3s;
    transform: scale(1.2);
}

/* æ”¿åºœä¿¡æ¯å…¬å¼€ */
.grid {
    width: 1400px !important;
    margin-bottom: 60px !important;
}

.mt20 {
    margin-top: 60px !important;
}

/* ä¸–ç•Œå…‰è°· */
/* .sjgg_top{
    background:#e5edf7;padding: 30px 20px 30px 0;
    display: flex;justify-content: flex-end;align-items: flex-start;background-size: auto 100%;
    position: relative;
}
.sjgg_top::before{
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 512px;height: 339px;
    background: url(../images/pic07.png) no-repeat;
    background-size: 100% 100%;
}
.sjgg_top_left{
    width: 40px;font-size: 30px;color: #0051b3;letter-spacing: 5px;font-weight: 700;
}
.sjgg_top_right{
    width: 735px;margin-left: 40px;
}
.sjgg_top_right_details{
    margin-bottom: 30px;
}
.sjgg_top_right_details p{
    font-size: 18px;line-height: 40px;color: #0051b3;
}
.sjgg_top_right_details p a{
    float: right;font-size: 16px;color: #0051b3;
}
.sjgg_top_right_tabs ul{
    display: flex;align-items: flex-start;justify-content: space-between;
}
.sjgg_top_right_tabs ul li{
    width: 14%;
}
.sjgg_top_right_tabs ul li a{
    display: block;text-align: center;color: #0051b3;font-weight: 700;
}
.sjgg_top_right_tabs ul li a img{
    height: 35px;margin: 0 auto 15px;display: block;transition: transform 0.5s ease-out;
}
.sjgg_top_right_tabs ul li a:hover img {
    transform: rotateY(180deg);
}
.sjgg_center{
    margin: 30px 0;display: flex;align-items: flex-start;justify-content: space-between;
}
.sjgg_center_left{
    width: 110px;
}
.sjgg_center_left img{
    opacity: .6;display: block;
}
.sjgg_center_left h2{
    padding-bottom: 10px;border-bottom: 1px solid #0051b3;margin: 10px 0 20px 0;color: #0051b3;
}
.sjgg_center_left span{
    font-size: 18px;color: #999;
}
.sjgg_center_right{
    width: 980px;
}
.sjgg_center_right p{
    font-size: 18px;color: #333;line-height: 34px;
}
.sjgg_center_right p:first-child{
    margin-bottom: 20px;
}
.sjgg_bottom{
    display: flex;align-items: flex-start;justify-content: space-between;
}
.sjgg_bottom_left{
    width: 150px;height: 362px;
    margin-top: -12px;
}
.sjgg_bottom_left img{
    width: 100%;height: 100%;
}
.sjgg_bottom_center{
    width: 625px;display: flex;align-items: flex-start;justify-content: space-between;height: 350px;
}
.sjgg_bottom_center a{
    display: block;font-size: 0;margin-left:8px ;height: 100%;overflow: hidden;
}
.sjgg_bottom_center a img{
    height: 100%;
}
.sjgg_bottom_center a:hover img{
    transform: scale(1.2);transition: ease-out .3s;
}
.sjgg_bottom_center a:first-child{
    margin-left: 0;
}
.sjgg_bottom_right{
    width: 360px;height: 350px;
}
.sjgg_bottom_right ul li{
    margin-top: 7px;
}
.sjgg_bottom_right ul li:nth-of-type(1){
    background: url(../images/pic12.png) no-repeat center;margin-top: 0;
}
.sjgg_bottom_right ul li:nth-of-type(2){
    background: url(../images/pic13.png) no-repeat center;
}
.sjgg_bottom_right ul li:nth-of-type(3){
    background: url(../images/pic14.png) no-repeat center;
}
.sjgg_bottom_right ul li:nth-of-type(4){
    background: url(../images/pic15.png) no-repeat center;
}
.sjgg_bottom_right ul li a{
    padding: 24px 30px;color: #fff;font-size: 18px;background-size: 100% 100%;display: block;overflow: hidden;
}
.sjgg_bottom_right ul li a img{
    display: inline-block;margin-right: 20px;vertical-align: middle;
}
.sjgg_bottom_right ul li a:hover img{
    transform: scale(1.2);transition: ease-out .3s;
} */
.sjgg_top {
    background: #e5edf7;
    padding: 30px 20px 30px 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    background-size: auto 100%;
    position: relative;
}

.sjgg_top::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 512px;
    height: 339px;
    background: url(../images/pic07.png) no-repeat;
    background-size: 100% 100%;
}

.sjgg_top_left {
    width: 40px;
    font-size: 30px;
    color: #0051b3;
    letter-spacing: 5px;
    font-weight: 700;
}

.sjgg_top_right {
    width: 735px;
    margin-left: 40px;
    position: relative;
}

.sjgg_top_right_details {
    margin-bottom: 30px;
}

.sjgg_top_right_details p {
    font-size: 18px;
    line-height: 40px;
    color: #0051b3;
}

.sjgg_top_right_details p a {
    float: right;
    font-size: 16px;
    color: #0051b3;
}

.sjgg_top_right_tabs ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sjgg_top_right_tabs ul li {
    width: 14%;
}

.sjgg_top_right_tabs ul li a {
    display: block;
    text-align: center;
    color: #0051b3;
    font-weight: 700;
}

.sjgg_top_right_tabs ul li a img {
    height: 35px;
    margin: 0 auto 15px;
    display: block;
    transition: transform 0.5s ease-out;
}

.sjgg_top_right_tabs ul li a:hover img {
    transform: rotateY(180deg);
}

.sjgg_center {
    margin: 30px 0;
    overflow: hidden;
}

.sjgg_center_left {
    width: 110px;
}

.sjgg_center_left img {
    opacity: .6;
    display: block;
}

.sjgg_center_left h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #0051b3;
    margin: 10px 0 20px 0;
    color: #0051b3;
}

.sjgg_center_left span {
    font-size: 18px;
    color: #999;
}

.sjgg_center_right {
    width: 1180px;
}

.sjgg_center_right p {
    font-size: 18px;
    color: #333;
    line-height: 34px;
}

.sjgg_center_right p:first-child {
    margin-bottom: 20px;
}

.sjgg_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sjgg_bottom_left {
    width: 150px;
    height: 362px;
    margin-top: -12px;
}

.sjgg_bottom_left img {
    width: 100%;
    height: 100%;
}

.sjgg_bottom_center {
    width: 725px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 350px;
}

.sjgg_bottom_center a {
    display: block;
    font-size: 0;
    margin-left: 8px;
    height: 100%;
    overflow: hidden;
}

.sjgg_bottom_center a img {
    height: 100%;
}

.sjgg_bottom_center a:hover img {
    transform: scale(1.2);
    transition: ease-out .3s;
}

.sjgg_bottom_center a:first-child {
    margin-left: 0;
}

.sjgg_bottom_right {
    width: 460px;
    height: 350px;
}

.sjgg_bottom_right ul li {
    margin-top: 7px;
}

.sjgg_bottom_right ul li:nth-of-type(1) {
    background: url(../images/pic12.png) no-repeat center;
    margin-top: 0;
    background-size: 100% 100%;
}

.sjgg_bottom_right ul li:nth-of-type(2) {
    background: url(../images/pic13.png) no-repeat center;
    background-size: 100% 100%;
}

.sjgg_bottom_right ul li:nth-of-type(3) {
    background: url(../images/pic14.png) no-repeat center;
    background-size: 100% 100%;
}

.sjgg_bottom_right ul li:nth-of-type(4) {
    background: url(../images/pic15.png) no-repeat center;
    background-size: 100% 100%;
}

.sjgg_bottom_right ul li a {
    padding: 24px 30px;
    color: #fff;
    font-size: 18px;
    background-size: 100% 100%;
    display: block;
    overflow: hidden;
}

.sjgg_bottom_right ul li a img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.sjgg_bottom_right ul li a:hover img {
    transform: scale(1.2);
    transition: ease-out .3s;
}

/* äº’åŠ¨äº¤æµ */
.hdjl_top {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hdjl_top>div {
    width: 48%;
}

.hdjl_top h1 {
    font-size: 24px;
    color: #0051b3;
    font-weight: 700;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.hdjl_top h1 img {
    width: 300px;
}

.hdjl_top h1 a {
    float: right;
    color: #0051b3;
    font-size: 16px;
    margin-top: 5px;
}

.hdjl_top h1 a i {
    font-size: 12px;
    color: #0051b3;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #0051b3;
    text-align: center;
    vertical-align: 1px;
    margin-right: 5px;
}

.hdjl_top ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
}

.hdjl_top .hdjl_top_left ul li {
    width: 33%;
}

.hdjl_top .hdjl_top_left ul li span {
    margin-left: 0;
}

.hdjl_top .hdjl_top_left ul li span img {
    height: auto;
}

.hdjl_top ul li {
    display: flex;
    align-items: center;
    border-left: 1px solid #ddd;
    padding: 20px;
    width: 50%;
}

.hdjl_top ul li>span {
    /* border-radius: 100%;width: 80px;height: 80px;background-color: #dee6f0; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
}

.hdjl_top ul li>span img {
    height: 35px;
}

.hdjl_top ul li p {
    margin-left: 20px;
    width: 163px;
    margin-top: 10px;
}

.hdjl_top ul li p a {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.hdjl_top ul li p span {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 25px;
}

.hdjl_top ul li:hover img {
    transform: rotate(360deg);
    transition: ease .5s;
}

.hdjl_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hdjl_bottom_left {
    width: 65%;
}

.hdjl_bottom h2 {
    font-size: 24px;
    color: #0051b3;
    font-weight: 700;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.hdjl_bottom h2 a {
    float: right;
    color: #999;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
}

.hdjl_bottom_left ul li {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hdjl_bottom_left ul li .hdjl_bottom_left_sort {
    font-size: 30px;
    font-weight: 700;
    color: #0051b3;
    font-family: "ckin";
    padding: 15px 25px;
    border-radius: 6px;
    border: 1px solid #0051b3;
}

.hdjl_bottom_left_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    width: 87%;
}

.hdjl_bottom_left_details_left {
    width: 80%;
}

.hdjl_bottom_left_details_left h4 {
    margin-bottom: 20px;
}

.hdjl_bottom_left_details_left h4 a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

.hdjl_bottom_left_details_left h4:hover a {
    transition: all .3s;
    color: #0051b3;
}

.hdjl_bottom_left_details_left p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hdjl_bottom_left_details_left p span {
    color: #999;
    font-size: 18px;
    margin: 0 20px 0 6px;
}

.hdjl_bottom_left_details_right i {
    display: block;
    padding: 8px 20px;
    color: #fff;
    border-radius: 25px;
}

.hdjl_bottom_left_details_right i.over {
    background-color: #c5c5c5;
}

.hdjl_bottom_left_details_right i.state {
    background-color: #0051b3;
}

.hdjl_bottom_right {
    width: 32%;
    position: relative;
}

.hdjl_bottom_right_pic {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9;
}

/* ç½‘ä¸ŠæœåŠ¡ */
.wsfw_top {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.wsfw_top_left {
    width: 685px;
}

.wsfw_top_left_title {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: url(../images/icon29.png) no-repeat center center;
}

.wsfw_top_left_title a {
    color: #003d75;
    font-size: 18px;
}

.wsfw_top_left_title a img {
    vertical-align: -7px;
    height: 25px;
    width: 25px;
    margin-right: 6px;
}

.wsfw_top_left_bottom .wsfwSlide ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wsfw_top_left_bottom .wsfwSlide ul li {
    width: 49%;
    margin-top: 10px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.wsfw_top_left_bottom .wsfwSlide ul li img {
    height: 60px;
    width: auto;
}

.wsfw_top_left_bottom .wsfwSlide ul li a {
    display: block;
    width: 70%;
    text-align: left;
}

.wsfw_top_left_bottom .wsfwSlide ul li a b {
    display: block;
    color: #006eab;
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wsfw_top_left_bottom .wsfwSlide ul li a span {
    color: #999;
    font-size: 18px;
}

.wsfwSlide .wsfwSlidePagination {
    position: fixed;
    top: 400px;
    width: 685px !important;
    bottom: inherit !important;
    left: 20px !important;
}

.wsfw_top_right {
    width: 435px;
}

.wsfw_top_right_title {
    font-size: 26px;
    color: #333;
    font-weight: 700;
}

.wsfw_top_right_bottom {
    margin-top: 10px;
}

.wsfw_top_right_bottom .wsfwSlide02 ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wsfw_top_right_bottom .wsfwSlide02 ul li {
    width: 33.33%;
    margin: 8px 0;
    padding: 0 10px;
}

.wsfw_top_right_bottom .wsfwSlide02 ul li a {
    display: block;
    height: 156px;
    background-color: #fff;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
    overflow: hidden;
    text-align: center;
    transition: all .3s ease;
}

.wsfw_top_right_bottom .wsfwSlide02 ul li a span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    color: #333;
}

.wsfwSlide02 .wsfwSlidePagination02 {
    position: fixed;
    top: 30px;
    width: auto !important;
    bottom: inherit !important;
    right: 30px;
    left: inherit !important;
}

.wsfw_top_right_bottom .wsfwSlide02 ul li a img {
    width: 135px;
    height: 135px;
    margin-top: -15px;
}

.wsfw_top_right_bottom .wsfwSlide02 ul li a:hover {
    background-color: #006eab;
}

.wsfw_top_right_bottom .wsfwSlide02 ul li a:hover span {
    color: #fff;
}

.wsfw_center01 {
    margin: 30px 0;
}

.wsfwSlide03 ul li {
    min-height: 1px;
    padding: 10px;
}

.wsfwSlide03 ul li a {
    display: block;
    border-radius: 4px;
    font-size: 18px;
    color: #1f3440;
    line-height: 22px;
    height: 94px;
    position: relative;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
    background: url(../images/2021_hn_linkBtn_bg.png) #fff center no-repeat;
    transition: all .3s ease;
}

.wsfwSlide03 ul li a span {
    float: left;
    width: 125px;
    padding-top: 30px;
    padding-left: 10px;
}

.wsfwSlide03 ul li a i {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    background: url(../images/2021_hn_ico5.png) left top no-repeat;
    margin-top: 20px;
    margin-left: 35px;
}

.wsfwSlide03 ul li.a1s a {
    background: url(../images/2021_hn_linkBtn_bg_01.png) left center no-repeat;
}

.wsfwSlide03 ul li.a2s a {
    background: url(../images/2021_hn_linkBtn_bg_02.png) left center no-repeat;
}

.wsfwSlide03 ul li.a3s a {
    background: url(../images/2021_hn_linkBtn_bg_03.png) left center no-repeat;
}

.wsfwSlide03 ul li.a4s a {
    background: url(../images/2021_hn_linkBtn_bg_04.png) left center no-repeat;
}

.wsfwSlide03 ul li.a5s a {
    background: url(../images/2021_hn_linkBtn_bg_05.png) left center no-repeat;
}

.wsfwSlide03 ul li.a6s a {
    background: url(../images/2021_hn_linkBtn_bg_06.png) left center no-repeat;
}

.wsfwSlide03 ul li.a1s a i {
    background-position: 0 0;
}

.wsfwSlide03 ul li.a2s a i {
    background-position: -50px 0;
}

.wsfwSlide03 ul li.a3s a i {
    background-position: -100px 0;
}

.wsfwSlide03 ul li.a4s a i {
    background-position: -150px 0;
}

.wsfwSlide03 ul li.a5s a i {
    background-position: -200px 0;
}

.wsfwSlide03 ul li.a6s a i {
    background-position: -250px 0;
}

.wsfwSlide03 ul li a:hover {
    background: #006eab;
    color: #fff;
}

.wsfwSlide03 ul li a:hover i {
    background-position-y: -50px;
}

.wsfwSlide03 .wsfwSlide03Next {
    border-radius: 100%;
    transition: background-color .3s ease;
    width: 40px;
    height: 40px;
    color: #666;
}

.wsfwSlide03 .wsfwSlide03Prev {
    border-radius: 100%;
    transition: background-color .3s ease;
    width: 40px;
    color: #666;
    height: 40px;
}

.wsfwSlide03 .wsfwSlide03Next:hover,
.wsfwSlide03 .wsfwSlide03Prev:hover {
    color: #006eab;
}

.wsfw_center02_tabs {
    overflow: hidden;
}

.wsfw_center02_tabs span {
    float: left;
    padding-bottom: 10px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
    margin-right: 40px;
}

.wsfw_center02_tabs span.active {
    color: #006eab;
    border-bottom-color: #006eab;
}

.wsfw_center02_content ul {
    overflow: hidden;
    margin: 0 -13px;
}

.wsfw_center02_content ul li {
    float: left;
    width: 25%;
    padding: 0 13px;
    margin-top: 26px;
}

.wsfw_center02_content ul li a {
    display: block;
    height: 128px;
    background-color: #f3f3f3;
    padding: 1px 20px 0;
}

.wsfw_center02_content ul li a i {
    float: left;
    width: 70px;
    height: 68px;
    background: url(../images/bff13_11.png) no-repeat;
    margin-top: 29px;
    transition: .2s;
}

.wsfw_center02_content ul li a .rsp1 {
    float: left;
    width: calc(100% - 70px);
    padding-left: 19px;
    margin-top: 36px;
}

.wsfw_center02_content ul li a .rsp1 span {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.wsfw_center02_content ul li a .rsp1 em {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.embb1 {
    display: block;
    text-align: center;
    margin-top: 46px;
}

.em-more {
    display: inline-block;
    color: #333;
    font-size: 20px;
    padding-left: 54px;
    background: url(../images/gdcc1_03_21.png) no-repeat;
    line-height: 34px;
}

.wsfw_center02_content ul li a .i1 {
    background-position: -7px -12px;
}

.wsfw_center02_content ul li a:hover .i1,
.wsfw_center02_content ul li a.active .i1 {
    background-position: -7px -108px;
}

.wsfw_center02_content ul li a .i2 {
    background-position: -137px -12px;
}

.wsfw_center02_content ul li a:hover .i2,
.wsfw_center02_content ul li a.active .i2 {
    background-position: -137px -108px;
}

.wsfw_center02_content ul li a .i3 {
    background-position: -266px -12px;
}

.wsfw_center02_content ul li a:hover .i3,
.wsfw_center02_content ul li a.active .i3 {
    background-position: -266px -108px;
}

.wsfw_center02_content ul li a .i4 {
    background-position: -392px -12px;
}

.wsfw_center02_content ul li a:hover .i4,
.wsfw_center02_content ul li a.active .i4 {
    background-position: -392px -108px;
}

.wsfw_center02_content ul li a .i5 {
    background-position: -523px -12px;
}

.wsfw_center02_content ul li a:hover .i5,
.wsfw_center02_content ul li a.active .i5 {
    background-position: -523px -108px;
}

.wsfw_center02_content ul li a .i6 {
    background-position: -653px -12px;
}

.wsfw_center02_content ul li:hover a .i6,
.wsfw_center02_content ul li a.active .i6 {
    background-position: -653px -108px;
}

.wsfw_center02_content ul li a .i7 {
    background-position: -783px -12px;
}

.wsfw_center02_content ul li a:hover .i7,
.wsfw_center02_content ul li a.active .i7 {
    background-position: -783px -108px;
}

.wsfw_center02_content ul li a .i8 {
    background-position: -908px -12px;
}

.wsfw_center02_content ul li a:hover .i8,
.wsfw_center02_content ul li a.active .i8 {
    background-position: -908px -108px;
}

.wsfw_center02_content ul li a .i9 {
    background-position: -1035px -12px;
}

.wsfw_center02_content ul li a:hover .i9,
.wsfw_center02_content ul li a.active .i9 {
    background-position: -1035px -106px;
}

.wsfw_center02_content ul li a .i10 {
    background-position: -1167px -12px;
}

.wsfw_center02_content ul li a:hover .i10,
.wsfw_center02_content ul li a.active .i10 {
    background-position: -1167px -107px;
}

.wsfw_center02_content ul li a .i11 {
    background-position: -1284px -12px;
}

.wsfw_center02_content ul li a:hover .i11,
.wsfw_center02_content ul li a.active .i11 {
    background-position: -1284px -107px;
}

.wsfw_center02_content ul li a .i12 {
    background-position: -1406px -15px;
}

.wsfw_center02_content ul li a:hover .i12,
.wsfw_center02_content ul li a.active .i12 {
    background-position: -1406px -110px;
}

.wsfw_center02_content ul li a .i13 {
    background-position: -1545px -17px;
}

.wsfw_center02_content ul li a:hover .i13,
.wsfw_center02_content ul li a.active .i13 {
    background-position: -1545px -113px;
}

.wsfw_center02_content ul li a .i14 {
    background-position: -1677px -19px;
}

.wsfw_center02_content ul li a:hover .i14,
.wsfw_center02_content ul li a.active .i14 {
    background-position: -1677px -114px;
}

.wsfw_center02_content ul li a .i15 {
    background-position: -1823px -16px;
}

.wsfw_center02_content ul li a:hover .i15,
.wsfw_center02_content ul li a.active .i15 {
    background-position: -1823px -113px;
}

.wsfw_center02_content ul li a .i16 {
    background-position: -1965px -21px;
}

.wsfw_center02_content ul li a:hover .i16,
.wsfw_center02_content ul li a.active .i16 {
    background-position: -1965px -116px;
}

.wsfw_center02_content ul li a .i17 {
    background-position: -2120px -24px;
}

.wsfw_center02_content ul li a:hover .i17,
.wsfw_center02_content ul li a.active .i17 {
    background-position: -2120px -119px;
}

.wsfw_center02_content ul li a .i18 {
    background-position: -2269px -22px;
}

.wsfw_center02_content ul li a:hover .i18,
.wsfw_center02_content ul li a.active .i18 {
    background-position: -2269px -119px;
}

.wsfw_center02_content ul li a .i19 {
    background-position: -2412px -24px;
}

.wsfw_center02_content ul li a:hover .i19,
.wsfw_center02_content ul li a.active .i19 {
    background-position: -2412px -120px;
}

.wsfw_center02_content ul li a .i20 {
    background-position: -2536px -26px;
}

.wsfw_center02_content ul li a:hover .i20,
.wsfw_center02_content ul li a.active .i20 {
    background-position: -2536px -119px;
}

.wsfw_center02_content ul li a .i21 {
    background-position: -2676px -26px;
}

.wsfw_center02_content ul li a:hover .i21,
.wsfw_center02_content ul li a.active .i21 {
    background-position: -2676px -120px;
}

.wsfw_center02_content ul li a .i22 {
    background-position: -2806px -26px;
}

.wsfw_center02_content ul li a:hover .i22,
.wsfw_center02_content ul li a.active .i22 {
    background-position: -2806px -121px;
}

.wsfw_center02_content ul li a .i23 {
    background-position: -2960px -28px;
}

.wsfw_center02_content ul li a:hover .i23,
.wsfw_center02_content ul li a.active .i23 {
    background-position: -2960px -123px;
}

.wsfw_center02_content ul li a .i24 {
    background-position: -3094px -25px;
}

.wsfw_center02_content ul li a:hover .i24,
.wsfw_center02_content ul li a.active .i24 {
    background-position: -3094px -119px;
}

.wsfw_center02_content ul li a .i25 {
    background-position: -3229px -26px;
}

.wsfw_center02_content ul li a:hover .i25,
.wsfw_center02_content ul li a.active .i25 {
    background-position: -3229px -121px;
}

.wsfw_center02_content ul li a .i26 {
    background-position: -3371px -25px;
}

.wsfw_center02_content ul li a:hover .i26,
.wsfw_center02_content ul li a.active .i26 {
    background-position: -3371px -121px;
}

.wsfw_center02_content ul li a .i27 {
    background-position: -3543px -25px;
}

.wsfw_center02_content ul li a:hover .i27,
.wsfw_center02_content ul li a.active .i27 {
    background-position: -3543px -120px;
}

.wsfw_center02_content ul li a .i28 {
    background-position: -3718px -23px;
}

.wsfw_center02_content ul li a:hover .i28,
.wsfw_center02_content ul li a.active .i28 {
    background-position: -3718px -118px;
}

.wsfw_center02_content ul li a .i29 {
    background-position: -3876px -23px;
}

.wsfw_center02_content ul li a:hover .i29,
.wsfw_center02_content ul li a.active .i29 {
    background-position: -3876px -118px;
}

.wsfw_center02_content ul li a .i30 {
    background-position: -4029px -22px;
}

.wsfw_center02_content ul li a:hover .i30,
.wsfw_center02_content ul li a.active .i30 {
    background-position: -4029px -117px;
}

.wsfw_center02_content ul li a .i31 {
    background-position: -4179px -21px;
}

.wsfw_center02_content ul li a:hover .i31,
.wsfw_center02_content ul li a.active .i31 {
    background-position: -4179px -118px;
}

.wsfw_center02_content ul li a .i32 {
    background-position: -4332px -23px;
}

.wsfw_center02_content ul li a:hover .i32,
.wsfw_center02_content ul li a.active .i32 {
    background-position: -4332px -120px;
}

.wsfw_center02_content ul li a .i33 {
    background-position: -4508px -25px;
}

.wsfw_center02_content ul li a:hover .i33,
.wsfw_center02_content ul li a.active .i33 {
    background-position: -4508px -120px;
}

.wsfw_center02_content ul li a .i34 {
    background-position: -4664px -29px;
}

.wsfw_center02_content ul li a:hover .i34,
.wsfw_center02_content ul li a.active .i34 {
    background-position: -4664px -124px;
}

.wsfw_center02_content ul li a .i35 {
    background-position: -4799px -25px;
}

.wsfw_center02_content ul li a:hover .i35,
.wsfw_center02_content ul li a.active .i35 {
    background-position: -4799px -120px;
}

.wsfw_center02_content ul li a .i36 {
    background-position: -4963px -25px;
}

.wsfw_center02_content ul li a:hover .i36,
.wsfw_center02_content ul li a.active .i36 {
    background-position: -4963px -122px;
}

.wsfw_center02_content ul li a .i37 {
    background-position: -5106px -25px;
}

.wsfw_center02_content ul li a:hover .i37,
.wsfw_center02_content ul li a.active .i37 {
    background-position: -5106px -121px;
}

.wsfw_center02_content ul li a .i38 {
    background-position: -5258px -25px;
}

.wsfw_center02_content ul li a:hover .i38,
.wsfw_center02_content ul li a.active .i38 {
    background-position: -5258px -120px;
}

.wsfw_center02_content ul li a .i39 {
    background-position: -5407px -26px;
}

.wsfw_center02_content ul li a:hover .i39,
.wsfw_center02_content ul li a.active .i39 {
    background-position: -5407px -120px;
}

.wsfw_center02_content ul li a .i40 {
    background-position: -5533px -25px;
}

.wsfw_center02_content ul li a:hover .i40,
.wsfw_center02_content ul li a.active .i40 {
    background-position: -5533px -120px;
}

.wsfw_center02_content ul li a .i41 {
    background-position: -5680px -25px;
}

.wsfw_center02_content ul li a:hover .i41,
.wsfw_center02_content ul li a.active .i41 {
    background-position: -5680px -120px;
}

.wsfw_center02_content ul li a .i42 {
    background-position: -5828px -28px;
}

.wsfw_center02_content ul li a:hover .i42,
.wsfw_center02_content ul li a.active .i42 {
    background-position: -5828px -122px;
}

.wsfw_center02_content ul li a .i43 {
    background-position: -5985px -29px;
}

.wsfw_center02_content ul li a:hover .i43,
.wsfw_center02_content ul li a.active .i43 {
    background-position: -5985px -124px;
}

.wsfw_center02_content ul li a .i44 {
    background-position: -6141px -22px;
}

.wsfw_center02_content ul li a:hover .i44,
.wsfw_center02_content ul li a.active .i44 {
    background-position: -6141px -118px;
}

.wsfw_center02_content ul li a .i45 {
    background-position: -6300px -25px;
}

.wsfw_center02_content ul li a:hover .i45,
.wsfw_center02_content ul li a.active .i45 {
    background-position: -6300px -119px;
}

.wsfw_center02_content ul li a .i46 {
    background-position: -6437px -28px;
}

.wsfw_center02_content ul li a:hover .i46,
.wsfw_center02_content ul li a.active .i46 {
    background-position: -6437px -114px;
}

.wsfw_center02_content ul li a .i47 {
    background-position: -6564px -28px;
}

.wsfw_center02_content ul li a:hover .i47,
.wsfw_center02_content ul li a.active .i47 {
    background-position: -6564px -114px;
}

.wsfw_center02_content ul li a .i48 {
    background-position: -6694px -26px;
}

.wsfw_center02_content ul li a:hover .i48,
.wsfw_center02_content ul li a.active .i48 {
    background-position: -6694px -112px;
}

.wsfw_center02_content ul li a .i49 {
    background-position: -6824px -28px;
}

.wsfw_center02_content ul li a:hover .i49,
.wsfw_center02_content ul li a.active .i49 {
    background-position: -6824px -114px;
}

.wsfw_center02_content ul li a .i50 {
    background-position: -6947px -28px;
}

.wsfw_center02_content ul li a:hover .i50,
.wsfw_center02_content ul li a.active .i50 {
    background-position: -6947px -114px;
}

.wsfw_center02_content ul li a .i51 {
    background-position: -7087px -27px
}

.wsfw_center02_content ul li a:hover .i51,
.wsfw_center02_content ul li a.active .i51 {
    background-position: -7087px -113px;
}

.wsfw_center02_content ul li a .i52 {
    background-position: -7220px -25px;
}

.wsfw_center02_content ul li a:hover .i52,
.wsfw_center02_content ul li a.active .i52 {
    background-position: -7220px -113px;
}

.wsfw_center02_content ul li a .i53 {
    background-position: -392px -12px;
}

.wsfw_center02_content ul li a:hover .i53,
.wsfw_center02_content ul li a.active .i53 {
    background-position: -392px -108px;
}

.wsfw_center02_content ul li a:hover,
.wsfw_center02_content ul li a.active,
.wsfw_center02_content ul li a:hover .em-more {
    background: #006eab;
    color: #fff;
}

.wsfw_center02_content ul li a:hover .em-more {
    color: #fff;
}

.wsfw_center02_content ul li a:hover .rsp1 em,
.wsfw_center02_content ul li a:hover .rsp1 span,
.wsfw_center02_content ul li a.active .rsp1 em {
    color: #fff;
}

#con_six_3 ul li a {
    display: block;
    font-size: 20px;
    color: #333;
    height: 60px;
    text-align: center;
    background-color: #f3f3f3;
    line-height: 60px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#con_six_3 ul li a:hover {
    background-color: #006eab;
    color: #fff;
}

.wsfw_center03 {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.wsfw_center03>div {
    width: 49%;
    padding: 20px 15px;
    border: 1px solid #ddd;
}

.wsfw_center03_left h1 {
    color: #007bde;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.wsfw_center03_left_link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.wsfw_center03_left_link a {
    width: 49%;
    padding: 30px 0;
    background-color: #e7c9ee;
    border-radius: 8px;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.wsfw_center03_left_link a:first-child {
    background-color: #a0cfec;
}

.wsfw_center03_right h1 {
    color: #007bde;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.wsfw_center03_right_link ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.wsfw_center03_right_link ul li {
    width: 24%;
}

.wsfw_center03_right_link ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 12px 0;
    text-align: center;
}

.wsfw_center03_right_link ul li a img {
    height: 30px;
    display: block;
    margin: 0 auto 13px;
}

.wsfw_center03_right_link ul li a:nth-of-type(1) {
    background-color: #97daf0;
}

.wsfw_center03_right_link ul li a:nth-of-type(2) {
    background-color: #85bae5;
}

.wsfw_center03_right_link ul li a:nth-of-type(3) {
    background-color: #adadf7;
}

.wsfw_center03_right_link ul li a:nth-of-type(4) {
    background-color: #a5cff5;
}

.wsfw_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.wsfw_bottom_left {
    width: 680px;
}

.wsfw_bottom_left_tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wsfw_bottom_left_tabs h1 {
    color: #333;
    font-weight: 700;
    font-size: 26px;
    margin-right: 60px;
}

.wsfw_bottom_left_tabs_list {
    overflow: hidden;
}

.wsfw_bottom_left_tabs_list span {
    float: left;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: 20px;
    margin-right: 30px;
}

.wsfw_bottom_left_tabs_list span.active {
    color: #006eab;
    border-bottom-color: #006eab;
}

.wsfw_bottom_left_content ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
}

.wsfw_bottom_left_content ul li {
    margin-top: 15px;
    width: 24%;
    margin-left: 1%;
}

.wsfw_bottom_left_content ul li a {
    display: block;
    background-color: #f8f8f8;
    padding: 14px 5px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.wsfw_bottom_left_content ul li a:hover {
    transition: all .3s;
    background-color: #007bde;
    color: #fff;
}

.wsfw_bottom_right {
    width: 450px;
}

.wsfw_bottom_right h1 {
    color: #333;
    font-weight: 700;
    font-size: 26px;
    margin-right: 60px;
}

.wsfw_bottom_right ul li {
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
}

.wsfw_bottom_right ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #ddd;
}

.wsfw_bottom_right ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
}

.wsfw_bottom_right ul li a:hover {
    color: #007bde;
    transition: all .3s;
}

/* å…‰è°·äººæ‰ */
.ggrc_top h1 {
    display: flex;
    background: url(../images/font5.png) no-repeat center center;
    font-size: 32px;
    color: #0051b3;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.ggrc_top h1:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #0051b3;
    bottom: -10px;
    left: 50%;
    margin-left: -40px;
}

.ggrc_center01 {
    margin: 50px 0;
}

.ggrc_center01 h2 {
    color: #0051b3;
    font-size: 24px;
    font-weight: 700;
    padding-left: 15px;
    border-left: 3px solid #0051b3;
    margin-bottom: 20px;
}

.ggrc_center_details a {
    width: 100%;
    height: 320px;
    display: block;
    padding-top: 210px;
    text-align: center;
    color: #fff;
    background: url(../images/pic17.png) no-repeat center center;
    background-size: 100% 100%;
}

.ggrc_center_details a span {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
    border: 1px solid #fff;
    font-size: 18px;
}

.ggrc_center_details a span:hover {
    transition: ease .3s;
    background-color: #0051b3;
    color: #fff;
    border-color: #0051b3;
}

.ggrc_center02 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ggrc_center02>div {
    width: 48%;
}

.ggrc_center02_left h2 {
    color: #0051b3;
    font-size: 24px;
    font-weight: 700;
    padding-left: 15px;
    border-left: 3px solid #0051b3;
    margin-bottom: 20px;
}

.ggrc_center02_left h2 a {
    float: right;
    color: #999;
    font-size: 16px;
    margin-top: 4px;
    font-weight: normal;
}

.ggrc_center02_left_details ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.ggrc_center02_left_details ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    padding-left: 15px;
    width: 80%;
}

.ggrc_center02_left_details ul li a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #0051b3;
}

.ggrc_center02_left_details ul li span {
    color: #999;
    font-size: 18px;
}

.ggrc_center02_left_details ul li a:hover {
    color: #0051b3;
    transition: all .3s;
}

.ggrc_bottom {
    background-color: #e4eff9;
    padding: 30px 0;
}

.ggrc_bottom_box h1 {
    display: flex;
    background: url(../images/font6.png) no-repeat center center;
    font-size: 32px;
    color: #0051b3;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.ggrc_bottom_box h1:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #0051b3;
    bottom: -10px;
    left: 50%;
    margin-left: -40px;
}

.ggrc_bottom_details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ggrc_bottom_details>div {
    height: 140px;
}

.ggrc_bottom_details_left {
    background: url(../images/pic18.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 24%;
    padding: 0 20px;
}

.ggrc_bottom_details_left p b {
    font-size: 20px;
    color: #0051b3;
    display: block;
    border-left: 2px solid #0051b3;
    border-right: 2px solid #0051b3;
    padding: 0 10px;
    margin-bottom: 10px;
}

.ggrc_bottom_details_left p span {
    display: block;
    color: #333;
    font-size: 20px;
}

.ggrc_bottom_details_center,
.ggrc_bottom_details_bottom {
    padding: 0 50px;
    border-left: 1px solid #0051b3;
    border-right: 1px solid #0051b3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 38%;
}

.ggrc_bottom_details_center {
    margin: 0 50px;
}

.ggrc_bottom_details_center01 span {
    display: block;
    font-weight: 700;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    width: 100px;
}

.ggrc_bottom_details_center02 span {
    display: block;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.ggrc_bottom_details_bottom {
    border: 0;
    padding: 0;
}

.ggrc_bottom_details_center .ggrc_bottom_details_center01 span+span {
    margin-bottom: 35px;
}

.ggrc_bottom_details_bottom .ggrc_bottom_details_center01 span:first-child {
    margin-bottom: 36px;
}

/* åˆ›æ–°å…‰è°· */
.cxgg_top h1 {
    display: flex;
    background: url(../images/font7.png) no-repeat center center;
    font-size: 32px;
    color: #0051b3;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.cxgg_top h1:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #0051b3;
    bottom: -10px;
    left: 50%;
    margin-left: -40px;
}

.cxgg_top .flipster .flipster-nav {
    display: none;
}

.cxgg_top .flipster-carousel .flip-prev {
    transform: translateX(-40%) translateZ(0) rotateY(0deg) scale(0.8);
}

.cxgg_top .flipster-carousel .flip-past {
    transform: translateX(-67%) translateZ(0) rotateY(0deg) scale(0.6);
}

.cxgg_top .flipster-carousel .flip-next {
    transform: translateX(40%) translateZ(0) rotateY(0deg) scale(0.8);
}

.cxgg_top .flipster-carousel .flip-future {
    transform: translateX(67%) translateZ(0) rotateY(0deg) scale(0.6);
}

.cxgg_top .flipster .flipto-prev,
.cxgg_top .flipster .flipto-next {
    display: none;
}

.cxgg_top .flipster .flip-item img {
    display: block;
    width: 600px;
}

.flipster-carousel .flip-item .flip-content a {
    display: block;
}

.flipster-carousel .flip-item .flip-content a span {
    display: block;
    padding: 10px 0;
    color: #fff;
    background-color: rgba(0, 81, 179, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.cxgg_center {
    margin: 50px 0 0;
}

.cxgg_center h1 {
    display: flex;
    background: url(../images/font9.png) no-repeat center center;
    font-size: 32px;
    color: #0051b3;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.cxgg_center h1:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #0051b3;
    bottom: -10px;
    left: 50%;
    margin-left: -40px;
}

.cxgg_center_details {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.cxgg_center_details>div {
    width: 50%;
    height: 310px;
}

.cxgg_picLink {
    margin: 30px 0;
}

.cxgg_picLink a {
    display: block;
    text-align: center;
    padding: 30px 0;
    background: url(../images/pic49.png) no-repeat;
    background-size: 100% 100%;
    color: #0051b3;
    font-size: 32px;
    font-weight: 700;
}

.cjgg_hxm_ggqth_sp a,
.cjgg_hxm_ggqth_jj a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.cjgg_hxm_ggqth_sp img {
    width: 100%;
    height: 100%;
}

.cjgg_hxm_ggqth_jj {
    padding: 10px 15px;
    background: #f3f3f3;
    overflow: hidden;
}

.cjgg_hxm_ggqth_jj ul {
    margin-top: -10px;
}

.cjgg_hxm_ggqth_jj ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 90px;
    margin-top: 10px;
    background-color: #fff;
}

.cjgg_hxm_ggqth_jj ul li a {
    display: block;
    height: 100%;
}

.cjgg_hxm_ggqth_jj ul li>a img {
    width: 157px;
    height: 100%;
}

.cjgg_hxm_ggqth_jj ul li .p1 {
    margin-left: 10px;
}

.cjgg_hxm_ggqth_jj ul li .p1 h2 {
    font-size: 18px;
    color: #000;
    height: 36px;
    margin-top: 10px;
    line-height: 36px;
}

.cjgg_hxm_ggqth_jj ul li .p1 a {
    color: #515151;
    font-size: 16px;
    display: block;
    line-height: 28px;
}

.cjgg_hxm_ggqth_sp a:hover img,
.cjgg_hxm_ggqth_jj a:hover img {
    transform: scale(1.25);
    transition: ease .5s;
}

.cjgg_hxm_ggqth_jj ul li .p1:hover a {
    color: #0051b3;
    transition: ease .3s;
}

.cxgg_bottom {
    background-color: #e4eff9;
    padding: 30px 0;
}

.cxgg_bottom_box h1 {
    display: flex;
    background: url(../images/font8.png) no-repeat center center;
    font-size: 32px;
    color: #0051b3;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.cxgg_bottom_box h1:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #0051b3;
    bottom: -10px;
    left: 50%;
    margin-left: -40px;
}

.cxgg_bottom_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cxgg_bottom_details01 {
    width: 120px;
    height: 180px;
}

.cxgg_bottom_details01 img {
    width: 100%;
    margin-bottom: 10px;
}

.cxgg_bottom_details01 h3 {
    font-size: 18px;
    color: #0051b3;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 0 10px;
    border-left: 2px solid #0051b3;
    border-right: 2px solid #0051b3;
    text-align: center;
}

.cxgg_bottom_details01 p {
    text-align: center;
    font-size: 18px;
    color: #333;
}

.cxgg_bottom_details02 {
    width: 1080px;
    height: 180px;
    overflow: hidden;
}

.cxgg_bottom_details02 .cxgg_bottom_details02Slide {
    z-index: 0;
}

.cxgg_bottom_details02 .cxgg_bottom_details02Slide {
    overflow: visible;
    width: 1020px;
}

.cxgg_bottom_details02Slide:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    height: 90%;
    width: 2px;
    margin-left: -1px;
    background-color: #72a0d6;
}

.cxgg_bottom_details02Slide .swiper-slide {
    background-color: transparent;
}

.cxgg_bottom_details02Slide h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0051b3;
    margin-bottom: 10px;
    text-align: left;
}

.cxgg_bottom_details02Slide p {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.cxgg_bottom_details02Slide p b {
    font-weight: 700;
    color: #333;
    font-size: 18px;
    width: 100px;
    line-height: 40px;
}

.cxgg_bottom_details02Slide p span {
    color: #333;
    font-size: 18px;
    width: 340px;
    line-height: 40px;
}

.cxgg_bottom_details02 .cxgg_bottom_details02Slide .cxgg_bottom_details02SlidePrev {
    left: -15px;
    background: url(../images/icon71.png) no-repeat;
    background-size: 100%;
}

.cxgg_bottom_details02 .cxgg_bottom_details02Slide .cxgg_bottom_details02SlideNext {
    right: -15px;
    background: url(../images/icon71.png) no-repeat;
    transform: rotateY(180deg);
    background-size: 100%;
}

.cxgg_bottom_details02 .cxgg_bottom_details02Slide .cxgg_bottom_details02SlidePrev:after,
.cxgg_bottom_details02 .cxgg_bottom_details02Slide .cxgg_bottom_details02SlideNext:after {
    display: none;
}

/* å†…å®¹é¡µ */
.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    clear: both
}

.curmb {
    line-height: 24px;
    padding: 0 25px;
    background: url(../images/dw.png) no-repeat;
    margin-bottom: 20px;
}

.curmb a {
    color: #333;
}

.curmb a:hover {
    color: #0068b7;
}

.zlm_con02 table {
    border-collapse: collapse;
    border-spacing: 0;
}

.zlm_con02 {
    width: 1140px;
    padding: 20px 30px 0;
    background: #fff;
}

.zlm_con02 table {
    width: 100%;
    border: 1px solid #dfdfdf;
}

.zlm_con02 table tr td {
    border: 1px solid #dfdfdf;
    height: 32px;
    padding: 0 10px;
    color: #333;
    font-size: 14px;
    color: #333;
}

.zlm_con02 table tr th {
    border: 1px solid #dfdfdf;
    height: 32px;
    text-align: left;
    padding: 0 10px;
    color: #333;
    font-size: 14px;
    color: #333;
    font-weight: normal
}

.zlm_con02 table tr th.ts01,
.main04 .zlm_con02 table tr td.ts01 {
    background: #eef7fe;
    color: #666;
    text-align: center;
}

.content_slide {
    background: #fff;
    overflow: hidden;
    min-height: 790px;
}

#content-slide {
    min-height: auto;
    overflow: visible;
}

.container_bg {
    background: #deebf6;
    padding: 20px 0;
}

.mainbox_bg {
    background: #fff;
}

.mainbox_pad {
    padding: 20px;
}

.mainbox_bg .sub_title {
    width: 1120px;
    margin: 0 auto;
    color: #333;
    font-weight: 700;
    font-size: 24px;
    border: 0;
    padding: 0;
}

.mainbox_bg .space20 {
    border-bottom: 2px solid #0068b7;
    width: 100%;
    padding-bottom: 10px;
    margin: 0 auto;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}

.mainbox_bg h2 {
    border-bottom: 2px solid #0068b7;
    width: 1120px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #0068b7
}

.mainbox_bg .list {
    overflow: hidden;
    padding: 10px 40px;
}

.mainbox_bg .list li {
    overflow: hidden;
}

.mainbox_bg .list hr {
    margin: 10px 0;
    color: #fff;
}

.mainbox_bg .list li a {
    color: red;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
}

.mainbox_bg .list li a:first-child {
    color: #333;
    margin-right: 10px;
}

.mainbox_bg .list li font {
    line-height: 36px;
    float: left;
    color: red;
    margin: 0 10px;
}

.mainbox_bg .list li span {
    float: right;
    color: #999;
    line-height: 34px;
}

.mainbox_bg .pagination {
    padding: 10px 0;
    margin-top: 20px;
    text-align: center;
}

.mainbox_bg .pagination a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #999;
    margin: 0 3px;
    border-radius: 5px;
}

.mainbox_bg .pagination a:hover {
    background: #0068b7;
    color: #fff;
    border: 1px solid #0068b7;
}

.content_title {
    padding: 30px 40px 5px;
    text-align: center;
    font-size: 26px;
    line-height: 1.4;
    color: #333;
    font-weight: normal;
    font-weight: 700;
}

.sub_title {
    color: #333;
    font-size: 20px;
    text-align: center;
    margin: 0;
    line-height: 30px;
}

.sub_title2 {
    color: #333;
    font-size: 20px;
    text-align: center;
    margin: 0;
    line-height: 30px;
}

.content_attr {
    color: #666666;
    padding: 6px 12px;
    background: #f5f5f5;
    font-size: 14px;
    border-bottom: #e5e5e5 1px solid;
}

.content_attr b {
    font-weight: normal;
}

.content_attr ul li {
    float: left;
    position: relative;
}

.content_attr ul li i {
    /*position: absolute; left: 0; top: 50%; margin-top: -12px;*/
    width: 25px;
    height: 25px;
    background: url(../images/content_icon.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
}

.content_attr ul li.date {
    margin-left: -6px;
}

.content_attr ul li.ly {
    margin-left: 20px;
}

.content_attr ul li.ly i {
    background-position: 0 -25px;
}

.content_attr ul li.fontsize .l {
    background-position: 0 -100px;
}

.content_attr ul li.fontsize .m {
    background-position: 0 -75px;
}

.content_attr ul li.fontsize .s {
    background-position: 0 -50px;
}

.content_attr ul li.print i {
    background-position: 0 -125px;
    cursor: pointer;
}

.content_attr ul li.dianzan span {
    color: #F00;
    font-size: 12px;
    vertical-align: bottom;
}

.content_attr ul li.dianzan i {
    background-position: 0 -150px;
    cursor: pointer;
}

.dianzan.yzan i {
    background-position: -25px -150px !important;
}

.content_attr ul li.jc i {
    background-position: 0 -175px;
    cursor: pointer;
}

.content_attr ul li.fx i {
    background-position: 0 -200px;
    cursor: pointer;
}

.content_attr ul li.fontsize .l:hover {
    background-position: -25px -100px;
}

.content_attr ul li.fontsize .m:hover {
    background-position: -25px -75px;
}

.content_attr ul li.fontsize .s:hover {
    background-position: -25px -50px;
}

.content_attr ul li.print i:hover {
    background-position: -25px -125px;
}

.content_attr ul li.dianzan i:hover {
    background-position: -25px -150px;
}

.content_attr ul li.jc i:hover {
    background-position: -25px -175px;
}

.content_attr ul li.fx i:hover {
    background-position: -25px -200px;
}

.content_attr ul li.llcs i {
    background-position: 0 -225px;
    margin-right: 5px;
}

.content_attr .attr_r {
    white-space: nowrap;
}

.content_attr .attr_r li {
    background: url(../images/content_sep.gif) no-repeat left center;
    padding: 0 15px;
}

.content_attr span {
    vertical-align: middle;
}

.content_attr ul li.llcs {
    color: #cc0000;
    margin-right: -15px;
}

.content_attr ul li.fontsize i {
    cursor: pointer;
}

.content_article {
    clear: both;
    padding: 20px;
    line-height: 1.9;
    font-size: 16px;
    overflow: hidden;
    min-height: 500px;
}

.content_article p {
    margin-bottom: 15px;
}

.content table,
.content video {
    width: 100%;
}

.content_extended {
    clear: both;
    line-height: 20px;
    padding-bottom: 50px;
    position: relative;
}

.content_ewm {
    text-align: center;
    padding-top: 20px;
    border-top: #e5e5e5 1px solid;
}

.content_ewm dt {
    margin: 0 auto;
    margin-bottom: 8px;
    width: 135px;
}

.content_attr .fx .hideDiv {
    position: absolute;
    top: 25px;
    z-index: 9;
    left: -58px;
    padding-top: 20px;
    display: none;
}

.content_attr .fx .hideDiv dl {
    border: #e5e5e5 1px solid;
    background: #fff;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-radius: 0 0 5px 5px;
    width: 170px;
    text-align: center;
    position: relative;
}

.content_attr .fx .hideDiv a {
    display: inline-block;
    float: none;
    margin: 0 2px;
    text-indent: 0;
}

.content_attr .fx .hideDiv dt {
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    font-weight: bold;
    color: #626262;
    background: #f6f6f6;
}

.content_attr .fx .hideDiv dd {
    padding: 5px;
}

.content_attr .fx .hideDiv dl:after {
    content: '';
    display: block;
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 8px solid transparent;
    border-bottom-color: #e5e5e5;
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -8px;
}

.content_attr .fx:hover .hideDiv {
    display: block;
}

.info_xgxw_title {
    border-bottom: #ebebeb 1px solid;
    background: url(../images/2016-icon-sidenav.gif) no-repeat left center;
    padding-left: 22px;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}

.info_xgxw {
    clear: both;
    width: 1150px;
    margin: 0 auto;
}

.info_xgxw ul {
    padding: 15px 0 20px;
}

.info_xgxw li {
    background: url(../images/news_list.png) no-repeat left center;
    padding: 0 100px 0 18px;
    font-size: 16px;
    line-height: 34px;
    overflow: hidden;
    position: relative;
    *font-size: 0;
}

.info_xgxw li * {
    *font-size: 16px;
}

.info_xgxw li span {
    position: absolute;
    right: 0;
    background: #fff;
    top: 0;
    color: #999999;
    padding-left: 10px;
    z-index: 1;
}

.info_xgxw li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}

.info_xgxw li a:hover {
    font-weight: bold;
}

.article-footer {
    margin-bottom: 30px;
}

.article-footer .f-tit {
    font-size: 20px;
    color: #212121;
    text-align: left;
    margin: 0;
}

.article-footer ul {
    padding-top: 10px;
}

.article-footer ul li a::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #2d66a5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.article-footer ul li a {
    font-size: 16px;
    color: #212121;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 18px);
    vertical-align: middle;
}

.article-footer ul li a:hover {
    color: #0051b3;
}

/* æ–°é—»åˆ—è¡¨01 */
.list01-content-container {}

.list01-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.list01-content-container h1 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.list01-content-container h1 span {
    padding: 0 200px 0 20px;
    display: inline-block;
    height: 100%;
    line-height: 50px;
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    background: url(../images/icon74.png) no-repeat;
    color: #fff;
    background-size: 100% 100%;
}

.list01-content-containerLeft {
    width: 312px;
}

.list01-content-containerLeft ul li {
    margin-bottom: 10px;
}

/* .list01-content-containerLeft ul li a{
    display: block;height: 50px;line-height: 50px;padding-left: 30px;
    background-color: #e3f0fc;font-size: 20px;color: #333;
} */
.list01-content-containerLeft ul li a {
    display: block;
    background-color: #e3f0fc;
    font-size: 20px;
    color: #333;
    padding: 20px 10px 20px 30px;
}

.list01-content-containerLeft ul li:hover a,
.list01-content-containerLeft ul li.on a {
    color: #007eff;
    font-weight: 700;
    border-left: 4px solid #007eff;
    transition: all .3s;
    background: #c4e1fd;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #c4e1fd, #e1f0fc);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #c4e1fd, #e1f0fc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.list01-content-containerRight {
    width: 1000px;
}

.list01-content-containerRight ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.list01-content-containerRight ul li a {
    display: block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    padding-left: 10px;
    position: relative;
    color: #333;
    ;
}

.list01-content-containerRight ul li a:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #000;
    top: 10px;
    left: 0;
}

.list01-content-containerRight ul li span {
    color: #999;
    display: block;
    font-size: 18px;
    ;
}

.list01-content-containerRight ul li:nth-child(5n) {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.pagination {
    text-align: center;
    margin-bottom: 30px;
}

.pagination a {
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid #333;
    border-radius: 5px;
    margin-left: 8px;
}

.pagination a:first-of-type {
    margin-left: 0;
}

.pagination a:hover {
    background-color: #0024ff;
    color: #fff;
    border-color: #0024ff;
    transition: all .3s;
}

.list01-content-containerRight ul li:hover a {
    padding-left: 0;
    color: #007eff;
    transition: all .3s;
}

.list01-content-containerRight ul li:hover a:before {
    display: none;
}

/* æ–°é—»åˆ—è¡¨é¡µ02 */
.list02-content-box {
    margin-top: 30px;
}

.list02-content-container {
    padding: 20px;
    background-color: #fff;
    align-items: center;
}

.list02-content-container:nth-child(even) {
    background-color: #e9f4fd;
}

.list02 .pagination {
    margin-top: 30px;
}

.list02-content-containerLeft {
    width: 100%;
}

.list02-content-containerLeft h4 {
    margin-bottom: 20px;
}

.list02-content-containerLeft h4 a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

.list02-content-containerLeft p {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.list02-content-containerLeft p img {
    width: 18px;
    height: 18px;
}

.list02-content-containerLeft p span {
    color: #999;
    font-size: 18px;
    margin: 0 20px 0 6px;
}

.list02-content-containerRight a {
    background-color: #007eff;
    display: block;
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
}

.list02-content-container:hover {
    background-color: #e9f4fd;
    transition: all .3s;
}

.list02-content-box .pagination {
    margin-top: 50px;
}

/* ä¸“é¢˜ä¸“æ  */
.ztzlContent {
    margin-bottom: 30px;
}

.ztzl_title img {
    margin: 0 auto;
}

.ztzlContent ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: -30px;
}

.ztzlContent ul li {
    width: 32%;
    box-shadow: 0 0 5px #ddd;
    border-top-right-radius: 20px;
    margin-top: 30px;
    margin-right: 1.3%;
}

.ztzlContent ul li a {
    display: block;
    font-size: 0;
}

.ztzlContent ul li img {
    width: 100%;
    border-top-right-radius: 20px;
    height: 200px;
}

.ztzlContent ul li:hover {
    transform: translateY(-10px);
    transition: all .3s;
}

/* ç½‘ç«™åœ°å›¾ */
.section-box {
    padding: 0 20px 20px 20px;
}

.section-box .section-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f4f7;
}

.section-box .section-title h2 {
    font-size: 24px;
    line-height: 31px;
    color: #212121;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    margin-bottom: 10px;
}

.section-box .section-title h2::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 24px;
    background-color: #2d66a5;
    margin-right: 8px;
    margin-bottom: 6px;
    vertical-align: middle;
}

.section-box ul {
    overflow: hidden;
    margin-left: -15px;
}

.section-box ul li {
    float: left;

    width: 268px;
    box-sizing: border-box;
    margin-left: 15px;
    margin-bottom: 15px;
}

.section-box ul li a {
    color: #333;
    background-color: #f2f4f7;
    font-size: 16px;
    padding: 15px 12px;
    text-align: center;
    display: block;
}

.section-box ul li a:hover {
    transition: all .3s;
    background-color: #0051b3;
    color: #fff;
}

/* å…‰è°·æ‹›å•† */
.ggzs_top {
    margin: 50px 0;
}

.ggzs_top h1 {
    display: flex;
    background: url(../images/font5.png) no-repeat center center;
    font-size: 32px;
    color: #0051b3;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.ggzs_top h1:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #0051b3;
    bottom: -10px;
    left: 50%;
    margin-left: -40px;
}

.ggzs-map {
    position: relative;
}

#areaDiv {
    width: 739px;
    position: absolute;
    right: 0;
    top: 0;
}

#areaDiv div img {
    width: 100%;
    height: 230px;
    float: left;
}

#areaDiv div h2 a {
    display: inline-block;
    color: #333;
    font-size: 24px;
    font-weight: 700;
}

#areaDiv div p {
    margin: 10px 0;
    font-size: 18px;
    line-height: 30px;
}

#areaDiv div p a {
    color: #0051b3;
}

.ggzs_center {
    margin-bottom: 50px;
}

.ggzs_center h1 {
    display: flex;
    background: url(../images/font11.png) no-repeat center center;
    font-size: 32px;
    color: #0051b3;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.ggzs_center h1:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #0051b3;
    bottom: -10px;
    left: 50%;
    margin-left: -40px;
}

.ggzs_center_details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ggzs_center_items {
    background: url(../images/icon75.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 20px;
}

.ggzs_center_items:first-child {
    margin-left: 0;
}

.ggzs_center_items a {
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    padding: 25px 68px;
}

.ggzs_center_items a img {
    display: inline-block;
    height: 43px;
    vertical-align: -13px;
    margin-right: 13px;
}

.ggzs_bottom h1 {
    display: flex;
    background: url(../images/font12.png) no-repeat center center;
    font-size: 32px;
    color: #0051b3;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.ggzs_bottom h1:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #0051b3;
    bottom: -10px;
    left: 50%;
    margin-left: -40px;
}

.ggzs_bottom ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: -10px;
}

.ggzs_bottom ul li {
    width: 32%;
    height: 285px;
    margin: 0 7px;
    margin-top: 10px;
}

.ggzs_bottom ul li.ggzs_bottom_items01 {
    background: url(../images/pic24.png) no-repeat;
    background-size: 100% 100%;
}

.ggzs_bottom ul li.ggzs_bottom_items02 {
    background: url(../images/pic25.png) no-repeat;
    background-size: 100% 100%;
}

.ggzs_bottom ul li.ggzs_bottom_items03 {
    background: url(../images/pic26.png) no-repeat;
    background-size: 100% 100%;
}

.ggzs_bottom ul li.ggzs_bottom_items04 {
    background: url(../images/pic27.png) no-repeat;
    background-size: 100% 100%;
}

.ggzs_bottom ul li.ggzs_bottom_items05 {
    background: url(../images/pic28.png) no-repeat;
    background-size: 100% 100%;
}

.ggzs_bottom ul li.ggzs_bottom_items06 {
    background: url(../images/pic29.png) no-repeat;
    background-size: 100% 100%;
}

.ggzs_bottom ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.ggzs_bottom ul li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    width: 220px;
    height: 65px;
}

.ggzs_bottom ul li a span img {
    display: inline-block;
    vertical-align: -10px;
    margin-right: 10px;
}

.ggzs_bottom ul li a:hover span {
    width: 100%;
    height: 100%;
    transition: ease .5s;
}

/* å…¨ç”Ÿå‘½å‘¨æœŸï¼ˆä¼ä¸šï¼‰ */
.p_banner {
    width: 100%;
    height: 500px;
    background: url(../images/p_banner.png) no-repeat center;
    background-size: 100% 100%;
}

.p_logo img:first-of-type {
    margin-bottom: 80px;
}

.p_box {
    margin: 50px auto;
}

.p_box h2 {
    font-size: 50px;
    color: #0051b3;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.p_01 {
    width: 100%;
    height: 1600px;
    background: url(../images/p_01.png) no-repeat;
    background-size: 100% 100%;
}

.p_02 {
    width: 100%;
    height: 1000px;
    background: url(../images/p_02.png) no-repeat;
    background-size: 100% 100%;
}

.p_details {
    position: relative;
}

.p_details a {
    color: #0051b3;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
}

.p_details a:hover {
    padding: 10px 20px;
    background-color: #0051b3;
    color: #fff;
    transition: all .3s;
}

.a1 {
    left: 150px;
    top: 235px;
}

.a2 {
    left: 555px;
    top: 300px;
}

.a3 {
    right: 150px;
    top: 235px;
}

.a4 {
    left: 150px;
    top: 545px;
}

.a5 {
    left: 555px;
    top: 610px;
}

.a6 {
    right: 150px;
    top: 545px;
}

.a7 {
    left: 150px;
    top: 865px;
}

.a8 {
    left: 555px;
    top: 930px;
}

.a9 {
    right: 150px;
    top: 865px;
}

.a10 {
    left: 150px;
    top: 1185px;
}

.a11 {
    left: 555px;
    top: 1250px;
}

.a12 {
    right: 150px;
    top: 1185px;
}

.a13 {
    left: 150px;
    top: 1505px;
}

.a14 {
    left: 570px;
    top: 1570px;
}

/* å…¨ç”Ÿå‘½å‘¨æœŸï¼ˆä¸ªäººï¼‰ */
.aa1 {
    left: 150px;
    top: 235px;
}

.aa2 {
    left: 555px;
    top: 300px;
}

.aa3 {
    right: 150px;
    top: 235px;
}

.aa4 {
    left: 150px;
    top: 575px;
}

.aa5 {
    left: 555px;
    top: 640px;
}

.aa6 {
    right: 150px;
    top: 575px;
}

.aa7 {
    left: 150px;
    top: 905px;
}

.aa8 {
    left: 555px;
    top: 980px;
}

.aa9 {
    right: 150px;
    top: 905px;
}

/* è‡ªè´¸åŒº */
/* è‡ªè´¸åŒº */
.zmq_box {
    margin: 60px auto 30px;
}

.zmq_top {
    background-color: #fff;
    padding: 20px 20px 60px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.zmq_top>div {
    width: 48%;
    height: 340px;
}

.zmqSlide li a {
    display: block;
    position: relative;
    height: 100%;
}

.zmqSlide li a span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    text-indent: 30px;
}

.zmqSlidePagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    border-radius: 0%;
}

.zmqSlidePagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background-color: #007eff;
}

.zmqSlide .zmqSlidePagination {
    width: auto !important;
    bottom: 16px !important;
    right: 30px;
    text-align: right;
}

.zmq_top_right_tabs {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.zmq_top_right_tabs ul {
    display: flex;
    align-items: flex-start;
    padding-left: 20px;
    position: relative;
}

.zmq_top_right_tabs ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 20px;
    background-color: #0051b3;
}

.zmq_top_right_tabs ul li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.zmq_top_right_tabs ul li.active {
    font-weight: 700;
    color: #0051b3;
}

.zmq_top_right_tabs a {
    color: #999;
    font-size: 16px;
}

.zmq_top_right_details ul li:first-of-type {
    margin-top: 10px;
}

.zmq_top_right_details ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zmq_top_right_details ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    position: relative;
    padding: 8px 0 9px 20px;
}

.zmq_top_right_details ul li a span:first-of-type {
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zmq_top_right_details ul li a span:last-of-type {
    color: #999;
}

.zmq_top_right_details ul li a::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #0051b3;
    left: 5px;
    top: 50%;
    margin-top: -2px;
}

.zmq_center01 {
    margin: 0 0 50px;
    position: relative;
}

.zmq_center01_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.zmq_center01_bg img {
    width: 100%;
    font-size: 0;
}

.zmq_center01_details {
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

.zmq_center01_tabs ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.zmq_center01_tabs ul li {
    position: relative;
    width: 20%;
    padding-bottom: 50px;
    cursor: pointer;
}

.zmq_center01_tabs ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: 70px;
    background-color: #fff;
}

.zmq_center01_tabs ul li:first-of-type::before {
    display: none;
}

.zmq_center01_tabs ul li img {
    display: block;
    height: 55px;
    margin: 0 auto 15px;
}

.zmq_center01_tabs ul li span {
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
}

.zmq_center01_tabs ul li.active {
    background: url(../images/icon85.png) no-repeat center bottom;
    background-size: 18px 19px;
}

.zmq_center01_details_box {
    background-color: #fff;
    padding: 20px;
    margin-top: 5px;
    box-shadow: 0 5px 5px rgb(29 30 114 / 30%);
}

.zmq_center01_details_box_content {
    padding: 20px;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.zmq_center01_details_box_content_left,
.zmq_center01_details_box_content_right {
    width: 49%;
}

.zmq_center01_details_box_content_left img {
    width: 100%;
}

.zmq_center01_details_box_content_right h1 {
    display: inline-block;
    background: url(../images/icon91.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 15px;
    width: 300px;
}

.zmq_center01_details_box_content_right h1 span {
    position: relative;
    font-size: 24px;
    color: #1a9dec;
    font-weight: 700;
    padding-left: 30px;
}

.zmq_center01_details_box_content_right h1 span:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #1a9dec;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.zmq_center01_details_box_content_right_bottom ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.zmq_center01_details_box_content_right_bottom ul li {
    width: 30%;
    text-align: center;
}

.zmq_center01_details_box_content_right_bottom ul li p:first-of-type {
    padding: 25px 0;
    border: 1px solid #1a9dec;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 15px;
}

.zmq_center01_details_box_content_right_bottom ul li p:first-of-type i {
    font-size: 20px;
    color: #1a9dec;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.zmq_center01_details_box_content_right_bottom ul li p:first-of-type b {
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    color: #1a9dec;
    vertical-align: -1px;
    font-family: 'DOUYUFONT';
}

.zmq_center01_details_box_content_right_bottom ul li p:first-of-type span {
    font-size: 18px;
    color: #1a9dec;
    display: inline-block;
    margin-left: 6px;
}

.zmq_center01_details_box_content_right_bottom ul li p:first-of-type+p {
    max-height: 200px;
    overflow: hidden;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    text-align: left;
}

.gndw_details {
    padding: 20px;
    background-color: #fff;
}

.gndw_details_tabs {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.gndw_details_tabs span {
    border: 1px solid #0051b3;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 30%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    background-size: 28px 28px;
    cursor: pointer;
}

.gndw_details_tabs span:first-of-type {
    background: url(../images/icon92.png) no-repeat 60px center;
}

.gndw_details_tabs span:first-of-type.active {
    background: url(../images/icon92s.png) no-repeat 60px center #1a9dec;
    color: #fff;
}

.gndw_details_tabs span:first-of-type:hover {
    background: url(../images/icon92s.png) no-repeat 60px center #1a9dec;
    transition: all .3s;
    color: #fff;
}

.gndw_details_tabs span:first-of-type+span {
    background: url(../images/icon93.png) no-repeat 42px center;
}

.gndw_details_tabs span:first-of-type+span.active {
    background: url(../images/icon93s.png) no-repeat 42px center #1a9dec;
    color: #fff;
}

.gndw_details_tabs span:first-of-type+span:hover {
    background: url(../images/icon93s.png) no-repeat 42px center #1a9dec;
    transition: all .3s;
    color: #fff;
}

.gndw_details_tabs span:first-of-type+span+span {
    background: url(../images/icon94.png) no-repeat 32px center;
}

.gndw_details_tabs span:first-of-type+span+span.active {
    background: url(../images/icon94s.png) no-repeat 32px center #1a9dec;
    color: #fff;
}

.gndw_details_tabs span:first-of-type+span+span:hover {
    background: url(../images/icon94s.png) no-repeat 32px center #1a9dec;
    transition: all .3s;
    color: #fff;
}

.gndw_details_content .gndw_details_content_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.gndw_details_content_left,
.gndw_details_content_right {
    width: 48%;
}

.gndw_details_content_left h3 {
    font-size: 18px;
    color: #0051b3;
    font-weight: 700;
    margin-bottom: 15px;
}

.gndw_details_content_left h2 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px;
    padding: 10px 20px;
    background-color: #1a9dec;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: inline-block;
}

.gndw_details_content_left span {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
    color: #333;
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.gndw_details_content_left span:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 18px;
    height: 15px;
    background: url(../images/icon95.png) no-repeat;
    background-size: 18px 15px;
}

#con_seven_3 .zmq_center01_details_box_content_right {
    width: 34%;
}

#con_seven_3 .zmq_center01_details_box_content_left {
    width: 65%;
}

.fzmb_details h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.fzmb_details ul li {
    font-size: 18px;
    padding-left: 20px;
    margin-top: 15px;
    position: relative;
}

.fzmb_details ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    border: 2px solid #0051b3;
}

.fzmb_details hr {
    margin: 15px 0;
    width: 150px;
    height: 1px;
}

.fzmb_details p {
    font-size: 18px;
}

#con_seven_4 .zmq_center01_details_box_content_right,
#con_seven_5 .zmq_center01_details_box_content_right {
    width: 100%;
}

.zmq_center02 {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.zmq_center02_left {
    width: 64%;
    position: relative;
}

.zmq_center02_left>h2 {
    color: #0051b3;
    font-weight: 700;
    font-size: 24px;
    padding-left: 15px;
    border-left: 5px solid #0051b3;
    margin-bottom: 20px;
}

.zmq_center02_left #areaDiv {
    position: absolute;
    right: 0;
    bottom: -40px;
    top: auto;
    width: 430px;
}

.zmq_center02_left #areaDiv div h2 a {
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.zmq_center02_left #areaDiv div p {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 27px;
}

.zmq_center02_right {
    width: 34%;
}

.zmq_center02_right h2 {
    color: #0051b3;
    font-weight: 700;
    font-size: 24px;
    padding-left: 15px;
    border-left: 5px solid #0051b3;
    margin-bottom: 20px;
}

.zmq_center02_right_top {
    margin-bottom: 30px;
}

.zmq_center02_right_top>a {
    display: block;
    width: 100%;
    font-size: 0;
    margin-bottom: 10px;
}

.zmq_center02_right_top a img {
    width: 100%;
}

.zmq_center02_right_top p {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.zmq_center02_right_top p a {
    width: 49%;
    font-size: 0;
}

.zmq_center02_right_bottom ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -10px;
}

.zmq_center02_right_bottom ul li {
    width: 49%;
    border: 1px solid #0051b3;
    margin-top: 10px;
}

.zmq_center02_right_bottom ul li a {
    display: block;
    text-align: center;
    padding: 15px 0;
}

.zmq_center02_right_bottom ul li a img {
    margin: 0 auto 10px;
    height: 50px;
}

.zmq_center02_right_bottom ul li a span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.zmq_center02_right_bottom ul li a:hover {
    transition: ease .5s;
    background-color: #0051b3;
}

.zmq_center02_right_bottom ul li a:hover img {
    opacity: 0;
}

.zmq_center02_right_bottom ul li a:hover span {
    color: #fff;
    transform: translateY(-30px);
    transition: ease .5s;
}

.zmq_center03 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 0;
}

.zmq_center03 h2 {
    color: #0051b3;
    font-weight: 700;
    font-size: 24px;
    padding-left: 15px;
    border-left: 5px solid #0051b3;
    margin-bottom: 20px;
}

.zmq_center03 h2 a {
    float: right;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
}

.zmq_center03_left {
    width: 64%;
}

.zmqSlide02 li a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    font-size: 0;
    border-top-right-radius: 20px;
}

.zmqSlide02 li a:hover img {
    transform: scale(1.25);
    transition: ease .5s;
}

.zmqSlide02 li a span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.zmq_center03_right {
    width: 34%;
}

.zmq_center03_right ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -10px;
}

.zmq_center03_right ul li {
    width: 49%;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.zmq_center03_right ul li a {
    display: block;
    font-size: 0;
}

.zmq_center03_right ul li a img {
    width: 100%;
    height: 110px;
}

/* .zmq_center03_right ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -230px;
    cursor: pointer;
    overflow: hidden;
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(50%, rgba(255, 255, 255, 0.6)),
      color-stop(100%, rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
  } */
.zmq_center03_right ul li:hover:before {
    left: 100%;
    transition: left 2s ease 0s;
}

/* æ¯æ—¥ä¸€å›¾ */
.picList .ztzl {
    font-size: 18px;
    font-weight: 700;
    color: #3091ff;
    text-align: center;
    margin-bottom: 30px;
}

.picList .ztzl span {
    font-size: 24px;
}

.picList .ztzl img {
    vertical-align: 2px;
}

.picList_content_tabs {
    margin-bottom: 30px;
}

.picList_content_tabs ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 5%;
}

.picList_content_tabs ul li {
    width: 15%;
}

.picList_content_tabs ul li a {
    display: block;
    line-height: 40px;
    height: 40px;
    background-color: #efefef;
    color: #333;
    font-size: 20px;
    text-align: center;
}

.picList_content_tabs ul li:hover a {
    background-color: #0051b3;
    color: #fff;
    transition: all .3s;
}

.picList_content_tabs ul li.active a {
    background-color: #0051b3;
    color: #fff;
    transition: all .3s;
}

.picList_content_details ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: -20px;
}

.picList_content_details ul li {
    width: 32%;
    margin-left: 2%;
    box-shadow: 0 8px 8px rgb(10 16 20 / 24%), 0 0 8px rgb(10 16 20 / 12%);
    border-radius: 5px;
    height: 200px;
    margin-top: 20px;
}

.picList_content_details ul li:nth-of-type(3n+1) {
    margin-left: 0;
}

.picList_content_details ul li a {
    display: block;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.picList_content_details ul li span,
.picList_content_details ul li i {
    display: inline-block;
    float: left;
    padding-left: 15px;
    margin-top: 6px;
    width: 60%;
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.picList_content_details ul li i {
    width: 40%;
}

.picList_content_details ul li:hover {
    transition: ease .5s;
    transform: translateY(-10px);
}

/* åº•éƒ¨é€šç”¨ç‰ˆæƒ */
.footer {
    width: 100%;
    visibility: visible;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.footerTop {
    width: 100%;
    background-color: #6697d1;
    color: #fff;
}

.footerTop_box {
    display: flex;
    width: 1360px;
    padding: 20px 0;
    align-items: center;
}

.footerTop_box .webs-box {
    font-size: 0;
    width: 100%;
    position: relative;
}

.footerTop_box .web-item-box {
    width: 100%;
}

.footerTop_box .webs-box .web-item-box .web-item {
    cursor: pointer;
    padding: 0 14px;
}

.footerTop_box .webs-box .web-item-box .web-item:nth-of-type(5) {
    padding-right: 0;
}

.footerTop_box .webs-box .web-item-box .web-item:first-of-type {
    padding-left: 0;
}

.footerTop_box .webs-box .web-item-box .web-item:nth-of-type(6) {
    padding-right: 0;
}

.footerTop_box .webs-box .web-item-box .web-item .content {
    width: 205px;
    height: 40px;
    border-radius: 2px;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.footerTop_box .webs-box .web-item-box .web-item .content::after {
    content: "";
    background-image: url(../images/zqdh_arrow_1.png);
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    width: 10px;
    height: 42px;
    position: absolute;
    right: 10px;
    top: 0;
    background-size: 100%;
}

.footerTop_box .webs-box .about-webs-wrap {
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 60px;
    left: 0px;
    box-sizing: border-box;
    z-index: 1000;
    display: none;
}

.footerTop_box .webs-box .about-webs-wrap .about-webs-inner {
    width: 100%;
    padding: 10px 30px;
    background: #fff;
    height: 500px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.footerTop_box .webs-box .about-webs-wrap .about-webs-inner .web-item-tit-box ul {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.footerTop_box .webs-box .about-webs-wrap .web-item-tit-box li {
    float: left;
    font-size: 20px;
    margin: 0 40px;
    color: #212121;
    font-weight: bold;
    line-height: 60px;
    position: relative;
}

.about-webs-wrap .close-ico {
    background: url(../images/36-close.png) no-repeat center center;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.about-webs-wrap .close-ico:hover {
    transform: rotate(360deg);
    transition: ease .8s;
}

.footerTop_box .webs-box .about-webs-wrap .web-item-tit-box li:first-of-type {
    margin-left: 0;
}

.footerTop_box .webs-box .about-webs-wrap .web-item-tit-box li.active {
    border-bottom: 3px solid #2d66a5;
    color: #2d66a5;
}

.footerTop_box .webs-box .about-webs-wrap .about-webs {
    height: calc(100% - 100px);
    width: 100%;
    margin-left: -10px;
    overflow-y: scroll;
    display: none;
}

.footerTop_box .webs-box .about-webs-wrap .about-webs.open {
    display: block;
}

.footerTop_box .webs-box .about-webs-wrap .about-webs li {
    float: left;
    width: 302px;
    font-size: 18px;
    background: #e7eff6;
    margin: 10px;

    box-sizing: border-box;
    line-height: 18px;
}

.footerTop_box .webs-box .about-webs-wrap .about-webs li:hover {
    background: #2d66a5;
}

.footerTop_box .webs-box .about-webs-wrap .about-webs li:hover a {
    color: #fff;
}

.footerTop_box .webs-box .about-webs-wrap .about-webs li a {
    display: block;
    padding: 20px 0 20px 20px;
    vertical-align: middle;
    width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footerTop_box .webs-box .about-webs-wrap .about-webs :hover a {
    color: #2d66a5;
}

.about-webs::-webkit-scrollbar {
    width: 10px;
    height: 80px;
    background: #f6f6f6;
    border-radius: 20px;
}

.about-webs::-webkit-scrollbar-thumb {
    width: 10px;
    background: #2d66a5;
    border-radius: 20px;
}

.about-webs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.footerTop_box .webs-box .web-item-box .web-item .about-webs li a {
    color: #212121;
    display: block;
    font-size: 16px;
    line-height: 40px;
}


.footerTop_box .webs-box .web-item-box .web-item-tit-box li {
    float: left;
    cursor: pointer;
}

.footerBottom {
    background-color: #fff;
}

.footerBottom_box {
    padding: 20px 0;
    width: 1360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerBottom_box_01 {
    display: flex;
    align-items: center;
}

.footerBottom_box_01 a {
    margin-right: 30px;
}

.footerBottom_box_02 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerBottom_box_02 ul li {
    position: relative;
}

.footerBottom_box_02 ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -16px;
    width: 2px;
    height: 15px;
    background-color: #000;
}

.footerBottom_box_02 ul li:last-of-type:before {
    display: none;
}

.footerBottom_box_02 ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.footerBottom_box_02 p {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}

.footerBottom_box_03 p:first-of-type {
    display: flex;
    align-items: center;
}

.footerBottom_box_03 p:first-of-type span {
    margin-right: 5px;
}

.footerBottom_box_03 p {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}

@keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@-webkit-keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@-moz-keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@-ms-keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -300px, 0);
        transform: translate3d(0, -300px, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -300px, 0);
        transform: translate3d(0, -300px, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 300px, 0);
        transform: translate3d(0, 300px, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 300px, 0);
        transform: translate3d(0, 300px, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(800px, 0, 0);
        transform: translate3d(800px, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(800px, 0, 0);
        transform: translate3d(800px, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-800px, 0, 0);
        transform: translate3d(-800px, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-800px, 0, 0);
        transform: translate3d(-800px, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

/* 绿色集约 */
.lsjy {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}

.lsjy>div {
    width: 49%;
}

.lsjy_items h1 {
    height: 50px;
    line-height: 50px;
    background-color: #f2f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.lsjy_items h1 b {
    font-size: 24px;
    background-color: #007eff;
    color: #fff;
    padding: 0 20px;
}

.lsjy_items h1 a {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    margin-right: 20px;
}

.lsjy_items ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.lsjy_items ul li a {
    display: block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    color: #333;
}

.lsjy_items ul li a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #666;
    top: 10px;
    left: 5px;
}

.lsjy_items ul li a:hover:before {
    transition: all .3s;
    transform: scale(2);
}

.lsjy_items ul li a:hover {
    color: #007eff;
}

.lsjy_items ul li span {
    color: #999;
    display: block;
    font-size: 18px;
    ;
}

.lsjy_tzgg h1 {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}

.lsjy_tzgg h1 b {
    background-color: transparent;
    color: #007eff;
    border-bottom: 3px solid #007eff;
}

.content .grid .iframe-gov-info-list-wrap .gov-info-list-container ul.hxm_g li.w400 {
    width: 400px !important;
}

.content .grid .iframe-gov-info-list-wrap .gov-info-list-container table {
    margin-top: 20px;
}

.content .grid .iframe-gov-info-list-wrap .gov-info-list-container table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.content .grid .iframe-gov-info-list-wrap .gov-info-list-container table tr td {
    border-right: 1px solid #ddd;
    padding: 10px;
    font-size: 16px
}

.content .grid .iframe-gov-info-list-wrap .gov-info-list-container table tr td:last-of-type {
    border-right: 0
}

@media screen and (max-width:1200px) {
    .grid {
        width: 100% !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    .grid .hxm_g1 {
        font-size: 55px;
    }

    .address {
        position: initial !important
    }

    .article h2 a {
        line-height: 1;
    }

    .ysqgk {
        display: none !important;
    }

    .mt20 {
        margin-top: 0 !important;
    }

    .iframe-gov-info-list-wrap .gov-info-list-container ul li a {
        width: 100% !important;
        font-size: 14px !important
    }

    .iframe-gov-info-list-wrap .gov-info-list-container ul li {
        width: 100% !important;
    }

    .content .grid .iframe-gov-info-list-wrap .gov-info-list-container ul.hxm_g li.w400 {
        width: 100% !important;
    }

    .content .grid .iframe-gov-info-list-wrap .gov-info-list-container table tr td {
        font-size: 14px
    }
}