article.editor {
    padding-top: 25px;
}

article.editor .remote-row .normal-txt {
    font-size: 16px;
}

/*------------ about-editor ------------*/
.about-bg article.editor {
    padding: 0 0 10px;
}
.about-editor .title {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}

.about-editor td {
    vertical-align: top;
}

.about-editor .pic2 {
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
.about-box-ond{
	position: relative;
}
.about-box-ond .picone,
.about-box-ond .txtone{
   display:flex;
}
.about-box-ond .right{
   text-align:left;
}
.about-box-ond .picone .right{
   color:#E5241F;
   font-size:30px;
   font-weight:bold;
   font-family:'arial';
   line-height:45px;
   position:relative;
   top:250px;
   left:20px;
   width: 38%;
}
.about-box-ond .picone .right span:before{
    content:'';
    width:130px;
    height:3px;
    background:#E5241F;
    position:absolute;
    display:block;
    left:-65px;
    top:-20px;
}
.about-box-ond .txtone{
    width:900px;
    right:0;
    position:relative;
    float: right;
    margin: 50px 0 0;
}

.about-box-ond .txtone .left{
    width:20%;
    color:#000000;
    font-size:22px;
    font-weight:bold;
    font-family:'arial';
    margin-right: 50px;
    line-height: 33px;
}
.about-box-ond .txtone .left:after{
     content:'';
     width: 50px;
     height:3px;
     background:#000000;
     position:absolute;
     display:block;
     left:0px;
     top: 80px;
}
.bottompic{
    position:relative;
    clear:both;
    width: 100%;
    height:170px;
    background: url(/upload/images/45815205_l_r2_c2.jpg)100% 35% fixed no-repeat;
    top:60px;
    margin:0px 0 100px;
    text-indent:-999%;
    background-size: 1400px;
}
.bottompic img{
   display:block;
   position:absolute;
   right:20px;
   top:20px;

}
/*------------ service-editor ------------*/
.is_text {
    background: transparent;
    color: #fff;
    font-size: 20px;
    padding: 30px;
    margin: 13% 50px 50px 50px;
    max-width: 476px;
}
.service-table td {
    vertical-align: top;
}

.service-table .pic {
    width: 623px;
    padding: 0 30px 0 0;
}

.service-tit {
    position: relative;
    margin: 10px 0 30px;
}

.service-table p {
    margin: 40px 0;
}

/*------------ service_1-editor ------------*/

.service_1-table td {
    vertical-align: top;
}

.service_1-table .pic {
    width: 623px;
    padding: 0 30px 0 0;
}

.service_1-tit {
    position: relative;
    margin: 10px 0 30px;
}

.service_1-table p {
    margin: 40px 0;
}

/*------------ service_2-editor ------------*/

.service_2-table td {
    vertical-align: top;
}

.service_2-table .pic {
    width: 623px;
    padding: 0 30px 0 0;
}

.service_2-tit {
    position: relative;
    margin: 10px 0 30px;
}

.service_2-table p {
    margin: 40px 0;
}

/*------------ service_3-editor ------------*/

.service_3-table td {
    vertical-align: top;
}

.service_3-table .pic {
    width: 623px;
    padding: 0 30px 0 0;
}

.service_3-tit {
    position: relative;
    margin: 10px 0 30px;
}

.service_3-table p {
    margin: 40px 0;
}
/*------------ terms-editor ------------*/

.terms-editor {
    font-size: 15px;
    line-height: 2;
}

.terms-editor .title {
    font-size: 16px;
    color: #c20a06;
    margin: 0;
}

.terms-editor p {
    text-indent: 0em;
    margin: 0 0 50px;
}

.terms-editor .row {
    margin: 0 -27px;
}

.terms-editor .col {
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}


/*------------ index-editor ------------*/

.index-about-editor{
    color: #e3e3e3;
    line-height: 28px;
}




/*------------ rwd ------------*/

@media screen and (max-width: 1000px) {
    .about-box-ond .txtone{
    width:auto;
    float:none;
    clear:both;
    margin: 100px 0 0;
}
.about-box-ond .picone .right{
   font-size:25px;

   line-height:35px;
   top:200px;
   left:20px;
   width: 40%;
}
.about-box-ond .txtone .left{
     font-size:25px;
}
}

@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
	.is_text {
    position: static;
    max-width: 100%;
    padding: 15px;
    margin: 0;
    background-color: #ffffff42;
    color: #000;
}
.about-box-ond .picone{
    display: inline-block;
    vertical-align: top;
}
.about-box-ond .picone .left{
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
.about-box-ond .picone .right{
    left:5px;
    top:100px;
    font-size: 20px;
    line-height:28px;
    display: inline-block;
    width: 30%;
}
.about-box-ond .txtone .left{
     font-size:20px;
     width:auto;
     margin-right: 20px;
}
.bottompic{
    background-size: contain;
}
}
