@charset "utf-8";
/* CSS Document akakaz */

.tit {
	text-align: center;
	margin-top: 70px;
	line-height: 0;
	overflow: hidden;
}
.tit .tit_left {
	float: left;
	margin-top: 8px;
}
.tit .tit_left>span {
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	font-size: 40px;
	color: #162c4c;
	line-height: 30px;
	text-transform: uppercase;
	transition: 0.3s;
}
.tit .tit_left>a {
	display: inline-block;
	font-size: 30px;
	color: #162c4c;
	line-height: 1;
	transition: 0.3s;
	margin-left: 20px;
	position: relative;
	top: -2px;
}
.tit .tit_left>span:hover, .tit .tit_left>a:hover {
	color: #1e4890;
}
.tit .tit_more {
	float: right;
	width: 176px;
	height: 38px;
	border: 2px solid #adadad;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	font-size: 14px;
	color: #888;
	line-height: 38px;
	transition: all 0.3s;
}
.tit .tit_more:hover {
	background-color: #adadad;
	color: #fff;
}

.intro {
	width: 100%;
	margin-top: 70px;
	overflow: hidden;
}
.intro .i_con {
	overflow: hidden;
}
.intro .i_con .i_txt {
	float: right;
	width: 585px;
	overflow: hidden;
}
.intro .i_txt .i_line {
	width: 124px;
	height: 3px;
	background-color: #162c4c;
}
.intro .i_txt>p {
	font-family: arial;
	font-weight: bold;
	font-size: 40px;
	color: #162c4c;
	line-height: 30px;
	margin-top: 32px;
	transition: 0.3s;
}
.intro .i_txt>p:hover {
	color: #1e4890;
}
.intro .i_txt .i_name {
	font-size: 30px;
	color: #162c4c;
	line-height: 1;
	display: block;
	margin-top: 21px;
	transition: 0.3s;
}
.intro .i_txt .i_name:hover {
	color: #1e4890;
}
.intro .i_txt .it_txt {
	font-size: 14px;
	color: #444;
	line-height: 30px;
	height: 90px;
	margin-top: 54px;
	transition: 0.3s;
	overflow: hidden;
}
.intro .i_txt .it_txt:hover {
	color: #1e4890;
}
.intro .i_txt .i_more {
	display: block;
	width: 176px;
	height: 38px;
	border: 2px solid #adadad;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
	font-size: 14px;
	color: #888;
	line-height: 38px;
	transition: all 0.3s;
}
.intro .i_txt .i_more:hover {
	background-color: #adadad;
	color: #fff;
}
.intro .i_txt .it_bottom {
	margin-top: 60px;
}
.intro .it_bottom .ib_son {
	float: left;
	padding: 0 50px;
	border-right: 1px solid #b9b9b9;
	line-height: 0;
	text-align: center;
}
.intro .it_bottom .ib_son:nth-of-type(1) {
	border-left: 1px solid #b9b9b9;
}
.intro .it_bottom .ib_son:hover>img {
	transition: 1s;
	transform: rotateY(360deg);
}
.intro .it_bottom .ib_son>p {
	font-size: 14px;
	color: #444;
	line-height: 1;
	transition: 0.3s;
	margin-top: 12px;
}
.intro .it_bottom .ib_son:hover>p {
	color: #1e4890;
}
.intro .i_con .i_pic {
	float: left;
	width: 558px;
	height: 470px;
	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);
}

.product {
	width: 100%;
	height: 772px;
	background: url(../images/p_bg.jpg) no-repeat center;
	margin-top: 70px;
	overflow: hidden;
}
.product .parHd {
	float: left;
	width: 230px;
	font-size: 0;
	margin-top: 30px;
}
.product .ph_tit .p_line {
	width: 124px;
	height: 3px;
	background-color: #162c4c;
}
.product .ph_tit>p {
	font-family: arial;
	font-weight: bold;
	font-size: 40px;
	color: #162c4c;
	line-height: 30px;
	margin-top: 32px;
	transition: 0.3s;
}
.product .ph_tit>p:hover {
	color: #1e4890;
}
.product .ph_tit .p_name {
	font-size: 30px;
	color: #162c4c;
	line-height: 1;
	display: block;
	margin-top: 21px;
	margin-bottom: 45px;
	transition: 0.3s;
}
.product .ph_tit .p_name:hover {
	color: #1e4890;
}
.product .parHd>ul {
	text-align: center;
	line-height: 0;
}
.product .parHd>ul a {
	font-size: 20px;
	color: #222;
	line-height: 70px;
	display: block;
	border-radius: 0 9px 9px 0;
	padding-left: 500px;
    margin-left: -500px;
	margin-bottom: 10px;
	transition: 0.3s;
	overflow: hidden;
}
.product .parHd>ul a:hover, .product .parHd>ul a.on {
	color: #fff;
	background-color: #1e4890;
	box-shadow: 0 2px 9px 1px #acabac;
}
.product .parBd {
	float: right;
	width: 900px;
	margin-top: 80px;
	overflow: hidden;
}
.product .pb_con .pb_son {
	float: left;
	width: 284px;
	text-align: center;
	margin-right: 24px;
	margin-bottom: 25px;
	transition: 0.5s;
}
.product .pb_con .pb_son:hover {
	box-shadow: 0 2px 9px 1px #b2b2b2;
}
.product .pb_con .pb_son:nth-of-type(3n) {
	margin-right: 0;
}
.product .pb_son .p_pic {
	display: block;
	width: 100%;
	height: 213px;
	line-height: 0;
	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 {
	font-size: 16px;
	line-height: 1;
	color: #222;
	display: block;
	padding: 18px 0 16px;
	border-bottom: 1px solid #bdbdbd;
	text-align: center;
	transition: 0.5s;
}
.product .pb_son:hover .p_name {
	border-bottom: 1px solid #1e4890;
}

.one {
	width: 100%;
	height: 930px;
	background: url(../images/one_bg.jpg) no-repeat center;
}
.youshi {
	width: 100%;
	overflow: hidden;
}
.y_tit {
	text-align: center;
	margin-top: 70px;
	line-height: 0;
}
.y_tit>p {
	font-family: arial;
	font-weight: bold;
	font-size: 40px;
	color: #162c4c;
	line-height: 30px;
	text-transform: uppercase;
	transition: 0.3s;
}
.y_tit>a {
	display: inline-block;
	margin-top: 21px;
	font-size: 30px;
	color: #162c4c;
	line-height: 1;
	transition: 0.3s;
}
.y_tit>p:hover, .y_tit>a:hover {
	color: #1e4890;
}
.youshi .ys_con {
	margin-top: 42px;
	overflow: hidden;
}
.youshi .ys_son {
	float: left;
	width: 210px;
	text-align: center;
	margin: 0 45px;
	line-height: 0;
}
.youshi .ys_son:hover img {
	transition: 1s;
	transform: rotateY(360deg);
}
.youshi .ys_son p:nth-of-type(1) {
	font-weight: bold;
	font-size: 20px;
	color: #222;
	line-height: 1;
	margin-top: 19px;
}
.youshi .ys_son p:nth-of-type(2) {
	font-size: 16px;
	color: #555;
	line-height: 22px;
	margin-top: 9px;
}

.case {
	width: 100%;
	overflow: hidden;
}
.case .c_con {
	width: 1200px;
	margin-top: 50px;
}
.case .c_con .slideBox {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.case .c_con .c_son {
	float: left;
	width: 284px;
	margin-right: 21px;
}
.case .c_son .c_pic {
	width: 100%;
	height: 213px;
	line-height: 0;
	overflow: hidden;
}
.case .c_pic>img {
	max-width: 100%;
	height: 100%;
	transition: 0.6s;
}
.case .c_son:hover .c_pic>img {
	transform: scale(1.05);
}
.case .c_son .c_title {
	font-size: 16px;
	color: #fff;
	line-height: 44px;
	width: 100%;
	height: 44px;
	background-color: #8e8e8e;
	text-align: center;
	overflow: hidden;
}
.case .c_son:hover .c_title {
	background-color: #1e4890;
}
/* .case .prev {
	display: inline-block;
	line-height: 0;
	margin: 0 5px;
	position: relative;
	top: -12px;
}
.case .next {
	display: inline-block;
	line-height: 0;
	margin: 0 5px;
	position: relative;
	top: -12px;
} */

.news {
	width: 100%;
	overflow: hidden;
}
.news .n_con {
	margin-top: 40px;
	margin-bottom: 70px;
}
.news .n_con .n_left {
	float: left;
	width: 506px;
}
.news .n_left .nl_pic {
	width: 100%;
	height: 337px;
	line-height: 0;
	overflow: hidden;
}
.news .n_left .nl_pic>img {
	transition: all 0.6s;
}
.news .n_left .nl_pic:hover>img {
	transform: scale(1.06);
}
.news .n_left .n_txt {
	padding: 25px 0 0 !important;
	border-bottom: 0;
}
.news .n_left .n_txt:hover {
	box-shadow: none !important;
}
.news .n_left .n_txt>p:nth-of-type(1) {
	line-height: 26px;
	height: 52px;
	margin-top: 12px;
}
.news .n_left .n_txt>a:nth-of-type(2) {
	font-size: 14px;
	color: #999;
	line-height: 1;
	display: block;
	margin-top: 24px;
	transition: 0.3;
}
.news .n_left .n_txt>a:nth-of-type(2):hover {
	color: #1e4890;
}
.news .n_con .n_right {
	float: right;
	width: 640px;
}
.news .n_txt {
	padding: 19px 14px 22px;
	border-bottom: 1px solid #cdcdcd;
	transition: 0.3s;
}
.news .n_txt:hover {
	box-shadow: 0 0 12px 1px #c4c4c4;
}
.news .n_txt>a:nth-of-type(1) {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	display: block;
	width: 100%;
	height: 19px;
	transition: all 0.3s;
	overflow: hidden;
}
.news .n_txt>a:nth-of-type(1):hover {
	color: #1e4890;
}
.news .n_txt>p:nth-of-type(1) {
	font-size: 14px;
	color: #555;
	line-height: 1;
	height: 15px;
	margin-top: 19px;
	transition: all 0.3s;
	overflow: hidden;
}
.news .n_txt>p:nth-of-type(1):hover {
	color: #1e4890;
}
.news .n_txt>p:nth-of-type(2) {
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-top: 11px;
	text-align: right;
}