﻿@charset "utf-8";

/* CSS Document */
html {
    background: #f8f8f8;
}

body {
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
}

.banner img {
    width: 100%;
    height: auto;
}

.nav {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(rgba(52, 67, 255, 1)), to(rgba(119, 0, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(52, 67, 255, 1) 0%, rgba(119, 0, 255, 1) 100%);
    background: -moz- oldlinear-gradient(left, rgba(52, 67, 255, 1) 0%, rgba(119, 0, 255, 1) 100%);
    background: linear-gradient(to right, rgba(52, 67, 255, 1) 0%, rgba(119, 0, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.nav a {
    display: block;
    float: left;
    width: 20%;
    /* background: #6116ff; */
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}

.nav a.on {
    background: #ff9500;
    /* font-weight: bolder; */
}

h1 {
    font-size: 19px;
    text-align: center;
    color: #de1e13;
    padding: 10px 5px;
    font-weight: bolder;
}

h1 a {
    color: #de1e13;
}

#spMobile{
    display: none;
}

.homePartBox {
    /* overflow: hidden; */
}

.homePart {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    /* overflow: inherit; */
}

/* .swiper-container {
            width: 100%;
            height: 100%;
        } */
.homePart .swiper-pagination {
    text-align: center;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
}


.homePart .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 0;
    opacity: 1;
}

.homePart .swiper-pagination-bullet-active {
    background: #d2a673 !important;
}

.homePart .com-tw .com-tw-tit {
    font-size: 16px;
    line-height: 24px;
}

.com-tw {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.com-tw .com-tw-img {
    position: relative;
    z-index: 1;
    height: auto;
}

.com-tw .com-tw-img img {
    width: 100%;
    height: auto;
}

.com-tw .com-tw-tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    overflow: hidden;
    color: #f7cc9b;
    z-index: 2;
}
.com-tw .com-tw-tit a{
    color: #f7cc9b;
}
.com-tw .com-tw-tit:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    z-index: 1;
}

.com-tw .com-tw-tit span {
    position: relative;
    z-index: 3;
}

.vPlay {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 50px;
    left: 5px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.vPlay img {
    width: 100%;
    height: 100%;
}

.dwda .swiper-slide {
    line-height: 100px;
    text-align: center;
    background: #6116ff;
}

.part {
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

.bigTitle {
    font-size: 19px;
    line-height: 30px;
    overflow: hidden;
    border-bottom: #eaeaea 1px solid;
    padding: 10px;
    font-weight: bolder;
}

.list li {
    font-weight: bolder;
    padding: 10px;
    font-size: 15px;
    line-height: 25px;
    border-bottom: #eaeaea 1px solid;
}

.col {
    padding: 0px 0 5px 0px;
    border-bottom: 1px solid #c69965;
    color: #f29649;
    background: -webkit-gradient(linear, left top, right top, from(rgba(52, 67, 255, 1)), to(rgba(119, 0, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(52, 67, 255, 1) 0%, rgba(119, 0, 255, 1) 100%);
    background: -moz- oldlinear-gradient(left, rgba(52, 67, 255, 1) 0%, rgba(119, 0, 255, 1) 100%);
    background: linear-gradient(to right, rgba(52, 67, 255, 1) 0%, rgba(119, 0, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.col a {
    color: #f29649;
}

.col .c {
    padding: 0 9px;
}

.col .c,
.col .e {
    font-size: 18px;
    height: 14px;
    line-height: 14px;
    font-weight: bold;
    overflow: hidden;
}

.col .e {
    font-family: "Times New Roman";
    border-left: 1px solid #c69965;
    padding: 0 9px;
}

.photobox {
    width: 96%;
    margin: 10px auto 10px;
    overflow: hidden;
}

.photobox li {
    width: 49%;
    float: left;
}

.photobox li+li {
    float: right;
}

.footer {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0;
    margin-top: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(52, 67, 255, 1)), to(rgba(119, 0, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(52, 67, 255, 1) 0%, rgba(119, 0, 255, 1) 100%);
    background: -moz- oldlinear-gradient(left, rgba(52, 67, 255, 1) 0%, rgba(119, 0, 255, 1) 100%);
    background: linear-gradient(to right, rgba(52, 67, 255, 1) 0%, rgba(119, 0, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}