﻿body {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    overflow-x: hidden;
    list-style-type: none
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

P {
    margin-top: 15px
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#wrapper {
    animation: fade-in;
    animation-duration: 1.0s;
    -webkit-animation: fade-in 1.0s;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    transform: translate(0, 0);
}

.menuarrow:before {
    content: "\f107";
    transform: translate(0, 0)
}

h1 {
    font-size: 16px;
    line-height: 2;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

h3 {
    font-size: 14px;
    line-height: 1.7;
    font-weight: normal;
    margin: 0;
    opacity: 0.5;
}

h4 {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    font-weight: lighter;
    max-width: 800px;
    margin: 0;
    text-transform: uppercase;
    opacity: 1
}

h5 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

h6 {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    opacity: 0.6
}

hr {
    height: 1px;
    background: #eee;
    display: block;
    border: 0;
    margin: 30px 0
}

p:first-letter {
    text-transform: capitalize
}

a {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:link {
    color: #666;
    text-decoration: none
}

a:visited {
    color: #666
}

.menu_important {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
}


.menu {
    position: relative;
    display: block;
    height: auto;
    width: 25%;
    margin-right: 8px;
    border-radius: 50px;
}

.menu:last-child {
    border-right: 0 solid #000;
    margin-right: 0;
}

.menu > a {
    position: relative;
    display: block;
    height: 50px;

    font-size: 14px;
    line-height: 50px;
    color: #323232;
    text-align: center;

    padding: 0 25px;
    overflow: hidden;
    border-radius: 0;
    transition: 0.5s
}

.menu > a:hover{
    color: #ba2c28;
}

.menu a .menuarrow {
    position: absolute;
    top: 17px;
    right: 10px;
    color: #fff;
    opacity: 0.5;
}

.menu span {
    position: relative;
    display: block;
    text-transform: uppercase;
}

.menu .erji {
    position: fixed;
    opacity: 0;
    top: 100px;
    left: 0;

    display: flex;
    width: 90%;

    padding: 3% 5%;
    text-align: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    justify-content: center;
    align-items: center;
    z-index: -99;
    transition: 0.5s;
}

.menu .erji li img {
    width: 55px;
    display: block;
    margin: 0 auto
}

.menu:hover .erji {
    padding-top: 3%;
    top: 100px;
    visibility: inherit;
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: -99
}

.menu .erji li a {
    display: block;
    line-height: 32px;
    color: #999;
    padding: 5px 40px;
    margin: 0 10px;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.01);
    transition: 0.2s
}

.menu .erji li a:hover {
    background: #ba2c28;
    color: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.01);
}

#menu .select {
    background: #fff;
    color: #CCAD79;
    border-radius: 50px;
}

#menu:hover .select span {
    transform: translate3d(0, 0%, 0);
}

#menu .selecterji {
    background: #fff;
    color: #999;
}

.foot_link {
    color: #999;
}
.box_top {
    display: flex;
    width: 100%;
    opacity: 1;
    justify-content: space-between;
    align-items: center
}

.box_top_left {
    display: block
}

.box_top_left img {
    width: 15%;
    margin-right: 10px;
    opacity: 1;
    transition: 0.5s;
}

.box_top_left .logo {
    display: flex;
    justify-content: left;
    align-items: center
}

.box_top_left .logo .sh-logo{
    float: left;
    width: 200px;
}

.box_top_left a:link {
    color: #FFF;
    font-size: 22px;
    line-height: 1.3;
}

.box_top_left a:visited {
    color: #FFF;
}

.box_top_left .en {
    font-size: 33px;
    line-height: 20px;
    letter-spacing: 3px
}

.box_top_left .kouhao {
    display: block;
    font-size: 10px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.6;
    transition: 0.5s
}

.box_top_right {
    width: 80%
}

.box_menu_position {
    width: 100%;
}

.box_menu_class > li {
    float: left
}

.box_index {
    overflow: hidden
}

.box_main {
    overflow: hidden;
    padding: 3% 0 3% 0
}

.box_main_padding {
    background: #fff;
    border: 15px solid rgba(47, 170, 224, 0.2);
    padding: 5% 6%;
    margin: 0 5%;
    border-radius: 100px;
    overflow: hidden
}

.box_main_nopadding {
    margin: 0;
    overflow: hidden
}

.box_foot {
    width: 100%;
    color: #999;
    /*text-transform: uppercase;*/
    background: #fff;
    padding: 2% 0;
    overflow: auto;
    text-align: center
}

.font_copyright {
    color: #999;
    opacity: 1;
}

.list_index_service {
    float: left;
    width: 100%;
    margin-right: 0;
    border-left: 0 solid #333;
    margin-bottom: 0
}

.list_index_service .box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ba2c28;
}

.list_index_service:hover .box {
    background: rgba(186, 44, 40, .4);
}

.list_index_service .box img {
    width: 100%;
    background-size: cover;
    opacity: 1;
    transition: 0.2s
}

.list_index_service .position {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    opacity: 1;
    transition: 0.2s
}

.list_index_service .font_01 {
    line-height: 1;
    opacity: 1;
    transition: 0.2s;
}
.list_index_service .font_02 {
    color: #FFF;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    max-width: 280px;
    transition: 0.2s
}

.list_index_service .font_line {
    display: block;
    width: 20px;
    height: 2px;
    background: #eee;
    margin: 10px 0;
    opacity: 1;
    transition: 0.2s
}

.list_index_service .svg {
    width: 80px;
    opacity: 1;
    border-radius: 1000px;
    padding: 8px;
    margin: 20px 0;
    transition: 0.2s
}
.list_index_service .svg img{
    width: 110%;
}


@media all and (min-width: 1024px) {
    .header {
        position: fixed;
        display: flex;
        width: 90%;
        height: 100px;
        background: rgb(255, 255, 255);
        padding: 0 5%;
        justify-content: space-between;
        align-items: center;
        transition: 0.5s ease;
        z-index: 1000;
    }

    .header.mini .box_top_left img {
        opacity: 1;
        filter: brightness(1.2) sepia(1) hue-rotate(330deg) saturate(20);
    }

    .header.mini .menu .erji {
        top: 80px;
    }

    .header.mini .menu:hover .erji {
        top: 80px;
    }

    .header.mini .box_top_left a:link {
        color: #fff
    }

    .header.mini .box_top_left a:visited {
        color: #fff
    }

    .mheader {
        display: none
    }
}

@media all and (max-width: 1024px) {
    body {
        font-size: 14px;
    }

    .header {
        display: none;
    }

    .mheader {
        position: fixed;
        display: flex;
        width: 100%;
        height: 80px;
        background: rgba(255, 255, 255, 0.8);
        justify-content: space-between;
        align-items: center;
        z-index: 10000;
        border-bottom: 0 solid #f1f1f1;
        box-shadow: 0 0 10px #ccc;
        transition: 0.5s;
    }

    .mheader.mini {
        background: rgba(0, 0, 0, 0.9)
    }

    h1 {
        font-size: 16px;
        line-height: 2;
        font-weight: normal;
    }

    h2 {
        font-size: 14px
    }

    h3 {
        font-size: 15px;
        line-height: 1.5
    }

    h4 {
        max-width: 90%;
        line-height: 30px;
        font-size: 20px;
        margin: 0 auto;
    }

    h5 {
        font-size: 16px
    }

    h6 {
        font-size: 14px;
        line-height: 24px
    }

    #menup .select {
        background: #fff;
        color: #CCAD79
    }

    .box_top {
        width: 92%;
        padding: 0 4%;
    }

    .box_top_left img {
        width: 20%
    }

    .box_top_left a:link {
        color: #666;
        font-size: 17px;
        line-height: 1.2;
    }

    .box_top_left a:visited {
        color: #666;
    }

    .box_top_left .kouhao {
        font-size: 9px;
        letter-spacing: 0;
        opacity: 0.5;
    }

    .box_main {
        padding: 10% 0
    }

    .box_main_padding {
        border: 7px solid rgba(47, 170, 224, 0.2);
        padding: 6% 6%;
        margin: 0 5%;
        border-radius: 50px;
        overflow: hidden
    }


    .box_foot {
        padding: 5% 0
    }

    .font_copyright {
        display: block;
    }

    .list_index_service {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        border-right: 0;
    }

}