

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1300px;
}

.wapper {
    width: 100%;
    height: auto;
    font-size: 14px;
}

/* 椤堕儴 */
.wapTop {
    background: #fafafa;
}

.top {
    width: 1270px;
    height: 60px;
    padding: 11px 0;
    margin: 0 auto;
}

.top .logo {
    height: 60px;
    width: auto;
    float: left;
    display: block;
}

.top .logo img {
    height: 60px;
    width: auto;
}

.top .nav {
      height: 64px;
    float: left;
    margin-top: 7px;
    padding-top: -3px;
}

.top .nav ul {
    float: left;
    margin-left: -10px;
    list-style: none;
}

.top .nav ul li {
    z-index: 9999;
    float: left;
    height: 50px;
    padding: 0 20px;
    line-height: 26px;
    text-align: center;
    position: relative;
}

.top .nav ul li a,
.top .nav ul li a:link {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.top .nav ul li a:hover {
    color: #e94c3d;
}

.top .nav ul li a.active {
    color: #e94c3d;
}

.top .nav ul li ul {
    position: absolute;
    top: 40px;
    width: 100px;
    margin-left: -50px;
    left: 50%;
    display: none;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}

.top .nav ul li.hover ul {
    display: block;
}

.top .nav ul li.hover>a {
    color: #e94c3d;
}

.top .nav ul li ul li {
    width: 100px;
    padding: 0;
    height: 30px;
    text-align: center;
}

.top .nav ul li ul li a,
.top .nav ul li ul li a:link {
    color: #fff;
    font-size: 12px;
}

.top .nav ul li ul li a:hover {
    color: #e94c3d;
    font-size: 12px;
}

.top .nav ul li a.bj {
    color: #fff;
    background: #e94c3d;
    display: inline-block;
    padding: 0 20px;
    height: 26px;
    border-radius: 13px;
}

.top .searchBox {
    float: left;
    margin-left: 20px;
    position: relative;
    z-index: 9999;
}

.top .searchBox .sbtn {
    width: 40px;
    height: 40px;
    margin-top: 14px;
    cursor: pointer;
    background: url(../../../sx/static/image/sbtn.png) center center no-repeat;
}

.top .searchBox .sBox {
    position: absolute;
    left: -860px;
    height: 57px;
    width: 660px;
    top: 0;
    display: none;
    padding: 14px 0 0 200px;
    background: #fafafa;
}

.top .searchBox .sBox input {
    border: 1px solid #e94c3d;
    width: 400px;
    height: 36px;
    float: left;
    text-indent: 10px;
    font-size: 14px;
}

.top .searchBox .sBox button {
    border: 0;
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    background: #e94c3d;
    color: #fff;
    float: left;
    cursor: pointer;
}

.top .tel {
    float: right;
    background: url(../../../sx/static/image/tel1.png) left center no-repeat;
    padding-left: 50px;
    margin-left: 20px;
margin-top: -17px;
}

.top .tel .telTit {
    /*line-height: 25px;*/
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.top .tel .telCon {
    /*line-height: 25px;*/
    font-size: 18px;
    font-weight: bold;
    color: #e94c3d;
        margin-top: -18px;
}

/* banner */


/*cate*/
.bannerCate {
    width: 100%;
    height: 260px;
    position: relative;
    display: block;
    overflow: hidden;

}

.bannerCate img {
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    /* Firefox */
    -webkit-transition: all 0.8s;
    /* Safari 鍜� Chrome */
    -o-transition: all 0.8s;
    /* Opera */
    width: 1920px;
    height: 260px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 50%;
    margin-top: -130px;
}

.bannerCate:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari 鍜� Chrome */
    -o-transform: scale(1.2);
}


.bjTc {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: auto;
    border-radius: 10px;
    margin-left: -210px;
    margin-top: -230px;
    border: 10px solid rgba(255, 255, 255, 0.5);
    z-index: 99999;
    display: none;
}

.bjTc .bjTcinner {
    background: #fff;
    text-align: center;
}

.bjTc .bjTcinner .bt {
    position: absolute;
    background: #e94c3d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: 50%;
    top: -40px;
    margin-left: -40px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    padding: 10px;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.bjTc .bjTcinner h1 {
    padding-top: 50px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.bjTc .bjTcinner input {
    border: 1px solid #ccc;
    width: 300px;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-indent: 10px;
}

.bjTc .bjTcinner button {
    border: 1px solid #ccc;
    width: 170px;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-align: center;
    background: #e94c3d;
    color: #fff;
    border-radius: 5px;
    border: 0;
    margin-bottom: 20px;
}

.bjTc .bjTcinner .closeBj {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.bjTcSjs {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: auto;
    border-radius: 10px;
    margin-left: -210px;
    margin-top: -230px;
    border: 10px solid rgba(255, 255, 255, 0.5);
    z-index: 99999;
    display: none;
}

.bjTcSjs .bjTcinner {
    background: #fff;
    text-align: center;
}

.bjTcSjs .bjTcinner .bt {
    position: absolute;
    background: #e94c3d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: 50%;
    top: -40px;
    margin-left: -40px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    padding: 10px;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.bjTcSjs .bjTcinner h1 {
    padding-top: 30px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.bjTcSjs .bjTcinner input {
    border: 1px solid #ccc;
    width: 300px;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-indent: 10px;
}

.bjTcSjs .bjTcinner button {
    border: 1px solid #ccc;
    width: 170px;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-align: center;
    background: #e94c3d;
    color: #fff;
    border-radius: 5px;
    border: 0;
    margin-bottom: 20px;
}

.bjTcSjs .bjTcinner .closeSjs {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.zzc {
    width: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}



.dbbj{background:rgba(0,0,0,0.8);position:fixed;bottom:0;left:0;right:0;height:120px;z-index:99999;}
.dbbj .dbbjbox{width:1000px;margin:0 auto;position:relative;}
.dbbj .dbbjbox img{float:left;}
.dbbj form{width:710px;float:right;}
.dbbj form .inps{width:550px;float:left;}
.dbbj form .inps input{width:260px;float:left;height:30px;border:0;line-height:30px;margin:20px 10px 0 0;text-indent:15px;}
.dbbj form button{width:150px;float:right;background:#e94c3d;color:#fff;font-size:18px;border:0;height:80px;line-height:80px;margin-top:20px;border-radius:6px;}
.dbbj .close{position:absolute;right:-55px;top:10px;width:20px;height:20px;cursor:pointer;line-height:20px;color:#333;background:#fff;border-radius:4px;text-align:center;}