body {
    padding-top: 60px;
}
.bgIndex{
    background:#202020;
    color: #909090;
}
.bgIndex a{
    color: #909090;
}
.sub-join-fluid{
    background:#fafafa;
}
.container {
    width: 1200px;
    margin: 0px auto;
}

.main-more a,
.product-item,
.product-item .img img,
.product-item .info,
.sub-product-item,
.sub-product-item .img img,
.sub-product-item .info,
.product-titlist ul li,
.product-titlist ul li span,
.product-titlist ul li span::after,
.product-item .info::after,
.sub-product-item .info::after,
.news-item,
.about-more a,
.more3,
.fenge-list .fenge-item img {
    transition: all .36s ease;
}

.header-fluid {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 0px;
    z-index: 1000;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    background: #fff;
    box-shadow: 0px 0px 8px #999;
}

.header {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo img {
    height: 40px;
    display: block;
}

.navbar .nav>ul {
    display: flex;
}

.navbar .nav>ul>li {
    width: 130px;
}

.navbar .nav>ul>li>a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    /* color: #f0f0f0; */
    color: #333;
}

.navbar .nav>ul>li>a:hover {
    color: #eacf92;
}


.banner-fluid {
    position: relative;
    width: 100%;
}
.banner-fluid img.pc{
    display: block;
    width:100%;
}
.banner-fluid img.mobile{
    display: none;
    width:100%;
}
.sub-banner img {
    display: block;
    width: 100%;
}

.banner {
    width: 100%;
}

#banner {
    position: relative;
}

.banner-wraper .item {
    width: 100%;
    height: 100%;
}

.banner-wraper a {
    display: block;
}

.banner-wraper .img {
    width: 100%;
}

.banner-wraper .img img {
    display: block;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background: rgba(233, 195, 73, 0.664)
}

.numberscrolling {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.number-item {
    width: 180px;
    color: #eacf92;
}

.number-item .number {
    font-size: 50px;
}

.number {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    line-height: 58px;
    font-size: 40px;

}

.num-add {
    align-items: center;
    font-size: 40px;
    padding-right: 10px;
    min-width: 1px;
    height: 58px;
    position: relative;
}

.num-add span {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 34px;
}

.number-title {
    font-size: 24px;
    margin-top: 10px;
}


/* 产品中心 */
.index-title-fluid {
    /* border-bottom: 1px solid rgba(255, 255, 255, .06); */
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* .index-title-fluid::after {
    content: "";
    position: absolute;
    width: 200vw;
    left: 50%;
    margin-left: -100vw;
    height: 1px;
    background: rgba(255, 255, 255, .06);
    top: 61px;
    z-index: -1;
} */

.index-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-title-tit {
    display: flex;
}

.index-title-tit .title {
    font-size: 30px;
    color: #f0f0f0;
    margin-right: 10px;
    line-height: 30px;
}

.index-title-tit .title::after {
    content: " ";
    width: 120px;
    height: 2px;
    display: block;
    margin-top: 30px;
    background-color: #f0cd70;
}

.index-title-tit .english {
    color: #6e6e6e;
    font-size: 17px;
    text-transform: uppercase;
    font-family: sans-serif;
}


.index-title .titmore {
    text-transform: uppercase;
}

.index-title .titmore i.iconfont {
    margin-left: 5px;
}

.index-title .titmore:hover {
    color: #f0cd70;
}

.product-fluid {
    background-image: url(../images/bg02.jpg);
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom:1px solid rgb(60,60,60);
}

.product-tit {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
}

.product {
    width: 100%;
}

.product-titlist {
    width: 100%;


}

.productListBox {
    width: 100%;
}

.product-titlist ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

.product-titlist ul li {
    width: 150px;
    margin: 10px;
}

.product-titlist ul li span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 45px;
    color: #222;
    background: #f0cd70;
    cursor: pointer;
    position: relative;
}

.product-titlist ul li.active span {
    background: #c28f46;
    color: #fff;
}

.product-titlist ul li.active span::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #c28f46;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;

}

.product-list {
    flex-wrap: wrap;
    display: flex;
    margin-top: 30px;

}

.product-item {
    width: calc(100%/3 - 12px);
    margin-bottom: 15px;
    margin-right: 15px;
}

.sub-product-item {
    width: calc(100%/3 - 20px);
    margin-bottom: 30px;
    margin-right: 30px;
}

.product-item:nth-of-type(3n),
.sub-product-item:nth-of-type(3n) {
    margin-right: 0px;
}

.product-item a,
.sub-product-item a {
    display: block;
    width: 100%;
    position: relative;
}

.product-item .img,
.sub-product-item .img {
    display: block;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 3px #ddd;
}

.product-item .img img,
.sub-product-item .img img {
    display: block;
    width: 100%;
}

.product-item:hover .img img,
.sub-product-item:hover .img img {
    transform: scale(1.1);
}

.product-item .info,
.sub-product-item .info {
    padding: 24px 20px;
    text-align: center;
    position: relative;
}

.product-item .info::after,
.sub-product-item .info::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #f0cd70;
    visibility: hidden;
    opacity: 0;
}

.product-item:hover .info::after,
.sub-product-item:hover .info::after {
    visibility: visible;
    opacity: 1;
}

.product-item .title {
    font-size: 18px;
    color: #f0f0f0;
}
.sub-product-item .title{
 font-size: 18px;
    color: #333;
}
.product-item .type,
.sub-product-item .type {
    font-size: 13px;
    transition: all 0.36s ease;
    color: #777;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    margin-top: 3px;
}

.product-list {
    display: none;
    visibility: hidden;
}

.product-list.active {
    display: flex;
    visibility: visible;
}

.product-item:hover .info {
    transform: translateY(-10px);
}

.product-item:hover .info .title {
    color: #f0cd70;
}

.home-flex {
    display: flex;
    justify-content: space-between;
}

.main-title {
    width: 200px;
    display: flex;
    flex-direction: row-reverse;
    padding-right: 70px;
}

.home-box {
    width: calc(100% - 200px);
}

.main-title .title {
    font-size: 22px;
    display: block;
    line-height: 27px;
    margin: 0;
    text-align: left;
    color: rgba(255, 255, 255, .7);
    writing-mode: vertical-rl;
}

.main-title .english {
    display: inline-block;
    writing-mode: vertical-rl;
    color: rgb(255, 255, 255);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 55px;
    font-size: 54px;
    text-align: left;
    text-transform: uppercase;
}

.main-more {
    display: block;
    width: 240px;
    line-height: 50px;
    margin: 50px auto 0px;
}

.main-more a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #dedede;
    line-height: 48px;
    border: 1px solid rgba(170, 170, 170, .2);
    text-align: center;
    position: relative;
}

.main-more a:hover {
    border-color: #f2cb62;
    color: #f2cb62;
}



.about-fluid {
    background-image: url(../images/bg-about.jpg);
    height: 750px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgb(60,60,60);
}

.about {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-img {
    width: 500px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: translateX(60px);
    overflow: hidden;
}

.about-img img {
    display: block;

}

.about-content {
    width: 750px;
}

.about-title {
    color: #fff;
}

.about-title .title a {
    font-size: 30px;
    font-weight: 100;
    line-height: 1.8;
    color: #ffe2d3;
}

.about-title .eng {
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
}

.about-des {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    max-height: 288px;
}

.about-des p {
    margin-bottom: 20px;
}

.about-more {
    display: block;
    width: 200px;
    line-height: 40px;
    margin-top: 50px;
}

.about-more a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #dedede;
    border: 1px solid rgba(170, 170, 170, .2);
    text-align: center;
    position: relative;
}

.about-more a:hover {
    border-color: #f0cd70;
    color: #f0cd70;
}

/* 加盟优势 */
.join-fluid {
    background-image: url(../images/bg-join.jpg);
    height: 750px;
    border-bottom: 1px solid rgb(60,60,60);
    background-position: center center;
    background-size: cover;
}

.join-word {
    font-size: 16px;
    line-height: 1.8;
}

.join-img {
    width: 100%;
    margin-top: 30px;
}

.join-img img {
    display: block;
    width: 100%;
}

.join-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.join-item {
    width: 23%;
    margin-bottom: 30px;
}

.join-item img {
    display: block;
    width: 100%;
}

.advantage {
    float: right;
    width: 350px;
}

.advantage .btn a {
    text-align: center;
    margin-bottom: 30px;
    float: left;
}

.advantage .btn a.btn1 {
    width: 140px;
    height: 45px;
    line-height: 45px;
    background: #c28f46;
    background: linear-gradient(90deg, #f0cd70 0%, #c28f46 100%);
    border-radius: 45px;
    color: #fff;
    cursor: pointer;
    margin-right: 45px;
    display: block;
}

.advantage .btn a.btn2 {
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 3px 18px 0px rgba(184, 184, 184, 0.21);
}

.advantage-box {
    width: 350px;
    background: white;
    box-shadow: 0px 0px 18px 0px rgba(140, 140, 140, 0.14);
    border-radius: 5px;
    position: relative;
    padding-bottom: 20px;
}

.advantage-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding: 25px 0;
    text-align: center;
}

.advantage-des {
    font-size: 14px;
    color: #666666;
    padding: 0 27px;
    line-height: 25px;
    text-indent: 2em;
    height: 50px;
    overflow: hidden;
}

.advantage-list {
    padding: 20px;
}

.advantage-list dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.advantage-list dl dt {
    width: 60px;
    height: 60px;
    background: #f0cd70;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advantage-list dl dd {
    width: calc(100% - 80px);
}

.advantage-list dl dd .tit {
    font-size: 18px;
    color: #222;
}

.advantage-list dl dd .des {
    font-size: 12px;
    line-height: 21px;
}

.more3 {
    text-align: center;
    width: 140px;
    height: 35px;
    line-height: 35px;
    background: #f5ba67;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    margin: 0px auto;
    display: block;
}

.more3:hover {
    background-color: #c28f46;
    border-radius: 20px;
}

.more4 {
    width: 400px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    background: #33cbcc;
    color: #fff;
    border-radius: 25px;
    transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    -moz-transition: all 0.36s ease;
    -ms-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    display: block;
    margin: 20px auto;
}

.more4:hover {
    background: #fe7c04;
    border-radius: 25px;
}

.more5 {
    width: 400px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    background: #fff;
    color: #333;
    border-radius: 25px;
    transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    -moz-transition: all 0.36s ease;
    -ms-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    margin: 20px auto;
    display: block;
}

.more5:hover {
    background: #f0cd70;
    border-radius: 25px;
}

.fenge-fluid {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    margin-top: -205px;
    padding: 20px 0px;
}

.fenge-list {
    display: flex;
}

.fenge-list .fenge-item {
    width: 25%;
    text-align: center;
    cursor: pointer;
}

.fenge-list .fenge-item:hover img {
    transform: rotate(360deg);
}

.fenge-list .fenge-item .word {
    text-align: center;
    padding: 15px 0px;
}

.fenge-list .fenge-item .word .t {
    font-size: 20px;
    color: #fff;
}

.fenge-list .fenge-item .word .d {
    font-size: 14px;
    color: #eee;
    line-height: 30px;
    text-transform: uppercase;
}

/* 新闻中心 */
.news-fluid {
    background-image: url(../images/bg03.jpg);
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
}

.news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .news-l {
    width: 640px;
}

.news .news-r {
    width: 540px;
}

.news-item {
    padding: 20px;
    background-color: #f7f7f7;
    position: relative;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 10px;
}

.news-item a {
    display: block;
}

.news-item:hover {
    background-color: rgba(12, 12, 12, 0.7);
}

.news-item .news-img {
    width: 100%;
    height: 292px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-bottom: 20px;
}

.news-item .news-info {
    height: 54px;
}

.news-item .news-info .date {
    float: left;
    width: 75px;
    color: #999;
    position: relative;
    font-size: 12px;
    line-height: 22px;
}

.news-item .news-info .date .md {
    font-size: 18px;
}

.news-item .news-info .date .md::after {
    content: "";
    width: 37px;
    height: 1px;
    display: block;
    background-color: rgba(0, 0, 0, 0.07);
    margin-bottom: 1px;
    margin-top: 3px;
}

.news-item .news-info .date .year {
    font-size: 13px;
    display: block;
    margin-left: 3px;
    color: rgba(0, 0, 0, 0.41);
}

.news-item .news-info .word {
    float: left;
    width: calc(100% - 75px);
}

.news-item .news-item::after {
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* z-index: 0; */
    transform: scaleY(0);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transform-origin: top;
    transition-delay: 0s !important;
}

.news-item .news-info .word .title {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    color: #7b7b7b;
    transition: all .3s ease 0s;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-item:hover .news-info .word .title {
    color: #c28f46;
}

.news-item .news-info .word .des {
    color: #afafaf;
    line-height: 25px;
    height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-item:hover .news-info .date .md::after {
    background: rgba(255, 255, 255, .07);
}

.news-item:hover .news-info .date .year {
    color: rgba(255, 255, 255, .41);
}

.footer-nav {
    border-bottom: 1px solid #272727;
    background: #202020;
    border-top: 1px solid #272727;
}

.footer-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.footer-nav ul li {
    width: calc(100%/6);
    text-align: center;
}

.footer-nav ul li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 45px;
    color: #909090;
    font-size: 15px;
}

.footer-nav ul li a:hover {
    color: #eacf92;
}

.footer-fluid {
    background: #1a1a1a;
}

.footer {
    padding: 15px 0px;
}
.footer-logo a{
    font-size:32px;
    color:#909090;
    text-align: center;
}
.footer-logo a p{
    font-size:28px;
}
.footer-logo a span{
    font-size:16px;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'Times New Roman', Times, serif;
}
.footer-logo img {
    display: block;
    height: 100px;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-info ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 30px;
    color:#909090;
    line-height: 30px;
    font-size: 15px;
}

.footer-info ul li img {
    position: absolute;
    left: 0px;
    top: 5px;
    height: 20px;
}

.footer-info ul li span {
    font-size: 15px;
}

.footer-ewm img {
    display: block;
    width: 85px;
    margin: 0px auto;
}

.footer-ewm p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #909090;
}

.footer-bottom {
    line-height: 35px;
    font-size: 12px;
    color: #909090;
    text-align: center;
    background: #202020;
}
.footer-bottom a{
    color:#909090;
}
/* 侧边栏 */
.form .item {
    display: flex;
}

.form label {
    display: block;
    flex: 1;
    height: 51px;
    background-color: #9FA0A0;
    margin-bottom: 11px;
    padding: 10px 20px;
}

.form label+label {
    margin-left: 10px;
}

.form label.code {
    background-color: transparent;
    min-width: calc(50% - 5px);
    padding: 0;
}

.form label.code>div {
    width: 180px;
    height: 51px;
}

.form input[type=text],
.form select {
    background: none;
    font-size: 16px;
    border: none;
    width: 100%;
    height: 100%;
    line-height: 30px;
    outline: 0;
}

.form input::-webkit-input-placeholder,
.form select::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #F7F8F8;
}

.form input:-moz-placeholder,
.form select:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #F7F8F8;
}

.form input::-moz-placeholder,
.form select::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #F7F8F8;
}

.form input:-ms-input-placeholder,
.form select:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #F7F8F8;
}

.form input {
    color: #F7F8F8;
}

.form label {
    position: relative;
}

.form label select {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form label select+span {
    display: block;
    color: #F7F8F8;
    font-size: 16px;
    line-height: 30px;
    background: url("../images/sj.png") no-repeat center right;
    background-size: 1em;
}

.form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/sj.png") no-repeat center right;
}

.form button {
    display: block;
    width: 100%;
    height: 51px;
    background-color: #C9A063;
    color: #f7f8f8;
    font-size: 20px;
}

.contact-fix {
    position: fixed;
    width: 200px;
    top: calc(50% - 160px);
    right: 0;
    z-index: 10000;
}

.contact-fix .contact-zx {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.contact-fix .contact-zx img:nth-child(1) {
    position: relative;
    z-index: 1;
}

.contact-fix .contact-zx img:nth-child(2) {
    position: absolute;
    top: 30px;
    right: 0;
}

.contact-fix .contact-form {
    width: 100%;
    background-color: #2b2e35;
    padding-top: 26px;
}

.contact-fix .contact-form .form .contact-form-item {
    display: flex;
    padding: 0 15px;
}

.contact-fix .contact-form .form label {
    height: 34px;
    background-color: transparent;
    background-position: 9px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #7A7878;
    border-radius: 6px;
    padding: 6px 9px;
    box-sizing: border-box;
}

.contact-fix .contact-form .form label input {
    font-size: 14px;
    color: #AFAFB0;
    background: transparent;
}

.contact-fix .contact-form .form label.name {
    padding-left: 35px;
    background-image: url(../images/r.png);
}

.contact-fix .contact-form .form label.phone {
    padding-left: 35px;
    background-image: url(../images/p.png);
}

.contact-fix .contact-form .form label select+span {
    font-size: 14px;
    line-height: 18px;
}

.contact-fix .contact-form .form button {
    width: calc(100% - 40px);
    height: 34px;
    font-size: 14px;
    border-radius: 6px;
    margin: 0 22px 10px;
}

.contact-fix .contact-tel {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-top: 1px solid #7A7878;
    padding: 0 15px;
    color: #EFEFEF;
}

.contact-fix .contact-tel a {
    display: flex;
    align-items: center;
    color:#909090;
}

.contact-fix .contact-tel img {
    display: block;
    width: 20px;
    margin: 0 10px;
}

.contactFix-bottom {
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.contactFix-bottom .back-top {
    background: #5f636b;
}

.contact-close {
    padding: 5px;
    cursor: pointer;
}

.contact-close img {
    display: block;
    width: 30px;
    margin: 10px auto;
}

.openContact {
    position: fixed;
    bottom: calc(50% - 200px);
    right: -300px;
    background: #C9A063;
    display: flex;
    align-items: center;
    padding: 3px 10px 3px 5px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

.openContact img {
    height: 25px;
}

.crumbs-fluid {
    background: #ececec;
}

.crumbs {
    width: 1200px;
    margin: 0px auto;
    padding: 10px 0px;
    color: #909090;
    font-size: 12px;
}
.crumbs a{
    color: #909090;
}
.crumbs a:hover {
    color: #c28f46;
}

.sub-product-titlist {
    margin-top: 30px;
}

.sub-product-titlist ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sub-product-titlist ul li {
    margin: 15px;
    width: 150px;
}

.sub-product-titlist ul li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 45px;
    color: #222;
    background: #f0cd70;
    cursor: pointer;
    position: relative;
}

.sub-product-titlist ul li.active a,
.sub-product-titlist ul li a:hover {
    background: #c28f46;
    color: #fff;
}

.sub-product {
    padding: 30px 0px;
}

.sub-product-list {
    display: flex;
    flex-wrap: wrap
}

.pages {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.pages a,
.pages span {
    display: inline-block;
    padding: 0px 8px;
    height: 27px;
    line-height: 25px;
    margin: 0 2px 0 2px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #6e6e6e;
    min-width: 25px;
}

.pages span,
.pages a:hover {
    background: #c28f46;
    color: #fff;
}

.sub-product-detail {
    padding: 35px 0px;
}

.sub-title {
    text-align: center;
    margin-bottom: 30px;
}

.sub-title .title {
    font-size: 24px;
    color: #333;
}

.sub-title p {
    font-size: 15px;
    color: #666;
    margin-top: 10px;
}

.sub-content {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 5px #999;
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.sub-content img {
    max-width: 100%;
}

.sub-news-list {
    display: flex;
    flex-wrap: wrap;
}

.sub-news-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
    
}

.sub-news-item a {
    padding-right: 30px;
    display: block;
    width: 100%;
    transition: .36s ease;
    -webkit-transition: .36s ease;
    -moz-transition: .36s ease;
    -ms-transition: .36s ease;
    -o-transition: .36s ease;
    position: relative;

}

.sub-news-item a:hover {
    box-shadow: 0 4px 30px rgba(0, 0, 0, .16);
    background: rgba(207, 207, 207, 0.2);
}

.sub-news-item .img {
    width: 200px;
    float: left;
    overflow: hidden;
}

.sub-news-item .img img {
    width: 100%;
    height: 130px;
    transition: .36s ease;
    -webkit-transition: .36s ease;
    -moz-transition: .36s ease;
    -ms-transition: .36s ease;
    -o-transition: .36s ease;
}

.sub-news-item a:hover .img img {
    transform: scale(1.1);
}

.sub-news-item .info {
    float: left;
    width: calc(100% - 200px);
    padding-left: 30px;
    padding-top: 15px;
    position: relative;
    padding-right: 150px;
}

.sub-news-item .info .title {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    margin-bottom: 10px;
}

.sub-news-item .info .des {
    width: 100%;
    line-height: 26px;

    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.sub-news-item .info .date {
    position: absolute;
    right: 0px;
    top: 35px;
    width: 120px;
    height: 60px;
    font-size: 12px;
    border-left: 1px #acacac solid;
    padding-left: 30px;
    color: #acacac;
}

.sub-news-item .info .date .md {
    font-size: 16px;
    /* display: none; */
    text-align: right;
    display: block;
}

.sub-news-item .info .date .year {
    font-size: 30px;
    display: block;
    line-height: 60px;
    text-align: right;
}

.sub-news-item:hover .info .title {
    color: #C9A063;
}

.sub-newsDetail {
    padding: 40px 0px;
}

.sub-newscontent {
    font-size: 16px;
    line-height: 1.8;
    color:#666;
}

.sub-link {
    margin-top: 25px;
    padding: 10px 0px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.sub-link p {
    color:#333;
    font-size: 14px;
}
.sub-link p a{
    color:#333;
}
.sub-link p a:hover {
    text-decoration: underline;
    color: #C9A063;
}

/* 联系我们 */
.sub-contactDetail {
    padding: 40px 0px;
}

.sub-contact-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: solid 6px #C9A063;
    padding-left: 10px;
    line-height: 30px;
    color:#333;
}

.sub-contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-box1 ul {
    padding-left: 30px;
}

.contact-box1 ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
}
.contact-box1 ul li a{
    color:#909090;
}
.sub-contact-ewm {
    text-align: center;
}

.sub-contact-ewm img {
    display: block;
    width: 110px;
}

.contact-box2 {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding-top: 20px;
}

.sub-titlList,.sub-titlList1 {
   padding-top: 30px;
}
.sub-titlList1.fixed{
    position: fixed;
            top: 60px;
            left: 0px;
            width: 100%;
            background: rgba(0, 0, 0, 0.6);
            padding-top:0px;
}
.sub-titlList ul,.sub-titlList1 ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-titlList ul li{
    width: 150px;
    margin: 15px;
    position: relative;
}
.sub-titlList1 ul li{
    width: 150px;
    margin: 15px 0;
    position: relative;
}
.sub-titlList ul li a,.sub-titlList1 ul li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
}
.sub-titlList1 ul li a{
    color:#333;
}
.sub-titlList1.fixed ul li{
    margin:0 15px;
}
.sub-titlList1.fixed ul li a{
    color:#fff;
}
.sub-titlList ul li a::after,.sub-titlList1 ul li a::after {
    content: " ";
    width: 120px;
    height: 2px;
    display: block;
    margin-top: 30px;
    background-color: #f0cd70;
    width: 0px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -40px;
}
.sub-titlList1 ul li a::after{
    background-color: #8c6226;
}
.sub-titlList ul li a.active,
.sub-titlList ul li:hover a{
    color: #f0cd70;
}
.sub-titlList1 ul li a.active,
.sub-titlList1 ul li:hover a {
    color: #8c6226;
}
.sub-titlList1.fixed ul li a.active,
.sub-titlList1.fixed ul li:hover a{
    color: #f0cd70;
}
.sub-titlList ul li a.active::after,
.sub-titlList ul li:hover a::after ,
.sub-titlList1 ul li a.active::after,
.sub-titlList1 ul li:hover a::after{
    width: 80px;
}
.sub-titlList1.fixed ul li a::after,
.sub-titlList1.fixed ul li a::after{
     background-color: #f0cd70;
}
.sub-titlList1.fixed ul li a.active{
    color: #f0cd70;
}
.sub-titlList1.fixed ul li a.active::after,
.sub-titlList1.fixed ul li a.active::after{
    width:80px;
}
.sub-join-title {
    text-align: center;
}

.sub-join-item {
    display: none;
}

.sub-join-item.active {
    display: block;
}

.bottoming {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #c4934e;
    display: none;
}

.bottoming ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bottoming ul li {
    width: 25%;
    text-align: center;
}

.bottoming ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    color: #fff;
}

.bottoming ul li a i.iconfont {
    display: block;
    font-size: 20px;
}

.bottoming ul li a span {
    display: block;
    font-size:12px;
}
.daohang{
    display: none;
}
.iw_poi_title {
            color: #CC5522;
            font-size: 14px;
            font-weight: bold;
            overflow: hidden;
            padding-right: 13px;
            white-space: nowrap
        }

        .iw_poi_content {
            font: 12px arial, sans-serif;
            overflow: visible;
            padding-top: 4px;
            white-space: -moz-pre-wrap;
            word-wrap: break-word
        }
.forminput{
	width: calc(100% - 40px);
    height: 34px;
    font-size: 14px;
    border-radius: 6px;
    margin: 0 22px 10px;
    display: block;
    background-color: #C9A063;
    color: #f7f8f8;
}