html{margin:0;padding:0}
body{
    margin:0;padding:0
}
.site{
    display: flex;
    flex-direction: row;
}
.page-top{
    display: flex;
}
.page-center{
    position: relative;
}

.page-big-img {
    /* z-index: 0; */
}

.index-content-1 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    padding: 0 0 100px 0;
}

.index-content-0 h2 {
    text-align: center;
}

.index-content-0 div {
    text-align: center;
    color: #afadad;
}

.index-content-0 {
    padding: 38px 0 118px 0;
}

.index-content-1 .image {
    position: relative;
}

.index-content-1 .image:after {
    content: "";
    width: 488px;
    height: 9px;
    background: #96c6f3;
    position: absolute;
    bottom: -14px;
    right: -99px;
}

.index-content-1 .image:before {
    content: "";
    width: 20px;
    height: 135px;
    background: #abcceb;
    position: absolute;
    left: 0;
    top: 0;
}

.index-content-1 .text {}


.index-content-1 .text  li {
    list-style: none;
    margin: 40px 0 0 0;
    /* border-bottom: 1px solid transparent; */
    padding: 0 38px 16px 38px;
}

.index-content-1 .text li:hover {
    /* border-bottom: 1px solid #f00; */
}

.index-content-1 .text li:hover h2 {
    color: #333;
    border-bottom: 1px solid #95c9f9;
}

.index-content-1 .text li h2 {
    color: #3186d5;
    border-bottom: 1px solid #d1d1d1;
    padding: 0 0 10px 0;
    position: relative;
}

.index-content-1 .text li h2:before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    left: -54px;
    background: #d1cdcd;
    top: 6px;
}

.index-content-1 .text li:hover h2:before {
    border-radius: 16px;
    background: #3186d5;
}

.index-content-1 .text li div {
    color: #666;
}

.page-content {
    width: 100%;
    margin: -170px auto 75px auto;
    position: relative;
}

.page-content .content {
    background: #ffffff;
    width: 80%;
    margin: 0 auto;
    padding: 80px 50px 168px 50px;
    /* position: absolute; */
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    font-size: 18px;
    line-height: 38px;
    /* text-indent: 2em; */
    min-height: 344px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.content .image {position: relative;cursor: default;}

.content .image:hover img {
    border: 11px solid #8381815e;
}

.content .image:before {
    content: "";
    background: #bdbdbd;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    right: 45px;
}

.content .image:after {
    content: "";
    background: #3f7aa5;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    left: -1px;
    bottom: -48px;
}


.content .image img {
    z-index: 10;
    position: relative;
    border: 0;
    padding: 0px 0 0 0px;
    margin: 40px 80px 0 50px;
    border: 11px solid #83818124;
}

.content-1 .text {
    text-indent: 2em;
    width: 81%;
}

.content-1 h2 {
    padding: 0 0 0px 98px;
    position: relative;
}

.content-1 h2:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 38px;
    background: #3186d5;
    top: 6px;
    border-radius: 23px;
}

.page-big-img img {
    width: 100%;
}
.page-bot{
    text-align: center;
    padding: 46px 0;
    color: #4e4e4e;
    /* background: #e3e3e3; */
    border-top: 1px solid #f5e8e8;
}

.page-bot a {
    text-decoration: none;
    color: #4e4e4e;
}

.site-logo{
    min-width: 460px;
    height: 30px;
    padding: 5px 5px 5px 50px;
}

.site-logo img {
    /* width: 380px; */
    height: 50px;
}
.site-name{}
.site-nav{
    /* display: flex; */
    /* justify-content: center; */
    flex: 1;
    /* float: right; */
    text-align: right;
    background: #3ebcfa;
}

.site-nav .box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.site-nav .box:before {content:"";width: 0;height: 0;border-top: 57px solid #fdfdfd;border-right: 54px solid transparent;left: 0px;position: absolute;}

.site-nav a {
}

.site-nav a h2 {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.site-nav a h3 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.site-nav a {
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.links img {
    vertical-align:middle;
}