* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
}

body a:hover {
    text-decoration: none;
}

html {
    font-style: "微软雅黑";
}


/*头部*/

.header {
    width: 1200px;
    margin: 25px auto;
    overflow: hidden;
    height: 60px;
    position: relative;
    /* display: flex;
    justify-content: space-between; */
}

.header span {
    /* display: inline-block; */
    float: left;
}

.header a {
    float: right;
}

input:focus {
    outline: none;
}

.header .kuang {
    position: absolute;
    width: 350px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* height: 40px; */
    /* margin-left: 40px; */
    overflow: hidden;
}

.header .kuang input {
    float: left;
    width: 280px;
    height: 40px;
    border: 2px solid #eb6117;
    padding-left: 13px;
}

.header .kuang form {
    overflow: hidden;
}

.header .kuang p {
    font-size: 12px;
    color: #7e7e7e;
    padding-top: 3px;
}

.header .kuang p a {
    font-size: 12px;
    color: #7e7e7e;
    float: inherit;
}

.header .kuang p a:hover {
    color: #eb6117;
}

.header .kuang button {
    float: left;
    outline: none;
    width: 69px;
    border: 0;
    line-height: 40px;
    background-color: #eb6117;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.scout {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.scout form {
    width: 100%;
}

.scout input {
    width: 760px;
    height: 42px;
    border: 1px solid #cccccc;
    font-size: 14px;
    outline: none;
    padding-left: 15px;
    margin-bottom: 6px;
}

.scout span {
    font-size: 12px;
    color: #adadad;
}

.scout button {
    width: 110px;
    height: 42px;
    background-color: #5d1c87;
    border: 0;
    font-size: 16px;
    color: #fff;
    outline: 0;
}

.scout select {
    height: 42px;
    outline: none;
    width: auto;
    padding: 0 2%;
    margin: 0;
    border: 1px solid #cccccc;
}

.header .phone {
    font-size: 28px;
    color: #eb6117;
    font-weight: bold;
}

.header .phone img {
    margin-right: 6px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.nav {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.nav>li {
    display: inline-block;
    font-size: 20px;
    width: 190px;
    height: 50px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    /* margin-bottom: 10px; */
    text-align: center;
}

.nav li .menu {
    position: absolute;
    display: none;
    list-style: none;
    font-size: 16px;
    text-align: center;
    left: 0px;
    box-shadow: 0 3px 3px 3px rgba(17, 17, 17, 0.1);
}

.nav li .menu tr:nth-child(1) {
    font-weight: bold;
}

.nav li .menu tr td a:hover,
.nav li .menu1 li a:hover {
    color: #5d1c87;
}

.nav li .menu tr td {
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 1);
    width: 288px;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.nav li .menu tr td a {
    color: #111;
}

.nav li:hover .menu {
    display: block;
}

.nav li .menu1 {
    position: absolute;
    display: none;
    list-style: none;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 3px 3px 3px rgba(17, 17, 17, 0.1);
}

.nav li .menu1 {}

.nav li .menu1 li {
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 1);
    width: 190px;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.nav li .menu1 li a {
    color: #111;
}

.nav li:hover .menu1 {
    display: block;
}

.nav>li>a {
    padding: 0px 0;
    line-height: 30px;
    height: 50px;
    width: 100%;
    font-size: 20px;
    color: #111;
    font-weight: normal;
    transition: border-bottom 0.4s;
    display: block;
    margin: 0 auto;
}

.nav>li>a.active {
    background-color: #fff;
    color: #5d1c87;
    border-bottom: 3px solid #5d1c87;
}

.nav>li>a:hover {
    background-color: #fff;
    border-bottom: 3px solid #5d1c87;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.met-nav {
    position: relative;
    width: 100%;
    height: 60px;
}

.nav>li {
    position: static;
}

.container {
    position: static;
}

.small-nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f6f6f6;
}

.sn-item {
    width: 1200px;
    margin: 0 auto;
}

.sn-item a {
    color: #666666
}

.details {
    width: 1200px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}

.details h2 {
    color: #5d1c87;
    font-size: 28px;
}

.details hr {
    height: 2px;
    background-color: #ebebeb;
}

.sp-item {
    width: 380px;
    float: left;
    position: relative;
}

.sp-item .shang {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 50px;
    background-color: #5d1c87;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    user-select: none;
}

.sp-item .xia {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 50px;
    background-color: #5d1c87;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    user-select: none;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 300px;
    width: 380px;
}

.gallery-thumbs {
    height: 72px;
    width: 250px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    width: 52px !important;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #5d1c87;
}

.details .table {
    width: 780px;
    float: right;
}

.details .table tr td {
    border-top: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 50px;
    width: 420px;
}

.details .table tr #guig span {
    display: inline-block;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #eb6117;
    margin-left: 22px;
    cursor: pointer;
}

.details .table tr #guig .select {
    background-color: #eb6117;
    color: #fff;
}

.details .table tr td span {
    color: #7e7e7e;
    padding-left: 30px;
    font-weight: normal;
}

.details .table tr td .coupon {
    /* display: inline-block; */
    width: 68px;
    float: left;
    height: 36px;
    background-color: #eb6117;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 36px;
    padding-left: 0 !important;
    margin-left: 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.details .table tr td .jiage {
    float: left;
    color: #333;
    padding-left: 0;
    line-height: 36px;
    font-weight: bold
}

.details .table tr td .money {
    /* display: inline-block; */
    width: 178px;
    float: left;
    height: 36px;
    border: 1px solid #eb6117;
    padding-left: 0 !important;
    text-align: center;
    line-height: 33px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #eb6117
}

.details .table tr td a {
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}

#tabs {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

#tabs li {
    float: left;
    margin: 0 .5em 0 0;
    cursor: pointer;
}

#tabs .lis a:hover {
    background-color: #5d1c87;
}

#tabs a {
    position: relative;
    /* background: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fff, #ddd);
    background-image: -moz-linear-gradient(top, #fff, #ddd);
    background-image: -ms-linear-gradient(top, #fff, #ddd);
    background-image: -o-linear-gradient(top, #fff, #ddd);
    background-image: linear-gradient(to bottom, #fff, #ddd); */
    padding: .7em 3.5em;
    float: left;
    text-decoration: none;
    color: #444;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, .8); */
    /* -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0; */
    /* -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .4); */
    /* -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4) */
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
    background: #fff
}

#tabs a:focus {
    outline: 0
}

#tabs a::after {
    /* content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: -.5em;
    bottom: 0;
    width: 1em;*/
    /* background: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fff, #ddd);
    background-image: -moz-linear-gradient(top, #fff, #ddd);
    background-image: -ms-linear-gradient(top, #fff, #ddd);
    background-image: -o-linear-gradient(top, #fff, #ddd);
    background-image: linear-gradient(to bottom, #fff, #ddd); */
    /* -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .4); */
    /*-webkit-transform:skew(10deg);-moz-transform:skew(10deg);-ms-transform:skew(10deg);-o-transform:skew(10deg);transform:skew(10deg);*/
    /* -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0 */
}

#tabs #current a,
#tabs #current a::after {
    background: #5d1c87;
    z-index: 3;
    color: #fff
}

#content {
    border: 1px solid #cccccc;
    background: #fff;
    padding: 2em;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    word-break:break-all;
    /* -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5) */
}

#content h2,
#content h3,
#content p {
    margin: 0 0 15px
}

#about {
    color: #999
}

#about a {
    color: #eee
}

#content h4 {
    font-size: 16px;
    font-weight: bold;
}

#content p {
    text-indent: 2em;
}

#content .tltle {
    text-indent: 1em;
}

#content .content {
    width: 90%;
    text-indent: 0;
    margin-left: 2.5%;
}

#content .table {
    width: 916px;
}

#content .table tr td {
    width: 25%;
    border: 1px solid #dddddd;
}

#content i {
    font-style: normal;
}

#content b {
    display: block;
    font-size: 16px;
    color: #5d1c87;
    margin-top: 30px;
}

#content li {
    text-indent: 2em;
}

.xg {
    width: 1200px;
    margin: 0 auto;
}

.xg h2 {
    font-weight: bold;
    color: #5d1c87;
    margin-top: 69px;
    margin-bottom: 36px;
    font-size: 24px;
}

.xg a {
    text-decoration: underline;
    color: #111;
    display: block;
    margin-top: 15px
}

.footer {
    width: 100%;
    height: 340px;
    margin-top: 30px;
    background-color: #282828;
    overflow: hidden;
}

.footer .table-responsive {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.footer .table-responsive .table tr td a {
    font-size: 14px;
    color: #aaaaaa;
}

.footer .table-responsive .table tr td a {
    font-size: 14px;
    color: #aaaaaa;
    transition: .5s;
}

.footer .table-responsive .table tr td a p {
    display: inline;
}

.footer .table-responsive .table tr td a:hover {
    color: #fff;
}

.footer .table-responsive .table tr td {
    height: 50px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: none;
}

.footer .table-responsive .table tr:nth-child(1) td a {
    font-size: 18px;
    display: block;
}

.footer .table-responsive .table tr td:nth-child(1) a img {
    margin-right: 10px;
    line-height: 50px;
}

.footer .table-responsive .table tr:nth-child(1) td:after {
    content: "";
    width: 24px;
    height: 2px;
    background: #5d1c87;
    display: block;
}

.f-list {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #aaaaaa;
    background: #222222;
}

element.style {}

.f-list {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #aaaaaa;
    background: #222222;
}

p {
    margin: 0 0 0px;
}

.flexbox {
    position: fixed;
    right: 20px;
    bottom: 50px;
    background-color: #fff;
    width: 60px;
    height: 122px;
    z-index: 999;
}

.flexbox div {
    background-color: #eb6117;
    width: 60px;
    height: 60px;
}

.flexbox div a img {
    display: inline-block;
    text-align: center;
}

.flexbox div:last-child {
    margin-top: 2px;
}