/*Floor002666 */
@import url('animate.min.css');

.Floor002666 {
    position: relative;
    z-index: 1;
}

.Floor002666 .waves {
    position: absolute;
    left: 0;
    bottom: -23%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.Floor002666 .swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media(max-width:1200px) {
    .Floor002666 .waves {
        position: fixed;
        bottom: 0;
    }
}

.Floor002666 .swiper-container-android .swiper-slide,
.Floor002666 .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.Floor002666 .swiper-wrapper {
    z-index: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.Floor002666 .swiper-wrapper,
.Floor002666 .swiper-wrapper > .swiper-slide {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.Floor002666 .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.Floor002666 .swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
}

@media(min-width:1201px) {
    .Floor002666 #fullSwiper {
        height: 100%;
    }

    .Floor002666 .swiper-container-vertical > .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Floor002666 #fullSwiper > .swiper-wrapper,
    .Floor002666 #fullSwiper > .swiper-wrapper > .swiper-slide {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .Floor002666 #fullSwiper > .swiper-wrapper > .swiper-slide {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .Floor002666 .swiper-pager {
        position: fixed;
        left: 2%;
        top: 50%;
        z-index: 20;
    }

    .Floor002666 .swiper-pager span {
        display: block;
        width: 13px;
        height: 2px;
        transition: 0.3s;
        background: rgba(0, 0, 0, 0.7);
        margin: 15px 0;
    }

    .Floor002666 .swiper-pager span.active {
        width: 35px;
        background: #d80c18;
    }
}

.Floor002666 #fullSwiper > .swiper-wrapper > .swiper-slide:not(:first-child) {
    padding: 0 2%;
}

@media(max-width:1200px) {
    .Floor002666 #fullSwiper > .swiper-wrapper > .swiper-slide:not(:first-child) {
        padding: 3% 2%;
    }
}

.Floor002666 #banner .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.Floor002666 #banner .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
}

.Floor002666 #banner .banner-page {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 10;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    color: #fff;
}

.Floor002666 #banner .banner-page .swiper-pagination-current {
    font-size: 42px;
    color: #d80c18;
}

.Floor002666 #banner .banner-btn {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 10;
    padding-top: 10px;
    margin-right: -10px;
}

.Floor002666 #banner .banner-btn a {
    cursor: pointer;
    display: block;
    width: 45px;
    height: 10px;
    background: url(../images/Floor002666_btn_next.gif) no-repeat;
}

.Floor002666 #banner .banner-btn a.prev {
    display: none;
    transform: rotate(180deg);
}

.Floor002666 #banner li .inner {
    position: relative;
}

.Floor002666 #banner li .inner > img {
    display: block;
    width: 100%;
}

.Floor002666 #banner li .txt-img {
    position: absolute;
    left: 9.9%;
    top: 0;
    height: 100%;
    z-index: 10;
    width: 80%;
}

.Floor002666 .top-share a{ display:inline-block; width:25px; height:44px; background:url(../images/Top002593_icon_wx.png) no-repeat center center;vertical-align:middle;}
.Floor002666 .top-share::before{ display:inline-block; content:''; width:1px; height:10px; background:#ececec; margin:0 10px; vertical-align:middle;}
.Floor002666 .top-share{ position:relative;}
.Floor002666 .top-share figure{ display:none; position:absolute; right:-100%; top:100%; width:120px; background:#fff; padding:5px;}
.Floor002666 .top-share figure img{ display:block; width:100%;}

.Floor002666 #banner li .txt-img span {
    display: inline-block;
    line-height: 46px;
    background: #d80c18;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    letter-spacing: 5px;
}

.Floor002666 #banner li .txt-img .more {
    padding-top: 5%;
}

.Floor002666 #banner li .txt-img .more a {
    background: url(../images/Floor002666_more.gif) no-repeat center bottom;
    width: 15px;
    height: 40px;
    display: block;
}

.Floor002666 .swiper-slide * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.Floor002666 #banner li.swiper-slide-active .txt-img aside {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.Floor002666 #banner li.swiper-slide-active .txt-img span {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
}

.Floor002666 #banner li.swiper-slide-active .txt-img .more {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-delay: 0.5s;
}

@media(max-width:1200px) {
    .Floor002666 #banner li .txt-img dt {
        width: 100%;
    }

    .Floor002666 #banner li .txt-img aside {
        padding-right: 55%;
    }

    .Floor002666 #banner li .txt-img aside {
        padding-bottom: 2%;
    }

    .Floor002666 #banner li .txt-img .more {
        padding-top: 2%;
    }
}

@media(max-width:1024px) {
    .Floor002666 #banner .banner-page {
        font-size: 18px;
    }

    .Floor002666 #banner .banner-page .swiper-pagination-current {
        font-size: 24px;
    }
}

@media(max-width:640px) {
    .Floor002666 #banner li .txt-img span {
        line-height: 30px;
        font-size: 15px;
        padding: 0 10px;
    }

    .Floor002666 #banner li .txt-img .more a {
        height: 20px;
    }

    .Floor002666 #banner li .txt-img {
        left: 3%;
    }
}

.Floor002666 footer {
    padding: 2% 5%;
    width: 100%;
    border-top: 1px solid #eee;
}

.Floor002666 footer .copyright {
    font-size: 12px;
    color: #999;
}

.Floor002666 footer nav a {
    color: #333;
    display: inline-block;
    margin-right: 20px;
}

@media(min-width:1025px) {
    .Floor002666 footer .copyright {
        text-align: right;
    }

    .Floor002666 footer nav {
        float: left;
    }
}

@media(max-width:1024px) {}

.Floor002666 .header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    padding: 10px 5%;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    z-index: 100;
}
.Floor002666 nav{ text-align: center; margin: 10px 0;}
.Floor002666 footer .copyright{ line-height: 20px;}

.Floor002666 .logo {
    width: 10%;
}

.Floor002666 .logo img {
    max-height: 80px;
}

.Floor002666 .menu {
    width: 90%;
}

.Floor002666 .menu > * {
    float: right;
}

.Floor002666 .top-search {
    position: relative;
    margin-top: 5px;
}

.Floor002666 .top-search .text {
    width: 100%;
    color: #999;
    font-size: 12px;
    display: block;
    padding: 0 25px 0 10px;
    line-height: 28px;
    height: 30px;
    width: 130px;
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
}

.Floor002666 .top-search .text:focus {
    border-color: #003f7f;
    background: #fff;
    color: #333;
}

.Floor002666 .top-search .btn {
    position: absolute;
    right: 8px;
    top: 0;
    background: url(../images/Top002258-search.png) no-repeat center center;
    width: 16px;
    height: 100%;
}

.Floor002666 .call {
    background: url(../images/Top000639-call.jpg) no-repeat left center;
    padding-left: 40px;
    color: #788693;
    padding-right: 20px;
    font-size: 12px;
    margin: 0 20px;
}

.Floor002666 .call b {
    color: #e40001;
    font-size: 20px;
    display: block;
}


.Floor002666 .top_open_menu {
    width: 36px;
    height: 27px;
    position: relative;
    cursor: pointer;
    display: none;
}

.Floor002666 .top_open_menu span,
.Floor002666 .top_open_menu::before,
.Floor002666 .top_open_menu::after {
    position: absolute;
    background: #000;
    left: 0;
    width: 100%;
    height: 3px;
}

.Floor002666 .top_open_menu::before,
.Floor002666 .top_open_menu::after {
    content: '';
    transition: transform 0.3s;
}

.Floor002666 .top_open_menu span {
    top: 50%;
    margin-top: -1.5px;
    transition: width 0.3s;
}

.Floor002666 .top_open_menu::before {
    top: 0;
}

.Floor002666 .top_open_menu::after {
    bottom: 0;
    width: 80%;
}

.Floor002666 .top_close_menu::before,
.Floor002666 .top_close_menu::after {
    transform: rotate(45deg);
    bottom: auto;
    top: 50%;
    margin-top: -1.5px;
}

.Floor002666 .top_close_menu::after {
    width: 100%;
    transform: rotate(-45deg);
}

.Floor002666 .top_close_menu span {
    width: 0;
}

.Floor002666 .top-menu {
    overflow: hidden;
    transition: 0.3s;
}

.Floor002666 .top-menu ul {
    transition: 0.2s;
}

.Floor002666 .top-menu li {
    float: left;
    margin-right: 40px;
    font-size: 16px;
    line-height: 42px;
}

.Floor002666 .top-menu li:hover a,
.Floor002666 .top-menu li a.aon {
    color: #e40001;
}

@media(max-width:1100px) {
    .Floor002666 .top-search {
        display: none;
    }

    .Floor002666 .top_open_menu {
        display: block;
    }

    .Floor002666 .top-menu li {
        margin-right: 30px;
    }

    .Floor002666 .header {
        position: relative;
    }
}

@media(min-width:1025px) {
    .Floor002666 .top-search .text {
        border-radius: 30px;
        transition: all .3s ease-in-out;
    }
}

@media(max-width:1680px) {
	.Floor002666 .top-menu li:last-child{margin-right: 0;}
}
@media(max-width:1024px) {
    .Floor002666 .top-menu {
        position: absolute;
        right: 0;
        top: -100%;
        background: #fff;
        width: 60%;
        max-width: 200px;
        padding: 5%;
        transform: translateY(-100%);
        transition: opacity 0.3s;
    }

    .Floor002666 .top-menu-show {
        top: 100%;
        transform: translateY(0);
    }

    .Floor002666 .top-menu li {
        float: none;
        margin-right: 0;
        line-height: 40px;
        text-align: center;
    }

    .Floor002666 #banner .banner-btn {
        display: none;
    }
}

.Floor002666 .wrap {
    max-width: 1680px;
    width: 100%;
    position: relative;
}

.Floor002666 .wrap-title {
    color: #024097;
    margin-top: 3%;
    padding-bottom: 3%;
    z-index: 10;
}

.Floor002666 .wrap-title dt {
    text-transform: uppercase;
    font-size: 48px;
    font-family: "Impact";
}

.Floor002666 .wrap-title dd {
    display: inline-block;
    padding: 0 20px;
    font-size: 30px;
    color: #fff;
    background: #d80c18;
    font-weight: lighter;
}

@media(max-width:1024px) {
    .Floor002666 .wrap-title dt {
        font-size: 36px;
        letter-spacing: 10px;
    }

    .Floor002666 .wrap-title dd {
        font-size: 24px;
        letter-spacing: 5px;
    }
}

@media(max-width:480px) {
    .Floor002666 .wrap-title dt {
        font-size: 28px;
        letter-spacing: 6px;
    }

    .Floor002666 .wrap-title dd {
        font-size: 20px;
    }
}

.Floor002666 .wrap-case li {
    float: left;
    width: 19.2%;
    margin-right: 1%;
}

.Floor002666 .wrap-case li:last-child {
    margin-right: 0;
}

.Floor002666 .wrap-case li .txt {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-bottom: 10%;
}

.Floor002666 .wrap-case li .txt aside {
    position: absolute;
    right: 0;
    bottom: -8%;
    height: 120px;
    overflow: hidden;
    opacity: 0.1;
}

.Floor002666 .wrap-case li .txt aside img {
    height: 100%;
}

.Floor002666 .wrap-case li h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 9% 0 0 0;
}

.Floor002666 .wrap-case li b {
    display: block;
    margin: 0 0 15% 0;
    font-size: 14px;
    opacity: 0.4;
}

.Floor002666 .wrap-case li .more {
    background: url(../images/Floor002666_more_news.gif) no-repeat;
    width: 35px;
    height: 7px;
    display: block;
}

.Floor002666 .wrap-case li .pic img {
    display: block;
    width: 100%;
}

.Floor002666 .wrap-case li:hover a {
    color: #e40001;
}

.Floor002666 .swiper-slide-active .wrap-case li {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.Floor002666 .swiper-slide-active .wrap-case li:nth-child(2) {
    animation-delay: 0.2s;
}

.Floor002666 .swiper-slide-active .wrap-case li:nth-child(3) {
    animation-delay: 0.4s;
}

.Floor002666 .swiper-slide-active .wrap-case li:nth-child(4) {
    animation-delay: 0.6s;
}

.Floor002666 .swiper-slide-active .wrap-case li:nth-child(5) {
    animation-delay: 0.8s;
}

@media(min-width:769px) {

    .Floor002666 .wrap-case li:nth-child(2) .txt,
    .Floor002666 .wrap-case li:nth-child(4) .txt {
        border-top: 1px solid #e5e5e5;
        border-bottom: 0;
    }
}

@media(min-width:641px) and (max-width:1024px) {
    .Floor002666 .wrap-case li h3 {
        font-size: 18px;
        line-height: 24px;
        height: 48px;
    }

    .Floor002666 .wrap-case li .txt time {
        font-size: 40px;
        line-height: 36px;
        height: 30px;
    }
}

@media(max-width:640px) {
    .Floor002666 .wrap-case li {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 3%;
    }

    .Floor002666 .wrap-case li h3 {
        margin-top: 3%;
        height: auto;
        font-size: 20px;
    }

    .Floor002666 .wrap-case li p {
        margin: 3% 0;
    }
}


.Floor002666 .wrap-news li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}


.Floor002666 .swiper-slide-active .wrap-news li {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.Floor002666 .swiper-slide-active .wrap-news li:nth-child(2) {
    animation-delay: 0.2s;
}

.Floor002666 .swiper-slide-active .wrap-news li:nth-child(3) {
    animation-delay: 0.4s;
}

.Floor002666 .swiper-slide-active .wrap-news li:nth-child(4) {
    animation-delay: 0.6s;
}


.Floor002666 .wrap-news {
    position: relative;
    margin-top: 6%;
}

.Floor002666 .wrap-news .title {
    position: absolute;
    content: "";
    right: 0;
    top: 5%;
    text-align: right;
    color: #0055a2;
}

.Floor002666 .wrap-news h1 {
    margin-bottom: 20%;
    font-size: 36px;
    color: #024097;
}

.Floor002666 .wrap-news h1 span {
    line-height: 54px;
    text-transform: uppercase;
    display: block;
    color: #b8b8b8;
    font-size: 60px;
}

.Floor002666 .wrap-news .more {
    display: inline-block;
    margin-top: 20%;
    width: 95px;
    height: 96px;
    background: url(../images/Floor001789-icon.png) no-repeat right center;
    overflow: hidden;
    line-height: 1000px;
}

.Floor002666 .wrap-news li {
    float: left;
    width: 18%;
    margin-right: 3%;
    background: #fff;
    border: 3px #fff solid;
}

.Floor002666 .wrap-news li figure {
    padding-bottom: 10%;
}

.Floor002666 .wrap-news li a {
    display: block;
    padding: 8% 5%;
}

.Floor002666 .wrap-news li time {
    position: relative;
    font-size: 16px;
    color: #555;
    display: inline-block;
}

.Floor002666 .wrap-news li time span {
    display: block;
    color: #024097;
    font-size: 50px;
    height: 63px;
    line-height: 63px;
}

.Floor002666 .wrap-news li time i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #d80c18;
    transition: 0.4s;
}

.Floor002666 .wrap-news li h3 {
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    font-size: 18px;
    color: #000;
}

.Floor002666 .wrap-news li p {
    margin: 0;
    font-size: 14px;
    color: #888;
    line-height: 24px;
    overflow: hidden;
    height: 72px;
    font-weight: normal;
}

.Floor002666 .wrap-news li img {
    width: 100%;
    height: 200px;
    display: block;
}

.Floor002666 .wrap-news li.odd figure {
    padding-bottom: 0;
    padding-top: 10%;
}

.Floor002666 .wrap-news li:hover {
    border-color: #024097;
}

.Floor002666 .wrap-news li:hover time i {
    width: 180%;
}

@media(max-width:1000px) {
    .Floor002666 .wrap-news h1 {
        padding-right: 60px;
        font-size: 34px;
        padding-bottom: 0;
        margin-bottom: 5%;
    }
    .Floor002666 .wrap-news .title {
    position: relative;
    content: "";
    right: 0;
    top: 0%;
    text-align: left;
    color: #0055a2;
}
	.Floor002666 .wrap-news li a{padding: 5% 0;}
	.Floor002666 .wrap-news .more{display: none;}

    .Floor002666 .wrap-news h1 span {
        font-size: 34px;
    }

    .Floor002666 .wrap-news h1 .more {
        top: 0;
        width: 53px;
        height: 100%;
        background-size: contain;
        background-position: center center;
    }

    .Floor002666 .wrap-news li {
        width: 32%;
        margin-right: 2%;
    }
	.Floor002666 .wrap-news li:nth-child(4){display: none;}
    .Floor002666 .wrap-news li:nth-child(3) {
        margin-right: 0;
    }
}

@media(max-width:640px) {
    .Floor002666 .wrap-news li {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 3%;
    }

    .Floor002666 .wrap-news li img {
        height: auto;
    }

    .Floor002666 .wrap-news li h3,
    .Floor002666 .wrap-news li p {
        height: auto;
    }

    .Floor002666 .wrap-news li figure {
        padding-bottom: 3%;
    }

    .Floor002666 .wrap-news li.odd figure {
        padding-top: 3%;
    }
}






.Floor002666 .wrap-service {
    overflow: hidden;
}

.Floor002666 .wrap-service .ul_rundown {
    margin-top: 3%;
    background-image: linear-gradient(90deg, #ebedee 0%, #fff 90%);
    border: 1px solid #fff;
    padding: 4% 2%;
}

.Floor002666 .wrap-service .ul_rundown li {
    position: relative;
}

.Floor002666 .wrap-service .ul_rundown li p {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
}

.Floor002666 .wrap-service .ul_rundown li .txt {
    text-align: center;
}

.Floor002666 .swiper-slide-active .wrap-service .ul_rundown {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.Floor002666 .wrap-service .ul_rundown span{display: block;}
.Floor002666 .wrap-service .ul_rundown .Ispic{ padding-bottom: 28%;background-repeat: no-repeat !important; background-position: center center !important;}

@media(min-width:769px) {
    .Floor002666 .wrap-service .ul_rundown {
        display: table;
        width: 100%;
        padding-bottom: 150px;
    }

    .Floor002666 .wrap-service .ul_rundown li {
        display: table-cell;
        vertical-align: bottom;
    }

    .Floor002666 .wrap-service .ul_rundown li .num {
        top: 150px;
        font-size: 60px;
        border-top: 1px solid rgba(228, 0, 1, 0.3);
        padding-top: 20px;
        width: 100%;
    }

    .Floor002666 .wrap-service .ul_rundown li .num::before {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #e40001;
        left: 50%;
        top: -6px;
        margin-left: -6px;
    }
}

.Floor002666 .wrap-service .ul_rundown li .num {
    position: absolute;
    left: 0;
    color: rgba(228, 0, 1, 0.19);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

@media(max-width:1024px) {
    .Floor002666 .wrap-service .ul_rundown {
        margin-bottom: 130px;
    }

    .Floor002666 .wrap-service .ul_rundown li p {
        font-size: 16px;
    }

    .Floor002666 .wrap-service .ul_rundown li .num {
        font-size: 40px;
        top: 150px;
    }
}

@media(max-width:768px) {
    .Floor002666 .wrap-service .ul_rundown li {
        padding-left: 60px;
        min-height: 50px;
    }

    .Floor002666 .wrap-service .ul_rundown li:nth-child(2n) {
        background: #f5f5f5;
    }

    .Floor002666 .wrap-service .ul_rundown li .num {
        top: 8px;
        left: 5px;
    }

    .Floor002666 .wrap-service .ul_rundown li .txt {
        position: relative;
        padding-left: 60px;
    }

    .Floor002666 .wrap-service .ul_rundown li .txt img {
        position: absolute;
        left: 0;
        top: 0;
        width: 45px;
        height: 45px;
    }

    .Floor002666 .wrap-service .ul_rundown li .txt p {
        margin: 0;
        padding: 20px 0;
    }
}

/*partner*/

.Floor002666 .wrap-partner li {
    float: left;
    width: 30%;
}

.Floor002666 .wrap-partner li dl {
    display: none;
    float: right;
    width: 58%;
    padding-right: 3%;
    overflow: hidden;
}

.Floor002666 .wrap-partner li dl dd {
    float: left;
    position: relative;
    width: 25%;
    padding-bottom: 32%;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.Floor002666 .wrap-partner li dl dd:nth-child(4n) {
    border-right: 0;
}

.Floor002666 .wrap-partner li dl dd a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: contain;
}

.Floor002666 .wrap-partner li figure {
    padding: 20% 4% 3%;
}

.Floor002666 .wrap-partner li figure h3 {
    margin: 0;
    color: #d80c18;
    font-size: 30px;
}

.Floor002666 .wrap-partner li figure h3 b {
    display: block;
    font-size: 18px;
    color: #024097;
    margin: 0 0 10% 0;
    text-transform: uppercase;
}

.Floor002666 .wrap-partner li figure p {
    margin: 0 0 12% 0;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}

.Floor002666 .wrap-partner li figure .more {
    background: url(../images/Floor002666_more_news.gif) no-repeat;
    width: 35px;
    height: 7px;
    display: block;
    margin-bottom: 9%;
}

.Floor002666 .wrap-partner li figure span {
    display: none;
}

.Floor002666 .wrap-partner li figure img {
    border-radius: 50%;
    width: 96px;
    height: 96px;
    border: 2px solid #dadada;
}

.Floor002666 .wrap-partner li.on dl {
    display: block;
}

.Floor002666 .wrap-partner li.on {
    width: 70%;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    animation: 0.5s fadeout;
}

.Floor002666 .wrap-partner li.on figure {
    float: left;
    width: 40%;
    background-image: linear-gradient(90deg, #ebedee 0%, #fff 90%);
}

.Floor002666 .wrap-partner li.on figure img {
    border-color: #b4c945;
}

.Floor002666 .wrap-partner li.on figure {
    padding-top: 8%;
}

.Floor002666 .wrap-partner li.on figure span {
    color: #b4c945;
    display: inline-block;
    padding-left: 10px;
    line-height: 27px;
    padding-right: 30px;
    background: url(../images/Floor001325-more.png) no-repeat 90% center;
    border: 1px solid #b4c945;
    border-radius: 4px;
}

@media(max-width:768px) {
    .Floor002666 .wrap-partner li {
        float: left;
        width: auto !important;
        margin-bottom: 2%;
    }

    .Floor002666 .wrap-partner li dl {
        display: block;
    }

    .Floor002666 .wrap-partner li {
        width: 57.9%;
        border: 1px solid #b4c945;
        box-shadow: 0 0 10px #ccc;
        animation: 0.5s fadeout;
    }

    .Floor002666 .wrap-partner li figure {
        float: left;
        width: 42%;
    }

    .Floor002666 .wrap-partner li figure img {
        border-color: #b4c945;
    }

    .Floor002666 .wrap-partner li figure {
        padding-top: 8%;
    }

    .Floor002666 .wrap-partner li figure span {
        color: #b4c945;
        display: inline-block;
        padding-left: 10px;
        line-height: 27px;
        padding-right: 30px;
        background: url(../images/Floor001325-more.png) no-repeat 90% center;
        border: 1px solid #b4c945;
        border-radius: 4px;
    }
}

@media(max-width:480px) {

    .Floor002666 .wrap-partner li dl,
    .Floor002666 .wrap-partner li figure {
        float: none !important;
        width: auto !important;
    }

    .Floor002666 .wrap-partner li figure {
        border-bottom: 1px solid #f4f4f4;
    }
}

@-ms-keyframes fadeout {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.Floor002666 .title-product {
    padding-bottom: 3%;
}

.Floor002666 .title-product h3 {
    margin: 0;
    font-size: 34px;
    color: #000;
}

.Floor002666 .title-product p {
    margin: 0;
    color: #adadad;
}

.Floor002666 .title-product b {
    color: #e9e9e9;
    display: inline-block;
    border-bottom: 1px solid #e9e9e9;
    font-size: 60px;
    font-family: Arial Black;
    text-transform: uppercase;
}

.Floor002666 .wrap-product {
    border: 1px solid #f4f4f4;
}

.Floor002666 .wrap-product li {
    float: left;
    width: 25%;
    height: 200px;
    position: relative;
    background-color: #004098;
}

.Floor002666 .wrap-product li:nth-child(2),
.Floor002666 .wrap-product li:nth-child(4),
.Floor002666 .wrap-product li:nth-child(5),
.Floor002666 .wrap-product li:nth-child(7) {
    background-color: #d80c18;
}

.Floor002666 .wrap-product li a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
}

.Floor002666 .wrap-product li figure,
.Floor002666 .wrap-product li .txt,
.Floor002666 .wrap-product li .icon {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
}

.Floor002666 .wrap-product li figure {
    left: 0;
    z-index: 2;
    transition: all ease-in-out 0.6s;
}

.Floor002666 .wrap-product li .icon {
    left: 50%;
    text-align: center;
    display: table;
    background: url(../images/Floor001006-namebg.png) repeat left top;
    z-index: 10;
    transition: all ease-in-out 0.3s;
}

.Floor002666 .wrap-product li .icon::before {
    position: absolute;
    content: '';
    left: -10px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #004098;
    border-left-width: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.Floor002666 .wrap-product li:nth-child(2) .icon,
.Floor002666 .wrap-product li:nth-child(4) .icon,
.Floor002666 .wrap-product li:nth-child(5) .icon,
.Floor002666 .wrap-product li:nth-child(7) .icon {
    left: 0;
}

.Floor002666 .wrap-product li:nth-child(2) figure,
.Floor002666 .wrap-product li:nth-child(4) figure,
.Floor002666 .wrap-product li:nth-child(5) figure,
.Floor002666 .wrap-product li:nth-child(7) figure {
    left: 50%;
}

.Floor002666 .wrap-product li:nth-child(2) .icon::before,
.Floor002666 .wrap-product li:nth-child(4) .icon::before,
.Floor002666 .wrap-product li:nth-child(5) .icon::before,
.Floor002666 .wrap-product li:nth-child(7) .icon::before {
    left: auto;
    right: -10px;
    border-left-width: 10px;
    border-right-width: 0;
    border-left-color: #d80c18;
}

.Floor002666 .wrap-product li .icon dl {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.Floor002666 .wrap-product li .icon dl p {
    color: #fff;
    margin: 0;
    padding: 5px 0 0;
}

.Floor002666 .wrap-product li .icon dl span {
    position: relative;
    color: #cdd7d3;
    font-size: 12px;
    text-transform: uppercase;
}

.Floor002666 .wrap-product li .icon img {
    width: 75px;
    height: 75px;
}

.Floor002666 .wrap-product li .icon .h {
    display: none;
}

.Floor002666 .wrap-product li .txt {
    z-index: 1;
    background: #e7e7e7;
    color: #004b2d;
    left: 0;
    top: 0;
    padding: 5%;
    line-height: 24px;
    transition: all ease-in-out 0.6s;
    overflow: hidden;
}

.Floor002666 .wrap-product li:nth-child(2) .txt,
.Floor002666 .wrap-product li:nth-child(4) .txt,
.Floor002666 .wrap-product li:nth-child(5) .txt,
.Floor002666 .wrap-product li:nth-child(7) .txt {
    left: 50%;
}

.Floor002666 .wrap-product li:hover {
    background: #e7e7e7;
}

.Floor002666 .wrap-product li:hover figure {
    opacity: 0;
}

.Floor002666 .wrap-product li:hover .icon {
    left: 0;
    right: auto;
    background: #e7e7e7;
}

.Floor002666 .wrap-product li:hover .icon::before {
    display: none;
}

.Floor002666 .wrap-product li:hover .icon .s {
    display: none;
}

.Floor002666 .wrap-product li:hover .icon .h {
    display: inline-block;
}

.Floor002666 .wrap-product li:hover .icon dl p {
    color: #004b2d;
}

.Floor002666 .wrap-product li:hover .icon dl span {
    color: #004b2d;
}

.Floor002666 .wrap-product li:hover .icon dl span::before {
    background-color: #004b2d;
}

.Floor002666 .wrap-product li:hover .txt {
    left: 50%;
}

.Floor002666 .wrap-product li:nth-child(2):hover .icon,
.Floor002666 .wrap-product li:nth-child(4):hover .icon,
.Floor002666 .wrap-product li:nth-child(5):hover .icon,
.Floor002666 .wrap-product li:nth-child(7):hover .icon {
    left: 50%;
}

.Floor002666 .wrap-product li:nth-child(2):hover .txt,
.Floor002666 .wrap-product li:nth-child(4):hover .txt,
.Floor002666 .wrap-product li:nth-child(5):hover .txt,
.Floor002666 .wrap-product li:nth-child(7):hover .txt {
    left: 0;
}

@media(max-width:1000px) {
    .Floor002666 .wrap-product {
        background-size: contain;
    }

    .Floor002666 .wrap-product li {
        width: 50%;
    }
}

@media(max-width:768px) {
    .Floor002666 .wrap-product li .icon img {
        width: 60px;
        height: 60px;
    }

    .Floor002666 .wrap-product li {
        height: 160px;
    }
}

@media(max-width:640px) {
    .Floor002666 .wrap-product li {
        height: 200px;
        float: none;
        width: auto;
    }

    .Floor002666 .wrap-product .title b {
        font-size: 30px;
    }
}

@media(max-width:375px) {
    .Floor002666 .wrap-product .title h3 {
        font-size: 30px;
    }

    .Floor002666 .wrap-product .title b {
        font-size: 24px;
    }

    .Floor002666 .wrap-product li {
        height: 160px;
    }

    .Floor002666 .wrap-product li .icon dl span {
        font-size: 12px;
    }
}

/*Banner002167 */
.Banner002167 {
    position: relative;
    padding-top: 100px;
}

.Banner002167 div {
    height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
}

.Banner002167 img {
    display: none;
}

.Banner002167 aside {
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 46px;
    height: 46px;
    width: 100%;
    font-size: 33px;
    padding: 0 2%;
    max-width: 1200px;
    color: #fff;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media(max-width:1200px) {
    .Banner002167{ padding-top: 0;}
    
}
@media(max-width:1000px) {
    .Banner002167 div {
        display: none;
    }

    .Banner002167 img {
        display: block;
        width: 100%;
    }
}

@media(max-width:640px) {
    .Banner002167 aside {
        font-size: 24px;
    }
}


/*
 .Container
 */
.Container {
    padding: 3% 5% 0;
}


/*
 .Menu001756
 */

.Menu001756 {
    padding-top: 3%;
}

.Menu001756 header {
    background: url(../images/Menu001756-bg.png) no-repeat center center #024097;
    padding: 15% 0 12%;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.Menu001756 header span {
    display: block;
    padding-top: 3px;
    font-size: 21px;
    font-weight: lighter;
    text-transform: uppercase;
    opacity: 0.5;
}

.Menu001756 ul {
    border: 1px solid #d9d7d5;
    border-top: 0;
    border-bottom: 0;
}

.Menu001756 li {
    border-bottom: 1px solid #d9d7d5;
    line-height: 62px;
    text-align: center;
}

.Menu001756 li a {
    display: block;
    font-size: 17px;
    color: #666;
}

.Menu001756 li a:hover,
.Menu001756 li a.aon {
    background: url(../images/Menu001756-a_on.jpg) no-repeat left center #fafafa;
    color: #333;
}


@media(max-width:1024px) {
	.Menu001756 header{padding: 5% 0;}
    .Menu001756 li a {font-size: 16px;}
}


/*
 .Location000788
 */

.Location000788 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 3%;
    line-height: 18px;
    padding-top: 1%;
}

.Location000788 em {
    float: right;
    font-style: normal;
    background: url(../images/Location000788-icon.png) no-repeat left center;
    padding-left: 30px;
    color: #999;
}

.Location000788 em a {
    color: #999;
}

.Location000788 em span {
    color: #d80c18;
    border-radius: 3px;
    display: inline-block;
    line-height: 20px;
}

.Location000788 b {
    display: inline-block;
    padding: 0 1% 1.5% 0;
    font-size: 21px;
    color: #333;
    font-weight: normal;
    border-bottom: 3px solid #d80c18;
}

@media(max-width:480px) {
    .Location000788 em {
        display: none;
    }
}

/*
 .RighInfo001355
 */

.RighInfo001355 {
    
}

.RighInfo001355 h2 {
    margin-top: 0;
    color: #024097;
    font-size: 26px;
}

.RighInfo001355 p {
    font-size: 16px;
    color: #666;
    line-height: 2.25;
    text-align: justify;
}

.RighInfo001355 li {
    list-style: none;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.RighInfo001355 figure{float:right; margin-left:3%;}

.RighInfo001355 li:nth-child(4n) {
    margin-right: 0;
}
@media(max-width:768px) {
.RighInfo001355 figure{float:none; margin-left:0%; margin-bottom: 3%;}
}

/*
 .PicList002525
 */

.PicList002525 {
    
}

.PicList002525 ul {
    overflow: hidden;
}

.PicList002525 li {
    float: left;
    position: relative;
    text-align: center;
    padding: 2% 0;
    margin-top: -1px;
}

.PicList002525 li a,
.PicList002525 li::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.PicList002525 li::after {
    content: '';
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}

.PicList002525 li .Ispic {
    padding-bottom: 75%;
    background-size: contain;
}

.PicList002525 li a {
    border: 5px solid #e40001;
    opacity: 0;
    z-index: 5;
    transition: 0.3s;
}

.PicList002525 li a:hover {
    opacity: 1;
}

.PicList002525 li p {
    margin: 0;
    color: #333;
    padding: 10px 3% 0 3%;
    font-size: 18px;
}

.PicList002525 li span {
    color: #999;
    padding-bottom: 5px;
}

.loading {
    text-align: center;
    padding-top: 3%;
}

.loading a {
    display: inline-block;
    background: url(../images/PicList002525_more.png) no-repeat;
    width: 28px;
    height: 28px;
    overflow: hidden;
    line-height: 1000px;
    animation: infinite linear 1s PicList002525_more;2
}

@keyframes PicList002525_more {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes PicList002525_more {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media(min-width:769px) {
    .PicList002525 li {
        width: 33.3333333%;
    }

    .PicList002525 li:nth-child(3n)::after {
        border-right: 0;
    }
}

@media(max-width:768px) {
    .PicList002525 li {
        width: 50%;
    }

    .PicList002525 li:nth-child(2n)::after {
        border-right: 0;
    }
}



/*
 .RighInfo002254
 */
.RighInfo002254 {
    padding: 2% 0 1%;
}

.RighInfo002254 .list_img {
    float: left;
    width: 55.6%;
    position: relative;
}

.RighInfo002254 .big_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
}

.RighInfo002254 .big_img li,
.RighInfo002254 .big_img li figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.RighInfo002254 .big_img li figure {
    border: 1px solid #dcdcdc;
    background-size: contain;
}

.RighInfo002254 .list {
    padding: 42px 0 42px 82.9%;
}

.RighInfo002254 .list .bd {
    position: relative;
}

.RighInfo002254 .list a {
    position: absolute;
    width: 17.1%;
    height: 40px;
    right: 0;
    background: url(../images/RighInfo002254-btn_prev.png) no-repeat center center/auto 50%;
    cursor: pointer;
}

.RighInfo002254 .list a.prev {
    top: 0;
}

.RighInfo002254 .list a.next {
    bottom: 0;
    background-image: url(../images/RighInfo002254-btn_next.png);
}

.RighInfo002254 .list a.prevStop,
.RighInfo002254 .list a.nextStop {
    cursor: default;
}

.RighInfo002254 .list li {
    height: 130px;
    position: relative;
}

.RighInfo002254 .list li figure {
    position: absolute;
    left: 0;
    width: 97%;
    top: 9px;
    bottom: 15px;
    background-size: contain;
    border: 1px solid #f2f2f2;
}

.RighInfo002254 .list li.on figure {
    border: 2px solid #e40001;
}

.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: #024097;
    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: #e40001;
    transition: 0.4s;
}

.RighInfo002254 .right_info a:hover {
    background-color: #e40001;
    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;
    background-color: #f2f2f3;
    margin-right: 4px;
    cursor: pointer;
}

.RighInfo002254 .tab .h1_tab span.on {
    background-color: #666;
    color: #fff;
}

.RighInfo002254 .tab .info {
    padding-top: 3%;
}

.RighInfo002254 .ul_download li {
    border-bottom: 1px solid #d1d1d3;
    line-height: 34px;
    background: url(../images/RighInfo002254-icon_download.png) no-repeat right center;
    padding: 10px 0;
}

.RighInfo002254 .ul_download li a {
    padding: 0 38px;
    background: url(../images/RighInfo002254-icon.png) no-repeat left center;
}

@media(max-width:768px) {

    .RighInfo002254 .list_img,
    .RighInfo002254 .right_info {
        float: none;
        width: auto;
    }
}

@media(max-width:640px) {
    .RighInfo002254 .list li {
        height: 100px;
    }

    .RighInfo002254 .right_info h1 {
        font-size: 20px;
    }

    .RighInfo002254 .right_info h3 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .RighInfo002254 .list {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .RighInfo002254 .list a {
        height: 28px;
    }

    .RighInfo002254 .list li {
        height: 80px;
    }

    .RighInfo002254 .tab .h1_tab {
        font-size: 14px;
    }

    .RighInfo002254 .tab .h1_tab span {
        padding: 0 3%;
    }
}


/*
 .PicList001200 为demo编号
 */
.PicList001200 li{ padding:10px; border:1px solid #ebebeb; margin-bottom:2%;}
.PicList001200 li a{ display:block; position:relative; padding-left:30%;padding-right:15%;}
.PicList001200 li a::after{ position:absolute; content:''; width:33px; height:33px; background:url(../images/PicList001200-more.png) no-repeat left top; right:5%; top:50%; margin-top:-16px;}
.PicList001200 li figure{ position:absolute; left:0; top:0; height:100%; width:27%;}
.PicList001200 li div{ position:relative; padding-right:5%; padding-bottom:13%;}
.PicList001200 li div::before,
.PicList001200 li div::after{ position:absolute; content:''; }
.PicList001200 li div::before{width:1px; height:70%; top:15%; background-color:#ebebeb; right:0;}
.PicList001200 li div::after{ width:7%; height:1px; background-color:#e40001; bottom:10%; left:-9%; z-index:2;}
.PicList001200 li h3{ margin:0; font-size:18px; padding:3% 0 0 0; font-weight:normal; color:#333;}
.PicList001200 li p{ margin:3% 0 0 0; color:#969696; line-height:28px; height:56px; overflow:hidden; font-size:14px;}
.PicList001200 li time{ position:absolute; left:0; bottom:5%; color:#969696; background: url(../images/PicList001200_time.png) no-repeat left; padding-left: 25px;}

.PicList001200 li:hover{ border-color:#e40001; box-shadow:0 5px 5px #eee;}
.PicList001200 li:hover a::after{ background-position:left bottom;}
@media(max-width:640px){
.PicList001200 li p{line-height:22px; height:44px; }
.PicList001200 li time{ font-size:12px;}
}
@media(max-width:480px){
.PicList001200 li div::before,
.PicList001200 li a::after{ display:none;}
.PicList001200 li div,
.PicList001200 li a{padding-right:0;}
.PicList001200 li a{ padding-left:40%;}
.PicList001200 li figure{ width:37%;}
}



.news_details h2{color: #024097;font-size: 26px; text-align: center;}
.news_details h5{ border-bottom: 1px solid #eee; padding-bottom: 30px;text-align: center;}
.news_details h5 span{margin-right: 20px;}
.news_details p{line-height: 30px;}
.news_details .upper{ border-top: 1px solid #eee;}
.news_details .upper li{ list-style: none; margin: 20px 0;}


/*Page002046 */
.Page002046 .Pages{ text-align:center; padding:3% 0 0 0;}
.Page002046 .Pages a{ display:inline-block; vertical-align:middle;border:1px solid #ececec; padding:0 15px; line-height:38px; color:#999;}
.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur{ background-color:#e40001; color:#fff;}
.Page002046 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden;}
.Page002046 .Pages em a{ float:left; margin-left:-1px;}
.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total{ display:none;}
.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next{ padding:0; width:44px; background:url(../images/Page002046-a_prev.gif) no-repeat center center; overflow:hidden; line-height:1000px; height:38px;}
.Page002046 .Pages .a_next{ background-image:url(../images/Page002046-a_next.gif);}
@media(max-width:640px){
.Page002046 .Pages .a_first,
.Page002046 .Pages .a_end{ display:none;}
}
@media(max-width:480px){
.Page002046 .Pages a{padding:0 5px; }
}

.Container{ padding:3% 5% 0 5%;}


/*
 .PicList002239 为demo编号
 */
.PicList002239{ padding:2% 0 0% 0;}
.PicList002239 li{ border-bottom: 1px solid #e3e3e3; margin-bottom: 3%; float:left; padding: 2%; border: 1px solid #eee;}
@media(min-width:769px){
.PicList002239 li{margin-right:5%; width:30%; }
.PicList002239 li:nth-child(3n){ margin-right:0;}
}
.PicList002239 li .Ispic{ padding-bottom:68%; background-size:contain;}
.PicList002239 li dl{ position:relative; margin:0 10px; padding-right:114px; line-height:50px; border-top: 1px solid #eee; margin-top: 20px;}
.PicList002239 li dd{ position:absolute; right:0; top:0; color: #999;padding-left: 30px; background: url(../images/PicList002239-icon.png) no-repeat left center;}
.PicList002239 li dt{font-size: 16px; color: #666;}
@media(max-width:768px){
.PicList002239 li{ width:48%; margin-right:4%;}
.PicList002239 li:nth-child(2n){ margin-right:0;}
}



/*PicList002171 */
.PicList002171{padding-top: 1%;}
.PicList002171 li{ float:left; width:22.75%; margin-right:3%; margin-bottom:3%;}
.PicList002171 li a{ border:1px solid #e8e8e8; position:relative; display:block;}
.PicList002171 li img{ display:block; width:100%;}
.PicList002171 li a figure{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(216,12,24,0.95); opacity:0; transition:0.3s;}
.PicList002171 li a:hover figure{ opacity:1;}
.PicList002171 li dl{ display:table;  width:100%; height:100%;}
.PicList002171 li dt{ display:table-cell; vertical-align:middle;text-align:center; font-size:18px; color:#fff;}
.PicList002171 h2{color: #d80c18; margin: 0; text-align: center; font-size: 24px;}
.PicList002171 h3{ color: #024097; margin: 0; text-transform: uppercase; text-align: center;}
.PicList002171 p{line-height: 30px; margin: 30px 0;}
.PicList002171 .Ispic{ padding-bottom: 50%;background-repeat: no-repeat !important;background-position: center center !important;background-size: contain !important;}
@media(min-width:769px){
.PicList002171 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:768px){
.PicList002171 li{ width:32%; margin-right:2%;}
}
@media(max-width:768px) and (min-width:481px){
.PicList002171 li:nth-child(3n){ margin-right:0;}
}
@media(max-width:480px){
.PicList002171 li{ width:49%;}
.PicList002171 li:nth-child(2n){ margin-right:0;}
.PicList002171 li dt{ font-size:15px;}
}




/*
 .Map001070 为demo编号
 */
.Map001070{ padding: 1% 0 0 0;}
.Map001070 h2{color: #d80c18; margin: 0; font-size: 24px; text-align: center;}
.Map001070 h3{ color: #024097; margin: 0; text-transform: uppercase;margin-bottom: 50px; text-align: center;}
.Map001070 dd{ border:1px dashed #d7d7d7; margin-bottom:2%;background-color:#fff; position:relative;padding: 2% 65% 2% 2%;}
.Map001070 dd:last-child{ margin-bottom:0;}
.Map001070 .map *{ max-width:none;}
.Map001070 dd figure{ padding:3% 0 3% 3%;}
.Map001070 dd figure h1{font-size: 22px;color: #d80c18; font-weight:normal;padding: 16px 0; margin:0;border-bottom: dashed 1px #ccc; margin-bottom: 30px;}
.Map001070 dd ul{ padding-top:16px;}
.Map001070 dd li{line-height:25px; margin-bottom:20px; padding-left:36px; background-repeat:no-repeat; background-position:0 0; font-size: 16px;}
.Map001070 dd li:nth-child(1){background-image:url(../images/Map001070-ico_01.png);}
.Map001070 dd li:nth-child(2){background-image:url(../images/Map001070-ico_02.png);}
.Map001070 dd li:nth-child(3){background-image:url(../images/Map001070-ico_03.png);}
.Map001070 dd li:nth-child(4){background-image:url(../images/Map001070-ico_04.png);}
.Map001070 dd li:nth-child(5){background-image:url(../images/Map001070-ico_05.png);}
@media(min-width:641px){
.Map001070 .map{ position:absolute !important; width:60%; right:0; height:100%; top:0;}
}
@media(max-width:640px){
.Map001070 dd{ padding:3%;}
.Map001070 .map{ height:300px; position:relative !important;}
.Map001070 dd figure{ padding:0;}
}
@media(max-width:480px){
.Map001070 dd figure h1{ font-size:20px;}
}
/*
 .Form000961 为demo编号
 */
.Form000961{ padding:2% 0;}
.Form000961 h2{color: #d80c18; margin: 0;font-size: 24px; text-align: center; margin-top: 20px;}
.Form000961 h3{ color: #024097; margin: 0; text-transform: uppercase;margin-bottom: 50px; text-align: center;}
.Form000961 .form{ display:table; width:100%; padding: 2%; border:1px dashed #d7d7d7;}
.Form000961  figure{ display:table-cell; vertical-align:middle;}
.Form000961  figure:nth-child(2){ width:50%; padding-left:2%;}
.Form000961  figure p{ line-height:28px;  color:#7d7d7d; text-indent:25px;}
.Form000961 td{ padding-bottom:10px;}
.Form000961 td div{ position:relative;}
.Form000961 td div .form_err{ position:absolute; right:8px; top:18px; color:#f31313; line-height:20px; font-weight:bold;}
.Form000961 td div .text{ width:100%; border:1px solid #dadada; line-height:46px; height:46px; padding:0 10px;}
.Form000961 td div textarea.text{ line-height:23px; height:138px; padding:11px 10px;}
.Form000961 td div.float_l{ float:left; width:48%}
.Form000961 td div.float_r{ float: right; width:50%;}
.Form000961 td.btn{ text-align:center;}
.Form000961 td.btn input{ cursor:pointer; color:#fff; border:none; background:#d80c18; width:70%; max-width:167px; height:45px;}
@media(max-width:1000px){
.Form000961  figure{vertical-align:top;}
}
@media(max-width:768px){
.Form000961  figure:nth-child(2){ display:none;}
}



/*
 .TextList001652 为demo编号
 */
.TextList001652{padding-bottom: 2%; padding-top: 2%;}
.TextList001652 .list_ul,
.TextList001652 .job_ol{ overflow:hidden; clear:both;}
.TextList001652 .job_ol li,
.TextList001652 .list_ul li{ list-style:none; float:left; width:20%; text-align:center;}
.TextList001652 .job_ol li{ background-color:#024097; color:#fff; line-height:3em;}
.TextList001652 .list{ border-bottom:1px solid #ebebeb;}
.TextList001652 .job_info{ display:none;}
.TextList001652 .list_ul{ cursor:pointer;font-size:12px;}
.TextList001652 .list_ul li{ padding:1em 0;}
.TextList001652 .list_ul li:nth-child(5) a{ border:1px solid #ededed; border-radius:5px; display:inline-block; padding:0 7%; line-height:1.8em;}
.TextList001652 .list_ul li:nth-child(5) a:hover{  background-color:#d80c18;color:#fff;}
.TextList001652 .job_info{padding:2% 5% 2%;} 
.TextList001652 strong{color: #d80c18;}
.TextList001652 p{line-height: 30px;}
@media(max-width:640px){
.TextList001652 .job_ol li,
.TextList001652 .list_ul li{width:25%;}
.TextList001652 .job_ol li:nth-child(4),
.TextList001652 .list_ul li:nth-child(4){ display:none;}
}
/*
 .Form002324 为demo编号
 */
.Form002324{ position:fixed; background:rgba(0,0,0,0.5); width:100%;height: 100%; top:0; left:0; z-index:99; display: none;}
.Form002324 .table-type{ display: table; table-layout: fixed; width: 100%; height: 100%;}
.Form002324 .table-cell{display: table-cell; vertical-align: middle; height: 100%; width: 100%;}
.Form002324 .wrap-container{ position: relative; width: 90%;margin: 0 auto;max-width: 600px;background: #fff;box-shadow: 5px 5px 30px rgba(0,0,0,0.15);border-radius: 5px;padding: 2%;}
.Form002324 .closeBtn{ position:absolute; top:20px; right:20px; height:17px; width:17px; display:block; background:url(../images/Form002324-colseBtn.jpg) no-repeat;}
.Form002324 .Title{ font-size:24px; color:#333; text-align:center; line-height:100px;}
/*
 .Form001725 为demo编号
 */
.Form001725 .name{padding:15px 0; font-size:18px;border-bottom:1px solid #e5e5e5;}
.Form001725 .name span{ display:inline-block; border-left:6px solid #f29200; padding-left:15px;}
.Form001725 .tips{ padding:20px 0;border-bottom:1px solid #e5e5e5; font-size:14px;position:relative;}
.Form001725 .tips h1{ margin:0; font-weight:normal; font-size:18px; color:#f29200;}
.Form001725 .bomme{ text-align: center;}

.Form001725 .form td{ padding-bottom:20px; font-size:14px; }
.Form001725 .form td.w1{ width:47%;}
.Form001725 .form td.w2{ width:6%;}
.Form001725 .form .text,.Form001725 .form select{ width:100%; border-radius:3px; border:1px solid #cfcfcf; line-height:36px;height:36px; text-indent:10px; background:none; }
.Form001725 .form p{ margin:0 0 10px 0;color:#024097; background:url(../images/Form001725-icon.jpg) no-repeat left center; padding-left:15px;}
.Form001725 .form td em{ font-style:normal; color:#bcbcbc;}
.Form001725 .form td em i{ font-style:normal; color:#fadbbe;}
.Form001725 .form .btn{ background:#d80c18; color:#fff; cursor:pointer; font-size:18px; width:60%; max-width:180px; height:50px; border-radius:3px; border:none;}
.Form001725 .form dl{ position:relative;}
.Form001725 .form dd{ display:none; position:absolute; left:0; top:100%; background-color:#eee; width:100%; z-index:10;}
.Form001725 .form dd a{ display:block; line-height:36px; padding:0 10px;}
.Form001725 .form dd a:hover{ background-color:#ccc;}
@media(max-width:600px){
.Form002324 .wrap-container{ position:fixed; top:50%;margin-top: -243.5px; width:450px; height:auto; margin-left:-225px; left:50%; background:#fff; z-index:100;}
}



/*PicList002146 */
.PicList002146{padding-top: 2%;}
.PicList002146 li{ float:left; width:24%; margin:0 0.5% 2%;}
.PicList002146 li a{ display:block; position:relative;}
.PicList002146 li h3,
.PicList002146 li h5{ margin:0; text-align:center; font-size:18px; font-weight:normal;}
.PicList002146 li figure{ padding-bottom:100%;}
.PicList002146 li h3{ border:1px solid #e8e8e8; border-top-width:3px; border-top-color:#f4f4f4; padding:2% 15% 2% 2%; line-height:40px; position:relative;}
.PicList002146 li h3:before{ position:absolute; content:''; right:0; top:0; width:13%; height:100%;background:url(../images/PicList002146-more.gif) no-repeat center center;}

.PicList002146 li .hover{ opacity:0; position:absolute; left:0; top:0; right:0; bottom:0; text-align:center; background:rgba(216,12,24,0.8); transition:0.3s; color:#fff; }
.PicList002146 li a:hover .hover{ opacity:1;}
.PicList002146 li aside{ position:absolute; left:10%;width:80%; top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%);transform:translateY(-50%);}

.PicList002146 li .hover img{ border-radius:50%; width:100px; height:100px;}
.PicList002146 li .hover h5{ margin-top:10px; line-height:22px; max-height:44px; overflow:hidden;}
.PicList002146 li .hover i{ display:block;  height:2px; background:#fff; width:30px; margin:10px auto;} 
.PicList002146 li .hover p{ font-size:14px; line-height:30px; margin:0; max-height:90px; overflow:hidden;}
@media(max-width:1366px){
.PicList002146 li h3,
.PicList002146 li .hover h5{ font-size:16px;}
}
@media(max-width:1366px) and (min-width:1001px){
.PicList002146 li .hover img{ width:70px; height:70px;}
.PicList002146 li .hover p{ height:40px;}
}
@media(max-width:1000px){
.PicList002146 li{ width:48%; margin-left:1%; margin-right:1%;}
}
@media(max-width:640px) and (min-width:376px){
.PicList002146 li .hover img{ width:50px; height:50px;}
.PicList002146 li .hover p{ height:40px;}
}
@media(max-width:480px){
.PicList002146 li h3,
.PicList002146 li .hover h5{ font-size:14px;}
.PicList002146 li .hover h5{ line-height:20px; max-height:40px;}
}
@media(max-width:375px){
.PicList002146 li{ float:none; width:auto;} 
}



/*
 .RighInfo002450 为demo编号
 */
.RighInfo002450{ padding: 2% 0;}
.RighInfo002450 .wrap-container .tit{ color: #1a1002; font-size: 26px; margin: 0 0 4%;text-align: center;}
@media only screen and (min-width:1201px ) {
	.RighInfo002450 .wrap-container .tit{color: #024097;font-size: 26px;}
}
@media only screen and (max-width:767px ) {
.RighInfo002450 .wrap-container .tit{ text-align: center; font-size: 20px;}	
}
.RighInfo002450 .wrap-container .img{ margin: 0 auto; display: block;}
.RighInfo002450 .wrap-container .word{ font-size: 14px; line-height: 30px; margin-top: 3%;}
@media only screen and (min-width:767px ) {
	.RighInfo002450 .wrap-container .img{ float: right; margin: 0 0 0 5%;}
	.RighInfo002450 .wrap-container .word{ margin-top: 0;}
}


.RighInfo002450 .upper{ border-top: 1px solid #eee;}
.RighInfo002450 .upper li{ list-style: none; margin: 20px 0;}


/*
 单篇
 */
/*
 .RighInfo002239 为demo编号
 */
.RighInfo002239 li{padding: 2% 0; border-bottom: 1px solid #eaeaea;}
.RighInfo002239 li:nth-child(1){padding-top:1%;}
.RighInfo002239 li strong a{color:#d80c18;}
.RighInfo002239 li span a{padding:0 2% ;}



/*
搜索
*/
.searchlist {padding:0% 0 1% 0;}
.searchlist ul li{ padding:2% 120px 2% 0; position:relative; border-bottom:1px solid #eaeaea; font-size:14px;}
.searchlist ul li:hover a{color:#2784c4; }
.searchlist ul li time{ position:absolute; right:0; top:30%; color:#999; }



.queueList{ margin: 20px 0 !important; padding: 10px !important;}
.placeholder{padding-top: 0 !important; min-height: auto !important; font-size: 12px !important;}
.placeholder .webuploader-pick{font-size: 14px !important; line-height: 40px !important; margin-bottom: 5px !important;}
.filelist li{ height: 50px !important;}
.queueList input{ width: 100% !important; height: 100% !important; margin: 0 auto !important;}
