* {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*Top002908 */

.Top002908 {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    font-family: Arial;
}

.Top002908,
.Top002908 a {
    color: #fff;
}

.Top002908 .lang {
    color: #333;
}

.Top002908 .auto {
    max-width: 1400px;
    width: 96%;
}

.Top002908 .logo {
    float: left;
}

.Top002908 .logo a {
    display: table-cell;
    vertical-align: middle;
}

.Top002908 .logo img {
    max-height: 100px;
}

.Top002908 .top-menu,
.Top002908 .top-nav {
    float: right;
}

.Top002908 .logo,
.Top002908 .top-nav {
    display: table;
    height: 115px;
}

.Top002908 .top-nav dd {
    display: table-cell;
    vertical-align: middle;
}

.Top002908 .t-login a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 27px;
    line-height: 36px;
    border-radius: 50px;
    transition: 0.3s;
}

.Top002908 .t-login a:before {
    display: inline-block;
    content: '';
    width: 28px;
    height: 16px;
    background: url("../images/Top002908_login.png") no-repeat left center;
    vertical-align: middle;
}

.Top002908 .t-login a:hover {
    background: #d83d30;
    border-color: #d83d30;
}

.Top002908 .top-menu li.has-sub {
    position: relative;
    z-index: 100;
}

.Top002908 .top-menu li .sub-menu {
    display: none;
    padding: 10px;
}

.Top002908 .top-menu li .sub-menu dd a {
    padding: 5px 10px;
    transition: 0.3s;
    color: #fff;
}

.Top002908 .top-menu li .sub-menu dd a:hover {
    background: #fff;
    color: #f58612;
}

.Top002908 .top-menu li .sub-menu dd:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.Top002908 .top-menu li span,
.Top002908 .top-menu li a {
    display: block;
}

.Top002908 .header-right {
    float: right;
    padding-top: 42.5px;
}

.Top002908 .header-right>* {
    float: left;
    line-height: 28px;
    position: relative;
    height: 43px;
}

.Top002908 .top-language dt,
.Top002908 .search_box {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    z-index: 9999;
}

.Top002908 .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);
}

.Top002908 .search_box .text {
    width: 100%;
    line-height: 48px;
    height: 48px;
    padding: 0 48px 0 10px;
    background: none;
    border: none;
    color: #fff;
}

.Top002908 .search_box .btn {
    position: absolute;
    right: 0;
    line-height: 48px;
    width: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    top: 0;
}

.Top002908 .search_box::after {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    right: 0;
    top: -16px;
}

.Top002908 .open-search {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/Top002899_search_white.png) no-repeat center center;
}

.Top002908 .top-language {
    background: url(../images/Top002434-icon_lang.png) no-repeat left 5px;
    padding-left: 20px;
    padding-right: 15px;
    margin-right: 5px;
}

.Top002908 .top-language::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    right: 0;
    top: 4px;
}

.Top002908 .top-language dd {
    padding-right: 22px;
    background: url(../images/Top002434-icon_a.png) no-repeat right center;
}

.Top002908 .top-language dt {
    border: 1px solid #eee;
    width: 100%;
    text-align: center;
    background: #fff;
}

.Top002908 .top-language dt a {
    display: block;
    border-bottom: 1px solid #eee;
    line-height: 24px;
    transition: color 0.3s;
}

.Top002908 .top-language dt a:last-child {
    border-bottom: 0;
}

.Top002908 .top-language dt a:hover {
    color: #fff;
    background: #004b64;
}

@media(min-width:1025px) {
    .Top002908 .top-menu {
        float: right;
    }
    .Top002908 .top-menu li {
        float: left;
        margin-right: 3.60625vw;
    }
    .Top002908 .top-menu li span a {
        line-height: 115px;
    }
    .Top002908 .top-menu li a:hover,
    .Top002908 .top-menu li.aon span a {
        color: #f58612;
    }
    .Top002908 .top-menu li .sub-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 200px;
        margin-left: -100px;
        z-index: 100;
        background: #2055ad;
    }
}

@media(max-width:1024px) {
    .Top002908 .open-menu span i{background: #27419e;}
    .Top002908 .logo,
    .Top002908 .top-nav {
        height: 80px;
    }
    .Top002908 .top-menu {
        position: fixed;
        left: -100%;
        opacity: 0;
        top: 80px;
        bottom: 0;
        width: 240px;
        background: rgba(39, 65, 158, 0.85);
        z-index: 100;
        padding: 20px;
    }
    body.menu-show {
        overflow: hidden;
    }
    body.menu-show .Top002908 .top-menu {
        left: 0;
        opacity: 1;
    }
    .Top002908 .top-menu ul {
        height: 100%;
        overflow: auto;
    }
    .Top002908 .top-menu li {
        padding: 5px 0;
    }
    .Top002908 .top-menu li:nth-child(2n) span {
        background: rgba(255, 255, 255, 0.2);
    }
    .Top002908 .top-menu li span {
        position: relative;
        overflow: hidden;
        line-height: 40px;
        padding: 0 10px;
    }
    .Top002908 .top-menu li .sub-menu {
        background: rgba(0, 0, 0, 0.2);
    }
    .Top002908 .op {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        top: 0;
    }
    .Top002908 .op:before,
    .Top002908 .op:after {
        position: absolute;
        content: '';
        background: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .Top002908 .op:before {
        width: 14px;
        height: 2px;
    }
    .Top002908 .op:after {
        width: 2px;
        height: 14px;
    }
    .Top002908 .t-login a {
        padding: 0 16px;
        line-height: 30px;
        font-size: 14px;
    }
    .Top002908 .t-login a:before {
        width: 18px;
        margin-top: -2px;
    }
    .Top002908 .open-menu span {
        display: block;
        width: 36px;
        height: 30px;
        position: relative;
        margin-left: 20px;
    }
    .Top002908 .open-menu span i {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -1.5px;
        display: block;
        height: 3px;
        background:#27419e;
        transition: transform 0.3s;
    }
    .Top002908 .logo img{max-height: 76px;}
    .Top002908 .header-right{padding-top: 25.5px;}
    .Top002908 .top-menu li span a{color: #fff !important;}
    .Top002908 .open-menu span i:nth-child(1) {
        margin-top: -9px;
    }
    .Top002908 .open-menu span i:nth-child(3) {
        margin-top: 7px;
    }
    body.menu-show .Top002908 .open-menu span i {
        margin-top: -1.5px;
        width: 70%;
        left: 15%;
    }
    body.menu-show .Top002908 .open-menu span i:nth-child(2) {
        opacity: 0;
    }
    body.menu-show .Top002908 .open-menu span i:nth-child(1) {
        transform: rotate(45deg);
    }
    body.menu-show .Top002908 .open-menu span i:nth-child(3) {
        transform: rotate(-45deg);
    }
}

@media(max-width:640px) {
        
    .Top002908 {background: #d2d2d2;}
    .Top002908 .logo {
        width: 38%;
    }
    .Top002908{position: static;}
    .Top002908 .logo img{max-height: 70px;}
    .Top002908 .open-menu span i{background: #27419e;}
    .Top002908 .header-right{padding-top: 28.5px;}
    .Top002908 .top-language dd{color: #333;font-size: 14px;padding-right: 0;}
}

.Top0029081, .Top0029081 a{color: #333;}
.Top0029081{position: static;}
.Top0029081 .open-search {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/Top002899_search_white1.png) no-repeat center center;
}

.Top0029081 .top-language {
    background: url(../images/Top002434-icon_lang1.png) no-repeat left 5px;
    padding-left: 20px;
    padding-right: 15px;
    margin-right: 5px;
}

@media(max-width:640px){
    .Top0029081, .Top0029081 a{color: #fff;}
}
.Ban{width: 100%;}
.Ban img{width: 100%;}

/*Banner002910 */
.Banner002910 {
    font-family: Arial;
    position: relative;
    z-index: 20;
}

@media(min-width:1025px) {
    .Banner002910 .wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner002910 .pc {
        display: none;
    }
}

.Banner002910 .slider {
    position: relative;
    z-index: 10;
}
.Banner002910 .slick-slide{line-height: 0 !important;}

.Banner002910 .slick-arrow {
    position: absolute;
    z-index: 30;
    top: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    margin-top: -30px;
    border-radius: 50%;
    transition: 0.3s;
}

.Banner002910 .slick-prev {
    left: 3%;
}

.Banner002910 .slick-next {
    right: 3%;
}

.Banner002910 .slick-arrow:hover {
    background: #d83d30;
}

.Banner002910 .slick-arrow:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.Banner002910 .slick-next:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.Banner002910 .auto {
    max-width: 1400px;
    width: 96%;
    position: relative;
    z-index: 10;
}

.Banner002910 .control dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.Banner002910 .control dl>* {
    display: table-cell;
    vertical-align: middle;
}

.Banner002910 .share a:not(:last-child) {
    margin-right: 2vw;
}

.Banner002910 .share a {
    float: left;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}

.Banner002910 .share a.tw {
    background-image: url("../images/Banner002910_twitter.png");
}

.Banner002910 .share a.in {
    background-image: url("../images/Banner002910_linkedin.png");
}

.Banner002910 .share a.fb {
    background-image: url("../images/Banner002910_facebook.png");
}

.Banner002910 .share a.skye {
    background-image: url("../images/Banner002910_skype.png");
}

.Banner002910 .mouse {
    width: 35px;
}

.Banner002910 .mouse a {
    display: block;
    position: relative;
    height: 54px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    max-width: 35px;
    margin: 0 auto;
    overflow: hidden;
}

.Banner002910 .mouse a:before {
    width: 1px;
    height: 10px;
    top: 10px;
    position: absolute;
    left: 50%;
    background: #fff;
    content: '';
    animation: 2s ease infinite mouse;
}

@keyframes mouse {
    0% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 40px;
        opacity: 0;
    }
}

.Banner002910 .share,
.Banner002910 .dots {
    width: 35.521vw;
}

.Banner002910 .slick-dots {
    float: right;
}

.Banner002910 .slick-dots li {
    float: left;
    list-style: none;
}

.Banner002910 .slick-dots li button {
    font-family: 'DIN-Medium';
    font-size: 20px;
    color: #fff;
    background: none;
    border: 0;
    padding: 0;
}

.Banner002910 .slick-dots li:not(:last-child) span {
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 6.875vw;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 1.042vw;
    position: relative;
}

.Banner002910 .slick-dots li:not(:last-child) span:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #d83d30;
    content: '';
}

.Banner002910 .slick-dots li.slick-active span:after {
    width: 100%;
    transition: 4s 1s;
}

.Banner002910 .slick-dots li.slick-active button {
    color: #d83d30;
}

.Banner002910 .prod-search {
    font-size: 16px;
}

.Banner002910 .prod-search .auto {
    padding: 30px 37px 38px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 15px 0 30px rgba(0, 0, 0, 0.06);
}

.Banner002910 .prod-search .box-select {
    position: relative;
    z-index: 30;
}

.Banner002910 .prod-search .select-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ededed;
    background: #fff;
    border-top: 0;
    box-shadow: 15px 0 16px rgba(0, 0, 0, 0.04);
}

.Banner002910 .select-list {
    padding: 20px;
    color: #666;
    display: none;
}

.Banner002910 .select-list ul {
    padding-right: 20px;
}

.Banner002910 .select-list li {
    line-height: 30px;
    text-transform: uppercase;
}

.Banner002910 .select-list .mCustomScrollbar {
    height: 270px;
}

.Banner002910 .select-list .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.Banner002910 .select-list .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f1f1f1;
}

.Banner002910 .select-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #d83d30;
}

.Banner002910 .select-list .mCSB_scrollTools {
    width: 4px;
}

.Banner002910 .a_after {
    border: 1px solid transparent;
    border-bottom-color: #eee;
    line-height: 50px;
    padding-right: 46px;
    position: relative;
    text-transform: uppercase;
    color: #666;
    transition: 0.3s;
}

.Banner002910 .prod-search .box-select.on {
    z-index: 40;
}

.Banner002910 .on .a_after {
    padding-left: 24px;
    border-color: #eee;
}

.Banner002910 .a_after:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    transform: rotate(45deg);
    right: 20px;
    top: 50%;
    margin-top: -4px;
}

.Banner002910 .box-search .text {
    width: 100%;
    height: 49px;
    line-height: 22px;
    padding: 13px 0;
    border: 0;
    color: #999;
    border-bottom: 1px solid #eee;
}

.Banner002910 .box-search .btn {
    background: #d83d30 url("../images/Banner002910_btn.png") no-repeat center center;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

/* .Banner002910 li img {
    width: 100%;
    height: 100%;
} */

@media(min-width:1025px) {
    .Banner002910 .control {
        padding-bottom: 6.25vw;
    }
    .Banner002910 .prod-search .box {
        float: left;
    }
    .Banner002910 .prod-search .box-select {
        width: 24.887%;
        margin-right: 5.732%;
    }
    .Banner002910 .prod-search .box-search {
        width: 28.658%;
    }
    .Banner002910 .prod-search {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 15;
    }
    .Banner002910 .box-search .btn {
        width: 9.05%;
        border-radius: 0 10px 10px 0;
    }
}

@media(max-width:1024px) {
    .Banner002910 .control {
        padding-bottom: 3vw;
    }
    .Banner002910 .prod-search {
        bottom: 0!important;
        margin-top: 3vw;
    }
    .Banner002910 .box-search {
        padding-right: 50px;
        position: relative;
    }
    .Banner002910 .box-search .btn {
        right: 0;
        width: 50px;
    }
    .Banner002910 .prod-search .box-select {
        margin-bottom: 20px;
    }
    .Banner002910 .mouse a {
        height: 40px;
        width: 24px;
    }
}

@media(max-width:640px) {
    .Banner002910 .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .Banner002910 .share,
    .Banner002910 .mouse {
        display: none!important;
    }
    .Banner002910 .prod-search .auto {
        padding: 5vw 3vw;
    }
}


/*Floor002912 */


.Floor002912 {
    font-family: Arial, "sans-serif";
    background: url("../images/Floor002912_bg.png") no-repeat center center;
    background-size: cover;
    padding-bottom: 4.167vw;
    overflow: hidden;
}

.Floor002912 .auto {
    max-width: 1400px;
    width: 96%;
}

.Floor002912 .title {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    padding: 5.9375vw 0 2vw 0;
}
@media(max-width:1366px){
    .Floor002912 .auto{width:78%;}
}
@media(max-width:1024px) {
    .Floor002912 .title {
        font-size: 36px;
    }
    .Floor002912 .auto{width: 95%;}
}

@media(max-width:640px) {
    .Floor002912 .title {
        font-size: 24px;
    }
}

.Floor002912 .slider {
    position: relative;
    z-index: 1;
}

.Floor002912 .slider .box {
    overflow: hidden;
}

.Floor002912 .slider .box li.slick-slide {
    padding: 2vw 0 0 0;
}

.Floor002912 .slider .box li.slick-slide a {
    display: block;
    border-radius: 1.771vw 0;
    background: #324354;
    margin: 0 1.771vw;
    padding: 2.8125vw 0 2.604vw 0;
    text-align: center;
    color: #fff;
}

.Floor002912 .name {
    font-size: 22px;
    opacity: 0.35;
    text-transform: uppercase;
    height: 90px;
    transition: 0.3s;
}

.Floor002912 .name span {
    margin-left: 10px;
}

.Floor002912 a:hover .name {
    opacity: 1;
}

.Floor002912 a:hover .name aside {
    font-size: 28px;
    line-height: 1em;
    margin-top: -1.1em;
    text-transform: capitalize;
    transform: rotate(-10deg);
    float: left;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.Floor002912 a:hover .name aside span {
    display: block;
    font-size: 0.5em;
    line-height: 1.5em;
}

.Floor002912 .pic {
    height: 12.1875vw;
}

.Floor002912 .pic img {
    max-height: 12.1875vw;
}

.Floor002912 .detail:before {
    display: block;
    content: '';
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto 36px;
}

.Floor002912 .detail aside {
    position: relative;
}

.Floor002912 .detail aside span {
    transition: 0.3s;
}

.Floor002912 .detail aside span.off {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.Floor002912 .slider .box li.slick-slide a:hover {
    background: url("../images/Floor002912_imgbg.jpg") no-repeat center center;
    background-size: cover;
}

.Floor002912 .slider .box li.slick-slide a:hover .detail aside span.on {
    opacity: 0;
}

.Floor002912 .slider .box li.slick-slide a:hover .detail aside span.off {
    opacity: 1;
}

.Floor002912 .more,
.Floor002914 .more {
    text-align: center;
    padding-top: 3.645vw;
}

.Floor002912 .more a {
    display: block;
    width: 220px;
    line-height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

.Floor002914 .more a {
    display: block;
    width: 220px;
    line-height: 50px;
    border: 1px solid rgb(223, 223, 223);
    margin: 0 auto;
    color: #999;
    font-size: 16px;
    transition: 0.3s;
}

.Floor002912 .more a:hover,
.Floor002914 .more a:hover {
    color: #fff;
    background: #f58612;
}

.Floor002912 .slick-arrow {
    position: absolute;
    z-index: 30;
    top: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    margin-top: -30px;
    border-radius: 50%;
    transition: 0.3s;
}

.Floor002912 .slick-arrow:hover {
    background: #d83d30;
}

.Floor002912 .slick-arrow:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.Floor002912 .slick-next:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

@media(max-width:640px) {
    .Floor002912 .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .Floor002912 .more a,.Floor002914 .more a{font-size: 14px;width: 100px;line-height: 40px;}
    
}

@media(min-width:1701px) {
    .Floor002912 .slider .box ul {
        margin: 0 -1.771vw;
    }
    .Floor002912 .slick-prev {
        left: -7.8125vw;
    }
    .Floor002912 .slick-next {
        right: -7.8125vw;
    }
}

@media(max-width:1700px) {
    .Floor002912 .slick-prev {
        left: -60px;
    }
    .Floor002912 .slick-next {
        right: -60px;
    }
}

@media(max-width:1500px) {
    .Floor002912 .slick-prev {
        left: 0;
    }
    .Floor002912 .slick-next {
        right: 0;
    }
}

@media(max-width:1200px) {
    .Floor002912 .pic {
        height: 20vw;
    }
    .Floor002912 .pic img {
        max-height: 20vw;
    }
    .Floor002912 .slider .box li.slick-slide {
        padding-top: 4vw;
    }
    .Floor002912 .name {
        font-size: 2.5vw;
    }
    .Floor002912 a:hover .name aside {
        font-size: 30px;
    }
}

@media(max-width:640px) {
    .Floor002912 {
        padding-bottom: 8vw;
    }
    .Floor002912 .pic {
        height: 40vw;
    }
    .Floor002912 .pic img {
        max-height: 200px;
    }
    .Floor002912 .more,
    .Floor002912 .slider .box li.slick-slide {
        padding-top: 15px;
    }
    .Floor002912 .name {
        font-size: 20px;
        height: auto;
    }
    .Floor002912 a:hover .name aside {
        font-size: 20px;
    }
    .Floor002912 .slider .box li.slick-slide a {
        padding:30px 0 0;
    }
    .Floor002912 .slider .box li.slick-slide .detail{display: none;}
}


/*Floor002911 */

.Floor002911 {
    background: url("../images/Floor002911_bg.png") no-repeat left top #f6f6f6;
    position: relative;
    z-index: 1;
    padding: 9.375vw 0 5.208vw 0;
    font-family: Arial, "sans-serif";
}

.Floor002911 .auto {
    max-width: 1400px;
    width: 75%;
}

.Floor002911 .left h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 14px;
    font-weight: normal;
}

.Floor002911 .left p.dot3 {
    font-size: 16px;
    line-height: 1.875em;
    margin-top: 0;
    word-break: break-word;
}

.Floor002911 .left .pic {
    margin-bottom: 2.292vw;
}

.Floor002911 .left .title {
    color: #27419e;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 0.875em;
    margin-bottom: 3.021vw;
}

.Floor002911 .right li img {
    display: block;
    width: 90%;
    float: right;
}

.Floor002911 .slider-btn {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.Floor002911 .slider-btn>* {
    display: table-cell;
    vertical-align: middle;
}

.Floor002911 .slider-btn dt {
    width: 166px;
}

.Floor002911 .slick-next:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin-left: -7px;
}

.Floor002911 .slick-arrow:hover:before {
    border-color: #fff;
}

.Floor002911 .slick-dots li {
    float: left;
    list-style: none;
    position: relative;
    height: 1px;
    background: #dedede;
}

.Floor002911 .slick-dots li button {
    position: absolute;
    left: 0;
    height: 100%;
    padding: 0;
    border: 0;
    font-size: 0;
    transition: 0.3s;
    width: 0;
}

.Floor002911 .slick-dots li.slick-active button {
    background: #eeeeee;
    width: 100%;
}

@media(min-width:641px) {
    .Floor002911 .left {
        float: left;
        width: 40.715%;
    }
    .Floor002911 .right {
        float: right;
        width: 50%;
    }
    .Floor002911:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 32.657%;
        height: 100%;
        background: url("../images/Floor002911_imgbg.jpg") no-repeat center center;
        background-size: cover;
    }
}

@media(max-width:1024px) {
    .Floor002911 {
        background-size: 30% auto;
    }
    .Floor002911 .left .title {
        font-size: 36px;
    }
    .Floor002911 .auto{width: 95%;}

}

@media(max-width:640px) {
    .Floor002911 .left {
        padding-bottom: 5vw;
    }
    .Floor002911 .left .title {
        font-size: 24px;
        text-align: center;
    }
    .Floor002911 .left h3 {
        font-size: 20px;
        text-align: center;
    }
    .Floor002911 .left p.dot3 {
        font-size: 14px;
    }
    .Floor002911 .right li img{width: 100%;}
    .Floor002911 .slider-btn{display: block;text-align: center;}
    .Floor002911 .right{display: none;}
}


/*Floor002914 */

.Floor002914 {
    background: url("../images/Floor002914_bg.jpg") no-repeat center top;
    background-size: cover;
    font-family: Arial, "sans-serif";
    overflow: hidden;
    padding-bottom: 4.167vw;
    font-size: 16px;
}

.Floor002914 .auto {
    max-width: 1400px;
    width: 75%;
}

.Floor002914 .title {
    color: #27419e;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    padding: 5.9375vw 0 2vw 0;
}

@media(max-width:1660px) {
    .Floor002914 .auto {
        max-width: 1400px;
        width: 75%;
    }
    .Floor002914 .list ol .info p.dot2,
    .Floor002914 .list li p.dot3 {
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .Floor002914 .title {
        font-size: 36px;
    }
    .Floor002914 .auto{width: 95%;}
    
}

@media(max-width:640px) {
    .Floor002914 .title {
        font-size: 24px;
    }
}

.Floor002914 .list {
    position: relative;
    z-index: 1;
    margin-top: 38.4px;
}

.Floor002914 .list ol .ytable {
    table-layout: fixed;
}

.Floor002914 .list ol {
    background: rgba(255,255,255,.85);
}

.Floor002914 .list ol .Ispic {
    padding-bottom: 51.613%;
}

.Floor002914 .list ol .time {
    width: 7.8125vw;
    height: 7.8125vw;
    background: #27419e;
    color: #fff;
    text-align: center;
}

.Floor002914 .list ol .time aside {
    font-size: 56px;
}

.Floor002914 .list ol .info {
    padding: 3% 5%;
}

.Floor002914 .list ol .info aside.dot {
    font-size: 18px;
    padding-bottom: 6px;
    font-weight: bold;
    color: #f58612;
}

.Floor002914 .list ol:hover .info aside.dot {
    color: #f58612;
}

.Floor002914 .list ol .info p.dot2 {
    line-height: 1.5em;
    max-height: 3em;
    color: #999;
    word-break: break-word;
}

.Floor002914 .list li {
    overflow: hidden;
}

.Floor002914 .list li a {
    color: #666;
    transition: 0.3s;
    table-layout: inherit;
    /* background: url("../images/Floor002914_bg.png") no-repeat right top #fff; */
    background: rgba(255,255,255,.85);
    background-size: contain;
}

.Floor002914 .list li aside.dot2 {
    word-break: break-word;
    font-size: 18px;
    line-height: 1.273em;
    max-height: 2.546em;
    margin: 3% 0;
    font-weight: bold;
}

.Floor002914 .list li p.dot3 {
    word-break: break-word;
    line-height: 1.625em;
    max-height: 4.875em;
    margin: 0;
}

.Floor002914 .list li a:hover {
    background-color: #f58612;
    color: #fff;
    background-image: url("../images/Floor002914_bg_5.png");
}

.Floor002914 .list li a:hover aside.dot2 {
    color: #fff;
}

.Floor002914 .list li a:hover .main>* {
    opacity: 0.5;
}

.Floor002914 .list li a:hover .main aside.dot2 {
    opacity: 1;
}

.Floor002914 .list li a:after {
    position: absolute;
    border: 40px solid transparent;
    border-bottom-color: #27419e;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 0;
    line-height: 0;
    height: 0;
    right: -40px;
    top: -40px;
    content: '';
}

.Floor002914 .list li a:hover .more,
.Floor002914 .list li a:hover:after {
    opacity: 0;
}

.Floor002914 .list li .more {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 14px;
    height: 14px;
    z-index: 10;
}

.Floor002914 .list li .more:before,
.Floor002914 .list li .more:after {
    position: absolute;
    content: '';
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.Floor002914 .list li .more:before {
    width: 100%;
    height: 2px;
}

.Floor002914 .list li .more:after {
    width: 2px;
    height: 100%;
}

@media(min-width:641px) {
    .Floor002914 .list ol {
        width: 55.429%;
    }
    .Floor002914 .list li {
        position: absolute;
        right: 0;
        width: 41%;
        height: 46.03%;
    }
    .Floor002914 .list li:nth-of-type(1) {
        top: 0;
    }
    .Floor002914 .list li:nth-of-type(2) {
        bottom: 0;
    }
    .Floor002914 .list li a {
        height: 100%;
    }
    .Floor002914 .list li .main {
        padding: 0 10%;
    }
}

@media(min-width:641px) and (max-width:1024px) {
    .Floor002914 {
        font-size: 1.2vw;
    }
    .Floor002914 .list li aside.dot2 {
        font-size: 2.2vw;
    }
    .Floor002914 .list ol .info aside.dot {
        font-size: 2vw;
    }
    .Floor002914 .list ol .time aside {
        font-size: 4vw;
    }
    .Floor002914 .list li p.dot3{-webkit-line-clamp: 2;}
}

@media(max-width:640px) {
    .Floor002914 {
        font-size: 3.5vw;
    }
    .Floor002914 .list ol .time {
        width: 25%;
    }
    .Floor002914 .list li {
        position: relative;
        margin-top: 3vw;
    }
    .Floor002914 .list li .main {
        padding: 5%;
    }
    .Floor002914 .list li aside.dot2 {
        font-size: 4vw;
    }
    .Floor002914 .list ol .info aside.dot {
        font-size: 4vw;
    }
    .Floor002914 .list ol .time aside {
        font-size: 6vw;
    }
    .Floor002914 .list{margin-top: 20px;}
    .Floor002914 .list li p.dot3{color: #999;}
}


/*Bottom002909 */

.Bottom002909 {
    background: #394c5d;
    font-size: 16px;
    font-family: Arial;
}

.Bottom002909,
.Bottom002909 a {
    color: rgba(255, 255, 255, 0.2);
}

.Bottom002909 .auto {
    max-width: 1400px;
    width: 96%;
}

.Bottom002909 .main {
    padding: 3.125vw 0;
}

.Bottom002909 .copyright {
    background: #314150;
    line-height: 30px;
    padding: 20px 0;
    text-align: center;
}

.Bottom002909 .copyright dd a:not(:last-child) {
    margin-right: 2vw;
}

.Bottom002909 .copyright dd a {
    float: left;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.2;
    -webkit-opacity: 0.2;
    transition: 0.3s;
}

.Bottom002909 .copyright dd a:hover {
    opacity: 1;
    -webkit-opacity: 1;
}

.Bottom002909 nav dl {
    float: left;
    max-width: 180px;
}

.Bottom002909 nav dt {
    margin-bottom: 20px;
}

.Bottom002909 nav dt a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.Bottom002909 nav dd {
    line-height: 20px;
    padding: 5px 0;
}

.Bottom002909 nav dd a {
    color: rgba(255, 255, 255, 0.3);
}

.Bottom002909 nav dd a:hover {
    color: #fff;
}

.Bottom002909 .soglan {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 24px;
    color: #fff;
    padding: 0 0 26px 0;
    margin-bottom: 20px;
}

.Bottom002909 .contact li {
    line-height: 24px;
    margin: 8px 20px 0;
    padding-left: 28px;
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
}

.Bottom002909 .contact li.tel {
    background-image: url("../images/Bottom002909_tel.png");
}

.Bottom002909 .contact li.add {
    margin-left: 0;
    background-image: url("../images/Bottom002909_add.png");
}

@media(min-width:1025px) {
    .Bottom002909 .contact {
        width: 100%;
    }
    .Bottom002909 nav {
        width: 63.215%;
    }
}

@media(min-width:1025px) and (max-width:1200px) {
    .Bottom002909 {
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .Bottom002909 nav {
        display: none;
    }
    .Bottom002909 .copyright {
        text-align: center;
    }
    .Bottom002909 .copyright dd a {
        display: inline-block;
        float: none;
    }
    .Bottom002909 .logo,
    .Bottom002909 .soglan {
        text-align: center;
    }
}

.Floor002911 .more2 {
    display: inline-block;
    background: #f58612;
    color: #fff;
    padding: 0 20px;
    position: relative;
}

.Floor002911 .more2:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 4px;
    background: #fff;
    top: 50%;
    margin-top: -2px;
    right: 0;
    transition: 0.3s;
}

.Floor002911 .more2:hover:after {
    width: 0;
}

.Floor002911 .more2 span {
    display: block;
    line-height: 50px;
    position: relative;
    padding-left: 44px;
}

.Floor002911 .more2 span:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background: url(../images/Floor002845-more.png) no-repeat right center;
    transition: 0.3s;
}

.Floor002911 .more2:hover span:before {
    width: 30px;
}
@media(max-width:1024px){
    .Floor002911 .more2 span{padding-left: 30px;}
}
.bottom {
    width: 100%;
    height: 260px;
    background: url(../uploadfiles/Bottom002847.png) no-repeat;
    background-size: 100%;
}

/*Bottom002847 */
  .Bottom002847{overflow: hidden;padding-top: 3vw; margin-top: -3vw;position: relative; z-index: 10; clear: both;}
  
  .Bottom002847 .main{background: #f9f9f9;}
  .Bottom002847 .auto{max-width: 1440px;width: 96%;position: relative;padding: 3% 0;}
  .Bottom002847 .auto > *{position: relative; z-index: 4;}
  
  .Bottom002847 .links{max-width: 480px;}
  .Bottom002847 .select dl{position: relative; z-index: 30;padding-right: 78px;border: 1px solid #e8e8e8; }
  .Bottom002847 .select dd{position: absolute; right: 0; top: 0;line-height: 48px;width: 78px;border-left: 1px solid #e8e8e8; text-align: center;}
  .Bottom002847 .select dd a{display: block;color: #999; cursor: pointer;}
  .Bottom002847 .select dt{position: relative; z-index: 10; padding: 0 30px  0 20px;}
  .Bottom002847 .select dt:after{position: absolute; content: ''; border:5px solid transparent; border-top-color: #666; right:20px; top: 50%; margin-top: -2px;border-top-width: 7px;}
  .Bottom002847 .select dt aside{line-height: 48px;}
  .Bottom002847 .select dt figure{position: absolute; left: 0; top: 100%;overflow: auto; max-height: 200px; background: #e8e8e8;width: 100%; padding: 10px 0;display: none;}
  .Bottom002847 .select dt figure a{display: block;line-height: 40px; padding: 0 10px; cursor: pointer;transition: 0.3s;}
  .Bottom002847 .select dt figure a:hover{background: #ea5432; color: #fff;}
  .Bottom002847 .copyright{padding-top: 46px;color: #999;font-size: 15px;}
  .Bottom002847 .copyright p{margin-bottom: 5px;}
  .Bottom002847 .copyright p:first-child{background: url(../images/add.png) no-repeat left center;background-size: 20px;padding-left: 30px;}
  .Bottom002847 .copyright a{color: #999;}
  .Bottom002847 .copyright a:hover{color: #ea5432;}
  .Bottom002847 .copyright nav {padding-bottom: 12px;}
  .Bottom002847 .copyright nav a:not(:last-child):after{display: inline-block; content: '·'; margin: 0 10px; vertical-align:middle;}
  
  .Bottom002847 .right ol{float: left;width: 70%;max-width: 200px;}
  .Bottom002847 .right ol .tit{color: #666;}
  .Bottom002847 .right ol b{font-family: "DINBold";color: #2a449f;font-size: 24px;}
  .Bottom002847 .right li{float: right;width: 30%;}
  .Bottom002847 .right .bshare-custom{padding-top: 25px;overflow: hidden;}
  .Bottom002847 .right .bshare-custom a{float: left; width: 40px; height: 40px; border-radius: 50%;background: url(../images/Bottom002847_qq.png) no-repeat center center #dee3e7;}
  .Bottom002847 .right .bshare-custom a:not(:last-child){margin-right: 10px;}
  .Bottom002847 .right .bshare-custom a.bshare-weixin{background-image: url(../images/Bottom002847_wx.png);}
  .Bottom002847 .right .bshare-custom a.bshare-sinaminiblog{background-image: url(../images/Bottom002847_sina.png);}
  
  .bsBox,
  .bsBox *{box-sizing: content-box;}
  
  @media(min-width:1025px){
  .Bottom002847 .auto:before{position: absolute; content: ''; width: 49.375%;background: #e9edf0; bottom:0;top: 0;left: 67.362%;height: 100%; }
  .Bottom002847 .left{width: 50%;}
  .Bottom002847 .right{width: 28.473%;}
  }
  @media(max-width:1366px){
    .Bottom002847 .auto{width: 75%;}
  }
  @media(max-width:1024px){
  .Bottom002847 .right{max-width: 410px; margin: 46px auto 0; width: 90%;}
  .Bottom002847 .copyright{text-align: center;font-size: 14px;}
  .Bottom002847 .links{margin: 0 auto; width: 90%;}
  }
  @media(max-width:640px){
    .Bottom002847 .auto,.Bottom002847 .right{width: 95%;}
    .Bottom002847 .copyright{padding-top: 10px;}
    
  }
  @media(min-width:481px){
  .Bottom002847 .links .logo{float: left;width:100%;max-width:200px;}
  }
  @media(max-width:480px){
  
  }

  /* 栏目页 */
  /*Menu001093 */
.Menu001093{background: #fff;box-shadow:  0 5px 10px rgba(0,0,0,0.08);position: relative; z-index: 1;}
.Menu001093 .auto{max-width: 1400px;}
.Menu001093 .nav{display: table; margin: 0 auto;}
.Menu001093 .nav li{float: left;position: relative;display: table;height: 70px; margin: 0 1px; min-width:8.334vw; }
.Menu001093 .nav li a{transition: 0.3s; display: table-cell; vertical-align: middle; text-align: center;font-size: 16px;padding: 0 2vw;}
.Menu001093 .nav li a:hover,
.Menu001093 .nav li.aon a{background: #27419e;color: #fff;}
.Menu001093 .nav li a:after{position: absolute; bottom: 6px; left: 50%; margin-left: -6px;  content: '';border:4px solid  transparent; border-top-color: #fff; width: 0; height: 0; border-top-width: 6px;}
@media(max-width:640px){
.Menu001093 .nav li{height: 10vw;}
.Menu001093 .nav li a{font-size: 2.6vw;}
}
@media(max-width:480px){
.Menu001093 .nav li{height: 14vw;}
.Menu001093 .nav li a{font-size: 3.5vw; padding: 0 4vw;}
.Menu001093 .nav li a:after{bottom: 0.5vw;}
}

/*
 .RighInfo002800 
 */
 .RighInfo002800{padding: 3% 0;}
 .RighInfo002800 .text{margin-bottom: 30px}
 .RighInfo002800 .text .p{font-size: 16px;color:#333;line-height: 30px; margin: 0; background-repeat: no-repeat; background-position: left center; padding: 15px 0; padding-left:60px; }
 .RighInfo002800 .text .hotline{background-image: url(../images/RighInfo002800-icon1.png);}
 .RighInfo002800 .text .tel{background-image: url(../images/RighInfo002800-icon2.png);}
 .RighInfo002800 .text .mall{background-image: url(../images/RighInfo002800-icon3.png);}
 .RighInfo002800 .text .address{background-image: url(../images/RighInfo002800-icon4.png);}
 .RighInfo002800 .text .wx{background-image: url(../images/RighInfo002800-icon5.png);}
 .RighInfo002800 .text .wx img{display: inline-block;  margin-left: 10px; width: 25%; max-width: 136px;}
 .RighInfo002800 .map{width: 100%;height: 300px; padding:10px; background: #fff; box-shadow:0 0 28px rgba(0, 0, 0, 0.1) ; border-radius: 10px; }
 .RighInfo002800 .map #map{height: 100%;}
 .RighInfo002800 .map img{max-width: none !important;}
 
 @media screen and (min-width: 1025px) {
 .RighInfo002800 .text{float: left;width: 50%;}
 .RighInfo002800 .map{float: right;width: 45%;height: 320px;}
 }
 
 @media screen and (min-width: 1200px) {
 .RighInfo002800 .map{width:55%;height:100%; }
 .RighInfo002800 .text{width:40%;}
 .RighInfo002800 .text .p{font-size: 16px;}
 }

 /*
 .Form001215 为demo编号
 */
.Form001215{ padding:3% 0;}
.Form001215 .form{ float:left; width:43%;}
.Form001215 .form li{ padding-bottom:2%;}
.Form001215 .form .text{ border:1px solid #dae7e6; width:100%; height:39px; line-height:39px; padding:0 10px; border-radius:3px; background:#fff;font-size: 15px;}
.Form001215 .form textarea.text{ height:195px;}
.Form001215 .form .btn{ cursor:pointer; border-radius:5px; background:#27419e; color:#fff; height:37px; padding:0 12%; border:none;}
.Form001215 .hotline{ float:right; width:52%; background:url(../images/Form001215-bg.jpg) no-repeat right bottom/contain; padding:10% 0 16% 0; text-shadow:0 1px 0 #fff;}
.Form001215 .hotline figure{ width:60%; max-width:285px; font-size:12px;border-top:1px solid #d6e1e0; padding-top:3%; margin-top:3%;}
.Form001215 .hotline figure b{ display:block; color:#27419e; font-size:14px;}
.Form001215 .hotline dl{ min-height:46px; padding-left:62px; background:url(../images/Form001215-call.png) no-repeat left top;}
.Form001215 .hotline dd{ font-size:33px; color:#27419e; font-weight:bold;}
.Form001215 .hotline dt{ color:#000;}
@media(max-width:640px) and (min-width:481){
.Form001215 .hotline{ padding:3% 0 32% 0; background-position:right bottom;}
}
@media(max-width:640px){
.Form001215 .hotline dd{ font-size:24px;}
}
@media(max-width:480px){
.Form001215 .form,
.Form001215 .hotline{ float:none; width:auto;} 
.Form001215 .form textarea.text{ height:117px;}
}

/*
 .PicList001759 为demo编号
 */
 .PicList001759{padding: 3% 0;}
 .PicList001759 li{ padding-bottom:3%;  }
 .PicList001759 li a{ position:relative; display:block; background-color:#fafafa; color:#333; overflow:hidden; padding:26px 20px 26px 267px; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s;transition:0.3s;}
 .PicList001759 li a:hover{ background:rgba(39,65,158,0.1);}
 .PicList001759 li time{ color:#919191; text-align:center; position:absolute; left:20px; top:35px;}
 .PicList001759 li time span{ display:block; color:#5c5c5c; border-bottom:1px solid #919191; line-height:normal; font-size:35px;}
 .PicList001759 li img{ position:absolute; left:97px; top:26px; width:144px; height:87px;}
 .PicList001759 li h5{ margin:0; font-size:16px; color:#333; padding-bottom:10px;}
 .PicList001759 li i{ display:block; width:27px; height:1px; background-color:#635e5b;}
 .PicList001759 li p{ margin-bottom:0; font-size:14px; line-height:20px; height:40px; overflow:hidden;}
 .PicList001759 li a:hover *{ color:#666 !important;}
 .PicList001759 li a:hover i{ background-color:#666;}
 .PicList001759 li a:hover time span{ border-bottom-color:#666;}
 @media(max-width:480px){
 .PicList001759 li a{ padding:15px 15px 15px 97px;}
 .PicList001759 li img{ position:relative; left:0; top:0; width:100%; height:auto; display:block;}
 .PicList001759 li h5{ margin-top:3%;}
 }

 /*
 Page000793 为demo编号
 */
.Page000793 .Pages{ padding: 20px 0; text-align: center; line-height: 23px; zoom: 1; overflow: hidden; }
.Page000793 .Pages a{ display: inline-block; height: 40px; margin: 0 5px; font-size: 16px; line-height: 40px; }
.Page000793 .p_cur,
.Page000793 .p_count,
.Page000793 .p_total,
.Page000793 .p_jump{ display: none; }

.Page000793 .p_page{ padding: 0px 5px; display: inline-block; }
.Page000793 .p_page a{color:#5f5c4d; border:solid 1px #ececec; display:inline-block; padding:0 12px; overflow:hidden; position:relative; border-radius:6px; background-color:#fff;}


.Page000793 .p_page .a_prev,
.Page000793 .p_page .a_next{ width:80px; }

.Page000793 .p_page .num a{ width:44px; }

/*hover*/
.Page000793 .p_page .a_first:hover,
.Page000793 .p_page .a_end:hover,

.Page000793 .p_page .a_prev:hover,
.Page000793 .p_page .a_next:hover,

.Page000793 .p_page .num a:hover,
.Page000793 .p_page .num .a_cur{ background:#27419e; color:#fff; }

.Page000793 em{ font-style:normal;}

@media (max-width:768px){
	.Page000793 .a_first,.Page000793 .a_end,.Page000793 .p_page .num a{ display:none !important;}
	
    }

/*PicList002951 */
.PicList002951{padding:3% 0}
.PicList002951 .item{margin:0 0 30px 0;box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);}
.PicList002951 .item a:hover{color: #27419e;}
.PicList002951 .txt .inner{padding: 0 2.03vw 0 1.56vw;}
.PicList002951 .txt p.dot3{line-height: 2.142em; max-height: 6.426em;color: #666;font-size: 15px;}
.PicList002951 .tit{font-size: 24px; line-height: 1em;}
.PicList002951 .tit:after{display: block; margin-top: 1.25em; content: '';background: #27419e; width: 48px; height: 2px;}
.PicList002951 .item a:hover  .tit:after{background: #27419e;}
@media(min-width:1025px){
.PicList002951 .pic{ width:486px;}
}
@media(min-width:641px) and (max-width:1024px){
.PicList002951 .pic{ width:50%;}
.PicList002951 .tit{font-size: 3vw;}
}
@media(max-width:640px){
.PicList002951 .ytable,
.PicList002951 .ytable-cell{display: block;}
.PicList002951 .txt .inner{padding: 5vw;font-size: 3.5vw;}
.PicList002951 .tit{font-size: 5vw;}
}

/*RighInfo002808 */
.RighInfo002808{padding: 3% 0}
.RighInfo002808 .auto{max-width: 1440px;width: 96%;}

.RighInfo002808 .floor{position: relative; z-index: 1.}
.RighInfo002808 .floor .Ispic{position: absolute;height: 100%; right: 0; top: 0;}
.RighInfo002808 .floor-1 .Ispic{width: 31.945%;}
.RighInfo002808 .floor-2 .Ispic{right: auto; left: 0; width: 25%;}

.RighInfo002808 .floor-1 .txt{color: #999;font-size: 16px;}
.RighInfo002808 .floor-1 .txt .info{ line-height: 36px;padding-bottom: 10%; }
.RighInfo002808 .floor-1 .txt h1{font-size: 30px;color: #333;font-weight: normal; margin-bottom: 5%;}
.RighInfo002808 .floor-1 .txt .ti25{text-indent: 25px;font-size: 15px;color: #333;}
.RighInfo002808 .floor-1 .txt .nmb{margin-bottom: 0;}
.RighInfo002808 .floor-1 .txt .nmt{margin-top: 0;}
.RighInfo002808 .floor-1 .count{position: relative; z-index: 1; padding: 7% 0;}
.RighInfo002808 .floor-1 .count li p{margin: 0;}
.RighInfo002808 .floor-1 .count li aside{color: #27419e; font-weight: bold;}
.RighInfo002808 .floor-1 .count li aside b{font-size: 48px;font-family: Arial;display: inline-block;vertical-align: sub;}
@media(min-width:1025px){
.RighInfo002808 .floor-1 .txt{padding-right: 31.945%;}
.RighInfo002808 .floor-1 .txt .info{max-width: 820px;width: 95%;}
.RighInfo002808 .floor-1 .count:before{position: absolute; right: 0; top: 0; height: 100%; background: #f5f5f5;content: ''; width: 124.49%;}
}
@media(max-width:1024px){
.RighInfo002808 .floor-1 .Ispic{display: none;}
.RighInfo002808 .floor-1 .count{ background: #f5f5f5;}
.RighInfo002808 .floor-1 .count li{text-align: center;}
}
@media(min-width:641px){
.RighInfo002808 .floor-1 .count ul{display: table;width: 100%;position: relative; z-index: 2;}
.RighInfo002808 .floor-1 .count li:not(:last-child){width: 33%;}
.RighInfo002808 .floor-1 .count li{display: table-cell; vertical-align: top;}
}
@media(max-width:640px){
.RighInfo002808 .floor-1 .count ul{overflow: hidden;}
.RighInfo002808 .floor-1 .count li{width: 33%;float: left; padding: 15px 0;}
/* .RighInfo002808 .floor-1 .count li:nth-child(2n+1){clear: left;} */
.RighInfo002808 .floor-1 .txt h1{font-size: 20px;text-align: center;margin-bottom: 0;padding: 15px 0 5px;}
.RighInfo002808 .floor-1 .txt .info{line-height: 30px;}
.RighInfo002808 .floor-1 .count li aside b{font-size: 20px;}
}

.RighInfo002808 .title{padding: 8% 0 3% 0;font-size: 30px;color: #333;}

.RighInfo002808 .floor-2{padding-left: 25%;}
.RighInfo002808 .floor-2 li{padding-left: 11.5%; padding-bottom: 4%;}
.RighInfo002808 .floor-2 li:nth-child(2n){background: #f5f5f5;padding-top: 4%;}
@media(min-width:641px){
.RighInfo002808 .floor-2 li > *{width: 89%;}
}

.RighInfo002808 .floor-3 .box2 aside,
.RighInfo002808 .floor-2 li aside{color: #27419e;}
.RighInfo002808 .floor-2 li p,
.RighInfo002808 .floor-3 > div p{margin: 0;line-height: 30px;color: #999; text-align: justify;}
.RighInfo002808 .floor-2 li aside,
.RighInfo002808 .floor-3 > div aside{font-size: 24px; margin-bottom: 26px;}
@media(max-width:640px){
.RighInfo002808 .floor-2{padding-left: 10%;}
.RighInfo002808 .floor-2 .Ispic{width: 10%;}
.RighInfo002808 .floor-2 li{padding-left: 5%;padding-right: 5%;}
}

.RighInfo002808 .floor-3 > div{padding-left: 3%;padding-right: 3%;}
.RighInfo002808 .floor-3 .box1{background: #27419e;color: #fff;padding-top: 8%; padding-bottom: 8%;}
.RighInfo002808 .floor-3 .box1 p{color: #fff; opacity: 0.5;}
.RighInfo002808 .floor-3 .box2{position: relative; z-index: 3;background: #fff; padding-top: 4%;}
@media(min-width:641px){
.RighInfo002808 .floor-3 .box1{width: 25%;}
.RighInfo002808 .floor-3 .Ispic{width: 75%;}
.RighInfo002808 .floor-3 .box2{width: 80%; max-width: 950px; }
}
@media(max-width:1024px){
.RighInfo002808 .floor-3 .Ispic{position: relative;height: auto; padding-bottom: 60%;}
.RighInfo002808 .floor-3 .box2{padding-top: 5%; padding-bottom: 5%; }
}


.Timeline000913{padding: 3% 0}
.Timeline000913 .auto{max-width: 1400px;}
.Timeline000913 .title{margin-bottom: 2vw; text-align: center;}
.Timeline000913 .title .cn{font-size: 30px;color: #27419e; padding-bottom: 10px;font-weight: bold;}
.Timeline000913 .title .en{font-family: 'bebas-neue';color: #d2d2d2; letter-spacing: 2px;}
@media(max-width:768px){
.Timeline000913 .title{padding-bottom: 6vw;}
}
@media(max-width:640px){
.Timeline000913 .title .cn{font-size: 6vw;}
}

.Timeline000913 .main{position: relative; z-index: 1; padding-bottom: 7.396vw;}
.Timeline000913 .main .quan{display: block;width: 10px; height: 10px; border-radius: 50%; background: #fff;border: 1px solid #dedede;}
.Timeline000913 .main:before{position: absolute; content:'';width: 1px; top: 10px; bottom: 0;background: #d9d9d9; }
@media(min-width:769px){
.Timeline000913 .main .quan{ margin: 0 auto; }
.Timeline000913 .main:before{left: 50%;}
.Timeline000913 .outer > .ytable-cell{width: 50%;}
}
@media(max-width:768px){
.Timeline000913 .outer,
.Timeline000913 .outer > .ytable-cell{display: block;}
.Timeline000913 .main:before{left: 5px;}
}

.Timeline000913 .item{position: relative;z-index: 4;}
.Timeline000913 .item:not(:last-child){margin-bottom: 2.08vw;}
.Timeline000913 .info{position: relative;}
.Timeline000913 .info:before{position: absolute; content: ''; top: 50%; margin-top: -16px; border:16px solid  transparent;}
.Timeline000913 .info .inner{background: #f0f0f0; padding: 1.5vw;}
.Timeline000913 .pic{width: 32.787%;}
.Timeline000913 .pre pre{font-size: 15px;line-height: 1.867em;color: #333;}
.Timeline000913 .year{font-family: 'DIN-Medium';color: #27419e;font-size: 45px;}
.Timeline000913 .year aside{background-repeat: no-repeat;background-image: url("../images/Timeline000913_icon.png");}
@media(min-width:769px){
.Timeline000913 .item:nth-of-type(2n-1) .info{padding-right: 32px;}
.Timeline000913 .item:nth-of-type(2n) .info{padding-left: 32px;}
.Timeline000913 .item:nth-of-type(2n-1) .info:before{right: 0;border-left-color: #f0f0f0;}
.Timeline000913 .item:nth-of-type(2n) .info:before{left: 0;border-right-color: #f0f0f0;}
.Timeline000913 .item:nth-of-type(2n-1) .pre{padding-left: 2vw;}
.Timeline000913 .item:nth-of-type(2n) .pre{padding-right: 2vw;}
.Timeline000913 .item:nth-of-type(2n-1) .year aside{margin-left: -10px;background-position: left center;}
.Timeline000913 .item:nth-of-type(2n-1) .year aside:before,
.Timeline000913 .item:nth-of-type(2n) .year aside:after{display: inline-block; content: ''; width: 30px; height: 1px; vertical-align: middle;background: #d9d9d9; margin: -10px 32px 0;}
.Timeline000913 .item:nth-of-type(2n) .year aside{background-position: right center;margin-right: -11px; text-align: right;}
}
@media(max-width:768px){
.Timeline000913 .main{margin-left: 3vw;}
.Timeline000913 .year{font-size: 7vw;}
.Timeline000913 .year aside{padding-left: 32px;background-position: left center;margin-left: -5px;}
.Timeline000913 .year aside:before{display: inline-block; content: ''; width: 30px; height: 1px; vertical-align: middle;background: #d9d9d9; margin: -1vw 3vw 0;}
.Timeline000913 .info{padding: 3vw;}
.Timeline000913 .pre{padding-left: 3vw;}
}
@media(max-width:480px){
.Timeline000913 .pic{width:45%;}
.Timeline000913 .pre pre{font-size: 3.5vw;}
}




/*PicList002120 */
.PicList002120{ background-color:#fff; padding:3% 0;}
.PicList002120 li{ float:left; width:23.5%; margin-right:2%; margin-bottom:3%;}
.PicList002120 li a{ display:block;}
.PicList002120 li p{ margin:0;  line-height:46px; padding:0 2%; text-align:center; font-size:16px;}
.PicList002120 li .table{ display:none;}
.PicList002120 li figure{padding-bottom:77%; background-size:contain;}
@media(min-width:641px){
.PicList002120 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:640px){
.PicList002120 li{ width:48%; margin-right:4%;}
.PicList002120 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:375px){
.PicList002120 li p{ font-size:14px;}
}

/*RighInfo002815 */
.RighInfo002815{padding: 0% 0 4%;}
.RighInfo002815 .auto{max-width: 1355px; width: 96%;}
.RighInfo002815 .info h1{margin: 0;color: #ffc231;}
.RighInfo002815 .info .t-1{font-size: 22px;color: #003e7b;padding-top: 5px; padding-bottom: 10px;}
.RighInfo002815 .info .blue{color: #003e7b;}
.RighInfo002815 .info p{font-size: 18px; line-height: 30px;}
.RighInfo002815 .txt-dl{padding-top: 4%;}
.RighInfo002815 .txt-dl dl{ margin-bottom: 40px;}
.RighInfo002815 .txt-dl dd{position:relative; font-size: 16px;color: #666;margin-top: 20px;line-height: 30px;padding-left: 20px;}
.RighInfo002815 .txt-dl dd:before{position: absolute; content: ''; width: 10px; height: 2px; background: #056cc5; left: 0; top: 14px;}
.RighInfo002815 .txt-dl dt{position: relative;}
.RighInfo002815 .txt-dl dt span{display: block;position: relative; z-index: 3;}
.RighInfo002815 .txt-dl dt span.en{position: absolute; z-index: 1; left: 13px; bottom: 0;color: rgba(0,62,123,0.05);font-size: 48px;font-family: Arial;text-transform: uppercase;line-height: 36px;}
.RighInfo002815 .txt-dl dt span.cn{font-size: 24px;color: #333;border-left: 3px solid #fbc51a; padding-left: 10px;line-height: 23px;}
@media(min-width:769px){
.RighInfo002815 .txt-dl dl{float: left; width: 100%; margin-right: 5%;}
.RighInfo002815 .txt-dl dl:nth-child(2n-1){clear: left;}
}
@media(min-width:1025px){
.RighInfo002815 .info{float:left;padding-right: 5%;width: 54%;}
.RighInfo002815 .pic{float:right;width: 45%;}
}
@media(max-width:1024px){
.RighInfo002815 .ytable,
.RighInfo002815 .ytable-cell{display: block;}
.RighInfo002815 .pic{text-align: center;}
}


/*RighInfo002218*/
.RighInfo002218{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; min-height:246px; padding: 3% 0;}
.RighInfo002218 .box1{padding:15px 15px 15px 15px;color:#728391;font-size:14px;line-height:30px;background:#f3f3f3;}
.RighInfo002218 .box1 .pic{float:right;margin-left:5%;}
.RighInfo002218 .box1 .h3{font-size:18px;color:#27419e;margin:0 0 20px 0; font-weight:normal;}
.RighInfo002218 .box1 figure{ padding:3.5% 4%; color:#728391;}
.RighInfo002218 .list{ padding-top:5%;}
.RighInfo002218 .list{display: flex;justify-content:space-between;align-items: center;flex-wrap: wrap;}
.RighInfo002218 .list li{ display:block;  width:32%;margin-bottom: 40px;background: #f5f5f5;padding:40px 20px;height: 190px;box-shadow: 0 0 10px #ccc;}
.RighInfo002218 .list li:hover{box-shadow: 0 0 10px #94a4dc;}
.RighInfo002218 .list img{height: 30px;display: block;margin-bottom: 10px;}
.RighInfo002218 .list figure{ width:100%;}
.RighInfo002218 .list h2{ font-weight:normal; color:#27419e; font-size:18px; margin:0;}
.RighInfo002218 .list p{ margin:10px 0 0; color:#333;font-size: 15px;}
@media(max-width:1000px){
.RighInfo002218 .box1 .pic{ float:none; margin:0 auto 3% auto; display:block;}	
.RighInfo002218 .list figure{ padding:3% 0;}
.RighInfo002218 .list li{ width:100% !important; margin:2% 0;max-width:400px;}
}
/*RighInfo002218 End*/

/* 人才招聘 */
/*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: #27419e; 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: #27419e; width: 4px; height: 4px; display: inline-block; content: '';vertical-align: middle; margin-right: 27px; }


.TextList002739 .title{ padding:0 40px; line-height: 60px; background: #27419e; 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 #27419e; color: #27419e;}
.TextList002739 .tit.active time{color: #27419e;}
.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: #27419e;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:#27419e; 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:#27419e; line-height:20px; margin-top: -10px;}
 
 .Form001518 dd textarea.text{height:220px;}
 
 .Form001518 .btn{ margin: 2% 0; cursor: pointer;border-radius: 5px;background: #27419e;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;}
 .Form001518 .auto{width: 100%;padding: 0 3%;}
 }
 @media(max-width:480px){
 .Form001518 .title{ font-size:24px;}
 }

 
/*新闻详情*/
.ComBox{padding: 3% 0; background: #f5f5f5;}
.ComBox .auto{max-width: 1400px;padding: 0 2%;}
.SubPage{margin:0 auto;width: 100%;}
.Titleinfo{color:#666; padding:0px 0px 24px 0px; line-height:20px; margin-bottom:25px; text-align:center; border-bottom:1px dashed #e6e6e6;}
.Titleinfo .tit{ font-size:28px; color:#000000; padding-bottom:18px;font-weight:bold;line-height:35px;}
.Titleinfo .date i{ margin:0px 12px; display:inline-block;color:#999;font-size:14px;}
.Shares1,.Shares{ display:inline-block; *display:inline;zoom:1; vertical-align:top;}
.SinglePage .img{text-align:center;margin-bottom:30px;}
.SinglePage{word-wrap:break-word;font-size:16px;line-height:28px;color:#666666;}
.SinglePage .img img{display:inline-block;vertical-align:middle;margin:0 10px;}
.SinglePage p{text-indent:2em;margin-bottom:30px;}
.SinglePage .i1{float:left;margin-bottom:30px;}
.SinglePage .i2{float:right;margin-bottom:30px;}
.PrevNextBox {margin:30px 0 0 0;position:relative; color:#656565;padding-top:20px;}
.PrevNextBox dl{float:left;width:49%; line-height:60px;background:#eaeaea;text-align:center; font-size:16px;color:#666666;overflow:hidden; }
.PrevNextBox dl span{color:#000;font-size:16px;}
.PrevNextBox dl:nth-child(2n){float:right;}
.PrevNextBox dl:hover{background:#27419e;}
.PrevNextBox dl:hover a{color:#fff;}
.PrevNextBox dl:hover span{color:#fff;}
.PrevNextBox dl div{text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden;padding:0 10px;box-sizing:border-box;}

@media (max-width: 998px){
    .SinglePage{font-size:14px;line-height:26px;}
    .videoinfo{width:100%;}
}

@media ( max-width:640px){
    .Titleinfo{ padding-bottom:15px; margin-bottom:15px;}
    .Titleinfo .tit{ font-size:17px; padding-bottom:10px;line-height:26px;}
    .PrevNextBox dl{ width:auto; line-height:35px; height:35px;font-size:14px; text-align:left;margin-top:10px;}
    .PrevNextBox dl div{max-width:100%; margin:0px auto;}
    .PrevNextBox dl.fl{ float:none;}
    .PrevNextBox dl.fr{ float:none;}
    .PrevNextBox{margin-top:20px;padding-top:0px;}
    .SinglePage p{margin-bottom:15px;}   
    .SinglePage .i1,.SinglePage .i2{float:none;width:100%;margin-bottom:15px;}
    .SinglePage .img{margin-bottom:15px;}
    .SinglePage .img img{margin:10px 0;}
}
i{font-style: normal;}

/*
 .RighInfo001108 为demo编号
 */
 .RighInfo001108{padding: 3% 0;}
 .RighInfo001108 .pic{ float:left; width:50%;}
 .RighInfo001108 .pic img{ width:100%;}
 .RighInfo001108 .txt{ float:right; width:50%; padding-left:2%; color:#333;}
 .RighInfo001108 .txt h1{ font-size:18px; font-weight:normal;margin-bottom: 15px;font-weight: bold;color: #27419e;}
 .RighInfo001108 .txt dl{ border-top:1px solid #d9d9d9; padding:3% 0; border-bottom:1px solid #d9d9d9;margin-top: 20px;}
 .RighInfo001108 .txt dd{ line-height:26px; padding:5px 0;}
 .RighInfo001108 .txt p{ line-height:30px;font-size: 15px;}
 .RighInfo001108 .txt .contact{ padding:3% 0;}
 .RighInfo001108 .txt .contact a{ color:#27419e; width:120px; text-align:center; border:1px solid #27419e; border-radius:30px; line-height:34px; display:inline-block;}
 .RighInfo001108 .txt .contact a:hover{ background-color:#27419e; color:#fff;}
 .RighInfo001108 .tab{ margin-top:3%; background-color:#e8e8e8; overflow:hidden; font-weight:bold;}
 .RighInfo001108 .tab span{ cursor:pointer; display:inline-block; padding:0 3%; line-height:40px;}
 .RighInfo001108 .tab span.on{ background-color:#27419e; color:#fff;font-size: 15px;}
 .RighInfo001108 .tab_info{ padding:2% 2% 2% 0;}
 .RighInfo001108 .tab_info p{line-height: 30px;font-size: 15px;position: relative;padding-left: 20px;}
 .RighInfo001108 .tab_info p::before{width: 5px;height: 5px;background: #666;border-radius: 100px;content: "";display: block;position: absolute;;left: 0px;top:50%;transform: translateY(-50%);}
 .RighInfo001108 .tab_info tr td{padding: 10px;border: 1px solid #dcdcdc;}
 .RighInfo001108 .tab_info tr{background: #f5f5f5;}
 .RighInfo001108 .tab_info tr:nth-child(2n){background: #ccd5f4;}
 .RighInfo001108 .tab_info table{min-width: 50%;}
 @media(max-width:480px){
 .RighInfo001108 .pic,
 .RighInfo001108 .txt{ float:none; width:auto;}
 }
 
 /*
 .RighInfo002254 为demo编号
 */
.RighInfo002254 .auto_1260{ max-width: 1260px;}
@media only screen and (max-width:1260px) {
	.RighInfo002254 .auto_1260{  padding: 0 2%;}
}
.RighInfo002254{ padding:30px 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:cover;}
.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 #27419e;}
.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:#27419e; font-size:26px; }
.RighInfo002254 .right_info h3{ font-size:18px; font-weight:normal;}
.RighInfo002254 .right_info p{line-height:30px; color:#333; margin-bottom:10%;font-size: 15px;}
.RighInfo002254 .right_info a{ display:inline-block; border:1px solid #fdf3f2; padding:10px 5%; color:#27419e; transition:0.4s;}
.RighInfo002254 .right_info a:hover{ background-color:#27419e; 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:#27419e; color:#fff;}
.RighInfo002254 .ul_download li{ border-bottom:1px solid #d1d1d3; line-height:34px; background:url(../images/RighInfo002254-icon_download.png) no-repeat right center; padding:10px 0;}
.RighInfo002254 .ul_download li a{ padding:0 38px; background:url(../images/RighInfo002254-icon.png) no-repeat left center;}
.RighInfo002254 .tab_info p{line-height: 30px;font-size: 15px;position: relative;padding-left: 20px;}
.RighInfo002254 .tab_info p::before{width: 5px;height: 5px;background: #666;border-radius: 100px;content: "";display: block;position: absolute;;left: 0px;top:50%;transform: translateY(-50%);}
.RighInfo002254 .tab_info tr td{padding: 10px;border: 1px solid #dcdcdc;}
.RighInfo002254 .tab_info tr{background: #f5f5f5;}
.RighInfo002254 .tab_info tr:nth-child(2n){background: #ccd5f4;}
.RighInfo002254 .tab_info table{min-width: 50%;}
.RighInfo002254 .tab_info{padding-top: 3%;}
@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%;}
 }	