* {
    font-family: 'Microsoft Yahei', '微软雅黑';
    font-size: 14px;
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    color: #000000;
}

html {
    width: 100%;
    min-height: 100%;
}

input {
    border-radius: 0;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #444;
    text-decoration: none;
}

img{
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;    
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}

.flex {
    display: flex;
}

.column {
    flex-direction: column;
}

.wrap {
    flex-wrap: wrap;
}

.ce {
    justify-content: center;
}

.sb {
    justify-content: space-between;
}

.sa {
    justify-content: space-around;
}

.ac {
    align-items: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*header*/


/*.x-header1, .x-logo {*/
/*    height: 90px;*/
/*    line-height: 90px;*/
/*}*/

/* 导航样式 */


.x-header {
    background: #ffffff;
    padding: 1.30208333% 0;
}

.x-logo {
    float: left;
    width: 18%;
    margin: 0;
    padding: 0;
}

.x-logo a {
    display: block;
}

.top_logo {
    height: 100px;
}

.top_tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
}

.top_tel .tel_icon {
    background: url("/skin/images/tel.png") no-repeat left;
    padding-left: 22px;
    margin-bottom: 6px;
}

.top_tel p {
    font-size: 16px;
    background: linear-gradient(to right, rgba(243, 200, 2, 1), rgba(243, 200, 2, 0));
    padding: 6px 58px 6px 20px;
    border-radius: 30px;
    color: #000;
    line-height: unset;
}

.header {
    z-index: 999;
    background-color: #fff;
    width: 100%;
}

.top_menu {
    background-color: #0055a7;
}


.x-menu > li {
    width: 13%;
    text-align: center;
}

.x-menu > li > a {
    display: block;
    padding: 0 .8vw;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

.x-menu > li > a:hover:after {
    width: 110%;
}

.x-menu > li.active > a:after {
    width: 110%;
}

.x-menu > li.active, .x-menu > li:hover {
    background-color: #f3c802;
}

.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    /*width: 150%;*/
    left: -25%;
    top: 104px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 2;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


/*主体开始*/

/*page product*/

.page_pro h1, .page_case h1, .page_about h1, .page_news h1 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.page_pro p, .page_case p, .page_about p, .page_news p {
    font-size: 16px;
    text-align: center;
    line-height: 2;
}

.page_pro {
    background: url("../images/probg.png") repeat;
    padding: 70px 0;
}


.pro_menu {
    background-color: #fff;
    margin: 60px 0 30px;
}

.pro_menu ul {
    height: max-content;
    border: 1px solid #ddd;
}

.pro_menu li {
    min-width: 10%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pro_menu li:first-child {
    background: url("../images/menu.png") no-repeat left;
    background-position: 25px;
    background-color: #f3c802;
    padding: 12px 25px 12px 70px;
}

.pro_menu li a {
    display: block;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 18px;
}

.pro_menu li h5 {
    font-weight: bold;
    font-size: 26px;
}

.pro_menu li p {
    font-size: 12px;
    line-height: unset;
}


.pro_menu li:hover {
    background-color: #f3c802;
}
.pro_list ul{
    flex-wrap: wrap;
}
.pro_list li {
    width: 24%;
    border-bottom: 2px solid #ccc;
    transition: all .5s;
    -webkit-transition: all .5s;
    margin-top: 15px;
    margin-bottom: 10px;
}

.pro_list li a {
    display: block;
}

.pro_list li .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #f6f6f6;
}

.pro_list li img {
    width: 100%;
    height: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    transform: scale(1.04);
}

.pro_list .pro_title {
    font-size: 16px;
    padding: 12px 5px;
    background: url("/skin/images/pro_icon.jpg") no-repeat right center;
    background-position: 96%;
}

.pro_list li:hover {
    border-bottom: 2px solid #0055a7;
}

.pro_list li:hover img {
    transform: scale(1.14);
}

.pro_list li:hover .pro_title {
    color: #0055a7;
}

/*ys*/

.page_ys {
    background: url("/skin/images/ysbg.jpg") no-repeat center;
    height: max-content;
    background-size: contain;
}

.ys_left {
    width: 50%;
    color: #fff;
}

.ys_left h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 19vh 0 3vh;
}

.ys_left p {
    font-size: 17px;
}

.ys_left img {
    margin-top: 17vh;
    max-width: 80%;
}

.ys_left span {
    font-size: inherit;
    color: #f3c802;
}

.ys_right {
    width: 50%;
    height: max-content;
    padding: 17vh 0;
}

.ys_right li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    height: 17vh;
    min-height: 130px;
    background: url("../images/ysbgs.jpg") no-repeat;
    background-position: 22px 0;
    background-color: #fff;
}

.ys_right li:last-child {
    margin-bottom: 0;
}

.ys_right li div {
    padding: 2.5vh 25px;
}

.ys_right li h5 {
    font-size: 26px;
    font-weight: bold;
}

.ys_right li p {
    font-size: 16px;
    color: #005bb8;
    line-height: 2.2;
    white-space: nowrap;
}

.ys_right li p:last-child {
    font-size: 14px;
    color: #252525;
}

.ys_right li img {
    height: 100%;
    width: auto;
}

/*case*/

.page_case {
    padding: 70px 0;
}


.case_menu {
    margin: 30px 0;
}

.case_menu li {
    width: 20.9%;
    background-color: #f4f4f4;
    padding: 15px 2% 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.case_menu li a {
    display: block;
}

.case_menu li:hover {
    background-color: #f3c802;
}

.case_menu li h5 {
    font-size: 18px;
}

.case_menu li p {
    font-size: 12px;
    color: #aaa;
    text-align: unset;
}

.case_list li {
    width: 24%;
}

.case_list li a {
    display: block;
    overflow: hidden;
}

.case_list li .pic {
    width: 100%;
    height: max-content;
    overflow: hidden;
}

.case_list li img {
    width: 100%;
    height: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    transform: scale(1.05);
}

.case_list .case_title {
    margin-top: 0;
    padding: 20px 15px;
    font-size: 18px;
    background: url("../images/case_more.png") no-repeat right center;
    background-position: 95%;
    transition: all .5s;
    background-color: #f0f0f0;
}

.case_list li:hover img {
    transform: scale(1.15);
}

.case_list li:hover .case_title {
    background-position: 97%;
}

/*ly*/
.ly_page {
    background: url("../images/lybg.jpg") repeat-y center;
}

.ly_left {
    padding: 11vh 0;
    width: 50%;
}

.ly_left h1 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 30px;
    padding-bottom: 20px;
    width: max-content;
    border-bottom: 1px solid #888;
}

.ly_left h1 span {
    font-size: inherit;
    color: #f3c802;
}

.ly_left p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}

.ly_left .tel_t {
    font-size: 24px;
}

.ly_left .tel {
    color: #f3c802;
    font-size: 36px;
    line-height: 1.5;
    font-family: Impact;
}

.ly_right {
    width: 40%;
    padding-left: 10%;
}

.ly_right h1 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin: 6vh 0 20px;
}

.ly_right h1 span {
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 6px;
}

.ly_right form input {
    border: 0;
    outline: 0;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 42%;
    padding: 15px 3%;
}

.ly_right form textarea {
    border: 0;
    outline: 0;
    border-radius: 5px;
    background-color: #fff;
    height: 120px;
    width: 94%;
    padding: 15px 3%;
}

.ly_right form .btn {
    background-color: #f3c802;
    color: #fff;
    width: 120px;
    margin-top: 15px;
    font-size: 16px;
}

.ly_right form .btn:hover {
    background-color: #fdbe00;
}

/*about*/

.page_about {
    margin: 80px 0;
}

.about_body {
    margin-top: 50px;
}

.about_left {
    height: max-content;
    width: 50%;
    background-color: #f2f2f2;
}

.about_left .content {
    width: 570px;
    padding-right: 30px;
    margin: 0 0 0 auto;
}

.about_left h5 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 40px;
    margin: 40px 0;
    border-bottom: 1px solid #d9d9d9;
}

.about_left p {
    line-height: 2.2;
    font-size: 16px;
    text-align: justify;
    color: #444;
}

.about_left img {
    margin: 40px 0;
}

.about_left img:hover {
    opacity: 0.8;
}

.about_right {
    width: 50%;
    background: url("../images/about.jpg") no-repeat left;
    background-size: cover;
    height: 65vh;
}

/*news*/
.news_list {
    margin-top: 30px;
}

.news_list li {
    width: 32%;
    padding: 40px 15px 55px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news_list li img {
    width: 100%;
    height: auto;
}

.news_list li h5 {
    font-size: 18px;
    display: block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_list li p {
    font-size: 14px;
    text-align: left;
    line-height: 2;
    color: #666;
    margin-bottom: 30px;
}

.news_list li span {
    padding: 7px 10px;
    color: #666;
    border-radius: 30px;
    margin-left: -7px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.news_list li h5:after {
    bottom: 0;
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #ccc;
}

.news_list li:hover {
    box-shadow: 0 1px 20px #ddd;
}

.news_list li:hover span {
    background-color: #094ca8;
    color: #fff;
}

/*footer*/

.footer {
    margin-top: 20px;
    padding-top: 125px;
    padding-bottom: 20px;
    background: url("/skin/images/footerbg.png") no-repeat top center;
    background-color: #313131;
}

.footer_menu {

}

.footer_menu a {
    color: #fff;
    font-size: 16px;
}

.footer_menu i {
    height: 20px;
    width: 1px;
    background-color: #666666;
}

.footer_menu i:last-child {
    width: 0
}

.footer_body {
    background-color: #313131;
    border-top: 1px solid #222;
    color: #fff;
    padding: 40px 0;
}

.footer_body .f_logo {
    height: auto;
}

.footer_body .f_lx {
}

.footer_body li {
    padding-left: 30px;
    line-height: 2.5;

}

.footer_body .f_lx1 li:first-child {
    background: url("/skin/images/ficon1.png") no-repeat left center;
}

.footer_body .f_lx1 li:last-child {
    background: url("/skin/images/ficon3.png") no-repeat left center;
}

.footer_body .f_lx2 li:first-child {
    background: url("/skin/images/ficon2.png") no-repeat left center;
}

.footer_body .f_lx2 li:last-child {
    background: url("/skin/images/ficon4.png") no-repeat left center;
}

.footer_body .ewm {
    text-align: center;
}

.footer_body .ewm p {
    color: #fff;
}

.footer_body .ewm img {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 5px;
}

.copyright {
    background-color: #000000;
    padding: 13px 0;
}

.copyright p, .copyright a {
    color: #8d8d8d;
    font-size: 14px;
}

/*手机端头部*/
.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 1px 8px #bbb;
    display: none;
}

.xymob-head-box {
    position: relative;
    height: 65px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 65%;
    height: 40px;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
    display: inline;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    height: 40px;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 20px auto 20px;
    width: 28px;
    height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #222;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 8%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav > li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.xymob-nav > li > a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu > li {
    border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.xymob-dlbtn {
    margin-top: 40px;
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #292e39;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.xymob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left: 15px;
    }
}

.xymob-search .xymob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.xymob-search .xymob-search-close-btn i:after {
    background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
    left: 0;
}


/*自适应*/


@media (max-width: 1200px) {
    .w1200 {
        width: 92%;
    }

    .header {
        position: fixed;
    }

    .xymob-head {
        display: block;
    }

    .x-header1 {
        display: none;
    }

    .flex {
        flex-wrap: wrap;
    }

    .banner {
        margin-top: 60px;
    }

    .page_pro h1, .page_case h1, .page_about h1, .page_news h1 {
        font-size: 24px;
    }

    .page_pro {
        padding: 35px 0;
    }

    .pro_menu {
        display: none;
    }

    .pro_menu li:first-child {
        display: none;
    }

    .pro_list {
        margin-top: 15px;
    }

    .pro_list li {
        width: 48%;
        border-bottom: 1px solid #ccc;
    }

    .page_ys {
        background-size: cover;
        background-position: revert;
    }

    .ys_left {
        width: 100%;
    }

    .ys_left h1 {
        font-size: 24px;
        margin: 30px 0 0;
        text-align: center;
    }

    .ys_left p {
        display: none;
    }

    .ys_left img {
        display: none;
    }

    .ys_right {
        width: 100%;
        padding: 30px 0;
        overflow: hidden;
    }

    .ys_right li {
        margin-bottom: 12px;
        height: 17vh;
        background-position: 15px 0;
    }

    .ys_right li p:nth-child(2) {
        display: none;
    }

    .ys_right li div {
        padding: 20px 15px;
    }

    .ys_right li h5 {
        font-size: 18px;
    }

    .ys_right li p {
        font-size: 14px;
    }

    .page_case {
        padding: 35px 0;
    }

    .case_menu {
        margin: 20px 0 25px;
    }

    .case_menu li {
        width: 24.5%;
        padding: 12px 0;
        text-align: center;
        border-right: 1px solid #fff;
    }

    .case_menu li h5 {
        font-size: 16px;
    }

    .case_menu li p {
        display: none;
    }

    .case_list li {
        width: 48%;
        margin-bottom: 15px;
    }

    .case_list .case_title {
        padding: 10px 15px;
        font-size: 16px;
    }

    .ly_left {
        padding: 4vh 0;
        width: 100%;
    }

    .ly_left p {

        font-size: 16px;

    }

    .ly_left .tel_t {
        font-size: 18px;
    }

    .ly_left .tel {
        font-size: 26px;
        white-space: nowrap;
    }

    .ly_left h1 {
        font-size: 20px;
        margin: 10px 0 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    .ly_right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 15px;
    }

    .ly_right h1 {
        font-size: 22px;
        margin: 0 0 20px;
    }

    .ly_right form input {
        margin-bottom: 12px;
        padding: 10px 3%;
    }

    .ly_right form textarea {
        height: 80px;
    }

    .ly_right form .btn {
        margin-top: 12px;
    }

    .page_about {
        margin: 35px 0;
    }

    .about_body {
        margin-top: 20px;
    }

    .about_left {
        width: 100%;
    }

    .about_left h5 {
        font-size: 20px;
        padding-bottom: 15px;
        margin: 20px 0 15px;
    }

    .about_left p {
        line-height: 2;
    }

    .about_left img {
        margin: 20px 0;
        width: 60%;
    }

    .about_left .content {
        width: 92%;
        padding-right: 0;
        margin: 0 auto 0 auto;
    }

    .about_right {
        width: 100%;
        height: 35vh;
    }

    .news_list {
        margin-top: 20px;
    }

    .news_list li {
        width: 100%;
        padding: 10px 0 15px;
    }

    .news_list li p {
        margin-bottom: 5px;
    }

    .footer {
        padding-top: 70px;
        padding-bottom: 20px;
        background-size: cover;
    }

    .footer_menu a {
        width: 30%;
        text-align: center;
        margin-bottom: 10px;
    }
.footer_menu a:nth-child(1){
    display: none;
}
.footer_menu i:nth-child(2){
    display: none;
}

    .footer_menu i:nth-child(0) {
        display: none;
    }

    .footer_body .f_logo {
        display: none;
    }

    .footer_body {
        padding: 25px 0;
    }

    .footer_body li {
        line-height: 2.2;
    }

    .footer_body .ewm {
        width: 100%;
        margin-top: 15px;
    }

    .copyright {
        margin-bottom: 54px;
    }

    .copyright p {
        width: 100%;
        text-align: center;
        line-height: 1.8;
    }

    .copyright p, .copyright a {
        font-size: 13px;
    }
}


/* sj foot */

.footer-fix {
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #348fe8;
    z-index: 10;
    display: none;
    height: 54px;
}

.footer-fix ul {
    margin: 0;
    padding: 0;
}

.footer-fix li {
    float: left;
    width: 25%;
    list-style: none;
}

.footer-fix li a {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}

.footer-fix li i {
    display: block;
    height: 25px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 3px;
}

.footer-fix li i.i1 {
    background-image: url(/skin/images/sj1.png);
}

.footer-fix li i.i2 {
    background-image: url(/skin/images/sj2.png);
}

.footer-fix li i.i3 {
    background-image: url(/skin/images/sj3.png);
}

.footer-fix li i.i4 {
    background-image: url(/skin/images/sj4.png);
}

@media only screen and (max-width: 760px) {
    footer {
        padding-bottom: 75px;
    }

    .footer-fix {
        display: block;
    }
}