@charset "utf-8";
/* CSS Document akakaz */

.tit {
	text-align: center;
	padding-top: 60px;
	line-height: 0;
}
.tit>a {
	font-size: 24px;
	color: #222;
	line-height: 1;
	transition: 0.3s;
}
.tit>a:hover {
	color: #e60010;
}
.tit>div {
	width: 44px;
	height: 1px;
	background-color: #222;
	margin: 19px auto;
}
.tit>p {
	font-size: 13px;
	color: #999;
	line-height: 1;
}

.mt {
	width: 100%;
	padding-top: 24px;
	padding-bottom: 34px;
	background-color: #f7f7f7;
}
.mt .mt_son {
	float: left;
	width: 300px;
	height: 140px;
	line-height: 0;
	transition: 0.5s;
}
.mt .mt_son:hover {
	background-color: #e60010;
	box-shadow: 0 3px 6px 1px #b5b5b5;
}
.mt .mt_son>span {
	font-size: 22px;
	color: #333;
	line-height: 1;
	float: left;
	margin-top: 66px;
	margin-left: 26px;
	transition: 0.5s;
}
.mt .mt_son:hover>span {
	color: #fff;
	margin-top: 60px;
}
.mt .mt_son>div {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-left: 34px;
	margin-top: 53px;
	margin-right: 26px;
	transition: 0.5s;
}
.mt .mt_son:hover>div {
	margin-top: 48px;
}
.mt .mt_son:nth-of-type(1)>div {
	background: url(../images/mt1.png) no-repeat center;
}
.mt .mt_son:nth-of-type(1):hover>div {
	background: url(../images/mt1_1.png) no-repeat center;
}
.mt .mt_son:nth-of-type(2)>div {
	background: url(../images/mt2.png) no-repeat center;
}
.mt .mt_son:nth-of-type(2):hover>div {
	background: url(../images/mt2_1.png) no-repeat center;
}
.mt .mt_son:nth-of-type(3)>div {
	background: url(../images/mt3.png) no-repeat center;
}
.mt .mt_son:nth-of-type(3):hover>div {
	background: url(../images/mt3_1.png) no-repeat center;
}
.mt .mt_son:nth-of-type(4)>div {
	background: url(../images/mt4.png) no-repeat center;
}
.mt .mt_son:nth-of-type(4):hover>div {
	background: url(../images/mt4_1.png) no-repeat center;
}

.product {
	width: 100%;
	overflow: hidden;
}
.product .parHd {
	margin-top: 29px;
	text-align: center;
	font-size: 0;
}
.product .parHd>ul {
	text-align: center;
}
.product .parHd>ul a {
	font-size: 16px;
	color: #222;
	line-height: 30px;
	display: inline-block;
	padding: 0 23px;
	border-radius: 8px;
	background-color: #e8e8e8;
	margin: 0 11px;
	overflow: hidden;
}
.product .parHd a:hover, .product .parHd a.on {
	color: #fff;
	background: #e60010;
}
.product .parBd {
	width: 1200px;
	margin-top: 42px;
	overflow: hidden;
}
.product .pb_con .pb_son {
	float: left;
	margin-right: 26px;
}
.product .pb_con .pb_son:nth-of-type(4n) {
	margin-right: 0;
}
.product .pb_son .p_pic {
	display: block;
	width: 280px;
	height: 220px;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}
.product .pb_son .p_pic>img {
	min-width: 100%;
	height: 100%;
	transition: 0.5s;
}
.product .p_pic:hover>img {
	transform: scale(1.05);
}
.product .pb_son>.p_name>p:nth-of-type(1) {
	font-size: 16px;
	color: #333;
	line-height: 1;
	padding: 18px 0 12px;
	border-bottom: 1px solid #cfcfcf;
	transition: 0.3s;
}
.product .pb_son>.p_name>p:nth-of-type(1):hover {
	color: #e60010;
}
.product .p_name>p:nth-of-type(2)>span {
	font-size: 14px;
	color: #999;
	line-height: 1;
	display: inline-block;
	margin: 15px 0 25px;
}
.product .p_name>p:nth-of-type(2)>img {
	float: right;
	margin-top: 17px;
	transition: 0.3s;
}
.product .p_name>p:nth-of-type(2):hover>img{
	margin-right: 10px;
}

.intro {
	width: 100%;
	height: 550px;
	background: url(../images/i_bg.jpg) no-repeat center;
	margin-top: 45px;
	overflow: hidden;
}
.intro .i_con {
	margin: 60px 0;
	overflow: hidden;
}
.intro .i_con .i_txt {
	float: right;
	width: 600px;
}
.intro .i_txt .i_who {
	font-size: 20px;
	color: #fff;
	line-height: 1;
	display: inline-block;
	padding: 11px 13px;
	background-color: #e60010;
}
.intro .i_txt .i_tit {
	font-weight: bold;
	font-size: 18px;
	color: #e60010;
	line-height: 1;
	display: block;
	margin-top: 28px;
}
.intro .i_txt .it_txt {
	font-size: 14px;
	color: #555;
	line-height: 32px;
	height: 256px;
	margin-top: 20px;
	overflow: hidden;
}
.intro .i_txt .i_more {
	display: inline-block;
	line-height: 0;
	transition: all 0.5s;
	margin-top: 20px;
}
.intro .i_txt .i_more:hover {
	margin-left: 15px;
}
.intro .i_con .i_pic {
	float: left;
	width: 570px;
	height: 432px;
	line-height: 0;
	overflow: hidden;
}
.intro .i_pic>img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.intro .i_pic:hover>img {
	transform: scale(1.05);
}

.case {
	width: 100%;
	overflow: hidden;
}
.case .c_con {
	width: 100%;
	margin-top: 45px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.case .prev {
	line-height: 0;
	position: absolute;
	z-index: 1;
	top: 36%;
	left: 0;
}
.case .next {
	line-height: 0;
	position: absolute;
	z-index: 1;
	top: 36%;
	right: 0;
}
.case .c_con .slideBox {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.case .c_con .c_son {
	float: left;
	width: 224px;
	margin-right: 19px;
}
.case .c_son .c_pic {
	width: 100%;
	height: 158px;
	border: 1px solid #d2d2d2;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}
.case .c_pic>img {
	width: 100%;
	max-height: 100%;
	transition: 0.6s;
}
.case .c_pic:hover>img {
	transform: scale(1.06);
}
.case .c_son .c_title {
	font-size: 14px;
	color: #333;
	line-height: 1;
	text-align: center;
	margin-top: 11px;
}
.case .c_son .c_title:hover {
	color: #e60010;
}

.news {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.news .n_pic {
	float: left;
	width: 200px;
	height: 280px;
	background: url(../images/n_pic.jpg) no-repeat center;
	margin-top: 103px;
}
.news .n_pic>a {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	display: block;
	margin-top: 90px;
	margin-left: 67px;
}
.news .n_pic>p {
	font-size: 12px;
	color: #fff;
	line-height: 1;
	display: block;
	margin-top: 39px;
	margin-left: 67px;
}

.news .n_middle {
	float: left;
	width: 535px;
	margin-top: 30px;
	margin-left: 20px;
}
.news .n_middle .hd {
	text-align: center;
	font-size: 0;
	margin-left: 228px;
}
.news .n_middle .hd li {
	display: inline-block;
	padding: 0 23px;
	background-color: #e8e8e8;
	border-radius: 8px;
	transition: 0.5s;
	margin: 0 11px;
}
.news .n_middle .hd li:hover, .news .n_middle .hd li.on {
	background-color: #e60010;
}
.news .n_middle .hd li>a {
	display: block;
	font-size: 13px;
	color: #222;
	line-height: 30px;
	transition: 0.5s;
}
.news .n_middle .hd li:hover>a, .news .n_middle .hd li.on>a {
	color: #fff;
}
.news .n_middle .bd .nb_top {
	margin-top: 43px;
	margin-bottom: 24px;
}
.news .nb_top .nbt_pic {
	float: left;
	width: 178px;
	height: 134px;
	line-height: 0;
	overflow: hidden;
}
.news .nb_top .nbt_pic>img {
	width: 100%;
}
.news .nb_top .nbt_txt {
	float: right;
	width: 336px;
}
.news .nb_top .nbt_txt>a {
	display: block;
	margin-top: 3px;
	font-size: 16px;
	color: #333;
	line-height: 1;
}
.news .nb_top .nbt_txt>p:nth-of-type(1) {
	font-size: 14px;
	color: #333;
	line-height: 1;
	margin-top: 20px;
}
.news .nb_top .nbt_txt>p:nth-of-type(2) {
	font-size: 14px;
	color: #888;
	line-height: 24px;
	margin-top: 17px;
}
.news .n_middle .bd li {
	margin: 0 0 17px !important;
}
.news .n_middle .nl_txt .nl_name {
	width: 350px !important;
}

.news .n_left {
	float: right;
	width: 416px;
	padding-bottom: 21px;
	border: 1px solid #d2d2d2;
	line-height: 0;
	margin-top: 103px;
}
.news .n_left .nl_tit {
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #d2d2d2;
	line-height: 0;
}
.news .nl_tit>img {
	margin-top: 11px;
	margin-left: 15px;
}
.news .nl_tit>a:nth-of-type(1) {
	font-size: 16px;
	color: #333;
	line-height: 1;
	display: inline-block;
	margin-top: 14px;
	margin-left: 7px;
}
.news .nl_tit>a:nth-of-type(2) {
	font-size: 14px;
	color: #333;
	line-height: 1;
	float: right;
	margin-top: 16px;
	margin-left: 16px;
}
.news .nl_txt {
	margin: 21px 16px 0;
	overflow: hidden;
}
.news .nl_txt .nl_point {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #e60010;
	border-radius: 2px;
	margin-top: 4px;
}
.news .nl_txt .nl_name {
	font-size: 14px;
	color: #333;
	line-height: 1;
	float: left;
	width: 270px;
	height: 15px;
	margin-left: 9px;
	transition: 0.3s;
	overflow: hidden;
}
.news .nl_txt .nl_name:hover {
	color: #e60010;
}
.news .nl_txt .nl_date {
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 1;
}

.gg {
	width: 100%;
	height: 205px;
	background: url(../images/gg_bg.jpg) no-repeat center;
	text-align: center;
	overflow: hidden;
}
.gg p:nth-of-type(1) {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	margin-top: 64px;
}
.gg p:nth-of-type(2) {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	margin-top: 23px;
}
.gg p:nth-of-type(2)>a {
	display: inline-block;
	width: 138px;
	height: 32px;
	background-color: #222;
	margin-left: 26px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	transition: 0.3;
}
.gg p:nth-of-type(2)>a:hover {
	background-color: #444;
}