* {
	padding: 0;
	margin: 0;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
input,
footer {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

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

a:hover {
	text-decoration: none;
	list-style: none;
	font-style: normal;
}

li {
	list-style: none;
}

body {
	font-family: font1;
}

input {
	border: none;
	outline: none;
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

img,
p,
span {
	border: none;
}

body {
	position: relative;
	overflow-x: hidden;
}

.clear {
	clear: both
}

.clearfloat:after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
	height: 0;
}

.clearfloat {
	zoom: 1;
}

.w {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.l {
	float: left;
}

.r {
	float: right;
}

.ph {
	display: none;
}


/*首页*/

.header {
	padding: 10px 0;
}

nav {
	width: 100%;
	background: #004277;
	position: relative;
	z-index: 9;
}

.fixednav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 0px 0 0 0;
}

.nav {
	width: 100%;
	background: #004277;
}

a.logo {
	display: block;
	width: 30%;
	min-width: 220px;
}

a.logo img {
	max-width: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.head_top p {
	text-align: right;
	color: #666;
}

.head_top p a {
	color: #999;
	font-size: 14px;
}

.row_center {display: flex;align-items: center;justify-content: center;}
.row_bw {display: flex;align-items: center;justify-content: space-between;}
.row_nobw{display: flex;justify-content: space-between;}
.row_start {display: flex;align-items: center;justify-content: flex-start;}
.row_nostart {display: flex;justify-content: flex-start;}
.row_end {display: flex;align-items: center;justify-content: flex-end;}
.column_center {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.column_bw {display: flex;flex-direction: column;justify-content: space-between;align-items: center;}
.column_start {display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}



.search_box {
	width: 220px;
	border: 1px solid #003e75;
	border-radius: 6px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

.search_box input:first-child {
	width: calc(100% - 60px);
	background: #fff;
	height: 100%;
	display: block;
	float: left;
	padding-left: 10px;
}

.search_box input:nth-of-type(2) {
	width: 60px;
	background: #004277;
	color: #fff;
	text-align: center;
	height: 100%;
}

.banner_img {
	position: relative;
}

.banner_img img {
	width: 100%;
}

.banner_img1 img {
	width: 100%;
}

.index1 {
	background: #f4f4f4;
	padding: 20px 0;
}

.title_b {
	width: 100%;
	padding-bottom: 20px;
}

.title_b h1.h1 {
	font-size: 18px;
	color: #333;
	display: block;
	border-left: 4px solid #004277;
	line-height: 20px;
	padding-left: 10px;
}

.title_b a {
	display: block;
	font-size: 14px;
	color: #666;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.title_b a:hover {
	color: #004277;
}

.in_left {
	background: #fff;
	width: 70%;
	padding: 20px;
}

.in_right {
	background: #fff;
	width: 28%;height: 334px;
	padding: 20px;
}

.min_left {
	width: 48%;
}

.min-right {
	width: 48%;
}

.xiq_bot {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 40px;
	text-align: left;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	bottom: 0;
	left: 0;
	right: 0;
}

.xiq_bot p {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper-container2 {
	width: 100%;
}

ul.lie_ul {
	width: 100%;
}
.in_right ul.lie_ul li{padding: 10px 0;}
ul.lie_ul li {
	width: 100%;
	padding: 9px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
ul.lie_ul1 li p {
	font-size: 14px;
	color: #333;
	width: calc(100% - 90px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.lie_ul1 li span {
	color: #999;
	font-size: 14px;
	width: 80px;
}

ul.lie_ul li:hover p {
	color: #004277;
}

ul.lie_ul2 li p {
	font-size: 14px;
	color: #333;
	width: calc(100% - 30px);
	padding-left: 15px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.lie_ul2 li p:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #004277;
	border-radius: 100%;
	display: block;
	margin-top: 7px;
	left: 0;
}

a.more {
	width: 100%;
	height: 40px;
	border-radius: 6px;
	background: #004277;
	text-align: center;
	color: #fff;
	line-height: 40px;
	display: block;
	margin-top:20px;
}
.index2 {background: #fff;
	padding: 20px;
}

/* .autoplay1 {
	padding: 20px 0 30px 0;
} */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {outline: none;
	display: none;
	float: left;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-dots {
	display: none !important;
}

.sil_div {
	padding: 0 8px;
}

.block {
	width: 100%;border-radius: 4px;
	padding: 20px 0 0 0;
	background: #004277;
	text-align: left;
	min-height: 120px;
}

.block img {width: 50px;
	display: block;
	margin: 0 auto;
}

.block p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	color: #fff;
}

.three1_box {
	background: #fff;height:460px;
	padding: 20px 20px 0 20px;
	width: 33%;
}

.new_img {
	width: 100%;
	overflow: hidden;
}

.new_img img {
	width: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.nimg_box:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

a.nimg_box {
	display: block;
}

.nimg_box:hover p {
	color: #004277;
}

.nimg_box p {
	font-size: 16px;
	color: #333;
	padding: 14px 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.nis_bot {
	padding: 10px 0;
}

ul.nis_bot li {
	padding: 10px 0;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.nis_bot li:last-child{border-bottom: 0;}
ul.nis_bot li p {
	float: left;font-size: 14px;
	display: block;
	width: calc(100% - 30px);
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.nis_bot li span {
	display: block;
	color: #666;font-size: 14px;
	float: right;
}

ul.nis_bot li:hover a p {
	color: #004277;
}

.three1_box1 {
	margin-left: 2%;
}

.three1_box2 {
	padding: 20px;
	background: #fff;
	margin-left: 1.8%;
	width: 30%;
}

a.nimg_box1 {
	width: 60%;
	margin: 0 auto;
	display: block;
}

.new_img1 {
	overflow: hidden;
	width: 100%;
}

.new_img1 img {
	width: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.nimg_box1 p.reny span {
	color: #333;
	font-size: 18px;
	padding: 15px 0 5px 0;
	display: block;
}

.nimg_box1 p.reny {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.in_qiye {
	background: #fff;
	margin: 20px auto;
}

.hzuo1_box {
	background: #fff;
	padding: 20px;
	width: 100%;
	margin-top: 20px;
}

.he_logo {
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.img_box {
	padding: 0 10px;
}

.he_logo {
	width: 100%; height: 120px;
	overflow: hidden;
}

.he_logo:first-child {
	margin-bottom: 20px;
}

.he_logo img {
	max-width: 100%; max-height: 100%; margin: auto; display: block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.he_logo:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

a.nimg_box {
	display: block;
}

footer {
	background: #333;
	width: 100%;
	padding: 40px 0 0 0;
}

.fot_left {
	width: 22%;
}

h1.f_h {
	font-size: 16px;
	color: #fff;
	padding-bottom: 15px;
}

.fot_left p {
	font-size: 14px;
	line-height: 24px;
	color: rgba(2855, 255, 255, 0.7);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.fot_left a {
	display: block;
	color: #00f0ff;
	font-size: 14px;
}

ul.fot_mid {
	width: 15%;
	margin-left: 10%;
}

.fot_mid li {
	padding: 3px 0;
	padding: 0 2%;
}

.fot_mid li:first-child {
	padding-top: 0;
}

.fot_mid li a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.fot_mid1 li {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	padding: 3px 0;
}

.fot_mid1 li:nth-of-type(2) {
	background: url(../images/ind_54.png) no-repeat center left;
	padding-left: 35px;
	padding-bottom: 8px
}

.fot_mid1 li:nth-of-type(3) {
	background: url(../images/ind_61.png) no-repeat center left;
	padding-left: 35px;
	padding-bottom: 8px
}

.fot_mid1 li:nth-of-type(4) {
	background: url(../images/ind_65.png) no-repeat center left;
	padding-left: 35px;
	padding-bottom: 8px
}

.fot_mid1 li:nth-of-type(5) {
	background: url(../images/ind_68.png) no-repeat center left;
	padding-left: 35px;
	padding-bottom: 8px
}

.fot_right {
	width: 15%;
	text-align: center;
}

.fot_right img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.fot_right p {
	font-size: 14px;
	padding: 10px 0;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}

.last_f {
	padding: 10px 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 20px;
}

.sm_nav {
	font-size: 14px;
	color: #999;
	padding: 10px 0;
}

.sm_nav a {
	color: #999;
}

.sm_nav a:hover {
	color: #004277;
}

.main_box {
	background: #fff;
	min-height: 500px;
}

.main_left {
	width: 20%;
}

.main_left .min_tbox {
	background: #004277;
	color: #fff;
	padding: 30px 0 30px 20px;
	margin-bottom: 2px;
}

.main_left .min_tbox h1 {
	font-size: 18px;
	padding-left: 30px;
}

.main_left .min_tbox h1.h1 {
	background: url(../images/ab1_03.png) no-repeat center left;
}

.main_left .min_tbox h1.h2 {
	background: url(../images/ab1_01.png) no-repeat center left;
}

.main_left .min_tbox p {
	font-size: 14px;
	padding-top: 10px;
}

ul.main_nav {
	background: rgba(0,62,117,0.7);
	padding: 20px 0;
}

ul.main_nav li {
	position: relative;
	width: 100%;
	line-height: 40px;
	border-left: 5px solid rgba(0,62,117,0.1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

ul.main_nav li a {
	color: #fff;
	display: inline-block;
	padding-left: 40px;
	position: relative;
	width:98%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

ul.main_nav li a i {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%;
	margin-right: 10PX;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

ul.main_nav li.on {
	border-left: 5px solid #003e75;
}

ul.main_nav li.on a {
	background: #fff;
	color: #333;
}

ul.main_nav li.on a i {
	background: #003e75;
}

ul.main_nav li:hover {
	border-left: 5px solid #003e75;
}

ul.main_nav li:hover a {
	background: #fff;
	color: #333;
}

ul.main_nav li:hover a i {
	background: #003e75;
}

.main_left .min_bbot {
	padding: 10px 0 10px 20px;
	background: #004277;
	margin: 40px 0 2px 0;
}

.main_left .min_bbot h1 {
	font-size: 18px;
	padding-left: 30px;
	color: #fff;
}

.main_left .min_bbot1 h1 {
	background: url(../images/ab1_10.png) no-repeat center left;
}

.gg_b {
	background: #003e75;
	padding: 10px 0;
	margin-bottom: 40px;
}

ul.gong li a {
	display: inline-block;
	width: 100%;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	position: relative;
	padding-left: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

ul.gong li a i {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%;
	margin-right: 10PX;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

ul.gong li:hover a {
	background: #fff;
	color: #333;
}

ul.gong li:hover a i {
	background: #003e75;
}

.look_mor {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
}

.main_right {
	width: calc(100% - 280px);
	margin-bottom: 40px;
	min-height: 450px;
}

.main_title {
	font-size: 24px;
	color: #004277;
	padding: 10px 0;
	border-bottom: 1px solid #003e75;
}

.main_text {
	padding-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.main_text img { margin: 0 auto;image-rendering:-webkit-optimize-contrast;
	max-width: 100%;
	display: block;
}

.main_text p.js {
	padding-top: 20px;
}

.about_zc h1 {
	text-align: center;
	font-size: 18px;
	padding: 15px 0;
	font-weight: normal;
}

.about_zc span {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.about_zc p {
	padding: 15px 0 30px 0;
}

ul.huiyuan_ul li {
	width: 49%;
	margin-left: 2%;
	float: left;
	margin-bottom: 30px;
}

ul.huiyuan_ul li:nth-of-type(2n+1) {
	margin-left: 0;
}

ul.huiyuan_ul li .hui_img {
	width: 40%;
	overflow: hidden;
}

ul.huiyuan_ul li .hui_img img {
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

ul.huiyuan_ul li:hover .hui_img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.hui_r h1 {
	font-size: 16px;
	color: #333;
}

.hui_r {
	width: 56%;
}

.hui_r p {
	min-height: 130px;
	display: block;
	margin-top: 15px;
}

.hui_r a {
	font-size: 14px;
	color: #666;
}

ul.huiyuan_ul li:hover a {
	color: #004277;
}

.pages {
	text-align: center;
	padding: 20px 0;
}
.pages a.on{background:#003e75;color: #fff;}
.pages a,
.pages span {
	display: inline-block;
	width:28px;
	height:28px;
	border-radius: 6px;
	text-align: center; color: #333;
	line-height: 30px;
}

.pages span {
	background: #003e75;
	color: #fff;
}

.huiyuan_xq img {
	display: block;
	margin: 0 auto;
	padding: 30px 0 15px 0;
	max-width: 50%;
}

.huiyuan_xq h1 {
	text-align: center;
	font-size: 28px;
}

.huiyuan_xq span {
	color: #999;
	/* display: block; */
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

.huiyuan_xq .zw {
	text-align: center;
	padding: 15px 0;
}

#in_left1 {
	width: 100%;
	padding: 0;
}

.news_left {
	/* width: 65%; */flex-grow: 1; flex-shrink:1;
}

.news_left h1 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_left p {
	margin: 15px 0;color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_left .st span {
	display: block;
	float: left;
	font-size: 14px;
	color: #999;
}

.news_left .st a {
	display: block;
	float: right;
	font-size: 14px;
	color: #666;
}
.new_ul li {padding: 20px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.08);}
.new_ul li:hover .news_right img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.news_right {width: 24%;flex-grow: 0; flex-shrink: 0;overflow: hidden;}
.news_right img {
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.big_main {background: #f4f4f4;width: 100%;padding-bottom: 30px;}
.xq_box img {
	/*display: block;*/
	max-width: 100%;
	margin: 0 auto;
	/*padding-bottom: 25px;*/
}

.xq_box p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.xq_m h1 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}

.xq_m span {
	text-align: center;
	font-size: 14px;
	color: #999;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
}

.lin_a {
	background: #fff;
	margin-top: 10px;
}

.lin_a a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lin_a a:first-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lin_a a:hover span {
	color: #004277
}

.list_t h1 {
	font-size: 18px;
	color: #333;
	border-left: 5px solid #004277;
	padding-left: 10px;
}

ul.main_nav1 {
	padding: 20px 0;
}

ul.main_nav1 li {
	position: relative;
	width: 100%;
	line-height: 40px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

ul.main_nav1 li a {
	float: left;
	color: #333;
	display: inline-block;
	padding-left: 20px;
	position: relative;
	width: calc(100% - 90px);
	font-size: 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.main_nav1 li span {
	font-size: 14px;
	color: #999;
	float: right;
	width: 90px;
	display: block;
	text-align: right;
}

ul.main_nav1 li a i {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #003e75;
	border-radius: 100%;
	margin-right: 10PX;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

ul.main_nav1 li:hover a {
	color: #003e75;
}

ul.hez_ul li .qy_img {
	width: 120px;
	height: 120px;
	position: relative;
	border-radius: 10px;
	border: 2px solid rgba(0, 0, 0, 0.1);
}

ul.hez_ul li {
	background: #fafbfd;
	padding: 20px;
	margin-bottom: 10px;
}

ul.hez_ul li .qy_img img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

ul.hez_ul li .qi_left {
	width: calc(100% - 140px);
}

.qi_l h1 {
	font-size: 22px;
	font-weight: normal;
	color: #333;
}

.qi_l p {
	font-size: 14px;
	color: #666;
	padding: 10px 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qi_l span {
	font-size: 14px;
	color: #333;
	display: block;
	color: #666;
}

.qi_l .fr {
	width: 100%;
	padding: 0 0 10px 0;
}

.qi_l .fr span {
	float: left;
	padding-right: 15px;
	color: #333;
	font-weight: bold;
}

.qi_l {
	width: calc(100% - 100px);
}

.qi_r {
	width: 80px;
	position: relative;
}

.qi_r:before {
	content: "";
	position: absolute;
	top: 43px;
	height: 40px;
	width: 1px;
	background: rgba(0, 0, 0, 0.2);
}

.qi_r a {
	font-size: 14px;
	color: #004277;
	text-align: right;
	display: block;
	padding-top: 25px;
}

ul.hez_ul li:hover .qi_l h1 {
	color: #004277;
}

.xq_m1 img {
	display: block;
	max-width: 50%;
	margin: 0 auto;
	padding: 20px 0;
}

.xq_m1 h1 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 15px;
	color: #333;
	font-weight: normal;
}

.xq_m1 p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
}

.xq_m1 p span {
	color: #999;
	display: inline-block;
	padding: 5px 0;
}

.list_t1 {
	padding: 0 0 20px 0;
}

.main_box1 {
	min-height: auto !important;
	margin-bottom: 20px;
}

.new_ul1 {
	padding-top: 0 !important;
}

.title_b1 {
	padding-bottom: 0 !important;
}

.news_left1 {flex-grow: 1; flex-shrink: 1;}
.news_left1 h1 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_left1 p {font-size: 14px; color: #666;
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* .news_left1 .st {padding-top: 50px;} */

.news_left1 .st span {
	display: block;
	/* float: left; */
	font-size: 14px;
	color: #999;
}

.news_left1 .st a {
	display: block;
	/* float: right; */
	font-size: 14px;
	color: #666;
}

.new_ul1 {
	padding: 30px 0 0 0;
}

.new_ul1 li {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.new_ul1 li:hover .news_right1 img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.news_right1 {width: 20%;margin-right: 20px;overflow: hidden;flex-grow: 0; flex-shrink: 0;}
.news_right1 img {
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#allmap {
	width: 100%;
	height: 400px;
}

#allmap img {
	max-width: none;
}

.nr_con {
	padding: 40px 0;
}

.con_l {
	width: 80%;
}

.con_l ul {
	display: flex;
	flex-wrap: wrap;
}

.con_l ul li {
	text-align: left;
	width: 49%;
	margin-left: 2%;
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
}

.con_l ul li:nth-of-type(2n+1) {
	margin-left: 0;
}

.con_l ul li span {
	color: #999;
}

.con_r {
	width: 19%;
}

.con_r img {
	max-width: 100%;
	margin: 0 auto;
}

.con_r p {
	text-align: center;
	padding: 5px 0;
}

.fj {
	font-size: 18px;
	color: #333;
}

.xiaz {
	font-size: 16px;
	color: #00b3ce;
	padding: 10px 0;
	display: block;
}