select{
	border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-left: 4px !important;
    padding-right: 14px !important;
    background: url("../img/login/select.png") no-repeat scroll right center transparent !important;
    background-size: 12px !important;
    cursor: pointer;
}
.w {
    width: 1080px !important;
}
.supplier-home:after,
.supplier-home .product-lists .item-container .item-bg:after,
.supplier-home .product-lists .item-container:after,
.supplier-home .tab-container:after,
.supplier-home .info-container:after,
.ming-gallery:after {
    content: ' ';
    display: table;
    clear: both;
}

.supplier-home {
    background: #f4f4f4;
    padding-bottom: 60px;
}

.supplier-home .banner {
    width: 100%;
    height: 380px;
    background-size: cover;
}

.supplier-home .product-lists .item-container {
    background: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}
.page-wrapper.more-products{
	margin-top:10px;
}

.supplier-home h2.title {
    font-size: 16px;
    font-weight: bold;
    color: #4f4f4f;
    padding: 20px;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
}

.supplier-home .company-info > h3.title {
    font-size: 16px;
    font-weight: bold;
    color: #4f4f4f;
    padding: 30px 15px 15px 15px;
    border-top: 1px solid #f4f4f4;
    background: #fff;
}

.supplier-home .product-lists .item-container .list-container {
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
}

.supplier-home .product-lists .item-container .item {
    float: left;
    width: calc(100% / 3);
    padding: 8px;
    border-right: 1px solid #f4f4f4;
}
.supplier-home .product-lists .item-container .item.last{
	border-right: 0;
}

@media screen and (max-width: 1260px) {
    .supplier-home .product-lists .item-container .item {
        padding: 5px
    }
}

.supplier-home .product-lists .item-container .item-bg {
    padding: 15px;
}

.supplier-home .product-lists .item-container .item-bg .pic {
    float: left;
    width: 46%;
    height: 145px;
}

.supplier-home .product-lists .item-container .item-bg .text-content {
    float: left;
    width: 54%;
    padding-left: 10px;
}

@media screen and (max-width: 1500px) {
    .supplier-home .product-lists .item-container .item-bg .text-content {
        padding: 0;
        padding-left: 10px;
    }
}

.supplier-home .product-lists .item-container .item-bg .text-content .title {
    font-weight: bold;
    color: #343434;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.supplier-home .product-lists .item-container .item-bg .text-content .description {
    line-height: 22px;
    color: #666;
    height: 88px;
    overflow: hidden;
    margin-bottom: 8px;
}

@media screen and (max-width: 1500px) {
    .supplier-home .product-lists .item-container .item-bg .text-content .description {
        height: 66px;
    }
}

@media screen and (max-width: 1260px) {
    .supplier-home .product-lists .item-container .item-bg .text-content .description {
        height: 44px;
    }
}

.supplier-home .product-lists .item-container .item-bg .text-content .interact-wrap a {
    color: #333;
    margin-right: 10px;
}

@media screen and (max-width: 1260px) {
    .supplier-home .product-lists .item-container .item-bg .text-content .interact-wrap a {
        margin-right: 5px;
    }
}

.supplier-home .product-lists .item-container .item-bg .text-content .interact-wrap a i {
    color: #868686;
}

.supplier-home .product-lists .item-container .item-bg .text-content .interact-wrap a i.active {
    color: #f5a623;
}

.supplier-home .tab-container {
    width: 100%;
    background: #333333;
}

.supplier-home .tab-container > .tab-btn {
    float: left;
    padding: 10px 30px;
    color: #fff;
    transition: all .3s;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.tab-container > .active,
.supplier-home .tab-container > .tab-btn:hover {
    background: rgba(0, 0, 0, 0.1) !important;
}

.tab-container i {
    color: #fff;
}

.supplier-home .info-container {
    background: #fff;
}

.supplier-home .card-container {
    width: 60%;
    border-right: 1px solid #f4f4f4;
    padding: 20px;
}

.supplier-home .scope {
    width: 40%;
    padding: 36px 20px 20px 40px;
}

.supplier-home .card-container .pic {
    float: left;
    width: 45%;
}

.supplier-home .card-container .card {
    float: left;
    width: 55%;
    padding-left: 40px;
    padding-right: 10px;
}

@media screen and (max-width: 1500px) {
    .supplier-home .card-container .card {
        padding-left: 20px;
    }
}

.supplier-home .card-container .pic .main-pic-wrap {
    float: left;
    width: calc(100% - 50px);
    height: 222px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.supplier-home .card-container .pic .main-pic {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1500px) {
    .supplier-home .card-container .pic .main-pic {
        height: 230px;
    }
}

@media screen and (max-width: 1260px) {
    .supplier-home .card-container .pic .main-pic {
        height: 220px;
    }
}

.supplier-home .card-container .pic .pic-wrap {
    float: left;
    width: 50px;
    padding-left: 10px;
}

.supplier-home .card-container .pic .main-pic.active {
    opacity: 1;
}

.supplier-home .card-container .pic .pic-wrap .sub-pic {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.pic .pic-wrap .sub-pic.active {
    border: 2px solid #4d90fe;
}

@media screen and (max-width: 1500px) {
    .supplier-home .card-container .pic .pic-wrap .sub-pic {
        height: 38px;
    }
}

@media screen and (max-width: 1260px) {
    .supplier-home .card-container .pic .pic-wrap .sub-pic {
        height: 36px;
    }
}

.card-container .ming-item {
    padding: 0;
}

.card-container .ming-item h2.title {
    padding: 0;
    border: none;
    padding-left: 60px;
    position: relative;
    width: 100%;
}

.card-container .ming-item h2.title span {
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 14px;
    display: block;
    line-height: 25px;
    width: calc(100% - 60px);
    max-height: 50px;
    overflow: hidden;
}

.card-container .ming-item .description,
.card-container .ming-item .rz-wrap {
    margin: 18px 0;
}

@media screen and (max-width: 1500px) {
    .card-container .ming-item .description,
    .card-container .ming-item .rz-wrap {
        margin: 17px 0;
    }
}

@media screen and (max-width: 1500px) {
    .card-container .ming-item .description,
    .card-container .ming-item .rz-wrap {
        margin: 14px 0;
    }
}

.supplier-home .scope h3.title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}

.supplier-home .scope li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #222;
    position: relative;
    padding-left: 15px;
    color: #666;
}

.supplier-home .scope li i{
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    color: #222;
    background-color: #5898ff;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.text-content {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    background: #fff;
    padding: 0 15px;
}

.company-profile{
	padding:0 15px 30px 15px;
}

.company-details {
    margin-top: 20px;
    background: #fff;
    padding: 15px 15px 50px 15px;
	font-size: 15px;
	line-height: 1.72em;
}

.company-details *{
	font-size: 14px;
	line-height: 1.2em;
}
.company-details h3{
	display: block;
    font-size: 16px;
    font-weight: bold;
    color: #4f4f4f;
    padding: 15px 0;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom:20px;
    line-height: 1em;
}

.company-details img {
    max-width: 100%;
}

.contact {
    float: left;
    width: 40%;
    height: 425px;
    overflow: hidden;
}

.contact .ming-item {
    padding: 10px 0;
}

.contact .ming-item h2.title {
    padding: 0;
    border: none;
    padding-left: 60px;
    position: relative;
    width: 100%;
}

.contact .ming-item h2.title span{
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 14px;
    display: block;
    line-height: 25px;
    width: calc(100% - 60px);
    max-height: 50px;
    overflow: hidden;
}


.contact .ming-item .business {
	color: #666;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 0 20px 0;
    font-size: 13px;
}

.contact .ming-item .description {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 0 5px 0;
    max-height: none;
    overflow: hidden;
}

.contact .ming-item .description .key{
	display: block;
	float: left;
/* 	border-right:1px solid #EEE; */
	width: 25%;
	height: 100%;
	margin-top: 0;
}
.contact .ming-item .description .value{
	display: block;
	float: left;
	width: 75%;
	padding:0 20px;
}
.contact .ming-item .description .value a{
	color: #1da1f2;
	font-weight: normal;
}
.supplier-home .bg-f {
    border-top: 10px solid #f4f4f4;
}

.supplier-home .send-message-container {
    float: left;
    width: 100%;
    height: 425px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}
.supplier-home .send-message-container span{
	line-height: 30px;
    background-color: #5898ff;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px;
}

.supplier-home .send-message-container h3.title {
    padding: 0;
}

.supplier-home .send-message-container h4.title {
    padding: 15px 0;
    color: #666;
}

.supplier-home .send-message-container textarea {
    height: 210px;
    margin-bottom: 30px;
}

.ul-list {
    position: relative;
}

.ul-list ul {
    position: absolute;
    width: auto;
    max-width: 560px;
    background: #fff;
    left: 0;
    top: 100%;
    display: none;
    -webkit-box-shadow: 2px 2px 2px rgba(173,173,173,0.6);
    -moz-box-shadow: 2px 2px 2px rgba(173,173,173,0.6);
    box-shadow: 2px 2px 2px rgba(173,173,173,0.6);
    z-index: 1;
}

.ul-list ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ul-list ul li a {
    display: block;
    padding: 10px 20px;
    color: #666;
    transition: all .3s;
    font-size: 13px;
}

.ul-list ul li a:hover {
    background: #f0f0f0;
}

.send-container {
    float: left;
    width: 60%;
    border-left: 10px solid #f4f4f4;
}

.send-container .ming-pian {
    padding-left: 20px;
    float: left;
}

.send-container .ming-pian h2 {
    padding-left: 0;
    border: none;
}

.mkRound {
    height: 380px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.mkRound .banner {
    transition: all .6s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: 1080px auto !important;
}

.mkRound .banner.active {
    opacity: 1;
    visibility: visible;
}

.mkRound .page-turn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 15px;
    z-index: 99;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    transition: all .3s;
}

.mkRound:hover .page-turn {
    opacity: 1;
}

.mkRound .page-turn.next {
    left: auto;
    right: 15px;
}

.mkRound .page-turn i {
    color: #fff;
    font-size: 20px;
    opacity: 0.5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    transition: all .3s;
}

.mkRound .page-turn i:hover{
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}

.mkRound .page-turn.pre i {
    transform: rotate(180deg);
}

.mkRound .pointer {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.mkRound .pointer .item {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 2px solid rgba(255,255,255,0.6);
    margin-right: 5px;
}

.mkRound .pointer .item.active {
    background: #fff;
}

.second-tab {
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
}

.supplier-home .second-tab > .tab-btn {
    color: #000;
    padding: 20px 30px;
    height: 60px;
    background: #fff !important;

}

.supplier-home .second-tab > .tab-btn:last-child {
    padding: 20px 10px;
}

.supplier-home .second-tab > .tab-btn i {
    color: #000;
}

.supplier-home .second-tab > .tab-btn:hover {
    background: #fff !important;
}