.header .topbar.sbt .logo {
    width: auto;
}
.header .topbar.sbt .toptitle {
    font-size: 22px;
    padding-left: 0;
    border-left: none;
}
.bgfa{
    background: #F6F6F6;
}
.sbt-banner{
    display: block;
    width: 100%;
    height: auto;
}
.sbt-banner img{
    display: block;
    width: 100%;
    height: auto;
}
.sbanner-container{
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}
.sbanner-container .swiper-pagination {
    align-items: center;
    bottom: 30px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
}
.sbanner-container .swiper-pagination .swiper-pagination-bullet {
    background: #FFFFFF;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 0 4px;
    position: relative;
    transition: all .2s ease-in;
    opacity: 0.6 !important;
}
.sbanner-container .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.sbanner-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 16px;
    height: 8px;
    border-radius: 4px;
    opacity: 0.8 !important;
    box-sizing: unset;
    background: #FFFFFF;
}
.title-black {
    color: #333;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    padding-bottom: 22px;
    font-family: 'Source Han Sans CN';
}
.title-black span {
    color: #1552a8;
}
.title-black:after {
    content: "";
    display: block;
    width: 121px;
    height: 3px;
    background: #1552a8;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -60px;
}
.title-tip {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    padding-top: 18px;
    font-family: 'Source Han Sans CN';
    margin-bottom:50px
}
.sec-2-detail {
    background: #fff;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.sec-2-detail dl {
    float: left;
    width: 360px;
}
.sec-2-detail dl:last-child {
    margin-right: 0
}
.sec-2-detail dl dt {
    width: 100%;
    height: 360px;
    position: relative;
}
.sec-2-detail dl dt img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sec-2-detail dl dt .show-1 .title,
.sec-2-detail dl dt .show-2 .title {
    font-size: 25px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.sec-2-detail dl dt .show-1 .title::after {
    content: '';
    width: 40px !important;
    height: 2px;
    background: rgba(255, 255, 255, .4);
    display: block;
    margin: 15px auto 0 auto;
}
.sec-2-detail dl dt .show-2 .title::after {
    content: '';
    width: 40px !important;
    height: 2px;
    background: #fff;
    display: block;
    margin: 15px auto 0 auto;
}
.sec-2-detail dl dt>div {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sec-2-detail dl .show-2 {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    background: rgba(1, 136, 225, .8)
}
.sec-2-detail dl:hover .show-2 {
    transform: translateY(0);
    transition: all .5s;
    -webkit-transition: translateY(0);
    -webkit-transform: translateY(0);
    position: absolute;
    left: 0;
    top: 0;
}
.sec-2-detail dl:hover .show-1 {
    display: none;
}
.sec-2-detail dl .show-2 p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
}
.sec-2-detail dl .show-2 p.title {
    font-size: 25px;
}
.sec-2-detail dl .show-2 p.title a {
    color: #fff;
}
.sec-2-detail dl .show-1 p {
    margin: 0;
}
.sec-2-detail dl .show-1 a {
    display: block;
    width: 120px;
    height: 40px;
    background: #1552a8;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
}
.sec-2-detail dl dd {
    padding-top: 15px;
}
.sec-2-detail dl dd p {
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    color: #666666;
}
.sec-2-detail dl dd p.active {
    color: #b19763;
}
.sec-2-c>a {
    display: inline-block;
    width: 260px;
    height: 55px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fffffe;
    background: #caaa68;
    margin: 0 auto;
    line-height: 55px;
    text-align: center;
}
.section-teacher {
    width: 100%;
    height: 380px;
    background: rgba(0, 0, 0, .4) url(../images/shuibaotong/bg-teacher.png) no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
}
.sec-tea-c {
    width: 1200px;
    padding: 70px 0;
    margin: 0 auto;
}
.sec-tea-c .sec-tea-c-l {
    width: 210px;
    height: 230px;
    border: 1px solid #1552a8;
    padding: 25px 15px;
    float: left;
}
.sec-tea-c-l p {
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 40px;
    font-family: 'Source Han Sans CN';
    margin: 0 0;
}
.sec-tea-c-l p.yellow {
    color: #1552a8;
}
.sec-tea-c-l p.first {
    position: relative;
    padding-top: 20px;
}
.sec-tea-c-l p.first::before {
    content: '';
    width: 45px;
    height: 4px;
    background: #1552a8;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.sec-tea-c-r {
    float: right;
    width: 910px;
    padding: 0 60px;
    position: relative;
}
.sec-tea-c-r .teacher-d {
    width: 182px !important;
    height: 230px !important;
    border: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
}
.sec-tea-c-r .teacher-d p {
    margin: 0 0;
}
.sec-tea-c-r .teacher-d img {
    margin-bottom: 20px;
}
.sec-tea-c-r .teacher-d .name {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-family: 'Source Han Sans CN';
}
.sec-tea-c-r .teacher-d .tips {
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    font-family: 'Source Han Sans CN';
}
.sec-tea-c-r .swiper-button-prev3 {
    left: 0;
}
.sec-tea-c-r .swiper-button-next3 {
    right: 0px
}
.swiper-container-teacher {
    overflow: hidden;
    padding-left: 8px
}
.sec-tea-c-r .swiper-button-prev {
    background: url(../images/shuibaotong/prev.png) no-repeat left center
}
.sec-tea-c-r .swiper-button-next {
    background: url(../images/shuibaotong/next.png) no-repeat right center
}
.sec-tea-c-r .swiper-slide:hover {
    background: #1552a8;
}
.sec-tea-c-r .swiper-button-next:after,
.sec-tea-c-r .swiper-button-prev:after {
    display: none;
}
.content{
  display: block;
  width: 100%;
  padding: 35px 0 50px 0;
}
/*article*/
.article-nav {
    line-height: 62px;
    border-bottom: solid 2px #e6e6e6;
    font-size: 18px;
    height: 62px;
    display: flex;
    position: relative;
}
.article-nav li {
    margin-right: 10px;
    height: 100%;
}
.article-nav li a{
    display: block;
    height: 100%;
    padding: 0 15px;
    color: #323232;
    position: relative;
}
.article-nav li a:hover,.article-nav li.cur a{
    font-weight: bold;
    color: #1552a8;
}
.article-nav li a:hover:after,.article-nav li.cur a:after{
    position: absolute;
    left: 0;
    bottom: -2px;
    content: ""; 
    width: 100%;
    height: 2px;
    background-color: #1552a8;
    z-index: 2;
}
.article-list{
    display: block;
    width: 100%;
}
.article-list li{
    padding: 30px 0;
    border-bottom: solid 1px #e6e6e6;
    display: flex;
}
.article-list li:hover{
    background-color: #F6F6F6;
}
.article-list .alt-pic {
    width: 20.8%;
    height: 150px;
    overflow: hidden;
}
.article-list .alt-pic img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: all 0.6s;
}
.article-list .alt-pic img:hover {
    transform: scale(1.2);
}
.article-list li a {
    display: -webkit-flex;
    display: flex;
}
.article-list .alt-text {
    margin-left: 2.0%;
    width: 77.2%;
}
.article-list .alt-title {
    display: block;
    padding-top: 3px;
    font-size: 22px;
    color: #323232;
}
.article-list .alt-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 55px;
    line-height: 27px;
    margin-top: 10px;
    font-size: 16px;
    color: #999;
}
.article-list .alt-con {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 28px;
}
.article-list .alt-tag {
    color: #666;
    line-height: 28px;
    border-radius: 28px;
    padding: 0 13px;
    height: 28px;
    background-color: #f7f7f7;
}
.article-list .alt-time {
    color: #9a9a9a;
    font-size: 16px;
}
div.daohang {
    display: none;
    width: 1200px;
    height: 540px;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 9999;
    background-color: #fff;
    padding-left: 50px;
    position: fixed;
    top: 150px;
    transform: translate(-50%, 0);
    left: 50%;
    box-shadow: 0px 5px 8px #1552a8;
}

.daohang_box {
    width: 1013px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
}

.daohang_box li {
    width: auto;
    float: left;
    margin-right: 16px;
}

.daohang_box li a {
    font-size: 14px;
    color: #777 !important;
}

.daohang_box li a:hover {
    color: #bf9e5b !important;
    text-decoration: underline !important;
}

.daohang_box_li {
    font-size: 14px;
    font-weight: bold;
    color: #777 !important;
}

.daohang_box_gaoduntuijian_li {
    width: 60px !important;
    font-size: 14px;
    font-weight: bold;
    color: #777;
}

.daohang_box_tuijian {
    width: 1113px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    margin: 30px 0 30px 0;
}

.daohang_box_tuijian li {
    width: 210px;
    float: left;
    margin-right: 10px;
}

.daohang_box_tuijian li a {
    color: #777 !important;
}

.daohang_box_tuijian li a:hover {
    color: #bf9e5b !important;
    text-decoration: underline !important;
}

.daohang_box_img {
    width: 160px;
    height: 100px;
}

b.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.daohang_box_title a {
    font-size: 12px !important;
}


.box2Content {
    padding: 32px 40px 32px 0px
}

.box2Content .box2Left {
    float: left;
    width: 420px;
    height: 100%;
    margin-right: 45px
}

.box2Content .box2Left .box2LeftUl {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap
}

.box2Content .box2Left .box2LeftUl li {
    width: 94px;
    height: 28px
}

.box2Content .box2Left .box2LeftUl li a {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    display: inline-block;
    width: 94px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #666666
}

.box2Content .box2Left .box2LeftUl .liTitle {
    width: 94px;
    height: 28px;
    background: #EEEEEE;
    border-radius: 2px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    font-weight: bold
}

.box2Content .box2Right {
    float: right;
    width: 158px;
    height: 100%
}

.box2Content .box2Right a {
    margin-bottom: 20px;
    width: 158px;
    height: 89px;
    display: block
}

.box2Content .box2Right img {
    width: 158px;
    height: 89px
}

.box2Content .box2Center {
    height: 100%;
    overflow: hidden;
    width: 420px
}

.box2Content .box2Center .box2Item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 40px 0
}

.box2Content .box2Center .box2Item ul li {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
    margin-right: 26px
}

.box2Content .box2Center .box2Item ul li a {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #666666;
    line-height: 30px
}

.box2Content .box2Center .box2Item>ul:first-child li {
    margin-right: 40px
}

.box2Content .box2Title {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #1552a8;
    width: 420px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 12px;
    position: relative;
    left: 10px
}

.box2Content .box2Title::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #1552a8;
    position: relative;
    top: 4px;
    right: 10px
}

.box2Content a:hover {
    color: #666666
}

#topArrow {
    width: 10px;
    position: absolute;
    bottom: -2px;
    display: none
}



.aboutBanner {
    height: 588px;
    background: url(../images/shuibaotong/aboutBj.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.section-26{ height: 920px; background: url(../images/shuibaotong/26Bj.jpg) center no-repeat; overflow: hidden;}
.section-26 .caption{ font-size: 32px; line-height: 32px; text-align: center; position: relative; letter-spacing: 1px; color: #333; position: relative; margin-top: 96px;}
.section-26 .caption:after{ content: ""; display: block; width: 70px; height: 3px; background: #1552a8; position: absolute; left: 50%; margin-left: -35px; bottom: -23px;}
.section-26 .briefIntroduction{ margin-top: 115px;}
.section-26 .txtDescrible{ float: left; width: 50%;}
.section-26 .txtDescrible p{ font-size: 15px; line-height: 1.6; color: #666; letter-spacing: 1px; overflow: hidden; margin-bottom: 30px;}
.section-26 .txtDescrible p .img{ float: right;}
.section-26 .txtDescrible p .txt{ float: left; width: 400px;}
.section-26 .timeLine{ float: right;margin-top: 15px;}
.section-26 .timeList{ position: relative;}
.section-26 .timeList:after{ content: ""; display: block; width: 1px; background: #d9d9d9; position: absolute; left: 63px; top: 8px; bottom: -12px;}
.section-26 .timeList:before{ content: ""; display: block; width: 10px; height: 12px; background: url(../images/shuibaotong/arrowTime.png) center no-repeat; position: absolute; left:59px; bottom: -22px;}
.section-26 .timeItem{ overflow: hidden; margin-bottom: 22px;}
.section-26 .timeItem .year{ float: left; font-size: 20px; line-height: 20px; color: #1552a8; font-family: arial; position: relative; padding-right: 24px;}
.section-26 .timeItem .year:after{ content: ""; display: block; width: 10px; height: 10px; background: #f7f7f7; border: 2px solid #1552a8; border-radius: 50%; position: absolute; right: 0; top: 50%; margin-top: -5px; z-index: 1;}
.section-26 .timeItem .happen{ float: left; font-size: 14px; line-height: 22px; color: #666666; padding-left: 12px; margin-top: -2px;}

.innpt {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 50px;
}
.span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.headLine_lite {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headLine_lite .lity {
    display: flex;
    align-items: center;
}

.headLine_lite .lity span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    margin-left: 8px;
}

.headLine_lite .litt a {
    display: flex;
    align-items: center;
}

.headLine_lite .litt span {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    margin-right: 6px;
}
.headLine_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.headLine_box .divid {
    width: 380px;
    /*height: 410px;*/
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

.headLine_box .divid .divid_img {
    width: 380px;
    height: 215px;
    position: relative;
}

.headLine_box .divid .divid_img img {
    width: 380px;
    height: 215px;
    border-radius: 4px;
}

.headLine_box .divid .divid_img span {
    display: block;
    position: absolute;
    width: 140px;
    line-height: 26px;
    background: #F96203;
    border-radius: 4px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    top: 10px;
    right: -10px;
}

.headLine_box .divid .divid_text {
    padding: 13px;
}

.headLine_box .divid .divid_text .text-1 {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
}

.headLine_box .divid .divid_text .text-2 {
    display: flex;
    align-items: center;
    padding-top: 7px;
}

.headLine_box .divid .divid_text .text-2 span {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
}

.headLine_box .divid .divid_text .text-2 span:nth-child(1) {
    margin-right: 40px;
}

.headLine_box .divid .divid_text .text-3 {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    padding-top: 7px;
}

.headLine_box .divid .divid_text .text-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.headLine_box .divid .divid_text .text-4 span {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #F96203;
}

.headLine_box .divid .divid_text .text-4 a {
    width: 120px;
    line-height: 32px;
    background: #1552a8;
    border-radius: 16px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.headLine_box .divid .divid_text .text-4 a:nth-child(1){
    width: auto;
    line-height: initial;
    background:rgba(0, 0, 0, 0);
}
.cont_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.content_top {
    display: flex;
    align-items: center;
}

.content_top ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.content_top ul a {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    margin-right: 32px;
    position: relative;
}

.content_top ul a.active {
    font-weight: 500;
    color: #333333;
}

.content_top ul a.active:after {
    display: none;
    content: "";
    width: 72px;
    height: 4px;
    background: #1552a8;
    border-radius: 2px;
    position: absolute;
    top: 23px;
    left: 0;
    z-index: -1;
}
.content_box {
    width: 436px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #1552a8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.content_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 430px;
}

.content_box ul input {
    font-size: 14px;
    padding-left: 12px;
    border: 0;
    outline: none;
}

.content_box ul span {
    display: flex;
    align-items: center;
}

.content_box ul span a {
    width: 64px;
    line-height: 20px;
    background: #EEEEEE;
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-left: 7px;
}

.content_box button {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    width: 80px;
    height: 38px;
    background: #1552a8;
    border: 0;
    margin-right: -6px;
}
.section-9 .filtrate-area {
    background-color: #FFFFFF;
    padding: 0;
    margin-top: 15px;
}

.section-9 .filtrate-area .filtrate-condition {
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #F5F5F5;
}
.section-9 .filtrate-area{ padding-top: 10px; padding-left: 10px;}
.section-9 .filtrate-area .filtrate-condition{ overflow: hidden; margin: 0 0;}
.section-9 .filtrate-area .filtrate-condition .filtrate-condition-tit{ float: left; font-size: 14px; line-height: 24px; color: #999; letter-spacing: 1px;}
.section-9 .filtrate-area .filtrate-condition .all{ display: block; float: left; text-align: center; border-radius: 3px; font-size: 14px; line-height: 24px; letter-spacing: 1px; padding: 0 14px; cursor: pointer; color: #666;}
.section-9 .filtrate-area .filtrate-condition .all.active{ color: #fff; background: #1552a8;}
.section-9 .filtrate-area .filtrate-condition .parts{ display: block; float: left; width: 1005px; height: 24px;}
.section-9 .filtrate-area .filtrate-condition a{text-decoration: none; color: #000; }
.section-9 .filtrate-area .filtrate-condition .active a{ color: #fff; }
.section-9 .filtrate-area .filtrate-condition .parts span,.section-9 .filtrate-area .filtrate-condition .parts a{ display: inline-block; float: left; font-size: 14px; line-height: 24px; letter-spacing: 1px; padding: 0 14px; cursor: pointer;}
.section-9 .filtrate-area .filtrate-condition span.part,.section-9 .filtrate-area .filtrate-condition a.part{ color: #666; text-align: center;}
.section-9 .filtrate-area .filtrate-condition span.active,.section-9 .filtrate-area .filtrate-condition a.active{ color: #fff; background: #1552a8;}
.section-9 .filtrate-area .filtrate-condition .action{ margin-top: -25px; float: right; color: #999; line-height: 24px; margin-left: 20px;  cursor:pointer; padding-right: 14px;}
.section-9 .filtrate-area .filtrate-condition .action.up{ background: url(../images/arrow-up.png) right center no-repeat;display: none;}
.section-9 .filtrate-area .filtrate-condition .action.down{ background: url(../images/arrow-down.png) right center no-repeat;}
.header_bksd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.header_bksd .header_tos {
    display: flex;
    align-items: center;
}

.header_bksd .header_tos a {
    width: 60px;
    line-height: 22px;
    background: #FFFFFF;
    border: 1px solid #1552a8;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_bksd .header_tos a img {
    margin-left: 5px;
}

/*.header_bksd .header_tos a:nth-child(1){*/
/*  background: #1552a8;*/
/*  color: #FFFFFF;*/
/*}*/

.header_bksd .header_tos .active {
    background: #1552a8;
    color: #FFFFFF;
}

.header_bksd .header_boxs {
    display: flex;
    align-items: center;
}

.header_bksd .header_boxs span {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    margin-left: 8px;
}

.header_bksd .header_boxs img {
    margin-left: 8px;
}
.MsoNorm_lite {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.MsoNorm_lite .divid {
    width: 287px;
    height: 310px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    margin-top: 20px;
    margin-right: 17px;
}

.MsoNorm_lite .divid:nth-child(4n){
    margin-right: 0;
}

.MsoNorm_lite .divid .divid_img img {
    width: 100%;
}

.MsoNorm_lite .divid .divid_text {
    padding: 12px;
}

.MsoNorm_lite .divid .divid_text .text-1 {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
}

.MsoNorm_lite .divid .divid_text .text-2 {
    display: flex;
    align-items: center;
    padding-top: 7px;
}

.MsoNorm_lite .divid .divid_text .text-2 span {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
}

.MsoNorm_lite .divid .divid_text .text-2 span:nth-child(1) {
    margin-right: 30px;
}

.MsoNorm_lite .divid .divid_text .text-3 {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    padding-top: 7px;
}


.MsoNorm_lite .divid .divid_text .text-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}

.MsoNorm_lite .divid .divid_text .text-4 span {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #F96203;
}

.MsoNorm_lite .divid .divid_text .text-4 a {
    width: 96px;
    line-height: 28px;
    background: #1552a8;
    border-radius: 14px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.section-13{ padding-bottom: 40px;}
.section-13 .partTitle{ font-size: 22px; line-height: 22px; color: #333; margin: 40px 0 20px;}
.section-13 .partContent{ overflow: hidden;}
.section-13 .leftImg{ float: left; width: 285px; height: 390px;}
.section-13 .rightContent{ float: right; width: 898px; height: 390px; background: #fff; position: relative;}
.section-13 .partList1 .rightContent:before{ content: ""; display: block; width: 100%; height: 4px; background: #383d41; position: absolute; top: 0; left: 0;}
.section-13 .rightContent .contentTxt{ overflow: hidden;}
.section-13 .rightContent .contentTxt .txt{ width: 600px; float: left; text-indent: 2em; margin-left: 35px; margin-top: 26px; letter-spacing: 1px;}
.section-13 .rightContent .contentTxt .txt p{ font-size: 14px; line-height: 24px; color: #666; margin-bottom: 20px;}
.section-13 .rightContent .contentTxt .inf{ float: right; width: 240px;}
.section-13 .contentTxt .btnLink{ width: 190px; height: 42px; border-radius: 4px; background: #ceb177; margin-top: 65px; margin-left: 18px;}
.section-13 .contentTxt .btnLink a{ display: block; text-align: center; font-size: 16px; color: #fff; text-decoration: none; line-height: 42px;}
.section-13 .contentTxt .btnLink a:hover{ color: #ccc !important;}
.section-13 .contentTxt .telNum{ font-size: 24px; line-height: 30px; background: url(../images/icons.png) -250px -430px no-repeat; padding-left: 38px; margin-left: 18px; margin-top: 55px;}
.section-13 .iconListBox{ position: absolute; left: 0; bottom: 0;}
.section-13 .iconListBox .iconList{ overflow: hidden; border: 1px solid #eee; border-right: none;}
.section-13 .iconListBox .iconItem{ float: left; height: 137px; width: 148.5px; border-right: 1px solid #eee; cursor: pointer;}
.section-13 .iconListBox .iconItem .icon{ width: 55px; height: 55px; margin: 30px auto 0; background-image: url(../images/icons.png); background-repeat: no-repeat ;}
.section-13 .iconListBox .iconItem p{ text-align: center; color: #999; line-height: 24px; font-size: 14px; margin-top: 12px;}
.section-13 .iconListBox .iconItem .icon1{ background-position: -250px -460px;}
.section-13 .iconListBox .iconItem .icon2{ background-position: -305px -460px;}
.section-13 .iconListBox .iconItem .icon3{ background-position: -360px -460px;}
.section-13 .iconListBox .iconItem .icon4{ background-position: -250px -515px;}
.section-13 .iconListBox .iconItem .icon5{ background-position: -305px -515px;}
.section-13 .iconListBox .iconItem .icon6{ background-position: -360px -515px;}
.section-13 .iconListBox .hoverShow{ position: absolute; top: 0; width: 50%; height: 100%; background: #ceb177; display: none;}
.section-13 .iconListBox .hoverShow.left{ left: 0;}
.section-13 .iconListBox .hoverShow.right{ right: 0;}
.section-13 .iconListBox .hoverShow .tit{ float: left; padding: 0 15px; border-right:1px solid #fff; margin: 32px 0 32px 18px;}
.section-13 .iconListBox .hoverShow .tit .icon{ width: 50px; height: 50px; margin: 0 auto; background-image: url(../images/icons.png); background-repeat: no-repeat;}
.section-13 .iconListBox .hoverShow .tit .icon1{ background-position: -250px -580px;}
.section-13 .iconListBox .hoverShow .tit .icon2{ background-position: -300px -580px;}
.section-13 .iconListBox .hoverShow .tit .icon3{ background-position: -350px -580px;}
.section-13 .iconListBox .hoverShow .tit .icon4{ background-position: -250px -630px;}
.section-13 .iconListBox .hoverShow .tit .icon5{ background-position: -300px -630px;}
.section-13 .iconListBox .hoverShow .tit .icon6{ background-position: -350px -630px;}
.section-13 .iconListBox .hoverShow .tit p{ text-align: center; font-size: 14px; line-height: 24px; font-weight: bold; color: #fff;}
.section-13 .iconListBox .hoverShow .text{ float: left; display: table; width: 292px; height: 100%; padding-left: 12px;}
.section-13 .iconListBox .hoverShow .text p{ font-size: 14px; line-height: 24px; color: #fff; letter-spacing: 1px; display: table-cell; vertical-align: middle;}
.section-13 .systermList{ overflow: hidden; margin-right: -18px;}
.section-13 .systermItem{ float: left; width: 178px; height: 186px; margin-right: 2px; margin-bottom: 18px; position: relative; perspective: 1200px;}
.section-13 .systermItem1{ background: url(../images/shuibaotong/sys_bg1.png) center no-repeat;}
.section-13 .systermItem2{ background: url(../images/shuibaotong/sys_bg2.png) center no-repeat;}
.section-13 .systermItem3{ background: url(../images/shuibaotong/sys_bg3.png) center no-repeat;}
.section-13 .systermItem4{ background: url(../images/shuibaotong/sys_bg4.png) center no-repeat;}
.section-13 .systermItem5{ background: url(../images/shuibaotong/sys_bg5.png) center no-repeat;}
.section-13 .systermItem6{ background: url(../images/shuibaotong/sys_bg6.png) center no-repeat;}
.section-13 .systermItem7{ background: url(../images/shuibaotong/sys_bg7.png) center no-repeat;}
.section-13 .systermItem8{ background: url(../images/shuibaotong/sys_bg8.png) center no-repeat;}
.section-13 .systermItem9{ background: url(../images/shuibaotong/sys_bg9.png) center no-repeat;}
.section-13 .systermItem10{ background: url(../images/shuibaotong/sys_bg10.png) center no-repeat;}
.section-13 .systermItem .icon{ width: 60px; height: 60px; margin:0 auto; border-radius: 50%; margin-top: 28px;}
.section-13 .systermItem .icon1{background: url(../images/shuibaotong/sys1.png) center no-repeat;}
.section-13 .systermItem .icon2{background: url(../images/shuibaotong/sys2.png) center no-repeat;}
.section-13 .systermItem .icon3{background: url(../images/shuibaotong/sys3.png) center no-repeat;}
.section-13 .systermItem .icon4{background: url(../images/shuibaotong/sys4.png) center no-repeat;}
.section-13 .systermItem .icon5{background: url(../images/shuibaotong/sys5.png) center no-repeat;}
.section-13 .systermItem .icon6{background: url(../images/shuibaotong/sys6.png) center no-repeat;}
.section-13 .systermItem .icon7{background: url(../images/shuibaotong/sys7.png) center no-repeat;}
.section-13 .systermItem .icon8{background: url(../images/shuibaotong/sys8.png) center no-repeat;}
.section-13 .systermItem .icon9{background: url(../images/shuibaotong/sys9.png) center no-repeat;}
.section-13 .systermItem .icon10{background: url(../images/shuibaotong/sys10.png) center no-repeat;}

/*.section-13 .systermItem .icon2{ background-position: -310px -680px;}
.section-13 .systermItem .icon3{ background-position: -370px -680px;}
.section-13 .systermItem .icon4{ background-position: -250px -740px;}
.section-13 .systermItem .icon5{ background-position: -310px -740px;}
.section-13 .systermItem .icon6{ background-position: -370px -740px;}*/
.section-13 .systermItem .name{ text-align: center; font-size: 18px; line-height: 20px; color: #fff; margin-top: 12px;}
.section-13 .systermItem .tip{ text-align: center; font-size: 12px; line-height: 1.5; color: #fff; opacity: 0.5; margin-top: 12px;}
.section-13 .systermItem .fixTable{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: table; z-index: 9; background: #ceb177; opacity: 0; transition: all 0.3s; transform: rotateY(90deg); transform-origin: left center;}
.section-13 .systermItem:hover .fixTable{ display: table; opacity: 1; transform: rotateY(0deg);}
.section-13 .systermItem .tableCell{ display: table-cell; vertical-align: middle;}
.section-13 .systermItem .detailLessonList{ overflow: hidden; padding: 0 16px;}
.section-13 .systermItem .detailLessonList li{ font-size: 14px; line-height: 28px; float: left; width: 33.33%; position: relative; text-indent: 8px; height: 28px; overflow: hidden;}
.section-13 .systermItem .detailLessonList li a{ text-decoration: none; color: #fff;}
.section-13 .systermItem .detailLessonList li a:hover{ color: #ccc !important;}
.section-13 .systermItem .detailLessonList li:before{ content: ""; display: block; width: 3px; height: 3px; background: #fff; position: absolute; left: 0; top: 12px;}
.section-13 .partList3 .rightContent:before{ content: ""; display: block; width: 100%; height: 4px; background: #ceb177; position: absolute; top: 0; left: 0;}
.section-13 .remark{ position: absolute; font-size: 14px; line-height: 24px; color: #383d41; top: 18px; left: 18px;}
.section-13 .map{ position: absolute; top: 55px; left: 18px; width: 640px;}
.section-13 .map ul li{width: 60px; float: left;}
.section-13 .map ul li a{width: 60px !important; float: left !important; font-size: 13px; line-height: 200%; color:#806121 !important;}
.section-13 .map ul{width: 640px; height: 30px;}
.section-13 .map ul p{width: 640px; height: 2px;}
.section-13 .arrangement{ position: absolute; top: 40px; right: 35px;}
.section-13 .arrangement a{ display: block; width: 190px; height: 42px; background: #ceb177; border-radius: 5px; font-size: 16px; line-height: 42px; color: #fff; text-decoration: none; text-align: center; margin-bottom: 14px;}
.section-13 .arrangement a:hover{ color: #ccc !important;}
.section-13 .others{ padding-left: 5px; margin-top: 34px;}
.section-13 .others .photoTo{ font-size: 14px; line-height: 20px; color: #383d41;}
.section-13 .others .number{ font-size: 20px; color: #383d41; line-height: 28px; font-family: arial; background: url(../images/shuibaotong/photo.png) left center no-repeat; padding-left: 27px;}
.section-13 .partList4 .rightContent:before{ content: ""; display: block; width: 100%; height: 4px; background: #373d41; position: absolute; top: 0; left: 0;}
.section-13 .process{ float: left; margin: 42px 0; margin-left: 38px;}
.section-13 .processItem{ overflow: hidden; margin: 20px 0;}
.section-13 .processItem .processTit{ float: left; width: 84px; height: 70px; line-height: 70px; background: #373d41; font-size: 18px; color: #fff; text-align: center;}
.section-13 .processItem .processTxt{ float: left; width: 513px; height: 68px; border: 1px solid #373d41;}
.section-13 .processItem .processTxt .table{ display: table; padding: 0 32px; height: 100%;}
.section-13 .processItem .processTxt span{ display: table-cell; vertical-align: middle; width: 100px; font-size: 14px; line-height: 18px; color: #333;}
.section-13 .processItem .processTxt b{ display: table-cell; vertical-align: middle; padding: 0 25px;}
.section-13 .serviceImgs{ float: right; margin-top: 22px; margin-right: 30px;}
.section-13 .serviceImgs .serviceItem{ margin-bottom: 9px;}
.section-13 .partList5 .rightContent:before{ content: ""; display: block; width: 100%; height: 4px; background: #1552a8; position: absolute; top: 0; left: 0;}
.section-13 .signOnline{ float: left; width: 600px; height: 100%; margin-left: 38px; position: absolute;}
.section-13 .signOnline .signTitle{ font-size: 14px; line-height: 24px; color: #333; font-weight: bold; background: url(../images/shuibaotong/star.png) left center no-repeat; padding-left: 20px; margin-top: 26px; margin-bottom: 12px;}
.section-13 .signOnline .signProcess{}
.section-13 .signOnline .signProcess li{ margin-bottom: 12px; padding-right: 10px;}
.section-13 .signOnline .signProcess li h6{ font-size: 12px; line-height: 22px; color: #333; letter-spacing: 1px;margin: 0;}
.section-13 .signOnline .signProcess li p{ font-size: 12px; line-height: 22px; color: #666; letter-spacing: 1px;}
.section-13 .signOnline .btnGroup{ position: relative;}
.section-13 .signOnline .btnGroup .btn{ float: left; width: 114px; margin-right: 8px; position: relative;}
.section-13 .signOnline .btnGroup .btn.hover:after{ content: ""; display: block; width: 9px; height: 5px; position: absolute; left: 50%; margin-left: -5px; bottom: -7px; background: url(../images/shuibaotong/needle.png) center no-repeat;}
.section-13 .signOnline .btnGroup .btn a{ display: block; height: 32px; line-height: 32px; text-align: center; text-decoration: none; font-size: 14px; color: #fff; border-radius: 3px; background: #1552a8;}
.section-13 .signOnline .btnGroup .btn a:hover{color: #ccc !important;}
.section-13 .signOnline .btnGroup .tip{ width: 402px; height: 30px; line-height: 30px; background: #373d41; border-radius: 3px; text-align: center; color: #fff; font-size: 12px; position: absolute; top: 37px; left: 0; display: none;}
.section-13 .signOnline .code{ position: absolute; right: 10px; bottom: 10px;}
.section-13 .rightCon{ float: right; width: 240px; height: 100%; border-left: 1px solid #eee;}
.section-13 .slideNav{ border-bottom: 1px solid #373d41; overflow: hidden;display: flex;}
.section-13 .slideNav .slideNavItem{ float: left; width: 120px; height: 44px; line-height: 44px;text-align: center; font-size: 14px; color: #373d41; cursor: pointer;}
.section-13 .slideNav .slideNavItem.active{ background: #373d41; color: #fff;}
.section-13 .slideContentItem .hotList{ padding: 0 10px; margin-top: 10px;}
.section-13 .slideContentItem .hotItem{ border-bottom: 1px dotted #cecece; overflow: hidden; padding: 11px 0;}
.section-13 .slideContentItem .hotLessonName{ font-size: 12px; line-height: 22px; text-indent: 12px; letter-spacing: 1px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative;margin: 0;}
.section-13 .slideContentItem .hotLessonName:before{ content: ""; display: block; position: absolute; left: 0; width: 4px; height: 4px; background: #a9a9a9; top: 50%; margin-top: -2px;}
.section-13 .slideContentItem .hotLessonName a{ text-decoration: none; color: #333;}
.section-13 .slideContentItem .hotLessonInfr{ overflow: hidden; height: 16px; float: right; margin-top: 5px;}
.section-13 .slideContentItem .hotLessonInfr .time{ float: left; font-size: 12px; line-height: 16px; color: #999; background: url(../images/shuibaotong/clock.png) left center no-repeat; padding-left: 19px; padding-right: 8px; border-right: 1px solid #a9a9a9;}
.section-13 .slideContentItem .hotLessonInfr .addr{ float: left; font-size: 12px; line-height: 16px; color: #999; padding: 0 8px; border-right: 1px solid #a9a9a9;}
.section-13 .slideContentItem .hotLessonInfr a{ float: left; text-decoration: none; font-size: 12px; line-height: 16px; color: #1552a8; padding: 0 8px;}
.section-13 .slideContentItem .vipTitle{ font-size: 12px; font-weight: bold; color: #000; line-height: 22px; padding-left: 18px; margin: 17px 0 15px;}
.section-13 .slideContentItem .ConditionItem{ font-size: 12px; color: #666; line-height: 22px; padding-left: 18px; padding-right: 25px; letter-spacing: 1px; margin-bottom: 10px;}
.section-13 .contentTxt .searchBox{ margin: auto;}
.section-13 .contentTxt .searchBox .search{ width: 194px; height: 38px; border: 2px solid #383d41; padding: 0; font-size: 14px; color: #999; line-height: 38px; letter-spacing: 2px; text-indent: 12px;}
.section-13 .contentTxt .searchBox .searchbtn{ width: 42px; height: 42px; color: #fff; background: url(../images/shuibaotong/icons.png) 2px -616px #383d41;}
.section-13 .partList6 .rightContent:before{ content: ""; display: block; width: 100%; height: 4px; background: #373d41; position: absolute; top: 0; left: 0;}
.section-13 .evaluateBox{ width: 600px; float: left; margin: 0 38px;}
.section-13 .evaluateVideo{ width: 600px; height: 272px; background: #000; margin-top: 15px; position: relative;}
.section-13 .evaluateVideo .btn{ position: absolute; width: 20px; height: 66px; top: 50%; margin-top: -33px; background-image: url(../images/shuibaotong/icons.png); background-repeat: no-repeat; cursor: pointer;}
.section-13 .evaluateVideo .btnPrev{ background-position: 0 -740px; left: 0;}
.section-13 .evaluateVideo .btnNext{ background-position: -20px -740px; right: 0;}
.section-13 .evaluateVideo .slideBox{ margin: 0 auto; overflow:}
.section-13 .evaluateVideo .slideList .slideItem{ float: left;}
.section-13 .evaluateBox .companys{ overflow: hidden; margin-top: 8px; height: 83px; position: relative;}
.section-13 .evaluateBox .companys .words{ position: absolute; height: 100%; background: #1552a8; padding: 0 30px; display: none;}
.section-13 .evaluateBox .companys .words p{ font-size: 12px; line-height: 20px; color: #fff;}
.section-13 .evaluateBox .companys .words p.word{ margin-top: 12px;}
.section-13 .evaluateBox .companys .words p.from{ text-align: right;}
.section-13 .evaluateBox .companys li{ float: left; width: 20%; text-align: center; line-height: 83px; cursor: pointer;}
.section-13 .mobileSlide{ float: left; width: 194px; height: 376px; background: url(../images/shuibaotong/phone.png) center no-repeat; position: relative; margin: 8px;}
.section-13 .mobileSlide .slideBox{ width: 192px; margin: 20px auto 0; overflow: hidden;}
.section-13 .mobileSlide .btn{ position: absolute; width: 22px; height: 44px; top: 50%; margin-top: -22px; background-image: url(../images/shuibaotong/icons.png); background-repeat: no-repeat; cursor: pointer;}
.section-13 .mobileSlide .btnPrev{ background-position: -40px -740px; left: 0;}
.section-13 .mobileSlide .btnNext{ background-position: -62px -740px; right: 0;}
.section .linkCourseCenter{ background: #e9e9e9; height: 142px; overflow: hidden; margin-top: 40px;margin-bottom: 80px;}
.section .linkCourseCenter .linkBtn{ display: block; margin: 0 auto; width: 300px; height: 62px; border: 1px solid #373d41; line-height: 62px; font-size: 28px; text-decoration: none; color: #333; text-align: center; margin-top: 24px;}
.section .linkCourseCenter p{ text-align: center; font-size: 20px; line-height: 24px; color: #888; letter-spacing: 6px; margin-top: 15px;}

h4,h5,p{
    margin: 0;
}
.span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.divid_cons .come {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.section-5 {
    padding: 60px 0;
    background: #f7f7f7;
}
.head_lite {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.head_lite a {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    margin-right: 30px;
    width: 86px;
    text-align: center;
}

.head_lite a:hover{
    font-weight: bold;
    color: #333333;
}

.head_lite .active {
    font-weight: bold;
    color: #333333;
    position: relative;
    z-index: 9;
}

.head_lite .active:after {
    display: block;
    content: "";
    width: 86px;
    height: 4px;
    background: #1552a8;
    border-radius: 2px;
    position: absolute;
    top: 19px;
    left: -3px;
    z-index: -1;
}
.head_boxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.head_boxs .collon-s {
    width: 264px;
    padding-top: 30px;
    overflow: hidden;
}

.head_boxs .collon-s .img-m img {
    width: 264px;
}

.head_boxs .collon-s .text-a {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    padding-top: 13px;
}

.head_boxs .collon-s .text-b {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
}

.head_boxs .collon-s .text-b span {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    padding-right: 30px;
}

.head_boxs .collon-s .text-c {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 13px;
    padding-top: 10px;
}

.head_boxs .collon-s .text-d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.head_boxs .collon-s .text-d  a:nth-child(1){
    background-color: rgba(0, 0, 0, 0);
    width: auto;
}

.head_boxs .collon-s .text-d span {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #F96203;
    display: block;
}

.head_boxs .collon-s .text-d a {
    width: 96px;
    line-height: 28px;
    background: #1552a8;
    border-radius: 14px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.clefix_lis {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1140px;
}

.clefix_liti {
    width: 1140px;
}
.divid_cons {
    width: 832px;
}
.divid_cont {
    width: 289px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}

.divid_cont h4 {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
}

.divid_cont h4:after {
    display: block;
    content: "";
    width: 4px;
    height: 20px;
    background: #1552a8;
    border-radius: 2px;
    position: absolute;
    top: 1px;
    left: 0px;
    /* z-index: -1; */
}

.divid_cont .ivid_c {
    padding: 17px 0;
    border-bottom: 1px solid #F5F5F5;
}

.divid_cont .ivid_c .text-a {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
}

.divid_cont .ivid_c .text-b {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 5px;
}

.divid_cont .ivid_c .text-b span {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
}

.divid_cont .ivid_c .text-b span:nth-child(1) {
    padding-right: 30px;
}

.divid_cont .ivid_c .text-d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
}

.divid_cont .ivid_c .text-d  a:nth-child(1){
    width: auto;
    line-height: initial;
    background:rgba(0, 0, 0, 0);
}


.divid_cont .ivid_c .text-d a {
    width: 80px;
    line-height: 24px;
    background: #1552a8;
    border-radius: 12px;
    font-size: 13px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.divid_cont .ivid_c .text-d span {
    display: flex;
    align-items: center;
}

.divid_cont .ivid_c .text-d span i {
    font-style: normal;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

.divid_cont .ivid_c .text-d span em {
    font-style: normal;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #F96203;
    /* width: 120px; */
}
.sec-5{width: 1200px;margin: 0 auto;}
.sec-5 .title-tip{margin-bottom: 60px;}
.sec-5 .sec-5-tab {    margin: 0 auto;
    /* width: 810px; */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;}
.sec-5 .sec-5-tab span{ cursor: pointer;display: inline-block;width: 160px;height: 45px;border: 0px solid #bfbfbf;padding: 0;margin: 0; float: left;text-align: center;line-height: 45px;font-size: 18px;color: #666666;font-family: 'Source Han Sans CN'; background-color: #E8E8E8; margin-left: 2px; }
.sec-5 .sec-5-tab span.active{background: #1552a8;border:0px solid #1552a8;color: #fff;}

.sec-5-c{padding: 20px 30px;background: #fff;}
.sec-5 .come{width: 100%;text-align: center;}
.sec-5 .come a{font-family: 'Source Han Sans CN';display: inline-block;width: 260px;height: 50px;border:1px solid #1552a8;color: #1552a8;text-align: center;line-height: 50px;margin: 0 auto;margin-bottom: 30px;font-size: 20px;letter-spacing: 2px;}
.con1-i{width: 250px;margin-right: 45px;float: left;}
.con1-i:last-child{margin-right: 0;}
.con1-i img{margin-bottom: 35px;}
.con1-i-item{width: 250px;height: 70px;border-bottom: 1px solid #eeeeee; margin-bottom: 30px;}
.con1-i-item .course{font-family: 'Source Han Sans CN';font-size: 16px;line-height: 30px;width: 100%;padding-right: 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.con1-i-item .city p{float: left;font-size: 14px;line-height: 30px;color: #999999;font-family: 'Source Han Sans CN';}
.con1-i-item .city a{font-family: 'Source Han Sans CN';float: right;display: inline-block;width: 80px;height: 25px;background: #1552a8;text-align: center;line-height: 25px;border-radius: 10px;font-size: 14px;color: #fff;}
.con1-r,.con1-r{float: right;width: 240px;}
.con1-r .tit{font-size: 19px;color: #1552a8;text-align: center;line-height: 40px;font-family: 'Source Han Sans CN';}
.con1-r .con1-r-i-t{width: 230px;height: 130px;position: relative;}
.con1-r .con1-r-i-t img{width: 100%;height: 100%;display: inline-block;position: absolute;left: 0;top: 0;}
.con1-r .con1-r-i-t img.course-img{background: red;}
.con1-r .con1-r-i-t img.mask{display: none;}
.con1-r-i:hover .con1-r-i-t img.mask{display: block;width: 100%;height: 100%;display: inline-block;}
.con1-r-i:hover p{color: #1552a8;}


.con1-r-i p{font-family: 'Source Han Sans CN';font-size: 13px;line-height: 29px;color: #666666;margin-bottom: 15px;text-indent: 20px;width: 80%;padding-right: 20%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.con1-r-2{display: none;}
.con1-r .check{width: 100%;text-align: center;}
.con1-r .check .prev,.con1-r .check .next{font-family: 'Source Han Sans CN';color: #666;font-size: 15px;display: inline-block;width: 75px;line-height: 40px;}
.con1-r .check .paper span{font-family: 'Source Han Sans CN';font-size: 15px;color: #6c6c6c;margin:0 10px;}
.con1-r .check .paper span.active{color: #1552a8;text-decoration: underline;}
.con1-r .check .paper{width: 85px;line-height: 40px;}
.con1-r .check .paper,.con1-r .check .prev,.con1-r .check .next{float: left;cursor: pointer;}
/* .con1-l{display: none;} */
.con-l{padding-top: 40px;float: left;display: none;}
.con1-l{display: block}
.con2-l-i a{padding: 5px;display: inline-block;width: 100%;height: 100%;}
.con2-l-i a img{float: left;width: 190px;height: 110px;margin-right: 10px;display: inline-block;background: #444444}
.con2-l-i a .con2-l-i-tips{padding: 5px 20px;background: #f7f7f7;width: 610px;height: 100px;float: left;border-radius: 6px;}
.con2-l-i a .con2-l-i-tips .course{font-family: 'Source Han Sans CN';font-size: 17px;line-height: 30px;color: #333333;padding-right: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.con2-l-i a .con2-l-i-tips .detail{font-family: 'Source Han Sans CN';font-size: 14px;color: #999999;line-height: 25px;}
.con2-l-i a:hover{background: #faf6f0;}
.con2-l-i a:hover .con2-l-i-tips{background: #faf6f0;}
.con2-l-i a:hover .course{color: #d7be8c;}
.clefix_liti .secti_ui {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clefix_liti .secti_ui ul {
    display: flex;
    align-items: center;
}

.clefix_liti .secti_ui ul span {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    margin-right: 30px;
    cursor:pointer;
}

.clefix_liti .secti_ui ul span:hover{
    font-weight: bold;
    color: #333333;
}

.clefix_liti .secti_ui a {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #1552a8;
}



.clefix_liti .secti_ui .active {
    font-weight: bold;
    color: #333333;
    position: relative;
    z-index: 9;
}

.clefix_liti .secti_ui .active:after {
    display: block;
    content: "";
    width: 86px;
    height: 4px;
    background: #1552a8;
    border-radius: 2px;
    position: absolute;
    top: 19px;
    left: -3px;
    z-index: -1;
}

.clefix_liti .middle_lity ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}


.clefix_liti .middle_lity ul li {
    width: 264px;
    height: 114px;
    background-image: url(../images/shuibaotong/55.png);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    padding: 20px 20px 0 10px;
    box-sizing: border-box;
}

.clefix_liti .middle_lity ul li h5 {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
}

.clefix_liti .middle_lity ul li p {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    padding-top: 10px;
}

.clefix_liti .middle_lity ul li span {
float: left;
    padding-top: 5px;
}

.clefix_liti .middle_lity ul li span em {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
}

.clefix_liti .middle_lity ul li a:nth-child(2) {
    width: 80px;
    line-height: 24px;
    background: #1552a8;
    border-radius: 12px;
    font-size: 13px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    float: right;
    margin-top: 3px;
}
.middle_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.middle_box ul li {
    width: 264px;
    margin-top: 30px;
}

.middle_box ul li img {
    width: 100%;
}

.middle_box ul li span {
    display: block;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    padding-top: 10px;
}

.middle_box ul li p {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    padding-top: 10px;
}

.Advant_ols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.Advant_ols .Advant_ttg {
    width: 825px;
}

.Advant_ols .Advant_ttg .ttg_advan {
    padding-top: 30px;
}

.Advant_ols .Advant_ttg .ttg_advan a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.Advant_ols .Advant_ttg .ttg_advan a img {
    width: 165px;
    height: 101px;
}

.Advant_ols .Advant_ttg .ttg_advan a ul {
    width: 640px;
    margin-left: 20px;
}

.Advant_ols .Advant_ttg .ttg_advan a ul h5 {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}

.Advant_ols .Advant_ttg .ttg_advan a ul p {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    padding-top: 9px;
}

.Advant_ols .Advant_ttg .ttg_advan a ul span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.Advant_ols .Advant_ttg .ttg_advan a ul span em {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

.Advant_ols .Advant_xyg {
    width: 275px;
}

.Advant_ols .Advant_xyg ul li {
    margin-top: 30px;
    position: relative;
}

.Advant_ols .Advant_xyg ul li img {
    width: 264px;
    height: 148px;
}

.Advant_ols .Advant_xyg ul li span {
    display: block;
    width: 80px;
    line-height: 24px;
    background: #F96203;
    border-radius: 4px;
    font-size: 13px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 0;
}

.Advant_ols .Advant_xyg ul li p {
    padding-top: 10px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}

.CMAw_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.CMAw_box a {
    width: 262px;
    line-height: 50px;
    border: 2px solid #1552a8;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #1552a8;
    text-align: center;
}

.con6-l .clefix_liti .Advant_ols .Advant_ttg .ttg_advan a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
}

.con6-l .clefix_liti .Advant_ols .Advant_ttg .ttg_advan a ul {
    width: 790px;
}

.con6-l .clefix_liti .Advant_ols .Advant_ttg .ttg_advan img {
    width: 23px;
    height: 22px;
}
.success-l .success_qg .ccess {
    padding: 5px;
    width: 850px;
    margin: 5px 0;
}

.success-l .success_qg .ccess a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.success-l .success_qg .ccess img {
    width: 190px;
    height: 110px;
    margin-right: 10px;
}

.success-l .success_qg .ccess ul {
    padding: 5px 20px;
    background: #f7f7f7;
    width: 610px;
    height: 110px;
    border-radius: 6px;
}

.success-l .success_qg .ccess ul span {
    display: block;
    font-family: 'Source Han Sans CN';
    font-size: 17px;
    line-height: 30px;
    color: #333333;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.success-l .success_qg .ccess ul p {
    font-family: 'Source Han Sans CN';
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}


.success-l {
    display: flex;
    width: 1140px;
    align-items: flex-start;
    justify-content: space-between;
}

.success_qg {
    width: 850px;
}

.success-l .success_wb {
    width: 230px;
    margin-top: -30px;
}

.success-l .success_wb a img {
    width: 230px;
    height: 130px;
}

.success-l .success_wb h4 {
    font-size: 19px;
    color: #1552a8;
    text-align: center;
    line-height: 40px;
    margin-bottom: -20px;
    font-family: 'Source Han Sans CN';
}

.Advant_xyg h4 {
    font-size: 19px;
    color: #1552a8;
    text-align: center;
    font-family: 'Source Han Sans CN';
}

.success-l .success_wb a span {
    display: block;
    font-family: 'Source Han Sans CN';
    font-size: 13px;
    line-height: 29px;
    color: #666666;
    margin-bottom: 15px;
    text-indent: 20px;
    width: 80%;
    padding-right: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clearfix{
    clear: both;
}

p{
    margin: 0;
}
h4,h5{
    margin: 0;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex-centers {
    align-content: center;
    align-items: center;
}

.flex-centerss {
    justify-content: center;
    -webkit-justify-content: center;
}

.flex-centersss {
    -webkit-align-items: center;
    align-items: center;
}

.flex-center {
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.flex-space {
    justify-content: space-between;
}

.flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.flex-around {
    justify-content: space-around;
}

.flex-row {
    flex-direction: row;
}


.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.flex-end-align {
    align-items: flex-end;
}


.flex-wrap {
    flex-wrap: wrap;
}

.text-wrap {
    word-wrap: break-word;
    word-break: break-all;
}

.text-hiddle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*瓒呭嚭1琛岄殣钘�  */
.flex-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*瓒呭嚭涓よ闅愯棌  */

.flex-hiddens {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*瓒呭嚭3琛岄殣钘�  */
.flex-hiddenss {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text-center {
    text-align: center;
}

.flex-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-box-flex: 1.0;
    /* Firefox */
    -webkit-box-flex: 1.0;
    /* Safari 鍜� Chrome */
    box-flex: 1.0;
}

.flex-strech {
    align-items: stretch;
}
.pore{
    position: relative;
}
.poab{
    position: absolute;
}
.dino{
    display: none;
}
#__next {
    height: 100%;
    background-color: #f7f8fa
}
.ant-layout,
.ant-layout-content {
    min-height: 100%
}
.layout_layout__2t1Ec {
    position: relative
}

.layout_layout__2t1Ec .layout_navModule__1oBhn {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g {
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g .layout_logo__3FdHd {
    width: 120px;
    height: 23px;
    cursor: pointer
}

.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g .layout_nav__uWpz7 {
    display: flex
}

.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g .layout_nav__uWpz7 li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-right: 48px;
    cursor: pointer
}

.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g .layout_nav__uWpz7 li:last-child {
    margin-right: 0
}

.layout_layout__2t1Ec .layout_navModule__1oBhn .layout_navContent__3YT0g .layout_nav__uWpz7 li .layout_phone__22JXk {
    margin-left: 7px
}

.layout_layout__2t1Ec .layout_footer__1UWVy {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    color: #95a1af;
    text-align: center
}
.styles_container__3yd9V .styles_commonContent__2-vTt {
    width: 1190px;
    margin: 0 auto
}

.styles_container__3yd9V .styles_main__pj_GW {
    padding-bottom: 0
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT {
    height: 420px;
    color: #fff;
    background: url(../images/shuibaotong/topbg.jpg) no-repeat;
    background-size: cover;
    background-color: #000;
    padding-top: 68px
}
a {
    color: inherit;
    text-decoration: none
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .styles_name__3iIRp {
    margin: 51px 0 16px;
    font-size: 48px;
    line-height: 67px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .styles_slogan__EpnZn {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 5px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_banner__1rqPT .styles_relation__2jrwI {
    margin-top: 48px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_section__fbbmO .styles_title__vXtqO {
    font-size: 32px;
    text-align: center;
    color: #2f3742;
    line-height: 45px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM {
    padding: 48px 0;
    background-color: #fff
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ {
    margin-top: 36px;
    display: flex;
    justify-content: space-between
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ .styles_solutionItem__2M0fG {
    width: 33%;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #e5eaf4;
    padding: 22px 32px 24px;
    margin-right: 55px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ .styles_solutionItem__2M0fG:last-child {
    margin: 0
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ .styles_solutionItem__2M0fG:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .15)
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ .styles_solutionItem__2M0fG .styles_imgIcon__1Hf9j {
    display: inline-block;
    width: 40px;
    height: 40px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ .styles_solutionItem__2M0fG .styles_itemTitle__3nj4W {
    font-size: 20px;
    color: #2f3742;
    line-height: 24px;
    margin: 16px 0 12px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_solution__1p4QM .styles_solutionList__1HkIZ .styles_solutionItem__2M0fG .styles_text__bR-DZ {
    font-size: 16px;
    color: #687583;
    line-height: 28px
}

.styles_container__3yd9V .styles_relationBtn__3OT1a {
    display: inline-block;
    width: 184px;
    height: 54px;
    text-align: center;
    border-radius: 27px;
    line-height: 54px;
    background: #408cff;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 0;
}
.styles_container__3yd9V .styles_relationBtn__3OT1a a{
    color: #FFF;
}
.styles_container__3yd9V .styles_relationBtn__3OT1a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 13px 24px rgba(2, 39, 95, .2);
    box-shadow: 0 13px 24px rgba(2, 39, 95, .2);
    background-image: -webkit-gradient(linear, left top, right bottom, from(#82b5ff), color-stop(0, #3c89f6));
    background-image: -webkit-linear-gradient(left top, #82b5ff 0, #3c89f6 0);
    background-image: linear-gradient(to right bottom, #82b5ff 0, #3c89f6 0)
}
.styles_container__3yd9V .styles_main__pj_GW .styles_section__fbbmO .styles_title__vXtqO {
    font-size: 32px;
    text-align: center;
    color: #2f3742;
    line-height: 45px;
    margin-bottom: 0;
}
.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n {
    padding: 52px 0 60px;
    background: url(../images/shuibaotong/bg1.png) no-repeat bottom;
    background-size: cover
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_nav__gcAIG {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 10px;
    margin: 52px auto 54px;
    background: #f9fafd;
    border-radius: 10px;
    list-style: none;
    border: 1px solid #e9edf4
}
.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_nav__gcAIG .styles_navItem__2fpb3 {
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #687583;
    font-size: 16px;
    cursor: pointer
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_nav__gcAIG .styles_active__1Heie {
    color: #fff;
    background: #408cff;
    border-radius: 10px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B {
    position: relative
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_prevBox__22NQO {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_nextBox__OX_bC {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 10
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B {
    position: relative
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_prevBox__22NQO {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_nextBox__OX_bC {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 10
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-feature-settings: normal, ;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm {
    height: 360px;
    display: flex;
    -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .03);
    border-radius: 16px;
    border: 1px solid #e5eaf4;
    background-color: #fff;
    overflow: hidden
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_imgLeft__19bRn {
    width: 570px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_imgLeft__19bRn img {
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
        position: absolute;
        inset: 0px;
        box-sizing: border-box;
        padding: 0px;
        border: none;
        margin: auto;
        display: block;
        width: 0px;
        height: 0px;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_imgLeft__19bRn img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    padding: 20px 60px 44px 34px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni .styles_textList__3pLW2 {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni .styles_textList__3pLW2 .styles_textItem__3g3TJ {
    margin-bottom: 12px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni .styles_textList__3pLW2 .styles_textItem__3g3TJ .styles_swiperTitle__3Qqoe {
    font-weight: 600;
    font-size: 16px;
    color: #2f3742;
    line-height: 22px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni .styles_textList__3pLW2 .styles_textItem__3g3TJ .styles_desc__8xMB8 {
    font-size: 14px;
    color: #687583;
    line-height: 20px;
    margin-top: 4px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni .styles_detailBtn__mAUvi {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #408cff;
    border-radius: 27px;
    border: 1px solid #408cff;
    cursor: pointer
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperItem__2yuIm .styles_textDesc__3LGni .styles_detailBtn__mAUvi:hover {
    background: #408cff;
    color: #fff
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ {
    padding: 52px 0 42px;
    background-color: #fff
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 75px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli .styles_sceneItem__34f39 {
    margin-right: 60px;
    text-align: center;
    cursor: pointer
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli .styles_sceneItem__34f39:last-child {
    margin-right: 0
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli .styles_sceneItem__34f39 .styles_imgIcon__1Hf9j {
    width: 40px;
    height: 40px;
    display: inline-block
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli .styles_sceneItem__34f39 .styles_itemTitle__3nj4W {
    font-size: 16px;
    color: #183b56;
    line-height: 24px;
    margin-top: 8px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli .styles_sceneItem__34f39 .styles_active__1Heie {
    color: #408cff
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM {
    height: 400px;
    display: flex
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentImg__21VO_ {
    width: 593px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentImg__21VO_ img {
    -webkit-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentDesc__1t4rH {
    padding: 6px 13px;
    flex: 1 1
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentDesc__1t4rH .styles_descItem__1IDn6 {
    margin-bottom: 32px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentDesc__1t4rH .styles_descItem__1IDn6:last-child {
    margin-bottom: 0
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentDesc__1t4rH .styles_descItem__1IDn6 h4 {
    font-size: 22px;
    color: #212b36;
    line-height: 30px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneContent__2pUsM .styles_currentDesc__1t4rH .styles_descItem__1IDn6 p {
    margin-top: 14px;
    font-size: 14px;
    color: #687583;
    line-height: 20px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_special__33xAi {
    display: flex;
    flex-direction: column;
    align-items: center
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_special__33xAi .styles_currentImg__21VO_ {
    width: 840px
}
.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_nextBtn__2SuUJ {
    display: inline-block;
    width: 54px;
    height: 56px;
    background-color: #ccc;
    background: url(../images/shuibaotong/right.png) no-repeat 50%;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s
}
.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_nextBtn__2SuUJ:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_nextBtn__2SuUJ:focus {
        outline: -webkit-focus-ring-color auto 0px;
}
.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_prevBtn__24vOc {
    display: inline-block;
    width: 54px;
    height: 56px;
    background-color: #ccc;
    background: url(../images/shuibaotong/left.png) no-repeat 50%;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s
}

.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_prevBtn__24vOc:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.styles_container__3yd9V .styles_main__pj_GW .styles_system__p0N-n .styles_swiperContent__2V-0B .styles_prevBtn__24vOc:focus {
        outline: -webkit-focus-ring-color auto 0px;
}
.ant-layout,
.ant-layout * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 75px;
    list-style: none;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_scene__2_eG_ .styles_sceneList__1Mmli .styles_sceneItem__34f39 {
    margin-right: 60px;
    text-align: center;
    cursor: pointer
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
.styles_container__3yd9V .styles_getMore__1g9Pc {
    text-align: center;
    margin-top: 10px
}

.styles_container__3yd9V .styles_getMore__1g9Pc .styles_btn__3zmpn {
    font-size: 16px;
    color: #408cff;
    display: inline-block;
    width: 240px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    border: 1px solid #408cff;
    cursor: pointer
}

.styles_container__3yd9V .styles_getMore__1g9Pc .styles_btn__3zmpn:hover {
    background: #408cff;
    color: #fff
}
.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght {
    padding: 58px 0 42px;
    background: url(../images/shuibaotong/bg2.png) no-repeat 50%
}
.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S {
    display: flex;
    align-items: center;
    margin: 43px 0
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentLeft__3a_MJ {
    width: 434px;
    height: 307px;
    margin-right: 104px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentLeft__3a_MJ img {
    -webkit-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentRight__1sMUd {
    flex: 1 1
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentRight__1sMUd li {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentRight__1sMUd li:last-child {
    margin-bottom: 0
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentRight__1sMUd li .styles_left__x3XLO .styles_imgIcon__1Hf9j {
    display: inline-block;
    width: 82px;
    height: 82px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentRight__1sMUd li .styles_right__giuN4 h4 {
    font-size: 22px;
    color: #212b36;
    line-height: 30px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_process__1Dght .styles_processContent__p215S .styles_contentRight__1sMUd li .styles_right__giuN4 p {
    margin-top: 14px;
    font-size: 14px;
    color: #687583;
    line-height: 20px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj {
    padding: 53px 0;
    background-color: #fff
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u {
    margin: 42px 0 52px;
    -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .03);
    border-radius: 8px 8px 16px 16px;
    border-top: 3px solid #408cff
}
.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u .styles_list__Wq3N3 {
    display: flex;
    list-style: none;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u .styles_list__Wq3N3 li {
    flex: 1 1;
    padding: 49px 0 43px;
    border-right: 1px solid #e5eaf4;
    text-align: center
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u .styles_list__Wq3N3 li:last-child {
    border: none
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u .styles_list__Wq3N3 li .styles_imgIcon__1Hf9j {
    display: inline-block;
    width: 48px;
    height: 48px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u .styles_list__Wq3N3 li .styles_num__3RHRT {
    display: flex;
    justify-content: center;
    font-size: 48px;
    font-weight: 500;
    color: #2f3742;
    line-height: 60px;
    margin: 20px 0 6px
}

.styles_container__3yd9V .styles_main__pj_GW .styles_information__2rzuj .styles_dataInfor__30E4u .styles_list__Wq3N3 li .styles_title__vXtqO {
    font-size: 18px;
    color: #95a1af;
    line-height: 32px
}
.styles_container__3yd9V .styles_main__pj_GW .styles_experience__15WRe {
    width: 100%;
    height: 600px;
    padding: 72px 0;
    background: url(../images/shuibaotong/bg3.png) no-repeat center center;
    background-color: #125ac9;
    background-size: auto 100%;
}
.styles_container__3yd9V .styles_main__pj_GW .styles_experience__15WRe .styles_title__vXtqO {
    font-size: 32px;
    color: #fff;
    line-height: 45px;
    margin-bottom: 28px
}
.styles_container__3yd9V .styles_main__pj_GW .styles_experience__15WRe .styles_btn__3zmpn {
    text-align: center
}
p{
    margin: 0;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '' !important;
}
/*公用代码*/
.text_overflow{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.text_overflow2{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.text_overflow3{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.text_overflow5{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:5;}
.text_overflow6{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:6;}
.clearfix::before,.clearfix::after{content: "."; height: 0; line-height: 0; display: block; visibility: hidden; clear: both;}
.auto{margin:0 auto;}
.f_left{float:left;}
.f_right{float:right;}
.text_center{text-align: center;}
body{background:#fff;}
/*top*/
.container{width:1200px;margin: 0 auto;}
.f_left{float:left;}
.f_right{float:right;}
.text_center{text-align: center;}

/*banner*/
.banner-tra{overflow:hidden;width:100%;position: relative;height: auto;margin-top: 0;}
.banner-tra .banner_img{display:block;position:relative;  width:100%;}
.serives_box{ text-align: center; padding: 50px 0; box-sizing: border-box; background: #f7f7f7;}
h2.title_tx{ font-size: 30px; color: #333; margin-bottom: 20px; text-align: center;}
p.title_p{ color: #666; font-size: 20px; text-align: center;}
p.title_p i{ width: 70px; height: 8px; background: #1552a8; display: block; border-radius: 25px;margin: 20px auto;}

 .swiper-container {
      width: 100%;
      height: auto;
      padding: 0 40px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;

      /* 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;
      transition: 300ms;
      transform: scale(0.8);
    }
    .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
    }


.swiper_box{ border-radius: 5px; overflow: hidden; margin: 80px 0; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.swiper_box ul li{ width: 50%; float: left; font-size: 15px; color: #666; line-height: 35px;}
.swiper_box dt{ background: #1552a8; color: #fff;padding-bottom: 15px;}
.swiper_box dt h2{ color: #fff; font-size: 20px; padding: 32px 0 0px 0; box-sizing: border-box;}
.swiper_box dt p{ color: #fff; font-size: 16px; line-height: 25px; margin-top: 10px;}
.swiper_box dd{ padding: 40px; background: #fff;}

.swiper_box.float_none li{ width: 100%;}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ background-image: none; background: url(../images/shuibaotong/jt_lef.png) no-repeat left center;    left: 0;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ background-image: none; background: url(../images/shuibaotong/jt_right.png) no-repeat left center;     right: 10px;}
.swiper-button-next, .swiper-button-prev{width: 50px; height: 50px;}

.shenqing{ width: 360px; height: 50px; line-height: 50px; display: block; border: 1px solid #dcdcdc; border-radius: 5px; text-align: center; color: #393d41; font-size: 20px; margin:  0 auto; background: #fff;}
.shenqing:hover{ color: #1552a8; border: 1px solid #1552a8;}

.xuqiu_box{ text-align: center; padding: 40px 0; box-sizing: border-box; background: #fff;}

.divli { margin: 48px 0;}
.divli p{ text-align: center; width: 165px; height: 165px; background: #1552a8; padding: 20px 0; box-sizing: border-box; border-radius: 5px;display: inline-block; margin-right: 30px;transition-duration: 0.3s;transition-property: transform;}
.divli p i{ display: block; font-size: 16px; text-align: center; color: #fff; margin-top: 15px;}
.divli p:last-child{ margin-right: 0;}
.divli p:hover{transform: translateY(-10px); cursor: pointer; background: #393d41;}


.swiper_box_em .swiper-container{ padding: 0;}
.swiper_box_em .li_box{ background: #f7f7f7; height: 280px; padding: 30px 35px; text-align: left; box-sizing: border-box; }
.swiper_box_em .li_box h2{ color: #1552a8; font-size: 20px; margin-bottom: 15px; margin-top:20px;}
.swiper_box_em .li_box p{ color: #666; font-size:15px;}
.swiper_box_em .li_box p i{ float: right; display: block; margin: 25px 0;}

.swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #666;}
.swiper-pagination-bullet{ width: 12px; height: 12px; border: 1px solid #666; background: #fff;}

.xuqiu_box .shenqing{ margin-top: 60px;}

.tab_box_tent{ background: url(../images/shuibaotong/bg.jpg) no-repeat 50% 0%; padding: 50px 0 65px;} 
.tab_box_tent h2.title_tx{ color: #fff;}
.tab_box_tent p.title_p{ color: #fff;}
.tab_box_tent .shenqing:hover{ background: #1552a8; color: #fff;}

.span_li { position: relative; top: 60px;}
.span_li span{ width: 258px; background: #f7f7f7; border: 1px solid #dcdcdc; border-bottom: 0; height: 41px;line-height: 41px; display: block;  float: left; font-size: 18px; color: #333; text-align: center;}
.span_li span:nth-child(2){ width: 625px; margin: 0 29px;}
.span_li span:last-child{ float: right;}
.ul_onebox { margin-top: 60px; box-sizing: border-box;}
.ul_onebox li{width: 258px; float: left; font-size: 24px; color: #333; text-align: center;}
.ul_onebox li i{ height: 51px; line-height: 51px; display: block; background: #f7f7f7;}
.ul_onebox li a{ display: block; width: 100%; float: left;height: 50px;border: 1px solid #dcdcdc; color: #333; font-size: 16px; line-height: 50px; text-align: center; background: #fff;}
.ul_onebox li:first-child{ margin-right: 29px;}
.ul_onebox li:nth-child(2), .ul_onebox li:nth-child(4){width: 210px;}
.ul_onebox li:nth-child(3){ width: 205px;}
.ul_onebox li:last-child{ float: right;}
.ul_onebox .ymk{ float: left;}
.ul_onebox .ymk li a{ width: 210px;}
.ul_onebox .ymk li a{ border-right: 0;}
.ul_onebox .ymk i{ width: 630px; display: block; height: 51px; line-height: 51px; display: block; background: #f7f7f7;font-size: 24px; text-align: center;}
.ul_onebox li:hover i{ background: #fff;}
.ul_onebox li.active a{ background: #1552a8; color: #fff; border: 1px solid #1552a8;}
.xiangmu_1 { height: 600px; padding: 66px 0; display: none; margin-top: 35px; background: #fff; position: relative; overflow: inherit; box-sizing: border-box; margin-bottom: 50px;}
.span_ding{ position: absolute; top: -15px; left: 120px; width: 32px; height: 16px; display: block;}
.xiangmu_1 dl{width: 399px; text-align: center; border-right: 1px solid #eee; float: left;}
.xiangmu_1 dl:last-child{ border-right: 0;}
.xiangmu_1 dl dt em{ display: block; font-size: 18px; text-align: center; margin-bottom: 30px;}
.xiangmu_1 dl dt { margin-bottom: 30px;}
.xiangmu_1.block{ display: block;}
.div_xiangmu .xiangmu_1:first-child{ display: block;}
.xiangmu_1 dl dd{ background: #f7f7f7; width: 210px; height: 241px; text-align: left; padding: 15px 0; padding-left: 15px; color: #666; font-size: 20px; line-height: 35px; margin: 0 auto; box-sizing: border-box;}
.xiangmu_1 dl dd p{ font-size: 15px;}
.xiangmu_1 dl dd p span{ width: 5px; height: 5px; margin-right: 8px; display: inline-block; background: #666; border-radius: 50%;}
.div_xiangmu .xiangmu_1.css1 dl dt em{}

.xiangmu_1.css2 { padding: 40px 65px;}
.xiangmu_1.css2 h2{ font-size: 18px; color: #333;}

.xiangmu_1.css2 .span_ding{ left: 380px;}
.xiangmu_1.css3 .span_ding{ left: 585px;}
.xiangmu_1.css4 .span_ding{ right: 380px;left: auto;}
.xiangmu_1.css5 .span_ding{ right: 120px;left: auto;}
.xiangmu_1.css3{ padding: 90px 50px;}
.list_nk{ width: 250px; margin-right: 33px; margin-bottom: 40px; float: left;}
.list_nk:nth-child(4n){ margin-right: 0;}
.list_nk h2{ font-size: 18px;color: #333; position: relative; text-align: center; margin-bottom: 15px;}
.list_nk h2 span{ font-size: 12px; color: #e74c3c;position: absolute; top: 0;}
.list_nk p{ background: url(../images/shuibaotong/icon_bg1.png) no-repeat 50% 0; text-align: center; font-size: 15px; color: #666; height: 127px;}
.list_nk p i{ position: relative;top: 50%; transform: translateY(-50%); display: block; left: 100px; text-align: left;}

.list_nk:nth-child(1) p{background: url(../images/shuibaotong/icon_bg1.png) no-repeat 50% 0;}
.list_nk:nth-child(2) p{background: url(../images/shuibaotong/icon_bg2.png) no-repeat 50% 0;}
.list_nk:nth-child(3) p{background: url(../images/shuibaotong/icon_bg3.png) no-repeat 50% 0;}
.list_nk:nth-child(4) p{background: url(../images/shuibaotong/icon_bg4.png) no-repeat 50% 0;}
.list_nk:nth-child(5) p{background: url(../images/shuibaotong/icon_bg5.png) no-repeat 50% 0;}
.list_nk:nth-child(6) p{background: url(../images/shuibaotong/icon_bg6.png) no-repeat 50% 0;}
.list_nk:nth-child(7) p{background: url(../images/shuibaotong/icon_bg7.png) no-repeat 50% 0;}
.list_nk:nth-child(8) p{background: url(../images/shuibaotong/icon_bg8.png) no-repeat 50% 0;}


.swiper_box_css4{ padding: 0 75px }
.swiper_box_css4 .clearfix{ padding: 0 60px;}

.swiper_box_css4 .list_nk{ width: 250px; text-align: center; font-size: 20px; color: #666; margin-right: 50px;}
.swiper_box_css4 .list_nk p i{ position: relative;top: 50%; transform: translateY(-50%); display: block; left: 100px; text-align: left;}
.swiper_box_css4 .list_nk:nth-child(3n){ margin-right: 0;}
.swiper_box_css4 .list_nk:nth-child(4n){margin-right: 50px;}
.swiper_box_css4 .list_nk:nth-child(1) p{background: url(../images/shuibaotong/icon_mg1.png) no-repeat 50% 0;}
.swiper_box_css4 .list_nk:nth-child(2) p{background: url(../images/shuibaotong/icon_mg2.png) no-repeat 50% 0;}
.swiper_box_css4 .list_nk:nth-child(3) p{background: url(../images/shuibaotong/icon_mg3.png) no-repeat 50% 0;}
.swiper_box_css4 .list_nk:nth-child(4) p{background: url(../images/shuibaotong/icon_mg4.png) no-repeat 50% 0;}
.swiper_box_css4 .list_nk:nth-child(5) p{background: url(../images/shuibaotong/icon_mg5.png) no-repeat 50% 0;}
.swiper_box_css4 .list_nk:nth-child(6) p{background: url(../images/shuibaotong/icon_mg6.png) no-repeat 50% 0;}

.swiper_box_css4 .swiper-slide:nth-child(2) .list_nk:nth-child(1) p{background: url(../images/shuibaotong/icon_mg7.png) no-repeat 50% 0;}
.swiper_box_css4 .swiper-slide:nth-child(2) .list_nk:nth-child(2) p{background: url(../images/shuibaotong/icon_mg8.png) no-repeat 50% 0;}
.swiper_box_css4 .swiper-slide:nth-child(2) .list_nk:nth-child(3) p{background: url(../images/shuibaotong/icon_mg9.png) no-repeat 50% 0;}
.swiper_box_css4 .swiper-slide:nth-child(2) .list_nk:nth-child(4) p{background: url(../images/shuibaotong/icon_mg10.png) no-repeat 50% 0;}
.swiper_box_css4 .swiper-slide:nth-child(2) .list_nk:nth-child(5) p{background: url(../images/shuibaotong/icon_mg11.png) no-repeat 50% 0;}
.swiper_box_css4 .swiper-slide:nth-child(2) .list_nk:nth-child(6) p{background: url(../images/shuibaotong/icon_mg12.png) no-repeat 50% 0;}


.xiangmu_1.css5{ padding: 90px 50px;}
.xiangmu_1.css5 .list_nk{ width: 530px; margin-right: 33px; margin-bottom: 70px; float: left;}
.xiangmu_1.css5 .list_nk h2{ text-align: left; text-indent: 16px;}
.xiangmu_1.css5 .list_nk p{ float: left;width: 244px;}
.xiangmu_1.css5 .list_nk em{ background: #dcdcdc; color: #666; width: 286px; font-size: 14px; line-height: 150%; height: 126px; display: block; float: right; padding: 30px 15px;}
.xiangmu_1.css5 .list_nk:nth-child(2n){ margin-right: 0;}
.xiangmu_1.css5 .list_nk:nth-child(3n){ margin-right:40px;}
.xiangmu_1.css5 .list_nk:nth-child(4n){ margin-right: 0;}

.xiangmu_1.css5 .list_nk:nth-child(1) p{background: url(../images/shuibaotong/icon_og1.png) no-repeat 50% 0; background-size: 100% 100%;}
.xiangmu_1.css5 .list_nk:nth-child(2) p{background: url(../images/shuibaotong/icon_og2.png) no-repeat 50% 0; background-size: 100% 100%;}
.xiangmu_1.css5 .list_nk:nth-child(3) p{background: url(../images/shuibaotong/icon_og3.png) no-repeat 50% 0; background-size: 100% 100%;}
.xiangmu_1.css5 .list_nk:nth-child(4) p{background: url(../images/shuibaotong/icon_og4.png) no-repeat 50% 0; background-size: 100% 100%;}

.xiangmu_1.css5 .list_nk:nth-child(2) p i{ left: 45px;}
.xiangmu_1.css5 .list_nk:nth-child(3) p i{ left: 85px;}
.xiangmu_1.css5 .list_nk:nth-child(4) p i{ left: 55px; font-size: 18px;}




/* */

.tab_mkli{ background: #f7f7f7; padding: 40px 0;}
.tab_mkli .tabmk{ margin-top: 80px;}
.tab_mkli .tabmk li{ float: left; background: #fbfbfb; font-size: 18px; color: #333; width: 360px; height: 72px; line-height: 72px; text-align: center;margin-right: 20px;}
.tab_mkli .tabmk li.active{ background: #fff; color: #1552a8;}

.top_one{ display: none;}
.top_one.block{ display: block;}
.content_box .conte_box dl{ background: #fff;}
.content_box .conte_box dl dt{ width: 460px; float: left;}
.content_box .conte_box dl dd { width: 660px; float: right; padding: 0px 30px;}
.content_box .conte_box dl dd h2{ font-size: 16px; margin-bottom: 22px; line-height: 200%;}
.content_box .conte_box dl dd h2 span{ font-size: 15px; display: block; color: #1552a8;}
.content_box .conte_box dl dd p{ color: #666; font-size: 14px; line-height: 200%;}
.content_box{ background: #fff; padding: 60px 40px;}

.conte_box{ display: none;}
.conte_box.block{ display: block;}
.cour_tab{ height: 70px; line-height: 70px; background: #1552a8;}
.cour_tab li{ width: 25%; text-align: center; font-size: 16px; color: #fff; float: left;}
.cour_tab li.curr_02{ font-size: 16px; text-decoration: underline;}


.kuai_22 .cour_tab .tab_02 li{ width: 13%; text-align: center; font-size: 16px;}
.kuai_22 .cour_tab .tab_02 li:nth-child(2), .kuai_22 .cour_tab .tab_02 li:nth-child(5){ width: 10%;}
.kuai_22 .cour_tab .tab_02 li:first-child{ margin-left: 15px;}
.kuai_22 .cour_tab .tab_02 li:first-child, .kuai_22 .cour_tab li:last-child{ width: 25%;}
.kuai_22 .cour_tab .tab_02 li.curr_02{font-size: 16px;}
.kuai_22 .conte_box dl dd p{ font-size: 14px;} 


.kecheng{ padding: 40px 0;}
.kecheng ul { padding: 60px 20px;}
.kecheng ul li{ float: left; margin-right: 10px; width: 205px;}
.kecheng ul li img{ width: 100%;}
.kecheng ul li:nth-child(5n){ margin-right: 0;}
.kecheng ul li i{ display: block; font-size: 14px; color: #666; margin-top: 10px; text-align: left;}
.kecheng .shenqing{ color: #1552a8; width: 400px;}
.kecheng .shenqing:hover{ background: #1552a8; color: #fff;}



.bg_gray_box{ background: #f7f7f7; padding: 48px 0;}
.uk_mt{ margin-top: 55px;}
.img_bk{ float: left;}
.form{width:420px; float: right; padding: 20px 55px;background: #fff;}
.form p{overflow:hidden;width:100%;margin:0 auto 20px;height:32px;line-height:32px;box-sizing:content-box; position:relative;}
.form p label{width:25%;float:left;height:32px;line-height:32px;font-weight: normal;text-align: center;color:#666; font-size: 16px;}
.form p input{width:70%;float: left;background: #fafafa;height:32px;padding-left: 5px;font-size:14px;line-height:32px;color:#666; border: 1px solid #ececec; }
.form p select{width:70%;height:32px;line-height:32px;color:#666;font-size:14px;background: #fafafa; float: left; border: 1px solid #ececec;
    appearance:none; position: relative;
    -moz-appearance:none;
    -webkit-appearance:none;
   /*background:#fff url(../images/shuibaotong/xl.png) no-repeat right center;*/
  padding-left: 10px;
   padding-right: 14px;
   
}
.xl_img{ position: absolute; right: 28px; top: 0; z-index: 999;}
select::-ms-expand { display: none; }
.form button.button{border:none;width:60%;display:block;margin:10px auto;background: #1552a8;height:35px;line-height:35px;text-align: center;font-size:20px;color:#fff; text-decoration: none;}




/* 侧边浮动 */

.fuchuang{ position: fixed; left: 20px; top: 20%;}
.fuchuang ul li{ height: 71px; background: url(../images/shuibaotong/fubg.png) no-repeat; width: 100px;  padding-top: 13px;}
.fuchuang ul li a{ display: block; border-bottom: 1px solid #fff; color: #fff; font-size: 14px; text-align: center; padding: 3px 0; width: 80%;margin: 0 auto;}
.fuchuang ul li:last-child { background: url(../images/shuibaotong/top_img.png) no-repeat; height: 71px;}
.fuchuang ul li:last-child a{ padding-top: 10px;}
.fuchuang ul li a:hover{ color: #4c3c26; border-bottom: 1px solid #4c3c26;}
.fuchuang a.top_to{ text-align: center; display: block; width: 101px; height: 34px; margin: 0 auto}