@charset "gb2312";
*{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family: "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1","\5b8b\4f53","微软雅黑",'STHeiti',"SimHei","黑体";
	font-weight:normal;
	text-decoration:none;
	text-justify : auto;
	text-align:justify;
}
img{ 
	border:none;
}
a img{
	border:none;
}
a:link{
	color: #333333;
	}
a:visited{
	color: #333333;
	}
a:hover{
	color: #c20c08;
	text-decoration:underline;
	}
a:active{
	color: #333333;
	}
p,div{
	color:#333;
	font-size:12px;
	}
body{
	min-width: 1200px;
	padding-top: 57px;
	background:#fff;
	}
.container:after,.row-content:after,.tit:after,.f-nav:after,.i-bread:after,.i-bread:before{
	content: "";
	display: table;
	clear: both;
}
.container{
	width:1200px;
	margin:0 auto;
	}
.body-bottom{
	padding-top:457px !important;
	}
#top{
	width:100%;
	opacity: 0.98;
	height: 57px;
	position: fixed;
	-webkit-transform: translateZ(0);
	background-color: #f6f6f6;
	z-index: 9999;
	box-shadow: 0 0 5px #949494;
	top:0;
	z-index:999;
  	}
.logo{
	margin-top:8px;
	float:left;
	}
.logo img{
	height:40px;
	}
.nav{
	float:right;
	}
.nav li{
	display:inline-block;
	}
.nav li a{
	display:inline-block;
	color:#111;
	font-size:12px;
	padding:0 15px;
	line-height:57px;
	text-shadow: 1px 1px 0px #FFF;
	}
.nav li a:hover{
	color:#fff;
	text-decoration:none;
	background:#000;
	text-shadow:none;
	}
.nav li:hover a{
	position:relative;
	color:#fff;
	text-decoration:none;
	background:#000;
	text-shadow:none;
	}
.nav li:hover .down-menu{
	display:block;
	}

.nav li .down-menu{
	position:absolute;
	display:none;
	width:100%;
	height:50px;
	padding-left:50%;
	left:0;
	background:#000;
	}
.down-menu li{
	color:#fff;
	line-height:50px;
	float:left;
	}
.down-menu li a{
	display:block;
	padding:0 20px;
	font-size:12px;
	line-height:50px;
	text-shadow:none;
	color:#fff;
	}
.down-menu li a:hover{
	color:#fff;
	background:#cb344b;
	}



/*Focus*/
#FocusBG {
	position:relative;
	width:100%;
	height:550px;
	overflow:hidden;
}
#Focus {
	position:absolute;
	width:1920px;
	height:550px;
	left:-960px;
	margin-left:50%;
}
#Focus ul {
	height:550px;
	position:absolute;
}
#Focus ul li {
	float:left;
	width:1920px;
	height:550px;
}
#Focus ul li img {
	width:1920px;
}
#Focus ul li div {
	position:absolute;
	overflow:hidden;
}
#Focus .btnBg {
	position:absolute;
	width:1920px;
	height:20px;
	left:0;
	bottom:0;
}
#Focus .btn {
	position:absolute;
	height:10px;
	bottom:20px;
	left:0;
	right:0;
	text-align:center;
}
#Focus .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:20px;
	height:6px;
	_font-size:0;
	margin-left:5px;
	cursor:pointer;
	background:#fff;
}
#Focus .btn span.on {
	background:#fff;
}
#Focus .preNext {
	width:45px;
	height:100px;
	position:absolute;
	top:90px;
	cursor:pointer;
}
#Focus .pre {
	left:0;
}
#Focus .next {
	right:0;
	background-position:right top;
}

#row{
	padding:40px 0 50px 0;
	background:#f6f6f6;
	}
.row-content{
	margin:60px -10px 0 -10px;
	}
.row-content li{
	position:relative;
	width:245px;
	height:290px;
	margin:0 10px;
	padding:0 20px;
	text-align:center;
	background-color:#fff;
	box-shadow: 0 0 5px #b0b0b0;
	float:left;
	}
.row-content li .ico{
	position:absolute;
	width:285px;
	height:110px;
	top: -55px;
	text-align:center;
	margin: 0 auto;
	left: 0;
	right: 0;

  	}
.row-content li .ico img{
	width:110px;
	height:110px;
	margin:0 auto;
  	}

.row-content li .news-content{
	}	
.news-content a{
	display:block;
	font-size:13px;
	line-height: 30px;
	}	
.row-content li h3{
	margin-bottom:15px;
	margin-top:85px;
	font-size: 16px;
	text-align:center;
	font-weight: bold;
	color:#cb344b;
	}
.row-content li p{
	font-size:13px;
	line-height: 30px;
	}
#cases{
	padding:40px 0;
	}
.tit{
	
	}
.tit h2{
	font-size:13px;
	float:left;
	}
.c-nav{
	float:right;
	}
.c-nav li{
	display:inline-block;
	}
.c-nav li a{
	display:inline-block;
	font-size:13px;
	padding:0 15px;
	}
.c-nav li .active,.c-nav li a:hover{
	color:#fff;
	text-decoration:none;
	background:#333;
	border-radius:5px;
	}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.not-animated { opacity:0; }
.cases-content{
	height:525px;
	margin:0 -10px;
	padding-top:40px;
	overflow:hidden;
	}
.cases-content li{
	width:285px;
	height:160px;
	margin:0 10px 20px 10px;
	box-shadow: 0 0 3px #E4E4E4;
	overflow:hidden; 
	float:left; 
	position:relative;
	 }
.cases-content li img{
	width:285px;
	-webkit-transition: transform 0.7s ease-out;
	-moz-transition: transform 0.7s ease-out;
	-ms-transition: transform 0.7s ease-out;
	-o-transition: transform 0.7s ease-out;
	transition: transform 0.7s ease-out;
	 }
.cases-content li:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	 }

.cases-content li .text{
	 width:100%; 
	 height:0; 
	 overflow:hidden; 
	 position:absolute; 
	 left:0; 
	 bottom:0;
	background: #333434;
	filter: alpha(opacity:90);
	opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
	 font-size:12px; 
	 color:#fff;
	 text-shadow:1px 1px 1px #000;
	 }
.cases-content li .text p{
	text-align:left; 
	color:#fff; 
	line-height:180%; 
	padding:5px 10px; 
	clear:both;
	}
.cases-content li .text b{ 
	display:block; 
	 color:#fff;
	font-size:17px;
	font-weight:600;
	font-family: 'STHeiti','Microsoft YaHei','\5FAE\8F6F\96C5\9ED1','宋体','arial';
  	padding:20px 5px 0 5px;
	margin-bottom:5px;
	text-align:center;
}
.cases-content li .text span{ 
	display:block;
	width:60px;
	background:#fff;
	padding:5px;
	color:#f75a53;
	border-radius:5px;
	text-align:center;
	margin:10px auto;
	font-size:13px;
	color:#f75a53;
	text-align:center;
	text-shadow:none;
}

/*.cases-content li{
	width:224px;
	height:197px;
	margin:0 10px 20px 10px;
	background:#f6f6f6;
	box-shadow: 0 0 5px #BBB;
	float:left;
	}
.cases-content li .pic{
	height:126px;
	overflow:hidden;
	}
.cases-content li .pic img{
	display:block;
	width:224px;
	-webkit-transition: transform 0.7s ease-out;
	-moz-transition: transform 0.7s ease-out;
	-ms-transition: transform 0.7s ease-out;
	-o-transition: transform 0.7s ease-out;
	transition: transform 0.7s ease-out;
	}
.cases-content li .pic img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}

.cases-content li .txt{
	padding-left:5px;
	padding-top: 5px;
	padding-bottom:20px;
	}
.cases-content li .txt h4{
	font-size:14px;
	font-weight: bold;
	margin:5px 0;
	}
.cases-content li .txt p{
	color:#666;
	font-size:12px;
	}

*//*#i-banner{
	position:relative;
	height:400px;
	overflow:hidden;
	}
*/
#i-banner{
  height: 400px;
  position: fixed;
  width: 100%;
  z-index: -11;
  top: 57px;
}	

#i-banner img{
	display:block;
	position:absolute;
	width:1920px;
	margin-left:-960px;
	left:50%;
	top:0;
	}
#inner{
	padding:40px 0;
	background:#fff;
	}

.i-bread{
	}
.i-tit{
	float:left;
	
	}
.i-tit h3{
	display:inline-block;
	font-size:13px;
	}
.i-tit .i-line{
	display:block;
	width:48%;
	padding-bottom: 5px;
  	border-bottom:2px solid #333;
	}
.i-nav-list{
	float:right;
	}
.i-nav-list li{
	display:inline-block;
	}
.i-nav-list li a{
	display: inline-block;
	font-size: 13px;
	padding: 2px 10px;
  	}
.i-nav-list li a:hover{
	color: #fff;
	text-decoration: none;
	background: #333;
	border-radius: 5px;
  	}
.i-content{
	padding:40px 0 40px 0px;
	}
.i-left{
	width:600px;
	float:left;
	
	}
.i-right-pic{
	width:500px;
	margin-top:15px;
	float:right;
	}
.i-right-pic img{
	width:500px;
	}

.i-content p{
	font-size:14px;
	margin:15px 0;
	line-height:1.5em;
	}
.i-content p img{
	max-width:1180px;
	}
.i-content img{
	max-width:1180px;
	}

.i-casescontent{
	padding:40px 0;
	margin: 0 -10px;
	}
.i-casescontent li{
	width:224px;
	height:197px;
	margin:0 10px 20px 10px;
	background:#f6f6f6;
	box-shadow: 0 0 5px #BBB;
	float:left;
	}
.i-casescontent li .pic{
	height:126px;
	overflow:hidden;
	}
.i-casescontent li .pic img{
	display:block;
	width:224px;
	-webkit-transition: transform 0.7s ease-out;
	-moz-transition: transform 0.7s ease-out;
	-ms-transition: transform 0.7s ease-out;
	-o-transition: transform 0.7s ease-out;
	transition: transform 0.7s ease-out;
	}
.i-casescontent li .pic img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}

.i-casescontent li .txt{
	padding-left:5px;
	padding-top: 5px;
	padding-bottom:20px;
	}
.i-casescontent li .txt h4{
	font-size:14px;
	font-weight: bold;
	margin:5px 0;
	}
.i-casescontent li .txt p{
	color:#666;
	font-size:12px;
	}
.pageinfo{
	padding-top:15px;
	overflow:hidden;
	
	}
/*新闻页面*/
.i-news{
	position:relative;
	padding-top: 50px;
	margin-top: 20px;
	}
.time-line{
	position:absolute;
	border-left:1px #E08593 solid;
	left:125px;
	top: 0;
	bottom:40px;
	margin: 30px 0;
	}
.i-news ul{
	}
.i-news ul li{
	height:120px;
	margin-bottom:30px;
	}
.i-news ul li .time{
	display:inline-block;
	width:77px;
	font-size:14px;
	float:left;
	}
.i-news ul li .time-ico img{
	width:20px;
	height:20px;
	
	}
.i-news ul li .time-ico{
	display:inline-block;
	width:20px;
	height:20px;
	margin-left: 39px;
	float:left;
	}
.i-news ul li .txt{
	width:960px;
	margin-left:80px;
	float:left;
	}
.i-news ul li .txt a{
	display:inline-block;
	width:100%;
	font-size:16px;
	padding-bottom:10px;
	margin-bottom: 5px;
	border-bottom:1px dotted #666;
	}
.i-news ul li .txt p{
	color:#848484;
	line-height:22px;
	}
.i-content h1{
	font-size:22px;
	text-align:center;
	margin:10px 0 15px 0;
	}
.i-info{
	font-size:12px;
	color:#444;
	text-align:center;
	}
.i-detail{
	padding-top:10px;
	}
.i-detail p{
	margin:0 !important;
	font-size:16px;
	line-height:23px;
	}
.PrevNext{
	padding-top:20px;
	overflow:hidden;
	
	}
.PrevNext li{
	margin:5px 0;
	font-size:13px;
	padding-left:15px;
	color:#333;
    background: url("/images/jiantou.gif") no-repeat 0px -6px;
		}
.PrevNext li a{
	color:#555;
	font-size:13px;
	}
.i-contact{
	padding:40px 0;
	}
.i-contact .left-contact{
	width:380px;
	float:left;
	}
.i-contact .left-contact p{
	color:#222;
	font-size:12px;
	margin-bottom:10px;
	line-height: 23px;
	}

.i-contact .right-map{
	width:750px;
	box-shadow:0 0 5px #b0b0b0;
	float:right;
	}

#contact{
	position:relative;
	}
#contact img{
	display:block;
	width:100%;
	
	}
#contact p{
	position:absolute;
	font-size:16px;
	color:#fff;
	top: 30%;
	right: 0;
	left: 0;
  	}
#footer{
	padding:30px 0;
	background: #1F1F1F;
  	}
.f-link{
	width:620px;
	float:left;
	}
.f-nav{
	padding-bottom:5px;
	border-bottom:1px solid #000;
	}
.f-nav li{
	padding-right:30px;
	float:left;
	}
.f-nav li a{
	color:#999;
	font-size:12px;
	}
.f-brand{
	padding-top:5px;
	border-top:1px solid #444;
	}
.f-brand li{
	padding-right:30px;
	float:left;
	}
.f-brand li a{
	color:#999;
	font-size:12px;
	}
.code{
	width:100px;
	float:right;
	}
.code img{
	display:block;
	width:100px;
	}
.code p{
	margin-top:5px;
	font-size:12px;
	text-align:center;
	color:#999;
	}
.copy{
	clear:both;
	font-size:12px;
	color:#999;
	}
.copy a{
	color:#999;
}
.link{
	color:#444;
	background: #1F1F1F;
	padding-bottom:5px;
	}
.link a{
	color:#444;
	}









