@charset "utf-8";

/* 公用 */

.w_center {
    width: 1400px;
    margin: 0 auto;
}

.title {
    margin: 0 0 28px 0;
}

.title em {
    display: block;
    background-color: #c30d23;
    width: 4px;
    height: 80px;
}

.title h6 {
    font-size: 50px;
    color: #333;
    font-family: Impact;
    text-transform: uppercase;
}

.more {
    width: 200px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    color: #fff;
    background: #c30d23;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    transition: all .5s;
}


/*导航*/

.header {
    position: fixed;
    width: 100%;
    height: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    top: 0;
    left: 0;
    z-index: 999;
}

.fixheader {
    position: fixed;
    width: 100%;
    min-width: 1400px;
    background-color: rgba(0, 0, 0, 1);
}

.header h1 {
    height: 65px;
    margin: 22.5px 188px 23px 0
}

.header h1 img {
    width: 100%
}

.nav>ul>li {
    position: relative;
    float: left;
    font-size: 18px;
    margin: 0 40px 0 0;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 40px 0;
}

.nav>ul>li>a {
    font-weight: bold;
}

.nav>ul>li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #c30d23;
    left: 0;
    bottom: 0;
    display: none;
}

.nav>ul>li:hover {
    color: #c30d23;
}

.nav>ul>li:hover::before {
    display: block;
}

.nav>ul>li.lic {
    color: #c30d23
}

.nav>ul>li.lic::before {
    display: block;
}

.subnav {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    transition: all .5s;
    z-index: 101;
    width: 182px;
}

.subnav>li {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.subnav>li>a {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 12px 20px 12px 12px;
    white-space: nowrap;
    text-transform: capitalize;
}

.nav>ul>li:hover .subnav {
    display: block;
}

.subnav>li>a:hover {
    color: #fff;
    background-color: #c30d23;
}

.subnav>li.on>a {
    color: #fff;
    background-color: #c30d23;
}

.pro_subnav {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 110px;
    left: -360px;
    width: 1200px;
    padding: 40px 60px;
}

.pro_subnav>ul>li {
    font-size: 0;
}

.pro_subnav>ul>li .pro_subnav_left {
    width: 282px;
    font-size: 0;
    line-height: 0;
    border-right: 1px solid #ccc;
    padding: 0 0 30px 0;
}

.pro_subnav>ul>li .pro_subnav_left h6 {
    font-size: 20px;
    text-transform: capitalize;
    color: #333;
    font-weight: bold;
    width: 124px;
    line-height: 24px;
}

.pro_subnav>ul>li .pro_subnav_left h6,
.pro_subnav>ul>li .pro_subnav_left img,
.pro_subnav>ul>li .pro_subnav_left,
.pro_subnav_right {
    display: inline-block;
    vertical-align: middle;
}

.pro_subnav>ul>li .pro_subnav_left img {
    width: 70px;
    margin: 0 0 0 32px;
}

.pro_subnav>ul>li .pro_subnav_right {
    width: 790px;
    padding: 0 0 30px 40px;
}

.pro_subnav_right>ul>li {
    float: left;
    font-size: 15px;
    text-transform: capitalize;
    color: #666;
    line-height: 32px;
    width: 220px;
}

.pro_subnav_right ul li:hover {
    color: #c30d23;
}

.nav>ul>li:hover .pro_subnav {
    display: block;
}

.search {
    width: 24px;
    height: 24px;
    background: url(../images/icon_bg.png) no-repeat 0 0;
    margin: 43px 0 0;
    transition: all .5s
}

.search:hover {
    background: url(../images/icon_bg.png) no-repeat -24px 0;
}


/*搜索*/

.search_zz {
    display: none;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    color: #fff
}

.search_zz.show {
    display: block;
}

.z_search>.w900 {
    width: 900px;
    margin: 0 auto;
}

.z_search form {
    width: 900px;
    margin: 0 auto;
    padding: 200px 0 100px
}

.z_search_in1 {
    height: 54px;
    padding: 0 10px;
    width: 820px;
    float: left;
    line-height: 54px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-right: none
}

.z_seach_btn1 {
    float: right;
    width: 80px;
    height: 56px;
    border: 0;
    background: url(../images/z_search.jpg) no-repeat;
}

.search_zz a {
    display: block;
    position: absolute;
    top: 100px;
    right: 100px;
    width: 40px;
    height: 40px;
    z-index: 9999
}

.search_zz a:hover {
    transform: rotate(360deg);
    animation: rotation 2s linear infinite;
    -moz-animation: rotation 2s linear infinite;
    -webkit-animation: rotation 2s linear infinite;
    -o-animation: rotation 2s linear infinite;
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}


/* 页脚 */

.footer {
    background: url(../images/footer_bg.jpg) no-repeat center;
}

.footer_con {
    padding: 100px 0 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.footer_left {
    width: 354px;
}

.footer_left>img {
    width: 243px;
    height: 78px;
}

.footer_left p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 24px 0 40px;
}

.footer_left .footer_more {
    width: 140px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background-color: #c30d23;
    color: #fff;
    transition: all .5s;
}

.footer_left .footer_more:hover {
    margin: 0 0 0 16px;
    background-color: #fff;
    color: #c30d23;
}

.footer_right ul {
    float: left;
    color: #fff;
    margin-left: 120px;
}

.footer_right ul h6 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 0 30px 0;
    line-height: 24px;
}

.footer_right ul h6::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #c30d23;
    left: 0;
    bottom: -10px;
}

.footer_right ul li {
    font-size: 18px;
    margin: 10px 0;
    text-transform: capitalize;
}

.footer_right ul li:hover {
    color: #c30d23;
}

.footer_message>.w_center ul li {
    padding: 60px 0;
    color: #fff;
}

.footer_message>.w_center ul li:nth-child(2) {
    margin: 0 176px;
}

.footer_message>.w_center ul li i {
    width: 32px;
    height: 32px;
    background: url(../images/icon_bg.png) no-repeat 0 -32px;
}

.footer_message>.w_center ul li p {
    font-size: 18px;
    padding-left: 10px;
    line-height: 32px;
    margin: -4px 0 0;
}

.footer_message>.w_center ul li p a {
    display: inline-block;
}

.footer_message>.w_center ul li:nth-child(2) i {
    background: url(../images/icon_bg.png) no-repeat -32px -32px;
}

.footer_message>.w_center ul li:nth-child(3) i {
    background: url(../images/icon_bg.png) no-repeat -64px -32px;
}

.footer_message>.w_center ul li p a:hover {
    color: #c30d23
}

.copy {
    background-color: #000;
    text-align: center;
    color: #fff;
    line-height: 64px;
    font-size: 18px;
}

.copy span {
    color: #c30d23;
}


/* 侧边悬浮导航 */

.right_nav {
    right: 0;
    bottom: 30%;
    position: fixed;
    text-align: left;
    overflow: hidden;
    z-index: 999;
}

.right_nav li {
    background: #c30d23;
    margin: 4px 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    position: relative;
    right: 0;
}

.right_nav li .iconBox {
    text-align: left;
    overflow: hidden;
    padding: 16px 10px;
}

.right_nav li img {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.right_nav li h4 {
    color: #fff;
    font-size: 14px;
    margin: 2px 0;
    text-align: center;
}

.right_nav li:hover {
    background: rgba(195, 13, 36, .6);
}

.right_nav li .hideBox {
    display: none;
    position: absolute;
    right: 80px;
    padding: 10px;
    padding-right: 15px;
    top: -10px;
    z-index: 999;
}

.right_nav li .hideBox .hb {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px;
    border-top: 2px solid #000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.right_nav li .hideBox .hb h5 {
    padding: 5px 0;
    border-bottom: 2px solid #ccc;
    color: #c30d23;
    font-size: 20px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    margin-bottom: 10px;
}

.right_nav li .hideBox .hb p {
    white-space: nowrap;
    margin: 5px;
}

.right_nav li .hideBox .hb p i {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    margin-right: 10px;
}

.right_nav li .hideBox .hb p i img {
    width: 100%;
    height: 100%
}

.right_nav li .hideBox .hb p a {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.right_nav li .hideBox:hover {
    display: block!important;
    opacity: 1!important
}

.right_nav li .hideBox .hb p:hover a {
    color: #04123c
}