
@font-face {
    font-family: "NotoSans-Regular";
    src: url("/assets/css/../fonts/NotoSans-Regular.eot");
    src:  url("/assets/css//assets/css/../fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"),
            url("/assets/css//assets/css/../fonts/NotoSans-Regular.woff2") format("woff2"), 
            url("/assets/css/../fonts/NotoSans-Regular.woff") format("woff"), 
            url("/assets/css/../fonts/NotoSans-Regular.ttf")  format("truetype"), 
          url("/assets/css/../fonts/NotoSans-Regular.svg#Helvetica") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "NotoSans-Bold";
    src: url("/assets/css/../fonts/NotoSans-Bold.eot");
    src:  url("/assets/css//assets/css/../fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"),
            url("/assets/css//assets/css/../fonts/NotoSans-Bold.woff2") format("woff2"), 
            url("/assets/css/../fonts/NotoSans-Bold.woff") format("woff"), 
            url("/assets/css/../fonts/NotoSans-Bold.ttf")  format("truetype"), 
          url("/assets/css/../fonts/NotoSans-Bold.svg#Helvetica") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "NotoSans-BoldItalic";
    src: url("/assets/css/../fonts/NotoSans-BoldItalic.eot");
    src:  url("/assets/css//assets/css/../fonts/NotoSans-BoldItalic.eot?#iefix") format("embedded-opentype"),
            url("/assets/css//assets/css/../fonts/NotoSans-BoldItalic.woff2") format("woff2"), 
            url("/assets/css/../fonts/NotoSans-BoldItalic.woff") format("woff"), 
            url("/assets/css/../fonts/NotoSans-BoldItalic.ttf")  format("truetype"), 
          url("/assets/css/../fonts/NotoSans-BoldItalic.svg#Helvetica") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "NotoSans-Italic";
    src: url("/assets/css/../fonts/NotoSans-Italic.eot");
    src:  url("/assets/css//assets/css/../fonts/NotoSans-Italic.eot?#iefix") format("embedded-opentype"),
            url("/assets/css//assets/css/../fonts/NotoSans-Italic.woff2") format("woff2"), 
            url("/assets/css/../fonts/NotoSans-Italic.woff") format("woff"), 
            url("/assets/css/../fonts/NotoSans-Italic.ttf")  format("truetype"), 
          url("/assets/css/../fonts/NotoSans-Italic.svg#Helvetica") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* 
.online-fixed{
	right:0px;
	transition:right 0.25s linear;
}

.online-fixed .online-bottom{
	position:relative;
	background:#fce500;
	width:75px;
	height:110px;
	transition:all 0.25s linear;
	box-shadow: 0px 1px 10px -2px #888;
}

.online-fixed .online-bottom img{
	width:48px;
	position:absolute;
	left:50%;
	margin-left:-24px;
	transition:all 0.25s linear;
}

.online-fixed .online-bottom .coupon-flag{
	top:17px;
}

.online-fixed .online-bottom .coupon-l{
	top:69px;
}

.online-fixed .coupon-bg{
	width:60px;
	margin:0 auto;
}


.online-fixed.expand{
	right:30px;
}

.online-fixed.expand .online-bottom{
	width: 60px;
    height: 130px;
    transform: rotate(-90deg);
    margin-top: -40px;
	box-shadow: -1px 0px 6px -1px #888;
}

.online-fixed.expand .online-bottom .coupon-flag {
    top: 21px;
    transform: rotate(90deg);
}

.online-fixed.expand .online-bottom .coupon-l {
    top: 80px;
    transform: rotate(90deg);
}
.online-fixed.expand a{
	left: -38px;
    width: 130px;
}

*/
*{margin:0;padding:0;list-style:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;
}

/* 滚动条整体部分 */
::-webkit-scrollbar{
    background: #f1f1f1;
    width: 5px;
}
/* 滚动条里面的小方块，能向上向下移动（或向左向右移动） */
::-webkit-scrollbar-thumb{
    background-color: #c1c1c1;
}
/* 滚动条的轨道（里面装有Thumb） */
::-webkit-scrollbar-track{

}
/* 滚动条的轨道的两端按钮，由于通过点击微调小方块的位置。 */
::-webkit-scrollbar-button{
    display: none;
}
/* 内层轨道，滚动条中间部分 */
::-webkit-scrollbar-track-piece{

}
/* 边角，即垂直滚动条和水平滚动条相交的地方 */
::-webkit-scrollbar-corner{

}
/* 两个滚动条的交汇处上用于拖动调整元素大小的小控件 */
::-webkit-resizer{

}


a{text-decoration:none;color:#333}
img{display:block;}
body,html{font-family:NotoSans-Regular;font-size:16px;width:100%;color:#333;background-color:#fff;position:relative;box-sizing:border-box;min-width:320px}
div,li,p,span{letter-spacing:1.5px}
.root.overflow{overflow:hidden}
.align{display:flex;align-items:center;justify-content:center}
.main{margin-top:120px;transition:margin .3s linear .2s;position:relative}
.main.margin80{margin-top:60px}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
.clearfix{display:block}
.hover{
    position: relative;
}
.hover::after{
    position: absolute;
    content: "";
    width: 7px;
    height: 11px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background: url(/assets/images/arrow-right.png) scroll no-repeat 0 0;
    transition: all 0.2s linear;
    opacity: 0;
}
.hover.hover-white::after{
    background: url(/assets/images/arrow-right-white.png) scroll no-repeat 0 0;
}
.hover:hover:after{
    right: 12px;
    opacity: 1;
}


.kv-nav{
    position: absolute;
    width: 75%;
    max-width: 1250px;
    height: 95px;
    overflow: hidden;
    left: 50%;
    bottom: 8vh;
    transform: translateX(-50%);
    z-index: 10;
}
.kv-nav-swiper{
    /* padding: 0 30px; */
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
}
.kv-nav .swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.kv-nav .swiper-slide{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.kv-nav .swiper-slide::after{
    content: "";
    position: absolute;
    left: 100%;
    height: 60%;
    width: 2px;
    background-color: #000;
    opacity: 0.1;
    bottom: 50%;
    transform: translateY(50%);
}
.kv-nav .swiper-slide:last-child:after{
    display: none;
}
.kv-nav .swiper-slide span{
    display: block;
    padding-top: 5px;
    font-size: 16px;
    border-top: 2px solid #fff;
    margin-top: 3px;
    letter-spacing: 0;
}
.kv-nav .active span{
    border-color: #244c99;
    color: #244c99;
}
.kv .kv-nav-icon-1{
    width: 69px;
}
.kv .kv-nav-icon-2{
    width: 57px;
}
.kv .kv-nav-icon-6{
    width: 50px;
}
.kv .kv-nav-icon-3{
    width: 33px;
}
.kv .kv-nav-icon-4{
    width: 60px;
}
.kv .kv-nav-icon-5{
    width: 33px;
}
.kv-nav .swiper-slide a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	text-indent: -1000px;
	overflow: hidden;
}

.pop-wechat-qrcode{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
    display: none;
}

.qrcode-block{
    padding: 60px 0 20px 20px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.qrcode-block .artic{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.qrcode-block .artic .headline{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
	white-space: nowrap;
	padding:0 20px;
}
.qrcode-block .artic .subheadline{
    font-size: 16px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

.qrcode-block .content{
    background-color: #f4f4f4;
	width:100%;
}
.qrcode-block .content .left-img{
    width: 478px;
}

.qrcode-block .qr-img{
width: 166px;
margin: 15% 42px 15% 54px;
}

.qrcode-block .close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
}
.qrcode-block .close img{
    width: 100%;
}

.owchat { position:fixed; width:50px; height:50px; right:0px; bottom:50vh; z-index:99;}
.owchat a{
display:block;
height:100%;
width:100%;
background:url(/assets/images/owchat_icon.jpg) scroll no-repeat 0 0;
}
.owchat img { width:100%;}

.main{
	min-height:100vh
}


.online-fixed{
	position:fixed;
	width:80px;
	height:190px;
	right:0;
	top:35vh;
	z-index:99;
	overflow:hidden;
}
.online-fixed .coupon-bg{
	position:absolute;
	top:-12px;
	left:50%;
	transform:translateX(-50%)
}

.online-fixed img.coupon{
	width:85px
}

.online-fixed .coupon-bg{
	width:157px;
	left: 54%;
}

.online-fixed{
	height: 131px;
    width: 60px;
}

.mobi2025 { display:none;}

@media (max-width:1400px){





}


@media (max-width:1366px){
    .kv-nav{
        height: 90px;
    }
    .kv-nav .swiper-slide span{
        font-size: 15px;
    }

}


@media (max-width:1024px){
.main{
    margin-top:60px;
    transition: none;
}
.kv-nav{
    width: 85%;
}
}

@media (max-width:750px){
.pc2025 { display:none;}
.mobi2025 { display:block;}
    .kv .kv-swiper{
        #min-height: 800px;
    }
    .kv-nav{
        width: 90%;
        bottom: 10px;
        height: auto;
    }
    .kv-nav .kv-nav-swiper{
        padding: 10px 0 30px;
    }
    .kv-nav .swiper-wrapper{
        flex-direction: column;
    }
    .kv-nav .swiper-slide{
        flex-direction: row;
        height: 55px;
        /* max-height: 55px; */
        width: 85% !important;
        margin: 0 auto;
        border-bottom: 1px solid #000;
        border-color: rgba(0,0,0,.1);
        box-sizing: border-box;
        justify-content: flex-start;
    }
    
    .kv-nav .swiper-slide::after{
        left: 0;
        height: 2px;
        width: 0%;
        bottom: 0;
        background-color: #27509b;
        opacity: 1;
    }
    .kv-nav .swiper-slide.active.red::after{
        background-color: #bd2332;
    }
    .kv-nav .swiper-slide.active.red span{
       color: #bd2332;
    }
    .kv-nav .swiper-slide .nav-icon{
        width: 69px;
        margin-right: 25px;
    }
    .kv-nav .swiper-slide .nav-icon img{
        margin: 0 auto;
    }
    .kv-nav .swiper-slide span{
        font-size: 14px;
        margin: 0;
        padding: 0;
    }
    .kv-nav .swiper-slide a::after{
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        content: "";
        background: url(/assets/images/arrow-right.png) no-repeat scroll center center;
        background-size: 100% auto;
        width: 7px;
        height: 11px;
        transition: right .2s linear;
    }
    
    .kv-nav .active span{
        border-color: #fff;
        padding-left: 20px;
        background: url(/assets/images/arrow-right-2.png) scroll no-repeat 0 center;
        background-size: 8px auto;
    }
    .kv-nav .active.red span{
        background-image: url(/assets/images/arrow-right-red.png);
    }
    
    .kv-nav .swiper-slide:last-child:after{
        display: block;
    }
    .kv-nav .swiper-slide.active::after{
        width: 100%;
        /* transition: width 4s linear; */
    }
    
    .kv-nav .swiper-slide.active a::after{
        display: none;
    }
    
    .kv-nav-icon-1{
        width: auto;
    }
    .kv-nav-icon-2{
        width: auto;
    }
    .kv-nav-icon-3{
        width: auto;
    }
    .kv-nav-icon-4{
        width: auto;
    }
    .kv-nav-icon-5{
        width: auto;
    }

}

#a_livchat_tp{
    bottom: 50vh !important;
}



.online-fixed a{
	position:absolute;
	left:0;
	width:100%;
}

.online-fixed .show-testimonial-qrcode{
	top:0;
	height:50%;
	display:none;
}
.online-fixed .show-wechat-qrcode{
	bottom:0;
	height:62px;
}

.online-fixed .go-coupon{
	top:0;
	height:100%;
}


.online-fixed  .go-comment{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 62px;
    display: block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
}

.online-fixed img:first-child{
	
}

@media (max-width:750px){
.online-fixed img.coupon {
    width: 60px;
}

/*
.online-fixed .online-bottom{
	width:52px;
	height:92px;
	margin-top: -4px;
}
.online-fixed .coupon-bg{
	width:45px;
}

.online-fixed .online-bottom img{
	width: 42px;
    margin-left: -21px;
}
.online-fixed .online-bottom .coupon-flag {
    top: 17px;
}
.online-fixed .online-bottom .coupon-l{
	top: 55px;
}

.online-fixed.expand .online-bottom{
	width: 48px;
    height: 120px;
	margin-top: -42px;
}
.online-fixed .online-bottom img {
    width: 40px;
    margin-left: -20px;
}
	
.online-fixed.expand .online-bottom .coupon-flag{
	 top: 24px;
}

.online-fixed.expand .online-bottom .coupon-l{
	top: 78px;
}

.online-fixed.expand {
    right: 37px;
}

.online-fixed.expand a{
	left: -36px;
    width: 120px;
}
*/


.online-fixed .coupon-bg{
	width:135px;
}

.online-fixed{
	height: 112px;
    width: 52px;
	top: 340px;
}



}














