/* head   头部样式
--------------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0px;
    z-index: 99999999999999;
    padding: 15px 0;
    width: 100%;
    background-image: url(../images/bg_top.png);
    background-repeat: repeat;
}

.header_jz {
    max-width: 1200px;
    margin: 0 auto;
}

/* search   搜索样式
--------------------------------------------------------------------*/
.search {
    width: auto;
    height: 40px;
    line-height: 40px;
    float: right;
    padding-right: 6px;
    position: relative;
    margin-left: 30px;
    border: #CCCCCC 1px;
    border-radius: 60px;
    background-color: #FFFFFF;
}

.search .search_input {
    float: left;
    margin-left: 22px;
    padding: 2px 0;
    background: #fff;
    border: none;
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
    webkit-transition: all 0.4s linear -1ms;
    -moz-transition: all 0.4s linear -1ms;
    -ms-transition: all 0.4s linear -1ms;
    -o-transition: all 0.4s linear -1ms;
    transition: all 0.4s linear -1ms;
}

.search .search_input:hover {
    width: 180px;
    webkit-transition: all 0.4s linear -1ms;
    -moz-transition: all 0.4s linear -1ms;
    -ms-transition: all 0.4s linear -1ms;
    -o-transition: all 0.4s linear -1ms;
    transition: all 0.4s linear -1ms;
}

.search .search_botton {
    float: left;
    display: block;
    width: 86px;
    height: 32px;
    line-height: 32px;
    margin: 4px 0;
    background-color: #FB559F;
    font-size: 14px;
    border-radius: 20px;
    border: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
}

.search .search_botton:hover {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

input {
    outline: none;
}

.language {
    float: right;
    margin-left: 30px;
    padding: 0 10px;
    width: auto;
    height: 36px;
    line-height: 36px;
}

.language .item {
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.language .item a {
    color: #666;
}

.language .fgx {
    float: left;
    margin: 0 10px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.language .fgx:first-child {
    display: none;
}


/*顶部css*/
.fix-div {
    position: fixed !important;
    top: 0px;
    _position: fixed;
    z-index: 99999999999999;
    background: #fff;
    -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    -o-transition: all 0.5s 0s ease-in-out;
    -ms-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out;
}


.fix-div .header_right_01 {
    display: none;
}

.fix-div nav ul {
    margin-top: 10px;
}

.top_logo {
    float: left;
    margin-left: 5px;
    width: 130px;
    z-index: 999999;
    position: relative;
}

.top_logo a {
    display: block;
    margin-top: 16px;
    width: 130px;
    height: 120px;
    background-image: url(../images/logo_h.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.fix-div .top_logo a {
    background-image: url(../images/logo_s.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 195px;
    background-size: 100%;
    margin-top: 2px;
}

.header_right {
    float: right;
    position: relative;
}

.header_right_01 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 40px;
}

.header_biaoyu {
    float: left;
    margin-left: 4px;
}

.header_biaoyu p {
    font-size: 16px;
    font-family: "微软雅黑", "黑体";
    color: #222;
    line-height: 40px;
}

.top_phone {
    float: right;
    background-image: url(../img/top_phone.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
    line-height: 40px;
    width: 131px;
    padding-left: 50px;
}

.top_phone p {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    color: #017dc5;
    line-height: 40px;
    font-style: italic;
    font-weight: bold;
}


/*导航栏css*/
nav {
    text-align: center;
    text-transform: uppercase;
}

nav ul {
    width: 100%;
    margin: 0 auto;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    font-family: "微软雅黑", "黑体";
    font-size: 16px;
    padding-left: 22px;
    padding-right: 22px;
    line-height: 36px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

nav ul li a:hover {
    background-color: #FB559F;
    color: #fff;
    border-radius: 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.current_page {
    background-color: #FB559F;
    color: #fff;
    border-radius: 25px;
}

.current_page a {
    color: #fff;
}

#menu_button_wrapper {
    display: none;
}

nav .hidden {
    display: none;
}

/*首页banner*/
.device {
    max-width: 1920px;
    min-width: 1200px;
    max-height: 850px;
    min-height: 532px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .device {
        height: 532px;
    }
}

.swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.content-slide {
    padding: 20px;
    color: #fff;
}

.swiper-slide img {
    width: 100%;
    position: relative;
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
    z-index: 99999;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
}

.swiper-active-switch {
    background: #FB559F;
}



.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;

    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;

    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);

    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;

    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/*首页主体通用*/

.mainbody {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.mainbody .inner {
    margin: 0 auto;
    background-color: #FFFFFF;
}

.mainbody .line {
    margin: 0 auto;
    width: 1200px;
}

.index_01, .index_02, .index_03, .index_04, .index_05 {
    padding-left: 3%;
    padding-right: 3%;
    width: 100%;
}

/*通用标题*/
.index_title {
    padding: 60px 0;
    z-index: 999;
    position: relative;
    text-align: center;
    background-image: url(../images/bg_index_title.png);
    background-repeat: no-repeat;
    background-position: center bottom;

}

.index_title p {
    margin: 0px !important;
    font-size: 14px;
    color: #CCCCCC;
    line-height: 20px;
    text-transform: uppercase;
}

.index_title h2 {
    font-size: 30px;
    color: #333;
    line-height: 36px;
    font-weight: normal !important;
}

.index_title span {
    font-family: "微软雅黑", "黑体";
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
}

.mainbody .line .content {
    margin: 0 auto;
}

/*产品分类*/
.index_class {
    height: 850px;
    background: url("../images/bg_index_class.jpg") no-repeat center top;
}

.index_class .class_title {
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 50px;
    height: 100px;
}

.index_class .class_title h2 {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-align: right;
}

.index_class .class_title p {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 24px;
    color: #333;
    text-align: right;
}

.index_class .class_content {
    margin-top: 100px;
    height: 600px;
}

.index_class .class_content .class_item1 {
    float: left;
    padding: 40px 30px;
    margin-left: 300px;
    width: 240px;
    height: 220px;
    background-color: rgba(255, 255, 255, 0.8);
}
.index_class .class_content .class_item1:hover {
    background-color: rgba(255, 255, 255, 1);
}
.index_class .class_content .class_item2 {
    float: left;
    padding: 40px 30px;
    margin-left: 300px;
    width: 240px;
    height: 220px;
    background-color: rgba(244, 90, 142, 1);
}
.index_class .class_content .class_item2:hover {
    background-color: rgba(244, 90, 142, 0.8);
}
.index_class .class_content .class_item3 {
    float: left;
    padding: 40px 30px;
    width: 240px;
    height: 220px;
    background-color: rgba(242, 242, 242, 1);
}
.index_class .class_content .class_item3:hover {
    background-color: rgba(242, 242, 242, 0.8);
}
.index_class .class_content .class_item4 {
    float: left;
    padding: 40px 30px;
    width: 240px;
    height: 220px;
    background-color: rgba(255, 153, 166, 1);
}

.index_class .class_content .class_img {
    float: left;
    width: 300px;
    height: 300px;
}

.item_title {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.item_content {
    margin-top: 20px;
    height: 100px;
    line-height: 24px;
    text-align: left;
    color: #666;
}

.item_title2 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

.item_content2 {
    margin-top: 20px;
    height: 100px;
    line-height: 24px;
    text-align: left;
    color: #FFF;
}

.btn_item01 {
    margin-top: 36px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-color: #333;
    color: #333;
}

.btn_item02 {
    margin-top: 36px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-color: #FFF;
    color: #FFF;
}

/*明星产品*/
.index_mxcp {
    margin-top: 40px !important;
    padding: 40px 0;
    height: 610px;
    background-color: #FAFAFA !important;
}

.index_mxcp .cow1 {
    float: left;
    width: 340px;
    height: 610px;
}

.index_mxcp .cow2 {
    float: left;
    margin-left: 10px;
    width: 420px;
    height: 610px;
}

.index_mxcp .btn_more_mx {
    float: left;
    width: 340px;
    height: 240px;
}

.index_mxcp .mxcp1 {
    float: left;
    margin-top: 30px;
    width: 340px;
    height: 340px;
}

.index_mxcp .mxcp2 {
    float: left;
    margin-left: 10px;
    width: 420px;
    height: 610px;
}

.index_mxcp .mxcp3 {
    float: left;
    width: 420px;
    height: 280px;
}

.index_mxcp .mxcp4 {
    float: left;
    margin-top: 30px;
    width: 420px;
    height: 300px;
}

/*aboutus*/
.index_aboutus {

}

.index_aboutus .index_video {
    float: left;
    padding: 20px;
    width: 550px;
    height: 310px;
    background: url("../images/bg_index_video.png") no-repeat center center;
}

.index_aboutus .index_video video {
    display: inline-block;
    border: 0;
}

.index_aboutus .index_profile {
    float: right;
    width: 590px;
    height: 350px;
}

.profile_content {
    height: 290px;
    text-indent: 26px;
    line-height: 28px;
    font-size: 13px;
}

.profile_more {
    padding: 12px 0;
    height: 36px;
}

.index_aboutus .index_ceo {
    float: left;
    padding-top: 10px;
    width: 590px;
    height: 330px;
    background: url("../images/bg_index_ceo.png") no-repeat left top;
}

.ceo_content1 {
    padding-left: 280px;
    padding-top: 6px;
    height: 255px;
    width: 304px;
}

.ceo_content1 .title1 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}
.ceo_content1 .title2 {
    margin-top: 84px;
    margin-left: -32px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
}
.ceo_content1 .title2_en {
    margin-top: 40px;
    margin-left: -32px;
    height: 50px;
    line-height: 30px;
    font-size: 20px;
}
.ceo_content1 .detail1 {
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.ceo_content2 {
    width: 590px;
}

.ceo_content2 .detail2 {
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
.ceo_content2 .detail2_en {
    line-height: 18px;
    font-size: 14px;
    color: #999;
}

.index_aboutus .index_xxt {
    float: right;
    width: 560px;
    height: 350px;
}

/*工厂图片*/
.index_about_tab_list {
    max-width: 1200px;
    overflow: hidden;
}

.index_about_tab_list .tab-hd {
    height: 40px;
    margin-bottom: 30px;
}

.index_about_tab_list .tab-hd ul {
    margin: 0 auto;
    max-width: 450px;
}

.index_about_tab_list .tab-hd li {
    float: left;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #333;
    border-radius: 20px;
}

.index_about_tab_list .tab-hd li a {
    display: block;
    font-size: 13px;
    color: #FFFFFF;
}

.index_about_tab_list .tab-hd li a:hover {
    font-size: 13px;
    color: #FFFFFF;
}

.tab-hd li.on {
    background-color: #FB559F;
}

.index_about_tab_list .tab-bd {
    max-width: 1200px;
}

.index_about_img_list {
    max-width: 1200px;
}

.index_product {
    margin: 0 auto;
    width: 1260px;
    height: 270px;
    overflow: hidden;
}

.index_product.ec {
    height: 740px !important;
}

.index_product li {
    float: left;
    margin-left: 20px;
    width: 300px;
    height: 270px;
}

.index_product li:first-child, .index_product li:nth-child(5) {
    margin-left: 0;
}

.index_product li .pimg {
    width: 300px;
    height: 200px;
    background-color: #FFF;
}

.index_product li .pname {
    width: 300px;
    height: 70px;
    line-height: 50px;
    text-align: center;
}

/*核心优势*/
.index_hxys {
    margin-top: 60px !important;
    background-color: #F9F9F9 !important;
}

.item_hxys {
    float: left;
    padding: 0 20px;
    width: 360px;
    text-align: center;
}

.item_hxys .dbt {
    height: 164px;
    line-height: 164px;
}

.item_hxys h2 {
    font-size: 18px;
    line-height: 64px;
    font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif;
}

.item_hxys p {
    font-size: 13px;
    line-height: 24px;
    color: #666;
}

.index_hxys_more {
    padding: 60px 0 40px;
    height: 36px;
    text-align: center;
}

/*news*/

.index_news {
    margin-top: 0px !important;
}

.index_news li {
    float: left;
    margin-left: 40px;
    margin-top: 20px;
    width: 580px;
    height: 126px;
    background-color: #F7F7F7;
}

.index_news li:nth-child(odd) {
    margin-left: 0;
}

.index_news li .img_news {
    float: left;
    width: 230px;
    height: 126px;
}

.index_news li .news_content {
    float: left;
    padding: 14px 20px;
    width: 310px;
    height: 86px;
    text-align: left;
}

.index_news li .news_content h2 {
    font-size: 18px;
}

.index_news li .time {
    margin-top: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.index_news_more {
    padding: 40px 0 40px;
    height: 36px;
    text-align: center;
}

/*搜索*/

.index_search {
    float: right;
    width: 270px;
    height: 200px;
    background-color: rgb(57, 125, 207);
    border: 0 solid transparent;
    word-wrap: break-word;
}

.index_search .search {
    padding: 20px 20px 0 20px;
    width: 230px;
    height: 80px;
}

.index_search .search h3 {
    color: #FFF;
}

.index_search .search .content {
    margin-top: 14px;
}

.search_input {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    width: 150px;
    height: 28px;
    line-height: 28px;
    border: 0 none;
    overflow: hidden;
}

.search_botton {
    float: left;
    display: inline-block;
    width: 50px;
    height: 28px;
    line-height: 28px;
    background-color: #9AC24B;
    text-align: center;
    color: #FFF;
}

/*feedback*/
.index_feedback {
    margin-top: 60px !important;
    background-color: #F7F7F7 !important;
}

.index_feedback .feedback_bd {
    margin-top: 30px;
    padding: 0 180px 0 140px;
    width: 840px;
    height: 260px;
}

.index_feedback input {
    margin-left: 40px;
    padding-left: 40px;
    padding-right: 10px;
    margin-bottom: 15px;
    width: 326px;
    height: 52px;
    outline: none;
    font-size: 14px;
    color: #333;
    border: 1px solid #CCC;
    transition: all 0.5s;
}

.index_feedback a:hover {
    background-color: #004098;
}

.index_feedback input[name^=feedname] {
    float: left;
    background-image: url("../images/ico_feedname.png");
    background-repeat: no-repeat;
    background-position: 5px center;
}

.index_feedback input[name^=feedphone] {
    float: right;
    background-image: url("../images/ico_feedphone.png");
    background-repeat: no-repeat;
    background-position: 5px center;
}

.index_feedback input[name^=feedcontent] {
    width: 750px;
    background-image: url("../images/ico_feedcontent.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-bottom: 25px;
}

.index_feedback .btn_feed_wrap {
    padding: 20px 0 40px 40px;
    height: 52px;
    text-align: center;
}

.index_feedback .btn_feed_wrap .btn_feed {
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 180px;
    height: 52px;
    line-height: 52px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    background-color: #FB559F;
}

.btn_feed a {
    color: #fff;
}

.btn_feed a:hover {
    color: #fff;
}

/*底部广告*/
.footer_gg {
    height: 130px;
    background-color: #5D052F !important;
    text-align: center;
}

/*footer*/
.footer {
    height: 300px;
    background-color: #202020 !important;
}

.footer .content {
    padding-top: 20px;
}

.footer .f_nav {
    float: left;
    width: 300px;
}

.footer .f_nav li {
    float: left;
    padding: 10px 0 10px 15px;
    width: 135px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    background: url("../images/bg_f_nav_li.png") no-repeat left center;
}

.footer .f_nav li a {
    color: #FFFFFF;
}

.footer .f_contact {
    float: left;
    padding-left: 120px;
    width: 580px;
}

.footer .f_contact li {
    float: left;
    padding: 10px 0 10px 25px;
    width: 545px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    color: #FFFFFF;
    font-size: 14px;
}

.ico_hotline {
    background: url("../images/ico_hotline.png") no-repeat left center;
}

.ico_phone {
    background: url("../images/ico_phone.png") no-repeat left center;
}

.ico_email {
    background: url("../images/ico_email.png") no-repeat left center;
}

.ico_add {
    background: url("../images/ico_add.png") no-repeat left center;
}

.footer h2 {
    height: 86px;
    line-height: 86px;
    font-size: 34px;
    color: #fff;
    text-align: left;
    font-weight: normal !important;
}

.footer .f_ewm {
    float: left;
    width: 200px;
    padding-top: 40px;
    text-align: right;
}

.footer_z {
    border-top: 1px solid #333;
    background-color: #202020 !important;
}

.footer_z .f_link {
    padding: 20px 0 0 0;
    text-align: center;
}

.footer_z .f_link span {
    margin-left: 12px;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    color: #999;
}

.footer_z .f_link a, .footer_z .f_link a:hover {
    color: #999;
}

.copyright {
    height: 64px;
    line-height: 64px;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.copyright a {
    color: #999;
}


/*sysmenu.css*/
ul.topnav {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

ul.topnav li {
    float: left;
    margin: 0;
}

ul.topnav li {
    text-decoration: none;
    float: left;
    color: #000;
    cursor: pointer;
    *position: relative;
}

ul.topnav li span {
    height: 50px;
    line-height: 45px;
    padding: 0px 13px 0px 13px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    *display: inline-block;
}

ul.topnav li span.bgmenuhove2 {
    height: 50px;
    line-height: 45px;
    color: #eddc0b;
    background: url('../images/menu_bg.jpg') repeat-x;
    background-position: 0px -150px;
}

/*nov_tree*/
ul.topnav li ul.subnav {
    list-style: none;
    position: absolute;
    top: 119px;
    *top: 44px;
    *left: 0px;
    background: #002b5e;
    margin: 0;
    padding: 0;
    width: 220px;
    color: #fff;
    z-index: 999;
    display: none;
}

ul.topnav li ul.subnav li {
    margin: 0;
    clear: both;
    padding: 0px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
}

ul.subnav li a {
    padding: 0px 15px 0px 15px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    width: 190px;
    display: block;
    float: left;
}

ul.subnav li a:hover {
    height: 35px;
    line-height: 35px;
    text-align: left;
    display: block;
    float: left;
    background-color: #054da3;
}

ul.subnav li a.hover {
    height: 35px;
    line-height: 35px;
    text-align: left;
    display: block;
    float: left;
}

#slider ul, #slider li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 950px;
    height: 312px;
    overflow: hidden;
}

/*二级页面*/
.se_header {
    margin: 0 auto;
}

.se_bann {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1200px;
    height: 400px;
    overflow: hidden;
}

.framecenter {
    position: relative;
    width: 1200px;
    min-height: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.frameleft {
    float: right;
    width: 920px;
    padding-left: 20px;
}

.frameright {
    float: left;
    width: 260px;
    margin-top: -72px;
	animation:bounceInUp 3s;
	-moz-animation:bounceInUp 3s; /* Firefox */
	-webkit-animation:bounceInUp 3s; /* Safari and Chrome */
	-o-animation:bounceInUp 3s; /* Opera */
}

.location {
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: left;
    border-bottom: 2px solid #ccc;
}

.aboutcontent {
    width: 1010px;
    height: 234px;
    background: url('../images/about_bg.jpg') no-repeat;
}

.aboutcontent .fcontentstr {
    width: 680px;
    height: 224px;
    padding: 5px;
    overflow: hidden;
}

.frameleft .fup {
    width: 1010px;
    height: 39px;
    line-height: 39px;
    background: url('../images/conent_bg_01.jpg') repeat-x;
    background-position: 0px 0px;
}

.frameleft .fcontent {
    width: 1010px;
    padding: 10px;
    background: url('../images/conent_bg_01.jpg') repeat-y;
    background-position: -682px 0px;
    overflow: hidden;
}

.frameleft .fdown {
    width: 1010px;
    height: 4px;
    background-color: #b9e5fa;
    overflow: hidden;
}

.frameleft .fup1 {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #D2D2D2;
}

.frameleft .fcontent1 {
    width: 100%;
    overflow: hidden;
}

.frameleft .fdown1 {
    width: 100%;
    height: 4px;
    background-color: #D2D2D2;
    overflow: hidden;
}

.frameleft .fup2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #D2D2D2;
}

.frameleft .fcontent2 {
    width: 888px;
    padding: 10px;
    background-color: #FFF;
    border: 6px #D2D2D2 solid;
    overflow: hidden;
}

.frameleft .fdown2 {
    width: 100%;
    height: 4px;
    background-color: #D2D2D2;
    overflow: hidden;
}

.frameleft .fup .spantitle, .fup1 .spantitle, .fup2 .spantitle {
    float: left;
    padding-left: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.frameleft .fup .spanmone, .fup1 .spanmone, .fup2 .spanmone {
    float: right;
    padding-right: 10px;
}

.frameright .fup {
    width: 250px;
    height: 39px;
    line-height: 39px;
    background: url('../images/content_250_bg.jpg') repeat-x;
    background-position: 0px 0px;
}

.frameright .fcontent {
    width: 230px;
    padding: 0px 10px 0px 10px;
    background: url('../images/content_250_bg.jpg') repeat-y;
    background-position: -250px 0px;
    overflow: hidden;
}

.frameright .fdown {
    width: 250px;
    height: 13px;
    background: url('../images/content_250_bg.jpg') no-repeat;
    background-position: -500px -32px;
    overflow: hidden;
}

.frameright .fup1 {
    height: 33px;
    line-height: 33px;
    background-color: #ECECEC;
}

.frameright .fcontent1 {
    padding: 5px 10px 5px 10px;
    background-color: #FFF;
    border: 6px solid #ECECEC;
    overflow: hidden;
}

.frameright .fdown1 {
    height: 10px;
    background-color: #ececec;
    overflow: hidden;
}

.frameright .fup2 {
    height: 33px;
    line-height: 33px;
    background-color: #ECECEC;
}

.frameright .fup3 {
    width: 240px;
    height: 39px;
    line-height: 33px;
    background: url('../images/content_250_bg_type.jpg') repeat-x;
    background-position: 0px 0px;
}

.frameright .fcontent3 {
    width: 220px;
    padding: 0px 10px 5px 10px;
    background: url('../images/content_250_bg_type.jpg') repeat-y;
    background-position: -250px 0px;
    overflow: hidden;
}

.frameright .fdown3 {
    width: 240px;
    height: 10px;
    background: url('../images/content_250_bg_type.jpg') no-repeat;
    background-position: -500px -32px;
    overflow: hidden;
}

.frameright .fup .spantitle, .fup1 .spantitle, .fup2 .spantitle, .fup3 .spantitle {
    float: left;
    width: 150px;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.frameright .fup .spanmone, .fup1 .spanmone, .fup3 .spanmone {
    float: right;
    padding-right: 10px;
}

#sidebar.sticky {
    float: none;
    position: fixed;
    top: 20px;
    z-index: 6;
    left: auto;
}

/*se left list*/
.se_list {
    padding-bottom: 20px;
    background: #FFF;
}

.se_list .list_hd {
    width: 260px;
    height: 200px;
    background: url("../images/bg_left_hd.png") no-repeat center top;

}

.se_list .list_hd .list_title {
    padding-top: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.se_list .list_hd .list_instro {
    padding-top: 10px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.se_list .list_bd {
    margin: 0 auto;
}

.se_list .list_bd li {
    margin-top: 5px;
    height: 60px;
    line-height: 60px;
    background-color: #eee;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.se_list .list_bd li:hover {
    color: #FFFFFF;
    background-color: #F45A8E;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.se_list .list_bd li a {
    display: block;
    font-size: 18px;
    color: #333;
}

.se_list .list_bd li a:hover {
    color: #333;
}

.se_list .list_bd li.current {
    background-color: #F45A8E;
}

.se_list .list_bd li.current a {
    color: #FFFFFF;
}

/*news left pic and right list*/
.newsleft {
    float: left;
    width: 212px;
}

.newsleft ul {
    list-style: none;
    margin: 0 auto;
    margin-top: 5px;
}

.newsright {
    float: left;
    width: 100%;
}

.textlist {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    display: block;
    line-height: 200%;
    overflow: hidden;
}

.textlist li {
    padding-left: 8px;
    height: 25px;
    line-height: 25px;
    background: url('../images/icon3.gif') no-repeat 0px 10px;
    list-style: none;
    overflow: hidden;
}

.textlist li .names {
    float: right;
    color: #bdbdbd;
    font-size: 12px;
}

.piclist {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    overflow: hidden;
    animation:fadeInUp 2s;
    -moz-animation:fadeInUp 2s; /* Firefox */
    -webkit-animation:fadeInUp 2s; /* Safari and Chrome */
    -o-animation:fadeInUp 2s; /* Opera */
}

.piclist li {
    float: left;
    padding: 5px;
    text-align: center;
    width: 25%;
    box-sizing: border-box;
    overflow: hidden;
    border: 0;
}

.piclist li a {
    display: block;
}

.piclist li img {
    border: 1px solid #DEDEDE;
}

.piclist li img:hover {
    border: 1px solid #00a1d8;
}

.piclist li p {
    height: 25px;
    line-height: 25px;
    padding: 0px;
    margin: 0px;
}

.piclist li .t {
    height: 30px;
    line-height: 30px;
}

/*link*/
.link {
    margin: 0 auto;
    width: 1260px;
    height: 34px;
}

.link .hd_link {
    float: left;
    width: 98px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    background: url("../images/bg_sort_head.png") no-repeat center center;
}

.link .bd_link {
    float: left;
    margin-left: 10px;
    width: 972px;
    height: 34px;
    overflow: hidden;
}

.link .bd_link li {
    float: left;
    margin-left: 10px;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
}

.link .fottercontent {
    width: 700px;
    text-align: center;
    background: url('../images/fotter_bg_line.png') repeat-y;
    background-position: 0px -0px;
}

.linkpic {
    width: 680px;
    padding: 10px;
}

.linkpic ul {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
}

.linkpic ul li {
    width: 88px;
    margin: 0 auto;
    padding-left: 3px;
    list-style: none;
    display: inline;
}

.linkfont {
    width: 680px;
    padding: 5px 10px 0px 10px;
    margin: 0 auto;
}

.linkfont ul {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
}

.linkfont ul li {
    width: 98px;
    text-align: center;
    margin: 0 auto;
    padding-left: 10px;
    list-style: none;
    display: inline;
}

/*tree*/
.three {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    margin-left: 10px;
}

.three li {
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    padding-left: 0px;
    list-style: none;
    border-bottom: 1px dotted #d0d0d0;
    overflow: hidden;
}

.three li.a {
    padding-left: 13px;
}

.three li.b {
    padding-left: 13px;
    background: url('../images/icon1.gif') no-repeat 0px 10px;
    display: list-item;
    font-weight: bold;
}

/*pagecontent*/
.pagecontent {
    float: right;
    width: 920px;
    padding-left: 20px;
}

.pagecontentstr {
    padding-top: 30px;
    width: 920px;
    overflow: hidden;
    animation:fadeInUp 2s;
    -moz-animation:fadeInUp 2s; /* Firefox */
    -webkit-animation:fadeInUp 2s; /* Safari and Chrome */
    -o-animation:fadeInUp 2s; /* Opera */
}

.pagecontentstr p {
    line-height: 200%;
    font-size: 14px;
}

.pagelist {
    float: left;
    width: 100%;
    animation:fadeInUp 2s;
    -moz-animation:fadeInUp 2s; /* Firefox */
    -webkit-animation:fadeInUp 2s; /* Safari and Chrome */
    -o-animation:fadeInUp 2s; /* Opera */
}

.pagelist .list_title {
    margin-top: 20px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background-color: #d3d3d3;
}

.righttext {
    float: left;
    width: 100%;
    animation:fadeInUp 2s;
    -moz-animation:fadeInUp 2s; /* Firefox */
    -webkit-animation:fadeInUp 2s; /* Safari and Chrome */
    -o-animation:fadeInUp 2s; /* Opera */
}

.righttext_padding {
    float: left;
    width: 770px;
    padding: 0px 15px 0px 15px;
}

.readpic {
    padding-top: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.readpic img {
    border: 0px solid #EEE;
}

.casespic {
    width: 100%;
    height: 100%;
    text-align: center;
}

.casestitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
    text-align: center;
    border-bottom: 1px dashed #efefef;
}

.readtitle {
    width: 100%;
    height: 80px;
    margin: 10px 0;
    text-align: center;
    border-bottom: 1px dashed #efefef;
}

.readtitle dl dt {
    color: #FF6600;
    font-size: 16px;
    font-weight: bold;
    line-height: 180%;
    padding-left: 10px;
}

.readtitle dl dd {
    color: #828282;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.readtitle dl dd.fastline {
    background-color: #f8f8f8;
    color: #828282;
    height: 30px;
    line-height: 30px;
}

.readtitle dl dd.orderbotton {
    padding-top: 15px;
}

.readlist {
    float: left;
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
}

.readlist li {
    float: left;
    margin: 0 10px;
    width: 108px;
    height: 108px;
    border: 1px solid #efefef;
}

.readlist .tg {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding-left: 35px;
    font-weight: bold;
    background: url('../images/readlist_bg2.jpg') no-repeat;
}

.readlist .tg1 {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding-left: 35px;
    font-weight: bold;
    background: url('../images/readlist_bg.jpg') no-repeat;
}

.readlist .tg3 {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 1px dotted #d0d0d0;
}

.readlist .scrollWrap {
    position: relative;
    padding: 10px 0px 0px 24px;
    overflow: hidden;
}

.readlist li {
    float: left;
    margin: 0 6px;
    padding: 5px;
    width: 120px;
    height: 120px;
    border: 1px solid #efefef;
}

.readlist .prev {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 16px;
    height: 80px;
    cursor: pointer;
    background: transparent url(../images/phone_pagebotton.jpg) no-repeat 0 16px;
    z-index: 999;
}

.readlist .prev:hover {
    background-position: -16px 16px;
}

.readlist .prev:active {
    background-position: -16px 16px;
}

.readlist .next {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 16px;
    height: 80px;
    cursor: pointer;
    background: transparent url(../images/phone_pagebotton.jpg) no-repeat -32px 16px;
    z-index: 999;
}

.readlist .next:hover {
    background-position: -48px 16px;
}

.readlist .next:active {
    background-position: -48px 16px;
}

.bbslist {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
}

.bbslist li {
    border-top: 1px dotted #d0d0d0;
    padding: 10px 0px 10px 0px
}

.bbslist li:first-child {
    border-top: 0px dotted #d0d0d0;
    padding: 0px 0px 10px 0px
}

.bbslist li .first-child {
    border-top: 0px dotted #d0d0d0;
    padding: 0px 0px 10px 0px
}

.bbslist li div {
    line-height: 180%;
    padding: 0px 10px 5px 10px;
}

.bbslist li .sendname {
    text-align: right;
}

.bbslist li .messagelist {
    text-align: left;
}

.bbslist li .remessagelist {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*productlist_list*/
.goodslist {
    padding: 10px;
    overflow: hidden;
    list-style-type: none;
    margin: 0px auto;
    margin-top: 20px;
    border: 3px #D3D3D3 solid;
}

.goodslist li {
    float: left;
    padding: 0px 18px 10px 18px;
    text-align: center;
    width: 160px;
    overflow: hidden;
}

.goodslist li .t {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    display: list-item;
}

.goodslist li p {
    height: 25px;
    line-height: 25px;
    padding: 0px;
    margin: 0px;
}

.goodslist li img {
    border: 2px solid #EEE;
    padding: 3px;
}

.goodslist li img:hover {
    border: 2px solid #00a1d8;
    padding: 3px;
}

/*newslist*/
.newslist {
    padding: 10px;
    overflow: hidden;
    list-style-type: none;
    margin: 0px auto;
    margin-top: 0px;
    border: 3px #D3D3D3 solid;
}

.newslist li {
    height: 35px;
    line-height: 35px;
    text-align: left;
    margin: 0 auto;
    padding-left: 15px;
    list-style: none;
    background: url('../images/icon3.gif') no-repeat 5px 15px;
    border-bottom: 1px dotted #DADBD6;
    overflow: hidden;
}

.newslist li .data {
    float: right;
    padding-right: 10px;
    color: #B3B3B3;
}

/*linebook*/
.gbottonlist {
    margin: 0 auto;
    width: 100%;
}

.gbottonlist .tg {
    height: 30px;
    line-height: 30px;
    color: #000;
    padding-left: 15px;
    font-weight: bold;
    background-color: #B5D4F2;
}

.gbottonlist .l {
    margin-top: 1px;
    padding: 5px;
    height: 100%;
    background-color: #F8F8F8;
    overflow: hidden;
}

.three_fg {
    width: 690px;
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    margin-left: 10px;
}

.three_fg li {
    float: left;
    width: 330px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    margin: 0 auto;
    padding-left: 0px;
    list-style: none;
    overflow: hidden;
}

.three_fg li.a {
    font-weight: bold;
}

.three_fg li.b {
    height: 25px;
    padding-left: 8px;
    line-height: 25px;
    background: url('../images/icon3.gif') no-repeat 0px 11px;
    list-style: none;
    display: list-item;
}

.three_fg li .title {
    float: left;
}

/*joblist*/
.joblist {
    list-style: none;
    margin: 0 auto;
    padding: 10px;
    border: 3px #D3D3D3 solid;
}

.joblist li {
    list-style: none;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted #DADBD6;
    overflow: hidden;
}

.widthpage {
    width: 922px;
    margin: 0 auto;
    padding: 10px;
}

.widthpage .tg1 {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding-left: 35px;
    font-weight: bold;
    background: url('../images/readlist_bg.jpg') no-repeat #B7E4FB;
}

.widthpage .tg3 {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 1px dotted #d0d0d0;
}

.widthpage .l {
    padding: 10px 0px 0px 0px;
    overflow: hidden;
}

.widthpagelist {
    width: 100%;
    margin: 0 auto;
}

/*login_member*/
.sianin .sianinbg {
    width: 369px;
    padding: 10px 0px 0px 0px;
    border-left: #d2e5ef 1px solid;
    border-right: #d2e5ef 1px solid;
    border-top: none;
    border-bottom: none;
    overflow: hidden;
}

.signintitle {
    background: url('../images/application.gif') no-repeat;
    background-position: left -166px;
    padding: 15px 0px 0px 70px;
    height: 29px;
    text-align: left;
    overflow: hidden;
}

.signin-area-bg {
    width: 361px;
    padding: 5px;
    overflow: hidden;
}

.signin-area-bg2 {
    padding: 0px;
    overflow: hidden;
}

.signin-area-bg3 {
    width: 251px;
    padding: 5px 0px 5px 110px;
    overflow: hidden;
}

.tipsnr {
    background: url('../images/login.gif') no-repeat;
    background-position: left -103px;
    height: 5px;
    line-height: 5px;
    width: 371px;
    overflow: hidden;
}

.messicon {
    height: 48px;
    padding-right: 10px;
}

.messtext {
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
}

.messicon2 {
    height: 20px;
    padding-right: 10px;
}

.messtext2 {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

/*lefttab*/
.tbottonlist {
    width: 260px;
}

.tbottonlist .tg {
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 15px;
    font-weight: bold;
    background-color: #B5D4F2;
}

.tbottonlist .l {
    padding: 5px;
    border: 1px solid #B5D4F2;
}

/*tablelist*/
.tablelist .td01 {
    background-color: #F3F3F3;
    border: 1px solid #E6E6E6;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.tablelist .td02 {
    border-bottom: #d2e5ef 1px dotted;
    padding: 5px;
    height: 30px;
    line-height: 30px;
}

.tablelist .td03 {
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
    border-color: #E6E6E6;
    padding: 5px 5px 5px 15px;
    height: 30px;
    line-height: 30px;
    background: url('../images/icon1.gif') no-repeat 5px 16px;
}

.td03 img {
    vertical-align: middle;
}

.tablelist .td04 {
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
    border-color: #E6E6E6;
    padding: 5px;
    height: 30px;
    line-height: 30px;
}

/*bbstable*/
.tablelist .td05 {
    border: 1px solid #F0F0F0;
    padding: 5px 5px 5px 10px;
}

.tablelist .td06 {
    padding: 5px;
    height: 30px;
    line-height: 30px;
}

/*fotter*/
.fotterpage {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #004594;
}

.fotter .fotterdown {
    width: 942px;
    height: 14px;
    background: url('../images/fotter_bg.jpg') no-repeat;
    background-position: 0px 0px;
}

.fotter .fotterstr {
    width: 942px;
    background-color: #004594;
    color: #fff;
    text-align: center;
    padding: 5px 0px 10px 0px;
    line-height: 180%;
}

.fotter .parttype {
    width: 942px;
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.fotter .parttype ul {
    width: 942px;
    list-style: none;
    margin: 0 auto;
}

.fotter .parttype ul li {
    padding: 0px 5px 0px 5px;
    text-align: center;
    margin: 0 auto;
    list-style: none;
    display: inline;
}

/*jquery slideBox*/
.slideBox {
    width: 1260px;
    height: 580px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd img {
    width: 100%;
    height: 580px;
}

.slideBox2 {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.slideBox2 .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.slideBox2 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox2 .hd ul li {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox2 .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox2 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox2 .bd img {
    width: 100%;
    height: 200px;
}

.product_para {
    padding-top: 70px;
    min-height: 400px;
    background: url("../images/pp_bg.jpg") no-repeat center top;
    text-align: center;
}

.product_search {
}

.product_search .title {
    height: 20px;
    line-height: 20px;
}

div.wrapper {
    width: 1260px;
    margin: 0 auto;
    position: relative;
}

.fn-clear {
    zoom: 1;
}

.box_skitter {
    position: relative;
    background: none;
}

.box_skitter ul {
    display: none;
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}

.box_skitter .image {
    overflow: hidden;
}

.box_skitter .image img {
    display: none;
}

.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.box_skitter .prev_button {
    position: absolute;
    top: 50%;
    left: -5px;
    z-index: 100;
    width: 57px;
    height: 62px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    background: url(../images/prev.png) no-repeat left top !important;
}

.box_skitter .next_button {
    position: absolute;
    top: 50%;
    right: -5px;
    z-index: 100;
    width: 57px;
    height: 62px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    background: url(../images/next.png) no-repeat left top !important;
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    display: none;
}

.loading {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10000;
    margin: -16px -16px;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../images/ajax-loader.gif) no-repeat left top;
    width: 31px;
    height: 31px;
}

#slideshow {
    width: 1260px;
    height: 580px;
}

#slideshow ul {
    display: none;
}

/*客服*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}
.client-2 .my-kefu-ftop {
    display: none;
}
.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}
.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #ED6893;
    color: #fff;
    height: 56px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #ED6893;
    width: 97px;
    height: 56px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;

}
.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}