.purchasing{
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #eee;
}
.banner .swiper-wrapper .swiper-slide a>img {
    width: 2560px;
    max-width: 2560px;
    position: relative;
    left: 50%;
    margin-left: -1280px;
}
.banner .swiper-pagination{
    text-align: left;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    bottom: 35px;
    height: 10px;
    padding: 0px 0px;
    display: none;
}
.banner .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    margin-right: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999em;
    background: scroll;
    border: solid 1px #ffffff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    background: #ffffff;
    width: 30px;
}
.product_group {
    display: none;
}
.product_tit:hover ~ .product_group {
    display: block;
    position: absolute;
}
.product_group:hover {
    display: block;
}
img {
    border: 0;
    vertical-align: middle;
}
.dialog-submit {
    width: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, newer versions of Opera */
    -moz-transform: translate(-50%, -50%);    /* Firefox */
    -o-transform: translate(-50%, -50%);      /* Older versions of Opera */
    -ms-transform: translate(-50%, -50%);     /* IE 9 */
    transform: translate(-50%, -50%);         /* Standard syntax */
    z-index: 98;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px 30px;
    box-sizing: border-box;
}
.dialog-submit .submit-title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #456598;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.dialog-submit .submit-title span {
    position: relative;
    background: #fff;
    padding: 0 24px;
    z-index: 10;
}
.dialog-submit .submit-title .line {
    width: 100%;
    height: 3px;
    background: #456598;
    position: absolute;
    top: calc(50% - 1.5px);
    left: 0;
}
.dialog-submit .text-ipt{
    line-height: 44px;
    width: 96%;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(134, 160, 204, 1);
    padding-left: 10px
}
.dialog-submit .num{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: rgba(119, 118, 118, 1);
    margin: 10px 0;
}
.dialog-submit .num span {
    width: 46px;
    line-height: 41px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(223, 227, 230, 1);
    cursor: pointer;
}
.dialog-submit .num input {
    width: 87px;
    line-height: 41px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(223, 227, 230, 1);
    margin: 0 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(119,118,118,1);
}
.dialog-submit .num p {
    font-size: 14px;
}
.input-date input {
    width: 162px !important;
}
.input-date img {
    width: 26px;
    height: 26px !important;
}
.dialog-submit .desc textarea {
    width: 100%;
    /*height: 76px;*/
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 227, 230, 1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(119, 118, 118, 1);
    box-sizing: border-box;
    /*padding-top: 10px;*/
    /*padding-left: 10px;*/
    padding: 10px;
}
input, textarea {
    resize: none;
    outline: 0;
    font-family: "微软雅黑";
    box-sizing: content-box;
}

.imgs {
    font-size: 14px;
    font-weight: 400;
    color: #456598;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.dialog-submit .button {
    line-height: 45px;
    background: #456598;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
.yg_content {
    position: relative;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    height: 30px;
    background: rgba(249, 251, 251, 1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(181, 181, 181, 1);
    margin-left: 10px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}
.yg_content p>img {
    width: 30px !important;
    height: 30px !important;
}

/*content精选推荐、热门优选*/
.content {
    width: 1201px;
    margin: 0 auto;
}
.section-title {
    position: relative;
    width: 284px;
    line-height: 70px;
    margin: 30px auto 36px;
    border-bottom: 2px solid #456598;
    font-size: 32px;
    font-weight: bold;
    color: #456598;
    text-align: center;
}
.section-title .line {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 31px);
    width: 62px;
    height: 8px;
    background: #456598;
}
.content .products {
    clear: both;
    overflow: hidden;
}
.content .products .left, .content .products .right {
    float: left;
}
.products .left .img img {
    height: 588px;
    width: 354px;
}
.lr-img1, .lr-img2 {
    clear: both;
    overflow: hidden;
}
.lr-img1 .left-img {
    float: left;
}
.left-img:nth-child(1) {
    text-align: right;
}
.left-img, .right-img {
    height: 287px;
    background: #fff;
    margin-left: 17px;
    position: relative;
}
a {
    text-decoration: none;
    color: #333;
}
.section1 .img, .section2 .img {
    width: 100%;
    text-align: center;
}
.section1 a, .section2 a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products1 .left-img:nth-child(1) img, .products1 .left-img:nth-child(3) img {
    width: 545px !important;
    height: 285px!important;
}
.lr-img2 {
    margin-top: 14px;
}
.lr-img2 .left-img {
    float: right;
}
.products1 .left-img:nth-child(2) img, .products1 .left-img:nth-child(4) img {
    width: 265px !important;
    height: 285px!important;
}
.left-img img, .right-img img {
    max-width: 100%;
    margin: 0 auto;
}
.content .products2 {
    margin-top: 55px;
}
.content .products2 .left, .content .products2 .right {
    float: right;
}
.content .products2 .left-img, .content .products2 .right-img {
    margin-left: 0;
    margin-right: 17px;
}
.products2 .lr-img1 .left-img:nth-child(1) img, .products2 .lr-img1 .left-img:nth-child(2) img, .products2 .lr-img1 .left-img:nth-child(3) img {
    width: 265px !important;
    height: 285px!important;
}
.content .products2 {
    margin-top: 55px;
}
.products .img:hover img {
    opacity: 0.8;
}

/*求购信息*/
.buy{
    background-color: #fff;
    margin-top: 15px;
}
.buy .swiper-container {
    width: 1230px;
    margin: 0 auto;
    padding-bottom: 170px;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.buy  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}
.buy .swiper-slide {
    flex-shrink: 0;
    width: 1230px;
    height: 100%;
    position: relative;
    transition-property: transform, -webkit-transform;
}
.buy .swiper-slide ul {
    /*clear: both;*/
    /*overflow: hidden;*/
    width: 1230px!important;
}
.buy .swiper-slide ul li {
    float: left;
    width: 376px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    margin: 48px 17px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    padding: 27px 34px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.buy .swiper-slide ul li .name {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 15px;
}
.buy .swiper-slide ul li p {
    margin-top: 6px;
    transition: all .2s ease-in-out;
}
.buy .swiper-slide ul li .mybuy {
    width: 134px;
    line-height: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #456598;
    font-size: 14px;
    font-weight: 400;
    color: #456598;
    margin-top: 20px;
    text-align: center;
}
.buy .swiper-slide ul li .icon {
    width: 80px;
    position: absolute;
    bottom: 45px;
    right: 30px;
    z-index: 10;
}
.buy .swiper-slide ul li .icon img {
    width: 80px !important;
}
.buy .swiper-slide ul li:hover {
    background: #456598;
}
.buy .swiper-slide ul li:hover p {
    color: #fff;
}
.buy .swiper-slide ul li:hover .icon {
    opacity: 0;
}
.buy .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -45px;
}
.buy .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.buy .swiper-pagination {
    position: relative;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.buy .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.buy .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.buy .buybanner .swiper-pagination-bullet-active {
    background: #456598;
}
.buy .swiper-pagination-bullet {
    width: 80px;
    height: 4px;
    background: rgba(204, 203, 203, 1);
    border-radius: 0;
    opacity: 1;
    display: inline-block;
}
/*求购流程*/
.process {
    background: url(../img/purchasing/process-bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 550px;
}
.process .section-title {
    border-bottom-color: #fff;
    color: #fff;
}
.process .section-title .line {
    background: #fff;
}
.process ul {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.process li {
    width: 324px;
    height: 324px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 21px 18px 0px rgb(3 3 3 / 21%);
    border-radius: 50%;
    padding: 0 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.process li p:nth-child(1) {
    font-size: 70px;
    font-family: fantasy;
    font-weight: 400;
    color: #456598;
    line-height: 82px;
}
.process li p {
    width: 100%;
}
.process li p:nth-child(2) {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
    border-bottom: 2px solid #456598;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.process li p:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    color: rgba(119, 118, 118, 1);
    line-height: 24px;
}

/*在线服务*/
.serve {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.serve ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serve li .icon-name {
    display: flex;
    align-items: center;
}
.serve li .icon {
    width: 37px;
}
.serve li .icon img {
    width: 40px!important;
}
.serve li {
    width: 353px;
    background: rgba(253, 253, 254, 1);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 20%);
    margin: 25px 0;
    padding: 20px 29px;
    box-sizing: border-box;
}
.serve li .name {
    font-size: 24px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    margin-left: 23px;
}
.serve li .desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(118, 118, 118, 1);
    line-height: 24px;
    margin-top: 20px;
}

.dialog-submit .buy-input-height {
    height: 37px !important;
    line-height: 37px !important;
    /*box-sizing: border-box;*/
}

xm-select {
    line-height: 38px !important;
    height: 38px !important;
}
