html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
	font-family: "arial, helvetica, sans-serif";
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.wrap {
	width: 100%;
	height: 100%;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

@media only screen and (min-width: 1200px) {
	.container {
		width: 1430px;
	}
}

.xblogsingle-con ul li,
.main-module ul li {
	list-style: inside;
}

.xblogsingle-con ol li,
.main-module ol li {
	list-style: auto;
	list-style-position: inside;
}

/* blog */
.son-main {
	background-color: #f5f5f5;
	padding-bottom: 74px;
}

.xblog-main {
	padding: 0 5px;
}

.xblog-con {
	text-align: center;
	background-color: #fff;
	margin: 0 -5px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 26px;
}

.xblog-con img {
	width: 100%;
}

.xblog-btm h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.xblog-btm p {
	font-size: 12px;
	line-height: 22px;
	color: #5a5a5a;
	height: 66px;
	overflow: hidden;
	margin-bottom: 30px;
}

.xblog-btm {
	padding: 0 15px;
}

.xblog-con span {
	font-size: 16px;
	color: #666666;
	display: block;
	border-top: 1px solid #dcdcdc;
	height: 50px;
	line-height: 50px;
}

.xblog-img {
	position: relative;
	margin-bottom: 30px;
}

.xblog-img p {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.xblog-con:hover .xblog-img p {
	display: block;
}

.xblog-con:hover span {
	color: #ab6633;
}

.xbreadnav {
	padding-top: 27px;
	padding-bottom: 50px;
}

.xbreadnav li {
	display: inline-block;
}

.xbreadnav li a {
	font-size: 16px;
	color: #282828;
	margin: 0 5px;
}

.xbreadnav li a:hover {
	color: #ab6633;
}

/* blog 内页*/
.xblogsingle-main {
	padding: 40px;
	background-color: #fff;
}

.xblogsingle-t-r li {
	display: inline-block;
	margin-left: 10px;
}

.xblogsingle-t-r {
	padding-top: 0px;
}

.xblogsingle-t-l {
	width: 80%;
}

.xblogsingle-t-l h1 {
	font-size: 40px;
	margin-bottom: 20px;
}

.xblogsingle-top {
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.xblogsingle-t-l span {
	font-size: 14px;
	color: #666666;
	margin-right: 15px;
	display: inline-block;
}

.xblogsingle-t-l span img {
	display: inline-block;
	margin-right: 10px;
}

.xblogsingle-con {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}

.xblogsingle-page li {
	margin-top: 20px;
	background: #fff;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	padding-left: 40px;
}

.xblogsingle-page li a {
	color: #333333;
}

/* service*/
.xser-con span {
	display: block;
	font-size: 18px;
	color: #ab6633;
	padding-top: 35px;
}

.xser-con span::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background-color: #ab6633;
	margin: 18px 0 28px 0;
}

.xser-left {
	margin-right: 37px;
}

.xser-right {
	margin-left: 37px;
}

.xser-con p {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}

.xser-con {
	margin-bottom: 40px;
}

/* 产品分类*/
/* 6-18 */
.xpro-banner {
	height: 160px;
	line-height: 160px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-bottom: 47px;
	position: relative;
	position: relative;
}
.xpro-banner img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.xpro-banner span{
	position: relative;
	z-index: 2;
}
.xpro-banner p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
}

.xprolist-nav ul {
	overflow: hidden;
	margin: 0 -38px;
}

.xprolist-nav ul li {
	float: left;
	margin: 0 38px;
	margin-bottom: 20px;
}

.xprolist-nav ul li a {
	color: #666666;
	font-size: 16px;
	padding: 8px 10px;
	display: inline-block;
}

.xprolist-nav ul li a:hover {
	color: #ab6633;
}

/* 6-18 */
.xprolist-nav ul li.cur a,
.xprolist-nav ul li:hover a {
	background-color: #ab6633;
	color: #fff;
}

.xprolist-con {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	transition: all .5s;
}

.xprolist-con img {
	width: 100%;
	border-radius: 10px;
}

.xprolist-con span img {
	width: auto;
	margin-right: 10px;
	display: inline-block;
}

.xprolist-con h3 {
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	height: 42px;
	overflow: hidden;
	margin: 25px 0;
}

.xprolist-con span {
	font-size: 12px;
	color: #666666;
	display: inline-block;
}

.xprolist-sp {
	margin-right: 26px;
}

.xprolist-con:hover {
	box-shadow: 0 0 25px -15px #000;
}

/* 产品总分类*/
.xproall-con {
	position: relative;
	margin-bottom: 30px;
}

.xproall-con img {
	width: 100%;
}

.xproall-btm {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 35px;
}

.xproall-btm h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

.xproall-btm p {
	font-size: 14px;
	color: #fff;
	padding-right: 40px;
	margin-bottom: 30px;
}

.xproall-con .xproall-btm img {
	position: absolute;
	right: 15px;
	bottom: 40px;
	width: auto;
}

/* 404*/
.lost-top {
	text-align: center;
	font-size: 400px;
}

.lost-top span {
	display: block;
	font-size: 60px;
	margin-bottom: 35px;
}

.lost-top p {
	font-size: 24px;
	color: #666666;
	padding: 0 50px;
	margin-bottom: 100px;
}

.lost-btm form {
	width: 600px;
	margin: auto;
	position: relative;
	margin-bottom: 40px;
}

.lost-btm form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #333;
	background: none;
	outline: none;
	height: 40px;
}

.lost-btm form button {
	position: absolute;
	right: 0;
	background: none;
	border: none;
}

.lost-btm a {
	display: block;
	width: 285px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 60px;
	color: #fff;
	background-color: #ab6633;
	font-size: 16px;
	margin: auto;
}

/* solution*/
.xsolu-con {
	position: relative;
	margin-bottom: 30px;
}

.xsolu-con img {
	width: 100%;
}

.xsolu-btm {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	padding-left: 50px;
}

.xsolu-btm h3 {
	font-size: 18px;
	color: #fff;
	margin-top: 80px;
	margin-bottom: 20px;
	font-weight: bold;
}

.xsolu-btm p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding-right: 100px;
}

.xsolu-c .xsolu-btm h3 {
	margin-top: 100px;
	line-height: 40px;
}

.xsolu-b .xsolu-btm h3 {
	margin-top: 22px;
	font-weight: normal;
	line-height: 28px;
}

/* solution 内页*/
.solus-banner {
	background: url(../images/solution-banner-bg.gif) no-repeat top center;
	position: relative;
	
}

.solus-banner p {
	position: absolute;
	height: 40px;
	bottom: 15%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 24px;
	color: #ab6633;
	text-transform: uppercase;
}

.solus-banner p:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ab6633;
	margin-right: 10px;
}

.solus-banner img,
.solus-lc img {
	width: auto;
	margin: auto;
	height: 600px;
}
.solus-lc img {
	width: 100%;
	height: auto;
}
.breadnav {
	margin-bottom: 0;
}

.solus-feat,
.solus-main {
	background: #f5f5f5;
}

.solus-feat-bg {
	height: 880px;
	background: url(http://www.cashewnutsmachine.com/templets/longernut/img/solus3.png) no-repeat 0 50px;
}

.solus-feat-conn{
	    position: absolute;
	    width: 850px;
	    background: #fff;
	    border-radius: 10px;
	    right: 50%;
	    height: 540px;
	    margin-right: -850px;
	    top: 20%;
	    box-shadow: 0 0 10px #cccc;
		padding: 20px;
}
.solus-f-con {
	float: right;
	width: 650px;
	background: #fff;
	border-radius: 10px;
	padding: 0 20px 0 48px;
	margin-top: 160px;
	margin-bottom: 20px;
}

.solus-f-con h3 {
	padding: 60px 0;
	color: #ab6633;
	font-size: 46px;
}

.solus-f-con span {
	display: block;
	width: 36px;
	height: 36px;
	background: #ab6633;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 36px;
	border-radius: 50%;
}

.solus-f-con ul li {
	margin-bottom: 30px;
}

.solus-f-con ul li:last-child {
	margin-bottom: 0;
}

.solus-f-con p {
	font-size: 18px;
	color: #3c3c3c;
	line-height: 34px;
}

.solus-ad-bg {
	background: #fff;
	background-size: cover;
	box-shadow: 0 0 20px -15px #000;
}

.solus-ad {
	padding: 30px 0;
	margin-bottom: 20px;
}

.solus-ad-con img {
	width: 100%;
}

.solus-ad-con h3 {
	font-size: 30px;
	color: #ab6633;
	margin: 25px 0 30px 0;
}

.solus-ad-con h3 span {
	float: left;
	height: 24px;
	width: 24px;
	background: #ab6633;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
}

.solus-ad-con p {
	font-size: 16px;
	color: #5a5a5a;
	line-height: 28px;
	height: 84px;
}

.solus-fp {
	padding-top: 30px;
	position: relative;
}

.solus-fp-bg {
	/* position: absolute; */
	left: 0;
	top: 0;
	width: 100%;
}
.solus-feat img{
	 width: 100%;
}
.solus-fp-bg img {
	width: 100%;
}

.solus-fp-con li {
	position: relative;
	padding-left: 85px;
	margin-bottom: 10px;
}

.solus-fp-con span {
	position: absolute;
	display: block;
	width: 260px;
	height: 75px;
	background: #ab6633;
	color: #fff;
	text-align: center;
	line-height: 75px;
	font-size: 16px;
	transform: rotate(90deg);
	left: -92px;
	top: 92px;
}

.solus-fp-con img {
	display: inline-block;
	margin-right: 5px;
	width: 430px;
}

.solus-fp-con li.solus-li2 {
	padding-right: 85px;
	padding-left: 0;
}

.solus-fp-con li.solus-li2 span {
	right: -88px;
	left: auto;
}

.sw4 {
	padding-bottom: 80px;
}

.swiper-container-horizontal .banner_page2 span.swiper-pagination-bullet {
	background: #ab6633;
}

.solus-rela {
	padding-top: 40px;
}

.solus-rela-tit::before {
	margin-left: -550px;
}

.solus-rela-tit::after {
	margin-right: -550px;
}

.solus-rela-con h3 {
	font-size: 14px;
	color: #282828;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
}

.solus-rela-con {
	background: #fff;
	padding: 20px;
}

.tit-commen {
	font-size: 60px;
	color: rgba(0, 0, 0, 0.1);
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 40px 0;
}

.featn-tit {
	text-transform: initial;
	margin: 20px 0;
}

.tit-commen span {
	font-size: 30px;
	position: absolute;
	display: block;
	left: 0;
	top: 35px;
	width: 100%;
	color: #ab6633;
}

.featn-tit span {
	position: initial;
}

.tit-commen::before {
	content: '';
	display: block;
	position: absolute;
	height: 4px;
	width: 454px;
	background: url(../images/xian.png) no-repeat center;
	left: 50%;
	top: 50px;
	margin-left: -600px;
}

.featn-tit::before,
.featn-tit::after {
	top: 50%;
	width: 300px;
}

.featn-tit::before {
	margin-left: -450px;
}

.tit-commen::after {
	content: '';
	display: block;
	position: absolute;
	height: 4px;
	width: 454px;
	background: url(../images/xian.png) no-repeat center;
	right: 50%;
	top: 50px;
	margin-right: -600px;
}

.featn-tit::before,
.featn-tit::after {
	top: 50%;
	width: 300px;
}

.featn-tit::after {
	margin-right: -450px;
}

.solus-rela-tit::before {
	margin-left: -550px;
}

.solus-rela-tit::after {
	margin-right: -550px;
}



.xser-con-sj {
	display: none;
}
.contactfix{
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 22;
}
.contactfix ul li{
	height: 40px;
	line-height: 40px;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	padding-right: 10px;
	margin-bottom: 10px;
	transition: all .5s;
	transform: translateX(166px);
	cursor: pointer;
}
.contactfix ul li:hover{
	transform: translateX(0);
}
.contactfix ul li:last-child:hover{
	transform: translateX(166px);
}
.contactfix ul li span{
	color: #fff;
	display: inline-block;
	width: 130px;
	padding-left: 20px;
}
.contactfix ul li span img{
	margin-right: 10px;
	display: initial;
}
.contactfix ul li a{
	color: #fff;
}
.swt{
	padding-left: 180px;
}
.swt img{
	width: 80px;
}
#LRdiv0{
		display: none !important;
	}
	.sharebox .sharethis-inline-share-buttons{
		text-align: left;
	}
	.sharebox p{
		margin-top: 20px;
	}
	
	.solus-feat-img{
		width: 46% !important;
	}
	.solus-feat-img img{
		width: 100%;
	}
	.solus-lc-bg{
		background-position: center !important;
	}
	.xsolution .container, .solus-banner .container, .solus-lc-bg .container, .solus-feat-bg .container, .solus-ad .container, .solus-fp-container, .solus-rela .container, .sern .container{
		width: 1230px;
	}
	.solus-lc-bg .container{
		width: 1430px;
	}
	.solus-fp-con img{
		width: 100%;
	}
	.solus-lc-left{
		width: 200px !important;
	}
	.solus-banner{
		height: 600px;
	}
	.solus-banner img{
		height: 486px;
	}



.pro-more{
	display: block;
	text-align: center;
	color: #ab6633;
	font-size: 18px;
	padding: 20px;
}

.pagination{
	display: block;
	text-align: center;
}
.pagination>li{
	display: inline-block;
	font-size: 16px;
}

.solusw1, .solusw2{
	background: none;
	color: #ab6633;
	font-family: simsun;
	font-size: 35px;
	font-weight: bold;
}


@media only screen and (max-width:768px) {
	.searchnno{
		padding: 0 !important;
	}
	.solus-feat img{
		width: 100% !important;
		height: auto !important;
	}
	.solus-feat-conn{
		position: initial;
		width: 100%;
		height: auto;
	}
	.solus-feat-conn h3{
		font-size: 18px !important;
	}
	.xpro-banner{
		overflow: hidden;
	}
	.xpro-banner img{
		width: auto;
	}
	.xsolution .container, .solus-banner .container, .solus-lc-bg .container, .solus-feat-bg .container, .solus-ad .container, .solus-fp-container, .solus-rela .container, .sern .container{
		width: 96%;
	}
	.xblogsingle-con iframe, .xblogsingle-con embed{
		width: 100% !important;
	}
	.xblogsingle-con img{
		width: 100% !important;
		height: auto !important;
	}
	.solus-banner{
		height: 300px;
	}
	.solus-banner img{
		width: 100%;
		height: auto;
	}
	.solus-feat-img img, .solus-f-wrap img{
		width: 100%;
	}
	.solus-f-wrap{
		width: 100% !important;
	}
	.contactfix ul{
		display: none;
	}
	.breadnav {
		margin-top: 70px;
	}

	.solus-lc {
		display: none;
	}

	.solus-feat-bg {
		height: auto;
	}

	.solus-f-con {
		float: none;
		width: 100%;
		margin-top: 20px;
		padding-left: 20px;
		padding-bottom: 30px;
	}

	.solus-f-con h3 {
		font-size: 24px;
		padding: 60px 0 30px 0;
	}

	.solus-banner p {
		font-size: 18px;
	}

	.solus-fp-con img {
		width: 100% !important;
		height: auto !important;
	}

	.container {
		width: 100%;
	}

	.xblogsingle-con img {
		width: 100%;
	}

	.xblogsingle-main {
		padding: 15px;
	}

	.xblogsingle-t-l h1 {
		font-size: 20px;
	}

	.xblogsingle-t-l {
		width: 100%;
	}

	.xblogsingle-t-r li img {
		width: 30px;
	}

	.xblogsingle-t-r {
		padding-top: 10px;
	}

	.xblogsingle-con {
		font-size: 14px;
		line-height: 30px;
	}

	.xblogsingle-page li {
		font-size: 14px;
		line-height: 30px;
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.xbreadnav {
		padding-bottom: 20px;
		margin-top: 80px;
	}

	.son-main {
		padding-bottom: 34px;
	}

	.xsolu-btm h3 {
		margin-top: 20px;
		font-size: 20px;
	}

	.xsolu-c .xsolu-btm h3 {
		margin-top: 70px;
	}

	.xprolist-nav ul li a {
		font-size: 14px;
	}

	.xprolist-nav ul li {
		margin: 0 8px;
		margin-bottom: 20px;
	}

	.xprolist-nav ul {
		margin: 0;
	}

	.xser-con .media-left,
	.xser-con .media-body {
		display: block;
		width: 100%;
	}

	.xser-right {
		margin-left: 0;
	}

	.xser-con-pc {
		display: none;
	}

	.xser-con-sj {
		display: block;
	}

	.lost-top {
		font-size: 100px;
	}

	.lost-top span {
		font-size: 40px;
	}

	.lost-btm form {
		width: 100%;
	}

	.lost-top p {
		margin-bottom: 40px;
	}

	.lost-btm form input {
		font-size: 20px;
	}

	.lost-btm form button {
		top: 10px;
	}

	.lost-top p {
		padding: 0;
	}

	.tit-commen span {
		font-size: 20px;
	}

	.featn-tit::before,
	.featn-tit::after {
		display: none;
	}
}