﻿/*头部样式*/
header{
    background:#333;
    line-height:45px;
    height: 45px;
}
.container{
    max-width: 1400px;
    width: 92%;
    margin: 0 auto;
}
.wel{
    float: left;
    font-size:14px;
    color: #fff;
}
.lang{
    float: right;
    background:#444444;
    margin-left: 38px;
    position: relative;
}
.lang p{
    background:url(../images/lang.png) no-repeat 17px center ;
    padding:0 14px 0 48px;
    font-size:14px;
    color: #fff;
}
.lang p img{
    margin-left:6px;
}
.lang{

}
.lang a{
    font-size:14px;
    color: #fff;
    padding:5px 0;
}
.lang ul{
/*    display: none;*/
    position: absolute;
    top:45px;
    left:0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    background:#444;
    text-align:center;
    padding:5px 5px;
}
.lang:hover ul{
    display: block;
    z-index: 999;
    opacity: 1;
}
.lang ul li{
    line-height:30px;
}
.lang ul li a{
    padding:0;
}
.head_tel{
    font-size:16px;
    color: #fff;
    float: right;
}
.head_tel span{
    display: inline-block;
    margin:0 18px;
    color:#999;
}
.head_tel a{
    font-size:14px;
    color: #fff;
}

.head{
    box-shadow:0 5px 5px #eee;
}
.logo{
    float: left;
}
.head_top{
    float: right;
    width: 80%;
}
.heada{
    text-align: right;
    line-height: 2em;
    display: none;
}
.heada a{
    font-size: 14px;
    color: #333;
    margin:0 10px;
}

.nav{
    display: flex;
    flex-wrap: wrap;
    float: right;
    margin:30px 0 0 60px;
}
.nav li{
    float: left;
    margin:0 24px;
    position: relative;
}
.nav li:after{
    content:'';
    width: 0%;
    height: 2px;
    background:#cf0100;
    position: absolute;
    left:0;
    bottom:0;
    transition: all 0.6s ease-out; 
    opacity: 0;
}
.nav li:hover:after{
    width: 100%;
    transition: all 0.6s; 
    opacity: 1;
}
.nav li.on:after{
    width: 100%;
    transition: all 0.6s; 
    opacity: 1;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.nav li a img{
    margin-left:5px;
}
.nav li .b_nav{
    position: absolute;
    width: 150%;
    background: #fff;
    left: -50%;
    z-index: 10;
    box-sizing: border-box;
    top: 32px;
    transition: all 0.3s ease 0s;
    background: rgba(255, 255, 255, 0.9);
    transform: scale(0) translateX(-50%);
    padding:10px 5px;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    display: block;
    width: 100%;
    padding:2px 0;
    text-align:center;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav li .b_nav a:hover{
    color: #cf0100;
}
.nav li .b_nav.on{
    left: 50%;
    transform: scale(1) translateX(-50%);
    background:#333;
}

.search{
    float: right;
/*    background:#cf0100;
    color: #fff;
    padding:0 8px;*/
    margin-top:35px;
    position: relative;
    display: none;
}
.ss{
    display: none;
}
.ss img{
    margin-right: 5px;
}
#formsearch{
/*    display: none;*/
/*    position: absolute;*/
    width: 220px;
    top: 28px;
    left: -153px;
}
#keyword{
    float: left;
    width: 180px;
    line-height:40px;
    height: 40px;
    background:none;
    outline: none;
    border:1px solid #e5e5e5;
    text-indent: 10px;
}
#s_btn{
    float: right;
    width: 40px;
    height: 40px;
    background:url(../images/ss1.png) no-repeat center #cf0100;
    border:none;

}
/*.search:hover #formsearch{
    display: block;
}*/

.menu-button{
    display: none;
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #cf0100;
    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: #cf0100;
    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;
}

#swiper-container1{

}
#swiper-container1 .swiper-pagination{
    bottom:40px;
}
#swiper-container1 .swiper-pagination-bullet {
    width: 25px;
    height: 8px;
    background:#bebebe;
    border-radius: 0;
    opacity: 1;
}
#swiper-container1 .swiper-pagination-bullet-active{
    background:#333;
    width: 42px;
}
.banner_text{
    position: absolute;
    width: 100%;
    top:30%;
    left: 0%;
    z-index: 9999;
}
.banner_text_content{
    width: 55%;
}
.banner_text h3{
    font-size:46px;
    color: #333;
    font-weight: normal;
    line-height:1.5em;
}
.banner_text h3 span{
    font-size:40px;
    color: #cf0100;
    font-weight: bold;
}
.banner_text p{
    font-size:22px;
    color: #040203;
    padding:10px 0 50px;
}
.banner_text em{
    font-style: normal;
    font-size:18px;
    color: #b70005
}
@media(max-width: 1600px){
    .nav{
            margin: 30px 40px 0;
    }
    .nav li{
        margin: 0 20px;
    }
}
@media(max-width: 1440px){
    .nav{
        margin: 30px 30px 0;
    }
    /*.nav li{*/
    /*    margin:0 20px;*/
    /*}*/
    .banner_text h3{
        font-size:42px;
    }
    .banner_text h3 span{
        font-size:42px;
    }
}
@media(max-width: 1199px){

    .head .container{
        width: 100%;
    }
    .container{
        width:96%;
    }
    .nav {
        margin: 30px 10px 0;
    }
    .nav li{
        margin:0 10px;
    }
    .search{
        display: none;
    }
    .banner_text h3{
        font-size:32px;
    }
    .banner_text h3 span{
        font-size:32px;
    }
    .banner_text p{
        font-size:24px;
        padding: 0px 0 10px;
    }
    #swiper-container1 .swiper-pagination {
        bottom: 10px;
    }
}
@media(max-width: 768px){
    .banner_text h3{
        font-size:24px;
    }
    .banner_text h3 span{
        font-size:24px;
    }
    .banner_text p{
        font-size:18px;
    }
    .banner_text em{
        font-size:16px;
    }
    .logo{
        width: 20%;
    }
    .nav{
        width: 80%;
        margin:0px 0 0;
    }
    .nav li {
        margin: 10px 30px;
    }
    .lang{
        display: none;
    }
}
@media(max-width: 640px){
    header{
        display: none;
    }
    .logo{
        width: 25%;
        float: none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .banner_text h3{
        font-size:14px;
    }
    .banner_text h3 span{
        font-size:12px;
    }
    .banner_text p{
        display: none;
    }
    .banner_text em{
        display: none;
    }
}


.index_about{
    width: 100%;
/*    background: #f5f5f5;*/
    position: relative;
    overflow: hidden;
}
.index_about_img{
    width: 28%;
    float: left;
    height: 100%;
    /*height: 550px;*/
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/about.jpg) no-repeat center;
    background-size:cover;
}
.index_about_img img{
    /*max-width: 590px;*/
    opacity: 0;
}
.index_about_text{
    width: 80%;
    float: right;
/*    background: #f5f5f5;*/
    position: relative;
}
.index_about_text_top{
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}
.index_about_text_top li{
    width: 33.3333%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #e1e1e1;
    height: 220px;
    padding:0 5px;
}
.index_about_text_top li:last-child{
    border:none;
}
.index_about_text_top li .a1{
    font-size: 65px;
    color: #cf0100;
    /*font-family: Impact, thyFont2, "SF Pro SC", "HanHei SC", 
    "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", 
    "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;*/
    padding-top: 30px; 
    line-height: 1em;   
    font-weight: bold;
}
.index_about_text_top li .a1 sup{
    font-size: 40px;
    font-weight: bold;
}
.index_about_text_top li .a2{
    line-height: 1.6em;
    margin-top: 20px;
    color: #333;
}
.index_about_text_middle{
    text-align: right;
    margin-top:20px;
}
.index_about_text_middle h3{
    font-size: 30px;
    color: #333;
    /*font-weight: normal;*/
    position: relative;
    padding-bottom: 5px;
/*    margin-bottom: 20px;*/
}
.index_about_text_middle p{
    line-height: 1.8em;
    width: 75%;
    font-size: 14px;
    color: #666;
    margin-left: 25%;
}
.index_about_text_bottom{
    width: 60px;
    height: 60px;
    background: url(../images/ss2.png) no-repeat center #ccc;
    cursor: pointer;
    display: block;
}
.index_about_text_bottom:hover{
    background: url(../images/ss2.png) no-repeat center #cf0100;
}
.m_index_about_text_top{
    display: none!important;
}
@media(max-width: 1560px){

}
@media(max-width: 1440px){
    .index_about_text_top li .a1{
        font-size: 56px;
    }
    .index_about_text_top li .a2{
        margin-top: 10px;
    }
    .index_about_text{
        width: 73%;
    }
    .index_about_text_middle h3{
        font-size:26px;
    }
}
@media(max-width: 1024px){

    .index_about_text_top{
        margin-top: 20px;
    }
    .index_about_text_top li{
        height: 190px;
    }
    .index_about_text_top li .a1{
        padding-top: 20px;
        font-size:42px;
    }
    .index_about_text_middle h3{
        font-size:22px;
    }
}
@media(max-width: 768px){
    .index_about_img{
        width: 100%;
        text-align: center;
        float: none;
        position: relative;
        height: 100%;
        display:none;
    }
    .index_about_img img{
        max-width: 100%;
    }

    .index_about_text{
        width: 100%;
        float: none;
    }
    .index_about_text_top li{
        height: 150px;
    }
    .index_about_text_top li .a1{
        font-size: 36px
    }
    .index_about_text_top li .a1 sup {
        font-size: 24px;
    }
    .index_about_text_middle{
        text-align: left;
        padding:0 0 20px 0;
    }
    .index_about_text_middle h3:after{
        left: 0;
    }
    .index_about_text_middle p{
        width: 100%;
        margin-left: 0%;
    }
    .index_about_text_top{
        display: none!important;
    }
    .m_index_about_text_top{
        display: flex!important;
    }
    .index_about_text_bottom{
        margin-left:0%;
    }
}
@media(max-width: 640px){
    .index_about .container{
        padding:0;
    }
    .index_about_text_top {
        margin-top: 00px;
        display: none!important;
    }
    .index_about_text_top li{
        /*width: 50%;*/
        height: 110px;
    }
    .index_about_text_top li .a1{
        font-size: 24px;
        padding-top: 10px;
    }
    .index_about_text_top li .a2{
        font-size: 12px;
    }
    .index_about_text_middle{

        padding:0 0 20px 0;
    }
    .index_about_text_middle h3{
        font-size: 16px;
        margin-bottom: 0px;
    }

}


.index_fuwu{
    background:#f9f9f9;
    padding:60px 0 70px;
}
.index_title{
    text-align: center;
    margin-bottom:30px;
}
.index_title h3{
    font-size:36px;
    color: #333;
}
.index_title p{
    font-size:16px;
    color: #666;
}
.index_fuwu_content{
    background:#fff;
}
.tab1li{
    width: 25%;
    float: left;
    box-shadow: 0px 0px 10px #eee;
    border-top:1px solid #e5e5e5;
}
.tab1li li{
    /*display: flex;*/
    line-height:52px;
    height: 52px;
    padding-left:40px;
    border:1px solid #e5e5e5;
    border-top:none;
    position: relative;
    z-index: 2;
}
.tab1li li:before{
    content:'';
    width: calc(100% + 32px);
    height: 100%;
    background:url(../images/bg1.png) no-repeat right center ;
/*    background-size: cover;*/
    position: absolute;
    left: 0;
    top:0;
    z-index: 0;
    opacity: 0;
}
.tab1li li a{
    display: flex;
    font-size:16px;
    color: #666;
}
.tab1li li .img{
    width: 38px;
    height: 28px;
    overflow: hidden;
    position: relative;
    margin-top:12px;
    margin-right: 20px;
}
.tab1li li .img img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.5s ease-out;
}
.tab1li li a span{
    position: relative;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab1li li:hover{  

    background:#cf0100;
}
.tab1li li:hover a{
        color: #fff;
    font-weight: bold;
}
.tab1li li:hover:before{
    opacity: 1;
}
.tab1li li:hover .img img{
    top:-28px;
    transition: all 0.5s;
}
.tab1li li.cur{  
    background:#cf0100;
}
.tab1li li.cur a{
    color: #fff;
    font-weight: bold;
}
.tab1li li.cur:before{
    opacity: 1;
}
.tab1li li.cur .img img{
    top:-28px;
}
.tab1{
    display: none;
    float: right;
    width: 70%;
    padding:45px 45px 30px 0;
}
.tab1 .img{

}
.tab1_content{

}
.tab1_content h3{
    font-size:22px;
    color: #333;
    font-weight: normal;
    padding: 20px 0;
    background:url(../images/line1.png) no-repeat left bottom;
    margin-bottom:15px;
}
.tab1_content p{
    font-size:16px;
    color: #333;
    width: 50%;
    float: left;
    position: relative;
    padding:5px 0 5px 20px;
}
.tab1_content .tab1_content_text2 p{
    width: 100%;
}
.tab1_content p:before{
    content:'';
    position: absolute;
    left:2px;
    top:50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background:#ddd;
}
.tab1_content_l{
    width: 48%;
    float: left;
}
.tab1_content_r{
    width: 48%;
    float: right;
}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    .index_title h3{
        font-size:32px;
    }
    .index_title p{
        font-size:14px;
    }
    .tab1li li{
        padding-left: 25px;
    }
    .tab1{
        padding: 30px 30px 30px 0;
    }
    .tab1_content h3{
        font-size:20px;
        padding:10px 0;
    }
}
@media(max-width: 768px){
    .index_fuwu{
        padding:30px 0;
    }
    .index_title h3{
        font-size:24px;
    }
    .tab1li{
        width: 100%;
        float: none;
    }
    .tab1li li {
        padding-left: 5px;

        height: 40px;
        line-height:40px;
        white-space: nowrap; 
        text-overflow: ellipsis;
        overflow: hidden;
        width: 33.3333%;
        float: left;
    }
    .tab1li li a{
        font-size:14px;        
    }
    .tab1li li .img{
        margin-right: 5px;
        margin-top: 6px;
    }
    .tab1 {
        width: 100%;
        float: none;  
        padding: 0 0 0 0px;
    }
    .tab1_content h3{
        font-size:16px;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .tab1_content p{
        font-size:14px;
        padding:5px 0 5px 15px;
    }


}
@media(max-width: 767px){
    .index_fuwu{
        padding:20px 0;
    }
    .index_title h3{
        font-size:20px;
    }
    .tab1li li{
        width: 50%;
    }
    .tab1_content p{
        padding: 0px 0 0px 12px;
    }
    .tab1_content_l {
        width: 100%;
        float: none;
    }
    .tab1_content_r {
        width: 100%;
        float: none;
    }
    .index_title{
        margin-bottom:15px;
    }
}


.index_case{
    padding:55px 0;
}
.index_case_content{
    position: relative;
}
.tab2li{
    position: absolute;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    left: 50%;
    margin-left: -600px;
    top:0;
}
.tab2li li{
    width: 20%;
    max-width: 200px;
    background:#f9f9f9;
    display: inline-block;
    float: left;

}
.tab2li li a{
    display: block;
    font-size:18px;
    text-align:center;
    padding:35px 0;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab2li li .img{
    overflow: hidden;
    width: 59px;
    height: 40px;
    position: relative;
    margin:0 auto 10px;
}
.tab2li li .img img{
    display: block;
    position: absolute;
    top:0;
    left: 0;
    transition: all 0.6s ease-out;
}
.tab2li li:hover{
    background:#cf0100;
    color: #fff;
}
.tab2li li:hover .img img{
    top:-40px;
    transition: all 0.6s;
}
.tab2li li.cur{
    background:#cf0100;
    
}
.tab2li li.cur a{
    color: #fff;
}
.tab2li li.cur .img img{
    top:-40px;
    transition: all 0.6s;
}
.tab2{
    display: none;
    padding-top:75px;
}

@media(max-width: 1440px){

}
@media(max-width: 1024px){
    .tab2li{
        left: 0%;
        margin-left: 0px;        
    }
    .tab2li li{
        width: 16.666%;
    }
}
@media(max-width: 768px){
    .index_case {
        padding: 30px 0;
    }
    .tab2li li a{
        padding:20px 0;
        font-size:16px;
    }
}
@media(max-width: 767px){
    .index_case {
        padding: 20px 0;
        display: none;
    }
}


.index_fwly{
    padding:60px 0 70px;
}
.index_fyly_list{

}
.index_fyly_list li{
    float: left;
    width: 12%;
    margin:1.14%;
}
.index_fyly_list li .img{
    text-align: center;
}
.index_fyly_list li span{
    width: 50px;
    height: 50px;
    line-height:50px;
    font-size:22px;
    color: #fff;
    text-align:center;
    background:#333;
    font-weight: bold;
    display: block;
    border-radius: 50%;
    margin: -20px auto 0;
    position: relative;
}
.index_fyly_list li h3{
    font-weight: normal;
    text-align: center;
    font-size:18px;
    color: #333;
    padding-top:10px;
}
.index_fyly_list li:nth-child(2n) span{
    background:#cf0100;
}
.index_fwly_tel{
    width: 335px;
    height: 67px;
    background:url(../images/bg2.jpg) no-repeat center;
    padding-left: 70px;
    color: #fff;
    margin:30px auto 0;
}
.index_fwly_tel p{
    font-size:32px;
    /*line-height:1.4em;*/
}
.index_fwly_tel span{
    display: block;
    font-size:14px;
    line-height:1em;
}
@media(max-width: 1440px){
    .index_fwly_tel span{
        font-size:12px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index_fwly{
        padding:30px 0;
    }
    .index_fyly_list li span{
        width: 40px;
        height: 40px;
        line-height:40px;
        font-size:16px;
    }
    .index_fyly_list li h3{
        line-height:1.6em;
        font-size:16px;
    }
    .index_fwly_tel{
        margin:10px auto 0;
    }
    .index_fwly_tel p {
        font-size: 24px;
        line-height: 1.6em;
    }
    .index_fwly_tel span{
        line-height: 1.2em;
    }
}
@media(max-width: 767px){
    .index_fwly{
        padding:20px 0;
    }
    .index_fyly_list li{
        width: 23%;
        margin:1%;
    }
    .index_fyly_list li h3 {
        line-height: 1.6em;
        height: 4em;
        font-size: 14px;
    }
}



.index_news{
    background:url(../images/bg3.jpg) no-repeat;
    padding:70px 0;
}
.news_list{

}
.news_list li{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
}
.news_list li a .img{
    display: block;
    overflow: hidden;
}
.news_list li a .img img{
    transition: all 0.6s ease-out;
}
.news_list li a .text{
    padding:20px;
    background:#fff;
}
.news_list li a h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li a p{
    font-size:16px;
    color: #666;  
    line-height:1.6em;
    padding:15px 0;  
}
.news_list li a span{
    font-size:16px;
    color: #666;
}
.news_list li:hover a .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.news_list li:hover a h3{
    color: #cf0100;
}
@media(max-width: 1440px){

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

}
@media(max-width: 768px){
    .index_news{
        padding:30px 0;
    }
    .news_list li a .text{
        padding:10px;
    }
    .news_list li a h3{
        font-size:16px;
    }
    .news_list li a p{
        padding:5px 0;
        font-size:14px;
    }
    .news_list li a span{
        font-size:14px;
    }
}
@media(max-width: 767px){
    .index_news{
        padding:20px 0 0;
    }
    .news_list li{
        width: 100%;
        margin-right: 0;
    }
}

.index_hzkh{
    padding:60px 0 85px;
}
.hzkh_list{
    position: relative;
}
.hzkh_list .swiper-container{
    padding-bottom: 80px;
}
.hzkh_list .swiper-button-next2{
    position: absolute;
    width: 46px;
    height: 46px;
    background:url(../images/left2.png) no-repeat center #ccc;
    right: 50%;
    cursor: pointer;
    outline: none;
    bottom:0;
    z-index: 9999;
}
.hzkh_list .swiper-button-prev2{
    position: absolute;
    width: 46px;
    height: 46px;
    background:url(../images/left2.png) no-repeat center #ccc;
    transform: rotate(-180deg);
    left: 50%;
    cursor: pointer;
    outline: none;
    bottom:0;
    z-index: 9999;
}
.hzkh_list .swiper-button-next2:hover{
    background:url(../images/left2.png) no-repeat center #666;
}
.hzkh_list .swiper-button-prev2:hover{
    background:url(../images/left2.png) no-repeat center #666;
}
@media(max-width: 1440px){

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

}
@media(max-width: 768px){
    .index_hzkh{
        padding:30px 0;
    }
}
@media(max-width: 767px){
    .index_hzkh{
        padding:0 0 20px 0;
    }
}


footer{
    position: relative;
    z-index: 99;
}
.footers{
    background: url(../images/foot1.jpg) no-repeat center;
    padding:40px 0 70px 0;
    min-height: 360px;
    overflow: hidden;
    background-size: cover;
}
.footers .container{
    display: flex;
    flex-wrap: wrap;
}
.footers li{
    width: 22.75%;
    margin-right: 3%;
}
.footers li:last-child{
    margin-right: 0;
}
.footers li h2{
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}
.f_about{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 2em;
}
.f_about a{
    display: block;
    width: 130px;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #666;
    margin:30px 0 0 0;
}
.f_about a:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #333;
}
.index_do{
    display: flex;
    flex-wrap: wrap;
}
.index_do p{
    width: 50%;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 2em;
}
.index_do p a{
    display: block;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 2em;
    position: relative;
    transition: all 0.6s ease-out;
}
.index_do p a:before{
    content: '-';
    position: absolute;
    left:0;
    top:0px;
    opacity: 0;
    transition: all 0.6s ease-out;
}
.index_do p a:hover{
    padding-left: 10px;
    transition: all 0.6s ;
}
.index_do p a:hover:before{
    opacity: 1;
    transition: all 0.6s;
}
.index_chose{
    display: flex;
    flex-wrap: wrap;
}
.index_chose p{
    width: 50%;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 2em;
}
.index_contact{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 2em;
}
.foot{
    background: #666;
    padding:15px 0  5px 0;
}
.foot .container{
    display: flex;
    flex-wrap: wrap;
}
.footl{
    width: 80%;
    margin-right: 8%;
    float: left;
}
.f_link{
    display: flex;
    line-height: 2em;
    margin-bottom: 20px;
    padding-top: 25px;
}
.f_link span{
    font-size: 14px;
    color: #b2b2b2;
    display: block;
    width: 95px;
}
.f_link a{
    font-size: 14px;
    color: #b2b2b2;
    margin-right: 30px;
    display: block;
    float: left;
    line-height: 2em;
}
.quyu{
    font-size: 14px;
    color:#999;
    margin-bottom: 20px;
}
.quyu a{
    font-size: 14px;
    color:#b2b2b2;
}
.copyright{
    font-size: 14px;
    color: #999;
}
.copyright a{
    font-size: 14px;
    color: #999;    
}
.footr{
    width: 9%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 3em;
    padding-top: 15px;
    float: right;
}
.footr img{
    width: 100%;
}
.footr p:nth-child(2){
    line-height: 1.4em;
    padding-top: 5px;
}
.footer_nav{
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    background: #000;  
    padding:5px 0;  
    display: none;
    z-index: 999999999!important;
}
.footer-box{
    display: flex;
}
.footer-box li {
    flex: 1;  
    cursor: pointer;  
}
.footer-box li a{
    font-size: 14px;
    color:#fff;
    display: block;
    text-align: center;
}
.footer-box li img{
    width: 35px;
}

#section-footer{
    /*display:block!important;*/
    background: #2e2e2e;
}
@media(max-width:1560px){
    .footr{
        width:12%;
        font-size:12px;
    }
    .f_about {
        font-size:12px;
    }
    .index_do p{
        font-size:12px;
    }
    .index_do p a{
        font-size:12px;
    }
    .index_chose p{
        font-size:12px;
    }
    .index_contact{
        font-size:12px;
    }
    .f_link span{
        font-size:12px;
    }
    .f_link a{
        font-size:12px;
    }
    .quyu{
        font-size:12px;
    }
    .copyright{
        font-size:12px;
    }
    .copyright a{
        font-size:12px;
    }
}
@media(max-width: 1199px){
    .footers{
        padding:20px 0;
        background-size: cover;
        height: 100%;
    }
    .footers li h2{
        padding-bottom: 10px;
        margin-bottom: 10px;        
    }
    .footl{
        width: 80%;
    }
    .footr{
        width: 12%;
    }
    .footr img{
        width: 100%;
    }
    .f_about a{
        display: none;
    }
}
@media(max-width: 768px){
    footer{
        margin-bottom: 60px;
    }
    .footer li{
        width: 48%;
        margin:0 2% 25px 0;
    }   
    .footer li h2{
        padding-bottom: 15px;
    } 
    .footers{
        display: none;
    }
    .foot{
        display: none;
    }
    .footer_nav{
        display: block;
    }
    .footl{
        float:none;
        width:100%;
    }
    .footr{
        float:none;
        width:100%;
    }
}
@media(max-width: 767px){
    footer {
        margin-bottom: 50px;
    }
    .footer{
        margin-top: 30px;
    }
    .footer li{
        width: 100%;
    }
}

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

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

@media(max-width:1560px){
    .ppjs,.n_site{
        width:90%;
    }
}
@media(max-width:1024px){
    .ppjs,.n_site{
        width:98%;
    }
    .new-float{
        display:none!important;
    }
}
@media(max-width:640px){

}


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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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


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

.n_banner img {
    width: 100%;
    margin: 0 auto
}
.sitemp{
    margin-bottom:30px;
}
.site{
/*    float: left;*/
    line-height: 50px;
    padding-left: 35px;
    background:url(../images/home.png) no-repeat left center;
    font-size:16px;
    color: #333;
}
.site a{
    font-size:16px;
    color: #333;    
}

.n_sort{
    border-bottom: 1px solid #e5e5e5;
}
.sort{
/*    float: right;*/
}
.sort li{
    display: inline-block;
    margin:0 20px;
    position: relative;
}
.sort li:before{
    content:'';
    position: absolute;
    left:0;
    bottom:-1px;
    width: 0%;
    height: 3px;
    background:#cf0100;
    opacity: 0;
    transition: all 0.5s ease-out;
}
.sort li a{
    font-size:24px;
    color: #333;
    line-height:50px;
    padding:0 18px;
}
.sort li:nth-child(1){
    margin-left: 0;
}
.sort li:hover:before{
    width: 100%;
    opacity: 1;
    transition: all 0.5s;    
}
.sort li.on:before{
    width: 100%;
    opacity: 1;
    transition: all 0.5s;    
}
.n_container{
    padding:30px 0;
}

@media(max-width: 1440px){
    .sitemp {
        margin-bottom: 20px;
        font-size:14px;
    }
    .site a{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    .sort li a{
        font-size:20px;
        padding: 0 15px;
    }
    .sitemp {
        margin-bottom: 15px;
    }
}
@media(max-width: 768px){
    .sitemp{
        margin-bottom:10px;
    }
    .sort li{
        margin:0 5px;
    }
    .sort li a{
        font-size:18px;
        padding: 0 10px;
    }    
}
@media(max-width: 767px){
    .sitemp{
        display: none;
    }
    .sort li{
        margin:0 0px;
    }
    .sort li a{
        font-size:16px;
        line-height:42px;
    }    
}

#n_about1{
    padding:75px 0;
}
.n_about1{
    padding-bottom:70px;
}
.n_about1_l{
    float: left;
    width: 49%;
}
.n_about1_r{
    float: right;
    width: 49%;
    padding-top:5%;
}
.n_about1_r h2{
    font-size:36px;
    color: #333;
    font-weight: normal;
    line-height:1em;
}
.n_about1_r h3{
    font-size:30px;
    color: #333;
    font-weight: normal;
    margin:15px 0 10px 0;
}
.n_about1_r p{
    font-size:16px;
    color: #666;
    line-height:1.8em;
}
#n_about2{
    padding:90px 0 120px;
    background:url(../images/fuwu_bg.png) no-repeat top center;
    background-size: cover;
}
#n_about2 .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align:center;
}
#n_about2 .container li{
    display: inline-block;
    margin:0 8%;
}
#n_about2 .container li h3{
    font-size:36px;
    color: #333;
    font-weight: normal;
    line-height:1em;
    margin-bottom: 35px;
}
#n_about3{
    padding:80px 0 120px;
    background:url(../images/fzlc_bg.png) no-repeat top center;
    background-size: cover;
}
#n_about3 h2{
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    text-align:center;
    margin-bottom: 60px;
}
.about_fzlc{
    padding:0 12%;
    position: relative;
}
.about_fzlc .swiper-button-next2{
    width: 55px;
    height: 55px;
    position: absolute;
    left:3%;
    top:50%;
    margin-top:-22.5px;
    z-index: 9999;
    background:url(../images/left3.png) no-repeat;
    outline: none;
    cursor: pointer;
}
.about_fzlc .swiper-button-prev2{
    width: 55px;
    height: 55px;
    position: absolute;
    right:3%;
    top:50%;
    margin-top:-22.5px;
    z-index: 9999;
    background:url(../images/left3.png) no-repeat;
    outline: none;
    cursor: pointer;  
    transform: rotate(-180deg);  
}
#swiper-container3{
    position: relative;
    padding-top:5px;
}
#swiper-container3:before{
    content:'';
    position: absolute;
    top:10px;
    left:0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background:#fff;
}
#swiper-container3 .swiper-slide{
    position: relative;
    cursor: pointer;
}
#swiper-container3 .swiper-slide:before{
    content:'';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -12px;
}
#swiper-container3 .swiper-slide .yd{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    left:50%;
    margin-left: -6px;   
}
#swiper-container3 .swiper-slide .yd:before{
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #000;
    z-index: -1;
}
#swiper-container3 .swiper-slide .text{
    background:#fff;
    position: relative;
    padding:10px 15px;
    margin-top:30px;
    border-radius: 5px;
}
#swiper-container3 .swiper-slide h3{
    font-size:24px;
    color: #333;
}
#swiper-container3 .swiper-slide p{
    font-size:14px;
    line-height:1.6em;
    height: 4.8em;
    overflow: hidden;
}

#swiper-container3 .swiper-slide:hover:before{
    border-bottom: 12px solid #cf0100;    
}
#swiper-container3 .swiper-slide:hover .text{
    background:#cf0100;
}
#swiper-container3 .swiper-slide:hover h3{
    color: #fff;
}
#swiper-container3 .swiper-slide:hover p{
    color: #fff;
}

#n_about4{
    padding:50px 0;
}
#n_about4 h2{
    font-size: 36px;
    color: #333;
    font-weight: normal;
    text-align:center;
    margin-bottom: 20px;
}
.n_hzhb{
    display: flex;
    flex-wrap: wrap;
}
.n_hzhb li{
    float: left;
    width: 15%;
    margin:15px 2% 15px 0;
}
.n_hzhb li:nth-child(6n){
    margin:15px 0 15px;
}
@media(max-width: 1440px){
    .n_about1_r h2{
        font-size:32px;
    }
    .n_about1_r h3 {
        font-size: 24px;
    }
}
@media(max-width: 1024px){
    #n_about1 {
        padding: 50px 0;
    }
    .n_about1{
        padding-bottom:50px;
    }
    .n_about1_r{
        padding-top:0;
    }
    .n_about1_r h2{
        font-size:20px;
    }
    .n_about1_r h3 {
        font-size: 18px;
        margin: 10px 0 5px 0;
    }
    #n_about2{
        padding:70px 0;
    }
    #n_about2 .container li h3{
        font-size:32px;
    }
    #n_about3 {
        padding: 70px 0;
    }
    #n_about3 h2{
        margin-bottom: 30px;
    }
    #n_about4 {
        padding: 40px 0;
    }
    .n_hzhb li {
        width: 18.2%;
        margin: 10px 2% 10px 0;
    }
    .n_hzhb li:nth-child(6n) {
        margin: 10px 2% 10px 0;
    }
    .n_hzhb li:nth-child(5n) {
        margin: 10px 0 10px;
    }
    #n_about2 .container li{
        margin: 0 6%;
    }
    #n_about3 h2{
        font-size:32px;
    }
    #n_about4 h2{
        font-size:32px;
    }
}
@media(max-width: 768px){
    #n_about1 {
        padding: 30px 0;
    }
    .n_about1{
        padding-bottom:30px;
    } 
    .n_about1_r h3 {
        font-size: 16px;
        margin: 5px 0 0px 0;
    }  
    .n_about1_r p{
        font-size:14px;
    } 
    #n_about2 .container li{
        margin: 0 4%;
    }
    #n_about3 {
        padding: 50px 0;
    }
    #n_about4 {
        padding: 30px 0;
    }
    .n_hzhb li {
        width: 23.5%;
        margin: 10px 2% 10px 0;
    }
    .n_hzhb li:nth-child(5n) {
        margin: 10px 2% 10px 0;
    } 
    .n_hzhb li:nth-child(4n) {
        margin: 10px 0 10px;
    } 
    .about_fzlc{
        padding:0;
    }
    .about_fzlc .swiper-button-prev2{
        display: none;
    }
    .about_fzlc .swiper-button-next2{
        display: none;
    }
}
@media(max-width: 767px){
    #n_about1 {
        padding: 20px 0;
    }
    .n_about1{
        padding-bottom:0px;
    } 
    .n_about1_l{
        width: 100%;
        float: none;
        margin-bottom:10px;
    }
    .n_about1_r{
        width: 100%;
        float: none;
    }
    #n_about2 {
        padding: 30px 0;
    }
    #n_about2 .container li {
        margin: 0%;
        width: 50%;
    } 
    #n_about2 .container li .img{
        width: 100%;
        padding:0 10%;
    } 
    #n_about2 .container li h3 {
        font-size: 24px;
        margin-bottom: 15px;
    } 
    #n_about3 {
        padding: 30px 0;
    }
    #n_about4 {
        padding: 20px 0;
    } 
    .n_hzhb li {
        width: 32%;
        margin: 5px 2% 5px 0;
    }
    .n_hzhb li:nth-child(4n) {
        margin: 5px 2% 5px 0;
    } 
    .n_hzhb li:nth-child(3n) {
        margin: 5px 0 5px;
    }
    #n_about3 h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #n_about4 h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #swiper-container2 .swiper-slide .text{
        padding: 5px 10px;
    }
    #swiper-container2 .swiper-slide h3{
        font-size:18px;
    }
    #swiper-container2 .swiper-slide p{
        height: 8em;
    }
}


/*product*/
.p_list_text{
    padding:0px 0 45px;
}
.p_list_text h3{
    font-size:36px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom:15px;
}
.p_list_text p{
    font-size:16px;
    color: #333;
}
.p_sort{
    display: flex;
    flex-wrap: wrap;
    background:#f9f9f9;
    padding:75px 0;
}
.p_sort li{
    width: 32%;
    float: left;
    margin-right: 2%;
    border:1px solid #e5e5e5;
    margin-bottom:30px;
}
.p_sort li:nth-child(3n){
    margin-right: 0%;
}
.p_sort li a{
    font-size:18px;
    color: #333;
    display: flex;
    align-items: center;
    padding:15px 30px;
    background:#fff;
}
.p_sort li a .img{
    margin-right: 30px;
    display: inline-block;
    width: 48px;
    height: 42px;
    position: relative;
    overflow: hidden;
}
.p_sort li a .img img{
    display: block;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.5s ease-out;
}
.p_sort li:hover a{
    background:#cf0100;
    color: #fff;
}
.p_sort li:hover a img{
    transition: all 0.5s;
    top:-42px;
}
.product_detail_intro{

}
.product_detail_intro p{
    margin-bottom:10px;
}
.p_detail{
    background:#f9f9f9;
    padding:30px 0 60px;
}
.p_detail .p_title1{
    background:#ccc;
    margin-bottom:30px;

}
.p_detail .p_title1 em{
    font-size:26px;
    color: #fff;
    background:#cf0100;
    padding:0 20px;
    font-style: normal;
    display: inline-block;
    line-height:48px;
    height: 48px;
}
.p_detail p{
    font-size:16px;
    color: #333;
    margin-bottom:15px;
    text-indent: 30px;
}
.p_detail .text2{
    margin-top:30px;    
}
.p_detail .text2 p{
    margin-bottom:0;
    line-height:1.6em;
    text-indent: 0px;
}
.p_detail .text2 p strong{
    display: block;
    margin-top:30px;
}
@media(max-width: 1440px){
    .p_list_text h3{
        font-size:32px;
    }
    .p_sort li a{
        font-size:16px;
    }
    .p_sort li a .img {
        margin-right: 20px;
    }
}
@media(max-width: 1024px){
    .p_list_text {
        padding: 0px 0 30px;
    }
    .p_list_text p{
        font-size:14px;
    }  
    .p_sort{
        padding:50px 0;
    }  
    .p_sort li a{
        padding: 15px 20px;
        /*font-size: 18px;*/
    }
    .p_sort li a .img{
        /*margin-right: 30px;*/
    }
    .p_detail .p_title1 em {
        font-size: 24px;
        padding: 0 15px;
    }
    .p_detail p{
        text-indent:15px;
    }
}
@media(max-width: 768px){
    .p_list_text h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .p_sort li{
        margin-bottom:15px;
    }
    .p_sort li a{
        padding: 10px 15px;
        font-size: 16px;
    }
    .p_sort li a .img{
        margin-right: 20px;
    }  
    .p_detail .p_title1 {
        margin-bottom: 20px;
    }
    .p_detail .p_title1 em {
        font-size: 20px;
        padding: 0 10px;
        line-height: 45px;
        height: 45px;
    }
    .p_detail p{
        text-indent:0px;
        margin-bottom:5px;
    }  
    .p_detail .text2 p strong{
        margin-top:20px;
    }
    .p_sort li{
        width:49%;
    }
    .p_sort li:nth-child(3n){
        margin-right: 2%;
    }
    .p_sort li:nth-child(2n){
        margin-right: 0%;
    }
}
@media(max-width: 767px){
    .p_list_text {
        padding: 20px 0;
    }
    .p_list_text h3 {
        font-size: 24px;
        margin-bottom:0;
    }
    .p_sort {
        padding: 30px 0;
    }
    .p_sort li a{
        padding: 10px 10px;
        font-size:14px;
    }
    .p_sort li a .img{
        margin-right: 15px;
    } 
    .p_detail .p_title1 {
        margin-bottom: 10px;
    }
    .p_detail .text2 p strong{
        margin-top:10px;
    }
}



/*case*/
h2.title1{
    font-size: 36px;
    color: #333;
    font-weight: normal;
    text-align: center;
}
.case_sort{
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    padding:30px 0 50px;
}
.case_sort li{
    width: 16.6666666667%;
    display: inline-block;
    float: left;
    text-align:center;
    font-size:18px;
}
.case_sort li a{
    display: block;
    background:#f9f9f9;
    padding:35px 0;
}
.case_sort li .img{
    overflow: hidden;
    width: 59px;
    height: 40px;
    position: relative;
    margin:0 auto 10px;
}
.case_sort li .img img{
    display: block;
    position: absolute;
    top:0;
    left: 0;
    transition: all 0.6s ease-out;
}
.case_sort li a:hover {
    background:#cf0100;
    color: #fff;
}
.case_sort li a:hover .img img{
    top:-40px;
    transition: all 0.6s;
}
.case_sort li a.cur {
    background:#cf0100;
    color: #fff;
}
.case_sort li a.cur .img img{
    top:-40px;
    transition: all 0.6s;
}

.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom:70px;
    border-bottom: 4px solid #f2f2f2;
}
.case_list li:nth-child(3n){
    margin-right: 0%;
}
.case_list li .text{
    padding:5px ;
}
.case_list li .img{
    display: block;
    overflow: hidden;
}
.case_list li .img img{
    transition: all 0.6s ease-out;
}
.case_list li h3{
    font-size:18px;
    color: #333;
    font-weight: normal;
}
.case_list li p{
    font-size:16px;
    color: #666;
    line-height:1.6em;
    margin:10px 0;
}
.case_list li span{
    font-size:16px;
    color: #cf0100;
}
.case_list li:hover h3{
    color: #cf0100;
}
.case_list li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.case_detail{

}
.case_detail h2{
    font-size:32px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom:30px;
}
.case_detail .img{
    margin-bottom:20px;
    text-align: center;
}
.case_detail .content{
    font-size:16px;
    color: #333;
    line-height:1.8em;
}
.case_detail .content img{
    display: block;
    margin: 15px auto 15px;
}
@media(max-width: 1440px){
    h2.title1{
        font-size:32px;
    }

}
@media(max-width: 1024px){
    .case_sort{
        padding:30px 0;
    } 
    .case_list li {
        width: 49%;
        margin-bottom: 50px;
    } 
    h2.title1 {
        font-size: 24px;
        margin-top:20px;
    }  
}
@media(max-width: 768px){
    .case_sort {
        padding: 20px 0;
    }
    .case_sort li{
        width: 33.333%;
    }
    .case_sort li a{
        padding:25px 0;
    }
    .case_list li {
        width: 49%;
        margin-bottom: 30px;
    }
    .case_list li:nth-child(3n){
        margin-right: 2%;
    }
    .case_list li:nth-child(2n){
        margin-right: 0%;
    }
    .case_detail h2{
        font-size:24px;
        margin-bottom: 20px;
    }
    .case_detail .content img{
        display: block;
        margin: 5px auto 5px;
    }
}
@media(max-width: 767px){
    .case_sort {
        padding: 10px 0 20px;
    }
    .case_sort li a{
        padding:20px 0;
    }
    .case_sort li{
        font-size:14px;
    }
    .case_list li {
        margin-bottom: 20px;
    }    
    .case_list li p{
        padding:5px 0;
    }
    .case_list li h3{
        font-size:16px;
    }
    .case_list li span{
        font-size:14px;
    }
    .case_detail h2{
        font-size:20px;
        margin-bottom: 10px;
    }
}

/*job*/
.id-info {
 padding: 2.25rem 0;
}
.id-info .info {
 height: 10rem;
}
.id-info .con {
 width: 50%;
 height: 100%;
 padding-right: 4rem;
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.id-info .con h5 {
 color: #212d54;
 margin-bottom: 0.7rem;
 font-size:1rem;
 font-weight: 400;
}
.id-info .con p {
 color: #888;
 line-height: 1.8;
 font-size: 0.45rem;
}
.id-info .img {
 width: 50%;
 height: 100%;
}

.job_list{
    background:url(../images/neiyeback-g.png);
    background-size: cover;  
    padding:2rem 0 1rem;
}
.job_list h4{
  font-weight: normal;
  font-size:26px;
  color: #212d54;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
.job_list h4:after{
  content:'';
  position: absolute;
  bottom:0;
  left:50%;
  width: 45px;
  height: 1px;
  margin-left: -27.5px;
  background:#47443d;
}
.school-wrap {
 padding-bottom: 2.5rem;
}
.school-wrap .list-title {
 width: 100%;
 height: 2rem;
 line-height: 2rem;
 background: #fff;
 color: #333;
 font-weight: bold;
 border-bottom: 1px solid #f1f1f1;
}
.school-wrap .list-title div{
     font-size: 0.4rem;   
}
.school-wrap .list-title .name {
 width: 18%;
 padding-left: 0.8rem;

}
.school-wrap .list-title .local {
 width: 14.6%;

}
.school-wrap .list-title .num {
 width: 14.6%;
}
.school-wrap .list-title .detail {
 width: 14.6%;
}
.school-wrap .list li .list-title {
 cursor: pointer;
 transition: all 0.3s ease 0s;
 height: 1.6rem;
 line-height: 1.6rem;
 color: #5d5d5d;
 font-weight: normal;
}
.school-wrap .list li .list-title .icon {
 right: 2.5rem;
 color: #505050;
}
.school-wrap .list li .list-title .icon i {
 width: 20px;
 height: 20px;
 background: url("../images/detail-add.png") no-repeat center center;
 background-size: contain;
 margin-left: 10px;
}
.school-wrap .list li .sub-wrap {
 padding: 1.5rem 0.8rem;
 position: relative;
 background: #fcfcfc;
 display: none;
}
.school-wrap .list li .sub-wrap h2 {
 color: #333;
 font-size: 0.5rem;
 margin-bottom: 1rem;
 font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con {
 padding-bottom: 1rem;
 margin-bottom: 1rem;
 border-bottom: 1px solid #e7edf5;
}
.school-wrap .list li .sub-wrap .sub-con h5 {
 margin-bottom: 0.5rem;
 color: #333;
 font-size: 0.45rem;
 font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con p {
 color: #505050;
 margin-bottom: 0.2rem;
}
.school-wrap .list li .sub-wrap .sub-con:last-child {
 border-bottom: none;
}
.school-wrap .list li .sub-wrap .apply {
 width: 3.75rem;
 height: 1.25rem;
 line-height: 1.25rem;
 text-align: center;
 color: #fff;
 font-size: 0.4rem;
 background: #212d54;
}
.school-wrap .list li.cur .icon {
 color: #212d54;
}
.school-wrap .list li.cur .icon i {
 width: 20px;
 height: 20px;
 background: url("../images/detail-less.png") no-repeat center center;
 background-size: contain;
 margin-left: 10px;
}

.dfj {
    display: flex;
    align-items: center;
    justify-content: center;
}
.poa {
    position: absolute;
}
.por {
    position: relative;
}
.dib {
    display: inline-block;
}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    
}
@media(max-width: 992px){
.id-info .info {
    height: auto;
}
    .id-info .con {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
    .id-info .img {
        width: 100%;
        height: 14rem;
        margin-top: 1rem;
    }
}
@media(max-width: 768px){
   
}
@media(max-width: 767px){
  .id-info{
    padding:0.6rem 0;
  }
  .job_list{
    padding:0.6rem 0 0;
  }
  .job_list h4{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  } 
    .id-info .img {
        height: 5rem;
        margin-top: 0.5rem;
    }
    .id-info .con h5 {
        margin:0;
        margin-bottom: 0.4rem;
        font-size: 0.44rem;
        line-height:1em;
    }
    .id-info .con p {
        font-size: 0.28rem;
    }
    .school-wrap .list-title{
        height: 1.4rem;
        line-height: 1.4rem;
    } 
    .school-wrap .list-title div{
        font-size: 0.28rem;    
    }
    .school-wrap .list li .list-title .icon span {
        display: none;
    } 
    .school-wrap .list-title .name {
        width: 30%;
        padding-left: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .school-wrap .list-title .local {
        width: 22%;
    }
    .school-wrap .list-title .num {
        width: 22%;
    } 
    .school-wrap .list li .list-title {
        height: 1.2rem;
        line-height: 1.2rem;
    }
    .school-wrap .list li .list-title .icon {
        right: 0.2rem;
        top: 0.35rem;
    }
    .school-wrap .list li .sub-wrap {
        padding: 0.3rem 0.2rem;
    }
    .school-wrap .list li .sub-wrap h2 {
        font-size: 0.36rem;
        margin-bottom: 0.4rem;
    }
    .school-wrap .list li .sub-wrap .sub-con {
        padding-bottom: 0.4rem;
        margin-bottom: 0.5rem;
    }
    .school-wrap .list li .sub-wrap .sub-con h5 {
        margin-bottom: 0.4rem;
        font-size: 0.32rem;
    }
    .school-wrap .list li .sub-wrap .sub-con p {
        margin-bottom: 0.1rem;
        font-size: 0.28rem;
    }
    .school-wrap .list li .sub-wrap .apply {
        width: 2.2rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.3rem;
    }
}

/*news*/
.news_list1 li{
    position: relative;
    margin-bottom:30px;
}
.news_list1 li:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border:1px solid #e5e5e5;
}

@media(max-width: 1440px){

}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .news_list1 li{
        margin-bottom:15px;
    }
}
@media(max-width: 767px){
    
}

/*contact*/
.n_contact{
    padding:80px 0 60px;
}
.n_contact h3{
    font-size: 32px;
    color: #222;
}
.n_contact h4{
    font-size: 24px;
    color: #333;
    font-weight: normal;
    padding:15px 0 5px;
}
.n_contact_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:25px;
}
.n_contact_list p{
    margin-right:60px;
    font-size: 16px;
    color: #666;
}
.n_contact_list p:nth-child(4){
    margin-right: 0;
}

@media(max-width: 1199px){
    .n_contact{
        padding:30px 1%;
    }
    .n_contact_list p{
        margin-right: 40px;
    }
    .n_contact_intro{
        margin: 20px auto 40px;
        padding: 25px 0;
    }
    
}
@media(max-width: 768px){

    .n_contact_list p:nth-child(4) {
        margin-right: 30px;
    }
    .n_contact_intro h3{
        font-size: 22px;
    }
    .n_contact_intro p{
        font-size: 14px;
    }
    .n_contact h3{
        font-size: 24px;
    }
    .n_contact h4 {
        font-size: 20px;
        padding: 5px 0 5px;
    }
}
@media(max-width: 640px){
    .n_contact {
        padding: 20px 1%;
    }
    .n_contact h3{
        font-size: 20px;
    }
    .n_contact h4 {
        font-size: 16px;
        padding: 0;
    }
    .n_contact_list p {
        width: 100%;
        margin-right: 0px;
    }
    .n_contact_list p:nth-child(4) {
        margin-right: 0px;
    }
}


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

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

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










h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
/*    padding:1em 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;   
    margin-top:20px; 
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.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:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;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: #cf0100;
    vertical-align: middle;
    border: 1px solid #cf0100; 
    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: #cf0100;
    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;
    }
}