@charset "utf-8";



@font-face {
  font-family: "fs-dillon-medium"; /* Project id 2815113 */
  src: url('../fonts/fs_dillon-medium.woff2?t=1631696010734') format('woff2'),
       url('../fonts/fs_dillon-medium.woff?t=1631696010734') format('woff'),
       url('../fonts/fs_dillon-medium.ttf?t=1631696010734') format('truetype');
}




* {
    margin: 0;
    padding: 0;
    transition: 0.3s;
}

body {
    color: #333;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    margin: 0;
    padding: 0;
    font: 14px/1.5 Microsoft Yahei, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif
}

table,
td,
tr,
th {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px
}

ol,
ul {
    list-style: none
}

li {
    list-style-type: none
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal
}

.clear {
    clear: both;
    *zoom: 1
}

.clear:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "."
}

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

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

.fl {
    float: left
}

.fr {
    float: right
}


input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none
}

textarea {
    -webkit-appearance: none
}

input {
    border-radius: 0
}

.w1280 {
    width: 1280px;
    margin: 0 auto
}

@media screen and (max-width:1300px) {
    .w1280 {
        width: 95%
    }
}

.ey_top {
    width: 100%;
    background: #fff;
    height: 90px;
    position: relative;
    z-index: 99;
}

.ey_top .eytop_main {
    height: 100%;
    position: relative;
    padding: 0
}

.eytop_main .toplogo {
    width: auto;
    height: 59px;
    overflow: hidden;
    margin: 16px 0;
    padding: 0;
    float: left
}

.toplogo a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 59px;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.toplogo a img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding: 0
}

.ey_top .eytop_main .top_right {
    width: calc(100% - 370px);
    float: right;
    height: 100%
}

.ey_top .eytop_main .top_right .nav {
    width: calc(100% - 180px);
    float: left;
    height: 90px;
    transition: all 0.4s;
    display: flex;
    justify-content: flex-end;
}

.ey_top .eytop_main .top_right#showopen .nav {
    transform: scale3d(0, 0, 0);
    width: 0
}

.ey_top .eytop_main .top_right .nav li {
    padding:0 15px;
    height: 100%;
    float: left;
    text-align: center;
    position: relative
}


.ey_top .eytop_main .top_right .nav li>a {
    height: 100%;
    height: 100%;
    line-height: 90px;
    font-size: 16px;
    text-align: center;
    transition: .4s ease;
    display: inline-block;
    position: relative;
    z-index: 2
}



.ey_top .eytop_main .top_right .nav li:hover:after,
.ey_top .eytop_main .top_right .nav li.navon:after {
    height: 58px
}

.ey_top .eytop_main .top_right .nav li.navon i {
    background: url(../images/topjt2.png) center no-repeat
}

.ey_top .eytop_main .top_right .nav li:hover a,
.ey_top .eytop_main .top_right .nav li.navon a {
    color: #eb0000
}

.ey_top .eytop_main .top_right .nav li i {
    background: url(../images/topjt.png) center no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 15px 15px;
    vertical-align: middle;
    cursor: pointer;
    margin: -4px 0 0 5px;
    position: relative;
    z-index: 2
}

.ey_top .eytop_main .top_right .nav li:hover i {
    background: url(../images/topjt1.png) center no-repeat
}

.ey_top .eytop_main .top_right .nav li>i {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/topjt.png) center no-repeat;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    display: none
}

.nav_item_open {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1);
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(34px);
    transform: translateY(34px);
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    max-height: 300px
}

.ny_top .nav_item_open {
    background-color: #fff
}

.ey_top .eytop_main .top_right .nav li:hover:hover .nav_item_open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.ey_top .eytop_main .top_right .nav li .subopen {
    display: none
}

.ey_top .eytop_main .top_right .nav li .nav_item2 {
    width: 100%
}

.ey_top .eytop_main .top_right .nav li .nav_item2 a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    padding: 0 10px;
    color: #666;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1)
}

.ey_top .eytop_main .top_right .nav li .nav_item2 a {
    color: #565656
}

.ey_top .eytop_main .top_right .nav li .nav_item2:hover a {
    color: #eb0000
}



.ey_top .eytop_main .top_business {

    display: flex;
    display: -webkit-flex;
    align-items: center;
    float: right;
    height: 100%;
}

.ey_top .eytop_main .top_business a{
    background-color: #e7112b;
    color: #fff;
    padding:0 10px;
    border-radius: 8px;
    float: right;
    position: relative;
    transition: all 0.5s;
    line-height: 24px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}


.ey_top .eytop_main .top_login {
    float: right;
    position: relative;
    transition: all 0.5s;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;

}




.ey_top .eytop_main .top_login em {
    background: url(../images/index_08.png) center center no-repeat;
    height: 100%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    display: block;
    float: right;
    overflow: hidden;
    transition: all 0.3s
}




.ey_top .eytop_main .top_search {
    float: right;
    position: relative;
    transition: all 0.5s;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin:0px 10px;
}

.ey_top .eytop_main .nav-hide .top_search {
    margin-top: 19px
}






.ey_top .eytop_main .top_search em:Hover {
    opacity: 0.8;
    filter: Alpha(opacity=80)
}

.ey_top .eytop_main #showopen .top_search em {
    opacity: 0;
    filter: Alpha(opacity=0)
}





.ey_top .eytop_main .top_search em {
    background: url(../images/index_06.png) center center no-repeat;
    height: 100%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    display: block;
    float: right;
    overflow: hidden;
    transition: all 0.3s
}

.ey_top .eytop_main .top_search em:Hover {
    opacity: 0.8;
    filter: Alpha(opacity=80)
}

.ey_top .eytop_main #showopen .top_search em {
    opacity: 0;
    filter: Alpha(opacity=0)
}

.ey_top .eytop_main .top_search .search_con2 {
    position: absolute;
    right: 0px;
    height: 50px;
    z-index: 100;
    transform: scale3d(0, 0, 0);
    transform-origin: right center;
    transition: all 0.5s;
    opacity: 0;
    filter: Alpha(opacity=0);
    width: 500px;
    background: #fff
}

.ey_top .eytop_main #showopen .top_search .search_con2 {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    transform: scale3d(1, 1, 1)
}

.top_search .search_con2 .search-input {
    width: 380px;
    float: left;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 20px;
    background: #fff
}

.top_search .search_con2 .input1 {
    height: 48px;
    line-height: 48px;
    background: none;
    border: 0;
    width: calc(100% - 57px);
    width: -webkit-calc(100% - 57px);
    width: -moz-calc(100% - 57px);
    float: left;
    outline: none;
    font-size: 16px;
    color: #666
}

.top_search .search_con2 .bnts {
    float: right;
    width: 56px;
    height: 48px;
    background: url(../images/search.png) center center no-repeat;
    margin-right: 1px;
    cursor: pointer;
    border: none
}

.top_search .search_con2 .bnts:hover {
    transition: all 0.3s;
    opacity: 0.8;
    filter: Alpha(opacity=80)
}

.top_search .search_con2 .moblie-search-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../images/scguan.png) center center no-repeat
}

.nav-hide .top_search .search_con2 .moblie-search-close {
    background-image: url(../images/scguan.png)
}

@media screen and (max-width:1200px) {
    .ey_top {
        height: 80px
    }

    .eytop_main .toplogo {
        margin: 12px 0
    }

    .ey_top .eytop_main .top_right {
        width: calc(100% - 320px)
    }

    .ey_top .eytop_main .top_right .nav {
        width: calc(100% - 30px);
        height: 80px;
        display: flex;
        flex-direction:column;
    }

    .ey_top .eytop_main .top_right .nav li>a {
        font-size: 16px;
        line-height: 80px
    }

    .ey_top .eytop_main .top_right .nav li:hover:after,
    .ey_top .eytop_main .top_right .nav li.navon:after {
        height: 48px
    }

    .ey_top .eytop_main .top_right .nav li i {
        width: 16px;
        height: 16px;
        margin: -4px 0 0 3px
    }

    .ey_top .eytop_main .top_right .nav li .nav_item2 a {
        height: 42px;
        line-height: 42px
    }

    .ey_top .eytop_main .top_search .search_con2 {
        height: 45px
    }

    .top_search .search_con2 .search-input {
        height: 45px;
        line-height: 45px;
        font-size: 15px
    }

    .top_search .search_con2 .input1 {
        height: 45px;
        line-height: 45px;
        font-size: 15px
    }

    .ey_top .eytop_main .top_right .nav li>a {
        font-size: 15px
    }

    .ey_top .eytop_main .top_right .nav li .nav_item2 a {
        font-size: 14px
    }
}

@media screen and (max-width:1023px) {
    .phonebox {
        position: fixed;
        width: 100%;
        z-index: 999999;
        background: #fff;
        top: 0
    }

    .ey_top {
        height: 68px;
        position: relative
    }

    .ey_top .w1280 {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .ey_top .eytop_main .top_right {
        width: 100%;
        position: absolute;
        top: 78px;
        z-index: 9999999;
        background: #fff;
        height: 100vh;
        border-top: 1px solid #f1f1f1;
        left: 100%;
        transition: all .5s ease;
        overflow: scroll
    }

    .ey_top .eytop_main .top_right.open {
        left: 0
    }

    .ey_top .eytop_main .top_right .nav {
        width: 100%;
        height: auto;
        float: none;
        margin: 0
    }



    .ey_top .eytop_main .top_right .nav li {
        width: 100%;
        margin: 0 auto;
        float: none;
        background: #fff;
        border-bottom: 1px solid #f1f1f1;
    }

    .ey_top .eytop_main .top_right .nav li>a {
        line-height: 55px
    }

    .ey_top .eytop_main .top_right .nav li:hover:after,
    .ey_top .eytop_main .top_right .nav li.navon:after {
        height: 55px
    }

    .ey_top .eytop_main .top_right .nav li:after {
        top: 0
    }

    .ey_top .eytop_main .top_right .nav li::before,
    .ey_top .eytop_main .top_right .nav li.navon a::before {
        height: 0
    }

    .ey_top .eytop_main .top_right .nav li .hide>a {
        font-size: 18px;
        line-height: 60px
    }

    .ey_top .eytop_main .top_right .nav li>a {
        font-size: 16px
    }

    .ey_top .eytop_main .top_right .nav li .nav_item2 a {
        font-size: 15px
    }

    .ey_top .eytop_main .top_right .nav li i {
        display: none
    }

    .nav_item_open {
        position: static;
        width: 100%;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        box-shadow: none;
        display: none;
        transition: none
    }

    .ey_top .eytop_main .top_right .nav li.on>i {
        transform: rotate(180deg)
    }

    .ey_top .eytop_main .top_right .nav li .nav_item2 {
        background-color: #f7f7f7;
        margin-bottom: 1px
    }

    .ey_top .eytop_main .top_search {
        width: 100%;
        height: auto;
        float: none;
        margin-left: 0
    }

    .ey_top .eytop_main .top_search em {
        display: none
    }

    .ey_top .eytop_main .top_search .search_con2 {
        opacity: 1;
        transform: none;
        position: static;
        width: 80%;
        margin: 40px auto 0
    }

    .top_search .search_con2 .search-input {
        width: 100%
    }

    .top_search .search_con2 .moblie-search-close {
        display: none
    }

    .ey_top .nav_menu {
        position: absolute;
        right: 3%;
        margin-top: 28px;
        height: 25px;
        transition: all .5s ease
    }

    .ey_top .nav_menu span {
        display: block;
        width: 26px;
        height: 2px;
        background: #666;
        margin-top: 7px
    }

    .ey_top .nav_menu:before,
    .ey_top .nav_menu:after {
        content: "";
        display: block;
        width: 26px;
        height: 2px;
        background: #666
    }

    .ey_top .nav_menu:after {
        margin-top: 7px
    }

    .ey_top .nav_menu.open span {
        background: transparent;
        transform: translate(-50%, -50%) rotate(180deg)
    }

    .ey_top .nav_menu.open:before {
        margin-top: 10px;
        transform: rotate(45deg);
        width: 23px
    }

    .ey_top .nav_menu.open::after {
        margin-top: -11px;
        transform: rotate(-45deg);
        width: 23px
    }
}

@media screen and (max-width:800px) {
    .eytop_main .toplogo {
        height: 58px;
        margin: 10px 0
    }

    .toplogo a {
        height: 58px
    }
}

@media screen and (max-width:767px) {
    .eytop_main .toplogo {
        height: 50px;
        margin: 10px 0
    }

    .toplogo a {
        height: 50px
    }

    .ey_top .eytop_main .top_right {
        top: 68px
    }
}






.eyidx_ban {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #e7132c;
}

.eyidx_ban .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.eyidx_ban .swiper-container .swiper-slide {
    height: 100%;
    overflow: hidden;
    position: relative
}


.eyidx_ban .swiper-container .swiper-pagination {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 20px
}

.eyidx_ban .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.45);
    margin: 0 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.eyidx_ban .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 46px;
    background-color: #fff
}

.eyidx_ban .swiper-container .swiper-button-prev,
.eyidx_ban .swiper-container .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    margin: -30px 0 0 !important;
    position: absolute;
    top: 50% !important;
    opacity: 1;
    border-radius: 50%
}

.eyidx_ban .swiper-container .swiper-button-prev {
    left: 30px;
    background: rgba(255, 255, 255, 0.1) url(../images/baprev.png) center center no-repeat;
    background-size: 40px 40px
}

.eyidx_ban .swiper-container .swiper-button-next {
    right: 30px;
    background: rgba(255, 255, 255, 0.1) url(../images/banext.png) center center no-repeat;
    background-size: 40px 40px
}

.eyidx_ban .swiper-container .swiper-button-prev:hover {
    background: #009b4c url(../images/baprev.png) center center no-repeat;
    background-size: 40px 40px
}

.eyidx_ban .swiper-container .swiper-button-next:hover {
    background: #009b4c url(../images/banext.png) center center no-repeat;
    background-size: 40px 40px
}


.eyidx_pro {
    width: 100%;
    background: #f8f8f8;
    padding: 70px 0 55px;
    overflow: hidden
}

.ey_title {
    text-align: center;
    width: 100%;
    margin-bottom: 40px
}

.ey_title b {
    font-size: 34px;
    color: #333;
    display: block
}

.ey_title p {
    font-size: 14px;
    color: #999;
    margin: 3px 0 20px
}

.ey_title span {
    display: inline-block;
    width: 60px;
    height: 4px;
    background: #009b4c
}

.ey_title3 b {
    color: #fff
}

.ey_title3 p {
    color: rgba(255, 255, 255, .65)
}

.ey_title3 span {
    background: #fff
}

.eypro_mulu {
    margin: 40px 0;
    text-align: center;
    max-height: 54px;
    overflow: hidden
}

.eypro_mulu a {
    display: inline-block;
    width: 12.571%;
    height: 54px;
    line-height: 54px;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
    color: #666;
    font-size: 16px;
    background: #fff;
    padding: 0 1.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.eypro_mulu a:nth-child(6n) {
    margin-right: 0
}

.eypro_mulu a:hover {
    background: #009b4c;
    color: #fff
}

.eypro_mulu a.on {
    background: #009b4c;
    color: #fff
}

.eyidx_pro .eypro_list {
    min-height: 540px
}

.eyidx_pro .eypro_list li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 40px;
    transition: all .3s;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ddd
}

.eyidx_pro .eypro_list li:nth-child(4n+4) {
    margin-right: 0
}

.eyidx_pro .eypro_list li .pic {
    display: block;
    height: 345px;
    text-align: center;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    overflow: hidden;
    position: relative;
    background: #fff
}

.eyidx_pro .eypro_list li .pic img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.eyidx_pro .eypro_list li .pic:after {
    content: '';
    display: block;
    background: rgba(0, 87, 184, .65) url(../images/view.png) center center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(.1);
    opacity: 0;
    transition: all .35s ease
}

.eyidx_pro .eypro_list li:hover .pic:after {
    transform: translate(0, 0) scale(1);
    opacity: 1
}

.eyidx_pro .eypro_list li .wz {
    overflow: hidden;
    padding: 15px 0
}

.eyidx_pro .eypro_list li .wz .tlt {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 3%
}

.eyidx_pro .eypro_list li .wz p {
    text-align: center;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.eyidx_pro .eypro_list li .wz p img {
    display: inline-block;
    margin: -4px 6px 0 0
}

.eyidx_pro .eypro_list li:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.eyidx_pro .eypro_list li:hover .wz .tlt {
    color: #009b4c
}

.eyidx_pro .eypro_list li:hover {
    border-bottom: 1px solid #009b4c
}

@media screen and (max-width:1399px) {
    .eyidx_pro {
        padding: 65px 0 45px
    }
}

@media screen and (max-width:1200px) {
    .eypro_mulu a {
        width: 15%
    }
}

@media screen and (max-width:1080px) {
    .eyidx_pro {
        padding: 55px 0 35px
    }

    .eypro_mulu {
        max-height: 50px;
        margin: 35px 0
    }

    .eypro_mulu a {
        padding: 0 1%;
        width: 20%;
        font-size: 15px;
        height: 48px;
        line-height: 48px
    }

    .eyidx_pro .eypro_list li {
        width: 48.5%;
        margin-right: 3%
    }

    .eyidx_pro .eypro_list li:nth-child(2n+2) {
        margin-right: 0
    }

    .eyidx_pro .eypro_list li .pic {
        height: 300px
    }
}

@media screen and (max-width:1023px) {
    .ey_title {
        margin-bottom: 35px
    }

    .ey_title b {
        font-size: 32px
    }

    .eyidx_pro {
        padding: 45px 0 25px
    }
}

@media screen and (max-width:767px) {
    .ey_title {
        margin-bottom: 30px
    }

    .ey_title b {
        font-size: 28px
    }

    .ey_title p {
        margin: 3px 0 15px
    }

    .eyidx_pro {
        padding: 35px 0 15px
    }

    .eypro_mulu {
        max-height: 88px;
        height: auto
    }

    .eypro_mulu {
        margin: 30px 0
    }

    .eypro_mulu a {
        width: 30%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-right: 2%;
        margin-bottom: 5px
    }

    .eypro_mulu a:nth-child(3n) {
        margin-right: 0
    }

    .eyidx_pro .eypro_list li {
        width: 100%;
        margin-bottom: 30px
    }

    .eyidx_pro .eypro_list li .pic {
        height: 280px
    }

    .eyidx_pro .eypro_list li .wz .tlt {
        font-size: 15px
    }

    .eyidx_pro .eypro_list li .wz p {
        font-size: 15px
    }
}

.eyidx_about {
    width: 100%;
    background: #fff;
    padding: 70px 0;
    overflow: hidden
}

.eyidx_about .webabout_con {
    width: 100%;
    position: relative;
    display: flex;
}

.eyidx_about .webabout_con .webabout_img {
    width: 789px;
    height: 458px;
    position: relative
}

.eyidx_about .webabout_con .webabout_img .text {
    display: block;
    position: absolute;
    margin: auto;
    top: 50px;
    left: 50px;

}

.eyidx_about .webabout_con .webabout_img .text p{
    color: #fff;
    font-size: 24px;
}



.eyidx_about .webabout_con .webabout_text {
    width: 35%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.eyidx_about .webabout_con .webabout_text .webabout_nameen {
    font-size: 18px;
    color: #e7112b;
    text-transform: uppercase;
}


.eyidx_about .webabout_con .webabout_text .webabout_name {
    font-size: 30px;
    color: #3c4155;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px;

}

.eyidx_about .webabout_con .webabout_text p {
    font-size:14px;
    color: #8489a7;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 1.5;
    text-align: justify;
    word-break: break-all;


    margin-bottom: 10px;

}

.eyidx_about .webabout_con .webabout_text .webabout_btn {
    height: 110px;
    text-align: center;
    display: flex;
    background-color: #e7112b;;
    justify-content: space-between;
}


.eyidx_about .webabout_con .webabout_text .webabout_btn .word {
	width: calc(100% - 273px);
    height: 110px;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}



.eyidx_about .webabout_con .webabout_text .webabout_btn .pic {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}



.eyidx_about .webabout_con .webabout_text .webabout_btn .pic img {
    display: block;
}
.eyidx_about .webabout_con .webabout_text .webabout_btn .pic:hover img{transform: scale(1.1);}

.eyidx_about .webabout_con .webabout_text .webabout_btn .pic em {
    width: 50px;
    height: 50px;
    z-index: 2;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -25px;
    margin-top: -25px;
    background:url("../images/play.png") no-repeat;
}















.webabout_advantage {
    width: 100%;
    overflow: hidden;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}



.webabout_advantage .item a{
    width:220px;
    height: 90px;
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border:1px solid #d0d0d0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.webabout_advantage .item .icon{width: 45px;height: 45px;margin-right: 10px;}
.webabout_advantage .item .icon1{background:url("../images/about_icon1.png") no-repeat;}
.webabout_advantage .item .icon2{background:url("../images/about_icon2.png") no-repeat;}
.webabout_advantage .item .icon3{background:url("../images/about_icon3.png") no-repeat;}
.webabout_advantage .item .icon4{background:url("../images/about_icon4.png") no-repeat;}
.webabout_advantage .item b {font-size: 20px;color: #3c4155}
.webabout_advantage .item p {font-size: 14px;color: #8489a7}

.webabout_advantage .item a:hover{border:1px solid #e7112b;cursor: pointer;}
.webabout_advantage .item:hover .icon1{background:url("../images/about_icon1h.png") no-repeat;}
.webabout_advantage .item:hover .icon2{background:url("../images/about_icon2h.png") no-repeat;}
.webabout_advantage .item:hover .icon3{background:url("../images/about_icon3h.png") no-repeat;}
.webabout_advantage .item:hover .icon4{background:url("../images/about_icon4h.png") no-repeat;}
.webabout_advantage .item:hover b{color: #e7112b}


.eyidx_funeng{background:url("../images/index_37.png") no-repeat top center;}
.webfuneng_top{display: flex;justify-content: space-between;width: 100%;padding-top: 80px;}
.webfuneng_name{font-size: 30px;color:#fff}
.webfuneng_name span{font-size:14px;}
.webfuneng_word{font-size: 18px;color: #fff;}

.webfuneng_con{padding: 20px 0 50px 0;display: flex;justify-content:space-between;}
.webfuneng_con .item a{padding:12px;background: #fff;display:block}
.webfuneng_con .item .pic{position: relative;}
.webfuneng_con .item .text{padding:30px 0;text-align: center;}
.webfuneng_con .item b {font-size: 26px;color: #3c4155;padding-bottom:5px;display: block;}
.webfuneng_con .item p {font-size: 14px;color: #8489a7;line-height: 1.8}




.webfuneng_con .item.on .pic:after{position: absolute;bottom:0px;height: 10px;background-color:#e7112b;width:60%;left:20%;content:""; }
.webfuneng_con .item.on b{color: #e7112b}
.webfuneng_con .item a:hover{cursor: pointer;}
.webfuneng_con .item a:hover .pic:after{position: absolute;bottom:0px;height: 10px;background-color:#e7112b;width:60%;left:20%;content:""; }
.webfuneng_con .item a:hover b{color: #e7112b}



.eyidx_mubiao{background:url("../images/index_38.png") no-repeat top center;padding:80px 0;}
.eyidx_mubiao .mubiao_con{padding: 30px 0;display: flex;justify-content:space-between;}
.eyidx_mubiao .mubiao_con_left{display: flex;flex-direction:column;justify-content: space-between;width: 450px}
.eyidx_mubiao .mubiao_con_left_top{width: 450px;height: 160px;background:#e7112b;border-radius: 10px;display: flex;justify-content: center;flex-direction: column;padding:0 60px;box-sizing: border-box; }
.eyidx_mubiao .mubiao_con_left_top .mubiao_name{font-size: 18px;color: #fff}
.eyidx_mubiao .mubiao_con_left_top .mubiao_word{font-size: 40px;color: #fff}
.eyidx_mubiao .mubiao_con_left_bottom{}
.eyidx_mubiao .mubiao_con_left_bottom p.tit{font-size: 21px;color: #3c4155;padding: 15px 0;}
.eyidx_mubiao .mubiao_con_left_bottom p{font-size: 15px;color: #8489a7}
.eyidx_mubiao .mubiao_con_right{display: flex;justify-content: space-between;flex-direction: column;width:calc(100% - 520px)}
.eyidx_mubiao .mubiao_con_right .item{border:1px solid #c4c4c4;border-radius: 8px;padding:15px 30px;cursor: pointer;}
.eyidx_mubiao .mubiao_con_right .item .line1{font-size: 24px;font-weight: 600;line-height: 1.5;display: flex;justify-content: space-between;align-items: center;}
.eyidx_mubiao .mubiao_con_right .item .line1 .more{width: 27px;height: 27px;background:url("../images/plus.png") no-repeat center center;}
.eyidx_mubiao .mubiao_con_right .item .line2{display: none}


.eyidx_mubiao .mubiao_con_right .item.on{border:1px solid #e7112b;border-radius: 8px}
.eyidx_mubiao .mubiao_con_right .item.on .line1{font-size: 24px;font-weight: 600;color: #e7112b;}
.eyidx_mubiao .mubiao_con_right .item.on .line1 .more{background:url("../images/cplus.png") no-repeat center center;}
.eyidx_mubiao .mubiao_con_right .item.on .line2{font-size: 16px;color: #8489a7;display: block;padding-top: 10px}






.eyidx_buju{background:#e7112b url("../images/index_50.png") top right no-repeat;background-size:auto 100%;height:320px;position: relative;}
.eyidx_buju .buju_main{display:flex;flex-direction:column;justify-content:center;height:100%; color: #fff;padding-right:0%;box-sizing: border-box;}
.eyidx_buju .buju_name h3{font-size: 50px;border-bottom: 1px solid #fff;display: inline-block;padding-bottom: 20px}
.eyidx_buju .buju_word{font-size: 30px;padding:20px 0;}
.eyidx_buju .buju_text{font-size: 20px;}
.eyidx_buju .buju_text p{display:flex;align-items: center;padding:4px 0;}
.eyidx_buju .buju_text p:before{content:""; display:inline-block; background:url("../images/gou.png") center center;height:19px;width: 19px;margin-right: 3px;}
.eyidx_buju .buju_btn{margin-top: 20px;}
.eyidx_buju .buju_btn a{font-size: 20px;color: #eb0000;justify-content: center;align-items: center;width: 230px;display: flex;line-height: 46px;background-color: #fff;border-radius: 8px;}
.eyidx_buju .buju_btn a img{margin-left: 10px;}




.eyidx_buju_r5{background-color: #fff;font-family: "fs-dillon-medium";}
.eyidx_buju_r5 .eyidx_buju_r5_main{background:url("../images/ditu.png") top right no-repeat;display: flex;justify-content: space-between; align-items: center; padding:80px 0; }
.eyidx_buju_r5 .item{text-align: center;}
.eyidx_buju_r5 .line{width:1px;background:#e0e0e0;height:100%;display: inline-block;height:66px;}
.eyidx_buju_r5 .r1{color:#e7112b;font-size: 36px;font-weight: 600;}
.eyidx_buju_r5 .r1 em{color:#e7112b;font-size: 36px;font-weight: 600;}
.eyidx_buju_r5 p{color:#8489a7;font-size: 16px; }






.web_article {width: 100%;overflow: hidden;background:#fff;border-bottom: 1px solid #e0e0e0;border-top: 1px solid #e0e0e0}
.web_article .webarticle_main{padding:100px 0;overflow: hidden;background:url("../images/ditu.png") no-repeat;background-position: right -238px}
.webarticle_top{display: flex;justify-content: space-between;align-items: center;padding-bottom: 30px;}
.webarticle_name{font-size: 30px;color: #000;font-weight:600}
.webarticle_name span{font-size: 14px;color:#8489a7;font-weight: 400}
.webarticle_word a{line-height: 34px;border:1px solid #b7b7b7;border-radius: 17px;display: inline-block;padding:0 28px;margin-left:10px;}
.webarticle_word a.on{background-color: #e7112b;color: #fff;border:1px solid #e7112b;}
.web_article .webarticle_list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.web_article .webarticle_list .webarticle_focus {
    width:528px;
    height:auto;
    display:flex;
    flex-direction:column;
}
.web_article .webarticle_list .webarticle_focus .webarticle_pic{height: 278px;margin-bottom: 20px;display: inline-block;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items: center;}
.web_article .webarticle_list .webarticle_focus .webarticle_pic:hover img{transform: scale(1.1);}

.web_article .webarticle_list .webarticle_focus .tit{font-size: 24px;color:#3c4155}
.web_article .webarticle_list .webarticle_focus .time{font-size: 22px;color:#8489a7;margin-bottom:10px;}
.web_article .webarticle_list .webarticle_focus p{font-size: 15px;color:#8489a7}
.webarticle_list ul{
    width: 48.5%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.webarticle_list ul li{display: flex;border:1px solid #e5e5e5;border-radius: 8px;padding:10px 0;box-sizing: border-box;}
.webarticle_list ul li .webarticle_l {
    text-align: center;
    position: relative;
    border-right:1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
}


.webarticle_list ul li .webarticle_l .date{font-size:31px;color:#3c4155;font-weight:600}
.webarticle_list ul li .webarticle_l span{color:#8489a7;font-size: 19px; }
.webarticle_list ul li .webarticle_text {
    width: calc(100% - 100px);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: right;
    position: relative;
    z-index: 2
}
.webarticle_list ul li .webarticle_text .tit {
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 5px;
}
.webarticle_list ul li .webarticle_text p {
    font-size: 15px;
    color: #8489a7;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all
}








.web_hezuo{background: #fff;padding:80px 0;}
.web_hezuo .web_hezuo_name{font-size: 24px;font-weight: 600;color: #3c4155;padding-bottom: 40px;}








.ey_foot {width: 100%;height: auto;margin: 0 auto;padding: 40px 0 0;background-color: #2e2e30;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position: relative}
.webfoot_links{padding:20px 0;}
.webfoot_links a {display: inline-block;color: #76777e;font-size: 14px;}
.webfoot_links a:hover {color: #fff}

.ey_foot_main{display: flex;flex-wrap:wrap;justify-content:space-between;}
.lxfs{color: #76777e;width: 550px;}
.lxfs .flogo{margin-bottom: 40px}
.lxfs p{display: flex; flex-wrap: wrap; line-height: 20px;margin:4px 0;}
.lxfs p span{width: 20px;margin-right: 10px;display: inline-block;}
.lxfs p span img{vertical-align: middle;}

.lxfs p .telnum{font-size: 40px;font-weight: 600;display:block;width: 100%;line-height: 1.5;padding-left: 30px;font-family: "fs-dillon-medium";}
.lxfs p .teltime{font-size:14px;display:block;width: 100%;line-height: 1.5;padding-left: 30px;}



.ft_list{width: 400px;}
.ft_list ul{display: flex;justify-content: space-between;}
.f_ewm{width: 170px;display: flex;flex-direction: column;align-items: center;}
.f_ewm .share{display: flex;justify-content: space-between;width: 100%;padding-top: 60px}
.f_ewm .share a{display:block;text-align: center;}
.f_ewm .share a img{width: 34px;height: 34px;}







.ft_list ul li {
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ft_list ul li b {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #76777e;
    font-size: 18px;
    display: block;
    position: relative;
    font-weight: normal;

}

.ft_list ul li em {
    display: block;
    width: auto;
    height: 1px;
    background:#76777e;
    margin: 10px 0
}

.ft_list ul li a {
    display: block;
    overflow: hidden;
    line-height: 1.8;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#76777e
}

.ft_list ul li a:hover {
    color: #fff
}

.f_ewm {
    margin-top: 10px
}

.f_ewm img {
    width: 126px
}

.f_ewm p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color:#76777e
}

















.ey_foot .foot_copy {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 14px 0;
    overflow: hidden;
}


.foot_copy{width: 100%;display: flex;justify-content:space-between;}
.foot_copy .copy_l p{font-size: 12px;color: #76777e;line-height: 1.8}
.foot_copy .copy_l p a{font-size: 12px;color: #76777e}
.foot_copy .copy_r a{font-size: 14px;color: #76777e}














/**右侧悬浮**/

.float_all {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0,41,109,.17);
    height: 384px;
    justify-content: space-between;
    padding: 16px 0;
    position: fixed;
    right: 10px;
    top: 40vh;
    width: 68px;
    z-index: 9999
}

.float_all,.float_block {
    display: flex;
    flex-direction: column
}

.float_block {
    align-items: center;
    color: #3d4155;
    font-size: 12px;
    justify-content: center;
    position: relative
}

.float_block:first-child .float_blocks {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAhtJREFUSEvVls+KE0EQxr+aiT6AePEmKOhhJQh70pmYHhAfwLS7HhRB9Kgg+AfEPSgiKAru0b0s60E3PfsAIqSj3XpakKAHBQVvsuBhz5rpkkQCM5NxTcI6wb52V/2qurq+akLJi0rmYbrAUMjnDEgCvOHMuQvQHaPV7d5eGMmOaalqKOQCwLcAquRtGHAEKKPV/GAvk2EgZLJnN3YqpZK8cSDmqgS3YrSq9oFCstGKQiE7DO+s1audvI2U0v/2HT+sVn4hcOCkqK71+txMl9wzq9WhNDAQ8n2FvdPt9uqHIru8z0yG6c3gWEOSh+NEWH7dit8WAD8brfangbWocYQZ59jhpX0Vq3Rgf80wFI0nAF1g0GWrm4t5IDMTEXEaGIhTlwj8GOAlo+OLYwF70Tr2Zhn84o1Wnwoy/Gq02psGHhXyAIFOeOTWe7cyFjBfj39Uw8ZPhj9bYQy90sR3B9nhptXqcO7RvCMPd/3E+5gPskvwCcm60fGOP9VwAcBJLuxDdEF4ZFvqaQYYyTNgXAEw1IcEOABrg97t2U2sNFu10FZymQHW6vI8E3aNqK/3AVzLnCXaNK3mUtoPgzesjlcKr7QWyRvMIwOvAniQDY42jW7eq0Xy+sAPM2/YdvywEDhiZv1j23Klv4W4xEcTivLboj8BpiLepUtb6eI9wnj6YrTat23jqRTxnsYXo9xP1DhKM+nZiafFfwP8BVmAHzvydhVpAAAAAElFTkSuQmCC);
    height: 28px;
    width: 28px
}

.float_block:first-child .float_popup {
    display: none
}

.float_block:nth-child(2) .float_blocks {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAcRJREFUSEvVlj1Lw1AUht+btFKwQ6W6uYn0Hzg1mlh0E/zoFRUcXBwcRPwhUhwcXIq4Gb/ATdCEZhDEP2DR2cWqYIVga4602lpjGssNLXq3kHvOk/PmfDF0+LAO8/B3gKo6GXtjoS2ATQCICipRBOhEpvKKaR4/VXw0jVBReZYxvEbCkfXT090XEeD4+GK3XbI3iNBlmfqSP1DjBZlKA7UvEwFWbJLJhR4WLt1Yhh73BYoCvOwUjZNl6FU165KqKo86DBkCpgH0CAIfGXAoEdZMUy/WfHgCFS29DbCITKVVURk/Ei28CZBtGfvLvsBhjd/bUjlxeXZUEIyuajaUmopHnNB1ztB7f4nwS+cgwIpto4Tu5/o/dF8KAhUCKqM8D8Jgi+C8ZegJLwn/boQtRuZ5TUjSfwv8rM3bH63thwz+SfMtSdxq1Hz5Nu92lIWi8eem46kdQK88qBd+O1tbI7ih07SveXsCG8bTDIAYiO6YJM3lzvdy1W6Rmp2EQ9nqu+bniQEH7vHkCXT7GEnxMcfBDkAZEPrAWFomh5vmwVWQGvXd2lR1ut+R5EMiPJZtzF9c6A9BYB1bMVqSNGgkzew7vgi/A7ntKizN/IrGAAAAAElFTkSuQmCC);
    height: 28px;
    width: 28px
}

.float_block:nth-child(2) .float_popup {
    display: none
}

.float_block:nth-child(3) .float_blocks {
    background-image: url(../images/float_3.ba677b5.png);
    height: 28px;
    width: 28px
}

.float_block:nth-child(3) .float_popup {
    display: none
}

.float_block:nth-child(4) .float_blocks {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAxdJREFUSEvlll9IFFEUxr9zd0tDiwIlJYXooYcegqAIYWedWcOyTMJ2lqIsgqi3esmeIuilwKIXgyiyhyiiZtWggijcGXY0KYKiPwsVUUJRloJFtovuzIn1T+2us7tDgS/e13vu/d3vu9+ZO4RZHjTLPMxR4Pq6nUvnc7IZwKopy2Nj5O161HN9MPsKZLm5yhaeI8zYAqAajB8Q6COgPRrRItn1MyyVlOBRgFrBuMOwn6QWkBBrwWgE+LSph9umN/HJwUYi6gD4Elmeq0ND9ruFld4lRfb4RiY6xsz3e/XwIQD29JoMoKSobSD4PLYVMoyuj+mnqwmoy+Yxwgx+Yerhg5ISaga43cN2k2F0ThwsfciyWmoRbgNsmnr4+AxgbV1Qsm264uHxNYZxa8QpvfX1LSXx8cRdAAkAqyHsTWZP5/NcSZcktRxevLLIWvcw0jUw4dZ0sRRQNbJxL2poHflaZQp6D8AnU9d2AuB89VJAbSfQQDRy80wG0KeoXyhprTHNrs+FevOPUua3phE+kA/ql0N7WbBsRrR9mQoVNTE8iEWxmDZWCJiadwv1y9v3shCOwHcsRENvz403boAZUPCbVJCclPqU4DlB4sMMS/1K6JzN9rdeI3zCLbAQNG9oZHnHcousxx4WAcO48bIQVAoE9yfjdK2/X4v/Te9fpbIsF1tUfhfgPse2SAF8gaBKTGe9wAZd117nTZ8SvAjQimQCW7OhyQQd9hajG6AhU7+5J2fjT0LVFmKcdAEVkhK8DFDVTChWMqBXlmGPpmlW+sEdX4tcUElRWz2MB4ahPZvaJAO6ePFPezRe2s2E8eFBqE6Jz/k8OUH9itrEwAWy7M3RaOfTLGg1gDEwjVSU8+5sZY7f0uw7c4JKdaFtsPl8OrSmRl0wrxjvGTAqyrArFyyj8XMFxBEqh7aBJqElJb9io/GSbob4nk+ZK4XTRfmgAGJg+uoG5kphLmhDQ0PRaKLUYGCgkI0FU1rIXoZoFGydcmvjPwPT+rQDTJ1ubfwvYGqxpKi1FWXozZfGXC7N0d/EQi/F/8z/Bgq6yCyhCNYCAAAAAElFTkSuQmCC);
    height: 28px;
    width: 28px
}

.float_block:nth-child(4) .float_popup {
    display: none
}

.float_block:nth-child(5) .float_blocks {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAArtJREFUSEu9lj9M1FAcx7+/FhWNiQsTsurgYKJMCi3toTGiAUJo0clEIzExbCQmTkwkEDbigsHd1lyQKC5ybe4ODQOaOGiiiRO4yKCGEP5c+zPlrqRX2l5haLe7997v8/v+3vf33iNk/FHGPKQCKspAm4umPoBvuYSLBLR4iTKwLjC+APRWQOW1bedXGwlIBHZ09LYKx5vHAO4H6A0Y8yzS1ybH/eUFrohCKzl8AYRegG8DNOfubI0tLc3vjUd9sUBZ1XoZeA7Q7KbIEyvvzb9J2bdf086ccugJwA8IeFi0zPnUQCk3OAKmUQYGypa50qhMwfFOVWsnIA/iqVLh1XR47QGFNWXTFcLVjwVz7TAwf+6VnHa2ifGBgJGw0jpgdc9OfGag57DKwonVlC64O9uXgntaB5RUfQbAeskyniYpk1R9gsCywLs3bXvuT9xcSdXHAbSULGPYn7MP9KzvkPhpU8S5JIPIOX2KmR95AQj4JvDu9Tho1Uj4IbJz2W+ZfaCs6I+Z0F6yjPtxGXswMHcx0SyALgLWvN9JUEnVXxBjpWgbz2pJVsPLirbAoJmSbcxFAX2YF9zFsRssUH+pYNwN/h+lVFL0fgIPF22zpw7YqWqrEIRcefHl9zAwHFRWtCEfuJdsTXmU0s7uofNw3ULZMtvqgJKqbYmMFts2N4JASdUmCVCDwcLAIHR7c6N7efndPz+GominHfKMaDanA3br46KzMxksl6QM3oEg9HklDSYn5/RRlyr58mL+Z0NgUkkPlDhU0qQWii1pI9PUKTkEMNY0adrCh0btYULzR7dF2savtVCdS+NgiY3vLUp7tHWogwMihL6iZdxrcATGH23ewtSHt6aJym+cDLdQEJ7q8N4rV/XizeZ68jPM9ALed2KWTwwfmukjKmiAzJ6JSZY/6liqh/BRg0et+w+DRdEsaKrV0QAAAABJRU5ErkJggg==);
    height: 28px;
    width: 28px
}

.float_block:nth-child(5) .float_popup {
    display: none
}

.float_block:hover {
    color: #e84534
}

.float_block:hover:first-child .float_blocks {
    background-image: url(../images/floats_1.61853a0.png);
    background-size: 28px 28px;
    height: 28px;
    width: 28px
}

.float_block:hover:first-child .float_popup {
    display: block
}

.float_block:hover:nth-child(2) .float_blocks {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHKADAAQAAAABAAAAHAAAAABkvfSiAAAB+klEQVRIDe1WO0sDQRCeiTFREzTxdYKdoL/AB4KFTa5RJCrB2kbBQoi/wsoQC2vB2icIkjQiVsZfoGCdC5qLmhg9NePu4Z1w3F4uDyzEa5ad/R63M3O7B/D/NDkDKNJTo9MhrVTcIYQ5IAiIcI5xhBISnPgCwbXw0XmBY70iglYuJQDxWYKwhOlUSYRzipMsB3KobulaAMtOWFDksTzfpSPIxWJhZirMtVxAmwfJRkbJUDNTyrevQGEbqbLAVuvaGWuIAqHnQILQOqbsy2Aa5kBNIGGr39c2FDq9VI03qmXk6XvTtCSrW4LxVuy4HiPIdrXYHoR4vWZch3O5BtcydK2jaQhE3Z2HVw9WQK1zXYNpiXg/hiJEk+NmDa26SmTshoCGrXG7OQLeSunMiN2aNSY0dCtgFaw2//WU/j1D/m0iovldC2vo1DRum0Q/vN/VTUA4NmorNGxG0yiQV/TrqSO4VtXQADQyDqSug1b+T9Mg5p/mx3usgFrnugbTEvFMQ3bS75eLkOBFFoGrxTmXa3AtEdasIXYFNiqPL8k37fWO3V8h1llZRlzqT2UuOFmRx6NAlV12MHeJxBj3+3oKx0UYpmn/KPJEhBnsAeAWIPURUczbgrHes0zGnuEuKjTk9PvZycFP7WOX/USpfp9/tZGry93r/KPqyMAXhGKv1GDsOi8AAAAASUVORK5CYII=);
    background-size: 28px 28px;
    height: 28px;
    width: 28px
}

.float_block:hover:nth-child(2) .float_popup {
    display: block
}

.float_block:hover:nth-child(3) .float_blocks {
    background-image: url(../images/floats_3.7bcfdc7.png);
    background-size: 28px 28px;
    height: 28px;
    width: 28px
}

.float_block:hover:nth-child(3) .float_popup {
    display: block
}

.float_block:hover:nth-child(4) .float_blocks {
    background-image: url(../images/floats_4.3753bb9.png);
    background-size: 28px 28px;
    height: 28px;
    width: 28px
}

.float_block:hover:nth-child(4) .float_popup {
    display: block
}

.float_block:hover:nth-child(5) .float_blocks {
    background-image: url(../images/floats_5.55848e7.png);
    background-size: 28px 28px;
    height: 28px;
    width: 28px
}

.float_block:hover:nth-child(5) .float_popup {
    display: block
}

.float_block:after {
    background: #f4f6f8;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 9px;
    position: absolute;
    width: 48px
}

.float_block:nth-child(5):after {
    height: 0
}

.border_none :after {
    height: 0!important
}

.float_popup {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 14px;
    position: absolute;
    right: 68px;
    top: 0
}

.float_popup .float_popup_one {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0,41,109,.12);
    padding: 40px
}

.float_popup .float_popup_one>div:first-child {
    color: #3d4155;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center
}

.float_popup .float_popup_one>div:nth-child(2) {
    display: flex
}

.float_popup .float_popup_one>div:nth-child(2) div {
    align-items: center;
    color: #3d4155;
    display: flex;
    flex-direction: column
}

.float_popup .float_popup_one>div:nth-child(2) div img {
    height: 120px;
    width: 120px
}

.float_popup .float_popup_two {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0,41,109,.12);
    display: flex;
    flex-direction: column;
    font-family: PingFangSC-Regular,PingFang SC;
    padding: 40px;
    width: 400px
}

.float_popup .float_popup_two>div:first-child {
    color: #67686d;
    font-size: 24px;
    font-weight: 500
}

.float_popup .float_popup_two>div:nth-child(2) {
    color: #3d4155;
    font-size: 39px;
    font-weight: 700;
    margin: 50px 0
}

.float_popup .float_popup_two>div:nth-child(3) {
    color: #80828f;
    font-size: 14px;
    font-weight: 400
}

.float_popup .float_popup_three {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0,41,109,.12);
    display: flex;
    flex-direction: column;
    font-family: PingFangSC-Medium,PingFang SC;
    padding: 40px
}

.float_popup .float_popup_three>div:first-child {
    color: #3d4155;
    font-size: 24px;
    font-weight: 500
}

.float_popup .float_popup_three>img {
    height: 120px;
    margin: 30px 24px 12px;
    width: 120px
}

.float_popup .float_popup_three>div:nth-child(3),.float_popup .float_popup_three>div:nth-child(4) {
    color: #80828f;
    font-size: 14px;
    font-weight: 400
}

.float_app {
    background: #e84534;
    border-radius: 8px;
    color: #fff;
    font-family: PingFangSC-Regular,PingFang SC;
    font-size: 14px;
    font-weight: 400;
    height: 178px;
    position: fixed;
    right: 0;
    top: 40vh;
    width: 140px;
    z-index: 9999
}

.float_app,.float_app .title {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.float_app .image_box {
    background-color: #fff;
    margin-top: 8px;
    padding: 3px 3px 0
}

.float_app .image_box img {
    height: 96px;
    width: 96px
}

.float_app .close {
    cursor: pointer;
    height: 14px;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 14px
}
#back-to-top{cursor: pointer}

/**右侧悬浮**/
































.nybanner {
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative
}




.aboutbanner{height:593px;background:url("../images/aboutbg.jpg") no-repeat top center;display: flex;justify-content: center;flex-direction: column;}
.aboutbanner .a1{font-size: 24px;color: #fff;text-align: center;line-height: 1;font-weight: 200}
.aboutbanner .a2{font-size: 48px;color: #fff;text-align: center;}
.aboutbanner .a3{font-size: 24px;color: #3c4155;background:#fff;border-radius: 20px;width: 283px;text-align: center;margin:10px auto;padding:10px 0}



.aboutbanner .a4{text-align: center;display: flex;justify-content: space-between;width: 860px;margin:0px auto;margin-top:100px}
.aboutbanner .a4 .line{width:1px;background:#fff;height:100%;display: inline-block;height:66px;}
.aboutbanner .a4 .r1{color:#fff;font-size: 36px;font-weight: 600 }
.aboutbanner .a4 .r1 em{color:#fff;font-size: 36px;font-weight: 600 }
.aboutbanner .a4 p{color:#fff;font-size: 16px; }


.about1{background-color:#eb0000;}
.about1 .w1280{display: flex;line-height:90px;}
.about1 a{flex:1;text-align: center;color: #fff;font-size: 20px;position: relative;}
.about1 a.on:after{content: "";position: absolute;left: 50%;width: 50%;margin-left: -25%;top: 72%;background-color: #fff;height: 4px;}


.flex-between{display: flex;justify-content: space-between;flex-wrap: wrap;}
.about2{padding:85px 0;}
.about2 .about2_img {
    width: 767px;
    position: relative
}

.about2 .about2_img img {
    display: block;
    width: 100%;
}

.about2 .about2_text {
    width:calc(100% - 820px);
    display: flex;
    flex-direction: column;

}

.about2 .about2_text .about2_nameen {
    font-size: 18px;
    color: #e7112b;
    text-transform: uppercase;
}


.about2 .about2_text .about2_name {
    font-size: 30px;
    color: #3c4155;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px;

}

.about2 .about2_text p {
    font-size:14px;
    color: #8489a7;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 1.5;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 10px;;
    font-size: 16px

}

.about2 .about2_btn a{
    height: 40px;
    width: 130px;
    border-radius: 5px;
    background-color: #eb0000;
    text-align: center;
    line-height: 40px;
    color:#fff;
    font-size:18px;
    display:block;
    margin-top: 40px;
}

.about3{padding-bottom: 85px;}
.about3 .about3_text{width: 47%;padding:40px 50px; height: 350px; box-sizing: border-box;border:8px solid #e60012;}
.about3 .about3_text .about3_nameen {font-size: 37px;color: #eb0000;line-height: 1}
.about3 .about3_text .about3_name {font-size: 30px;color: #eb0000;padding-bottom: 10px;}
.about3 .about3_text p{font-size:16px;color: #8489a7;padding-bottom: 10px}
.about3 .about3_text.red{background:#e60012;}
.about3 .about3_text.red .about3_nameen {color: #fff;}
.about3 .about3_text.red .about3_name {color: #fff;}
.about3 .about3_text.red p{color: #fff;}



.about4{padding:85px 0;background:url("../images/aboutbg_08.jpg") top center;display: flex;flex-direction: column;align-items: center;border-top: 1px solid #dddddd}
.about4 .lmname{color:#3c4155;font-size:34px;font-weight: 600;text-align: center;margin-bottom: 50px;}


.about5{padding:85px 0;background:url("../images/aboutbg_09.jpg") top center;display: flex;flex-direction: column;align-items: center;border-top: 1px solid #dddddd}
.about5 .line{height: 3px;width: 150px;background-color: #e7112b;display:block;margin:0 auto;}
.about5 .lmname{color:#fff;font-size:48px;font-weight: 600;text-align: center;line-height:1.8}
.about5 .selmname{color:#fff;font-size:18px;text-align: center;}
.about5 .item{width: 30%;background-color: #fff;border-radius: 20px;overflow: hidden;display: flex;flex-direction:column;align-items: center;padding:50px 40px;box-sizing: border-box;margin-top: 50px}
.about5 .item h3{font-size: 30px;color:#3c4155;font-weight: 600;margin-top: 10px; }
.about5 .item h3:after{content:"";width: 100px;height:2px;background-color: #dddddd;display:block;margin:10px auto;}
.about5 .item p{font-size: 16px;color:#8489a7 }




.about6{padding:85px 0;display: flex;flex-direction: column;align-items: center;border-top: 1px solid #dddddd}
.about6 .lmname{color:#3c4155;font-size:48px;font-weight: 600;text-align: center;line-height:1.8}
.about6 .selmname{color:#8489a7;font-size:18px;text-align: center;}


.about6 .w1280{background:url("../images/ditu.png") top right no-repeat;}
.about6 .sidebar{width:40%;position: relative;}
.about6 .sidebar:after{content: "";width: 1px;height: 100%;background-color: #dadbe4;display: block;position: absolute;left: 96px;top: 0px;z-index: 0;}
.about6 .sidebar .item{display: flex;width: 100%;position: relative;z-index: 1;padding:20px 0;}
.about6 .sidebar .item .time{width:114px;font-size: 21px;font-weight: 600;position: relative;color: #eb0000;padding-right: 30px;box-sizing: border-box;text-align: right;}
.about6 .sidebar .item .time:after{content:"";width:16px;height: 16px;border-radius: 50%;background-color: #eb0000;display: block;position: absolute;right:7px;top:6px;border:2px solid #fff;}
.about6 .sidebar .item .txt{width:calc(100% - 114px);}
.about6 .sidebar .item .txt h3{font-size: 21px;font-weight: 600;position: relative;color: #40444a;padding-bottom: 10px;}
.about6 .sidebar .item .txt p{font-size: 14px;color: #8489a7}


.about7{padding:85px 0;background:url("../images/aboutbg_11.jpg") top center no-repeat;display: flex;flex-direction: column;align-items: center;}
.about7 .line{height: 3px;width: 150px;background-color: #e7112b;display:block;margin:0 auto;}
.about7 .lmname{color:#fff;font-size:48px;font-weight: 600;text-align: center;line-height:1.8}
.about7 .selmname{color:#9f9f9f;font-size:18px;text-align: center;margin-bottom: 20px}

.about8{padding:85px 0;background:url("../images/aboutbg_12.jpg") top center no-repeat;}
.about8 .lmname{color:#3c4155;font-size:48px;font-weight: 600;text-align: center;line-height:1.8}
.about8 .selmname{color:#8489a7;font-size:18px;text-align: center;margin-bottom: 20px}
.about8 .item{text-align: center;border-left:2px solid #ededed;border-top:2px solid #ededed;width: 25%;box-sizing: border-box;display: flex;justify-content: center;align-items: center;flex-direction: column;padding:56px 48px;}
.about8 .item h3{font-size: 25px;color: #000;padding:10px 0;font-weight: 600}
.about8 .item p{font-size: 14px;color: #8489a7}
.about8 .item:nth-child(4){border-right:2px solid #ededed;}
.about8 .item:nth-child(5){border-bottom:2px solid #ededed;}
.about8 .item:nth-child(6){border-bottom:2px solid #ededed;}
.about8 .item:nth-child(7){border-bottom:2px solid #ededed;}
.about8 .item:nth-child(8){border-bottom:2px solid #ededed;border-right:2px solid #ededed;}



.about9{padding:85px 0;background:#f7f7f7;}
.about9 .lmname{color:#3c4155;font-size:48px;font-weight: 600;text-align: center;line-height:1.8}
.about9 .selmname{color:#8489a7;font-size:18px;text-align: center;margin-bottom: 20px}
.about9 .item{text-align: center;width: 31%;background: #fff; box-sizing: border-box;display: flex;justify-content: center;align-items: center;flex-direction: column;padding:40px;margin:20px 0;box-sizing: border-box;}
.about9 .item h3{font-size:30px;color: #3c4155;padding:10px 0;font-weight: 600}




.listbanner{height: 360px;background: url("../images/listbanner.jpg") top center no-repeat;display: flex;flex-direction: column;justify-content: center;}
.listbanner .cn{font-size: 48px;color: #fff}
.listbanner .en{font-size: 18px;color: #fff}
.listbanner .en span{color: #eb0000}

.listtopic{padding:85px 0;}
.listtopic .lmtit{font-size:36px;color: #3c4155;padding-bottom:20px;width:100%;}
.listtopic .item{width: 30%;box-sizing: border-box;}
.listtopic .item .pic{height: 220px;display:flex;justify-content:center;align-items: center;overflow:hidden}
.listtopic .item a:hover .pic img{transform: scale(1.1);}
.listtopic .item img{min-height: 100%;min-width: 100%;}
.listtopic .item .tit{font-size: 24px;color: #3c4155;padding-top: 10px;}
.listtopic .item .more{font-size: 16px;color: #8489a7;padding-top: 10px;}




.listarticle-body{padding:85px 0;border-top:1px solid #dddddd;}
.listarticle-body .lmtit{font-size:36px;color: #3c4155;padding-bottom:20px;}



.listarticle-body .item a{width: 100%;box-sizing: border-box;display:flex;justify-content: space-between;}
.listarticle-body .item .pic{width:32%;}
.listarticle-body .item .pic img{width:100%;}
.listarticle-body .item .pic{height: 220px;display:flex;justify-content:center;align-items: center;overflow:hidden}
.listarticle-body .item a:hover .pic img{transform: scale(1.1);}
.listarticle-body .item img{min-height: 100%;min-width: 100%;}


.listarticle-body .item .text{width:65%;position: relative;}
.listarticle-body .item .tit{font-size: 24px;color: #3c4155;}
.listarticle-body .item p{font-size: 16px;color: #8489a7;padding-top: 10px;}
.listarticle-body .item .rili{font-size: 16px;color: #8489a7;padding-top: 10px;position: absolute;bottom:5px;display: flex;align-items: center;}
.listarticle-body .item .rili i{display: inline-block;width: 24px;height: 23px;background: url("../images/list_rili.jpg") no-repeat;margin-right: 10px}
.listarticle-body .item .more{font-size: 16px;color: #e7112b;padding-top: 10px;position: absolute;bottom:5px;right:0;border:1px solid #dddddd;padding:5px 20px;border-radius: 5px;}

.listarticle-body .item:after{display: block;content:"";height: 1px;width: 100%;background-color: #dddddd;margin:50px 0;}
.fenye ul{display: flex;justify-content: center;align-items: center;}
.fenye li{border:1px solid #dddddd;border-radius: 3px;display: inline-block;padding:2px 8px;margin:0px 3px;}
.fenye li.active{background-color: #e72307;border:#e72307;color: #fff}
.fenye li.active a{color: #fff}

.viewarticle{color: #3c4155;padding:85px 0;border-top:1px solid #dddddd;}
.viewarticle h2{font-size:30px;text-align: center;}
.viewarticle .primary-time{font-size: 16px;color: #8489a7;text-align: center;margin-top:10px;margin-bottom: 20px}
.neirong{border-top:1px solid #dddddd;padding:50px 0;}
.neirong p{color: #8489a7;margin-bottom: 10px;}

.prevnext{margin-top: 50px;}
.prevnextitem{width: 42%;border:1px solid #ccc;display:flex;padding:15px 20px;align-items: center;color:#3c4155}
.prevnextitem .pic{margin-right: 10px;}
.prevnextitem.next{display:flex;flex-direction: row-reverse;}
.prevnextitem.next .pic{margin-right:0px;margin-left: 10px}
.prevnextitem a{padding:0px 10px;color:#3c4155}





.stbanner{height: 360px;background: url("../images/stbg.jpg") top center no-repeat;display: flex;flex-direction: column;justify-content: center;}
.stbanner .cn{font-size: 48px;color: #fff}
.stbanner .en{font-size: 18px;color: #fff}
.stbanner .en span{color: #eb0000}
.stbanner .wz{padding-top: 10px}
.stbanner .wz p{color: #ffffff;font-size: 20px;}


.st1{padding:85px 0;text-align: center;border-bottom:1px solid #dddddd;}
.st1 .item{background-color: #f7f7f7;}
.st1 .item .pic{overflow:hidden;}
.st1 .item .text{padding:20px 0;}
.st1 .item b{color: #3c4155;font-size:20px;}
.st1 .item p{color: #8489a7;font-size:14px;}


.st1 .item:hover{background:#e7112b;}
.st1 .item:hover .text{padding:20px 0;}
.st1 .item:hover .pic{overflow:hidden;}
.st1 .item:hover .pic img{transform: scale(1.1);}



.st1 .item:hover b{color: #fff;font-size:20px;}
.st1 .item:hover p{color: #fff;font-size:14px;}




.stitem-intro{padding:85px 0;}
.stitem-intro .stitem-intro-title{display: flex;}
.stitem-intro .stitem-intro-title-first {width:230px;overflow: hidden;background-color: #e60012;display: flex;padding:25px 30px;justify-content:flex-start;}
.stitem-intro .stitem-intro-title-first .text{text-align: center;}
.stitem-intro .stitem-intro-title-first .icon{width: 60px;height: 50px;margin-right: 5px;}
.stitem-intro .stitem-intro-title-first .icon1{background:url("../images/icon-a.jpg") no-repeat center center;}
.stitem-intro .stitem-intro-title-first b{color: #fff;font-size: 26px;line-height:1;padding-bottom:2px;display:block;}
.stitem-intro .stitem-intro-title-first p{color: #fff;font-size: 14px;}
.stitem-intro .stitem-intro-title-second{display:flex; flex-direction: column;justify-content: center;padding:20px 70px;background-color: #f0f0f0;}
.stitem-intro .stitem-intro-title-second span.s1{font-size: 32px;font-weight: 600;color: #3b4255;line-height:1;padding-bottom:5px}
.stitem-intro .stitem-intro-title-second span.s2{font-size: 16px;color: #3b4255;line-height: 1.5}

.stitem-intro-nr{margin-top: 30px;margin-bottom: 30px}
.stitem-intro-nr p{color: #8489a7;font-size: 17px;padding-bottom: 10px;}



.stitem-intro .stitem-intro-title-first .icon1{background:url("../images/icon-a.jpg") no-repeat center center;}
.stitem-intro .stitem-intro-title-first .icon2{background:url("../images/icon-b.jpg") no-repeat center center;}
.stitem-intro .stitem-intro-title-first .icon3{background:url("../images/icon-c.jpg") no-repeat center center;}
.stitem-intro .stitem-intro-title-first .icon4{background:url("../images/icon-d.jpg") no-repeat center center;}


.stitem-intro-youshi{padding:85px 0;}
.stitem-intro-youshi .leftside{width: 355px;}
.stitem-intro-youshi .leftside .item{width: 355px;background-color: #e60012;height: 138px;display: flex;justify-content: center;align-items: center;flex-direction: column;border-radius: 15px;margin-bottom: 30px;}
.stitem-intro-youshi .leftside .item b{color: #fff;display:block;font-size: 34px;}
.stitem-intro-youshi .leftside .item p{color: #fff;font-size: 14px;}
.stitem-intro-youshi .leftside .item:nth-child(3){margin:0;}
.stitem-intro-youshi .rightside{border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;display: flex;justify-content: space-between;flex-wrap:wrap;width:calc(100% - 455px);}
.stitem-intro-youshi .rightside .item{width: 33%;padding:20px 30px;box-sizing: border-box;text-align: center;margin-bottom: 10px;flex-direction: column;display: flex}
.stitem-intro-youshi .rightside .item b{color:#3c4157;font-size: 26px;margin-bottom:10px;display:block;}
.stitem-intro-youshi .rightside .item p{font-size: 14px;color:#9396a7;}
.stitem-intro-youshi .rightside .line{width:100%;border-top:1px solid #dddddd;}






.lxwmbanner{height: 360px;background: url("../images/lxwmbg.jpg") top center no-repeat;display: flex;flex-direction: column;justify-content: center;}
.lxwmbanner .cn{font-size: 48px;color: #fff}
.lxwmbanner .en{font-size: 18px;color: #fff}
.lxwmbanner .en span{color: #eb0000}


.lxwmnr{background: url("../images/lxwm_03.jpg") top center no-repeat;padding:85px 0;}

.lxwmnr .lmtit{font-size:38px;color: #000;font-weight:400;text-align: center;}
.lxwmnr .lxfs{width: 100%;padding:88px 0;}
.lxwmnr .lxfs .leftside{width:500px }
.lxwmnr .lxfs .leftside .item{background-color:#f8f8f8;padding:30px 60px;display: flex;justify-content: space-between;margin-bottom: 20px;}
.lxwmnr .lxfs .leftside .item .icon{width: 62px;display: flex;justify-content: center;align-items: center;}
.lxwmnr .lxfs .leftside .item .text{width: calc(100% - 72px);}
.lxwmnr .lxfs .leftside .item .text .s1{color:#eb0000;font-size:24px;font-weight: 600 }
.lxwmnr .lxfs .leftside .item .text p{font-size:17px;color: #282828;font-weight: 600 }
.lxwmnr .lxfs .leftside .item:nth-child(3){margin:0;}




.lxwmnr .lxfs .rightside{width:calc(100% - 600px);background: #f8f8f8;padding:50px 80px 0px 80px;box-sizing: border-box;}
.lxwmnr .lxfs .rightside .formname{color: #eb0000;font-size: 20px;font-weight: 600;display: flex;align-items: center;margin-bottom: 20px;}
.lxwmnr .lxfs .rightside .formname img{margin-right: 10px;width: 79px;height: 23px;}
.lxwmnr .lxfs .rightside .formtitle{font-size: 22px;color:#282828;font-weight: 600;margin-bottom: 20px; }




.lxwmnr .lxfs .rightside .form-group label{color: #282828;font-size: 18px;margin-bottom: 10px;display:block;}
.lxwmnr .lxfs .rightside .form-group label .required{color: red}


.lxwmnr .lxfs .rightside form input{border:1px solid #ebebeb;border-radius: 8px;line-height: 40px;width:100%!important;}
.lxwmnr .lxfs .rightside form textarea{border:1px solid #ebebeb;border-radius: 8px;}
.lxwmnr .lxfs .rightside form button{width: 180px;text-align: center;line-height: 41px;border:0;border-radius:10px;background-color: #eb0000;color: #fff;font-size: 18px;margin:20px auto;display: block}

.lxwmnr .lxfs .rightside form{display: flex;justify-content: space-between;flex-wrap: wrap;}
#dr_row_name{width: 48%;}
#dr_row_tel{width: 48%;}
#dr_row_beizhu{width: 100%;padding:10px 0;}





.cwsjbanner{height:593px;background:url("../images/sjjz_02.jpg") no-repeat top center;display: flex;justify-content: center;flex-direction: column;}
.cwsjbanner .a1{font-size: 24px;color: #fff;text-align: center;line-height: 1;font-weight: 200}
.cwsjbanner .a2{font-size: 48px;color: #fff;text-align: center;}
.cwsjbanner .a3{font-size: 24px;color: #fff;text-align: center;line-height: 1;font-weight: 200}
.cwsjbanner .a4{text-align: center;display: flex;justify-content: space-between;width: 860px;margin:0px auto;margin-top:70px}
.cwsjbanner .a4 .line{width:1px;background:#696b6b;height:100%;display: inline-block;height:66px;}
.cwsjbanner .a4 .r1{color:#fff;font-size: 36px;font-weight: 600 }
.cwsjbanner .a4 .r1 em{color:#fff;font-size: 36px;font-weight: 600 }
.cwsjbanner .a4 p{color:#fff;font-size: 16px; }
.cwsjbanner .a5 a{background:#eb0000;border-radius: 20px;width: 220px;text-align: center;display:block;margin:40px auto;color: #fff;font-size: 24px;line-height:2}


.cwsj1{padding:85px 0 0 0;}
.cwsj1 .w1280{background:#eb0000;border-radius: 20px;display: flex;justify-content: space-between;padding: 20px;box-sizing: border-box;}
.cwsj1 .w1280 .item{display: flex;flex-direction: column;justify-content: center;align-items: center;color: #fff;line-height: 2;font-size: 18px;width: 15%;position: relative;}
.cwsj1 .w1280 .item:after{content: "";width: 1px;height: 100%;position: absolute;right:0;background: #ec5b5b;display:block;}
.cwsj1 .w1280 .item:nth-last-child(1):after{display: none}


.cwsj2{padding:85px 0;text-align: center;}
.cwsj2 .lmname{color:#3c4155;font-size:48px;font-weight: 600;text-align: center;line-height:1.8}
.cwsj2 .selmname{color:#8489a7;font-size:18px;text-align: center;margin-bottom: 20px}
.cwsj2 .item{background-color: #f7f7f7}
.cwsj2 .item .pic{overflow:hidden}
.cwsj2 .item .text{padding:20px 0;}
.cwsj2 .item b{color: #3c4155;font-size:20px;}
.cwsj2 .item p{color: #8489a7;font-size:14px;}


.cwsj2 .item:hover{background-color:#eb0000}

.cwsj2 .item:hover .pic img{transform: scale(1.1);}


.cwsj2 .item:hover .text{padding:20px 0;}
.cwsj2 .item:hover b{color: #fff;font-size:20px;}
.cwsj2 .item:hover p{color: #fff;font-size:14px;}


.cwsj3{padding:85px 0;text-align: center;background: #f8f8f8}
.cwsj3 .lmname{color:#3c4155;font-size:48px;font-weight: 600;text-align: center;line-height:1.8}
.cwsj3 .selmname{color:#8489a7;font-size:18px;text-align: center;margin-bottom: 40px}
.cwsj3 .item .text{background-color: #f7f7f7;padding:20px 0;}
.cwsj3 .item b{color: #3c4155;font-size:20px;}
.cwsj3 .item p{color: #8489a7;font-size:14px;}
.cwsj3 .cwsj3_img{width: 582px;}
.cwsj3 .cwsj3_text{width: calc(100% - 642px);text-align:left;display: flex;flex-direction: column;justify-content:space-between;}
.cwsj3 .cwsj3_text p{font-size: 18px;color: #8489a7;border-bottom:1px solid #dddddd;padding-bottom: 10px}
.cwsj3 .cwsj3_text p img{margin-right: 10px;}



.cwsj4{padding:85px 0;text-align: center;background: #fff}
.cwsj4 .lmname{color:#3c4155;font-size:48px;font-weight: 600;text-align: center;line-height:1.8}
.cwsj4 .selmname{color:#8489a7;font-size:18px;text-align: center;margin-bottom: 40px}
.cwsj4 .w1280{padding:30px 85px;box-sizing: border-box;}
.cwsj4 .item{display: flex;flex-direction: column; justify-content: center;align-items: center;}
.cwsj4 .cir{width: 74px;height: 74px;background: #f7f7f7;border-radius: 50%;display: flex;flex-direction: column; justify-content: center;align-items: center;}

.cwsj4 .cir:hover{background:#eb0000;}
.cwsj4 .cir:hover img{filter: brightness(100);}



.cwsj4 .fuhao{width: 74px;height: 74px;display: flex;justify-content: center;align-items: center;}
.cwsj4 .item p{color:#8489a7;font-size: 18px;line-height: 2;}

.cwsj5{padding:85px 0;background:#f8f8f8}
.cwsj5 .leftside{width:520px;}
.cwsj5 .rightside{width: 310px;}
.cwsj5 .rightside .item{text-align: center;}
.cwsj5 .rightside .item p{font-size: 12px;color: #3c4155;line-height: 3}


.cwsj5 .s1{font-size: 42px;color: #3c4155;font-weight:400;margin-bottom: 20px;}
.cwsj5 .s2{font-size: 16px;color: #8489a7;}
.cwsj5 .s3{font-size: 36px;color: #eb0000;font-weight: 600}
.cwsj5 .s4 a{background:#eb0000;border-radius: 20px;width: 220px;text-align: center;display:block;margin:20px 0;color: #fff;font-size: 22px;line-height:2}




.videoed{ display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
.videos{ display:none; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100; width:640px;z-index:9999; }
.vclose{ position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.zhezhao{display:none;width: 100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.5);z-index:9998}
video{width:100%}







@media screen and (max-width:1200px) {
    .eyidx_ban{margin-top:68px;}
    .eyidx_ban .swiper-container .swiper-pagination{line-height:8px;bottom:10px;height:8px;}
    .eyidx_ban .swiper-container .swiper-pagination .swiper-pagination-bullet{height:8px;}



    .eyidx_about .webabout_con{flex-wrap:wrap;}
    .eyidx_about .webabout_con .webabout_img{width:100%;height:auto;position:relative}
    .eyidx_about .webabout_con .webabout_text{width:100%;height:auto;position:relative;margin-top:20px}
    .webabout_advantage{flex-wrap: wrap;}
    .webabout_advantage .item{width: 48%;margin:1%}
    .webabout_advantage .item a{width: 100%;}
    .webfuneng_top{padding-top:40px;}
    .webfuneng_con{flex-wrap: wrap;box-sizing;border-box;padding:10px 0}
    .webfuneng_con .item{width: 48%;margin:1%;box-sizing;border-box}
    .webfuneng_con .item a{box-sizing:border-box;width: 100%;}
    .webfuneng_con .item .pic{width: 100%;}
    .webfuneng_con .item .pic img{width: 100%;}
    .eyidx_mubiao{padding:40px 0;}
    .eyidx_mubiao .mubiao_con_left_top{width: 100%;}
    .eyidx_mubiao .mubiao_con{flex-wrap: wrap;}
    .eyidx_mubiao .mubiao_con_left{width: 100%;}
    .eyidx_mubiao .mubiao_con_right{width: 100%;margin-top:20px;}
    .eyidx_mubiao .mubiao_con_right .item{margin: 10px 0;}
    
    .eyidx_buju_r5 .eyidx_buju_r5_main{padding:40px 0;}
    .eyidx_buju_r5 .r1{font-size: 18px;}
    .eyidx_buju_r5 .r1 em{font-size: 18px;}
    .web_article .webarticle_list{flex-wrap: wrap;}
    .web_article .webarticle_list .webarticle_focus{width: 100%;}
    .webarticle_list ul{width: 100%;margin-top:20px;}
    .webarticle_list ul li{margin:10px 0;}
    
    
    .aboutbanner .a4{width: 100%;flex-wrap:wrap;margin-top:20px;}
    .aboutbanner .a4 .item{width: 48%;margin:1%}
    .aboutbanner .a4 .line{display: none;}
    .about2 .about2_btn a{font-size:16px;}
    .about2 .about2_img{width: 100%;}
    .about2 .about2_text{width: 100%;margin-top:20px;}
    .about3 .about3_text{width:100%;margin:10px 0;height:auto;padding:20px}
    .about5 .item{width: 100%;}
    .about6 .sidebar{width: 100%;}
    .about8 .item{width: 100%;margin:10px 0;border: 2px solid #ededed;}
    .about9 .item{width:48%;}
    .about1 .w1280{width:auto;overflow-x: scroll;word-break: keep-all;}
    .about1 .w1280 a{width:auto;padding:0 10px;font-size:14px;}
    .listarticle-body .item a{flex-wrap: wrap;}
    .listarticle-body .item .pic{width: 100%;}
    .listarticle-body .item .text{width: 100%;padding-bottom:50px;}

    .listarticle-body .item .text p:nth-child(2){display: none;}
    
    
    .prevnextitem{width:100%;margin:5px 0}
    .st1 .item{width:48%;}


.lxwmnr .lxfs .leftside{width:100%;}
.lxwmnr .lxfs .leftside .item{padding:20px}
.lxwmnr .lxfs .rightside{width:100%;padding:20px;margin-top:20px}


.videos{ display:none; position:fixed;z-index:100; width:90%;margin:5%;z-index:9999;left:0;top:20%;}
.stitem-intro-youshi .leftside{width:100%;}
.stitem-intro-youshi .rightside{width:100%;}

.stitem-intro-youshi .leftside .item{width:100%;}
}






@media screen and (max-width:580px) {
    .float_all{display: none;}
    .eyidx_about .webabout_con .webabout_text .webabout_btn .word{font-size:14px;}
    .webabout_advantage .item b{font-size:16px;}
    .webabout_advantage .item p{font-size:12px}
    .webfuneng_word{font-size:14px}
    .webfuneng_con .item .text{padding:15px 0;}
    .webfuneng_con .item b{font-size:16px;}
    .eyidx_about .webabout_con .webabout_text .webabout_nameen{font-size: 14px;}
    .eyidx_about .webabout_con .webabout_text .webabout_name{font-size: 18px;}
    .eyidx_mubiao .mubiao_con_left_top{height: 100px;padding:0 15px;}
    .eyidx_mubiao .mubiao_con_left_top .mubiao_word{font-size: 18px;}
    .eyidx_mubiao .mubiao_con_left_bottom p.tit{font-size: 18px;}
    
    .eyidx_mubiao .mubiao_con_right .item{padding:15px 20px;}
    .eyidx_mubiao .mubiao_con_right .item .line1{font-size: 20px;}
    .eyidx_mubiao .mubiao_con_right .item .line2{font-size: 14px;}
    
    .eyidx_mubiao .mubiao_con_right .item.on .line1{font-size: 20px;}
    .eyidx_mubiao .mubiao_con_right .item.on .line2{font-size: 14px;}
    
    .eyidx_about .webabout_con .webabout_img .text {top: 20px;left: 20px;}
    .eyidx_about .webabout_con .webabout_img .text p{font-size: 14px;}
    .webarticle_name{font-size:20px;}
    .webarticle_name span{font-size:12px;}
    .web_hezuo{padding:20px 0;}
    
    
    
    
    
    .eyidx_buju .buju_name h3{font-size: 28px;}
    .eyidx_buju .buju_word {font-size: 18px;padding: 10px 0;}
    .eyidx_buju .buju_btn a {font-size: 16px;width: 230px;display: flex;line-height: 46px;background-color: #fff;border-radius: 8px;}
    .eyidx_buju_r5 .eyidx_buju_r5_main{display: flex;flex-wrap: wrap;background:#fff}
    .eyidx_buju_r5 .item:nth-child(1){width:100%;}
    .eyidx_buju_r5 .line{display: none;}
    .eyidx_buju_r5 .item{width:50%;margin:10px 0}
    .eyidx_buju_r5 .r1{font-size: 24px;}
    .eyidx_buju_r5 .r1 em{font-size: 24px;}
    .web_article .webarticle_main{padding:20px 0;background:#fff}
    .web_article .webarticle_word{display: none;}
    .web_article .webarticle_list .webarticle_focus .webarticle_pic{height: auto;}
    .web_article .webarticle_list .webarticle_focus .tit{font-size:16px;}
    .web_article .webarticle_list .webarticle_focus .time{font-size:12px;}
    .web_article .webarticle_list .webarticle_focus p{font-size:14px;}
    
    .webarticle_list ul li .webarticle_l .date {font-size: 24px;color: #3c4155;font-weight: 600;}
    .webarticle_list ul li .webarticle_l span {color: #8489a7;font-size: 14px;}
    .webarticle_list ul li .webarticle_text .tit{font-size: 16px;}
    .webarticle_list ul li .webarticle_text p{font-size: 12px;}
    .webarticle_list ul li .webarticle_l{width:80px;}
    .webarticle_list ul li .webarticle_text{width:calc(100% - 80px);}
    .webarticle_list ul li{margin:5px 0;}
    .f_ewm{margin:10px auto;}
    .f_ewm .share{padding-top:10px;}
    .web_hezuo .web_hezuo_name{padding-bottom:10px;}
    
    
    
    
    
    
    
    
    .aboutbanner .a2{font-size: 36px;}
    .aboutbanner .a3{font-size: 18px;}
    .about2 .about2_text p{font-size: 14px;}
    .about3 .about3_text p{font-size: 14px;}
    
    .about3 .about3_text .about3_nameen{font-size: 18px;}
    .about3 .about3_text .about3_name{font-size: 26px;}
    .about5 .lmname{font-size: 26px;}
    .about5 .selmname{font-size: 14px;}
    .about5 .item h3{font-size: 18px;}
    .about5 .item p{font-size: 14px;}
    .about6 .lmname{font-size: 36px;}
    .about6 .sidebar .item .txt h3{font-size: 18px;}
    .about6 .sidebar .item .time{font-size: 18px;}
    
    .about7 .lmname{font-size: 26px;}
    .about7 .selmname{font-size: 14px;}
    .about8 .lmname{font-size: 26px;}
    .about8 .selmname{font-size: 14px;}
    .about8 .item{padding:20px 30px;}
    .about8 .item h3{font-size: 18px;}
    .about9 .lmname{font-size: 36px;}
    .about9 .selmname{font-size: 14px;}
    .about9 .item{padding:10px;}
    .about9 .item h3{font-size: 16px;}
    
    
    .nybanner .cn{font-size: 36px;}
    .nybanner .en{font-size: 14px;}
    .stbanner .wz p{font-size: 12px;}
    
    
    .listarticle-body .lmtit{font-size: 26px;}
    
    .listarticle-body .item .tit{font-size:18px;}
    .listarticle-body .item .more{font-size: 14px;padding:3px 18px}
    .listarticle-body .item:after{margin:20px 0;}
    .viewarticle{padding:50px 0;}
    .viewarticle h2{font-size: 24px;}
    
    
    .lxwmnr .lmtit{font-size: 26px;}
    .lxwmnr .lxfs{padding:20px 0;}
    .lxwmnr .lxfs .leftside .item .text .s1{font-size: 16px;}
    .lxwmnr .lxfs .leftside .item .text p{font-size: 14px;margin:5px 0}
    
    .lxwmnr .lxfs .rightside .form-group label{font-size: 14px;}
    
    .stitem-intro .stitem-intro-title{display: flex;flex-wrap:wrap}
    .stitem-intro .stitem-intro-title-first{width:100%;}
    .stitem-intro .stitem-intro-title-first .text{text-align: left;}
    .stitem-intro .stitem-intro-title-second{width:100%;padding: 25px 30px;}
    

.stitem-intro .stitem-intro-title-first b{font-size: 18px;}
.stitem-intro .stitem-intro-title-first p{font-size: 14px;}

    .stitem-intro .stitem-intro-title-second span.s1{font-size: 18px;}
    .stitem-intro .stitem-intro-title-second span.s2{font-size: 12px;}
    .stitem-intro-nr p{font-size: 14px;}
    .stitem-intro-youshi .rightside .item{width:100%;}
    
    
    
    .ft_list ul li b{font-size: 16px;}
    .ft_list ul li a{font-size: 12px;}
}

    
