/* @import './mobile.css'; */


html {
    height: 100%;
    font-size: 62.5%;
    font-family: "PingFang SC",  "Microsoft Yahei", "Noto Sans CJK SC", "Source Han Sans CN", "Hiragino Sans GB", arial, \5b8b\4f53, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    /* width: 1920px; */
    width: 100%;
    margin: 0 auto;
}
p {
    margin: 0;
  }
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a:link {
    /* color: rgba(255,255,255,1); */
    /* ie8不支持rgba */
    color:rgb(255, 255, 255);
}
a:hover {
    cursor: pointer;
    /* color: rgba(255,255,255,1); */
}
a:visited {
     /* color: rgba(255,255,255,1); */
    /* ie8不支持rgba */
    color:rgb(255, 255, 255);
}
a, a:hover {
    text-decoration:none;
  
}

.bigScreen-inline-block{
    display: inline-block !important;;
}
.bigScreen{
    display: block !important;;
}
 .smallScreen{
    display: none  !important;;
}
.navigation{
    display: none;
}
/* 安全距离 */
.width-1200 {
    width: 1200px;
}
.header {
    position: absolute;
    left: 50%;
    z-index: 10;
}
.header-container {
    /* width: 1200px; */
    height: 107px;
    position: relative;
    padding-top: 45px;
    box-sizing: border-box;
    left: -50%;
}
.header-container:after {
    content: '';
    display: block;
    clear: both;
}
.header-container .header-logo {
    display: inline-block;
    width: 196px;
    height: 59px;
    background: url(/images/logo.png) no-repeat;
    background-size:196px 59px;
    /* background:none\0;
    background: url('./logo.png') no-repeat\9\0; */

    /* 兼容ie8 */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='scale');   
    /* behavior: url(PIE.htc); */
}
.header-container .header-menu {
    float: right;
}

.header-menu .menu .menu-item {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    font-size:16px;
    font-weight:400;
    /* color:rgba(255,255,255,1); */
    color:rgb(255,255,255);
    opacity:1;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
    position: relative;
}

.header-menu .menu .menu-item .sub-menu {
    position: absolute;
    background-color: #333333;
    width: 148px;
    text-align: center;
    left: 50%;
    margin-left: -74px;
    display: none;
    cursor: pointer;
    z-index: 15;
}
.header-menu .menu .menu-item .sub-menu .sm-item {
    height: 40px;
    line-height: 40px;
}
.header-menu .menu .menu-item .sub-menu .sm-item.active {
    background-color: rgb(221,133,86);
}
.header-menu .menu .menu-item:not(:first-child) {
    margin-left: 79px;
}
/* .header-menu .menu .menu-item:first-child + .menu-item,
.header-menu .menu .menu-item:first-child + .menu-item + .menu-item,
.header-menu .menu .menu-item:first-child + .menu-item + .menu-item + .menu-item {
    margin-left: 79px;
} */

/* ie8不兼容:not，用替代方法 */
.header-menu .menu .menu-item.not-first-child {
    margin-left: 79px;
}
.header-menu .menu .menu-item:first-child + .menu-item,
.header-menu .menu .menu-item:first-child + .menu-item + .menu-item,
.header-menu .menu .menu-item:first-child + .menu-item + .menu-item + .menu-item,
.header-menu .menu .menu-item:first-child + .menu-item + .menu-item + .menu-item + .menu-item {
    margin-left: 79px;
}


/* .header-menu .menu .menu-item:hover, .menu .menu-item a {
    display: block;
    width: 100%;
    height: 100%;
} */
.header-menu .menu .menu-item:hover, .menu .menu-item.active {
    /* border-bottom: 3px solid rgba(255,255,255,1); */
    border-bottom: 3px solid rgb(255,255,255);
}
/* 子菜单 */
.info-content {
    display: none;
}
.info-content.active {
    display: block;
}
.content-info .big-img {
    height: 700px;
    /* background: yellow; */
    background: url(/images/banner/banner-info.png) no-repeat center center;
}
.content-about .big-img {
    height: 700px;
    background: url(/images/banner/banner-about.jpg) no-repeat center center;
}
.content-index .big-img {
    height: 700px;
    background: url(/images/banner/banner-index.png) no-repeat center center;
    position: relative;
}
.content-index .big-img.banner-index_02 {
    height: 700px;
    background: url(/images/banner/banner-index_02.jpg) no-repeat center center;
    position: relative;
}
.content-index .big-img.banner-index_03 {
    height: 700px;
    background: url(/images/banner/banner-index_03.jpg) no-repeat center center;
    position: relative;
}
.content-index .big-img.banner-index_04 {
    height: 700px;
    background: url(/images/banner/banner-index_04.png) no-repeat center center;
    position: relative;
}
.content-case .big-img {
    height: 700px;
    background: url(/images/banner/banner-case.png) no-repeat center center;
}
.content-prod .big-img {
    height: 700px;
    background: url(/images/banner/banner-prod.jpg) no-repeat center center;
}
.content-info .big-img .img-des, 
.content-about .big-img .img-des,
.content-case .big-img .img-des,
.content-prod .big-img .img-des 
{
    font-size:70px;
    font-weight:400;
    /* color:rgba(255,255,255,1); */
    color: rgb(255,255,255);
    margin: 0 auto;
    /* padding-top: 199px; */
    padding-top: 218px;
    text-align: center;
    width: 1200px;
}
.content-index .big-img .img-des {
    font-size:46px;
    font-weight:400;
    /* color:rgba(255,255,255,1); */
    color: rgb(255,255,255);
    margin: 0 auto;
    padding-top: 272px;
    text-align: center;
}
.footer {
    background: rgb(51, 51, 51);
    overflow: hidden;
    width: 100%;
    
}
.footer .footer-container {
    height: 311px;
    margin: 0 auto;
    margin-top: 65px;
    color: #ffffff;
}
.footer .footer-container:after {
    content: '';
    display: block;
    clear: both;
}
.footer .footer-container .link,
.footer .contact {
    float: left;
}
.footer .footer-container .link.pl126,
.footer .footer-container .link.pl126 {
    margin-left: 126px;
}
.footer .footer-container .link-title {
    font-size: 18px;
    margin-bottom: 24px;
}
.footer .link-content .link-item {
    font-size: 14px;
    margin-bottom: 18px;
}
.footer .contact {
    margin-left: 80px;
    margin-top: 23px;
    position: relative;
}
.footer .contact .contact-left {
    display: inline-block;
    overflow: hidden;
}
.footer .contact .contact-left p {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}
.footer .contact .contact-left p:before {
    display: inline-block;
    content: '';
    /* background: url(./images/wexin.png) no-repeat; */
    width: 32px;
    height: 32px;
    margin-right: 8px;
    position: relative;
    top: 6px;
}
.footer .contact .contact-left .p-1:before {
    background: url(/images/wexin.png) no-repeat;
}
.footer .contact .contact-left .p-2:before {
    background: url(/images/sina.png) no-repeat;
}
.footer .contact .contact-left .p-3:before {
    background: url(/images/tel.png) no-repeat;
}
.footer .contact .contact-right {
    width: 127px;
    height: 127px;
    background: url(/images/qr_code.png) no-repeat;
    position: absolute;
    right: -179px;
    top: 8px;
    background-size: cover;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.bottom {
    display: inline-block;
    height: 192px;
    width: 100%;
    /* display: table; */
    position: relative;
    text-align: center;
    background: url(/images/bottom-img.png) no-repeat center center;
  }
.bottom .bottom-container {
    width: 1200px;
    margin: 0 auto;
}
.bottom .desc {
    font-size:30px;
    /* color:rgba(51,51,51,1); */
    color: rgb(51, 51, 51);
    margin-bottom: 24px;
    padding-top: 50px;
  }

.bottom .btn {
    /* display: inline-block; */
    display: block;
    margin: 0 auto;
    width:204px;
    height:28px;
    /* background:rgba(217,110,41,1); */
    background:rgb(217,110,41);
    /* box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.35); */
    box-shadow:0px 1px 3px 0px rgb(0, 0, 0);
    border: none;
    padding: 0;
    line-height: inherit;
    border-radius:6px;
    font-size:18px;
    /* color:rgba(255,255,255,1); */
    color: rgb(255, 255, 255);
    text-align: center;
}
.bottom .btn:hover {
    position: relative;
    width: 209px;
    height: 33px;
    line-height: 33px;
    /* font-size: 23px; */
}
/* .bottom .bottom-container {
    display: table-cell;
    vertical-align: middle;
  } */
/* 溢出显示省略号 */
.ellipsis {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

/* 涟漪效果 */
.map-spot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FE8C43;
}
.wave .map-spot {
    position: absolute;
    top:50%;
    margin-top: -8px;
    left:50%;
    margin-left: -8px;
    /* top: calc(50% - 8px);
    left: calc(50% - 8px); */
    z-index: 10;
}
@keyframes circle-opacity{  
    from {  
        opacity: 1;  
        transform: scale(0);  
    }  
    to {  
        opacity: 0;  
        transform: scale(1);  
    }  
}
.wave {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
}
.wave .ripple:first-child {  
    animation: circle-opacity 2s infinite;  
}  
.wave .ripple:nth-child(2) {  
    animation: circle-opacity 2s infinite;  
    animation-delay: .3s;  
}  
.wave .ripple:nth-child(2) {  
    animation: circle-opacity 2s infinite;  
    animation-delay: .3s;  
}
.wave .ripple:nth-child(3) {  
    animation: circle-opacity 2s infinite;  
    animation-delay: .6s;  
}
.wave .ripple {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    /* border: 1px solid rgba(254,140,67,1); */
    border: 1px solid rgb(254,140,67);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 5;
}
.centerW1200{
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -600px !important;
  }
  .icp{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    color: white;

  }
/* 首页添加视频banner修改 */
.videoLayoutWrap{
    position: fixed;
    z-index: 10000;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.videoLayout{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    z-index:10001;
}
.videoWrapperPc{
    width:960px;
    height:520px;
    position:relative;
    z-index:10002;
    margin-top:calc(50vh - 260px);
    margin-left:calc(50vw - 480px);
}
.videoWrapperMobile{
    width:100%;
    height:70%;
    position:relative;
    z-index:10002;
    top:15%;
}
#indexPlayStartBtn{
    background: url(/images/banner/btn.png) no-repeat;
    background-size: 100% 100%;
    width:74px;
    height:74px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-37px;
    margin-top:10px;
}
.msgModalTitle {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}
.msgModalTitleDes {
    text-align: center;
    color: #999;
}
.msgModalForm {
    width: 80%;
    margin: 18px auto;
}
.inputBtn {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.formMsgButtonWrap {
    text-align: center;
}
.errorMsg {
    color: red;
}
.fixedArea{position: fixed;width: 66px;right: 15px;top:58%;z-index: 1111111111;transform:translateY(-50%);box-shadow: 0 0 10px rgba(0,0,0,.2);border-radius: 12px;background: #fff;}
@media screen and (max-width:1024px) {
    .fixedArea {
        display: none;
    }
}
.fixedArea a{text-decoration: none !important;cursor: pointer !important;display: block;text-align: center;padding: 12px 2px;line-height: 20px;position: relative;font-size: 13px;color: #000;padding-top: 20px;}
.fixedArea a:nth-child(1){background: rgb(217,110,41);color: #fff;font-size: 16px;margin-top: 0;border-radius: 12px 12px 0 0;}

.fixedArea a:nth-child(1):hover{background: rgb(239 101 11);color: #fff;}

.fixedArea a > img{display: block;margin: 0 auto;max-height: 26px;margin-bottom: 5px;}

.fixedArea a:hover{background: #e9e9e9;transition: all 0.3s;color: #000;}

.fixedArea a.fhdb{margin-top:5px;text-align: center;padding-bottom: 20px;display: none;}

.fixedArea a.fhdb img{display: block;margin: 0 auto;}
.msgModalLeftBanner {
    float: left;
    width: 50%;
    height: 100%;
}
.msgModalRightContent {
    float: left;
    width: 100%;
    height: 600px;
}
.clear {
    clear: both
}

.errorMsg {
    color: red;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    display: none;
}


.tcdh{position: absolute;z-index: 111111111;right: 120%;top:50%;transform:translateY(-50%);display: block;background: #fff;width: 180px;padding: 14px 18px;box-shadow: 0 0 14px rgba(0,0,0,.2);text-align: left;font-size: 15px;line-height: 24px;height: auto;display: none;}

.tcdh:after{content: "";width: 0;height: 0;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 6px solid #fff;position: absolute;right: -6px;top:0;bottom: 0;margin: auto 0;}

.tcdh img{display: block;width: 100%;margin-top: 5px;}