@charset "UTF-8";
/*企业简介*/
section .enter .enter_c{
    padding:40px 0;
}
section .enter .enter_nav{
    width:250px;
}
section .enter .enter_nav .enter_nav_box{
    text-align: center;
}
section .enter .enter_nav .enter_nav_box h2{
    background: #f58500;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    padding: 10px 15px;
    font-weight: normal;
    margin-bottom: 20px;
}
section .enter .enter_nav .enter_nav_box h3{
    background: #666;
    color:#fff;
    font-size: 23px;
    font-weight: normal;
    line-height: 52px;
}
section .enter .enter_nav .enter_nav_box h3 i{
    border-top: 1px solid #fff;
    width: 36px;
    margin: 7px 15px;
}
section .enter .enter_nav .enter_nav_n h2{
    margin-bottom: 0;
}
section .enter .enter_nav .enter_nav_n{
    border:1px solid #a7a7a7;
    border-top: 0;
}
section .enter .enter_nav .enter_nav_box ul li a{
    font-size: 18px;
    color:#666;
    line-height: 52px;
    display: block;
    border:1px solid #a7a7a7;
    border-top:0
}
section .enter .enter_nav .enter_nav_box ul li:hover a,section .enter .enter_nav .enter_nav_box ul li.select a{
    background: #f58500;
    color:#fff;
}
section .enter .enter_nav .enter_nav_box .enter_nav_p{
    padding:10px ;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
section .enter .enter_content{
    width:700px;
}
section .enter .enter_content .name_enter{
    font-size: 23px;
    color:#f58500;
    border-bottom: 5px solid #f58500;
    line-height: 38px;
}
section .enter .enter_content .text{
    padding:10px 0;
}
section .enter .enter_content .text p{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 30px;
}
section .enter .enter_content .text .enter_content_ul li{
    float: left;
    width:25%;
    padding:5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
section .enter .enter_content .text .enter_content_ul li .img_box{
    width:100%;
    height:100px;
    line-height: 99px;
}
/*实力展示*/
section .enter .enter_content .show_s{
    padding:30px 0;
}
section .enter .enter_content .show_s li{
    float: left;
    width:33.3%;
    height:220px;
    text-align: center;
    line-height: 40px;
    padding:10px;
    box-sizing: border-box;
    cursor: pointer;
}
section .enter .enter_content .show_s li span{
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
section .enter .enter_content .show_s li .img_box{
    width:100%;
    height:140px;
    line-height: 135px;
    border:1px solid #a7a7a7;
    position: relative;
}
section .enter .enter_content .show_s li:hover .img_box{
    position: absolute;
    width:313px;
    height:260px;
    line-height: 250px;
    background: #fff;
    z-index: 999;
}
/*在线定制*/
section .enter .enter_content form{
    margin:20px 0;
    border:1px solid #a7a7a7;
    padding:30px 45px;
    font-size: 18px;
}
section .enter .enter_content form h3{
    font-size: 18px;
    line-height: 34px;
}
section .enter .enter_content form p{
    padding:10px 0;
}
section .enter .enter_content form input{
    border:1px solid #606060;
    width:240px;
    height:40px;
    line-height: 40px;
    margin:0 10px;
    padding:0 10px;
    box-sizing: border-box;
}
section .enter .enter_content form textarea{
    border:1px solid #606060;
    width:503px;
    height:140px;
    padding:20px;
    margin-left:10px;
    outline: none;
    resize: none;
}
section .enter .enter_content form textarea:focus,section .enter .enter_content form input:focus{
    border:1px solid #f58500;
}
section .enter .enter_content form p.color{
    color:#f58500;
    font-size: 14px;
}
section .enter .enter_content form .sub button{
    width:110px;
    height:35px;
    line-height: 35px;
    background: #909090;
    color:#fff;
    font-size: 16px;
    margin:10px 30px;
}
section .enter .enter_content form .sub button:hover,section .enter .enter_content form .sub button.sub_b{
    background: #f58500;
}
/*联系我们*/
section .contact .contact_p{
    margin-top:10px ;
    background: #e1e1e1;
    padding:20px 15px;
    font-size: 16px;
    line-height: 30px;
}
section .contact .contact_box {
    border:1px solid #a7a7a7;
    border-top: 0;
    padding:35px 10px 20px 10px;
}
section .contact .contact_box ul li{
    float: left;
    width:33.3%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
section .contact .contact_box ul li .img_box{
    width:87px;
    height:87px;
    line-height: 84px;
    margin-bottom: 15px;
}
section .contact .contact_box ul li h3{
    font-size: 18px;
}
section .contact .contact_box .on_line{
    text-align: right;
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
}
section .contact .contact_box .on_line a{
    background: #666;
    color:#fff;
    width:187px;
    line-height: 50px;
    font-size: 24px;
    border-radius: 8px;
    text-align: center;
}
section .contact .contact_box .on_line a img{
    width:41px;
    height:41px;
    margin-right:10px;
}
section .contact .contact_box .on_line a:hover{
    background: #f58500;
}
section .contact .contact_ul li{
    padding-top:20px;
    font-size: 16px;
    line-height: 30px;
}
section .contact .contact_ul li .img_box{
    width:60px;
    height:68px;
    line-height: 66px;
    text-align: center;
    margin-right: 20px;
}
section .contact .contact_ul li span{
    color:#f58500;
}


















