@charset "UTF-8";
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
font-weight:bold;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #aaa;
}

:-moz-placeholder {
	/* Mozilla Firefox 18- */
	color: #aaa;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaa;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #aaa;
}

.xcConfirm .popBox {
	width: 320px !important;
	height: 220px !important;
	margin-left: -160px !important;
}

.xcConfirm .popBox .txtBox p {
	margin-top: 0;
	text-align: left;
}

.xcConfirm .popBox .txtBox .bigIcon {
	margin-left: 30px;
}

.xcConfirm .popBox .txtBox {
	height: 70px !important;
	margin-top: 25px !important;
	margin-left: 0 !important;
}
.newHome {}

.newHome .mt120 {
	margin-top: 120px;
}

.newHome .p30 {
	box-sizing: border-box;
	padding: 30px;
}

.newHome .grey {
	background-color: #F0F0F0;
}

.newHome .white {
	background-color: #fff !important;
}

.newHome .center {
	text-align: center;
}

.newHome .news {
	position: relative;
	padding: 20px 0 6px 6px;
	margin: 0 0 14px 0;
}

.newHome .news span{
    font-weight:bold;
	font-size:16px;
}

.newHome .news a:last-child {
	position: absolute;
	top: 22px;
	right: 10px;
}

.newHome .newsList span {
	display: inline-block;
	padding: 6px 30px;
	background-color: #F0F0F0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.newHome .newsList a {
	display: inline-block;
	padding: 6px 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.newHome .companyNews span {
	display: inline-block;
	padding: 6px 30px;
	background-color: #F0F0F0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.newHome .companyNews a {
	display: inline-block;
	padding: 6px 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.newHome .inputBox {
	margin-bottom: 10px;
}

.newHome .inputBox a {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: #000;
}

.newHome .inputBox input {
	height: 40px;
	border: 1px solid #ddd;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #ddd;
	outline: none;
}

.newHome .weight-dot {
	position: absolute;
	top: 0;
	right: 12px;
	display: inline-block;
	height: 50px;
	line-height: 42px;
}

.newHome span.view {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	box-sizing: border-box;
	padding: 0 10px;
	display: block;
	cursor: pointer;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.newHome #choose-clear,
.newHome #choose2-clear {
	display: none;
	position: absolute;
	right: 0px;
	bottom: -2px;
	background: transparent;
	border: none;
	color: #bbb;
	height: 42px;
	line-height: 42px;
	width: 24px;
	z-index: 5;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #fff;
	background:red;
}

.newHome .multsel,
.newHome .multsel2 {
	border: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #333;
	background-color: #fff;
}

.newHome .multsel i,
.newHome .multsel2 i {
	display: block;
	height: 5px;
	width: 8px;
	position: absolute;
	right: 9px;
	top: 19px;
}

.multsel .selist span,
.multsel2 .selist span {
	line-height: 27px;
	cursor: pointer;
}

.weight-box .multsel3 {
	height: 40px;
	line-height: 40px;
	background-color: #fff;
}

.multsel3 .selist span {
	line-height: 27px !important;
}
/* focusBar */

.newHome #focusBar {
	width: 100%;
	height: 450px;
	clear: both;
	position: relative;
	background: #242424;
	overflow: hidden;
}

.newHome #focusBar li {
	width: 100%;
	clear: both;
	height: 450px;
	display: none;
	position: absolute;
	/* position:relative;*/
}

.newHome #focusBar .focusL {
	height: 450px;
	position: absolute;
	z-index: 9;
	/*left:-1000px;*/
	top: 0px;
	left: -500px;
	margin-left: 50%;
}

.newHome #focusBar .focusR {
	height: 450px;
	position: absolute;
	z-index: 19;
	/* right:1000px;*/
	top: 0px;
	left: -500px;
	margin-left: 50%;
}

.newHome a.arrL,
a.arrR {
	display: block;
	width: 52px;
	height: 134px;
	position: absolute;
	top: 180px;
	z-index: 99;
	cursor: pointer;
	background:url(../images/bt_arr.png);
	no-repeat;
}

.newHome a.arrL {
	left: -52px;
	background-position: 0px 0px;
}

.newHome a.arrR {
	right: -52px;
	background-position: -68px 0px;
}

.newHome a.arrL:hover {
	background-position: 0px -144px;
}

.newHome a.arrR:hover {
	background-position: -68px -144px;
}
/*轮播功能区域*/

.newHome .zoneBox {
	position: relative;
	top: 5%;
	left: 0%;
	z-index: 1;
	width: 285px;
	height: 400px;
}

.newHome .zoneTrace {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.newHome .zoneBox {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}
}
@media screen and (max-width: 970px) {
	.newHome .zoneBox{
		width: 100%;
		}
}
/*比较功能区域*/

.top-box .top-box-content {
	display: none;
	border: 1px solid #ddd;
	margin-top: -1px;
}

.top-box-content-position {
	position: absolute;
	top: 40px;
	left: 86px;
	z-index: 5;
	background-color: lightyellow;
	width: 255px;
}

.top-box .top-box-content .first-floor {
	text-align: center;
	cursor: pointer;
	display: block;
	min-height: 50px;
	line-height: 3;
	margin: 0;
	border-bottom: 1px solid #333;
}

.top-box .top-box-content .first-floor li {
	display: inline;
	cursor: pointer;
	margin: 0 7px;
	padding: 7px 12px;
	border-radius: 3px;
	cursor: pointer;
}

.top-box-content .first-floor li.current {
	cursor: pointer;
	background-color: #333;
	color: #fff;
}

.top-box .top-box-content .third-floor {
	display: block;
	width: 95%;
	display: block;
	margin: 0 auto 32px;
}

.top-box .top-box-content .third-floor li {
	float: left;
	cursor: pointer;
	width: 25%;
	height: 27px;
	text-align: center;
	padding: 4px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: gray;
}

.top-box .top-box-content .third-floor li.current {
	background-color: #333;
	color: #fff;
	cursor: pointer;
}
/*在线咨询*/

.main-im #open_im {
	cursor: pointer;
	margin-left: 54px;
	width: 56px;
	height: 100px;
	background-color: #48B000;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
}

.main-im #open_im span {
	font-size: 3rem;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 18px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 6px;
}

.main-im #open_im p {
	padding: 0 10px;
}

.newHome dl dt,
.newHome dl dd {
	text-align: left;
}

.newHome .two-mune a {
	text-align: left;
}

.copyright .col-md-1 {
	width: 10%;
}
.boxs > ul > li > a {
	height: 60px;
	overflow: hidden;
}
.fix-mune {
	height: 118px !important;
}

.mainHeader .title {
	width: 108px;
}

.international-header-products .iteam a {
	text-align: center;
}

.fba-header-products .iteam a {
	text-align: center;
}
.copyright .col-md-1 {
	width: 10%;
}
.news-list,
.news-detail {
	display: none;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.boxShadow:hover {
	box-shadow: 0 0 10px #666;
}

.boxShadow:hover .new-box {
	background-color: #eee;
}

.new-box {
	margin-bottom: 15px;
}

.iteam>a>p {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 300px;
	text-align: center;
}

.iteam img {
	max-width: 100%;
	max-height: 100%;
}

div.news .new-box {
	border: 1px solid #ddd;
	padding: 10px 20px;
	margin-top: -1px;
}

.breadCrumbNew a {
	cursor: default;
}

.breadCrumbNew a:hover {
	color: #000;
}

.header-bg-self {
	background-image:url("../images/header-new-1190.jpg")/*tpa=http://www.yw56.com.cn/Public/Home/images/header-new-1190.jpg*/;
	background-size: cover;
	height: 200px;
}
			
.list-ad {
	padding: 20px;
	line-height: 35px;
	font-size: 16px;
}

.list-ad .list__promise {
	/*background-image: url(../images/icon-1.png);*/
	display: inline-block;
	width: 29px;
	height: 29px;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 6px;
}
.product-list,
.product-detail {
	display: none;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.breadCrumb a {
	cursor: default;
}
	
.breadCrumb a:hover {
	color: #000;
}
	
#right-a-box {
	margin-top: 20px;
}

#right-a-box a {
	display: block;
	text-align: left;
	height: 35px;
	line-height: 35px;
}

.img-rounded {
	width: 100%;
}

.advLine {
	width: 100%;
	height: 1px;
	background-color: #ddd;
	margin: 30px 0;
}

.info-box-bg {}

.header-bg-self {
	height: 200px;
	background-size: cover;
}

.introduction,
.product-list,
.product-detail {
		/*padding: 0 50px;*/
	padding: 0;
}

.adv {
	box-sizing: border-box;
	padding: 20px 80px;
}

.adv>div {
	position: relative;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}

.adv>div>p {
	padding: 15px 0 20px 66px;
}

.adv i {
	font-size: 48px;
	margin-right: 20px;
	vertical-align: middle;
	position: absolute;
	color: #13366B;
}

.adv span:nth-child(1) {
	display: block;
	font-size: 16px;
	font-weight: 800;
	color: #000;
	margin-bottom: 3px;
}

.adv span:nth-child(2) {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.logo-grid {
    text-align: center;
}
.logo-grid .logo-item {
    display: inline-block;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
	position: relative;
}
/*三大平行领域*/
.block-advantage {
    	background-color: #fff;
	}
	.block_title {
        margin: 0px 0px 15px 0px;
	}
	.block_title .sub-title {
    letter-spacing: .9px;
    color: #333333;
    font-size: 24px;
	}
	.ta-c {
	    text-align: center;
	}
	.content-wrap .service-list-item {
    position: relative;
    margin-bottom: 10px;
	}
	.content-wrap .service-list-item {
	    width: 100%;
	    height: 100%;
	    position: relative;
	    border-radius: 3px;
	    overflow: hidden;
	}
	.content-wrap .service-list-item .img-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
	}
	.content-wrap .service-list-item .img-box .img-box_img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-wrap .service-list-item .title {
	font-size: 18px;
    padding: 20px 10px;
    background-color: #fff;
	font-weight:bold;
}
.content-wrap .service-list-item .title span {
    position: absolute;
    color: #B4B4B4;
    right: 35px;
}
 .content-wrap .service-list-item .title span:after {
    content: "";
    position: absolute;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #B4B4B4;
    top: 50%;
    -webkit-transform: translateX(0px) translateY(-50%);
    -ms-transform: translateX(0px) translateY(-50%);
    transform: translateX(0px) translateY(-50%);
}
.content-wrap .service-list-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
 .content-wrap .service-list-item:hover .img-box .img-box_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.content-wrap .service-list-item:hover .title span {
    color: #60af00;
}

.content-wrap .service-list-item:hover .title span:after {
    border-color: transparent transparent transparent #60af00;
    -webkit-animation: linkGo .5s alternate infinite ease-in both;
    animation: linkGo .5s alternate infinite ease-in both;
}

.content-wrap .service-list-item .product-lists {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
}

.content-wrap .service-list-item  .product-lists a {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.logo-grid-partner {
    text-align: center;
}

.logo-grid-partner .logo-item {
    display: inline-block;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
	position: relative;
}