body {
	font-family: "Noto Sans SC";
}

a {
	text-decoration: none !important;
}

.carousel-indicators {
	margin-bottom: 2rem;
}

.carousel-indicators .active {
	background-color: #eb711a
}

.common-container {
	padding: 3.75rem 0;
}

.common-banner {
	padding: 0;
	height: 18.75rem;
	position: relative;
	overflow: hidden;
}

.img-banner {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	height: 18.75rem;
}

.common-container-bg {
	background-color: #F5F5F5 !important;
}

.common-container .common-content {
	min-height: 38.5rem;
}

.common-container .row {
	padding-bottom: 1.875rem;
}

.common-container .row:last-child {
	padding-bottom: 0;
}

.common-title {
	font-size: 1.75rem;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 0.75rem;
}

.common-line {
	width: 62px;
	height: 3px;
	background: rgba(229, 107, 20, 1);
	border-radius: 2px;
	margin: 0.75rem auto 2.5rem auto;
}

.navbar-one {
	padding: 0;
	height: 5rem;
	-webkit-box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.15);
}

.navbar .navbar-toggler {
	height: 1.625rem;
	padding: 0;
	margin-top: -0.5rem;
}

.navbar .navbar-toggler:focus {
	outline: none;
}

.navbar .ion-navicon {
	font-size: 1.875rem;
}

.navbar-collapse .navbar-nav {
	background-color: #fff !important;
}

.navbar-collapse .navbar-nav .nav-item {
	font-size: 1rem;
	padding: 0 0.8rem;
}

.navbar-collapse .navbar-nav .nav-item .nav-link {
	color: #333333;
	height: 5rem;
	line-height: 4rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.navbar-collapse .navbar-nav .nav-item .select {
	color: #FFFFFF;
	background-color: #EB711A;
}

.navbar-collapse .navbar-nav .nav-item .dropdown-menu {
	margin-top: 0;
	text-align: center;
	border: 1px solid #e8e8e8;
	opacity: 0.9;
	left: -1rem;
	min-width: 9rem;
}

.navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover
	{
	color: #EB711A;
	background-color: #FFF
}

.dropdown-toggle::after {
	display: contents;
	content: none;
}

.navbar-two {
	padding: 0;
	height: 3.125rem;
	background-color: #E9E9E9;
}

.navbar-two ul {
	padding-right: 0;
}

.navbar-two .nav-item .nav-link {
	color: #666666;
	height: 3.125rem;
	line-height: 2rem;
}

.navbar-two .nav-item .active {
	background-color: #fff;
	color: #E56B14;
}

.nav-tabs-container {
	background-color: #E9E9E9;
}

.nav-tabs-container ul {
	padding-right: 0;
}

.nav-tabs-container .nav-item .nav-link {
	color: #666666;
	height: 3.125rem;
	line-height: 2rem;
	border-radius: 0;
}

.nav-tabs-container .nav-item .active {
	color: #E56B14;
	background-color: #fff;
}

.common-carousel {
	margin-top: 5rem;
}

.btn:focus, .btn.focus {
	box-shadow: none;
}

.btn-sp {
	background-color: #EB711A;
	border-radius: 0.25rem;
	color: #fff;
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}

.btn-sp:hover {
	color: #fff;
}

.btn-sp::after {
	content: "";
	position: absolute;
	left: -7px;
	top: -28px;
	transform: rotate(8deg);
	background-color: rgba(0, 0, 0, .05);
	transition: all 1s cubic-bezier(0.2, 0.0, 0.2, 1);
	top: -28px;
	height: 215%;
	width: 0%;
}

.btn-sp:hover::after {
	width: 105%;
	background-color: #d65900;
	opacity: 0.2;
}

.btn-to-info {
	width: 13rem;
	height: 2rem;
	font-size: 1rem;
	line-height: 1rem;
	color: #fff !important;
}

.m-btn-to-info {
	width: 7.5rem;
	height: 1.625rem;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #fff !important;
}

.btn-search {
	color: #fff;
	width: 9rem;
	margin-left: -1px;
	height: 2.75rem;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.footer-page {
	background-color: #1F252F;
	padding: 0;
	color: #EDEDED;
	min-height: 22rem;
	font-size: 0.875rem;
}

.footer-row {
	padding-top: 3.625rem;
}

.footer-row .footer-title {
	color: #EB711A;
	margin-bottom: 1rem;
}
.footer-code{
	display: flex;
	text-align: center;
    justify-content: right;
}
.footer-lianjie{
    width: 98px;
	height: 98px;
}

.footer-page a, .footer-row li {
	color: #fff;
	line-height: 1.875rem;
	text-decoration: none;
}

.footer-page .last-row{
	color: #5c6779;
}
.footer-page .last-row a{
	color: #5c6779;
}
.footer-page .footer-line a{
	margin-left: 0.5rem;
	margin-right: 0.8rem;
}
.btn-more {
	text-align: center;
	width: 50rem;
	height: 2.5rem;
	border: 1px solid #E8E8E8;
	border-radius: 2px;
	color: #999 !important;
	cursor: pointer;
}

.btn-more:hover {
	background-color: #E8E8E8;
	color: #999;
}

@media ( prefers-reduced-motion : reduce) {
	.fade {
		transition: opacity 0.15s linear;
	}
}

.back_to_top {
	position: fixed;
	_position: absolute;
	left: 50%;
	margin-left: 38.75rem;
	bottom: 3.75rem;
	display: none;
}

.back_to_top a {
	display: block;
	width: 3.2rem;
	height: 3.125rem;
	background-image: url("../images/top.png");
	background-repeat: no-repeat;
	-webkit-transition: background-image .3s;
	transition: background-image .3s;
}

.back_to_top :hover {
	background-image: url("../images/gotop.png");
}

@media ( max-width : 768px) {
	.sp-top {
		right: 1rem;
	}
	.btn-more {
		width: 80%;
	}
}

.common-page {
	cursor: pointer;
	height: 2.5rem;
	width: 5.625rem;
	margin: 0 auto;
	margin-top: 2.5rem;
}

.left-page {
	float: left;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url("../images/left.png");
	background-repeat: round;
	-webkit-transition: background-image .3s;
	transition: background-image .3s;
	margin-right: 0.625rem;
}

.left-page:hover {
	background-image: url("../images/left_hover.png");
}

.right-page {
	float: left;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url("../images/right.png");
	background-repeat: round;
	-webkit-transition: background-image .3s;
	transition: background-image .3s;
}

.right-page:hover {
	background-image: url("../images/right_hover.png");
}

.modal-open .modal {
	overflow-y: hidden;
	padding-right: 0 !important;
}

.modal-backdrop.show {
	opacity: 0.8;
}

.modal-video {
	max-width: 54.375rem;
}

.app-video {
	background-color: #000;
	width: 100%;
}

.modal-img {
	max-width: 54.375rem;
}

.img-modal {
	background-color: #000;
	text-align: center;
	height: 37.5rem;
}

.img-modal img {
	width: 100%;
}

.carousel-control-prev, .carousel-control-next {
	opacity: 1 !important;
}

.carousel-control-prev:HOVER, .carousel-control-next:HOVER {
	opacity: 0.5 !important;
}

.carousel-control-prev-icon {
	background-image: url("../images/prev_icon.png");
	width: 2.75rem;
	height: 2.75rem;
}

.carousel-control-next-icon {
	background-image: url("../images/next_icon.png");
	width: 2.75rem;
	height: 2.75rem;
}

.video-close {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #1d1c1a;
	position: absolute;
	right: -42px;
	top: 0;
	font-family: Tahoma;
	font-size: 30px;
	color: #aaa;
	cursor: pointer;
}

.video-close:hover {
	color: #fff
}

.no-data {
	padding-top: 2.375rem;
	padding-bottom: 19.75rem;
	text-align: center;
	color: #999999;
	display: none;
}

.nav-clean {
	height: 0px;
}

.forie {
	background-color: #fff;
	width: 100%;
	height: 100%;
	background: url(../images/tishi.png) center no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}

/* 手机端 */
@media ( max-width : 991px) {
	.app-video, .img-modal {
		width: 100%;
	}
	.video-close {
		top: -40px;
		right: 0;
	}
	.navbar-brand {
		width: 7.5rem;
		height: 1.625rem;
		padding: 0;
	}
	.navbar-collapse .navbar-nav {
		margin-top: 0.6rem;
	}
	.navbar-collapse .navbar-nav .nav-item:last-child {
		border-bottom: 1px solid #E8E8E8;
		margin-bottom: -0.625rem;
	}
	.navbar-collapse .navbar-nav .nav-item .nav-link {
		height: 3.75rem;
		line-height: 2.75rem;
		padding-left: 0;
		padding-right: 0;
	}
	.dropdown-menu {
		padding: 0;
	}
	.dropdown-menu .dropdown-item {
		padding-top: 0;
		padding-bottom: 1.25rem;
	}
	.nav-tabs-container {
		border-bottom: 1px solid #E8E8E8;
	}
	.nav-tabs-container .nav-item .nav-link {
		background-color: #fff;
	}
	.img-modal {
		height: 13.25rem;
	}
	.btn-to-info {
		height: 2.5rem;
		line-height: 1.625rem;
	}
	.common-page {
		margin-top: 1.5625rem;
	}
	.img-banner {
		height: 9.375rem;
		margin-left: -28.5rem;
	}
	.no-data {
		padding-bottom: 2.375rem;
	}
	.no-data img {
		padding-bottom: 2.375rem;
		width: 4.875rem;
	}
	.carousel-indicators {
		margin-bottom: 0.5rem;
	}
}

.m-common-banners {
	position: relative;
	height: 9.375rem;
	width: 100%;
	overflow: hidden;
}

.m-banner-content {
	position: absolute;
	top: 3.125rem;
	left: 1.5rem;
	font-size: 1.1875rem;
	color: #333333;
}

.m-banner-line {
	position: absolute;
	width: 3rem;
	height: 0.4rem;
	background: #EB711A;
	opacity: 0.5;
	top: 1.125rem;
	left: 2.25rem;
}

.m-navbar {
	padding: 0.625rem 1rem;
	z-index: 2000;
}

.m-navbar-ul li {
	border-top: 1px solid #E8E8E8;
}

.m-navbar-ul .dropdown-menu {
	border: 0 !important;
	text-align: left !important;
	font-size: 0.9375rem;
}

.m-navbar-ul .m-link {
	color: #333333;
}

.m-navbar-ul .show .m-link {
	color: #EB711A !important;
}

.m-fold-img {
	height: 0.75rem;
	width: 0.75rem;
}

.m-footer-page {
	background-color: #1F252F;
	padding: 0;
	color: #EDEDED;
	font-size: 0.8125rem;
}

.m-footer {
	padding-top: 2rem;
}

.m-footer .col-md-3 {
	margin-bottom: 1.5rem;
}

.m-footer .footer-title {
	font-size: 0.9375rem;
}

.m-footer .list-unstyled {
	padding-left: 2rem;
	margin-bottom: 0;
}

.m-footer .footer-hide {
	display: none;
}

.m-footer .list-unstyled a {
	color: #FFF;
}

.m-footer .list-unstyled li {
	margin-top: 1.5rem;
}

.m-footer-lxwm {
	color: #ccc;
	margin-bottom: 1.875rem;
	margin-top: 0.375rem;
}

.m-footer-lxwm li {
	margin-bottom: 0.9375rem;
}

.m-foot-wx {
	height: 1rem;
}

.m-last-row {
	padding-bottom: 1.25rem;
	color: #ccc;
}

.m-last-row a {
	color: #ccc;
}

.m-last-row p {
	margin-bottom: 0.625rem;
}

.m-common-carousel {
	margin-top: 2.875rem;
}

.m-common-banner {
	margin-top: 2.875rem;
	padding: 0;
}

.m-common-title {
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.9375rem;
	font-size: 1.125rem;
}

.m-contain {
	position: relative;
	height: 9rem;
	overflow: hidden; /*设置文案容器高度，超出部分隐藏*/
	padding-bottom: 1.5rem;
}

.m-common-subtitle {
	color: #333333;
	margin: 0.9375rem 0 0.4rem 0;
}

.m-common-content {
	color: #666666;
	font-size: 0.9375rem;
	line-height: 1.6875rem;
	text-align: justify;
}

.m-show-more {
	font-size: 0.8125rem;
	color: #EB711A;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #fff;
	/*linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);实现渐变效果，遮罩效果*/
	padding-top: 1.5rem;
}

.m-show-more-img {
	width: 0.5rem;
	margin-left: 0.25rem;
}

.m-section {
	padding: 1.875rem 1rem;
}
.footer_r,.footer_r a{
	padding:0 !important;
	text-align: right;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(235,113,26,1);
	line-height:30px;

}
.m-footer-icon{
	width: 44%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #333;
    text-align: center;
	margin: auto;
	border:1px solid rgba(49,55,65,1);
	border-radius:8px;
	cursor: pointer;
	color:#ccc !important;
	display:block;
}
.m-footer-icon img{
	margin-right: 5px;
	
}


