*{
    font-family: pingfang;
    font-size: 14px;
}
.button{
    cursor: pointer;
}
html, body{
    width: 100%;
    height: 100%;
}
.frame{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
h3.button{
    font-size: 18px;
}
/* header */
.headerBox{
    width: 100%;
    padding: 15px 5% 10px 10%;
    border-bottom: #000 1px solid;
    background-color: rgba(0, 0, 0, 0.05);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.headerBox .logo{
    float: left;
    max-width: 300px;
}
.headerBox .nav{
    text-align: center;
    max-height: 90px;
    position: absolute;
    right: 10%;
    bottom: 10px;
    display: block;
}
.headerBox .nav *{
    text-align: center;
}
.headerBox .nav li{
    /*font-weight: bold;*/
    cursor: pointer;
    color: #333;
    position: relative;
    top: 0;
    left: 0;
    float: left;
}
.headerBox .nav li a{
    padding: 0px 30px;
}
.headerBox .nav li a:hover{
    background: none;
    color: #f00;
}
.headerBox .nav h1{
    font-size: 12px;
    margin-bottom: 5px;
}
.headerBox .nav h2{
    position: relative;
}
.headerBox .nav h2 .bottom_line{}
.headerBox .nav .curt{
    height: 5px;
    width: 100%;
    background-color: rgb(185, 39, 45);
    position: absolute;
    bottom: -15px;
    z-index: 3;
}
.headerBox .nav span.fa-search{
    font-size: 30px;
}
.headerBox .nav dl{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45px;
    left: 0;
    background-color: #666;
    color: #fff;
    display: none;
}
.headerBox .nav dt{
    padding: 5px;
    font-weight: normal;
}
.headerBox .nav dt:hover{
    background-color: #ccc;
    color: #000;
}

/* nav */
.navBox{
    /*width: 100%;*/
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 998;
}
.navBox ul.nav{
    position: absolute;
    left: 75px;
    top: 140px ;
    height: 100%;
    width: 6px;
}
.navBox ul.nav li{
    padding: 0px 3px;
    position: relative;
    top: 0px;
    left: 0px;
    height: 25%;
    width: 100%;
    float: left;
}
.navBox ul.nav li i{
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fff;
}
.navBox ul.nav li b{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
.navBox ul.nav li h1{
    width: 110px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}
.navBox ul.nav h1 em{
    width: 4px;
    height: 100%;
    display: block;
    background-color: rgb(192, 39, 45);
    float: left;
}
.navBox ul.nav h1 .title{
    position: absolute;
    top: 0px;
    left: 15px;
}
.navBox ul.nav h1 p{
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
}
.contentBox{
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    top: 0px;
    left: 0px;
}
/* home */
.home .top{
    margin-top: 14%;
}
.home img{
    display: block;
    margin: auto;
    max-width: 80%;
}
.home p{
    color: #fff;
    max-width: 80%;
    margin: auto;
    font-size: 36px;
    margin-top: 10px;
}
.home .bottom{
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
}
.home .bottom dl{
    color: #fff;
}
.home .bottom dt{
    position: relative;
    top: 0px;
    left: 0px;
    border-top: #fff 1px solid;
    display: inline-block;
    padding: 10px 5px;
    letter-spacing: 5px;
}
.home .bottom dt b{
    display: block;
    position: absolute;
    left: 50%;
    top: -22px;
    font-size: 26px;
}
.home .bottom dd{
}
.home .bottom dd.button{
    background: url("/public/custom/client/img/button01.png") no-repeat 100% 100%;
    width: 135px;
    height: 36px;
    line-height: 34px;
    margin: 10px auto 10px auto;
}
.home .bottom dd.ico{
    background: url("/public/custom/client/img/ico01.png") no-repeat 100% 100%;
    width: 30px;
    height: 44px;
    margin: auto;
}
/* home */
/* aboutUs */
.aboutUs{
}
.aboutUs .top{
    padding-bottom: 80px;
}
.aboutUs .top h1{
    font-weight: bold;
    font-size: 36px;
}
.aboutUs .bottom{}
.aboutUs .bottom table{
    margin: auto;
}
.aboutUs .bottom table img.aboutUs_img{
    width: 60%;
}
.aboutUs .bottom table tr{
}
.aboutUs .bottom table td{
    padding: 0px 50px;
    width: 50%;
    position: relative;
    top: 0px;
    left: 0px;
}
.aboutUs .bottom td b.jiahao{
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    bottom: -14px;
    right: -13px;
}
.aboutUs .bottom td.text{
    text-align: justify;
}
.aboutUs .bottom td h1{
    font-weight: bold;
    font-size: 50px;
}
.aboutUs .bottom td h2{
    font-size: 24px;
    color: rgb(192, 39, 45);
}
.aboutUs .bottom td p{
    font-size: 16px;
    text-indent: 44px;
    margin-bottom: 50px;
}
.aboutUs .bottom td h3.button{
    background: url("/public/custom/client/img/button01.png") no-repeat 100% 100%;
    width: 135px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}
/* aboutUs */
/* newsCenter */
.newsCenter{
    padding-left: 200px;
    padding-right: 200px;
}
.newsCenter .top{
    width: 80%;
    margin: auto;
    padding-top: 30px;
    /*margin-bottom: 135px;*/
}
.newsCenter .top table{
    width: 100%;
}
.newsCenter .top tr{
    height: 160px;
}
.newsCenter .top td{
    width: 50%;
}
.newsCenter .top td h1{
    display: inline-block;
    color: #fff;
    font-size: 50px;
    vertical-align: middle;
    font-weight: bold;
    margin-right: 20px;
}
.newsCenter .top td h2{
    display: inline-block;
    color: #fff;
    font-size: 32px;
    vertical-align: middle;
}
.newsCenter .top td h3.button{
    width: 135px;
    height: 36px;
    text-align: center;
    border: 1px #000 solid;
    padding-top: 5px;
    border-radius: 36px;
    position: relative;
    top: 0px;
    left: 0px;
    float: right;
    /*margin: auto;*/
}
.newsCenter td h3.button i{
    font-style: normal;
}
.newsCenter td h3.button i.line{
    display: block;
    width: 1px;
    background-color: #000;
    height: 35px;
    position: absolute;
    top: 0px;
    right: 18px;
}
.newsCenter td h3.button i.jiahao{
    display: block;
    color: #000;
    height: 35px;
    position: absolute;
    top: 7px;
    right: 12px;
    font-weight: bold;
    font-size: 18px;
}
.newsCenter .bottom{
    width: 80%;
    margin: auto;
}
.newsCenter .bottom dl{}
.newsCenter .bottom dd{}
.newsCenter .bottom dd table{}
.newsCenter .bottom dd tr{}
.newsCenter .bottom dd tr.curt{
    background-color: #000;
}
.newsCenter .bottom dd td{
    padding: 10px;
    text-align: justify;
    color: #fff;
    width: 30%;
}
.newsCenter .bottom dd td.text{
    font-size: 14px;
}
.newsCenter .bottom dd td.img{
    text-align: center;
}
/* newsCenter */

/* product */
.product{}
.product .top{
    margin-bottom: 60px;
}
.product .top h1{
    font-size: 50px;
    font-weight: bold;
    text-align: justify;
    margin-left: 200px;
}
.product .bottom{
    padding-right: 120px;
}
.product .bottom table{
    width: 80%;
    height: 60%;
    float: right;
    position: relative;
    top: 0px;
    left: 0px;
    border-left: solid rgb(174, 175, 175) 1px;
}
.product .bottom tr{}
.product .bottom td{
    width: 50%;
    padding: 0px 25px;
    text-align: justify;
}
.product .bottom td h2{
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}
.product .bottom td p{
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 30px;

}
.product .bottom td h3.button{
    background: url("/public/custom/client/img/button01.png") no-repeat 100% 100%;
    width: 135px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}
.product .bottom td span.jiahao{
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: -8px;
    font-size: 24px;
}
.product .bottom td img{
    width: 100%;
    /*height: 100%;*/
}
/* product */

/* footer */
.footer{
    width: 100%;
    /*height: 100%;*/
}
.footer .top{
    height: 70%;
    margin-bottom: 40px;
    
}
.footer .top *{
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer .top p{
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.footer .top ul{
    width: 100%;
    height: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
.footer .top li{
    width: 25%;
    height: 50%;
    float: left;
}
.footer .top li.middle{
    width: 50%;
}
.footer .top li dl{
    width: 100%;
    height: 100%;
}
.footer .top li dd{
    width: 50%;
}
.footer .top li .video{
    width: 100%;
}
.footer .top li img{
    width: 100%;
    height: 100%;
}
.footer .top li .half{
    width: 50%;
    float: left;
    color: #fff;
    text-align: justify;
    padding: 30px 5px 0px 20px;
}
.footer .bottom{}
.footer .bottom table{
    width: 100%;
}
.footer .bottom tr{}
.footer .bottom td{
    width: 20%;
    vertical-align: top;
    text-align: center;
}
.footer .bottom td ul{
}
.footer .bottom td li{
    font-size: 14px;
    color: rgb(152, 152, 152);
}
.footer .bottom td li.title{
    color: #000;
    font-weight: bold;
}
/* footer */


/* crumbs */
.crumbs{
    padding: 13px;
    padding-left: 100px;
    font-size: 16px;
    color: #888;
    font-weight: bolder;
    /*background-color: rgba(60, 60, 60, 0.6);*/
}
.crumbs *{
    font-size: inherit;
}
/* crumbs */

/* module1 */
.module1{
    padding: 50px 0px;
    text-align: justify;
}
.module1 .title, .news_center .title, .recruitment .title, .product .title{
    text-align: center;
    margin-bottom: 50px;
}
.module1 .title .line, .news_center .title .line, .recruitment .title .line, .product .title .line{
    width: 100px;
    height: 3px;
    background-color: #6d6d6d;
    margin: 5px auto;
}
.module1 .content, .news_center .content, .recruitment .content, .product .content{
    box-shadow: #ddd 2px 2px 5px, #eee 5px 5px 8px;
    padding: 5%;
    /*width: 210mm;*/
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    margin: auto;
}
.content p, .content div {
    background: none !important;
}
.content img{
    max-width: 100%;
    max-height: 100%;
}
.module_footer{
    background-color: rgb(229, 229, 229);
    margin: 0px;
    padding: 20px 0px;
}
.module_footer li{
    vertical-align: top;
    float: left;
    text-align: center;
}
.module_footer li dl{}
.module_footer li dd{
    font-size: 14px;
    color: rgb(152, 152, 152);
    padding: 0px;
    margin: 0px;
}
.module_footer li dd.title{
    color: #000;
    font-weight: bold;
}
.module_footer li dd a{
    color: inherit;
    font-size: inherit;
}
.module_bottom{
    width: 100%;
    height: 30px;
    background-color: #666;
}
/* module1 */

/* news_center */
.news_center{
    padding: 50px 0px;
}
.news_center .content{
    padding: 15px;
}
.news_center .content ul.list{
    padding: 10px 15px;
}
.news_center ul.list li{
    padding: 10px;
    border: 1px #eee solid;
    box-shadow: #ccc 1px 1px 3px;
    height: 100px;
    margin: 10px auto;
    display: flex;
}
.news_center ul.list a{
    display: block;
    color: inherit;
}
.news_center ul.list .name{
    font-weight: bold;
    font-size: 16px;
}
.news_center ul.list li *{
    word-wrap:break-word;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    text-align: justify;
    text-overflow:ellipsis;
    align-self: center;
}
.news_center ul.list li div, .news_center ul.list li img{
    max-height: 100%;
    text-align: center;
}
.news_center ul.list li div._content{
    text-align: justify;
    overflow: hidden;         /*超出隐藏*/
    text-overflow: ellipsis;  /*文本超出显示省略号*/
}
.news_center ul.list .img{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
}
.news_center .content .content_title{
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    padding: 10px;
}
.news_center .content .content_img{
    text-align: center;
    margin-bottom: 20px;
}
.news_center .content .content_img img{
    border: 5px #ccc solid;
    display: inline-block;
}
.news_center .content .content_box{
    padding: 20px;
}
/* news_center */

/* recruitment */
.recruitment{
    padding: 50px 0px;
}
.recruitment .content{
    padding: 15px;
}
.recruitment .content ul{
    border: 1px #eee solid;
    box-shadow: #ccc 1px 1px 3px;
    padding: 10px;
}
.recruitment .content li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.recruitment .content li.name{
    font-weight: bold;
    font-size: 16px;
}
.recruitment .content li div[class]{
    float: left;
}
.recruitment .content li div.left{
    width: 120px;
    max-width: 100%;
}
.recruitment .content li div.right{
    max-width: 100%;
}
.recruitment li div.right *{
    word-wrap:break-word;
}
.recruitment .content li span{}
/* recruitment */

/* product */
.product{
    padding: 50px 0px;
}
.product .content{}
.product .content ul.ul_type{
    width: 100%;
    float: left;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 0px 15px;
    font-weight: bold;
}
.product ul.ul_type a{
    color: inherit;
    display: block;
    float: left;
    text-align: center;
    font-size: 20px;
}
.product ul.ul_type a.curt{
    color: #f00;
}
.product ul.ul_type li{
    float: left;
    padding: 10px;
    width: 100%;
    font-size: inherit;
}
.product ul.ul_product{
    width: 100%;
    float: left;
    padding: 0px 15px;
}
.product ul.ul_product li{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.product ul.ul_product li p{
    height: 220px;
    border: rgb(32, 32, 32) 1px solid;
    padding-left: 1px;
    padding-right: 1px;
    display: flex;
}
.product ul.ul_product li p img{
    align-self: center;
    margin: auto;
}
.product ul.ul_product li p:hover{
    border: 1px solid #f00;
}
.product ul.ul_product li img{
    max-height: 160px;
    vertical-align: middle;
}
.product ul.ul_product li h1{
    padding: 10px;
}
.product ul.ul_product a{
    color: inherit;
    display: block;
    width: 20%;
    float: left;
}
.product ul.ul_product a:hover{
    color: #f00;
}
/* product */

/* page_ul */
ul.page_ul{
    float: right;
}
ul.page_ul li{
    background-color: #ccc;
    float: left;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}
ul.page_ul li.curt{
    background-color: #0a61c4;
}
/* page_ul */

/* min_header_box */
.min_header_box{
    display: none;
    background-color: rgb(26, 26, 26);
    color: #fff;
    padding: 20px 30px;
}
.min_header_box .logo{
    float: left;
    max-width: 50%;
}
.min_header_box .i{
    float: right;
    font-size: 48px;
}
ul.min_nav{
    width: 200px;
    float: right;
    color: #fff;
    transition: right 1s;
    display: none;
    position: absolute;
    right: -200px;
    z-index: 999;
}
ul.min_nav li{
    background-color: rgb(26, 26, 26);
    border: 1px solid #666;
}
ul.min_nav li a{
    display: block;
    padding: 10px 20px;
}
ul.min_nav li dl{}
ul.min_nav li dt{
    background-color: #999;
    padding: 10px 20px;
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}
.home_index_min_box{}
.home_index_min_box .min_middle{
}
.home_index_min_box .min_middle_nav{
    border-top: 8px #fff solid;
    border-bottom: 8px #fff solid;
    background-color: rgb(26, 26, 26);
    color: #fff;
    margin: 0px;
    padding: 20px 10px;
    font-size: 12px;
}
.home_index_min_box .min_middle_nav li{
    float: left;
    width: 33%;
    text-align: center;
}
.home_index_min_box .min_middle_nav a{
    color: inherit;
}
.home_index_min_box .min_middle_introduction{
    height: 240px;
    padding-top: 87px;
}
.home_index_min_box .min_middle_introduction h1{
    text-align: center;
    color: #fff;
    padding: 20px;
    width: 325px;
    max-width: 100%;
    margin: auto;
    letter-spacing: 10px;
    font-size: 20px;
    border: 1px #fff solid;
}
.home_index_min_box .min_middle_introduction h1 a{
    color: inherit;
}
.home_index_min_box .min_middle_content{
    padding: 20px 5px;
}
.home_index_min_box .min_middle_content .min_middle_img{
    width: 50%;
    padding: 0px 5px;
    float: left;
}
.home_index_min_box .min_middle_content .min_middle_img img{
    width: 100%;
}
.home_index_min_box .min_middle_content .min_middle_cont{
    width: 50%;
    padding: 0px 5px;
    float: left;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.home_index_min_box .min_middle_content .min_middle_cont p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.min_product{}
.min_product h1{
    color: #000;
    letter-spacing: 10px;
    max-width: 100%;
    width: 325px;
    border: 1px solid #000;
    padding: 20px;
    text-align: center;
    margin: auto;
    font-weight: bold;
    margin-bottom: 20px;
}
.min_product h1 a{
    color: inherit;
}
.min_product ul.list{
    float: left;
    width: 100%;
    padding: 0px 15px;
    margin: 0px;
}
.min_product ul.list li{
    float: left;
    width: 50%;
}
.min_product ul.list li .img{
    margin: 10px 15px;
    padding-top: 60px;
    height: 330px;
    border: 1px #000 solid;
}
.min_product ul.list .cont p{
    padding: 5px 20px;
    padding-bottom: 0px;
}
.min_button01{
    width: 370px;
    max-width: 100%;
    height: 55px;
    text-align: center;
    margin: auto;
    padding: 15px;
    color: #fff;
    background-color: rgb(205, 78, 93);
    border-radius: 10px;
}

.min_news{
    background-color: rgb(27, 27, 27);
    margin-top: 40px;
    padding-top: 40px;
    color: #fff;
}
.min_news h1{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.min_news h1 a{
    color: #c1272d;
    font-size: 14px;
    margin-left: 15px;
}
.min_news ul.list{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0px 20px;
}
.min_news ul.list li{
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-bottom: #fff 1px dashed;
}
.min_news ul.list li a{
    width: 100%;
    float: left;
    color: inherit;
}
.min_news ul.list li .float-left{
    width: 70%;
    box-sizing: border-box;
    padding-right: 20px;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.min_news ul.list li .float-right{
    width: 30%;
    box-sizing: border-box;
    padding-left: 10px;
    text-align: right;
    font-size: 14px;
    padding-top: 4px;
}
/* min_header_box */
.home_index_max_box{
    display: none;
}

/* home_index_min_box */
.home_index_min_box{
    display: none;
    padding-bottom: 10px;
}
/* home_index_min_box */

/* home_index_min_box */
ul.content_footer{
    width: 100%;
    float: left;
    padding: 0px;
    margin: 30px 0px;
}
ul.content_footer li{
    max-width: 50%;
    padding: 0px 15px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
/* home_index_min_box */

.max_header_box ul.nav li h1{
    font-size: 10px;
}
.max_header_box ul.nav li h2{
    font-size: 16px;
    font-weight: bolder;
}

@media (min-width: 1440px) {

}

@media (min-width: 1200px) and (max-width: 1440px){
    .max_header_box .logo{
        display: none !important;
    }
    .headerBox .nav li{
        padding-top: 30px;
    }
    .home .top img{
        width: 70% !important;
    }
    .home .top {
        margin-top: 20%;
    }
}

@media (min-width: 1024px) and (max-width: 1200px){
    .max_header_box .logo{
        display: none !important;
    }
    .headerBox .nav li{
        padding: 0px 20px;
        padding-top: 30px;
    }
    .home .top img{
        width: 80% !important;
    }
    .home .top {
        margin-top: 22%;
    }
}

@media (max-width: 1024px) {
    html, body{
        overflow-x: hidden;
    }
    .max_header_box{
        display: none !important;
    }
    .home_index_max_box{
        display: none !important;
    }
    .home_index_min_box{
        display: block !important;
    }
    .min_header_box{
        display: block !important;
    }
    ul.min_nav{
        /*display: block !important;*/
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home_index_min_box .min_middle_content .min_middle_cont{
        font-size: 22px;
    }
    .home_index_min_box .min_middle_content .min_middle_img{
        padding: 0px 15px;
    }
    .home_index_min_box .min_middle_content .min_middle_cont{
        padding: 0px 15px;
    }
}

@media (max-width: 767px){
    .min_product ul.list li {
        width: 100%;
    }
    .min_product ul.list li .img{
        height: auto;
    }
    .min_product ul.list li .img{
        padding: 30px 0px;
    }
    .module_footer{
        display: none;
    }
    .product ul.ul_product a{
        width: 100%;
    }
    .news_center ul.list li{
        height: auto;
    }
    .news_center ul.list .img{
        border: 0px;
    }
    .product_top_img img {
        height: auto !important;
    }
}