.gree-gys-box {
    position: relative;
margin:0 auto;
    background: url(../img/gys/top-bg.png) no-repeat center top;
    background-size: cover;
}

.gree-gys-box .container {
    padding-top: 300px;
}

.gree-gys-info {
    padding: 0 200px;
}
.gree-gys-title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: rgba(17,17,17,1);
    line-height: 54px;
    margin-bottom: 20px;
}

.gree-gys-info p {color: #111;
    font-size: 18px;
    line-height: 32px;margin-bottom: 20px;}
.gree-gys-list {
    padding-top: 20px;
}
.gys-item-box {
    margin: 10px;
    height: 370px;
    padding: 40px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.1);
    position: relative;
}
.gys-item-img {
    width:168px;
    height: 168px;
    border: 1px solid #eee;
    border-radius: 168px;
    position: absolute;
    padding: 24px;
}
.gys-item-img img {width: 120px;height: 120px;
    background-size: 120px;}

.gys-item-info {
    margin-left: 200px;
}
.gys-info-box {}
.gys-info-box h4 {
    font-size: 24px;color:#111;margin-bottom: 20px;}
.gys-info-box p {
    font-size: 14px;color: #333;line-height: 26px;margin-bottom: 10px;}
.gree-gysSub-box {
    padding: 60px 0
}

.gree-gysSub-box p {
    padding: 10px 100px;
    font-size: 18px;color: #333;line-height: 26px;margin-bottom: 10px;}

.gree-gysSub-box p a {font-weight: 700;color:#92ADEE;}

.gree-gysSub-title {padding-right: 100px}
.gree-gysSub-title span {float: right;text-align: center;
    font-size: 24px;font-weight: 600;color:#111;}
a.goTolink {
    margin: 10px auto;
    width: 168px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    text-align: center;
    background-color: #111;
    color: #fff;
    display: block;
    font-size: 16px;
}