body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@font-face {
    font-family: 'SourceHanSerifCN-SemiBold';
    src: url('../../font/SourceHanSerifCN-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../../font/SourceHanSerifCN-Regular.otf') format('opentype');
} 

@font-face {
    font-family: 'Axia Bold';
    src: url('../../font/Axia-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Axia Light Regular';
    src: url('../../font/AxiaLight-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Axia Regular';
    src: url('../../font/Axia-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Monu11 Bold';
    src: url('../../font/Monu11-BoldC.ttf') format('truetype');
}

.dd-relative{
    position: relative;
}
.dd-relative-100{
    position: relative;
    height: 100%;
}

.dd-header-box{
    width: 100%;
    height: 1.90rem;
    /*position: fixed;
    top: 0;
    left: 0;
    padding-top: 0;*/
    z-index: 9999;
}

.dd-header-fixed{
    width: 100%;
    height: 1.60rem;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0;
    z-index: 9999;
    background: #ffffff;
}
/*黑色*/

/*.dd-header-box.dd-black-bg{
    background: #000000;
}

.dd-header-box.dd-white-bg{
    background: #ffffff;
}*/

.dd-header-top-box{
    width: 100%;
    height: 1.40rem;
    background: #fefef6;
}

.dd-top-color-lump{
    width: 1.68rem;
    height: 0.25rem;
    background: #fe5000;
    float: left;
}

.dd-lang-box{
    width: 50%;
    height: 0.25rem;
    float: right;
    padding-right: 0.97rem;
}
.dd-lang-label{
    font-family: 'Axia Light', sans-serif;
    width: 2.00rem;
    height: 0.25rem;
    line-height: 0.28rem;
    color: #ffffff;
    font-size: 0.08rem;
    text-align: right;
    padding-right: 0.06rem;
    float: right;
    font-weight: 300;
}
.dd-lang-toggler-box{
    width: 0.63rem;
    height: 0.25rem;
    float: right;
    padding-top: 0.06rem;
    background: url('../../images/pc/lang-wrapper-bg.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.63rem 0.24rem;
    position: relative;
}
.dd-lang-wrapper{
    cursor: pointer;
    width: 100%;
    height: 0.16rem;
    padding-left: 0.08rem;
}

.dd-lang-switch {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #10069f;
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding-bottom: 0.08rem;
    padding-top: 0.08rem;
}

.dd-lang-switch-item {
    width: 0.63rem;
    height: 0.16rem;
    padding-left: 0.08rem;
    cursor: pointer;
}

.dd-lang-switch-item {
    margin-bottom: 0.04rem;
    background-color: #10069f;
}

.dd-lang-icon{
    width: 0.16rem;
    height: 0.16rem;
}
.dd-lang-icon-en{
    width: 0.16rem;
    height: 0.16rem;
    background: url('../../images/pc/lang-icon-en.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.16rem 0.16rem;
    float: left;
}
.dd-lang-icon-cn{
    width: 0.16rem;
    height: 0.16rem;
    background: url('../../images/pc/lang-icon-cn.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.16rem 0.16rem;
    float: left;
}
.dd-lang-icon-de{
    width: 0.16rem;
    height: 0.16rem;
    background: url('../../images/pc/lang-icon-de.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.16rem 0.16rem;
    float: left;
}
.dd-lang-icon-es{
    width: 0.16rem;
    height: 0.16rem;
    background: url('../../images/pc/lang-icon-es.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.16rem 0.16rem;
    float: left;
}
.dd-svg-icon-wrapper {
    display: block;
    height: auto;
    padding-top: 100%;
    position: relative;
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    width: 100%;
}
.dd-svg-wrapper svg {
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
}

.dd-lang-name{
    font-family: 'Axia Light', sans-serif;
    width: 0.22rem;
    color: #fff;
    font-size: 0.08rem;
    line-height: 0.16rem;
    padding-top: 0.02rem;
    text-transform: uppercase;
    text-align: center;
    float: left;
    font-weight: 300;
}
.dd-lang-arrow{
    width: 0.08rem;
    height: 0.16rem;
    background: url('../../images/pc/lang-arrow-icon.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.08rem 0.04rem;
    float: left;
}


.dd-container{
    width: 100%;
    margin: 0 auto;
}
.dd-header-left{
    width: 2.45rem;
    height: 0.75rem;
    float: left;
}
.dd-logo{
    width: 1.96rem;
    height: 1.14rem;
    margin: 0 auto;
    padding-top: 0.30rem;
}

.dd-logo img{
    width: 1.96rem;
    height: 0.84rem;
}

/*.dd-logo .img{
    width: 1.33rem;
    height: 0.48rem;
    background: url('../../images/pc/logo.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 1.33rem 0.48rem;
}

.dd-header-box.dd-white-bg .dd-logo .img{
    width: 1.33rem;
    height: 0.48rem;
    background: url('../../images/pc/logo.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 1.33rem 0.48rem;
}*/

.dd-header-main{
    width: 100%;
    height: 0.50rem;
    margin: 0 auto;
    background: #f7f4ed;
}
.dd-main-nav-box{
    width: 100%;
    text-align: center;
    padding: 0;
}
.dd-main-nav{
    display: inline-block;
    margin-top: 0rem;
}
.dd-main-nav-item{
    font-family: 'Adobe 黑体 Std R', sans-serif;
    font-size: 0.12px;
    color: #010101;
    display: inline-block;
    line-height: 0.50rem;
    height: 0.50rem;
    padding: 0 1.10rem;
    position: relative;
}
.dd-main-nav-item a{
    color: #010101;
}
.dd-main-nav-item.active{
    background: #c06337;
}

.dd-nav-text{
    font-family: 'Adobe 黑体 Std R', sans-serif;
    /*font-weight: 300;*/
    font-size: 0.12rem;
    color: #010101;
    line-height: 0.50rem;
    height: 0.50rem;
    cursor: pointer;
    /*text-align: left;
    padding-left: 0.18rem;*/
}
.dd-nav-text a{
    color: #010101;
}

.dd-main-nav-item.active .dd-nav-text{
    color: #ffffff;
}

.dd-main-nav-item.active .dd-nav-text > a{
    color: #ffffff;
}

.dd-nav-text.has-sub-nav{
    /*background: url('../../images/pc/nav-arrow-right.png');
    background-repeat: no-repeat; 
    background-position: calc(100% - 0.05rem) center;
    background-size: 0.11rem 0.20rem;*/
}

.dd-nav-text.active{
    background: #b65d31;
    color: #ffffff;
}
.dd-nav-text.active a{
    background: #b65d31;
    color: #ffffff;
}
.dd-nav-text.active.has-sub-nav{
    /*background: url('../../images/pc/nav-arrow-right-active.png');
    background-repeat: no-repeat; 
    background-position: calc(100% - 0.05rem) center;
    background-size: 0.11rem 0.20rem;*/
}

.dd-sub-nav-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #444;
    z-index: 1000;
    transition: opacity 0.3s, top 0.7s;
    background: #323f48;
}
.dd-sub-nav-192{
    width: 1.92rem;
}
.dd-sub-nav-132{
    width: 1.35rem;
}
.dd-sub-nav-340{
    width: 3.40rem;
}
.dd-sub-nav-170{
    width: 1.70rem;
}
.dd-sub-nav-280{
    width: 2.80rem;
}


.dd-sub-nav-item {
    position: relative;
}

.dd-sub-nav-box .dd-sub-nav-box {
    top: 0;
    left: 100%;
    opacity: 0;
    transition: opacity 0.3s, left 0.7s;
}

.dd-main-nav-item > .active,
.dd-sub-nav-item > .active {
    display: block;
    opacity: 1;
}



/*.dd-main-nav-item a{
    color: #a0a3a5;
}*/
.dd-main-nav-item-active{
    border-bottom: 0rem solid #fe5000;
}
.dd-main-nav-item-active a{
    color: #ffffff;
}
.dd-main-nav-item:hover{
   color: #fe5000;
}


/*.dd-header-box.dd-white-bg .dd-main-nav-item a{
    color: #22252b;
}
.dd-header-box.dd-white-bg .dd-main-nav-item-active{
    border-bottom: 0.00rem solid #fe5000;
}
.dd-header-box.dd-white-bg .dd-main-nav-item-active a{
    color: #fe5000;
}
.dd-header-box.dd-white-bg .dd-main-nav-item:hover{
   color: #fe5000;
}
.dd-header-box.dd-white-bg .dd-main-nav-item:hover a{
    color: #fe5000;
}*/

.dd-header-fixed .dd-main-nav-item{
    font-size: 0.26rem;
    color: #000000;
    display: inline-block;
    line-height: 0.28rem;
    padding-top: 0.55rem;
    height: 1.00rem;
    padding-left: 0.31rem;
    padding-right: 0.31rem;
}
.dd-header-fixed .dd-main-nav-item a{
    color: #000000;
}
.dd-header-fixed .dd-main-nav-item:hover{
    color: #ffffff;
    background: #026ab8;
}
.dd-header-fixed .dd-main-nav-item:hover a{
    color: #ffffff;
}
.dd-header-fixed .dd-main-nav-item-active{
    background: #026ab8;
}
.dd-header-fixed .dd-main-nav-item-active a{
    color: #ffffff;
}

.dd-main-btn-box{
    width: 2.35rem;
    float: right;
}
.dd-main-search-box{
    width: 0.77rem;
    height: 1.00rem;
    float: left;
}
.dd-main-search{
    width: 0.28rem;
    height: 0.31rem;
    margin-top: 0.34rem;
}
.dd-main-search .img{
    width: 0.28rem;
    height: 0.31rem;
    background: url('../../images/pc/search-icon.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.28rem 0.31rem;
}

/*.dd-header-box.dd-white-bg .dd-main-search .img{
    width: 0.28rem;
    height: 0.31rem;
    background: url('../../images/pc/search-icon2.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.28rem 0.31rem;
}*/

.dd-main-lang-box{
    width: 1.58rem;
    height: 1.00rem;
    float: left;
}
.dd-main-lang{
    margin-top: 0.38rem;
}
.dd-main-lang-icon{
    width: 0.28rem;
    height: 0.28rem;
    float: left;
    margin-left: 0;
}
.dd-main-lang-icon .img{
    /*vertical-align: top !important;*/
    width: 0.28rem;
    height: 0.28rem;
    background: url('../../images/pc/lang-icon.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.28rem 0.28rem;
}

/*.dd-header-box.dd-white-bg .dd-main-lang-icon .img{
    width: 0.28rem;
    height: 0.28rem;
    background: url('../../images/pc/lang-icon2.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.28rem 0.28rem;
}*/

.dd-main-lang-text{
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.28rem;
    height: 0.28rem;
    width: 1.00rem;
    padding-left: 0.15rem;
    float: left;
}

/*.dd-header-box.dd-white-bg .dd-main-lang-text{
    color: #22252b;
}*/

.dd-main-lang-select{
    width: 0.26rem;
    height: 0.28rem;
    float: right;
    overflow: hidden;
}
.dd-main-lang-select img{
    width: 0.26rem;
    height: 0.15rem;
    float: left; 
    margin-top: 0.05rem;
}

.dd-main-lang-box .dd-main-lang-select-img{
    width: 0.26rem;
    height: 0.15rem;
    float: left; 
    margin-top: 0.05rem;
    background: url('../../images/pc/arrows-down-icon.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.26rem 0.15rem; 
}
.dd-main-lang-box:hover .dd-main-lang-select-img{
    width: 0.26rem;
    height: 0.15rem;
    float: left; 
    margin-top: 0.05rem;
    background: url('../../images/pc/arrows-up-icon.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.26rem 0.15rem; 
}

/*.dd-header-box.dd-white-bg .dd-main-lang-box .dd-main-lang-select-img{
    width: 0.26rem;
    height: 0.15rem;
    float: left; 
    margin-top: 0.05rem;
    background: url('../../images/pc/arrows-down-icon2.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.26rem 0.15rem; 
}
.dd-header-box.dd-white-bg .dd-main-lang-box:hover .dd-main-lang-select-img{
    width: 0.26rem;
    height: 0.15rem;
    float: left; 
    margin-top: 0.05rem;
    background: url('../../images/pc/arrows-up-icon2.png');
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: 0.26rem 0.15rem; 
}*/


.dd-main-lang-select-box {
    display: none;
    z-index: 1000; 
  }
  
  .dd-main-lang-select-item {
    font-size: 0.16rem;
    color: #a0a3a5;
    line-height: 0.28rem;
    height: 0.28rem;
    text-align: center;
    border-radius: 0.16rem;

    padding: 0.10rem;
    cursor: pointer;
  }
  
  .dd-main-lang-select-item:hover {
    color: #005aff;
  }
  
  .dd-main-lang-select-item-text {
    font-size: 0.16rem;
  }
  
.dd-main-lang-select-item-active{
    color: #005aff;
}

.dd-header-search-container{
    width: 11.50rem;
    margin: 0 auto;
}

.dd-header-search-bg-box{
    display: none;
    width: 100%;
    /* height: 3.80rem;*/
    position: fixed;
    top: 1.00rem;
    left: 0;
    padding-top: 0;
    z-index: 99990;
    background: #ffffff;
    border-top: 0.02rem solid #f1f1f1;
}

.dd-search-content-out-box{
    display: none;
}
.dd-search-content-out-box.show {
    display: block;
}
.dd-lang-content-out-box{
    display: none;
}
.dd-lang-content-out-box.show{
    display: block;
}

.dd-index-content-out-box{
    display: none;
}
.dd-index-content-out-box.show{
    display: block;
}

.dd-aboutus-content-out-box{
    display: none;
}
.dd-aboutus-content-out-box.show{
    display: block;
}

.dd-productlist-content-out-box{
    display: none;
}
.dd-productlist-content-out-box.show{
    display: block;
}

.dd-solutionlist-content-out-box{
    display: none;
}
.dd-solutionlist-content-out-box.show{
    display: block;
}


.dd-contactus-content-out-box{
    display: none;
}
.dd-contactus-content-out-box.show{
    display: block;
}
/**搜索**/
.dd-search-wrap-box {
    width: 100%;
    margin: 0 auto;
    padding: 0.45rem 0.45rem 0.45rem 0.45rem;
}
.dd-lang-wrap-box {
    padding: 0.50rem 0;
    font-size: 0.18rem;
    line-height: 0.26rem;
}
.dd-solution-wrap-box {
    width: 9.00rem;
    padding: 0.50rem 0 0.20rem 0;
    font-size: 0.18rem;
    line-height: 0.26rem;
    margin: 0 auto;
}
.dd-aboutus-wrap-box{
    width: 5.90rem;
    padding: 0.50rem 0 0.30rem 0;
    font-size: 0.18rem;
    line-height: 0.26rem;
    margin: 0 auto;
}
.dd-head-seach-box {
    position: relative;
    line-height: 0.58rem;
    height: 0.60rem;
}

.dd-head-seach-box .dd-seach-input {
    border: 1px solid #999;
    box-sizing: border-box;
    padding: 0 1.80rem 0 0.70rem;
    background: url(../../images/pc/head-search-icon.png) 0.20rem no-repeat;
}
.dd-seach-input01{
    width: 100%;
    height: 100%;
    border: 0;
}
.dd-head-seach-box .dd-seach-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.08rem;
    height: 100%;
    color: #fff;
    background-color: #005aff;
    transition: .4s;

    text-align: center;
    font-size: 0.18rem;
    cursor: pointer;
}
.dd-head-seach-box .dd-seach-submit input {
    color: #fff;
    text-align: center;
    font-size: 0.18rem;
    cursor: pointer;
    height: 100%;
}

/**语言**/
/*.dd-lang-list {
    overflow: hidden;
    font-weight: lighter;
    padding: 0.50rem 0.90rem;
}
li, ul {
    list-style: none;
}
.dd-lang-list .li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0.12rem;
    text-align: center;
}
.dd-lang-list .li a {
    display: inline-block;
    padding-right: 0.18rem;
    color: #005aff;
    font-weight: bold;
    position: relative;
    text-align: center;
}*/

.dd-lang-list {
    overflow: hidden;
    font-weight: lighter;
    /*padding: 0.50rem 0.90rem;*/
    text-align: center;
}

li, ul {
    list-style: none;
}
.dd-lang-list .li {
    display: inline-block;
    padding: 0 0.35rem;
    text-align: center;
}
.dd-lang-list .li a {
    height: 0.16rem;
    line-height: 0.16rem;
    display: inline-block;
    padding: 0 0.15rem;
    color: #005aff;
    position: relative;
    text-align: center;
    background: url(../../images/pc/sanjiao-icon.png);
    background-repeat: no-repeat;
    background-size: 0.09rem 0.12rem;
    background-position: right center;
}

.dd-solution-list .li {
    display: inline-block;
    width: 2.20rem;
    padding: 0 0.30rem;
    text-align: left;
    margin-bottom: 0.40rem;
}
.dd-solution-list .li a {
    height: 0.16rem;
    line-height: 0.16rem;
    display: inline-block;
    padding-right: 0.15rem;
    color: #005aff;
    position: relative;
    text-align: left;
    background: url(../../images/pc/sanjiao-icon.png);
    background-repeat: no-repeat;
    background-size: 0.09rem 0.12rem;
    background-position: right center;
}

.dd-aboutus-list .li1 {
    height: 0.16rem;
    line-height: 0.16rem;
    display: inline-block;
    width: 2.90rem;
    padding: 0;
    color: #005aff;
    text-align: left;
    margin-bottom: 0.20rem;
}
.dd-aboutus-list .li2 {
    height: 0.16rem;
    line-height: 0.16rem;
    display: inline-block;
    width: 2.90rem;
    padding-left: 0.25rem;
    color: #005aff;
    position: relative;
    text-align: left;
    background: url(../../images/pc/sanjiao-icon.png);
    background-repeat: no-repeat;
    background-size: 0.09rem 0.12rem;
    background-position: left center;
    margin-bottom: 0.20rem;
}


/**尾部开始**/
/**底部**/
.dd-footer-box{
    width: 100%;
    background: #d1b899;
}
.dd-footer-content-box{
    width: 11.52rem;
    margin: 0 auto;
    padding-top: 0.30rem;
    padding-bottom: 0.05rem;
    border-bottom: 2px solid #a28b6f;
}
.dd-footer-logo-box{
    width: 2.23rem;
    float: left;
}
.dd-footer-logo{
    width: 2.23rem;
    height: 0.81rem;
}
.dd-footer-nav-box{
    float: left;
    margin-left: 0.76rem;
}
.dd-footer-nav-dl{
    width: 4.70rem;
    float: left;
}
.dd-footer-nav-dt{
    font-family: 'Axia Bold', sans-serif;
    font-weight: bold;
    font-size: 0.21rem;
    color: #ffffff;
    line-height: 0.21rem;
    height: 0.21rem;
    width: 100%;
}
.dd-footer-nav-dd{
    width: 100%;
    margin-top: 0.25rem;
}
.dd-footer-nav-dd-item{
    font-family: 'Axia Light', sans-serif;
    font-size: 0.21rem;
    color: #ffffff;
    line-height: 0.35rem;
    width: 100%;
    padding-right: 0.60rem;
    /*white-space: normal;*/
    word-break: keep-all;
    overflow-wrap: break-word;
}
.dd-footer-nav-dd-item a{
    color: #ffffff;
}


.dd-footer-info-box{
    width: 50%;
    float: left;
}
.dd-footer-info-item{
    width: 100%;
    font-size: 10px;
    height: 10px;
    color: #635345;
    margin-bottom: 0.06rem;
}
.dd-footer-info-item a{
    color: #635345;
}
.dd-footer-company-name-box{
    width: 50%;
    float: right;
}

.dd-footer-company-name{
    font-size: 14px;
    color: #665c57;
    text-align: right;
    padding-top: 0.30rem;
}

.dd-footer-copyright-box{
    width: 100%;
    height: 0.40rem;
    background: #d1b899;
}

.dd-footer-copyright-main{
    width: 11.52rem;
    margin: 0 auto;
    padding-top: 0.12rem;
}

.dd-footer-copyright-item{
    width: 100%;
    font-size: 10px;
    height: 10px;
    color: #635345;
    text-align: left;
}

.dd-footer-copyright-right{
    width: 12.80rem;
    float: left;
    padding-left: 1.44rem;
}
.dd-footer-copyright-item1{
    font-family: 'Axia Regular', sans-serif;
    font-size: 0.16rem;
    color: #8a8a89;
    height: 0.16rem;
    line-height: 0.16rem;
    display: inline-block;
    padding-right: 0.56rem;
}
.dd-footer-copyright-item2{
    font-family: 'Axia Regular', sans-serif;
    font-size: 0.16rem;
    color: #8a8a89;
    height: 0.16rem;
    line-height: 0.16rem;
    display: inline-block;
    padding-right: 0.28rem;
}
.dd-footer-copyright-item2 a {
    color: #8a8a89;
}
.dd-footer-copyright-item2 a:hover {
    color: #fe5000;
}
.dd-footer-copyright-left{
    width: 3.94rem;
    height: 0.58rem;
    float: left;
    margin-top: 0.37rem;
}
.dd-footer-share-box{
    width: 3.94rem;
    height: 0.58rem;
    float: left;
}
.dd-share-bar{
    width: 100%;
    height: 0.58rem;
}
.dd-share-bar a{
    width: 0.58rem;
    height: 0.58rem;
    float: left;
    margin-left: 0.09rem;
}
.dd-share-bar a:last-child{
    margin-right: 0;
}
.dd-share-twitter{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/twitter.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}
.dd-share-facebook{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/facebook.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}
.dd-share-weibo{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/weibo.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}
.dd-share-weixin{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/weixin.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}

.dd-share-twitter:hover{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/twitter-hover.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}
.dd-share-facebook:hover{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/facebook-hover.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}
.dd-share-weibo:hover{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/weibo-hover.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}
.dd-share-weixin:hover{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/weixin-hover.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}

.dd-share-youtube{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/youtube.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}
.dd-share-youtube:hover{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/youtube-hover.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}
.dd-share-linkedin{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/linkedin.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}
.dd-share-linkedin:hover{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/linkedin-hover.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}
.dd-share-ins{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/ins.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}
.dd-share-ins:hover{
    width: 0.58rem;
    height: 0.58rem;
    background: url(../../images/pc/share/ins-hover.png);
    background-repeat: no-repeat;
    background-size: 0.58rem 0.58rem;
    background-position: center center;
    cursor: pointer;
}


/**banner**/
.dd-banner-box{
    width: 100%;
    position: relative;
}
.dd-banner-content{
    width: 100%;
    
    position: relative;
}
.dd-banner-text-box{
    padding-top: 3.27rem;
    padding-left: 2.29rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.dd-banner-title-box{
    width: 6.00rem;
    height: 0.86rem;
    display: inline-block;
    position: relative;
}
.dd-banner-title{
    font-size: 0.80rem;
    color: #ffffff;
    line-height: 0.80rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.dd-banner-line{
    width: 1.93rem;
    height: 0.15rem;
    background: #fbfbfb;
    opacity: .2;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}
.dd-banner-subtitle{
    font-size: 0.26rem;
    color: #ffffff;
    line-height: 0.26rem;
    height: 0.28rem;
    margin-top: 0.27rem;
}
/**banner**/

/**分页**/
.dd-paging-box{
    width: 100%;
    text-align: center;
    padding-top: 0.56rem;
}
.dd-paging{
    display: inline-block;
}
.dd-paging-first{
    font-size: 0.26rem;
    color: #999999;
    height: 0.26rem;
    line-height: 0.26rem;
    display: inline-block;
    margin: 0 0.17rem;
    float: left;
}
.dd-paging-last{
    font-size: 0.26rem;
    color: #3288c5;
    height: 0.26rem;
    line-height: 0.26rem;
    display: inline-block;
    margin: 0 0.17rem;
    float: left;
}
.dd-paging-item{
    width: 0.26rem;
    height: 0.26rem;
    display: inline-block;
    margin: 0 0.17rem;
    background: url("../../images/pc/case/icon-paging.png") no-repeat center;
    background-size: 0.26rem 0.26rem;
    float: left;
}
.dd-paging-active{
    background: url("../../images/pc/case/icon-paging-active.png") no-repeat center;
    background-size: 0.26rem 0.26rem;
}

.dd-mob-menu-box{
    display: none;
}

.pc {
    display:block
}
.mob {
    display:none!important
}
@media screen and (max-width:640px) {
    .pc {
        display:none!important
    }
    .mob {
        display:block!important
    }
    .dd-container{
        width: 100%;
        padding: 0 0.30rem;
        margin: 0 auto;
    }

    .dd-content-box{
        height: auto;
        position: relative;
    }
    .dd-mob-header-box{
        width: 100%;
        height: 1.20rem;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 0;
        z-index: 9999;
        background: #fefef6;
    }
    .dd-mob-logo-box{
        width: 1.64rem;
        height: 0.47rem;
        position: absolute;
        top: 0.28rem;
        left: 50%;
        margin-left: -0.82rem;
    }
    .dd-mob-menu-btn-box{
        width: 0.34rem;
        height: 0.34rem;
        position: absolute;
        top: 0.48rem;
        right: 0.35rem;
    }
    .dd-mob-menu-btn:after{
        content: "";
        width: 0.34rem;
        height: 0.34rem;
        background: url("../../images/mob/menu_icon.png") no-repeat center;
        background-size: 0.34rem 0.20rem;
        position: absolute;
        top: 0;
        right: 0;
    }
    .dd-mob-menu-close:after{
        content: "";
        width: 0.34rem;
        height: 0.34rem;
        background: url("../../images/mob/close_icon.png") no-repeat center;
        background-size: 0.28rem 0.27rem;
        position: absolute;
        top: 0;
        right: 0;
    }
    .dd-mob-menu-box{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 1.20rem;
        left: 0;
        z-index: 9999;
        display: none;
        overflow: hidden;
    }
    .dd-mob-menu-cover{
        width: 100%;
        height: 100%;
        background: #000000;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .dd-mob-menu{
        width: 100%;
        height: auto;
        background: #ffffff;
        position: absolute;
        top: 0;
        right: -100%;
        z-index: 20;
    }
    .dd-mob-menu-title-box{
        width: 100%;
        height: 1.13rem;
        background: #010101;
    }
    .dd-mob-menu-content{
    }
    .dd-mob-header-main-menu-box{
        width: 100%;
    }
    .dd-mob-header-main-menu-item{
        color: #010101;
        font-size: 0.22rem;
        width: 100%;
        line-height: 0.98rem;
        position: relative;

        border-bottom: 1px solid #a4abb0;
        background: #f7f4ed;
    }
    .dd-mob-header-main-menu-item span{
        padding-left: 0.30rem;
    }
    .dd-mob-header-sub-menu-box{
        display: none;
        list-style: none
    ;   padding-left: 0;
    }
    .dd-mob-header-sub-menu-item{
        font-size: 0.22rem;
        color: #010101;
        width: 100%;
        line-height: 0.98rem;
        position: relative;
        padding: 0 0.50rem;
        border-top: 1px solid #a4abb0;
        background: #ffffff;
    }
    .dd-mob-header-sub-menu-item a{
        color: #010101;
    }
    .dd-mob-header-sub-menu-item:after{
        content: "";
        width: 0.04rem;
        height: 0.20rem;
        background: #712e2f;
        position: absolute;
        top: 0.42rem;
        left: 0.30rem;
    }
    .dd-mob-header-sub-menu-more{
        width: 0.26rem;
        height: 0.26rem;
        float: right;
        margin-top: 0.42rem;
        margin-right: 0.30rem;
        position: relative;
        display: none;
    }
    .dd-hasmore .dd-mob-header-sub-menu-more{
        display: block;
    }
    .dd-mob-header-sub-menu-more:after{
        content: "";
        width: 0.26rem;
        height: 0.26rem;
        background: url("../../images/mob/header-sanjiao-icon-2.png") no-repeat center;
        background-size: 0.26rem 0.16rem;
        position: absolute;
        top: 0;
        left: 0;
    }
    .dd-header-sub-menu-show .dd-mob-header-sub-menu-box{
        display: block;
    }
    .dd-header-sub-menu-show .dd-mob-header-sub-menu-more:after{
        content: "";
        width: 0.26rem;
        height: 0.26rem;
        background: url("../../images/mob/header-sanjiao-icon-1.png") no-repeat center;
        background-size: 0.16rem 0.26rem;
        position: absolute;
        top: 0;
        left: 0;
    }


    /**banner**/
    .dd-banner-box{
        width: 100%;
        position: relative;
    }
    .dd-banner-content{
        width: 100%;
        height: auto;
        position: relative;
    }
    .dd-banner-text-box{
        padding-top: 1.00rem;
        padding-left: 0.30rem;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .dd-banner-title-box{
        width: 100%;
        height: 0.66rem;
        display: inline-block;
        position: relative;
    }
    .dd-banner-title{
        font-size: 0.60rem;
        color: #ffffff;
        line-height: 0.60rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .dd-banner-line{
        width: 1.93rem;
        height: 0.15rem;
        background: #fbfbfb;
        opacity: .2;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 5;
    }
    .dd-banner-subtitle{
        font-size: 0.26rem;
        color: #ffffff;
        line-height: 0.26rem;
        height: 0.28rem;
        margin-top: 0.27rem;
    }
    /**banner**/


    /**尾部开始**/
    /**底部**/
    .dd-footer-box{
        width: 100%;
        padding: 0 0.30rem;
        background: #d1b899;
    }
    .dd-footer-content-box{
        width: 100%;
        margin: 0 auto;
        padding-top: 0.30rem;
        padding-bottom: 0.05rem;
        border-bottom: 2px solid #a28b6f;
    }
    .dd-footer-logo-box{
        width: 2.23rem;
        float: left;
    }
    .dd-footer-logo{
        width: 2.23rem;
        height: 0.81rem;
    }
    .dd-footer-nav-box{
        float: left;
        margin-left: 0.76rem;
    }
    .dd-footer-nav-dl{
        width: 4.70rem;
        float: left;
    }
    .dd-footer-nav-dt{
        font-family: 'Axia Bold', sans-serif;
        font-weight: bold;
        font-size: 0.21rem;
        color: #ffffff;
        line-height: 0.21rem;
        height: 0.21rem;
        width: 100%;
    }
    .dd-footer-nav-dd{
        width: 100%;
        margin-top: 0.25rem;
    }
    .dd-footer-nav-dd-item{
        font-family: 'Axia Light', sans-serif;
        font-size: 0.21rem;
        color: #ffffff;
        line-height: 0.35rem;
        width: 100%;
        padding-right: 0.60rem;
        /*white-space: normal;*/
        word-break: keep-all;
        overflow-wrap: break-word;
    }
    .dd-footer-nav-dd-item a{
        color: #ffffff;
    }


    .dd-footer-info-box{
        width: 100%;
        float: left;
    }
    .dd-footer-info-item{
        width: 100%;
        font-size: 10px;
        height: 10px;
        color: #635345;
        margin-bottom: 0.06rem;
    }
    .dd-footer-info-item a{
        color: #635345;
    }
    .dd-footer-company-name-box{
        width: 100%;
        float: left;
    }

    .dd-footer-company-name{
        font-size: 14px;
        color: #665c57;
        text-align: left;
        padding-top: 0.30rem;
    }

    .dd-footer-copyright-box{
        width: 100%;
        height: 1.00rem;
        padding-bottom: 0.60rem;
        background: #d1b899;
    }

    .dd-footer-copyright-main{
        width: 100%;
        margin: 0 auto;
        padding-top: 0.12rem;
    }

    .dd-footer-copyright-item{
        width: 100%;
        font-size: 10px;
        height: 10px;
        color: #635345;
        text-align: center;
    }

    .dd-footer-copyright-right{
        width: 12.80rem;
        float: left;
        padding-left: 1.44rem;
    }
    .dd-footer-copyright-item1{
        font-family: 'Axia Regular', sans-serif;
        font-size: 0.16rem;
        color: #8a8a89;
        height: 0.16rem;
        line-height: 0.16rem;
        display: inline-block;
        padding-right: 0.56rem;
    }
    .dd-footer-copyright-item2{
        font-family: 'Axia Regular', sans-serif;
        font-size: 0.16rem;
        color: #8a8a89;
        height: 0.16rem;
        line-height: 0.16rem;
        display: inline-block;
        padding-right: 0.28rem;
    }
    .dd-footer-copyright-item2 a {
        color: #8a8a89;
    }
    .dd-footer-copyright-item2 a:hover {
        color: #fe5000;
    }
    .dd-footer-copyright-left{
        width: 3.94rem;
        height: 0.58rem;
        float: left;
        margin-top: 0.37rem;
    }
    .dd-footer-share-box{
        width: 3.94rem;
        height: 0.58rem;
        float: left;
    }
    .dd-share-bar{
        width: 100%;
        height: 0.58rem;
    }
    .dd-share-bar a{
        width: 0.58rem;
        height: 0.58rem;
        float: left;
        margin-left: 0.09rem;
    }
    .dd-share-bar a:last-child{
        margin-right: 0;
    }
    .dd-share-twitter{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/twitter.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }
    .dd-share-facebook{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/facebook.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }
    .dd-share-weibo{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/weibo.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }
    .dd-share-weixin{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/weixin.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }

    .dd-share-twitter:hover{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/twitter-hover.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }
    .dd-share-facebook:hover{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/facebook-hover.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }
    .dd-share-weibo:hover{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/weibo-hover.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }
    .dd-share-weixin:hover{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/weixin-hover.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }

    .dd-share-youtube{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/youtube.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }
    .dd-share-youtube:hover{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/youtube-hover.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }
    .dd-share-linkedin{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/linkedin.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }
    .dd-share-linkedin:hover{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/linkedin-hover.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }
    .dd-share-ins{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/ins.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }
    .dd-share-ins:hover{
        width: 0.58rem;
        height: 0.58rem;
        background: url(../../images/pc/share/ins-hover.png);
        background-repeat: no-repeat;
        background-size: 0.58rem 0.58rem;
        background-position: center center;
        cursor: pointer;
    }
}