
.hys-banner{
    width: 100%;
}
.advantage{
    width: auto;
    min-width: 1100px;
    background: #f0f0f0;
    margin: 0px auto;
}
.advantage-top{
    width: 1100px;
    margin: 0px auto;
    padding: 20px 10px 20px 0;
}
.advantage-top-left{
    color: #0269ae;
    font-weight: bold;
    font-size: 30px;
    float: left;
    margin-right: 10px;
}
.word-green{
    width: 1090px;
    font-weight: bold;
    color: #5a5a5a;
    font-size: 16px;
}
.word-gray{
    color: #bebebe;
}
.line{
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid white;
}
.advantage-middle{
    width: 1100px;
    height: 40px;
    margin: 0px auto;
}
.middle-word{
    background: #0069ad;
    color: white;
    padding: 0px 5px;
    font-size: 14px;
    position: relative;
    top: -12px;
}
.advantage-bottom{
    width: 1100px;
    margin: 0px auto;
}
.hys-nav-tubiao{
    height: 228px;
}
.hys-nav-tubiao ul{

}
.hys-nav-tubiao ul li{
    box-sizing: border-box;
    text-align: center;
    position: relative;
    float: left;
    width: 20%;
    height: 228px;
    padding-top: 16px;
}
.hys-nav-tubiao ul li .nav-tubiao-img{
    height: 158px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.hys-nav-tubiao .nav-tubiao-img:hover{
    margin-top: -10px;
}
.hys-nav-tubiao .nav_bottom{
    position: absolute;
    bottom:54px;
    width: 100px;
    left:50%;
    margin-left: -50px;
}
.nav-tubiao-title{
    position: absolute;
    text-align: center;
    width: 100%;
    left:50%;
    bottom:10px;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-family: Arial;
}
.hys-about{
    width: 100%;
    background-color: #fff;
}
.hys-about-content{
    width: 1200px;
    margin: auto;
}
.hys-about-top{
    width: 100%;
    height: 40px;
    background-color: pink;
}







/*index*/
#certifica{
    width: auto;
    min-width: 1100px;
    height: 260px;
    background: #f0f0f0;
}
.certifica-main{
    width: 1100px;
    margin: 40px auto 0;
}
.certifica-main-three{
    width: 330px;
    height: 240px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.centifica-top{
    width: 330px;
    margin: 0px auto;
    padding: 0px 10px 20px 0;
}
.centifica-top-left{
    color: #0269ae;
    font-weight: bold;
    font-size: 26px;
    float: left;
    margin-right: 10px;
}
.centifica-green{
    font-weight: bold;
    color: #5a5a5a;
    font-size: 14px;
}
.centifica-gray{
    font-size: 12px;
    float: left;
    color: #bebebe;
}
.certifica-main-list li{
    width: 330px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
}
#flow{
    width: 1200px;
    margin: 10px auto 30px;
    position: relative;
    left: -17px;
    background: white;
    text-align: center;
}
#news{
    width: auto;
    min-width: 1100px;
    background: #f0f0f0;
}
.news-main{
    width: 1100px;
    background: #f0f0f0;
    margin: 0px auto;
}
.news-main-three{
    width: 330px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.news-top{
    width: 330px;
    margin: 0px auto;
    padding: 0px 10px 20px 0;
}
.news-top-left{
    color: #0269ae;
    font-weight: bold;
    font-size: 26px;
    float: left;
    margin-right: 10px;
}
.news-green{
    font-weight: bold;
    color: #5a5a5a;
    font-size: 14px;
}
.news-gray{
    font-size: 12px;
    float: left;
    color: #bebebe;
}
.industry-list{
    width: 300px;
    border: 1px solid #ccc;
    padding:8px;
    margin-top: 9px;
    color: #7e7e7e;
}
.industry-list-num{
    color: white;
    background: #01a874;
    float: left;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: bold;
}
.industry-list-title a{
    width: 240px;
    display: block;
    color: #01a874;
    float: left;
    margin-left: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.industry-list-content{
    width: 240px;
    float: left;
    margin-left: 10px;
}
.industry-list-num2{
    background: #0168af;
}
.industry-list-title2 a{
    color: #0168af;
}
.news-list{
    width: 300px;
    border: 1px solid #ccc;
    padding:8px;
    margin-top: 10px;
}
.news-list img{
    float: left;
}
.news-list-content{
    width: 200px;
    float: left;
    margin-left: 10px;
    color: #7e7e7e;
}
.answer-list{
    width: 300px;
    border: 1px solid #ccc;
    padding:5px;
    margin-top: 10px;
    color: #7e7e7e;
}
.answer-list-q{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.answer-list-q span{
    color: white;
    background: #02a673;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 8px;
    float: left;
}
.answer-list-q a{
    color: #02a673;
    width: 220px;
    float: left;
    margin-left: 10px;
    line-height: 30px;
}
.answer-list-a{
    padding-top: 5px
}
.answer-list-a span{
    color: white;
    background: #0269ae;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 8px;
    float: left;
}
.answer-list-a p{
    color: #7e7e7e;
    width: 220px;
    float: left;
    margin-left: 10px;
    line-height: 18px;
}
.answer-line{
    width: 310px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid white;
    margin-top: 10px;
}
#company{
    width: auto;
    min-width: 1100px;
    margin: 0px auto;
    height: 460px;
    background: #f0f0f0;
}
.company-main{
    width: 1100px;
    margin: 0px auto;
    background: #f0f0f0;
}
#company-top{
    width: 1100px;
    margin: 0px auto;
    padding-top: 20px;
}
#company-top-left{
    color: #0269ae;
    font-weight: bold;
    font-size: 30px;
    float: left;
    margin-right: 10px;
}
#company-middle{
    width: 1100px;
    height: 40px;
    margin: 0px auto;
}
.company-more{
    height: 20px;
}
#company-pic {
    overflow:hidden;
    width: 1100px;
    height: 310px;
    margin:0px auto;
}
#incompany-pic {
    float: left;
    width: 800%;
}
#company-pic1 {
    float: left;
}
#company-pic2 {
    float: left;
    margin-left:7px;
}
#about{
    width: 1100px;
    /*padding: 0 50px;*/
    margin: 20px auto 0;
    background: white;
}
#about-top{
    width: 1100px;
    margin: 0px auto;
    padding: 20px 10px 20px 0;
    margin-bottom: 1px;
}
#about-top-left{
    color: #0269ae;
    font-weight: bold;
    font-size: 30px;
    float: left;
    margin-right: 10px;
}
.word-more{
    float: right;
    font-size: 10px;
    margin-right: 30px;
}
.line-more{
    border-top: 1px solid #ccc;
    float: left;
    width: 840px;
    margin-top: 4px;
}
.about-img-left{
    border: 1px solid #ccc;
    width: 286px;
    float: left;
}
.about-img-left img{
    padding:10px;
}
.about-img-right{
    width: 760px;
    height: 190px;
    margin-left: 20px;
    float: left;
}
.box-six{
    width: 248px;
    height: 85px;
    margin: 1px;
    float: left;
    position: relative;
    overflow: hidden;
}
.box-six p{
    height:85px;
    font-size: 12px;
    padding:20px 0;
    line-height: 22px;
    box-sizing: border-box;
    overflow: hidden;
}

.box-six a:hover span{
    display: none;
}
.box-six a:hover p{
    color: #fff;
}
#six-1{
    background: #0069ad;
    font-size: 18px;
    line-height: 85px;
}
#six-1 a{
    display: block;
    text-align: center;
}
#six-1 a:link{ color: white; }
#six-1 a:visited{ color: white; }
#six-1 a:hover{ color: #97d6ff; text-decoration: none;}
#six-3{
    background: #01a975;
    font-size: 18px;
    line-height: 85px;
}
#six-3 a{
    display: block;
    text-align: center;
}
#six-3 a:link{ color: white; }
#six-3 a:visited{ color: white; }
#six-3 a:hover{ color: #30be92; text-decoration: none;}
#six-5{
    background: #3a3a3a;
    font-size: 18px;
    line-height: 85px;
}
#six-5 a{
    display: block;
    text-align: center;
}
#six-5 a:link{ color: white; }
#six-5 a:visited{ color: white; }
#six-5 a:hover{ color: #a2a2a2; text-decoration: none;}
#word-about{
    float: left;
    margin-right: 10px;
}
.about-right-bottom{
    width: 760px;
    height: 170px;
    float: left;
    margin-left: 20px;
    font-size: 14px;
    line-height: 24px;
}
#link{
    width: auto;
    min-width: 1100px;
    height: 40px;
    background: #f0f0f0;
}
.link-line{
    width: auto;
    border-top: 1px solid white;
    border-bottom: 1px solid #ccc;
}
.link-main{
    line-height: 40px;
    width: 1100px;
    margin: 0 auto;
}
.link-main a{
    padding:0px 5px;
}