* {
	padding: 0;
	margin: 0;
}

a,
a:visited,
a:link {
	color: inherit;
	text-decoration: none;
}

ul,
ol,
li {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.relative {
	position: relative;
	z-index: 10;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, SimSun;
	line-height: 1.8;
	overflow-x: hidden;
	color: #333;
	background: #f8f8f8;
}

.relative {
	position: relative;
}

.container {
	margin: auto;
	width: 1200px;
}

.block:after {
	content: "";
	display: block;
	clear: both;
}

h4.related {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 32px;
	margin: 0 10px;
	height: 32px;
}

h4.related span {
	display: inline-block;
	border-bottom: 2px solid #666;
}

.relatedlist {
	margin: 0 10px;
	padding: 10px 0;
	overflow: hidden;
}

ul.relate_news li a {
	display: block;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
	color: inherit;
}

ul.relate_pr li {
	width: 20%;
	float: left;
}

ul.relate_pr li a {
	display: block;
	margin: 5px;
	text-align: center;
	line-height: 30px;
	color: inherit;
}

ul.relate_pr li img {
	width: 100%;
	display: block;
}

ul.relate_pr p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/**/

.logo img {
	display: block;
}

.t_tel img {
	height: 70px;
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 35px);
}

.t_tel {
	color: #426fc9;
	position: relative;
	padding-left: 80px;
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
}

.nav {
	background: #426fc9;
}

.nav li {
	display: inline-block;
	position: relative;
}

.nav li a:hover {
	color: #8b1b17;
	padding-top: 0;
	top: -5px;
}

.nav li a {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding: 5px 20px;
	position: relative;
}

.nav li a:after {
	content: "";
	width: 6px;
	height: 6px;
	display: none;
	background: #8b1b17;
	border-radius: 50%;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 3px);
}

.nav li a:hover:after {
	display: block;
}

.nav li li a:hover:after {
	display: none;
}

.nav li li a:hover {
	top: 0;
}

.nav li ul {
	position: absolute;
	z-index: 999;
	background: #426fc9;
	width: 100%;
	display: none;
}

.nav li:hover ul {
	display: block;
}

.nav li ul li {
	display: block;
}

.nav li ul li a {
	padding: 0;
	text-align: center;
}


/**/

.banner {
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

span.prev_b {
	position: absolute;
	font-size: 50px;
	font-family: "宋体";
	top: calc(50% - 45px);
	left: 0;
	color: #fff;
	width: 30px;
	text-align: center;
	line-height: 90px;
	cursor: pointer;
}

span.next_b {
	position: absolute;
	font-size: 50px;
	font-family: "宋体";
	top: calc(50% - 45px);
	right: 0;
	color: #fff;
	width: 30px;
	text-align: center;
	line-height: 90px;
	cursor: pointer;
}


/**/

.ss {
	background: rgba(66, 111, 201, 0.57);
	height: 60px;
	margin-top: -60px;
	position: relative;
}

.xwgg li a {
	color: #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 36px;
	font-size: 16px;
}

.xwgg:before {
	content: "";
	width: 50px;
	height: 60px;
	display: block;
	background: url(../image/2.png) no-repeat left center;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 36px;
}

.xwgg {
	width: 550px;
	position: relative;
	padding: 12px 0;
	padding-left: 50px;
}

.search {
	width: 450px;
	background: #fff;
	line-height: 36px;
	border-radius: 8px;
	margin: 12px 10px;
}

.search input {
	border: 0;
	color: #999;
	line-height: 36px;
	height: 36px;
	width: 375px;
	float: left;
	background: none;
	padding-left: 15px;
	font-size: 15px;
}

.search button.searchBtn {
	width: 60px;
	float: left;
	height:36px;
	background: #426fc9 url(../image/3.png) no-repeat center;
	border-radius: 8px;
	display: block;
	font-size: 0px;
	background-size: 25px;
	border: none;
	outline: none;
}


/**/

.title {
	text-align: center;
	position: relative;
	margin: 20px auto;
}

.title h3 {
	color: #426fc9;
	font-size: 30px;
	letter-spacing: 2px;
}

.title p {
	font-size: 46px;
	color: #ddd;
	position: relative;
	letter-spacing: 10px;
	font-family: fantasy;
}

.title p i {
	position: absolute;
	background: #426fc9;
	color: #fff;
	border-radius: 50%;
	font-style: normal;
	letter-spacing: 1px;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	left: calc(50% - 30px);
	top: 35px;
}

.title:before {
	content: "";
	width: 100px;
	height: 100px;
	display: block;
	background: url(../image/tl.png) no-repeat center;
	top: 30px;
	left: calc(50% - 180px);
	position: absolute;
	background-size: auto 70px;
}

.title:after {
	content: "";
	width: 100px;
	height: 100px;
	display: block;
	background: url(../image/tr.png) no-repeat center;
	top: 30px;
	right: calc(50% - 180px);
	position: absolute;
	background-size: auto 70px;
}

.one_r li:hover div {
	display: block;
}

.one_r li div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(139, 27, 23, 0.6);
	display: none;
}

.one_r li img {
	width: 100%;
	display: block;
}

.one_r li {
	width: 300px;
	margin: 10px;
	float: left;
	position: relative;
}

.one_r ul {
	clear: both;
	overflow: hidden;
}

.one_r a.more {
	display: block;
	width: 80px;
	background: #426fc9;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
	float: right;
	margin-top: 20px;
}

.one_r {
	width: 960px;
}

.one_r li h4:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 40px;
	background: url(../image/4.png) no-repeat center;
	background-size: 34px;
}

.one_r li h4 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 40px;
	position: absolute;
	width: 100%;
	top: calc(50% - 35px);
}

.one_l {
	width: 230px;
}

.one_l_t:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	background: url(../image/4.png) no-repeat center;
	background-size: 30px;
}

.one_l_t {
	background: #426fc9;
	color: #fff;
	font-size: 22px;
	line-height: 60px;
	margin-bottom: 10px;
}

.one_l_c li ul {
	display: none;
}

.one_l_c li:hover ul {
	display: block;
}

.one_l_c li:hover ul>li:first-child {
	margin-top: -10px;
}

.one_l_c li li a {
	background: none;
	color: #333;
	border: 1px solid #ccc;
	border-bottom: 0;
	margin-bottom: 0;
}

.one_l_c li a:hover {
	background: #8b1b17;
	color: #fff;
}

.one_l_c li a {
	display: block;
	text-align: center;
	line-height: 40px;
	background: #426fc9;
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}


/**/

.two {
	position: relative;
	margin-top: 70px;
}

.two_bg img {
	width: auto;
	height: 100%;
	display: block;
	max-width: none;
	position: relative;
	margin: auto;
}

.two_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.two .title:before {
	background: url(../image/t2.png) no-repeat center;
	background-size: auto 70px;
}

.two .title:after {
	display: none;
}

.two .title {
	float: left;
	padding-left: 10px;
}

.two_c {
	clear: both;
}

.two_r img {
	width: 500px;
	display: block;
}

.two_r {
	float: right;
	width: 700px;
}

.two_l {
	width: 450px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.two_c a.more:hover {
	background: #426fc9;
	color: #fff;
}

.two_c a.more {
	float: left;
	display: block;
	width: 150px;
	text-align: center;
	border: 2px solid #426fc9;
	border-radius: 5px;
	line-height: 34px;
	color: #426fc9;
	font-size: 16px;
	margin-top: 30px;
}


/**/

.three {
	position: relative;
	margin-top: 50px;
	padding-bottom: 50px;
}

.three_bg img {
	width: 100%;
	height: 100%;
}

.three_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.three .title:before,
.three .title:after {
	display: none;
}

.three .title p {
	color: rgba(50, 67, 139, 0.15);
}

.three .title h5 {
	font-size: 18px;
	font-weight: normal;
	color: #426fc9;
}

.three_c li {
	float: left;
	position: relative;
	width: 600px;
	overflow: hidden;
}

.three_c li:hover div:before {
	width: 70px;
	left: 90px;
}

.three_c li:nth-child(1) div:before {
	background: url(../image/6.png) no-repeat center;
	background-size: 100%;
}

.three_c li:nth-child(2) div:before {
	background: url(../image/8.png) no-repeat center;
	background-size: 100%;
}

.three_c li:nth-child(3) div:before {
	background: url(../image/9.png) no-repeat center;
	background-size: 100%;
}

.three_c li:nth-child(4) div:before {
	background: url(../image/10.png) no-repeat center;
	background-size: 100%;
}

.three_c li div:before {
	display: block;
	content: "";
	width: 60px;
	height: 90px;
	position: absolute;
	top: 160px;
	left: 100px;
}

.three_c li div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(66, 111, 201, 0.6);
	color: #fff;
	box-sizing: border-box;
	padding: 160px 100px 0 160px;
}

.three_c li:hover img {
	transform: scale(1.2);
}

.three_c li img {
	display: block;
	height: 555px;
	width: 100%;
	transition: 1s;
}



.three_c li em {
	display: block;
	margin-top: 60px;
}

.three_c li:hover em {
	display: none;
}

.three_c li em img {
	display: block;
	width: 25px;
	height: auto !important;
	margin: auto;
}

.three_c li:hover div p {
	display: block;
}

.three_c li div p {
	font-size: 16px;
	margin-top: 15px;
	text-indent: 2em;
	display: none;
}

.three_c li div i {
	font-style: normal;
	font-size: 16px;
}

.three_c li div h4 {
	font-size: 26px;
	line-height: 50px;
	letter-spacing: 3px;
}


/**/

.four {
	position: relative;
}

.four_bg img {
	width: 100%;
	height: 100%;
	display: block;
}

.four_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.four_c img {
	float: right;
}

.four_c p i {
	font-style: normal;
	color: #8b1b17;
}

.four_c p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	letter-spacing: 2px;
}

.four_c h3 {
	font-size: 34px;
	color: #fff;
	line-height: 50px;
	padding-top: 30px;
	text-shadow: 0px 0px 10px #333;
	letter-spacing: 5px;
}

.four_c em {
	font-style: normal;
	border: 1px solid #fff;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding: 0 15px 0 50px;
	border-radius: 25px;
	letter-spacing: 4px;
	background: url(../image/12.png) no-repeat 16px center;
	background-size: 24px;
	margin-top: 40px;
}


/**/

.five {
	margin-top: 40px;
	background: url(../image/bg4.jpg) no-repeat;
	background-size: 100% 70%;
}

.title5 {
	text-align: right;
	color: #fff;
}

.title5 h3 em {
	font-style: normal;
	width: 40px;
	height: 40px;
	display: inline-block;
	letter-spacing: 2px;
	font-family: fantasy;
	font-weight: normal;
	border-radius: 50%;
	background: #2f51db;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	margin-right: 10px;
}

.title5 h3 {
	font-size: 30px;
	letter-spacing: 6px;
	line-height: 40px;
	padding: 25px 0 10px;
}

.title5 p i {
	display: block;
	font-style: normal;
	font-size: 12px;
	letter-spacing: normal;
}

.title5 p {
	font-size: 18px;
	letter-spacing: 6px;
}

.five_c li img {
	display: block;
}

.five_c li {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 0 1%;
}

.five_c {
	margin-top: 30px;
	padding: 0 1%;
	overflow: hidden;
}

.five a.more {
	display: block;
	width: 100px;
	background: #426fc9;
	color: #fff;
	margin: 50px auto 20px;
	text-align: center;
	line-height: 34px;
	letter-spacing: 4px;
}


/**/

.six {
	position: relative;
	padding-top: 40px;
}

.six_bg img {
	width: 100%;
	height: 100%;
	display: block;
}

.six_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.six .title h5 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 4px;
	color: #253544;
}

.six_c {
	padding: 20px 30px 40px;
	position: relative;
}

.six_c li {
	width: 360px;
	float: left;
	margin: 0 10px;
}

span.prev6 {
	position: absolute;
	top: calc(50% - 20px);
	background: #426fc9;
	left: 0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-family: "宋体";
	width: 20px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

span.next6 {
	position: absolute;
	top: calc(50% - 20px);
	background: #426fc9;
	right: 0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-family: "宋体";
	width: 20px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}


/**/

.seven_top {
	background: #fff;
	border-left: 10px solid #426fc9;
	margin-top: 30px;
	padding-left: 10px;
}

.seven_t h3 em {
	font-style: normal;
	letter-spacing: 1px;
	font-family: fantasy;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #426fc9;
	color: #fff;
	line-height: 50px;
	border-radius: 50%;
	font-weight: normal;
	text-align: center;
	font-size: 30px;
	margin-right: 10px;
}

.seven_t h3 {
	font-size: 40px;
	letter-spacing: 6px;
	color: #426fc9;
	position: relative;
	margin-top: -40px;
	line-height: 40px;
}

.seven_t {
	float: left;
	position: relative;
	padding: 10px 0 15px;
}



.seven_t p {
	font-size: 44px;
	color: #ddd;
	position: relative;
	letter-spacing: 2px;
	font-family: "Oswald Medium";
	font-weight: bold;
	transform: scale(1, 1.5);
	-ms-transform: scale(1, 1.5);
	-webkit-transform: scale(1, 1.5);
	-moz-transform: scale(1, 1.5);
	-o-transform: scale(1, 1.5);
}

.seven_n li.on a,
.seven_n li a:hover {
	color: #8b1b17;
	border-bottom: 4px solid #8b1b17;
}

.seven_n li a {
	display: block;
	font-size: 20px;
	color: #426fc9;
	line-height: 46px;
	font-weight: bold;
	margin: 0 20px;
}

.seven_n li {
	display: inline-block;
}

.seven_n {
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}

.seven_c {
	margin-top: 30px;
	overflow: hidden;
}

.seven_c li {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	color: #426fc9;
}

.seven_c li:nth-child(3n+1) {
	margin-right: 0;
}

.seven_c li:first-child {
	width: 100%;
	float: none;
	overflow: hidden;
}

.seven_c li:first-child img {
	width: 550px;
	float: left;
	margin-right: 30px;
	margin-bottom: 0;
}

.seven_c li img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.seven_c li .time p {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.seven_c li .time h4 {
	font-size: 24px;
	line-height: 30px;
}

.seven_c li .time {
	border: 2px solid #426fc9;
	padding: 10px 15px;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

.seven_c li .text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 24px;
	height: 72px;
}

.seven_c li .text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 30px;
}

.seven_c li:first-child .text h3 {
	font-size: 20px;
	line-height: 40px;
}

.seven_c li:first-child .text {
	float: left;
	width: 620px;
}

.seven_c li:first-child .time {
	margin: 0 0 10px;
}

.seven_c li:first-child .text p {
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
	-webkit-line-clamp: 6;
	height: 180px;
	margin-top: 5px;
}

.seven_c li:first-child a.more {
	float: right;
	font-size: 16px;
	border: 2px solid #426fc9;
	line-height: 30px;
	padding: 0 20px;
	letter-spacing: 5px;
	margin-top: 20px;
}

.seven_c li:nth-child(n+2):after {
	content: "";
	display: block;
	height: 2px;
	width: 270px;
	background: #426fc9;
	margin-top: 25px;
}

.seven a.dass {
	width: 200px;
	display: block;
	margin: 20px auto 60px;
	text-align: center;
	color: #426fc9;
	font-size: 20px;
	letter-spacing: 5px;
	border: 2px solid #426fc9;
	line-height: 40px;
}

/**/

.eight {
	position: relative;
	margin-top: 40px;
	padding: 40px 0 30px;
}

.eight_bg img {
	width: 100%;
	height: 100%;
	display: block;
}

.eight_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.eight_t {
	border-left: 8px solid #e9effa;
	margin-bottom: 30px;
	padding-left: 30px;
	position: relative;
	padding-top: 28px;
}

.eight_t h3 {
	font-size: 40px;
	letter-spacing: 6px;
	color: #fff;
	position: relative;
	padding-left: 30px;
	line-height: 40px;
}

.eight_t p {
	font-size: 46px;
	color: #efefef;
	position: absolute;
	letter-spacing: 10px;
	font-family: fantasy;
	opacity: 0.3;
	line-height: 40px;
	top: 0;
}

.eight_l {
	width: 580px;
	float: left;
}

.eight_r p img {
	display: inline-block;
	width: 25px;
	margin-right: 10px;
	vertical-align: middle;
}

.eight_r p {
	color: #efefef;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}

.eight_r {
	width: 580px;
	float: right;
}

.eight_r img {
	max-width: none;
}

.eight_c img {
	max-width: none;
}

/**/

.f_nav li:hover ul {
	display: block;
}

.f_nav li ul li a {
	padding: 0;
	line-height: 30px;
}

.f_nav li ul li {
	display: block;
}

.f_nav li ul {
	position: absolute;
	width: 100%;
	background: #f8f8f8;
	z-index: 999;
	display: none;
}

.f_nav .container>ul>li:last-child {
	border-right: 0;
}

.f_nav .container>ul>li {
	border-right: 2px solid #bababa;
}

.f_nav li a {
	display: block;
	line-height: 40px;
	padding: 0 40px;
	color: #426fc9;
	font-size: 16px;
}

.f_nav li {
	display: inline-block;
	position: relative;
}

.f_nav {
	text-align: center;
	padding: 15px 0;
}


/**/

.footer {
	position: relative;
	color: #fff;
	padding: 20px 0;
}

.footer_bg img {
	width: 100%;
	height: 100%;
	display: block;
}

.footer_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.footer_c p img {
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.footer_c p {
	line-height: 36px;
}

/*内页*/

.page {
	margin-top: 10px;
}

.page_l {
	width: 225px;
}

.pt>span:first-child:before {
	content: "";
	display: inline-block;
	border-left: 4px solid #0055ac;
	height: 15px;
	margin-right: 10px;
}

.tips {
	color: #666;
	font-size: 12px;
	line-height: 30px;
}

.pt>span:first-child {
	border-bottom: 1px solid #0055ac;
	display: inline-block;
	font-weight: bold;
}

.pt {
	line-height: 31px;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #c1c1c1;
}

.page_n {
	padding-bottom: 10px;
}

.page_n li a:hover {
	color: #a0d51a;
}

.page_n li a:before {
	content: ">";
	color: #7c7c7c;
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
}

.page_n li a {
	color: #666;
	display: block;
	line-height: 30px;
	font-family: "微软雅黑";
	border-bottom: 1px solid #dddddd;
}

.p_xw {
	padding-bottom: 10px;
}

.p_xw li a:hover {
	color: #a0d51a;
}

.p_xw li a:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #258dcc;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 3px;
}

.p_xw li a {
	border-bottom: 1px solid #dddddd;
	display: block;
	line-height: 27px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p_key_c {
	padding-top: 10px;
}

.p_key_c li a:hover {
	color: #a0d51a;
}

.p_key_c li a {
	line-height: 27px;
	color: #666;
}

.p_key_c li:nth-child(2n) {
	margin-left: 6%;
}

.p_key_c li {
	width: 46%;
	float: left;
	border: 1px dashed #d0d0d0;
	background: #fcfcfc;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: center;
}

.p_contect_c {
	padding: 5px 0;
	font-size: 13px;
	font-family: 宋体;
	color: #333;
}


/**/

.page_r {
	width: 930px;
	padding-bottom: 10px;
}

.prlist li p {
	text-align: center;
	line-height: 30px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prlist li img {
	width: 100%;
	height: 216px;
	display: block;
}

.prlist li {
	width: 280px;
	float: left;
	margin: 15px;
}

.pading span {
	color: #000;
}

.pading a,
.pading span {
	display: inline-block;
	padding: 0 10px;
}

.pading {
	text-align: center;
}


/**/

.preview h1 {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	border-bottom: 1px solid #e0e1dc;
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-top: 20px;
}

.imgs {
	width: 400px;
}

.imgs li img {
	width: 100%;
	display: block;
}

.dess {
	width: 500px;
	line-height: 30px;
}

.prtit {
	line-height: 28px;
	height: 28px;
	text-align: left;
	margin-top: 10px;
	display: block;
	padding-left: 10px;
	font-size: 12px;
	border-bottom: 1px solid #016938;
	font-weight: bold;
	clear: both;
}

.descon {
	padding: 10px;
	padding-top: 15px;
	overflow: hidden;
	clear: both;
}

.record {
	line-height: 26px;
	border-top: 1px dashed #e0e1dc;
	margin-top: 6px;
	padding-top: 5px;
	font-size: 12px;
}

.record span {
	display: block;
}


/**/

.news_list {
	padding: 15px 10px 10px;
}

.news_list li {
	line-height: 27px;
	position: relative;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.news_list li h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	color: #666;
}

.news_list li h4 a:hover {
	color: #a0d51a;
}

.news_list li h4 span {
	color: #999;
	z-index: 0;
	line-height: 27px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: normal;
}

h1.ar_title {
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	border-bottom: 1px solid #e0e1dc;
	margin-bottom: 5px;
	padding-bottom: 10px;
	line-height: 30px;
	margin-top: 20px;
}

.info {
	border-bottom: 1px solid #e1e4e6;
	overflow: hidden;
}

.info span {
	line-height: 26px;
	text-align: center;
	font-weight: normal;
	color: #808080;
	float: left;
	height: 26px;
	overflow: hidden;
	display: block;
	margin-left: 200px;
}

.share {
	padding-left: 5px;
	padding-bottom: 8px;
	float: left;
	height: 26px;
}

.ar_con {
	padding: 10px;
	padding-top: 15px;
	overflow: hidden;
}

.con {
	padding: 10px;
	padding-top: 15px;
	overflow: hidden;
}

ul.prlist.block {
	border: 1px dashed #a7b8d4;
	margin-top: 15px;
}

.prlist li {
	width: 279px;
}

/*留言*/
div#div_onlineName,
div#div_onlineTel {
	width: 260px;
	float: left;
	border: 2px solid #fff;
	line-height: 36px;
	margin-right: 20px;
	height: 36px;
}

div#div_onlineName label {
	color: #b8b8b8;
	display: inline-block;
	padding-left: 50px;
	background: url(../image/13.png) no-repeat 10px center;
	background-size: 25px;
	font-size: 16px;
	float: left;
	width: 40px;
}

div#div_onlineTel label {
	color: #b8b8b8;
	display: inline-block;
	padding-left: 50px;
	background: url(../image/14.png) no-repeat 10px center;
	background-size: 25px;
	font-size: 16px;
	float: left;
	width: 40px;
}

div#div_onlineName input#onlineName,
div#div_onlineTel input#onlineTel {
	display: block;
	border: 0;
	line-height: 36px;
	background: none;
	float: left;
	width: 170px;
}

div#div_onlineVc {
	float: left;
	width: 296px;
	position: relative;
}

div#div_onlineVc label {
	color: #b8b8b8;
	position: absolute;
	font-size: 16px;
	line-height: 40px;
	top: 0;
	left: 10px;
	width: 60px;
}

div#div_onlineVc input#onlineVc {
	width: 186px;
	float: left;
	border: 2px solid #fff;
	background: none;
	line-height: 36px;
	margin-right: 10px;
	box-sizing: border-box;
	padding-left: 70px;
}

div#div_onlineVc span.img-wrap img {
	vertical-align: middle;
}

div#div_onlineVc span.img-wrap {
	background: #fff;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.messageonline_items div {
	margin-bottom: 20px;
}

.messageonline_command a {
	display: block;
}

.messageonline_command {
	float: left;
	width: 296px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #cd2822 url(../image/16.png) no-repeat;
	background-position-x: calc(50% - 45px);
	background-position-y: 50%;
	background-size: 25px;
}

div#div_onlineContent {
	clear: both;
	border: 2px solid #fff;
	margin: 0;
}

div#div_onlineContent label {
	display: block;
	color: #b8b8b8;
	padding-left: 50px;
	background: url(../image/15.png) no-repeat 10px center;
	background-size: 25px;
	font-size: 16px;
	line-height: 40px;
}

div#div_onlineContent div {
	margin: 0;
}

div#div_onlineContent textarea#onlineContent {
	display: block;
	background: none;
	border: 0;
	width: 100%;
	height: 200px;
}

/*网站颜色*/

.t_tel,
.title h3,
.three .title h5,
.seven_t h3,
.seven_n li a,
.seven_c li,
.f_nav li a,
.page_n li a:hover,
.p_xw li a:hover,
.p_key_c li a:hover,
.news_list li h4 a:hover {
	color: #426fc9;
}

.nav,
.nav li ul,
.title p i,
.one_r a.more,
.one_l_t,
.one_l_c li a,
.two_c a.more:hover,
.title5 h3 em,
.five a.more,
span.prev6,
span.next6,
.seven_t h3 em,
.seven_c li:nth-child(n+2):after,
.p_xw li a:before {
	background: #426fc9;
}

.nav li a:hover,
.four_c p i {
	color: #8b1b17;
}

.nav li a:after {
	background: #8b1b17;
}

.ss {
	background: rgba(66, 111, 201, 0.57);
}

.search a.searchBtn {
	background-color: #426fc9;
}

.two_c a.more {
	border: 2px solid #426fc9;
	color: #426fc9;
}

.three_c li div {
	background: rgba(66, 111, 201, 0.6);
}

.seven_top {
	border-left: 10px solid #426fc9;
}

.seven_n li.on a,
.seven_n li a:hover {
	color: #8b1b17;
	border-bottom: 4px solid #8b1b17;
}

.seven_c li .time {
	border: 2px solid #426fc9;
}

.seven_c li:first-child a.more {
	border: 2px solid #426fc9;
}

.seven a.dass {
	color: #426fc9;
	border: 2px solid #426fc9;
}

.pt>span:first-child:before {
	border-left: 4px solid #426fc9;
}

.pt>span:first-child{
	border-bottom: 1px solid #426fc9;
}

.prtit {
	border-bottom: 1px solid #426fc9;
}

/**/

.five_c li img {
	height: 230px;
}

.seven_c li:first-child img {
	height: 370px;
}

.seven_c li img {
	height: 280px;
}

.nav li a {
	padding: 5px 49px;
}

.interlink {
	padding: 10px 0;
	background: rgb(66 111 201 / 1);
}

.interlink__inner {
	width: 1200px;
	margin: auto;
	color: #fff;
	overflow: hidden;
}

.interlink__title {
	width: 100px;
	font-size: 16px;
	background: url(../image/202106021654093565.png) no-repeat right;
	float: left
}

.interlink__list {
	width: 1090px;
	float: right;
}

a.interlink__item {
	color: #fff;
	margin: 0px 10px;
	font-size: 15px;
}

.nav li a {
	padding: 5px 40px;
}

.ss {
	margin-top: 0;
}

.title p {
	font-weight: normal;
}

.seven {
	padding-top: 40px;
}

.seven_c li:first-child img {
	height: 360px;
}

.seven_c li img {
	height: 320px;
}
div#pagesize li{
	display: inline-block;
}
div#pagesize a.active{
	font-weight: bold;
}