@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 {
	width: 100%;
	padding-top: 50px;
	text-align: center;
	overflow: hidden;
}
.tit a {
	font-size: 30px;
	color: #111;
	line-height: 1;
	transition: 0.6s;
	position: relative;
	top: 0;
}
.tit a:hover {
	top: -6px;
}
.tit .t_line1 {
	width: 78px;
	height: 2px;
	background-color: #0f3290;
	margin: 20px auto 0;
}

.product {
	width: 100%;
	overflow: hidden;
}
.product .p_con {
	width: 100%;
	overflow: hidden;
}
.product .parHd {
	width: 100%;
	font-size: 0;
	text-align: center;
	margin-top: 30px;
}
.product .parHd a {
	display: inline-block;
	padding: 0 43px;
	border: 1px solid #d2d2d2;
	border-radius: 20px;
	text-align: center;
	margin-left: 26px;
	font-size: 15px;
	color: #111;
	line-height: 42px;
	overflow: hidden;
}
.product .parHd a:hover, .product .parHd a.on {
	background: #0f3290;
	border: 1px solid #0f3290;
	color: #fff;
}
.product .parBd {
	margin: 40px auto 0;
}
.product .pb_con {
	width: 100%;
	text-align: center;
}
.product .pb_con a {
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
}
.product .pb_con a:nth-of-type(3), .product .pb_con a:nth-of-type(6) {
	margin-right: 0;
}
.product .pb_con .p_pic {
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.product .p_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.product .p_pic:hover>img {
	transform: scale(1.04);
}
.product .pb_con a>.p_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	font-size: 15px;
	line-height: 50px;
	color: #fff;
}
.product .pb_con a>.p_title:hover {
	background-color: rgba(0,0,0,0.8);
}

.intro {
	width: 100%;
	overflow: hidden;
}
.intro .i_con {
	width: 100%;
	height: 362px;
	background: url(../images/i_bg.jpg) no-repeat center;
	margin-top: 50px;
}
.intro .i_con .i_pic {
	float: left;
	width: 537px;
	height: 350px;
	margin-left: 40px;
	line-height: 0;
	overflow: hidden;
}
.intro .i_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.intro .i_pic:hover>img {
	transition: 0.4s;
	transform: scale(1.04);
}
.intro .i_con .i_txt {
	float: right;
	width: 555px;
	margin-right: 30px;
}
.intro .i_txt .i_name {
	font-size: 26px;
	color: #111;
	line-height: 1;
	margin-top: 22px;
}
.intro .i_txt .i_text {
	width: 100%;
	height: 160px;
	font-size: 15px;
	color: #111;
	line-height: 32px;
	margin-top: 58px;
	overflow: hidden;
}
.intro .i_txt .i_more {
	display: block;
	width: 180px;
	height: 40px;
	margin-top: 16px;
	background: #0f3290;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	color: #fefefe;
	line-height: 40px;
}
.intro .i_txt .i_more:hover {
	background: #ff7900;
}

.guanggao {
	width: 100%;
	padding-bottom: 40px;
	background-color: #0f3290;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.guanggao .g_son {
	display: inline-block;
	width: 24%;
}
.guanggao .g_son p:nth-of-type(1) {
	font-size: 24px;
	font-weight: bold;
	color: #fefefe;
	line-height: 1;
	margin-top: 40px;
}
.guanggao .g_son p:nth-of-type(2) {
	font-size: 20px;
	color: #fefefe;
	line-height: 1;
	margin-top: 14px;
}
.guanggao .g_line {
	display: inline-block;
	width: 1px;
	height: 44px;
	background-color: #fff;
	margin-top: 48px;
}

.youshi {
	width: 100%;
	overflow: hidden;
}
.youshi .y_con {
	margin-top: 50px;
}
.youshi .y_middle {
	float: left;
	width: 426px;
	height: 454px;
	line-height: 0;
	margin-left: 35px;
}
.youshi .y_left {
	float: left;
	width: 350px;
}
.youshi .y_right {
	float: right;
	width: 350px;
}
.youshi .yb_son {
	margin-top: 132px;
}
.youshi .y_son>p:nth-of-type(1) {
	font-size: 28px;
	font-weight: bold;
	color: #0f3290;
	line-height: 40px;
}
.y_left p>img {
	float: left;
	margin-right: 20px;
}
.y_right p>img {
	float: right;
}
.youshi .y_son>p:nth-of-type(2) {
	font-size: 15px;
	color: #222;
	line-height: 24px;
	margin-top: 20px;
}
.y_left .y_son>p:nth-of-type(2) {
	margin-left: 60px;
}
.y_right .y_son>p:nth-of-type(2) {
	margin-right: 60px;
}

.news {
	width: 100%;
	margin-bottom: 70px;
	overflow: hidden;
}
.news .n_con {
	width: 100%;
	margin-top: 42px;
}
.news .n_con .n_son {
	float: left;
	width: 372px;
	margin-right: 42px;
}
.news .n_son:nth-of-type(3) {
	margin-right: 0;
}
.news .n_tit .n_name {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #0f3290;
	line-height: 20px;
}
.news .n_tit .n_name:hover {
	color: #ff7900;
}
.news .n_tit .n_more {
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.news .n_tit .n_more:hover {
	text-decoration: underline;
}
.news .n_son .n_pic {
	width: 370px;
	height: 184px;
	border: 1px solid #d2d2d2;
	line-height: 0;
	margin-top: 15px;
}
.news .n_pic>img {
	width: 100%;
	height: 100%;
}
.news .n_son .n_list {
	width: 100%;
	height: 14px;
	overflow: hidden;
	margin-top: 20px;
}
.news .n_list>img {
	float: left;
	margin-right: 4px;
}
.news .n_list>a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 1;
}
.news .n_list>a:hover {
	color: #0f3290;
}