﻿@charset "utf-8";

/* public*/
.w1200{width:1200px;margin:0 auto;}
.tx-l{text-align:left;}
.tx-c{text-align:center;}
.tx-r{text-align:right;}
.ufl{float:left;}
.ufr{float:right;}
.ufml{font-family:"微软雅黑";}
h5 a{color: #fff;}
/* header */
/* header{position:absolute;width:100%;z-index:100;border-bottom:1px solid #515d73;} */
.navbar-default{border:0;background:none;margin-bottom:0;}
.navbar-brand{height:auto;padding:20px 10px 20px 15px;color:#fff!important;}
.navbar-brand > img{margin-right:1.5rem;}
.navbar-right{margin-top:28px;}
.navbar-default .navbar-nav > li > a{color:#000;font-size:14px;line-height:32px;height:68px}
.navbar-default .navbar-nav > li > a:hover{color:#014b9d;}
.navbar-toggle{margin-top:28px;}
header .nav li.hed-tel{margin-left:30px;}
header .nav li.hed-tel a{background:#1ec20c;height:42px;line-height:32px;border-radius:42px;font-size:20px;font-family:Arial;color:#fff;}
header .nav li.hed-tel a:hover{background:#1ec20c;color:#fff;}
header .nav li.hed-tel a i.icon-tel{display:inline-block;width:17px;height:17px;background:url(../Images/tel.png);margin-right:5px;}
.nav > li{position:relative;}
.nav > li .erj a:hover{color:#1ec20c;}
.nav > li .erj{
    position:absolute;
    top:68px;
    left:0;
    padding:12px 0;
    border-top: 2px solid #1ec20c;
    background:rgba(255,255,255,0.9);
    z-index:99;
    display:none;
}
.nav > li ul.erj > li{
    padding:0 16px;
    line-height:40px;
    position:relative;
    white-space:nowrap;
}
.nav > li ul.erj > li .sanj{
    padding:12px 0;
    position:absolute;
    top:-14px;
    left:100%;
    background:rgba(255,255,255,0.9);
    border-left:2px solid #1ec20c;
    border-top:2px solid #1ec20c;
    min-width:100%;
    display:none;
}
.nav > li ul.erj > li .sanj li{
    padding:0 16px;
    line-height:40px;
    white-space:nowrap;
}

/* banner */
.banner img{margin:0 auto;}
.banner-img{
	position: absolute;
    top: 20%;
    width: 100%;
    transform:translateY(-50%);
}
.dtable {
    display: table;
    height: 100%;
}
.dtcell {
    display: table-cell;
    vertical-align: middle;
}
.max-w{max-width:582px;float:right;}
.pro-text h3{font-size:31px;color:#000;margin-bottom:20px;text-align:center;}
.pro-text p{margin-bottom:30px;color:#1ec20c;font-size:20px;font-family:Arial;}
.pro-link{text-align:center;}
.pro-link a{display:inline-block;width:135px;height:40px;line-height:40px;color:#000;border:1px solid #000;text-align:center;font-size:16px;}

.pro-text h3,.pro-text p,.pro-link {
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}
.active .pro-text h3,.active .pro-text p,.active .pro-link{
	-webkit-animation: down-in 500ms;
    -moz-animation: down-in 500ms;
    -ms-animation: down-in 500ms;
    -o-animation: down-in 500ms;
    animation: down-in 500ms;
    animation-fill-mode: both;
}
.active .pro-text h3{
    animation-delay: 200ms;
}
.active .pro-text p{
    animation-delay: 500ms;
}
.active .pro-link{
    animation-delay: 800ms;
}
@-moz-keyframes down-in {
    0% {
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        -o-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes down-in {
    0% {
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        -o-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-o-keyframes down-in {
    0% {
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        -o-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes down-in {
    0% {
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        -o-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.text img{max-width:100%;}
.home-page_01{background:#fcfcfc}
.hm_tit{text-align:center;margin-top:80px;margin-bottom:45px;overflow:hidden;}
.hm_tit h3{font-size:22px;font-weight:bold;}
.hm_tit h3 span.hm_tit_s1{display:inline-block;padding-bottom:24px;position:relative;}
.hm_tit h3 span.hm_tit_s1:after{width:70%;height:0;border-bottom:1px solid #36af35;content:'';position:absolute;bottom:0;left:15%;}
.hm-p1_item{border:1px solid #ccc;text-align:center;background:#fff;padding-top:50px;padding-bottom:60px;position:relative;}
.hm-p1_item>p{margin-bottom:0;line-height:28px;height:56px;font-size:16px;}
.hm-p1_table{position:absolute;top:0;left:0;bottom:0;width:100%;height:100%;}
.hm-p1-box{display:none;}
.hm-p1_item:hover .hm-p1-box{display:block;}
.hm-p1_table a{color:#fff;background:rgba(30,194,12,0.88);padding:0 20px;text-align:left;}
.hm-p1_table a h4{margin-bottom:0;}
.hm-p1_table a h4 span{display:inline-block;color:#fff;padding-bottom:5px;border-bottom:3px solid #fff;}
.hm-p1_table a p{line-height:28px;}
.home-page_01 .row{margin-right:-4px;margin-left:-4px;}
.home-page_01 .row>div{padding-right:4px;padding-left:4px;}
.hm-more{text-align:center;padding:50px 0;}
.hm-more a{display:inline-block;height:40px;padding:0 35px;border-radius:40px;border:1px solid #ccc;background:#fff;}
.hm-more a span{display:inline-block;padding-left:16px;line-height:38px;position:relative;}
.hm-more a span:before{width:12px;height:2px;background:#2cbc1d;content:'';position:absolute;top:18px;left:0;}
.hm-more a span:after{width:2px;height:12px;background:#2cbc1d;content:'';position:absolute;top:13px;left:5px;}

.hm_tit h3 span.hm_tit_s2{display:inline-block;position:relative;}
.hm_tit h3 span.hm_tit_s2:after,.hm_tit h3 span.hm_tit_s2:before{display:block;width:145px;border-bottom:1px solid #ccc;content:'';position:absolute;top:50%;}
.hm_tit h3 span.hm_tit_s2:before{right:130%;}
.hm_tit h3 span.hm_tit_s2:after{left:130%;}

.home-page_02{border-bottom:1px solid #ccc;}
.hm-case ul{width:100%;padding-bottom:45%;position:relative;}
.hm-case ul li{
    position:absolute;
    height:0;
    overflow:hidden;
    opacity:0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.hm-case ul li.hm-case_01{width:33%;padding-bottom:26.55%;top:0;left:0;}
.hm-case ul li img{position:absolute;top:0;left:0;width:100%;height:100%;}
.hm-case ul li.hm-case_02{width:16.25%;padding-bottom:30%;top:0;left:33%;}
.hm-case ul li.hm-case_03{width:16.25%;padding-bottom:15%;top:0;left:49.25%;}
.hm-case ul li.hm-case_04{width:16.25%;padding-bottom:15%;top:0;left:65.5%;}
.hm-case ul li.hm-case_05{width:18.25%;padding-bottom:22.5%;top:0;left:81.75%;}
.hm-case ul li.hm-case_06{width:32.5%;padding-bottom:15%;top:33.3333332%;left:49.25%;}
.hm-case ul li.hm-case_07{width:33%;padding-bottom:18.5%;top:58.88888888%;left:0%;}
.hm-case ul li.hm-case_08{width:32.5%;padding-bottom:15%;top:66.666666%;left:33%;}
.hm-case ul li.hm-case_09{width:16.25%;padding-bottom:15%;top:66.666666%;left:65.5%;}
.hm-case ul li.hm-case_10{width:18.25%;padding-bottom:22.5%;top:50%;left:81.75%;}
.hm-case ul li .txt{position:absolute;bottom:15px;left:20px;z-index:9;color:#000;}
.hm-case ul li.hm-case_03 .txt,.hm-case ul li.hm-case_09 .txt{color:#000;}

.hm-ab-tit{width:182px;margin-bottom:15px;}
.hm-ab-tit .hm-ab-box{width:153px;margin-left:30px;border:3px solid #36af35;}
.hm-ab-tit .hm-ab-box .hm_tit{text-align:left;background:#fff;margin-top:39px;margin-bottom:39px;margin-left:-30px;}
.hm-ab-tit .hm-ab-box .hm_tit h3 span.hm_tit_s1{padding-bottom:15px;}
.hm-ab-tit .hm-ab-box .hm_tit h3 span.hm_tit_s1:after{width:110%;left:0;}
.home-page_03{padding:80px 0;}
.home-page_03 .container{position:relative;}
.home-page_03 .text p,.hm-ab-li li,.hm-p4-p{font-size:12px;font-family:"simsun","Helvetica Neue", Helvetica, Arial, sans-serif;line-height:30px;color:#6c6c6c;margin-bottom:0;}
.hm-ab-li li{color:#000;font-weight:bold;padding-left:28px;position:relative;}
.hm-ab-li li:after{width:8px;height:8px;background:#36af35;border-radius:8px;content:'';position:absolute;top:11px;left:10px;}

.hm-ab-more{text-align:center;position:absolute;bottom:-50px;left:0;width:100%;}
.hm-ab-more a{display:inline-block;background:rgba(54,175,53,0.86);padding:30px 50px 40px;}
.hm-ab-more a span{display:inline-block;color:#fff;padding-left:56px;position:relative;}
.hm-ab-more a span:before{width:40px;height:3px;background:#fff;content:'';position:absolute;top:50%;left:0;margin-top:-2px;}
.hm-ab-more a span:after{width:3px;height:40px;background:#fff;content:'';position:absolute;top:50%;left:18px;margin-top:-20px;}

.home-page_04{position:relative;padding:115px 0 90px;overflow:hidden;min-height:477px;}
.home-page_04 .hm-p4-img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    overflow:hidden;
}
.home-page_04 .hm-p4-img img{
    /* width:100%; */
    height:100%;
    animation: fd 15s linear 0s infinite;
    -webkit-animation: fd 15s linear 1s infinite;
}
@-webkit-keyframes fd{
0%{-webkit-transform:scale(1);}
50%{-webkit-transform:scale(1.1);}
100%{-webkit-transform:scale(1);}
}
@keyframes fd{
0%{transform:scale(1);}
50%{transform:scale(1.1);}
100%{transform:scale(1);}
}
.hm-p4-txt{color:#fff;}
.hm-p4-txt .hm-p4-date{width:100px;height:100px;border:1px solid #fff;padding:16px 10px;margin-bottom:24px;}
.hm-p4-txt .hm-p4-date p{font-size:27px;margin-bottom:0;}
.hm-p4-txt .hm-p4-date p.small{font-size:20px;}
.hm-p4-txt .hm-p4-p{line-height:22px;color:#fff;margin-bottom:15px;height:88px;overflow:hidden;}
.hm-p4-more a{color:#fff;}
.sh{display:none;}
.roll{
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn;
}
.animate1 {
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
.animate2 {
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: .6s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: .6s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: .6s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: .6s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
.animate3 {
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: 1s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: 1s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: 1s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
@-webkit-keyframes rollIn {
    0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
    100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
    0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
    100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
    0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
    100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
    0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
    100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.footer{padding:42px 0;border-top:1px solid #eee;}
.ft-l,.ft-nav .ft-nav-item dl dd{font-size:13px;/* font-family:"simsun","Helvetica Neue", Helvetica, Arial, sans-serif; */line-height:25px;color:#4a4a4a;}
.ft-nav .ft-nav-item{/* width:20%; */float:left;text-align:right;margin-left:10%;}
.ft-nav .ft-nav-item dl{display:inline-block;text-align:left;}
.ft-nav .ft-nav-item dl dt{font-weight:normal;font-size:13px;margin-bottom:18px;}
.ft-nav .ft-nav-item dl dt a{color:#000;}
.ft-nav .ft-nav-item dl dd a{color:color:#4a4a4a;}
.footer .icp{background:#565656;color:#fff;line-height:54px;font-family:"simsun",Arial,"Helvetica Neue", Helvetica, sans-serif;font-size:12px;}
.float{position:fixed;right:0;top:200px;z-index: 999;}
.float>ul>li{background:#36af35;margin-bottom:1px;position:relative;}
.float>ul>li>a{display:block;width:90px;height:90px;}
.float>ul>li a.float-icon_01{background:url(../Images/icon_01.png) center no-repeat;}
.float >ul>li a.float-icon_02{background:url(../Images/icon_02.png) center no-repeat;}
.float >ul>li a.float-icon_03{background:url(../Images/icon_03.png) center no-repeat;}
.float>ul>li a.float-icon_04{background:url(../Images/icon_04.png) center no-repeat;}

.mid-nav{border-bottom:1px solid #eee;margin-bottom:80px;background:#fff;}
.mid-nav .mid-nav-ul li{float:left;border-left:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:-1px;}
.mid-nav .mid-nav-ul li+li{border-right:1px solid #eee;margin-right:-1px;}
.mid-nav .mid-nav-ul li a{display:block;padding:20px 65px;font-size:15px;}
.mid-nav .mid-nav-ul li.on a{background:#36af35;color:#fff;}
.product-nav ul{text-align:left;border-bottom:3px solid #36af35;overflow:hidden;margin-bottom:60px;}
.product-nav ul li{display:inline-block;width:160px;margin:12px 6px -1px;border:1px solid #eee;}
.product-nav ul li a{display:block;line-height:42px;font-size:16px;margin:-1px;text-align:center;}
.product-nav ul li.on a{background:#36af35;color:#fff;}
.product-wrap a{display:block;padding-bottom:15px;border-bottom:1px solid #eee;margin-bottom:50px;}
.product-wrap a:hover{color:#000;}
.pro-item-img{margin-bottom:10px;height:0;width:100%;padding-bottom:83.3333333333333332%;position:relative;overflow:hidden;}
.pro-item-img img{position:absolute;top:0;left:0;width:100%;}
.product-wrap a p{font-size:12px;font-family:"simsun",Arial,"Helvetica Neue", Helvetica, sans-serif;line-height:30px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
i.pro-more{display:block;width:20px;height:20px;background:url(../Images/icon_more.jpg);}
.product-wrap a .pro-m{position:relative;padding-right:30px;}
.product-wrap p i.pro-more{position:absolute;top:5px;right:0;}
.product-wrap.row{margin-right:-11px;margin-left:-11px}
.product-wrap.row>div{padding-right:11px;padding-left:11px;}
.page{margin-bottom:50px;}
.pro-s2-m .pro-item-img_02{border:2px solid #eee;margin-bottom:8px;}
.product-wrap a p.pro-t_02{font-size:24px;padding:0 15px;background:#a6ca12;color:#000;}
.product-wrap_02 a.pro-s2-m{padding-bottom:0;border:0;margin-bottom:15px;}
.product-wrap_02{margin-bottom:55px;}
.product-s2-logo{margin-bottom:35px;}
.mes-tit{text-align:center;font-size:20px;color:#929292;padding-bottom:20px;border-bottom:1px solid #eee;margin-bottom:70px;}
.mes-icon{width:116px;height:116px;border-radius:116px;border:2px solid #e9e9e9;margin:0 auto 8px;}
.mes-icon_01{background:url(../Images/icon_mes_01.jpg) center no-repeat;}
.mes-icon_02{background:url(../Images/icon_mes_03.jpg) center no-repeat;}
.mes-icon_03{background:url(../Images/icon_mes_06.jpg) center no-repeat;}
.mes-icon_04{background:url(../Images/icon_mes_08.jpg) center no-repeat;}
.mes-p{text-align:center;}
.mes-p p{font-size:15px;color:#929292;padding:0 15px;}
.mes-input .mes-in-li{width:50%;float:left;padding-right:5px;margin-bottom:25px;}
.mes-input .mes-in-li input{width:100%;height:44px;margin-right:5px;border:2px solid #e6eded;color:#e6eded;padding:0 15px;}
.mes-input .mes-in-li + .mes-in-li {padding-left:5px;padding-right:0;}
.message-con {width:90%;margin:0 auto;padding:85px 0 165px;}
.mes-tear textarea{width:100%;min-height:150px;padding:15px;border:2px solid #e6eded;color:#e6eded;margin-bottom:30px;}
.mes-sub input{width:100%;border:0;outline:none;background:#36af35;color:#fff;font-size:18px;height:44px;}
.product_color .mid-nav .mid-nav-ul li a,.partner .mid-nav .mid-nav-ul li a{padding:20px 50px;}

.proCol-logo{margin-bottom:50px;}
.product_color{background:url(../Images/color_bg.jpg);}
.pro-color{margin-bottom:30px;}
.proCol-bt{margin-bottom:74px;}

.partnerow{margin-right:-10px;margin-left:-10px;}
.col-5-x{width:20%;padding-right:10px;padding-left:10px;float:left;}
.partner-logo{border:1px solid #ccc;margin-bottom:80px;}
.overhide{overflow:hidden;}
.border-b2{border-bottom:1px dotted #ccc;margin-bottom:70px;}
.down-item{padding-bottom:50px;}
.down-item .dowm-img{border:1px solid #eee;position:relative;margin-bottom:30px;}
.down-item .dowm-img .downH{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:2px solid #36af35;background:rgba(54,175,53,0.54);display:none;}
.down-item a:hover .dowm-img .downH{display:block;}
.down-item p{text-align:center;line-height:24px;height:48px;overflow:hidden;margin-bottom:0;}

.news-wrap{margin-bottom:50px;margin-top:-50px;}
.news-wrap .row{margin-right:0;margin-left:0;}
.news-wrap .row>div{padding-right:0;padding-left:0;}
.news-limg{display:block;padding-right:30px;}
.news-date h1,.news-date h4{padding-left:15px;color:#adadad;font-family:Arial;font-weight:bold;}
.news-date h1{margin-top:0;}
.news-wrap .news-item{padding-top:50px;padding-bottom:30px;border-bottom:1px solid #dadbdd;}
.news-tit,.news-txt{font-family:"simsun",Arial,"Helvetica Neue", Helvetica, sans-serif;}
.news-tit a{font-size:16px;color:#6c6c6c;font-weight:bold;}
.news-tit a:hover{color:#36af35;}
.news-txt{line-height:22px;margin-top: 12px;height:66px;overflow:hidden;}
.news-txt a{font-size:12px;color:#94959a;}
.news-more{margin-top:20px;}
.news-more a{display:block;width:36px;height:36px;background:url(../Images/news_icon.png);}
.news-more a:hover{background:url(../Images/news_iconH.png);}
.down .row{margin-right:-7px;margin-left:-7px;}
.down .row > div{padding-right:7px;padding-left:7px;}
.pro-s4-bg{background:url(../Images/pro_s4_bg.png) right 200px no-repeat;}


.float-box {
    position: absolute;
    top: 0px;
    right: 88px;
    padding-right: 25px;
    display: none;
}
i.inco-sj {
    display: block;
    width: 13px;
    height: 16px;
    background: url(../Images/02index-spri.png) no-repeat 0 -2226px;
    position: absolute;
    right: -13px;
    top: 26px;
}
.float-box-c {
    border: 1px solid #ccc;
    border-top: 4px solid #36af35;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    position: relative;
}
.online-a .float-box-c {width:300px;}
.online-b .float-box-c {width:300px;}
.online-c .float-box-c {width:198px;}
.inco_pep {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url(../Images/float_pep.jpg) left center no-repeat;
    float: left;
}
.float-box-ct p, .float-box-ccb p {
    float: left;
    color: #36af35;
    font-size: 24px;
    line-height: 28px;
}
.float-box-ct p i, .float-box-ccb p i {
    display: block;
    font-size: 14px;
    color: #aaa;
    font-style: normal;
}
.float-box-cc {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e4e4e4;
}
.float-box-cc h4 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
}
.float-box-cc ul li {
    float: left;
    width: 50%;
}
.float-box-cc ul li a {
    display: inline-block;
    color: #999;
    font-size: 13px;
    padding-left: 43px;
    background: url(../Images/q1.jpg) no-repeat left 3px;
    line-height: 36px;
}
.inco-clock {
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    background: url(../Images/inco_clock.jpg) left top no-repeat;
}
.online-a:hover .float-box{display:block;}
.online-b:hover .float-box{display:block;}
.online-c:hover .float-box{display:block;}
.hed-tel div{
	width:100%;
	margin:-25px 0px 10px 0px;
	text-align: center;
}
.hed-tel div a{
	background: none !important;
    height: 20px !important;
    line-height: 20px !important;
    color: #666 !important;
    padding: 0px 10px;
    font-size: 14px !important;
    border-radius: 0px !important;
}
.hed-tel div .china{
border-right:1px solid #999;	
}