@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 {
	display: block;
	text-align: center;
	position: relative;
}
.tit>span {
	display: inline-block;
	width: 400px;
	height: 1px;
	background-color: #ccc;
}
.tit .l_line {
	position: absolute;
	left: 0;
	top: 94px;
}
.tit .r_line {
	position: absolute;
	right: 0;
	top: 94px;
}
.tit a {
	display: inline-block;
	margin-top: 50px;
	position: relative;
	top: 0;
	transition: 0.6s;
}
.tit a>span {
	font-size: 36px;
	font-weight: bold;
	color: #f41317;
	line-height: 36px;
}
.tit a>span:nth-of-type(2) {
	color: #222;
}
.intro .tit a>span:nth-of-type(2) {
	color: #fff;
}
.tit a:hover {
	top: -9px;
}
.tit p {
	font-size: 16px;
	color: #666;
	margin-top: 14px;
}
.intro .tit p {
	color: #fff;
}

.more {
	display: block;
	width: 150px;
	line-height: 40px;
	margin: 36px auto 0;
	text-align: center;
	background: #137fdd;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
}
.more:hover {
	background: #126dbb;
}

.youshi .container {
	width: 1198px;
	height: 198px;
	margin-top: 40px;
	border: 1px solid #ccc;
}
.youshi .y_son {
	float: left;
	width: 32%;
	height: 155px;
	margin-top: 22px;
	text-align: center;
	border-right: 1px solid #ccc;
}
.youshi .y_son:nth-of-type(3) {
	border-right: 0;
}
.youshi .y_son img {
	margin-top: 15px;
}
.youshi .y_son:hover img {
	transition: 0.8s;
	transform: rotateY(360deg);
}
.youshi .y_son p {
	margin-top: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.youshi .y_son span {
	display: inline-block;
	margin-top: 12px;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #666;
}

.product {
	width: 100%;
	overflow: hidden;
}
.product .parHd ul {
	font-size: 0;
	line-height: 0;
	padding-top: 25px;
	text-align: center;
}
.product .parHd a {
	display: inline-block;
	width: 148px;
	height: 40px;
	border: 1px solid #b8b8b8;
	margin-right: 29px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
}
.product .parHd a:nth-last-of-type(1) {
	margin-right: 0;
}
.product .parHd a:hover, .product .parHd a.on {
	color: #fff;
	background: #f41317;
	border: 1px solid #f41317;
}

.product .parBd .pb_con {
	text-align: center;
	padding: 40px 0 20px;
}
.product .pb_con a {
	float: left;
	width: 370px;
	margin-right: 40px;
	margin-bottom: 12px;
}
.product .pb_con a:nth-of-type(3), .product .pb_con a:nth-of-type(6) {
	margin-right: 0;
}
.product .pb_con .p_pic {
	width: 100%;
	height: 280px;
	text-align: center;
	overflow: hidden;
}
.product .p_pic>img {
	max-width: 100%;
	height: 100%;
	transition: 0.4s;
}
.product .p_pic:hover>img {
	transform: scale(1.05);
}
.product .pb_con a>.p_title {
	width: 100%;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	color: #333;
	overflow: hidden;
}
.product .pb_con a>.p_title:hover {
	color: #f41317;
}

.intro {
	background-color: #f5f5f5;
	position: relative;
}
.intro .i_bg {
	width: 100%;
	height: 450px;
	background: url(../images/i_bg.jpg) no-repeat center;
	position: absolute;
	z-index: 0;
}
.intro .i_con {
	background-color: #fff;
	padding: 50px 0;
	box-shadow: 1px 1px 5px 1px #cfcfcf;
	margin-top: 40px;
	position: relative;
}
.intro .i_con .i_pic {
	float: left;
	margin-left: 20px;
	width: 520px;
	height: 400px;
	line-height: 0;
	overflow: hidden;
}
.intro .i_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.intro .i_pic:hover>img {
	transition: 0.4s;
	transform: scale(1.05);
}
.intro .i_con .i_right {
	float: right;
	width: 600px;
	margin-right: 20px;
	overflow: hidden;
}
.intro .i_right .i_name {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	line-height: 24px;
	margin-top: 20px;
}
.intro .i_right>div {
	margin-top: 26px;
	font-size: 15px;
	color: #555;
	line-height: 30px;
}
.intro .i_right>div>p {
	font-size: 15px;
	color: #555;
	line-height: 30px;
}
.intro .i_right .i_more {
	display: block;
	width: 145px;
	height: 42px;
	margin-top: 24px;
	background: #f41317;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 42px;
}
.intro .i_right .i_more:hover {
	background: #ca0d10;
}

.news {
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
	padding-bottom: 60px;
}
.news .nc_right {
	width: 100%;
	margin-top: 45px;
	margin-bottom: 12px;
}
.news .nc_right>.n_list {
	float: left;
	width: 580px;
	height: 110px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 40px;
}
.news .nc_right>.n_list:nth-of-type(1), .news .nc_right>.n_list:nth-of-type(3) {
	margin-right: 35px;
}
.news .nc_right>.n_list:hover {
	background-color: #f5f5f5 !important;
}
.news .nc_right>.n_list:hover>div:nth-of-type(1) {
	background-color: #f41317;
}
.news .nc_right>.n_list:hover>div:nth-of-type(1)>p {
	color: #fff !important;
}
.news .nc_right>.n_list:hover>div>a {
	color: #f41317 !important;
}
.nc_right>.n_list>div {
	float: left;
}
.news .nc_right>.n_list .n_line {
	width: 1px;
	height: 62px;
	background-color: #ccc;
	margin-top: 24px;
}
.news .nc_right>.n_list:hover .n_line {
	background-color: #f5f5f5;
}
.news .n_more {
	font-size: 14px;
	color: #f41317;
	line-height: 14px;
}
.news .n_more:hover {
	text-decoration: underline;
}