.about-slide {
    width: 16%;
    border: 1px solid rgba(230, 230, 230, 1);
}

.about-slide ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.about-slide-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}

.about-slide ul li {
    color:#282828;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    line-height: 24px;
}

.about-slide ul li a {
    display: flex;
    color: #282828;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 54px;
}


.about-slide ul li a:hover {
    text-decoration: none;
}
.about-slide ul li .active:hover {
    color: #ffffff;
}


.about-slide ul li .icon {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.about-slide ul li i {
    font-size: 21px;

}

.z-about-right-content {
    width: 83%;
    padding: 20px;
    border: 1px solid rgba(230, 230, 230, 1);
}

.z-about-right-content .z-title {
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    background: #ffffff;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(41, 41, 41, 1);
    line-height: 24px;
}

.z-about-right-content .z-mianze-content {

    padding-top: 0px;
    min-height: 770px;
}


/* 第二版本about_usV2.html taotao*/
.c-about-banner_1{
    width: 100%;
    height: 202px;
    background-image: url('../images/about/banner2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.c-about-banner img{
    width: 100%;
}
.c-banner_1-content{
    padding:16px 0px;
    box-sizing: border-box;
}
.c-banner_1-content .fl{
    width: 39%;
}
.c-banner_1-content .fl h1{
    font-size: 32px;
    font-weight: 600;
    color: #292929;
    margin: 15px 0;
}
.c-banner_1-content h2{
    font-size: 32px;
    color: #C0C0C0;
    font-weight: 600;
}
.c-banner_1-content .fr{
    width: 61%;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 24px;
}

.c-about-do-title{
    font-size: 32px;
    color: #292929;
    padding: 10px 0 15px 0;
    font-weight: 600;
}

.c-about-do-tip{
    font-size: 18px;
    color: #4D4D4D;
    margin-bottom: 30px;
    font-weight: 600;
}
.c-about-doRwap{
    width: 100%;
}
.c-about-doRwap ul{
    width: 100%;
    display: flex;
    align-items: center;
}
.c-about-doRwap ul>li{
    position: relative;
    display: inline-block;
    width: 23%;
    height: 348px;
    margin-right: 2%;
    color: #ffffff;
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
    transition: ease-in-out 250ms;
    overflow: hidden;
    border-radius: 7px;
}
.c-about-doRwap ul>li:last-child{
    margin-right: 0;
}

.c-about-doRwap ul>li:hover{
    transition: ease-in-out 250ms;
    transform: translateY(-8px);
    box-shadow: 0 0 15px rgba(0, 0, 0, .6);
}

.c-about-doRwap ul>li h2{
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}

.c-about-doRwap ul>li strong{
    font-weight: 400;
    color: #52b1a5;
}

.c-about-doRwap ul>li p{
	font-size: 16px;
	line-height: 38px;
}
.c-about-bg1{
    background-image: url('../images/about/01.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.c-about-bg2{
    background-image: url('../images/about/02.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.c-about-bg3{
    background-image: url('../images/about/03.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.c-about-bg4{
    background-image: url('../images/about/04.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.c-about-doLink{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    width: 90px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 7px;
    transition: ease-in-out 250ms;
}

.c-about-doLink:hover{
    transition: ease-in-out 250ms;
    background-color: #ffffff;
}

.c-about-teach{
    width: 100%;
    height: 370px;
    padding: 30px 0;
    box-sizing: border-box;
    background-image: url('../images/about/banner3.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.c-about-teach-title{
    width: 100%;
    text-align: center;
}

.c-about-teach-title h2{
    font-size: 32px;
    color: #292929;
    font-weight: 600;
    margin-bottom: 10px;
}

.c-about-teach-title p{
    font-size: 32px;
    color: #EAE8E8;
}

.c-about-teach-content{
    width: 100%;
    text-align: center;
}

.c-about-teach-content ul{
    display: flex;
    align-items: center;
    width: 100%;
}
.c-about-teach-content ul>li{
    position: relative;
    display: inline-block;
    width: 15%;
    margin-right: 6%;
    height: 188px;
}

.c-about-teach-content ul>li img{
    width: 24px;
}

.c-about-teach-content ul>li:last-child{
    margin-right: 0;
}

.c-about-teach-content h2{
    font-size: 18px;
    margin-left: 10px;
    font-weight: 600;
}
.c-about-teach-info{
    margin: 20px 0;
    font-size: 17px;
    text-align: center;
    line-height: 28px;
}

.c-about-teach-info a{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.c-about-team{
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}

.c-about-team-title{
    width: 100%;
    text-align: center;
}

.c-about-team-title h2{
    font-size: 32px;
    color: #292929;
    font-weight: 600;
    margin-bottom: 10px;
}

.c-about-team-title p{
    font-size: 32px;
    color: #EAE8E8;
}

.c-about-team-content {
    font-size: 18px;
    color: #70798e;
    line-height: 29px;
}

.c-about-team-content p{
    text-indent: 2rem;
}

.c-about-team-info{
    width: 100%;
    background-image: url('../images/about/teamBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 518px;
}
.c-about-us{
    display: flex;
    align-items: center;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
}

.c-about-us>li{
	width: 21%;
	text-align: center;
	margin-top: 60px;
	margin-right: 6%;
}
.c-about-us>li:last-child{
    margin-right: 0;
}
.c-about-us h2{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.c-about-photo{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 45px;
}

.c-about-photo li{
    display: inline-block;
    width: 32.5%;
    height: 234.67px;
    margin-right: 1.5%;
}

.c-about-photo li img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.c-about-photo li:last-child{
    margin-right: 0;
}
.c-about-address{
    position: relative;
    margin-top: 50px;
}

.c-about-map{
    position: absolute;
    top: 0;
    left: 0;
    width: 46%;
    border-radius: 9px;
    box-shadow: 15px 0 18px rgba(0, 0, 0, 0.15);
    z-index: 100;
}
#allmap{
    border-radius: 9px;
}
.c-about-contact{
    width: 60%;
    background-color: #ffffff;
    height: 220px;
    margin-top: 40px;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
    z-index: 10;
}

.c-about-contact{
    padding: 30px 40px 30px 120px;
    box-sizing: border-box;
}
.c-about-contact-info{
    width: 58%;
}

.c-about-contact h2{
    font-size: 20px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 15px;
}

.c-about-contact-info p{
    margin-bottom: 10px;
    font-size: 18px;
    color: #909dae;
}
.c-about-contact-info span{
    font-size: 15px;
}
.c-about-contact-info strong{
    font-size: 22px;
    font-weight: 400;
}

.c-about-middle{
    width: 1100px;
    margin: 0 auto;
}

.c-about-contactLeft{
    width: 68%;
}

.c-about-contactRight{
    width: 30%;
}

.c-about-contact-item{
    width: 100%;
    background-color: #F5F5F5;
    margin-bottom: 20px;
    height: 194px;
    padding: 25px;
    box-sizing: border-box;
}

.c-about-contactRight .c-item{
    border: 2px solid #E6E6E6;
    margin-bottom: 20px;
    height: 194px;
    padding: 25px;
    box-sizing: border-box;
}

.c-about-contactLeft h2,.c-about-contactRight h2{
    font-size: 24px;
    color: #292929;
    margin-bottom: 15px;
}

.c-about-contactLeft p,.c-about-contactRight p{
    font-size: 18px;
    color: #999999;
    margin-bottom: 10px;
}

.c-about-contactRight .c-item a{
    display: inline-block;
    width: 100%;
    height: 41px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 41px;
}

.c-about-contact-type{
    width: 90%;
}

.c-about-contactRight .c-item a:hover{
    color: #ffffff!important;
}

.r-line{
    line-height: 34px;
    font-size: 18px
}

.r-teach{
	font-size: 17px;
	line-height: 47px;
}

.r-teach a{
	background-color: indianred;
	font-size: 12px;
	color: wheat;
	padding: 6px 12px;
	border-radius: 5px;
	margin-left: 15px;
}

.r-teach a:hover{
	color: wheat !important;
	cursor: pointer;
}

/* 网站公告 */
.website-notice-content{
    width: 100%;
}

.website-notice-content .item{
    margin-bottom: 30px;
}

.website-notice-content .title h2{
    font-weight: 600;
    font-size: 16px;
}

.website-notice-content .item .fengmian{
    width: 130px;
    height: 90px;
    object-fit: cover;
    margin-right: 10px;
}

.website-notice-content .three-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient:vertical;
     flex-direction: column;
}

.r-gonggao-text{
	font-size: 15px;
	line-height: 30px;
	color: #8c8888;
}


.c-about-product{
    width: 100%;
    background-image: url(../images/about/s4.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    padding: 30px 0;
    box-sizing: border-box;
}
.c-about-product .c-about-team-title p{
    font-size: 34px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    color: #c7c7c7;
    line-height: 40px;
}
.c-about-product .product{
    width: 100%;
}
.mgt50{
    margin-top: 50px;
}