section,main{
    width: 100%;
}
section{
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 599px) {
    section{
        overflow: hidden;
    }
    section img{
        width: 1000px;
        max-width: 1000px;
        margin-left: calc(50% - 500px);
    }
}
.blue{
    color: #7F5C3A; /*71b5be*/
}
.pink{
    color: #ffaeae;
}
.fs-16{
    font-size: 16px;
}
.lh26{
    line-height: 26px;
}
.lh30{
    line-height: 30px;
}
@media only screen and (max-width: 767px) {
    .fs-16{
        font-size: 14px;
    }
    .lh26{
        line-height: 24px;
    }
    .lh30{
        line-height: 28px;
    }
}
main{
    padding-top: 400px;
}
@media only screen and (max-width: 1680px) {
    main{
        padding-top: 20%;
    }
}
@media only screen and (max-width: 599px) {
    main{
        padding-top: 55%;
    }
}
.table{
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(151,151,151,.8);
    padding: 0 30px;
    display: flex;
    align-items: flex-start;
}
.table .icon{
    background: #00ABEB;
    padding: 50px 20px 30px;
}
.table > .text{
    flex: 1;
    padding: 50px;
}

.table > .text h1{
    font-weight: 400;
    color: #00ABEB;
    font-size: 26px;
    padding-bottom: 50px;
    letter-spacing: 1px;
}
.table > .text h1 span{
    font-size: 28px;
    line-height: 28px;
    border-left: 1px solid #bbb;
    color: #777;
    padding-left: 20px;
    margin-left: 20px;
    display: inline-block;
}

@media only screen and (max-width: 999px) {
    .table .icon{
        width: 125px;
    }
}
@media only screen and (max-width: 899px) {
    .table .text h1{
        font-size: 22px;
        padding-bottom: 20px;
    }
    .table .text h1 span{
        font-size: 24px;
        line-height: 24px;
    }
    .table{
        flex-wrap: wrap;
    }
    .table .icon{
        padding: 20px;
        width: 105px;
    }
    .table > .text{
        flex: none;
        width: 100%;
        padding: 30px 0;
    }
}
.editor ul,
.service .editor ul,
.about-1 ul{
    display: list-item;
    list-style: disc;
    width: 100%;
    margin: 0;
    margin-left: 24px;
}
.editor ul li,
.service .editor ul li,
.about-1 ul li,
.new-info .main .blue .editor li:first-child{
    color: inherit;
    margin: auto;
    width: auto;
    display: list-item;
    text-align: left;
    list-style: disc;
}
.editor ol,
.editor ol li,
ol,
ol li{
    list-style: decimal;
}
.about .table .editor p{
    width: 100%;
    display: block;
}
.about .table .editor .title{
    width: 100%;
    display: block;
    color: #7F5C3A; /*71b5be*/
    font-size: 20px;
    padding: 50px 0 10px;
    margin-bottom: 35px;
    border-bottom: 1px dotted #777;
}
.about .table .stop{
    width: 100%;
    display: block;
    padding: 0 0 40px;
    display: flex;
    align-items: center;
}
.about .table .stop>span{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    background:#b3e0e6;
}
.about .table .stop p{
    flex: 1;
    padding-left: 20px;
}
.about .table .stop p span{
    display: block;
    width: 100%;
}
.about-text{
    width: 100%;
    padding: 50px 0;
    float: left;
}
.about-text h2{
    font-weight: 400;
    color: #777;
    font-size: 28px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    border-bottom: 1px dotted #777;
    margin-bottom: 40px
}
.about-text .editor p{
    width: 100%;
    display: block;
    padding: 0 0 20px;
}

@media only screen and (max-width: 799px) {
    .about-text h2{
        font-size: 24px;
    }
}

.ui-tabs{
    margin: 0;
}
.ui-tabs .ui-widget-header{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    width: 100%;
    float: left;
}
.ui-tabs .ui-widget-header:after{
    content: none;
}
.ui-tabs .ui-tabs-nav li{
    width: 20%;
}
.ui-tabs .ui-tabs-nav li a{
    width: 100%;
    padding: 10px 0 20%;
    text-align: center;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li a:hover{
    color: #7F5C3A; /*71b5be*/
    background: url(../images/about-over.png) left bottom no-repeat;
    background-size: 100%;
    border: 0;
    padding: 10px 0 20%;
}
.ui-tabs .line{
    width: 100%;
    float: left;
    height: 1px;
    background: #ddd;
    box-shadow: 0 0 5px rgba(151,151,151,.8);
    margin-bottom: 10px;
}
.ui-tabs .ui-tabs-panel{
    border: 0;
    padding: 50px 0 60px;
    width: 100%;
    float: left;
}
.ui-tabs .slick-prev,
.ui-tabs .slick-next{
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    text-align: center;
    transform: translate(0,0);
    z-index: 99;
}
.ui-tabs .slick-prev{
    left: 20px;
}
.ui-tabs .slick-next{
    right: 10px;
}
.ui-tabs .slick-prev:before, .ui-tabs .slick-next:before{
    content: none;
}
.ui-tabs .slick-slide{
    padding: 0 10px;
}
@media only screen and (max-width: 767px) {
    .ui-tabs .ui-tabs-nav li a{
        font-size: 16px;
    }
}
@media only screen and (max-width: 500px) {
    .ui-tabs .ui-tabs-nav li a{
        font-size: 12px;
    }
    .ui-tabs .slick-prev,
    .ui-tabs .slick-next{
        top: calc(50% - 18px);
        width: 36px;
        height: 36px;
    }
}

.team-table{
    display: flex;
    font-size: 15px;
}
.team-table .img-table{
    width: 390px;
}
.team-table .text{
    flex: 1;
    padding-right: 30px;
}
.team-table .heading{
    float: left;
    width: 100%;
}
.team-table .heading span{
    display: inline-block;
    font-size: 18px;
    padding-left: 10px;
}
.team-table .title{
    padding:20px 0 5px;
    float: left;
    width: 100%;
    font-size: 16px;
}
.team-table .title span{
    display: inline-block;
    padding-right: 10px;
}
.team-table ul{
    float: left;
    width: 100%;
    font-size: 15px;
}
.team-table li{
    width: calc(50% - 20px);
    float: left;
    list-style:disc;
    margin-left: 20px;
    padding: 5px 0;
}
.team-table p{
    float: left;
    width: 100%;
    padding: 5px 0;
}
.team-table .over{
    width: 100%;
    float: left;
    overflow-x: auto;
}
.team-table table{
    margin-top: 20px;
    text-align: center;
    width: 100%;
    float: left;

    border-spacing:0;
}
.team-table table th{
    font-size: 14px;
    background: #b3e0e6;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
}
.team-table table td{
    border-bottom: 1px dotted #b3e0e6;
    padding: 5px;
    color: #ddd;
    font-size: 13px;
}
.team-table table tr:last-child td{
    border-bottom: 1px solid #b3e0e6;
}
.team-table table tr td:first-child{
    color: #818181;
    border-left: 1px solid #b3e0e6;
}
.team-table table tr td:last-child{
    color: #818181;
    border-right: 1px solid #b3e0e6;
}
.team-table .img{
    width: 100%;
    float: left;
}
@media only screen and (max-width: 1199px) {
    .team-table .img-table{
        width: 300px;
    }
    .team-table table{
        width: 400px;
    }
}
@media only screen and (max-width: 999px) {
    .team-table .img-table{
        width: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .team-table{
        flex-wrap: wrap;
        flex-direction:column-reverse;
        font-size: 13px;
    }
    .team-table ul{
        font-size: 13px;
    }
    .team-table .img-table,
    .team-table .img img{
        width: 100%;
    }
    .team-table .text{
        flex: none;
        padding:30px 0 0;
        width: 100%;
    }
    .team-table .heading span{
        font-size: 16px;
    }
    .team-table table th,
    .team-table table tr td:first-child{
        font-size: 12px;
    }
    .team-table table{
        width: 100%;
    }
    .team-table table th{
        width: 12.5%;
    }
    .team-table .title{
        font-size: 14px;
    }

}
@media only screen and (max-width: 500px) {
    .team-table li{
        width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 370px) {
    .team-table table{
        width: 400px;
    }
}

.team-text{
    width: 100%;
    float: left;
    padding: 50px 0;
    display: flex;
    justify-content: space-around;  /*space-between*/
    flex-wrap: wrap;
}
.team-text:after{
    content: none;
}
.team-text>a{
    width: 22%;
    margin: 20px 0;
    opacity: 1;
}
.team-text>a:hover,
.team-text>a.off{
    opacity: .6;
}
.description-table{
    width: 100%;
    margin-top: 30px;
    /* border: 10px solid #bbb; */
    padding: 40px;
    display: none;
    position: relative;
}
.description-table .team-table .text{
    padding:0 0 0 50px;
}
.description-table .close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
}
.featherlight .featherlight-content{
    width: 1200px;
    max-width: 90%;
}
.featherlight .team-table .img{
    width: 400px;
}
.featherlight .team-table .img img{
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .description-table .team-table{
        flex-direction:column;
    }
    .description-table .team-table .text{
        padding:30px 0 0;
    }
    .description-table{
        padding: 20px;
    }
}
@media only screen and (max-width: 500px) {
    .team-text>a{
        width: 96%;
        margin: 20px 0;
    }
    .description-table .close{
        width: 30px;
    }
}

.service-table{
    width: 100%;
    display: block;
}
.service-table .img{
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.service-table .img img,
.share-table .img img{
    width: 100%;
}
.service-table .btn{
    width: 100%;
    float: left;
}
.service-table .btn a{
    width: calc(25% - 20px);
    float: left;
    display: block;
    margin:0 10px 30px;
    text-align: center;
    padding: 15px 0 16px;
    border: 1px solid #ddd;
    border-bottom-width: 3px;
}
.service-table .btn a:hover,
.service-table .btn a.action{
    color: #fff;
}
.service-table .btn a.color1{
    border-bottom-color: #97cf65
}
.service-table .btn a.color2{
    border-bottom-color: #f3ad41
}
.service-table .btn a.color3{
    border-bottom-color: #cee34c
}
.service-table .btn a.color4{
    border-bottom-color: #3fc1c3
}
.service-table .btn a.color5{
    border-bottom-color: #ffdb31
}
.service-table .btn a.color6{
    border-bottom-color: #1c73c5
}
.service-table .btn a.color1:hover,
.service-table .btn a.color1.action{
    border-color: #97cf65;
    background: #97cf65;
}
.service-table .btn a.color2:hover,
.service-table .btn a.color2.action{
    border-color: #f3ad41;
    background: #f3ad41;
}
.service-table .btn a.color3:hover,
.service-table .btn a.color3.action{
    border-color: #cee34c;
    background: #cee34c;
}
.service-table .btn a.color4:hover,
.service-table .btn a.color4.action{
    border-color: #3fc1c3;
    background: #3fc1c3;
}
.service-table .btn a.color5:hover,
.service-table .btn a.color5.action{
    border-color: #ffdb31;
    background: #ffdb31;
}
.service-table .btn a.color6:hover,
.service-table .btn a.color6.action{
    border-color: #1c73c5;
    background: #1c73c5;
}
@media only screen and (max-width: 850px) {
    .service-table .btn a{
        width: calc(33.33% - 20px);
    }
}
@media only screen and (max-width: 699px) {
    .service-table .btn a{
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 500px) {
    .service-table .btn a{
        width: 100%;
        margin: 0 0 20px;
    }
}
.service-text{
    width: 100%;
    float: left;
    padding: 50px 0;
}
.service-text .heading{
    font-size: 22px;
    padding: 15px 20px;
    box-shadow: 0 3px 5px rgba(151,151,151,.6);
    margin-bottom: 30px;
    position: relative;
}
.service-text .heading:after{
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 5px;
}
.service-text .heading.color1:after{
    background: #97cf65;
}
.service-text .heading.color2:after{
    background: #f3ad41;
}
.service-text .heading.color3:after{
    background: #cee34c;
}
.service-text .heading.color4:after{
    background: #3fc1c3;
}
.service-text .heading.color5:after{
    background: #ffdb31;
}
.service-text .heading.color6:after{
    background: #1c73c5;
}
.service-text .editor {
	 font-size: 16px;
    line-height: 30px;
}
.service-text .editor p{
    padding: 10px 0;
}

@media only screen and (max-width: 767px) {
    .service-text .heading{
        font-size: 20px;
    }
}
.service_box h2 {
	color: #7F5C3A ;
}
.service_box h3 {
	color: #00ABEB ;
}
 .service_imgbox {
  width: 100%;
  max-width: 1200px;
 }
 .service_img{
  margin:0px 10px 20px;
  padding: 10px;
 }
 .service_img p {
  width: auto;
  text-align: center;
 }
 @media screen and (min-width:767px){
  .service_imgbox {
   display: flex;
  }  
 }

.share-table p{
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.share-table .img{
    width: 100%;
    float: left;
    padding-top: 20px;
}

.share-text,
.share-text ul{
    width: 100%;
    float: left;
}
.share-text{
    padding: 50px 0;
}
.share-text li{
    width: 25%;
    padding: 15px;
    float: left;
}
.share-text li a{
    display: block;
    width: 100%;
    float: left;
}
.share-text li .img{
    position: relative;
    width: 100%;
    float: left;
}
.share-text li a .img .more{
    /*179,224,230*/
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b3e0e6+0,818181+100&0.8+0,0.8+100 */
    background: -moz-linear-gradient(top,  rgba(127,92,58,0.8) 0%, rgba(129,129,129,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(127,92,58,0.8) 0%,rgba(129,129,129,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(127,92,58,0.8) 0%,rgba(129,129,129,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccb3e0e6', endColorstr='#cc818181',GradientType=0 ); /* IE6-9 */
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-text li a:hover .img .more{
    opacity: 1;

}
.share-text li .img .more i{
    margin-left: 5px;
}
.share-text li p{
    font-size: 14px;
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
}
@media only screen and (max-width: 850px) {
    .share-text li{
        width:33.33%;
    }
}
@media only screen and (max-width: 799px) {
    .share-text li a .img .more,
    .share-text li a:hover .img .more{
        opacity: 0;
    }
}
@media only screen and (max-width: 699px) {
    .share-text li{
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {
    .share-text li{
        width: 100%;
    }
}
.share .table{
    margin-bottom: 50px;
}
.share-info{
    width: 100%;
    display: flex;
    font-size: 14px;
    line-height: 30px;
}
.share-info .text{
    flex: 1;
    padding-right: 30px;
}
.share-info .text .title{
    width: 100%;
    float: left;
    font-size: 16px;
    padding-bottom: 15px;
}
.share-info .text span{
    display: inline-block;
}
.share-info .text p{
    width: 100%;
    float: left;
    padding: 2px 0;
}
.share .list{
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.share .list:after{
    content: none;
}
.share .list li{
    width: 48%;
    padding: 20px 0;
}
.share .list li img{
    width: 100%;
}
.share .list li p{
    display: block;
    padding-bottom: 10px;
}
.page,
.page-list{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}
.page a,
.page-list a{
    display: inline-block;
    margin: 0 3px;
}
@media only screen and (max-width: 1200px) {
    .share-info .img{
        width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .share-info .img{
        width: 250px;
    }
}
@media only screen and (max-width: 599px) {
    .share .list li,
    .share-info .img,
    .share-info .img img,
    .share-info .text{
        width: 100%;
    }
    .share-info{
        flex-wrap: wrap;
    }
    .share-info .text{
        flex: none;
        padding: 0 0 20px;
    }
    .share-info .img{
        padding-bottom: 20px;
    }
}

.new .table{
    margin-bottom: 50px;
}
.new-info{
    width: 100%;
    display: flex;
}
.new-info .list,
.new-info .main{
    flex: 1;
    padding-right: 50px;
}
.new-info aside{
    width: 130px;
    font-size: 16px;
}
.new-info .list ul,
.new-info .list .page,
.new-info .main ul{
    width: 100%;
    float: left;
}
.new-info .list ul,
.new-info .main ul{
    padding-bottom: 40px;
}
.new-info .list li{
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.new-info .list li span,
.new-info .main li>span{
    font-size: 14px;
}
.new-info .list li:first-child{
    border-top:  1px solid #ddd;
}
.new-info .list li>div{
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.new-info .list li>div .date {
    padding-right: 15px;
}
.new-info .list li>div a{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    flex: 1;
}
.new-info .list li .bg,
.new-info .main li .bg{
    color: #fff;
    padding: 4px 10px 5px;
    display: inline-block;
}
.new-info .list li.blue .bg,
.new-info .main .blue .bg{
    background: #b3e0e6
}
.new-info .list li.blue .date,
.new-info .main .blue li:first-child{
	color: #b3e0e6
}
.new-info .list li.pink .bg,
.new-info .main .pink .bg{
    background: #ffd3d3
}
.new-info .list li.pink .date,
.new-info .main .pink li:first-child {
    color: #ffd3d3
}
.new-info .list .page-list,
.share-text .page-list {
    padding: 20px 0;
}
.new-info .list .page-list a,
.share-text .page-list a {
    color: #b3e0e6;
    padding: 5px 10px;
}
.new-info .list .page-list span,
.new-info .list .page-list a:hover,
.share-text .page-list span,
.share-text .page-list a:hover {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    background: #b3e0e6;
    color: #fff;
}
.new-info aside p{
    color: #eab0af;
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.new-info aside ul,
.new-info aside ul li{
    width: 100%;
    float: left;
}
.new-info aside ul li{
    padding: 5px 0;
}
.new-info aside a{
    display: flex;
    align-items:center;
}
.new-info aside a:hover,
.new-info aside a.active {
    color: #00ABEB;
}
.new-info aside i{
    font-size: 12px;
    margin-right: 5px;
}
@media only screen and (max-width: 899px) {
    .new-info .list{
        padding-right: 30px;
    }
    .new-info aside{
        padding-right: 0;
        width: 100px;
    }

}
@media only screen and (max-width: 599px) {
    .new-info{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .new-info .list,
    .new-info .main{
        flex: none;
        width: 100%;
        padding: 30px 0 0;
    }
    .new-info aside{
        width: 100%;
        padding-top: 20px;
    }
    .new-info .list li{
        padding: 20px 10px;
    }
    .new-info .list li>div{
        flex-wrap: wrap;
    }
    .new-info .list li>div a{
        width: 100%;
        flex: none;
        padding-top: 5px;
    }
}

.new-info .main li{
    font-size: 14px;
    color: #818181;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}
.new-info .main li .bg{
    margin-right: 20px;
}
.new-info .main li:first-child{
    padding: 0 ;
    border: 0;
}
.new-info .main li:nth-child(2){
    font-size: 16px;
}
.new-info .main .blue li{
    border-color: #b3e0e6;
}
.new-info .main .pink li{
    border-color: #ffd3d3;
}
.new-info .editor p{
    padding-bottom: 20px;
}

.contact-iframe{
    width: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.contact-iframe iframe{
    width: 100%;
    height: 420px;
}
.contact-iframe>div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(129,129,129,.8);
    font-size: 20px;
    padding: 20px;
    color: #fff;
    text-align: center;
    z-index: 990;
    letter-spacing: 1px;
}
.contact-iframe>div p{
    display: inline-block;
    margin: 0 20px;
}
.contact-iframe>div p i{
    margin-right: 10px;
}
@media only screen and (max-width: 1100px) {
    .contact-iframe>div{
        font-size: 18px;
        padding: 20px 0;
    }
}
@media only screen and (max-width: 767px) {
    .contact-iframe>div{
        padding: 10px 0;
    }
    .contact-iframe>div p{
        display: block;
        margin: 10px;
    }
}
.contact-info>div{
    width: 50%;
    float: left;
}
.contact-info>div:first-child{
    padding-right: 20px;
}
.contact-info>div:last-child{
    padding-left: 20px;
}
.contact-info .title{
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7F5C3A; /*71b5be*/
}
.contact-info p{
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 30px;
}
.contact-info p span{
    display: block;
}
.contact-info table{
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #ddd;
    border-spacing:0;
}
.contact-info table th{
    font-weight: 400;
    font-size: 18px;
    border-bottom:  1px solid #7F5C3A; /*71b5be*/
    padding: 0 0 10px;
}
.contact-info table tr td{
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}
.contact-info table tr td:first-child{
    color: #818181;
}
@media only screen and (max-width: 1100px) {
    .contact-info>div{
        width: 100%;
    }
    .contact-info>div:first-child{
        padding-right: 0;
        padding-bottom: 40px;
    }
    .contact-info>div:last-child{
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .contact-info table th{
        font-size: 16px;
    }
    .contact-info table tr td{
        padding: 10px 3px;
    }
}

.contact-form{
    padding: 50px 0;
    width: 100%;
    float: left;
}
.contact-form .title{
    margin:0 auto 40px;
    width: 150px;
    text-align: center;
    display: block;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #7F5C3A; /*71b5be*/
}
.contact-form .text{
    font-size: 16px;
    line-height: 30px;
    margin:0 auto 40px;
    width: 640px;
    max-width: 100%;
}
.contact-form .text span{
    display: inline-block;
}
.contact-form ul{
    width: 80%;
    margin:0 auto 20px;
    font-size: 16px;
}
.contact-form ul li{
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
    padding: 20px;
    flex-wrap: wrap;
}
.contact-form ul li label{
    padding-right: 15px;
}
.contact-form ul li input{
    flex: 1;
}
.contact-form ul li.select{
    justify-content: space-between;
}
.contact-form ul li.select:after{
    content: none;
}
.contact-form ul li select{
    flex: 2;
}
.contact-form ul li.select select{
    margin-right: 30px;
}
.contact-form input[type=date]{
    flex: 2;
    height: 51px;
}
/*
.contact-form ul li select:last-child{
    margin-left: 20px;
}
*/
.contact-form ul li:nth-child(1),
.contact-form ul li:nth-child(2),
.contact-form ul li:nth-child(3),
.contact-form ul li:nth-child(4){
    width: 50%;
}
.contact-form ul li textarea,
.contact-form ul li p{
    width: 100%;
    margin-top: 10px;
}
.contact-form ul li textarea{
    height: 150px;
}
.contact-form ul li:last-child{
    justify-content: center;
}
.contact-form input[type=submit]{
    flex: none;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 18px;
    background: #b3e0e6;
    color: #fff;
    border: 1px solid #b3e0e6;
}
@media only screen and (max-width: 899px) {
    .contact-form ul{
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .contact-form ul li:nth-child(1),
    .contact-form ul li:nth-child(2),
    .contact-form ul li:nth-child(3),
    .contact-form ul li:nth-child(4){
        width: 100%;
    }
}
@media only screen and (max-width: 599px) {
    .contact-form ul li{
        padding: 10px 0;
    }
    .contact-form ul li label{
        padding-right: 0;
        width: 100%;
        padding-bottom: 10px;
    }
    .contact-form ul li input,
    .contact-form ul li.select select{
        flex: none;
        width: 100%;
    }
    .contact-form ul li.select select{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .contact-form ul li.select select:last-child{
        margin: 20px 0 0 0;
    }
    .contact-form input[type=submit]{
        width: auto;
    }
}