@font-face {
	font-family: 'Gotham';
	src: url('../font/Gotham.eot');
	src: url('../font/Gotham.eot?#iefix') format('embedded-opentype'), url('../font/Gotham.woff2') format('woff2'), url('../font/Gotham.woff') format('woff'), url('../font/Gotham.otf') format('truetype'), url('../font/Gotham.svg#glyphicons_halflingsregular') format('svg');
}
html {
	font-size: 16px;
	color: #898989; 
		-webkit-font-smoothing: antialiased;
}
a:hover{
	color: #999;
	text-decoration: none;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
}
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.uk-container {
	max-width: 1400px;
}
*+p, p {
	margin: 0 0 15px;
	line-height: 1.8;
}
a {
	color: #898989;
}
@media (min-width: 1200px) {
.s-paddlr-l {
	padding-left: 80px;
	padding-right: 80px;
}
}
.tm-title {
	margin-bottom: 40px;
	text-align: center;
}
.tm-title .title {
	color: #c82126;
	font-size: 40px;
}
.tm-title .des {
	font-size: 28px;
	color: #999;
	text-transform: uppercase;
}
.line {
	height: 2px;
	background-color: #e1e1e1;
	margin-top: 5px;
	margin-bottom: 40px;
}
.tm-header {
	padding: 0 0 0px 0;
	position: fixed;
	z-index: 999;
	background: #fff;
	width: 100%;
}
.tm-nav {
	display: flex;
}
.tm-topnav .logo {
	display: block;
	padding-top: 4px;
}
.tm-nav .tel {
	color: #c82126;
	font-size: 24px;
	font-family: Anton;
}
.tm-nav .lan a {
	margin-left: 30px;
}
.tm-nav .navs li {
	padding-bottom: 20px;
	position: relative;
}
.tm-nav .navs li .ns-nav {
	position: absolute;
	left: 50%;
	top: 70px;
	width: 140%;
	z-index: 999;
	box-sizing: border-box;
	margin: 0 0;
	display: none;
	font-size: 16px;
	transform: translate(-50%, 0);
}
.tm-nav .navs li .ns-nav a {
	padding: 10px 20px;
	text-align: center;
	display: block;
	color: #fff;
	background: #c82126;
	margin-bottom: 1px;
}
.tm-nav .navs li .ns-nav a:hover {
	background: #332c2b;
}
.tm-nav .navs li>a {
	padding: 20px 20px 0;
	color: #4e4e4e;
	display: block;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.3s;
}
.tm-nav .navs li.lan>a {
	padding-left: 26px;
	margin-top: 23px;
	padding-top: 0;
	position: relative;
}
.tm-nav .navs li.lan>a::before {
	position: absolute;
	left: 0;
	top: 3px;
	display: inline-block;
	content: '';
	width: 18px;
	height: 18px;
	background: url(../img/lan.png);
	background-size: auto 100%;
	background-position: 0px 0;
}
.tm-nav .navs li>a span::after {
	content: '';
	display: block;
	width: 0px;
	height: 2px;
	background: #c82126;
	margin: 5px auto;
	transition: all 0.3s;
}
.tm-nav .navs li:hover .ns-nav {
	display: block;
}
.tm-nav .navs {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.tm-nav .navs .active>a, .tm-nav .navs li:hover>a {
	color: #c82126;
}
.tm-nav .navs li:hover a span::after, .tm-nav .navs li.active a span::after {
	width: 100%;
}
.m-header {
	padding: 0px 0;
	z-index: 999;
	width: 100%;
	top: 0;
	background: #fff;
	transition: all 0.6s;
}
.m-header .m-head-w {
	position: relative;
	z-index: 999;
}
.m-header.tbg::after {
	content: none;
}
.m-header.tbg .m-head-w {
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background: rgba(255,255,255,.95);
}
.m-header .uk-navbar-container {
	background: transparent;
}
.m-header .logo {
	padding-left: 0px;
	width: 100px;
text-align: center;
}
.m-header .logo img {
	height: 35px;
margin-left: 5px;
}
#tm-mobile .uk-offcanvas-bar {
	background: #332c2b;
	padding: 30px 40px;
	width: 300px;
}
.m-header .uk-navbar-toggle {
	color: #c82126;
	min-height: 40px;
}
.m-subnav {
	margin-top: 20px;
	font-size: 16px;
}
.m-subnav .uk-nav>li {
	padding: 18px 0;
}
.m-subnav .uk-nav a {
	padding: 0;
}
.m-subnav ul.uk-nav-sub {
	padding: 0;
	padding-left: 28px;
}
.m-subnav ul.uk-nav-sub li a {
	margin: 12px 0px;
}
.m-subnav ul.uk-nav-sub li:last-child a {
	margin: 12px 0px 0;
}
.m-subnav .lan {
	margin-top: 20px;
	position: relative;
	padding-left: 28px;
}
.m-subnav .lan::before {
	position: absolute;
	left: 0;
	top: 6px;
	display: inline-block;
	content: '';
	width: 18px;
	height: 18px;
	background: url(../img/lan.png);
	background-size: auto 100%;
	background-position: 18px 0;
}
.m-subnav .lan a {
	padding: 0;
	display: block;
	line-height: 2;
}
.m-fnav {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #c82126;
	z-index: 999;
}
.m-fnav .wrap {
	text-align: center;
	padding: 10px 0;
	line-height: 1.2;
}
.m-fnav .wrap .ic span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/footic.png) no-repeat;
	background-size: 100%;
}
.m-fnav .wrap .ic.f2 span {
	background-position: 0 -22px;
}
.m-fnav .wrap .ic.f3 span {
	background-position: 0 -44px;
}
.m-fnav .wrap .ic.f4 span {
	background-position: 0 -66px;
}
.m-fnav .wrap a {
	color: #fff;
}
.uk-modal-dialog {
	width: 950px;
}
.tm-footer {
	background: #332c2b;
	padding: 50px 0;
	color: #fff;
}
.tm-footer a {
	color: #fff;
}
.tm-footer .navs {
	margin-bottom: 20px;
}
.tm-footer .navs a {
	margin-left: 60px;
	font-size: 16px;
	color: #fff;
}
.f-qr {
	border-right: 1px solid #fff;
}
.f-qr .t1 {
	margin: 10px 0 10px;
}
.f-qr .hotl {
	font-size: 32px;
}
.f-copy {
	padding: 20px 0;
	text-align: center;
}
.f-contact>* {
	margin-bottom:10px;
}
.f-contact>*:last-child {
	margin-bottom: 0;
}
.f-contact h2 {
	color: #fff;
	margin-bottom: 34px;
}
.foot-c {
	padding-left: 80px;
}
.gotop {
	position: fixed;
	right: 0;
	display: inline-block;
	bottom: 20%;
	background: #c82126;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 70px;
	padding-top: 5px;
	box-sizing: border-box;
	line-height: 1;
	border: 1px solid #fff;
	z-index: 9999;
}
.gotop .fa {
	font-size: 30px;
}
.m-footer {
	background: #332c2b;
	padding: 30px 0;
	text-align: center;
	color: #fff;
}
.m-footer .tn {
	font-size: 28px;
	color: #fff;
}
.f-line {
	margin-bottom: 30px;
	font-size: 16px;
}
.f-line .hotl {
	font-size: 33px;
}
.f-line .hotl a {
	color: #fff;
}
.m-footer .f-contact>* {
	margin: 0;
	color: #fff;
}
.m-footer .f-contact h2 {
	margin-bottom: 30px;
}
.m-footer .f-contact a {
	color: #fff;
}
.m-footer .f-qr {
	margin-top: 30px;
	border: 0;
}
.position {
	padding: 20px 0;
	background: #f5f5f5;
	font-size: 14px;
}
.n-ban {
	height: 250px;
	background-size: cover;
	background-position: center;
}
.cban {
	height: 600px;
	background-size: cover;
	background-position: center;
}
.n-pro-profiles .tit {
	font-size: 30px;
	margin-bottom: 30px;
}
.n-pro-profiles .twp p {
	padding-left: 30px;
	position: relative;
}
.n-pro-profiles .twp .fa {
	position: absolute;
	left: 0;
	font-size: 28px;
	color: #c82126;
	top: 2px;
}
.n-pro-profiles .twp span {
	vertical-align: middle;
}
.p-bgq .wp {
	padding: 10px;
}
.p-bgq .wp .pic {
	box-shadow: 0 0 10px #9a9a9a;
}
.p-bgq .wp:hover .pic {
	box-shadow: 0 0 10px #666;
}
.p-bgq .wp .text {
	text-align: center;
	padding: 20px 0;
}
.p-bgq .wp .text .t2 {
	text-transform: uppercase;
}
.secdz .text {
	text-align: center;
	padding: 20px 0;
}
.l-news .pic {
	padding-bottom: 65%;
	background: #c82126;
}
.l-news .text {
	padding: 30px 15px;
}
.l-news .text .tit {
	font-size: 16px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
.l-news .text .date {
	font-size: 13px;
	margin-top: 10px;
	display: block;
}
.l-news .pic img {
	transition: all 0.4s;
}
.l-news .wrap {
	border: 1px solid #eee;
	height:100%;
}
.l-news .wrap:hover .pic img {
	opacity: 0.6;
}
.l-news .wrap:hover .tit {
	color: #c82126;
}
.a-news .top {
	padding-bottom: 30px;
}
.a-news .body {
	color: #666;
}
.a-news .top .i-title {
	font-size: 22px;
	font-family: inherit;
	color: #898989;
	margin-bottom: 0;
}
.a-news .top .date {
	font-size: 13px;
}
.re-news {
	margin-top: 30px;
}
.re-news .tits span {
	padding-bottom: 5px;
	margin-bottom: 14px;
	display: inline-block;
	border-bottom: 1px solid rgb(102, 207, 235);
}
.re-news .text {
	line-height: 1.6;
}
.pagination {
	text-align: center;
	margin-top: 30px;
}
.pagination li a {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	border-radius: 3px;
}
.pagination li a:hover,.pagination li.active a {
	color: #fff !important;
	background: #c82126;
	border: 1px #c82126 solid;
}
.load {
	width: 100%;
}
.load a {
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px 0;
	border: 1px solid #c82126;
	color: #c82126;
	cursor: pointer;
	transition: all 0.3s;
	box-sizing: border-box;
}
.load a:hover {
	background: #c82126;
	color: #fff;
}
.loading {
	text-align: center;
	width: 100%;
	margin: 30px 0;
}
.loading span {
	width: 4px;
	height: 6px;
	background: #68b2ce;
	display: inline-block;
	margin: 0 3px;
	animation: loading linear 1s infinite;
	-webkit-animation: loading linear 1s infinite;
}
.loading span:nth-child(1) {
	animation-delay: 0s;
}
.loading span:nth-child(2) {
	animation-delay: 0.15s;
}
.loading span:nth-child(3) {
	animation-delay: 0.3s;
}
.loading span:nth-child(4) {
	animation-delay: 0.45s;
}
.loading span:nth-child(5) {
	animation-delay: 0.6s;
}
@keyframes loading {
0%, 60%, 100% {
transform: scale(1);
}
30% {
transform: scaleY(3);
}
}
@-webkit-keyframes loading {
0%, 60%, 100% {
transform: scale(1);
}
30% {
transform: scaleY(3);
}
}
@media (max-width: 1024px) {
.tm-topnav {
	position: relative;
}
.tm-nav .tel {
	display: none;
}
.tm-nav .navs {
	margin-right: 30px;
}
.tm-nav .navs li>a {
	padding: 5px 10px 0;
}
.nav-top {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	margin: 0;
}   
.tm-nav .navs li .ns-nav a {
	padding: 10px 0px;
}
}
.top_tel {
	padding-top: 26px;
	color: #c82126;
}
@media (max-width: 767px) {
.top_tel {
	padding-top: 10px;
	color: #c82126;
}
body {
	padding-bottom: 60px;
}
*+p, p {
	margin: 0 0 15px;
	line-height: 1.5;
}
.uk-margin-xlarge-top {
	margin-top: 50px !important;
}
html {
	font-size: 14px;
	font-family: "Gotham", Helvetica, "PingFang SC", sans-serif, "Microsoft Yahei";
}
.tm-title .title {
	font-size: 28px;
	line-height: 1.3;
}
.tm-title .des {
	font-size: 20px;
}
.n-ban .my-re .text {
	font-size: 30px;
	text-align: center;
}
.n-ban.ab {
	background-image: url(../img/m-ab-t.jpg) !important;
}
.n-ban {
	position: relative;
	height: 150px;
}   
.cban {
	height: 250px;
}
.n-ban .text {
	position: relative;
	z-index: 999;
}
.n-pro-profiles .tit {
	font-size: 24px;
	margin-bottom: 15px;
}
.swiper-slide-active .wp .text {
	visibility: visible;
}
.gotop {
	width: 40px;
	height: 40px;
	right: 10px;
	padding-top: 8px;
}
.gotop .fa {
	font-size: 20px;
}
.gotop span {
	display: none;
}
.n-pro-profiles .twp .ic {
	margin-right: 10px;
}
.n-pro-profiles .twp .fa {
	font-size: 24px;
	top: 0;
}
.n-pro-profiles .twp p {
	padding-left: 20px;
}
.bgq-swiper .swiper-slide .wp {
	transform: scale(1);
	transition: all 0.3s;
}
.bgq-swiper .swiper-slide-active .wp {
	transform: scale(1);
}
.p-bgq .wp {
	padding: 0;
}
.position {
	padding: 10px 0;
	font-size: 13px;
}
.pagination .page-num {
	display: none;
}
}
.p-bgq .wp .pic {
	box-shadow: none;
}
.p-bgq .wp:hover .pic{
	box-shadow: none;
}
@media (max-width: 767px){
.p8 {
	background-image: url(../img/banner1-m.jpg) !important;
}
}