﻿body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
form,
select,
fieldset,
table,
td,
div,
input {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

* {
    font-family: 'Microsoft YaHei';
}

ul,
li {
    list-style: none;
}

img {

    border: none;
}

input,
button {
    -webkit-appearance: none;
    border: 0;
}

/*样子*/
.bd1{
    border: 1px solid #eee;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.p10 {
    padding: 10px;
}

.m10 {
    margin: 10px;
}

.bgf {
    background: #fff;
}

.bgh {
    background: #f7f7f7;
}

.oh {
    overflow: hidden;
}

.flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.pt40 {
    padding-top: 40px;
}

.flex_1 {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.flex_03 {
    flex: 33.333%;
    -webkit-flex: 33.333%;
    -ms-flex: 33.333%;
}

.pb50 {
    padding-bottom: 50px;
}

.bb1 {
    border-bottom: 1px solid #eee;
}

.bt1 {
    border-top: 1px solid #eee;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb20 {
    padding-bottom: 20px;
}

.bgf4 {
    background: #f5f5f5;
}

.pt75 {
    padding-top: 75px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.p0_3 {
    padding: 0 3%;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.c3 {
    color: #333;
}

.c6 {
    color: #666;
}

.c9 {
    color: #999;
}

.lh40 {
    line-height: 40px;
}

.lh30 {
    line-height: 30px;
}

.lh20 {
    line-height: 20px;
}

.pt30 {
    padding-top: 30px;
}

.p10_3 {
    padding: 10px 3%;
}

.trans {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

/*banner*/

.banner_box {
    width: 100%;
    height: 600px;
    position: relative;
}

.banner {
    height: 600px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    display: block;
}


/*加载*/
.load_box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    margin-top: -20px;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 0;
    color: #ccc;
    text-align: center;
    background: #393a40;
    border-radius: 3px;
    z-index: 999999;
}

.load_box img {
    width: 20px;
    display: inline;
    vertical-align: middle;
}

.load_box span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.load {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    /*display: none;*/
}

.load img {
    width: 18px;
    display: initial;
    vertical-align: middle;
}

.load span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*index*/
.top_box {}

.top_warpper {
    padding: 15px 30px;
}

.logo img {
    width: 246px;
    height: 91px;
    display: block;
}

.logo {
    float: left;
    margin-right: 100px;
}


.search_box {
    float: left;
    width: 480px;
    height: 40px;
    border: 1px solid #eee;
    margin-top: 28px;
    margin-right: 70px;
}

.search_box input {
    width: 438px;
    text-indent: 1em;
    line-height: 18px;
    padding: 10px 0;
    border: 0;
    float: left;
}

.search_box button {
    padding: 0;
    width: 40px;
    height: 40px;
    background: #ff8a2a;
    float: left;
}

.tel_box {
    padding-left: 44px;
    background: url(../index_06.jpg) no-repeat left center;
    float: left;
    margin-top: 22px;

}

.tel_box h3 {
    color: #999;
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 2px;
}

.tel_box p {
    font-size: 25px;
    line-height: 25px;
    color: #ff8a2a;
}

/*index_title_box*/
.index_title_box {
    padding-top: 35px;
    padding-bottom: 25px;
}

.index_title_box h3 {
    font-size: 45px;
    color: #333;
    line-height: 45px;
    margin-bottom: 5px;
}

.index_title_box img {}

.index_title_box p {
    font-size: 26px;
    color: #c5c5c5;
}

.kecheng_list {
    width: 279px;
    margin-right: 27px;
    margin-bottom: 25px;
    position: relative;
    height: 258.8px;
    overflow: hidden;
}

.kecheng_list_img {
    width: 100%;
    padding-top: 71%;
    -webkit-background-size: cover;
    background-size: cover;
}

.keceng_list_info {
    background: #ff8a2a;
}

.keceng_list_info h3 {
    background: #ff8a2a;
    line-height: 60px;
    height: 60px;
}

.keceng_list_info h3 p {
    font-size: 20px;
    color: #fff;
    background: url(../index_29.jpg) no-repeat center right;
    padding-right: 30px;
    overflow: hidden;
}

.keceng_list_info_warpper {
    background: #ff8a2a;
    position: absolute;
    top: 198.08px;
    left: 0;
    width: 100%;
    height: 100%;
}

.p0_10 {
    padding: 0 13px;
}

/*hover效果*/
.kecheng_list .active {
    top: 0;
}

.kecheng_list .active .keceng_list_info {
    border-bottom: 1px solid #eee;
}

.kecheng_list .active .keceng_list_info h3 {
    height: 75px;
    line-height: 75px;
}

.kecheng_list .active .keceng_list_info h3 p {
    background: url(../index_24.jpg) no-repeat center right;
}

/**/
.keceng_list_info_info {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    text-indent: 2em;
    margin-top: 15px;
}

.neixun_box {
    width: 100%;
    background: url(../index_32.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.index_class {
    background: #666;
    line-height: 50px;
    margin-bottom: 35px;
}


.index_class a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 0 8px;
}

.mingshi_box {
    width: 100%;
    background: url(../index_34.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.mingshi_list {
    width: 180px;
    margin-right: 24px;
    margin-bottom: 25px;
}

.mingshi_list h3 {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #ff8a2a;
}

.mingshi_list_img {
    width: 100%;
    padding-top: 111%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}


.huaqing_box {
    background: url(../index_35.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.huaqing_warpper_f {
    width: 600px;
    height: 425px;
    float: left;
}

.huaqing_warpper_r {
    float: left;
    width: 600px;
}

.huaqing_warpper_r h3 {
    font-size: 30px;
    color: #ff8a2a;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}

.huaqing_warpper_r p {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
    text-indent: 2em;
    height: 280px;
}

/*footer*/
.footer_top {
    background: #666;
    text-align: center;
}

.footer_top {
    font-size: 16px;
    padding: 75px 0;
    color: #fff;
    line-height: 30px;
}

.code_box {
    display: inline-block;
    width: 150px;
    height: 150px;
    background: #fff;
    padding: 10px;
    margin-top: 25px;
}

.code_box img {
    display: block;
    width: 100%;
    height: 100%;
}

.footer_bottom {
    background: #ff8a2a;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
}

.footer_bottom1 {
    display: inline-block;
    font-size: 24px;
    padding: 0 10px;
    color: #fff;
}

.footer_bottom2 {
    display: inline-block;
    font-size: 32px;
    color: #fff;
    padding-left: 15px;
    padding-right: 5px;
}

.footer_bottom3 {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding-right: 15px;
}

.sj_btn {
    display: none;
}

.nav_box{
    width: 100%;
    background: #666;
}

.nav_warpper a{
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    width: 150px;
}
.nav_warpper .active{
    background: #ff8a2a;
}

/*info_banner*/
.info_banner{
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.info_left{
    width: 260px;
    margin-right: 40px;
    float: left;
}

.info_left_title{
    background: #ff8a2a;
    font-size: 20px;
    color: #fff;
    text-indent: 20px;
    line-height: 40px;
    height: 40px;
}
.info_box{
    margin-top: 35px;
}

.info_left .bd1{
    margin-bottom: 20px;
}

.info_left_img{
    padding: 20px;
    padding-bottom: 0;
}

.info_left_img a{
    display: block;
    margin-bottom: 20px;
}
.info_left_img img{
    width: 100%;
    display: block;
}

.info_right{
    /*float: left;*/
    overflow: hidden;
}
.info_position_box{
    color: #333
}

.info_position_box a{
    color: #333
}


.info_position_box .active{
    color: #ff8a2a;
}

.info_js_list_box{
    padding-top: 25px;
}

.info_js_list{
    padding: 25px 0;
    border-bottom: 1px dashed #eee;
}

.info_js_list_img{
    width: 180px;
    margin-right: 25px;
}

.info_js_list_img img{
    display: block;
    width: 100%;
    height: 200px;
}

.info_js_list_info h3{
    font-size: 20px;
    color: #ff8a2a;
    line-height: 40px;
}

.info_js_list_info div{
    font-size: 16px;
    color: #999;
    line-height: 30px;
    text-indent: 2em;
    max-height: 120px;
    overflow: hidden;
}

.info_js_list_info a{
    font-size: 16px;
    color: #ff8a2a;
    line-height: 30px;
    display: block;
    text-align: right;
}

.page_box{
    padding: 25px 0;
    font-size: 16px;
    text-align: center;
}
.page_box a{
    color: #999;
    display: inline-block;
    margin: 0 5px;
}

.info_left_class{
    padding: 20px;
}

.info_left_class span{
    color: #ff8a2a;
    display: inline-block;
    margin-right: 15px;
}

.info_left_class a{
    color: #999;
    line-height: 35px;
    display: block;
}

.info_kc_list_box .info_js_list_img{
    width: 280px;
}

.xq_info_title{
    font-size: 20px;
    color: #ff8a2a;
    border-bottom: 1px dashed #eee;
    padding-top: 60px;
    padding-bottom: 30px;

}


.xq_info_box{
    padding-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.xq_info_box img{
    max-width: 100% 
}
/*新闻列表*/
.news_box{
    padding: 25px 0;
}

.news_list{
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}

.news_info{
    float: left;
    width: 75%;
    line-height: 20px;
    height: 20px;
}

.news_list div{
    height: 20px;
    overflow: hidden;
}

.news_time{
    float: right;
}




@media screen and (max-width: 768px) {
    .w1200 {
        width: 100%;
    }

    .search_box,
    .tel_box {
        display: none;
    }

    .top_warpper {
        padding: 10px;
        position: relative;
    }

    .logo {
        width: 40%;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

    .sj_btn {
        display: block;
        width: 30px;
        position: absolute;
        right: 2%;
        top: 50%;
        transform: translate3d(0,-50%,0);
    }

    .sj_btn p {
        width: 100%;
        height: 5px;
        background: #ff8a2a;
        margin-bottom: 5px;
    }
    .nav_warpper{
        display: none;
    }
    .nav_warpper a{
        width: 100%;
        font-size: 16px;
    }
    .banner_box,.banner,.info_banner {
        height: 150px;
    }
    .index_title_box h3{
        font-size: 24px;
        line-height: 24px;
        height: 24px;
    }
    .index_title_box p{
        font-size: 13px;
    }
    .kecheng_list{
        width: 100%;
    }
    .kecheng_list{
        height: auto;
    }
    .keceng_list_info h3{
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }
    .keceng_list_info_warpper{
        position: initial;
    }
    .keceng_list_info_info{
        display: none;
    }
    .keceng_list_info h3 p{
        font-size: 16px;
    }
    .index_class a{
        font-size: 14px;
        line-height: 30px;
        float: left;
    }
    .index_class{
        padding: 10px 0;
    }
    .mingshi_list{
        width: 48%;
        margin-right: 4%;
    }
    .mingshi_list:nth-child(2n){
        margin-right: 0;
    }
    .huaqing_warpper_f{
        display: none;
    }
    .huaqing_warpper_r{
        width:100%;
        padding: 0 2%;
    }
    .huaqing_warpper_r h3{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .huaqing_warpper_r p{
        font-size: 14px;
        line-height: 24px;
    }
    .footer_top{
        font-size: 12px;
        line-height: 24px;
    }
    .footer_bottom{
        height: 40px;
        line-height: 40px;
    }
    .footer_bottom1,.footer_bottom2{
        display: none;
    }
    .footer_bottom3{
        font-size: 14px;
        display: block;
        text-align: center;
    }
    .info_left,.info_right{
        width: 98%;
        margin: auto;
        float: none;
    }
    .info_box{
        margin-top: 10px;
    }
    .info_position_box,.page_box{
        font-size: 14px;
    }
    .info_js_list_img{
        width: 100px;
        margin-right: 10px;
    }
    .info_js_list_img img{
        height: auto;
    }
    .info_js_list_info h3{
        font-size: 16px;
        line-height: 30px;
    }
    .info_js_list_info div{
        font-size: 12px;
        line-height: 20px;
        max-height: 60px;
    }
    .info_js_list_info a{
        font-size: 14px;
    }
    .info_js_list_box{
        padding-top: 10px;
    }
    .info_js_list{
        padding: 10px 0;
    }

    .info_left_class a{
        font-size: 14px;
        line-height: 30px;
    }
    .info_kc_list_box .info_js_list_img{
        width: 160px;
    }
}

.index_class a:hover{color:#ff8a2a;    font-weight: 900;}




/**/