/*Top001925*/
.Top001925 {
    position: relative;
    z-index: 100;
}
.Top001925 .logo {
    float: left;
    position: absolute;
    top: 0;
    z-index: 102
}
.Top001925 .logo img {
    height: 128px;
    z-index: 99;
    display: block;
}
.Top001925 .share {
    position: relative;
    float: right;
    margin-top: 39px;
    margin-left: 20px;
}
.Top001925 .share a {
    display: inline-block;
    content: '';
    width: 22px;
    height: 22px;
}
.Top001925 .share a+a {
    margin-left: 10px;
}
.Top001925 .share a.bds_weixin {
    background: url(../images/icon-1.png) no-repeat center;
}
.Top001925 .share a.bds_tsina {
    background: url(../images/icon-2.png) no-repeat center;
}
.Top001925 .share a.douyin {
    background: url(../images/icon-3.png) no-repeat center;
}
.Top001925 .share a span {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 111px;
}
.Top001925 .share a.douyin span {
    width: 200px;
}
.Top001925 .share a:hover span {
    display: inline-block
}
.Top001925 nav {
    padding-top: 36px;
    float: right;
}
.Top001925 nav ol {
    float: left;
    width: 119px;
    position: relative;
}
.Top001925 nav ol a {
    display: block;
    padding-left: 43px;
    color: #fff;
    line-height: 26px;
    text-align: left;margin-bottom: 36px;
    background: url(../images/Top001925-qq.png) no-repeat left center;
}
.Top001925 nav ol .subnav {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fdf9f6;
}
.Top001925 nav ol .subnav .col {
    width: 100%;
}
.Top001925 nav ol .subnav a {
    padding-left: 0;
    text-align: center;
    background: none !important;
    color: #333;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.Top001925 nav ol .subnav dt:hover a {
    color: #e60012;
}
.Top001925 nav ol:hover .subnav {
    display: block;
}
.Top001925 nav li {
    float: left;
    padding-bottom: 36px;
    border-bottom: 3px solid transparent;
    position: relative;
}
.Top001925 nav li:before {
    display: inline-block;
    content: '';
    width: 1px;
    border-right: 1px dashed #ccc;
    height: 14px;
    vertical-align: middle;
}
.Top001925 nav li#m0:before {
    display: none;
}
.Top001925 nav li>a {
    padding: 0 43px;
    line-height: 26px;
    font-size: 16px;
    color: #444;
}
.Top001925 nav li>span {
    display: none;
}
.Top001925 nav li:hover, .Top001925 nav li.aon {
    border-bottom-color: #e60012;
}
.Top001925 nav li .subnav {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fdf9f6;
    top: 100%;
    z-index: 100;
    border-top: 1px solid #f2eae5;
    display: none;
}
.Top001925 .subnav .col {
    /* float: left; */
    width: 100%;
}
.Top001925 .subnav .col dt {
    line-height: 56px;
    color: #666;
}
.Top001925 .subnav .col dt a {
    display: block;
    /* background: url(../images/Top001925-sub_a.png) no-repeat right center; */
    font-size: 16px;
    text-align: center;margin-bottom: 0;
}
p001925 .subnav .col dt.on a, .Top001925 .subnav .col dt a:hover {
    background: #e60012;
    color: #fff;
    /*background-image: url(../images/Top001925-sub_a_hover.png);*/
}
.Top001925 nav ol .subnav .col dt a:hover {color: #e60012}
.Top001925 .subnav .txt {
    float: right;
    width: 83%;
    margin-right: 2%;
}
.Top001925 .subnav .txt dd {
    display: none;
    overflow: hidden;
}
.Top001925 .subnav .txt figure {
    float: left;
    width: 41%;
}
.Top001925 .subnav .txt figure img {
    display: block;
    width: 100%;
}
.Top001925 .subnav .txt figcaption {
    float: right;
    width: 52.5%;
    padding: 27px 0;
}
.Top001925 .subnav .txt figcaption h3 {
    margin: 0;
    font-size: 16px;
    line-height: 47px;
}
.Top001925 .subnav .txt figcaption h3 a {
    color: #e60012;
}
.Top001925 .subnav .txt figcaption p {
    margin: 0;
    line-height: 30px;
}
@media(max-width:1100px) {
    .Top001925 nav li>a {
        padding: 0 20px;
    }
}
@media(max-width:1024px) {
    .Top001925 nav ol .subnav a {
        text-align: left;
    }
    .Top001925 .share {
        margin: 22px 60px;
    }
    .Top001925 .logo {
        float: none;
        padding: 2% 50% 2% 0;
    }
    .Top001925 .logo img {
        height: auto;
    }
    .Top001925 nav {
        position: fixed;
        left: 0;
        top: 0;
        padding-top: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transform: translateX(100%);
        transition: 0.4s;
        max-height: 100%;
        overflow: auto;
        padding-top: 53px;
    }
    .Top001925 nav.navOut {
        opacity: 1;
        transform: translateX(0);
    }
    .Top001925 nav ul {
        background-color: #fdf9f6;
        border-right: 1px solid #f2eae5;
        box-shadow: 0 3px 3px #ccc;
        width: 100%;
        padding-bottom: 5%;
        padding-top: 100px;
    }
    .Top001925 nav ol, .Top001925 nav li {
        float: none;
    }
    .Top001925 nav li {
        padding-bottom: 0;
    }
    .Top001925 nav li:before {
        display: none;
    }
    .Top001925 nav li:nth-child(2n) {
        background-color: rgba(230, 0, 18, 0.1);
    }
    .Top001925 nav li.has_sub>span, .Top001925 nav li>a {
        padding: 5%;
        font-weight: bold;
        color: #e60012;
        font-size: 16px;
        display: block;
    }
    .Top001925 nav li.has_sub>span {
        position: relative;
    }
    .Top001925 nav li.has_sub>span:before {
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -3px;
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-top-color: #e60012;
    }
    .Top001925 nav li.has_sub>a {
        display: none;
    }
    .Top001925 nav li:hover {
        border-bottom-color: transparent;
    }
    .Top001925 nav ol {
        float: none;
        margin: 0 auto;
        margin-top: 5%;
        width: 100%;
    }
    .Top001925 nav li .subnav {
        position: relative;
        top: auto;
    }
    .Top001925 nav li .subnav .auto {
        padding: 0;
    }
    .Top001925 .subnav .col {
        float: none;
        width: auto;
        padding: 0 3%;
    }
    .Top001925 .subnav .col dt a {
        font-size: 14px;
    }
    .Top001925 .subnav .txt {
        display: none;
    }
    .Top001925 .close_menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        padding: 2% 2% 2% 0;
        text-align: center;
        background-color: #fdf9f6;
        overflow: hidden;
    }
    .Top001925 .close_menu span {
        float: right;
        width: 40px;
        height: 40px;
        background-color: #e60012;
        border-radius: 5px;
        position: relative;
    }
    .Top001925 .close_menu span:before, .Top001925 .close_menu span:after {
        position: absolute;
        content: '';
        width: 70%;
        height: 3px;
        background-color: #fff;
        left: 15%;
        top: 50%;
        margin-top: -1.5px;
        transform: rotate(45deg);
    }
    .Top001925 .close_menu span:after {
        transform: rotate(-45deg);
    }
    .Top001925 .mobile_menu {
        position: absolute;
        right: 2%;
        top: 25%;
        width: 40px;
        height: 50%;
        background-color: #e60012;
        border-radius: 5px 0 5px 0;
    }
    .Top001925 .mobile_menu:before, .Top001925 .mobile_menu:after {
        position: absolute;
        content: '';
        background-color: #fff;
    }
    .Top001925 .mobile_menu:before {
        left: 0;
        width: 100%;
        height: 3px;
        top: 50%;
        margin-top: -1.5px;
    }
    .Top001925 .mobile_menu:after {
        top: 0;
        height: 100%;
        width: 3px;
        left: 50%;
        margin-left: -1.3px;
    }
}

@media(max-width:768px) {
    .Top001925 .logo {
        padding: 2% 0;
		width: 36%;
    }
 }



/*Banner002826 */
.Banner002826 {
    position: relative;
    z-index: 1;
}

/*方法4*/
/*.Banner002826 li.slick-slide{position: relative;}
.Banner002826 li.slick-slide img{display: block;width: 100%;}
.Banner002826 li.slick-slide video{position: absolute; z-index: 10; left: -100%; top: -100%; min-height: 100%; min-width: 100%; opacity: 0; transition: 0.3s;}
.Banner002826  li.video-show video{left: 50%;opacity: 1;top: 50%; transform: translate(-50%,-50%);}
.Banner002826  li.slick-slide .open-video{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3) url(../images/Banner002826_play.png) no-repeat center center;background-size: auto 50px; z-index: 20;transition: 0.3s;}
.Banner002826  li.video-show .open-video{opacity: 1;}
@media(min-width:1025px){
.Banner002826  li.slick-slide img.wap{display: none;}
}
@media(max-width:1024px){
.Banner002826  li.slick-slide img.pc{display: none;}
}*/

/*方法1，2，3*/
.Banner002826 li.slick-slide {
    position: relative;
}
.Banner002826 li.slick-slide img {
    display: block;
    width: 100%;
}
.Banner002826 li.slick-slide video {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}
@media(min-width:1025px) {
    .Banner002826 li.slick-slide img.wap {
        display: none;
    }
}
@media(max-width:1024px) {
    .Banner002826 li.slick-slide img.pc {
        display: none;
    }
    .Banner002826 li.slick-slide video {
        left: -100%;
        top: 100%;
        opacity: 0;
    }
    .Banner002826 li.slick-slide .open-video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3) url(../images/Banner002826_play.png) no-repeat center center;
        background-size: auto 50px;
        z-index: 20;
    }
    .Banner002826 li.video-show .open-video {
        left: -100%;
        opacity: 0;
        transform: translateX(-100%);
    }
    .Banner002826 li.video-show video {
        left: 50%;
        top: 50%;
        opacity: 1;
    }
}

/*方法5  添加播放按钮+弹窗*/
/*.Banner002826 .open-video{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3) url(../images/Banner002826_play.png) no-repeat center center;background-size: auto 50px; z-index: 20; cursor: pointer;}

.video-openbox{position:fixed;left:0;height:100%;width:100%; z-index:500;background:rgba(0,0,0,0.5); top:0;}
.video-openbox .ytable{height: 100%;}
.video-openbox .close{position: absolute;right: 20px;top: 20px; width: 30px; height: 30px; cursor: pointer; z-index: 10; cursor: pointer;}
.video-openbox .close:before,
.video-openbox .close:after{position: absolute;width: 100%; left: 0; top: 50%; height: 3px; margin-top: -1.5px; background: #fff; content: '';transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.video-openbox .close:after{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
.video-openbox video{max-width: 1200px; margin: 0 auto;display: block;}*/

.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide .slick-loading img {
    display: none;
}
.slick-slide .dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
    display: none;
}
.Banner002826 .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
    overflow: hidden;
    z-index: 10;
}
.Banner002826 .slick-dots li {
    float: left;
    width: 18px;
    height: 18px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #e60012;
    cursor: pointer;
}
.Banner002826 .slick-dots li:not(:last-child) {
    margin-right: 10px;
}
.Banner002826 .slick-dots li:before {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%;
    background: #e60012;
    transition: 0.3s;
    content: '';
}
.Banner002826 .slick-dots li.slick-active:before {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}
.Banner002826 .slick-dots li button {
    display: none;
}
@media(max-width:640px) {
    .Banner002826 .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .Banner002826 .slick-dots li:not(:last-child) {
        margin-right: 4px;
    }
}







.title123 {
    line-height: 40px;
}
.title123:after {
    display: block;
    content: '';
    margin: 25px 0 30px;
    width: 59px;
    height: 3px;
    background: #e60012;
}
.title123 .cn {
    font-size: 34px;
    margin-top: -24px;
    color: #333;
    font-family: FZCQJW;
}
.title123 .en {
    opacity: 0.08;
    -webkit-opacity: 0.08;
    -ms-opacity: 0.8;
    font-size: 54px;
    font-family: Arial, " sans-serif";
    font-weight: bold;
    text-transform: uppercase;
    font-family: FZCQJW;
}
@media(max-width:1366px) {
    .title123 .cn {
        font-size: 30px;
    }
    .title123 .en {
        font-size: 44px;
    }
}
@media(max-width:960px) {
    .title123 .cn {
        font-size: 28px;
    }
    .title123 .en {
        font-size: 34px;
    }
}
@media(max-width:640px) {
    .title123 .cn {
        font-size: 24px;
    }
    .title123 .en {
        font-size: 30px;
    }
    .title123:after {
        margin: 15px 0 20px;
    }
}

/*Floor002828 */

/*slick Basic*/
.Floor002828 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.Floor002828 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.Floor002828 .slick-list:focus {
    outline: none
}
.Floor002828 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.Floor002828 .slick-slider .slick-track, .Floor002828 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.Floor002828 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.Floor002828 .slick-track:before, .Floor002828 .slick-track:after {
    display: table;
    content: '';
}
.Floor002828 .slick-track:after {
    clear: both;
}
.Floor002828 .slick-loading .slick-track {
    visibility: hidden;
}
.Floor002828 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.Floor002828 .slick-slide .slick-loading img {
    display: none;
}
.Floor002828 .slick-slide .dragging img {
    pointer-events: none;
}
.Floor002828 .slick-initialized .slick-slide {
    display: block;
}
.Floor002828 .slick-loading .slick-slide {
    visibility: hidden;
}
.Floor002828 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.Floor002828 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/
/*.Floor002828 {background-size: cover;padding: 4% 0;background: url(../uploadfiles/bg1.jpg) no-repeat center center;}*/
.Floor002828 {
    background-size: cover;
    padding: 4% 0;
    position: relative;
    /*background:url(../uploadfiles/bg1.jpg);*/
}
.Floor002828 .big-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    z-index: -1;
}
.Floor002828 .big-img * {
    height: 100%;
}

.Floor002828 .title123 {
    text-align: center;
    margin-bottom: 20px;
}
.Floor002828 .title123:after {
    margin: 25px auto 30px;
}
.Floor002828 .left {
    font-size: 16px;
}
.Floor002828 .right {
    position: relative;
}
.Floor002828 .slider-for li .pic {
    text-align: center;
    position: relative;
	padding-left: 6%;
}
.Floor002828 .slider-for li .pic:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    transition: 1s;
    opacity: 0;
}
.Floor002828 .slider-for li.slick-current .pic:before {
    transform: rotate(360deg);
    opacity: 1;
}
.Floor002828 .slider-for li .pic img {
    max-width:520px;
    width: 84%;
    display: block;
    margin: 30px auto 0;
    position: relative;
    z-index: 3;
    transition: 0.2s 0.1s;
    transform: scale(0);
    opacity: 0;
}
.Floor002828 .slider-for li.slick-current .pic img {
    transform: scale(1);
    opacity: 1;
}
.Floor002828 .slider-for li .tit span {
    font-size: 26px;
    color: #3e3e3e;
    position: relative;
}
.Floor002828 .slider-for li .tit span i {
    font-family: Arail;
    font-style: normal;
}
.Floor002828 .slider-for li .tit:after {
    width: 24px;
    height: 3px;
    display: block;
    content: '';
    background: #e1001c;
    margin: 26px 0 44px;
}
.Floor002828 .slider-for li p {
    line-height: 30px;
    color: #3e3e3e;
}
.Floor002828 .slider-for li p.t-2 span:not(:last-child) {
    margin-right: 26px;
}
.Floor002828 .slider-for li .more {
    overflow: hidden;
    padding-top: 10px;
}
.Floor002828 .slider-for li .more a {
    padding: 12px 45px 12px 36px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #e60012;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-top: 25px;
}
.Floor002828 .slider-for li .more a:before {
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 16px;
    right: 23px;
    content: "";
}
.Floor002828 .slider-small li {
    padding: 8px 0;
    cursor: pointer;
}
.Floor002828 .slider-small li .img {
    height: 132px;
    width: 80%;
    max-width: 132px;
    margin: 0 auto;
    padding: 16px 0;
    text-align: center;
    border: 2px solid #e60012;
    border-radius: 50%;
}
.Floor002828 .slider-small li .img img {
    max-height: 100%;
}
.Floor002828 .slider-small li aside {
    text-align: center;
    color: #3e3e3e;
    font-size: 18px;
    line-height: 40px;
}
.Floor002828 .slider-small li.slick-current aside {
    color: #e1001c;
    text-decoration: underline;
}
.Floor002828 .right .slick-arrow {
    position: absolute;
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
    border-left: 2px solid #a0a0a0;
    border-top: 2px solid #a0a0a0;
    width: 28px;
    height: 28px;
    font-size: 0;
}
.Floor002828 .right .slick-next {}
@media(min-width:1025px) {
    .Floor002828 .left {
        float: left;
        width: 77.778%;
    }
    .Floor002828 .right {
        float: right;
        width: 17.223%;
    }
    .Floor002828 .right .slick-arrow {
        left: 50%;
        margin-left: -12px;
        transform: rotate(45deg);
    }
    .Floor002828 .right .slick-prev {
        top: -30px;
    }
    .Floor002828 .right .slick-next {
        bottom: -30px;
        transform: rotate(-135deg);
    }
}
@media(min-width:1025px) and (max-width:1200px) {
    .Floor002828 .slider-small li .img {
        height: 130px;
        padding-top: 22px;
    }
}
@media(max-width:1024px) {
    .Floor002828 .slider-for li .pic img {
        max-width: 300px;
        margin: -55px auto 0;
    }
    .Floor002828 .right .slick-arrow {
        top: 50%;
        margin-top: -12px;
        width: 24px;
        height: 24px;
    }
    .Floor002828 .right .slick-prev {
        left: 30px;
        transform: rotate(-45deg);
    }
    .Floor002828 .right .slick-next {
        right: 30px;
        transform: rotate(135deg);
    }
    .Floor002828 .slider-for li p {
        font-size: 15px;
    }
    .Floor002828 .slider-small {
        padding: 0 50px;
        margin-bottom: 40px;
    }
    .Floor002828 .left {
        font-size: 16px;
    }
}
@media(max-width:960px) {
    .Floor002828 {
        background-size: cover;
        padding: 10% 0;
       /* background: url(../uploadfiles/bg2.jpg) no-repeat center center;*/
    }
    .Floor002828 .slider-for li .pic img {
        margin: 30px auto 0;
    }
    .Floor002828 .slider-for li .pic{
        padding-left: 0;
    }
}
@media(min-width:641px) {
    .Floor002828 .slider-for li .txt {
        float: left;
        width: 38.393%;
    }
    .Floor002828 .slider-for li .pic {
        float: right;
        width: 60%;
    }
    .Floor002828 .slider-for li .tit {
        max-width: 318px;
        text-align: left;
    }
    .Floor002828 .slider-for li .txt, .Floor002828 .slider-for li .pic {
        padding-top: 4%;
    }
}
@media(max-width:640px) {
    .Floor002828 {
        background-size: cover;
        padding: 11% 0 15%;
    }
    .Floor002828 .slider-for li .more {
        display: table;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }
    .Floor002828 .slider-for li .more a {
        margin: 0 2%;
        display: inline-block;
        float: none;
    }

    .Floor002828 .slider-small li .img {
        height: 100px;
        max-width: 100px;
    }
}
@media(max-width:480px) {
    .Floor002828 .slider-for li .tit span:after {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }
    .Floor002828 .slider-small li aside {
        font-size: 18px;
    }
}

/*RighInfo002809 */
.RighInfo002809 {
    padding: 0% 0;
}
.RighInfo002809 .title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 4%;
}
.RighInfo002809 .title:after {
    display: block;
    margin: 10px auto 0;
    content: '';
    width: 2px;
    height: 30px;
    background: #d81b22;
    transform: rotate(-70deg);
}
.RighInfo002809 .txt-logo {
    border: 1px solid #e8e8e8;
    margin-bottom: 3%;
}
.RighInfo002809 .txt-logo .log ul li.info {
    line-height: 26px;
    font-size: 15px;
    color: #333;
}
.RighInfo002809 .txt .box:not(:first-child) {
    margin-top: 2%;
}
.RighInfo002809 .txt .box p {
    line-height: 24px;
    margin-bottom: 2.5%;
}
@media(min-width:1025px) {
    .RighInfo002809 .txt-logo .pic {
        width: 41.737%;
        border-left: 1px solid #eee;
    }
    .RighInfo002809 .txt-logo .pic img {
        display: block;
        width: 100%;
    }
    .RighInfo002809 .txt-logo .log ul {
        width: auto;
        margin: 0 auto;
    }
    .RighInfo002809 .txt-logo .log ul li {
        padding: 0 50px;
    }
    .RighInfo002809 .txt-logo .log ul li.img {
        border-right: 1px solid #e8e8e8;
    }
    .RighInfo002809 .txt-logo .log ul li.img img {
        width: 160px;
    }
    .RighInfo002809 .txt .box .img-1 {
        float: left;
        margin-right: 4%;
        width: 20.83333%;
    }
    .RighInfo002809 .txt .box .img-2 {
        float: right;
        margin-left: 4%;
        width: 33.33333%;
    }
    .RighInfo002809 .txt .box2 {
        position: relative;
        z-index: 1;
    }
    .RighInfo002809 .txt .box2:before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        background: #58585a;
        width: 63%;
        content: '';
    }
}
@media(max-width:1024px) {
    .RighInfo002809 .ytable, .RighInfo002809 .ytable-cell {
        display: block;
    }
    .RighInfo002809 .txt-logo {
        padding: 5%;
        text-align: center;
    }
    .RighInfo002809 .txt-logo .log ul li.info {
        padding: 30px 0;
    }
    .RighInfo002809 .txt .box .img-1, .RighInfo002809 .txt .box .img-2 {
        display: block;
        margin: 0 auto;
    }
}

/*
.Floor002376 
*/
.Floor002376 .more a {
    float: right;
}
.Floor002376 .more a {
    float: right;
    padding: 12px 45px 12px 36px;
    text-align: center;
    color: #fff;
    background: #e60012;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-top: 25px;
}
.Floor002376 .more a:before {
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 16px;
    right: 23px;
    content: "";
}
.Floor002376 {
    padding: 4% 0;
}
.Floor002376 .wrap-head {
    position: relative;
}
.Floor002376 .wrap-head h1 {
    margin: 0;
    color: #666;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
}
.Floor002376 .wrap-head h1 em {
    font-style: normal;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: 6px;
    padding-right: 15px;
}
.Floor002376 .wrap-head .more {
    width: 160px;
    height: 30px;
    line-height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 25px;
    font-size: 16px;
    color: #000;
    border-radius: 15px;
    background: #fff100;
    margin-top: -10px;
}
.Floor002376 .wrap-head .more i {
    position: absolute;
    right: 25px;
    top: 0;
    font-style: normal;
    font-family: "宋体";
    font-weight: 600;
}
.Floor002376 .wrap-container {}
.Floor002376 .item .item-inner {
    position: relative;
    padding-top:67%;
}
.Floor002376 .item .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.Floor002376 .item .word {
    border-bottom: 8px solid #e60012;
    background: #fff;
}
.Floor002376 .item .word-inner {
    max-width: 381px;
}
.Floor002376 .item time {
    font-size: 14px;
    color: #666;
    display: block;
    position: relative;
    padding-left: 25px;
}
.Floor002376 .item time:before {
    content: "\e700";
    font-family: "iconfont" !important;
    font-size: 16px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 1px;
}
.Floor002376 .item h3 {
    font-weight: normal;
    font-size: 16px;
    margin: 3% 0;
    overflow: hidden;
    line-height: 27px;
    /* height: 60px; */
}
.Floor002376 .item h3 a {
    color: #333;
}
.Floor002376 .item h3 a:hover {
    color: #e60012;
}
.Floor002376 .item figure {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
}
@media only screen and (max-width:767px) {
    .Floor002376 {
        position: relative;
    }
    .Floor002376 .item {
        max-width: 503px;
        margin: 0 auto;
    }
    .Floor002376 .item+.item {
        padding-top: 20px;
    }
    .Floor002376 .wrap-head {
        position: static;
        text-align: center;
    }
    .Floor002376 .wrap-head .more {
        left: 50%;
        bottom: 0;
        top: auto;
        margin-left: -80px;
    }
    .Floor002376 .item .word {
        padding: 8% 7%;
    }
}
@media only screen and (min-width:768px) {
    .Floor002376 .wrap-head h1 {
        font-size: 24px;
        line-height: 42px;
    }
    .Floor002376 .wrap-head h1 em {
        font-size: 42px;
        top: 10px;
        padding-right: 30px;
    }
    .Floor002376 .wrap-container {}
    .Floor002376 .item {
        float: left;
        width: 33.3334%;
        padding: 0 0.5%;
    }
    .Floor002376 .item .pic {
        min-height: 36%;
    }
    .Floor002376 .item .word-inner {
        padding: 13% 10% 13%;
    }
    .Floor002376 .item.odd .item-inner {
        padding-bottom: 60%;
        padding-top: 0;
    }
    .Floor002376 .item.odd .pic {
        top: auto;
        bottom: 0;
    }
    .Floor002376 .item.odd .word {
        border-top: 8px solid #e60012;
        border-bottom: none;
    }
    .Floor002376 .item .pic img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (min-width:1024px) {
    .Floor002376 .wrap-head h1 {
        font-size: 26px;
        line-height: 48px;
    }
    .Floor002376 .wrap-head h1 em {
        font-size: 48px;
    }
    .Floor002376 .item .pic {
        min-height: 44%;
    }
    .Floor002376 .item .item-inner {
        padding-top: 62%;
    }
    .Floor002376 .item.odd .item-inner {
        padding-bottom: 62%;
    }
}
@media only screen and (min-width:1280px) {
    .Floor002376 .wrap-head h1 {
        font-size: 28px;
        line-height: 54px;
    }
    .Floor002376 .wrap-head h1 em {
        font-size: 54px;
    }
}
@media only screen and (min-width:1440px) {
    .Floor002376 .wrap-head h1 {
        font-size: 30px;
        line-height: 60px;
    }
    .Floor002376 .wrap-head h1 em {
        font-size: 60px;
    }
    .Floor002376 .item .pic {
        min-height: 50%;
    }
}

/*Floor002658 */
.Floor002658 {
    background: url(../images/bg1.jpg);
    margin: 0 auto;
    padding: 4% 0;
}
.Floor002658 .title123 {
    text-align: center;
}
.Floor002658 .title123:after {
    margin: 25px auto 40px;
}
.Floor002658 .title-intro {
    text-align: center;
    padding: 3% 0;
    color: #333;
    max-width: 1150px;
    margin: 0 auto;
}
.Floor002658 .title-intro h3 {
    margin: 0;
    font-size: 60px;
}
.Floor002658 .title-intro p {
    font-size: 20px;
    line-height: 30px;
}
.Floor002658 .title-intro a {
    color: #c09a75;
    text-decoration: underline;
}
@media(max-width:768px) {
    .Floor002658 .title-intro h3 {
        font-size: 30px;
    }
    .Floor002658 .title-intro p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media(max-width:480px) {
    .Floor002658 .title-intro h3 {
        font-size: 24px;
    }
    .Floor002658 .title-intro p {
        font-size: 14px;
        line-height: 20px;
    }
}

/*slick Basic*/
.Floor002658 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.Floor002658 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.Floor002658 .slick-list:focus {
    outline: none
}
.Floor002658 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.Floor002658 .slick-slider .slick-track, .Floor002658 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.Floor002658 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.Floor002658 .slick-track:before, .Floor002658 .slick-track:after {
    display: table;
    content: '';
}
.Floor002658 .slick-track:after {
    clear: both;
}
.Floor002658 .slick-loading .slick-track {
    visibility: hidden;
}
.Floor002658 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.Floor002658 .slick-slide .slick-loading img {
    display: none;
}
.Floor002658 .slick-slide .dragging img {
    pointer-events: none;
}
.Floor002658 .slick-initialized .slick-slide {
    display: block;
}
.Floor002658 .slick-loading .slick-slide {
    visibility: hidden;
}
.Floor002658 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.Floor002658 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/
.Floor002658 li.slick-slide {
    position: relative;
    transform: scale(0.8);
    transition: 0.5s 0.3s;
}
.Floor002658 li.slick-slide:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #232323;
    opacity: 0.5;
    transition: 0.5s 0.3s;
}
.Floor002658 li.slick-current {
    transform: scale(1);
}
.Floor002658 li.slick-current::before {
    opacity: 0;
}
.Floor002658 li.slick-slide .files, .Floor002658 li.slick-slide a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.Floor002658 li.slick-slide .files {
    background: #000;
    display: none;
}
.Floor002658 li.slick-slide aside {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
}
.Floor002658 li.slick-slide aside span {
    display: block;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    border: 3px solid #fff;
    background: rgba(255, 255, 255, 0.16);
    position: relative;
    margin: 0 auto 10px;
}
.Floor002658 li.slick-slide aside span::before {
    position: absolute;
    content: '';
    border: 15px solid transparent;
    border-left-color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -13px;
}
.Floor002658 .slick-dots {
    display: none !important;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -42px;
}
.Floor002658 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: relative;
}
.Floor002658 .slick-dots li:before {
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
}
.Floor002658 .slick-dots li.slick-active {
    border-color: #c29c75;
}
.Floor002658 .slick-dots li.slick-active:before {
    background: #c29c75;
}
.Floor002658 .slick-dots li button {
    display: none;
}
.Floor002658 .slick-arrow {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    border: 0;
    border-top: 3px solid rgba(255, 255, 255, 0.6);
    border-right: 3px solid rgba(255, 255, 255, 0.6);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    z-index: 10;
    font-size: 0;
    background: none;
}
.Floor002658 .slick-prev {
    left: 13%;
    margin-left: -32px;
    transform: rotate(-135deg);
}
.Floor002658 .slick-next {
    right: 13%;
    margin-right: -32px;
}
.Floor002658 .slick-arrow:hover {
    border-color: #e60012;
}
@media(max-width:640px) {
    .Floor002658 li.slick-slide {
        transform: scale(1);
    }
    .Floor002658 .slick-prev {
        left: 3%;
        margin-left: 0;
    }
    .Floor002658 .slick-next {
        right: 3%;
        margin-right: 0;
    }
    .Floor002658 li.slick-slide aside {
        font-size: 15px;
    }
    .Floor002658 li.slick-slide aside span {
        width: 50px;
        height: 50px;
    }
}
@media(max-width:480px) {
    .Floor002658 li.slick-slide aside span {
        width: 50px;
        height: 50px;
    }
    .Floor002658 .slick-arrow {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        border-width: 3px;
    }
}

/*Bottom002641 */
.Bottom002641 {
    padding-top: 2%;
    background: #e60012;
}
.Bottom002641 .auto {
    max-width: 1280px;
}
.Bottom002641 .bottom {
    padding-bottom: 33px;
}
.Bottom002641 .bottom nav {
    width: 70%;
    float: left;
}
.Bottom002641 .bottom nav dl {
    float: left;
    width: 15%;
    margin-right: 5%;
}
.Bottom002641 .bottom nav dl:last-child {
    margin-right: 0;
}
.Bottom002641 .bottom nav dl.row-2 {
    width: 22%;
    overflow: hidden;
}
.Bottom002641 .bottom nav dl.row-2 dd {
    float: left;
    width: 50%;
}
.Bottom002641 .bottom nav dt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    color: #fff;
}
.Bottom002641 .bottom nav dd {
    line-height: 28px;
    font-size: 14px;
}
.Bottom002641 .bottom nav dd a {
    color: rgba(255, 255, 255, 1);
}
.Bottom002641 .contact {
    width: 30%;
    float: right;
    text-align: right;
}
.Bottom002641 .contact>p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    clear: both;
}
.Bottom002641 .contact figure {
    line-height: 27px;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    padding-top: 0px;
}
.Bottom002641 .code {
    max-width: 235px;
    float: right;
    width: 100%;
    margin: 16px 0 0;
}
.Bottom002641 .code li {
    float: left;
    width: 50%;
    padding: 0 0 0 5%;
    text-align: center;
}
.Bottom002641 .code li p {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}
.Bottom002641 .code li aside {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 7px;
    position: relative;
}
.Bottom002641 .code li aside i {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
}
.Bottom002641 .code li aside i.i_1 {
    left: 0;
}
.Bottom002641 .code li aside i.i_2 {
    right: 0;
}
.Bottom002641 .code li aside i::before, .Bottom002641 .code li aside i::after {
    display: none;
    position: absolute;
    content: '';
    width: 13px;
    height: 12px;
}
.Bottom002641 .code li aside i::before {
    top: 0;
}
.Bottom002641 .code li aside i::after {
    bottom: 0;
}
.Bottom002641 .code li aside i.i_1::before, .Bottom002641 .code li aside i.i_1::after {
    left: 0;
    border-left: 3px solid #e7e7e7;
}
.Bottom002641 .code li aside i.i_2::before, .Bottom002641 .code li aside i.i_2::after {
    right: 0;
    border-right: 3px solid #e7e7e7;
}
.Bottom002641 .code li aside i.i_1::before, .Bottom002641 .code li aside i.i_2::before {
    border-top: 3px solid #e7e7e7;
}
.Bottom002641 .code li aside i.i_1::after, .Bottom002641 .code li aside i.i_2::after {
    border-bottom: 3px solid #e7e7e7;
}
.Bottom002641 .code li aside img {
    display: block;
    width: 100%;
}
.Bottom002641 footer {
    padding: 0.5% 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.Bottom002641 footer dd {
    float: right;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
}
.Bottom002641 footer dt {
    float: left;
}
.Bottom002641 footer dt aside {
    margin-left: 20px;
}
.Bottom002641 footer dt aside a {
    color: rgba(255, 255, 255, 1);
    display: inline-block;
}
.Bottom002641 footer dt aside a:hover {
    color: #fff;
}
.Bottom002641 footer dt aside a::after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    opacity: 0.2;
    margin: 0 10px;
    vertical-align: middle;
}
.Bottom002641 footer dt aside a:last-child::after {
    display: none;
}
.Bottom002641 .bdsharebuttonbox a {
    margin: 0 10px 0 0;
    float: left;
    background: url(../images/Bottom002641_share.png) no-repeat left center rgba(255, 255, 255, 0.1);
    width: 40px;
    padding: 0;
    border-radius: 50%;
}
.Bottom002641 .bdsharebuttonbox a.bds_weixin {
    background-position: right center;
}
@media(max-width:1400px) {
    .Bottom002641 .auto {
        margin: 0 2%;
    }
}
@media(max-width:1200px) {
    .Bottom002641 footer dd, .Bottom002641 footer dt {
        float: none;
    }
}
@media(max-width:1024px) {
    .Bottom002641 .bottom nav {
        display: none;
    }
    .Bottom002641 .contact {
        text-align: center;
        width: auto;
        float: none;
    }
    .Bottom002641 .code {
        margin: 15px auto;
        float: none;
    }
    .Bottom002641 .bottom {
        padding-bottom: 2%;
    }
}
@media(max-width:640px) {
    .Bottom002641 footer {
        text-align: center;
    }
    .Bottom002641 footer dt {
        display: block;
    }
    .Bottom002641 .bdsharebuttonbox {
        display: inline-block;
    }
    .Bottom002641 .bdsharebuttonbox a {
        margin: 0 5px 10px;
    }
}
.bd_weixin_popup, .bd_weixin_popup * {
    box-sizing: content-box;
}

/*RighInfo002808 */
.RighInfo002808 {
    background: #f9f9f9;
}
.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;
}
.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: 4% 0;
}
.RighInfo002808 .floor-1 .count li {
    border-right: 1px solid #ddd;
}
.RighInfo002808 .floor-1 .count li:nth-child(4) {
    border-right: none;
}
.RighInfo002808 .floor-1 .count li p {
    margin: 0;
    font-size: 15px;
    color: #555;
}
.RighInfo002808 .floor-1 .count li img {
    width: 62px;
    margin-bottom: 6px;
}
.RighInfo002808 .floor-1 .count li aside {
    color: #e60012;
    font-weight: bold;
    font-size: 30px;
    height: 70px;
    margin-bottom: 5px;
}
.RighInfo002808 .floor-1 .count li aside b {
    font-size: 56px;
    font-family: Arial;
    display: inline-block;
    vertical-align: sub;
}
.RighInfo002808 .floor-1 .count li aside b sup {
    font-size: 41px;
}
.RighInfo002808 .floor-1 .count li aside b span {
    color: #e60012;
    font-weight: normal;
    font-size: 26px;
    height: 70px;
    margin-bottom: 5px;
}
@media(min-width:1025px) {
    .RighInfo002808 .floor-1 .txt {}
    .RighInfo002808 .floor-1 .txt .info {
        max-width: 820px;
        width: 95%;
    }
    .RighInfo002808 .floor-1 .count:before {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        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;
        text-align: center;
    }
    .RighInfo002808 .floor-1 .count li:not(:last-child) {
        width: 24%;
    }
    .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: 50%;
        float: left;
        padding: 15px 0;
    }
    .RighInfo002808 .floor-1 .count li:nth-child(2n+1) {
        clear: left;
    }
}
.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: #348f3d;
}
.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: #348f3d;
    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%;
    }
}

/*Floor002659 */
.Floor002659 {
    padding: 4% 0;
    background: url(../images/aboutbg.png) no-repeat left 0px bottom 0px/950px;
}
@media(min-width:1025px) {
    .Floor002659 .main>* {
        width: 50%;
    }
    .Floor002659 .title-intro {
        width: 43%;
        float: left;
    }
    .Floor002659 .swiper-container {
        width: 49%;
        float: right;
    }
}

/*swiper*/
.Floor002659 .swiper-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.Floor002659 .swiper-container-android .swiper-slide, .Floor002659 .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.Floor002659 .swiper-wrapper, .Floor002659 .swiper-slide {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.Floor002659 .swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.Floor002659 .swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
}
.Floor002659 .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.Floor002659 .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*swiper end*/
.Floor002659 .main .swiper-wrapper li img {
    display: block;
    width: 100%;
}
.Floor002659 .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
    padding: 30px;
}
.Floor002659 .swiper-pagination span {
    position: relative;
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid transparent;
    margin: 0 5px;
    cursor: pointer;
}
.Floor002659 .swiper-pagination span::before {
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
}
.Floor002659 .swiper-pagination span.swiper-pagination-bullet-active {
    border-color: #e60012;
    background: #fff;
}
.Floor002659 .swiper-pagination span.swiper-pagination-bullet-active::before {
    background: #e60012;
}
.Floor002659 .title-intro {
    padding: 0%;
    color: #333;
}
.Floor002659 .title-intro aside {
    max-width: 645px;
    margin: 0 auto;
    text-align: left;
}
.Floor002659 .title-intro h3 {
    margin: 0;
    font-size: 60px;
}
.Floor002659 .title-intro p {
    font-size: 15px;
    color: #555;
    line-height: 30px;
    text-align: justify;
    margin: 0% 0 5% 0;
}
.Floor002659 .title-intro a {}
.Floor002659 .title-intro .more {
    padding: 12px 45px 12px 36px;
    text-align: center;
    color: #fff;
    background: #e60012;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-top: 25px;
}
.Floor002659 .title-intro .more:before {
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 16px;
    right: 23px;
    content: "";
}
@media(max-width:1024px) {
    .Floor002659 .main {
        display: block;padding: 0 5px;
    }
    .Floor002659 .swiper-pagination {
        left: auto;
        right: 0;
        padding: 10px;
    }
}
@media(max-width:768px) {
    .Floor002659 .title-intro h3 {
        font-size: 30px;
    }
    .Floor002659 .title-intro p {}
}
@media(max-width:480px) {
    .Floor002659 .title-intro h3 {
        font-size: 24px;
    }
    .Floor002659 .title-intro p {
        font-size: 14px;
        line-height: 26px;
    }
}
.Floor002659 .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: url(../images/Floor002659-btn.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    left: 0;
    z-index: 2;
}
.Floor002659 .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: url(../images/Floor002659-btn2.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    right: 0;
    z-index: 2;
}

/*
.Banner002307 
*/
.Banner002307 {
    overflow: hidden;
}
.Banner002307 span {
    display: none;
}
.Banner002307 img {
    max-width: none;
    width: 155%;
    margin-left: -27.5%;
}
@media only screen and (min-width:768px) {
    .Banner002307 img {
        width: 150%;
        margin-left: -25%;
    }
}
@media only screen and (min-width:1024px) {
    .Banner002307 img {
        width: 140%;
        margin-left: -20%;
    }
}
@media only screen and (min-width:1200px) {
    .Banner002307 {
        height: 440px;
    }
    .Banner002307 img {
        display: none;
    }
    .Banner002307 span {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        height: 440px;
        width: 100%;
    }
}

/*
.Menu002272 
*/
.Menu002272 .nav-menu {
    border-bottom: 1px solid #eee;
}
.Menu002272 .nav-menu ul {
    display: block;
    float: left;
}
.Menu002272 .nav-menu ul li {
    float: left;
    font-size: 16px;
    line-height: 73px;
    margin: 0 3px;
    padding: 0 3px;
}
.Menu002272 .nav-menu ul li:first-child {
    margin-left: 0;
}
.Menu002272 .nav-menu ul li a {
    padding: 6px 21px;
}
.Menu002272 .nav-menu ul li:hover a, .Menu002272 .nav-menu ul li.aon a {
    color: #fff;
}
.Menu002272 .nav-menu ul li.aon,
.Menu002272 .nav-menu ul li:hover {
    background: #e60012;
}
.Menu002272 .nav-menu .location {
    float: right;
    line-height: 73px;
}
.Menu002272 .current {
    padding-left: 25px;
    background: url(../images/Menu002272-icon.png) no-repeat left center;
}
.Menu002272 .current a {
    font-size: 14px;
    color: #555;
    padding: 0 5px 0 5px;
    line-height: 45px;
}
.Menu002272 .current a:after {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    height: 20px;
    font-family: '宋体';
    font-size: 12px;
    color: #555;
    content: ">";
}
.Menu002272 .current a:first-child {
    padding-left: 0;
}
.Menu002272 .current a:hover {
    color: #e60012;
}
.Menu002272 .current span {
    padding-left: 3px;
    color: #e60012;
}
.Menu0022722 {
    margin-top: 27px;
    border-top: 1px solid #eee;
}
@media (max-width:1280px) {
    .Menu0022722 {
        margin-top: 77px
    }
}
@media (max-width:980px) {
    .Menu002272 .nav-menu .location {
        display: none;
    }
}
@media (max-width:768px) {
    .Menu002272 .nav-menu {
        padding: 10px 0;
    }
    .Menu002272 .nav-menu ul {
        float: none;
        width: 100%;
    }
    .Menu002272 .nav-menu ul li {
        width: 25%;
        margin: 0;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
    }
    .Menu002272 .nav-menu ul li a {
        padding: 0;
    }
}

/*RighInfo002811 */
.RighInfo002811 {
    padding: 4% 0;
}
.RighInfo002811 .auto {
    width: 96%;
}
.RighInfo002811 .box:nth-child(2n) .txt .inner, .RighInfo002811 .box:nth-child(2n-1) .txt {
    background: #f6f6f6;
}
.RighInfo002811 .pic img {
    display: block;
    width: 100%;
}
.RighInfo002811 .txt {
    position: relative;
    z-index: 10;
}
.RighInfo002811 .txt .inner {
    padding: 3% 8%;
}
.RighInfo002811 .box:nth-child(2n) .txt {
    vertical-align: top;
}
.RighInfo002811 .txt .tit {
    padding-left: 30px;
    font-size: 24px;
    color: #333;
    background: url(../images/RighInfo002811-icon.png) no-repeat left center;
}
.RighInfo002811 .txt .tit span {
    color: #999;
    text-transform: uppercase;
    font-size: 20px;
}
.RighInfo002811 .txt p {
    line-height: 32px;
    font-size: 16px;
    color: #666;
    text-align: justify;
}
@media(min-width:1025px) {
    .RighInfo002811 .box .pic {
        width: 50%;
    }
    .RighInfo002811 .box:nth-child(2n) .pic {
        width: 50%;
    }
    .RighInfo002811 .box .pic .inner {
        width: 100%;
    }
    .RighInfo002811 .box:nth-child(2n) .pic .inner {
        float: right;
    }
}
@media(max-width:1024px) {
    .RighInfo002811 .ytable, .RighInfo002811 .ytable-cell {
        display: block;
    }
    .RighInfo002811 .txt .inner {
        padding: 5% 10% !important;
    }
}
.pzbk {
    padding: 4% 0;
}
.pzbk .tit {
    text-align: left;
    margin-bottom: 8%;
}
.pzbk .word {
    width: 48%;
    float: left;
}
.pzbk .word p {
    font-size: 16px;
    line-height: 31px;
    margin-top: 0;
    margin-bottom: 10px;
}
.pzbk .pic {
    width: 45.86%;
    float: right;
    height: 378px;
}
@media(max-width:960px) {
    .pzbk .word, .pzbk .pic {
        width: 100%;
        float: none;
        margin-bottom: 3%;
        height: auto;
    }
}

/*PicList002433 */

/*slick Basic*/
.PicList002433 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.PicList002433 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.PicList002433 .slick-list:focus {
    outline: none
}
.PicList002433 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.PicList002433 .slick-slider .slick-track, .PicList002433 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.PicList002433 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.PicList002433 .slick-track:before, .PicList002433 .slick-track:after {
    display: table;
    content: '';
}
.PicList002433 .slick-track:after {
    clear: both;
}
.PicList002433 .slick-loading .slick-track {
    visibility: hidden;
}
.PicList002433 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.PicList002433 .slick-slide .slick-loading img {
    display: none;
}
.PicList002433 .slick-slide .dragging img {
    pointer-events: none;
}
.PicList002433 .slick-initialized .slick-slide {
    display: block;
}
.PicList002433 .slick-loading .slick-slide {
    visibility: hidden;
}
.PicList002433 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.PicList002433 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/
.PicList002433 {
    margin: 4% 0;
    padding-bottom: 2%;
}
.PicList002433 .auto {
    position: relative;
}
.PicList002433 .txt {
    margin: 0 0 4%;
    color: #555;
    font-size: 16px;
    line-height: 36px;
}
.PicList002433 .tit {
    margin-bottom: 7%;
    text-align: left;
}
.PicList002433 .tit .en {
    font-family: 'Times New Roman';
    font-size: 36px;
    color: #f9c6ca;
    font-weight: bold;
    text-transform: uppercase;
}
.PicList002433 .tit .cn {
    font-size: 36px;
    color: #e60012;
    letter-spacing: 5px;
}
.PicList002433 .box {
	padding:2%;
/*	background: url(../uploadfiles/dwimg.jpg) no-repeat center center;*/
	background-size: cover;
}
.PicList002433 .txt dd {
    margin: 15px 0;
}
.PicList002433 .txt .boxarea {
    max-height: 570px;
    overflow-y: auto;
    padding: 0 2%
}
.PicList002433 .txt .dl {
    margin-bottom: 3%;
}
.PicList002433 .txt .dl dd:first-child {
    margin-top: 0;
}
.PicList002433 .txt .box .ul_img img {
    /*max-width: 31%;
    max-height: 364px;*/
    overflow: hidden;
}

.PicList002433 .txt .boxarea::-webkit-scrollbar {
    width: 4px;
}
.PicList002433 .txt .boxarea::-webkit-scrollbar-thumb {
    background: #e60012;
}
.PicList002433 .txt .boxarea::-webkit-scrollbar-track {
    background: #ddd;
}

.PicList002433 .txt dd span {
    position: relative;
    padding-left: 20px;
}
.PicList002433 .txt dd span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e9767f;
}
.PicList002433 .txt dd .ul_img {
    overflow: hidden;
}
.PicList002433 .txt dd .ul_img li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
}
.PicList002433 .txt dd .ul_img li img {
    width: 100%;
    padding: 8px;
    padding-top: 12px;
    background: url(../images/PicList002433_kuang.png) no-repeat;
    background-size: 100% 100%;
}
.PicList002433 .txt dd .ul_img li:last-child {
    margin-right: 0;
}
.PicList002433 .main {
    padding: 4% 0;
}
.PicList002433 .main .slick-arrow {
    position: absolute;
    top: 50%;
    width: 57px;
    height: 57px;
    margin-top: -30px;
    border: 1px solid #e60012;
    padding: 0;
    background: none;
    font-size: 0;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
}
.PicList002433 .main .slick-arrow:hover {
    background: #e60012;
}
.PicList002433 .main .slick-arrow:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-top: 2px solid #e60012;
    border-right: 2px solid #e60012;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -11px;
}
.PicList002433 .main .slick-arrow:hover:before {
    border-color: #fff;
}
.PicList002433 .main .slick-prev:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin-left: -5px;
}
.PicList002433 .main .slick-prev {
    left: -59px;
}
.PicList002433 .main .slick-next {
    right: -59px;
}
.PicList002433 .list ul {
    padding: 0 50px;
}
.PicList002433 .list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}
.PicList002433 .list li:first-child:before, .PicList002433 .list li:last-child:after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
}
.PicList002433 .list li:first-child:before {
    left: -50px;
    background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
}
.PicList002433 .list li:last-child:after {
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}
.PicList002433 .list li aside {
    padding-top: 35px;
    height: 90px;
    background: url(../images/PicList002433_libg.png) repeat-x left top;
}
.PicList002433 .list li .ytable {
    height: 245px;
}
.PicList002433 .list li .ytable-cell {
    vertical-align: bottom;
}
.PicList002433 .list li figure {
    position: relative;
    display: inline-block;
    max-width: 80%;
}
.PicList002433 .list li figure:after {
    position: absolute;
    right: -24px;
    background: url(../images/PicList002433_ying.png) no-repeat left bottom;
    width: 24px;
    height: 100%;
    background-size: contain;
    content: '';
}
.PicList002433 .list li figure img {
    max-height: 245px;
    padding: 8px;
    padding-top: 12px;
    background: url(../images/PicList002433_kuang.png) no-repeat;
    background-size: 100% 100%;
}
.PicList002433 .list li p {
    margin: 0 auto;
    max-width: 210px;
    width: 90%;
    line-height: 20px;
    max-height: 40px;
    color: #333;
}
.PicList002433 .list .ul-3 li {
    width: 33.33333333%;
}
.PicList002433 .list .ul-3 li:nth-child(3):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}
.PicList002433 .list .ul-2 li {
    width: 50%;
}
.PicList002433 .list .ul-2 li:nth-child(2):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}
.PicList002433 .list .ul-2 li:nth-child(1)>* {
    padding-left: 30%;
}
.PicList002433 .list .ul-2 li:nth-child(2)>* {
    padding-right: 30%;
}
.PicList002433 .list .ul-1 li {
    width: 100%;
}
@media(max-width:1408px) {
    .PicList002433 .main .slick-prev {
        left: 2%;
    }
    .PicList002433 .main .slick-next {
        right: 2%;
    }
}
@media (max-width:768px) {
    .PicList002433 .pic {
        float: none;
        width: 100%;
        margin-bottom: 5%;
        margin-right: 0;
    }
    .PicList002433 {
        padding: 3% 0;
    }
    .PicList002433 .txt dd span {
        font-size: 15px;
        line-height: 30px;
    }
}
@media(max-width:640px) {
    .PicList002433 .main .slick-arrow {
        width: 7vw;
        height: 7vw;
        margin-top: -3.5vw;
    }
    .PicList002433 .main .slick-arrow:before {
        width: 40%;
        height: 40%;
        margin: 0;
        left: 40%;
        top: 30%;
    }
    .PicList002433 .main .slick-next:before {
        left: 20%;
    }
    .PicList002433 .list li p {
        font-size: 12px;
    }
    .PicList002433 .list li .ytable {
        height: 150px;
    }
    .PicList002433 .list li figure img {
        max-height: 150px;
        padding: 3px
    }
    .PicList002433 .list .ul-2 li:nth-child(1)>* {
        padding-left: 30%;
    }
    .PicList002433 .list .ul-2 li:nth-child(2)>* {
        padding-right: 30%;
    }
    .PicList002433 .list .ul-3 li:nth-child(3):after, .PicList002433 .list li:first-child:before {
        display: none;
    }
}
@media(max-width:480px) {
    .PicList002433 .list li .ytable {
        height: 100px;
    }
    .PicList002433 .list li figure img {
        max-height: 100px;
    }
}

/*
.SinglePage001740
*/
.SinglePage001740 {
    padding: 3% 0;
}
.SinglePage001740 .pic {
    float: left;
    margin-right: 8%;
}
.SinglePage001740 .tit {
    margin-bottom: 5%;
    text-align: center;
}
.SinglePage001740 .tit .en {
    font-family: 'Times New Roman';
    font-size: 36px;
    color: #f9c6ca;
    font-weight: bold;
    text-transform: uppercase;
}
.SinglePage001740 .tit .cn {
    font-size: 36px;
    color: #e60012;
    letter-spacing: 5px;
}
.SinglePage001740 h2 {
    font-size: 28px;
    color: #222;
    font-weight: normal;
}
.SinglePage001740 h3 {
    margin-bottom: 3%;
    font-size: 20px;
    color: #222;
    font-weight: normal;
    line-height: 1.5;
}
.SinglePage001740 p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    text-align: center;
}
.SinglePage001740 .txt img {
    margin: 0 auto;
    display: block;
}
@media (max-width:1280px) {
    .SinglePage001740 .auto {
        padding: 0 3%;
    }
}
@media (max-width:768px) {
    .SinglePage001740 .pic {
        float: none;
        width: 100%;
        margin-bottom: 5%;
        margin-right: 0;
    }
    .SinglePage001740 .tit .en {
        font-size: 38px;
    }
    .SinglePage001740 .tit .cn {
        margin-top: -25px;
        font-size: 38px;
    }
    .SinglePage001740 h2 {
        font-size: 32px;
    }
    .SinglePage001740 h3 {
        font-size: 18px;
    }
}
.tit {
    margin-bottom: 5%;
    text-align: center;
}
.tit .en {
    font-family: 'Times New Roman';
    font-size: 36px;
    color: #f9c6ca;
    font-weight: bold;
    text-transform: uppercase;
}
.tit .cn {
    font-size: 36px;
    color: #e60012;
    letter-spacing: 5px;
    font-family: FZCQJW;
}
@media (max-width:1366px) {
    .tit .en {
        font-size: 28px !important;
    }
    .tit .cn {
        font-size: 24px !important;
    }
}

/*
.SinglePage001740_2
*/
.SinglePage001740_2 {
    padding: 3% 0;
}
.SinglePage001740_2 .pic {
    float: right;
    margin-left: 5%;
    margin-top: 10px;
    width: 50%;
    margin-bottom: 30px;
}
.SinglePage001740_2 h2 {
    font-size: 28px;
    color: #222;
    font-weight: normal;
}
.SinglePage001740_2 h3 {
    margin-bottom: 3%;
    font-size: 20px;
    color: #222;
    font-weight: normal;
    line-height: 1.5;
}
.SinglePage001740_2 p {
    font-size: 16px;
    color: #666;
    line-height: 33px;
    text-align: justify;
    text-indent: 2em;
}
@media (max-width:768px) {
    .SinglePage001740_2 .pic {
        float: none;
        width: 100%;
        margin-bottom: 5%;
        margin-right: 0;
        margin-left: 0;
    }
    .SinglePage001740_2 h2 {
        font-size: 32px;
    }
    .SinglePage001740_2 h3 {
        font-size: 18px;
    }
    .SinglePage001740_2 p {
        font-size: 15px;
        line-height: 30px;
    }
}
.SinglePage {
    padding: 3% 0 4.5%
}
.SinglePage .text {
    width: 100%;
    float: left
}
.SinglePage .pic {
    width: 100%;
    float: right;
    margin-top: 1%;
}
.SinglePage .tit {
    text-align: left;
    margin-bottom: 3%;
}
.SinglePage .text p {
    font-size: 16px;
    color: #666;
    line-height: 33px;
    text-align: justify;
}
@media (max-width:960px) {
    .SinglePage .text p {
        font-size: 15px;
        line-height: 30px;
    }
}
.Floor002367 {
    padding: 3% 0;
}
.Floor002367 li {
    position: relative;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 3%;
}
.Floor002367 li .Ispic {
    padding-bottom: 37.5%;
}
.Floor002367 li .layer {
    font-size: 20px;
    position: absolute;
    top: 50%;
    float: left;
    margin-top: -14px;
    margin-left: 5%;
}
.Floor002367 li .layer a {
    font-size: 20px;
    background: #e60012;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
}
.Floor002367 li:nth-child(2n) .layer {
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -48px;
    margin-right: 5%;
    float: right;
}
.Timeline000618 {
    padding: 3.5% 0 2%;
    position: relative;
    margin-bottom: 2%;
}
.Timeline000618 .tit {
    margin-bottom: 2%;
}
.Timeline000618 h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.Timeline000618::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #cbd1df;
    position: absolute;
    left: 0;
    bottom: 13.5%;
    z-index: 1;
}
.Timeline000618 .item_year {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 0;
}
.Timeline000618 .item_year .item {
    width: 100%;
    position: relative;
    padding-top: 19px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background-size: contain;
    font-size: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    font-size: 20px;
    color: #a6b2bf;
}
.Timeline000618 .item_year .item.slick-current {
    color: #e60012;
    font-weight: bold;
    font-size: 26px;
}
.Timeline000618 .item_year .item:after {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    height: 20px;
    content: '';
    background: #cad2dd;
    z-index: 3;
    margin-left: 0px;
    margin-top: 0px;
}
.Timeline000618 .item_year .item.slick-current:after {
    background: #e60012;
}
.Timeline000618 .slick-prev, .Timeline000618 .slick-next {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 100%;
    cursor: pointer;
    border-radius: 3px;
    z-index: 10;
}
.Timeline000618 .slick-prev {
    left: 27%;
    background: url(../images/left.png) no-repeat center center !important
}
.Timeline000618 .slick-next {
    right: 27%;
    background: url(../images/right.png) no-repeat center center !important
}
.Timeline000618 .item_info {
    text-align: center;
}
.Timeline000618 .item_info .item {
    height: 270px;
}
.Timeline000618 .item_info .item .Ispic{
    display: block;
	padding-bottom: 180px;
	background-size: contain;
}
.Timeline000618 .item_info .item img{
    display: none;
}
.Timeline000618 .item_info:before {
    /* background:url(../images/Timeline000618-bg.png) no-repeat right bottom; */
    width: 30%;
    height: 100%;
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background-size: contain;
}
.Timeline000618 .item_info {
    position: relative;
    background: url(../images/pre_bg.png) no-repeat;
    background-position: bottom center;
    min-height: 490px;
    padding-top: 34px;
}
.Timeline000618 .item_info .pic {
    max-width: 266px;
    max-height: 180px;
    margin: 0 auto;
    overflow: hidden;
}
.Timeline000618 .item_info pre {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    padding: 2% 50px
}
.Timeline000618 .item_info:before {
    position: absolute;
    left: 0;
    top: 21px;
    width: 40px;
    height: 40px;
    content: '';
    background: url(../images/pre_left.png) no-repeat;
    z-index: 3;
    margin-left: 0px;
}
.Timeline000618 .item_info:after {
    position: absolute;
    right: 0;
    top: 31px;
    width: 40px;
    height: 40px;
    content: '';
    background: url(../images/pre_right.png) no-repeat;
    z-index: 3;
    margin-left: 0px;
}

/*RighInfo002815 */
.RighInfo002815 {
    padding: 2% 0;
}
.RighInfo002815 .tit {
    margin-bottom: 5%;
    text-align: center;
}
.RighInfo002815 .tit .en {
    font-family: 'Times New Roman';
    font-size: 36px;
    color: #f9c6ca;
    font-weight: bold;
    text-transform: uppercase;
}
.RighInfo002815 .tit .cn {
    font-size: 36px;
    color: #e60012;
    letter-spacing: 5px;
}
.RighInfo002815 .info h1 {
    margin: 0;
    color: #ffc231;
}
.RighInfo002815 .info .txt1 {
    background: url(../images/RighInfo002810-bg.jpg);
    padding: 2%;
    margin-bottom: 2%;
}
.RighInfo002815 .info .txt1 .img {
    width: 10%;
    float: left;
    margin-left: 8%;
}
.RighInfo002815 .info .txt1 .con {
    width: 36%;
    float: left;
    margin-left: 9%;
}
.RighInfo002815 .info .txt1 .pic {
    width: 22%;
    float: right;
    text-align: center;
    margin-right: 10%;
}
.RighInfo002815 .info .txt1 .p1 {
    font-size: 24px;
    color: #e60012;
}
.RighInfo002815 .info .t-1 {
    font-size: 22px;
    color: #e60012;
    padding-top: 5px;
    padding-bottom: 10px;
}
.RighInfo002815 .info .blue {
    color: #e60012;
    padding-right: 10px;
}
.RighInfo002815 .info i {
    color: #ccc;
    padding-right: 10px;
}
.RighInfo002815 .info .p1 {
    font-size: 24px;
    color: #e60012;
}
.RighInfo002815 .info p {
    font-size: 15px;
    line-height: 30px;
    color: #666;text-align: left;
}
.RighInfo002815 .txt-dl {
    padding-top: 5%;
    width: 60%;
    float: right;
    border-bottom: 1px solid #e8e8e8;
}
.RighInfo002815 .txt-dl dl {
    margin-bottom: 37px;
}
.RighInfo002815 .txt-dl dd {
    position: relative;
    font-size: 15px;
    color: #666;
    margin-top: 20px;
    line-height: 34px;
}
.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: #e60012;
    border-left: 3px solid #ccc;
    padding-left: 10px;
    line-height: 23px;
}
.RighInfo002815 .ul-box {
    margin-bottom: 3%;
}
.RighInfo002815 .ul-box li {
    float: left;
    width: 33.3333%;
    border: 1px solid #e8e8e8;
    padding: 4%;
    text-align: center;
}
.RighInfo002815 .ul-box li+li {
    margin-left: -1px;
}
.RighInfo002815 .ul-box li img {
    display: block;
    margin: 0 auto;
    width: 82px;
}
.RighInfo002815 .ul-box li h3 {
    margin: 0;
    color: #e60012;
    font-size: 22px;
    padding: 8px 0;
    font-weight: normal;
    margin-top: 10px;
}
.RighInfo002815 .ul-box li span {
    display: block;
    line-height: 18px;
    font-size: 15px;
    overflow: hidden;
    ;
}
@media(min-width:769px) {
    .RighInfo002815 .txt-dl dl {
        float: left;
        width: 57%;
        margin-right: 5%;
    }
    .RighInfo002815 .txt-dl dl:nth-child(2n-1) {
        clear: left;
        width: 33%;
    }
}
@media(min-width:1025px) {
    .RighInfo002815 .info {}
    .RighInfo002815 .pic {
        width: 34%;
    }
}
@media(max-width:1366px) {
    .RighInfo002815 .txt-dl dt span.en {
        font-size: 30px;
    }
    .RighInfo002815 .txt-dl dt span.cn {
        font-size: 20px;
    }
}
@media(max-width:1024px) {
    .RighInfo002815 .ytable, .RighInfo002815 .ytable-cell {
        display: block;
    }
    .RighInfo002815 .pic {
        text-align: center;
        width: 100%;
    }
    .RighInfo002815 .ul-box li {
        width: 50%;
        float: left;
    }
    .RighInfo002815 .ul-box li h3 {
        font-size: 18px;
    }
    .RighInfo002815 .ul-box li span {
        line-height: 30px;
    }
    .RighInfo002815 .txt-dl {
        width: 100%;
    }
}
.shzr {
    padding: 4% 0;
}
.shzr .word {
    width: 40%;
    float: left;
}
.shzr .word .tit {
    text-align: left;
    margin-bottom: 9%;
}
.shzr .word p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    text-align: justify;
    margin-bottom: 22px;
}
.shzr .pic {
    width: 52.188%;
    float: right;
}
.Singlepage {
    padding: 4% 0;
    font-size: 16px;
    line-height: 32px
}
.Singlepage .Culture .floor {
    position: relative;
    z-index: 1.
}
.Singlepage .Culture .floor .Ispic {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background-size: auto;
}
.Singlepage .Culture .floor-2 .Ispic {
    right: auto;
    left: 0;
    width: 35%;
}
.Singlepage .Culture .floor-2 {
    padding-left: 35%;
}
.Singlepage .Culture .floor-2 li {
    padding: 70px;
    background: #f5f5f5;
}
.Singlepage .Culture .floor-2 li:nth-child(2n) {
    padding-top: 4%;
}
@media(min-width:641px) {
    .Singlepage .Culture .floor-2 li>* {
        width: 89%;
    }
}
.Singlepage .Culture .floor-2 li p, .Singlepage .Culture .floor-3>div p {
    margin: 0;
    line-height: 30px;
    color: #666;
    text-align: justify;
}
.Singlepage .Culture .floor-2 li aside, .Singlepage .Culture .floor-3>div aside {
    font-size: 36px;
    margin-bottom: 26px;
}
.Singlepage .Culture .floor-2 li aside span, .Singlepage .Culture .floor-3>div aside span {
    font-size: 20px;
    display: block;
    margin-top: 10px;
}
.Singlepage .Culture .floor-3>div {
    padding-left: 3%;
    padding-right: 3%;
}
.Singlepage .Culture .floor-3 .box1 {
    background: #e60012;
    color: #fff;
    padding: 0;
}
.Singlepage .Culture .floor-3 .box1 .txt {
    padding: 60px;
}
.Singlepage .Culture .floor-3 .box1 p {
    color: #fff;
}
.Singlepage .Culture .floor-3 .box1 .top {
    padding-bottom: 54%;
    position: relative;
}
.Singlepage .Culture .floor-3 .box1 .pic {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
}
.Singlepage .Culture .floor-3 .box2 {
    position: relative;
    z-index: 3;
    background: #f5f5f5;
    padding: 60px;
}
@media(max-width:1024px) {
    .Singlepage .Culture .floor-3 .box1, .Singlepage .Culture .floor-3 .box2, .Singlepage .Culture .floor-3 .Ispic {
        width: 100%;
        max-width: 100%;
    }
    .Singlepage .Culture .floor-3 .Ispic {
        position: relative;
        height: auto;
        padding-bottom: 60%;
    }
    .Singlepage .Culture .floor-3 .box2 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}
@media(max-width:768px) {
    .Singlepage .Culture .floor-2 {
        padding-left: 0;
    }
    .Singlepage .Culture .floor-2 .Ispic {
        width: 100%;
        position: relative;
        padding-top: 80%;
        background-size: cover;
    }
    .Singlepage .Culture .floor-2 li {
        padding-left: 5%;
        padding-right: 5%;
    }
    .Singlepage .Culture .floor-2 li aside, .Singlepage .Culture .floor-3>div aside {
        font-size: 24px;
    }
    .Singlepage .Culture .floor-2 li aside span, .Singlepage .Culture .floor-3>div aside span {
        font-size: 18px;
    }
    .Singlepage .Culture .floor-3 .box1, .Singlepage .Culture .floor-3 .box2 {
        padding: 60px 5%;
    }
}
@media(min-width:769px) {
    .Singlepage .Culture .floor-3 .box1 {
        width: 35%;
    }
    .Singlepage .Culture .floor-3 .Ispic {
        width: 65%;
    }
    .Singlepage .Culture .floor-3 .box2 {
        width: 80%;
        max-width: 950px;
    }
}

/*PicList001958*/
.PicList001958 {
    padding: 3% 0;
}
.PicList001958 li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #ebecec;
}
.PicList001958 li:last-child {
    border-bottom: 0;
}
.PicList001958 li div {
    position: relative;
    padding-left: 29%;
}
.PicList001958 li .Ispic {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 26%;
}
.PicList001958 li .Ispic img {
    display: none;
}
.PicList001958 li h1 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 0;
}
.PicList001958 li time {
    color: #999;
}
.PicList001958 li p {
    color: #666;
    margin: 10px 0 0 0;
    line-height: 32px;
    height: 101px;
    overflow: hidden;
    font-size: 15px;
}
@media(max-width:768px) {
    .PicList001958 li div {
        padding-left: 45%;
    }
    .PicList001958 li .Ispic {
        width: 42%;
    }
}
@media(max-width:480px) {
    .PicList001958 li div {
        padding-left: 0;
    }
    .PicList001958 li .Ispic {
        position: relative;
        display: block;
        width: auto;
        padding-bottom: 50%;
    }
    .PicList001958 li p {
        line-height: 20px;
        height: 60px;
        font-size: 12px;
    }
    .PicList001958 li h1 {
        font-size: 16px;
    }
}

/*Page002046 */
.Page002046 .Pages {
    text-align: center;
    padding-bottom: 3%;
}
.Page002046 .Pages a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ececec;
    padding: 0 15px;
    line-height: 38px;
    color: #999;
    background: #fff;
}
.Page002046 .Pages a:hover, .Page002046 .Pages a.a_cur {
    background-color: #e60012;
    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 #fff;
    overflow: hidden;
    line-height: 1000px;
    height: 38px;
}
.Page002046 .Pages .a_next {
    background-image: url(../images/Page002046-a_next.gif);
}
@media(max-width:640px) {
    .Page002046 .Pages .a_first, .Page002046 .Pages .a_end {
        display: none;
    }
}
@media(max-width:480px) {
    .Page002046 .Pages a {
        padding: 0 5px;
    }
}

/*
.RichInfo005 
*/
.RichInfo005 {
    padding: 3% 0;
}
.RichInfo005 .pic {
    text-align: center;
    margin: 3% 0;
}
.RichInfo005 .pic img {
    border: 1px solid #eee;
    padding: 15px;
}
.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;
    color: #333;
}
.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 p {
    font-size: 15px;
    line-height: 30px;
   /* text-indent: 2em;*/
}
.RichInfo005 .news_info .info_back {
    text-align: center;
    clear: both;
    padding: 20px 0;
}
.RichInfo005 .news_info .info_back a {
    color: #e60012;
    font-size: 16px;
}
.RichInfo005 .news_info .info_pn span {
    display: block;
    line-height: 30px;
}
.RichInfo005 .news_info .info_pn span a {
    color: #999;
}
.RichInfo005 .news_info .info_pn span a:hover {
    color: #e60012;
}
@media(max-width:640px) {
    .RichInfo005 .news_info .title h1 {
        font-size: 20px;
    }
}

/*
.PicList001480 
*/
.PicList001480 {
    padding: 3% 0;
    overflow: hidden;
}
.PicList001480 ul {
    margin: 0 -13px;
}
.PicList001480 li {
    float: left;
    width: 50%;
    padding: 0 20px 40px;
}
.PicList001480 li .item-wrap {
    border: 1px solid #f1f1f1;
    background-color: #f7f7f7;
    overflow: hidden;
}
.PicList001480 li .item-wrap .pic {
    width: 100%;
    display: table;
    height: 200px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
.PicList001480 li .item-wrap .pic a {
    display: table-cell;
    vertical-align: middle;
}
.PicList001480 li .txt {
    font-size: 14px;
    position: relative;
    margin-top: -15px;
    padding: 35px 15px 15px;
}
.PicList001480 li h1 {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    padding-bottom: 5px;
    text-align: center;
}
.PicList001480 li .brand {
    font-size: 12px;
    color: #a1a1a1;
}
.PicList001480 li h1 a {
    color: #333;
}
.PicList001480 li figure {
    margin: 10px 0;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    display: block;
    color: #666;
    font-size: 12px;
}
.PicList001480 li figure span {
    display: block;
}
@media only screen and (min-width:488px) {
    .PicList001480 li .item-wrap .pic {
        height: 278px;
    }
    .PicList001480 li p a {
        float: right;
    }
    .PicList001480 li figure, .PicList001480 li .brand {
        font-size: 14px;
    }
    .PicList001480 li figure {
        margin: 15px 0;
    }
}
@media only screen and (min-width:768px) {
    .PicList001480 li {
        width: 33.3334%;
    }
}
@media only screen and (min-width:1024px) {
    .PicList001480 li {
        width: 25%;
    }
}
.bgcolor {
    background-size: cover;
}

/*
.Menu002252 
*/
.Menu002252 {
    text-align: center;
    overflow: hidden;
    padding-top: 3%;
}
.Menu002252 a {
    font-size: 16px;
    display: block;
    background: #e9e9e9;
    padding: 10px;
    margin-bottom: 1px;
}
.Menu002252 a.aon, .Menu002252 a:hover {
    color: #fff;
    background-color: #e60012;
}
@media(min-width:768px) {
    .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: 40px;
        padding: 0 30px;
        background: #e9e9e9;
        min-width: 140px;
        border-radius: 36px;
    }
}
@media(max-width:1024px) {
    .Menu002252 a {
        width: 31%;
        float: left;
        margin-right: 3.5%;
    }
    .Menu002252 a:nth-child(3n) {
        margin-right: 0%;
    }
    .Menu002252 {
        margin-bottom: 3%
    }
}
.bgcolor .Menu002252 a.aon, .bgcolor .Menu002252 a:hover {
    color: #fff;
    background-color: #e60012;
}
.bgcolor .Menu002252 a {
    background: #fff;
}

/*
.RighInfo001108 
*/
.RighInfo001108 {
    margin: 3% 0;
}
.RighInfo001108 .pic {
    float: left;
    width: 35%;
}
.RighInfo001108 .pic img {
    width: 100%;
}
.RighInfo001108 .txt {
    float: right;
    width: 62%;
    padding-right: 2%;
    color: #333;
}
.RighInfo001108 .txt h1 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
.RighInfo001108 .txt dl {
    border-top: 1px solid #d9d9d9;
    padding: 3% 0;
    border-bottom: 1px solid #d9d9d9;
}
.RighInfo001108 .txt dd {
    line-height: 30px;
    padding: 5px 0;
    font-size: 17px;
    color: #666;
}
.RighInfo001108 .txt p {
    line-height: 30px;
    color: #666;
    font-size: 15px;
}
.RighInfo001108 .txt .contact {
    padding: 3% 0;
}
.RighInfo001108 .txt .contact a {
    background: #e60012;
    width: 120px;
    text-align: center;
    border: 1px solid #e60012;
    border-radius: 6px;
    line-height: 34px;
    display: inline-block;
    color: #fff;
    margin-right: 30px;
}
.RighInfo001108 .txt .contact a:hover {}
@media(max-width:480px) {
    .RighInfo001108 .pic, .RighInfo001108 .txt {
        float: none;
        width: auto;
    }
}
.RighInfo001355 {
    margin: 3% 0;
}
.RighInfo001355 .con {
    width: 50%;
    float: left;

}
.RighInfo001355 .con p {
    font-size: 16px;
    line-height: 36px;
}
.RighInfo001355 .con p span {
    color: #e60012;
    font-weight: bold;
    font-size: 22px;
    padding: 0 10px;
}
.RighInfo001355 .con ul {
    margin-top: 15%;
}
.RighInfo001355 .con li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    border: 1px dashed #ccc;
    text-align: center;
    font-size: 20px;
    padding: 20px 0 0;
    color: #e60012;
}
.RighInfo001355 .con li:last-child {
    margin-right: 0;
}
.RighInfo001355 .con li figure img {
    max-width: 70px;
}
.RighInfo001355 .con li p {
    font-size: 20px
}
.RighInfo001355 .pic {
    width: 45%;
    float: right;
    overflow: hidden;
}
@media(max-width:960px) {
    .RighInfo001355 .con, .RighInfo001355 .pic {
        float: none;
        width: auto;
    }
}
.RighInfo002228 {
    margin: 3% 0;
}
.RighInfo002228 .con {
    margin: 3% 0;
    position: relative;
}
.RighInfo002228 .con li {
    width: 49%;
    float: left;
    position: relative;
    margin-right: 2%;
    overflow: hidden;
}
.RighInfo002228 .con li:nth-child(2n) {
    margin-right: 0;
}
.RighInfo002228 .con li .Ispic {
    padding-bottom: 58%;
    transition: 0.3s;
}
.RighInfo002228 .con li:hover .Ispic {
    transform: scale(1.05);
}
.RighInfo002228 .con li .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    padding: 5% 15%;
}
.RighInfo002228 .con li .txt h2 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}
.RighInfo002228 .con li .txt h2:after {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 20px;
    color: #555;
    content: "";
    width: 40px;
    height: 3px;
    background: #fff;
    margin-top: 10px;
}
.RighInfo002228 .con li .txt p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.RighInfo002228 .con .pk {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    line-height: 36px;
    background: #e60012;
    color: #fff;
    border-radius: 50%;
    margin-left: -75px;
    margin-top: 107px;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}
.RighInfo002228 .con .dl {}
.RighInfo002228 .con .dl dd {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    max-height: 48px;
    overflow: hidden;
}
.RighInfo002228 .con .dl dd:nth-child(3n) {
    margin-right: 0;
}
@media screen and (max-width:1200px) and (min-width:961px) {
    .RighInfo002228 .con li .txt h2 {
        font-size: 20px;
    }
    .RighInfo002228 .con li .txt p {
        font-size: 15px;
    }
    .RighInfo002228 .con li .Ispic {
        padding-bottom: 68%;
    }
}
@media(max-width:960px) {
    .RighInfo002228 .con li {
        width: 100%;
        float: none;
        margin-bottom: 3%;
    }
    .RighInfo002228 .con .pk {
        display: none;
    }
}
@media(max-width:640px) {
    .RighInfo002228 .con li .txt h2 {
        font-size: 20px;
    }
    .RighInfo002228 .con li .txt p {
        font-size: 15px;
    }
    .RighInfo002228 .con li .Ispic {
        padding-bottom: 80%;
    }
}
.commerce {
    margin: 5% 0 3%;
}
.commerce .tit {
    margin-bottom: 3%;
}
.commerce li:nth-child(1) {
    top: 0;
    left: 0;
}
.commerce li:nth-child(2) {
    background: url(../images/Floor001922_icon4.png) no-repeat;
    top: 31%;
    left: 11%;
}
.commerce li:nth-child(3) {
    background: url(../images/Floor001922_icon6.png) no-repeat;
    top: 0;
    left: 22%;
}
.commerce li:nth-child(4) {
    background: url(../images/Floor001922_icon5.png) no-repeat;
    top: 31%;
    left: 33%;
}
.commerce li:nth-child(5) {
    background: url(../images/Floor001922_icon4.png) no-repeat;
    left: 44%;
    top: 0;
}
.commerce li:nth-child(6) {
    background: url(../images/Floor001922_icon6.png) no-repeat;
    left: 55%;
    top: 31%;
}
.commerce li:nth-child(7) {
    background: url(../images/Floor001922_icon8.png) no-repeat;
    left: 66%;
    top: 0;
}
.commerce li:nth-child(8) {
    background: url(../images/Floor001922_icon4.png) no-repeat;
    left: 77%;
    top: 31%;
}
.commerce li {
    position: absolute;
    width: 220px;
    height: 220px;
    background: url(../images/Floor001922_icon5.png) no-repeat;
    background-size: contain;
    overflow: hidden;
    float: left;
}
.commerce li a {
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 39%;
    height: 100%;
    font-size: 30px;
}
.commerce ul {
    position: relative;
    width: 1000px;
    height: 370px;
    margin: 78px auto 46px;
}
.commerce li:nth-child(3) a, .commerce li:nth-child(4) a, .commerce li:nth-child(6) a {
    padding-top: 31%;
}
.commerce ul::before {
    position: absolute;
    top: 31%;
    content: '';
    width: 125px;
    height: 125px;
    left: -70px;
    background: url(../images/Floor001922_icon7.png) no-repeat;
}
.commerce ul::after {
    position: absolute;
    top: 23%;
    content: '';
    width: 125px;
    height: 125px;
    right: -53px;
    background: url(../images/Floor001922_icon7.png) no-repeat;
}
@media(max-width:1200px) {
    .commerce li {
        background-size: 100% !important;
        width: 200px;
        height: 200px;
    }
    .commerce li a {
        font-size: 20px
    }
    .commerce ul {
        max-width: 750px;
    }
    .commerce li:nth-child(2) {
        top: 28%;
        left: 14%;
    }
    .commerce li:nth-child(3) {
        top: 0;
        left: 28%;
    }
    .commerce li:nth-child(4) {
        top: 28%;
        left: 41.5%;
    }
    .commerce li:nth-child(5) {
        left: 55.5%;
        top: 0;
    }
    .commerce li:nth-child(6) {
        left: 70%;
        top: 28%;
    }
    .commerce ul::after {
        top: 18%;
        right: -42px;
    }
    .commerce ul::before {
        top: 31%;
        left: -66px;
    }
}
@media(max-width:960px) {
    .commerce li {
        width: 150px;
        height: 150px;
    }
    .commerce li a {
        font-size: 20px
    }
    .commerce ul {
        max-width: 580px;
    }
    .commerce li:nth-child(2) {
        top: 22%;
        left: 14%;
    }
    .commerce li:nth-child(3) {
        top: 0;
        left: 29%;
    }
    .commerce li:nth-child(4) {
        top: 22%;
        left: 43.5%;
    }
    .commerce li:nth-child(5) {
        left: 58.5%;
        top: 0;
    }
    .commerce li:nth-child(6) {
        left: 74%;
        top: 22%;
    }
    .commerce ul::after {
        top: 5%;
        right: -63px;
    }
    .commerce ul::before {
        top: 23%;
        left: -70px;
    }
}
@media(max-width:768px) {
    .commerce li {
        width: 105px;
        height: 105px;
    }
    .commerce li a {
        font-size: 16px;
    }
    .commerce ul {
        max-width: 360px;
        height: 200px;
    }
    .commerce li:nth-child(2) {
        top: 27%;
        left: 15%;
    }
    .commerce li:nth-child(3) {
        top: 0;
        left: 30%;
    }
    .commerce li:nth-child(4) {
        top: 27%;
        left: 45.5%;
    }
    .commerce li:nth-child(5) {
        left: 61.5%;
        top: 0;
    }
    .commerce li:nth-child(6) {
        left: 77%;
        top: 27%;
    }
    .commerce ul::after {
        top: 17%;
        right: -16px;
        width: 40px;
        height: 40px;
        background-size: 100%;
    }
    .commerce ul::before {
        top: 29%;
        left: -22px;
        width: 40px;
        height: 40px;
        background-size: 100%;
    }
}
.channel {
    margin: 3% 0;
}
.channel li {
    width: 33.33%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 20px;
    padding: 40px 20px 20px 20px;
    color: #e60012;
    height: 240px;
}
.channel li:nth-child(2) {
    border-left: none;
    border-right: none;
}
.channel li figure img {
    max-width: 70px;
    transition: 0.6s;
}
.channel li:hover figure img {
    transform: rotateY(180deg);
}
.channel li p {
    font-size: 20px;
    color: #fff;
}
.channel li span {
    font-size: 16px;
    color: #fff;
}
@media(max-width:768px) {
    .channel li {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .channel li:nth-child(2n) {
        margin-right: 0;
    }
    .channel li p {
        font-size: 16px;
    }
    .channel li span {
        font-size: 14px;
    }
    .channel li figure img {
        max-width: 50px;
    }
}

/*
.Floor001689
*/
.Floor001689 {
    padding: 1% 0 2% 0;
}
.Floor001689 li {
    float: left;
    width: 21.5%;
    margin-right: 4.6%;
    margin-bottom: 4.6%;
}
.Floor001689 li:nth-child(2n) {
    padding-top: 0;
}
.Floor001689 li:nth-child(4n) {
    margin-right: 0;
}
.Floor001689 li a {
    display: block;
    overflow: hidden;
}
.Floor001689 li figure {
    padding-bottom: 109%;
    transition: 0.3s;
}
.Floor001689 li:hover figure {
    transform: scale(1.1);
}
.Floor001689 li div {
    background-color: #f8f8f8;
    margin: -5% 5% 0 5%;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 5%;
}
.Floor001689 li div * {
    margin: 0;
}
.Floor001689 li p {
    color: #d4d4d4;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0 25px 0;
    position: relative;
}
.Floor001689 li p::before {
    position: absolute;
    content: '>';
    left: 50%;
    bottom: 0;
    font-family: '宋体';
}
.Floor001689 li h3 {
    font-size: 16px;
}
.Floor001689 li a:hover div {
    background-color: #e60012;
    color: #fff;
}
.Floor001689 li a:hover div p {
    color: #fff;
    opacity: 0.3;
}
@media(max-width:1366px) {
    .Floor001689 {
        padding-bottom: 50px;
    }
}
@media(max-width:640px) {
    .Floor001689 li {
        padding-top: 0;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%
    }
    .Floor001689 li:nth-child(2n) {
        margin-right: 0;
    }
}
@media(max-width:480px) {
    .Floor001689 .title h1 {
        font-size: 24px;
    }
    .Floor001689 .title h1 span {
        color: #e57e47;
    }
    .Floor001689 .title p {
        font-size: 18px;
    }
}
.Market {
    margin: 3% 0 0 0;
}
.Market .tit {
    text-align: left;
    margin-bottom: 3%;
}
.Market .txt-top {
    margin-bottom: 3%;
}
.Market .img {
    margin-bottom: 20px;
    float: right;
    margin-top: -10%;
}
.Market .txt {
    float: left;
    width: 48%;
}
.Market p {
    font-size: 16px;
    line-height: 37px;
    text-indent: 2em;
    color: #666;
}
.Market .txt-logo {
    border: 1px solid #e8e8e8;
    margin-bottom: 3%;
}
.Market .txt-logo .log ul li.info {
    line-height: 26px;
    font-size: 15px;
    color: #333;
}
@media(min-width:1025px) {
    .Market .txt-logo .pic {
        width: 32%;
        border-left: 1px solid #eee;
        padding: 3%;
    }
    .Market .txt-logo .pic img {
        display: block;
        width: 100%;
    }
    .Market .txt-logo .log ul {
        width: auto;
        margin: 0 auto;
    }
    .Market .txt-logo .log ul li.info {
        padding: 0 30px;
        width: 75%;
    }
    .Market .txt-logo .log ul li.logo {
        border-right: 1px solid #e8e8e8;
        text-align: center;
    }
    .Market .txt-logo .log ul li.logo img {
        width: 140px;
        margin: 0 auto;
    }
}
@media(max-width:1024px) {
    .Market .ytable, .Market .ytable-cell {
        display: block;
    }
    .Market .txt-logo {
        padding: 5%;
        text-align: center;
    }
    .Market .txt-logo .log ul li.info {
        padding: 30px 0;
    }
    .Market .img, .Market .txt {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .Market p {
        font-size: 15px;
        line-height: 30px;
        text-align: left;
    }
}

/*PicList002172 */
.PicList002172 {
    padding: 3% 0 5% 0;
}
.PicList002172 .owl-carousel {
    padding: 0 30px;
}
.PicList002172 .item {
    padding: 0 15px;
}
.PicList002172 .item figure {
    border: 1px solid #e8e8e8;
    padding: 8%;
}
.PicList002172 .item img {
    display: none;
}
.PicList002172 .item figure span {
    display: block;
    padding-bottom: 65%;
    background-size: contain;
}
.PicList002172 .owl-carousel .ON figure {
    border-color: #e60012;
}
.PicList002172 .owl-nav div {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
    margin-top: -14px;
    background: url(../images/PicList002172-btn.png) no-repeat left bottom;
    overflow: hidden;
    line-height: 1000px;
}
.PicList002172 .owl-nav .owl-prev {
    left: 0;
}
.PicList002172 .owl-nav .owl-prev.disabled {
    background-position: left top;
}
.PicList002172 .owl-nav .owl-next {
    right: 0;
    background-position: right bottom;
}
.PicList002172 .owl-nav .owl-next.disabled {
    background-position: right top;
}
.PicList002172 .owl-nav div.disabled {
    cursor: default;
}
.PicList002172 .hover {
    padding-top: 10%;
    position: relative;
    margin-bottom: 5%;
}
.PicList002172 .hover dl {
    display: none;
}
.PicList002172 .hover dl dt {
    background: url(../images/PicList002172-bg.png) no-repeat center bottom;
    color: #fff;
    padding: 5% 65% 5% 5%;
}
.PicList002172 .hover dl dt p {
    margin: 0;
    text-align: center;
    font-size: 24px;
}
.PicList002172 .hover dl dt p.txt:after, .PicList002172 .hover dl dt p.year:before {
    display: block;
    content: '';
    height: 20px;
    background: url(../images/PicList002172-icon.png) no-repeat left top;
}
.PicList002172 .hover dl dt p.year {
    padding-bottom: 3%;
}
.PicList002172 .hover dl dt p.txt:after {
    background-position: right top;
}
.PicList002172 .hover dl dd {
    position: absolute;
    right: 0;
    height: 100%;
    width: 55%;
    top: 0;
    background-size: contain;
    /*background-color:#fff;*/
}
.PicList002172 .hover dl dd img {
    display: none;
}
@media(max-width:1000px) {
    .PicList002172 .item {
        padding: 0 10px;
    }
}
@media(max-width:640px) {
    .PicList002172 .hover {
        padding-top: 0;
    }
    .PicList002172 .hover dl dt {
        padding-right: 5%;
        margin-bottom: 2%;
    }
    .PicList002172 .hover dl dd {
        position: relative;
        height: auto;
        width: auto;
        padding-bottom: 50%;
    }
}
@media(max-width:480px) {
    .PicList002172 .hover dl dt p {
        font-size: 18px;
    }
    .PicList002172 .hover dl dt p.txt:after, .PicList002172 .hover dl dt p.year:before {
        height: 12px;
        background-size: auto 100%;
    }
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

/*.owl-carousel .owl-item img{display:block;width:100%}*/
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

/***end**/

/*PicList002856 */

/*slick Basic*/
.PicList002856 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.PicList002856 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.PicList002856 .slick-list:focus {
    outline: none
}
.PicList002856 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.PicList002856 .slick-slider .slick-track, .PicList002856 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.PicList002856 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.PicList002856 .slick-track:before, .PicList002856 .slick-track:after {
    display: table;
    content: '';
}
.PicList002856 .slick-track:after {
    clear: both;
}
.PicList002856 .slick-loading .slick-track {
    visibility: hidden;
}
.PicList002856 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.PicList002856 .slick-slide .slick-loading img {
    display: none;
}
.PicList002856 .slick-slide .dragging img {
    pointer-events: none;
}
.PicList002856 .slick-initialized .slick-slide {
    display: block;
}
.PicList002856 .slick-loading .slick-slide {
    visibility: hidden;
}
.PicList002856 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.PicList002856 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/
.PicList002856 {
    padding-top: 3%;
}
.PicList002856 .filter {
    max-width: 650px;
    margin-bottom: 3%;
}
.PicList002856 dl.year {
    position: relative;
    z-index: 10;
}
.PicList002856 dl.year dd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #f9f9f9;
    display: none;
}
.PicList002856 dl.year dd a {
    display: block;
    padding: 5px 20px;
    line-height: 24px;
    transition: 0.3s;
}
.PicList002856 dl.year dd a:hover {
    background: #ea5433;
    color: #fff;
}
.PicList002856 dl.year dt {
    position: relative;
    line-height: 50px;
    background: #f9f9f9;
    padding-right: 30px;
    padding-left: 20px;
}
.PicList002856 dl.year dt:after {
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-top-color: #666;
    border-top-width: 6px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
}
.PicList002856 ul.search {
    position: relative;
    padding-right: 132px;
    z-index: 2;
}
.PicList002856 ul.search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    line-height: 50px;
    background: #2a373f;
    text-align: center;
    color: #fff;
}
.PicList002856 ul.search .text {
    width: 100%;
    line-height: 50px;
    height: 50px;
    background: #f9f9f9;
    border: 0;
    padding: 0 20px;
    color: #dadada;
}
.PicList002856 ul.search .text.focus {
    color: #333;
}
.PicList002856 .top-new {
    margin-bottom: 2%;
}
.PicList002856 .top-new li {
    background: #f9f9f9;
}
.PicList002856 .top-new li .img img {
    display: block;
    width: 100%;
}
.PicList002856 .top-new li .txt .inner {
    padding: 20px;
}
.PicList002856 .top-new li .txt time {
    font-family: "DINBold";
    font-size: 16px;
    color: #333;
    display: block;
    border-left: 3px solid #ea5432;
    padding-left: 19px;
    margin-left: -20px;
}
.PicList002856 .top-new li .txt time b {
    display: block;
    font-size: 30px;
}
.PicList002856 .top-new li .txt aside {
    margin: 20px 0 0 0;
    font-size: 24px;
}
.PicList002856 .top-new li .txt p {
    line-height: 24px;
    color: #999;
    margin-top: 10px;
}
.PicList002856 .top-new .slick-arrow {
    position: absolute;
    width: 58px;
    height: 58px;
    top: auto;
    bottom: 0;
    transform: translate(0, 0);
    z-index: 10;
    background: #e60012 url(../images/PicList002856_prev.png) no-repeat center center;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.PicList002856 .top-new .slick-prev {
    margin-left: -58px;
}
.PicList002856 .top-new .slick-next {
    background-color: #fff;
    background-image: url(../images/PicList002856_next.png);
}
.PicList002856 .list li {
    background: #f9f9f9;
    margin-bottom: 2%;
    position: relative;
}
.PicList002856 .list li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #ea5433;
    opacity: 0;
    -webkit-opacity: 0;
    transition: 0.3s;
}
.PicList002856 .list li a:hover {
    opacity: 1;
    -webkit-opacity: 1;
}
.PicList002856 .list li .inner {
    padding: 40px;
    color: #333;
}
.PicList002856 .list li time {
    font-family: "DINBold";
    font-size: 16px;
}
.PicList002856 .list li aside.dot {
    font-size: 18px;
    margin: 5px 0 10px 0;
}
.PicList002856 .list li p {
    color: #999;
    line-height: 24px;
    margin: 0;
}
.PicList002856 .list li:hover aside.dot {
    color: #ea5433;
}
@media(min-width:1280px) {
    .PicList002856 .top-new li .txt .inner {
        max-width: 520px;
        margin: 0 auto;
    }
}
@media(min-width:641px) {
    .PicList002856 dl.year {
        float: left;
        width: 38.462%;
    }
    .PicList002856 ul.search {
        float: right;
        width: 59.231%;
    }
    .PicList002856 .list li {
        float: left;
        width: 48%;
    }
    .PicList002856 .list li:not(:nth-child(2n)) {
        margin-right: 4%;
    }
}
@media(min-width:769px) {
    .PicList002856 .top-new .slick-arrow {
        left: 50%;
        bottom: 0;
    }
    .PicList002856 .top-new li .img {
        width: 50%;
    }
}
@media(min-width:769px) and (max-width:1024px) {
    .PicList002856 .top-new .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .PicList002856 .top-new .slick-prev {
        margin-left: -50px;
    }
}
@media(max-width:1280px) {
    .PicList002856 .top-new li .txt .inner {
        max-width: 420px;
    }
    .PicList002856 .top-new li .txt aside {
        font-size: 20px;
    }
}
@media(max-width:960px) {
    .PicList002856 .top-new li .txt .inner {
        max-width: 280px;
    }
    .PicList002856 .top-new li .txt aside {
        font-size: 18px;
        line-height: 36px;
    }
}
@media(max-width:768px) {
    .PicList002856 .top-new li .ytable, .PicList002856 .top-new li .ytable-cell {
        display: block;
    }
    .PicList002856 .top-new .slick-arrow {
        top: 0;
        right: 0;
        width: 10vw;
        height: 10vw;
        background-size: 51% auto;
    }
    .PicList002856 .top-new .slick-prev {
        right: 10vw;
        margin-left: 0;
    }
    .PicList002856 .top-new li .txt {
        padding: 20px;
    }
    .PicList002856 .top-new li .txt .inner {
        max-width: 100%;
    }
}
@media(max-width:640px) {
    .PicList002856 .top-new li .txt aside {
        font-size: 18px;
    }
    .PicList002856 dl.year {
        margin-bottom: 10px;
    }
}

/*PicList002149 */
.PicList002149 {
    padding-bottom: 2%;
}
.PicList002149 h3 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
.PicList002149 p {
    line-height: 26px;
    overflow: hidden;
    color: #999;
    height: 52px;
    margin: 2% 0 0 0;
}
.PicList002149 ol {
    background-color: #fafafa;
    margin-bottom: 2%;
    position: relative;
    padding-left: 36.25%;
}
.PicList002149 ol .Ispic {
    width: 36.25%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.PicList002149 ol .Ispic img {
    display: none;
}
.PicList002149 ol div {
    padding: 5% 10% 3% 5%;
}
.PicList002149 ol h3 a {
    color: #d0111b;
}
.PicList002149 ol time {
    display: block;
    padding: 3% 0;
}
.PicList002149 ol p {
    margin: 0 0 3% 0;
    height: 78px;
}
.PicList002149 ol span {
    display: inline-block;
    width: 130px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #d0111b;
    font-size: 12px;
}
.PicList002149 li {
    overflow: hidden;
    padding-left: 160px;
    padding-right: 58px;
    position: relative;
    margin-bottom: 2%;
    background-color: #fafafa;
}
.PicList002149 li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    background: url(../images/PicList002149-more.png) no-repeat center center;
    border-left: 2px solid #fff;
}
.PicList002149 li div {
    border-left: 1px solid #ededed;
    padding: 2% 3%;
}
.PicList002149 li time {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 100%;
}
.PicList002149 li time span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b2b2b2;
    font-size: 16px;
}
.PicList002149 li time i {
    font-style: normal;
    font-size: 50px;
    color: #999;
    display: block;
    font-family: "Courier New", Courier, monospace;
    line-height: 40px;
}
.PicList002149 li time i:after {
    display: block;
    content: '';
    margin: 5px auto;
    height: 1px;
    width: 50%;
    max-width: 66px;
    background: #dfdfdf;
}
@media(max-width:1000px) {
    .PicList002149 li {
        padding-left: 100px;
        padding-right: 30px;
    }
    .PicList002149 li:after {
        width: 30px;
        background-size: 35% auto;
    }
    .PicList002149 li time {
        width: 100px;
    }
    .PicList002149 li time span {
        font-size: 14px;
    }
    .PicList002149 li time i {
        font-size: 40px;
        line-height: 30px;
    }
}
@media(max-width:768px) {
    .PicList002149 h3 {
        font-size: 16px;
    }
}
@media(max-width:640px) {
    .PicList002149 ol {
        padding-left: 0;
    }
    .PicList002149 ol .Ispic {
        width: auto;
        position: relative;
        height: auto;
        display: block;
        padding-bottom: 60%;
    }
    .PicList002149 ol div {
        padding: 3%;
    }
}
@media(max-width:480px) {
    .PicList002149 li {
        padding-left: 80px;
        padding-right: 0;
    }
    .PicList002149 li:after {
        display: none;
    }
    .PicList002149 li time {
        width: 80px;
    }
    .PicList002149 li time span {
        font-size: 12px;
    }
    .PicList002149 li time i {
        font-size: 30px;
    }
    .PicList002149 ol p {
        height: 60px;
    }
}

/*RighInfo001774*/

/*slick Basic*/
.RighInfo001774 .slick-slider {
    position: relative;
    z-index: 1;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.RighInfo001774 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.RighInfo001774 .slick-list:focus {
    outline: none
}
.RighInfo001774 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.RighInfo001774 .slick-slider .slick-track, .RighInfo001774 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.RighInfo001774 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.RighInfo001774 .slick-track:before, .RighInfo001774 .slick-track:after {
    display: table;
    content: '';
}
.RighInfo001774 .slick-track:after {
    clear: both;
}
.RighInfo001774 .slick-loading .slick-track {
    visibility: hidden;
}
.RighInfo001774 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.RighInfo001774 .slick-slide .slick-loading img {
    display: none;
}
.RighInfo001774 .slick-slide .dragging img {
    pointer-events: none;
}
.RighInfo001774 .slick-initialized .slick-slide {
    display: block;
}
.RighInfo001774 .slick-loading .slick-slide {
    visibility: hidden;
}
.RighInfo001774 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.RighInfo001774 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/
.RighInfo001774 {
    padding: 3% 0;
}
.RighInfo001774 .list_img {
    float: left;
    width: 35%;
}
.RighInfo001774 .big {
    margin-bottom: 20px;
}
/*.RighInfo001774 .big li figure {
    padding-bottom: 120%;
    background-size: contain;
}*/
.RighInfo001774 .big li figure {
    padding-bottom: 63%;
    background-size: contain;
    background-position: center bottom 20%;
}
.RighInfo001774 .small {
    padding: 0 30px;
    position: relative;
}
.RighInfo001774 .small .slick-arrow {
    position: absolute;
    height: 100%;
    top: 0%;
    width: 25px;
    z-index: 10;
    cursor: pointer;
    border: 0;
    background: none;
    padding: 0;
}
.RighInfo001774 .small .slick-prev {
    left: 0;
}
.RighInfo001774 .small .slick-next {
    right: 0;
}
.RighInfo001774 .small .slick-disabled {
    cursor: default;
}
.RighInfo001774 .small .slick-arrow span {
    font-size: 20px;
    color: #ccc;
}
.RighInfo001774 .small li figure {
    margin: 0 auto;
    padding-bottom: 90%;
    background-size: contain;
    max-width: 90%;
    border: 0px solid #e5e5e5;
}
.RighInfo001774 .small li.slick-current figure {
    border-color: ;
}
.RighInfo001774 .intro {
    float: right;
    width: 62%;
    padding-right: 2%;
}
.RighInfo001774 .intro h1 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
.RighInfo001774 .intro dl {
    border-top: 1px solid #d9d9d9;
    padding: 3% 0;
    border-bottom: 1px solid #d9d9d9;
}
.RighInfo001774 .intro dd {
    line-height: 30px;
    padding: 5px 0;
    font-size: 17px;
    color: #666;
}
.RighInfo001774 .intro p {
    line-height: 30px;
    color: #666;
    font-size: 15px;
}
.RighInfo001774 .intro .contact {
    padding: 3% 0;
}
.RighInfo001774 .intro .contact a {
    background: #e60012;
    width: 120px;
    text-align: center;
    border: 1px solid #e60012;
    border-radius: 6px;
    line-height: 34px;
    display: inline-block;
    color: #fff;
    margin-right: 30px;
}
.RighInfo001774 .intro .contact a:hover {}
@media(max-width:960px) {
    .RighInfo001774 .intro, .RighInfo001774 .list_img {
        width: 100%;
        float: none;
    }
    .RighInfo001774 .big li figure {
        padding-bottom: 60%;
    }
    .RighInfo001774 .intro dd {
        font-size: 15px;
        line-height: 30px;
    }
}
.zoomContainer {
    z-index: 100;
}

/*PicList002736 */
.PicList002736 {
    padding: 2% 0;
}
.PicList002736 li {
    margin-bottom: 2%;
}
.PicList002736 li a {
    overflow: hidden;
    display: block;
    background: #fff;
    border: 1px solid #e8e8e8;
    transition: 0.3s;
    border-radius: 3px;
}
.PicList002736 li a:hover {
    box-shadow: 0 10px 14px rgba(60, 60, 66, 0.3);
}
.PicList002736 li .Ispic {
    background-size: contain;
    background-color: #fff;
}
.PicList002736 li .txt {
    padding: 2.5% 0;
}
.PicList002736 li .txt h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.PicList002736 li .txt p {
    line-height: 28px;
    color: #555;
    height: 84px;
    margin-bottom: 0;
}
.PicList002736 li .txt .more {
    padding-top: 10px
}
.PicList002736 li .txt .more span {
    padding: 12px 45px 12px 36px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #e60012;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-top: 25px;
}
.PicList002736 li .txt .more span:before {
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 16px;
    right: 23px;
    content: "";
}
@media(min-width:481px) {
    .PicList002736 li .Ispic {
        float: left;
    }
    .PicList002736 li .txt {
        float: right;
        margin-right: 3%;
    }
}
@media(min-width:1025px) {
    .PicList002736 li .Ispic {
        width: 30.927%;
        padding-bottom: 24.508%;
    }
    .PicList002736 li .txt {
        width: 63.736%;
    }
}
@media(min-width:481px) and (max-width:1024px) {
    .PicList002736 li .Ispic {
        width: 45%;
        padding-bottom: 31.3%;
    }
    .PicList002736 li .txt {
        width: 48%;
    }
}
@media(max-width:640px) {
    .PicList002736 li .txt p {
        -webkit-line-clamp: 3;
        height: 84px;
    }
}
@media(max-width:480px) {
    .PicList002736 li {
        margin-bottom: 20px;
    }
    .PicList002736 li .Ispic {
        padding-bottom: 69.5%;
    }
    .PicList002736 li .txt {
        padding: 15px;
    }
}

/*
.Floor002279
*/
.Floor002279 .wrap-container {
    margin: 0 2%;
}
@media only screen and (min-width:1024px) {
    .Floor002279 .wrap-container {
        margin: 0 0px;
    }
}
.Floor002279 .wrap-container {
    position: relative;
}
.Floor002279 .wrap-tit {
    position: absolute;
    top: 50%;
    margin-top: -87px;
    left: 40px;
    z-index: 99;
}
.Floor002279 .wrap-tit a {
    -webkit-writing-mode: vertical-lr;
    writing-mode: tb-rl;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}
.Floor002279 .wrap-tit a i {
    font-style: normal;
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
}
.Floor002279 .wrap-tit h1 {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-family: Chaparral Pro;
    font-size: 34px;
    line-height: 1.15;
    margin-top: 25px;
}
.Floor002279 .wrap-tit h1 span {
    display: block;
    font-size: 14px;
    font-family: "宋体";
}
.Floor002279 .list .item {
    transition: all .5s ease-out;
    padding-left: 1px;
    width: 33.33%;
    float: left;
}
.Floor002279 .list .item .item-inner {
    position: relative;
}
.Floor002279 .list .item .pic {
    width: 100%;
}
.Floor002279 .list .item .pic img {
    width: 100%;
}
.Floor002279 .list .item .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
    transition: opacity .5s ease-in-out;
}
.Floor002279 .list .item .tit {
    position: absolute;
    left: 55px;
    top: 65px;
    font-size: 32px;
    font-family: FZCQJW;
    text-align: left;
    z-index: 3;
    color: #e60012;
    line-height: 1.2;
    transition: all .5s ease-in-out;
}
.Floor002279 .list .item .tit span {
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
    opacity: 0.5
}
.Floor002279 .list .item .more {
    position: absolute;
    bottom: 35px;
    left: 35px;
    z-index: 3;
    color: #333;
    font-size: 14px;
    padding-right: 20px;
    line-height: 14px;
    transition: all .5s ease-out;
}
.Floor002279 .list .item .more i {
    background: url(../images/Floor002279-icon.png) no-repeat right center;
    background-size: 100%;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Floor002279 .list .item:hover {
    text-align: center;
}
.Floor002279 .list .item:hover .layer {
    opacity: .35;
}
.Floor002279 .list .item:hover .tit {
    transform: translate(-50%, -45%);
    top: 45%;
    text-align: center;
    left: 50%;
}
.Floor002279 .list .item:hover .more {
    transform: translate(-50%, -60%);
    top: 60%;
    left: 50%;
    background-color: #e60012;
    width: 124px;
    height: 35px;
    line-height: 35px;
    color: #fff;
}
.Floor002279 .list .item:hover .more i {
    background-image: url(../images/Floor002279-icon_hover.png);
    right: 15px;
}
.Floor002279 .owl-nav {
    display: none !important
}
.Floor002279 .list .item .tit span {
    font-size: 34px;
}
@media only screen and (max-width:1024px) {
    .Floor002279 .list .item .tit, .Floor002279 .list .item .tit span {
        font-size: 24px;
    }
    .Floor002279 .list .item:hover .tit {
        top: 45%;
    }
    .Floor002279 .list .item:hover .more {
        top: 70%;
    }
}
@media only screen and (max-width:1674px) {
    .Floor002279 .list .auto {}
    .Floor002279 .wrap-tit h1 {
        color: #333;
    }
    .Floor002279 .wrap-tit a {
        color: #666;
    }
    .Floor002279 .wrap-tit {
        left: 0;
    }
}
@media only screen and (max-width:1400px) {
    .Floor002279 .list .item .tit,
    .Floor002279 .list .item .tit span {
        font-size: 26px;
    }
    .Floor002279 .list .item:hover .tit {
        transform: translate(-50%, -25%);
        top: 25%;
        text-align: center;
        left: 50%;
    }
}
@media only screen and (max-width:960px) {
    .Floor002279 .list .item .tit, .Floor002279 .list .item .tit span {
        font-size: 18px;
    }
}
@media only screen and (max-width:640px) {
    .Floor002279 .list .item {
        width: 50%;
    }
    .Floor002279 .list .item .tit, .Floor002279 .list .item .tit span {
        font-size: 16px;
        left: 10px;
    }
    .Floor002279 .list .item:hover .tit {
        top: 25%;
    }
}
@media only screen and (max-width:365px) {
    .Floor002279 .list .item:hover .more {
        transform: translate(-50%, -70%);
        top: 70%;
    }
}

/*
.Banner002465
*/
.Banner002465 {
    position: relative;
}
.Banner002465 li a {
    display: block;
}
.Banner002465 li a .phoneimg {
    display: none;
}
.Banner002465 .owl-dots {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    z-index: 10;
}
.Banner002465 .owl-dots>div {
    display: inline-block;
    margin: 0 0.8%;
    position: relative;
}
.Banner002465 .owl-dots>div span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=50);
}
.Banner002465 .owl-dots>div.active span {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #e60012;
}
.Banner002465 .owl-nav>div {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: url(../images/Banner002465-btns.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.Banner002465 .owl-nav .owl-prev {
    left: 5%;
    background-position: 0 0;
}
.Banner002465 .owl-nav .owl-next {
    right: 5%;
    background-position: -50px 0;
}
.Banner002465 .owl-nav .owl-prev:hover {
    background-position: 0 -50px;
}
.Banner002465 .owl-nav .owl-next:hover {
    background-position: -50px -50px;
}
@media(max-width:1200px) {
    .Banner002465 li a .pcimg {
        display: none;
    }
    .Banner002465 li a .phoneimg {
        display: block;
    }
    .Banner002465 .owl-dots>div {
        margin: 0 3px;
    }
}

/*
.RighInfo002257
*/
.RighInfo002257 {
    padding: 3% 0;
}
.RighInfo002257 .item {
    border-bottom: 1px dashed #ededed;
    padding-bottom: 3%;
    margin-bottom: 3%;
}
.RighInfo002257 .item .con {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    text-align: justify;
    margin-top: 10px;
}
.RighInfo002257 .item .biao {
    font-size: 24px;
    color: #e70012;
    margin: 0 0;
}
@media only screen and (min-width:768px) {
    .RighInfo002257 .item .pic {
        float: left;
        width: 45%;
    }
    .RighInfo002257 .item .word {
        float: right;
        width: 50%;
    }
    .RighInfo002257 .item:nth-child(2n) .pic {
        float: right;
        width: 15%;
    }
    .RighInfo002257 .item:nth-child(2n) .word {
        float: left;
        width: 80%;
    }
}
@media only screen and (max-width:767px) {
    .RighInfo002257 .item .biao {
        font-size: 20px;
    }
    .RighInfo002257 .item .word {
        padding-bottom: 15px;
    }
    .RighInfo002257 .item .word {
        padding-top: 0 !important;
    }
    .RighInfo002257 .item:nth-child(2n) .pic {
        text-align: center;
    }
}

/*
.Floor002467
*/
.Floor002467 {
    margin-top: 2%;
}
.Floor002467 .videobox {
    position: relative;
    height: 200px;
    max-width: 443px;
    margin: 0 auto;
}
.Floor002467 .videobg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 200px;
}
.Floor002467 .videobg .play {
    display: block;
    background: url(../images/Floor002467-play.png) no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 30px 30px;
    cursor: pointer;
    z-index: 5;
}
.Floor002467 .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    display: none;
}
.Floor002467 .video video {
    width: 100%;
    height: 100%;
    background: #000;
}
@media only screen and (min-width:768px) {
    .Floor002467 .videobg, .Floor002467 .videobox {
        height: 400px;
    }
    .Floor002467 .videobg .play {
        background-size: 40px 40px;
    }
    .Floor002467 .videobox {
    max-width: 885px;
    
}
}
@media only screen and (min-width:1200px) {
    .Floor002467 .videobg, .Floor002467 .videobox {
        height: 400px;
    }
    .Floor002467 .videobg .play {
        background-size: 50px 50px;
    }
}

/*RighInfo002519 */
.RighInfo002519 {
    padding: 3% 0 5% 0;
}
.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;
    }
}

/*RighInfo002816 */
.RighInfo002816 {
    padding-top: 3%;
}
.RighInfo002816 .img-block {
    display: block;
    width: 100%;
}
.RighInfo002816 ul {
    margin-bottom: 6%;
}
.RighInfo002816 ul .inner {
    width: 360px;
    /*    margin-left: 29.5%;*/
    background: #fafafa;
    padding: 1% 9%;
}
.RighInfo002816 ul h3 {
    font-size: 18px;
    color: #e60012;
}
.RighInfo002816 ul h3:before {
    display: inline-block;
    content: '';
    height: 16px;
    width: 4px;
    background: #e60012;
    vertical-align: middle;
    margin-right: 15px;
}
.RighInfo002816 ul .li p {
    line-height: 28px;
    color: #666;
}
.RighInfo002816 ul .li .icon {}

.RighInfo002816 .bt {
    margin: 3% 0;
    text-align: center;
}
.RighInfo002816 .bt a {
    display: inline-block;
    border: 1px solid #e60012;
    color: #e60012;
    padding: 10px 70px 10px 50px;
    border-radius: 3px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
.RighInfo002816 .bt a i {
    position: absolute;
    font-family: 宋体;
    font-style: normal;
    right: 34px;
    top: 50%;
    margin-top: -8px;
    font-weight: 600;
}
.RighInfo002816 .bt a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    height: 100%;
    z-index: -1;
    background: #e60012;
    transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
}
.RighInfo002816 .bt a:hover:before {
    width: 100%;
    color: #fff;
}
.RighInfo002816 .bt:hover a {
    color: #fff;
    z-index: 2;
}

@media(min-width:1025px) {
    /*     .RighInfo002816 ul:nth-child(2n-1) .ol {
        float: left;
    }
    .RighInfo002816 ul:nth-child(2n-1) .li {
        float: right;
        display: block;
        margin-left: 28%;
        position: absolute;
    }
    .RighInfo002816 ul:nth-child(2n) .ol {
        float: right;
    }
    .RighInfo002816 ul:nth-child(2n) .li {
        float: left;
    } */
    .RighInfo002816 ul .ol {
        width: 69%;
        float: left;
    }
    .RighInfo002816 ul .li {
        width: 28%;
        float: right;
    }
    .RighInfo002816 ul .li {
        position: relative;
        z-index: 10;
    }
    .RighInfo002816 ul:nth-child(2n) .li .inner {
        width: 110%;
        padding-right: 15%;
    }
}
@media(max-width:1024px) {
    .RighInfo002816 ul .li {
        padding: 0 !important;
    }
    .RighInfo002816 ul .inner {
        padding: 20px;
        width: 100%;
        margin-left: 0;
    }
    .RighInfo002816 ul .li p {
        font-size: 15px;
        line-height: 30px;
    }
}

/*Banner002640 */
.Banner002640 {
    position: relative;
    z-index: 1;
    margin-top: 3%;
}
.Banner002640 li img {
    display: block;
    width: 100%;
}
.Banner002640 .bx-viewport {
    z-index: 1;
}
.Banner002640 .bx-controls-direction a {
    display: none;
}
.Banner002640 .bx-pager {
    text-align: center;
    margin-top: 2%;
}
.Banner002640 .bx-pager div {
    display: inline-block;
    padding: 0 5px;
}
.Banner002640 .bx-pager a {
    display: block;
    border: 1px solid #b1b1b1;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin: 0 2px;
    position: relative;
    font-size: 0;
    padding: 0;
}
.Banner002640 .bx-pager a.active::before {
    background: #e60012;
}
.Banner002640 .bx-pager a::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: '';
    background: #b1b1b1;
}
@media(max-width:480px) {
    .Banner002640 .bx-pager a {
        width: 8px;
        height: 8px;
    }
}
.product_list {
    background: #fdf8f6;
    padding: 3% 0 0;
}
.product_box {
    margin: 1% 0 3.3%;
}
.product_box .scale .Ispic:hover {
    transform: scale(1.15);
}

.product_box li {
    width: 23%;
    float: left;
    margin-right: 2.65%;
    text-align: center;margin-bottom: 2%;
}
.product_box li:nth-child(4n) {
    margin-right: 0;
}
.product_box li p {
    font-size: 18px;
    color: #666;
}
.product_box li:hover p {
    color: #e60012;
}
@media(max-width:640px) {
    .product_box li {
        width: 48%;
        margin-right: 4%;
    }
    .product_box li:nth-child(2n) {
        margin-right: 0;
    }
    .product_box li p {
        font-size: 15px;
    }
}

/*Form002219*/
.Form002219 {
    padding: 3% 0;
}
.Form002219 dl {
    width: 48%;
    float: left;
    padding-left: 85px;
    min-height: 40px;
    position: relative;
    margin-bottom: 15px;
    max-width: 420px;
}
.Form002219 dl.odd {
    margin-left: 4%;
}
.Form002219 dt {
    color: #5b5b5b;
    font-size: 14px;
    position: absolute;
    left: 0;
    width: 70px;
    text-align: right;
    line-height: 40px;
}
.Form002219 .text {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    line-height: 38px;
    height: 38px;
    color: #5b5b5b;
}
.Form002219 dl.dl {
    width: 100%;
    float: none;
    max-width: none;
}
.Form002219 textarea {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
    resize: none;
    width: 100%;
    height: 360px;
    padding: 10px;
    color: #5b5b5b;
}
.Form002219 .btn {
    display: inline-block;
    line-height: 40px;
    min-width: 140px;
    margin-right: 20px;
    background-color: #f3f3f3;
    color: #728391;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.Form002219 .submitbtn {
    color: #fff;
    background-color: #e60012;
}
@media(max-width:640px) {
    .Form002219 dl {
        float: none;
        width: 100%;
        margin-left: 0 !important;
    }
    .Form002219 textarea {
        height: 250px;
    }
}
@media(max-width:480px) {
    .Form002219 .btn {
        width: 48%;
        margin-right: 2%;
        float: left;
        display: block;
        min-width: 2px;
    }
}

/*Form002219 End*/

/* 新增图片交互效果 */
.scale {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.scale .Ispic {
    transition: 0.3s;
}
.scale .Ispic:hover {
    transform: scale(1.05);
}
.bdshare-button-style0-24 a:hover{    opacity: 1.8 !important;}