﻿.yfzx_top_img{
    margin-top: 20px;
}

.yfzx_top_img img{
    display: block;
    width: 100%;
}

.yfzx_info_box{
    padding: 10px 0;
}

.yfzx_title{
    font-size: 36px;
    color: #156baf;
    line-height: 46px;
    font-weight: bold;
}
.yfzx_button{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yfzx_button_content{
    /*width: 43%;*/
    height: 50px;
    margin-top: 35px;
    color: #fff;
    font-size: 17px;
    padding: 15px;
    line-height: 50px;
}
.yfzx_button_left{
    background: #2D48D1;
    background-image: url('../images/yfzx/sys_bg.png');
    background-size: auto 60px;
    background-repeat: no-repeat;
    background-position: 10px 12px;
}
.yfzx_button_left img{
    margin-left: 70px;
    margin-bottom: 5px;
}
.yfzx_button_right{
    background: #1DC9AF;
    background-image: url('../images/yfzx/sys_bg2.png');
    background-size: auto 60px;
    background-repeat: no-repeat;
    background-position: 10px 12px;
}
.yfzx_button_right img{
    margin-left: 20px;
    margin-bottom: 5px;
}
.yfzx_info_line_title{
    /*margin-top: 20px;*/
    font-weight: bold;
}
.yfzx_info_line_title .title{
    font-size: 25px;
    color: #2D48D1;
}
.yfzx_info_line_title .title2{
    font-size: 20px;
    margin-left: 5px;
}

.yfzx_info_li{
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yfzx_info_li .yfzx_info{
    width: 48%;
}

.yfzx_info_li .yfzx_info .yfzx_info_title{
    font-size: 24px;
    color: #333638;
    line-height: 34px;
    font-weight: bold;
}

.yfzx_info_li .yfzx_info_text{
    font-size: 14px;
    color: #3a3c3d;
    line-height: 30px;
    margin-top: 10px;
}

.yfzx_info_li .yfzx_img{
    width: 48%;
}


.yfzx_info_li .yfzx_img img{
    display: block;
    width: 100%;
}


.yfzx_swiper {
    margin: 30px 60px 0 60px;
    position: relative;
    padding-bottom: 30px;
}

.yfzx_swiper .swiper-slide {
    padding: 5px 0;
}

.yfzx_swiper .swiper-button-prev {
    left: -1000px;
}

.yfzx_swiper .swiper-button-next {
    right: -1000px;
}
.yfzx_team{
    margin: 10px;
    display: flex;
}
.yfzx_team .title{
    font-size: 20px;
    font-weight: bold;
    color:white;
    width: 50%;
}

.yfzx_swiper_img .pop{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
}

.yfzx_swiper_img:hover .pop{
    opacity: 1;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: -moz-transform 0.5s ease-in-out;
    transition: all 0.5s ease 0s;
}

.yfzx_swiper_img:hover .pop .text{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 40px;
    border: 1px solid #fff;
    margin-left: -80px;
    margin-top: -20px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}



.yfzx_team .yfzx_team_btn{
    display: flex;
    justify-content: right;
    width: 50%;
}
.yfzx_team .yfzx_team_btn_left{
    margin-right: 10px;
    padding: 15px 20px;
    background-color: #1083e7;
}
.yfzx_team .yfzx_team_btn_right{
    padding: 15px 20px;
    background-color: #1083e7;
}
.yfzx_swiper .btn_product_next {
    position: absolute;
    right: 8px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-top: -20px;
    background: url(../images/yfzx/right.png) no-repeat center;
    background-size: 10px;
    cursor: pointer;
}

.yfzx_swiper .btn_product_prev {
    position: absolute;
    left: 979px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-top: -20px;
    background: url(../images/yfzx/left.png) no-repeat center;
    background-size: 10px;
    cursor: pointer;
}


.yfzx_swiper_img {
    position: relative;
    width: 100%;
    height: 360px;
}

.yfzx_swiper_img .img_box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.yfzx_swiper_img .img_box img {
    display: block;
    width: 100%;
    height: 100%;
}

.yfzx_swiper_text {
    padding: 10px 15px;
    color: white;
    line-height: 28px;
    text-align: center;
}
.yfzx_swiper_text .yfzx_swiper_trademark{
    font-size: 18px;
    font-weight: bold;
}
.yfzx_swiper_trademark span{
    font-size: 12px;
    font-weight: lighter;
    color: #eeecec;
}
.yfzx_swiper_text .yfzx_swiper_title{
    font-size: 14px;
}

.yfzx_swiper_box {
    background-color: #1083e7;
}


.Team_pop2{
    position: fixed;
    left: 30%;
    width: 800px;
    top: 50%;
    /*margin-left: -250px;*/
    z-index: 999;
    border-radius: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: none;
}

.Team_content2{
    padding: 20px;
    background-color: #fff;
    /*box-shadow: 0px 0px 10px rgba(0,0,0,0.3);*/
    display: flex;
}

.Team_pop2 .btn_TeamPop_close{
    position: absolute;
    right: 0px;
    top: 0;
    padding: 20px;
}

.Team_pop2 .btn_TeamPop_close img{
    display: block;
    width: 30px;
    height: 30px;
}

.Team_content2 img{
    display: block;
    width: 260px;
    height: 360px;
}

.Team_pop2 .Team_pop_text{
    padding: 0 30px;
    margin-top: 10px;
}

.Team_content2 .TeamPop_name{
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    font-weight: bold;
}
.Team_content2 .TeamPop_name span{
    font-size: 14px;
    color: #202020;
    font-weight: lighter;
}
.Team_content2 .TeamPop_zw{
    font-size: 16px;
    color: #202020;
    line-height: 26px;
    margin-top: 5px;
    font-weight: bold;
}

.Team_content2 .TeamPop_jj{
    font-size: 13px;
    color: #202020;
    line-height: 24px;
    text-align: justify;
    margin-top: 40px;
    max-height: 300px;
    overflow-y: auto;
    min-height: 100px;
}

