@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 {
	text-align: center;
	line-height: 0;
}
.tit a>p {
	font-size: 32px;
	color: #111;
	line-height: 30px;
	position: relative;
	top: 0;
	transition: 0.4s;
}
.tit a:hover p {
	top: -6px;
}
.tit>div>img {
	position: relative;
	top: 0;
	transition: 0.4s;
}
.tit>div:hover>img {
	top: 6px;
}
.tit>div>a {
	display: inline-block;
	margin: 90px 12px 23px 0;
}
.tit a>img {
	position: relative;
	top: 0;
	transition: 0.4s;
}
.tit a:hover img {
	top: -8px;
}

.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;
}

.intro {
	width: 100%;
}
.intro .i_con .ic_txt {
	height: 90px;
	text-align: center;
	padding: 30px 35px 0;
	font-size: 15px;
	color: #444;
	line-height: 30px;
	overflow: hidden;
}
.intro .ic_youshi {
	display: flex;
	justify-content: space-around;
	padding-top: 85px;
	padding-bottom: 90px;
}
.intro .ic_youshi>div {
	text-align: center;
}
.intro .ic_youshi>div:hover img {
	transition: 0.8s;
	transform: rotateY(360deg);
}
.intro .ic_youshi p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 16px;
	margin-top: 20px;
}

.product {
	width: 100%;
	height: 653px;
	background: url(../images/p_bg.jpg) no-repeat center;
}
.product .p_word {
	font-size: 14px;
	color: #339cf8;
	line-height: 26px;
	text-align: center;
	margin-top: 20px;
}
.product .p_con {
	margin-top: 26px;
}
.product .p_son {
	float: left;
	width: 285px;
	margin-right: 20px;
}
.product .p_son:nth-of-type(4) {
	margin-right: 0;
}
.product .p_son>a {
	display: block;
	line-height: 0;
}
.product .p_pic {
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.product .p_son img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.product .p_son img:hover {
	transform: scale(1.06);
}
.product .p_son span {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 18px;
	display: block;
	margin-top: 24px;
	margin: 24px 5px 0;
}
.product .p_son span:hover {
	color: #137fdd;
}
.product .p_son>p {
	font-size: 13px;
	color: #666;
	line-height: 13px;
	margin: 20px 5px 0;
}
.product .p_son>.ps_more {
	font-size: 13px;
	font-weight: bold;
	color: #137fdd;
	line-height: 13px;
	margin: 24px 5px 0;
}
.product .p_son>.ps_more:hover {
	text-decoration: underline;
}

.jishu {
	overflow: hidden;
}
.jishu .tit>div>a {
	margin-top: 80px;
}
.jishu .j_bd {
	display: flex;
	justify-content: space-around;
	margin-top: 48px;
}
.jishu .j_son {
	width: 337px;
	padding: 16px 17px;
	border: 1px solid #e0e0e0;
}
.jishu .j_son .j_pic {
	width: 100%;
	max-height: 200px;
	overflow: hidden;
}
.jishu .j_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.jishu .j_pic:hover>img {
	transform: scale(1.05);
}
.jishu .j_son .j_tit {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: block;
	margin-top: 21px;
}
.jishu .j_son .j_tit:hover {
	color: #137fdd;
}
.jishu .j_son .j_txt {
	font-size: 12px;
	color: #6b6b6b;
	line-height: 20px;
	margin-top: 8px;
	height: 40px;
	overflow: hidden;
}
.jishu .j_son .j_date {
	font-size: 12px;
	color: #787d82;
	display: inline-block;
	margin-top: 15px;
}
.jishu .j_son .j_more {
	font-size: 12px;
	color: #787d82;
	float: right;
	margin-top: 15px;
}
.jishu .j_son .j_more:hover {
	text-decoration: underline;
}

.news {
	overflow: hidden;
}
.news .picScroll-left {
	width: 1200px;
	margin: 74px auto 50px;
}
.news .n_hd {
	display: inline-block;
	width: 102px;
	font-size: 0;
	line-height: 0;
}
.news .n_hd .n_tit {
	overflow: hidden;
}
.news .n_tit>a {
	font-size: 20px;
	font-weight: bold;
	color: #383838;
	line-height: 20px;
	display: block;
	margin-top: 11px;
}
.news .n_tit>a:hover {
	color: #137fdd;
}
.news .n_tit>p {
	font-size: 12px;
	color: #b4b4b4;
	line-height: 12px;
	margin-top: 11px;
}
.news .n_hd>a {
	display: inline-block;
	background: #137fdd;
	margin-top: 29px;
}
.news .n_hd>a:hover {
	background: #f00000;
}

.news .n_bd {
	float: right;
	width: 1050px;
	overflow: hidden;
}
.news .n_bd li {
	width: 433px;
	height: 115px;
	padding: 0 35px;
	background: #f0f0f0;
	float: left;
	margin-right: 33px;
}
.news .n_bd .n_tit {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	display: block;
	margin-top: 21px;
}
.news .n_bd .n_tit:hover {
	color: #137fdd;
}
.news .n_bd .n_txt {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 12px;
	height: 48px;
	overflow: hidden;
}