@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 0;
}
.tit>a {
	display: inline-block;
	position: relative;
	top: 0;
	transition: 0.6s;
}
.tit>a:hover {
	top: -6px;
}
.tit>a>span {
	font-size: 36px;
	color: #111;
	line-height: 36px;
	display: inline-block;
}
.tit>a>span:nth-of-type(2) {
	font-weight: bold;
	color: #025fac;
}
.tit>div {
	line-height: 0;
	margin: 20px 0 14px;
}
.tit>p {
	font-size: 16px;
	color: #333;
	line-height: 16px;
	margin-top: 14px;
}

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

.product {
	width: 100%;
	overflow: hidden;
}
.product .p_con {
	width: 100%;
	overflow: hidden;
}
.product .parHd {
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}
.product .parHd a {
	display: inline-block;
	width: 140px;
	height: 46px;
	background-color: #0c5193;
	text-align: center;
	margin: 0 10px;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	overflow: hidden;
}
.product .parHd a:hover, .product .parHd a.on {
	background: #eb940b;
}

.product .parBd {
	margin: 40px auto 60px;
}
.product .pb_con {
	width: 100%;
	text-align: center;
}
.product .pb_con a {
	float: left;
	width: 282px;
	margin-right: 24px;
	margin-bottom: 8px;
}
.product .pb_con a:nth-of-type(4), .product .pb_con a:nth-of-type(8) {
	margin-right: 0;
}
.product .pb_con .p_pic {
	width: 280px;
	height: 218px;
	border: 1px solid #bfbfbf;
	line-height: 218px;
	overflow: hidden;
}
.product .p_pic>img {
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: 0.6s;
}
.product .p_pic:hover>img {
	transform: scale(1.04);
}
.product .pb_con a>.p_title {
	width: 100%;
	height: 42px;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	color: #111;
	overflow: hidden;
}
.product .pb_con a>.p_title:hover {
	background: #0c5193;
	color: #fff;
}

.youshi {
	width: 100%;
	height: 670px;
	background: url(../images/youshi_bg.jpg) no-repeat center;
}
.youshi .y_tit {
	text-align: center;
	overflow: hidden;
}
.youshi .y_tit>p:nth-of-type(1) {
	font-size: 36px;
	font-weight: bold;
	color: #fefefe;
	line-height: 36px;
	margin-top: 60px;
}
.youshi .y_tit>p:nth-of-type(2) {
	font-size: 16px;
	color: #fefefe;
	line-height: 16px;
	text-transform: uppercase;
	margin-top: 22px;
}
.youshi .y_con {
	margin-top: 50px;
}
.youshi .y_con .y_son {
	float: left;
	width: 299px;
	margin-left: 1px;
	overflow: hidden;
}
.youshi .y_son .ys_pic {
	line-height: 0;
}
.youshi .y_son .ys_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.youshi .y_son:hover .ys_pic>img {
	transform: scale(1.04);
}
.youshi .y_son .ys_txt {
	padding: 40px 0;
	background-color: #222;
	transition: 0.4s;
}
.youshi .y_son:hover .ys_txt {
	background-color: #f58225;
}
.youshi .ys_txt>p {
	font-size: 20px;
	color: #fefefe;
	line-height: 1;
	text-align: center;
}
.youshi .ys_txt>div {
	width: 64px;
	height: 2px;
	background-color: #fff;
	margin: 18px auto 0;
}

.intro {
	width: 100%;
	overflow: hidden;
}
.intro .i_con {
	background-color: #fff;
	margin: 60px 0;
}
.intro .i_con .i_left {
	float: left;
	width: 545px;
}
.intro .i_left .il_tit {
	display: block;
	line-height: 0;
}
.intro .i_left .i_txt {
	font-size: 15px;
	color: #444;
	line-height: 36px;
	width: 100%;
	max-height: 180px;
	margin-top: 38px;
	overflow: hidden;
}
.intro .i_left .i_more {
	display: block;
	width: 170px;
	height: 48px;
	background-color: #025fac;
	border-radius: 21px;
	margin-top: 46px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 48px;
}
.intro .i_left .i_more:hover {
	background-color: #f58225;
}
.intro .i_con .i_right {
	float: right;
	line-height: 0;
}

.honor {
	width: 100%;
	overflow: hidden;
}
.honor .h_tit {
	text-align: center;
}
.honor .h_tit>a {
	display: inline-block;
	font-size: 30px;
	color: #111;
	line-height: 1;
}
.honor .h_tit>div {
	line-height: 0;
	margin-top: 24px;
}
.honor .h_tit>p {
	font-size: 14px;
	color: #666;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 16px;
}
.honor .h_con {
	margin: 50px 0 65px;
}
.honor .h_con .h_son {
	float: left;
	width: 282px;
	margin-right: 24px;
}
/* .honor .h_con .h_son:nth-of-type(4) {
	margin-right: 0;
} */
.honor .h_son .h_pic {
	width: 100%;
	height: 210px;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}
.honor .h_pic>img {
	max-width: 100%;
	height: 100%;
	transition: 0.6s;
}
.honor .h_pic:hover>img {
	transform: scale(1.04);
}
.honor .h_son .h_title {
	font-size: 16px;
	color: #222;
	line-height: 1;
	text-align: center;
	margin-top: 12px;
}
.honor .h_son .h_title:hover {
	color: #025fac;
}

.news {
	width: 100%;
	background-color: #f3f3f3;
	padding-bottom: 70px;
	overflow: hidden;
}
.news .n_tit {
	text-align: center;
	overflow: hidden;
}
.news .n_tit>a {
    display: inline-block;
	margin-top: 60px;
    font-size: 30px;
    color: #111;
    line-height: 1;
}
.news .n_tit>div {
    line-height: 0;
    margin-top: 24px;
}
.news .n_con {
	width: 100%;
	margin-top: 30px;
}
.news .n_con .n_left {
	float: left;
	width: 500px;
}
.news .ns_tit>a:nth-of-type(1) {
	display: inline-block;
	font-size: 18px;
	color: #333;
	line-height: 18px;
}
.news .ns_tit>a:nth-of-type(2) {
	float: right;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
.news .ns_tit>a:hover {
	text-decoration: underline;
}
.news .n_left .nl_pic {
	width: 100%;
	height: 260px;
	line-height: 0;
	margin-top: 20px;
	overflow: hidden;
}
.news .nl_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.news .nl_pic:hover>img {
	transform: scale(1.04);
}
.news .n_left .nl_tit {
	display: block;
	width: 100%;
	height: 16px;
	line-height: 0;
	margin-top: 16px;
	overflow: hidden;
}
.news .nl_tit>span {
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 1;
}
.news .nl_tit:hover>span {
	text-decoration: underline;
}
.news .n_left .nl_des {
	font-size: 14px;
	color: #666;
	line-height: 1;
	height: 14px;
	overflow: hidden;
	margin-top: 12px;
}
.news .n_left .nl_des:hover {
	color: #025fac;
}
.news .n_con .n_right {
	float: right;
	width: 650px;
}
.news .n_right .nr_list1 {
	display: block;
	width: 100%;
	padding-top: 20px;
}
.news .nr_list1>div:nth-of-type(1) {
	float: left;
	width: 194px;
	height: 108px;
	line-height: 0;
}
.news .nr_list1>div>img {
	width: 100%;
}
.news .nr_list1>div:nth-of-type(2) {
	float: right;
	width: 434px;
	height: 108px;
	overflow: hidden;
}
.news .nr_list1>div>span:nth-of-type(1) {
	font-size: 16px;
	color: #333;
	line-height: 1;
	margin-top: 6px;
	display: block;
	height: 16px;
	overflow: hidden;
}
.news .nr_list1>div>span:nth-of-type(2) {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 14px;
	display: block;
	height: 72px;
	overflow: hidden;
}
.news .nr_list1>div>span:hover {
	color: #025fac;
}
.news .n_right .nr_list {
	display: block;
	width: 100%;
	height: 15px;
	margin-top: 20px;
	overflow: hidden;
}
.news .n_right .nr_list:nth-of-type(1) {
	margin-top: 24px;
}
.news .nr_list>img {
	float: left;
	position: relative;
	top: 3px;
}
.news .nr_list>span:nth-of-type(1) {
	float: left;
	margin-left: 11px;
	font-size: 15px;
	color: #333;
	line-height: 1;
}
.news .nr_list>span:nth-of-type(1):hover {
	color: #025fac;
}
.news .nr_list>span:nth-of-type(2) {
	float: right;
	font-size: 15px;
	color: #999;
	line-height: 1;
}