﻿body {}

.menu-show {
    overflow: hidden
}

.home_body {
    background: #e5f0f7
}

.auto_1500 {
    max-width: 1500px
}

@media(max-width:1500px) {
    .auto_1500 {
        max-width: 1280px;
        padding: 0 2%
    }
}

.auto_1600 {
    max-width: 1600px
}

@media(max-width:1600px) {
    .auto_1600 {
        max-width: 1280px;
        padding: 0 2%
    }
}

.w72 {
    width: 72%;
    padding-bottom: 4%;
}

@media(max-width:1024px) {
    .w72 {
        width: auto;
        padding-bottom: 2%;
    }
}

a:hover {
    color: #295288
}


/**.Topshare**/

.Topshare {
    background-color: #295389;
    width: 100%;
    transition: 0.5s
}

.Topshare .auto {
    height: 10px;
    overflow: hidden;
    transition: 0.5s;
}

.Topshare .share {
    float: right;
    position: relative;
    z-index: 10;
    opacity: 0;
}

.Topshare .share a {
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    transition: .5s;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin: 0 0 0 2px;
    background: url(../images/share_icon.png) no-repeat left center;
    position: relative;
    transform: scale(0.9)
}

.Topshare .share a.d_qq {
    background-position: center center
}

.Topshare .share a.d_sina {
    background-position: right center
}

.Topshare .share a:hover {
    opacity: 0.6
}

.Maintop:hover .auto {
    height: 36px;
}

.Maintop:hover .share {
    opacity: 1
}


/*.Maintop */

.Maintop {
    padding: 0;
    width: 100%;
    z-index: 1000;
    transition: .3s;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .08)
}

.Maintop .auto {
    padding: 0
}

.Maintop .header {
    z-index: 100
}

.Maintop .header-left {
    float: left;
    padding: 7px 0;
    max-width: 280px;
}

.Maintop .header-left .logo {
    transition: .3s
}

.Maintop .header-left .logo img {
    display: block;
}

.Maintop .header-left .logo_img1 {
    display: block
}

.Maintop .header-left .logo_img2 {
    display: none
}

.Maintop .header-mid {
    padding-left: 10px;
    float: right;
    padding-right: 30px;
    border-right: 1px solid #e5e5e5;
}

.Maintop .header-right {
    padding: 20.5px;
    transition: .3s;
    position: relative;
    z-index: 100;
    height: 70px;
    margin-left: 40px;
    float: right
}

.Maintop .header-right dd {
    float: left;
    line-height: 30px
}

.Maintop .header-right dd.yy {
    font-size: 18px;
    color: #333;
    margin-left: 18px;
}

.Maintop .header-right .mems {
    margin-right: 20px;
    padding-left: 26px;
    background: url(../images/top_mems.png) no-repeat left center;
    display: none;    
}

.Maintop .header-right .mems a {
    font-size: 18px;
    color: #333;
    margin: 0 5px;
    font-weight: normal;
}

.Maintop .open-search {
    width: 36px;
    height: 36px;
    margin-top: -3px;
    background: url(../images/searchbtn1.png) no-repeat center center;
    cursor: pointer
}

.Maintop .open-search-on {
    background: 0 0;
    position: relative
}

.Maintop .open-search-on::after,
.Maintop .open-search-on::before {
    position: absolute;
    content: '';
    width: 60%;
    left: 20%;
    top: 50%;
    transform: rotate(45deg);
    height: 2px;
    background: #444
}

.Maintop .open-search-on::after {
    transform: rotate(-45deg)
}

.Maintop .top-search {
    border-radius: 5px;
    overflow: hidden;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 0;
    margin-right: 20px;
    padding: 3px;
    background: #295288;
    width: 300px;
    margin-left: 0 !important;
    background-size: 100% 100%
}

.Maintop .top-search .text {
    border: none;
    height: 38px;
    line-height: 38px;
    padding: 0 50px 0 15px;
    width: 100%;
    color: #999;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    background: #fff;
    width: 250px
}

.Maintop .top-search .btn {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    top: 0;
    background: url(../images/searchbtn2.png) no-repeat center center
}

.Maintop .header-menu li {
    width: auto !important
}

.Maintop .header-menu li.has-sub {
    position: inherit !important;
}

.Maintop .header-menu li .sub-intro {
    max-width: 1600px;
    margin: 0 auto;
    padding: 2% 0 5%;
}

.Maintop .header-menu li .sub-intro .sub-menu dt {
    display: inline-block;
    width: calc((100% - 20px)/5);
    vertical-align: top;
    padding: 0 1.5%;
    margin-bottom: 1%;
}

.Maintop .header-menu li#m1 .sub-intro .sub-menu dl {
    text-align: left
}

.Maintop .header-menu li#m1 .sub-intro .sub-menu dt {
    width: 19.5%;
}

.Maintop .header-menu li .sub-intro .sub-menu dt>a {
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
    font-weight: bold;
}

.Maintop .header-menu li .sub-intro .sub-menu dt a:hover {
    background: none;
    color: #295288;
}

.Maintop .header-menu li .sub-intro .sub-menu dt a {
    text-align: left;
    padding: 0 0;
    line-height: 42px;
    margin-bottom: 15px;
}

.Maintop .header-menu li .sub-intro .sub-menu dt dl dd a {
    line-height: 32px;
    margin-bottom: 0;
    font-size: 16px;
}

.Maintop .header-menu li#m3 .sub-intro .sub-menu dl {
    text-align: left
}

.Maintop .header-menu li em {
    padding: 17px 30px;
    transition: .3s
}

.Maintop .header-menu li em a {
    padding: 0;
    line-height: 40px;
    font-size: 18px;
    border-radius: 100px;
    font-weight: normal;
    position: relative;
    color: #333
}

.Maintop .header-menu li em a:hover,
.Maintop .header-menu li.aon em a {
    color: #295288
}

.Maintop .header-menu li em a:hover:after,
.Maintop .header-menu li.aon em a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 3px;
    background: #295288;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.Maintop .header-menu li .sub {
    transform: translateX(100%)
}

.header-menu li.aon .sub {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.Maintop .header-menu li .sub-menu dl {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.Maintop .header-menu li .sub-menu dt a {
    transition: .3s;
    padding: 0;
    color: #666;
    padding: 0 10px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
}

.Maintop .header-menu li .sub-menu dt:last-child a::after {
    display: none
}

.Maintop .header-menu li .sub-menu dt a:hover {
    background: #295288;
    color: #fff
}

.Maintop .sub-menu-layer {
    background: rgba(255, 255, 255, .8)
}

.Maintop_on {}

.Maintop_on .Topshare .auto {
    height: 0
}

@media(max-width:1200px) {
    .Maintop .header-menu li em a {
        padding: 0 10px
    }
}

@media(min-width:1025px) {
    .Maintop .sub-vertical .sub {
        background-color: #fff;
        border-top: 1px solid #eee;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    }
}

@media(max-width:1240px) {
    .Maintop {
        padding: 0
    }
    .Maintop .top-language span {
        display: none
    }
    .Maintop .top-language .top-sub {
        display: block !important;
        height: 37px !important;
        background: #000;
        top: 0;
        text-align: right;
        padding: 0 2%
    }
    .Maintop .top-language .top-sub a {
        display: inline-block;
        border: 1px solid #d0111b;
        color: #d0111b;
        padding: 0 10px;
        margin-left: 5px;
        line-height: 25px
    }
    .Maintop .header-left {
        width: 50%
    }
    .Maintop .header-left .logo {
        padding-top: 15px
    }
    .Maintop .header-right {
        padding-top: 22px
    }
    .Maintop .top-search {
        margin-right: -18px;
        margin-top: 22px;
        width: 250px
    }
    .Maintop #open_menu,
    .Maintop .header-right dd.open-search {
        background-color: #eee;
        border-radius: 50%
    }
    .Maintop #open_menu {
        width: 36px;
        height: 36px;
        position: relative
    }
    .Maintop #open_menu i,
    .Maintop #open_menu i::after,
    .Maintop #open_menu i::before {
        background: #033543
    }
    .Maintop_on .open-search {
        background: url(../images/Top002138-searchbg.png) no-repeat center center;
        cursor: pointer
    }
    .Maintop_on .open-search-on::after,
    .Maintop_on .open-search-on::before {
        background: #033543
    }
    .Maintop #open_menu i {
        width: 60%;
        left: 20%;
        top: 50%;
        height: 2px
    }
    .Maintop #open_menu.open_menu_on {
        background: #033543;
        border: none
    }
    .Maintop #open_menu.open_menu_on i {
        background: 0 0 !important
    }
    .Maintop #open_menu.open_menu_on i::after,
    .Maintop #open_menu.open_menu_on i::before {
        background: #fff
    }
    .Maintop #open_menu.open_menu_on i::before {
        top: 0 !important;
        transform: rotate(-45deg)
    }
    .Maintop #open_menu.open_menu_on i::after {
        top: 0 !important;
        transform: rotate(45deg)
    }
    .Maintop .header {
        position: initial;
    }
    .Maintop #header-menu {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100% - 60px);
        background: #fff;
        display: none;
        overflow: auto;
    }
    .Maintop #header-menu li {
        border-bottom: 1px dotted #eee
    }
    .Maintop #header-menu li a {
        line-height: 50px
    }
    .Maintop #header-menu li em,
    .Maintop #header-menu li em a {
        border-bottom: 0
    }
    .Maintop #header-menu li em a {
        color: #666;
        font-weight: 400
    }
    .Maintop #header-menu li .sub-menu dt a {
        border-bottom: none
    }
    .Maintop #header-menu li .sub {
        background: #eee
    }
    .Maintop #header-menu li .sub dt {
        border-bottom: 1px dashed #ddd
    }
    .Maintop #header-menu li .sub dt a {
        color: #666
    }
    .Maintop #header-menu li .sub dd {
        padding-left: 2em;
    }
    .Maintop #header-menu li.has-sub em a {
        background: url(../images/Top002138-a_lang.png) no-repeat 95% center
    }
    .Maintop #header-menu #m10.has-sub em::before {
        display: none
    }
    .Maintop #header-menu #m11.has-sub em::before {
        display: none
    }
    #header-menu li.has-sub em::before {
        left: auto;
        right: 0;
        width: 10%
    }
    .Maintop #header-menu li.has-sub em .op {
        display: block;
    }
    #header-menu li.has-sub em .op::before,
    #header-menu li.has-sub em .op::after {
        position: absolute;
        content: '';
        background: #999;
    }
    #header-menu li.has-sub em .op::before {
        width: 100%;
        height: 3px;
        left: 0;
        top: 6px;
    }
}


/**.Homebanner**/

.Homebanner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding-bottom: 0;
    background: #222
}

.Homebanner .bx-viewport {
    z-index: 1
}

.Homebanner li {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important
}

.Homebanner .videoBox {
    width: 100%;
    height: 100%
}

.Homebanner video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.Homebanner .bx-viewport {
    z-index: 1
}

.Homebanner .text {
    position: absolute;
    z-index: 100;
    transition: .8s;
    padding: 0 10px;
    width: 43vw;
    text-align: center
}

.Homebanner .text .text_con img {
    display: block;
    margin: 0 auto
}

.Homebanner li .pic {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #666;
}

.Homebanner li a {
    position: relative;
    display: block
}

.Homebanner li .phone {
    display: none
}

.Homebanner .bx-pager {
    position: absolute;
    left: 0;
    bottom: 20%;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.Homebanner .bx-pager div {
    display: inline-block;
    margin: 0 5px;
}

.Homebanner .bx-pager div a {
    display: block;
    line-height: 100px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 1);
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%
}

.Homebanner .bx-pager div a.active:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    top: 3px;
    left: 3px;
    position: absolute;
    background: #fff;
    border-radius: 50%
}

@media(min-width:769px) {
    .Homebanner,
    .Homebanner .bx-wrapper,
    .Homebanner .bx-viewport,
    .Homebanner .con,
    .Homebanner li,
    .Homebanner li .pic,
    .Homebanner li a,
    .Homebanner ul {
        z-index: 1;
        height: 944px !important;
        width: 100%
    }
}

.Homebanner .bx-controls-direction a {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -20px;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    line-height: 1000px;
}

.Homebanner .bx-controls-direction a.bx-prev {
    left: 5%;
    transform: rotate(-135deg);
}

.Homebanner .bx-controls-direction a.bx-next {
    right: 5%;
}

@media(max-width:768px) {
    .Homebanner {
        margin-top: 60px
    }
    .Homebanner li,
    .Homebanner li a {
        height: auto
    }
    .Homebanner li {
        background: 0 0 !important
    }
    .Homebanner li .pic {
        display: none
    }
    .Homebanner li .phone {
        display: block;
        width: 100%
    }
    .Homebanner li .text {
        top: 6vh !important;
        display: block;
    }
    .Homebanner .bx-controls-direction a {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .Homebanner .bx-pager {
        bottom: 30px
    }
    .Homebanner .bx-pager div {
        margin: 0 2px
    }
    .Homebanner .bx-pager div:after {
        display: none
    }
    .Homebanner .videoBox {
        padding-bottom: 80%;
        height: auto;
        position: relative
    }
    .Homebanner .videoBox video {
        position: absolute;
        left: 0;
        top: 0
    }
}


/**.home_title**/

.home_title {
    position: relative;
    z-index: 56;
}

.home_title h1 {
    font-size: 36px;
    line-height: 50px;
    font-weight: normal;
    color: #333;
    margin: 0 0 5px 0
}

.home_title h2 {
    font-size: 16px;
    line-height: 22px;
    color: #999;
    margin: 0 0;
    font-weight: lighter
}

.h-title-intro {
    text-align: center;
    padding: 0vw 0 3vw;
    color: #333;
    max-width: 1600px;
    margin: 0 auto;
}

.h-title-intro h3 {
    margin: 0;
    font-size: 50px;
}

.h-title-intro p {
    font-size: 70px;
    text-transform: uppercase;
    position: relative;
    top: 48px;
    letter-spacing: 8px;
    font-weight: 700;
    opacity: 0.1;
    color: #333;
    margin: 0;
}

.h-title-intro span {
    margin-top: 10px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 8px;
    display: inline-block;
}

.h-title-intro .more {
    float: right;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
    border-radius: 25px;
    border: none;
    color: #fff;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 135px;
}

.h-title-intro .more b {
    font-size: 16px;
}


/**.home_more**/

.home_more {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 100px;
    position: relative;
}

.home_more a {
    text-align: center;
    border-radius: 0;
    color: #444;
    display: block;
    font-size: 16px;
    transition: .5s;
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    background: url(../images/home_more.png) no-repeat right center #fff;
    padding-right: 20px;
    width: 110px;
    transition: 0.5s;
    border-radius: 100px;
}

.home_more a:hover {
    left: -85px;
    padding-right: 0px;
}

.home_titop {
    margin-bottom: 50px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.home_titop .home_title {
    float: left
}

.home_titop .home_more {
    position: absolute;
    right: 0;
    bottom: 0
}

@media(min-width:769px) {
    .Home_part {
        padding: 3% 0 5%;
        display: table;
        width: 100%;
        position: relative
    }
    .Home_part>* {
        padding: 0;
        display: table-cell;
        vertical-align: middle
    }
}


/**.slick-dots**/

.slick-dots {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    vertical-align: middle;
}

.slick-dots li {
    float: none !important;
    position: relative;
    display: inline-block;
    width: 10px !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0;
    background: #d2d3d5 !important;
    cursor: pointer;
    padding: 0 !important;
    transition: 0.5s
}

.slick-dots li button {
    display: none
}

.slick-dots .slick-active {
    background: #295288 !important;
    ;
    width: 20px !important;
}

@media(max-width:768px) {
    .slick-dots {
        margin: 10px 0 0
    }
    .slick-dots li {
        width: 25px;
        height: 3px
    }
}


/**.slick-arrow**/

.slick-arrow {
    font-size: 0;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    position: relative;
    background: none;
    cursor: pointer;
    padding: 0;
    z-index: 50;
    vertical-align: middle;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-next::before,
.slick-prev::before {
    position: absolute;
    content: '';
    width: 30%;
    height: 30%;
    border-top: 2px solid #d2d3d5;
    border-right: 2px solid #d2d3d5;
    top: 44%;
    left: 28%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.slick-prev::before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    left: 40%;
}

.slick-next:hover::before,
.slick-prev:hover::before {
    border-color: #295288
}

.slick-next:hover,
.slick-prev:hover {}


/*Floor002655 */

.Floor002655 {
    padding-bottom: 6%;
    background: #f6f7f9;
}

.Floor002655 .title-intro {
    text-align: left;
    padding: 3vw 0 3vw;
    color: #333;
    max-width: 1600px;
    margin: 0 auto;
}

.Floor002655 .title-intro h3 {
    margin: 0;
    font-size: 50px;
}

.Floor002655 .title-intro p {
    font-size: 70px;
    text-transform: uppercase;
    position: relative;
    top: 48px;
    letter-spacing: 8px;
    font-weight: 700;
    opacity: 0.1;
    color: #333;
    margin: 0;
}

.Floor002655 .title-intro span {
    margin-top: 10px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 8px;
    display: inline-block;
}

.Floor002655 .title-intro .more {
    float: right;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
    border-radius: 25px;
    border: none;
    color: #fff;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 135px;
}

.Floor002655 .title-intro .more b {
    font-size: 16px;
}

.Floor002655 li {
    float: left;
    width: 32.5%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.Floor002655 li:nth-child(3n) {
    margin-right: 0;
}

.Floor002655 li a {
    overflow: hidden;
    display: block;
    position: relative;
    background: #fff;
    background: url(../images/Floor002655-bg1.png) left center #fff;
    transition: 0.3s;
    border-radius: 30px;
}

.Floor002655 li:nth-child(even) a {
    /*background:#fff;*/
}

.Floor002655 li:nth-child(odd) a {
    /*background:#fff;*/
}

.Floor002655 li .txt {
    position: absolute;
    left: 7%;
    bottom: 22%;
    width: 60%;
}

.Floor002655 li .txt h2 {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: 500
}

.Floor002655 li .txt p {
    font-size: 15px;
    color: #666;
    margin-top: 8px;
    margin-bottom: 22px;
}

.Floor002655 li .txt span {
    color: #295288;
    display: block;
    font-size: 16px;
    background: #fff;
    text-align: center;
    text-align: center;
    width: 52px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    font-weight: bold;
}

.Floor002655 li img {
    border-radius: 30px;
    transition: 0.3s ease-out;
}

.Floor002655 li:hover img {
    transform: scale(1.1);
}

.Floor002655 li a:hover {
    /*box-shadow:0 13px 24px rgba(91,91,91,0.36);*/
}

@media(max-width:1366px) {
    .Floor002655 li .txt h2 {
        font-size: 24px;
    }
    .Floor002655 li .txt p {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .Floor002655 li {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 2%;
    }
    .Floor002655 .title-intro h3 {
        font-size: 30px;
    }
    .Floor002655 .title-intro p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:480px) {
    .Floor002655 .title-intro h3 {
        font-size: 24px;
    }
    .Floor002655 .title-intro p {
        font-size: 14px;
        line-height: 20px;
    }
    .Floor002655 li .txt h2 {
        font-size: 20px;
    }
    .Floor002655 li .txt p {
        font-size: 14px;
    }
}

.Floor002655 ul.ul.clearfix {
    max-width: 1600px;
    margin: 0 auto;
}

.Floor0004 {
    background: #f5f7f9;
}

.Floor0004 .home_more a {
    background-color: #f6f7f8
}

.Floor0004 .h-title-intro {
    text-align: left;
    padding-bottom: 2.5vw;
}

.Floor0004 .auto {
    position: relative;
}

.Floor0004 .auto:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url(../images/Floor0004_bg.png) no-repeat left bottom;
    opacity: 0.3
}

.Floor0004 .box {
    width: 47%;
    float: left;
    position: relative;
    z-index: 50
}

.Floor0004 .box:nth-child(2n) {
    float: right;
    margin-right: 0
}

.Floor0004 .box_about .text {
    font-size: 16px;
    line-height: 36px;
}

.Floor0004 .box_about .text p {
    margin-top: 0;
    text-align: justify;
    color: #333;
}

.Floor0004 .box_about .text .more {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
    border-radius: 25px;
    border: none;
    color: #fff;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 32px;
}

.Floor0004 .box_about .text .more b {
    font-size: 16px;
}

.Floor0004 .num {
    margin-top: 40px;
}

.Floor0004 .ul_num {
    margin-top: 30px;
}

.Floor0004 .ul_num dd {
    float: left;
    margin-right: 40px;
    padding-right: 40px;
    position: relative;
}

.Floor0004 .ul_num dd:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #e5e5e5;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    display: none
}

.Floor0004 .ul_num dd:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.Floor0004 .ul_num dd:last-child:after {
    display: none
}

.Floor0004 .ul_num dd h1 {
    margin: 0;
    font-size: 46px;
    display: inline-block;
    color: #204778
}

.Floor0004 .ul_num dd span {
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
    color: #204778;
}

.Floor0004 .text .ul_num dd p {
    display: block;
    margin: 0;
    font-size: 16px;
    color: #204778;
}

.Floor0004 .home_more {
    margin-left: 75px;
    margin-top: 50px;
}

.Floor0004 .box_news li .pic {
    padding-bottom: 56%;
    background-color: #666;
    transition: transform .5s ease-in-out;
}

.Floor0004 .box_news li:hover .pic {
    transform: scale(1.05);
}

.Floor0004 .box_news li .text {
    padding: 100px 20px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/main_bg.png);
    background-size: 100% 130%
}

.Floor0004 .box_news li .text h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    color: #fff;
    width: 70%;
    float: left;
}

.Floor0004 .box_news li .text span {
    float: right;
    font-size: 22px;
    color: #fff
}

.Floor0004 .list dl {
    padding-top: 0px;
    padding-left: 0px;
}

.Floor0004 .list dt {
    line-height: 57px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.Floor0004 .list dt time {
    font-size: 14px;
    color: #999;
    float: right;
    margin-left: 10px;
}

.Floor0004 .list dd .pic img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.Floor0004 .list dd .txt {
    color: #666;
}

.Floor0004 .list dd aside {
    font-size: 18px;
    line-height: 30px;
}

.Floor0004 .list dd p {
    font-size: 16px;
    line-height: 28px;
}

.Floor0004 .list dd time {
    color: #999;
}

@media(min-width:641px) {
    .Floor0004 .list dd {
        height: 200px;
        position: relative;
        padding-left: 240px;
    }
    .Floor0004 .list dd .pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 240px;
    }
    .Floor0004 .list dd .txt {
        padding: 0 36px;
    }
}

@media(max-width:640px) {
    .Floor0004 .list dd .txt {
        padding: 3vw;
    }
}

@media(max-width:640px) {
    .Floor0004 .list dd .txt {
        padding: 3vw;
    }
}

.Floor0004 .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    width: 70px;
    height: 70px;
}

.Floor0004 .slick-prev {
    left: 2%;
}

.Floor0004 .slick-next {
    right: 2%;
}

.Floor0004 .slick-next::before,
.Floor0004 .slick-prev::before {
    border-color: #fff;
    top: 35%
}

.Floor0004 .slick-dots {
    margin-top: -1px;
    background: #999;
    width: 100%;
    height: 4px;
    text-align: left;
    display: block;
    overflow: hidden;
}

.Floor0004 .slick-dots li {
    transition: 0.5s;
    width: 50px !important;
    vertical-align: top;
    height: 4px !important;
    background: none !important;
}

.Floor0004 .slick-dots .slick-active {
    background: #295288 !important;
    position: relative;
}

.Floor0004 .slick-dots .slick-active:before {
    background: #295288 !important;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1000px;
    height: 100%;
}


/*Floor002865 */

.Floor002865 {
    padding: 0vw 0;
    position: relative;
    margin-top: -148px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
}

.Floor002865 .ul {
    display: flex;
    display: -ms-flex;
}

.Floor002865 li {
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.Floor002865 li:before {
    position: absolute;
    transition: 0.5s;
    content: '';
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: #154060;
    opacity: 0;
}

.Floor002865 li:hover:before {
    opacity: 1;
    top: 0;
}

.Floor002865 li a {
    display: block;
    padding: 28px 0 28px 0;
    color: #fff;
    position: relative;
    z-index: 10;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.Floor002865 li:nth-child(4) a {
    border-right: 0;
}

.Floor002865 li .icon {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    transition: 0.3s;
}

.Floor002865 li .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.Floor002865 li aside {
    margin-top: 13px;
    font-size: 22px;
    font-weight: normal;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}

.Floor002865 li a:hover .icon,
.Floor002865 li {}

.Floor002865 li a:hover .icon {}

@media(min-width:641px) {
    .Floor002865 li {
        width: 25%;
    }
}

@media(max-width:640px) {
    .Floor002865 li {
        width: 50%;
    }
    /* .Floor002865 ul.even li:last-child {
        width: 100%;
    } */
}


/* .Floor002356 为demo编号 */

.Floor002356 {
    padding: 4% 0 5% 0;
}

.Floor002356 .tab {
    text-align: center;
    padding: 0 0 2%;
    background: #f6f6f6;
}

.Floor002356 .tab:after {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    background-color: #bbb;
    margin-top: 30px;
    content: '';
}

.Floor002356 .tab span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #999;
    font-size: 24px;
    font-weight: normal;
    margin: 0 20px;
    cursor: pointer;
}

.Floor002356 .tab span:after {
    display: block;
    width: 1px;
    height: 20px;
    background-color: #bbb;
    margin-top: -25px;
    content: '';
    margin-left: -20px;
}

.Floor002356 .tab span:first-child:after {
    display: none;
}

.Floor002356 .tab span.cur {
    color: #005bac;
}

.Floor002356 .intro {
    max-width: 765px;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    padding-top: 1%;
}

.Floor002356 .item {
    text-align: center;
    position: relative;
    height: 381px;
}

.Floor002356 .item a {
    height: 100%;
}

.Floor002356 .item a img {
    height: 100%;
}

.Floor002356 .item img {
    display: block;
    width: 100%;
    border-radius: 35px;
}

.Floor002356 .item .txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 25px 25px;
    border-radius: 35px;
    /* opacity: 0; */
    transition: all .3s;
    top: 80%;
}

.Floor002356 .item .txt h2 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.Floor002356 .item .txt p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.Floor002356 .item .txt span {
    display: block;
    color: #fff;
    font-size: 22px;
    border: 2px solid #fff;
    width: 44px;
    height: 44px;
    line-height: 38px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 50%;
    display: none;
}

.Floor002356 .item .txt p {
    display: none;
}

.Floor002356 .item:hover .txt span {
    display: block;
}

.Floor002356 .item:hover .txt {
    background: rgba(41, 82, 136, 0.7);
    height: 100%;
    padding-top: 20%;
    /* opacity: 1; */
    top: 0;
}

.Floor002356 .item:hover .txt p {
    display: block;
}

.Floor002356 .item:hover .txt span {
    display: block;
}

.Floor002356 .owl-dots {
    text-align: center;
    padding: 3% 0 1% 0;
}

.Floor002356 .owl-dots div {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e3e8ec;
    cursor: pointer;
    margin: 0 8px;
}

.Floor002356 .owl-dots div.active {
    background: #355a91;
}

.Floor002356 .owl-nav>div {
    background: url(../images/Floor002356-icon.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    width: 60px;
    height: 120px;
    text-indent: 9999px;
    overflow: hidden;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display: none;
}

.Floor002356 .owl-nav>div:hover {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.Floor002356 .owl-nav .owl-prev {
    background-position: 0 0;
    left: 0;
}

.Floor002356 .owl-nav .owl-next {
    background-position: -60px 0;
    right: 0;
}

@media only screen and (max-width:1459px) {
    .Floor002356 .item {
        height: 300px;
    }
}

@media only screen and (max-width:767px) {
    .Floor002356 .owl-nav>div {
        background-size: 150%;
        width: 30px;
        height: 60px;
        margin-top: -30px;
    }
    .Floor002356 .owl-nav .owl-next {
        background-position: -15px 0;
    }
    .Floor002356 .owl-dots {
        padding: 10px 0;
    }
    .Floor002356 .owl-dots div {
        margin: 0 5px;
    }
}

@media only screen and (min-width:768px) {
    .Floor002356 .tab span {
        font-size: 28px;
    }
}

@media only screen and (min-width:1024px) {
    .Floor002356 .tab span {
        font-size: 32px;
    }
}

@media(max-width:640px) {
    .Floor002356 .tab {
        margin-bottom: 3%;
    }
    .Floor002356 .intro {
        padding-left: 2%;
        padding-right: 2%;
    }
}


/*这是滚动插件的公用样式 如出现雷同 请删除*/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/*end*/


/*Other002638 */

.Other002638 ul {
    position: fixed;
    right: 1.5%;
    z-index: 110;
    top: 55%;
    margin-top: -122px;
}

.Other002638 li {
    position: relative;
    margin: 10px 0;
}

.Other002638 li>a {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: url(../images/Other002638_icon.png) no-repeat center top #295288;
    transition: 0.3s;
}

.Other002638 li>a:hover {
    background-color: #3ea8cc;
}
.Other002638 li.li_link > a{
    background-image: url(../images/zx.png);background-position: center;background-size: 25px;
}
.Other002638 li.li_tel .wap {
    display: none;
}

.Other002638 li.li_tel aside {
    display: none;
    position: absolute;
    right: 100%;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 0;
    background: #3ea8cc;
    margin-right: 1px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
}

.Other002638 li.li_email a {
    background-position: center -125px;
}

.Other002638 li.li_map a {
    background-position: center -65px;
}

.Other002638 li.li_gettop a {
    background-position: center -188px;
}

@media(min-width:1025px) {
    .Other002638 li.li_tel:hover aside {
        display: block;
    }
}

@media(max-width:1024px) {
    .Other002638 li.li_tel a {
        display: none;
    }
    .Other002638 li.li_tel .wap {
        display: block;
    }
}

.Other002638 .pop-up {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.Other002638 .pop-up .ytable {
    height: 100%;
}

.Other002638 .pop-up .main {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 750px;
    background: #fff;
    border-radius: 10px;
    padding: 3%;
}

.Other002638 .pop-up .close {
    position: absolute;
    width: 50px;
    height: 50px;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    background: #295288;
    cursor: pointer;
}

.Other002638 .pop-up .close::before,
.Other002638 .pop-up .close::after {
    position: absolute;
    content: '';
    left: 29%;
    top: 50%;
    width: 44%;
    height: 3px;
    background: #fff;
    margin-top: -1px;
    transform: rotate(-45deg);
}

.Other002638 .pop-up .close::before {
    transform: rotate(45deg);
}

.Other002638 .pop-up#form td {
    padding-top: 4%;
    vertical-align: top;
}

.Other002638 .pop-up#form td.f-name {
    text-align: right;
    width: 90px;
    line-height: 37px;
    font-size: 16px;
}

.Other002638 .pop-up#form td .text {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 0 5px;
}

.Other002638 .pop-up#form td .btn {
    width: 40%;
    margin-right: 3%;
    height: 40px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    color: #fff;
    background: #295288;
    max-width: 120px;
}

.Other002638 .pop-up#form td .btn_reset {
    background: #f5f5f5;
    color: #333;
}

.Other002638 .pop-up#form td textarea.text {
    height: 90px;
}

.Other002638 .pop-up#form table {
    margin-bottom: 30px;
}

.Other002638 .pop-up#form h2 {
    font-size: 32px;
    text-align: center;
    color: #333;
    margin-top: 0;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.Other002638 .pop-up#form .p {
    line-height: 27px;
    font-size: 16px;
    color: #666;
}

.Other002638 .pop-up#form p {
    margin: 0;
    color: #999;
    font-size: 14px;
}

.Other002638 .pop-up#map .main {
    padding: 15px;
}

.Other002638 .pop-up .map {
    height: 300px;
}

@media(max-width:640px) {
    .Other002638 ul {
        top: auto;
        margin-top: 0;
        bottom: 2%;
    }
}


/* .Floor002411 为demo编号 */

.Floor002411 {
    background: #fff;
    padding: 3% 0 5%;
}

.Floor002411 .auto {
    max-width: 1600px;
    overflow: hidden;
}

@media only screen and (max-width:1600px) {
    .Floor002411 .auto {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1470px;
    }
}

.Floor002411 .h-title-intro {
    text-align: left;
}

.Floor002411 {}

@media only screen and (min-width:1024px) {
    .Floor002411 .wrap-container {
        padding-left: 0%;
    }
}

@media only screen and (min-width:1440px) {
    .Floor002411 .wrap-container {
        padding-left: 0px;
    }
}

.Floor002411 .wrap-content {
    margin-top: 0px;
    position: relative;
    padding-left: 105px;
    min-height: 487px;
}

.Floor002411 nav {
    position: relative;
    width: 100%;
    margin-bottom: 1%;
    margin-top: 2%;
}

.Floor002411 nav li {
    float: left;
    text-align: center;
    width: 13.08%;
    background: #fff;
    margin-top: 1.4%;
    margin-right: 1.4%;
}

.Floor002411 nav li:nth-child(7n) {
    margin-right: 0;
}

.Floor002411 nav li img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    padding: 7px;
}

.Floor002411 nav li:hover a {
    border: 1px solid #295288;
}

.Floor002411 nav li a {
    color: #333;
    font-size: 18px;
    position: relative;
    display: block;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.Floor002411 nav li a img {
    display: none;
    max-height: 95px;
}

.Floor002411 nav li a .h {
    display: block;
}


/*.Floor002411 nav li a.active:after{content:">";position:absolute;right:0;top:0;}
*/

.Floor002411 nav li a.active {
    color: #295288;
    border: 1px solid #295288;
    top: -10px;
    box-shadow: 3px 11px 16px 0px rgba(74, 79, 93, 0.17);
}

.Floor002411 nav li a.active img {
    display: block;
}

.Floor002411 nav li a.active .h {
    display: none;
}

@media only screen and (min-width:1024px) {
    .Floor002411 .wrap-content {
        padding-left: 0%;
    }
    .Floor002411 nav {}
    .Floor002411 nav li a {}
}

.Floor002411 .bx-wrapper {
    padding-right: 60px;
    position: relative;
    margin-left: 0%;
}

.Floor002411 .bx-pager {
    display: none;
}

.Floor002411 .bx-controls-direction a {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #cacaca;
    background: url(../images/l_icon.png) center center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    text-indent: 9999px;
    overflow: hidden;
}

.Floor002411 .bx-controls-direction .bx-prev {
    top: 2%;
}

.Floor002411 .bx-controls-direction .bx-next {
    bottom: 2%;
    background: url(../images/r_icon.png) center center;
}

.Floor002411 .bx-controls-direction .bx-prev:hover {}

.Floor002411 .bx-controls-direction .bx-next:hover {
    ;
}

@media only screen and (max-width:1023px) {
    .Floor002411 .bx-wrapper {
        padding-right: 0;
    }
    .Floor002411 .bx-controls-direction {
        display: none;
    }
}

.Floor002411 .pic {
    background: #f5f7f9;
    border-radius: 50px;
}

.Floor002411 .pic img {
    border-radius: 35px;
}

.Floor002411 .word {
    padding: 4% 0 0 0;
}

.Floor002411 .word h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin: 0;
    position: relative;
    z-index: 3;
}

.Floor002411 .word h3:after {
    content: "";
    margin: 20px 0 20px;
    width: 30px;
    height: 2px;
    background: #295288;
    display: block;
}

.Floor002411 .word figure {
    font-size: 16px;
    line-height: 2.2;
    color: #666;
}

@media only screen and (min-width:1024px) {
    .Floor002411 .word h3 {
        font-size: 30px;
    }
    .Floor002411 .pic {
        float: left;
        width: 52%;
    }
    .Floor002411 .word {
        width: 48%;
        float: left;
        padding-left: 6%;
        padding-right: 56px;
    }
    .Floor002411 .word figure {
        font-size: 16px;
    }
}

@media only screen and (min-width:1440px) {
    .Floor002411 .word h3 {
        font-size: 30px;
    }
}

.Floor002411 .word .more {
    display: block;
    border: 1px solid #295288;
    padding: 10px 0 10px 0;
    max-width: 135px;
    font-size: 16px;
    border-radius: 50px;
    width: 90%;
    text-align: center;
    color: #295288;
    position: relative;
    margin-top: 20px;
    transition: color .5s;
}

.Floor002411 .word .more span {}

.Floor002411 .word .more:hover {}

@media only screen and (min-width:1024px) {
    .Floor002411 .word .more {
        margin-top: 40px;
    }
}


/*Bottom003025 */

.Bottom003025 {
    background: #1f4574;
    padding-top: 4vw;
}

.Bottom003025 .auto {
    max-width: 1600px;
    width: 83.334%;
}

@media(min-width:1025px) and (max-width:1366px) {
    .Bottom003025 .auto {
        width: 90%;
    }
}

.Bottom003025,
.Bottom003025 a {
    color: #fff;
}

.Bottom003025 .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2.4vw;
    color: rgba(255, 255, 255, 0.75);
}

.Bottom003025 .bottom a {
    color: rgba(255, 255, 255, 0.75);
}

.Bottom003025 .links dd {
    line-height: 35px;
}

.Bottom003025 .links dd a {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.Bottom003025 .links dd a:hover {
    color: #fff;
}

.Bottom003025 .links .dl2 {
    width: 280px;
}

.Bottom003025 .links .dl3 {
    width: 200px;
}

.Bottom003025 .links .dl2 dd {
    width: 49%;
    float: left;
}

.Bottom003025 .contactus dt {
    font-size: 14px;
    line-height: 2.285em;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.75);
    padding-left: 20px;
    background-position: left 10px;
    background-repeat: no-repeat;
}

.Bottom003025 .contactus dt.tel {
    background-image: url(../images/Bottom003025_call.png);
}

.Bottom003025 .contactus dt.add {
    background-image: url(../images/Bottom003025_add.png);
    background-position: left 8px;
}

.Bottom003025 .contactus dt.email {
    background-image: url(../images/Bottom003025_email.png);
}

.Bottom003025 .b-tit {
    text-transform: capitalize;
    padding-bottom: 30px;
}

@media(min-width:1025px) {
    .Bottom003025 .b-right {
        width: 100%;
    }
    .Bottom003025 .contact {
        max-width: 248px;
    }
    .Bottom003025 .bottom {
        line-height: 60px;
    }
}

@media(max-width:1024px) {
    .Bottom003025 {
        padding: 4vw 0;
    }
    .Bottom003025 .b-right .item {
        margin: 0 0 3vw 0 !important;
    }
    .Bottom003025 .bottom {
        text-align: center;
        padding: 15px 0;
    }
    .Bottom003025 .bottom dt {
        padding-bottom: 20px;
    }
}

@media(max-width:480px) {
    .Bottom003025 .b-right .item {
        margin-bottom: 40px !important;
    }
}

.Bottom003025 .b-right dl {
    float: left;
    margin-right: 50px;
    min-width: 115px;
}

.Bottom003025 .b-right dl:nth-last-child(1) {
    margin-right: 0px;
}

.Bottom003025 .b-right dt.tit {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1;
    padding-left: 0;
}

.Bottom003025 .b-right dt.tit:after {
    content: '';
    width: 17px;
    height: 1px;
    background: #fff;
    display: block;
    margin-top: 15px;
}

.Bottom003025 .fr a:not(:last-child):after {
    width: 1px;
    height: 13px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 15px;
}

.Bottom003025 .share {
    margin-top: 0px;
}

.Bottom003025 .share span {
    float: left;
    font-size: 18px;
    margin-top: -3px;
    margin-right: 22px;
    color: #fff;
}

.Bottom003025 .share dd {
    float: left;
    position: relative;
}

.Bottom003025 .share dd figure {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    bottom: 100%;
    margin-bottom: 10px;
    display: none;
}

.Bottom003025 .share dd figure:after {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-top-color: #fff;
    top: 100%;
    margin-left: -5px;
    left: 50%;
}

.Bottom003025 .share dd a {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 11px;
    background: url("../images/Bottom003009_share_icon.png") no-repeat 0 0;
}

.Bottom003025 .share dd.d_sina a {
    background-position: -42px 0;
}

.Bottom003025 .share dd.d_fb a {
    background-position: -80px 0;
}

.Bottom003025 .share dd.d_tw a {
    background-position: -120px 0;
}

.Bottom003025 .share dd.d_ing a {
    background-position: -160px 0;
}

.Bottom003025 .share {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.Bottom003025 .share dd figure {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    bottom: 100%;
    margin-bottom: 10px;
    display: none;
}

.Bottom003025 .share dd figure:after {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-top-color: #fff;
    top: 100%;
    margin-left: -5px;
    left: 50%;
}

.Bottom003025 .item.contactus.fl {
    margin-right: 0 !important;
}

.Bottom003025 dd.d_wx a:not(:last-child):after {
    width: 0;
}

.Bottom003025 dl.fr.share.clearfix {
    margin-top: 10%;
}


/*Banner003069 */

.Banner003069 p.button a {
    display: block;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
    padding: 10px 0 10px 0;
    max-width: 135px;
    font-size: 16px;
    border-radius: 50px;
    width: 90%;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 40px;
    transition: color .5s;
}

.Banner003069 .auto.auto_1200 {
    text-align: left;
    max-width: 1600px;
    width: 96%
}

.Banner003069 .inner {
    position: relative;
    z-index: 1;
}

.Banner003069 .inner:before {
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background:-webkit-gradient(linear,left bottom,left top,from(#252b3a),to(rgba(37,43,58,0)));background:-webkit-linear-gradient(bottom,#252b3a,rgba(37,43,58,0));background:-o-linear-gradient(bottom,#252b3a 0,rgba(37,43,58,0) 100%);background:linear-gradient(1turn,#000000ab,rgb(38 70 113 / 48%));content:"";*/
}

.Banner003069 .Ispic {
    height: 500px;
}

.Banner003069 .txt {
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
}

.Banner003069 .txt .cn {
    font-size: 60px;
    letter-spacing: 10px;
}

.Banner003069 .txt p {
    margin-top: 3%;
    line-height: 30px;
    font-size: 16px;
    max-width: 1000px;
}

.Banner003069 .txt .btn {
    display: block;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
    padding: 10px 0 10px 0;
    max-width: 135px;
    font-size: 16px;
    border-radius: 50px;
    width: 90%;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 40px;
    transition: color .5s;
}

@media(max-width:640px) {
    .Banner003069 .Ispic {
        height: 28vw;
    }
    .Banner003069 .txt {
        font-size: 6vw;
    }
    .Banner003069 .txt .btn {
        margin-top: 20px;
    }
}

.Banner003069 aside:before {
    top: 1.6em;
    position: absolute;
    content: '';
    width: 0.7em;
    height: 3px;
    background-color: rgb(255 255 255);
}


/*BannerInfo */

.BannerInfo .auto.auto_1200 {
    max-width: 1600px;
}

.BannerInfo .inner {
    position: relative;
    z-index: 1;
}

.BannerInfo .inner:before {
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#252b3a), to(rgba(37, 43, 58, 0)));
    background: -webkit-linear-gradient(bottom, #252b3a, rgba(37, 43, 58, 0));
    background: -o-linear-gradient(bottom, #252b3a 0, rgba(37, 43, 58, 0) 100%);
    background: linear-gradient(1turn, #252b3a, rgba(37, 43, 58, 0));
    content: "";
}

.BannerInfo .Ispic {
    height: 500px;
}

.BannerInfo .txt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    color: #fff;
}

.BannerInfo .txt .info {
    max-width: 880px;
}

.BannerInfo .txt .cn {
    font-size: 60px;
    letter-spacing: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.BannerInfo .txt .cn::before {
    top: 1.6em;
    position: absolute;
    content: '';
    width: 0.7em;
    height: 3px;
    background-color: rgb(255 255 255);
}

.BannerInfo .txt p {
    line-height: 2.2;
    font-size: 16px;
    margin-top: 4%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.BannerInfo .txt .btn {
    display: block;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
    padding: 10px 0 10px 0;
    max-width: 135px;
    font-size: 16px;
    border-radius: 50px;
    width: 90%;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 40px;
    transition: color .5s;
}

@media(max-width:640px) {
    .BannerInfo .Ispic {
        height: 28vw;
    }
    .BannerInfo .txt {
        font-size: 6vw;
    }
}


/*Banner003070 */

.Banner003070 {
    position: relative
}

.Banner003070 p.button a {
    display: block;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
    padding: 10px 0 10px 0;
    max-width: 135px;
    font-size: 16px;
    border-radius: 50px;
    width: 90%;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 40px;
    transition: color .5s;
}

.Banner003070 .auto.auto_1200 {
    text-align: left;
    max-width: 1600px;
}

.Banner003070 .inner {
    position: relative;
    z-index: 1;
}

.Banner003070 .inner:before {
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background:-webkit-gradient(linear,left bottom,left top,from(#252b3a),to(rgba(37,43,58,0)));background:-webkit-linear-gradient(bottom,#252b3a,rgba(37,43,58,0));background:-o-linear-gradient(bottom,#252b3a 0,rgba(37,43,58,0) 100%);background:linear-gradient(1turn,#000000ab,rgb(38 70 113 / 48%));content:"";*/
}

.Banner003070 .Ispic {
    height: 500px;
}

.Banner003070 .txt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
}

.Banner003070 .txt .cn {
    font-size: 42px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 2%;
}

.Banner003070 .txt p {
    margin-top: 3%;
    line-height: 30px;
    font-size: 16px;
    max-width: 1000px;
}

.Banner003070_zp .Floor002915 .auto {
    max-width: 1200px;
}

.Banner003070_zp .Floor002915 .form .text {
    background: #fafafa;
    color: #333;
}

.Banner003070_zp {
    margin: 30px 0;
}

.Banner003070_zp .cn {
    color: #333;
}

@media(min-width:1025px) {
    .Banner003070 li img.wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner003070 li img.pc {
        display: none;
    }
    .Banner003070 .txt {
        top: 40%;
    }
}

.Banner003070 .slick-dots {
    position: absolute;
    width: 90%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 5%;
    z-index: 10;
}

.Banner003070 .slick-dots li {
    float: left;
    width: 14px !important;
    height: 14px !important;
    background: rgba(255, 255, 255, 1) !important;
    ;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 5px !important;
    opacity: 1 !important;
}

.Banner003070 .slick-dots li button {
    display: none;
}

.Banner003070 .slick-dots li.slick-active {
    background: #295288 !important;
    ;
}

@media(max-width:640px) {
    .Banner003070 .Ispic {
        height: 28vw;
    }
    .Banner003070 .txt {
        font-size: 6vw;
    }
}


/* .Menu002499 为demo编号 */

.Menu002499 {
    width: 100%;
}

.Menu002499 .auto {
    position: relative;
}

.WapMenu {
    padding-top: 0;
    text-align: left;
}

.MenuBox {
    position: relative;
}

.MeunTop {
    padding: 5px 60px 5px 15px;
    height: 50px;
    line-height: 40px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background: #295288;
}

.MeunTop .menuBtn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 5px;
    background: url(../images/Menu002499-menubtn.png) no-repeat center;
}

.MeunTop .h3 {
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}

.navMenu {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    background: #295288;
    color: #fff;
    z-index: 88;
}

.navMenu a {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    display: block;
    padding: 0 25px;
}

.navMenu a:hover,
.navMenu li.on a {
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
}

@media screen and (min-width:1025px) {
    .MeunTop {
        display: none;
    }
    .navMenu {
        display: block;
        height: 60px;
        position: relative;
        top: -60px;
        background: none;
        color: #666;
        max-width: 1200px;
        margin: 0 auto;
    }
    .navMenu a {
        padding: 0 50px;
        line-height: 60px;
        font-size: 18px;
    }
    .navMenu ul {
        text-align: center;
    }
    .navMenu ul li {
        display: inline-block;
    }
}


/* .Menu002500 为demo编号 */

.Menu002500 {
    width: 100%;
    margin-top: -103px;
    margin-bottom: 3%;
}

.Menu002500 .auto {
    position: relative;
}

.Menu002500 .WapMenu {
    padding-top: 0;
    text-align: left;
}

.Menu002500 .MenuBox {
    position: relative;
}

.Menu002500 .MeunTop {
    padding: 5px 60px 5px 15px;
    height: 50px;
    line-height: 40px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background: #295288;
}

.Menu002500 .MeunTop .menuBtn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 5px;
    background: url(../images/Menu002499-menubtn.png) no-repeat center;
}

.Menu002500 .MeunTop .h3 {
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}

.Menu002500 .navMenu {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    max-width: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    z-index: 88;
}

.Menu002500 .navMenu a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 0 25px;
}

.Menu002500 .navMenu a img {
    display: block;
    max-width: 53px;
    margin: 0 auto;
}

.Menu002500 .navMenu a:hover,
.Menu002500 .navMenu li.on a {
    background: #295288;
}

@media screen and (min-width:1025px) {
    .Menu002500 .MeunTop {
        display: none;
    }
    .Menu002500 .navMenu {
        display: block;
        height: auto;
        position: relative;
        color: #666;
        margin: 0 auto;
    }
    .Menu002500 .navMenu a {
        padding: 8px 62px;
        line-height: 34px;
        font-size: 18px;
    }
    .Menu002500 .navMenu ul {
        text-align: center;
    }
    .Menu002500 .navMenu ul li {
        display: inline-block;
    }
}


/*Menu002147 */

.Menu002147 {
    border-top: 1px solid #ededed;
    margin-bottom: 50px;
    position: relative;
}

.Menu002147:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #02589d;
}

.Menu002147 li {
    float: left;
    padding: 0 50px;
    position: relative;
    overflow: hidden;
}

.Menu002147 li:after {
    position: absolute;
    content: '';
    width: 1px;
    left: -2px;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    background: url(../images/cate.jpg) no-repeat center center;
}

.Menu002147 li:first-child:after {
    display: none;
}

.Menu002147 li a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
}

.Menu002147 li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 1px;
    height: 5px;
    top: -2px;
    background: transparent;
}

.Menu002147 li a:after {
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent
}

.Menu002147 li.aon {
    z-index: 2;
    border-left: 1px solid #295288;
    background: #fff;
    border-right: 1px solid #295288;
}

.Menu002147 li:hover a {
    color: #295288;
}

.Menu002147 li.aon a:before {
    background: #295288;
}

.Menu002147 li.aon a:after {
    background: #fff;
}

@media(max-width:1024px) {
    .Menu002147 li {
        padding: 0 20px;
    }
    .Menu002147 li a {
        line-height: 50px;
        height: 50px;
    }
}

@media(max-width:768px) {
    .Menu002147 ul {
        display: block;
    }
    .Menu002147 li {
        float: left;
        width: 25%;
        text-align: center;
        padding: 0;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .Menu002147 li:nth-child(4n):after {
        display: none;
    }
}

@media(max-width:480px) {
    .Menu002147 li {
        width: 33.33333333333%
    }
    .Menu002147 li:nth-child(3n):after {
        display: none;
    }
}

@media(max-width:375px) {
    .Menu002147 li a {
        font-size: 14px;
    }
}


/*PicList002856 */

.PicList002856 .filter {
    margin-bottom: 4%;
    font-size: 15px;
}

.PicList002856 dl.year {
    position: relative;
    z-index: 10;
}

.PicList002856 dl.year dd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    display: none;
    border-radius: 15px;
    overflow: hidden;
}

.PicList002856 dl.year dd a {
    display: block;
    padding: 5px 20px;
    line-height: 24px;
    transition: 0.3s;
}

.PicList002856 dl.year dd a:hover {
    background: #355a91;
    color: #fff;
}

.PicList002856 dl.year dt {
    position: relative;
    line-height: 50px;
    background: #f5f7f9;
    padding-right: 40px;
    padding-left: 30px;
    border-radius: 50px;
}

.PicList002856 dl.year dt:after {
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-top-color: #666;
    border-top-width: 6px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
}

.PicList002856 ul.search {
    position: relative;
    padding-right: 180px;
    z-index: 2;
}

.PicList002856 ul.search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    line-height: 50px;
    border-radius: 50px;
    background: #355a91;
    text-align: center;
    color: #fff;
}

.PicList002856 ul.search .text {
    width: 100%;
    line-height: 50px;
    height: 50px;
    background: #f5f7f9;
    border: none;
    padding: 0 30px;
    color: #666;
    font-size: 15px;
    border-radius: 50px;
}

.PicList002856 ul.search .text.focus {
    color: #333;
}

.PicList002856 .top-new {
    margin-bottom: 4%;
}

.PicList002856 .top-new ul {
    margin: 0 -20px;
}

.PicList002856 .top-new .slick-list li .inner {
    margin: 0 20px 25px 20px;
    border: 1px solid #f6f7f8;
    padding: 25px;
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    border-radius: 35px;
    overflow: hidden;
}

.PicList002856 .top-new .slick-list li .img img {
    display: block;
    width: 100%;
    border-radius: 35px;
    overflow: hidden;
}

.PicList002856 .top-new .slick-list li .txt .info {
    padding: 50px;
}

.PicList002856 .top-new .slick-list li .txt time {
    font-size: 20px;
    line-height: 20px;
    color: #999;
    display: block;
}

.PicList002856 .top-new .slick-list li .txt time b {
    display: inline-block;
    margin-right: 10px;
    font-size: 40px;
    line-height: 40px;
    color: #295288;
}

.PicList002856 .top-new .slick-list li .txt aside {
    margin: 30px 0 0 0;
    font-size: 24px;
}

.PicList002856 .top-new .slick-list li .txt p {
    line-height: 2.2;
    color: #666;
    font-size: 16px;
}

.PicList002856 .top-new .slick-list li .txt .more {
    display: block;
    margin-top: 40px;
    border: 1px solid #295288;
    padding: 10px 0 10px 0;
    max-width: 135px;
    font-size: 16px;
    border-radius: 50px;
    width: 90%;
    text-align: center;
    color: #295288;
}

.PicList002856 .top-new .slick-dots {
    display: table;
    margin: 2% auto 0;
}

.PicList002856 .top-new .slick-dots li {
    float: left;
    border-radius: 50% !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 8px !important;
    background: #e3e8ec !important
}

.PicList002856 .top-new .slick-dots li button {
    display: none;
}

.PicList002856 .top-new .slick-dots li.slick-active {
    background: #355a91 !important;
}

.PicList002856 .list li {
    border: 1px solid #ddd;
    padding: 25px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
}

.PicList002856 .list li:hover {
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    transform: translateY(-5px)
}

.PicList002856 .list .tit {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: normal;
}

.PicList002856 .list .tit time {
    float: right;
    color: #999;
    font-size: 14px;
}

.PicList002856 .list p {
    line-height: 2.2;
    color: #666;
    font-size: 16px;
}

.PicList002856 .list .more {
    color: #355a91;
}

@media(min-width:641px) {
    .PicList002856 .list .pic {
        width: 250px;
    }
    .PicList002856 .list .pic img {
        border-radius: 15px;
        overflow: hidden;
    }
    .PicList002856 .list .info {
        padding-left: 35px;
    }
}

@media(max-width:640px) {
    .PicList002856 .list .ytable-cell,
    .PicList002856 .list .ytable {
        display: block;
    }
    .PicList002856 .list li {
        margin-bottom: 4vw;
    }
    .PicList002856 .list .main {
        padding: 4vw;
    }
}

@media(min-width:641px) {
    .PicList002856 dl.year {
        float: left;
        width: 38.462%;
    }
    .PicList002856 ul.search {
        float: right;
        width: 59.231%;
    }
}

@media(min-width:769px) {
    .PicList002856 .top-new li .img {
        width: 50%;
    }
}

@media(max-width:768px) {
    .PicList002856 .top-new li .ytable,
    .PicList002856 .top-new li .ytable-cell {
        display: block;
    }
    .PicList002856 .top-new li .txt {
        padding: 20px;
    }
}

@media(max-width:640px) {
    .PicList002856 .top-new li .txt aside {
        font-size: 20px;
    }
    .PicList002856 dl.year {
        margin-bottom: 10px;
    }
}


/*Page002623 */

.Page002623 {
    padding: 2vw 0 4vw 0;
    text-align: center;
}

.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages>span:not(.p_page) {
    display: none;
}

.Page002623 .Pages em {
    float: left;
    margin: 0 1vw;
    font-style: normal;
}

.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page002623 .Pages a {
    float: left;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 5px;
}

.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
    color: #fff;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
}

.Page002623 .Pages .p_page>a {
    font-size: 0;
    height: 50px;
    position: relative;
}

.Page002623 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}

.Page002623 .Pages .p_page>a.a_prev:before {
    border-right-color: #333;
    border-right-width: 8px;
}

.Page002623 .Pages .p_page>a.a_next:before {
    border-left-color: #333;
    border-left-width: 8px;
    margin-left: -4px;
}

.Page002623 .Pages a.a_prev:hover:before {
    border-right-color: #fff;
}

.Page002623 .Pages a.a_next:hover:before {
    border-left-color: #fff;
}

@media(max-width:640px) {
    .Page002623 {
        padding: 6vw 0 8vw 0;
    }
    .Page002623 .Pages em {
        display: none;
    }
    .Page002623 .Pages a {
        background-color: #eee;
    }
}


/*Menu002119 */

.Menu002119.ziyuan ul {
    margin-bottom: 4%;
    float: left;
}

.Menu002119 ul {
    text-align: center;
}

.Menu002119 li {
    display: inline-block;
    margin: 0 0.834%;
}

.Menu002119 li a {
    display: block;
    line-height: 42px;
    height: 42px;
    padding: 0 35px;
    font-size: 16px;
    background: #f5f7f9;
    border-radius: 42px;
    transition: .3s;
}

.Menu002119 li a:hover,
.Menu002119 li.aon a {
    color: #fff;
    background: #295288;
}

@media(max-width:768px) {
    .Menu002119 li {
        margin-bottom: 2px;
    }
}

@media(max-width:640px) {
    .Menu002119 li {
        margin: 0 0 2px 0;
        /*width:25%;*/
        text-align: center;
    }
    .Menu002119 li a {
        padding: 0;
    }
}

@media(max-width:480px) {
    .Menu002119 li {
        /*width:33.333%;*/
    }
    .Menu002119 li a {
        font-size: 14px;
        overflow: hidden;
    }
}

.Menu002119 {
    margin-bottom: 3%;
}


/*Menu002119_ */

.Menu002119_.ziyuan ul {
    margin-bottom: 4%;
    float: left;
}

.Menu002119_ li {
    display: inline-block;
    margin: 0 10px;
}

.Menu002119_ li a {
    display: inline-block;
    line-height: 46px;
    height: 46px;
    padding: 0 64px;
    font-size: 18px;
    background: #f5f7f9;
    border-radius: 42px;
    transition: .3s;
}

.Menu002119_ li a:hover,
.Menu002119_ li.aon a {
    color: #fff;
    background: #295288;
}

@media(max-width:768px) {
    .Menu002119_ li {
        margin-bottom: 2px;
    }
}

@media(max-width:640px) {
    .Menu002119_ li {
        margin: 0 0 2px 0;
        width: 25%;
        text-align: center;
    }
    .Menu002119_ li a {
        padding: 0;
    }
}

@media(max-width:480px) {
    .Menu002119_ li {
        width: 33.333%;
    }
    .Menu002119_ li a {
        font-size: 14px;
        overflow: hidden;
    }
}

.Menu002119_ {
    margin-bottom: 3%;
    text-align: center;
}


/*PicList002925 */

.PicList002925 {}

.PicList002925 li {
    float: left;
    text-align: center;
    margin-bottom: 3%;
}

.PicList002925 li a {
    display: block;
    position: relative;
    z-index: 3;
}

.PicList002925 li .pic {
    border: 1px solid #ddd;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
}

.PicList002925 li .Ispic {
    padding-bottom: 68%;
    background-size: contain;
}

.PicList002925 li .tit {
    margin-top: 15px;
    padding: 0 25px;
}

.PicList002925 li .tit aside {
    font-size: 16px;
    line-height: 1.25em;
    height: 2.5em;
}

.PicList002925 li:hover .pic {
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    transform: translateY(-5px)
}

@media(min-width:769px) {
    .PicList002925 li {
        width: 22.75%;
        margin-right: 3%;
    }
    .PicList002925 li:nth-child(4n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .PicList002925 .list {
        padding: 0 6vw;
    }
    .PicList002925 li {
        width: 50%;
    }
    .PicList002925 li .pic {
        padding-bottom: 7vw;
    }
    .PicList002925 li .tit {
        margin-bottom: 5vw;
    }
    .PicList002925 li .tit aside {
        font-size: 3vw;
    }
}


/* 加入我们 */

.JoinList .number {
    padding-bottom: 20px;
    font-size: 16px;
}

.JoinList .list-group .tit {
    display: flex;
    display: -ms-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 60px;
    border-top: 1px solid #dedede;
    padding: 25px;
    background: #fff;
    overflow: hidden;
    color: #333;
}

.JoinList .list-group .tit .job-list_column {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-left: 25px;
    line-height: 16px;
    font-weight: 400;
    width: 12%;
    min-width: 90px;
    flex: 0.2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.JoinList .list-group .tit .job-list_column:first-child {
    flex: 0.3
}

.JoinList .list-group .tit .icon {
    width: 60px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #ccc;
    font-weight: 700;
    transition: all .3s;
    transform: rotate(90deg);
}

.JoinList .list {
    border-radius: 15px;
    background: #fff;
    transition: .3s;
}

.JoinList .list:not(.active):hover {
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    transform: translateY(-5px)
}

.JoinList .list:nth-child(1):hover {
    box-shadow: 3px 11px 16px 0px rgba(255, 255, 255, 0);
    transform: translateY(0)
}

.JoinList .list:nth-child(1) .tit {
    background: #f6f7f9;
}

.JoinList .list.active .tit {
    color: #fff;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
}

.JoinList .list.active .tit .icon {
    transform: rotate(270deg);
    color: #fff;
}

.JoinList .info {
    padding: 20px 50px;
    background: #f5f7f9;
    border-radius: 15px;
    display: none;
}

.JoinList .info .singlePage {
    line-height: 2.2;
    color: #666;
    font-size: 16px;
}

.JoinList .info .singlePage strong {
    color: #333;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

@media(min-width:769px) {
    .JoinList .tit time {
        padding-right: 63px;
    }
}

@media(max-width:768px) {
    .JoinList .tit {
        padding: 0 20px;
    }
    .JoinList .list-group .tit .job-list_column:first-child {
        flex: 0.5
    }
    .JoinList .tit.active {
        margin: 0 20px;
    }
    .JoinList .list-group .tit:before {
        margin-right: 10px;
    }
    .JoinList .info {
        padding: 10px 20px 10px 34px;
    }
}

@media(max-width:480px) {
    .JoinList .tit time {
        margin-right: 0;
    }
    .JoinList .tit time {
        font-size: 12px;
    }
}


/*ContactInfo */

.ContactInfo {
    padding-bottom: 4vw;
}

.ContactInfo .tit {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 1.2;
    display: inline-block;
    color: #0037b5;
    background-image: -webkit-linear-gradient(left, #0037b5, #01a1c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ContactInfo .title {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 2.08vw;
}

.ContactInfo .contact {
    position: relative;
    z-index: 4;
}

.ContactInfo .contact .inner {
    width: 84%;
    margin: 0 auto;
    text-align: center;
}

.ContactInfo .contact .icon {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 15px auto 25px auto;
    transition: all 0.5s;
}

.ContactInfo .icon.call {
    background-image: url("../images/icon_call.png");
}

.ContactInfo .icon.email {
    background-image: url("../images/icon_email.png");
}

.ContactInfo .icon.add {
    background-image: url("../images/icon_add.png");
}

.ContactInfo .contact .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

.ContactInfo .contact p {
    color: #333;
    font-size: 16px;
    margin: 0 auto;
    height: 4em;
    overflow: hidden;
}

.ContactInfo .contact p span {
    display: block;
    color: #777;
    font-weight: normal;
    font-size: 16px;
}

.ContactInfo .contact .box:nth-last-child(1) {
    margin-right: 0;
}

.ContactInfo .contact .box:nth-child(4) {
    width: 23.5%;
}

.ContactInfo .contact .box:nth-child(5) {
    width: 23.5%;
}

.ContactInfo .contact .box:nth-child(6) {
    width: 23.5%;
}

.ContactInfo .contact .box:nth-child(7) {
    width: 23.5%;
}

@media(min-width:641px) {
    .ContactInfo .contact .box {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 50px 0;
        overflow: hidden;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 15px;
        transition: .3s;
    }
    .ContactInfo .contact .box:nth-child(3) {
        margin-right: 0;
    }
    .ContactInfo .contact .box:hover {
        box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
        transform: translateY(-5px)
    }
    .ContactInfo .contact .box:hover .icon {
        transform: translateY(-5px);
    }
}

@media(max-width:640px) {
    .ContactInfo .contact .box {
        width: auto;
        margin-right: 0;
        float: none;
        padding: 5vw 0;
    }
    .ContactInfo .contact .box:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
    .ContactInfo .contact {
        padding: 0 5vw;
    }
}

.ContactInfo .form {
    text-align: center;
    margin-top: 4%;
}

.ContactInfo .form .desc {
    text-align: left;
    color: #666;
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 4%;
    background-color: #f5f7f9;
    padding: 40px;
    border-radius: 20px;
}

.ContactInfo .form .desc span {
    color: #295288;
}

.ContactInfo .form form {
    font-size: 15px;
}

.ContactInfo .form dl dd {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.ContactInfo .form dl dd:nth-child(2n) {
    margin-right: 0;
}

.ContactInfo .form dl dd {
    background-color: #fff;
    line-height: 50px;
    vertical-align: top;
}

.ContactInfo .form .text {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    height: 52px;
    font-size: 15px;
    padding: 0 15px;
}

.ContactInfo .form dl.dl dd {
    width: 100%;
    float: none;
}

.ContactInfo .form textarea {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px 15px;
    font-size: 15px;
    overflow: hidden;
    resize: none;
    width: 100%;
    height: 180px !important;
    color: #666;
    line-height: 2;
}

.ContactInfo .form .btnbox {
    text-align: center;
}

.ContactInfo .form .btn {
    display: inline-block;
    border: 1px solid #295288;
    padding: 10px 0;
    width: 90%;
    max-width: 135px;
    font-size: 16px;
    border-radius: 50px;
    margin: 0 auto;
    background: #fff;
    color: #295288;
    cursor: pointer;
    transition: 0.3s ease-out;
}

.ContactInfo .form .btn:hover {
    color: #fff;
    border-color: transparent;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
}

.ContactInfo .form.apply_form dl {
    width: 50%;
}

.ContactInfo .form.apply_form dl.dl {
    width: 100%;
    float: none;
}

@media(max-width:640px) {
    .ContactInfo .form dl {
        float: none;
        width: 100%;
        margin-left: 0 !important;
    }
    .ContactInfo .form textarea {
        height: 250px;
    }
}

@media(max-width:480px) {
    .ContactInfo .form .btn {
        width: 48%;
        margin-right: 2%;
        float: left;
        display: block;
        min-width: 2px;
    }
}


/*RighInfo002851 */

.RighInfo002851 {
    padding-top: 2vw;
}

.RighInfo002851 .auto {
    position: relative;
    padding-bottom: 8vw;
}

.RighInfo002851 .auto:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/Floor0004_bg.png) no-repeat left bottom;
    opacity: 0.3
}

.RighInfo002851 .year {
    color: #333;
    opacity: .1;
    font-weight: 700;
    font-size: 60px;
}

.RighInfo002851 .name {
    background-image: -webkit-linear-gradient(left, #355a91, #3ea8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    position: relative;
    padding-bottom: 0;
    top: -32px;
    font-size: 44px;
}

.RighInfo002851 .singlePage {
    line-height: 2.2;
    color: #666;
    font-size: 16px;
}

.RighInfo002851 .num {
    position: relative;
    line-height: 36px;
    margin: 4% 0;
    border-radius: 35px;
    overflow: hidden;
}

.RighInfo002851 .ul_num {
    position: absolute;
    width: 35%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.RighInfo002851 .ul_num dd {
    float: left;
    width: 50%;
    margin: 8% 0;
    padding-right: 40px;
    position: relative;
}

.RighInfo002851 .ul_num dd h1 {
    margin: 15px 0;
    font-size: 52px;
    display: inline-block;
}

.RighInfo002851 .ul_num dd span {
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
}

.RighInfo002851 .ul_num dd p {
    display: block;
    margin: 0;
    font-size: 16px;
}


/* .TextList002798 */

.TextList002798 {}

.TextList002798 .list-head {
    display: flex;
    height: 60px;
    background: #fff;
    border-top: 1px solid #ededed;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.TextList002798 .list-head.fixed {
    position: fixed;
    max-width: 1200px;
    top: 74px;
    z-index: 10;
}

.TextList002798 .list-head:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
}

.TextList002798 .list-head li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    font-weight: 400;
    padding-left: 50px;
    display: -ms-flex;
}

.TextList002798 .list-head li.free-box {
    width: 95px;
    padding-left: 0;
}

.TextList002798 .list {
    margin-bottom: 20px;
    border-radius: 15px;
    transition: .3s;
}

.TextList002798 .tit {
    border: 1px solid #ddd;
    padding: 22px 50px;
    line-height: 30px;
    font-size: 16px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    color: #333;
    cursor: pointer;
    position: relative;
}

.TextList002798 .tit i {
    position: absolute;
    content: "";
    right: 50px;
    top: 50%;
    font-size: 20px;
    color: #ccc;
    font-weight: 700;
    transition: all .3s;
    transform: translateY(-50%) rotate(90deg);
}

.TextList002798 .list:not(.active):hover {
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    transform: translateY(-5px)
}

.TextList002798 .list.active .tit {
    color: #fff;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
}

.TextList002798 .list.active .tit i {
    transform: translateY(-50%) rotate(270deg);
    color: #fff;
}

.TextList002798 .list-main {
    display: none;
    padding: 20px 50px;
    background: #f5f7f9;
    border-radius: 15px;
}

.TextList002798 .list-main ul li {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 100px;
    color: #333;
    border-bottom: 1px dashed #ddd;
}

.TextList002798 .list-main ul li .list_tit {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    padding-right: 50px;
    flex-wrap: wrap;
}

.TextList002798 .list-main ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*display:block;padding:0 75px 0 20px;background:url(../images/TextList002798_dow.png) 0 50% no-repeat;font-size:15px;color:#333;*/
}

.TextList002798 .list-main ul li span {
    display: block;
    width: 100%;
}

.TextList002798 .list-main ul li a:hover {
    color: #295288;
}

.TextList002798 .list-main ul li span.down {
    width: auto;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #295288;
    color: #fff;
    padding: 0 10px;
    margin-top: 10px;
    opacity: 0
}

.TextList002798 .list-main ul li .down {
    position: absolute;
    top: 4px;
    text-align: center;
    width: 80px;
    right: 0;
    background: url(../images/TextList002798-icon.png) no-repeat left 12px center #fff;
    padding-left: 30px;
    height: 32px;
    color: #295288;
    line-height: 32px;
}

.TextList002798 .list-main ul li:last-child {
    border-bottom: none;
}

@media(max-width: 1240px) {
    .TextList002798 .list-head.fixed {
        top: 60px;
    }
}

@media(max-width:640px) {
    .TextList002798 .list-main ul li a {
        background: url(../images/TextList002798_dow.png) 0 3px no-repeat;
    }
    .TextList002798 .list-main ul li .down {
        position: relative;
        top: 0;
        right: auto;
        display: block;
        margin-top: 15px;
    }
}


/*RighInfo002939 */

.RighInfo002939 {
    padding: 2vw 0 4vw 0;
}

.RighInfo002939 .con {
    padding: 50px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    border-radius: 15px;
}

.RighInfo002939 .name {
    border-bottom: 1px solid #ededed;
    text-align: center;
    margin-bottom: 40px;
}

.RighInfo002939 .name h1 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
}

.RighInfo002939 .time {
    color: #999;
    padding-bottom: 20px;
    line-height: 16px;
}

.RighInfo002939 .edit-info .tit {
    text-align: center;
    color: #333;
    font-size: 20px;
    margin: 0;
}

.RighInfo002939 .edit-info {
    line-height: 2.2;
    font-size: 16px;
    color: #666;
    text-align: justify;
    padding-bottom: 4vw;
}

.RighInfo002939 .info-page {
    border-top: 1px solid #ededed;
    margin-top: 40px;
    padding-top: 40px;
}

.RighInfo002939 .info-page dd {
    line-height: 40px;
}

.RighInfo002939 .info-page dd a {
    padding-right: 20px;
    color: #295288;
}

.RighInfo002939 .info-page dd a span {
    color: #333;
}

@media(min-width:641px) {
    .RighInfo002939 .info-page dd {
        float: left;
        width: 50%;
    }
    .RighInfo002939 .info-page dd:nth-child(2) {
        text-align: right;
    }
    .RighInfo002939 .time,
    .RighInfo002939 .info-page dd a,
    .RighInfo002939 .edit-info {
        font-size: 16px;
    }
}

@media(max-width:640px) {
    .RighInfo002939 .info-page dd:nth-child(2) {
        border-top: 1px solid #eee;
    }
    .RighInfo002939 .share {
        display: block;
        padding-top: 10px;
    }
}


/*Spec002780 */

.Spec002780 {
    margin: 4% 0;
}

.Spec002780 dl {
    background: #f5f7f9;
    overflow: hidden;
    line-height: 24px;
    position: relative;
    min-height: 60px;
    padding: 10px 20px 10px 180px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.Spec002780 dt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 140px;
    color: #fff;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
    line-height: 50px;
    font-size: 20px;
    padding-left: 40px;
}

.Spec002780 dt span {
    position: relative;
    padding-left: 30px;
    background: url(../images/Spec002780-icon.png) no-repeat left center;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.Spec002780 dd {
    position: relative;
    padding: 0 40px 0 0;
    overflow: hidden;
    line-height: 30px;
}

.Spec002780 dd a {
    color: #666;
    display: inline-block;
    border: 1px solid #e8e8e8;
    background: #fff;
    line-height: 40px;
    margin: 5px 0;
    min-width: 87px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    margin-right: 15px;
    padding: 0 10px;
}

.Spec002780 dd a.on,
.Spec002780 dd a:hover {
    color: #3ea8cc;
    border-color: #3ea8cc;
    background: url(../images/Spec002780-img.png) no-repeat right bottom #fff;
}

.Spec002780 dd span {
    position: absolute;
    right: 0;
    top: 16px;
    text-align: center;
    width: 20px;
    height: 20px;
    border: 2px solid #295288;
    color: #295288;
    cursor: pointer;
    display: none;
    border-radius: 30px;
}

.Spec002780 dd span b {
    display: none;
}

.Spec002780 dd span i {
    border-color: #fff;
    width: 6px;
    height: 6px;
    border-top: 2px solid #295288;
    border-left: 2px solid #295288;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 6px;
    transition: .3s;
}

.Spec002780 dd span i.on {
    transform: rotate(222deg);
    top: 4px;
}

@media(max-width:640px) {
    .Spec002780 dd a:after {
        margin: 0 5px;
    }
}

@media(max-width:480px) {
    .Spec002780 dl {
        padding: 5px;
        min-height: inherit;
    }
    .Spec002780 dt {
        position: relative;
        height: auto;
        width: auto;
        text-align: left;
        padding: 10px;
        padding-left: 70px;
        background-position: 34px 26px;
    }
}

.Casecategory {
    padding: 4% 0 3%;
}

.Casecategory .lm-tit {
    text-align: center;
}

.Casecategory .lm-tit h2 {
    font-size: 30px;
    font-weight: normal;
    color: #333;
    margin-top: 0;
    margin-bottom: 40px;
}

.Casecategory ul {
    margin: 0 -16px;
}

.Casecategory li {
    text-align: center;
}

.Casecategory li a {
    display: block;
    margin: 0 16px;
}

.Casecategory li p {
    font-size: 18px;
    margin-bottom: 0;
}

.Casecategory li img {
    border: 1px solid #ddd;
    padding: 6%;
    max-width: 78px;
    border-radius: 50%;
    margin: 0 auto;
}

.Casecategory li .img {
    display: none
}

.Casecategory li.on img {
    display: none
}

.Casecategory li.on .img {
    display: block;
}

.Casecategory li.on img {
    border: 2px solid #295288;
}

.Casecategory li.on p {
    color: #295288;
}

.Casecategory .slick-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -11px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    z-index: 10;
    border: 0;
    background: none;
    padding: 0;
    border-top: 2px solid #295288;
    border-left: 2px solid #295288;
    transform: rotate(-45deg);
    border-radius: 0;
}

.Casecategory .slick-prev {
    left: -25px;
}

.Casecategory .slick-next {
    transform: rotate(135deg);
    right: -25px;
}

.Casecategory .slick-next::before,
.Casecategory .slick-prev::before {
    display: none;
}


/*PicList002735 */

.PicList002735 {}

.PicList002735 li {
    margin-bottom: 3%;
}

.PicList002735 li a {
    display: block;
    border: 1px solid #ddd;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
}

.PicList002735 li a:hover {
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    transform: translateY(-5px)
}

.PicList002735 li .Ispic {
    background-size: contain;
    background-color: #fff;
    padding-bottom: 43%;
}

.PicList002735 li .txt {
    position: relative;
    padding-top: 20px;
}

.PicList002735 li .txt:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    background: url(../images/shadow.png) no-repeat center top;
    opacity: .75
}

.PicList002735 li .txt h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
}

.PicList002735 li .txt p {
    margin: 0;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    height: 96px;
}

.PicList002735 li a:hover h3 {
    color: #295288
}

@media(min-width:481px) {
    .PicList002735 li {
        float: left;
    }
}

@media(min-width:769px) {
    .PicList002735 li {
        width: 22.75%;
    }
    .PicList002735 li:not(:nth-child(4n)) {
        margin-right: 3%;
    }
}

@media(min-width:481px) and (max-width:768px) {
    .PicList002735 li {
        width: 48%;
    }
    .PicList002735 li:not(:nth-child(2n)) {
        margin-right: 4%;
    }
}

.div_h {
    padding-top: 100px;
    position: absolute;
    opacity: 0;
    z-index: -1
}

.case-bar {
    border-bottom: 1px solid #ededed;
}

.case-bar .fixed {
    position: fixed;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    z-index: 100;
    background: #fff
}

.case-bar .anchors-items {
    text-align: center;
}

.case-bar .anchors-items .anchors-item {
    cursor: pointer;
    display: inline-block;
    margin: 0 45px;
    font-size: 18px;
    color: #333;
    line-height: 60px;
    padding-top: 5px;
}

.case-bar .anchors-items .anchors-item.active {
    color: #295288;
    border-bottom: 3px solid #295288;
}

.case-bar .menu_height {
    display: none;
}


/*RighInfo002852 */

.RighInfo002852 {
    padding: 3vw 0 4vw 0;
}

.RighInfo002852 .name {
    text-align: center;
    margin-bottom: 40px;
}

.RighInfo002852 .name h1 {
    font-size: 28px;
    font-weight: normal;
    color: #333;
}

.RighInfo002852 .intro-main {
    background-color: #f5f7f9;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 4%;
}

.RighInfo002852 .intro-main .pic {
    background: #fff;
    border-radius: 15px;
}

.RighInfo002852 .intro-main .pic img {
    display: block;
    width: 100%;
}

.RighInfo002852 .singlePage {
    line-height: 2.2;
    color: #666;
    font-size: 16px;
}

.RighInfo002852 .singlePage .pic02 {
    float: left;
    width: 35%;
    margin-right: 5%;
}

.RighInfo002852 .singlePage .intro {
    padding-top: 5%;
}

.RighInfo002852 .title-css span {
    display: inline-block;
    color: #295288;
    font-size: 18px;
}

.RighInfo002852 .title {
    border-top: 5px solid #f9f9f9;
    margin: 80px 0 40px 0;
    position: relative;
    z-index: 4;
}

.RighInfo002852 .title-nt {
    margin-top: 0;
}

.RighInfo002852 .title aside {
    display: table;
    margin-top: -20px;
    padding-right: 20px;
    background: #fff;
}

.RighInfo002852 .title span {
    display: table;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 20px;
    background: #f1f1f1;
    font-size: 22px;
    color: #333;
}

.RighInfo002852 .title span i {
    font-style: normal;
    float: left;
    padding: 0 20px;
    margin-left: -32px;
    margin-top: -10px;
    color: #fff;
    border-radius: 40px;
    margin-right: 5px;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
}

.RighInfo002852 .list-dl dl {
    margin-bottom: 2%;
    display: table;
    background-color: #f5f7f9;
    padding: 25px 40px;
    border-radius: 20px;
    width: 100%;
}

.RighInfo002852 .list-dl dl>* {
    display: table-cell;
    vertical-align: middle;
}

.RighInfo002852 .list-dl dt {
    width: 100px;
    font-size: 46px;
    color: #e1e4e7;
}

.RighInfo002852 .list-dl dd p {
    margin: 0;
}

.RighInfo002852 .list-dl dd span {
    display: block;
    font-size: 22px;
    color: #295288;
}

@media(min-width:641px) {
    .RighInfo002852 .intro-main .left {
        float: left;
        max-width: 670px;
        width: 66%;
    }
    .RighInfo002852 .intro-main .pic {
        float: right;
        width: 30.195%;
    }
}

@media(max-width:640px) {
    .RighInfo002852 .intro-main .pic {
        width: 80%;
        margin: 0 auto;
    }
}

@media(max-width:480px) {
    .RighInfo002852 .title-css span {
        font-size: 18px;
    }
}

.productlist {
    padding: 9vw 0 3vw;
}


/*Menu002956 */

.Menu002956 .search {
    position: relative;
    margin-bottom: 4%;
    font-size: 16px;
    padding: 3px;
    background: #295288;
    border-radius: 5px;
    overflow: hidden;
}

.Menu002956 .search .btn {
    position: absolute;
    right: 3px;
    top: 3px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/searchbtn2.png) no-repeat center center #295288;
}

.Menu002956 .search .text {
    width: 100%;
    line-height: 50px;
    height: 50px;
    background: #fff;
    border: none;
    padding: 0 50px 0 15px;
    color: #999;
    font-size: 16px;
    border-radius: 5px;
}

.Menu002956 .search .text.focus {
    color: #333;
}

.Menu002956 nav {}

.Menu002956 h1 {
    margin: 0;
    position: relative;
    padding: 35px 0 25px 0;
}

.Menu002956 h1 span {
    position: relative;
    z-index: 4;
    display: block;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    line-height: 1em;
    border-left: 3px solid #295288;
    padding-left: 15px;
}

.Menu002956 h1:after {
    display: none;
    position: absolute;
    content: '';
    height: 100%;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
    top: 0;
    transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    right: 0;
    left: -30px;
}

.Menu002956 ul {
    padding: 10px 0;
}

.Menu002956 li {
    border-radius: 5px;
    border-bottom: 1px solid #eee;
}

.Menu002956 li a {
    display: block;
    line-height: 26px;
    padding: 15px 30px 15px 40px;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.Menu002956 li a:after {
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-left-width: 6px;
    border-left-color: #295288;
    top: 50%;
    margin-top: -4px;
    right: 30px;
    opacity: 0;
    transition: 0.3s;
}

.Menu002956 li a:hover,
.Menu002956 li.aon a {
    color: #295288;
}

.Menu002956 li a:hover:after,
.Menu002956 li.aon a:after {
    opacity: 1;
}

.Menu002956 li.aon {
    background: #f5f7f9;
}

@media(min-width:1025px) {
    .Menu002956 {
        overflow: hidden;
    }
    .Menu002956 ul {
        display: block !important;
    }
}

@media(max-width:1024px) {
    .Menu002956 {
        position: relative;
        z-index: 40;
    }
    .Menu002956 ul {
        display: none;
        position: absolute;
        left: 10px;
        top: 100%;
        right: 0;
        z-index: 40;
        background: #f5f7f9;
    }
    .Menu002956 i.wap-open {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 40px;
        background: #fff;
        z-index: 10;
        top: 50%;
        margin-top: -15px;
        border-radius: 50%;
        transition: 0.3s;
    }
    .Menu002956 i.wap-open:before,
    .Menu002956 i.wap-open:after {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        background: #295288;
        transform: translate(-50%, -50%);
    }
    .Menu002956 i.wap-open:before {
        width: 10px;
        height: 2px;
    }
    .Menu002956 i.wap-open:after {
        width: 2px;
        height: 10px;
    }
    .Menu002956 i.wap-open.on {
        transform: rotate(45deg);
    }
}

@media(max-width:640px) {
    .Menu002956 nav {
        padding: 10px 0;
    }
    .Menu002956 h1 span {
        font-size: 5vw;
    }
    .Menu002956 h1 {
        padding: 3vw 0 3vw 20px;
    }
    .Menu002956 i.wap-open {
        right: 6vw;
        margin-top: -12px;
        width: 24px;
        height: 24px;
    }
}


/*PicList002949 */

.PicList002949 .sub-title {
    position: relative;
    font-size: 24px;
    line-height: 22px;
    color: #333;
    overflow: visible;
    padding-left: 25px;
    margin-bottom: 3%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding-top: 15px;
}

.PicList002949 .sub-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 22px;
    left: 0;
    bottom: 20px;
    background-color: #295288;
}

.PicList002949 .listbox {
    margin-bottom: 0%;
}

.PicList002949 .item {
    margin-bottom: 3%;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
    padding: 40px;
    background: url(../images/Floor002655-bg1.png) left center #fff;
    background-size: cover;
    overflow: hidden;
    transition: 0.3s;
}

.PicList002949 .item:hover {
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    transform: translateY(-5px)
}

.PicList002949 .item a:hover {
    color: #295288;
}

.PicList002949 .txt .inner {
    padding-left: 40px;
}

.PicList002949 .txt p.dot {
    line-height: 2.2;
    font-size: 16px;
    color: #666;
}

.PicList002949 .tit {
    font-size: 1.714em;
    line-height: 1em;
}

.PicList002949 span {
    color: #295288;
    display: block;
    font-size: 16px;
    background: #f5f7f9;
    text-align: center;
    text-align: center;
    width: 52px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    font-weight: bold;
}

@media(min-width:1025px) {
    .PicList002949 .pic {
        width: 46%;
    }
    .PicList002949 .item {
        width: 48.5%;
        float: left;
    }
    .PicList002949 .item:not(:nth-child(2n)) {
        margin-right: 3%;
    }
}

@media(min-width:641px) and (max-width:1024px) {
    .PicList002949 .pic {
        width: 50%;
    }
    .PicList002949 .tit {
        font-size: 3vw;
    }
}

@media(max-width:640px) {
    .PicList002949 .ytable,
    .PicList002949 .ytable-cell {
        display: block;
    }
    .PicList002949 .txt .inner {
        padding: 5px 5vw;
        font-size: 3.5vw;
    }
    .PicList002949 .tit {
        font-size: 16px;
    }
    .PicList002949 {
        overflow: hidden;
    }
    .PicList002949 .itemlist {
        display: flex;
        flex-wrap: wrap;
        width: 103%;
    }
    .PicList002949 .item {
        width: 47%;
        margin-right: 3%;
        padding: 3.125%;
    }
    .PicList002949 .item img {
        display: block;
        width: 100%;
        height: auto;
    }
    .PicList002949 span {
        font-size: 14px;
    }
}

.solutionlist {
    margin-top: 50px;
}

.solutionlist .title {
    line-height: 1;
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}


/*PicList002951 */

.PicList002951 {
    padding-top: 0vw;
}

.PicList002951 .title {
    text-align: center;
    color: #333;
    font-size: 22px;
    margin-bottom: 2.08vw;
}

.PicList002951 .item {
    margin: 2.08vw 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.PicList002951 .item a:hover {}

.PicList002951 .txt .inner {
    padding: 0 2.03vw 0 3vw;
}

.PicList002951 .txt p {
    line-height: 34px;
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
}

.PicList002951 .tit {
    font-size: 24px;
    line-height: 1em;
    margin-top: 30px;
}

.PicList002951 .tit:after {
    display: block;
    margin-top: 1.25em;
    content: '';
    background: #295288;
    width: 48px;
    height: 2px;
}

.PicList002951 .item a:hover .tit:after {}

@media(min-width:1025px) {
    .PicList002951 .pic {
        width: 486px;
    }
}

@media(min-width:641px) and (max-width:1024px) {
    .PicList002951 .pic {
        width: 50%;
    }
    .PicList002951 .tit {
        font-size: 3vw;
    }
}

@media(max-width:640px) {
    .PicList002951 .ytable,
    .PicList002951 .ytable-cell {
        display: block;
    }
    .PicList002951 .txt .inner {
        padding: 5vw;
        font-size: 3.5vw;
    }
    .PicList002951 .tit {
        font-size: 5vw;
    }
}


/*RighInfo002092 */


/*slick Basic*/

.RighInfo002092 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.RighInfo002092 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.RighInfo002092 .slick-list:focus {
    outline: none
}

.RighInfo002092 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.RighInfo002092 .slick-slider .slick-track,
.RighInfo002092 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.RighInfo002092 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.RighInfo002092 .slick-track:before,
.RighInfo002092 .slick-track:after {
    display: table;
    content: '';
}

.RighInfo002092 .slick-track:after {
    clear: both;
}

.RighInfo002092 .slick-loading .slick-track {
    visibility: hidden;
}

.RighInfo002092 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.RighInfo002092 .slick-slide .slick-loading img {
    display: none;
}

.RighInfo002092 .slick-slide .dragging img {
    pointer-events: none;
}

.RighInfo002092 .slick-initialized .slick-slide {
    display: block;
}

.RighInfo002092 .slick-loading .slick-slide {
    visibility: hidden;
}

.RighInfo002092 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.RighInfo002092 .slick-arrow .slick-hidden {
    display: none;
}


/*slick Basic End*/

.RighInfo002092 {
    padding: 9vw 0 0;
}

.RighInfo002092 .wrap {}

.RighInfo002092 .list_img {
    float: left;
    width: 46%;
}

.RighInfo002092 .big {
    margin-bottom: 20px;
}

.RighInfo002092 .big li figure {
    padding-bottom: 62%;
    background-size: contain;
}

.RighInfo002092 .small {
    padding: 0 14%;
    position: relative;
}

.RighInfo002092 .small .slick-arrow {
    display: block;
    position: absolute;
    height: 40px;
    top: 50%;
    margin-top: -18px;
    width: 40px;
    z-index: 10;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    border: 0;
    background-color: #ccc;
    border-radius: 0
}

.RighInfo002092 .small .slick-prev {
    left: 0;
    background-image: url(../images/RighInfo002092-btn_prev.png);
}

.RighInfo002092 .small .slick-next {
    right: 0;
    background-image: url(../images/RighInfo002092-btn_next.png);
}

.RighInfo002092 .small .slick-disabled {
    cursor: default;
}

.RighInfo002092 .small .slick-next::before,
.RighInfo002092 .small .slick-prev::before {
    display: none;
}

.RighInfo002092 .small li {}

.RighInfo002092 .small li figure {
    margin: 0 auto;
    padding-bottom: 65%;
    background-size: contain;
    max-width: 86%;
    background-color: #f7f7f7;
}

.RighInfo002092 .small li.slick-current figure {
    border-color: #295288;
}

.zoomContainer {
    z-index: 100;
}

.RighInfo002092 .intro {
    float: right;
    width: 48%;
}

.RighInfo002092 .intro h1,
.RighInfo002092 .intro h3,
.RighInfo002092 .intro p {
    margin: 0;
    padding: 3% 0;
    border-bottom: 1px solid #e7e8e8;
}

.RighInfo002092 .intro h1 {
    padding: 0% 0 0;
    color: #333;
    font-size: 2.145em;
    border-bottom: none;
}

.RighInfo002092 .intro h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    padding-top: 2%;
}

.RighInfo002092 .intro p {
    font-size: 16px;
    color: #999;
    line-height: 2;
    margin-bottom: 4%;
    padding-top: 2%;
}

.RighInfo002092 .intro a {
    display: block;
    width: 180px;
    text-align: center;
    border: 1px solid #fdf3f2;
    padding: 12px 1%;
    transition: 0.4s;
    background-color: #295288;
    color: #fff;
    border-radius: 50px;
    margin-right: 1vw;
    margin-bottom: 18px;
}

.RighInfo002092 .intro a.btn {
    border: 1px solid #46a7c9;
    transition: 0.4s;
    background-color: #46a7c9;
    color: #fff;
    border-radius: 50px;
}

.RighInfo002092 .intro a:hover {
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
    color: #fff;
    border-color: #fdf3f2
}

.RighInfo002092 .intro .btns_ {
    position: fixed;
    width: 100%;
    top: 100px;
    left: 0;
    text-align: center;
    background: #f8f8f8;
    padding: 18px 0;
    z-index: 99
}

.RighInfo002092 .intro .btns_ a {
    display: inline-block;
    padding: 12px 1%;
    margin-bottom: 0;
}

.RighInfo002092 .tab {
    padding-top: 5%;
}

.RighInfo002092 .ul_tab {
    border-bottom: 1px solid #e8e8e8;
}

.RighInfo002092 .ul_tab li {
    float: left;
    width: 50%;
    max-width: 149px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    line-height: 50px;
}

.RighInfo002092 .ul_tab li.active {
    color: #295288;
    border-bottom: 2px solid #295288;
}

.RighInfo002092 .tab_info {
    padding: 3%;
    font-size: 16px;
    line-height: 2.2;
}

.RighInfo002092 .tab_info p {
    margin: 0;
}

@media(max-width:768px) {
    .zoomContainer {
        display: none;
    }
}

@media(max-width:640px) {
    .RighInfo002092 .list_img,
    .RighInfo002092 .intro {
        float: none;
        width: auto;
    }
    .RighInfo002092 .intro {
        margin-top: 3%;
    }
}


/*Floor003079 */

.Floor003079 {
    font-size: 16px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.Floor003079,
.Floor003079 a {
    color: #333;
}

.Floor003079 .main {
    position: relative;
    z-index: 2;
}

.Floor003079 .slick-list {
    margin: 0 -20px;
}

.Floor003079 .box .slick-list {
    margin: 0;
}

.Floor003079 .box li {
    margin: 0 20px 25px 20px;
    border: 1px solid #f6f7f8;
    padding: 25px;
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    border-radius: 35px;
    overflow: hidden;
}

.Floor003079 .box li .pic {
    border-radius: 50px;
    overflow: hidden;
}

.Floor003079 .box li .txt {
    padding: 0 5%;
}

.Floor003079 .box li .txt aside {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin: 0;
    position: relative;
    z-index: 3;
}

.Floor003079 .box li .txt aside:after {
    content: "";
    margin: 20px 0 20px;
    width: 30px;
    height: 2px;
    background: #295288;
    display: block;
}

.Floor003079 .box li .txt p {
    margin: 0;
    font-size: 16px;
    line-height: 2.2;
    color: #666;
}

.Floor003079 .box li .txt .more {
    display: inline-block;
    border: 1px solid #295288;
    padding: 10px 0 10px 0;
    max-width: 135px;
    font-size: 16px;
    border-radius: 50px;
    width: 90%;
    text-align: center;
    color: #295288;
    position: relative;
    margin-top: 40px;
    transition: color .5s;
}

.Floor003079 .tab-dots {
    overflow: hidden;
    border-top: 1px solid #ededed;
    margin-bottom: 50px;
    position: relative;
}

.Floor003079 .tab-dots ul {
    width: 100%;
}

.Floor003079 .tab-dots:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #02589d;
}

.Floor003079 .tab-dots li {
    list-style: none;
    float: left;
    padding: 0 50px !important;
    width: auto !important;
    height: 50px !important;
    background: #fff !important;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.Floor003079 .tab-dots li:after {
    position: absolute;
    content: '';
    width: 1px;
    left: -2px;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    background: url(../images/cate.jpg) no-repeat center center;
}

.Floor003079 .tab-dots li:first-child:after {
    display: none;
}

.Floor003079 .tab-dots li span {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
}

.Floor003079 .tab-dots li span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 1px;
    height: 5px;
    top: -2px;
    background: transparent;
}

.Floor003079 .tab-dots li span:after {
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent
}

.Floor003079 .tab-dots li.slick-active {
    z-index: 2;
    border-left: 1px solid #295288;
    background: #fff;
    border-right: 1px solid #295288;
}

.Floor003079 .tab-dots li:hover span {
    color: #295288;
}

.Floor003079 .tab-dots li.slick-active span:before {
    background: #295288;
}

.Floor003079 .tab-dots li.slick-active span:after {
    background: #fff;
}

.Floor003079 .btn {
    text-align: center;
    padding-top: 30px;
}

.Floor003079 .btn .slick-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #cacaca;
    margin: 0 10px;
    position: relative;
}

.Floor003079 .btn .slick-arrow:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -8px;
}

.Floor003079 .btn .slick-arrow:hover,
.Floor003079 .btn .slick-arrow:hover:before {
    border-color: #295288;
}

.Floor003079 .btn .slick-prev {
    transform: rotate(180deg);
}

@media(max-width:1024px) {
    .Floor003079 .tab-dots {
        overflow: auto;
        white-space: nowrap;
    }
    .Floor003079 .tab-dots li {
        display: inline-block;
    }
    .Floor003079 .box {
        padding-bottom: 50px;
    }
    .Floor003079 .box .slick-arrow {
        position: absolute;
        left: 50%;
        width: 40px;
        height: 40px;
        border: 2px solid #0f55b0;
        border-radius: 50%;
        bottom: 0;
    }
    .Floor003079 .box .slick-arrow:before {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        border-top: 2px solid #0f55b0;
        border-right: 2px solid #0f55b0;
        left: 50%;
        top: 50%;
        margin: -6px 0 0 -8px;
    }
    .Floor003079 .box .slick-prev {
        margin-left: -60px;
        transform: rotateY(180deg);
    }
    .Floor003079 .box .slick-next {
        margin-left: 20px;
    }
}

@media(min-width:641px) {
    .Floor003079 .tab-dots li {
        min-width: 200px;
    }
}

@media(max-width:640px) {
    .Floor003079 .tab-dots li:not(:last-child) {
        margin-right: 2vw;
    }
    .Floor003079 .box li .txt {
        padding: 3vw;
        font-size: 4vw;
    }
    .Floor003079 .box li .txt aside {
        padding-right: 10vw;
    }
    .Floor003079 .box li .txt .icon {
        width: 8vw;
        height: 8vw;
    }
    .Floor003079 .box li .txt .icon:before {
        width: 2vw;
        height: 2vw;
        margin: -1vw 0 0 -1vw;
    }
    .Floor003079 .box {
        padding-bottom: 10vw;
    }
    .Floor003079 .box .slick-arrow {
        width: 8vw;
        height: 8vw;
    }
    .Floor003079 .box .slick-arrow:before {
        width: 2vw;
        height: 2vw;
        margin: -1vw 0 0 -1vw;
    }
    .Floor003079 .box .slick-prev {
        margin-left: -10vw;
    }
    .Floor003079 .box .slick-next {
        margin-left: 4vw;
    }
}


/*Floor003083 */

.Floor003083 {
    padding: 4vw 0;
    ;
}

.Floor003083 .title {
    margin-bottom: 0;
}

.Floor003083 .list {
    overflow: hidden;
    padding: 40px;
    margin: 0 -40px;
    text-align: center;
}

.Floor003083 .list .url {
    display: inline-block;
    margin-left: -1px;
    border: 1px solid #eee;
    margin-top: -1px;
}

.Floor003083 .list a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 0 10%;
}

.Floor003083 .list .Ispic {
    height: 130px;
    background-size: contain;
}

.Floor003083 .list .url {
    position: relative;
    transition: 0.3s;
}

.Floor003083 .list .url:before {
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    content: '';
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    opacity: 0;
    transition: 0.3s;
}

.Floor003083 .list .url:hover:before {
    opacity: 1;
}

.Floor003083 .list .url:hover {
    z-index: 4;
    transform: translateY(-5px)
}

@media(min-width:1025px) {
    .Floor003083 .list .url {
        width: 16.6667%;
    }
    .Floor003083 .list .url:nth-child(6n+1),
    .Floor003083 .list .url:nth-child(1) {
        margin-left: 0;
    }
}

@media(min-width:751px) and (max-width:1024px) {
    .Floor003083 .list .url {
        width: 25%;
    }
    .Floor003083 .list .url:nth-child(4n+1),
    .Floor003083 .list .url:nth-child(1) {
        margin-left: 0;
    }
}

@media(min-width:641px) and (max-width:750px) {
    .Floor003083 .list .url {
        width: 33.333%;
    }
    .Floor003083 .list .url:nth-child(3n+1),
    .Floor003083 .list .url:nth-child(1) {
        margin-left: 0;
    }
}

@media(max-width:640px) {
    .Floor003083 .list .url {
        width: 48%;
    }
    .Floor003083 .list .url:nth-child(2n+1),
    .Floor003083 .list .url:nth-child(1) {
        margin-left: 0;
    }
    .Floor003083 .list .Ispic {
        height: 28vw;
    }
}

.SolutionInfo .box-4 li .inner {
    float: right;
    width: 100%;
    height: 238px;
}

.SolutionInfo .box-4 li img {
    width: 100%;
    float: left;
    margin-right: 0%;
}

.SolutionInfo {}

.SolutionInfo .box {
    padding: 4vw 0;
}

.SolutionInfo .title {
    line-height: 1;
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.SolutionInfo .box-1 .list dl {
    float: left;
    width: 100%;
    display: table;
    background: #f6f7f9;
    border-radius: 15px;
    margin-bottom: 2%;
    padding: 30px 30px 30px 0;
}

.SolutionInfo .box-1 .list dl>* {
    display: table-cell;
    vertical-align: middle;
}

.SolutionInfo .box-1 .list dt {
    width: 120px;
}

.SolutionInfo .box-1 .list dt b {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #295288;
    color: #fff;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    line-height: 60px;
    text-align: center;
    margin: 20px auto;
}

.SolutionInfo .box-1 .list dd p {
    margin: 0;
    line-height: 24px;
    overflow: hidden;
    color: #666;
    font-size: 16px;
    margin: 0;
}

@media(max-width:1024px) {
    .SolutionInfo .box-1 .title {
        font-size: 24px;
    }
}

@media(min-width:769px) {
    .SolutionInfo .box-1 .list dl {
        width: 32%;
        margin-right: 2%;
    }
    .SolutionInfo .box-1 .list dl:nth-child(3n) {
        margin-right: 0;
    }
    .SolutionInfo .box-1 .list dl:nth-child(3n+1) {
        clear: left;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .SolutionInfo .box-1 .list dl {
        width: 48%;
    }
    .SolutionInfo .box-1 .list dl:nth-child(2n) {
        float: right;
    }
    .SolutionInfo .box-1 .list dl:nth-child(2n+1) {
        clear: left;
    }
}

.SolutionInfo .box-2 {
    background: #f6f7f9;
}

.SolutionInfo .box-2 .list .item {
    float: left;
    width: 100%;
    box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%);
    background: #fff;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
}

.SolutionInfo .box-2 .list .item .icon {
    padding: 40px;
    background-color: #e9f0f7;
}

.SolutionInfo .box-2 .list .item .item-content {
    padding: 25px;
}

.SolutionInfo .box-2 .list .item .tit {
    font-size: 22px;
    color: #333;
}

@media(min-width:769px) {
    .SolutionInfo .box-2 .list .item {
        width: 23.5%;
        margin-right: 2%;
    }
    .SolutionInfo .box-2 .list .item:nth-child(4n) {
        margin-right: 0;
    }
    .SolutionInfo .box-2 .list .item:nth-child(4n+1) {
        clear: left;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .SolutionInfo .box-2 .list .item {
        width: 48%;
    }
    .SolutionInfo .box-2 .list .item:nth-child(2n) {
        float: right;
    }
    .SolutionInfo .box-2 .list .item:nth-child(2n+1) {
        clear: left;
    }
}

.SolutionInfo .box-3 img {
    border-radius: 35px;
}

.SolutionInfo .box-4 {
    background: #f6f7f9;
}

.SolutionInfo .box-4 li {
    box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%);
    background: #fff;
    border-radius: 15px;
    padding: 32px;
    overflow: hidden;
    margin-bottom: 4%;
    width: 48%;
    float: left;
}

.SolutionInfo .box-4 li:nth-child(2n) {
    float: right;
}

.SolutionInfo .box-4 li .tit {
    position: relative;
    padding-left: 25px;
    padding-top: 5%;
}

.SolutionInfo .box-4 li .tit h3 {
    font-size: 22px;
    font-weight: normal;
    color: #295288;
    margin: 0;
}

.SolutionInfo .box-4 li .tit:before {
    display: block;
    content: "";
    width: 6px;
    height: 38%;
    background: #295288;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 31px;
}

.SolutionInfo .box-4 li .desc {
    margin-top: 16px;
}

.SolutionInfo .box-4 li .desc dd {
    margin-top: 11px;
    color: #666;
    font-size: 15px;
    line-height: 24px;
    list-style-position: inside;
}

.SolutionInfo .box-4 li .desc dd:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #999;
    vertical-align: middle;
}

.SolutionInfo .box-5 .list {
    overflow: hidden;
    padding: 40px;
    margin: 0 -40px;
}

.SolutionInfo .box-5 .url {
    float: left;
    margin-left: -1px;
    border: 1px solid #eee;
    margin-top: -1px;
}

.SolutionInfo .box-5 .list a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 0 10%;
}

.SolutionInfo .box-5 .list .Ispic {
    height: 130px;
    background-size: contain;
}

.SolutionInfo .box-5 .list .url {
    position: relative;
    transition: 0.3s;
}

.SolutionInfo .box-5 .list .url:before {
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    content: '';
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    opacity: 0;
    transition: 0.3s;
}

.SolutionInfo .box-5 .list .url:hover:before {
    opacity: 1;
}

.SolutionInfo .box-5 .list .url:hover {
    z-index: 4;
    transform: translateY(-5px)
}

@media(min-width:1025px) {
    .SolutionInfo .box-5 .list .url {
        width: 33.333%;
    }
    .SolutionInfo .box-5 .list .url:nth-child(3n+1),
    .SolutionInfo .box-5 .list .url:nth-child(1) {
        margin-left: 0;
    }
}

@media(max-width:640px) {
    .SolutionInfo .box-5 .list .url {
        width: 50%;
    }
    .SolutionInfo .box-5 .list .url:nth-child(2n+1),
    .SolutionInfo .box-5 .list .url:nth-child(1) {
        margin-left: 0;
    }
    .SolutionInfo .box-5 .list .Ispic {
        height: 28vw;
    }
}


/*RighInfo002125 */

.RighInfo002125 .box {
    position: relative;
    color: #333;
    overflow: hidden;
}

.RighInfo002125 .box .pic {
    height: 780px;
    background-position: center top;
    background-repeat: no-repeat;
}

.RighInfo002125 .txt {
    position: absolute;
    width: 50%;
    max-width: 650px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 13%;
    z-index: 10;
}

.RighInfo002125 .txt .btn {
    display: table;
    margin: 0 auto;
}

.RighInfo002125 .txt .btns_ {
    position: fixed;
    width: 100%;
    top: 100px;
    left: 0;
    text-align: center;
    background: #f8f8f8;
    padding: 18px 0;
    z-index: 99
}

.RighInfo002125.siteTop .txt .btn {
    position: fixed;
    z-index: 1001;
    width: 100%;
    left: 0;
    top: 0;
}

.RighInfo002125 .txt .btn a {
    transition: 0.3s ease-out;
    background: #295288;
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
    padding: 10px 0 10px 0;
    width: 150px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    margin: 0 0.8vw;
    float: left;
    display: inline-block;
}

.RighInfo002125 .txt .btn a:hover {
    margin-top: 10px;
}

.RighInfo002125 .box1,
.RighInfo002125 .box5 {
    text-align: center;
}

.RighInfo002125 .box1 {
    color: #fff;
}

.RighInfo002125 .box2 .txt,
.RighInfo002125 .box4 .txt,
.RighInfo002125 .box7 .txt {
    top: 50%;
    transform: translateY(-50%);
    right: 58%;
    left: auto;
}

.RighInfo002125 .box3 .txt,
.RighInfo002125 .box6 .txt {
    /* padding-left:50%; */
    top: 50%;
    transform: translateY(-50%);
}

.RighInfo002125 .box h1 {
    font-weight: normal;
    margin: 0 0 3% 0;
    font-size: 40px;
}

.RighInfo002125 .box h3 {
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 40px;
}

.RighInfo002125 .box p {
    font-size: 22px;
    line-height: 36px;
    margin: 0 0 0 0;
    color: #333;
}

.RighInfo002125 .box span {
    line-height: 2.2;
    font-size: 16px;
    color: #333;
}

.RighInfo002125 .box2 .item {
    font-size: 100px;
    position: relative;
    float: left;
    width: 50%;
    line-height: 0;
}

.RighInfo002125 .box2 .item p {
    font-size: 0.18em;
    margin-bottom: 0;
}

.RighInfo002125 .box2 .item .num {
    line-height: 0;
    margin-bottom: 0.1em;
}

.RighInfo002125 .box2 .item .num * {
    display: inline-block;
    vertical-align: baseline;
}

.RighInfo002125 .box2 .item .num b {
    background-image: linear-gradient(to right, #355a91, #3ea8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.54em;
    line-height: 1;
}

.RighInfo002125 .box2 .item .num sub {
    font-size: 0.18em;
    margin-left: 0.5em;
}

.RighInfo002125 .box2 .item .num sup {
    font-size: 0.4em;
    color: #295288;
    vertical-align: top;
    line-height: 1;
    vertical-align: super;
}

.RighInfo002125 .box5 {
    padding: 5% 0;
    text-align: center;
}

.RighInfo002125 .box5 .txt {
    position: static;
    left: auto;
    transform: translate(0, 0);
    top: auto;
    margin: 0 auto;
}

.RighInfo002125 .box5 h1 {
    margin: 0 0 1% 0;
}

.RighInfo002125 .box5 p {
    margin: 0 0 2% 0;
}

.RighInfo002125 .box5 .pic img {
    border-radius: 35px;
}

@media(max-width:1200px) {
    .RighInfo002125 .box .pic {
        height: auto;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .RighInfo002125 .txt {
        /* position:relative; */
        padding: 10% 5% 25% 5%;
        /* top:auto !important;left:auto !important;
    transform:translate(0) !important; */
        width: 100%;
        max-width: 100%;
    }
    #product .intro blockquote {
        font-size: 18px;
    }
    .RighInfo002125 .box span {
        font-size: 18px !important;
    }
}

@media(max-width:768px) {
    .RighInfo002125 .box h1 {
        font-size: 30px;
    }
    .RighInfo002125 .box p {
        font-size: 14px;
        line-height: normal;
    }
    .RighInfo002125 .box span {
        font-size: 16px !important;
    }
    #product .intro {
        width: 50%;
    }
    #product .intro blockquote {
        margin-left: 0 !important;
    }
}

@media(max-width:640px) {
    .RighInfo002125 .box h1 {
        font-size: 20px;
    }
    .RighInfo002125 .box1 .pic,
    .RighInfo002125 .box2 .pic,
    .RighInfo002125 .box3 .pic,
    .RighInfo002125 .box4 .pic,
    .RighInfo002125 .box6 .pic {
        position: relative;
        padding-bottom: 60%;
        height: auto;
    }
    .RighInfo002125 .box1 .txt,
    .RighInfo002125 .box4 .txt,
    .RighInfo002125 .box6 .txt {
        padding: 1% !important;
    }
    .RighInfo002125 .box4 .txt h1 {
        color: #333;
    }
}

@media(max-width:480px) {
    .RighInfo002125 .box h1 {
        font-size: 16px;
    }
}


/*Floor002573 */

.Floor002573 {
    position: relative;
    z-index: 0;
    background: url(../images/Floor002573_bg.jpg) no-repeat center top;
}


/* .Floor002573::after{position:absolute;content:'';background:url(../images/Floor002573_bg2.png) no-repeat right top;background-size:contain;width:100%;height:41.725%;bottom:-17%;right:0;z-index:0;}
*/

.Floor002573 .title {
    float: right;
    width: 100%;
    max-width: 418px;
    text-align: center;
    background: url(../images/Floor002573_titlebg.png) no-repeat center center;
    background-size: contain;
    font-size: 40px;
    color: #333;
    padding: 2% 0 1% 0;
    margin-bottom: 4%;
}

.Floor002573 .title aside {
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    letter-spacing: 3px;
    padding-left: 3px;
}

@media(max-width:640px) {
    .Floor002573 .title {
        font-size: 30px;
    }
    .Floor002573 .title aside {
        font-size: 12px;
    }
}

@media(max-width:480px) {
    .Floor002573 .title {
        font-size: 24px;
    }
}

.Floor002573 .owl-carousel {
    position: relative;
    z-index: 10;
}

.Floor002573 .owl-stage-outer {
    overflow: hidden;
}

.Floor002573 .owl-item {
    float: left;
}

.Floor002573 .item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 23.5%;
    margin: 0 2% 2% 0;
    float: left;
}

.Floor002573 .item:nth-child(4n) {
    margin-right: 0;
}

.Floor002573 .item a {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgb(0 0 0 / 60%);
    transition: 0.3s;
}

.Floor002573 .item .pic {
    display: block;
    width: 100%;
}

.Floor002573 .item a .ytable {
    height: 100%;
}

.Floor002573 .item p {
    line-height: 24px;
    height: 0;
    font-size: 12px;
    max-width: 220px;
    margin: 0 auto;
    transition: 0.3s;
    transform: translateY(100px);
    opacity: 0;
    margin-bottom: 0;
    padding: 0 2%;
}

.Floor002573 .item a:hover {
    background: rgb(41 82 136 / 0.9);
}

.Floor002573 .item a:hover p {
    opacity: 1;
    transform: translateY(0);
    height: 110px;
    line-height: 2;
    font-size: 14px;
    text-align: justify;
}

.Floor002573 .item h3 {
    margin: 0;
    font-size: 18px;
    padding: 2% 0;
    font-weight: normal;
}

.Floor002573 .item a span {
    display: inline-block;
    background: url(../images/Floor002573_more.png) no-repeat;
    width: 22px;
    opacity: 0;
    transition: 0.4s;
}

.Floor002573 .item a:hover span {
    opacity: 1;
    height: 10px;
}

.Floor002573 .item .icon {
    opacity: 1;
    transition: 0.4s;
    margin: 0 auto;
    width: 67%;
}

.Floor002573 .item a:hover .icon {
    opacity: 1;
    display: none;
}

.Floor002573 .item a:hover h3 {
    display: block;
}

.Floor002573 .item h3 {
    display: none;
}

@media(min-width:1281px) {
    /* .Floor002573{min-height:793px;}
*/
}

@media(min-width:1025px) {
    .Floor002573 .disabled {
        display: none;
    }
    /* .Floor002573{margin-top:-2.8%;}
*/
}

@media(max-width:1024px) {
    .Floor002573 {
        padding-left: 3%;
        padding-right: 3%;
    }
    .Floor002573 .owl-nav {
        text-align: center;
        padding: 3% 0;
    }
    .Floor002573 .owl-nav button {
        margin: 0 1px;
        position: relative;
        border: none;
        background: rgba(245, 143, 0, 0.6);
        width: 40px;
        height: 40px;
        padding: 0;
        cursor: pointer;
    }
    .Floor002573 .owl-nav span {
        overflow: hidden;
        display: block;
        text-align: left;
        text-indent: -999em;
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    .Floor002573 .owl-nav .owl-prev span {
        margin-left: 15px;
        transform: rotate(-135deg);
    }
    .Floor002573 .owl-nav .owl-next span {
        margin-left: 12px;
        transform: rotate(45deg);
    }
}

@media(max-width:480px) {
    .Floor002573 .item .icon {
        max-width: 40px;
        max-height: 40px;
    }
}

.Floor002573.auto_1200 {
    max-width: 1200px;
    margin: 0 auto;
}


/* .Page001716*/

.Page001716 {
    background: url(../images/Page001716-bg.jpg) repeat;
    padding: 2% 0;
    padding-bottom: 0;
}

.Page001716 .Pages {
    text-align: center;
    font-size: 12px;
    line-height: 38px;
}

.Page001716 .Pages .p_cur,
.Page001716 .Pages .p_count,
.Page001716 .Pages .p_total,
.Page001716 .Pages .p_jump,
.Page001716 .Pages .a_first,
.Page001716 .Pages .a_end {
    display: none;
}

.Page001716 .Pages .p_page {
    display: inline-block;
    clear: both;
}

.Page001716 .Pages em {
    float: left;
    overflow: hidden;
    font-style: normal;
}

.Page001716 .Pages a {
    float: left;
    margin-left: -1px;
    padding: 4px 21px;
    border: solid 1px #e6e6e6;
    font-size: 14px;
}

.Page001716 .Pages a:hover,
.Page001716 .Pages a.a_cur {
    color: #fff;
    background: linear-gradient(to right, #355a91, #3ea8cc);
}

@media(max-width:640px) {
    .Page001716 .Pages em {
        display: none;
    }
}


/*Floor002915 */

.Floor002915 {
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.Floor002915 .auto {
    max-width: 650px;
    width: 96%;
}

.Floor002915 .title {
    color: #295288;
    font-size: 46px;
    text-transform: uppercase;
    line-height: 1em;
    padding-bottom: 3.13vw;
}

@media(max-width:1024px) {
    .Floor002915 .title {
        font-size: 7vw;
    }
}

@media(max-width:640px) {
    .Floor002915 .title {
        font-size: 10vw;
    }
}

.Floor002915 .form {
    position: relative;
    padding-right: 120px;
    overflow: hidden;
    border-radius: 5px;
}

.Floor002915 .form .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 54px;
    color: #fff;
    background: #295288;
    font-size: 16px;
    border: 0;
    cursor: pointer;
}

.Floor002915 .form .text {
    width: 100%;
    line-height: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    padding: 0 2vw;
    color: #fff;
    font-size: 15px;
}

.Floor002915 .tips {
    padding-top: 2.66vw;
    color: #999;
}

::-webkit-input-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

@media(max-width:640px) {
    .Floor002915 .form {
        padding-right: 30%;
        margin: 2vw 0;
    }
    .Floor002915 .form .btn {
        height: 12vw;
        width: 30%;
    }
    .Floor002915 .form .text {
        line-height: 12vw;
        height: 12vw;
        background: #fff
    }
    .Floor002915,
    .Floor002915 .form .btn {
        font-size: 3.5vw;
    }
}


/* .RighInfo002254 为demo编号 */

.RighInfo002254 .auto_1260 {
    max-width: 1260px;
}

@media only screen and (max-width:1260px) {
    .RighInfo002254 .auto_1260 {
        padding: 0 2%;
    }
}

.RighInfo002254 {
    padding: 0% 0 0%;
}

.RighInfo002254 .list_img {
    float: left;
    width: 55.6%;
    position: relative;
}

.RighInfo002254 .big_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
}

.RighInfo002254 .big_img li,
.RighInfo002254 .big_img li figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.RighInfo002254 .big_img li figure {
    border: 1px solid #dcdcdc;
    background-size: contain;
    border-radius: 30px;
}

.RighInfo002254 .list {
    padding: 42px 0 42px 82.9%;
}

.RighInfo002254 .list .bd {
    position: relative;
}

.RighInfo002254 .list a {
    position: absolute;
    width: 17.1%;
    height: 40px;
    right: 0;
    background: url(../images/RighInfo002254-btn_prev.png) no-repeat center center/auto 50%;
    cursor: pointer;
}

.RighInfo002254 .list a.prev {
    top: 0;
}

.RighInfo002254 .list a.next {
    bottom: 0;
    background-image: url(../images/RighInfo002254-btn_next.png);
}

.RighInfo002254 .list a.prevStop,
.RighInfo002254 .list a.nextStop {
    cursor: default;
}

.RighInfo002254 .list li {
    height: 130px;
    position: relative;
}

.RighInfo002254 .list li figure {
    position: absolute;
    left: 0;
    width: 97%;
    top: 9px;
    bottom: 15px;
    background-size: contain;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
}

.RighInfo002254 .list li.on figure {
    border: 1px solid #295288;
}

.RighInfo002254 .right_info {
    float: right;
    width: 39.2%;
}

.RighInfo002254 .right_info h3,
.RighInfo002254 .right_info p {
    margin: 0;
    padding: 5% 0;
    border-bottom: 1px solid #e7e8e8;
}

.RighInfo002254 .right_info h1 {
    padding: 6% 0 0;
    color: #333;
    font-size: 2.145em;
    font-weight: bold;
}

.RighInfo002254 .right_info h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    padding-top: 0;
}

.RighInfo002254 .right_info p {
    line-height: 30px;
    color: #666;
    font-size: 16px;
    margin-bottom: 10%;
}

.RighInfo002254 .right_info a {
    display: inline-block;
    border: 1px solid #295288;
    padding: 12px 5%;
    color: #295288;
    transition: 0.4s;
    margin-right: 24px;
    border-radius: 50px;
}

.RighInfo002254 .right_info a:hover {
    background-color: #295288;
    color: #fff;
}

.RighInfo002254 .tab {
    padding: 4% 0 3%;
}

.RighInfo002254 .tab .h1_tab {
    margin: 0;
    /* border-top: 1px solid #ebebeb; */
    overflow: hidden;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    position: relative;
}

.RighInfo002254 .tab .h1_tab:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
}

.RighInfo002254 .tab .h1_tab span {
    float: left;
    /* padding: 0 4%; */
    line-height: 60px;
    margin-right: 0px;
    cursor: pointer;
    position: relative;
}

.RighInfo002254 .tab .h1_tab span.on {
    z-index: 2;
    /* border-left: 1px solid #295288; */
    /* background: #fff; */
    /* border-right: 1px solid #295288; */
    color: #7f7f7f;
    /* border-bottom: 1px solid #295288; */
}

.RighInfo002254 .tab .h1_tab span:before {
    /* display: none; */
}

.RighInfo002254 .tab .h1_tab span:before {
    content: "";
    position: absolute;
    /*top: 0;
    */
    left: 0;
    width: 100%;
    padding: 0 1px;
    height: 5px;
    /*top: -2px;
    */
    background: transparent;
    bottom: 0;
    height: 1px;
    background: #1e1e1e;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.RighInfo002254 .tab .h1_tab span.on:before {
    background: #295288;
}

.RighInfo002254 .tab .info {
    padding-top: 2%;
    font-size: 16px;
    line-height: 33px;
}

.RighInfo002254 .ul_download li {
    border-bottom: 1px solid #d1d1d3;
    line-height: 34px;
    background: url(../images/RighInfo002254-icon_download.png) no-repeat right center;
    padding: 10px 0;
}

.RighInfo002254 .ul_download li a {
    padding: 0 38px;
    background: url(../images/RighInfo002254-icon.png) no-repeat left center;
}

@media(max-width:768px) {
    .RighInfo002254 .list_img,
    .RighInfo002254 .right_info {
        float: none;
        width: auto;
    }
}

@media(max-width:640px) {
    .RighInfo002254 .list li {
        height: 100px;
    }
    .RighInfo002254 .right_info h1 {
        font-size: 20px;
    }
    .RighInfo002254 .right_info h3 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .RighInfo002254 .list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .RighInfo002254 .list a {
        height: 28px;
    }
    .RighInfo002254 .list li {
        height: 80px;
    }
    .RighInfo002254 .tab .h1_tab {
        font-size: 14px;
    }
    .RighInfo002254 .tab .h1_tab span {
        padding: 0 3%;
    }
}


/*RighInfo002554 */

.RighInfo002554 {
    padding: 0 0 3% 0;
}

.RighInfo002554 .title {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 4%;
}

.RighInfo002554 .info h4 {
    font-size: 18px;
    color: #20201f;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: 500;
}

.RighInfo002554 .info p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}

.RighInfo002554 .title:after {
    display: block;
    margin: 17px auto;
    width: 45px;
    border: 2px solid #dedede;
    content: "";
}

.RighInfo002554 .table_1 th,
.RighInfo002554 .table_1 td {
    text-align: center;
    border: 1px solid #eee;
    border-collapse: collapse;
    line-height: 24px;
    padding: 15px;
}

.RighInfo002554 .table_1 th {
    font-size: 14px;
    font-weight: normal;
}

.RighInfo002554 .table_1 .th_2 {
    background: #183964;
}

.RighInfo002554 .table_1 .th_3 {
    background: #1f4676;
}

.RighInfo002554 .table_1 .th_4 {
    background: #183964;
}

.RighInfo002554 .table_1 .th_2,
.RighInfo002554 .table_1 .th_3,
.RighInfo002554 .table_1 .th_4 {
    color: #fff;
}

.RighInfo002554 .table_1 .th_1 {
    color: #000;
}

@media(max-width:480px) {
    .RighInfo002554 .table_1 {
        overflow: auto;
    }
    .RighInfo002554 .table_1 table {
        width: 180%;
    }
}

.RighInfo002554 .pic img {
    float: left;
    width: 50%;
    margin-right: 3%;
}

.RighInfo002554 .table_1 {
    margin-top: 4%;
}

.Menu002119.partner .auto.auto_1200 {
    max-width: 702px;
}

.Menu002119.celue .auto.auto_1200 {
    max-width: 558px;
}

.Menu002119.celue .auto.auto_1200 li.aon a {
    border-bottom: 2px solid #295288;
    background: #fff;
    color: #295288;
    border-radius: 0;
}

.Menu002119.celue .auto.auto_1200 li a {
    background: #fff;
}

.Menu002119.celue .auto.auto_1200 li a:hover {
    color: #295288;
}


/* .Menu002119.download .auto.auto_1200 .Floor002915{float:left;margin-bottom:4%;}
.Menu002119.download .auto.auto_1200 ul.ul.clearfix{margin:0 auto;max-width:910px;}
*/

.Menu002119.download .auto.auto_1200 ul.ul.clearfix {
    float: left;
    margin-bottom: 4%;
}

.Menu002119.download li a {
    padding: 0 19px;
}

.Menu002119.download {
    margin-bottom: 5%;
}

.Menu002119.ziyuan.jianrong {
    max-width: 702px;
    margin: 0 auto;
    margin-bottom: 5%;
}

.Menu002119.vc {
    max-width: 702px;
    margin: 0 auto;
    margin-bottom: 2%;
}

.Menu002119.guanli {
    max-width: 702px;
    margin: 0 auto;
    margin-bottom: 2%;
    margin-top: 60px;
}


/*PicList002150 */

.PicList002150 .auto {
    max-width: 1200px;
}

.PicList002150 .title {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 4%;
}

.PicList002150 .title:after {
    display: block;
    margin: 17px auto;
    width: 45px;
    border: 2px solid #dedede;
    content: "";
}

.PicList002150 li {
    float: left;
    width: 30.6%;
    margin-right: 3%;
    font-size: 12px;
    margin-bottom: 4%;
}

.PicList002150 li a {
    display: block;
    position: relative;
    padding-left: 184px;
}

.PicList002150 li figure {
    position: absolute;
    left: 0;
    border: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    width: 170px;
    height: 120%;
    padding: 3px;
}

.PicList002150 li dl {
    display: none;
}

.PicList002150 li .Ispic {
    display: block;
    height: 100%;
    background-size: contain;
    background-color: #fff;
}

.PicList002150 li h3 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.PicList002150 li h3 i {
    font-style: normal;
}

.PicList002150 li h3:after {
    display: block;
    content: '';
    width: 24px;
    height: 2px;
    background: #b8b8b8;
    margin: 10px 0;
}

.PicList002150 li p {
    margin: 5px 0 10px 0;
    color: #999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.PicList002150 li span {
    width: 93px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #d0111b;
    display: none;
}

@media(max-width:1600px) {
    .PicList002150 .auto {
        padding: 0 2%;
    }
}

@media(min-width:1367px) {
    .PicList002150 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:1366px) {
    .PicList002150 li {
        width: 32%;
        margin-right: 2%;
    }
}

@media(max-width:1366px) and (min-width:1001px) {
    .PicList002150 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:1000px) {
    .PicList002150 ul {
        max-width: 768px;
        margin: 0 auto;
    }
    .PicList002150 li {
        width: 49%;
    }
    .PicList002150 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:640px) {
    .PicList002150 li {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .PicList002150 .title {
        font-size: 20px;
    }
}

@media(max-width:375px) {
    .PicList002150 li a {
        padding-left: 134px;
    }
    .PicList002150 li figure {
        width: 120px;
    }
}


/*Floor002746 */

.Floor002746 {}


/*slick Basic*/

.Floor002746 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.Floor002746 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.Floor002746 .slick-list:focus {
    outline: none
}

.Floor002746 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.Floor002746 .slick-slider .slick-track,
.Floor002746 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.Floor002746 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.Floor002746 .slick-track:before,
.Floor002746 .slick-track:after {
    display: table;
    content: '';
}

.Floor002746 .slick-track:after {
    clear: both;
}

.Floor002746 .slick-loading .slick-track {
    visibility: hidden;
}

.Floor002746 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.Floor002746 .slick-slide .slick-loading img {
    display: none;
}

.Floor002746 .slick-slide .dragging img {
    pointer-events: none;
}

.Floor002746 .slick-initialized .slick-slide {
    display: block;
}

.Floor002746 .slick-loading .slick-slide {
    visibility: hidden;
}

.Floor002746 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.Floor002746 .slick-arrow .slick-hidden {
    display: none;
}


/*slick Basic End*/

.Floor002746 {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 100px;
}

.Floor002746 .auto {
    padding: 0 !important;
    width: 96%;
}

.Floor002746 a {
    color: #fff;
}

.Floor002746>.Ispic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.Floor002746>.auto {
    position: relative;
    z-index: 3;
}

.Floor002746 .title {
    padding-top: 10.546%;
    line-height: 40px;
}

.Floor002746 .title:after {
    display: block;
    content: '';
    margin: 25px auto 30px;
    width: 45px;
    height: 4px;
    background: #dedede;
}

.Floor002746 .title .cn {
    font-size: 36px;
    margin-top: -20px;
}

.Floor002746 .title .en {
    opacity: 0.05;
    -webkit-opacity: 0.05;
    -ms-opacity: 0.05;
    font-size: 56px;
    font-weight: bold;
    text-transform: uppercase;
}

@media(max-width:480px) {
    .Floor002746 {
        margin-top: 62px;
    }
    .Floor002746 .title .cn {
        font-size: 24px;
    }
    .Floor002746 .title .en {
        font-size: 40px;
    }
}

.Floor002746 .info {
    max-width: 950px;
    line-height: 28px;
}

.Floor002746 .slider {
    margin: 26px 0 0;
    padding-bottom: 10%;
    /* box-shadow:0 0 7px rgba(0,202,255,0.12);*/
}

.Floor002746 .slider li.slick-slide a,
.Floor002746 .slider li.slick-slide {
    position: relative;
}

.Floor002746 .slider li.slick-slide a {
    z-index: 10;
    display: block;
    padding: 35px 0 25px 0;
}

.Floor002746 .slider li .icon {
    padding-bottom: 10px;
}

.Floor002746 .slider li .icon img {
    height: 50px;
}

.Floor002746 .slider li.slick-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.07);
    content: '';
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.Floor002746 .slider li.slick-active:last-child:before {
    border-right-color: transparent;
}

.Floor002746 .slider li.slick-slide a:before,
.Floor002746 .slider li.slick-slide a:after {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    content: '';
    border: 2px solid #fff;
    transition: 0.5s ease-in-out;
}

.Floor002746 .slider li.slick-slide a:before {
    left: -1px;
    top: 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.Floor002746 .slider li.slick-slide a:after {
    right: 1px;
    bottom: 0;
    border-left-color: transparent;
    border-top-color: transparent;
}

.Floor002746 .slider li.slick-slide a:hover:before,
.Floor002746 .slider li.slick-slide a:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.Floor002746 .more a:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    vertical-align: middle;
    margin-left: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: transform 0.3s;
}

.Floor002746 .more a:hover:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    margin-top: -4px;
}

.Floor002746 .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    margin-top: 10px;
    text-align: center;
}

.Floor002746 .slick-dots li {
    display: inline-block;
    width: 14px;
    height: 6px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 2px;
}

.Floor002746 .slick-dots li button {
    display: none;
}

.Floor002746 .slick-dots li.slick-active {
    background: #eb422c;
}


/*Floor002721 */

.Floor002721>.auto {
    background: #f9f9f9;
    padding-bottom: 5%;
}

.Floor002721 .search-box {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 955px;
}

.Floor002721 .search-box .text {
    width: 100%;
    color: #999;
    border: 1px solid #d8d8d8;
    line-height: 68px;
    height: 70px;
    padding: 0 10px 0 60px;
    background: #fff;
    box-shadow: 6px 0 29px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.Floor002721 .search-box .text.focus {
    color: #333;
    border-color: #c4a558;
    box-shadow: 6px 0 29px rgba(0, 0, 0, 0.1);
}

.Floor002721 .search-box .btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: url(../images/Floor002721_btn.png) no-repeat center center;
}

.Floor002721 .title {
    text-align: center;
    padding-top: 5%;
}

.Floor002721 .title h1 {
    margin: 0;
    font-weight: normal;
    color: #333;
    font-size: 26px;
}

.Floor002721 .title h1:after {
    display: block;
    content: '';
    margin: 25px auto;
    width: 45px;
    height: 4px;
    background: #dedede;
}

.Floor002721 .title p {
    margin: 0;
    line-height: 2;
    color: #295288;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 2%;
    font-weight: 700;
}

.Floor002721 .list-box .box {
    float: left;
}

.Floor002721 .box {
    margin-top: 2.556%;
}

.Floor002721 .box .pic {
    overflow: hidden;
}

.Floor002721 .box .pic a {
    display: block;
    position: relative;
    padding-bottom: 73.685%;
    background: no-repeat center center;
    background-size: cover;
}

.Floor002721 .box .pic a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(30, 54, 90, 0) 0%, rgba(30, 54, 90, 0.65) 64%, rgba(30, 54, 90, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 54, 90, 0) 0%, rgba(30, 54, 90, 0.65) 64%, rgba(30, 54, 90, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 54, 90, 0) 0%, rgb(41 82 136 / 61%) 64%, rgb(41 82 136) 100%);
    /* W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e365a', endColorstr='#a61e365a', GradientType=0);
    /* IE6-9 */
}

.Floor002721 .box .pic a>img {
    width: 100%;
    display: block;
    transition: 0.3s;
}

.Floor002721 .box .pic a:hover>img {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
}

.Floor002721 .box .txt {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 10%;
    z-index: 5;
}

.Floor002721 .box .txt span {
    font-size: 20px;
    padding-top: 15px;
    color: #fff;
}

.Floor002721 .box .txt img {
    display: block;
    height: 36px;
}

.Floor002721 .box ul {
    min-height: 170px;
    margin-left: 20px;
    border-left: 1px solid #eaeaea;
    padding: 10px 0 4px 0;
}

.Floor002721 .box li {
    padding-left: 20px;
    line-height: 30px;
}

.Floor002721 .box li a {
    padding-left: 40px;
    margin-left: -40px;
    background: url(../images/Floor002721_li.gif) no-repeat left center;
}

.Floor002721 .box li a:hover {
    color: #c4a558;
}

@media(min-width:1025px) {
    .Floor002721 .list-box .box {
        width: 31.63%;
    }
    .Floor002721 .list-box .box:not(:nth-child(3n)) {
        margin-right: 2.556%;
    }
}

@media(max-width:1024px) {
    .Floor002721 .list-box .box {
        margin-bottom: 4%;
    }
}

@media(min-width:481px) and (max-width:1024px) {
    .Floor002721 .list-box .box {
        width: 48%;
    }
    .Floor002721 .list-box .box:not(:nth-child(2n)) {
        margin-right: 4%;
    }
}

@media(max-width:480px) {
    .Floor002721 .list-box .box {
        float: none;
    }
    .Floor002721 .search-box .text {
        line-height: 52px;
        height: 54px;
        padding: 0 10px 0 60px;
    }
}


/*Form003139 */

.Form003139 .form-ul .row-2.xiala li {
    width: 31.8%;
    margin-right: 10px
}

.Form003139 .auto {
    position: relative;
    z-index: 1;
    padding: 4.3em 0;
    max-width: 1200px;
}

.Form003139 .title {
    margin: 0;
    font-weight: normal;
    color: #333;
    font-size: 26px;
    text-align: center
}

.Form003139 .title:after {
    display: block;
    content: '';
    width: 45px;
    height: 4px;
    background-color: #dedede;
    margin: 1.1538em auto;
}

.Form003139 .desc {
    font-size: 0.875em;
    color: #999999;
    line-height: 1.78571;
}

.Form003139 .form {
    background-color: #f9f9f9;
    margin-top: 3.375em;
}

.Form003139 .form-ul {
    margin: 0 auto;
}

.Form003139 .form-ul li {
    margin-bottom: 10px;
    position: relative;
}

.Form003139 .form-ul li .tit {
    position: absolute;
    left: 1.1428em;
    top: 0;
    font-size: 0.875em;
    line-height: 3.5714;
    color: #333333;
}

.Form003139 .form-ul li select,
.Form003139 .form-ul li .text {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #8b8b8b;
    font-size: 0.875em;
    line-height: 3.5714;
    height: 3.5714em;
    background: none;
    padding: 0 1em;
}

.Form003139 .form-ul li textarea.text {
    height: auto;
}

.Form003139 .form-ul .btn {
    width: 135px;
    background: #295288;
    border-radius: 5px;
    font-size: 0.875em;
    height: 3.5714em;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 50px;
}

@media (min-width:1025px) {
    .Form003139 .form .img {
        width: 50%;
    }
    .Form003139 .form-ul .row-2 li {
        float: left;
        width: calc(50% - 5px);
    }
    .Form003139 .form-ul .row-2 li:nth-child(2n) {
        float: right;
        margin-right: 0;
    }
    .Form003139 .form-ul .xiala li:nth-child(2) {
        float: left;
        margin-right: 10px;
    }
    .Form003139 .form-ul .xiala li:nth-child(3) {
        margin-right: 0px;
    }
    .Form003139 .form-ul {
        width: 75.715%;
    }
}

@media (max-width:1024px) {
    .Form003139 .form-ul {
        padding: 2em 0;
    }
    .Form003139 .form-ul {
        width: 90%;
    }
    .Form003139 .form-ul .btnbox {
        text-align: center
    }
    .Form003139 .form-ul .btn {
        width: 166px;
        font-size: 14px;
        height: 42px
    }
}


/*Form002219*/

.Form002219 {
    padding: 3% 0 5%;
}

.Form002219 form p {
    text-align: center;
    margin-bottom: 2%;
    margin-top: 0;
    line-height: 2;
    color: #295288;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
}

.Form002219 dl {
    width: 32%;
    float: left;
    min-height: 40px;
    position: relative;
    margin-bottom: 15px;
    max-width: 420px;
    margin-right: 2%;
}

.Form002219 dl:nth-child(4) {
    margin-right: 0;
}


/* .Form002219 dl.odd{margin-left:4%;}
*/

.Form002219 dt {
    color: #5b5b5b;
    font-size: 14px;
    left: 0;
    line-height: 40px;
}

.Form002219 .text {
    border: 0px solid #dfdfdf;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    line-height: 38px;
    height: 38px;
    color: #5b5b5b;
    background: #f5f5f5;
}

.Form002219 dl.dl {
    width: 100%;
    float: none;
    max-width: none;
}

.Form002219 textarea.text {
    background: #f5f5f5;
    border: 0px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
    resize: none;
    width: 100%;
    height: 200px;
    padding: 10px;
    color: #5b5b5b;
}

.Form002219 .btn {
    display: inline-block;
    line-height: 40px;
    min-width: 135px;
    margin-right: 20px;
    background-color: #f3f3f3;
    color: #728391;
    font-size: 14px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.Form002219 .submitbtn {
    color: #fff;
    background-color: #295288;
}

@media(max-width:640px) {
    .Form002219 dl {
        float: none;
        width: 100%;
        margin-left: 0 !important;
    }
    .Form002219 textarea {
        height: 250px;
    }
}

@media(max-width:480px) {
    .Form002219 .btn {
        width: 48%;
        margin-right: 2%;
        float: left;
        display: block;
        min-width: 2px;
    }
}

.Form002219 h4.title {
    margin: 0;
    font-weight: normal;
    color: #333;
    font-size: 26px;
    text-align: center;
}

.Form002219 h4.title:after {
    display: block;
    content: '';
    width: 45px;
    height: 4px;
    background-color: #dedede;
    margin: 1.1538em auto;
}


/*Form002219 End*/

.data-box {
    box-shadow: 0 4px 10px rgba(4, 0, 0, 0.1);
    margin-bottom: 7%;
}

.data-box>li {
    width: 100%;
    border-bottom: 1px solid #dcdddd;
    position: relative;
    overflow: hidden;
}

.data-box>li>span {
    display: inline-block;
    width: 20%;
    text-align: center;
    border-right: 1px solid #dcdddd;
    font-size: 17px;
    color: #295288;
    padding: 9px 0px;
    margin: 28px 0;
    text-indent: 6px;
    font-weight: bold;
}

.data-box>li>.data-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    float: right;
    width: calc(80% - 1px);
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 28px 3%;
    min-height: 100%;
    padding-bottom: 11px;
    padding-top: 32px;
}

.data-box>li>.data-list a {
    display: inline-block;
    font-size: 14px;
    color: #595757;
    width: 25%;
    text-align: center;
    line-height: 32px;
    margin-bottom: 20px;
}

.data-box>li>.data-list a:hover {
    color: #295288;
}


/*Form002099 */

.Form002099 {
    padding: 9% 0 4%;
}

.Form002099 section {
    position: relative;
}

.Form002099 .ad aside,
.Form002099 .ad {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50.417%;
}

.Form002099 .ad img {
    display: none;
    width: 100%;
}

.Form002099 .ad aside {
    width: 100%;
}

.Form002099 .form {
    padding: 7% 8% 9% 57%;
    border: 6px solid #f5f5f5;
}

.Form002099_ .form {
    padding: 4.5% 8% 5% 57%;
}

.Form002099 .form h1 {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
    color: #333;
    margin-bottom: 5%;
}

.Form002099 .form h1:after {
    content: '';
    width: 53px;
    height: 2px;
    background: #295288;
    display: block;
    margin-top: 20px;
}

.Form002099 .form td {
    padding-top: 16px;
}

.Form002099 .form td div {
    position: relative;
    line-height: 47px;
}

.Form002099 .form td label {
    position: absolute;
    left: 10px;
    color: #999;
}

.Form002099 .form td .a {
    color: #295288;
    text-decoration: underline;
}

.Form002099 .form td .text {
    width: 100%;
    line-height: 47px;
    height: 47px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    background: none;
}

.Form002099 .form td .text2 {
    width: 65%;
    margin-right: 5%;
}

.Form002099 .form td .text:focus {
    border-color: #295288;
}

.Form002099 .form .fgpsw {
    float: left;
    color: #737373;
}

.Form002099 .form .fgpsw:hover {
    text-decoration: underline;
    color: #295288;
}

.Form002099 .form .btn {
    float: left;
    width: 46%;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    background: #295288;
    cursor: pointer;
    padding: 0;
    border: none;
    height: 44px;
}

.Form002099 .form .btn2 {
    margin-top: 15px;
}

.Form002099 .form .btn_reg {
    float: right;
    background: #3994b7;
}

@media(max-width:640px) {
    .Form002099 .ad {
        position: relative;
        width: auto;
        height: auto;
    }
    .Form002099 .ad aside {
        display: none;
    }
    .Form002099 .ad img {
        display: block;
    }
    .Form002099 .form {
        padding: 3%;
    }
    .Form002099 header span {
        font-size: 20px;
    }
}

@media(max-width:480px) {
    .Form002099 header img {
        height: 50px;
    }
}

.info-icon {
    background: #f3f3f3;
    padding: 4% 0 2%;
}

.info-icon dl dd {
    width: 12.5%;
    float: left;
    text-align: center;
    margin-bottom: 2%;
    padding: 0 2%;
    min-height: 185px
}

.info-icon dl dd p {
    color: #295288;
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
}

.Support {
    padding: 3% 0;
}

.Support .tit {
    margin-bottom: 3%;
}

.Support .tit h2 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    position: relative;
}

.Support .tit h2:after {
    background: #1e1e1e;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0-1px;
    width: 40px;
    position: absolute;
}

.Support dl dd {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    background: #46a7c9;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 1%;
}

.Support dl dd a {
    color: #fff;
}

.Support dl dd:nth-child(4n) {
    margin-right: 0;
}

.Support dl dd img {
    max-width: 55px;
}

.Support dl dd p {
    font-size: 16px;
    margin: 0;
    margin-top: 5px;
    color: #fff;
}

.Relatedproducts {
    padding: 0% 0 4.5%;
}

.Relatedproducts .tit {
    margin-bottom: 3%;
}

.Relatedproducts .tit h2 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    position: relative;
}

.Relatedproducts .tit h2:after {
    background: #1e1e1e;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0-1px;
    width: 40px;
    position: absolute;
}

.Relatedproducts ul {
    margin: 0 -15px;
}

.Relatedproducts li {
    text-align: center;
    border-radius: 5px;
}

.Relatedproducts li a {
    margin: 0 15px;
    display: block;
    border: 1px solid #e3e3e3;
}

.Relatedproducts li:nth-child(4n) {
    margin-right: 0;
}

.Relatedproducts li .Ispic {
    padding-bottom: 63.636%;
    background-size: contain;
}

.Relatedproducts li h2 {
    font-weight: normal;
    font-size: 22px;
    margin-top: 2%;
    margin-bottom: 7%;
}

.Relatedproducts li p {
    font-size: 16px;
}

.Relatedproducts .slick-track {
    margin: 0 auto;
}

.Relatedproducts .slick-arrow {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    z-index: 10;
    border: 0;
    background: none;
    padding: 0;
    border-top: 2px solid #295288;
    border-left: 2px solid #295288;
    transform: rotate(-45deg);
    border-radius: 0;
}

.Relatedproducts .slick-prev {
    left: -25px;
}

.Relatedproducts .slick-next {
    transform: rotate(135deg);
    right: -25px;
}

.Relatedproducts .slick-next::before,
.Relatedproducts .slick-prev::before {
    display: none;
}

@media only screen and (max-width: 768px) {
    .Relatedproducts ul {
        margin: 0 -10px;
    }
    .Relatedproducts li a {
        margin: 0 10px;
    }
}

.RighInfo002939.join .con {
    padding: 0px;
    background: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.RighInfo002939.join .name {
    padding: 50px;
    border: 1px solid #ddd;
    border-radius: 15px;
    position: relative
}

.RighInfo002939.join .name h1 {
    text-align: left;
}

.RighInfo002939.join .name h1 span {
    display: inline-block;
    margin-right: 2em;
}

.RighInfo002939.join .time {
    text-align: left;
}

.RighInfo002939.join .time span {
    display: inline-block;
    margin-right: 5vw;
}

.RighInfo002939.join .code {
    position: absolute;
    right: 5%;
    top: 50px;
    width: 100px;
    border: 1px solid #eaeaea;
    border-radius: 36px;
    color: #333;
    line-height: 36px;
    background: url(../images/share.png)no-repeat center right 20px;
    text-align: left;
    padding-left: 20px;
}

.RighInfo002939.join .code figure {
    position: absolute;
    width: 110px;
    left: 0;
    top: 100%;
    padding-top: 10px;
    display: none
}

.RighInfo002939.join .code figure img {
    border: 1px solid #ebebeb
}

.RighInfo002939.join .code:hover {
    background: url(../images/share_on.png)no-repeat center right 20px #295288;
    color: #fff
}

.RighInfo002939.join .code:hover figure {
    display: block
}

.RighInfo002939.join .btn {
    display: inline-block;
    line-height: 46px;
    background: #295288;
    border-radius: 42px;
    height: 46px;
    padding: 0 36px;
    font-size: 18px;
    margin-top: 2em;
}

.RighInfo002939.join .btn a {
    color: #fff;
}

.RighInfo002939.join .btn2 {
    display: inline-block;
    line-height: 46px;
    border: 1px solid #ebebeb;
    border-radius: 42px;
    height: 46px;
    padding: 0 36px;
    font-size: 18px;
    margin-top: 2em;
    margin-right: 15px;
}

.RighInfo002939.join .con {
    background: url(../uploadfiles/join.png) no-repeat right bottom;
}

.RighInfo002939.join .edit-info {
    padding: 50px;
    border: 1px solid #ddd;
    border-radius: 15px;
}


/*Spec002089 */

.Spec002089 {
    padding: 2% 0
}

.Spec002089 dl {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    line-height: 28px;
    position: relative;
    min-height: 60px;
    padding: 15px 0 15px 125px;
    padding-left: 98px;
}

.Spec002089 dt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 98px;
    text-align: right;
    color: #333;
    font-size: 18px;
    padding: 0 25px 0 0;
    line-height: 60px
}

.Spec002089 dd {
    position: relative;
    padding: 0 50px 0 0;
    overflow: hidden;
}

.Spec002089 dd a {
    color: #555;
    display: inline-block;
    padding: 0 10px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 16px;
}

.Spec002089 dd a:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 2px;
    background-color: #e7e7e7;
    border-left: 1px solid #a9a9a9;
    height: 13px;
    margin: 0 15px;
    display: none
}

.Spec002089 dd a.on,
.Spec002089 dd a:hover {
    color: #fff;
    background: #295288
}

.Spec002089 dd span {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 48px;
    height: 24px;
    line-height: 24px;
    background: #295288;
    color: #fff;
    cursor: pointer;
    display: none;
    border-radius: 3px;
}

@media(max-width:640px) {
    .Spec002089 dd a:after {
        margin: 0 5px;
    }
}

@media(max-width:480px) {
    .Spec002089 dl {
        padding: 5px;
        min-height: inherit;
    }
    .Spec002089 dt {
        position: relative;
        height: auto;
        width: auto;
        text-align: left;
        margin-bottom: 10px;
        padding: 10px 0;
    }
    .Spec002089 dl:last-of-type dt {
        margin-bottom: 0;
    }
}


/* 20220519 */

.Bottom003025 .links {
    white-space: nowrap;
}

.Bottom003025 .b-right .links dl {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 5%;
}

.Maintop:hover .auto {
    height: auto;
}

.TextList002798 .list-main ul li .list_tit .label {
    display: none;
}

.Banner003070 img {
    width: 100%;
}

.pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.pop .popMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #000;
    opacity: 0.4;
}

.pop .popContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    background: #fff;
    padding: 0 50px;
    width: 1340px;
    max-width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pop .popContainer .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center;
}

@media(max-width:1600px) {
    .Maintop .header-menu li em {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width:1540px) {
    .Bottom003025 .links .dl2:first-child {
        width: auto;
    }
    .Bottom003025 .links .dl2:first-child dd {
        float: none;
        width: auto;
    }
}

@media(max-width:1240px) {
    .Bottom003025 .b-right .links dl {
        display: block;
        padding-right: 0;
        width: auto !important;
    }
    .Bottom003025 .links {
        float: none;
        white-space: normal;
    }
    .Bottom003025 .links dd {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .Bottom003025 .links .dl2 dd {
        width: auto;
        float: none;
    }
    .Bottom003025 .auto {
        width: auto;
        padding: 0 20px;
    }
    .Maintop .auto {
        padding: 0 2%;
    }
    .Maintop .header-menu li em a {
        font-size: 16px;
    }
    .Maintop .header-right {
        margin-left: 20px;
    }
    .Maintop .header-right .mems a {
        font-size: 16px;
    }
    .Maintop .header-right dd.yy {
        font-size: 16px;
    }
    .Maintop .open-search {
        margin-top: 0;
        margin-right: 10px;
    }
    .Maintop .header-left {
        padding: 0 10px;
        max-width: 60%;
    }
    .Maintop .header-left .logo {
        padding-top: 0;
    }
    .Maintop .header-left .logo_img {
        line-height: 80px;
    }
    .Maintop .header-left .logo_img img {
        max-height: 100%;
    }
    .Maintop .header-right {
        height: auto;
        margin-right: 10px;
        padding: 12px 0;
    }
    .RighInfo002092 .intro .btns_ {
        top: 80px;
    }
}

@media(max-width:1024px) {
    /*.Maintop .header-right .mems{position:absolute;right:0;top:0;margin-right:0;background-size:auto 15px;padding-left:15px;white-space:nowrap;}*/
    .Maintop .header-right .mems a {
        font-size: 12px;
    }
    .Maintop .header-right dd.yy {
        display: none;
    }
    .Maintop_on .open-search {
        background: url(../images/searchbtn1.png) no-repeat center center;
        margin-top: 0;
        margin-right: 10px;
    }
    .Maintop .top-search {
        margin-right: 0;
    }
    .Maintop .top-search .text {
        width: 100%;
    }
    .Maintop .top-search .btn {
        background: url(../images/searchbtn1.png) no-repeat center center;
    }
    .Maintop_on .open-search.open-search-on {
        background: #eee;
    }
    .Maintop .header-right dd {
        margin-top: 0;
        margin-right: 10px;
    }
    .Floor002865 li a {
        padding: 20px 0;
    }
    .Floor002865 li .icon {
        width: 30px;
        height: 30px;
    }
    .Floor002865 li aside {
        font-size: 16px;
    }
    .Floor002356 .item img {
        border-radius: 20px;
    }
    .Floor002356 .item .txt {
        padding: 20px;
    }
    .Floor002356 .item .txt h2 {
        font-size: 18px;
    }
    .Floor002356 .item:hover .txt {
        padding: 20px;
        border-radius: 20px;
    }
    .Floor002356 .item .txt p {
        font-size: 14px;
        line-height: 1.7;
    }
    .productlist {
        padding-top: 100px;
    }
    .Menu002956 .search {
        margin-bottom: 10px;
    }
    .Menu002956 h1 span {
        font-size: 20px;
    }
    .Menu002956 ul {
        left: 0;
        right: 0;
    }
    .Menu002956 li a {
        padding: 10px;
        font-size: 14px;
    }
    .Menu002956 nav {
        position: relative;
        padding: 0;
    }
    .Menu002956 nav:before {
        border: 6px solid transparent;
        border-top-width: 8px;
        border-top-color: #295288;
        content: "";
        position: absolute;
        right: 0;
        top: -37px;
    }
    .Menu002956 h1 {
        cursor: pointer;
    }
    .Menu002500 {
        margin-top: -76px;
        font-size: 0;
        position: relative;
        z-index: 100
    }
    .Menu002500 .navMenu {
        position: static;
        display: block;
    }
    .Menu002500 .navMenu .ul {
        display: flex;
        overflow: auto;
        width: 100%;
    }
    .Menu002500 .navMenu li {
        display: inline-block;
        width: 25%;
        flex: 0 0 auto;
    }
    .Menu002500 .navMenu a {
        font-size: 14px;
        padding: 10px 5px;
        text-align: center;
        line-height: 1.5;
        height: 100%;
    }
    .Menu002500 .navMenu a img {
        height: 30px;
        margin-bottom: 5px;
    }
    .Menu002499 .auto_1200 {
        padding: 0;
    }
    .RighInfo002851 .year {
        font-size: 26px;
    }
    .RighInfo002851 .name {
        font-size: 24px;
        top: -20px;
    }
    .RighInfo002851 .singlePage {
        font-size: 14px;
        line-height: 2;
    }
    .RighInfo002851 .num {
        border-radius: 15px;
    }
    .RighInfo002851 .ul_num {
        width: 100%;
    }
    .RighInfo002851 .ul_num dd {
        width: 25%;
        padding: 10px;
        margin: 0;
        text-align: center;
    }
    .RighInfo002851 .ul_num dd h1 {
        font-size: 24px;
    }
    .RighInfo002851 .ul_num dd span {
        font-size: 14px;
    }
    .RighInfo002851 .ul_num dd p {
        font-size: 14px;
        line-height: 1.5;
    }
    .JoinList .list-group .tit {
        padding-left: 0;
    }
    .JoinList .list-group .tit .job-list_column:nth-child(3),
    .JoinList .list-group .tit .job-list_column:nth-child(5) {
        display: none;
    }
    .JoinList .list-group .tit .job-list_column:nth-child(3),
    .JoinList .list-group .tit .job-list_column:nth-child(5) {
        display: none;
    }
    .JoinList .list-group .tit .job-list_column {
        font-size: 14px;
        min-width: 55px;
    }
    .JoinList .list-group .tit {
        padding: 10px;
    }
    .JoinList .list-group .tit .job-list_column:first-child {
        font-size: 16px;
        padding-left: 0;
    }
    .RighInfo002939.join .name {
        padding: 10px 20px;
        margin-bottom: 20px;
        padding-right: 70px;
    }
    .RighInfo002939 .name h1 {
        font-size: 20px;
    }
    .RighInfo002939.join .time span {
        margin: 0;
        display: block;
        line-height: 25px;
    }
    .RighInfo002939.join .code {
        top: auto;
        bottom: 30px;
    }
    .RighInfo002939.join .edit-info {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 2;
    }
    .RighInfo002939.join .btn2,
    .RighInfo002939.join .btn {
        font-size: 14px;
        line-height: 34px;
        height: auto;
    }
    .PicList002951 {
        padding-top: 30px;
    }
    .PicList002951 .title {
        margin-bottom: 30px;
    }
    .Menu002119 {
        margin: 30px 0;
    }
}

@media(max-width:768px) {
    .Floor002655 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .Floor002655 .title-intro .more,
    .h-title-intro .more {
        margin-top: 0;
        width: 120px;
        line-height: 36px;
        height: auto;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 20px;
    }
    .Floor002655 .title-intro,
    .h-title-intro {
        padding: 20px 0;
        position: relative;
    }
    .Floor002655 .title-intro p,
    .h-title-intro p {
        top: 40px;
        line-height: 0;
        font-size: 24px;
        font-size: 16px !important;
    }
    .Floor002655 .title-intro span,
    .h-title-intro span {
        font-size: 16px;
        letter-spacing: 0;
    }
    .h-title-intro h3 {
        font-size: 30px;
    }
    .Floor002411 .wrap-content {
        min-height: 0;
        padding-left: 0;
    }
    .Floor002411 nav li {
        width: 18%;
        margin-top: 10px;
    }
    .Floor002411 nav li:nth-child(7n) {
        margin-right: 1.4%;
    }
    .Floor002411 nav li:nth-child(5n) {
        margin-right: 0;
    }
    .Floor002411 nav li a.active {
        top: -5px;
    }
    .Floor002411 .word figure {
        font-size: 14px;
        line-height: 2;
    }
    .Floor002411 .word .more {
        font-size: 14px;
    }
    .Floor0004 .box {
        width: auto;
        float: none !important;
        padding-bottom: 40px;
    }
    .Floor0004 .box_about .text {
        font-size: 14px;
        line-height: 2;
    }
    .Floor0004 .ul_num dd {
        margin-right: 2%;
        width: 23%;
        padding-right: 20px;
    }
    .Floor0004 .ul_num dd h1 {
        font-size: 34px;
    }
    .Floor0004 .text .ul_num dd p {
        font-size: 14px;
    }
    .Floor0004 .box_about .text .more {
        font-size: 14px;
        width: 120px;
        line-height: 36px;
        height: auto;
    }
    .Homebanner .bx-pager div a {
        width: 10px;
        height: 10px;
        border-width: 1px;
    }
    .Homebanner .bx-pager div a.active:after {
        width: 2px;
        height: 2px;
    }
    .Homebanner .bx-pager {
        bottom: 10px;
    }
    .Floor002356 .owl-dots div {
        width: 6px;
        height: 6px;
    }
    .PicList002856 .top-new .slick-list li .inner {
        margin: 0;
        padding: 10px;
        border-radius: 15px;
    }
    .PicList002856 .top-new .slick-list li {
        padding: 10px;
    }
    .PicList002856 .top-new ul {
        margin: 0;
    }
    .PicList002856 .top-new .slick-list li .img img {
        border-radius: 15px;
    }
    .PicList002856 .top-new .slick-list li .txt .info {
        padding: 0;
    }
    .PicList002856 .top-new li .txt {
        padding: 20px 0;
    }
    .PicList002856 .top-new .slick-list li .txt time {
        font-size: 14px;
    }
    .PicList002856 .top-new .slick-list li .txt time b {
        font-size: 28px;
    }
    .PicList002856 .top-new .slick-list li .txt aside {
        margin-top: 10px;
        font-size: 18px;
    }
    .PicList002856 .top-new .slick-list li .txt p {
        font-size: 14px;
        line-height: 2;
    }
    .PicList002856 .top-new .slick-list li .txt .more {
        margin-top: 20px;
        font-size: 14px;
        line-height: 34px;
        padding: 0;
    }
    .PicList002856 .top-new .slick-dots li {
        width: 6px !important;
        height: 6px !important;
        overflow: hidden;
        font-size: 0;
    }
    .Menu002147 {
        margin-bottom: 30px;
    }
    .PicList002856 .list li {
        padding: 10px;
    }
    .PicList002856 .list li img {
        width: 100%;
        border-radius: 15px 15px 0 0;
    }
    .PicList002856 .list .tit {
        font-size: 18px;
    }
    .PicList002856 .list .tit time {
        float: none;
        display: block;
        margin-top: 10px;
        font-size: 12px;
    }
    .PicList002856 .list p {
        font-size: 14px;
        line-height: 2;
    }
    .RighInfo002939 .con {
        padding: 15px;
    }
    .RighInfo002939 .edit-info {
        font-size: 14px;
        line-height: 2;
    }
    .RighInfo002939 .info-page {
        padding-top: 20px;
        margin-top: 20px;
    }
    .PicList002951 .txt p {
        font-size: 14px;
        line-height: 2;
    }
    .ContactInfo .form .desc {
        font-size: 14px;
        line-height: 2;
        padding: 20px;
        border-radius: 15px;
    }
    .ContactInfo .form .btn {
        float: none;
        margin: auto;
    }
    .PicList002925 .list {
        padding: 0;
    }
    .PicList002925 li {
        width: 49%;
        margin-right: 2%;
    }
    .PicList002925 li:nth-child(2n) {
        margin-right: 0;
    }
    .pop .popContainer {
        padding: 0 20px;
    }
    .pop .ContactInfo .title {
        font-size: 20px;
    }
    .pop .ContactInfo .form .text {
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }
    .pop .ContactInfo .form dl dd {
        line-height: 1;
    }
    .pop .ContactInfo .form textarea {
        height: 6em;
        font-size: 14px;
        padding: 10px;
    }
    .Maintop #open_menu,
    .Maintop .open-search {
        width: 30px;
        height: 30px;
    }
    .Maintop .open-search {
        background-size: 55% auto;
    }
    .Maintop #open_menu {
        margin-right: 0;
    }
    .Maintop .header-right {
        margin-left: 0;
        padding: 15px 0;
    }
    .Maintop .header-right .mems {
        background: none;
        padding-left: 0;
        margin-right: 10px;
    }
    .Maintop .header-left {
        padding: 11px 0;
    }
}

@media(max-width:640px) {
    .Floor002865 {
        margin-top: 0;
    }
    .Floor002865 li a {
        color: #333;
    }
    .Floor002865 li .icon img {
        filter: brightness(0.2);
    }
    .h-title-intro p {
        font-size: 30px;
    }
    .h-title-intro h3 {
        font-size: 24px;
    }
    .h-title-intro span {
        font-size: 16px;
        letter-spacing: 0;
    }
    .Floor002356 .item:hover .txt {
        padding-top: 15%;
    }
    .Floor002356 .item .txt span {
        width: 34px;
        height: 34px;
        line-height: 30px;
        margin-top: 10px;
    }
    .Floor0004 .ul_num dd {
        width: 48%;
    }
    .Floor0004 .ul_num dd h1 {
        font-size: 24px;
    }
    .Floor002411 nav li {
        width: 31.33%;
        margin-right: 3% !important;
    }
    .Floor002411 nav li:nth-child(3n) {
        margin-right: 0 !important;
    }
    .Bottom003025 .links {
        display: none;
    }
    .Menu002956 nav:before {
        top: -26px;
    }
    .Menu002956 .search .text {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .Menu002956 .search {
        padding: 1px;
    }
    .Menu002956 .search .btn {
        top: 1px;
        right: 1px;
        height: 40px;
    }
    .RighInfo002125 .box1 {
        color: #333;
    }
    .RighInfo002125 .box h3 {
        font-size: 30px;
    }
    .RighInfo002125 .box h1 {
        font-size: 16px;
    }
    .RighInfo002125 .txt .btn {
        margin-top: 30px;
    }
    .RighInfo002125 .txt .btn a {
        width: auto;
        padding: 0 20px;
        font-size: 14px;
        line-height: 30px;
        margin: 0 5px 5px;
    }
    .RighInfo002125 .box2 .item {
        float: none;
        margin-bottom: 20px;
        width: auto;
    }
    .RighInfo002125 .box2 .item .num b {
        font-size: 30px;
    }
    .RighInfo002125 .box2 .item .num sub {
        font-size: 16px;
    }
    .RighInfo002125 .box2 .item p {
        font-size: 14px;
    }
    .RighInfo002125 .box5 .pic img {
        border-radius: 15px;
    }
    .RighInfo002092 .small {
        padding: 0 35px;
    }
    .RighInfo002092 .small .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .RighInfo002092 .intro h1 {
        font-size: 22px;
    }
    .RighInfo002092 .intro a {
        display: inline-block;
        padding: 0 20px;
        line-height: 30px;
        width: 30.33%;
        margin: 0 1% 2%;
    }
    .RighInfo002092 .intro .btns_ a {
        padding: 0 10px;
    }
    .RighInfo002254 .tab .info {
        font-size: 14px;
        line-height: 1.75;
    }
    .info-icon dl dd {
        width: 25%;
        min-height: 0;
        margin-bottom: 20px;
    }
    .info-icon dl dd img {
        height: 36px;
    }
    .info-icon dl dd p {
        font-size: 12px;
    }
    .Support .tit h2 {
        font-size: 20px;
    }
    .Support dl dd img {
        height: 30px;
    }
    .Support dl dd p {
        font-size: 14px;
    }
    .Support dl dd {
        padding: 10px;
    }
    .Relatedproducts .tit h2 {
        font-size: 20px;
    }
    .Relatedproducts li h2 {
        font-size: 18px;
    }
    .Relatedproducts .slick-prev {
        left: 36px;
    }
    .Relatedproducts .slick-next {
        right: 36px;
    }
    .Relatedproducts .slick-arrow {
        width: 15px;
        height: 15px;
    }
    .RighInfo002092 {
        padding-top: 100px;
    }
    .RighInfo002092 .intro p {
        font-size: 14px;
        line-height: 1.75;
    }
    .Banner003069 .Ispic,
    .BannerInfo .Ispic {
        height: auto;
        padding-bottom: 90%;
    }
    .Banner003069 .txt .cn,
    .BannerInfo .txt .cn {
        font-size: 24px;
    }
    .Banner003069 .txt p,
    .BannerInfo .txt p {
        font-size: 14px;
        line-height: 1.75;
    }
    .solutionlist {
        margin-top: 20px;
    }
    .solutionlist .title {
        font-size: 24px;
    }
    .Floor003079 .tab-dots {
        margin-bottom: 30px;
    }
    .Floor003079 .tab-dots li {
        padding: 0 20px !important;
    }
    .Floor003083 .list {
        padding: 10px;
        margin: 30px 0;
    }
    .Floor003079 .box li {
        padding: 20px;
        border-radius: 15px;
    }
    .Floor003079 .box li .ytable {
        display: block;
    }
    .Floor003079 .box li .ytable-cell {
        display: block;
    }
    .Floor003079 .box li .pic {
        border-radius: 15px;
    }
    .Floor003079 .box li .txt aside {
        font-size: 20px;
    }
    .Floor003079 .box li .txt p {
        font-size: 14px;
        line-height: 1.75;
    }
    .Floor003079 .box li .txt .more {
        font-size: 14px;
        padding: 0 20px;
        line-height: 34px;
    }
    .Floor003079 .box {
        padding-bottom: 0;
    }
    .case-bar {
        white-space: nowrap;
        overflow: auto;
        font-size: 0;
        height: auto;
        /* margin-bottom: 30px; */
    }
    .case-bar .anchors-items .anchors-item {
        margin: 0 1%;
        font-size: 14px;
        min-width: 18%;
    }
    .SolutionInfo .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .SolutionInfo .box {
        padding: 30px 0;
    }
    .SolutionInfo .box-2 .list .item {
        margin-bottom: 20px;
    }
    .SolutionInfo .box-2 .list .item .tit {
        font-size: 16px;
    }
    .SolutionInfo .box-4 li {
        width: auto;
        float: none;
    }
    .SolutionInfo .box-4 li .tit {
        padding-top: 0;
        margin-top: 20px;
    }
    .SolutionInfo .box-4 li .tit:before {
        height: 80%;
        top: 10%;
    }
    .SolutionInfo .box-4 li .tit h3 {
        font-size: 20px;
    }
    .SolutionInfo .box-4 li .inner {
        height: auto;
    }
    .SolutionInfo .box-4 li .desc dd {
        font-size: 14px;
        padding-left: 10px;
        position: relative;
        line-height: 1.8;
    }
    .SolutionInfo .box-4 li .desc dd:before {
        position: absolute;
        left: 0;
        top: 0.9em;
        margin-top: -3px;
    }
    .SolutionInfo .box-5 .list {
        padding: 20px 10px;
        margin: 0;
    }
    .Casecategory .lm-tit h2 {
        font-size: 24px;
        margin-top: 10px;
    }
    .Casecategory li img {
        padding: 10px;
        height: 60px;
    }
    .Casecategory li p {
        font-size: 14px;
    }
    .Casecategory ul {
        margin: 0;
        padding: 0 20px;
    }
    .Casecategory .slick-prev {
        left: 0;
    }
    .Casecategory .slick-next {
        right: 0;
    }
    .Casecategory .slick-arrow {
        width: 12px;
        height: 12px;
        top: 50%;
        margin-top: -20px;
    }
    .RighInfo002852 .name h1 {
        font-size: 24px;
    }
    .RighInfo002852 .intro-main {
        padding: 20px;
    }
    .RighInfo002852 .singlePage {
        font-size: 14px;
        line-height: 2;
    }
    .RighInfo002852 .title span i {
        margin-left: -26px;
    }
    .RighInfo002852 .title aside {
        margin-left: 10px;
    }
    .RighInfo002852 .title span {
        font-size: 16px;
    }
    .RighInfo002852 .title {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .RighInfo002852 .list-dl dl {
        padding: 20px;
    }
    .RighInfo002852 .list-dl dt {
        font-size: 32px;
        width: 50px;
    }
    .RighInfo002852 .list-dl dd span {
        font-size: 18px;
    }
    .PicList002735 li .Ispic {
        padding-bottom: 25%;
    }
    .Banner003070 .txt .cn {
        font-size: 24px;
    }
    .TextList002798 .list-main {
        padding: 20px;
    }
    .TextList002798 .list-main ul li {
        flex-wrap: wrap;
        padding-right: 60px;
        height: auto;
        justify-content: space-between;
        margin-bottom: 5px;
        padding: 5px 0;
        line-height: 30px;
    }
    .TextList002798 .tit {
        padding: 10px 20px;
    }
    .Banner003070 .Ispic {
        height: auto;
        padding-bottom: 60%;
    }
    .TextList002798 .list-head {
        display: none;
    }
    .TextList002798 .list-head li {
        padding-left: 20px;
    }
    .TextList002798 .list-main ul li .list_tit.t1 {
        padding-right: 0;
        width: 100%;
        flex: 1 1 auto;
    }
    .TextList002798 .list-main ul li .list_tit .label {
        display: inline;
        white-space: nowrap;
    }
    .TextList002798 .list-main ul li .list_tit {
        display: block;
        padding: 6px 5px;
        flex: 1 0 auto;
    }
    .TextList002798 .list-main ul li span.down {
        right: 0;
        top: 50%;
        margin-top: -15px;
    }
    .TextList002798 .list-main ul li a {
        padding: 0;
    }
    .PicList002150 li a {
        padding: 0;
        font-size: 0;
    }
    .PicList002150 li figure {
        position: static;
        display: inline-block;
        vertical-align: middle;
        width: 120px;
    }
    .PicList002150 li .Ispic {
        height: auto;
        padding-bottom: 100%;
    }
    .PicList002150 li figure+div {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 120px);
        font-size: 12px;
        padding-left: 20px;
    }
    .PicList002150 li p {
        height: auto;
        max-height: 40px;
    }
    .Floor002746 {
        font-size: 14px;
    }
    .Floor002746 .slider li.slick-slide a {
        padding: 20px 10px;
    }
    .Floor002746 .slider li .icon img {
        height: 30px;
    }
    .Menu002119.guanli {
        margin: 30px 0;
    }
    .Menu002119 li {
        /*margin-bottom:10px;*/
    }
    .Menu002119 li a {
        height: auto;
        line-height: 34px;
        padding: 0 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .Floor002721 .title h1 {
        font-size: 24px;
    }
    .Floor002721 .title p {
        font-size: 18px;
    }
    .Floor002721 .title h1:after {
        margin: 10px auto;
    }
    .Floor002721 .box .txt span {
        font-size: 18px;
    }
    .Form003139 .title {
        font-size: 24px;
    }
    .Form003139 .title:after {
        margin: 10px auto;
    }
    .Form003139 .form {
        margin-top: 30px;
        padding: 0 2%;
    }
    .Form003139 .form .ytable {
        display: block;
    }
    .Form003139 .form .ytable-cell {
        display: block;
    }
    .Form003139 .form-ul .row-2.xiala li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1%;
        font-size: 14px;
    }
    .Form003139 .form-ul .row-2.xiala {
        font-size: 0;
    }
    .Form003139 .auto {
        padding: 30px 0;
    }
    .Form002219 h4.title {
        font-size: 24px;
    }
    .Form002219 h4.title:after {
        margin: 10px auto;
    }
    .Form002219 form p {
        font-size: 16px;
        line-height: 1.8;
    }
    .Form002219 dl {
        padding-left: 45px;
    }
    .Form002219 dt {
        position: absolute;
        top: 0;
    }
    .Form002219 dl.dl dt {
        position: static;
    }
    .Form002219 dl.dl {
        padding-left: 0;
    }
    .Form002219 .btn {
        float: none;
        margin: auto;
    }
    .RighInfo002554 .title {
        font-size: 24px;
    }
    .RighInfo002554 .info p {
        font-size: 14px;
        line-height: 2;
    }
    .data-box>li>span {
        display: block;
        width: auto;
        text-align: left;
        border: none;
        margin: 0;
    }
    .data-box>li>.data-list {
        width: 100%;
        padding-top: 10px;
    }
    .data-box>li>.data-list a {
        width: auto;
        padding-right: 10px;
        border-right: 1px solid #dcdddd;
        line-height: 1;
        margin-bottom: 15px;
        margin-right: 10px;
    }
    .Form002099 .form h1 {
        font-size: 22px;
        padding-top: 20px;
    }
}

@media(max-width:480px) {
    .Spec002780 dt span {
        top: 0;
        transform: none;
    }
    .Spec002780 dt {
        border-radius: 10px;
        background-position: left center;
        background-size: cover;
        padding-left: 20px;
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 16px;
    }
    .Spec002780 dd a {
        font-size: 14px;
        min-width: 0;
        line-height: 30px;
        padding: 0 15px;
        margin-right: 2px;
    }
    .Spec002780 dd {
        padding-right: 20px;
    }
    .Spec002780 dd span {
        top: 11px;
    }
    .SolutionInfo .box-2 .list .item {
        width: 48% !important;
        margin-right: 4% !important;
        margin-bottom: 4% !important;
    }
    .SolutionInfo .box-2 .list .item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .SolutionInfo .box-2 .list .item .icon {
        padding: 20px !important;
    }
    .SolutionInfo .box-2 .list .item .item-content {
        padding: 10px 0 !important;
    }
    .SolutionInfo .box-2 .list .item .tit {
        font-size: 14px !important;
    }
    .SolutionInfo .box-4 li {
        padding: 20px;
    }
}


/*搜索*/

.TextList002322 {
    padding: 4% 0;
}

.TextList002322 h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.TextList002322 .list li {
    position: relative;
    padding: 10px 100px 10px 0;
    line-height: 22px;
}

.TextList002322 .list li * {
    color: #777;
}

.TextList002322 .list li time {
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
}

.TextList002322 .list li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 15px;
}

.TextList002322 .list li a:before {
    display: table;
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
}

.TextList002322 .list li a:hover {
    color: #295288;
}

@media only screen and (max-width:767px) {
    .TextList002322 {
        padding: 20px 3%;
    }
}


/*Banner002826 */

.Banner002826 {
    position: relative;
    z-index: 1;
    margin-top: 74px;
}

@media only screen and (max-width:1240px) {
    .Banner002826 {
        margin-top: 60px;
    }
}


/*方法4*/


/*.Banner002826 li.slick-slide{position: relative;}
.Banner002826 li.slick-slide img{display: block;width: 100%;}
.Banner002826 li.slick-slide video{position: absolute; z-index: 10; left: -100%; top: -100%; min-height: 100%; min-width: 100%; opacity: 0; transition: 0.3s;}
.Banner002826  li.video-show video{left: 50%;opacity: 1;top: 50%; transform: translate(-50%,-50%);}
.Banner002826  li.slick-slide .open-video{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3) url(../images/Banner002826_play.png) no-repeat center center;background-size: auto 50px; z-index: 20;transition: 0.3s;}
.Banner002826  li.video-show .open-video{opacity: 1;}
@media(min-width:1025px){
.Banner002826  li.slick-slide img.wap{display: none;}
}
@media(max-width:1024px){
.Banner002826  li.slick-slide img.pc{display: none;}
}*/


/*方法1，2，3*/

.Banner002826 li.slick-slide {
    position: relative;
}

.Banner002826 li.slick-slide img {
    display: block;
    width: 100%;
}

@media(min-width:1025px) {
    .Banner002826 li.slick-slide video {
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-height: 100%;
        min-width: 100%;
    }
    .Banner002826 li.slick-slide img.wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner002826 li.slick-slide img.pc {
        display: none;
    }
    .Banner002826 li.slick-slide video {
        left: 0%;
        top: 0%;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 10;
        position: absolute;
    }
    .Banner002826 li.slick-slide .open-video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3) url(../images/Banner002826_play.png) no-repeat center center;
        background-size: auto 50px;
        z-index: 20;
    }
    .Banner002826 li.video-show .open-video {
        left: -100%;
        opacity: 0;
        transform: translateX(-100%);
    }
    .Banner002826 li.video-show video {
        left: 50%;
        top: 50%;
        opacity: 1;
    }
}


/*方法5  添加播放按钮+弹窗*/


/*.Banner002826 .open-video{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3) url(../images/Banner002826_play.png) no-repeat center center;background-size: auto 50px; z-index: 20; cursor: pointer;}

.video-openbox{position:fixed;left:0;height:100%;width:100%; z-index:500;background:rgba(0,0,0,0.5); top:0;}
.video-openbox .ytable{height: 100%;}
.video-openbox .close{position: absolute;right: 20px;top: 20px; width: 30px; height: 30px; cursor: pointer; z-index: 10; cursor: pointer;}
.video-openbox .close:before,
.video-openbox .close:after{position: absolute;width: 100%; left: 0; top: 50%; height: 3px; margin-top: -1.5px; background: #fff; content: '';transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.video-openbox .close:after{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
.video-openbox video{max-width: 1200px; margin: 0 auto;display: block;}*/

.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide .slick-loading img {
    display: none;
}

.slick-slide .dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow .slick-hidden {
    display: none;
}

.Banner002826 .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
    overflow: hidden;
    z-index: 10;
}

.Banner002826 .slick-dots li {
    float: left;
    width: 18px !important;
    height: 18px !important;
    position: relative;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.Banner002826 .slick-dots li:not(:last-child) {
    margin-right: 10px !important;
}

.Banner002826 .slick-dots li:before {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%;
    background: #fff;
    transition: 0.3s;
    content: '';
}

.Banner002826 .slick-dots li.slick-active:before {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}

.Banner002826 .slick-dots li button {
    display: none;
}

@media(max-width:640px) {
    .Banner002826 .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .Banner002826 .slick-dots li:not(:last-child) {
        margin-right: 4px;
    }
}


/* 2022/6/24 */

.Homebanner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.Homebanner .text {
    z-index: 3;
}

.RighInfo002125 .box h1 {
    height: 104px;
}

.RighInfo002125 .box5 .txt h1 {
    height: auto;
}

@media(max-width:500px) {
    .RighInfo002125 .box h1 {
        height: 44px;
    }
    .RighInfo002125 .txt .btn {
        margin-top: 8px;
    }
    .RighInfo002125 .box1 .txt {
        padding-top: 0 !important;
        top: 2%;
    }
}

.TextList002798 .list-main ul li .list_tit {
    position: relative;
}

.Floor002915 .form .text {
    color: #fff;
}

.JoinList .list:nth-child(1) .tit {
    background: #e5e5e6;
}

.RighInfo002125 .box .pic {
    height: auto;
    position: relative;
}

.RighInfo002125 .box .pic img {
    width: 100%;
}

@media (max-width: 640px) {
    .RighInfo002125 .box .pic img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }
}

.RighInfo002125 .box1 .opp {
    position: fixed;
}


/* 添加轮播按钮样式 */

.Floor003079 .box .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.Floor003079 .box .slick-prev {
    left: 10px;
}

.Floor003079 .box .slick-next {
    right: 10px;
}

.Floor003079 .box .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.Floor003079 .box .slick-dots li {
    width: 10px !important;
    height: 10px !important;
    background-color: #295288;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    margin: 0 5px !important;
}

.Floor003079 .box .slick-dots li.slick-active {
    background-color: #e7e8ea;
}


/* 跳转响应式 */

@media (max-width: 1620px) {
    .RighInfo002125 .box2 .txt,
    .RighInfo002125 .box4 .txt,
    .RighInfo002125 .box7 .txt {
        left: 5%;
        right: unset;
        padding: 0;
    }
    .RighInfo002125 .box3 .txt,
    .RighInfo002125 .box6 .txt {
        right: 5%;
        left: unset;
        padding: 0;
    }
}

.RighInfo002125 .box1 .opp {
    top: 0;
    padding: 0;
}

@media (max-width: 640px) {
    .RighInfo002125 .box1 .opp {
        top: 6%;
        z-index: 11;
    }
}


/* 2022/7/13 */
.Other002638 li.li_link a,
.Other002638 li.li_map a {
    position: relative;
}
.Other002638 li.li_link a p,
.Other002638 li.li_map a p {
    color: #fff;
    position: absolute;
    top: 0;
    right: 23px;
    width: 156px;
    height: 52px;
    line-height: 52px;
    border-radius: 52px 0 0 52px;
    background: #295288;
    text-align: left;
    padding-left: 16px;
    margin: 0;
    z-index: -1;
    display: none;
}
.Other002638 li.li_link:hover a p,
.Other002638 li.li_map:hover a p {
    display: block;
}

@media(max-width:1459px) {
    .Floor002655 .title-intro p,
    .h-title-intro p {
        font-size: 52px;
        top: 40px;
    }
    .Floor002655 .title-intro h3,
    .h-title-intro h3 {
        font-size: 38px;
    }
    .Floor002655 .title-intro span,
    .h-title-intro span {
        margin-top: 6px;
        font-size: 16px;
    }
    .Floor002356 .item .txt h2 {
        font-size: 18px;
    }
    .Floor002356 .item:hover .txt {
        padding-top: 10%;
    }
    .Floor002356 .item .txt p {
        font-size: 14px;
        line-height: 27px;
    }
    .Floor002356 .item .txt span {
        font-size: 18px;
        width: 36px;
        height: 36px;
        line-height: 30px;
        margin-top: 0px;
    }
    .Floor002655 li .txt h2 {
        font-size: 18px;
    }
    .Floor002655 li .txt p {
        font-size: 12px;
    }
    .Floor002411 .word {
        padding-top: 2%;
    }
    .Floor002411 .word h3 {
        font-size: 24px;
    }
    .Floor002411 .word figure {
        font-size: 14px;
    }
    .Floor0004 .box_about .text {
        font-size: 14px;
        line-height: 32px;
    }
    .Floor0004 .ul_num dd {
        margin-right: 20px;
        padding-right: 20px;
    }
    .Floor0004 .ul_num dd h1 {
        font-size: 38px;
    }
    .Floor0004 .ul_num dd span {
        font-size: 14px;
    }
    .Floor0004 .text .ul_num dd p {
        font-size: 14px;
    }
    .Floor0004 .list dd aside {
        font-size: 16px;
    }
    .Floor0004 .list dd p {
        font-size: 14px;
        line-height: 26px;
    }
    .Floor0004 .list dt {
        line-height: 50px;
        font-size: 14px;
    }
    .Floor0004 .list dt time {
        font-size: 12px;
    }
    .Floor002655 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .Menu002956 .search .text {
        line-height: 38px;
        height: 38px;
        font-size: 14px;
    }
    .Menu002956 .search .btn {
        height: 38px;
    }
    .Menu002956 h1 {
        padding: 24px 0 10px 0;
    }
    .Menu002956 h1 span {
        font-size: 20px;
    }
    .Menu002956 li a {
        line-height: 16px;
        padding: 13px 15px 13px 30px;
        font-size: 14px;
    }
    .PicList002949 .txt .inner {
        padding-left: 0px;
    }
    .PicList002949 .pic {
        width: 200px;
    }
    .PicList002949 .tit {
        font-size: 20px;
    }
    .PicList002949 .txt p.dot {
        line-height: 2.2;
        font-size: 12px;
        margin-bottom: 0;
    }
    .PicList002949 span {
        margin-top: 12px;
    }
    .BannerInfo .txt .cn,
    .Banner003069 .txt .cn {
        font-size: 44px;
    }
    .SolutionInfo .title,
    .solutionlist .title {
        font-size: 28px;
    }
    .Floor003079 .box li .txt aside {
        font-size: 18px;
    }
    .Floor003079 .box li .txt p {
        font-size: 14px;
    }
    .BannerInfo .auto.auto_1200 {
        padding: 0 30px;
    }
    .BannerInfo .txt p {
        line-height: 2;
        font-size: 14px;
    }
    .RighInfo002851 .year {
        font-size: 44px;
    }
    .RighInfo002851 .name {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    .Floor002655 .title-intro h3,
    .h-title-intro h3 {
        font-size: 24px;
    }
    .Floor002655 .title-intro p,
    .h-title-intro p {
        top: 5px;
    }
    .Floor002655 .title-intro span,
    .h-title-intro span {
        margin-top: 2px;
    }
    .Floor002865 li {
        width: 25%;
    }
    .Floor002865 li .icon {
        width: 26px;
        height: 26px;
    }
    .Floor002865 li aside {
        font-size: 14px;
        margin-top: 8px;
    }
    .Floor002865 li a {
        padding-bottom: 0;
    }
    .Floor002655 .title-intro .more,
    .h-title-intro .more {
        margin-top: 0;
        width: 100px;
        line-height: 32px;
        font-size: 12px;
        top: 28px;
    }
    .Floor002411 .word h3 {
        font-size: 20px;
    }
    .Floor002411 .word h3:after {
        margin: 12px 0 15px;
    }
    .Floor002411 .word {
        padding-top: 15px;
    }
    .Floor002655 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .Floor002655 .title-intro span,
    .h-title-intro span {
        font-size: 14px;
    }
    .Floor0004 .ul_num dd {
        padding-right: 0;
        margin-right: 4%;
    }
    .Floor0004 .ul_num dd:nth-child(2n) {
        margin-right: 0;
    }
    .PicList002949 .pic {
        width: 100%;
    }
    .PicList002949 .txt .inner {
        padding: 0px;
        padding-top: 14px;
    }
    .PicList002949 .tit {
        font-size: 18px;
    }
    .Banner003069 .txt .cn {
        font-size: 24px;
    }
    .solutionlist .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .Floor002356 .item .txt h2 {
        font-size: 16px;
    }
    .Floor003079 .box .slick-next {
        display: none !important;
    }
    .BannerInfo .auto.auto_1200 {
        padding: 0 10px;
    }
    .BannerInfo .txt .cn,
    .Banner003069 .txt .cn {
        font-size: 24px;
    }
    .BannerInfo .txt p {
        line-height: 1.6;
        margin-top: 10px;
        /* display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis; */
    }
    .BannerInfo .txt .btn {
        max-width: 100px;
        font-size: 14px;
        margin-top: 5px;
    }
    .case-bar .anchors-items .anchors-item {
        line-height: 45px;
    }
    .SolutionInfo .box-1 .list dl {
        padding: 15px 20px 15px 0;
    }
    .SolutionInfo .box-1 .list dt {
        width: 95px;
    }
    .SolutionInfo .box-1 .list dd p {
        font-size: 14px;
    }
    .SolutionInfo .box-1 .list dt b {
        margin: 0px auto;
    }
    .SolutionInfo .title,
    .solutionlist .title {
        font-size: 22px;
    }
    .RighInfo002851 .year {
        font-size: 22px;
    }
    .RighInfo002851 .name {
        font-size: 22px;
        top: -14px;
    }
    .RighInfo002851 .singlePage * {
        font-size: 14px !important;
    }
    .RighInfo002851 .ul_num dd h1 {
        font-size: 24px !important;
    }
    .RighInfo002851 .ul_num dd {
        padding: 10px 0;
    }
    .RighInfo002851 .ul_num dd span {
        margin-left: 0px;
    }
    .RighInfo002851 .ul_num dd p {
        font-size: 12px !important;
    }
    .PicList002925 li .tit aside {
        font-size: 14px;
    }
    .Menu002119 li a {
        padding: 0 24px;
    }
    .PicList002951 .tit:after {
        margin-top: 10px;
    }
    .PicList002951 .txt .inner {
        padding: 30px 10px;
        font-size: 14px;
    }
    .RighInfo002852 .name {
        margin-bottom: 26px;
    }
    .RighInfo002852 .name h1 {
        font-size: 20px;
    }
    .RighInfo002852 .intro-main .pic {
        width: 100%;
    }
    .RighInfo002852 .singlePage .pic02 {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }
    .Banner003069 .Ispic,
    .BannerInfo .Ispic {
        padding-bottom: 44%;
    }
    .Floor0004 .ul_num dd {
        text-align: center;
        margin-bottom: 20px;
    }
    .Floor0004 .ul_num dd:nth-child(3),
    .Floor0004 .ul_num dd:nth-child(4) {
        margin-bottom: 0;
    }
    .Floor0004 .text .ul_num dd p {
        text-align: center;
    }
    .Floor0004 .box_about .text .more {
        margin: 0 auto;
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .Banner003069 .Ispic,
    .BannerInfo .Ispic {
        padding-bottom: 64%;
    }
    .Floor002721 .list-box .box {
        width: 32%;
        margin-right: 2%;
        float: left;
    }
    .Floor002721 .list-box .box:nth-child(3) {
        margin-right: 0;
    }
    .Floor002721 .box .txt span {
        font-size: 10px;
        padding-top: 7px;
    }
    .Floor002721 .box .txt img {
        height: 25px;
    }
    .BannerInfo .txt .cn,
    .Banner003069 .txt .cn {
        font-size: 18px;
    }
}

.RighInfo002851 .ul_sitemap li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 2;
}

.RighInfo002851 .ul_sitemap li strong a {
    font-size: 16px;
}

.RighInfo002851 .ul_sitemap li span a {
    font-size: 16px;
}

.yqlj {
    display: inline-block;
}

.yqlj li {
    list-style: none;
    float: left;
    width: 20%;
    margin-right: 5%;
}

.jaus {
    display: flex;
    align-items: center;
}

.jaus img {
    width: 50%;
    padding-right: 40px;
}

@media (max-width: 640px) {
    .jaus {
        display: block;
        align-items: center;
    }
    .jaus img {
        margin-bottom: 10px;
        width: 100%;
        padding-right: 0px;
    }
}


/*product*/

#product .auto {
    width: 100%;
    max-width: 1600px;
    padding: 0;
}

#product .info {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 45%;
}

#product .intro {
    width: 45%;
}

#product .box3 .intro,
#product .box6 .intro {
    float: right;
}

#product .box5 .intro {
    margin: 0 auto;
    max-width: 650px;
}

#product .box .pic img {
    display: block;
}

@media only screen and (max-width: 1720px) {
    #product .auto {
        width: 90.625%;
    }
}

@media only screen and (max-width: 1366px) {
    #product .auto {
        width: 97%;
    }
}

@media only screen and (max-width: 1024px) {
    #product .auto {
        width: 93.75%;
    }
    #product .header-right {
        margin-right: 0;
    }
}

#search {
    max-width: 890px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .RighInfo002125 .box span {
        line-height: 1;
    }
    #product .info {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .RighInfo002125 .box p {
        font-size: 16px !important;
    }
    .RighInfo002125 .box span {
        font-size: 14px !important;
        line-height: 1 !important;
    }
    #product .info {
        height: 100%;
        overflow: hidden;
        padding-top: 20px;
    }
    #product .intro {
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    .TextList002798 .list-head {
        display: flex;
    }
    .TextList002798 .h_content {
        overflow-x: auto;
        width: 100%;
    }
    .TextList002798 .h_content .h_main {
        width: 200%;
    }
    .TextList002798 .list-head.fixed {
        position: static !important;
    }
    .TextList002798 .list-head:after {
        display: none;
    }
    .RighInfo002125 .box5 .txt {
        padding: 2%;
    }
    .RighInfo002125 .box5 .pic {
        padding-bottom: 60%;
    }
    .Floor002915 .form .text {
        color: #000;
    }
    .Floor003079 .box .slick-prev {
        left: 10px;
        right: 30px;
        top: 47%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        left: 60px;
    }
    .Floor003079 .box .slick-next {
        display: block !important;
        left: unset;
        right: 30px;
    }
}

@media (max-width: 480px) {
    #product .intro {
        height: 189px;
        overflow-y: auto;
    }
    /* #product .box .pic {
        padding-bottom: 0;
    }
    #product .box .pic img {
        position: relative;
    }
    #product .info {
        height: 100%;
        overflow: hidden;
        padding-top: 0;
        position: relative;
        top: 0;
        transform: none;
        padding-bottom: 20px;
    }
    #product .intro {
        width: 100%;
    }
    .RighInfo002125 .box3,
    .RighInfo002125 .box6 {
        background: #eaeff3;
    } */
}

.Floor003079 .ulist {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ededed;
    margin-bottom: 30px;
    position: relative;
}

.Floor003079 .ulist .uitem {
    min-width: 200px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    line-height: 50px;
}

.Floor003079 .ulist .uitem.cur {
    border-left: 1px solid #295288;
    background: #fff;
    border-right: 1px solid #295288;
}

.Floor003079 .ulist .uitem.cur::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #fff;
    display: block;
    z-index: 2;
}

.Floor003079 .ulist .uitem.cur::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 1px;
    height: 5px;
    top: -2px;
    background: #295288;
}

.Floor003079 .ucontent {
    position: relative;
}

.Floor003079 .ucontent .ulist {
    position: relative;
}

.Floor003079 .ucontent .ulist:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #02589d;
}

.Floor003079 .item {
    position: relative;
}

.Floor003079 .swiper-slide li {
    box-shadow: 3px 11px 16px 0px rgb(74 79 93 / 17%);
    border-radius: 35px;
    margin: 20px;
    padding: 25px;
}

.Floor003079 .swiper_btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 2;
    width: 30px;
    height: 30px;
}

.Floor003079 .swiper_btn.prev {
    left: 25px;
}

.Floor003079 .swiper_btn.next {
    right: 20px;
}

.Floor003079 .swiper_btn.prev::before {
    content: '';
    display: block;
    position: absolute;
    top: 16%;
    border-bottom: 2px solid #d2d3d5;
    border-right: 2px solid #d2d3d5;
    right: 8px;
    width: 20px;
    height: 20px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.Floor003079 .swiper_btn.prev:hover::before {
    border-bottom: 2px solid #2b5387;
    border-right: 2px solid #2b5387;
}

.Floor003079 .swiper_btn.next::before {
    content: '';
    display: block;
    position: absolute;
    top: 16%;
    border-top: 2px solid #d2d3d5;
    border-left: 2px solid #d2d3d5;
    right: 8px;
    width: 20px;
    height: 20px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.Floor003079 .swiper_btn.next:hover::before {
    border-top: 2px solid #2b5387;
    border-left: 2px solid #2b5387;
}

.Floor003079 .swiper-slide li .more {
    display: inline-block;
    border: 1px solid #295288;
    padding: 10px 0 10px 0;
    max-width: 135px;
    font-size: 16px;
    border-radius: 50px;
    width: 90%;
    text-align: center;
    color: #295288;
    position: relative;
    margin-top: 40px;
    transition: color .5s;
}

.Floor003079 .swiper-slide li .txt p {
    margin: 0;
    font-size: 16px;
    line-height: 2.2;
    color: #666;
}

.Floor003079 .swiper-slide li .txt aside {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin: 0;
    position: relative;
    z-index: 3;
}

.Floor003079 .swiper-slide li .txt aside:after {
    content: "";
    margin: 20px 0 20px;
    width: 30px;
    height: 2px;
    background: #295288;
    display: block;
}

.Floor003079 .swiper-slide li .txt {
    padding: 0 5%;
}

.Floor003079 .swiper-slide li .pic {
    border-radius: 50px;
    overflow: hidden;
}

.Floor003079 .ucontent {
    overflow: auto;
    width: 100%;
}

.Floor003079 .ucontent::-webkit-scrollbar {
    height: 5px;
}

.Floor003079 .ucontent::-webkit-scrollbar-thumb {
    background: #295288;
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.Floor003079 .ucontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

@media (max-width: 1100px) {
    .Floor003079 .ulist .uitem {
        min-width: 120px;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .Floor003079 .ulist {
        width: 130%;
        justify-content: space-between;
    }
    .Floor003079 .ulist .uitem {
        width: unset;
        line-height: 50px;
        padding: 0 10px;
        min-width: 180px;
    }
    .Floor003079 .ulist {
        margin-bottom: 0px;
    }
    .Floor003079 .swiper-slide li {
        border-radius: 12px;
        margin: 12px;
    }
    .Floor003079 .swiper-slide li .pic {
        display: block;
        border-radius: 12px;
        margin-bottom: 18px;
    }
    .Floor003079 .swiper-slide li .txt {
        display: block;
    }
    .Floor003079 .swiper-slide li .txt aside {
        font-size: 20px;
    }
}

.info-icon dl {
    display: flex;
    flex-wrap: wrap;
}