
/* banner */
.fix-banner{
    background:url('../images/banner.jpg') center center no-repeat;
    background-size: cover;
}
.jianjie{
    background: #fff;
    padding-top: 70px;
    position: relative;
}

.about-us .about-left{
    width: 580px;
    position: relative;
    background: #fff;
    z-index: 2;
}
.about-us .about-right{
    margin-left: 580px;
}
.about-us .about-left .about-l-title{
    width: 156px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #D60311;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 4px;
}
.about-us .line{
    position: absolute;
    content:'';
    left:0;
    top: 122px;
    height: 2px;
    width: 40%;
    background:#D60311;
}
.about-us .about-left .txt-sm-title{
    letter-spacing: 1px;
    line-height: 24px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 60px 0 18px;
}
.about-us .about-left .txt{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    letter-spacing: 1px;
}
.about-us .about-left .txt p{
    margin-bottom: 8px;
}
/* 企业文化 */
.qywh{
    height: 700px;
    background: url('../images/qywh_bg.jpg') center no-repeat;
    background-size: cover;
}
.group-title{
    padding: 60px 0;
    text-align: center;
}
.group-title .g-bg-title{
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 4px;
    line-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.group-title .g-bg-title::before,
.group-title .g-bg-title::after{
    content:'';
    display:inline-block;
    width: 48px;
    height: 2px;
    background: #D60311;
    margin: 0 30px;
}
.group-title .g-sm-title{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    letter-spacing: 2px;
    margin-top: 12px;
}
.qy-block .wrapper{
    width: 278px;
    height: 278px;
    position: relative;
}
.qy-block .wrapper .wrapper-con{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    position: absolute;
    padding-top: 66px;
    color: #333;
    box-sizing: border-box;
}
.qy-block .wrapper .wrapper-bg{
    width: 200px;
    height: 200px;
    background: url('../images/icon_bg.jpg') center no-repeat;
    position: absolute;
    left: 40px;
    top: 40px;
    transform: rotate(45deg);
}
.qy-block .wrapper .wrapper-bg .jianbian{
    background:#fff;
    position: absolute;
    height: 100%;
    width: 100%;
    left:0;
    top:0;
    z-index: 2;
}
.qy-block .wrapper .icon-img{
    width: 42px;
    height: 42px;
}
.qy-block .wrapper .icon1{
    background: url('../images/icon_1.png') center no-repeat;
    background-size: cover;
}
.qy-block .wrapper .icon2{
    background: url('../images/icon_2.png') center no-repeat;
    background-size: cover;
}
.qy-block .wrapper .icon3{
    background: url('../images/icon_3.png') center no-repeat;
    background-size: cover;
}
.qy-block .wrapper .icon4{
    background: url('../images/icon_4.png') center no-repeat;
    background-size: cover;
}
.qy-block .wrapper .center-img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.qy-block .wrapper .center-img img{
    width: 90px;
    height: 98px;
}
.qy-block .wrapper .wrapper-num{
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
}
.qy-block .wrapper .wrapper-txt{
    width: 142px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.qy-block>ul{
    text-align: center;
    font-size: 0;
}

.qy-block>ul>li{
    cursor: pointer;
    display: inline-block;
    margin-right:60px;
}
.qy-block>ul>li:not(:nth-of-type(2)):hover .wrapper-bg{
    box-shadow: 8px 8px 32px 0px rgba(214, 3, 17, 0.25);
}
.qy-block>ul>li:not(:nth-of-type(2)):hover .wrapper-bg .jianbian{
    background: linear-gradient(135deg, #D60311 0%, rgba(250, 100, 0, 0.55) 100%);
}
.qy-block>ul>li:hover .icon1{
    background: url('../images/icon_1_1.png') center no-repeat;
    background-size: cover;
}
.qy-block>ul>li:hover .icon2{
    background: url('../images/icon_2_1.png') center no-repeat;
    background-size: cover;
}
.qy-block>ul>li:hover .icon3{
    background: url('../images/icon_3_1.png') center no-repeat;
    background-size: cover;
}
.qy-block>ul>li:hover .icon4{
    background: url('../images/icon_4_1.png') center no-repeat;
    background-size: cover;
}
.qy-block>ul>li:hover .wrapper-con{
    color: #fff;
}
/* 核心团队 */
.hxtd{
    padding-bottom: 70px;
    background: url('../images/title_eng_bg.png') center 44px no-repeat;
}
.hxtd .list-item{
    transition: all .3s;
    width: 272px;
    height: 444px;
    box-shadow: 0px 8px 32px 0px rgba(106, 0, 7, 0.08);
}
.hxtd .list-item .item-img{
    width: 272px;
    height: 240px;
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
    position: relative;
}
.hxtd .list-item .item-img img{
    width: 100%;
    height: 100%;
}
.hxtd .list-item .item-img::after{
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background:transparent;
    transition: all .3s;
}
.hxtd .list-item .item-con{
    padding: 24px;
}
.hxtd .list-item .con-title{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}
.hxtd .list-item .txt{
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 12px;
}
.hxtd .td-list ul{
    display: flex;
    justify-content: space-between;
}

.hxtd .td-list li:hover .item-img::after{
    background: rgba(0,0,0,.15);
}
.hxtd .td-list li:hover .list-item{
    box-shadow: 0px 8px 32px 0px rgba(106, 0, 7, 0.15);
    border-radius: 2px;
}
/* 相关服务 */
.xgfw{
    background: #FCF6F6;
    padding-bottom: 30px;
}
.fw-list li{
    margin:0 32px 40px 0;
    float: left;
}
.fw-list li:nth-child(even){
    margin-right: 0;
}
.fw-list .list-block{
    width: 584px;
    height: 170px;
    padding:30px 24px 0 0;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(54, 0, 4, 0.15);
    border-radius: 2px;
}
.fw-list .list-block:hover{
    box-shadow: 0px 0px 32px 0px rgba(54, 0, 4, 0.25);
}
.fw-list .list-block.item1{
    background: url('../images/fw_1_bg.png') right bottom no-repeat,#fff;
}
.fw-list .list-block.item2{
    background: url('../images/fw_2_bg.png') right bottom no-repeat,#fff;
}
.fw-list .list-block.item3{
    background: url('../images/fw_3_bg.png') right bottom no-repeat,#fff;
}
.fw-list .list-block.item4{
    background: url('../images/fw_4_bg.png') right bottom no-repeat,#fff;
}
.fw-list .left-icon{
    width: 96px;
    float: left;
    text-align: center;
}
.fw-list .left-icon img{
    display: inline-block;
    width: 44px;
    height: 44px;
}
.fw-list .right-txt{
    margin-left: 96px;
}
.fw-list .right-txt .r-title{
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 12px;
}
.fw-list .right-txt .r-text{
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.ly_er{position: relative;top: -100px;}
.ly_er2{margin-right:0;position: relative;top: -100px;}

@media ( max-width:640px){
.about-us .about-left{ width:95%; margin:0 auto; float:none}
.about-us .about-right{width:100%;
    margin-left: 0px;}
	
	.qywh{ height:auto}
	.hxtd .td-list ul{flex-wrap:wrap}
	.hxtd .td-list ul li{ width:90%; margin:0 auto}
	.hxtd .list-item{ width:100%}
	.hxtd .list-item .item-img{ width:100%}
	.fw-list li{ margin:10px auto}
	.fw-list .list-block{ width:100%; height:auto}
	
	.qy-block>ul>li{ margin-right:0px}
	.about-right img{ width:100%}
	
	.ly_er{ top:0px}
	.ly_er2{ top:0px}
	.g-sm-title{ width:90%; margin:0 auto}
	
}

