﻿@charset "utf-8";
@font-face {
    font-family: 'FontAwesome';
    src: url(../../static/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
    src: url(../../static/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../../static/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../../static/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../../static/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../../static/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}

html, body, button, input, select, textarea {
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", arial, tahoma, "\5b8b\4f53", sans-serif;
    color: #2F2F2F;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, html {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    margin: 0;
    padding: 0;
    height: auto;
    max-width: 100%;
    border: 0;
}
i, em {
    font-style: normal;
}

ol, ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
    font-weight: normal
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #2F2F2F;
    outline: none;
}

a:hover {
    color: #ff7e00;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

/**
***清理浮动**/
.clear:after, .clear:before {
    content: '';
    display: table;
}

.clear:after {
    clear: both;
    overflow: hidden;
}

.clear {
    *zoom: 1;
}

body {
    font-size: 14px;
    background-color: #fff;
}

#m-menu-cover {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.box {
    width: 100%;
    float: left;
}

.thinklog_pages a.current, .thinklog_pages a.current span, .thinklog_pages a:hover, .thinklog_pages a:hover span {
    border: #2F2F2F 1px solid;
    background: #2F2F2F;
    color: #fff;
}

/*broswer check*/
.m-browser-mask {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .85;
    filter: alpha(opacity=85);
    z-index: 9000
}

.m-browser-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    height: 500px;
    margin: -250px 0 0 -500px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(200, 200, 200, .75);
    box-shadow: 0 0 10px rgba(200, 200, 200, .75);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 45px;
    z-index: 9999
}

.m-browser-box .title {
    font-size: 30px;
    padding: 20px 0;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-left: 30px
}

.m-browser-box .subtitle {
    font-size: 22px;
    color: #717171;
    padding: 25px 0 25px 30px
}

.m-browser-box .list {
    width: 100%;
    height: 200px;
    margin-top: 50px
}

.m-browser-box .list li {
    float: left;
    width: 33%;
    margin-left: -55px
}

.m-browser-box .list li a {
    display: block
}

.m-browser-box .list li a .i-chrome, .m-browser-box .list li a .i-firefox, .m-browser-box .list li a .i-safari {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.m-browser-box .list li a .i-chrome {
    background: url(../images/i-chrome.jpg) center no-repeat
}

.m-browser-box .list li a .i-firefox {
    background: url(../images/i-firefox.jpg) center no-repeat
}

.m-browser-box .list li a .i-safari {
    background: url(../images/i-safari.jpg) center no-repeat
}

.m-browser-box .list li a .text {
    display: block;
    font-size: 14px;
    text-align: center
}

.wrap {
    width: 1200px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.topbar {
    width: 100%;
    height: 36px;
    color: #424242;
    background-color: #FAFAFA;
    line-height: 36px;
    font-size: 12px;
    border-bottom: 1px solid #F4F4F4;
    clear: both;
}

.topbar a {
    color: #424242;
    height: 12px;
    display: inline-block;
    padding-right: 14px;
    border-right: 1px solid #ccc;
    margin-right: 14px;
    line-height: 14px;
}

.topbar .fr a:last-child, .topbar .fl a:last-child {
    border-right: none;
}

.header {
    width: 100%;
    float: left;
    clear: both;
    height: 90px;
    line-height: 110px;
    text-align: center;
}

.header .wrap {
    height: 90px;
    display: block;
    line-height: 90px;
}

.header .alogo {
    display: block;
    float: left;
    line-height: 60px;
    height: 90px;
    vertical-align: middle;
    position: absolute;
    left: -3%;
}

.header a.alogo img {
    vertical-align: middle;
    max-width: 320px;
    width: auto;
    display: block;
    margin-top:5px;
}

.header-menu {
    height: 90px;
    line-height: 90px;
    width: 868px;
    float: right;
    position: relative;
}

.header-menu .menu::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .286rem;
    content: '';
    vertical-align: middle;
    border-top: .286rem solid;
    border-right: .286rem solid transparent;
    border-left: .286rem solid transparent;
    margin-right: 0;
    margin-left: .3em;

}
.header-menu .menu:hover::after {
    color: #fff;
}

.header-menu a {
    color: #232323;
}

.header-menu li.cate0 {
    height: 90px;
    line-height: 90px;
    float: left;
    text-align: center;
    font-weight: normal;
    position: relative;
    white-space: nowrap;
    width: 90px;
}

.header-menu li.cate0 a {
    color: #232323;
}

.header-menu li.cate0.active, .header-menu li.cate0:hover {
    background-color: #0175BA;
}

.header-menu li.cate0.active > a, .header-menu li.cate0:hover > a {
    color: #fff;
}

.header-menu .htel {
    color: #0175BA;
    position: absolute;
    right: 0;
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
}

.header-menu .cate1 {
    display: none;
    position: absolute;
    top: 90px;
    left: -45px;
    width: 180px;
    z-index: 99999;
    float: left;
    background-color: #fff;
}

.header-menu .cate1 a {
    color: #1f1f1f;
    font-size: 14px;
}

.header-menu .cate1 li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-menu .cate1 li a {
    color: #2F2F2F;
    display: block;
    width: 100%;
    height: 100%;
}

.header-menu .cate2 {
    width: auto;
    white-space: nowrap;
}

.header-menu .cate2 {
    display: none;
    position: absolute;
    left: 100%;
    top: -0px;
    background-color: #fff;
}

.header-menu .cate2 li {
    padding: 0 10px;
}

.header-menu .cate1 li:hover, .header-menu .cate1 li:hover a {
    background: #108bed;
    color: #fff;
}
/*
.header-menu .cate1 li:hover .cate2 {
    opacity: 1;
}*/


#m-menu {
    display: none;
}

@media (max-width: 720px) {
    .topbar {
        display: none;
    }

    .wrap {
        width: 6.64rem;
        overflow: hidden;
        position: relative;
    }

    .header,
    .header .wrap {
        height: 1.1rem;
        vertical-align: middle;
        line-height: 1.1rem;
        overflow: visible;
        /*position: initial;*/
        top: 0;
        z-index: 999;
        background: #f6f6f6;
    }

    .header .alogo,
    .header .alogo img {
        height: .54rem;
        line-height: 1.1rem;
        vertical-align: middle;
        margin-left: 13px;
        margin-top: 8px !important;
    }

    #m-menu {
        display: block;
        z-index: 999999999;
        position: absolute;
        right: 0;
        top: .4rem;
    }

    #m-menu img {
        width: .29rem;
    }

    .header-menu {
        position: absolute;
        left: 12px;
        width: 100%;
        height: auto;
        z-index: 999999;
        background: url(../images/bg-menu.png) top left no-repeat;
        background-size: 100% 100%;
        background-attachment: fixed;
        padding: 20px 0;
        box-sizing: border-box;
        top: 50px;
        display: none;
        border-radius:8px;
        font-size:12px;
    }

    .header-menu .menu::after {
        content:unset;
    }

    .header-menu li.cate-home {
        display: block;
    }

    .header-menu li.cate0 {

        width: 83%;
        float: left;
        margin-left: .37rem;
        height: auto;
        border-bottom: 1px solid #ededed;
        line-height: .7rem;
        /*padding-left: .45rem;*/
        text-align: left;
        background: unset;
        /*background-size: .22rem;*/
    }
    .header-menu li.cate0.active {
        background-color: unset;
        color: #232323;
    }
    .header-menu li.cate0.active .sub {
        background-color: #0175BA;
        display:block;
        width:100%;
    }
    .header-menu li.cate0.active .cate1 {
        display:block;
    }
    .header-menu li.active:hover .sub {
        color:#fff;
    }
    /*.header-menu li.cate0.active > a, .header-menu li.cate0:hover > a {
        color: #232323;
    }*/
    .header-menu li.cate0.default .cate1 {
        display: block;
    }

    .header-menu li.cate0.menu .cate1 {
        /*display: block;*/
        position: initial;
        padding-left: 38px;
    }

    .header-menu li.cate0.menu a {
        width: 100%;
        display: block;
        font-size: 12px;
    }
    .header-menu .cate0 .icon {
        background-size: .22rem !important;
        float: left;
        margin-top: 6px;
        width: 29px;
        height: 22px;
    }
    .header-menu .cate0 .icon1 {

        background: url(../images/nav0.png) center center no-repeat;
 
    }
    .header-menu .cate0 .icon2 {
        background: url(../images/nav1.png) center center no-repeat;
    }
    .header-menu .cate0 .icon3 {
        background: url(../images/nav2.png) center center no-repeat;
    }

    .header-menu .cate0 .icon4 {
        background: url(../images/nav3.png) center center no-repeat;
    }
    .header-menu .cate0 .icon5 {
        background: url(../images/nav4.png) center center no-repeat;
    }
    .header-menu .cate0 .icon6 {
        background: url(../images/nav5.png) center center no-repeat;
    }
    .header-menu .cate0 .icon7 {
        background: url(../images/nav6.png) center center no-repeat;
    }


    .header-menu li.cate0.on, .header-menu li.cate0:hover {
        background-color: #fff;
        color: #1996fa;
        display: block !important;
    }

    .header-menu li.cate0.on a, .header-menu li.cate0:hover a {
        color: #1996fa;
    }

    /*.header-menu li.cate0:nth-child(2) {
        background-image: url(../images/nav1.png);
    }

    .header-menu li.cate0:nth-child(3) {
        background-image: url(../images/nav2.png);
    }

    .header-menu li.cate0:nth-child(4) {
        background-image: url(../images/nav3.png);
    }

    .header-menu li.cate0:nth-child(5) {
        background-image: url(../images/nav4.png);
    }

    .header-menu li.cate0:nth-child(6) {
        background-image: url(../images/nav5.png);
    }

    .header-menu li.cate0:nth-child(7) {
        background-image: url(../images/nav6.png);
    }

    .header-menu li.cate0:nth-child(8) {
        background-image: url(../images/nav7.png);
    }

    .header-menu li.cate0:nth-child(1):hover {
        background-image: url(../images/nav0-on.png);
    }

    .header-menu li.cate0:nth-child(2):hover {
        background-image: url(../images/nav1-on.png);
    }

    .header-menu li.cate0:nth-child(3):hover {
        background-image: url(../images/nav2-on.png);
    }

    .header-menu li.cate0:nth-child(4):hover {
        background-image: url(../images/nav3-on.png);
    }

    .header-menu li.cate0:nth-child(5):hover {
        background-image: url(../images/nav4-on.png);
    }

    .header-menu li.cate0:nth-child(6):hover {
        background-image: url(../images/nav5-on.png);
    }

    .header-menu li.cate0:nth-child(7):hover {
        background-image: url(../images/nav6-on.png);
    }

    .header-menu li.cate0:nth-child(8):hover {
        background-image: url(../images/nav7-on.png);
    }*/

    .header-menu li.cate0:last-child {
        border-bottom: none;
    }

    .header-menu li.cate0 ul {
        display: none;
    }

    .header .htel {
        display: none;
    }

    .footerNav .footerNav-title {
        font-size: 24px !important;
        text-align: center;
    }
    .footerNav .nav-item a{
        font-size:12px;
        padding-left:12px;
    }
    .footerNav .nav-msg .foot-tel{font-size:19px !important;}
}

/* 品牌介绍 */
.aboutHome {
    width: 67%;
    box-sizing: border-box;
    background: #fff;
    margin: 0 auto;
    padding-top: 40px;
}
.aboutHome .wrapper figure {
    position: relative;
    height: 323px;
    margin-left: 0;
    width: 432px;
}

.aboutHome .wrapper {
    display: inline-flex;
    justify-content: space-between;
    margin-top: 80px;
}
/* .aboutHome .wrapper img{width: 100%;min-height: 100%;max-height: 100%} */
.aboutHome .wrapper .img_box {
    width: 48%;
    margin-right: 40px;
    overflow: hidden;
}

.aboutHome .wrapper .about_box {
    width: 50%;
}

.aboutHome .wrapper .about_box h1, .proHome_list h1, .video_show h1, .caseHome h1, .newsHome h1 {
    font-size: 24px;
    color: #0a4f79;
    font-weight: bold;
    display: inline-block
}

.aboutHome .wrapper .about_box h2, .proHome_list h2, .video_show h2, .caseHome h2, .newsHome h2 {
    font-size: 24px;
    color: #0c3071;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase
}

.aboutHome .wrapper .about_box span, .proHome_list .title span, .video_show .title span, .caseHome .title span, .newsHome .title span {
    font-size: 24px;
}

.aboutHome .wrapper .about_box > p {
    -webkit-line-clamp: 5;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 12px 0;
    min-height: 256px;
}

.aboutHome .wrapper .about_box .more, .proHome_list a.more, .video_show a.more, .newsHome a.more {
    font-size: 14px;
    z-index: 5;
    border-radius: 5px;
    padding: 5px 30px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    background: #0a4f79;
}

.multi_row {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
}
.morebtn {
    width: 100%;
    text-align: center;
}

.aboutHome .wrapper .about_box .more, .proHome_list a.more, .video_show a.more, .newsHome a.more {
    font-size: 14px;
    z-index: 5;
    border-radius: 5px;
    padding: 5px 30px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    background: #0a4f79;
    float: left;
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}

.newsHome .morebtn {
    text-align: left;
    margin-top: 2%
}

.aboutHome .hvr-bounce-to-bottom::before {
    background: #c9ebff;
}
/* .aboutHome .hvr-bounce-to-bottom{background: #c9ebff;} */
.aboutHome .hvr-bounce-to-bottom:hover {
    color: #000;
}


@media screen and (max-width:767px) {
    .aboutHome {
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        margin: 0 auto;
        padding-top: 40px;
    }

    .aboutHome .wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .aboutHome .wrapper {
        display: unset;
        float: unset;
    }

    .aboutHome .wrapper .img_box {
        width: 100%;
        margin-right: 0px;
    }

    .aboutHome .wrapper .img_box img {
        width: 100%;
        height: auto;
    }

    .aboutHome .wrapper .about_box {
        width: 85%;
        padding: 20px 0;
        margin: 0 auto;
    }


    .aboutHome .wrapper .about_box h1, .proHome_list h1, .video_show .title h1, .caseHome h1, .newsHome h1 {
        font-size: 16px;
    }

    .aboutHome .wrapper .about_box h2, .proHome_list h2, .video_show .title h2, .caseHome h2, .newsHome h2 {
        font-size: 14px;
    }

    .aboutHome .wrapper .about_box span, .proHome_list .title span, .video_show .title span, .caseHome .title span, .newsHome .title span {
        font-size: 16px;
    }

    .aboutHome .wrapper .about_box p {
        margin: 5% 0;
    }

    .aboutHome .wrapper .about_box .more, .proHome_list a.more, .video_show a.more, .newsHome a.more {
        font-size: 12px;
        padding: 4px 11%;
        float: unset;
        margin: 0 30%;
        display: block;
    }

    .aboutHome figure {
        margin: 0 auto !important;
        width: 350px !important;
    }

    a.more {
        float: unset;
    }
}

.footer {
    background-color: #313131;
    padding: 50px 0;
    float: left;
}

.copyright {
    background-color: #3a3a3a;
    font-size: 12px;
}

.g3tit {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    color: #848484;
}

.g3tit .t1 {
    font-size: 220%;
    padding-bottom: 10px;
    border-bottom: 1px solid #555;
}

.g3tit .t2 {
    text-align: center;
    padding-top: 5px;
    width: 50%;
    margin: 0 auto;
    background-color: #313131;
    margin-top: -5px;
}

.g3form {
    color: #848484;
    margin: 50px 0;
}

.g3form li {
    padding: 0 25px;
    float: left;
    width: 33.3%;
}

.g3form li p {
    padding-bottom: 10px;
}

.g3form li input {
    width: 100%;
    background-color: #313131;
    border: 1px solid #848484;
    padding: 5px 10px;
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
    color: #fff;
}

.submit-wrap {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px;
}

.submit-wrap a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #848484;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
}

.submit-wrap:hover a {
    animation-fill-mode: both;
    background-color: #fff;
    color: #313131;
    animation-duration: 2s;
    animation-name: bounceIn;
}

@media (max-width: 720px) {
    .footer {
        margin-top:0.5rem;
        background-color: #313131;
        padding: .4rem 0;
        float: left;

    }
    .g3tit {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 30px;
        color: #fff;

    }

    .g3tit .t1 {
        font-size: .3rem;
        padding-bottom: .1rem;
        border-bottom: 1px solid #555;
    }

    .g3tit .t2 {
        text-align: center;
        font-size: .16rem;
        padding-top: .1rem;
        width: 40%;
        margin: 0 auto;
        background-color: #313131;
        margin-top: -.05rem;
    }

    .g3form {
        color: #848484;
        margin:0;
        display: block;
        clear: both;
        float: left;
        width: 100%;
    }

    .g3form li {
        padding: 0;
        float: left;
        width: 50%;
    }

    .g3form li:nth-child(1),
    .g3form li:nth-child(2) {
        width: 50%;
    }

    .g3form li:nth-child(3) {
        width: 100%;
        height: 1.38rem;
        float: left;
        clear: both;
    }

    .g3form li:nth-child(1) {
        padding-right: .12rem;
    }

    .g3form li:nth-child(2) {
        padding-left: .12rem;
    }

    .g3form li p {
        padding-bottom: .1rem;
        font-size: .22rem;
        color: #fff;
    }

    .g3form li input {
        font-size: .2rem;
        width: 100%;
        box-sizing: border-box;
        background-color: #313131;
        border: 1px solid #848484;
        padding: 0;
        padding-left: 5px;
        border-radius: 2px;
        height: .64rem;
        line-height: .64rem;
        color: #fff;
    }

    .g3form li:nth-child(3) input {
        width: 100%;
        height: 1.38rem;
        line-height: .64rem;
    }

    .submit-wrap {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0;
        clear: both;
        margin-top:.6rem;
    }

    .submit-wrap a {
        display: inline-block;
        width: 100%;
        height: .66rem;
        border: none;
        background: #108bed;
        line-height: .66rem;
        border-radius: 0;
        color: #fff;
        font-size: .3rem;
    }

    .submit-wrap:hover a {
        animation-fill-mode: both;
        background-color: #fff;
        color: #313131;
        animation-duration: 2s;
        animation-name: bounceIn;
    }
}

.links {
    line-height: 2em;
    font-size: 12px;
}

.links, .links a {
    color: #b8b8b8;
}

.links .col-1 {
    width: 33%;
    float: left;
}

.links .col-2 {
    width: 37%;
    float: left;
}

.links .col-2 .t1 {
    font-size: 200%;
    padding-left: 10px;
    margin-bottom: 10px;
}

.links .col-2 a {
    display: inline-block;
    padding-right: 10px;
    margin-left: 10px;
    height: 12px;
    line-height: 12px;
    border-right: 1px solid #535353;
}

.links .col-3 {
    float: right;
}

.links .col-3 .qrcode {
    background: url("../images/bg-qrcode.png") no-repeat;
    width: 100px;
    height: 100px;
    padding: 10px;
    float: left;
}

.links .col-3 .qrcode img {
    width: 94px;
    height: 94px;
    border: 3px solid #fff;
}

.links .col-3 .qrt {
    float: left;
    margin-left: 15px;
    padding-top: 30px;
}

@media (max-width: 720px) {
    .links {
        width: 100%;
        float: left;
        font-size: .2rem;
    }

    .links .col-1 {
        margin-top: .5rem;
    }

    .links .col-1, .links .col-3 {
        text-align: center;
        width: 100%;
    }

    .links .col-2 {
        display: none;
    }

    .links .col-3 {
        width: 100%;
        float: left;

    }

    .links .col-3 .qrcode {
        background: none;
        margin-top: .2rem;
        width: 100%;
        height: 2rem;
        padding: 0;
        vertical-align: middle;
        float: none;
        text-align: center;
    }

    .links .col-3 .qrcode img {
        width: 1.8rem;
        height: 1.8rem;
        border: .1rem #fff solid;
        vertical-align: middle;
        display: inline-block;
        float: inherit;
    }

    .links .col-3 .qrt {
        float: left;
        width: 100%;
        clear: both;
        margin-left: 0;
        padding-top: 0;
        margin-top:.2rem;
    }

    .copyright {
        display: none;
    }
    .caseGrop {
        padding: 0 0px 0 0px !important;
    }
}

a.more {
    display: inline-block;
    float: right;
    color: #036eb8;
}

.copyright .wrap {
    padding: 10px 0;
    color: #939393;
    line-height: 30px;
}

.copyright .wrap a {
    color: #939393;
}

.cate-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #979797;
    float: left;
    /*margin:35px 0px;
    }

.cate-title .cn {
    float: left;
    height: 30px;
    line-height: 30px;
    border-left: 5px solid #e81c23;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    color: #2d2d2d;
    display: inline-block;
}

.position {
    float: right;
    text-align: right;
}

.content .doc-info {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0px;
    border: 1px dashed #9c9c9c;
}

.content .doc-info span {
    color: #858585;
    padding-left: 20px;
}

.content .content-text {
    width: 100%;
    float: left;
    min-height: 500px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 250%;
}

.content .prevnext {
    width: 100%;
    float: left;
    margin: 50px 0px;
    border-top: 1px dashed #9c9c9c;
    line-height: 40px;
    padding-top: 20px;
}

.qqkefu{
    position: fixed;
    top:50%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    left: 30px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float: left;
    background:#055fb2;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left:0;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background:#3893ec;
}
.qqkefu ul li.top{
    background:url("../images/back.png") no-repeat center #055fb2;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}
.qqkefu ul li.top:hover{
    background:url("../images/back.png") no-repeat center #3893ec;
}
.qqkefu ul li div{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float: left;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li div.a{
    background:url(../images/qq.png) no-repeat center center;
}
.qqkefu ul li div.b{
    background:url(../images/zixun.png) no-repeat center center;
}
.qqkefu ul li div.c{
    background:url(../images/weixin.png) no-repeat center center;
}
.qqkefu ul li div.e{
    background:url(../images/tel.png) no-repeat center center;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}
.erweima{
    width: 130px !important;
    height: 150px !important;
    position: absolute;
    top: -107px;
    right: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    background:url(../images/czx6.png) no-repeat;
    position: absolute;
    right: -5px;
    top: 122px;
}

.caseGrop {
    text-align: center;
    padding: 80px 0px 50px 0px;
    width:100% !important;
}

.caseBtn {
    padding: 10px 50px;
    color: #fff;
    background: #0a4f79;
    border: 0;
    cursor: pointer;
    margin-top:45px;
}

.caseBtn:hover {
    background: #0175BA;
    color: #fff;
}


.model {
    margin-top: 3px;
}

.model .context {
    width: 100%;
    /*min-height: 635px;*/
    padding-top: 47px;
    text-align: center;
}

.model .context h3 {
    font-size: 22px;
    position: relative
}

.model .context h3:after {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    content: "";
    bottom: -15px;
    width: 46px;
    height: 5px;
    background: #F66F6A;
    border-radius: 2px;
}

.model .context .items {
    width: 90%;
    max-width: 1449px;
    margin: 58px auto;
    /*padding-bottom: 110px;*/
}

.model .context .items ul li {
    width: 80px;
    height: 89px;
    margin-left: 4.78%;
    float: left;
    cursor: pointer;
    position: relative
}

.model .context .items ul li:hover span, .model .context .items ul li.active span {
    /*font-weight: bold;*/
    color: #333333;
}

.model .context .items ul li:hover span:after, .model .context .items ul li.active span:after {
    position: absolute;
    width: 40px;
    left: 51%;
    margin-left: -22px;
    height: 3px;
    content: "";
    background: #0175ba;
    bottom: -16px;
}

.model .context .items ul li span {
    padding-top: 23px;
    height: 23px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    display: block;
    width:76px
}

.model .context .items ul li .icon {
    width: 65px;
    height: 54px;
    margin: 0 auto;
}

.model .context .items ul li .icon1 {
    background: url(../images/icon/all.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li:hover .icon1, .model .context .items ul li.active .icon1 {
    background: url(../images/icon/all1.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li .icon2 {
    background: url(../images/icon/pcbook.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li:hover .icon2, .model .context .items ul li.active .icon2 {
    background: url(../images/icon/pcbook1.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li .icon3 {
    background: url(../images/icon/pc.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li:hover .icon3, .model .context .items ul li.active .icon3 {
    background: url(../images/icon/pc1.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li .icon4 {
    background: url(../images/icon/office.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li:hover .icon4, .model .context .items ul li.active .icon4 {
    background: url(../images/icon/office1.png) no-repeat center center;
    background-size: contain;
}
.model .context .items ul li .icon5 {
    background: url(../images/icon/print.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li:hover .icon5, .model .context .items ul li.active .icon5 {
    background: url(../images/icon/print1.png) no-repeat center center;
    background-size: contain;
}


.model .context .items ul li .icon6 {
    background: url(../images/icon/LED.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li:hover .icon6, .model .context .items ul li.active .icon6 {
    background: url(../images/icon/LED1.png) no-repeat center center;
    background-size: contain;
}



.model .context .items ul li .icon7 {
    background: url(../images/icon/camera.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li:hover .icon7, .model .context .items ul li.active .icon7 {
    background: url(../images/icon/camera1.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li .icon8 {
    background: url(../images/icon/media.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li:hover .icon8, .model .context .items ul li.active .icon8 {
    background: url(../images/icon/media1.png) no-repeat center center;
    background-size: contain;
}


.model .context .items ul li .icon9 {
    background: url(../images/icon/network.png) no-repeat center center;
    background-size: contain;
}

.model .context .items ul li:hover .icon9, .model .context .items ul li.active .icon9 {
    background: url(../images/icon/network1.png) no-repeat center center;
    background-size: contain;
}

#banner {width:100%;height: auto;overflow: hidden;}

#banner .swiper-slide img {width:100%; height: auto;}
#banner img {width:100%; height: auto;}
#banner{position:relative}
#banner a{display: block;}
#banner a img{ display: block; width: 100%;}
@media screen and (max-width:768px){
    #banner{position:relative}
    #banner .swiper-container .swiper-pagination-bullet{width:25px;height:3px;border-radius:0;background-color:#fff;opacity:1}
    #banner .swiper-container .swiper-pagination-bullet-active{background-color:#656565}
    #banner .swiper-container .swiper-button-next,#banner .swiper-container .swiper-button-prev{width:.27rem;height:.44rem;background-size:14px 44px}
.bgImg {display: block; overflow: hidden; position: relative;}
.bgImg img {width:100%;height: auto;display: block;}
}


.app .banner img {
    max-height: 403px;
}

.app .context {
    width: 100%;
    min-height: 430px;
    padding-top: 62px;
    text-align: center;
}


.app .context .items {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    margin-top:110px;
}

.app .context .items ul li {
    width: 24%;
    height: 330px;
    margin: 0 6px;
    text-align: center;
    float: left;
    margin-bottom:120px;
}

.app .context .items ul li img {
    width: 290px;
    height: 200px;
}

.app .context .items ul li .title {
    display: block;
    width: 290px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    line-height: 58px;
    color: #333;
}

.app .context .items ul li .introduce {
    display: block;
    width: 290px;
    height: 80px;
    text-align: justify;
    margin: 0 auto;
    line-height: 20px;
    color: #999;
}

.app .context .items ul li:hover span:after {
    content: none;
}

.app .context .items ul li:hover span.introduce {
    background-color: #0175BA;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: bounceIn;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:10px;
    color:#fff;
}


.videoUrl {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 999;
}

.videoOfficail {
    max-width: 1400px;
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.videoUrl img {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    padding: 10px;
}

#video {
    width: 100%;
    height: auto;
}


@media (max-width:900px) {
    .model .context .items ul li {
        margin-left: 8%;
        width: 65px;
    }

    .model .context .items {
        width: 385px;
    }

    .model .context .items ul li span {
        font-size: 14px;
    }
}

@media (max-width:615px) {
    .model .context .items ul li {
        margin-left: 0;
        width: 90px;
    }

    .model .context {
        min-height: 388px;
    }

    .model .context h3 {
        font-size: 18px;
    }

    .model .context .cloud-1-2 {
        margin-top: 30px;
    }

    .model .context .items {
        width: 220%;
    }

    .model .context .items ul li .icon {
        background-size: 60% 60%;
    }
    .model .context .items ul li:hover .icon,.model .context .items ul li.active .icon {
        background-size: 60% 60%;
    }
}



/* 产品 */
.productHome {
    padding: 10px 0 20px 0;
}

.title {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.title dt {
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.title dt h5 {
    font-size: 20px;
    color: #333;
    margin-right: 15px;
    line-height: 1;
}

.title dt p {
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    line-height: 28px;
}

.title dd a {
    display: inline-block;
    padding: 0px 18px;
    line-height: 30px;
    color: #444;
    margin-bottom: 15px;
}

.title dd a.active {
    color: #fff;
    background-color: #f8b318;
    margin: 0 5px;
}

.title dd a.active.radius {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.productHome ul {
    width: 100%;
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.productHome ul li {
    width: 23%;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.productHome ul li.fake {
    height: 1px;
    overflow: hidden;
    line-height: 0;
    opacity: 0;
    padding-bottom: 0;
}

.productHome ul li a {
    display: block;
}

.productHome ul li .previous {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.productHome ul li .previous img {
    width: 100%;
}

.productHome ul li .afterwards {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: -10%;
    left: 0;
    z-index: 0;
    width: 100%;
    min-height: 90%;
    box-sizing: border-box;
    padding: 16px;
    background-color: rgba(1, 117, 186, 0.75);
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
}



.productHome ul li:hover .playlayer {
    display: block;
}

.productHome ul li:hover .playlayer .fa-play-circle-o {
    animation-name: fadeInDown;
    -webkit-animation: fadeInDown;
    animation-duration: 0.8s !important;
    -webkit-animation-duration: 0.8s !important;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;

}

.productHome ul li  .playlayer {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    border-radius: 9px;
    position: absolute;
    top: 0;
    z-index: 198;
    cursor: pointer;
    display: none;
}

.productHome ul li .playlayer .fa-play-circle-o {
    font-size: 50px;
    margin-left: 115px;
    margin-top: 90px;
    color: #fff;
}



.productHome ul li:hover .afterwards {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    z-index: 10;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
}

.productHome ul li .afterwards p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.productHome ul li .afterwards p i.iconfont {
    font-size: 26px;
    color: #fff;
    font-weight: 400;

}

.productHome ul li .afterwards article {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    max-height: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.productHome ul li a > h5 {
    font-size: 15px;
    color: #444;
    text-align: center;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productHome ul li a > p {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    text-align: center;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width:1100px) {
    .productHome ul li {
        width: 31%;
    }
}

@media screen and (max-width:768px) {
    .productHome ul {
        margin-top: 20px;
    }
    .productHome ul li .playlayer {
        display: block;

    }
    .productHome ul li .playlayer .fa-play-circle-o {
        font-size: 36px;
        margin: 0 auto;
        color: #fff;
        width: 36px;
        margin-top: 30%;
        display: block;
    }
    .productHome ul li {
        width: 49.5%;
        margin-bottom: 10px;
    }
}




.footerNav ul, .footerNav li {
    margin: 0;
    padding: 0
}

.footerNav ul li {
    list-style: none
}

.footerNav .ui-full-img img {
    display: block;
    width: 149px;
    position: relative;
    left: -36px;
}

.footerNav {
    background-color: #0a4f79;
}

.footerNav .container {
    padding-top: 40px;
    padding-bottom: 40px
}

.footerNav .float-left {
    float: left
}

.footerNav .float-right {
    float: right
}

.footerNav .clearfix:after {
    display: block;
    content: " ";
    width: 0;
    height: 1px;
    clear: both
}

.footerNav .nav-title a {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 16px !important;
    padding-left: 8px;
}

.footerNav .logo-warp, .footerNav .logo-warp img {
    display: block
}

.footerNav .logo-warp img {
    width: 100%
}

.footerNav .code-title {
    text-align: center;
    color: #ffffff
}

.footerNav .code-warp {
    margin-top: 15px;
    text-align: center
}

.footerNav .code-content {
    margin-right: 10px;
    display: inline-block;
    text-align: center
}

.footerNav .code-content:last-child {
    margin-right: 0
}

.footerNav .nav-item a {
    color: #d1dde8;
    transition: color 0.2s;
    -webkit-transition: color 0.2s display:block;
    height: 20px;
    line-height: 20px;
    overflow: hidden
}

.footerNav .nav-title a:hover span, .footerNav .nav-item a:hover span {
    color: #fff !important;
}

@media screen and (min-width:1024px) {
    .footerNav .foot-wrap {
        float: left
    }

    .footerNav .foot-item {
        margin-right: 10px;
        width: 130px;
        float: left
    }

    .footerNav .nav-title {
        height: 50px;
        line-height: 50px;
        overflow: hidden
    }

    .footerNav .nav-title .icon {
        display: none
    }

    .footerNav .nav-item {
        margin-bottom: 12px;
        overflow: hidden
    }

    .footerNav .nav-list {
        margin-top: 15px display: none;
        margin-left: 10px;
    }

    .footerNav .nav-list .nav-item:first-child {
        margin-top: 20px;
    }

    .footerNav .nav-list .nav-item {
        margin-top: 16px;
    }

    .footerNav .nav-list .nav-item a {
        font-size: 14px;
    }

    .footerNav .block-auto {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .footerNav .foot-msg {
        float: right
    }

    .footerNav .code-content {
        width: 80px
    }

    .footerNav .logo-warp {
        margin: 0 auto;
        width: 170px
    }

    .footerNav .code-title {
        margin-top: 15px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .footerNav .foot-wrap {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .footerNav .foot-item {
        margin-right: 10px;
        width: 110px;
        float: left
    }

    .footerNav .nav-title {
        height: 50px;
        line-height: 50px;
        overflow: hidden
    }

    .footerNav .code-content p {
        display: inline-block;
        line-height: 18px
    }

    .footerNav .nav-item {
        margin-bottom: 12px;
        overflow: hidden
    }

    .footerNav .block-auto {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .footerNav .foot-msg {
        margin: 0 auto;
        text-align: center;
        float: none
    }

    .footerNav .logo-warp {
        margin: 20px auto 0;
        width: 210px
    }

    .footerNav .code-content {
        width: 100px
    }

    .footerNav .code-content p {
        display: inline-block;
        width: 70px;
        font-size: 14px;
        line-height: 16px
    }

    .footerNav .code-title {
        margin-top: 5px
    }

    .footerNav .nav-title {
        overflow: hidden
    }

    .footerNav .nav-item {
        margin-right: 10px;
        width: 100px
    }
}

@media screen and (max-width:767px) {
    .footerNav .foot-item {
        margin-top: 30px;
    }

    .footerNav .foot-item:first-child {
        margin-top: 0;
    }

    .footerNav .nav-title {
        position: relative;
        line-height: 24px;
        height: 24px;
    }

    .footerNav .nav-title .icon {
        position: absolute;
        right: 0;
        line-height: 24px;
        color: #666666;
        color: #ffffff;
    }

    .footerNav .foot-item.active .icon {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }





    .footerNav .foot-msg {
        margin-top: 30px;
    }

    .footerNav .nav-msg {
    }

    .footerNav .logo-warp {
        margin: 0 auto;
        width: 150px;
    }

    .footerNav .code-warp {
        text-align: center;
    }

    .footerNav .code-content {
        width: 70px;
    }

    .footerNav .code-content p {
        display: inline-block;
        width: 70px;
        font-size: 14px;
        line-height: 16px;
    }

    .footerNav .code-title {
        margin-top: 5px;
    }
}

.footerNav .nav-msg .foot-tel {
    font-size: 30px;
    text-shadow: none;
    color: #ffffff;
    display: block;
    font-weight: 600;
}

.footerNav .nav-msg .foot-title {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    text-shadow: none;
    color: #ffffff;
    display: block;
    font-weight: 600;
}

.footerNav .message {
    text-align: center;
}

.footerNav .message .btn-message {
    width: 102px;
    height: 32px;
    line-height: 32px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 14px;
    padding: 0 0 0 26px;
    margin-top: 8px;
    text-align: left;
    color: #3a87ae;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    box-sizing: content-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.footerNav .footerNav-title {
    max-width: 379px;
    width: 100%;
    margin: 0 auto;
    font-size: 36px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}


.footerBeian {
    background: #121929;
    color: #445062;
    padding: 20px 0px;
    font-size: 16px;
}

.footerBeian a {
    color: #fff;
}

.footerBeian a:hover {
    color: #55acee
}

.footerBeian .btn-outline.btn-default {
    color: #06202e;
    border-color: #575b60
}

.footerBeian .powered_by_metinfo a {
    color: #55acee;
}

.footerBeian.border-top1 {
    border-color: #8e8e8e
}

.footerBeian p {
    font-size: 14px;
}


.container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

.container::after {
    display: table;
    clear: both;
    content: ''
}

@media (min-width:480px) {
    .container {
        width: 606px
    }
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1220px;
    }
}



@media (min-width:1600px) {
    .container {
        width: 1500px
    }
}


.navigationscroll {
    position: fixed !important;
    width: 100%;
    top: 0;
    height: 90px;
    left: 0;
    /* margin-left: -674px; */
    margin-left: 0;
    background: rgba(234, 234, 234, 0.90);
    z-index: 999;
}

.mobileFooter {
    display: none;
}
.foot_3{float:left; display:inline; width:300px;}
.foot_3_p1{font-size:18px; color:#999; margin-left:20px;}
.foot_3_p2{padding-left:30px; display:block; line-height:180%; margin-top:8px; padding-top:8px; max-width:279px !important;}
.foot_3_p2 .tag_txt{width:249px}
.foot_3_p3{overflow:hidden; clear:both; width:90px; height:25px; margin:0 auto; background:#e86918; text-align:center; line-height:25px; margin-top:5px;}
.foot_3_p4{clear:both; overflow:hidden; padding-top:15px;margin-left: 30px;}
.foot_3_p4 a{float:left; display:inline;width:125px; text-align:center; color:#999;margin-left: 21px;}
.foot_3_p4 a img{width:125px; height:125px; display:block; padding-bottom:5px;}


@media (max-width: 720px) {
    .foot_3_p4 {
        margin-left: -37px;
        width: 315px;
    }
    .foot_3_p4 a {
        width: 43%;
        margin-right: 0 !important;
    }
    .btn-back {
        display: block !important;
    }
}



@media (max-width: 660x) {
    .foot_3_p4 {
        margin-left: -35px;
        width: 315px;
    }

    .foot_3_p4 a {
        width: 35%;
        margin-right: 0 !important;
    }


}


.btn-back {
    font: 14px/27px Arial,Helvetica,sans-serif;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    margin-top: 11px;
    margin-left: 11px;
    cursor: pointer;
    top: 13px;
    display:none;
}
/*按钮主体*/
.btn-back span {
    display: inline-block;
    font-size: 13px;
    line-height: 27px;
    height: 27px;
    padding: 0 10px 0 5px;
    background: -moz-linear-gradient(top, #0175BA, #0175BA);
    background: -webkit-linear-gradient(top, #0175BA, #0175BA);
    border: 1px solid #1cab43;
    border-left: 0;
    border-radius: 2px 5px 5px 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    margin-left: 12px;
    position: relative;
    z-index: 2;
}
/*左边的小三角*/
.btn-back:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: -moz-linear-gradient(-45deg, #0175BA, #0175BA); /*背景旋转-45°*/
    background: -webkit-linear-gradient(-45deg, #0175BA, #0175BA);
    border: 1px solid #1cab43;
    -webkit-transform-origin: 0 0; /*设置基点为0,0*/
    -moz-transform-origin: 0 0;
    -webkit-transform: scaleX(0.8) rotate(45deg); /*X轴压缩，旋转45°*/
    -moz-transform: scaleX(0.8) rotate(45deg);
    border-radius: 3px 2px;
    position: absolute;
    left: 13px;
}  