@charset "utf-8";
/* CSS Document */
.ban {
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
}
.msort {
	background: #fff;
	border-bottom: 3px solid #99351e;
	margin-top: -21px;
	position: relative;
	z-index: 2
}
.msort .fl li {
	float: left;
	background: url(../images/x1.jpg) right center no-repeat;
}
.msort .fl li:last-child {
	background: none
}

.msort .fl li a {
	display: block;
	padding: 28px 50px;
	position: relative;
	transition: all 0.5s;
}
.msort .fl li a span {
	position: absolute;
	background: url(../images/jcc.png) center no-repeat;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	transform: scale(0, 1);
	transition: all 0.5s;
}
.msort .fl li a:hover span, .msort .fl li a.cur span {
	transform: scale(1);
}
.msort .fl li a:hover, .msort .fl li a.cur {
    color: #99351e;
}
.msort .fr {
	margin-right: 32px;
}
.msort .fr p {
	color: #5d5d5d;
	background: url(../images/hm1.jpg) left center no-repeat;
	padding-left: 44px;
	margin: 28px 0;
}
.msort .fr p a {
	color: #5d5d5d;
	transition: all 0.5s;
}
.msort .fr p a:hover {
	color: #99351e;
}

@media screen and (max-width: 1024px) {
.msort .fr {
	display: none;
}
}

@media screen and (max-width: 768px) {
.msort .fl {
	width: 100%;
}
.msort .fl li {
	width: 20%;
	text-align: center;
}
.msort .fl li a {
	padding: 28px 0;
}
}
.main {
	background: #f3f3f3;
	width: 100%;
	padding: 110px 0 80px;
	margin-top: -60px
}
/*荣誉资质*/
.horlist {
	width: 100%;
}
.horlist li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 16px;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	border: 6px solid #ddd
}
.horlist li:nth-child(4n) {
	margin-right: 0;
}
.horlist li div {
	width: 100%;
	overflow: hidden;
/*	max-height: 206px;*/
}
.horlist li div img {
	transition: all 0.5s ease;
	width: 100%;
	transform: scale(1)
}
.horlist li:hover div img {
	transform: scale(1.05);
}
.horlist li p {
	padding: 12px 0;
	color: #454545;
/*	border-top: 1px solid #eee;*/
}

@media screen and (max-width: 768px) {
.horlist li {
	width: 49%;
	margin-right: 2%;
}
.horlist li:nth-child(2n) {
	margin-right: 0
}
.horlist li div {
	max-height: 241px
}
}
/*办公环境*/
.offlist {
	width: 100%;
}
.offlist li {
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
	margin-bottom: 20px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.offlist li:nth-child(3n) {
	margin-right: 0;
}
.offlist li div {
	width: 100%;
	overflow: hidden;
}
.offlist li div img {
	transition: all 0.5s ease;
	width: 100%;
	transform: scale(1)
}
.offlist li:hover div img {
	transform: scale(1.05);
}
.offlist li p {
	padding: 20px;
	color: #454545;
	border-top: 1px solid #eee;
	font-size: 1.125rem;
	position: relative;
	z-index: 2;
	transition: all 0.5s
}
.offlist li p:before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	background: #99351e;
	transform: scale(1, 0);
	transition: all 0.5s;
	left: 0;
	top: 0;
	transform-origin: bottom;
	z-index: -1
}
.offlist li p:after {
	content: '>';
	font-family: 'DIN';
	font-size: 1.5rem;
	position: absolute;
	right: 5%;
	top: 14px
}
.offlist li:hover p {
	color: #fff;
}
.offlist li:hover p:before {
	transform: scale(1);
}

@media screen and (max-width: 768px) {
.offlist li {
	width: 49%;
	margin-right: 2%;
}
.offlist li:nth-child(3n) {
	margin-right: 2%;
}
.offlist li:nth-child(2n) {
	margin-right: 0
}
}
.map {
	margin-top: 48px;
}
/*在线留言*/

.feed {
	padding: 30px 0;
	width: 100%;
}
.feed h3 {
	font-size: 1.875rem;
	color: #c80000;
	font-weight: bold;
}
.feed h3 span {
	font-family: 'Alternate';
	color: #b5b5b5;
	font-size: 1.5rem;
	letter-spacing: 1px;
}
.feed .fthree {
}
.fthree input {
	width: 30.57%;
	margin-right: 3.7%;
	border: none;
	background: none;
	border-top: 1px solid #cdcdcd;
	font-size: 1.125rem;
	color: #c7c7c7;
	font-weight: bold;
	padding: 19px 8px;
	box-sizing: border-box;
}
.fthree input:nth-child(4) {
	margin-right: 0
}
.fthree input::placeholder {
color:#c7c7c7;
font-weight:bold;
}
.ftwo {
	margin-top: 80px;
}
.ftwo .fl {
	width: 30.57%;
}
.ftwo .fl .fe1 {
	border: none;
	width: 100%;
	background: none;
	border-top: 1px solid #cdcdcd;
	font-size: 1.125rem;
	color: #c7c7c7;
	font-weight: bold;
	padding: 19px 8px;
	box-sizing: border-box;
}
.ftwo .fl .fe1::placeholder {
color:#c7c7c7;
font-weight:bold;
}
.ftwo .fl .btn {
	width: 259px;
	height: 58px;
	background: #99351e;
	border: none;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 40px;
}
.ftwo .fr {
	width: 65%;
}
.ftwo .fr textarea {
	width: 100%;
	border: 1px solid #cdcdcd;
	background: none;
	height: 160px;
	font-size: 1.125rem;
	color: #c7c7c7;
	font-weight: bold;
	padding: 19px 8px;
	box-sizing: border-box;
}
.ftwo .fr textarea::placeholder {
color:#c7c7c7;
font-weight:bold;
color:#c7c7c7
}

@media screen and (max-width: 768px) {
.fthree input {
	width: 100%;
	margin-right: 0;
}
.ftwo {
	margin-top: 20px;
}
.ftwo .fl {
	width: 100%;
	margin-top: 30px
}
.ftwo .fr {
	width: 100%;
}
}
/*工程案例*/
.caselist {
	width: 100%;
}
.caselist li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 24px;
}
.caselist li:nth-child(2n) {
	margin-right: 0;
}
.caselist li div {
	width: 100%;
	overflow: hidden;
}
.caselist li div img {
	transform: scale(1);
	transition: all 0.5s;
}
.caselist li:hover div img {
	transform: scale(1.05);
}
.caselist li p {
	text-align: center;
	font-size: 1.125rem;
	padding: 16px 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.caselist li p:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #99351e;
	content: '';
	transform: scale(0, 1);
	transition: all 0.5s;
}
.caselist li:hover p:after {
	transform: scale(1)
}

@media screen and (max-width: 768px) {
.caselist li {
	width: 100%;
	margin-right: 0;
}
}
.cabg h1 {
	font-size: 1.5rem;
	text-align: center;
}
.cabg h4 {
	text-align: center;
	border-bottom: 1px dashed #ddd;
	line-height: 2em;
}
/*新闻资讯*/

.newsall {
	width: 100%;
}
.newsall dl {
	width: 31.42%;
	margin-right: 2.87%;
	background: #fff;
	transition: all 0.5s ease;
	float: left;
	position: relative;
	margin-bottom: 28px;
}
.newsall dl:nth-child(3n) {
	margin-right: 0;
}
.newsall dl a {
	display: block;
}
.newsall dl dt {
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
}
.newsall dl dt img {
	transform: scale(1);
	transition: all 0.5s ease;
}
.newsall dl:hover {
	box-shadow: 0 0 20px 8px rgba(0,0,0,0.2);
	background: #fff;
}
.newsall dl:hover dt img {
	transform: scale(1.05);
}
.newsall dl dd {
	padding: 36px 18px;
}
.newsall dl dd h3 {
	font-size: 1rem;
	color: #414141;
	line-height: 1.5rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp:1;
    -webkit-box-orient: vertical;
}
.newsall dl dd p {
font-size:16px;
	color: #838383;
	margin: 16px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsall dl dd hr {
	width: 38px;
	height: 2px;
	background: #971c15;
	border: none;
	margin: 0 0 16px;
}
.newsall dl dd span {
	font-size: 1.25rem;
	color: #838383;
	font-family: 'DIN'
}
.newsall dl dd em {
	background: url(../images/eye.png) left center no-repeat;
	padding-left: 30px;
	font-size: 1rem;
	color: #bbbbbb;
	margin-left: 34px;
}
.newsall dl:hover dd hr {
	background: #c10000
}
.newsall .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;
}
/*新闻内页*/
.nbg {
	background: rgba(255,255,255,1);
	padding: 20px;
}
.news-title {
	width: 100%;
	height: auto;
	line-height: 2rem;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 auto;
	color: #484848;
}
.news-type {
	width: 100%;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	color: #242424;
	font-size: 0.875em;
	border-bottom: #242424 1px dotted;
}
.news-content {
	width: 100%;
	margin: 0 auto;
	font-size: 1em;
	line-height: 24px;
	line-height: 1.5em;
	color: #242424;
	text-indent: 2em;
}
.news-pn {
	font-size: 1rem;
	line-height: 2em;
	color: #242424
}
.news-pn a {
	color: #242424;
	font-size: 1rem;
}
.news-pn a:hover {
	color: #99351e;
}
/*相关新闻*/
.xgnews {
	margin: 40px auto;
	border: 1px solid #eee;
	padding: 16px
}
.xgnews-tit {
	height: auto;
	line-height: 2em;
	border-bottom: 1px solid #eee;
	padding-left: 20px;
	font-size: 16px;
	color: #242424;
}
.xgnews-con {
	border-top: 1px solid #242424;
	border-top: none;
	padding: 10px 20px;
}
.xgnews-con li {
	width: 48%;
	height: auto;
	line-height: 2em;
	overflow: hidden;
	display: inline-block;
    margin-right: 20px;
}
.xgnews-con li span {
	float: right;
	color: #666
}
.xgnews-con li a {
	padding-right: 10px;
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xgnews-con li a:hover {
	color:#99351e;
}

@media screen and (max-width: 768px) {
.nbg {
	background: rgba(255,255,255,1);
	padding: 20px;
}
.news-title {
	font-size: 1.375rem;
	line-height: 1.5em;
	height: auto;
}
.news-type {
	height: auto;
}
.news-content {
	line-height: 2rem !important;
}
.news-content span {
}
.news-content p {
}
.news-pn {
	font-size: 1.125em;
	line-height: 1.875em;
}
.news-pn a {
	color: #242424;
	font-size: 1.125rem;
}
.news-pn span {
	width: 100%;
	display: block;
}
.xgnews-tit {
	font-size: 1.25em;
}
.xgnews-con li {
	width: 100%;
	height: 2.875em;
	line-height: 2.875em;
}
.xgnews-con li {
	width: 100%;
	margin: 0;
	line-height: 2.875em;
}
}
.prmenu {
	width: 100%;
}
.prmenu li {
	float: left;
	background: url(../images/x1.jpg) right center no-repeat;
}
.prmenu li:last-child {
	background: none
}
.prmenu li a {
	display: block;
	padding: 28px 89px;
	position: relative;
	transition: all 0.5s;
}
.prmenu li a span {
	position: absolute;
	background: url(../images/jcc.png) center no-repeat;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	transform: scale(0, 1);
	transition: all 0.5s;
}
.prmenu li a:hover span, .prmenu li a.cur span {
	transform: scale(1);
}
.prmenu li a:hover, .prmenu li a.cur {
	color: #99351e;
}
.prolist {
}
.prolist li {
	background: #fff;
	float: left;
	width: 32.15%;
	box-shadow: 0 0 8px 3px rgba(0,0,0,0.15);
	margin-right: 1.77%;
	margin-bottom: 16px
}
.prolist li:nth-child(3n) {
	margin-right: 0;
}
.prolist li a {
	display: block;
}
.prolist li .pi {
	width: 100%;
	overflow: hidden;
}
.prolist li .pi img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.prolist li:hover .pi img {
	transform: scale(1.05);
}
.prolist li .po {
	padding: 24px 26px;
	background: url(../images/pjia.jpg) 93% center no-repeat;
}
.prolist li .po h3 {
	font-size: 1.125rem;
	color: #4a4a4a
}
.prolist li .po p {
	color: #4a4a4a;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 5px;
}

@media screen and (max-width: 1368px) {
.prmenu li a {
	padding: 28px 35px
}
}

@media screen and (max-width: 1024px) {
.prmenu li a {
	padding: 28px 25px
}
}

@media screen and (max-width: 768px) {
.prmenu li {
	width: 25%;
	text-align: center;
}
.prmenu li a {
	display: block;
	padding: 28px 0;
	position: relative;
	transition: all 0.5s;
}
.prmenu li a span {
	display: none;
}
.prolist li {
	width: 49%;
	margin-right: 2%;
}
.prolist li:nth-child(3n) {
	margin-right: 2%;
}
.prolist li:nth-child(2n) {
	margin-right: 0;
}
}
/*产品详情*/
.prshow {
	width: 100%;
	background: #fff;
	border: 1px solid #dddddd;
	padding: 20px 20px;
	box-sizing: border-box;
}
.p-pic {
	width: 50%;
}
.p-miao {
	width: 48%
}
.p-miao h1 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #171717
}
.p-miao h3 {
	font-weight: bold;
	font-size: 1.125rem;
	margin-top: 16px
}
.p-miao .ap {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 16px 0;
	margin: 16px 0;
	text-indent: 2em;
    line-height: 1.7rem;
    font-size: 15px;
}

.p-miao .intel p {
	font-size: 1.125rem;
}
.p-miao .intel p strong {
	color: #d00101
}
.p-miao .intel .noww {
	display: inline-block;
	font-size: 1.125rem;
	color: #fff;
	padding: 12px 24px;
	background: #99351e;
	margin-top: 30px
}
.pd-con {
	background: #fff;
	margin-top: 32px;
}
.pd-con .pdtt {
	border-bottom: 1px solid #ddd
}
.pd-con .pdtt h3 {
	font-weight: bold;
	color: #fff;
	padding: 16px 36px;
	background: #99351e;
	display: inline-block
}
.pd-con .pd22 {
	padding: 16px;
}
.dd {
	margin-top: 30px;
	padding: 16px
}
.morelist {
	margin-top: 20px;
}
.morelist h3.e1 {
	font-weight: bold;
	color: #fff;
	padding: 16px 36px;
	background: #99351e;
	display: inline-block;
	margin-bottom: 20px;
}
.morelist li {
	background: #fff;
	float: left;
	width: 32.15%;
	box-shadow: 0 0 8px 3px rgba(0,0,0,0.15);
	margin-right: 1.77%;
	margin-bottom: 16px
}
.morelist li:nth-child(3n) {
	margin-right: 0;
}
.morelist li:nth-child(4) {
	display: none;
}
.morelist li a {
	display: block;
}
.morelist li .pi {
	width: 100%;
	overflow: hidden;
}
.morelist li .pi img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.morelist li:hover .pi img {
	transform: scale(1.05);
}
.morelist li .po {
	padding: 24px 26px;
	background: url(../images/pjia.jpg) 93% center no-repeat;
}
.morelist li .po h3 {
	font-size: 1.125rem;
	color: #4a4a4a
}
.morelist li .po p {
	color: #4a4a4a;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 5px;
}
.pdxq {
	background: #fff;
	padding: 30px 10px;
}

@media screen and (max-width: 768px) {
.prshow {
	width: 100%;
}
.p-pic {
	width: 100%;
}
.p-miao {
	width: 100%;
	margin-top: 32px
}
.morelist li {
	width: 49%;
	margin-right: 2%;
}
.morelist li:nth-child(2n) {
	margin-right: 0;
}
.morelist li:nth-child(3) {
	margin-right: 2%;
}
.morelist li:nth-child(4) {
	display: block;
}
}
.lSSlideOuter {
	width: 100%;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.lightSlider:before, .lightSlider:after {
	content: " ";
	display: table;
}
.lightSlider {
	overflow: hidden;
	margin: 0;
}
.lSSlideWrapper {
	max-width: 100%;
	border: 1px solid #d8d8d8;
	overflow: hidden;
	position: relative;
}
.lSSlideWrapper li {
	display: block;
}
.lSSlideWrapper img {
	width: 100%;
}
.lSSlideWrapper > .lightSlider:after {
	clear: both;
}
.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform, height;
	transition-property: transform, height;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
	position: relative;
}
.lSSlideWrapper .lSFade > * {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
	z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
	opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #222222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #428bca;
}
.lSSlideOuter .media {
	opacity: 0.8;
}
.lSSlideOuter .media.active {
	opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden;
	-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
	transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	border: 2px solid #ec1b24;
	box-sizing: border-box;
}
.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
	content: " ";
	display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
	clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
	width: 50px;
	display: block;
	top: 50%;
	height: 50px;
	cursor: pointer;
	position: absolute;
	z-index: 22;
	margin-top: -25px;
	opacity: 0.8;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
	opacity: 1;
}
.lSAction > .lSPrev {
	background-image: url('../images/btn-prev.png');
	left: 0;
}
.lSAction > .lSNext {
	background-image: url('../images/btn-next.png');
	right: 0;
}
.lSAction > a.disabled {
	pointer-events: none;
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
	position: relative;
}
.lSSlideOuter.vertical.noPager {
	padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
	position: absolute !important;
	right: 0;
	top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
	width: 100% !important;
	max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
	direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
	padding-left: 0;
	list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
	padding-right: 0;
}
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
	float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
	float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
 0% {
 left: 0;
}
 50% {
 left: -15px;
}
 100% {
 left: 0;
}
}
@keyframes rightEnd {
 0% {
 left: 0;
}
 50% {
 left: -15px;
}
 100% {
 left: 0;
}
}
@-webkit-keyframes topEnd {
 0% {
 top: 0;
}
 50% {
 top: -15px;
}
 100% {
 top: 0;
}
}
@keyframes topEnd {
 0% {
 top: 0;
}
 50% {
 top: -15px;
}
 100% {
 top: 0;
}
}
@-webkit-keyframes leftEnd {
 0% {
 left: 0;
}
 50% {
 left: 15px;
}
 100% {
 left: 0;
}
}
@keyframes leftEnd {
 0% {
 left: 0;
}
 50% {
 left: 15px;
}
 100% {
 left: 0;
}
}
@-webkit-keyframes bottomEnd {
 0% {
 bottom: 0;
}
 50% {
 bottom: -15px;
}
 100% {
 bottom: 0;
}
}
@keyframes bottomEnd {
 0% {
 bottom: 0;
}
 50% {
 bottom: -15px;
}
 100% {
 bottom: 0;
}
}
.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd 0.3s;
	animation: topEnd 0.3s;
	position: relative;
}
.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd 0.3s;
	animation: bottomEnd 0.3s;
	position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lightSlider.lsGrabbing > * {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}


/*在线留言*/
.kg {
    width: 98%;
    margin: 0 auto;
    max-width: 1300px;
}
.book_title {
    font-size: 1.2rem;
    line-height: 30px;
    padding-bottom: 80px;
    text-align: center;
}
.book_title p {
    color: #000;
}
.ncontxt {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 30px;
    height: 48px;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin-right: 3%;
    box-sizing: border-box;
    font-size: 1rem;
}
#tc-2 .fl {
    float: left;
    margin: 0px 33px;
}
.bok_btn {
    margin-right: 51px;
    background: #99341e;
    color: #ffffff;
    width: 150px;
    height: 53px;
    cursor: pointer;
    font-size: 16px;
    border: none;
}
.bok_btn2 {
    display: inline;
    margin-right: -31px;
    background: #e5e5e5;
    color: #000000;
    width: 150px;
    height: 53px;
    cursor: pointer;
    font-size: 16px;
    border: none;
}

/*联系我们*/
.p-B {
    margin-top: 4%;
    font-size: 16px;
    color: #666;
    box-shadow: 5px 5px 20px 0px gainsboro;
}
.rid-53 ul {
    overflow: hidden;
}
.rid-53 li {
    display: table;
    text-align: center;
    background: #fff;
    width: 25%;
    float: left;
    height: 16.666vw;
    box-sizing: border-box;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}
.rid-53 dl {
    display: table-cell;
    vertical-align: middle;
}
.rid-53 i, .rid-53 span {
    display: block;
}
.rid-53 span {
    margin-top: 3%;
    color: #99351e;
    font-size: 16px;
    display: inline-block;
}
.rid-53 li:first-child p {
    width: 70%;
}
.rid-53 p {
    font-size: 18px;
    line-height: 1.66;
    margin: 5% auto 0;
}


/*公司简介*/
.ahistory {
    max-width: 1300px;
    margin: 0 auto;
    width: 94%;
	margin-top: 5rem;
}
.ahistory .biao {
/*    font-size: 1.125em;*/
    color: #99351e85;
    margin-bottom: 2rem;
	text-transform: uppercase;
}
.ahistory .biao p {
    font-weight: bold;
    color: #99351e;
    letter-spacing: 1px;
    font-size: 1.6rem;
	margin: unset;
}
.ahistory .biao i {
    display: block;
    width: 32px;
    height: 2px;
    background: #99351e;
    margin-top: 25px;
}
.honor_nr li {
    width: 33%;
/*    margin-right: 0.5%;*/
    padding-bottom: 30px;
    display: inline-block;
}
.case_pic {
/*
    overflow: hidden;
    position: relative;
    border: 5px solid #f1f1f1;
*/
}
.case_pic img {
    width: 420px;
/*    height: 241px;*/
	display: block;
    transition: 0.5s;
}



/*企业文化*/
.about_nr {
    color: #4c4c4c;
    font-size: 1rem;
    line-height: 1.8em;
}
.wen_mb h2 {
    font-size: 2.125rem;
    color: #363636;
}
.wen_mb span {
    display: block;
    font-size: 0.975rem;
    line-height: 1.875em;
    color: #777777;
    margin-bottom: 3rem;
}

.wen_qb h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
	color: #99351e;
}
.wen_qb hr {
    width: 70px;
    height: 2px;
    border: none;
    background: #99341e;
    margin: 26px 0;
}


/*页码*/
.pagelist {
    padding: 0px 0px 7rem 0px;
}
#pege li {
    position: relative;
    border-bottom: unset;
    padding: unset;
    margin: 1rem 0.8rem 0 0;
    float: left;
}
#pege li a {
    display: unset;
    /* padding: 2%; */
    position: relative;
    z-index: 9;
    transition: 0.5s;
    color: #272727;
    background: unset;
    box-shadow: unset;
    padding: unset;
}