﻿/*头部样式*/
header{
    background:#f2f2f2;
    height: 32px;
}
.head_wel{
    line-height:32px;
    font-size: 12px;
    color: #000;
    float: left;
}
.head_r{
    float: right;
    display: flex;
}
.head_r a{
    font-size: 14px;
    color: #262425;
    padding-left: 25px;
    display: block;
    position: relative;
    line-height:32px;
}
.head_r a:nth-child(1){
    background:url(../images/a1.png) no-repeat left center;
}
#formsearch{
    display: none;
    position: absolute;
    top:32px;
    left:-60px;
    background:#fff;
    border-radius: 25px;
    width: 200px;
    height: 40px;
    border:1px solid #ccc;
    border-radius: 25px;
    z-index: 9999;
}
#keyword{
    float: left;
    width: 150px;
    line-height:40px;
    border:none;
    outline: none;
    background:none;
    text-indent: 15px;
}
#s_btn{
    float: right;
    width: 48px;
    line-height:40px;
    border:none;
    outline: none;
    background:url(../images/a1.png) no-repeat center;
    cursor: pointer;
}
.head_r a:nth-child(1):hover #formsearch{
    display: block;
}
.head_r a:nth-child(2){
    margin:0 16px;
    background:url(../images/a2.png) no-repeat left center;
}
.head_r p{
    font-size: 18px;
    color: #262425;
    font-weight: bold;  
    background:url(../images/a3.png) no-repeat left center;  
    padding-left: 25px;
    line-height:32px;
}

.head{
    padding:5px 0;
    background:#fff;
}
.container{
    max-width: 1400px;
    width: 92%;
    margin: 0 auto;
}
.logo{
    float: left;
}
.logo_text{
    float: left;
    margin-left: 12px;
}

.nav{
    float: right;
    margin-top:25px;
}
.nav li{
    float: left;
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #222;
    text-align: center;
    line-height:32px;
    padding:0 27px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:32px;
    left:0px;
    z-index: 999;
    background-color: #262425;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
    padding:5px 0;
}
.nav li:hover a{
    color: #262425;
}
.nav li:hover .b_nav a{
    color: #fff;
}
.nav li .b_nav a:hover{
    opacity: 0.8;
}
.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: 1600px){
    .nav li a{
        padding:0 20px;
    }
}
@media(max-width: 1259px){
    .container{
        width: 96%;
    }
    .logo img{
        max-height: 60px;
    }
    .logo_text{
        display: none;
    }
    .nav {
        margin-top: 15px;
    }
/*    .nav li a{
        padding:0 16px;
    }*/
}
@media(max-width: 992px){
    .nav li a {
        padding: 0 10px;
        font-size: 15px;
    }
}
@media(max-width: 768px){

}
@media(max-width: 640px){
    header{
        display: none;
    }
    .logo{
        width: 70%;
        float: none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}



.banner_list{
    background:#f5f5f5;
    padding:10px 0;
}
.banner_list ul{
    display: flex;
    flex-wrap: wrap;
}
.banner_list ul li{
    width: 25%;
    padding-right: 2%;
    display: flex;
    flex-wrap: wrap;
}
.banner_list ul li .img{
    width: 61px;
    height: 61px;
    margin-right: 20px;
}
.banner_list ul li .img img{

}
.banner_list ul li .text{
    padding-top:5px;
}
.banner_list ul li .text h3{
    font-size: 18px;
    color: #333;
    line-height:1.6em;
}
.banner_list ul li .text p{
    font-size: 16px;
    color: #666;
    line-height:1em;
}

@media(max-width: 1440px){
    .banner_list ul li{
        padding-right: 1%;
    }
    .banner_list ul li .text h3{
        font-size: 16px;
    }
    .banner_list ul li .text p{
        font-size: 14px;
    }
}
@media(max-width: 1259px){
    .banner_list ul li{
        padding-right: 0;
        text-align:center;
    }
    .banner_list ul li .img{
        width: 100%;
        text-align:center;
        margin-right: 0;
    }
    .banner_list ul li .text{
        width: 100%;
    }
    .banner_list ul li .text p{
        line-height:2em;
    }
}
@media(max-width: 992px){

}
@media(max-width: 768px){
    .banner_list .container{
        width: 100%;
    }
    .banner_list ul li{
        padding:0 5px;
    }
    .banner_list ul li .text h3{
        font-size: 14px;
    }
    .banner_list ul li .text p{
        font-size: 12px;
    }
}
@media(max-width: 640px){
    .banner_list ul li{
        width: 50%;
        padding:5px;
    }
}



.index_product{
    padding:50px 0 95px;
}
.index_title1{
    text-align:center;

}
.index_title1 h2{
    font-size: 36px;
    color: #333;
    line-height:1.4em;
}
.index_title1 p{
    color: #727272;
    font-size: 24px;
    font-weight: bold;
}
.index_title1 p span{
    display: inline-block;
    color: #262425;
    margin-right: 10px;
}

.tab1li{
    margin-top:40px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 36px;
}
.tab1li ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.tab1li ul li{
    width: 164px;
    font-size: 16px;
    color: #000;
    line-height:40px;
    height: 40px;
    position: relative;
    text-align:center;
    cursor: pointer;
}
.tab1li ul li.cur{
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;  
    color: #262425;
}
.tab1li ul li.cur:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 3px;
    background:#262425;
}
.tab1{
    display: none;
}
.ht1{
    text-align: center;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 23.5%;
    margin-right:2%;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
.product_list li  a{
    display: block;
}
.product_list li .img{
    display: block;
    width: 100%;
    overflow: hidden;
}
.product_list li img{
    width: 100%;
    transition: all 0.6s ease-out;
}
.product_list li .img:hover img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.product_list li h3{
    font-size: 18px;
    color: #222;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    padding:18px 0 20px;
}
.product_list li span{
    display: block;
    width: 110px;
    line-height:32px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    text-align:center;
    background:#333;
    margin:0 auto;
    display: none;
}
.product_list li:hover span{
    background:#262425;
}

@media(max-width: 1440px){
    .index_product {
        padding: 50px 0 70px;
    }
    .index_title1 h2{
        font-size: 28px;
    }
    .index_title1 p{
        font-size: 18px;
    }
    .product_list li h3{
        font-size: 16px;
    }
}
@media(max-width: 1259px){
    .index_product {
        padding: 50px 0;
    }
    .index_title1 p{
        font-size: 16px;
    }
    .tab1li {
        margin: 30px 0;
    }
    .product_list li h3{
        font-size: 15px;
    }
}
@media(max-width: 992px){
    .tab1li ul li{
        font-size: 15px;
        width: 150px;
    }
    
}
@media(max-width: 768px){
    .index_product {
        padding: 40px 0;
    }
    .index_title1 h2 {
        font-size: 24px;
    }
    .index_title1 p {
        font-size: 14px;
    }
    .product_list li{
        width: 49%;
        margin-bottom:15px;
    }
    .product_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0;
    }
    .product_list li h3 {
        padding:15px 0;
    }
}
@media(max-width: 640px){
    .index_product {
        padding: 30px 0;
    }
.index_title1 h2 {
    font-size: 20px;
}
.tab1li ul li {
    font-size: 12px;
    width: 25%;
}
.product_list li h3 {
    font-size: 14px;
    line-height:1.6em;
    padding:10px 0;
}

}


.index_lc{
    padding:65px 0 85px;
    background:#f9f9f9;
}
.index_title2{
    text-align:center;
    font-size: 36px;
    color: #222;
    font-weight: bold;
}
.index_title2 span{
    color: #262425;
}
.index_lc_list{
    margin-top:40px;
    display: flex;
    flex-wrap: wrap;
}
.index_lc_list li{
    width:23.5%;
    margin-right: 2%;
    background:#fff;
    border:1px solid #e3e3e3;
    border-radius: 5px;
    padding:24px 28px 35px;
}
.index_lc_list li:nth-child(1){
    animation-delay: 0.3s;
}
.index_lc_list li:nth-child(2){
    animation-delay: 0.6s;
}
.index_lc_list li:nth-child(3){
    animation-delay: 0.9s;
}
.index_lc_list li:last-child{
    margin-right: 0;
    animation-delay: 1.2s;
}
.index_lc_list li em{
    font-style: normal;
    font-size: 30px;
    color: #babbbd;
    line-height:1em;
}
.index_lc_list li h3{
    font-size: 22px;
    color: #333333;
    border-bottom: 1px solid #e3e3e3;
    padding:5px 0 12px;
    margin-bottom: 18px;
}
.index_lc_list li h3 i{
    display: inline-block;
    margin-right: 12px;
}
.index_lc_list li p{
    font-size: 15px;
    color: #333;
    line-height:1.8em;
}
.index_lc_list li:hover{
    box-shadow: 0px 0px 10px #ccc;
}
@media(max-width: 1440px){
    .index_lc {
        padding: 60px 0;
    }
    .index_title2{
        font-size: 28px;
    }
    .index_lc_list{
        margin-top:30px;
    }
    .index_lc_list li{
        padding: 20px 20px
    }
    .index_lc_list li h3{
        font-size: 18px;
    }
    .index_lc_list li p{
        font-size: 14px;
    }
}
@media(max-width: 1259px){
    .index_lc {
        padding: 50px 0;
    }
    .index_title2 {
        font-size: 24px;
        line-height: 1em;
    }
    .index_lc_list li {
        padding: 15px 10px;
    }
    .index_lc_list li h3 {
        font-size: 16px;
        padding: 5px 0 8px;
        margin-bottom: 12px;
    }
}
@media(max-width: 992px){

}
@media(max-width: 768px){
    .index_lc {
        padding: 40px 0;
    }
    .index_lc_list li h3{
        font-size: 15px;
    }
    .index_lc_list li p {
        font-size: 12px;
    }
}
@media(max-width: 640px){
    .index_lc {
        padding: 30px 0;
    }
    .index_title2{
        font-size: 20px;
    }
    .index_lc_list {
        margin-top: 20px;
    }
    .index_lc_list li{
        width: 49%;
        padding: 12px 8px;
        margin-bottom:10px;
    }
    .index_lc_list li:nth-child(2n){
        margin-right: 0;
    }
    .index_lc_list li em{
        font-size: 24px;
    }
}



.index_about{
    text-align:center;
    background:url(../images/bg1.jpg) no-repeat top center;
    background-size: cover;
    color:#fff;
}
.index_about_text1{
    padding:80px 0 105px;
/*    width: 80%;*/
    margin:0 auto;
}
.index_about_text1 p{
    line-height:1em;
    font-size: 40px;
    font-weight: normal;
    text-shadow: 3px 3px 10px #000;
    letter-spacing: 3px;
}
.index_about_text1 p span{
    display: block;
    font-size: 48px;
    margin-top:25px;
}
.index_about_text2{
    padding: 95px 0 120px;
/*    width: 80%;*/
    margin:0 auto;
}
.index_about_text2 h2{
    font-size: 60px;
    line-height:1em;
}
.index_about_text2 h3{
    font-size: 36px; 
    font-weight: normal;  
    line-height:1em;
    padding:40px; 
}
.index_about_text2 h4{
    font-size: 24px; 
    font-weight: normal;  
    position: relative;
    line-height:1em;      
}
.index_about_text2 h4 span{
    display: inline-block;
    position: relative;
    width: 64px;
    height: 1px;
    background:#fff;
    top:-8px;
}
.index_about_text2 h4 span:first-child{
    left:-20px;
}
.index_about_text2 h4 span:last-child{
    right:-20px;
}
.index_about_text2 .text{
    margin-top:40px;
}
.index_about_text2 .text p{
    font-size: 15px;
    line-height:1.8em;    
}

@media(max-width: 1440px){
    .index_about_text1 p{
        font-size: 28px;
    }
    .index_about_text1 p span{
        font-size: 36px;
    }
    .index_about_text2 h2{
        font-size: 42px;
    }
    .index_about_text2 h3 {
        font-size: 26px;
        padding: 30px 0;
    }
    .index_about_text2 h4{
        font-size: 22px;
    }
    .index_about_text2 h4 span{
        width: 40px;
    }
    .index_about_text2 .text {
        margin-top: 30px;
    }
    .index_about_text2 .text p{
        font-size: 14px;
        line-height:2em;
    }
}
@media(max-width: 1259px){
    .index_about_text1 p {
        font-size: 24px;
    }
    .index_about_text1 p span {
        font-size: 32px;
    }
    .index_about_text2 h2 {
        font-size: 32px;
    }
    .index_about_text2 h3 {
        font-size: 20px;
        padding: 20px 0;
    }
    .index_about_text2 h4 {
        font-size: 20px;
    }
    .index_about_text2 h4 span{
        width: 30px;
    }
    .index_about_text2 h4 span:first-child{
        left:-15px;
    }
    .index_about_text2 h4 span:last-child{
        right:-15px;
    }
}
@media(max-width: 992px){

}
@media(max-width: 768px){
    .index_about_text1{
        padding:70px 0;
    }
    .index_about_text1 p {
        font-size: 22px;
    }
    .index_about_text1 p span {
        font-size: 30px;
    }
    .index_about_text2 {
        padding: 60px 0;
    }
    .index_about_text2 h2 {
        font-size: 26px;
    }
    .index_about_text2 h3{
        font-size: 18px;
    }
}
@media(max-width: 640px){
    .index_about_text1{
        padding:50px 0;
    }
    .index_about_text1 p {
        font-size: 18px;
        line-height:1.6em;
    }
    .index_about_text1 p span {
        font-size: 24px;
    }
    .index_about_text2 {
        padding: 40px 0;
    }
    .index_about_text2 h2 {
        font-size: 22px;
    }
    .index_about_text2 h3{
        font-size: 16px;
    }
    .index_about_text2 h4 {
        font-size: 18px;
    }
    .index_about_text2 .text {
        margin-top: 20px;
    }
}



.index_news{
    padding:64px 0 60px;
}
.index_title1 h2 span{
    color: #262425;
}
.index_news_content{
    margin-top:40px;
    display: flex;
    flex-wrap: wrap;
}
.index_news_content_l{
    border:1px solid #e3e3e3;
    width: 63%;
    margin-right: 4%;
}
.index_title3{
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    padding:0 26px 0 16px;
    height: 55px;
    line-height:55px;
    border-bottom:1px solid #e3e3e3;
}
.index_title3 span{
    display: inline-block;
    font-size: 22px;
    color: #333333;
    cursor: pointer;
}
.index_title3 em{
    display: inline-block;
    font-style: normal;
    margin:0 15px;
}
.index_title3 a{
    display: block;
    float: right;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
}
.index_title3 a:hover{
    color: #262425;    
}
.tab2li span.cur{
    color: #262425;
}
.tab2{
    display: none;
}
.news_list1{
    padding:5px 16px;
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li{
    width: 50%;
    padding:12px 5%;
    border-bottom: 1px solid #e3e3e3;
    height: 100px;
}
.news_list1 li:nth-child(7){
    border: none;
}
.news_list1 li:nth-child(8){
    border: none;
}
.news_list1 li:nth-child(2n){
    
}
.news_list1 li a{
    display: block;
    display: flex;
}
.news_list1 li a .img{
    width: 22%;
    border:1px solid #e3e3e3;
    padding:5px;
}
.news_list1 li a .img img{
    
}
.news_list1 li a .text{
    width: 78%;
    padding-left: 25px;
}
.news_list1 li a .text h3{
    font-size: 15px;
    color: #333;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list1 li a .text p{
    font-size: 14px;
    color: #999;
}
.news_list1 li a:hover h3{
    color: #262425;
}
.index_news_content_r{
    border:1px solid #e3e3e3;
    width: 33%;
}
.news_list2{
    padding:5px 15px;
}
.news_list2 li{
    padding:15px 0;
    border-bottom: 1px solid #e3e3e3;
    height: 100px;    
}
.news_list2 li:last-child{
    border:none;
}
.news_list2 li a{
    display: block;
} 
.news_list2 li a .date{
    width: 58px;
    float: left;
} 
.news_list2 li a .date span{
    display: block;
    width: 100%;
    font-size: 16px;
    text-align:center;
}
.news_list2 li a .date span:first-child{
    background:#262425;
    color: #fff;
    height: 30px;
    line-height:30px;
}
.news_list2 li a .date span:last-child{
    background:#f3f3f3;
    color: #333;  
    height: 32px;
    line-height:32px;  
}
.news_list2 li a .text{
    width: calc(100% - 70px);
    float: right;
}
.news_list2 li a .text h3{
    font-size: 15px;
    color: #333;
    line-height:30px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
} 
.news_list2 li a .text p{
    font-size: 13px;
    color: #999;
    line-height:16px;
    height: 32px;
    overflow: hidden;
}  
.news_list2 li a:hover .text h3{
    color: #262425;
}
@media(max-width: 1440px){
    .index_title3 span{
        font-size: 18px;
    }
    .news_list1 li a .text{
        padding-left: 15px;
    }
}
@media(max-width: 1259px){
    .index_news {
        padding: 50px 0;
    }
    .news_list1 li {
        padding: 8px 5px;
        height: 80px;
    }

    .news_list2 li {
        padding: 8px 0;
        height: 80px;
    }
}
@media(max-width: 992px){
    .index_news_content {
        margin-top: 30px;
    }
    .index_news_content_l{
        width: 100%;
        float: none;
        margin-right:0;
    }
    .news_list1{
        padding: 5px 12px 5px;
    }
    .news_list1 li {
        padding: 5px 5px;
        height: 88px;
    }
    .news_list1 li a .img{
        padding:0;
    }
    .index_news_content_r{
        width: 100%;
        float: none;
        display: none;
    }
}
@media(max-width: 768px){
    .index_news {
        padding: 40px 0;
    }
}
@media(max-width: 640px){
    .index_news {
        padding: 30px 0;
    }
    .index_news_content {
        margin-top: 20px;
    }
    .news_list1 {
        padding: 5px 7px 5px;
    }
    .news_list1 li {
        width: 100%;
        padding: 8px 0px;
    }
}




.foot_bottom{
    background:#262425;
    text-align:center;
}
.foot_bottom a{
    font-size: 30px;
    color: #fff;
    line-height:120px;
    height: 120px;
}
.foot_bottom a:hover{
    text-decoration:underline;
}
.footer{
    background:#333;
}
.foot{
    border-bottom: 1px solid #555555;
    padding:60px 0 110px;
}
.f_nav{
    width: 60%;
    float: left;
    display: flex;
}
.f_nav li{
    width: 32%;
    margin-right: 2%;
}
.f_nav li:last-child{
    margin-right: 0;
}
.f_nav li h3{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height:1em;
}
.f_nav li .f_nav_a{
    margin-top:28px;
}
.f_nav li .f_nav_a a{
    display: block;
    font-size: 15px;
    color: #999;
}
.f_nav li .f_nav_a a:hover{
    text-decoration:underline;
}
.foot_r{
    width: 30%;
    float: right;
}
.f_tel{
    padding-left: 60px;
    background:url(../images/f_tel.png) no-repeat left center;
}
.f_tel p:nth-child(1){
    font-size: 15px;
    color: #999;  
}
.f_tel p:nth-child(2){
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    font-family: 'Arial';
    line-height:1em;
    font-weight: bold;
}
.f_contact{
    font-size: 15px;
    color: #999;
    margin-top:10px;
}
.foot2{
    font-size: 15px;
    color: #999;
    padding:15px 0 30px;
}
.foot2 a{
    font-size: 15px;
    color: #999;    
}
.f_link a{
    display: inline-block;
    margin-left: 10px;
}
.copyright{
    
}


@media(max-width: 1440px){
    .foot_bottom a{
        font-size: 24px;
        line-height: 80px;
        height: 80px;
    }
    .foot {
        padding: 60px 0;
    }
    .f_nav li h3{
        font-size: 16px;
    }
    .f_nav li .f_nav_a a{
        font-size: 14px;
    }
    .f_tel p:nth-child(2){
        font-size: 26px;
    }
    .f_contact{
        font-size: 14px;
    }
    .foot2 {
        font-size: 14px;
        padding: 15px 0 20px;
    }
}
@media(max-width: 1259px){
    .f_nav{
        width: 70%;
    }
    .foot_r{
        width: 30%;
    }
    .f_tel p:nth-child(2) {
        font-size: 20px;
    }
}
@media(max-width: 992px){

}
@media(max-width: 768px){
    .foot_bottom a {
        font-size: 20px;
        line-height: 60px;
        height: 60px;
    }
    .foot {
        padding: 40px 0;
    }
    .f_nav li h3 {
        font-size: 14px;
    }
    .f_nav li .f_nav_a {
        margin-top: 15px;
    }
    .f_nav li .f_nav_a a {
        font-size: 12px;
    }
    .foot2 {
        padding: 10px 0 15px;
    }
}
@media(max-width: 640px){
    .foot {
        padding: 30px 0;
    }
    .f_nav{
        display: none;
    }
    .foot_r{
        width: 100%;
        float: none;
    }
}


/*----- 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;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner img.m_img{
    display: none;
}
.sitemp{
    background:#262425;
    height: 40px;
    line-height:40px;
    font-size: 16px;
    color: #fff;
}
.sitemp a{
    font-size: 16px;
    color: #fff;
}
.sitemp a:hover{
    text-decoration:underline;
}
.site{
    float: left;
}
.site a{

}
a.back{
    display: block;
    float: right;
}

@media(max-width: 1440px){
    .sitemp{
        font-size: 15px;
    }
    .sitemp a{
        font-size: 15px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 992px){

}
@media(max-width: 768px){
    .n_banner img.pc_img{
        display: none;
    }
    .n_banner img.m_img{
        display: block;
    }
}
@media(max-width: 640px){

}


#about1{
    padding:85px 0 70px;
}
.about1_l{
    width: 50%;
    float: left;
    padding-right: 5%;
}
.about_title1{
    margin-bottom: 60px;
}
.about_title1 p{
    font-size: 30px;
    color: #ccc;
    line-height:1em;
    text-transform:uppercase;
}
.about_title1 h3{
    font-size: 30px;
    color: #333;
    line-height:1em;
    font-weight: normal;
    margin-top:18px;
}
.about1_l .text{
    font-size: 16px;
    color: #666;
    line-height:1.8em;
}
.about1_l .text p{
    margin-bottom: 20px;
    text-indent: 2em;
}
.about1_l .text p:last-child{
    margin-bottom: 0;
}
.about1_r{
    width: 50%;
    float: right;
}

#about2{
    padding-bottom: 70px;
}
#about2 .swiper-container{
    padding-bottom: 50px;
}

@media(max-width: 1440px){
    #about1 {
        padding: 70px 0;
    }
    .about1_l{
        padding-right: 3%;
    }
    .about_title1 {
        margin-bottom: 30px;
    }
    .about_title1 p{
        font-size: 24px;
    }
    .about_title1 h3{
        font-size: 24px;
        margin-top: 10px;
    }
    .about1_l .text{
        font-size: 15px;
    }
    .about1_l .text p {
        margin-bottom: 10px;
    }
}
@media(max-width: 1259px){
    #about1 {
        padding: 50px 0;
    }
    .about1_l{
        padding-right: 2%;
    }
    .about_title1 {
        margin-bottom: 15px;
    }
    .about_title1 p{
        font-size: 20px;
    }
    .about_title1 h3{
        font-size: 20px;
        margin-top: 10px;
    }
    .about1_l .text{
        font-size: 14px;
    }
    .about1_l .text p {
        margin-bottom: 0px;
    }
    #about2 {
        padding-bottom: 30px;
    }
}
@media(max-width: 992px){
    .about1_l{
        width: 100%;
        padding-right: 0;
        margin-bottom:15px;
    }
    .about1_r{
        width: 100%;
        text-align:center;
    }
}
@media(max-width: 768px){
    #about1 {
        padding: 40px 0;
    }
    #about2 {
        padding-bottom: 20px;
    }
}
@media(max-width: 640px){
    #about1 {
        padding: 30px 0;
    }
    .about_title1 p{
        font-size: 16px;
    }
    .about_title1 h3{
        font-size: 18px;
        margin-top: 5px;
    }
    #about2 {
        padding-bottom: 0px;
    }
}



.n_p_list_content{
    padding:55px 0 120px;
}
.p_sort{
    margin-top:40px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.p_sort li{
    width: 164px;
    line-height:40px;
    height: 40px;
    position: relative;
}
.p_sort li a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    position: relative;
}
.p_sort li:hover a{
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;  
    color: #262425;
}
.p_sort li:hover a:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 3px;
    background:#262425;
}
.p_sort li.cur a{
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;  
    color: #262425;
}
.p_sort li.cur a:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 3px;
    background:#262425;
}
.product_list1 li{
    margin-bottom: 65px;
}
.product_detail{
    margin:35px 0 75px;
}
.p_detail1{
    background:#fff;
    padding:32px;
    margin-bottom:20px;
}
.p_detail1_l{
    width: 44%;
    float: left;
    text-align: center;
    border:1px solid #666;
}
.p_detail1_r{
    width: 52%;
    float: right;
}
.p_detail1_r h3{
    font-size: 24px;
    color: #333;
    line-height:;
    border-bottom: 1px solid #666;
}
.p_detail1_r h4{
    line-height:42px;
    background:#eaeaea;
    padding:0 22px;
    margin:18px 0 22px;
}
.p_detail1_r h4 a{
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin-right: 18px;
}
.p_detail1_r h5{
    font-size: 20px;
    color: #333;
    padding-left: 22px;
    position: relative;
    line-height:1em;
}
.p_detail1_r h5:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 5px;
    height: 20px;
    background:#262425;
}
.p_detail1_r .pd_text1{
    padding:18px 0 35px 22px;
}
.p_detail1_r_a{
    padding-left: 22px;
    margin-bottom:40px;
}
.p_detail1_r_a a{
    display: inline-block;
    width: 172px;
    height: 46px;
    line-height:46px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background:#262425;
}
.p_detail1_r_a .xs{
    position: fixed;
    top:0;
    left:0;
    z-index: 9999999;
    background:rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    display: none;
}
.p_detail1_r_a .xs .v_cont{
    position: relative;
    width: 100%;
    height: 100%;
}
.p_detail1_r_a .xs .v_cont .close{
    font-size: 42px;
    color:#fff;
    line-height:1em;
    position: absolute;
    top:20px;
    right:20px;
    cursor: pointer;
}
.p_detail1_r_a .xs .v_cont p{
    width: 60%;
    height: 100%;
    margin:0 auto;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_list li .xs .v_cont video{
    display: block;
    height: 80%;
    outline: none;
}
.p_detail1_r_a a:hover{
    background:#333;
}
.p_detail1_r_a a:last-child{
    margin-left: 20px;
}
.pd_thumbs{
    position: relative;
    padding:0 40px;
}
.gallery-thumbs .swiper-slide-thumb-active{
    border:2px solid #262425;
}
.pd_thumbs .swiper-button-prev{
    width: 20px;
    height: 34px;
    background:url(../images/left1.png) no-repeat left center;
    opacity: 1;
}
.pd_thumbs .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat left center;
    transform: rotate(-180deg);
    opacity: 1;
}
.pd_thumbs .swiper-button-next{
    width: 20px;
    height: 34px;
    background:url(../images/left1.png) no-repeat left center;
    transform: rotate(-180deg);
    opacity: 1;
}
.pd_thumbs .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat left center;
    transform: rotate(0deg);
    opacity: 1;
}
.p_detail2{

}
.p_detail2_l{
    width: 73%;
    float: left;

}
.p_detail2_l_cont{
    background:#fff;
    padding:30px 25px;  
    margin-bottom:20px;  
}
.tab3li{

}
.tab3li ul{
    display: flex;
    background:#eaeaea;
    margin-bottom:30px;
}
.tab3li li{
    padding:0 30px;
    line-height:40px;
    font-size: 16px;
    color: #000;
}
.tab3li li.cur{
    background:#262425;
    color: #fff;
}
.tab3{
    display: none;
}
.p_title1{
    font-size: 18px;
    color: #262425;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
    background: url(../images/p_t1.jpg) no-repeat right center;
    line-height: 20px;
    margin-bottom: 30px;    
}
.p_title1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 5px;
    height: 18px;
    background-color: #262425;
}
.p_title1 span {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-weight: normal;
}
.tab3 table{
    border-top:1px solid #333;
    border-left:1px solid #333;
}
.tab3 table tr {
    background: #d8d8d8;
}
.tab3 table tr:nth-child(2n){
    background: #fff;
}
.tab3 table tr td{
    border-right:1px solid #333;
    border-bottom:1px solid #333;    
    text-indent:10px;
}

.page_content{
    padding:45px 0 20px;
    border-top:1px solid #cccccc;
    margin-top:70px;
}
.page_content .page{
    font-size: 16px;
    color: #999;
    float: left;
    width: 80%;
}
.page_content .page a{
    font-size: 16px;
    color: #999;    
}
a.back2{
    display: block;
    float: right;
    width: 110px;
    height: 32px;
    line-height:32px;
    background:#333;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
a.back2:hover{
    background:#262425;    
}
.relateproduct{
    background:#fff;
    padding:22px 35px 35px;
}
.relateproduct h4{
    font-size: 18px;
    color: #333;
    line-height:1em;
    margin-bottom:25px;
}
#relate_p li h3{
    font-size: 15px;
    color: #333;
    line-height: 1.6em;
    text-align: center;
    padding: 6px 0 12px;
}

@media(max-width: 1440px){

    .n_p_list_content{
        padding: 55px 0;
    }
    .p_sort {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .product_list1 li {
        margin-bottom: 40px;
    }
    .product_detail {
        margin: 35px 0 50px;
    }
    .p_detail1_r{
        width: 54%;
    }
    .p_detail1_r h3{
        font-size: 20px;
    }
    .p_detail1_r h4 {
        line-height: 36px;
        padding: 0 15px;
        margin: 15px 0;
    }
    .p_detail1_r .pd_text1 {
        padding: 15px 0 20px 22px;
    }
    .p_detail1_r_a {
        margin-bottom: 20px;
    }
    .p_detail1_r_a a{
        width: 150px;
    }
    .p_detail2_l_cont{
        padding:20px 15px;
    }
    .tab3li li {
        padding: 0 20px;
        font-size: 15px;
    }



    .page_content {
        padding: 25px 0 20px;
        margin-top: 40px;
    }
    .page_content .page{
        font-size: 15px;
    }
    .page_content .page a {
        font-size: 15px;
    }
}
@media(max-width: 1259px){
    .product_list1 li {
        margin-bottom: 30px;
    }
    .product_detail {
        margin: 35px 0;
    }
    .p_detail1_r h3 {
        font-size: 18px;
    }
    .p_detail1_r h4{
        display: none;
    }
    .p_detail1_r h5 {
        font-size: 16px;
        margin:10px 0 0;
        padding-left: 15px;
    }
    .p_detail1_r h5:before{
        height: 16px;
    }
    .p_detail1_r .pd_text1 {
        padding: 10px 0 10px 15px;
    }
    .p_detail1_r_a a {
        width: 100px;
        line-height:36px;
        height: 36px;
    }
    .p_title1{
        margin-bottom: 20px;
        background:none;
    }
}
@media(max-width: 992px){
    .n_p_list_content{
        padding: 45px 0;
    }
    .tab3li ul{
        margin-bottom: 20px;
    }
    .tab3li li {
        padding: 0 10px;
        font-size: 14px;
        line-height: 34px;
    }
}
@media(max-width: 768px){
    .product_list1 li {
        margin-bottom: 20px;
    }
    .product_detail {
        margin: 25px 0;
    }
    .p_detail1_l{
        width: 100%;
        margin-bottom:15px;
    }
    .p_detail1_r h3{
        border-bottom: none;
    }
    .p_detail1_r{
        width: 100%;
    }
    .p_detail2_l{
        width: 100%;
    }
    .p_detail2_r{
        width: 100%;
        display: none;
    }
}
@media(max-width: 640px){
    .n_p_list_content{
        padding: 30px 0;
    }
    .p_sort {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .p_detail1{
        padding:15px 10px;
    }
    .p_detail1_r h3 {
        font-size: 16px;
    }
    .tab3li ul{
        margin-bottom: 15px;
    }
    .page_content {
        padding: 10px 0;
        margin-top: 15px;
    }
    .page_content .page {
        float: none;
        width: 100%;
        font-size: 14px;
    }
    .page_content .page a {
        font-size: 14px;
    }
    a.back2{
        float: none;
        margin-top:10px;
    }
    .relateproduct {
        padding: 15px 10px;
    }
    .relateproduct h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}


.p_detail2_r{
    width: 24%;
    float: right;
}
.p_detail2_r h4{
    font-size: 18px;
    color: #262425;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.p_detail2_r h4:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 110px;
    height: 2px;
    background:#262425;
}
.r_cpfl{
    padding:30px 22px;
    background:#fff;
}
.p_sort2{
    margin-top:25px;
}
.p_sort2 li{

}
.p_sort2 li a{
    line-height:46px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: block;
    width: 100%;
    position: relative;
    padding:0 20px;
    background:#eaeaea;
    margin-bottom:2px;
}
.p_sort2 li a:before{
    content:'';
    width: 14px;
    height: 14px;
    background:url(../images/s1.png) no-repeat center;
    position: absolute;
    right:20px;
    top:50%;
    margin-top:-7px;
}
.p_sort2 li a.list_item1:hover:before{
    background:url(../images/s1_h.png) no-repeat center;
}
.p_sort2 li .layer2{
    padding:10px 0;
    background:#fafafa;
}
.p_sort2 li .layer2 a{
    background:#fafafa;
    font-size: 15px;
    color: #666;
    font-weight: normal;
    height: ;
    line-height:36px;
}
.p_sort2 li .layer2 a:before{
    display: none;
}
.r_zxxw{
    padding:30px 22px;
    background:#fff;
    margin-top:20px;
}
.news_list3{

}
.news_list3 li{
    padding:15px 0 20px;
    border-bottom: 1px solid #ccc;
}
.news_list3 li:last-child{
    border:none;
}
.news_list3 li a{
    display: block;
}
.news_list3 li a h3{
    font-size: 14px;
    color: #333;
}
.news_list3 li a span{
    font-size: 12px;
    color: #1373bd;
    display: block;
    line-height: 1.4em;
}
.news_list3 li a p{
    font-size: 14px;
    color: #666;
}
.news_list3 li:hover a h3{
    color: #1373bd;
}
a.more2{
    display: block;
    width: 100%;
    line-height:44px;
    height: 44px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background:#eaeaea;
    margin-top:10px;
}
a.more2:hover{
    background:#1373bd;
    color: #fff;
}
@media(max-width: 1440px){
    .p_sort2 li a{
        font-size: 15px;
    }
    .p_sort2 li .layer2 a{
        font-size: 14px;
    }
}
@media(max-width: 1259px){

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

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

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

}



/*n_video*/
.n_video{
    padding:60px 0 90px;
}
.v_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:35px 0 45px;
}
.v_sort a{
    display: block;
    width: 138px;
    line-height:40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background:#333;
    margin:0 9px;
}
.v_sort a:hover{
    background:#262425;
}
.v_sort a.cur{
    background:#262425;
}
.video_list{
    display: flex;
    flex-wrap: wrap;
}
.video_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:25px;
}
.video_list li:nth-child(3n){
    margin-right: 0;
}
.video_list li .img{

}
.video_list li .img img{
    
}
.video_list li h3{
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height:60px;
    font-weight: normal;
}
.video_list li .xs{
    position: fixed;
    top:0;
    left:0;
    z-index: 9999999;
    background:rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    display: none;
}

.video_list li .xs .v_cont{
    position: relative;
    width: 100%;
    height: 100%;
}
.video_list li .xs .v_cont .close{
    font-size: 42px;
    color:#fff;
    line-height:1em;
    position: absolute;
    top:20px;
    right:20px;
    cursor: pointer;
}
.video_list li .xs .v_cont p{
    width: 60%;
    height: 100%;
    margin:0 auto;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
/*    height: 500px;
    position: absolute;
    top:50%;
    margin-top:-250px;
    left: 20%;
    overflow: hidden;*/
}
.video_list li .xs .v_cont video{
    display: block;
/*    width: 60%;*/
    height: 80%;
    outline: none;
}

@media(max-width: 1440px){
    .n_video{
        padding:60px 0;
    }
    .v_sort {
        margin: 30px 0 30px;
    }
    .v_sort a{
        font-size: 15px;
    }
}
@media(max-width: 1259px){
    .n_video{
        padding:50px 0;
    }
    .video_list li{
        margin-bottom: 15px;
    }
    .video_list li h3{
        font-size: 15px;
        line-height: 50px;
    }
    .video_list li .xs .v_cont p{
        width: 80%;
    }
}
@media(max-width: 992px){
    .video_list li{
        margin-bottom: 10px;
    }
    .video_list li h3{
        line-height: 42px;
    }
}
@media(max-width: 768px){
    .n_video{
        padding:40px 0;
    }
    .v_sort a{
        width: 100px;
    }
    .video_list li .xs .v_cont p{
        width: 96%;
    }
}
@media(max-width: 640px){
    .n_video{
        padding:30px 0;
    }
    .v_sort {
        margin: 20px 0;
    }
    .v_sort a {
        font-size: 12px;
        line-height:32px;
        height: 32px;
        margin:5px 0.5%;
        width: 24%;
    }
    .video_list li{
        width: 49%;
    }
    .video_list li:nth-child(3n){
        margin-right: 2%;
    }
    .video_list li:nth-child(2n){
        margin-right: 0;
    }
    .video_list li h3 {
        line-height: 1.6em;
        padding:5px 0;
    }
    .video_list li .xs .v_cont .close{
        top:15px;
        right:15px;
    }
}


.n_news{
    padding:20px 0 60px;
}
.n_news_l{
    width: 73%;
    float: left;

}
.n_news_title1{

}
.n_news_title1 h2{
    font-size: 18px;
    color: #262425;
    border-bottom: 1px solid #ccc;
    position: relative;  
    padding-bottom: 5px;  
}
.n_news_title1 h2:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 2px;
    background: #262425;
}
.n_news_l .n_news_title1{
    background:#fff;
    padding: 22px 25px;
}
.n_news_l .n_news_title1 h2{
    text-indent: 20px;
}
.n_news_l_cont{
    background:#fff;
    padding: 30px 22px;
    margin-top:20px;
}
.news_sort{
    display: flex;
    flex-wrap: wrap;
}
.news_sort li{
    
}
.news_sort li a{
    padding:0 25px;
    line-height:40px;
    height: 40px;
    background:#eaeaea;
    display: block;
    font-size: 16px;
    color: #000;
}
.news_sort li:hover a{
    color: #fff;
    background:#262425;
}
.news_sort li.cur a{
    color: #fff;
    background:#262425;
}
.news_list{

}
.news_list li{
    padding:32px 0;
    border-bottom:1px solid #e5e5e5;
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_list li a .img{
    width: 23%;
    border:1px solid #ccc;
}
.news_list li a .img img{
    
}
.news_list li a .text{
    width: 75%;
    padding-top:25px;
}
.news_list li a .text h3{
    font-size: 16px;
    color: #000;
    line-height:1.4em;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li a .text span{
    font-size: 13px;
    color: #262425;
}
.news_list li a .text div{
    font-size: 14px;
    color: #666;
    text-indent: 2em;
}
.news_list li a .text em{
    display: block;
    width: 78px;
    line-height:25px;
    height: 25px;
    font-size: 14px;
    color: #fff;
    text-align:center;
    background:#333;
    font-style: normal;
    margin-top:15px;
}
.news_list li:hover a .text em{
    background:#262425;
}
.n_news_r{
    background:#fff;
    width: 24%;
    float: right;
}
.n_news_r .r_cpfl{
        padding: 22px 25px;
}

@media(max-width: 1440px){
    .n_news_l .n_news_title1 h2{
        text-indent: 0;
    }
    .news_list li {
        padding: 25px 0;
    }
}
@media(max-width: 1259px){
    .n_news_l .n_news_title1 h2{
        font-size: 16px;
    }
    .news_list{
        margin-top:15px;
    }
    .news_list li {
        padding: 15px 0;
    }
    .news_list li a .text {
        padding-top: 10px;
    }
    .news_list li a .text em{
        margin-top:5px;
    }
}
@media(max-width: 992px){
    .n_news_l {
        width: 100%;
        float: none;
    }
    .n_news_l .n_news_title1 {
        padding: 10px 20px 15px;
    }
    .n_news_l_cont {
        padding: 25px 20px;
    }
    .n_news_r{
        display: none;
    }
}
@media(max-width: 768px){
    .news_sort li a{
        padding:0 20px;
    }
}
@media(max-width: 640px){
    .n_news_l .n_news_title1{
        display: none;
    }
    .n_news_l_cont {
        padding: 15px 10px;
        margin-top: 0px;
    }
    .news_sort li a{
        padding:0 15px;
        font-size: 15px;
        line-height:36px;
        height: 36px;
    }
    .news_list {
        margin-top: 10px;
    }
    .news_list li a .img{
        display: none;
    }
    .news_list li a .text {
        width: 100%;
        padding-top:0;
    }
    .news_list li a .text h3{
        font-size: 15px;
    }
    .news_list li a .text div{
        text-indent: 0;
    }
}



.news_detail{
    padding-top:30px;
}
.news_detail h1{
    font-size: 24px;
    color: #333;
}
.news_detail .news_date{
    font-size: 14px;
    color: #999;
}
.news_detail .zhaiyao{
    font-size: 14px;
    color: #666;
    border:1px dashed #d8d8d8;
    margin:15px 0 25px;
    padding:5px 12px;
}
.news_detail .zhaiyao h4{
    font-size:14px;
    color: #333;
    font-weight: normal;
}
.news_detail .content{

}


@media(max-width: 1440px){
    .n_news {
        padding: 20px 0 40px;
    }
    .news_detail h1{
        font-size: 20px;
    }

}
@media(max-width: 1259px){
    .news_detail h1{
        font-size: 18px;
    }
}
@media(max-width: 992px){
    .news_detail {
        padding-top: 20px;
    }
}
@media(max-width: 768px){
    .news_detail h1{
        font-size: 16px;
    }
    .n_news {
        padding: 20px 0;
    }
}
@media(max-width: 640px){

    .news_detail {
        padding-top: 10px;
    }
    .news_detail .zhaiyao {
        margin: 10px 0;
        padding: 5px 10px;
    }
}

.n_contact{
    padding: 60px 0 90px;
}
.n_contact h2{
    font-weight: normal;
    font-size: 36px;
    color: #333;
    text-align: center;
    line-height:1em;
    margin-bottom: 45px;
}
.n_contact .container{
    display: flex;
    flex-wrap: wrap;
}
.n_contact_text{
    background:#f7f7f7;
    width: 33%;
    padding:35px 80px;
}
.n_contact_text li{
    font-size: 16px;
    padding: 15px 0 15px 60px;
    border-bottom: 2px solid #e5e5e5;
}
.n_contact_text li p{
    line-height:1.4em;
}
.n_contact_text li p:first-child{
    color: #333;
    margin-bottom: 5px;
}
.n_contact_text li:nth-child(1){
    background:url(../images/d1.png) no-repeat left center;
}
.n_contact_text li:nth-child(2){
    background:url(../images/d2.png) no-repeat left center;
}
.n_contact_text li:nth-child(3){
    background:url(../images/d3.png) no-repeat left center;
}
.n_contact_text li:nth-child(4){
    background:url(../images/d4.png) no-repeat left center;
}
.n_map{
    width: 64%;
    margin-left: 3%;
    padding:8px;
    border:1px solid #e5e5e5;
}
#n_message{
    background:#f8f8f8;
    padding:65px 0 100px;
}
.m_title{
    margin-bottom: 50px;
    text-align: center;
}
.m_title h3{
    font-size: 36px;
    color: #333;
    line-height:1em;
    font-weight: normal;
}
.m_title p{
    font-size: 16px;
    color: #666;
    line-height:1em;
    margin-top:20px;
}
#n_message ul{
    display: flex;
    flex-wrap: wrap;
}
#n_message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 28px;
}
#n_message ul li:nth-child(2n){
    margin-right: 0;
}
#n_message ul li input{
    outline: none;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    background:none;
}
#n_message ul li:last-child{
    width: 100%;
}
#n_message ul li textarea{
    display: block;
    width: 100%;
    padding: 14px 20px;
    height: 180px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #666;
    font-family: '微软雅黑';
    background:none;
    outline: none;
}
.m_btn input{
    width: 160px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: #262425;
    letter-spacing: .4em;
    transition: all .4s ease;
    margin:0 auto;
    border:none;
    display: block;
    outline: none;
}
@media(max-width: 1440px){
    .n_contact {
        padding: 60px 0;
    }
    .n_contact h2{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .n_contact_text{
        padding:30px 40px;
    }
    .n_contact_text li{
        font-size: 15px;
        padding: 15px 0 15px 50px;
    }
    .m_title{
        margin-bottom: 40px;
    }
    .m_title h3{
        font-size: 30px;
    }
    .m_title p{
        font-size: 15px;
    }
    #n_message {
        padding: 65px 0;
    }
    #n_message ul li input{
        font-size: 15px;
    }
    #n_message ul li textarea{
        font-size: 15px;
    }
}
@media(max-width: 1259px){
    .n_contact {
        padding: 50px 0;
    }
    .n_contact h2{
        margin-bottom: 30px;
        font-size: 26px;
    }
    .n_contact_text{
        padding:20px 15px;
    }
    .n_contact_text li{
        padding: 15px 0 15px 45px;
    }
    .m_title h3{
        font-size: 26px;
    }
    .m_title p{
        font-size: 14px;
    }
    .n_contact_text li{
        font-size: 14px;
        padding: 12px 0 12px 45px;
    }
    #map1{
        height: 350px;
        overflow: hidden;
    }
    #n_message {
        padding: 60px 0;
    }
    #n_message ul li{
        margin-bottom:15px;
    }
}
@media(max-width: 992px){

}
@media(max-width: 768px){
    .n_contact {
        padding: 40px 0;
    }
    .n_contact h2 {
        font-size: 22px;
    }
    .n_contact_text {
        padding: 15px 10px;
    }
    .n_contact_text li{
        padding: 10px 0 10px 35px;
    }
    .m_title{
        margin-bottom: 30px;
    }
    .m_title h3{
        font-size: 24px;
    }
    #n_message {
        padding: 40px 0;
    }
}
@media(max-width: 640px){
    .n_contact {
        padding: 30px 0;
    }
    .n_contact h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .n_contact_text{
        width: 100%;
    }
    .n_contact_text li{
        padding: 10px 0 10px 40px;
    }
    .n_map {
        width: 100%;
        margin-left: 0%;
        padding: 0px;
        border: 1px solid #e5e5e5;
    }
    #map1 {
        height: 250px;
    }
    .m_title{
        margin-bottom: 20px;
    }
    .m_title h3{
        font-size: 20px;
    }
    #n_message {
        padding: 30px 0;
    }
    #n_message ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom:10px;
    }
    #n_message ul li input{
        height: 40px;
        line-height:40px;
        padding:0 10px;
    }
    #n_message ul li textarea {

        padding: 10px 10px;
        height: 120px;
        line-height:36px;
    }
    .m_btn input {
        width: 120px;
        height: 42px;
    }
}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.n_search{
    padding:50px 0;
}
.tag_total{
    font-size: 20px;
    color: #333;
    margin-bottom:20px;
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
    .n_search{
        padding:30px 0;
    }
}

.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 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#0072a3;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #0072a3;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: #0072a3;
    vertical-align: middle;
    border: 1px solid #0072a3; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.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;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

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