* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url(../images/bg.jpg) no-repeat center top;
}

.top {
    width: 100%;
    height: 480px;
}

.main {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.news-box {
    width: 1000px;
    height: 299px;
    background: url(../images/news-bg.png) no-repeat center center;
    overflow: hidden;
    position: relative;
}

.jd-left {
    float: left;
    width: 500px;
    height: 300px;
    position: relative;
}

.jd-tit {
    position: absolute;
    left: 65px;
    top: 0;
    width: 26px;
    height: 200px;
    padding: 4px 18px 0 18px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: url(../images/jd-tit.png) no-repeat center center;
}

.jd-nr {
    position: absolute;
    left: 130px;
    top: 35px;
    width: 350px;
    height: 240px;
    line-height: 28px;
    color: #ff0000;
}

.jd-nr a {
    color: #cc8511;
}

.news-right {
    position: absolute;
    width: 390px;
    height: 250px;
    right: 60px;
    top: 20px;
    line-height: 26px;
}

.news-right h1 {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

.news-right p a {
    color: #ff0000;
}

.news-right ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.news-right ul li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: url(../images/icon.png) no-repeat center left;
    text-indent: 20px;
}

.news-right ul li a {
    color: #333333;
}

.sd-box {
    width: 1000px;
    height: auto;
    overflow: hidden;
}

.tit {
    width: 170px;
    height: 88px;
    line-height: 88px;
    color: #ff0000;
    background: url(../images/tit-bg.png) no-repeat center right;
    font-size: 30px;
    font-weight: bold;
}

.tit span {
    color: #ffffff;
    margin-left: 10px;
}

.flash {
    float: left;
    width: 1000px;
    height: 400px;
    margin-top: 20px;
}

.out-img {
    position: relative;
    width: 810px;
    height: 390px;
    border: 5px solid #f75566;
    overflow: hidden;
    float: left;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    float: left;
    position: relative;
}

.out-img .img li img {
    display: block;
}

.out-img .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.btn {
    float: left;
    width: 90px;
    height: 400px;
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.btn {
    display: block;
}

.btn-l {
    background: url(../images/btn-l.png) no-repeat center center;
}

.btn-r {
    background: url(../images/btn-r.png) no-repeat center center;
}

.video-box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.video-left {
    width: 440px;
    height: 295px;
    border: 3px solid #ff0000;
    margin-left: 30px;
    position: relative;
    float: left;
}

.video-left span {
    position: absolute;
    width: 147px;
    height: 147px;
    left: 50%;
    top: 50%;
    margin-left: -73px;
    margin-top: -73px;
    background: url(../images/video.png) no-repeat center center;
}

.video-nr {
    float: left;
    margin-top: 14px;
    width: 502px;
    height: 268px;
    background: url(../images/video-r.png) no-repeat center center;
    padding: 20px;
    box-sizing: border-box;
}

.video-nr h2 {
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}

.video-nr p {
    line-height: 28px;
}

.age-lists {
    position: relative;
    width: 1000px;
    height: 690px;
    padding-top: 80px;
    box-sizing: border-box;
    margin-top: 10px;
    background: url(../images/jz.png) no-repeat center center;
}

.age-lists ul {
    position: relative;
    width: 803px;
    height: 395px;
    margin: 0 auto;
    background: url(../images/age-cir.png) no-repeat center 30px;
}

.age-lists ul li {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #ff0000;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
}

.age-lists ul li img {
    opacity: 0.8;
}

.age-lists ul li.on img {
    opacity: 1;
}

.age-lists ul li span {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.age-lists ul li.one {
    left: -10px;
    bottom: 0;
}

.age-lists ul li.two {
    left: 15px;
    bottom: 90px;
}

.age-lists ul li.three {
    left: 65px;
    bottom: 170px;
}

.age-lists ul li.four {
    left: 135px;
    bottom: 245px;
}

.age-lists ul li.five {
    left: 220px;
    bottom: 295px;
}

.age-lists ul li.six {
    left: 315px;
    bottom: 325px;
}

.age-lists ul li.seven {
    left: 420px;
    bottom: 320px;
}

.age-lists ul li.eight {
    left: 520px;
    bottom: 300px;
}

.age-lists ul li.nine {
    left: 600px;
    bottom: 240px;
}

.age-lists ul li.ten {
    left: 675px;
    bottom: 170px;
}

.age-lists ul li.eleven {
    left: 720px;
    bottom: 80px;
}

.age-lists ul li.twelve {
    left: 740px;
    bottom: -10px;
}

.age-img {
    position: absolute;
    left: 50%;
    top: 180px;
    margin-left: -210px;
    width: 420px;
    height: 460px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    display: none;
}

.age-img img {
    width: 410px;
    height: 410px;
    border-radius: 50%;
    border: 5px solid #ff0000;
}

.age-show {
    display: block;
}

.brand-left{
    float: left;
    margin-left: 20px;
   
    width: 320px;
    height: 468px;
    background: url(../images/brand-left.png) no-repeat left bottom;
     margin-bottom: 20px;
}

.brand-left img{
    width: 300px;
    height: 287px;
    margin-left: 20px;
}

.brand-left p{
    width: 320px;
    height: 180px;
    padding: 20px 30px 20px 20px;
    box-sizing: border-box;
    line-height: 26px;
    overflow:hidden;
}

.brand-img{
    width: 640px;
    height: 468px;
    float: right;
     margin-bottom: 20px;
}

.brand-img ul li{
    float: left;
    width: 300px;
    height: 234px;
    margin-right: 20px;
    line-height: 34px;
    text-align: center;
}

.brand-img ul li img{
    width: 298px;
    height: 198px;
    border:1px solid #e3e3e3;
}

.brand-img ul li a p{
    color: #333333;
    text-decoration: none;
}

.brand-img ul li a:hover{
    text-decoration: none;
}


.jz-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.jz-box li {
    float: left;
    width: 235px;
    height: 197px;
    margin-left: 20px;
    text-align: center;
}

.jz-box li img {
    width: 233px;
    height: 155px;
    display: block;
    border: 1px solid #e3e3e3;
}

.jz-box li p {
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
}

.jz-box li a {
    color: #333333;
}

.con-rel {
    width: 320px;
    height: auto;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}

.con-rel-tit {
    width: 320px;
    height: 60px;
    line-height: 60px;
    background: url(../images/rel-tit.png) no-repeat left center;
    font-size: 22px;
    font-weight: bold;
    color: #ff0000;
}

.rel-box {
    width: 320px;
    height: 377px;
    overflow: hidden;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 2px solid #e3e3e3;
}

.rel-box ul li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: url(../images/icon.jpg) no-repeat center left;
    text-indent: 10px;
}

.rel-box ul li a {
    color: #666666;
}

.rel-box>a {
    display: block;
    margin-top: 10px;
}

.rel-box p {
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.rel-box a p {
    color: #333333;
}

.rel-box a img {
    display: block;
    margin: 0 auto;
}







