body, ul, div{
    font-size: 14px;
    list-style: none;
    margin: auto;
    padding: 0;
    font-family: "微软雅黑";
}
a{
    text-decoration: none;
    color: #636363;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.BodyWidth{
    width:1200px;
}
.Clear{
    clear: both;
}

/* 页眉、导航、banner、页尾 ***********************************************************/
/* 页眉 */
.header{
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    z-index: 99;
}
.header .BodyWidth{
    background-image: url("logo.png");
    background-position: left center;
    background-repeat: no-repeat;
}

/* 页眉导航 */
.header ul{
    padding-left:450px;
    height: 80px;
}
.header ul li{
    float: left;
    position: relative;
}
.header ul li a{
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    padding:0px 15px;
}
.header ul li a:hover{
    color:white;
    background-color: #d74140;
}
.header ul li ul{
    position: absolute;
    left:-35px;
    top:80px;
    background-color: rgba(255,255,255,0.9);
    padding:10px;
    width:150px;
    height: auto;
    display: none;
}
.header ul li ul li{
    float:none;
}
.header ul li ul li a{
    height: auto;
    line-height: 35px;
    font-size:12px;
    text-align: center;
}
/* banner滚动图 */
.banner.picChange1{
    padding-top:80px;
}

/* 页尾导航 */
.footerNav {
    padding:30px 0;
    overflow: hidden;
}
.footerNav > ul{
    overflow: hidden;
    float: left;
}
.footerNav > ul > li{
    float: left;
    padding:0px 40px;
    text-align: center;
    line-height: 250%;
}
.footerNav > ul > li > a{
    font-weight: bold;
    font-size:16px;
    color:#636363;
}
.footerNav > ul > li > ul a{
    font-size:12px;
}
.footerNav div {
    float: right;
    text-align-last: center;
    color:#666666;
}
.footerNav div img{
    width:150px;
    height:150px;
}

/* 页尾 */
.footer{
    background-color: #4A4A4A;
    overflow: hidden;
    padding:10px 0;
    color:#b7b7b7;
    line-height: 200%;
}
.footer a{
    color:#b7b7b7;
}
.footer .Right{
    text-align: right;
}



/* 内容通用样式 */
.indexBody div{
    font-size:12px;
    line-height: 180%;
}
h3{
    font-size: 16px;
    color: #393939;
    font-weight: normal;
    padding-bottom: 20px;
    margin: 0;
}
h3 a{
    display: block;
    float: right;
    font-size: 13px;
    color: black;
}
/* 第一栏 ***********************************************************/
.index1{
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

/* 企业新闻 */
.index1_1{
    float: left;
    width: 460px;
    padding: 30px;
}
.index1_1 .Name{
    padding-bottom:10px;
}
.index1_1 .Name a{
    font-size:16px;
    color:#393939;
}
.index1_1 .Time{
    font-size:14px;
    color:black;
    font-weight: bold;
}
.index1_1 .Cont{
    color:#666;
    line-height: 200%;
}
.index1_1 .more{
    display: inline-block;
    padding-top:10px;
}

/* 公司简介 */
.index1_2{
    float: left;
    width: 240px;
    padding: 30px;
    background-color: #d74140;
    color: #dcddde;
    position: relative;
    height:220px;
}
.index1_2 h3{
    color: white;
}
.index1_2 .cont{
    line-height: 200%;
}
.index1_2 .more{
    display: block;
    position: absolute;
    right: -20px;
    bottom: 30px;
}

/* 服务案例 */
.index1_3{
    float: left;
    width: 310px;
    padding: 30px;
}

/* 第二栏 ***********************************************************/
/* 服务内容 */
.index2{
    padding: 30px;
    overflow: hidden;
}
.index2 li{
    float: left;
    width:285px;
    text-align: center;
}
.index2 li .Image{
    height: 200px;
}
.index2 li img{
    width:266px;
    height:188px;
}
.index2 li img:hover{
    border:1px #d74140 solid;
    position: relative;
    top: -1px;
}
.index2 li a{
    color:#7a7a7a;
}

/* 第三栏 ***********************************************************/
.index3{
    padding:0px 20px;
    overflow: hidden;
}

.index3 li{
    border-bottom:#666 1px dashed;
    background-image: url("ico01.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding:15px 0px 15px 20px;
    overflow: hidden;
}
.index3 li .Name{
    float: left;
    width:70%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index3 li .Name a{
    color: #393939;
}
.index3 li .Time{
    float: right;
    width:30%;
    text-align: center;
}
.index3 li .Cont{
    display: none; 
}
.index3_1{
    float: left;
    width:350px;
    padding:30px 15px;
}
.index3_2{
    float: left;
    width:350px;
    padding:30px 15px;
}
.index3_3{
    float: left;
    width:350px;
    padding:30px 15px;
}


/* 第四栏 ***********************************************************/
/* 员工风采 */
.index4{
    padding: 30px;
    overflow: hidden;
}
.index4 li{
    float: left;
    width:285px;
    text-align: center;
    color:#7a7a7a;
}
.index4 li .Image{
    height: 200px;
}
.index4 li img{
    width:266px;
    height:188px;
}


/* 内页 ***********************************************************/
.nyBodyWidth{
    width:1000px;
}
.nybanner{
    height:355px;
    background-image: url("nybanner.jpg");
    background-position: center center;
}
.nyBody{
    background-color: #F7F7F7;
}
.nyBody .Left{
    width:200px;
    background-image: url("nyleftBg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-color: white;
    position: relative;
    top:-20px;
    padding-bottom:100px;
}
.nyBody .Left .columnTitle{
    height: 184px;
    overflow: hidden;
    color: white;
    font-size:18px;
    line-height: 230px;
    padding-left: 35px;
}
.nyBody .Left ul li a{
    display: block;
    font-size:14px;
    font-weight: bold;
    color:#6C6C6C;
    padding-left: 35px;
    line-height: 50px;
    border-bottom:1px solid #EBEBEB;
}
.nyBody .Left ul li a:hover{
    background-color: #666;
    color:white;
}
.nyBody .Right{
    width:740px;
    padding: 30px;
}
.nyBody .Right .pageTitle{
    border-bottom: 1px solid #DBDBDB;
    font-size: 18px;
    color: #666;
    padding:10px 0 15px 0;
}
.nyBody .Right .pageTitle .station{
    display: block;
    float: right;
    color: #c2c2c3;
    font-size:12px;
    background-image: url("station.png");
    background-position: center left;
    background-repeat: no-repeat;
    padding-left:30px;
}
.nyBody .Right .pageTitle .station a{
    color: #c2c2c3;
}
.nyBody .Right div.PageCont{
    color: #666666;
    font-size: 12px;
    line-height: 25px;
    padding:50px 0;
}
.nyBody .Right div.PageName{
    display:none;
}

/*  */
.hzqy p{
    font-size: 14px;
    font-weight: bold;
    color:red;
}
.hzqy ul{
    overflow: hidden;
}
.hzqy li{
    float: left;
    width: 246px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12px;
}

/* 服务案例 */

.fwal li{
    overflow: hidden;
    background-color: white;
    margin:20px 0;
    padding:20px;
}
.fwal li .Image{
    float: left;
    width:280px;
    height:210px;
    overflow: hidden;
    margin-right: 20px
}
.fwal li .Title{
    float: left;
    width:400px;
    font-weight: bold;
    font-size:16px;
    color:red;
    padding-bottom:10px;
}
.fwal li .Cont{
    float: left;
    width:400px;
    font-size:12px;
}

/* 新闻列表 */
.RecordTotal{
    font-size:12px;
    color:#7a7a7a;
    text-align: center;
    padding:20px 0;
}

.ColumnsTitle{
    display: none;
}

.CustomTextList li{
    border-bottom: 1px dashed #CCCCCC;
    padding:15px 0;
    overflow: hidden;
}
.CustomTextList li .Name{
    float:left;
    width:80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.CustomTextList li .Name:before{
    content: "•　";
}
.CustomTextList li .Time{
    float:right;
    width:15%;
    font-size:12px;
}
.CustomTextList li .Cont{
    display: none;
}
.Pagination, .PageBack{
    padding:20px 0;
    text-align: center;
}
.Pagination a, .PageBack a{
    display: inline-block;
    border: #ccc 1px solid;
    padding: 4px 8px;
    margin: 2px;
    color: #333;
    font-size:12px;
}

.PageFrom{
    font-size:12px;
    color:#7a7a7a;
    text-align: center;
    padding:20px 0;
}

.Related{
    display: none;
}

