
#rw_header{
    width: 100%;
    height: 30px;
    background: #48A5BD;
}
#rw_container {
    width: 100%;
}
/*导航栏开始*/
#rw_nav{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0px;
}
.rw_navCon{
    overflow: hidden;
}
.rw_nC_left{
    float: left;
}
.rw_nC_left img{
    width: 60px;

    float: left;
}
.rw_nC_left span{
    float: left;
    color:#227b3a;
    margin-top:10px;
   font-size:30px;
}
.rw_nC_right{
    float: right;
    padding: 10px 0px;
}
.rw_nC_right li{
    float: left;
    padding: 10px 15px;
}
.rw_nC_right li:nth-child(1){
    background: #EFEFEF;
}
.rw_nC_right li a{
    color: #949494;
    font-size: 19px;
}
.rw_nC_right li:nth-child(1):hover a{
    color: #949494;
}
.rw_nC_right li:hover a{
    color: #24C0D9;
}
/*导航栏结束*/
/*大图*/
#rw_scrollOuter{
    position: relative;
}
#rw_bgk{
    width: 100%;
    height: 600px;
    background: #28ADC4;
    overflow:hidden;
}
#rw_scroll{
    width: 8000px;
    height: 600px;
    overflow: hidden;
}
#rw_scroll div{
    height: 600px;
    float: left;
    font-size: 30px;
    text-align: center;
}
#rw_scrollButton{
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -60px;
}
#rw_scrollButton li{
    float: left;
    width:16px;
    height: 16px;
    background: green;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 10px;
}
#rw_scrollButton .rw_scrollredButton{
    background: red;
}
/*大图结束*/
/*产品及服务*/
#rw_productService{
    width: 1200px;
    padding: 50px 0;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
#rw_productService h2,#rw_technicalData h2,#rw_aboutUs h2,#rw_aboutUs_xl h2,#rw_solution h2{
    margin-bottom: 50px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #24C0D9;
    font-size: 28px;
    text-transform: uppercase;
    color: #606060;
    font-weight: 400;
}
#rw_pS_products{
    width: 1200px;
    margin: 0 auto;
    margin-right: -15px;
}
#rw_pS_products li img{
    width:100%;
    height: 500px;
}
#rw_pS_products li p{
    font-size: 23px;
    color: #606060;
}
    /*产品及服务结束*/
/*技术资料开始*/
#rw_technicalData{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #606060;
}
#rw_technicalData h3{
    padding: 10px;
    text-align: left;
    font-size: 23px;
    color: #606060;
    font-weight: 400;
}
#rw_technicalData div{
    border:1px solid #24C0D9;
    padding: 20px 5px;
}
#rw_technicalData div p{
    font-size: 22px;
    padding-left: 60px;
    text-align: left;
    line-height: 40px;
}
#rw_technicalData div a{
    color: #24C0D9;
    margin-left: 20px
}
    /*技术资料结束*/
/*关于我们*/
#rw_aboutUs{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    color: #606060;
}
#rw_aboutUs_xl{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    color: #606060;
}
.rw_aU_bg{
    text-align: left;
}
.rw_aU_bg h3,.rw_aU_fx h3{
    width: 114px;
    font-size: 24px;
    font-weight: 400;
    background: #24C0D9;
    color: #333;
    padding: 10px;
}
.rw_aU_title{
    overflow: hidden;
}
.rw_aU_title h3{
    float: left;
    border-right:2px solid #ffffff;
    cursor: pointer;
}
.rw_aUb_con{
    width: 1200px;
    /*height: 560px;*/
    padding: 20px 0px;
    border:1px solid #24C0D9;
    font-size: 23px;
    line-height: 40px;
}
.rw_aUb_con div{
    text-align: left;
    padding-left: 20px;
}
.rw_aU_fx{
    overflow: hidden;
}
.rw_aU_fx h3{
    margin-top: 20px;
}
.rw_aU_fx div{
    width: 48%;
    height: 150px;
    border:1px solid #24C0D9;
    float: left;
    padding: 20px 10px;
}
.rw_aU_fx div p{
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    text-indent: 120px;
    color: #606060;
}
.rw_aU_fx div:nth-child(3) p{
    text-indent: 140px;
}
.rw_aU_fx div:nth-child(4) p{
    text-indent: 98px;
}
.rw_aU_fx div:nth-child(5) p{
    text-indent: 125px;
}
.rw_aU_fx div p:nth-child(1){
    text-indent: 0px;
}
/*关于我们结束*/
/*解决方案*/
#rw_solution{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}
#rw_solution div{
    text-align: center;
}
#rw_solution div p{
    font-size: 27px;
    background: #24C0D9;
    padding: 5px 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#rw_solution img{
    width: 80%;
    height: 400px;
}
.rw_s_advantage{
    margin-top: 20px;
}
.rw_s_aUl{
    overflow: hidden;
}
.rw_s_aUl li{
    width: 49%;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    border: 1px solid #24C0D9;
    height: 360px;
}
.rw_s_aUl li h4{
    font-size: 25px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    border-bottom:1px solid #24C0D9;
    color: #606060;
}
#rw_solution .rw_s_aUl li p{
    background: #ffffff;
    font-size: 23px;
    text-align: left;
    padding-left: 20px;
    line-height: 30px;
    color: #606060;
}
#rw_solution .rw_s_aUl li p:nth-child(2){
    margin-top:10px;
}
/*#rw_solution .rw_s_aUl li:nth-child(4) p{*/
    /*text-indent: 10px;*/
/*}*/
/*解决方案结束*/

/*底部开始*/
#rw_footer{
    width: 100%;
    padding: 10px;
    background: #48A5BD;
    margin-top: 20px;
}
.rw_f_main{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.rw_f_uls{
    overflow: hidden;
    float: left;
}
.rw_f_uls li{
    float: left;
    margin-right: 10px;
}
.rw_copyRight{
    float: right;
}
/*底部结束*/