/*  -- flex弹性布局 -- */
.flex {
    display: flex;
}
.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}
.about{
    color: rgba(0, 0, 0, 0.8);
}
/*banner*/
.banner {
    position: absolute;
    top: 25%;
    left: 20%;
}

.banner .banner_title {
    position: relative;
    margin-bottom: 31px;
}

.banner .banner_title .top_boder {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    border-top: 14px solid #4080FF;
    border-left: 14px solid #4080FF;
}

.banner .banner_title .bottom_border {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46px;
    height: 46px;
    border-bottom: 14px solid #4080FF;
    border-right: 14px solid #4080FF;
}

.banner .banner_title .center_text {
    /* font-size: 64px; */
    margin: 23px 64px;
}

.banner_title .center_text .tip {
    font-size: 36px;
    color: rgb(54, 110, 255);
    line-height: 50px;
}

.banner_text {
    position: absolute;
    width: 673px;
    font-size: 18px;
    line-height: 25px;
}

.banner_text span {
    color: rgb(64, 128, 255);
}

.product_title {
    margin-top: 43px;
}
/*企业简介*/
.companyIntroduction{
    margin: 90px auto;
}
.companyIntroductionLeft{
    width: 512px;
    background: rgb(248, 250, 254);
    padding: 22px;
}
.companyIntroductionLeft .box_title .title, .companyIntroductionLeft .box_title .smtit{
    text-align: left;
}
.companyIntroductionLeft p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-indent: 2em;
}
.companyIntroductionRight img{
    width: 473px;
}
/*企业文化*/
.corporateCulture {
    padding: 58px 0 80px;
    background: url(../imgs/company-culture.png) no-repeat center;
    background-size: cover;
}

.corporateCulture .list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.corporateCulture .item {
    width: 24%;
    padding: 18px 34px 18px 18px;
    min-height: 222px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}

.cultureTitle {
    line-height: 30px;
    display: flex;
}
.cultureTitle .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.cultureTitle .smtit{
    font-size: 12px;
    color: #CCCCCCCC;
}
.corporateCulture .item .ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 35px;
    max-height: 35px;
}

.corporateCulture .item .ico_hover, .corporateCulture .item .culture_iconHover {
    display: none;
}

.corporateCulture .item .cultureCon {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 20px;
}
.corporateCulture .item .cultureCon p{
    line-height: 150%;
}
.corporateCulture .item .cultureCon .cultureConBottom{
    color: #97A6AE;
}
.corporateCulture .item .cultureCon .line{
    border: 1px solid rgb(236, 235, 235);
    margin: 14px 0;
}
.corporateCulture .item .cultureIcon, .fourConfidences .item .cultureIcon{
    position: absolute;
    right: 0;
    bottom: 0;
}
.corporateCulture .item:hover .ico_hover, .corporateCulture .item:hover .culture_iconHover {
    display: inline-block;
}

.corporateCulture .item:hover .ico_mr, .corporateCulture .item:hover .culture_icon {
    display: none;
}

.corporateCulture .item:hover .title, .corporateCulture .item:hover .cultureConBottom, .corporateCulture .item:hover .smtit, .corporateCulture .item:hover .cultureCon {
    color: #fff;
}


.corporateCulture .item:hover {
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
    background: rgb(64, 128, 255);
    cursor: pointer;
}
/*企业精神-四个自信*/
.fourConfidences{
    padding: 52px 0 126px 0;
}
.fourConfidences .list{
    margin-top: 40px;
}
.fourConfidences .list .item{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
    width: 24%;
    position: relative;
    padding: 24px 0;
    text-align: center;
}
.fourConfidencesTitle{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fourConfidencesTitle p{
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-left: 25px;
}
/*经营理念-五个坚持*/
.fiveAdherences{
    padding: 58px 0 80px;
    text-align: center;
	background: url(../imgs/jingyinglinian.png) no-repeat center;
	background-size: cover;
}
.fiveAdherencesCon{
    font-size: 24px;
    font-weight: 700;
    margin-top: 32px;
	color: #fff;
}
.fiveAdherencesCon p{
    line-height: 50px;
}
/*服务网络*/
.serviceNetwork{
    margin-top: 34px;
}
.serviceNetworkCon{
    margin: 80px 0 120px 0;
}
.serviceNetworkRight{
    width: 443px;
    position: relative;
}
.serviceNetworkRight p{
    font-size: 18px;
    line-height: 32px;
    position: relative;
    z-index: 2;
}
.bgColor{
    position: absolute;
    width: 183px;
    height: 258px;
    right: -13px;
    top: -57px;
    background: rgb(239, 244, 255);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .cultureTitle .title{
        line-height: 22px;
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /*banner*/
    .banner {
        position: absolute;
        top: 14%;
        left: 20%;
    }
    .companyIntroduction, .serviceNetworkCon{
        display: block;!important;
    }
    .companyIntroductionLeft, .serviceNetworkRight{
        width: 100%;
    }
    .companyIntroductionRight img, .serviceNetworkLeft img{
        width: auto;
        margin: 20px auto 0 auto;
        display: block;
    }
    .corporateCulture .item{
        width: 49%;
        margin-top: 15px;
    }
    .corporateCulture .list{
        flex-wrap: wrap;
    }
    .serviceNetworkCon{
        margin-bottom: 160px;
    }
    .serviceNetworkRight{
        margin-top: 100px;
    }
    .fourConfidencesTitle p {
        font-size: 20px;
    }
	.bgColor{
	    position: absolute;
	    width: 180px;
	    height: 208px;
	    right: -13px;
	    top: -57px;
	    background: rgb(239, 244, 255);
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .companyIntroduction{
        margin-top: 20px;
    }
    .companyIntroduction, .serviceNetworkCon, .fourConfidences .list{
        display: block;!important;
    }
    .companyIntroductionLeft, .serviceNetworkRight, .fourConfidences .list .item{
        width: 100%;
    }
    .companyIntroductionLeft p, .corporateCulture .item .cultureCon, .fiveAdherencesCon, .serviceNetworkRight p{
        font-size: 15px;
    }
    .companyIntroductionRight img, .serviceNetworkLeft img{
        width: auto;
        margin: 20px auto 0 auto;
        display: block;
    }
    .corporateCulture .item{
        width: 100%;
        margin-top: 15px;
    }
    .cultureTitle .title, .fourConfidencesTitle p{
        font-size: 16px;
    }
    .corporateCulture .list, .fourConfidences .list{
        flex-wrap: wrap;
    }
    .fourConfidences{
        padding-bottom: 50px!important;
    }
    .fourConfidences .list .item{
        margin-bottom: 20px;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .serviceNetworkCon{
        margin: 40px 0 120px 0;
    }
    .serviceNetworkRight{
        margin-top: 100px;
    }
    .fiveAdherencesCon p{
        line-height: 36px;
    }
    /*banner*/
    .banner{
        position: static;
    }
    .banner .banner_title{
        position: absolute;
        top: 20%;
        left: 20%;
    }
    .banner .banner_title .top_boder {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-top: 6px solid #4080FF;
        border-left: 6px solid #4080FF;
    }
    .banner .banner_title .bottom_border {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 20px;
        height: 20px;
        border-bottom: 6px solid #4080FF;
        border-right: 6px solid #4080FF;
    }
    .banner .center_text h1{
        line-height: normal!important;
    }
    .banner .banner_title .center_text {
        margin: 10px 46px;
    }
    .banner_title .center_text .tip {
        font-size: 14px;
        line-height: normal!important;
    }
    .banner_text {
        position: absolute;
        width: 96%;
        font-size: 14px;
        line-height: 25px;
        bottom: 20px;
        margin: 0 auto;
        left: 3%;
        right: 3%;
    }
	.bgColor{
	    position: absolute;
	    width: 150px;
	    height: 188px;
	    right: -13px;
	    top: -57px;
	    background: rgb(239, 244, 255);
	}
}
