﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/
@import url("../css/common/animation.min.css");/*自定义文档*/

/*上下布局
.main_left.grid_22{
	width:100%;
	}
.main_right.ov_h.pb20{
	width:1100px;
	margin:0 auto;
	float:none;
	}*/
.text,.text p{
	} 

.public_2col{
	width:1000px;
	margin:0 auto;
	}
.feedback .strong{
	font-weight:normal;
	}		
/*index
------------------------------------------------------------*/
.ind_tit{
	text-align:center;
	}
.ind_tit h3{
	color:#e60012;
	font-size:25px;
	text-align:center;
	background:url(../img/ind_tit.png) center no-repeat; 
	}
.ind_tit span{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#999;
	font-weight:normal;
	line-height:24px;
	text-transform: uppercase;
	}
.ind_tit a.more{
	display:block;
	height:28px;
	line-height:28px;
	width:78px;
	border:solid 1px #ddd;
	font-size:14px;
	color:#666;
	text-decoration:none;
	margin: 0 auto;
	margin-top: 10px;
	}	

.box1,.box2{
	margin-top:60px;
	}
.box1_main{
	text-align:center;
	}
.box1_main a.prev,.box1_main a.next{
	background:url(../img/prev.png) no-repeat top center;
	width:26px;
	height:26px;
	display:inline-block;	
	margin:0px 10px;
	}
.box1_main a.next{
	background:url(../img/next.png) no-repeat bottom center;
	}
.box1_main a.prev:hover{
	background:url(../img/prev_on.png) no-repeat bottom center;
	}
.box1_main a.next:hover{
	background:url(../img/next_on.png) no-repeat bottom center;
	}
.box1_main .bd{
	float:left;
	width:1075px;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
	}
.box1_main ul li{
	width:235px;
	margin-right:20px;	
	float:left;
	text-align:center;
	height:311px;
	overflow:hidden;
	border-bottom:solid 1px #ddd;
	}
.box1_main ul li a{
	text-decoration:none;
	display:block;
	}
.box1_main ul li .pic{
	overflow:hidden;
	width:233px;
	height:233px;
	border:solid 1px #ddd;
	text-align:center;
	}
.box1_main ul li .pic img{
	height:235px;
	-webkit-transition: all 0.5s linear -1ms;
	-moz-transition: all 0.5s linear -1ms;
	-ms-transition: all 0.5s linear -1ms;
	-o-transition: all 0.5s linear -1ms;
	transition: all 0.5s linear -1ms;
	}
.box1_main ul li .txt{
	margin-top:10px;
	margin-bottom:20px;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
.box1_main ul li h3{
	text-align:center;
	display:block;
	font-size:16px;
	font-weight:normal;
	}
.box1_main ul li p{
	color:#999;
	font-size:12px;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
.box1_main ul li a.more{
	display:inline-block;
	width:100px;
	height:30px;
	line-height:30px;
	background:#ddd;
	text-align:center;
	color:#fff;
	margin-bottom:25px;
	}
.box1_main ul li:hover{
	border-bottom:solid 1px #e60012;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
.box1_main ul li:hover .txt{
	margin-top:5px;
	margin-bottom:0px;
	}
.box1_main ul li:hover p{
	line-height:20px;
	}
.box1_main ul li:hover .pic img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	zoom: 1.1\9; /* IE 8 */
	overflow:hidden;
	}
.box1_main ul li:hover .txt h3 a{
	color:#e60012;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
.box1_main ul li:hover a.more{
	background:#e60012;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
		
.box2_main{
	padding-top:30px;
	}		
.box3_bg{
	background:#eee;
	padding:60px 0px;
	margin-top:60px;
	}	
.box3_main ul li{
	width:298px;
	height:118px;
	position:relative;
	border:solid 1px #ccc;
	padding:10px;
	margin-top:30px;
	}

.box3_main ul li .date{
	width:64px;
	height:54px;
	background:#ccc;
	font-family:impact;
	color:#fff;
	position:absolute;
	top:-10px;
	}
.box3_main ul li .date p{
	color:#fff;
	font-size:24px;
	text-align:left;
	text-indent:5px;
	padding-top:8px;
	}
.box3_main ul li .date span{
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	color:#fff;
	font-size:14px;
	}
.box3_main ul li .txt p{
	font-size:14px;
	text-indent:80px;
	line-height:40px;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:dashed 1px #ccc;
	}
.box3_main ul li .txt p a{
	text-decoration:none;
	}
.box3_main ul li .txt span{
	color:#666;
	line-height:18px;
	}
.box3_main ul li:hover .date{
	background:#e60012;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
.box3_main ul li:hover{
	background:#fff;
	border:solid 1px #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
	
/*products_list
----------------------------------------------------------------*/
.products_list ul li{
	float:left;
	width:240px;
	margin-right:20px;
	margin-bottom:20px;
	}
.products_list ul li.last{
	margin-right:0px;
	}
.products_list ul li .pic{
	width:238px;
	height:238px;
	border:solid 1px #ddd;
	overflow:hidden; 
	}
.products_list ul li a{
	text-decoration:none;
	display:block;
	text-align: center;
	}
.products_list ul li .pic img{
	height:238px;
	-webkit-transition: all 0.5s linear -1ms;
	-moz-transition: all 0.5s linear -1ms;
	-ms-transition: all 0.5s linear -1ms;
	-o-transition: all 0.5s linear -1ms;
	transition: all 0.5s linear -1ms;
	}
.products_list ul li .txt{
	margin-top:10px;
	max-height:54px;
	text-align:center;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
.products_list ul li h3{
	display:block;
	font-size:16px;
	font-weight:normal;
	}
.products_list ul li p{
	color:#999;
	font-size:12px;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
.products_list ul li:hover{
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
.products_list ul li:hover h3 a{
	color:#e60012;
	}
.products_list ul li .pic:hover{
	border:solid 1px #e60012;
	-webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	}
.products_list ul li:hover .pic img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	zoom: 1.1\9; /* IE 8 */
	overflow:hidden;
	}
	
/*news_list
----------------------------------------------------------------*/	
.news_list .news_list_main{
	}
.news_list .news_list_main ul li{
	}
.news_list .news_list_main ul li .pic{
	position:relative;
	overflow:hidden;
	width: 196px;
	height: 116px;
	border:solid 1px #ddd;
	padding:2px;
	float:left;
	}
.news_list .main_news_list{
	width:540px;
	}
.news_list .news_list_main ul li .pic img{
	width: 196px;
	height: 116px;
	-webkit-transition: all 0.5s linear -1ms;
	-moz-transition: all 0.5s linear -1ms;
	-ms-transition: all 0.5s linear -1ms;
	-o-transition: all 0.5s linear -1ms;
	transition: all 0.5s linear -1ms;
	}
.news_list .news_list_main ul li .pic:hover{
	border:solid 1px #e60012;
	}
.news_list .news_list_main ul li .pic img:hover{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.105);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	zoom: 1.05\9; /* IE 8 */
	overflow:hidden;
	}
.news_list .main_news_list h3.title{
	font-size: 15px;
	font-weight:normal;
	line-height: 24px;
	margin:5px 0px;
	}
.news_list .main_news_list p{
	line-height: 24px;
	font-size: 12px;
	margin-top:20px;
	max-height: 48px;
	overflow: hidden;
}
.news_list .main_news_list h3.title:hover{
	}
.news_list .main_news_list h3.title a{
	text-decoration:none;
	}
.news_list .main_news_list h3.title:hover a{
	color:#e60012;
	text-decoration:none;
	}
.news_list .main_news_list span.date{
	display:block;
	font-size:12px;
	color:#999;
	margin-top:5px;
	}
	

/*hr_main
----------------------------------------------------------------*/ 
.hr_main .hr{
    border: solid 1px #eee;
    padding: 10px;
    width: 738px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	height:152px;
	}   
.hr_detail{
	display: inline-block;
    border: solid 1px #EEE;
	padding-bottom:15px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.hr_detail h3.color_1.mb15{
	font-size:16px;/*
	border-bottom:dashed 1px #ddd;
	padding-bottom:15px;*/
	background:#eee;
	text-indent:10px;
	margin-bottom:15px;
	line-height:40px;
	height:40px;
	}
.hr_detail ul{
	padding:0px 10px;
	}

/*honor_list
----------------------------------------------------------------*/ 
.honor ul li{
	float:left;
	width:240px;
	margin-right:20px;
	margin-bottom:20px;
	}
.honor ul li.last{
	margin-right:0px;
	}
.honor ul li .pic img{
	width:240px;
	}
.honor ul li h3{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	line-height:30px;
	}

.feedback{
width:760px;
}

#onlineMessages .grid_30{width:100%;}
#onlineMessages ul{
padding-bottom:20px;
margin:0px;
}
#onlineMessages ul.grid_44{
width:100%;
}
#onlineMessages ul.grid_44 li .strong{
width:80px;
text-align:center;
}
.teams_detail5 .text_info{
margin-bottom:10px;}