@charset "UTF-8";

/* 板块一 */
/* banner */
.aboutSf-banner {
    background-image: url(../images/aboutSf-banner1.png) !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    position: relative;
}
.banner {
    width: 100%;
    height: 45%;
    background-image: url("../images/aboutSf-banner.png");
    background-size: cover;
    position: relative;
    margin-bottom:30px;
}

.banner p {
    font-family: ArialMT;
    font-size: 95px;
    letter-spacing: -5px;
    color: #c0242b;
    opacity: 0.79;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

/* 三方概况 */
.sfgk-left {
    width: 17%;
    height: auto;
    margin-top: -10%;
    float: left;
}

.sfgk-right {
    width: 80%;
    float: right;
    font-family: PingFang-SC-Regular;
    font-size: 17px;
    line-height: 40px;
    color: #333333;
    opacity: 0.9;
}

.sfgk-right p {
    text-indent: 2em;
}

@media (max-width:1366px){
	.sfgk-right{
	font-size:16px;
	line-height:33px;
	}
}

/* 版块二 */
/* 三方文化 */
.sf-culture {
    background-image: linear-gradient(
            #f1f5f7,
            #f1f5f7),
    linear-gradient(
            #000000,
            #000000) !important;
}

.culture-title {
    margin-top: 5%;
    width: 561px;
    position: relative;
    font-family: FZDHTJW--GB1-0;
}

.culture-title .en {
    font-size: 121px;
    font-style: italic;
    line-height: 36px;
    color: #f2d8d5;
}

.culture-title .ch {
    width: 100%;
    font-size: 57px;
    line-height: 36px;
    color: #f4543c;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.culture-content {
    /* margin-top: 50px; */
    /* width: 1000px; */
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.19);
    display: flex;
    align-items: center;
}

.culture-content .line {
    width: 1px;
    height: 200px;
    background: #f4543c;
    float: left;
    /* margin-top: 162px; */
}

.culture-txt {
    float: left;
    height: 75%;
    /* margin-top: 52px; */
    margin-left: 98px;
    width: 380px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.culture-txt p {
    font-family: MicrosoftYaHei;
    font-size: 28px;
    line-height: 36px;
    color: #333;
    width:100%;
    /* margin-bottom: 10%; */
}

.culture-txt p span {
    display: block;
    font-size: 18px;
    color: #666;
}

.culture-img {
    width: 50%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 80px;
}
@media (max-width:1366px){
	.culture-txt p{
	   font-size:20px;
	}
	.culture-txt p span{
	   font-size:14px;
	}
}

/* 板块三 */
/* 荣誉资质 */
.certificate {
    width: 100%;
    height: 100%;
}

.certificate .certificate-title{
    margin: 20px 0;
    width: 100%;
    height: 40px;
    position: relative;
    font-family: FZDHTJW--GB1-0;
}
.certificate .certificate-title .en{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    line-height: 36px;
    color: #f2d8d5;
}
.certificate .certificate-title .ch{
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    color: #f4543c;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.certificate .certificate-content{
    height: 85%;
}

.gallery-content {
    height: 80%!important;
    width: 100%;
}
.gallery-content .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery-content .swiper-slide div {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-left: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery-content .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.gallery-thumbs {
    max-height: 20%!important;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    font-size: 16px;
    color: #000;
    padding: 10px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-thumbs .swiper-slide-thumb-active {
    color: #f4543c;
    border-bottom: 2px solid #f4543c;
}



@media only screen and (max-width: 750px){
    .certificate .certificate-title{
        height: 36px;
    }
    .certificate .certificate-title .en{
        font-size: 24px;
    }
    .certificate .certificate-title .ch{
        font-size: 26px;
    }
    .gallery-content .swiper-slide div{
        font-size: 16px;
        margin-left: 0;
        width: 20%;
    }
}

/*.certificate .swiper-container {
    width: 85%;
    position: absolute;
    right: 0;
    height: 100%;
}*/
/*.certificate .swiper-wrapper{
	height:auto;
}

.certificate .swiper-slide {
    !* width: 310px; *!
    height: 54%;

    !* Center slide text vertically *!
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
}

.certificate .swiper-slide.big {
    width: 38%!important;
}
!*.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}*!
.certificate .swiper-slide-active {
    transform: scale(1.4);
    z-index: 99;
}*/

.honor-title {
	max-width:1200px;
    text-align: right;
    margin-top: 60px;
    margin-bottom: 90px;
    position: relative;
}

.honor-title p {
    font-family: FZDHTJW--GB1-0;
    font-size: 47px;
    line-height: 61px;
    color: #f4543c;
    padding-right: 145px;
}

.certificate .swiper-button-next {
    background-image: url("../images/next.png");
    background-size: 100%;
    width: 44px;
    height: 44px;
    /*position: absolute;
    right: 0;*/
}

.certificate .swiper-button-next:hover {
    background-image: url("../images/nexted.png");
}

.certificate .swiper-button-prev {
    background-image: url("../images/prev.png");
    background-size: 100%;
    width: 44px;
    height: 44px;
    /*position: absolute;
    right: 68px;
    left: auto;*/
}

.certificate .swiper-button-prev:hover {
    background-image: url("../images/preved.png");
}

/*.certificate .honor-img {
    width: 100%;
    height: 100%;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}*/

/* 板块四 */
/* 合作伙伴 */

.animated {
    animation-duration: 2s; /*动画持续时间*/
    /*animation-delay: 1s;!*动画延迟时间*!*/
    /*animation-iteration-count: 1;!*动画执行次数*!*/
}

.partner {
    background-image: url("../images/hzhb.png") !important;
    background-size: cover !important;
}

.partner-title {
    font-family: PingFang-SC-Regular;
    font-size: 46px;
    line-height: 61px;
    color: #fff;
    margin-top:50px;
}

.partner-title span {
    font-size: 26px;
    letter-spacing: 4px;
    color: #f4543c;
    margin-left: 22px;
}

.partner-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partner-item li {
    width: 19%;
    height: 103px;
    background-color: #fff;
    margin-bottom: 14px;
    line-height: 103px;
    text-align: center;
    overflow:hidden;
}

.partner-item li img {
    margin: auto;
    display: inline-block;
    width:90%;
}

.partner-item li:first-child img{
	width:auto;
}

@media (max-width:1366px){
	.partner-item li{
	   height:70px;
	   line-height:70px;
	}
}

@media only screen and (max-width: 750px) {
	.swiper-container.swiper-body{
		padding-top:55px;
		padding-bottom:60px;
	}
	.banner {
	    height: 150px;
	    margin-bottom:10px;
	}
	.sfgk-right{
		width: 100%;
	    padding: 0 10px;
	    font-size:14px;
	    line-height: 24px;
	}
	.sfgk-right .desc{
		display:none;
	}
	.container{
		padding:0 20px;
	}
	.culture-content .line{
		height:40%;
	}
	.culture-title .en {
	    font-size: 40px;
	}
	.culture-title .ch {
	    width: 50%;
	    font-size: 26px;
	}
	.culture-txt {
	    height: 60%;
	    margin-left: 20px;
	    width: 70%;
	}
	.culture-txt p {
	    font-size: 18px;
	}
	.culture-txt p span {
	    font-size: 12px;
	}
	.honor-title{
		width:90%;
		margin-top: 30px;
    	margin-bottom: 40px;
	}
	.honor-title p {
	    font-size: 30px;
	}
	.certificate .swiper-container{
		width:100%;
	}
	.certificate .swiper-button-prev,.certificate .swiper-button-next{
		width:30px;
		height:30px;
	}
	.partner-title {
	    font-size: 30px;
	    margin: 30px auto 0 auto;
	}
	.partner-title span {
	    font-size: 16px;
	    letter-spacing: normal;
	    margin-left: 10px;
	}
	.partner-item {
	    padding: 0 20px;
	}
	.partner-item li {
		width:32%;
		height: 50px;
    	line-height: 50px;
	}
	.partner-item li:first-child img{
		width:90%;
	}
}


.popup-container .clearfix:before, .popup-container .clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.popup-container .clearfix:after {
    clear: both
}

.popup-container {
    z-index: 9999;
    width: 100%;
    height: auto;
    overflow: hidden;
}


.popup-container .img-flex ul li {
    display: block;
    background-repeat: no-repeat;
    float: left;
    position: relative
}