 .head {
     background: #242424;
     height: 60px;
 }

 .nav {
     line-height: 60px;
     display: inline-block;
     position: relative;
 }

 .nav .a1 {
     font-size: 14px;
     color: #fff;
     display: block;
 }

 .nav .a1:hover {
     color: #ffd385;
 }

 .nav .cur {
     font-size: 14px;
     color: #ffd385;
 }

 .nav .yqxz {
     position: absolute;
     top: 60px;
     width: 386px;
     height: 134px;
     background: rgb(255, 255, 255);
     border-radius: 8px;
     left: 0px;
     transition: all 0.16s linear 0s;
     box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px 0px;
     z-index: 9999;
     display: none;
 }

 .nav .yqxz:before {
     content: "";
     position: absolute !important;
     top: -10px;
     right: auto;
     bottom: auto;
     left: 48%;
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 10px solid #fff;
 }

 .nav .kfwd {
     position: absolute;
     top: 60px;
     width: 386px;
     height: 134px;
     background: rgb(255, 255, 255);
     border-radius: 8px;
     left: 0px;
     transition: all 0.16s linear 0s;
     box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px 0px;
     z-index: 9999;
     display: none;
 }

 .nav .kfwd:before {
     content: "";
     position: absolute !important;
     top: -10px;
     right: auto;
     bottom: auto;
     left: 48%;
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 10px solid #fff;
 }

 .nav #yqxz:hover .yqxz {
     display: block;
 }

 .home-da {
     padding-top: 500px;
 }


 .home-da .btns-list>div {
     display: inline-block;
     padding: 0 32px;
     text-align: left;
     margin-bottom: 17px;
 }

 .home-da .btn-item {
     position: relative;
     /* overflow: hidden; */
 }

 .home-da .btns {
     margin: 0 auto;
 }

 .home-da .btns div {
     float: left;
     height: 49px;
     line-height: 49px;
     transition: .1s;
     -webkit-transition: .1s;
 }

 .home-da .btns a>div:nth-child(1) {
     background: url(/v1/img/download_btn_l.png) no-repeat;
     width: 11px;
     background-size: auto 49px;
 }

 .home-da .btns a>div:nth-child(2) {
     min-width: 190px;
     background: url(/v1/img/download_btn_c.png) repeat-x;
     background-size: auto 49px;
     padding: 0 14px 0 14px;
     color: #632E2F;
 }

 .home-da .btns a>div:nth-child(2) span {
     font-size: 14px;
     color: #632E2F;
     float: left;
 }

 .home-da .btns a>div:nth-child(2) .btn-icon {
     line-height: 48px;
     margin-right: 20px;
     float: left;
     margin-left: 9px;
 }

 .home-da .btns a>div:nth-child(2) .btn-icon img {
     vertical-align: middle;
 }

 .home-da .btns a>div:nth-child(3) {
     background: url(/v1/img/download_btn_r.png) no-repeat;
     width: 9px;
     background-size: auto 49px;
 }

 .home-da .btns a:hover,
 .home-da .km-btn:hover {
     -webkit-filter: brightness(110%);
     filter: brightness(110%);
 }

 .home-da .btns a {
     display: inline-block;
     width: 100%;
     height: 100%;
     position: relative;
 }

 .home-da .btns img {
     vertical-align: middle;
 }

 .home-da .btns-text {
     margin-top: 6px;
     color: #fff;
     font-size: 14px;
     line-height: 32px;
     margin-left: 12px;
 }

 .home-da .km-btn {
     float: right;
     margin-right: 100px;
     cursor: pointer;
     overflow: hidden;
     border-radius: 5px;
 }

 .home-da .km-btn a {
     display: inline-block;
     width: 100%;
     height: 100%;
 }

 .home-da .btns a:active,
 .home-da .km-btn:active {
     -webkit-filter: brightness(100%);
     filter: brightness(100%);
 }

 .home-da .km-btn::before {
     content: url(/v1/img/index_km_btn_a.png);
     height: 80px;
     width: 89px;
     position: absolute;
     top: 0;
     left: -89px;
 }

 .home-da .km-btn:hover::before {
     animation: kmM 1s infinite linear;
 }

 @keyframes kmM {
     0% {
         top: 0;
     }

     100% {
         left: 193px;
     }
 }


 .slide-a .swiper-button-prev,
 .slide-a .swiper-rtl .swiper-button-next {
     margin-top: -20px;
     border-radius: 5px;
     background-color: rgba(68, 68, 68, .5);
     background-size: 100%;
     z-index: 99
 }

 .slide-a .swiper-button-next,
 .slide-a .swiper-rtl .swiper-button-next {
     margin-top: -20px;
     border-radius: 5px;
     background-color: rgba(68, 68, 68, .5);
     background-size: 100%;
     z-index: 99
 }

 .slide-a .swiper-button-next:hover,
 .slide-a .swiper-button-prev:hover {
     background-color: rgba(68, 68, 68, .8);
 }

 .slide-a .swiper-button-next:after,
 .slide-a .swiper-button-prev:after {
     font-family: 'remixicon' !important;
     font-style: normal;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     text-transform: none !important;
     letter-spacing: 0;
     font-variant: initial;
     line-height: 1;
 }

 .slide-a .swiper-button-prev:after,
 .slide-a .swiper-rtl .swiper-button-next:after {
     content: "\ea64";
     color: #fff;
     font-size: 34px;
 }

 .slide-a .swiper-button-next:after,
 .slide-a .swiper-rtl .swiper-button-prev:after {
     content: "\ea6e";
     color: #fff;
     font-size: 34px;
 }

 .hbx1 {
     border: #d2a255 solid 1px;
 }

 .hbx2 {
     border: #e8c583 solid 5px;
 }

 .w550 {
     width: 550px;
 }

 .w650 {
     width: 650px;
 }

 .hbb3 {
     background: #f7f3e7;
 }

 .ht1 {
     color: #ffaf02;
 }

 .hotwz {
     padding-bottom: 18px;
     border-bottom: 1px dashed #D2D1D1;
 }

 .hotwz .tops {
     background: #ff9000;
 }

 .hotwz a:hover .hv1 {
     color: #ff9000;
 }

 .hotwz .hv2 {
     color: #666;
 }

 .hotwz a:hover .hv2 {
     color: #ffb551;
 }

 .w440 {
     width: 440px;
 }

 .news-item {
     width: 100%;
     border-bottom: 1px dashed #D2D1D1;
     color: #5B5B5B;
     font-size: 16px;
     height: 48px;
     line-height: 48px;
 }

 .news-item:hover {
     -moz-box-shadow: 0 2px 6px RGBA(41, 46, 59, .18);
     -webkit-box-shadow: 0 2px 6px RGBA(41, 46, 59, .18);
     box-shadow: 0 2px 6px RGBA(41, 46, 59, .18);
     border-color: RGBA(255, 255, 255, 0);
     /*cursor: pointer;*/
 }

 .news-item p {
     float: left;
     max-width: 480px;
     margin-left: 1px;
 }

 .news-item .news-new {
     /*float: left;*/
     height: 48px;
     line-height: 48px;
 }

 .news-item img {
     vertical-align: middle;
 }

 .news-box a:hover {
     color: #FF9000;
 }

 .news-date {
     float: right;
     width: 80px;
     text-align: center;
 }

 .news-list .ov {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
 }

 .w630 {
     width: 630px;
 }

 .mr35 {
     margin-right: 35px;
 }

 .gxrz .item {
     background: #F8D192;
     margin-bottom: 12px;
     border-radius: 6px;
 }

 .gxrz .item:hover {
     background: #FFAF02;
 }

 .gxrz .item a:hover {
     color: #fff;
 }

 .anli {
     width: 100%;
     height: 100%;
 }

 .anli .swiper-slide {
     text-align: center;
     font-size: 18px;
     background: #fff;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
 }

 .anli .item {
     width: 280px;
     height: 456px;
     background: url(/v1/img/anbg.png) no-repeat;
     background-size: cover;
     padding: 40px 37px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
 }

 .anli .swiper-slide {
     display: block;
     text-align: left;
 }

 .anli .item .title {
     color: #457a78;
 }

 .anli .down-link {
     width: 205px;
     height: 67px;
     cursor: pointer;
     background: url('/v1/img/down-1.png') no-repeat;
     background-size: cover;
 }

 .anli .down-link:hover {
     background: url('/v1/img/down-2.png') no-repeat;
 }

 .anli .swiper-pagination-bullet {
     background: #555;
     width: 16px;
     height: 16px;
     opacity: 1;
 }

 .anli .swiper-pagination-bullet-active {
     background: #FFAF02;
     width: 16px;
     height: 16px;
     opacity: 1;
 }

 .cf5 {
     background: #F5F5F5;
 }

 .kf1 {
     width: 240px;
     height: 469px;
     border-right: 1px solid #e4e7eb;
 }

 .kf1 .title {
     width: 100%;
     height: 50px;
     line-height: 50px;
     font-size: 18px;
     color: #fff;
 }

 .kf1 .content {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     width: 100%;
     position: relative;
     z-index: 1;
 }

 .kf2 {
     width: 560px;
     height: 469px;
     border-right: 1px solid #e4e7eb;
 }

 .kf2 .title {
     width: 100%;
     height: 50px;
     line-height: 50px;
     font-size: 18px;
     color: #fff;
 }

 .kf2 .item {
     width: 279px;
     height: 139px;
     padding-left: 72px;
     border-right: 1px solid #e4e7eb;
     border-bottom: 1px solid #e4e7eb;
     text-align: left;
     display: flex;
     flex-direction: column;
     justify-content: center;
     position: relative;
 }

 .kf2 .item_title {
     padding-left: 34px;
     display: flex;
     align-items: center;
     margin-bottom: 8px;
     color: #000;
     font-weight: bold;
     font-size: 14px;
     justify-content: flex-start;
 }

 .kf2 .itb {
     margin-bottom: 8px;
     display: flex;
     align-items: center;
     margin-left: 15px;
 }

 .kf2 .item:nth-child(2n) {
     border-right: none;
 }

 .kf3 {
     width: 398px;
     height: 469px;
 }

 .kf3 .title {
     width: 100%;
     height: 50px;
     line-height: 50px;
     font-size: 18px;
     color: #fff;
 }

 .kf3 .item {
     width: 100%;
     height: 139px;
     padding-left: 128px;
     border-right: 1px solid #e4e7eb;
     border-bottom: 1px solid #e4e7eb;
     text-align: left;
     display: flex;
     flex-direction: column;
     justify-content: center;
     position: relative;
 }

 .kf3 .item_title {
     padding-left: 34px;
     display: flex;
     align-items: center;
     margin-bottom: 8px;
     color: #000;
     font-weight: bold;
     font-size: 14px;
     justify-content: flex-start;
 }

 .kf3 .itb {
     margin-bottom: 8px;
     display: flex;
     align-items: center;
     margin-left: 15px;
 }


 .yzbb .btx3 {
     border-top: 3px solid #333;
 }

 .yzbb .tbx {
     margin-top: 15px;
     margin-left: 9px;
     margin-right: 7px;
 }

 .yzbb .tbx ul li {
     float: left;
     width: 267.5px;
     margin-right: 30px;
     position: relative;
     margin-bottom: 30px;
 }

 .yzbb .tbx ul li:nth-child(4n) {
     margin-right: 0px;
 }


 .yzbb .tbx a:hover {
     color: #ff9000;
 }

 .yzbb .tbx1 {
     margin-top: 15px;
     margin-left: 9px;
     margin-right: 7px;
 }

 .yzbb .tbx1 ul li {
     float: left;
     width: 267px;
     margin-right: 30px;
     margin-bottom: 30px;
 }

 .yzbb .tbx1 ul li:nth-child(4n) {
     margin-right: 0px;
 }


 .yzbb .tbx1 a:hover {
     color: #ff9000;
 }



 .yzbb .zhans {
     height: 105px;
 }

 .yzbb .zhans .yxzp {
     color: #ffac1e;
 }

 .liyou ul li {
     float: left;
     width: 390px;
     height: 241px;
     margin-right: 15px;
 }

 .liyou ul li:last-child {
     margin-right: 0px;
 }

 .area-row-h {
     height: 90px;
     text-align: center;
     font-size: 45px;
     color: #fff;
     font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
     font-weight: 700;
     background: url('/v1/img/fw1.png') no-repeat bottom;
     margin-bottom: 40px;
     margin-top: 25px;
 }

 .fwa ul {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-gap: 56px
 }

 .fwa ul li {
     width: 361px;
     height: 185px;
     background: url('/v1/img/fw2.png') no-repeat;
     background-size: cover;
     cursor: pointer;
     padding: 35px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-transition: all .6s;
     transition: all .6s;
 }

 .fwa ul li .item {
     padding-left: 78px;
 }

 .fwa ul li .item .title {
     height: 26px;
     font-size: 20px;
     color: #333;
     margin-bottom: 13px;
 }

 .fwa ul li .item .desc {
     height: 68px;
     font-size: 14px;
     color: #888;
     line-height: 25px;
 }

 .fwa ul li:first-child .item {
     background: url('/v1/img/f1.png') no-repeat;
 }

 .fwa ul li:nth-child(2) .item {
     background: url('/v1/img/f2.png') no-repeat;
 }

 .fwa ul li:nth-child(3) .item {
     background: url('/v1/img/f3.png') no-repeat;
 }

 .fwa ul li:nth-child(4) .item {
     background: url('/v1/img/f4.png') no-repeat;
 }

 .fwa ul li:nth-child(5) .item {
     background: url('/v1/img/f5.png') no-repeat;
 }

 .fwa ul li:nth-child(6) .item {
     background: url('/v1/img/f6.png') no-repeat;
 }

 .fwa ul li:nth-child(7) .item {
     background: url('/v1/img/f7.png') no-repeat;
 }

 .fwa ul li:nth-child(8) .item {
     background: url('/v1/img/f8.png') no-repeat;
 }

 .fwa ul li:last-child .item {
     background: url('/v1/img/f9.png') no-repeat;
 }

 .fwa ul li:hover {
     background: url('/v1/img/fw3.png') no-repeat;
 }

 .fwa ul li:first-child .item:hover {
     background: url('/v1/img/f11.png') no-repeat;
 }

 .fwa ul li:nth-child(2) .item:hover {
     background: url('/v1/img/f22.png') no-repeat;
 }

 .fwa ul li:nth-child(3) .item:hover {
     background: url('/v1/img/f33.png') no-repeat;
 }

 .fwa ul li:nth-child(4) .item:hover {
     background: url('/v1/img/f44.png') no-repeat;
 }

 .fwa ul li:nth-child(5) .item:hover {
     background: url('/v1/img/f55.png') no-repeat;
 }

 .fwa ul li:nth-child(6) .item:hover {
     background: url('/v1/img/f66.png') no-repeat;
 }

 .fwa ul li:nth-child(7) .item:hover {
     background: url('/v1/img/f77.png') no-repeat;
 }

 .fwa ul li:nth-child(8) .item:hover {
     background: url('/v1/img/f88.png') no-repeat;
 }

 .fwa ul li:last-child .item:hover {
     background: url('/v1/img/f99.png') no-repeat;
 }

 .recom_title {
     padding-top: 450px;
     text-align: center;
 }

 .recom_title .btas {
     color: #FEB012;
 }

 .ybt {
     border-bottom: 2px solid rgba(0, 0, 0, .1);

 }

 .swiper-box {
     margin: 0 auto;
     width: 820px
 }

 .pic_page {
     position: absolute;
     z-index: 100;
     right: 20px;
     bottom: 20px;
     font-size: 18px;
     color: #FF5909;
     font-weight: bold
 }

 .view {
     position: relative
 }

 .view .swiper-container {
     width: 100%;
     height: 460px
 }

 /* .view .arrow-left {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -25px;
            width: 28px;
            height: 50px;
            background: url('../images/arrow_l.png') no-repeat center;
            background-size: 100%;
            z-index: 10
          }

          .view .arrow-right {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -25px;
            width: 28px;
            height: 50px;
            background: url('../images/arrow_r.png') no-repeat center;
            z-index: 10
          } */

 .view .swiper-slide div {
     width: 100%;
     height: 100%;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover
 }

 .preview {
     width: 100%;
     position: relative
 }

 .preview .swiper-container {
     margin-left: 44px;
     margin-right: 44px
 }

 .preview .swiper-slide {
     width: 138px;
     height: 90px;
     cursor: pointer;
     overflow: hidden
 }

 .preview .swiper-slide img {
     height: 66px;
     margin: 0 auto;
     border: 2px solid #edeef5;
     margin-top: 10px;
 }

 .preview .arrow-left {
     background-size: 100% 100%;
     position: absolute;
     left: 0px;
     top: 10px;
     margin-top: -10px;
     width: 44px;
     height: 90px;
     background: #242424;
     opacity: 0.9;
     text-align: center;
     z-index: 10
 }

 .preview .arrow-left span {
     display: inline-block;
     width: 12px;
     height: 18px;
     background: url('/v1/img/arrow_l@1x.png') no-repeat center;
     background-size: 100% 100%;
     margin-top: 34px
 }

 .preview .arrow-right {
     position: absolute;
     right: 0px;
     top: 10px;
     margin-top: -10px;
     width: 44px;
     height: 90px;
     background: #242424;
     opacity: 0.9;
     text-align: center;
     z-index: 10
 }

 .preview .arrow-right span {
     display: inline-block;
     width: 12px;
     height: 18px;
     background: url('/v1/img/arrow_r@1x.png') no-repeat center;
     background-size: 100% 100%;
     margin-top: 34px
 }

 .preview .active-nav img {
     padding: 0;
     border-color: #ff5909;
     opacity: .9
 }

 .xgx1 {
     background: #ededed;
     width: 80px;
     height: 28px;
     border-radius: 2px;
     font-size: 14px;
     line-height: 28px;
 }

 .xgx2 {
     width: 240px;
     text-align: left;
     padding-left: 8px;
     margin-left: 4px;
     height: 28px;
     background: #f1f1f1;
     border-radius: 2px;
     display: flex;
     align-items: center;
     font-size: 14px;
 }

 .hezixz {
     width: 100%;
     height: 40px;
     line-height: 40px;
     text-align: center;
     background: #242424;
     border-radius: 2px;
     font-size: 16px;
     font-weight: 400;
     color: #ffe6bc;
     transition: all .2s ease;
 }

 .hezixz:hover {
     background: #3b2e2e;
 }

 .hezixz a {
     color: #ffe6bc;
     display: block;
 }

 .yz_title {
     margin: 12px 0 12px 10px;
     display: flex;
     align-items: center;
     padding-bottom: 15px;
     border-bottom: 2px solid #9B5D2D;
 }

 .yz_title .line {
     margin-top: 1px;
     width: 4px;
     height: 20px;
     background: #ffae4d;
 }

 .yz_title .title_name {
     margin-left: 12px;
     font-size: 20px;
     font-weight: 550;
     color: #000;
 }

 .jy-content p {
     line-height: 30px;
 }

 .l-tab-box {
     position: fixed;
     top: 380px;
     left: 8%;
     width: 130px;
     padding: 13px 6px;
     background-color: #fff;
     box-shadow: RGBA(41, 46, 59, .18) 2px 2px 6px 0px;
     z-index: 9999;
     transition: .2s;
     -webkit-transition: .2s;
 }

 .l-tab-tit {
     position: relative;
     height: 32px;
     line-height: 32px;
     border-bottom: 1px solid #E7E7E7;
     margin: 0 auto;
     text-indent: 18px;
     font-size: 18px;
     font-weight: bold;
     color: #000;
 }

 .l-tab-tit::after {
     content: "";
     position: absolute;
     left: 6px;
     top: 50%;
     width: 7px;
     height: 18px;
     background-color: #FF9000;
     border-radius: 3.5px;
     margin-top: -9px;
 }

 .l-tab-list {
     text-align: center;
     margin-top: 18px;
 }

 .l-tab-list div {
     height: 40px;
     line-height: 40px;
     color: #808080;
     font-size: 14px;
     cursor: pointer;
 }

 .l-tab-list .l-tab-act {
     background-color: #FFD500;
     color: #1D1D1D;
 }

 .l-tab-list a:hover div {
     color: #1D1D1D;
 }

 .pages {
     margin-top: 20px;
     margin-bottom: 20px;
     height: 34px;
     padding: 20px 0;
     font-size: 14px;
     text-align: center
 }

 .pages ul {
     display: inline-block;
     margin: 0 auto;
     padding: 0
 }

 .pages ul li {
     float: left;
     margin: 0 2px;
     line-height: 32px;
     background: #fff;
     border: 1px solid #d8dadf;
     min-width: 30px
 }

 .pages ul li a {
     color: #555;
     display: block;
     padding: 0 12px;
     font-size: 16px
 }

 .pages ul li:hover {
     text-decoration: none;
     color: #fff;
     border: 1px #FE7C0D solid;
     background-color: #FE7C0D
 }

 .pages ul li:hover a {
     color: #fff
 }

 .pages ul li:hover a:hover {
     color: #fff;
     text-decoration: none
 }

 .pages ul li.cur {
     background-color: #FE7C0D;
     color: #fff;
     border: 1px #FE7C0D solid
 }

 .pages ul li.cur a {
     color: #fff
 }

 .pages .pageinfo {
     line-height: 30px;
     padding-left: 5px
 }

 .pages strong {
     font-weight: 400
 }

 .xwlb .item {
     padding-bottom: 25px;
     border-bottom: 1px dashed #dedede;
     margin-top: 10px;
     padding-top: 15px;
 }

 .xwlb .item a:hover .bta {
     color: #FF9000;
 }

 .xwlb .item .bts {
     color: #999;
 }

 .xwlb .item .ckxq {
     color: #FF9000;
 }

 .xlx ul {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     grid-gap: 26px;
     margin-top: 60px;
     overflow: hidden;
 }

 .xlx ul li {
     width: 280px;
     height: 100px;
     padding: 26px 24px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     border: 1px solid #F7B46F;
     border-radius: 8px;
     margin-left: 50px;
 }

 .xlx ul li a {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     font-size: 14px;
     color: #333;
     line-height: 25px;
 }

 .xlx ul li a p {
     margin-left: 20px;
 }

 .xlx ul li:first-child {
     background: url('/v1/img/lx1.png') no-repeat;
     background-size: cover;
 }

 .xlx ul li:nth-child(2) {
     background: url('/v1/img/lx2.png') no-repeat;
     background-size: cover;
 }

 .xlx ul li:nth-child(3) {
     background: url('/v1/img/lx3.png') no-repeat;
     background-size: cover;
 }

 .xlx .bhs {
     color: #666;
 }

 .xlx ul li:hover .bhs {
     color: #333;
 }

 .shopdz ul li {
     float: left;
     width: 160px;
     height: 48px;
     line-height: 48px;
     background: url('/v1/img/dzjs.png');
     margin-right: 25px;
     text-align: center;
 }

 .shopdz ul li:last-child {
     margin-right: 0px;
 }

 .shopdz ul li a {
     display: block;
     color: #7a3f04;
 }

 .shopdz ul li a:hover {
     color: rgb(54, 50, 7);
 }

 .shopxz {
     width: 100%;
     height: 48px;
     line-height: 48px;
     text-align: center;
     background: #E6B669;
     border-radius: 50px;
     font-size: 20px;
     font-weight: 400;
     color: #333;
     transition: all .2s ease;
 }

 .shopxz:hover {
     background: #e2971e;
 }

 .shopxz a {
     color: #333;
     display: block;
 }

 .box-300-360 {
     float: left;
     width: 285px;
     margin-right: 20px;
     margin-bottom: 10px;
     height: 360px;
     border-radius: 8px;
     border: 2px solid #fff;
     padding: 15px 18px 15px 18px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 182, 105, .43529411764705883)), color-stop(20%, hsla(0, 0%, 100%, .2549019607843137)), to(hsla(0, 0%, 100%, .4549019607843137)));
     background: linear-gradient(180deg, rgba(230, 182, 105, .43529411764705883), hsla(0, 0%, 100%, .2549019607843137) 20%, hsla(0, 0%, 100%, .4549019607843137));
 }

 .box-300-360:nth-child(4n) {
     margin-right: 0px;
 }

 .box-300-360:hover {
     border: 2px solid #ffd385;
 }

 .shoplb .mc {
     color: #FF7C08;
 }

 .shoplb .anl {
     background: #E6B669;
     font-size: 14px;
     padding: 10px 20px;
     color: #333;
     border-radius: 6px;
     display: block;
 }

 .shoplb .anl:hover {
     background: #e4a43f;
 }

 .qt_title {
     margin: 15px;
     display: flex;
     align-items: center;
 }

 .qt_title .line {
     margin-top: 1px;
     width: 4px;
     height: 20px;
     background: #ffae4d;
 }

 .qt_title .title_name {
     margin-left: 12px;
     font-size: 20px;
     font-weight: 550;
     color: #000;
 }

 .w760 {
     width: 760px;
 }

 .upaa ul li {
     font-size: 16px;
     color: #333;
     padding: 14px 15px 14px 10px;
     border-radius: 8px;
     cursor: pointer;
     margin-top: 10px;
     display: block;
 }

 .upaa .cur {
     background: #f8d192;
 }

 .upaa a {
     display: block;
 }

 .upaa a:hover {
     color: #dd8f12;
 }

 .bz_title {
     border-bottom: 1px solid #dedede;
 }

 .upxz {
     width: 100%;
     height: 40px;
     line-height: 40px;
     text-align: center;
     background: #B8986F;
     border-radius: 2px;
     font-size: 16px;
     font-weight: 400;
     color: #ffe6bc;
     transition: all .2s ease;
 }

 .upxz:hover {
     background: #b38549;
 }

 .upxz a {
     color: #fff;
     display: block;
 }

 .news-main {
     width: 1200px;
     margin: 0 auto 31px;
     box-shadow: 2px 2px 6px 0 #d1d1d1;
     padding-bottom: 20px;
     min-height: 500px;
 }

 .news-main-tit {
     height: 78px;
     margin: 0 auto;
     border-bottom: 1px solid #e2e2e2;
     overflow: hidden;
 }

 .news-main-tit .new-tit-l {
     float: left;
     line-height: 78px;
     font-size: 30px;
     font-weight: bolder;
     color: #ffae00;
     text-indent: 30px;
 }

 .new-tit-r {
     float: right;
     margin: 23px 18px 0 0;
 }

 .news-tit h2 {
     font-weight: 500;
     font-size: 24px;
     color: #000;
     line-height: 30px;
     margin-bottom: 20px;
 }

 .news-tit {
     font-size: 16px;
     color: #616161;
     text-indent: 24px;
     border: none;
     padding-bottom: 20px;
     padding-top: 20px;
 }

 .w580 {
     width: 580px;

 }

 .join .lb {
     border: 1px solid #dedede;
     margin-right: 40px;
 }

 .join .lb:nth-child(2n) {
     margin-right: 0px;
 }

 .join .xxa .title {
     width: 115px;
     border: 0px dashed green;
     float: left;
     font-weight: bold;
 }

 .join .content p {
     font-size: 14px;
     color: #666;
     line-height: 25px;
 }

 .gd1 {
     background: #333;
 }

 .gd1 .ban {
     width: 1200px;
     height: 800px;
     position: relative;
     overflow: hidden;
     margin: 40px auto 0 auto;
 }

 .gd1 .ban2 {
     width: 1200px;
     height: 600px;
     position: relative;
     overflow: hidden;
 }

 .gd1 .ban2 ul {
     position: absolute;
     left: 0;
     top: 0;
 }

 .gd1 .ban2 ul li {
     width: 1200px;
     height: 600px;
 }

 .gd1 .prev {
     float: left;
     cursor: pointer;
 }

 .gd1 .num {
     height: 156px;
     overflow: hidden;
     width: 1090px;
     position: relative;
     float: left;
 }

 .gd1 .min_pic {
     padding-top: 10px;
     width: 1200px;
 }

 .gd1 .num ul {
     position: absolute;
     left: 0;
     top: 0;
 }

 .gd1 .num ul li {
     width: 264px;
     height: 156px;
     margin-right: 10px;
     padding: 1px;
     border: 2px solid #111;
 }

 .gd1 .num ul li.on {
     border: 2px solid #f89130;
     padding: 0;
 }

 .gd1 .num ul li img {
     display: block;
 }

 .gd1 .prev_btn1 {
     width: 50px;
     text-align: center;
     height: 50px;
     margin-top: 55px;
     margin-right: 8px;
     cursor: pointer;
     float: left;
 }

 .gd1 .next_btn1 {
     width: 50px;
     text-align: center;
     height: 50px;
     margin-top: 55px;
     cursor: pointer;
     float: right;
 }

 .gd2 {
     background: #333;
 }

 .gd2 .ban {
     width: 820px;
     height: 525px;
     position: relative;
     overflow: hidden;
     margin: 0 auto;
 }

 .gd2 .ban2 {
     width: 820px;
     height: 420px;
     position: relative;
     overflow: hidden;
 }

 .gd2 .ban2 ul {
     position: absolute;
     left: 0;
     top: 0;
 }

 .gd2 .ban2 ul li {
     width: 820px;
     height: 420px;
 }

 .gd2 .prev {
     float: left;
     cursor: pointer;
 }

 .gd2 .num {
     height: 86px;
     overflow: hidden;
     width: 710px;
     position: relative;
     float: left;
 }

 .gd2 .min_pic {
     padding-top: 10px;
     width: 820px;
 }

 .gd2 .num ul {
     position: absolute;
     left: 0;
     top: 0;
 }

 .gd2 .num ul li {
     width: 130px;
     height: 86px;
     margin-right: 15px;
     padding: 1px;
     border: 2px solid #111;
 }

 .gd2 .num ul li.on {
     border: 2px solid #f89130;
     padding: 0;
 }

 .gd2 .num ul li img {
     display: block;
 }

 .gd2 .prev_btn1 {
     width: 50px;
     text-align: center;
     height: 50px;
     margin-top: 15px;
     margin-right: 8px;
     cursor: pointer;
     float: left;
 }

 .gd2 .next_btn1 {
     width: 50px;
     text-align: center;
     height: 50px;
     margin-top: 15px;
     cursor: pointer;
     float: right;
 }

 .btlr88 {
     border-top-left-radius: 8px;
     border-top-right-radius: 8px;
 }

 .bfjuz {
     top: 0px;
     z-index: 999;
     text-align: center;
 }

 .bfjuz .aww {
     width: 125px;
     text-align: center;
     padding-top: 25px;
 }