﻿/*
 .Top002262
 */

.Top002262 {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100;
}

.Top002262_fixed {
    background: #161616;
    position: fixed;
}

@media(max-width:1400px) {
    .Top002262 .auto {
        padding: 0 2%;
    }
}

.Top002262 .header-left {
    float: left;
    width: 40%;
    display: table;
    height: 70px;
    max-width: 286px;
}

.Top002262 .logo {
    display: table-cell;
    vertical-align: middle;
}

.Top002262 .header-mid,
.Top002262 .header-right {
    float: right;
}

.Top002262 .header-mid {
    margin-right: 3%;
}

.Top002262 .header-menu li {
    width: auto !important;
    margin-right: 15px;
}

.Top002262 .header-menu li em {
    padding: 0 15px;
    position: relative;
}

.Top002262 .header-menu li em a {
    line-height: 70px;
    position: relative;
    font-size: 15px;
    color: #fff;
}

.Top002262 .header-menu li .sub {
    width: 130%;
    left: -15%;
    overflow: hidden;
}

.Top002262 .header-menu li .sub2 {
    width: 200%;
}

.Top002262 .header-menu li .sub3 {
    width: 300%;
}

.Top002262 .header-menu li .sub-menu {
    padding: 15px;
    text-align: justify;
}

@media(min-width:1024px) {
    .Top002262 .header-menu li:nth-child(2) .sub-menu .auto {
        padding: 0 23% 0 23.5%;
    }

    .Top002262 .header-menu li:nth-child(3) .sub-menu .auto {
        padding-left: 20%;
    }

    .Top002262 .header-menu li:nth-child(4) .sub-menu .auto {
        padding-left: 32%;
    }

    .Top002262 .header-menu li:nth-child(5) .sub-menu .auto {
        padding-left: 36.5%;
    }

    .Top002262 .header-menu li:nth-child(6) .sub-menu .auto {
        padding-left: 40.5%;
    }

    .Top002262 .header-menu li:nth-child(7) .sub-menu .auto {
        padding-left: 41.5%;
    }
}

.Top002262 .header-menu li .sub-menu dt:last-child {
    border-bottom: 0;
}

.Top002262 .header-menu li .sub-menu dt a {
    color: #fff;
    transition: 0.3s;
}

.Top002262 .header-menu li .sub-menu dt a:hover {
    background: none;
    color: #e60012;
}

.Top002262 .header-right dd {
    float: left;
    padding: 15px 0;
}

.Top002262 .top-search {
    position: relative;
    z-index: 100;
}

.Top002262 .top-search .text {
    width: 100%;
    color: #999;
    font-size: 14px;
    display: block;
    padding: 0 25px 0 20px;
    line-height: 36px;
    height: 38px;
    width: 160px;
    background: #fff;
    border: none;
    border-radius: 38px;
    transition: all .3s ease-in-out;
}

.Top002262 .top-search .text:focus {
    border-color: #003f7f;
    background: #fff;
    color: #333;
}

.Top002262 .top-search .btn {
    position: absolute;
    right: 12px;
    top: 0;
    background: url(../images/Top002262-search.png) no-repeat center center;
    width: 16px;
    height: 100%;
}

@media(max-width:1024px) {
    .Top002262 #header-menu {
        position: fixed;
        right: -100%;
        top: 0;
        background: #000;
        z-index: 100;
        padding-top: 70px;
        width: 70%;
        max-width: 300px;
        height: 100%;
        transition: ease-in-out 0.3s;
    }

    .Top002262 #header-menu.header-menu-show {
        right: 0;
    }

    .Top002262 #header-menu li em,
    .Top002262 #header-menu li em a {
        border-bottom: 0;
    }

    .Top002262 #header-menu li:nth-child(2n) {
        background: rgba(255, 255, 255, 0.1);
    }

    .Top002262 #header-menu li em a {
        font-weight: normal;
    }

    .Top002262 #header-menu li.has-sub em a {
        background: url(../images/Top002262-icon.png) no-repeat 95% center;
    }

    .Top002262 #header-menu li.clickon em a {
        background-image: url(../images/Top002262-icon_up.png);
    }

    .Top002262 #header-menu li .sub-menu {
        padding: 5%;
    }

    .Top002262 #open_menu {
        width: 40px;
        height: 30px;
        background: #e60012;
        margin-left: 10px;
        position: relative;
        z-index: 101;
        transition: background 0.3s;
    }

    .Top002262 #open_menu i,
    .Top002262 #open_menu i::before,
    .Top002262 #open_menu i::after {
        background: #fff;
        border-radius: 3px;
    }

    .Top002262 #open_menu i {
        left: 20%;
        width: 60%;
        height: 2px;
        margin-top: -1px;
    }

    .Top002262 #open_menu.open_menu_on {
        background: #000;
        position: fixed;
        right: 2%;
    }

    .Top002262 #open_menu.open_menu_on i {
        height: 3px;
        margin-top: -1.5px;
    }
}

/*Banner002588 */
/*swiper*/
.Banner002588 .swiper-container {
    background: #000;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.Banner002588 .swiper-container-android .swiper-slide,
.Banner002588 .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.Banner002588 .swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.Banner002588 .swiper-slide {
    position: relative;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.Banner002588 .swiper-slide-active{ z-index: 6;}

/*swiper end*/
.Banner002588 .swiper-slide > img {
    display: block;
    width: 100%;
    max-width: none;
}

.Banner002588 .swiper-slide img.wap {
    display: none;
}

.Banner002588 .txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding-bottom: 5%;
}

.Banner002588 .txt-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 5%;
}

.Banner002588 .txt-main aside {
    padding: 1% 0;
    float: left;
    transform:  translateX(-100%);
    transition: all 2s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.Banner002588 .swiper-slide-active .txt-main aside {
    transform:  translateX(-5%);
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.Banner002588 .text {
    text-align: left;
    opacity: 0.4;
    clear: both;
}

.Banner002588 .text * {
    margin: 0;
    color: #fff;
}

.Banner002588 .text h1 {
    font-size: 50px;
    font-weight: lighter;
    padding: 5px 0;
    letter-spacing: 5px;
}

.Banner002588 .text span {
    font-size: 22px;
    font-weight: lighter;
    opacity: 0.5;
    text-transform: uppercase;
}

.Banner002588 .text p {
    max-width: 700px;
    font-size: 20px;
    font-weight: lighter;
    text-align: justify;
    opacity: 0.8;
}

.Banner002588 .text a {
    margin-top: 5%;
    border-radius: 40px;
    border: 1px solid #61666b;
    width: 164px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    display: block;
    transition: 0.3s;
}

.Banner002588 .text a:hover {
    background: #e83625;
    color: #fff;
    border-color: #e83625;
}

@media(max-width:1366px) {
    .Banner002588 .txt-main {
        padding: 0 10%;
    }
}

@media(max-width:1200px) {
    .Banner002588 .swiper-slide img.pc {
        display: none;
    }

    .Banner002588 .swiper-slide img.wap {
        display: block;
    }

    .Banner002588 .text h1 {
        font-size: 40px;
    }
}

@media(max-width:1024px) {
    .Banner002588 .txt-main aside {
        max-width: 70%;
    }

    .Banner002588 .text h1 {
        font-size: 36px;
    }

    .Banner002588 .text p {
        font-size: 18px;
    }
}

@media(max-width:640px) {   
	.Banner002588 .txt {
		top:50%;
		height:auto;
		transform:translateY(-50%);
		margin-top:15px;
	}
	.Banner002588 .txt-main aside {max-width:none; float:none;}
    .Banner002588 .text a {
        line-height: 28px;
        width: 100px;
		font-size:12px;
    }

    .Banner002588 .text h1 {
        font-size: 20px;
    }

    .Banner002588 .text span {
        font-size: 14px;
    }

    .Banner002588 .text p {
        max-width: none;
        font-size: 12px;
		white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    }
	
}

@media(max-width:480px) {
	.Banner002588 .txt-main aside {max-width:none;}
	.Banner002588 .txt-main {width:94%; padding:0 3%;}
    .Banner002588 .text h1 {
        font-size: 16px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
    }

    .Banner002588 .text span {
        font-size: 12px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		display:block;
    }
	
	.Banner002588 .text a {
        line-height: 24px;
        width: 80px;
    }

    .Banner002588 .swiper-slide {}
	.Banner002588 .swiper-slide > img {max-width:none; height:100%;}
	
	.Top002262_fixed {position:absolute; background-color:transparent;}
	.Top002262 .auto {padding:10px 2%;}
	.Top002262 .header-left {display:block; height:24px; padding:3px 0;}

	.Top002262 .top-search .text {height:24px; line-height:normal; width:120px; padding-left:10px;}
	
	.Top002262 .logo {display:block;}
	.Top002262 .logo img {display:block; width:auto; height:24px;}
	.Top002262 .header-right dd {padding:3px 0;}
	.Top002262 #open_menu {margin-top:-3px;}
}

.Banner002588 .pager {
    position: absolute;
    width: 100%;
    bottom: 5%;
    z-index: 10;
}

.Banner002588 .pager li {
    position: relative;
    width: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.46);
    opacity: 0.5;
    height: 8px;
    margin: 0 5px;
    cursor: pointer;
}

.Banner002588 .pager li.active {
    background: #fff;
    width: 40px;
    opacity: 1;
}



/*
 .RighInfo002125
 */

.RighInfo002125 .box {
    position: relative;
    color: #333;
    overflow: hidden;
    min-height: 660px;
}

.RighInfo002125 .box2 {
    background: #f9f9f9;
}

.RighInfo002125 .pic,
.RighInfo002125 .txt {
    position: absolute;
    width: 100%;
    max-width: 1366px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 10;
}

.RighInfo002125 .box1 .txt {
    padding-left: 40%;
    padding-right: 2%;
}

.RighInfo002125 .box2 .txt {
    padding-right: 40%;
    padding-left: 2%;
}

.RighInfo002125 .box2 .pic {
    display: none;
}

.RighInfo002125 .box2 .pics {
    position: absolute;
    width: 100%;
    max-width: 1366px;
    left:68%;
    transform: translate(-50%, -50%);
    top: 42%;
}

.RighInfo002125 .box2 .pics img {
    position: absolute;    
    transition: 1s;
    opacity:0;
}

.RighInfo002125 .box2 .pics img:nth-child(1) {
    top: -197px;
    right: 318px;
    transform: translate(-50%, -50%);
}

.RighInfo002125 .box2 .pics img:nth-child(2) {
    top: -180px;
    right: 195px;
    transform: translate(0, -50%);
}

.RighInfo002125 .box2 .pics img:nth-child(3) {
    top: -180px;
    right: 73px;
    transform: translate(50%, -50%);
}

.RighInfo002125 .box2 .pics img:nth-child(4) {
    top: -60px;
    right: 318px;
    transform: translate(-50%, 0);
}

.RighInfo002125 .box2 .pics img:nth-child(5) {
    top: -60px;
    right: 195px;
}

.RighInfo002125 .box2 .pics img:nth-child(6) {
    top: -60px;
    right: 73px;
    transform: translate(0, -50%);
}

.RighInfo002125 .box2 .pics img:nth-child(7) {
    top: 62px;
    right: 318px;
    transform: translate(-50%, 50%);
}

.RighInfo002125 .box2 .pics img:nth-child(8) {
    top: 62px;
    right: 195px;
    transform: translate(0, 50%);
}

.RighInfo002125 .box2 .pics img:nth-child(9) {
    top: 62px;
    right: 0;
    transform: translate(50%, 50%);
}

.RighInfo002125 .box h1 {
    margin: 0;
    margin-bottom: 40px;
    color: #333;
    font-size: 30px;
    line-height: 48px;
    width: 600px;
    font-weight: 500;
}

.RighInfo002125 .box p {
    line-height: 36px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-ideograph;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.RighInfo002125 .box .more {
    display: block;
    color: #db1d24;
    font-size: 16px;
    margin-top: 30px;
}

@media(min-width:1201px) {

    /*2d动画 star*/
    .RighInfo002125 .box .pic,
    .RighInfo002125 .box .txt p,
    .RighInfo002125 .box .txt h1,
    .RighInfo002125 .box .more {
        opacity: 0;
        transition: 0.5s;
    }

    .RighInfo002125 .box_active .pic,
    .RighInfo002125 .box_active .txt p,
    .RighInfo002125 .box_active .txt h1,
    .RighInfo002125 .box_active .more {
        opacity: 1;
    }

    .RighInfo002125 .box .pic,
    .RighInfo002125 .box .txt h1 {
        transform: translateX(-50%);
    }

    .RighInfo002125 .box .txt p {
        transform: translateX(50%);
    }

    .RighInfo002125 .box .more {
        transform: translateY(200%);
    }

    .RighInfo002125 .box.box_active .pic {
        transform: translate(-50%, -50%);
    }

    .RighInfo002125 .box.box_active .txt p,
    .RighInfo002125 .box.box_active .txt h1 {
        transform: translatex(0);
    }

    .RighInfo002125 .box.box_active .more {
        transform: translateY(0);
    }

    /*2d动画 end*/

    .RighInfo002125 .box2.box_active .pics img {        
        transform: translate(0);
        opacity: 1;
    }
}

@media(max-width:1500px) {
    .RighInfo002125 .box1 .txt {
        padding-left: 55%;
        padding-right: 2%;
    }

    .RighInfo002125 .box2 .txt {
        padding-right: 55%;
        padding-left: 2%;
    }
}
@media(max-width:1200px){
.RighInfo002125 .box2 .pics img:nth-child(1) {
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
	opacity:1;
}
}
@media(max-width:1100px) {
    .RighInfo002125 .box1 .txt {
        padding-left: 60%;
    }

    .RighInfo002125 .box2 .txt {
        padding-right: 60%;
    }
}

@media(max-width:1050px) {
    .RighInfo002125 .box {
        min-height: auto;
    }

    .RighInfo002125 .pic {
        display: block;
    }

    .RighInfo002125 .pics {
        display: none;
    }

    .RighInfo002125 .pic,
    .RighInfo002125 .txt {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        transform: none;
        text-align: center;
    }

    .RighInfo002125 .box2 .pic {
        text-align: center;
    }

    .RighInfo002125 .txt {
        padding: 2% !important;
    }

    .RighInfo002125 .box h1 {
        width: auto;
        font-size: 30px;
    }

    .RighInfo002125 .box p {
        font-size: 14px;
        line-height: 2;
        text-align: center;
    }
	.RighInfo002125 .box1 p {text-align:justify;}
}

@media(max-width:640px) {
    .RighInfo002125 .box h1 {
        font-size: 20px;
		margin-bottom:15px;
		line-height:1.5em;
    }

    .RighInfo002125 .box1 .pic {
        position: relative;
        height: auto;
    }
	.RighInfo002125 .box1 .pic img {display:block; width:80%; height:auto; margin:0 auto;}
    .RighInfo002125 .box1 .txt {
        padding: 5% !important;
    }
	.RighInfo002125 .box2 .pics{position: static;transform: translate(0);display: block;text-align: center;}
	.RighInfo002125 .box2 .pics img{position: static;transform: translate(0) !important;width: 30%;opacity: 1;}
	
	
}


/*
 .Floor002559
 */

.Floor002559 {
    padding: 7% 0;
    background: url(../images/Floor002559_bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.Floor002559 .auto {
    position: relative;
}

.Floor002559 .title {
    font-weight: lighter;
    font-size: 36px;
    padding-bottom: 5%;
    color: #fff;
    text-align: center;
}

.Floor002559 .owl-stage-outer {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.Floor002559 .owl-item {
    float: left;
}

.Floor002559 .owl-nav.disabled {
    display: none;
}

.Floor002559 .item {
    position: relative;
    text-align: center;
}

.Floor002559 .item a {
    color: #fff;
    display: block;
    padding: 10px 34px;
    position: relative;
    z-index: 2;
}

.Floor002559 .item h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    font-weight: lighter;
}

.Floor002559 .item p {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
}

.Floor002559 .item aside {
    margin: 0 auto;
    width: 50%;
    max-width: 116px;
    padding: 6%;
    transition: 0.3s;
}

.Floor002559 .item aside img {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.Floor002559 .item a:hover aside img {
    transform: rotate(360deg);
}

.Floor002559 .owl-nav button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    background: none;
    cursor: pointer;
    border: none;
    z-index: 10;
}

.Floor002559 .owl-nav button span {
    width: 20px;
    height: 20px;
    overflow: hidden;
    line-height: 1000px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    display: inline-block;
}

.Floor002559 .owl-nav .owl-prev {
    left: -40px;
}

.Floor002559 .owl-nav .owl-prev span {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
}

.Floor002559 .owl-nav .owl-next {
    right: -40px;
}

.Floor002559 .owl-nav .owl-next span {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.Floor002559 .btn {
    margin: 0 auto;
    margin-top: 5%;
    color: #fff;
    width: 162px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 21px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(to right, #db1d24 0%, #fa5c6f 100%);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 38, .4);
    box-shadow: 0 3px 8px rgba(0, 0, 38, .4);
}

@media(max-width:1280px) {
    .Floor002559 .title {
        left: 2%;
    }

    .Floor002559 .auto {
        padding: 0;
    }

    .Floor002559 .owl-nav .owl-prev {
        left: 2%;
    }

    .Floor002559 .owl-nav .owl-next {
        right: 2%;
    }
}

@media(max-width:768px) {
    .Floor002559 .title {
        font-size: 26px;
    }
}


/*
 .Floor001877
 */

.Floor001877 {
    padding: 6% 0;
    text-align: center;
}

.Floor001877 .title {
    font-weight: lighter;
    font-size: 36px;
    padding-bottom: 5%;
    color: #222;
    text-align: center;
}

.Floor001877 .box {
    position: relative;
    width: 850px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 60px rgba(118, 139, 191, .25);
    box-shadow: 0 0 60px rgba(118, 139, 191, .25);
}

.Floor001877 .img {
    position: relative;
}

.Floor001877 .word {
    color: #2e303c;
    background: #fff;
    text-align: left;
}

.Floor001877 .word h3 {
    font-size: 22px;
    font-weight: lighter;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}

.Floor001877 .word:hover h3 a {
    color: #f11212;
}

.Floor001877 .word time {
    width: 23%;
    text-align: center;
    color: #d6d6d6;
    font-family: Arial, Helvetica, sans-serif;
}

.Floor001877 .word time span {
    font-size: 52px;
    line-height: 46px;
}

.Floor001877 .word time span:after {
    display: block;
    margin: 5px 0;
    content: '';
    width: 54px;
    height: 2px;
    background: #d6d6d6;
}

.Floor001877 .word p {
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    font-size: 16px;
    font-weight: lighter;
}

.Floor001877 .btn {
    margin: 0 auto;
    margin-top: 5%;
    color: #fff;
    width: 162px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(to right, #db1d24 0%, #fa5c6f 100%);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 38, .4);
    box-shadow: 0 3px 8px rgba(0, 0, 38, .4);
}

@media only screen and (min-width:951px) {
    .Floor001877 .pic {
        width: 38%;
        float: left;
        background: #f6f6f6;
    }

    .Floor001877 .word {
        width: 62%;
        position: absolute;
        height: 100%;
        right: 0;
        padding: 0 5%;
    }

    .Floor001877 .word .word-inner {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 80%;
        transform: translateY(-50%);
    }

    .Floor001877 .word .word-inner:before {
        position: absolute;
        z-index: 99;
        top: 0;
        right: 0;
        content: "";
        width: 89px;
        height: 67px;
        background: url(../images/Floor001877_icon.png) no-repeat center;
    }

}

.Floor001877 .bx-controls-direction a {
    position: absolute;
    background: url(../images/Floor001877-btn.png) no-repeat left top;
    width: 29px;
    height: 57px;
    top: 50%;
    margin-top: -29px;
    z-index: 10;
    overflow: hidden;
    line-height: 1000px;
}

.Floor001877 .bx-controls-direction a.bx-prev {
    left: -8%;
}

.Floor001877 .bx-controls-direction a.bx-next {
    right: -8%;
    background-position: right top;
}

@media(max-width:768px) {
    .Floor001877 .box {
        width: 100%;
    }

    .Floor001877 .word {
        padding: 4%;
    }

    .Floor001877 .title {
        font-size: 26px;
    }

    .Floor001877 .word h3 {
        font-size: 18px;
    }

    .Floor001877 .word p {
        font-size: 14px;
    }

    .Floor001877 .bx-controls-direction {
        display: none;
    }
}
@media(max-width:950px) {
    .Floor001877 .pic {height: 300px; overflow: hidden;}
    }

/*
 .Bottom002381
 */

.Bottom002381 {
    background: #161616;
    position: relative;
}

.Bottom002381 .auto {
    max-width: 1600px;
}

@media(max-width:1400px) {
    .Bottom002381 .auto {
        padding: 0 2%;
    }
}

.Bottom002381,
.Bottom002381 a {
    color: #a8a8a8;
    font-size: 14px;
}

.Bottom002381 a:hover {
    color: #db1d24;
}

.Bottom002381 .bottom {
    padding: 4% 2%;
}

.Bottom002381 .bottom nav li h3 {
    font-size: 18px;
    margin: 0;
    font-weight: lighter;
}

.Bottom002381 .bottom nav li h3 a {
    color: #fff;
}

.Bottom002381 .bottom nav li dl {
    padding-top: 15px;
    max-height: 235px;
    overflow: hidden;
}

.Bottom002381 .bottom nav li dl dd {
    padding: 6px 0;
}

.Bottom002381 .weixin {
    text-align: center;
}

.Bottom002381 .weixin li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%;
	text-align:center;
}

.Bottom002381 .weixin figure {
    background: url(../images/ewm-bg.png) no-repeat center;
    background-size: contain;
    padding: 5px;
}

.Bottom002381 .weixin img {
    max-width: 87px;
}

.Bottom002381 .weixin span {
    display: block;
    margin: 20px auto;
    width: 114px;
    height: 38px;
}

.Bottom002381 .tel dt {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: lighter;
}

.Bottom002381 .tel span {
    font-size: 14px;
    display: block;
}

.Bottom002381 .share .span {
    color: #999;
    font-size: 15px;
}

.Bottom002381 .tel dd {
    font-size: 24px;
    color: #db1d24;
    font-weight: lighter;
}

.Bottom002381 .share {
    text-align: left;
    margin-top: 10px;
}

.Bottom002381 .share > * {
    display: inline-block;
}

.Bottom002381 .share a {
    background: none;
    padding-left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #999;
    text-align: center;
    color: #999;
    font-size: 20px;
    margin-right: 8px;
}

.Bottom002381 footer,
.Bottom002381 footer a {
    color: #666;
}

.Bottom002381 footer a {
    margin-left: 5px;
}

.Bottom002381 footer a:hover {
    color: #db1d24;
}

.Bottom002381 footer {
    background: #222;
    padding: 20px 0;
}
.Bottom002381 .bottom nav {margin-bottom:20px;}


.Bottom002381 .bottom nav li {
    float: left;
    margin-right: 6%;
    min-height: 185px;
}

.Bottom002381 .bottom nav {
    float: left;
    width: 57%;
}

.Bottom002381 .bottom nav li {
    float: left;
    margin-right: 6%;
    min-height: 185px;
}

.Bottom002381 .bottom nav li:last-child {
    margin-right: 0;
}

.Bottom002381 .weixin {
    float: left;
    width: 30%;
}

.Bottom002381 .contact {
    float: right;
}

.Bottom002381 .links {
    float: right;
}

.Bottom002381 .copyright {
    float: left;
    margin: 0;
}

@media (max-width: 1440px) {
    .Bottom002381 .bottom nav li{margin-right: 4%;}
}

@media (max-width: 767px) {
    .Bottom002381 .bottom nav {
        display: none;
    }

    .Bottom002381 .bottom nav li dl {
        display: none;
        padding: 10px 0;
    }

    .Bottom002381 .bottom nav li h3 {
        padding: 8px 0;
    }

    .Bottom002381 .weixin,
    .Bottom002381 .contact {
        background: none;
        text-align: center;
        padding-top: 10px;
        width: 100%;
        height: auto;
    }

    .Bottom002381 .share {
        text-align: center;
        margin: 4% auto 0;
		font-size:0;
		line-height:normal;
    }
	.Bottom002381 .share a {float:none;}
    .Bottom002381 footer {
        text-align: center;
    }

    .Bottom002381 .copyright {
        margin: 5px 0 0;
    }
	
	.Bottom002381 .weixin ul {font-size:0; line-height:normal; text-align:center;}
	.Bottom002381 .weixin li {width:31.333%; font-size:14px; vertical-align:top;}
	.Bottom002381 .weixin img {display:block; padding:2%; margin:0 auto;}
}


/*
 .Column_line
 */
 
@media(min-width:1025px) {
    .Column_line {
        background: #303744;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 10px;
        z-index: -1;
    }
}

/*
 .pdl
 */


.auto_1400{max-width: 1500px;}
.custom.auto_1400 {max-width:1300px;}

@media(max-width:1700px) {
    .auto_1400{padding: 0 2%;}
}
@media(min-width:1025px) {
    .pdl {
        min-height: 800px;
    }
}

/*
 .TextList001652
 */

.TextList001652 {
    padding-top: 2%;
}

.TextList001652 .list_ul,
.TextList001652 .job_ol {
    overflow: hidden;
    clear: both;
}

.TextList001652 .job_ol li,
.TextList001652 .list_ul li {
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
}

.TextList001652 .job_ol li {
    background-color: #303744;
    color: #fff;
    line-height: 3em;
}

.TextList001652 .list {
    border-bottom: 1px solid #eee;
}

.TextList001652 .job_info {
    display: none;
}

.TextList001652 .list_ul {
    cursor: pointer;
    font-size: 12px;
}

.TextList001652 .list_ul li {
    padding: 1em 0;
    font-size: 14px;
}

.TextList001652 .job_info {
    padding: 1% 6% 2%;
    line-height: 2;
    border-top: 1px solid #eee;
}

.TextList001652 .job_info strong {
    display: block;
    margin-bottom: 10px;
    color: #303744;
}

@media(max-width:640px) {

    .TextList001652 .job_ol li,
    .TextList001652 .list_ul li {
        width: 33%;
    }

    .TextList001652 .job_ol li:last-child,
    .TextList001652 .list_ul li:last-child {
        display: none;
    }
}


/*
 .RighInfo001728
 */

.RighInfo001728 {
    padding: 2% 0;
}

.RighInfo001728 .nav {
    padding: 2% 0;
}

.RighInfo001728 .nav dd {
    float: left;
    width: 130px;
    line-height: 50px;
    margin-bottom: 2px;
    margin-right: 10px;
    text-align: center;
}

.RighInfo001728 .nav dd a {
    display: block;
    background-color: #e9e9e9;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.RighInfo001728 .nav dd a:hover,
.RighInfo001728 .nav dd a.aon {
    background-color: #f29200;
    color: #fff;
}

.RighInfo001728 .img {
    float: left;
    width: 33%;
}

.RighInfo001728 .img figure img {
    display: block;
    width: 100%;
}

.RighInfo001728 .img li {
    float: left;
    cursor: pointer;
    width: 32%;
    margin-top: 2%;
    margin-right: 2%;
    position: relative;
}

.RighInfo001728 .img li:last-child {
    margin-right: 0;
}

.RighInfo001728 .img li img {
    width: 100%;
    display: block;
}

.RighInfo001728 .img li.on::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #f29200;
}

.RighInfo001728 .intro {
    width: 64%;
    float: right;
}

.RighInfo001728 .intro h1 {
    font-size: 18px;
}

.RighInfo001728 .intro p {
    color: #666;
    font-size: 14px;
}

.RighInfo001728 .intro dd {
    font-size: 16px;
    line-height: 30px;
}

.RighInfo001728 .infoCon .title {
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #b2b2b2;
    padding: 15px 0;
}

.RighInfo001728 .infoCon .info {
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
}

@media(max-width:768px) {
    .RighInfo001728 .nav dd {
        margin-right: 2%;
        line-height: normal;
    }

    .RighInfo001728 .nav dd a {
        padding: 6% 0;
        font-size: 16px;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .RighInfo001728 .nav dd {
        width: 23.5%;
    }

    .RighInfo001728 .nav dd:nth-child(4n) {
        margin-right: 0;
    }
}

@media(max-width:640px) {

    .RighInfo001728 .img,
    .RighInfo001728 .intro {
        float: none;
        width: auto;
    }
}

@media(max-width:480px) {
    .RighInfo001728 .nav dd {
        width: 32%;
    }

    .RighInfo001728 .nav dd:nth-child(3n) {
        margin-right: 0;
    }

    .RighInfo001728 .nav dd a {
        font-size: 14px;
    }
}


/*
 .RighInfo002228
 */

.RighInfo002228 {
    padding: 3% 0;
}

.RighInfo002228 .single-header {
    text-align: center;
}

.RighInfo002228 .single-header h1 {
    margin: 0;
    padding-bottom: 15px;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
}

.RighInfo002228 .single-content {
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-top: 2%;
}

.RighInfo002228 .single-content p {
    margin: 0;
    padding: 0 0 10px;
    font-size: 15px;
    color: #666;
}

.RighInfo002228 .info_back {
    text-align: center;
    clear: both;
    padding: 20px 0;
}

.RighInfo002228 .info_back a {
    font-size: 16px;
    color: #db1d24;
}

@media(max-width:950px) {
    .RighInfo002228 .auto {
        padding: 0 2%;
    }
}

@media screen and (min-width:465px) {
    .RighInfo002228 .col2 {
        width: 48%;
    }

    .RighInfo002228 .fr {
        float: right;
    }

    .RighInfo002228 .col2 + .col2 {
        margin-top: 0;
    }
}

@media screen and (min-width:768px) {
    .RighInfo002228 .single-header h1 {
        margin-bottom: 15px;
        font-size: 24px;
    }
}


/*
 .Banner002621
 */

.Banner002621 {
    position: relative;
    z-index: 10;
}

.Banner002621 img {
    display: block;
    width: 100%;
    z-index: 2;
}

@media(min-width:1025px) {
    .Banner002621 .wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner002621 .pc {
        display: none;
    }
}

/*
 .Menu002252
 */

.Menu002252 {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

.Menu002252 a {
    font-size: 16px;
    display: block;
    background: #eee;
    padding: 10px;
    margin-bottom: 1px;
}

.Menu002252 a.aon,
.Menu002252 a:hover {
    color: #fff;
    background-color: #303744;
}

@media(min-width:768px) {
    .Menu002252 {
        padding: 3% 0 0;
    }

    .Menu002252 a {
        display: inline-block;
        line-height: 30px;
        padding: 0 15px;
        min-width: 115px;
        border-radius: 30px;
        overflow: hidden;
        margin: 0 7px 1px;
    }
}

@media(min-width:1024px) {
    .Menu002252 a {
        display: inline-block;
        line-height: 36px;
        padding: 0 20px;
        background: #e9e9e9;
        min-width: 130px;
        border-radius: 4px;
    }
}


/*
 .Menu002306
 */

.Menu002306 {
    
}

.Menu002306 .side-title {
    position: relative;
    padding: 0 0 35px 35px;
    font-size: 32px;
    color: #303744;
    font-weight: bold;
    border-radius: 0 20px 0 0;
}

.Menu002306 .side-menu {
    overflow: hidden;
}

.Menu002306 .side-menu li a {
    display: block;
    color: #666;
    line-height: 32px;
    transition: 0.3s;
}

.Menu002306 .side-menu > ul > li {
    border-left: 5px solid #303744;
}

.Menu002306 .side-menu > ul > li > a {
    position: relative;
    padding: 10px 40px 10px 32px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 2;
}

.Menu002306 .side-menu > ul > li > a::after {
    position: absolute;
    content: '>';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-family: 宋体;
    font-size: 12px;
    right: 16px;
    top: 50%;
    margin-top: -8px;
}

.Menu002306 .side-menu > ul > li ul {
    display: none;
    padding: 10px 15px;
}

.Menu002306 .side-menu > ul > li > ul {
    padding-left: 32px;
    padding-right: 32px;
}

.Menu002306 .side-menu > ul > li > ul > li > a {
    background: url(../images/Menu002306-a_off.png) no-repeat left center;
    padding-left: 20px;
}

.Menu002306 .side-menu ul li ul li ul li a {
    background-image: none !important;
}

.Menu002306 .side-menu ul li ul li ul li a::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #555;
    margin-right: 10px;
}

.Menu002306 .side-menu li:hover a,
.Menu002306 .side-menu li.select > a {
    background-color: #303744;
    color: #fff;
}

.Menu002306 .side-menu li.select > a::after {
    transform: rotate(90deg);
}

.Menu002306 .side-menu ul li ul li.select > a {
    background-color: transparent;
    background-image: url(../images/Menu002306-a_on.png);
    background-repeat: no-repeat;
    font-weight: bold;
    color: #db1d24;
}

.Menu002306 .side-open_menu {
    display: none;
}

@media(min-width:1025px) {
    .Menu002306 .side-menu {
        display: block !important;
    }
}

@media(max-width:1024px) {
    .Menu002306 {
        padding-top: 2%;
    }

    .Menu002306 .side-open_menu {
        display: block;
        border: 2px solid #303744;
        padding: 10px 20px 10px 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: bold;
        color: #002870;
        border-radius: 0 0 5px 5px;
        position: relative;
    }

    .Menu002306 .side-open_menu::after {
        position: absolute;
        content: '';
        border: 6px solid transparent;
        border-top-color: #87b2c7;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }

    .Menu002306 .side-title {
        padding: 0 0 30px;
        text-align: center;
    }

    .Menu002306 .side-menu {
        display: none;
        padding-bottom: 20px;
    }

    .Menu002306 .side-menu > ul > li {
        border-left: none;
    }
}


/*
 .Menu002310
 */

.Menu002310 {
    background: #fff;
    position: fixed;
    top: 44%;
    left: 0;
    z-index: 1;
}

.Menu002310 .side-title {
    position: relative;
    padding: 12% 0 35px 35px;
    font-size: 32px;
    color: #303744;
    font-weight: bold;
    border-radius: 0 20px 0 0;
    border-left: 10px solid #303744;
}

.Menu002310 .side-menu {
    overflow: hidden;
}

.Menu002310 .side-menu li a {
    display: block;
    color: #666;
    line-height: 32px;
    transition: 0.3s;
}

.Menu002310 .side-menu > ul > li {
    border-left: 10px solid #303744;
}

.Menu002310 .side-menu > ul > li > a {
    position: relative;
    padding: 5px 40px 5px 32px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 2;
}

.Menu002310 .side-menu > ul > li > a::after {
    position: absolute;
    content: '>';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-family: 宋体;
    font-size: 12px;
    right: 16px;
    top: 50%;
    margin-top: -8px;
}

.Menu002310 .side-menu > ul > li ul {
    display: none;
    padding: 10px 15px;
}

.Menu002310 .side-menu > ul > li > ul {
    padding-left: 32px;
    padding-right: 32px;
}

.Menu002310 .side-menu > ul > li > ul > li > a {
    background: url(../images/Menu002306-a_off.png) no-repeat left center;
    padding-left: 20px;
}

.Menu002310 .side-menu ul li ul li ul li a {
    background-image: none !important;
}

.Menu002310 .side-menu ul li ul li ul li a::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #555;
    margin-right: 10px;
}

.Menu002310 .side-menu li:hover a,
.Menu002310 .side-menu li.select > a {
    background-color: #303744;
    color: #fff;
}

.Menu002310 .side-menu li.select > a::after {
    transform: rotate(90deg);
}

.Menu002310 .side-menu ul li ul li.select > a {
    background-color: transparent;
    background-image: url(../images/Menu002306-a_on.png);
    background-repeat: no-repeat;
    font-weight: bold;
    color: #db1d24;
}

.Menu002310 .side-open_menu {
    display: none;
}

@media(min-width:1025px) {
    .Menu002310 .side-menu {
        display: block !important;
        width: 250px;
    }
}

@media(max-width:1024px) {
    .Menu002310 {
        position: relative;
        top: 0;
        left: 0;
        padding-top: 2%;
    }

    .Menu002310 .side-open_menu {
        display: block;
        border: 2px solid #303744;
        padding: 10px 20px 10px 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: bold;
        color: #002870;
        border-radius: 0 0 5px 5px;
        position: relative;
    }

    .Menu002310 .side-open_menu::after {
        position: absolute;
        content: '';
        border: 6px solid transparent;
        border-top-color: #87b2c7;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }

    .Menu002310 .side-title {
        padding: 0 0 15px;
        text-align: center;
        border-left: none;
    }

    .Menu002310 .side-menu {
        display: none;
        padding-bottom: 20px;
    }

    .Menu002310 .side-menu > ul > li {
        border-left: none;
    }
}


/*
 .RighInfo002519
 */

.RighInfo002519 {
    padding: 2% 0;

}
@media only screen and (max-width:768px ) {
	.RighInfo002519{padding: 2%;}
}
.RighInfo002519 p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.RighInfo002519 .list_img_group {
    margin: 3% 0;
}

.RighInfo002519 .list_img_group li {
    text-align: center;
}

@media(min-width:641px) {
    .RighInfo002519 .list_img_group li {
        float: left;
        width: 32.34375%;
    }

    .RighInfo002519 .list_img_group li:nth-child(2) {
        width: 33.828125%;
        margin: 0 0.492578125%;
    }
}

@media(max-width:640px) {
    .RighInfo002519 .list_img_group li {
        margin: 2% 0;
    }
}


/*
 Location000718
 */

.Location000718 {
    padding-top: 5%;
    border-bottom: 1px solid #eee;
}

.Location000718 h1 {
    display: inline-block;
    margin: 0 0 -1px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 2px solid #db1d24;
}

.Location000718 em {
    background: url(../images/Location000718_home.jpg) no-repeat left center;
    float: right;
    margin-top: 5px;
    padding-left: 20px;
    font-style: normal;
    font-size: 12px;
    color: #999;
    line-height: 2;
}

.Location000718 em a {
    color: #999;
}

.Location000718 em a:hover {
    color: #db1d24;
}

.Location000718 em span {
    color: #db1d24;
    font-weight: bold;
}

@media (max-width:768px) {
    .Location000718 {
        display: none;
    }
}


/*
 .PicList002146
 */

.PicList002146 {
    padding: 3% 0 0;
}

.PicList002146 li {
    float: left;
    width: 31%;
    margin: 0 3.5% 2.5% 0;
}

.PicList002146 li:nth-child(3n) {
    margin: 0 0 2.5% 0;
}

.PicList002146 li a {
    display: block;
    position: relative;
}

.PicList002146 li h3,
.PicList002146 li h5 {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
}

.PicList002146 li figure {
    padding-bottom: 77%;
}

.PicList002146 li h3 {
    border-top-color: #f4f4f4;
    position: relative;
    padding: 2%;
    line-height: 2;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.PicList002146 li .hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(171, 38, 45, 0.95);
    z-index: 10;
    transition: 0.3s;
    color: #fff;
}

.PicList002146 li a:hover .hover {
    opacity: 1;
}

.PicList002146 li aside {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.PicList002146 li .hover h5 {
    margin-top: 10px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}

.PicList002146 li .hover i {
    display: block;
    height: 2px;
    background: #fff;
    width: 30px;
    margin: 10px auto;
}

.PicList002146 li .hover p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    max-height: 60px;
    overflow: hidden;
}

@media(max-width:1366px) and (min-width:1001px) {
    .PicList002146 li .hover p {
        height: 40px;
    }
}

@media(max-width:1000px) {
    .PicList002146 li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media(max-width:640px) and (min-width:376px) {
    .PicList002146 li .hover p {
        height: 40px;
    }
}

@media(max-width:480px) {

    .PicList002146 li h3,
    .PicList002146 li .hover h5 {
        font-size: 14px;
    }

    .PicList002146 li .hover h5 {
        line-height: 20px;
        max-height: 40px;
    }
}

@media(max-width:375px) {
    .PicList002146 li {
        float: none;
        width: auto;
    }
}


/*
 .PicList002323
 */

.PicList002323 {
    padding: 2% 0 0;
}

.PicList002323 .list {
    overflow: hidden;
}

.PicList002323 .auto {
    overflow: hidden;
}

.PicList002323 ul li {
    float: left;
    width: 17.75%;
    margin: 0 2.8% 3% 0;
    text-align: center;
}

@media (min-width:768px) {
    .PicList002323 ul li:nth-child(5n) {
        margin: 0 0 1% 0;
    }
}

.PicList002323 ul li div {
    padding-bottom: 142%;
    position: relative;
    overflow: hidden;
}

.PicList002323 ul li figure {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.PicList002323 ul li h3 {
    color: #555;
    margin: 10px 0 0;
    font-weight: normal;
    font-size: 14px;
}

.PicList002323 ul li a:hover h3 {
    color: #db1d24;
}

@media (max-width:768px) {
    .PicList002323 ul li {
        width: 48%;
    }

    .PicList002323 ul li:nth-child(2n) {
        margin: 0 0 1% 0;
    }
}


/*
 .PicList000762
 */

.PicList000762 {
    padding-top: 2%;
}

.PicList000762 li {
    float: left;
    width: 22%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.PicList000762 li:nth-child(3n) {
    margin-right: 0;
}

.PicList000762 li a {
    display: block;
    background-color: #f8f8f8;
    transition: all ease-in-out 0.3s;
}

.PicList000762 li h2 {
    margin: 0;
    padding: 3% 2%;
    font-size: 15px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.PicList000762 li figure {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 98.5%;
    border: 1px solid #f8f8f8;
    border-bottom: none;
}

.PicList000762 li a:hover {
    background-color: rgba(255,255,255,0.9);
}

.PicList000762 li a:hover h2 {
    color: #333;
}

@media(max-width:640px) {
    .PicList000762 li {
        width: 49%;
    }

    .PicList000762 li:nth-child(3n) {
        margin-right: 2%;
    }

    .PicList000762 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList000762 li h2 {
        font-size: 14px;
    }
}


/*
 .PicList002120
 */

.PicList002120 {
    padding: 3% 0 0;
}

.PicList002120 li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.PicList002120 li a {
    display: block;
    color: #666;
}

.PicList002120 li p {
    margin: 0;
    line-height: 46px;
    padding: 0 2%;
    text-align: center;
    font-size: 15px;
}

.PicList002120 li .table {
    display: none;
}

.PicList002120 li figure {
    border: 1px solid #eee;
    padding-bottom: 80%;
    background-size: contain;
}

@media(min-width:641px) {
    .PicList002120 li:nth-child(4n) {
        margin-right: 0;
    }

    .PicList002120 li figure {
        max-width: 330px;
    }
}

@media(max-width:640px) {
    .PicList002120 li {
        width: 48%;
        margin-right: 4%;
    }

    .PicList002120 li:nth-child(2n) {
        margin-right: 0;
    }

    .fancybox-close {
        background-image: none !important;
    }
}

@media(max-width:375px) {
    .PicList002120 li p {
        font-size: 14px;
    }
}


/*
 .Page002046
 */

.Page002046 .Pages {
    text-align: center;
    padding: 3% 0;
}

.Page002046 .Pages a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ececec;
    padding: 0 15px;
    line-height: 38px;
    color: #999;
}

.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur {
    background-color: #303744;
    color: #fff;
}

.Page002046 .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.Page002046 .Pages em a {
    float: left;
    margin-left: -1px;
}

.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total {
    display: none;
}

.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next {
    padding: 0;
    width: 44px;
    background: url(../images/Page002046-a_prev.gif) no-repeat center center;
    overflow: hidden;
    line-height: 1000px;
    height: 38px;
}

.Page002046 .Pages .a_next {
    background-image: url(../images/Page002046-a_next.gif);
}

@media(max-width:640px) {

    .Page002046 .Pages .a_first,
    .Page002046 .Pages .a_end {
        display: none;
    }
}


/*
 .PicList002239
 */

.PicList002239 {
    padding: 3% 0 0;
}

.PicList002239 li {
    margin-bottom: 3%;
    float: left;
}

@media(min-width:769px) {
    .PicList002239 li {
        width: 22%;
        margin-right: 4%;
    }

    .PicList002239 li:nth-child(4n) {
        margin-right: 0;
    }
}

.PicList002239 li .Ispic {
    padding-bottom: 68%;
    background-size: contain;
}

.PicList002239 li dl {
    position: relative;
    line-height: 40px;
    text-align: center;
}

.PicList002239 li dt {
    font-size: 14px;
    color: #666;
}

@media(max-width:768px) {
    .PicList002239 li {
        width: 48%;
        margin-right: 4%;
    }

    .PicList002239 li:nth-child(2n) {
        margin-right: 0;
    }
}


/*
 .PicList001761
 */

.PicList001761 {
    padding: 2% 0 0;
}

.PicList001761 li {
    float: left;
    width: 23%;
    margin-right: 2.65%;
    margin-bottom: 3%;
    text-align: center;
}

.PicList001761 li:nth-child(4n) {
    margin-right: 0;
}

.PicList001761 li figure {
    background-size: contain;
    padding-bottom: 120%;
    max-width: 322px;
}

.PicList001761 li figure img {
    display: none;
}

.PicList001761 li a {
    color: #4c433e;
    display: block;
}

.PicList001761 li a:hover span {
    color: #db1d24;
}

.PicList001761 li span {
    padding: 3% 0;
    font-size: 16px;
    line-height: 30px;
}

.PicList001761 li:hover span {
    color: #db1d24;
}

.PicList001761 li:last-child {
    margin-right: 0;
}

@media(max-width:768px) {
    .PicList001761 li {
        width: 48%;
        margin-right: 2%;
    }

    .PicList001761 li:nth-child(2n) {
        margin-right: 0;
    }

    .PicList001761 li figure {
        max-width: 100%;
    }
}

/*
 .PicList002256
 */

.PicList002256 {
    padding-top: 25px;
}

.PicList002256 li {
    padding-left: 35px;
    position: relative;
    margin: 10px 0;
}

.PicList002256 li time {
    background: url(../images/PicList002256-date.jpg) no-repeat;
    width: 62px;
    height: 63px;
    padding: 12px 0 0;
    overflow: hidden;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -31px;
    font-size: 12px;
}

.PicList002256 li time span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
}

.PicList002256 li .txt {
    padding: 25px 20px 16px 50px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.PicList002256 li .txt .pic {
    margin-bottom: 10px;
    display: block;
}

.PicList002256 li .txt .pic img {
    width: 180px;
    height: 115px;
}

.PicList002256 li .txt h3 {
    margin: 0;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.PicList002256 li .txt h3 a {
    color: #333;
}

.PicList002256 li .txt .more:hover,
.PicList002256 li .txt h3 a:hover {
    color: #db1d24;
}

.PicList002256 li .txt p {
    margin: 10px 0;
    color: #6f6f6f;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 12px;
    margin: 10px 0;
}

.PicList002256 li .txt .more {
    background: url(../images/PicList002256-more.jpg) no-repeat right center;
    padding-right: 20px;
    font-family: Arial;
    color: #a9a9a9;
    text-transform: uppercase;
}

@media only screen and (min-width:481px) {
    .PicList002256 li .txt .pic {
        float: right;
        margin-left: 20px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width:768px) {
    .PicList002256 li .txt {
        padding: 25px 20px 16px 70px;
    }
}


/*
 .Map004
 */

.Map004 {
    padding: 3% 0;
}

.Map004 .map {
    text-align: center;
}

.Map004 .list {
    padding-top: 3%;
}

.Map004 table {
    border: 1px solid #e2e3e3;
    border-collapse: collapse;
}

.Map004 table th {
    background: #303744;
    text-align: center;
    font-size: 15px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 33.33%;
}

.Map004 table td {
    border: 1px solid #ececec;
    font-size: 14px;
    color: #333;
    padding: 15px 0;
    line-height: 18px;
    text-align: center;
}




/*
 .RighInfo000621
 */

.RighInfo000621 {
    padding: 2% 0;
}

.RighInfo000621 .h3_621 {
    background: #303744;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 2%;
    font-size: 16px;
    color: #fff;
    line-height: 2;
    font-weight: normal;
}

.RighInfo000621 .p_621 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.RighInfo000621 .pic {
    float: left;
    border: 1px solid #eee;
}

.RighInfo000621 .info {
    width: 58%;
    float: right;
}

.RighInfo000621 .info_back {
    padding: 20px 0;
}

.RighInfo000621 .info_back a {
    font-size: 14px;
    color: #db1d24;
}

@media (max-width:768px) {

    .RighInfo000621 .pic,
    .RighInfo000621 .info {
        display: block;
        float: none;
        width: 100%;
    }
}


/*
 .TextList001130
 */

.TextList001130 {
    padding: 2% 0;
}

.TextList001130 li {
    line-height: 30px;
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.TextList001130 li span {
    background-color: #303744;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.TextList001130 li:hover span {
    background-color: #db1d24;
}

.TextList001130 li a {
    padding-right: 40px;
}

.TextList001130 li:hover a {
    background: url(../images/TextList001130-more.gif) no-repeat right center;
    color: #db1d24;
}

@media(max-width:768px) {
    .TextList001130 li {
        font-size: 14px;
        padding: 10px 0;
    }
}


/*
 .PicList002313
 */

.PicList002313 {
    padding: 4% 0;
}

.PicList002313 li {
    margin-bottom: 4%;
}

.PicList002313 li .inner {
    background: #fafafa;
    position: relative;
    min-height: 190px;
}

.PicList002313 li .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 283px;
    height: 100%;
    overflow: hidden;
}

.PicList002313 li .pic img {
    height: 100%;
    width: auto;
    max-width: none;
}

.PicList002313 li .icon {
    border-radius: 50%;
    background-color: #303744;
    position: absolute;
    top: 50%;
    left: -34px;
    margin-top: -34px;
    padding: 15px;
    box-shadow: -1px 0px 0 2px #fff;
    transition: background-color .3s ease-out;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
}

.PicList002313 li .icon img {
    width: 35px;
    height: 35px;
    transition: transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
}

.PicList002313 li .text {
    position: relative;
    margin-left: 283px;
    height: 158px;
}

.PicList002313 li .text figure {
    padding: 5% 28% 0 22%;
}

.PicList002313 li .text .h3 {
    margin: 0;
    font-size: 16px;
}

.PicList002313 li .text .h3 a {
    color: #333;
}

.PicList002313 li:hover .text .h3 a {
    color: #db1d24;
}

.PicList002313 li .text .con {
    font-size: 14px;
    color: #555;
    line-height: 22px;
    margin: 10px 0;
    height: 66px;
    overflow: hidden;
}

.PicList002313 li .text .more {
    background: url(../images/PicList002313-icon.png) no-repeat center #303744;
    position: absolute;
    right: 10%;
    top: 50%;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
}

.PicList002313 li:hover .icon,
.PicList002313 li:hover .text .more {
    background-color: #db1d24;
}

.PicList002313 li:hover img {
    transform: rotateY(360deg);
}

@media only screen and (max-width: 480px) {
    .PicList002313 li .pic {
        width: 183px;
    }

    .PicList002313 li .text {
        margin-left: 183px;
    }

    .PicList002313 li .icon {
        left: -29px;
        margin-top: -29px;
    }

    .PicList002313 li .icon img {
        width: 25px;
        height: 25px;
    }

}

@media only screen and (min-width: 768px) {
    .PicList002313 li .pic {
        width: 183px;
    }

    .PicList002313 li .text {
        margin-left: 183px;
    }

    .PicList002313 li .pic img {
        position: relative;
    }

    .PicList002313 li .icon {
        left: -29px;
        margin-top: -29px;
    }

    .PicList002313 li .icon img {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .PicList002313 li .pic {
        width: 283px;
    }

    .PicList002313 li .text {
        margin-left: 283px;
    }

    .PicList002313 li .icon {
        left: 8%;
        margin-top: -20px;
    }

    .PicList002313 li .icon img {
        width: 35px;
        height: 35px;
    }
}


/*
 .RighInfo002275
 */

.RighInfo002275 {
    background: url(../images/RighInfo002275-contact_bg.png) no-repeat right top;
    padding: 4% 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;
}

@media screen and (min-width: 1024px) {
    .RighInfo002275 .text .title {
        font-size: 52px;
    }
}

@media screen and (min-width: 1200px) {
    .RighInfo002275 .text .title {
        margin: 0 0 3%;
    }

    .RighInfo002275 .map {
        width: 100%;
        height: 430px;
    }
}



/*RighInfo001960*/
.RighInfo001960 {
    padding: 2% 0 3% 0;
}

.RighInfo001960 h2 {
    text-align: center;
    color: #db1d24;
    font-size: 24px;
}

.RighInfo001960 p {
    line-height: 30px;
}

.RighInfo001960 .share {
    background-color: #fff;
    margin-top: -70px;
    padding-top: 15px;
    min-height: 70px;
}

.RighInfo001960 .share dt {
    padding-left: 38.6%;
}

.RighInfo001960 .share dt,
.RighInfo001960 .share dd {
    float: left;
    padding-right: 32px;
}

.RighInfo001960 .share dd {
    margin-top: 4px;
}

.RighInfo001960 .share dt a {
    display: inline-block;
    background: url(../images/RighInfo001960-qq.png) no-repeat;
    font-size: 16px;
    color: #fff;
    width: 124px;
    padding-left: 42px;
    height: 36px;
    line-height: 36px;
}

.RighInfo001960 .con li h3 {
    background: #db1d24;
    max-width: 145px;
    line-height: 145px;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
}

.RighInfo001960 .con li {
    width: 33.333%;
    text-align: center;
    list-style: none;
    float: left;
    padding: 0 5%;
}

.RighInfo001960 .con b span {
    margin-right: 10px;
    color: #db1d24;
}


.RighInfo001960 .con {
    background: url(../images/RighInfo001960-bg.jpg) repeat-y left top;
}

.RighInfo001960 .con .title {
    padding-left: 30px;
    line-height: 52px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

.RighInfo001960 .Sample_num {
    font-size: 66px;
    font-style: normal;
    display: inline-block;
}

.RighInfo001960 .Sample_num font,
.Sample_num i {
    color: #58b530;
    display: block;
    clear: both;
    font-weight: bold;
    font-family: Arial;
    padding-left: 70px;
    line-height: 51px;
    font-style: normal;
}

.RighInfo001960 .Sample_num span {
    text-align: center;
    font-size: 20px;
    color: #fff;
    float: left;
    display: inline-block;
    padding-left: 50px;
    background: url(../images/RighInfo001960-num.png) no-repeat left top;
    margin-top: -10px;
}

.RighInfo001960 .Sample_num span b {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding-right: 50px;
    background: url(../images/RighInfo001960-num.png) no-repeat right -41px;
    font-family: 黑体;
    font-weight: normal;
}

@media(max-width:1000px) {
    .RighInfo001960 .intro .title {
        font-size: 30px;
    }

    .RighInfo001960 .con .title {
        font-size: 20px;
    }
}

@media(max-width:768px) {

    .RighInfo001960 .img,
    .RighInfo001960 .intro {
        float: none;
        width: auto;
    }

    .RighInfo001960 .img {
        padding-bottom: 3%;
    }

    .RighInfo001960 .img img {
        max-width: 400px;
        margin: 0 auto;
    }

    .RighInfo001960 .share dt {
        padding-left: 0;
    }

    .RighInfo001960 .Sample_num {
        font-size: 46px;
    }

    .RighInfo001960 .Sample_num font,
    .RighInfo001960 .Sample_num i {
        padding-left: 25px;
    }

    .RighInfo001960 .Sample_num span {
        font-size: 16px;
        padding-left: 22px;
        margin-top: -18px;
    }

    .RighInfo001960 .con li h3 {
        line-height: 100px;
    }
}

@media(max-width:480px) {
    .RighInfo001960 .intro .title {
        font-size: 20px;
    }

    .RighInfo001960 .con .title {
        font-size: 16px;
    }

    .RighInfo001960 .share dt,
    .RighInfo001960 .share dd {
        float: none;
    }

    .RighInfo001960 .con li h3 {
        line-height: 70px;
    }
}

/*
 .RichInfo005
 */
.RichInfo005 {
    padding: 2% 0;
}

.RichInfo005 .news_info .title {
    text-align: center;
    padding-bottom: 20px;
}

.RichInfo005 .news_info .title h1 {
    margin: 0;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
}

.RichInfo005 .news_info .title p {
    margin: 0;
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 10px;
}

.RichInfo005 .news_info .title p span {
    margin: 0 5px;
    color: #777;
}

.RichInfo005 .news_info .info {
    text-align: justify;
}

.RichInfo005 .news_info .info_back {
    text-align: center;
    clear: both;
    padding: 20px 0;
}

.RichInfo005 .news_info .info_back a {
    font-size: 14px;
    color: #db1d24;
}

@media (max-width:768px) {
    .RichInfo005 .news_info .title h1 {
        font-size: 18px;
    }
}

/*
 .Linklist002317
 */

.Linklist002317 {
    padding: 4% 0 0;
}

.Linklist002317 .auto {
    overflow: hidden;
}

.Linklist002317 ul {
    margin: 0 -1%;
}

.Linklist002317 ul li {
    float: left;
    width: 48%;
    margin: 0 1% 20px 1%;
    text-align: center;
}

.Linklist002317 ul li .pic {
    display: block;
    padding-bottom: 30%;
    position: relative;
    border: 1px solid #eee;
}

.Linklist002317 ul li img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Linklist002317 ul li h4 {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 10px 0 0;
    font-weight: normal;
    font-size: 14px;
}

@media screen and (min-width:768px) {
    .Linklist002317 ul li {
        width: 31.334%;
    }
}

@media screen and (min-width:1024px) {
    .Linklist002317 ul li {
        width: 18%;
        margin-bottom: 30px;
    }
}

/*
 .TextList002322
 */

.TextList002322 {
    padding: 2% 0 0;
}

.TextList002322 .list li {
    position: relative;
    padding: 10px 100px 10px 0;
    line-height: 22px;
    border-bottom: 1px solid #eee;
}

.TextList002322 .list li * {
    color: #999;
}

.TextList002322 .list li time {
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
}

.TextList002322 .list li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 15px;
}

.TextList002322 .list li a:before {
    display: table;
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
}

.TextList002322 .list li a:hover {
    color: #2196f3;
}

@media only screen and (max-width:767px) {
    .TextList002322 {
        padding: 20px 3%;
    }
}

/*
 .Floor001893
 */

.Floor001893 {
    position: relative;
    padding: 2% 0
}

.Floor001893 .year {
    position: relative;
    margin-top: 2%;
    padding: 0 40px;
}

.Floor001893 .year .prev,
.Floor001893 .year .next {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background: url(../images/Floor001893-controls.png) no-repeat left top;
    cursor: pointer;
}

.Floor001893 .year .prev {
    left: 0;
}

.Floor001893 .year .next {
    right: 0;
    background-position: left bottom;
}

.Floor001893 .year .nextStop,
.Floor001893 .year .prevStop {
    cursor: default;
}

.Floor001893 .year .prevStop {
    background-position: right top;
}

.Floor001893 .year .nextStop {
    background-position: right bottom;
}

.Floor001893 .year .bd {
    background: url(../images/Floor001893-bg.png) repeat-x left center;
    overflow: hidden;
}

.Floor001893 .year li {
    cursor: pointer;
    text-align: center;
    background: url(../images/Floor001893-dot.png) no-repeat center center;
    font-size: 18px;
    padding-bottom: 40px;
}

.Floor001893 .year li span {
    display: block;
    height: 130px;
    padding-top: 10px;
}

.Floor001893 .year li.on {
    background-image: url(../images/Floor001893-dot_hover.png);
    font-size: 28px;
    color: #303744;
}

.Floor001893 .year li.on span {
    padding-top: 0;
}

.Floor001893 .txt {
    padding: 0 15%;
}

.Floor001893 .txt li {
    position: relative;
    padding: 3% 0;
}

.Floor001893 .txt li .img {
    float: left;
    width: 35%;
    padding: 5px;
    border: 1px solid #eee;
}

.Floor001893 .txt li .img img {
    display: block;
    width: 100%;
}

.Floor001893 .txt li dl {
    display: table;
    float: right;
    width: 60%;
    min-height: 350px;
}

.Floor001893 .txt li dl dd {
    display: table-cell;
    vertical-align: middle;
}

.Floor001893 .txt li dl dd pre {
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

@media(max-width:1025px) {
    .Floor001893 .txt li {
        padding-right: 3%;
    }

    .Floor001893 .txt li dl {
        position: relative;
        z-index: 1;
    }

    .Floor001893 .txt li .img,
    .Floor001893 .txt li dl {
        float: none;
        width: 100%;
        min-height: auto;
    }

    .Floor001893 .txt li pre {
        padding-top: 5%;
    }
}


.bd_weixin_popup .bd_weixin_popup_foot {
    line-height: 16px !important;
	white-space:nowrap;
	height:32px;
}
.bd_weixin_popup {height:290px!important;}
/*
 渐入动画
 */
@media(min-width:1201px) {
    . {
        opacity: 0;
        transform: translateY(50%);
        transition: 1s;
    }

    ._active {
        opacity: 1;
        transform: translateY(0);
    }
}

.product_box{}
.product_box .Menu002306{ width: 15.35%;float: left;min-width: 250px;position: relative; margin-bottom: 5%;}
.product_box .pdl{ padding-left: 0!important; width: 70%; float: left;}
@media(max-width:1024px) {
    .product_box .Menu002306,
    .product_box .pdl{ width: 100%; float: none;}
    .product_box .Menu002306{ margin-right: 0; margin-bottom: 0;}
}

.Timeline001915{ padding:3% 0;}
.Timeline001915 .columnName{ padding:4% 0; line-height:normal; text-align:center; font-size:61px; color:#f08200; text-transform:uppercase;}
.Timeline001915 .columnName span{ display:block; color:#353535; font-size:30px; padding:10px 0 15px;}
.Timeline001915 .columnName:after{ display:block; content:''; margin:0 auto; width:40px; height:2px; background-color:#f08200;}
/*.Timeline001915 .list{ background:url(../images/Timeline001915-logo.png) no-repeat center top; padding-top:64px;}*/
.Timeline001915 .list ul{ background:url(../images/Timeline001915-ul.jpg) repeat-y center top; padding:54px 0;}
.Timeline001915 li{ background:url(../images/Timeline001915-li.png) no-repeat center top; padding-top:10px; padding-bottom:220px;}
.Timeline001915 li div{ padding-right:36px;width: 50%;float: left;text-align: right}
.Timeline001915 li figure{width: 50%;float: right;text-align: left;padding-left: 36px;}
.Timeline001915 li div pre{ line-height:30px; font-size: 16px; text-align: right;}
.Timeline001915 li div pre p{margin: 0;}
.Timeline001915 ul li:nth-child(2n){}
.Timeline001915 ul li:nth-child(2n) div{padding-left:0; padding-left:36px;float: right;text-align: left}
.Timeline001915 ul li:nth-child(2n) figure{float: left;text-align: right;padding-right: 36px;}
.Timeline001915 ul li:nth-child(2n) div pre{ text-align: left;}
.Timeline001915 li time{ display:block; color:#db1d24; font-size:18px; border-top:1px solid #e1e1e4;}
.Timeline001915 li time:before{ display:block; margin:-3px 0 10px 0; content:''; background-color:#db1d24; width:20px; height:5px;float: right}
.Timeline001915 li time span{clear: both;display: block;}
.Timeline001915 li img{ max-height: 170px;}
.Timeline001915 ul li:nth-child(2n) time:before{ float:left;}
.Timeline001915 ul li:nth-child(2n) time span{ clear:both; display:block;}
.Timeline001915 ol{ text-align:center;}
.Timeline001915 ol a{ display:inline-block; width:142px; height:30px; line-height:30px; text-align:center; background-color:#db1d24; color:#fff; font-size:14px; border-radius:5px;}
@media(max-width:1000px){
    .Timeline001915 .columnName{ font-size:45px;}
    .Timeline001915 .columnName span{ font-size:24px;}
}
@media(max-width:640px){
	.Timeline001915 li div pre{text-align: left;}
    .Timeline001915 .columnName{ font-size:30px;}
    .Timeline001915 .columnName span{ font-size:20px;}
    .Timeline001915 .list{ background: none; padding-top: 0;}
    .Timeline001915 .list ul{ background: none; padding: 3% 0;}
    .Timeline001915 li{ background: none; border: solid 1px #e1e1e4; margin-bottom: 3%; padding-bottom: 0;padding: 2%; }
    .Timeline001915 li div{ width: 100%; float: none; padding-right: 0; text-align: left;}
    .Timeline001915 li figure{ width: 100%; float: none; padding-left: 0; text-align: left;}
    .Timeline001915 li{ padding-bottom: 20px;}
    .Timeline001915 li time:before{ display: none;}
    .Timeline001915 li time{ border-top: 0;}
    .Timeline001915 ul li:nth-child(2n) div{width: 100%; float: none; padding-left: 0; text-align: left;}
    .Timeline001915 ul li:nth-child(2n) figure{width: 100%; float: none; padding-right: 0; text-align: left;}
    .Timeline001915 li div p{  line-height: 24px; font-size: 14px;}

}
.Map004 .map{ max-width: 900px; margin: 0 auto; position: relative;}
.Map004 .map img{ width: 100%;}
.Map004 li{ position: absolute;}
.Map004 li span{ display: block; background: url(../images/map_logo.png) no-repeat top center; width: 45px; padding-top: 35px; }
.Map004 .shine1{position: absolute;background: rgba(0,0,0,0.4);opacity: 0.4;border-radius: 50%;width: 100px;height: 100px;top: -35px;left: -27px;transform: scale(0); z-index: 11;}
.Map004 .shine2{position: absolute;background: rgba(0,0,0,0.6);opacity: 0.6;border-radius: 50%;width: 50px;height: 50px;top: 25px;left: 25px;}
.Map004 .shine3{position: absolute;background: rgba(0,0,0,0.8);opacity: 0.8;border-radius: 50%;width: 25px;height: 25px;top: 10px;left: 10px;}
.Map004 .shine1x{position: absolute;background: rgba(125,125,125,0.9);opacity: 0.7;border-radius: 50%;width: 200px;height: 200px;top: -80px;left: -60px;transform: scale(0); z-index: 11;}
.Map004 .addShine{animation: shine 2.2s linear infinite;}
@keyframes shine{0%{transform: scale(0);opacity: 1;}
    90%{transform: scale(1.2);opacity: 0;}
    100%{transform: scale(0);opacity: 0;}
}
@media(max-width:640px){
    .Map004 .map ul{ display: none;}
}



/*
 .Menu002252 为demo编号
 */
.Menu002252{padding:10px 0; text-align:center; overflow:hidden;}
.Menu002252 a{font-size:16px; display: block;background:#e9e9e9; padding: 8px; margin-bottom: 1px; }
.Menu002252 a.aon,.Menu002252 a:hover{ color:#fff;background-image: linear-gradient(to right, #db1d24 0%, #fa5c6f 100%);}
@media(min-width:768px){
	.Menu002252{padding:25px 0 10px;}
	.Menu002252 a{ display:inline-block; line-height:30px;  padding:0 15px; min-width:115px; border-radius:30px; overflow:hidden; margin:0 5px 1px;}
	
	
}
@media(min-width:1024px){
   .Menu002252{padding:35px 0 0px;}
   .Menu002252 a{display:inline-block;line-height:36px; padding:0 20px;background:#e9e9e9; min-width:130px; border-radius:5px;}
}
@media(max-width:768px){
	.Menu002252 {padding-left:1px;}
	.Menu002252 a {border-right:1px solid #fff; font-size:14px;}
	.Menu2 a, .Menu16 a, .Menu26 a, .Menu19 a, .Menu33 a {float:left; width:25%;}
	
	.Menu16 a {width:50%;}
	.Menu26 a, .Menu19 a, .Menu33 a {width:33.333%;}
}






/*媒体报道*/
.yc_video{padding: 30px 0;}
.yc_video .ul{overflow: hidden;}
.yc_video .ul li{width: 32%;margin-right: 2%;float: left;margin-bottom: 20px;cursor: pointer;}
.yc_video .ul li:nth-child(3n){margin-right: 0;}
.yc_video .ul li .h1{line-height: 40px;margin: 0;font-size: 16px;text-align: center;}
.yc_video .ul li img{width: 100%;}

.Popup{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);z-index: 999;display: none;}
.Popup .content{background: #fff;border-radius: 20px;position: absolute;left: 0;right: 0;top: 50%;margin: 0 auto;-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);width: 100%;max-width: 600px;padding: 10px 20px 30px;}
.Popup .content video{width: 100%;}
.Popup .content .h1{font-size: 18px;font-weight: bold;text-align: center;line-height: 50px;margin: 0;}
.Popup .content .x{position: absolute;top: 10px;right: 16px;cursor: pointer;}


.RighInfo002275 .content{overflow: hidden;}
.RighInfo002275 .left{float: left;}
.RighInfo002275 .right{float: right;max-width: 380px;width: 100%;}
.RighInfo002275 .right .form_table{width: 100%;}
.RighInfo002275 .right  textarea{width: 100%;resize: none;height: 100px;padding: 6px 10px;}
.RighInfo002275 .right td{position: relative;padding-left: 100px;padding-bottom: 10px;}
.RighInfo002275 .right .text{width: 100%;line-height: 30px;margin: 0;padding: 0px 10px;}
.RighInfo002275 .right td span{position: absolute;left: 0;line-height: 30px;top: 0;width: 96px;text-align: right;font-size: 16px;}
.RighInfo002275 .right .btn{padding: 0;color: #fff;min-width: 130px;border-radius: 5px;margin: 0;border: 0;padding: 6px 16px;cursor: pointer;background-image:linear-gradient(to right, #db1d24 0%, #fa5c6f 100%) ;}
@media only screen and (max-width:640px ) {
	.RighInfo002275 .left,
	.RighInfo002275 .right{float: none;max-width: none;margin-bottom: 20px;}
	.RighInfo002275 .right td{padding-left: 0;text-align: left;}
	.RighInfo002275 .right td span{position: static;}
}



.fixed_right{ position: fixed; top: 50%; width: 71px; right: 0; z-index: 99; }
.fixed_right li{ width: 71px; height: 66px; margin-bottom: 1px;background: url(../images/right_ico.png) no-repeat;}
.fixed_right li a{ display: block; height: 66px;color: #fff;
    text-align: center;
    padding-top: 42px;}
.fixed_right ul{ position: absolute; right: -71px; top: 50%; margin-top: -170px;}
.fixed_right .hoverbtn{width:30px;height:129px;padding-top:20px;cursor:pointer;position:absolute;top:50%;margin-top:-66px; right: 0; font-size:14px;color:#fff;background:#db1d24;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;-moz-box-shadow:-4px 4px 4px -4px #000;-webkit-box-shadow:-4px 4px 4px -4px #000;box-shadow:-4px 4px 4px -4px #000}
.fixed_right .hoverbtn span{width:30px;height:19px;line-height:19px;text-align:center;overflow:hidden;float:left}

.fixed_right .fixed_icon{ background: url(../images/hoverbtnbg.gif) no-repeat center; float: left; margin-top: 8px; width: 30px; height: 15px; display: block; /* position: absolute; right: 0; top: 35px; cursor: pointer; */}
.fixed_right .hoverbtn:hover .fixed_icon{ transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* Internet Explorer */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); /* Opera */}
.fixed_right .hoverbtn.on .fixed_icon{ transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* Internet Explorer */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); /* Opera */}




