/*浏览器滚动条*/
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #E3E3E3;
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #555;
	border-radius: 0px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00
}
.font-size25{
	font-size: 25px;
}
.padding20{
	padding: 0 20px !important;
}
.navbar .nav-list .sub-menu {
	background-color: #fff;
	display: none;
	position: absolute;
	left: 0;
	z-index: 100;
	min-width: 100%;
	/* overflow: hidden; */
}

.navbar .nav-list .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
	border-bottom: 1px solid #ddd;
}

.navbar .nav-list .sub-menu .sub-item a {
	display: block;
	color: #333;
	height: 42px;
	line-height: 42px;
	display: block;
	text-align: center;
	min-width: 100%;
}

.navbar .nav-list .sub-menu .sub-item a:hover {
	color: white;
}

.navbar .nav-list .item:hover:after,
.navbar .nav-list>.item:hover:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

@keyframes dropdown {
	0% {
		opacity: 0;
		/* height: 0; */
	}

	100% {
		opacity: 1;
		/* height: 100%; */
	}
}

.navbar .nav-list>.item:hover>.sub-menu {
	display: block;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transition: opacity .1s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s, -webkit-transform .3s;
	visibility: visible;
	animation: dropdown .3s ease-in-out;
}

.footer-links {
	background: #393f5c;
	position: relative;
	padding: 20px 0 20px 75px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-links span {
	position: absolute;
	left: 0;
	line-height: 30px;
}

.footer-links ul {
	display: inline-block;
	vertical-align: top;
}

.footer-links ul li {
	float: left;
}

.footer-links ul li a {
	font-size: 14px;
	padding: 0 5px;
	margin: 0 10px;
	line-height: 24px;
	color: rgba(255, 255, 255, .75);
}

.lh-footer-nav {
	margin-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	padding-top: 10px;
}

.lh-flex {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.lh-footer-nav li a {
	color: #fff;
	opacity: .8;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
	display: block;
}

.lh-footer-nav li {
	margin-left: 45px;
}

.lh-footer-nav li:first-child {
	margin-left: 0;
}

.footer .hide-pad {
	width: 50%;
}
.footer .logo_font{
	color: white;
	font-size: 20px;
	vertical-align: bottom;
	position: relative;
	bottom: 10px;
}
.news_right {
	margin-top: 30px;
}

.biaoti {
	height: 50px;
	border-bottom: 1px #eee solid;
	font-size: 18px;
	color: #333;
	text-align: left;
	line-height: 50px;
	margin-bottom: 50px;
}

.biaoti span {
	float: right;
	font-size: 13px;
	color: #777;
	line-height: 50px;
}

.news_right .article li {
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}

.news_right .article li img {
	width: 225px;
	height: 128px;
	overflow: hidden;
	float: left;
}

.news_right .article li .txt {
	margin-left: 257px;
}

.news_right .article li .txt h4 {
	margin-bottom: 4px;
}

.news_right .article li .txt h4 a {
	display: block;
	color: #000;
	line-height: 42px;
	overflow: hidden;
	font-size: 18px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.news_right .article li .txt h4 a span {
	float: right;
	font-size: 14px;
	line-height: 40px;
	color: #555;
	font-weight: normal;
	padding-right: 10px;
}

.news_right ul li .txt p {
	overflow: hidden;
	font-size: 14px;
	line-height: 27px;
	height: 80px;
	position: relative;
	color: #777;
}

.mod-detail .font40 {
	font-weight: bold;
	color: #1b1e3d;
}

.mod-detail .sname {
	margin-top: 15px;
	font-size: 16px;
	color: #7c7e96;
}

.edit-info {
	padding: 30px 0;
	font-size: 14px;
	line-height: 24px;
	color: rgb(34, 34, 34);
}

.new-page a {
	display: inline;
	margin: 4px 0;
	color: #1b1e3d;
}

.tcenter .sname span {
	margin-right: 10px;
}

.mod {
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
}

.mod-more {
	padding: 20px;
	background: #f1f1f1;
	text-align: center;
}

.mod-more .ibtn {
	width: 60px;
	height: 60px;
}

.mod-more .idot {
	width: 120px;
	height: 60px;
	margin: 0 10px;
}

.mod-more .ibtn {
	width: 60px;
	height: 60px;
}

.Pages .pagination li{
	display: inline-block;
}

.section_p{
	padding: 50px 35px;
}

.mod .fp-tableCell .container .but  {
    margin: 40px auto 0;
}