.second_plate > div a {
    position: relative;
}

.bottom_go {
    -webkit-animation: moveFromBottom 600ms ease;
    -moz-animation: moveFromBottom 600ms ease;
    -ms-animation: moveFromBottom 600ms ease
}

.second_plate > div a:hover .second_img {
    -webkit-animation: moveFromLeft 600ms ease;
    -moz-animation: moveFromLeft 600ms ease;
    -ms-animation: moveFromLeft 600ms ease
}

.second_plate > div a:hover .right_move {
    -webkit-animation: moveFromRight 600ms ease;
    -moz-animation: moveFromRight 600ms ease;
    -ms-animation: moveFromRight 600ms ease
}

.second_plate > div a:hover .second_info {
    -webkit-animation: moveFromBottom 600ms ease;
    -moz-animation: moveFromBottom 600ms ease;
    -ms-animation: moveFromBottom 600ms ease
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%)
    }
    to {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes moveFromLeft {
    from {
        -ms-transform: translateX(-100%)
    }
    to {
        -ms-transform: translateX(0%)
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(30%)
    }
    to {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(30%)
    }
    to {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(30%)
    }
    to {
        -ms-transform: translateX(0%)
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(30%)
    }
    to {
        -webkit-transform: translateY(0%)
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(30%)
    }
    to {
        -moz-transform: translateY(0%)
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(30%)
    }
    to {
        -ms-transform: translateY(0%)
    }
}

.left-bracket {
    width: 37px;
    height: 100px;
    border: 2px solid #999;
    border-right: none;
}

.right-bracket {
    width: 37px;
    height: 100px;
    border: 2px solid #999;
    border-left: none;
}

.content-box > div {
    display: inline-block;
}

.otherBox .content-box > .center-text > p:first-child {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    margin-top: 6px;
    margin-bottom: 20px;
    color: #fff;
}

.content-box > .center-text {
    vertical-align: top;
    margin: 0 40px;
}


.parallax {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    background-attachment: fixed;
    background-position: 0;
    background-repeat: no-repeat;
}


.otherBox {
    background-image: url(../image/bg.jpg);
    padding-top: 50px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.otherBox .content-box .center-text p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}

.otherBox .content-box .left-bracket {
    border: 1px solid #fff;
    border-right: none;
}

.otherBox .content-box .right-bracket {
    border: 1px solid #fff;
    border-left: none;
}

.otherBox .pic_2 {
    margin-top: 20px;
    margin-bottom: 25px;
}

.otherBox .pic_2 > a {
    font-size: 16px;
    display: inline-block;
    padding: 8px 20px;
    background: #01b8ff;
    color: #fff;
    -webkit-box-shadow: 0 0 20px #01b8ff;
    -moz-box-shadow: 0 0 20px #01b8ff;
    box-shadow: 0 0 20px #01b8ff;
}

.otherBox .pic_2 > a:hover {
    background: #0a71dd;
    webkit-box-shadow: 0 0 20px #0a71dd;
    -moz-box-shadow: 0 0 20px #0a71dd;
    box-shadow: 0 0 20px #0a71dd;
}

.otherBox .pic_2 div {
    margin-top: 20px;
    color: #999;
}

.otherBox .pic_2 div > a {
    color: #fff;
}

.otherBox .pic_2 div > a:hover {
    text-decoration: underline;
}

footer {
    min-width: 1200px;
    width: 100%;
    background: #3d4258;
    color: #aaa;
    overflow: hidden;
    
    
}

footer h6 {
    font-size: 16px;
    font-family: "SourceHanSansCN-Normal";
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

footer a {
    color: rgba(177, 178, 180, 1);
    font-size: 14px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
}

footer ul {
    margin-bottom: 40px;
}

footer a:hover {
    color: #fff;
}

footer > .container > .row {
    padding: 40px 0 0 0;
}

footer > .container > .row li {
    line-height: 30px;
}

footer > .container > .row li:first-child {
    margin-bottom: 14px;
}

footer > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}































































.slideBar {
    width: 50px;
    height: 184px;
    position: fixed;
    right: 101px;
    top: 80%;
    margin-top: -92px;
    z-index: 102;
}

.slideBar ul {
    background: -webkit-linear-gradient(#3B37C9, #2979D4); 
    background: -o-linear-gradient(#3B37C9, #2979D4); 
    background: -moz-linear-gradient(#3B37C9, #2979D4); 
    background: linear-gradient(#3B37C9, #2979D4); 
    
}

.slideBar ul li {
    width: 50px;
    height: 46px;
    
    cursor: pointer;
    position: relative;
}

.slideBar ul li:hover {
    
}

.slideBar ul li:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #3d4258;
    border-right: 8px solid transparent;
}

.slideBar ul li:hover .pre-sale {
    display: inline-block;
}

.slideBar ul li:hover .span-2 {
    left: -120px;
    display: inline-block;
}

.slideBar ul li:hover .span-3 {
    display: inline-block;
}

.slideBar ul li i {
    width: 50px;
    height: 46px;
    display: inline-block;
    text-align: center;
    background: url(../image/sprite.png) no-repeat center 8px;
    cursor: pointer;
    position: relative;
}

.slideBar ul li i.icon_slide2 {
    background-position: center -37px;
}

.slideBar ul li i.icon_slide3 {
    background-position: center -80px;
}

.slideBar ul li i.icon_slide4 {
    background-position: center -130px;
}

.slideBar ul li i.icon_slide4:hover:after {
    display: none;
}

.slideBar ul li span {
    background-color: #3d4258;
    position: absolute;
    left: 60px;
    top: 0;
    width: 84px;
    height: 46px;
    display: inline-block;
    font-size: 14px;
    z-index: -2;
}

.slideBar ul li span.span-1 a {
    width: 84px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    display: inline-block;
}

.slideBar ul li span.span-2 {
    top: 0px;
    width: 120px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-weight: bolder;
    display: none;
}

.slideBar ul li span.span-3 {
    top: -24px;
    left: -116px;
    width: 116px;
    height: 116px;
    text-align: center;
    vertical-align: middle;
    display: none;
}

.slideBar ul li span.span-3 img {
    width: 90px;
    margin-top: 13px;
}

.slideBar ul li .pre-sale {
    position: absolute;
    top: 0;
    right: 50px;
    height: auto;
    padding: 16px 0 10px 19px;
    background: #3d4258;
    font-size: 14px;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    display: none;
}

.active {
    display: block;
}

.slideBar ul li .sale-main div {
    
    width: 184px;
    padding-bottom: 20px;
}

.slideBar ul li .sale-main p {
    width: 100%;
    padding-bottom: 16px;
}

.slideBar ul li .sale-main div span {
    float: left;
    width: 92px;
    height: auto;
    background: none;
    position: static;
    margin-bottom: 10px;
}

.slideBar ul li .sale-main div a {
    display: block;
    width: 100%;
    color: #fff;
    line-height: 16px;
}

.slideBar ul li .sale-main div a img {
    height: 15px;
    vertical-align: middle;
    margin-right: 10px;
}

.slideBar ul li .sale-main1{
    clear:both; 
    margin-top:10px;
}

.slideBar ul li .sale-main1 div {
    
    width: 200px;
    padding-bottom: 20px;
}

.slideBar ul li .sale-main1 p {
    width: 100%;
    padding-bottom: 16px;
}

.slideBar ul li .sale-main1 div span {
    float: left;
    width: 130px;
    height: auto;
    background: none;
    position: static;
    margin-bottom: 10px;
}

.slideBar ul li .sale-main1 div a {
    display: block;
    width: 100%;
    color: #fff;
    line-height: 16px;
}

.slideBar ul li .sale-main1 div a img {
    height: 15px;
    vertical-align: middle;
    margin-right: 10px;
}

.slideBar ul li.special:hover:after {
    display: none;
}

.footer_cprBox {
    background-color: #272E34;
    text-align: center;
    padding: 10px 0;
}

.footer_cprBox p {
    
    line-height: 30px;
    font-size: 12px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(255, 255, 255, 1)
}

* {
    font-family: "SourceHanSansCN-Normal";
}

a, a:hover {
    text-decoration: none;
}

.footer_hide {
    display: none;
}

.pagination > li > a {
    position: relative;
    float: left;
    margin: 7px;
    padding: 0;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.pagination > .active > a {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #01b7ff;
}

.pagination > .disabled > a {
    background-color: transparent;
}

footer > .container > .row > div.Blogroll {
    display: none;
}
 .blogroll a {
    font-size: 12px !important;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(255, 255, 255, 1) !important;
}


.footer_cprBox a {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(177, 178, 180, 1);
}

a.microblog {
    padding-left: 20px;
    background: url(../image/weibo.jpg) no-repeat 0 center;
    display: inline-block;
    line-height: 17px;
}

.footer_cprBox {
    padding: 0;
}

.fieldset-5 {
    padding: 0;
    position: relative;
}

.slideBar {
    position: fixed;
    right: 0;
    top: 426px;
}

.icon_5 {
    position: relative;
}

.icon-5_img {
    width: 50px;
    height: 46px;
    background: url(../image/sprite@2x.png) repeat-y 13px 78px;
}

.icon_5-box {
    width: 50px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.icon-5_content {
    display: none;
    width: 150px;
    line-height: 35px;
    height: 35px;
    background: rgba(53, 58, 78, 1);
    position: absolute;
    right: 50px;
    padding-left: 16px;
    top: 5px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(255,255,255,1);
}

.icon-5_content a {
    display: block;
    width: 150px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}




@media (min-width: 1200px) {
    .otherBox {
        height: 294px;
    }

    .blogroll a {
        font-size: 12px !important;
        font-family: SourceHanSansCN-Normal;
        font-weight: 400;
        color: rgba(255, 255, 255, 1) !important;
    }
    .blogroll a::after{
        content: '';
        display: inline-block;
        width: 1px;
        height: 10px;
        position: relative;
        top: 1px;
        margin: 0 10px;
        background: rgba(255, 255, 255, 1);
    }

    .footer_cprBox .Hide {
        display: none;
    }

    footer > .container > .row > div:last-child {
        display: none;
    }
}


@media (max-width: 1199px) {
    

    .temp_footer{
        padding-bottom:0px!important; ;
    }

    .blogroll a {
        font-size: 12px !important;
        font-family: SourceHanSansCN-Normal;
        font-weight: 400;
        color: rgba(255, 255, 255, 1) !important;
    }
    footer > .container > .row > div:last-child {
        display: none;
    }

    .blogroll {
        display: none;
    }

    footer > .container > .row > div {
        display: none;
    }

    footer > .container > .row > div:last-child {
        display: block;
        text-align: center;
        margin-top: 50px;
        width: 100%;
    }

    footer > .container > .row > div.Blogroll {
        display: block;
        text-align: center;
    }

    footer > .container > .row > div:last-child > ul > li {
        width: 100%;
        text-align: center;
    }

    footer > .container > .row > div.Blogroll {
        display: block;
        position: relative;
        text-align: center;
        width: 90%;
        margin: 0 5%;
        border-bottom: 1px solid #deeaf9;
        padding-bottom: 50px;
        padding-top: 20px;
    }

    div.blogroll > ul > li:nth-child(even) {
        float: left;
    }

    div.blogroll > ul > li:nth-child(odd) {
        float: right;
    }

    footer > .container > .row > div.blogroll > ul > li {
        width: 50%;
    }

    footer > .container > .row > div.blogroll > ul > li:first-child {
        position: absolute;
        left: 0;
        right: 0;
        top: -40px;
        width: 100%;
    }

    footer > .container > .row > div.blogroll > ul > li:first-child > h6 {
        font-size: 22px;
    }

    .footer_hide {
        display: block;
    }

    .footer_show {
        display: none;
    }

    .slideBar {
        display: none;
    }

    .footer_cprBox .Hide {
        display: none;
    }

    footer .container-fluid {
        padding: 0;
    }

    a.telphone {
        padding-left: 20px;
        background: url(../../img/footer/icon-phone.png) no-repeat center left;
        background-size: 18px;
    }
}














































































.special_width {
    width: 9.8% !important;
}