﻿ol,
ul {
    list-style: none;
}

* {
    padding: 0;
    margin: 0;
}


/*Top002434*/

.Public_nav_style #header-menu,
.Public_nav_style #header-menu ul {
    z-index: 99999 !important;
}

.Public_nav_style #open_menu {
    z-index: 999999 !important;
}

.Top002434 {
    position: static;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    height: 91px;
}

.top {
    width: 100%;
    position: static;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
}

.idxTop .top {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
}

.Top002434 .header {
    height: 91px;
}

.Top002434 .header-left {
    float: left;
    height: 100%;
    position: relative;
    width: 16%;
}

.Top002434 .logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 180px;
}

.Top002434 .header-mid {
    float: left;
    width: 55%;
    margin-left: 3%;
}

.Top002434 .header-menu li em a {
    font-size: 16px;
    display: block;
    line-height: 60px;
    padding-top: 20px;
    position: relative;
    color: rgba(255, 255, 255, .9);
}

.Top002434 .header-menu li em a:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 2px;
    background: #1d5fbf;
    transition: 0.3s;
    transform: translateX(-50%);
}

.Top002434 .header-menu li:hover em a::before,
.Top002434 .header-menu li.aon em a::before {
    width: 70%;
}

.Top002434 .header-menu li:hover em a,
.Top002434 .header-menu li.aon em a {
    color: #1d5fbf;
    font-weight: bold;
}

.Top002434 .header-menu li .sub {
    overflow: hidden;
    top: 114% !important;
    width: 180px;
}

.Top002434 .header-menu li .sub-menu {
    background: rgba(255, 255, 255, 0.61);
}

.Top002434 .header-menu li .sub-menu dt {
    padding: 0 17px;
    position: relative;
}

.Top002434 .header-menu li .sub-menu dt::before {
    position: absolute;
    content: '';
    width: 0;
    height: 14px;
    background: #1d5fbf;
    left: 0;
    top: 50%;
    margin-top: -7px;
    transition: 0.3s;
}

.Top002434 .header-menu li .sub-menu dt:hover::before {
    width: 8px;
}

.Top002434 .header-menu li .sub-menu dt a {
    border-bottom: 1px solid #e7e7e7;
    line-height: 40px;
    background: url(../images/Top002434-icon_a.png) no-repeat left center;
    color: #999;
    padding-left: 15px;
}

.Top002434 .header-menu li .sub-menu dt:last-child a {
    border-bottom: 0;
}

.Top002434 .header-menu li .sub-menu dt a:hover {
    color: #1d5fbf;
}

.Top002434 .header-menu li.has-sub:hover .sub {
    height: auto;
}

.Top002434 .header-right {
    float: right;
    padding-top: 36px;
}

.Top002434 .header-right>* {
    float: left;
    line-height: 28px;
    position: relative;
    height: 43px;
}

.Top002434 .top-language dt,
.Top002434 .search_box {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
}

.Top002434 .search_box {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .15);
    border: 1px solid #fff;
    border-top: 0;
    width: 254px;
    background: rgba(0, 0, 0, 0.2);
}

.Top002434 .search_box .text {
    width: 100%;
    line-height: 48px;
    height: 48px;
    padding: 0 48px 0 10px;
    background: none;
    border: none;
    color: #fff;
}

.Top002434 .search_box .btn {
    position: absolute;
    right: 0;
    line-height: 48px;
    width: 48px;
    text-align: center;
    color: #999;
    font-size: 16px;
    top: 0;
}

.Top002434 .search_box::after {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    right: 0;
    top: -16px;
}

.Top002434 .open-search {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/Top002434-icon_search.png) no-repeat center center;
}

.Top002434 .top-language {
    background: url(../images/Top002434-icon_lang.png) no-repeat left 5px;
    padding-left: 20px;
    padding-right: 15px;
    margin-right: 5px;
}

.Top002434 .top-language::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    right: 0;
    top: 4px;
}

.Top002434 .top-language dd {
    padding-right: 22px;
    background: url(../images/Top002434-icon_a.png) no-repeat right center;
    color: #999;
}

.Top002434 .top-language dt {
    border: 1px solid #eee;
    width: 100%;
    text-align: center;
    background: #fff;
}

.Top002434 .top-language dt a {
    display: block;
    border-bottom: 1px solid #eee;
    line-height: 24px;
    transition: color 0.3s;
}

.Top002434 .top-language dt a:last-child {
    border-bottom: 0;
}

.Top002434 .top-language dt a:hover {
    color: #fff;
    background: #1d5fbf;
}

@media(max-width:1024px) {
    .Top002434 .header-left {
        width: 30%;
    }
    .Top002434 .header-right {
        padding-right: 50px;
    }
    .Top002434 #open_menu {
        height: 30px;
        background: #1d5fbf;
        border-radius: 0;
        top: 33px;
        border: none;
    }
    .Top002434 #open_menu i,
    .Top002434 #open_menu i::before,
    .Top002434 #open_menu i::after {
        background: #fff;
    }
    .Top002434 #open_menu.open_menu_on {
        top: 10px;
    }
    .Top002434 #header-menu ul {
        background: #1d5fbf;
        padding-left: 0;
        padding-right: 0;
    }
    .Top002434 #header-menu li {
        padding: 0 5%;
    }
    .Top002434 #header-menu li em,
    .Top002434 #header-menu li em a {
        border-bottom: 0;
    }
    .Top002434 #header-menu li:nth-child(2n) {
        background: rgba(255, 255, 255, 0.1);
    }
    .Top002434 #header-menu li em a {
        font-weight: normal;
    }
    .Top002434 #header-menu li.clickon em a {
        background: none;
    }
    .Top002434 #header-menu li.clickon {
        padding-bottom: 5%;
    }
    .Top002434 #header-menu li .sub-menu dt:last-child a {
        border-bottom: 0;
    }
    .Top002434 #header-menu li .sub-menu dl {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
    }
}


/*Banner003064 */

.Banner003064 .slick-dots {
    position: absolute;
    z-index: 20;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.Banner003064 .slick-dots li {
    float: left;
    background: #fff;
    width: 40px;
    height: 4px;
    margin: 0 10px;
    cursor: pointer;
}

.Banner003064 .slick-dots li button {
    display: none;
}

.Banner003064 .slick-dots li.slick-active {
    background: #1d5fbf;
}

.pc {
    display: block;
}

.wap {
    display: none
}

@media(max-width:1024px) {
    .pc {
        display: none;
    }
    .wap {
        display: block
    }
}

@media(max-width:640px) {
    .Banner003064 .slick-dots li {
        background-size: contain;
        width: 14px;
        height: 2px;
        margin: 0 4px;
    }
}


/*Floor002745 */

.Floor002745 {
    background: #fff;
    padding: 3% 0 0;
}


/*slick Basic*/

.Floor002745 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.Floor002745 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.Floor002745 .slick-list:focus {
    outline: none
}

.Floor002745 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.Floor002745 .slick-slider .slick-track,
.Floor002745 .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)
}

.Floor002745 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.Floor002745 .slick-track:before,
.Floor002745 .slick-track:after {
    display: table;
    content: '';
}

.Floor002745 .slick-track:after {
    clear: both;
}

.Floor002745 .slick-loading .slick-track {
    visibility: hidden;
}

.Floor002745 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.Floor002745 .slick-slide .slick-loading img {
    display: none;
}

.Floor002745 .slick-slide .dragging img {
    pointer-events: none;
}

.Floor002745 .slick-initialized .slick-slide {
    display: block;
    padding: 20px 0;
}

.Floor002745 .slick-loading .slick-slide {
    visibility: hidden;
}

.Floor002745 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.Floor002745 .slick-arrow .slick-hidden {
    display: none;
}


/*slick Basic End*/


/* .Floor002745 li.slick-slide{padding: 50px 0;} */

.Floor002745 li.slick-slide .icon {
    width: 60%;
    max-width: 114px;
    margin: 0 auto;
    position: relative;
}

.Floor002745 li.slick-slide .icon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #f3f5f9;
}

.Floor002745 li.slick-slide .icon img {
    border-radius: 50%;
    position: relative;
    z-index: 3;
}

.Floor002745 li.slick-slide aside {
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    color: #333;
    padding-top: 10px;
    position: relative;
    z-index: 3;
}

.Floor002745 li.slick-slide:hover .icon:before {
    animation: Floor002745 1s ease infinite;
    -webkit-animation: Floor002745 1s ease infinite;
    -ms-animation: Floor002745 1s ease infinite;
}

@-webkit-keyframes Floor002745 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-ms-keyframes Floor002745 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes Floor002745 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.Floor002745 .slick-dots {
    text-align: center;
    padding: 0 0 20px 0;
}

.Floor002745 .slick-dots li {
    display: inline-block;
    width: 14px;
    height: 6px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 2px;
}

.Floor002745 .slick-dots li button {
    display: none;
}

.Floor002745 .slick-dots li.slick-active {
    background: #1d5fbf;
}

@media(max-width:768px) {
    .Floor002745 .slick-dots {
        padding: 0;
    }
}


/*Floor003065 */

.Floor003065 {
    margin: 3% 0;
    font-size: 16px;
}

@media(max-width:1366px) {
    .Floor003065 {
        padding: 3% 2%;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .Floor003065 {
        font-size: 1.5vw;
    }
}

@media(max-width:640px) {
    .Floor003065 {
        font-size: 3.5vw;
    }
}

.Floor003065 .auto {
    max-width: 1400px;
}

.Floor003065 .txt-info {
    position: relative;
}

@media(min-width:769px) {
    .Floor003065 .txt-info {
        padding-left: 2.76vw;
    }
    .Floor003065 .ytable-cell {
        width: 50%;
        vertical-align: top;
    }
}

@media(max-width:768px) {
    .Floor003065 .ytable,
    .Floor003065 .ytable-cell {
        display: block;
    }
}

.Floor003065 .video .pic {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    margin-bottom: 2.4vw;
}

.Floor003065 .video .pic img {
    opacity: 0.84;
}

.Floor003065 .video .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.Floor003065 .video .play:before {
    position: absolute;
    content: '';
    width: 86px;
    height: 86px;
    background: url("../images/Floor003065_play.png") no-repeat center center rgba(0, 0, 0, 0.2);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.Floor003065 .video .pic video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #000;
}

@media(max-width:640px) {
    .Floor003065 .video .play:before {
        width: 20vw;
        height: 20vw;
    }
}

.Floor003065 .number li {
    float: left;
    color: #333;
}

.Floor003065 .number li aside {
    color: #1d5fbf;
}

.Floor003065 .number li aside b {
    font-size: 48px;
    font-weight: 900;
    font-family: 'Arial';
    line-height: 0.85em;
    display: inline-block;
}

.Floor003065 .number li p {
    margin-bottom: 0;
}

@media(min-width:769px) and (max-width:1024px) {
    .Floor003065 .number li aside b {
        font-size: 4vw;
    }
}

@media(max-width:640px) {
    .Floor003065 .number li aside b {
        font-size: 20px;
    }
}

.Floor003065 .col-title {
    font-size: 48px;
    padding-bottom: 3.18vw;
}

.Floor003065 .col-title .cn {
    font-size: 0.625em;
    color: #333;
}

.Floor003065 .col-title .cn:after {
    display: inline-block;
    content: '';
    height: 1px;
    background: #1d5fbf;
    width: 3.334em;
    margin-left: 0.521em;
    vertical-align: middle;
}

.Floor003065 .col-title .en {
    font-family: 'Arial';
    color: #1d5fbf;
    line-height: 1em;
    padding-top: 0.2em;
    font-size: 26px;
}

@media(min-width:769px) and (max-width:1024px) {
    .Floor003065 .col-title {
        font-size: 4vw;
    }
}

@media(max-width:640px) {
    .Floor003065 .col-title {
        font-size: 9vw;
    }
    .Floor003065 .col-title .en {
        font-size: 16px;
    }
}

.Floor003065 .more {
    margin-top: 2.76vw;
}

.Floor003065 .more a {
    display: inline-block;
    color: #1d5fbf;
    line-height: 2.875em;
    border-radius: 50px;
    border: solid 1px #1d5fbf;
    padding: 0 2.5em;
    transition: 0.3s;
    font-size: 16px;
}

.Floor003065 .more a:hover {
    background: #1d5fbf;
    color: #fff;
}

@media(max-width:640px) {
    .Floor003065 .more a {
        font-size: 14px;
        padding: 0 15px;
        line-height: 30px
    }
}

.Floor003065 .txt-info .inner {
    position: relative;
    z-index: 3;
}

.Floor003065 .txt-info .info .name {
    color: #1d5fbf;
    font-size: 24px;
}

.Floor003065 .txt-info .info p {
    line-height: 2em;
}

.Floor003065 .txt-info .year {
    z-index: 1;
    padding: 2vw 10.21vw 3vw 2.08vw;
    border-radius: 20px;
    background-color: #1d5fbf;
}

.Floor003065 .txt-info .year b {
    font-family: 'Arial';
    font-weight: 800;
    font-size: 3.13vw;
    color: #fff;
    position: relative;
    z-index: 3;
    line-height: 1em;
}

.Floor003065 .txt-info .year:after,
.Floor003065 .txt-info .year:before {
    position: absolute;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.Floor003065 .txt-info .year:before {
    width: 3.44vw;
    height: 3.44vw;
    background-image: url("../images/Floor003065_bg1.png");
    right: 1.93vw;
    bottom: 1.93vw;
}

.Floor003065 .txt-info .year:after {
    width: 33.59vw;
    height: 31.93vw;
    background-image: url("../images/Floor003065_bg.png");
    right: 0;
    bottom: 0;
}

@media(min-width:769px) {
    .Floor003065 .txt-info .year {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media(max-width:768px) {
    .Floor003065 .txt-info {
        margin-bottom: 10px;
    }
    .Floor003065 .txt-info .year {
        position: relative;
        margin-top: 10px;
    }
    .Floor003065 .txt-info .year br {
        display: none;
    }
    .Floor003065 .txt-info .year b {
        font-size: 6vw;
    }
    .Floor003065 .txt-info .year:after {
        width: 50vw;
        height: 50vw;
    }
    .Floor003065 .txt-info .year:before {
        width: 7vw;
        height: 7vw;
    }
    .Floor003065 .txt-info .info p {
        -webkit-line-clamp: 2;
    }
}

@media(max-width:640px) {
    .Floor003065 .txt-info .info .name {
        font-size: 5vw;
    }
}


/*Floor003066 */

.Floor003066 {
    background: url("../images/Floor003066_bg.jpg") no-repeat center bottom;
    background-size: cover;
    padding-bottom: 3.13vw;
    padding-top: 4.17vw;
    overflow: hidden;
}

.Floor003066 .auto {
    max-width: 1400px;
}

.Floor003066 .col-title {
    font-size: 48px;
    padding-bottom: 3.54vw;
}

.Floor003066 .col-title .cn {
    font-size: 0.625em;
    color: #333;
}

.Floor003066 .col-title .cn:after {
    display: inline-block;
    content: '';
    height: 1px;
    background: #1d5fbf;
    width: 3.354em;
    margin-left: 0.521em;
    vertical-align: middle;
}

.Floor003066 .col-title .en {
    font-family: 'Arial';
    color: #1d5fbf;
    line-height: 1em;
    padding-top: 0.2em;
    font-size: 26px;
}

@media(min-width:769px) and (max-width:1024px) {
    .Floor003066 .col-title {
        font-size: 4vw;
    }
}

@media(max-width:640px) {
    .Floor003066 .col-title {
        font-size: 9vw;
    }
    .Floor003066 .col-title .en {
        font-size: 16px;
    }
}

.Floor003066 .more {
    margin-top: 3.91vw;
}

.Floor003066 .more a {
    display: inline-block;
    border: 1px solid #1d5fbf;
    background: #1d5fbf;
    line-height: 2.875em;
    border-radius: 50px;
    color: #fff;
    padding: 0 2.5em;
    transition: 0.3s;
    font-size: 16px;
}

.Floor003066 .more a:hover {
    background: #fff;
    color: #1d5fbf;
}

@media(max-width:640px) {
    .Floor003066 .more a {
        font-size: 14px;
        padding: 0 15px;
        line-height: 30px
    }
}

@media(min-width:1025px) {
    .Floor003066 .fl {
        width: 21.429%;
    }
    .Floor003066 .fr {
        width: 72%;
    }
}

.Floor003066 .intro {
    font-size: 15px;
    color: #333;
}

.Floor003066 .intro .cn {
    line-height: 1.667em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.Floor003066 .intro .en {
    font-size: 0.777em;
    color: #999;
    line-height: 1.6em;
    border-top: 1px solid #e5e5e5;
    margin-top: 0.667em;
    padding-top: 0.667em;
}

@media(max-width:640px) {
    .Floor003066 .intro {
        font-size: 4vw;
    }
}

.Floor003066 .slider li {
    padding: 22px 0;
}

.Floor003066 .slider li a {
    display: block;
    margin: 0 1.4vw;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    position: relative;
    padding: 20px;
    background: #fff;
    transition: 0.3s;
}

.Floor003066 .slider li figure {
    background-size: contain;
    padding-bottom: 133%;
}

.Floor003066 .slider li .hover {
    position: absolute;
    z-index: 10;
    width: 120px;
    height: 120px;
    background-color: #1d5fbf;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: 0.3s;
}

.Floor003066 .slider li .hover .ytable {
    height: 100%;
}

.Floor003066 .slider li .hover span {
    font-size: 12px;
    display: block;
    background: url("../images/Floor003066_rice.png") no-repeat center bottom;
    padding-bottom: 27px;
    font-family: 'ArialMT';
}

.Floor003066 .slider li .hover aside {
    font-size: 16px;
    padding-bottom: 5px;
}

.Floor003066 .slider li a:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}

.Floor003066 .slider li a:hover .hover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.Floor003066 .btn {
    text-align: center;
    padding-top: 2.08vw;
}

.Floor003066 .btn .slick-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #b1b1b2;
    margin: 0 10px;
    position: relative;
}

.Floor003066 .btn .slick-arrow:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid #b1b1b2;
    border-top: 2px solid #b1b1b2;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -8px;
}

.Floor003066 .btn .slick-arrow:hover,
.Floor003066 .btn .slick-arrow:hover:before {
    border-color: #1d5fbf;
}

.Floor003066 .btn .slick-prev {
    transform: rotate(180deg);
}

@media(min-width:641px) {
    .Floor003066 .slider {
        margin: 0 -2.8vw;
        padding: 0 1.4vw;
    }
}

@media(max-width:640px) {
    .Floor003066 .slider li figure {
        padding-bottom: 54%;
    }
}


/*Floor003067 */

.Floor003067 {
    margin: 2.03vw 0;
    padding: 4.79vw 0 4.27vw 0;
}

.Floor003067 .auto {
    max-width: 1400px;
}

.Floor003067 .col-title {
    font-size: 48px;
    padding-bottom: 2em;
}

.Floor003067 .col-title .cn {
    font-size: 0.625em;
    color: #333;
}

.Floor003067 .col-title .cn:after {
    display: inline-block;
    content: '';
    height: 1px;
    background: #1d5fbf;
    width: 5.367em;
    margin-left: 0.521em;
    vertical-align: middle;
}

.Floor003067 .col-title .en {
    font-family: 'Arial';
    color: #1d5fbf;
    line-height: 1em;
    padding-top: 0.2em;
    font-size: 26px;
}

@media(max-width:1366px) {
    .Floor003067 {
        padding: 3% 2%;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .Floor003067 .col-title {
        font-size: 4vw;
    }
}

@media(max-width:640px) {
    .Floor003067 .col-title {
        font-size: 9vw;
    }
    .Floor003067 .col-title .en {
        font-size: 16px;
    }
}

.Floor003067 .more a {
    display: inline-block;
    border: 1px solid #1d5fbf;
    color: #1d5fbf;
    line-height: 2.875em;
    border-radius: 50px;
    padding: 0 2.5em;
    transition: 0.3s;
    font-size: 16px;
}

.Floor003067 .more a:hover {
    background: #1d5fbf;
    color: #fff;
}

@media(max-width:640px) {
    .Floor003067 .more a {
        font-size: 14px;
        padding: 0 15px;
        line-height: 30px
    }
}

.Floor003067>.ytable>.ytable-cell {
    vertical-align: top;
}

.Floor003067 .right li {
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
}

.Floor003067 .right li .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: 0.3s;
    padding: 0 5%;
}

.Floor003067 .right li .Ispic {
    border-radius: 24px;
    overflow: hidden;
    padding-bottom: 139.25%;
    position: relative;
    z-index: 1;
    background-size: contain;
}

.Floor003067 .right li .Ispic:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    height: 100%;
    opacity: 0.3;
    transition: 0.3s;
}

.Floor003067 .right li:before {
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    z-index: 3;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.Floor003067 .right li .ytable {
    height: 100%;
}

.Floor003067 .right li .pic {
    margin: 0 auto 10px;
    display: table;
    position: relative;
}

.Floor003067 .right li .pic img {
    transition: 0.3s;
}

.Floor003067 .right li .pic .off {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}

.Floor003067 .right li .tit .cn {
    font-size: 18px;
}

.Floor003067 .right li .tit .en {
    font-size: 12px;
    font-family: 'Arial';
    padding-top: 5px;
}

.Floor003067 .right li:hover {
    color: #333;
}

.Floor003067 .right li:hover:before {
    right: 50%;
    opacity: 1;
}

.Floor003067 .right li:hover .txt {
    width: 50%;
}

.Floor003067 .right li:hover .en {
    color: #666;
}

.Floor003067 .right li:hover .pic .off {
    opacity: 1;
}

.Floor003067 .right li:hover .pic .on,
.Floor003067 .right li:hover .Ispic:before {
    opacity: 0;
}

.Floor003067 .owl-prev,
.Floor003067 .owl-next {
    width: 30px;
    height: 30px;
    line-height: 100px;
    background-size: cover;
    overflow: hidden;
    border-radius: 100px
}

.Floor003067 .owl-prev {
    position: absolute;
    left: -0;
    background: #fff url(../images/left.png) no-repeat center center;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}

.Floor003067 .owl-next {
    position: absolute;
    right: -0;
    background: #fff url(../images/right.png) no-repeat center center;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}

@media(min-width:481px) {
    .Floor003067 .right li {
        float: left;
    }
}

@media(min-width:769px) {
    .Floor003067 .right ul {
        margin-top: -3.3%;
    }
    .Floor003067 .right li {
        width: 100%;
        margin-top: 3.3%;
    }
    /*.Floor003067  .right li:not(:nth-child(4n)){margin-right:2%;}*/
}

@media(min-width:1025px) {
    .Floor003067 .left {
        width: 21.714%;
        position: relative;
    }
    .Floor003067 .left .more {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .Floor003067 .right {
        padding-left: 3.59vw;
    }
}

@media(max-width:1024px) {
    .Floor003067>.ytable,
    .Floor003067>.ytable>.ytable-cell {
        display: block;
    }
    .Floor003067 .left,
    .Floor003067 .left .col-title {
        padding-bottom: 5vw;
    }
}

@media(min-width:481px) and (max-width:768px) {
    .Floor003067 .auto {
        position: relative;
    }
    .Floor003067 .left {
        position: absolute;
        left: 0;
        top: 0;
        width: 48%;
    }
    .Floor003067 .col-title {
        font-size: 5vw;
    }
    .Floor003067 .more a {
        font-size: 2.5vw;
    }
    .Floor003067 .right li {
        width: 48%;
        margin-bottom: 4%;
    }
    .Floor003067 .right li:not(:nth-child(2n-1)) {
        margin-right: 4%;
    }
    .Floor003067 .right li:nth-child(1) {
        margin-left: 52%;
    }
}

@media(max-width:480px) {
    .Floor003067 .right li {
        margin-bottom: 3%;
    }
}


/*Floor003068 */

.Floor003068 {
    margin: 3% 0 2%;
    overflow: hidden;
}

.Floor003068 .auto {
    max-width: 1400px;
}

.Floor003068 .col-title {
    font-size: 48px;
    padding: 2.55vw 0;
    color: #fff;
}

.Floor003068 .col-title .cn {
    font-size: 0.625em;
}

.Floor003068 .col-title .cn:after {
    display: inline-block;
    content: '';
    height: 1px;
    background: #fff;
    width: 5.36em;
    margin-left: 0.521em;
    vertical-align: middle;
}

.Floor003068 .col-title .en {
    font-family: 'Arial';
    line-height: 1em;
    padding-top: 0.2em;
    font-size: 20px;
}

@media(min-width:769px) and (max-width:1024px) {
    .Floor003068 .col-title {
        font-size: 4vw;
    }
}

@media(max-width:640px) {
    .Floor003068 .col-title {
        font-size: 7vw;
    }
    .Floor003068 .col-title .en {
        font-size: 16px
    }
}

.Floor003068 .more a {
    display: inline-block;
    border: 1px solid #fff;
    background: #1d5fbf;
    line-height: 2.875em;
    border-radius: 50px;
    color: #fff;
    padding: 0 2.5em;
    transition: 0.3s;
    font-size: 16px;
}

.Floor003068 .more a:hover {
    background: #fff;
    color: #1d5fbf;
}

@media(max-width:640px) {
    .Floor003068 .more a {
        font-size: 14px;
        padding: 0 15px;
        line-height: 30px
    }
}

.Floor003068 .btn-way {
    position: relative;
    z-index: 1;
    margin-bottom: 2.2vw;
}

.Floor003068 .btn-way>* {
    position: relative;
    z-index: 4;
}

.Floor003068 .btn-way:after {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    background-color: #1d5fbf;
    background-repeat: no-repeat;
}

.Floor003068 .left .btn-way:after {
    right: 0;
    width: 130.335%;
    border-radius: 0 20px 20px 0;
    background-image: url("../images/Floor003068_bg1.png");
    background-position: 20% 30%;
}

.Floor003068 .right .btn-way:after {
    left: 0;
    width: 152.314%;
    border-radius: 20px 0 0 20px;
    background-image: url("../images/Floor003068_bg2.png");
    background-position: 20% 30%;
}

.Floor003068 .right .col-title {
    text-align: right;
}

.Floor003068 .right .col-title .cn:after {
    display: none;
}

.Floor003068 .right .col-title .cn:before {
    display: inline-block;
    content: '';
    height: 1px;
    background: #fff;
    width: 5.36em;
    margin-right: 0.521em;
    vertical-align: middle;
}

.Floor003068 .right dl {
    margin-top: 25px;
}

.Floor003068 .right dd {
    line-height: 2.25em;
    font-size: 16px;
}

.Floor003068 .right dd time {
    float: right;
    color: #999;
    font-size: 0.875em;
}

.Floor003068 .list a {
    display: block;
    overflow: hidden;
}

.Floor003068 .list ol .Ispic {
    padding-bottom: 30.566%;
    border-radius: 20px;
}

.Floor003068 .list time {
    display: block;
    width: 72px;
    height: 72px;
    text-align: center;
    font-size: 12px;
    font-family: 'Arial';
    padding-top: 15px;
}

.Floor003068 .list time b {
    display: block;
    font-size: 30px;
    line-height: 1em;
}

.Floor003068 .list ol time {
    color: #fff;
    background-color: #1d5fbf;
}

.Floor003068 .list li time {
    background-color: #f3f3f3;
}

.Floor003068 .list aside.dot {
    color: #303030;
    font-size: 16px;
}

.Floor003068 .list a:hover aside.dot {
    color: #1d5fbf;
}

.Floor003068 .list p {
    color: #666;
    line-height: 1.715em;
}

.Floor003068 .list ol {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 26px;
    margin-bottom: 24px;
}

.Floor003068 .list ol aside.dot {
    margin-top: 25px;
}

.Floor003068 .list ol p {
    margin-top: 10px;
    margin-bottom: 25px;
}

.Floor003068 .list ol .details {
    color: #1d5fbf;
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #1d5fbf;
    line-height: 1.667em;
}

.Floor003068 .list li time {
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
}

.Floor003068 .list li a {
    position: relative;
    padding-left: 96px;
    min-height: 72px;
}

.Floor003068 .list li p {
    margin: 8px 0 0 0;
}

.Floor003068 .right .ad img {
    border-radius: 20px
}

@media(min-width:641px) {
    .Floor003068 .btn-way .more {
        position: absolute;
        right: 3.13vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .Floor003068 .list ol .Ispic,
    .Floor003068 .list ol .txt {
        float: right;
        width: 48.443%;
    }
    .Floor003068 .list ol .Ispic {
        float: left;
    }
    .Floor003068 .list li {
        float: left;
        width: 48%;
    }
    .Floor003068 .list li:nth-of-type(2) {
        float: right;
    }
}

@media(min-width:1025px) and (max-width:1366px) {
    .Floor003068 .col-title {
        font-size: 3vw;
    }
}

@media(min-width:1025px) {
    .Floor003068 .left {
        width: 61.929%;
        float: left;
    }
    .Floor003068 .right {
        width: 35.5%;
        float: right;
    }
}

@media(max-width:1024px) {
    .Floor003068 .right {
        margin-top: 4vw;
    }
}

@media(max-width:640px) {
    .Floor003068 .left .btn-way {
        padding-bottom: 3vw;
    }
    .Floor003068 .list ol .Ispic {
        padding-bottom: 50%;
    }
    .Floor003068 .list li {
        margin-bottom: 3vw;
        display: none
    }
    .Floor003068 .list ol time {
        margin-top: -72px;
        border-radius: 0 0 0 20px;
    }
    .Floor003068 .right {
        display: none
    }
    .Floor003068 .list ol {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }
    .Floor003068 .list ol aside.dot {
        margin-top: 10px
    }
}


/*Floor003006 */

.Floor003006 {
    position: relative;
    z-index: 1;
    padding-bottom: 5vw;
}

.Floor003006:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 30.31vw;
    height: 22.29vw;
    background: url("../images/Floor003006_ye.png") no-repeat left bottom;
    background-size: contain;
    z-index: 2;
}

.Floor003006 .auto {
    max-width: 1400px;
}

.Floor003006 .list li {
    display: inline-block;
    width: 200px;
}

.Floor003006 .list li figure {
    display: table;
    height: 110px;
    width: 100%;
    text-align: center;
}

.Floor003006 .list li a {
    display: table-cell;
    vertical-align: middle;
}

.Floor003006 .list li img {
    max-height: 70px;
}

.Floor003006 .title {
    font-size: 48px;
    text-align: center;
    padding: 0.5625em 0 1em 0;
    font-family: 'FZQKBYSJW';
}

.Floor003006 .title .sub-tit {
    color: #8f97a2;
    font-size: 0.5em;
    line-height: 1.584em;
    margin-bottom: 0.4167em;
}

.Floor003006 .title .sub-tit:before,
.Floor003006 .title .sub-tit:after {
    width: 32px;
    height: 1px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    background-color: #b9c3d0;
    margin: 0 20px;
}

.Floor003006 .title .tit {
    color: #464d57;
}

@media(max-width:1024px) {
    .Floor003006 .title {
        font-size: 5vw;
    }
    .Floor003006 .list li {
        width: 25vw;
    }
    .Floor003006 .list li figure {
        height: 12vw;
    }
    .Floor003006 .list li img {
        max-height: 8vw;
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}

@media(max-width:640px) {
    .Floor003006 .title {
        font-size: 8vw;
    }
}


/*Floor002725 */


/*slick Basic*/

.Floor002725 {
    padding-bottom: 3%;
    display: none;
}

.Floor002725 .auto_1400 {
    max-width: 1400px;
}

.Floor002725 .col-title {
    font-size: 48px;
    padding: 2.55vw 0;
    color: #333;
    text-align: center;
}

.Floor002725 .col-title .cn {
    font-size: 36px;
}

.Floor002725 .col-title .cn:after {
    display: inline-block;
    content: '';
    height: 1px;
    background: #333;
    width: 3em;
    margin-left: 0.521em;
    vertical-align: middle;
}

.Floor002725 .col-title .cn::before {
    display: inline-block;
    content: '';
    height: 1px;
    background: #333;
    width: 3em;
    margin-right: 0.521em;
    vertical-align: middle;
}

.Floor002725 .col-title .en {
    font-family: 'Arial';
    line-height: 1em;
    padding-top: 0.2em;
    color: #1d5fbf;
    font-size: 18px;
}

.Floor002725 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.Floor002725 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.Floor002725 .slick-list:focus {
    outline: none
}

.Floor002725 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.Floor002725 .slick-slider .slick-track,
.Floor002725 .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)
}

.Floor002725 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.Floor002725 .slick-track:before,
.Floor002725 .slick-track:after {
    display: table;
    content: '';
}

.Floor002725 .slick-track:after {
    clear: both;
}

.Floor002725 .slick-loading .slick-track {
    visibility: hidden;
}

.Floor002725 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.Floor002725 .slick-slide .slick-loading img {
    display: none;
}

.Floor002725 .slick-slide .dragging img {
    pointer-events: none;
}

.Floor002725 .slick-initialized .slick-slide {
    display: block;
}

.Floor002725 .slick-loading .slick-slide {
    visibility: hidden;
}

.Floor002725 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.Floor002725 .slick-arrow .slick-hidden {
    display: none;
}


/*slick Basic End*/

.Floor002725 .slider li .ytable {
    width: 94%;
    margin: 0 auto;
    height: 76px;
}

.Floor002725 .slider li img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 100%;
}

.Floor002725 .slick-dots {
    text-align: center;
    padding-top: 10px;
}

.Floor002725 .slick-dots li {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    margin: 0 6px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #9c9c9c;
}

.Floor002725 .slick-dots li button {
    display: none;
}

.Floor002725 .slick-dots li.slick-active {
    background: #ae965d;
    border-color: #ae965d;
}

@media(max-width: 768px) {
    .Floor002725 .col-title .en {
        font-size: 16px;
    }
}


/*Bottom003063 */

.taliphone {
    vertical-align: middle;
    display: none;
}

.taliphone img {
    position: relative;
    right: -5px;
    top: -2px;
}

.taliphone * {
    display: inline-block;
    text-align: center;
}

.taliphone span {
    padding-left: 20px;
}

.taliphone a {
    position: relative;
    top: 13px;
    width: 100%;
    color: #fff;
    font-size: 20px;
}

@media(max-width:1000px) {
    .Bottom003063 footer {
        margin-top: 0;
    }
    .Bottom003063 .links ol {
        display: none;
    }
    .Bottom003063 .links .code {
        display: none;
    }
    .taliphone {
        display: block;
    }
}

.Bottom003063 {
    background: #333;
    padding: 3% 0 0 0;
}

.Bottom003063 .auto {
    max-width: 1400px;
}

.Bottom003063 footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 22px;
    padding: 20px 0;
    margin-top: 38px;
}

.Bottom003063 footer a {
    color: #999;
}

.Bottom003063 nav.fr .item {
    float: left;
    max-width: 120px;
}

.Bottom003063 nav.fr dd {
    line-height: 30px;
}

.Bottom003063 nav.fr dd a {
    color: #999;
}

.Bottom003063 nav.fr dd a:hover {
    color: #1d5fbf;
}

.Bottom003063 nav.fr .open {
    display: block;
    width: 12px;
    height: 12px;
    border: 6px solid transparent;
    border-top-color: #1d5fbf;
    margin: 10px auto 0;
    cursor: pointer;
}

.Bottom003063 .tit {
    color: #999;
    font-size: 16px;
}

.Bottom003063 .tit a {
    color: #999;
    font-size: 16px;
}

.Bottom003063 .tit:after {
    width: 10px;
    height: 1px;
    background-color: #1d5fbf;
    display: block;
    content: '';
    margin: 15px 0 10px 0;
}

.Bottom003063 .links {
    line-height: 30px;
    color: #999;
    max-width: 400px;
    text-align: left;
}

.Bottom003063 .links .logo {
    max-width: 100px;
    margin: 0 auto;
}

.Bottom003063 .links .code {
    padding: 11px 0 16px 0;
}

.Bottom003063 .links ol,
.Bottom003063 .links ul {
    text-align: left;
}

.Bottom003063 .links ol {
    line-height: 32px;
    background-color: #1d5fbf;
    color: #fff;
    padding-left: 13px;
    position: relative;
    cursor: pointer;
}

.Bottom003063 .links ol:after {
    position: absolute;
    content: '';
    right: 10px;
    width: 10px;
    height: 10px;
    top: 50%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -8px;
}

.Bottom003063 .links .select {
    position: relative;
    z-index: 20;
}

.Bottom003063 .links ul {
    padding: 13px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100%;
    background: #fff;
    display: none;
}

.Bottom003063 .links li {
    line-height: 30px;
}

.Bottom003063 .links li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

@media(min-width:1025px) {
    .Bottom003063 nav.fr {
        max-width: 800px;
        width: 55%;
    }
    .Bottom003063 .links {
        width: 24%;
    }
}

@media(max-width:1024px) {
    .Bottom003063 {
        text-align: center;
    }
    .Bottom003063 nav.fr {
        display: none;
    }
    .Bottom003063 .links {
        margin: 0 auto;
    }
    .Floor002725 .auto_1400 {
        padding: 0 3%;
    }
}


/*Menu003070 */

.Menu003070 {
    background-color: #f5f5f5;
}

.Menu003070 .auto {
    max-width: 1400px;
}

.Menu003070 .auto ul {
    padding: 19px 0;
}

.Menu003070 li {
    float: left;
    padding: 0 15px;
}

.Menu003070 li a {
    display: block;
    line-height: 2.778em;
    font-size: 18px;
    color: #3d3d3d;
    padding: 0 30px;
}

.Menu003070 li.aon a,
.Menu003070 li a:hover {
    color: #fff;
    background-color: #1d5fbf;
    border-radius: 5px;
}

@media(min-width:641px) {
    .Menu003070 .auto ul {
        display: table;
        margin: 0 auto;
    }
}

@media(max-width:1440px) {
    .Menu003070 li {
        padding: 0 1vw;
    }
    .Menu003070 li a {
        padding: 0 2vw;
    }
}

@media(max-width:640px) {
    .Menu003070 li a {
        font-size: 3.5vw;
    }
    .Menu003070 li {
        margin-bottom: 1vw;
        width: 32%;
    }
    .Menu003070 li:not(:nth-child(3n)) {
        margin-right: 2%;
    }
}


/* 公司简介 */


/*RighInfo000623 */

.RighInfo000623 {
    padding: 3% 0;
    background: #fff;
}

.RighInfo000623 .auto {
    max-width: 1400px;
}

.RighInfo000623 .title {
    margin-bottom: 2vw;
}

.RighInfo000623 .title:after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background: #1d5fbf;
    margin-top: 1vw;
}

.RighInfo000623 .title .cn {
    font-size: 30px;
    color: #1d5fbf;
    padding-bottom: 10px;
    font-weight: bold;
}

.RighInfo000623 .title .en {
    font-family: 'bebas-neue';
    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(29, 95, 191, 0.64);
    color: #fff;
    padding: 26px 50px 26px 26px;
}

.RighInfo000623 .pic time span {
    display: block;
    margin-bottom: 5px;
    font-family: 'DIN-Medium';
    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 2vw 0;
}

@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: 3% !important;
    }
    .RighInfo000623 .ytable-cell {
        padding: 0;
    }
    .RighInfo000623 {
        padding: 0;
    }
}

@media(max-width:640px) {
    .RighInfo000623 .pic time span {
        font-size: 12vw;
    }
    .RighInfo000623 .p-info {
        font-size: 3.5vw;
    }
    .RighInfo000623 .pic .inner {
        max-height: 300px;
        overflow: hidden;
    }
}


/*
 .PicList002239 为demo编号
 */

.PicList002239 {
    padding: 3% 0;
}

.PicList002239 li {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 3%;
    float: left;
}

@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;
}

.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: #1d5fbf;
}

@media(max-width:768px) {
    .PicList002239 li {
        width: 48%;
        margin-right: 4%;
    }
    .PicList002239 li:nth-child(2n) {
        margin-right: 0;
    }
}


/*Page002036 */

.Page002036 .Pages {
    text-align: center;
    padding: 3% 0;
}

.Page002036 .Pages a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    padding: 0 15px;
    line-height: 38px;
    color: #999;
}

.Page002036 .Pages a:hover,
.Page002036 .Pages a.a_cur {
    background-color: #1d5fbf;
    color: #fff;
}

.Page002036 .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.Page002036 .Pages .p_cur,
.Page002036 .Pages .p_count,
.Page002036 .Pages .p_jump,
.Page002036 .Pages .p_total {
    display: none;
}

.Page002036 .Pages .a_prev,
.Page002036 .Pages .a_next {
    padding: 0;
    width: 44px;
    background: url(../images/Page002036-a_prev.gif) no-repeat center center;
    overflow: hidden;
    line-height: 1000px;
    height: 38px;
}

.Page002036 .Pages .a_next {
    background-image: url(../images/Page002036-a_next.gif);
}

@media(max-width:640px) {
    .Page002036 .Pages .a_first,
    .Page002036 .Pages .a_end {
        display: none;
    }
}

@media(max-width:480px) {
    .Page002036 .Pages a {
        padding: 0 5px;
    }
}


/* 产品中心 */


/*PicList002045 */

.PicList002045 {
    padding: 3% 0 0;
}

.PicList002045 li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    text-align: center;
}

.PicList002045 li:nth-child(4n) {
    margin-right: 0;
}

.PicList002045 li a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e8e8e8;
}

.PicList002045 li a:hover {
    border-width: 3px;
    border-color: #1d5fbf;
}

.PicList002045 li div {
    max-width: 275px;
    margin: 0 auto;
    padding: 4% 4% 10% 4%;
}

.PicList002045 li figure {
    padding-bottom: 100%;
    background-size: contain;
}

.PicList002045 li figure img {
    display: none;
}

.PicList002045 li p {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

@media(max-width:480px) {
    .PicList002045 li {
        width: 49%;
    }
    .PicList002045 li:nth-child(4n) {
        margin-right: 2%;
    }
    .PicList002045 li:nth-child(2n) {
        margin-right: 0;
    }
    .PicList002045 li p {
        font-size: 14px;
    }
}


/* 应用案例 */

.PicList002796 {
    padding: 3% 0 3%;
}

.PicList002796 ol {
    position: relative;
    margin-bottom: 4%;
    border-bottom: 1px solid #eee;
    width: 80%;
    margin: 0 auto 20px;
}

.PicList002796 .video_li {
    width: 80%;
    margin: 0 auto
}

.PicList002796 ol figure em {
    padding-bottom: 47%;
}

.PicList002796 ol p {
    margin: 35px 0 25px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: justify;
    padding-left: 20px;
}

.PicList002796 ol time {
    float: right;
    margin-top: 35px;
    margin-right: 20px;
}

.PicList002796 li {
    position: relative;
}

.PicList002796 .video_files {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.PicList002796 .video_files video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.PicList002796 .video_files .close {
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #1d5fbf;
    cursor: pointer;
}

.PicList002796 .video_files .close::before,
.PicList002796 .video_files .close::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 70%;
    border-radius: 3px;
    background-color: #fff;
    left: 13px;
    top: 5px;
}

.PicList002796 .video_files .close::before {
    transform: rotate(45deg);
}

.PicList002796 .video_files .close::after {
    transform: rotate(-45deg);
}

.PicList002796 figure {
    position: relative;
}

.PicList002796 figure em {
    display: block;
    padding-bottom: 67%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.PicList002796 figure a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1
}

.PicList002796 figure a::before,
.PicList002796 figure a::after {
    position: absolute;
    content: '';
    z-index: 5;
    top: 50%;
    left: 50%;
}

.PicList002796 figure a::before {
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    margin-left: -35px;
    margin-top: -35px;
    border-radius: 50%;
}

.PicList002796 figure a::after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #fff;
    margin-left: -5px;
    margin-top: -15px;
}

.PicList002796 li p {
    height: 34px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
}

.PicList002796 time {
    background: #1d5fbf;
    display: inline-block;
    padding: 2px 15px;
    color: #fff;
    border-radius: 99px;
}

@media(min-width:769px) {
    .PicList002796 li {
        float: left;
        width: 31.75%;
        margin-right: 2.25%;
        margin-bottom: 2%;
    }
    .PicList002796 li:nth-of-type(3n) {
        margin-right: 0;
    }
    .PicList002796 li:nth-of-type(3n+1) {
        clear: left;
    }
}

@media(max-width:768px) {
    .PicList002796 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }
    .PicList002796 figure em {
        padding-bottom: 47%;
        background-size: cover;
    }
    .PicList002796 .video_li,
    .PicList002796 ol {
        width: 100%
    }
}

@media(max-width:480px) {
    .PicList002796 li figure a::before {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }
    .PicList002796 li figure a::after {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 15px;
        margin-left: -3px;
        margin-top: -7px;
    }
}

@media(max-width:375px) {
    .PicList002796 li figure a::before {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }
}


/* 新闻中心 */


/*PicList002938 */

.PicList002938 {
    padding: 3% 0 0;
}

.PicList002938 ul:first-child {
    padding-top: 0;
}

.PicList002938 ul {
    padding: 1.93vw 0;
    border-bottom: 1px dotted #cecece;
}

.PicList002938 li .inner {
    padding-left: 33px;
    font-size: 16px;
}

.PicList002938 li time {
    color: #c8c8c8;
}

.PicList002938 li time a {
    float: right;
    color: #1d5fbf;
}

.PicList002938 li p {
    color: #b8b8b8;
    line-height: 1.625em;
    height: 3.25em;
}

.PicList002938 li aside {
    font-size: 18px;
}

.PicList002938 li aside a {
    color: #1e1e1e;
}

.PicList002938 li aside a:hover {
    color: #1d5fbf;
}

@media(min-width:481px) {
    .PicList002938 ol {
        width: 177px;
    }
}

@media(max-width:640px) {
    .PicList002938 li .inner {
        padding-left: 3vw;
        font-size: 14px;
    }
    .PicList002938 li aside {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .PicList002938 .ytable,
    .PicList002938 .ytable-cell {
        display: block;
    }
    .PicList002938 ul {
        padding: 3vw 0;
    }
    .PicList002938 li .inner {
        padding: 3vw;
    }
}


/*TextList002855 */

.TextList002855 {
    padding: 3% 0 0;
}

.TextList002855 li {
    line-height: 4.5625em;
    border-bottom: 1px dotted #a8a8a8;
}

.TextList002855 li time {
    float: right;
    color: #c8c8c8;
    margin-left: 15px;
}

.TextList002855 li a {
    padding-left: 30px;
    background: url("../images/TextList002855_icon.png") no-repeat left center;
}

@media(min-width:481px) {
    .TextList002855 li {
        font-size: 16px;
    }
}


/*
 .RighInfo002275 为demo编号
 */

.RighInfo002275 .p,
.RighInfo002275 .h2,
{}

.RighInfo002275 {
    padding: 8% 0
}

.RighInfo002275 .text {
    margin-bottom: 30px
}

.RighInfo002275 .text .title {
    font-size: 30px;
    color: #e4e4e4;
    font-weight: normal;
    margin-bottom: 20px;
}

.RighInfo002275 .text .title span {
    font-weight: 700;
}

.RighInfo002275 .text .p {
    font-size: 16px;
    color: #666;
    line-height: 38px;
    margin: 0;
    padding: 0;
}

.RighInfo002275 .map {
    width: 100%;
    height: 200px;
}

.RighInfo002275 .map #map {
    height: 100%;
}

.RighInfo002275 .map img {
    max-width: none !important;
}

.RighInfo002275 ul li {
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-top: 15px;
}

.RighInfo002275 ul li img {
    max-height: 80px;
}

@media screen and (min-width: 768px) {
    .RighInfo002275 .text {
        float: left;
        width: 45%;
    }
    .RighInfo002275 .map {
        float: right;
        width: 50%;
        height: 260px;
    }
}

@media screen and (min-width: 1024px) {
    .RighInfo002275 .auto {
        background: url(../images/RighInfo002275-contact_bg.png) no-repeat center;
    }
    .RighInfo002275 .map {
        float: right;
        width: 50%;
        height: 320px;
    }
    .RighInfo002275 .text .title {
        font-size: 52px;
    }
}

@media screen and (min-width: 1200px) {
    .RighInfo002275 {
        padding: 50px 0 70px
    }
    .RighInfo002275 .text .title {
        margin-bottom: 75px
    }
    .RighInfo002275 .map {
        width: 700px;
        height: 430px;
    }
    .RighInfo002275 .text {
        width: 40%;
    }
}


/*RighInfo002939 */

.RighInfo002939 {
    padding: 3% 0;
}

.RighInfo002939 .name {
    border-bottom: 1px dotted #cecece;
    text-align: center;
    margin-bottom: 37px;
}

.RighInfo002939 .name h1 {
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #333;
}

.RighInfo002939 .time {
    color: #c8c8c8;
    padding-bottom: 1.72vw;
    line-height: 16px;
}

.RighInfo002939 .share {
    margin-left: 10px;
}

.RighInfo002939 .time time,
.RighInfo002939 .share,
.RighInfo002939 .share>* {
    display: inline-block;
    vertical-align: middle;
}

.RighInfo002939 .share em {
    font-style: normal;
}

#bsPanel,
#bsPanel *,
.bsBox,
.bsBox * {
    box-sizing: content-box;
}

.RighInfo002939 .edit-info {
    line-height: 2.5625em;
    color: #1e1e1e;
    text-align: justify;
    padding-bottom: 4vw;
}

.RighInfo002939 .info-page {
    border: solid 1px #eee;
}

.RighInfo002939 .info-page dd {
    line-height: 36px;
}

.RighInfo002939 .info-page dd a {
    padding: 0 20px;
}

.RighInfo002939 .info-page dd a:hover {
    color: #1d5fbf;
}

@media(min-width:641px) {
    .RighInfo002939 .info-page dd {
        float: left;
        width: 50%;
    }
    .RighInfo002939 .info-page dd:nth-child(2) {
        border-left: 1px solid #eee;
    }
    .RighInfo002939 .time,
    .RighInfo002939 .info-page dd a,
    .RighInfo002939 .edit-info {
        font-size: 16px;
    }
}

@media(max-width:640px) {
    .RighInfo002939 .info-page dd:nth-child(2) {
        border-top: 1px solid #eee;
    }
    .RighInfo002939 .share {
        display: block;
        padding-top: 10px;
    }
}


/*
 .RighInfo002254 ä¸ºdemoç¼–å·
 */

.RighInfo002254 .auto_1260 {
    max-width: 1260px;
}

@media only screen and (max-width:1260px) {
    .RighInfo002254 .auto_1260 {
        padding: 0 2%;
    }
}

.RighInfo002254 {
    padding: 3% 0%;
}

.RighInfo002254 .list_img {
    float: left;
    width: 55.6%;
    position: relative;
}

.RighInfo002254 .big_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
}

.RighInfo002254 .big_img li,
.RighInfo002254 .big_img li figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.RighInfo002254 .big_img li figure {
    border: 1px solid #dcdcdc;
    background-size: contain;
}

.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 #1d5fbf;
}

.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: #1d5fbf;
    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: #1d5fbf;
    transition: 0.4s;
}

.RighInfo002254 .right_info a:hover {
    background-color: #1d5fbf;
    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: #1d5fbf;
    color: #fff;
}

.RighInfo002254 .tab .info {
    padding-top: 3%;
}

.RighInfo002254 .tab .info table {
    min-width: 50%;
    text-align: center;
}

.RighInfo002254 .tab .info table tr,
.RighInfo002254 .tab .info table tr td,
.RighInfo002254 .tab .info table tr th {
    border: 1px solid #dcdcdc;
    padding: 8px 0;
}

.RighInfo002254 .tab .info table tr th {
    color: #333;
    font-size: 16px;
}

.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%;
    }
}


/*TextList002739 */

.TextList002739 {
    padding: 3% 0;
    background: #f5f5f5;
}

.TextList002739 .auto {
    max-width: 1200px;
}

.TextList002739 .singlePage p {
    margin: 15px 0;
}

.TextList002739 .column-name {
    text-align: center;
    padding: 35px 0;
    font-size: 28px;
}

.TextList002739 .column-name .cn {
    color: #1d5fbf;
    letter-spacing: 5px;
    line-height: 48px;
    position: relative;
    z-index: 10;
    text-indent: 5px;
}

.TextList002739 .column-name .en {
    text-transform: uppercase;
    color: #f1f1fa;
    margin-top: -18px;
    line-height: 24px;
    font-family: "DINPro-Bold";
}

@media(max-width:480px) {
    .TextList002739 .column-name {
        font-size: 24px;
    }
    .TextList002739 .column-name .cn {
        line-height: 40px;
    }
}

.TextList002739 .list-group .tit {
    cursor: pointer;
    line-height: 69px;
    font-size: 16px;
}

.TextList002739 .list-group .tit:before {
    background: #1d5fbf;
    width: 4px;
    height: 4px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-right: 27px;
}

.TextList002739 .title {
    padding: 0 40px;
    line-height: 60px;
    background: #1d5fbf;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #ededed;
}

.TextList002739 .title time,
.TextList002739 .tit time {
    float: right;
}

.TextList002739 .tit time {
    color: #888;
}

.TextList002739 .list {
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.TextList002739 .tit {
    padding: 0 40px;
    background: #fafafa;
    font-weight: normal;
    margin: 0;
}

.TextList002739 .tit.active {
    background: #fff;
    margin: 0 40px;
    padding: 0;
    border-bottom: 2px solid #1d5fbf;
    color: #1d5fbf;
}

.TextList002739 .tit.active time {
    color: #1d5fbf;
}

.TextList002739 .info {
    padding: 10px 40px 20px 70px;
}

.TextList002739 .info .singlePage {
    font-size: 14px;
    line-height: 26px;
    color: #3e3e3e;
}

.btn_info a {
    padding: 10px 20px;
    background: #1d5fbf;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

@media(min-width:769px) {
    .TextList002739 .title time {
        margin-right: 78px;
    }
    .TextList002739 .tit time {
        padding-right: 63px;
    }
}

@media(max-width:768px) {
    .TextList002739 .title {
        padding: 0 20px;
        line-height: 50px;
    }
    .TextList002739 .tit {
        padding: 0 20px;
    }
    .TextList002739 .tit.active {
        margin: 0 20px;
    }
    .TextList002739 .title time {
        margin-right: 12px;
    }
    .TextList002739 .list-group .tit:before {
        margin-right: 10px;
    }
    .TextList002739 .info {
        padding: 10px 20px 10px 34px;
    }
}

@media(max-width:480px) {
    .TextList002739 .tit time {
        margin-right: 0;
    }
    .TextList002739 .tit time {
        font-size: 12px;
    }
}


/*
 .Form001518 为demo编号
 */

.Form001518 {
    padding: 5% 0;
    background: #f5f5f5;
}

.Form001518 .auto {
    max-width: 1200px;
}

.Form001518 .title {
    position: relative;
    color: #343434;
    font-size: 34px;
    padding-bottom: 5%;
    background: url(../images/Form001518_tit.png) no-repeat left center/contain;
}

.Form001518 .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 2px;
    content: "";
    background: #343434;
}

.Form001518 dl dt {
    padding: 3% 0;
    color: #1d5fbf;
    font-size: 16px;
}

.Form001518 dd li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5px;
    position: relative;
}

.Form001518 dd li:nth-child(3n) {
    margin-right: 0;
}

.Form001518 dd .text {
    border: 1px solid #dadada;
    line-height: 46px;
    height: 46px;
    width: 100%;
    background: #fff;
    padding: 0 10px;
}

.Form001518 dd li label {
    position: absolute;
    left: 5px;
    top: 0;
    line-height: 46px;
    padding-left: 10px;
}

.Form001518 dd li .form_err {
    position: absolute;
    right: 5px;
    top: 50%;
    color: #1d5fbf;
    line-height: 20px;
    margin-top: -10px;
}

.Form001518 dd textarea.text {
    height: 220px;
}

.Form001518 .btn {
    margin: 2% 0;
    cursor: pointer;
    border-radius: 5px;
    background: #1d5fbf;
    color: #fff;
    height: 37px;
    border: none;
    font-size: 18px;
    width: 40%;
    max-width: 200px;
}

@media(max-width:768px) {
    .Form001518 dd li {
        float: none;
        width: auto;
        margin-right: 0 !important;
    }
}

@media(max-width:480px) {
    .Form001518 .title {
        font-size: 24px;
    }
}


/*Floor002646 */

.RighInfo000623 .right h2 {
    margin: 0;
    font-size: 28px;
    font-family: '幼圆';
    font-weight: normal;
    color: #555;
}

.RighInfo000623 .right h2 span {
    margin-left: 10px;
    font-size: 22px;
    font-family: Verdana, Geneva, sans-serif;
    opacity: 0.4;
    font-weight: normal;
    color: #999;
}


/*.RighInfo000623 .right ul{ overflow:hidden;}*/

.RighInfo000623 .right li {
    float: left;
    width: 20%;
    text-align: center;
}

.RighInfo000623 .right li a {
    display: block;
    text-align: center;
    padding: 20% 0;
}

.RighInfo000623 .right li p {
    margin-bottom: 0;
    font-size: 16px;
    color: #888;
    margin-top: 10px;
}

.RighInfo000623 .right li:hover p {
    color: #1d5fbf;
}

.RighInfo000623 .right li figure {
    position: relative;
    width: 55%;
    max-width: 102px;
    margin: 0 auto;
}

.RighInfo000623 .right li figure img {
    display: block;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    background: #fff;
    transition: transform ease-out 0.1s;
}

.RighInfo000623 .right li figure img.hide {
    display: none;
}

.RighInfo000623 .right li:hover figure img {
    border-color: #1d5fbf;
}

.RighInfo000623 .right li:hover figure img {
    display: none;
}

.RighInfo000623 .right li:hover figure img.hide {
    display: block;
    transform: scale(0.95);
}

.RighInfo000623 .right li figure::after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    transform: scale(0.9);
}

.RighInfo000623 .right li:hover figure::after {
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}

@media(min-width:1025px) {
    .RighInfo000623 .left {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 35.416%;
        border-radius: 0 30px 30px 0;
    }
    .RighInfo000623 .left .main {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        max-width: 420px;
    }
    .RighInfo000623 .right {
        position: relative;
        z-index: 3;
        width: 100%;
    }
    .RighInfo000623 .right .main {
        max-width: 980px;
        padding-left: 4%;
    }
}

@media(max-width:1366px) {
    .RighInfo000623 .right .main {
        padding: 0 2%;
    }
    .RighInfo000623 .auto {
        padding: 0 2%;
    }
}

@media(max-width:1024px) {
    .RighInfo000623 .left .main {
        padding: 2%;
    }
}

@media(max-width:640px) {
    .Floor002646 .intro .pic {
        width: 45%;
    }
    .Floor002646 .intro .txt {
        width: 55%;
    }
    .Floor002646 .right h2 {
        font-size: 20px;
    }
    .Floor002646 .right h2 span {
        font-size: 16px;
    }
    .Floor002646 .right li figure {
        width: 72%;
    }
}

@media(max-width:480px) {
    .RighInfo000623 .left img {
        width: 30%;
    }
    .RighInfo000623 .intro {
        display: block;
    }
    .RighInfo000623 .intro>* {
        width: auto !important;
    }
    .RighInfo000623 .right li {
        width: 33.33333%;
    }
    .RighInfo000623 .intro .txt {
        padding: 3% 0;
    }
    .RighInfo000623 .right li a {
        padding: 5% 0;
    }
    .RighInfo000623 .right li p {
        font-size: 15px;
    }
}

@media(max-width:375px) {
    .RighInfo000623 .right h2 span {
        display: none;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d5fbf, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d5fbf, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d5fbf, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d5fbf, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d5fbf, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d5fbf, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1);
        opacity: 0;
    }
}

.Banner003064 .wapBan {
    display: none;
}

@media(max-width: 768px) {
    .Top002434 {
        height: 60px;
    }
    .Top002434 .header {
        height: 60px;
    }
    .Top002434 #open_menu {
        top: 15px;
    }
    .Top002434 .header-right {
        padding-top: 15px;
    }
    .Banner003064 .wapBan {
        display: block;
        width: 100%;
    }
    .Banner003064 .img-block {
        display: none;
    }
    .Floor002725 .col-title .cn {
        font-size: 18px;
    }
}


/*Floor002678 */

.Floor002678 {
    padding: 4.79vw 0 2vw 0;
    font-family: '华文细黑';
    background: url(../images/Floor003066_bg.jpg) no-repeat center center;
    background-size: cover;
}

.Floor002678 .auto {
    max-width: 1400px;
}

.Floor002678 .col-title {
    font-size: 48px;
    padding-bottom: 2vw;
    float: right;
}

.Floor002678 .col-title .cn {
    font-size: 0.625em;
    color: #333;
}

.Floor002678 .col-title .cn:after {
    display: inline-block;
    content: '';
    height: 1px;
    background: #1d5fbf;
    width: 3.334em;
    margin-left: 0.521em;
    vertical-align: middle;
}

.Floor002678 .col-title .en {
    font-family: 'Arial';
    color: #1d5fbf;
    line-height: 1em;
    padding-top: 0.2em;
    font-size: 26px;
}

@media(min-width:769px) and (max-width:1024px) {
    .Floor002678 .col-title {
        font-size: 4vw;
    }
}

@media(max-width:640px) {
    .Floor002678 .col-title {
        font-size: 9vw;
    }
    .Floor002678 .col-title .en {
        font-size: 16px;
    }
}

@media(min-width:1201px) {
    .Floor002678 {
        min-height: 540px;
    }
}

.Floor002678 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 7.85%;
    margin-bottom: 3%;
}

.Floor002678 li:nth-child(3n) {
    margin-right: 0;
    margin-top: 0;
}

.Floor002678 li .video {
    position: relative;
    z-index: 1;
}

.Floor002678 li .video img {
    display: block;
    width: 100%;
}

.Floor002678 li .video a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Floor002678_btn_video.png) no-repeat center center;
    z-index: 1;
}

.Floor002678 li p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.Floor002678 li h2 {
    font-size: 16px;
    margin-top: 16px;
    font-weight: normal;
    text-align: center;
}

.Floor002678 li .video .files {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
}
@media(max-width:1440px){
    .Floor002678 li{
        margin-top: 7.4%;
    }
}
@media(max-width:1024px) {
    .Floor002678 li {
        float: none;
        width: auto;
        margin-right: 0;
        margin-top: 0;
    }
}
