/** 清除边距 **/
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, h1, h2, h3, h4, h5, h6, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, a, span, i, b, /* list elements 列表元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td /* table elements 表格元素 */ {
	margin: 0;
	padding: 0;
}
html,body{width: 100%;height: 100%}
/** 字体设置 **/
body, button, input, select, textarea/* for ie */ {
	font: 16px/1.5 "Helvetica Regular";
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, em {
	font-style: normal;
} /* 将斜体扶正 */
/*去除元素轮廓---fbx---*/
div, table, form, input, button, select, textarea, fieldset, legend {
	outline: none;
}/* for google / safari*/
/** 重置列表元素 **/
ul, ol, li {
	list-style: none outside none;
}
/** 重置链接元素 **/
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
a:hover {
	color: #000;
	text-decoration: none;
}
/** 重置表单元素 **/
fieldset, img {
	border: 0;
} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
	font-size: 100%;
} /* 使得表单元素在 ie 下能继承字体大小 */
/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*首页*/
html,body{width: 100%;height: 100%;font-family: "微软雅黑"}
.header{width: 100%;
	height: 80px;
	background: url(../images/head-bg.jpg);
	position: fixed;
	top: 0;
	z-index: 99;
}
.header>.comWidth{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.comWidth>.logo{
	margin-left: 86px;
	width: 160px;
	height: 80px;
	float: left;
}
.comWidth>.logo>img{
	width: 138px;
	height: 60px;
	margin-top: 10px;
}
.comWidth>.menu{
	margin-left:70px;
	height: 80px;
	float: left;
}
.comWidth>.menu a{
	display: block;
	height: 80px;
	line-height: 80px;
	float: left;
	padding: 0 42px;
	font-size:22px;
}
.comWidth>.language{
	width: 134px;
	height: 80px;
	position: relative;
	float: right;
}
.comWidth>.language>div{
	width: 120px;
	height: 80px;
	margin:0 auto;
	cursor: pointer;
	line-height: 80px;

}
.comWidth>.language>div>p{
	width:80px;
	height: 80px;
	margin:0 auto;
	line-height: 80px;
	float: left;
	font-size: 16px;
	color: #767676;

}
.comWidth>.language>div>span{
  
    border: 6px solid transparent;
    border-top: 6px solid #bbb;
    float: left;
    margin-top: 36px;
    margin-left: 8px;
}
.comWidth>.language>ul{
	position: relative;
	top:-16px;
	left: -20px;	
	width: 140px;
	height:115px;
	background: url(../images/yuyanbg.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}
.comWidth>.language>ul>a{
	display: block;
	width:120px;
	margin: 0 auto;
	height: 60px;
	line-height:55px;
	text-align: center;
	font-size: 18px;
	color: #767676;
}
.comWidth>.language>ul>a:nth-child(1){
	border-bottom: 1px solid #ddd;
	line-height: 75px;
}
.comWidth>.language>ul>a>li{
	width: 100%;
	text-align: center;
	height: 30px;
	padding-top:20px;
	font-size: 18px;
	color: #767676;
}
.comWidth>.language>ul>a:nth-child(2)>li{
	width: 100%;
	text-align: center;
	height: 40px;
	padding-top: 10px;
	font-size: 18px
}

.content{
	width: 100%;
	padding-top: 80px;
}
.content>.banner{
	width: 100%;
	height:676px;
	overflow: hidden;
	position: relative;
}
.content>.banner>ul{
	height:676px;
	overflow:hidden;
	width: 200%;
	left: 0px;
	position: absolute;
	cursor: pointer;
}
.content>.banner>.page{
	position: absolute;
	width:60px;
	height:10px;
	left:50%;
	margin-left: -30px;
	bottom: 40px
}
.content>.banner>.page>li{
	float: left;
	width: 10px;
	height: 10px;
	background: #aaa;
	border-radius: 100%;
	margin: 0 8px;
}
.content>.banner>.page>.select{
	background: #01b075;
}
.content>.banner>#lunbo>li{
	width:50%;
	height:676px;
	float: left;
	position: relative;
}
.content>.banner>#lunbo>li>img{
	width: 1150px;
	height: 676px;
	display: block;
	margin: 0 auto;
}
.content>.banner>div{
	width: 190px;
	height:220px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 0;
	left: 71.35%;
	
}
.content>.banner>div>img{
	display: block;
    width: 150px;
    height: 150px;
    margin: 14px auto 0;
}
.content>.banner>div>p{
    width: 100%;
    height: 56px;
    line-height:56px;
    font-size: 20px;
    color: #303030;
    text-align: center;
}
.content>.banner>ul>.one{
	background: url(../images/bannerbg2.png) no-repeat;
	background-size: 100% 100%;
	float: left;

}
.content>.banner>ul>.two{
	background: url(../images/bannerbg1.png) no-repeat;
	background-size: 100% 100%;
	float: left;
}
.content>.jianjie{
	width: 100%;
	height: 732px;
	background: #f0f2f1;
}
.content>.jianjie>div{
	width: 1200px;
	height: 732px;
	margin: 0 auto;
}
.content>.jianjie>div>h5{
	height:74px;
	line-height: 74px;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	color:#01b075 ;
	font-size: 40px;
}
.content>.jianjie>div>p{
	width: 100%;
	text-align: center;
	height: 34px;
	line-height: 34px;
	font-size:22px;
	color: #7b797a;
}
.content>.jianjie>div>div{
	padding-top: 80px;
}
.content>.jianjie dl{
	float: left;
	margin-left: 92px;
	width: 184px;
}
.content>.jianjie dl dt{
	width: 184px;
	height: 184px;
	position: relative;
	border-radius: 100%;
}
.content>.jianjie dl dt>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.content>.jianjie dl dt>img:hover{
	width: 190px;
	height: 190px;
	left: -3px;
	top: -3px;
}
.content>.jianjie dl dd{
	width: 184px;
	padding-top: 22px;
}
.content>.jianjie dl dd h6{
	height: 72px;
	font-size: 28px;
	color: #01b075;
	text-align: center;
	line-height: 72px;
}
.content>.jianjie dl dd p{
	font-size: 22px;
	color: #999;
	width: 184px;
	text-align: center;
}
.content>.news{
	width: 1200px;
	height: 554px;
	margin: 0 auto;
	padding: 5px;
}
.content>.news>.square{
	width: 386px;
	height: 100%;
	float: left;
	cursor: pointer;
}
.content>.news>.square:nth-child(2){
	margin: 0 14px;
}
.content>.news>.square>h5{
	height: 70px;
	font-size: 22px;
	line-height: 70px;
	color: #00af74;
	margin-top: 74px;
}
.square>dl{
	height: 400px;
	width: 100%;
}
.square>dl>dt{
	width: 100%;
	height:213px;
	overflow: hidden;
	position: relative;
}
.square>dl>dt>img{
	width: 100%;
	height:213px;
    position: absolute;
    left: 0;
    top: 0;
}
.square>dl>dt>img:hover{
	width: 106%;
	height: 221px;
	left: -3%;
	top: -4px;
}
.square>dl>dd{
	height: 84px;
	margin-top: 20px;
	width: 100%;
}
.square>dl>dd>p{
	height: 60px;
	width: 82%;
	line-height: 30px;
	font-size: 18px;
	color: #323232;
}
.square>dl>dd>span{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #808080;
	padding: 0 20px;
	float: right;
}
.square>dl>dt p{
	height: 180px;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #323232;
}
.square>dl>dt a{
	display: block;
	color:#11b67e;
	margin-top:10px;
	font-size: 14px;
	padding: 0 20px; 
	float: right;
}
.square>dl>dd .btn{
	display: block;
	background: #01b075;
    margin-top: 40px;
    width: 80%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    cursor: pointer;
}
.square>dl>dd .btn:hover{
	line-height: 38px;
}
.bot{
	width: 100%;
	height: 527px;
	background: #f0f2f1;
}
.bot>.botCon{
	width: 1200px;
	height: 100%;
	margin: 0 auto;

}
.botCon>.map,.botCon>ul{
	float: left;
	padding-top: 98px;
	width: 549px;
	height: 326px;
}
.botCon>ul{
	margin-left: 50px;
	
}
.botCon>ul>li{
	width: 100%;
	padding:20px 0;
	overflow: hidden;
	position: relative;
}
.botCon>ul>li>img{
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	top:15px;
}
.botCon>ul>li>p{
	margin-left: 52px;
	line-height: 34px;
	font-size: 22px;
	color:#313131;
}

.foot{
	width: 100%;
	height: 444px;
	background: #272526;
}
/*页面底部*/
.foot>.footCon{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

.footCon>.left{
	width: 734px;
	height: 226px;
	padding-top: 60px;
	float: left;
	overflow: hidden;
}
.footCon>.left>a{
	display: block;
	float: left;
	width: 360px;
	height: 112px;
}
.footCon>.left div{

	width: 366px;
	height: 82px;
	margin-bottom: 30px;
}
.footCon>.left div>img{
	float: left;
	margin-left: 86px;
	width: 82px;
	height: 82px;
}
.footCon>.left div>p{
	float: left;
	margin-left:20px;
	height:82px;
	line-height:82px;
	color:#d4d4d4;
	font-size:20px;
}
.footCon>.right{
	float: left;
	padding-top: 56px;
	width: 446px;
	height: 226px;
}
.footCon>.right>div{
	width: 160px;
	height: 160px;
	background: #c9c9c9;
	margin-left: 144px;
	overflow: hidden;
}
.footCon>.right>div>img{
	display: block;
	width: 144px;
	height: 144px;
	margin: 8px;
}
.footCon>.right>p{
	height: 60px;
	line-height: 60px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #bbb;
}
.footCon>p{
	float: left;
	width: 100%;
	text-align: center;
	color: #999;
	font-size: 16px;
	height:32px;
	line-height: 32px;
}
.footCon>.one{
   margin-top: 40px;
}
/*service服务*/
.service{
	background: #f0f2f1;
}
.service>.banImg{
	padding-top:80px;
	width: 100%;
	height: 381px;
	background: #f9f4cc;
}
.service>.banImg>div{
	width: 1200px;
	margin: 0 auto;
	height: 381px;
	background: url(../images/bannerSer.png) no-repeat 0 11px;
	overflow: hidden;
	background-size: 100% 370px;
}
.service>.banImg>div>p{
	width: 100%;
	text-align: center;
	color: #825223;
	font-size: 20px;
}
.service>.banImg>div>p:nth-child(1){
	font-size: 30px;
	margin-top: 44px;
	overflow: hidden;
}
.service>.section{
	width: 960px;
	background: #fff;
	margin:0 auto;
	margin-top: 94px;
	position: relative;
}
.service>.section>span{
	display: block;
	width: 120px;
	height: 60px;
	background: #fff;
	position: absolute;
	left: 420px;
	top: -60px;
    -moz-border-radius:60px 60px 0 0;
    -webkit-border-radius: 60px 60px 0 0;
     border-radius: 60px 60px 0 0;
     font-size: 28px;
     color: #00b075;
     text-align: center;
     line-height: 86px;


}
.service>.section>p{
	width: 100%;
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 22px;
	color: #00b075;
	font-family: "微软雅黑";
	font-style:italic;
	font-weight: normal;
}
.service>.section  li{
	width: 894px;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 auto;
	padding: 18px 0;
	position: relative;
}
.service>.section  li>img{
	width: 70px;
	height: 70px;
	border: 0;
	border-radius: 100%;
	position: absolute;
	left: 33px;
	top: 50%;
	margin-top: -35px;
	
}
.service>.section  li>div{
	margin-left: 148px;
}
.service>.section  li>div>p{
	font-size: 20px;
	color: #303030;
	margin-bottom: 8px;
}
.service>.section  li>div>p:nth-child(2){
	font-size: 16px;
	color: #a8a8a8;
	margin-bottom: 0;
	line-height: 22px;
}
.service>.section.last{
	margin-bottom: 144px;
}
.service>.section.first{
	margin-top: 48px;
}
.service>.foot{
	width: 100%;
	height: 142px;
	background: #272626;
	color: #888;
	overflow: hidden;
}
.service>.foot>p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #999;
}
.service>.foot>.one{
	margin-top: 16px;
	line-height: 46px;
}
/*关于我们页面*/
.about>.wrap{
	padding-top: 150px;
	background: #f0f2f1;
	min-height: 800px;
}
.about>.wrap>.aboutP{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.about>.wrap>.aboutP>.left{
	position: absolute;
	width:214px;
	left: 0;
	top: 20px;

}
.about .left>ul{
	width: 214px;
}
.about .left>ul>li{
	width: 214px;
	height: 60px;
	margin-bottom: 1px;
	text-align: center;
	line-height: 60px;
	color: #3e3e3e;
	font-size: 18px;
	background: #fff;
	cursor: pointer;
}

.about>.wrap>.aboutP>.right{
	margin-left: 300px;
	width: 900px;
	margin-bottom: 200px;
}
.about>.copyright{
	width: 100%;
	height:110px;
	background: #272526;
	text-align: center;
	color: #999;
	font-size: 16px;
	padding-top: 30px;
	position:bottom;

}

/*==================关于我们>关于我们页面========================*/
.aboutus{
	width: 900px;
}
.aboutus>h5{
     font-size: 22px;
     width: 100%;
     text-align: center;
     height: 82px;
     line-height: 82px;
     font-weight: normal;
     color: #00af74;
     margin-top: 10px;
}
.aboutus>p.title{
	line-height: 36px;
	font-size: 18px;
	color: #303030;
}
.aboutus>p.txt{
	margin-top: 16px;
	line-height:30px;
	font-size:16px;
	color: #666;
}
.aboutus>img{
	width: 70%;
	display: block;
}
/*==================关于我们>加入我们页面========================*/
.joinus{
	width: 900px;
}
.joinus>h5{
     font-size: 22px;
     width: 100%;
     text-align: center;
     height: 82px;
     line-height:82px;
     font-weight: normal;
     color: #00af74;
     margin-top: 10px;
}
.joinus>.section{
	width: 710px;
	padding: 0 20px;
	background: #fff;
	margin-top: 10px;
	position: relative;
}
.joinus>.section>.one{
	height: 100px;
	width: 100%;
}
.joinus>.section>.one>p:nth-child(1){
   padding-top: 14px;
   height:35px;
   line-height:35px;
   font-size:20px;
   color:#666;
}
.joinus>.section>.one>p:nth-child(2){
   height:38px;
   line-height:38px;
   font-size:22px;
   color:#303030;
}
.joinus>.section>img{
	display: block;
	width: 20px;
	height: 10px;
	position: absolute;
	top: 45px;
	right: 35px;
}
.joinus>.section>img:hover{
	top: 43px;
	width: 24px;
	height: 12px;
}
.joinus .disappear{
	display: none;
}
.joinus .disappear>.job{
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #00b075;
    margin-bottom: 6px;
}
.joinus .disappear>p{
    margin-top: 16px;
    font-size: 18px;
    color: #666;
    line-height: 22px;
    position: relative;
}
.joinus .disappear>p>span{
	color: #00b075;
	padding: 0 10px;
	font-size: 20px;

}
/*=========================供应商加盟=========================*/
.teamwork{
	width: 900px;
}
.teamwork>h5{
	 width: 100%;
     font-size: 22px;
     text-align: center;
     height: 82px;
     line-height: 82px;
     font-weight: normal;
     color: #00af74;
     margin-top: 10px;
}
.teamwork form,.teamwork form>div{
	width: 100%;
}
.teamwork form>div{
	position: relative;
	overflow: hidden;
}
.teamwork form>div>div{
	position: absolute;
	width: 145px;
	left: 0;
	top: 0;
	padding-top: 10px;
}
.teamwork form>div>div>p:nth-child(1){
	font-size:18px;
	color: #303030;
}
.teamwork form>div>div>p:nth-child(2){
	font-size: 12px;
	color: #777;
}
.teamwork form>div>input{
	display: block;
	margin-left: 145px;
	height:60px;
	font-size: 18px;
	line-height: 60px;
	margin-bottom: 20px;
	padding-left: 20px;
	width: 575px;
	border: 0;
	color: #303030;
	font-family: "微软雅黑";
	font-weight: normal;
}
.teamwork form>div>img{
	display: block;
	margin-left: 145px;
	margin-bottom: 20px;
	border: 0;
}
.teamwork form>div>p{
	display: block;
	margin-left: 150px;
	margin-bottom: 10px;
	border: 0;
	text-decoration: underline;
	cursor: pointer;
	color: #bbb;
}
.teamwork form>input{
	display: block;
	margin-left: 145px;
	height: 60px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	width: 595px;
	line-height: 60px;
	background:#01b075;
	border: 0;
	margin-top: 80px;
}
/*=========================新闻中心页面==========================*/
.news{
	width: 900px;
}
.news>h5{
	 width: 100%;
     font-size: 22px;
     text-align: center;
     height: 82px;
     line-height: 82px;
     font-weight: normal;
     color: #00af74;
     margin-top: 10px;
}
.news>ul{
	width: 100%;
}
.news>ul>li{
	width: 100%;
	height: 170px;
	margin-bottom: 20px;
	background: #fff;
	cursor: pointer;
}
.news>ul>li>img{
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 242px;
	height: 150px;
	margin-right: 20px;

}
.news>ul>li>div{
	float: left;
	height: 150px;
	margin-top: 10px;
	width: 580px;
}
.news>ul>li>div>p:nth-child(1){
	height: 58px;
	line-height: 62px;
	font-size: 18px;
	color:#333;

}
.news>ul>li>div>p:nth-child(2){
	line-height: 30px;
	font-size: 16px;
	width: 580px;
	color: #666;
	height: 60px;
}
.news>ul>li>div>span{
	display: block;
	float: right;
	height:22px;
	font-size: 14px;
	color: #888;
	line-height: 30px;
}
/*====================新闻详情页面===========================*/
.newsDetail{
	width: 900px;
}
.newsDetail>h5{
	 width: 100%;
     font-size: 22px;
     color:  #00b075;
     text-align: center;
     height: 82px;
     line-height: 82px;
     font-weight: bold;
}
.newsDetail>h6{
	 width: 100%;
     font-size: 18px;
     color:  #00b075;
     text-align: center;
     height: 82px;
     line-height: 82px;
     font-weight:normal;
}
.newsDetail>p{	
	font-size: 16px;
	color: #303030;
	line-height: 36px;
}
.newsDetail>img{
	display: block;
	border:0;
	margin:30px auto;
	width:700px ;
}
.newsDetail>p.two{
	text-indent: 2em;
}
.newsDetail>span{
	display: block;
	float: right;
	color: #656766;
	margin-top: 60px;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}
/*=============================解决方案页面====================*/
.solution{
	width: 900px;
	font-family: "微软雅黑"
}
.solution>h5{
	font-size: 22px;
	color: #00b075;
	margin-top: 40px;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
.solution>p{
	font-size:16px;
	height: 34px;
	line-height: 34px;
	font-weight: normal;

}
.solution>img{
	display: block;
	margin: 10px auto;
    width: 50%;
}
.solution>.title{
	font-size: 18px;
	height:40px;
	line-height: 40px;
}
.solution>.pt{
	width: 50%;
	margin:0 auto; 
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	font-weight: normal;
}