.g-bg1 {
    background-color: #020218;
}

.g-bg2 {
    background-image: url(../images/product.png);
    background-size: cover;
}

.g-bg3 {
    background-color: #030728;
}

.g-bg4 {
    background-color: #000426;
}

.g-bg5 {
    background: url(../images/wangge.png) no-repeat;
    background-size: cover;
}

.g-bg6 {
    background: #04082b;
}

.g-cont1 {
    padding-top: 50px;
}

.g-cont2 {
    padding: 60px 0;
}

.g-contact1 {
    width: 1340px;
    margin: 0 auto;
    padding-bottom: 113px;
}

.g-contact2 {
    width: 1300px;
    margin: 0 auto;
}

.g-menu {
    width: 0;
    height: 483px;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../images/menu.png);
    background-repeat: repeat;
    z-index: 99999;
}

.g-menu.open {
    width: 100%;
}

.g-menu-list {
    padding-top: 80px;
    width: 31.25%;
    background-color: #00031f;
    height: 100%;
    text-align: center;
    left: -600px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.g-menu-list.open {
    left: 0;
}

.g-menu-list li {
    padding: 5.5% 0;
    font-size: 24px;
}

.g-menu-list li:hover a,
.g-menu-list li.active a {
    color: #8e7862;
}


/* 2019-3-8 */

.g-menu-list li:hover a,
.g-menu-list li.active a {
    text-transform: uppercase;
}


/* 2019-3-8 */

.g-close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #8e7862;
    cursor: pointer;
}

.g-close i {
    font-size: 30px;
}

.g-p-header {
    padding: 0 1.5625%;
    text-align: center;
}

.g-line {
    width: 1px;
    height: 20px;
    margin: 0 auto;
    background-color: #8e7862;
}

.g-p-header h3 {
    color: #fff;
    font-size: 28px;
    margin: 20px 0;
}

.g-tab {
    padding-top: 26px;
    border-bottom: 1px solid #8e7862;
}

.g-tab li {
    display: inline-block;
    padding: 0 36px;
    font-size: 16px;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
}

.g-tab li span {
    line-height: 34px;
    display: none;
}

.g-tab li.active {
    color: #8e7862;
}

.g-tab li.active a {
    color: #8e7862;
}

.g-tab li.active span {
    display: block;
}

@media screen and (min-width: 1200px) {
    .g-tab li:hover {
        color: #8e7862;
    }
    .g-tab li:hover a {
        color: #8e7862;
    }
    .g-tab li:hover span {
        display: block;
    }
}

.g-footer {
    background-color: #000214;
}

.g-f-cont {
    padding: 0px 4.89%;
    height: 75px;
    line-height: 75px;
}

.g-foot1,
.g-foot2 {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.g-foot1 img {
    vertical-align: middle;
}

.g-foot1 a {
    color: #a7a7a8;
}

.g-foot2 ul li {
    display: inline-block;
    padding: 0 17px;
}

.g-foot2 ul li img {
    vertical-align: middle;
}

.g-changeGrey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.g-tranY50 {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.g-tranall {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.swiper-slide {
    display: table;
    text-align: center;
}

.swiper-img {
    display: table-cell;
    vertical-align: middle;
}

#toTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 35px;
    bottom: 10%;
    z-index: 999;
    background: url(../images/top_icon.png) center center no-repeat;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#toTop:hover {
    cursor: pointer;
}

.icon-f,
.icon-t {
    display: none;
}

.icon-o,
.a-click {
    display: block;
}


/*header start
--------------------------------*/

.g-header {
    padding: 47px 6.77% 0 6.77%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 300;
    background-color: #00031d;
    border-bottom: 2px solid #735a41;
}

.navside-left,
.navside-right {
    color: #fff;
    cursor: pointer;
}

.navside-right ul li {
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    line-height: 28px;
}

.navside-right ul li.lastli {
    padding-right: 0;
}


/* 2019-3-8 */

.navside-right ul li.lastli {
    font-size: 20px;
}


/* 2019-3-8 */

.navside-right select {
    background-color: transparent;
}

.navside-left i,
.navside-left span {
    font-size: 12px;
    /* margin-right: 10px; */
    line-height: 28px;
}


/* 2019-3-8 start */

.navside-left i,
.navside-left span {
    font-size: 20px;
    /* margin-right: 10px; */
    line-height: 28px;
}


/* 2019-3-8 end */

.lan-en {
    position: relative;
    padding-right: 0px;
}

.lan-en a {
    font-size: 12px;
    color: #fff;
}

.lan-en i::before {
    position: absolute;
    right: 0;
    top: 0;
}

.lan-cn {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.g-banner {
    height: 470px;
}

.g-banner img {
    margin-top: 130px;
}

.g-form {
    position: absolute;
    right: 300px;
    top: 47px;
    width: 0;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.g-form.on {
    width: 200px;
}

.search-phone form,
.search-phone i {
    display: none;
}

.form-input {
    display: block;
    width: 100%;
    padding: 5px 43px 5px 8px;
    background: #fff;
    border: 1px solid #8e7862;
    line-height: 28px;
    height: 28px;
    border-radius: 19px;
    color: #333;
    font-size: 14px;
}

.form-submit {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
    line-height: 26px;
    color: #8e7862;
}


/*header end
--------------------------------*/


/*product start
------------------------------*/

.js-product-tab {
    display: none;
}

.js-product-tab.active {
    display: block;
}

.g-product-box {
    padding: 3.125% 1.5625%;
}

.g-box-item {
    background-image: url(../images/shahar_product_bg_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0 25px 0;
    cursor: pointer;
    overflow: hidden;
}

.g-box-item:hover .g-product-cover {
    display: none;
}

.g-box-img {
    width: 298px;
    height: 298px;
    display: table;
    text-align: center;
    margin: 0 auto;
}


/* .pr .g-box-img {
    margin-top: -117px;
} */

.g-box-img a {
    display: block;
}

.g-box-img div {
    display: table-cell;
    vertical-align: middle;
}

.g-box-img div img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.g-box-img div:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.g-box-item header h3 {
    font-family: CALIFR, sans-serif;
    color: #fff;
    font-size: 24px;
    margin: 23px 0 7px 0;
    /* height: 31px; */
}


/* 2019-3-8 */

.g-box-item header h3 {
    font-size: 16px;
}


/* 2019-3-8 */

.g-box-item header h3>span {
    font-family: QanelasSoftDEMO, sans-serif;
    font-size: 18px;
    color: #e2e2e5;
    padding-left: 5px;
}

.g-box-item header p {
    font-size: 16px;
    color: #c5c6cb;
    padding: 7px 0;
    margin-bottom: 23px;
}

.g-a-more {
    display: inline-block;
    color: #8e7862;
    border: 1px solid #8e7862;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center
}

.g-a-more:hover {
    background: #8e7862;
    color: #fff;
}

.g-box-smimg {
    padding: 20px 40px 0 40px;
}

.g-product-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shahar_cover.png);
}


/*product end
------------------------------*/


/*about start
------------------------------*/

.index-about {
    padding: 58px 4.89%;
}

.index-about-cont {
    background-image: url(../images/shahar_index_19.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    font-size: 0px;
}

.index-about-img {
    display: inline-block;
    width: 54%;
    vertical-align: middle;
}

.index-about-info {
    display: inline-block;
    text-align: center;
    width: 46%;
    height: 100%;
    vertical-align: middle;
}

.index-about-info header {
    width: 70%;
    margin: 0 auto;
}

.index-about-info header h3 {
    font-size: 28px;
    color: #f1f1f2;
    margin-top: 16px;
    margin-bottom: 16px;
}

.index-about-info header p {
    font-size: 16px;
    /* color: #8b8c98; */
    color: #fff;
    line-height: 24px;
    padding-bottom: 20px;
}

.index_about-h3 {
    margin-bottom: 46px;
}

.pagebox li {
    display: none;
}

.pagebox li.next {
    display: block;
}

.pagebox li.next a,
.go-more-span {
    padding: 16px 58px;
    border: 1px solid #8e7862;
    font-size: 18px;
    color: #8e7862;
    margin-top: 25px;
    display: inline-block;
    border-radius: 29px;
    cursor: pointer;
}

.go-more-span i {
    font-size: 18px;
}

@media screen and (min-width: 1200px) {
    .pagebox li.next a:hover,
    .go-more-span:hover {
        background-color: #8e7862;
        color: #fff;
    }
}

.go-more-span:hover i {
    color: #fff;
}

.go-more-span .g-a-more {
    margin-left: 10px;
}


/*about end
------------------------------*/


/*product center start
------------------------------*/

.p-banner {
    height: 563px;
    margin-top: 130px;
}

.p-logo {
    position: fixed;
    top:30px;
    left: 50%;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 320;
}

.product-style1 {
    padding-top: 20px;
}

.product-style1 .g-product-box {
    padding: 40px 20px;
}


/* 2019-3-8 */

.product-style1 .g-product-box {
    height: 510px;
}


/* 2019-3-8 */

.product-style1 .g-box-item {
    padding-top: 20px;
}

.product-style1 .g-box-img {
    width: 200px;
    height: 200px;
}

.product-style1 .g-box-item header h3 {
    margin: 18px 0;
}

.product-style1 .g-box-item header p {
    margin-bottom: 18px;
    padding: 0 10px;
}

.product-style1 .g-box-smimg {
    padding: 0 26px;
    padding-top: 10px;
}

.g-box-smimg span {
    color: #8e7862;
}

.g-box-smimg span:hover {
    color: #a18c77;
}

.p-ban-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1300px;
    height: 100%;
    display: table;
    margin: auto;
}

.p-ban-info header {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.p-ban-info header h2 {
    font-family: castellar, sans-serif;
    font-size: 30px;
    margin-bottom: -39px;
    text-transform: uppercase;
}

.p-ban-info header p {
    font-size: 16px;
}

.p-crumb {
    position: absolute;
    width: 100%;
    bottom: 26px;
    left: 0;
}

.crumblist li a {
    font-size: 16px;
}

.crumblist li {
    display: inline-block;
}

.divider {
    display: inline-block;
    padding: 0 6px;
    color: #fff;
    font-size: 16px;
}

.crumblist li.active a {
    color: #8e7862;
}

.crumblist {
    width: 1300px;
    margin: 0 auto;
}

.p-detail-crumblist li a,
.crumblist li a {
    color: #fff;
}

.crumblist li i.iconfont,
.p-detail-crumblist li i.iconfont {
    font-size: 12px;
}


/*product center end
------------------------------*/


/*product detail start
------------------------------*/

.p-detail-content {
    margin-top: -348px;
    position: relative;
    z-index: 100;
    padding-bottom: 60px;
}

.p-detail-top {
    height: 500px;
    background-color: #00031f;
}

.p-detail-crumblist li {
    display: inline-block;
    font-size: 16px;
}

.p-detail-cont {
    height: 600px;
    font-size: 0;
}

.p-detail-imgs {
    background: url(../images/shahar_bg1_03.jpg) no-repeat;
    background-size: cover;
}

.p-detail-imgs,
.swiper-container {
    height: 100%;
}

.p-detail-imgs,
.p-detail-title {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.p-detail-title {
    color: #fff;
    text-align: center;
}

.p-detail-title header h3 {
    font-size: 36px;
    margin: 7.333% 0;
}

.p-detail-title p {
    font-size: 18px;
    color: #bfc0c9;
}

.p-detail-title span {
    color: #8e7862;
}

.p-detail-title p.p-d-shou {
    font-size: 24px;
}

.p-detail-title .p-d-span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.p-icon-img {
    vertical-align: middle;
}

.p-detail-title header {
    margin-bottom: 27.333%;
}

.p-icon-cont {
    margin-top: 30px;
}

.g-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}

.g-icon-prev {
    margin: auto auto auto 0;
}

.g-icon-next {
    margin: auto 0 auto auto;
}

.g-icon>i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    font-size: 40px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    opacity: 0.7;
}

.g-icon:hover i {
    color: #8e7862;
}

.pagination {
    position: absolute;
    left: 0;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #8e7862;
    cursor: pointer;
}

.swiper-active-switch {
    background: #8e7862;
}

.p-detail-content div:first-child {
    margin-bottom: 26px;
}

.p-detail-parameter {
    margin-top: 48px;
    background-color: #030728;
}

.p-detail-parameter header {
    position: relative;
    margin-bottom: 40px;
}

.p-detail-parameter header p {
    color: #fff;
    font-size: 18px;
    padding-bottom: 27px;
}

.p-detail-parameter header i {
    display: inline-block;
    height: 16px;
    width: 80px;
    text-align: center;
    background: #030728;
    position: relative;
    z-index: 10;
}

.g-bottom-line {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #8e7862;
}

.table td {
    border: none;
    color: #efeff2;
    padding: 1.534% 3.07%;
    font-size: 16px;
}

.table .odd {
    background-color: #00031f;
}

.g-download-img {
    display: inline-block;
    width: 37.69%;
}

.g-download-info {
    display: inline-block;
    width: 61%;
    padding-left: 4.61%;
    color: #fff;
    vertical-align: top;
}

.g-download-info header {
    padding-top: 23px;
    margin-bottom: 70px;
}

.g-download-info header h3 {
    font-size: 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid #8e7862;
}

.g-download-info header p {
    font-size: 16px;
    color: #80818f;
    padding-top: 28px;
}

.g-download-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.g-download-btn .button.bg-main {
    display: inline-block;
    font-size: 20px;
    color: #8e7862;
    line-height: 70px;
    padding: 0 100px;
    height: 70px;
    border: 1px solid #8e7862;
    border-radius: 35px;
    vertical-align: middle;
    background: transparent;
}

.g-download-btn:hover .button.bg-main {
    background: #8e7862;
    color: #fff;
}

.pro-detail.table td {
    color: #333;
}

.pro-detail.table td a {
    color: blue;
}

.pro-detail.table {
    text-align: right;
}

.pro-detail.table tr td:first-child {
    text-align: left;
}

.pro-detail.table tr {
    border-top: 1px solid #ddd;
}

.pro-detail.table tr:first-child {
    border-top: none;
}

.g-download-btn .button.bg-main.btn-show-pc {
    display: block;
}

.g-download-btn .button.bg-main.btn-show-model {
    display: none;
}

.dialog-mask {
    z-index: 10000;
}

.dialog-win {
    z-index: 10000 !important;
    overflow: auto;
}

.dialog-body {
    width: 100%;
}

.dialog .dialog-body {
    overflow: auto;
}

#mydialog {
    position: fixed;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    display: none;
}

#mydialog .dialog {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}

.down-title {
    display: inline-block;
    vertical-align: middle;
}

.down-icon {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 26px;
    text-align: center;
}

.down-icon i {
    font-size: 26px;
}

.p-detail-xg {
    padding: 40px 20px;
    margin-bottom: 55px;
}

.p-detail-xg .product-style1 {
    padding-top: 0;
}


/*product detail end
------------------------------*/


/*about start
------------------------------*/

.about-top {
    height: 142px;
    background-color: #00031f;
}

.about-main {
    padding: 90px 6.77% 220px 6.77%;
}

.about-map {
    display: inline-block;
    width: 62.5%;
    vertical-align: middle;
}

.about-map img {
    width: 100%;
}

.show_model {
    display: none;
}

.about-contact {
    display: inline-block;
    height: 100%;
    width: 37%;
    text-align: right;
    vertical-align: middle;
    z-index: 100;
}

.g-right-bg {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 50%;
    background: url(../images/contact_bg.png) no-repeat;
    background-size: cover;
}

.about-contact header {
    display: inline-block;
    text-align: center;
}

.about-contact .g-line {
    height: 37px;
}

.about-contact header h3 {
    font-size: 36px;
    color: #fff;
    margin: 42px 0 39px 0;
}

.about-email a {
    color: #fff;
    font-size: 18px;
}

.about-email>img {
    padding-right: 10px;
}

.about-email img,
.about-email a {
    display: inline-block;
    line-height: 2;
    vertical-align: middle;
}

.about-wx {
    margin-top: 42px;
}

.about-wx p {
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
}

.loca-icon {
    position: absolute;
    color: #8e7862;
}

.loca-icon span {
    font-size: 12px;
}

.loca-shanghai {
    top: 41%;
    left: 35%;
}

.loca-beijing {
    top: 35%;
    left: 33%;
}

.loca-tlwf {
    top: 40%;
    left: 17.4%;
}

.loca-xg {
    top: 46%;
    left: 32.5%;
}

.loca-xni {
    top: 76%;
    left: 42%;
}

.about-map .iconfont {
    font-size: 20px;
}

.about-map span {
    font-size: 16px;
}

.about-map a {
    color: #8e7862;
}


/*about end
------------------------------*/

.search-color {
    color: #fff;
    padding: 0 3.125%;
}

.inp_info {
    padding-right: 100px;
}

.inp_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    color: #8e7862;
}

.search_cont {
    padding: 50px 0 278px 0;
}

.resultwrap {
    padding: 0 1.5625%;
}

.formwrap {
    padding: 0 3.125%;
}

.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #89849b;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

.pin:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #8e7862;
    position: absolute;
    border-radius: 50%;
}

.pulse {
    background: #8e7862;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 2px;
    top: 47%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: 2;
}

.loca-tlwf .pulse {
    right: auto;
    left: 18px;
}

.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #8e7862;
    box-shadow: 0 0 1px 2px #8e7862;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

.show-model {
    display: none;
}

.canvas-box {
    position: fixed;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.canvas-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0px 40px;
}

.canvas-close {
    position: absolute;
    right: 20px;
    top: -25px;
}

.canvas-wrap img {
    width: 100%;
}

.canvas-itmebox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -100px;
}

.can-btn {
    font-size: 14px;
    color: #8e7862;
    background: transparent;
    border: 1px solid #8e7862;
}

.can-btn.button:hover,
.can-btn.button:focus,
.can-btn.button.bg:hover,
.can-btn.button.bg:focus {
    color: #fff;
    background: #8e7862;
}

.ChangeHeaderColor .g-header .navside-left,
.ChangeHeaderColor .g-header .navside-right,
.ChangeHeaderColor .g-header .lan-en a {
    color: #8e7862;
}

.ChangeHeaderColor .g-header .lastli,
.ChangeHeaderColor .g-header .navside-left span,
.ChangeHeaderColor .g-header .navside-right {
    display: none;
}

.ChangeHeaderColor .g-header .navside-left i {
    font-size: 24px;
}

.g-foot2 {
    position: relative;
}

.wechatQrcode {
    display: none;
    opacity: 0;
    right: 106px;
    bottom: 0;
    position: absolute;
}


/* 2019-02-02 start */

.g-menu {
    background-image: none;
    height: 100%;
}

.g-shahow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.g-menu-list {
    left: -368px;
    height: auto;
    width: 368px;
    padding: 26px 0 48px 49px;
    text-align: left;
}

.g-menu-list li {
    padding: 28px 0;
    font-size: 24px;
}

.g-menu-list li a {
    display: block;
    text-align: left;
    color: #ccc;
}

.g-close {
    top: 48px;
    right: 29px;
}

.g-menu-list li:hover a,
.g-menu-list li.active a {
    color: #cba075;
}

.g-menu-list .g-lang {
    margin-top: 96px;
}

.g-menu-list .g-lang a {
    display: block;
}

.g-menu-list .g-lang a span,
.g-menu-list .g-lang a i.img {
    display: inline-block;
    vertical-align: middle;
}

.g-menu-list .g-lang a i.img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    background: url('../images/licon.png') no-repeat center center;
}

.g-menu-list .g-lang a span {
    font-size: 24px;
    color: #ccc;
}

.g-menu-list .g-lang:hover a i.img {
    background: url('../images/liconh.png') no-repeat center center;
}

.g-menu-list .g-lang:hover a span {
    color: #cba075;
}

.index-banner {
    height: 470px;
}

.index-pagination .swiper-pagination-switch {
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: none;
    background: url('../images/pagetion.png') no-repeat;
    background-position: -30px center;
    background-size: auto 12px;
}

.index-pagination .swiper-pagination-switch.swiper-active-switch {
    background-position: 0 center;
}

body .wfEditorMode {
    display: none;
}

.p-detail-imgs,
.p-detail-title {
    vertical-align: top;
}

.p-detail-title {
    padding: 89px 69px;
    text-align: left;
}


/* 2019-3-8 */

.p-detail-title {
    padding: 32px 69px;
    text-align: left;
}


/* 2019-3-8 */

.p-detail-title header {
    margin-bottom: 0;
}

.p-detail-title header h3 {
    position: relative;
    padding-top: 42px;
    margin: 0;
    padding-bottom: 32px;
}

.p-detail-title header h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background: #8e7862;
}

.p-detail-cont {
    height: 676px;
}

.p-detail-title header {
    margin-bottom: 50px;
}

.p-d-can-wrap .p-top {
    font-size: 24px;
    color: #ccc;
    padding-bottom: 40px;
}

.p-d-can-bottom {
    margin-top: 50px;
}


/* 2019-3-8 */

.p-d-can-bottom {
    margin-top: 100px;
}


/* 2019-3-8 */

.p-d-can-bottom .left,
.p-d-can-box .left {
    float: left;
    width: 63.67%;
}

.p-d-can-box .item {
    margin-bottom: 26px;
}

.p-d-can-box .item p {
    float: left;
    font-size: 16px;
    color: #fff;
}

.p-d-can-box .item p.text1 {
    padding-right: 20px;
}

.p-d-can-bottom .right,
.p-d-can-box .right {
    float: right;
    width: 36.33%;
}

.p-detail-content div:first-child {
    margin-bottom: 0;
}

.p-detail-content div.item:first-child {
    margin-bottom: 26px;
}

.p-icon-cont {
    margin-top: 0;
}

.p-detail-title .p-d-span {
    margin-left: 15px;
}

.p-detail-title p.p-d-shou {
    font-size: 16px;
}

.p-detail-title p.p-d-shou span {
    font-size: 24px;
}

.p-detail-imgs-wrap {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 100%;
}

.p-detail-imgs-wrap .p-detail-imgs {
    width: 100%;
}

.detail-bottom {
    height: 100%;
}

.swiper-img-bottom {
    height: 100%;
    padding-top: 10px;
    padding-right: 10px;
}

.swiper-img-bottom .img-b-box {
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-img-bottom img {
    height: 100%;
}

.detail-bottom .swiper-slide {
    display: block;
    text-align: left;
    /* width: 165px!important; */
}

.swiper-img-bottom .img-b-box.active {
    border: 1px solid #8e7862;
}


/* .detail-bottom .swiper-slide-active .img-b-box {
  border: 1px solid #8e7862;
} */

.detail-bottom .swiper-slide {
    box-sizing: border-box;
}

.ban2 {
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden;
    background: url(../images/shahar_bg1_03.jpg) no-repeat;
    background-size: cover;
}

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

.ban2 ul li {
    width: 650px;
    text-align: center;
}

.ban2 ul li img {
    /* width: 100%; */
}

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

.num {
    height: 146px;
    overflow: hidden;
    width: 650px;
    position: relative;
    float: left;
}

.min_pic {
    width: 100%;
}

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

.num ul li {
    width: 163px;
    height: 140px;
    padding-top: 10px;
    padding-right: 10px;
}

.num ul li>div {
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.num ul li.on>div {
    border: 1px solid #8e7862;
    text-align: center;
}

.prev1 {
    position: absolute;
    top: 220px;
    left: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.next1 {
    position: absolute;
    top: 220px;
    right: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.p-detail-parameter {
    position: fixed;
    z-index: -20;
    top: 100%;
}

.p-detail-crumblist {
    margin-bottom: 24px;
}

.p-detail-title p {
    color: #fff;
}

.g-form {
    right: 223px;
}

.g-tab li a {
    color: #fff;
}

.g-tab li.active a {
    color: #e5b062;
}

.g-tab {
    border-bottom: 1px solid #735a41;
}

.p-detail-title .text-col,
.p-detail-title p.text-p {
    float: left;
}

.p-detail-title .text-col {
    margin-left: 10px;
}

.p-detail-title .text-col p {
    color: #8e7862;
}
/*2019-3-26*/
.ban2 ul li{
    text-align: center;
}
.ban2 ul li:after{
    content:'';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.ban2 ul li img{
    display: inline-block;
    vertical-align: middle;
}
/*2019-3-26 end*/
@media screen and (min-width: 1200px) {
    .g-tab li:hover a {
        color: #e5b062;
    }
}

.index-banner.alt-s {
    height: 340px;
}

.g-banner.alt-s img {
    margin-top: 0;
}

.back-s.pr {
    padding-top: 130px;
}

.back-s.pr.alt {
    padding-top: 0;
}

.g-ban-link,
.g-banner {
    height: 100%;
}

.about-top {
    height: auto;
}

.ban-show-pc {
    display: block;
}

.ban-show-phone {
    display: none;
}

.p-banner {
    height: 340px;
}


/* 2019-02-02 end */


/*2019-4-15*/
.g-product-cover{
    display: none;
}
/*2019-4-15 end*/

/* 2020-7-29 start */
.about-contact-div {
    text-align: center;
    /* margin-bottom: 30px; */
}
.about-contact-div p {
    font-size: 18px;
    color: #ffffff;
    line-height: 2;
}
/* 2020-7-29 end */

.about-contact-div p img{    
    display: inline-block;
    line-height: 2;
    padding-right: 10px;
    vertical-align: middle;
    width: 30px;
}
.about-contact-div p span{      
    display: inline-block;
    line-height: 2;
    vertical-align: middle;
}