/* public */
a{color: initial;}
a:hover{text-decoration: none;color: initial;font-weight: normal;}
.mbxs{ display:none;}
/*#region*/
@media only screen and (max-width:520px){
.pcxs{ display:none;}
.mbxs{ display:block;}

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	    position: relative;
	    width: 100%;
	    padding-right: 5%;
	    padding-left: 5%;
	}
}



.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 276px;
    min-height: 50px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
    margin-top: -10px
}

.webui-popover.right {
    margin-left: 10px
}

.webui-popover.bottom, .webui-popover.bottom-left, .webui-popover.bottom-right {
    margin-top: 10px
}

.webui-popover.left {
    margin-left: -10px
}

.webui-popover-inner .close {
    margin: 5px 10px 0 0;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    text-decoration: none
}
.right{text-align: right;}
.por{position: relative;}
.center{text-align: center;}
.webui-popover-inner .close:hover, .webui-popover-inner .close:focus {
    opacity: .5;
    filter: alpha(opacity=50)
}

.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.webui-popover-content {
    padding: 5px;
    overflow: auto
}

.webui-popover-inverse {
    background-color: #333;
    color: #eee
}

.webui-popover-inverse .webui-popover-title {
    background: #fff;
    border-bottom: none;
    color: #eee
}

.webui-no-padding .webui-popover-content {
    padding: 0
}

.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none
}

.webui-no-padding .list-group-item:first-child {
    border-top: 0
}

.webui-no-padding .list-group-item:last-child {
    border-bottom: 0
}

.webui-popover > .arrow, .webui-popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.webui-popover > .arrow {
    border-width: 11px
}

.webui-popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.webui-popover.top > .arrow, .webui-popover.top-right > .arrow, .webui-popover.top-left > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.webui-popover.top > .arrow:after, .webui-popover.top-right > .arrow:after, .webui-popover.top-left > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.webui-popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.webui-popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.webui-popover.bottom > .arrow, .webui-popover.bottom-right > .arrow, .webui-popover.bottom-left > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0
}

.webui-popover.bottom > .arrow:after, .webui-popover.bottom-right > .arrow:after, .webui-popover.bottom-left > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.webui-popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.webui-popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.webui-popover-inverse.top > .arrow, .webui-popover-inverse.top-left > .arrow, .webui-popover-inverse.top-right > .arrow, .webui-popover-inverse.top > .arrow:after, .webui-popover-inverse.top-left > .arrow:after, .webui-popover-inverse.top-right > .arrow:after {
    border-top-color: #333
}

.webui-popover-inverse.right > .arrow, .webui-popover-inverse.right > .arrow:after {
    border-right-color: #333
}

.webui-popover-inverse.bottom > .arrow, .webui-popover-inverse.bottom-left > .arrow, .webui-popover-inverse.bottom-right > .arrow, .webui-popover-inverse.bottom > .arrow:after, .webui-popover-inverse.bottom-left > .arrow:after, .webui-popover-inverse.bottom-right > .arrow:after {
    border-bottom-color: #333
}

.webui-popover-inverse.left > .arrow, .webui-popover-inverse.left > .arrow:after {
    border-left-color: #333
}

.webui-popover i.glyphicon-refresh {
    display: block;
    margin-left: -15px;
    margin-top: -15px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-animation: rotate 1s linear 0 infinite;
    -o-animation: rotate 1s linear 0 infinite;
    animation: rotate 1s linear 0 infinite
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}
.container{}
@media (min-width: 1440px) {
	.container{max-width: 1260px;}
	
}
@media (min-width: 1680px) {
    .container {max-width: 1480px;}
}


div {
    /*border: 1px solid #f30;*/
}

img {
    vertical-align: middle;
	max-width:100%;
}

body {
    font-weight: 400;
}

/*#endregion*/

/* header */
/*#region*/

#search_box{position: fixed;right:0;top: 0;width:100%;box-sizing: border-box;display: none;z-index: 100;filter: initial;background:rgba(34,34,34,0.9)}
#search_box .wrap{margin:36px auto;width:70%;max-width:1195px;position: relative;}
#search_box .wrap #search_close{position: absolute;left:calc(100% + 50px);left:-webkit-calc(100% + 50px);top:50%;width: 20px;height: 20px;transform:translate(0,-50%);background:url(/template/default/images/search_close.png) no-repeat center;cursor: pointer;background-size:100% auto;}
#search_box input{display: inline-block;vertical-align: middle;height: 50px;}
#search_box input.key{padding:0 10px;width: calc(100% - 100px);width:-webkit-calc(100% - 100px);border: 1px solid #ccc;box-sizing: border-box;}
#search_box input.upload{width: 100px;height: 50px;color: #fff;background: #f57900;border: 0;}

.head-pc .top {
    float: right;
    padding-top: 20px;
}

.head-pc .top span {
    margin-left: 20px;
    color: #fff;
}

.head-pc .extra {
    text-align: right;
    padding:20px 0;
}

.head-pc .search {
    color: #fff;
    cursor: pointer;
}

.head-pc .wechat i, .head-pc .tmall i, .head-pc .jdmall i {
    display: inline-block;
    margin-right: 5px;
    width: 22px;
    height: 22px;
    background: no-repeat 50%;
    vertical-align: -5px;
}

.head-pc .wechat i {
    background-image: url(/template/default/images/ico_wechat.png);
}

.head-pc .tmall i {
    background-image: url(/template/default/images/ico_tmall.png);
}

.head-pc .jdmall i {
    background-image: url(/template/default/images/ico_jdmall.png);
}


.head-pc .logo {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.head-pc .logo img {
    max-height: 35px;
}

.head-pc .menu {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.head-pc .menu span {
    margin-left: 20px;
	white-space: nowrap;
}

.head-pc .menu span a {
    color: #fff;
	font-size: 14px;
}

.head-pc .top{font-size: 14px;}
.head-pc .top a{ color:#fff;}

.nav-bar {
    display: flex;
    width: 100%;
   
}

.nav-item {
    position: relative;
    flex: 0 0 auto;
    padding: 20px 0;
}
.nav-item .nav-link {
    position: relative;
    display: inline-block;
    padding: 0 50px 0 0;
    color: #fff;
}
.nav-item:last-child .nav-link{border-right:0;}

.nav-item .nav-link:not(:first-child):before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 5px;
    background: rgba(255, 255, 255, .7);
    width: 1px;
}


.nav-item .nav-link:after {
    content: '';
    width: 1px;
    height: 16px;
    background: #fff;
}

.nav-item .nav-link:hover, .nav-cur .nav-link {
    color: rgba(255, 255, 255, 0.7);
}

.nav-sub {
    opacity: 0;
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
	width: 260px;
    background: #1c1e22;
    transition: all .3s;
    padding: 10px 20px;
	box-sizing: border-box;
}

.nav-sub a {
    display: block;
    color: #fff;
    text-align: left;
    transition: all .3s;
	font-size: 14px;
	border-bottom: 1px solid #3e3e3e;
    line-height: 40px;
}
.nav-sub a:last-child{border: 0;}

.nav-item:hover .nav-sub {
    opacity: 1;
}

.nav-item .nav-sub a:hover {
	color: coral;
}

@media (min-width: 990px) {
	/* .head-pc .row{margin: 0;} */
}
@media (min-width: 768px) {

    .head-pc {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        transition: all ease-in-out .5s;
    }

    .head-pc.head-move {
        transform: translateY(-72px);
    }

    .head-pc.head-on {
        background-color: #ffab50;
		background-image: linear-gradient(120deg,#fd7638,#ffab50,#fd7638);
    }

}
@media only screen and (max-width:1080px){
	.nav-bar{margin-left: 0;}
	.head-pc .nav_part{width: 100%;max-width: initial;flex: 0 0 100%;}
	.head-pc .shop_part{width: 100%;max-width: initial;flex: 0 0 100%;}
}
@media only screen and (max-width:1200px){
	.nav-bar{margin-left: -20px;}
	.nav-item .nav-link{padding:0 20px}
	
}
@media (max-width: 992px) {
    header {
        height: 55px;
    }

    .head-mo {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 998;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, .15);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .head-mo .logo {
        flex: auto;
    }

    .head-mo .logo a {
        padding: 0 10px;
        height: 55px;
        display: inline-flex;
        align-items: center;
    }

    .head-mo img {
        height: 25px;
    }

    .head-mo .mo-toggle {
        padding: 5px 15px;
        color: #000;
        font-size: 24px;
        cursor: pointer;
    }

    .ovh {
        overflow: hidden !important;
    }

    .page {
        transform: translateX(0);
        transition: all .2s;
    }

    .mo-nav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1002;
        width: calc(100vw - 48px);
        height: 100vh;
        background-color: #fff;
        transform: translateX(calc(100vw - 48px));
        transition: all .2s;
    }

    .mo-nav .mo-nav-close {
        position: absolute;
        top: 8px;
        left: 0;
        background-color: #ddd;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        text-align: center;
        cursor: pointer;
        transform: translateX(0);
    }

    .mo-nav-list {
        position: relative;
        padding: 50px;
    }

    .mo-nav-list a {
        display: block;
        padding: 18px 0;
        color: #333;
        font-size: 16px;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
    }

    .mo-nav-shadow {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1001;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, .25);
    }

    .ovh .mo-nav {
        transform: translateX(0);
    }

    .ovh .mo-nav-shadow {
        display: block;
    }

    .ovh .mo-nav .mo-nav-close {
        transform: translateX(-40px);
    }
}


/*#endregion*/

/* inner banner */
/*#region*/
.banner-inner {
    position: relative;
	padding-bottom: 31%;
	width: 100%;
	height: 0;
}
.banner-inner1 {
    position: relative;
	padding-bottom: 53%;
	width: 100%;
	height: 0;
}
.banner-inner .img {
    position: fixed;
    /* top: 0; */
    right: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    /*background-color: #1670dd;*/
}

.banner-inner .img img {
    width: 100%;
}

.banner-inner .img:after {
    content: '';
    background: #bdc3c7; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.banner-inner .txt {
    /* padding: 0 10% ; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
	position: absolute;
	left: 0%;
	top:50%;
	width: 100%;
	transform: translateY(-50%);
	box-sizing: border-box;
}

.banner-inner .txt h3 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}

.banner-inner .txt h2 {
    margin-top: 10px;
    font-size: 50px;
    color: #fff;
}

.banner-inner .txt h2 span {
    color: #5bfaff;
}

.banner-inner .txt p {
    margin: 0;
    font-size: 20px;
    color: #fff;
}
@media only screen and (max-width:1440px){
	.banner-inner .txt h3{font-size: 30px;}
	.banner-inner .txt h2{font-size: 40px;}
}
@media only screen and (max-width:1260px){
	/* .banner-inner .txt{padding: 0 5%;} */
	.banner-inner .txt h3{font-size: 26px;}
	.banner-inner .txt h2{font-size: 30px;}
}
@media only screen and (max-width:850px){
	/* .banner-inner .txt{padding: 0 5%;} */
	.banner-inner .txt h3{font-size: 20px;}
	.banner-inner .txt h2{font-size: 24px;}
}
@media (max-width: 767px) {

    .banner-inner {
        overflow: hidden;
    }

    /* .banner-inner .img {
        margin-left: -20%;
        margin-right: -20%;
    } */

    .banner-inner .txt {
        /* padding: 60px 10%; */
        align-items: center;
    }

    /* .banner-inner .txt h3 {
        font-size: 16px;
    }

    .banner-inner .txt h2 {
        font-size: 30px;
    } */

    .banner-show {
        display: none;
    }
}

@media only screen and (max-width:520px){
	.banner-inner .txt h3{font-size: 16px;}
	.banner-inner .txt h2{font-size: 18px;}
	
    .head-mo img {
        height: 20px;
    }
}

/*#endregion*/

/* public */
/*#region*/
/*
.wrap {
    background: #fff;
}
*/

.bread {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.bread .position {
    padding: 5px 0;
    color: #333;
}

.bread .position a {
    color: #333;
}

.bread .position i {
    margin: 0 5px;
}

.bread .subnav a {
    display: inline-block;
    padding: 6px 22px;
    color: #333;
}

.bread .subnav a.cur {
    background: #f08519;
    border-radius: 5px;
    color: #fff;
	background-image: linear-gradient(120deg,#fd7638,#ffab50,#fd7638);
}

@media (max-width: 767px) {
    .bread .position {
    }
}
@media only screen and (max-width:521px){
	.bread{padding: 12px 0;}
	.bread .subnav a{padding: 6px 16px;}
}

/*#endregion*/

/* footer */
/*#region*/

footer {
    padding-top: 100px;
    background: #000;
}

.foot-nav {
    display: flex;
}

.foot-nav .item {
    flex: 1;
}

.foot-nav .item h3 {
    margin: 0 0 20px;
    font-size: 18px;
	color:#eee;
}
.foot-nav .item h3 a{
   
	color:#eee;
}

.foot-nav .item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.foot-nav .item li {
    margin-bottom: 10px;
}

.foot-nav .item li a {
    color: #ccc;
}

.foot-logo, .foot-phone, .foot-info, .foot-follow {
    margin-left: 40px;
}

.foot-phone {
    margin-top: 25px;
}

.foot-phone label {
    margin: 0;
    font-size: 16px;
	color:#ccc;
	margin-bottom:8px;
}

.foot-phone strong {
    display: block;
    font-size: 42px;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0px;
	color:#ccc;
}

.foot-info {
    margin-top: 10px;
    color:#ccc;
}

.foot-follow {
    margin-top: 10px;
   color:#ccc;
}

.foot-follow a {
    display: inline-block;
    margin-left: 15px;
}

.foot-follow .wx, .foot-follow .wb, .foot-follow .tm, .foot-follow .jd {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: no-repeat 50%;
    vertical-align: -6px;
}

.foot-follow .wx {
    background-image: url(/template/default/images/ico_wx.png);
}

.foot-follow .wb {
    background-image: url(/template/default/images/ico_wb.png);
}

.foot-follow .tm {
    background-image: url(/template/default/images/ico_tmall.png);
}

.foot-follow .jd {
    background-image: url(/template/default/images/ico_jdmall.png);
}

.flink{ color:#888; margin-top:20px;}
.flink a{ color:#888; margin-top:20px; margin-right:5px;}
.flink a:hover{ color:#aaa;}
.foot-copy {
    position: relative;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #444;
    font-size: 14px;
   color:#ccc;
}

.foot-copy a {
    color:#ccc;
}

.foot-copy a:hover {
    color:#eee;
}


.foot-copy .links a {
    display: inline-block;
    margin: 0 10px;
}

.foot-copy img{max-width:50px;}

.go2top {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 999;
}

.go2top a {
    display: inline-block;
    font-size: 24px;
    padding: 4px 16px 7px;
    color: #fff;
    background: #fd7a3a;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    border-radius: 100%;
	border: 1px solid #fe9d4a;
}

.foot-copy .col-6:last-child {
    text-align: right;
}



@media (min-width: 768px) {



    .foot-copy .tip {
            position: absolute;
            right: 0;
            top: 50%;
    		transform: translateY(-50%);
    }

    .foot-main .logo, .foot-main .info, .foot-main .social {
        width: 100%;
        height: 100%;
        display: flex;
    }

    .foot-main .logo, .foot-main .info {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .foot-main .social {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-start;
    }
}

@media only screen and (max-width:1600px){
	.foot-logo, .foot-phone, .foot-info, .foot-follow{margin-left: 0;}
}
@media only screen and (max-width:1440px){
	.foot-phone strong{font-size: 30px;margin-top: 10px;}
}
@media only screen and (max-width:990px){
	footer .left_part{margin-bottom:30px;}
}
@media only screen and (max-width:850px){
	footer{padding-top: 60px;}
	footer .lf_part{margin-bottom: 30px;}
	.foot-nav .item h3{font-size: 16px;}
	.foot-nav .item li{font-size: 14px;}
}
@media (max-width: 767px) {

.foot-nav {
    display: none;
}
 .flink{ display:none;}

    footer {
        padding-top: 50px;
    }

    /* .foot-nav {display: none;} */

    .foot-main {
        text-align: center;
        font-size: 14px;
    }

    .foot-main .logo {
        margin-bottom: 20px;
    }

    .foot-main .social .img {
        margin: 20px 0;
    }

    .foot-main .social .txt {
        text-align: center;
        padding-right: 0;
    }

    .foot-copy {
        text-align: center;
    }
}

@media only screen and (max-width:520px){
	.foot-logo, .foot-phone, .foot-info, .foot-follow{text-align: center;}
	.foot-logo img{width: 200px;}
	.foot-phone strong{font-size: 24px;}
	footer{padding:40px 0 0;font-size: 16px;}
	footer span.tech img{width: 36px;}
	footer .lf_part{display: none;}
	.foot-phone label{font-size: 16px;}
	.foot-copy{padding: 26px 0;margin-top: 26px;}
}

.bg{ background:#fff;}
/*#endregion*/
.clearboth{ clear:both; overflow:hidden; display:block;}

/* top */
/* .side_kf{position: fixed;right: 2%;top: 80%;width:auto;height: auto;z-index: 99;opacity: 0;transition: all .4s;}
.side_kf #top{display: inline-block;position: relative;margin-top: 15px;width: 40px;height: 40px;background: url(/template/default/images/top.png)no-repeat center;border:2px solid #f08903;background-size: 22px;border-radius: 50%;background-color: #fff;}
.side_kf #top i{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.side_kf #top:after{content: initial;position: absolute;left: 50%;bottom: -20px;width: 94%;height: 15px;border-radius: 50%;background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);transform: translate(-50%,0);}
@media only screen and (max-width:480px){
	.side_kf{right: 5px;min-width: initial;}
	.side_kf .phone{display: none;}
	.side_kf #top{width: 35px;height: 35px;background-size: 15px;}
} */
/* top */
.side_kf{position: fixed;right: 0;top: 50%;width:50px;height: auto;z-index: 99;opacity: 0;transition: all .4s;transform: translateY(-50%);}
.side_kf ul{}
.side_kf ul li{color:#fff;padding:14px 0 10px;position: relative;z-index: 1;}
.side_kf ul li:last-child{padding:0;}
.side_kf ul li:first-child:after{content:"";position: absolute;left:0;top:0;width:100%;height: 100%;z-index: -1;background:#ff730f;border-radius: 6px 0 0 0;overflow: hidden;transition: all .3s linear;transform-origin:center bottom;}
.side_kf ul li:last-child:after{content:"";position: absolute;left:0;top:0;width:100%;height:100%;z-index: -1;background-color: #000;border-radius: 0 0 0 6px;overflow: hidden;transition: all .3s linear;transform-origin:center top;}
.side_kf .ly span{display: block;margin-top: 16px;}
.side_kf #top{display: block;position: relative;padding:14px 0;width: 100%;height: 15px;background: url(/template/default/images/top.png)no-repeat center;/* animation: top 1s 0s infinite linear */;text-align: center;box-sizing:initial;}
.side_kf #top i{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.side_kf #top:after{content: initial;position: absolute;left: 50%;bottom: -20px;width: 94%;height: 15px;border-radius: 50%;background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);transform: translate(-50%,0);}
@keyframes top{
	0{transform:rotateZ(0deg)}
	100%{transform:rotateZ(360deg)}
}
@media only screen and (min-width:520px){
	.side_kf ul li:first-child:hover:after{transform:scale(1.1)}
	.side_kf ul li:last-child:hover:after{transform:scale(1.1)}
	/* .side_kf #top:hover{animation: top 1s 0s infinite linear;} */
}
@media only screen and (max-width:1080px){
	.side_kf{width: 44px;}
	.side_kf .ly i{width: 20px;display:inline-block;}
	.side_kf .ly span{margin-top:6px;}
}
@media only screen and (max-width:520px){
	.side_kf{right: 0px;min-width: initial;font-size:12px;}
	.side_kf .ly span{padding:0 5px;}
	.side_kf .phone{display: none;}
	/* .side_kf #top{padding:26px 0;background-size:18px;} */
	.side_kf ul li{padding:10px 0;}
	/* .side_kf ul li:first-child:after{border-radius:18px 0 0 0;}
	.side_kf ul li:last-child:after{border-radius: 0 0 0 18px;} */
}

	.my-kefu-wuxing-pic {
	display:none;	
    position: absolute;
    right: 60px;
    
    top: -24px;
    z-index: 333;
    width: 100px;
    text-align: center;
}
	.my-kefu-wuxing-pic img{ width:100%;}
    .active { display:block;}
	
	/* 弹性布局 */
.c-flex{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
	
.f_tabs_mart{ height: 68px; width: 100%; display: none; }
.foot_tabs{ background: #FFFFFF; width: 100%; position: fixed; bottom: 0; left: 0; z-index: 9999; box-shadow: 0 0 15px 2px rgba(0,0,0,0.1); display: none; height: 68px; }
.foot_tabs ul{ align-items: stretch; }
.foot_tabs ul li{ width: 25%;  }
.foot_tabs ul li a{ display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; height: 68px; }
.foot_tabs ul li .icon{ display: inline-block; width: 30px; height: 30px; background: none center / 100%; } 
.foot_tabs ul li .icon.ico1{ background-image: url(/template/default/images/tabs_icon1.png); }
.foot_tabs ul li.on .icon.ico1{ background-image: url(/template/default/images/tabs_icon1h.png); }
.foot_tabs ul li .icon.ico2{ background-image: url(/template/default/images/tabs_icon2.png); }
.foot_tabs ul li.on .icon.ico2{ background-image: url(/template/default/images/tabs_icon2h.png); }
.foot_tabs ul li .icon.ico3{ background-image: url(/template/default/images/tabs_icon3.png); }
.foot_tabs ul li.on .icon.ico3{ background-image: url(/template/default/images/tabs_icon3h.png); }
.foot_tabs ul li .icon.ico4{ background-image: url(/template/default/images/tabs_icon4.png); }
.foot_tabs ul li.on .icon.ico4{ background-image: url(/template/default/images/tabs_icon4h.png); }
.foot_tabs ul li p{ font-size: 14px; color: #666666; margin-top: 0px; text-align: center; }

@media (max-width: 640px) {
  .f_tabs_mart{ display: block;  }
  .foot_tabs{ display: block; position: ;}
  #ib_iconDiv{display: none;}
}
<!--0.00021600723266602-->