﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background: #fff;
    font: normal 12px/22px 宋体;
    width: 100%;
    min-width: 1200px;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #1974A1;
}

/* fullSlide */
.fullSlide {
    width: 100%;
    position: relative;
    height: 719px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 719px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 540px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 42px;
    height: 4px;
    margin: 1px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #ffffff;
}

.fullSlide .prev, .fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 10%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 10%;
    background-position: -6px -137px;
}

.nav {
    background: #000000;
    min-width: 1000px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav li {
    color: #ffffff;
    display: inline-block;
    margin: 0 20px;
}

.navleft{
    margin-right: 30px;
}

.nav li.logo {
    padding: 0 20px;
}

.nav li a {
    color: #ffffff;
    font-size: 22px;

}

.nav li a.current {
    border-bottom: 2px solid #ffffff;
}

.logo img {
    height: 68px;
}

.list li {
    text-align: center;
    float: left;
    margin-bottom: 20px;
}

.list li.rt {
    text-align: center;
    float: right;
}

.list li h2 {
    padding: 10px 0 4px 0;;
    border: 1px solid #dedede;
    line-height: 2em;
    border-bottom: 0;
}

.font-box {
    width: 1200px;
    margin: 30px auto;
    text-align: center;
}

.font-box img {
    margin-bottom: 15px;
    border: 1px solid #dadada;
}

.word {
    text-align: center;
}

.desp {
    font-size: 16px;
    line-height: 1.8em;
    padding: 15px;
}

p {
    padding-top: 15px;
}

.des {
    padding: 60px 80px;
    font-size: 16px;
    line-height: 1.8em;
    color: #444444;
    border: #dadada 1px solid;
}

.des h1 {
    margin: 30px 0 20px 0;
}

.price {
    background: #dd152f;
    color: #ffffff;
    font-size: 24px;
    padding: 20px 40px;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 20px;
}


.content {
    width: 1200px;
    margin: 20px auto;
}

.content h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 60px 0 30px 0;
}

.content p {
    font-size: 18px;
    padding: 10px 0 10px 0;
    line-height: 1.5em;
    color: #666;
    text-indent: 2em;
}


.footer {
    text-align: center;
    padding: 20px 0;
    font: normal 14px/24px 'MicroSoft YaHei';
    background: #444444;
    color: #ffffff;
}

.footer-box{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#f-1,#f-2,#f-3{
    color: #FFFFFF;
    padding: 0px 15px;
}

#f-2 a{
    color: #FFFFFF;
}
