@charset "UTF-8";

html,
body,
div,
p,
a,
img,
header,
footnoneer,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dt,
dd,
input,
button,
navnone {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    border: none;
}

html {
    overflow-y: auto;
    font-family: "Microsoft YaHei", "微软雅黑", arial, "宋体";
    overflow-x: hidden;
    max-width: 2200px;
    margin: 0 auto;
}

body {
    height: 100%;
    position: relative;
    right: 0;
    transition: all .4s ease;
}

@font-face {
    font-family: DINCond-BoldAlternate;
    src: url("../font/dincond-bold-webfont.eot");
    /* IE9 Compat Modes */
    src: url("../font/dincond-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/dincond-bold-webfont.woff2") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Montserrat-Regular;
    src: url("../font/montserrat-regular.eot");
    /* IE9 Compat Modes */
    src: url("../font/montserrat-regular.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: CALIBRI;
    src: url("../font/CALIBRI_1.TTF.eot");
    /* IE9 Compat Modes */
    src: url("../font/CALIBRI_1.TTF.eot?#iefix") format("embedded-opentype"), url("../font/CALIBRI_1.TTF");
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
    /*2display: block;*/
}

ul {
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(210, 210, 210, 0.48);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tempWrap {
    margin: 0 auto;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.navnone {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    line-height: 107px;
    z-index: 99;
    transition: all .4s ease;
    background: #fff;
}

.navnone .childMenu {
    position: absolute;
    top: 107px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #fff;
    background: rgba(0, 0, 0, 0.31);
    font-size: 14px;
    transition: all 0.3s;
    color: #88868e;
    overflow: hidden;
    line-height: 55px;
}

.navnone .childMenu.active {
    height: 55px;
    overflow: visible;
}

.navnone .childMenu ul {
    margin-top: -2px;
}

.navnone .childMenu ul li {
    float: left;
    display: inline-block;
}

.navnone .childMenu ul li+li {
    padding-left: 10px;
}

.navnone .childMenu ul li a {
    border-top: 2px solid #9a9a9a;
    color: #fff;
}

.navnone .childMenu ul li:hover a {
    border-top: 2px solid #eb3d00;
    color: #eb3d00;
}

.navnone .redBg {
    position: absolute;
    border-bottom: 2px solid #ea3800;
    left: 0;
    bottom: 0;
    width: 33%;
    z-index: 1;
}

.navnone .greyBg {
    position: absolute;
    border-bottom: 2px solid #9a9a9a;
    left: 0;
    bottom: 0;
    width: 100%;
}

.navnone .logoBox {
    float: left;
    padding-left: 54px;
    font-size: 0;
}

.navnone .logoBox img {
    vertical-align: middle;
}

.navnone .logoBox .m_logo {
    display: none;
}

.navnone .navnoneBox {
    float: right;
    overflow: hidden;
}

.navnone .navnoneBox>ul {
    float: left;
    overflow: hidden;
    padding-right: 20px;
}

.navnone .navnoneBox>ul>li {
    position: relative;
    padding-left: 20px;
    float: left;
}

.navnone .navnoneBox>ul>li:first-child {
    padding-left: 0;
}

.navnone .navnoneBox>ul>li a {
    text-align: center;
    color: #737373;
    font-size: 14px;
}

.navnone .navnoneBox>ul>li:hover a,
.navnone .navnoneBox>ul>li.active a {
    background: url(../image/navnoneBg.png) center top no-repeat;
}

.navnone .navnoneBox>ul>li>ul {
    display: none;
}

.navnone .sideButtonBox {
    float: left;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    height: 107px;
    width: 107px;
    background: url(../image/sideButton.png) center center no-repeat;
}

.navnone.child .container {
    position: static;
}

.navnone.child .logoBox {
    padding: 0;
}

.navnone.child .navnoneBox ul {
    padding-right: 0;
}

.navnone.child .navnoneBox ul li a {
    text-align: right;
}

.navnone.child .navnoneBox ul li.active a {
    background: url(../image/navnoneBg.png) right top no-repeat;
}

.navnone.child .sideButtonBox {
    position: absolute;
    right: 0;
    top: 0;
}

.qrBox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    width: 300px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #222;
    display: none;
    z-index: 101;
}

.qrBox p {
    font-size: 13px;
    color: #282828;
    line-height: 18px;
    padding-bottom: 0;
}

.qrBox #QR {
    padding: 10px 0;
    text-align: center;
}

.qrBox .closeQR {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../image/close.png) center center no-repeat;
    opacity: 0.7;
    z-index: 2;
}

.footnone {
    position: relative;
    z-index: 3;
    background: #fff;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    height: 120px;
    border-top: 2px solid #dbb88e;
    padding-top: 20px;
}

.footnone a {
    display: inline-block;
}

.footnone a img {
    vertical-align: middle;
}

.footnone .mediafootnone {
    display: none;
    color: #a5a5a5;
    text-align: center;
}

.footnone .mediafootnone img {
    padding-bottom: 10px;
}

.footnone .mediafootnone a {
    margin: 0 5px;
}

.footnone .mediafootnone p {
    padding-bottom: 10px;
}

.Fr {
    right: 360px !important;
    transition: all .4s ease;
}

.buttonBoxTop {
    border-left: 2px solid #e6e6e6;
    padding-right: 10px;
}

.buttonBoxTop .search {
    float: left;
    padding-left: 20px;
    padding-right: 10px;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.buttonBoxTop .search input {
    float: left;
    visibility: hidden;
    line-height: 106px;
    background: #fff;
    width: 0;
    padding: 0;
    outline: none;
    transition: all .4s;
    border: none;
    font-size: 14px;
}

.buttonBoxTop .search a {
    display: inline-block;
    float: left;
    width: 20px;
    height: 107px;
    background: url(../image/H-Search.png) no-repeat center;
}

.buttonBoxTop .search:hover input {
    visibility: visible;
    width: 90px;
}

.buttonBoxTop>a {
    float: left;
    font-size: 14px;
    color: #8f8f8f;
    padding: 0 10px;
}

.buttonBoxTop>a img {
    vertical-align: middle;
    margin-right: 5px;
}

.sidenavnone {
    width: 320px;
    height: 100%;
    position: fixed;
    right: -320px;
    top: 0;
    background: #f9f9f9;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    /*2display: block;*/
    transition: all .4s ease;
    padding-top: 138px;
    text-align: center;
    font-size: 0;
}

.sidenavnone.open .sideClose,
.sidenavnone.open .logo,
.sidenavnone.open .sideMenu,
.sidenavnone.open .navnoneBottom {
    transform: translateY(0);
    opacity: 1;
}

.sidenavnone.close .sideClose,
.sidenavnone.close .logo,
.sidenavnone.close .sideMenu,
.sidenavnone.close .navnoneBottom {
    opacity: 0;
    transform: translateY(100%);
}

.sidenavnone .otherLinkBox {
    display: none;
}

.sidenavnone .menuTitle {
    display: none;
    padding-left: 20px;
    line-height: 75px;
    background: #333333;
    font-size: 20px;
    font-family: Montserrat-Regular;
    color: #adadad;
    letter-spacing: -2px;
}

.sidenavnone .logo {
    padding-bottom: 90px;
    transition: all 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.8s;
    opacity: 0;
    transform: translateY(100%);
}

.sidenavnone .sideClose {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 30px;
    height: 30px;
    transform: translateY(100%);
    opacity: 0;
    background: url("../image/sideClose.jpg") left center no-repeat;
    transition: all 0.5s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.7s;
}

.sidenavnone .sideMenu {
    transition: all 0.5s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.1s;
    transform: translateY(100%);
    opacity: 0;
}

.sidenavnone .sideMenu .navnoneList {
    padding-bottom: 25px;
}

.sidenavnone .sideMenu .navnoneList h1 {
    font-size: 26px;
    color: #8b8782;
}

.sidenavnone .sideMenu .navnoneList .childnavnone {
    height: 0;
    overflow: hidden;
}

.sidenavnone .sideMenu .navnoneList .childnavnone ul li {
    font-size: 16px;
    color: #cac4bd;
    padding-top: 25px;
}

.sidenavnone .navnoneBottom {
    width: 100%;
    border-top: 2px solid #cac4bd;
    border-bottom: 2px solid #cac4bd;
    line-height: 70px;
    font-size: 14px;
    color: #8b8782;
    transition: all 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.9s;
    transform: translateY(100%);
    opacity: 0;
}

.sidenavnone .navnoneBottom .link {
    width: 50%;
    border-bottom: 2px solid #cac4bd;
}

.sidenavnone .navnoneBottom .zhao {
    width: 50%;
    border-left: 2px solid #cac4bd;
    border-bottom: 2px solid #cac4bd;
}

.sidenavnone .navnoneBottom .staff {
    width: 50%;
}

.sidenavnone .navnoneBottom .focus {
    width: 50%;
    border-left: 2px solid #cac4bd;
}

.exit-off-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    cursor: pointer;
    z-index: 99;
    background: #000;
    opacity: 0.5;
    transition: all .4s ease;
}

.fullWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.fullWrap .fullBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.fullWrap .closeButton {
    position: absolute;
    width: 80px;
    height: 80px;
    cursor: pointer;
    top: -40px;
    right: -40px;
    background: url(../image/close.jpg) center center no-repeat;
}

.fullWrap .webMap {
    display: none;
    width: 1200px;
    height: 380px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -190px;
    left: 50%;
    margin-left: -600px;
    padding: 25px 40px 0 40px;
}

.fullWrap .webMap h1 {
    font-size: 18px;
    color: #333;
    line-height: 35px;
    margin-bottom: 27px;
}

.fullWrap .webMap h1 img {
    vertical-align: middle;
    margin-right: 10px;
}

.fullWrap .webMap .mapBox {
    border-top: 2px solid #fdf8ec;
    padding-top: 27px;
}

.fullWrap .webMap .mapBox dl {
    float: left;
    width: 170px;
}

.fullWrap .webMap .mapBox dl dt {
    font-size: 16px;
    line-height: 16px;
    padding-left: 12px;
    border-left: 4px solid #f8e2b3;
    margin-bottom: 30px;
    color: #757575;
}

.fullWrap .webMap .mapBox dl dd {
    padding-left: 16px;
    font-size: 13px;
    color: #919191;
    margin-bottom: 8px;
}

.fullWrap .webMap .mapBox dl dd:hover {
    color: #757575;
}

.fullWrap .webMap .mapBox dl.last {
    width: inherit;
}

.fullWrap .legalSound {
    display: none;
    width: 1200px;
    height: 360px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -180px;
    left: 50%;
    margin-left: -600px;
    padding: 25px 40px 0 40px;
}

.fullWrap .legalSound h1 {
    font-size: 18px;
    color: #333;
    line-height: 29px;
    margin-bottom: 27px;
    padding-bottom: 27px;
    border-bottom: 2px solid #fdf8ec;
}

.fullWrap .legalSound h1 img {
    vertical-align: middle;
    margin-right: 10px;
}

.fullWrap .legalSound p {
    color: #757575;
    font-size: 13px;
    line-height: 25px;
}

.concernList {
    overflow: hidden;
    color: #9b8c7c;
    height: 0;
}

.concernList .fl {
    float: left;
}

.concernList .pt28 {
    padding-top: 28px;
}

.concernList .pr5 {
    padding-right: 5px;
}

.commonHtml {
    margin-top: 107px;
}

.commonHtml .bannerBox {
    height: 169px;
}

.commonHtml .bannerBoxMedia {
    font-size: 0;
    display: none;
}

.commonHtml .bannerBoxMedia img {
    width: 100%;
}

.commonHtml .enTitle {
    font-size: 30px;
    color: #eb3c00;
    font-family: Montserrat-Regular;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.commonHtml .title {
    font-size: 20px;
    color: #bc8f4b;
}

.commonHtml .commonWrap .container .subnavnone {
    overflow: hidden;
    line-height: 65px;
}

.commonHtml .commonWrap .container .subnavnone .tabBox {
    float: left;
}

.commonHtml .commonWrap .container .subnavnone .tabBox ul {
    overflow: hidden;
}

.commonHtml .commonWrap .container .subnavnone .tabBox ul li {
    float: left;
    padding-right: 35px;
    color: #3b3a40;
    font-size: 14px;
}

.commonHtml .commonWrap .container .subnavnone .tabBox ul li a {
    display: inline-block;
    position: relative;
}

.commonHtml .commonWrap .container .subnavnone .tabBox ul li a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #f63b2e;
    border-radius: 4px;
    -webkit-transition: width 300ms;
    transition: width 300ms;
}

.commonHtml .commonWrap .container .subnavnone .tabBox ul li.active a span {
    width: 100%;
}

.commonHtml .commonWrap .container .subnavnone .breadcrumb {
    float: right;
    font-size: 13px;
    color: #5b5b5b;
}

.commonHtml .commonWrap .container .subnavnone .breadcrumb img {
    padding-right: 10px;
}

.commonHtml .commonWrap .container .subnavnone .breadcrumb a {
    display: inline-block;
    padding-left: 14px;
    /* padding-right: 8px; */
    background: url(../image/littleRight.png) left center no-repeat;
}

.commonHtml .commonWrap .container .subnavnone .breadcrumb a.current {
    padding-right: 0;
    color: #ea3800;
}

.videoWrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.videoWrap .backBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    z-index: 10;
    cursor: pointer;
}

.videoWrap .videoBox {
    width: 640px;
    height: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -160px;
    z-index: 11;
}

.videoWrap .videoBox .closeVideo {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 10px;
    z-index: 2;
}

.videoWrap .videoBox .closeVideo img {
    width: 100%;
}

.loadingBox {
    text-align: center;
    padding-bottom: 40px;
    display: none;
    line-height: 30px;
    color: #999;
}

.loadingBox img {
    vertical-align: text-top;
    margin-right: 5px;
}

@media (max-width: 1414px) {
    .child .container {
        width: 100%;
        padding-right: 107px;
    }
}

@media (max-width: 1414px) {
    .navnone .logoBox {
        padding-left: 20px;
    }

}

@media (max-width: 1350px) {
    .buttonBoxTop {
        display: none;
    }

    .navnone .navnoneBox>ul {
        padding-right: 30px;
    }
}

@media (max-width: 1200px) {
    .commonWrap {
        padding: 0 20px;
    }

    .container {
        width: 100% !important;
    }

    .home .footnone .container {
        padding-left: 0;
    }

    .footnone {
        padding: 20px 20px 0;
    }

    .fullWrap {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .navnone .navnoneBox ul {
        display: none;
    }
}

@media (max-width: 960px) {
    .child .container .navnoneBox {
        display: none;
    }
}

@media (max-width: 640px) {
    .videoWrap .videoBox {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .videoWrap .videoBox .my-video-dimensions {
        width: 100%;
        height: 100%;
    }

    .commonHtml {
        margin-top: 75px;
    }

    .footnone {
        height: 120px;
        line-height: 120px;
        padding-top: 0;
    }

    .footnone .container {
        display: none;
    }

    .footnone .mediafootnone {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        line-height: initial;
    }

    .footnone .mediafootnone .mediaShare,
    .footnone .mediafootnone p:first-child {
        display: none;
    }

    .navnone {
        height: 75px;
        line-height: 75px;
        border-bottom: none;
    }

    .navnone .logoBox img {
        display: none;
    }

    .navnone .logoBox .m_logo {
        height: 25px;
        display: inline-block;
        padding-left: 10px;
    }

    .navnone .sideButtonBox {
        height: 75px;
        width: 75px;
        background-image: url(../image/phoneSideButton.png);
    }

    .navnone .sideButtonBox.active {
        background: #e32919 url(../image/mediaClose.png) center center no-repeat;
        background-size: 35px auto;
    }

    .navnone .redBg {
        display: none;
    }

    .exit-off-canvas {
        background: transparent !important;
    }

    .sidenavnone {
        padding-top: 0;
        text-align: left;
        width: 50%;
        min-height: 100%;
        background-color: #444444;
        /*2017/09/03*/
    }

    .sidenavnone .navnoneBottom {
        display: none;
    }

    .sidenavnone.close .sideClose,
    .sidenavnone.close .logo,
    .sidenavnone.close .sideMenu,
    .sidenavnone.close .navnoneBottom,
    .sidenavnone.open .sideClose,
    .sidenavnone.open .logo,
    .sidenavnone.open .sideMenu,
    .sidenavnone.open .navnoneBottom {
        transform: translateY(0);
        opacity: 1;
    }

    .sidenavnone .menuTitle {
        /*2display: block;*/
    }

    .sidenavnone .logo {
        display: none;
        text-align: left;
        padding-left: 20px;
        padding-bottom: 24px;
    }

    .sidenavnone .logo img {
        height: 30px;
    }

    .sidenavnone .sideClose {
        top: 24px;
        z-index: 2;
        right: 6%;
        display: none;
    }

    .sidenavnone .sideMenu {
        background: #444444;
        transform: translateY(0);
        opacity: 1;
    }

    .sidenavnone .sideMenu .navnoneList {
        padding-bottom: 0;
    }

    .sidenavnone .sideMenu .navnoneList h1 {
        font-size: 16px;
        color: #a0a0a0;
        line-height: 50px;
        padding-left: 20px;
        border-bottom: 1px solid #575757;
    }

    .sidenavnone .sideMenu .navnoneList h1.active {
        color: #ea4b3d;
    }

    .sidenavnone .sideMenu .navnoneList .childnavnone ul {
        padding: 10px 0;
        border-bottom: 1px solid #575757;
    }

    .sidenavnone .sideMenu .navnoneList .childnavnone ul li {
        padding-top: 0;
        font-size: 14px;
        padding-left: 37px;
        color: #8d8d8d;
        line-height: 40px;
        background: url(../image/mediaLinkBg.png) 20px center no-repeat;
    }

    .sidenavnone .langBox,
    .sidenavnone .tenderBox {
        width: 100%;
    }

    .sidenavnone .langBox h1,
    .sidenavnone .tenderBox h1 {
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
        width: 100%;
        height: 100%;
        color: #7f7f7f;
        font-size: 12px;
    }

    .sidenavnone .langBox {
        border-bottom: 1px solid #575757;
    }

    .sidenavnone .langBox h1 {
        background: #323232 url(../image/moreLang.png) no-repeat;
        background-position: 85% center;
        background-size: 13px auto;
    }

    .sidenavnone .langBox .langWrap {
        color: #a0a0a0;
        padding-left: 20px;
        line-height: 19px;
        height: 0;
        overflow: hidden;
        font-size: 12px;
        background: #323232;
        height: 0;
        transition: height 0.3s;
    }

    .sidenavnone .langBox .langWrap ul {
        padding: 10px 0;
    }

    .sidenavnone .tenderBox {
        background: #323232 url(../image/goLink.png) no-repeat;
        background-position: 85% center;
        background-size: 13px auto;
    }

    .sidenavnone .otherLinkBox {
        /*2display: block;*/
        overflow: hidden;
        width: 100%;
        padding: 15px 0 20px 20px;
    }

    .sidenavnone .otherLinkBox li {
        float: left;
        display: inline-block;
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }

    .sidenavnone .otherLinkBox li a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .sidenavnone .otherLinkBox li a img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 800px) {
    .commonHtml .commonWrap .container .subnavnone .breadcrumb {
        display: none;
    }

    .commonHtml .commonWrap .container .subnavnone .tabBox ul li {
        padding-right: 10px;
    }

    .navnone .logoBox {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    /*.commonWrap {
    padding-right: 0;
  }*/
    /*.commonHtml .commonWrap{
    padding-right: 20px;
  }*/


    .commonHtml .commonWrap .container .subnavnone {
        overflow-x: auto;
    }

    .commonHtml .commonWrap .container .subnavnone::-webkit-scrollbar {
        width: 2px;
        height: 0px;
        background-color: #ffffff;
    }

    .commonHtml .commonWrap .container .subnavnone .tabBox ul {
        white-space: nowrap;
    }

    .commonHtml .commonWrap .container .subnavnone .tabBox ul li {
        display: inline-block;
        float: initial;
    }

    .commonHtml .bannerBox {
        display: none;
    }

    .commonHtml .bannerBoxMedia {
        /*2display: block;*/
    }
}

@media (max-width: 400px) {
    .videoWrap .videoBox {
        height: 200px;
    }
}

@media (min-width: 2200px) {
    .navnone {
        max-width: 2200px;
        left: 0;
        margin: 0 auto;
    }
}

/* 分页 */
#myPage {
    text-align: center;
    margin-top: 40px;
}

.footnone {
    height: auto;
    padding-bottom: 30px;
}

.footnone .container::after {
    content: "";
    /*2display: block;*/
    clear: both;
}

.footnone .exRix {
    float: right;
    padding-top: 10px;

}

.footnone .exRix .li {
    float: left;
    width: 94px;
    height: 94px;
    border: 2px solid #eaeaea;
    margin-left: 10px;
    padding: 5px;
    background-color: #FFF;
}

.footnone .exRix .li img {
    /*2display: block;*/
    width: 100%;
}

.footnone .Le h6 {
    color: #666666;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 6px;
}

.footnone .Le h6 em {
    color: #ea3800;
    font-style: normal;
    font-size: 22px;
    line-height: 18px;
    font-family: Montserrat-Regular;
}

@media (max-width:750px) {
    .footnone {
        padding-bottom: 0;
    }

    .footnone .container {
        display: block !important;
    }

    .footnone .container .pcShow {
        display: none !important;
    }

    .footnone .call {
        margin-bottom: -25px;
        padding-top: 10px;
    }

    .footnone .call h6 {
        font-size: 14px;
        text-align: center;
    }

    .footnone .call h6 em {
        font-size: 14px;
    }

    .footnone .exRix {
        float: none;
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .footnone .exRix .li {
        width: 30%;
        height: auto;
        margin: 0;
    }


}
