﻿body {
    margin: 0;
    padding: 0;
    font-family:'Microsoft YaHei';
    font-size: 12px;
    background-color: #fff;
}

dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}


img {
    border: 0;
}

.color1 {
    color: #eb8801;
}

a:hover {
    color: #BD9300;
    text-decoration: none;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a.imgShow:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

a.imgShow img:hover {
    transition: all 0.3s ease-in 0s;
}

a.imgShow img {
    border: none;
    float: left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: all 0.3s ease-out;
    -moz-transform: all 0.3s ease-out;
    -o-transform: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#img-fir ul li a img {
    width: 151px;
    height: 188px;
    overflow: hidden;
}

im .clear {
    clear: both;
}

.fr {
    float: right;
}

.kong10 {
    clear: both;
    height: 10px;
    width: 100%;
}

.line1 {
    width: 100%;
    height: 6px;
    clear: both;
    background: url(../images/linebg.png);
}


.top {
    width: 100%;
    height: 85px;
    background:url(../images/topbg.png) repeat-x ;
}

.topBox {
    width: 1000px;
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
}

.topBoxLeft {
    width: 370px;
    height: 75px;
    float: left;
    padding-top: 17px;
    overflow: hidden;
}

    .topBoxLeft a {
        display: block;
        width: 370px;
        height: 70px;
        background: url(../images/logo.png) no-repeat;
        background-size:220px;
    }

.topBoxRight {
    width: 630px;
    height: 80px;
    float: left;
    padding: 25px 0;
    overflow: hidden;
}

    .topBoxRight dl {
        width: 260px;
        float: right;
    }

        .topBoxRight dl dt {
            font-size: 14px;
            color: #BD9300;
        }

            .topBoxRight dl dt input {
                width: 160px;
                border: 0;
                background: #FBEEC4;
                border-radius: 5px 0 0 5px;
                height: 30px;
                line-height: 30px;
                font-size: 12px;
                color: #BD9300;
                text-indent:10px;
            }

        .topBoxRight dl dt {
            float: left;
        }

        .topBoxRight dl dd input {
            width: 40px;
            border-radius: 0 5px 5px 0;
            border: 0;
            height: 32px;
            line-height: 32px;
            background: url(../images/search.png) no-repeat 8px 8px;
            background-size:20px;
            background-color: #BD9300;
        }

.topBoxRightBox1 {
    width: 100%;
}

    .topBoxRightBox1 dl {
        float: right;
    }

        .topBoxRightBox1 dl dt {
            line-height: 30px;
            float: left;
            padding-right: 10px;
            color: #999;
        }

        .topBoxRightBox1 dl dd {
            line-height: 30px;
            float: left;
        }

            .topBoxRightBox1 dl dd input[type="text"] {
                border: 0;
                width: 75px;
                height: 27px;
                line-height: 27px;
                float: left;
                background: url(../images/searchbg.png) no-repeat;
                padding-left: 5px;
            }

            .topBoxRightBox1 dl dd input[type="button"] {
                border: 0;
                width: 34px;
                height: 27px;
                line-height: 30px;
                float: left;
                background: url(../images/searchbg.png) no-repeat -80px 0;
                cursor: pointer;
            }

.topBoxRightBox2 {
    width: 100%;
    clear: both;
}

.nav {
    width: 100%;
    background-color: #585858;
    height: 45px;
    line-height: 45px;
}

.navBox {
    width: 1000px;
    margin: 0 auto;
}
.navBox2 {
    width: 105%;
    margin: 0 auto;
}

.nav ul {
    width: 100%;
}

    .nav ul li {
        width: 9%;
        float: left;
        text-align: center;
        position:relative;
        margin-right:5%;
    }

        .nav ul li a {
            color: #fff;
            display: block;
            height: 45px;
            line-height: 45px;
                    font-size:14px;


        }

            .nav ul li a:hover {
                color: #fff;
                background-color: #DCC01E;
            }

.nav ul li div { position:absolute; width:400px; height:110px; background-color:#fff;filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6; display:none; z-index:12;  }
.nav ul li dl { position:absolute; width:400px; top:53px; display:none;z-index:12;}
.nav ul li dl dt{ width:100px; padding:5px;float:left; }
.nav ul li dl dt img { width:80px; border:2px solid #fff; }
.nav ul li dl dd{ width:280px; padding:3px;float:left; }
.nav ul li dl dd ul li { width:auto; }
.nav ul li dl dd ul li a { line-height:30px; height:30px; float:left; font-size:12px;color:#585858;background-color:none; padding:0 2px; }

.nav ul li.on { background-color:#DCC01E; }
.nav ul li.on div,.nav ul li:hover div { display:block;  }
.nav ul li.on dl,.nav ul li:hover dl  {display:block;   }

#banner {
    width: 100%;
    height: 700px;
}

    #banner .img {
        width: 100%;
        height: 700px;
    }

.floatNav { width:900px; height:700px; margin:0 auto; z-index:11;  background:none; position:absolute;left:calc(50% - 450px); }
.floatNavBox { width:224px; float:left; background:none; border-right:1px solid  rgba(255,255,255,0.4);  height:700px; position:relative; }
.floatNavBox .floatNavBoxBg{ position:absolute; right:0; width:190px; height:80px; background-color:#fff;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7;opacity: 0.7; border-radius:10px 0 0 10px; border-right:3px solid #FF5510; }
.floatNavBox dl { position:absolute;right:0; width:170px; padding-top:8px; cursor:pointer;  }
.floatNavBox dl dt { background:url(../images/icon1.png) no-repeat 0px 8px; color:#A28500; font-size:24px; text-indent:43px; height:43px; line-height:43px; }
.floatNavBox dl dd{ font-size:16px;color:#636979; text-align:left; } 
.floatNavBox .top1{ top:260px; }
.floatNavBox .top2{ top:350px; }

.floatNavBox .floatNavBoxBody{ display:none;  cursor:pointer;  position:absolute; right:0; width:210px; height:680px; background-color:#fff; padding:10px; }

.navboxPhoto { width:100%; text-align:center; }
.navboxPhoto a { display:block; position:relative; height:90px; overflow:hidden; margin-top:10px; border:3px solid #ddd;  }
.navboxPhoto a span { width:100%; height:26px; line-height:26px; display:block; position:absolute; bottom:0; background-color:#fff; color:#fff;background-color:#000;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6;opacity: 0.6;  }

.bannerbg{ display:none; z-index:1;position:absolute; width:100%; height:700px; background-color:#000;filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity: 0.3;opacity: 0.3; border-radius:10px 0 0 10px;}

.navboxTitle { height:30px; line-height:30px; border-bottom:1px solid #BD9300; color:#BD9300;font-weight:bolder; font-size:14px; }
.navboxInfo { color:#666; line-height:24px;overflow:hidden; }
.navboxMore  a{ float:right; color:#BD9300; margin-right:8px; line-height:40px; }
.nbPic { padding-top:10px; }
.nbPic img { border:3px solid  #ddd; padding:3px; width:198px; }

.infobg175 { background:url(../images/infobg1.jpg) no-repeat right bottom ; }
.infobg167 { background:url(../images/infobg2.jpg) no-repeat right bottom ; }
.infobg177 { background:url(../images/infobg3.jpg) no-repeat left bottom ; }
.infobg189 { background:url(../images/infobg4.jpg) no-repeat right bottom ; }
.infobg191 { background:url(../images/infopic5.jpg) no-repeat right bottom ; }


.ScrollBody {
    width: 800px;
    height: 40px;
    padding-top: 35px;
    overflow: hidden;
    position: relative;
}

.ScrollBox {
    width: 900px;
    height: 40px;
    position: absolute;
    left: -100px;
}


.main {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.mainBox {
    width: 110%;
}



.pagebanner {
    width: 100%;
    height: 193px;
    clear: both;
}

.left {
    width: 220px;
    float: left;
}

.leftNav {
    width: 100%;
    height: 70px;
    line-height:70px;
    background-color: #BD9300;
    color: #fff;
}

.leftNav {
     font-size: 16px; 
     text-align:center;
}
.leftNav span { font-size:12px; padding-left:10px; }


.leftList {
    width: 220px;
    overflow: hidden;
}

    .leftList li {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        background: url(../images/icon3.png) no-repeat 172px 17px;
        background-size:20px;
        border-bottom: 1px dashed #ddd;
        padding-left: 30px;
    }

        .leftList li:hover, .leftList .on {
            background-color: #FBEEC4;
         }

            .leftList .on a {
                color: #BD9300;
                font-weight: bolder;
            }

.right {
    width: 765px;
    padding-left: 15px;
    float: left;
    overflow: hidden;
}

.rightNav {
    width: 100%;
    height: 70px;
    line-height:70px;
    border-bottom: 1px solid #BD9300;
    background: url(../images/pic1.jpg) no-repeat 15px right;
    text-indent:20px;
    font-size:16px;
    color:#BD9300;
}

    .rightNav dl {
        height: 90px;
        padding: 18px 0 0 55px;
        font-size: 24px;
        background: url(../images/icon1.jpg) no-repeat 15px 15px;
    }

    .rightNav dd {
        font-size: 16px;
        color: #eb8801;
    }

.rightMain {
    padding: 15px 0;
    font-size: 13px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    min-height:400px; /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:400px; /*兼容ie6*/
}

.shoppe {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 30px;
}

.shoppeBox {
    width: 100%;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    padding: 270px 0 50px 0;
    background: url(../images/shoppebg.jpg) no-repeat top center;
    border: 1px solid #ddd;
    background-color: #fff;
}

.shoppeMain {
    width: 960px;
    margin: 0 auto;
}

.shoppeMainBody {
    width: 110%;
}

    .shoppeMainBody dl {
        width: 400px;
        height: auto !important;
        height: 500px;
        min-height: 500px;
        line-height: 30px;
        float: left;
        padding-left: 55px;
        font-size: 13px;
    }

.PageNav {
    height: 85px;
    background: url(../images/pic1.jpg) no-repeat center right;
    padding-top: 25px;
}

    .PageNav dl {
        width: 100px;
        height: 58px;
        background: url(../images/icon1.jpg) no-repeat center left;
        padding-left: 40px;
    }

        .PageNav dl dt {
            width: 100px;
            font-size: 28px;
        }

        .PageNav dl dd {
            width: 100px;
            font-size: 20px;
            color: #f39800;
        }


.ShoppeNav {
    height: 110px;
    background: url(../images/pic2.jpg) no-repeat center right;
}

    .ShoppeNav span {
        display: block;
        width: 200px;
        height: 110px;
        background: url(../images/icon3.jpg) no-repeat 0 170px;
    }

.BrandNav {
    width: 100%;
    height: 110px;
    background: url(../images/pic1.jpg) no-repeat center right;
}

    .BrandNav span {
        display: block;
        width: 200px;
        height: 110px;
        background: url(../images/icon4.jpg) no-repeat 0 23px;
    }

.brand {
    width: 100%;
    overflow: hidden;
}

.brandBox {
    width: 110%;
    padding: 30px 0;
}

.brand dl {
    width: 273px;
    height: 557px;
    float: left;
    padding-left: 5px;
}

    .brand dl dt {
        width: 100%;
        height: 507px;
        overflow: hidden;
    }

    .brand dl dd {
        width: 100%;
        height: 50px;
        line-height: 33px;
        text-align: center;
        overflow: hidden;
    }

        .brand dl dd a {
            display: block;
            height: 50px;
            color: #fff;
            font-size: 18px;
            line-height: 50px;
            background-color: #006088;
        }

            .brand dl dd a:hover {
                background-color: #eb880e;
            }

.brandDetail {
    width: 100%;
    height: 894px;
}

.AffiliatesBanner {
    width: 100%;
    height: 550px;
}

.mainNav {
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    font-weight: bold;
    clear: both;
}

    .mainNav .on {
        padding: 3px 5px;
        background-color: #eb8801;
        color: #fff;
    }


.SearchLeft {
    width: 350px;
    float: left;
    height: 30px;
    line-height: 30px;
    border: 10px solid #ddd;
}

    .SearchLeft select {
        border: 0;
    }

.SearchRight {
    width: 720px;
    float: left;
    height: 30px;
    line-height: 30px;
}

    .SearchRight dl {
        width: 100%;
        padding-left: 10px;
    }

        .SearchRight dl dt {
            width: 500px;
            height: 30px;
            border: 10px solid #ddd;
            float: left;
        }

            .SearchRight dl dt input[type="text"] {
                width: 100%;
                height: 30px;
                line-height: 30px;
                font-size: 16px;
                border: 0;
            }

        .SearchRight dl dd {
            width: 190px;
            height: 30px;
            float: left;
            padding-left: 10px;
        }

            .SearchRight dl dd input[type="button"] {
                width: 100%;
                width: 190px;
                height: 50px;
                border: 0;
                cursor: pointer;
                background: url(../images/btn1.jpg);
            }

.AffiliatesList table {
    width: 100%;
    border-collapse: collapse;
}

.AffiliatesList td {
    border: 2px solid #ddd;
    padding: 10px;
    font-size: 15px;
    line-height: 30px;
}

.AffiliatesList .atitle td {
    background-color: #e7e7e7;
    font-weight: bolder;
    color: #006088;
    font-size: 16px;
}

.newsPhoto {
    padding: 10px;
}

    .newsPhoto dl {
        width: 100%;
        border-bottom: 1px dotted #ddd;
        padding: 15px 0;
        height: 120px;
    }

        .newsPhoto dl:hover {
            background-color: #f7f7f7;
        }

    .newsPhoto dt {
        width: 150px;
        height: 120px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #ddd;
        float: left;
    }

    .newsPhoto dd b a {
        color: #006088;
        font-size: 14px;
    }

    .newsPhoto dd {
        width: 530px;
        float: left;
        padding-left: 10px;
    }

        .newsPhoto dd span {
            float: right;
            color: #999;
        }

.NewsPic {
    width: 100%;
    padding: 15px;
}

    .NewsPic dl {
        float: left;
        width: 200px;
        height: 200px;
        padding: 10px 30px;
    }

        .NewsPic dl:hover {
            background-color: #f7f7f7;
        }

    .NewsPic dt {
        float: left;
        width: 100%;
        height: 170px;
        overflow: hidden;
    }

        .NewsPic dt img {
            border: 1px solid #ddd;
            padding: 2px;
        }

    .NewsPic dd {
        line-height: 30px;
        height: 30px;
        text-align: center;
        background-color: #f7f7f7;
        padding: 0;
    }


.NewsShow {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
}

.NewsTitle h1 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
}

.NewsTime {
    background-color: #f7f7f7;
    font-size: 12px;
    text-align: center;
}

.NewsContent {
    padding: 15px 0;
}

.NewsList { width:100%; }
.NewsList li { width:100%; height:50px; line-height:50px; border-bottom:1px solid #ddd; float:left; }
.NewsList li span {  float:right; color:#999; }

.bottom {
    width: 100%;
    line-height: 45px;
    height: 45px;
    background-color: #494A5E;
}

.bottomMain {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

    .bottomMain a {
        color: #fff;
    }


.pages {
    width: 100%;
    text-align: center;
}

    .pages a, .pages .cpb {
        text-decoration: none;
        padding: 1px 5px;
        border: 1px solid #ddd;
        background: #ffff;
        margin: 0 2px;
        font-size: 12px;
        color: #000;
    }

        .pages a:hover {
            background-color: #333;
            color: #fff;
            border: 1px solid #333;
            text-decoration: none;
        }

    .pages .cpb {
        font-weight: bold;
        color: #fff;
        background: #333;
        border: 1px solid #333;
    }

