body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
i,
ul,
img,
a,
strong,
input {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

body {
	font-size: 14px;
}

li {
	list-style-type: none;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
}

i {
	font-style: normal
}

input,
select,
textarea {
	outline: none;
	text-indent: 6px;
}

textarea {
	resize: none;
}

div {
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

* {
	-webkit-box-sizing: border-box;
	/* Safari */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
}

.wid {
	width: 1200px;
}

.welcome {
	height: 42px;
	background-color: #c8d2ee;
	width: 100%;
}

.welcome-link ul li {
	line-height: 42px;
	margin-left: 16px;
}

.welcome-link ul li a {
	color: #565656;
}

.head {
	width: 100%;
	height: 155px;
	background: url(head_bg.jpg) center no-repeat;
	border-bottom: 4px solid #496dcb;
}

.head-logo {
	padding-top: 44px;
}

.head-content {
	display: table;
	max-width: 760px;
}

.head-search {
	width: 324px;
	height: 40px;
	border: 1px solid #d5d3cc;
	margin-top: 30px;
}

.head-search input {
	width: 260px;
	height: 38px;
	border: none;
	float: left;
	padding-left: 8px;
	font-size: 15px;
}

.head-search button {
	width: 48px;
	height: 38px;
	border: none;
	background: url(ic1.png) center no-repeat;
	float: right;
	margin-right: 5px;
	outline: none;
	cursor: pointer;
}

.head-nav {
	width: 100%;
	height: 68px;
	margin-top: 14px;
	float: left;
}

.head-nav ul {
	float: right;
}

.head-nav ul li {
	line-height: 68px;
	font-size: 16px;
	padding: 0 16px;
	min-width: 80px;
	text-align: center;
	margin-left: 10px;
}

.head-nav ul li a {
	color: #282828;
}

.head-nav ul li.active,.head-nav ul li:hover{
	background: linear-gradient(to bottom, #496ccb, #3a57a1);
	border-radius: 3px 3px 0 0;
}

.head-nav ul li.active a,.head-nav ul li:hover a{
	color: #d9dff0;
}

.main {
	width: 100%;
	display: table;
	background-color: #f1f4f8;
	padding-top: 60px;
}

.news {
	width: 100%;
	display: table;
}

.news-list {
	width: 530px;
	height: 420px;
	background-color: #fff;
}

.news-list-tab {
	width: 100%;
	height: 54px;
	background-color: #d5d9fd;
	border-bottom: 2px solid #496dcb;
}

.news-list-tab ul {
	width: 100%;
}

.news-list-tab ul li {
	width: 33.3%;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
	color: #3c58a4;
	cursor: pointer;
}

.news-list-tab ul li.active {
	color: #fff;
	font-weight: bold;
	background-color: #3b58a4;
}

.news-list-col {
	width: 100%;
	display: table;
}

.news-list-box {
	width: 100%;
	display: none;
}

.show {
	display: block !important;
}

.news-list-box ul {
	width: 100%;
	padding-top: 28px;
}

.news-list-box ul li {
	width: 100%;
	padding-left: 20px;
	padding-right: 95px;
	margin-bottom: 12px;
}

.news-list-box ul li h5 {
	line-height: 36px;
	font-weight: normal;
	font-size: 18px;
	color: #11519d;
}

.news-list-box ul li p {
	line-height: 26px;
	font-size: 14px;
	color: #333;
}

.news-list-box ul li p a {
	color: #496dcb;
}

.news-roll {
	width: 670px;
	height: 420px;
	overflow: hidden;
}

.news-roll ul {
	width: 100%;
	height: 100%;
}

.news-roll ul li {
	width: 100%;
	height: 100%;
	position: relative;
}

.news-roll-img {
	width: 100%;
	height: 420px;
}

.news-roll-img img {
	width: 100%;
	height: 100%;
}

.news-roll-txt {
	width: 100%;
	height: 40px;
	background: rgba(66, 101, 184, .5);
	position: absolute;
	left: 0;
	bottom: -40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
	transition: .5s;
}
.news-roll>.swiper-pagination{
	width: auto !important;
	left: inherit !important;
	right: 30px;
}
.news-roll>.swiper-pagination>.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #fff;
}
.news-roll ul li:hover .news-roll-txt{
	bottom: 0;
}
.interaction {
	width: 100%;
	margin-top: 8px;
}

.interaction-title {
	width: 100%;
	height: 68px;
	border-bottom: 3px solid #3b58a4;
	line-height: 65px;
}

.interaction-title span {
	font-size: 30px;
	color: #3b58a4;
}

.interaction-title i {
	color: #abb1b8;
	font-size: 18px;
}

.interaction-col {
	width: 100%;
	display: table;
	padding-top: 28px;
	background-color: #fff;
	padding-bottom: 30px;
}

.interaction-content {
	width: 100%;
	display: table;
}

.interaction-list-news {
	width: 780px;
	display: table;
}

.interaction-list-inf {
	width: 420px;
	display: table;
	min-height: 200px;
	padding-right: 20px;
	padding-left: 20px;
}

.interaction-list-box {
	width: 365px;
	display: table;
	margin-left: 20px;
}

.interaction-list-title {
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 15px;
	line-height: 48px;
}

.interaction-list-title b {
	line-height: 48px;
	font-size: 18px;
	font-weight: normal;
	color: #11519d;
	position: relative;
}

.interaction-list-title b::after {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -10px;
	width: 4px;
	height: 20px;
	background-color: #11519d;
}

.interaction-list-title a {
	float: right;
	color: #434343;
}

.interaction-list-txt {
	width: 100%;
	display: table;
}

.interaction-list-txt ul {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}

.interaction-list-txt ul li {
	width: 100%;
	line-height: 34px;
	padding-left: 34px;
	position: relative;
}
.interaction-list-txt ul li:hover a{
	color: #4265b8;
}
.interaction-list-txt ul li i {
	float: right;
	font-size: 13px;
	color: #999;
}

.interaction-list-txt ul li a {
	color: #3e3a39;
}

.interaction-list-txt ul li::after {
	content: '';
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background-color: #11519d;
	border-radius: 50%;
}

.interaction-list-intr {
	width: 100%;
	display: table;
}

.interaction-list-intr ul {
	width: 100%;
}

.interaction-list-intr ul li {
	width: 33.3%;
	text-align: center;
	display: table;
}

.interaction-list-ico {
	width: 100%;
	height: 78px;
	text-align: center;
	display: table;
}

.interaction-list-font {
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	color: #931818;
}

.interaction-list-query {
	width: 100%;
	height: 118px;
	margin-top: 3px;
	background-color: #fbe9e9;
	border: 1px solid #c58181;
	border-radius: 5px;
	padding: 0 16px;
}

.interaction-list-query-tit {
	width: 100%;
	height: 36px;
	text-align: center;
	line-height: 36px;
}

.interaction-list-query-tit span {
	font-size: 15px;
	font-weight: bold;
	color: #931818;
	padding: 0 14px;
	position: relative;
	display: inline-block;
}

.interaction-list-query-tit span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background-color: #a94646;
	border-radius: 50%;
}

.interaction-list-query-tit span::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background-color: #a94646;
	border-radius: 50%;
}

.interaction-list-query-col {
	width: 100%;
	height: 70px;
	background-color: #fff;
	border: 1px solid #e3baba;
	border-radius: 5px;
}

.interaction-list-query-col ul {
	width: 100%;
	padding-top: 10px;
}

.interaction-list-query-col ul li {
	width: 25%;
	height: 46px;
	border-right: 1px solid #cb9090;
	padding: 7px 14px;
	text-align: center;
	line-height: 16px;
	color: #a94646;
	font-size: 13px;
}

.interaction-list-query-col ul li.none {
	border: none;
}

.interaction-list-party {
	width: 100%;
	display: table;
}

.interaction-party-title {
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 48px;
	margin-top: 3px;
}

.interaction-title-img {
	width: 36px;
	height: 47px;
}

.interaction-title-img img {
	float: left;
	margin: 8px 0;
}

.interaction-title-txt {
	line-height: 48px;
	font-size: 18px;
	color: #931818;
}

.interaction-title-more {
	line-height: 48px;
}

.interaction-title-more a {
	color: #666;
}

.interaction-party-col {
	width: 100%;
	display: table;
}

.interaction-party-col ul {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}

.interaction-party-col ul li {
	width: 100%;
	line-height: 34px;
	padding-left: 34px;
	position: relative;
}

.interaction-party-col ul li i {
	float: right;
	font-size: 13px;
	color: #999;
}

.interaction-party-col ul li a {
	color: #3e3a39;
}
.interaction-party-col ul li:hover a{
	color: #931818;
}
.interaction-party-col ul li::after {
	content: '';
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background-color: #a94646;
	border-radius: 50%;
}

.banner {
	width: 100%;
	margin-top: 35px;
	display: table;
}

.banner ul {
	width: 1224px;
	margin-left: -24px;
}

.banner ul li {
	width: 282px;
	height: 95px;
	margin-left: 24px;
}

.banner ul li img {
	width: 100%;
	height: 100%;
	display: block;
}

.servise {
	width: 100%;
	margin-top: 25px;
	display: table;
}

.servise-list {
	width: 745px;
	display: table;
}

.servise-list-title {
	width: 100%;
	height: 70px;
	line-height: 68px;
	border-bottom: 2px solid #789593;
}

.servise-list-title span {
	font-size: 30px;
	color: #3b58a4;
}

.servise-list-title i {
	color: #abb1b8;
	font-size: 18px;
}

.servise-list-col {
	width: 100%;
	background-color: #fff;
	padding: 25px 20px;
}

.servise-list-type {
	width: 100%;
	height: 120px;
}

.servise-list-type ul {
	width: 100%;
	display: table;
}

.servise-list-type ul li {
	width: 33.333%;
	height: 120px;
}

.servise-list-type ul li img {
	width: 100%;
	height: 100%;
}

.servise-list-query {
	width: 100%;
	display: table;
	padding-top: 6px;
}

.servise-query-title {
	width: 100%;
	height: 55px;
	line-height: 55px;
}

.servise-query-title span {
	padding-left: 15px;
	font-size: 18px;
	color: #11519d;
	position: relative;
}

.servise-query-title span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 4px;
	height: 20px;
	background-color: #11519d;
}

.servise-query-title a {
	float: right;
	color: #434343;
}

.servise-query-list {
	width: 100%;
	border: 1px solid #ccc9c9;
	background-color: #f5f8fa;
	display: table;
}

.servise-query-list ul {
	width: 100%;
}

.servise-query-list ul li {
	width: auto;
	min-width: 208px;
	height: 48px;
	border-bottom: 1px solid #bfbfbf;
	margin-top: 10px;
	margin-left: 20px;
}

.servise-list-ico {
	width: 30px;
	height: 48px;
	display: table;
	text-align: center;
}

.servise-list-ico span {
	display: table-cell;
	vertical-align: middle;
}

.servise-list-txt {
	line-height: 48px;
	padding-left: 5px;
	font-size: 16px;
	color: #11519d;
}

.servise-query-list ul li.none {
	border-bottom: none;
}

.servise-interaction {
	width: 400px;
	display: table;
	min-height: 400px;
}

.servise-interaction .servise-list-title span b {
	color: #297863;
}

.servise-interaction .servise-list-title span {
	color: #297863;
}

.servise-interaction-col {
	background-color: #fff;
	width: 100%;
	display: table;
	padding: 0 20px;
	padding-top: 10px;
	padding-bottom: 24px;
}

.servise-interaction-title {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #dcdcdc;
}

.servise-interaction-title span {
	padding-left: 15px;
	font-size: 18px;
	color: #3f8579;
	position: relative;
}

.servise-interaction-title span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 4px;
	height: 20px;
	background-color: #3f8579;
}

.servise-interaction-title a {
	float: right;
	color: #434343;
}

.servise-interaction-list {
	width: 100%;
	display: table;
}

.servise-interaction-list ul {
	width: 100%;
	padding: 6px 0;
	display: table;
}

.servise-interaction-list ul li {
	width: 100%;
	height: 34px;
}
.servise-interaction-list ul li:hover a span{
	color:#297863;
}
.servise-interaction-list ul li i {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #297863;
	border-radius: 2px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	margin: 6px 0;
	margin-right: 5px;
}

.servise-interaction-list ul li span {
	color: #3e3a39;
}

.servise-interaction-addr {
	width: 100%;
	height: 204px;
	border-radius: 6px;
	border: 1px solid #c8c7c7;
	background: linear-gradient(to bottom, #fefefe, #f6f4f4, #e3ebef);
	padding: 0 20px;
	padding-top: 15px;
}

.servise-interaction-link {
	width: 100%;
	height: 78px;
	padding-bottom: 8px;
	border-bottom: 1px solid #bab9b9;
}

.servise-interaction-link ul {
	width: 100%;
}

.servise-interaction-link ul li {
	width: 33.33%;
	height: 70px;
}

.servise-link-ico {
	width: 100%;
	height: 46px;
	display: table;
	text-align: center;
}

.servise-link-ico span {
	display: table-cell;
	vertical-align: middle;
}

.servise-link-txt {
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	color: #595757;
}

.servise-interaction-txt {
	padding-top: 5px;
}

.servise-interaction-txt h5 {
	line-height: 28px;
	font-size: 16px;
	color: #4265b8;
}

.servise-interaction-txt p {
	line-height: 24px;
	font-size: 14px;
	color: #394a45;
}

.servise-interaction-txt p em {
	font-style: normal;
	color: #293a70;
}

.links {
	width: 100%;
	display: table;
	margin-top: 28px;
}

.links-title {
	width: 100%;
	height: 68px;
	border-bottom: 2px solid #789593;
}

.links-title span {
	font-size: 30px;
	color: #3b58a4;
}

.links-title i {
	color: #496dcb;
	font-size: 18px;
}

.links-col {
	width: 100%;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
	display: table;
	text-align: center;
}

.links-select {
	width: 242px;
	height: 42px;
	margin: 0 20px;
	display: inline-block;
	border: 1px solid #c8c7c7;
}

.links-select select {
	width: 100%;
	height: 100%;
	border: none;
	font-size: 16px;
	color: #595757;
}

.footer {
	width: 100%;
	display: table;
	background-color: #293a70;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-col {
	width: 100%;
	display: table;
	text-align: center;
	position: relative;
}

.footer-col p {
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

.footer-col img.dz {
	position: absolute;
	left: 20%;
	top: 50%;
	margin-top: -27px;
}

.footer-col img.zc {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -27px;
}

.main-bg {
	width: 100%;
	background: #eef1f6 url(bg1.jpg) top center no-repeat;
	min-height: 1000px;
	padding-top: 25px;
}

.location {
	width: 100%;
	display: table;
	height: 34px;
}

.location-ico {
	width: 24px;
	display: table;
	text-align: center;
	height: 34px;
}

.location-ico span {
	display: table-cell;
	vertical-align: middle;
}

.location-ico span img {
	position: relative;
	top: 2px;
}

.location-txt {
	line-height: 34px;
	font-family: '宋体';
	color: #686868;
}

.location-txt a {
	font-family: '宋体';
	color: #686868;
}
.location-txt a:hover{
	color: #4265b8;
}
.content {
	width: 100%;
	background: #fff url(bg2.png) bottom center no-repeat;
	background-size: 100% auto;
	border-top: 5px solid #3b57a2;
	margin-top: 12px;
	padding: 0 75px;
	padding-top: 25px;
	padding-bottom: 100px;
}

.title {
	padding: 25px 80px 0px 80px;
	text-align: center;
	font-size: 30px;
	line-height: 48px;
	color: #434343;
	font-weight: bold;
}

.content-col {
	width: 100%;
	
	display: table;
}


.content-time {
	width: 100%;
	line-height: 56px;
	font-size: 14px;
	color: #999;
}

.content-news {
	width: 100%;
	display: table;
	border-top: 1px solid #d8ddec;
	border-bottom: 1px solid #d8ddec;
	padding-top: 20px;
	padding-bottom: 60px;
}

.content-news p {
	line-height: 36px;
	font-size: 19px;
	color: #434343;
	margin-bottom: 10px;
	text-indent: 0px;
}

.content-news p em {
	padding-left: 48px;
	font-style: normal;
}

.content-page-list {
	padding: 20px 0;
}

.content-page-list p {
	line-height: 32px;
	font-size: 14px;
	color: #5e5e5e;
}

.content-page-list p a {
	color: #5e5e5e;
}

.content-page-list p a:hover {
	color: #3b58a4;
}

.content-page-share {
	line-height: 36px;
	margin-top: 30px;
}

.content-page-share span {
	float: left;
	font-size: 14px;
	color: #555;
}

.content-page-share img {
	float: left;
	margin: 6px 5px;
}

.col {
	width: 100%;
	display: table;
	padding-top: 30px;
}

.news-fl {
	width: 340px;
	display: table;
	min-height: 200px;
	background-color: #fff;
}

.news-news {
	width: 100%;
	display: table;
	padding-top: 40px;
	background-color: #3c59a7;
}

.news-news h3 {
	text-align: center;
	line-height: 74px;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	position: relative;
}

.news-news h3::after {
	content: 'NEWS';
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	text-align: center;
	color: #31498a;
	font-size: 60px;
	font-weight: bold;
}

.news-news h3 span {
	position: relative;
	z-index: 9;
}

.news-notice {
	width: 100%;
	display: table;
	padding: 0 20px;
	padding-top: 14px;

}

.news-notice-title {
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 46px;
}

.news-notice-title span {
	color: #3b58a4;
	font-size: 18px;
}

.news-notice-title a {
	float: right;
	color: #434343;
}

.news-notice-list {
	width: 100%;
	display: table;
}

.news-notice-list ul {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	display: table;
}

.news-notice-list ul li {
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding-left: 22px;
	position: relative;
}

.news-notice-list ul li a {
	color: #3e3a39;
}

.news-notice-list ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background-color: #3b58a4;
	border-radius: 50%;
}

.news-notice-list ul li:hover a {
	color: #3b58a4;
}

.news-notice-type {
	width: 100%;
	display: table;
	padding-bottom: 10px;
}

.news-notice-type ul {
	width: 100%;
}

.news-notice-type ul li {
	width: 100%;
	margin-bottom: 6px;
}

.news-notice-type ul li img {
	width: 100%;
}

.news-content {
	width: 835px;
	display: table;
	min-height: 300px;

}

.news-list-main {
	width: 100%;
	background-color: #fff;
	padding: 15px 30px;
	display: table;
}

.news-content-list {
	width: 100%;
	display: table;
	padding: 15px 0;
	border-bottom: 1px dashed #e2e2e2;
}

.news-content-list ul {
	width: 100%;
	display: table;

}

.news-content-list ul li {
	width: 100%;
	display: table;
	line-height: 40px;
	padding-left: 32px;
	position: relative;
}
.news-content-list ul li:hover a{
	color:#4265b8;
}
.news-content-list ul li::after {
	content: '';
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -6px;
	width: 10px;
	height: 12px;
	background: url(ic26.png) center no-repeat;
}

.news-content-list ul li a {
	color: #434343;
}

.news-content-list ul li i {
	float: right;
	color: #999;
}

.news-content .location {
	height: 40px;
	border-bottom: 3px solid #3b57a2;
}

.page {
	width: 100%;
	text-align: center;
}

.page ul {
	width: 100%;
	display: table;
	padding-top: 50px;
	padding-bottom: 20px;
}

.page ul li {
	display: inline-block;
	width: auto;
	float: none;
	height: 40px;
	border: 1px solid #cccccc;
	min-width: 40px;
	margin: 0 2px;
	line-height: 38px;
	color: #333;
	font-size: 13px;
	padding: 0 15px;
}

.page ul li input {
	width: 28px;
	height: 18px;
	border: 1px solid #e0e0e0;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

.page ul li.active,.page ul li:not(.input):hover {
	background-color: #486aff;
	color: #fff;
	cursor: pointer;
	border: 1px solid #486aff;
}

.jijian{
	width: 100%;
	display: table;
	min-height: 200px;
	background-color: #fff;
	border-top: 5px solid #3b57a2;
	padding: 0 65px;
}
.jijian-title{
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #fff;
	background-color: #3c59a7;
	font-size: 38px;
	margin-top: 62px;
	text-align: center;
	letter-spacing: 4px;
}
.jijian-list{
	width: 100%;
	display: table;
	border-bottom: 1px dashed #b0b0b0;
	padding: 54px 0;
	margin-top: 28px;
}
.jijian-list ul{
	width: 100%;
	display: table;
}
.jijian-list ul li{
	width: 356.6px;
	height: 78px;
}
.jijian-list-img{
	width: 70px;
	height: 78px;
	display: table;
	text-align: center;
}
.jijian-list-img span{
	display: table-cell;
	vertical-align: middle;
}
.jijian-list-txt{
	width: 280px;
	height: 78px;
	padding-top: 8px;
	padding-left: 10px;
}
.jijian-list-txt h4{
	line-height: 30px;
	font-size: 18px;
	color: #3c59a7;
}
.jijian-list-txt p{
	line-height: 34px;
	font-size: 18px;
	color: #686868;
}
.jijian-content{
	width: 100%;
	display: table;
	padding-top: 11px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #b0b0b0;
}
.jijian-content h4{
	line-height: 64px;
	font-size: 24px;
	color: #3c59a7;
	font-weight: normal;
}
.jijian-content p{
	line-height: 36px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #4c4944;
	text-align: justify;
	text-indent: 36px;
}
.jijian-content h5{
	line-height: 36px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #4c4944;
	text-align: justify;
	font-weight: normal;
	margin-top: 20px;
}
.jijian-content h6{
	text-align: center;
	padding: 35px 0;
}
.jijian-content h6 a{
	display: inline-block;
	width: 164px;
	height: 44px;
	background-color: #3c59a7;
	color: #fff;
	border-radius: 4px;
	font-weight: normal;
	font-size: 16px;
	line-height: 44px;
}
.news-news-item h3:after{
	content: 'xinxiang';
	text-transform: uppercase;
	font-size: 54px;
}
.news-menu{
	width: 100%;
	display: table;
	padding: 0 20px;
}
.news-menu ul{
	width: 100%;
	padding: 15px 0;
}
.news-menu ul li{
	width: 100%;
	height: 54px;
	background-color: #f8f7f7;
	margin-bottom: 2px;
	padding-left: 54px;
	position: relative;
	font-size: 16px;
	line-height: 54px;
}
.news-menu ul li a{
	color: #313131;
	display: block;
	width: 100%;
	height: 100%;
}
.news-menu ul li:after{
	content: '';
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url(ic27.png) center no-repeat;
}
.news-menu ul li.active{
	background-color: #d8dae3;
}
.news-menu ul li:hover{
	background-color: #d8dae3;
}
.news-query{
	width: 100%;
	padding: 0 20px;
	padding-top: 15px;
	padding-bottom: 30px;
}
.news-query-title{
	width: 100%;
	height:48px ;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 15px;
	position: relative;
	line-height: 48px;
	color: #11519d;
	font-size: 20px;
}
.news-query-title:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 4px;
	height: 20px;
	background-color: #11519d;
}
.news-query-list{
	width: 100%;
	display: table;
	padding-top: 10px;
}
.query-list-label{
	width: 100%;
	font-size: 14px;
	color: #595757;
	line-height: 30px;
}
.query-list-input{
	width: 100%;
	display: table;
}
.query-list-input input{
	width: 100%;
	height: 40px;
	background-color: #f8f7f7;
	border-radius: 4px;
	padding-left: 10px;
	border: 1px solid #cdcbcb;
}
.query-list-input select{
        padding: .375rem .75rem;
	width: 100%;
	height: 40px;
	background-color: #f8f7f7;
	border-radius: 4px;
	border: 1px solid #cdcbcb;
}
.query-list-yzm{
	width: 100%;
}
.query-list-yzm input{
	width: 180px;
	height: 40px;
	border: 1px solid #cdcbcb;
	background-color: #f8f7f7;
	border-radius: 4px;
	padding-left: 10px;
}
.query-list-img{
	height: 40px;
	padding: 1px 0;
}
.message{
	width: 100%;
	display: table;
	padding: 0 28px;
	background-color: #fff;
	padding-bottom: 20px;
}
.message-title{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #dcdcdc;
	padding-top: 10px;
	line-height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 28px;
	color: #3b57a2;
}
.message-col{
	width: 100%;
	display: table;
}
.message-list{
	width: 100%;
	padding-top: 35px;
}
.message-list-title{
	width: 100%;
	height: 44px;
}
.message-list-num{
	width: 50px;
	height: 44px;
	display: table;
	text-align: center;
}
.message-list-num span{
	display: table-cell;
	vertical-align: middle;
}
.message-list-num span i{
	display: inline-block;
	width: 34px;
	height: 34px;
	background-color: #2551b0;
	border-radius: 17px;
	line-height: 34px;
	color: #fff;
	font-size: 20px;
	font-family: arial;
}
.message-list-tit-txt{
	line-height: 44px;
	font-size: 24px;
	color: #2551b0;
	padding-left: 10px;
}
.message-list-col{
	width: 100%;
	display: table;
}
.message-list-box{
	width: 50%;
	height: 60px;
}
.message-list-label{
	line-height: 60px;
	font-size: 16px;
	color: #595757;
	min-width: 100px;
	text-align: right;
}
.message-list-input{
	height: 60px;
}
.message-list-input input{
	width: 238px;
	height: 40px;
	border: 1px solid #dcdcdc;
	margin: 10px 0;
	margin-left: 10px;
	border-radius: 4px;
}
.message-list-state{
	line-height: 60px;
	font-size: 18px;
	color: #fd393a;
	padding-left: 10px;
}
.message-list-text{
	width: 100%;
	display: table;
	padding-left: 60px;
	padding-top: 10px;
}
.message-list-text textarea{
	width: 100%;
	height: 435px;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	font-size: 16px;
	font-family: '微软雅黑';
	vertical-align: middle;
	padding:12px;
}
.message-list-code{
	padding:12px;
}
.message-list-submit{
	width: 100%;
	display: table;
	text-align: center;
	padding: 40px 0;
}
.message-list-submit button{
	width: 164px;
	height: 44px;
	background-color: #3c59a7;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 16px;
	outline: none;
	cursor: pointer;
}
.main-bg2{
	background: url(bg2.jpg) bottom center;
}
.message-list{
	width: 100%;
	display: table;
	padding-top: 30px;
}
.message-list table{
	width: 100%;
	border: 1px solid #dbdee1;
	border-bottom: none;
}
.message-list table th{
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #3c59a7;
	border-right: 1px solid #4a64ac;
	font-size: 16px;
	font-weight: normal;
}
.message-list table td{
	height:38px ;
	line-height: 38px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	border-bottom: 1px solid #dbdee1;
	border-right: 1px solid #dbdee1;
}
.message-list table tr:nth-child(2n+1) td{
	background-color: #ebebeb;
}
.message-list table td:last-child{
	border-right: none;
}
.message-list table tr td:nth-child(2){
	text-align: left;
	padding: 0 15px;
}
.message-inform{
	width: 100%;
	display: table;
}
.message-inform-list{
	width: 100%;
	display: table;
	padding-top: 12px;
}
.message-inform-title{
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 15px;
	position: relative;
	line-height: 48px;
	color: #fff;
	font-size: 20px;
}
.message-inform-title span{
	color: #11519d;
}
.message-inform-title:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 4px;
	height: 20px;
	background-color: #11519d;
}
.message-inform-tabel{
	width: 100%;
	display: table;
	padding-top: 15px;
	padding-bottom: 20px;
}
.message-inform-tabel table{
	width: 100%;
	border: 1px solid #e5e5e5;
	border-bottom: none;
}
.message-inform-tabel table td{
	height: 58px;
	border-bottom: 1px solid #e5e5e5;
	
}
.message-inform-tabel table td:first-child{
	background-color: #e2e7fc;
	text-align: center;
	color: #3c59a7;
	border-bottom: 1px solid #cbcfe2;
	font-size: 16px;
}
.message-form-input{
	width: 100%;
	display: table;
	padding-left: 20px;
}
.message-form-input input{
	width: 400px;
	height: 40px;
	border: none;
	font-size: 16px;
}
.message-form-input input::-webkit-input-placeholder{
	color: #686868;
}
.message-form-input textarea{
	width: 100%;
	height: 220px;
	border: none;
	padding: 15px 0;
	font-size: 16px;
	line-height: 28px;
	font-family: '微软雅黑';
}
.message-form-input textarea::-webkit-input-placeholder{
	color: #686868;
}
.fix-cont{
	width: 118px;
	display: table;
	min-height: 200px;
	position: fixed;
	left: 50%;
	margin-left: 620px;
	top: 50%;
	margin-top: -215px;
}
.fix-cont ul{
	width: 100%;
	display: table;
}
.fix-cont ul li{
	width: 100%;
	height: 32px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 4px;
	border-radius: 5px;
	cursor: pointer;
	transition: .5s;
}
.fix-cont-box{
	width: 100%;
	height: 32px;
	background-color: #4265b8;
	border-radius: 5px;
	padding: 0 6px;
}
.fix-cont-img{
	width: 30px;
	height: 32px;
	display: table;
	text-align: center;
}
.fix-cont-img span{
	display: table-cell;
	vertical-align: middle;
}
.fix-cont-img span img{
	position: relative;
	top: 3px;
}
.fix-cont-txt{
	line-height: 32px;
	color: #fff;
}
.fix-cont-wx{
	width: 100%;
	display: table;
	text-align: center;
	padding: 10px 0;
	
}
.fix-cont ul li:hover .fix-cont-wx{
	display: block;
}
.fix-cont ul li:hover{
	height: auto;
	display: table;
}
.fix-cont ul li.top .fix-cont-box{
	background-color: #111;
}
.fix-cont ul li.top .fix-cont-box .fix-cont-img span img{
	top: -1px;
}
.social-share .icon-qq:before{
	display: none;
}
.social-share .icon-weibo:before{
	display: none;
}
.social-share .icon-wechat:before{
	display: none;
}
#bsPanel{
	width: 268px !important;
}
.bshare-custom{
	margin-top: 30px;
}