.footer-one{
    background: url("../images/footer-bg.png") no-repeat #0DCAA7;
    padding: 80px 0 30px;
}
.footer-one .hr-box hr{
    background: #fff;
    opacity: 1;
}
.bg-blues{
    background: #F1FFFC;
}
.links{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.links a{
    width: 15%;
    margin-right: calc(23% / 4);
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 7px 0;
}
.links a:nth-child(5n){
    margin-right: 0;
}
.head-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.head-title h1{
    font-size: 25px;
    position: relative;
}
.head-title a{
    font-size: 15px;
    color: #22caa7;
}
.subscribe-one .head-title .ty-box{
    width: 56px;
    height: 56px;
    background: linear-gradient(180deg, #FFA66C 0%, rgba(234,167,123,0) 100%);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -22px;
    left: -6px;
    z-index: -1;
}
.feature-job-2-rapper .head-title .ty-box{
    background: url("../images/bg-newgy.png") no-repeat;
    width: 80px;
    height: 56px;
    display: block;
    position: absolute;
    top: -25px;
    left: -20px;
    z-index: -1;
}
.newxuqiu .head-title .ty-box{
    background: url("../images/bg-newxuqiu.png") no-repeat;
    width: 100px;
    height: 56px;
    display: block;
    position: absolute;
    top: -25px;
    left: -20px;
    z-index: -1;
}

.enterprise-category-box{
    display: flex;
    flex-flow: wrap;
}
.enterprise-category-box li{
    list-style: none;
    display: inline-block;
    width: 20%;
    flex: 1 1 auto;
    margin-bottom: 1%;
}
.enterprise-category-box li:nth-child(5n){
    /*margin-right: 0;*/
}
.enterprise-category-box li a{
    position: relative;
    width: 100%;
}
.enterprise-category-box li img{
    width: 90%;
    margin: 0 auto;
}
.enterprise-category-box li span{
    position: absolute;
    top: 23px;
    color: #fff;
    left: 30px;
    font-size: 24px;
}
#xuqiu-marquee{
    height: 250px;
    overflow: hidden;
}
#gongying-marquee{
    height: 650px;
    overflow: hidden;
}
#gongying-marquee ul{

}
#gongying-marquee ul li{
    display: inline-block;
    width: 267px;
}

.newxuqiu-list li{
    list-style: none;
    display: inline-block;
    width: 49.8%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.newxuqiu-list li a{
    color: rgba(10, 202, 165, 1);
    border: 1px solid rgba(10, 202, 165, 1);
    padding: 0px 6px;
    font-size: 13px;
    border-radius: 2px;
    float: right;
    margin-right: 30px;
}
.newxuqiu-list li:nth-child(2n) a{
    margin-right: 0px;
}
.newxuqiu-list li span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    display: block;
    width: 80%;
}

.page-title {
    position: relative;
    height: 200px;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
}
.page-title .layer-outer {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
}

.page-title .layer-image {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}
.page-title h1 {
    position: relative;
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
    text-indent: 50px;
    text-align: left;
    top: 90px;
}
.page-title h1::before {
    content: " ";
    width: 4px;
    height: 18px;
    background: #fff;
    display: block;
    position: absolute;
}
.list-category-name{
    margin: 50px 0 30px;
    font-size: 25px;
    text-indent: 60px;
    background: url("../images/qyjs-icon.png") left no-repeat;
}
.list-wrap{
    display: inline-block;
    width: 100%;
}
.list-wrap .list-boxes{
    background: #F7F7F7;
    width: 23.9%;
    padding: 20px;
    height: 425px;
    overflow: hidden;
    margin-right: 1%;
    margin-bottom: 1%;
    display: inline-block;
}
.list-wrap .list-boxes:nth-child(4n){
    margin-right: 0;
}
.list-wrap .list-boxes a{
    width: 100%;
}
.list-wrap .list-boxes .en-cover{
    height: 210px;
    width: 100%;
}
.list-wrap .list-boxes h4{
    background: #949494;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 4px 0px;
    text-align: center;
}
.list-wrap .list-boxes h4{
    background: #949494;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 6px 0px;
    text-align: center;
}
.list-wrap .list-boxes .post_excerpt{
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.7;
    margin: 20px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}
.list-wrap .list-boxes h4 a:hover{
    color: #fff;
}
.list-wrap .list-boxes:hover h4{
    background: #0ACAA5;
}
.list-wrap .list-boxes .see-more{
    color: #0ACAA5;
    font-size: 14px;
    text-align: right;
    width: 100%;
}
.home-title{
    font-size: 20px;
    font-weight: bold;
}
.hoem-cus li{
    list-style: none;
    line-height: 45px;
}

.hoem-pruduct-images li{
    list-style: none;
    display: inline-block;
    width: 23.9%;
    margin-right: 1%;
}
.hoem-pruduct-images li img{
    width: 100%;
}
.hoem-pruduct-images li:nth-child(4n){
    margin-right: 0;
}
.post-title{
    color: #000;
    font-weight: 600;
}
#article_content{
    line-height: 30px;
}
.thumbnail-wrap img{
    float: right;
}
.home-wapper{
    background: url("../images/home-bg.png") no-repeat;
    background-size: cover;
}
.login-wrap{
    max-width: 500px;
    margin: 0 auto;
    background: #49c4823b;
    padding: 20px;
}
.list-group-item {
    background-color: #F3F3F3;
    border:none;
}
.user-info-box li{
    list-style: none;
    display: inline-block;
}
.bg-style{
    background: #0ACAA5;
    color: #fff;
}
.list-group{
    text-align: center;
    padding: 20px 0;
    background: #F3F3F3;
    min-height: 300px;
}
.tips-wrap{
    background: #F9F9F9;
    padding: 30px;
}
.form-wrap{
    background: #F9F9F9;
    padding: 30px;
}
.tips-wrap h3{
    background: url("../images/tips-icon.png") left no-repeat;
    text-indent: 90px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    color: rgb(204, 0, 0);
    font-weight: 600;
}
.tips-wrap p{
    margin: 20px 0 0;
    color: rgb(204, 0, 0);
}
.top-title{
    display: inline-flex;
}
.top-title h2{
    color: rgb(204, 0, 0);
    margin-right: 50px;
}
.buyorseller ul{
    margin: 50px 0;
}
.buyorseller ul li{
    list-style: none;
    display: inline-block;
    cursor: pointer;
}
.buyorseller ul li img{
    border: 6px solid #f9f9f9;
}
.buyorseller ul li.active img{
    border: 6px solid #17cba9;
}
.addgy-wrap .form-control{
    border-radius: 0;
    height: 50px;
    line-height: 50px;
}
.supply-name{
    font-size: 22px;
    background: #17caa8;
    width: 120px;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    border-radius: 5px;
}
.bg-gray{
    background: #F9F9F9;
}
.item-boxes{
    background: #fff;
    padding: 20px;
    height: 265px;
    margin-bottom: 25px;
}
.item-boxes .post_content{
    padding: 20px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 160px;
    line-height: 30px;
}
.item-boxes .action-box{
    text-align: right;
}
.item-boxes .action-box .see-more{
    border: 1px solid rgb(106, 168, 79);
    color: rgb(106, 168, 79);
    padding: 5px 25px;
    text-align: center;
    border-radius: 18px;
}
.item-boxes .action-box .see-more:hover{
    background: rgb(106, 168, 79);
    color: #fff;
}
.gyinfo-box .top-title h2{
    color: #6AA84F;
}
.user-login-box li{
    display: inline-block;
}

.info-box .item-box{
    margin: 15px 0;
    font-size: 18px;
    line-height: 36px;
}
.info-box .item-box .title{
    font-weight: 600;
}
.info-img-wrap{
    margin: 30px 0 0;
}
.info-img-wrap li{
    list-style: none;
    display: inline-block;
    width: 32%;
}
.info-img-wrap li img{
    width: 100%;
    height: 200px;
}
.page-link {
    color: #03caa5;
}
.mygy-list{}
.mygy-list ul{}
.mygy-list ul li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 20px;
}

.mygy-list ul li>div:first-child{
    flex: 2;
}
.mygy-list ul li>div:last-child{
    flex: 1;
    text-align: right;
}
.addgy-wrap .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #07ab8b;
    outline: 0;
    box-shadow: none;
}

.bannerSwiper{
    height: 600px;
}
.btn-style-bg{
    color: #fff;
    background: #5DB85C;
}
.btn-style-bg:hover {
    color: #fff;
    background-color: #5DB85C;
    border-color: #5DB85C;
}







