/*'#0da5d6', '#2AB561', '#DE8910', '#16BA9D', '#0DA5D6'*/
body {
    margin: 0;
    padding: 0;
    font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /**/
}

::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #333;
}
[v-cloak]{
    display: none!important;
}
.section {
    position: relative;
    overflow: hidden;
}

/*Ã§Â¬Â¬Ã¤Â¸â‚¬Ã¥Â±Â*/

#large-header {

    background: url(../images/index-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.first-nav-sidebar {
    color: #fff;
    display: flex;
    align-items: center;
}
.first-nav-sidebar.first-screen{
    color: #333;
}
.first-nav-sidebar.first-screen .tab-language{
    color: #333;
}
.common-nav-sidebar {
    position: absolute;
    right: -166px;
    top: 40px;
}
.tab-language {
    height:32px;
    border-radius:4px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-right: 26px;
    vertical-align: middle;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.tab-language.right{
    margin-left: 20px;
}
.tab-language.right img{
    width: 19px;
    height: 20px;
}
.three-lines {
    width: 40px;
    cursor: pointer;
}

.first .logo1 {
    float: left;
}

.first .logo1 img {
    height: 34px;
}
.logo2 img {
    height: 34px;
}
.top-first-box {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 30px;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
}

.myMenu-first {
    display: flex;
    justify-content: center;

}
.nav-style .second-ul{
    margin-left: -45%!important;
}
.myMenu-first>li {
    float: left;
    padding: 0 30px;
    color: #fff;
    position: relative;
}

.myMenu-first>li>a {
    cursor: pointer;
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 16px;
    transition: all 0.6s;
    font-weight: normal;
}

.myMenu-first>li:hover>a {

    color: #47c2ac;
    /* font-size: 20px; */
}

.main-title {
    font-size: 66px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 37%;
    left: 21%;
    opacity: 0.9;
    letter-spacing: 10px;
}
.main-title>p:first-child{
    margin-bottom: 38px;
}
.myMenu-first .isSelect>a {
    color: #47c2ac;
}

/*.main-title:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 6px;
    width: 46px;
    height: 4px;
    background: #fff;
}*/

.police {
    position: absolute;
    bottom: 40px;
    left: 7%;
    font-size: 16px;

    font-weight: 300;
    color: #6e6e6e;

}

.first-sidebar-list {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    box-sizing: border-box;
    overflow: hidden;
    background:rgba(0,78,162,0.9);

    padding-top: 160px;
    color: #fff;
    font-size: 18px;
    width: 0;
    transition: all 0.6s
}
.common-sidebar-list {
    z-index: 20;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 330px;
    box-sizing: border-box;
    overflow: hidden;
    background:rgba(0,78,162,0.9);

    padding-top: 160px;
    color: #fff;
    font-size: 18px;
    width: 0;
    transition: all 0.6s
}
.first-sidebar-item {
    padding-bottom: 40px;
    transition: all 0.6s;
    margin: 0 40px;

}
.first-sidebar-item:hover {
    /* font-size: 20px; */
}
.search-input-box {
    height:56px;
    border:2px solid rgba(213,214,216,1);
    border-radius:4px;
    line-height: 56px;
    margin: 0 40px;
    margin-top: 10px;
}
.search-input-box input {
    background: none;
    width: 178px;
    padding-top: 16px;
    color: #fff;
    opacity: 0.9;
}
.search-input-box img {
    width: 24px;
}
input::-webkit-input-placeholder {
    color:    #f6f6f6;
    font-weight: 300;
}
input:-moz-placeholder {
    color:    #f6f6f6;
}
input::-moz-placeholder {
    color:    #f6f6f6;
}
input:-ms-input-placeholder {
    color:    #f6f6f6;
}
.sidebar-close {
    position: absolute;
    right: 45px;
    top: 77px;
    cursor: pointer;
}
#common-sidebar-close {
    top: 57px;
}
.sidebar-close img {
    width: 30px;
}
.sidebar-ad-box {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.sidebar-ad-box .sidebar-ad-icon {
    width: 30px;
    cursor: pointer;
    padding: 10px;
    margin: -10px;
}
.sidebar-img-item {
    display: inline-block;
    position: relative;
}

.sidebar-dialog-box {
    position: absolute;
    width: 90px;
    height: 107px;
    background: url(../images/qr-bg.png);
    background-size: 100% 100%;
    left: 0px;
    top: -116px;
    text-align: center;
    margin-left: -23px;
    display: none;
}
.siderbar-open a{
    color: #fff;
    cursor: pointer;
}
.siderbar-close {
    opacity: .4;
}
.sidebar-img-item:hover .sidebar-dialog-box{
    display: block;
}
.sidebar-dialog-box img {
    width: 60px;
    height: 60px;
    padding-top: 10px;
}
.sidebar-dialog-box p {
    font-size: 14px;
    font-weight:300;
    color: #333;
    padding-top: 2px;
}

/*Ã§Â¬Â¬Ã¤Â¸â‚¬Ã¥Â±ÂÃ¥Å Â¨Ã§â€Â»*/
.myMenu-first {

    opacity: 0;
}

.first img {

    opacity: 0;
}

.first.current img {
    margin: 0;
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.first.current .myMenu-first {
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.next-btn {
    position: fixed;
    bottom: 40px;
    right: 7%;
    z-index: 15;
}

.next-btn img {
    width: 48px;
    opacity: 0.5;
    z-index: 10;
    cursor: pointer;
}

.next-btn img:hover {
    opacity: 1;
}

.second {
    background-size: 100% 100%;
    background-color: #f7f7f7!important;
}

/*Ã§Â¬Â¬Ã¤ÂºÅ’Ã¥Â±Â*/
.top-box {
    position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    transition: all 1s;
    border-bottom: 1px solid #ebebeb;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 40px;
    align-items: center;
}
.top-box.common{
    display: flex;
    align-items: center;
}
.top-wrap {
    flex: 1;
}

.common-logo {

    width: 89px;
    position: absolute;
    left: 4%;
    top: 9px;
}

.myMenu-common {
    display: flex;
    justify-content: center;
    position: relative;

}

.myMenu-common>li {
    float: left;
    color: #333333;
    padding: 0 30px;
    position: relative;
}

.myMenu-common >li >a {
    cursor: pointer;
    padding: 24px 0;
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.6s;
    position: relative;
}

.myMenu-common .isSelect >a {
    color: #47c2ac;
}
.myMenu-common .isSelect >a:after {
    content: ' ';
    width: 100%;
    border-bottom: 3px solid  #47c2ac;
    position: absolute;
    left: 0;
    bottom: 0;
}
.myMenu-common li:hover >a {

    color: #47c2ac;
    /* font-size: 20px; */

}

.second-box {
    width: 94%;
    padding-top: 180px;
    position: absolute;
    z-index: 2;
}

.second-text {
    width: 700px;
    height: 584px;
    box-sizing: border-box;
    padding: 68px 68px 40px 68px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    position: absolute;
    left: 46%;
    top: 204px;
    max-height: 656px;
    overflow: hidden;
}
.btn-box{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.btn-box a{
    display: block;
    cursor: pointer;
    background: url("../images/bt_more.png") no-repeat;
    width: 108px;
    height: 40px;
}
.btn-box a:hover{
    background: url("../images/bt_more_hover.png") no-repeat;
}
.change-other-btn {
    background: rgba(248, 248, 250, 1);
    color: #333;
    border-radius: 4px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 200px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin-left: -100px;
}

.change-other-btn:hover {
    background: #0050A0;
    color: #fff;
}

.intro-company {
    width: 55%;
}

.second-nav-box {

    position: absolute;
    top: 300px;
    right: 0;
}

.second-nav-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    width: 2px;
    height: 208px;
    background: #EBEBEB;
}

.second-select .circle-text {
    color: #31C888;
}

.second-select .circle-blue {
    background: #31C888;
}

.circle-blue {
    float: left;
    width: 20px;
    height: 20px;
    background: #D3D3D3;
    border-radius: 50%;
    margin-right: 12px;
    transition: all 0.8s;
}

.circle-text {
    float: left;
    color: #333;
    font-size: 16px;
    margin-top: -2px;
    transition: all 0.8s;
}

.second-nav {
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.second-nav:hover .circle-text {
    color: #31C888;
}

.second-nav:hover .circle-blue {
    background: #31C888;
}

.ceo-img {
    width: 380px;
}

.ceo-box {
    position: relative;
    float: left;
    margin-right: 45px;
    cursor: pointer;
}

.ceo-name {
    position: absolute;
    left: 30px;
    bottom: 52px;
    color: #fff;
    font-size: 29px;
    letter-spacing: 2px;
}

.ceo-name:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #fff;
}

.ceo-intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0050A0;
    opacity: 0;
    transition: all 1s;
    color: #fff;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;


}

.ceo-intro-name {
    font-size: 29px;

    padding-bottom: 26px;

}

.ceo-intro-title {
    font-size: 17px;
    padding-bottom: 16px;
}

.ceo-intro-btn {

    text-align: center;
    border: 2px solid #fff;
    height: 50px;
    margin-top: 8px;
    line-height: 50px;
}

.second-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 1;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-dialog-main {
    display: flex;
}

.second-dialog-l img {
    width: 380px;
}

.second-dialog-r {
    width: 730px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 40px;
    position: relative;
    text-align: justify;
}

.second-dialog-r-name {
    font-size: 32px;
    /* font-family: PingFangSC-Regular; */
    font-weight: 400;
    color: rgba(0, 80, 160, 1)
}

.second-dialog-r-title {
    font-size: 18px;
    /* font-family: PingFangSC-Regular; */
    font-weight: 400;
    color: rgba(0, 80, 160, 1);
    margin-top: 40px;
    margin-bottom: 40px;
}

.second-dialog-r-detail {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);

}

.second-dialog-close {
    position: absolute;
    right: -66px;
    top: -44px;
    cursor: pointer;

}

.second-dialog-close img {
    width: 30px;
}


/*Ã§Â¬Â¬Ã¤ÂºÅ’Ã¥Â±ÂÃ¥Å Â¨Ã§â€Â»*/
.second.current img {}

/*Ã§Â¬Â¬Ã¤Â¸â€°Ã¥Â±Â*/
.third-nav-box {
    border-bottom: 2px solid #EBEBEB;
    margin-bottom: 46px;
}

.third-nav-select {
    border-bottom: 2px solid #333;
}

.third-nav-item {
    float: left;
    width: 115px;
    padding-bottom: 36px;

    font-size: 16px;
    color: #333;
    text-align: center;
    cursor: pointer;
}
/* .third-nav-item:hover {
    border-bottom: 2px solid #333;
} */

.third-content-box {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 11;


}

.third-content-wrap {
    position: absolute;
    width: 1230px;
    height: 708px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.third-partner-box {
    width: 1230px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
}

.third-partner-item {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
    margin-bottom: 50px;
    width: 270px;
    height: 250px;
    background: rgba(248, 248, 250, 1);
    color: #333;
}

.third-partner-item:nth-child(4n) {
    margin-right: 0;
}

.third-partner-item img {

    margin-bottom: 22px;
    height: 60px;
    max-width: 200px;
}



/*Ã§Â¬Â¬Ã¤Â¸â€°Ã¥Â±ÂÃ¥Å Â¨Ã§â€Â»*/
.third.current .rocket {}

/*Ã§Â¬Â¬Ã¥â€ºâ€ºÃ¥Â±Â*/
.fourth-content-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.fourth-content-item {
    width: 100%;
    height: 100%;
    position: relative;
}
.fourth-content-item>.case-img-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #2D4ABC;
}
.fourth-content-item .fourth-content-item-bg {
    width: 100%;
    height: 100%;
    background-color: black;
}

.fourth-content-main {
    position: absolute;
    top: 32%;
    left: 50%;
    width: 214px;
    margin-left: -100px;
    cursor: pointer;
    padding-bottom: 360px;
    transition: all 0.6s ease-out;
    text-align: center;
}

.fourth-content-main-hover {
    /* transform: scale(1.08); */
    top: 22%;
}

.fourth-content-item-icon {
    width: 70px;
}

.icon-line {
    width: 20px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    margin: 42px auto;
}

.fourth-content-item-text {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}
.fourth-content-item-text>a{
    color: #fff;
}
.fourth-dialog-list {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.fourth-dialog-list li {

    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 300px;
}

.fourth-dialog-list li span {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid transparent;
}

.fourth-dialog-list li:hover span {
    border-bottom: 1px solid #fff;
}

.fourth-content-dialog {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 78, 162, 0.9);
    display: none;
    z-index: 16;
    color: #fff;
    font-size: 16px;
    transition: all 0.6s;
    padding: 60px;

}
.fourth-common-title {
    margin-bottom: 60px;
}
.fourth-common-title img {
    width: 60px;
    margin-right: 30px;
}
.fourth-common-title span {
    font-size:32px;
    vertical-align: top;
    margin-top: 8px;
    display: inline-block;
}
.text-indent{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 47px;
}
.text-indent2 {
    margin-bottom: 32px;
}
.fourth-p {
    margin-bottom: 16px;
    line-height: 24px;
    letter-spacing: 2px;
}
.fourth-p span {
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 4px;
}





/*Ã§Â¬Â¬Ã¤Âºâ€Ã¥Â±Â*/
.fifth-box {
    width: 94%;
    padding-top: 156px;
    position: absolute;
    z-index: 2;
}

.fifth-text {
    width: 536px;
    height: 629px;
    box-sizing: border-box;
    padding: 70px 38px;
    background: rgba(250, 250, 250, 1);
    font-size: 16px;

    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    position: absolute;
    left: 1020px;
    top: 240px;

}

.know-more-btn {
    /* width: 460px; */
    height: 60px;
    line-height: 60px;
    color: #333;
    border: 2px solid rgba(235, 235, 235, 1);
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

.team-talk {
    width: 1078px;
}
.fifth-p {

    line-height: 24px;
    letter-spacing: 2px;
}
.alliance-p {
    line-height: 28px;
    margin-bottom: 10px;
}


/* Ã§Â¬Â¬Ã¥â€¦Â­Ã¥Â±Â */
.sixth-box {
    width: 1230px;
    margin: 0 auto;
    padding-top: 126px;
}

.sixth-main-item {
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
    width: 360px;
    margin-right: 73px;
    height: 340px;
    font-family: "Microsoft YaHei" ! important;
}
.sixth-main-item:nth-child(3n) {
    margin-right: 0;
}
.more-news-btn {

    border-radius: 4px;
    color:rgba(51,51,51,1);
    position: absolute;
    background: #fff;
    bottom: 40px;
    left: 50%;
    width:600px;
    height:50px;
    border:2px solid rgba(235,235,235,1);
    border-radius:4px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin-left: -300px;
}
.more-news-btn:hover {
    background: #0050A0;
    color: #fff;
}
.news-img {
    width: 360px;
    height: 200px;
}

.news-right {
    width: 330px;
    float: right;
}

.news-time-box {
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid #EBEBEB;
    position: relative;
}

.news-time-l {
    float: left;
    font-size: 26px;
    color: #333;

}

.news-time-r {
    float: left;
    font-size: 20px;
    color: #333;

}

.news-title {
    font-size: 18px;
    /* font-family: PingFangSC-Semibold; */
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    margin-top: 10px;
    height: 50px;

}
.news-detail {
    font-size:15px;
    /* font-family:PingFangSC-Regular; */
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:22px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.news-more {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    bottom: 11px;
    background-image: url(../images/more-before.png);
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 1.5s;
}

.news-more:hover {
    background-image: url(../images/more-hover.png);

}



/* Ã§Â¬Â¬Ã¤Â¸Æ’Ã¥Â±Â */
.last-top-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.last-top-box .map-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.last-dialog-box {
    position: absolute;
    /* top: 21%;
    left: 36%;
    padding: 60px;
    padding-bottom: 28px;
    background: url(../images/juxing-bg.png);
    background-size: 100% 100%; */
    top: 50%;
    left: 50%;
    width: 700px;
    box-sizing: border-box;
    padding: 10px 40px 40px 40px;
    border-radius: 8px;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .9);
}

.last-bottom-box {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 11;
}

.last-dialog-title {
    position: relative;
    margin-top: 30px;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 48px;
}


.last-dialog-detail {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    padding-bottom: 30px;
}

.last-bottom-wrap {
    width: 60%;
    margin: 0 auto;
}

.input-box {
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 0 16px;
    color: #333;
    font-size: 16px;
}

input {
    border: none;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    width: 30%;
    font-size: 16px;
    vertical-align: top;
    font-weight: 400;
}

.submit-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 50px;
    background: rgba(209, 209, 209, 1);
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    color: #585858;
    font-size: 16px;
    cursor: pointer;

}
.submit-btn:hover {
    background: #0050A0;
    color: #fff;
}
.input-click::-webkit-input-placeholder {
    color:    #333;
    font-weight: 300;
}
.input-click:-moz-placeholder {
    color:    #333;
}
.input-click::-moz-placeholder {
    color:    #333;
}
.input-click:-ms-input-placeholder {
    color:    #333;
}

.news-list-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.news-list-wrap {
    width: 960px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -480px;
    margin-top: -265px;
}

.news-list-main {
    height: 540px;
    overflow: auto;

}

.news-list-title {
    margin-bottom: 18px;
}
.news-list-title span {
    font-size: 28px;
    color: #014DB5;
    font-weight: 700;
    padding-left: 5.5%;
}
.news-list-dialog-close img{
    width: 36px;
    cursor: pointer;
}

.news-list-item {


    height: 106px;
    cursor: pointer;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.news-item-date {
    float: left;
    width: 16%;
    text-align: center;
    font-size: 30px;
    color: #333;
    padding-top: 5px;
}
.news-item-content {
    float: left;
    width: 84%;
    font-size: 14px;
}
.news-item-title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}
.news-item-detail {
    height: 23px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-detail-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.news-detail-wrap {
    width: 1000px;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -500px;

}
.news-detail-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.news-detail-content {
    text-align: center;
    font-size: 15px;
    color: #ccc;
}
.news-detail-content  p{
    text-align: left;
    margin-bottom: 20px;
}
.news-detail-content  div {
    text-align: left;
    margin-bottom: 20px;
}

.news-detail-content {
    max-height: 700px;
    overflow: auto;
}
.news-detail-dialog-close img {
    width: 40px;

}
.news-detail-dialog-close {
    cursor: pointer;
    position: absolute;
    right: -60px;
    top: -6px;
}

#toast-box {
    position: absolute;
    bottom: 200px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    font-size: 16px;
    border-radius: 0.1rem;
    z-index: 1000;
    text-align: center;

}
.news-split {
    float: left;
    color: #ebebeb;
    font-size: 24px;
    margin-left: 20px;
    margin-right: 20px;
}
.toast-box {
    animation: toastKF 3s;
}
@keyframes toastKF{
    0% {opacity: 0;}
    25% {opacity: 1; z-index: 9999}
    50% {opacity: 1; z-index: 9999}
    75% {opacity: 1; z-index: 9999}
    100% {opacity: 0; z-index: 0}
}
.fourth-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.fourth-content-title{
    padding-top: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fourth-content-title h3{
    letter-spacing: 2px;
    font-size: 36px;
    margin-bottom: 23px;
    color: #fff;
}
.fourth-content-title p{
    color: #fff;
    font-size: 20px;
}
.fourth-content-item-box{
    display: flex;
    justify-content: center;
    margin-top: 104px;
}
.fourth-content-item-box .fourth-content-item{
    width: 471px;
    height: 378px;
    margin-right: 30px;
    padding: 71px 140px 47px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fourth-content-item-box .fourth-content-item:last-child{
    margin-right: 0;
}
.fourth-content-item.fourth-1{
    background: url("../images/picture1.png");
}
.fourth-content-item.fourth-2{
    background: url("../images/picture2.png");
}
.fourth-content-item.fourth-3{
    background: url("../images/picture3.png");
}
.fourth-content-item .fourth-content-item-title{
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    height:84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.fourth-content-item .fourth-content-item-dec{
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    height:84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
}
.fourth-content-item .fourth-content-item-btn a{
    width: 120px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #30C788;
    border-radius: 25px;
    cursor: pointer;
}
.fourth-content-item .fourth-content-item-btn a:hover{
    background: #fff;
    color: #30C788;
}

.fifth-content-title{
    padding-top: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fifth-content-title h3{
    letter-spacing: 2px;
    font-size: 36px;
    margin-bottom: 23px;
    color: #333;
}
.fifth-content-title p{
    color: rgba(51, 51, 51, 0.39);
    font-size: 20px;
}
.fifth-content-box{
    margin-top: 56px;
}
.fifth-content-box ul{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.fifth-content-box ul li:first-child{
    margin-right: 40px;
}
.fifth-content-box ul li a{
    display: flex;
    width: 120px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: 1px solid #D6D6D6;
    color: rgba(51, 51, 51, 0.6);
    background: #fff;
    cursor: pointer;
}
.fifth-content-box ul li a:hover{
    background: #31C888;
    color: #fff;
    border: 1px solid  #31C888;
}
.fifth-content-box ul li.active a{
    background: #31C888;
    color: #fff;
    border: 1px solid  #31C888;
}
.fifth-tab-box{
    width: 1200px;
    display: flex;
    justify-content: center;
    margin: 56px auto 0 auto;
}
.fifth-tab-box-top{
    display: none;
    flex-wrap: wrap;
    height: 374px;
    overflow: hidden;
}
.fifth-tab-box-top.active{
    display: flex;
}
.fifth-tab-box-top .fifth-tab-box-item{
    width: 590px;
    height: 167px;
    color: #999;
    background: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 22px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}
.fifth-tab-box-top .fifth-tab-box-item:hover{
    border-bottom: 2px solid #31C888;
}
.fifth-tab-box-top .fifth-tab-box-item:hover >h5{
    color: #31C888;
}
.fifth-tab-box-top .fifth-tab-box-item:nth-child(2n){
    margin-right: 0;
}
.fifth-tab-box-item>h5{
    width: 400px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.fifth-tab-box-item>p{
    font-size: 16px;
    line-height:26px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.fifth-tab-date{
    font-size: 16px;
    color: #999;
}
.fifth-tab-btn{
    display: flex;
    justify-content: center;
    color: #30C788;
}
.view-more{
    display: block;
    font-size: 18px;
    color: #30C788!important;
    cursor: pointer;
}
.fifth-tab-btn .left{
    background: url("../images/left_hover1.png");
    width: 37px;
    height: 37px;
    cursor: pointer;
    display: block;
    margin-right: 22px;
}
.fifth-tab-btn .left:hover{
    background: url("../images/left_hover.png");
}
.fifth-tab-btn .right{
    background: url("../images/right_hover1.png");
    width: 37px;
    height: 37px;
    cursor: pointer;
    display: block;
}
.fifth-tab-btn .right:hover{
    background: url("../images/right_hover.png");
}
.last-qr-box{
    display: flex;
}
.last-qr-box-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 34px;
}
.last-qr-box-item.left{
    margin-right: 81px;
}
/* Fold Out
============================== */
.nav-style > li:hover>ul {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.nav-style >li> ul {
    border-radius: 4px;
    position: absolute;
    background: #fff;
    left: 50%;
    z-index: 1;
    max-height: 0;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
.nav-style >li> ul>li{
    background: #fff;
    min-width: 108px;
    text-align: center;
}
.nav-style >li> ul>li:first-child{
    border-radius: 4px 4px 0 0;
}
.nav-style >li> ul>li:last-child{
    border-radius: 0 0 4px 4px;
}
.nav-style >li> ul>li>a{
    padding: 14px 22px;
    color: #333;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.nav-style >li> ul>li>a>span{
    font-size: 16px;
    font-weight: bold;
    color: #454545;
}
.nav-style >li> ul>li:hover>a{
    color: #31C888!important;
}
.nav-style >li> ul>li:hover>a>span{
    color: #31C888!important;
}
.second-ul.long>li{
    min-width: 200px;
    text-align: left;
    border-radius: 4px;
    position: relative;
}
.third-ul>li{
    min-width: 200px;
    background: #fff;
}
.third-ul>li:first-child{
    border-top-left-radius: 4px;
}
.third-ul>li:last-child{
    border-bottom-left-radius: 4px;
}
.third-ul>li>a{
    padding: 14px 22px;
    color: #333;
    font-size: 16px;
    display: block;
    cursor: pointer;
}
.third-ul>li:hover>a{
    color: #31C888;
}
.second-ul > li:hover>ul {
    max-width: 240px;
    -webkit-transform: perspective(100) rotate3d(0, 0, 0, 0);
}
.second-ul >li> ul {
    border-radius: 4px;
    padding-left: 4px;
    overflow: hidden;
    position: absolute;
    margin-left: 100%;
    top: 0;
    z-index: 1;
    max-width: 0;
    -webkit-transform: perspective(100) rotate3d(1,0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
.company-page{
    padding-top: 84px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.company-top{
    height: 200px;
}
.company-top>img{
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 1;
}
.company-top-title{
    z-index: 2;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #fff;
}
.company-top-title-cn{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 23px;
    letter-spacing: 2px;
}
.company-top-title-en{
    font-size: 24px;
}
.company-content{
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 100px;
    overflow: hidden;
}
.company-content-tab>ul{
    display: flex;
    padding-top: 10px;
    border-bottom: 1px solid #ECECEC;
}
.company-content-tab>ul>li{
    padding: 0 35px;
}
.company-content-tab>ul>li:first-child{
    padding-left: 0;
}
.company-content-tab>ul>li>a{
    display: block;
    padding: 23px 0;
    cursor: pointer;
    position: relative;
    font-size: 16px;
}
.company-content-tab>ul>li:hover a{
    color: #31C888;
    font-weight: 600;
}
.company-content-tab>ul>li:hover a:after{
    content: " ";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #31C888;
}
.company-content-tab>ul>li.active a{
    color: #31C888;
    font-weight: 600;
}
.company-content-tab>ul>li.active a:after{
    content: " ";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #31C888;
}
.tab-content{
    display: flex;
    padding: 40px 0 0 0;
    min-height: 443px;
}
.tab-content.new-content{
    flex-direction: column;
}
.tab-content.active{
    display: flex;
}
.tab-content .left{
    width: 310px;
}
.left-title{
    font-size: 26px;
    font-weight: 600;
}
.tab-content .right{
    flex: 1;
    overflow: hidden;
}
.right-item{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.right-item-2{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.right-item-2 ul,.right-item-2 li{
    list-style: inside!important;
}
.right-data-content{
    margin-top: 78px;
    display: flex;
    flex-wrap: wrap;
}
.right-data{
    width: 50%;
    margin-bottom: 76px;
}
.right-data-top{
    font-size: 48px;
    color: #31C888;
    font-weight: 500;
    margin-bottom: 16px;
}
.right-data-top>span{
    color: #333;
    margin-left: 12px;
    font-size: 18px;
}

.right-tab-3-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 23px;
}
.right-tab-3-item{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 19px;
}
.right-tab-3-item>span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: rgba(49, 200, 136, 0.5);
    margin-right: 5px;
}
.footer{
    background: #34373E;
}
.footer-top{
    width: 1030px;
    background: #34373E;
    margin: 0 auto;
    display: flex;
    padding: 100px 0;
}
.footer-top .left-top{
    display: flex;
    margin-bottom: 32px;
}
.footer-top .left-top>li{
    padding: 0 20px;
    border-right: 1px solid #fff;
    line-height: 13px;
}
.footer-top .left-top>li>a{
    display: block;
    color: #fff;
    cursor: pointer;
}
.footer-top .left-top>li>a:hover{
   text-decoration: underline;
}
.footer-top .left-top>li:first-child{
    padding-left: 0;
}
.footer-top .left-top>li:last-child{
    border-right: 0;
}
.footer-left-item{
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-right-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-right-item:first-child{
    margin-right: 64px;
}
.footer-right-item>img{
    width: 128px;
}
.footer-right-item>p{
    margin-top: 16px;
    color: #fff;
}
.footer-top .right{
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.footer-bottom{
    background: #292A2D;
    padding: 29px 0 27px 0;
    text-align: center;
}
.tab-content.left-ul-box .left{
    width: 280px;
}
.tab-content.left-ul-box{
    margin-top: 20px;
    padding: 0;
    margin-bottom: 68px;
}
.left-ul-box .left-ul>li{
    padding: 24px 36px 24px 41px;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    position: relative;
}
.left-ul-box .left-ul>li.active{
    background: rgba(49, 200, 136, 0.8);
    color: #fff;
}
.left-ul-box .left-ul>li.active:before{
    content: " ";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 4px solid rgba(49, 200, 136, 1);
}
.left-ul-box .left-ul>li:hover:before{
    content: " ";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 4px solid rgba(49, 200, 136, 1);
}
.left-ul-box .left-ul>li:hover{
    background: rgba(49, 200, 136, 0.8);
    color: #fff;
}
.left-ul-box .left-ul>li>a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}
.left-ul-box .left-ul>li>a>span{
    color: #454545;
    font-weight: bold;
}
.left-ul-box .left-ul>li.active>a>span{
    color: #fff;
}
.left-ul-box .left-ul>li:hover>a>span{
    color: #fff;
}
.tab-content.left-ul-box .right{
    display: flex;
    align-items: center;
    background: #fff;
    flex: 1;
}
.tab-content.left-ul-box .right-tab-content{
    flex: 1;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-around;
    padding: 50px;

}
.right-tab-content h1,.right-tab-content h2,.right-tab-content h3,.right-tab-content h4,.right-tab-content h5,.right-tab-content h6,.right-tab-content p,.right-tab-content li{
    font-weight: revert;
    font-size: revert;
    padding: revert;
    margin: revert;
}
.right-tab-content li{
    list-style: inside;
}
.right-tab-content img{
    width: 100%;
}
.tab-content.left-ul-box .right-tab-content.active{
    display: flex;
}
.tab-content.left-ul-box .right-tab-content .right-tab-3{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.tab-content.left-ul-box .right-tab-content .right-tab-3 .right-tab-3-item{
    margin-right: 56px;
}
.tab-content.left-ul-box .right-tab-content.ul-tab-2{
    flex-direction: column;
    padding: 40px;
}
.tab-content.left-ul-box .right-tab-content.ul-tab-2 .right-item{
    margin-bottom: 40px;
}
.tab-content.left-ul-box .right-tab-content.ul-tab-3{
    padding: 0;
    justify-content: left;
    flex-direction: column;
}
.right-tab-content-3-box{
    flex: 1;
    display: flex;
    align-items: center;
    padding: 40px 80px 40px 40px;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}
.right-tab-content-3 .right-item{
    color: #666;
    margin-bottom: 23px;
}
.right-tab-content-3 .right-tab-3-item{
    margin-bottom: 15px;
}
.right-item-2{
    font-size: 14px;
    line-height: 24px;
    padding-left: 19px;
}
.right-item-2 h1,.right-item-2 h2,.right-item-2 h3,.right-item-2 h4,.right-item-2 h5,.right-item-2 h6,.right-item-2 p,.right-item-2 li{
    font-weight: revert;
    font-size: revert;
    padding: revert;
    margin: revert;
}
.right-item-2 li{
    list-style: inside;
}
.view-details{
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 80px;
    height: 30px;
    border-radius: 25px;
    background: #30C788;
    cursor: pointer;
}
.right-tab-content-3-box{
    border-bottom: 1px solid #F5F5F5;
}
.right-tab-content-3-tags{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.right-tab-content-3-tags>span{
    display: inline-block;
    padding: 8px 12px;
    color: #538ED9;
    border-radius: 25px;
    background: rgba(83, 142, 217, 0.1);
    margin-bottom: 10px;
    margin-right: 16px;
}
.right-tab-img{
    width: 300px;
    text-align: right;
}
.tab-content.left-ul-box .right-tab-content.ul-tab-4 .right-item{
    margin-bottom: 80px;
}
.right-tab-img-2{
    padding: 40px 0;
}
.tab-content.left-ul-box .right-tab-content.ul-tab-5{
    padding: 40px;
}
.tab-content.left-ul-box .right-tab-content.ul-tab-5 .right-tab-content-3-box{
    padding: 0;
    border: 0;
}
.tab-content.left-ul-box .right-tab-content.ul-tab-5 .right-tab-content-5{
    margin-bottom: 80px;
}
.right-tab-content-5-img{
    text-align: center;
}
.right-tab-content-5-img>img{
    margin-bottom: 10px;
}
.right-tab-content.ul-tab-2 .right-tab-img{
    width: auto;
}
.case-content{
    margin-bottom: 100px;
}
.case-ul{
    width: 100%;
}
.case-ul>li{
    cursor: pointer;
    background: #F2F4F5;
}
.case-ul>li:hover{
    background: #fff;
}
.case-ul>li>a{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 27px 0;
    color: #666;
}
.case-ul>li>a .left img{
    width: 320px;
    height: 200px;
}
.case-ul>li>a .right{
    padding-left: 45px;
}
.case-ul>li>a .right>h5{
    font-size: 28px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}
.case-ul>li>a .right>p{
    font-size: 16px;
    line-height: 30px;
}
.case-details-content{
    width: 1200px;
    margin: 0 auto;
}
.breadcrumb-box{
    padding: 30px 0;
    color: #333;
}
.breadcrumb-box>a{
    cursor: pointer;
    color: #333!important;
}
.case-details-title{
    font-size: 28px;
    color: #333;
    text-align: center;
    position: relative;
    padding-bottom: 24px;
}
.case-details-title:after{
    content: " ";
    width: 64px;
    height: 4px;
    background: #31C888;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -32px;
}
.case-details-item{
    background: #F9F9F9;
    padding: 40px;
    margin-top: 40px;
    display: flex;
}
.case-details-item .left>img{
    width: 320px;
    height: 200px;
}
.case-details-item h1,.case-details-item h2,.case-details-item h3,.case-details-item h4,.case-details-item h5,.case-details-item h6,.case-details-item p,.case-details-item li{
    font-weight: revert;
    font-size: revert;
    padding: revert;
    margin: revert;
}
.case-details-item li{
    list-style: inside;
}
.case-details-item img{
    width: 100%;
}
.case-details-item .right>h5{
    font-weight: 600;
    line-height: 30px;
    padding: 24px 0 31px 0;
}
.case-details-item .right>p{
    font-size: 16px;
    line-height: 30px;
}
.company-page.case-details{
    background: #fff;
}
.case-details-box{
    margin-bottom: 100px;
}
.news-page{
    background-color: #fff;
    padding-top: 72px;
}
.first-news{
    display: flex;
    align-items: center;
    margin-bottom: 55px;
    background-color: #f9f9f9;
}
.first-news .left{
    width: 450px;
}
.first-news .left>img{
    width: 100%;
    height: 280px;
}
.first-news .right {
    flex: 1;
    padding-left: 31px;
}
.first-news .right .news-date{
    font-size: 16px;
    color: #999;
    margin-bottom: 40px;
}
.first-news .right>h5{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 23px;
}
.first-news .right>p{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 43px;
}
.first-news .right>a{
    display: flex;
    justify-content: space-between;
    width: 120px;
    height: 34px;
    box-sizing: border-box;
    padding: 0 17px;
    line-height: 34px;
    border: 1px solid #DBDBDB;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}
.first-news .right>a:hover{
    background: #31C888;
    border: 1px solid #31C888;
    color: #fff;
}
.news-item-box{
    display: flex;
    flex-wrap: wrap;
}
.news-item{
    margin-right: 25px;
    margin-bottom: 56px;
}
.news-item:nth-child(3n){
    margin-right: 0;
}
.news-item .news-item-img{
    margin-bottom: 18px;
}
.news-item .news-item-img>img{
    width: 350px;
    height: 218px;
}
.news-item >h5{
    width: 350px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-item >p{
    font-size: 16px;
    color: #999;
    margin-bottom: 23px;
}
.news-item >a{
    display: flex;
    justify-content: space-between;
    width: 120px;
    height: 34px;
    box-sizing: border-box;
    padding: 0 17px;
    line-height: 34px;
    border: 1px solid #DBDBDB;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}
.news-item >a:hover{
    background: #31C888;
    border: 1px solid #31C888;
    color: #fff;
}
.contact-content{
    width: 1200px;
    margin:  40px auto 100px auto;
    background: #fff;
}
.contact-content-box{
    display: flex;
}
.contact-content-box .left{
    width: 700px;
    height: 502px;
    overflow: hidden;
}
.contact-content-box .right{
    padding: 47px 0 0 30px;
}
.contact-content-box .right .contact-title{
    font-size: 20px;
    margin-bottom: 46px;
    font-weight: 600;
}
.contact-content-box .right >h5{
    font-size: 16px;
    margin-bottom: 23px;
    font-weight: 600;
}
.contact-content-box .right >p{
    font-size: 16px;
    margin-bottom: 30px;
}
.contact-content-box .right>a{
    width: 120px;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    background: #30C788;
}
.qrcode-box{
    position: absolute;
    margin-top: 50px;
    right: 0;
    background: #fff;
    padding: 20px;
    display: none;
    justify-content: center;
}
.qrcode-box.fixed{
    margin-top: 250px;
}
.qrcode-box .last-qr-box-item{
    padding: 0;
    margin-right: 30px;
}
.last-qr-box-item>img{
    width: 128px !important;
}
.qrcode-box .last-qr-box-item:last-child{
    margin-right: 0;
}
.tool-right{
    position: fixed;
    right: 24px;
    z-index: 999;
    top: 40%;
}
.tool-right>ul.grey>li>a{
    background: #D0D0D0;
}
.tool-right>ul>li>a{
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 24px;
}
.tool-right>ul>li.active a{
    background: #30C788!important;
}
.second-text-box {
    max-height:443px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:11;
}
.second-text-box h1,.second-text-box h2,.second-text-box h3,.second-text-box h4,.second-text-box h5,.second-text-box h6,.second-text-box p,.second-text-box li{
    font-weight: revert;
    font-size: revert;
    padding: revert;
    margin: revert;
}
.second-text-box li{
    list-style: inside;
}
.second-text-box img{
    width: 100%;
}
#head .top-box{
    display: flex;
    align-items: center;
}
.news-title-sec{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    color: #999;
}
.goto-more-case>a{
    display: block;
    cursor: pointer;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
}
.company-content-bg-img{
    position: absolute;
    bottom: 0;
    left: 200px;
}