@charset "utf-8";
/*样式初始化 start*/
html, body {
  padding:0;
  margin:0;
  height:100%;
  font-size:14px;
  font-family:"微软雅黑";
}
a{
  font-size:14px;
  color:#282828;
  text-decoration:none;
  font-family:"微软雅黑";
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
}
a:hover{
  color:#6b4a38;
  text-decoration:none;
  font-family:"微软雅黑";
	transition:color 0.3s;
	-moz-transition:color 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3s; /* Safari and Chrome */
	-o-transition:color 0.3s; /* Opera */
}
/*样式初始化 end*/

/*header、footer start*/
.header-wrap{
	width: 100%;
	height: 118px;
	background: #fff;
}
.header{
	
}
.logo{
	padding: 22px 0 0 22px;
	width:160px;
	height: 42px;
}
.logo a,
.logo img{
	display: block;
	width:225px;
	height: 65px;
}
.nav >li{
	float: left;
	width: 110px;
	height:118px;
}
.nav >li>a{
	display: block;
	width: 100%;
	height: 115px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 118px;
}
.nav >li:hover a,
.nav >li.current a{
	background: #01723E;
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
.footer-wrap{
	width: 100%;
	height: 80px;
	background: #2a2a2a;
	clear:both;
}
.footer{
	padding-top: 15px;
}
.footer div{
	line-height: 24px;
	text-align: center;
}
.footer div,
.footer div a,
.footer div span{
	font-size: 12px;
	color: #5a5a5a;
}
.footer div a,
.footer div span{
	padding: 0 5px;
}
.footer div a:hover{
	color: #999;
}
.goTop{
	display: none;
	width: 40px;
	height: 40px;
	right: 1px;
	bottom: 80px;
	background: url(../images/icon-gotop.png) no-repeat 0 -42px;
}
.goTop:hover{
	background-position: 0 0;
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
/*header、footer end*/

/*index  start*/
.DB_tab25 {
	height:500px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	z-index: 9;
}
.DB_tab25 .DB_bgSet {
	position:relative;
}
.DB_tab25 .DB_bgSet li {
	position:absolute;
	width:100%;
	height:500px;
	display:none;
}
.DB_tab25 .DB_imgSet {
	margin: 0 auto;
	width: 1100px;
	height: 500px;
}
.DB_tab25 .DB_imgSet .DB_1_1 {
	position: absolute;
	left: 650px;
	top: 150px;
}
.DB_tab25 .DB_imgSet .DB_1_2 {
	position: absolute;
	left:650px;
	top: 230px;
}
.DB_tab25 .DB_imgSet .DB_2_1 {
	position: absolute;
	left: 100px;
	top: 150px;
}
.DB_tab25 .DB_imgSet .DB_2_2 {
	position: absolute;
	left: 100px;
	top: 230px;
}
.DB_tab25 .DB_imgSet .DB_3_1 {
	position: absolute;
	left: 100px;
	top: 150px;
}
.DB_tab25 .DB_imgSet .DB_3_2 {
	position: absolute;
	left: 100px;
	top: 230px;
}
.DB_tab25 .DB_imgSet {
	position:absolute;
	width:1200px;
	left:0;
	top: 0;
}
.DB_tab25 .DB_menuWrap {
	position:absolute;
	width:1000px;
	bottom: 10px;
	height: 20px;
	left:50%;
	margin-left:-500px;
	z-index: 99;
	text-align:center;
}
.DB_tab25 .DB_menuWrap .DB_menuSet li{
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
	margin:0px 8px;
	line-height:-999em;
	overflow:hidden;
	background: #fff;
	cursor: pointer;
	vertical-align: top;
	border: 2px solid #fff;
}
.DB_tab25 .DB_menuWrap .DB_menuSet li.current_off {
	background: #fff;
}
.DB_tab25 .DB_menuWrap .DB_menuSet li.current_on {
	background:none;
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
.i-about-wrap{
	width: 100%;
	padding: 14px 0 26px 0;
	background: #f2f2f2;
}
.i-about-wrap h2{
	height: 42px;
	font-size: 22px;
	color: #1a1a1a;
	text-align: center;
	line-height: 42px;
	padding-bottom: 4px;
}
.i-about-wrap p{
	color: #8c8c8c;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}
.i-about-wrap a{
	display: block;
	margin: 20px auto 0 auto;
	width: 288px;
	height: 41px;
	background: #009752;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 41px;
	border-radius: 3px;
}
.i-about-wrap a:hover{
	background: #1a1a1a;
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
.i-module{
	padding: 34px 0 20px;
}
.i-module ul{
	padding-left: 50px;
}
.i-module li{
	float: left;
	width: 253px;
	height: 131px;
	margin-right: 29px;
}
.i-module li a{
	display: block;
	width: 231px;
	height: 129px;
	border: 1px solid #ccc;
	padding: 0 10px;
	color: #1a1a1a;
	text-align: center;
}
.i-module li a h4{
	font-size: 16px;
	line-height: 30px;
	padding: 10px 0 5px 0;
}
.i-module li a p{
	font-size: 13px;
	line-height: 23px;
}
.i-module li a:hover{
	background: #2babab;
	color: #fff;
	transition:background 0.3s,color 0.3s;
	-moz-transition:background 0.3s,color 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s,color 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s,color 0.3s; /* Opera */
}
.inewsWrap{
	width: 100%;
	height: 400px;
	background: url(../images/i-newsBg.jpg) no-repeat top center;
}
.inews{
	padding-top: 53px;
}
.inewsImg{
	width: 488px;
	height: 242px;
	margin: 27px 0 0 50px;
}
.inewsR{
	width: 595px;
	margin-right: 50px;
	border-top: 1px dashed #e2e2e2;
}
.inewsR .tit{
	height: 58px;
	border-bottom: 1px dashed #e2e2e2;
	line-height: 58px;
	font-size: 24px;
}
.inewsR .tit span{
	float: left;
	color: #fff;
}
.inewsR .tit i{
	float: right;
	color: #5a5a5a;
}
.inewsList li{
	border-bottom: 1px dashed #e2e2e2;
	padding-top: 15px;
	height: 88px;
	overflow: hidden;
}
.inewsList li a{
	display: block;
}
.inewsList li a h4{
	color: #ddd;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	margin-bottom: 5px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inewsList li a span{
	color: #8c8c8c;
	display: block;
	font-size: 12px;
	line-height: 18px;
}
.inewsList li a p{
	color: #d9d9d9;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
}
.inewsList li a:hover h4{
	color: #fff;
}
.inewsList li a:hover p{
	color: #eee;
}
.inewsLink{
	float: right;
	margin-top: 20px;
	width: 88px;
	height: 24px;
	border: 1px solid #fff;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
.inewsLink:hover{
	background: #fff;
	color: #1f1f1f;
	transition:background 0.3s,color 0.3s;
	-moz-transition:background 0.3s,color 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s,color 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s,color 0.3s; /* Opera */
}
.iproWrap{
	padding: 59px 0 70px 0;
}
.iproWrap .tit{
	border-top: 1px dashed #1a1a1a;
	border-bottom: 1px dashed #1a1a1a;
	height: 58px;
	text-align: center;
	line-height: 58px;
	font-size: 24px;
	margin: 0 50px;
}
.iproWrap .tit span{
	color: #1a1a1a;
}
.iproWrap .tit i{
	color: #8c8c8c;
}
.iproList{
	height: 282px;
	padding: 35px 0 10px 40px;
}
.iproList li{
	float: left;
	margin: 0 15px;
	width: 250px;
	height: 282px;
}
.iproList li a{
	display: block;
	width: 220px;
	height: 278px;
	border: 2px solid #fff;
	padding: 5px 13px;
}
.iproList li a .img{
	display: block;
	width: 220px;
	height: 180px;
	overflow: hidden;
}
.iproList li a .img img{
	display: block;
	width: 220px;
	height: 180px;
}
.iproList li a .info{
	overflow: hidden;
	padding-top: 10px;
	height: 70px;
}
.iproList li a .info h4{
	font-size: 16px;
	font-weight: normal;
	color: #1a1a1a;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
.iproList li a .info p{
	font-size: 14px;
	color: #585858;
	height: 40px;
	line-height: 20px;
}
.iproList li a:hover{
	border: 2px solid #ededed;
}
/*index  end*/

/*走进我们  start*/
.commonTit{
	height: 38px;
	padding-top: 42px;
	border-bottom: 1px dashed #9f9a10;
	line-height: 38px;
	font-size: 20px;
	margin-bottom: 30px!important;
}
.commonTit span{
	color: #1a1a1a;
	padding-right: 10px;
}
.commonTit i{
	font-family: arial;
	color: #8c8c8c;
}
.aboutwrap{
	width: 1160px;
	padding-bottom: 40px;
}
.aboutwrap .img{
	float: left;
	width: 400px;
	margin: 0 50px 10px 0;
}
.aboutwrap .info p{
	font-size: 14px;
	line-height: 25px;
	color: #5a5a5a;
	text-indent: 2em;
}
/*走进我们  end*/

/*新闻中心  start*/
.mainright{
	width: 900px;
}
.mainleft{
	margin-left: 10px;
	width: 236px;
}
.mainleft .img{
	width: 224px;
	height: 82px;
	border: 1px solid #8c8c8c;
	padding: 5px;
	margin-bottom: 14px;
}
.mainleft .img img{
	display: block;
	width: 224px;
	height: 82px;
}
.sliderbox{
	border: 0 none;
}
.sliderbox li{
	border-bottom: 1px solid #d0d0d0;
	height: 50px;
	padding: 0;
	margin: 0;
}
.sliderbox li a{
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #1a1a1a;
	font-size: 14px;
	color: #fff;
	padding: 0;
	margin: 0;
	border-bottom: 0 none;
}
.sliderbox li a:hover,
.sliderbox li.current a{
	background: #2babab;
	color: #fff;
	transition:background 0.3s,color 0.3s;
	-moz-transition:background 0.3s,color 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s,color 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s,color 0.3s; /* Opera */
}
.newslist4 li .time {
  background: #01723E;
}
.newslist4 li .info a:hover {
	color: #1a1a1a;
	transition: color 0.3s;
	-moz-transition: color 0.3s; /* Firefox 4 */
	-webkit-transition: color 0.3s; /* Safari and Chrome */
	-o-transition: color 0.3s; /* Opera */
}
/*新闻中心  end*/

/*产品中心  start*/
.proview3{
	width: 95%;
	margin: 0 auto;
	padding: 20px 20px 60px 20px;
}
.proview3 .pro-img{
	float: left;
	width: 420px;
	height: auto;
	margin: 0 60px 8px 0;
}
.proview3 .pro-img img{
	display: block;
	width: 100%;
	height: auto;
}
.proview3 .pro-name{
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	padding: 5px 0 10px 0;
	color: #6B4A38;
}
.proview3 .pro-content p{
	font-size: 14px;
	line-height: 28px;
	color: #565656;
}
/*产品中心  end*/

/*人才招聘  start*/
.joblist1 li.on .jobsname, .jobsname:hover {
	color: #0075c8;
	transition: color 0.3s ease 0s;
}
/*人才招聘  end*/

/*联系我们  start*/
.contactL{
	width: 480px;
	padding: 20px 0 50px 30px;
}
.contactL .item{
	padding-top: 15px;
	clear: both;
}
.contactL h2{
	border-bottom: 1px dotted #ddd;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
}
.contactL .item label{
	float: left;
	width: 66px;
	line-height: 32px;
	color: #666;
	font-size: 13px;
}
.contactL .item .contactTxt{
	float: left;
	padding: 8px 10px;
	border: 1px solid #ddd;
	height: 14px;
	line-height: 28px;
	width: 370px;
	font-size: 12px;
	line-height: 14px;
}
.contactL .item .contactTxth{
	height: 98px;
	line-height: 20px;
	resize: none;
}
.contactL .item .contactTxts{
	width: 70px;
}
.contactL .item .codenum{
	float: left;
	margin-left: 15px;
	border: 1px solid #ddd;
	height: 30px;
	width: 70px;
}
.contactBtn{
	clear: both;
	padding: 50px 0 0 66px;
	height: 40px;
}
.contactBtn input{
	display: inline-block;
	margin: 0 15px 0 0;
	width: 90px;
	height: 29px;
	text-align: center;
	line-height: 30px;
	border: 0 none;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
.contactBtn input.subbtn{
	background: #2babab;
}
.contactBtn input.resbtn{
	background: #a0a0a0;
}
.contactR{
	width: 650px;
	height: auto;
	padding: 20px 0 50px 0;
}
.mapwrap{
	width: 650px;
	height: 350px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.contactR h3{
	border-bottom: 1px solid #ddd;
	
	padding: 20px 0;
}
.contactR h3 img{
	display: block;
	height: 40px;
}
.contactR>p{
	font-size: 13px;
	color: #555;
	line-height: 21px;
}
.contactUl{
	padding-top: 20px;
}
.contactUl li i{
	display: block;
	line-height: 20px;
}
.contactUl li i,
.contactUl li a{
	color: #555;
	font-size: 13px;
}
.contactUl li span{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #555;
	line-height: 40px;
}
.contactUl li a:hover{
	color: #4da1cf;
}
/*联系我们  end*/

/*index  start*/
/*index  end*/

/*index  start*/
/*index  end*/

/*index  start*/
/*index  end*/

/*分页 2   s*/
.pagination2 li:hover,
.pagination2 .active{
	border:  1px solid #2babab;
	transition:border 0.3s;
	-moz-transition:border 0.3s; /* Firefox 4 */
	-webkit-transition:border 0.3s; /* Safari and Chrome */
	-o-transition:border 0.3s; /* Opera */
}
.pagination2 li:hover a,
.pagination2 .active a{
	color: #fff;
	background: #2babab;
	transition:color 0.3s, background 0.3s;
	-moz-transition:color 0.3s background 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3 background 0.3ss; /* Safari and Chrome */
	-o-transition:color 0.3s background 0.3s; /* Opera */
}
/*分页 2   e*/
.nav >li:hover a, .nav >li.current a{color: #fff; border-bottom: 3px solid #ee130b;}
.top-wrap{min-width: 1200px;
    height: 33px;
    background: #009752;
    border-bottom: 1px solid #dedede;}

.top {
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 12px;
    color: #eaf6fe;
    line-height: 32px;
}
.top div.fr i {
    color: #fff;
    padding-right: 5px;
}
.i-proWrap {
    width: 100%;
    max-height: 1205px;
    padding: 40px 0 55px 0;
    background: url(../images/i-pro.jpg) no-repeat center top;
}
.clearfix {
    width: 1200px;
    height: auto;
    margin: 0 auto 0 auto;
}
.i-protit {
    height: 80px;
    text-align: center;
    font-size: 0px;
    vertical-align: top;
    font-family: "微软雅黑";
}
.i-protit i {
    display: inline-block;
    width: 480px;
    padding-top: 20px;
    border-bottom: 1px solid #39210a;
    vertical-align: top;
}
.i-protit .tit {
    display: inline-block;
    width: 176px;
    height: 80px;
    vertical-align: top;
}
.i-protit .tit span {
    display: block;
    height: 36px;
    font-size: 28px;
    font-weight: bold;
    color: #009752;
    line-height: 36px;
}
.i-protit .tit em {
    color: #009752;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}
.i-proInfo {
    color: #585d5f !important;
    font-size: 14px !important;
    text-align: center;
    line-height: 28px !important;
   
    height: 78px;
    overflow: hidden;
}
.i-proList {
    width: 1245px;
   
}
.i-proList li {
    float: left;
    width: 371px;
    height: 340px;
    border: 1px solid #e9e9e9;
    background: #f6f6f6;
    margin: 0 42px 37px 0;
    overflow: hidden;
}
.i-proList li >a {
    display: block;
    width: 372px;
    height: 413px;
}

.i-proList li >a .img {
    display: block;
    width: 344px;
    height: 256px;
    margin: 13px 13px 0 13px;
    overflow: hidden;
}
.i-proList li >a .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.i-proList li >a h3 {
    font-size: 18px;
    color: #000;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
	margin: 7px 14px 0 14px;}
.more_link {
    padding-top: 25px;
    height: 40px;
    clear: both;
}
.more_link a {
    display: block;
    width: 166px;
    height: 38px;
    border: 1px solid #0c4a75;
    margin: 0 auto;
    font-size: 14px;
    color: #136ead;
    line-height: 38px;
    text-align: center;
}
.inews-main {
    background-color: #F6F6F6;
    padding: 58px 0 80px 0;
}
.clearfix {
    width: 1200px;
    height: auto;
	margin: 0 auto 0 auto;}
	
.i-protit {
    height: 80px;
    text-align: center;
    font-size: 0px;
    vertical-align: top;
    font-family: "微软雅黑";
}
.i-news {
    height: 333px;
    padding-top: 15px;
}
.i-newshot {
    width: 588px;
    height: 330px;
    margin-right: 24px;
    overflow: hidden;
}
.i-newsR {
    width: 588px;
    height: 329px;
    border-top: 4px solid #666;
}
.i-newshot >a {
    display: block;
    width: 588px;
    height: 330px;
	position: relative;}
.i-newshot >a img {
    display: block;
    width: 588px;
    height: 330px;
}
.i-newshot >a .time {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 95px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E5276A96', endColorstr='#E5276A96');
    background: #009752;
    color: #fff;
    text-align: center;
}
.i-newshot >a .newsname {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    width: 568px;
    height: 40px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000');
    background: rgba(0,0,0,0.6);
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i-newshot >a .time em {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    padding-top: 15px;
}
.i-newshot >a .time i {
    font-size: 16px;
    line-height: 20px;
}
.i-switch {
    height: 42px;
    border-bottom: 1px solid #bbb;
}
.i-switch .item {
    float: left;
    width: 100px;
    height: 40px;
    font-size: 12px;
    color: #333;
    line-height: 40px;
    text-align: center;
    border-bottom: 2px solid #f1f1f1;
}
.box-item {
    display: none;
}
ul, ol {
    list-style: none;
}
.i-newslist li:first-child {
    height: 80px;
}

.i-newslist li:first-child {
    height: 80px;
}
.i-newslist li {
    padding: 10px 0;
    height: 25px;
    overflow: hidden;
    border-bottom: 1px dashed #bbb;
}
.i-newslist li >a {
    display: block;
    height: 25px;
    font-size: 13px;
    color: #555;
    line-height: 25px;
}
.i-newslist li:first-child .newsname {
    float: none;
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
    color: #555;
}
.i-newslist li .newsname {
    float: left;
    font-weight: normal;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i-newslist li:first-child .newsinfo {
    float: none;
    width: 100%;
    color: #666;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.i-switch .more {
    float: right;
    height: 40px;
    font-size: 12px;
    color: #333;
    line-height: 42px;
    clear: none;
}

.i-switch .item {
    float: left;
    width: 100px;
    height: 40px;
    font-size: 12px;
    color: #333;
    line-height: 40px;
    text-align: center;
    border-bottom: 2px solid #f1f1f1;
}
.i-switch .item.current, .i-switch .item:hover {
    border-bottom: 2px solid #4787f1;
    transition: border 0.3s;
    -moz-transition: border 0.3s;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
}
.box-item.current {
    display: block;
}
.icontact-main {
    background-color: #F6F6F6;
}
.pd-b80 {
    padding-bottom: 80px;
}
.icontact-main .ititle {
    height: 325px;
    background: url(../images/contact_bg.jpg) no-repeat center;
}
.pd-t100 {
    padding-top: 100px;
}
.ititle {
    text-align: center;
}
.ititle .en {
    text-transform: uppercase;
    font-size: 30px;
}
.ititle .cn {
    padding: 0 40px;
    border: #ccc solid 1px;
    color: #666666;
}
.icontact {
    margin-top: -200px;
    background-color: #fff;
}
.clearfix {
    width: 1200px;
    height: auto;
    margin: 0 auto 0px auto;
}
.icontact-list {
    width: 1100px;
    padding: 20px 40px;
}
.icontact-list li:first-child {
  
}
.icontact-list li i {
    float: left;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border: #eee solid 1px;
    border-radius: 50%;
}
.icontact-list li .content {
    float: right;
    width: 440px;
}
.icontact-list li .content .title {
    line-height: 2.5em;
    height: 2.5em;
    overflow: hidden;
}
.icontact-list li .content .intro {
    font-size: 12px;
    height: 1.5em;
    overflow: hidden;
}
.icontact {
    margin-top: -200px;
    background-color: #fff;
}

.icontact-list li {
    height: 60px;
    padding: 14px 0;
    border-bottom: #eee solid 1px;
	float: right;
	
}
.icontact .message {
    width: 519px;
    padding: 20px 40px;
    border-left: #eee solid 1px;
}
.message li {
    margin-bottom: 20px;
}
.message li label {
    float: left;
    display: inline-block;
    width: 14%;
    margin-bottom: 6px;
}
.message li input, .message li textarea {
    border: none;
    border-bottom: #eee solid 1px;
    padding: 10px 0;
    text-indent: 10px;
}
.input {
    width: 100%;
}
.message li input, .message li textarea {
    border: none;
    border-bottom: #eee solid 1px;
    padding: 10px 0;
    text-indent: 10px;
}
.input-b {
    width: 100%;
    height: 40px;
}
.btn-sub {
    width: 100px;
    padding: 10px 0;
    border: none;
    background-color: #EC4346;
    color: #fff;
}
.btn-re {
    width: 100px;
    padding: 10px 0;
    border: none;
    background-color: #909090;
    color: #fff;
}



















