.flex-h-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-v-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex-v-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: "microsoft", "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    color: #282828;
}
ul {
    list-style: none;
}
ul,
li,
dl,
dd,
p {
    margin: 0;
    padding: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.text-right {
    text-align: right;
}
.flex-v-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-justify {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-around {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-v-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.hidden {
    display: none;
}
.no-margin {
    margin: 0 !important;
}
.mt1 {
    margin-top: 1px !important;
}
.mt2 {
    margin-top: 2px !important;
}
.mt3 {
    margin-top: 3px !important;
}
.mt4 {
    margin-top: 4px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt6 {
    margin-top: 6px !important;
}
.mt7 {
    margin-top: 7px !important;
}
.mt8 {
    margin-top: 8px !important;
}
.mt9 {
    margin-top: 9px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt11 {
    margin-top: 11px !important;
}
.mt12 {
    margin-top: 12px !important;
}
.mt13 {
    margin-top: 13px !important;
}
.mt14 {
    margin-top: 14px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt16 {
    margin-top: 16px !important;
}
.mt17 {
    margin-top: 17px !important;
}
.mt18 {
    margin-top: 18px !important;
}
.mt19 {
    margin-top: 19px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt21 {
    margin-top: 21px !important;
}
.mt22 {
    margin-top: 22px !important;
}
.mt23 {
    margin-top: 23px !important;
}
.mt24 {
    margin-top: 24px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt26 {
    margin-top: 26px !important;
}
.mt27 {
    margin-top: 27px !important;
}
.mt28 {
    margin-top: 28px !important;
}
.mt29 {
    margin-top: 29px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt31 {
    margin-top: 31px !important;
}
.mt32 {
    margin-top: 32px !important;
}
.mt33 {
    margin-top: 33px !important;
}
.mt34 {
    margin-top: 34px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt36 {
    margin-top: 36px !important;
}
.mt37 {
    margin-top: 37px !important;
}
.mt38 {
    margin-top: 38px !important;
}
.mt39 {
    margin-top: 39px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt41 {
    margin-top: 41px !important;
}
.mt42 {
    margin-top: 42px !important;
}
.mt43 {
    margin-top: 43px !important;
}
.mt44 {
    margin-top: 44px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt46 {
    margin-top: 46px !important;
}
.mt47 {
    margin-top: 47px !important;
}
.mt48 {
    margin-top: 48px !important;
}
.mt49 {
    margin-top: 49px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mr1 {
    margin-right: 1px !important;
}
.mr2 {
    margin-right: 2px !important;
}
.mr3 {
    margin-right: 3px !important;
}
.mr4 {
    margin-right: 4px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr6 {
    margin-right: 6px !important;
}
.mr7 {
    margin-right: 7px !important;
}
.mr8 {
    margin-right: 8px !important;
}
.mr9 {
    margin-right: 9px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr11 {
    margin-right: 11px !important;
}
.mr12 {
    margin-right: 12px !important;
}
.mr13 {
    margin-right: 13px !important;
}
.mr14 {
    margin-right: 14px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr16 {
    margin-right: 16px !important;
}
.mr17 {
    margin-right: 17px !important;
}
.mr18 {
    margin-right: 18px !important;
}
.mr19 {
    margin-right: 19px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr21 {
    margin-right: 21px !important;
}
.mr22 {
    margin-right: 22px !important;
}
.mr23 {
    margin-right: 23px !important;
}
.mr24 {
    margin-right: 24px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr26 {
    margin-right: 26px !important;
}
.mr27 {
    margin-right: 27px !important;
}
.mr28 {
    margin-right: 28px !important;
}
.mr29 {
    margin-right: 29px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr31 {
    margin-right: 31px !important;
}
.mr32 {
    margin-right: 32px !important;
}
.mr33 {
    margin-right: 33px !important;
}
.mr34 {
    margin-right: 34px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mr36 {
    margin-right: 36px !important;
}
.mr37 {
    margin-right: 37px !important;
}
.mr38 {
    margin-right: 38px !important;
}
.mr39 {
    margin-right: 39px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr41 {
    margin-right: 41px !important;
}
.mr42 {
    margin-right: 42px !important;
}
.mr43 {
    margin-right: 43px !important;
}
.mr44 {
    margin-right: 44px !important;
}
.mr45 {
    margin-right: 45px !important;
}
.mr46 {
    margin-right: 46px !important;
}
.mr47 {
    margin-right: 47px !important;
}
.mr48 {
    margin-right: 48px !important;
}
.mr49 {
    margin-right: 49px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mb1 {
    margin-bottom: 1px !important;
}
.mb2 {
    margin-bottom: 2px !important;
}
.mb3 {
    margin-bottom: 3px !important;
}
.mb4 {
    margin-bottom: 4px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb6 {
    margin-bottom: 6px !important;
}
.mb7 {
    margin-bottom: 7px !important;
}
.mb8 {
    margin-bottom: 8px !important;
}
.mb9 {
    margin-bottom: 9px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb11 {
    margin-bottom: 11px !important;
}
.mb12 {
    margin-bottom: 12px !important;
}
.mb13 {
    margin-bottom: 13px !important;
}
.mb14 {
    margin-bottom: 14px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb16 {
    margin-bottom: 16px !important;
}
.mb17 {
    margin-bottom: 17px !important;
}
.mb18 {
    margin-bottom: 18px !important;
}
.mb19 {
    margin-bottom: 19px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb21 {
    margin-bottom: 21px !important;
}
.mb22 {
    margin-bottom: 22px !important;
}
.mb23 {
    margin-bottom: 23px !important;
}
.mb24 {
    margin-bottom: 24px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb26 {
    margin-bottom: 26px !important;
}
.mb27 {
    margin-bottom: 27px !important;
}
.mb28 {
    margin-bottom: 28px !important;
}
.mb29 {
    margin-bottom: 29px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb31 {
    margin-bottom: 31px !important;
}
.mb32 {
    margin-bottom: 32px !important;
}
.mb33 {
    margin-bottom: 33px !important;
}
.mb34 {
    margin-bottom: 34px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb36 {
    margin-bottom: 36px !important;
}
.mb37 {
    margin-bottom: 37px !important;
}
.mb38 {
    margin-bottom: 38px !important;
}
.mb39 {
    margin-bottom: 39px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb41 {
    margin-bottom: 41px !important;
}
.mb42 {
    margin-bottom: 42px !important;
}
.mb43 {
    margin-bottom: 43px !important;
}
.mb44 {
    margin-bottom: 44px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb46 {
    margin-bottom: 46px !important;
}
.mb47 {
    margin-bottom: 47px !important;
}
.mb48 {
    margin-bottom: 48px !important;
}
.mb49 {
    margin-bottom: 49px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.ml1 {
    margin-left: 1px !important;
}
.ml2 {
    margin-left: 2px !important;
}
.ml3 {
    margin-left: 3px !important;
}
.ml4 {
    margin-left: 4px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml6 {
    margin-left: 6px !important;
}
.ml7 {
    margin-left: 7px !important;
}
.ml8 {
    margin-left: 8px !important;
}
.ml9 {
    margin-left: 9px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml11 {
    margin-left: 11px !important;
}
.ml12 {
    margin-left: 12px !important;
}
.ml13 {
    margin-left: 13px !important;
}
.ml14 {
    margin-left: 14px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml16 {
    margin-left: 16px !important;
}
.ml17 {
    margin-left: 17px !important;
}
.ml18 {
    margin-left: 18px !important;
}
.ml19 {
    margin-left: 19px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml21 {
    margin-left: 21px !important;
}
.ml22 {
    margin-left: 22px !important;
}
.ml23 {
    margin-left: 23px !important;
}
.ml24 {
    margin-left: 24px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml26 {
    margin-left: 26px !important;
}
.ml27 {
    margin-left: 27px !important;
}
.ml28 {
    margin-left: 28px !important;
}
.ml29 {
    margin-left: 29px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml31 {
    margin-left: 31px !important;
}
.ml32 {
    margin-left: 32px !important;
}
.ml33 {
    margin-left: 33px !important;
}
.ml34 {
    margin-left: 34px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.ml36 {
    margin-left: 36px !important;
}
.ml37 {
    margin-left: 37px !important;
}
.ml38 {
    margin-left: 38px !important;
}
.ml39 {
    margin-left: 39px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml41 {
    margin-left: 41px !important;
}
.ml42 {
    margin-left: 42px !important;
}
.ml43 {
    margin-left: 43px !important;
}
.ml44 {
    margin-left: 44px !important;
}
.ml45 {
    margin-left: 45px !important;
}
.ml46 {
    margin-left: 46px !important;
}
.ml47 {
    margin-left: 47px !important;
}
.ml48 {
    margin-left: 48px !important;
}
.ml49 {
    margin-left: 49px !important;
}
.ml50 {
    margin-left: 50px !important;
}
html,
body {
    font-size: 14px;
    color: #222;
    position: relative;
}
.site-prev-next {
    padding: 15px 0;
    line-height: 24px;
}
.site-prev-next a {
    text-decoration: underline;
}
.swiper-pagination-bullet {
    opacity: 0.5;
    width: 12px;
    height: 12px;
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: #bc1327 !important;
    opacity: 1;
}
.site-breadcrumb {
    color: #999;
    font-size: 12px;
}
.site-breadcrumb .container {
    padding: 20px 0;
}
.site-breadcrumb span {
    padding: 0 10px;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
body.index .site-header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 100;
    background: transparent;
}
body.index .site-header .bgdown {
    z-index: -1 !important;
}
.site-header {
    position: relative;
    background: #fff;
    font-size: 16px;
}
.site-header.black {
    color: #232323 !important;
}
.site-header.black .white-img {
    display: none;
}
.site-header.black .black-img {
    display: block;
}
.site-header.white {
    color: #fff !important;
}
.site-header.white .black-img {
    display: none;
}
.site-header.white .white-img {
    display: block;
}
.site-header .bgdown {
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.site-header.godown {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.site-header.godown .menu-title {
    color: #232323 !important;
}
.site-header.godown .white-img {
    display: none !important;
}
.site-header.godown .black-img {
    display: block !important;
}
.site-header.godown .bgdown {
    height: 162px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.site-header .container {
    height: 80px;
    position: relative;
    z-index: 2;
}
.site-header .white-img {
    display: none;
}
.site-header .black-img {
    display: block;
}
.site-header .menu {
    margin-right: 55px;
    cursor: pointer;
}
.site-header .menu .menu-title {
    height: 80px;
    line-height: 80px;
}
.site-header .menu .menu-title:hover {
    color: #bc1327;
}
.site-header .menu .pornav {
    position: fixed;
    display: none;
    background: #f5f5f5;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    top: 80px;
    z-index: 100;
    color: #232323;
    text-align: center;
}
.site-header .menu .pornav a {
    display: inline-block;
    margin: 0 20px;
}
.site-header .menu .pornav img {
    margin: 0 auto;
    margin-bottom: 5px;
    height: 40px;
}
.site-header .menu-active {
    color: #bc1327;
}
.site-header .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-header .btn-shop {
    width: 100px;
    height: 32px;
    background: #bc1327;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-header .btn-shop .menu-title {
    color: #fff !important;
}
.site-header .btn-search {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/icon_search.png") no-repeat scroll center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 28px;
}
.site-banner {
    display: block;
    width: 100%;
}
.site-footer {
    color: #999;
}
.site-footer .site-copyrights .container {
    height: 55px;
    padding: 0 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-footer .site-copyrights .container .link {
    padding: 0 10px;
    line-height: 1;
    border-right: solid 1px #999;
}
.site-footer .site-copyrights .container .link:last-child {
    border: none;
}
.site-footer .site-links {
    padding: 15px 0;
    background: #fbfbfb;
}
.site-footer .site-links .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.site-footer .section {
    line-height: 37px;
}
.site-footer .section .title {
    color: #222;
    font-weight: bold;
}
.site-footer .section .link {
    display: block;
}
.site-footer .site-copyrights {
    background: #f4f4f4;
}
.page-index .banner .swiper-slide {
    width: 100%;
    /*height: 900px;*/
}
.page-index .section-catagroy {
    margin: 45px 0;
}
.page-index .section-catagroy .left,
.page-index .section-catagroy .right {
    width: 590px;
    height: 660px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.page-index .section-catagroy .top,
.page-index .section-catagroy .bot {
    display: block;
}
.page-index .section-catagroy .top img,
.page-index .section-catagroy .bot img {
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    object-fit: cover;
}
.page-index .section-need {
    margin: 80px 0;
}
.page-index .section-need .need-tit {
    font-size: 26px;
    line-height: 30px;
    color: #333;
    text-align: center;
}
.page-index .section-need .need-desc {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    margin-top: 5px;
    text-align: center;
}
.page-index .section-need .need-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}
.page-index .section-need .need-list .item {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.page-index .section-need .need-list .item .tit {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-top: 12px;
}
.page-index .section-need .need-list .item .icon {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-index .section-need .need-list .item .desc {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-top: 6px;
}
.page-index .section-need .need-list .item .need-more {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #bc1327;
    margin: 24px auto 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.page-product {
    background-color: #f4f4f4;
}
.page-product .page-prod-title {
    font-size: 28px;
    text-align: center;
    padding: 40px 0;
    color: #000;
}
.page-product .section .section-title {
    font-size: 18px;
}
.page-product .section .section-content {
    margin-top: 35px;
    margin-left: -30px;
}
.page-product .section .section-content:before,
.page-product .section .section-content:after {
    display: table;
    content: '';
}
.page-product .section .section-content:after {
    clear: both;
}
.page-product .section .section-content .list-box {
    float: left;
    text-align: center;
    width: 24%;
    margin: 0 6px 30px 6px;
    padding: 28px 0 28px 0;
    background-color: #FFFFFF;
}
.page-product .section .section-content .cover {
    width: 270px;
    height: 182px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.page-product .section .section-content .cover img {
    vertical-align: middle;
    max-width: 100%;
    width: 100%
}
.page-product .section .section-content .title {
    margin-top: 10px;
    height: 21px;
}
.page-product .section .section-content .desc {
    height: 34px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    padding-top: 10px;
}
.page-product .section .section-content .button {
    margin-top: 10px;
    height: 21px;
    font-size: 13px;
}
.page-news {
    padding: 80px 0;
    background: #f5f5f5;
}
.page-news .newslist {
    margin-left: -20px;
}
.page-news .newslist li {
    width: 33.33333%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
}
.page-news .newslist li a {
    display: block;
    background: #fff;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.page-news .imgs {
    width: 100%;
    height: 222px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-news .imgs img {
    max-width: 100%;
    max-height: 100%;
}
.page-news .text {
    background-color: #fff;
    padding: 30px 20px 50px;
}
.page-news .newslist li .text .tit {
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    padding: 0.25em 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-news li .text .con {
    font-size: 14px;
    color: #929292;
    margin-top: 8px;
    display: -webkit-box;
    line-height: 25px;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-news li .text .gnbox {
    margin-top: 14px;
}
.page-news .newslist li .text .gnbox span {
    font-size: 13px;
    color: #333333;
    display: inline-block;
}
.page-news .newslist li .text .time {
    padding-left: 26px;
    background: url(../img/time.svg) no-repeat left center / 16px auto;
}
.page-news .newslist li .text .good {
    padding-left: 22px;
    background: url(../img/good.svg) no-repeat left center / 14px auto;
    margin-left: 26px;
}
.page-news .newslist li .text .look {
    padding-left: 26px;
    background: url(../img/look.svg) no-repeat left center / 18px auto;
}
.page-brand .tabs {
    margin: 45px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-brand .tabs .iconfont {
    font-size: 30px;
    margin: 0 auto;
}
.page-brand .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border-right: solid 1px #d6d6d6;
}
.page-brand .tabs .tab:last-child {
    border: none;
}
.page-brand .tabs .tab .text {
    margin-top: 5px;
}
.page-brand .tabs .iconfont.icon-brand-about:before {
    content: "\e658";
}
.page-brand .tabs .iconfont.icon-brand-history:before {
    content: "\e603";
}
.page-brand .tabs .iconfont.icon-brand-social:before {
    content: "\e604";
}
.page-brand .tabs .iconfont.icon-brand-information:before {
    content: "\e605";
}
.page-brand .tab-contents {
    padding: 20px;
}
.page-brand .tab-content {
    display: none;
}
.page-service .tabs {
    margin: 45px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-service .tabs .iconfont {
    font-size: 30px;
    margin: 0 auto;
}
.page-service .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.page-service .tabs .tab .text {
    margin-top: 5px;
}
.page-service .tabs .iconfont.icon-brand-about:before {
    content: "\e658";
}
.page-service .tabs .iconfont.icon-brand-history:before {
    content: "\e603";
}
.page-service .tabs .iconfont.icon-brand-social:before {
    content: "\e604";
}
.page-service .tabs .iconfont.icon-brand-information:before {
    content: "\e605";
}
.page-service .help h2 {
    text-align: center;
    font-size: 24px;
    margin: 80px 0 70px;
}
.page-service .help .service-h {
    text-align: center;
    margin: 30px 0 40px;
}
.page-service .help .service-h .icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../img/service-icon_a43a4a2e.png) no-repeat;
}
.page-service .help .service-h .icon5 {
    background-position: 0 -134px;
}
.page-service .help .service-h .icon6 {
    background-position: -30px -134px;
}
.page-service .help .service-h .icon7 {
    background-position: -60px -134px;
}
.page-service .help .service-h .icon8 {
    background-position: -90px -134px;
}
.page-service .help .service-h .list__title {
    margin: 20px 0;
    font-size: 16px;
}
.page-service .help .service-h .list__item {
    display: block;
    line-height: 2;
    color: #999;
}
.page-service .help .col-3 {
    float: left;
    width: 25%;
}
.page-service .service-about {
    padding: 30px 0 88px;
    background: #f2f2f2 url(../img/service-p5_7dfaa7f7.png) 50%;
}
.page-service .service-about h2 {
    text-align: center;
    margin: 80px 0 70px;
}
.page-service .col-2 {
    float: left;
    width: 16.66666667%;
}
.page-service .thumbnail__title {
    font-size: 16px;
    margin: 40px 0 8px;
}
.page-service .thumbnail {
    text-align: center;
}
.page-service .text-gray {
    color: #999;
}
.page-service .icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url(../img/service-icon_a43a4a2e.png) no-repeat;
}
.page-service .icon9 {
    background-position: 0 -220px;
}
.page-service .icon10 {
    background-position: -56px -220px;
}
.page-service .icon11 {
    background-position: -112px -220px;
}
.page-service .icon12 {
    background-position: -168px -220px;
}
.page-service .icon13 {
    background-position: -224px -220px;
}
.page-service .icon14 {
    background-position: -280px -220px;
}
.page-service .thumbnail:hover .service-about__layer {
    display: block;
}
.page-service .service-about__layer {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: 10px;
    margin-top: -165px;
    width: 165px;
    border: 1px solid #eaeaea;
    padding: 10px 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px #aaa;
    box-shadow: 0 0 6px #aaa;
}
.page-service .service-about__layer:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    border: 8px solid transparent;
    border-top-color: #dedede;
    width: 0;
}
.page-service .container {
    width: 100%;
    margin: 0 auto;
}

.page-chufang img {
    display: block;
    width: 100%;
}
.page-news-detail .box {
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
}
.page-news-detail .title {
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    padding: 20px 0;
    color: #000;
}
.page-news-detail .info {
    color: #999;
    font-size: 12px;
    line-height: 1;
}
.page-news-detail .info span {
    margin: 0 10px;
}
.page-news-detail .main {
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.page-news-detail .main .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 45px;
    border-right: 1px solid #dedede;
}
.page-news-detail .main .aside {
    width: 285px;
    padding-left: 40px;
}
.page-news-detail .main .aside .head {
    margin-bottom: 20px;
    color: #838d8f;
}
.page-news-detail .main .aside .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.page-news-detail .main .aside .list .cover {
    width: 80px;
    height: 55px;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-news-detail .main .aside .list .cover img {
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 100%;
    object-fit: cover;
}
.page-news-detail .main .aside .list .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    line-height: 18px;
    height: 54px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-product-detail {
    background: #f0f1f4;
}
.page-product-detail .section-top {
    padding-bottom: 20px;
}
.page-product-detail .section-top .preview {
    width: 600px;
    position: relative;
}
.page-product-detail .section-top .preview .swiper-button-prev,
.page-product-detail .section-top .preview .swiper-button-next {
    top: 96%;
    width: 30px;
    height: 22px;
    outline: 0;
}
.page-product-detail .section-top .preview .gallery-thumbs {
    width: 485px;
}
.page-product-detail .section-top .preview .gallery-thumbs .swiper-slide {
    border: solid 1px #e1e1e2;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
    width: 85px;
    height: 85px;
}
.page-product-detail .section-top .preview .gallery-thumbs .swiper-slide-thumb-active {
    border: solid 1px #a30000;
}
.page-product-detail .section-top .preview .gallery-top {
    width: 500px;
    display: block;
    margin: 65px auto;
    height: 520px;
}
.page-product-detail .section-top .preview .gallery-top .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}
.page-product-detail .section-top .info {
    width: 600px;
}
.page-product-detail .section-top .info .title {
    font-size: 40px;
}
.page-product-detail .section-top .info .desc {
    font-size: 30px;
    color: #666666;
    margin-top: 35px;
}
.page-product-detail .section-top .info .price {
    line-height: 1;
    margin-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 36px;
}
.page-product-detail .section-top .info .price .label {
    margin-right: 10px;
}
.page-product-detail .section-top .info .price .label,
.page-product-detail .section-top .info .price .yuan {
    font-size: 18px;
}
.page-product-detail .section-top .info .tips {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}
.page-product-detail .section-top .info .btns {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 510px;
}
.page-product-detail .section-top .info .btns .btn {
    width: 230px;
    height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 65px;
    border-radius: 65px;
    background: #bc1327;
    color: #fff;
    font-size: 24px;
}
.page-product-detail .section-top .info .btns .btn-consult {
    background: #00a651;
}
.page-product-detail .section-top .info .more {
    display: block;
    font-size: 16px;
    margin-top: 55px;
    color: #0c5cb7;
}
.page-product-detail .section-bot {
    background-color: #fff;
}
.page-product-detail .section-bot .tabs {
    border-bottom: solid 1px #cdcdcd;
    font-size: 22px;
}
.page-product-detail .section-bot .tabs .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-product-detail .section-bot .tabs .tab {
    width: 165px;
    padding: 35px 0;
    cursor: pointer;
    border-bottom: solid 2px #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-product-detail .section-bot .tabs .tab-active {
    border-bottom: solid 2px #bc1327;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #bc1327;
}
.page-product-detail .section-bot .tab-contents {
    padding: 20px;
}
.page-product-detail .section-bot .tab-content {
    display: none;
}
.page-invest .box1 {
    background-color: #f8f8f8;
}
.page-invest .box1 .wrap {
    padding: 6.1% 0 9.375%;
}
.page-invest .box1 .wrap .title {
    padding-bottom: 28px;
    font-size: 36px;
    line-height: 1.6;
    color: #000;
    margin: 0;
    font-weight: normal;
    text-align: center;
}
.page-invest .box1 .wrap .text {
    font-size: 16px !important;
    color: #999 !important;
    line-height: 0.5;
    text-align: center;
}
.page-invest .box1 .wrap .text p,
.page-invest .box1 .wrap .text span,
.page-invest .box1 .wrap .text strong {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #999 !important;
}
.page-invest .box2 {
    position: relative;
    background: #fff;
    overflow: visible;
}
.page-invest .box2 .invest .swiper-slide {
    display: block;
    width: 100%;
    height: 578px;
    object-fit: cover;
}
.page-invest .box2 .invest .swiper-button-prev {
    background: #000000 url("../img/invest-l.png") no-repeat scroll center;
    -webkit-background-size: 18px 18px;
    background-size: 18px;
    width: 50px;
    height: 50px;
    left: 2%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
.page-invest .box2 .invest .swiper-button-prev:hover {
    background-color: #ba8f5a;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.page-invest .box2 .invest .swiper-button-next {
    background: #000000 url("../img/invest-r.png") no-repeat scroll center;
    -webkit-background-size: 18px 18px;
    background-size: 18px;
    width: 50px;
    height: 50px;
    right: 2%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
.page-invest .box2 .invest .swiper-button-next:hover {
    background-color: #ba8f5a;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.page-invest .box2 .inner {
    display: block;
    width: 100%;
    height: 578px;
    object-fit: cover;
}
.page-invest .box2 .wrap {
    padding: 9% 0 0;
}
.page-invest .box2 .wrap .title-box {
    padding-bottom: 4.3%;
    text-align: center;
}
.page-invest .box2 .wrap .title-box h4 {
    padding-bottom: 2.3%;
    font-size: 36px;
    font-weight: normal;
    color: #000;
    margin: 0 auto;
}
.page-invest .box2 .wrap .title-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #5f5f5f;
}
.page-invest .box2 .mediaScroll {
    height: 578px;
}
.page-invest .box2 .scroll-pos {
    position: relative;
    height: 100%;
}
.page-invest .box2 .scroll-pos .scroll-box .slides {
    height: 100%;
}
.page-invest .box2 .scroll-pos .scroll-box .slidesLI {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1s, -webkit-transform 1s ease-in-out;
    transition: opacity 1s, -webkit-transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out, opacity 1s, -moz-transform 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s;
    transition: transform 1s ease-in-out, opacity 1s, -webkit-transform 1s ease-in-out, -moz-transform 1s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
}
.page-invest .box2 .slidesLI .img-box {
    position: relative;
    height: 100%;
}
.page-invest .box2 .slidesLI .img-box.pos1 .img {
    height: 100%;
}
.page-invest .box3 .wrap {
    padding: 9% 0 6.875%;
}
.page-invest .box3 .wrap .title-box {
    padding-bottom: 5.31%;
    text-align: center;
}
.page-invest .box3 .wrap .title-box h4 {
    padding-bottom: 2.3%;
    font-size: 36px;
    font-weight: normal;
    color: #000;
    margin: 0;
}
.page-invest .box3 .wrap .title-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #5f5f5f;
}
.page-invest .box3 .f-cb {
    zoom: 1;
}
.page-invest .box3 .f-cb:before,
.page-invest .box3 .f-cb:after {
    display: table;
    content: '';
}
.page-invest .box3 .f-cb:after {
    clear: both;
}
.page-invest .box3 .wrap .list-box li {
    width: 25%;
    float: left;
    margin-bottom: 32px;
    text-align: center;
}
.page-invest .box3 .wrap .list-box li .icon {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}
.page-invest .box3 .wrap .list-box li .icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 65%;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.page-invest .box3 .wrap .list-box li .text p {
    padding: 15px 0;
    font-size: 16px;
    color: #666;
}
.page-invest .box3 .list-box li .text .line {
    width: 20px;
    height: 1px;
    margin: 0 auto;
    background: #ccc;
}
.page-invest .box4 {
    height: 635px;
}
.page-invest .box4 .container {
    height: 100%;
}
.page-invest .box4 .table {
    display: table;
    width: 100%;
    height: 100%;
}
.page-invest .box4 .table .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.page-invest .box4 .wrap {
    text-align: center;
    color: #fff;
}
.page-invest .box4 .wrap h4 {
    padding-bottom: 2.3%;
    font-size: 36px;
    margin: 0;
    font-weight: normal;
}
.page-invest .box4 .wrap small {
    display: block;
    font-size: 24px;
}
.page-invest .box4 .wrap .text {
    padding: 40px 0 50px;
    max-width: 840px;
    margin: 0 auto;
}
.page-invest .box4 .wrap .text p {
    font-size: 16px !important;
    line-height: 1.8 !important;
}
.page-invest .box5 .wrap {
    padding: 9% 0 0;
}
.page-invest .box5 .wrap .title-box {
    text-align: center;
}
.page-invest .box5 .wrap .title-box h4 {
    font-size: 36px;
    font-weight: normal;
    color: #000;
    margin: 0;
}
.page-invest .box5 .wrap .scroll-box {
    padding: 6.56% 60px 8.59%;
}
.page-invest .box5 .wrap .scroll-box .pos {
    position: relative;
    background: url(../img/inv-line.png) no-repeat center center;
}
.page-invest .box5 .wrap .scroll-box .pos .btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -23px;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.page-invest .box5 .wrap .scroll-box .pos .btn.prev {
    left: -60px;
    background-image: url(../img/about-l-icon2.png);
}
.page-invest .box5 .wrap .scroll-box .pos .btn.next {
    background-image: url(../img/about-r-icon2.png);
    right: -60px;
}
.page-invest .box5 .wrap .scroll-box .pos .btn.next.disable {
    background-image: url(../img/about-r-icon2-1.png);
    right: -60px;
}
.page-invest .box5 .wrap .scroll-box .slides {
    position: relative;
    width: 1054px;
    height: 312px !important;
    font-size: 0;
}
.page-invest .box5 .scroll-box .slides .items {
    position: absolute;
    width: 20%;
    vertical-align: top;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out, opacity 0.8s, -moz-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s;
    transition: transform 0.8s ease-in-out, opacity 0.8s, -webkit-transform 0.8s ease-in-out, -moz-transform 0.8s ease-in-out;
}
.page-invest .box5 .scroll-box .slides .items .text-box {
    position: relative;
    z-index: 2;
    width: 149.52%;
    height: 120px;
    border: 1px dashed #e5e5e5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    color: #999;
}
.page-invest .box5 .scroll-box .slides .items .text-box .num {
    padding: 16px 0 8px;
    font-family: "NY-LI";
    font-size: 30px;
}
.page-invest .box5 .scroll-box .slides .items .text-box .text {
    max-width: 68.47%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
}
.page-invest .box5 .scroll-box .slides .items .text-box .line-box {
    position: absolute;
    left: 74.75%;
    width: 1px;
    height: 38px;
    border-right: 1px dashed #e5e5e5;
    margin-left: -1px;
}
.page-invest .box5 .scroll-box .slides .items:nth-child(5n + 1) .text-box .line-box,
.page-invest .box5 .scroll-box .slides .items:nth-child(5n + 3) .text-box .line-box,
.page-invest .box5 .scroll-box .slides .items:nth-child(5n) .text-box .line-box {
    top: 100%;
}
.page-invest .box5 .scroll-box .slides .items:nth-child(5n + 2),
.page-invest .box5 .scroll-box .slides .items:nth-child(5n + 4),
.page-invest .box5 .scroll-box .slides .items:nth-child(5n + 6) {
    bottom: 128px;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
}
.page-invest .box5 .scroll-box .slides .items .text-box .line-box {
    left: 50.75%;
}
.page-invest .box5 .scroll-box .slides .items:nth-child(5n + 2) .text-box .line-box,
.page-invest .box5 .scroll-box .slides .items:nth-child(5n + 4) .text-box .line-box,
.page-invest .box5 .scroll-box .slides .items:nth-child(5n + 6) .text-box .line-box {
    bottom: 100%;
    top: auto;
}
.page-invest .box5 .scroll-box .slides .items:hover .ntext:before {
    background: #ee0b0bc9;
}
.page-invest .box5 .scroll-box .slides .items .ntext:before {
    content: "";
    position: absolute;
    width: -webkit-calc(129.52%);
    width: -moz-calc(129.52%);
    width: calc(129.52%);
    height: -webkit-calc(80%);
    height: -moz-calc(80%);
    height: calc(80%);
    top: 10px;
    left: 10px;
    background: #eee;
    z-index: 1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.page-invest .box5 .scroll-box .slides .items:hover .text-box {
    border-color: #bc1327;
}
.page-invest .box5 .scroll-box .slides .items:hover .text-box .num {
    color: #fff;
}
.page-invest .box5 .scroll-box .slides .items:hover .text-box .text {
    color: #fff;
}
.page-invest .box5 .wrap .scroll-box .slides .items:hover .text-box .line-box {
    border-right: 1px dashed #bc1327;
}
.page-invest .box5 .wrap .scroll-box .slides .items:hover .text-box .line-box span {
    background: url(../img/invest-point2.png) no-repeat center center;
}
.page-invest .box6 {
    background: #f8f8f8;
}
.page-invest .box6 .wrap {
    padding: 6.56% 0 6.875%;
}
.page-invest .box6 .wrap .title-box {
    padding-bottom: 4.53%;
    text-align: center;
}
.page-invest .box6 .wrap .title-box h4 {
    font-size: 36px;
    font-weight: normal;
    color: #000;
    margin: 0;
}
.page-invest .box6 .wrap .cont {
    padding: 5.625% 3.515% 24px;
    background: #fff;
}
.page-invest .form-box:before,
.page-invest .form-box:after {
    display: table;
    content: '';
}
.page-invest .form-box:after {
    clear: both;
}
.page-invest .form-box .input-box {
    float: left;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    width: 292px;
}
.page-invest .form-box .input-box .input {
    color: #000;
    position: relative;
}
.page-invest .form-box .input-box .input input {
    font-size: 16px;
    border: none;
    outline: 0;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-indent: 14px;
}
.page-invest .form-box .input-box.tel {
    margin-left: 48px;
}
.page-invest .form-box .input-box.tel button {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 84px;
    height: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    border: none;
    font-size: 12px;
    color: #fff;
    background: #c9995f;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.page-invest .form-box .input-box.code {
    width: 126px;
    margin-left: 10px;
    margin-right: 48px;
}
.page-invest .form-box .input-box.cod1 {
    margin-right: 48px;
}
.page-invest .wrap .cont .sub:hover {
    color: #fff;
    background-color: #ee0b0bc9;
    border-color: #ee0b0bc9;
}
.page-invest .wrap .cont .sub {
    display: block;
    width: 190px;
    height: 48px;
    margin: 0 auto;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #010101;
    background: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.page-invest .wrap .cont .tips-box {
    padding-top: 16px;
    font-size: 14px;
    text-align: center;
    color: #999;
}
.page-product-detail-ft .qNav {
    overflow: hidden;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
}
.page-product-detail-ft .floatNav {
    padding: 15px 0;
    overflow: hidden;
}
.page-product-detail-ft .floatNav .tab {
    float: right;
    font-size: 12px;
}
.page-product-detail-ft .floatNav .name {
    height: 30px;
    line-height: 30px;
    margin-left: 50px;
}
.page-product-detail-ft .floatNav .tab li {
    float: left;
    margin-left: 35px;
    height: 30px;
    line-height: 30px;
}
.page-product-detail-ft .floatNav .tab li a.askBtn {
    font-size: 12px;
    -webkit-background-size: auto 45%;
    background-size: auto 45%;
}
.page-product-detail-ft .floatNav .tab li a.askBtn {
    background: #179817 no-repeat;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 0 25px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.page-product-detail-ft .floatNav .tab li a.buyNow {
    background: #bd3939 no-repeat center;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 90px;
}
.page-product-detail-ft .floatNav .tab li a.buyNow {
    text-align: center;
    text-indent: 0;
    font-size: 12px;
    background-image: none;
}
.page-product-detail-ft .floatNav .tab li.on .md {
    text-decoration: underline;
    color: #bc9882;
}
.page-product-detail-ft .floatNav .tab li.active .md {
    text-decoration: underline;
    color: #bc9882;
}
.page-product-detail-ft .main-content {
    padding: 30px 0;
}
.page-cfhx .section {
    margin: 80px 0;
}
.page-cfhx .section .section-head {
    text-align: center;
    font-size: 46px;
    color: #d50213;
    position: relative;
}
.page-cfhx .section .section-head::before {
    position: absolute;
    content: "";
    background: url("../img/cf_line.png") no-repeat scroll center;
    width: 184px;
    height: 31px;
    top: 50%;
    margin-top: -15px;
    left: 220px;
}
.page-cfhx .section .section-head::after {
    position: absolute;
    content: "";
    background: url("../img/cf_line.png") no-repeat scroll center;
    width: 184px;
    height: 31px;
    top: 50%;
    margin-top: -15px;
    right: 220px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page-cfhx .section .section-content {
    margin-top: 80px;
}
.page-cfhx .section .section-content .pic {
    display: block;
    margin: 0 auto;
}
.page-cfhx .section-tips {
    text-align: center;
    color: #b2b2b2;
}
.page-cfhx .section2 .form-box .input-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.page-cfhx .section2 .form-box .input-ctl {
    width: 325px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border: solid 1px #ccc;
    text-indent: 20px;
}
.page-cfhx .section2 .form-box .btn-submit {
    width: 200px;
    height: 55px;
    -webkit-border-radius: 55px;
    border-radius: 55px;
    color: #fff;
    background: #d50213;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
    outline: 0;
    border: none;
    font-size: 29px;
}
.page-cfhx .section3 .list {
    margin-bottom: 80px;
    display: block;
}
.page-cfhx .section3 .list img {
    display: block;
    margin: 0 auto;
}
.page-contact .wrap1 {
    padding: 100px 0 50px;
}
.page-contact .wrap1 .tit {
    font-size: 36px;
    color: #1a1a1a;
    text-align: center;
}
.page-contact .wrap1 .list {
    margin: 100px 0 100px;
    color: #333333;
    font-size: 0;
}
.page-contact .wrap1 .list .item {
    display: inline-block;
    text-align: center;
    border-left: solid 1px #ddd;
    width: 33.333%;
    font-size: 16px;
    position: relative;
    vertical-align: top;
}
.page-contact .wrap1 .list .item .box {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
}
.page-contact .wrap1 .list .item .box img {
    width: 85px;
}
.page-contact .wrap1 .list .item:first-child {
    text-align: left;
    border: none;
}
.page-contact .wrap1 ul {
    font-size: 0;
    border-top: 1px solid #e5e5e5;
    padding: 84px 0;
}
.page-contact .wrap1 ul li {
    display: inline-block;
    color: #333333;
    width: 25%;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-contact .wrap1 ul li .d1 {
    font-size: 18px;
    line-height: 1;
}
.page-contact .wrap1 ul li .d2 {
    font-size: 16px;
    line-height: 1;
    padding: 14px 0 8px;
}
.page-cooperation .wrap1 .tit {
    font-size: 30px;
    color: #1a1a1a;
    position: relative;
    text-align: center;
    padding: 95px 0 22px;
    margin-bottom: 45px;
}
.page-cooperation .wrap1 .tit:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #000;
}
.page-cooperation .wrap1 .con {
    font-size: 14px;
    color: #4d4d4d;
    text-indent: 2em;
    line-height: 2;
    text-align: justify;
}
.page-cooperation .wrap1 .abox {
    font-size: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 90px 0 0;
}
.page-cooperation .wrap1 .abox .imgs img {
    width: 100%;
}
.page-cooperation .wrap1 .abox .text {
    padding: 30px 60px 20px;
    text-align: center;
}
.page-cooperation .wrap1 .abox .text .atit {
    font-size: 23px;
    color: #1a1a1a;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.page-cooperation .wrap1 .abox .text .acon {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 2;
}
.page-cooperation .wrap1 .abox a {
    margin: 0 5px;
    display: inline-block;
    width: -webkit-calc(33.3333% - 7px);
    width: -moz-calc(33.3333% - 7px);
    width: calc(33.3333% - 7px);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.page-cooperation .wrap1 .abox a .amore {
    color: #006699;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    padding-right: 1em;
    background: url(../img/76.png) no-repeat right center / 7px auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.page-cooperation .wrap1 .abox a:hover {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.page-cooperation .wrap1 .abox a:hover .amore {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.page-cooperation .wrap2 {
    background-color: #f6f6f6;
    padding: 98px 0 116px;
}
.page-cooperation .wrap2 .tit {
    font-size: 30px;
    text-align: center;
}
.page-cooperation .wrap2 .subtit {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
}
.page-cooperation .wrap2 .inpbox {
    width: 635px;
    margin: 50px auto 0;
    font-size: 0;
}
.page-cooperation .wrap2 .inp + .inp {
    margin-top: 20px;
}
.page-cooperation .wrap2 label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #4d4d4d;
    text-align: left;
    width: 120px;
}
.page-cooperation .wrap2 input {
    width: 515px;
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 17px;
    font-size: 14px;
    border: 1px solid #d3d3d3;
    vertical-align: middle;
}
.page-cooperation .wrap2 .inp input[type='submit'] {
    background-color: #0c94e4;
    color: #ffffff;
    padding: 0;
    border: none;
}
.page-cooperation .wrap2 .inp span {
    display: inline-block;
    font-size: 14px;
    color: #ff1d25;
    text-align: center;
    width: 515px;
}
.page-cooperation .wrap2 .select {
    position: relative;
    width: 252px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
.page-cooperation .wrap2 .select .select-tit {
    position: relative;
    z-index: 4;
    font-size: 14px;
    color: #666666;
    padding: 0 20px 0 16px;
    background: #ffffff url(../img/triangle.svg) no-repeat 104px center / 11px
    auto;
    background-position: 225px center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #cbcbcb;
}
.page-cooperation .wrap2 .select .select-con {
    max-height: 339px;
    border-bottom: 1px solid #cbcbcb;
}
.page-cooperation .wrap2 .select .select-con li {
    line-height: 34px;
    padding: 0 0 0 20px;
    cursor: pointer;
    font-size: 14px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.page-cooperation .wrap2 .select .select-con li:hover {
    background-color: #f2f2f2;
}
.page-cooperation .wrap2 .select .select-conbox {
    position: absolute;
    width: 100%;
    max-height: 340px;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    top: 100%;
    display: none;
    z-index: 3;
    background: #fff;
}
.page-advantage .wrap1 {
    padding: 45px 0 80px;
}
.page-advantage .wrap1 .htit {
    font-size: 30px;
    color: #1a1a1a;
    position: relative;
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.page-advantage .wrap1 .htit:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #000000;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.page-advantage .wrap1 .hcon {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 2.5;
    text-align: center;
}
.page-advantage .wrap1 .fot {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-advantage .wrap1 .fot a {
    width: -webkit-calc(33.3333% - 10px);
    width: -moz-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
}
.page-advantage .wrap1 .fot a:hover .imgs img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.page-advantage .wrap1 .fot a .imgs {
    overflow: hidden;
}
.page-advantage .wrap1 .imgs img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.page-advantage .wrap1 img {
    width: 1200px;
}
.page-advantage .wrap1 .fot .text {
    padding: 30px 15.837% 0 0;
}
.page-advantage .wrap1 .fot .text .d1 {
    font-size: 18px;
    color: #1a1a1a;
}
.page-advantage .wrap1 .fot .text .d2 {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 6px;
    line-height: 1.71;
}
.page-advantage .wrap1 .imgs img {
    width: 100%;
}
.page-advantage .wrap1 .text {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 2;
    text-indent: 2em;
}
.page-video .subnav {
    height: 70px;
    line-height: 70px;
    border-top: solid 1px #ddd;
    color: #777;
    font-size: 14px;
    background-color: #fff;
}
.page-video .subnav em {
    display: inline-block;
    margin: 0 15px;
    font-style: normal;
}
.page-video .wrap1 .imgs {
    position: relative;
    display: block;
}
.page-video .wrap1 .imgs video {
    width: 100%;
    vertical-align: top;
}
.page-video .wrap1 .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    margin-top: -40px;
    height: 80px;
    cursor: pointer;
}
.page-video .wrap1 .play img {
    width: 100%;
}
.page-video .wrap2 .vid-nav {
    padding: 56px 0 46px;
}
.page-video .wrap2 .vid-nav .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-video .wrap2 .vid-nav .item-head {
    line-height: 1;
    font-size: 16px;
    color: #0c94e4;
    padding-right: 20px;
}
.page-video .wrap2 .vid-nav .item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-video .wrap2 .vid-nav .item {
    line-height: 1;
    padding-right: 20px;
    color: #969696;
}
.page-video .wrap2 .vid-nav .item:first-child {
    padding-left: 20px;
    border-left: solid 1px #ccc;
}
.page-video .wrap2 .vid-nav .item-active {
    color: #0c94e4;
}
.page-video .wrap2 .more {
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #d8d8d8;
    margin: 70px auto 120px;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
}
.page-video .wrap2 ul {
    margin-left: -19px;
}
.page-video .wrap2 ul:before,
.page-video .wrap2 ul:after {
    display: table;
    content: '';
}
.page-video .wrap2 ul:after {
    clear: both;
}
.page-video .wrap2 ul .gnbox {
    margin-top: 2px;
}
.page-video .wrap2 ul .imgs {
    position: relative;
    overflow: hidden;
}
.page-video .wrap2 ul .imgs .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-top: -22px;
}
.page-video .wrap2 ul .imgs img {
    width: 100%;
}
.page-video .wrap2 ul .gnbox span {
    font-size: 13px;
    color: #333333;
    display: inline-block;
}
.page-video .wrap2 ul li {
    float: left;
    width: 33.3333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 19px;
}
.page-video .wrap2 ul li .text {
    padding: 18px 0 30px;
}
.page-video .wrap2 ul li .text .tit {
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    padding: 0.25em 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-video .wrap2 ul li .text .text .time {
    padding-left: 26px;
    background: url(../img/time.svg) no-repeat left center / 16px auto;
}
.page-video .wrap2 ul li .text .newslist li .text .look {
    padding-left: 26px;
    background: url(../img/look.svg) no-repeat left center / 18px auto;
}
.page-video-detail .subnav {
    height: 70px;
    line-height: 70px;
    border-top: solid 1px #ddd;
    color: #777;
    font-size: 14px;
    background-color: #fff;
}
.page-video-detail .subnav em {
    display: inline-block;
    margin: 0 15px;
    font-style: normal;
}
.page-video-detail .infowrap {
    width: 1200px;
    margin: 0 auto;
    margin-top: 17px;
}
.page-video-detail .infowrap .tit {
    font-size: 28px;
    text-align: center;
}
.page-video-detail .gnbox {
    text-align: center;
    margin-top: 8px;
}
.page-video-detail .gnbox span {
    font-size: 13px;
    color: #333333;
    display: inline-block;
}
.page-video-detail .gnbox .time {
    padding-left: 26px;
    background: url(../img/time.svg) no-repeat left center / 16px auto;
}
.page-video-detail .gnbox .look {
    margin-left: 34px;
    padding-left: 26px;
    background: url(../img/look.svg) no-repeat left center / 18px auto;
}
.page-video-detail .vi-info {
    text-align: center;
    font-size: 14px;
    color: #3e3a39;
    margin-top: 37px;
}
.page-video-detail .video-big {
    height: 670px;
    position: relative;
}
.page-video-detail .video-big iframe {
    width: 1190px;
    height: 670px;
}
.page-video-detail .infowrap .con {
    font-size: 14px;
    color: #3e3a39;
    line-height: 2;
}
.page-video-detail .con .ne-pre {
    width: 100%;
    height: 137px;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
}
.page-video-detail .ne-left {
    float: left;
    padding: 37px 0;
}
.page-video-detail .ne-info {
    width: 100%;
    color: #808080;
}
.nicescroll-rails {
    border-left: 1px solid #cbcbcb;
    display: none;
}
.nicescroll-rails div {
    /* transform: translate(-50%,0); */
    width: 6px !important;
    margin-right: 2px;
}
