body {
	font-size: 14px;
	/*字的大小*/
	margin: 0 auto;
	color: #403f3f;
	font-family: 微软雅黑;
}

a {
	color: #403f3f;
	text-decoration: none;
}

a:hover {
	color: #0491fe;
	text-decoration: none;
}

ul {
	list-style: none;
}

.main_container {
	margin: 0 auto;
	min-width: 1200px;
	/*height:100%;*/
}

.top {
	margin: 0 auto;
	min-width: 1200px;
}

.head_container {
	margin: 0 auto;
	height: 100px;
	width: 100%;
	text-align: center;
	FILTER: progid: DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#b8c4cb, endColorStr=red);
	/*IE 6 7 8*/
	background: -ms-linear-gradient(top, #d5d5d5 15%, #f5f5f5 50%);
	/* IE 10 */
	background: -moz-linear-gradient(top, #d5d5d5 15%, #f5f5f5 50%);
	/*火狐*/
	background: -webkit-gradient(linear, 0% 60%, 80% 100%, from(#d5d5d5), to(#f5f5f5));
	/*谷歌*/
	background: -webkit-gradient(linear, 0% 60%, 80% 100%, from(#d5d5d5), to(#f5f5f5));
	/*360安全浏览器*/
	background: -webkit-gradient(linear, 0% 60%, 80% 100%, from(#d5d5d5), to(#f5f5f5));
	/* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #d5d5d5 15%, #f5f5f5 50%);
	/*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #d5d5d5 15%, #f5f5f5 50%);
	/*Opera 11.10+*/
}

.top_contain {
	margin: 0 auto;
	width: 1200px;
	height: 70px;
	padding-top: 30px;
}

.logo_img {
	float: left;
	width: 33%;
}

.head_icon {
	float: right;
	width: 53%;
	margin-top: 20px;
	margin-right: 20px;
}


/*小圆圈*/

.circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #d5d5d5;
	position: absolute;
	margin-left: 40px;
	margin-top: -15px;
}

.head_button {
	float: right;
	width: 50%;
	margin-top: -8px;
	border-top: 1px solid #d5d5d5;
}

.head_button a {
	font-size: 16px;
	display: block;
	float: left;
	padding: 15px;
	color: #403f3f;
	text-decoration: none;
	font-family:微软雅黑;
}

.head_button a:hover {
	border-bottom: 3px solid #0491fe;
	color: #0491fe;
	text-decoration:none;
}

.main_content {
	width: 100%;
	margin: 0 auto;
	background-color: #f9f8f8;
	/*height:100%;*/
}

.tab_content {
	margin: 0 auto;
	width: 1200px;
	height: 520px;
	background-color: white;
}

.tab_content2{
	width:50%;
	margin:0 auto;
}



.tab_content1 {
	padding: 30px;
}

.tab_left {
	height: 300px;
	float: left;
	width: 70%;
}

.tab_left1 {
	height: 260px;
	float: left;
	width: 48%;
}

.tab_left2 {
	height: 260px;
	float: right;
	width: 48%;
}

.tab_left3 {
	padding-top: 15px;
	float: left;
	width: 100%;
}

.news_content {
	padding: 10px 30px 10px 30px;
	background-color: #f9f8f8;
	height: 200px;
}

.news_content ul,
.employee_tab ul {
	list-style: none;
}

.news_content li,
.employee_tab li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #d5d5d5;
	margin-left: -40px;
}

.rows_right {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #d5d5d5;
	float: left;
	padding-right: 4px;
	margin-top: 5px;
}

.news_content hr,
.employee_tab hr {
	margin-left: -40px;
}

.news_content span,
.employee_tab span {
	float: right;
}

.about_content {
	padding: 10px;
	background-color: #f9f8f8;
	height: 200px;
	position: relative;
}

.about_content span {
	line-height: 15pt;
}

.tab_right {
	height: 100px;
	float: right;
	width: 27%;
}

.employee_tab {
	padding: 1px 10px 10px 10px;
	background-color: #f9f8f8;
	height: 208px;
}

.tab_right_2 {
	padding-top: 25px;
	/*与上方div保持点距离*/
}

.contact_content {
	padding: 10px 10px 20px 10px;
	background-color: #f9f8f8;
	height: 125px;
	line-height: 20pt;
	/*行距*/
}

.show_content {
	padding: 10px;
	/*内边距*/
	height: 160px;
	background-color: #f9f8f8;
}

.foot{
	margin:0 auto;
	background-color:#efefef;
	height:90px;
	font:微软雅黑;
	bottom:0;
	min-width:1200px;
}
.foot a{
	color:#403f3f;
	text-decoration:none;
}
.foot a:hover{
	color:#0491fe;
	text-decoration:none;
}
.foot1{
	padding-left:70px;
	width:auto;
	height:50px;
	float:left;
	font:微软雅黑;
}

.foot_container{
	left: 30%;
	width: 800px;
	min-width: 500px;
	text-align: center;
	line-height: 15pt;
	position: absolute;
}
.foot_container ul{
	list-style: none;
	margin-top: -1px;
	text-align: center;
}
.copy_right{
	position: absolute;
	margin-top: 20px;
	font-family:微软雅黑;
	font-size:14px;
}

/*菜单栏*/

.module {
	position: relative;
	width: 99.5%;
	height: 30px;
	border: 1px solid #E0E0E0;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #d5d5d5);
	background-image: -ms-linear-gradient(top, #fff, #d5d5d5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d5d5d5));
	background-image: -webkit-linear-gradient(top, #fff, #d5d5d5);
	background-image: -o-linear-gradient(top, #fff, #d5d5d5);
	background-image: linear-gradient(top, #fff, #d5d5d5);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#d5d5d5', GradientType=0);
	font-family: "微软雅黑";
	font-size: 18px;
	text-indent: 8px;
}

.module-title {
	display: inline-block;
	height: 34px;
	line-height: 35px;
	padding: 0px 12px;
	background-color: #0491fe;
	color: #FFFFFF;
	text-align: center;
	text-indent: 0;
	transform: skew(-20deg);
	margin-top: -3px;
}

.module-title label {
	display: inline-block;
	transform: skew(20deg);
}

.module1 {
	position: relative;
	width: 1200px;
	height: 30px;
	border: 1px solid #E0E0E0;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #d5d5d5);
	background-image: -ms-linear-gradient(top, #fff, #d5d5d5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d5d5d5));
	background-image: -webkit-linear-gradient(top, #fff, #d5d5d5);
	background-image: -o-linear-gradient(top, #fff, #d5d5d5);
	background-image: linear-gradient(top, #fff, #d5d5d5);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#d5d5d5', GradientType=0);
	font-family: "微软雅黑";
	font-size: 18px;
	text-indent: 8px;
}

.module-title1 {
	display: inline-block;
	height: 34px;
	line-height: 35px;
	padding: 0px 12px;
	background-color: #0491fe;
	color: #FFFFFF;
	text-align: center;
	text-indent: 0;
	transform: skew(-20deg);
	margin-top: -3px;
}

.module-title1 label {
	display: inline-block;
	transform: skew(20deg);
}

.module2 {
	position: relative;
	width: 1000px;
	height: 30px;
	border: 1px solid #E0E0E0;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #d5d5d5);
	background-image: -ms-linear-gradient(top, #fff, #d5d5d5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d5d5d5));
	background-image: -webkit-linear-gradient(top, #fff, #d5d5d5);
	background-image: -o-linear-gradient(top, #fff, #d5d5d5);
	background-image: linear-gradient(top, #fff, #d5d5d5);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#d5d5d5', GradientType=0);
	font-family: "微软雅黑";
	font-size: 18px;
	text-indent: 8px;
}

.module-title2 {
	display: inline-block;
	height: 34px;
	line-height: 35px;
	padding: 0px 12px;
	background-color: #0491fe;
	color: #FFFFFF;
	text-align: center;
	text-indent: 0;
	transform: skew(-20deg);
	margin-top: -3px;
}

.module-title2 label {
	display: inline-block;
	transform: skew(20deg);
}

.module-moreInfo {
	display: inline-block;
	float: right;
	height: 35px;
	line-height: 35px;
	margin-right: 8px;
	color: #555555;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	font-size: 12px;
}

.module-moreInfo:hover {
	color: #000;
}

.module-moreInfo:hover .module-icon {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.module-icon {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: -2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #0491fe;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	vertical-align: middle;
	z-index: 10;
}

.module-icon:before {
	position: absolute;
	top: 2px;
	right: 4px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #FFFFFF;
	border-width: 5px 0px 5px 5px;
}


/*滚动图片*/

.show_content {
	width: 774px;
	height: 130px;
	border: 1px solid #E0E0E0;
	overflow: hidden;
}

.scroll_div {
	width: 1000%;
	height: 120px;
	background-color: #FFFFFF;
}

.scroll_div ul,
.scroll_div li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.scroll_div ul {
	float: left;
}

.scroll_div li {
	display: inline-block;
}

.scroll_div img {
	width: 140px;
	border: 0;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px #efefef solid;
}
.scroll_div a{
	position:relative;
}
.scroll_div span{
	display:inline-block;
	position:absolute;
	background-color:#000000;/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color:rgba(0,0,0,0.6); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
	width:140px;
	margin-top:99px;
	margin-left:-143px;
	padding-top:4px;
	padding-bottom:4px;
	z-index:6;
	color:white;
	text-align:center;
}


/*设置ul和li横排*/


/*向上小三角形*/

.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
	position: absolute;
	margin-left: 46px;
	margin-top: 26px;
	z-index: 10;
}


/*关于我们*/

.about_content1 {
	margin: 15px auto;
	width: 1000px;
	height: auto;
	
}

.about_content_detail {
	width: 840px;
	height: 500px;
	background-color: white;
	padding: 20px 80px 20px 80px;
	border: 1px solid #E0E0E0;
}

.about_content_detail img {
	padding-bottom: 20px;
}

.about_summary {
	line-height: 18pt;
	word-wrap: break-word;
	word-break: normal;
	/*自动换行*/
}


/*公司资讯*/
.news1{
	border:1px soild #eeeeee;
	margin-top:20px;
}

.div_line { 
   line-height:1px;
   background:#eeeeee;
   width:100%;
   margin:0 auto 0 auto;
}

.news_content1 {
	margin: 15px auto;
	width: 1200px;
	height: auto;
}

.news_content_detail {
	width: 1180px;
	height: auto;
	padding: 10px 10px 10px 10px;
	background-color: white;
	border: 1px solid #E0E0E0;
}

.detail_block {
	background-color: #f9f8f8;
	height: 276px;
	margin-bottom: 20px;
}

.news_img {
	float: left;
	width:35%;
	height:150px;
	padding-top:-10px;
	
}

.news_details {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	width: 675px;
	line-height: 15pt;
}

.news_details span,
.show_details span {
	display: block;
	padding-bottom: 20px;
	font-size: 20px;
}


/*案例展示*/

.show_details {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	width: 350px;
	line-height: 15pt;
	
}

.show_content_detail {
	width: 880px;
	height: auto;
	padding: 10px 160px 10px 160px;
	background-color: white;
	border: 1px solid #E0E0E0;
}


/*公司资讯版本备份*/
.news{
	width:572px;
}

.news_details1 {
	margin-top:-10px;
	padding-top:20px;
	float: right;
	width: 60%;
	line-height: 15pt;
}

.news_details1 span {
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
	line-height:24px;
}

.read_more {
	float: left;
	width: 90px;
	height: 15px;
	border: 1px solid #0491fe;
	margin-left:230px;
	margin-top:10px;
	padding-bottom:5px;
}

.read_more:hover {
	font-weight: bold;
}

.read_more ul {
	list-style: none;
	width: 100px;
	display: block;
}

.read_more ul li {
	float: left;
}

.more_1 {
	display: block;
	margin-top: -19px;
	margin-left: -30px;
	color: #0491fe;
	float: left;
	
}




/*分页按钮*/

.pager {
	margin: 0 auto;
	height: 30px;
}

.pager ul {
	display: block;
	width: 400px;
	position: relative;
	list-style: none;
	margin-top:20px;
}

.pager ul li {
	float: left;
	padding: 3px 8px 3px 8px;
	margin-left: 7px;
	border: 1px solid #E0E0E0;
}

.current_page {
	color: #FFF;
	background-color: #06F;
}

.current_page1 {
	color: #666;
	background-color: #ffffff;
}
.disable_page {
	color: #666;
	border:#999;
}


.pager li:hover{
	color: #FFF;
	background-color:#06F;
}

.pager1 {
	margin: 0 auto;
	height: 40px;
}

.pager1 ul {
	display: block;
	width: 400px;
	margin: 0 auto;
	position: relative;
	list-style: none;
}

.pager1 ul li {
	float: left;
	padding: 5px 8px 5px 8px;
	margin-left: 7px;
	border: 1px solid #E0E0E0;
}

.pager1 li:hover {
	color: #FFF;
	background-color: #0491fe;
}


/*联系我们*/

.contacts_content1 {
	margin: 15px auto;
	width: 1000px;
	height: auto;
}

.contacts_content_detail {
	width: 920px;
	height: 500px;
	background-color: white;
	padding: 40px 40px 20px 40px;
	border: 1px solid #E0E0E0;
}

.contacts_content_detail_01 {
	margin: 0 auto;
	width: 500px;
	height: 150px;
}

.contacts_content_detail_01 h3 {
	margin-top: -18px;
	margin-left: 15px;
}

.little_icon {
	width: 5px;
	height: 16px;
	background-color: #0491fe;
}

.contacts_summary {
	line-height: 15pt;
}

.contacts_summary li {
	margin-left: -40px;
}

.modal{
	width:140px;
	position:absolute;
	margin-top:-75px;
	text-align:center;
}
.modal1{
	width:150px;
	position:absolute;
	margin-top:-75px;
	text-align:center;
}
.modal a{
	display:block;
	margin-top:1px;
	border-left: 5px solid #C0C0C0;
	background:#f0f0f0;
	color:#403f3f;
	font-family:微软雅黑;
}
.modal1 a{
	display:block;
	margin-top:1px;
	border-left: 5px solid #C0C0C0;
	background:#f0f0f0;
	color:#403f3f;
	font-family:微软雅黑;
}
.modal a:hover {
	border-left: 5px solid #0491fe;
	color: #0491fe;
	background-color:white;
}
.modal1 a:hover {
	border-left: 5px solid #0491fe;
	color: #0491fe;
	background-color:white;
	text-decoration:none;
}
.modal a div{
	margin:0 auto;
	height:40px;
}
.modal1 a div{
	margin:0 auto;
	height:40px;
}
.modal a div span{
	font-size:15px;
	display:block;
	padding-top:12px;
	font-family:微软雅黑;
}
.modal1 a div span{
	font-size:15px;
	display:block;
	padding-top:12px;
	font-family:微软雅黑;
}
.left-modal{
	background-color:rgb(4, 145, 254);
	width:140px;
	height:80px;
	color:white;
	
}
.left-modal1{
	background-color:rgb(4, 145, 254);
	width:150px;
	height:90px;
	color:white;
}
.left-modal2{
	background-color:rgb(4, 145, 254);
	width:140px;
	height:100px;
	color:white;
}
.left-modal ul{
	padding-top:16px;
	position: relative;
	padding-left:0px;
	font-family:微软雅黑;
}
.left-modal1 ul{
	padding-top:16px;
	position: relative;
	padding-left:0px;
	font-family:微软雅黑;
}
.left-modal2 ul{
	padding-top:16px;
	position: relative;
	padding-left:0px;
	font-family:微软雅黑;
}
.about_big{
	font-size:20px;
}
.about_little{
	font-size:16px;
}
.about_content2{
	width:100%;
	height:400px;
	margin-top:30px;
}
.main_about{
	position:relative;
	width:820px;
	height:100%;
	float:right;
	background-color:white;
}
.main_about img{
	margin-left:10px;
	margin-top:10px;
}
.img_align{
	margin:0 auto;
	width:74%;
}
.news_kuang{
	height:1010px;
	border:1px solid #eeeeee;
	width:70%;
	margin:0 auto;
	
}
.news_kuang1{
	height:980px;
	border:1px solid #eeeeee;
	width:70%;
	margin:0 auto;
}
.news_kuang2{
	height:900px;
	border:1px solid #eeeeee;
	width:70%;
	margin:0 auto;
}
.text_content{
	margin:0 auto;
	width:70%;
	line-height:30px;
	height:250px;
	height:85%;
}
.text_content span{
	display:block;
	margin-top:10px;
}
.text_content1{
	margin:0 auto;
	width:100%;
	line-height:30px;
	height:200px;
	
}
.text_content1 span{
	display:block;
	margin-top:20px;
}
.about_module{
	position: relative;
	width: 99.8%;
	height: 30px;
	border: 1px solid #E0E0E0;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #d5d5d5);
	background-image: -ms-linear-gradient(top, #fff, #d5d5d5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d5d5d5));
	background-image: -webkit-linear-gradient(top, #fff, #d5d5d5);
	background-image: -o-linear-gradient(top, #fff, #d5d5d5);
	background-image: linear-gradient(top, #fff, #d5d5d5);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#d5d5d5', GradientType=0);
	font-family: "微软雅黑";
	font-size: 12px;
	text-indent: 8px;
}
.about_module span{
	display:block;
	margin-top:5px;
}
.about_module a{
	color: #403f3f;
	text-decoration: none;
}
.about_module a:hover{
	color: #0491fe;
	text-decoration: none;
}

.show_head{
	background-color:pink;
}
.show_head span{
	display:block;
	margin-top:-25px;
	margin-left:35px;
}
.honor_table{
	width:100%;
	text-align:center;
	font-size:14px;
	vertical-align: top;
}