@charset "gb2312";
body{
    font-family:"microsoft yahei",Arial,Helvetica,sans-serif;
    padding:0;
    margin:0;
}
p{
    color:#424242;
}
a{
    text-decoration: none;
}
div{
    padding:0;
    margin:0;
}
img{
    vertical-align:middle;
}
ul,ol,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
    margin:0;
    padding:0;
    list-style:none;
}
.header{
    height:112px;
    background-color:#fff;
    position:fixed;
    width:100%;
    z-index:999;
}
.header_inner{
    height:112px;
    width:980px;
    margin:0 auto;
}
.logo {
    padding-top:35px;
    float: left;
}
.nav li{
    float:left;
    height: 108px;
}
.nav li a{
    color:#666666;
    padding:0px 14px 0px 14px;
    font-size: 16px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    position: relative;
    display: block;
    line-height: 108px;
    height: 108px;
    border-bottom: 4px solid #fff;
}
.nav li a:hover{
    border-color: #dd1e32;
}
.nav li a>span{
    position: absolute;
    z-index: 999999999;
    top: 36px;
    left: 23px;
    font-size: 12px;
    color: #b2b2b2;
    line-height: 0px;
}
.nav{
    float:right;
}

/*banner?Ã¹?Â½*/
.banner{
    height:608px;
    width:100%;
    background: url("../images/banner.jpg") no-repeat center;
    background-size: inherit;
    overflow-x: hidden;
    margin-top:112px;
}
.banner_inner>a{
    display: block;
    width: 222px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    float: right;
    font-weight: bold;
    color: #dd1e32;
    background-color: #fff;
    margin-top: 487px;
}
.banner_inner>.banner_inner_a{
    color: #fff;
    background-color: #dd1e32;
}
.banner_inner{
    width:980px;
    margin: 0 auto;
}
/*?Ã·?Ã¥????*/
.main{
    width:980px;
    margin:0 auto;
    text-align: center;
}
/*?Ã®?Â¿????*/
.ADVANTAGE{
    margin-bottom:31px;
}
.ADVANTAGE>h3{
    color:#666;
    font-size: 36px;
    line-height:36px;
    padding-top:53px;
}
.ADVANTAGE>h3>span{
    color:#ff0042;
    font-weight: bold;
}
.ADVANTAGE>h3 b {
    display: block;
    width:auto;
    height:15px;
    background-color: #ff0042;
    margin:0 auto;
    margin-bottom:8px;
    padding-top: 10px;
    background: url('../images/sin_icon.png') no-repeat bottom center;
}
.ADVANTAGE>h3 span{
    display: block;
    font-size: 18px;
    color: #999999;
    font-weight: normal;
    line-height: 18px;
    height: 18px;
}

.triple{
    margin-bottom:56px;
}
.triple>ul:after{
    content: '';
    display: block;
    clear: both;
}
.triple>ul>li{
    width:325px;
    height:190px;
    float:left;
    border-right:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
.triple>ul>.top{
    border-top:1px solid #e5e5e5;
}
.triple>ul>.left{
    border-left:1px solid #e5e5e5;
}
.triple>ul>.li_last_child{
    margin-right:0px;
}
.triple>ul>li>.p_h3{
    font-size: 30px;
    font-weight: bold;
    width: 60px;
    height:60px;
    line-height: 60px;
    color:#ffffff;
    margin: 0 auto;
    margin-top:37px;
    margin-bottom:15px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    background: url("../images/c.png") no-repeat;
}
.triple>ul>.backg{
    background: #f5f5f5;
}

.triple>ul>li>.p_h4{
    color:#ff0042;
    font-size: 24px;
    margin-bottom:11px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    font-weight: bold;
}
#triple>ul>li .txtcolor{
    color:#fff;
}
.triple>ul>li>.triple_title{
    color: #dd1e32;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    padding-left: 26px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 8px;
    padding-top: 43px;
}
.triple>ul>li>.triple_main{
    padding:0 26px;
    text-align: justify;
}
.triple>ul>li>.triple_main>span{
    color: #dd1e32;
}
.triple>ul>li>p{
    font-size: 16px;
    margin-bottom:9px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
.CONDITIONS{
    width:100%;
    background-color: #f1f1f1;
    background-image: url('../images/zhuanjia_09.gif');
    background-repeat:no-repeat ;
    background-position: top center;
}
.CONDITIONS_inner{
    width:980px;
    margin: 0 auto;
    text-align: center;
    padding-bottom:94px;
}
/*°¸ÀýÖÐÐÄ*/
.cgal{
    background: url('../images/anlibackg_15.jpg') no-repeat top center;
}
.cgal_inner{
    width: 980px;
    margin: 0 auto;
    text-align: center;
}
.cgal_inner>ul{
    float:left;
}
.cgal_inner>ul>li{
    width: 396px;
    padding-left: 80px;
    background: url('../images/number_19.gif') no-repeat top left;
    border-bottom: 1px solid #e6e6e6;
    height: 149px;
    margin-bottom: 38px;
}
.cgal_inner>ul>li>p{
    padding-top: 6px;
    color: #666666;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
    padding-bottom: 17px;
}
.cgal_inner>ul>li>a{
    display: block;
    float:left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color:#fff;
    background: #d4d4d4;
}
.cgal_inner>dl{
    float:left;
    width: 176px;
    margin-right: 25px;
    color: #666666;
    margin-bottom: 1px;
    transition:all .35s linear;
    -webkit-transition: all .35s linear;
    -o-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -webkit-transition: all .35s linear;
}
.cgal_inner>dl>dt{
    border:1px solid #e6e6e6;
    transition:all .35s linear;
    -webkit-transition: all .35s linear;
    -o-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -webkit-transition: all .35s linear;
}
.cgal_inner>dl>dd{
    font-size: 16px;
    line-height: 24px;
    padding: 14px 10px 33px 10px;
}
.cgal_inner>dl:hover{
    background-color: #dd1e32;
    color: #fff;
}
.cgal_inner>dl>dt:hover{
    border:1px solid #dd1e32;
}
.anli_more{
    background: #dd1e32;
    color: #fff;
    font-weight: bold;
    width: 173px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    display: block;
    margin: 0 auto;
    margin-bottom: 56px;
}
/* ÏîÄ¿½éÉÜ*/
.xmjs{
    width: 100%;
    background-color: #f3f3f3;
    background-image: url('../images/zhuanjia_09.gif');
    background-position: top center;
    background-repeat: no-repeat;
}
.xmjs_inner{
    width: 980px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 33px;
}
.xmjs_inner_p{
    font-size:24px;
    line-height: 36px;
    color: #666;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 43px;
}
.xmjs_inner_p>span{
    color:#dd1e32;
}
.qie_huan{
    height: 48px;
    margin-bottom: 29px;
}
.qie_huan>li{
    float:left;
}
.qie_huan>li>a{
    width:186px;
    height: 46px;
    line-height:46px;
    font-weight:bold;
    color: #999999;
    text-align: center;
    display: block;
    float: left;
    border:1px solid #e6e6e6;
    background: #fff;
    margin-right: 10px;
    -webkit-transition: all .35s linear;
    -o-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -webkit-transition: all .35s linear;
}
.qie_huan>li>a:hover{
    background: #dd1e32;
    border: 1px solid #dd1e32;
    color: #ffffff;
}
.qie_huan>li>.qie_huan_hover{
    background: #dd1e32;
    border: 1px solid #dd1e32;
    color: #ffffff;
}
.triple_xmys_box{
    background: #fff;
    margin-bottom: 0;
}
.triple_xqtj_box{
    background: #f3fdff;
}
.triple_none_box{
    display: none;
}
.triple_show_box{
    display: block;
}
.xmjj_box{
    width:922px;
    border:1px solid #e6e6e6;
    padding: 28px;
}
.xmjj_box_p{
    width: 627px;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    float:left;
}
.xqlc_box{
    width: 978px;
    border:1px solid #e6e6e6;
    background-image: url('../images/liucheng_38.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    height:1146px;
}

/* ½ðÁªÈÙÓþ */
.jlry{
    background-color:#fff;
    background-image: url('../images/anlibackg_15.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}
.jlry_inner{
    width: 980px;
    margin: 0 auto;
    text-align: center;
}
.gaoguan{
    float:left;
    margin-right: 28px;
    border:1px solid #e6e6e6;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    margin-bottom: 28px;
}

.gaoguan>p{
    color: #666;
    font-size: 15px;
    line-height: 24px;
    width: 200px;
    padding-bottom: 2px;
    padding: 15px 11px 11px 11px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
.gaoguan_img{
    padding: 11px 11px 0px 11px;
    background: #fff;
}
.gaoguan_hover{
    border-color:#dd1e32;
}
.xmjj_box_p_hover{
    color:#fff !important;
    background:#dd1e32 ;
}
/*Ò³Î²ÑùÊ½*/
.footer{
    width:100%;
    background-color:#363636;
    background-image: url('../images/footer_back_07.gif');
    background-position: top center;
    background-repeat: no-repeat;
}
.footer_inner{
    width: 980px;
    text-align: center;
    margin:0 auto;
}
}
#footer{
    background-color: #1b1c1d;
    width: 100%;
}
.f_inner{
    width:1084px;
    margin: 0 auto;
    height:60px;
    position: relative;
}
.f_inner>p,.f_inner>p>a{
    line-height:60px;
    color:#fff;
    font-size: 13px;
}
.f_inner>p,.f_inner>p{
    float: left;
}
.f_inner>span{
    display: inline-block;
    line-height: 60px;
    width:30px;
    height:30px;
    background-image:url("../images/sanfan.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}
.f_inner>.qq{
    background-position: -40px 0px;
}
.f_inner>.weixin{
    background-position: -80px 0px;
}
.weixinh{
    width:140px;
    height:188px;
    position: absolute;
    left: 939px;
    display: none;
    bottom:52px;
    z-index:9999;
}
.weibo a{
	display:block
}
/*³£¼ûÎÊÌâÇÐ»»*/
.faq_inner_left>div,.faq_inner_right>div{
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
.faq_inner_left>div>.tit,.faq_inner_right>div>.tit{
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
.faq_inner_left>div>.tit,.faq_inner_left>div>.tit>span,.faq_inner_right>div>.tit,.faq_inner_right>div>.tit>span{
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
.faq_inner_left>div>.tit,.faq_inner_left>div>.tit>s,.faq_inner_right>div>.tit,.faq_inner_right>div>.tit>s{
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
.faq_inner_left>div>.tit,.faq_inner_left>div>.tit>i,.faq_inner_right>div>.tit,.faq_inner_right>div>.tit>i{
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
.faq_inner_left>div>.tit,.faq_inner_left>div>.con,.faq_inner_right>div>.tit,.faq_inner_right>div>.con,.faq_inner_right>div>.con .te{
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
.FAQ_tran{
    background-color:#ff0042;
}
#t .titt{
    background-color:#ff0042;
}
#t .txt{
    color:#ff0042;
}
#t .s{
    border-left:15px solid #ff0042;
}
#t .i{
    background: url("../images/2.png") no-repeat;
}
#t .back{
    border-color: #ff0042;
}
#r .titt{
    background-color:#ff0042;
}
#r .txt{
    color:#ff0042;
}
#r .s{
    border-right:15px solid #ff0042;
}
#r .i{
    background:url("../images/2.png") no-repeat;
}
#r .back{
    border-color: #ff0042;
}
#r .te{
    color:#ff0042;
}
#a{
    width:100px;
    height:100px;
    background-color:#ccc;
}
/* gotop */
#tbox{
	z-index: 30;
	width:47px;
	height:73px;
	float:right;
	position:fixed;
	_position:absolute;
	_bottom:auto;
	_top:	expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	_margin-bottom:10px;
}/*½â¾öIE6ÏÂ²»¼æÈÝ position:fixed µÄÎÊÌâ*/
#gotop{
	z-index: 30;
	display:none;
	width:50px;
	height:50px;
	background:url(../images/top01.png) no-repeat;
	position:absolute;
	top:0;
	cursor:pointer;
}
#gotop:hover{
	background:url(../images/top02.png) no-repeat;
}


/*¹«¹²ÑùÊ½*/
body{
    font-family:"microsoft yahei",Arial,Helvetica,sans-serif;
    color:#597799;
    padding:0;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
div{
    padding:0;
    margin:0;
}
img{
    vertical-align:middle;
    border:0px solid #fff;
}
.left{
    float:left;
}
.right{
    float:right;
}
.clear{
    clear:both;
}
ul,ol,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
    margin:0;
    padding:0;
    list-style:none;
}
/*Í·²¿ÑùÊ½*/

.header_inner{
    width:980px;
    margin:0 auto;
}


/*banner ÑùÊ½*/
.banner{
    height:608px;
    background: url('../images/banner.jpg') no-repeat center;
}
.banner>h1{
    display: none;
}
/*ËµÃ÷»á ÑùÊ½*/
.explanation{
    width:476px;
    height:369px;
}
.explanation_qie>a{
    width:140px;
    height:56px;
    line-height: 56px;
    font-size: 21px;
    display: block;
    float: left;
    text-align: center;
    color:#dd1e32;
    background: #fff;
}
.explanation_qie>.explanation_a{
    background: #dd1e32;
    color: #fff;
}
.qie_none{
    display: none;
}
.qie_jiangzuo{
    width:418px;
    height: 281px;
    background-color: #dd1e32;
    padding: 0 29px;
}
.qie_jiangzuo_title{
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    color: #fff;
    padding-bottom:27px ;
}
.qie_jiangzuo_main{
    font-size: 24px;
    color: #fff;
}
.qie_jiangzuo_main>span{
    font-weight: normal;
}
.qie_show{
    display: block;
    padding-top: 24px;
    font-weight: bold;
}

/*ÁªÏµ·½Ê½ ÑùÊ½*/
.information{
    background: url('../images/indesa_03.jpg') top center no-repeat;
    width:100%;
    margin-bottom: 71px;
}
.information_inner{
    width:980px;
    margin:0 auto;
    padding: 56px 0 0 0;
}
.information_lie>li{
    float: left;
}
.information_lie_weixin_p{
    color:#fff;
    font-size: 18px;
    text-align: center;
    width:146px;
    padding-top: 7px;
}
.information_xian{
    width:1px;
    height:140px;
    background: #ef908c;
}
.weixin{
    width:222px;
}
.communicate{
    padding: 0px 52px 26px 28px;
}
.communicate>a{
    display: block;
}
.zx{
    margin-bottom: 24px;
}
.tel{
    width: 504px;
}
.tel>a{
    display: block;
    float: left;
    padding-left: 27px;
}
.information_left,.information_right{
    float: left;
    width:476px;
}
.information_left{
    margin-right: 26px;
    margin-top: 97px;
    border:1px solid #ebd8af;
    position: relative;
}
.information_left_icon{
    position: absolute;
    height: 28px;
    width: 56px;
    line-height: 28px;
    background: #dd1e32;
    top:-16px;
    left: 27px;
}
.information_left_icon>p{
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.information_left>p{
    color: #dd1e32;
    font-size: 24px;
    font-weight: bold;
    padding: 21px 27px;
}
.information_left>p>a{
    color: #97624b;
    font-weight: normal;
    font-size: 18px;
    text-align: justify;
}
.information_left>p>a>span{
    color: #dd1e32;
}
.information_right{
    margin-top: -3px;
}
/*ÐÐÒµ¾ÞÈË*/
.news_inner{
    width: 980px;
    margin: 0 auto;
}
.news_title{
    background: url('../images/news_10.png') no-repeat center;
    height:113px;
    text-align: center;
}
.ming{
    height:75px;
    background: url('../images/sheng_05.gif') no-repeat left bottom;
    border-bottom:1px solid #be9969;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.ming_title{
    font-size: 18px;
    color:#be9969;
    text-align: right;
    width:425px;
    padding-right: 9px;
    border-bottom: 4px solid #e00000;
    line-height: 29px;
    padding-top: 9px;
    font-weight: lighter;
    padding-left: 41px;
}
.ming_title>span{
    font-size: 40px;
    font-weight: bold;
    color: #e00000;
}
.sheng_p{
    font-size: 24px;
    color:#97624b ;
    line-height: 40px;
    padding-bottom: 49px;
}
.sheng_p>span{
    color: #e00000;
    font-weight: bold;
}
.sheng_banner{
    width: auto;
    height:145px;
    background: url('../images/baner_sim_10.gif') no-repeat center;
    margin-bottom: 84px;
}
.sheng_banner>p{
    font-size: 18px;
    color: #ebd8af;
    line-height: 27px;
    width: 450px;
    padding-left: 504px;
    padding-top: 23px;
}
.news_title>p{
    font-size: 24px;
    color:#253f70;
    padding-top: 24px;
}
.news_bft{
    height:235px;
    position: relative;
}
.news_bft_inner{
    width:980px;
    background: url('../images/new_bfe_07.jpg') no-repeat center;
    height:235px;
    margin: 0 auto;
}

.news_bft_left{
    position: absolute;
    width: 100%;
    height: 235px;
    background: url('../images/new_bfe_06.jpg') no-repeat right;
    top:0;
    left:-80px;
}
/*powerful*/
.powerful{
    background: url('../images/lun_bac_05.jpg') no-repeat center;
    height: 796px;
    margin-bottom: 84px;
}
.powerful_inner{
    width: 980px;
    margin: 0 auto;
    padding-top: 28px;
}
.ming_qiang{
    background: url('../images/qiang_14.gif') no-repeat top;
    background-position-x: 549px;
}
.ming_title_qiang{
    float: right;
}

/*success*/
.success_inner{
    width: 980px;
    margin: 0 auto;
    margin-bottom: 84px;
}
.jia{
    background: url('../images/jia_08.jpg') no-repeat top left;
}
.success_inner_p{
    font-size: 18px;
    color: #97624b;
    line-height: 27px;
}
.success_inner_p>span{
    color: #e00000;
    font-weight: bold;
}
.success_inner_p_a{
    padding-top: 22px;
    padding-bottom: 46px;
}
.success_inner_p_a>a{
    font-size: 18px;
    color: #97624b;
    line-height: 27px;
    text-decoration: underline;
}
.anli{
    text-align: center;
    position: relative;
    padding-bottom: 21px;
}
.anli>b{
    font-size: 24px;
    color: #97624b;
}
.anli>span{
    position: absolute;
    display: block;
    width:413px;
    height:1px;
    background: #97624b;
}
.anli_left,.anli_right{
    top:15px;
}
.anli_left{
    left:0;
}
.anli_right{
    right:0;
}
/*quebec*/
.quebec{
    background: url('../images/cuibeike_18.jpg') no-repeat top center;
}
.quebec_inner{
    width: 980px;
    margin: 0 auto;
    padding-bottom: 65px;
}
.quebec_cui{
    width: 504px;
    height: 167px;
    background: #e00000;
}
.quebec_cui>p{
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    line-height: 30px;
    text-align: right;
    padding-right: 28px;
    padding-top: 47px;
}
.quebec_cui>p>span{
    font-size: 40px;
    font-weight: bold;
}
.quebec_main{
    height: 516px;
    padding-top:21px ;
}
.quebec_main>p{
    width: 476px;
    color: #fff;
    text-align: justify;
}
.shenqing{
    color: #97624b;
    font-size: 18px;
    line-height: 27px;
    padding-top: 28px;
    text-align: justify;
}
.full_inner{
    width: 980px;
    margin: 0 auto;
    padding-bottom: 88px;
}
.rong{
    background: url('../images/rong_21.jpg') no-repeat top left;
}
.show{
    width:980px;
    margin: 0 auto;
    position: relative;
}
.show_title{
    color:#253f70;
    font-size: 24px;
    padding-bottom: 28px;
}

.renwu{
    width:980px;
    margin: 0 auto;
}

.bft_img{
    padding-left:460px;
    padding-top: 28px;
}
.btf_img1{
    padding-right: 30px;
}

.new_more{
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    color:#fff;
    background: #da3e4d;
    text-align: center;
    float: right;
    position: absolute;
    bottom:0;
    right:0;
}


.nav>li>a:hover{
    color:#e00000;
    font-weight: 800;
}

#baoming_new>p{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
#baoming_new>p>span{
    font-weight: bold;
}
#baoming_new{
    padding-top: 24px;
    background: #dd1e32;
    padding-left: 28px;
    padding-right: 28px;
}
.footer{
    width:100%;
}
#footer{
    background-color: #1b1c1d;
    width: 100%;
    height:60px;
    overflow-y:hidden ;
}
#footer{
    background-image: url('../images/bg_02.png');
}
.f_inner{
    width:1084px;
    margin: 0 auto;
    height:60px;
    position: relative;
}
.f_inner>p,.f_inner>p>a{
    line-height:60px;
    color:#fff;
    font-size: 13px;
}
.f_inner>p,.f_inner>p{
    text-align: center;
}
.f_inner>span{
    display: inline-block;
    line-height: 60px;
    width:30px;
    height:30px;
    background-image:url("../images/sanfan.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}
.f_inner>.qq{
    background-position: -40px 0px;
}
.f_inner>.weixin{
    background-position: -80px 0px;
}
.tel_lxb_none{
    display: none;
}
.tel_lxb_show{
    display: block;
}

.ADVANTAGE>h3>.footer_icon{
    background: url('images/about_icon_07.png') no-repeat center;
}
