﻿

.clearfix {
    clear: both;
}

.logobox {
    width: 1200px;
    margin: 18px auto;
    /*	padding-bottom: 20px;*/
}

.logo_left img {
    width: 100%;
    height: 100%;
}

.logo_right {
    padding-top: 12px;
}

    .logo_right p {
        color:;
    }

    .logo_right .p1 {
        font-size: 14px;
    }

    .logo_right .p2 {
        font-size: 16px;
    }

.youxiang {
    background-image: url(../images/email.png);
    background-position: 0px center;
    background-size: 29px 24px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.dianhua {
    margin-left: 30px;
    border-left: 1px solid #e5e5e5;
    background-image: url(../images/tel.png);
    background-position: 30px center;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    padding-left: 70px;
}

.head_nav_w {
    width: 1200px;
    margin: 0 auto;
}

.head_navbox,
.head_navbox ul,
.head_navbox ul li,
.head_navbox ul li a,
.head_navbox #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .head_navbox:after,
    .head_navbox > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .head_navbox #menu-button {
        display: none;
    }

.head_navbox {
    width: auto;
    min-width: 1200px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    background: #db241c;
    z-index: 9999;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.head_nav_w > ul > li {
    float: left;
    margin: 10px auto;
    font-size: 18px;
    color: #fff;
    border-right: 2px solid #e0e0e0;
    display: block;
    padding: 0 33px;
}

    .head_nav_w > ul > li > a {
        display: block;
        color: #fff;
        font-weight: 600;
        height: 60px;
        margin: -14px 0;
        line-height: 60px;
        text-decoration: none;
        text-transform: uppercase;
        color: #ffffff;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    .head_nav_w > ul > li:hover > a,
    .head_nav_w > ul > li.active > a {
        color: #ffffff;
        font-weight: 600;
    }

    .head_nav_w > ul > li.has-sub > a {
        padding-right: 16px;
    }

        .head_nav_w > ul > li.has-sub > a::after {
            position: absolute;
            top: 26px;
            right: 0px;
            width: 8px;
            height: 8px;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            content: "";
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: border-color 0.2s ease;
            -moz-transition: border-color 0.2s ease;
            -ms-transition: border-color 0.2s ease;
            -o-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
        }
    /*//鍚戜笅灏忕澶�*/
    .head_nav_w > ul > li.has-sub:hover > a::after {
        border-color: #fff;
    }

.head_navbox ul .erji_ul {
    position: absolute;
    top: 43px;
    left: 0px;
    display: none !important;
    padding: 16px 0;
    background: #fafafa url(../images/icon_11.png) no-repeat 49% 0;
}

.head_navbox li:hover > ul {
    left: 0px;
    display: block !important;
}

.head_navbox.align-right li:hover > ul {
    right: 0;
}

.head_navbox ul .erji_ul li {
    /*height: 0;*/
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.active {
    color: #ffffff !important;
    background: #db241c !important;
}
/*.head_navbox ul li:hover > .erji_ul > li {

}*/
.head_navbox ul .erji_ul li a {
    text-align: center;
    padding: 14px 20px;
    min-width: 186px;
    font-size: 16px;
    margin: 4px 0;
    background: #fafafa;
    text-decoration: none;
    color: #333;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

    .head_navbox ul .erji_ul li:hover > a,
    .head_navbox ul .erji_ul li a:hover {
        color: #ffffff;
        background: #db241c;
    }

.head_navbox ul .erji_ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}
