@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 {
	font-size:12px;
}
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;
	transition: all .1s linear;
}
a:hover {
	text-decoration: underline;
}
.container {
	width: 1200px;
	margin: 0 auto;
}

.tit {
	display: block;
	height: 165px;
	text-align: center;
}
.tit a {
	display: block;
	padding-top: 50px;
	margin: 0 auto;
	width: 200px;
	font-family: "微软雅黑";	
	font-weight: bold;
	font-size: 40px;
	line-height: 55px;
	color: #0084df;
}
.tit a:hover {
	font-size: 41px;
	text-decoration: none;
}
.tit span {
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 20px;
	color: #989898;
}

.intro {
	width: 100%;
	height: 505px;
	margin: 0 auto;
	background: url(../images/i_bg.jpg) no-repeat center;
}
.intro .i_tit, .intro .i_tit>span {
	font-family: "微软雅黑";
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #0084df;
}
.intro .i_tit:hover {
	text-decoration: none;
}
.intro .i_con>div {
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 32px;
	color: #777;
}
.intro .i_con>a {
	display: block;
	width: 130px;
	height: 34px;
	background: #0084df;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 34px;
	color: #fff;
	margin: -20px 0 0 535px;
}
.intro .i_num {
	font-family: "arial";
	font-weight: bold;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
    margin: 121px 50px;	
}

.product {
	height: 700px;
}
.product .p_son {
	width: 850px;
	height: 15px;
	margin: 7px auto 20px;
}
.product .p_son li {
	float: left;
	padding: 0 20px;
	text-align: center;
	line-height: 15px;
	border-right: 1px solid #424242;
}
.product .p_son li:nth-last-of-type(1) {
	border: 0;
}
.product .p_son a {
	font-family: "微软雅黑";
	font-size: 15px;
	color: #424242;
}
.product .p_son a:hover {
	color: #0084df;
}
.product .p_con {
	text-align: center;
}
.product .parBd {
	height: 326px;
}
.p_con .p_pic {
	width: 289px;
	height: 324px;
	float: left;
	margin-right: 10px;
    border: 1px solid #dbdbdb;	
}
.p_con .p_pic>.pic_top {
	width: 289px;
    height: 210px;
}
.p_con .p_pic>.pic_top>img {
    max-width: 287px;
    height: 210px;
}
.p_con .p_pic>.pic_bottom {
	width: 289px;
	height: 115px;
	background: #0084df;
}
.p_con .p_pic>div>span {
	font-family: '微软雅黑';
	font-size: 18px;
	line-height: 42px;
	color: #fff;"	
}
.p_con .p_pic>div>div {
	width: 30px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}
.p_con .p_pic>div>a {
	display: block;
	width: 117px;
	margin: 25px auto 0;
	border-radius: 10px;
	border: 1px solid #fff;
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 26px;
	color: #fff;
}
.p_pic:hover>a>div>img {
	background: url(../images/arror1.jpg) no-repeat center;
}
.p_pic:hover>a>div {
	background: #424242;
	text-decoration: underline;
}
.product .p_more {
	display: block;
	width: 1200px;
	margin: 60px auto;
	text-align: center;
	background: #f6f6f6;
}
.product .p_more>a {
	font-family: "微软雅黑";
	font-size: 25px;
	line-height: 42px;
	color: #424242;		
}

.tubiao1 {
	width: 1423px;
	height: 190px;
	margin: 0 auto;
	position: relative;
}

.news {
	height: 720px;
}
.n_con {
	width: 540px;
	height: 500px;
	float: left;
}
.n_con .n_tit {
	width: 540px;
	font-family: "微软雅黑";
	font-size: 30px;
	line-height: 78px;
	font-weight: bold;
	color: #424242;
}
.n_con .n_tit a {
	float: right;
	font-family: "微软雅黑";
	font-size: 25px;
	font-weight: 100;
	color: #424242;
}
.n_con .n_tit a:hover {
	text-decoration: underline;
}
.n_con .n_des>div>a {
	font-family: "微软雅黑";
	font-size: 23px;
	font-weight: bold;
	color: #424242;
}
.n_list {
	margin-top: 25px;
}
.n_list>div {
	border-bottom: 1px dashed #a2a2a2;
}
.n_list>div>a, .n_list>div>span {
	font-size: 18px;	
	line-height: 50px;
	color: #424242;
}
