@font-face {
    font-family: "dd";
    src: url("../fonts/dingtalk_jinbuti_regular.ttf") format("truetype");
}

/*@font-face {*/
/*    font-family: "Light";*/
/*    src: url("../fonts/light.ttf") format("truetype");*/
/*}*/
/*@font-face {*/
/*    font-family: "Regular";*/
/*    src: url("../fonts/regular.ttf") format("truetype");*/
/*}*/
/*@font-face {*/
/*    font-family: "Bold";*/
/*    src: url("../fonts/bold.ttf") format("truetype");*/
/*}*/

/*-webkit-tap-highlight-color 清除点击高亮*/
*{margin:0;padding:0;box-sizing:border-box;outline:none;border:0;resize:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;}
body{font-family:'Microsoft yahei';color:#000;font-size:14px;overflow-x:hidden;}
ul,li{list-style:none}
img{display:block}
a{text-decoration:none;color:#000;display:inline-block}
input,textarea{font-family:'Microsoft yahei';font-size:14px;color:#000}
input::placeholder,textarea::placeholder{font-family:'Microsoft yahei';font-size:14px;color:#000}

.b{font-weight:bold}

.width{max-width:1200px;margin:0 auto;width:calc(100% - 80px)}

.space{height:100px;}

.img-bg{overflow:hidden;display:flex;justify-content:center;align-items:center}
.bg{background-size:cover;background-repeat:no-repeat;background-position:center center;transition:.8s}

.clear{clear:both;zoom:1;}

.dot{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.dot2,.dot3,.dot4,.dot5{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical}
.dot2{-webkit-line-clamp:2}
.dot3{-webkit-line-clamp:3}
.dot4{-webkit-line-clamp:4}
.dot5{-webkit-line-clamp:5}

.mCS-myscroll.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#ccc}
.mCS-myscroll.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#eee}

.my-select{height:60px;background:#fff;position:relative;border-radius:5px}
.my-select:after{content:"";display:block;width:8px;height:8px;position:absolute;top:22px;right:20px;border-left:1px solid #666;border-bottom:1px solid #666;transform:rotate(-45deg);z-index:990}
.my-select p{padding:0 15px;line-height:60px;cursor:pointer}
.my-select ul{display:none;background:#fff;width:100%;overflow-y:auto;position:absolute;top:100%;left:0;max-height:300px;z-index:990;box-shadow:0 0 10px #ccc}
.my-select ul li{padding:0 15px;line-height:40px;cursor:pointer;}
.my-select ul li.selected{background:#05bad8;color:#fff}
.my-select.on:after{transform:rotate(-225deg);top:28px}

.layui-layer-hmg{border-radius:5px !important}
.layui-layer-btn .layui-layer-btn0{background:#1BAFD6;color:#fff;border-color:#1BAFD6}
.layui-layer-btn{padding:0 15px 20px}
.layui-layer-btn .layui-layer-btn0{border-color:#1BAFD6 !important;background-color:#1BAFD6 !important}

.page{text-align:center;margin:0 auto}
.page a,.page .a_cur{display:inline-block;background:#fff;width:50px;height:50px;line-height:50px;margin-right:20px;border-radius:50%}
.page .a_cur{background:#1BAFD6;color:#fff}

.video-popup{display:none;position:fixed;z-index:1001;background:rgba(0,0,0,.7);width:100%;height:100%;top:0;left:0;}
.video-popup .con{width:70%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center}
.video-popup video{max-width:100%;max-height:100%;}
.video-popup .close{position:absolute;width:40px;height:40px;background:url(../fonts/close-w.svg) no-repeat center center/40px;right:-30px;top:0;cursor:pointer;z-index:1002;transition:.3s}

.header .width{display:flex;justify-content:space-between;align-items:center;height:100px}
.header .logo{width:170px;height:53px;display:flex;justify-content:center;align-items:center}
.header .logo>img{max-width:100%;max-height:100%}
.header .header-r{width:calc(100% - 250px);display:flex;justify-content:flex-end}
.header .nav>a{margin-right:50px;font-size:16px}
.header .nav>a.active{color:#05bad8}
.header .lang{position:relative;display:flex;align-items:center;cursor:pointer}
.header .lang .icon{width:23px;height:23px;background:url(../fonts/lang.svg) no-repeat center center/23px;margin-right:10px}
.header .lang>span{font-size:16px;margin-top:-2px;}
.header .lang .popup{display:none;background:#f8f8f8;padding:10px 20px;position:absolute;top:calc(100% + 20px);left:50%;transform:translateX(-50%);width:max-content;z-index:998;border-radius:5px}
.header .lang .popup>a{line-height:30px;text-align:center;display:block}
.header .search{position:relative;width:23px;height:23px;background:url(../fonts/search.svg) no-repeat center center/23px;margin-left:30px;cursor:pointer}
.header .search .popup{display:none;position:absolute;top:calc(100% + 20px);z-index:999;right:0}
.header .search .popup>div{display:flex}
.header .search .popup .input{width:250px;height:50px;background:#f5f5f5;padding:0 20px}
.header .search .popup .btn{width:50px;height:50px;background:#05bad8 url(../fonts/search-w.svg) no-repeat center center/22px;transition:.3s}
.header .menu{display:none}

.nav-m{display:none;position:fixed;top:0;left:0;bottom:0;width:100%;background:#fff;overflow-y:auto;z-index:999}
.nav-m .info{display:flex;justify-content:space-between;align-items:center;height:70px}
.nav-m .logo{width:106px;height:33px}
.nav-m .logo>img{max-width:100%;max-height:100%}
.nav-m .close{width:23px;height:23px;background:url(../fonts/close.svg) no-repeat center center/23px}
.nav-m li{border-bottom:1px solid rgba(0,0,0,.1);padding:10px 0 20px;margin-bottom:10px;position:relative;font-size:16px}
.nav-m li::after{position:absolute;top:20px;right:0;transform:translateY(-50%);content:'';width:12px;height:12px;background:url(../fonts/arrow.svg) no-repeat center center/12px;transition:.3s}
.nav-m li>a{display:block}

.footer{position:relative}
.footer .width{position:relative;z-index:2}
.footer .ask{padding:150px 0;display:flex;flex-direction:column;align-items:center;border-bottom:1px rgba(0,0,0,.2) dashed;position:relative;z-index:2}
.footer .ask>img{max-width:100%;margin-bottom:60px;opacity:0;transition:1s}
.footer .ask>a{padding:18px 70px 18px 40px;border-radius:30px;font-size:16px;color:#fff;background:#05bad8 url(../images/arrow-w.png) no-repeat 80% center}
.footer .info{display:flex;justify-content:space-between;align-items:center;padding:35px 0 90px;position:relative;z-index:2}
.footer .info>p{line-height:24px}
.footer .info>p>a{margin-left:20px}
.footer .info ul{display:flex;}
.footer .info li{margin-right:10px;transition:.3s;position:relative}
.footer .info li:last-child{margin-right:0}
.footer .info .icon{width:40px;height:40px;border-radius:50%;background:rgba(89,89,89,.1);display:flex;justify-content:center;align-items:center;cursor:pointer}
.footer .info .icon>img{max-width:50%;max-height:50%}
.footer .info .qr{display:none;position:absolute;top:-170px;left:50%;transform:translateX(-50%);width:150px}
.back{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:#05bad8 url(../images/back.png) no-repeat center center/26px;border-radius:50%;cursor:pointer;transition:.3s;z-index:999}

.inner-banner{padding:80px 0 60px;display:flex;justify-content:space-between;align-items:flex-end}
.inner-banner .info{width:50%}
.inner-banner .name{font-size:50px;font-family:'dd';margin-bottom:5px}
.inner-banner .note{font-size:16px;line-height:30px;position:relative}
.inner-banner .note::after{content:'';position:absolute;bottom:-39px;left:0;width:225px;height:39px;background:url(../images/9.png)}
.inner-banner .crumb{width:40%;display:flex;justify-content:flex-end;line-height:30px;}
.inner-banner .crumb>em{font-style:normal;}
.inner-banner .crumb>span{margin:0 5px}

.inner-banner1{position:relative}
.inner-banner1 .img{width:100%}
.inner-banner1 .m{display:none}
.inner-banner1 .width{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}
.inner-banner1 .info{width:50%;color:#fff}
.inner-banner1 .name{font-family:'dd';font-size:50px;line-height:60px;margin-bottom:5px}
.inner-banner1 .note{font-size:16px;line-height:30px}

@media (max-width:1440px){
    .space{height:90px}
    .my-select{height:50px}
    .my-select p{line-height:50px}
    .my-select:after{top:18px}
    .my-select.on:after{top:23px}
    .header .width{height:90px}
    .header .logo{width:138px;height:43px}
    .footer .ask{padding:100px 0}
    .footer .ask>a{padding:15px 60px 15px 30px;font-size:14px}
    .footer .info{padding:25px 0 70px}
    .inner-banner{padding:60px 0 40px}
    .inner-banner .name{font-size:45px}
    .inner-banner1 .name{font-size:42px;line-height:52px}
}

@media (max-width:750px){
    .space{height:70px;}
    .width{width:calc(100% - 40px)}
    .page a,.page .a_cur{margin-right:10px;width:40px;height:40px;line-height:38px;font-size:14px}
    .video-popup .con{width:90%;}
    .video-popup .close{right:0;width:30px;height:30px;background-size:30px auto !important}
    .my-select{height:40px}
    .my-select:after{width:5px;height:5px;top:15px;right:15px}
    .my-select p{line-height:40px;font-size:14px}
    .my-select ul li{line-height:35px}
    .my-select.on:after{top:18px}
    
    .header .width{height:70px}
    .header .logo{width:106px;height:33px}
    .header .header-r{width:calc(100% - 150px)}
    .header .nav{display:none}
    .header .lang .icon{margin-right:0}
    .header .lang>span{display:none}
    .header .search{margin-left:0}
    .header .search .popup{width:100%;position:fixed;left:0;top:70px}
    .header .search .popup .input{width:calc(100% - 40px);height:40px;padding:0 15px}
    .header .search .popup .btn{width:40px;height:40px}
    .header .menu{margin-left:10px;display:block;width:23px;height:23px;background:url(../images/menu.svg) no-repeat center center/23px}
    
    .footer .ask{padding:50px 0 20px}
    .footer .ask>img{max-width:100%;margin-bottom:30px}
    .footer .info{flex-direction:column;padding:20px 0 30px}
    .footer .info>p{text-align:center;margin-bottom:10px}
	.footer .info>p>a{display:block}
    .back{width:40px;height:40px;background-size:20px;bottom:20px;right:20px}
    
    .inner-banner{padding:30px 0}
    .inner-banner .info{width:90%}
    .inner-banner1 .width{ top:40%; }
    .inner-banner1 .img{display:none}
    .inner-banner1 .m{display:block;}
    .inner-banner1 .name{ font-size:25px; line-height:30px; }
    .inner-banner1 .note{ font-size:14px; line-height:22px; }
    
}

@media (any-hover:hover){
    .layui-layer-btn .layui-layer-btn0:hover{color:#fff !important}
	.img-bg .bg:hover{transform:scale(1.1)}
    .page a:hover{background:#05bad8;color:#fff}
    .video-popup .close:hover{transform:rotate(180deg)}
    .my-select ul li:hover{background:#05bad8;color:#fff}
    
    .header .nav>a:hover{color:#05bad8}
    .header .lang:hover>span{color:#05bad8}
    .header .search .popup .btn:hover{background-color:#05BAAC}
    
    .footer .ask>a:hover{background-color:#05BAAC}
	.footer .info>p>a:hover{color:#05bad8}
    
    .inner-banner .crumb>a:hover{color:#05bad8}
}