/*
* @Author: yhf
* @Date:   2018-12-5 10:41:15
* @Last Modified by:   yhf
* @Last Modified time: 2019-01-09 17:37:51
*/
.banner{
    background: url(../i/contactUs/banner.jpg) no-repeat center center;
    height: 648px;
}
.aboutUs-nav{
    border-bottom:1px solid #d5d5d5
}
.aboutUs-nav a{
    color: #000000;
    padding: 22px 20px;
    display:inline-block;
}
.aboutUs-nav a.active{
    color: #00a8ff;
    border-bottom: 2px solid #00a8ff;
}
.contactUs-content{
    display:table;
    width: 100%;
    padding:85px 0;
}
#sale .sale-title{
    border-radius: 30px;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0088f2',endColorStr='#42d2e4',gradientType='1');
    background:-webkit-linear-gradient(left,#0088f2,#42d2e4);
    background:-moz-linear-gradient(right,#0088f2,#42d2e4);
    background:-o-linear-gradient(right,#0088f2,#42d2e4);
    background:linear-gradient(to right,#0088f2,#42d2e4);
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}
#sale ul{
    margin-top: 90px;
}
#sale ul li{
    padding:0 5px;
}
#sale ul li>div{
    position: relative;
    z-index: 1;
    margin-top: -20px;
    padding-top: 48px;
}
#market ul{
    padding:0 50px;
    line-height: 32px
}
#personnel .contactUs-content{
    padding-bottom: 70px;
}
#personnel ul{
    font-size: 45px;
}
#personnel ul li:nth-child(odd){
    padding-right: 9px;
}
#personnel ul li:nth-child(even){
    padding-left: 9px;
}
#personnel ul li a{
    padding-left: 9px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-transition: all .1s;
       -moz-transition: all .1s;
        -ms-transition: all .1s;
         -o-transition: all .1s;
            transition: all .1s;
}
#personnel ul li a:hover img{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}
#personnel ul li:first-child a{
    background: url(../i/contactUs/bg1.jpg);
}
#personnel ul li:last-child a{
    background: url(../i/contactUs/bg2.jpg);
}
#personnel ul li a img{
    vertical-align: middle;
}
.contactUs-img ul{
    display: flex;
}
.contactUs-img ul li{
    border: 1px solid #fff;
}
.contactUs-bottom .culture-content-title img{
    vertical-align: middle;
}
.contactUs-bottom ul{
    line-height: 33px;
}
.contactUs-bottom li ul li{
    list-style: disc;
}
.contactUs-bottom .contactUs-content>ul{
    display: flex;
}
.contactUs-bottom .contactUs-content>ul>li{
    margin: 13px;
}
.contactUs-bottom .contactUs-content>ul>li>div{
    padding:36px 16px;
}
.safe-title1{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.safe-title2{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.safe-text{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.safe-table-title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.safe-table-text{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}