@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;
	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;
	margin: 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: 32px;
	font-weight: bold;
	color: #111;
	line-height: 32px;
	display: inline-block;
}
.tit>a>span:nth-of-type(2) {
	color: #0c5193;
}
.tit>p {
	font-size: 15px;
	color: #a4a4a4;
	line-height: 15px;
	text-transform: uppercase;
	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;
}

.hot {
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
	line-height: 0;
}
.hot_left {
	display: inline-block;
	width: 70%;
	height: 55px;
	overflow: hidden;
}
.hot_left span {
	font-size: 14px;
	font-weight: bold;
	color: #0c5193;
	line-height: 55px;
}
.hot_left a {
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 55px;
	margin-left: 12px;
}
.hot_left a:hover {
	text-decoration: underline;
}
.hot_right {
	float: right;
	max-width: 28%;
	font-size: 15px;
	color: #666;
	line-height: 55px;
}

.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 20px;
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	overflow: hidden;
}
.product .parHd a:hover, .product .parHd a.on {
	background: #eb940b;
}

.product .parBd {
	margin: 50px auto 60px;
}
.product .pb_con {
	width: 100%;
	text-align: center;
}
.product .pb_con .ul2 {
	display: none;
}
.product .pb_con a {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.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: 283px;
	height: 228px;
	line-height: 0;
	border: 1px solid #dcdcdc;
	overflow: hidden;
}
.product .p_pic>img {
	max-width: 100%;
	height: 100%;
	transition: 0.6s;
}
.product .p_pic:hover>img {
	transform: scale(1.04);
}
.product .pb_con a>.p_title {
	width: 100%;
	height: 50px;
	text-align: center;
	margin-top: 4px;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	overflow: hidden;
}
.product .pb_con a>.p_title:hover {
	background: #0c5193;
	color: #fff;
}

.intro {
	width: 100%;
	background: #21609c;
	overflow: hidden;
}
.intro .tit>a>span {
	color: #fff;
}
.intro .tit>a>span:nth-of-type(2) {
	color: #eb940b;
}
.intro .tit>p {
	color: #fff;
}
.intro .i_con {
	background-color: #fff;
	margin: 60px 0;
}
.intro .i_con .i_left {
	float: left;
	width: 525px;
	margin: 0 45px 0 30px;
}
.intro .i_left p {
	font-size: 24px;
	font-weight: bold;
	color: #111;
	line-height: 1;
	margin-top: 40px;
}
.intro .i_left .i_txt {
	font-size: 15px;
	color: #333;
	line-height: 30px;
	width: 100%;
	max-height: 210px;
	margin-top: 24px;
	overflow: hidden;
}
.intro .i_left .i_more {
	display: block;
	width: 136px;
	height: 42px;
	border: 1px solid #0c5193;
	margin-top: 21px;
	text-align: center;
	font-size: 15px;
	color: #0c5193;
	line-height: 42px;
}
.intro .i_left .i_more:hover {
	background-color: #0c5193;
	color: #fff;
}
.intro .i_con .i_right {
	float: right;
	line-height: 0;
}

.case {
	width: 100%;
	overflow: hidden;
}
.case .c_con {
	width: 1115px;
	margin: 40px auto 50px;
	position: relative;
}
.case .c_con .slideBox {
	width: 1115px;
	overflow: hidden;
}
.case .next {
	line-height: 0;
	position: absolute;
	top: 35%;
	left: -42px;
}
.case .prev {
	line-height: 0;
	position: absolute;
	top: 35%;
	right: -42px;
}
.case .c_con .c_son {
	float: left;
	width: 260px;
	margin-right: 25px;
}
.case .c_son .c_pic {
	width: 100%;
	height: 220px;
	line-height: 0;
	overflow: hidden;
}
.case .c_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.case .c_pic:hover>img {
	transform: scale(1.04);
}
.case .c_son .c_title {
	font-size: 16px;
	color: #333;
	line-height: 1;
	text-align: center;
	margin-top: 12px;
}
.case .c_son .c_title:hover {
	color: #0c5193;
}

.guanggao {
	width: 100%;
	height: 170px;
	background: url(../images/guanggao.jpg) no-repeat center;
	overflow: hidden;
}
.guanggao .g_left {
	float: left;
	width: 830px;
}
.guanggao .g_left>p {
	font-size: 22px;
	color: #fff;
	line-height: 38px;
	margin-top: 48px;
}
.guanggao .g_right {
	float: right;
	width: 176px;
	height: 60px;
	background-color: #eb940b;
	text-align: center;
	margin-top: 55px;
	font-size: 22px;
	color: #fff;
	line-height: 60px;
}

.news {
	width: 100%;
	margin-bottom: 60px;
	overflow: hidden;
}
.news .n_con {
	width: 100%;
	margin-top: 40px;
}
.news .n_con .n_list {
	float: left;
	width: 560px;
	height: 112px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
.news .n_con .n_list:nth-of-type(odd) {
	margin-right: 80px;
}
.news .n_list .n_date {
	float: left;
	text-align: center;
	overflow: hidden;
}
.news .n_date>p {
	font-size: 36px;
	font-weight: bold;
	color: #777;
	line-height: 1;
	margin-top: 3px;
}
.news .n_date>p:nth-of-type(2) {
	font-size: 18px;
}
.news .n_list .n_txt {
	float: right;
	width: 460px;
}
.news .n_txt>a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	display: block;
	width: 100%;
	height: 17px;
	overflow: hidden;
}
.news .n_list:hover .n_txt>a, .news .n_list:hover .n_txt>p {
	color: #1b67ae;
}
.news .n_txt>p {
	font-size: 15px;
	color: #777;
	line-height: 24px;
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	margin-top: 14px;
}

@media only screen and (max-width:800px) {
	.hot_left {
		width: 100%;
		height: 35px;
	}
	.hot_left a, .hot_left span {
		line-height: 35px;
	}
	.hot_right {
		display: none;
	}
	
	.tit {
		margin-top: 1rem;
	}
	.tit>a:hover {
		top: 0;
	}
	.tit>a>span {
		font-size: 1rem;
		line-height: 1rem;
	}
	.tit>p {
		display: none;
	}
	
	.product .parHd {
		margin-top: 0.8rem;
	}
	.product .parHd a {
		width: 50%;
		height: 30px;
		margin: 0;
		font-size: 0.9rem;
		line-height: 30px;
		border-bottom: 1px solid #094278;
	}
	.product .parBd {
		margin: 0.5rem 0;
	}
	.product .pb_con .ul1 {
		display: none;
	}
	.product .pb_con .ul2 {
		display: block;
	}
	.product .pb_con a {
		width: 100%;
		margin: 0;
	}
	.product .pb_con a:hover {
		top: 0;
	}
	.product .pb_con .p_pic {
		width: 100%;
		height: auto;
	}
	.product .p_pic>img {
		height: auto;
	}
	.product .pb_con a>.p_title {
		height: 30px;
		font-size: 0.8rem;
		line-height: 30px;
	}
	
	.intro .i_con {
		margin: 0.8rem 0;
	}
	.intro .i_con .i_right {
		float: none;
		width: 100%;
	}
	.intro .i_right>img {
		width: 100%;
	}
	.intro .i_con .i_left {
		float: none;
		width: 94%;
		margin: 0 3%;
	}
	.intro .i_left p {
		font-size: 1rem;
		margin-top: 1rem;
		text-align: center;
	}
	.intro .i_left .i_txt {
		font-size: 0.8rem;
		line-height: 1.6;
		margin-top: 0.8rem;
	}
	.intro .i_left .i_more {
		width: 30%;
		height: 30px;
		font-size: 0.8rem;
		line-height: 30px;
		margin: 1rem auto;
	}
	
	.case .c_con {
		width: 100%;
		margin: 1rem auto;
		overflow: hidden;
	}
	
	.guanggao {
		height: auto;
	}
	.guanggao .g_left {
		width: 94%;
		margin: 0 3%;
	}
	.guanggao .g_right {
		display: none;
	}
	.guanggao .g_left>p {
		font-size: 0.8rem;
		line-height: 1.5;
		margin: 1rem 0;
		text-align: center;
	}
	
	.news {
		margin-bottom: 1rem;
	}
	.news .n_con {
		margin-top: 1rem;
	}
	.news .n_con .n_list {
		width: 100%;
		height: auto;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.news .n_con .n_list:nth-of-type(odd) {
		margin-right: 0;
	}
	.news .n_date>p {
		font-size: 21px;
	}
	.news .n_date>p:nth-of-type(2) {
		font-size: 13px;
		margin-top: 7px;
	}
	.news .n_list .n_txt {
		width: 74%;
	}
	.news .n_txt>a {
		font-size: 14px;
		height: 15px;
	}
	.news .n_txt>p {
	    font-size: 12px;
	    line-height: 18px;
	    height: 36px;
	    margin-top: 3px;
	}
}