﻿/*通用样式*/
*{
	padding: 0px;
	margin: 0px;
}
body {
    font: normal 14px/24px Microsoft Yahei,Arail;
    color: #666;

}

img{
	border: none;
	font-size: 0;
	vertical-align: top;
}
h1,h2,h3,h4,h5{
	font-weight: normal;
	color: #1ea544;
}
input{
    outline: none;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: #666;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}
a:hover{
	color: #1ea544;
}
.middle{
	position: relative;
	top: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
.clearfix {

	
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.fl{
	float: left;
	color: ;
	margin-left: 0px;
}
.fr{

}
.abs{
    position: absolute;
}
.rlt{
	position: relative;
	clip: rect(auto,auto,auto,auto);
}
.hide{
    display: none;
}
.show{
    display: block;
}
.container{
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;

}
.container1{
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;

}
/*字体图标*/
@font-face {font-family: "iconfont";
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.icon-lianxiren:before { content: "\e675"; }
.icon-chakanxiangxi:before { content: "\e65e"; }
.icon-jiantou:before { content: "\e601"; }
.icon-jiantou1:before { content: "\e662"; }

/*首页样式*/
/*top*/
body{
	min-width: 1400px;
}
#botm{
	clear:both;
}
  #top{
	width: auto;
	height: auto;
  }
  #top1{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
  }

  #top p{
	margin-top:5px;
	color:#1ea544;  
  }
  #top1 a{
	margin-right: 10px;
  }
  #top11{
	width:auto;
	height:20px;
	float:right;
        margin-right:40px;
  }
  #top2{
	width: 100%;
	padding-top:0px;
	background: url(../images/topbg.jpg);
	height: auto;
  }
  #top3{
	  width:1260px;
	  margin-left:auto;
	  margin-right:auto;
          padding-left:100px;
  }
  
/*banner*/
/*navbar*/
#nav{
	height: 60px;
	text-align: center;
	clear: both;
	margin: 0px 0 0 0;
	background: #06a23a;
	font-family: 'microsoft yahei';
	z-index: 9999;
        margin-top:0px;
}
#nav ul{
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav li{float:left;height:40px;position:relative; margin-top:10px; margin-left:10px;}
#nav li.line_off{background:none;}
#nav a{display:block;float:left;text-decoration:none;height:35px;padding-top:5px;line-height:18px;font-size:16px;color:#fff;width:90px;outline:none;position:relative;}
#nav a:hover, #nav .active a, #nav li.sfhover a{color:#fff;text-decoration:none;font-weight:700}
#nav a span{font-size:8px;-webkit-text-size-adjust:none;line-height:12px;padding-bottom:15px;display:block;font-weight:300;cursor:pointer;position:relative}
#nav .n{background:url(../images/i2.png) no-repeat 0 4px;width:16px;height:51px;float:left}
/*---当前分类---*/
#nav li ul{display:none;position:absolute;top:50px;left:-18px;width:116px;padding:10px 0;background:url(../images/nav2.png) repeat-y;z-index:11}
#nav li ul li{line-height:30px;height:30px;margin:0;background-image:none;position:relative;z-index:2}
#nav li ul a, #nav li.active ul a, #nav li.sfhover ul a{background:none;font-weight:300;height:auto;color:#000;line-height:24px;width:110px;margin-left:3px;font-size:15px;float:none;padding:0 0 6px;background:url(.../images/nav2.png) no-repeat -234px -100px;_background:url(.../images/nav2_1.gif) no-repeat 0 -30px}
#nav li ul a:hover{background:url(../images/nav2.png) no-repeat -234px 0;_background:url(../images/nav2_1.gif) no-repeat 0 0;color:#fff;font-weight:300}
#nav li ul .t{position:relative;z-index:2;top:14px;left:0;width:116px;height:4px;font-size:0;line-height:0;overflow:hidden;background:urlurl(../images/nav2.png) no-repeat -116px 0;_background:url(../images/nav2_2.png) no-repeat;}
/* rslides */
.rslides{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.rslides li{
	-webkit-backface-visibility:hidden;
	position:absolute;
	display:none;
	width:100%;
	left:0;
	top:0;
}
.rslides li:first-child{
	position:relative;
	display:block;
	float:left;
}
.rslides img{
	display:block;
	height:auto;
	float:left;
	width:100%;
	border:0;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs{margin-top:-40px; position:relative;z-index:100;margin-bottom:20px;}
.callbacks_tabs.callbacks1_tabs li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.callbacks_tabs.callbacks1_tabs li a{display:inline-block;width:10px;height:10px;border-radius:10px;position:absolute; left:0; z-index:1000; color:rgba(100,200,300,0);color:transparent;}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#FFF;}

/* Callback example */
.callbacks_container{
	margin-bottom: 2px;
	position: relative;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.callbacks{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.callbacks li{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.callbacks img{
	display:block;
	position:relative;
	z-index:1;
	height:500px;
	width:100%;
	border:0;
}
.callbacks .caption{
	display:block;
	position:absolute;
	z-index:2;
	font-size:20px;
	text-shadow:none;
	color:#fff;
	background:#000;
	background:rgba(0,0,0, .8);
	left:0;
	right:0;
	bottom:0;
	padding:10px 20px;
	margin:0;
	max-width:none;
}
.callbacks_nav{
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:50%;
	left:0;
	opacity:0.6;
	z-index:3;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	height:61px;
	width:38px;
	background:transparent url("../images/themes.gif") no-repeat left top;
	margin-top:-30px;
	display:none;
}
.callbacks_container:hover .callbacks_nav{display:block;}
.callbacks_nav:active{opacity:1.0;}
.callbacks_nav.next{
	left:auto;
	background-position:right top;
	right:0;
}

@media screen and (max-width:600px){
	.callbacks_nav{
		top:47%;
	}
}


/*首页主题内容*/
.main{
    padding: 0px;
}
h2.item{
	height: 30px;
	line-height: 30px;
	text-align: left;
	color: #009933;
	width: 1200px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	background-image: url(../images/item.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 40px;
	font-size: 16px;
}
h2.item span{
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: -25px;
	font-size: 14px;
	left: 50%;
}


/*公司风采*/
.item2{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 80px;
	margin-left: 0;
	padding-top: 20px;
	width: auto;
	height: auto;
}
.fengcai{
	width: 560px;
	height: 330px;
	margin-top: 50px;
	margin-left: 40px;
	float: left;
	margin-bottom: 50px;
}
.jianjie{
	width: 310px;
	height: 300px;
	margin-top: 50px;
	float: left;
	margin-left: 41px;
}
h3.about-title{
	height: 20px;
	padding-left: 2px;
	font-size: 18px;
	line-height: 18px;
	color: #009933;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	margin-bottom: 10px;
}
h3.about-title span{
	left: 10px;
	bottom: -3px;
	font-size: 14px;
	color: #333333;
}
.fengcai-pic{
	margin-top: 10px;
	width: 560px;
	height: 300px;
	overflow: hidden;
	box-shadow: 3px 3px 10px #000;
}
.fengcai-pic ul{
	left: -8px;
	bottom: -5px;
	line-height: 45px;
	background-color: rgba(0,0,0,.7);
	height: 45px;
	width: 602px;
	padding-left: 450px;
	box-sizing: border-box;
	color: white;
}
.fengcai-pic ul li{
    border-radius: 50%;
    text-indent: -9999px;
    background-color: white;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 15px;
    cursor: pointer;
}
.fengcai-pic ul li.active{
    background-color: #1ea544;
}
a.title{
    left: 10px;
    bottom: 10px;
    color: white;
}
/*公司简介*/
.profile{
    margin-top: 10px;
}
.profile img{
	margin-right: 15px;
	margin-bottom: 10px;
}
.profile p{
	line-height: 25px;
}
.profile p a{
	margin-left: 20px;
	color: #1ea544;
}
/*资讯中心*/
.item3{
    margin-top: 40px;
}
.news{
	padding-top: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-left: 6px;
	float: left;
	padding-right: 0px;
	width: 560px;
	margin-top: 20px;
}
.news h2{
	font-size: 18px;
	color: white;
	height: 35px;
	line-height: 35px;
	background-color: #eee;
	padding-right: 20px;
	box-shadow: 0 2px 5px #666;
	margin-bottom: 20px;
}
.news h2 span{
	display: block;
	width: 120px;
	background-color: #70CC53;
	text-align: center;
}
.news h2 span:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #70CC53;
    position: absolute;
    left: 70px;
    top: 35px;
}
.news h2 a{
    font-size: 16px;
}
.first-news{
	color: #1ea544;
	border-bottom: 1px solid #ccc;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 3px;
}
.news-time{
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
}
.news-time p:first-child{
	font-size: 18px;
	color: #1ea544;
}
.news-img{
	margin-right: 20px;

}
.news-content{
    width: 298px;
}
.news-content p{
    color:#666;
}
.news ul li{
	height: 35px;
	line-height: 35px;
	padding-left: 3px;
	background: url("../images/list.png") no-repeat 5px center;
}
.news ul li a{
    width: 400px;
    display: block;
}
.news ul li span{
    right: 5px;
    top: 0;
}
/*foot*/
.foot{
	padding-top: 10px;
	background-color: #06a23a;
	height: 190px;
}
.foot img{
    vertical-align: bottom;
}
.foot p{
    color: white;
	width:auto;
	margin-top:0px;
	padding:0;
	
}
.foot p a{
    color: white;
    margin-right: 17px;
}
.line{
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.foot-nav{
    width: 171px;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}
.foot-nav a{
    color: white;
}
.foot-nav ul{
    padding-top: 10px;
    font-size: 14px;
}
.hide{
    display: none;
}



/*走进美意陶*/
.about .container{
	overflow: hidden;
	padding-bottom: 10px;
}
.about-main,.about-nav{
    background-color: white;
    min-height: 500px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.about-nav{
	width: 220px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.about-main{
	width: 950px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: white;
	background-image: url(../images/about1.png);
	background-repeat: no-repeat;
	float: right;
	padding-bottom: 0px;
	padding-top: 0px;
}
.about-main1{
	width: 950px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: white;

	background-repeat: no-repeat;
	float: right;
	padding-bottom: 0px;
	padding-top: 140px;
}
.about-main2{
	width: 950px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 10px;
	background-color: white;
	background-image: url(../images/about1.png);
	background-repeat: no-repeat;
	float: right;
	padding-bottom: 10px;
}
.about-nav ul li{
    font-size: 18px;
    height: 44px;
    line-height: 50px;
    border-bottom: 1px solid #cfcfcf;
	margin-left:-21px;
}
.about-nav ul li:hover{
 margin-left:-21px;
}
.about-nav ul li a{
    display: block;
    height: 100%;
    text-align: right;
    padding-right: 115px;
}
.about-nav ul li.active{
    background: url("../images/cp1.png") 0px center no-repeat ;
}
.about-nav ul li.active a{
    color:#fff;
}
.about-nav ul li:hover{
	background-image: url(../images/cp3.png);
	background-repeat:no-repeat;
}
.about-nav ul li:hover a{
	color: #000;
}

/*产品中心*/
.select{padding:5px 10px;width:1180px;}
.select li{list-style:none;padding:10px 0 5px 100px;}
.select .select-list{border-bottom:#666 1px dashed}
.select dl{zoom:1;position:relative;line-height:24px; font-size:16px; margin-top:20px;}
.select dl:after{content:" ";display:block;clear:both;height:0;overflow:hidden}
.select dt{width:100px;margin-bottom:5px;position:absolute;top:0;left:-100px;text-align:right;color:#666;height:24px;line-height:24px}
.select dd{float:left;display:inline;margin:0 0 5px 5px;}
.select dd.hide{display:none;}
.select a{display:inline-block;white-space:nowrap;height:24px;padding:0 10px;text-decoration:none;color:#666;border-radius:2px;}
.select a:hover{
	color: #1ea544;
	background-color: #f3edc2
}
.select .selected a{color:#fff;background-color:#1ea544}
.select-result dt{font-weight:bold}
.select-no{color:#999}
.select .select-result a{padding-right:20px;background:#1ea544 url("../images/close.gif") right 9px no-repeat}
.select .select-result a:hover{background-position:right -15px}
.product-list{
    background-color: white;
}
.products ul{
    padding-left: 15px;
    margin-top:20px;'
}
.products ul li{
	margin-right: 10px;
	margin-bottom: 8px;
	height: 241px;
	overflow: hidden;
	border: 1px solid #CCC;
}
.pro-name{
	left: -11px;
	bottom: -51px;
	background-color: rgba(0,0,0,.8);
	height: 50px;
	width: 154px;
	padding: 0 70px;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}
.pro-name a{
    color: white;
    line-height: 25px;
    text-align: center;
    display: block;
}
.products ul li:hover .pro-name{
    bottom: 0;
}
/*分页样式*/
.page {
    margin: 30px 0;
    text-align: center;
}
.page a{
    margin-right: 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #f4f4f4;
}
.page a.bg-blue ,.page a:hover{
    color: #fff;
    background:#1ea544;
    border: 1px solid #1ea544;
}


/*新闻资讯*/
.news-center{
    background-color: white;
    padding-top: 40px;
}
.news-center h2,.news-center h4,.news-item{
	text-align: center;
}
.news-item{
	margin-top: 20px;
	margin-bottom: 20px;
}
.news-item a{
    border:1px solid #bbb;
    padding: 10px 30px;
    margin-left: 10px;
}
.news-item a.active{
	color: white;
	background-color: #1ea544;
}
.post-image {
	width: 240px;
	margin-bottom: 25px;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
	padding: 4px;
	float: left;
	margin-left:10px;
}
.post-image img{
 margin:0;
 padding:0;	
}
.post-image a{
margin:0;
padding:0;	
}
.post-content-wrap {
	float: right;
	width: 620px;
}
.post-date a.date {
    background: none repeat scroll 0 0 #fafafa;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 10px 0 0;
    text-align: center;
    width: 55px;
    border-radius: 2px;
}
.post-date a.date strong {
    color: #06a23a;
    display: block;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 10px;
}
.post-date a.date i {
    background-color: #06a23a;
    border-top: 1px solid #F3F3F3;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-style: normal;
}
.dth {
    height: 10px;
}
h3.content-title {
    text-align: left !important;
    margin-bottom: 15px;
}
h3.content-title a{
    display: block;
    color: #06a23a;
}
.blog-entry-meta-author {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 12px;
    vertical-align: top;
    color: #06a23a;
}
.blog-entry-meta-tags a{
    color: #06a23a;
}
.blog-entry-meta-tags {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 12px;
    vertical-align: top;
}
.blog-entry-meta i {
    margin-right: 4px;
    color: #06a23a;
    font-size: 14px;
}
.post-content {
    padding-bottom: 10px;
}
.post-content p {
    line-height: 25px;
}





/*-- 案例展示 --*/


#Container {
    margin-top: 20px;
	border-top:1px solid #090;
	padding-top:20px;
}

#Container .mix {
    display: none;
}

.portfolio-wrapper {
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 8px;
	margin-left:8px;
}
.portfolio-thumb{
    position: relative;
}
.case-attr{
    left: 0;
    bottom: -60px;
    background-color: rgba(0,0,0,.8);
    width: 100% ;
    height: 60px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.portfolio-thumb:hover .case-attr{
    bottom: 0;
}
.case-attr a{
    color: white;
    padding: 0 10px;
    display: block;
    line-height: 30px;
}
.portfolio-thumb img {
    width: 280px;
    height: 260px;
}


.portfolio-thumb {
    position: relative;
}

.hover-iner {
    position: relative;
    width: 100%;
    height: 100%;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.hover-iner a {
    position: absolute;
    top: 35%;
    left: 43%;
    margin-left: -18px;
    margin-top: -18px;
    background-color: rgba(0,0,0, 0.1);
    border: 1px solid #f78e21;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
}

.hover-iner img {
    width: auto;
}

.hover-iner span {
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    margin-top: 190px;
    text-align: center;
    font-size: 13px;
    width: 100%;
    color: #f78e21;
    font-weight: 300;
}

.hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in;
}

.pagination {
    margin-top: 60px;
}

.pagination ul {
    padding: 0;
    margin: 0;
}
.pagination li {
    list-style: none;
    display: inline-block;
}

.pagination a {
    background-color: #444;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
    text-align: center;
}

.pagination a:hover {
    background-color: #f78e21;
}


/*产品详情*/
.pro{padding: 10px 0 20px ;}
.left-pro{
	width: 430px;
	border: 1px solid #ccc;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.left-pro .t1{width:100px;float:left}
.left-pro .t2{
	width: 352px;
	text-indent: 0;
	float: left;
	padding-left: 16px
}
.left-pro .t2 img{text-indent:0;}
#showArea img{cursor:pointer;display:block;margin-bottom:5px;width:68px;padding:1px;border:1px solid #ccc;height:68px;float:left}
#main_img{cursor:pointer;display:block}
#gotop{cursor:pointer;display:block;margin-left:9px}
#gobottom{cursor:pointer;display:block;margin-left:9px}
#showArea{height:379px;margin:10px;overflow:hidden}
.right-pro{
	width: 550px;
	float: left;
	margin-left: 150px;
}
.right-pro h2{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}
.right-pro p{
    line-height: 40px;
    font-size: 16px;
}
.pro-title{
	color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1ea544;
}
.pro-title h2{
	background-color: #1ea544;
	width: 200px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
}
.pro-text{
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}


/*网站地图*/
.map{
    background-color: white;
    padding: 20px 0;
}
.map h2{
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-bottom:1px dashed #ddd;
}
.map h3{
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    border-bottom:1px dashed #ddd;
    padding-left: 10px;
}
.map h3 a{
    color: #006699;
}
.map ul{
    padding: 10px;
}
.map ul li{
    width: 150px;
}


/*留言*/
.liuyan{
	width: 695px;
	text-align: center;
	margin-top: 160px;
	margin-bottom: 0;
	margin-left: 50px;
}
.liuyan li.first, li.second {
    border: none;
    list-style: none;
    margin-bottom: 10px;
    width: 100%;
}
.user {
    background: url(../images/icons.png) no-repeat 14px 15px #258225;
}
.email {
    background: url(../images/icons.png) no-repeat 15px -39px #258225;
}
.phone {
    background: url(../images/icons.png) no-repeat 15px -93px #258225;
}
.msg {
    background: url(../images/msg.png) no-repeat 16px 16px #258225;
}
.icon, .icon2 {
    height: 55px;
    width: 55px;
    display: block;
    float: left;
    border-top-left-radius: 0.3em;
    -o-border-top-left-radius: 0.3em;
    -moz-border-top-left-radius: 0.3em;
    -webkit-border-top-left-radius: 0.3em;
    border-border-bottom-left-radius: 0.3em;
    -o-border-bottom-left-radius: 0.3em;
    -moz-border-bottom-left-radius: 0.3em;
    -webkit-border-bottom-left-radius: 0.3em;
}
.liuyan input[type="text"], form textarea {
	width: 600px;
	color: #858282;
	font-size: 16px;
	outline: none;
	background: #ddd;
	font-weight: 500;
	border: none;
	font-family: 'Lora', serif;
	border-top-right-radius: 0.3em;
	-o-border-top-right-radius: 0.3em;
	-moz-border-top-right-radius: 0.3em;
	-webkit-border-top-right-radius: 0.3em;
	border-border-bottom-right-radius: 0.3em;
	-o-border-bottom-right-radius: 0.3em;
	-moz-border-bottom-right-radius: 0.3em;
	-webkit-border-bottom-right-radius: 0.3em;
	padding-top: 1.15em;
	padding-right: 1em;
	padding-bottom: 1.15em;
	padding-left: 1em;
}
.liuyan li.first, li.second {
	border: none;
	list-style: none;
	margin-bottom: 10px;
	width: 100%;
}
.liuyan textarea {
    resize: none;
    height: 140px;
}
.liuyan input[type="submit"] {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 10px 10px;
    margin-bottom: 20px;
    width: 25%;
    border: 2px solid #258225;
    background: #258225;
    border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
li.first:hover .user{
    background: url(../images/icons.png) no-repeat 14px 15px #f79d29;
}
li.first:hover .email{
    background:url(../images/icons.png) no-repeat 15px -39px #f79d29;
}
li.first:hover .phone{
    background: url(../images/icons.png) no-repeat 15px -93px #f79d29;
}
li.second:hover .msg {
    background: url(../images/msg.png) no-repeat 16px 16px #f79d29;
}
#dt{
	width: 800px;
	height: 500px;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 40px;
}
.my-map { margin: 0 auto; width: 800px; height: 500px; }
		.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
		.my-map .icon-cir { height: 31px; width: 28px; }
		.my-map .icon-cir-blue { background-position: -11px -55px; }
#about01{
	width: 800px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 70px;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 1.5;
	margin-top: 150px;
}
#about02{
	width: 650px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size:16px;
	letter-spacing:3px;
	line-height:1.5; 
}
 #xw1{
	width:900px;
	margin:0 auto;
	font-size:16px;
	letter-spacing:2px;  
 }
#fy{
	width: 400px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size:16px;
}
#lx{
	width: 800px;
	margin-left: 40px;
	margin-top:150px;
	
}
#lx ul li{
margin-top:10px;
font-size:16px;
margin-left:10px;	
}
  #zs{
	width: 236px;
	height: auto;
	padding-top: 20px;
	margin-right: 7px;
	float: left;
  }
  #zs1{

  }
  #zs img{
	margin-right: -3px;
	margin-bottom: 1px;
  }
  .x1{
	color:#000;  
  }
  h2.item span{
	font-size:14px;
	float:right;  
  }
  
.p1 {
	font-size: 14px;
	text-align: right;
	margin-top: -18px;
}
 #lx1{
	width: 236px;
	padding-top: 20px;
	margin-left: 10px;
	float: left;
	margin-top: 30px;

 }
#lx1 ul {
	color: #666;
	margin-top:10px;
	margin-left:3px;
}
 #lx1 img{
	margin-left:5px; 
 }
  #lx2{
	width: 310px;
	padding-top: 20px;
	margin-left: 30px;
	float: left;
	margin-top: 30px;

 }
 #cp{
	width: 236px;
	margin-top: 50px;
	float: left;
	clear: both;
 }
#cp ul {

	margin-top: 0px;
	padding-bottom: 50px;
	padding-top: 5px;
}  
  #cp ul li{
	margin-top:6px;
	padding-bottom:53px;
	padding-left:20px;
	background-image:url(../images/cp1.png);
	background-repeat:no-repeat; 
  }
  #cp ul li:hover{
	  background-image:url(../images/cp3.png);
  }
    #cp ul li a{
   color:#fff;
   text-align:center;
   font-size:18px; 
   margin-left:60px;
   letter-spacing:6px;
   float:left;
   margin-top:10px;
		
	}
	ul.clearfix p img{
    float:right;
	margin-right:150px;
		
	}
.item1 .rlt .tip.abs p img {
	margin-top: 3px;
	margin-left:5px;
	margin-right:5px;
}
   #ab1{
	width: auto;
	height: auto;
	margin-top: 40px;
	margin-bottom: 10px;
   }
   #ab2{
	width: 100%;
	height: 240px;
	margin-bottom: 40px;
   }
   #ab2 img{
	margin:0;
	padding:0;
	float: left;   
   }
   
   /*产品*/
   *{margin:0;padding:0;list-style-type:none;}

.case-content{
	overflow: hidden;
	width: 1200px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
        float:left;
}
.case-item{float:left;margin:30px 30px;margin-bottom:20px}
.ih-item{position:relative;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.ih-item,.ih-item *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.ih-item a{color:#333}
.ih-item a:hover{text-decoration:none}
.ih-item img{width:100%;height:100%}
.ih-item.circle,.ih-item.circle .img{position:relative;width:240px;height:240px;border-radius:50%}
.ih-item.circle .img:before{position:absolute;display:block;content:'';width:100%;height:100%;border-radius:50%;box-shadow:inset 0 0 0 16px rgba(255,255,255,.6),0 1px 2px rgba(0,0,0,.3);-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.ih-item.circle .img img{border-radius:50%}
.ih-item.circle .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;border-radius:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.ih-item.square{position:relative;width:316px;height:216px;border:8px solid #fff;box-shadow:1px 1px 3px rgba(0,0,0,.3)}
.ih-item.square .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.ih-item.circle.effect1 .spinner{width:250px;height:250px;border:10px solid #ecd200;border-right-color:#009933;border-bottom-color:#009933;border-radius:50%;-webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out}
.ih-item.circle.effect1 .img{position:absolute;top:10px;bottom:0;left:10px;right:0;width:auto;height:auto}
.ih-item.circle.effect1 .img:before{display:none}
.ih-item.circle.effect1.colored .info{background:#1a4a72;background:rgba(26,74,114,.6)}
.ih-item.circle.effect1 .info{top:10px;bottom:0;left:10px;right:0;background:#333;background:rgba(0,0,0,.6);opacity:0;-webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out}
.ih-item.circle.effect1 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:24px;margin:0 30px;padding:55px 0 0;height:110px;text-shadow:0 0 1px white,0 1px 2px rgba(0,0,0,.3)}
.ih-item.circle.effect1 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,.5)}
.ih-item.circle.effect1 a:hover .spinner{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.ih-item.circle.effect1 a:hover .info{opacity:1}



#foot1{
 float:left;
 margin-left:20px;
 margin-top:15px;	
}
#foot2{
  width:1200px;
  margin:0 auto;
}  
   #foot3{
	   float:left;
	width: auto;
	margin-top: 50px;
	margin-left:40px;
	padding: 0;
	text-align:center;
   }
   #foot4{
	float:right;
	margin-top:20px;
	margin-right:0px;   
   }
   .rslides{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.rslides li{
	-webkit-backface-visibility:hidden;
	position:absolute;
	display:none;
	width:100%;
	left:0;
	top:0;
}
.rslides li:first-child{
	position:relative;
	display:block;
	float:left;
}
.rslides img{
	display:block;
	height:auto;
	float:left;
	width:100%;
	border:0;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs{margin-top:-40px; position:relative;z-index:100;margin-bottom:20px;}
.callbacks_tabs.callbacks1_tabs li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.callbacks_tabs.callbacks1_tabs li a{display:inline-block;width:10px;height:10px;border-radius:10px;position:absolute; left:0; z-index:1000; color:rgba(100,200,300,0);color:transparent;}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#FFF;}

/* Callback example */
.callbacks_container{
	margin-bottom:2px;
	position:relative;
	width:100%;
	max-width:100%;
	text-align:center;
}

.callbacks{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.callbacks li{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.callbacks img{
	display:block;
	position:relative;
	z-index:1;
	height:auto;
	width:100%;
	border:0;
}
.callbacks .caption{
	display:block;
	position:absolute;
	z-index:2;
	font-size:20px;
	text-shadow:none;
	color:#fff;
	background:#000;
	background:rgba(0,0,0, .8);
	left:0;
	right:0;
	bottom:0;
	padding:10px 20px;
	margin:0;
	max-width:none;
}
.callbacks_nav{
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:50%;
	left:0;
	opacity:0.6;
	z-index:3;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	height:61px;
	width:38px;
	background:transparent url("../images/themes.gif") no-repeat left top;
	margin-top:-30px;
	display:none;
}
.callbacks_container:hover .callbacks_nav{display:block;}
.callbacks_nav:active{opacity:1.0;}
.callbacks_nav.next{
	left:auto;
	background-position:right top;
	right:0;
}

@media screen and (max-width:600px){
	.callbacks_nav{
		top:47%;
	}
}
