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

.tit {
	text-align: center;
	padding-top: 40px;
	line-height: 0;
}
.tit>p {
	font-size: 52px;
	font-weight: bold;
	color: #e8e8e8;
	line-height: 40px;
	text-transform: uppercase;
	transition: 0.5s;
	position: relative;
	top: 20px;
	z-index: 1;
}
.tit>a {
	font-weight: bold;
	font-size: 34px;
	color: #222;
	line-height: 1;
	transition: 0.3s;
	position: relative;
	z-index: 9;
}
.tit>a:hover {
	color: #0196dd;
}
.tit>div {
	width: 30px;
	height: 3px;
	background-color: #0196dd;
	margin: 17px auto 0;
}

.product {
	width: 100%;
	overflow: hidden;
}
.product .parHd {
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}
.product .parHd>ul {
	display: flex;
	justify-content: space-around;
}
.product .parHd>ul a {
	font-size: 16px;
	color: #222;
	line-height: 48px;
	display: inline-block;
	width: 183px;
	height: 48px;
	border-radius: 8px;
	border: 1px solid #434343;
	overflow: hidden;
}
.product .parHd a:hover, .product .parHd a.on {
	color: #fff;
	background: #0196dd;
	border: 1px solid #0196dd;
}
.product .parBd {
	width: 1200px;
	margin-top: 50px;
	overflow: hidden;
}
.product .pb_con .pb_son {
	float: left;
	width: 280px;
	margin-right: 24px;
}
.product .pb_con .pb_son:nth-of-type(4n) {
	margin-right: 0;
}
.product .pb_son .p_pic {
	display: block;
	width: 278px;
	height: 228px;
	border: 1px solid #bfbfbf;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}
.product .pb_son .p_pic>img {
	width: 100%;
	max-height: 100%;
	transition: 0.4s;
}
.product .p_pic:hover>img {
	transform: scale(1.05);
}
.product .pb_son>.p_name {
	font-size: 16px;
	line-height: 1;
	color: #222;
	display: block;
	width: 96%;
	margin: 15px auto 22px;
}
.product .p_name>img {
	float: right;
}

.youshi {
	width: 100%;
	height: 783px;
	background: url(../images/y_bg.png) no-repeat center;
	margin-top: 50px;
	overflow: hidden;
}
.youshi .tit {
	padding-top: 92px;
}
.youshi .tit>p {
	color: #3080e0;
}
.youshi .tit>a {
	color: #fff;
}
.youshi .tit>div {
	background-color: #fff;
}
.youshi .y_con {
	width: 1200px;
	margin: 62px auto 0;
}
.youshi .y_con .y_txt {
	float: left;
	width: 630px;
}
.youshi .y_txt .yt_son {
	margin-left: 74px;
	margin-bottom: 43px;
}
.youshi .y_con .yt_son:nth-of-type(1) {
	margin-top: 22px;
}
.youshi .y_con .yt_son:nth-of-type(2) {
	margin-bottom: 70px;
}
.youshi .yt_son>p {
	font-weight: bold;
	font-size: 34px;
	color: #fff;
	line-height: 1;
}
.youshi .yt_son>div {
	font-size: 15px;
	color: #fff;
	line-height: 28px;
	margin-top: 8px;
}
.youshi .y_pic {
	float: right;
	line-height: 0;
}

.intro {
	width: 100%;
	overflow: hidden;
}
.intro .i_con {
	margin: 50px 0;
	overflow: hidden;
}
.intro .i_con .i_txt {
	float: left;
	width: 626px;
	height: 420px;
	background-color: #f2f2f2;
	border-left: 10px solid #0196dd;
}
.intro .i_txt .i_tit {
	font-size: 22px;
	color: #0196dd;
	line-height: 1;
	display: block;
	margin-top: 50px;
	margin-left: 32px;
	transition: all 0.5s;
}
.intro .i_txt .i_tit:hover {
	color: #0071a5;
}
.intro .i_txt .it_txt {
	font-size: 14px;
	color: #222;
	line-height: 30px;
	width: 534px;
	height: 210px;
	margin-top: 22px;
	margin-left: 32px;
	overflow: hidden;
}
.intro .i_txt .i_more {
	display: block;
	width: 130px;
	height: 46px;
	background-color: #0196dd;
	text-align: center;
	margin-top: 20px;
	margin-left: 32px;
	font-size: 14px;
	color: #fff;
	line-height: 46px;
	transition: all 0.5s;
}
.intro .i_txt .i_more:hover {
	background-color: #0071a5;
}
.intro .i_con .i_pic {
	float: right;
	width: 563px;
	height: 420px;
	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%;
	background-color: #0062d7;
	overflow: hidden;
}
.case .tit>p {
	color: #3080e0;
}
.case .tit>a {
	color: #fff;
}
.case .tit>div {
	background-color: #fff;
}
.case .c_con {
	width: 1200px;
	margin-top: 50px;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.case .prev {
	line-height: 0;
	position: absolute;
	top: 36%;
	left: 0;
}
.case .next {
	line-height: 0;
	position: absolute;
	top: 36%;
	right: 0;
}
.case .c_con .slideBox {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.case .c_con .c_son {
	float: left;
	width: 280px;
	margin-right: 18px;
}
.case .c_son .c_pic {
	width: 100%;
	height: 225px;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}
.case .c_pic>img {
	max-width: 100%;
	height: 100%;
	transition: 0.6s;
}
.case .c_pic:hover>img {
	transform: scale(1.04);
}
.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: #d0231c;
}

.news {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.news .n_con {
	position: relative;
}
.news .n_left {
	width: 1010px;
	line-height: 0;
	margin-top: 52px;
}
.news .n_left .nl_pic {
	float: left;
	width: 426px;
	height: 240px;
	line-height: 0;
	overflow: hidden;
}
.news .nl_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.news .nl_pic:hover>img {
	transform: scale(1.06);
}
.news .n_left .nl_txt {
	float: right;
	width: 554px;
	margin-top: 46px;
	position: relative;
	overflow: hidden;
}
.news .nl_txt .nl_date>.line {
	float: left;
	width: 47px;
	height: 1px;
	background-color: #a6a6a6;
	margin-top: 6px;
}
.news .nl_txt .nl_date>span {
	float: left;
	margin-left: 12px;
	font-size: 12px;
	color: #666;
	line-height: 1;
	overflow: hidden;
}
.news .nl_txt .nl_name {
	font-size: 16px;
	color: #333;
	line-height: 1;
	display: block;
	width: 350px;
	height: 16px;
	margin-top: 36px;
	margin-left: 56px;
	overflow: hidden;
}
.news .nl_txt .nl_name:hover {
	text-decoration: underline;
}
.news .nl_txt .nl_des {
	font-size: 14px;
	color: #777;
	line-height: 26px;
	display: block;
	width: 340px;
	height: 52px;
	margin-top: 30px;
	margin-left: 56px;
	overflow: hidden;
}
.news .nl_txt .nl_enter {
	display: block;
	line-height: 0;
	position: absolute;
	right: 0;
	top: 44px;
	transition: all 1s;
}
.news .nl_txt .nl_enter:hover {
	right: 20px;
}

.news .n_middle {
	width: 100%;
	margin-top: 40px;
}
.news .n_middle .hd {
	position: absolute;
	right: 0;
	top: 34px;
}
.news .n_middle .hd li {
	display: block;
	border-bottom: 1px solid #cdcdcd;
	padding: 0 15px 19px;
	text-align: center;
	margin-top: 26px;
}
.news .n_middle .hd li>a {
	font-size: 16px;
	color: #333;
	line-height: 1;
}
.news .n_middle .hd li:hover>a, .news .n_middle .hd li.on>a {
	font-weight: bold;
}
.news .n_middle .hd li>a>div {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 13px;
	position: relative;
	top: 5px;
}
.news .n_middle .hd li:nth-of-type(1)>a>div {
	background: url(../images/n_icon1.png) no-repeat center;
}
.news .n_middle .hd li:nth-of-type(2)>a>div {
	background: url(../images/n_icon2.png) no-repeat center;
}
.news .n_middle .hd li:nth-of-type(1):hover>a>div, .news .n_middle .hd li:nth-of-type(1).on>a>div {
	background: url(../images/n_icon1_2.png) no-repeat center;
}
.news .n_middle .hd li:nth-of-type(2):hover>a>div, .news .n_middle .hd li:nth-of-type(2).on>a>div {
	background: url(../images/n_icon2_2.png) no-repeat center;
}

.news .n_middle .bd li {
	float: left;
	width: 564px;
	padding-bottom: 21px;
	border-bottom: 1px dashed #d5d5d5;
	line-height: 0;
	margin-bottom: 30px;
}
.news .n_middle .bd li:nth-of-type(2n) {
	float: right;
}
.news .n_middle .bd img {
	margin-right: 12px;
}
.news .n_middle .bd li a, .news .n_middle .bd li span {
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 16px;
}
.news .n_middle .bd a:hover {
	color: #0196dd;
}
.news .n_middle .bd span {
	float: right;
}