@charset "UTF-8";


/* banner */
.index-banner {
    width: 100%;
    height: 100%;
}

.index-banner-txt {
    width: 85px;
    height: 133px;
    margin-top: 70px;
    position: absolute;
    top: 0;
    left: 23%;
}

.banner-txt {
    width: 100%;
    position: absolute;
    top: 38%;
    color: #012734;
    /* padding-top: 240px !important; */
}

.banner-txt .banner-ch {
    height: 120px;
    font-family: SimHei;
    font-size: 130px;
    line-height: 61px;
    text-align: center;
    animation-duration: 2s; /*动画持续时间*/
}

.banner-txt .banner-en {
    font-family: ArialMT;
    font-size: 54px;
    line-height: 61px;
    text-align: center;
}

#banner-bg {
    position: absolute;
    top: 0;
    left: 0;
}

/* 企业公示 */
.search-content {
    width: 100%;
    height: auto;
    overflow:hidden;
    background-image: url("../images/index-search.png");
    background-size: 100%;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

.search-box {
    height: 52px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
}

.search-box input {
    width: 403px;
    height: 52px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #eee;
    padding: 0 22px;
}

.search-box .search-button {
    width: 100px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-image: linear-gradient(
            #f4543c,
            #f4543c),
    linear-gradient(
            #ffffff,
            #ffffff);
    border-radius: 4px;
    border: solid 1px #eeeeee;
    color: #fff;
}

/* 三方简介 */
.sf-content {
    margin: 5% auto 0 auto;
    overflow: hidden;
    height:70%;
    width:80%!important;
}

.sf-content ul{
    height: 100%;
    overflow: hidden;
}

.sf-content ul li {
    float: left;
    height: 100%;
    width: 23%;
    overflow: hidden;
}

.sf-content ul .desc {
    background-image: url(../images/index-desc.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 54%;
}

.sf-content ul .product {
    background-image: url(../images/index-product.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.sf-content ul .team {
    background-image: url(../images/index-team1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.txt {
    background: rgba(0, 0, 0, .73);
    height: 100%;
    width: 100%;
    font-family: PingFang-SC-Regular;
    color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
}

.txt .sf-title {
    height: auto;
    overflow: hidden;
    margin: auto;
}

.sf-title img {
    display: block;
    width: 46px;
    height: 44px;
    margin: auto;
}

.sf-title p {
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}

.txt .sf-detail {
    display: none;
}

.txt.active {
    background: rgba(244,84,60,0.8);
    width:218px;
    border:none;
}

.txt.active .sf-title {
    display: none;
}

.txt.active .sf-detail {
    height: 70%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

/* .index-animate {
    animation: sfAnimate 3s linear infinite;
}

@keyframes sfAnimate {
    0% {
        background-size: 100% 100%;
    }
    100% {
        overflow: hidden;
        background-size: 110% 110%;
    }
} */

.sf-detail .detail-title {
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.sf-detail .detail-desc {
    width: 90%;
    max-height:126px;
    font-size: 14px;
    margin: 0 auto;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.sf-detail .detail-more {
    border: solid 1px #fff;
    font-size: 16px;
    padding: 10px 25px;
    color: #fff;
    margin: 0 auto;
    display: block;
}
@media only screen and (max-width: 750px) {
	.swiper-container.swiper-body{
		padding-top:55px;
		padding-bottom:60px;
	}
	.banner-txt .banner-ch {
	    height: auto;
	    font-size: 40px;
	}
	.banner-txt .banner-en {
	    font-size: 20px;
	}
	.sf-content{
		width:90%;
    	height: 75%;
	}
	.sf-content ul li{
		width:23%;
	}
	.sf-content ul .team{
		width:54%;
	}
	.txt.active{
		width:100%;
	}
	.sf-title img {
	    width: 36px;
	    height: 36px;
	}
	.sf-title p{
		font-size:16px;
	}
}