*{
	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;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
img{ 
	border:none;
}
a img{
	border:none;
}
a:link{
	color: #333333;
	}
a:visited{
	color: #333333;
	}
a:hover{
	color: #27CCC0;
	text-decoration:underline;
	}
a:active{
	color: #333333;
	}
p,div{
	color:#333;
	font-size:12px;
	}
.row:after,.grid:after,.r-list,#inner:after,.contact_bg:after{
	content: "";
	display: table;
	clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
	padding-top:100px;
	background:#fff;
	}
	
.cur{
	color:#27CCC0 !important;
	}
.container {
	width:1100px;
	margin:0 auto;
}

#top{
	position:fixed;
	height:100px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	z-index:99;
	background:#fff;
	right:0;
	left:0;
	top:0;
	
  	}
.logo{
	width:143px;
	height:42px;
	margin-top:25px;
	float:left;
	}
.nav{
	margin-top:40px;
	float:right;
	}
.nav ul{
	}
.nav ul li{
	position:relative;
	z-index:222;
	display:inline;
	padding: 0 15px;
  	}
.nav ul li a{
	display:inline-block;
	height:30px;
	font-size:15px;
	color:#888;
	}
.nav ul li a:hover{
	text-decoration:none;
	color:#27CCC0;
	}
.nav ul li>ul{
	display:none;
	position:absolute;
	width:95px;
	z-index:999;
	text-align: center;
	left: 0;
	right: 0;
	padding:5px 0;
	background:#333;
	border-radius:5px;
  	}
.nav ul li>ul li{
	display:block;
	background-image:none;
	line-height:32px;
	height:32px;
	padding-top:0px;
	padding:0;
	margin:0;
	}
.nav ul li>ul li a{
	background-image:none;
	font-size:13px;
	padding:0px 10px;
	margin:0px;
	height:32px;
	line-height:32px;
	color:#fff;
	}
.nav ul li>ul li a:hover{
	color:#FFF;
	text-decoration:underline;
	}

/*Focus*/
#FocusBG{
	position:relative;
	width:100%;
	height:580px;
	overflow:hidden;
	}

#Focus { position:absolute; width:1920px; height:580px; left:-960px; margin-left:50%;}
#Focus ul {height:580px; position:absolute; }
#Focus ul li {float:left; width:1920px; height:580px;}
#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; width:1920px; height:10px; margin-left:50%; padding:5px 10px; bottom:20px;}
#Focus .btn span {display:inline-block; _display:inline; _zoom:1; width:20px; height:6px; _font-size:0; margin-left:10px; 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;}

#index-con{
	padding:30px 0;
	background:#f5f5f5;
	}
#index-con h1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:25px;
	}
.index-insro{
	margin-top:10px;
	}
.index-insro p{
	font-size:14px;
	line-height:26px;
	margin-bottom:20px;
	}
#index-contact{
	position:relative;
	padding: 52px 0px 46px 0px;
	background:#ecebe9;
	text-align:center;
  	}
.triangle{
	position:absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f5f5f5;
	height: 10px;
	width: 10px;
	margin: -52px auto 43px auto;
	left:0;
	right:0;
  	}
#index-contact span{
	display:inline-block;
	font-size: 18px;
	font-weight:bold;
  	}
#index-contact a{
	display:inline-block;
	padding: 16px 21px;
	margin-left:20px;
	color:#fff;
	background:#27CCC0;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    	}
/*新闻列表*/
#inner{
	padding:30px 0;
	background:#f5f5f5;
	}
.i-content{
	
	}
.i-content p{
	margin-bottom:15px;
	font-size:14px;
	line-height:24px;
	}
.i-content p strong{
	font-weight:bold;
	}
.i-news{
	
	}

.i-news ul{
	}
.i-news ul li{
	margin-bottom:30px;
	overflow:hidden;
	
	}
.i-news ul li .date{
	width:72px;
	border-right:1px solid #E6E6E6;
	padding-bottom:20px;
	float:left;
	
	}
.i-news ul li .date .month{
	font-size:13px;
	text-align:center;
	
	}
.i-news ul li .date .day{
	font-size:29px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
	}
.i-news ul li .date .hits{
	margin-top:10px;
	text-align:center;
	}
.i-news ul li .txt{
	width:900px;
	padding-left:20px;
	float:left;
	}
.i-news ul li .txt h2{
	font-size:22px;
	margin-bottom: 15px;
	font-weight:bold;
	color:#27CCC0;
	}
.i-news ul li .txt h2 a{
	font-size:22px;
	margin-bottom: 15px;
	font-weight:bold;
	color:#27CCC0;
	}

.i-news ul li .txt p{
	color:#777;
	font-size:13px;
	line-height:24px;
	}
.i-news ul li .txt p a{
	color:#777;
	font-size:13px;
	line-height:24px;
	}

.i-news ul li .txt p a:hover{
	text-decoration:none;
	}
.t_page{
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:25px;
	
	}	
.t_page a{
	padding:2px 5px;
	border:1px solid #DEDEDC;
	margin:0px 3px;}	
.FontRed {
  color: #FF0000;
}
.prenext{
	padding:10px 0px;
	margin-top:10px;}
.prenext ul li{
	line-height:30px;
	background:url("/images/Hituxblue/jiantou.gif") no-repeat 0px 1px;
	padding-left:15px;}	
/*活动图片*/

.i-activity{
	padding:10px 0;
	margin:0 -10px;
	}
.i-activity dl{
	width:260px;
	height:270px;
	margin:10px 10px 15px 10px;
	background:#fff;
	box-shadow: 0px 1px 2px #999;
	-webkit-box-shadow: 0px 1px 2px #999;
	-moz-box-shadow: 0px 1px 2px #999;
	-o-box-shadow: 0px 1px 2px #999;
	-ms-box-shadow: 0px 1px 2px #999;
	float:left;
	}
.i-activity dl dt{
	width:260px;
	height:142px;
	margin:0 auto;
	}
.i-activity dl dt img{
	width:260px;
	height:142px;
	}

.i-activity dl dd{
	padding:0 10px;
	}
.i-activity dl dd h4{
	margin:10px 0;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}
.i-activity dl dd p{
	font-size:13px;
	color:#656565;
	}
/*内页联系我们*/
.i-contact{
	padding-bottom:50px;
	
	}
.i-contact h3{
	 font-size:30px; 
	 padding-top:35px;
	 text-align:center; 
	 padding-bottom:10px;
	 }
.i-contact .line{ 
	width:200px;
	border-top:1px #000 solid; 
	padding-top:10px; 
	margin:0 auto;
	}
.i-contact .tit6{ 
	color:#666;
	font-size:16px;
	text-align:center;
	margin-bottom: 60px;
	}
.i-contact ul{
	margin:0 -10px;
	clear: both;
	display: table;
  	}
.i-contact ul li{
	width:260px;
	height:230px;
	margin:0 10px;
	padding-top:40px;
	background:#fff;
	box-shadow: 0px 0px 5px #b0b0b0;
	float:left;
	}
.i-contact ul li.lastbor {
	border:none;
	}
.i-contact ul li span{
	display:block;
	height:65px;
	text-align:center;
	}
.i-contact ul li span img{
	width:60px;
	}

.i-contact ul li p.c_info{
	font-size:18px;
	}
.i-contact ul li p{
	color:#333;
	font-size: 16px;
	margin-top: 10px;
	text-align:center;
	}

/*底部*/
#footer{
	height:70px;
	background:#1f1f1f;
	}
#footer p{
	color: #777;
	line-height: 60px;
	}

/* 回到顶部*/
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
	
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-angle-up:before {
  content: "\f106";
}