body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}/*清零*/
html{color:#1e4ea1;font-family: '微软雅黑';}
html{text-size-adjust:none;}
body{font-size:14px;}/*全局字体*/
img{border:none;}/*去除图标默认边框*/
li{list-style:none;}/*去除列表前小圆点*/
input,button,select,textarea{outline:none;}/*去除输入框默认样式*/
a{text-decoration:none;color:#1e4ea1;}/*去除链接下划线*/
textarea{resize:none}/*去除文本框的放大缩小*/

.wrapper{
	width: 100%;
	min-width:1085px;
	min-height: 700px;

}
.header{
	width: 1075px;
	height: 85px;
	margin:0 auto;
}
.header .up{
	height: 30px;
	overflow: hidden;
}
.header .up .language{
	width: 120px;
	height: 25px;
	float:right;
	margin:2px 130px;
	overflow: hidden;
	text-align: center;
}
.up .language a{
	font-size:12px;
	display: inline-block;
	width:55px;
	height: 16px;
	float:left;
	margin:4px 2px;
	line-height: 16px;
	color:#b8b8b8;
}
#high{
	background: #F3F3F3;
	color:#636363;
}
.below{
	height: 55px;
	overflow:;
}
.below .logo{
	width: 176px;
	height: 22px;
	float:left;
	background: url(../images/logo.png);
	margin-left:140px;
	margin-top:10px;
}
.below .logo a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.below .nav{
	width: 460px;
	height: 53px;
	float:right;
	margin-right:92px;
}
.nav ul{
	overflow: hidden;

}
.nav li{
	float:left;
	width: 72px;
	height: 53px;
	margin-right:43px;
	text-align: right;

}
.nav a{
	display: inline-block;
	padding:6px;
	height: 15px;
	margin-top:12px;
	font-weight:bold;
}
.nav a:hover{
	color:#f93;
}
.high1{
	border-bottom: 2px solid #f93;
	color:#f93;
}
.slides li{
	position: relative;z-index:1;
}
.flexslider .slides li .box{
	position: absolute;left:12%;top:25%;width: 25%;height: 40%;
}
/*header结束*/
.container{
	width: 100%;
	min-height: 700px;
}
.tle{
	width: 104px;
	height: 234px;
	position: fixed;
	right:20px;
	bottom:120px;
	background: url(../images/tel.png) ;
	z-index: 99;
}
.container .picture{
	width: 100%;
}
img{
	width: 100%;
}
/*图片结束*/
.content{
	width: 865px;
	min-height: 652px;
	margin:30px auto;
}
.title{
	width: 475px;
	height: 18px;
	margin:0px auto;
	overflow: hidden;
}
.left-line,.right-line{
	width: 160px;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.left-line{
	float:left;
	margin-top:8px;
}
.right-line{
	float:right;
	margin-top:8px;
}
.title-text{
	width: 155px;
	height: 18px;
	text-align: center;
	float:left;
	font-family:'方正兰亭黑简体';
}
.news-rank-wrapper{
	width: 100%;
	margin-top:-14px;
	/*min-height: 500px;*/
	overflow: hidden;
}
.news-rank-wrapper>div{
	width: 225px;
	height: 130px;
	float:left;
	margin:55px 0 0 45px;
	overflow: hidden;
}
.news-rank-wrapper>div a{
	color:#373737;
}
.news-rank-wrapper>div a:hover{
	color:#f93;
}
.news-content{
	font-size: 12px;
	margin-top:10px;
	line-height: 24px;
	cursor: pointer;
}

/*footer*/
.footer{
	height:40px;
	margin-top:10px;
	background: #292929;
	overflow: hidden;
	font-size: 11px;
	color:#b8b8b8;
}
.footer a{
	color:#b8b8b8;
}
.footer-wrap{
	width: 790px;
	height: 40px;
	margin:0 auto;
}
.subNav{
	width: 235px;
	height: 40px;
	float:left;
	line-height: 40px;
}
.subNav a{
	margin:7px;
}
.copyright{
	width: 334px;
	height: 40px;
	float:right;

	line-height: 40px;
}
.footer a:hover{
	color:#f93;
}
/*兼容Chrome不能小于12px字体样式*/
.copyright span{
	-webkit-transform:scale(0.95);
	margin-left:-7px;
	-o-transform:scale(1);
	display: inline-block;
}