@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    
    box-sizing:border-box;
}
*{
    margin:0;
    padding:0;
    font-size:100%;
    -webkit-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text; /* 可以选择文本 */
    
}
p,span{
    -webkit-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text; /* 可以选择文本 */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    /* font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "Microsoft Yahei","Hiragino Sans GB",sans-serif; */
    /* font-size:14px; */
    min-width: 1000px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;

}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*HTML默认设置*/
/*html, body, ul, li, label, button{ font-family: 'Microsoft Yahei',arial,sans-serif;}*/
body{color: #201D1C;;background: #fff;min-width:1260px;}
ul, li{ list-style:none;}
a{ color: #000; text-decoration:none;}
button{ cursor:pointer;}

textarea{ resize:none;}
img{-webkit-touch-callout:none;border:0;vertical-align:top;}
article, aside, footer, header, hgroup, main, nav, section {display: block;}
::-webkit-inner-spin-button { visibility: hidden; }
.clear {
    clear:both;
    height:0;
    line-height:0;
    font-size:0;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

html{
    font-size:16px;
}
.swiper-wrapper{
    transition-delay:.3s;
}
.swiper-container {
    width: 100%;
    height: 100%;
    background-color:#F5F5F7;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    
}
.swiper-slide > .textBox,.sleep_index .page5 .bg .textBox{
    -webkit-transform:translateY(150px);
    transform:translateY(150px);
    opacity:0;
    -webkit-transition:all 1s;
    transition:all 1s;
    position: absolute;
    left: 50%;
    margin-left: -24rem;
    width: 48rem;
    text-align: center;
}

.ani-slide .textBox,.sleep_index .ani-slide.page5 .bg .textBox{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    opacity:1;
    position: relative;
    z-index: 2;
}

/* 首页 */
.page1{
    background-color: #11131D\0;
    background-image: -webkit-linear-gradient(-95deg, #42495B 0%, #1F222E 63%, #11131D 100%);
    background-image: linear-gradient(-165deg, #42495B 0%, #1F222E 63%, #11131D 100%);
    /* background-attachment: fixed; */
}
.page2{
    background-color: #272C3C\0;
    background-image: -webkit-linear-gradient(-90deg, #F4F5F6 0%, #9CA1AF 38%, #272C3C 100%);
    background-image: linear-gradient(-169deg, #F4F5F6 0%, #9CA1AF 38%, #272C3C 100%);
}
.page2 .bg{
    background: url(../img/img/2.png) no-repeat center center;
    background-size: cover;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:0;
}
.page3{
    background: url(../img/img/3.png) no-repeat center center;
    background-size: cover;
    width:120rem;
    height:56.9rem;
    margin:0 auto;

}
.page4{
    background: url(../img/img/4.png) no-repeat center center;
    background-size: cover;
}
.page5{
    background: url(../img/img/5.png) no-repeat center center;
    background-size: cover;
}
.page6{
    background-color: #F7F7F7 !important;
    /* background-image: -webkit-linear-gradient(-90deg, #656D82 0%, #2E323E 50%, #060B17 100%);
    background-image: linear-gradient(-163deg, #656D82 0%, #2E323E 50%, #060B17 100%); */
}
._swiper-slide-prev .textBox{
    -webkit-transform:translateY(-200px);
    transform:translateY(-200px);
}
/*page1*/


.page1 a.t1{
    display:block;
    position:absolute;
    font-size:4rem;
    line-height:10rem;
    width:12rem;
    height:6rem;
    top:23rem;
    margin-left:22.5rem;
    left:0;
    
    /* margin-left:1.3rem; */
    z-index:2;
    /* margin-top:5rem;
    margin-left:-70rem; */
    /* margin:0 -44rem; */
    
    background:url(../img/img/textBox1.png) no-repeat;

    
}


.page1 .imgBox{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.imgBox img{
    opacity:0;
    -webkit-transition:all 1s;
    transition:all 1s;
    -webkit-transform:translateY(200px);
    transform:translateY(200px);
}
._swiper-slide-prev .imgBox img{
    -webkit-transform:translateY(-200px);
    transform:translateY(-200px);
}

.ani-slide .imgBox img{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    opacity:1;
}
.page1 .imgBox img{
    position: absolute;
}
.page1 .imgBox img:nth-child(1){
    width: 16.5625rem;
    height: 15.625rem;
    left: 50%;
    top:57%;
    margin-left: -8.25rem;
    margin-top: -23.875rem;
}
.page1 .imgBox img:nth-child(2){
    width: 41rem;
    height: 42.875rem;
    transition: all 1.2s;
    right: 8.4375rem;
    bottom: -10.25rem;
}
.page1 .imgBox img:nth-child(3){
    width: 21.4375rem;
    height: 21.875rem;
    left: 8.6%;
    bottom: 15%;
    transition:all 1.4s;
}
.page1 .imgBox img:nth-child(4){
    width: 17.5625rem;
    height: 17.5rem;
    left: 19.4%;
    top:29%;
    transition:all 0.8s;
}


/*page2*/
.page2 .textBox{
    top: 0;
    
    color: #fff;
}
.page2 .textBox.v0507{
    left: 13%;
    right: 50%;
    margin: 0;
    margin-top:8.57rem !important;
    margin-right:29.14rem !important;
}
.page2 .textBox.v0507 a{
    display: block;
}
.page2 .textBox.v0507 .t1{
    text-align:right;
    padding-left:118%;
    margin-right:29.14rem !important;
}

.page2 .textBox.v0507 .t2{
    font-size:4rem;
    line-height:5.625rem;
    margin-top:2.86rem;
    padding-left:153%;
    margin-right:29.14rem !important;
}

.page2 .textBox.v0507 .t3{
    font-size:1.25rem;
    line-height:2.75rem;
    color: #D2C19B;
    padding-left:70%;
}

/*page3*/
.page3 .textBox{
    top:0;
    margin-top:6.14rem;
    color: #fff;
}
.page3 .textBox a{
    display: block;
}
.page3 .t1{
    font-size: 2.25rem;
    line-height:3.125rem;
    position: relative;
    font-weight: 100;
    padding-left:20%;
}

.page3 .t2{
    font-size: 4.5rem;
    line-height: 6.25rem;
    margin-top:1.25rem;
    padding-left:20%;
}
.page3 .t3{
    font-size: 1rem;
    line-height: 1.625rem;
    margin-top: 1rem;
}
/*page4*/
.page4 .textBox{
    top: 0%;
    margin-top:35.7rem;
    color: #fff;
    left:30rem;
    margin-left:0 !important;
}
.page4 .textBox a{
    display: block;
}
.page4 .t1{
    font-size: 2.25rem;
    line-height:3.125rem;
    position: relative;
    font-weight: 100;
    margin-left:-70%;
}

.page4 .t2{
    font-size: 4.5rem;
    line-height: 6.25rem;
    margin-top:1.25rem;
    margin-left:-117%;
}
/*page5*/
.page5 .textBox{
    top:0%;
    margin-top:12.7rem;
    left:26.86rem;
    margin-left:0 !important;
    color: #fff;
}
.page5 .textBox a{
    display: block;
}
.page5 .t1{
    font-size: 2.25rem;
    line-height:3.125rem;
    position: relative;
    font-weight: 100;
    margin-left:-70%;
}

.page5 .t2{
    font-size: 4.5rem;
    line-height: 6.25rem;
    margin-top:1.25rem;
    margin-left:-111%;
}
/*page6*/
.page6 .imgBox{
    width: 88.75rem;
    height: 32.5rem;
    overflow: hidden;
    position: absolute;
    left:50%;
    margin-left:-44.375rem;
    top:50%;
    margin-top:-19rem;
}
.page6 .imgBox{
    opacity:0;
    -webkit-transition:transform 1s,opacity 1s;
    transition:transform 1s,opacity 1s;
    -webkit-transform:translateY(200px);
    transform:translateY(200px);
}
.page6.ani-slide .imgBox{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    opacity:1;
}
.page6._swiper-slide-prev .imgBox{
    -webkit-transform:translateY(-200px);
    transform:translateY(-200px);
}
.page6 .imgItem{
    width: 43.75rem;
    height: 32.5rem;
    float: left;
    margin-right: 1.25rem;
    position: relative;
    z-index: 1;
}
.page6 .imgItem:last-child{
    margin-right: 0;
}
.page6 .imgItem>a{
    transition:all 0.2s;
    display:block;
}
.page6 .imgItem>a:hover{
    opacity:0.8;
}
.page6 .imgChild1{
    width:100%;
    height:16.25rem;
}
.page6 .imgChild1 img{
    display: block;
    width: 100%;
}
.page6 .imgChild1-mask{
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height:100%;
    background:url(../img/img/derucci_pc_img_index_customerservice_bg@1x.png) no-repeat center bottom;
    padding-top:16.25rem;
    color: #201D1C;
    text-align:center;
    background-size:100% auto;
}
.page6 .imgChild1-mask .t1{
    margin-top:4.75rem;
}
.page6 .imgChild2{
    width:100%;
    height:50%;
    position: relative;
    z-index: 1;
    text-align: right;
    color: #ffffff;
}
.page6 .imgChild2 img{
    height:100%;
    width:50%;
    cursor: pointer;
}
.page6 .imgChild2:nth-child(2){
    text-align: left
}
.page6 .imgChild2 .imgChild2-mask{
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height:100%;
    background:url(../img/img/derucci_pc_img_index_news_bg@1x.png) no-repeat left center;
    color: #ffffff;
    text-align:left;
    background-size:auto 100%;
    padding-right:6%;
}
.page6 .imgChild2:nth-child(2) .imgChild2-mask{
    padding-left:1.875rem;
    background:url(../img/img/derucci_pc_img_index_searchstore_bg@1x.png) no-repeat right center;
    background-size: auto 100%;
}
.page6 .imgItem .t1{
    font-size:3rem;
    line-height:4.25rem;
    margin-bottom: 0.3125rem;
}
.page6 .imgItem .t2{
    font-size: 1.125rem;
    line-height: 1.5625rem;
}
.page6 .imgChild1 .t2{
    color: #EED8AB;
}
.page6 .imgChild2 .t1{
    margin-top: 3.25rem;
    padding-left: 1.875rem;
}
.page6 .imgChild2 .t2,
.page6 .imgChild2 a{
    padding-left: 1.875rem;
}
.page6 .imgChild2 a{
    margin-top: 1.25rem;
    font-size: 0.875rem;
    color: #FFFFFF;
}
.page6 .indexImgBox{
    width:100%;
    overflow:hidden;
    margin-top:50px;
}
.page6 .indexImgBox .imgItem{
    width:50%;
    height:auto;
    margin:0;
}
.page6 .indexImgBox .imgItem img{
    display:block;
    width:100%;
    height:auto;
}
.page6 .indexImgBox .imgItem:hover img{
    opacity:0.9
}
.indexDynamics{
    width:100%;
    background:url(../img/img/indexDynamicsBg.jpg) no-repeat center top;
    background-size:cover;
    overflow:hidden;
}
.indexDynamics .t1{
    font-size: 4.5rem;
    line-height: 5.25rem;
    margin: 1.5rem 0 1.5rem;
    color: #fff;
    visibility:hidden;
}
.indexDynamics .dynamicItem{
    width:68.125rem;
    height:14.375rem;
    overflow:hidden;
    margin:auto;
    margin-bottom:1.875rem;
}
.indexDynamics .dynamicItem .img{
    width: 23.8%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.indexDynamics .dynamicItem img{
    width: 100%;
    min-height: 100%;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    top: 0\0;
}
.indexDynamics .dynamicItem .text{
    float:left;
    width:76.2%;
    height:100%;
    border:1px solid rgb(207,189,149);
    color:#fff;
    padding:1.5rem 3rem 0;
    overflow:hidden;
    text-align:left;
    position: relative;
    z-index: 1;
}
.indexDynamics .dynamicItem .text .t2{
    font-size:1.5rem;
    margin-bottom:1.5rem;
    line-height:2.5rem;
    position: absolute;
    top: 50%;
    left: 3rem;
    right: 3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.indexDynamics .dynamicItem .text .t3{
    font-size:0.875rem;
    line-height:1.25rem;
}
.btnBox{
    overflow: hidden;
    position:absolute;
    z-index: 3;
    width: 45.2rem;
    left: 50%;
    margin-left: -22.6rem;
    bottom: 7.25rem;
    opacity: 0;
    -webkit-transition:opacity 1s linear 0.5s;
    transition:opacity 1s linear 0.5s;
}
.page2 .btnBox{
    width: 60rem;
    margin-left: -30rem;
}
.ani-slide .btnBox{
    opacity: 1;
}
._swiper-slide-prev .btnBox{
    -webkit-transition:all 1s;
    transition:all 1s;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
}
.btnBox .btn{
    width: 15.6875rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.125rem;
    color: #EED8AB;
    float: left;
    background: url(../img/btn/derucci_pc_btn_common_tab_contect_default@1x.png);
    background-size: 100% 100%;
    margin-left: -0.9375rem;
    position: relative;
    z-index: 2;
}
.btnBox .btn:nth-child(1){
    margin-left: 0;
}
.btnBox .btn:hover,
.btnBox .btn.on,
.jon-btnBox.btnBox .btn{
    color: #201D1C;
    background-image: url(../img/btn/derucci_pc_btn_common_tab_contect_hover@1x.png);
    position: relative;
    z-index: 3;
}
.btnBox .btn.on{
    z-index: 1;
}
.service .banner .btnBox{
    opacity: 1;
    position: static;
    margin: 6rem 0 0;
}

.footer{
    background-color:#F7F7F7;
    /* width:88.75rem; */
    /* width:100%;
    
    height: 11rem; */
   
    /* bottom: 0; */
    /* left: 53%;
    margin-left:-44.375rem; */
    z-index: 2;
    bottom:0rem;
    overflow: auto;
    /* opacity: 0;
    overflow: hidden; */
    
    
    /*     transition:opacity 0.8s,height 0.5s; */
}


.codema { position: absolute;
    top: 8px;right: -96px; font: 12px/25px '宋体';
    color:#666666;width:250px; 
    display: flex;
    justify-content: space-around;
    align-items: center;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;}
.codema img { width: 88px;margin:0 auto 5px; }
/* .codema .codemaBox { margin: 0 10px; } */
.footer {
    overflow: auto;
    background: #f7f7f7;
}
.codemaBox:nth-child(2){
    padding:0 5px;
}
.helper {
    margin: 1px 0 0 0;
    padding: 26px 0 34px;
    background: #f7f7f7;
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
}

.code_ma { position: absolute;bottom: -62px;right: 0px;width: 80px;height: 80px; }

.hl_inr, .hl_lnk {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    padding:34px 20px;
    box-sizing: border-box;
}
.hll_lf {
/*    overflow: hidden;*/
    width: 780px;
    float: left;
    position: relative;
}
.hll_lf ul { overflow: hidden; }
.hll_lf li { 
   padding: 0 60px;
   float: left;
}
.hll_lf li p {
   font: bold 14px/30px 'SimSun';
   color:#333;
   text-align: left;
}
.hll_lf li a {
    font: 12px/25px 'SimSun';
    text-decoration: none;
    color: #666666;
    text-align: left;
    margin-bottom:-1.5rem;
    display: block;
}
.hll_lf li a:hover {
    color: #2997ff;
}
.hll_rht {
    width: 205px;
    float: right;
    overflow: hidden;
    padding: 0;
}
.hll_rht p {
    display: block;
    width: 100%;
    float: left;
    padding: 15px 0 5px 0;
}
.hll_rht p i.tel {
    background-position: 0 -300px;
    position: relative;
    top: 10px;
}
.hll_rht p i {
    width: 50px;
    height: 33px;
    float: left;
    display: block;
    background-image: url(http://img1.homekoocdn.com/html/common/images/new_footer/footer_icon.png);
    background-repeat: no-repeat;
}
.hll_rht p i.ser {
    background-position: 0 -338px;
    height: 40px;
    position: relative;
    top: 5px;
}
.hll_rht p span {
    float: left;
    color: #808080;
    font: 12px/20px '宋体'
}
.hll_rht p span font {
    font: 22px/30px Microsoft Yahei;
    color: #da1f2e;
}
.hll_rht .tit_con_us{
    font-size:12px;
    text-align: left;
}
/*友情链接*/
.youqing_links {
    /* border: 1px solid #e0e0e0; */
    border-top: none;
    width: 1190px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.youqing_left {
    width: 90px;
    float: left;
}
.youqing_left li {
    background: #cccccc;
    /* border-bottom: 1px solid #ededed; */
    color: #fff;
    cursor: pointer;
    height: 29px;
    line-height: 29px;
    text-align: center;
    width: 90px;
}
.youqing_right {
    padding: 0 25px;
    width: 1050px;
    float: left;
    line-height: 20px;
/*    overflow: hidden;*/
    /*height: 73px;*/
    color: #000;
    position: relative;
    font-size:14px;
    text-align:left;

}
.youqing_left .yq_hot { 
    background: #f7f7f7;
    color: #000;
    text-align: right;
    font-weight: bold; 
    font-family: "FZLTHJW--GB1-0";
    font-size:12px;
    
}
.youqing_right .aalink { display: none; font-size:14px;font-family:'思源黑体';color:#000; line-height: 20px;}

.youqing_right a:link, .youqing_right a:visited {
    color: #000;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    padding: 2px;
    text-align: right;

}
.youqing_right a:hover {
    color: #2997ef;
    text-decoration: underline;
}

/*底部*/
.copyright {
    background: #4d4848;
}
.cr_top {
    height: 10px;
    background: #3a3535;
}
.cr_box {
    text-align: center;
    line-height: 100%;
    padding: 21px 0 22px;
    color: #fff;
}
.cr_box p {
    margin: 0 auto;
    font: 12px "宋体";
    line-height: 24px;
}
.cr_box a:link, .cr_box a:visited, .cr_box a:hover, .cr_box span {
    color: #fff;
    text-decoration: none;
    font: 12px "宋体";
}
.cr_box a:hover {
    text-decoration: underline;
}
#copyright_box a, #copyright_box span {
    color: #c2b9b9;
}
.galogo {
    background: url(http://img1.homekoocdn.com/html/common/images/galogo.png) no-repeat;
    width: 16px;
    height: 17px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: -3px;
}
.small_brand{margin: 0 auto;display: inline-block;}
.small_brand{width: 110px;height: 40px;margin-top: 10px;}
.plugins .logo{
    width:150px;
    height:23px;
    background: url("../../../../Public/Static/company/images/company/logo_02.png")  no-repeat center center;
    z-index:4;
    cursor: pointer;
}


.plugins .nav{
    width: 870px;
    position: fixed;
    top: 3.3125rem;
    right: 1.875rem;
    z-index: 4;
    height: 1.5rem;
}
.plugins .nav-col{
    width: 700px;
    /*
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    */
    text-align: right;
}
/*侧边导航栏*/
.s-dialog{
    width:5.6rem;
    /* height:20rem; */
    background-color:#fff;
    border-radius:50px;
    position: fixed;
    right:1rem;
    top:30rem;
    z-index:2;
}
.s-dialog ul{
    margin:auto 0;
    padding-top:2.5rem;
    /* display:flex;
    justify-content: center; */
}
.s-dialog ul li{
    margin:0 auto 2rem;
    display: flex;
    justify-content: center;

}
.s-dialog ul li:nth-child(1){
    margin-bottom:1rem;
}
.s-dialog ul li:nth-child(2){
    padding-top:1rem;
    border-top:1px solid #FAFAFA;
    margin: 0 auto 1rem;
}
.s-dialog ul li#goTop{
    cursor: pointer;
}
@-webkit-keyframes fadeIn{
    0% {opacity: 0;-webkit-transform:translate3d(0,-20px,0)}
    100% {opacity: 1;-webkit-transform:translate3d(0,0,0)}
}
@keyframes fadeIn{
    0% {opacity: 0;transform:translate3d(0,-20px,0)}
    100% {opacity: 1;transform:translate3d(0,0,0)}
}
.plugins.service{
    padding: 0;
}
.plugins.service .nav{
    -webkit-transition: left 1s,right 1s,background 1s,height 1s;
    transition: left 1s,right 1s,background 1s,height 1s;
    -webkit-animation: fadeIn 1s ease-out 0s both;
    animation: fadeIn 1s ease-out 0s both;
}
.service .nav-col,
.plugins.service .nav .nav-col{
    margin-left: 100px;
    width: auto;
    margin: auto;
    display: block;
    height: 50px;
    text-align: center;
   
}
.plugins.service>.logo{
    z-index: 12;
    left: 10px;
    top: 6px;
    background-image: url("../../../../Public/Static/company/images/company/logo_02.png");
}
.plugins .nav:after{
    content: '';
    clear: both;
    display: table;
}

.plugins .nav-col li a{
    font-size: 0.875rem;
    -webkit-transition:color 1s linear 0.3s;
    transition:color 1s linear 0.3s;
    
}

.plugins .nav-col a.cur{
    color: #EED8AB;
}
.plugins.black .pagination a{
    color: #201D1C;
}
.plugins .nav-icon,.service .nav-icon{
    float: right;
    /*    width: 8.25rem;*/
}
.plugins .nav-icon a,.service .nav-icon a{
    float: left;
    margin-left:1.25rem;
}
.plugins .nav-icon i,.service .nav-icon i{
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    -webkit-transition:backgroud 0.3s;
    transition:backgroud 0.3s;
    background-size: 100%;
}
.nav-icon .icon-search{
    background-image: url(../img/icon/derucci_pc_icon_index_search_default@1x.png)
}
.nav-icon .icon-user{
    background-image: url(../img/icon/derucci_pc_icon_index_menu_user_default@1x.png)
}
.nav-icon .icon-cart{
    background-image: url(../img/icon/derucci_pc_icon_index_menu_cart_default@1x.png)
}

.plugins .right-control{
    /*height: 284px;*/
    position: fixed;
    right:36px;
    top:50%;
    margin-top:-142px;
    z-index: 4;
    width:144px;
    padding-right:9px;
    background: url(../img/btn/derucci_btn_index_rightbar_menu_bg@1x.png) no-repeat right 25px;
}
.plugins .pagination{
    top: 0;
}
.plugins .right-control.col-3{
    background-image: url(../img/btn/derucci_btn_index_rightbar_menu_bg_3@1x.png)
}
.plugins .pagination a{
    display: block;
    width:135px;
    height:50px;
    /* padding-left: 16px; */
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255,0.80);
    /*    text-shadow: 0 2px 4px rgba(0,5,18,0.50);*/
    background: url(../img/btn/derucci_btn_index_rightbar_menu_default@1x.png);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.plugins .pagination a.active{
    background: url(../img/btn/derucci_btn_index_rightbar_menu_hover@1x.png);
    text-shadow: 0 1px 5px rgba(0,5,18,0.50);
    text-align: left;
}
.plugins .pagination a i{
    height: 25px;
    border-bottom:1px solid #93969F;
    display: block;
    float: left;
    width:0;
}
.plugins .pagination a.active i{
    width:10px;
    margin-right: 14px;
    margin-left: 18px;
}
.plugins .right-icon{
    /*    padding-left: 10px;*/
    overflow: hidden;
    margin-top: 14px;
    width: 138px;
    /*    margin-left: -10px;*/
}
.plugins .right-icon a{
    float: left;
    width: 46px;
    height:46px;
    background-size: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.plugins .right-icon a:last-child{
    margin-right: 0;
}
.plugins .right-icon .icon-service{
    margin-right:26px;
    background-image: url(../img/icon/derucci_pc_icon_index_rightbar_menu_customerservice_default@1x.png);
}
.plugins .right-icon .icon-follow{
    background-image: url(../img/icon/derucci_pc_icon_index_rightbar_menu_follow_default@1x.png);
}
.plugins .right-icon .icon-top{
    background-image: url(../img/icon/derucci_pc_icon_index_rightbar_menu_top_default@1x.png);
}

.plugins .right-icon .icon-service:hover{
    background-image: url(../img/icon/derucci_pc_icon_index_rightbar_menu_customerservice_hover@1x.png);
}
.plugins .right-icon .icon-follow:hover{
    background-image: url(../img/icon/derucci_pc_icon_index_rightbar_menu_follow_hover@1x.png);
}
.plugins .right-icon .icon-top:hover{
    background-image: url(../img/icon/derucci_pc_icon_index_rightbar_menu_top_hover@1x.png);
}

.plugins .tel{
    font-size: 16px;
    color: #939BB1;
    margin-top:10px;
    line-height: 22px;
    text-align: center;
}
.pagenum{
    height: 36px;
    width:356px;
    overflow: hidden;
    position: absolute;
    bottom:60px;
    left:50%;
    margin-left: -178px;
    z-index: 4;
}
.pagenum .left,
.pagenum .right{
    float: left;
    width:120px;
    height:36px;
    cursor: pointer;
}
.pagenum .left{
    background: url(../img/btn/derucci_pc_btn_index_banner_left_hover@1x.png) no-repeat 0 center;
}
.pagenum .right{
    background: url(../img/btn/derucci_pc_btn_index_banner_right_default@1x.png) no-repeat 0 center;
}
.pagenum .num{
    margin:0 40px;
    width:36px;
    height:36px;
    float: left;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.pagenum .num:after{
    width: 43px;
    height: 1px;
    background: rgba(125,135,168,0.80);
    content: '';
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: -3px;
}
.pagenum .cur{
    font-size: 20px;
    color: #FFFFFF;
    position:absolute;
    left:0;
    top:0;
}
.pagenum .all{
    font-size: 20px;
    color: rgba(125,135,168,0.80);
    position:absolute;
    right:0;
    bottom:0;
}



/*引导页*/
.guideContainer{
    /*     background: #1F222E\0;
        background-image: -webkit-linear-gradient(95deg, #42495B 0%, #1F222E 63%, #11131D 100%);
        background-image: linear-gradient(165deg, #42495B 0%, #1F222E 63%, #11131D 100%); */
    background:#1F222E url(../img/textures/derucci_pc_img_yindaoye_bg@1x.jpg) no-repeat center center;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}
.guideContainer canvas{
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 13%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}
/* .guideContainer:after{
    content: '';
    width: 100%;
    height: 170px;
    left: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: url(../img/img/derucci_pc_img_yindao_bg@1x.png) no-repeat center bottom;
    background-size: 100% auto;;
}*/
/* .guideContainer:before{
    content: '';
    width: 30%;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background: url(../img/textures/derucci_pc_img_yindao_bg2.png) no-repeat center top;
    background-size: 100% auto;;
}  */
@-ms-keyframes rotate{
    0% {-ms-transform:rotate(60deg);opacity: 0;}
    50% {opacity: 1;}
    100% {-ms-transform:rotate(0deg);}
}
@-webkit-keyframes rotate{
    0% {-moz-transform:rotate(60deg);opacity: 0;}
    50% {opacity: 1;}
    100% {-moz-transform:rotate(0deg);}
}
@keyframes rotate{
    0% {transform:rotate(60deg);opacity: 0;}
    50% {opacity: 1;}
    100% {transform:rotate(0deg);}
}
.ring{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    display: none;
}
.ring.showLabel .coord-label{
    opacity: 1
}
.ring .bg{
    position: absolute;
    width: 100%;
    left: 0;
    height: 108%;
    top: -4%;
    background: url(../img/textures/ring.png) no-repeat center center;
    background-size: auto 100%;
    -webkit-animation: rotate 3s ease-out 0s both;
    -moz-animation: rotate 3s ease-out 0s both;
    -ms-animation: rotate 3s ease-out 0s both;
    animation: rotate 3s ease-out 0s both;
}
.ring .bg2{
    position: absolute;
    width: 100%;
    left: 0;
    height: 108%;
    top: -4%;
    background: url(../img/textures/ring2.png) no-repeat center center;
    background-size: auto 100%;
    display:none;
}
.yindao360{
    width:50px;
    height:50px;
    background: url(../img/icon/derucci_pc_icon_yindao_360_dafault@1x.png) no-repeat center center;
    position:absolute;
    left:50%;
    margin-left:-25px;
    bottom:3.5%;
}
.coord-label{
    font-size: 1.125rem;
    color: #EED8AB;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    -webkit-transition:opacity 1s;
    -ms-transition:opacity 1s;
    -moz-transition:opacity 1s;
    transition:opacity 1s;
    opacity: 0;
}
.coord-label:nth-child(1),
.coord-label:nth-child(2),
.coord-label:nth-child(3),
.coord-label:nth-child(4){
    text-align: right;
}
.service .nav{
    background:#fff;
    height: 50px;
    position: fixed;
    z-index: 10;
    top:0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    font-family:'FZLTHK--GBK1-0';
    text-align:left;
}
.service .nav:after{
    content:'';
    display: table;
    clear:both;
}
.service .nav .logo{
    width:150px;
    height:23px;
    background: url("../../../../Public/Static/company/images/company/logo_02.png") center center no-repeat;
    display:inline-block;
    padding-right:0 !important;
    margin-right:3.75rem;
}
.service .nav .nav-col li{
    padding: 12px 0 13px 0;
    line-height: 25px;
    height: 50px;
    padding-right: 2.6rem;
    font-size: 0;
    display:inline-block;
    font-size:1rem;
    color:#333;
    font-family: 'FZLTHK--GBK1-0';
    text-align:left;

}
.service .nav-col li:hover{
    color:#0d75b8;
}

.service .nav .nav-col li.dropdown> a{
    position: relative;
}
.service .nav .nav-col li.dropdown> a img{
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 26px;
    height: 26px;   
    position: absolute;
    top: -2px;
    left: 60px;
}
.service .nav .nav-col li.dropdown> a:hover img,
.plugins .nav .nav-col li.dropdown>a:hover img{
    transform:translate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.imgActive{
    transform:translate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg); 
}
.nav .dropdown{
    position: relative;
}
.nav .dropdown .subContent{
    /* min-width: 100%; */
    width:8rem;
    padding: 0;
    top: 50px;
    position: absolute;
    left: -15px;
    height: 0;
    overflow: hidden;
    text-align: center;
}
.nav .dropdown .subContent .subInner{
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    height: auto;
    -webkit-transition:opacity 1s;
    transition: opacity 1s;
    overflow: hidden;
    font-size:1rem;
    color:#333;
    font-family: 'FZLTHK--GBK1-0';
    text-align:left;
}
.nav .dropdown .subContent .subInner.txt{
    padding-top: 20px;
    font-size:1rem;
    color:#333;
    font-family: 'FZLTHK--GBK1-0';
    text-align:left;
}
.nav .dropdown:hover .subContent .subInner{
    opacity: 1;
}
.plugins .nav .dropdown .subContent{
    top: 4.8rem;
}
.plugins.service .nav .dropdown .subContent{
    top: 50px;
}
.service .nav .dropdown .subContent .subInner{
    margin-top: 0;
}
.nav .dropdown:hover .subContent{
    height: auto;
    /*    padding: 20px 12px 20px 12px;*/
}
.nav .dropdown .subContent a{
    display: block;
    min-width: 100px;
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    white-space: nowrap;
    padding:0 16px;
    font-size:1rem !important;
    color:#333;
    font-family: 'FZLTHK--GBK1-0';
    text-align:left;
    line-height: 20px;
    margin-bottom: 20px;
    
    -webkit-transition: -webkit-transform 1s,opacity 1s;
    transition: transform 1s,opacity 1s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
}
.nav .dropdown .subContent a img{
    display: block;
    margin: 8px auto 4px;
}
.nav .dropdown:hover .subContent a{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.nav .dropdown .subContent a:hover{
    color: #0d75b8;
}
.service .nav .nav-col li a{
    font-size: 1rem;
    color:#333;
}
.service .nav .nav-col li a:hover{
    font-size: 1rem;
    color: #0d75b8;
}
.service .nav .nav-col li a.cur{
    /* color: #0d75b8; */
}
.service .nav-icon{
    top: 18px;
    position: absolute;
    right: 1.875rem;
}






/*引导页*/
@-webkit-keyframes tipFlash {
    0%{opacity: 0;}
    33%{opacity: 1;}
    66%{opacity: 0;}
    100%{opacity: 1;}
}
@keyframes tipFlash {
    0%{opacity: 0;}
    33%{opacity: 1;}
    66%{opacity: 0;}
    100%{opacity: 1;}
}
.siteTip{
    width: 22.875rem;
    height: 11.8125rem;
    background: url(../img/img/derucci_img_yindao_country_site_bg@1x.png);
    background-size: 100% 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding-top: 2.25rem;
    text-align: center;
    top: 40%;
    left: 40%;
    margin-left: -14rem;
    -webkit-animation: tipFlash 0.3s linear 0s both;
    -moz-animation: tipFlash 0.3s linear 0s both;
    -ms-animation: tipFlash 0.3s linear 0s both;
    animation: tipFlash 0.3s linear 0s both;
    opacity: 0;
    display: none;
}
.siteTip:hover{
    display: block !important;
}
.siteTip .t1{
    font-size: 3rem;
    line-height: 4.25rem;
    color: #fff;
    margin-bottom: 0.625rem;
}
.siteTip .t1:before{
    content: '';
    display: inline-block;
    width:13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 0.625rem;
    background: url(../img/icon/derucci_icon_yindao_country@1x.png)
}
.siteTip:after{
    content:"";
    width: 12rem;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.right.siteTip:after{
    left: 100%;
}
.left.siteTip:after{
    right: 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.top.siteTip:after{
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.top.left:after{
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.bottom.left:after{
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.siteTip .t2{
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.siteTip .t2 a{
    color: #EED8AB;
}
.right.bottom{
    -webkit-transform: translate3d(-350px,-150px,0);
    transform: translate3d(-350px,-150px,0);
}
.right.top{
    -webkit-transform: translate3d(-360px,-30px,0);
    transform: translate3d(-360px,-30px,0);
}
.left.top{
    -webkit-transform: translate3d(430px,-40px,0);
    transform:translate3d(430px,-40px,0);
}
.left.bottom{
    -webkit-transform: translate3d(430px,-150px,0);
    transform: translate3d(430px,-150px,0);
}
.guide-logo{
    width: 5rem;
    height: 3.375rem;
    background: url(../img/logo/derucci_pc_logo_index_menu_big@1x.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    left: 1.875rem;
    top: 1.25rem;
}
.index-sub-banner,.index-banner-item{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index-banner-item{
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition:translate3d(0,50px,0);
    transition:translate3d(0,50px,0);
    opacity: 0;
    -webkit-animation: indexBanner 0.6s linear 0s both;
    -moz-animation: indexBanner 0.6s linear 0s both;
    -ms-animation: indexBanner 0.6s linear 0s both;
    animation: indexBanner 0.6s linear 0s both;
}
.index-banner-item:first-child{
    display: block;
    /* opacity: 1; */
}
@-webkit-keyframes indexBanner {
    from {
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
@keyframes indexBanner {
    from {
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
.productNavBg{
    height: 100px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: #383c4a;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.productNavBg .plugins{
    height: 100px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.40)\0;
    background-image: -webkit-linear-gradient(-180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.00) 100%);
}
.productNavBg.transparent,.productNavBg.transparent .plugins{
    background: none;
}
.advisorNav .plugins .nav,
.advisorNav .plugins .logo,
.advisorNav .plugins .language{
    position: absolute;
}
.sleep-content.fixedNav{
    padding-top: 5rem
}
.sleep-content.fixedNav .about-tabs{
    position: fixed;
    z-index: 14;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1)
}

.footer.open .footer-sub-links{
    display: block;
}
.footer-sub-links{
    position: relative;
    z-index: 1;
    height: 10.25rem;
    display: none;
}
.footer-sub-links .f-links-contnt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: center;
}
.footer-sub-links .f-links-item{
    padding-top: 0.625rem;
    width: 4.375rem;
    white-space: nowrap;
    display: inline-block\0;
    margin: 0 4rem\0;
    /*     -webkit-animation: fadeIn 1s ease-out 0s both;
        animation: fadeIn 1s ease-out 0s both; */
}
.footer-sub-links .f-links-item a{
    display: block;
    /* text-align: left;
    font-size: 0.75rem;
    color: #9B9B9B; */
    line-height: 1rem;
    margin-bottom: 0.5rem;
}
.footer-bg.index{
    position: absolute;
    width: 100%;
    left: 0;bottom: 0;
    background: #000;
}
.footer-bg.index .footer{
    position: static;
    margin: auto;
}
.openFooter .indexFooterPage .innerBox{
    padding-bottom: 29.125rem
}
.openFooter .page4.ani-slide .imgBox{
    -webkit-transform: translateY(-14rem);
    transform: translateY(-14rem);
}
.openFooter .plugins .right-control{
    top: auto;
    margin: 0;
    bottom: 28rem;
}
.openFooter .customer .ani-slide .innerBox .textBox{
    bottom:20%;
}
.openFooter .join_home .page4 .textBox{
    top: 15%;
}
.earth-ie{
    position: relative;
    z-index: 1;
    height: 74%;
    top: 13%;
    width: 100%;
    /*    left: 50%;*/
    background: url(../img/textures/mask_ie.png) no-repeat center center;
    background-size:auto 100%;
}












