/*公用*/

body {
	background: #fff;
}

.new_common_title {
	width: 100%;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	color: #2ba187;
	border-bottom: 2px solid #2ba187;
}

.new_common_border {
	border: 1px solid #f2f3f5;
}

.c_ellipsis_2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.c_ellipsis_3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.new_theme {
	background: #fafafa;
}


/*微信登录*/

.has_login {
	display: inline-block;
}

.user-box {
	top: 33px;
	right: -20px;
}

.user-box .userNametxt {
	line-height: 30px;
}

.user-box .userNametxt .img {
	display: block;
	margin: 0 auto;
}

.user-box .userNametxt p {
	margin-bottom: 10px;
}

.user-name {
	color: #2fa78c;
}


/*图片的缩放*/

.new_banners_lists_commot {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.new_banners_lists_commot img {
	height: 100%;
}

.hweelink_common_img {
	height: 100%;
}


/*transform效果*/

.new_content img,
.new_banners_lists_commot img {
	transition: all 1s;
}

.new_content img:hover,
.new_banners_lists_commot img:hover {
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
}


/*.daily-word-wrapper{
  transition: all .2s ease-in;	
  }  
.daily-word-wrapper:hover {
    border: 1px solid hsla(0,0%,89.8%,.7);
    box-shadow: 0 0 25px 2px rgba(0,0,0,.2)
}*/


/*搜索框placeholder*/

input::-webkit-input-placeholder {
	font-size: 14px;
	color: #6d6d6d;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 14px;
	color: #6d6d6d;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 14px;
	color: #6d6d6d;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 14px;
	color: #6d6d6d;
}


/*遮罩*/

.shadeMode {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}


/*头部 start*/

.new_header {
	width: 100%;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
}

.user_login_up a {
	cursor: pointer !important;
}

.new_header a {
	color: #999;
}

.new_header .supplier_settledin {
	color: #2fa78c;
}

.new_header_pd {
	width: 16px;
	text-align: center;
	color: #CCCCCC;
	font-size: 13px;
}

.new_header_pds {
	width: 40px;
	color: #333;
	font-weight: 600;
}

.new_header_nav {
	display: flex;
}

.new_header_icon a {
	width: 150px;
	height: 34px;
	line-height: 34px;
	margin-right: 35px;
	display: flex;
	align-items: center;
}

.user_login_ups {
	padding: 0 24px 0 24px;
}

.new_header_navs {
	width: auto;
	display: flex;
}

.new_header_navs li {
	padding: 0 12px;
}

.new_header_navs li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.new_header_navs .main_icon {
	position: absolute;
	top: 13px;
	left: -18px;
}

.new_header_navs li:hover a {
	color: #2BA187;
}

.new_header_navs .active a {
	color: #2BA187;
}

.hw_login {
	height: 30px;
	width: 30px;
	border-radius: 100%;
	margin-top: 14px;
}

.userNametxt a {
	text-align: center;
}


/*头部 end*/


/*footer */

.width-1200-maring_auto {
	width: 1200px;
	margin: 0 auto;
}

.new_footer {
	width: 100%;
	height: 262px;
	background: #3c3c3c;
}

.new_footer>div {
	margin: 0 auto;
}

.new_footer_content {
	width: 100%;
	height: 206px;
	border-bottom: 1px solid #7a7a7a;
}

.new_footer_lists {
	margin-right: 100px;
}

.new_footer_tit {
	font-size: 18px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.new_footer_tit a {
	color: #FFFFFF;
}

.new_footer_tit_ative {
	left: -6px;
}

.new_footer_txt>a {
	line-height: 24px;
	color: #acacac;
	font-size: 14px;
}

.new_footer_txt:hover>a {
	color: #FFFFFF;
}

.new_footer_copyright {
	margin-top: 22px;
	color: #c6c6c6;
}
.new_footer_copyright a{
	color: #c6c6c6;
}

.new_footer_publicaddress {
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.new_footer_publicaddress img {
	width: 80px;
	height: 80px;
}

.new_footer_publicaddress p {
	color: #FFFFFF;
	/*#b3b3b3*/
}

.new_footer_publicaddress_hweelink {
	right: 140px;
}

body>a {
	display: none;
}


/*轮播图公用*/

.swiper-wrapper {
	transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	/* Firefox 4 */
	-webkit-transition-timing-function: linear;
	/* Safari 和 Chrome */
	-o-transition-timing-function: linear;
	/* Opera */
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 4px;
	opacity: 1;
}

.swiper-pagination-bullets {
	height: 20px;
	text-align: right;
	position: absolute;
	bottom: 17px;
	right: 0;
	left: unset;
	padding-right: 20px;
}

.swiper-pagination-bullet-active {
	width: 20px;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
	width: 45px;
	padding-top: 14px;
	text-align: center;
	height: 60px;
	background: none;
	background: rgba(51, 51, 51, .6);
	line-height: 44px;
}

.cur_po {
	cursor: default !important;
}


/*首页头部start*/

.header_index {
	width: 100%;
	height: 80px;
	background: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(10, 10, 10, .1);
	box-shadow: 0 2px 2px rgba(10, 10, 10, .1);
}

.hw_content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}


/*首页头部end*/