@charset "utf-8";
/*首页轮播图*/
h3 {margin:0;}
.fullSlide-container { background: #fff; border-bottom: 1px solid #E6ECF2;}
.fullSlide-container .fullSlide{ position:relative;margin:0 auto; height: 290px; overflow: hidden;}
.fullSlide-container .fullSlide .bd{ position:relative; z-index:0; max-height: 250px;overflow: hidden;}
.fullSlide-container .fullSlide .bd li a { display: block;height: 250px; }
.fullSlide-container .fullSlide .bd li img{width:100%; height: 250px; } 
.fullSlide-container .fullSlide .hd{position:relative; z-index:1; height:40px; line-height:40px;  text-align:center; }
.fullSlide-container .fullSlide .hd ul{ text-align:center;  padding-top:5px;  margin-bottom: 0;margin-left: -20px;}
.fullSlide-container .fullSlide .hd ul li{ cursor:pointer; display:inline-block; width:14px; height:14px; margin:5px 7px;  background: url(../images/on-1.png);background-size: 100% 100%; color:#fff;  }
.fullSlide-container .fullSlide .hd ul .on{  background: url(../images/on-2.png);background-size: 100% 100%; }
.fullSlide-container .fullSlide .prev,.fullSlide .next{ display:block; width:36px; height:61px; position:absolute;top: calc(50% - 20px); top:-moz-calc(50% - 20px);top: -webkit-calc(50% - 20px); margin-top: -25.5px; }
.fullSlide-container .fullSlide .next{  background: url(../images/next.png);background-size: 100% 100%; right: -36px; transition: right .2s;-moz-transition: right .2s;-webkit-transition: right .2s;-o-transition: right .2s;}
.fullSlide-container .fullSlide .prev{  background: url(../images/pre.png);background-size: 100% 100%; left: -36px;transition: left .2s;-moz-transition: left .2s;-webkit-transition: left .2s;-o-transition: left .2s;}
.fullSlide-container .fullSlide:hover .next {  right: 0;  }
.fullSlide-container .fullSlide:hover .prev { left: 0; }

.categories { margin-top: 20px; margin-bottom: 30px;}
.categories .categories-container,.categories .new-product-container{height: 470px;position: relative;padding: 30px 0 30px 20px; border: 1px solid #E6ECF2; background: #fff;}
.categories .new-product-container { padding: 30px;  }
.categories .categories-container a,.categories .new-product-container a { text-decoration: none;}
.categories .categories-container h3,.categories .new-product-container h3 { font-size: 18px; margin-bottom: 15px; color: #1D2C6A; font-weight: bold;}
.categories .categories-container h3 { padding-left: 10px; }
.categories .categories-container h3:hover { color:#AC1E1D; }
.categories .row>div:nth-child(1) { padding-right: 10px; }
.categories .row>div:nth-child(2) { padding-right: 10px; padding-left: 10px;}
.categories .row>div:nth-child(3) { padding-left: 10px; }
.categories .categories-container ul { margin: 0; padding: 0}
.categories .categories-container ul>li {padding: 0 20px 0 10px;-webkit-transition: background .2s ease-out;transition: background .2s ease-out;}
.categories .categories-container ul>li:hover { background: #E6ECF2; }
.categories .categories-container ul>li:hover>a { color: #AC1E1D; }
.categories .categories-container ul>li:hover .detail-container { display: block; }
.categories .categories-container ul>li>a{color: #606060; display: block;font-size: 14px;text-decoration: none;}
.categories .categories-container ul>li>a>span { line-height: 21px; padding: 5px 0; max-width: 100%; display: inline-block; vertical-align: top; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 90%;}
.categories .categories-container .detail-container{display: none; padding: 20px 20px 10px 20px; width: 630px; position: absolute; top: -1px; left: 100%; z-index: 9; background: #fff; min-height: 472px; max-height: 600px; overflow-y: scroll; border: 1px solid #ced3d9;  box-shadow: 5px 5px 8px rgba(0,0,0,0.1);  -webkit-box-shadow: 5px 5px 8px rgba(0,0,0,0.1);overflow-y: auto; }
.categories .categories-container .detail-container .title{font-size: 14px; color: #222; font-weight: bold; margin: 10px 0; max-width: 100%; display: inline-block; vertical-align: top; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.categories .categories-container .detail-container .item{-webkit-transition: background .2s ease-out;transition: background .2s ease-out;font-size: 12px;box-sizing: border-box; width: 100%; float: left;padding: 5px 0 5px 10px; color: #555; max-width: 100%; display: inline-block; vertical-align: top; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.categories .categories-container .detail-container .item:hover { background: #E6ECF2;color: #AC1E1D; }
.categories .categories-container .detail-container .title a { color:#1D2C6A; font-size: 14px;padding-left: 10px;}
.categories .categories-container .detail-container .title a:hover {color: #AC1E1D; }
.categories .categories-container .detail-container .row .col-md-4 { padding-left: 10px; }
.categories .new-product-container ul { padding-left: 0; margin-bottom: 0; }
.categories .new-product-container .item {padding: 13px 0; border-bottom: 1px solid #e6ecf2; }
.categories .new-product-container .item:last-child { border-bottom: 0; }
.categories .new-product-container .item a:hover span{ color: #AC1E1D; }
.categories .new-product-container .item a:hover img { transform: scale(1.2);-moz-transform:scale(1.2); -webkit-transform:scale(1.2); -o-transform:scale(1.2); }
.categories .new-product-container .item .yml-img-wrap {width: 50px; height: 50px; line-height: 50px; text-align: center; margin-right: 20px; overflow: hidden; display: inline-block; }
.categories .new-product-container .item .yml-img-wrap img {max-width: 100%; max-height: 100%; vertical-align: middle; transition: transform .2s;-moz-transition: -moz-transform .2s;	-webkit-transition: -webkit-transform .2s;	-o-transition: -o-transform: .2s;	}
.categories .new-product-container .item .item-name {max-width: 100%; display: inline-block; vertical-align: top; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 14px; color: #555; max-width: -moz-calc(100% - 180px);max-width: -webkit-calc(100% - 180px);max-width: calc(100% - 180px); line-height: 50px; }
.categories .new-product-container .item .item-num {max-width: 100%; display: inline-block; vertical-align: top; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 12px; color: #888; float: right; max-width: 104px; line-height: 50px; }
.categories .post-request .item:last-child {border: 0; }
.categories .post-request .pyr-items {padding: 20px 0 25px;}
.categories .post-request .pyr-items li { margin-bottom: 5px; color: #606060;}
.categories .post-request .pyr-items li i { margin-right:10px;width: 13px;height: 11px;background: url(../images/collect.png); background-size: 100% 100%; display: inline-block;}
.categories .post-request .pyr-hr-header { font-size: 16px;margin-bottom: 20px; }
.categories .post-request .item { border:0; margin-bottom: 7px;}
.categories .post-request .psr-btn{ padding-top: 6px;}
.categories .post-request .psr-btn a {display: block; padding: 7px 0; border-radius: 3px; text-align: center; color: #AC1E1D; text-decoration: none; border: 1px solid #AC1E1D; -webkit-transition: background .2s ease-out;transition: background .2s ease-out }
.categories .post-request .psr-btn a i { width: 18px;height: 18px;background: url(../images/post-message.png);background-size: 100% 100%; display: inline-block; position: relative;top: 4px; margin-right: 10px;}
.categories .post-request .psr-btn a:hover { background: #AC1E1D; color: #fff; }
.categories .post-request .psr-btn a:hover i { background: url(../images/post-message-2.png);background-size: 100% 100%; }
.categories .post-request a{color: #1470cc;}
.categories .post-request a:hover { color: #AC1E1D; }

.tip { line-height: 24px; position: relative; margin-top: 20px; padding-top:20px;padding-bottom: 10px;}
.tip h3{ font-size:24px; color: #1D2C6A; background: #F5F7FA; padding-right:17px; font-weight: bold;}
.tip .line { background: #DCDEE4; height: 5px; border-radius: 5px; display: inline-block; width: -moz-calc(100% - 30px);width: -webkit-calc(100% - 30px); width: calc(100% - 30px);position: absolute; top: 50%; margin-top: 3px; z-index: -1; left:15px;}
.tip a { line-height: 24px;  background: #F5F7FA; padding-left:20px; display: inline-block; color: #606060;font-size: 12px;}
.tip a:hover { color:#1D2C6A; }

.latest .content { padding:12px; border:1px solid #E6ECF2; background: #fff; position: relative; margin-top: 10px;}
.latest .content:hover:after {opacity: 1; }
.latest .content:after {position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: opacity 2s cubic-bezier(.165,.84,.44,1); box-shadow: 0 8px 17px 0 rgba(138,57,3,.2), 0 6px 20px 0 rgba(0,0,0,.15); content: ''; opacity: 0; z-index: -1; }
.latest .content .item-img { height: 200px; line-height: 200px; text-align: center;}
.latest .content .item-img img { max-width: 100%; vertical-align: middle; max-height: 100%;}
.latest .content .item-info h2 { height: 40px;margin-bottom: 12px; margin-top: 12px; font-size: 12px; overflow: hidden; word-wrap: break-word; }
.latest .content .item-info h2 a{height: 40px; -webkit-line-clamp: 2; font-size: 14px; line-height: 20px; color: #333; letter-spacing: 0; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; }
.latest .content .item-info .pmo {margin-top: 12px; margin-bottom: 10px; letter-spacing: 0; color: #666; font-size: 12px; }
.latest .content .item-info .pmo .price {line-height: 16px; height: 16px; font-size: 14px; margin-bottom: 6px; text-overflow: ellipsis; white-space: nowrap; }
.latest .content .item-info .pmo .price b {color: #333; font-size: 14px; }
.latest .content .item-info .pmo .min-order {font-size: 14px; line-height: 18px; height: 18px; overflow: hidden; }
.latest .row { margin-left: -6px; margin-right: -6px; }
.latest .col-md-2 { padding-right: 6px;padding-left: 6px; }

.ad { margin-top: 20px; margin-bottom: 20px; }

.hot .content { border:1px solid #E6ECF2; background: #fff; position: relative;}
.hot .content:hover:after {opacity: 1; }
.hot .content:after {position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: opacity 2s cubic-bezier(.165,.84,.44,1); box-shadow: 0 8px 17px 0 rgba(138,57,3,.2), 0 6px 20px 0 rgba(0,0,0,.15); content: ''; opacity: 0; z-index: -1; }
.hot .content .item-img { height: 180px; line-height: 180px; text-align: center;}
.hot .content .item-img img { max-width: 100%; vertical-align: middle; max-height: 100%;}
.hot .content .item-info h2 { height: 40px;margin-bottom: 12px; margin-top: 12px; font-size: 12px; overflow: hidden; word-wrap: break-word; }
.hot .content .item-info h2 a{height: 40px; -webkit-line-clamp: 2; font-size: 14px; line-height: 20px; color: #333; letter-spacing: 0; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; }
.hot .content .item-info .pmo {margin-top: 12px; margin-bottom: 10px; letter-spacing: 0; color: #666; font-size: 12px; }
.hot .content .item-info .pmo .price {line-height: 16px; height: 16px; font-size: 14px; margin-bottom: 6px; text-overflow: ellipsis; white-space: nowrap; }
.hot .content .item-info .pmo .price b {color: #333; font-size: 14px; }
.hot .content .item-info .pmo .min-order {font-size: 14px; line-height: 18px; height: 18px; overflow: hidden; }
.hot .row { margin-left: -6px; margin-right: -6px; }
.hot .col-md-3 { padding-right: 6px;padding-left: 6px; }

.case .item-img { max-height: 340px; text-align: center; padding: 0; margin:0; margin-top: 20px; border:1px solid #E6ECF2; position: relative; font-size: 0; width: 100%; overflow: hidden;}
.case .item-img img {height: 100%; width: 100%; padding: 0; margin:0; vertical-align: middle;}
.case .item-img h3 { position: absolute; bottom: 0; background: rgba(96,96,96,0.8); color: #fff; font-size: 20px; padding: 20px 36px; width: 100%; text-align: center; }
.case .row,.donot-miss .row { margin-left: -5px;margin-right: -5px; }
.case .row .col-md-6,.donot-miss .row .col-md-6 { padding-right: 10px;padding-left: 10px; }

.donot-miss .img-item { height: 150px; }
.donot-miss .img-item>div { height: 100%; width: 100%; overflow: hidden; }
.donot-miss  h2{color:#606060; font-size: 24px; margin-top: 40px; margin-bottom: 20px; line-height: 36px;}

/*hot item*/
.hot-item {  padding-top: 40px; padding-bottom: 20px; }
.hot-header {font-weight: normal; color:#606060;font-size: 14px; margin:0; margin-bottom: 5px;}
.item-mark {max-width: 100%; display: inline-block; vertical-align: top; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-top: 5px; color: #606060;font-size: 12px; line-height: 18px; }
.item-mark:hover { color: #AC1E1D; }

/*buyers-resources*/
.buyers-resources { margin-bottom: 30px; }
.buyers-resources h2{ color: #606060;font-size: 14px;margin-bottom: 20px;line-height: 36px; margin: 0; margin-bottom: 5px;}
.buyers-resources .item { margin-right:10px; }

/*footer*/
.footer {background: #222 none repeat scroll 0 0; clear: both; color: #777; width: 100%; border-top:none; }
.footer-top{border-top: 1px solid #333;}
.footer .footerArea {width:auto;max-width:1440px;margin:0 auto;padding:10px 0 30px 0;}
.footer .footerArea h1{font-size:14px;}
.footer ul li{ text-align:center; color:#777; line-height:30px;}
.footer ul li a{ color:#777; margin-left:5px; margin-right:5px;font-size:14px;}
.footer ul li a:hover{ color:#fff;text-decoration:none;} 
.dev-age{float:left;background-color: #222;padding-top:30px;}
.dev-age h3{color:#fff; margin-bottom: 10px; font-size:14px; font-weight: bold; }
.dev-age ul{list-style:none; padding-left: 0;}
.dev-age ul li{text-align:left; margin:0px;padding:0px;color:#777; line-height:30px;}
.dev-age ul li a{color:#777; margin:0px;}
.dev-age ul li a:hover{ color:#fff;text-decoration:none;}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #E6ECF2; } 
input:-moz-placeholder, textarea:-moz-placeholder { color: #E6ECF2; } 
input::-moz-placeholder, textarea::-moz-placeholder { color: #E6ECF2; } 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #E6ECF2; }

ul { padding-left: 0; }

.head-2 { padding-top: 0; }


@media (max-width: 768px) {
	.fullSlide-container .fullSlide { height: 203px; }
	.fullSlide-container .fullSlide .bd,.fullSlide-container .fullSlide .bd li img { max-height: 163px; }
	.categories .row>div:nth-child(1) { padding-right: 15px; overflow: hidden;padding-bottom: 15px; }
	.categories .row>div:nth-child(2) { padding-right: 15px;padding-left: 15px; margin-bottom: 15px;}
	.categories .row>div:nth-child(3) { padding-left: 15px; }
	.tip h3 { font-size: 18px; max-width: 250px; }
	.tip .line { display: none; }
	.tip { padding-top: 0; }
	.latest .content .item-img { height: 135px; line-height: 135px; }
	.latest .content { padding: 8px; }
	.latest .content .item-info h2 { margin-bottom: 8px;margin-top: 8px; }
	.case .item-img { line-height: normal; margin-top: 0; }
	
	.categories .new-product-container h3 { max-width: 150px; }
}


