* {
    padding: 0;
    margin: 0;
}

a:hover {
    color: #055ab2;
}


/*
 .Top002423 为demo编号
 */

/* .Top002423 {
    position: relative;
    background: #055ab2 url(../images/munbg.png) no-repeat;
    width: 100%;
} */

.Top002423 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: none;
}

.Top002423.fixed {
    background: #055ab2 url(../images/munbg.png) no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.Top002423 .auto {
    max-width: 1440px;
    position: relative;
}

@media only screen and (max-width:1470px) {
    .Top002423 .auto {
        max-width: 1470px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.Top002423 .logo {
    float: left;
    padding: 12px 0;
    max-width: 200px;
    width: 15%;
    position: relative;
}

@media only screen and (max-width:767px) {
    .Top002423 .logo {
        padding: 15px 90px 15px 50px;
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 258px;
    }
}


/* search/shopcar/login */

.Top002423 .other>*>a {
    background: url(../images/Top002423-icon.png) no-repeat;
    display: block;
    height: 20px;
    cursor: pointer;
    transition: background-image .3s;
    -webkit-transition: background-image .3s;
    -moz-transition: background-image .3s;
    -ms-transition: background-image .3s;
}

.Top002423 .other {
    position: absolute;
    top: 0;
    right: 0;
}

.Top002423 .other>*>a:hover {
    background-image: url(../images/Top002423-icon_hover.png);
}

.Top002423 .other>* {
    display: inline-block;
}

.Top002423 .other .Tsearchbtn {
    background-position: 0 0;
    width: 18px;
}

.Top002423 .other .Tcartbtn {
    background-position: -64px 0;
}

@media only screen and (max-width:1470px) {
    .Top002423 .other {
        right: 15px;
    }
}

@media only screen and (max-width:1199px) {
    .Top002423 .other>* {
        margin-left: 20px;
    }
}

@media only screen and (max-width:767px) {
    .Top002423 .other>* {
        margin-left: 6px;
    }
    .Top002423 .other {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width:768px) {
    .Top002423 .other {
        padding-top: 40px;
    }
}

.Top002423 .searchbox {
    position: absolute;
    top: 101%;
    right: 15px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    width: 260px;
    height: 40px;
    display: none;
}

.Top002423 .searchbox .text {
    width: 100%;
    padding: 5px 40px 5px 10px;
    border: none;
    line-height: 30px;
    color: #999;
}

.Top002423 .searchbox .text.focus {
    color: #333;
}

.Top002423 .searchbox .inpbtn {
    width: 40px;
    height: 30px;
    font-size: 20px;
    color: #999;
    background: none;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    display: block;
    position: absolute;
    border: none;
    border-radius: 0;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.Top002423 .searchbox .inpbtn.focus {
    color: #055ab2;
}

@media only screen and (max-width:1470px) {
    .Top002423 .searchbox {
        right: 15px;
    }
}

@media only screen and (max-width:767px) {
    .Top002423 .searchbox {
        right: 5px;
    }
}


/* search/shopcar/login end */


/*navtrigger*/

.Top002423 .navtrigger {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    width: 30px;
    height: 20px;
    display: none;
    z-index: 102;
}


/*line*/

.Top002423 .navtrigger span,
.Top002423 .navtrigger span:before,
.Top002423 .navtrigger span:after {
    position: absolute;
    height: 2px;
    background: #fff;
    width: 100%;
    left: 0;
    transition: top .3s ease-in-out, transform .3s ease-in-out .1s, background-color .3s ease-in-out .15s;
    -webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out .1s, background-color .3s ease-in-out .15s;
    -moz-transition: top .3s ease-in-out, -moz-transform .3s ease-in-out .1s, background-color .3s ease-in-out .15s;
    -ms-transition: top .3s ease-in-out, -ms-transform .3s ease-in-out .1s, background-color .3s ease-in-out .15s;
}

.Top002423 .navtrigger span:before,
.Top002423 .navtrigger span:after {
    content: "";
}


/*First line*/

.Top002423 .navtrigger span:before {
    top: -10px;
}


/*Second line*/

.Top002423 .navtrigger span {
    margin-top: -1px;
    top: 50%;
}


/*Third line*/

.Top002423 .navtrigger span:after {
    top: 10px;
}


/*navtrigger style after the menu bar is opened*/

.Top002423 .navtrigger.openmenu span {
    background-color: transparent;
}

.Top002423 .navtrigger.openmenu span:before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.Top002423 .navtrigger.openmenu span:after {
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .Top002423 .navtrigger {
        display: block;
    }
}


/*navtrigger end*/


/* navbar */

.Top002423 .navbar ul>li>a {
    font-size: 22px;
    color: #fff;
    display: block;
    position: relative;
    padding-bottom: 20px;
    font-family: 宋体;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
}

.Top002423 .navbar ul>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s, left .3s;
    -webkit-transition: width .3s, left .3s;
    -moz-transition: width .3s, left .3s;
    -ms-transition: width .3s, left .3s;
}

.Top002423 .navbar ul>li>a:hover,
.Top002423 .navbar ul>li.onnav>a {
    color: #fff;
}

.Top002423 .navbar ul>li>a:hover:after,
.Top002423 .navbar ul>li.onnav>a:after {
    width: 100%;
    left: 0;
}

@media only screen and (min-width:768px) {
    .Top002423 .navbar {
        float: right;
        padding-top: 40px;
        margin-right: 3%;
    }
    .Top002423 .navbar ul>li {
        float: left;
        padding: 0 15px;
    }
    .Top002423 .navbar ul>li>.subnav {
        display: none !important;
    }
}

@media only screen and (min-width:1024px) {
    .Top002423 .navbar ul>li {
        padding: 0 30px;
    }
}

@media only screen and (max-width:767px) {
    .Top002423 .navbar {
        position: fixed;
        top: 0;
        left: -200px;
        width: 200px;
        opacity: 0;
        z-index: 101;
        height: 100%;
        background: #055ab2;
        padding-top: 76px;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, .25);
        transition: right .5s ease-in-out .15s, opacity .5s ease-in-out;
        -webkit-transition: right .5s ease-in-out .15s, opacity .5s ease-in-out;
        -moz-transition: right .5s ease-in-out .15s, opacity .5s ease-in-out;
        -ms-transition: right .5s ease-in-out .15s, opacity .5s ease-in-out;
    }
    .Top002423 .navbar ul>li>a {
        padding: 10px 15px;
        font-size: 18px;
    }
    .Top002423 .navbar ul>li>a:after {
        left: 0;
        width: 100%;
        background: #f6f6f6;
    }
    .Top002423 .navbar ul>li>.subnav {
        display: none;
        padding: 10px 0;
    }
    .Top002423 .navbar ul>li>.subnav dd {
        padding: 5px 15px;
    }
    .Top002423 .navbar ul>li>.subnav dd a {
        color: #fff;
        font-size: 15px;
    }
    /*navbar opened style*/
    .Top002423 .navshow {
        left: 0;
        opacity: 1;
    }
}


/*layer*/

.Top002423 .layer {
    display: none;
}

@media only screen and (max-width:767px) {
    .Top002423 .layer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        display: block;
        display: none;
        background-color: #000;
        -moz-opacity: 0.50;
        opacity: 0.50;
        filter: alpha(opacity=50);
    }
}


/* PC二级样式 */

.Top002423 .sub-nav a {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.Top002423 .sub-nav {
    position: absolute;
    top: 101%;
    width: 100%;
    background: #fff;
    z-index: 99;
}

.Top002423 .sub-nav_wrap {
    padding-top: 25px;
    padding-bottom: 35px;
    display: none;
}

.Top002423 .sub-nav_wrap .dl {
    width: 20%;
    float: left;
}

.Top002423 .sub-nav_wrap .dl dd {
    position: relative;
    padding: 5px 0 5px 20px;
}

.Top002423 .sub-nav_wrap .dl dd a {
    color: #000;
}

.Top002423 .sub-nav_wrap .dl dd:before {
    content: "";
    width: 0;
    height: 1px;
    background: #055ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transition: width .3s;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
}

.Top002423 .sub-nav_wrap .dl dd.on:before {
    width: 16px;
}

.Top002423 .sub-nav_wrap .dl dd.on a {
    color: #055ab2;
}

.Top002423 .sub-nav_wrap .listbox {
    width: 100%;
    height: 180px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto !important;
    display: block;
}

.Top002423 .sub-nav_wrap .listbox {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.Top002423 .sub-nav_wrap .listbox ul {
    display: block!important;
}

.Top002423 .sub-nav_wrap .listbox li {
    float: left;
    width: 14.5%;
    text-align: center;
    padding: 30px 0;
}

.Top002423 .sub-nav_wrap .listbox li span {
    display: block;
}

.Top002423 .sub-nav_wrap .listbox li .pic {
    max-width: 180px;
    max-height: 120px;
    overflow: hidden;
    margin: 0 auto;
}

.Top002423 .sub-nav_wrap .listbox li .tit {
    color: #000;
    font-size: 15px;
    padding-top: 12px;
}

.Top002423 .sub-nav_wrap .listbox li .tit:hover {
    color: #055ab2;
}


/* .Top002423 .sub-nav_wrap .listbox .more{ position: absolute; right: 0; top: 50%; display: block; width: 40px; height: 40px; margin-top: -30px; border: 1px solid #e0e0e0; color: #585858; font-size: 12px; border-radius: 50%; line-height: 38px; text-align: center;} */


/* .Top002423 .sub-nav_wrap .listbox .more:hover{ color: #055ab2; border-color: #055ab2;} */

@media(max-width:1366px) {
    .Top002423 .sub-nav_wrap .listbox li {
        width: 16.5%;
    }
}

@media only screen and (max-width:767px) {
    .Top002423 .sub-nav {
        display: none !important;
        height: 0 !important;
    }
}

@media(max-width:1024px) {
    .index_top .Top002423,
    .index_top .Top002423.fixed {
        position: relative;
        background: #055ab2 url(../images/munbg.png) no-repeat;
    }
}


/* navbar end */


/*Banner002840 */

.Banner002840 .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.Banner002840 .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .Banner002840 .slides {
    display: block;
}

* html .Banner002840 .slides {
    height: 1%;
}

.no-js .Banner002840 .slides>li:first-child {
    display: block;
}

.Banner002840 .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .Banner002840 .flex-viewport {
    max-height: 300px;
}

.Banner002840 .slides {
    zoom: 1;
}

.Banner002840 .slides>li {
    position: relative;
}

.Banner002840 .slides>li img {
    display: block;
    width: 100%;
}

@media(min-width:1025px) {
    .Banner002840 .slides>li img.wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner002840 .slides>li img.pc {
        display: none;
    }
}

.Banner002840 {
    position: relative;
    z-index: 1;
}

.Banner002840 .txt {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    width: 100%;
    font-size: 100px;
}

.Banner002840 .flex-active-slide .txt {
    opacity: 1;
    transition: 1s 0.12s;
}

.Banner002840 .txt .t-1 {
    font-size: 0.42em;
    margin-bottom: 0.619em;
}

.Banner002840 .txt .t-2 {
    font-family: "联盟起艺卢帅正锐黑体";
    font-size: 0.68em;
}

.Banner002840 .txt .t-2 .num {
    font-size: 1.3235em;
    font-family: "avantgardeitcbybt-demi";
    display: inline-block;
    vertical-align: middle;
    margin-top: -2%;
    margin: -2% 0.1em 0 0;
}

.Banner002840 .txt .t-3 {
    font-size: 0.16em;
    letter-spacing: 2em;
    margin: 1em 0 2em 0;
    font-family: "avantgardeitcbybt-demi";
}

.Banner002840 .txt .t-4 {
    font-size: 0.2em;
    margin-bottom: 2.3em;
}

.Banner002840 .txt .more {
    display: inline-block;
    background: #055ab2;
    color: #fff;
    padding: 0 20px;
    position: relative;
}

.Banner002840 .txt .more:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 4px;
    background: #fff;
    top: 50%;
    margin-top: -2px;
    right: 0;
    transition: 0.3s;
}

.Banner002840 .txt .more:hover:after {
    width: 0;
}

.Banner002840 .txt .more span {
    font-size: 14px;
    display: block;
    line-height: 50px;
    position: relative;
    padding-left: 44px;
}

.Banner002840 .txt .more span:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background: url(../images/Floor002841-more.png) no-repeat right center;
    transition: 0.3s;
}

.Banner002840 .txt .more:hover span:before {
    width: 30px;
}

.Banner002840 .flex-control-nav {
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    overflow: hidden;
    bottom: 8%;
    font-size: 0;
}

.Banner002840 .flex-control-nav li {
    float: left;
    padding-right: 36px;
}

.Banner002840 .flex-control-nav li a {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 0.2;
    -webkit-opacity: 0.2;
    transition: 0.5s;
}

.Banner002840 .flex-control-nav li a.flex-active {
    opacity: 1;
    -webkit-opacity: 1;
    width: 98px;
}

@media(max-width:1440px) {
    .Banner002840 .txt {
        font-size: 80px;
    }
}

@media(max-width:1024px) {
    .Banner002840 .flex-control-nav li {
        padding-right: 10px;
    }
    .Banner002840 .flex-control-nav li a {
        width: 4px;
        height: 4px;
    }
    .Banner002840 .flex-control-nav li a.flex-active {
        width: 40px;
    }
}

@media(max-width:640px) {
    .Banner002840 .flex-control-nav {
        bottom: 3%;
    }
    .Banner002840 .txt {
        font-size: 24px;
    }
    .Banner002840 .txt .more span {
        line-height: 35px;
        padding-left: 10px;
    }
    .Banner002840 .txt .more span:before,
    .Banner002840 .txt .more:after {
        display: none;
    }
}

@media(max-width:480px) {
    .Banner002840 .txt .t-1 {
        font-size: 0.3em;
    }
    .Banner002840 .txt .t-2 {
        font-size: 20px;
    }
}


/*Floor002841 */


.video-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    background: rgba(0, 0, 0, 0.85);
}

.video-box .close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 4;
    right: 20px;
    top: 20px;
}

.video-box .close::before,
.video-box .close::after {
    position: absolute;
    content: '';
    width: 80%;
    left: 10%;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.video-box .close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.video-box .ytable {
    height: 100%;
}

.video-box .ytable-cell {
    text-align: center;
}

.video-box video {
    width: 90%;
    max-width: 900px;
}

.Floor002841 {
    overflow: hidden;
}

.Floor002841 .auto {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    width: 96%;
    padding: 5vw 0 6vw 0;
}

.Floor002841 .auto:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    background: url(../images/Floor002841_bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.Floor002841 .left .tit {
    color: #333;
    font-size: 34px;
}

.Floor002841 .left .en {
    font-family: "DINBold";
    font-size: 42px;
    color: #333;
    text-transform: uppercase;
}

.Floor002841 .left .info {
    color: #999;
    line-height: 28px;
    padding: 1.5vw 0 3.5vw 0;
}

.more {
    display: inline-block;
    background: #055ab2;
    color: #fff;
    padding: 0 20px;
    position: relative;
}

.more:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 4px;
    background: #fff;
    top: 50%;
    margin-top: -2px;
    right: 0;
    transition: 0.3s;
}

.more:hover:after {
    width: 0;
}

.more span {
    font-size: 14px;
    display: block;
    line-height: 50px;
    position: relative;
    padding-left: 44px;
}

.more span:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background: url(../images/Floor002841-more.png) no-repeat right center;
    transition: 0.3s;
}

.more:hover span:before {
    width: 30px;
}

.Floor002841 .right {
    position: relative;
    z-index: 1;
}

.Floor002841 .open-video {
    position: absolute;
    left: 42%;
    bottom: 22%;
    cursor: pointer;
    z-index: 10;
}

.Floor002841 .open-video i {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #055ab2 url(../images/Floor002841_btn.png) no-repeat center center;
    position: relative;
    z-index: 4;
}

.Floor002841 .open-video:before,
.Floor002841 .open-video:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    background: #055ab2;
    opacity: 0.2;
    -webkit-opacity: 0.2;
    animation: scale 3s infinite;
    -webkit-animation: scale 3s infinite;
}

.Floor002841 .open-video:before {
    left: -11px;
    top: -11px;
    bottom: -11px;
    right: -11px;
    animation-delay: 0.3s;
}

.Floor002841 .open-video:after {
    left: -20px;
    top: -20px;
    bottom: -20px;
    right: -20px;
}

@keyframes scale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    50% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes scale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    50% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@-ms-keyframes scale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    50% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@media(min-width:1025px) {
    .Floor002841 .auto:before {
        left: 50%;
        width: 80%;
    }
    .Floor002841 .left {
        width: 50%;
    }
    .Floor002841 .right {
        width: 40.073%;
    }
}

@media(max-width:1024px) {
    .Floor002841 .auto:before {
        left: -2%;
        width: 104%;
        background-repeat: repeat-x;
    }
    .Floor002841 .right {
        max-width: 553px;
        margin: 0 auto;
    }
    .Floor002841 .left {
        padding-bottom: 5vw;
    }
}

@media(max-width:640px) {
    .Floor002841 .left .tit {
        font-size: 28px;
    }
    .Floor002841 .left .en {
        font-size: 30px;
    }
}


/*Floor002842 */


/*slick Basic*/

.Floor002842 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}

.Floor002842 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.Floor002842 .slick-list:focus {
    outline: none
}

.Floor002842 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.Floor002842 .slick-slider .slick-track,
.Floor002842 .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)
}

.Floor002842 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.Floor002842 .slick-track:before,
.Floor002842 .slick-track:after {
    display: table;
    content: '';
}

.Floor002842 .slick-track:after {
    clear: both;
}

.Floor002842 .slick-loading .slick-track {
    visibility: hidden;
}

.Floor002842 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.Floor002842 .slick-slide .slick-loading img {
    display: none;
}

.Floor002842 .slick-slide .dragging img {
    pointer-events: none;
}

.Floor002842 .slick-initialized .slick-slide {
    display: block;
}

.Floor002842 .slick-loading .slick-slide {
    visibility: hidden;
}

.Floor002842 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.Floor002842 .slick-arrow .slick-hidden {
    display: none;
}


/*slick Basic End*/

.Floor002842 {
    position: relative;
    z-index: 1;
    min-height: 37.5vw;
    /* margin-bottom: 5vw; */
}

.Floor002842 .btn,
.Floor002842 .title {
    position: absolute;
    z-index: 10;
}

.Floor002842 .title .inner {
    position: absolute;
    left: 2vw;
    right: 2vw;
    bottom: 3vw;
    color: #000;
}

.Floor002842 .title .cn {
    font-size: 34px;
}

.Floor002842 .title .en {
    font-size: 42px;
    text-transform: uppercase;
}

.Floor002842 .btn {
    /* background: #e9edf0 url(../images/aaa.png) no-repeat center center; */
    top: 0;
    right: 0;
    background-size: contain !important;
    background-color: #fff;
}

.Floor002842 .slick-arrow {
    position: absolute;
    width: 5vw;
    height: 5vw;
    background: #fff;
    border: 0;
    padding: 0;
    font-size: 0;
}

.Floor002842 .slick-arrow:not(.slick-disabled) {
    cursor: pointer;
    background-color: #055ab2;
}

.Floor002842 .slick-arrow:before {
    display: inline-block;
    width: 70%;
    max-width: 38px;
    background: url(../images/Floor002842-more.png) no-repeat right center;
    height: 9px;
    content: '';
}

.Floor002842 .slick-disabled:before {
    background-image: url(../images/Floor002842-more2.png);
}

.Floor002842 .slick-prev {
    right: 100%;
    top: 100%;
}

.Floor002842 .slick-prev:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.Floor002842 .slick-next {
    left: 0;
    bottom: 0;
}

.Floor002842 .btn span {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "DINBold";
    font-weight: bold;
    width: 100%;
}

.Floor002842 .btn span img {
    margin-bottom: 8px;
}

.Floor002842 .btn span b {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.Floor002842 .btn span i {
    display: inline-block;
    font-size: 14px;
    background: #055ab2;
    color: #fff;
    padding: 8px 20px;
    margin: 0 auto;
    font-style: normal;
    border-radius: 10px;
    display: none;
}

.Floor002842 .slider li {
    float: left;
    position: relative;
}

.Floor002842 .slider li a {
    display: block;
    background: #333;
    color: #fff;
}

.Floor002842 .slider li a>* {
    position: absolute;
}

.Floor002842 .slider li .Ispic {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    transition: 0.3s;
}

.Floor002842 .slider li .txt,
.Floor002842 .slider li .more {
    left: 2vw;
    bottom: 3vw;
    transition: 0.3s;
}

.Floor002842 .slider li .txt {
    position: absolute;
    right: 2vw;
    font-size: 24px;
}

.Floor002842 .slider li .txt:before {
    width: 25px;
    margin-bottom: 1vw;
    background: #fff;
    display: block;
    content: '';
    height: 4px;
}

.Floor002842 .slider li a:hover .txt {
    bottom: 10vw;
}

.Floor002842 .slider li a:hover .Ispic {
    opacity: 0.8;
}

.Floor002842 .slider li .more {
    background: url(../images/Floor002842-more.png) no-repeat right center;
    width: 0;
    height: 9px;
    display: none;
}

.Floor002842 .slider li a:hover .more {
    width: 38px;
}

.Floor002842 .en {
    font-family: "DINBold";
}

.Floor002842 .btn a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

@media(min-width:1025px) {
    .Floor002842 .btn,
    .Floor002842 .title {
        width: 25%;
        height: 18.75vw;
    }
    .Floor002842 .title {
        right: 25%;
        top: 18.75vw;
    }
    .Floor002842 .slider li {
        width: 25%;
    }
    .Floor002842 .slider li:nth-child(3),
    .Floor002842 .slider li:nth-child(5) {
        margin-right: 25%;
    }
    .Floor002842 .slider li a {
        height: 18.75vw;
    }
}

@media(min-width:1025px) and (max-width:1366px) {
    .Floor002842 .slider li .txt {
        font-size: 20px;
    }
}

@media(max-width:1024px) {
    .Floor002842 {
        min-height: 75vw;
    }
    .Floor002842 .btn,
    .Floor002842 .title {
        width: 50%;
        height: 37.5vw;
    }
    .Floor002842 .title {
        right: 50%;
        top: 37.5vw;
    }
    .Floor002842 .slider li {
        width: 50%;
    }
    .Floor002842 .slider li:nth-child(1) {
        margin-right: 50%;
    }
    .Floor002842 .slider li:nth-child(2) {
        margin-left: 50%;
    }
    .Floor002842 .slider li a {
        height: 37.5vw;
    }
    .Floor002842 .slick-arrow {
        width: 10vw;
        height: 10vw;
    }
    .Floor002842 .slider li a:hover .txt {
        bottom: 20vw;
    }
    .Floor002842 .btn span {
        font-size: 16px;
    }
    .Floor002842 .btn span img {
        max-width: 60px;
    }
    .Floor002842 .btn span b {
        font-size: 14px;
    }
    .Floor002842 .btn span i {
        font-size: 12px;
    }
}

@media(max-width:640px) {
    .Floor002842 .slider li .txt {
        font-size: 3.5vw;
    }
    .Floor002842 .title .cn {
        font-size: 24px;
    }
    .Floor002842 .title .en {
        font-size: 18px;
    }
    .Floor002842 .cn {
        margin-bottom: 1vw;
    }
    .Floor002842 .slider li .txt:before {
        width: 5vw;
        height: 1vw;
        margin-bottom: 2vw;
    }
    .Floor002842 .slider li .txt,
    .Floor002842 .slider li .more {
        left: 4vw;
        bottom: 5vw;
    }
    .Floor002842 .slider li .txt {
        right: 4vw;
    }
}


/*Floor003099 */

.Floor003099 {
    font-family: 'SourceHanSerifCN-Regular';
    padding:4% 0;
    background: url(../images/bg03.png) no-repeat top center;
    background-size: cover;
}

.Floor003099 .title .tit {
    color: #333;
    font-size: 34px;
}

.Floor003099 .title .en {
    font-family: "DINBold";
    font-size: 42px;
    color: #333;
    text-transform: uppercase;
}

.Floor003099 .more {
    display: inline-block;
    background: #055ab2;
    color: #fff;
    padding: 0 20px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.Floor003099 .more:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 4px;
    background: #fff;
    top: 50%;
    margin-top: -2px;
    right: 0;
    transition: 0.3s;
}

.Floor003099 .more:hover:after {
    width: 0;
}

.Floor003099 .more span {
    font-size: 14px;
    display: block;
    line-height: 50px;
    position: relative;
    padding-left: 44px;
}

.Floor003099 .more span:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background: url(../images/Floor002841-more.png) no-repeat right center;
    transition: 0.3s;
}

.Floor003099 .more:hover span:before {
    width: 30px;
}

.Floor003099 .auto {
    max-width: 1400px;
    width: 96%;
    position: relative;
}

.Floor003099 .slider .slick-list li a {
    display: block;
    margin: 0 3%;
}

.Floor003099 .pic {
    overflow: hidden;
    position: relative;
    margin-right: 3px;
}

.Floor003099 .pic:before,
.Floor003099 .pic:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    transition: 0.5s;
    border: 3px solid transparent;
    z-index: 10;
}

.Floor003099 .pic:before {
    left: 0;
    bottom: 0;
    border-left-color: #055ab2;
    border-bottom-color: #055ab2;
}

.Floor003099 .pic:after {
    right: 0;
    top: 0;
    border-right-color: #055ab2;
    border-top-color: #055ab2;
}

.Floor003099 li a:hover .pic:after,
.Floor003099 li a:hover .pic:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.Floor003099 .pic .Ispic {
    padding-bottom: 63%;
    transition: 0.5s;
}

.Floor003099 .pic time {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #055ab2;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 8px 10px;
}

.Floor003099 li a:hover .Ispic {
    transform: scale(0.8);
}

.Floor003099 .slider li .txt {
    padding: 15px;
    background: #fff;
}

.Floor003099 .slider .slick-dots {
    display: table;
    margin: 0 auto;
}

.Floor003099 .slider .slick-dots li {
    float: left;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 12px;
    background: #eaeaea;
}

.Floor003099 .slider .slick-dots li button {
    display: none;
}

.Floor003099 .slider .slick-dots li.slick-active {
    border-color: #055ab2;
    background: none;
}

.Floor003099 .txt label {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 1.5vw;
}

.Floor003099 .txt time {
    font-size: 12px;
    color: #666;
}

.Floor003099 .txt .tit {
    font-size: 18px;
    color: #111;
    font-weight: 700;
    line-height: 28px;
    height: 56px;
}

.Floor003099 .txt .tit:hover {
    color: #055ab2;
}

.Floor003099 .txt p {
    line-height: 28px;
    color: #666;
    font-size: 15px;
}

@media(max-width:1024px) {
    .Floor003099 .title {
        font-size: 6vw;
        margin-bottom: 2%;
    }
    .Floor003099 .title .tit {
        font-size: 24px;
    }
    .Floor003099 .title .en {
        font-size: 18px;
    }
    .Floor003099 .more {
        position: relative;
        margin: 15px auto;
    }
    .Home_more {
        text-align: center;
    }
    .Floor003099 .slider .slick-dots {
        margin: 20px auto;
    }
    .Floor003099 .txt p {
        font-size: 14px;
    }
}

@media(min-width:641px) {
    .Floor003099 .slider {
        margin: 2vw -0.5vw 0 -0.5vw;
    }
}

@media(max-width:640px) {
    .Floor003099 .txt .tit {
        font-size: 16px;
    }
}


/*Bottom003043 */

.Bottom003043 {
    font-family: 'SourceHanSansCN-Light';
    background: url("../images/Bottom003043_bg.jpg") no-repeat center top;
    background-size: cover;
}

.Bottom003043 .auto {
    max-width: 1400px;
}

.Bottom003043,
.Bottom003043 a {
    color: rgba(255, 255, 255, 0.4);
}

.Bottom003043 a:hover {
    color: #fff;
}

.Bottom003043 .b-top {
    padding: 3% 0;
}

.Bottom003043 .contact ul {
    display: table;
}

.Bottom003043 .contact ul>* {
    display: table-cell;
    vertical-align: middle;
}

.Bottom003043 .contact ol {
    width: 105px;
}

.Bottom003043 .contact li {
    padding-left: 1.41vw;
}

.Bottom003043 .contact .tel {
    font-family: 'Bebas';
    font-size: 28px;
    color: #2789ef;
}

.Bottom003043 .contact p {
    margin-bottom: 0;
    line-height: 1.785em;
    margin-top: 0.5em;
}

@media(max-width:640px) {
    .Bottom003043 .contact ol {
        width: 22vw;
    }
    .Bottom003043 .contact li {
        padding-left: 3vw;
    }
    .Bottom003043 .contact .tel {
        font-size: 5.5vw;
    }
    .Bottom003043 .contact p {
        font-size: 3vw;
    }
}

.Bottom003043 .b-top nav {
    width: 57.819%;
}

.Bottom003043 .b-top nav dl {
    float: left;
    max-width: 120px;
}

.Bottom003043 .b-top nav dl.row2 {
    max-width: 200px;
}

.Bottom003043 .b-top nav dl.row2 dd {
    float: left;
    width: 50%;
}

.Bottom003043 .b-top nav dt {
    font-family: 'SourceHanSansCN-Regular';
    font-size: 16px;
    margin-bottom: 15px;
}

.Bottom003043 .b-top nav dt a {
    color: #fff;
}

.Bottom003043 .b-top nav dd {
    background: url("../images/Bottom003043_aicon.png") no-repeat left center;
    padding: 5px 0 5px 10px;
    line-height: 20px;
}

.Bottom003043 .b-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    text-align: center;
}

.Bottom003043 .b-bottom nav {
    margin-bottom: 10px;
}

.Bottom003043 .b-bottom nav a {
    display: inline-block;
}

.Bottom003043 .b-bottom nav a:not(:last-child):after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 10px;
    vertical-align: middle;
}

@media(max-width:1024px) {
    .Bottom003043 .b-top nav {
        display: none;
    }
}


/*Floor002820 */

.Floor002820 {
    padding: 4.2% 0;
    position: relative;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
}

.Floor002820 .title .tit {
    color: #333;
    font-size: 34px;
}

.Floor002820 .title .en {
    font-family: "DINBold";
    font-size: 42px;
    color: #333;
    text-transform: uppercase;
}

.Floor002820 .more {
    display: inline-block;
    background: #055ab2;
    color: #fff;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.Floor002820 .more:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 4px;
    background: #fff;
    top: 50%;
    margin-top: -2px;
    right: 0;
    transition: 0.3s;
}

.Floor002820 .more:hover:after {
    width: 0;
}

.Floor002820 .more span {
    font-size: 14px;
    display: block;
    line-height: 50px;
    position: relative;
    padding-left: 44px;
}

.Floor002820 .more span:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background: url(../images/Floor002841-more.png) no-repeat right center;
    transition: 0.3s;
}

.Floor002820 .more:hover span:before {
    width: 30px;
}

.Floor002820 .auto {
    max-width: 1400px;
    width: 96%;
    position: relative;
}

.Floor002820 .video .inner {
    position: relative;
}

.Floor002820 .video .files {
    position: absolute;
    left: 0;
    top: -5%;
    z-index: 5;
    bottom: -5%;
    width: 0;
    background: #fff;
    transition: 0.3s;
    overflow: hidden;
}

.Floor002820 .video .files.show {
    width: 100%;
}

.Floor002820 .video .files video {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    object-fit: cover;
}

.Floor002820 .video .pic img {
    display: block;
    width: 100%;
}

.Floor002820 .about {
    color: #333;
    font-size: 18px;
    padding: 2% 0;
}

@media(min-width:1025px) {
    .Floor002820 .number {
        width: 71%;
        padding-right: 4%;
    }
}

@media(max-width:1024px) {
    .Floor002820 .ytable,
    .Floor002820 .ytable-cell {
        display: block;
    }
    .Floor002820 .video {
        width: 90%;
        max-width: 573px;
        margin: 40px auto 0;
    }
    .Floor002820 .title {
        font-size: 6vw;
    }
    .Floor002820 .title .tit {
        font-size: 24px;
    }
    .Floor002820 .title .en {
        font-size: 18px;
    }
    .Floor002820 .about {
        line-height: 28px;
        font-size: 16px;
    }
    .Floor002820 .more {
        position: relative;
        margin: 20px auto;
    }
}

.Floor002820 .info-num li {
    margin: 3% 0;
    background-color: #fff;
    background-size: 30px;
    background-position: 95% 10px;
    background-repeat: no-repeat;
}
.Floor002820 .info-num li:nth-child(3n){margin-right: 0;}
.Floor002820 .info-num li:nth-child(1){background-image: url(../images/nj1.png)}
.Floor002820 .info-num li:nth-child(2){background-image: url(../images/nj2.png)}
.Floor002820 .info-num li:nth-child(3){background-image: url(../images/nj3.png)}
.Floor002820 .info-num li:nth-child(4){background-image: url(../images/nj4.png)}
.Floor002820 .info-num li:nth-child(5){background-image: url(../images/nj5.png)}
.Floor002820 .info-num li:nth-child(6){background-image: url(../images/nj6.png)}


.Floor002820 .info-num li:hover {
    /* background: #fff; */
    box-shadow: 0 0 10px rgba(5, 90, 178, .4);
}

.Floor002820 .pic{overflow: hidden;}
.Floor002820 .pic img{transform: scale(1);transition: all .3s;}
.Floor002820 .pic:hover img{transform: scale(1.1);}
@media(min-width:641px) {
    .Floor002820 .info-num li {
        float: left;
        width: 32%;
        margin-right: 2%;
        border-left: 10px solid #f9f9f9;
        padding-left: 20px;

    }
   
}

.Floor002820 .info-num li aside {
    display: inline-block;
    position: relative;
}

.Floor002820 .info-num li aside b {
    font-family: "DINBold";
    font-size: 70px;
    color: #055ab2;
    display: block;
}

.Floor002820 .info-num li aside sub {
    position: absolute;
    left: 100%;
    word-break: keep-all;
    bottom: 15%;
    font-size: 16px;
    font-weight: 100;
    margin-left: 10px;
}

.Floor002820 .info-num li p {
    font-size: 15px;
    color: #666;
    margin-bottom: 0;
    margin-top: 22px;
    min-height: 48px;
}

@media(min-width:1025px) and (max-width:1200px) {
    .Floor002820 .info-num li aside b {
        font-size: 60px;
    }
}

@media(min-width:641px) and (max-width:769px) {
    .Floor002820 .info-num li aside b {
        font-size: 60px;
    }
}

@media(max-width:1024px) {
    .Floor002820 .info-num li aside b {
        font-size: 30px;
    }
    .Floor002820 .info-num {
        display: flex;
        flex-wrap: wrap;
    }
    .Floor002820 .info-num li {
        float: left;
        width: 33.3333%;
        padding-left: 0;
    }
}


/*栏目页 s*/


/*Banner002848 */

.Banner002848 img {
    display: block;
    width: 100%;
}


/*
 .Menu002272 为demo编号
 */

.Menu002272 {}

.Menu002272 .nav-menu {
    border-bottom: 1px solid #eef0f1;
}

.Menu002272 .nav-menu ul {
    display: none;
}

.Menu002272 .current {
    padding-left: 25px;
    background: url(../images/Menu002272-icon.png) no-repeat left center;
}

.Menu002272 .current a {
    font-size: 14px;
    color: #717171;
    padding: 0 13px 0 10px;
    position: relative;
    line-height: 45px;
}

.Menu002272 .current a:after {
    content: "·";
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    height: 20px;
    color: #ddd;
}

.Menu002272 .current a:first-child {
    padding-left: 0;
}

.Menu002272 .current a:hover {
    color: #FC433E;
}

.Menu002272 .current span {
    padding-left: 10px
}

@media screen and (min-width:768px) {
    .Menu002272 .nav-menu ul {
        display: block;
        float: left;
    }
    .Menu002272 .nav-menu ul li {
        float: left;
        line-height: 60px;
        margin: 0 2px;
        padding: 0 3px;
    }
    .Menu002272 .nav-menu ul li:first-child {
        margin-left: 0;
    }
    .Menu002272 .nav-menu ul li:hover,
    .Menu002272 .nav-menu ul li.on {
        background: #055ab2;
    }
    .Menu002272 .nav-menu ul li:hover a,
    .Menu002272 .nav-menu ul li.on a {
        color: #fff;
    }
    .Menu002272 .nav-menu .location {
        float: right;
    }
    .Menu002272 .current a {
        line-height: 60px;
    }
}

@media screen and (min-width:1024px) {
    .Menu002272 .nav-menu ul li {
        padding: 0 12px;
        margin: 0 6px;
    }
}

@media screen and (min-width:1200px) {
    .Menu002272 .nav-menu ul li {
        line-height: 73px;
        font-weight: 700;
    }
    .Menu002272 .current a {
        line-height: 73px;
        font-weight: 700;
    }
    .Menu002272 .current span {
        font-weight: 700;
    }
}

@media(max-width:1024px) {
    .Menu002272 .nav-menu ul {
        display: flex;
        flex-wrap: wrap;
    }
    .Menu002272 .nav-menu ul li {
        font-size: 14px;
        padding: 10px 15px;
    }
    .Menu002272 .current {
        display: none;
    }
    .Menu002272 .nav-menu ul li.on {
        background: #055ab2;
    }
    .Menu002272 .nav-menu ul li.on a {
        color: #fff;
    }
}


/*RighInfo000623 */


.RighInfo000623 {
    padding: 3.125vw 0;
    background: linear-gradient(to bottom,rgba(5,90,178,.1),#f5f5f5);
}

.RighInfo000623 .title {
    margin-bottom: 2vw;
}

.RighInfo000623 .title:after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background: #055ab2;
    margin-top: 1vw;
}

.RighInfo000623 .title .cn {
    font-size: 30px;
    color: #055ab2;
    padding-bottom: 10px;
    font-weight: bold;
}

.RighInfo000623 .title .en {
    color: #d2d2d2;
    letter-spacing: 2px;
}

@media(max-width:768px) {
    .RighInfo000623 .title {
        padding-bottom: 6vw;
    }
}

@media(max-width:640px) {
    .RighInfo000623 .title .cn {
        font-size: 6vw;
    }
}

.RighInfo000623 .ytable-cell {
    padding: 4.167vw 0;
}

.RighInfo000623 .pic .inner {
    position: relative;
}

.RighInfo000623 .pic time {
    bottom: 0;
    text-align: right;
    position: absolute;
    right: 0;
    background: rgba(5, 90, 178, 0.64);
    color: #fff;
    padding: 26px 50px 26px 26px;
}

.RighInfo000623 .pic time span {
    display: block;
    margin-bottom: 5px;
    font-size: 72px;
    line-height: 0.8em;
}

.RighInfo000623 .pic time span:before {
    display: inline-block;
    height: 2px;
    background: #fff;
    content: '';
    width: 16px;
    vertical-align: bottom;
    margin-right: 5px;
}

.RighInfo000623 .info {
    background: url("../images/RighInfo000623_bg.jpg") no-repeat right top #fff;
    background-size: contain;
}

.RighInfo000623 .p-info {
    font-size: 15px;
    line-height: 2.4em;
    color: #7d7d7d;
}

.RighInfo000623 .p-info p {
    margin: 0 0 10px 0;
    line-height: 30px;
}

@media(min-width:1025px) {
    .RighInfo000623 .pic {
        width: 16.429%;
    }
    .RighInfo000623 .pic .inner {
        width: 208.696%;
    }
    .RighInfo000623 .info .inner {
        padding-left: 31.624%;
        padding-right: 8.548%;
    }
}

@media(max-width:1024px) {
    .RighInfo000623 .ytable,
    .RighInfo000623 .ytable-cell {
        display: block;
    }
    .RighInfo000623 .info {
        padding: 6vw;
    }
}

@media(max-width:640px) {
    .RighInfo000623 .pic time span {
        font-size: 12vw;
    }
    .RighInfo000623 .p-info {
        font-size: 3.5vw;
    }
}


/*PicList002120 */

.PicList002120 {
    background: linear-gradient(to bottom,rgba(5,90,178,.1),#f5f5f5);
    padding: 3% 0;
}

.PicList002120 li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.PicList002120 li a {
    display: block;
    overflow: hidden;
}

.PicList002120 li .table {
    display: none;
}

.PicList002120 li a .Ispic {
    padding-bottom: 77%;
    background-size: cover;
    position: relative;
}

.PicList002120 li a .Ispic::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    bottom: 0px;
    background-image: url(../images/fdj.png);
    background-position: right top;
    background-size: 30px;
    background-repeat: no-repeat;
}

.PicList002120 li p {
    margin: 0;
    line-height: 46px;
    padding: 0 2%;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
}

@media(min-width:641px) {
    .PicList002120 li:nth-child(4n) {
        margin-right: 0;
    }
}

@media(max-width:640px) {
    .PicList002120 li {
        width: 48%;
        margin-right: 4%;
    }
    .PicList002120 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:375px) {
    .PicList002120 li p {
        font-size: 14px;
    }
}


/*
 Map002779
 */

.Map002779 {
    padding: 3% 0;
    background: linear-gradient(to bottom,rgba(5,90,178,.1),#f5f5f5);
}

.Map002779 li {
    width: 100%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 4%;
    background: #f3f7f9;
    box-shadow: 8px 5px 26px #D7D7D7;
}

.Map002779 li img {
    display: none;
}

.Map002779 li .pic {
    display: block;
    padding-bottom: 62.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Map002779 li .main {
    padding: 6%;
    border-top: 6px solid #055ab2;
}

.Map002779 li h1 {
    margin: 0;
    font-size: 18px;
    color: #055ab2;
}

.Map002779 li p {
    font-size: 14px;
    line-height: 28px;
    margin: 14px 0;
}

.Map002779 li dl {
    font-size: 14px;
    display: block;
    margin-bottom: 14px;
    line-height: 28px;
}

.Map002779 li .more {
    background: url(../images/Map002779-icon.png) no-repeat;
    font-size: 14px;
    color: #009933;
    display: block;
    padding: 5px 37px;
}

@media (min-width:480px) {
    .Map002779 li {
        width: 47.5%;
        margin-right: 5%;
        float: left;
    }
}

@media (min-width:768px) {
    .Map002779 li {
        width: 32%;
        margin-right: 2%;
    }
    .Map002779 li:nth-child(3n) {
        margin-right: 0;
    }
    .Map002779 li:nth-child(3n+1) {
        clear: left;
    }
}

.Map002779 .open_map {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.Map002779 .map_area {
    position: fixed;
    width: 80%;
    left: 10%;
    top: 25%;
    height: 50%;
    background: #fff;
    font-size: 12px;
}

.Map002779 .map_area #allmap {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
}

.Map002779 .map_area #allmap * {
    box-sizing: content-box;
}

.Map002779 .map_area #allmap img {
    max-width: none;
}

.Map002779 .map_area .close {
    position: absolute;
    right: 0;
    width: 31px;
    height: 31px;
    top: -32px;
    background: #fff;
    cursor: pointer;
}

.Map002779 .map_area .close::before,
.Map002779 .map_area .close::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background: #0033a0;
    top: 15px;
    left: 3px;
}

.Map002779 .map_area .close::before {
    transform: rotate(45deg);
}

.Map002779 .map_area .close::after {
    transform: rotate(-45deg);
}

@media(max-width:768px) {
    .Map002779 li:nth-child(2n) {
        margin-right: 0;
    }
    .Map002779 li:nth-child(2n+1) {
        clear: left;
    }
    .Map002779 .map_area {
        width: 96%;
        left: 2%;
    }
    .Map002779 .map_area #allmap {
        left: 5px;
        top: 5px;
        right: 5px;
        bottom: 5px;
    }
}


/*
 .Page002274 为demo编号
 */

.Page002274 {
    text-align: center;
    padding: 1% 0 60px;
    color: #666666;
}

.Page002274 .Pages * {
    vertical-align: middle;
}

.Page002274 .Pages .p_cur,
.Page002274 .Pages .p_count,
.Page002274 .Pages .p_total {
    display: none;
}

.Page002274 .Pages a {
    display: inline-block;
    padding: 0 15px;
    line-height: 37px;
    background-color: #eef0f1;
    color: #666666;
    margin-left: 5px;
}

.Page002274 .Pages a:hover,
.Page002274 .Pages a.a_cur {
    color: #fff;
    background-color: #055ab2;
}

.Page002274 .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.Page002274 .Pages .i_text {
    width: 47px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ceced5;
}

.Page002274 .Pages .i_button {
    cursor: pointer;
    background: none;
    width: 47px;
    height: 36px;
    border: 1px solid #ceced5;
}

.Page002274 .Pages .p_jump b {
    font-weight: normal;
    margin: 0 5px;
}

.Page002274 .Pages .a_prev,
.Page002274 .Pages .a_next {
    font-family: 宋体;
    font-weight: bold;
    padding: 0 25px;
}

@media(max-width:1000px) {
    .Page002274 .Pages em {
        display: none;
    }
}

@media(max-width:640px) {
    .Page002274 .Pages a.a_first,
    .Page002274 .Pages a.a_end {
        display: none;
    }
    .Page002274 .Pages a {
        padding: 0 10px;
    }
}


/*RighInfo002973 */

.RighInfo002973 {
    padding:3% 0;
    color: #333;
    font-size: 16px;
    background: linear-gradient(to bottom,rgba(5,90,178,.1),#f5f5f5);
}

.RighInfo002973>.auto {
    max-width: 1280px;
}

.RighInfo002973 .news-details {
    max-width: 1226px;
    padding: 3% 0;
}

.RighInfo002973 .news-details .title {
    text-align: center;
}

.RighInfo002973 .news-details .title h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
}

.RighInfo002973 .news-details .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px;
    line-height: 16px;
}

.RighInfo002973 .news-details .title .bshare-custom {
    display: inline-block;
}

.RighInfo002973 .bshare-custom a {
    background-position: center center;
    margin: 0 0 0 14px;
}

.RighInfo002973 .bshare-custom a.bshare-weixin {
    background-image: url("../images/RighInfo002973_share_wx.png");
}

.RighInfo002973 .bshare-custom a.bshare-sinaminiblog {
    background-image: url("../images/RighInfo002973_share_sina.png");
}

.RighInfo002973 .bshare-custom a.bshare-qzone {
    background-image: url("../images/RighInfo002973_share_qz.png");
}

.RighInfo002973 .news-details .edit-info {
    line-height: 1.875em;
    border-bottom: 1px solid #d2d2d2;
    padding: 2% 0;
    margin-bottom: 2%;
}

.RighInfo002973 .edit-info img {
    margin: 2% 0;
}

.RighInfo002973 .edit-info p {
    text-indent: 2em;
}

.RighInfo002973 .pn-page aside {
    padding: 10px 0;
}

.RighInfo002973 .pn-page aside a {
    color: #666;
}

.RighInfo002973 .pn-page aside a b {
    color: #333;
}

.RighInfo002973 .operating a:hover,
.RighInfo002973 .pn-page aside a:hover {
    color: #205393;
}

.RighInfo002973 .operating {
    overflow: hidden;
    line-height: 24px;
}

.RighInfo002973 .operating a {
    padding-left: 38px;
    background-repeat: no-repeat;
    background-position: left center;
}

.RighInfo002973 .operating a:not(:last-child) {
    margin-right: 45px;
}

.RighInfo002973 .operating a.a-print {
    background-image: url("../images/goback.png");
}

.RighInfo002973 .operating a.a-close {
    background-image: url("../images/RighInfo002973_close.png");
}

@media(min-width:1025px) {
    .RighInfo002973 .pn-page {
        min-height: 24px;
        position: relative;
        padding-right: 230px;
    }
    .RighInfo002973 .pn-page .operating {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .RighInfo002973 .operating a {
        float: left;
    }
}

@media(max-width:1024px) {
    .RighInfo002973 .operating {
        text-align: right;
        padding-bottom: 20px;
    }
    .RighInfo002973 .operating a {
        display: inline-block;
    }
}

@media(max-width:640px) {
    .RighInfo002973 .news-details .title h1 {
        font-size: 6vw;
    }
    .RighInfo002973 {
        font-size: 14px;
    }
}


/*
 .PicList001234 为demo编号
 */

.PicList001234 {
    padding: 3% 0;
    background: linear-gradient(to bottom,rgba(5,90,178,.1),#f5f5f5);
}

.PicList001234 li {
    float: left;
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 2.75%;
}

.PicList001234 li:nth-child(3n) {
    margin-right: 0;
}

.PicList001234 li div {
    padding: 3%;
    background-color: #fff;
}

.PicList001234 li h2 {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}

.PicList001234 li p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 0;
}

.PicList001234 li figure {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 53%;
}

.PicList001234 li figure img {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.PicList001234 li figure:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.PicList001234 li figure i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #1657bb;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    background-color: rgba(255, 255, 255, 0.7);
}

.PicList001234 li figure i::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid #1657bb;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: 0;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -3px;
}

@media(max-width:480px) {
    .PicList001234 li {
        width: auto;
        margin-right: 0;
        float: none;
        padding: 0 15px;
    }
}


/*Floor003083 */

.Floor003083 {
    padding: 3% 0;
    font-size: 16px;
    background: linear-gradient(to bottom,rgba(5,90,178,.1),#f5f5f5);
}

.Floor003083 .title {
    line-height: 1;
    font-size: 36px;
    color: #333;
}

.Floor003083 .slick-dots {
    text-align: center;
}

.Floor003083 .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 10px 0;
    position: relative;
    list-style: none;
    margin: 0 9px;
}

.Floor003083 .slick-dots li button {
    font-size: 0;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 0;
    position: absolute;
    border-radius: 50%;
}

.Floor003083 .slick-dots li:not(.slick-active) button {
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
}

.Floor003083 .slick-dots li.slick-active button {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0f55b0;
}

.Floor003083 .slider {
    margin: 0;
}

.Floor003083 .slider {
    overflow: hidden;
    padding: 15px;
}

.Floor003083 .slider .url {
    float: left;
    margin-left: -1px;
    border: 1px solid #f5f5f5;
    width: 16.66%;
}

.Floor003083 .slider p {
    text-align: center;
}

.Floor003083 .slider a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 5% 10%;
    background-color: #fff;
}

.Floor003083 .slider .Ispic {
    height: 140px;
    background-size: contain;
}

.Floor003083 .slider .url {
    position: relative;
}

.Floor003083 .slider .url:before {
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    content: '';
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.3s;
}

.Floor003083 .slider .url:hover:before {
    opacity: 1;
}

.Floor003083 .slider .url:hover {
    z-index: 4;
}

@media(min-width:1025px) {
    .Floor003083 .slider>div {
        width: 16.6667%;
    }
    .Floor003083 .slider>div:nth-child(6n+1),
    .Floor003083 .slider>div:nth-child(1) {
        margin-left: 0;
    }
}

@media(min-width:751px) and (max-width:1024px) {
    .Floor003083 .slider>div {
        width: 25%;
    }
    .Floor003083 .slider>div:nth-child(4n+1),
    .Floor003083 .slider>div:nth-child(1) {
        margin-left: 0;
    }
}

@media(min-width:641px) and (max-width:750px) {
    .Floor003083 .slider>div {
        width: 33.333%;
    }
    .Floor003083 .slider>div:nth-child(3n+1),
    .Floor003083 .slider>div:nth-child(1) {
        margin-left: 0;
    }
}

@media(max-width:640px) {
    .Floor003083 {
        font-size: 3vw;
    }
    .Floor003083 .title {
        font-size: 5vw
    }
    .Floor003083 .slider>div {
        width: 50%;
    }
    .Floor003083 .slider>div:nth-child(2n+1),
    .Floor003083 .slider>div:nth-child(1) {
        margin-left: 0;
    }
    .Floor003083 .slider .Ispic {
        height: 28vw;
    }
    .Floor003083 .slider .url {
        width: 50%;
    }
}


/*Floor002479 */

.Floor002479 {
    background: #f5f5f5;
    font-size: 18px;
    padding: 4% 0;
}

.Floor002479 .auto {
    position: relative;
}

.Floor002479 .img {
    position: absolute;
    top: 0;
    left: 0;
}

.Floor002479 .img img {
    width: 63.8%;
}

.Floor002479 footer {
    max-width: 1600px;
}

.Floor002479 .left {
    float: left;
    width: 38.3%;
    color: #989494;
    line-height: 22px;
    padding-top: 3%;
}

.Floor002479 .left a {
    color: #989494;
}

.Floor002479 .left em {
    font-style: normal;
    margin: 0 10px;
}

.Floor002479 .contact {
    float: right;
    width: 61.7%;
    position: relative;
    z-index: 10;
    margin-top: 6%;
}

.Floor002479 .contact .title {
    position: relative;
    color: #2e2020;
    font-size: 22px;
    padding-left: 65%;
    margin-bottom: 3%;
}

.Floor002479 .contact .title::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 60%;
    left: 0;
    top: 0;
    background: url(../images/Floor002479-deco.png) no-repeat right center;
    background-size: auto 95%;
    max-height: 77px;
}

.Floor002479 .contact .title h1 {
    font-size: 46px;
    font-weight: normal;
    margin: 0;
}

.Floor002479 .from {
    background: url(../images/Floor002479-bg.png) no-repeat right center #fff;
    background-size: auto 90%;
    padding: 5% 8%;
    position: relative;
    box-shadow: 10px 0 51px rgba(0, 0, 0, 0.1);
}

.Floor002479 .from h2 {
    margin: 0;
    color: #055ab2;
    font-size: 30px;
    font-weight: normal;
}

.Floor002479 .from p {
    border-bottom: 1px solid #f5f3f0;
    padding-bottom: 3%;
    line-height: 30px;
}

.Floor002479 .from table {
    width: 95%;
    margin-top: 35px;
}

.Floor002479 .from td {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    color: #f00;
}

.Floor002479 textarea {
    height: 80px!important;
}

.Floor002479 .from td:nth-child(1) {
    width: 100%;
    color: #6b6464;
}

.Floor002479 .from td:nth-child(3) {
    width: 20px;
    color: #79242f;
    text-align: right;
}

.Floor002479 .from .text {
    border: none;
    width: 100%;
    height: 34px;
    line-height: 34px;
}

.Floor002479 .from .btn td {
    border-bottom: 0;
    padding-top: 35px;
}

.Floor002479 .from .btn input {
    height: 42px;
    padding: 0 34px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    background: #055ab2;
    border: none;
}

.Floor002479 .from .share {
    float: right;
    margin-top: -5%;
}

.Floor002479 .from .share a {
    display: inline-block;
    float: none;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    margin-left: 14px;
    margin-right: 0;
    background: url(../images/Floor002479-share.png) no-repeat 0 0;
}

.Floor002479 .from .share a.wx {
    background-position: -46px 0;
    position: relative;
}

.Floor002479 .from .share a.wx span {
    display: none;
    position: absolute;
    width: 144px;
    height: 144px;
    left: 50%;
    margin-left: -72px;
    bottom: 40px;
    border: 4px solid #cbbeae;
}

.Floor002479 .from .share a.wx span::after {
    position: absolute;
    content: '';
    border: 6px solid transparent;
    border-top-color: #cbbeae;
    bottom: -16px;
    left: 50%;
    margin-left: -6px;
}

.Floor002479 .from .share a.bds_tsina {
    background-position: -92px 0;
}

.Floor002479 .from .share a.bds_tqf {
    background-position: right top;
}

.Floor002479 .from .share a:hover {
    background-image: url(../images/Floor002479-share_hover.png);
    opacity: 1 !important;
}

.Floor002479 .from .share a.wx:hover span {
    display: block;
}

@media(max-width:1600px) {
    .Floor002479 .left {
        padding-left: 2%;
    }
}

@media(max-width:1200px) {
    .Floor002479 .contact .title {
        font-size: 18px;
    }
    .Floor002479 .contact .title h1 {
        font-size: 30px;
    }
}

@media(max-width:1024px) {
    .Floor002479 .from .share {
        margin-top: 0;
    }
}

@media(max-width:640px) {
    .Floor002479 .left,
    .Floor002479 .contact {
        float: none;
        width: auto;
    }
    .Floor002479 .contact {
        margin-top: 0 !important;
    }
    .Floor002479 .contact .title {
        padding-left: 40%;
        margin-top: 3%;
    }
    .Floor002479 .contact .title::before {
        width: 38%;
    }
    .Floor002479 .img img {
        width: 100%;
    }
    .Floor002479 .from .share {
        float: none;
        font-size: 14px;
    }
    .Floor002479 .from .share .bdsharebuttonbox {
        margin: 0 auto;
        width: 240px;
    }
    .Floor002479 .img {
        position: static;
    }
}

@media(max-width:480px) {
    .Floor002479 .from h2 {
        font-size: 20px;
    }
    .Floor002479 .contact .title,
    .Floor002479 {
        font-size: 14px;
    }
    .Floor002479 .from table {
        width: 100%;
    }
}


/*
 .Floor000834 为demo编号
 */

.Floor000834 {
    padding: 3% 0;
}

.Floor000834 .auto {
    max-width: 1280px;
}

@media(max-width:1330px) {
    .Floor000834 .auto {
        padding: 0 2%;
    }
}

.Floor000834 h1 {
    padding-top: 3%;
    line-height: 35px;
    font-size: 30px;
    margin: 0;
    font-weight: normal;
    color: #404040;
}

.Floor000834 h1 a {
    float: right;
    background: url(../images/Floor000834-a_more.jpg) no-repeat right center;
    padding-right: 15px;
    font-size: 14px;
    color: #757575;
}

.Floor000834 h1 a:hover {
    text-decoration: underline;
}

.Floor000834 li {
    float: left;
    overflow: hidden;
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 3%;
}

.Floor000834 li:nth-child(4n) {
    margin-right: 0;
}

.Floor000834 li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.Floor000834 li figure {
    padding-bottom: 75%;
    transition: all ease 0.5s;
}

.Floor000834 li p {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0;
    background: url(../images/Floor000834-icon.png) no-repeat 90% center rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 10px;
    color: #fff;
    font-size: 16px;
}

.Floor000834 li:hover figure {
    transform: scale(1.2);
}

@media(max-width:768px) {
    .Floor000834 li {
        width: 49%;
        margin-right: 2%;
        margin-top: 2%;
    }
    .Floor000834 li:nth-child(4n) {
        margin-right: 2%;
    }
    .Floor000834 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .Floor000834 h1 {
        font-size: 20px;
    }
    .Floor000834 li p {
        position: relative;
        background: none;
        color: #333;
        text-align: center;
        font-size: 14px;
        padding: 0;
    }
    .Floor000834 li:hover figure {
        transform: scale(1);
    }
}


/*PicList002736 */

.PicList002736 {
    padding-top: 2%;
    background: linear-gradient(to bottom,rgba(5,90,178,.1),#f5f5f5);
}

.PicList002736 li {
    margin-bottom: 2%;
}

.PicList002736 li a {
    overflow: hidden;
    display: block;
    background: #fff;
    border: 3px solid #f0f0f0;
    transition: 0.3s;
    padding: 2%;
}

.PicList002736 li a:hover {
    border-color: #055ab2;
    box-shadow: 0 10px 14px rgba(60, 60, 66, 0.3);
}

.PicList002736 li .Ispic {
    background-size: contain;
}

.PicList002736 li .txt {
    padding: 2.5% 0;
}

.PicList002736 li .txt h3 {
    font-size: 18px;
    color: #055ab2;
    margin-bottom: 10px;
}

.PicList002736 li .txt p {
    line-height: 28px;
    color: #555;
    margin-bottom: 0;
}

.PicList002736 li .txt time {
    font-size: 16px;
    color: #999;
    border: 1px solid #999;
    padding: 5px 8px;
    display: inline-block;
    margin-top: 4%;
}

@media(min-width:481px) {
    .PicList002736 li .Ispic {
        float: left;
    }
    .PicList002736 li .txt {
        float: right;
        margin-right: 3%;
    }
}

@media(min-width:1025px) {
    .PicList002736 li .Ispic {
        width: 25%;
        padding-bottom: 15.508%;
    }
    .PicList002736 li .txt {
        width: 70%;
    }
}

@media(min-width:481px) and (max-width:1024px) {
    .PicList002736 li .Ispic {
        width: 45%;
        padding-bottom: 31.3%;
    }
    .PicList002736 li .txt {
        width: 48%;
    }
}

@media(max-width:640px) {
    .PicList002736 li .txt p {
        -webkit-line-clamp: 3;
        height: 84px;
    }
}

@media(max-width:480px) {
    .PicList002736 li {
        margin-bottom: 20px;
    }
    .PicList002736 li .Ispic {
        padding-bottom: 69.5%;
    }
    .PicList002736 li .txt {
        padding: 15px;
    }
}


/*
 .RighInfo002254 为demo编号
 */

.RighInfo002254 {
    padding: 0 0 2%;
}

.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: cover;
}

.RighInfo002254 .list {
    padding: 42px 0 42px 82.9%;
}

.RighInfo002254 .list .bd {
    position: relative;
    min-height: 390px;
}

.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;
}

.RighInfo002254 .list li.on figure {
    border: 2px solid #055ab2;
}

.RighInfo002254 .right_info {
    float: right;
    width: 39.2%;
}

.RighInfo002254 .right_info span {
    font-size: 15px;
    color: #666;
    display: block;
    margin-top: 10px;
}

.RighInfo002254 .right_info h1,
.RighInfo002254 .right_info h3,
.RighInfo002254 .right_info p {
    margin: 0;
    padding: 5% 0;
    border-bottom: 1px solid #e7e8e8;
}

.RighInfo002254 .right_info .about {
    line-height: 30px;
    color: #999;
    font-size: 16px;
    margin-top: 2%;
}

.RighInfo002254 .right_info h1 {
    padding: 7% 0;
    color: #055ab2;
    font-size: 26px;
}

.RighInfo002254 .right_info h3 {
    font-size: 18px;
    font-weight: normal;
}

.RighInfo002254 .right_info p {
    line-height: 30px;
    color: #999;
    margin-bottom: 10%;
}

.RighInfo002254 .right_info a {
    display: inline-block;
    border: 1px solid #fdf3f2;
    padding: 10px 5%;
    color: #055ab2;
    transition: 0.4s;
}

.RighInfo002254 .right_info a:hover {
    background-color: #055ab2;
    color: #fff;
}

.RighInfo002254 .tab {
    padding: 3% 0;
}

.RighInfo002254 .tab .h1_tab {
    margin: 0;
    border-bottom: 1px solid #e7e8e8;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.RighInfo002254 .tab .h1_tab span {
    float: left;
    padding: 0 5%;
    line-height: 50px;
    margin-right: 4px;
    cursor: pointer;
}

.RighInfo002254 .tab .h1_tab span.on {
    color: #333;
}

.RighInfo002254 .tab .info {
    padding-top: 3%;
}

.RighInfo002254 .tab .info p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
}

.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;
}

.RighInfo002254 .tab .info table {
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}
.RighInfo002254 .tab .info table td{padding:6px;color:#333;}

@media(max-width:768px) {
    .RighInfo002254 .list_img,
    .RighInfo002254 .right_info {
        float: none;
        width: auto;
    }
    .RighInfo002254 .tab .info {
        overflow-x: scroll;
        width: 100%;
        max-width: 600px;
    }
}

@media(max-width:640px) {
    .RighInfo002254 .list li {
        height: 100px;
    }
    .RighInfo002254 .right_info h1 {
        font-size: 20px;
    }
    .RighInfo002254 .right_info h3 {
        font-size: 16px;
    }
    .RighInfo002254 .list .bd {
        min-height: 300px;
    }
}

@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%;
    }
    .RighInfo002254 .list .bd {
        min-height: 240px;
    }
}


/*RighInfo002554 */

.RighInfo002554 {
    padding: 3% 0;
    background: linear-gradient(to bottom,rgba(5,90,178,.1),#f5f5f5);
}

.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: #055ab2;
}

.RighInfo002554 .table_1 .th_3 {
    background: #009bff;
}

.RighInfo002554 .table_1 .th_4 {
    background: #314453;
}

.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%;
    }
}


/*
 .TextList001230 为demo编号
 */

.TextList001230 {
    padding: 3% 2%;
    font-size: 15px;
    background: #fff;
}

.TextList001230 li {
    border-bottom: 1px dotted #ddd;
    padding: 20px 60px 20px 0;
    overflow: hidden;
    position: relative;
   
}

.TextList001230 li time {
    text-align: center;
    float: left;
    line-height: 24px;
    width: 68px;
    margin-right: 15px;
    border-radius: 5px;
    background-color: #055ab2;
    ;
    color: #fff;
}

.TextList001230 li time span {
    line-height: 44px;
    display: block;
    font-size: 30px;
    color: #055ab2;
    ;
    background-color: #fff;
}

.TextList001230 li a {
    position: absolute;
    right: 0;
    padding-top: 25px;
    height: 24px;
    top: 50%;
    margin-top: -25px;
    background: url(../images/TextList001230-icon.png) no-repeat center top;
}

.TextList001230 li p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.TextList001230 li p span {
    color: #999;
}

.TextList001230 li p span i {
    font-style: normal;
    color: #9c0015;
}

.Title29 {
    text-align: center;
}

.Title29 h1 {
    font-size: 26px;
    color: #333;
    font-weight: normal;
}

.Title29 b {
    display: block;
    margin: 17px auto;
    width: 45px;
    height: 2px;
    background: #dedede;
}


/* 搜索列表 */

.SearchList {
    padding: 3% 0;
    min-height: 500px;
}

.SearchList ul li {
    line-height: 40px;
    padding-right: 90px;
    position: relative;
    padding-left: 10px;
    border-bottom: 1px dotted #e6e6e6;
    height: 41px;
}

.SearchList ul li time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
}

.SearchList ul li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #0033a0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.SearchList ul li p {
    font-size: 16px;
}

@media(max-width:1024px) {
    .Title29 h1 {
        font-size: 20px;
    }
}


/* 2021年12月30号新增 */

.cp_box {
    padding: 3% 0;
    background: linear-gradient(to bottom,rgba(5,90,178,.1),#f5f5f5);
}


/*Menu002306*/

.Menu002306 {
    background: #fff;
}

.Menu002306 .side-title {
    line-height: 50px;
    background-color: #87b2c7;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 75px 0 32px;
    position: relative;
    border-radius: 8px 0 0 0;
}

.Menu002306 .side-title::after,
.Menu002306 .side-title::before {
    content: '';
}

.Menu002306 .side-title::before {
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 0 15px 44px 20px;
    border-color: transparent transparent #87b2c7 transparent;
}

.Menu002306 .side-title::after {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-left: 10px;
}

.Menu002306 .side-menu {
    padding-bottom: 50px;
    overflow: hidden;
}

.Menu002306 .side-menu li a {
    display: block;
    line-height: 32px;
}

.Menu002306 .side-menu>ul>li {
    border-bottom: 1px solid #e7f0f4;
}

.Menu002306 .side-menu>ul>li>a {
    padding: 0 32px 0 40px;
    color: #010101;
    line-height: 49px;
    position: relative;
    font-size: 16px
}

.Menu002306 .side-menu>ul>li>a::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 11px;
    background: url(../images/pro01.png) no-repeat center center;
    color: #fff;
    text-align: center;
    left: 16px;
    top: 50%;
    background-size: 9px;
    transform: translateY(-50%);
}


/* .Menu002306 .side-menu > ul > li:first-child > a::after{
					background: url(../images/pro01_h.png) no-repeat center center;
				} */

.Menu002306 .side-menu>ul>li ul {
    display: none;
    padding: 10px 15px;
}

.Menu002306 .side-menu>ul>li>ul {
    padding-left: 32px;
    padding-right: 32px;
}

.Menu002306 .side-menu>ul>li>ul>li>a {
    background: url(../images/Menu002306-a_off.png) no-repeat left center;
    padding-left: 15px;
}

.Menu002306 .side-menu ul li ul li ul li a::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #555;
    margin-right: 10px;
}

.Menu002306 .side-menu li.select>a {
    background-color: #055ab2;
}

.Menu002306 .side-menu li.select>a {
    color: #fff;
}

.Menu002306 .side-menu li.select>a::after {
    background: url(../images/pro01_h.png) no-repeat center center;
    background-size: 9px;
}

.Menu002306 .side-menu ul li ul li.select>a {
    background-color: transparent;
    background-image: url(../images/Menu002306-a_on.png);
    font-weight: bold;
    color: #055ab2;
}

.Menu002306 .side-other dd {
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #e7f0f4;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
}

.Menu002306 .side-other dd.dd_1 {
    background-image: url(../images/Menu002306-picbg1.png);
}

.Menu002306 .side-other dd.dd_2 {
    background-image: url(../images/Menu002306-picbg2.png);
}

.Menu002306 .side-other dd a {
    position: relative;
    display: block;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    color: #555;
    padding-left: 100px;
}

.Menu002306 .side-other dd a::after {
    position: absolute;
    content: '>';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #87b2c7;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-family: 宋体;
    font-size: 12px;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.Menu002306 .side-open_menu {
    display: none;
}

@media(min-width:1025px) {
    .Menu002306 .side-menu {
        display: block !important;
    }
}

@media(max-width:1024px) {
    .Menu002306 {
        padding-top: 0;
    }
    .Menu002306 .side-other {
        display: none;
    }
    .Menu002306 .side-open_menu {
        display: block;
        border: 2px solid #87b2c7;
        padding: 10px 20px 10px 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: bold;
        color: #002870;
        border-radius: 0 0 5px 5px;
        position: relative;
    }
    .Menu002306 .side-open_menu::after {
        position: absolute;
        content: '';
        border: 6px solid transparent;
        border-top-color: #87b2c7;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }
    .Menu002306 .side-menu {
        display: block;
        padding-bottom: 20px;
    }
    /* .cp_box .w22{width: 34%;float: left;}
		.cp_box .w75{width: 65%;float: right;}
		.Menu002306 .side-menu > ul > li > a{padding: 0 5px 0 20px;font-size: 12px;}
		.Menu002306 .side-menu > ul > li > a::after{left: 5px;} */
    .PicList002045 .auto_1200 {
        padding: 0;
    }
}


/*PicList002045 */

.PicList002045 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    background: #fff;
    border: 1px solid #e4e4e4;
}

.PicList002045 li:nth-child(3n) {
    margin-right: 0;
}

.PicList002045 li a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.PicList002045 li div {
    max-width: 275px;
    margin: 0 auto;
    padding: 4% 4% 10% 4%;
}

.PicList002045 li figure {
    padding-bottom: 100%;
    background-size: contain;
    transform: scale(1);
    transition: all .3s;
}

.PicList002045 li:hover figure {
    transform: scale(1.05);
}

.PicList002045 li figure img {
    display: none;
}

.PicList002045 li p {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    padding-top: 15px;
    border-top: 1px solid #e4e4e4;
    text-align: center;
    margin-bottom: 20px;
    
}
.wz_box{display: none;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 22;text-align: center;}
.PicList002045 li i {
    font-style: normal;
    background: #f9f9f9;
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
}

/* .PicList002045 li:hover i {
    background: #055ab2;
    border: 1px solid #055ab2;
    color: #fff;
} */
.PicList002045 li::after{content: "";display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(5,90,178,.9);opacity: 0;}
.PicList002045 li:hover .wz_box{
    display: block;
}
.PicList002045 li:hover::after{opacity: 1;}
@media(max-width:480px) {
    .PicList002045 li {
        width: 49%;
    }
    .PicList002045 li:nth-child(3n) {
        margin-right: 2%;
    }
    .PicList002045 li:nth-child(2n) {
        margin-right: 0;
    }
    .PicList002045 li p {
        font-size: 14px;
    }
}

.Galary002512 {
    width: 50%;
    float: left;
}

.Galary002512 .slider-for {
    margin-bottom: 3%;
}

.Galary002512 .slider-for li {
    background: #fff;
}

.Galary002512 .slider-for li .Ispic {
    padding-bottom: 55%;
    background-size: contain;
}

.Galary002512 .slider-nav li .Ispic {
    border: 1px solid #fff;
    background-color: #fff;
    padding-bottom: 60%;
    margin: 0 3%;
}

.Galary002512 .slider-nav li.slick-center .Ispic {
    border-color: #055ab2;
}

.Galary002512 .slider-nav {
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
    padding: 20px;
}


/* Arrows */

.Galary002512 .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    border: none;
    z-index: 10;
    margin-top: -20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none !important;
}

.Galary002512 .slick-arrow:hover {
    background-color: rgba(253, 141, 43, 0.9);
}

.Galary002512 .slick-arrow::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
}

.Galary002512 .slick-prev {
    left: -45px;
}

.Galary002512 .slick-next {
    right: -45px;
    background-position: right top;
}

.Galary002512 .slick-prev::before {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
}

.Galary002512 .slick-next::before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-left: -12px;
}


/* Dots */

.Galary002512 .slick-dots {
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
}

.Galary002512 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.Galary002512 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 0;
}

.Galary002512 .slick-dots li.slick-active button {
    opacity: .75;
    background: rgba(253, 141, 43, 0.5);
}

@media(max-width:1200px) {
    .Galary002512 .slider-for {
        margin-bottom: 50px;
    }
    .Galary002512 .slick-prev,
    .Galary002512 .slick-next {
        right: auto;
        left: 50%;
        margin-top: 0;
        top: -45px;
    }
    .Galary002512 .slick-prev {
        margin-left: -50px;
    }
    .Galary002512 .slick-next {
        margin-right: -50px;
    }
}

@media(max-width:640px) {
    .Galary002512 {
        width: 100%;
        float: none;
    }
    .Galary002512 .slick-prev,
    .Galary002512 .slick-next {
        display: none !important;
    }
    .Galary002512 .slider-for {
        margin-bottom: 3%;
    }
}


/*
 .RighInfo002254 为demo编号
 */

.RighInfo002254 {
    padding: 0 0 3%;
}

.RighInfo002254 .right_info {
    float: right;
    width: 39.2%;
}

.RighInfo002254 .right_info h1,
.RighInfo002254 .right_info h3,
.RighInfo002254 .right_info p {
    margin: 0;
    padding: 5% 0;
    border-bottom: 1px solid #e7e8e8;
}

.RighInfo002254 .right_info h1 {
    padding: 7% 0;
    color: #055ab2;
    font-size: 26px;
}

.RighInfo002254 .right_info h3 {
    font-size: 18px;
    font-weight: normal;
}

.RighInfo002254 .right_info p {
    line-height: 30px;
    color: #999;
    margin-bottom: 10%;
}

.RighInfo002254 .right_info a {
    display: inline-block;
    border: 1px solid #fdf3f2;
    padding: 10px 5%;
    color: #fff;
    transition: 0.4s;
    background: #055ab2;
    margin-top: 30px;
}

.RighInfo002254 .right_info a:hover {
    background-color: #f5f5f5;
    color: #055ab2;
}

.RighInfo002254 .tab {
    padding: 3% 0;
}

.RighInfo002254 .tab .h1_tab {
    margin: 0;
    border-bottom: 1px solid #e7e8e8;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.RighInfo002254 .tab .h1_tab span {
    float: left;
    padding: 0 5%;
    line-height: 50px;
    margin-right: 4px;
    cursor: pointer;
    color: #333;
}

.RighInfo002254 .tab .h1_tab span.on {
    border-bottom: 2px solid #055ab2;
}

.RighInfo002254 .tab .info {
    padding-top: 3%;
}

.RighInfo002254 .tab .info p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
}
.RighInfo002254 .tab .info table p {
    text-indent: 0em;
    
}

.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 .right_info h1 {
        font-size: 18px;
    }
    .RighInfo002254 .right_info h3 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .RighInfo002254 .tab .h1_tab {
        font-size: 14px;
    }
    .RighInfo002254 .tab .h1_tab span {
        padding: 0 3%;
    }
}

.ps {
    font-size: 14px;
    color: #999;
}

.Galary0025121 {
    width: 100%;
    background: #f6f6f6;
    padding: 3% 0 1%;
}

.Galary0025121 .slider-for {
    margin-bottom: 3%;
}

.Galary0025121 .slider-for li {}

.Galary0025121 .slider-for li .Ispic {
    padding-bottom: 52%;
    background-size: contain;
}

.Galary0025121 .slider-nav li .Ispic {
    border: 1px solid #fff;
    background-color: #fff;
    padding-bottom: 60%;
    margin: 0 3%;
}

.Galary0025121 .slider-nav li.slick-center .Ispic {
    border-color: #fd8d2b;
}

.Galary0025121 .slider-nav {
    margin-bottom: 30px;
}


/* Arrows */

.Galary0025121 .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    border: none;
    z-index: 10;
    margin-top: -20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
}

.Galary0025121 .slick-arrow:hover {
    background-color: rgba(253, 141, 43, 0.9);
}

.Galary0025121 .slick-arrow::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
}

.Galary0025121 .slick-prev {
    left: -45px;
}

.Galary0025121 .slick-next {
    right: -45px;
    background-position: right top;
}

.Galary0025121 .slick-prev::before {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
}

.Galary0025121 .slick-next::before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-left: -12px;
}


/* Dots */

.Galary0025121 .slick-dots {
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
}

.Galary0025121 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.Galary0025121 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 0;
}

.Galary0025121 .slick-dots li.slick-active button {
    opacity: .75;
    background: rgba(253, 141, 43, 0.5);
}

@media(max-width:1200px) {
    .Galary0025121 .slider-for {
        margin-bottom: 50px;
    }
    .Galary0025121 .slick-prev,
    .Galary0025121 .slick-next {
        right: auto;
        left: 50%;
        margin-top: 0;
        top: -45px;
    }
    .Galary0025121 .slick-prev {
        margin-left: -50px;
    }
    .Galary0025121 .slick-next {
        margin-right: -50px;
    }
}

@media(max-width:640px) {
    .Galary0025121 .slick-prev,
    .Galary0025121 .slick-next {
        display: none !important;
    }
    .Galary0025121 .slider-for {
        margin-bottom: 3%;
    }
}


/*
 Floor000868 为demo编号
 */

.Floor000868 {
    padding: 5% 0;
    background: linear-gradient(to bottom,rgba(5,90,178,.1),#f5f5f5);
}

.Floor000868 li {
    width: 300px;
}

.Floor000868 li h5 {
    color: #333;
    margin: 0;
    font-size: 16px;
    background: url(../images/Floor000868_line.png) no-repeat center top;
    padding: 10px 0;
    margin-top: 12px;
    text-align: center;
}

.Floor000868 li p {
    margin: 0;
    color: #9f9f9f;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.Floor000868 .flipto-prev,
.Floor000868 .flipto-next {
    position: absolute;
    font-family: 宋体;
    font-size: 24px;
    border-radius: 100px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    top: 34%;
    z-index: 100;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    -ms-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.Floor000868 .flipto-prev:hover,
.Floor000868 .flipto-next:hover {
    background-color: #FFF;
    color: #055ab2;
}

.Floor000868 .flipto-prev {
    left: 0%;
}

.Floor000868 .flipto-next {
    right: 0%;
}

.Floor000868 .flipster-carousel .flip-prev {
    -webkit-transform: translateX(-100%) translateZ(0) rotateY(10deg) scale(0.8);
    -moz-transform: translateX(-100%) translateZ(0) rotateY(10deg) scale(0.8);
    -o-transform: translateX(-100%) translateZ(0) rotateY(10deg) scale(0.8);
    -ms-transform: translateX(-100%) translateZ(0) rotateY(10deg) scale(0.8);
    /* transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8); */
}

.Floor000868 .flipster-carousel .flip-next {
    -webkit-transform: translateX(100%) translateZ(0) rotateY(-10deg) scale(0.8);
    -moz-transform: translateX(-100%) translateZ(0) rotateY(-10deg) scale(0.8);
    -o-transform: translateX(-100%) translateZ(0) rotateY(-10deg) scale(0.8);
    -ms-transform: translateX(-100%) translateZ(0) rotateY(-10deg) scale(0.8);
}

.Floor000868 .flipster-carousel .flip-future {
    -webkit-transform: translateX(-150%) translateZ(0) rotateY(10deg) scale(0.6);
    -moz-transform: translateX(-150%) translateZ(0) rotateY(10deg) scale(0.8);
    -o-transform: translateX(-150%) translateZ(0) rotateY(10deg) scale(0.8);
    -ms-transform: translateX(-100-150) translateZ(0) rotateY(10deg) scale(0.8);
}

.Floor000868 .flipster-carousel .flip-past {
    -webkit-transform: translateX(150%) translateZ(0) rotateY(-10deg) scale(0.6);
    -moz-transform: translateX(150%) translateZ(0) rotateY(-10deg) scale(0.8);
    -o-transform: translateX(150%) translateZ(0) rotateY(-10deg) scale(0.8);
    -ms-transform: translateX(150%) translateZ(0) rotateY(-10deg) scale(0.8);
}

@keyframes hover001201 {
    0% {
        background-position: left top;
        opacity: 0;
    }
    50% {
        background-position: right top;
        opacity: 0.5;
    }
    100% {
        background-position: center top;
        opacity: 1;
    }
}

@-moz-keyframes hover001201 {
    0% {
        background-position: left top;
        opacity: 0;
    }
    50% {
        background-position: right top;
        opacity: 0.5;
    }
    100% {
        background-position: center top;
        opacity: 1;
    }
}

@-webkit-keyframes hover001201 {
    0% {
        background-position: left top;
        opacity: 0;
    }
    50% {
        background-position: right top;
        opacity: 0.5;
    }
    100% {
        background-position: center top;
        opacity: 1;
    }
}


/*
 .PicList002311 为demo编号
 */

.PicList002311 {
    padding: 3% 0;
}

.PicList002311 .CenTitle {
    padding: 15px 0 10px 0;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    border-top: 1px solid #e7f0f4;
}

.PicList002311 .CenTitle .name {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #555;
    line-height: 30px;
}

.PicList002311 .CenTitle .line {
    width: 10px;
    height: 1px;
    background: #055ab2;
    overflow: hidden;
    margin: 0 auto;
}

.PicList002311 .honorList {
    position: relative;
}

.PicList002311 .honorList .btn {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/PicList002311-button_hover.png);
    cursor: pointer;
}

.PicList002311 .honorList .prev {
    left: -3%;
    background-position: left top;
}

.PicList002311 .honorList .prev:hover {
    background-position: left bottom;
}

.PicList002311 .honorList .next {
    right: -3%;
    background-position: right top;
}

.PicList002311 .honorList .next:hover {
    background-position: right bottom;
}

.PicList002311 .honorList .list {
    margin: 0 auto;
    overflow: hidden;
}

.PicList002311 .honorList .list .ul li {
    padding: 0 2%;
}

.PicList002311 .honorList .list .ul .dot {
    display: none;
    text-align: center;
    padding-top: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
}

.PicList002311 .honorList .list .ul .dot:hover {
    color: #055ab2;
}

.table_1{background: #fff;}