.footer {
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    width: auto;
    height: auto;
    padding: 30px 0 32px 0;
}

.footer .g-address, .footer .g-contact {
    border-right: 1px solid #ededed;
}

.footer .g-address a {
    color: #717171;
    font-size: 14px;
}

.footer .g-address span {
    border-left: 2px solid #ccc;
    padding-left: 26px;
    margin-left: 26px;
}

.footer .g-contact, .footer .focusus {
    padding-left: 5%;
}

.footer .g-contact .g-contacthd {
    background: url(../images/contacthdbg.png) no-repeat 0 center;
    padding-left: 32px;
}

.footer .g-contact p {
    padding-left: 30px;
}

.footer .focusushd i {
    font-size: 20px;
    vertical-align: bottom;
    padding-right: 10px;
}

.footer .focusushd {
    background: url(../images/focusushd.png) no-repeat 0 center;
    padding-left: 24px;
    margin-left: -4px;
}

.footer .focusus a {
    width: 32px;
    height: 74px;
    display: block;
    margin-top: 0;
}

.footer .focusus .foc {
    width: 32px;
    height: 32px;
    overflow: hidden;
    float: left;
    margin-left: 17px;
    margin-right: 6px;
}

.footer .focusus .focususwx {
    background: url("../images/focususbg.png") no-repeat 0 0;
}

.footer .focusus .focususqq {
    background: url("../images/focususbg.png") no-repeat -56px 0;
}

.footer .focusus .focususwb {
    background: url("../images/focususbg.png") no-repeat -110px 0;
}

@media (max-width: 1200px) {
    .footer {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .g-address span {
        padding-left: 10px;
        margin-left: 10px;
    }

    .footer .g-address {
        border: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .footer {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .g-address span {
        padding-left: 10px;
        margin-left: 10px;
    }

    .footer .g-address {
        border: 0;
    }
	.jiuyi-foot1 {width:100%}
	.foot-special {display:none;}
}

@media screen and (max-width: 768px) {
    .footer {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .g-address span {
        padding-left: 10px;
        margin-left: 10px;
    }

    .footer .g-address {
        border: 0;
    }
	
	.jiuyi-foot1 {width:100%}
	.foot-special {display:none;}
	
	
	
	
}

/*.foc-bg{*/
/*position: relative;*/
/*}*/
/*.foc-ewm{*/
/*position: absolute;*/
/*width: 152px;*/
/*height: 126px;*/
/*!*background: #000000;*!*/
/*top: -95px;*/
/*left: 17px;*/
/*display: none;*/
/*text-align: center;*/
/*!*line-height: 200px;*!*/
/*box-shadow: 0 0 1px #000;*/
/*!*display: none;*!*/
/*}*/
.foc-ewm {
    position: absolute;
    width: 116px;
    height: 116px;
    top: -95px;
    left: 34px;
    display: none;
    text-align: center;
    box-shadow: 0 0 1px #000;
    padding: 7px;
    border: 1px solid #dedede;
    background: #fff;
}

.foc-ewm .foc-ewm-arrow1 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dedede;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
}

.foc-ewm .foc-ewm-arrow2 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
}

.footer .g-address .kppw-tit a {
    font-size: 12px;
}

.g-copyright {
    width: 267px;
    height: 140px;
    position: fixed;
    left: 0;
    bottom: 30px;
    padding: 10px;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
}
.g-copyright .closes{
    position: absolute;
    right: 6px;
    top: 0;
    font-size: 12px;
}
.g-copyright p {
    text-indent: 29px;
}

/* animation */
.a-fadeinT{
    -webkit-animation: 1s ease-out backwards;
    -moz-animation: 1s ease-out backwards;
    -o-animation: 1s ease-out backwards;
    animation: 1s ease-out backwards;
}

.a-fadeinT {
    -webkit-animation-name: fadeinT;
    -moz-animation-name: fadeinT;
    -ms-animation-name: fadeinT;
    animation-name: fadeinT;
}
/* 淡入-从上 */
@-webkit-keyframes fadeinT{
    0%{opacity:0;-webkit-transform:translateY(-100px);}
    100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeinT{
    0%{opacity:0;-moz-transform:translateY(-100px);}
    100%{opacity:1;-moz-transform:translateY(0);}
}
@-ms-keyframes fadeinT{
    0%{opacity:0;-ms-transform:translateY(-100px);}
    100%{opacity:1;-ms-transform:translateY(0);}
}
@keyframes fadeinT{
    0%{opacity:0;transform:translateY(-100px);}
    100%{opacity:1;transform:translateY(0);}
}

.form-control:focus{
    border-color: #66afe9!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus{
    border-color: #66afe9!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
}

/*footer 6.0修改  */

.jiuyi-foot1{width:100%;margin-top:20px;font-family: Tahoma,"Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;}
.foot-special{height: 100px; background: #333333;}
.product-footer{background:#ffffff;}
.fast-good-ul{padding: 28px 0px; height: 44px;}
.bottfooter{border-top: 1px solid #4d4d4d;}
.fast-good-ul li{width:295px; float: left;}
.fast-good-ul .fast-good-icon{background: url(/img/fast-good-icon.png); display: block; width:42px; height: 44px;;}
.fast-good-ul .expert{background-position: 0 0;}
.fast-good-ul .fast{background-position: -50px 0;}
.fast-good-ul .good{background-position: -100px 0;}
.fast-good-ul .province{background-position: -150px 0;}
.fast-good-ul li.first{margin-left: 20px;}
.fast-good-comm{margin-left: 20px;}
.fast-good-comm h2{font-size: 16px; color: #FFFFFF; margin: 2px 0 11px 0; line-height: 16px; font-weight: bold;}
.fast-good-comm p{font-size: 14px; color: #999999; line-height: 14px;}
.jiuyi-foot1 .jiuyi-footTop{background-color:rgb(3,3,3); width:100%; min-width: 1200px; }
.jiuyi-foot1 .jiuyi-footBottom{background-color:rgb(3,3,3); width:100%; min-width: 1200px; height:82px;}
.xiantiao {background-color:rgb(3,3,3); width:100%; min-width: 1200px;}
.footer-border {width:1200px;margin:0 auto;border-bottom:1px solid rgb(3,3,3);}
.footUl div{width:100px; float: left; margin-right:110px;}
.footUl div.last{padding-right:60px}
.footUl div h5{font-size:16px; line-height: 16px; color: #FFFFFF; margin-bottom: 20px;}
.footUl div a{display: block; font-size:14px; color: #808080; line-height: 14px; margin-bottom: 10px;}
.footUl div a:hover{cursor: pointer; color: rgb(255,104,0);}
.footLeft{padding: 30px 0px 0px 0px;margin-left:60px;}
.footCode{margin-top:22px;margin-right:60px;}
.footCode .code-img{float:left; width:104px; text-align:center;}
.footCode .code-img p{font-size:14px; color:#cccccc; line-height:14px; margin-top:12px;}
.footCode .code-img img{display: block;width:104px; height:104px;}
.footCode .codeImg{margin-right:30px;}
.footUl{padding-right: 11px;}
.footP{float: left; margin-left: 32px; margin-top:20px; text-align:center;}
.footP h3{font-size:24px; line-height: 24px; color: #FFFFFF; margin-bottom: 22px; font-family: arial;}
.footP .week{font-size:14px; color: #cccccc; line-height: 14px; margin-bottom: 30px;}
.footP .wbicon{width:35px; height:27px; }
.footP .wbspan{font-size: 14px; color: #FFFFFF; line-height: 14px; padding: 0px 9px 0px 5px;}
.footP a{width:73px; height:24px; background: #4cc33c; text-align: center; color: #FFFFFF; line-height: 24px; font-size:14px;}
.footP a,.footP .wbspan,.footP .wbicon{vertical-align:middle; display: inline-block;}
.friend-left{font-size:12px; color: #808080; line-height: 12px;}
.friend-right{padding-bottom:16px;}
.friend-right a{font-size:12px; color: #808080; line-height: 12px; margin-bottom: 14px; display: inline-block; margin-right: 20px;}
.foot-friend{padding-top: 16px;}
.footbot{text-align: center; padding: 30px 0px 0px 0px;}
.footbot p{display:block;margin:0 auto;font-size:12px; color:rgb(52,52,52); line-height: 12px; margin-bottom: 11px;text-align:center;}
.footbot p span { color:rgb(52,52,52);}
.footbot img{padding: 0px 15px 0px 0px;}
.jiuyi-foot1 .product-center{background:#ffffff;}
.friend-right a:hover{cursor: pointer; color: #00DA84;}
.clearfix{*zoom:1;}
.fl{float:left;}
.fr{float:right;}
.commWith{width:1200px; margin:0 auto;}
.clearfix:after{content:"";display:block;clear:both; height: 0; visibility: hidden;}
.clearfix2{clear: both; zoom: 1; display: block; }
@media screen and (min-width:641px){
.footer {display:none}
}
@media screen and (max-width:640px){ 

.jy-ggtop {display:none}
.brand-list {display:none}
#gffw-jy {display:none}
.jyfeilei {display:none}
.gg-jy {display:none}
.jy-imggg {display:none}
#jiuyi-copyright {display:none}

}
/*PC端页脚*/
#jiuyi-copyright{border-top:2px solid #FF0036;background:#000;text-align:left;min-height:177px;font-family: "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;}
#jiuyi-copyright .footer-otherlink,#jiuyi-copyright .footer-jyinfo{color:#fff;line-height:25px}
#jiuyi-copyright .footer-copyright,#jiuyi-copyright .footer-otherlink,#jiuyi-copyright .footer-jyinfo{width:1190px;margin:0 auto}
#jiuyi-copyright .footer-copyright{line-height:20px;background:#000;color:#a4a4a4;padding-top:5px;}
#jiuyi-copyright .footer-copyright a{color:#a4a4a4;margin-right:65px}
#jiuyi-copyright .footer-copyright b{display:block;color:#686868;font-weight:400}
#footer .server-num,#server-num{color:#000;font-size:11px;background:#000}
@media screen and (max-width:1210px){
#jiuyi-copyright .footer-copyright,#jiuyi-copyright .footer-otherlink,#jiuyi-copyright .footer-jyinfo{width:96%;}
}
#jiuyi-copyright .footer-copyright .footer-fp-img { display: block!important;}
.footer-jyinfo{color:#fff;line-height:25px}
.jiuyi-foot { padding:10px 0;}
.footer-jyinfo a{color:rgb(246,246,246);margin-right:3px;}
.footer-otherlink { padding-top:12px;}
.footer-otherlink a {color:rgb(246,246,246);margin-right:3px;}
.footer-otherlink span{margin:0 3px;}
.jybtimg {margin-top:10px;margin-bottom:25px;}
.jybtimg a img{width:90.73px;height:31px;margin-right:12px;float:left;}