a {
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0px;
}

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.eot');
	src: url('iconfont.eot?#iefix') format('embedded-opentype'),
		url('iconfont.woff2') format('woff2'),
		url('iconfont.woff') format('woff'),
		url('iconfont.ttf') format('truetype'),
		url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.banner {
	position: relative;
}

.logo {
	position: absolute;
	left: 10%;
	top: 5%;
	z-index: 2;
}

.width100 img {
	width: 100%;
}

.topbar {
	background: #ededed;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

.topbar a {
	margin-right: 20px;
}

.topbar img {
	margin-top: -5px;
}

.topbar a.ac {
	color: #1f8189;
}

.topbarfr {
	text-align: right;
}

.top {
	padding: 10px 0px;
	background: url(topbg.png) no-repeat right top;
	height: 173px;
	padding-top: 50px;
}

.topfr {
	text-align: right;
}

.topfr a {
	border-radius: 60px;
	border: #ccc solid 1px;
	color: #999;
	padding: 3px 10px;
	margin-left: 10px;
	font-size: 14px;
}

.search {
	border: #006ebc solid 1px;
	border-radius: 50px;
	text-align: right;
	width: 80%;
	float: right;
	height: 40px;
}

.search input {
	border: none;
	background: none;
	outline: none;
}

.search button {
	position: absolute;
	right: 15px;
	top: 1px;
	background: #006ebc;
	border: none;
	border-radius: 50px;
	width: 38px;
	height: 38px;
}

.navbox {
	background: #006ebc;
}

.navbox .navbar {
	padding-left: 0px;
	padding-right: 0px;
}

.navbox .dropdown-menu {
	background: rgba(0, 0, 0, .5);
	border: none;
	border-radius: 0px;
	min-width: 180px;
	top: 46px;
}

.navbox .dropdown-item {
	color: #fff;
	text-align: center;
}

.navbox .dropdown-item:hover {
	background: #0088e9;
}

.navbox ul.navbar-nav {
	width: 100%;
	text-align: center;
}

.navbox ul.navbar-nav li {
	width: 17%;
}

.swiper-container1 .swiper-pagination-bullet {
	width: 80px;
	border-radius: 0px;
}

.swiper-container1 .swiper-pagination-bullet-active {
	background: #18acb9;
}

.swiper-container-horizontal>.swiper-pagination1 {
	bottom: 50px;
}

.sidebar {
	width: 80px;
	position: fixed;
	right: 20px;
	top: 20%;
	text-align: center;
	color: #999;
	background: #fff;
	border: #eee solid 1px;
	font-size: 14px;
	z-index: 2;
}

.sidebar a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.backtop {
	background: #18acb9;
}

.tanchu {
	position: relative;
	padding: 10px 0px;
}

.erweimatan,
.phonetan {
	position: absolute;
}

.erweimatan {
	width: 178px;
	height: 155px;
	margin-top: -77.5px;
	left: -160px;
	top: 50%;
}

.phonetan {
	width: 178px;
	height: 86px;
	margin-top: -43px;
	left: -160px;
	top: 50%;
	background: url("phonebg.png") no-repeat center;
	padding-top: 30px;
	font-size: 18px;
	text-align: left;
	padding-left: 20px;
	color: #18acb9;
}

.tan {
	display: none;
}

.topmenu span {
	font-size: 40px;
	display: block;
	color: #11aab7;
}

.topmenu a {
	padding: 10px 0px 15px;
	display: block
}

.topmenu .col {
	background: #fff;
	transition: all .3s ease-out .1s;
}

.topmenu .col:hover {
	background: #11aab7;
	transition: all .3s ease-in .1s;
	color: #fff;
}

.topmenu .col span {
	/* transform:scale(1) ;
  -webkit-transform:scale(1) ;
  -moz-transform:scale(1) ;
  -o-transform:scale(1); */
	transform: rotateY(0deg);
	transition: all .5s ease .1s;
}

.topmenu .col:hover span {
	color: #fff;
	/* transform:scale(1.1) ;
  -webkit-transform:scale(1.1) ;
  -moz-transform:scale(1.1) ;
  -o-transform:scale(1.1); */
	transform: rotateY(360deg);
	transition: all .5s ease .2s;
}

.topmenu .col::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0;
	height: 5px;
	background: #f07d01;
	transition: all .3s ease-in .1s;
}

.topmenu .col:hover::before {
	width: 100%;
	transition: all .3s ease-out .1s;
}

.topmenu {
	background: #fff;
	text-align: center;
	box-shadow: rgba(0, 0, 0, .2) 1px 1px 5px;
	border-radius: 5px;
	margin-top: -40px;
	position: relative;
	z-index: 3;
	color: #666;
}

/* .topmenu .col{
  border-right: #eee solid 1px;
}
.topmenu .col:last-child{
  border-right:none;
} */
.swiper-containermode img {
	width: 100%;
}

.swiper-containermode p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px;
	width: 100%;
	line-height: 45px;
	width: 100%;
	padding-left: 10px;
	padding-right: 100px;
}

.swiper-paginationmode {
	text-align: right;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 98%;
}

.mt40px {
	margin-top: 40px;
}

.mt15px {
	margin-top: 15px;
}

.part1fr {}

.part1fr ul.part1ul {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
}

.part1fr ul.part1ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 5px 10px;
	font-size: 20px;
	margin-right: 20px;
	color: #8d8d8d;
}

.part1fr ul.part1ul li.aa {
	color: #006ebc;
	border-bottom: 4px solid #006ebc;
}

.part1fr .content1 {}

.part1fr .content1>div {
	display: none;
	position: relative;
}

.part1fr .content1>div.aa {
	display: block;
}

.part2 {
	margin-top: 20px;
}

.part2con {
	display: flex;
	justify-content: space-between;
}

.part2fr {}

.part2fr ul.part2ul {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
}

.part2fr ul.part2ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 5px 8px;
	font-size: 18px;
	color: #8d8d8d;
}

.part2fr ul.part2ul li.cc {
	color: #006ebc;
	border-bottom: 4px solid #006ebc;
}

.part2fr .content1 {}

.part2fr .content1>div {
	display: none;
	position: relative;
}

.part2fr .content1>div.cc {
	display: block;
}


.part4fr ul.part4ul {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
}

.part4fr ul.part4ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 5px 3px;
	font-size: 15px;
	color: #8d8d8d;
}

.part4fr ul.part4ul li.dd {
	color: #006ebc;
	border-bottom: 4px solid #006ebc;
}

.part4fr .content1 {}

.part4fr .content1>div {
	display: none;
	position: relative;
}

.part4fr .content1>div.dd {
	display: block;
}

.more {
	position: absolute;
	color: #006ebc;
	right: 0px;
	top: -50px;
	font-size: 14px;
}

.part5fr ul.part5ul {
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 1px;
	right: 2px;
}

.part5fr ul.part5ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 5px 6px;
	font-size: 15px;
	color: #8d8d8d;
}

.part5fr ul.part5ul li.ee {
	color: #006ebc;
	font-weight: bold;
}

.part5fr .content1 {}

.part5fr .content1>div {
	display: none;
	position: relative;
}

.part5fr .content1>div.ee {
	display: block;
}

.part7fr {}

.part7fr ul.part7ul {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
}

.part7fr ul.part7ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 5px 10px;
	font-size: 20px;
	margin-right: 20px;
	color: #8d8d8d;
}

.part7fr ul.part7ul li.ff {
	color: #006ebc;
	border-bottom: 4px solid #006ebc;
}

.part7fr .content1 {}

.part7fr .content1>div {
	display: none;
	position: relative;
}

.part7fr .content1>div.ff {
	display: block;
}

.zuo {
	width: 780px;
}

.part4fr h1.dsxxjy {
	background: url(dsxxjy.png) no-repeat;
	border-bottom: 1px solid #d6d6d6;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	height: 43px;
	padding-left: 26px;
	line-height: 35px;
}

.blue5 {
	background-color: #006ebc;
	height: 5px;
	margin: 10px 0 15px;
}

.qyfw h1.sqy {
	border-bottom: 1px solid #d6d6d6;
	font-size: 22px;
	font-weight: bold;
	color: #006ebc;
	height: 43px;
	line-height: 35px;
}

.fuwu {
	height: auto;
	overflow: hidden;
	padding: 8px 24px;
}

.fuwu-tn {
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 0;
}

.fuwu-tn p {
	line-height: 32px;
	text-align: center;
	font-size: 16px;
}

.fw-1 {
	background: url(fw1.png) no-repeat center center;
	height: 66px;
	display: inline-block;
	width: 66px;
}

.fw-2 {
	background: url(fw2.png) no-repeat center center;
	height: 66px;
	display: inline-block;
	width: 66px;
}

.fw-3 {
	background: url(fw3.png) no-repeat center center;
	height: 66px;
	display: inline-block;
	width: 66px;
}

.fw-4 {
	background: url(fw4.png) no-repeat center center;
	height: 66px;
	display: inline-block;
	width: 66px;
}

.bianmin h1.bmtd {
	background: url(bmlqyjtd.png) no-repeat;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	height: 50px;
	padding-left: 75px;
	line-height: 50px;
}

.youlan {
	width: 300px;
}

.youlan .you2 {
	background-color: #d9edf7;
	padding: 15px;
}

.youlan .you2 ul li {
	margin-bottom: 15px;
}

.shuju {
	background: url(bgsj.png) no-repeat;
	height: 175px;
	padding: 8px 30px 5px 60px;
}

.more1 {
	position: absolute;
	color: #006ebc;
	right: 15px;
	top: 10px;
	font-size: 14px;
}

.part3 {
	/* height:530px; */
}

.part3fl {}

.part3fl ul.part3ul {
	list-style: none;
	overflow: hidden;
}

.part3fl ul.part3ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 24px;
	margin-right: 24px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.part3fl ul.part3ul li.bb {
	color: #18acb9;
	border-bottom: #
}

.part3fl .content2 {}

.part3fl .content2>div {
	display: none;
	position: relative;
}

.part3fl .content2>div.bb {
	display: block;
}

.part3fr h2 {
	font-size: 24px;
	color: #18acb9;
}

.part3fr h2 img {
	margin-top: -10px;
}

.part3down {
	background: url("s-bg.jpg") no-repeat center;
	width: 381px;
	height: 485px;
	position: relative;

}

.footer {
	background: #006ebc;
	color: #fff;
	padding: 20px 0px;
}

.link {
	font-size: 20px;
}

.link select {
	width: 232px;
	font-size: 16px;
	margin-right: 20px;
}

.email img {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

.email {
	overflow: hidden;
	zoom: 1;
	margin-left: 20px;
}

.email h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}

.email p {
	font-size: 14px;
}

.footerbm p {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.text-align-center {
	text-align: center;
}

.borderright {
	border-right: #fff solid 1px;
}

.footerb {
	padding: 30px 0px 10px;
}

.piclink a {
	display: block;
	position: relative;
}

.piclink p {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	line-height: 40px;
	text-align: center;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bignews {
	margin-top: 30px;
}

.bignews h3 {
	font-size: 24px;
	/* margin-bottom: 0px; */
}

.bignews p {
	color: #999;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul.main li {
	line-height: 45px;
	position: relative;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #010101;
	border-bottom: 1px dashed #e0e0e0;
}

ul.main li::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	background: #006ebc;
	left: 0px;
	top: 50%;
}

.blue {
	color: #42d7e4;
}

.time {
	font-size: 36px;
	text-align: center;
	padding-bottom: 10px;
}

.time span {
	display: block;
	font-size: 14px;
}

.width80 {
	width: 80%;
}

.part3down {
	padding-top: 10px;
}

.newswt {
	margin: 10px auto;
	border-bottom: #eee solid 1px;
	margin-bottom: 20px;
}

.newswt h3 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newswt p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
	color: #999;
}

.hui {
	color: #999;
}

.borderd {
	border: #eee dashed 1px;
}

.content1 .newswt {
	padding-bottom: 5px;
}

ul.topmain li {
	display: flex;
	justify-content: space-between;
}

ul.topmain li span {
	color: #999;
}

.yshj h1.youhua {


	background: url(yhyshj.png) no-repeat;
	border-bottom: 1px solid #d6d6d6;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	height: 43px;
	padding-left: 18px;
	line-height: 35px;
}

.part6con {
	display: flex;
	justify-content: space-between;
}

.mb10px {
	margin-bottom: 10px;
}

.yx {
	margin: 0 0 10px 0;
}

.ryzs h1.rongyu {
	border-bottom: 1px solid #d6d6d6;
	font-size: 22px;
	font-weight: bold;
	color: #006ebc;
	height: 43px;
	line-height: 35px;
}

.ryshow {
	background-color: #d9edf7;
	height: 205px;
	width: 100%;
	margin: 25px 0 0;
	padding: 37px 5px;
}

.ryshow-tn {
	background: url(bgryzs.jpg) no-repeat;
	padding: 15px 10px;
	height: 150px;
}

.shipintj {
	background-color: #75c6ff;
	width: 240px;
	height: 205px;
	margin: 23px 0 0;
	padding: 15px;
}

.more2 {
	position: absolute;
	color: #006ebc;
	right: 0px;
	top: -57px;
	font-size: 14px;
}

.qglh_tujw {
	position: relative;
	width: 210px;
	float: left;
	line-height: 0;
}

.qglh_tujw p {
	bottom: -17px;
	color: #fff;
	font: 14px/34px 'Microsoft Yahei';
	height: 34px;
	left: 0;
	position: absolute;
	text-align: center;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	background-color: rgba(0, 0, 0, 0.4);
	background-attachment: scroll;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	width: 100%;
}

.qglh_videbutton {
	position: absolute;
	left: 50%;
	top: 45%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
}

.lv5 {
	background-color: #ccdc5e;
	height: 5px;
	margin-top: 40px;

}

.blue10 {
	background-color: #006ebc;
	height: 10px;
}

.part8 {
	background-color: #f3f3f3;
	padding: 20px 0;
	color: #6d6d6d;
}

/* 栏目页主内容 */
/* 二级页 */
.lucidity_pgToolbar{
	border:0 !important;
}
.part1ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    color: white;
    border-bottom: 1px solid #e8bd8a;
}
.article {
    padding: 4px 20px;
    background: #078adc;
    font-size: 20px;
}
.location {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #5F5F5F;
}

.location a {
	/* float: left; */
	font-size: 14px;
	color: #5F5F5F;
}

.erjicontent {
	margin-bottom: 90px;
	margin: 0 auto;
}


.erjicontent>p,
.erjicontent>p>a {
	font-size: 14px;
	color: #5F5F5F;
	margin: 22px 0 26px;
}

.news-list {
	display: flex;
	/* justify-content: space-between; */
}

.news-list .leftBox ul {
	width: 265px;
	margin-right: 40px;
	background-color: #F5F5F5;
	/* min-height: 543px; */
}

.news-list .leftBox ul li {
	width: 265px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #2C2B2B;
	font-size: 17px;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}

.news-list .leftBox ul li:last-child {
	border-bottom: none;
}

.news-list .leftBox ul li:hover {
	color: #B7292C;
}

.news-list .leftBox ul .active-nav:hover {
	color: #fff;
}

.news-list .leftBox .active-font {
	color: #F94500;
}

.news-list .leftBox .active-nav {
	color: #FFFFFF;
	border-left: 6px solid #F1AB40;
}

/* .news-list .leftBox .active-nav:after{
				content: '';
				position: absolute;
				top: 0;
				right: -15px;
				width: 15px;
				height: 74px;
				background-image: url(../img/active-bg.png);
				background-size: 100% 100%;
			} */

.news-list .leftBox .active-item {
	background-color: #FFF0E4;
	color: #F94500;
	border-left: 5px solid #EB4F25;
}

.news-list .rightBox {
	width: 1200px;
	display: flex;
	flex-direction: column;
}

.rightBox-1300 {
	width: 1300px !important;
	margin-top: 30px;
}



.news-list .rightBox .title {
	width: 100%;
	font-size: 20px;
	color: #B7292C;
	padding-bottom: 12px;
	border-bottom: 2px solid #B7292C;
	margin-bottom: 10px;
}

.news-list .rightBox .title span {
	padding-bottom: 10px;
}

.news-list .rightBox .list {
	width: 100%;
}

.news-list .rightBox .list li a {
	width: 100%;
	height: 44px;
	line-height: 44px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #ccc;
}

.news-list .rightBox .list li a .text:hover {
	color: #B7292C;
}

.news-list .rightBox .list li a span:first-child {
	width: 680px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #2C2B2B;
}

.news-list .rightBox .list li a span:last-child {
	font-size: 14px;
	color: #888;
}

.news-list .rightBox .page {
	margin-top: 50px;
	width: 100%;
}

.news-list .rightBox .page>div {
	width: 440px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.news-list .rightBox .page>div>a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #2C2B2B;
}

.news-list .rightBox .page>div>a:hover {
	background-color: #078adc;
	color: #fff;
}

.news-list .rightBox .page .active-a {
	background-color: #078adc;
	color: #fff;
	border: 0;
}

.bread {
	font-size: 14px;
	color: #5F5F5F;
	margin: 22px 0 26px;
}

/* 尾页1 */

.weiye-style1 {
	width: 100%;
	padding: 0 30px;
	flex-direction: column;
	align-items: center;
}

.weiye-style1 .news-title {
	width: 900px;
	font-size: 24px;
	text-align: center;
	margin-bottom: 41px;
}

.info-1 {
	width: 100%;
}

.weiye-style1 .info-1 {
	margin-bottom: 50px;
	font-size: 14px;
	align-items: center;
	border-bottom: 1px solid #cccccc;
}

.weiye-style1 .info-1 p:first-child {
	color: #B7292C;
	margin-right: 20px;
	text-align: center;
}

.weiye-style1 .info-1 p:last-child {
	color: #868686;
}

.weiye-style1 .pic {
	width: 600px;
	margin-bottom: 15px;
}

.weiye-style1 .news-content {
	font-size: 16px;
	line-height: 34px;
}

.weiye-style1 .news-content p {
	text-indent: 2em;
	margin-bottom: 30px;
}

.weiyeBox {
	margin-bottom: 130px;
}
