@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body, input, textarea, select { font-family: "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft YaHei", Tahoma, SimSun; font-size: 12px; line-height: 1.5; }
body { -webkit-text-size-adjust: 100%; }
input, textarea, select { outline: none; }
input { vertical-align: middle; }
img { border: none; vertical-align: middle; max-width: 100%; }
table { border-collapse: collapse; }
a { text-decoration: none; }
hr { clear: both; border: none; border-top: 1px solid #DDDDDD; _height: 1px; }
/*banner*/
.bannerBox{
    width: 100%;
    height: auto;
    position: relative;
}
.indexBanner{
    width: 100%;
    height: auto;
}
.indexBanner ul{}
.indexBanner ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    background-size: 100%;
    background-repeat: no-repeat; 
    position: absolute; 
    opacity: 0; 
    filter:Alpha(opacity=0); 
    z-index: 1; 
    background-size: cover !important;
}
.banbtn div{ 
    position: absolute; 
    top: 50%; 
    width: 40px; 
    height: 80px; 
    margin-top: -40px; 
    text-align: center; 
    background: white; 
    color: black; 
    line-height: 80px; 
    font-family: SimSun; 
    font-size: 30px; 
    font-weight: bold; 
    cursor: pointer; 
    z-index: 3;
    opacity: 0.3;
}
.banbtn div.banlf{ 
    left: 30px;
}
.banbtn div.banrt{ 
    right: 30px;
}

/*内页banner*/
.ny-banner{
    width: 100%;
    height: auto;
}
.ny-banner img{
    width: 100%;
    height: auto;
    display: block;
}

/*新闻列表*/
.content{
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 30px 0;
}
.content .column-type{
    width: 240px;
    float: left;
}
.content .column-type .cl-left{
    overflow: hidden;
}
.content .column-type .cl-left .cl-contact{
    line-height: 40px;
    background-color: #4a8cef;
    font-size: 17px;
    color: #FFFFFF;
    padding-left: 20px;
}
.content .column-type .cl-title{
    background-color: #4a8cef;
    background-image: url(../images/hhbg.png);
    height: 54px;
    background-repeat: no-repeat;
    background-position: 190px center;
    padding-left: 15px;
    font-size: 20px;
    line-height: 54px;
    color: #FFFFFF;
}
.content .column-type .ctype-list{
    background: #fff;
    padding:0 15px;
}
.content .column-type .ctype-list li{
    border-bottom: 1px solid #eee;
    padding:12px 0;
    font-size: 15px;
    padding-left: 20px;
    background: url(../images/sort.png) left center no-repeat;
}
.content .column-type .ctype-list li a{
    color:#333333;
}
.content .column-type .ctype-list li:hover a,.content .column-type .ctype-list li.active a{
    color:#4a8cef;
    text-decoration: underline;
}
.content .column-type .cl-left .cl-text{
    width: 97%;
    margin:0 auto;
    font-size: 14px;
    line-height: 31px;
    padding:15px 0;
    color:#333333;
}
.content .column-content{
    width: 905px;
    overflow: hidden;
    background: #fff;
    padding:20px;
    min-height: 578px;
}
.content .column-content .content-title{
    line-height: 40px;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dbdbdb;
}
.content .column-content .content-title h5{
    font-size: 18px;
    background-image: url(../images/li_08.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    color: #333333;
    float: left;
}
.content .column-content .content-title span{
    display: block;
    float: right;
    font-size: 14px;
    color: #666666;
}
.content .news-list dl{
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #dddddd solid;
    transition: .4s;
}
.content .news-list dl dt{
    width: 85%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color:#333333;
}
.content .news-list dl dd{
    width: 13%;
    float: right;
    text-align: right;
    color: #989898;
    font-size: 15px;
}
.content .news-list dl:hover{
    background: #fafafa;
    transition: .4s;
}

/*服务项目*/
.content .pro-list dl{
    overflow: hidden;
    margin-top: 15px;
    margin-right: 12px;
    width: 217px;
    float: left;
    box-shadow: 1px 1px 7px #dadada;
}
.content .pro-list dl:nth-child(4n){
    margin-right: 0;
}
.content .pro-list dl dt{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.content .pro-list dl dt img{
    width: 100%;
    height: auto;
    transition: .4s;
}
.content .pro-list dl:hover dt img{
    transform: scale(1.1);
    transition: .4s;
}
.content .pro-list dl dd{
    width: 100%;
    padding:7px 0;
    color:#222222;
    transition: .4s;
}
.content .pro-list dl:hover dd{
    background: #4a8cef;
    transition: .4s;
}
.content .pro-list dl:hover dd h5,.content .pro-list dl:hover dd p{
    color:#fff;
}
.content .pro-list dl dd h5{
    font-size: 16px;
    color:#333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .pro-list dl dd p{
    font-size: 14px;
    line-height: 30px;
    color:#8c8c8c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 5px;
}
.content .about{
    font-size: 15px;
    line-height: 30px;
    color:#333333;
    padding:20px 0;
}

/*分页*/
.page-box {
    margin-bottom: 30px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    background-color: #4a8cef;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}


/*详情页*/
.xq-tit{
    margin-top:45px;
    border-bottom: 1px dashed #eaeaea;
}
.xq-tit h2{
    font-size: 25px;
    color: #333;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
.xq-tit p{
    font-size: 14px;
    line-height: 24px;
    color: #b1b1b1;
    text-align: center;
    margin: 5px 0;
}
.xq-tit p span{
    margin: 0 10px;
}
.news-xq p{
    font-size: 14px;
    line-height: 30px;
    color: #b5b5b5;
    text-indent: 2em;
    margin-top: 8px;
}
.news-xq img{
    width: 70%;
    height: auto;
    margin: 20px auto;
}
.news-xq ul{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.news-xq ul li a{
    font-size: 12px;
    color: #999;
    line-height: 30px;
}
.news-xq ul li:first-child{
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../img/news/fh.png) no-repeat left center;
}
.news-fh ul li:first-child{
    padding-left: 0;
}
.news-fh ul li a:hover,.top_down li a:hover{
    color:#ff0000;
    text-decoration: underline;
}
.news-xq-box p{
    font-size:14px;
    color:#333;
    line-height: 32px;
}

/*业务领域*/
.area{
    padding:20px 0;
}
.area .area-title{
    text-align: center;
    font-size: 25px;
    color:#333333;
    font-weight: bold;
}
.area .area-nr{
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    margin-top: 15px;
}

/*在线留言*/
.zpfw-message .zp-inp{
    width: 30%;
    float: left;
    margin-right: 35px;
    margin-bottom: 20px;
    overflow: hidden;
}
.zpfw-message .zp-inp i{
    color:red;
    margin-right: 5px;
}
.zpfw-message .zp-inp span,.zpfw-message .zp-inp0 span{
    /*width: 20%;*/
    font-size: 15px;
    color:#333333;
    line-height: 30px;
    float: left;
}
.zpfw-message .zp-inp .zp-inp01{
    width: 63%;
    float: right;
    height: 30px;
    line-height: 30px;
    padding:0 5px;
    border:1px solid #ddd;
    border-radius: 3px;
}
.zpfw-message .zp-inp:nth-child(3n),.zpfw-message .zp-inp:last-child{
    margin-right: 0;
}
.zpfw-message .zp-inp0{
    width: 100%;
    overflow: hidden;
}
.zpfw-message .zp-inp0 .zp-inp02{
    width: 87.7%;
    float: left;
    border:1px solid #ddd;
    border-radius: 3px;
}
.zpfw-message .zp-sub input{
    width: 130px;
    height: 40px;
    background: #d41616;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-left:84px;
    margin-top: 20px;
    color:#fff;
    cursor: pointer;
}
.zpfw-message .zp-sub input:last-child{
    background: #616161;
    color:#fff;
    margin-left:10px;
}