@charset "utf-8";
/* CSS Document akakaz */
* {
	margin:0;
	padding:0;
	font-family:"宋体", "微软雅黑", "新宋体", "仿宋_GB2312";
}
img {
	border:none;
	/*max-width: 100%;
	height: auto;
	width: auto\9;*/
}
div,strong,a,span,li {
	font-size:12px;
}
ul, li, ol {
	list-style: none;
}
#main{
	width:100%;
}

/*自写样式*/
body {
	background: #fff;
	margin: 0 auto;
	width: 100%;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	transition: all .3s linear;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}

.intro {
	text-align: center;
	height: 750px;
	margin: 0 auto;
	background: #fff;
}
.i_title {
	width: 1200px;
	padding-top: 65px;
}
.i_title>a {
	font-family: "微软雅黑";
	font-size: 36px;
	line-height: 38px;
	color: #0f0d1e;
}
.i_title>a:hover {
	font-size: 37px;
	color: #090717;
}
.i_Eng {
	width: 1200px;
	font-family: arial;
	font-size: 24px;
	line-height: 24px;
	color: #c41a31;
	display: block;
	margin: 20px auto 50px;
}
.i_body {
	width: 1200px;
	height: 325px;
}
.i_body>div {
	float: left;
}
.i_txt {
	width: 610px;
	height: 320px;
	text-align: left;
}
.i_txt>.t_con {
	font-size: 16px;
	line-height: 45px;	
	font-family: "宋体";
	padding: 0 20px;
	color: #333;
	overflow: hidden;
}
.i_pic {
	position: relative;
}
.i_pic:hover>a>img {
	position: relative;
	left: 10px;
}
.i_bottom {
	height: 230px;
}
.i_bottom>.ib_big {
	width: 1200px;
	height: 40px;
	padding: 90px 0 15px;
}
.i_bottom>.ib_big>div {
	width: 300px;
	float: left;
	font-family: "微软雅黑";
	font-size: 36px;
	font-weight: bold;
	color: #df0716;
}
.i_bottom>.ib_small {
	width: 1200px;	
	height: 16px;
}
.i_bottom>.ib_small>div {
	width: 300px;
	float: left;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}
.business {
	height: 1000px;
	text-align: center;
	background: #f5f5f5;
}
.bs_shell {
	height: 665px;
	width: 1180px;
	margin: 0 10px 50px;
}
.bs_shell>div {
	float: left;
	width: 580px;
}
.sh_big {
	width: 580px;
	height: 435px;
}
.l_big {
	background: url(../images/bs_1.jpg) no-repeat center;
}
.sh_pa {
	width: 442px;
	height: 290px;
	padding: 70px 0 0 70px;
}
.sh_pa>a {
	display: inline-block;
	width: 210px;
	height: 60px;
	float: left;
	border: 1px solid rgba(0,0,0,0);	
}
.sh_pa>a:hover {
	border: 1px solid #ff4450;	
}
.sh_pa>a {
	margin-bottom: 20px;
}
.sh_pa>a:nth-child(7), .sh_pa>a:nth-child(8) {
	margin-bottom: 0;
}
.sh_pa>a:nth-child(even) {
	margin-left: 18px;
}
.sh_son {
	width: 200px;
	height: 50px;
	float: left;
	margin: 4px;
	background: #cd0722;
	border: 1px solid #f02f40;
}
.sh_pa>a:hover>.sh_son {
	background: #ec0313;
}
.sh_son>div {
	width: 188px;
	height: 38px;
	border: 1px solid #ff4450;	
	margin: 5px;
	font-family: "宋体";
	font-size: 14px;
	color: #ebebeb;
	line-height: 38px;
}
.sh_pa>a:hover>.sh_son>div {
	border: 1px solid rgba(0,0,0,0);
}
.sh_sm {
	height: 210px;
}
.sh_big img:hover, .sh_sm img:hover {
	transform: scale(1.03);
}
.sh_sm>div {
	height: 210px;
}
.l_sm {
	margin-top: 20px;	
}
.sh_sm>div {
	float: left;
}
.sh_sm>div:nth-child(2){
	margin-left: 20px;
}
.r_shell {
	margin-left: 20px;
}
.r_sm {
	margin-bottom: 20px;
}
/*.bs_con {
	height: 520px;
}
.bs_con>div:nth-of-type(1) {
	margin-left: 0 !important;
}
.bs_div {
	width: 370px;
	height: 520px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-left: 45px;
}
.sd_img {
	width: 372px;
	height: 365px;
}
.sd_img>img {
	max-width: 365px;
	max-height: 360px;
	border: 1px solid #e5e5e5;	
}
.sd_img>img:hover {
	transform: scale(1.08);
}
.sd_title {
	font-family: "宋体";
	font-size: 16px;
	color: #1a1a1a;
	text-align: center;
	margin: 32px auto;
	width: 372px;
}*/
.sd_more {
	width: 170px;
	height: 45px;
	border: 1px solid #808080;
	margin: 30px auto;
}
.sd_more>a {
	font-family: "宋体";
	font-size: 14px;	
	color: #808080;
	display: block;
    text-align: center;
    line-height: 45px;		
}
.sd_more:hover {
	border: 1px solid #0a0910;
	transform: scale(1.08);
}
.sd_more>a:hover {
	color: #0a0910;
}
.news {
	text-align: center;
	height: 740px;
	width: 1200px;
	margin: 0 auto;
}
.newsBody {
	height: 400px;	
	position: relative;
	margin-left: 10px;
	margin-bottom: 45px;
}
.newsBody>div {
	float: left;
}
.newsText {
	width: 770px;
	height: 110px;
	text-align: left;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.newsText_bottom {
	height: 70px;
	line-height: 70px;
}
.newsText>a {
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #333;	
}
.newsText>a:hover {
	text-decoration: underline;
	color: darkblue;
}
.newsText>p {
	font-family: "宋体";
	font-size: 12px;
	line-height: 22px;
	color: #999;
	margin-left: 80px;
	transition: all .3s linear;	
}
.newsText>p:hover {
	color: #000;
}
.newsText>span {
	float: right;
	font-size: 14px;
	font-family: Arial;
	line-height: 50px;
	color: #999;
	margin: 0 20px;
}
.newsText>img {
	margin: 0 25px;
	position: relative;
    top: 6px;	
}
.More {
	display: block;
	width: 256px;
	height: 46px;
	margin: 0 auto;
	border: 1px solid #bfbfbf;
}
.More:hover {
	transform: scale(1.05);	
}
.More div {
	line-height: 46px;	
	color: #333;
	font-family: "宋体";
	font-size: 14px;
	background: url(../images/more_line.png) no-repeat center;	
}
.More:hover div {
	font-size: 15px;
	text-decoration: underline;
}

.friend {
	height: 60px;
	background: #333;
}
.friend>div {
	line-height: 60px;
	font-family: "宋体";
	font-size: 14px;
	color: #fff;
	width: 1160px;
	margin: 0 auto;
}
.friend>div>a {
	font-family: "宋体";
	font-size: 12px;
	color: #bfbfbf;	
}
