@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    outline: 0;
}

body {
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

h1 {
    font-size: 30px;
    font-weight: normal;
    color: #333333;
}

p {
    font-size: 16px;
    color: #333333;
}

.guanggao { /* width:1023px; */ /* height:560px; */
    position: fixed;
    left: 50%;
    margin-left: -512px;
    top: 50%;
    margin-top: -270px;
    z-index: 89;
    transform: scaleX(1) translate(0,-5px) skewX(0deg);
    box-shadow: 0 3px 25px 1px rgba(0,0,0,0.3);
}

    .guanggao img { /* width:100%; */ /* height:100%; */
    }

.dianji2 {
    width: 52px;
    height: 64px;
    background: url(../images/hongbao.png) no-repeat center center;
    z-index: 99;
}

.dianji {
    width: 50px;
    height: 50px;
    background: url(../images/gbxx.png) no-repeat center center;
    position: absolute;
    right: 30px;
    top: 20px;
}

    .dianji:hover {
        background: url(../images/gbxx2.png) no-repeat center center;
        cursor: pointer;
    }

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
}

.infinite {
    -webkit-animation-iteration-count: infinite;
}


.navbg_black {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: -10;
}

.nav {
    height: 80px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.nav_box {
    width: 1200px;
    margin: 0 auto;
}

.logo img {
    width: 146px;
    height: 32px;
}

.logo {
    width: 146px;
    height: 32px;
    margin-left: 2%;
    margin-top: 16px;
}

.menu ul li, .logo {
    float: left;
    line-height: 70px;
}

.menu, .logo {
    padding-top: 4px;
}

.menu {
    float: right;
}

    .menu ul li a:hover {
        color: #ff683b;
    }

    .menu ul li a {
        padding: 14px 30px;
        color: white;
    }

.navleft {
    margin-left: 40px;
    float: left;
}

.loginzc {
    float: right;
    padding-top: 24px;
}

    .loginzc li {
        float: left;
    }

.threenav_li {
    background-color: rgba(255,255,255,0.9);
    border-radius: 4px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 14px;
    cursor: pointer;
}

.lastnav_li {
    border: rgba(237,122,84,1.00) solid 1px;
    border-radius: 4px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 14px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.navleft .subet {
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    left: 0;
    margin-top: -5px;
    border-radius: 4px;
    position: absolute;
}

    .navleft .subet a {
        padding: 0;
        margin-left: 47%;
    }

.right_nav {
    /*position: absolute;
    right: 360px;
    top: 4px;*/
	float: right;
	line-height: 40px;
}

    .right_nav ul li {
        float: left;
        margin-left: 20px;
    }

        .right_nav ul li a {
            color: white;
            font-size: 14px;
            line-height: 32px;
            padding: 4px 14px;
        }

            .right_nav ul li a:hover {
                color: #ff683b;
            }

.box {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background-color: #262626;
}

.t_news {
    height: 40px;
    color: white;
    padding-left: 10px;
    /*margin: 8px 0;*/
    overflow: hidden;
   /* position: relative;
	left: 360px*/
	float: left;
}

    .t_news p {
        line-height: 40px;
       /* font-weight: bold;
        display: inline-block;*/
    }

.news_li, .swap {
    line-height: 22px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100px;
}

    .news_li a, .swap a {
        color: white;
    }

.swap {
    top: 19px;
}

.t_news li {
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}


.container img {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    height: 100%;
    
}

.wrapper {
    position: relative;
}

.arrows_box {
    position: absolute;
    bottom: 1%;
    left: 50%;
    margin-left: -95px;
}

.nav_arrows {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.8);
    margin-left: 30px;
    float: left;
}


.notice {
    width: 100%;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0px 1px 10px 4px #dbdada;
}

    .notice ul {
        width: 1200px;
        margin: 0 auto;
    }

        .notice ul li img {
            position: absolute;
            left: -10%;
            top: 50%;
            margin-top: -40px;
        }

        .notice ul li {
            position: relative;
            width: 256px;
            height: 120px;
            background-image: url(../images/topnews1.png);
            background-repeat: no-repeat;
            background-position: center left 10px;
            float: left;
            margin-left: 54px;
            background-size: 70px;
        }

            .notice ul li span {
                font-size: 14px;
                color: #666666;
                padding-left: 130px;
            }

            .notice ul li p {
                font-size: 16px;
                color: #333333;
                padding-left: 130px;
                padding-top: 42px;
            }

                .notice ul li p:hover, .notice ul li span:hover {
                    color: #25a0db;
                }

.xia {
    width: 50px;
    margin: 0 auto;
    margin-top: 50px;
}

.center_text { /* width: 300px; */
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    background-image: url(../images/center_solid.png);
    background-position: center 20px;
    background-repeat: no-repeat;
}

    .center_text h2, .center_text2 h2, .center_text4 h2 {
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        color: #333333;
    }

    .center_text p {
        margin-top: 10px;
    }

.goods_box {
    position: relative;
    margin-top: 100px;
}

.goods img {
    position: relative;
}

.goods ul {
    position: absolute;
    left: 150px;
    top: 54px;
}

    .goods ul li {
        line-height: 30px;
        color: #333333;
    }

.goods h2 {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -25px;
    color: #333333;
}

.goods h3 {
    position: absolute;
    left: 110px;
    top: 5px;
    color: #f15f32;
}

.goods {
    border: #f15f32 solid 1px;
    height: 456px;
    width: 300px;
    margin-left: 15px;
    margin-top: 50px;
    border-radius: 16px;
    float: left;
}

    .goods:hover {
        transform: scaleX(1) translate(0,-5px) skewX(0deg);
        box-shadow: 0 3px 25px 1px rgba(0,0,0,0.3);
        transition: transform 0.5s;
    }

.money {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
}

    .money span {
        font-size: 30px;
        font-weight: bold;
        color: #f15f32;
    }

.button {
    font-size: 14px;
    border: #f15f32 solid 1px;
    border-radius: 8px;
    padding: 10px;
    font-weight: bold; /* margin-left:35%; */
}

.button_box {
    margin-top: 30px;
    text-align: center
}

    .button_box a {
        background-color: #f15f32;
        color: white;
    }

.goods_box h1 {
    position: absolute;
    /* left: 0; */
    top: 0;
    font-size: 22px;
    /* margin-left: 29%; */
    margin-top: -60px;
    width: 100%;
    text-align: center;
}

.good {
    width: 1268px;
    margin: 0 auto;
}

.center_text2 { /* width:385px; */
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    background-image: url(../images/center_solid.png);
    background-position: center 20px;
    background-repeat: no-repeat;
}

    .center_text2 p {
        margin-top: 10px;
        text-align: center;
    }

.icon {
    width: 1048px;
    margin: 0 auto;
    margin-top: 50px;
}

    .icon ul li {
        float: left;
        margin-right: 200px;
    }

    .icon ul {
        width: 100%;
        margin: 0 auto;
    }

.case_text {
    width: 1184px;
    margin: 0 auto;
    position: relative;
}

    .case_text dl dt {
        text-indent: 3em;
        font-weight: bold;
        padding-left: 10px;
    }

    .case_text dl .double_case {
        padding-left: 16px;
    }

    .case_text dl .three_case {
        padding-left: 18px;
    }

    .case_text dl .four_case {
        padding-left: 25px;
    }

    .case_text dl dd {
        text-align: center;
        position: absolute;
        font-size: 14px;
        padding-top: 10px;
        padding-left: 8px;
    }

    .case_text dl {
        margin-left: 74px;
        margin-top: 20px;
        float: left;
        margin-right: 30px;
    }

.xzyz {
    width: 100%;
    height: 320px;
    margin-top: 100px;
}

.center_text3 {
    width: 385px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    background-image: url(../images/center_solid2.png);
    background-position: center 20px;
    background-repeat: no-repeat;
}

    .center_text3 h1 {
        text-align: center;
        font-weight: bold;
        color: #333333;
    }

    .center_text3 p {
        margin-top: 10px;
        text-align: center;
        color: #333333;
    }

.center_text4 h1 {
    text-align: center;
    font-weight: bold;
    color: #333333;
}

.center_text4 p {
    margin-top: 10px;
    text-align: center;
    color: #333333;
}

.last_center {
    width: 100%;
    height: 268px;
    margin: 0 auto;
    margin-top: 150px;
}

.picbox a:hover {
    color: #84B263;
}

.Xlunbo {
    width: 1230px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    _height: 100%;
}

.picbox {
    width: 1230px;
    height: 115px;
    overflow: hidden;
    position: relative;
}

.piclist {
    height: 115px;
    position: absolute;
    left: 0px;
    top: 0px
}

    .piclist li {
        background: #eee;
        margin-right: 20px;
        padding: 5px;
        float: left;
    }

.swaplist {
    position: absolute;
    left: -3000px;
    top: 0px;
}

.og_prev, .og_next {
    width: 30px;
    height: 50px;
    background: url(../images/icon.png) no-repeat;
    background: url(../images/icon_ie6.png) no-repeat;
    position: absolute;
    top: 33px;
    z-index: 99;
    cursor: pointer;
    opacity: 0.7;
}

.og_prev {
    background-position: 0 -60px;
    left: 4px;
}

.og_next {
    background-position: 0 0;
    right: 4px;
}

.center_text3 h2 {
    text-align: center;
    font-weight: bold;
    color: #333333;
}

.center_text3 p {
    margin-top: 10px;
    text-align: center;
    color: #333333;
}

.news {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis; /* white-space: nowrap; */
    margin-top: 100px;
}

.news_menu {
    width: 304px;
    margin: 0 auto;
    margin-top: 20px;
}

.news_center_box {
    width: 1200px;
    margin: 0 auto;
}

.news_menu ul li {
    float: left;
    margin-left: 56px;
    font-size: 16px;
    color: #888888;
}

    .news_menu ul li:hover {
        cursor: pointer;
        color: #1a1a1a;
    }

.news_img {
    margin-top: 40px;
}

    .news_img img {
        margin: 0 auto;
    }

.news_center {
    width: 570px;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: 20px;
    float: left;
}

    .news_center dl {
        width: 540px;
        height: 60px;
        position: relative;
        margin-top: 20px;
    }

        .news_center dl dt {
            width: 60px;
            height: 60px;
            background-color: #f15f32;
            margin-left: 30px;
        }

            .news_center dl dt h3 {
                font-size: 24px;
                font-weight: bold;
                color: white;
                text-align: center;
                padding-top: 4px;
            }

            .news_center dl dt p {
                font-size: 12px;
                color: white;
                text-align: center;
            }

        .news_center dl dd h2 {
            font-size: 16px;
            padding-left: 100px;
            color: #666666;
        }

            .news_center dl dd h2:hover {
                color: #000000;
            }

        .news_center dl dd p {
            font-size: 12px;
            padding-left: 100px;
            color: #a8a8a8;
        }

            .news_center dl dd p:hover {
                color: #25a0db;
            }

        .news_center dl dd {
            float: left;
            position: absolute;
            margin-top: -60px;
        }

.news_xuxian {
    margin-top: 10px;
}


.side-bar a, .chat-tips i {
    background-image: url(../images/gdt-img.png);
    background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar a, .chat-tips i {
    background-image: url(../images/gdt-img.png);
    background-repeat: no-repeat;
}

.side-bar {
    width: 66px;
    position: fixed;
    bottom: 20px;
    right: 25px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}

    .side-bar a {
        width: 66px;
        height: 66px;
        display: inline-block;
        background-color: rgba(0,0,0,0.3);
        margin-bottom: 4px;
        border-radius: 8px;
    }

        .side-bar a:hover {
            background-color: #f56d43;
        }

    .side-bar .icon-qq {
        background-position: 0 -62px;
    }

    .side-bar .icon-chat {
        background-position: 0 -130px;
        position: relative;
    }

    .side-bar .icon-blog {
        background-position: 0 -130px;
        position: relative;
    }

    .side-bar .icon-chat:hover .chat-tips {
        display: block;
    }

    .side-bar .icon-qq:hover .chat-tips {
        display: block;
    }

    .side-bar .icon-blog:hover .chat-tips {
        display: block;
    }

    .side-bar .icon-blog {
        background-position: 0 -198px;
    }

    .side-bar .icon-mail {
        background-position: 0 -266px;
    }

    .side-bar .icon-totop {
        background-position: 0 -334px;
    }

.icon-qq .chat-tips {
    border: 1px solid #d1d2d6;
    border-radius: 4px;
    position: absolute;
    right: 78px;
    top: -55px;
    background-color: #ffffff;
    display: none;
}

.icon-blog .chat-tips {
    border: 1px solid #d1d2d6;
    border-radius: 4px;
    position: absolute;
    right: 78px;
    top: -55px;
    background-color: #ffffff;
    display: none;
}

.icon-chat .chat-tips {
    border: 1px solid #d1d2d6;
    border-radius: 4px;
    position: absolute;
    right: 78px;
    top: -55px;
    background-color: #ffffff;
    display: none;
}

    .icon-chat .chat-tips i {
        width: 9px;
        height: 16px;
        display: inline-block;
        position: absolute;
        right: -9px;
        top: 80px;
        background-position: -88px -350px;
    }

.icon-qq .chat-tips i {
    width: 9px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 80px;
    background-position: -88px -350px;
}

.icon-blog .chat-tips i {
    width: 9px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 85px;
    background-position: -88px -350px;
}

.kefu {
    width: 672px;
    height: 500px;
    border: #ff6b3e solid 1px;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    margin-left: -336px;
    top: 50%;
    margin-top: -200px;
    background-color: white;
    z-index: 99;
}

.kefu1 {
    float: left;
    width: 272px;
    margin-left: 30px;
    margin-top: 20px;
}

.kefu2 {
    float: right;
    width: 272px;
    margin-right: 20px;
    margin-top: 20px;
}

.kefu1 dt {
    width: 260px;
    background: url(../images/qq_xh1.png) no-repeat left center;
    padding-left: 30px;
    line-height: 30px;
    border-bottom: #ff6b3e solid 3px;
    font-size: 18px;
    color: #333333;
}

.kefu1 .last_ggao {
    background: none;
    position: absolute;
    right: 0;
    bottom: 20px;
}

    .kefu1 .last_ggao img {
        width: 85%;
        height: 85%;
    }

.kefu2 dt {
    width: 230px;
    background: url(../images/qq_xh3.png) no-repeat left center;
    padding-left: 30px;
    line-height: 30px;
    border-bottom: #ff6b3e solid 3px;
    font-size: 18px;
    color: #333333;
}

.kefu1 dd, .kefu2 dd {
    background: url(../images/q1.gif) no-repeat left center;
    padding-left: 32px;
    margin-top: 10px;
    margin-left: 15px;
    line-height: 30px;
    float: left;
}

    .kefu1 dd a, .kefu2 dd a {
        font-size: 12px;
        color: #333333;
    }

        .kefu1 dd a:hover, .kefu2 dd a:hover {
            color: #3b69ff;
        }

.kf_btn {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 6px;
    top: 4px;
    border-radius: 50%;
    cursor: pointer;
}

.kftitleimg {
    position: relative;
}


.footer {
    width: 100%;
    margin: 0 auto;
    background-color: #333333;
}

.foot_top {
    width: 1054px;
    margin: 0 auto;
    padding-top: 30px;
}

    .foot_top ul li {
        width: 236px;
        height: 48px;
        float: left;
        color: white;
        background-image: url(../images/foot_f.png);
        background-position: left center;
        background-repeat: no-repeat;
        margin-left: 36px;
    }

        .foot_top ul li p {
            font-size: 16px;
            color: white;
            padding-top: 14px;
            padding-left: 60px;
        }

            .foot_top ul li p:hover {
                color: #f15f32;
                cursor: pointer;
            }

.foot_solid {
    margin-top: 18px;
}

    .foot_solid img {
        margin: 0 auto;
        width: 100%;
    }

.foot_box {
    width: 1200px;
    margin: 0 auto;
}

.foot_left dl {
    margin-top: 30px;
}

    .foot_left dl dt {
        color: white;
        font-size: 34px;
        line-height: 52px;
    }

    .foot_left dl dd {
        color: #999999;
        font-size: 14px;
        line-height: 32px;
    }

.foot_right dl {
    float: left;
}

    .foot_right dl dt {
        color: white;
        font-size: 16px;
        line-height: 50px;
    }

    .foot_right dl dd {
        text-align: center;
        line-height: 30px;
    }

        .foot_right dl dd a {
            color: #999999;
            font-size: 14px;
        }

            .foot_right dl dd a:hover {
                color: #6295f8;
            }

.foot_left {
    float: left;
}

.foot_logo {
    float: left;
    margin-top: 30px;
    margin-left: 65px;
}

.foot_right {
    float: right;
    margin-top: 30px;
}

    .foot_right dl {
        margin-left: 100px;
    }

.copy {
    padding-top: 12px;
}

    .copy p {
        text-align: center;
        color: white;
        font-size: 14px;
    }

.nb {
    width: 836px;
    margin: 0 auto;
}

    .nb ul li {
        float: left;
        margin-left: 200px;
    }

.nb_text {
    margin-top: 10px;
    color: #666666;
}

.nb_topbox .nb_img1 {
    width: 90px;
    height: 102px;
    margin: 0 auto;
    background-image: url(../images/1-1.png);
    background-repeat: no-repeat;
}

    .nb_topbox .nb_img1:hover {
        cursor: pointer;
        background-image: url(../images/1.png);
    }

.nb_topbox .nb_img2 {
    width: 90px;
    height: 102px;
    margin: 0 auto;
    background-image: url(../images/2-2.png);
    background-repeat: no-repeat;
}

    .nb_topbox .nb_img2:hover {
        cursor: pointer;
        background-image: url(../images/2.png);
    }

.nb_topbox .nb_img3 {
    width: 90px;
    height: 102px;
    margin: 0 auto;
    background-image: url(../images/3-3.png);
    background-repeat: no-repeat;
}

    .nb_topbox .nb_img3:hover {
        cursor: pointer;
        background-image: url(../images/3.png);
    }

.nb_bottombox {
    margin-top: 50px;
}

    .nb_bottombox .nb_img4 {
        width: 90px;
        height: 102px;
        margin: 0 auto;
        background-image: url(../images/4-4.png);
        background-repeat: no-repeat;
    }

        .nb_bottombox .nb_img4:hover {
            cursor: pointer;
            background-image: url(../images/4.png);
        }

    .nb_bottombox .nb_img5 {
        width: 90px;
        height: 102px;
        margin: 0 auto;
        background-image: url(../images/5-5.png);
        background-repeat: no-repeat;
    }

        .nb_bottombox .nb_img5:hover {
            cursor: pointer;
            background-image: url(../images/5.png);
        }

    .nb_bottombox .nb_img6 {
        width: 90px;
        height: 102px;
        margin: 0 auto;
        background-image: url(../images/6-6.png);
        background-repeat: no-repeat;
    }

        .nb_bottombox .nb_img6:hover {
            cursor: pointer;
            background-image: url(../images/6.png);
        }

.dowebok .wow {
    font-size: 16px;
    vertical-align: top;
    zoom: 1;
}

.bg-blue {
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.dowebok .row {
    font-size: 0;
    text-align: center;
}


@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}




.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}



@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}


@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}




.index_tree p {
    line-height: 20px;
    font-size: 14px;
}

* {
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, textarea, p, blockquote, th, td, form {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none outside none;
    vertical-align: top;
}

.fl {
    float: left;
}

img {
    border: 0;
}

img {
    border: 0 none;
    vertical-align: top;
    display: block;
    -ms-interpolation-mode: bicubic;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.fr {
    float: right;
}

strong {
    font-weight: bold;
}

address, caption, cite, code, dfn, em, strong, th, var, i {
    font-style: normal;
    font-weight: normal;
}

.index_tree {
    position: relative;
    height: 653px;
    background: url(../images/tree_bg.jpg.png) center center;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.contain {
    margin: 0px auto;
    width: 1100px;
}

.index_tree .tit {
    text-align: center;
    font-size: 19px;
    color: #ff6b3e;
    font-weight: bold;
}

.index_tree .category li {
    position: relative;
}

.index_tree .category div.taste {
    top: 3px;
    left: 323px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    z-index: 5;
}

.index_tree .category div.nutrition {
    top: 168px;
    left: 213px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    z-index: 7;
}

.index_tree .category div.taste, .index_tree .category div.cate, .index_tree .category div.nutrition, .index_tree .category div.grow, .index_tree .category div.add, .index_tree .category div.weather, .index_tree .category div.size, .index_tree .category div.col {
    position: absolute;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    background-color: #ff6b3e;
    border-radius: 135px;
    border-top-left-radius: 135px;
    border-top-right-radius: 135px;
    border-bottom-left-radius: 135px;
    border-bottom-right-radius: 135px;
}

.index_tree .category div.grow {
    top: 145px;
    left: 354px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 17px;
    z-index: 8;
}

.cate_add p, .cate_grow p {
    width: 240px;
    margin: 0px auto;
}

.foo-title {
    cursor: pointer;
}

.cate_nutrition p {
    width: 165px;
    margin: 0px auto;
}

.cate_content {
    position: absolute;
    z-index: 20;
    background: url(../images/tree_single_bg2.png);
    _background: url(tree_single_bg.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.cate_grow {
    display: none;
    top: 240px;
    left: 217px;
    width: 364px;
    height: 364px;
    background-position: -8px -416px;
}

.cate_nutrition {
    display: none;
    top: 300px;
    left: 95px;
    width: 254px;
    height: 254px;
    background-position: -62px -1145px;
}

.cate_taste {
    display: none;
    top: 240px;
    left: 235px;
    width: 254px;
    height: 254px;
    background-position: -62px -1145px;
}

.cate_content p.ptit {
    line-height: 40px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
    border-bottom: 1px solid #ffffff;
}

.cate_taste p {
    width: 180px;
    margin: 0px auto;
}

.cate_content p {
    padding-left: 5px;
    color: #ffffff;
    z-index: 30;
}

    .cate_content p.p1 {
        line-height: 25px;
        font-size: 15px;
        text-align: center;
        border-bottom: 1px solid #ffffff;
    }

.index_tree .category div.cate {
    top: 48px;
    left: 224px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 17px;
    z-index: 6;
}

.cate_cate {
    display: none;
    top: 240px;
    left: 80px;
    width: 364px;
    height: 364px;
    background-position: -8px -416px;
}

.index_tree .category div.add {
    top: 91px;
    left: 522px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 17px;
    z-index: 9;
}

.cate_add {
    display: none;
    top: 240px;
    left: 372px;
    width: 379px;
    height: 379px;
    background-position: 0px -12px;
}

.cate_cate p, .cate_cate div.cate_cate_img {
    width: 220px;
    margin: 0px auto;
}

.index_tree .category div.weather {
    top: 57px;
    right: 363px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 17px;
    z-index: 10;
}

.cate_weather {
    display: none;
    top: 240px;
    left: 524px;
    width: 379px;
    height: 379px;
    background-position: 0px -12px;
}

    .cate_weather p {
        width: 252px;
        margin: 0px auto;
    }

.index_tree .category div.size {
    top: 166px;
    right: 355px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    z-index: 11;
}

.cate_size {
    display: none;
    top: 240px;
    left: 555px;
    width: 314px;
    height: 314px;
    background-position: -32px -805px;
}

    .cate_size p, .cate_size > div.cate_size_img {
        width: 180px;
        margin: 0px auto;
    }

        .cate_size > div.cate_size_img > div > img {
            padding-bottom: 10px;
        }

.cate_size_img > div {
    margin-top: 20px;
}

.cate_size > div.cate_size_img > div > p {
    width: 83px;
}

.index_tree .category div.col {
    top: 151px;
    right: 206px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 17px;
    z-index: 12;
}

.cate_col {
    display: none;
    top: 240px;
    left: 750px;
    width: 254px;
    height: 254px;
    background-position: -62px -1145px;
}

    .cate_col p {
        width: 160px;
        margin: 0px auto;
    }

.cate_content p.p3 {
    text-align: center;
}

.cate_content p.p4 {
    background-color: #fd0045;
}

.cate_content p.p5 {
    background-color: #c10e09;
}

.cate_content p.p4, .cate_content p.p5 {
    margin: 10px auto;
    border: 2px solid #ffffff;
    width: 62px;
    height: 15px;
}

div.cate_cate_img > div {
    padding-bottom: 8px;
    overflow: hidden;
    margin-top: 10px;
    border-bottom: 1px solid #ffffff;
}

    div.cate_cate_img > div > div > p {
        width: 90px;
    }




.all {
    width: 100%;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}
/*windows*/
@media(max-width:1350px) {
    .logo {
        margin-left: 0;
    }

    .navleft {
        margin-left: 0;
    }

        .navleft li {
            margin-right: 20px;
        }

    .menu {
        float: right;
    }

        .menu ul li a {
            padding: 10px;
        }

    .navleft li a:first-child {
        padding: 10px;
    }

    .Xlunbo {
        width: 980px;
    }
}

@media(max-width:1200px) {
    .footboxx {
        margin-left: 0;
    }

    .lastnav_li {
        margin-right: 0;
    }

    .foot_box {
        width: 556px;
        margin: 0 auto;
    }

    .foot_top {
        width: 888px;
    }

        .foot_top ul li:nth-child(4) {
            width: 154px;
        }

    .foot_left, .foot_logo, .foot_right {
        float: none;
    }

    .foot_left {
        width: 368px;
        margin: 0 auto;
    }

        .foot_left dl dt {
            text-align: center;
        }

        .foot_left dl dd {
            text-align: center;
        }

    .foot_logo {
        width: 368px;
        margin: 0 auto;
    }

        .foot_logo img {
            margin: 0 auto;
        }

    .foot_right {
        width: 556px;
        margin: 0 auto;
    }
}
/*phone*/
@media(max-width:1087px) {
    .phone_menu {
        width: 25px;
        height: 30px;
        float: right;
        background: url(../images/m-sprite-nav.png) no-repeat left top;
        background-size: 94px;
        margin-top: 24px;
        margin-right: 10px;
    }

    /*.menu {
        visibility: hidden;
        float: none;
        background-color: #262626;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }*/

        .menu ul {
            width: 100%;
        }

            .menu ul li {
               /* float: none;
                border-bottom: white solid 1px;
                width: 100%;*/
                line-height: 50px;
                font-size: 14px;
            }

    .loginzc {
        padding-top: 0px;
        position: absolute;
        right: 0;
        top: -36px;
    }

    .right_nav {
      /*  display: none;*/
    }


    .notice ul li p {
        font-size: 14px;
        padding-left: 100px;
    }

    .notice ul li span {
        font-size: 12px;
        padding-left: 100px;
    }

    .navbg_black {
        height: 70px;
    }

    .logo {
        margin-top: 12px;
    }

    .good {
        width: 853px;
        margin: 0 auto;
    }

    .goods {
        width: 200px;
        height: 420px;
    }

    .goods_box h1 {
        /* left: 50%; */
        /* margin-left: -50px; */
        font-size: 18px;
    }

    .goods img {
        visibility: hidden;
    }

    .goods {
        background: url(../images/border3_phone.png) no-repeat center 85px;
    }

        .goods h2 {
            left: 0;
            font-size: 1.125em;
            left: 50px;
        }

        .goods h3 {
            left: 50%;
            margin-left: -34px;
            top: -8px;
            font-size: 1em;
        }

        .goods ul {
            left: 122px;
        }

            .goods ul li {
                font-size: 14px;
                line-height: 28px;
            }

    .money {
        font-size: 18px;
        margin-top: 0;
    }

        .money span {
            font-size: 26px;
        }

    .button { /* margin-left:47px; */
    }

    .news_center_box .phonenews {
        display: none;
    }

    .news_center_box {
        width: 570px;
        margin: 0 auto;
    }

    .news_center {
        margin-left: 0;
    }

    .Xlunbo {
        width: 980px;
    }

    .index_tree {
        display: none;
    }

    .footer {
        margin-top: 50px;
    }
}

@media(max-width:988px) {
    .Xlunbo {
        width: 730px;
        margin: 0 auto;
    }

    .foot_top {
        width: 500px;
    }

        .foot_top ul li {
            margin-left: 0;
        }

            .foot_top ul li:nth-child(3), .foot_top ul li:nth-child(4) {
                margin-top: 30px;
            }

            .foot_top ul li:nth-child(2), .foot_top ul li:nth-child(4) {
                margin-left: 80px;
            }
}

@media(max-width:730px) {
    .Xlunbo {
        width: 480px;
    }

    .loginzc {
        display: none;
    }

    .guanggao {
        position: fixed;
        left: initial;
        margin-left: initial;
    }

    .dianji {
        right: 0;
        top: 0;
    }
}

@media(max-width:817px) {
    .notice {
        height: 250px;
    }

        .notice ul {
            width: 442px;
            margin: 0 auto;
        }

            .notice ul li {
                width: 220px;
                margin-left: 0px;
            }

                .notice ul li img {
                    visibility: hidden;
                }

    .good {
        width: 636px;
        margin: 0 auto;
    }

        .good .goods:nth-child(4) {
            margin-left: 0;
        }

    .nb ul li {
        margin-left: 80px;
        width: 106px;
        text-align: center;
    }

    .nb_text {
        font-size: 14px;
    }

    .nb_topbox .nb_img1 {
        background-size: 80px;
        background-position: 6px center;
    }

    .nb_topbox .nb_img2 {
        background-size: 80px;
        background-position: 6px center;
    }

    .nb_topbox .nb_img3 {
        background-size: 80px;
        background-position: 6px center;
    }

    .nb_bottombox .nb_img4 {
        background-size: 80px;
        background-position: 6px center;
    }

    .nb_bottombox .nb_img5 {
        background-size: 80px;
        background-position: 6px center;
    }

    .nb_bottombox .nb_img6 {
        background-size: 80px;
        background-position: 6px center;
    }

    .nb {
        width: 480px;
    }

    .xzyz {
        height: 260px;
    }
}

@media(max-width:639px) {
    .good {
        width: 419px;
        margin: 0 auto;
    }

        .good .goods:nth-child(4) {
            margin-left: 15px;
        }

        .good .goods:nth-child(3) {
            margin-left: 0;
        }

    .nb ul li {
        margin-left: 30px;
        width: 106px;
        text-align: center;
    }

    .nb_text {
        font-size: 14px;
    }

    .nb_topbox .nb_img1 {
        background-size: 70px;
        background-position: 10px center;
    }

    .nb_topbox .nb_img2 {
        background-size: 70px;
        background-position: 10px center;
    }

    .nb_topbox .nb_img3 {
        background-size: 70px;
        background-position: 10px center;
    }

    .nb_bottombox .nb_img4 {
        background-size: 70px;
        background-position: 10px center;
    }

    .nb_bottombox .nb_img5 {
        background-size: 70px;
        background-position: 10px center;
    }

    .nb_bottombox .nb_img6 {
        background-size: 70px;
        background-position: 10px center;
    }

    .nb {
        width: 380px;
    }

    .xzyz {
        height: 260px;
    }

    .news_xuxian img {
        width: 535px;
    }

    .news_center_box {
        width: 535px;
        margin: 0 auto;
    }

    .news_center {
        margin-left: 0;
    }

    .foot_box {
        width: 496px;
        margin: 0 auto;
    }

    .foot_right {
        width: 496px;
        margin: 0 auto;
    }

        .foot_right dl {
            margin-left: 80px;
        }
}

@media(max-width:540px) {
    .news_xuxian img {
        width: 450px;
    }

    .news_center_box {
        width: 450px;
        margin: 0 auto;
    }

    .news_center dl dd p {
        width: 300px;
    }

    .news_center dl {
        height: 72px;
        margin-top: 10px;
    }

        .news_center dl dt {
            margin-left: 15px;
        }

    .foot_box {
        width: 406px;
        margin: 0 auto;
    }

    .foot_right {
        width: 406px;
        margin: 0 auto;
    }

        .foot_right dl {
            margin-left: 50px;
        }

    .foot_top {
        width: 450px;
    }

        .foot_top ul li:nth-child(2), .foot_top ul li:nth-child(4) {
            margin-left: 30px;
        }
}

@media(max-width:480px) {
    .Xlunbo {
        width: 250px;
    }

    .foot_top {
        width: 210px;
    }

        .foot_top ul li:nth-child(2) {
            margin-top: 30px;
        }

        .foot_top ul li:nth-child(2), .foot_top ul li:nth-child(4) {
            margin-left: 0px;
        }
}

@media(max-width:430px) {
    /*.notice ul{ width:222px; margin:0 auto;}
	.notice ul li:nth-child(3),.notice ul li:nth-child(4){ visibility:hidden; position:absolute;}*/
    .news_xuxian img {
        width: 90%;
    }

    .notice ul li {
        width: 188px;
    }

        .notice ul li p {
            padding-left: 80px;
        }

        .notice ul li span {
            padding-left: 80px;
            font-size: 10px;
        }

    .news_center dl dd p {
        width: 260px;
    }

    .news_center dl dd h2 {
        font-size: 16px;
        padding-left: 100px;
        width: 60%;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }

    .good {
        width: 80%;
        margin: 0 auto;
    }

    .goods {
        float: none;
        margin-left: 0;
        margin-top: 30px;
    }

        .goods:first-child {
            margin-top: 50px;
        }

    .good .goods:nth-child(4) {
        margin-left: 0;
    }

    .goods h2 {
        font-size: 1.125em;
        left: 20%;
    }

    .goods ul {
        left: 50%;
    }

    .foot_left {
        width: 316px;
    }

    .foot_logo {
        width: 316px;
    }

    .foot_box {
        width: 316px;
        margin: 0 auto;
    }

    .foot_right {
        width: 316px;
        margin: 0 auto;
    }

        .foot_right dl {
            margin-left: 20px;
        }
}

@media(max-width:389px) {
    .center_text {
        width: 280px;
    }

        .center_text h1 {

            padding-left: 0;
            text-align: center;
            font-size: 26px;
        }

        .center_text p {
            font-size: 14px;
            text-align: center;
        }

    .center_text2 {
        width: 280px;
    }

        .center_text2 h1 {
            padding-left: 0;
            text-align: center;
            font-size: 26px;
        }

        .center_text2 p {
            font-size: 14px;
            text-align: center;
        }

    .center_text3 {
        width: 280px;
    }

        .center_text3 h1 {
            padding-left: 0;
            text-align: center;
            font-size: 26px;
        }

        .center_text3 p {
            font-size: 14px;
            text-align: center;
        }

    .nb ul li {
        margin-left: 10px;
        width: 106px;
        text-align: center;
    }

    .nb_text {
        font-size: 14px;
    }

    .t_news li {
        color: white;
        width: 260px;
    }

    .nb_topbox .nb_img1 {
        background-size: 70px;
        background-position: 10px center;
    }

    .nb_topbox .nb_img2 {
        background-size: 70px;
        background-position: 10px center;
    }

    .nb_topbox .nb_img3 {
        background-size: 70px;
        background-position: 10px center;
    }

    .nb_bottombox .nb_img4 {
        background-size: 70px;
        background-position: 10px center;
    }

    .nb_bottombox .nb_img5 {
        background-size: 70px;
        background-position: 10px center;
    }

    .nb_bottombox .nb_img6 {
        background-size: 70px;
        background-position: 10px center;
    }

    .nb {
        width: 340px;
    }

    .xzyz {
        height: 260px;
    }
}

@media(max-width:301px) {
    .center_text {
        width: 250px;
    }

        .center_text h1 {
            padding-left: 0;
            text-align: center;
            font-size: 24px;
        }

        .center_text p {
            font-size: 12px;
            text-align: center;
        }

    .center_text2 {
        width: 250px;
    }

        .center_text2 h1 {
            padding-left: 0;
            text-align: center;
            font-size: 26px;
        }

        .center_text2 p {
            font-size: 14px;
            text-align: center;
        }

    .center_text3 {
        width: 250px;
    }

        .center_text3 h1 {
            padding-left: 0;
            text-align: center;
            font-size: 26px;
        }

        .center_text3 p {
            font-size: 14px;
            text-align: center;
        }

    .nb {
        width: 224px;
    }

        .nb .nb_topbox .phonenb {
            visibility: hidden;
            position: absolute;
        }

        .nb .nb_bottombox .phonenb {
            visibility: hidden;
            position: absolute;
        }
}

@media(max-width:285px) {
    .notice ul {
        width: 285px;
    }
}

/*香港服务器*/
.index_hk {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

    .index_hk ul {
        border: #D3D3D3 solid 1px;
        transition: transform 0.5s;
        float: left;
        margin-right: 24px;
    }

    .index_hk .hk_lastul {
        margin-right: 0px;
    }

    .index_hk ul:hover {
        transform: scaleX(1) translate(0,-8px) skewX(0deg);
        box-shadow: 0 3px 25px 1px rgba(0,0,0,0.3);
        transition: transform 0.5s;
        border: none;
    }

    .index_hk ul li {
        width: 280px;
    }

        .index_hk ul li img {
            margin: 0 auto;
        }

        .index_hk ul li h3 {
            font-size: 22px;
            text-align: center;
            color: #333;
        }

        .index_hk ul li .hk_solid {
            width: 80%;
            border-top: 1px solid #bfbfbf;
            margin: 0 auto;
            margin-top: 10px;
        }

        .index_hk ul li h4 {
            font-size: 14px;
            color: #888;
            font-weight: normal;
            text-align: center;
            margin: 10px 0;
        }

            .index_hk ul li h4 span {
                font-size: 30px;
                font-weight: bold;
                color: #f15f32;
            }

        .index_hk ul li dl {
            float: left;
            margin-left: 80px;
            line-height: 30px;
            color: #666;
        }

        .index_hk ul li .hk_dl2 {
            /* float: right; */
            /* margin-right: 55px; */
            margin-left: 0;
        }

        .index_hk ul li a {
            display: block;
            width: 106px;
            border: #f15f32 solid 1px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            margin: 0 auto;
            margin-top: 15px;
            margin-bottom: 20px;
            color: #f15f32;
            transition: all 0.3s;
        }


.hk_menusj {
    display: none;
}

.hk_menu .activity .hk_menusj {
    display: block;
}

.hk_menu .activity a {
    background: #f15f32;
    color: white;
    transition: all 0.3s;
}

.index_hk .jianshu {
    text-align: center;
    margin: 50px auto;
    font-size: 14px;
    padding-bottom: 10px;
    color: #666;
    border-bottom: #DDDDDD solid 1px;
    width: 95%;
    max-width: 1000px;
}

.hk_menu .hk_mspan a {
    background: #f15f32;
    color: white;
}

.hk_menu {
    width: 370px;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .hk_menu span {
        display: block;
        float: left;
        width: 180px;
        padding: 0 0 0 5px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: relative;
        cursor: pointer;
    }

        .hk_menu span a {
            display: block;
            width: 100%;
            height: 100%;
            color: #333;
        }

        /*.hk_menu span a:hover {
                color: white;
                background: #ff6535;
            }*/

        .hk_menu span .hk_menusj {
            width: 10px;
            height: 10px;
            transform: rotate(45deg);
            position: absolute;
            bottom: -5px;
            left: 50%;
            margin-left: -10px;
            background: #f15f32;
        }



@media(max-width:1048px) {
    .index_hk {
        width: 588px;
    }

        .index_hk ul:nth-child(2), .index_hk ul:nth-child(4) {
            margin-right: 0;
        }

        .index_hk ul:nth-child(3), .index_hk ul:nth-child(4) {
            margin-top: 30px;
        }

        .index_hk .hk_lastul {
            margin-right: 24px;
        }

        .index_hk ul li {
            width: 280px;
        }

            .index_hk ul li dl {
                margin-left: 80px;
            }

            .index_hk ul li .hk_dl2 { /* margin-right:55px; */
            }
}

@media(max-width:590px) {
    .index_hk {
        width: 508px;
    }

        .index_hk ul li {
            width: 240px;
        }

            .index_hk ul li dl {
                margin-left: 50px;
            }

            .index_hk ul li .hk_dl2 { /* margin-right:40px; */
            }
}

@media(max-width:510px) {
    .hk_menu {
        width: 340px;
    }

        .hk_menu span {
            width: 150px;
        }

    .index_hk {
        width: 300px;
    }

        .index_hk ul li {
            width: 300px;
        }

            .index_hk ul li dl {
                margin-left: 70px;
            }

            .index_hk ul li .hk_dl2 { /* margin-right:40px; */
            }

        .index_hk .hk_lastul {
            margin-right: 0px;
        }

        .index_hk ul {
            margin-right: 0px;
        }

            .index_hk ul:nth-child(2) {
                margin-top: 30px;
            }
}
/*香港服务器结束*/