
.header {
    position: relative;
    z-index: 999;
}

.header_top{
    background-color: #ededed;
}
.header_top .info{
    padding: 5px 0;
}
.header_top .info p{
    font-family: Verdana;
    font-size: 14px;
    color: #a8101c;
    line-height: 1.8em;
    text-align: center;
}
.header_nav{
    background-color: #a8101c;
}
.header_nav .container_1200{
    position: relative;
}
.nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
}
.nav_list > li:nth-of-type(1){
    background: none;
}

.nav_list > li > a {
    display: inline-block;
    padding: 0 25px;
    transition: all .3s;
}
.logo_box{
    line-height: 0;
}
.nav_list > li > a > span {
    display: inline-block;
    float: left;
    color: #fff;
    letter-spacing: 0;
    line-height: 58px;
    font-family: Verdana;
    text-transform: uppercase;
    font-size: 17px;
    transition: all .5s;

}
.footer_tip{
    background-color: #a8101c;
    padding: 10px 0;
}
.footer_tip .form .input{
    position: relative;
    padding-right: 35px;
    background-color: #fff;
}
.footer_tip .form .input input[type=text]{
    width: 100%;
    height: 35px;
    border: 0;
    
    text-indent: 12px;
}
.footer_tip .form .input .btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border: 0;
    background: url(/public/static/images/home/en-us/search.png)no-repeat center;
    cursor: pointer;
}


.nav_list > li > a > i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 7px;
    background: url("/public/static/images/home/en-us/reset/nav_li_icon.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}

.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_list > li.active > a,
.nav_list > li.on > a{
    background-color: #3e3f40;
    transition: all .3s;
}
.nav_list > li.active span,
.nav_list > li.on span{
    
}

.nav_normal > li {
    position: relative;
}

.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 10px;
    min-width: 185px;
    display: none;
    border-top: 1px solid rgba(206,208,207,0.7);
    background: #f7f8f8;
    z-index: 1;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct{
    min-width: 520px;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct > li{
    width: 50%;
    float: left;
}

.nav_normal .dropdown_menu li {
    width: 100%;
}

.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 16px;
    color: #222;
    padding: 0 20px;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    color: #e70012;
}

/*search*/
.header_search_box {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 32px;
    height: 40px;
    overflow: hidden;;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}
.header_search_box.active{
    width: 260px;
    background: #e70012;
    transition: all .3s;
}
.header_search_box a {
    line-height: 0;
    width: 32px;
    height: 40px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.header_search_box img {
    position: absolute;
    top: 9px;
    right: 6px;
}

.header_search_box img.close {
    opacity: 0;
    transition: all .3s;
}

.header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}
.header_search_box .search_click.active img.open{
    opacity: 0;
}

.search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.header_search_box.active .search_form{
    width: 220px;
    z-index: 9;
    transition: all .3s;
}

.search_form .info{
    width: 100%;
    padding-right: 32px;
}
.search_form input[type="text"] {
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #ffffff;
}
.search_form input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}

.search_form input.btn_search {
    width: 32px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/public/static/images/home/en-us/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}


.m_header {
    display: none;
}

/*footer*/


.footerCon_box{
}   
.fast_navigation{
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(113, 113, 112);
    overflow: hidden;
    background: #f5f5f5;
}
.fast_navigation .items{
    overflow: hidden;
}
.fast_navigation .items .item{
    padding: 0 10px;
    float: left;
}
.fast_navigation .items .item:nth-of-type(1){
    width: 25%;
}
.fast_navigation .items .item:nth-of-type(2){
    width: 16.666666666666664%;
}
.fast_navigation .items .item:nth-of-type(3){
    width: 33.33333333333333%;
}
.fast_navigation .items .item:nth-of-type(4){
    width: 25%
}
.fast_navigation h3{
    font-family: Palatino Linotype;
    font-size: 20px;
    color: #323232;
    text-transform: uppercase;
    border-bottom: 1px solid #676766;
    color: #333;
    line-height: 2.4;
    margin-bottom: 15px;
}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 14px;
    color: #868685;
    line-height: 1.8;
    font-family: Verdana;
}
.fast_navigation ul li a:hover,
.fast_navigation ul li a.on{
    color: #457cba;
}
.fast_navigation .t1{
    color: #868685;
    font-size: 12px;
    line-height: 1.3;
}
.fast_navigation .follow_box .a1 {
    display: inline-block;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: url(/public/static/images/home/en-us//style123tiny.png) -104px -320px #000;
}
.fast_navigation .t3{
    font-size: 14px;
    color: #868685;
    line-height: 1.7;
}
.fast_navigation .t4{
    font-size: 14px;
    color: #a8101c;
    line-height: 1.7;
}
.fast_navigation .qrcode{
    padding-top: 10px;
}
.fast_navigation .qrcode img{
    width: 120px;
}
.footer_copyright{
    overflow: hidden;
    background: #f5f5f5;
}
.footer_copyright .container_1200{
    padding-top: 20px;
    padding-bottom: 10px;
}
.fast_navigation .t2{
    line-height: 1.7em;
    font-size: 16px;
    color: #868685;
    padding-top: 15px;
    padding-bottom: 10px;
}
.footer_copyright .text{
    font-family: verdana,geneva,sans-serif;
}
.footer_copyright p span,
.footer_copyright p a,
.footer_copyright p{
    color: #323232;
    font-size: 12px;
    line-height: 1.7;
}
.footer_copyright p span{
    display: inline-block;
    padding: 0 5px;
}
.index_box1 .slick-prev{
    background: url(/public/static/images/home/en-us/skin.png)no-repeat 0 0;
}
.index_box1 .slick-next{
    background: url(/public/static/images/home/en-us/skin.png)no-repeat -150px 0;
}
.index_box1 .slick-dots li,
.index_box1  .slick-dots li.slick-active{
    background: #fff;
    width: auto;
    height: auto;
    padding: 3px;
}
.index_box1 .slick-dots li button{
    border-radius: 50%;
    width: 4px;
    height: 4px;
    padding: 0;
}
.index_box1  .slick-dots li.slick-active button{
    background: #333;
    border-radius: 50%;
    
}
.banner_slick img{
    width: 100%;
}

.easyzoom_box{
    display: none;
    text-align: center;
}
.easyzoom_box.on{
    display: block;
}
/*banner*/
a,strong,span{
    font-size: inherit;
    color: inherit;
}
.keyword_list{
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
    border-color: rgba(165,165,165,0.7);
    clear: both;
}
.keyword_list a{
    padding: 0 12px;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #ddd;
    border-radius: 50px;
    border-color: rgba(165,165,165,0.7);
    color: #545454;
    line-height: 1.8em;
    font-family: Arial;
}
.keyword_list a:hover{
    color: #1c4587;
}

.index_box2{
    background-color: #f6f6f4;
}
.index_box2 h3{
    font-size: 28px;
    line-height: 1.7em;
    font-family: verdana,geneva,sans-serif;
    margin-top: 30px;
    background: url(/public/static/images/home/en-us/1053_img.jpg)no-repeat center;
    text-align: center;
}
.index_box2 .t1{
    color: #a7a7a5;
    font-size: 12px;
    text-align: center;
    line-height: 1.7;
    padding-top: 18px;
    margin-bottom: 10px;
    font-family: verdana,geneva,sans-serif;
}
.index_box2 .item{
    padding-top: 195px;
    height: 395px;
    text-align: center;
}
.index_box2 .item h4{
    font-size: 18px;
    line-height: 1.2;
    height: 60px;
}
.index_box2 .item p{
    font-size: 12px;
    color: #333;
    line-height: 1.7;
    margin: 10px 0;
}
.index_box2 .item.i1{
    background: url(/public/static/images/home/en-us/1050_img1.jpg)no-repeat center top;
    background-size: contain;
}
.index_box2 .item.i2{
    background: url(/public/static/images/home/en-us/1050_img2.jpg)no-repeat center top;
}
.index_box2 .item.i3{
    background: url(/public/static/images/home/en-us/1050_img3.jpg)no-repeat center top;
}
.index_box2 .item.i4{
    background: url(/public/static/images/home/en-us/1050_img4.jpg)no-repeat center top;
}
.index_box2{
    padding-bottom: 30px;
}
.index_box3{
    padding-top: 40px;
    padding-bottom: 30px;
    background: url(/public/static/images/home/en-us/1443_bg.jpg)no-repeat center;
    background-size: cover;
}
.index_box3 h3{
    font-family: Palatino Linotype;
    font-size: 30px;
    color: #fff;
    line-height: 1.7;
    text-align: center;
}
.index_box3 .t1{
    text-align: center;
    margin-bottom: 30px;
}
.index_box3 .item{
    text-align: center;
    padding: 0 28px;
}
.index_box3 .item h4{
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-family: Arial;
    margin-bottom: 15px;
    line-height: 1.7em;
}
.index_box3 .item p{
    color: rgb(192, 192, 192);
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 20px;
}
.index_box4{
    padding-top: 40px;
    padding-bottom: 10px;
}
.index_box4 h3{
    color: #000000;
    line-height: 1.7em;
    font-family: Palatino Linotype;
    font-size: 30px;
    color: #222;
    text-align: center;
    margin-bottom: 10px;
}
.index_box4 .video{
    padding-top: 56.2%;
    width: 100%;
    position: relative;
}
.index_box4 p{
    margin-top: 5px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: Arial;
    line-height: 1.7;
}
.about_box1 .icon{
    max-width: 400px;
    height: 1px;
    margin: auto;
    background: #333;
    margin-bottom: 10px;
}
.about_box1 h1{
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: center;
}
.about_box1{
    padding-top: 40px;
}
.about_box1 .txt{
    text-align: center;
}
.about_box1 .txt p{
    font-family: Verdana;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}
.about_box1 .txt a.more{
    background-color: #f7f7f7;
    border-radius: 5px;
    color: #666;
    border: 1px solid #dfdfdf;
    width: 100px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 50px;
}

.video_info p{
    font-size: 15px;
    color: #333;
    line-height: 2.4em;
    font-family: Georgia;
}
.video_info{
    padding: 20px 0;
}

.contact_box1{
    padding-top: 40px;
    padding-bottom: 30px;
}
.contact_box1 h1{
    font-family: verdana,geneva,sans-serif;
    font-size: 26px;
    line-height: 1.7em;
    text-align: center;
    border-bottom: 2px solid #000;
    margin-bottom: 40px;
}
.contact_box1 h2,
.contact_box1 h3{
    font-family: verdana,geneva,sans-serif;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 30px;
}
.contact_box1 p{
    font-size: 14px;
    line-height: 1.7em;
    color: #333;
}
.contact_box1 .form .input .tip{
    float: left;
    width: 180px;
    padding: 0 10px;
    text-align: right;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.contact_box1 .form .input .info{
    margin-left: 180px;
}
.contact_box1 .form .input{
    margin-bottom: 20px;
}
.contact_box1 .form .input .tip em{
    color: red;
    margin-right: 5px;
    vertical-align: middle;
}
.contact_box1 .form .input .info input[type=text],
.contact_box1 .form .input .info textarea{
    width: 100%;
    height: 40px;
    text-indent: 6px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    border-radius: 4px;
}
.contact_box1 .form .input .info textarea{
    height: 90px;
    padding-top: 5px;
    resize: none;
}
.tips{
    color: red;
}
.contact_box1 .form .input .btn{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    height: 32px;
    padding: 0 30px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    transition: all .3s;
    margin-left: 180px;
}
.contact_box1 .form .input .btn:hover{
    background-color: #449d44;
}
.submenu_wrap ul li a.on{
    color: #457cba;
}
.new_info .line{
    margin-bottom: 15px;
}
.new_info .line h4 a{
    color: #e1472f;
    letter-spacing: 0;
    line-height: 1.8em;
    font-size: 16px;
    font-weight: bold;
}
.new_info .line h4 a:hover{
    color: #457cba;
}
.new_info .line h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_info .line p{
    color: #333;
    letter-spacing: 0;
    line-height: 1.7em;
    font-family: Arial;
    font-size: 14px;
}
.adv_box{
    padding: 20px 0;
}
.adv_box h1{
    line-height: 1.7em;
    font-size: 16px;
    font-weight: bold;
}
.adv_box p{
    line-height: 1.7em;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.faq_info h1{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 30px;
    margin-bottom: 20px;
}
.faq_info .line{
    margin-bottom: 20px;
}
.faq_info .line p{
    line-height: 1.7;
}
.pronav{
    margin-top: 20px;
}
.pronav h3{
    color: #000080;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.follow_box{
    padding-top: 10px;
}

.filebtn{
    border: 1px solid #ddd;
    background-image: -webkit-linear-gradient(top,#e2e2e2,#f3f3f3);
    background-color: #f3f3f3;
    color: #666;
    border-radius: 3px;
    height: 30px;
    padding: 0 15px;
    cursor: pointer;
}
#file{
    display: none;
}

.product_box .mod{
    border: 0;
}
.product_box .mod td{
    vertical-align: middle;
    border: 0;
    padding: 0;
}
.product_box .mod .tip{
    font-size: 14px;
    color: #545454;
    margin-bottom: 5px;
    line-height: 1.4em;
}
.product_box .mod tr td .checkbox{
    display: inline-block;
    position: relative;
    margin: 4px 0;
    padding: 4px 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    font-family: Arial;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}
.product_box .mod tr td:nth-of-type(1){
    width: 85px;
}
.product_box .mod tr td:nth-of-type(2){
    padding-left: 20px;
}
.product_box .mod tr td ul li{
    display: inline-block;
    vertical-align: middle;
}
.product_box .mod tr td ul li input{
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.product_box .mod tr td .checkbox:hover{
    border: 1px solid #ef524a;
}
.product_box .mod tr td .checkbox.on{
    border: 1px solid #ef524a;
    color: #ef524a;
}
.order_plus2, .order_minus2 {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: 1.8em;
    font-size: 14px !important;
    padding: 0 12px;
    color: #333;
    cursor: pointer;
    line-height: 1.8em;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    outline: 0;
    text-decoration: none;
}

.order_minus2 {
    background: url("/public/static/images/home/en-us/reset/order_minus.png") no-repeat center;
}

.order_plus2 {
    background: url("/public/static/images/home/en-us/reset/order_plus.png") no-repeat center;
}

@media (max-width: 1220px){
    .nav_list > li > a{
        padding: 0 18px;
    }
}
@media (max-width: 992px){
    .logo_box{
        padding: 10px 0;
    }
    .index_box3 .item{
        margin-bottom: 20px;
    }
    .index_box4 p{
        margin-bottom: 20px;
    }
    .fast_navigation .items .item{
        width: 100% !important;
    }
    .fast_navigation .items .item:nth-of-type(2),
    .fast_navigation .items .item:nth-of-type(3){
        display: none;
    }
    .follow_box{
        padding-top: 10px;
    }
    .footer_copyright{
        padding-bottom: 50px;
    }
    .contact_box1 .form .input .info{
        margin-left: 0;
    }
    .contact_box1 .form .input .tip{
        text-align: left;
        margin-bottom: 5px;
    }
}
@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }
 
    .header {
        display: none;
    }


    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }


    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 45px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 3px;
        width: 45px;
        background: #666;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }


    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list > li a span {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 16px;
        color: #5e6063;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 40px;
        height: 36px;
        background: #000;
        top: 0px;
        right: 10px;
        background: url("/public/static/images/home/en-us/reset/dropdown_menu.png") no-repeat center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .m_header .m_nav_list .dropdown_menu > li a{
        font-size: 14px;
        color: #5e6063;
        line-height: 30px;
        padding: 0 30px;
    }
    .product_img_box{
        position: relative;
    }
    .product_img_slick_box{
        position: static;
    }
    .related_pro .item .img{
        display: block;
    }
    .related_pro .item .img img{
        margin: auto;
    }
}
@media (max-width: 767px) {
    .footer_fixed_form{
        display: none;
    }
    .fancybox-close{
        right: 0;
        top: -40px;
    }
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .footer_copyright .text{
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_copyright p span, .footer_copyright p a, .footer_copyright p{
        line-height: 1.4;
    }

}
@media (max-width: 640px){

}
@media (max-width: 580px){

}
@media (max-width: 480px) {

}
.order_plus2, .order_minus2 {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: 1.8em;
    font-size: 14px !important;
    padding: 0 12px;
    color: #333;
    cursor: pointer;
    line-height: 1.8em;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    outline: 0;
    text-decoration: none;
}

.order_minus2 {
    background: url("/public/static/images/home/en-us/reset/order_minus.png") no-repeat center;
}

.order_plus2 {
    background: url("/public/static/images/home/en-us/reset/order_plus.png") no-repeat center;
}
