/*头部样式*/
.container{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.head{

}
.head .container{
    width: 96%;
    max-width: 1320px;
    margin: 0 auto;
}
.logo{
    float: left;
    padding:5px 0;
}
.logo_text{
    float: left;
    margin-left:30px;
    padding-left:30px;
    position: relative;
    padding-top: 20px;
}
.logo_text:before{
    content: '';
    width: 1px;
    height: 40px;
    background: #46667b;
    position: absolute;
    top:35px;
    left:0;
}
.logo_text h3{
    font-size: 26px;
    color: #282828;
/*    font-weight: normal;*/
    line-height:1;
}
.logo_text h3 span{
    color: #4d7188;
}
.logo_text h3 span b{
    font-size: 36px;
    font-family: 'impact';
}
.logo_text p{
    font-size: 16px;
    color: #666;
    letter-spacing: 2px;
}
.head_tel{
    float: right;
    background: url(../images/tel1.png) no-repeat left top;
    padding-left:60px;
    padding-top:15px;
    height: 75px;
}
.head_tel p{
    font-size: 26px;
    color: #4c4c4c;
    font-family: 'impact';
    line-height:1.4em;
}

.nav{
    background: #dbdbdb;

}
.nav .container{
    width: 96%;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.nav li{
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height:60px;
    padding:0 29px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
    padding:0;
}
.nav li a:hover{
    background: url(../images/nav.jpg) repeat-x center;
    color: #fff;
}
.nav li.on a{
    background: url(../images/nav.jpg) repeat-x center;
    color: #fff;
}
.nav li .b_nav a:hover{
    background: #46667b;
}

.menu-button{
    display: none;
    position: absolute;
    top: 12px;
    right: 0px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #daa93f;
    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: #daa93f;
    text-align: center;
    position: absolute;
    left:0;
    top:68px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
#swiper-container1 .swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    margin:0 15px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    opacity: 1!important;
    border-radius: 50%;
}
#swiper-container1 .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #daa93f;
}
#swiper-container1 .swiper-pagination .swiper-pagination-bullet-active:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top:-5px;
    left:-5px;
    z-index: 9;
    border:1px solid #daa93f;
}

@media(max-width: 1199px){
    .container{
        box-sizing: border-box;
        width: 100%;
        padding:0 1%;
    }
    .nav .container{
        width: 100%;
        padding:0;
        justify-content: center;
    }
    .nav li a{
        padding:0 18px;
        line-height:50px;
        font-size: 14px;
    }
}
@media(max-width: 768px){
    .logo_text{
        display: none;
    }
}
@media(max-width: 640px){
    .logo{
        width: 50%;
        float: none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .head_tel{
        display: none;
    }
    #swiper-container1 .swiper-pagination{
        display: none!important;
    }
}


main{
    width: 100%;
    overflow: hidden;
}
.main1{
    position: relative;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.main1:after{
    content: '';
    width:30%;
    height: 100%;
    background: #46667b;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
.main1 .container{
    display: flex;
    flex-wrap: wrap;
}
.main1_l{
    width: 30%;
    background: #46667b;
    text-align: right;
    box-sizing: border-box;
    padding:50px 30px 45px 0;
}
.main1_l h3{
    color: #fff;
    font-weight: normal;
    font-size: 36px;
    line-height:1em;
}
.main1_l span{
    display: block;
    font-size: 40px;
    color: #7a91a0;
    font-family: 'impact';
    line-height:1em;
    padding:5px 0 22px;
}
.main1_l p{
    color: #daa93f;
    font-size: 24px;
    line-height:1em;
}
.main1_r{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
.main1_r li{
    width: 33.3333%;
    box-sizing: border-box;
    padding:50px 40px 0 40px;
    border-left:1px solid #ccc;
}
.main1_r h4{

    line-height:1em;
}
.main1_r h4 em{
    font-style: normal;
    font-size: 56px;
    color: #46667b;
    font-family: 'impact';
}
.main1_r h4 sup{
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #daa93f;
    display: inline-block;
    text-align: center;
    line-height:30px;
    font-weight: normal;
    font-family: '微软雅黑';
    position: relative;
    top: -16px;
    left: 5px;
}
.main1_r span{
    display: block;
    font-size: 18px;
    color: #4c4c4c;
}
.main1_r p{
    font-size: 14px;
    color: #4c4c4c;
}

@media(max-width: 1199px){
    .main1_l{
        padding: 30px 30px 30px 0;
    }
    .main1_l p{
        font-size: 22px;
    }
    .main1_r li{
        padding:40px 15px;
    }
    .main1_r p{
        line-height:1.6em;
    }
}
@media(max-width: 768px){
    .main1{
        display: none;
    }
    .main1_l span{
        font-size: 32px;
    }
}
@media(max-width: 640px){
    
}



.main2{
    padding:55px 0;
}
.index_title1{
    text-align: center;
    margin-bottom:30px;
}
.index_title1 h3{
    font-size: 40px;
    color:#333;
    background: url(../images/title1.png) no-repeat center;
}
.index_title1 p{
    font-size: 16px;
    color:#808080;    
}
.index_shebei{
    display:flex;
    flex-wrap: wrap;
}
.index_shebei li{
    width: 50%;
    box-shadow: 5PX 5PX 10PX #999;
    background: #e2e2e2;
}
.index_shebei li a{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding:85px 25px 25px 45px;
    height: 100%;
}
.index_shebei li .img{
    display: block;
    text-align: right;
}
.index_shebei li .text{
    position: absolute;
    top:40px;
    left:45px;
}
.index_shebei li h3{
    font-size: 30px;
    color: #4c4c4c;
    font-weight: normal;
    padding-bottom: 20px;
}
.index_shebei li p{
    font-size: 16px;
    color: #454545;
}
.index_shebei li span{
    display: block;
    width: 44px;
    height: 44px;
    background: url(../images/jia.png) no-repeat;
    position: absolute;
    bottom:50px;
    left:45px;
}
.index_shebei li:hover{
    background: #46667b;
}
.index_shebei li:hover a h3{
    color: #fff;
}
.index_shebei li:hover a p{
    color: #fff;
}
.index_shebei li:hover span{
    background: url(../images/jia_h.png) no-repeat;
}
.index_shebei li:nth-child(3) .img{
    padding-top: 10px;
}
.index_shebei li:nth-child(4) a{
    padding:15px 25px 15px 45px;
}
@media(max-width: 1199px){
    .main2 {
        padding: 30px 0;
    }
}
@media(max-width: 768px){
    .index_title1{
        margin-bottom: 20px;
    }
    .index_title1 h3{
        font-size: 30px;
        background:none!important;
        line-height:1.6em;
    }
    .index_title1 h3 span{
        font-size: 36px!important;
    }
    .index_shebei li a{
        padding: 30px 15px;
    }
    .index_shebei li .text{
        position: relative;
        top: 0;
        left: 0;
    }
    .index_shebei li h3{
        font-size: 24px;
        padding: 5px 0;
    }
    .index_shebei li span{
        display: none;
    }
    .index_shebei li p{
        font-size: 14px;
    }
    .index_shebei li .img{
        text-align: center;
    }
}
@media(max-width: 640px){
    .main2 {
        padding: 20px 0;
    }
    .index_title1 h3{
        font-size: 24px;
    }
    .index_title1 p{
        font-size: 14px;
    }
    .index_shebei li{
        width: 100%;
    }
    .index_shebei li a {
        padding: 15px 10px;
    }
    .index_shebei li:nth-child(4) a {
        padding: 15px 10px;
    }
    .index_title1 h3 span {
        font-size: 26px!important;
    }
}


.main3{
    padding:75px 0 60px 0;
    background: url(../images/ys_bg.jpg) no-repeat center;
    background-size: cover;
}
.main3 .index_title1 h3{
    background: url(../images/title2.png) no-repeat center;
}
.main3 .index_title1 h3 span{
    color: #daa93f;
    font-size: 42px;
}
.index_ys{
    display: flex;
    flex-wrap: wrap;
}
.ys_img{
    width: 40%;
    text-align: center;
}
.ys_list{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding-right: 10%;
}
.ys_list li{
    width:24%;
    margin:20px 4.65%;
    text-align: center;
    cursor: pointer;
}
.ys_list li a.img{
    display: block;
    background: url(../images/ysli_bg.png) no-repeat center;
    text-align: center;
    max-width: 136px;
    line-height: 156px;
    height: 156px;
    margin:0 auto;
}
.ys_list li img.ysimg2{
    display: none;
}
.ys_list li p{
    font-size: 16px;
    color: #6b5757;
    padding-top: 5px;
}
.ys_list li:hover a.img{
    background: url(../images/ysli_bg_h.png) no-repeat center;
}
.ys_list li:hover img.ysimg1{
    display: none;
}
.ys_list li:hover img.ysimg2{
    display: inline-block;
    line-height: 156px;
}

@media(max-width: 1199px){
    .main3 {
        padding: 30px 0;
    }
    .ys_list{
        width: 60%;
        padding-right: 0;
    }
}
@media(max-width: 768px){
    .ys_img{
        width: 100%;
    }
    .ys_list {
        width: 100%;
    }
}
@media(max-width: 640px){
    .ys_list li{
        width: 48%;
        margin:1%;
    }
    .ys_list li p{
        font-size: 14px;
    }
}


.ht{
    position: relative;
    width: 1920px;
    left:50%
    margin-left:-960px;
    height: 276px;
    background:url(../images/ht.jpg) no-repeat top left;
    color: #fff;
}
.ht .container{
    position: relative;
}
.ht h3{
    font-size: 36px;
    position: absolute;
    top:65px;
    left:25px;
}
.ht h3 span{
    color: #daa93f;
    font-weight: bold;
}
.ht p{
    font-size: 18px;
    position: absolute;
    top:142px;
    left:75px;
}
.ht p span{
    font-size: 26px;
    color: #daa93f;
    font-weight: bold;
}
.ht .ht_a{
    position: absolute;
    top:190px;
    right:190px;
}
.ht_tel{
    font-size: 14px;
    background:url(../images/tel2.png) no-repeat left 22px;
    padding-left: 32px;
}
.ht_tel span{
    color: #daa93f;
    font-size: 28px;
    font-weight: bold;
}
.ht_tel a{
    display: inline-block;
    width: 138px;
    line-height:34px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left:58px;
}
.ht_tel a:hover{
    background:#daa93f;
    border: 1px solid #daa93f;
}
.ht2{
    background:url(../images/ht2.jpg) no-repeat top left;
}
.ht2 h3{
    top:60px;
}
.ht2 p{
    top:130px;
}
@media(max-width: 1199px){
    .ht{
        display: none;
    }
}
@media(max-width: 768px){
    
}
@media(max-width: 640px){
    
}

.main4{
    padding:65px 0;
}
.main4 .index_title1 h3 {
    background: url(../images/title3.png) no-repeat center;
}
.main4 .index_title1 h3 span {
    color: #daa93f;
    font-size: 42px;
}
.main4_content{
    background:#f0f0f0;
    padding:30px 0 22px 0;
}
.eckfnl {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.eckfnl li{
    width: 19%;
    margin-right: 1%;
    text-align: center;
}
.eckfnl li a.img{
    display: flex;
    justify-content: center;
    height: 181px;
    align-items : flex-end;
    margin-bottom: 15px;
}
.eckfnl li p{
    font-size: 14px;
    color: #4c4c4c;
}
.main4_content_text{

}
.main4_content_text p{
    font-size: 14px;
    color: #666;
}
.main4_content_text p span{
    display: block;
    color: #4b4b4b;
    font-weight: bold;
}
@media(max-width: 1199px){
    .main4{
        padding:30px 0;
    }
}
@media(max-width: 768px){
    .main4_content{
        padding:20px 0;
    }
    .eckfnl{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .eckfnl li a.img{
        margin-bottom: 5px;
    }
    .eckfnl li p{
        font-size: 12px;
    }
}
@media(max-width: 640px){
    .main4{
        display: none;
    }
}


.main5{

}
.index_ys2{

}
.index_ys2 li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 48px;
}
.index_ys2 li:nth-child(2n){
    flex-direction: row;
}
.index_ys2 li a.img{
    width: 50%;
}
.index_ys2 li .index_ys2_content{
    width: 50%;
    box-sizing: border-box;
    padding-left: 128px;
    position: relative;
}
.index_ys2 li .index_ys2_content .img1{
    display: block;
    position: absolute;
    top:0;
    left:38px;
}
.index_ys2 li .index_ys2_content h3{
    font-size: 30px;
    color: #daa93f;
    font-weight: normal;
}
.index_ys2 li .index_ys2_content h4{
    color: #e0e0e0;
    font-weight: normal;
    font-size: 30px;
    font-family: 'impact';
    line-height:1em;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.index_ys2 li .index_ys2_content .text{
    display: flex;
    flex-wrap: wrap;
}
.index_ys2 li .index_ys2_content .text p{
    width: 50%;
    padding-left: 18px;
    box-sizing: border-box;
    background:url(../images/yd1.png) no-repeat left 9px;
    margin-bottom: 5px;
}
.index_ys2 li:nth-child(5) .index_ys2_content .text p{
    width: 100%;
}

@media(max-width: 1199px){
    .index_ys2 li .index_ys2_content{
        padding-left: 78px;
    }
    .index_ys2 li .index_ys2_content .img1{
        left: 2px;
    }
}
@media(max-width: 768px){
    .index_ys2 li .index_ys2_content h4{
        font-size: 24px;
    }
}
@media(max-width: 640px){
    .main5{
        display: none;
    }    
}

.main6{
    background:url(../images/about_bg.jpg) no-repeat center;
    padding:45px 0;
}
.main6 .index_title1 h3 span {
    color: #daa93f;
    font-size: 42px;
}
.index_about{

}
.index_about_text{
    width: 90%;
    margin:0 auto;
    text-align: center;
    padding:30px 0 45px 0;
}
.index_about_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.index_about_sort li{
    max-width: 180px;
    width: 12%;
    margin:1% 2%;
    position: relative;
    line-height:70px;
}
.index_about_sort li a{
    position: relative;
    display: block;
    font-size: 16px;
    color: #474747;
    font-weight: bold;
    text-align: center;
    -webkit-clip-path: polygon(10% 0%, 100% 0%,90% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%,90% 100%, 0% 100%);
    background:#fff;
}
.index_about_sort li:after{
    content: '';
    position: absolute;
    left: -15px;
    top: 12px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    
}
.index_about_sort li:nth-child(1):after{
    background:url(../images/a_icon1.png) no-repeat center #46667b;
}
.index_about_sort li:nth-child(2):after{
    background:url(../images/a_icon2.png) no-repeat center #46667b;
}
.index_about_sort li:nth-child(3):after{
    background:url(../images/a_icon3.png) no-repeat center #46667b;
}
.index_about_sort li:nth-child(4):after{
    background:url(../images/a_icon4.png) no-repeat center #46667b;
}
.index_about_sort li:nth-child(5):after{
    background:url(../images/a_icon6.png) no-repeat center #46667b;
}
.index_about_sort li:nth-child(6):after{
    background:url(../images/a_icon5.png) no-repeat center #46667b;
}
.index_about_sort li:nth-child(1):hover:after{
    background:url(../images/a_icon1.png) no-repeat center #daa93f;
}
.index_about_sort li:nth-child(2):hover:after{
    background:url(../images/a_icon2.png) no-repeat center #daa93f;
}
.index_about_sort li:nth-child(3):hover:after{
    background:url(../images/a_icon3.png) no-repeat center #daa93f;
}
.index_about_sort li:nth-child(4):hover:after{
    background:url(../images/a_icon4.png) no-repeat center #daa93f;
}
.index_about_sort li:nth-child(5):hover:after{
    background:url(../images/a_icon6.png) no-repeat center #daa93f;
}
.index_about_sort li:nth-child(6):hover:after{
    background:url(../images/a_icon5.png) no-repeat center #daa93f;
}
@media(max-width: 1199px){
    .main6{
        background-size: cover;
        padding:30px 0;
    }
}
@media(max-width: 768px){
    .index_about_text{
        padding:20px 0;
    }
}
@media(max-width: 640px){
    .main6{
        padding:20px 0;
    }
    .index_about_sort{
        display: none;
    }
}


.main7{
    padding:50px 0;
}
.main7 .index_title1 h3 span {
    color: #daa93f;
    font-size: 42px;
}
.index_news_list{
    display: flex;
    flex-wrap: wrap;
}
.index_news_list li{
    width: 30%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    cursor: pointer;
}
.index_news_list li:nth-child(2){
    margin:0 5%;
}
.index_news_list li a.img{
    display: block;
    overflow: hidden;
}
.index_news_list li a.img img{
    transition: all 0.6s ease-out;
}
.index_news_list li .text{
    padding:30px 20px 15px 20px;
}
.index_news_list li h3 a{
    font-size: 16px;
    color: #46667b;
    font-weight: normal;
}
.index_news_list li p{
    font-size: 12px;
}
.index_news_list li span{
    font-size: 12px;
    color: #4c4c4c;
    display: block;
    width: 100%;
    margin-top:20px;
}
.index_news_list li span a{
    background:url(../images/news_more.png) no-repeat center;
    width: 25px;
    height: 25px;
    float:right;
    display: block;
}
.index_news_list li:hover a.img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.index_news_list li:hover span a{
    background:url(../images/news_more_h.png) no-repeat center;
}
@media(max-width: 1199px){
    .main7 {
        padding: 30px 0;
    }
}
@media(max-width: 768px){
    .index_news_list li{
        width: 32%;
    }
    .index_news_list li:nth-child(2) {
        margin: 0 2%;
    }
    .index_news_list li .text {
        padding: 15px 10px;
    }
    .index_news_list li span{
        margin-top: 10px;
    }
}
@media(max-width: 640px){
    .main7{
        padding:20px 0;
    }
    .index_news_list li {
        width: 100%;
    }    
    .index_news_list li:nth-child(2) {
        margin: 10px 0;
    }
}

#foot_message{
    background: url(../images/message.jpg) no-repeat;
    background-size: cover;
}
.foot_message{
    padding:60px 0;
}
.foot_message_title{
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.foot_message_title p{
    font-size: 18px;
    padding-top: 10px;
}
.mess_container2{
    width: 90%;
    margin:0 auto;
    position: relative;
}
.message1{

}
.message1 ul{
    display: flex;
}
.message1 ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.message1 ul li:last-child{
    margin-right: 0;
}
.message1 ul li input{
    display:block;
    width: 100%;
    background: #fff;
    line-height: 40px;
    height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    border:none;
}
.message1 .mess_content{
    width: 100%;
}
.message1 .mess_content textarea{
    height: 80px;
    line-height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    width: 100%;    
    border: none;
    padding:0;
}
.message1 .mess_btn input.msgbtn{
    display: block;
    width: 152px;
    line-height: 38px;
    background-color: #daa93f;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top:70px;
    right:0;
    border: none;
}

@media (max-width: 1600px){
    .mess_container {
        width: 80%;
    }    
}
@media (max-width: 1440px){
    .mess_container {
        width: 85%;
    }
}
@media (max-width: 1024px){
    .mess_container {
        box-sizing: border-box;
        width: 100%;
        padding: 30px 1%;
    }
    .mess_container2{
        width: 98%;
        padding: 0 1%;
    }
}
@media (max-width: 768px){
    .message1 .mess_btn input.msgbtn{
        position: relative;
        left:0;
        top:0px;
        margin-top: 20px;
    }
    .foot_message {
        padding: 30px 0;
    }
    .foot_message_title{
        font-size: 18px;
    }
    .foot_message_title p{
        font-size: 14px;
        padding-top: 0;
    }

}
@media(max-width: 640px){
    .n_logo a .text{
        display: none;
    }
    .n_map{
        margin-bottom: 20px;
    }
    .n_contact_cont{
        position: relative;
        left:0;
        top:0;
        padding:30px 20px;
    }
    .foot_message{
        padding:20px 0;
    }
    .foot_message_title{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .foot_message_title p{
        font-size: 12px;
        padding-top: 0px;
    }
    .message1 ul{
        flex-wrap: wrap;
    }
    .message1 ul li{
        width: 100%;
        margin:0 0 10px 0;
    }
    .n_conatct_title h3 {
        font-size: 18px;
    }
    .n_map{
        margin-bottom: 0;
    }
    .n_map .text{
        position: relative;
        left: 0;
        top:0;
        padding:15px 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .n_map .text p{
        margin-top: 0;
    }
    .n_code{
        margin-top: 10px;
    }
    .n_map .n_map_ditu iframe{
        /*display: none;*/
        height: 250px;
    }
    .message1 .mess_btn input.msgbtn{
        margin:10px auto 0;
    }
}

/*footer*/
.footer{
    background:#323232;
    padding:25px 0 45px 0;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.f_nav li{
    padding:0 3%;
    position: relative;
}
.f_nav li:after{
    content:'';
    position: absolute;
    right:0;
    top:15px;
    width: 5px;
    height: 5px;
    background:#9a9a9a;
    border-radius: 50%;
}
.f_nav li:last-child:after{
    display: none;
}
.f_nav li a{
    display: block;
    font-size: 16px;
    color: #9a9a9a;
}
.foot{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
.foot h3{
    font-size: 30px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.foot h3:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 60px;
    height: 1px;
    background:#999;
}
.f_code{
    width: 26%;
    box-sizing: border-box;
    padding:0;

}
.f_code p:last-child{
    text-indent: 15px;
}
.f_contact{
    width: 40%;
    box-sizing: border-box;
    padding:0 6%;
    position: relative;
}
.f_contact:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 220px;
    background:#4d4d4d;
    top:30px;
    left:0;
}
.f_contact:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 220px;
    background:#4d4d4d;
    top:30px;
    right:0;
}
.f_contact p:nth-child(2){
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height:1em;
    padding-bottom: 15px;
}
.f_contact p:nth-child(3){
    font-size: 14px;
    color: #b2b2b2;
    padding-left: 30px;
    background:url(../images/f1.png) no-repeat left center;
}
.f_contact p:nth-child(4){
    font-size: 14px;
    color: #b2b2b2;
    padding-left: 30px;
    background:url(../images/f1.png) no-repeat left center;
}
.f_contact p:nth-child(5){
    font-size: 14px;
    color: #b2b2b2;
    padding-left: 30px;
    background:url(../images/f1.png) no-repeat left center;
}
.f_contact p:nth-child(6){
    font-size: 14px;
    color: #b2b2b2;
    padding-left: 30px;
    background:url(../images/f2.png) no-repeat left center;
}
.f_contact p:nth-child(7){
    font-size: 14px;
    color: #b2b2b2;
    padding-left: 30px;
    background:url(../images/f3.png) no-repeat left center;
}

.f_tel{
    width: 34%;
    box-sizing: border-box;
    padding:0 0 0 6%;  

}
.f_tel_cont{
    padding-left: 65px;
    background:url(../images/tel3.png) no-repeat left 12px;      
}
.f_tel_cont p{
    font-size: 16px;
    color: #fff;
}
.f_tel_cont p:nth-child(2){
    font-size: 34px;
    color: #fff;
    font-family: 'impact';
    line-height:1em;
}
a.zxzz{
    display: block;
    width: 185px;
    line-height:60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background:#daa93f;
    margin-top:35px;
}

.copyright{
    background:#565656;
    color: #b2b2b2;
    padding:5px 0;
}
.copyright a{
    color: #b2b2b2;
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}

@media(max-width: 1199px){
    .f_nav li {
        padding: 0 2%;
    }
}
@media(max-width: 768px){
    .footer{
        display: none;
    }    
    .copyright_l{
        float: none;
        text-align: center;
    }
    .copyright_r{
        float: none;
        text-align: center;
    }
}
@media(max-width: 640px){
    
}

.new-float{
    position: fixed;
    right: -3px;
    top: 60%;
    z-index: 50;
    width: 61px;
    height: 374px;
    margin-top: -187px;
    
}
.new-float li{
    position: relative;
    width: 60px;
    height: 62px;
    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: 60px;
    height: 62px;
/*    padding: 30px 10px 0 0;*/
    color: #fff;
    font-size: 12px;   
    box-sizing: border-box;
    
}
.new-float li p{
    position: relative;
    z-index: 2;
    height: 62px;
    padding-top: 30px;
    cursor: pointer;
    
}
.new-float li.fi{
    position: relative;
}
.new-float li.fi img{
     display: none; 
    position: absolute;
    top: 53%;
    right: 60px;
    position: fixed;
    max-width: 150px;
}
.new-float li.fi:hover img{
    display: block;
}
.new-float li.fi a{ 
    background:url(../images/left_fixed.jpg) no-repeat 0px 0px;
}
.new-float li.fo a.tit{
    background:url(../images/left_fixed.jpg) no-repeat 0px -63px; 
}
.new-float li.fxx a{
    background:url(../images/left_fixed.jpg) no-repeat 0px -189px;    
}
.new-float li.th a{
    background:url(../images/left_fixed.jpg) no-repeat 0px -126px; 
}
.new-float li.tp a{
    background:url(../images/left_fixed.jpg) no-repeat 0px -252px;
    height: 59px;
}

.new-float li .tel{
    position: absolute;
    left: 63px;top: 0;z-index: 1;
    width: 184px;
    height: 62px;
    font: 24px/62px Arial;
    color: #fff; 
    background:#46667b;
    cursor: pointer;
    
}
@media(max-width: 1199px){
    .new-float{
        display: 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_text{
    position: absolute;
    width: 100%;
    text-align: center;
    top:30%;
    color: #fff;

}
.n_banner_text h3{
    font-size: 40px;
    font-weight: normal;
    line-height:1.6em;
}
.n_banner_text p{
    font-size: 24px;
    text-transform: uppercase;
}
.n_yh{
    padding:25px 0;
    background: #f2f2f2;
}
.hotkeyword{
    float: left;
    line-height:32px;
}
.n_ss{
    float: right;
}
#formsearch{
    width: 294px;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
}
input#keyword{
    background: none;
    border: none;
    line-height:32px;
    height: 32px;
    text-indent: 15px;
    width: 250px;
    outline: none;
    color: #999;
}
input#s_btn{
    width: 38px;
    height: 32px;
    background: url(../images/ss.png) no-repeat center;
    border: none;
    outline: none;
    cursor: pointer;
}
.site{
    padding:16px 0 12px 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom:40px;
}
.site p{
    padding-left:10px;
    border-left: 10px solid #557d97;
    line-height:20px;
}
.left {
    width: 20%;
    max-width: 240px;
    float: left;
}
.left .sort_menu{
    margin-bottom:45px;
}
.left .sort_menu h3 {
    line-height: 31px;
    font-family: "微软雅黑";
    background: #557d97;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding:30px 0 25px 0px;
}
.left .sort_menu h3 span{
    display: block;
    font-size: 16px;
    font-weight: normal
}
.sort{

}
.sort li{
    margin-top: 5px;
}
.sort li a{
    display: block;
/*    width: 100%;*/
    line-height:50px;
    font-size: 16px;
    color: #4c4c4c;
    background: #ececeb;
    position: relative;
    text-align: center;
}
.sort li a:after{
    content: '+';
    position: absolute;
    top:0;
    right:25px;
    color: #fff;
}
.sort li a:hover{
    color: #fff;
    background: #557d97;
}
.sort li a:hover:after{
    content: '-';
}
.sort li a.on{
    color: #fff;
    background: #557d97;
}
.sort li a.on:after{
    content: '-';
}
.n_contact .content{
    background: #557d97;
    padding:20px 0;
    text-align: center;
    color: #fff;
}
.n_contact h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom:10px;
}
.n_contact p{
    font-size: 24px;
    font-weight: bold;
    line-height:36px;
}
.right {
    width: 78%;
    float: right;
}
@media(max-width: 1199px){
    .n_yh{
        display: none;
    }
    #n_content{
        margin-bottom: 30px;
    }
    .n_contact p{
        font-size: 20px;
    }
    .site{
        margin-bottom: 20px;        
    }
}
@media(max-width: 768px){
    .left .sort_menu {
        margin-bottom: 15px;
    }
    .left .sort_menu h3{
        font-size: 20px;
        padding: 15px 0;
    }
    .left .sort_menu h3 span{
        font-size: 14px;
    }
    .sort li a{
        line-height:40px;
        font-size: 16px;
    }

    .n_contact .content{
        padding:10px 0;
    }
    .n_contact p {
        font-size: 16px;
        line-height:30px;
    }
}
@media(max-width: 640px){
    .n_contact{
        display: none;
    }
    .title2{
        display: none;
    }
    .left{
        width: 100%;
        float: none;
        max-width: 100%;
    }
    .left .sort_menu h3{
        display: none;
    }
    .right{
        width: 100%;
        padding-left: 0;
        float: none;
    }
    .sort{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sort li{
        margin:5px;
    }
    .sort li a{
        display: block;
        padding:10px 15px;
        line-height: 1em;
    }
    .sort li a:after{
        display: none!important;
    }
}


/*产品*/
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
}
.product_list li:nth-child(3n){
    margin-right: 0%;
}
.product_list li a.img{
    display: block;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
.product_list li h3 a{
    display: block;
    background-color: #e0e0e0;
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
    font-weight: normal;
    line-height: 1.2em;
    padding: 15px 0;
}
.product_list li:hover a.img{
    border: 1px solid #557d97;
}
.product_list li:hover h3 a{
    background-color: #557d97;
    color: #fff;
}
.product_list_intro{
    text-align: center;
    padding: 20px 0 30px 0;
    border-top:1px dashed #ccc;
    margin-top: 40px;
}
.product_list_intro h3{
    font-size: 26px;
    color: #4c4c4c;
}
.product_list_intro p{
    max-width: 490px;
    margin:25px auto 10px;
    overflow: hidden;
    border:1px solid #557d97;
    border-radius: 5px;
}
.product_list_intro p span{
    font-size: 26px;
    color: #333;
    padding-left: 36px;
    background: url(../images/tel4.png) no-repeat 0 center;
    margin-left: 40px;
    line-height: 40px;
    float: left;
}
.product_list_intro p a{
    max-width: 180px;
    background: #557d97;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 41px;
    float: right;
}
.product_list_intro em{
    display: block;
    font-style:normal;
    font-size: 14px;
    color: #999;
}
@media(max-width: 1199px){

}
@media(max-width: 768px){
    .product_list_intro{
        padding-top: 20px;
    }
    .product_list_intro h3{
        font-size: 20px;
    }
    .product_list_intro p{
        margin: 15px auto 10px;
    }
    .product_list li{
        width: 30%;
        margin:1.65%;
    }
    .product_list li:nth-child(3n){
        margin:1.65%;
    }
    .product_list li h3 a{
        padding:10px 0;
    }
}
@media(max-width: 640px){
    .product_list_intro{
        display: none;
    }
    .product_list_intro h3{
        font-size: 16px;
    }
    .product_list li{
        width: 48%;
        margin:1%;
    }
    .product_list li:nth-child(3n){
        margin:1%;
    }
}
/*产品详情*/
#product1{
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding:50px 25px 25px 30px;
}
.product_detail_img{
    width: 50%;
    box-sizing: border-box;
    padding-right:10px;
    position: relative;
}
.product_detail_img:after{
    content: '';
    position: absolute;
    right: 0;
    top:5px;
    width: 1px;
    height: 80%;
    background: #e0e0e0;
}
.gallery-top{
    text-align: center;
}
.product_detail_intro .gallery-thumbs {
    margin-top: 50px;
}
.product_detail_intro .gallery-thumbs .swiper-slide{
    display: block;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    text-align: center;
    cursor: pointer;
}
.product_detail_intro .gallery-thumbs .swiper-slide-thumb-active{
    border:1px solid #557d97;
}
.product_detail_intro{
    width: 50%;
    box-sizing: border-box;
    padding-left:40px;
    padding-top:0px;
}
.product_detail_intro h2{
    font-size: 30px;
    color: #474747;
    line-height:1.4em;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom:3px solid #557d97;
}
.product_detail_intro h2 span{
    display: block;
}

.p_tel{
    font-size: 14px;
    color: #666;
    padding-left: 65px;
    background: url(../images/tel3.png ) no-repeat left center;
    line-height: 2em;
}
.p_tel p:last-child{
    font-size: 32px;
    color: #3a3a3a;   
    font-family: 'impact';
}
.product_detail_tel a{
    display: block;
    width: 170px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #557d97;
    margin: 25px 0 0 0;
}
.product_detail_tel a img{
    margin-right: 10px;
}
.p_title1{
    font-size: 22px;
    color: #4c4c4c;
    background: url(../images/line3.png) no-repeat left bottom;
    text-indent: 35px;
    line-height: 46px;
    margin-bottom:25px;
    margin-top: 42px;
}
#product2 p{
    text-indent: 35px;
    font-size: 16px;
    color: #474747;
}
@media(max-width: 1199px){
    .product_detail_intro h2{
        font-size: 24px;
        line-height: 1.6em;
        padding-bottom: 20px;
        margin-bottom: 20px;        
    }
}
@media(max-width: 768px){
    #product1{
        padding:20px;
    }
    .product_detail_img{
        padding-right: 0px;
        width: 100%;
    }
    .product_detail_img:after{
        opacity: 0;
    }
    .product_detail_intro{
        width: 100%;
        padding-left: 00px;
        padding-top: 35px;
    }
}
@media(max-width: 640px){
    .product_detail_intro{
        padding-top: 20px;
    }
    .product_detail_intro h2{
        font-size: 20px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        border: none
    }
    .product_detail_tel{
        display: none;
    }
    .p_title1{
        margin-bottom: 10px;
        margin-top: 20px;        
    }
    #product2 p{
        text-indent: 15px;
        font-size: 14px;
    }
}


/*新闻*/
.news_list{

}
.news_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.news_list li a.img{
    display: block;
    overflow: hidden;
    width: 30%;
}
.news_list li a.img img{
    transition: all 0.6s ease-out;
}
.news_list li .text{
    width: 70%;
    background: #f7f7f7;
    box-sizing: border-box;
    padding:20px 30px;
}
.news_list li .text h3 a{
    font-size: 18px;
    color: #333;
    /*font-weight: normal;*/
    line-height:1em;
    display: block;
}
.news_list li .text p{
    line-height:1.6em;
    padding:10px 0;
}
.news_list li .text em{
    font-style: normal;
}
.news_list li .text a.more{
    display: block;
    /* float: right; */
    width: 100px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #ccc;
    margin-top: 10px;
}

.news_list li a.img:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.news_list li .text h3 a:hover{
    color: #557d97;
}
.news_list li .text a.more:hover{
    background: #557d97;
}
.xgtj{
    margin:20px 0;
    background: #f5f5f5;
    box-sizing: border-box;
    padding:0 28px;
}
.xgtj h2{
    font-size: 20px;
    color: #4c4c4c;
    font-weight: normal;
    padding:5px 0;
}
.xg_news{

}
.xg_news li a{
    border-top:1px dashed #b5b5b5;
    display: block;
    font-size: 14px;
    color: #4c4c4c;
    padding:10px 0;
}
.xg_news li a span{
    color:#999;
    display: block;
    float: right;
}
@media(max-width: 1199px){
    .news_list li .text a.more{
        float:right;
        margin-top:0;
    }
}
@media(max-width: 768px){
    .n_banner_text{
        display: none;
    }
    .news_list li a.img{
        width: 100%;
        text-align: center;
    }
    .news_list li .text{
        width:100%;
    }
    .xgtj{
        padding:0px 10px;
    }
    .xgtj h2{
        font-size: 16px;
    }
    .xg_news li a span{
        font-size: 12px;
    }
}
@media(max-width: 640px){
    .news_list li .text{
        padding: 10px 15px;
    }
}


/*关于我们*/
.about_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:30px 0 40px 0;
}
.about_sort li a{
    display: block;
    width: 200px;
    line-height: 58px;
    font-size: 18px;
    color:#333;
    text-align: center;
    background: #f4f4f4;
    position: relative;
}
.about_sort li a:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom:0;
    width: 0;
    height: 0;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #fff;
    opacity: 0
}
.about_sort li a:after{
    content: '';
    position: absolute;
    right: 0;
    top:0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.about_sort li:last-child a:after{
    opacity: 0;
}
.about_sort li:hover a{
    color: #fff;
    background: #557d97;
}
.about_sort li:hover a:before{
    opacity: 1;
}
.about_sort li:hover a:after{
    opacity: 0;
}
.about_sort li.on a{
    color: #fff;
    background: #557d97;
}
.about_sort li.on a:before{
    opacity: 1;
}
.about_sort li.on a:after{
    opacity: 0;
}
.n_about_title1{
    text-align: center;
    margin-bottom: 40px;
}
.n_about_title1 h2{
    font-size: 28px;
    color:#4c4c4c;
    background: url(../images/title_line1.png) no-repeat center;
}

.n_about_title1 p{
    font-size: 16px;
    color: #585858;
    line-height: 1em;
}
.n_about1{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 65px;
}
.n_about1_img{
    width: 50%;
}
.n_about1_text{
    width: 46%;
    padding-left: 4%;
}
.n_about1_text h3{
    font-size: 22px;
    color: #557d97;
    position: relative;
    margin-bottom: 30px;
    line-height: 1em;
    padding-bottom: 5px;
    padding-top: 10px;
}
.n_about1_text h3:after{
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width: 82px;
    height: 1px;
    background: #808080;
}
.n_about1_text h3 span{
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
    font-weight: normal;
}
.n_about1_text p{
    line-height: 1.8em;
}
.n_about2{
    background: #f5f5f5;
    padding:50px 0;
}
.gchj{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.gchj li{
    width: 24.25%;
    margin-right: 1%;
    box-sizing: border-box;
    border: 1px solid ;
    padding:5px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ccc;
}
.gchj li:nth-child(4n){
    margin-right: 0;
}

.n_about3{
    padding:50px 0;
}
.about_honner{
    position: relative;
}
.about_honner .swiper-button-prev{
    background: url(../images/left2.png) no-repeat center!important;
    width: 35px;
    height: 66px;
    margin-top: -33px;
    left: -65px;
    outline: none;
    cursor: pointer;
}
.about_honner .swiper-button-next{
    background: url(../images/left2.png) no-repeat center!important;
    width: 35px;
    height: 66px;
    margin-top: -33px;
    right: -65px;
    transform: rotate(-180deg);
    outline: none;
    cursor: pointer;
}
.qywh{
    position: relative;
    margin: 40px auto 40px;
}
.qywh_text{
    position: absolute;
    width: 55%;
    top:16%;
    right:0;
    box-shadow: 0px 0px 10px #eee;
    box-sizing: border-box;
    padding:60px 80px;
    background: #fff;
}
.qywh_text p{
    font-size: 16px;
    color: #4c4c4c;
    padding-bottom: 30px;
}
.qywh_text p:nth-child(3){
    padding-bottom: 0;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
}
.smyj{
    text-align: center;
    background: url(../images/smyjbg.jpg) no-repeat center;
    padding:50px 0;
    color: #fff;
    margin:50px 0;
}
.smyj h2{
    font-weight: normal;
    font-size:32px;
    position: relative;
    line-height:1em;
    padding-bottom: 22px;
    margin-bottom:25px;
}
.smyj h2:after{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left:-25px;
    width: 50px;
    height: 2px;
    background: #557d97;
}
.smyj p{
    font-size: 18px;
}
.n_hzhb{
    display: flex;
    flex-wrap: wrap;
    padding:40px 0;
}
.n_hzhb li{
    width: 18%;
    margin:1%;
    box-sizing: border-box;
    padding:5px;
    background: #fff;
    border: 1px solid #ccc;
}
.n_jsfw{
    padding:50px 0;

}
.n_jsfw_list{
    box-sizing: border-box;
    width: 100%;
    padding:0 15px;
    display: flex;
    flex-wrap: wrap;
}
.n_jsfw_list li{
    width: 50%;
    box-sizing: border-box;
    padding:30px 5% 60px;
    text-align: center;
}
.n_jsfw_list li h3{
    font-size: 18px;
    color: #333;
    line-height:1em;
    padding:25px 0 20px 0;
    font-weight: normal;
}
.n_jsfw_list li:nth-child(1){
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.n_jsfw_list li:nth-child(2){
    border-bottom: 1px dashed #ccc;
}
.n_jsfw_list li:nth-child(3){
    border-right: 1px dashed #ccc;
}
.n_code1{
    padding:40px 0;
    text-align: center;
}
.n_jsfw_text{

}
.n_jsfw_text p{
    padding-bottom: 20px;
    line-height:1.6em;
}
.n_jsfw_text p:nth-child(1){
    font-size: 20px;
    color: #557d97;
    font-weight: bold;
    padding-bottom: 10px;
}
.n_jsfw_text p:nth-child(4){
    padding-bottom: 60px;
}
.n_jsfw_text p:nth-child(5){
    font-size: 18px;
    padding-bottom: 10px;
}
.zyhzs{
    padding:50px 0;
}
@media(max-width: 1199px){

    .about_sort li a{
        margin-bottom: 5px;
        width: 160px;
    }
    .n_about_title1 h2{
        background: none;
    }
    .n_about_title2 h2{
        background: none;
    }
    .n_about_title1{
        margin-bottom: 30px;
    }
    .n_about1{
        margin-bottom: 30px;
    }
    .n_about2{
        padding:30px 0;
    }
    .n_about3 {
        padding: 30px 2%;
    }
    .about_honner .swiper-button-next{
        display: none;
    }
    .about_honner .swiper-button-prev{
        display: none;
    }
    .gchj .swiper-button-prev1{
        display: none;
    }
    .gchj .swiper-button-next1{
        display: none;
    }
    .n_hzhb li{
        width: 23%;
        margin:1%;
    }
    .n_jsfw_list li{
        padding: 30px 3%;
    }
    .n_jsfw{
        padding:30px 1%;
    }
    .n_code1{
        padding:20px 0;
    }
}
@media(max-width: 768px){
    .about_sort{
        margin: 30px 0;
    }
    .about_sort li a{
        width: 160px;
    }
    .n_about1_text h3{
        margin-bottom: 15px;
    }
    .gchj li {
        width: 30%;
        margin: 1.65%;
    }
    .n_about_title1 h2{
        font-size: 24px;
    }
    .qywh_text{
        padding: 30px 40px;
    }
    .smyj{
        padding:30px 0;
        margin:0;
    }
    .smyj h2{
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .smyj p{
        font-size: 16px;
    }
    .n_hzhb{
        padding:20px 0;
    }
    .n_hzhb li{
        width: 30%;
        margin:1.65%;
    }
    .n_jsfw_list li{
        padding:20px 2%;
    }
    .n_jsfw_text p{
        padding-bottom: 10px;
    }
    .n_jsfw_text p:nth-child(4){
        padding-bottom: 20px;
    }
    .zyhzs{
        padding:30px 0;
    }
}
@media(max-width: 640px){
    .about_sort{
        margin: 15px 0;
    }
    .about_sort li a{
        width: 110px;
        font-size: 14px;
        line-height:40px;
    }
    .n_about_title1 h2{
        font-size: 22px;
    }
    .n_about1_img {
        width: 100%;
        margin-bottom: 15px;
    }
    .n_about1_text {
        width: 100%;
        padding-left: 0;
    }   
    .gchj li {
        width: 48%;
        margin: 1%;
    } 
    .n_about1{
        margin-bottom: 20px;
    }
    .n_about2{
        padding:20px 0;
    }
    .n_about3 {
        padding: 20px 2%;
    }
    .qywh {
        margin: 20px auto 0px;
    }
    .qywh_text{
        position: relative;
        left: 0;
        width: 100%;
        top:0;
        padding:10px;
    }
    .qywh_text p{
        padding-bottom: 5px;
        font-size: 14px;
    }
    .qywh_text p:nth-child(3) {
        font-size: 16px;
    }
    .smyj{
        padding:20px 0;
    }
    .smyj h2{
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .smyj p{
        font-size: 14px;
    }
    .n_jsfw_list li{
        width: 100%;
        padding:15px 1%;
        border: 1px dashed #ccc;
    }
    .n_jsfw_list li h3{
        font-size: 16px;
        padding: 15px 0;
    }
    .n_jsfw_text p:nth-child(1){
        font-size: 18px;
    }
    .zyhzs{
        padding:20px 0;
    }
}

/*联系我们*/
.n_contact_content{
    background: #f7f7f7;
    padding:35px 0 55px 0;
}
.n_contact_img{
    width: 50%;
    float: left;
}
.n_contact_text{
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding:10px 5% 0;
}
.n_contact_text h3{
    color: #557d97;
    font-size: 32px;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
    margin-bottom:25px;
}
.n_contact_text h3:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 60px;
    height: 2px;
    background: #557d97;
}
.n_contact_text_p p{
    font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
    text-indent: 38px;
    margin-bottom: 5px;
}
.n_contact_text_p p:nth-child(1){
    background: url(../images/add1.png) no-repeat left center;
}
.n_contact_text_p p:nth-child(2){
    background: url(../images/add2.png) no-repeat left center;
}
.n_contact_text_p p:nth-child(3){
    background: url(../images/add2.png) no-repeat left center;
}
.n_contact_text_p p:nth-child(4){
    background: url(../images/add3.png) no-repeat left center;
}
.n_contact_text_p p:nth-child(5){
    background: url(../images/add4.png) no-repeat left center;
}
.n_contact_fwtel{
    display: flex;
    flex-wrap: wrap;
    padding-top:30px;
}
.n_contact_fwtel p{
    width: 21.25%;
    margin-right: 5%;
    font-size: 18px;
    color: #4c4c4c;
    line-height:1.6em;
    background: #fff;
    box-sizing: border-box;
    padding-left:3%;
/*    display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    padding-top:30px;
}
.n_contact_fwtel p strong{
    font-size: 24px;
    color: #557d97;
    font-weight: normal;
    display: block;
}
.n_contact_fwtel p:nth-child(1){
    font-size: 26px;
    color: #557d97;
    line-height:120px;
    height: 120px;
    text-align: center;
    padding-left:0;
    padding-top:0;
}
.n_contact_fwtel p:last-child{
    margin-right: 0;
}
.n_map{
    margin-top: 25px;
}
.n_map iframe{
    height: 450px;
}

.n_message{
    padding:20px 0 75px 0;
}
.n_message h2{
    font-size: 22px;
    color: #fff;
    text-align: center;
    width: 156px;
    line-height: 52px;
    font-weight: normal;
    background-color: #557d97;
}
.message{
    box-sizing: border-box;
    border: 1px solid #eee;
    background:url(../images/mess_bg.png) no-repeat center bottom;
    padding:50px 0;
}
.message ul{
    width: 50%;
    margin:0 auto;
}
.message ul li{
    display: flex;
    margin-bottom: 12px;
}
.message ul li span{
    width: 80px;
    text-align: right;
}
.message ul li span strong{
    color: #ff0000;
}
.message ul li input{
    background-color: #fff;
    border: 1px solid #ccc;
    width: calc(100% - 80px);
    line-height: 30px;
}
.message ul li textarea{
    background-color: #fff;
    border: 1px solid #ccc;
    width: calc(100% - 80px);
    line-height: 30px;
    height: 90px;
}
.message .n_btn input{
    display: block;
    width: 160px;
    line-height: 42px;
    background-color: #557d97;
    border: none;
    font-size: 18px;
    color: #fff;
    margin-left: 110px;
    margin-top: 20px;
}

@media(max-width: 1199px){
    .message ul{
        width: 70%;
    }
    .n_contact_content{
        padding: 30px 0;
    }
    .n_contact_text{
        padding: 5px 2%;
    }
    .n_contact_text h3{
        font-size: 24px;
    }
    .n_contact_text_p p{
        font-size: 16px;
    }
    .n_contact_fwtel p{
        font-size: 16px;
        text-indent: 0px;
        padding-top: 10px;
        text-align: center;
        padding-left:0;
    }
    .n_contact_fwtel p:nth-child(1){
        font-size: 20px;
        line-height:80px;
        height: 80px;
    }
    .n_contact_fwtel p strong{
        font-size: 20px;
    }
    .n_contact_fwtel p{
        font-size: 16px;
    }
}
@media(max-width: 768px){
    .n_message {
        padding: 0px 0 30px 0;
    }
    .n_message h2{
        display: none;
    }
    .message{
        padding:30px 0;
    }
    .message ul{
        width: 80%;
    }
    .n_contact_text {
        padding: 0px 1%;
    }
    .n_contact_text h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .n_contact_text_p p{
        font-size: 14px;
        text-indent: 25px;
    }
    .n_contact_fwtel{
        padding-top:20px;
    }
}
@media(max-width: 640px){
    .message {
        padding: 20px 0;
    }
    .n_about_title1{
        margin-bottom: 15px;
    }
    .n_map iframe{
        height: 250px;
    }     
    .n_contact_list p{
        width: 100%;
        margin-bottom: 0;
    }
    .message ul{
        width: 96%;
        margin:0 auto;
    }
    .n_contact_content{
        padding:20px 0;
    }
    .n_contact_img{
        width: 100%;
        float: none;
    }
    .n_contact_text{
        width: 100%;
    }
    .n_contact_text_p p{
        font-weight: normal;
    }
    .n_contact_fwtel{
        display: none;
    }
    .n_map {
        margin-top: 0px;
    }
}

.dszjy{
    display: flex;
    flex-wrap: wrap;
    padding:30px 0 80px 0;
}
.dszjy_l{
    width: 60%;
}
.dszjy_l img{
    margin-bottom: 50px;
}
.dszjy_l p strong{
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
}
.dszjy_r{
    width: 35%;
    padding-left: 5%;
}
.about_fzlc{
    padding-bottom: 50px;
}
.about_fzlc h2{
    font-size: 24px;
    color: #222;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.about_fzlc h2:after{
    content: '';
    position: absolute;
    left:50%;
    bottom:0;
    margin-left: -20px;
    width: 40px;
    height: 5px;
    background: #0556a5;
}
.n_fzlc{
    position: relative;
}
.n_fzlc li {
    width: 50%;
    display: inline-block;
    height: 130px;
}
.n_fzlc li p:nth-child(1) {
    font-size: 30px;
    color: #363333;
    line-height: 1.2em;
}
.n_fzlc li p:nth-child(2) {
    font-size: 14px;
    color: #363333;
    padding-top: 10px;
}
.n_fzlc li:nth-child(odd){
/*    margin-bottom: 135px;*/
    position: relative;
    left: 16px;
    float: right;
    padding-left: 28px;
    background: url(../images/fz_line.png) no-repeat left top;
}
.n_fzlc li:nth-child(even) {
    float: left;
/*    margin-top: 135px;*/
    position: relative;
    right: 18px;
    text-align: right;
    padding-right: 28px;
    background: url(../images/fz_line.png) no-repeat right top;
}
@media(max-width:767px){
    .dszjy{
        padding:20px 1%;
    }
    .dszjy_l{
        width:100%;
    }
    .dszjy_l p{
        text-indent:0!important;
    }
    .dszjy_l p strong {
        font-size: 16px;
        margin-bottom: 0px;
        color:#333;
    }
    .dszjy_r{
        width:100%;
        margin-top:10px;
        padding-left:0;
        text-align:center;
    }
    .n_fzlc li{
        width:100%;
        float:none!important;
        box-sizing:border-box;
        left:0!important;
        height:85px;
        background: url(../images/fz_line.png) no-repeat left center!important;
    }
    .n_fzlc li:nth-child(even){
        text-align:left;
        padding-left: 28px;
        left:0;
        background: url(../images/fz_line.png) no-repeat left center;
    }
    .n_fzlc li p:nth-child(2){
        padding-top:0;
    }
}

/*内页联系我们*/
.n_conatct1{

}
.n_conatct_title{
    padding:35px 0 25px 0;
}
.n_conatct_title h3{
    font-size: 26px;
    color: #333;
}
.n_conatct_title p{
    font-size: 14px;
    color: #666;
}
.n_map{
    position: relative;
    margin-bottom: 60px;
}
.n_map iframe{
    width: 100%!important;
    height: 515px;
}

.n_map #dituContent{
    width: 100%!important;
    height: 450px;
}
.n_map .text{
    padding: 20px 30px 20px 30px;
    background-color: #557d97;
    color: #fff;
    max-width: 290px;
    position: absolute;
    top: 30px;
    left: 95px;
    z-index: 2;
}
.n_map .text h3{
    font-size: 20px;
}
.n_map .text p{
    font-size: 16px;
    margin-top: 2px;
}
.n_code{
    display: flex;
    margin-top: 15px;
}
.n_code p{
    width: 50%;
    text-align: center;
}
@media (max-width: 768px){

    .n_conatct_title {
        padding: 15px 0 15px 0;
    }
    .n_conatct_title h3{
        font-size: 18px;
    }
    .n_conatct_title p{
        font-size: 14px;
    }
    .n_conatct_title h3{
        font-size: 20px;
    }
    .n_conatct_title p{
        line-height: 1.6em;
    }
}

@media(max-width: 640px){
    .n_logo a .text{
        display: none;
    }
    .n_map{
        margin-bottom: 20px;
    }
    .n_contact_cont{
        position: relative;
        left:0;
        top:0;
        padding:30px 20px;
    }

    .n_conatct_title h3 {
        font-size: 18px;
    }
    .n_map{
        margin-bottom: 0;
    }
    .n_map .text{
        position: relative;
        left: 0;
        top:0;
        padding:15px 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .n_map .text p{
        margin-top: 0;
    }
    .n_code{
        margin-top: 10px;
    }
    .n_map .n_map_ditu iframe{
        /*display: none;*/
        height: 250px;
    }

}



h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:0em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #999;
    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;    
    position: relative;
}
.page a{
    font-size: 14px;
    color: #666;    
}
.page a.back{
    display: block;
    width: 112px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #557d97;
    position: absolute;
    right: 0;
    top:0;
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
        padding:0;
    }
    .page a.back{
        position: relative;
        margin-top: 5px;
        left:0;
        width: 80px;
    }
    .info_title{
        margin-bottom: 1em;
    }
}
@media(max-width: 640px){
    h1.title{
        font-size: 16px;
    }
    .page a.back{
        line-height: 30px;
    }
    .info_title{
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
    }
}

.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:#daa93f;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #daa93f;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: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200; 
    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: #daa93f;
    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:5px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
    background:#daa93f;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:60px;
    }
}