* {
	padding: 0;
	margin: 0;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
	border: 0;
}

img,
input {
	border: none;
	vertical-align: middle;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	border: 1px solid #CCC !important;
}

body {
	font-family: Tahoma, Arial, Helvetica, "微软雅黑";
	/*font-size: 63%!important;*/
	text-align: center;
	background: #f2f3f7 !important;
	color: #555 !important;
}

html {
	overflow-y: scroll;
}

ul,
ol {
	list-style-type: none;
}

th,
td,
input,
button {
	outline: none;
}

.input-group .form-control {
	z-index: 0 !important;
}

.link a {
	color: inherit;
}

.link a:hover {
	color: inherit;
}

.change {
	transition: .3s ease-out;
}

.red {
	color: red !important;
}

.gray {
	color: gray;
}

.change-img {
	overflow: hidden;
}

.change-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.text-over {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*头部*/

.top {
	background: #FFF;
	height: 135px;
	box-shadow: 0 0 10px #ccc;
}

.directory-top {
	background: #FFF;
	height: 135px;
	box-shadow: 0 0 10px #ccc;
}

.top-head {
	width: 1500px;
	margin: 0 auto;
}

.top-1 {
	width: 100%;
	clear: both;
	overflow: auto;
	padding: 10px 0;
}

.top-2 {
	width: 100%;
	clear: both;
	position: relative;
	padding: 10px 0;
}

.top-logo {
	width: 252px;
	float: left;
}

.top-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.top-nav {
	margin-left: 40px;
	margin-top: 12px;
	float: left;
}

.zs-top .top-nav {
	margin-left: 100px;
	margin-top: 12px;
	float: left;
}
.top-nav-ul{
	overflow:hidden;
}
.top-nav ul li {
	margin-right: 30px;
	float: left;
}
.top-nav ul li img{
	margin-bottom: 2px;
}

.top-nav ul li i {
	margin-right: 8px;
	color: #1a94fd;
}

.top-nav-btn {
	display: none;
}

#menu i {
	display: block;
	width: 20px;
	margin-top: 3px;
	margin-right: 10px;
	float: left;
}

.top-help {
	float: right;
	font-size: 12px;
	margin-top: 12px;
}

.top-help span {
	color: #1A94FD;
}

.top-cate-box {
	position: relative;
}

.top-cate {
	float: left;
	display: inline-block;
	position: absolute;
	left: 0;
	z-index: 2;
	font-size: 16px;
	background: #fff;
	border: 1px solid transparent;
	padding: 10px 20px;
}

.top-cate-box:hover .top-cate {
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

.top-cate span {
	margin: 0 10px;
}

.top-cate:hover i {}

.top-cate-box:hover .cate-change {
	transform: rotate(180deg);
}

.top-cate i {
	transition: .5s ease-out;
}

.top-cate-box:hover .top-cate-list,
.top-cate-box:focus .top-cate-list {
	display: block;
}

.top-cate-list {
	display: none;
	border: 1px solid #ddd;
	position: absolute;
	top: 42px;
	width: 250px;
	padding: 10px 0;
	background: #fff;
	left: 0;
	z-index: 1;
}

.top-cate-list>ul>li {
	text-align: left;
	width: 100%;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}

.top-cate-list>ul>li a {
	color: inherit;
}

.top-cate-list>ul>li a:hover {
	color: red;
	text-decoration: none;
}

.top-cate-list ul li span {
	padding-left: 20px;
	width: 190px;
	float: left;
	overflow: hidden;
}

.top-cate-list ul li i {
	float: right;
	margin-top: 8px;
	margin-right: 20px;
}

.top-cate-list>ul>li:hover {
	box-shadow: 0 0 3px #ddd;
	border-right: 1px solid #fff;
}

.top-cate-list>ul>li:hover i {
	margin-right: 15px;
	color: red;
}

.top-cate-list-detail {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	width: 400px;
	height: 382px;
	font-size: 12px;
	padding: 12px;
	left: 246px;
	top: -1px;
	z-index: 2;
}

.top-cate-list-detail>ul {
	height: 310px;
	margin-bottom: 10px;
	overflow: hidden;
}

.top-cate-list-detail>ul>li {
	width: 50%;
	float: left;
	line-height: 20px;
	margin-bottom: 5px;
	padding: 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top-cate-list-detail>ul>li:hover {
	background: #1A94FD;
	color: #fff;
}

.top-cate-list-detail>ul>li a:hover,
.top-cate-list-more a:hover {
	color: #fff !important;
	background: #1A94FD;
}

.top-cate-list-1:hover .top-cate-list-box1,
.top-cate-list-2:hover .top-cate-list-box2,
.top-cate-list-3:hover .top-cate-list-box3,
.top-cate-list-4:hover .top-cate-list-box4,
.top-cate-list-5:hover .top-cate-list-box5,
.top-cate-list-6:hover .top-cate-list-box6,
.top-cate-list-7:hover .top-cate-list-box7,
.top-cate-list-8:hover .top-cate-list-box8,
.top-cate-list-9:hover .top-cate-list-box9 {
	display: block;
}

.top-cate-list-more {
	background: #f4120b;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	width: 30%;
	float: left;
	text-align: center;
	line-height: 24px;
}

.top-cate-list-more:hover {
	background: #1A94FD;
}

.top-cate-list-more:hover a {
	color: #fff;
}

.top-cate-list-all {
	color: #1A94FD;
}

.top-search {
	margin-left: 255px;
	border: 2px solid #1a94fd;
	float: left;
}

.zs-top .top-search {
	margin-left: 350px;
}

.t-search {
	float: left;
	width: 610px;
	height: 40px;
	border-right: 1px solid #eee;
	padding: 10px 5px;
}

.t-select {
	width: 120px;
	float: right;
	height: 40px;
	border: none !important;
	border-radius: 0px !important;
}

.t-select span {
	text-align: left;
	margin-top: 10px;
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 80px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.t-select i {
	margin-right: 15px;
	margin-top: 13px;
	float: right;
}

.t-select ul {
	padding-top: 0px;
	float: left;
	margin-left: -1px;
	top: 52px;
	background: #fff;
	position: absolute;
	box-sizing: content-box !important;
	z-index: 10000;
	width: 119.7px;
	border-top: none !important;
	border: 1px solid #ddd;
	display: none;
}

.t-select ul li:hover {
	background: #1A94FD;
	color: #fff;
}

.t-select:hover ul {
	display: block;
}

.select-li {
	line-height: 30px;
	margin: 5px 0;
	padding-left: 10px;
	text-align: left;
	height: 30px;
}

.search-button {
	background: #1A94FD;
	color: #fff;
	font-size: 36px !important;
	line-height: 40px;
	width: 100px;
	float: right;
	height: 40px;
	border: none;
}

.search_suggest {
	position: absolute;
	display: none;
	padding: 5px;
	width: 610px;
	background: #fff;
	border: 1px solid #eee;
	left: 257px;
	top: 52px;
	z-index: 1000;
}

.search_suggest ul {
	margin: 0;
}

.search_suggest li {
	padding: 3px;
	text-align: left;
}

.search_suggest li:hover {
	background: #eee;
}

.top-MSB {
	float: right;
	width: 370px;
	padding-top: 2px;
}

.zs-top .top-MSB {
	float: right;
	width: 200px !important;
	padding-top: 2px;
}

.top-member {
	width: 50%;
	float: left;
}

.zs-top .top-member {
	width: 100%;
}

.top-member-i {
	font-size: 40px !important;
	line-height: 40px;
	color: #999;
	float: left;
}

.top-member-c {
	font-size: 12px;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 4px;
	text-align: left;
	padding-left: 8px;
	display: block;
}

.top-seller {
	width: 25%;
	float: left;
}

.top-buyer {
	width: 25%;
	float: left;
}

.top-member,
.top-seller,
.top-buyer {
	display: block;
}

.top-member:hover span,
.top-seller:hover span,
.top-buyer:hover span {
	color: #1A94FD;
}


/*头部结束*/

.main {
	width: 1500px;
	margin: 30px auto;
}


/*banner样式*/

.banner {
	width: 100%;
	padding: 0px 20px 20px;
	background: #fff;
	overflow: hidden;
}

.banner-img {
	width: 1200px;
	float: left;
}

.banner-ol {
	bottom: 0px !important;
}

.banner-c {
	width: 240px;
	height: 400px;
	overflow: hidden;
	float: right;
}

.banner-QA {
	width: 100%;
	height: 200px;
	overflow: hidden;
	padding: 15px 20px;
	background: #f4f6f8;
}

.banner-QA-t {
	color: #1A94FD;
	text-align: left;
	font-size: 24px;
}

.banner-QA-t i {
	color: #a9abb5;
	margin-right: 10px;
}

.banner-QA-c {
	color: #a9abb5;
	text-align: left;
}

.banner-QA-c ul li {
	line-height: 32px;
}

.banner-QA-more {
	background: #1A94FD;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	width: 100px;
	text-align: center;
}

.banner-QA-more:hover {
	background: red;
}

.banner-QA-more:hover a {
	text-decoration: none;
}

.banner-tg {
	width: 100%;
}

.banner-tg ul li {
	margin-top: 10px;
}

.banner .about-service {
	padding: 0px;
}

.banner .about-service-li {
	margin-top: 30px;
	margin-bottom: 0px;
}

.banner .about-title {
	padding: 30px 0 0;
}

.banner .about-service-more {
	border: 1px solid #fff;
	padding: 0px 10px;
	display: block;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

@media only screen and (max-width: 370px) {
	.banner .about-service-more {
		bottom: 15px;
		left: 15px;
	}
}

.banner-new {
	width: 100%;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 3px #ccc;
	margin-bottom: 30px;
	clear: both;
}

.banner-new .carousel-indicators {
	bottom: 0px;
}


/*banner结束*/


/*新品推荐*/

.banner .demo {
	padding-top: 0px;
}

.NHP {
	width: 100%;
	height: 270px;
	margin: 30px auto;
	background: #fff;
}

.NHP-left {
	width: 16%;
	font-size: 14px;
	color: #a3a3a3;
	text-align: left;
	float: left;
}

.NHP-left i {
	font-size: 40px;
	margin-right: 10px;
	float: left;
	line-height: 90px;
}
.NHP-left img{
	margin-right: 20px;
}
.NHP-left span {
	line-height: 90px;
}

.NHP-right {
	width: 84%;
	float: right;
}

.NHP-new {
	height: 90px;
	width: 100%;
	padding-left: 25px;
	border-top: 1px #eee solid;
	border-right: 1px #eee solid;
	border-left: 3px #fff solid;
	color: #a3a3a3;
}

.NHP-new.curr {
	height: 90px;
	width: 100%;
	padding-left: 30px;
	text-decoration: none;
	border-bottom: 1px transparent;
	border-right: 1px transparent;
	border-left: 3px #f4120b solid;
	color: #555;
}

.NHP-new.curr:hover a {
	text-decoration: none;
}

.NHP-new.curr i {
	color: #1A94FD;
}

.NHP-new i {
	color: #a3a3a3;
	font-size: 50px;
}

.NHP-new-c {
	top: 0px;
	display: none;
}

.NHP-new-c.curr {
	display: block;
}

.NHP-products {
	width: 90%;
	margin: 33px 5%;
	overflow: auto;
	height: auto;
}

.NHP-products li {
	float: left;
	overflow: hidden;
	height: auto;
	width: 20%;
}

.NHP-products li img {
	width: 90%;
	height: auto;
	border: #fff 1px solid;
}
#offline .products-box{
	margin-top: 20px;
}
#offline .products-right ul{
	margin: 0;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
}

.carousel-control {
	width: 5% !important;
	color: #ccc !important;
	text-shadow: none !important;
}

.carousel-control span {
	font-size: 60px;
	position: absolute;
	top: -webkit-calc(50% - 30px);
	top: -moz-calc(50% - 30px);
	top: calc(50% - 30px);
	float: left;
	left: 20px;
	z-index: 5;
	display: inline-block;
}


/*新品推荐结束*/


/*子站入口*/

.zz {
	width: 100%;
	margin-bottom: 30px;
	overflow: auto;
	line-height: 30px;
}

.zz a {
	color: #fff;
}

.zz a:hover {
	color: #fff;
	text-decoration: underline;
}

.zz-link {
	border: 1px solid #fff;
	padding: 0px 10px;
	display: inline;
	position: absolute;
	bottom: 15px;
}

.zz img {
	height: 100%;
	margin-right: 10px;
}

.zz-1,
.zz-2 {
	padding: 20px;
	text-align: left;
	color: #fff;
	position: relative;
	display: block;
}

.zz-1 {
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px);
	width: 50%-15px;
	width: 50%\0;
	overflow: hidden;
	float: left;
	background: url(../img/hy.jpg) center center no-repeat;
	height: 200px;
}

.zz-2 {
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px);
	width: 50%-15px;
	width: 50%\0;
	float: right;
	height: 200px;
	overflow: hidden;
	background: url(../img/ut.jpg) center center no-repeat
}


/*.zz-1:before,.zz-2:before {
	content: "";
	position: absolute;
	z-index: 0;
	right: 0;
	top: 100%;
	bottom: 0%;
	background:rgba(26,148,253,0.8);
	width: 100%;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.zz-1:hover:before,.zz-2:hover:before {
	height: 200px;
	top: 0;
	bottom: 0;
}*/

.zz-1:hover .zz-title,
.zz-2:hover .zz-title {
	top: -80px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.zz-1:hover .zz-con,
.zz-2:hover .zz-con {
	top: 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.zz-title {
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 15px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.zz-con {
	display: block;
	top: 200px;
	left: 0px;
	height: 200px;
	width: 100%;
	max-width: 735px;
	padding: 15px;
	position: absolute;
	background: rgba(26, 148, 253, 0.8);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


/*子站入口结束*/


/*首页产品*/

.in-products {
	width: 100%;
	overflow: auto;
}

.in-products>ul>li {
	background: #fff;
	margin-bottom: 30px;
}

.in-products>ul>li:nth-child(1) {
	border-top: 5px solid #fd1a1a;
}

.in-products>ul>li:nth-child(2) {
	border-top: 5px solid #fd8a1a;
}

.in-products>ul>li:nth-child(3) {
	border-top: 5px solid #fdd51a;
}

.in-products>ul>li:nth-child(4) {
	border-top: 5px solid #31d41b;
}

.in-products>ul>li:nth-child(5) {
	border-top: 5px solid #1aa0fd;
}

.in-products>ul>li:nth-child(6) {
	border-top: 5px solid #2f1afd;
}

.in-products>ul>li:nth-child(7) {
	border-top: 5px solid #a51afd;
}

.in-products>ul>li:nth-child(8) {
	border-top: 5px solid #fd1aa0;
}

.in-products-name {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: left;
	width: 100%;
	padding: 0 15px;
	border-left: 1px solid #f2f3f7;
	border-right: 1px solid #f2f3f7;
}

.in-products-name span {
	float: right;
	display: block;
	font-size: 14px;
}

.in-products-name span i {
	color: #ccc;
	margin-right: 10px;
}

.in-products-name span:hover {
	color: #1A94FD;
}

.in-products-name span:hover i {
	transform: rotate(180deg);
}

.in-products-list {
	border-left: 1px solid #f2f3f7;
	border-top: 1px solid #f2f3f7;
	overflow: auto;
}

.in-products-list ul li {
	border-right: 1px solid #f2f3f7;
	border-bottom: 1px solid #f2f3f7;
	padding: 20px;
	width: 16.667%;
	float: left;
	text-align: left;
	overflow: hidden;
}

.in-products-list ul li:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.in-products-list ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.in-products-img {
	width: 100%;
	overflow: hidden;
}

.in-products-img img {
	width: 100%;
	height: auto;
}

.in-products-c {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
}

.in-products-c p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-products-list a {
	color: inherit;
}

.in-products-list a:hover {
	text-decoration: none;
}


/*首页产品结束*/


/*首页新闻*/

.in-news {
	margin-bottom: 30px;
	background: #fff;
	overflow: auto;
	width: 100%;
}

.in-new-c {
	width: 46%;
	margin: 0 2%;
	float: left;
	padding: 20px 0;
	text-align: left;
}

.in-new-c p {
	font-size: 18px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222222;
}

.in-new-more {
	width: 110px;
	float: right;
	font-size: 14px;
	text-align: right;
	color: #555;
}

.in-new-more i {
	margin-right: 10px;
}

.in-new-more:hover i {
	transform: rotate(180deg);
}

.in-new-list {
	width: 100%;
}

.in-new-top {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.in-new-c a:hover {
	color: red !important;
	text-decoration: none;
}

.in-new-top-img {
	width: 265px;
	float: left;
}

.in-new-top-img img {
	width: 100%;
	height: auto;
}

.in-new-top-c {
	width: 400px;
	float: right;
}

.in-new-top-c>span {
	height: 135px;
	line-height: 28px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	color: #aaa;
}

.in-new-list ul {
	width: 100%;
	clear: both;
}

.in-new-list ul li {
	text-align: left;
	height: 20px;
	width: 100%;
	margin-bottom: 10px;
}

.in-new-list ul li>i {
	margin-right: 10px;
	margin-top: 2px;
	color: #ccc;
	float: left;
}

.in-new-list ul li span {
	float: right;
	text-align: right;
}

.in-new-list ul li span>i {
	margin-right: 10px;
	color: #ccc;
}

.in-new-list-title {
	width: 70%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


/*首页新闻结束*/


/*底部样式*/

.bot {
	width: 100%;
	overflow: hidden;
}

.web-data {
	background: #fff;
	width: 100%;
	overflow: auto;
}

.web-data-box {
	width: 1500px;
	margin: 0 auto;
	overflow: auto;
	border-left: 1px solid #eee;
}

.web-data-box ul li {
	border-right: 1px solid #eee;
	width: 33.33%;
	float: left;
	padding: 30px 0;
	text-align: center;
}

.web-data-box ul li i {
	font-size: 50px;
	margin-bottom: 10px;
	color: #1A94FD;
}

.web-data-box ul li span {
	font-size: 36px;
	display: block;
	color: #c64b4b;
}

.web-data-box ul li p {
	font-size: 18px;
	color: #aaa;
}

.bot-information {
	width: 100%;
	overflow: auto;
	background: #222222;
}

.bot-information-box {
	max-width: 1500px;
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	overflow: auto;
}

.bot-help {
	width: 70%;
	float: left;
	padding-left: 20px;
	text-align: left;
}

.bot-help a {
	color: inherit;
}

.bot-help a:hover {
	color: inherit;
}

.bot-help li {
	width: 25%;
	float: left;
}

.bot-help li p {
	color: #fff;
	margin-bottom: 20px;
}

.bot-help-list {
	width: 100%;
	overflow: auto;
}

.bot-help-list li {
	width: 100%;
	margin-bottom: 10px;
	color: #777;
}

.bot-contact {
	width: 270px;
	float: right;
	text-align: left;
}

.bot-contact p {
	font-size: 14px;
	color: #FFF;
}

.bot-contact p i {
	color: #6e6e6e;
	margin-right: 10px;
	width: 25px;
	text-align: center;
	font-size: 22px;
}

.bot-contact p span {
	width: 34px;
	height: 34px;
	padding: 8px;
	font-size: 18px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	margin-right: 10px;
	color: #000;
}

.bot-copyright {
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #444;
	background: #222;
	color: #777;
}

.bot-data {
	width: 70%;
	float: left;
	padding-left: 20px;
	text-align: left;
}

.bot-data ul li {
	width: 25%;
	float: left;
	padding: 0;
	text-align: center;
}

.bot-data ul li i {
	font-size: 50px;
	margin-bottom: 10px;
	color: #ccc;
}

.bot-data ul li span {
	font-size: 36px;
	display: block;
	color: #fff;
}

.bot-data ul li p {
	font-size: 18px;
	color: #999;
}
.go-inquiry {
	width: 72px;
	height: 72px;
	/* padding: 20px; */
	/* border-radius: 5px; */
	background: #fff;
	bottom: 170px;
	border: 2px solid #1A94FD;
	right: 1%;
	/* opacity: 0.5; */
	/* background: #aaa; */
}
.go-inquiry i {
	font-size: 34px;
	color: #555;
}
.go-inquiry:hover a,.go-inquiry a:link{
	text-decoration: none;
}
.go-inquiry:hover a{
	transform: rotate(180deg);
}
.go-inquiry,.go-email,.go-top  {
	display: flex;
	position: fixed;
	justify-content: center;
	align-items: center;
}
.go-email {
	width: 72px;
	height: 72px;
	padding: 20px;
	/* border-radius: 5px; */
	position: fixed;
	bottom: 90px;
	right: 1%;
	opacity: 0.5;
	background: #aaa;
}

.go-email:hover {
	background: #1A94FD;
	opacity: 0.8;
}

.go-email i {
	color: #fff;
	font-size: 30px;
}

.go-top {
	display: none;
	width: 72px;
	height: 72px;
	padding: 10px;
	/* border-radius: 5px; */
	position: fixed;
	bottom: 10px;
	right: 1%;
	opacity: 0.5;
	background: #aaa;
}

.go-top:hover {
	background: #1A94FD;
	opacity: 0.8;
}
.go-top:hover a,.go-top a:link{
	text-decoration: none;
}
.go-top i {
	color: #fff;
	font-size: 30px;
}

.go-top-display {
	display: flex;
}

@media screen and (max-width: 1500px) {

	/*.go-top {
		display: none;
	}*/
	.go-email {
		bottom: 90px;
	}
}

@media screen and (max-width: 768px) {
	/*.go-email {
		display: none;
	}*/
}


/*底部样式结束*/


/*产品目录*/

.crumbs {
	font-size: 14px;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}

.directory-box {
	padding: 0px;
	font-size: 12px;
	overflow: hidden;
}

.directory-box>ul>li {
	clear: both;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.directory-box>ul>li:last-child {
	border-bottom: none;
}

.directory-box a:hover {
	color: red;
}

.directory-cate {
	width: 200px;
	float: left;
	top: 220px;
	left: 0;
}

.directory-cate>ul>li {
	width: 50%;
	float: left;
	padding: 0 1px;
}

.directory-cate>ul>li>ul>li {
	width: 40%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: 1px;
	text-align: center;
	clear: both;
	float: right;
}

.directory-cate>ul>li>ul>li a {
	display: block;
	margin: 0 auto;
}

.nav-stacked>li+li {
	margin-top: 0px !important;
}

.directory-cate>ul>li:nth-child(2)>ul>li {
	float: left;
}

.directory-cate i {
	font-size: 30px;
	margin-right: 3px;
	color: #555;
}

.directory-cate li span {
	display: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.directory-cate>ul>li>ul>li.active i,
.directory-cate>ul>li>ul>li:hover i {
	float: left;
	color: #fff;
}

.directory-cate>ul>li>ul>li.active span,
.directory-cate>ul>li>ul>li:hover span {
	color: #fff;
	display: block;
}

.directory-cate>ul>li>ul>li:hover,
.directory-cate>ul>li>ul>li.active {
	width: 100%;
	color: #fff;
	overflow: hidden;
	background: #1a94fd;
	border: 1px solid #1a94fd;
	text-decoration: none;
}

.directory-cate>ul>li>ul>li a:hover,
.directory-cate>ul>li>ul>li:visited {
	text-decoration: none;
}

.directory-box .nav {
	width: 200px;
	top: 20px;
}

.directory-box>ul {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	background: #fff;
	padding: 20px;
	float: right;
}

.directory-name {
	text-align: left;
	line-height: 50px;
	font-size: 24px;
	position: relative;
}

.directory-name a {
	position: absolute;
	left: 60px;
	color: #000;
}

.directory-name a:hover {
	text-decoration: none;
}

.directory-name i {
	margin-right: 10px;
	font-size: 50px;
	color: #1A94FD;
}

.directory-name span {
	color: #ccc;
	margin-left: 10px;
	font-size: 14px;
}

.directory-list {
	width: 100%;
	overflow: hidden;
	padding: 10px;
}

.directory-list i {
	color: #999;
	margin-right: 5px;
}

.directory-list>ul {
	overflow: hidden;
}

.directory-list>ul>li {
	width: 25%;
	text-align: left;
	line-height: 24px;
	padding-right: 15px;
	float: left
}

.directory-list>ul>li span {
	color: #ccc;
	margin-left: 5px;
	font-size: 12px;
}

.directory-list>ul>li>ul>li {
	padding: 4px 0;
}

.directory-list-more {
	color: #bbb;
}

.directory-more {
	text-align: left;
	font-size: 14px;
	color: #000;
	padding-left: 10px;
}

.directory-more i {
	margin-left: 10px;
}

.directory-more:hover i {
	transform: rotate(180deg);
}


/*子分类目录*/

.sub-directory {
	background: #fff;
	overflow: hidden;
}

.sub-directory-name {
	font-size: 18px;
	text-align: left;
	margin-bottom: 30px;
}

.sub-directory-box {
	overflow: hidden;
}

.sub-directory-left {
	width: 250px;
	padding: 20px;
	float: left;
	border-right: 1px solid #eee;
}

.sub-directory-right {
	width: -webkit-calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	width: calc(100% - 250px);
	float: right;
	padding: 20px;
}

.sub-directory-hot-title {
	text-align: left;
	font-size: 16px;
	margin-bottom: 30px;
}

.sub-directory-hot-title i {
	color: #1A94FD;
	margin-right: 10px;
}

.sub-directory-hot-detail {
	width: 100%;
	overflow: hidden;
}

.sub-directory-hot-detail li {
	padding: 3px 10px;
	border: 1px solid #eee;
	border-radius: 3px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}

.sub-directory-hot-detail li a:hover {
	color: red;
}

.sub-directory-list {
	width: 100%;
	overflow: hidden;
}

.sub-directory-list li {
	width: 20%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 15px;
	margin-bottom: 18px;
	color: #222;
	text-align: left;
}

.sub-directory-list li a {
	color: inherit;
}

.sub-directory-list li a:hover {
	color: red;
	text-decoration: none;
}

.sub-directory-list li span {
	color: #CCCCCC;
	margin-left: 5px;
}

.sub-directory-products {
	background: #fff;
}

.sub-directory-title {
	font-size: 18px;
	padding: 20px;
	text-align: left;
}

.sub-directory-title i {
	color: #1A94FD;
	margin-right: 10px;
}

.sub-directory-products-list {
	width: 90%;
	margin: 33px 5%;
	overflow: auto;
	height: auto;
}

.sub-directory-products-list li {
	float: left;
	overflow: hidden;
	height: auto;
	width: 20%;
}

.sub-directory-products-list li img {
	width: 90%;
	height: auto;
	border: #fff 1px solid;
}


/*产品列表页*/

.products {
	width: 100%;
}

.products-box {
	background: #fff;
	overflow: hidden;
}

.products-left {
	width: 250px;
	text-align: left;
	float: left;
	border-right: 1px solid #eee;
}

.products-name {
	font-size: 18px;
	padding: 20px;
	line-height: 30px;
}

.products-name h1 {
	font-size: inherit;
	padding: 0px;
	margin: 0px;
	float: left;
}

.products-name i {
	float: left;
	margin-top: 6px;
}

.products-name i,
.products-screen span i {
	color: #1A94FD;
	margin-right: 10px;
}

.products-cate {
	width: 100%;
	padding: 0 20px;
}

.products-cate li {
	color: #555;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 5px 0;
}

.products-cate li a {
	color: inherit;
}

.products-cate li a:hover {
	color: red;
	text-decoration: none;
}

.products-screen {
	width: 100%;
	border-top: 1px solid #eee;
	padding: 20px;
}

.products-screen span {
	font-size: 18px;
	margin-bottom: 20px;
	display: block;
}

.products-screen ul {
	max-height: 175px;
	overflow: auto;
}

.products-screen ul li {
	padding: 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.products-screen ul li input {
	margin-right: 10px;
	display: block;
	float: left;
}

.products-screen label {
	font-weight: normal;
}

.products-right,.products-index-right {
	width: -webkit-calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	width: calc(100% - 250px);
	width: 1250px\0;
	float: right;
}
.products-index-right ul{
	margin: 0;
}
.products-index-right li:nth-child(1) i{
	color: #fd1a1a;
}
.products-index-right li:nth-child(2) i{
	color: #fd8a1a;
}
.products-index-right li:nth-child(3) i{
	color: #fdd51a;
}
.products-index-right li:nth-child(4) i{
	color: #31d41b;
}
.products-index-right li:nth-child(5) i{
	color: #1aa0fd;
}
.products-index-right li:nth-child(6) i{
	color: #2f1afd;
}
.products-index-right li:nth-child(7) i{
	color: #a51afd;
}
.products-index-right li:nth-child(8) i{
	color: #fd1aa0;
}
.products-index-right li:nth-child(1) .products-right-name{
	border-top:3px solid #fd1a1a;
}
.products-index-right li:nth-child(2) .products-right-name{
	border-top:3px solid #fd8a1a;
}
.products-index-right li:nth-child(3) .products-right-name{
	border-top:3px solid #fdd51a;
}
.products-index-right li:nth-child(4) .products-right-name{
	border-top:3px solid #31d41b;
}
.products-index-right li:nth-child(5) .products-right-name{
	border-top:3px solid #1aa0fd;
}
.products-index-right li:nth-child(6) .products-right-name{
	border-top:3px solid #2f1afd;
}
.products-index-right li:nth-child(7) .products-right-name{
	border-top:3px solid #a51afd;
}
.products-index-right li:nth-child(8) .products-right-name{
	border-top:3px solid #fd1aa0;
}
.products-right-top {
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.products-right-name{
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px solid #eee;
	width: 100%;
	font-size: 16px;
	text-align: left;
	position: relative;
}
.products-right-name span{
	display: inline-block;
	font-size: 14px;
	float: right;
}
.products-right-name span i{
	color: #ccc!important;
	font-size: 14px;
	font-weight: normal;
}
.products-right-name a{
	display: inline-block;
	float: right;
}
.products-right-name span:hover i {
	transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
	.products-right-name {
		padding: 10px 20px;
		font-size: 14px;
	}
}
.products-right-name i{
	/* background: #007DE8; */
	border-radius:50%;
	font-size: 18px;
	color: #007DE8;
	/* padding:8px 10px; */
	font-weight: bold;
	margin-right: 10px;
}
.products-select {
	float: left;
	color: #555;
	width: 60%;
}

.products-select li {
	float: left;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 3px;
	background: #eee;
}

.products-select li i {
	margin-right: 5px;
}

.products-select li a {
	color: inherit;
}

.products-select li:hover,
.products-select-active {
	background: #1A94FD !important;
}

.products-select li:hover a,
.products-select-active {
	color: #fff;
	text-decoration: none;
}

.products-suppliers {
	float: right;
	padding: 5px;
}

.products-suppliers a:hover {
	color: red;
}

.products-list {
	width: 100%;
	overflow: hidden;
}

.products-list ul li {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 20px;
	width: 20%;
	float: left;
	text-align: left;
	overflow: hidden;
	transition: all 0.5s;
}

.products-list ul li:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	color: #24282a;
}

.products-list ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.products-list ul li em{
	color: #1A94FD;
	font-style:normal;
	text-decoration: underline;
}
.products-img {
	width: 100%;
	overflow: hidden;
}

.products-img img {
	width: 100%;
	height: auto;
	transition: .3s ease-out;
}

.products-c {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
}

.products-c p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}

.products-c i {
	color: #ccc;
	margin-right: 5px;
}

.products-c p a:hover {
	color: red;
}

.products-list a {
	color: inherit;
}

.products-list a:hover {
	text-decoration: none;
}

.products-page {
	width: 100%;
	padding-left: 20px;
	text-align: left;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #1A94FD !important;
	border: 1px solid #1A94FD !important;
}

.pagination {
	float: left;
}

.products-gotopage {
	padding: 20px;
	float: left;
}

.products-gotopage span {
	line-height: 34px;
	height: 34px;
}

.products-input {
	border: 1px solid #EEE;
	width: 40px;
	padding: 3px;
	text-align: center;
}

.products-btn {
	background: #1A94FD;
	color: #fff;
	padding: 5px;
	margin: 0 5px;
	border-radius: 3px;
}

.products-btn:hover {
	background: red;
}

.products-add {
	display: none\0;
}

.products-add i {
	font-size: 24px;
	display: none;
	color: #ccc;
	opacity: 0.7;
	transition: 0.2s all;
}

.products-add i:hover {
	color: #1A94FD;
}

.products-list ul li:hover .products-add i {
	display: inline-block;
	height: auto;
	text-decoration: none;
}


/*产品详情*/

.detail-box {
	width: 100%;
	max-width: 1500px;
	overflow: hidden;
	margin: 0 auto;
}

.detail-left {
	width: calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	float: left;
	width: 1260px\0;
}

.detail-con {
	overflow: hidden;
	background: #fff;
}

.detail-con-img {
	padding: 20px;
	width: 440px;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	float: left;
}

.detail-con-c {
	float: right;
	width: calc(100% - 440px);
	width: -moz-calc(100% - 440px);
	width: -webkit-calc(100% - 440px);
	width: 820px\9;
	overflow: hidden;
	padding: 20px;
	text-align: left;
}

.detail-con-c table {
	width: 100%;
}

.detail-con-c tr {
	margin-bottom: 0px;
	display: block;
	padding: 10px 0;
}

.detail-con-c th {
	width: 120px;
	text-align: left;
	padding-right: 10px;
	font-weight: normal;
}

.showbox {
	width: 100%;
}

#showsum p {
	width: 100% !important;
	display: block;
}

.detail-con-name {
	font-size: 20px;
	height: 60px;
	overflow: hidden;
}

.detail-con-name h1 {
	font-size: inherit;
	padding: 0px;
	margin: 0px;
}

.detail-con-price {
	padding: 10px;
	background: #ecf0f1;
	margin-top: 20px;
}

.detail-con-mn {
	padding: 10px;
}

.detail-con-mn span {
	color: #000;
	margin-right: 5px;
	font-weight: bold;
}

.detail-con-Standard {
	padding: 5px 10px;
	border-radius: 3px;
	margin-right: 3px;
	margin-top: 3px;
	cursor: pointer;
	float: left;
	background: #eee;
}

.detail-con-Standard-active {
	background: #1A94FD !important;
	color: #fff;
}

.detail-fx {
	margin-top: 10px;
	height: 30px;
}

.detail-con-price span {
	color: red;
	font-weight: bold;
}

.detail-con-price i {
	margin-left: 10px;
	color: #ccc;
}

.detail-con-price i:hover {
	color: #1A94FD;
}

.detail-con-price-p {
	margin-left: 40px;
}

.detail-con-add {
	margin-top: 20px;
}

.detail-con-add-in {
	padding: 10px 15px;
	display: block;
	float: left;
	text-align: center;
	border-radius: 3px;
	background: #1A94FD;
	color: #fff;
}

.detail-con-add-in:hover {
	background: #007de8;
	color: #fff;
	text-decoration: none;
}

.detail-con-add-in i {
	margin-right: 5px;
}

.detail-con-add-fa {
	margin-left: 10px;
	display: block;
	float: left;
	text-align: center;
	padding: 9px 14px;
	border-radius: 3px;
	border: 1px solid #1A94FD;
	color: #1A94FD;
}

.detail-con-add-fa i {
	margin-right: 5px;
}

.detail-con-add-fa:hover {
	background: #1A94FD;
	color: #fff;
	text-decoration: none;
}

.detail-right {
	width: 220px;
	float: right;
}

.detail-supplier {
	width: 100%;
	padding: 20px;
	font-size: 12px;
	text-align: left;
	background: #fff;
}

.detail-supplier-name {
	color: #007DE8;
	font-size: 14px;
	margin-bottom: 10px;
}

.detail-supplier-name>p {
	padding-bottom: 0px !important;
	font-size: 16px;
	color: #000;
}

.detail-supplier-name img {
	width: 20px;
	height: auto;
	margin-left: 10px;
}

.detail-supplier p {
	padding-bottom: 10px;
}

.detail-supplier p span,
.detail-supplier i {
	color: #999;
	margin-right: 5px;
}

.detail-supplier-more {
	padding: 8px 10px;
	border-radius: 3px;
	background: red;
	color: #fff;
	text-align: center;
}

.detail-supplier-more:hover {
	background: #1A94FD;
	text-decoration: none;
	color: #fff;
}

.detail-products {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	padding: 20px;
	background: #FFF;
}

.detail-products li {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

.detail-products li img {
	width: 100%;
	max-width: 100%;
	transition: .3s ease-out;
}

.detail-products li:hover img {
	transform: scale(1.1);
}

.detail-products i {
	margin-left: 10px;
	transition: 0.3s ease-out;
}

.detail-products-more:hover i {
	transform: rotate(180deg);
}

.detail-products p {
	margin-bottom: 20px;
}

.detail-products-more {
	margin-bottom: 0px !important;
}

.detail-products-more a {
	color: inherit;
}

.detail-products-more:hover a {
	color: #007DE8;
	text-decoration: none;
}

.detail-products p:nth-child(1) i {
	margin-right: 10px;
	margin-left: 0px;
}

.detail-tab {
	margin-top: 20px;
	overflow: hidden;
}

.detail-tab .nav-tabs>li.active>a,
.detail-tab .nav-tabs>li.active>a:focus,
.detail-tab .nav-tabs>li.active>a:hover {
	border: 0px;
	border-top: 3px #1A94FD solid;
	font-weight: bold;
}

.detail-tab .nav-tabs>li>a {
	border-radius: 0px;
	background: #44a9ff;
	color: #fff;
	border: 0px;
}

@media only screen and (max-width: 400px) {
	.detail-tab .nav-tabs>li>a {
		padding: 10px 8px;
		font-size: 12px;
	}
}

.detail-tab .nav-tabs>li>a:hover {
	border-radius: 0px;
	background: #1A94FD;
	color: #fff;
	border: 0px solid #1A94FD;
}

.detail-tab .nav-tabs {
	border-bottom: 0px;
	float: left;
}

.detail-info {
	padding: 20px;
	text-align: left;
	width: 100%;
	background: #fff;
}

.detail-info-title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.detail-info-cs {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 26px;
	border-bottom: 1px solid #eee;
}

.detail-attr-div {
	margin-right: 5px;
	font-weight: bold;
	float: left;
}

.detail-info-cs li {
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	padding-right: 10%;
	float: left;
}

.detail-info-cs li span {
	color: #8C8C8C;
	width: 150px;
	display: block;
	float: left;
}

.detail-info-c {
	line-height: 30px;
}

.detail-info-c img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
	clear: both;
}

.detail-SR {
	font-size: 18px;
	padding: 20px;
	text-align: left;
}

.detail-SR i {
	color: #1A94FD;
	margin-right: 10px;
}

.detail-SR-products {
	background: #fff;
}

.detail-SR-inquiry {
	padding: 20px;
}

.detail-SR-inquiry-box {
	padding: 0px !important;
}

.detail-SR-inquiry-bot {
	margin-bottom: 13px;
	padding: 0px;
	overflow: hidden;
}

.detail-SR-label {
	width: 105px;
	float: left;
	text-align: right;
	line-height: 34px;
}

.detail-SR-input {
	float: right;
	width: -webkit-calc(100% - 110px) !important;
	width: -moz-calc(100% - 110px) !important;
	width: calc(100% - 110px) !important;
}

.detail-SR-products-list {
	width: 90%;
	margin: 33px 5%;
	overflow: auto;
	height: auto;
}

.detail-SR-products-list li {
	float: left;
	overflow: hidden;
	height: auto;
	width: 20%;
}

.detail-SR-products-list li img {
	width: 90%;
	height: auto;
	border: #fff 1px solid;
}


/*登录页面*/

.sign {
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
}

.sign-left {
	width: 40%;
	height: 600px;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 30px;
}

.sign-right {
	width: 60%;
	float: right;
	background: #fff;
	height: 600px;
	padding: 50px;
}

.sign-left i {
	font-size: 150px;
}

.sign-left p,
.sign-left p a {
	font-size: 14px;
	color: #fff;
}

.sign-right-name {
	font-size: 40px;
	text-align: left;
	margin-bottom: 50px;
}

.sign-right-form {
	padding: 20px 0;
}

.sign-right-form span {
	min-width: 40px;
	text-align: center;
}

.sign-right-form .input-group {
	margin-bottom: 25px;
}

.sign-btn {
	background: #1a94fd;
	padding: 10px 30px;
	border-radius: 3px;
	border: none;
	color: #fff;
}

.sign-btn:hover {
	background: red;
}


/*登录页面*/

.register {
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
}

.register-right {
	width: 40%;
	height: 600px;
	float: right;
	color: #fff;
	text-align: center;
	font-size: 30px;
}

.register-right i {
	font-size: 150px;
	padding-top: 10%;
	display: block;
}

.register-right p,
.register-right p a {
	font-size: 14px;
	color: #fff;
}

.register-left {
	width: 60%;
	float: left;
	background: #fff;
	height: 600px;
	padding: 50px;
}

.register-left-name {
	font-size: 30px;
	text-align: left;
	margin-bottom: 50px;
}

.join-supplier-left-form {
	padding-top: 20px;
	width: 50%;
	margin: 0 auto;
}

.register-left-form span {
	min-width: 40px;
	text-align: center;
}

.register-left-form .input-group {
	margin-bottom: 25px;
	text-align: left;
}

.yz-left {
	text-align: left;
}

.yz-left p {
	color: #555;
}

.yz-left span {
	font-size: 20px;
	color: #000;
}

.yz-btn {
	text-align: left;
	margin-top: 30px;
}

.blue {
	color: #1a94fd !important;
	font-size: inherit !important;
	margin: 0 5px;
}

.register-btn {
	background: #1a94fd;
	padding: 10px 30px;
	border-radius: 3px;
	border: none;
	color: #fff;
}

.register-btn:hover,
.register-btn:visited {
	background: red;
	color: #fff;
	text-decoration: none;
}

.register-btn i {
	margin-right: 5px;
}

.modal-dialog {
	width: 60% !important;
	overflow: auto;
}

.register-yz {
	max-width: 150px;
}

.register-yz-img {
	height: 34px;
	margin-left: 10px;
}


/*供应商注册*/

.join-supplier-left {
	width: 1230px;
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px);
	width: calc(100% - 280px);
	padding: 50px;
	margin: 20px 0 50px;
	overflow: hidden;
	background: #fff;
	float: left;
	position: relative;
}

.join-supplier-right {
	width: 250px;
	padding: 20px;
	margin-top: 20px;
	background: #fff;
	float: right;
}

.join-supplier-right p {
	text-align: left;
}

.join-supplier-left-name {
	font-size: 30px;
	text-align: left;
}

.join-supplier-jd {
	width: 100%;
	margin-top: 40px;
	position: absolute;
	overflow: hidden;
}

#join-supplier .join-supplier-jd li {
	width: 33.3%;
}

.join-supplier-jd li {
	width: 50%;
	float: left;
}

.join-supplier-jd li p {
	font-size: 18px;
	text-align: center;
}

.join-supplier-jd li span {
	width: 40px;
	height: 40px;
	font-weight: bold;
	line-height: 30px;
	background: #f5f5f5;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	border: 5px solid #ccc;
	display: block;
	border-radius: 100%;
	margin: 0 auto;
}

.join-supplier-jd-active {
	border: 5px solid #5cb85c !important;
	color: #5cb85c;
}

.join-supplier-jdt {
	margin-top: 85px;
	margin-bottom: 60px !important;
}

.join-supplier-login {
	border-top: 1px solid #eee;
	padding-top: 10px;
	text-align: left;
}

.join-supplier-login a {
	margin-top: 10px;
	display: block;
	text-align: center;
}

.join-left-form {
	text-align: left;
}

.join-supplier-img {
	max-width: 150px;
	height: auto;
}

.join-supplier-img img {
	border-radius: 3px;
}

.join-supplier-red {
	color: red;
	margin: 5px;
}

.join-supplier-success {
	font-size: 18px;
	text-align: left;
	padding-top: 30px;
}

.join-supplier-success span {
	color: #5cb85c;
	font-size: 25px;
	margin-right: 10px;
}

.join-supplier-success p {
	margin-bottom: 20px;
}

.join-supplier-btn {
	font-size: 14px;
}

.join-category {
	width: 100%;
	margin: 30px auto 0;
	overflow: hidden;
}

.join-category-left {
	width: 40%;
	margin-left: 10%;
	padding: 0 3%;
	float: left;
	text-align: center;
	font-size: 20px;
}

.join-category-right {
	width: 40%;
	padding: 0 3%;
	margin-right: 10%;
	float: right;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.join-category i {
	font-size: 150px;
	padding-top: 10%;
	display: block;
}

.join-category p,
.join-category p a {
	font-size: 14px;
	color: #fff;
}

.join-category-sm {
	height: 500px !important;
}

#findpassword {
	text-align: left;
}

.findpassword-form p {
	line-height: 30px;
}

.findpassword-form span {
	font-weight: bold;
}

.findpassword-form .register-btn {
	margin-left: 10px;
}


/*购物车*/

.showcart {
	width: 100%;
	background: #fff;
	position: relative;
	padding: 50px;
}

.showcart-list {
	width: 100%;
}

.showcart-list table {
	margin-bottom: 0px !important;
	border-bottom: 1px solid #ddd;
}

.showcart-list td {
	text-align: left !important;
	vertical-align: middle !important;
}

.showcart-list img {
	max-width: 80px;
	height: auto;
	margin-right: 10px;
	overflow: hidden;
}

.showcart-list input[type=checkbox] {
	margin: 0px 5px !important;
}

.showcart-list input[type=number] {
	max-width: 150px;
}

.Progress-bar {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.showcart-list i {
	cursor: pointer;
	padding: 5px;
	background: #ddd;
	border-radius: 3px;
}

.showcart-list i:hover {
	color: #fff;
	background: #1A94FD;
}

.showcart-list span {
	color: red;
}

.showcart-list td a {
	color: inherit;
}

.showcart-total {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	clear: both;
	background: #fff;
	text-align: left;
}

.showcart-total-left {
	width: 20%;
	float: left;
	text-align: left;
}

.showcart-total input[type=checkbox] {
	margin: 0px 5px !important;
}

.showcart-total-right {
	text-align: right;
	width: 80%;
	float: right;
}


/*.showcart-list td{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}*/

.showcart-total span {
	color: red;
}

.showcart-btn {
	background: #1a94fd;
	padding: 10px 30px;
	border-radius: 3px;
	border: none;
	float: right;
	margin-left: 10px;
	color: #fff;
}

.showcart-btn:hover,
.showcart-btn:visited {
	background: red;
	color: #fff;
	text-decoration: none;
}

.showcart-success {
	font-size: 18px;
	text-align: left;
	padding-top: 30px;
}

.showcart-success span {
	color: #5cb85c;
	font-size: 25px;
	margin-right: 10px;
}

.showcart-success p {
	margin-bottom: 20px;
	font-weight: normal;
}

.showcart-textarea {
	margin-top: 30px;
	min-height: 200px;
}

.join-buyer {
	background: #fff;
	padding: 50px;
}

.join-buyer-name {
	font-size: 30px;
	text-align: left;
}

.join-buyer-form {
	text-align: left;
	margin-top: 80px;
}


/*供应商列表*/

.suppliers {
	width: 100%;
}

.suppliers-box {
	background: #fff;
	overflow: hidden;
}

.suppliers-left {
	width: 250px;
	text-align: left;
	float: left;
	border-right: 1px solid #eee;
}

.suppliers-name {
	font-size: 18px;
	padding: 20px;
}

.suppliers-name i,
.products-screen span i {
	color: #1A94FD;
	margin-right: 10px;
}

.suppliers-cate {
	width: 100%;
	padding: 0 20px;
}

.suppliers-cate li {
	color: #555;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 5px 0;
}

.suppliers-cate li a {
	color: inherit;
}

.suppliers-cate li a:hover {
	color: red;
	text-decoration: none;
}

.suppliers-right {
	width: -webkit-calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	width: calc(100% - 250px);
	width: 1250px\0;
	float: right;
}

.suppliers-Classification {
	overflow: hidden;
	text-align: left;
	padding: 20px;
	border-bottom: 1px solid #eee;
	width: 100%;
}

.suppliers-Classification label {
	padding: 0;
}

.suppliers-Classification span {
	display: block;
	padding: 0 5px 5px 0;
	float: left;
}

.suppliers-right-top {
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px solid #eee;
	width: 100%;
}

.suppliers-select {
	float: left;
	color: #555;
	width: 100%;
}

.suppliers-select li {
	float: left;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 3px;
	background: #eee;
}

.suppliers-select li a {
	color: inherit;
}

.suppliers-select li:hover,
.suppliers-select-active {
	background: #1A94FD !important;
}

.suppliers-select li:hover a,
.suppliers-select-active {
	color: #fff;
	text-decoration: none;
}

.suppliers-list {
	width: 100%;
	overflow: hidden;
}

.suppliers-list ul li {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 20px;
	width: 50%;
	float: left;
	text-align: left;
	overflow: hidden;
}

.suppliers-list ul li:nth-child(2n) {
	border-right: 0px;
}

.suppliers-list ul li:hover {
	box-shadow: 0 0 10px #aaa;
}

.suppliers-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.suppliers-img {
	width: 20%;
	float: left;
	overflow: hidden;
}

.suppliers-img img {
	width: 100%;
	height: auto;
	transition: .3s ease-out;
}

.suppliers-c {
	width: 50%;
	margin: 0 5%;
	float: left;
	color: #333;
	position: relative;
}

.suppliers-rz {
	position: absolute;
	top: 0px;
	right: -10px;
	width: 20px;
	height: auto;
}

.suppliers-c p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.suppliers-c span {
	color: #ccc;
	width: 100px;
	display: block;
	float: left;
}

.suppliers-c i {
	color: #ccc;
	margin-right: 5px;
}

.suppliers-c p a:hover {
	color: red;
}

.suppliers-list a {
	color: inherit;
}

.suppliers-list a:hover {
	text-decoration: none;
}

.suppliers-page {
	width: 100%;
	padding-left: 20px;
	text-align: left;
}

.suppliers-gotopage {
	padding: 20px;
	float: left;
}

.suppliers-gotopage span {
	line-height: 34px;
	height: 34px;
}

.suppliers-input {
	border: 1px solid #EEE;
	width: 40px;
	padding: 3px;
	text-align: center;
}

.suppliers-btn {
	background: #1A94FD;
	color: #fff;
	padding: 5px;
	margin: 0 5px;
	border-radius: 3px;
}

.suppliers-btn:hover {
	background: red;
}

.suppliers-list ul li:hover .suppliers-add i {
	display: inline-block;
	height: auto;
	text-decoration: none;
}

#wrap {
	overflow: hidden;
	padding: 0px !important;
}

#read-more {
	text-align: right;
	color: #555;
}

#read-more a {
	color: inherit;
}


/*供应商详情页*/

.suppliers-top {
	width: 100%;
	overflow: hidden;
	padding: 20px;
}

.suppliers-logo {
	width: 20%;
	float: left;
	text-align: left;
}

.suppliers-logo img {
	width: 100%;
	height: auto;
	max-width: 120px;
}

.suppliers-ms {
	width: 80%;
	padding: 10px;
	float: right;
	text-align: left;
}

.suppliers-ms h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.suppliers-ms span {
	color: #ccc;
}

.suppliers-ms img {
	max-width: 20px;
	margin-left: 10px;
	height: auto;
}

.suppliers-banner {
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

.suppliers-banner img {
	width: 100%;
	height: auto;
}

.suppliers-nav {
	padding: 0 20px 20px;
	width: 100%;
	overflow: hidden;
}

.suppliers-nav ul {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	overflow: hidden;
	margin: 0px;
}

.suppliers-nav ul p {
	margin: 0px;
}

.suppliers-nav ul li {
	transition: .3s ease-out;
	width: 25%;
	padding: 20px;
	float: left;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

.suppliers-nav ul li i {
	font-size: 30px;
	margin-bottom: 10px;
}

.suppliers-nav ul li:hover {
	background: #1A94FD;
	color: #fff;
}

.suppliers-nav a {
	color: inherit;
}

.suppliers-about {
	padding: 20px;
	text-align: left;
}

.suppliers-about-img {
	width: 30%;
	height: 300px;
	overflow: hidden;
	float: left;
}

.suppliers-about-img img {
	max-width: 100%;
	height: 100%;
}

.suppliers-about-con {
	width: 35%;
	padding: 20px;
	height: 300px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	background: #1A94FD;
	color: #fff;
	position: relative;
}

.suppliers-about-con span {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
}

.suppliers-about-con-c {
	display: block;
	height: 150px;
	overflow: hidden;
}

.suppliers-about-contact {
	width: 33%;
	float: left;
	margin: 0 1%;
	overflow: hidden;
	height: 300px;
	border: 1px solid #eee;
	padding: 20px;
}

.suppliers-about-contact a {
	color: red;
}

.suppliers-about-contact p {
	clear: both;
}

.suppliers-about-more {
	display: block;
	float: left;
	text-align: center;
	padding: 2px 15px;
	border-radius: 3px;
	border: 1px solid #fff;
	color: #fff;
	position: absolute;
	bottom: 20px;
}

.suppliers-about-more a {
	color: #1A94FD;
}

.suppliers-about-more:hover {
	background: #fff;
	color: #1A94FD;
	text-decoration: none;
}

.suppliers-about-contact-title {
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
	width: 100%;
	clear: both;
}

.suppliers-about-contact i {
	margin-right: 5px;
	margin-top: 3px;
	float: left;
}

.suppliers-about-contact span {
	color: #999;
	display: block;
	width: 50%;
	font-size: 14px;
	float: left;
	font-weight: normal;
}

.suppliers-products {
	padding: 20px;
	overflow: hidden;
}

.suppliers-products ul {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	overflow: hidden;
}

.suppliers-products ul li {
	width: 16.666% !important;
}


/*供应商简介*/

.suppliers-about-left {
	width: 76%;
	float: left;
	text-align: left;
}

.suppliers-about-left-title {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: bold;
}

.suppliers-about-left-content {
	line-height: 30px;
	margin-bottom: 30px;
}

.suppliers-about-left-photo {
	width: 100%;
	overflow: hidden;
}

.suppliers-about-left-photo ul {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	overflow: hidden;
}

.suppliers-about-left-photo li {
	width: 25%;
	float: left;
	padding: 20px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

.suppliers-photo-img {
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.suppliers-photo-img img {
	width: 100%;
	position: absolute;
	transition: .3s ease-out;
}

.suppliers-about-left-photo ul li:hover {
	box-shadow: 0 0 10px #aaa;
}

.suppliers-about-left-photo ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.suppliers-photo-name {
	margin-top: 10px;
}

.suppliers-about-right {
	width: 20%;
	float: right;
	border: 1px solid #eee;
	padding: 20px;
}

.suppliers-about-index {
	padding: 20px;
	overflow: hidden;
}

.suppliers-about-right-logo {
	width: 60%;
	margin: 0 auto 20px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #eee;
}

.suppliers-about-right-logo img {
	max-width: 100%;
}

.suppliers-about-right-content {
	text-align: left;
}

.suppliers-about-right-content p {
	clear: both;
}

.suppliers-about-right-content span {
	color: #999;
	width: 50%;
	display: block;
	float: left;
}

.suppliers-about-right-content i {
	margin-right: 10px;
}


/*供应商产品列表*/

.suppliers-products-name {
	font-size: 24px;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	float: left;
}

.suppliers-products-list {
	overflow: hidden;
	padding: 0px !important;
}

.suppliers-products-list ul {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 0px;
}

.suppliers-products-page {
	padding-left: 0px !important;
}

.suppliers-contact-btn {
	background: #1a94fd;
	margin-top: 20px;
	line-height: 34px;
	text-align: center;
	width: 100px;
	height: 34px;
	display: block;
	border-radius: 3px;
	border: none;
	color: #fff;
}

.suppliers-contact-btn:hover {
	background: red;
	color: #fff;
	text-decoration: none;
}

.suppliers-products-cate {
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal;
	float: right;
}

.suppliers-products-cate li {
	padding: 0px 10px;
	float: left;
}


/*库存列表页*/

.stock-box {
	background: #fff;
	overflow: hidden;
}

.stock-left {
	width: 250px;
	text-align: left;
	float: left;
	border-right: 1px solid #eee;
}

.stock-name {
	font-size: 18px;
	padding: 20px;
}

.stock-name i {
	color: #1A94FD;
	margin-right: 10px;
}

.stock-cate {
	width: 100%;
	padding: 0 20px;
}

.stock-cate li {
	color: #555;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 5px 0;
}

.stock-cate li a {
	color: inherit;
}

.stock-cate li a:hover {
	color: red;
	text-decoration: none;
}

.stock-cate-son {
	margin: 0px;
	overflow: hidden;
}

.stock-cate-son li {
	width: 100%;
	float: left;
	color: #CACACA !important;
}

.stock-cate-son li i {
	margin-right: 5px;
}

.stock-right {
	width: -webkit-calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	width: calc(100% - 250px);
	width: 1250px\0;
	float: right;
}

.stock-right-top {
	display: none;
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px solid #eee;
	width: 100%;
}

.stock-select {
	float: left;
	color: #555;
	width: 60%;
}

.stock-select li {
	float: left;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 3px;
	background: #eee;
}

.stock-select li a {
	color: inherit;
}

.stock-select li:hover,
.stock-select-active {
	background: #1A94FD !important;
}

.stock-select li:hover a,
.stock-select-active {
	color: #fff;
	text-decoration: none;
}

.stock-suppliers {
	float: right;
	padding: 5px;
}

.stock-suppliers a:hover {
	color: red;
}

.stock-list {
	width: 100%;
	overflow: hidden;
}

.stock-list ul li {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 20px;
	width: 20%;
	float: left;
	text-align: left;
	overflow: hidden;
}

.stock-list ul li:hover {
	box-shadow: 0 0 10px #aaa;
}

.stock-list ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.stock-img {
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.stock-img img {
	width: 100%;
	height: auto;
	position: absolute;
	transition: .3s ease-out;
}

.stock-c {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
}

.stock-c span {
	color: gray;
}

.stock-c p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stock-c i {
	color: #ccc;
	margin-right: 5px;
}

.stock-c p a:hover {
	color: red;
}

.stock-list a {
	color: inherit;
}

.stock-list a:hover {
	text-decoration: none;
}


/*库存详情*/

.stock-con {
	padding: 10px;
	margin: 85px 0;
	background: #ecf0f1;
}

.stock-con span {
	color: #000;
	margin-right: 5px;
	font-weight: bold;
}

.stock-products {
	margin-top: 0px !important;
}

.stock-message {
	padding: 20px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
}

.stock-message span {
	display: block;
	float: left;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}

.stock-btn {
	margin-top: 20px;
}


/*帮助中心*/

.breadcrumb {
	background: transparent !important;
}

.help-box {
	width: 100%;
	overflow: hidden;
}

.help-left {
	width: -webkit-calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	width: calc(100% - 250px);
	width: 1250px\0;
	float: left;
	text-align: left;
	overflow: hidden;
	background: #fff;
}

.help-name {
	font-size: 18px;
	padding: 20px;
}

.help-title {
	font-size: 20px;
	padding: 20px;
	border-bottom: 1px solid #eee;
}

.help-content {
	padding: 20px;
}

.help-content img {
	margin-bottom: 10px;
	max-width: 100%;
}

.help-name i {
	color: #1A94FD;
	margin-right: 10px;
}

.help-cate {
	width: 100%;
	padding: 0 20px;
}

.help-cate li {
	color: #555;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 5px 0;
}

.help-cate li a {
	color: inherit;
}

.help-cate li a:hover {
	color: red;
	text-decoration: none;
}

.help-right {
	width: 230px;
	float: right;
	text-align: left;
	overflow: hidden;
	background: #fff;
}

.help-right button {
	display: none;
}

#help .modal-dialog {
	width: auto !important;
}

.help-center-btn {
	display: none;
}

.qa-box {
	background: #fff;
	width: 100%;
	text-align: left;
}

.qa-box img {
	display: block;
}


/*新闻中心*/

.news-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
	text-align: left;
}

.news-box .carousel-control {
	width: 15% !important;
}

.news-box .carousel-control span {
	font-size: 20px;
}

.news-box a,
.news-box a:hover,
.news-box a.active {
	color: inherit;
	text-decoration: none;
}

.new-top {
	width: 100%;
	overflow: auto;
	background: #fff;
	padding: 20px;
}

.new-banner {
	height: 440px;
	width: 660px;
	float: left;
	overflow: hidden;
}

.container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.carousel-caption {
	padding: 0;
	left: 10%;
	right: 10%;
}

.carousel-caption p {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.carousel-indicators {
	bottom: 0;
}

.new-headline {
	width: calc(100% - 690px);
	width: -moz-calc(100% - 690px);
	width: -webkit-calc(100% - 690px);
	float: right;
	overflow: auto;
}

.h-t {
	font-size: 16px;
	color: #000;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	border-top: 2px solid #ddd;
	text-align: left;
}

.h-c {
	list-style: none;
	margin-top: 4px;
	overflow: auto;
}

.h-c ul {
	margin-bottom: 0px;
}

.h-c>ul>li {
	list-style-type: none;
	font-size: 12px;
	color: #aaa;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 7px;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.h-c>ul>li a:hover {
	color: #ed1611;
}

.h-c>ul>li:hover {
	background: #f8f8f8;
	transform: ;
}

.h-c>ul>li:before {
	content: "";
	position: absolute;
	z-index: 0;
	right: 0;
	top: 50%;
	bottom: 50%;
	background: #f34540;
	width: 3px;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.h-c>ul>li:hover:before {
	height: 70px;
	top: 0;
	bottom: 0;
}

.h-c>ul>li h6 {
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.h-c-a {
	height: 34px;
	line-height: 18px;
	overflow: hidden;
	position: relative;
}

.new-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

#news-list .new-content {
	margin-top: 0px;
}

#news-list .products-page {
	padding-left: 0px;
}

.new-list,
.new-detail {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.new-left {
	width: calc(100% - 380px);
	width: -moz-calc(100% - 380px);
	width: -webkit-calc(100% - 380px);
	float: left;
	background: #fff;
	padding: 20px;
}

.new-right {
	width: 350px;
	float: right;
	background: #fff;
	padding: 20px;
}

.new-left-title {
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #aaa;
}

.new-left-title span {
	font-size: 14px;
	float: right;
	width: 50px;
}

.new-left-title span:hover {
	color: #ed1611;
}

.new-left-title span i {
	font-size: 12px;
	margin-right: 5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.new-left-title span:hover i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.new-left-content {
	margin: 0;
	padding: 0;
}

.new-left-content li {
	padding: 20px 0;
	overflow: auto;
	border-bottom: 1px solid #eee;
}

.new-left-content li:hover {}

.new-img {
	width: 220px;
	height: 150px;
	overflow: hidden;
	float: left;
}

.new-img img,
.new-index-img img {
	max-width: 100%;
	height: auto;
}

.new-img img,
.new-monthly-pic img,
.new-index-img img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.new-img img:hover,
.new-monthly-pic img:hover,
.new-index-img img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.new-monthly-pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.new-left-list {
	width: calc(100% - 230px);
	width: -webkit-calc(100% - 230px);
	width: -moz-calc(100% - 230px);
	float: right;
	color: #aaa;
	font-size: 12px;
}

.new-left-list h5 {
	color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new-left-list>:hover {
	color: #ed1611;
}

.new-left-list-t {
	height: 80px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
}

.new-left-list-t img {
	display: none !important;
}

.new-left-list-t p,
.new-left-list-t span {
	margin: 0px auto;
	font-family: arial !important;
	font-size: 12px !important;
	color: #aaa !important;
}

.new-left-keyword {
	font-size: 12px;
	color: #0F0F0F;
	height: 25px;
	width: 100%;
	line-height: 25px;
	overflow: hidden;
	margin-top: 10px;
}

.new-left-keyword span {
	padding: 0px 3px;
	max-width: 120px;
	margin: 0px 1px;
	border: 1px solid #fff;
	border-radius: 3px;
	float: left;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #888;
}

.new-left-keyword span:hover {
	border: 1px solid #ed1611;
	border-radius: 3px;
	color: #ed1611;
	box-sizing: border-box;
	text-decoration: none;
}

.new-left-keyword span a {
	display: block;
	white-space: nowrap;
}

.new-keyword {
	max-width: 290px;
	height: 25px;
	float: left;
	overflow: hidden;
}

.new-left-time {
	float: right !important;
	color: #000 !important;
	overflow: hidden;
	border: none !important;
}

.new-left-time i {
	font-size: 10px;
	color: #317ee7;
	margin-right: 3px;
}

.new-left-more {
	width: 100%;
	height: 40px;
	color: #ccc;
	margin-top: 20px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 40px;
	font-size: 18px;
}

.new-left-more:hover {
	color: #317ee7;
	border: 1px solid #317ee7;
}

.new-left-more i {
	font-size: 15px;
	margin-right: 10px;
	font-weight: 100;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.new-left-more:hover i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.new-monthly {
	width: 100%;
	clear: both;
}

.new-monthly-title {
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #aaa;
}

.new-monthly-pic {
	margin-top: 20px;
}

.new-right-more {
	font-size: 14px;
	float: right;
	width: 50px;
}

.new-right-more:hover {
	color: #ed1611;
}

.new-right-more i {
	font-size: 12px;
	margin-right: 5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.new-right-more:hover i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.monthly {
	width: 50%;
	float: left;
	height: 12px;
	left: 0%;
	text-align: right;
	margin: 0;
	top: -45px !important;
}

.monthly li {
	border: 1px solid #ccc !important;
}

.monthly li.active {
	background: #317ee7 !important;
	border: none !important;
}

.new-in {
	width: 100%;
	margin-top: 32px;
}

.new-in-list {}

.new-in-list li {
	padding: 15px 0;
	font-size: 12px;
	color: #aaa;
	overflow: auto;
	border-bottom: 1px solid #ccc;
}

.new-in-list li:hover {
	background: #f8f8f8;
}

.new-in-list li:hover img {
	opacity: 1;
	background: #000000;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
}

.new-in-right {
	width: calc(100% - 75px);
	width: -webkit-calc(100% - 75px);
	width: -moz-calc(100% - 75px);
	float: right;
}

.new-in-right h6 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #555;
}

.new-in-pic {
	width: 65px;
	height: 65px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	border: none;
}

.new-in-pic img {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 50%;
	-ms-transition: all .3s ease-in-out;
}

.new-in-c {
	height: 32px;
	line-height: 16px;
	overflow: hidden;
	position: relative;
}

.new-in-c img {
	display: none;
}

.new-in-c:after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 5px;
}

.new-in-c a:hover {
	color: #ed1611;
}

.new-in-c a {
	color: #aaa;
}

.new-in-c p,
.new-in-c span {
	font-size: 12px !important;
	color: #666 !important;
	margin: 0px;
	padding: 0px;
}

.new-in-c p:hover,
.new-in-c span:hover {
	font-size: 12px !important;
	color: #f00 !important;
}

.new-detail-title {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

.new-detail-title h1 {
	margin: 0px !important;
	font-size: inherit;
	font-weight: bold;
}

.new-detail-data {
	font-size: 12px;
	margin-top: 10px;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
}

.new-detail-data i {
	margin-right: 5px;
	color: #ccc;
}

.new-detail-content {
	font-size: 16px;
	line-height: 30px;
	padding: 30px 0;
	color: #222222;
	word-wrap: break-word !important;
	word-break: keep-all !important;
	border-bottom: 3px solid #ccc;
	word-break: normal;
}

.new-detail-content p,
.new-detail-content span {
	font-size: 16px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 30px;
	color: #555;
	word-break: break-word !important;
}

.new-detail-content img {
	margin: 10px 0;
	max-width: 100%;
	height: auto !important;
}

.new-detail-related {
	margin: 0;
	padding: 0;
}

.new-detail-related li {
	padding: 20px 0;
	overflow: auto;
	border-bottom: 1px solid #ccc;
}

.new-detail-related li:hover {
	background: #f9f9f9;
}

.new-detail-related-title {
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

/* 新闻修改2019-10-09 */
.news-in-quarterly{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 20px;
}
.news-in-title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding: 20px;
}
.news-in-quarterly ul{
	border-bottom:1px solid #f2f3f7 ;
	border-right:1px solid #f2f3f7 ;
	overflow: hidden;
}
.news-in-quarterly li{
	border-left:1px solid #f2f3f7 ;
	border-top:1px solid #f2f3f7 ;
	width: 50%;
	padding: 1%;
	float: left;
	transition: all 0.5s;
}
.news-in-quarterly li span{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.news-in-quarterly li:hover{
	transform: translate3d(0,-4px,2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	color: #24282a;
}
.news-in-quarterly li:hover span{
	color: #1A94FD;
}
.news-in-qua-con{
	/* line-height: 28px; */
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-in-btn{	
	padding: 10px 20px;
	background: #1A94FD;
	display: table;
	margin: 0 auto;
	border-radius: 3px;
	color: #fff;
}
.news-in-btn:hover{
	background: red;
}
.news-in-monthly{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border: 0px;
}
.news-in-monthly ul{
	border-top:1px solid #f2f3f7;
	border-left:1px solid #f2f3f7 ;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.news-in-title{
		font-size: 18px;
		padding: 10px;
	}
	.news-in-quarterly li{
		padding: 10px;
		width: 100%;
	}
	.news-in-quarterly li span{
		font-size: 14px;
		margin-bottom: 10px;
	}
}
/*月报列表*/

.express-list {
	width: 100%;
	float: right;
	color: #aaa;
	font-size: 12px;
}

.express-list>:hover {
	color: #ed1611;
}

.express-list-t {
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
}

.express-list-t p {
	margin: 0px auto;
}


/*月刊列表*/

.i-title {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto 50px;
	position: relative;
}

.i-title .big-title {
	text-align: center;
	height: 40px;
	width: 190px;
	margin: 0px auto;
	line-height: 40px;
	font-size: 24px;
	display: block;
	border: 1px #ccc solid;
}

.i-title .big-title:before,
.i-title .big-title:after {
	position: absolute;
	content: '.';
	display: block;
	border-top: 1px solid #ccc;
	height: 1px;
	overflow: hidden;
	width: 180px;
	top: 21px;
	z-index: 1;
}

.i-title .big-title:before {
	left: 25%;
}

.i-title .big-title:after {
	right: 25%;
}

.monthly-title {
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f5f5f5;
}

.monthly-list {
	width: 100%;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	overflow: auto;
}

.monthly-list li {
	padding: 10px;
	background: #fff;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	float: left;
	width: 25%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.monthly-list li:hover {
	box-shadow: #aaa 0 0 10px;
	position: relative;
	z-index: 100;
}

.monthly-pic {
	max-width: 100%;
	display: block;
	overflow: hidden;
}

.monthly-list li img {
	max-width: 100%;
	display: block;
	height: auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.monthly-list li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.monthly-name {
	padding-top: 10px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.monthly-name a:hover {
	text-decoration: underline;
}

.monthly-date {
	width: 100%;
	padding-top: 5px;
	text-align: left;
	font-size: 12px;
	color: #aaa !important;
	overflow: hidden;
	border: none !important;
}

.monthly-date i {
	font-size: 10px;
	color: #317ee7;
	margin-right: 3px;
}

.express-list h5 {
	color: #555;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.monthly-box {
	width: 100%;
	background: #fff;
	padding: 20px;
	overflow: hidden;
}


/*热销流行新品*/

.NHP-box {
	background: #fff;
	margin-top: 30px;
	padding: 20px;
	overflow: hidden;
}

.NHP-banner {
	background: #fff;
	padding: 20px;
	overflow: hidden;
}

.NHP-banner img {
	width: 100%;
	height: auto;
}

.NHP-keyword {
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal;
	float: right;
	width: 60%;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.NHP-keyword li {
	padding: 0px 10px;
	float: left;
}

.NHP-more {
	float: right;
	display: block;
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal !important;
}

.NHP-more i {
	color: #ccc;
	margin-right: 10px;
}

.NHP-more:hover {
	color: #1A94FD;
}

.NHP-more:hover i {
	transform: rotate(180deg);
}


/*简介内容*/

.about-box {
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 50px;
	text-align: left;
}

.about-title {
	display: block;
	margin: 0px auto;
	padding: 20px 0;
	color: #999;
	font-size: 32px;
	font-family: impact;
	position: relative;
	text-align: center;
}

.about-title span {
	color: #1A94FD;
}

.about-title-ms {
	text-align: center;
}

.about-sj {
	margin: 0px auto;
	width: 0;
	height: 0;
	border-top: 30px solid #1A94FD;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}

.about-content {
	padding: 20px;
	line-height: 30px;
}

.about-content img {
	margin-bottom: 30px;
	width: 100%;
	max-width: 100%;
}

.contact-content {
	text-align: center;
	padding: 50px 0 0;
}

.contact-tel {
	text-align: center;
	overflow: hidden;
	margin: 20px 0;
	font-weight: bold;
}

.contact-tel span {
	margin: 10px;
	display: inline-table;
}

.contact-tel span i {
	margin-right: 5px;
	color: #007DE8
}

.contact-tel-btn {
	padding: 8px 15px;
	display: block;
	float: left;
	text-align: center;
	border-radius: 3px;
	background: #1A94FD;
	color: #fff;
	border: 0;
}

.contact-tel-btn:hover {
	background: #007de8;
	color: #fff !important;
	text-decoration: none;
}

.about-img {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.about-img img {
	margin-bottom: 20px;
	max-width: 160px;
	width: 100%;
}

.about-img li {
	width: 33.3%;
	float: left;
	font-size: 24px;
	color: #aaa;
	text-align: center;
}

.about-img li span {
	font-size: 40px;
	font-family: impact;
	color: #1A94FD;
	margin-right: 5px;
}

.about-service {
	padding: 20px 40px;
	line-height: 30px;
}

.about-service-li {
	margin-bottom: 30px;
}

.about-service-title {
	font-size: 24px;
	text-align: center;
	position: absolute;
	display: block;
	background: rgba(26, 148, 253, 0.5);
	padding: 20px 0;
	text-shadow: 0 0 5px #0060b2;
	width: 100%;
	bottom: 0%;
	left: 0%;
	color: #fff;
}

.gjh-box {
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 0px;
	text-align: left;
}

.gjh-title-box {
	background: url(../img/gjh_1.jpg) center center no-repeat;
	display: block;
	overflow: hidden;
}

.gjh-title {
	font-size: 40px;
	font-family: impact;
	margin: 150px 0;
	padding: 10px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.gjh-title {
		font-size: 30px;
		margin: 120px 0;
	}
}

.gjh-box-ht {
	font-size: 30px;
	font-family: impact;
	border-top: 1px solid #f2f3f7;
	border-bottom: 1px solid #f2f3f7;
	padding: 30px 0;
	margin: 40px 0;
	color: #1A94FD;
}

.gjh-box-bg {
	background: #f2f3f7;
	padding: 15px;
	margin-bottom: 15px;
}

.gjh-box .about-content {
	padding: 20px;
}

.gjh-lc li {
	padding-left: 30px;
	line-height: 40px;
	background: #50abe4;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	position: relative;
}

.gjh-lc li:after {
	content: '';
	display: block;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #50abe4;
	position: absolute;
	right: -20px;
	top: 0;
	z-index: 10;
}

.gjh-lc li:before {
	content: '';
	display: block;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #f2f3f7;
	position: absolute;
	left: 0px;
	top: 0;
}

.gjh-lc li:first-child {
	border-radius: 4px 0 0 4px;
	padding-left: 25px;
}

.gjh-lc li:last-child,
.cssNavEnd {
	border-radius: 0px 4px 4px 0px;
	padding-right: 25px;
}

.gjh-lc li:first-child:before {
	display: none;
}

.gjh-lc li:last-child:after,
.cssNavEnd:after {
	display: none;
}

.Canton-title {
	color: #1A94FD;
	font-size: 16px;
	font-weight: bold;
}

.website-title {
	color: #1A94FD;
	font-weight: bold;
	font-size: 16px;
}

@media screen and (max-width: 400px) {
	.about-service-title {
		font-size: 24px;
	}
}

.hidden {
	display: none;
}

@media screen and (max-width: 768px) {
	.about-box {
		padding: 20px;
	}

	.about-content {
		padding: 0px;
	}

	.about-sj {
		border-top: 15px solid #1A94FD;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
	}

	.about-title {
		font-size: 20px;
	}

	.about-img li {
		width: 100%;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.about-service-left {
		position: inherit;
		text-align: center;
		height: 50px;
		width: 100%;
		display: block;
		clear: both;
	}

	.about-service-left img {
		width: 100%;
		max-width: 40px;
	}

	.about-service-right {
		width: 100%;
		clear: both;
		padding-left: 0px;
	}

	.about-service {
		margin: 0px;
		padding: 20px 0;
	}

	.about-img li span {
		font-size: 25px;
	}

	.about-img img {
		max-width: 120px;
		margin-bottom: 0px;
	}

	.about-img {
		margin-bottom: 0px;
	}

	.about-content img {
		margin-bottom: 10px;
	}
}


/*服务详情*/

#about-service .about-box {
	line-height: 30px;
}

#about-service .about-box img {
	max-width: 100%;
}

.service-left {
	width: 50%;
	float: left;
	text-align: right;
}

.service-left img {
	max-width: 100%;
	width: 100%;
}

.service-right {
	width: 45%;
	float: right;
	text-align: left;
}

.service-title {
	font-size: 35px;
	color: #1A94FD;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	display: block;
}

.service-sourcing {
	background: #fff;
	overflow: hidden;
}

.sourcing-1 {
	overflow: hidden;
	padding: 80px;
	line-height: 35px;
}

.sourcing-1-title {
	font-size: 30px;
	margin: 50px 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.sourcing-2-title {
	font-size: 30px;
	margin: 0 0 50px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.sourcing-1 i {
	font-size: 16px;
	text-align: center;
	width: 20px;
	margin-right: 10px;
}

.sourcing-1 .service-right span {
	color: #1A94FD;
	font-weight: bold;
	font-size: 18px;
	width: 100px;
}

.sourcing-2 {
	overflow: hidden;
	background: #1a94fd;
	padding: 80px;
	color: #fff;
}

.sourcing-2 span {
	font-weight: bold;
}

.sourcing-3 {
	overflow: hidden;
	padding: 80px;
}

.sourcing-3 span {
	font-weight: bold;
	color: #1A94FD;
}

.sourcing-3 .service-right {
	padding: 100px 0 0;
}

.service-sourcing .service-title {
	margin: 80px 0 50px;
}

.service-agent .service-title {
	margin-top: 160px;
	margin-bottom: 50px;
}

.agent-title-z {
	margin: 50px 0 80px;
	font-size: 35px;
	color: #1A94FD;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	display: block;
	text-align: center;
}

.agent img {
	text-align: right;
	max-width: 1260px !important;
	width: 100%;
	display: block;
	margin: 0 auto 50px;
}

.agent-title {
	color: #1A94FD;
	font-weight: bold;
	margin-bottom: 20px;
}

.agent-content {
	background: #f2f3f7;
	padding: 15px;
	margin-bottom: 15px;
}

.agent-content span {
	font-weight: bold;
}

.service-oem .service-title {
	margin: 50px 0 50px;
	text-align: center;
}

.oem-1 img {
	width: 100%;
	max-width: 1144px !important;
	display: block;
	margin: 30px auto;
}

.oem-title {
	font-size: 30px;
	color: #1A94FD;
	margin: 50px 0;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.oem-content {
	text-align: center;
	overflow: hidden;
}

.oem-2 img {
	max-width: 580px !important;
	width: 100%;
}

.oem-img-1 {
	width: 50%;
	float: left;
}

.oem-img-2 {
	width: 50%;
	float: right;
}

.service-ware .service-title {
	margin: 50px 0;
	text-align: center;
}

.ware-content {
	overflow: hidden;
}

.ware-content img {
	display: block;
	width: 100%;
	max-width: 1081px !important;
	margin: 0 auto 50px;
}

.ware-content i {
	font-size: 50px;
	display: block;
	text-align: center;
	color: #ccc;
}

.ware-content li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.ware-content-t {
	font-size: 24px;
	margin: 30px auto;
}

.ware-content-t span {
	font-size: 40px;
	color: #1a94fd;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.service-payment {
	overflow: hidden;
	background: #fff;
}

.service-payment .service-title {
	margin: 50px 0;
}

.payment-content li {
	width: 50%;
	float: left;
	display: block;
	line-height: 2.5rem;
}

.payment-content li:nth-child(2),
.payment-content li:nth-child(3) {
	padding: 40px;
	background: #1A94FD;
	color: #fff;
	text-align: left;
}

.payment-content li img {
	width: 100%;
	max-width: 750px;
}

.payment-content li span {
	font-weight: bold;
}

.service-quality .service-title {
	margin: 50px 0;
	text-align: center;
}

.quality-zj {
	margin-top: 30px;
	overflow: hidden;
}

.quality-zj li {
	width: 30%;
	float: left;
	margin: 0 1.66%;
}

.quality-zj li img {
	width: 100%;
	max-width: 600px;
	border-radius: 1%;
}

.service-freight {
	background: #fff;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.freight-left {
	width: 50%;
	float: left;
}

.freight-left img {
	width: 100%;
	max-width: 750px;
}

.freight-right {
	width: 50%;
	float: right;
	padding: 40px;
	line-height: 40px;
}

.freight-right i {
	width: 40px;
	text-align: center;
	color: #1a94fd;
}

.freight-right .service-title {
	margin: 10px 0 50px;
}

.service-document .service-title {
	text-align: center;
	margin: 50px 0;
}

.service-content ul {
	margin-top: 50px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	overflow: hidden;
}

.service-content ul li {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 20%;
	float: left;
	padding: 10px;
	overflow: hidden;
}

.service-content ul li img {
	transition: .3s ease-out;
}

.service-content ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


/* 亚马逊详情 */

.amazon-list {
	overflow: hidden;
	position: relative;
}

.amazon-list .about-title {
	margin: 50px 0;
}

.amazon-list li {
	width: 33.33333%;
	padding: 20px;
	border: 10px solid #f2f3f7;
	float: left;
	transition: all 0.40s;
	position: relative;
	color: #fff;
	border-radius: 15px;
	top: 0;
}

.amazon-list li:nth-child(1) {
	background: #269dc7;
}

.amazon-list li:nth-child(2) {
	background: #fdc75b;
}

.amazon-list li:nth-child(3) {
	background: #19afb0;
}

.amazon-list li:nth-child(4) {
	background: #f47c59;
}

.amazon-list li:nth-child(5) {
	background: #58bf92;
}

.amazon-list li:nth-child(6) {
	background: #f14d31;
}

.amazon-list li:hover {
	top: -20px;
}

.amazon-list i {
	font-size: 80px;
	color: #fff;
	margin: 30px 0;
}

.amazon-title {
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.amazon-c {
	display: block;
	min-height: 90px;
}

@media screen and (max-width: 1100px) {
	.service-sourcing .service-title {
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.service-oem .service-title {
		margin-top: 80px;
		margin-bottom: 50px;
	}

	.service-flexible .service-left {
		display: none;
	}

	.service-flexible .service-right {
		width: 100%;
	}

	.sourcing-2-title {
		margin: 0px;
	}

	.sourcing-1-title {
		margin: 0 0 30px;
	}

	.sourcing-3 .service-right {
		padding: 30px 0 0;
	}

	.payment-content li:nth-child(2),
	.payment-content li:nth-child(3) {
		padding: 20px;
	}

	.payment-content li {
		line-height: 1.7rem;
	}

	.freight-right .service-title {
		margin: 0 0 10px;
	}

	.freight-right {
		padding: 20px;
		line-height: 30px;
	}

	.service-content ul li {
		width: 33.33%
	}

	.amazon-list li {
		width: 50%;
	}

	.amazon-c {
		min-height: 100px;
	}

	.amazon-list .about-title {
		margin: 20px 0;
	}
}

@media screen and (max-width: 700px) {
	.service-left {
		width: 100%;
	}

	.service-right {
		width: 100%;
	}

	.service-oem .service-title {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.sourcing-1,
	.sourcing-2,
	.sourcing-3 {
		padding: 50px 30px;
	}

	.agent-title-z {
		margin: 30px 0;
	}

	.oem-img-1,
	.oem-img-2 {
		width: 100%;
		float: none;
	}

	.ware-content li {
		width: 100%;
		float: none;
		margin: 20px;
	}

	.payment-content li {
		width: 100%;
	}

	.service-payment .service-title {
		margin: 20px 0;
	}

	.payment-content li:nth-child(2) {
		background: #fff;
		color: #555;
	}

	.payment-content li {
		line-height: 2rem;
	}

	.service-quality .service-title {
		margin: 20px 0;
	}

	.quality-zj li {
		width: 100%;
		margin: 10px 0;
	}

	.freight-left,
	.freight-right {
		width: 100%;
	}

	.freight-right .service-title {
		font-size: 30px;
	}

	.service-content ul li {
		width: 50%;
	}

	.service-document .service-title {
		margin: 20px 0;
		font-size: 30px;
	}

	.service-content ul {
		margin-top: 10px;
	}

	.amazon-list li {
		width: 100%;
	}
}

/* 首页服务内容 */
.index-service {
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin-top: 20px;
}

.index-service li {
	width: 11.11%;
	height: 350px;
	float: left;
	transition: all 0.5s;
	position: relative;
	background-position: 100% 100%;
	background: rgba(0, 60, 111, 1);
	overflow: hidden;
}

.index-service li img {
	max-width: 350px;
	opacity: 0.4;
}

.index-service:hover li {
	width: 6%;
	font-size: 20px;
}

.index-service li:hover {
	width: 52%;
	background: #53B0FE !important;
}

.index-service:hover li img {
	width: 350px;
	cursor: pointer;
	-webkit-filter: brightness(0.60);
	filter: brightness(0.60);
}

.index-service-box {
	background: -webkit-linear-gradient(left, rgba(6, 113, 204, 0.5), rgba(6, 113, 204, 1));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, rgba(6, 113, 204, 0.5), rgba(6, 113, 204, 1));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, rgba(6, 113, 204, 0.5), rgba(6, 113, 204, 1));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, rgba(6, 113, 204, 0.5), rgba(6, 113, 204, 1));
	/* 标准的语法（必须放在最后） */
}

.index-service-title {
	width: 100%;
	margin: 140px 0;
	font-size: 18px;
	color: #fff;
	position: absolute;
	z-index: 1;
	text-shadow: 0 0 5px #122B40;
}

.index-service-con {
	display: none;
	color: #fff;
	padding: 20px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

.index-service-con span {
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
}

.index-service-more {
	bottom: 20px;
	left: 20px;
	position: absolute;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #fff;
}

.index-service li:hover .index-service-box {
	display: none;
}

.index-service li:hover .index-service-con {
	display: block;
}

.index-service-mob {
	display: none;
}

.banner {
	margin-bottom: 30px;
}
/* 首页服务内容修改2019-10-11 */
.index-service-banner{
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
	padding-bottom: 25px;
}
.index-service-son{
	width: 100%;
	overflow: hidden;
	padding: 0px 0 30px;
}
.index-serivce-img{
	overflow: hidden;
}
.index-service-son li{
	width: 21%;
	margin: 0 2%;
	border: 1px solid #f2f3f7;
	float: left;
	padding: 15px;
	text-align: left;
	transition: all 0.5s;
}
.index-service-son li img{
	transition: all 0.5s;
}
.index-service-son li:hover{
	transform: translatey(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.index-service-son li:hover a{
	text-decoration: none;
}
.index-service-son li:hover h4{
	color: #1A94FD;
}
.index-service-son li:hover img{
	transform: scale(1.2);
}
.index-service-content{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #999;
}
.index-service-banner ol{
	bottom: -20px;
}
.index-service-banner ol li{
	width: 30px;
	height: 8px;
	background-color: #ccc;
	border-radius: 0px;
}
.index-service-banner ol .active{
	background-color: #1A94FD;
	height: 10px;
	width: 40px;
}
/* 移动端服务样式 */
@media only screen and (max-width: 768px) {
	.index-service,.index-service-banner {
		display: none;
	}

	.index-service-mob {
		display: block;
	}

	.index-service-mob li {
		width: 33.33%;
		position: relative;
		overflow: hidden;
		float: left;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	.index-service-mob .index-service-title {
		font-size: 16px;
		margin: 10vw 0;
		width: 100%;
		text-align: center;
	}

	.index-service-mob img {
		opacity: 0.7;
		-webkit-filter: brightness(0.70);
		filter: brightness(0.70);
	}

	.index-service-mob .index-service-box {
		background: rgba(26, 148, 253, 0.7);
	}

	.banner,
	.in-news {
		margin-bottom: 20px;
	}
}

/* 移动端首页banner */
@media only screen and (max-width: 768px) {
	.banner-new {
		display: none;
	}
}

/* 产品目录 */
.directory-new {
	width: 100%;
	overflow: hidden;
}

.directory-new i {
	display: block;
	color: #777;
	margin: 0;
	padding: 30px;
}

.directory-new li {
	width: 24.25%;
	float: left;
	background: #fff;
	margin: 0 1% 1% 0;
	transition: all 0.5s;
}

.directory-new li:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	color: #24282a;
}

.directory-new li:hover i {
	color: #1299ec;
}

.directory-new li:nth-child(4n) {
	margin-right: 0;
}

.directory-new .directory-name {
	text-align: center;
	font-size: 18px;
	min-height: 175px;
}

.directory-new .directory-name a {
	display: block;
	position: relative;
	line-height: 28px;
	left: auto;
}

.directory-new span {
	display: block;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.directory-new li {
		width: 49%;
	}

	.directory-new i {
		padding: 15px 0;
	}

	.directory-new li:nth-child(2n) {
		margin-right: 0;
	}

	.directory-new .directory-name {
		font-size: 16px;
		min-height: 145px;
		text-overflow: inherit;
		white-space: inherit;
	}
}

/* 产品列表勾选框 */
.cbx {
	width: 100%;
	margin-bottom: 0px;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	padding: 0px;
	border-radius: 2px;
	overflow: hidden;
	transition: all 0.2s ease;
}

.cbx:not(:last-child) {
	margin-right: 6px;
}

/* .cbx:hover {
	background: rgba(26, 148, 253, 0.06);
} */

.cbx span {
	float: left;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	transform: scale(1);
	border: 2px solid #c8ccd4;
	transition: all 0.2s ease;
}

.cbx span:first-child svg {
	position: absolute;
	top: 2px;
	left: 1px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	transform: translate3d(0, 0, 0);
}

.cbx span:last-child {
	padding-left: 8px;
	line-height: 18px;
}

.cbx:hover span:first-child {
	border-color: #1A94FD;
}

.inp-cbx:checked+.cbx span:first-child {
	background: #1A94FD;
	border-color: #1A94FD;
	animation: wave 0.4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
	stroke-dashoffset: 0;
}


.inline-svg {
	position: absolute;
	width: 0;
	height: 0;
	pointer-events: none;
	user-select: none;
}

@-moz-keyframes wave {
	50% {
		transform: scale(0.9);
	}
}

@-webkit-keyframes wave {
	50% {
		transform: scale(0.9);
	}
}

@-o-keyframes wave {
	50% {
		transform: scale(0.9);
	}
}

@keyframes wave {
	50% {
		transform: scale(0.9);
	}
}

@media only screen and (max-width: 768px) {
	.cbx span:first-child {
		width: 22px;
		height: 22px;
	}

	.cbx span:nth-child(2n) {
		display: none;
	}

	.cbx span:first-child svg {
		top: 3px;
		left: 3px;
	}
}
/* 首页弹窗 */
.index-mes-box {
        position: fixed;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.2);
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
}

.index-mes {
        background: #fff;
        width: 800px;
        padding: 0px 20px 20px;
        position: relative;
}

.index-mes .contact-content {
        padding: 20px 0 0;
}

.index-mes .icon-tianjia {
        color: #fff;
        display: flex;
        position: absolute;
        top: -30px;
        justify-content: center;
        align-items: center;
        right: -30px;
        width: 30px;
        transform: rotate(45deg);
        font-size: 24px;
        height: 30px;
        border-radius: 50%;
        transition: 0.3s all ease-in-out;
        border:  rgba(255, 255, 255, 0.6) 2px solid;
        cursor: pointer;
}
.index-mes .icon-tianjia:hover{
        transform:rotate(225deg) ;
}
@media screen and (max-width:1000px) {
        .index-mes{
                width: 84vw;
                padding: 0 10px 10px;
        }
        .index-mes .contact-content{
                padding: 0;
        }
        .index-mes .about-title{
                padding: 10px 0;
        }
        .index-mes .contact-tel{
                margin: 10px 0;
        }
        .index-mes .contact-tel span{
                margin: 2px 0;
        }
        .index-mes .form-group{
                margin-bottom: 10px;
        }
}