
/* 斜体 */
@font-face {
    font-family: "PingFang";
    src: url(../font/PingFang\ Regular.ttf);
}
@font-face {
    font-family: "PingFang";
    font-weight: 300;
    src: url(../font/PingFang\ Light.ttf);
}
@font-face {
    font-family: "PingFang";
    font-weight: 600;
    src: url(../font/PingFang\ Bold.ttf);
}
@font-face {
    font-family: "Playfair";
    src: url(../font/Playfair-display.ttf);
}
/* ===============================index*/

.inner {
    width: 86%;
    margin: 0 auto;
}

.padd {
    padding: 5% 0;
}

/* =====================================================================公共 */
/*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;
}

/*  */
.Inbtn{
    border: 1px solid rgba(255, 255, 255);
    padding: 12px 30px;
    display:inline-flex;
    align-items: center;
    transition: all 0.48s;
}
.Inbtn span{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.48s;
   font-family: "Playfair";
}
.Inbtn img{
  margin-left: 15px;
    width: 30px;
}
.Inbtn .img1{
    display: block;
  }
  .Inbtn .img2{
     display: none;
   }
.Inbtn:hover{
    background: #fff;
}
.Inbtn:hover span{
   color: #e3080b;
}
.Inbtn:hover .img1{
   display: none;
 }
 .Inbtn:hover .img2{
    display: block;
  }
.InTit{
    position: relative;
}
.InTit img{
    width: 10px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.InTit span{
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Playfair";
}
.TnText{
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.color_h{
    color: #333;
}
.color_h span{
    color: #333;
}
.InTit.center{
    text-align: center;
}
.InTit.center .img{
    position: relative;
}
.TnText.center{
    text-align: center;
}








/* 头部 */
.header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0px 2px 0 rgb(227, 8, 11,0.3);
}
.header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    height: 80px;
}
.header .logo{
    width: 300px;
    z-index: 99;
}
.header .logo img{
   /*width: 100%;*/
}
/* .header .logo .img1{
    display: block;
 }
 .header .logo .img2{
    display: none;
 } */
 .header .HNav{
    display: flex;
    align-items: center;
    height: 100%;
 }
 .header .HNav ul{
    display: flex;
    align-items: center;
    margin-right: 30px;
    height: 100%;
 }
 .header .HNav ul li{
    height: 100%;
    position: relative;
    height: 100%;
 }
 .header .HNav ul li a{
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    height: 100%;
    margin: 0 30px;
    font-weight: 600;
    position: relative;
 }
 .header .HNav ul li .on::after{
    width: 80%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #e2080c;
    transform: translateX(-50%);
    content: '';
 }
 .Hlick{
    height: 100%;
    padding: 8px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e2080c;
    height: auto;
    position: relative;
 }
 .Hlick img{
    width: 15px;
    margin-left: 10px;
 }
 .Hlick span{
   font-size: 16px;
   color: #fff;
 }
 .Hlick .HFBox{
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% - 2px);
    width: 100%;
    transform: translateX(-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%);
}
.Hlick:hover .HFBox{
    display: block;
}
.HFBox a{
    display: block;
    height: 45px;
    color: #343434;
    line-height: 45px;
    border-top: 1px solid #e5e5e5;
    opacity: .6;
    text-transform: capitalize;
    padding: 0;
    text-align: center;
    position: relative;
    font-size: 12px;
}










/* 页脚 */
.fooder{
    background: #fff;
    overflow: hidden;
}
.FTBox{
    display: flex;
    justify-content: space-between;
    padding: 5% 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.FTBox .left{
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.FList{
    width: 28%;
}
.FTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
   width: 100%;
   padding: 0 0 15px;
   border-bottom: 1px solid rgba(0, 0, 0, .3);
   transition: all 0.48s;
}
.FTit:hover{
    border-bottom: 1px solid #e2080c;
}
.FTit span{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.FTit img{
   width: 25px;
}
.FList ul{
    margin-top: 30px;
}
.FList ul a{
    font-size: 18px;
    color: #000;
    transition: all 0.48s;
}
.FList ul a:hover{
    font-weight: 600;
}
.FList ul li{
    padding: 5px 0;
}
.FTBox .Tig{
    width: 20%;
}
.FTBox .Tig .FTit{
   
    margin-bottom: 30px;
}





.FPbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.FPbox p ,.FPbox a ,.FPbox span {
    color: #000;
    font-size: 14px;
}
.FPbox .logo{
    width: 100px;
    margin-right: 15px;
}
.incon{
    width: 100%;
    position: relative;
    background: url(../images/inconbg.png);
    padding: 3% 0;
    display: none;
}
.incon .inner{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 3%;
}
.incon .btnBox{
    width: 55%;
    padding: 2% 0;
    border-left: 1px solid rgba(255, 255, 255);
    display: flex;
    justify-content: end;
    align-items: center;
}
.incon a{
    width: 250px;
    background: #fff;
    color: #e2080c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    height: 70px;
    margin: 0 10px;
    transition: all 0.48s;
}
.incon a img{
    width: 30px;
    margin-left: 15px;
}
.incon a .img1{
    display: none;
}
.incon a .img2{
    display: block;
}
.incon a:hover{
    background: #e2080c;
    /* border: 1px solid #e2080c; */
    color: #fff;
}
.incon a:hover .img1{
    display: block;
}
.incon a:hover .img2{
    display: none;
}






.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 0;
    display: none;
    margin-right: 3%;
}

.headMenu span {
    display: block;
    width: 24px;
    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;
}

.headerMain-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: #eee;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 90;
    padding: 30px;
}

.moHead_mlb .moHead_ico {
    text-align: center;
}

.moHead_mlb .moHead_ico a:last-child {
    display: inline-block;
}

.moHead_mlb ul {
    padding: 70px 0;
}

.moHead_mlb li {
    font-size: 15px;
    line-height: 2;
    padding: 14px 0;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
}

.moHead_mlb a {
    color: #242b3e;
    letter-spacing: 1px;
    font-size: 16px;
    transition: all 0.48s;
}
.moHead_mlb li:hover a{
 color: #e3080b;
}
.moHead_mlb a svg {
    float: right;
    width: 21px;
    height: 24px;
    opacity: 0.8;
}
.moHead_mlb li:hover a svg path{
    fill: #e3080b;
}
.moHead_mlb a svg path {
    fill: #242b3e;
     transition: all 0.48s;
}
.header .logo .img2{
    display: none;
}
.header .logo .img1{
    display: block;
}
.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;
}


.FTBox .Tig2 {
    display: none;
}






@media (max-width:1450px) {
    .header .logo {
        width: 270px;
    }
    .header .HNav ul li a {
        margin: 0 25px;
    }
    
}
@media (max-width:1368px) {
    .Inbtn span {
        font-size: 16px;
    }
    .FTit span {
        font-size: 16px;
}
.FList ul a {
    font-size: 16px;
}
.FTit img {
    width: 22px;
}
.FPbox .logo {
    width: 80px;
}
.FPbox {
    padding: 20px 0;
}
.header .HNav ul li a {
    margin: 0px 20px;
}
.header .logo {
    width: 230px;
}
.Hlick {
    padding: 6px 30px;
}
.header .HNav ul {
    margin-right: 15px;
}
.FList ul {
    margin-top: 15px;
}
.FTBox .Tig .FTit {
    margin-bottom: 15px;
}
}
@media (max-width:1200px){
    .header .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 30px;
    }
    .header .HNav ul li a {
        margin: 0px 15px;
     
    }
}
@media (max-width:1024px){
    .header .logo .img1{
        display: none;
    }
    .header .logo .img2{
        display: block;
    }
    .header .logo{
        width: 80px;
    }
}

@media (max-width:900px){
    .header .HNav{
        display: none;
    }
    /* .moHead_mlb{
        display: block;
    } */
    .headMenu{
        display: block;
    }
    .FTBox{
        border-bottom: none;
        padding: 5% 0 0;
    }
    .FTBox .Tig{
        display: none;
    }
    .FTBox .Tig2 {
        width: 100%;
        display: block;
    }
    .FTBox .left {
        display: none;
    }
    .FPbox {
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .FPbox span{
        margin-top: 20px;
        width: 100%;
    }
    .FTBox .Tig .FTit {
        margin-bottom: 0;
        padding: 10px 0;
    }
}
@media (max-width:680px){
    .moHead_mlb a {
        font-size: 14px;
    }
    /* .header .logo {
        width: 70px;
    } */
    .headMenu span {
        width: 20px;
    }
    .FTBox .Tig .FTit {
        padding: 9px 0;
    }
    .FTit span {
        font-size: 14px;
    }
    .FPbox .logo {
        width: 70px;
    }
    .FPbox p, .FPbox a, .FPbox span {
        color: #000;
        font-size: 12px;
    }
}

.about-font p{ color:#fff; font-size:16px; line-height:2;}

.product-content{ padding-top:60px;}

.product-content .tit{ margin-bottom:30px;}

.map{ float:right; width:700px; overflow:hidden; margin-left:30px;}