@charset "utf-8";

/* CSS Document */

@media only screen and (min-width: 800px) {
    /* ::-webkit-scrollbar {
width: 5px;
height: 5px;
background-color: #000;
} */
    /*定义滚动条轨道 内阴影+圆角*/
    /* ::-webkit-scrollbar-track {
border-radius: 0px;
background: #000;
} */
    /*定义滑块 内阴影+圆角*/
    /* ::-webkit-scrollbar-thumb {
border-radius: 0px;
background-color: #009944;
} */
}

html {
    font-size: 100px;
}

body {
    font-size: 14px;
    line-height: 1.6;
}

body.body-100vh {
    height: 100vh;
    overflow: hidden;
}

@media only screen and (min-width:1921px) {
    html {
        font-size: 150px;
    }
    body {
        line-height: 1.6;
    }
    .footer-box .footer-top .l-menu>ul {
        margin-right: 0.36rem !important;
    }
    .app-article .app-cont .contdiv .r-info {
        padding: 0.4rem 0.9rem 0 0.7rem !important;
    }
    .app-article.type3 .app-cont .contdiv .r-info {
        padding-top: 1.5rem !important;
    }
    .app-article .app-cont .contdiv .r-info .textbox {
        margin-bottom: 0.35rem !important;
    }
    .introductionbox .item .l-text {
        padding-left: 0.2rem !important;
    }
    .introductionbox .item .l-text .en {
        font-size: 0.25rem !important;
    }
}

@media only screen and (max-width:1600px) {
    html {
        font-size: 80px;
    }
}

@media only screen and (max-width:1400px) {
    html {
        font-size: 75px;
    }
}

@media only screen and (max-width:1200px) {
    html {
        font-size: 60px;
    }
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 55px;
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 40px;
    }
}

@media only screen and (max-width:480px) {
    body {
        font-size: 14px;
        line-height: 1.4;
    }
}


/*=========
基本默认值
==========*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
    -webkit-overflow-scrolling: touch;
    /*苹果手机端滑动卡屏*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    /*手机端点击底部出现背景*/
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
    color: #000;
    /* font-family: sans-serif; */
    font-family: "Arial", "Microsoft YaHei", "sans-serif";
    overflow-x: hidden;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    object-fit: cover;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #000;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

 ::after,
 ::before {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    font-family: sans-serif;
    font-size: 14px;
    outline: none;
}


/*94%的内容*/

.container {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}

.wrap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1820px;
    position: relative;
}

.wrap1 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1720px;
    position: relative;
}

.wrap2 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    position: relative;
}


/* =========
工具样式
========== */

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.all {
    max-width: 100%;
    overflow: hidden;
}

.hui {
    background-color: #f8f8f8;
}


/*图片通用样式*/

.img-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}

.img-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}


/*Flex居中样式*/

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*动画*/

.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}


/*文字溢出*/

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bai {
    background-color: #ffffff;
}

.nothing {
    font-size: 20px;
    color: #666666;
    text-align: center;
}

.bd_weixin_popup {
    position: fixed!important;
}

.bg-incommon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/* -----------------通用样式---------------- */


/* seo */

.seo-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 30vh;
    overflow-y: auto;
}

.out-bg {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}


/* -----------------导航---------------- */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 1111;
}

.headerbox.down .header {
    background-color: #ffffff;
}

.headerbox .header .content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.headerbox .header .logo {
    display: flex;
    align-items: center;
    width: 195px;
    height: 100%;
    position: relative;
}

.headerbox .header .logo .img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.headerbox .header .logo .img2 {
    display: none;
}

.headerbox.down .header .logo .img2 {
    display: block;
}


/*menu*/

.headerbox .header .rr {
    width: calc(100% - 190px);
}


/*导航菜单 搜索*/

.headerbox .header .rr .rr-lan {
    text-align: right;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.headerbox .header .rr .rr-lan a {
    display: inline-block;
    z-index: 22;
}

.headerbox .header .rr .rr-lan a .mmimg2 {
    display: none;
}

.headerbox .header .rr .rr-lan .searchbox {
    float: right;
    position: relative;
    cursor: pointer;
    z-index: 111;
    padding: 0 20px;
    display: flex;
}

.headerbox .header .rr .rr-lan .searchbox .s-bg {
    width: 13px;
    height: 13px;
    position: relative;
    z-index: 11;
}

.headerbox .header .rr .rr-lan .searchbox .s-bgg {
    display: none;
}

.headerbox.down .header .rr .rr-lan .searchbox .s-bg {
    display: none;
}

.headerbox.down .header .rr .rr-lan .searchbox .s-bgg {
    display: block;
}

.headerbox .header .rr .rr-lan .searchbox .nav-menu {
    position: absolute;
    right: 0;
    top: 0;
    float: none;
}

.headerbox .header .rr .rr-lan .line {
    color: #e6e6e6;
}

.headerbox .header .rr .rr-lan .href-oa {
    display: flex;
    padding-left: 20px;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}

.headerbox.down .header .rr .rr-lan .href-oa,
.headerbox .header.headnews .rr .rr-lan .href-oa {
    color: #595959;
}

.headerbox .header .rr .rr-lan .href-oa .ii {
    display: block;
    background-image: url(../images/icon03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 13px;
    margin-right: 9px;
}

.headerbox .header .rr .rr-lan form {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    width: 0;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
}

.headerbox .header .rr .rr-lan form input[type="text"] {
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
    padding-left: 3%;
    padding-right: 30px;
}

.headerbox .header .rr .rr-lan form input[type="submit"] {
    display: none;
}

@media only screen and (min-width:1024px) {
    .headerbox .header .rr .rr-lan .searchbox[data-on="on"] .s-bg {
        display: none;
    }
    .headerbox .header .rr .rr-lan .searchbox[data-on="on"] .s-bgg {
        transform: translateX(-50%);
        display: block;
    }
    .headerbox .header .rr .rr-lan .searchbox[data-on="on"] form {
        width: 500px;
        opacity: 1;
        visibility: visible;
    }
}

.header .nav-list {
    float: right;
    font-size: 0;
    display: block;
}

.header .nav-list .list-n {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    margin: 0 23px;
}

.header .nav-list .list-n .nav-word {
    font-size: 15px;
    color: #fff;
    transition: all 0s;
    line-height: 1.1;
    display: block;
    position: relative;
    z-index: 11;
    height: 38px;
}

.header .nav-list .list-n .nav-word::after {
    content: "";
    width: 0px;
    height: 13px;
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%/0 0 100% 100%;
}

.header .nav-list .list-n.on .nav-word {
    color: #e19f3c;
}

.header .nav-list .list-n.on .nav-word::after {
    width: 26px;
    color: #e19f3c;
    border: 1px solid #e19f3c;
    border-top: none;
}

.header .nav-list .list-n .sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    font-size: 0;
    z-index: 111;
    background-color: rgba(240, 240, 240, .85);
    height: 0;
    overflow: hidden;
}

.header .nav-list .list-n:last-of-type .sub {
    left: auto;
    right: 0;
}

.header .nav-list .list-n .sub-a {
    font-size: 15px;
    color: #483232;
    /* height: 48px; */
    /* line-height: 48px; */
    display: block;
    position: relative;
    padding: 0 20px;
    border-top: 1px solid #fbfbfb;
    height: 0;
    overflow: hidden;
    transition: all 0.75s;
    opacity: 0;
    visibility: hidden;
}

.header .nav-list .list-n .sub-a:nth-child(1) {
    border-top: 1px solid transparent;
}

.header .nav-menu {
    float: right;
    cursor: pointer;
    display: none;
}

@media only screen and (min-width:601px) {
    .header .nav-list .list-n:hover .nav-word::after {
        width: 26px;
        color: #e19f3c;
        border: 1px solid #e19f3c;
        border-top: none;
    }
    .header .nav-list .list-n:hover .nav-word {
        color: #e19f3c;
    }
    .header .nav-list .list-n .sub-a:hover {
        background-color: #e19f3c;
        color: #ffffff;
        border-top: 1px solid #e19f3c;
    }
    .header .nav-list .list-n:hover .sub {
        height: auto;
    }
    .header .nav-list .list-n:hover .sub-a {
        height: 48px;
        line-height: 48px;
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width:1280px) {
    .header .nav-list .list-n {
        margin: 0 10px;
    }
}


/*新闻页导航*/

.headnews {
    background-color: #fff;
}

.headerbox .headnews .logo .img2 {
    display: block;
}

.headnews .nav-list .list-n .nav-word,
.headerbox.down .header .nav-list .list-n .nav-word {
    color: #595959;
}

.headerbox.down .header .nav-list .list-n.on .nav-word {
    color: #e19f3c;
}

.headerbox .headnews .rr .rr-lan .nav-language .lang-item {
    color: #010101;
}

.headerbox .headnews .rr .rr-lan .nav-language .line {
    color: #010101;
}

.headerbox.down .headnews {
    background-color: #fff;
}

.headerbox .headnews .logo .img1 {
    display: none;
}

.headerbox .headnews .rr .rr-lan .searchbox .s-bg {
    display: none;
}

.headerbox .headnews .rr .rr-lan .searchbox .s-bgg {
    display: inline-block;
}

.headerbox .headnews .rr .rr-lan .searchbox[data-on="on"] form {
    border: 1px solid #ccc;
}


/*小屏幕导航*/


/* 手机菜单栏 */

.phone-menu {
    background: #1e1e1e;
    position: fixed;
    width: 260px;
    height: 100%;
    top: 0px;
    right: 0px;
    display: none;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding: 70px 0% 10px;
    overflow: auto;
    z-index: 8;
}

body[data-on="on"] .phone-menu {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.phone-menu ul li {
    display: block;
    line-height: 46px;
    min-height: 46px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.phone-menu ul li:after {
    content: "";
    display: block;
    height: 1px;
    width: 0px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0px;
    top: 46px;
}

.phone-menu ul li .item {
    display: block;
    overflow: hidden;
    position: relative;
    height: 46px;
}

.phone-menu ul li.cz .item:after {
    content: "";
    width: 9px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 10px;
}

.phone-menu ul li.cz .item:before {
    content: "";
    width: 1px;
    height: 9px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
}

.phone-menu ul li.cz[data-on="on"] .item:after {
    width: 30px;
    opacity: 0;
    right: 0px
}

.phone-menu ul li.cz[data-on="on"] .item:before {
    height: 100%;
    top: 0px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.1);
}

.phone-menu ul li .a {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
    position: absolute;
    height: 46px;
    line-height: 46px;
    left: 15px;
    top: 0px;
    z-index: 2;
}

.phone-menu ul li .xl {
    font-size: 14px;
    padding: 5px 0px;
    display: none
}

.phone-menu ul li .xl a {
    color: rgba(255, 255, 255, .6);
    display: block;
    padding: 5px 15px 5px 20px;
    position: relative;
    line-height: 26px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.phone-menu ul li .xl .hab {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
    -moz-transition: all .3s;
    transition: all .3s;
}

.phone-menu ul li .xl .hab.cz .bbb:after {
    content: "";
    width: 9px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 10px;
}

.phone-menu ul li .xl .hab.cz .bbb:before {
    content: "";
    width: 1px;
    height: 9px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
}

.phone-menu ul li .xl .hab[data-on="on"]:after .bbb {
    width: 100%;
    opacity: 1;
    right: -15px;
    top: 100%;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: content-box;
    padding-left: 7px;
}

.phone-menu ul li.on .a {
    color: #fff
}

.phone-menu ul li .xl .ha_i.on {
    color: #fff
}

.phone-menu ul li .xl .hab.on .ha {
    color: #fff
}

.phone-menu ul li .xl .xll {
    background: #000;
    display: none;
    margin-left: 8px;
}

.phone-menu ul li .xl .xll a {
    margin-left: -8px;
    font-size: 12px;
}

.phone-menu ul li .xl .hab[data-on="on"] .bbb:before {
    height: 100%;
    top: 0px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0);
}

.phone-menu ul li .xl .hab .bbb {
    position: relative;
    height: 36px;
}

.phone-menu ul li .xl .hab .ha {
    display: inline-block;
    left: 0px;
    top: 0;
    z-index: 1;
    position: absolute;
}

.phone-menu ul li .xl .hab .ha {
    padding: 5px 15px 5px 20px;
}

.phone-menu ul li .xl .hab:nth-child(1) .ha {
    padding: 10px 15px 5px 20px;
}

.phone-menu ul li .xl .hab:last-child .ha {
    padding: 5px 15px 10px 20px;
}

.phone-menu ul li .xl .hab:nth-child(1) .bbb {
    height: 41px;
}

.phone-menu ul li .xl .hab:last-child .bbb {
    height: 41px;
}

.phone-menu ul li .xl a:nth-child(1) {
    padding: 10px 15px 5px 20px;
}

.phone-menu ul li .xl a:nth-child(1):after {
    top: 22px;
}

.phone-menu ul li .xl a:last-child {
    padding: 5px 15px 10px 20px;
}

.phone-menu ul li .xl a:before {
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .1);
    content: "";
    display: block;
    position: absolute;
    top: -0px;
    left: 7px;
}

.phone-menu ul li .xl a:after {
    width: 8px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 18px;
}

.phone-menu ul li[data-on="on"]:after {
    width: 100%;
}

.phone-menu ul li[data-on="on"] .xl a {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(1) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(3) {
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(5) {
    -webkit-transition-delay: .75s;
    -moz-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(6) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(11) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(12) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(13) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(14) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl .hab {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(1) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(3) {
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(5) {
    -webkit-transition-delay: .75s;
    -moz-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(6) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(11) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(12) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(13) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(14) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-dan {
    opacity: 0;
    background: #000;
    visibility: hidden;
    width: 100%;
    z-index: 5;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0
}

.phone-menu .href-box:after {
    content: "";
    display: block;
    clear: both;
}

.phone-menu .href-box .item {
    width: 50%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.phone-menu .href-box .item:nth-child(2n-1) {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.phone-menu .href-box .item a {
    display: block;
    padding: 15px 0 12px;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    text-align: center;
}

.phone-menu .href-box .item a img {
    height: 30px;
    display: block;
    margin: auto;
    opacity: .8;
    margin-bottom: 6px;
}

body[data-on="on"] .phone-dan {
    opacity: .5;
    visibility: visible;
}

.phone-menu .search-box {
    position: relative;
    left: 0px;
    top: 0;
    margin: 0;
    width: 100%;
    border: 0;
    padding: 10px 0;
    height: 50px;
}

.phone-menu .search-box .inputbox {
    padding: 0 30px 0 0;
    width: 100%;
    display: block;
}

.phone-menu .search-box .inputbox:focus {
    padding: 0 30px 0 10px;
    background: rgba(255, 255, 255, .1)
}

.nav-phone-menu {
    margin-left: 0.3rem;
}

.nav-phone-menu .btn-menu>span {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 6px;
    transform: rotate(0);
    transition: all .5s;
}

.nav-phone-menu .btn-menu>span:nth-child(3) {
    margin-bottom: 0;
}

.headerbox .header.headnews .nav-phone-menu .btn-menu>span,
.headerbox.down .nav-phone-menu .btn-menu>span {
    background-color: #595959;
}

.nav-phone-menu .btn-menu[data-on="on"]>span:nth-child(1) {
    transform: rotate(40deg);
}

.nav-phone-menu .btn-menu[data-on="on"]>span:nth-child(2) {
    display: none;
}

.nav-phone-menu .btn-menu[data-on="on"]>span:nth-child(3) {
    transform: rotate(-40deg);
    margin-top: -8px;
}

body[data-on="on"] .phone-menu {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.nav-phone-menu {
    display: none;
}

.phone-menu .mm-search {
    padding-left: 0.3rem;
}

.phone-menu .mm-search .s-form {
    position: relative;
}

.phone-menu .mm-search .s-form .head-s {
    background-color: #ffffff;
    width: 100%;
    border: none;
    height: 40px;
    padding: 10px;
}

.phone-menu .mm-search .s-form .tj {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border: none;
    background-color: #1e1e1e;
    cursor: pointer;
    background-image: url(../images/icon14.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}


/* 手机菜单栏 end */

@media only screen and (max-width:1440px) {
    .header {
        height: 100px;
    }
    .headerbox .header .rr .rr-lan {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:1024px) {
    .header {
        height: 70px;
        padding: 15px 0;
    }
    .headerbox .header .content {
        align-items: center;
    }
    .header .nav-list {
        display: none;
    }
    .headerbox .header .logo {
        margin-bottom: 0;
        height: 100%;
        width: 170px;
    }
    .headerbox .header .rr {
        width: calc(100% - 170px);
    }
    .headerbox .header .rr .rr-lan {
        margin-bottom: 0;
    }
    .phone-menu,
    .nav-phone-menu {
        display: block;
    }
    .headerbox .header .rr .rr-lan .searchbox,
    .headerbox .header .rr .rr-lan .line {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .header {
        height: 60px;
        padding: 15px 0;
    }
    .headerbox .header .rr {
        width: calc(100% - 120px);
    }
}

@media only screen and (max-width:640px) {
    .header {
        height: 50px;
        padding: 15px 0;
    }
}

@media only screen and (max-width:414px) {
    .headerbox .header .rr {
        width: calc(100% - 100px);
    }
}


/* -----------------首页---------------- */


/* banner */

.inbanner-swiper .swiper-slide .imgdiv {
    position: relative;
}

.inbanner-swiper .swiper-slide .imgdiv .bg-img {
    padding-top: calc(950 / 1920 * 100%);
}

.inbanner-swiper .swiper-slide .imgdiv .bg-img.for-phone {
    display: none;
}

.inbanner-swiper .swiper-slide .imgdiv .textbox {
    position: absolute;
    top: 50%;
    left: 4%;
    width: auto;
    z-index: 1;
}

.inbanner-swiper .controlbtn {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: auto;
}

.inbanner-swiper .controlbtn .scroll {
    width: 192px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.inbanner-swiper .controlbtn .scroll .text {
    font-size: 14px;
    color: #ffffff;
}

.inbanner-swiper .controlbtn .scroll .icon {
    width: 12px;
    height: 12px;
    display: block;
    margin-left: 10px;
    background-image: url(../images/icon07.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.inbanner-swiper .controlbtn .bg-btn {
    width: 88px;
    height: 44px;
    position: relative;
    outline: none;
    cursor: pointer;
}

.inbanner-swiper .controlbtn .bg-btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, .6) rgba(255, 255, 255, .6) transparent transparent;
    transform: rotate(45deg);
    margin-top: -7px;
}

.inbanner-swiper .controlbtn .bg-btn.banner-prev::before {
    left: 0;
    transform: rotate(-135deg);
}

.inbanner-swiper .controlbtn .bg-btn::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    width: 62px;
    height: 2px;
    background-color: rgba(255, 255, 255, .6);
    margin-top: -1px;
}

.inbanner-swiper .controlbtn .bg-btn.banner-prev::after {
    left: auto;
    right: 8px;
}


/* 简介 */

.inmore {
    width: 102px;
    height: 26px;
    background-color: #e19f3c;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

.inmain-title .en {
    font-size: 30px;
    color: #e19f3c;
}

.inmain-title .cn {
    font-size: 24px;
    color: #483232;
    margin-bottom: 0.15rem;
}

.inmain-title .desc {
    font-size: 16px;
    color: #595959;
    line-height: 1.8;
}

.inabout {
    display: flex;
}

.inabout .inab-item {
    width: 50%;
    height: 350px;
    display: flex;
    align-items: center;
}

.inabout .inab-item.hui {
    background-color: #fafafa;
}

.inabout .inab-item:nth-child(2) {
    background-size: contain;
}

.inabout .inab-item .info {
    max-width: 65%;
    padding-left: 1rem;
    min-height: 245px;
    position: relative;
}

.inabout .inab-item .info .inmore {
    position: absolute;
    bottom: 0;
    left: auto;
    transition: all .5s;
    border: 1px solid #e19f3c;
}

.inproduct .t-title {
    background-color: #fbf6ed;
    padding: 0.3rem 0;
}

.inproduct .t-title .icon {
    width: 36px;
    height: 36px;
    background-image: url(../images/icon12.png);
    margin-right: 0.15rem;
}

.inproduct .t-title .cn {
    font-size: 24px;
    color: #483232;
    margin-right: 0.15rem;
}

.inproduct .t-title .en {
    font-size: 30px;
    color: #e19f3c;
}

.inproduct .inpro-cont .list {
    display: flex;
}

.inproduct .inpro-cont .list .item {
    transition: all 0.36s ease;
    position: relative;
    /* float: left; */
    height: 750px;
    /* margin-right: 0px; */
    /* margin-bottom: 20px; */
    /* box-shadow: 0 0 0 rgba(0, 0, 0, 0.15); */
    width: 25%;
}

.inproduct .inpro-cont .list .item .item_box {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.inproduct .inpro-cont .list .item .item_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
    transition: all .36s;
    opacity: 1;
    visibility: visible;
}

.inproduct .inpro-cont .list .item .item_box .ind2_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.36s ease 0s;
}

.inproduct .inpro-cont .list .item .item_box .item_img {
    height: 100%;
    position: relative;
    bottom: 0;
    transition: all 0.36s ease 0s;
}

.inproduct .inpro-cont .list .item .item_box .item_img img {
    height: 100%;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}

.inproduct .inpro-cont .list .item .item_box .item_wrapper {
    position: absolute;
    bottom: -25%;
    left: 0;
    width: 100%;
    height: 25%;
    background-color: #e19f3c;
    padding: 6% 10%;
    transition: all 0.36s ease 0s;
}

.inproduct .inpro-cont .list .item .item_box .item_wrapper .item_info {
    position: relative;
    top: -192px;
    transition: all 0.36s ease 0s;
    z-index: 2;
}

.inproduct .inpro-cont .list .item .item_box .item_wrapper .item_info .en,
.inproduct .inpro-cont .list .item .item_box .item_wrapper .item_info .cn {
    font-size: 20px;
    color: #ffffff;
}

.inproduct .inpro-cont .list .item .item_box .item_wrapper .item_info .desc {
    font-size: 16px;
    color: #ffffff;
    margin-top: 0.15rem;
}

.innews {
    padding: 1rem 0;
}

.innews .wrap1 {
    display: flex;
}

.innews .l-news {
    /* width: 470px; */
    width: 4.7rem;
    max-width: 470px;
}

.innews .l-news .n-title {
    display: flex;
}

.innews .l-news .n-title .l-tit {
    flex: 1;
    width: calc(100% - 143px);
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.innews .l-news .n-title .l-tit .cn {
    font-size: 24px;
    color: #483232;
}

.innews .l-news .n-title .l-tit .en {
    font-size: 30px;
    color: #96866c;
}

.innews .l-news .n-title .r-icon {
    width: 143px;
    height: 143px;
    background-color: #fbf6ed;
    flex-direction: column;
    transition: all .5s;
}

.innews .l-news .n-title .r-icon .ii {
    width: 49px;
    height: 49px;
    background-color: #c5bbb5;
    border-radius: 50%;
    background-image: url(../images/icon13.png);
    background-position: -11px center;
}

.innews .l-news .n-title .r-icon .more {
    font-size: 14px;
    color: #5a4848;
    margin-top: 0.05rem;
}

.innews .l-news .n-list .item {
    display: flex;
    padding: 0.32rem 0;
    border-bottom: 1px solid #e6e6e6;
}

.innews .l-news .n-list .item .l-time {
    width: 90px;
    flex-direction: column;
}

.innews .l-news .n-list .item .l-time .dd {
    font-size: 36px;
    color: #96866c;
    line-height: 1.2;
}

.innews .l-news .n-list .item .l-time .yy {
    font-size: 12px;
    line-height: 1.2;
    color: #96866c;
}

.innews .l-news .n-list .item .r-tit {
    width: calc(100% - 90px);
    flex: 1;
}

.innews .l-news .n-list .item .r-tit .tt {
    font-size: 18px;
    color: #483232;
    margin-bottom: 0.1rem;
}

.innews .l-news .n-list .item .r-tit .more {
    font-size: 14px;
    color: #e19f3c;
}

.innews .r-cishan {
    width: calc(100% - 4.7rem);
    padding-left: 1rem;
    display: flex;
}

.innews .r-cishan .gallery-top {
    flex: 1;
    /* width: calc(100% - 400px); */
    width: 7.5rem;
    max-width: 750px;
}

.innews .r-cishan .gallery-top .swiper-slide .img {
    padding-top: calc(515 / 750 * 100%);
    position: relative;
}

.innews .r-cishan .r-menu {
    /* width: 400px; */
    background-color: #fafafa;
    padding: 0.4rem 0.5rem;
    position: relative;
    width: calc(100% - 7.5rem);
}

.innews .r-cishan .r-menu::before {
    content: '';
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 60px;
    height: 60px;
    background-image: url(../images/icon06.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.innews .r-cishan .r-menu .mtitle {
    margin-bottom: 0.48rem;
}

.innews .r-cishan .r-menu .mtitle .cn {
    font-size: 24px;
    color: #483232;
}

.innews .r-cishan .r-menu .mtitle .en {
    font-size: 30px;
    color: #96866c;
}

.innews .r-cishan .r-menu .gallery-thumbs {
    overflow: visible;
}

.innews .r-cishan .r-menu .gallery-thumbs .swiper-slide {
    margin-bottom: 0.2rem;
    cursor: pointer;
}

.innews .r-cishan .r-menu .gallery-thumbs .swiper-slide .item {
    display: block;
    position: relative;
}

.innews .r-cishan .r-menu .gallery-thumbs .swiper-slide .item::before {
    content: '';
    position: absolute;
    right: 105%;
    top: 0.2rem;
    width: 0;
    height: 1px;
    background-color: #e19f3c;
    opacity: 0;
}

.innews .r-cishan .r-menu .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .item::before {
    opacity: 1;
    width: 1.34rem;
}

.innews .r-cishan .r-menu .gallery-thumbs .swiper-slide .tt {
    font-size: 20px;
    color: #483232;
}

.innews .r-cishan .r-menu .gallery-thumbs .swiper-slide .dd {
    font-size: 16px;
    color: #898174;
    height: 0;
    /* margin-bottom: 0.15rem; */
    transition: all .5s;
}

.innews .r-cishan .r-menu .gallery-thumbs .swiper-slide .inmore {
    height: 0;
    transition: all .5s;
}

.innews .r-cishan .r-menu .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .dd {
    height: 25px;
    margin-bottom: 0.15rem;
}

.innews .r-cishan .r-menu .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .inmore {
    height: 26px;
}


/*  */

@media only screen and (min-width:601px) {
    .inproduct .inpro-cont .list .item:hover .item_img {
        bottom: 25%;
    }
    .inproduct .inpro-cont .list .item:hover .item_wrapper {
        bottom: 0;
    }
    .inproduct .inpro-cont .list .item:hover .item_box .ind2_bg {
        background-color: rgba(0, 0, 0, 0);
    }
    .inproduct .inpro-cont .list .item:hover .item_box .item_wrapper .item_info {
        top: 0;
    }
}


/* 内页banner */

.allpage-banner {
    position: relative;
    margin-top: 90px;
}

.allpage-banner .img {
    padding-top: calc(550 / 1920 * 100%);
    min-height: 200px;
}

.allpage-banner .theme {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.allpage-banner .theme .en {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, .4);
    line-height: 1.1;
}

.allpage-banner .theme .cn {
    font-size: 0.48rem;
    color: #ffffff;
    line-height: 1.2;
}

.allpage-banner .hrefbox {
    position: absolute;
    top: 0.28rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.allpage-banner .hrefbox .href-a {
    font-size: 12px;
    color: #ffffff;
}

.allpage-banner .hrefbox .href-a span {
    font-family: 'SimSun';
    margin: 0 12px;
}

.twoclassbox {
    background-color: #fbf6ed;
    border-bottom: 1px solid #e6e6e6;
}

.twoclassbox .menu .tit-on {
    display: none;
}

.twoclassbox .menu .twoclass-ul {
    display: flex;
    justify-content: center;
}

.twoclassbox .menu .twoclass-ul .lia {
    display: flex;
    align-items: center;
    height: 0.8rem;
    margin: 0 0.3rem;
    font-size: 16px;
    color: #595959;
    position: relative;
}

.twoclassbox .menu .twoclass-ul .lia.on {
    color: #483232;
}

.twoclassbox .menu .twoclass-ul .lia.on::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e19f3c;
}


/* -----------------关于时富---------------- */

.about-one {
    padding: 0.8rem 0 0.9rem;
}

.about-one .info {
    font-size: 0.3rem;
    color: #787878;
    max-width: 62%;
    margin-bottom: 0.54rem;
}

.about-more {
    width: 154px;
    height: 32px;
    background-color: #e19f3c;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #e19f3c;
    transition: all .5s;
}

.about-two {
    height: 5.5rem;
    position: relative;
}

.about-two .img {
    width: 100%;
    height: 100%;
}

.about-two .textdiv {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-two .info {
    font-size: 0.3rem;
    color: #ffffff;
    max-width: 49%;
    line-height: 2;
}

.about-two .textdiv .name {
    font-size: 0.2rem;
    color: #ffffff;
    margin-top: 0.66rem;
}

.two-btns {
    background-color: #fbf6ed;
}

.two-btns .btns {
    display: flex;
}

.two-btns .btns .class-a {
    display: block;
    flex: 1;
    width: 50%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.2rem;
    color: #483232;
}

.two-btns .btns .class-a:nth-child(1) {
    border-right: 1px solid #e1ddd5;
}

.about-three {
    height: 6.8rem;
    display: flex;
    align-items: center;
}

.about-title .cn {
    font-size: 0.3rem;
    color: #483232;
}

.about-title .en {
    font-size: 0.3rem;
    color: #e19f3c;
    margin-bottom: 0.2rem;
}

.about-title .desc {
    font-size: 16px;
    color: #595959;
    margin-bottom: 0.96rem;
    line-height: 1.8;
}

.about-four {
    padding: 0.78rem 0;
}

.about-four .four-cont {
    display: flex;
    align-items: center;
}

.about-four .l-img {
    width: 50%;
}

.about-four .l-img img {
    width: 100%;
}

.about-four .r-info {
    width: 50%;
    padding-left: 0.8rem;
}

.about-four .r-info .about-title .desc {
    margin-bottom: 0.65rem;
}

.about-five {
    height: 5.5rem;
    display: flex;
    align-items: center;
}

.about-five .container {
    flex-direction: column;
}

.about-five .about-title .cn,
.about-five .about-title .en {
    color: #ffffff;
    text-align: center;
}

.about-five .about-title .en {
    margin-bottom: 0.8rem;
}

.ab-introduction {
    padding: 0.8rem 0 1.24rem;
}

.ab-introduction .img-common {
    background-size: auto;
    background-position: center bottom;
    display: flex;
}

.ab-introduction .l-info {
    font-size: 16px;
    color: #525252;
    line-height: 2.1;
    width: 50%;
    padding-top: 0.22rem;
}

.ab-introduction .r-img {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.ab-piece {
    width: 100%;
    height: 93px;
    background-image: url(../images/ab_bg3.png);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}

.ab-piece::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 89px;
    height: 100%;
    background-color: #e19f3c;
}

.ab-piece.rr {
    height: 72px;
}

.ab-piece.rr::before {
    width: 69px;
    left: auto;
    right: 0;
}

.ab-jiagou {
    padding: 0.8rem 0 1.34rem;
}

.ab-zhici {
    padding: 0.8rem 0 1.16rem;
}

.ab-zhici .zc-cont {
    display: flex;
}

.ab-zhici .zc-cont .l-img {
    width: 380px;
}

.ab-zhici .zc-cont .l-img .img {
    width: 100%;
    margin-bottom: 0.45rem;
}

.ab-zhici .zc-cont .r-info {
    width: calc(100% - 380px);
    flex: 1;
    padding-left: 0.92rem;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 1.85;
}

.ab-jieshao {
    padding: 0 0 1.32rem;
}

.ab-jieshao .js-cont .t-cont {
    display: flex;
    padding: 0.8rem 0 0.86rem;
}

.ab-jieshao .js-cont .t-cont .l-img {
    width: 399px;
}

.ab-jieshao .js-cont .t-cont .l-img img {
    width: 100%;
}

.ab-jieshao .js-cont .t-cont .r-info {
    width: calc(100% - 399px);
    flex: 1;
    padding-left: 0.7rem;
}

.ab-jieshao .js-cont .t-cont .r-info .text {
    font-size: 16px;
    color: #646464;
    line-height: 1.87;
    margin-bottom: 0.62rem;
}

.ab-jieshao .js-cont .js-list .js-title {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e19f3c;
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 40px;
    font-size: 16px;
    color: #231a1b;
    position: relative;
    margin-bottom: 0.28rem;
}

.ab-jieshao .js-cont .js-list .js-title::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    width: 10px;
    height: 15px;
    transform: translateY(-50%);
    background-image: url(../images/icon10.png);
    background-repeat: no-repeat;
    background-position: center;
}

.ab-jieshao .js-cont .js-list .js-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ab-jieshao .js-cont .js-list .js-ul li {
    width: calc(100% / 3);
    font-size: 14px;
    color: #3f3f3f;
    padding-left: 26px;
    position: relative;
    margin-bottom: 0.15rem;
}

.ab-jieshao .js-cont .js-list .js-ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    width: 2px;
    height: 2px;
    background-color: #e19f3c;
}

.ab-jieshao .js-cont .js-list .js-ul li.hide {
    display: none;
}

.ab-jieshao .js-cont .js-list .openbtn {
    position: relative;
    margin-top: 0.25rem;
}

.ab-jieshao .js-cont .js-list .openbtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    z-index: -1;
}

.ab-jieshao .js-cont .js-list .openbtn .about-more {
    margin: 0 auto;
}

.ab-care.culture-two {
    padding: 0.8rem 0 1.34rem;
}

.ab-contact {
    padding: 0.8rem 0 0;
}

.ab-contact .ct-top {
    display: flex;
    margin-bottom: 0.9rem;
}

.ab-contact .ct-top .l-title {
    width: 428px;
}

.ab-contact .ct-top .l-title .cn {
    font-size: 24px;
    color: #483232;
}

.ab-contact .ct-top .l-title .en {
    font-size: 24px;
    color: #e19f3c;
}

.ab-contact .ct-top .r-info {
    width: calc(100% - 428px);
    flex: 1;
    border-left: 2px solid #e6e6e6;
    padding-left: 0.7rem;
    font-size: 16px;
    color: #595959;
    line-height: 1.87;
}

.ab-contact .ab-map {
    width: 100%;
    height: 4.7rem;
    min-height: 25vh;
}

.ab-contact .ab-map img {
    max-width: none;
}


/* -----------------时富产业---------------- */

.product-main {
    background-position: center top;
    background-size: contain;
}

.product-main .pro-title {
    text-align: center;
    padding: 0.83rem 0 0.72rem;
}

.product-main .pro-title .icon {
    background-image: url(../images/icon11.png);
    width: 43px;
    height: 43px;
    margin: 0 auto 0.1rem;
}

.product-main .pro-title .cn {
    font-size: 0.3rem;
    color: #483232;
}

.product-main .pro-title .en {
    font-size: 0.3rem;
    color: #96866c;
}

.product-main .pro-cont .incom-swicontrols {
    display: none;
}

.product-main .pro-cont .gallery-top .item-a {
    position: relative;
    display: block;
}

.product-main .pro-cont .gallery-top .swiper-slide .textdiv {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1200px;
    width: 100%;
    transform: translate(-50%, -50%);
}

.product-main .pro-cont .gallery-top .swiper-slide .textdiv .info {
    width: 420px;
    height: 300px;
    background-color: rgba(0, 0, 0, .7);
    padding-left: 0.58rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-main .pro-cont .gallery-top .swiper-slide .textdiv .info .num {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.product-main .pro-cont .gallery-top .swiper-slide .textdiv .info .line {
    width: 22px;
    height: 1px;
    background-color: #e19f3c;
    margin-bottom: 0.22rem;
}

.product-main .pro-cont .gallery-top .swiper-slide .textdiv .info .en {
    font-size: 24px;
    color: rgba(255, 255, 255, .5);
}

.product-main .pro-cont .gallery-top .swiper-slide .textdiv .info .cn {
    font-size: 0.3rem;
    color: #ffffff;
}

.product-main .pro-cont .gallery-top .swiper-slide .img {
    padding-top: calc(750 / 1720 * 100%);
    min-height: 350px;
}

.product-main .pro-cont .gallery-thumbs {
    position: relative;
    top: -34px;
}

.product-main .pro-cont .gallery-thumbs .swiper-wrapper {
    justify-content: center;
    padding-top: 20px;
}

.product-main .pro-cont .gallery-thumbs .swiper-slide {
    width: 176px;
}

.product-main .pro-cont .gallery-thumbs .swiper-slide .img {
    padding-top: calc(106 / 176 * 100%);
    width: 100%;
}

.product-main .pro-cont .gallery-thumbs .swiper-slide .tit {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    padding-left: 14px;
    padding-top: 0.18rem;
    transform: translateY(-50%);
}

.product-main .pro-cont .gallery-thumbs .swiper-slide .tit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    width: 20px;
    height: 2px;
    background-color: #e19f3c;
}

.product-main .pro-cont .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    transform: translateY(-20px);
}

.product-main .pro-cont .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img {
    background-size: 0%;
    background-color: #ffffff;
}

.product-main .pro-cont .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .tit {
    color: #494949;
}


/* 列表页 */

.productlist-main .pro-info .cn {
    font-size: 0.3rem;
    color: #483232;
    line-height: 1.1;
}

.productlist-main .pro-info .en {
    font-size: 0.3rem;
    color: #e19f3c;
}

.productlist-main .pro-info .desc {
    font-size: 16px;
    color: #454545;
    line-height: 2.2;
}

.pro-estate {
    padding-top: 0.59rem;
    background-color: #fafafa;
}

.pro-estate .estate-top {
    height: 6.42rem;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-position: left center;
    margin-bottom: 0.48rem;
    max-height: 642px;
}

.pro-estate .estate-top .textdiv .e-title {
    margin-bottom: 0.25rem;
}

.selector-area {
    margin-right: 5px;
    background: #fff;
    border: 1px solid #dcdcdc;
    width: 200px;
    position: relative;
}

.selector-area .selected-item {
    position: relative;
}

.selector-area .selected-item .pop-icon {
    position: absolute;
    right: 0.14rem;
    top: 0;
    width: 16px;
    height: 100%;
}

.selector-area .selected-item .pop-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #525252 #525252;
    transform: rotate(-45deg);
    margin-top: -6px;
}

.selector-area ul {
    position: absolute;
    z-index: 2;
    background: #e3cca9;
    width: 100%;
    display: none;
    overflow: hidden;
}

.selector-area li,
.selector-area .selected-item .selected-item-title {
    padding: 0 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 14px;
    color: #525252;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.selector-area .iconfont {
    color: #947445;
}

.pro-estate .estate-top .textdiv .pro-search .pform .tjbtn {
    width: 0.7rem;
    height: 0.6rem;
    background-color: #e19f3c;
    background-image: url(../images/icon14.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    border: none;
    cursor: pointer;
}

.pro-estate .estate-top .nextbtn {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 56px;
    background-image: url(../images/icon15.png);
    transform: translate(-50%, 0);
    cursor: pointer;
    transition: all .5s;
}

.pro-estate .list .estate-swiper .swiper-slide .item {
    display: block;
}

.pro-estate .list .estate-swiper .swiper-slide .img {
    position: relative;
    padding-top: calc(850 / 1920 * 100%);
    min-height: 380px;
}

.pro-estate .list .estate-swiper .swiper-slide .textdiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-end;
}

.pro-estate .list .estate-swiper .swiper-slide .textdiv .textinfo {
    width: 500px;
    height: 3.08rem;
    background-color: rgba(0, 0, 0, .8);
    padding: 0.44rem 0.48rem;
    color: #ffffff;
    min-height: 308px;
}

.pro-estate .list .estate-swiper .swiper-slide .textdiv .textinfo .address {
    font-size: 20px;
    color: #e09e3c;
}

.pro-estate .list .estate-swiper .swiper-slide .textdiv .textinfo .tit {
    font-size: 24px;
    margin-bottom: 0.25rem;
}

.pro-estate .list .estate-swiper .swiper-slide .textdiv .textinfo .line {
    width: 53px;
    height: 1px;
    background-color: #959490;
    margin-bottom: 0.22rem;
}

.pro-estate .list .estate-swiper .swiper-slide .textdiv .textinfo .desc {
    font-size: 14px;
    color: #d6d6d6;
    line-height: 2.14;
}

.pro-estate .list .estate-swiper .swiper-slide .textdiv .textinfo .more {
    font-size: 14px;
    color: #e19f3c;
    line-height: 2.14;
}

.pro-estate .list .estate-swiper:nth-child(2n+0) .swiper-slide .textdiv {
    justify-content: flex-start;
}

.pro-estate .list .estate-swiper:nth-child(2n+0) .swiper-slide .textdiv .textinfo {
    left: 10%;
    position: relative;
}

.pro-estate .list .estate-swiper .btn {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    outline: none;
}

.pro-estate .list .estate-swiper .btn::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.4rem;
    height: 0.4rem;
    border-style: solid;
    border-width: 3px;
    border-radius: 2px;
    border-color: #ffffff #ffffff transparent transparent;
}

.pro-estate .list .estate-swiper .btn.estate-prev {
    left: 0.5rem;
}

.pro-estate .list .estate-swiper .btn.estate-next {
    right: 0.5rem;
}

.pro-estate .list .estate-swiper .btn.estate-prev::before {
    transform: rotate(-135deg);
}

.pro-estate .list .estate-swiper .btn.estate-next::before {
    transform: rotate(45deg);
}

.pro-estate .list .estate-swiper .estate-pagination {
    position: absolute;
    bottom: 0.28rem;
    z-index: 1;
    text-align: center;
}

.pro-estate .list .estate-swiper .estate-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: #ffffff;
    margin: 0 5px;
}

.pro-estate .list .estate-swiper .estate-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e19f3c;
}

.pro-city {
    padding: 0.74rem 0 0;
}

.pro-city .img img {
    width: 100%;
}

.pro-city .ct-top {
    padding-bottom: 3.5rem;
    background-position: left bottom;
}

.pro-city .ct-top .l-info {
    width: 50%;
    padding-right: 0.8rem;
}

.pro-city .ct-top .l-info.pro-info .en {
    margin-bottom: 0.25rem;
}

.pro-city .ct-top .l-info.pro-info .desc {
    line-height: 1.87;
}

.pro-hotel {
    padding: 0.68rem 0 0;
}

.pro-hotel .pro-info {
    text-align: center;
}

.pro-hotel .text {
    margin-top: 0.32rem;
    text-align: left;
    padding-bottom: 0.52rem;
    border-bottom: 1px solid #e6e6e6;
}

.pro-hotel .text .max-text {
    font-size: 14px;
    color: #454545;
    line-height: 2.14;
}

.pro-hotel .text .max-text.hide {
    max-height: 640px;
    overflow: hidden;
}

.pro-hotel .text .openbtn {
    font-size: 14px;
    color: #e19f3c;
    line-height: 1.71;
    font-weight: bold;
    margin-top: 0.2rem;
    cursor: pointer;
}

.pro-hotel .hotel-img {
    padding: 0.7rem 0 1.25rem
}

.pro-hotel .hotel-cont {
    margin-top: 0.36rem;
}

.pro-hotel .hotel-cont .hotel-swiper .swiper-wrapper {
    padding: 0.48rem 0;
}

.pro-hotel .hotel-cont .hotel-swiper .swiper-slide {
    height: 100%;
}

.pro-hotel .hotel-cont .hotel-swiper .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    z-index: 1;
}

.pro-hotel .hotel-cont .hotel-swiper .swiper-slide img {
    width: 100%;
    transition: all .5s;
    transform: scale(1);
}

.pro-hotel .hotel-cont .hotel-swiper .swiper-slide.swiper-slide-active img {
    transform: scale(1.2);
}

.pro-hotel .hotel-cont .hotel-swiper .swiper-slide.swiper-slide-active::before {
    background-color: rgba(255, 255, 255, 0);
}

.pro-hotel .hotel-cont .controls,
.incom-swicontrols {
    justify-content: space-between;
    margin: 0.35rem auto 0;
    max-width: 410px;
}

.pro-hotel .hotel-cont .controls .hotel-pagination .swiper-pagination-bullet,
.incom-swicontrols .btn-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: #dcdcdc;
    margin: 0 5px;
}

.pro-hotel .hotel-cont .controls .hotel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.incom-swicontrols .btn-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e19f3c;
}

.pro-hotel .hotel-cont .controls .btn,
.incom-swicontrols .btn {
    position: relative;
    width: 32px;
    height: 32px;
    outline: none;
    cursor: pointer;
}

.pro-hotel .hotel-cont .controls .btn::before,
.incom-swicontrols .btn::before {
    content: '';
    position: absolute;
    top: 4px;
    width: 22px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-radius: 2px;
    border-color: #a19999 #a19999 transparent transparent;
}

.pro-hotel .hotel-cont .controls .btn.hotel-prev::before,
.incom-swicontrols .btn.btn-prev::before {
    left: 2px;
    transform: rotate(-135deg);
}

.pro-hotel .hotel-cont .controls .btn.hotel-next::before,
.incom-swicontrols .btn.btn-next::before {
    right: 2px;
    transform: rotate(45deg);
}

.pro-financial {
    padding: 0.8rem 0 1.2rem;
}

.pro-financial .content .l-info {
    width: 50%;
    padding-right: 1.1rem;
}

.pro-financial .content .r-img {
    width: 50%;
}

.pro-financial .content .r-img img {
    width: 100%;
}

.prov-main {
    padding-top: 100px;
}

.prov-main .prov-href {
    background-color: #fbf6ed;
    height: 0.85rem;
    display: flex;
    align-items: center;
}

.prov-main .prov-href .href-a {
    font-size: 12px;
    color: #96866c;
}

.prov-main .prov-href .href-a span {
    margin: 0 5px;
    font-family: 'SimSun';
}

.prov-allimg {
    position: relative;
}

.prov-allimg .proallimg-swiper .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .35);
}

.prov-allimg .proallimg-swiper .swiper-slide.swiper-slide-active::before {
    background-color: rgba(255, 255, 255, 0);
}

.prov-allimg .proallimg-swiper .swiper-slide img {
    width: 100%;
}

.prov-allimg .controls {
    position: absolute;
    bottom: -0.3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.prov-allimg .controls .btndiv {
    display: flex;
    position: absolute;
    right: 8%;
    bottom: 0;
}

.prov-allimg .controls .btndiv .btn {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e19f3c;
    margin: 0 1px;
    position: relative;
    outline: none;
    cursor: pointer;
}

.prov-allimg .controls .btndiv .btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(45deg);
    margin-top: -7px;
    margin-left: -7px;
}

.prov-allimg .controls .btndiv .btn.proallimg-prev::before {
    border-color: transparent transparent #ffffff #ffffff;
}

.prov-cont .t-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.6rem 0 0.25rem;
}

.prov-cont .t-title .l-tit {
    font-size: 0.36rem;
    color: #483232;
}

.prov-cont .t-title .r-share .back {
    display: block;
    font-size: 14px;
    color: #5c5c5c;
    display: flex;
    align-items: center;
    margin-bottom: 0.14rem;
}

.prov-cont .t-title .r-share .back .ii {
    width: 20px;
    height: 18px;
    display: block;
    background-image: url(../images/icon09.png);
    margin-left: 0.12rem;
}

.prov-cont .t-title .r-share .share .ww {
    font-size: 14px;
    color: #777777;
    margin-right: 0.1rem;
}

.prov-cont .p-demo {
    padding: 0.4rem 0 0.6rem;
    border-bottom: 1px solid #e6e6e6;
}

.prov-cont .p-demo .tt {
    font-size: 24px;
    color: #483232;
}

.prov-cont .p-demo .dd {
    font-size: 16px;
    color: #515151;
    line-height: 2.25;
}

.prov-cont .p-content {
    font-size: 20px;
    color: #483232;
    line-height: 1.8;
}


/* -----------------企业文化---------------- */

.culture-one {
    padding: 0.8rem 0 1.04rem;
}

.culture-one .c-cont .top-img {
    margin-bottom: 0.77rem;
}

.culture-one .c-cont .list {
    display: flex;
    flex-wrap: wrap;
}

.culture-one .c-cont .list .item {
    width: calc(100% / 4);
    position: relative;
    border-right: 1px solid #e6e6e6;
    flex-direction: column;
    padding: 0.24rem 0 0.1rem;
}

.culture-one .c-cont .list {
    border-left: 1px solid #e6e6e6;
}

.culture-one .c-cont .list .item .tit {
    font-size: 18px;
    color: #5a4949;
    margin-bottom: 0.15rem;
}

.culture-one .c-cont .list .item .desc {
    font-size: 24px;
    color: #e19f3c;
    line-height: 2;
}

.culture-two {
    padding: 0.8rem 0 1.1rem;
}

.culture-two .list {
    display: flex;
    flex-wrap: wrap;
}

.culture-two .list .item {
    width: calc((100% - 0.44rem) / 3);
    margin-right: 0.22rem;
    margin-bottom: 0.46rem;
}

.culture-two .list .item:nth-child(3n+0) {
    margin-right: 0;
}

.culture-two .list .item .img {
    padding-top: calc(250 / 384 * 100%);
    position: relative;
    overflow: hidden;
    min-height: 210px;
}

.culture-two .list .item .img img {
    transform: scale(1);
    transition: all .5s;
}

.culture-two .list .item .tit {
    font-size: 16px;
    color: #483232;
    margin: 0.2rem 0;
}


/* -----------------新闻中心---------------- */

.news-main .news-top {
    background-color: #fafafa;
    padding: 0.74rem 0 0.8rem;
}

.news-main .news-top .title {
    text-align: center;
    margin-bottom: 0.34rem;
}

.news-main .news-top .title .cn {
    font-size: 24px;
    color: #483232;
}

.news-main .news-top .title .en {
    font-size: 30px;
    color: #96866c;
}

.news-main .news-top .n-top {
    display: flex;
    background-color: #ffffff;
}

.news-main .news-top .n-top .l-img {
    width: 66%;
}

.news-main .news-top .n-top .l-img .img {
    position: relative;
    padding-top: calc(450 / 800 * 100%);
}

.news-main .news-top .n-top .r-info {
    width: 34%;
    flex: 1;
    padding: 0.4rem;
    position: relative;
}

.news-main .news-top .n-top .r-info::after {
    content: '';
    position: absolute;
    right: 0.4rem;
    bottom: 0.28rem;
    width: 50px;
    height: 38px;
    background-image: url(../images/icon08.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.news-main .news-top .n-top .r-info .tit {
    font-size: 18px;
    color: #483232;
}

.news-main .news-top .n-top .r-info .time {
    font-size: 22px;
    color: #e19f3c;
    padding-bottom: 0.18rem;
    border-bottom: 1px solid #f5ddbb;
    margin-bottom: 0.18rem;
}

.news-main .news-top .n-top .r-info .desc {
    font-size: 14px;
    color: #898174;
    line-height: 1.8;
    margin-bottom: 0.82rem;
}

.news-main .news-top .n-top .r-info .more {
    width: 1.54rem;
    height: 32px;
    background-color: #e19f3c;
    font-size: 14px;
    color: #ffffff;
    min-width: 80px;
}

.news-list {
    padding: 0.3rem 0 1.15rem;
}

.news-list .item {
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 1px solid #e6e6e6;
}

.news-list .item .l-img {
    width: 300px;
}

.news-list .item .l-img .img {
    padding-top: calc(170 / 300 * 100%);
    position: relative;
}

.news-list .item .r-info {
    flex: 1;
    width: calc(100% - 300px);
    padding: 0 0.3rem;
    position: relative;
}

.news-list .item .r-info .tit {
    font-size: 18px;
    color: #483232;
    margin-bottom: 0.12rem;
    margin-top: 0.1rem;
}

.news-list .item .r-info .desc {
    font-size: 14px;
    color: #878787;
    line-height: 1.7;
}

.news-list .item .r-info .time {
    position: absolute;
    bottom: 0;
    left: 0.3rem;
    font-size: 16px;
    color: #96866c;
}

.news-list .item .r-info .more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 40px;
    background-color: #e19f3c;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    transition: all .5s;
}

.newsview-top {
    background-color: #fbf6ed;
    margin-top: 100px;
    position: relative;
    padding: 0.96rem 0 0.58rem;
    min-height: 200px;
}

.newsview-top .hrefbox {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.newsview-top .hrefbox .href-a {
    font-size: 12px;
    color: #96866c;
}

.newsview-top .hrefbox .href-a span {
    font-family: 'SimSun';
    margin: 0 10px;
}

.newsview-top .newsv-title {
    text-align: center;
}

.newsview-top .newsv-title .tit {
    font-size: 0.36rem;
    color: #483232;
    line-height: 1.3;
    margin-bottom: 0.14rem;
}

.newsview-top .newsv-title .sharediv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsview-top .newsv-title .sharediv .time {
    font-size: 18px;
    color: #e19f3c;
    margin-right: 0.2rem;
}

.newsview-top .newsv-title .sharediv .share {
    display: flex;
    align-items: center;
}

.newsview-top .newsv-title .sharediv .share .ww {
    font-size: 14px;
    color: #777777;
    margin-right: 0.1rem;
}

.newsv-cont {
    padding-bottom: 1.32rem;
}

.newsv-cont .nview-content {
    padding: 0.6rem 0;
    font-size: 16px;
    color: #2f2f2f;
    line-height: 1.8;
}

.newsv-cont .nview-bottom {
    border-top: 1px solid #e6e6e6;
    padding-top: 0.22rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsv-cont .nview-bottom .l-page {
    flex: 1;
    max-width: 80%;
}

.newsv-cont .nview-bottom .l-page .title {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #5c5c5c;
    margin-bottom: 0.15rem;
}

.newsv-cont .nview-bottom .l-page .title.next {
    margin-bottom: 0;
}

.newsv-cont .nview-bottom .r-back {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #5c5c5c;
}

.newsv-cont .nview-bottom .r-back .icon {
    background-image: url(../images/icon09.png);
    width: 20px;
    height: 18px;
    margin-left: 10px;
}


/* -----------------人才招聘---------------- */

.talent-one .talent-top {
    font-size: 0.3rem;
    padding: 0.8rem 0 0.77rem;
}

.talent-one .talent-img {
    position: relative;
    height: 5rem;
    overflow: hidden;
}

.talent-one .talent-img img {
    height: 100%;
    width: 100%;
}

.talent-one .talent-img .en {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.72rem;
    color: rgba(255, 255, 255, .35);
    z-index: 1;
}

.talent-two .talent-list {
    background-color: #fafafa;
    padding: 0.8rem 0 0.46rem;
}

.talent-two .talent-list .list {
    display: flex;
    flex-wrap: wrap;
}

.talent-two .talent-list .list .item {
    display: block;
    background-color: #ffffff;
    margin-right: 0.34rem;
    margin-bottom: 0.34rem;
    width: calc((100% - 0.34rem) / 2);
    padding: 0.2rem 0.25rem;
    position: relative;
}

.talent-two .talent-list .list .item:nth-child(2n+0) {
    margin-right: 0;
}

.talent-two .talent-list .list .item::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: #e19f3c;
}

.talent-two .talent-list .list .item .tit {
    font-size: 18px;
    color: #1a1a1a;
}

.talent-two .talent-list .list .item .desc {
    font-size: 15px;
    color: #3d3d3d;
    margin: 0.1rem 0;
}

.talent-two .talent-list .list .item .more {
    font-size: 14px;
    color: #e19f3c;
}

.talent-two .job-cont {
    padding: 0.8rem 0 0.94rem;
}

.talent-two .job-cont .content {
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
}

.talent-two .job-cont .l-info {
    flex: 1;
    width: calc(100% - 4.58rem);
    padding-left: 0.6rem;
}

.talent-two .job-cont .l-info .demo {
    font-size: 16px;
    color: #808080;
    line-height: 1.8;
    padding-bottom: 0.38rem;
    border-bottom: 1px solid #e19f3c;
    margin-bottom: 0.42rem;
}

.talent-two .job-cont .l-info .btns {
    display: flex;
}

.talent-two .job-cont .l-info .btns .bb {
    width: 160px;
    height: 60px;
    border-radius: 30px;
    margin-right: 0.22rem;
    font-size: 14px;
    color: #ffffff;
}

.talent-two .job-cont .l-info .btns .bb.huang {
    background-color: #f1a40f;
}

.talent-two .job-cont .l-info .btns .bb.cheng {
    background-color: #ff5500;
}

.talent-two .job-cont .l-info .btns .bb.lan {
    background-color: #198afa;
}

.talent-two .job-cont .r-img {
    width: 4.58rem;
    height: 3.8rem;
    min-height: 200px;
}

.talent-two .job-cont .r-img img {
    width: 100%;
}


/* -----------------时富慈善基金会---------------- */

.chari-main .chari-top {
    background-color: #fafafa;
    padding: 0.8rem 0 0.74rem;
}

.chari-main .chari-top .title {
    text-align: center;
}

.chari-main .chari-top .title .icon {
    background-image: url(../images/icon06.png);
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 0.15rem;
}

.chari-main .chari-top .title .tt {
    font-size: 0.3rem;
    color: #e19f3c;
}

.chari-main .chari-list .item {
    display: flex;
}

.chari-main .chari-list .item:nth-child(2n+0) {
    flex-direction: row-reverse;
}

.chari-main .chari-list .item .l-img {
    width: 50%;
}

.chari-main .chari-list .item .l-img .img {
    padding-top: calc(550 / 960 * 100%);
    position: relative;
}

.chari-main .chari-list .item .r-info {
    width: 50%;
    flex-direction: column;
}

.chari-main .chari-list .item .r-info .tit {
    font-size: 0.3rem;
    color: #483232;
    margin-bottom: 0.2rem;
}

.chari-main .chari-list .item .r-info .desc {
    font-size: 16px;
    color: #818181;
    margin-bottom: 0.74rem;
    max-width: 80%;
}

.chari-main .chari-list .item .r-info .more {
    width: 154px;
    height: 32px;
    font-size: 14px;
    color: #ffffff;
    background-color: #e19f3c;
    border: 1px solid #e19f3c;
    transition: all .5s;
}


/* 详情 */

.chariview-main {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left bottom;
}

.chariview-main .chariv-title {
    text-align: center;
    padding: 0.74rem 0 0.5rem;
    border-bottom: 2px solid #efe4d4;
}

.chariview-main .chariv-title .cn {
    font-size: 0.3rem;
    color: #483232;
}

.chariview-main .chariv-title .en {
    font-size: 16px;
    color: #b4b4b4;
}

.chariview-main .chariv-cont {
    display: flex;
    padding-bottom: 1.1rem;
}

.chariview-main .chariv-cont .l-imgs {
    width: 4.62rem;
    padding-right: 0.6rem;
    padding-top: 0.6rem;
    min-width: 220px;
}

.chariview-main .chariv-cont .l-imgs .position-s {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

.chariview-main .chariv-cont .l-imgs .charivimg-swiper .swiper-slide {
    padding-top: calc(301 / 401 * 100%);
}

.chariview-main .chariv-cont .l-imgs .controls {
    justify-content: space-between;
    margin-top: 0.18rem;
}

.chariview-main .chariv-cont .l-imgs .controls .charivimg-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: #dcdcdc;
    margin: 0 5px;
}

.chariview-main .chariv-cont .l-imgs .controls .charivimg-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e19f3c;
}

.chariview-main .chariv-cont .l-imgs .controls .btn {
    position: relative;
    width: 22px;
    height: 22px;
    outline: none;
    cursor: pointer;
}

.chariview-main .chariv-cont .l-imgs .controls .btn::before {
    content: '';
    position: absolute;
    top: 4px;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 2px;
    border-radius: 2px;
    border-color: #a19999 #a19999 transparent transparent;
}

.chariview-main .chariv-cont .l-imgs .controls .btn.charivimg-prev::before {
    left: 2px;
    transform: rotate(-135deg);
}

.chariview-main .chariv-cont .l-imgs .controls .btn.charivimg-next::before {
    right: 2px;
    transform: rotate(45deg);
}

.chariview-main .chariv-cont .r-list {
    flex: 1;
    width: calc(100% - 4.62rem);
    position: relative;
    padding-top: 0.58rem;
    padding-bottom: 0.2rem;
}

.chariview-main .chariv-cont .r-list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #efe4d4;
}

.chariview-main .chariv-cont .r-list .item {
    position: relative;
    padding-left: 0.6rem;
    margin-bottom: 0.45rem;
}

.chariview-main .chariv-cont .r-list .item .tit {
    font-size: 0.36rem;
    color: #e19f3c;
    line-height: 1.1;
    margin-bottom: 0.1rem;
}

.chariview-main .chariv-cont .r-list .item .desc {
    font-size: 16px;
    color: #595959;
}

.chariview-main .chariv-cont .r-list .item .ii {
    position: absolute;
    top: 0;
    left: 0;
}

.chariview-main .chariv-cont .r-list .item .ii::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -6px;
    width: 14px;
    height: 14px;
    border: 2px solid #e4d2b8;
    border-radius: 50%;
    background-color: #ffffff;
}

.chariview-main .chariv-cont .r-list .item .ii::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    border-style: solid;
    border-width: 4px 5px;
    border-color: transparent transparent transparent #e4d2b8;
}


/* -----------------页脚---------------- */

.footer-box {
    background-color: #f6f5f0;
}

.footer-box .flex-cont .footer-top {
    display: flex;
    justify-content: space-between;
    padding: 0.71rem 0 0.68rem;
    align-items: flex-end;
}

.footer-box .flex-cont .footer-top .l-info {
    font-size: 14px;
    color: #474747;
    line-height: 1.7;
}

.footer-box .flex-cont .footer-top .r-menu {
    text-align: right;
}

.footer-box .flex-cont .footer-top .r-menu .f-logo {
    display: block;
    width: 148px;
    margin-left: auto;
    margin-bottom: 0.35rem;
}

.footer-box .flex-cont .footer-top .r-menu .f-logo img {
    width: 100%;
}

.footer-box .flex-cont .footer-top .r-menu .ul-a .aa {
    display: inline-block;
    font-size: 14px;
    color: #474747;
    margin-left: 0.5rem;
    position: relative;
    padding-left: 15px;
}

.footer-box .flex-cont .footer-top .r-menu .ul-a .aa::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 2px;
    background-color: #e19f3c;
    margin-top: -1px;
}

.footer-box .flex-cont .footer-bottom {
    border-top: 1px solid #dddcd8;
    padding: 13px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-box .flex-cont .footer-bottom .l-href {
    width: 80%;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
}

.footer-box .flex-cont .footer-bottom .r-focus {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-box .flex-cont .footer-bottom .r-focus .tt {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
}

.footer-box .flex-cont .footer-bottom .r-focus .wechat {
    position: relative;
    margin-left: 10px;
}

.footer-box .flex-cont .footer-bottom .r-focus .wechat .wx {
    width: 34px;
    height: 34px;
}

.footer-box .flex-cont .footer-bottom .r-focus .wechat .codeimg {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) scale(0);
    max-width: none;
    z-index: 1;
    transition: all .5s;
}


/* page */

.news-list .all-Page-box {
    padding-top: 0.47rem;
}

.all-Page-box {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-Page-box .first,
.all-Page-box .last,
.all-Page-box .select,
.all-Page-box .f-right {
    display: none !important;
}

.all-Page-box .btn {
    border: 1px solid #c2b7a4;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    color: #96866c;
    font-size: 16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.all-Page-box .btn.song {
    /* width: 90px; */
    color: #ffffff;
    background-color: #c2b7a4;
    font-family: 'SimSun';
    font-weight: bold;
    margin: 0 0.35rem;
}

.all-Page-box .btn:hover,
.all-Page-box .btn.on {
    background: #e19f3c;
    color: #fff;
    border: 1px solid #e19f3c;
}

.bFind-wrapper-top {
    height: 26px!important;
}

.search-main {
    padding-bottom: 1.2rem;
}

.search-main .title {
    padding: 1.5rem 0 0.2rem;
    font-size: 30px;
    color: #231a1b;
    text-align: center;
}


/* page end */

@media only screen and (min-width:601px) {
    .footer-box .flex-cont .footer-bottom .r-focus .wechat:hover .codeimg {
        transform: translateX(-50%) scale(1);
    }
    .culture-two .list .item:hover .img img {
        transform: scale(1.05);
    }
}


/* -----------------响应---------------- */

@media only screen and (min-width:1921px) {
    .innews .r-cishan {
        padding-left: 100px;
        width: calc(100% - 470px);
    }
    .innews .r-cishan .gallery-top {
        width: 750px;
    }
    .innews .r-cishan .r-menu {
        width: calc(100% - 750px);
        padding: 40px 50px;
    }
    .innews .r-cishan .r-menu .mtitle {
        margin-bottom: 48px;
    }
    .innews .r-cishan .r-menu .gallery-thumbs .swiper-slide {
        margin-bottom: 20px;
    }
    .innews .r-cishan .gallery-top .swiper-slide .img {
        height: 100%;
    }
    .about-one .info,
    .about-two .info,
    .about-title .cn,
    .about-title .en,
    .product-main .pro-cont .gallery-top .swiper-slide .textdiv .info .cn,
    .productlist-main .pro-info .cn,
    .productlist-main .pro-info .en,
    .talent-one .talent-top,
    .chari-main .chari-top .title .tt,
    .chari-main .chari-list .item .r-info .tit,
    .chariview-main .chariv-title .cn {
        font-size: 30px;
    }
    .about-four .r-info {
        padding-left: 80px;
    }
    .about-five .about-title .en {
        margin-bottom: 80px;
    }
    .allpage-banner .theme .en,
    .talent-one .talent-img .en {
        font-size: 72px;
    }
    .allpage-banner .theme .cn {
        font-size: 48px;
    }
    .product-main .pro-cont .gallery-top .swiper-slide .textdiv .info {
        padding-left: 58px;
    }
    .product-main .pro-cont .gallery-top .swiper-slide .textdiv .info .num {
        margin-bottom: 25px;
    }
    .product-main .pro-cont .gallery-top .swiper-slide .textdiv .info .line {
        margin-bottom: 22px;
    }
    .selector-area li,
    .selector-area .selected-item .selected-item-title {
        height: 60px;
        line-height: 60px;
    }
    .pro-estate .estate-top .textdiv .pro-search .pform .tjbtn {
        height: 60px;
        width: 70px;
    }
    .pro-estate .list .estate-swiper .swiper-slide .img {
        padding-top: 0;
        height: 850px;
    }
    .pro-estate .list .estate-swiper .swiper-slide .textdiv .textinfo {
        padding: 44px 48px;
        max-height: 366px;
    }
    .prov-cont .t-title .l-tit,
    .newsview-top .newsv-title .tit,
    .chariview-main .chariv-cont .r-list .item .tit {
        font-size: 36px;
    }
    .pro-city .ct-top {
        padding-bottom: 350px;
    }
    .talent-two .job-cont .l-info {
        width: calc(100% - 458px);
        padding-left: 60px;
    }
    .talent-two .job-cont .r-img {
        width: 458px;
        height: 380px;
    }
}

@media only screen and (min-width:601px) {
    .inbanner-swiper .controlbtn .scroll:hover {
        cursor: pointer;
        background-color: #ffffff;
    }
    .inbanner-swiper .controlbtn .scroll:hover .text {
        color: #e19f3c;
    }
    .inbanner-swiper .controlbtn .scroll:hover .icon {
        background-image: url(../images/icon071.png);
    }
    .inabout .inab-item .info .inmore:hover,
    .chari-main .chari-list .item .r-info .more:hover {
        background-color: #ffffff;
        color: #e19f3c;
    }
    .innews .l-news .n-list .item:hover {
        background-color: #fafafa;
    }
    .innews .r-cishan .r-menu .gallery-thumbs .swiper-slide .item:hover::before {
        opacity: 1;
        width: 1.34rem;
    }
    .footer-box .flex-cont .footer-top .r-menu .ul-a .aa:hover {
        color: #e19f3c;
    }
    .allpage-banner .hrefbox .href-a:hover {
        color: #e19f3c;
    }
    .news-list .item:hover {
        background-color: #fbf6ed;
        padding: 0.3rem 0 0.3rem 0.3rem;
    }
    .news-list .item:hover .r-info .more {
        bottom: -0.3rem;
    }
    .innews .l-news .n-title .r-icon:hover {
        background-color: #fafafa;
    }
    .about-more:hover {
        background-color: #ffffff;
        color: #e19f3c;
    }
    .inproduct .inpro-cont .list .item:hover .item_box::before {
        opacity: 0;
        visibility: hidden;
    }
    .pro-estate .estate-top .nextbtn:hover {
        transform: translate(-50%, 10px);
    }
}

@media only screen and (max-width:1700px) {
    .innews .r-cishan {
        padding-left: 0.5rem;
    }
}

@media only screen and (max-width:1600px) {
    .innews .r-cishan .r-menu .mtitle {
        margin-bottom: 0.3rem;
    }
    .innews .r-cishan .r-menu .mtitle .cn {
        font-size: 20px;
    }
    .innews .r-cishan .r-menu .mtitle .en {
        font-size: 26px;
    }
}

@media only screen and (max-width:1440px) {}

@media only screen and (max-width:1280px) {
    .innews .wrap1 {
        display: block;
    }
    .innews .l-news,
    .innews .r-cishan {
        width: 100%;
        padding-left: 0;
    }
    .innews .l-news {
        margin-bottom: 0.5rem;
    }
    .inmain-title .en {
        font-size: 26px;
    }
    .inmain-title .cn {
        font-size: 20px;
    }
    .footer-box .flex-cont .footer-bottom .r-focus .wechat .codeimg {
        left: auto;
        right: 0;
        transform: translateX(0) scale(0);
    }
    .footer-box .flex-cont .footer-bottom .r-focus .wechat:hover .codeimg {
        transform: translateX(0) scale(1);
    }
    .two-btns .btns .class-a {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
    .ab-jieshao .js-cont .js-list .js-title {
        height: 38px;
        line-height: 38px;
    }
    .product-main .pro-cont .gallery-top .swiper-slide .textdiv .info {
        height: 260px;
        position: relative;
        left: 10%;
    }
    .product-main .pro-cont .gallery-top .swiper-slide .textdiv .info .en {
        font-size: 22px;
    }
    .pro-estate .list .estate-swiper .swiper-slide .textdiv .textinfo {
        position: relative;
        right: 10%;
    }
    .culture-one .c-cont .list .item .desc {
        font-size: 20px;
        line-height: 1.8;
    }
    .newsview-top {
        padding: 72px 0 0;
        min-height: 180px;
    }
    .chariview-main .chariv-title .cn {
        font-size: 24px;
    }
}

@media only screen and (max-width:1024px) {
    .allpage-banner,
    .newsview-top {
        margin-top: 70px;
    }
    .headerbox .header .rr .rr-lan .searchbox[data-on="on"] form {
        top: 70px;
    }
    .inabout {
        display: block;
    }
    .inabout .inab-item {
        width: 100%;
    }
    .inproduct .inpro-cont .list {
        display: block;
    }
    .inproduct .inpro-cont .list .item {
        width: 100%;
        height: 300px;
    }
    .inproduct .inpro-cont .list .item .item_box .item_wrapper {
        bottom: 0;
        height: 100%;
        background-color: transparent;
    }
    .inproduct .inpro-cont .list .item:hover .item_img {
        bottom: 0;
    }
    .inproduct .inpro-cont .list .item .item_box .item_img img {
        width: 100%;
    }
    .inproduct .inpro-cont .list .item .item_box .item_wrapper .item_info {
        top: 50%;
        transform: translateY(-50%);
    }
    .inproduct .inpro-cont .list .item:hover .item_box .item_wrapper .item_info {
        top: 50%;
    }
    .innews .l-news .n-title .r-icon {
        width: 112px;
        height: 112px;
    }
    .innews .l-news .n-title .l-tit .cn,
    .inproduct .t-title .cn {
        font-size: 20px;
    }
    .innews .l-news .n-title .l-tit .en,
    .inproduct .t-title .en {
        font-size: 26px;
    }
    .innews .r-cishan {
        display: block;
    }
    .innews .r-cishan .gallery-top,
    .innews .r-cishan .r-menu {
        width: 100%;
    }
    .innews .r-cishan .r-menu .gallery-thumbs {
        overflow: hidden;
    }
    .innews .r-cishan .r-menu .gallery-thumbs .swiper-slide .item::before {
        display: none;
    }
    .innews .r-cishan .r-menu .gallery-thumbs .swiper-slide .dd {
        height: 25px;
    }
    .innews .r-cishan .r-menu .gallery-thumbs .swiper-slide .inmore {
        height: 26px;
    }
    .inbanner-swiper .swiper-slide .imgdiv .bg-img.for-phone {
        display: block;
        min-height: 250px;
    }
    .inbanner-swiper .swiper-slide .imgdiv .bg-img.for-pc {
        display: none;
    }
    .footer-box .flex-cont .footer-top {
        display: block;
    }
    .footer-box .flex-cont .footer-top .l-info,
    .footer-box .flex-cont .footer-top .r-menu {
        width: 100%;
        text-align: left;
    }
    .footer-box .flex-cont .footer-top .l-info {
        margin-bottom: 0.5rem;
    }
    .footer-box .flex-cont .footer-top .r-menu .f-logo {
        margin-left: 0;
        margin-right: auto;
    }
    .about-one .info {
        max-width: 100%;
        font-size: 14px;
    }
    .about-four .four-cont {
        display: block;
    }
    .about-four .l-img,
    .about-four .r-info {
        width: 100%;
        padding-left: 0;
    }
    .about-four .r-info {
        text-align: center;
        margin-top: 0.3rem;
    }
    .about-four .r-info .about-more {
        margin: 0 auto;
    }
    .about-two .info {
        font-size: 16px;
    }
    .about-two .textdiv .name {
        font-size: 14px;
    }
    .about-title .cn,
    .about-title .en,
    .product-main .pro-title .cn,
    .product-main .pro-title .en,
    .productlist-main .pro-info .cn,
    .productlist-main .pro-info .en {
        font-size: 24px;
    }
    .ab-introduction .img-common {
        display: block;
    }
    .ab-introduction .l-info,
    .ab-introduction .r-img {
        width: 100%;
    }
    .ab-introduction .r-img {
        justify-content: center;
        margin-top: 0.5rem;
    }
    .twoclassbox .menu .twoclass-ul .lia {
        height: 45px;
    }
    .ab-zhici .zc-cont,
    .ab-jieshao .js-cont .t-cont,
    .pro-financial .content,
    .news-main .news-top .n-top,
    .chari-main .chari-list .item {
        display: block;
    }
    .ab-zhici .zc-cont .l-img,
    .ab-zhici .zc-cont .r-info,
    .ab-jieshao .js-cont .t-cont .l-img,
    .ab-jieshao .js-cont .t-cont .r-info,
    .pro-financial .content .l-info,
    .pro-financial .content .r-img,
    .news-main .news-top .n-top .l-img,
    .news-main .news-top .n-top .r-info,
    .chari-main .chari-list .item .l-img,
    .chari-main .chari-list .item .r-info {
        width: 100%;
    }
    .ab-zhici .zc-cont .r-info,
    .ab-jieshao .js-cont .t-cont .r-info {
        padding-left: 0;
        margin-top: 0.5rem;
    }
    .pro-financial .content .l-info {
        padding-right: 0;
        margin-bottom: 0.3rem;
    }
    .ab-contact .ct-top .l-title {
        width: 360px;
    }
    .ab-contact .ct-top .r-info {
        width: calc(100% - 360px);
    }
    .product-main .pro-cont .gallery-top .swiper-slide .textdiv .info {
        height: 210px;
    }
    .product-main .pro-cont .gallery-top .swiper-slide .textdiv .info .en,
    .news-main .news-top .title .cn {
        font-size: 20px;
    }
    .product-main .pro-cont .gallery-top .swiper-slide .textdiv .info .cn {
        font-size: 18px;
    }
    .product-main .pro-cont .gallery-thumbs .swiper-slide .tit {
        font-size: 16px;
    }
    .pro-estate .estate-top .textdiv .pro-search .pform .tjbtn {
        width: 40px;
        height: 35px;
    }
    .selector-area li,
    .selector-area .selected-item .selected-item-title {
        height: 35px;
        line-height: 35px;
    }
    .prov-main {
        padding-top: 70px;
    }
    .prov-allimg .controls .btndiv .btn {
        width: 35px;
        height: 35px;
    }
    .pro-city .ct-top .l-info {
        width: 100%;
        padding-right: 0;
    }
    .news-main .news-top .title .en {
        font-size: 24px;
    }
    .newsview-top .newsv-title .tit {
        font-size: 20px;
    }
    .talent-two .job-cont .l-info .btns .bb {
        height: 45px;
    }
    .chari-main .chari-list .item .r-info {
        padding: 0.8rem 0.3rem;
    }
    .chari-main .chari-list .item .r-info .desc {
        margin-bottom: 0.5rem;
        max-width: 100%;
    }
    .chari-main .chari-list .item .r-info .tit,
    .chari-main .chari-top .title .tt {
        font-size: 20px;
    }
    .chariview-main .chariv-cont .r-list .item .tit {
        font-size: 24px;
    }
}

@media only screen and (max-width:800px) {
    .innews .l-news .n-list .item .r-tit .tt {
        font-size: 16px;
    }
    .footer-box .flex-cont .footer-bottom {
        flex-direction: column-reverse;
    }
    .footer-box .flex-cont .footer-bottom .r-focus {
        margin-bottom: 0.3rem;
        width: 100%;
        justify-content: center;
    }
    .about-two .info,
    .about-two .textdiv .name {
        max-width: 100%;
        color: #787878;
    }
    .twoclassbox .menu .tit-on {
        display: flex;
        align-items: center;
        height: 45px;
        justify-content: center;
        font-size: 16px;
        color: #595959;
    }
    .twoclassbox .menu .tit-on::after {
        content: '';
        border-style: solid;
        border-width: 6px 5px;
        border-color: #e19f3c transparent transparent transparent;
        display: block;
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translate(50%, -10%);
        margin-top: -2px;
    }
    .twoclassbox .menu {
        position: relative;
    }
    .twoclassbox .menu .twoclass-ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: block;
        background-color: #ffffff;
        z-index: 1;
        border: 1px solid #e19f3c;
        height: 0;
        overflow: hidden;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
    }
    .twoclassbox .menu .twoclass-ul .lia {
        height: 0;
        overflow: hidden;
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
    }
    .twoclassbox .menu.active .twoclass-ul {
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    .twoclassbox .menu.active .twoclass-ul .lia {
        height: 45px;
        opacity: 1;
        visibility: visible;
    }
    .twoclassbox .menu.active .twoclass-ul .lia.on {
        color: #e19f3c;
    }
    .culture-two .list .item {
        width: calc((100% - 0.22rem) / 2);
    }
    .culture-two .list .item:nth-child(3n+0) {
        margin-right: 0.22rem;
    }
    .culture-two .list .item:nth-child(2n+0) {
        margin-right: 0;
    }
    .ab-contact .ct-top,
    .news-list .item,
    .talent-two .talent-list .list,
    .chariview-main .chariv-cont {
        display: block;
    }
    .ab-contact .ct-top .l-title,
    .ab-contact .ct-top .r-info,
    .news-list .item .l-img,
    .news-list .item .r-info,
    .talent-two .talent-list .list .item,
    .chariview-main .chariv-cont .l-imgs,
    .chariview-main .chariv-cont .r-list {
        width: 100%;
    }
    .ab-contact .ct-top .r-info {
        margin-top: 0.3rem;
    }
    .pro-estate .list .estate-swiper .swiper-slide .textdiv {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        width: 100%;
    }
    .pro-estate .list .estate-swiper .swiper-slide .textdiv .textinfo {
        width: 100%;
        right: 0;
    }
    .pro-estate .list .estate-swiper:nth-child(2n+0) .swiper-slide .textdiv .textinfo {
        left: 0;
    }
    .pro-estate .estate-top {
        background-position: center top;
        justify-content: center;
        align-items: flex-start;
    }
    .pro-hotel .hotel-cont .controls .btn,
    .incom-swicontrols .btn {
        width: 28px;
        height: 28px;
    }
    .culture-one .c-cont .list .item {
        width: 50%;
        margin-bottom: 0.2rem;
    }
    .news-list .item .r-info {
        margin-top: 0.2rem;
    }
    .news-list .item .r-info .time {
        position: relative;
        left: 0;
        margin-top: 10px;
    }
    .news-main .news-top .n-top .r-info .tit {
        font-size: 16px;
    }
    .news-main .news-top .n-top .r-info .time {
        font-size: 18px;
    }
    .news-list .item .r-info .more {
        width: 80px;
        height: 32px;
        line-height: 32px;
    }
    .talent-two .talent-list .list .item {
        margin-right: 0;
    }
    .talent-two .job-cont .l-info .btns .bb {
        width: 130px;
    }
    .talent-two .job-cont .content {
        flex-direction: column-reverse;
    }
    .talent-two .job-cont .l-info,
    .talent-two .job-cont .r-img {
        width: 100%;
        height: auto;
    }
    .talent-two .job-cont .l-info {
        padding: 20px 0.3rem;
    }
    .chariview-main .chariv-cont .l-imgs {
        margin-bottom: 20px;
        padding-right: 0;
    }
    .about-two {
        height: auto;
    }
    .about-two .img {
        height: 5.5rem;
    }
    .about-two .textdiv {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        padding: 20px 0;
    }
}

@media only screen and (max-width:768px) {
    .allpage-banner,
    .newsview-top {
        margin-top: 60px;
    }
}

@media only screen and (max-width:640px) {
    .allpage-banner,
    .newsview-top {
        margin-top: 50px;
    }
    .inabout .inab-item .info {
        max-width: 94%;
    }
    .inbanner-swiper .controlbtn {
        bottom: 0.2rem;
    }
    .inbanner-swiper .controlbtn .scroll {
        width: 132px;
        height: 35px;
    }
    .about-title {
        text-align: center;
    }
    .about-three .about-more {
        margin: 0 auto;
    }
    .about-title .cn,
    .about-title .en {
        font-size: 20px;
    }
    .ab-jieshao .js-cont .js-list .js-ul li {
        width: 100%;
    }
    .product-main .pro-cont {
        padding-bottom: 0.5rem;
    }
    .product-main .pro-cont .gallery-thumbs {
        display: none;
    }
    .product-main .pro-cont .incom-swicontrols {
        display: flex;
    }
    .product-main .pro-cont .gallery-top .swiper-slide .textdiv .info {
        width: 80%;
        padding: 0 20px;
    }
    .product-main .pro-cont .gallery-top .swiper-slide .textdiv .info .en {
        font-size: 18px;
    }
    .prov-cont .t-title {
        display: block;
    }
    .prov-cont .t-title .l-tit {
        margin-bottom: 0.2rem;
    }
    .prov-cont .t-title .r-share .share {
        justify-content: flex-start;
    }
    .prov-cont .p-demo .tt {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .prov-cont .p-demo .dd {
        line-height: 1.8;
    }
    .pro-city .ct-top {
        padding-bottom: 1rem;
    }
    .about-title .cn,
    .about-title .en,
    .product-main .pro-title .cn,
    .product-main .pro-title .en,
    .productlist-main .pro-info .cn,
    .productlist-main .pro-info .en {
        font-size: 20px;
    }
    .pro-hotel .hotel-cont .controls,
    .incom-swicontrols {
        padding: 0 20px;
    }
    .newsview-top .hrefbox {
        top: 14px;
    }
    .newsview-top .newsv-title .tit {
        font-size: 18px;
    }
}

@media only screen and (max-width:414px) {
    .innews .l-news .n-title .r-icon {
        width: 90px;
        height: 90px;
    }
    .twoclassbox .menu .tit-on::after {
        left: 62%;
    }
    .culture-two .list .item,
    .culture-two .list .item:nth-child(3n+0) {
        width: 100%;
        margin-right: 0;
    }
    .culture-one .c-cont .list {
        border: none;
    }
    .culture-one .c-cont .list .item {
        width: 100%;
        border-left: 1px solid #e6e6e6;
    }
}