/* 导航nav样式开始 */
.nav {
    width: 100%;
    height:62px;
    background-color: #3f3b3a;
    color: #fff;
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.nav ul {
    /* width: 1000px; */
    margin: 0 auto;
    /*overflow: hidden;*/
}

.nav_cont {
    overflow: hidden;
}

.nav .logo {
    width: 120px;
    height: 49px;
    background: url(../image/logo.png) no-repeat;
    background-size: cover !important;
    text-indent: -9999px;
    float: left;
    margin-top: 6px;
    margin-left: 50px;
}

.nav .nav_r .search {
    width: 1000px;
    overflow: hidden;
    margin-top: 16px;
    position: relative;
}

.nav .nav_r .search input {
    float: right;
    width: 230px;
    height: 32px;
    border: 1px solid #ffaf29;
    outline: none;
    background: #3f3b3a;
    padding-left: 30px;
    font-size: 14px;
    color: #d9d9d9;
    border-radius: 16px;
}
.nav .nav_r .search .search-btn{
    font-size: 14px;
    color: #d9d9d9;
    line-height: 32px;
    position: absolute;
    right: 14px;
    cursor: pointer;
}
.nav .nav_r {
    float:left;
}

.nav .nav_r .search i {
    width: 13px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 238px;
    background: url(../image/search.png) center no-repeat;
}

.nav .first_nav {
    overflow: hidden;
    margin-left: 84px;
}

.nav .first_nav li {
    height: 62px;
    line-height: 62px;
    float: left;
    margin: 0 16px;

}
.nav .first_nav li:hover a{
    border-bottom: 2px solid #ffaf29;
    color: #ffaf29; 
}
.nav ul li a {
    color: #ccc;
    font-size: 14px;
    height: 58px;
    display: inline-block;
   
}

.nav ul li.current a {
    border-bottom: 2px solid #ffaf29;
    color: #ffaf29;
}
.son_list{
    width:100%;
}
.headerMenu_sec{
    width: 100%;
    /* height: 50px; */
    overflow: hidden;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    position: relative;
    z-index: 10000;
    top: 0px;
    clear: both;
}
.headerMenu_bg{
    background:rgba(63, 59, 58, 0.8);
    /*background: #3f3b3a;*/
}
.headerMenu_sec .commonNav{
    overflow: hidden;
    font-size: 14px;
    color: #ccc;
    text-align: center;
}
.headerMenu_sec .twoNav{
    width: 600px;
    /* margin: 0px auto; */
    margin-left:420px;
}
.commonNav  a{
    color: #ccc;
    background: none;
    padding:20px;
    line-height: 40px;
}
.commonNav  a.active{
    color: #ffaf29;
}
.commonNav  a:hover{
    color: #ffaf29;
}
.fengx {
    color: #7f94ab;
}
/* 导航样式结束 */

/* 底部导航 */

.w1200 {
    width: 1200px;
    margin: 0 auto;
}



.footer {
    background: #3f3b3a;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.footer .foot-nav {
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 44px;
}

.footer dl {
    width: 11%;
    float: left;
    line-height: 30px;
}
.footer dl dt{
    margin-bottom:5px;
}
.footer dl dt a{
    color: #fff;
    font-size: 16px;
    transition: all 0.4s;
}
.footer dl dt a:hover{
    color: #ffaf29;
    text-decoration: underline;
    padding-left: 3px;
    
}


.footer dl dd a {
    font-size: 14px;
    color: #ccc;
}
.footer dl dd a:hover {
    color:#ffaf29;
    text-decoration: underline;
    padding-left: 3px;
    transition: all 0.8s;
}
.footer .right {
    background: url(../image/icon/footer_logo.png) no-repeat;
    float: right;
    height: 150px;
    width: 266px;
    margin-right: 40px;
}

.footer p {
    position: relative;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    margin-top: 20px;
}

.footer p:before {
    content: "";
    position: absolute;
    left: 328px;
    height: 32px;
    width: 40px;
    background: url(../image/icon/tel.png) no-repeat;
}

.footer p b {
    color: #868686;
    font-size: 14px;
    margin-left: 24px;
}

.footer .bottom {
    height: 65px;
    background-color: #3f3b3a;
    color: #868686;
    line-height: 65px;
    font-size: 14px;
    text-align: center;
}

.footer .bottom span {
    margin-right: 30px;
}

.footer .bottom  .bb {
    border-top: 1px solid #53504f;
}
/* 底部导航结束*/
/* 搜索按钮样式 */

.nav .find {
    width: 20px;
    height: 20px;
    background: url(../image/search.png) no-repeat center;
    margin-top: 40px;
    background-size: 100%;
}


/*搜索表单*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.bd01 {
    width: 600px;
    height: auto;
    position: fixed;
    overflow: hidden;
    top: 90px;
    left: 50%;
    z-index: 70;
    display: none;
    background: #fdfdfd;
    padding: 50px 20px 40px 50px;
    margin: 40px auto;
    margin-left: -300px;
}

.bd01 .name input {
    width: 550px;
    height: 36px;
    background: #e5e5e5;
    padding-left: 20px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 36px;
    border: none;
    outline: none;

}

.bd01 .logoin input {
    width: 200px;
    height: 36px;
    background: #ffaf29;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    cursor: pointer;
    border: none;
    outline: none;
    margin-right: 28px
}

.bd01 .XX {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
    background: url(../image/XX.png) no-repeat center;
    background-size: cover;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #4a4a4a;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #4a4a4a;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #4a4a4a;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #4a4a4a;
    opacity: 1;
}

