/*公共样式表*/
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-size: 16px;
    font-family: PingFangSC;
}

ul {
    list-style-type: none;
}

ul li {
    float: left;
}

input, button, select {
    border: none;
    outline: none;
}

i {
    font-style: normal;
}

body .website-active {
    border-bottom: 4px solid #02c478;
    color: #02c478;
}

body .website-selected {
    display: block;
}

body .color-green {
    color: #02c478;
}

body .color-red {
    color: #f31717;
}

.yyc-website-nav-box {
    width: 100%;
    height: 90px;
    background: #f8f8f8;
    line-height: 90px;
}

.yyc-website-navigation {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}

.yyc-logo {
    float: left;
}

.yyc-logo img {
    vertical-align: middle;
    margin-top: 12px;
    width: 160px;
}

.yyc-website-nav {
    float: left;
    /*margin-left:calc((1190px - 926px)/2);*/
    margin-left: calc((1190px - 1126px) / 2);
}

.yyc-website-nav li {
    padding: 0 10px;
    margin: 0 20px;
    height: 86px;
    line-height: 100px;
    cursor: pointer;
}

.yyc-website-nav li:hover {
    color: #02c478;
}

.yyc-website-nav-button {
    float: right;
}

.website-nav-login {
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #02c478;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.website-nav-register {
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    color: #fff;
    background-color: #02c478;
    border: solid 1px #c5c5c5;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}

.website-nav-custphone {
    width: 290px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #f8f8f8;
}

/*轮播图*/
.carousel-content {
    position: relative;
    display: inline-block;
    height: calc(100% - 94px);
    width: 100%;
}

.carousel {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.carousel li {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

.carousel-img1 {
    background: url("../images/banner.jpg") no-repeat;
    /* background-size: 100% 100%; */
    background-size:cover;
}

.carousel-img1 div{
  position: absolute;
  left: 25%;
  bottom: 20%;
}

.carousel-img1 div a {
  width: 160px;
  height: 40px;
  display: inline-block;
  background-color: #02c478;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  line-height: 40px;
}

.carousel-img2 {
    background: url("../images/banner2.jpg") no-repeat;
    background-size: 100% 100%;
}

.carousel-img3 {
    background: url("../images/qiyexingxiang.jpg") no-repeat;
    background-size: 100% 100%;
}

.img-index {
    position: absolute;
    bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.img-index li {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 15px;
    color: #fff;
}

.img-index li.index {
    background-color: #02c478;
}

.img-index li:hover {
    background-color: #02c478;
}

.carousel-prev, .carousel-next {
    position: absolute;
    display: inline-block;
    top: 40%;
    cursor: pointer;
}

.carousel-prev {
    left: 50px;
}

.carousel-next {
    right: 50px;
}

.carousel-inform-box {
    width: 800px;
    height: 240px;
    padding: 60px 25px;
    background: rgba(63, 63, 63, 0.2);
    margin: 8% auto 0;
    position: relative;
}

.carousel-inform-box-two {
    width: 800px;
    height: 240px;
    padding: 60px 25px;
    margin: 8% auto 0;
    position: relative;
}

.carousel-inform-h1 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 3px;
}

.carousel-inform-title {
    padding: 0 0 40px 60px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.carousel-inform-special {
    font-size: 20px;
    color: #fff;
    padding-left: 60px;
    letter-spacing: 2px;
}

.border-leftTop {
    position: absolute;
    width: 60px;
    height: 60px;
    border-top: 5px solid #02c478;
    border-left: 5px solid #02c478;
    top: -40px;
    left: -40px;
}

.border-rightBottom {
    position: absolute;
    width: 60px;
    height: 60px;
    border-bottom: 5px solid #02c478;
    border-right: 5px solid #02c478;
    bottom: -40px;
    right: -40px;
}

/*主体*/
.yyc-website-main-box {
    width: 1190px;
    margin: 30px auto;
}

.customer-type-tabs {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #666;
    text-align: center;
    display: flex;
    border-bottom: 2px solid #d4d4d4;
}

.customer-type-tabs li {
    flex: 1;
    height: 58px;
    cursor: pointer;
}

.yyc-website-contain-box {
    display: none;
    width: 100%;
}

.website-contain-committed {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    color: #403f3f;
    height: 80px;
    line-height: 80px;
    margin-top: 50px;
}

.website-contain-range {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.carousel-content-small-box, .carousel-content-small-box-two {
    width: 100%;
    height: 500px;
    position: relative;
}

.carousel-content-small, .carousel-content-small-two {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f8f8f8;
    box-shadow: 1.1px 8.9px 36.8px 3.2px rgba(150, 150, 150, 0.3);
    border: solid 1px #e2e2e2;
}

.carousel-small, .carousel-small-two {
    width: 5950px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.carousel-small li, .carousel-small-two li {
    width: 1190px;
    height: 100%;
    float: left;
    overflow: hidden;
}

.carousel-small li a, .carousel-small-two li a {
    float: left;
}

.image-small-index, .image-small-index-two {
    width: 40%;
    height: 16px;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 10;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

.image-small-index a, .image-small-index-two a {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #999;
    border-radius: 8px;
    margin: 0 10px;
    overflow: hidden;
}

.image-small-index a.on, .image-small-index-two a.on {
    background: #02c478;
}

.carousel-inform-small-box {
    float: left;
    margin: 100px 0 0 25px;
}

.carousel-inform-h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #363434;
    margin-bottom: 50px;
}

.carousel-inform-p {
    width: 435px;
    letter-spacing: 1.2px;
    line-height: 30px;
    color: #2b2b2b;
    font-weight: 600;
}

.yyc-website-introduction-box {
    width: 100%;
    margin-top: 100px;
}

.website-introduction-h1 {
    font-size: 40px;
    color: #02c478;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
}

.website-introduction-small-title {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 3px;
}

.we-can-do-contain {
    width: 100%;
    height: 520px;
    margin-bottom: 30px;
}

.we-can-do-contain li {
    width: 20%;
    text-align: center;
    margin: 60px 0 30px;
}

.we-can-do-contain img {
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
}

.leave-contact-inform {
    width: 100%;
    height: 25px;
    line-height: 30px;
    letter-spacing: 1.6px;
    text-align: center;
    color: #787878;
}

.buyer-footer {
    width: 100%;
    height: 450px;
    background: #292b2a;
    position: absolute;
    left: 0;
    margin-top: 420px;
}

.buyer-message-fill-box {
    width: 800px;
    height: 465px;
    padding: 45px 100px 0;
    position: absolute;
    bottom: 265px;
    left: calc(50% - 500px);
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: -0.7px -6px 62.6px 5.4px rgba(182, 182, 182, 0.21);
    z-index: 10;
}

.buyer-message-hang {
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    font-size: 15px;
}

.buyer-message-title {
    float: left;
    width: 90px;
    margin-right: 15px;
    text-align: right;
}

.buyer-message-contain {
    float: left;
    width: 290px;
}

.buyer-message-contain input {
    width: 265px;
    height: 30px;
    border-radius: 4px;
    border: solid 2px #eeeded;
    text-indent: 8px;
}

.buyer-message-textarea {
    resize: none;
    outline: none;
    width: 710px;
    height: 170px;
    border-radius: 4px;
    border: solid 2px #eeeded;
    padding: 15px;
    font-size: 15px;
    line-height: 25px;
    margin: 10px 25px;
}

.our-promise-text {
    width: 710px;
    margin: 0 25px;
    color: #f31717;
    font-size: 15px;
}

.buyer-message-submit {
    width: 80px;
    height: 30px;
    border-radius: 6px;
    background-color: #02c478;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin: 25px auto 0;
    line-height: 30px;
    text-align: center;
}

.footer-information-box {
    width: 1000px;
    margin: 240px auto 0;
    color: #fff;
    font-size: 15px;
    height: 120px;
}

.footer-information-box li {
    width: 33%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.footer-record {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 40px;
}

.footer-record a {
    text-decoration: none;
    color: #fff;
}

/*供应商*/
.opportunity-more-btn {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-top: 30px;
    font-size: 15px;
}

.opportunity-more-btn a {
    color: #666;
}

.more-business-opportunity {
    width: 100%;
    height: 470px;
}

.more-business-opportunity img {
    float: left;
}

.business-opportunity-detail {
    float: left;
    height: 100%;
    padding-left: 10px;
    width: calc(100% - 618px);
}

.business-opportunity-detail .business-opportunity-top {
    background: #02c478;
    color: #fff;
    border: none;
}

.business-opportunity-list, .business-opportunity-top {
    width: calc(100% - 40px);
    height: calc(33% - 40px);
    border-bottom: 1px solid #c5c5c5;
    color: #666;
    padding: 20px;
    cursor: pointer;
}

.business-data-box {
    width: 100%;
    height: 100%;
    display: flex;
}

.business-data-lis1 {
    flex: 1.5;
    font-size: 96px;
    text-align: center;
    line-height: 115px;
}

.business-data-lis2 {
    flex: 3;
    font-size: 14px;
}

.business-data-lis2 p {
    line-height: 28px;
    font-size: 16px;
    text-decoration: underline;
}

.yyc-customer-register {
    width: 400px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    margin: 50px auto;
    border-radius: 10px;
    background-color: #02c478;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.buyer-footer-two {
    height: 240px;
    width: 100%;
    background: #292b2a;
    position: absolute;
    left: 0;
    color: #fff;
}

.footer-information-box-two {
    width: 1000px;
    margin: 40px auto 0;
    color: #fff;
    font-size: 15px;
    height: 120px;
}

.footer-information-box-two li {
    width: 33%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

/*掌上循客*/
.pocket-gifted-mine {
    position: relative;
}

.pocket-gifted-contain {
    position: absolute;
    background-color: #fff;
    top: 90px;
    left: -24px;
    width: 220px;
    height: 60px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    /* padding-top: 30px; */
    /* background: url("../images/nav_select.png") no-repeat; */
    background-size: 100% 100%;
    z-index: 2;
    display: none;
}
.pocket-gifted-contain a{
  text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 30px;
}

.pocket-gifted-contain li {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 0;
    display: flex;
}
.pocket-gifted-contain li a {
  /* background-color: rgb(236, 236, 236); */
    color: inherit;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.pocket-gifted-contain img {
    width: 76px;
    height: 75px;
}

.pocket-gifted-contain p {
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #000;
    margin-top: -35px;
    font-size: 15px;
}


/*招采咨询*/
.admin-contain-main {
    width: 100%;
}

.admin-banner-background {
    width: 100%;
    height: 446px;
    background: url("../images/banner_admission.jpg") no-repeat;
}

.admin-message-list-box {
    width: 1190px;
    height: 520px;
    margin: -200px auto 80px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 10.9px 7.1px 44.3px 9.7px rgba(150, 150, 150, 0.14);
}

.admin-message-tabs {
    width: 100%;
    height: 84px;
    line-height: 84px;
    font-size: 28px;
    color: #666;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px;
}

.admin-message-tabs li {
    width: 50%;
    height: 82px;
    text-align: center;
    cursor: pointer;
}

.admin-message-list-contain {
    display: none;
}

.admin-message-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    background-color: #f8f9fa;
    text-align: center;
    font-size: 17px;
}

.admin-message-data {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    text-align: center;
    font-size: 15px;
}

.admin-message-data:hover {
    background-color: #f8f9fa;
}

.admin-message-lis1 {
    flex: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-message-lis2 {
    flex: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-message-lis3 {
    flex: 1;
    color: #0096ff;
    cursor: pointer;
}

.admin-message-lis4 {
    flex: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*关于我们*/
.about-banner-box {
    width: 100%;
    height: 446px;
    background: url("../images/banner_b.jpg") no-repeat;
}

.about-banner-contain {
    width: 290px;
    height: 145px;
    background: url("../images/about_us.png") no-repeat bottom;
    margin: 0 auto;
    line-height: 145px;
    font-size: 48px;
    color: #fff;
    padding-top: 80px;
    text-align: center;
}

.about-banner-box p {
    font-size: 28px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #ffffff;
    margin-top: 50px;
}

.company-profile-box {
    width: 100%;
    height: 550px;
    background: url(../images/gongsijianjie.jpg) no-repeat center center;
    margin: 50px 0;
    box-shadow: 7.5px 4.9px 36.8px 3.2px rgba(150, 150, 150, 0.22);
}

.company-profile-contain {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}

.company-profile-message {
    width: 45%;
    padding: 80px 0;
}

.company-profile-chinese {
    color: #414141;
    letter-spacing: 1.5px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}

.company-profile-english {
    letter-spacing: 1.5px;
    color: #c4c3c3;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}

.company-profile-message p, .our-team-message p {
    letter-spacing: 1.2px;
    line-height: 50px;
    font-size: 18px;
    color: #414141;
}

.our-team-box {
    width: 100%;
    height: 550px;
    background: url(../images/tuandui.jpg) no-repeat center center;
    margin: 50px 0;
    box-shadow: 7.5px 4.9px 36.8px 3.2px rgba(150, 150, 150, 0.22);
}

.our-team-message {
    width: 45%;
    padding: 80px 0;
    float: right;
}

.contact-us-box {
    width: 100%;
    height: 550px;
    background: url(../images/lianxi.png) no-repeat center center;
    margin: 50px 0;
}

.contact-us-contain {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}

.contact-us-contain li {
    width: calc(40% - 1px);
    padding: 0 5%;
    height: 220px;
    margin-top: 165px;
}

.contact-us-title {
    border-right: 1px solid #a0a0a0;
    text-align: right;
}

.contact-us-title p {
    height: 65px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #8f8f8f;
    line-height: 65px;
}

.contact-us-title .contact-title-one {
    margin-top: 40px;
    color: #414141;
}

.contact-us-method {
    margin-top: 30px;
    letter-spacing: 1.2px;
    color: #414141;
}

.contact-us-method li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
}