body{
    background: #f7f7f7;
}
section{
    padding: 30px 50px;
    font-size: 14px;
    color: #909697;
}
section.cases{
    position: relative;
    padding: 0;
}
section a,
section span{
    display: inline-block;
    color: #909697;
}
section a{
    color: var(--my-primary);
}
/*
section.cases a,
section.cases span{
    color: #fff;
}
*/
section.cases .nav{
    position: absolute;
    left: 50px;
    top: 30px;
    z-index: 2;
    /*color: #fff;*/
}
section.cases .heading{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.cases .heading h2,
section.cases .heading h3{
    color: #fff;
    padding: 0;
}
@media only screen and (max-width: 980px) {
    section{
        padding: 20px 5%;
        font-size: 12px;
    }
    section.cases .nav{
        top: 10px;
        left: 5%;
    }
}
main{
    padding: 80px 0;
}
@media only screen and (max-width: 980px) {
    main{
        padding: 30px 0;
    }
}
@media only screen and (max-width: 767px) {
    main{
        padding: 20px 0;
    }
}

.editor{
    width: 100%;
    float: left;
}
.editor ul,
.service .editor ul,
.about-1 ul{
    display: list-item;
    list-style: disc;
    width: 100%;
    margin: 0;
}
.editor ul li,
.service .editor ul li,
.about-1 ul li{
    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;
}
.service .editor,
.new .list.main,
.cases .main,
.contact .main,
.about .main{
    background: #fff;
    padding: 50px 100px;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .service .editor,
    .new .list.main,
    .cases .main,
    .contact .main,
    .about .main{
        padding: 20px;
        margin-top: 0;
    }
}

.page{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    padding: 40px 0 20px;
}
.page a,
.page span{
    display: inline-block;
    margin: 5px;
    border: 1px solid #a1a1a1;
    padding: 6px 10px 7px;
}
.page a,
.page span.total{
    background: #a1a1a1;
    color: #fff;
}
.page a:first-child,
.page a:last-child{
    background: none;
    color:#a1a1a1;
    border: 0;
}
.page a.no{
    background: none;
    color:#a1a1a1;
    border: 0;
}
.page a.no:hover{
    background: none;
}
.page a:hover,
.page span{
    background: #fff;
    color: #a1a1a1;
}
@media only screen and (max-width: 1199px) {
    .page{
        font-size: 14px;
    }
}
@media only screen and (max-width: 599px) {
    .page{
        padding: 20px 0 40px;
    }
}

.back{
    width: 100%;
    text-align: right;
    padding: 20px 0;
}
.back a{
    display: inline-block;
    color: #676767;
    font-size: 15px;
}
.back a i{
    color:var(--my-primary);
    margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
    .back a{
        font-size: 14px;
    }
}

.about .main,
.about-1,
.about-1 .title{
    width: 100%;
    float: left;
}
.about-1{
    color: #828687;
    line-height: 36px;
}
.about-1 span{
    color: var(--my-primary);
    display: inline-block;
}
.about-1 .title{
    color: var(--my-primary);
    font-size: 24px;
    padding-bottom: 20px;
}
.about-1 .title span{
    font-size: 14px;
    display: block;
    padding-top: 5px;
    color: #395246;
}
.about-1>p{
    width: 100%;
    float: left;
    padding-right: 100px;
}
.about .pt30{
    padding-top: 30px;
}
.about-cont{
    display: flex;
    width: 100%;
    float: left;
    padding-top: 80px;
}
.about-cont iframe{
    flex: 1;
    height: 350px;
}
.about-1 .about-cont div{
    width: 500px;
}
.about-1 .about-cont div>p{
    background: var(--my-primary);
    color: #fff;
    width: 180px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    float: left;
}
.about-1 .about-cont ul,
.about-1 .about-cont li{
    width: 100%;
    float: left;
}
.about-1 .about-cont ul{
    padding-top: 20px;
}
.about-1 .about-cont li{
    display: flex;
    padding: 0;
    font-size: 16px;
    color: #828687;
}
.about-1 .about-cont li i{
    color: var(--my-primary);
    margin-right: 5px;
    line-height: 36px;
}
@media only screen and (max-width: 1199px) {
    .about-1 .title{
        font-size: 20px;
    }
    .about-1 .title span{
        font-size: 12px;
    }
    .about-1 .about-cont div>p{
        font-size: 18px;
    }
    .about-1 .about-cont li{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .about-1>p{
        padding-right: 20px;
    }
    .about-cont{
        flex-wrap: wrap;
        padding-right: 20px;
    }
    .about-cont iframe{
        flex:none;
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }
    .about-1 .about-cont div{
        width: 100%;
    }
}

.about-2,
.about-3{
    width: 100%;
    float: left;
    color: #828687;
    padding-right: 100px;
}
.about-2 .title{
    background: var(--my-primary);
    color: #fff;
    width: 160px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    float: left;
}
.about-2 .text{
    width: 100%;
    float: left;
    padding: 20px 30px;
}
.about-2 .text p{
    line-height: 30px;
    padding: 15px 0;
}
.about-2 .text span{
    color: var(--my-primary);
    display: inline-block;
}
.about-2 table{
    line-height: 30px;
    text-align: center;
    width: 100%;
    float: left;
    border-spacing:0;
    font-size: 16px;
    color: #828687;
}
.about-2 table th{
    background: var(--my-primary);
    color: #fff;
    font-weight: 400;
    padding: 5px;
    height: 100px;
    border-left: 1px solid #fff;
    width: 12%;
}
.about-2 table th:first-child{
    width: 16%;
    border: 0;
    border-bottom: 1px solid #fff;
}
.about-2 table td{
    padding: 5px;
    border-bottom: 1px solid var(--my-primary);
    height: 100px;
}
.about-2 table tr td:first-child{
    background: var(--my-primary);
    color: #fff;
    border-bottom: 1px solid #fff;
}
.about-2 table tr td:last-child{
    border-right: 1px solid var(--my-primary);
}
@media only screen and (max-width: 1199px) {
    .about-2 .title{
        font-size: 18px;
    }
}
@media only screen and (max-width: 1099px) {
    .about-2 table{
        width: 1100px;
        max-width: 1100px
    }
    .about-2 .over{
        width: 100%;
        float: left;
        overflow-x: scroll;
    }
}
@media only screen and (max-width: 767px) {
    .about-2,
    .about-3{
        padding-right: 20px;
    }
    .about-2 .title{
        margin-top: 30px;
    }
}

.about-3{
    color: #666
}
.about-3 .title{
    width: 100%;
    float: left;
    font-size: 24px;
    padding-bottom: 10px;
}
.about-3 .title1{
    width: 100%;
    float: left;
    color: #395246;
    text-decoration: underline;
}
.about-3 .text,
.about-3 .img-table{
    width: 100%;
    float: left;
    padding: 15px 0;
}
.about-3 .text p{
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 16px;
}
.about-3 .text span{
    color: #c9bc9c;
    display: inline-block;
}
.about-3 .img-table{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    padding-bottom: 60px;
}
.about-3 .img-table a{
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    position: relative;
}
.about-3 .img-table img{
    width: 100%;
}
.about-3 .img-table a div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(70,173,171,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    opacity: 0;
}
.about-3 .img-table a:hover div{
    opacity: 1;
}
.about-3 .table{
    width: 100%;
    float: left;
    padding: 30px 0;
}
.about-3 .title2{
    width: 100%;
    float: left;
    border-left: 2px solid #666;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 5px;
}
.about-3 .table-main{
    display: flex;
    align-items: flex-start;
    width: 100%;
    float: left;
}
.about-3 .table-main .text{
    width: auto;
    flex: 1;
    padding: 0;
}
.about-3 .table-main img{
    width: 470px;
    margin-left: 50px;
}
.about-3 .table-main.a{
    align-items: center;
}
.about-3 .table-main.a img{
    width: 260px;
    margin-left: 0;
    margin-right: 50px;
}

.mobile table th,
.mobile table td { width:30%; }
.mobile table td{
    padding: 5px 0;
}
.mobile table th:first-child,
.mobile table td:first-child { width: 14%; }
.mobile { display: none; }
.mobile table tr td:first-child{
    border-right: 1px solid #c9bc9c;
}

@media only screen and (max-width: 1199px) {
    .about-3 .img-table a div,
    .about-3 .text p{
        font-size: 14px;
    }
    .about-3 .title{
        font-size: 20px;
    }
    .about-3 .table-main img{
        width: 370px;
    }
}
@media only screen and (max-width: 899px) {
    .about-3 .table-main{
        flex-wrap: wrap;
    }
    .about-3 .table-main img{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .about-3 .table-main.a img{
        width: 100%;
        margin-right:0;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .about-3 .table-main .text{
        width: 100%;
        flex: none;
    }

    .over { width: 100%;  }
    .over table { width: 100%; }
    .over table {
        font-size: 13px;
    }
    .mobile { display: block; }
    .pc { display: none; }
}
@media only screen and (max-width: 768px) {
    .about-3 .img-table a div{
        opacity: 1;
    }
}
@media only screen and (max-width: 767px) {
    .about-3 .img-table{
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap:0;
    }
}


.new .list,
.new .list li,
.cases .list{
	width: 100%;
    float: left;
    color:#676767;
}
.new .list,
.cases .list{
    padding-bottom: 40px;
}
.new .list.main{
    display: flex;
    flex-wrap: wrap;
}
.new .list.main .editor{
    font-size: 15px;
    line-height: 30px;
    padding-top: 50px;
}
.new .list li a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 40px 40px;
}
.new .list li:nth-child(even){
    background: #fff;
}
.new .list .date {
	width: 100%;
    padding-bottom: 5px;
    font-size: 14px;
    text-align: right;
}
.new .list.main .date{
    width: auto;
    display: inline-block;
    text-align: left;
    color: #676767;
    padding-left: 20px;
}
.new .list .img{
    width: 260px;
    margin-right: 50px;
}
/*
.new .list.main .img{
    width: 490px;
}
.new .list .text{
    flex: 1;
}
.new .list.main .text{
    padding-top: 10px;
}
*/
.new .list.main .img{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    margin: 0;
}
.new .list.main .text{
    width: 100%;
}

.new .list.main .text p{
    font-size: 15px;
    line-height: 30px;
    padding-top: 20px;
    display: block;
    width: 100%;
}

.new .list .tag {
	color: var(--my-primary);
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.new .list a,
.new .list .title{
    color: #6f7475;
    display: block;
    width: 100%;
    line-height: 30px;
}
.new .list a:hover .text p{
    text-decoration: underline;
}
.new .list.main .editor{
    color: #828687;
}
.new .list.main .editor p{
    padding: 10px 0;
}


@media only screen and (max-width: 1199px) {
    .new .list .date{
        font-size: 12px;
    }
    .new .list .img{
        width: 200px;
        margin-right: 20px;
    }
    .new .list.main .img{
        width: 400px;
    }
    .new .list a,
    .new .list .title,
    .new .list.main .text p,
    .new .list.main .editor{
        line-height: 28px;
    }
    .new .list.main .text p,
    .new .list.main .editor{
        font-size: 14px;
    }
}
@media only screen and (max-width: 980px) {
    .new .list.main .img{
        width: 100%;
    }
    .new .list.main .img img{
        width: 100%;
    }
    .new .list.main .text{
        flex: none;
        width: 100%;
    }
    .new .list.main .editor{
        padding-top: 10px;
    }
    .new .list.main .date{
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 599px) {
    .new .list .img{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        display: none;
    }
    .new .list.main .img{
        display: block;
    }
    .new .list .date{
        padding-bottom: 20px;
    }
    .new .list .img img{
        width: 100%;
    }
    .new .list .text{
        flex: none;
        width: 100%;
    }
    .new .list li{
        padding: 20px;
    }
    .new .list,
    .cases .list{
        padding-bottom: 20px;
    }
}

.cases .main{
    width: 100%;
    float: left;
}
.cases .list:after{
    content: none;
}
.cases .list{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    position: relative;
}
.cases .list li{
    width: 42.5%;
    text-align: center;
    padding: 40px 0;
}
.cases .list li img{
    width: 100%;
    margin: 15px 0 20px;
}
.cases .list li p{
    font-size: 24px;
    color: var(--my-primary);
    width: 100%;
    display: block;
}
.cases .list .more{
    width: 100%;
    display: block;
    text-align: center;
}
.cases .list .more a{
    display: inline-block;
    position: relative;
    color: #fff;
    width: 160px;
    background: var(--my-primary);
    border-radius: 5px;
    padding: 9px 10px 10px;
}
.cases .list .more a i{
    position: absolute;
    top: 12px;
    left: 10px;
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}
.cases .list .more a:hover i{
    left: 130px;
}
.cases .title{
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    color: var(--my-primary);
}
.cases .back{
    float: left;
    margin-top: 30px;
}
.cases .editor {
	font-size: 15px;
    line-height: 30px;
    color: #828687;
}
.cases .editor p{
    padding: 10px 0;
}
.cases .main ul.pic{
    width: 100%;
    float: left;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    position: relative;
}
.cases .main ul.pic:after{
    content: none;
}
.cases ul.pic li{
    width: 100%;
    text-align: center;
    padding: 40px 0;
}
.cases ul.pic li img{
    width: 100%;
    margin: 15px 0 20px;
}
.cases ul.pic li>div{
    width: 49.5%;
    float: left;
}
.cases ul.pic li>div:last-child{
    float: right;
}
.cases ul.pic li p{
    width: 100%;
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    color: #666;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .cases .list li p{
        font-size: 20px;
    }
    .cases .editor {
        font-size: 14px;
        line-height: 28px;
    }
    .cases .title{
        font-size: 18px;
    }
    .cases ul.pic li p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 980px) {
    .cases .list li,
    .cases ul.pic li{
        width: 48%;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 599px) {
    .cases .list li,
    .cases ul.pic li{
        width: 100%;
        padding: 40px 0;
    }
}


.team .list>li{
    width: 100%;
    float: left;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.team .tag:after,
.team .list li:after,
.cases .tag:after,
.cases .list li:after {
    content: none;
}
.team .tag,
.cases .tag {
    width: 103%;
    margin-left: -1.5%;
    float: left;
    padding-bottom: 40px;
}
.team .tag li,
.cases .tag li {
    width: 22%;
    padding: 15px 0;
    margin: 0 1.5%;
    float: left;
}
.team .tag a,
.team .tag li.active span,
.cases .tag a,
.cases .tag li.active span {
    display: block;
    border: 1px solid var(--my-primary);
    width: 100%;
    background: #fff;
    font-size: 20px;
    text-align: center;
    padding: 18px 10px;
    color: #6f7475;
}
.team .tag a:hover,
.team .tag li.active span,
.cases .tag a:hover,
.cases .tag li.active span {
    color: #fff;
    background: var(--my-primary);
}
.team .list{
    width: 100%;
    float: left;
    padding-bottom: 30px;
    color: #666;
}
.team .list>li{
    padding: 20px 0 40px;
}
.team .list .img,
.team .list .text{
    background: #fff;
    border: 1px solid var(--my-primary);
}
.team .list .img{
    width: 370px;
    margin-right: 80px;
    padding-bottom: 20px;
}
.team .list .img p,
.team .list .img a{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
}
.team .list .img p.title,
.team .list .img p.title a {
    color: var(--my-primary);
    font-size: 20px;
    padding: 20px 0 0;
}

.team .list .img a{
    padding: 5px 0 0;
    color: #828687;
}
.team .list .img a:hover{
    text-decoration: underline;
}
.team .list .text{
    border: 0;
    border-left: 1px solid var(--my-primary);
    flex: 1;
    padding: 30px 60px 10px;
}
.team .list .text ul{
    width: calc(100% - 40px);
    float: left;
    padding: 0 0 30px;
    margin: 0 20px;
}
.team .list .text li{
    width: 100%;
    float: left;
    font-size: 16px;
    list-style: disc;
    padding: 5px 0;
    color: #828687;
}
.team .list .text p{
    width: 100%;
    float: left;
    padding-bottom: 5px;
    color: var(--my-primary);
}
@media only screen and (max-width: 1199px) {
/*
    .team .list .text li,
    .team .list .img p,
    .team .list .img a{
        font-size: 14px;
    }
*/
    .team .list .img p.title,
    .team .tag a,
    .team .tag li.active span{
        font-size: 18px;
    }
}
@media only screen and (max-width: 980px) {
    .team .list .img{
        width: 280px;
        margin-right: 40px;
    }
    .team .list .text{
        padding: 30px 30px 10px;
    }
}
@media only screen and (max-width: 767px) {
    .team .list .img{
        width: 100%;
        margin: 0 0 30px;
    }
    .team .list .img img{
        width: 100%;
    }
    .team .list .text{
        width: 100%;
        flex: none;
        border: 0;
        border-top: 1px solid var(--my-primary);
    }
    .team .tag li{
        width: 47%;
        padding: 10px 0;
    }
    .team .tag a,
    .team .tag li.active span{
        padding: 10px;
    }
    .team .tag{
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 599px) {
    .team .tag{
        width: 102%;
        margin-left: -1%;
    }
    .team .tag li{
        width: 48%;
        margin: 0 1%;
    }
    .team .tag a,
    .team .tag li.active span{
        font-size: 16px;
    }

}


.service ul{
    width: 103%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
}
.service ul:after{
    content: none;
}
.service ul li{
    width: 29.33%;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 30px 2%;
}
.service ul li .img{
    width: 100%;
    position: relative;
}
.service ul li .img img{
    width: 100%;
}
.service ul li .img a{
    display: block;
}
.service ul li .img p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--my-primary)+0,72b3a8+100&0.8+0,0.8+100 */
background: -moz-linear-gradient(left,  rgba(114,168,179,0.8) 0%, rgba(96,187,144,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(114,168,179,0.8) 0%,rgba(96,187,144,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(114,168,179,0.8) 0%,rgba(96,187,144,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc46adaa', endColorstr='#cc72b3a8',GradientType=1 ); /* IE6-9 */
    padding: 15px;
    font-size: 18px;
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
    color: #fff;
}
.service ul li:hover .img p{
    opacity: 0;
}
.service ul li .text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--my-primary)+0,72b3a8+100&0.8+0,0.8+100 */
background: -moz-linear-gradient(left,  rgba(114,168,179,0.8) 0%, rgba(114,179,168,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(114,168,179,0.8) 0%,rgba(114,179,168,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(114,168,179,0.8) 0%,rgba(114,179,168,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc46adaa', endColorstr='#cc72b3a8',GradientType=1 ); /* IE6-9 */
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    z-index: 99;
    opacity: 0;
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}
.service ul li:hover .text{
    opacity: 1;
}
.service ul li .text>div{
    border: 1px solid #fff;
    padding: 10px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service ul li .text p:first-child{
    font-size: 15px;
}
.service ul li .text a{
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}
.service ul li .text a i{
    margin-right: 10px;
}
@media only screen and (max-width: 1299px) {
    .service ul li .text>div{
        padding: 10px;
    }
    .service ul li .text{
        line-height: 20px;
    }
    .service ul li .text a{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 980px) {
    .service ul{
        width: 104%;
        margin-left: -2%;
    }
    .service ul li{
        width: 46%;
        margin: 20px 2%;
    }
    .service ul li .img p{
        font-size: 16px;
        padding: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .service ul li .img p{
        opacity: 1;
        position: relative;
    }
    .service ul li .text,
    .service ul li:hover .text{
        opacity: 0;
        display: none;
    }
    .service ul li .img{
        position: relative;
        z-index: 10;
    }
    .service ul li:hover .img p{
        opacity: 1;
    }
}
@media only screen and (max-width: 767px) {
    .service ul li .text{
        font-size: 12px;
    }
    .service ul li .text p:first-child{
        font-size: 13px;
    }

}
@media only screen and (max-width: 599px) {
    .service ul{
        width: 100%;
        margin-left: 0;
    }
    .service ul li{
        width: 100%;
        margin: 20px 0;

    }
    .service ul li:first-child{
        margin-top: 0;
    }
    
    .service ul li .img a{
        display: flex;
        flex-direction:column-reverse;
        flex-wrap: wrap;
    }
    .service ul{
        padding-bottom: 80px;
    }
}

.contact .main{
    width: 100%;
    float: left;
}
.contact iframe{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.contact .info{
    width: 100%;
    float: left;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}
.contact .info:after{
    content: none;
}
.contact .info li{
    text-align: center;
    width: 29%;
    box-shadow: 2px 2px 5px rgba(220,220,220,.8);
    padding: 30px;
    font-size: 14px;
}
.contact .info li>div{
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    background:var(--my-primary);
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}
.contact .info li:hover>div{
    background: var(--my-primary);
}
.contact .info li>p{
    width: 100%;
    display: block;
    padding: 3px 0;
}
.contact .form{
    width: 100%;
    float: left;
    padding: 30px 15%;
}
.contact .form .title{
    width: 100%;
    float: left;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}
.contact .form .text{
    color: #828687;
    line-height: 36px;
    font-size: 16px;
    padding-bottom: 40px;
}
.contact .form .text{
    width: 100%;
    float: left;
}
.contact .form .text span{
    color: var(--my-primary);
    display: inline-block;
}
.contact form,
.contact form ul,
.contact form ul li{
    width: 100%;
    float: left;
}
.contact form ul li{
    display: flex;
    padding: 10px 0;
}
.contact form ul li span{
    width: 100px;
    font-size: 16px;
    color: #828687;
    line-height: 40px;
}
.contact form ul li>div{
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.contact form ul li>div:after{
    content: none;
}
.contact form ul li input,
.contact form ul li textarea{
    border: 1px solid #f1f1f1;
    width: 100%;
    color: #828687;
}
.contact form ul li select{
    border: 1px solid #f1f1f1;
    width: 48%;
    color: #828687;
}
.contact form  input[type=date]{
    width: 48%;
}
.contact form ul li textarea{
    height: 200px;
}
.contact form ul li:last-child{
    justify-content: center;
    padding-top: 30px;
}
.contact form ul li button{
    position: relative;
    color: #fff;
    width: 160px;
    background:var(--my-primary);
    border-radius: 5px;
    padding: 9px 10px 10px;
    cursor: pointer;
}
.contact form ul li button i{
    position: absolute;
    top: 12px;
    left: 10px;
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}
.contact form ul li button:hover i{
    left: 130px;
}

@media only screen and (max-width: 1199px) {
    .contact .form .title{
        font-size: 20px;
    }
    .contact .form .text{
        font-size: 14px;
    }
    .contact .form{
        padding: 20px 10%;
    }
    .contact .info li{
        font-size: 12px;
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 767px) {
    .contact .info li{
        width: 31.5%;
    }
    .contact .form{
        padding: 20px 0;
    }
}
@media only screen and (max-width: 599px) {
    .contact .info{
        flex-wrap: wrap;
        margin: 10px 0;
    }
    .contact .info li{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact iframe{
        margin-bottom: 20px;
    }
    .contact form ul li{
        flex-wrap: wrap;
    }
    .contact form ul li>div{
        width: 100%;
        flex: none;
    }
}