*{padding: 0;margin: 0;}

li{list-style: none;}
a{text-decoration: none;*color:#000}
.clear{clear: both;}

.dl{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
/* 头部 */
.dl_hearder{
    height: 60px;
}
.dl_hearde_logo{
    float: left;
    width: 30%;
    height: 60px;
    position: relative;
}
.dl_hearde_logo img{
    width: 200px;
    margin-left: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dl_hearde_right{
    width:100%;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
}
.dl_hearde_right ul li{
    float: left;
    width: 8%;
    text-align: center;
}
.dl_hearde_right_li_active{
    background-color: #E67817;
}
.dl_hearde_right ul .dl_hearde_right_li_active{
    background-color: #E67817;
    color:#fff !important
}
.dl_hearde_right ul .dl_hearde_right_li_active a{
    color: #fff;
}
/*.dl_hearde_right ul li .active_not{
    color: #000;
}*/
/*.dl_hearde_right ul li .active_not:hover{
    color: #E67817;
}*/

/* 图片中间部分 */
.dl_about_img_div{
    width: 100%;
    height: 100%;
    float: left;
    display: table;
}
/* 图片部分 */
/* 导航位置 */
.dl_nav{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #E67817;color: #fff;height: 40px;line-height: 40px;
}
.dl_nav_div{
    margin:0 auto;width: 1200px;
}
.dl_nav a{
    color: #fff;
}
.nav_10{margin: 10px;}
/* 内容公共部分 */
.tab_box_items{
    width: 100%; 
    margin-top: 10px; 
    text-indent: 0;
}
.tab_box_items ul{
    display: flex;
    flex-wrap: wrap;
}
.tab_box_items ul li{
    width: 30%;
    border: 1px solid #ddd;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0px 6px 25px 16px;
}
.tab_box_items ul li img{
    max-width: 100%;
    transition: all .6s ease;
    display: table-cell;
    vertical-align: middle;
}
.tab_box_item_text {
    background-color:#FFA04F;
    transition: all .6s ease;
    text-align: center;
    line-height: 30px;
    color: #fff;
    padding: 0px 12px 0px;
    position: relative;
    z-index: 333;
}
.box_tab_menu_tiele{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    /*height: 60px;
    line-height: 60px;*/
    text-align: left;
}
.dl_tab_box_title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    font-size: 20px;
    color: #FFA04F;
}
.dl_tab_box_title_b{
    border-bottom: 1px solid #aaa;
    text-indent: 0;
}

/* 脚部 */
.dl_footer{
    background-color: #FFA04F;
}
.dl_footer_count{
    width: 1440px;
    margin: 0 auto;
}
.dl_footer1{
    padding: 20px;
    height: 80px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
}
.dl_footer1_fot{
    border-bottom: 1px solid #fff;
}
/* 脚部2 */
.dl_footer2{
height: 200px;
padding: 20px;
}
.dl_footer2_l{
    float: left;
    width: 55%;
}
.dl_footer2_l_ul{
    color: #fff;
    margin-left: 2%;
}
.dl_footer2_r{
    float: right;
    width: 40%;
}
.dl_footer2_r_dt1{
      float: left;
    color: #fff;
    width: 25%;
    margin-left:0
}
.dl_footer2_r_dt2{
    float: left;
    margin-left: 5%;
    color: #fff;
    width: 25%;
    margin-left:0
}
.dl_footer2_r_div3 img{
    width: 100px;
}
.dl_footer2_r_dt1 dd a,.dl_footer2_r_dt2 dd a{
    color:#fff
}
/* 脚步3 */
.dl_footer3{
    background-color: #E67817;
    height: 100px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.dl_footer3_text{
    float: left;
    width: 60%;
    line-height: 100px;
    text-align: right;
}
.dl_footer2_r_div3_span{
    color: #fff;
    font-size: 20px;
    display: block;
    float: left;
    margin-left:10px
}
.dl_footer2_r_div3_img{
    float: left;
    margin-left: 10%;
}
.dl_footer3_clir{
    float: left;
    width: 40%;
    height: 100%;
    position: relative;
}
.dl_footer3_clir_div{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 85%;
    transform: translate(-50%,-50%);
}
.dl_footer3_clir1,.dl_footer3_clir2,.dl_footer3_clir3{
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    float: left;
    position: relative;
    margin-left: 5%;
}
.dl_footer3_clir1 img,.dl_footer3_clir2 img,.dl_footer3_clir3 img{
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* 伪类 */
.dl_footer2_r_dt1 dd:hover{
    color: #ff1515;
}
.dl_footer2_r_dt1 dt:hover{
    color: #ff1515;
}
.dl_footer2_r_dt2 dd:hover{
    color: #ff1515;
}
.dl_footer2_r_dt2 dt:hover{
    color: #ff1515;
}

.dl_footer2_l_ul li span:hover{
    color: #ff1515;
}
.dl_footer3_text:hover{
    color: #ff1515;
}
/* 侧边栏 */
.tab_cblan{
    height: 300px;
    width: 180px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    right: -150px;
}
.tab_right_teie{
    width: 30px;
    color: #fff;
   height: 200px;
    line-height: 50px;
    text-align: center;
    float: left;
    right: 200px;
    position: absolute;
    left: 0;
    background-color: #e67817;
    margin-top: 50px;
    border-radius: 5% 2% 2% 5%;
}
.tab_right{
    width: 150px;
    /*height: 300px;*/
    float: left;
    position: absolute;
    right:0;
    border: 2px solid  #FFA04F;
    box-sizing: border-box;
    background-color: #fff;
}
.tab_right_top,.tab_right_bot_tit{
    padding: 10px;
    color: #fff;
    background-color: #FFA04F;
    text-align: center;
}
.tab_right_bot,.tab_right_top_bot{
    text-align: center;
    padding: 10px;
}
.tab_right_bot img{
    width: 130px;
    height: 130px;
}
