﻿/*头部样式*/
.head{
    border-top:5px solid #075aad;
    padding:12px 0 20px 0;
}

.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.logo{
    float: left;
}
.head_contact{
    float: right;
    margin-right: 35px;
    margin-top: 35px;
}
.head_contact p{
    float: left;
    padding-left: 15px;
    margin-left:30px;
    font-size: 14px;
    color: #000;
    line-height:25px;
}
.head_contact p strong{
    font-weight: normal;
    font-size: 16px;
    color: #3d78d8;
    margin-left:8px;
}
.head_contact p:nth-child(1){
    background:url(../images/icon1.png) no-repeat left center;
}
.head_contact p:nth-child(2){
    background:url(../images/icon2.png) no-repeat left center;
    padding-left: 18px;
}
#formsearch{
    float: right;
    margin-top: 35px;
}
#keyword{
    line-height:23px;
    border:1px solid #c5d9f8;
    text-indent: 8px;
    font-size: 12px;
    color: #d2d2d2;
}
#s_btn{
    line-height:25px;
    border:none;
    width: 34px;
    background:url(../images/icon3.png) no-repeat center #3d78d8;
    border-radius: 0 3px 3px 0;
    margin-left: -4px;
}

.nav{
    width: 100%;
    border-top:1px solid #e5e5e5;
}
.nav li{
    float: left;
    width: 10%;
    position: relative;
}
/*.nav li:after{*/
/*    content:'';*/
/*    position: absolute;*/
/*    bottom:0;*/
/*    left:0;*/
/*    width: 0%;*/
/*    height:3px;*/
/*    background:#3d78d8;*/
/*    transition: all 0.6s ease-out;*/
/*    opacity: 0;*/
/*}*/
/*.nav li:hover:after{*/
/*    width: 100%;*/
/*    transition: all 0.6s;*/
/*    opacity: 1;*/
/*}*/

.nav li a{
    display: block;
    font-size: 16px;
    color: #222;
    text-align: center;
    line-height: 3em;
}
.nav li:hover .b_nav{
    display: block;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:48px;
    left:-10%;
    z-index: 999;
    background-color: #3d78d8;
    width: 120%;
    border-radius: 5px;
    /*overflow: hidden;*/
}
.b_nav_c{
    position: relative;
}
.nav li .b_nav_c:after{
    content:'';
    position: absolute;
    top:-10px;
    left:50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3d78d8;
    z-index: 9999;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 1.4em;
    padding:10px 10px;
}
.nav li .b_nav a:hover{
    background: #fff;
    color: #333;
}

.menu-button{
    display: none;
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #0067ac;
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #0067ac;
    text-align: center;
    position: absolute;
    left:0;
    top:60px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
@media(max-width: 1440px){
    
}
@media(max-width: 1199px){
    .container{
        box-sizing: border-box;
        width: 100%;
        padding:0 1%;
    }
    #formsearch{
        display: none;
    }

}
@media(max-width: 768px){
    .logo{
        width: 30%;
    }
    .head_contact{
        margin-top:15px;
    }
    .nav li{
        width: 11.11111%;
    }
    .nav li a{
        font-size: 14px;
    }
    .nav li:first-child{
        display: none;
    }
}
@media(max-width: 640px){
    .head {
        border:none;
        padding: 5px 0;
    }
    .logo{
        width: 70%;
        float: none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .head_contact{
        display: none;
    }
}

.banner_bottom{
    background:#f2f2f2;
    line-height:40px;
}
.hotword{
    float: left;
    padding-left: 28px;
    background:url(../images/icon4.png) no-repeat left center;
}
.hotword strong{
    color: #333;
    font-size: 14px;
}
.hotword a{
    font-size: 14px;
    color: #666;
    margin-left:50px;
}
.banner_news{
    float: right;
    display: flex;
    max-width: 240px;
    height: 40px;
    margin-right:5%;
}
.banner_news h4{
    font-size: 14px;
    color: #333;
    margin-right:20px;
}
.banner_news  a{
    display: block;
    line-height:40px;
    height: 40px;
    overflow: hidden;
    font-size:14px;
    color: #999;
}
@media(max-width: 1440px){


}
@media(max-width: 1199px){
    .banner_bottom{
        display: none;
    }
}
@media(max-width: 768px){

}
@media(max-width: 640px){

}


.index_product{
    padding:60px 0;
}
.index_title{
    margin-bottom:10px;
}
.index_title h2{
    font-size: 30px;
    color: #075aad;
    text-transform: uppercase;
    line-height:1.2em;
    float: left;
    padding-bottom: 30px;
    position: relative;
}
.index_title h2:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 45px;
    height:3px;
    background:#075aad;
}
.index_title h2 span{
    font-size: 34px;
    color: #333;
    display: block;
}
.index_title a{
    display: block;
    float: right;
    width: 40px;
    line-height:40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background:#075aad;
    border-radius: 5px;
}
.index_product_title{
    margin-bottom:40px;
}
.index_product_title p{
    font-size: 16px;
    color: #333;
    float: left;
}
.index_product_title .index_sort{
    float: right;
    display: flex;
    flex-wrap: wrap;
}
.index_sort li a{
    display: block;
    line-height:30px;
    padding:0 18px;
    font-size: 16px;
    border-radius: 5px;
}
.index_sort li a:hover{
    background:#075aad;
    color: #fff;
}
.index_product_list{
    display: flex;
    flex-wrap: wrap;
}
.index_product_list li{
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    margin-bottom:30px;
}
.index_product_list li:nth-child(4n){
    margin-right:0;
}
.index_product_list li a.img{
    display: block;
    overflow: hidden;
}
.index_product_list li .text{
    background:rgba(7,90,173,.6);
    position: absolute;
    top:15%;
    left: 15%;
    width: 70%;
    height: 70%;
    overflow: hidden;
    display: none;
    transition: all 0.6s ease-out;
}
.index_product_list li .text a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 35% 0;
}
.index_product_list li .text a h3{
    font-size: 16px;
}
.index_product_list li .text a p{
    font-size: 14px;
}
.index_product_list li .text a span{
    font-size: 36px;
}
.index_product_list li:hover .text{
    transition: all 0.6s;
    display: block;
}

@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .index_product{
        padding:30px 0;
    }
    .index_title h2{
        font-size: 24px;
    }
    .index_title h2 span{
        font-size: 28px;
    }
    .index_product_title p{
        font-size: 14px;
    }
    .index_product_list li .text{
        width: 80%;
        left:10%;
    }
    .index_product_list li .text a{
        padding:25% 0;
    }
}
@media(max-width: 768px){
    .index_product_title p{
        float: none;
        display: none;
    }
    .index_product_title .index_sort{
        float: none;
        margin-top:10px;
    }
    .index_title h2{
        font-size: 20px;
        padding-bottom: 15px;
    }
    .index_title h2 span{
        font-size: 22px;
    }
    .index_product_title{
        margin-bottom:20px;
    }
    .index_product_list li{
        width: 32%;
    }
    .index_product_list li:nth-child(3n) {
        margin-right: 0;
    }
    .index_product_list li:nth-child(4n) {
        margin-right: 2%;
    }
}
@media(max-width: 640px){
    .index_sort li a{
        margin-bottom:5px;
        padding:0 15px;
    }
    .index_title h2{
        font-size: 16px;
    }
    .index_title h2 span {
        font-size: 18px;
    }
    .index_product_list li{
        width: 48%;
        margin:1%;
    }
    .index_product_list li:nth-child(2n) {
        margin: 1%;
    }
    .index_product_list li:nth-child(3n) {
        margin-right: 1%;
    }
    .index_product_list li:nth-child(4n) {
        margin-right: 1%;
    }
    .index_product_list li .text {
        width: 100%;
        left: 0%;
        height: 100%;
        top:0;
        padding: 0 2%;
        box-sizing: border-box;
        display: block;
    }
}

.ys1{
    padding:55px 0 65px 0;
}
.ys1_text{
    float: left;
}
.ys1_text h2{
    font-size: 30px;
    color: #222;
    line-height:1em;
}
.ys1_text h3{
    font-size: 32px;
    color: #075aad;
}
.ys1_text p{
    font-size: 16px;
    color: #666;
}
.ys1_text a{
    display: block;
    width: 128px;
    line-height:36px;
    text-align: center;
    font-size:16px;
    color: #fff;
    background:#ee5d00;
    border-radius: 5px;
    margin-top:35px;
}
.ys1_img{
    padding:40px;
    background:#fff;
    float: right;
    box-shadow: 0px 0px 10px #eee;
    margin-top:-236px;
    position: relative;
    z-index: 2;
}
.ht1{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

@media(max-width: 1440px){
    .ys1_text h3{
        font-size:26px;
    }
}
@media(max-width: 1199px){
    .ht1{
        display: none;
    }
    .ys1{
        padding:0px 1%;
    }
    .ys1_text{
        width: 50%;
    }
    .ys1_img{
        width: 50%;
        margin-top: 0px;
        padding:0;
    }
    .ys1_text h2{
        font-size: 24px;
    }
    .ys1_text h3{
        font-size: 20px;
    }
    .ys1_text p{
        font-size: 14px;
    }
}
@media(max-width: 768px){

}
@media(max-width: 640px){
    .ys1_text{
        width: 100%;
        float: none;
    }
    .ys1_img{
        width: 100%;
        float: none;
        margin-top:15px;
    }
    .ys1_text h2{
        font-size: 18px;
    }
    .ys1_text h3{
        font-size: 16px;
    }
    .ys1_text a{
        width: 100px;
        margin-top: 15px;
    }
}

.index_case{
    padding:65px 0;
}
.index_title1{
    text-align: center;
    margin-bottom:40px;
}
.index_title1 span{
    display: block;
    font-size: 30px;
    color: #075aad;
    line-height:1.2em;
    font-weight:bold;
    text-transform: uppercase;
}
.index_title1 h2{
    font-size: 34px;
    color: #333;
    line-height:1.2em;
}
.index_title1 p{
    font-size: 16px;
    color: #666;
    padding-top: 15px;
}
.index_case_tab{

}
.tab1li{
    max-width: 206px;
    float: left;
    width: 18%;
}
.tab1li li a{
    display: flex;
    padding:13px 10px;
    line-height:22px;
    font-size: 15px;
    background:#f2f2f2;
    border-bottom:1px solid #fff;
    cursor: pointer;
}
.tab1li li a .img{
    width: 22px;
    height: 22px;
    overflow: hidden;
    position: relative;
    margin-right: 6px;
}
.tab1li li a .img img{
    display: block;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.6s ease-out;
}
.tab1li li a:hover{
    background:#075aad;
    color: #fff;
}
.tab1li li a:hover a .img img{
    top:-22px;
    transition: all 0.6s;
}
.tab1li li.on a{
    background:#075aad;
    color: #fff;
}
.tab1li li.on a .img img{
    top:-22px;
    transition: all 0.6s;
}

.tab1{
    display: none;
    width: 82%;
    max-width: 994px;
    float: left;
}
.tab1.active{
    display: flex;
}
.tab1 .img{
    max-width: 630px;
    float: left;
}
.tab1 .text{
    max-width: 354px;
    box-sizing: border-box;
    background:#f2f2f2;
    float: left;
}   
.tab1 .text h3{
    font-size: 22px;
    color: #222;
    margin:0 35px;
    padding-top:40px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom:26px;
}
.tab1 .text h3:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 65px;
    height: 3px;
    background:#075aad;
}
.tab1 .text .text_p{
    margin:0 35px;
    font-size:15px;
    line-height:1.8em;
}
.tab1 .index_tel{
    margin-top:25%;
    position: relative;
    padding-left:93px;
    line-height:1.4em;
    font-size: 15px;
}
.tab1 .index_tel:before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 78px;
    height: 40px;
    background:url(../images/tetl1.png) no-repeat 40px center #ee5d00;
    border-radius: 0 25px 25px 0

}
.tab1 .index_tel p strong{
    font-size: 18px;
    color: #222;
    font-family: 'Arial';
}
.index_case_list{
    position: relative;
    margin-top:25px;
}
.case_l{
    position: absolute;
    left:-45px;
    top:50%;
    background:url(../images/left1.png) no-repeat center;
    width: 25px;
    height: 43px;
    margin-top:-22px;
    outline: none;
    cursor: pointer;
}
.case_r{
    position: absolute;
    right:-45px;
    top:50%;
    background:url(../images/left1.png) no-repeat center;
    width: 25px;
    height: 43px;
    margin-top:-22px;
    outline: none;
    cursor: pointer;
    transform:rotate(-180deg);
}
.index_case a.more{
    display: block;
    width: 195px;
    margin:65px auto 0;
    line-height: 42px;
    background:#075aad;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
@media(max-width: 1440px){
    .index_title1{
        margin-bottom:30px;
    }
    .index_title1 span{
        font-size: 24px;
    }
    .index_title1 h2{
        font-size: 28px;
    }
    .index_title1 p{
        font-size: 14px;
        padding-top:5px;
    }
    .tab1 .text h3{
        font-size: 20px;

    }
    .tab1 .index_tel{
        margin-top:20%;
    }
    .index_case a.more{
        margin: 45px auto 0;
    }
}
@media(max-width: 1199px){
    .index_case{
        padding:40px 0;
    }
    .tab1li li{
        padding: 0px 6px 5px;
        font-size: 12px;
    }
    .tab1li li a{
        padding: 6px 10px;
    }
    .tab1 .text h3{
        padding-top: 20px;
        margin-bottom: 15px;
    }
    .index_case a.more{
        margin: 30px auto 0;
    }
}
@media(max-width: 768px){
    .tab1li{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        float: none;
        width: 100%;
    }
    .tab1li li{
        width: 33.333%;
        box-sizing: border-box;
    }
    .tab1 {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .tab1 .text h3{
        margin:0 15px;
    }
    .tab1 .text .text_p {
        margin: 0 15px;
    }
}
@media(max-width: 640px){
    .index_case{
        padding:20px 0;
    }
    .index_title1{
        margin-bottom:20px;
    }
    .index_title1 span{
        font-size: 20px;
    }
    .index_title1 h2{
        font-size: 24px;
    }
    .tab1li{
        justify-content: left;
    }
    .tab1li li{
        width: 50%;
    }
    .tab1{
        flex-wrap: wrap;

    }
    .tab1 .img{
        width: 100%;
        float: none;
        max-width: 100%;
    }
    .tab1 .text {
        width: 100%;
        max-width: 100%;
        float: none;
        padding:10px 0;
    }
    .tab1 .text h3 {
        padding-top: 0px;
        font-size: 18px;
        margin-bottom:10px;
    }
    .tab1 .text .text_p{
        font-size: 14px;
    }
    .tab1 .index_tel {
        margin-top: 15px;
    }
    .index_case_list{
        margin-top: 15px;
    }
    .index_case a.more {
        margin: 15px auto 0;
        font-size: 14px;
        width: 150px;
        line-height:36px;
    }
}


.index_about{
    background:#f2f2f2;
    padding:60px 0;
}
.index_about_content{
    position: relative;
}
.index_about_img{

}

.index_about_text{
    position: absolute;
    right:18.75%;
    top:10%;
    background:url(../images/a_logo.jpg) no-repeat top left #fff;
    max-width: 515px;
    padding:25px 55px 60px 100px;
}
.index_about_text h3{
    font-size: 30px;
    color:#333;
    line-height:1em;
    margin-bottom:20px;
}
.index_about_text span{
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: normal;
}
.index_about_text p{
    font-size: 15px;
    line-height:1.6em;
}
.index_about_text ul{
    display: flex;
    margin-top:20px;
}
.index_about_text ul li{
    text-align: center;
}
.index_about_text ul li:nth-child(2){
    margin:0 40px;
}
.index_about_text ul li p{
    font-size:60px;
    color: #ee5d00;
    font-weight: bold;
    line-height:1em;
}
.index_about_text ul li p span{
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-left:5px;
}
.index_about_text ul li h3{
    font-size: 15px;
    color: #333;
}
.index_hzhb{

}
.index_hzhb h2{
    font-size: 30px;
    color: #333;
    line-height:1em;
    padding:40px 0 30px;
}
.index_hzhb_list{
    position: relative;
}

.hz_l{
    position: absolute;
    left: -53px;
    top: 50%;
    background: url(../images/left2.png) no-repeat center;
    width: 14px;
    height: 23px;
    margin-top: -12px;
    outline: none;
    cursor: pointer;
}
.hz_r{
    position: absolute;
    right: -53px;
    top: 50%;
    background: url(../images/left2.png) no-repeat center;
    width: 14px;
    height: 23px;
    margin-top: -12px;
    outline: none;
    cursor: pointer;
    transform: rotate(-180deg); 
}


@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .index_about{
        padding:40px 0;
    }
    .index_about_img {
        text-align: center;
    }
}
@media(max-width: 768px){
    .index_about_text{
        position: relative;
        right: 0%;
        top: 0%;
        width: 100%;
        max-width: 100%;
        padding: 25px 25px 25px 90px;
        box-sizing: border-box;
    }
}
@media(max-width: 640px){
    .index_about{
        padding:20px 0;
    }
    .index_about_text{
        padding: 15px 10px 15px 80px;
    }
    .index_about_text h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .index_about_text span{
        font-size: 12px;
    }
    .index_about_text ul li p{
        font-size: 24px;
    }
    .index_about_text ul li:nth-child(2) {
        margin: 0 15px;
    }
    .index_about_text ul li h3{
        font-size: 14px;
    }
    .index_hzhb h2{
        font-size: 24px;
        padding: 20px 0 15px;
    }
}


.index_news{
    padding:55px 0 90px 0;
}
.index_case_tab{

}
.tab2li{
    display: flex;
    margin-bottom:25px;
}
.tab2li li{
    margin-right: 65px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.tab2li li.on{
    color: #ee5d00;
}
.tab2{
    display: none;
}
.news_list1{
    margin-bottom:35px;
}
.news_list1 li{
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li .img{
    width: 50%;
    overflow: hidden;
}
.news_list1 li .text{
    width: 50%;
    background:#f2f2f2;
    box-sizing: border-box;
    padding:40px 45px 0;
}
.news_list1 li .text h3{
    font-size: 22px;
    color: #333;
    line-height:1.2em;
}
.news_list1 li .text span{
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom:10px;
}
.news_list1 li .text p{
    font-size: 15px;
    color: #666;
}
.news_list1 li .text a{
    font-size: 15px;
    color: #fff;
    width: 156px;
    line-height:38px;
    background:#075aad;
    text-align: center;
    display: block;
    border-radius: 5px;
    margin-top:70px;
}
.index_news_list{
    display: flex;
    flex-wrap: wrap;
}
.index_news_list li{
    width: 47.5%;
    margin-right: 5%;
    line-height: 50px;
    border-bottom:1px solid #e5e5e5;
}
.index_news_list li a{
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    padding-left:16px;
    position: relative;
}
.index_news_list li a:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-3.5px;
    width: 6px;
    height: 6px;
    border:1px solid #ccc;
    border-radius: 50%;
}
.index_news_list li span{
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
}
.index_news_list li:nth-child(2n){
    margin-right: 0%;
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .index_news{
        padding:40px 0;
    }
    .news_list1{
        margin-bottom:20px;
    }
    .news_list1 li .text{
        padding: 30px 20px 0;
    }
    .news_list1 li .text a{
        margin-top:40px;
    }
    .index_news_list li{
        line-height:40px;
    }
    .index_news_list li a{
        font-size: 14px;
    }

}
@media(max-width: 768px){
    .news_list1 li .text {
        padding: 15px 15px 0;
    }
    .news_list1 li .text h3{
        font-size: 18px;
    }
    .news_list1 li .text span{
        margin-bottom:5px;
    }
    .news_list1 li .text a {
        margin-top: 10px;
        width: 100px;
        font-size: 14px;
        line-height:32px;
    }
}
@media(max-width: 640px){
    .index_news{
        padding:20px 0;
    }
    .tab2li{
        margin-bottom: 20px;
    }
    .tab2li li{
        margin-right:20px;
        font-size:18px;
        line-height:1em;
    }
    .news_list1 li .img {
        width: 100%;
    }
    .news_list1 li .text {
        width: 100%;
        padding: 15px 10px;
    }
    .index_news_list li {
        width: 100%;
        margin-right: 0%;
    }
}

.f_nav{
    background: #f2f2f2;
}
.f_nav .container{
    display: flex;
    flex-wrap: wrap;
    padding:30px 0;
}
.f_nav .container li {
    width: 10%;
    text-align: center;
}
.f_nav .container li a{
    display: block;
    font-size: 16px;
    color: #333;
}
.f_nav .container li a:hover{
    color: #075aac;
    font-weight: bold;
}

.footer{
    background:#333;
}
.foot1{
    border-bottom: 1px solid #3c3c3c;
}
.f_address{
    display: flex;
    flex-wrap: wrap;
    padding:30px 0 50px;
    font-size: 16px;
    color: #bbb;
}
.f_address li{
    position: relative;
    line-height:1.8em;
    padding:0 5%;
}
.f_address li.li1{
    padding-left: 0;
}
.f_address li.li1 p:nth-child(1){
    padding-left:30px;
    background:url(../images/f_icon1.png) no-repeat left center;
}
.f_address li.li2 p:nth-child(1){
    padding-left:30px;
    background:url(../images/f_icon2.png) no-repeat left center;
}
.f_address li.li3 p:nth-child(1){
    padding-left:30px;
    background:url(../images/f_icon3.png) no-repeat left center;
}
.f_address li.li4 p:nth-child(1){
    padding-left:30px;
    background:url(../images/f_icon4.png) no-repeat left center;
}

.foot2{
    padding:30px 0;
}
.f_nav2{
    display: flex;
    float: left;
}
.f_nav2 li{
    margin-right: 100px;
}
.f_nav2 li h3{
    font-size: 16px;
    color: #fff;
}
.f_nav2 li a{
    display: block;
    color: #999;
}
.f_code{
    float: right;
}

.copyright{
    font-size: 14px;
    color: #999;
    text-align: left;
}
@media(max-width: 1600px){
    .f_address li{
        padding:0 4%;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .footer{
        display: none;
    }
}
@media(max-width: 768px){
    .f_nav{
        display: none;
    }
}
@media(max-width: 640px){

}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
}

.n_banner img {
    width: 100%;
    margin: 0 auto
}
.site{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom:20px;
    line-height:20px;
    padding:15px 0;
}
.site .container{
    box-sizing: border-box;
    padding-left:25px;
    background:url(../images/icon5.png) no-repeat left center;
}
.n_container{
    padding:30px 0;
}
.left{
    width:17.5%;
    float: left;
}
.n_left_sort{

}
.n_left_sort h3{
    font-size: 34px;
    color: #333;
    line-height:1em;
    margin-bottom:50px;
}
.n_left_sort h3 span{
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
}
.sort{
    position: relative;
}
.sort:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 3px;
    height: 100%;
    background:#e0e0e0;
    border-radius: 3px;
}
.sort li{
    padding:15px 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.sort li:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 3px;
    height: 0%;
    background:#ee5d00;  
    transition: all 0.6s ease-out;
}
.sort li:hover:before{
    height: 100%;
    transition: all 0.6s
}

.sort li a{
    display: block;
    font-size: 15px;
    color: #333;
    line-height:1em;
    padding-left:30px;
}
.sort li a:hover{
    font-size: 16px;
    color: #ee5d00;
    font-weight: bold;
}
.sort li .layer2{
    margin-top:10px;
}
.sort li .layer2 a{
    line-height:30px;
    font-size: 14px;
    color: #666;
}
.sort li .layer2 a:hover{
    font-weight: bold;
    color: #ee5d00;
}
.sort li.on:before{
    height: 100%;
    transition: all 0.6s
}
.sort li.on .layer2{
    display: block!important;
}
.sort li.on a{
    font-size: 16px;
    color: #ee5d00;
    font-weight: bold;
}
.sort li.on .layer2 a{
    line-height:30px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.sort li.on .layer2 a:hover{
    font-weight: bold;
    color: #ee5d00;
}
.sort li .layer2.active{
    display: block!important;
}
.sort li .layer2.active a{
    line-height:30px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.sort li .layer2.active a:hover{
    font-weight: bold;
    color: #ee5d00;
}
.sort li .layer2 a.on{
    font-weight: bold;
    color: #ee5d00;    
}
.n_left_contact{
    background:#474747;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height:1.6em;
    margin-top:20px;
    padding:10px 0;
}
.n_left_contact p:nth-child(2){
    font-size: 24px;
}
.right{
    width: 78.5%;
    float: right;
}

@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .site .container{
        padding-left: 30px;
        background: url(../images/icon5.png) no-repeat 1% center;
    }
    .n_container {
        padding: 20px 1%;
    }
    .n_left_contact p:nth-child(2){
        font-size: 20px;
    }
    .n_left_sort h3{
        font-size:24px;
        line-height:1.2em;
    }
    .n_left_sort h3 span{
        font-size: 14px;
    }

}
@media(max-width: 768px){
    .n_container {
        padding: 10px 1%;
    }
    .left{
        width: 100%;
        float: none;
        margin-bottom:20px;
    }
    .n_left_sort h3{
        margin-bottom:20px;
    }
    .sort li{
        padding:10px 0;
    }
    .sort li a{
        font-size: 15px;
    }
    .sort li.on a{
        font-size: 15px;
    }
    .sort li .layer2{
        margin-top:5px;
    }
    .n_left_contact{
        display: none;
    }
    .right{
        width: 100%;
        float: none;
    }
}
@media(max-width: 640px){
    .n_container {
        padding: 0px 1%;
    }
    .n_left_sort h3{
        font-size: 20px;
    }

}


/*case*/
.case_sort{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom:36px;
}
.case_sort li{

    cursor: pointer;
}
.case_sort li a{
    display: flex;
    padding:13px 20px;
    line-height:22px;
    font-size: 15px;
    background:#f2f2f2;
}
.case_sort li a .img{
    width: 22px;
    height: 22px;
    overflow: hidden;
    position: relative;
    margin-right: 6px;
}
.case_sort li a .img img{
    display: block;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.6s ease-out;
}
.case_sort li:hover a{
    background:#075aad;
    color: #fff;
}
.case_sort li:hover .img img{
    top:-22px;
    transition: all 0.6s;
}
.case_sort li.on a{
    background:#075aad;
    color: #fff;
}
.case_sort li.on a .img img{
    top:-22px;
    transition: all 0.6s;
}
.case_list{
    display: flex;
    flex-wrap: wrap;    
}
.case_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:40px;
}
.case_list li a.img{
    width: 30%;
    display: block;
    overflow: hidden;
}
.case_list li a.img img{
    transition: all 0.6s ease-out;
}
.case_list li a.img:hover img{
    transition: all 0.6s ease-out;
    transform: scale(1.1);
}
.case_list li .text{
    background:#f8f8f8;
    width: 70%;
    box-sizing: border-box;
    padding:30px 10px 0 5%;
}
.case_list li .text a{
    display: block;
    position: relative;
    font-size: 22px;
    color: #222;
    font-weight: bold;
    padding-bottom: 5px;
}
.case_list li .text a:hover{
    color: #075aad;
}
.case_list li .text a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 65px;
    height: 3px;
    background:#075aad;
}
.case_list li .text p{
    margin:25px 0;
    font-size: 15px;
    color: #666;
    line-height:1.8em;
}
.case_list li .text span{
    
}
.case_detail{
    font-size: 15px;
    color: #999;
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .case_list li .text{
        padding: 20px 20px 0 20px;
    }
    .case_list li .text p{
        margin:20px 0;
    }
}
@media(max-width: 768px){
    .case_detail{
        font-size: 14px;
    }
    .case_list li .text{
        padding: 10px 20px 0 20px;
    }
    .case_list li .text p {
        margin: 10px 0;
    }
    .case_list li .text a{
        font-size: 18px;
    }
}
@media(max-width: 640px){
    .case_sort{
        justify-content: left;
        margin-bottom:15px;
    }
    .case_sort li{
        width: 50%;
        box-sizing: border-box;
    }
    .case_sort li a{
        font-size: 12px;
        padding: 12px 10px;
    }
    .case_list li{
        margin-bottom: 15px;
    }
    .case_list li a.img{
        width: 100%;
    }
    .case_list li .text{
        width: 100%;
        padding:10px;
    }
}


/*news*/
.news_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:30px;
}
.news_sort li{
    margin-right: 25px;
}
.news_sort li a{
    display: block;
    width: 195px;
    line-height:45px;
    background:#f2f2f2;
    color: #666;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
}
.news_sort li:last-child{
    margin-right:0;
}
.news_sort li:hover a{
    background:#075aad;
    color: #fff;
}
.news_sort li.on a{
    background:#075aad;
    color: #fff;
}
.n_case .news_list1{
    margin:50px auto 50px;
}
.news_list li{
    line-height: 50px;
    border-bottom:1px solid #e5e5e5;
}
.news_list li a{
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    padding-left:16px;
    position: relative;
}
.news_list li a:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-3.5px;
    width: 6px;
    height: 6px;
    border:1px solid #ccc;
    border-radius: 50%;
}
.news_list li span{
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
    padding-right: 5px;
}
.news_detail{

}

@media(max-width: 1440px){

}
@media(max-width: 1199px){

}
@media(max-width: 768px){

}
@media(max-width: 640px){
    .n_case{
        padding-bottom: 15px;
    }
    .news_sort{
        margin-bottom:15px;
    }
    .news_sort li {
        margin-right: 10px;
    }
    .news_sort li a{
        width: 100px;
        line-height:40px;
        font-size: 14px;
    }
    .n_case .news_list1{
        margin:15px 0;
    }
    .news_list li{
        line-height:40px;
    }
    .news_list li a{
        font-size: 14px;
    }
}


/*product*/
em.right_product_sort{
    display: inline-block;
    padding:0 30px;
    line-height:42px;
    background:#075aad;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    position: relative;
    margin-bottom:45px;
    font-style: normal;
}
.right_product_sort:after{
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #075aad;
    transform: rotate(-180deg);
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 30%;
    margin-right: 5%;
    margin-bottom:30px;
    position: relative;
}
.product_list li:nth-child(3n){
    margin-right:0;
}
.product_list li a.img{
    display: block;
    overflow: hidden;
}
.product_list li .text{
    background:rgba(7,90,173,.6);
    position: absolute;
    top:15%;
    left: 15%;
    width: 70%;
    height: 70%;
    overflow: hidden;
    display: none;
    transition: all 0.6s ease-out;
}
.product_list li .text a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 35% 0;
}
.product_list li .text a h3{
    font-size: 16px;
}
.product_list li .text a p{
    font-size: 14px;
}
.product_list li .text a span{
    font-size: 36px;
}
.product_list li:hover .text{
    transition: all 0.6s;
    display: block;
}
.product_detail_img{
    /*display:none;*/
    width: 80%;
    margin:0 auto;
}
.product_detail_img a{
    display: block;
}
.product_detail_img_l{
    width: 100%;
/*    float: left;*/
    margin-right: 5%;
}
.gallery-top{
    border:1px solid #e5e5e5;
}
.product_l{
    width: 50px;
    height: 50px;
    position: absolute;
    top:50%;
    left: 0;
    margin-top:-25px;
    background:url(../images/bottom.png) no-repeat center #999;
    z-index: 1;
    cursor: pointer;
    transform: rotate(90deg);
}
.product_r{
    width: 50px;
    height: 50px;
    position: absolute;
    top:50%;
    right: 0;
    margin-top:-25px;
    background:url(../images/bottom.png) no-repeat center #999;
    z-index: 1;
    cursor: pointer;
    transform: rotate(-90deg);
}
.product_detail_img_r{
    width: 100%;
    margin-top: 20px;
/*    float: right;*/
}
.gallery-thumbs{
/*    width: 30%;
    float: right;*/

}
.gallery-thumbs .swiper-slide{
    height: 100%!important;
    position: relative;
}
.gallery-thumbs .swiper-slide img{
    display: block;
    position: relative;
    border:1px solid #ccc;
    box-sizing: border-box;
}
.gallery-thumbs .swiper-slide-thumb-active img{
    border:5px solid #85a9cd;
}
.p_detail{
    margin-top:60px;
}
.p_detail_title{
    background:#f2f2f2;
    line-height:42px;
    border-radius: 5px;
    overflow: hidden;
}
.p_detail_title span{
    background:#075aad;
    display: inline-block;
    padding:0 30px;
    color: #fff;
    font-size: 16px;    
}
.p_detail .content{
    padding:30px 6%;
    background:#f9f9f9;
}
.p_detail .content img{
    max-width: 100%;
}
.tag_total{
    font-size: 16px;
    padding-bottom: 15px;
    color: #333;
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .product_list li .text{
        display: block;
        width: 100%;
        height:100%;
        top:0;
        left:0;
        box-sizing: border-box;
        padding:0 10px;
    }
}
@media(max-width: 768px){
    em.right_product_sort{
        display: none;
    }
    .product_list li{
        width: 32%;
        margin-right: 2%;
    }
}
@media(max-width: 640px){
    .product_list li{
        width: 48%;
        margin:1%;
    }
    .product_list li:nth-child(3n) {
        margin-right: 1%;
    }
    .product_detail_img{
        width: 100%;
    }
    .p_detail .content{
        padding: 15px 2%;
    }
}


.pc_product_img{
    display: none;
}
.picBtnTop{ 
    position:relative;  
    overflow:hidden;  
    zoom:1;   
}
.picBtnTop .bd{ 
    width: 73%;
    float: left;
    margin-right: 5%;
    position:relative;  
    box-sizing: border-box;
    border:1px solid #e5e5e5;
}
.picBtnTop .bd li{ position:relative; zoom:1; vertical-align:middle;
    min-height:498px;
}
.picBtnTop .bd li .pic{ position:relative; z-index:0;  }
.picBtnTop .bd li .pic img{ width:400px; height:214px; vertical-align:bottom; }
.picBtnTop .bd li .bg{ width:400px; height:30px; position:absolute; left:0; bottom:0; z-index:1;  background:#000; filter:alpha(opacity=60);opacity:0.6;    }
.picBtnTop .bd li .title{ width:400px; height:30px; line-height:30px; left:0; bottom:0;   position:absolute; z-index:2;  }
.picBtnTop .bd li .title a{ color:#fff; padding-left:15px;  }
.picBtnTop .hd{ 
    width: 22%;
    float: right;
    overflow:hidden; 
    max-height: 460px;
}
.picBtnTop .hd ul li{ 
    margin-bottom:5px;
}
.picBtnTop .hd ul li img{
    display: block;
    border:1px solid #e5e5e5;
    cursor:pointer; 
    vertical-align:bottom; 
    box-sizing: border-box;
}
.picBtnTop .hd ul li.on{ 

}
.picBtnTop .hd ul li.on img{ 
    border:4px solid #85a9cd; 
}

@media(max-width: 1440px){

}
@media(max-width: 1199px){

}
@media(max-width: 768px){

}
@media(max-width: 640px){

}


/*n_contact*/
.n_contact_intro{
    background:url(../images/c_bg.png) no-repeat top left;
    padding:36px 0;
    margin:40px auto 60px;
}
.n_contact_intro h3{
    padding:0 35px 0 230px;
    font-size: 26px;
    color: #075aad;
    font-weight: normal;    
}
.n_contact_intro p{
    padding:0 35px 0 230px;
    font-size: 16px;
    color: #666;
    line-height:1.8em;
}
.n_contact{

}
.n_contact h3{
    font-size: 32px;
    color: #222;
}
.n_contact h4{
    font-size: 24px;
    color: #333;
    font-weight: normal;
    padding:15px 0 5px;
    line-height: 1.4em;
}
.n_contact h4 span{
    display: block;
    font-size: 16px;
    color: #999;
}
.n_contact_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:25px;
}
.n_contact_list p{
    margin-right:60px;
    font-size: 16px;
    color: #666;
}
.n_contact_list p:nth-child(4){
    margin-right: 0;
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .n_contact_list p{
        margin-right: 40px;
    }
    .n_contact_intro{
        margin: 20px auto 40px;
        padding: 25px 0;
    }
    
}
@media(max-width: 768px){
    .n_contact_intro{
        margin: 10px auto 20px;
        padding: 15px 0;
    }
    .n_contact_list p:nth-child(4) {
        margin-right: 30px;
    }
    .n_contact_intro h3{
        font-size: 22px;
    }
    .n_contact_intro p{
        font-size: 14px;
    }
    .n_contact h3{
        font-size: 24px;
    }
    .n_contact h4 {
        font-size: 20px;
        padding: 5px 0 5px;
    }
}
@media(max-width: 640px){
    .n_contact_intro{
        display: none;
    }
    .n_contact h3{
        font-size: 20px;
    }
    .n_contact h4 {
        font-size: 16px;
        padding: 0;
    }
    .n_contact_list p {
        width: 100%;
        margin-right: 0px;
    }
    .n_contact_list p:nth-child(4) {
        margin-right: 0px;
    }
}


.message{
    padding:70px 0;
}
.message h3{
    font-size: 32px;
    color: #222;
}
.message p{
    font-size: 16px;
    color: #999;
    padding:25px 0 30px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    position: relative;
    width: 22%;
    margin-right: 4%;
    margin-bottom:25px;
}
.message ul li:last-child{
    margin-right: 0;
}
.message ul li span{
    color: #ff0000;
    display: block;
    position: absolute;
    right:10px;
    top:5px;
}
.message ul li input{
    display: block;
    width: 100%;
    border:1px solid #ccc;
    outline: none;
    line-height:36px;
    text-indent: 12px;
}
.mess_content textarea{
    width: 100%;
    line-height:30px;
    height: 155px;
    outline: none;
    padding:10px ;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.mess_btn input{
    width: 115px;
    line-height: 38px;
    font-size: 14px;
    color:#fff;
    display: block;
    border:none;
    background: #075aad;
    margin-top:50px;
    cursor: pointer;
}

@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .message{
        padding:40px 1%;
    }
}
@media(max-width: 768px){

}
@media(max-width: 640px){
    .message {
        padding: 20px 1%;
    }
    .message h3{
        font-size: 24px;
    }
    .message p {
        font-size: 12px;
        padding: 10px 0;
    }
    .message ul li{
        width: 100%;
        margin-right: 0%;
        margin-bottom:5px;
    }
    .message ul li:nth-child(2n){
        margin-right: 0;
    }
    .mess_btn input{
        margin-top:10px;
    }
}

/*n_about*/
.n_about_title{
    font-size: 30px;
    color:#333;
    font-weight: bold;
    line-height:1em;
    padding:50px 0 30px;

}
.n_about_title span{
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: normal;
}
.n_about_text{
    font-size: 15px;
    line-height:1.8em;
}
.n_about1 h2{
    font-size: 24px;
    color: #333;
    padding:30px 0;
    margin-top:40px;
    border-top:1px solid #e5e5e5;
}
.qyxc{
    display: flex;
    flex-wrap: wrap;
}
.qyxc li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:20px;
}
.qyxc li:nth-child(3n){
    margin-right: 0%;
}

@media(max-width: 1440px){


}
@media(max-width: 1199px){
    .n_about_title{
        font-size: 24px;
        padding: 20px 0 20px;        
    }
    .n_about1 h2 {
        padding: 20px 0;
        margin-top: 20px;
    }
}
@media(max-width: 768px){

    
}
@media(max-width: 767px){
    .n_about_title{
        font-size: 20px;
        padding:15px 0;
    }
    .n_about_title span{
        font-size: 14px;
    }
    .n_about1 h2{
        font-size: 20px;
        padding:15px 0;
        margin-top: 10px;
    }
}



h1.title{
    font-size: 36px;
    color: #222;
    text-align: center;
    line-height:1em;
    padding:40px 0 15px 0;
/*    font-weight: normal;*/
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 40px;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;  
    padding:30px 0;  
}
.page p{
    float: left;
    font-size: 16px;
    color: #333;
}
.page p:nth-child(2){
    float: right;
}
.page a{
    font-size: 14px;
    color: #666;    
}
.page span{
    font-size: 14px;
    color: #666;    
}
.content{
    padding-bottom: 30px;
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
        padding:15px 0 5px 0;
    }
    .info_title{
        padding-bottom: 15px;
    }
    .page{
        padding: 15px 0;
    }
    .page p{
        float: none;
    }
    .page p:nth-child(2){
        float: none;
    }
    .content{
        padding-bottom: 15px;
    }
}
@media(max-width: 767px){
    .info_title{
        padding-bottom: 10px;
    }
    .content{
        padding-bottom: 5px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 10px; margin-right:3px;margin-left:3px;
    border-radius: 3px;
    overflow: hidden;
}
.pageController a:hover{background-color:#075aad;color:#fff; text-decoration:none;border:#efefef 1px solid;border-radius: 3px;overflow: hidden;}
.pageController .currPage {background-color: #075aad;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #075aad;
    vertical-align: middle;
    border: 1px solid #075aad; 
    color: #fff;
    padding: 5px 10px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
    border-radius: 3px;
    overflow: hidden;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
    background:#3d78d8;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}


.download_list{
    padding:5em 0;
}
.download_list li{
    float: left;
    width: 48%;
    margin: 0 4% 20px 0;
    background-color: #f2f2f2;
    border:1px solid #9fc8f1;
    position: relative;
    display: flex;
    box-sizing: border-box;
    padding:25px 20px;
    border-radius: 5px;
}
.download_list li:nth-child(2n){
    margin-right: 0%;
}
.download_list li h1{
    font-size: 1.125rem;
    color: #000;
    font-weight: normal;  
    line-height: 1.6em;
}
.download_list li .down_intro{
    font-size: 0.875rem;
    color: #999;
    line-height:2em;  
    padding:15px 0;
}
.download_list li .down_intro span{
    color: #000;
    display: inline-block;
}
.download_list li .down_date{
    display: block;
    font-size: 0.875rem;
    color: #999;
    line-height:2em;
}
.download_list li span:nth-child(3){
    padding-bottom: 5%
}
.download_list li .d_text{
    float: left;
    width: 80%;
}
.download_list li a{
    float: right;
    width: 20%;
    /*height: 157px;*/
    /*background:url(../images/down.png) no-repeat center;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.download_list li a:hover{
    /*background:url(../images/down_h.png) no-repeat center #5299d2;*/
/*    background-color: -moz-linear-gradient(top, #a6d7fe 0%, #5299d2 100%);
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6d7fe), color-stop(100%,#5299d2));
    background-color: -webkit-linear-gradient(top, #a6d7fe 0%,#5299d2 100%);
    background-color: -o-linear-gradient(top, #a6d7fe 0%,#5299d2 100%);
    background-color: -ms-linear-gradient(top, #a6d7fe 0%,#5299d2 100%);
    background-color: linear-gradient(to bottom, #a6d7fe 0%,#5299d2 100%);*/
}

.n_movie_list{

}
.n_movie_list ul{
    display: flex;
    flex-wrap: wrap;    
}
.n_movie_list ul li{
    width: 48%;
    margin:0 4% 30px 0;
}
.n_movie_list ul li video{
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 5px;

}
.n_movie_list ul li p{
    font-size: 18px;
    color: #000;
    padding: 5px 10px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 5px;
    text-align: left;
}
.n_movie_list ul li:nth-child(2n){
    margin-right: 0;
}
@media(max-width: 768px){
    /*.container3{*/
    /*    width: 100%;*/
    /*}*/
    .download_list li{
        width: 49%;
        margin: 0 2% 15px 0;
    }
    .n_title1{
        padding: 0em 0 1em 0;
    }
    .download_list{
        padding: 2em 0;
    }
    .n_movie_list ul li{
        width: 100%;
        margin:0 0% 10px 0;
    }
    .n_movie_list ul li p{
        font-size: 16px;
    }
}

@media(max-width: 640px){
    .download_list{
        padding: 2em 0;
    }
    .download_list li{
        width: 98%;
        margin:5px 0;
        float: none;
    }
}
.new-float{
    position: fixed;right: -3px;
    top: 60%;
    z-index: 50;width: 77px;height: 374px;
    margin-top: -187px;
    
}
.new-float li{
    position: relative;
    width: 77px;
    height: 57px;margin-bottom: 1px;
    line-height: 20px;color: #fff;
    text-align: center;
    
}
.new-float li.hover{
    /*overflow: hidden;*/
    
}
.new-float li a{
    display: inline-block;color: #fff;
    
}
.new-float li a.tit{
    width: 77px;height: 56px;padding: 30px 10px 0 0;
    color: #fff;font-size: 12px;   
    box-sizing: border-box;
    
}
.new-float li p{
    position: relative;z-index: 2;
    height: 27px;padding-top: 30px;cursor: pointer;
    
}
.new-float li.fi{
    /*position: relative;*/
}
.new-float li.fi img{
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -80px;
    right: 80px;
    /*opacity: 0;*/
}
.new-float li.fi:hover img{
    display: block;
}
.new-float li.fi a{ 
    background:url(../images/on_line.png) no-repeat 0px 0px;
    
}
.new-float li.fxx a{
    background:url(../images/on_line.png) no-repeat 0px -172px;    
}
.new-float li.tp a{
    background:url(../images/on_line.png) no-repeat 0px -227px;
}
.new-float li.zx a{
    background:url(../images/on_line.png) no-repeat 0px -0px;
}
.new-float li.th a{
    background:url(../images/on_line.png) no-repeat 0px -57px;
    
}
.new-float li.fo a.tit{
    background:url(../images/on_line.png) no-repeat 0px -114px;
    
}
.new-float li.fif p{
    background: url(../img/bg_float05.png) no-repeat;
    
}
.new-float li .tel{
    position: absolute;left: 75px;top: 0;z-index: 1;width: 184px;
    height: 56px;font: 24px/57px Arial;color: #fff; 
    background:#5b5b5b;cursor: pointer;
    
}

.new-float a.mof{
    display: inline-block;width: 78px;height: 71px;padding: 12px 11px 0 12px;
    margin-top: 10px;*margin-top: 7px;background:url(../images/on_line.png) no-repeat 0px -239px;
    font-size: 15px;line-height: 22px;color: #fff;
    
}
@media(max-width: 1199px){
    .new-float{
        display:none!important;
    }    
}
