@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: 1200px;
	margin: 0 auto;
	padding-bottom: 12px;
	border-bottom: 2px solid #0d3863;
}
.tit>div:nth-of-type(1) {
	display: inline-block;
}
.tit>div>img {
	float: left;
}
.tit>div>a {
	display: inline-block;
	margin-left: 10px;
	font-size: 24px;
	color: #0d3863;
	line-height: 28px;
	transition: 0.2s;
}
.tit>div>a:hover {
	margin-top: -5px;
}
.tit>div:nth-of-type(2) {
	float: right;
}

.more {
	display: block;
	width: 160px;
	height: 48px;
	margin: 0 auto;
	text-align: center;
	background: #02296c;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
}
.more:hover {
	background: #fa1212;
}

.intro {
	width: 100%;
	line-height: 0;
	padding-bottom: 50px;
}
.intro .i_txt {
	width: 100%;
	font-size: 16px;
	color: #222;
	line-height: 30px;
}
.intro .i_pic {
	width: 99%;
	margin-top: 15px;
	text-align: center;
	border: 1px solid #bfbfbf;
}
.intro .i_pic>img {
	width: 100%;
	height: 100%;
}

.baoche {
	width: 100%;
	padding-bottom: 10px;
}
.baoche .b_tit {
	width: 1200px;
	margin: 0 auto;
}
.b_tit>div:nth-of-type(1) {
	display: inline-block;
}
.b_tit>div>img {
	float: left;
}
.b_tit>div>a {
	display: inline-block;
	margin-left: 12px;
	font-size: 30px;
	font-weight: bold;
	color: #0d3863;
	line-height: 31px;
	transition: 0.2s;
}
.b_tit>div>a:hover {
	margin-top: -5px;
}
.b_tit>div:nth-of-type(2) {
	float: right;
}
.baoche .b_line {
	width: 100%;
	height: 20px;
	background: #0d3863;
	margin-top: 16px;
	margin-bottom: 40px;
}

.baoche .b_con {
	width: 100%;
}
.baoche .b_con>.b_son {
	float: left;
	width: 584px;
	margin-bottom: 30px;
}
.baoche .b_con>div:nth-of-type(odd) {
	margin-right: 30px;
}
.baoche .b_con .b_pic {
	display: block;
	width: 100%;
	height: 290px;
	line-height: 0;
	overflow: hidden;
}
.baoche .b_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.baoche .b_pic:hover>img {
	transform: scale(1.04);
}
.baoche .b_con .b_title {
	height: 120px;
	padding: 0 24px;
	border: 1px solid #bfbfbf;
	box-shadow: 0 0 5px 1px #999;
}
.baoche .b_title>p:nth-of-type(1) {
	font-size: 18px;
	font-weight: bold;
	color: #0d3863;
	line-height: 19px;
	margin-top: 19px;
	margin-bottom: 8px;
}
.baoche .b_title>p:nth-of-type(2) {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.baoche .b_title>a {
	float: right;
	line-height: 0;
	padding-top: 10px;
	transition: 0.4s;
}
.baoche .b_title>a:hover {
	margin-right: -10px;
}

.cheliang {
	width: 100%;
	padding-bottom: 40px;
}
.cheliang .c_txt {
	margin-top: 15px;
	margin-bottom: 24px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.cheliang .c_con>div {
	float: left;
	width: 282px;
	margin-right: 24px;
}
.cheliang .c_con>div:nth-of-type(4) {
	margin-right: 0;
}
.cheliang .c_con .c_pic {
	display: block;
	width: 100%;
	height: 200px;
	line-height: 0;
	transition: 0.4s;
	overflow: hidden;
}
.cheliang .c_con .c_pic:hover {
	transform: scale(1.04);
}
.cheliang .c_pic>img {
	width: 100%;
	height: 100%;
}
.cheliang .c_con .c_title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #0d3863;
	line-height: 45px;
	text-align: center;
	transition: 0.2s;
	border-bottom: 1px dashed #0d3863;
}
.cheliang .c_con .c_title:hover {
	font-size: 22px;
}

.feiyong {
	width: 100%;
	padding-bottom: 40px;
}
.feiyong table {
	width: 996px;
	margin: 46px auto 0;
	border: 2px solid #313131;
	border-spacing: 0;
}
.feiyong table td {
	width: 497px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #313131;
	font-size: 18px;
	color: #333;
	text-indent: 2.5em;
}
.feiyong table td:nth-of-type(odd) {
	border-right: 1px solid #313131;
}
.feiyong .f_tit>td {
	font-size: 22px;
	text-align: center;
	text-indent: 0;
}

.liucheng {
	width: 100%;
	padding-bottom: 45px;
}
.liucheng .n_tb {
	width: 100%;
	margin-top: 6px;
    font-size: 16px;
    color: #222;
    line-height: 30px;
}
.liucheng .n_con {
	width: 96%;
	margin: 30px auto 0;
}
.liucheng .n_con>div {
	margin-bottom: 20px;
	box-shadow: 0 0 5px 0 #ddd;
}
.liucheng .n_con .nc_left {
	float: left;
	text-align: center;
	padding: 10px 20px;
}
.liucheng .nc_left>p:nth-of-type(1) {
	font-size: 20px;
	color: #0d3863;
	line-height: 20px;
}
.liucheng .nc_left>p:nth-of-type(2) {
	font-size: 27px;
	color: #0d3863;
	line-height: 27px;
	margin-top: 3px;
}
.liucheng .n_con .nc_right {
	float: left;
	font-size: 17px;
	color: #333;
	line-height: 70px;
}

.liuyan {
	width: 100%;
	padding-bottom: 50px;
}
.liuyan .l_form {
	width: 1100px;
	margin: 0 auto;
}
.liuyan .l_form .bitian {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #fb0101;
	padding-top: 30px;
	margin-right: 35px;
	margin-bottom: 21px;
}
.liuyan .lf_son>span, .liuyan .callback>span {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
}
.liuyan .lf_son>input {
	float: right;
	width: 868px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	border: 1px solid #b5b5b5;
	text-indent: 2em;
}
.liuyan .lf_son>p, .liuyan .callback>p {
	text-align: right;
	font-size: 16px;
	color: #fb0101;
	line-height: 24px;
	height: 24px;
	margin-bottom: 5px;
}
.liuyan .callback {
	font-size: 18px;
	color: #333;
}
.liuyan .lf_son>textarea {
	float: right;
	width: 828px;
	height: 80px;
	padding: 15px 20px 0;
	border: 1px solid #b5b5b5;
	font-size: 16px;
	line-height: 18px;
}
.liuyan .lf_submit>span {
	font-size: 16px;
	color: #333;
}
.liuyan .lf_submit>input {
	float: right;
	width: 150px;
	height: 44px;
	border: 0;
	background: url(../images/submit.jpg) no-repeat center;
}