header {
    position: fixed;
    top: 0;
    left: 0;
    height: 93px;
}
@media only screen and (max-width: 1100px) {
    header {
        height: 80.95px;
    }
}
@media only screen and (max-width: 980px) {
    header {
        height: 65px;
    }
}
section{
    padding: 123px 50px 30px;
}
section img{
    width: 100%;
}
.slick-dots{
    bottom: 0;
    right: -30px;
    width: 20px;
}
.slick-dots li button:before{
    background: #fff;
    opacity: 1;
    border: 1px solid var(--my-default);
    border-radius: 100%;
    font-size: 0;
    width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button:before{
    background: var(--my-default);
}
@media only screen and (max-width: 980px) {
    section{
        padding: 0;
        margin-top: 65px;
    }
    section .slick-dots{
        right: 0;
        position: relative;
        right: auto;
        width: 100%;
        padding-top: 10px;
    }
    .slick-dots li button,
    .slick-dots li{
        width: 12px;
        height: 12px;
    }
}


.about,
.team,
.service,
.new{
    width: 100%;
    float: left;
}
.about { padding:0; }
.team{
    padding: 80px 0;
}
.about p{
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
    color: #828687;
    line-height: 30px;
}
.about table{
    line-height: 30px;
    text-align: center;
    margin-top: 40px;
    width: 100%;
    float: left;
    border-spacing:0;
    color: #828687;
    background: #F8F8F8;
}
.about table a{
    color: #395246;
}
.about table span.nosee { color: var(--my-pink); }
.about table th{
    background:var(--my-primary);
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    height: 75px;
    border-left: 1px solid #fff;
    width: 12%;
}
.about table th:first-child{
    width: 16%;
    border: 0;
    padding: 5px;
}
.about table td{
    padding: 5px;
    border-bottom: 1px solid var(--my-primary);
    height: 120px;
}
.about table tr td:first-child{
    color: var(--my-primary);
}

.mobile table th,
.mobile table td { width:30%; }
.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 var(--my-primary);
}

@media only screen and (max-width: 1199px) {
    .about p br{
        display: none;
    }
}
@media only screen and (max-width: 990px) {
    /*
    .about table{
        width: 1100px;
        max-width: 1100px
    }
    .about .over{
        width: 100%;
        float: left;
        overflow-x: scroll;
    }
    */
    .about .over{ width: 100%;  }
    .about .over table { width: 100%; }
    .about .over table{
        font-size: 14px;
    }
    .mobile { display: block; }
    .pc { display: none; }
}
@media only screen and (max-width: 768px) {
    .about,
    .team{
        padding: 40px 0;
    }
}

.team{
    background: url(../images/in-bg01.jpg) center center;
    background-size: cover;
    margin: 80px 0;
}
.team h3{
    color: var(--my-pink);
}
.team .slider{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.team .slick-dots{
    position: relative;
    right: auto;
    width: 100%;
    padding-top: 40px;
}
.team .slick-dots li button:before{
    background: #fff;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 0;
    width: 10px;
    height: 10px;
}
.team .slick-dots li.slick-active button:before{
    background: none;
    border-color: #fff;
}
.team .slick-initialized .slick-slide{
    margin: 0 20px 20px;
    background: #fff;
    position: relative;
}
.team .slick-slide{
    height: auto;
}
.team .slick-track{
    display: flex;
}
.team .img,
.team .text{
    width: 100%;
    float: left;
    font-size: 16px;
}
.team .img img{
    width: 100%;
}
.team .text{
    padding: 20px;
}
.team .title{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    color:var(--my-primary);
}
.team .text ul{
    width: calc(100% - 40px);
    float: left;
    margin: 0 20px;
    padding: 15px 0;
    color: #817e7c;
}
.team .text li{
    list-style: disc;
    width: 100%;
    float: left;
    padding: 5px 0;
}
.team .text .more{
    position: absolute;
    bottom: -19px;
    left: calc(50% - 80px);
    width: 160px;
    background: var(--my-primary);
    border-radius: 5px;
    padding: 9px 10px 10px;
    text-align: center;
}
.team .text .more a{
    display: block;
    position: relative;
    color: #fff;
}
.team .text .more a i{
    position: absolute;
    top: 2px;
    left: 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;
}
.team .text .more a:hover i{
    left: 125px;
}

@media only screen and (max-width: 980px) {
    .team .slick-initialized .slick-slide{
        margin: 0 10px 20px;
    }
    .team .slider{
        margin-top: 10px;
    }
    .team{
        margin: 40px 0;
    }
    .team .title{
        font-size: 18px;
    }
    .team .text ul{
        font-size: 14px
    }
}


.service .img,
.service .more{
    width: 100%;
    float: left;
}
.service .more{
    padding: 20px 40px;
    text-align: right;
    border-top: 1px solid #dddfe7;
}
.service .more a{
    color:  var(--my-secondary);    /*828687*/
    display: inline-block;
}
.service .more a:hover{
    color: var(--my-default); /*72bac9*/
}
.service .more a i{
    color: var(--my-purple);
    margin-left: 10px;
}
.service img{
    width: 100%;
}
.service .img a{
    display: block;
    position: relative;
    width: 100%;
}
.service .img a p{
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
        /* 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 */
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: 1s all;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
}
.service .img a:hover p{
    opacity: 1;
}
.service .img>div{
    width: 33.33%;
    float: left;
    display: flex;
}
.service .img>div>div{
    width: 50%;
}
@media only screen and (max-width: 980px) {
    .service .img a p{
        padding: 10px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .service .img>div{
        width: 100%;
    }
    .service .more{
        padding: 20px 5px;
    }
    .service .img a p{
        opacity: 1;
    }
}


.new{
    background: url(../images/in-bg02.jpg) center center;
    background-size: cover;
    padding: 140px 0;
}
.new>div{
    display: flex;
}
.new h2{
    color: #fff; /*6f7475*/
    text-align: left;
}
.new h3{
    color: #80c6a4; /*d3dee1*/
    text-align: left;
}
.new .left{
    width: 280px;
    min-height: 300px;
    position: relative;
}
.new .left a{
    color: #fff; /*817e7c*/
    position: absolute;
    left: 3px;
    bottom: 20px;
}
.new .left a:hover{
    color: #80c6a4; /*46adaa*/
}
.new .left a i{
    margin-right: 10px;
    color: #fff; /*96c2cb*/
}
.new ul{
    flex: 1;
    background: #fff;
}
.new li{
    padding: 20px 30px;
}
.new li:nth-child(odd){
    background: #dcddde; /*f7f7f7*/
}
.new li>span{
    width: 120px;
    float: left;
    color: #828687;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.new li a{
    display: flex;
    width: calc(100% - 120px);
    float: left;
    color: #828687;
}
.new li a span{
    color: var(--my-primary);
    width: 130px;
}
.new li a p{
    flex: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.new li a:hover{
    color: #80c6a4; /*46adaa*/
}

@media only screen and (max-width: 980px) {
    .new .left{
        width: 180px;
    }
    .new li>span{
        width: 100%;
        padding-bottom: 5px;
        font-size: 14px;
        text-align: left;
    }
    .new li a{
        width: 100%;
        flex-wrap: wrap;
    }
    .new li a span{
        width: 100%;
        padding-bottom: 5px;
    }
    .new li a p{
        width: 100%;
        flex: none;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 599px) {
    .new>div{
        flex-wrap: wrap;
        position: relative;
    }
    .new .left{
        position: static;
        min-height: 10px;
        width: 100%;
    }
    .new .left a{
        bottom: -40px;
    }
}


