@charset "utf-8";
/* CSS Document akakaz */
* {
	margin:0;
	padding:0;
	font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}
img {
	border:none;
	/*max-width: 100%;
	height: auto;
	width: auto\9;*/
}
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 .1s linear;*/
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.tit {
	width: 100%;
	margin: 50px 0;
}
.tit .t_left {
	float: left;
	font-family: arial;
	font-size: 60px;
	font-weight: bold;
	color: #e48c02;
	line-height: 45px;
	text-transform: uppercase;
}
.tit .t_right {
	float: left;
	margin-left: 12px;
}
.tit .t_right>a {
	display: inline-block;
	font-size: 26px;
	color: #333;
	line-height: 1;
	position: relative;
	top: 0;
	transition: 0.6s;
}
.tit .t_right:hover>a {
	color: #f3297f;
	top: -5px;
}
.tit .t_right>p>span:nth-of-type(1) {
	font-family: arial;
	font-size: 18px;
	color: #e48c02;
	line-height: 1;
}
.tit .t_right>p>span:nth-of-type(2) {
	font-size: 14px;
	color: #868686;
	line-height: 1;
	margin-left: 12px;
}
.tit .t_more {
	float: right;
	margin-top: 24px;
}
.tit .t_more>img {
	float: left;
}
.tit .t_more>a {
	float: left;
	margin-left: 7px;
	font-size: 14px;
	color: #333;
	line-height: 15px;
}
.tit .t_more>a:hover {
	text-decoration: underline;
}

.more {
	display: block;
	width: 145px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	background: #0d62bd;
	font-size: 16px;
	color: #fff;
	line-height: 44px;
}
.more:hover {
	background: #fe7b05;
}

.service {
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
.service .s_con {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.service .s_con li {
	float: left;
	width: 280px;
	margin-right: 26px;
}
.service .s_con .s_pic {
	display: block;
	width: 100%;
	height: 220px;
	line-height: 0;
	overflow: hidden;
}
.service .s_pic>img {
	width: 100%;
	transition: 0.6s;
}
.service .s_pic:hover>img {
	transform: scale(1.06);
}
.service .s_con .s_tit {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-top: 15px;
}
.service .s_con .s_tit:hover {
	color: #e48c02;
}
.service .s_con .s_des {
	font-size: 12px;
	color: #666;
	line-height: 1;
	margin-top: 12px;
}

.intro {
	width: 100%;
	height: 447px;
	background: url(../images/i_bg.jpg) no-repeat center;
	overflow: hidden;
}
.intro .i_con .i_left {
	float: left;
	line-height: 0;
}
.intro .i_con .i_right {
	float: right;
	width: 770px;
}
.intro .i_tit>div {
	width: 32px;
	height: 5px;
	background-color: #1a4ea2;
	margin-top: 24px;
}
.intro .i_tit>p {
	font-size: 30px;
	font-weight: bold;
	color: #a3c2e5;
	line-height: 23px;
	text-transform: uppercase;
	margin-top: 17px;
}
.intro .i_tit>a {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	color: #1a4ea2;
	line-height: 1;
	margin-top: 15px;
}
.intro .i_tit>a:hover {
	color: #dc1220;
}
.intro .i_con .i_txt {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.intro .i_right .i_more {
	display: block;
	width: 130px;
	height: 36px;
	background-color: #1a4ea2;
	border-radius: 17px;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.intro .i_right .i_more:hover {
	background-color: #dc1220;
}

.case {
	width: 100%;
	overflow: hidden;
}
.case .c_con {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.case .c_con .c_son {
	float: left;
	width: 224px;
	margin-right: 20px;
}
.case .c_son .c_pic {
	width: 100%;
	height: 300px;
	line-height: 0;
	overflow: hidden;
}
.case .c_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.case .c_pic:hover>img {
	transform: scale(1.04);
}
.case .c_son .c_title {
	font-size: 15px;
	color: #333;
	line-height: 1;
	text-align: center;
	margin-top: 12px;
}

.news {
	width: 100%;
	overflow: hidden;
}
.news .n_con .n_list {
	float: left;
	width: 540px;
	margin-left: 20px;
	margin-bottom: 24px;
}
.news .n_con .n_list:nth-of-type(odd) {
	margin-right: 80px;
}
.news .n_list>a {
	float: left;
	width: 400px;
	height: 16px;
	font-size: 16px;
	color: #333;
	line-height: 16px;
	overflow: hidden;
}
.news .n_list>span {
	float: right;
	font-size: 14px;
	color: #777;
	line-height: 16px;
}
.news .n_txt>a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	display: block;
	width: 100%;
	height: 14px;
	overflow: hidden;
}
.news .n_txt>a:hover {
	color: #1a4ea2;
}
.news .n_txt>p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	margin-top: 15px;
}
.news .n_txt>p:hover {
	color: #1a4ea2;
}

.honor {
	width: 100%;
	overflow: hidden;
}
.honor .container {
	position: relative;
}
.honor .h_con {
	width: 1076px;
	margin: 0 auto;
	overflow: hidden;
}
.honor .h_con .next {
	position: absolute;
	left: 0;
	top: 54%;
}
.honor .h_con .prev {
	position: absolute;
	right: 0;
	top: 54%;
}
.honor .h_con .h_son {
	float: left;
	width: 254px;
	margin-right: 20px;
}
.honor .h_son .h_pic {
	width: 100%;
	height: 180px;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}
.honor .h_pic>img {
	max-width: 100%;
	height: 100%;
	transition: 0.6s;
}
.honor .h_pic:hover>img {
	transform: scale(1.04);
}
.honor .h_son .h_title {
	font-size: 14px;
	color: #333;
	line-height: 1;
	text-align: center;
	margin-top: 10px;
}