html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
a,
img {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "arial, helvetica, sans-serif";
	text-decoration: none
}
@media (min-width: 1200px){
	.container {
	    width: 1230px;
	}
}
a:hover{text-decoration: none;}
.wrap{
	width: 100%;
	height: 100%;
}
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
input, button{
	outline: none;
}
.top{
	height: 123px;
	overflow: hidden;
	border-bottom: 1px solid #bebebe;
	padding-top: 46px;
}
.top-l {
	font-size: 16px;
	color: #bebebe;
}
.top-l span{
	font-size: 20px;
	color: #1d2088;
	display: block;
}

.top-r ul li img{
	margin-right: 15px;
}
.top-r ul li a{
	font-size: 14px;
	color: #282828;
}
.top-r ul li{
	margin-bottom: 10px;
}
.top-r ul li a:hover{
	color: #1d2088;
}
.menu{
	height: 60px;
}
.menulist ul{
	font-size: 0;
}
.menulist ul li{
	display: inline-block;
}
.menulist ul li a{
	display: block;
	font-size: 20px;
	color: #282828;
	line-height: 60px;
	width: 143px;
	text-align: center;
	position: relative;
}
.menulist ul li:hover a:after{
	content: '';
	height: 4px;
	width: 143px;
	background: #bebebe;
	position: absolute;
	left: 0;
	bottom: 0;
}
.drop, .dropb{
	position: relative;
}
.down, .downb{
	position: absolute;
	width: 288px;
	background: #fff;
	top: 60px;
	left: -73px;
	z-index: 2;
	padding: 0 10px 0 10px;
	display: none;
}
.menulist ul li .down a, .menulist ul li .downb a{
	display: block;
	height: 46px;
    font-size: 16px;
    color: #fff;
    background: #6f4314;
    line-height: 46px;
    width: auto;
    background: #6f4314;
    margin-bottom: 10px;   
}
.menulist ul li .down a:hover, .menulist ul li .downb a:hover{
	background: #6f4314;
}
.menulist ul li:hover .down a:after, .menulist ul li:hover .downb a:after{
	display: none;
}
.search-h form input{
	height: 51px;
	width: 476px;
	border: 1px solid #bebebe;
	padding-left: 10px;
	
}
.search-h form{
	position: relative;
	
	margin-left: 175px;
}
.search-h button{
	border: none;
	background: none;
	position: absolute;
	right: 1px;
	top: 15px;
	background: #fff;
	padding-right: 10px;
	border-left: 1px solid #bebebe;
}
.search-h button img{
	margin-right: 15px;
}
.banner img{
	display: block;
	width: 100%;
}
.swiper-container-horizontal .banner_page span.swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	margin: 0 10px;
}
.banner_page span.swiper-pagination-bullet-active{
	background: #1d2088;
}
.h-search{
	height: 92px;
	border-bottom: 1px solid #bebebe;
	padding-top: 34px;
}
.h-search ul li{
	float: left;
	font-size: 16px;
}
.h-search ul li span{
	color: #262626;
}
.h-search ul li a{
	color: #5a5a5a;
	margin: 0 20px;
}
.h-search form{
	position: relative;
}
.h-search form input{
	width: 244px;
	border: none;
	border-bottom: 1px solid #bebebe;
	height: 30px;
}
.h-search form button{
	position: absolute;
	background: none;
	border: none;
	top: 0;
	right: 0;
}
.main-pro{
	padding-top: 50px;
}
.tit-commen{
	height: 100px;
	text-align: left;
	font-size: 40px;
	color: #000;
	padding-left: 64px;
	font-weight: bold;
}
.tit-commen span{
	color: #000;
}
.tit-bg1{
	background: url(../img/tit1.png) no-repeat center bottom;
}
.tit-bg2{
	background: url(../img/tit2.png) no-repeat center bottom;
}
.tit-bg3{
	background: url(../img/tit3.png) no-repeat center bottom;
}
.tit-bg4{
	background: url(../img/tit4.png) no-repeat center bottom;
}
.tit-bg5{
	background: url(../img/tit5.png) no-repeat center bottom;
}
.tit-bg6{
	background: url(../img/tit6.png) no-repeat center bottom;
}
.main-pro-tit{
	padding-top: 20px;
	margin-bottom: 20px;
}
.mpro-con img{
	width: 100%;
}
.mpro-con{
	position: relative;
	cursor: pointer;
}
.mpro-fix{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	text-align: center;
	display: none;
}
.mpro-fix span{
	color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #fff;
	margin-top: 20%;
}
.mpro-fix-block{
	display: block;
}
.mpro-main-l{
	width: 710px;
	margin-right: 20px;
}
.mpro-main-r{
	width: 470px;
}
.mpro-l-img img{
	width: 100%;
	height: 447px;
}
.mpro-l-img{
	box-shadow: 0 0 20px -10px #000;
}
.mpro-l-btm{
	background: #eeeeee;
	padding:24px 20px;
	position: relative;
}
.mpro-l-btm h3{
	font-size: 20px;
	line-height: 24px;
	color: #1d2088;
}
.mpro-l-btm h3:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #1d2088;
	margin: 10px 0;
}
.mpro-l-btm p{
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #000;
}
.mpro-l-btm img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.mpro-r-img img{
	width: 100%;
}
.mpro-r-img{
	margin-bottom: 25px;
}
.mpro-main{
	display: none;
}
.mpro-main-block{
	display: block;
}
.hot-pro{
	padding-top: 28px;
}
.hpro-con img{
	width: 100%;
}
.hpro-con h3{
	height: 68px;
	border-bottom: 1px solid #dbdbdb;
	line-height: 34px;
	font-size: 20px;
	color: #000000;
	overflow: hidden;
}
.hpro-main{
	padding-top: 20px;
}

.hpro-con{
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	border: 2px solid #fff;
}
.hpro-con:hover{
	border: 2px solid #6f4314;
}
.hpro-con:hover h3{
	color: #6f4314;
}
.hpro-con-btm{
	height: 50px;
	line-height: 50px;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
}
.hpro-con-btm span{
	float: right;
	font-size: 20px;
}
.hot-pro{
	background: #f5f5f5;
	padding-bottom: 40px;
	padding-top: 60px;
}
.solu{
	height: 600px;
	background: url(../img/case-bg.jpg) no-repeat center;
	padding-top: 78px;
}
.solu-tit{
	color: #fff;
	background: url(../img/title2.png) no-repeat bottom center;
}
.solu-tit{
	margin-bottom: 44px;
}
.solu-con h3{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 26px;
}
.solu-con img{
	width: 100%;
	margin-bottom: 20px;
}

.about{
	padding-top: 70px;
}
.about-main{
	padding-top: 40px;
}
.about-l{
	width: 580px;
}
.about-r{
	width: 620px;
}
.about-r-bg{
	background: #eeeeee;
	padding: 20px 20px 0 20px;
}
.about-r-bg img{
	width: 100%;
	margin-bottom: -20px;
}
.about-l{
	padding-top: 0px;
}
.about-l-bg{
	padding: 10px 0 10px 10px;
	position: relative;
}
.about-l-con{
	background: #fff;
	padding: 0px 25px 60px 0px;
}
.about-btm2 dl dd{
	font-size: 14px;
	color: #5a5a5a;
}
.about-btm2 dl span{
	display: block;
	font-size: 40px;
	color: #000;
	margin: 10px 0;
}

.about-l-con p{
	font-size: 16px;
	line-height: 30px;
	color: #3c3c3c;
}
.about-l-con a{
	display: block;
	margin-top: 40px;
	width: 120px;
	height: 36px;
	color: #5a5a5a;
	border: 1px solid #5a5a5a;
	text-align: center;
	line-height: 36px;
}
.about-l-con a:hover{
	background: #6f4314;
	color: #fff;
	border: 1px solid #6f4314;
}
.about-l-con a img{
	margin-left: 10px;
}
.about-l-con a:hover img{
	display: none;
}
.about-btm{
	position: absolute;
	bottom: -70px;
	left: 32px;
}
.about-btm img{
	margin-right: 20px;
}
.service{
	padding-top: 80px;
}
.service-main{
	padding-top: 38px;
}
.ser-con img{
	width: 100%;
}
.ser-con h3{
	font-size: 18px;
	color: #1d2088;
	margin-top: 20px;
}
.ser-con{
	margin-left: -8px;
	margin-right: -8px;
}
.service-main{
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 70px;
}
.ser-con h3:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #1d2088;
	margin: 26px 0 10px 0;
}
.ser-con p{
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
}
.cus{
	padding-bottom: 60px;
	background: #f5f5f5;
	padding-top: 70px;
	margin-top: 80px;
}
.cus-con{
	width: 25%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.cus-con img{
	width: 100%;
	border-radius: 10px;
	
}
.cus-main{
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 40px;
}
.iblog{
		padding: 60px 0;
	}
.iblog-main{
	padding-top: 40px;
}	
.iblog-con img{
	width: 100%;
}
.iblog-btm{
	width: 80%;
	background: #f5f5f5;
	margin: auto;
	position: relative;
	top: -20px;
	padding: 15px;
	border-bottom: 2px solid #6f4314;
}
.iblog-time{
	display: inline-block;
	font-size: 14px;
	background: #6f4314;
	color: #fff;
	padding: 0 5px;
	
}
.iblog-btm h3{
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	color: #333;
	margin: 15px 0;
}
.iblog-btm p{
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 72px;
	color: #666;
}
.iblog-btm span{
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #6f4314;
	font-size: 14px;
	margin-top: 15px;
}
	.iblog-btm span:hover{
		background: #6f4314;
		color: #fff;
	}
	
	
.contact{
	height: 650px;
	background: #f5f5f5;
	padding-top: 45px;
}
.contact-l, .contact-r{
	padding-top: 40px;
}
.contact-l p{
	font-size: 16px;
	color: #5a5a5a;
	margin-bottom: 60px;
}
.contact-l ul li{
	float: left;
	width: 50%;
	margin-bottom: 45px;
	line-height: 40px;
	overflow: hidden;
}
.contact-l ul li:last-child{
	width: 100%;
	line-height: initial;
}
.contact-l ul li img{
	margin-right: 15px;
	float: left;
}
.contact-l ul li a{
	font-size: 14px;
	color: #282828;
}
.contact-r p{
	margin-bottom: 15px;
}
.mess-con{
	position: relative;
}
#p11, #p22{
	position: absolute;
	left: 0;
	bottom: 0px;
}
.mess-con input, .mess-con textarea{
	width: 100%;
	border: none;
	border-radius: 5px;
	height: 44px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.mess-con textarea{
	height: 170px;
}
#code{
	width: 60%;
}
.mess-con button{
	width: 160px;
	height: 44px;
	border: none;
	background: #6f4314;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	float: right;
	border: 1px solid #6f4314;
}
.mess-con button:hover{
	background: none;
	color: #6f4314;
}
footer{
	background: #333333;
	padding-top: 60px;
}
.foot-ico ul li{
	display: inline-block;
	margin-left: 10px;
}
.foot-ico ul li img{
	transition: all .5s;
}
.foot-ico ul li img:hover{
	transform: scale(1.2,1.2);
}
.foot-logo{
	margin-right: 80px;
}
.foot-contact ul li a{
	font-size: 14px;
	color: #fff;
}
.foot-contact ul li img{
	margin-right: 11px;
}
.foot-contact ul li{
	margin-bottom: 5px;
}
.foot-menu{
	padding: 60px 0 30px 0;
	text-align: center;
}
.foot-menu ul li {
	display: inline-block;
}
.foot-menu ul li a{
	font-size: 20px;
	color: #fff;
	margin: 0 40px;
}
.foot-btm{
	background: #222222;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #eeeeee;
	font-size: 16px;
}
.services-con{
	margin-bottom: 25px;
}
.banner-son{
	height: 400px;
	background: url(../img/banner-son.jpg) no-repeat center;
}
.productn-solu2{
	background: url(../img/solu3banner.jpg) no-repeat center;
}
.productn-solu1{
	background: url(../img/solu1banner.jpg) no-repeat center;
}
.productn-solu4{
	background: url(../img/solu2banenr.jpg) no-repeat center;
}

.banner-son span{
	display: block;
	text-align: center;
	padding-top: 170px;
	color: #fff;
	font-size: 34px;
height:60px;
}
.banner-son span:after{
	content: '';
	display: block;
	width: 100px;
	height: 4px;
	background: #fff;
	margin: auto;
	margin-top: 26px;
}
.banner-son ol{
	padding-top: 185px;
}
.banner-son ol li{
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.banner-son ol li a{
	color: #6f4314;
	margin: 0 10px;
}
.cases-con span{
	display: block;
	color: #8c8c8c;
	font-size: 14px;
	margin: 20px 0;
}
.cases-img img{
	width: 100%;
}
.cases-main{
	padding-top: 40px;
}
.cases-con h3{
	font-size: 20px;
	color: #000;
	margin-bottom: 30px;
}
.cases-con{
	margin-bottom: 40px;
}
.banner-blog{
	background: url(../img/banner-blog.jpg) no-repeat center;
}
.blogs-main{
	padding-top: 40px;
}
.blogs-con{
	border: 1px solid #eeeeee;
	padding: 20px;
	margin-bottom: 20px;
}
.blogs-r h3{
	font-size: 20px;
	color: #000000;
	margin-top: 40px;
	margin-bottom: 27px;
}
.blogs-r p{
	font-size: 14px;
	color: #282828;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.blog-time{
	color: #282828;
}
.blogs-r span{
	display: block;
	width: 173px;
	height: 43px;
	background: #6f4314;
	text-align: center;
	line-height: 43px;
	border-radius: 5px;
	color: #fff;
	margin-top: 20px;
}
.banner-solu{
	background: url(../img/banner-solu.jpg) no-repeat center;
}
.solution-main{
	margin-top: 40px;
}
.solution-main h3{
	font-size: 30px;
	color: #000000;
	margin-top: 60px;
}
.solution-main .media img{
	margin-right: 30px;
}
.solution-main p{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	margin: 35px 0;
}
.solution-main ul li{
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
.solution-main span{
	display: block;
	width: 290px;
	height: 50px;
	border-radius:5px;
	background: #1d2088;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
}
.solution-btm{
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.solution-img img{
	width: 100%;
}
.solution-img {
	margin-left: -5px;
	margin-right: -5px;
}
.solution-main-mid .media img{
	margin-left: 30px;
	margin-right: 0;
	display: block;
}
.solution{
	padding-bottom: 50px;
}
.breadnav{
	height: 47px;
	line-height: 47px;
	background: #dcdcdc;
}
.breadnav ol li{
	display: inline-block;
	font-size: 14px;
	color: #5a5a5a;
}
.breadnav ol li a{
	color: #5a5a5a;
}
.breadnav img{
	margin-right: 10px;
}
.prolist-img{
	border: 1px solid #e2e2e2;
}
.prolist-img img{
	width: 100%;
}
.product{
	padding-top: 40px;
}
.prolist-con h3{
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
}
.prolist-con{
	margin-bottom: 30px;
}
.aside-tit{
	font-size: 20px;
	color: #282828;
	padding-left: 38px;
	position: relative;
}
.aside-tit:before{
	position: absolute;
	content: '';
	width: 16px;
	height: 24px;
	background: #6f4314;
	left: 0;
	top: 2px;
}
.aside-con{
	padding: 30px 25px;
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.aside-pro{
	background: #eeeeee;
}
.aside-con ul li a{
	font-size: 14px;
	color: #282828;
}
.aside-con ul li{
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	border-bottom: 1px solid #8c8c8c;
}
.aside-pro ul li:hover{
	background: #6f4314;
}
.aside-pro ul li{
	padding-left: 25px;
	padding-right: 25px;
}
.aside-pro{
	padding-left: 0;
	padding-right: 0;
}
.aside-pro .aside-tit{
	margin-left: 25px;
	margin-right: 25px;
}
.aside-pro ul li{
	border: none;
}
.aside-pro ul li a{
	display: block;
	border-bottom: 1px solid #8c8c8c;
	height: 53px;
}
.aside-pro ul li:hover a{
	color: #fff;
}
.aside-con ul li img{
	width: 25px;
	margin-right: 5px;
}
.productn-solu{
	background: url(../img/productn-bg.jpg) no-repeat center;
}

.productn-solu-s{
		background: url(../img/productn-bg1.jpg) no-repeat center;
}
.productn-top{
	padding-top: 40px;
}
.productn-top p{
	font-size: 16px;
	line-height: 36px;
	color: #5a5a5a;
	margin: 25px 0 40px 0;
}
.productn-main-tit-img{
	width: 360px;
	height: 60px;
	background: url(../img/tit-bg.png) no-repeat center;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	padding-left: 50px;
	margin-top: 20px;
}
.productn-main-tit img{
	vertical-align: middle;
}
.productn-tit-img{
	height: 98px;
}
.productn-main-tit{
	height: 98px;
	line-height: 98px;
}
.productn-info{
	color: #1d2088;
	font-size: 20px;
	padding: 55px 0 35px 0;
}
.productn-con{
	padding: 33px 0;
	box-shadow: 0 0 20px -10px #000;
}
.productn-img{
	text-align: center;
	margin-bottom: 34px;
	height: 270px;
	line-height: 270px;
}
.productn-con h3{
	font-size: 16px;
	color: #000;
	text-align: center;
	padding: 0 15px;
}
.productn-main ul li{
	font-size: 18px;
	color: #1d2088;
	line-height: 40px;
}
.productn-main ul{
	margin: 30px 0;
}
.contact-banner{
	background: url(../img/contact-ba.jpg) no-repeat center;
}
.contacts-main ul li a{
	font-size: 16px;
	color: #3c3c3c;
}
.contacts-main ul li{
	margin-bottom: 34px;
}
.contacts-main ul li img{
	margin-right: 11px;
}
.contacts-tit{
	font-size: 20px;
	color: #6f4314;
	margin-bottom: 30px;
}
.contacts-tit img{
	margin-right: 10px;
}
.contacts-wrap{
	background: url(../img/contact.png) no-repeat bottom right;
	background-position-y: 170px;
}
.abouts-banner{
	background: url(../img/about-banner.jpg) no-repeat center;
}
.abouts-top{
	padding-top: 35px;
}
.abouts-top .media-right img{
	margin-left: 30px;
}
.abouts-top .media{
	margin-bottom: 20px;
}
.abouts-con{
	margin-top: 34px;
}
.abouts-con img{
	width: 100%;
}
.abouts-con p, .abouts-dl p{
	font-size: 16px;
	color: #3c3c3c;
	line-height: 36px;
	margin-bottom: 20px;
	text-align: left;
}
.abouts-dl dl{
	display: inline-block;
	width: 355px;
	margin: 0 20px;
	margin-bottom: 36px;
}
.abouts-dl{
	
	margin-top: 35px;
}
.abouts-dl dl dd{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
.abouts-btm img{
	width: 100%;
	margin-bottom: 50px;
}
.contactf-tit{
	font-size: 20px;
	color: #282828;
	padding: 40px 0 22px 0;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 60px;
}
.mes-con span{
	display: block;
	font-size: 20px;
	color: #282828;
	margin-bottom: 10px;
}
.mes-con input, .mes-con textarea{
	width: 100%;
	height: 50px;
	border: 1px solid #8c8c8c;
}
.mes-con{
	margin-bottom: 30px;
}
.mes-con textarea{
	height: 280px;
}
.contactf-main form button{
	margin-top: 60px;
	width: 200px;
	height: 50px;
	border-radius: 5px;
	border: none;
	background: #1d2088;
	color: #fff;
	font-size: 20px;
	margin: 0 20px;
}
.mes-btn{
	text-align: center;
}
.contactf-main form button[type='reset']{
	background: #eeeeee;
	color: #282828;
}
.contactf{
	padding-bottom: 80px;
}
.p-single-nav ul {
	font-size: 0;
}
.p-single-nav ul li{
	display: inline-block;
	font-size: 16px;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #000;
	cursor: pointer;
	margin-right: 20px;
}
.p-single-nav ul li a{
	color: #000;
}
.p-single-bread{
	height: 60px;
	line-height: 60px;
}
.p-single-nav ul li.active{
	color: #fff;
	background: #6f4314;
}
.p-single-nav ul li.active a{
	color: #fff;
}
.p-single-link a{
	float: left;
	height: 60px;
	padding: 0 30px;
	line-height: 60px;
	color: #fff !important;
	font-size: 20px;
	cursor: pointer;
}
.p-single-link a img{
	transition: all .5s;
}
.p-single-link a:hover img{
	transform: translateX(-15px);
}
.wx{
	background: #66b433;
	margin-right: 30px;
}
.gp{
	background: #45a4eb;
}
.p-single-img{
	width: 600px;
	margin: auto;
	border: 1px solid #dcdcdc;
	position: relative;
}
.p-single-img img{
	width: 100%;
}
.p-single-top h1{
	font-size: 20px;
	color: #282828;
	padding-left: 150px;
}
.p-btn1{
	left: -60px;
}
.p-btn2{
	right: -60px;
}
.p-btn1, .p-btn2{
	background-image: none;
	font-size: 60px;
	font-family: simsun;
	outline: none;
	color: #cccccc;
	font-weight: bold;
}
.p-single-top h1{
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
}
.feat-tit{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	background: url(../img/feat-tit.png) no-repeat center;
	background-size: 100%;
	margin: 20px 0;
}
.p-single-btm{
	padding-top: 20px;
}
.feat-con{
	font-size: 16px;
	line-height: 30px;
	color: #282828;
}
.message .mess-con input, .message .mess-con textarea{
	border: 1px solid #bebebe;
}
.message .contact-r{
	padding-top: 0;
}
.rela{
	background: #eeeeee;
	padding: 40px 0;
	margin-bottom: 75px;
}
.rela-con img{
	width: 100%;
}
.rela-con h3{
	font-size: 16px;
	color: #141414;
	margin-top: 20px;
}
.rela-img{
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}
.lost{
	text-align: center;
	font-size: 20px;
	color: #282828;
}
.lost a{
	display: inline-block;
	width: 200px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	background: #eeeeee;
	line-height: 50px;
	color: #282828;
}
.lost p{
	margin: 45px 0;
}
.lost a.lost-h{
	color: #fff;
	background: #6f4314;
	margin-right: 40px;
}
.searchno form{
	background: #eeeeee;
	padding: 24px 30px;
}
.searchno form input{
	width: 80%;
	height: 40px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding-left: 10px;
}
.searchno form button{
	width: 18%;
	height: 40px;
	border-radius: 5px;
	background: #1d2088;
	color: #fff;
	border: none;
}
.searchno_con{
	color: #282828;
	font-size: 20px;
	line-height: 40px;
	padding: 20px 0;
}
.lost-wrap, .searchno-wrap, .blog-single{
	padding-bottom: 70px;
}
.blog-single-top h1{
	font-size: 40px;
	color: #282828;
	margin-bottom: 40px;
}
.blog-single-top ul{
	padding-bottom: 20px;
	border-bottom: 2px solid #eeeeee;
	overflow: hidden;
	font-size: 14px;
	color: #a0a0a0;
}
.blog-single-btm{
	padding-top: 20px;
}
.blog-single-btm ul li{
	font-size: 16px;
	color: #282828;
	margin-bottom: 15px;
}
.blog-single-btm ul{
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #eeeeee;
}
.blog-single-btm ul li a{
	color: #a0a0a0;
}
.service-banner{
	background: url(../img/services-banner.jpg) no-repeat center;
}
.services-con span{
	display: block;
	font-size: 18px;
	color: #6f4314;
}
.services-con span:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #6f4314;
	margin: 30px 0 12px 0;
}
.services-con .media-body{
	padding-top: 30px;
}
.services-con p{
	font-size: 16px;
	line-height: 36px;
	color: #5a5a5a;
}
.services{
	padding: 40px 0 68px 0;
}
.header_mobile, .foot_inq{
	display: none;
}
.blogs-l img{
	width: 350px;
}
.paging{
	display: block;
	text-align: center;
}
.paging li{
	display: inline-block;
	margin: 0 6px;
}
.pagination>li>a, .pagination>li>span{
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
	color: #000;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #6f4314;
	color: #fff;
	border: 1px solid #6f4314;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	background: #6f4314;
	color: #fff;
	border: 1px solid #6f4314;
}

.rect {
  	position: fixed;
  	bottom: 0;
  	left: 0;
  	width: 320px;
  	z-index: 9999999999;
  	overflow: hidden;
  	color:#ffffff;
}
.rect p{
   	padding:10px;
  	cursor:pointer;
  	background-color: #6f4314;
  	border-radius:10px 10px 0 0;
  	position: relative;
}
.rect p span{
 	/* background: url(../images/top.png) no-repeat; */
    width: 15px;
    height: 15px;
    position: absolute;
    right: 16px;
}
.rect p .active{
  	/* background: url(../images/bottom.png) no-repeat; */
    width: 15px;
    height: 15px;
    position: absolute;
    right: 16px;
    top: 15px;
}
.rect-b{
   	display:none;
  	background-color: #efefef;
  	padding: 10px;
   	padding-bottom: 20px;
    border-radius:0 0 10px 10px ;
}
.rect-b textarea{
  	width: 100%;
  	height: 100px;
  	padding-left: 6px;
  	color:#ababab;
}
.rect-b>input{
  	width: 100%;
  	height: 30px;
  	margin-bottom: 8px;
  	padding-left: 6px;
  	color:#ababab;
}
.rect-b div{
   	margin-bottom: 8px;
}
.rect-b div input{
  	height: 30px;
   	padding-left: 6px;
  	color:#ababab;
}
.rect-b input[type="submit"]{
  	background-color: #6f4314;
  	line-height: 32px;
  	color: #ffffff;
}
.aside-news ul li{
	line-height: initial;
	height: auto;
	padding: 10px 0;
}
.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(175px);
	cursor: pointer;
}
.contactfix ul li:hover{
	transform: translateX(0);
}
.contactfix ul li:last-child:hover{
	transform: translateX(175px);
}
.contactfix ul li span{
	color: #fff;
	display: inline-block;
	width: 130px;
	padding-left: 20px;
}
.contactfix ul li span img{
	margin-right: 10px;
}
.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;
	}
	.solunn-l img{
		width: 100%;
		height: 121px;
	}
	.solunn-l-img img{
		width: 108%;
	}
	.solunn-m img{
		width: 100%;
		box-shadow: 0 0 10px #ccc;
	}
	.solunn-m-btm{
		background: #663705;
		position: relative;
		padding: 43px 15px;
		    margin-bottom: 40px;
	}
	.solunn-m-btm img{
		position: absolute;
		width: auto;
		bottom: 0;
		right: 0;
		box-shadow: none;
	}
	.solunn-m-btm h3{
		font-size: 20px;
		color: #fff;
	}
	.solunn-m-btm h3::after{
		content: '';
		display: block;
		height: 2px;
		width: 30px;
		background: #fff;
		margin: 15px 0 20px 0;
	}
	.solunn-m-btm p{
		font-size: 14px;
		line-height: 24px;
		color: #fff;
		height: 72px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	
	.solunn-m-btm  span{
		font-size: 14px;
		color: #fff;
	}
	.solunn{
		margin-top: 40px;
	}
	.solunn-r img{
		width: 98%;
		margin-bottom: 15px;
	}
	.solunn-btm img{
		width: 100%;
	} 
	.solunn-l-img{
		display: none;
	}
	.solunn-l{
		position: relative;
		margin-bottom: 25px;
	}
	.solunn-l-con{
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		text-align: center;
		padding-top: 50px;
		font-size: 20px;
		color: #fff;
		background: rgba(255,255,255,0.4);
	}
	.solunn-l-block .solunn-l-con{
		background: rgba(0,0,0,0.4);
	}
	.solunn-l-con span{
		display: none;
		padding-bottom: 10px;
		border-bottom: 2px solid #fff;
		text-transform: capitalize;
	}
	.solunn{
		padding-bottom: 60px;
	}
	.solunn-l-block .solunn-l-img2{
		display: none;
	}
	.solunn-l-block .solunn-l-img{
		display: block;
	}
	.solunn-l-block .solunn-l-con span{
		display: inline-block;
	}
	.solunn-m, .solunn-r, .solunn-btm-img  {
		display: none;
	}
	.solunn-m-block, .solunn-r-block, .solunn-btm-img-block{
		display: block;
	}
	
	/* 解决方案 */
	.soluxn-banner{
		height: 400px;
		background: url(../img/soluxn1.jpg) no-repeat center;
	}
	.soluxn-banner h1{
		text-align: center;
		font-size: 40px;
		color: #fff;
		font-weight: bold;
		margin: 130px 0 50px 0;
	}
	.soluxn-chat{
		text-align: center;
	}
	.soluxn-chat a{
		display: inline-block;
		width: 200px;
		height: 67px;
		text-align: center;
		line-height: 67px;
		background: #fff;
		color: #6f4314;
		font-size: 20px;
		margin: 0 10px;
	}
	.soluxn-chat a img{
		margin-right: 15px;
	}
	.soluxn-chat a.soluxn-chat-a{
		color: #fff;
		background: #6f4314;
	}
	.soluxn-banner ol li{
		display: inline-block;
		margin-top: 60px;
	}
	.soluxn-banner ol li a{
		color: #fff;
	}
	.soluxn-tit-bg{
		background: url(../img/soluxn-tit.png) no-repeat center bottom;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.soluxn-ov-con img{
		width: 100%;
	}
	.soluxn-ov-con{
		font-size: 16px;
		line-height: 30px;
		color: #282828;
	}
	.soluxn-ov, .soluxn-fin{
		padding: 60px 0;
	}
	.soluxn-pro, .soluxn-pea{
		padding: 60px 0;
		background: #f5f5f5;
	}
	.soluxn-ov-con ul{
		margin: 0 -10px;
		margin-top: 40px;
	}
	.soluxn-ov-con ul li{
		float: left;
		width: 48%;
		margin: 0 1%;
		background: #fff;
		height: 43px;
		line-height: 43px;
		overflow: hidden;
		color: #333;
		margin-bottom: 20px;
	}
	.soluxn-ov-con ul li:last-child{
		width: 98%;
		height: 86px;
	}
	.soluxn-ov-con ul li span{
		float: left;
		padding: 0 25px;
		background: #6f4314;
		color: #fff;
		margin-right: 20px;
	}
	.soluxn-ov-con ul li:last-child span{
		height: 86px;
	}
	.soluxn-fin-con{
		margin-top: 20px;
		position: relative;
	}
	.soluxn-fin-con img{
		width: 100%;
	}
	.soluxn-fin-con h3{
		height: 40px;
		text-align: center;
		color: #fff;
		line-height: 40px;
		background: #6f4314;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.soluxn-pea-con{
		position: relative;
		margin-bottom: 30px;
	}
	.soluxn-pea-con img{
		width: 100%;
	}
	.soluxn-pea-con h3{
		height: 52px;
		line-height: 52px;
		text-align: center;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		font-size: 18px;
		color: #fff;
		background: rgba(0,0,0,0.8);
	}
	.foot-ico2 img{
		width: 85px;
		display: block;
		margin-bottom: 15px;
	}
	.foot-ico2 ul{
		margin-top: -25px;
	}
	.foot-ico li{
		color: #fff;
		text-align: center;
	}
	.foot-contact{
		margin-left: 100px;
	}
	.solunn-top-img{
		width: 100%;
	}
	.solunn-m img.solunn-top-img2{
		width: 60%;
		transition: all .5s;
	}
	.solunn-m img.solunn-top-img2:hover{
		transform: scale(1.05,1.05);
	}
	
	.solunn-m-btm{
		width: 40%;
		height: 290px;
	}
	.about-nn .cus-img{
		border: 1px solid #ccc;
	}
	.about-nn .cus-img img{
		width: auto;
	}
	.lost-mess-tit{
		background-position: left bottom;  
	}
	.banner-son ol a{
		color: #fff;
	}
	.breadnav a{
		color: #6f4314;
	}
	.soluxn-video{
		margin-top: 30px;
	}
	.soluxn-video iframe{
		display: block;
		margin: auto;
	}
	.solusingle-form .contact-l p{
		margin-bottom: 0;
	}
	.solusingle-form .mess-con textarea{
		height: 300px;
	}
	.solusingle-form #code{
		width: 38%;
	}
	.btn02 {
	    border-radius: 5px;
	    width: 300px;
	    margin-top: 30px;
	    text-align: center;
	    font-size: 26px;
	    color: #fff;
	    background: #e6ae03;
	    border: none;
	    transition: all .5s;
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 50px;
		line-height: 50px;
	}
	.btn02:hover{
	    box-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
		color: #fff;
	}
	@media only screen and (max-width:1300px ) {
		.foot-contact{
			margin-left: 0;
		}
		.search-h form input{
			width: 350px;
		}
		.menulist ul li a{
			width: 125px;
		}
		.aside-con ul li a{
			font-size: 13px;
		}
		.aside-con ul li img{
			width: 16px;
		}
		.aside-con{
			padding: 30px 10px;
		}
	}

@media only screen and (max-width:768px ) {
	.foot-ico {
	    width: 100%;
	    text-align: center;
	}
	.mess-con button{
		width: 100%;
	}
	.main-pro{
		display: none;
	}
	.soluxn-video iframe{
		width: 100% !important;
		height: auto !important;
	}
	.tech-con{
		overflow: auto;
	}
	.about-nn .cus-img img{
		height: 110px;
	}
	
	.solunn-m img.solunn-top-img2, .solunn-m-btm{
		width: 100%;
	}
	.about-l, .about-main{
		padding-top: 0;
	}
	.abouts-dl dl{
		width:auto;
	}
	.abouts-dl dl img{
		width:100%;
	}
	.contactfix ul{
		display: none;
	}
	header, .mpro-main-r, .cus, .contact-l, .about-btm, .h-search, aside, .p-single-bread, .rect {
		display: none;
	}
	.feat-con iframe{
		width: 100% !important;
	}
	.p-single-top h1{
		padding-left: 0;
	}
	.mpro-l-img img{
		height: auto;
	}
	.header_mobile {
		display: block;
		height: 1rem;
		line-height: 1rem;
		background: #fff;
		box-shadow: 0 5px 10px #d1d1d1;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99
	}
	.banner, .banner-son {
		margin-top: 1rem;
	}
	.nav_m,
	.search_m {
		width: 20%
	}
	.logo_m {
		text-align: center;
		width: 60%
	}
	.search_m {
		overflow: hidden
	}
	.nav_m img,
	.search_m img {
		width: 0.4rem;
		display: block;
		margin-top: 0.3rem
	}
	.search_m img {
		float: right
	}
	.logo_m img {
		margin-top: -0.2rem;
		width: 2rem
	}
	.fenge {
		margin-top: 1rem
	}
	.nav_m img.nav_m_close,
	.search_m img.search_m_close {
		display: none
	}
	.search_m_con {
		position: fixed;
		width: 100%;
		left: 0;
		top: 1rem;
		background: #fff;
		display: none
	}
	.search_m_con form {
		overflow: hidden;
		padding: 0.1rem 0
	}
	.search_m_con form input {
		width: 85%;
		height: 0.5rem;
		float: left
	}
	.search_m_con form button {
		width: 10%;
		height: 0.5rem;
		float: right
	}
	.search_m_con form button {
		border: none;
		background: -webkit-linear-gradient(right top, #319bd8, #0c3896)
	}
	.search_m_con form button img {
		display: block;
		margin: auto
	}
	.nav_m_con {
		position: fixed;
		background: #fff;
		top: 1rem;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 2;
		display: none;
		box-shadow: 0 10px 25px -18px #000;
	}
	.nav_m_con ul li a {
		display: block;
		line-height: initial;
		color: #3c3c3c;
		font-size: 0.3rem
	}
	.nav_m_con ul li {
		margin-bottom: 0.4rem;
		position:relative;
	}
	.nav_m_con ul li span{
		position: absolute;
		    right: 115px;
		    top: -20px;
		    font-weight: bold;
		    font-family: simsun;
	}
	.nav_m_con ul li span img{
		width: 20px;
	}
	.nav_m_con ul li ul li {
		margin-bottom: 0.2rem
	}
	.nav_m_con ul li ul {
		margin-top: 0.2rem;
		display: none;
	}
	.nav_m_con ul li ul li a {
		color: #bebebe;
		font-size: 0.26rem
	}
	.h-search{
		height: auto;
	}
	.h-search ul, .h-search form{
		width: 100%;
		margin-bottom: 20px;
	}
	.mpro-main-l{
		width: 100%;
	}
	.tit-commen{
		font-size: 20px;
	}
	.about-l, .about-r{
		width: 100%;
	}
	.cus-con{
		width: 50%;
	}
	
	.contact-l ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.hpro-con h3{
		font-size: 16px;
	}
	.solu{
		padding-top: 18px;
	}
	.about-l-bg{
		padding: 10px;
	}
	.about-l-con{
		padding-bottom: 20px;
	}
	.foot-menu ul li a{
		margin: 0 5px;
	}
	.foot-logo{
		margin-right: 0;
		width: 100%;
	}
	.foot-logo img{
		width: 60%;
	}
	.foot-contact{
		margin: 15px 0;
	}
	/* .foot-ico{
		float: left;
	} */
	.foot-ico img{
		width: 85px;
		margin-top: 30px;
	}
	.foot-menu{
		padding-top: 20px;
	}
	.foot_inq {
		display: block;
		position: fixed;
		background: #585858;
		width: 100%;
		bottom: 0;
		padding: 10px 0;
		border-top: 1px solid #fff;
		z-index: 99999;
	}
	.foot_inq a {
		display: inline-block;
		height: 40px;
		width: 40%;
		margin: 0 4%;
		text-align: center;
		line-height: 40px;
		background: #6f4314;
		color: #fff;
		border-radius: 5px;
	}
	.foot_inq a:first-child {
		background: #fe6d36;
	}
	.foot-btm {
		margin-bottom: 60px;
	}
	.contact{
		height: auto;	
	}
	.service-main{
		padding-bottom: 20px;
	}
	.mpro-con{
		margin-bottom: 20px;
	}
	.search_m_con form input{
		border: 1px solid #ddd;
	}
	.banner-son{
		height: 238px;
	}
	.banner-son span{
		padding-top: 30px;
		font-size: 26px;
	}
	.banner-son ol{
		padding-top: 136px;
	}
	.services-con .media-body, .services-con .media-left, .services-con .media-right, .abouts-top .media-body, .abouts-top .media-right{
		display: block;
		width: auto;
	}
	.services-con span:after{
		margin: 10px 0;
	}
	.services-con img{
		width: 100%;
	}
	.services-con .media-left, .services-con .media-right{
		padding: 0;
	}
	.services-con{
		margin-bottom: 20px;
	}
	.contact{
		background-position:bottom ;
		padding-bottom: 20px;
	}
	.mess-con textarea{
		height: 100px;
	}
	.mess-con button{
		float: none;
		display: block;
		margin: auto;
	}
	.blogs-con .media-body, .blogs-con .media-left{
		display: block;
		width: auto;
	}
	.blogs-con .media-left img{
		width: 100%;
	}
	.lost img{
		width: 100%;
	}
	.lost a.lost-h{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.abouts-top img{
		width: 100%
	}
	.feat-con img{
		width: 100% !important;
		height: auto !important;
	}
	.blog-single-top ul li{
		width: 100%;
		text-align: left;
	}
	.blog-single-top h1{
		font-size: 20px;
	}
	.p-single-img{
		width: 80%;
	}
	.p-btn1, .p-btn2{
		font-size:30px;
	}
	.p-btn1{
		left:-40px;
	}
	.p-btn2{
		right:-50px;
	}
	.feat-tit{
		background-size: initial;
	}
	.contactf-tit{
		margin-bottom: 20px;
	}
	.productn-top img{
		width: 100%;
	}
	.productn-main-tit{
		height: auto;
	}
	.productn-main-tit img{
		width: 100%;
	}
	.prolist-con h3{
		overflow: hidden;
		line-height: 24px;
	}
	.solution-main .media-body, .solution-main .media-left, .solution-main .media-right{
		display: block;
		width: auto;
		padding: 0;
	}
	.solution-main-mid .media img{
		margin: 0;
	}
	.solution-main img{
		width: 100%;
	}
	.soluxn-chat a{
		width: 40%;
		font-size: 15px;
	}
	.soluxn-banner h1{
		font-size: 26px;
	}
	.soluxn-ov-con ul li{
		width: 100%;
	}
	.soluxn-pea-con h3{
		font-size: 14px;
	}
	.soluxn-ov-con ul li{
		height: 96px;
	}
	.soluxn-ov-con ul li span{
		height: 86px;
	}
}