body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

ul,
h1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: 600;
}

p {
    margin: 10px 0;
}

a {
    text-decoration: none;
    color: #000;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.between {
    justify-content: space-between;
}

.color1 {
    color: #ffb902;
}

.color2 {
    color: #fff;
}

.bgcolor1 {
    background-color: #ffb902;
}

.bgcolor2 {
    background-color: #fff;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 99px;
    background-color: #fdf0c3;
    background-image: url(../images/dangao_04.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.menu {
    display: flex;
}

.menu li {
    margin-left: 80px;
}

.menu li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.menu li:hover a::after {
    content: ' ';
    height: 4px;
    background-color: #000;
    width: 15px;
    margin-top: 5px;
}

.menu li.current a::after {
    content: ' ';
    height: 4px;
    background-color: #000;
    width: 15px;
    margin-top: 5px;
}

.banner {
    width: 100%;
    text-align: center;
}

.banner img {
    max-width: 100%;
}

.fangkuai {
    width: 100%;
    text-align: center;
}

.fangkuai img {
    max-width: 100%;
}

.fangkuai {
    margin-bottom: 80px;
}

.product-1 {
    height: 860px;
    background-color: #333;
    background-image: url('../images//bg2.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.product-1 .title {
    text-align: center;
    padding: 70px 0
}

.product-1 .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-1 .item {
    width: 25%;
    height: 282px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-1 .item .line {
    height: 2px;
    width: 40px;
    background-color: #ffb902
}

.product-1 .item h1 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 10px;
}

.product-1 .item p {
    text-transform: uppercase;
}

.product-1 .item .button {
    height: 25px;
    width: 98px;
    border: #ffb902 1px solid;
    color: #ffb902;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.product-1 .item .button-white {
    height: 25px;
    width: 98px;
    border: #fff 1px solid;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.product-2 .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-2 .title {
    text-align: center;
    padding: 30px 0
}

.product-2 .item {
    display: flex;
    margin-bottom: 35px;
}

.product-2 .item img {
    width: 790px;
}

.product-2 .item img.m1 {
    margin-right: 30px;
}

.product-2 .item img.m2 {
    margin-left: 30px;
}

.product-2 .item .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 338px;
}

.product-2 .item .info h1 {
    font-size: 32px;
}

.product-2 .item .info .line {
    color: #ffb902
}

.product-2 .item .info p {
    color: #aaa;
    line-height: 24px;
    font-size: 15px;
}

.product-2 .item .info .price {
    color: #ffb902;
    font-size: 32px;
    margin-bottom: 20px;
}

.product-2 .item .info .price small {
    font-size: 18px;
}

.product-2 .item .info .button {
    height: 32px;
    background-color: #ffb902;
    text-align: center;
    cursor: pointer;
    color: #fff;
    width: 100px;
    line-height: 32px;
}

.product-3 {
    height: 760px;
    background-color: #333;
    background-image: url('../images/bg3.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 45px;
}

.product-3 .title {
    text-align: center;
    padding: 70px 0
}

.product-3 .main {
    display: flex;
    justify-content: center;
}

.product-3 .item {
    width: 580px;
    margin: 0 25px;
    color: #fff;
}

.product-3 .item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;

}

.product-3 .item .info .line {
    flex: 1;
    border-bottom: #ffb902 1px dashed;
    text-align: right;
    color: #ffb902;
    font-size: 24px;
}

.product-3 .item .info .line small {
    font-size: 16px;
}

.product-3 .item p {
    font-size: 14px;
    color: #ddd;
}

.bottom {
    background-color: #fcd469;

}

.bottom .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 285px;
}

.bottom .main .p1 {
    color: #765600;
    font-size: 18px;
    margin: 15px 0;
}

.bottom .main .p2 {
    color: #ff8400;
    font-size: 16px;
}

.product-4 .main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1300px;
}
.product-4 .title {
    text-align: center;
    padding: 70px 0
}

.product-4 .item {
    width: 380px;
    margin: 0 25px 30px 25px;

}

.product-4 .item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;

}

.product-4 .item .info .line {
    flex: 1;
    border-bottom: #ffb902 1px dashed;
    text-align: right;
    color: #ffb902;
    font-size: 24px;
}

.product-4 .item .info .line small {
    font-size: 16px;
}

.product-4 .item p {
    font-size: 14px;
    line-height: 24px;
    color: #aaa;
}
.about{
    text-align: center;
}
.about h1{
    color: #eb6b7d;
    font-size: 48px;
    font-weight: 300;
    margin: 60px 0;
}
.about h2{
    color:#454142;
    font-size: 32px;
    font-weight: 300;
 
}
.about h3{
    color:#454142;
    font-size:24px;
    font-weight: 300;
 
}
.about .button{
    padding:15px 20px;
    border-radius: 30px;
    background-color: #eb6b7d;
    color: #fff;
    font-size: 24px;
    width: 400px;
    margin:45px auto 100px auto;
    cursor: pointer;
}
.hide{display:none;text-align: center;}
.hide img{
    display: block;
}
.hide p{background-color: #fff;margin: 0; padding-bottom: 10px;}