﻿/* 轮播 */
.bannerr {
    width:100%;
    min-width: 1200px;
    overflow: hidden;
    height: 400px;
}
.banner>img {
    display: block;
    width: 100%;
    height: auto;
}
/* 产品服务 */
.cpfw_lt{
    margin-bottom:70px;
}
.headline{
    width:1200px;
    padding:50px 0px;
    text-align: center;
    margin:0 auto;
}
.headline>h1{
    font-size: 32px;
    color: rgb( 18, 20, 21 );
}
.headline>p{
    font-size: 18px;
    color: rgb( 138, 142, 148 );
    margin-top:10px;
}
.headline>div>img{
    display:block;
    width:auto;
    /* height:26px;*/
    border:1px solid transparent;
    margin:10px auto 0px auto;
}
.contents>ul{
    width:100%;
    height:auto;
}
.contents>ul>li{
    float:left;
    height:550px;
}
.contents>ul>.lis_boxl{
    width:49%;
}
.contents>ul>.lis_boxr{
    width:51%;
}
.contents>ul>li>.cpimg_box{
    width:100%;
    height:400px;
    overflow: hidden;
  text-align: center;
}
.contents>ul>li>.cpimg_box>img{
    width:auto;
    height:100%;
}
.contents>ul>li .cont_box{
    height:100%;
    position: relative;
    z-index: 2;
}
.cont_box>.side_sj{
    position: absolute;
    width: 60px;
    height: 149px;
    z-index: 1;
}
.cont_box>.cons{
    width:100%;
    height:100%;
    padding:180px 50px;
    text-align: left;
}
.cont_box>.cons>p{
    font-size: 16px;
    color: rgb( 82, 88, 90 );
    line-height: 30px;
    margin-bottom:20px;     
}
.cont_box>.cons>p>span{
    color:#121516;
    font-weight:bold;
}
.cont_box>.posrr{
    right: -30px;
    top: 200px;
    background: url(../images/side_sjr.png) no-repeat center;
}
.cont_box>.side_sj>em{
    display:block;
    width: 11px;
    height: 22px;
}
.cont_box>.posrr>em{
    background: url(../images/sj_r.png) no-repeat center;
    margin:62px 0px 0px 30px;
}