* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-break: break-all;
    box-sizing: border-box;
    font-family: '微软雅黑';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.header {
    height: 0;
}

.pc {
    display: block !important;
}

.mob {
    display: none !important;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* font-size: calc(100vw/3.75); */
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 100px;
}

body {
    font-size: .13rem;
    color: #333;
    line-height: .2rem;
    min-width: 12rem;
    /* overflow-x: hidden; */
    width: 100%;

}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
}

input,
textarea,
select,
button {
    font: inherit;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    background: transparent;
}

a {
    text-decoration: none;
    color: inherit;
}

i {
    font-style: normal;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.view-all {
    display: block;
    width: 2.28rem;
    height: .72rem;
    border: 1px solid #FFFFFF;

    line-height: .72rem;
    text-align: center;
    color: #fff;
    font-size: .12rem;
}

.view-all-black {
    color: #333;
    background: url(../imgs/btn_arrow-black@2x.png) 92% center no-repeat;
    background-size: .13rem;
    border: 1px solid #333;
}

.inside-view-all {
    width: 1.8rem;
    line-height: .56rem;
    height: .56rem;
}

.view-all-white {
    background: url(../imgs/btn_arrow-white@2x.png) rgba(255, 255, 255, 0.12) 92% center no-repeat;
    background-size: .13rem;
    animation: all 1s;
}

.view-all-white:hover {
    animation: _bg 1s alternate both;
}

@keyframes _bg {
    0% {
        background: url(../imgs/btn_arrow-white@2x.png) rgba(255, 255, 255, 0.12) 92% center no-repeat;
        background-size: .13rem;
    }

    100% {
        background: url(../imgs/btn_arrow-white@2x.png) rgba(255, 255, 255, 0.2) 92% center no-repeat;
        background-size: .13rem;
    }
}

.view-all-red {
    background: url(../imgs/btn_arrow-white@2x.png) #CA0211 92% center no-repeat;
    background-size: .13rem;
    position: relative;
}

.view-all-red:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    top: 0;
    left: 0;
    position: absolute;
}

.view-all-no-border {
    height: .14rem;
    line-height: .14rem;
    border: 0;
    text-align: left;
    background: url(../imgs/btn_arrow-white@2x.png) right center no-repeat;
    background-size: .13rem;
    padding-right: .3rem;
    width: auto;
    display: inline-block;
}

.fixed-header {
    display: none;
}

.menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.menu .nav {
    background: #fff;
    height: .9rem;
    padding: 0 .4rem;
    min-width: 12rem;
    box-sizing: border-box;
}

.menu .nav .logo {
    height: .24rem;
    float: left;
    margin-top: .345rem;
}

.menu .nav .float-right {
    float: right;
}

.menu .nav li {
    line-height: .86rem;
    font-size: .15rem;
    color: #101112;
    border-bottom: .04rem solid transparent;
    margin-left: .55rem;
    float: left;
}

.menu .nav li.active,
.menu .nav li.hover {
    border-color: #E60011;
}

.menu .nav .icon {

    margin: .24rem 0;
    padding: .11rem .26rem;
    border-right: 1px solid #E5E5E5;
    height: .42rem;
    box-sizing: border-box;
    position: relative;

}

.menu .nav .icon:first-of-type {
    border-left: 1px solid #E5E5E5;
    margin-left: .76rem;
}

.menu .nav .icon img {
    width: .2rem;
    height: .2rem;
    cursor: pointer;
}

/* .menu .nav .icon-search:hover .popup-search {
    display: block;
} */

.menu .nav .wechat {
    position: relative;
}

.menu .nav .wechat:hover .popup-wechat-pc {
    display: block;
}

.menu .nav .popup-wechat-pc {
    position: absolute;
    right: 0;
    top: .88rem;
    width: 2.18rem;
    background: #fff;
    padding: .16rem;
    display: none;
}

.menu .nav .popup-wechat-pc img {
    width: 100%;
    height: 1.86rem;
}

.menu .nav .popup-wechat-pc p {
    line-height: .2rem;
    margin-top: .05rem;
    text-align: center;
}

.popup-search,
.popup-buy {
    position: fixed;
    top: .9rem;
    left: 0;
    width: 100%;
    background: #F1F3F3;
    padding: .3rem 0;
    display: none;
}

.menu .popup-buy div {
    float: none;
    text-align: center;
}

.popup-buy a {
    line-height: .6rem;
    background: #fff;
    display: inline-block;
    width: 31%;
    border: 1px solid #e5e5e5;
    margin-right: 3%;
    text-align: center;
    background: url(../imgs/btn_arrow-black@2x.png) #fff 94% center no-repeat;
    background-size: .13rem;
}

.popup-buy a:hover {
    animation: _color 1s both;
    background: url(../imgs/btn_arrow-red.png) #fff 94% center no-repeat;
    background-size: .13rem;
}

.popup-buy a:last-of-type {
    margin-right: 0;
}

.popup-search input {
    background: url(../imgs/search_icon@2x.png) #fff .2rem center no-repeat;
    background-size: .24rem;
    height: .6rem;
    padding: 0 .65rem;
    border: 1px solid #E5E5E5;
    width: 12rem;
    margin: 0 auto;
    display: block;
}

.menu .nav ul,
.menu .nav div {
    float: left;
}



.menu .secondary-menu {
    background: #F1F3F3;
    padding: .74rem 0 .7rem;
    display: none;
    min-width: 12rem;
}

.menu .secondary-menu>ul {
    width: 12rem;
    margin: 0 auto;

}

.menu .secondary-menu>ul>li {
    display: none;
}

.menu .secondary-menu>ul>li.open {
    display: block;
}

.menu .secondary-menu .title {
    width: 1.82rem;
    float: left;
}

.menu .secondary-menu .title .subtitle {
    font-size: .18rem;
    font-weight: bold;
    margin-bottom: .2rem;
    line-height: .27rem;
    background: url(../imgs/btn_arrow-black@2x.png) 1.06rem center no-repeat;
    background-size: .13rem;
    cursor: pointer;
}

.menu .secondary-menu .title .subtitle.active {
    background: url(../imgs/btn_arrow-red.png) 1.06rem center no-repeat;
    background-size: .13rem;

}

.menu .secondary-menu .list {
    float: left;
    width: 10.18rem;
    position: relative;
    padding-left: .72rem;
}

.menu .secondary-menu .list::before {

    width: 1px;
    height: 100%;
    background: #D8D8D8;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

.menu .secondary-menu .list li {
    float: left;
    line-height: .58rem;
    background: url(../imgs/btn_arrow-black@2x.png) #fff 1.87rem center no-repeat;
    background-size: .13rem;
    border: 1px solid #E5E5E5;
    width: 2.16rem;
    margin: 0 0 .2rem .2rem;
    position: relative;
}

.menu .secondary-menu .list li a {
    display: block;
    padding: 0 0 0 .2rem;
}

.menu .secondary-menu .list li:hover {
    animation: _color 1s both;
    background: url(../imgs/btn_arrow-red.png) #fff 1.87rem center no-repeat;
    background-size: .13rem;

}

.menu .secondary-menu .list li.links a span {
    background: url(../imgs/icon_lock_black_mob@3x.png)no-repeat;
    background-size: .14rem;
    width: .14rem;
    height: .14rem;
    display: inline-block;
    margin-left: .08rem;
    position: relative;
    top: .03rem;
}


@keyframes _color {
    0% {
        border-color: #E5E5E5;
    }

    100% {
        border-color: #E60011;
    }
}

.menu .secondary-menu .list li.links {
    background: #fff;
}

.menu .secondary-menu .list ul {
    display: none;
}

.menu .secondary-menu .list ul:first-of-type {
    display: block;
}

.menu .secondary-menu .business-list .list {
    /* width: 7.8rem; */
}

.menu .secondary-menu .business-list .subtitle-container {
    float: left;
    width: 2.38rem;
    position: relative;
}

.menu .secondary-menu .business-list .subtitle-container::before {

    width: 1px;
    height: 100%;
    background: #D8D8D8;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

.menu .secondary-menu .business-list .subtitle-container::after {

    width: 1px;
    height: 100%;
    background: #D8D8D8;
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
}

.menu .secondary-menu .business-list .subtitle-container li {
    font-size: .14rem;
    color: #333333;
    line-height: .21rem;
    margin: .13rem 0;
    margin-left: .36rem;
}

.menu .secondary-menu .business-list .subtitle-container li.active {
    color: #E60011;
    text-decoration: underline;
}

.menu .secondary-menu .sustainable-development .title {
    width: 2.72rem;

    text-align: right;

}

.menu .secondary-menu .sustainable-development .title .subtitle {
    background: url(../imgs/btn_arrow-black@2x.png) 1.96rem center no-repeat;
    background-size: 0.13rem;
    padding-right: 1.1rem;
}

.menu .secondary-menu .sustainable-development .title .subtitle.active {
    background: url(../imgs/btn_arrow-red.png) 1.96rem center no-repeat;
    background-size: 0.13rem;
}

.menu .secondary-menu .sustainable-development .list {
    width: 9.28rem;
    padding-left: .9rem;
}

.menu .secondary-menu .sustainable-development li {
    width: 100%;
    margin-left: 0;
    background: url(../imgs/btn_arrow-black@2x.png) #fff 8.05rem center no-repeat;
    background-size: 0.13rem;
}

.menu .secondary-menu .sustainable-development li:hover {
    background: url(../imgs/btn_arrow-red.png) #fff 8.05rem center no-repeat;
    background-size: 0.13rem;
}

.menu .secondary-menu .links {
    /* background: url(../imgs/icon_lock_black_mob@3x.png) right top no-repeat;
    background-size: 0.16rem; */
    /* width: 0.16rem;
    height: 0.16rem;
    display: inline-block;
    position: absolute;
    right: .14rem;
    top: .22rem; */
}



.container {
    max-width: 14.8rem;
    min-width: 12rem;
    margin: 0 auto;
    position: relative;
    padding: 0 .8rem;
    box-sizing: border-box;
}

.inside-history {
    margin-top: .9rem;
    border-top: 1px solid #E5E5E5;
    min-width: 12rem;
}

.inside-history a {
    padding: 0 .08rem;
    position: relative;
    line-height: .35rem;
    display: inline-block;
}

.inside-history a::before {
    content: "/";
    position: absolute;
    right: -.06rem;
    top: 0;
}

.inside-history a:first-of-type {
    padding-left: 0;
}

.inside-history a:last-of-type::before {
    content: "";
}

.inside-banner {
    height: 2.4rem;
    background: aliceblue;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-bottom: 1rem;
}

.inside-banner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../imgs/company/bg_dot.png) center top;
    position: absolute;
    top: 0;
    left: 0;
}

.inside-banner .txt {
    display: table-cell;
    vertical-align: middle;
    height: 2.4rem;
}

.inside-banner .title-en {
    font-size: .6rem;
    line-height: .72rem;
}

.inside-banner .title-zh {
    font-size: .32rem;
    line-height: .47rem;
    font-weight: bold;
}

.inside-content {
    margin: 1.2rem auto;
    /* min-height: calc(100vh - 150px); */
}

.footer-section {
    background: #F1F3F3;
    padding: .74rem 0 0;
    min-width: 12rem;
    z-index: 2;
    position: relative;
}

.footer-section .foot-top {
    padding-bottom: .4rem;
}

.footer-section .foot-top .logo {
    height: .24rem;
    position: relative;
    top: .06rem;
}

.footer-section .foot-top div {
    float: right;
}

.footer-section .foot-top .search {
    height: .4rem;
    line-height: .4rem;
    padding: 0 .15rem;
    border: 1px solid #E6E6E6;
    width: 3rem;
    background: url(../imgs/search_icon@2x.png) 2.64rem center #fff no-repeat;
    background-size: .24rem;
    margin-top: .02rem;
    float: left;
}

.footer-section .foot-top .wechat {
    width: .44rem;
    margin-left: .4rem;
    float: left;
    position: relative;
    cursor: pointer;
}

.footer-section .foot-top .wechat:hover .popup-wechat-pc {
    display: block;
}

.footer-section .foot-top .wechat .popup-wechat-pc {
    position: absolute;
    right: 0;
    bottom: .68rem;
    width: 2.18rem;
    background: #fff;
    padding: .16rem;
    display: none;
}

.footer-section .foot-top .wechat .popup-wechat-pc img {
    width: 100%;
    height: 1.86rem;
}

.footer-section .foot-top .wechat .popup-wechat-pc p {
    line-height: .2rem;
    margin-top: .05rem;
    text-align: center;
}

.footer-section .title {
    background: url(../imgs/btn_arrow-red.png) right center no-repeat;
    background-size: .13rem;
    font-size: .14rem;
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: .1rem;
    margin-bottom: .18rem;
}

.footer-section .foot-links {
    /* padding-bottom: .76rem;
    border-bottom: 1px solid #E5E5E5; */
}

.footer-section .foot-links:nth-of-type(2) {
    margin-top: .24rem;
}

.footer-section .foot-links .subtitle {
    font-size: .12rem;
    margin-bottom: .15rem;

}

.footer-section .foot-links>li {
    width: 20.05%;
    float: left;
    margin-right: 6.6%;

}

.footer-section .foot-links>li.company-profile {
    width: 46.7%;
}

.footer-section .foot-links>li.company-profile>ul>li {
    float: left;
    width: 40.1%;
}

.footer-section .foot-links>li.company-profile>ul>li:first-of-type {
    margin-right: 16.8%;
}

.footer-section .foot-links>li:nth-of-type(3) {
    margin-right: 0;
}

.footer-section .foot-links li ul {
    font-size: .12rem;
}

.footer-section .foot-links>li>ul>li>ul {
    margin-top: .16rem;
}

.footer-section .foot-links li ul ul {
    border-left: 1px solid #E5E5E5;
    padding-left: .11rem;
}

.footer-section .foot-links li ul li {
    margin-bottom: .14rem;
    line-height: .14rem;
}

.footer-section li.external-link a,
.footer-section .foot-links li ul li.links a {
    background: url(../imgs/home/icon_lock_black_mob@3x.png) right center no-repeat;
    background-size: .14rem;
    padding-right: .2rem;
}

.footer-section .first-links div {
    float: left;
}

.footer-section .first-links div:first-of-type {
    width: 57.3%;
}

.footer-section .foot-info {

    text-align: center;
    color: #A5A5A5;
    line-height: .21rem;
    margin-top: 1.75rem;
}

.footer-section .foot-info .container {
    padding: .3rem .2rem;
    border-top: 1px solid #D8D8D8;
}

.footer-section .foot-info a {
    padding: 0 .27rem;
    border-right: 1px solid #D8D8D8;
}

.footer-section .foot-info a:last-of-type {
    border: 0;
}

.footer-section .tips {
    margin-top: .3rem;
    line-height: .24rem;
}

.footer-section .tips span {
    display: inline-block;
    background: url(../imgs/home/icon_lock_black_mob@3x.png) center center no-repeat;
    background-size: .14rem;
    width: .2rem;
    height: .14rem;
    position: relative;
    top: .02rem;
}

.footer-section .coptyright {
    background: #E60011;
    color: #f5f5f5;
    font-size: .12rem;
    padding: .12rem 0;
    text-align: center;
}
.footer-section .coptyright span{
    line-height: .25rem;
    display: block;
}
.footer-section .coptyright img{
    position: relative;
    display: inline-block;
    top: 0rem;
    margin-left: .1rem;
}
.footer-section .up {
    position: fixed;
    right: .2rem;
    bottom: .87rem;
    width: .48rem;
    cursor: pointer;
    display: none;
}


.tabs-common {}


/* 
.card-group {

    margin: 0 auto;
    min-width: 12rem;

} */

.card-group li {
    width: 33.333%;
    float: left;
    padding: .94rem 3.125% .6rem;
    box-sizing: border-box;
    border-top: 1px solid #E5E5E5;
    position: relative;
}

.card-group li a {
    display: block;

}

.card-group li:nth-of-type(3n)::before {
    width: 0;
}

.card-group li::before {
    content: "";
    right: 0;
    width: 1px;
    height: calc(100% - .6rem);
    background: #E5E5E5;
    position: absolute;
    top: 0;
}

.card-group li:hover {
    background: #FFFFFF;
    box-shadow: 0 .08rem .16rem 0 rgba(19, 18, 18, 0.10);
}

.card-group li:hover::before {
    width: 0;

}

.card-group li .title {
    font-size: .2rem;
    line-height: .29rem;
    font-weight: bold;
}

.card-group li .desc {
    min-height: .6rem;
    margin-top: .18rem;
    position: relative;
    vertical-align: middle;
}

.card-group li .front-cover {
    height: 2.14rem;
    width: 100%;
    margin-top: .3rem;
}

.card-group li img {
    margin-top: .3rem;
}

.card-group li .external-link {
    background: url(../imgs/icon_lock_black_mob@3x.png) right top no-repeat;
    background-size: .16rem;
    width: .16rem;
    height: .16rem;
    display: inline-block;
    position: relative;
    top: .03rem;

}

.inside-foot-banner {
    border-top: 1px solid #E5E5E5;
    padding: 1rem 0;
}

.inside-foot-banner p {
    font-size: .36rem;
    color: #101112;
    font-weight: bold;
    margin-bottom: .6rem;
    text-align: center;
    font-size: .36rem;
}

.inside-foot-banner a {
    height: 1.64rem;
    display: block;
    width: 48.2%;
    margin:0 auto;
    float:left;
    
}

.inside-foot-banner a:first-of-type {
    background: url(../imgs/home_pic1-pichi.jpg) left center no-repeat;
    background-size: cover;
    margin-right:3.6%;
}

.inside-foot-banner a:last-of-type {
    background: url(../imgs/home_pic2_0711.jpg) center center no-repeat;
    background-size: cover;

}

.popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
    top: 0;
    left: 0;
}

.inside-wrap-content {
    padding: 0 0 0 10.8%;
}

.inside-content .inside-menu {
    width: 2.54rem;
    float: left;
    /* background: pink; */
}

.inside-content .inside-menu .title {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: .18rem;
    line-height: .16rem;
    font-size: .16rem;
    font-weight: 500;
    color: #101112;
    position: relative;
    margin-bottom: .45rem;
}

.inside-content .inside-menu .title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #E60011;
    height: 1px;
    width: .24rem;
}

.inside-content .inside-menu .links li {
    margin-bottom: .26rem;
    font-size: .15rem;
    font-weight: bold;
    cursor: pointer;
}

.inside-content .inside-menu .links li.disabled {
    color: #A5A5A5;
}

.inside-content .inside-menu .links li:last-of-type {
    margin-bottom: 0;
}

.inside-content .inside-menu .links li.active {
    text-decoration: underline;
    color: #E60011;
}

.inside-content .inside-menu .picture-menu {
    margin-top: .5rem;
}

.inside-content .inside-menu .picture-menu a {
    display: block;
    margin-bottom: .16rem;
}

.inside-content .inside-menu .picture-menu a:last-of-type {
    margin-bottom: 0;
}

.inside-content .inside-wrap {
    float: right;
    width: calc(100% - 254px);
}

.inside-content .inside-menu.fixed {
    position: fixed;
    top: 1.1rem;
}

.search-page h2 {
    padding: .9rem 0 0;
    font-size: .12rem;
    font-family: 'Helvetica-Bold';
    color: #E60011;
    line-height: .12rem;
}

.search-page h1 {
    font-size: .36rem;
    margin-top: .22rem;
    line-height: .36rem;
}

.search-page .box {
    width: 12rem;
    margin: .4rem auto 0;
}

.search-page .search-input {
    width: 100%;
    height: .6rem;
    background: url(../imgs/icon_search.png) .2rem center #F1F3F3 no-repeat;
    background-size: .24rem;
    border: 0;
    outline: none;
    padding: 0 .65rem;

}

.search-page .search-btn {
    height: .56rem;
    border: 1px solid #333333;
    background: url(../imgs/btn_arrow-black@2x.png) 90% center no-repeat;
    background-size: .13rem;
    width: 1.8rem;
    margin-top: .46rem;
    font-size: .15rem;
    color: #101112;
}

.search-page .result {
    margin-top: .75rem;
}

.search-page .result-title {
    font-size: .15rem;
    color: #101112;
    padding-bottom: .2rem;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #E5E5E5;
}

.search-page .result-title::before {
    content: "";
    width: .96rem;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: #E60011;
    position: absolute;
}

.search-page .result-title span {
    color: #E60011;
    font-size: .18rem;
    padding: 0 .02rem;
}

.search-page .result-list {
    margin-bottom: .4rem;
}

.search-page .result-list li {
    border-bottom: 1px solid #E5E5E5;
    padding: .3rem 0;
}

.search-page .result-list li:last-of-type {
    border-bottom: 0;
}

.search-page .result-list li p {
    margin-bottom: .1rem;
}

.search-page .result-list li p:nth-of-type(1) {
    color: #101112;
    font-size: .15rem;
}

.search-page .result-list li p:last-of-type {
    margin-bottom: 0;
}

.pagination {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    padding: .4rem .68rem .5rem;
    font-size: .14rem;
    color: #A7A7A7;
}

.pagination .btn {
    color: #A7A7A7;
    width: 15%;
    text-align: left;
    display: block;
}

.pagination .prev {
    float: left;
    background: url(../imgs/arrow_left.png) left center no-repeat;
    background-size: .1rem;
    padding-left: .3rem;
    line-height: .14rem;
}

.pagination .next {
    float: right;
    background: url(../imgs/arrow_right.png) right center no-repeat;
    background-size: .1rem;
    padding-right: .3rem;
    line-height: .14rem;
    text-align: right;

}

.pagination ul {
    float: left;
    width: 70%;
    text-align: center;
}

.pagination ul li {
    margin: 0 .25rem;
    font-weight: bold;
    display: inline-block;
}

.pagination ul li.active {
    color: #E60011;
}

.file-type {
    margin-top: .3rem;
    font-size: .15rem;
}

.file-type input {
    background: url(../imgs/rediobox_off.png) no-repeat;
    background-size: cover;
    width: .2rem;
    height: .2rem;
    position: relative;
    top: .05rem;
}

.file-type label {
    padding-right: .37rem;
    padding-left: .08rem;
}

.file-type span {
    padding-right: .4rem;
}

.pagination .file-type input:checked {
    background: url(../imgs/rediobox_on.png) no-repeat;
    background-size: cover;
}

.first-level-page-banner {
    background: url(../imgs/company_top.jpg) no-repeat;
    background-size: auto 100%;
}

.first-level-page-banner::before {
    background: transparent;
}

.inside-banner {
    background: url(../imgs/company/company_top.jpg) center 0 no-repeat;
    background-size: auto 100%;


}

.swiper-pagination-bullet {
    opacity: .5;
}

.web-txt {
    padding-bottom: 1.2rem;
}

.web-txt p {
    line-height: .3rem;
}

.web-txt p.subtitle {
    font-size: .16rem;
    color: #151515;
    margin-top: .3rem;
    font-weight: bold;
}

.web-txt p.sm-subtitle {
    font-size: .15rem;
    margin-top: .3rem;
    font-weight: bold;
}

.web-txt p.bold {
    font-weight: bold;
    margin-top: .16rem;
}

.web-txt ul {
    margin-top: .06rem;
}

.web-txt li {
    background: url(../imgs/business_icon_ok@2x.png) 0 .03rem no-repeat;
    background-size: .24rem;
    padding-left: .32rem;
    line-height: .3rem;
}

.web-txt .contact-us-subtitle {
    font-size: .2rem;
    margin-top: .4rem;
}

.web-txt .contact-us-subtitle a {
    color: #E60011;
}

.web-txt .contact-us-p {
    font-size: .15rem;
    line-height: .38rem;
    margin-top: .4rem;
}

.web-txt .view {
    display: block;
    width: 1.56rem;
    line-height: .57rem;
    text-align: center;
    font-size: .16rem;
    border: 1px solid #333;
    margin-top: .3rem;
}

.web-tabs {
    margin: .6rem 0;
}

.web-txt p a {
    color: #E60011;
    text-decoration: underline;
}
.recruitment-list-content .links{
    margin-top: .4rem;
    display: flex;
}
.recruitment-list-content .links a{
    flex:1;
    background: #CA0211;
    color: #fff;
    text-align: center;
    line-height: .6rem;
    font-size: .28rem;
    letter-spacing: 2px;
}
.recruitment-list-content .links a{
    margin-right: .3rem;
}
.recruitment-list-content .links a:last-of-type{
    margin-right: 0;
}
/* .business-type .item .content p{
    margin-top:.16rem;
}
.business-type .item .content p:nth-of-type(2){
    margin-top:.42rem;
} */
.menu .secondary-menu .business-list .list{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    width: 10.2rem;
    font-size: .14rem;
    line-height: .16rem;
}

.menu .secondary-menu .business-list .list a{
    width: 2.13rem;
    margin-bottom: .12rem;
}
.menu .secondary-menu .business-list .list a:nth-of-type(5),.menu .secondary-menu .business-list .list a:nth-of-type(10){
    width: 1.68rem;
}
.menu .secondary-menu .business-list .title{
    width: 1.8rem;
}
.menu .secondary-menu .business-list .list img{
    margin-bottom: .08rem;
    width: 1.58rem;
}
.menu .secondary-menu .business-list .list p{
    background: url("../imgs/business/business-menu-arrow.png") right center no-repeat;
    background-size: .04rem auto;
    display: inline-block;
    padding-right: .12rem;
}
.menu .secondary-menu .business-list .list::before{
    width: 0;
}
.menu .secondary-menu .business-list .title .subtitle{
    background: url("../imgs/business/business-menu-arrow.png") .92rem center no-repeat;
    background-size: .04rem auto;
}