img{
    width: 100%;
    display: block;
}
.home-container{
    padding-top: 80px;
    background:#fff
}
.banner{
    position: relative;
    width: 100%;
    height: 500px;
    min-width:1200px;
    background: url("../img/gjy/banner.png") no-repeat center;
    background-size: 100% 100%;
}
.banner-info{
    position: absolute;
    top: 128px;
    left: 50%;
    width: 1200px;
    margin-left:-600px;
}
.banner-info h1{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 3px;
}
.banner-info p{
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-top: 16px;
    width: 714px;
}
.banner-info a{
    width: 144px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-right: 12px;
    box-sizing: border-box;
    margin-top: 90px;
}
.banner-info a:last-child{
    background: linear-gradient(90deg, #01349D 0%, #0146DF 100%);
    border: 0;
}
.content{
    width: 1200px;
    margin:auto;
    text-align: center;
}

.content .title{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    padding-top: 70px;
}
.content .desc{
    height: 26px;
    font-size: 20px;
    color: #666666;
    line-height: 26px;
    margin-top: 10px;
}
.gjy-values{
    position: relative;
}
.gjy-values .values-title{
    padding-top: 76px;
}
.gjy-value-list{
    width: 1200px;
    margin: 29px auto 52px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.value-info{
    flex: 1;
}
.value-img{
    width: 500px;
}
/* .value-img img,.tab-left img{
    overflow:hidden;
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    -o-transition: transform .2s ease;
}
.value-img img:hover,.tab-left img:hover{
    transform:scale(1.6);
    -webkit-transform:scale(1.6);
    -moz-transform:scale(1.6);
    -ms-transform:scale(1.6);
    -o-transform:scale(1.6);
    box-shadow: 0 0 8px rgba(0,0,0,.7);
} */
.ring-wrapper{
    background: url("../img/gjy/ring.png") no-repeat center;
    background-size: 100% 100%;
    width: 176px;
    height: 176px;
    text-align: center;
    line-height: 176px;
    color: #1C56A0;
    font-size: 24px;
}
.value-info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 81px;
    margin-left: 157px;
}
.value-info h4{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
    letter-spacing: 1px;
    margin-bottom: 29px;
}
.value-info p{
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    letter-spacing: 1px;
}
.ring-wrapper b{
    font-size: 62px;
    font-weight: bold;
    color: #1C56A0;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.ring-right{
    text-align: left;
    margin-left:37px;
}
.gjy-value-two{
    width: 100%;
    background: #F7F9FA;
}
.gjy-value-two .gjy-value-list{
    margin: auto;
}
.gjy-value-two .value-img{
    width: 500px;
    margin-top: 72px;
    margin-bottom: 80px;
}
.gjy-value-two .value-info{
    margin-top: 149px;
    margin-bottom: 145px;
    margin-left: 20px;
}
/* 5大工具及主要功能 */
.content .gj-title{
    padding-top: 67px;
}
.gj-tab{
    padding-top: 60px;
}
.gj-tab ul, .gj-tab ol{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.gj-tab .gj-tab-title{
    width: 950px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.gj-tab .gj-tab-title li{
    width: 180px;
    height: 36px;
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 24px;
    letter-spacing: 1px;
    cursor: pointer;
    box-sizing: border-box;
}
.gj-tab .gj-tab-title li.active{
    font-weight: bold;
    color: #1C56A0;
    border-bottom: 4px solid #1C56A0;
}
.gj-tab-content{
    width: 100%;
    margin-top: 27px!important;
    margin-bottom: 63px!important;
}
.gj-tab-content li{
    width: 1200px;
    height: 100%;
    margin: auto;
    display:none;
    justify-content: flex-start;
    align-items: center;
}
.gj-tab-content li.active{
    display: flex;
} 
.tab-left{
    width: 685px;
}
.tab-right {
    flex: 1;
    text-align: left;
    margin-left: 30px;
}
.tab-right h4{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
    letter-spacing: 1px;
}
.tab-right p.line{
    margin: 20px 0;
    width: 14px;
    height: 2px;
    background: #1C56A0;
}
.tab-right p.desc{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #1C56A0;
    line-height: 19px;
    letter-spacing: 1px;
    margin-top: 5px;
    height: auto;
}
.tab-right p.desc::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #1C56A0;
    border-radius: 50%;
    margin-right: 8px;
}
.tab-right p.sence{
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #666666;
    line-height: 19px;
    letter-spacing: 1px;
}
.tab-right p.sence-item{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #666666;
    line-height: 19px;
    letter-spacing: 1px;
}
.tab-right a{
    display: inline-block;
    width: 126px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #1C56A0;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #1C56A0;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 30px;
}
.customer-wrapper{
    background: #F7F9FA;
    width: 100%;
    padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
    .banner,.customer-wrapper{
        width: 1200px;
    }
}