.gywm{
    width: 100%;
    height: auto;
}
.g-index{
    width: 1190px;
    margin: 0 auto;
}
.gy-name{
    margin-top: 60px;
}
.gy-name h3{
    text-align: center;
    font-size: 35px;
    color: #444;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 27px;
}
.gywm p{
    line-height: 28px;
    color: black;
    font-size: 16px;
    text-align: left;
    text-indent: 1cm;
}
.js-img{
    width: 50%;
    margin-top: 20px;
    margin-left: 25%;
}
.source-item {
    margin-bottom: 30px;
}
.col-4 {
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.source-item .column {
    background: #fff;
    border: 1px solid #efefef;
    position: relative;
    -webkit-transition: border-color .6s;
    transition: border-color .6s;
    border-radius: 2px;
}
.source-item .column:hover{
    border: 1px solid #008de8;

}
.source .source-bd .source-item .column>a {
    color: #000;
    display: block;
    position: relative;
    padding: 48px 38px 40px;
}
.source-title {
    line-height: 1;
    text-align: center;
}
.source-title img{
    width: auto;
}
.source-text {
    font-size: 14px !important;
    line-height: 2 !important;
    min-height: 10em !important;
    padding-bottom: 10px !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    margin-top: -16px;
}
.advantage{
    width: 100%;
}
.adv-name h3{
    text-align: center;
    font-size: 35px;
    color: #444;
    line-height: 40px;
    font-weight: bold;
}
.adva{
    width: 100%;
}
.adva ul{
    margin-top: 50px;
}
.adva li {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 50px;
    background-color: #fff;
}
.adva-left{
    float: left;
    width: 50%;
    text-align: center;
}
.adva-left img{
    width: 288px;
    height: 288px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #dadada;
    overflow: hidden;
}
.adva-right{
    float: right;
    width: 49%;
    text-align: center;
}
.adva-right h2{
    font-size: 21px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #1f2229;
    line-height: 70px;
}
.adva-right p{
    font-size: 17px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #494c52;
    line-height: 25px;
    text-align: left;
}


.advaa-right{
    float: right;
    width: 50%;
    text-align: center;
}
.advaa-right img{
    width: 288px;
    height: 288px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #dadada;
    overflow: hidden;
}
.advaa-left{
    float: left;
    width: 49%;
    text-align: center;
}
.advaa-left h2{
    font-size: 21px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #1f2229;
    line-height: 70px;
}
.advaa-left p{
    font-size: 17px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #494c52;
    line-height: 25px;
    text-align: left;
}
#one:hover{
    background-color: red;
}
#two:hover{
    background-color: blue;
}
#there:hover{
    background-color:#adff2f;
}
#four:hover{
    background-color:yellow;
}

.information{
    width: 100%;
    height: 274px;
    background: url("../images/information.png") no-repeat;
    background-position-x: center;
}