/******************************** 公共style ******************************/
*{
    /*font-family:"Microsoft YaHei",微软雅黑 ,sans-serif;*/
    font-family: 'Helvetica Neue',Tahoma,Arial,PingFangSC-Regular,'Hiragino Sans GB','Microsoft Yahei',sans-serif;
    box-sizing: border-box;
}
.bodyFix{ position: fixed;width: 100%;}
body{background:#fff;color: #333;}
html{font-family: 'Helvetica Neue',Tahoma,Arial,PingFangSC-Regular,'Hiragino Sans GB','Microsoft Yahei',sans-serif; line-height: 1}
html,body,h1,h2,h3,h4,h5,h6,p,img,ul,li,dl,dt,dd,button{margin:0;padding:0;border:none;}
img{vertical-align: middle;}
ul,ol{list-style: none;}
a{ color: #333;text-decoration: none;}
input,button,textarea,select{border:none;outline: none;vertical-align: middle;}
.w1180{width: 1180px;margin:0 auto;}
.minW1180{min-width: 1180px;}
.clearFix::after,.clearFix::before{content: "";height: 0;line-height: 0;display: block;visibility: hidden;clear: both;}
.lf{float: left;}
.rt{float: right;}
[class^="icon_"]{background: url("../images/css_sprites.png") no-repeat;background-size: 240px 240px;display: inline-block;}
.boxSd8{
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 0 14px rgba(0,0,0,0.12);
    box-shadow: 0 0 14px rgba(0,0,0,0.12);
}
.mt24{margin-top:24px;}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.pd20{padding:20px;}
.pl20{padding-left: 20px}
.rad4{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    overflow: hidden;
}
.hEA54 a:hover,.hEA54.focus{color: #ea5404;}

/******************************** 头部导航 ******************************/
.header{
    background: #fff;
    height:84px;
    line-height: 84px;
}
.header .nav li{
    float: left;
    position: relative;
}
.header .nav li a{
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding:0 24px;
}

.header .nav li.focus>a,.header .nav li a:hover{
    background: #ea5404;
    color: #fff;
}

.header .nav .navDrop{
    display: none;
    overflow: hidden;
    position: absolute;
    width:100%;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);

    z-index: 1000;
}
.header .nav li:hover .navDrop{
    display: block;
}
.header .nav .navDrop a{
    line-height: 44px;
    padding:0;
    text-align: center;
}

/******************************** 内页banner ******************************/
.pageBanner{
    width:100%;
    min-width: 1180px;
    overflow: hidden;
}
.pageBanner img{
    width:1920px;

    height:130px;
    margin:0 auto;
}
/******************************** 面包屑 ********************************/
.crumbsBox{
    border-bottom: 1px solid #eaeaea;
    padding:18px 0;
    background: #fff;
}
.crumbs{
    font-size: 14px;
    color: #ccc;
}
.crumbs i.icon_crumb{
    display: inline-block;
    width:12px;
    height: 12px;
    background-position: -110px 0;
}
.crumbs a{
    color: #666;
}
.crumbs a:hover{
    color: #ea5404;
}
.crumbs .current{
    color: #999;
}


/******************************** footer ******************************/
footer{
    min-width: 1180px;
    background: #4d4d4d;
    padding:40px 0;
    color: #999;
}
footer .tel .icon_footTel{
    width: 18px;
    height: 48px;
    background-position: -80px 0;
    margin-top: 4px;

}
footer .tel p span{
    padding-left: 10px;
    display: block;
    overflow: hidden;
    color: #ccc;
}
footer .tel span:nth-of-type(1){
    font-size: 32px;
}
footer .tel span:nth-of-type(2){
    font-size: 13px;
    margin-top: 8px;
    color: #999;
}
footer .con{
    margin-left: 40px;
    border-left: 1px solid #666;
    padding-left: 40px;
}
footer .con .footMenu p a{
    font-size: 16px;
    color: #ccc;
    float: left;
    margin-right: 40px;
}
footer .con .footMenu p a:hover{
    color: #fff;
}
footer .con .footMenu p a:last-child{
    margin-right: 0;
}
footer .con .copy{
    margin-top: 20px;
}
footer .con .copy p{
    font-size: 13px;
    margin-top: 12px;
}
footer .con .copy p img{
    width:98px;
}



/******************************** 左侧Nav ********************************/
.lfNavBox,.rtListConBox{
    border:1px solid #eaeaea;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:20px;
}
/*标题*/
.lfNavBox .lfNavTit{
    background: url("../images/dian.jpg") repeat-x bottom;
}
.lfNavBox .lfNavTit p.eng{
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}

.lfNavBox .lfNavTit h3{
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
    border-bottom: 1px solid #ea5404;
    padding-bottom: 18px;
    /*position: relative;*/
    /*padding-left: 10px;*/
}
/*.lfNavBox .lfNavTit h3::before,.rtListConBox .lfNavTit h3::before{
    content: '';
    width: 4px;
    height: 18px;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}*/
/*内容*/
.lfNavBox{
    float: left;
    width:260px;
}
.lfNavBox .lfNavCon{
    margin-top: 20px;
}
.lfNavBox .lfNavCon li{
    margin-bottom: 14px;
}
.lfNavBox .lfNavCon li a{
    display: block;
    width:100%;
    height:44px;
    line-height: 44px;
    background: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding:0 10px;
    padding-left: 34px;
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    border-radius:22px;
}
.lfNavBox .lfNavCon li a.focus,.lfNavBox .lfNavCon li a:hover{
    background: #ea5404;
    color: #fff;
}
.lfNavBox .lfNavCon li a::before{
    content: '';
    display: inline-block;
    width:16px;
    height:16px;
    background: url("../images/css_sprites.png") no-repeat;
    background-position: 240px 240px;
    margin-right: 8px;
    position: absolute;
    left:10px;
    top:14px;
}
.lfNavBox .lfNavCon li.iconNav_1 a::before{
    background-position: 1px -120px;
}
.lfNavBox .lfNavCon li.iconNav_2 a::before{
    background-position: -24px -120px;
}
.lfNavBox .lfNavCon li.iconNav_3 a::before{
    background-position: -49px -120px;
}
.lfNavBox .lfNavCon li.iconNav_4 a::before{
    background-position: -73px -120px;
}
.lfNavBox .lfNavCon li.iconNav_5 a::before{
    background-position: -99px -120px;
}
.lfNavBox .lfNavCon li.iconNav_6 a::before{
    background-position: -125px -120px;
}
.lfNavBox .lfNavCon li.iconNav_7 a::before{
    background-position: -148px -120px;
}
.lfNavBox .lfNavCon li.iconNav_8 a::before{
    background-position: -172px -120px;
}
.lfNavBox .lfNavCon li.iconNav_9 a::before{
    background-position: -198px -120px;
}


.lfNavBox .lfNavCon li.iconNav_1 a:hover::before,.lfNavBox .lfNavCon li.iconNav_1 a.focus::before{
    background-position: 1px -146px;
}
.lfNavBox .lfNavCon li.iconNav_2 a:hover::before,.lfNavBox .lfNavCon li.iconNav_2 a.focus::before{
    background-position: -24px -146px;
}
.lfNavBox .lfNavCon li.iconNav_3 a:hover::before,.lfNavBox .lfNavCon li.iconNav_3 a.focus::before{
    background-position: -49px -146px;
}
.lfNavBox .lfNavCon li.iconNav_4 a:hover::before,.lfNavBox .lfNavCon li.iconNav_4 a.focus::before{
    background-position: -73px -146px;
}
.lfNavBox .lfNavCon li.iconNav_5 a:hover::before,.lfNavBox .lfNavCon li.iconNav_5 a.focus::before{
    background-position: -99px -146px;
}
.lfNavBox .lfNavCon li.iconNav_6 a:hover::before,.lfNavBox .lfNavCon li.iconNav_6 a.focus::before{
    background-position: -125px -146px;
}
.lfNavBox .lfNavCon li.iconNav_7 a:hover::before,.lfNavBox .lfNavCon li.iconNav_7 a.focus::before{
    background-position: -148px -146px;
}
.lfNavBox .lfNavCon li.iconNav_8 a:hover::before,.lfNavBox .lfNavCon li.iconNav_8 a.focus::before{
    background-position: -172px -146px;
}
.lfNavBox .lfNavCon li.iconNav_9 a:hover::before,.lfNavBox .lfNavCon li.iconNav_9 a.focus::before{
    background-position: -198px -146px;
}

/******************************** 右侧内容 ********************************/
.rtConBox{
    width:880px;
}
.rtConBox .lfNavTit h3{
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 14px;
}

/******************************** 分页 ********************************/
.pageBox{
    padding: 20px 0;
    /*position: relative;*/
    /*width:100%;*/
}
.pageBox p{
    margin-left: 200px;
   /* overflow: hidden;
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
.pageBox a,.pageBox span{
    padding:0 12px;
    line-height: 30px;
    height: 30px;
    background: #f5f5f5;
    display: block;
    float: left;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin-right: 8px;
    text-align: center;
    font-size: 14px;
}
.pageBox span{
    background: #fff;
}
.pageBox a:last-child{
    margin-right: 0;
}
.pageBox a.focus{
    background: #ea5404;
    color: #fff;
}
