@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,p {
	font-size:12px;
	line-height: 1;
}
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;
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.tit {
	width: 100%;
	margin-top: 62px;
	overflow: hidden;
}
.tit .tit_l {
	float: left;
}
.tit .tit_l>a {
	font-size: 32px;
	color: #111;
	line-height: 1;
	transition: all 0.4s;
}
.tit .tit_l>a:hover {
	color: #114368;
}
.tit .tit_l>div {
	width: 63px;
	height: 1px;
	background-color: #e62129;
	margin-top: 15px;
}
.tit .tit_l>p {
	font-size: 16px;
	color: #555;
	line-height: 1;
	margin-top: 16px;
}
.tit .tit_r {
	float: right;
	width: 158px;
	height: 44px;
	border: 1px solid #535353;
	text-align: center;
	font-size: 14px;
	color: #555;
	line-height: 44px;
	transition: all 0.4s;
	margin-top: 12px;
}
.tit .tit_r:hover {
	color: #114368;
	border: 1px solid #114368;
}

.tit2 .tit_l>a, .tit2 .tit_l>div, .tit2 .tit_l>p {
	color: #fff;
}
.tit2 .tit_l>a:hover {
	color: #e62129;
}
.tit2 .tit_r {
	color: #fff;
	border: 1px solid #fff;
}
.tit2 .tit_r:hover {
	color: #e62129;
	border: 1px solid #e62129;
}

.intro {
	width: 100%;
	margin-bottom: 60px;
	overflow: hidden;
}
.intro .i_con {
	width: 100%;
	margin-top: 40px;
}
.intro .i_pic {
	float: left;
	width: 503px;
	height: 388px;
	border: 1px solid #e5e5e5;
	line-height: 0;
	overflow: hidden;
}
.intro .i_pic>img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.intro .i_pic:hover>img {
	transform: scale(1.1);
}
.intro .i_con .i_txt {
	float: right;
	width: 670px;
	height: 350px;
	font-size: 15px;
	color: #333;
	line-height: 32px;
	overflow: hidden;
}

.product {
	width: 100%;
	height: 827px;
	background: url(../images/p_bg.jpg) no-repeat center;
	overflow: hidden;
}
.product .p_con {
	width: 100%;
	overflow: hidden;
}
.product .parHd {
	font-size: 0;
	margin-top: 42px;
}
.product .parHd a {
	display: inline-block;
	width: 140px;
	height: 40px;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	margin-right: 40px;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	transition: all 0.5s;
	overflow: hidden;
}
.product .parHd a:hover, .product .parHd a.on {
	background: #e62129;
	color: #fff;
}
.product .parBd {
	margin: 40px auto 60px;
}
.product .pb_con {
	width: 100%;
	text-align: center;
}
.product .pb_con a {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 24px;
}
.product .pb_con a:nth-of-type(4n) {
	margin-right: 0;
}
.product .pb_con .p_pic {
	width: 100%;
	height: 200px;
	line-height: 0;
	overflow: hidden;
}
.product .p_pic>img {
	max-width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.product .p_pic:hover>img {
	transform: scale(1.04);
}
.product .pb_con a>.p_title {
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-top: 12px;
	transition: all 0.4s;
	overflow: hidden;
}
.product .pb_con a>.p_title:hover {
	color: #e62129;
}

.youshi {
	width: 100%;
	margin-bottom: 70px;
	overflow: hidden;
}
.youshi .y_con {
	margin-top: 75px;
}
.youshi .y_con .y_son {
	float: left;
	width: 284px;
	height: 218px;
	border: 1px solid #fff;
	box-shadow: 0 0 4px 2px #fff;
	text-align: center;
	margin: 0 7px;
	line-height: 0;
	position: relative;
	top: 0;
	transition: all 0.5s;
}
.youshi .y_con .y_son:hover {
	border: 1px solid #114368;
	box-shadow: 0 0 4px 2px #e7e7e7;
	top: -5px;
}
.youshi .y_son>img {
	margin-top: 27px;
}
.youshi .y_son>p:nth-of-type(1) {
	font-size: 18px;
	color: #222;
	line-height: 1;
	margin-top: 22px;
}
.youshi .y_son>p:nth-of-type(2) {
	font-size: 14px;
	color: #555;
	line-height: 20px;
	width: 222px;
	margin: 12px auto 0;
}

.news {
	width: 100%;
	background: url(../images/n_bg.jpg) no-repeat top;
	margin-bottom: 40px;
	overflow: hidden;
}
.news .n_con {
	width: 100%;
	background-color: #fff;
	margin-top: 60px;
}
.news .n_con .n_left {
	float: left;
	width: 568px;
	margin-top: 35px;
	margin-left: 20px;
	overflow: hidden;
}
.news .n_left .n_pic {
	width: 100%;
	height: 240px;
	line-height: 0;
	overflow: hidden;
}
.news .n_pic>img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.news .n_pic:hover>img {
	transform: scale(1.06);
}
.news .n_left .nl_tit {
	font-size: 18px;
	color: #222;
	line-height: 1;
	display: block;
	margin-top: 30px;
	transition: all 0.5s;
}
.news .nl_tit:hover {
	color: #114368;
}
.news .nl_tit>span {
	float: right;
	font-size: 14px;
	color: #777;
	line-height: 16px;
}
.news .n_left .nl_des {
	font-size: 14px;
	color: #555;
	line-height: 28px;
	width: 100%;
	height: 56px;
	margin-top: 16px;
	overflow: hidden;
}
.news .nl_des>a {
	font-size: 14px;
	color: #e62129;
	line-height: 28px;
}
.news .nl_date {
	font-size: 14px;
	color: #888;
	line-height: 1;
	padding-bottom: 17px;
	border-bottom: 1px solid #cecece;
	margin-top: 20px;
}
.news .nl_date>img {
	float: right;
	margin-top: 5px;
}
.news .n_con .n_right {
	float: right;
	width: 536px;
	margin-right: 30px;
	overflow: hidden;
}
.news .n_con .n_list {
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cacaca;
	margin-top: 45px;
	margin-bottom: 16px;
}
.news .n_list .n_date {
	float: left;
	text-align: center;
	margin: 0 30px 0 2px;
	overflow: hidden;
}
.news .n_date>p {
	font-size: 50px;
	font-weight: bold;
	color: #bbb;
	line-height: 38px;
	margin-top: 3px;
}
.news .n_date>p:nth-of-type(2) {
	font-size: 16px;
	line-height: 12px;
	margin-top: 12px;
}
.news .n_list .n_txt {
	float: right;
	width: 435px;
}
.news .n_txt>a {
	font-size: 16px;
	color: #333;
	line-height: 1;
	display: block;
	width: 100%;
	height: 16px;
	transition: all 0.5s;
	overflow: hidden;
}
.news .n_list .n_txt>a:hover {
	color: #114368;
}
.news .n_txt>p {
	font-size: 14px;
	color: #888;
	line-height: 26px;
	display: block;
	height: 52px;
	transition: all 0.5s;
	margin-top: 15px;
	overflow: hidden;
}
.news .n_list .n_txt>p:hover {
	color: #114368;
}
.news .n_txt>p>a {
	font-size: 14px;
	color: #e62129;
	line-height: 26px;
}

.service {
	width: 100%;
	margin-bottom: 80px;
	overflow: hidden;
}
.service .s_con {
	margin-top: 40px;
}
.service .s_con .s_son {
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 96px;
	line-height: 0;
}
.service .s_son:nth-of-type(6) {
	margin-right: 0;
}
.service .s_son>p {
	font-size: 16px;
	color: #222;
	line-height: 1;
	margin-top: 14px;
}