@charset "utf-8";

/* 公用 */

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


/* 头部 */

.top {
    padding: 24px 0;
}

.top .w_center h1 img {
    float: left;
    width: 260px;
}

.top_right,
.top_right p {
    font-size: 0;
    line-height: 0;
}

.top_right p,
.top_right i,
.top_right span {
    display: inline-block;
    vertical-align: middle;
}

.top_right p {
    margin: 20px 0 0 32px;
}

.top_right p i {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    border-radius: 8px;
    margin: 0 10px 0 0;
}

.top_right p i::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/icon_bg.png) 0 0;
}

.top_right p:nth-child(2) i::before {
    background: url(../images/icon_bg.png) -24px 0;
}

.top_right p:nth-child(3) i::before {
    background: url(../images/icon_bg.png) -48px 0;
}

.top_right p span {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.top_right p a:hover {
    color: #c30d23;
}


/* 导航 */

.header {
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}

.fixheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header .w_center {
    /*border-top: 1px solid #e5e5e5;*/
	/* width: 85%; */
}

.search {
    padding: 20px;
    width: 72px;
    height: 72px;
    border-left: 1px solid #e5e5e5;
	display: none;
}

.search i {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/icon_bg.png) no-repeat -88px 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: 53px;
    padding: 0 10px;
    width: 820px;
    float: left;
    line-height: 53px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-right: none;
    background-color: #fff;
    color: #333;
}

input::-ms-input-placeholder .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_main{background: #232323; margin-top: 80px;}
.footer_left {width: 50%;padding: 50px 0;}
.footer_left img {width: 260px;/* height: 83px; */}
.footer-contact {margin: 50px 0;}
.footer_left p {font-size: 18px;color: #e5e5e5;line-height: 28px;margin-bottom: 25px;position: relative;padding-left: 35px;}
.footer-contact p::before {position: absolute;content: "";height: 24px;width: 24px;top: 0;left: 0px;}
.footer-contact p a {display: inline-block;}
.footer_tel::before {background: url(../images/icon_bg1.png) -68px 0;}
.footer_email::before {background: url(../images/icon_bg1.png) -100px 0;}
.footer_whatsapp::before {background: url(../images/icon_bg1.png) -134px 0;}
.footer_address::before {background: url(../images/icon_bg1.png) -165px 0;}
.footer_share {margin-top: 20px;}
.footer_share a {width: 44px;height: 44px;display: inline-block;margin: 0 6px;border-radius: 50%;padding: 6px;}
.footer_share .footer_facebook {background-color: #1977f3;}
.footer_share .footer_in {background-color: #0b66c1;}
.footer_share .footer_youtube {background-color: #c30d23;}
.footer_share a i {display: block;width: 32px;height: 32px;background: url(../images/icon_bg1.png);}
.footer_share .footer_facebook i {background-position: 9px -30px;}
.footer_share .footer_in i {background-position: -18px -30px;}
.footer_share .footer_youtube i {background-position: -130px -30px;}
.footer_share a:hover {background-color: #c30d23;}
.footer_right{width: 50%;background: #2a2a2a;padding: 30px 0 30px 50px;}
.footer_right h6{font-size: 30px; font-weight: 600;color: #fff; text-transform: capitalize;}
.footer_right h6::after{content: ""; display: block; width: 60px; height: 4px; background: #c30d23;}
.footer_copy{font-size: 18px; line-height: 64px; background: #000; color: #fff; text-align: center;}


/* 侧边悬浮导航 */

.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 {
    overflow: hidden;
    text-align: center;
}
.right_nav li .iconBox a{
    padding: 10px 6px;
    display: block;
}


.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: #000
}

.right_nav li .hideBox {
    display: none;
    position: absolute;
    right: 66px;
    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 #c30d23;
    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: #c30d23
}


/* 表单固定 */

.footer_form_fixed.show {
    display: block;
}

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

.footer_form_fixed1 {
    position: absolute;
    margin-left: -18%;
    width: 36%;
    top: 100px;
    left: 50%;
    border-radius: 3px;
    border: 8px solid #000;
    box-shadow: 0px 0px 30px 0px rgb(2 2 2);
    background-color: rgba( 255, 255, 255, 1.00);
}

.footer_fixed_con {
    padding: 0 18px 18px;
}

.footer_form_fixed1 h6 {
    font-family: Poppins;
    background-color: #f5f5f5;
    color: #333;
    text-align: center;
    line-height: 64px;
    font-size: 24px;
}

.footer_form_fixed a {
    display: block;
    position: absolute;
    top: 68px;
    right: 24%;
    width: 40px;
    height: 40px;
    z-index: 9999;
}

.footer_form_fixed 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;
}

.footer_form_fixed .wpcf7-form p {
    margin: 0 0 20px;
}

.footer_form_fixed .wpcf7-form p label {
    font-size: 20px;
}

.footer_form_fixed .wpcf7-form p label span input {
    line-height: 42px;
}

.footer_form_fixed .wpcf7-form p label span textarea {
    height: 100px;
}

.footer_form_fixed .wpcf7-form p .wpcf7-submit {
    width: 100%;
}

.footer_form_fixed .wpcf7-form p .wpcf7-submit:hover {
    margin-left: 0;
}