@charset "utf-8";
/* reset */
*{
    margin:0;
    padding:0;
    list-style:none;
    box-sizing: border-box;
    outline: none;
}
html,body{
    width: 100%;
    font-family: "Source Han Sans CN", "Microsoft YaHei", "pingfang SC", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size:16px;
    background-color:#fff;
    color: #000;
}
p{
    line-height: 1;
}
input{
    text-indent: 10px;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.pc{
	display: block;
}
.yd{
	display: none;
}
.container{
    position: relative;
}
.screen{
	width: 100%;
	margin:0 auto;
}
.visible{
    width: 1440px;
    margin: 0 auto;
}
.nav{
    width: 100%;
    height: 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav .logo{
    max-height: 84px;
}
.nav .logo img{
    height: 60px;
}
.nav .column{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav .column ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav .column ul li{
    margin:0px 24px;
    font-weight: 400;
    font-size: 18px;
    color: #5D636F;
    position: relative;
}
.nav .column ul li a{
    color: #5D636F;
}
.nav .column ul li a:hover{
    font-weight: 800;
    color: #027EF3;
}
.nav .column ul li.on a{
    font-weight: 800;
    color: #027EF3;
}
.nav .column ul li.on .dglm a {
    font-weight: 800;
    color:#5D636F;
}
.nav .column ul li.dgleibie a{
    color: #5D636F;
}
.nav .column ul li .nav_hover{
    position: absolute;
    left:0px;
    top:55px;
    width: 30vw;
    height: 0px;
    min-height: 0px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px -4px 0px 0px #027EF3;
    border-radius: 4px;
    z-index: 9999;
    overflow: hidden;
    transition: all .5S;
}
.nav .column ul li .nav_hover.aboutdh{
    left: 0vw;
    width: 25vw;
}

.nav .column ul li .nav_hover.aboutdh .aboutlm{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0px 2vw;
}
.nav .column ul li .nav_hover.aboutdh .aboutlm .dglm{
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #1C2641;
}
.nav .column ul li .nav_hover.aboutdh .aboutlm .dglm::after{
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    background: #EC6F1F;
    top:4px;
    left: -12px;
}
.nav .column ul li .nav_hover.fuwudh{
    left: -20vw;
    width: 25vw;
}
.nav .column ul li .nav_hover.fuwudh .fuwunr{
    width:100%;
    padding:40px 2vw;
    display: flex;
    justify-content: space-between;
}
.nav .column ul li .nav_hover.fuwudh .fuwunr .fuwulb .fuwutitle{
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #1C2641;
}
.nav .column ul li .nav_hover.fuwudh .fuwunr .fuwulb .fuwutitle a{
    color: #1C2641;
}
.nav .column ul li .nav_hover.fuwudh .fuwunr .fuwulb .fuwutitle::after{
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    background: #EC6F1F;
    top:4px;
    left: -12px;
}
.nav .column ul li .nav_hover.fuwudh .fuwunr .fuwulb .fuwulm{
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #5D636F;
}
.nav .column ul li .nav_hover.fuwudh .fuwunr .fuwulb .fuwulm a{
    color: #5D636F;
}

.nav .column ul li:hover .nav_hover{
    height: auto;
    min-height: 100px;
}
.nav_hover .pro_nav{
    width: 100%;
    padding:18px;
    display: flex;
    justify-content: space-between;
}
.nav_hover .pro_nav .leibie{
    width: 40%;
    min-height: 230px;
    overflow: auto;
    flex-direction: column;
    justify-content: center;
}
/* 自定义整个滚动条 */
.nav_hover .pro_nav .leibie::-webkit-scrollbar {
  width: 2px; /* 设置滚动条的宽度 */
}
 
/* 自定义滚动条轨道 */
.nav_hover .pro_nav .leibie::-webkit-scrollbar-track {
  background: #f1f1f1; /* 设置轨道的背景颜色 */
}
 
/* 自定义滚动条的滑块（thumb） */
.nav_hover .pro_nav .leibie::-webkit-scrollbar-thumb {
  background: #027EF3; /* 设置滑块的背景颜色 */
}
 
/* 当滑块悬停或活动时自定义滚动条的滑块 */
.nav_hover .pro_nav .leibie::-webkit-scrollbar-thumb:hover {
  background: #555; /* 设置滑块在悬停状态下的背景颜色 */
}
.nav_hover .pro_nav .leibie .dgleibie{
    cursor: pointer;
    width: 100%;
    padding:16px 0px;
    background: rgba(186,212,221,0);
    box-shadow: 0px 1px 0px 0px #C8D8E7;
    font-weight: 400;
    font-size: 18px;
    color: #19243F;
    text-align: center;
    margin: 0px;
}
.nav_hover .pro_nav .leibie .dgleibie img{
    display: none;
    margin-right: 9px;
    width: 22px;
}
.nav_hover .pro_nav .leibie .dgleibie:hover{
    color: #027EF3;
}
.nav_hover .pro_nav .leibie .dgleibie:hover img{
    display: inline-block;
}
.mytab1 .layui-tab-bar
{
    display: none;
}
.mytab1 .layui-tab-content{
    padding: 0px;
    width: 60%;
}
.mytab1 .layui-tab-title .layui-this:after
{
    display: none;
}
.nav_hover .pro_nav .proxx{
    width: 100%;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(2,126,243,0.1);
    border-radius: 4px;
}
.nav_hover .pro_nav .proxx .propic img{
    max-width: 100%;
    max-height: 300px;
}
.nav_hover .pro_nav .proxx .promc{
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #525865;
}

.nav .column .language{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 31px;
    background: #027EF3;
    border-radius: 4px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 24px;
    cursor: pointer;
}
.nav .column .language img{
    height: 8px;
    margin-left: 6px;
    margin-top: 3px;
}
.nav .column .language .morelanguage{
    position: absolute;
    width: 100%;
    height: 0px;
    line-height: 31px;
    text-align: center;
    overflow: hidden;
    top:31px;
    background: #027EF3;
    color: #FFFFFF;
    transition: all .5S;
    z-index: 9999;
}
.nav .column .language .morelanguage a{
    font-size: 14px;
    color: #FFFFFF;
}
.nav .column .language:hover{
    border-radius: 4px 4px 0px 0px;
}
.nav .column .language:hover .morelanguage{
    height: 31px;
}
.m_nav, .m_img {
    display: none;
}
.banner
{
    width: 100%;
}
.banner .pic{
    width: 100%;
    position: relative;
}
.banner .pic img{
    width: 100%;
}
.banner .pic .bannerwz{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
}
.banner .pic .bannerwz .bannerms{
    width: 100%;
    height: 100%;
    padding-top: 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.banner .pic .bannerwz .bannerms .title{
    font-weight: 400;
    font-size: 3.15vw;
    color: #FFFFFF;
}
.banner .pic .bannerwz .bannerms .caozuo{
   display: flex;
   justify-content: start;
   margin-top: 60px;
   align-items: center;
}
.banner .pic .bannerwz .bannerms .caozuo .tab{
    font-weight: 400;
    font-size: 1.6vw;
    color: #FFFFFF;
}
.banner .pic .bannerwz .bannerms .caozuo .more{
   width: 50px;
   height: 23px;
   background: #147FF3;
   border-radius: 2px;
   line-height: 23px;
   text-align: center;
   font-size: 12px;
   margin-left: 15px;
}
.banner .pic .bannerwz .bannerms .caozuo .more a{
    color: #FFFFFF;
}
.myswiper1 .swiper-pagination{
    text-align: right;
    padding-right: 100px;
    bottom: 5vh;
}
.banner .pic .bannerwz .nrbannerms{
    width: 100%;
    height: 100%;
    padding-top: 0%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.banner .pic .bannerwz .nrbannerms .nrtitle{
    font-weight: 400;
    font-size: 2vw;
    color: #FFFFFF;
}
.banner .pic .bannerwz .nrbannerms .nrywtitle{
    font-weight: 400;
    font-size: 1.2vw;
    color: #FFFFFF;
}
.banner .pic .bannerwz .nrbannerms .nrcaozuo{
   display: flex;
   justify-content: start;
   margin-top: 30px;
   align-items: center;
}
.banner .pic .bannerwz .nrbannerms .nrcaozuo .nrtab{
    font-weight: 400;
    font-size: 1vw;
    color: #FFFFFF;
}
.myswiper1 .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #FFFFFF;
    background: unset;
    opacity: unset;
    cursor: pointer;
}
.myswiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FFFFFF;
}

.footer1{
    width: 100%;
    min-height: 300px;
    padding-bottom: 90px;
    background: url('../images/indexfangan.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 0px 0px 0px 0px;
}
.foottitle {
    position: relative;
    width: 100%;
    padding: 53px 0px;
    font-weight: 800;
    font-size: 35px;
    color: #0D1733;
}
.foottitle::after{
    position:absolute;
    width: 53px;
    height: 4px;
    background: #EC6F1F;
    border-radius: 2px;
    content: '';
    bottom:30px;
    left: 0px;
}
.footmiaoshu{
    margin-top: 106px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.footmiaoshu .dgmiaoshu{
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footmiaoshu .dgmiaoshu .dgmiaoshumc{
    margin-top: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
.foottijiao{
    margin-top: 108px;
    width: 45%;
    height: 50px;
    background: rgba(255,255,255,0);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.foottijiao a{
    color: #FFFFFF;
}
.footer2{
    width: 100%;
    min-height: 250px;
    background: #f9f9f9;
}
.foot2-top{
    width: 100%;
    padding-top: 47px;
    display: flex;
    justify-content: space-between;
}
.foot2-top .footmt{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.footmt .footlogo img{
    max-width: 100%;
}
.footmt .footabout{
    margin-top: 8px;
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
}
.footmt .footshipin{
    margin-top: 8px;
    display: flex;
    justify-content: center;
}
.footmt .footshipin .footzmt{
    position: relative;
    margin:0px 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.footmt .footshipin .footzmt .zmtpic{
    position: relative;
}

.footmt .footshipin .footzmt .zmtpic img{
    max-width: 100%;
}
.footmt .footshipin .footzmt .zmtmc{
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #0D1733;
}
.footmt .footshipin .footzmt .zmterweima{
    display: none;
    position: absolute;
    bottom:30px;
    left: -90px;
    width: 200px;
    height: 200px;
}
.footmt .footshipin .footzmt .zmterweima img{
    width: 200px;
    height: 200px;
}
.footmt .footshipin .footzmt .zmtpic:hover .zmterweima{
    display: block;
}
.footmt .footlianxi{
    margin-top: 18px;
    font-weight: 400;
    font-size: 16px;
    color: #0D1733;
}
.foot2-top .footdh{
    width: 75%;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
.foot2-top .footdh .dhone{
    width: 25%;
}
.foot2-top .footdh .dhone .dhtitle{
    font-weight: 800;
    padding-bottom: 12px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}
.foot2-top .footdh .dhone .dhtitle a{
    color: #0D1733;
}
.foot2-top .footdh .dhone .dhlm{
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #BEC4D5;
    text-align: center;
}
.foot2-top .footdh .dhone .dhlm a{
    color: #646C81;
}
.foot2-center{
    width: 100%;
    padding:0px 80px;
    margin-top: 50px;
    height: 58px;
    border: 1px solid rgba(155, 176, 208, 0.16);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot2-center .footlx{
    font-weight: 400;
    font-size: 18px;
    color: #BEC4D5;
}
.foot2-center .footlx:first-child{
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
}
.foot2-bottom{
    margin-top: 20px;
    border-top: 1px solid rgba(155, 176, 208, 0.16);
    width: 100%;
    padding:16px 0px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #0D1733;
}
.foot2-bottom a{
    color: #0D1733;
}
.indextitleh{
    display: inline-block;
    position: relative;
    font-weight: 800;
    font-size: 40px;
    color: #0D1733;
}
.indextitleh::after{
    position:absolute;
    content: '';
    left:0px;
    bottom: -10px;
    width: 100%;
    height: 4px;
    background: #EC6F1F;
    border-radius: 2px;
}
.indextitleb{
    display: inline-block;
    position: relative;
    font-weight: 800;
    font-size: 40px;
    color: #FFFFFF;
}
.indextitleb::after{
    position:absolute;
    content: '';
    left:0px;
    bottom: -10px;
    width: 100%;
    height: 4px;
    background: #EC6F1F;
    border-radius: 2px;
}
.weizhi{
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #879099;
}
.weizhi a{
    padding:0px 8px;
    color: #879099;
}
.weizhi img{
    padding-right: 4px;
}
.weizhi span{
    padding-left: 8px;
    font-weight: 600;
    color: #0D1733;
}
.weizhi.baises{
    color: #FFFFFF;
}
.weizhi.baises a{
    color: #FFFFFF;
}
.weizhi.baises span{
    color: #FFFFFF;
}
.fanye{
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fanye .fan{
    width: 52px;
    height: 52px;
    background: #F2F8FE;
    border-radius: 4px;
    border: 1px solid #D2DDE6;
    margin: 0px 6px;
    color: #686D79;
    font-size: 35px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fanye .fan a{
    color: #686D79;
}
.fanye .shuzi{
    width: 52px;
    height: 52px;
    background: #F2F8FE;
    border-radius: 4px;
    border: 1px solid #D2DDE6;
    margin: 0px 4px;
    color: #686D79;
    font-size: 29px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fanye .shuzi a{
    color: #686D79;
}
.fanye .shuzi.on{
    background: #027EF3;
    border: 1px solid #D2DDE6;
    color: #FFFFFF;
    font-size: 29px;
}
.fanye .shuzi.on a{
    color: #FFFFFF;
}
.zaixianzixun{
    position: fixed;
    right: 23px;
    bottom: 80px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.zaixianzixun span{
    font-size: 14px;
    color: #ed7121;
}
.zaixianzixun img{
    width:40px;
}
.ydzaixianzixun{
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 9999;
}
.ydzaixianzixun img{
    width:40px;
}
.zaixianzixuns{
    position: fixed;
    right: 20px;
    bottom:50px;
    z-index: 9999;
    cursor: pointer;
}
.zaixianzixuns img{
    width:50px;
}
.fankuixx{
    width:100%;
    padding:20px;
    display: flex;
    justify-content: center;
}
.dgfankui{
    width:40%;
    margin:0px 20px;
    padding:20px;
    height: 150px;
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dgfankui .fankuimc{
    font-weight: 800;
    font-size: 25px;
    color: #0D1733;
    margin-top: 15px;
}
.dgfankui .fankuims{
    padding-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #80899B;
    line-height: 24px;
}
.dgfankui .fankuianniu{
    font-weight: 800;
    font-size: 16px;
    color: #2690F5;
    margin-top: 15px;
}
.dgfankui .fankuianniu a{
    color: #2690F5;
}
.dgfankui .fankuianniu img{
    margin-left: 5px;
}
.fankuititle{
    width: 100%;
    text-align: center;
    color: #ed7121;
    padding:40px 0px;
    font-size: 25px;
    font-weight: 800;
}
.zhinengkefu{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    color: #ed7121;
    z-index: 9999;
}

@media only screen and (max-width: 1920px){
    .visible{
        width: 1440px;
        margin: 0 auto;
    }
    

}

@media only screen and (max-width: 1680px){
    .visible{
        width: 1414px;
        margin: 0 auto;
    }
    .nav{
        height: 67px;
    }
    .nav .logo{
        max-height: 67px;
    }
    .nav .column ul li{
        margin:0px 22px;
        font-size: 16px;
    }
    .nav .column ul li .nav_hover{
        top:48px;
    }
    .nav .column .language{
        width: 74px;
        height: 27px;
        font-size: 18px;
        margin-left: 11px;
    }
    .nav .column .language img{
        height:7px;
    }
    .indextitleh{
        font-size: 35px;
    }
    .indextitleb{
        font-size: 35px;
    }
    .foottitle{
        font-size: 44px;
    }
    .foottitle::after {
        width: 46px;
        height: 4px;
        bottom: -32px;
    }
    .footmiaoshu {
        margin-top: 67px;
        font-size: 21px;
        line-height: 32px;
    }
    .foottijiao {
        margin-top: 138px;
        height: 44px;
        font-size: 21px;
        line-height: 44px;
    }
    .nav_hover .pro_nav .leibie .dgleibie {
        font-size: 16px;
    }
    .nav_hover .pro_nav .leibie .dgleibie img {
        margin-right: 6px;
        width: 18px;
    }
    .nav .column ul li .nav_hover.aboutdh .aboutlm .dglm {
        font-size: 16px;
    }
    .nav .column ul li .nav_hover.fuwudh .fuwunr .fuwulb .fuwutitle {
        font-size: 16px;
    }
    .nav .column ul li .nav_hover.fuwudh .fuwunr .fuwulb .fuwulm {
        font-size: 14px;
    }


}
@media only screen and (max-width: 1440px){
   .visible{
        width: 1214px;
        margin: 0 auto;
    }
    .nav{
        height: 58px;
    }
    .nav .logo{
        max-height: 58px;
    }
    .nav .column ul li{
        margin:0px 19px;
        font-size: 14px;
    }
    .nav .column ul li .nav_hover{
        top:40px;
    }
    .nav .column .language{
        width: 64px;
        height: 23px;
        font-size: 15px;
        margin-left: 9px;
    }
    .nav .column .language img{
        height:6px;
    }
    .indextitleh{
        font-size: 30px;
    }
    .indextitleb{
        font-size: 30px;
    }
    .foottitle{
        font-size: 38px;
    }
    .foottitle::after {
        width: 40px;
        height: 3px;
        bottom: -28px;
    }
    .footmiaoshu {
        margin-top: 57px;
        font-size: 18px;
        line-height: 27px;
    }
    .foottijiao {
        margin-top: 119px;
        height: 38px;
        font-size: 18px;
        line-height: 38px;
    }
    .nav .column ul li .nav_hover.fuwudh .fuwunr {
        padding: 40px 1vw;
    }
    .nav_hover .pro_nav .leibie .dgleibie {
        font-size: 14px;
    }
    .nav_hover .pro_nav .leibie .dgleibie img {
        margin-right: 6px;
        width: 16px;
    }
    .nav .column ul li .nav_hover.aboutdh .aboutlm .dglm {
        font-size: 14px;
    }
    .nav .column ul li .nav_hover.fuwudh .fuwunr .fuwulb .fuwutitle {
        font-size: 14px;
    }
    .nav .column ul li .nav_hover.fuwudh .fuwunr .fuwulb .fuwulm {
        font-size: 12px;
    }

}
@media only screen and (max-width: 1366px){
   .visible{
        width: 1150px;
        margin: 0 auto;
    }
    .nav{
        height: 55px;
    }
    .nav .logo{
        max-height: 55px;
    }
    .nav .column ul li{
        margin:0px 19px;
        font-size: 13px;
    }
    .nav .column ul li .nav_hover{
        top:40px;
    }
    .nav .column .language{
        width: 60px;
        height: 22px;
        font-size: 14px;
        margin-left: 9px;
    }
    .nav .column .language img{
        height:6px;
    }
    .indextitleh{
        font-size: 28px;
    }
    .indextitleb{
        font-size: 28px;
    }
     .foottitle{
        font-size: 38px;
    }
    .foottitle::after {
        width: 40px;
        height: 3px;
        bottom: -28px;
    }
    .footmiaoshu {
        margin-top: 57px;
        font-size: 18px;
        line-height: 27px;
    }
    .foottijiao {
        margin-top: 119px;
        height: 38px;
        font-size: 18px;
        line-height: 38px;
    }

}
@media only screen and (max-width: 1280px){
    .visible{
        width: 1080px;
        margin: 0 auto;
    }
    .nav{
        height: 51px;
    }
    .nav .logo{
        max-height: 51px;
    }
     .nav .column ul li{
        margin:0px 17px;
        font-size: 12px;
    }
    .nav .column ul li .nav_hover{
        top:37px;
    }
    .nav .column .language{
        width: 57px;
        height: 21px;
        font-size: 13px;
        margin-left: 8px;
    }
    .nav .column .language img{
        height:5px;
    }
    .indextitleh{
        font-size: 27px;
    }
    .indextitleb{
        font-size: 27px;
    }
     .foottitle{
        font-size: 38px;
    }
    .foottitle::after {
        width: 40px;
        height: 3px;
        bottom: -28px;
    }
    .footmiaoshu {
        margin-top: 57px;
        font-size: 18px;
        line-height: 27px;
    }
    .foottijiao {
        margin-top: 119px;
        height: 38px;
        font-size: 18px;
        line-height: 38px;
    }

}
@media only screen and (max-width: 960px){
    .pc{
        display: none;
    }
    .yd{
        display: block;
    }
    .visible{
        width: 100%;
        padding:0px 10px;
        margin: 0 auto;
        overflow: hidden;
    }
    .nav {
        display: none;
    }
     .m_nav, .m_img {
        display: block;
    }
    .m_img{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0px;
    }
    .m_img img{
        cursor: pointer;
    }
    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0%;
        height: 0%;
        overflow: hidden;
        z-index: 10000;
    }

    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1;
    }

    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        top: 0px;
        background: #fff;
        height: 100%;
        z-index: 100;
        left: -80%;
        padding-top: 66px;
        overflow-y: auto;
    }

    .m_nav .closeicon {
        position: absolute;
        width: auto;
        right: 16px;
        top: 22px;
        z-index: 105;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .m_nav .closeicon a {
        height: 22px;
        display: block;
    }

    .m_nav .m_navList ul li:first-child {
        border-top: 1px solid #f0f0f0;
    }

    .m_nav .m_navList ul li {
        border-bottom: 1px solid #f0f0f0;
    }

    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
        padding-bottom: 8px;
    }

    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }

    .m_nav .m_navList ul li .m_f_a i {
        width: 54px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }

    .m_nav .icon {
        background: url(../images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }

    .m_nav .icon_on {
        background: url(../images/reduce.jpg) 50% no-repeat!important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }

    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 5%;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
    }

    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #333;
        line-height: 45px;
        padding-left: 4%;
        font-size: 15px;
    }

    .m_nav .m_navList ul li .m_f_a i {
        width: 54px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }
    .banner .pic .bannerwz .bannerms {
        padding-top: 10%;
    }
    .banner .pic .bannerwz .bannerms .title {
        font-size: 16px;
    }
    .banner .pic .bannerwz .bannerms .caozuo {
        margin-top: 10px;
    }
    .banner .pic .bannerwz .bannerms .caozuo .tab {
        font-size: 14px;
    }
    .myswiper1 .swiper-pagination {
        padding-right: 10px;
        bottom: 10px;
    }
    .myswiper1 .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .footer1 {
        min-height: 200px;
        padding: 20px 0px;
    }
    .foottitle {
        padding-top: 10px;
        font-size: 24px;
    }
    .foottitle::after {
        bottom: -17px;
    }
    .footmiaoshu {
        margin-top: 30px;
        font-size: 20px;
        line-height: 28px;
    }
    .foottijiao {
        margin-top: 30px;
        width: 60%;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }
    .foot2-top {
        padding-top: 30px;
        flex-wrap: wrap;
    }
    .foot2-top .footmt {
        width: 100%;
    }
    .footmt .footlogo{
        display: flex;
        justify-content: center;
    }
    .footmt .footlogo img {
        width: 60%;
    }
    .footmt .footabout {
        margin-top: 20px;
        font-size: 16px;
    }
    .footmt .footshipin{
        margin-top: 20px;
    }
    .footmt .footshipin .footzmt .zmtmc {
        margin-top: 10px;
    }
    .foot2-top .footdh {
        width: 100%;
        flex-wrap: wrap;
    }
    .foot2-top .footdh .dhone {
        width: 50%;
        margin-top: 20px;
    }
    .foot2-top .footdh .dhone .dhlm {
        margin-top: 16px;
        font-size: 14px;
        display: none;
    }
    .foot2-center {
        width: 100%;
        padding: 5px;
        margin-top: 30px;
        height: auto;
        flex-wrap: wrap;
    }
    .foot2-center .footlx:first-child {
        width: 100%;
    }
    .foot2-center .footlx {
        font-size: 16px;
        width: 100%;
        line-height: 32px;
    }
    .foot2-bottom {
        padding: 16px 20px;
        line-height: 32px;
    }
    .indextitleh {
        font-size: 24px;
    }
    .indextitleb {
        font-size: 24px;
    }
    .footmiaoshu .dgmiaoshu .dgmiaoshumc {
        font-size: 14px;
    }
   .footmiaoshu .dgmiaoshu {
        margin-right: 0px;
        width: 33%;
    }
    .weizhi.baises{
        color: #879099;
    }
    .weizhi.baises a{
        color: #879099;
    }
    .weizhi.baises span{
        color: #879099;
    }
    .daohangyouce{
        display: flex;
    }
    .daohangqiehuan{
        padding-right: 20px;
        font-size: 14px;
        color: #525865;
    }
    .daohangqiehuan a{
        color: #525865;
    }
    .fankuixx {
        padding: 2px;
    }
    .dgfankui {
        width: 48%;
        margin: 2px;
        padding: 2px;
    }
    

}