/*工厂采购 start*/
.w100 {
    width: 100%;
    position: relative;
    height: 1125px;
    overflow-x: hidden;
}

.w100 .about-us {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 100%;
    width: 1920px;
    text-align: center;
    background: url("../images/details/Plant-Purchasing-bg.jpg")no-repeat;
}

.about-us .a1,.about-us .a2 {
    display: block;
    margin-left: 30px;
}

.about-us .a2 {
    margin-top: 15px;
}

.about-us .a2:hover {
    color: #f40;
}

.about-us .a1 {
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 5px 13px;
    margin-top: 10px;
}

.about-us .a1:hover {
    color: #f40;
    border: 1px solid #f40;
}

.about-us-img {
    margin-top: 100px;
    margin-right: 220px;
    width: 700px;
}

.about-us-con {
    width: 1000px;
    height: 530px;
    background-color: rgba(42,56,113,0.8);
    border-radius: 20px;
    margin-top: 50px;
    margin-left: 50px;
    padding: 30px;
}

.about-us-title {
    color: #f40;
    font-size: 38px;
    font-weight: bold;
    margin-top: 20px;
    background: url("../images/details/about us.png") no-repeat 350px;
    background-size: 300px 48px;
}

.about-us-p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    text-align: left;
    padding: 0 30px;
}

.about-us-con ul {
    float: left;
    margin-top: 70px;
    margin-left: 14px;
}

.about-us-con li {
    float: left;
    width: 220px;
    height: 220px;
    background-color: #fff;
    border-radius: 20px;
}

.about-us-con li.mr {
    margin-right: 30px;
}

.about-us-con h1 {
    font-size: 38px;
    color: #f40;
    margin-top: 20px;
}

.about-us-con h4 {
    font-size: 20px;
    color: #333;
    margin-top: 20px;
}

.about-us-con li p {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.about-us-con li:hover h1,.about-us-con li:hover h4,.about-us-con li:hover .about-us-p2 {
    transform: translateY(-5px);
    transition: all 0.5s;
}

.about-us-con a {
    display: inline-block;
    width: 160px;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
    text-align: center;
    line-height: 50px;
    border-radius: 6px;
}

.about-us-con a:hover {
    color: #f40;
    border: 2px solid #f40;
}

.our-advantage {
    text-align: center;
    background-color: #f9f9f9;
    position: relative;
    height: 500px;
}

.our-advantage-title {
    padding-top: 80px;
    color: #f40;
    font-size: 38px;
    font-weight: bold;
    background: url("../images/details/our-value.png") no-repeat 420px 85px;
    background-size: 340px 48px;
}

.our-adv-con {
    position: relative;
    width: 100%;
    height: 500px;
}

.our-advantage ul {
    position: absolute;
    transform: translateX(-50%);
    left: 64%;
    top: 67px;
    width: 100%;
}

.our-advantage li {
    float: left;
    width: 400px;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0 1px 10px 3px #f6f6f6;
    margin-right: 50px;
    background-color: #fff;
    text-align: left;
}

.our-advantage li:nth-child(2) {
    margin-right: 0;
}

.our-advantage a {
    display: block;
    width: 400px;
    height: 200px;
}

.our-advantage img {
    margin-top: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: 50px;
}

.our-advantage h2 {
    color: #f40;
    margin-top: -100px;
    margin-left: 195px;
    font-size: 30px;
}

.our-advantage p {
    font-size: 14px;
    color: #333;
    margin-left: 195px;
    margin-top: -80px;
}

.our-advantage p {
    color: #777;
    margin-top: 3px;
    font-size: 16px;
}

.our-advantage li:hover {
    background-color: #f40;
    box-shadow: 1px 1px 20px 3px #ededed;
}

.our-advantage li:hover h2,.our-advantage li:hover p {
    color: #fff;
    transform: translateY(-5px);
    transition: transform 0.3s;
}

.our-advantage li:hover img {
    transform: translateY(-4px);
    transition: all 0.3s;
}

.business-partner {
    text-align: center;
    margin-top: 100px;
}

.our-partner-title h3 {
    color: #f40;
    font-size: 38px;
    font-weight: bold;
    margin-top: 20px;
    background: url("../images/details/successful-case.png") no-repeat 315px;
    background-size: 553px 48px;
}

.our-partner-title p {
    font-size: 16px;
    margin-top: 10px;
}

.business-partner ul {
    margin: 50px 0 100px 60px;
    float: left;
    width: 100%;
}

.business-partner li {
    float: left;
    width: 250px;
    height: 120px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 12px;
}

.business-partner li img {
    width: 210px;
    margin-top: 10px;
}

.contact-us {
    height: 100px;
    width: 100%;
    background-color: #2a3871;
    position: relative;
    margin-bottom: 100px;
}

.contact-us p {
    font-size: 24px;
    position: absolute;
    top: 50px;
    height: 70px;
    line-height: 70px;
    width: 1000px;
    background-color: #fff;
    border-radius: 10px;
    left: 50%;
    margin-left: -500px;
    box-shadow: 1px 1px 10px #a8a8a8;
    padding-left: 130px;
    box-sizing: border-box;
    color: #222;
}

.contact-us span {
    margin-right: 165px;
    color: #333;
}

.contact-us img {
    margin-right: 10px;
}

/*工厂采购 end*/
/*委托采购 start*/
.entrustOut {
    position: relative;
    top: 20px;
    width: 100%;
    height: 240px;
    background-color: #fff;
}

.entrustHeader {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 240px;
    background-color: #f40;
    text-align: center;
}

.entrustHeader img {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 40px;
    left: 60px;
}

.entrustHeader p {
    color: #333;
    position: absolute;
    top: 142px;
    background-color: #e8bd5f;
    padding: 2px 10px;
    border-radius: 5px;
    left: 85px;
}

.entrustHeader h2 {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 175px;
    left: 72px;
    font-weight: 500;
}

.entrustCont {
    position: absolute;
    left: 280px;
}

.entrustCont h3 {
    position: absolute;
    top: 20px;
    font-size: 16px;
    width: 890px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.entrustCont img {
    position: absolute;
    width: 850px;
    height: 147px;
    top: 70px;
}

/**注册**/
.register {
    margin-top: 40px;
    padding: 50px 30px 80px;
}

.batch_title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
    margin-top: 60px;
}

.batch_title li {
    float: left;
    line-height: 40px;
    margin-left: 40px;
}

.batch_title li a {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    display: block;
}

.batch_title a.title_selected {
    color: #f40;
    border-bottom: 4px solid #f40;
}

.register-form {
    width: 100%;
    margin-top: 60px;
}

.register-form-items {
    margin-left: 280px;
}

.reg-box {
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 15px 0;
}

.reg-box span {
    width: 115px;
}

.reg-box input {
    width: 400px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 14px;
}

.pro-detail input[type="file"] {
    width: 50px;
    height: 60px;
    cursor: pointer;
    border-radius: 50px;
    z-index: 100;
    /*background-color: pink;*/
    opacity: 0;
}

.pro-detail a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/icon/add-img.png)no-repeat center center;
    line-height: 117px;
    color: #ccc;
    cursor: pointer;
    margin-left: 10px;
}

.reg-box-img {
    padding-top: 15px;
}

.reg-box-img input {
    width: 150px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
}

.reg-box-img a {
    width: 124px;
    height: 40px;
    display: block;
    background: #ccc url(../images/icon/icon-upload.png)no-repeat 19px 11px;
    background-size: 20px 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    padding-left: 15px;
    margin-left: 25px;
}

.product-submit {
    margin-left: 117px;
}

.product-submit ul {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.product-submit li {
    float: left;
    text-align: center;
    position: relative;
    margin-right: 10px;
}

.product-submit li i {
    position: absolute;
    background: url(../images/icon/icon-order-cross2.png)no-repeat;
    right: 0;
    top: -5px;
    height: 20px;
    width: 20px;
    opacity: .6;
}

.product-submit li img {
    border: 1px solid #ccc;
    width: 80px;
    height: 80px;
}

.product-submit li p {
    font-size: 12px;
    width: 100px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
}

.pro-detail textarea {
    height: 60px;
    line-height: 21px;
    border: 1px solid #ccc;
    padding: 0 5px;
    margin-left: 61px;
    font-size: 14px;
    resize: none;
    width: 370px;
}

.pro-detail p {
    color: #ccc;
}

.reg-box p {
    font-size: 14px;
    margin-left: 113px;
}

.reg-box2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.reg-box-img p {
    font-size: 12px;
    margin-left: 270px;
    color: #ccc;
}

.reg-box-img p.remark {
    padding-top: 10px;
}

.reg-box select {
    width: 266px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
    margin-left: 10px
}

.reg-box select option {
    padding: 0 10px
}

.reg-box .code {
    margin-left: 10px;
    margin-right: 14px
}

.m-bottom-small span a {
    color: #0c8ed8;
}

.b-blue {
    background: #5792ff
}

.register-other {
    width: 464px;
    height: 490px;
    margin-left: 41px;
    padding-bottom: 40px;
    overflow: hidden
}

.request-input {
    margin-top: 30px;
    margin-left: 124px;
}

.request-input a.btn {
    padding: 10px 50px;
    background-color: #f40;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
}

.request-input a.btn:hover {
    background-color: #f00;
    transition: all .5s;
}

.reg-box input {
    width: 360px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px
}

.reg-box input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-left: 122px;
    vertical-align: middle;
}

/*委托采购 end*/
/*委托销售 start*/
.seller {
    margin-top: 40px;
    padding: 40px 20px;
}

.seller-title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.seller-title p {
    font-size: 12px;
    color: #666;
}

.seller table {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #333;
    border-color: #aaa;
    margin-bottom: 100px;
}

.seller table th {
    font-size: 14px;
}

.seller table tr {
    height: 40px;
}

.seller table th.th-num {
    width: 30px;
}

.seller table td {
    font-weight: normal;
}

.seller table td input {
    font-size: 12px;
    width: 72px;
    border: none;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    text-align: center;
}

.seller table td input[type="checkbox"] {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.seller table td input.remarks {
    text-align: left;
    width: 500px;
    height: 30px;
    padding-left: 5px;
}

.seller table td a {
    font-size: 12px;
}

.seller table td a.btn-release {
    color: #1a90c3;
}

.seller table td a.btn-delete {
    color: #f40;
}

.seller table td a.btn-allin {
    display: inline-block;
    background-color: #f40;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.seller table td a:hover {
    text-decoration: underline;
}

.seller table td a.btn-allin:hover {
    text-decoration: none;
    background-color: #ff0000;
    transition: all .2s;
}

/*.sewv{position: relative;width: 100px;display: inline-block;vertical-align: middle;}*/
/*.sewvtop{width:100%;cursor:pointer;overflow: hidden;height: 30px;}*/
/*.sewvtop:hover{background-color: #eee;box-sizing: border-box;}*/
/*.sewvtop>span{position: absolute;width: 80px;left: 0;top:50%;transform:translateY(-50%);white-space:pre;text-overflow:ellipsis;overflow: hidden;}*/
/*.sewvtop>em{position: absolute;right: 0;top: 4px;width: 20px;height: 20px;vertical-align: middle;}*/
/*.sewvbm{position: absolute;left: -1px;top: 30px;display: none;border: 1px #D9D9D9 solid;background-color: #000;z-index: 100;opacity: .8;width: 99px;}*/
/*.sewvbm>li{cursor:pointer;width:100%;height:30px;line-height:30px;font-size: 12px;color: #fff;padding-left:5px;box-sizing: border-box;}*/
/*.sewvbm>li:hover{background: #ffff;color: #f40;overflow: hidden;}*/
/*.lbaxztop{animation: rotatete 0.1s linear forwards;}*/
/*.lbaxztop2{animation: rotatete2 0.1s linear forwards;}*/
/*@keyframes rotatete{*/
/*    from{transform: rotate(0deg);}*/
/*    to{transform: rotate(180deg) translateY(-2px);}*/
/*}*/
/*@-moz-keyframes rotatete2{*/
/*    from{transform: rotate(180deg) translateY(-2px);}*/
/*    to{transform: rotate(0deg);}*/
/*}*/
/*委托销售 end*/
