@charset "utf-8";

/* CSS Document */
body{

}

.topbar {
    width: 100%;
    height: 30px;
    line-height: 30px;
	float:left;
    background: #fff;
    
}

.topbar .home a {
    color: #888;
    font-size: 12px;
}

.topbar .home a span {
    color: #d33232;
    padding: 0 5px;
}

.topbar .home a:hover {
    color: #d33232;
    text-decoration: none;
}

.nav a {
    display: inline-block;
    width: auto;
    padding: 0 5px;
    font-size: 12px;
    color: #888;
}

.nav a:hover {
    text-decoration: none;
    color: #d33232;
}

.header {
    width: 100%;
    height: auto;
    padding: 10px 0;
	background:#fff;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.h_logo {
    height: auto;
    display: table;
}
/*
.h_logo img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
	filter: Alpha(opacity=30);-moz-opacity:.3;opacity:0.3
}

.h_logo img:hover,.hs_logo img:hover{
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    
    filter: grayscale(0);
	
    filter: gray;
	filter: Alpha(opacity=100);-moz-opacity:1;opacity:1
}
*/
.h_logo span {
    display: table-cell;
    vertical-align: middle;
}

.h_search {
    height: auto;
	margin-top:5px;
    overflow: hidden;
}

.h_search ul {
    width: 68px;
	float:left;
    overflow: hidden;
    margin: 0;
    list-style: none;
    padding: 0;
}

.h_search ul li a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    color: #666;
    float: left;
}

.h_search ul li a:hover {
    text-decoration: none;
}

.h_search ul li .itemCur {
    background: #d33232;
    color: #fff;
}

.h_search .search_box .keywords {
    float: left;
    width: 70%;
    height: 36px;
    line-height: 36px;
    border: 2px solid #ddd;
	border-right:0;
    padding: 0 5px;
    background: #fff;
}

.h_search .search_box .s_btn {
    float: left;
    width: 60px;
    height: 36px;
    line-height: 36px;
    background: #ddd;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border: 0;
}
.h_search .search_box .s_btn:hover{
	background: #d33232;
}
.h_tel {
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.h_tel b {
    font-size: 24px;
    color: #666;
}

.footer {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #eee;
    margin-top: 20px;
    overflow: hidden;
}

.foot_nav a {
    display: inline-block;
    color: #333;
    padding: 6px;
}

.top_box {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 50px;
    display: none;
    overflow: hidden;
    background: #fff;
    top: 0;
    box-shadow: 0 0 5px #ddd;
}

.hs_logo img {
    max-height: 36px;
    margin-top: 7px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
	filter: Alpha(opacity=30);-moz-opacity:.3;opacity:0.3
}

.hs_search {
    margin-top: 7px;
}

.hs_tel {
    line-height: 50px;
    height: 50px;
}

.bottom_box {
    position: fixed;
    bottom: 0;
    height: 130px;
    width: 100%;
    z-index: 999;
}

.left_btn {
    position: absolute;
    left: -171px;
    top: 0;
}

.bottom_div {
    width: 100%;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    position: relative;
    display: block;
}

.bottom_div .container {
    width: 1140px;
    margin: auto;
    position: relative;
}

.left_img {
    position: absolute;
    max-width: 708px;
   
}

.bottom_form {
    position: absolute;
    width: 400px;
    height: 130px;
    background: #000;
    right: 0;
}

.bottom_hide {
    width: 36px;
    height: 36px;
    position: absolute;
    right: -40px;
    top: 5px;
}

.f_content {
    width: 280px;
    margin: 20px 10px 20px 10px;
    height: auto;
    float: left;
}

.f_name {
    width: 100%;
    background: #fff;
    height: 40px;
    float: left;
    overflow: hidden;
    color: #333;
    line-height: 38px;
    font-size: 15px;
    margin-bottom: 10px;
}

.f_name label {
    font-weight: 400;
	float:right;
	margin-left:10px;
}

.f_tel {
    width: 100%;
    background: #fff;
    height: 40px;
    float: left;
    overflow: hidden;
	margin-bottom:10px;
    color: #333;
    line-height: 36px;
    font-size: 15px;
}

.f_name span,
.f_tel span {
    color: #aaa;
    padding: 0 10px;
    border-right: 1px solid #ddd;
}

.f_name input,
.f_tel input {
    border: 0;
    max-width: 100px;
}
input:focus {outline: none;} 

.f_name .uname {
    width: 60px;
}

.f_btn {
    width: 90px;
    height: 90px;
    background-color: #d33232;
    float: left;
    margin-top: 20px;
    cursor: pointer;
    color: #0f4b6d !important;
    background-position: bottom left, top right, 0 0, 0 0;
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    background-image: url('../images2/button_bg.png'), url('../images2/button_bg.png'), -moz-radial-gradient( center bottom, circle, rgba(211, 50, 50, 1) 0, rgba(211, 50, 50, 0) 100px), -moz-linear-gradient(#d33232, #d33232);
    background-image: url('../images2/button_bg.png'), url('../images2/button_bg.png'), -webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100, from(rgba(211, 50, 50, 1)), to(rgba(211, 50, 50, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d33232), to(#d33232));
}

.f_btn:hover {
    background-color: #63c7fe;
    background-position: top left;
    background-position: top left, bottom right, 0 0, 0 0;
    background-image: url('../images2/button_bg.png'), url('../images2/button_bg.png'), -moz-radial-gradient( center bottom, circle, rgba(211, 50, 50, 1) 0, rgba(211, 50, 50, 0) 100px), -moz-linear-gradient(#d33232, #d33232);
    background-image: url('../images2/button_bg.png'), url('../images2/button_bg.png'), -webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100, from(rgba(211, 50, 50, 1)), to(rgba(211, 50, 50, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d33232), to(#d33232));
}

.f_btn input {
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 90px;
    text-align: center;
    border: 0;
    background: none;
    color: #fff;
}

.scrolldiv {
    width: 80px;
    height: 266px;
    position: absolute;
    top: -85px;
    left: -85px;
	z-index:9999;
}

.sj_nav {
    line-height: 50px;
    font-size: 24px;
    text-align: right;
}

.sj_nav a {
    color: #d33232;
}

.sj_nav_box .nav_close {
    display: none;
}

.sj_tel {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

.sj_navlist {
    width: 100%;
    float: left;
    height: auto;
    margin: 20px 0;
}

.sj_navlist a {
    display: inline-block;
    float: left;
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.sj_navlist a:hover {
    color: #d33232
}

.modal_box {
    position: fixed;
    top: -50%;
    height: -50%;
    z-index: 9999;
	overflow:hidden;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal_box .modal_close {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    line-height: 40px;
    color: #fff;
    text-align: right;
}

.modal_box .fa-close {
    position: absolute;
    left: 50%;
    margin-left: 280px;
    font-size: 18px;
    padding: 10px;
    border-radius: 19px;
    background: #d33232;
}

.modal_form {
    width: 80%;
    max-width: 600px;
    padding: 20px;
    border: 10px solid #fff;
    max-height: 500px;
    margin: auto;
    margin-top: 10px;
    height: 100%;
    background: #fff;
}

.modal_form p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    width: 100%;
    float: left;
}

.modal_form .f_content {
    width: 100%;
    margin: 10px 0;
}

.modal_form .f_content .f_name {
    border: 1px solid #ddd;
}

.modal_form .f_content .f_name .uname {
    width: 300px;
}

.modal_form .f_content .f_name input {
    max-width: 300px;
    padding: 0;
}

.f_tel input {
    max-width: 100%;
	width:80%
}


.modal_form .f_content .f_tel {
    border: 1px solid #ddd;
}

.modal_form .f_btn {
    width: 200px;
    height: 60px;
}

.modal_form .f_btn input {
    line-height: 60px;
}

@media screen and (max-width:959px) {
    .topbar,
    .header,
    .product_sidebar,
    .scrolldiv,
    .hs_search,
    .hs_tel {
        display: none;
    }
    .sj .hs_tel {
        display: block;
        width: 90%;
        margin: auto;
        text-align: center;
        border: 1px solid #d33232;
    }
	
    .h_tel b{
    	font-size:16px;
    }
    .top_box {
        display: block;
        position: fixed;
        top: 0;
    }
    .bottom_div {
        display: none;
    }
    .bottom_box {
        height: 60px;
    }
    .sj_bottom {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        display: block;
        height: 60px;
        position: relative;
        width: 100%;
    }
    .sj_bottom img {
        display: block;
        height: 100%;
        margin: auto;
    }
    .sj_nav_box {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 0;
        overflow: hidden;
        height: 0;
        background-color: #fff;
        z-index: 9999;
    }
    .sj_nav_box .nav_close {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        text-align: right;
        color: #333;
        line-height: 30px;
    }
    .nav_close .fa-close {
        padding: 10px;
    }
    .modal_box {
        background-color: #fff;
    }
    .modal_form {
        width: 96%;
        padding: 0;
        border: 0;
        height: 100%;
        margin-top: 0;
        background: #fff;
    }
    .modal_form p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }
    .modal_box .modal_close {
        color: #333;
    }
    .modal_box .fa-close {
        position: absolute;
        top:-10px;
        right: 0;
        margin-left: 0;
        font-size: 18px;
        padding: 10px;
        border-radius: 0;
        background: none;
    }
    .modal_form .f_content .f_name .uname {
        width: 40%;
    }

    .modal_form .f_btn {
        width: 100%;
    }

}

.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
}

.fancybox-qiao .fancybox-skin{ padding: 0 !important;}
.fancybox-qiao .fancybox-close{ top: 15px; right: 15px; background:url(../images_180824/fancybox_sprite1.png) no-repeat; width:90px;height:40px;}
@media (max-height: 768px){
   	.fancybox-qiao{ top: 10px !important;}
	.fancybox-qiao .fancybox-inner{ min-height: 594px !important;}
	.fancybox-qiao .fancybox-close{ top: 15px; right: 15px;}
	.fancybox-qiao .fancybox-skin{ background: none; box-shadow: none !important;}
	.left_form,.kf_btn{ top:170px;}
}