.toolg_list_procenter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}

.toolg_list_procenter .toolg_item_btn {
    width: 32%;
    text-align: center;
    padding: 18px 0;
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-size: 22px;
    cursor: pointer;
    color: #333333;
    background-color: #ffffff;
	font-weight: normal !important;
  font-family: microsoft hei;
}

.toolg_list_procenter .toolg_item_btn_active,
.toolg_list_procenter .toolg_item_btn:hover {
    background-color: #2e8ab9;
    border: 1px solid #2e8ab9;
    color: #fff;
	font-weight: bold;
}


.mes_center {
    display: flex;
  
    margin-top: 0px;
}



.product_center {
    display: flex;
    background-color: #fff;
    margin-top: 40px;
  
}

.product_center .right {
  margin-left: 20px;
    width: 45%;
    display:inline-block;
}

.product_center .right h3 {
    font-size: 24px;
}

.product_center .right p {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.product_center .right a {
    color: #fff;
    padding: 13px 38px;
    font-weight: bold;
    border-radius: 4px;
    background-color: #2e8ab9;
}

.produnt_auto {
    width: 100%;
    display: flex;
}

.produnt_auto .item {
    width: 25%;
    background-color: #fff;
}

.produnt_auto .item .pic,
.produnt_auto .item .pic img {
    width: 100%;
}

.table_cont>* {
    display: none;
}

.table_cont .show {
    display: block;
}

.produnt_auto .item .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 30px;
    background-color: #fff;
}

.produnt_auto .item .text p {
    font-size: 18px;
}

.produnt_auto .item .text a {
    background-color: #2e8ab9;
    color: #fff;
  padding: 10px 18px;
  margin-top: 30px;
}

.see_more {
    display: flex;
    justify-content: center;
    background-color: rgb(242, 242, 242);
    padding-top: 40px;
    padding-bottom: 80px;
}

.see_more a {
    display: block;
    background-color: #fff;
    border: 1px solid #666666;
    color: #333333;
    padding: 15px 40px;
    letter-spacing: 2px;
    border-radius: 5px;
    font-size: 18px;
}


.see_more a:hover {
    display: block;
    background-color: #2e8ab9;
    border: 1px solid #666666;
    color: #ffffff;
    padding: 15px 40px;
    letter-spacing: 2px;
    border-radius: 5px;
    font-size: 18px;
}


.product_center .left {
    width: 50%;
    display: inline-block;
}

.left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mes_case {
    width: 100%;
    height: 520px;
    background: url('../image/mesalbg.png');
    background-position: center right;
}

.mes_case .main {
    padding: 80px 0;
}

.mes_case .tab_cont {
    display: flex;
    width: 100%;
}

.mes_case .tab_cont h1 {
    position: relative;
    padding-top: 18px;
}

.mes_case .tab_cont h1::after {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 54px;
    height: 6px;
    background-color: #ea9d38;
}

.mes_case .tab_cont ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
}

.mes_case .tab_cont ul .active {
    background-color: #fff;
}

.mes_case .tab_cont ul .active .default {
    display: none;
}

.mes_case .tab_cont ul .active .hover {
    display: block;
}

.mes_case .tab_cont ul li:hover {
    background-color: #fff;
}

.mes_case .tab_cont ul li:hover .default {
    display: none;
}

.mes_case .tab_cont ul li:hover .hover {
    display: block;
}

.mes_case .tab_cont ul li img {
    width: 64px;
}

.cont_box {
    display: none;
    width: 100%;
    padding-right: 45px;
    color: #fff;
}

.cont_box .pic {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.cont_box .pic img {
    width: 90%;
}

.cont_box_show {
    display: flex;
}

.cont_box p {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 18px;
    word-break: break-all;
}

.cont_box .texts {
    margin: 15px 0;
    font-size: 20px
}
.brand_tog {
    display: flex;
    justify-content: space-between;
    width: 1380px;
    max-width: 1380px;
    margin: 0 auto;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    border-radius: 50px;
}

.brand_tog .icon {
    width: 50px;
    padding: 0 15px;
    box-sizing: content-box;
}

.brand_tog .tab_box {
    flex: 1;
}

.brand_tog .tab_box ul {
    display: flex;
    justify-content: space-around;
}

.brand_tog .tab_box ul li {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 14px 58px;
    cursor: pointer;
}

.brand_tog .tab_box ul li img {
    width: 80%;
}

.brand_tog .tab_box ul li:hover .default,
.brand_tog .tab_box ul .active .default {
    display: none;
}

.brand_tog .tab_box ul li:hover .hover,
.brand_tog .tab_box ul .active .hover {
    display: block;
}

.band_cont {
    display: flex;
    justify-content: space-between;
    padding-top: 38px;
	 padding-bottom: 38px;
}

.band_cont .left,
.band_cont .right {
    width: 49%;
}

.band_cont .left img {
    width: 100%;
}

.band_cont .right p {
    width: 100%;
    word-wrap: break-word;
}

.band_cont .right h3 {
    border-left: 8px solid #2e8ab9;
    padding: 7px 0 7px 24px;
    margin: 20px 0;
}

.band_cont .right .text {
    display: flex;
    align-items: start;
    margin: 10px 0;
}

.band_cont .right .text span {
    display: inline;
}

.coop_pic {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

.coop_pic .scroll {
    overflow: hidden;
    transition: all .3s;
}

.coop_pic ol {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.coop_pic ol li {
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: #cccccc;
    border-radius: 10px;
    margin: 0 5px;
}

.coop_pic ol li.active {
    width: 25px;
    background-color: #ea9d38;
}

.coop_pic .scroll ul {
    float: left;
}

.coop_pic .flex_wrap {
    overflow: hidden;
}

.coop_pic .item_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 156px;
    background-color: #fff;
    border: 1px solid #cccccc;
}

.item_pic img {
    width: 50%;
}

.coop_pic li {
    width: 25%;
    float: left;
    padding: 10px;
}

.coop .rows {
    display: flex;
}

.coop .rows .icon {
    width: 80px;
}

.coop .rows .icon img {
    width: 150%;
}

.coop_pic .left_arror {
    left: 0;
    transform: translate(-100%, -50%);
}

.coop_pic .right_arror {
    right: 0;
    transform: translate(100%, -50%);
}

.coop_pic li:hover .item_pic {
    border: 2px solid #2e8ab9;
}

.about {

    margin-top: 0px;
    padding: 80px 0 65px;
}

.about img {
    width: 590px;
}

.about .right {
    padding-left: 23px;
}

.about .right h2 {
    padding: 0 25px;
    border-left: 8px solid #2e8ab9;
    margin-bottom: 38px;
}

.about .right p {
    line-height: 26px;
    font-size: 18px;
}







.about1 {
    background-color: #fff;
    margin-top: 0px;
    padding: 20px 0 65px;
}

.about1 img {
    width: 590px;
}

.about1 .right {
    padding-left: 23px;
}

.about1 .right h2 {
    padding: 0 25px;
    border-left: 8px solid #2e8ab9;
    margin-bottom: 38px;
    font-size: 20px;
}

.about1 .right p {
    line-height: 26px;
    font-size: 18px;
}














.text_num {
    margin-top: 40px;
}

.text_num .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
}

.text_num .item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #cccccc;
    height: 70%;
}

.text_num .item:last-child::after {
    display: none;
}

.text_num h2 {
    color: #ea9d38;
    font-size: 38px;
}

.text_num p {
    color: #333333;
    font-size: 20px;
    padding-top: 20px;
}





@media (min-width: 767px) {

footer {
    padding: 78px 0 26px;
    background-color: #263c4e;
}

footer .logo {
    margin-bottom: 35px;
}

footer .ewm {
    width: 94px;
    margin-top: 30px;
}

footer p {
    margin: 13px 0;
    color: #fff;
    font-size:16px;
}

footer .texts {
    color: #b2b9c0;
    margin-top: 5px;
        font-size:16px;
    
}

footer .lists {
    display: flex;
}

footer dl {
    margin-right: 100px;
}

footer dl dt {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 20px;
}

footer dl dd {
    margin-bottom: 12px;
    color: #e4e7e9;
    font-size:16px;
}

footer dl:last-child {
    margin-right: 0;
}


}








@media (max-width: 767px) {

footer {
    padding: 78px 0 26px;
    background-color: #263c4e;
    
}

footer .logo {
    margin-bottom: 35px;
}

footer .ewm {
    width: 94px;
    margin-top: 30px;
}

footer p {
    margin: 13px 0;
    color: #fff;
    font-size:16px;
}

footer .texts {
    color: #b2b9c0;
    margin-top: 5px;
}

footer .lists {
    display: flex;
}

footer dl {
    margin-right: 100px;
}

footer dl dt {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 20px;
}

footer dl dd {
    margin-bottom: 12px;
    color: #e4e7e9;
}

footer dl:last-child {
    margin-right: 0;
}


}




.text_line {
    border-top: 1px solid #939ea7;
    margin-top: 30px;
    color: #939ea7;
    padding: 22px 0;
    font-size:16px;
}

.coop_pic {
    flex: 1;
}

.corp_cont .band_cont {
    display: none;
}

.corp_cont .band_cont:nth-child(1) {
    display: flex;
}


.mesmain  {
        background:#fff;
    }

@media screen and (max-width:1500px) {
    .mes_case .tab_cont {
        width: 60%;
    }
    .cont_box {
        width: 80%;
    }
}

@media screen and (max-width:1400px) {
    .brand_tog {
        width: 98%;
    }
    .coop .main,
    .brand_tog {
        width: 98% !important;
        max-width: 98% !important;
    }
    .brand_tog .tab_box ul li {
        padding: 10px 20px;
    }
}

@media screen and (max-width:1300px) {
    .brand_tog {
        width: 98%;
    }
    .coop .main,
    .brand_tog {
        width: 98% !important;
        max-width: 98% !important;
    }
    .brand_tog .tab_box ul li {
        padding: 10px 20px;
    }
    .band_cont .right p {
        width: 90%;
    }
    .band_cont .right .text p {
        flex: 1;
    }
}

@media screen and (max-width:1200px) {
    .main {
        width: 98%
    }
    .cont_box {
        width: 100%;
    }
    .mes_case .tab_cont {
        width: 70%;
        margin: 0 auto;
    }
    .about img {
        width: 480px;
    }
    footer dl {
        margin-right: 60px;
    }
    footer .main {
        padding: 0 20px;
    }
    footer dl dt {
        font-size: 16px;
    }
    footer dl dd {
        font-size: 12px;
    }
    footer .logo {
        width: 160px;
    }
    footer p {
        font-size: 14px;
    }
    .text_line {
        font-size: 14px;
    }
}

@media screen and (max-width:1100px) {
    .table_cont .show {
        flex-direction: column;
        align-items: center;
    }
    .product_center .left,
    .product_center .right {
        width: 100%;
    }
    .about img {
        width: 400px;
    }
}

@media screen and (max-width:900px) {
    .produnt_auto {
        flex-wrap: wrap;
    }
    .produnt_auto .item {
        width: 50%;
    }
    .about .row_d {
        flex-direction: column;
        align-items: center;
    }
    .about img {
        width: 80%;
        margin-bottom: 30px;
    }
    .about .right {
        padding: 0 15px;
    }
    .titles h3 {
        font-size: 24px;
    }
    .titles p {
        font-size: 14px;
    }
    .toolg_list_procenter {
        justify-content: space-around;
    }
    .toolg_list_procenter .toolg_item_btn {
        font-size: 14px;
        padding: 10px 0;
        width: 30%;
		font-weight:bold;
    }
    .see_more a {
        font-size: 16px;
        padding: 10px 25px;
		font-weight:bold;
    }
    .mes_case {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .see_more {
        margin: 15px 0;
    }
    .mes_case .main {
        padding: 0;
    }
    .mes_case .tab_cont {
        width: 95%;
    }
    .cont_box {
        width: 0;
        flex: 1;
    }
    .flex_end {
        justify-content: center;
    }
    .brand_tog .icon {
        display: none;
    }
    .brand_tog .tab_box ul li {
        width: 120px;
        flex: auto;
    }
    .brand_tog .tab_box ul {
        overflow: hidden;
        width: 90vh;
    }
    .coop .main,
    .brand_tog {
        overflow-x: scroll;
    }
    .coop_pic .item_pic {
        height: 110px;
    }
    footer .lists {
        flex-wrap: wrap;
        margin-left: 20px;
    }
    footer dl {
        margin: 20px;
    }
}

@media screen and (max-width:700px) {
    .band_cont {
        flex-direction: column;
        align-items: center;
    }
    .band_cont .left {
        width: 70%;
    }
    .band_cont .right {
        width: 90%;
    }
    .product_center .right h3 {
        font-size: 16px;
    }
    .product_center .right p {
        font-size: 14px;
        line-height: 22px;
    }
    .product_center .right {
        padding: 20px 0;
        width: 90%;
    }
    .cont_box p,
    .band_cont .right p,
    .about .right p {
        font-size: 14px;
    }
    .about .right p {
        line-height: 22px;
    }
    .mes_case .tab_cont h1,
    .band_cont .right h3 {
        font-size: 18px;
    }
    .cont_box .texts {
        font-size: 15px;
    }
    .text_num h2 {
        font-size: 22px;
    }
    .text_num p {
        font-size: 14px;
    }
    .coop .rows .icon {
        width: 50px;
    }
    .coop .rows .icon img {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    footer .row_d {
        flex-direction: column;
        align-items: center;
    }
    footer .row_d .col:nth-child(1) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .logo {
        margin-bottom: 10px;
    }
    footer .ewm {
        margin-top: 15px;
    }
    footer .lists {
        margin-top: 20px;
        margin-left: 0;
    }
    footer .main {
        padding: 0 10px;
    }
    .coop_pic .item_pic {
        height: 60px;
    }
    .coop_pic li {
        width: 33.33%;
    }
    .coop .main,
    .brand_tog {
        padding: 0;
        width: 100%!important;
    }
    .cont_box {
        padding-right: 10px;
    }
    .mes_case .tab_cont ul li {
        width: 60px;
        height: 60px;
    }
    .mes_case .tab_cont ul li img {
        width: 80%;
    }
}

@media screen and (max-width:500px) {
    .mes_case ul {
        display: none;
    }
    .cont_box {
        padding: 0;
    }
    .toolg_list_procenter .toolg_item_btn {
        font-size: 14px;
        padding: 7px 0;
    }
    .product_center {
        margin-top: 20px;
    }
    .see_more {
        margin: 10px 0;
    }
}

@media screen and (max-width:400px) {
    .coop_pic li {
        width: 50%;
    }
}

@media screen and (max-width:350px) {
    .coop_pic li {
        width: 100%;
    }
    .coop_pic .item_pic {
        height: 90px;
    }
}