.clr {
    clear: both
}

.o-banner {
    width: 100%;
    height: 320px;
}
.o-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.obanner-box{
    width: 1300px;
    margin: 0 auto;
}

.o-banner strong {
    font-size: 34px;
    
    display: block;
    letter-spacing: 2px;
}

.o-banner b {
    display: block;
    height: 1px;
    width: 80px;
    background-color: #fff;
    margin-top: 15px;
    
}

.o-banner span {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}


.daili{
    padding: 50px 0;
}
.daili-box{
    margin-top: 40px;
    text-align: center;
    font-size: 0;
}
.daili-item{
    display: inline-block;
    vertical-align: top;
    width: 310px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    padding: 20px 12px;
}
.daili-item:nth-child(4n+4){
    margin-right: 0;
}
.daili-item h3{
    font-size: 22px;
    color: #da1c0c;
    font-weight: normal;
    line-height: 30px;
}
.daili-item p{
    font-size: 15px;
    color: #0b0b0b;
    line-height: 25px;
    margin-top: 10px;
}

.problem{
    padding: 50px 0;
    background-color: #f7f7f7;
    text-align: center;
}
.problem-list{
    width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
}
.problem-item{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 540px;
    margin: 0 30px 25px;
}
.problem-item:hover .problem-tit strong{
    color: #53B3B2;
}
.problem-tit span{
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background-color: #ff2c03;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.problem-tit strong{
    display: inline-block;
    vertical-align: top;
    width: 503px;
    font-size: 20px;
    color: #ff2c03;
    line-height: 32px;
    padding-left: 5px;
    
}
.problem-text{
    font-size: 14px;
    line-height: 24px;
    color: #555;
    padding-left: 42px;
    margin-top: 15px;
}
.problem-more{
    display: inline-block;
    width: 236px;
    height: 60px;
    font-size: 24px;
    color: #fff;
    background-color: #53B3B2;
    line-height: 60px;
    border-radius: 5px;
    margin-top: 20px;
}
.problem-more:hover{
    background-color: #ff2c03;
}


.jianzhu{
    padding: 60px 0;
}
.jianzhu-box{
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}
.jianzhu-item{
    display: inline-block;
    vertical-align: top;
    width: 289px;
    height: 265px;
    margin: 18px;
    background-color: #f9f9f9;
    padding: 30px 20px 20px;
}
.jianzhu-icon{
    display: inline-block;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
.jianzhu-item h3{
    font-size: 22px;
    color: #111111;
    line-height: 24px;
    height: 48px;
    font-weight: normal;
}
.jianzhu-item a{
    font-size: 14px;
    color: #d92d17;
    width: 126px;
    height: 40px;
    border: 1px solid #d92d17;
    line-height: 38px;
    display: inline-block;
    margin-top: 15px;
}
.jianzhu-item a:hover{
    color: #fff;
    background-color: #d92d17;
}



.case-list{
    width: 1300px;
    margin: 50px auto 26px;
}
.case-list ul{
    margin-top: 30px;
}
.case-list li{
    width: 302.5px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.case-list li:nth-child(4n+4){
    margin-right: 0;
}
.case-list li:hover .case-img img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.case-list li:hover .case-title strong{
    color: #fff;
    background-color: #53B3B2;
}
.case-img{
    width: 100%;
    margin: auto;
    height: 220px;
    overflow: hidden;
    
}
.case-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.case-title strong{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}




.clr {
    clear: both
}

.info-menu {
    width: 100%;
    background-color: #f5f5f5;
    height: 50px;
}

.info-menu-box {
    width: 1300px;
    margin: 0 auto;
}

.crumbNav {
    float: left;
}

.crumbNav a {
    color: #333;
    font-size: 16px;
    line-height: 50px;
}

.crumbNav a:hover {
    color: #53B3B2;
}

.menu-tabs {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.menu-tabs ul li {
    display: inline-block;
    vertical-align: top;
}

.menu-tabs ul li a {
    display: block;
    width: 180px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background-color: #ffc555;
    color: #fff;
    margin: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.menu-tabs ul li a:hover {
    color: #fff;
    background-color: #53B3B2;
}

.menu-tabs ul .on a {
    color: #fff;
    background-color: #53B3B2;
}


.content-box {
    width: 100%; padding-bottom:50px; 
}

.product-box{
    width: 1300px;
    margin: 20px auto 40px;
}

.product-detail-box{
    width: 1300px;
    margin: 20px auto 0;
}

.cp_top{ width:1300px; margin:auto; background-color:#f9f9f9; margin-top:50px; margin-bottom:50px}
.cp_top_img{ float:left; width:520px;}

.cp_top_img i{ display:block; width:101px; height:107px; background-image:url(404.png); position:absolute;}
.cp_top_img .nohuo{ display:block; width:101px; height:107px; background-image:url(404.png); position:absolute;}
.cp_top_cs{padding:30px 45px;width:780px;float: right;}
.cp_top_cs h4{ font-size:26px; margin-bottom:16px;line-height: 36px; color: #53B3B2;font-weight: normal;}
.cp_top_cs b{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #53B3B2;
    margin-bottom: 26px;
}
.cpjs-down {
    padding: 20px 0;
    border-bottom: 1px dashed #53B3B2;
}
.cpjs-down ul li{
    width: 50%;
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.cpjs-down ul li h5{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 6px;
}
.cp-remark{
    font-size: 16px;
    line-height: 30px;
}
.cp_top_cs .zl{ background-image:url(404.png); }
.cp_top_cs .fh{ background-image:url(404.png); }
.cp_top_cs .jg{ background-image:url(404.png); }
.cp_top_cs .jg span{ color:#F00; font-size:25px}

.cpxx_kk{ width:1300px; margin:auto;}

.dis{ display:block;padding-bottom: 30px;}
.undis{ display:none;}
.cp_jieshao{ width:900px; float:left;}
.cp_jieshao ul{ background-color:#efefef;}
.cp_jieshao ul li{ width:20%; float:left; background-color:#efefef; height:50px; line-height:50px; font-size:18px; text-align:center; cursor:pointer;}
.cp_jieshao ul .newpost_w{ background-color:#53B3B2; color:#fff;}

.cp_xxjs{ padding:30px 0;}
.cp_xxjs table{ width:100%; margin-bottom:20px;}
.cp_xxjs table td{ border:1px solid #CCC; padding:5px; }
.cp_xxjs{ line-height:24px; font-size:14px;}
.cp_xxjs img{
  width: 100%;
  margin: 10px auto;
}


.cp_about{ float:right; width:330px; border:1px #f1f1f1 solid;margin-bottom: 0;}
.cp_about_tit{  background-color:#53B3B2; height:50px; line-height:50px; font-weight: normal; font-size:18px; color: #ffffff; text-align:left; border-bottom:1px #f1f1f1 solid; padding-left:20px; display:block; }


.pro_index_list{ padding:10px 0 20px; margin-top:0px;}
.pro_index_list li{ height: auto; padding: 20px; border:0px solid #efefef; background-color:#fff; margin:20px;position:relative;-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    
}
.pro_index_list li:hover{box-shadow: 0 4px 16px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.3);}
.pro_index_list ul{ margin:auto;}
 
.pro_index_list li img{ width: 100%;height: 100%; object-fit: cover;}
.pro_index_list li i{ display:block; width:101px; height:107px; background-image:url(404.png); position:absolute; margin-top:-20px; margin-left:-20px;}
.pro_index_list li .nohuo{ background-image:url(404.png);}


.kuang_tit{ 
    line-height: 30px;font-size: 14px; margin-top: 10px;
    text-align: center;
}
.kuang_tit  a{
    color: #333333;
}


.about-box{
    width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
}
.about-text{
    font-size: 15px;
    line-height: 24px;
    color: #555;
    text-align: justify;
    
}
.about-text{
    width: 100%;
   
}
.about-text img{
    width: 100%; margin-top: 20px;
}


.culture{
    background-color: rgba(48, 90, 166, .05);
}
.culture-box{
    width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}
.culture-item{
    width: 380px;
    height: 300px;
    margin: 20px;
    background-color: #fff;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(48, 90, 166, .15);
    -webkit-box-shadow: 0 8px 20px rgba(48, 90, 166, .15);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.culture-item:hover{
    background-color: #53B3B2;
    margin-top: 10px;
}
.culture-item:hover .culture-num{
    color: rgba(255, 255, 255, .1);
}
.culture-item:hover strong{
    color: #ffc555;
}
.culture-item:hover p{
    color: #fff;
}
.culture-num{
    font-size: 68px;
    line-height: 68px;
    color: rgba(48, 90, 166, .1);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-bottom: 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.culture-item strong{
    font-size: 24px;
    line-height: 30px;
    color: #53B3B2;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.culture-item p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    color: #999999;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.culture-img{
    
    padding: 0;
    overflow: hidden;
}
.culture-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-box{
    color: #7f8c97;
    background-color: #fff;
}

.honor-list{
    width: 1300px;
    margin: 50px auto 26px;
}
.honor-list li{
    width: 302.5px;
    height: 320px;
    float: left;
    padding: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border: 1px solid #e1e1e1;
    
}
.honor-list li:nth-child(4n+4){
    margin-right: 0;
}
.honor-list li:hover{
    
    
    border: 1px solid #53B3B2;
}
.honor-list li:hover .honor-title strong{
    color: #53B3B2;
}
.honor-img{
    width: 100%;
    margin: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
}
.honor-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    margin: auto;
}


.page-list {
    width: 100%;
    text-align: center;
}

.page-list ul {
    display: inline-block;
}

.page-list ul li {
    display: inline-block;
    margin: 2px;
}

.page-list ul .active a {
    background-color: #53B3B2;
    color: #fff;
}

.page-list ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    color: #232323;
    cursor: pointer;
}

.page-list ul li a:hover {
    background-color: #e3e3e3;
}

.page-list ul .active a:hover {
    background-color: #53B3B2;
    color: #fff;
}


.news-list{
    width: 1300px;
    margin: 50px auto 20px;
}
.news-item{
    width: 300px;
    height: 340px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
.news-item:nth-child(4n+4){
    margin-right: 0;
}
.news-item::before{
    content: '';
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background-color: #53B3B2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-item:hover::before{
    width: 100%;
}
.news-item:hover .news-txt .news-tit b{
    color: #53B3B2;
}
.news-item:hover .news-txt .news-tit h3{
    color: #53B3B2;
}
.news-item:hover .news-txt p{
    color: #53B3B2;
}
.news-item:hover .news-image img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-image{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 5px;
}
.news-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-txt p{
    font-size: 12px;
    line-height: 24px;
    color: #999999;
}
.news-tit{
    width: 100%;
}
.news-tit h3{
    font-size: 16px;
    line-height: 24px;
    color: #1c1c1c;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-tit b{
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    font-weight: normal;
    display: block;
    margin: 2px 0 6px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}




.news-details {
    width: 1100px;
    margin: 0 auto;
 
    border-radius: 10px;
 
}

.news-details-tit {
    text-align:center;
    margin-bottom: 30px; border-bottom:1px #efefef solid; border-top:1px #efefef solid; padding:20px 0; margin-top:30px;
}

.news-details-tit h3 {
    font-size: 28px;
    color: #111;
    font-weight: normal;
}

.news-details-tit p {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}

.news-details-tit p span {
    display: inline-block !important;
}

.news-details-txt {
    padding: 30px 0 40px;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    border-top: 1px solid #fff;
}

.news-details-txt video {
    width: 100% !important;
    height: 450px !important;
}

.news-details-txt img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}



.page-lr {
    width: 100%;
    margin-top: 30px;
}

.page-l,
.page-r {
    display: block;
    width: 500px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 38px;
    color: #fff;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #53B3B2;
    border: 1px solid #53B3B2;
}

.page-l {
    float: left;
}

.page-r {
    float: right;
}

.page-lr strong {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 38px;
    color: #fff;
    width: 22%;
    float: left;
}

.page-lr a {
    width: 78%;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 38px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.page-l:hover,
.page-r:hover {
    color: #fff;
    background-color: #ffc555;
    border: 1px solid #ffc555;
}

.page-l:hover strong,
.page-r:hover strong {
    color: #fff;
}

.page-l:hover a,
.page-r:hover a {
    color: #fff;
}




.contact{
    padding-top: 50px;
    width: 1300px;
    margin: 0px auto;
}
.contact-center{
    width: 45%; 
    background-color: #53B3B2;
    float: left;
    text-align: center;
    border-radius: 10px;
}
.contact-t{
    width: 100%;
    margin-top:10px; text-align:left; padding:20px;
}
.contact-t p{
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}
.contact-code{
    width: 100%;
    margin-top: 20px;
}
.contact-code-box{
    display: inline-block;
    text-align: center;
}
.contact-code-box img{
    width: 130px;
    height: auto;
}
.contact-code-box p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.map-box{
    width: 53%;
    height: 400px;
    float: right;
    border-radius: 10px;
    overflow: hidden;
}

.advice-title {
    margin-top: 30px;
    text-align: center;
}
.advice-title h5{
    font-size: 16px;
    line-height: 30px;
    color: #3f3f3f;
    font-weight: lighter;
}
.advice-box{
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}







.job-bg{
    padding-bottom: 240px;
    background-image: url(404.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 240px;
}
.zhaopin-box{
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

.jo_dd {
    margin-top: 10px;
}

.jo_dd li {
    margin-bottom: 10px;
}

.jo_dd li.on .johd {
    background: #53B3B2;
    border: 0;
}

.jo_dd li.on .johd span {
    color: #fff;
}

.jo_dd li.on .johd b {
    background-image: url(404.png);
}

.johd {
    position: relative;
    padding: 0 20px;
    height: 54px;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    line-height: 54px;
    cursor: pointer;
    border-radius: 5px;
}

.johd span {
    display: block;
    width: 100%;
    
    font-size: 18px;
    color: #333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.johd b {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    margin-top: -12px;
    width: 24px;
    height: 24px;
    padding: 4px;
    background-image: url(../image/plus.png);
    background-size: 100% 100%;
    
}

.johd b img {
    width: 100%;
    height: 100%;
    
}

.jobd {
    display: none;
}

.jobd-on {
    display: block;
}

.jobd>div {
    padding: 20px 20px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.jobd p {
    font-size: 14px;
    line-height: 28px;
    color: #555;
}



.info-box{
    width: 1300px;
    background-color: rgba(48, 90, 166, .06);
    margin: 50px auto 20px;
    padding: 40px 70px;
    border-radius: 10px;
}
.info-list{
    width: 100%;
    margin: 20px 0;
}
.info-cont{
    padding: 20px 0 30px;
    font-size: 15px;
    line-height: 30px;
    color: #333;
    text-align: justify;
}
.info-list .info-t{
    width: 100%;
    height: 44px;
}
.info-list .info-t h4{
    display: inline-block;
    min-width: 180px;
    line-height: 44px;
    font-size: 18px;
    
    background-color: #53B3B2;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    border-radius: 5px;
}

.info-list h6{
    color: #555;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.info-cont table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}


.info-cont  table td{
    border: 1px solid #CCC;
    color: #333;
    height: 38px;
    font-size: 14px;
}



.service-list{
    width: 100%;
}
.service-list li{
    width: 100%;
    display: block;
    margin-top: 40px;
    padding-bottom: 10px;
}
.service-txt{
    width: 55%;
    text-align: left;
    float: left;
    padding: 10px 60px 30px 0;
}
.service-txt strong{
    display: block;
    font-size: 20px;
    color: #53B3B2;
    line-height: 30px;
    margin-bottom: 16px;
}
.service-txt p{
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.service-img{
    width: 45%;
    float: right;
}
.service-img img{
    width: 100%;
   
}
.service-list li:nth-child(2n+2) .service-txt{
    float: right;
    padding: 10px 0 30px 60px;
}
.service-list li:nth-child(2n+2) .service-img{
    float: left;
}


.service-list{
    width: 1200px; margin:auto;
}
.service-list li{
    width: 100%;
    display: block;
    margin-top: 40px;
    padding-bottom: 10px;
}
.service-txt{
    width: 55%;
    text-align: left;
    float:right; padding-left:60px;
}
.service-txt strong{
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 30px;

}

.rcll strong{ font-size:18px;}
.service-txt b{ font-weight:400; font-size:17px; line-height:33px;    margin-bottom: 16px; display:block;}
.service-txt i{ height:2px; width:80px; background-color:#333; display:block; margin-bottom:30px;}
.service-txt p{
    font-size: 16px;
    color: #555;
    line-height: 34px; text-align:justify;
}
.service-img{
    width: 45%;
    float:left;
}
.service-img img{
    width: 100%;
    
}
.service-list li:nth-child(2n+2) .service-txt{
    float: right;
    padding: 10px 0 30px 60px;
}
.service-list li:nth-child(2n+2) .service-img{
    float: left;
}


.xm_nr{ font-size:16px; margin:20px 0; border:1px #efefef solid; padding:30px; padding-bottom:10px; text-align:justify;}
.xm_nr_tit{ font-size:16px; background-color:#efefef; margin-bottom:20px;}
.xm_nr p{ margin:10px 0; line-height:24px;  }
.xm_nr_tit strong{ display:inline-block; padding:10px 20px; color:#fff; background-color:#53B3B2;}
.xm_nr img{ width:100%; display:block;}
.xm_nr table td p{ padding-left:20px; text-indent:33px;}