﻿@charset "utf-8";
/**第二屏内容**/

.m_hz
{
display:none;
}
.m_bn
{
display:none !important;
}

.logo_m
{
display:none;
}


#hmj_index02
{
text-align:center;
text-transform: uppercase;
font-size: 70px;
font-family:mon;
line-height: 70px;
color:#fff;
letter-spacing: 80px;
transition: all 5s;
transition-delay: 0s;
opacity:0;
}


.active #hmj_index02
{
letter-spacing: 13px;
opacity:1;
transition-delay: 0.5s;
}

#hmj_index02_1
{
width: 100%;
max-width: 940px;
margin: 12% auto 0px;
transition: all 2s;
opacity: 0;
transition-delay: 0s;
}

.active #hmj_index02_1
{
opacity:1;
margin: 6% auto 0px;
transition-delay: 1s;
}




#hmj_index02_1 ul li
{
    list-style: none;
    width: 164px;
    cursor: pointer;
    margin: 0px 10px;
    font-family: mon;
        line-height: 24px;
    color: #fff;
    padding-top: 40px;
    border: 2px #fff solid;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    float: left;
    height: 118px;
    position:relative;
bottom:0px;
  transition: all 0.5s;
transition-delay: 0s;  
    
}
#hmj_index02_1 ul li:hover
{
position:relative;
bottom:20px;
transition-delay: 0s;
}



#hmj_index02_2 ul li .fl_mc
{
position: relative;
z-index: 99999;
top: 45px;
line-height: 26px;
font-size: 18px;
}


#hmj_index02_2 ul li .fl_jg
{
content: " ";
background-color: #d3965c;
transform: rotateY(-90deg);
-webkit-transform: rotateY(-90deg);
transform-origin: 100% 50% 0;
-webkit-transform-origin: 100% 50% 0;
-webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
opacity: 0;
height: 168px;
width: 168px;
position:absolute;

}
#hmj_index02_2 ul li:hover .fl_jg
{
transform: rotateY(0deg); -webkit-transform: rotateY(0deg); opacity: 1;
}

#hmj_index02_2 ul li .fl_bg
{
background-color: rgba(83,83,83,0.8);
position: absolute;
width: 168px;
height: 168px;

}


#hmj_index02_2 ul li:hover .fl_bg
{

-webkit-transform-origin: 100% 50% 0; -webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms; transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms; opacity: 0;
}

#hmj_index02_1 ul li span
{
font-family: 微软雅黑;
    font-weight: bold;
    font-size: 18px;
}

#hmj_index02_2
{
    width: 100%;
    max-width: 940px;
    margin: auto;
    margin: 130px auto 0px;
    padding: 0px;
    
 transition: all 2s;
opacity:0;
transition-delay: 0s;

    
}

.active #hmj_index02_2
{
opacity:1;
    margin: 30px auto 0px;
transition-delay: 2s;
}




#hmj_index02_2 ul li
{
list-style: none;
cursor: pointer;
width: 168px;
margin: 0px 10px;
font-family: mon;
color: #fff;
padding-top: 0px;
font-size: 22px;
text-align: center;
text-transform: uppercase;
float: left;
height: 168px;

}
#hmj_index02_2 ul li span
{
font-family: 微软雅黑;
    font-weight: bold;
    font-size: 18px;
    display: block;
}

#hmj_index02_3
{
max-width:690px;
text-align:center;
font-family:微软雅黑;
font-weight:bold;
margin:50px auto 0px; 
color:#fff;
line-height:30px;
    transition: all 2s;
opacity:0;
transition-delay: 0s;
position:relative;
top:100px;  


}
.active #hmj_index02_3
{
opacity:1;
position:relative;
top:0px;
transition-delay: 3.5s;
}



@media (min-width:1200px) and (max-width:1399px)
{
#hmj_index02 {
    text-align: center;
    text-transform: uppercase;
    font-size: 46px;
    font-family: mon;
    line-height: 46px;
    color: #fff;
}
#hmj_index02_1 ul li {
    list-style: none;
    width: 128px;
    margin: 0px 10px;
    font-family: mon;
    color: #fff;
    padding-top: 30px;
    line-height: 24px;
    border: 2px #fff solid;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    float: left;
    height: 98px;
}




#hmj_index02_2 ul li {
    list-style: none;
    width: 138px;
    margin: 0px 10px;
    font-family: mon;
    color: #fff;
    padding-top: 0px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    float: left;
    height: 138px;
}
#hmj_index02_2 ul li .fl_bg {
    background-color: rgba(83,83,83,0.8);
    position: absolute;
    width: 138px;
    height: 138px;
}
#hmj_index02_2 ul li .fl_jg {
    content: " ";
    background-color: #d3965c;
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform-origin: 100% 50% 0;
    -webkit-transform-origin: 100% 50% 0;
    -webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
    transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
    opacity: 0;
    height: 138px;
    width: 138px;
    position: absolute;
}
#hmj_index02_2 ul li .fl_mc {
    position: relative;
    z-index: 99999;
    top: 30px;
    line-height: 24px;
}
#hmj_index02_2 {
    width: 100%;
    max-width: 790px;
    margin: auto;
    margin: 80px auto 0px;
    padding: 0px;
}
.active #hmj_index02_2 {
    opacity: 1;
    margin: 30px auto 0px;
    transition-delay: 2s;
}

#hmj_index02_1 {
    width: 100%;
    max-width: 610px;
    margin: 10% auto 0px;
}


.active #hmj_index02_1 {
    opacity: 1;
    margin: 3% auto 0px;
    transition-delay: 1s;
}


#hmj_index02_3 {
    max-width: 690px;
    text-align: center;
    font-family: 微软雅黑;
    font-weight: bold;
    margin: 30px auto 0px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}



}







/**第三屏内容**/


/**第四屏内容**/

#gb
{
    position: absolute;
    right: 10px;
    top: 10px;
}

.active .xs
{
    opacity: 0 !important;
    position: relative;
    z-index: -9 !important;
}


#hmj_index04_1{
font-size:70px;
font-family:微软雅黑;
font-weight:bold;
padding-top:20px;
height: 70px;
line-height:70px;
color:#fff;
}
#hmj_index04_2
{
font-family:mon2;
color:#fff;
font-size:48px;
padding-top:30px;
line-height:48px;
    text-transform: uppercase;
    transition: all 1s;
    transition-delay: 0s;
opacity: 0;
transition-delay: 0s;
position: relative;
top: 50px;
 
   
}

.active #hmj_index04_2
{

opacity: 1;
position: relative;
top: 0px;
transition-delay: 1s;
}



#hmj_index04s
{
padding: 50px 50px 50px;
}


#hmj_index04_3
{
font-family:微软雅黑;
color:#fff;
padding-top:30px;
line-height:30px;
    transition: all 2s;
    transition-delay: 0s;
opacity: 0;
transition-delay: 0s;
position: relative;
top: 50px;


}

.active #hmj_index04_3
{
opacity: 1;
position: relative;
top: 0px;
transition-delay: 2s;
}


@media (min-width:1200px) and (max-width:1399px)
{
#hmj_index04_1 {
    font-size: 50px;
    font-family: 微软雅黑;
    font-weight: bold;
    padding-top: 0px;
    height: 70px;
    line-height: 70px;
    color: #fff;
}
#hmj_index04_2 {
    font-family: mon2;
    color: #fff;
    font-size: 38px;
    padding-top: 10px;
    line-height: 38px;
    text-transform: uppercase;
}
#hmj_index04_3 {
    font-family: 微软雅黑;
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    line-height: 30px;
}

.box4Ttx
{
margin-top: -230px;
    height: 460px;
    width: 460px;
    margin-left: -230px;    
}


}



/**第五屏内容**/

#index05_hmj_gcwz
{
font-family: NotoSansHans-Bold;
font-size: 30px;
float: right;
color: #2c2c2c;
margin-bottom: 20px;
margin-right: 100px;
text-align:left;
transition: all 2s;
transition-delay: 0s;
opacity: 0;
letter-spacing: 80px;

}
.active #index05_hmj_gcwz {
    opacity: 1;
    transition-delay: 1s;
    letter-spacing: 0px;
}


#index05_hmj_gcwz span
{
font-family: NotoSansHans-Bold;
font-size: 45px;
line-height: 45px;
margin-bottom: 20px;
background: url(../images/case_bg.jpg) no-repeat left bottom;
height: 70px;
display: block;
text-align: left;

}

#elem-FrontSpecifies_show01-1498980532494
{
margin-top: 300px;
transition: all 2s;
opacity: 0;
transition-delay: 0s;
}

#elem-FrontSpecifies_show01-1498980532494 .FrontSpecifies_show01-d3_c1
{
float:left;
}

.active #elem-FrontSpecifies_show01-1498980532494
{
margin-top: 0px;
opacity: 1;
transition-delay: 1s;

}



@media (min-width:1200px) and (max-width:1399px)
{
#index05_hmj_gcwz span {
font-family: NotoSansHans-Bold;
font-size: 30px;
line-height: 30px;
margin-bottom: 15px;
background: url(../images/case_bg.jpg) no-repeat left bottom;
height: 55px;
display: block;
text-align: left;
}
#index05_hmj_gcwz {
    font-family: NotoSansHans-Bold;
    font-size: 28px;
    float: right;
    color: #2c2c2c;
    bottom: 30px;
    margin-bottom: 10px;
    text-align: left;
}
#elem-FrontSpecifies_show01-1498980532494 {
    margin-top: 200px;
}
#index05_hmj_gcwz {
    margin-right: 100px;
    margin-bottom:0px;
}
}




/**第六屏屏内容**/

#index06_hmj
{
width:0px;
height:500px;
background:#fff;
border:12px #959595 solid;
position:absolute;
top:50%;
    z-index: 999;
left:50%;
margin-top:-250px;
margin-left: -462px;
transition: all 2s;
opacity: 0;
transition-delay: 0s;

}

.active #index06_hmj
{
width:900px;
opacity: 1;
transition-delay: 1s;
}







#index06_hmj_01
{
font-family:NotoSansHans-Bold;
font-size:22px;
line-height:24px;
text-align:left;
margin-top:80px;
margin-left:80px;

transition: all 2s;
opacity: 0;
transition-delay: 0s;
}


.active #index06_hmj_01
{

opacity: 1;
transition-delay: 2.5s;
}

#elem-FrontMessages_customizeEmit01-1498961035831
{
transition: all 2s;
opacity: 0;
transition-delay: 0s;
}
.active #elem-FrontMessages_customizeEmit01-1498961035831
{
opacity: 1;
transition-delay: 2.5s;
}

#gb2
{
transition: all 2s;
opacity: 0;
transition-delay: 0s;
position:absolute;
top:10px;
right:10px;

}
.active #gb2
{
opacity: 1;
transition-delay: 2.5s;
}
#index06_hmjs
{
    position: absolute;
    width: 1200px;
    height: 550px;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -225px;
}
#index06_hmjs_00 img
{
width:90%;
margin-left:5%;
}


#index06_hmjs_01
{
margin:auto;
text-align:center;
}
#index06_hmjs_02
{
    margin: auto;
    text-align: center;
    font-family: 微软雅黑;
    line-height: 26px;
    margin-top: 30px;
    font-size: 14px;
    font-weight: normal;
}



@media (min-width:1200px) and (max-width:1399px)
{
#index06_hmj {
    width: 0px;
    height: 450px;
    background: #fff;
    border: 12px #959595 solid;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -400px;
}

.active #index06_hmj {
    width: 800px;
    opacity: 1;
    transition-delay: 1s;
}


#index06_hmj_01 {
    font-family: NotoSansHans-Bold;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    margin-top: 40px;
    margin-left: 40px;
}
.FrontMessages_customizeEmit01-d1_c1 TABLE {
    margin-top: 20px;
    margin-left: 30px;
}


}

@media (min-width:1200px) and (max-width:1500px)
{
#index06_hmjs {
    position: absolute;
    width: 1200px;
    height: 470px;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -190px;
}

#index06_hmjs_00 img {
    width: 80%;
    margin-left: 10%;
}
#index06_hmjs_02 {
    margin-top: 10px;

}
#dbfx {
    margin: 15px auto 0px;
}

}


@media (max-width: 768px)
{
#hmj_index02 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: mon;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0px;
    transition: all 5s;
    transition-delay: 0s;
    opacity: 1;
        margin-top: 20px;
}
#hmj_index02_1 {
    width: 100%;
    max-width: 100%;
    opacity: 1;
     margin: 5% auto 0px;

}

#hmj_index02_1 ul li {
    list-style: none;
    width: 23.3%;
    cursor: pointer;
    margin: 0 0.5%;
    font-family: arial;
    line-height: 18px;
    color: #fff;
    padding-top: 10px;
    border: 1px #fff solid;
    font-size: 12px;
    text-align: center;
    text-transform: inherit;
    float: left;
    height: 60px;
    position: relative;
    bottom: 0px;
    transition: all 0.5s;
    transition-delay: 0s
}

#hmj_index02_1 ul
{
    width: 300px;
    position: relative;
    left: 50%;
    margin-left: -150px;
}


#hmj_index02_1 ul li span {
    font-family: 微软雅黑;
    font-weight: normal;
    font-size: 12px;
}

#hmj_index02_2 {
    width: 300px;
    max-width: 100%;
    margin: auto;
    margin: 20px auto 0px;
    padding: 0px;
    transition: all 2s;
    opacity: 1;
    transition-delay: 0s;
}
#hmj_index02_2 ul li {
    list-style: none;
    cursor: pointer;
   width: 32.2%;
    margin: 0px 0.5% 1%;
    font-family: arial;
    color: #fff;
    padding-top: 0px;
    font-size: 12px;
    text-align: center;
   text-transform: inherit;
    float: left;
    height: auto;
}

#hmj_index02_2 ul .m_fl
{
width:49%;
}
#hmj_index02_2 ul .m_fl2
{
    width: 48.5%;
}

#hmj_index02_2 ul li span {
    font-family: 微软雅黑;
    font-weight: normal;
    font-size: 12px;
    display: block;
}
#hmj_index02_2 ul li .fl_bg {
    display: none;
}
#hmj_index02_2 ul li .fl_jg
{
    display: none;
}
#hmj_index02_2 ul li .fl_mc {
    position: relative;
    z-index: 99999;
    padding: 14px 10px;
    top: 0px;
    line-height: 18px;
    background-color: rgba(83,83,83,0.8);
}

#index06_hmj
{
display:none;
}

#index06_hmjs {
    position: absolute;
    width: 100%;
    height: 550px;
    left: 0%;
    top: 0%;
    margin-left: 0px;
    margin-top: 0px;
}
#index06_hmjs_02 {
    margin: auto;
    text-align: center;
        color: #666;
    font-family: 微软雅黑;
    line-height: 18px;
    margin-top: 30px;
    font-size: 12px;
    font-weight: normal;
    width: 90%;
}
.dbfx
{
display:none;
}

.menu
{
    display: none;
}
#boxsider {
    height: 80px !important;
    background-color: #efefef;
    position: absolute;
    left: 0px;
    top: 0px;
     z-index: initial;
    width: 100%;
}
.logo
{
display:none;
}

.logo_m
{
display:block;
height:80px;
padding-left:10px;
}
.la_nav img {
    display: block;
    cursor: pointer;
}
.la_nav {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 22px;
    text-align: right;
}
#elem-FrontSpecifies_show01-1498901031641 .FrontSpecifies_show01-d3_c1 {
    margin: 0px;
    width: 200px;
}

.menuBox {
    position:absolute;
    z-index: 1090;
    background-color: #fff;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    height: 0px;
    overflow: visible;
    box-sizing: border-box;
}

.nav_logo
{
display:none;
}

#nav {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 80px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
    left: 0px;
    background: rgb(255, 255, 255);
}

#elem-FrontSpecifies_show01-1498900126405 DD {
    position: relative;
    margin: 0px 0px;
    font-family: 微软雅黑;
    float: left;
    font-weight: normal;
    padding-left: 30px;
    border-bottom: 1px #e2e2e2 solid;
    width: 100%;
}
#elem-FrontSpecifies_show01-1498900126405 DD .t A {
    line-height: 46px;
    margin: 0px;
    display: block;
    height: 46px;
    font-size: 14px;
        font-family: 微软雅黑;
}

#elem-FrontSpecifies_show01-1498900126405 .subnav {
    display: none;
}
.nav dd .t
{
font-size: 14px;
margin-bottom: 0px;
}



#elem-FrontSpecifies_show01-1498900126405 .lin1:hover .subnav {
    display:block;
    position: relative;
    z-index: 99999;
   width: 100%;
    background: #e2e2e2;
}
#elem-FrontSpecifies_show01-1498900126405 .lin2:hover .subnav {
    display:block;
    position: relative;
    z-index: 99999;
   width: 100%;
    background: #e2e2e2;
}
#elem-FrontSpecifies_show01-1498900126405 .lin3:hover .subnav {
    display:block;
    position: relative;
    z-index: 99999;
   width: 100%;
    background: #e2e2e2;
}
#elem-FrontSpecifies_show01-1498900126405 .lin3s:hover .subnav {
    display:block;
    position: relative;
    z-index: 99999;
    width: 100%;
    background: #e2e2e2;
}
#elem-FrontSpecifies_show01-1498900126405 .lin4:hover .subnav {
    display:block;
    position: relative;
    z-index: 99999;
    width: 100%;
    background: #e2e2e2;
}
#elem-FrontSpecifies_show01-1498900126405 .subnav li a
{
font-family:微软雅黑;
}
.nav dd .subnav li
{
height:36px;
line-height:36px;
    margin-bottom: 0px;
padding-left:10px;
}

#s1
{
margin-top:80px;
}

#zdyc
{
display:none;
}
#s3 .ibox {
    height: initial;
}
#index06_hmjs_00 .m_hz
{
display:block;
padding-top: 30px;
}
#index06_hmjs_00 img
{
display:none;
}
#index06_hmjs_01 img
{
width:110px;
margin-top:20px;
}

#dbfx
{
display:none;
}
.m_bn
{
display:block !important;
}
.pc_bn
{
display:none !important;
}
.bg2 {
    background-image: url(../images/8c31494c-f38a-4e47-a45f-1fff80f81877.jpg) !important;
}
.page {
    background-color: #dcdcdc;
        overflow: initial;
}

#index05_hmj_gcwz {

    opacity: 1;
}
#elem-FrontSpecifies_show01-1498980532494
{
    opacity: 1;
}

#s4 .ibox {
    position: relative;
    padding: 0px 0px;
    height: 470px;
}

#index05_hmj_gcwz {
    font-family: NotoSansHans-Bold;
    font-size: 20px;
    float: left;
    color: #2c2c2c;
     margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 0px;
    text-align: left;
    transition: all 2s;
    transition-delay: 0s;
    width: 100%;
    opacity: 1;
    text-align: center;
    letter-spacing: 0px;
}
#index05_hmj_gcwz span {
    font-family: NotoSansHans-Bold;
    font-size: 26px;
    line-height: 20px;
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: 10px;
    background: url(../images/case_bg.jpg) no-repeat center bottom;
    height: auto;
    display: block;
    text-align: center;
}
.ibox5c {
    width: 1300px;
    height: 510px;
    position: absolute;
    left: 20px;
    margin-left: -650px;
    margin-top: -255px;
    top: 20px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.ibox5c {
    width: 100%;
    height: 100px;
    margin: 0;
    left: 0px;
}

#elem-FrontSpecifies_show01-1498980532494 {
    margin-top: 10px;
    transition: all 2s;
    opacity: 1;
    transition-delay: 0s;
    position: relative;
   right: 0%;
}
#elem-FrontSpecifies_show01-1498980532494 .round_conrol {
    position: relative;
    width: 340px !important;
    height: 34px;
    left: 50%;
    bottom: 315px !important;
    padding: 0 0 0 0;
    z-index: 9999;
    margin-left: -170px !important;
}
#elem-FrontSpecifies_show01-1498980532494 .roundabout-moveable-item {
    border: 0;
    list-style: none;
    width: 350px !important;
    height: 219px !important;
    background: #fff;
    cursor: pointer;
        left: 0px !important;
    top: 0px !important;
}
#elem-FrontSpecifies_show01-1498980532494 .center {
    width: 350px !important;
    position: relative;
    min-height: 1px;
    margin-left: -175px !important;
    left: 50%;
}
#elem-FrontSpecifies_show01-1498980532494 .roundabout-holder {
    padding: 0;
    height: 400px;
    position: absolute;
    width: 350px !important;
    margin-left: 0px !important;
}
#elem-FrontSpecifies_show01-1498980532494 .wrap_it_all {
    min-height: 100%;
    height: 100%;
    width: 100%;
}

#elem-FrontSpecifies_show01-1498980532494 #bt-next {
    position: absolute;
    display: block !important;
        width: 39px !important;
    height: 39px !important;
    display: block !important;
    background: url(../images/index_gcr.png) no-repeat left center !important;
    right: 0;
    top: 0;
    cursor: pointer;
    text-indent: -9999px;
}
#elem-FrontSpecifies_show01-1498980532494 #bt-previous {
    position: absolute;
    width: 39px !important;
    height: 39px !important;
    display: block !important;
    background: url(../images/index_gcl.png) no-repeat left center !important;
    left: 0;
    top: 0;
    cursor: pointer;
    text-indent: -9999px;
}

.roundabout-in-focus #al_mc
{
    opacity: 1;
    top: 90px;
    font-size: 16px;
}
.roundabout-in-focus:hover #al_mc
{
    opacity: 1;
    top: 90px;
    font-size: 16px;
}
#al_mc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-family: 微软雅黑;
    height: 100%;
    text-align: center;
    font-size: 16px !important;
    line-height: 313px;
    opacity: 0;
    top: 90px !important;
    transition: all 0s !important;
    transition-delay: 0s;
}
#elem-FrontSpecifies_show01-1498980532494 .roundabout-moveable-item img {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1 !important;
}


}
