#box {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    font-family: 'Microsoft YaHei',
    /* background-color: #f5f6fa; */
}


/* �ֲ�ͼ */

.yh_bg {
    width: 100%;
    background-color: #fbfbfb;
}

#yh_banner {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    /* overflow: hidden; */
}

.yh_banner_con {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
}

.yh_banner_con ul:first-child {
    width: 100%;
    height: 100%;
}

.yh_banner_con ul:first-child li {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.guodu_con p {
    display: block;
    text-align: center;
    margin: 0;
    margin-top: -1px;
    padding: 0;
    top: 50%;
    width: 45px;
    height: 1px;
    font-size: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.yh_banner_con ul:first-child li img {
    width: 100%;
    height: 100%;
}

.li1 {
    display: none;
}

.li2 {
    display: none;
}

.li3 {
    display: none;
}

.linow {
    display: block !important;
    animation: yh_banner 3s;
    -moz-animation: yh_banner 3s;
    -webkit-animation: yh_banner 3s;
    -o-animation: yh_banner 3s;
    -ms-animation: yh_banner 3s;
}

@keyframes yh_banner {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.yh_banner_con ul:last-child {
    position: absolute;
    left: 50%;
    top: 92%;
    transform: translateX(-61px);
    -moz-transform: translateX(-61px);
    -webkit-transform: translateX(-61px);
    -o-transform: translateX(-61px);
    -ms-transform: translateX(-61px);
}

.yh_banner_con ul:last-child li {
    float: left;
    width: 47px;
    height: 9px;
    border: 2px solid #fff;
    margin-right: 12px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.now {
    background-color: #fff;
}

.yh_banner_animation {
    position: absolute;
    width: 80%;
    left: 18%;
    top: 35%;
    /* width: 100%; */
}

.yh_banner_name {
    font-size: 56px;
    font-weight: 700;
    position: absolute;
    top: -81px;
    opacity: 1;
    color: #fff;
    width: 700px;
    animation: yh_banner_name_animation 3s;
    -moz-animation: yh_banner_name_animation 3s;
    -webkit-animation: yh_banner_name_animation 3s;
    -ms-animation: yh_banner_name_animation 3s;
    -o-animation: yh_banner_name_animation 3s;
}

@keyframes yh_banner_name_animation {
    0% {
        top: -139px;
        opacity: 0;
    }
    100% {
        top: -81px;
        opacity: 1;
    }
}

.yh_banner_name span {
    color: #26c7fc;
    padding-right: 10px;
}

.yh_banner_line {
    height: 30px;
    /* width: 0; */
    /* position: relative; */
    top: 15px;
    border-top: #FFF solid 1px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    width: 583px;
    animation: yh_banner_line_animation 2s;
    -moz-animation: yh_banner_line_animation 2s;
    -webkit-animation: yh_banner_line_animation 2s;
    -ms-animation: yh_banner_line_animation 2s;
    -o-animation: yh_banner_line_animation 2s;
}

@keyframes yh_banner_line_animation {
    0% {
        width: 0px;
    }
    100% {
        width: 583px;
    }
}

.yh_banner_name2 {
    font-size: 41px;
    position: absolute;
    color: #fff;
    top: 0;
    width: 800px;
    animation: yh_banner_name_span_animation 3s;
    -moz-animation: yh_banner_name_span_animation 3s;
    -webkit-animation: yh_banner_name_span_animation 3s;
    -ms-animation: yh_banner_name_span_animation 3s;
    -o-animation: yh_banner_name_span_animation 3s;
}

@keyframes yh_banner_name_span_animation {
    0% {
        top: 80px;
        opacity: 0;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

.yh_banner_animation3 {
    animation: bannerdemo 2s;
    -moz-animation: bannerdemo 2s;
    -webkit-animation: bannerdemo 2s;
    -ms-animation: bannerdemo 2s;
    -o-animation: bannerdemo 2s;
}

@keyframes bannerdemo {
    0% {
        transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}

.yh_banner_namelist4 a {
    border: 1px solid #fdc013;
    filter: contrast(200%);
    -webkit-filter: contrast(200%);
    display: block;
    width: 169px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    color: #fdc013;
}

.yh_banner_namelist4 a:hover {
    background-color: #fdc013;
    filter: none;
    -webkit-filter: none;
    color: #fff;
}

.yh_banner_name2 div {
    font-size: 52px;
}

.yh_banner_namelist1 h2 {
    color: #fff;
    font-size: 50px;
    padding-bottom: 28px;
}

.yh_banner_namelist2 p {
    font-size: 22px;
    color: #fff;
}

.yh_banner_namelist3 p {
    font-size: 31px;
    color: #fff;
}

.yh_banner_namelist11 h2 {
    color: #fff;
    font-size: 57px;
    letter-spacing: 10px;
    padding-top: 10px;
    padding-bottom: 28px;
    animation: yh_banner_namelist11h2 1s;
    -moz-animation: yh_banner_namelist11h2 1s;
    -webkit-animation: yh_banner_namelist11h2 1s;
    -ms-animation: yh_banner_namelist11h2 1s;
    -o-animation: yh_banner_namelist11h2 1s;
    text-shadow: 5px 8px 14px #35363a;
    z-index: 2;
}

@keyframes yh_banner_namelist11h2 {
    0% {
        transform: translate(-50%);
        -moz-transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        z-index: 2;
    }
    100% {
        transform: translate(0%);
        -moz-transform: translate(0%);
        -webkit-transform: translate(0%);
        -o-transform: translate(0%);
        -ms-transform: translate(0%);
        z-index: 2;
    }
}

.yh_banner_namelist14 a {
    border: 1px solid #fdc013;
    filter: contrast(200%);
    -webkit-filter: contrast(200%);
    display: block;
    width: 169px;
    height: 50;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    color: #fdc013;
    animation: yh_banner_namelist11a 1s;
    -moz-animation: yh_banner_namelist11a 1s;
    -webkit-animation: yh_banner_namelist11a 1s;
    -ms-animation: yh_banner_namelist11a 1s;
    -o-animation: yh_banner_namelist11a 1s;
    z-index: 2;
    /* font-weight: bold; */
    font-size: 16px;
}

.yh_banner_namelist14 a:hover {
    background-color: #fdc013;
    -webkit-filter: none;
    color: #fff;
    filter: none
}

@keyframes yh_banner_namelist11a {
    0% {
        transform: translate(-50%);
        -moz-transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        z-index: 2;
    }
    100% {
        transform: translate(0%);
        -moz-transform: translate(0%);
        -webkit-transform: translate(0%);
        -o-transform: translate(0%);
        -ms-transform: translate(0%);
        z-index: 2;
    }
}

.yh_banner_namelist12 p {
    font-size: 31px;
    color: #fff;
    animation: yh_banner_namelist11p1 1s;
    -moz-animation: yh_banner_namelist11p1 1s;
    -webkit-animation: yh_banner_namelist11p1 1s;
    -ms-animation: yh_banner_namelist11p1 1s;
    -o-animation: yh_banner_namelist11p1 1s;
    text-shadow: 5px 8px 14px #6d79a7;
}

@keyframes yh_banner_namelist11p1 {
    0% {
        transform: translate(-50%);
        -moz-transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
    }
    100% {
        transform: translate(0%);
        -moz-transform: translate(0%);
        -webkit-transform: translate(0%);
        -o-transform: translate(0%);
        -ms-transform: translate(0%);
    }
}

.yh_banner_namelist13 p {
    font-size: 31px;
    color: #fff;
    animation: yh_banner_namelist11p 1s;
    -moz-animation: yh_banner_namelist11p 1s;
    -webkit-animation: yh_banner_namelist11p 1s;
    -ms-animation: yh_banner_namelist11p 1s;
    -o-animation: yh_banner_namelist11p 1s;
}

@keyframes yh_banner_namelist11p {
    0% {
        transform: translate(-50%);
        -moz-transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
    }
    100% {
        transform: translate(0%);
        -moz-transform: translate(0%);
        -webkit-transform: translate(0%);
        -o-transform: translate(0%);
        -ms-transform: translate(0%);
    }
}

.yh_banner_neirong {
    line-height: 28px;
    padding-top: 15px;
    position: absolute;
    color: #fff;
    top: 20px;
    font-size: 18px;
    width: 800px;
    animation: yh_banner_neirong_animation 3s;
    -moz-animation: yh_banner_neirong_animation 3s;
    -webkit-animation: yh_banner_neirong_animation 3s;
    -ms-animation: yh_banner_neirong_animation 3s;
    -o-animation: yh_banner_neirong_animation 3s;
}

@keyframes yh_banner_neirong_animation {
    0% {
        top: 200px;
        opacity: 0;
    }
    100% {
        top: 20px;
        opacity: 1;
    }
}

.yh_banner_chazhao a {
    /* background-color: #FFF; */
    border: 1px solid #fdc013;
    filter: contrast(200%);
    -webkit-filter: contrast(200%);
    display: block;
    width: 169px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    color: #fdc013;
    animation: yh_banner_chazhao_animation 3s;
    -moz-animation: yh_banner_chazhao_animation 3s;
    -webkit-animation: yh_banner_chazhao_animation 3s;
    -ms-animation: yh_banner_chazhao_animation 3s;
    -o-animation: yh_banner_chazhao_animation 3s;
    position: absolute;
    top: 201px;
    left: -3px;
}

.yh_banner_chazhao a:hover {
    background-color: #fdc013;
    color: #fff;
    filter: none;
    -webkit-filter: none;
}

@keyframes yh_banner_chazhao_animation {
    0% {
        top: 250px;
        opacity: 0;
    }
    100% {
        top: 200px;
        opacity: 1;
    }
}


/*  */

#yh_jiejue,
#yh_chanpin,
#yh_xinwen,
#yh_about,
#yh_panner,
#yh_youshi,
#yh_women,
#yh_anli {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
    left: 0;
    top: 0;
}

#yh_chanpin {
    padding-top: 105px;
}

h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    margin: 0;
    color: #f8f8fa;
    font-size: 28px
}

.yh_jiejue_header {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.yh_panner_women {
    opacity: 1;
}

.yh_chanpin_header {
    opacity: 1;
}

.yh_jiejue_header h2 {
    text-align: center;
    color: black;
}

.section-subheading {
    width: 74%;
    margin: 18px auto 50px;
    line-height: 1.75;
    color: #777c87;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin-top: -75px;
    opacity: 0.1;
    /* transform: rotateX(50deg);
    box-shadow: 10px 10px gray; */
    font-family: Tahoma, Geneva, sans-serif;
}

.d-block {
    height: 2px;
    width: 80px;
    /* background: linear-gradient(to right, rgb(42, 22, 155) 10%, rgb(41, 137, 216) 50%, rgb(44, 212, 217) 95%); */
    background-color: lightslategray;
    margin: 20px auto;
    display: block;
    position: absolute;
    left: 415px;
    top: 0px;
    opacity: 0.5;
}

.yh_jiejue_con,
.yh_chanpin_con,
.yh_about_con,
.yh_panner_con,
.yh_youshi_con,
.yh_xinwen_con,
.yh_women_con,
.yh_guodu_con,
.yh_anli_con {
    width: 100%;
    display: flex;
    margin-top: 50px;
    opacity: 1;
    /* transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px); */
    position: relative;
}

.yh_jiejue_con_child {
    background-color: #fff;
    flex: 1;
    padding: 61px 40px 58px 40px;
    box-shadow: 0 14px 45px 0 rgba(205, 205, 205, 0.35);
    -webkit-box-shadow: 0 14px 45px 0 rgba(205, 205, 205, 0.35);
    -ms-box-shadow: 0 14px 45px 0 rgba(205, 205, 205, 0.35);
    -o-box-shadow: 0 14px 45px 0 rgba(205, 205, 205, 0.35);
    -moz-box-shadow: 0 14px 45px 0 rgba(205, 205, 205, 0.35);
    transition: all 500ms ease;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.solution-list {
    position: relative;
    height: 412px;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
}

.short-bar {
    position: absolute;
    top: 187px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 3px;
}

.active .short-bar {
    top: 201px;
    background-color: #009dff
}

.solution-list ul {
    display: flex;
    display: -webkit-box;
    /* �ϰ汾�﷨: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* �ϰ汾�﷨: Firefox (buggy) */
    display: -ms-flexbox;
    display: -webkit-flex;
}

.solution-list ul li {
    flex: 1;
    position: relative;
    height: 412px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}


/* .solution-list ul li{float:left;width:240px;position:relative;height:412px;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s} */

.solution-item-wrapper {
    width: 100%;
    height: 100%;
    /* background-image: url(../../../assets/home/jiejue.pn
    。g); */
    background-size: 100% 100%;
    position: relative;
}

.solution-item-02 {
    background-size: 100% 100%;
}

.solution-item-03 {
    background-size: 100% 100%;
}

.active .solution-item-wrapper {
    position: absolute;
    z-index: 9;
    top: -18px;
    left: -48px;
    width: 495px;
    height: 453px;
    background-image: url("../static/assets/home/jiejueactive.png") !important;
    background-size: cover;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 40px rgba(0, 0, 0, .5)
}

.solution-list ul li p.solution-title {
    position: absolute;
    top: 362px;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    z-index: 2
}

.solution-list ul li p.solution-intro {
    position: absolute;
    top: 282px;
    left: 50%;
    margin-left: -121px;
    width: 242px;
    overflow: hidden;
    color: #eee;
    line-height: 2;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    font-size: 14px;
    text-align: justify
}

.solution-list ul li a {
    display: none;
    position: absolute;
    top: 452px;
    left: 50%;
    margin-left: -87px;
    width: 174px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    background-color: #3866c3;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.solution-list ul li a:hover {
    background-color: #0099e5;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s
}

.solution-list ul li.active p.solution-title {
    top: 158px;
    font-size: 22px;
    background-color: transparent;
}

.solution-list ul li.active p.solution-intro {
    top: 230px;
    opacity: 1;
    height: 134px;
    filter: alpha(opacity=100);
    -webkit-filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    -moz-filter: alpha(opacity=100);
}

.solution-list ul li.active a {
    top: 388px;
    display: block
}

.solution-list ul li div img {
    opacity: 0;
    width: 147px;
    margin-left: 177px;
    margin-top: 38px;
}

.solution-list ul li.active div img {
    opacity: 1;
}

.con_animation {
    width: 100%;
    background-color: #fff;
}

.con_animation img {
    height: 60px;
    margin-left: 38%;
}

.single_service-con h4 {
    padding: 25px 0 10px;
    font-size: 22px;
    color: #080245;
    font-weight: 700;
    text-align: center;
}

.single_service-con p {
    line-height: 1.75;
    color: #777c87;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.single_service-con a {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    width: 128px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    text-decoration: none;
    color: #101127;
}


/* ��Ʒ */

.yh_chanpin_con {
    display: block
}

.yh_chanpin_con::after,
.yh_chanpin_con::before {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.yh_chanpin_con_child {
    width: 280px;
    float: left;
    transition: all 500ms ease;
    margin-bottom: 30px;
    margin-right: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
    ;
}

.blog_post {
    background-color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.img_area {
    width: 282px;
    height: 191px;
    overflow: hidden;
}

.img_area img {
    width: 100%;
    height: 188px;
    cursor: pointer;
}

.img_area img:hover {
    display: block;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-tra-webkit-transform: scale(1.2);
    -ms-tra-webkit-transform: scale(1.2);
    -o-tra-webkit-transform: scale(1.2);
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition-transform: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
}

.blog_post .blog_info {
    padding: 20px;
    padding-top: 4px;
}

.post_title {
    margin-bottom: 2px;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #0a1b4f;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(127, 136, 151, 0.1);
}

.post_title:hover {
    color: #3d85c6;
}

.post_text {
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
    height: 42px;
    line-height: 24px;
}

.post_link {
    color: #4e5a80;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    margin-left: 161px;
}

.post_link:hover {
    color: #3d85c6
}

.yh_chanpin_con4 {
    position: absolute;
    left: 49.5%;
    top: 66%;
}


/* ���� */

.yh_xinwen_header {
    opacity: 1;
}

.yh_xinwen_con {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-top: 50px;
}

.yh_xinwen_con_left {
    width: 448px;
}

.yh_xinwen_con_left i {
    display: block;
    width: 446px;
    height: 268px;
    overflow: hidden;
    margin-bottom: 12px;
    padding-top: 30px;
    cursor: pointer;
}

.yh_xinwen_con_left i img {
    width: 446px;
    height: 100%;
}

.yh_xinwen_con_left h2 {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    color: #000;
}

.yh_xinwen_con_left h2:hover {
    color: #3d85c6;
}

.yh_xinwen_con_left p {
    font-size: 14px;
    color: #666;
    height: 121px;
    line-height: 30px;
    margin-bottom: 26px;
    border-bottom: 1px solid #ddd;
}

.yh_xinwen_con_left .time {
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 31%;
    top: 88%;
}

.yh_xinwen_con_left .time a {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #999;
}

.yh_xinwen_con_center {
    width: 50px;
    height: 500px;
    position: absolute;
    left: 40%;
    top: 10%;
}

.yh_xinwen_con_right {
    width: 620px;
    margin-left: 119px;
    height: 420px;
    margin-top: 20px;
}

.infoimage img {
    width: 143px;
    height: 95px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.yh_xinwen_con_right ul {
    height: 820px;
}

.yh_xinwen_con_right ul li {
    height: 130px;
    border-bottom: 1px #ddd solid;
    padding-top: 18px;
}

.info {
    width: 453px;
    float: left;
}

.info h3 {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.info h3:hover {
    color: #3d85c6;
}
.yh_women_con_right_more{
    color: #3d85c6;
}
.info p {
    font-size: 13px;
    color: #666;
    line-height: 26px;
}

.fr {
    float: right;
}

.infotime {
    font-size: 14px;
    color: #999;
}

.infotime a {
    font-size: 18px;
    font-weight: bold;
    color: #999;
    display: block;
    margin-top: 50px;
    width: 100%;
    height: 20px;
}

.more {
    display: block;
    width: 160px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #222;
    border: 1px #ccc solid;
    margin-top: 50px;
}


/* �������� */

.yh_jiejue_header1 {
    opacity: 1
}

.yh_about_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.yh_about_con_left {
    width: 588px;
}

.yh_about_con_left h2 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
}

.yh_about_con_left p {
    font-size: 14px;
    line-height: 38px;
    height: 150px;
    text-indent: 2em;
    width: 500px;
}

.yh_about_con_left .more {
    display: block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    color: #222;
    border: 1px #ccc solid;
    text-align: center;
    margin-top: 42px;
}

.yh_about_con_right {
    width: 455px;
    height: 470px;
    background-size: 100% 100%;
    margin-left: 75px;
    position: relative;
    border: 1px solid #e4e0e0;
    box-shadow: 10px 10px rgba(187, 184, 184, 0.3);
    -webkit-box-shadow: 10px 10px rgba(187, 184, 184, 0.3);
    -moz-box-shadow: 10px 10px rgba(187, 184, 184, 0.3);
}

.yh_about_photo {
    width: 448px;
    height: 470px;
    position: absolute;
    left: 1px;
    top: 2px;
}

.yh_about_photo ul {
    width: 100%;
    height: 100%;
}

.yh_about_photo ul li {
    width: 100%;
    height: 100%;
}

.yh_about_photo ul li img {
    width: 100%;
    height: 100%;
}

.yh_about_photo ul li {
    position: absolute;
    left: 0;
    top: 0;
}

#li1 {
    opacity: 1;
    animation: second 10s infinite;
    -webkit-animation: second 10s infinite;
    -moz-animation: second 10s infinite;
    -ms-animation: second 10s infinite;
    -o-animation: second 10s infinite;
}

#li2 {
    opacity: 0;
    animation: first 10s infinite;
    -webkit-animation: first 10s infinite;
    -moz-animation: first 10s infinite;
    -ms-animation: first 10s infinite;
    -o-animation: first 10s infinite;
}

@keyframes first {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1
    }
}

@keyframes second {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}


/* ������� */

.yh_panner_header {
    opacity: 1;
}

.yh_panner_con ul li {
    float: left;
    width: 227px;
    height: 95px;
    margin-right: 10px;
    position: relative;
}

.yh_panner_con_center ul::after,
.yh_panner_con_center ul::before {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}


/* ���ǵ����� */

.yh_youshi_con {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
}

.yh_youshi_con div {
    flex: 1;
    height: 232px;
    box-shadow: 0 14px 45px 0 rgba(205, 205, 205, 0.35);
    -webkit-box-shadow: 0 14px 45px 0 rgba(205, 205, 205, 0.35);
    -moz-box-shadow: 0 14px 45px 0 rgba(205, 205, 205, 0.35);
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.yh_youshi_con_left img {
    width: 60px;
}


/* yejiao */

.yh_footer {
    width: 100%;
    background: #373d41;
}

.site-footer {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    background: #373d41;
}

.site-footer a:hover {
    color: #ff7300 !important;
}

.site-footer .footer-article {
    padding: 30px 0 20px;
    overflow: hidden;
    border-bottom: 1px solid #4b5054;
}

.site-footer .col-article {
    float: left;
    width: 233px;
    margin-right: 40px;
}

.site-footer .col-article dt {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #d7d8d9;
}

.site-footer .col-article dd {
    width: 232px;
    margin: 0;
    overflow: hidden;
    border-right: 1px solid #4b5054;
}

.site-footer .col-article dd a {
    float: left;
    width: 116px;
    margin: 0 0 6px;
    font-size: 12px;
    color: #9b9ea0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.site-footer .col-article.col-article-spe {
    width: 195px;
}

.site-footer .col-article.col-article-spe dd {
    width: auto;
    border: 0;
}

.site-footer .col-article.col-article-spe dd p {
    height: 36px;
    padding-top: 6px;
    font: 20px/36px Arial;
    color: #9b9ea0;
}

.site-footer .col-article.col-article-spe dd i {
    float: left;
    margin-right: 10px;
    font-size: 32px;
}

.site-footer .col-article.col-article-spe dd i.orange {
    color: #ff7300;
}

.site-footer .col-article.col-article-spe dd i.blue {
    color: #2da6f6;
}

.site-footer .col-code {
    float: left;
    width: 120px;
    text-align: center;
    color: #9b9ea0;
}

.site-footer .col-code img {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
}

.footer-links {
    position: relative;
    z-index: 1;
    width: 1140px;
    padding: 10px 0 10px 60px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 24px;
    border-bottom: 1px solid #4b5054;
}

.footer-links span {
    position: absolute;
    left: 0;
}

.footer-links a {
    padding: 0 5px;
    margin: 0 10px;
    color: #73777a;
}

.footer-info .info-text {
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.footer-info .info-text .nav-bottom {
    padding: 20px 0 5px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.footer-info .info-text .nav-bottom a {
    padding: 0 8px;
    color: #9b9ea0;
}

.footer-info .info-text .copyright {
    padding-top: 5px;
}

.footer-info .info-text em {
    padding: 0 8px;
}

a {
    text-decoration: none;
}


/* �������� */

#yh_women {
    /* margin-bottom: 35px; */
}

.yh_women_con {
    transform: translateY(0);
    opacity: 1;
}

.yh_women_con::after,
.yh_women_con::before {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.yh_women_fenlei {
    width: 200px;
    float: left
}

.yh_women_fenlei ul::after,
.yh_women_fenlei ul::before {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.yh_women_fenlei ul li {
    width: 66px;
    height: 180px;
    overflow: hidden;
    float: left;
    display: block;
    position: relative;
}

.yh_women_fenlei ul li a {
    display: block;
    padding-top: 60px;
    text-align: center;
    background: #1d773a;
    color: #fff;
}

.yh_women_fenlei ul li a em {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 30px;
    font-style: normal;
}

.yh_women_fenlei ul li a h3 {
    width: 20px;
    height: 108px;
    line-height: 16px;
    margin: 0 auto;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
}

.yh_women_more1 {
    width: 150px;
    height: 125px;
    background: url("../static/assets/home/fuhao3.png") no-repeat left top;
    position: relative;
    display: block;
}

.yh_women_more1 p {
    width: 23px;
    height: 48px;
    line-height: 14px;
    background: #386CD4;
    color: #fff;
    position: absolute;
    right: -10px;
    bottom: -1px;
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
}

.yh_women_con_center {
    width: 510px;
    height: 330px;
    overflow: hidden;
    float: left;
    margin-left: 14px;
}

.yh_women_con_center img {
    width: 100%;
    height: 100%;
}

.yh_women_con_center img:hover {
    transform: scale(1.2);
    transition: transform 2s ease-out;
}

.yh_women_con_right {
    width: 443px;
    position: relative;
    float: left;
    margin-left: 33px;
}

.yh_women_con_right em {
    width: 90px;
    height: 50px;
    display: block;
    background: url("../static/assets/home/fuhao2.jpg") no-repeat;
    font-style: normal;
}

.yh_women_con_right a {
    position: relative;
    z-index: 2;
    width: 407px;
    /* height: 264px; */
    display: block;
    background: #fbfbfb;
}

.yh_women_con_right a h2 {
    font-size: 24px;
    padding: 10px 0;
    font-weight: normal;
}

.yh_women_con_right a .desc {
    overflow: hidden;
    color: #333;
    text-align: justify;
}

.yh_women_con_right_more {
    margin-top: 29px;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    /* background: #386CD4; */
    border: 2px solid #3d85c6;
    /* background: -webkit-linear-gradient(left, #2b77eb 0%, #164a99 50%, #2b77eb 100%); */
    color: #3d85c6;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.yh_women_con_right_more:hover {
    background-color: #3d85c6;
    color: #fff;
}

.bk {
    width: 364px;
    height: 330px;
    border: 1px solid #dfdfdf;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    /* background-color: #fff; */
}

.yh_women_bg {
    position: absolute;
    left: 19px;
    top: 62px;
    opacity: 0.2;
    width: 423px;
}

.yh_women_bg img {
    width: 100%;
}


/* ������������ */

.yh_women_rongyu {
    margin-top: 50px;
    width: 100%;
    height: 200px;
}

.yh_women_rongyu_bd {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.yh_women_rongyu_bd ul {
    width: 2000px;
    height: 100%;
}

.yh_women_rongyu_bd ul li {
    float: left;
    width: 232px;
    height: 200px;
    margin-right: 10px;
}

.yh_women_rongyu_bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.yh_women_rongyu_bd ul li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.yh_women_contrl {
    position: absolute;
    top: 645px;
    left: -129px;
}

.yh_women_contrl a i {
    font-size: 121px;
    color: rgba(187, 184, 184, 0.3);
}

#yh_guodu {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 280px;
    background-image: url("../static/assets/home/guodu.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.duodubg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}

.yh_guodu_con {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    padding-top: 39px;
    padding-bottom: 66px;
    z-index: 10;
    opacity: 1;
}

.guodu_con {
    flex: 1;
}

.guodu_con img {
    width: 176px;
    margin-left: 50%;
    transform: translateX(-85px);
    -webkit-transform: translateX(-85px);
    -moz-transform: translateX(-85px);
    -o-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
}

.guodu_con h2 {
    text-align: center;
    font-size: 18px;
    color: #2d65d5;
    padding: 20px 0;
    font-weight: 600;
}

.guodu_con p {
    width: 38%;
    height: 4px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    background: -webkit-linear-gradient(left, #8aaaff, #fa8cff);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #8aaaff, #fa8cff);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #8aaaff, #fa8cff);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #8aaaff, #fa8cff);
}

#yh_banner1 {
    width: 100%;
    height: 100%;
    left:0px
}

#banner_animation {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
}

.banner {
    width: 100%;
    height: 100%;
    display: none;
}

.bannernow {
    display: block !important;
}

.jd_banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
}

.jd_banner ul:first-child {
    width: 500%;
    height: 100%;
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
}

.jd_banner ul:first-child li {
    width: 20%;
    height: 100%;
    float: left;
}

.jd_banner ul:first-child li a {
    display: block;
    width: 100%;
    height: 100%;
}

.jd_banner ul:first-child li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.jd_banner ul:last-child {
    position: absolute;
    left: 50%;
    top: 92%;
    transform: translateX(-61px);
    -webkit-transform: translateX(-61px);
    -moz-transform: translateX(-61px);
    -o-transform: translateX(-61px);
    -ms-transform: translateX(-61px);
}

.jd_banner ul:last-child li {
    float: left;
    width: 47px;
    height: 6px;
    border: 2px solid #fff;
    margin-right: 12px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    cursor: pointer;
}

.jd_banner ul:last-child li:first-child {
    margin-left: 0;
}

.jd_banner ul:last-child .nowcirl {
    background: #fff;
}

.clearfix::after,
.clearfix::before {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.yh_anli_con {
    width: 100%;
    padding-bottom: 20px;
}

.yh_anli_con_child {
    width: 380px;
    float: left;
    height: 265px;
    margin: 0 10px;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
    /* border: 1px solid red; */
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}

.yh_anli_con_child div img {
    width: 100%;
    height: 100%;
}

.yh_anli_con_child img {
    width: 100%;
    height: 100%;
}

.yh_anli_con::after,
.yh_anli_con::before {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.view {
    width: 360px;
    height: 240px;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 4px auto;
    box-shadow: 0 1px 0 0 #FFFFFF, 0 2px 0 0 #CCCCCC, 0 3px 0 0 #FFFFFF, 0 4px 0 0 #CCCCCC, 0 5px 0 0 #fff, 0 6px 0 0 #CCCCCC;
    -webkit-box-shadow: 0 1px 0 0 #FFFFFF, 0 2px 0 0 #CCCCCC, 0 3px 0 0 #FFFFFF, 0 4px 0 0 #CCCCCC, 0 5px 0 0 #fff, 0 6px 0 0 #CCCCCC;
    -o-box-shadow: 0 1px 0 0 #FFFFFF, 0 2px 0 0 #CCCCCC, 0 3px 0 0 #FFFFFF, 0 4px 0 0 #CCCCCC, 0 5px 0 0 #fff, 0 6px 0 0 #CCCCCC;
    -moz-box-shadow: 0 1px 0 0 #FFFFFF, 0 2px 0 0 #CCCCCC, 0 3px 0 0 #FFFFFF, 0 4px 0 0 #CCCCCC, 0 5px 0 0 #fff, 0 6px 0 0 #CCCCCC;
    -ms-box-shadow: 0 1px 0 0 #FFFFFF, 0 2px 0 0 #CCCCCC, 0 3px 0 0 #FFFFFF, 0 4px 0 0 #CCCCCC, 0 5px 0 0 #fff, 0 6px 0 0 #CCCCCC;
}

.view .mask,
.view .content {
    width: 370px;
    height: 2397px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative
}

.view h2 {
    text-transform: uppercase;
    font-family: 'mouse deco', helvetica, arial, sans-serif;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}

.view p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 7px 7px 8px;
    text-align: center;
    width: 93%;
    height: 97px;
    line-height: 26px;
}

.view a.info {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    padding: 5px 9px;
    border: 1px solid #3d85c6;
    color: #3d85c6;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    -ms-box-shadow: 0 0 1px #000;
    -o-box-shadow: 0 0 1px #000;
}

.view a.info:hover {
    background-color: #3d85c6;
    color: #fff;
}

.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.view-tenth .mask {
    /* padding: 20px; */
    cursor: pointer;
    background-color: #3d85c6;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth h2 {
    background: transparent;
    margin: 14px 0px 0px 5px;
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth p {
    background: transparent;
    color: #fff;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.view-tenth:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.yh_products_con_right_more{
    position: absolute;
    right: 3%;
    top: 98%;
    font-size: 12px;
    width: 125px;
    height: 37px;
    line-height: 37px;
    margin-top: 3px;
     z-index: 10; 
     color:#3d85c6 !important; 
     border: 1px solid #3d85c6;
     text-align: center;
     border-radius: 4px;
     cursor: pointer;
}
.yh_products_con_right_more:hover{
    color: #fff !important;
    background-color: #3d85c6;
}