@charset "utf-8";
* {
	font-family: '微软雅黑';
}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
	padding: 0;
	margin: 0;
	color: #414141;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
outline:expression(this.hideFocus=true);
	outline: none;
	cursor: pointer;
	text-decoration: none;
	color: #333;
}
a:hover {
	color:#99351e;
}
img {
	max-width: 100%;
}
input, button, select, textarea {
	outline: none
}
.clear {
	zoom: 1;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.contxt {
	background: #e3e1da;
	border: 1px solid #CCC;
	padding: 5px;
}
body {
	cursor: default;
	-webkit-text-size-adjust: none;
	font-size: 100%;
	background: #FFF;
	overflow-x: hidden;
/*	width:1300px;*/
}

/*
@media screen and (max-width:768px) {
html {
	font-size: 26px !important
}
body {
	font-size: 26px !important;
	width: 100%;
}
}
*/
DIV.green-black {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
DIV.green-black A {
	COLOR: #fff;
	MARGIN-RIGHT: 2px;
	TEXT-DECORATION: none;
	font-size: 100%;
	background-color: #464646;
	padding: 8px 12px;
	display: inline-block;
}
DIV.green-black A:hover {
	COLOR: #fff;
	font-size: 100%;
	background-color: #0578c1;
}
DIV.green-black A:active {
	COLOR: #fff;
	font-size: 100%;
	background-color: #0578c1;
}
DIV.green-black SPAN.current {
	FONT-WEIGHT: bold;
	COLOR: #fff;
	MARGIN-RIGHT: 2px;
	font-size: 100%;
	background-color: #0578c1;
	padding: 8px 12px;
	display: inline-block
}
::-webkit-scrollbar {
width:6px;
height:8px;
background-color:#fff;
border-radius:4px;
position:relative;
}
::-webkit-scrollbar-thumb {
background-color:#b1b1b1;
border-radius:3px;
}
@font-face {
	font-family: 'DIN';
	font-family: 'DIN';
	src: url('../fonts/din.eot') format('eot');/*IE*/
	src: url('../fonts/din.ttf') format('truetype');/*non-IE*/
	text-transform: uppercase;
}
@font-face {
	font-family: 'DINLight';
	font-family: 'DINLight';
	src: url('../fonts/dinlight.eot') format('eot');/*IE*/
	src: url('../fonts/dinlight.ttf') format('truetype');/*non-IE*/
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tkd {
	max-width: 1300px;
	margin: 0 auto;
	width: 96%;
}
.kd {
	max-width: 1300px;
	margin: 0 auto;
	width: 94%;
}

@media screen and (max-width:1368px) {
.tkd {
/*	width: 1300px;*/
}
.kd {
	width: 1200px;
}
}

@media screen and (max-width:1024px) {

.kd {
    width:968px;
}
.tkd {
	  width:968px;
}
/*
.banner {
	width:968px;
}
	.in-ab{
		    width: 1300px;

	}
*/
}


@media screen and (max-width:768px) {
.kd {
	width: 96%;
}
.tkd {
	width: 96%;
}
}
.head {
	padding: 14px 0;
	width: 100%;
	position: fixed;
	z-index: 95;
	background: #fff;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.15)
}
.lag {
	background: #f1f1f1;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 24px;
}
.lag a {
	display: block;
	padding: 3px 0px;
	width: 32px;
	text-align: center;
	float: left;
}
.lag a.on, .lag a:hover {
	color: #fff;
	background: url(../images/labg.jpg) center no-repeat;
}
.tel {
	margin-top: 25px;
	padding-right: 17px;
	margin-right: 17px;
	border-right: 1px solid #bfbfbf
}
.he100 {
	height: 99px;
	width: 100%;
}
.menu {
	width: auto;
	position: relative;
	z-index: 99;
	transition: all 0.5s ease;
/*
	margin-top: 18px;
	margin-right: 36px
*/
}
.mobile-inner-nav {
	z-index: 99;
	display: block;
	width: 100%;
	display: inline-block;
}
.mobile-inner-nav li {
	float: left;
	position: relative;
	width: auto;
	text-align: center;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
/*
.mobile-inner-nav li:after {
	content: '/';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
	color: #414141
}
*/
.mobile-inner-nav li:nth-child(6):after {
	content: '';
}
.mobile-inner-header .np {
	display: none;
	position: absolute;
}
.mobile-inner-nav a {
	display: block;
    text-align: center;
    float: left;
    height: 79px;
    line-height: 79px;
    position: relative;
    width: 80px;
    font-size: 15px;
    color: #000;
}
.mobile-inner-nav a:hover span, .mobile-inner-nav a.cur span {
    transform: scaleX(1);
    transition-property: all;
    transition-timing-function: ease;
}
.mobile-inner-nav a span {
	position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 80px; */
    /* line-height: 80px; */
    transform: scale(0);
    
    background: #99341e;
    display: block;
    z-index: 9;
    left: 0;
    top: 0;
    height: 100%;
    transition-property: all;
    transition-timing-function: ease;
}
.mobile-inner-nav a .ho:hover {
    color: #fff;
}
.mobile-inner-nav a p {
	color: #414141;
	font-size: 15px;
	transition: all 0.5s;
	display: block;
	position: relative;
    /* padding: 10px 0; */
    z-index: 9999;
    margin: unset;
}
/*
.mobile-inner-nav li:hover a span, .mobile-inner-nav li.cur a span {
	transform: scale(1, 1);
}
*/

@media screen and (max-width:1024px) {
.tel {
	display: none;
}
}

@media screen and (max-width: 768px) {
.menu {
	position: absolute;
	width: 50%;
	right: 0;
	margin-right: 15px
}
.lag {
	margin-right: 80px;
	margin-top: 20px;
}
.lag a {
	width: 50px;
}
.lag a.on, .lag a:hover {
	background: #2a2a2a
}
.mobile-inner-nav a p {
	color: #fff;
}
.mobile {
	width: 100%;
	position: absolute;
}
.mobile-inner {
	width: 100%;
}
.mobile-inner img {
	width: 100%;
}
.mobile-inner-nav li:after {
	display: none;
}
.mobile-inner-header .np {
	display: block;
	color: #d1111b;
	right: 0;
	top: 75px;
	width: 60px;
	font-size: 1.125rem
}
.mobile-inner-header {
	width: 100%;
	height: 101px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.mobile-inner-header-icon {
	color: #fff;
	width: 80px;
	height: 50px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 36px;
	text-align: center;
	float: right;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover {
	cursor: pointer;
}
.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 50%) / 2);
	top: calc((100% - 20px) / 2);
	width: 70%;
	height: 0.2rem;
	background-color: #d1111b;
	border-radius: 5px;
}
.mobile-inner-header-icon-out p {
	width: 70%;
	height: 0.2rem;
	background-color: #d1111b;
	position: absolute;
	left: 25%;
	bottom: 1.5em;
	display: block;
	border-radius: 5px;
}
.mobile-inner-header-icon-click p {
	display: none;
}
.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(18px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-18px) rotate(0deg);
}
.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}
@keyframes clickfirst {
0% {
transform: translateY(18px) rotate(0deg);
}
100% {
transform: translateY(0) rotate(45deg);
}
}
@keyframes clicksecond {
0% {
transform: translateY(-18px) rotate(0deg);
}
100% {
transform: translateY(0) rotate(-45deg);
}
}
.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
@keyframes outfirst {
0% {
transform: translateY(0) rotate(-45deg);
}
100% {
transform: translateY(-18px) rotate(0deg);
}
}
@keyframes outsecond {
0% {
transform: translateY(0) rotate(45deg);
}
100% {
transform: translateY(18px) rotate(0deg);
}
}
.mobile-inner-nav {
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	position: absolute;
	top: 111px;
	right: 0;
	padding-bottom: 3rem;
	display: none;
	z-index: 99999;
}
.mobile-inner-nav li {
	width: 100%;
	float: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
	padding: 0
}
.mobile-inner-nav a {
	display: inline-block;
	line-height: 1rem;
	text-decoration: none;
	width: 100%;
	color: #fff;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 0px
}
@-webkit-keyframes returnToNormal {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes returnToNormal {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
}

/*
@media screen and (max-width:768px) {
.mobile-inner-nav a {
	padding: 0.75em 0;
}
.mobile-inner-header {
	width: 100%;
	height: 0;
	position: absolute;
	top: 0px;
	right: 0px;
}
.mobile-inner-nav {
	top: 68px;
	right: -16px;
}
.sticky .mobile-inner-nav {
	top: 72px;
}
.mobile-inner-header-icon-out p {
	bottom: 0.9em;
}
.mobile-inner-nav a:hover p {
	color: #0089e1 !important
}
.mobile-inner-header .np {
	display: block;
	right: -15px;
	top: 32px;
	width: 70px;
	font-size: 0.875rem
}
.mobile-inner-header-icon {
	margin-top: -8px;
}
}
*/
/*banner*/
.banner {
	display: block;
	position: relative;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 650px;
	background: #000;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 650px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 650px;
}
.fullSlide .prev {
	cursor: pointer;
	position: absolute;
	background: url(../images/btn-prev.png) center no-repeat;
	width: 50px;
	height: 50px;
	left: 5%;
	top: 50%;
	margin-top: -25px;
	opacity: 0;
}
.fullSlide .next {
	cursor: pointer;
	position: absolute;
	background: url(../images/btn-next.png) center no-repeat;
	width: 50px;
	height: 50px;
	right: 5%;
	top: 50%;
	margin-top: -25px;
	opacity: 0;
}

/*
@media screen and (max-width:768px) {
.banner {
	display: none;
	position: relative;
}
}
*/
.in-key {
	width: 100%;
	position: relative;
	top: -67px;
	overflow: hidden;
}
.keyx1 {
	background: url(../images/keybg.png) center no-repeat;
	line-height: 67px;
}
.keyx1 .words {
	padding-left: 31px;
}
.keyx1 .words p {
	color: #fff;
}
.keyx1 .words p a {
	color: #fff;
	transition: all 0.5s;
}
.keyx1 .words p a:hover {
	color: #d1111b
}
.d6 {
	position: relative;
	margin-top: 19px;
	margin-right: 31px;
}
.d6 form {
	height: 30px;
}
.d6 input {
	height: 100%;
	width: 0;
	padding: 0 42px 0 15px;
	border: none;
	border-bottom: 2px solid transparent;
	outline: none;
	background: transparent;
	transition: .4s cubic-bezier(0, 0.8, 0, 1);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.d6 input:focus {
	width: 300px;
	z-index: 1;
	background: #fff;
}
.d6 button {
	background: url(../images/sbtn.png) center no-repeat;
	border: none;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.d6 button:before {
	font-family: FontAwesome;
	font-size: 16px;
	color: #F9F0DA;
}

/*
@media screen and (max-width:768px) {
.in-key {
	display: none;
}
}
*/
/*实力*/
.in-num {
	margin-top: -67px;
}
.in-num ul {
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.1)
}
.in-num li {
	padding: 60px 0 0 50px;
	float: left;
	width: 25%;
	background: url(../images/numxx.jpg) right center no-repeat;
	min-height: 180px;
	box-sizing: border-box;
}
.in-num li h3 {
	display: inline-block;
	font-size: 80px;
	display: inline-block;
:#e62f38;
	font-family: 'DINLight';
	background-image: -webkit-linear-gradient(130deg, #ba0d03, #d43702, #e44c0b, #f57e18, #e44c0b, #d43702, #b80a03);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	　-webkit-animation: hue6sinfinitelinear;
	line-height: 0.8em;
}
.in-num li p {
	display: inline-block;
	margin-left: 10px;
}
.in-num li p em {
	display: block;
	font-size: 1.25rem;
	color: #717171;
}
.in-num li p span {
	display: block;
	font-size: 1.25rem;
	color: #e62f38;
	position: relative;
	top: -14px;
}

/*
@media screen and (max-width: 768px) {
.in-num {
	margin-top: 0px;
}
.in-num li {
	width: 50%;
	padding: 30px 0 0 20px
}
.in-num li p span {
	top: 0;
}
}
*/
/*公司简介*/
.in-ab {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
}
.abpic {
	width: 44.61%;
}
.abcon {
	width: 49%;
	background: url(../images/fumeit.jpg) right center no-repeat;
}

.abcon h2 {
	font-size: 2.125rem;
	color: #363636
}
.abcon hr {
	width: 70px;
	height: 2px;
	border: none;
	background: #99341e;
	margin: 26px 0;
}
.abcon p {
/*	text-indent: 2em;*/
	font-size: 1rem;
	line-height: 1.875em;
	color: #777777;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp:6;
    -webkit-box-orient: vertical;
}
.abcon h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.abcon span {
	display: block;
	font-size: 0.975rem;
	line-height: 1.875em;
	color: #777777;
	margin-bottom: 1rem;
}
.jy p {
	display: block;
	font-size: 0.975rem;
	line-height: 1.875em;
	color: #777777;
	margin-bottom: 1rem;
	text-indent: 2em;
}
.amore {
	background: #333;
	display: inline-block;
	width: 140px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	margin-top: 30px;
/*	margin-right: 0.5rem;*/
}
.amore:hover, .amore.cur {
	color: #fff;
	background: url(../images/mobg.jpg) center no-repeat;
	background-size: cover;
}
.tablist2 {
}
.tablist2 {
	float: left;
	margin-right: 5px;
}
.abcon .tabcon2>div {
	display: none;
	min-height: 330px;
}
.abcon .tabcon2>div.cur {
	display: block;
}

/*
@media screen and (max-width: 768px) {
.abpic {
	width: 100%;
}
.abpic img {
	width: 100%;
}
.abcon {
	width: 100%;
	margin-top: 20px;
}
.amore {
	line-height: 50px;
	height: 50px;
	width: 160px;
}
}
*/
/*产品中心*/
.in-pro {
/*	background: #ececec;*/
	padding: 40px 0 90px;
	width: 100%;
	overflow: hidden;
}
.prtit {
	text-align: center;
}
.prtit h2 {
	font-size: 2.25rem;
	color: #333;
	font-weight: bold;
	background: url(../images/h2bj1.png) center no-repeat;
}
.prtit h2 i {
	display: inline-block;
	border: 2px solid #333;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: relative;
	top: -8px;
}
.prtit p {
	font-size: 1.125rem;
	color: #bf3c14;
	margin-top: 9px;
}
.prosort {
	background: #fff;
	margin-top: 56px;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
}
.prosort li {
	float: left;
	width: 16.6%;
	text-align: center;
	background: url(../images/pxx.jpg) right center no-repeat;
}
.prosort li:nth-child(6) {
	background: none;
}
.prosort li a {
	display: block;
	padding: 20px 0;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease;
}
.prosort li a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #bf3c14;
	transition: all 0.5s ease;
	transform: scale(0, 1);
}
.prosort li:hover a, .prosort li.cur a {
	color: #fff;
}
.prosort li:hover a span, .prosort li.cur a span {
	transform: scale(1);
}
.pscroll {
	position: relative;
	margin-top: 70px;
}
.pscroll .prev {
	position: absolute;
	left: -50px;
	top: 47%;
	cursor: pointer;
	z-index: 22
}
.pscroll .next {
	position: absolute;
	right: -50px;
	top: 47%;
	cursor: pointer;
	z-index: 22
}
.pscroll .ss3 {
	margin-left: -10px;
	position: relative;
}
.pscroll .ss3 .tempWrap ul {
	padding: 10px 10px !important;
}
.pscroll li {
	background: #fff;
	float: left;
	width: 421px;
	max-width: 32.15%;
	box-shadow: 0 0 8px 3px rgba(0,0,0,0.15);
	margin-right: 17px
}
.pscroll li a {
	display: block;
}
.pscroll li .pi {
	width: 100%;
	overflow: hidden;
}
.pscroll li .pi img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.pscroll li:hover .pi img {
	transform: scale(1.05);
}
.pscroll li .po {
	padding: 24px 26px;
	background: url(../images/pjia.jpg) 93% center no-repeat;
}
.pscroll li .po h3 {
	font-size: 1.125rem;
	color: #4a4a4a
}
.pscroll li .po p {
	color: #4a4a4a;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 5px;
}
.pscroll .ss3 {
	display: none;
}
.pscroll .ss3.cur {
	display: block;
}

/*
@media screen and (max-width: 768px) {
.prtit h2 {
	font-size: 1.875rem;
}
.prosort li {
	width: 33.33%
}
.pscroll .prev {
	position: absolute;
	left: 0;
}
.pscroll .next {
	position: absolute;
	right: 0;
}
.pscroll li {
	max-width: 48%;
}
}
*/
/*立即联系*/
.in-ing {
	width: 100%;
	background: url(../images/bj3.jpg) center no-repeat fixed;
	min-height: 330px;
	box-sizing: border-box;
	background-size: cover;
}
.cen{
	text-align: center;
    margin: 0 auto;
    max-width: 1300px;
	width:94%;
}
.gxing {
	padding-top: 50px;
}
.gxing h2 {
	color: #ffffff;
	font-size: 2.25rem;
	margin-bottom: 12px;
}
.gxing h3 {
	font-size: 1.2rem;
	color: #ffffff;
	display: inline-block;
	margin-top: 2rem;
}

.gxing hr {
	width: 56px;
    height: 5px;
	background: #fff;
	border: none;
/*	margin: 16px 0 26px;*/
}
.gxing p {
	font-size: 1.25rem;
	color: #fff;
}
.te1{
	width: 30%;
    margin: 0 auto;
    margin-top: 3rem;
}
.te1 span {
	font-family: 'DIN';
	font-weight: bold;
	color: #fff;
	font-size: 2.25rem;
}
.te1 a {
	display: inline-block;
	background: #99341e;
	color: #fff;
	font-size: 1.15rem;
	padding: 8px 30px;
	border-radius: 20px;
/*
	position: relative;
	top: -5px;
	margin-left: 45px;
*/
	transition: all 0.5s;
}
.te1 a:hover {
	color: #fff;
	background: #bf3c14
}

/*
@media screen and (max-width: 768px) {
.gxing {
	padding-top: 25px;
}
.gxing h2 {
	color: #ffffff;
	font-size: 1.875rem;
	margin-bottom: 12px;
}
.gxing h3 {
	font-size: 1.25rem;
	color: #ffffff
}
.gxing p {
	font-size: 1.125rem;
	color: #fff;
}
.te1 span {
	font-family: 2rem;
}
.te1 a {
	font-size: 1.125rem;
	border-radius: 10px
}
}
*/
/*应用*/
.in-field {
	padding: 85px 0 20px;
	width: 100%;
	overflow: hidden;
}
.fietit {
	text-align: center;
}
.fietit h2 {
	font-size: 2.25rem;
	color: #272727;
	font-weight: bold;
	position: relative;
}
.fietit h2 i {
	display: inline-block;
	border: 2px solid #272727;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: relative;
	top: -8px;
}
.fietit h2::before {
	position: absolute;
	width: 42%;
	height: 1px;
	background: #bfbfbf;
	content: '';
	display: block;
	top: 26px;
	left: 0;
}
.fietit h2::after {
	position: absolute;
	width: 42%;
	height: 1px;
	background: #bfbfbf;
	content: '';
	display: block;
	top: 26px;
	right: 0;
}
.fietit p {
	font-size: 1.125rem;
	color: #515151;
	margin-top: 9px;
}

/*
@media screen and (max-width: 768px) {
.fietit h2 {
	font-size: 1.875rem;
}
.fietit h2::before {
	width: 30%;
	top: 40px;
}
.fietit h2::after {
	width: 30%;
	top: 40px;
}
}
*/
.field-8 {
	background: #fff;
}
.fieud {
	margin-top: 50px;
}
.fieud li {
	position: relative;
	float: left;
	width: 14.28%;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	top: 0
}
.fieud li em {
	position: absolute;
	background: url(../images/feq.png) center no-repeat;
	width: 100%;
	height: 34px;
	bottom: -46px;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
	z-index: 22
}
.fieud li:after {
	content: '|';
	position: absolute;
	color: #d9d9d9;
	right: 0;
	bottom: 0;
}
.fieud li:nth-child(8):after {
	content: '';
}
.fieud li div {
	text-align: center;
	width: 100%;
	position: relative;
	transition: all 0.5s;
	top: 0;
}
.fieud li div .i1 {
	opacity: 1;
	transition: all 0.5s;
}
.fieud li div span {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s
}
.fieud li p {
	color: #6b6b6b;
	font-size: 1.125rem;
	margin-top: 16px;
	transition: all 0.5s;
}
.fieud li.on, .fieud li:hover {
	top: 18px;
}
.fieud li.on em, .fieud li:hover em {
	opacity: 1;
}
.fieud li.on div .i1, .fieud li:hover div .i1 {
	opacity: 0;
	transform: scale(0)
}
.fieud li.on div span, .fieud li:hover div span {
	opacity: 1;
	transform: scale(1);
}
.fieud li.on p, .fieud li:hover p {
	color: #cd0b15
}
.fieldpic {
	width: 100%;
	background: url(../images/febg1.jpg) center top no-repeat;
	min-height: 638px;
	margin-top: 30px;
}
.fieldpic li {
	display: block;
}

/*
@media screen and (max-width: 768px) {
.fieud li {
	width: 25%;
	margin-bottom: 22px;
}
.fieud li.on, .fieud li:hover {
	top: 0;
}
.fieud li.on em, .fieud li:hover em {
	opacity: 0
}
.fieldpic {
	margin-top: 0;
	min-height: 360px;
}
}
*/
/*新闻资讯*/
.in-news {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 20px;
}
.netit h2 {
	font-size: 1.875rem;
	color: #303030
}
.netit p {
	color: #e4e4e4;
	font-family: 'DIN';
	font-size: 44px;
	font-weight: bold;
	text-transform: uppercase;
	margin: unset;
}
.tablist1 {
	margin-top: 47px;
}
.tablist1 li {
	float: left;
	font-size: 1.25rem;
	color: #555555;
	z-index: 2
}
.tablist1 li:nth-child(1):after {
	content: '/';
	display: inline-block;
	margin: 0 12px;
}
.tablist1 li a {
	position: relative;
	padding: 0 4px 4px;
	transition: all 0.5s ease;
}
.tablist1 li a span {
	position: absolute;
	width: 100%;
	height: 10px;
	background: #d8d8d8;
	left: 0;
	bottom: 0;
	z-index: -1;
	transform: scale(0, 1);
	transition: all 0.5s
}
.tablist1 li:hover a, .tablist1 li.cur a {
	color: #99341e;
}
.tablist1 li:hover a span, .tablist1 li.cur a span {
	transform: scale(1);
}
.tab1 .tabcon1 {
	margin-top: 50px;
	width: 100%;
	position: relative;
}
.tabcon1 p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tabcon1 h3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tab1 .tabcon1 * {
}
.tab1 .tabcon1>div {
	display: none;
}
.tab1 .tabcon1>div.cur {
	display: block;
}
.tabcon1 dl {
	width: 31.42%;
	margin-right: 2.87%;
	background: #fff;
	transition: all 0.5s ease;
	float: left;
	position: relative;
	margin-bottom: 28px;
}
.tabcon1 dl:nth-child(3n) {
	margin-right: 0;
}
.tabcon1 dl a {
	display: block;
}
.tabcon1 dl dt {
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
}
.tabcon1 dl dt img {
	transform: scale(1);
	transition: all 0.5s ease;
}
.tabcon1 dl:hover {
	box-shadow: 0 0 20px 8px rgba(0,0,0,0.2);
	background: #fff;
}
.tabcon1 dl:hover dt img {
	transform: scale(1.05);
}
.tabcon1 dl dd {
	padding: 36px 18px;
}
.tabcon1 dl dd h3 {
	font-size: 1rem;
	color: #414141;
	line-height: 1.5rem;
}
.tabcon1 dl dd p {
font-size:;
	color: #838383;
	margin: 16px 0;
}
.tabcon1 dl dd hr {
	width: 38px;
	height: 2px;
	background: #99341e;
	border: none;
	margin: 0 0 16px;
}
.tabcon1 dl dd span {
	font-size: 1.25rem;
	color: #838383;
	font-family: 'DIN'
}
.tabcon1 dl dd em {
	background: url(../images/eye.png) left center no-repeat;
	padding-left: 30px;
	font-size: 1rem;
	color: #bbbbbb;
	margin-left: 34px;
}
.tabcon1 dl:hover dd hr {
	background: #c10000
}
.sotext {
	position: absolute;
	right: 0;
	bottom: 205px;
	color: #fff;
	background: url(../images/ee.png) center no-repeat;
	text-align: center;
	line-height: 40px;
	width: 100px;
	box-sizing: border-box;
}

/*
@media screen and (max-width: 768px) {
.tabcon1 dl {
	width: 49%;
	margin-right: 2%;
}
.tabcon1 dl:nth-child(2n) {
	margin-right: 0;
}
.tabcon1 dl:nth-child(3n) {
	display: none;
}
.tabcon1 dl dd p {
	display: none;
}
.sotext {
	display: none;
}
}
*/
/*咨询2*/
.in-ing2 {
	background: url(../images/ing2.jpg) center top no-repeat;
	width: 100%;
	overflow: hidden;
	min-height: 425px;
}
.intel1 {
	padding-top: 218px;
}
.intel1 p {
	color: #fff;
	font-size: 1.875rem;
}
.intel1 h3 {
	font-family: 'DIN';
	font-size: 1.75rem;
	color: #fff;
	font-weight: bold;
}
.ingx {
	padding-top: 165px;
	margin-right: 12%;
}
.ingx h3 {
	font-size: 40px;
	color: #fff;
}
.ingx p {
	font-size: 1.875rem;
	color: #fff;
	margin-top: 10px;
}
.ingx hr {
	width: 358px;
	background: #747474;
	border: none;
	height: 1px;
	margin-top: 20px;
}
.ingx ul {
	margin-top: 17px;
}
.ingx ul li {
	float: left;
	font-size: 1.5rem;
	color: #fff;
	padding-left: 50px;
	line-height: 41px;
	margin-right: 30px;
}
.ingx ul li:nth-child(1) {
	background: url(../images/zx1_03.png) left center no-repeat;
}
.ingx ul li:nth-child(2) {
	background: url(../images/zx2_03.png) left center no-repeat;
}

/*
@media screen and (max-width: 768px) {
.in-ing2 {
	display: none;
}
}
*/


@media screen and (max-width:1024px) {
.link_bg {
	display: none;
}
}
/*foot*/
.foot {
	background: url(../images/footbg.jpg) center no-repeat;
	width: 100%;
	overflow: hidden;
	padding: 66px 0 0;
}
.fwx h3 {
	font-size: 1.625rem;
	color: #f6f6f6;
	margin-bottom: 39px;
}
.fwx div p {
	color: #fff;
	margin-top: 18px;
	text-indent: 18px;
}
.fwx {
	width: 25%;
}
.fmenu {
	width: 64%;
}
.fmenu dl {
	width: 13.28%;
	float: left;
	margin-right: 9%
}
.fmenu dl dt {
	border-bottom: 1px solid #c21f1d;
	margin-bottom: 12px;
}
.fmenu dl dt a {
	color: #fff;
	transition: all 0.5s ease;
	font-size: 1.125rem;
	padding-bottom: 15px;
	display: block;
}
.fmenu dl dd a {
	color: #fff;
	transition: all 0.5s ease;
	line-height: 2em;
	font-size: 0.875rem;
}
.fmenu dl dd a:hover {
	color: #999;
}
.fcond {
	float: right;
	width: 33%
}
.fcond h4 {
	color: #fff;
	transition: all 0.5s ease;
	font-size: 1.125rem;
	padding-bottom: 15px;
	display: block;
}
.fcond hr {
	width: 108px;
	height: 1px;
	background: #c21f1d;
	border: none;
	margin: 0 0 12px;
}
.fcond p {
	color: #f3dcdc;
	line-height: 2em;
	font-size: 0.875rem;
}
.fbq {
	border-top: 1px solid #a01f1d;
	padding: 25px 0;
	margin-top: 65px
}
.fbq p {
	color: #fff;
	font-size: 0.875rem;
}
.fbq p a {
	color: #fff;
}

@media screen and (max-width:1368px) {
.foot {
	background-size: cover;
}
.fwx {
	width: 27%;
}
}

@media screen and (max-width:1024px) {
.foot {
	background-size: cover;
}
.fbq p {
	float: none;
	line-height: 1.875em;
}
.fwx {
	width: 30%;
}
.fwx h3 {
	font-size: 1.5rem;
}
.fmenu dl {
	width: 15%;
	float: left;
	margin-right: 6%
}
}

/*
@media screen and (max-width:768px) {
.foot {
	background-size: cover;
	padding: 30px 0 0;
	margin-bottom: 100px;
}
.fwx {
	width: 100%;
}
.fwx div {
	text-align: center;
	position: absolute;
	right: 10px;
}
.fmenu {
	width: 100%;
}
.fmenu dl {
	display: none;
}
.fcond {
	width: 100%;
}
.fbq {
	border-top: 1px solid #a01f1d;
	padding: 25px 0;
	margin-top: 20px
}
}
*/
/*浮动*/
.fudong {
	display: none
}

/*
@media screen and (max-width:768px) {
.fudong {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #d1111b;
	z-index: 99999
}
.fudong li {
	width: 25%;
	text-align: center;
	height: 80px;
	margin: 10px 0;
	border-right: 1px solid rgba(255,255,255,0.5);
	float: left;
	box-sizing: border-box;
}
.fudong li p {
	color: #fff;
}
}
*/
.mban {
	display: none;
}

/*
@media all and (max-width: 768px) {
.mban {
	display: block;
}
.swiper-container {
	width: 760px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-wrapper {
	position: relative;
	width: 760px;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}
.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	flex-shrink: 0;
	width: 760px;
	height: 100%;
	position: relative;
	transition-property: transform
}
.swiper-slide {
	background-size: 100%;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}
.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
display:none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}
:root {
--swiper-navigation-size:44px
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size)
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
	background: url(../images/btn-prev.png) center;
	height: 50px;
	width: 50px
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
	background: url(../images/btn-next.png) center;
	height: 50px;
	width: 50px;
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
--swiper-navigation-color:#ffffff
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
--swiper-navigation-color:#000000
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: .8
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white {
--swiper-pagination-color:#f48100;
}
.swiper-pagination-black {
--swiper-pagination-color:#000000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
}
*/
 @keyframes cats {
0% {
}
25% {
}
50% {
}
75% {
}
100% {
}
}
/*底部*/
.footer {
    width: 1300px;
    height: 353px;
    margin: 0 auto;
    text-align: center;
}
.f_bj {
	color: #9f9f9f;
	clear: both;
	/*    height: 318px;*/
	background: #333;
	line-height: 30px;
	padding: 50px 0 0;
	margin-top: -30px!important;
	position: relative;
}
.link_bg {
	background: #eae4dd;
	height: 60px;
	/* line-height: 75px; */
	padding: 20px 0px;
}
.link_title {
	font-size: 1.125rem;
	margin-right: 3rem;
}
.link_nr {
	height: 24px;
	overflow: hidden;
	line-height: 24px;
}
.link_nr a {
	display: block;
	float: left;
	margin-right: 20px;
	font-size: 1rem;
}
.content, .footer {
	width: 1300px;
	margin: 0 auto;
}
.yqlj {
	max-width: 1300px;
	margin: 0 auto;
	width: 94%;
}
.f_nav {
	height: 81px;
	line-height: 81px;
	font-size: 16px;
	white-space: nowrap;
	text-align: center;
	border-bottom: solid 1px #404040;
	margin-bottom: 37px;
}
.f_nav a {
	display: inline-block;
	color: #fff;
	padding: 0 4px;
	height: 79px;
}
.f_nav em {
	display: inline-block;
	color: #686868;
	padding: 0 25px;
	font-style: normal;
	font-size: 14px;
}
.f_text {
	height: 140px;
	padding: 45px 0 0 195px;
	background: rgba(0,0,0,.3);
}
.f_text li {
	float: left;
	background: url(../images/f_ico2.png) no-repeat 0 7px;
	padding: 0 0 0 50px;
	width: 220px;
	line-height: 28px;
	color: #9f9f9f;
/*	margin-right: 5rem;*/
}
.f_text li.f_text2 {
	background: url(../images/f_ico3.png) no-repeat 0 7px;
	width: 265px;
/*	margin-right: 10rem;*/
}
.f_text li.f_text3 {
	background: url(../images/f_ico1.png) no-repeat 0 7px;
	width: 220px;
	padding: 0 0 0 85px;
}
.f_text li span {
	display: block;
	height: 34px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 34px;
}
.f_text li span em {
	color: #6d6d6d;
	font-weight: normal;
	font-style: normal;
}
.f_con {
	padding: 10px 0px 0px 0px;
}
.f_cont {
	text-align: center;
	width: 100%;
}
.f_bj a {
	color: #9f9f9f;
}
.link {
	height: auto;
	line-height: 42px;
	color: #7e7e7e;
	overflow: hidden;
	/*    white-space: nowrap;*/
	background: #242424;
	;
}
.link p {
	width: 1300px;
	text-align: center;
	word-break: break-word;
	margin: 0 auto;
	font-size: 0.875rem;
	color: #7e7e7e;
}
.link a {
	color: #7e7e7e;
}


/*立即咨询*/
.in-zx {
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
    overflow: hidden;
	padding-bottom: 15px;
}
.zioom {
    width: 49%;
    margin-top: 60px;
}
.zetit {
    margin-top: 50px;
}
.zetit p {
    font-size: 2.25rem;
    color: #323232;
	margin: unset;
}
.zetit em {
    color: #dadada;
    font-size: 0.875rem;
}
.zetit span {
    color: #99341e;
}
.zexix {
    margin-top: 50px;
}
.zexix h4 {
    font-size: 1.525rem;
    color: #393939;
    border-right: 1px solid #b9b9b9;
    display: inline-block;
    padding-right: 16px;
}
.zexix div {
    padding-left: 16px;
    display: inline-block;
}
.zexix div p {
    color: #595757;
    font-size: 1.125rem;
	margin: unset;
}
.zexix div a {
    color: #99341e;
    font-size: 2.125rem;
    font-family: 'DIN';
}
.zpic {
    width:48.9%;
}