@font-face {
    font-family: "NotoSansCJK";
    font-weight: 400;
    src: url(http://www.cnmng.com/static/web/font/NotoSansCJK-DemiLight-4.otf);
}

@font-face {
    font-family: "NotoSansCJK";
    font-weight: 500;
    src: url(http://www.cnmng.com/static/web/font/NotoSansCJK-Medium-5.otf);
}

@font-face {
    font-family: "NotoSansCJK";
    font-weight: 600;
    src: url(http://www.cnmng.com/static/web/font/NotoSansCJK-Bold-6.otf);
}

@font-face {
    font-family: "Bagnard";
    src: url(http://www.cnmng.com/static/web/font/Bagnard-2.otf);
}
/* 斜体 */
/* ===============================index*/

.inner {
    width: 88%;
    margin: 0 auto;
}

/* =====================================================================公共 */
/*css主要部分的样式*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 6px;
    /*对垂直流动条有效*/
    height: 6px;
    /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: fff;
    border-radius: 0px;
}


/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555555;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
    background: khaki;
}
.moHead_mlb .img3{
    display: block;
}
.inXian{
    width: 1px;
    height: 100vh;
    position: fixed;
    right: 5%;
    top: 0;
    background: rgb(255 255 255 / 10%);
    z-index: 8;
}



.newLbox{
    padding: 10px 30px;
    border: 1px solid #199348;
    font-size: 14px;
    color: #199348;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    transition: all 0.48s;
 }
 .newLbox.white{
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
 }
 .newLbox img{
    width: 18px;
    margin-left: 15px;
    position: relative;
    z-index: 3;
 }

 .newLbox:hover{
     color: #fff;
     background: #199348;
     border-color: #199348;
     transition: all .48s;
     -webkit-transition: all .48s;
     -moz-transition: all .48s;
     -ms-transition: all .48s;
     -o-transition: all .48s;
}
.newLbox.bg{
    color: #fff;
    background: #199348;
    border-color: #199348;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}

.newLbox.bg .img2{
    display: block;
}
.newLbox.bg .img1{
    display: none;
 }

 /* .newLbox::before{
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    right: 0px;
    background: #9BA0EC;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.68s;
 }
 .newLbox:hover:before{
    width: 50px;
    height: 50px;
 } */
 .newLbox .img1{
    display: block;
 }
 .newLbox .img2{
    display: none;
 }
 .newLbox:hover .img1{
    display: none;
 }
 .newLbox:hover .img2{
    display: block;
 }









 





.inbtn{
    align-items: center;
    border: 1px solid rgba(255,255,255);
    padding: 8px 30px;
    display: inline-flex;
}
.inbtn span{
    font-size: 20px;
    color: rgb(255 255 255/ 80%);
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Bagnard";
}
.inbtn img{
   width: 30px;
   margin-left: 5px;
}
 .inTit {
    font-size: 46px;
    line-height: 1;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
 }
 .inYing.white{
    color: #fff;
}
 .inYing.center{
  text-align: center;
 }
 
 
.BtnBox{
    width: 60px;
    height: 60px;
     background: #fff;
    border-radius: 50%; display: flex;
    align-items: center;
    justify-content: center;
}
.BtnBox::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width: 120%;
    height: 120%;
     background: rgba(255, 255, 255,0.3);
    animation: Byuan 2s infinite;
}
@keyframes Byuan {
    0%{ width: 120%;
        height: 120%;}
    50% { width: 140%;
        height: 140%;}
    100%{ width: 120%;
        height: 120%;}
  }
 
.BtnBox img{
    width: 50%;
}
.inYBox{
    position: relative;
    margin-top: 30px;
}
.inYBox.center{
    text-align: center;
}
.inYBox em {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.inYBox .Y1{
    background: rgba(255, 106, 0, 0.6);
    animation: dot1 2s linear infinite;
}
.inYBox .Y2{
    background: rgb(255 106 0);
    animation: dot2 2s linear infinite;
}
.inYBox.white .Y1{
    background: rgba(255, 255, 255, 0.6);
}
.inYBox.white .Y2{
    background: rgb(255 255 255);
}
@keyframes dot1 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(16px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes dot2 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-16px);
    }
    100% {
        transform: translateX(0px);
    }
}































.header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    z-index: 99;
    transition: all 0.48s;
}
.header .inner{
    width: 98%;
    padding: 0 0 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.HLogo{
	padding-top:px;
    width: 160px;
    z-index: 99;
}
.HLogo img{
    width: 100%;
}
.HLogo .img1{
    display: block;
}
.HLogo .img2{
    display: none;
}
.HNav {
    display: flex;
    align-items: center;
    height: 100%;
}
.HNav ul{
    display: flex;
    align-items: center;
}
.HNav ul li {
    position: relative;
}
.HNav ul li a{
    display: inline-block;
    font-size: 16px;
    padding: 30px;
    /* color: #fff; */
    position: relative;
    text-transform: uppercase;
}
.HNav ul li a.on{
    color: #199348;
}
.HNav ul li a.on::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #199348;
    width: 60%;
    transform: translateX(-50%);
}
.HNav ul .lan {
    margin-right: 30px;
    border: 1px solid rgb(0, 0, 0,0.1);
}
.HNav ul .lan a{
    padding: 10px 13px;
}
.HNav ul li:hover .TBox{
    display: block;
}
.HNav ul li .TBox{
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% - 2px);
    width: 200px;
    margin-left: -90px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 22px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, .15);
    box-shadow: 0 0 22px rgb(0 0 0 / 15%);
}
.HNav ul li .TBox::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #199348;
}
.HNav ul li .TBox .item a{
    display: block;
    height: 51px;
    color: #343434;
    line-height: 54px;
    border-top: 1px solid #e5e5e5;
    opacity: .6;
    text-transform: capitalize;
    padding: 0;
    text-align: center;
    position: relative;
}
.HNav ul li .TBox a:hover{
    color: #199348;
}
.HNav ul li .TBox .textBox{
    width: 200px;
    position: absolute;
    left: 198px;
    top: 50%;
    /* transform: translateY(-50%); */
    background-color: #fff;
    -webkit-box-shadow: 0 0 22px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, .15);
    box-shadow: 0 0 22px rgb(0 0 0 / 15%);
    display: none;
}
.HNav ul li .TBox .item:hover .textBox{
    display: none;
}
.header_bg{
    background: #fff;
}
.HNav .sou {
    margin-left: 30px;
}
.HNav .sou img{
    width: 23px;
}
.HNav .sou .img1{
    display: block;
}
.HNav .sou img{
    display: none;
}
.HNav .phone{
    padding: 7px 20px;
    background: #199348;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Bagnard";
}
.HNav .phone img{
    width: 20px;
    margin-right: 10px;
}
.header_bg .HNav ul li a{
    color: #333;
}
.header_bg .HNav ul li a.on{
    color: #199348;
}
.header_bg .HNav .sou .img1{
    display: none;
}
.header_bg .HNav .sou img{
    display: block;
}
.header_bg .HLogo .img1{
    display: none;
}
.header_bg .HLogo .img2{
    display: block;
}



/* 底部 */
.fooder{
    width: 100%;
    padding: 5% 0 2%;
    background: rgb(37, 37, 37);
    position: relative;
    z-index: 2;
}
.FTop{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.Flogo{
    width: 100px;
}
.Flogo img{
    width: 100%;
}
.FTop .btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:  #f88b3e;
    /* background: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.FTop .btn img{
    width: 55%;
}
.FBox{
    padding: 50px 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    display: flex;
    justify-content: space-between;
}
.FTbox{
    width: 30%;
    text-align: end;
}
.FTbox .text{
    font-size: 18px;
    color: #fff;
}
.FTbox .num{
    font-size: 42px;
    font-family: "Bagnard";
    line-height: 1;
    letter-spacing: 2px;
    margin: 10px 0 15px;
    color: #fff;
}
.FTbox .ewm{
    width: 130px;
    margin-top: 60px;
}

.FIList {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 50px;
}
.FIList .icon {
    margin-left: 20px;
}
.FIList .icon img{
    width: 30px;
    
}

.FDNav{
    width: 68%;
}
.FDNav ul{
    display: flex;
    width: 100%;
}
.FDNav ul li{
    width: 20%;
}
.FDNav ul li a{
    display: block;
    color: #ccc;
    font-size: 16px;
    margin: 5px 0;
}
.FDNav ul li .tit{
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.Fbot{
    display: flex;
    padding: 20px 0 0;
    justify-content: space-between;
    align-items: center;
}
.Fbot img{
    width: 15px;
}
.Fbot span,.Fbot a{
    font-size: 12px;
    color: #fff;
}










.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 0;
    display: none;
    margin-right: 24px;
}

.headMenu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #333;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.header_bg .headMenu span {
    background: #fff;
}

.header_bg .headMenu span{
  background: #333;
}

.headMenu.active span {
    background: #333;
}
.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(6px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}













.moHead_mlb {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    /* background-image: url(../images/bg3.jpg); */
    /* background: #199348; */
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 90;
    padding: 3%;
}

.moHead_mlb .moHead_ico {
    text-align: center;
}

.moHead_mlb .moHead_ico a:last-child {
    display: inline-block;
}

.moHead_mlb ul {
    padding: 100px 0 48px 0;
}

.moHead_mlb li {
    line-height: 2;
    padding: 14px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.18);
    position: relative;
}
.moHead_mlb li.on .toggle img{
    transform: rotate(45deg);
}
.toggle{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.toggle img{
    width: 25px;
    transition: all 0.48s;
}
.moHead_mlb a {
    font-size: 16px;
    letter-spacing: 1px;
}
.mlb_zk{
    padding: 0 0 0 15px;
    display: none;
}
.moHead_mlb .mlb_zk a{
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    padding: 15px 0 0;
}
.moHead_mlbXq{
    max-height: 90vh;
    overflow: auto;
}
.moHead_mlb a svg {
    float: right;
    width: 21px;
    height: 24px;
    opacity: 0.8;
}

.moHead_mlb a svg path {
    fill: #242b3e;
}

.moHead_mlb .moHead_ico a {
    vertical-align: top;
    margin: 0 14px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(27, 47, 95, 0.23);
}

.moHead_mlb .moHead_ico svg {
    width: 24px;
    height: 24px;
}

.moHead_mlb .moHead_ico svg path {
    fill: #242b3e;
}

.moHead_mlb .moHead_ico img, .moHead_mlb .moHead_ico svg {
    margin-top: 10px;
}

.sidebar{
    position: fixed;
    right: 20px;
    bottom: 20%;
    z-index: 90;
}
.sideitem{
    width: 50px;
    height: 50px;
    background-image: linear-gradient(to right,rgba(255, 106, 0),rgba(255, 106, 0, 0.6));
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.sideitem img{
    width: 50%;
}









@media (max-width:1450px) {
    .HNav ul li a {
        padding: 30px 20px;
    }
    .HNav .phone{
        font-size: 18px;
    }
    .HNav ul .lan a {
        padding: 6px 10px;
    }
    .FTbox .num {
        font-size: 38px;
    }
}
@media (max-width:1200px) {
    .HNav ul li a {
        padding: 30px 12px;
    }
    .header .inner{
        width: 95%;
        padding: 0;
    }
    .HNav .phone {
        padding: 7px 15px;
        font-size: 16px;
    }
    .HNav ul .lan {
        margin-right: 20px;
    }
    .HLogo {
        width: 90px;
    }
    .FTbox{
        display: none;
    }
    .FDNav {
        width: 100%;
    }
}
@media (max-width:1024px){
    .HNav .phone {
        display: none;
    }
    .HNav ul .lan a{
        background: #199348;
        color: #fff;
        border: none;
    }
    .header_bg .HNav ul .lan a{
        color: #fff;
    }
    .HNav ul li a {
        padding: 30px 16px;
    }
    .FTop .btn {
        width: 40px;
        height: 40px;
    }   
    .HNav ul li .TBox .item a{
        font-size: 14px;
    }
    .HNav ul li .TBox{
        width: 180px;
    }
    .sideitem {
        width: 40px;
        height: 40px;
    }
}
@media (max-width:900px){
    .FTbox .num {
        font-size: 32px;
        margin: 5px 0 10px;
    }
    .FIList{
        margin-top: 30px;
        justify-content: flex-start;
    }
    .FTbox{
        width: 100%;
        display: block;
        text-align: left;
    }
    .FDNav {
        display: none;
    } 
    .FIList .icon {
        margin-left: 0;
        margin-right: 20px;
    }
    .Flogo {
        width: 90px;
    }
    .Fbot {
        flex-wrap: wrap;
    }
    .FTbox .text {
        font-size: 16px;
    }
    .FBox {
        padding: 30px 0;
    }
    .headMenu{
        display: block;
    }
    .HNav{
        display: none;
    }
    .header {
        height: 89px;
        background: #fff;
    }
}
@media (max-width:500px){
    .FIList .icon {
        margin-right: 15px;
    }
    .FTbox .num {
        font-size: 28px;
        margin: 0 0 5px;
    }
    .FTbox .text {
        font-size: 14px;
    }
    .FIList {
        margin-top: 20px;
    }
    .FIList .icon img {
        width: 25px;
    }
}