/*  */

.f0 {
    font-size: 0;
}

.f10 {
    font-size: 10px !important;
}

.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f22 {
    font-size: 22px !important;
}

.f24 {
    font-size: 24px !important;
}

.f26 {
    font-size: 26px !important;
}

.f28 {
    font-size: 28px !important;
}

.f30 {
    font-size: 30px !important;
}

.f32 {
    font-size: 32px !important;
}

.f34 {
    font-size: 34px !important;
}

.f36 {
    font-size: 36px !important;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

/* color */

.color-black {
    color: black !important;
}

.color-white {
    color: white !important;
}

.color-333 {
    color: #333 !important;
}

.color-666 {
    color: #666 !important;
}

.color-999 {
    color: #999 !important;
}


/* background */

.bg-black {
    background-color: #000 !important;
}

.bg-white {
    background-color: #fff !important;
}


/* display */

.overflow {
    overflow: hidden;
}

.overflow-x {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.flex {
    display: flex !important;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-center-start {
    justify-content: flex-start;
}

.flex-center-1 {
    justify-content: center;
}

.flex-center-2 {
    justify-content: space-around;
}

.flex-center-3 {
    justify-content: space-between;
}

.flex-center-end {
    justify-content: flex-end;
}

.flex-top {
    align-items: flex-start;
}

.flex-bottom {
    align-items: flex-end;
}

.flex-mid {
    align-items: center;
}

.flex-more-mid-1 {
    align-content: center;
}

.flex-more-mid-2 {
    align-content: space-around;
}

.flex-more-mid-3 {
    align-content: space-between;
}

.flex-more-mid-4 {
    align-content: stretch;
}

.flex-order-1 {
    order: 1;
}

.flex-order-2 {
    order: 2;
}

.flex-order-3 {
    order: 3;
}

.flex-0 {
    flex-grow: 0;
    flex-shrink: 0;
}

.flex-1 {
    flex-grow: 1;
    flex-shrink: 1;
}

.flex-2 {
    flex-grow: 2;
    flex-shrink: 2;
}

.flex-3 {
    flex-grow: 3;
    flex-shrink: 3;
}

.flex-self-mid {
    align-self: center;
}

.flex-self-bottom {
    align-self: flex-end;
}


/* width  height */

.w50-percent {
    width: 50% !important;
}

.w100-percent {
    width: 100% !important;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

.w200 {
    width: 200px;
}

.w220 {
    width: 220px;
}

.w250 {
    width: 250px;
}

.w280 {
    width: 280px;
}

.w130 {
    width: 130px;
}

.w140 {
    width: 140px;
}

.w160 {
    width: 160px;
}

.w300 {
    width: 300px;
}

.w340 {
    width: 340px;
}

.w380 {
    width: 380px;
}

.w800 {
    width: 800px;
}

.w550 {
    width: 550px;
}

.h100-percent {
    height: 100%;
}

.wh100-percent {
    width: 100%;
    height: 100%;
}

.opacity {
    opacity: 0;
}

.pointer {
    cursor: pointer;
}


/* border */

.border-none {
    border: none !important;
}

.border {
    border: 1px transparent solid;
}

.border-bottom {
    border-bottom: 1px solid;
}

.border-top {
    border-top: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

.border-left {
    border-left: 1px solid;
}

.border-color-333 {
    border-color: #333;
}

.border-color-666 {
    border-color: #666;
}

.border-color-999 {
    border-color: #999;
}

.border-radius-50-percent {
    border-radius: 50% !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-20 {
    border-radius: 20px !important;
}


/* ve */

.v-top {
    vertical-align: top;
}

.v-mid {
    vertical-align: middle;
}

.v-bottom {
    vertical-align: bottom;
}

.v-mid-after::after {
    display: inline-block;
    content: "";
    vertical-align: middle;
    height: 100%;
}


/* text-center */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-no-wrap {
    white-space: normal;
}

.text-hide-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-hide-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text-hide-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}
/* index  share*/

.home_title-box {
    height: 338px;
    text-align: center;
    padding-top: 98px;
}


/* share-title ?¨???? */

.home_title-bar {
    display: inline-block;
    width: 60px;
    height: 4px;
    background-color: #f90036;
}


/* share-title ???é?? */

.home_title {
    font-family: 'Times New Roman';
    font-size: 46px;
    line-height: 1;
    color: #333;
    font-weight: normal;
    padding: 32px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_title .cn {
    font-family: "???è??é?…é?‘";
    font-size: 36px;
    font-weight: normal;
}

.home_title .c81 {
    color: #f90036;
}

.home_title .cp {
    padding: 0 20px;
}

.home_title .en {
    /* display: inline-block; */
    /* transform: matrix(1, 0, 0, 1, 0, 3); */
    padding-top: 7px;
}


/* share-title ?‰????é?? è?±?–? */

.home_title-sub span {
    font-family: 'Times New Roman';
    display: block;
    line-height: 1;
    font-size: 10px;
    color: #666666;
    padding-top: 10px;
}


/* ????…§ */

.home_share-box {
    font-size: 0;
}

.home_share-item {
    position: relative;
    font-family: "STKaiti";
    display: inline-block;
    width: 380px;
    margin-bottom: 30px;
    overflow: hidden;
}

.home_share-item-img {
    position: relative;
    width: 100%;
    max-height: 550px;
    overflow: hidden;
}

.home_share-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    /*background-image: url('?images/style.png');*/
    background-size: cover;
    opacity: 0;
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transition-duration: 600ms;
    z-index: 2;
}

.home_share-item-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    border-bottom: 1px #dedede solid;
    transition-duration: 600ms;
    color: #333;
}

.home_share-item .home_share-item-text .type {
    color: #999;
    transition-duration: 600ms;
}

.home_share-item:hover .home_share-item-text .type {
    color: #fff;
}

.home_share-item:hover .home_share-item-text {
    color: #fff;
    background-color: #f90036;/* background: #f90036; 旅拍色*/
    padding: 0 20px;
}

.home_share-item:hover .home_share-item-bg {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.home_share-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto 0;
    width: 380px;
    height: 40px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px #231815 solid;
    font-size: 12px;
    color: #333;
    transition-duration: 600ms;
}

.home_share-more-text {
    flex-grow: 1;
    text-align: center;
}

.home_share-more-btn {
    width: 100px;
    background-color: #231815;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_share-more-btn i {
    width: 20px;
    height: 20px;
    border: 2px #fff solid;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
}

.home_share-more:hover {
    color: #f90036;/* background: #f90036; 旅拍色*/
}


/* é????? */

.home_style-box-img {
    display: block;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.home_style-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_style-item {
    position: relative;
    width: 170px;
    padding: 12px 10px;
    transition-duration: 600ms;
}

.home_style-item::before {
    position: absolute;
    content: "";
    width: 110%;
    height: 30px;
    background-color: #fff;
    top: -30px;
    left: -5%;
}

.home_style-item-img {
    width: 100%;
    height: 112px;
    overflow: hidden;
}

.home_style-item-text {
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.home_style-item-text .bar {
    width: 30px;
    height: 4px;
    border-radius: 1px;
    background-color: #f90036;/* background: #f90036; 旅拍色*/
}

.home_style-item.active,
.home_style-item:hover {
    background-color: #fff;
    box-shadow: 0 1px 30px rgba(0, 0, 0, .2);
}


/* ?“??‰?è§?é?‘ */

.home_brand-video-box {
    position: relative;
    width: 1200px;
    height: 600px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home_brand-videos {
    position: absolute;
    width: 1200px;
    height: 600px;
    top: 0;
    left: 0;
    z-index: 1;
    zoom: 1;
}

.home_brand-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0; */
}

.home_brand-video.active {
    opacity: 1;
}

.home_brand-video-shade {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition-duration: 300ms;
    z-index: 9;
}

.home_brand-video-shade.active {
    display: none;
    opacity: 0;
    pointer-events: none;
}

.home_brand-video-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    cursor: pointer;
    z-index: 3;
}

.home_brand-video-play .iconfont {
    display: inline-block;
    font-size: 100px;
    color: #fff;
    margin: 250px 0 0 550px;
}
.icon-play:before { content: url(?tp_images/pc_video.png); }

/*.icon-close:before { content: url(?tp_images/pc_close.png); }

.andi:after { content: url(?tp_images/pc_video.png); }*/

.home_brand-video-box img {
    
    display: block;
    width: 100%;
    z-index: 2;
}

.home_brand-box {
    position: relative;
    padding-top: 40px;
    top: -20px;
    width: 100%;
    max-width:1240px;
    /*overflow-x: hidden; */
    z-index: 12;padding-bottom:90px;
}

.home_brand-list {
    position: relative;
    display: flex;
    width: 100%;
    max-width:1240px;
    /*align-items: center;*/
    transition-duration: 600ms;
    z-index: 12;
}

.home_brand-item 
{
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    height: 272px;
    transition-duration: 600ms;
    transform-origin: 50% 50%;
    margin-right: 2%;
    display:block;
    /* overflow: hidden; */
}
.home_brand-item span{ display:block;height:60px; line-height:60px; text-align:center; font-size:16px; color:#333;}

.home_brand-item-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    filter: alpha(opacity=50);
    background-color: rgba(0, 0, 0, .5);
    transition-duration: 600ms;
}

.home_brand-item-play i {
    font-size: 50px;
    color: #fff;
}


/* .home_brand-item img {
    transform-origin: 50% 50% 0;
    transition-duration: 600ms;
} */

.home_brand-item-box {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: 600ms;
}

.home_brand-item.active .home_brand-item-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 282px;
    margin: -36px 0 0 -60px;
    padding: 20px 0;
    background-color: #f90036;
    z-index: 1;
    text-align: center;
}

.home_brand-item.active .home_brand-item-box img {
    display: inline-block;
    height: 100%;
}


/* .home_brand-item:hover, */

.home_brand-item.active {
    position: relative;
    /* transform: matrix(1.33, 0, 0, 1.33, 0, 0); */
    background-color: #f90036;
    z-index: 1;
}


/* .home_brand-item:hover img, */

.home_brand-item.active img {
    /* transform: matrix(.88, 0, 0, .88, 0, 0); */
}

.home_brand-item:hover .home_brand-item-play,
.home_brand-item.active .home_brand-item-play {
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    opacity: 0;
}

.home_brand-switch {
    height: 150px;
    display: flex;
    align-items: center;
}

.home_brand-switch-btn {
    width: 360px;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 600ms;
}

.home_brand-switch-btn.active {
    opacity: 0;
    pointer-events: none;
}

.home_brand-switch-btn i {
    padding: 0 20px;
    font-size: 22px;
}

.home_brand-switch-btn:hover {
    color: #f90036;
}

.home_brand-item-name {
    font-size: 18px;
    color: #333;
    text-align: center;
}


/* news */

.home_news .home_title-box {
    height: 360px;
}

.home_news .home_title-box .home_title-0 {
    padding-bottom: 12px;
}

.home_news .home_title-box .home_title-1 {
    padding-top: 0;
}

.home_news-box {
    display: flex;
    align-items: top;
    padding: 20px 0 60px;
    font-size: 0;
}

.home_news-left {
    position: relative;
    overflow: hidden;
    height: 602px;
}

.home_news-left a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 602px;
    overflow: hidden;
    transition-duration: 600ms;
    opacity: 0;
    pointer-events: none;
    transform: matrix(1, 0, 0, 1, 20, 0);
}

.home_news-left a.active {
    opacity: 1;
    pointer-events: auto;
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.home_news-left a img {
    height: 100%;width: 100%;
}

.home_news-left,
.home_news-right {
    width: calc(100% - 960px);
    overflow: hidden;
    display: inline-block;
}

.home_news-right {
    padding-left: 20px;
}

.home_new-switch {
    overflow: hidden;
}

.home_news-right-box {
    position: relative;
    left: 0;
    font-size: 0;
    transition-duration: 600ms;
}

.home_news-right-item {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
}

.home_new-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
    background-color: #f4f5f5;
    padding: 0 35px;
    border-radius: 4px;
    margin-bottom: 24px;
    color: #333;
    font-size: 16px;
    transition-duration: 600ms;
}

.home_new-item-day {
    font-size: 72px;
    font-weight: bold;
    padding-right: 20px;
}

.home_new-item-time {
    padding-bottom: 8px;
}

.home_new-item time {
    position: relative;
    display: inline-block;
    color: #999;
    transition-duration: 600ms;
}

.home_new-bar {
    border-top: 1px #fff solid;
    width: 0;
    transition-duration: 600ms;
}

.home_new-item.active,
.home_new-item:hover {
    background-color: #f90036;/* background: #f90036; 旅拍色*/
}

.home_new-item.active,
.home_new-item.active time,
.home_new-item:hover,
.home_new-item:hover time {
    color: #fff;
}

.home_new-item.active .home_new-bar,
.home_new-item:hover .home_new-bar {
    width: 50px;
    margin-right: 15px;
}

.home_new-more {
    width: 100%;
    height: 80px;
    font-size: 0;
    border-radius: 4px;
    transition-duration: 600ms;
}

.home_new-more a {
    display: inline-block;
    height: 100%;
    width: 80px;
    font-size: 16px;
    color: #666;
    line-height: 80px;
    text-align: center;
    transition-duration: 600ms;
    border-radius: 4px;
    background-color: #f4f5f5;
}

.home_news-right-next {
    margin-left: 20px;
}

.home_new-more i {
    display: inline-block;
    font-size: 50px;
}

.home_new-more a:hover {
    color: #fff;
    background-color: #f90036;/* background: #f90036; 旅拍色*/
}

.all-info {
    padding: 30px 0 0;
}

.all-info img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.share-info-box {
    width: 920px;
    padding-bottom: 30px;
}

.winh {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    display: none;
}


/*  */

.share_nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
}

.share_nav.active {
    position: fixed;
    top: 30px;
    right: calc( (100% - 1200px)/2);
}

.share-info-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-bottom: 2px #382e25 solid;
}

.share-info-list {
    padding-top: 10px;
}

.share-info-list a {
    display: block;
    width: 100%;
    line-height: 38px;
    text-align: center;
    border: 1px #dedede solid;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    transition-duration: 600ms;
    background-color: #fff;
}

.share-info-list a:hover,
.share-info-list a.active {
    background-color: #f90036;
    color: #fff;
    border-radius: 20px;
}


/*  */

.share-info-banner {
    display: block;
    padding: 30px 0;
}


/*  */

.share-info-more-title {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 16px;
    line-height: 1;
    padding: 15px 0 20px;
}

.share-info-more-title p {
    display: inline-block;
    font-size: 18px;
    color: #333;
    padding-right: 15px;
}

.share-info-more-list {
    display: flex;
    align-items: center;
    font-size: 0;
}

.share-info-more-item {
    display: inline-block;
    width: 170px;
    transition-duration: 600ms;
}

.share-info-more-item-img {
    width: 100%;
    max-height: 246px;
    overflow: hidden;
}

.share-info-more-item-title {
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #333;
    transition-duration: 600ms;
}

.share-info-more-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.share-info-more-item:hover .share-info-more-item-title {
    color: #f90036;
}
/*  */

.style-nav {
    padding: 55px 0 50px;
    font-size: 0;
}

.style-nav a {
    display: inline-block;
    margin: 0 5px;
    border-radius: 25px;
    border: 1px #dedede solid;
    border-bottom-right-radius: 0;
    text-align: center;
    line-height: 48px;
    color: #333333;
    font-size: 16px;
    width: 140px;
    transition-duration: 600ms;
}

.style-nav a:hover,
.style-nav a.active {
    background-color: #f90036;
    color: #fff;
    border-color: #f90036;
}

.style-list {
    font-size: 0;
}

.style-item {
    display: inline-block;
    width: 380px;
    margin-bottom: 40px;
    margin-right: 30px;
}

.style-item-img {
    position: relative;
    width: 380px;
    max-height: 550px;
    overflow: hidden;
}

.style-item-shade {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    opacity: 0;
    transition-duration: 600ms;
}

.style-item-text {
    width: 100%;
    height: 90px;
    border: 1px #dedede solid;
    border-top: none;
    text-align: center;
    transition-duration: 600ms;
    color: #333;
    padding-top: 18px;
    line-height: 1;
}

.style-item-text .f20 {
    padding-bottom: 18px;
}

.style-item:hover .style-item-text {
    color: #fff;
    background-color: #f90036;
    border-color: #f90036;
}

.style-item:hover .style-item-shade {
    filter: alpha(opacity=100);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
}
.scene-info-more {
    padding: 56px 0;
}

.scene-info-more .h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 26px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
}

.scene-info-more .h2 .en {
    font-size: 30px;
    padding-right: 10px;
    line-height: .7;
}

.scene-info-more .bar {
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #81d8d0;
    margin: 15px auto 35px;
}

.scene-info-list-box {
    position: relative;
}

.more-hide {
    width: 100%;
    overflow: hidden;
}

.scene-info-list-box:hover .scene-info-list-prev,
.scene-info-list-box:hover .scene-info-list-next {
    opacity: 1;
}

.scene-info-list {
    display: flex;
    align-items: center;
    transition-duration: 600ms;
    position: relative;
    left: 0;
}

.scene-info-item {
    vertical-align: middle;
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 390px;
    height: 150px;
    margin-right: 15px;
    overflow: hidden;
    transition-duration: 600ms;
}

.scene-info-item:hover {
    transform: matrix(.9, 0, 0, .9, 0, 0);
    box-shadow: 0 0 12px rgba(0, 0, 0, .7);
    filter: alpha(opacity=70);
}

.scene-info-item img {
    display: block;
    height: 100%;
}

.scene-info-item:last-child {
    margin: 0;
}

.scene-info-list-prev,
.scene-info-list-next {
    position: absolute;
    top: 55px;
    opacity: 0;
    transition-duration: 600ms;
}

.scene-info-list-prev .iconfont,
.scene-info-list-next .iconfont {
    font-size: 40px;
    color: #999;
    transition-duration: 600ms;
}

.scene-info-list-prev {
    left: -50px;
}

.scene-info-list-next {
    right: -50px;
}

.scene-info-list-prev:hover .iconfont,
.scene-info-list-next:hover .iconfont {
    color: #333;
}
.more-hide {
    overflow: inherit;
    display: flex;
    justify-content: space-around;
}
.style-info-item {
    display: inline-block;
    position: relative;
    width: 180px;
    height: 134px;
    overflow: hidden;
    border: 1px #dedede solid;
    border-radius: 4px;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    margin: 0 10px !important;
}

.style-info-item img {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    max-width: none;
    transition-duration: 600ms;
}

.style-info-item span {
    position: absolute;
    font-size: 16px;
    color: #333;
    line-height: 1;
    width: 100%;
    top: 50%;
    margin-top: -8px;
    text-align: center;
    transition-duration: 600ms;
    filter: alpha(opacity=100);
}

.style-info-item:hover {
    border-color: rgba(0, 0, 0, .4);
    transform: matrix(1, 0, 0, 1, 0, 0);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, .4);
}

.style-info-item:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.style-info-item:hover span {
    color:#f90036;
}

/*古装新样式*/
.m_center p{

line-height: 20px;

font-size: 14px;
  }
section .wrapper .imgs {
  overflow: hidden;
  padding: 1em;
}
section .wrapper .imgs ul {
  overflow: hidden;
}
section .wrapper .imgs li {
  padding: .8em!important;
  overflow: hidden;
  cursor: pointer;
}
section .wrapper .imgs li img {
  margin: 0;
  width: 100%;
}
section .wrapper .imgs li div.text {
  background: #0d3693;
  text-align: center;
  font: normal normal 14px'Microsoft YaHei';
  line-height: 50px;
  height: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  white-space:nowrap;
  text-overflow:ellipsis; 
  /* for internet explorer */
   overflow:hidden;  
   display:block; 
}
section .wrapper .imgs li:hover div.text {
  background: rgba(192, 169, 119, 0.7);color:#333;
}
section .wrapper .imgs li:hover {
  transform: translateY(-0.5em);
  transition: all .5s;
}
.pz_center img:hover {
  transform: translateY(0) !important;
}
.wrapper {
  padding: 3em;
  overflow: hidden;
  background: #e9e7da;
}
.wrapper a.title_line {
  width: 150px!important;
}
.wrapper .imgs {
  padding: 2em;
}
.wrapper .imgs .item {
  padding: 1em;
  background: #fff;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}
.wrapper .imgs .item img.logo {
  width: 30%;
  display: inline-block;
  margin: auto;
}
.wrapper .imgs .item p {
  text-align: left;
  font-size: 14px;
}
.wrapper .imgs video {
  width: 100%;
  border: 1px solid silver;
}
.wrapper .imgs img {
  width: 100%;
  margin-bottom: 1em;
}
.wrapper .tool {
  font-size: 14px;
  text-align: center;
}
.wrapper .tool a {
  font-size: 20px;
  width: 10em;
}
.wrapper .tool a p {
  font-size: 12px;
}
.wrapper .tool ul {
  /* width: 200px; */
  /* box-sizing: border-box; */
  margin-top: 1em;
  padding: 0;
}
.wrapper .tool ul form li:nth-child(1) {
  padding: 0;
  height: 2.4em;
}
.wrapper .tool ul li:nth-child(1) input {
  display: inline-block;
  width: 90%;
  height: 100%;
  background: #d3c5a4;
  text-align: left;
  position: relative;
  padding-left: 10%;
  color:#fff;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.wrapper .tool ul li {
  background: #0d3693;
  width: 200px;
  margin-bottom: 1em;
  border-radius: .2em;
  padding: .2em;
  position: relative;
  display: inline-block;
}
.wrapper .tool ul li a {
  color: #fff;
  font-size: 16px;
  font: normal normal 14px/2em 'Microsoft YaHei';
  position: relative;
}
.wrapper .tool ul li a.on {
  color: #333;
}
.wrapper .tool ul li a:before {
  content: '>';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wrapper .tool ul li{
  margin:1em auto;
  display: block;
}
.wrapper .imgs .item .a11{
  width: 110px;
  height: 32px;
  position: absolute;
  bottom: 1em;
  right: 1em;
}<!--0.0002140998840332-->