@charset "utf-8";
/* CSS Document akakaz */
* {
	margin:0;
	padding:0;
	font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}
img {
	border:none;
	/*max-width: 100%;
	height: auto;
	width: auto\9;*/
}
ul, li, ol {
	list-style: none;
}
#main{
	width:100%;
}

/*自写样式*/
body {
	background: #fff !important;
	margin: 0 auto;
	width: 100%;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
/*	transition: all .1s linear;*/
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.tit {
	width: 100%;
	text-align: center;
	padding: 60px 0 50px;
}
.tit .tit_txt {
	display: block;
}
.tit .tit_txt>span:nth-of-type(1) {
	font-size: 36px;
	color: #222;
	line-height: 1;
}
.tit .tit_txt>span:nth-of-type(2) {
	font-size: 36px;
	color: #158eeb;
	line-height: 1;
	position: relative;
	top: 0;
	transition: all 0.6s;
}
.tit .tit_txt:hover>span:nth-of-type(2) {
	top: -6px;
}
.tit .tit_txt>span:nth-of-type(3) {
	font-family: arial;
	font-size: 30px;
	color: #666;
	line-height: 36px;
}
.tit .tit_line {
	margin-top: 18px;
	font-size: 0;
}
.tit .tit_line>span:nth-of-type(1) {
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #158eeb;
}
.tit .tit_line>span:nth-of-type(2) {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #222;
	margin-left: 2px;
}

.more {
	display: block;
	width: 145px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	background: #0d62bd;
	font-size: 16px;
	color: #fff;
	line-height: 44px;
}
.more:hover {
	background: #fe7b05;
}

.mt {
	border-bottom: 1px solid #e4e4e4;
}
.m_hot {
	float: left;
	max-width: 700px;
	height: 76px;
	overflow: hidden;
}
.m_hot>span, .m_hot>a, .m_tel {
	font-size: 15px;
	color: #333;
	line-height: 76px;
}
.m_hot>a {
	margin-left: 20px;
}
.m_tel {
	float: right;
}
.m_tel>span {
	font-size: 20px;
	font-weight: bold;
	color: #158eeb;
	line-height: 76px;
}

.intro {
	width: 100%;
	overflow: hidden;
}
.intro .i_con .i_pic {
	float: left;
	line-height: 0;
}
.intro .i_con .i_txt {
	float: right;
	width: 550px;
}
.intro .i_txt>p {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	margin-top: 14px;
}
.intro .i_txt .i_des {
	font-size: 16px;
	color: #222;
	line-height: 28px;
	height: 140px;
	margin-top: 24px;
	overflow: hidden;
}
.intro .i_txt .i_more {
	float: right;
	width: 90px;
	height: 26px;
	background-color: #158eeb;
	border-radius: 13px;
	margin-top: 22px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	transition: all 0.5s;
}
.intro .i_txt .i_more:hover {
	background-color: #0e62a2;
}
.intro .i_txt .i_bottom {
	display: flex;
	justify-content: space-around;
	float: right;
	width: 615px;
	height: 155px;
	background-color: #158eeb;
	line-height: 0;
	margin-top: 22px;
}
.intro .i_bottom>div {
	line-height: 0;
	text-align: center;
	margin-top: 24px;
}
.intro .i_bottom>div:hover>img {
	transform: rotateY(360deg);
	transition: all 1s;
}
.intro .i_bottom>div>p {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-top: 13px;
}

/* 产品展示 */
.product {
	width: 100%;
	height: 670px;
	background: url(../images/p_bg.jpg) no-repeat center;
	margin-top: 60px;
}
.product .parHd {
	float: left;
	width: 220px;
	text-align: center;
}
.product .parHd .phd_tit {
	width: 100%;
	height: 100px;
}
.product .phd_tit>a {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	display: inline-block;
	margin-top: 27px;
}
.product .phd_tit>p {
	font-size: 12px;
	color: #87c3f1;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 14px;
}
.product .parHd .li {
	width: 190px;
	height: 30px;
	background-color: #158eeb;
	margin: 0 auto 9px;
}
.product .parHd .li:nth-of-type(1) {
	margin-top: 20px;
}
.product .parHd .li>a {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	display: block;
	transition: all 0.5s;
	overflow: hidden;
}
.product .parHd .li.on>a, .product .phd_con>li>a:hover {
	background-color: #0f6db4;
}
/* .product .parHd .ul a {
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	display: block;
	padding-left: 67px;
}
.product .parHd .ul li:nth-of-type(1) {
	margin-top: 8px;
}
.product .parHd .ul a:hover {
	color: #ecbc0f;
} */

.product .parBd {
	float: right;
	width: 950px;
	margin-top: 60px;
	overflow: hidden;
}
.parBd .p_con .p_son {
	float: left;
	width: 310px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.parBd .p_con .p_son:nth-of-type(3n) {
	margin-right: 0;
}
.p_con .p_pic {
	width: 100%;
	height: 220px;
	line-height: 0;
	overflow: hidden;
}
.p_con .p_pic>img {
	min-width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.p_con .p_pic:hover>img {
	transform: scale(1.06);
}
.p_con  .p_title {
	width: 100%;
	height: 50px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	transition: all 0.5s;
	overflow: hidden;
}
.p_con .p_title:hover {
	background: #158eeb;
	color: #fff;
}

.news {
	width: 100%;
	overflow: hidden;
}
.news .n_con {
	width: 100%;
}
.news .n_con .n_left {
	float: left;
	width: 700px;
	overflow: hidden;
}
.news .hd {
	background-color: #2a2a2a;
}
.news .hd .ns_tit {
	float: left;
	background-color: #2a2a2a;
	transition: all 0.5s;
}
.news .hd .ns_tit.on {
	background-color: #158eeb;
}
.news .ns_tit>a {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	padding: 0 38px;
}
.news .hd .ns_more {
	float: right;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	margin-right: 26px;
}
.news .hd .ns_more:hover {
	text-decoration: underline;
}
.news .n_left .bd {
	margin-top: 25px;
}
.news .n_left .n_pic {
	float: left;
	width: 284px;
	height: 190px;
	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 .nlt_txt {
	float: right;
	width: 365px;
	overflow: hidden;
}
.news .nlt_txt>a:nth-of-type(1) {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	display: block;
	margin-top: 10px;
	transition: all 0.5s;
}
.news .nlt_txt>a:nth-of-type(1):hover {
	color: #158eeb;
}
.news .nlt_txt>p {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	height: 78px;
	margin-top: 24px;
	overflow: hidden;
}
.news .nlt_txt>a:nth-of-type(2) {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	display: block;
	width: 100px;
	height: 30px;
	background-color: #158eeb;
	text-align: center;
	margin-top: 30px;
	transition: all 0.5s;
}
.news .nlt_txt>a:nth-of-type(2):hover {
	background-color: #0f6db5;
}
.news .n_left .nl_son {
	margin-top: 27px;
}
.news .nl_son .nls_list {
	padding-bottom: 10px;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 10px;
}
.news .nls_list>a {
	font-size: 14px;
	color: #333;
	line-height: 1;
	transition: all 0.5s;
}
.news .nls_list>a:hover {
	color: #158eeb;
}
.news .nls_list>span {
	float: right;
	font-size: 14px;
	color: #888;
	line-height: 1;
}
.news .n_con .n_right {
	float: right;
	width: 440px;
	overflow: hidden;
}
.news .n_right .nr_con {
	margin-top: 25px;
}
.news .n_con .n_list {
	padding-bottom: 12px;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 20px;
}
.news .n_txt>a {
	font-size: 14px;
	font-weight: bold;
	color: #158eeb;
	line-height: 1;
	display: block;
	width: 100%;
	height: 14px;
	transition: all 0.5s;
	overflow: hidden;
}
.news .n_txt>a>span {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #158eeb;
	margin-top: 4px;
	margin-right: 10px;
}
.news .n_txt>p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	display: block;
	height: 48px;
	margin-top: 15px;
	margin-left: 16px;
	overflow: hidden;
}

.service {
	width: 100%;
	margin-bottom: 85px;
}
.service .s_con {
	width: 100%;
	height: 200px;
	background: url(../images/s_bg.jpg) no-repeat center;
}
.service .s_con .container {
	display: flex;
	justify-content: space-between;
}
.service .s_con .s_son {
	text-align: center;
	line-height: 0;
}
.service .s_son>div {
	display: inline-block;
	width: 166px;
	height: 140px;
}
.service .s_son>p:nth-of-type(1) {
	font-size: 16px;
	color: #333;
	line-height: 1;
	margin-top: 20px;
}
.service .s_son>p:nth-of-type(2) {
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin-top: 10px;
}
.service .s_son:nth-of-type(1)>div {
	background: url(../images/s1.jpg) no-repeat center;
}
.service .s_son:nth-of-type(1)>div:hover {
	background: url(../images/s1_1.jpg) no-repeat center;
}
.service .s_son:nth-of-type(2)>div {
	background: url(../images/s2.jpg) no-repeat center;
}
.service .s_son:nth-of-type(2)>div:hover {
	background: url(../images/s2_1.jpg) no-repeat center;
}
.service .s_son:nth-of-type(3)>div {
	background: url(../images/s3.jpg) no-repeat center;
}
.service .s_son:nth-of-type(3)>div:hover {
	background: url(../images/s3_1.jpg) no-repeat center;
}
.service .s_son:nth-of-type(4)>div {
	background: url(../images/s4.jpg) no-repeat center;
}
.service .s_son:nth-of-type(4)>div:hover {
	background: url(../images/s4_1.jpg) no-repeat center;
}
.service .s_son:nth-of-type(5)>div {
	background: url(../images/s5.jpg) no-repeat center;
}
.service .s_son:nth-of-type(5)>div:hover {
	background: url(../images/s5_1.jpg) no-repeat center;
}