/*@font-face {*/
/*    font-family: 'PingFangSC-Regular';*/
/*    src: url('../font/PingFangSC-Regular.ttf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'PingFangSC-Medium';*/
/*    src: url('../font/PingFangSC-Medium.ttf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'PingFangSC-Light';*/
/*    src: url('../font/PingFangSC-Light.ttf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Alibaba-PuHuiTi-Regular';*/
/*    src: url('../font/Alibaba-PuHuiTi-Regular.ttf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
body,
ul,
li,
p,
div,
h1,
h3,
h2,
h4,
h5,
h6 {
    margin: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #333333;
}

li {
    list-style: none;
}

ul {
    padding: 0px;
}

nav {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 1000;
}

h2 {
    color: #252b3a;
}

/*图标-------------start*/
.ico_language {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-size: 100% 100%;
    display: block;
    float: left;
}

.xia-la {
    width: 23px;
    height: 23px;
    display: block;
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/bottom_xia.png");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    transition: opacity .5s;
}

.cn {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/cn_32.png");
}

.en {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/en_32.png");
}

/*图标-------------end*/
/*通用部分-----------start*/
.h2_title {
    width: 1200px;
    margin: 0 auto;
    font-size: 38px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.ftitle {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    color: #284A79;
    text-align: center;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_20 {
    margin-top: 20px;
}

.padd_tb_75px {
    padding: 65px 0;
}

.wx_code_ma {
    position: absolute;
    top: 10px;
    right: 31.5%;
    background-image: url('https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/wx_code_ma.png');
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
}

.shop_code_1 {
    position: absolute;
    width: 180px;
    height: 180px;
    background-size: 150px 150px;
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/shop_code.jpg");
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    box-shadow: 0px 0px 5px #888888;
    right: 31%;
    top: 65px;
    display: none;
}

.top_box {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid rgb(208 210 211);
    margin: 0 auto;
    position: absolute;
    top: 52px;
    right: 37.5%;
    display: none;
}

/*通用部分-----------end*/
.header_nav {
    width: 100%;
    min-width: 1500px;
    height: 900px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-image 1s;
}

.banner .header_left {
    width: 40%;
    height: 80px;
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/logo.png");
    background-repeat: no-repeat;
    background-position-y: center;
}

.banner .header_right {
    width: 60%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.banner .header_right ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner .header_right ul li {
    font-size: 18px;
    color: #B7D0EF;
    font-weight: 500;
    letter-spacing: 2px;
}

.banner .header_right ul li a {
    font-size: 18px;
    color: #B7D0EF;
    font-weight: 500;
    letter-spacing: 2px;
}

.banner .header_right ul li p {
    width: 70%;
    border-bottom: 3px solid #FFFFFF;
    margin: 0 auto;
    margin-top: 5px;
    opacity: 0;
    transition: all .5s;
}

.banner .header_right ul li:hover {
    color: white;
}

.banner .header_right ul li a:hover {
    color: white;
}

.banner .header_right ul li:hover p {
    opacity: 1;
}

.banner .header_right .yi_caidan:hover p {
    opacity: 0;
}

/*.banner .header_right .yi_caidan:hover .two_caidan{*/
/*    display: block;*/
/*}*/
.banner .header_right ul li:hover .xia-la {
    opacity: 0;
}

.banner .header_right .two_caidan span:hover {
    background-color: #B7D0EF;
    color: white;
}

.yi_caidan .xia-la {
    float: right;
}

.two_caidan {
    position: absolute;
    width: 150px;
    margin-left: -30px;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 5px;
    color: #565656;
    font-size: 16px;
    display: none;
    transition: opacity .5s;
    z-index: 9999;
}

.banner .header_right ul li .two_caidan a {
    color: #565656;
    font-size: 16px;
}

.two_caidan span {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 5px;
}

.banner .header_right .language {
    width: 15%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.banner .header_right .language:hover .language_box {
    opacity: 1;
}

.banner .header_right .language:hover .xia-la {
    opacity: 0;
}

.banner .header_right .language span {
    margin-left: 10px;
    color: white;
}

.banner .header_right .language_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 5px;
}

.banner .header_right .language_box {
    left: 19%;
    top: 120%;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity .5s;
}

.banner .header_right .language_box p {
    border-radius: 5px;
    cursor: pointer;
}

.banner .header_right .language_box p:hover {
    background-color: #B7D0EF;
}

.banner .header_right .top_border {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid rgb(255 255 255 / 80%);
    margin: 0 auto;
}

.banner .header_right .language_ul p {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #B7D0EF;
}

.banner .header_right .language_ul span {
    display: block;
    width: 50px;
    color: #565656;
}

/*banner文字部分 ---start*/
.header_weiquan {
    width: 100%;
    min-width: 1980px;
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/haiwwq.png");
    height: 270px;
    background-size: 100% 270px;
    font-size: 40px;
    color: white;
    text-align: center;
    line-height: 270px;
}

.header_brand {
    width: 100%;
    /* min-width: 1980px; */
    background-image: url("https://www.egoint.com/public/assets/imgs/index/banner_news.png");
    height: 238px;
    background-position: center;
    background-size: 1980px 238px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.font-banner {
    width: 100%;
    position: absolute;
    top: 10%;
    z-index: 1000;
}

.font-banner div {
    width: 1200px;
    margin: 0 auto;
    font-size: 48px;
    color: white;
    font-weight: bold;
}

.font-banner .banner-font-1 {
    width: 1980px;
    height: 500px;
    margin: 0 auto;
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/font-1.png");
    opacity: 0;
    transition: opacity .4s;
}

.font-banner .banner-font-2 {
    width: 650px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    /*background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/font-2.png");*/
    transition: opacity .4s;
    position: absolute;
    top: 0;
    left: 33%;
}

.font-banner .banner-font-3 {
    width: 650px;
    margin: 0 auto;
    height: 200px;
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/font-3.png");
    opacity: 0;
    transition: opacity .4s;
    position: absolute;
    top: 0;
    left: 20%;
}

/*banner文字部分 ---end*/
/*上下按钮----start*/
.tools_box {
    width: 1250px;
    margin: 0 auto;
    position: relative;
    top: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tools_box div {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 80%);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;

}

.tools_box .top_image {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/top_.png");
}

.tools_box .bottom_image {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/bottom_.png");
}

/*上下按钮----end*/
/*平台介绍 ----- start*/

.league {
    width: 100%;
    margin-top: 80px;
}

.leagueWrap {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
}

.leagueInner {
    padding: 51px 140px 63px 130px;
    width: 1143px;
    height: 430px;
    background: #F5F9FF;
    overflow: hidden;
    border-radius: 11px;
    position: relative;
    box-sizing: border-box;
}

.ellipsis {
    width: 43px;
    height: 41px;
    position: absolute;
    font-size: 100px;
    color: #9EB5D5;
    font-family: FZLanTingHei-EB-GBK;
}

.yinhao1 {
    left: 50px;
    top: 65px;
}

.yinhao2 {
    right: 60px;
    bottom: 165px;
}

.leagueTitle {
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 35px;
}

.leagueContent {
    font-size: 20px;
    color: #333333;
    line-height: 38px;

}

.leagueBtm {
    display: flex;
    justify-content: space-between;
}

.danwei {
    font-weight: bold;
}

/*平台介绍 ----- end*/
/*我们的业务涵盖出海贸易全流程 ----- start*/

.block h1 {
    color: #333;
    text-align: center;
    margin: 60px 0 30px 0;
    font-size: 34px;
}

.block-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.block-list .list-item {
    width: 568px;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #F5F9FF;
    box-sizing: border-box;
}

.block-list .list-item .list {
    margin-top: 15px;
    margin-left: 24px;
}

.block-list .list-item img {
    border-radius: 10px;
}

.block-list .list-item .title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #284A79;
}

.block-list .list-item .list li {
    position: relative;
    font-size: 12px;
    line-height: 30px;
    padding-left: 20px;
    color: #555;
}

.block-list .list-item .list li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #284A79;
    position: absolute;
    top: 12px;
    left: 0;
}

.flex {
    display: flex;
}

/*我们的业务涵盖出海贸易全流程 ----- end*/
/*“物贸服务+” 综合服务平台 ------start*/
.platform {
    width: 100%;
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/bj_1.jpg");
    background-size: 100% 100%;
}

.platform .content {
    width: 1200px;
    margin: 0 auto;
}

.platform .h2_title {
    color: #FFFFFF;
}

.platform .ftitle {
    color: #FFFFFF;
    font-size: 19px;
    margin-bottom: 50px;
}

.platform canvas {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/liu_1.png");
    margin: 0 auto;
}

/*“物贸服务+” 综合服务平台 ------end*/
/*物贸服务产业生态圈 ---------start*/
.ecosphere {
    width: 100%;
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/bj_2.png");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    /*background-size: 45% 50%;*/
}

.ecosphere .ftitle {
    font-size: 19px;
}

.ecosphere .round {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 600px;
}

.ecosphere .round .top_center_ {
    width: 465px;
    height: 465px;
    background-image: url(../image/tround_1.png);
    position: absolute;
    left: 32.8%;
    top: 8%;
    animation: siluyigou 30s linear infinite;
}

/*.ecosphere .round .top_center_1{*/
/*    width: 402px;*/
/*    height: 402px;*/
/*    background-image: url(../image/tround_2.png);*/
/*    background-size: 100% 100%;*/
/*    position: absolute;*/
/*    top: 13.5%;*/
/*    left: 35.5%;*/
/*    animation: round_animate 30s linear infinite;*/
/*}*/
.ecosphere .content {
    padding-top: 50px;
    height: 640px;
    margin: 0 auto;
    width: 1100px;
}

.ecosphere .content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 15%;
}

.ecosphere .content ul li {
    width: 49%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    line-height: 7%;
    margin-top: 20px;
}

.ecosphere .content ul .title {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-left: 18.5px;
    line-height: 47px;
    height: 74px;
}

.ecosphere .content ul .text {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    margin-left: 92.5px;
    margin-top: -25px;
    width: 352px;
    line-height: 28px;
    font-family: PingFangSC-Regular, sans-serif;
}

.ecosphere i {
    width: 74px;
    height: 74px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

.ecosphere .ico_1 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/ico_1.png");
}

.ecosphere .ico_2 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/ico_2.png");
}

.ecosphere .ico_3 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/ico_3.png");
}

.ecosphere .ico_4 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/ico_4.png");
}

.ecosphere .ico_5 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/ico_5.png");
}

.ecosphere .ico_6 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/ico_6.png");
}

/*物贸服务产业生态圈 ---------end*/
/*我们已服务的地标产品 ------- start*/
.server_product {
    width: 1200px;
    margin: 0 auto;
}

.server_product .h2_title {
    position: relative;
}

.server_product .h2_title span {
    color: #1F4A7C;
    cursor: pointer;
}

.server_product .h2_title span:hover .top_box {
    display: block;
}

.server_product .h2_title span:hover .shop_code_1 {
    display: block;
}

.server_product .server_box {
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}

.server_product .server_shop {
    width: 260px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
}

.server_product .server_box span {
    margin-top: 25px;
    margin-bottom: 50px;
    min-width: 65px;
}

.server_product .server_shop p {
    width: 200px;
    height: 200px;
    border-radius: 5px;
    background-size: 100% 100%;
    transition: all 1s;
}

.server_product .server_shop:hover .zhe {
    display: block;
}

.server_product .server_shop:hover .link_button {
    display: flex;
}

.server_product .server_shop .zhe {
    height: 200px;
    margin-top: -200px;
    background-color: rgba(31, 74, 125, 0.8);
    display: none;
}

.server_product .server_shop .link_button {
    margin-top: -200px;
    height: 200px;
    align-items: center;
    justify-content: center;
    display: none;
}

.server_product .server_shop .link_button a {
    width: 100px;
    height: 30px;
    background-color: #2d6a88;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 5px;
    font-size: 14px;
}

.server_product .server_shop .c_1 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/zubian.jpg");
}

.server_product .server_shop .c_2 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/baijiu.jpg");
}

.server_product .server_shop .c_3 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/emsc.jpg");
}

.server_product .server_shop .c_4 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/ningmeng.jpg");
}

.server_product .server_shop .c_5 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/nxtzc.jpg");
}

.server_product .server_shop .c_6 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/scjx.jpg");
}

.server_product .server_shop .c_7 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/mdsc.jpg");
}

.server_product .server_shop .c_8 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/pzhmg.jpg");
}

/*我们已服务的地标产品 ------- end*/
/*“地标产品出海”智慧作业平台-----------start*/
.wisdom {
    position: relative;
    width: 1206px;
    height: 450px;
    background: #FFFFFF;
    top: -50px;
    margin: 0 auto;
    box-sizing: border-box;
}

.wisdom .ftitle {
    color: #555555;
    font-size: 19px;
    margin-top: 23px;
}

.wisdom ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.wisdom li {
    width: 18%;
    text-align: center;
}

.wisdom i {
    width: 97px;
    height: 97px;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}

.wisdom li p {
    margin-top: 20px;
    font-size: 24px;
    font-family: Alibaba-PuHuiTi-Regular, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wisdom .w_ico_1 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/w_ico_1.png");
}

.wisdom .w_ico_2 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/w_ico_2.png");
}

.wisdom .w_ico_3 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/w_ico_3.png");
}

.wisdom .w_ico_4 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/wumaotong/background/w_ico_4.png");
}

.wisdom .w_ico_6 {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/ico_2.png");
    background-size: 97px 97px;
}

.wisdom button {
    background: #1f4a7d;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    margin-top: 15px;
    cursor: pointer;
}

/*“地标产品出海”智慧作业平台 -----------end*/
/*底部 -----------------start*/

footer {
    width: 100%;
    min-width: 1200px;
    background-color: #1F4A7C;
    font-family: PingFangSC-Regular, sans-serif;
    ;
}

footer span {
    width: 4px;
    height: 9px;
    background: #FFFFFF;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 18%;
    top: 35%;
}

.footer_box {
    padding-top: 20px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer_box .left_footer {
    width: 50%;
    display: flex;
    justify-content: space-between;
    ;
}

.footer_box .left_footer div {
    width: 25%;
}

.footer_box .left_footer .footer_title {
    color: white;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
    font-family: PingFangSC-Medium, sans-serif;
    ;
}

.footer_box .left_footer .ul_1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 40px;
}

.footer_box .left_footer .ul_1 li {
    width: 120px;
    line-height: 30px;
    margin-right: 5px;
    white-space: nowrap;
}

.footer_box .left_footer .ul_1 li a {
    color: #FFFFFF;
    font-size: 14px;
}

.footer_box .left_footer .ul_1 li a:hover {
    color: #bdbdbd;
}

.footer_box .left_footer .freader_link {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    padding-left: 40px;
    font-size: 14px;
    color: #FFFFFF;
}

.footer_box .left_footer .freader_link li {
    width: 120px;
    height: 30px;
    margin-right: 5px;
}

.footer_box .left_footer .freader_link li a {
    color: #FFFFFF;
}

.footer_box .left_footer .freader_link li a:hover {
    color: #bdbdbd;
}

.footer_box .right_footer {
    width: 25%;
}

.footer_box .right_footer .about_ {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer_box .right_footer .about_ p {
    color: whitesmoke;
    font-size: 18px;
}

.footer_box .right_footer .about_ .border_p {
    padding: 8px 20px 8px 20px;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid white;
}

.footer_box .right_footer .code_ma {
    width: 100%;
    height: 120px;
    margin-top: 10px;
    display: flex;
}

.footer_box .right_footer .code_ma div {
    width: 120px;
    height: 135px;
    background-color: white;
    border-radius: 10px;
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/qrcode.jpg");
    background-size: 100px, 100px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 5px;
    position: relative
}

.footer_box .right_footer .code_ma .shop_code {
    background-image: url("https://qqdeliver.oss-cn-chengdu.aliyuncs.com/yunying/scdb/shop_code.jpg");
}

.footer_box .right_footer .code_ma .shop_dibiao {
    background-image: url("/static/qrcode_shop.png");
}

.footer_box .right_footer .code_ma .wx_title {
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-bottom: 5px;

}

footer .footer_hr {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgb(171 171 171 / 50%);
    margin-top: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    color: #FFFFFF;
    font-size: 14px;
}

/*底部 ---------------end*/
/*动图 ----------start*/

@keyframes siluyigou {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*动图 ----------end*/
.pagewrap {
    width: 1200px;
    margin: 0 auto;

}

.pageMain {
    padding: 22px 0px 70px;
    display: flex;
    justify-content: space-between;
}

.pageLeft {
    width: 63%;
}

.pageRight {
    width: 33%;
}

.hotOuter {
    position: sticky;
    top: 40px;
}

.bread {
    margin-top: 4px;
    font-size: 14px;
    display: flex;
}

.bread a {
    font-size: 14px;
}

.breadPrev {
    color: #555;
}

.breadNow {
    color: #999;
    overflow: hidden;
    width: 400px;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

.newsList {
    margin-top: 35px;
}

.newsBox {
    display: flex;
    padding: 0px 0px 33px;
    border-bottom: 1px solid #F4F5F5;
}

.newsBox:not(:first-child) {
    margin-top: 28px;
}

.newsImg {
    flex-shrink: 0;
    width: 195px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.newsImg img {
    width: 100%;
    height: 100%;
}

.newsContent {
    padding: 14px 0px 10px;
}

.newsTitle {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    max-width: 500px;
    text-overflow: ellipsis;
    line-height: 20px;
    white-space: nowrap;
}

.newsInt {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 500px;
    margin-top: 25px;
    color: #555;
    font-size: 14px;
    line-height: 20px;
}

.newsInfo {
    display: flex;
    margin-top: 25px;
}

.newsTime {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    margin-right: 20px;
}

.keyword {
    display: flex;
}

.word {
    padding: 4px 9px;
    background: #F4F5F5;
    border-radius: 10px;
    font-size: 12px;
    color: #999;
}

.word:not(:first-child) {
    margin-left: 5px;
}

.hotNews {
    width: 100%;
    overflow: hidden;
    padding: 35px 30px;
    background: #F7F7F7;
    margin-bottom: 21px;
    border-radius: 10px;
}

.hotTitle {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;

}

.pic {
    width: 6px;
    height: 20px;
    background-color: #3269AB;
    margin-right: 10px;
    border-radius: 3px;
}

.hotList {
    margin-top: 28px;
}

.hotItem {
    display: flex;
    align-items: center;
}


.hotItem a {
    font-size: 14px;
    color: #333;
    line-height: 18px;
}

.dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #888;
    margin-right: 5px;
}

.hotItem:not(:first-child) {
    margin-top: 20px;
}

.hotTag {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
}

.tags {
    padding: 10px 15px;
    margin-right: 5px;
    background: #E0EAF7;
    font-size: 14px;
    color: #3269AB;
    border-radius: 17px;
    margin-bottom: 10px;
}
.pageTurn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.turnItem {
    /* padding: 10px 12px; */
    background-color: #FFFFFF;
    border: 1px solid #DEE3EB;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
}

.turnItem span {
    font-size: 14px;
    color: #777;
}

.turnItem img {
    width: 7px;
    height: 11px;
}

.turnItem:not(:first-child) {
    margin-left: 10px;
}

.turnSelect {
    width: 108px;
    height: 35px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #DEE3EB;
    border-radius: 4px;
    margin-left: 25px;
    position: relative;
    background-color: #FFFFFF;
}

.turnSelect:hover .pageBox {
    display: block;
}

.pageBox {
    position: absolute;
    top: 34px;
    display: none;
}

.sizeChoose {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 5px 4px rgba(42, 42, 42, 0.05);
    border-radius: 0px 0px 4px 4px;
}

.sizeChoose a {
    width: 108px;
    height: 35px;
    color: #777;
    font-size: 14px;
    line-height: 35px;
    padding-left: 11px;
    overflow: hidden;
}

.sizeChoose a:hover {
    background-color: #f7f7f7;
}

.turnSelect span {
    color: #777777;
    font-size: 14px;
    /* margin-right: 24px; */
}

.turnSelect img {
    width: 11px;
    height: 7px;
}

.pageJump {
    margin-left: 25px;
    /* padding: 11px; */
    display: flex;
    /* justify-content: space-between; */
    cursor: pointer;
    align-items: center;
    border-radius: 4px;
}

.pageJump span {
    color: #777;
    font-size: 14px;
}

.jump {
    width: 43px;
    height: 35px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(42, 42, 42, 0.05);
    border: 1px solid #DEE3EB;
    margin-left: 5px;
    margin-right: 7px;
    text-align: center;
    color: #777;
    font-size: 14px;
}