.layout {
	width: 85%;
	margin: 0 auto;
}
.clearfix:before,.clearfix:after {
	content: "";
	display: table
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/*header*/
#wrapper {
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
.header {
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
.header.fixed,.header:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.07);
	box-shadow: 0 5px 5px rgba(0,0,0,.07);
}
.logo {
	padding: 22px 0 0 0;
	float: left;
}
.logo a {
	display: block;
	width: 338px;
	height: 60px;
	margin: 0 auto;
	font-size: 0;
	background-image: url(../images/logo.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.nav {
	float: right;
}
.nav ul {
	font-size: 0;
	-webkit-text-size-adjust: none;
}
.nav ul li {
	margin-right: 25px;
	float: left;
}
.nav ul li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	height: 100px;
	line-height: 100px;
	position: relative;
}
.header.fixed .nav ul li>a,.header:hover .nav ul li>a {
	color: #000;
}
.header.fixed .nav ul li:hover>a,.header:hover .nav ul li:hover>a,.nav ul li.on>a {
	color: #c9151e;
}
.nav ul li>a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 38px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
	transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.header.fixed .nav ul li>a:after,.header:hover .nav ul li>a:after ,.nav ul li.on a:after{
	background-color: #c9151e;
}
.nav ul li:hover>a:after ,.nav ul li.on a:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
.nav ul li:hover>a {
	color: #fff;
}
.nav ul li .nav-body {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ccc;
	padding: 55px 0;
	position: absolute;
	left: 0;
	top: 100px;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.07);
	box-shadow: 0 5px 5px rgba(0,0,0,.07);
}
.nav ul li .nav-body {
	transform-origin: 50% 0%;
	transform: perspective(1920px) rotateX(-80deg);
	opacity: 0;
	transition: all .3s 0s;
	visibility: hidden;
}
.nav ul li:hover .nav-body,.nav ul li.active .nav-body {
	z-index: 10;
	opacity: 1;
	visibility: visible;
	transition: all .5s 0s;
	transform: perspective(0px) rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}
.nav-body .a {
	font-size: 16px;
	color: #666;
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
.nav-body .a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #c9151e;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
	transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.nav-body .a:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
.nav ul li .aboutNav,.nav ul li .newsNav,.nav ul li .contactNav {
	padding: 30px 0;
	text-align: right;
}
.nav ul li .aboutNav .na {
	margin-right: 380px;
}
.nav ul li .newsNav .na {
	margin-right: 295px;
}
.nav ul li .contactNav .na {
	margin-right: 205px;
}
.hd-info {
	float: right;
	font-size: 0;
	-webkit-text-size-adjust: none;
}
.hd-info .tele-box,.hd-info .wechat-box {
	display: inline-block;
	zoom: 1;
}
.tele-box {
	height: 100px;
	line-height: 100px;
	margin-left: 25px;
}
.tele-box span{
	font-family: "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	padding-left: 17px;
	background: url(../images/t-dh.png) left center no-repeat;
}
.header.fixed .tele-box span,.header:hover .tele-box span {
	color: #000;
	background: url(../images/t-dh-h.png) left center no-repeat;
}
.wechat-box {
	padding: 41px 0 0 25px;
	position: relative;
}
.wechat-box:before {
	content: "";
	width: 1px;
	height: 18px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 40px;
}
.header.fixed .wechat-box:before,.header:hover .wechat-box:before {
	background-color: #000;
}
.wechat-box .icon {
	width: 18px;
	height: 15px;
	margin: 0 auto;
	display: block;
	background: url(../images/t-wx.png) no-repeat;
}
.header.fixed .wechat-box .icon,.header:hover .wechat-box .icon {
	background: url(../images/t-wx-h.png) left center no-repeat;
}
.wechat-box .ewm {
	width: 100px;
	padding: 10px;
	background-color: #fff;
	position: absolute;
	left: -22px;
	top: 70px;
	display: none;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.wechat-box .ewm img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.wechat-box:hover .ewm {
	display: block;
}
.btn-m-list {
	width: 55px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 2px;
	z-index: 1020;
	display: none;
	transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.trans, .trans:hover {
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.trans-fast, .trans-fast:hover {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
.btn-m-list .burger {
	width: 17px;
	height: 3px;
	background-color: #fff;
	display: block;
	position: absolute;
	z-index: 5;
	top: 16px;
	left: 50%;
	margin: 0 0 0 -10px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}
.header.fixed .btn-m-list .burger,.header:hover .btn-m-list .burger {
	background-color: #000;
}
.btn-m-list .burger-2 {
	top: 25px;
	width: 25px;
}
.btn-m-list .burger-3 {
	top: 33px;
	width: 21px;
}
.btn-m-list.on .burger-1 {
	top: 25px;
	width: 21px;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.btn-m-list.on .burger-2 {
	top: 25px;
	width: 21px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	left: 100%;
}
.btn-m-list.on .burger-3 {
	top: 25px;
	width: 21px;
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
	background-color: rgba(0,0,0,.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
}
.mob-nav {
	width: 264px;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	visibility: hidden;
	overflow-y: auto;
	background-color: #fff;
	z-index: 3000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-box-shadow: -10px 0 100px 10px rgba(0, 0, 0, 0.7);
	box-shadow: -10px 0 100px 10px rgba(0, 0, 0, 0.7);
}
.mob-nav.on {
	visibility: visible;
	left: 0;
}
.mob-nav .neirong-close {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/nav-close.png) no-repeat 7px center;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0;
	visibility: hidden;
}
.mob-nav.on .neirong-close {
	visibility: visible;
}
.mob-nav .subtab {
	padding-top: 60px;
}
.mob-nav .subtab>li {
	border-bottom: 1px solid #333;
	position: relative;
	transform: translateX(0rem);
	transition: 0.5s;
}
.mob-nav .subtab>li:nth-child(1) .tlink {
	transition-delay: 150ms;
}
.mob-nav .subtab>li:nth-child(2) .tlink {
	transition-delay: 250ms;
}
.mob-nav .subtab>li:nth-child(3) .tlink {
	transition-delay: 350ms;
}
.mob-nav .subtab>li:nth-child(4) .tlink {
	transition-delay: 450ms;
}
.mob-nav .subtab>li:nth-child(5) .tlink {
	transition-delay: 550ms;
}
.mob-nav .subtab>li:nth-child(6) .tlink {
	transition-delay: 650ms;
}
.mob-nav .subtab>li:nth-child(7) .tlink {
	transition-delay: 750ms;
}
.mob-nav .subtab>li:nth-child(8) .tlink {
	transition-delay: 850ms;
}
.mob-nav .subtab>li:nth-child(9) .tlink {
	transition-delay: 950ms;
}
.mob-nav .subtab>li:nth-child(10) .tlink {
	transition-delay: 1050ms;
}
.mob-nav.on .subtab>li {
	transform: translateX(0px);
}
.mob-nav .subtab li .tlink {
	display: block;
	padding: 12px 20px;
	font-size: 16px;
	color: #333;
	background-color: #8c8c8c;
	position: relative;
}
.mob-nav .subtab li.on .tlink {
	color: #c9151e;
}
.mob-nav .subtab li .submenu {
	width: 100%;
	padding: 15px 0;
	background-color: #fff;
	overflow: hidden;
	display: none;
}
.mob-nav .subtab li .submenu a {
	display: block;
	margin-left: 20px;
	padding: 10px;
	font-size: 16px;
	color: #000;
}
.mob-nav .subtab li .mlink {
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #8c8c8c;
	position: relative;
}
.mob-nav .subtab li .menuer {
	width: 100%;
	overflow: hidden;
	display: none;
}
.mob-nav .subtab li .menuer a {
	display: block;
	padding: 10px;
	margin-left: 35px;
	font-size: 14px;
	color: #000;
}
.mob-nav .subtab li .tlink {
	background: rgba(33,33,33,0.8);
	-webkit-transform-origin: -100% 0%;
	-moz-transform-origin: -100% 0%;
	-o-transform-origin: -100% 0%;
	-ms-transform-origin: -100% 0%;
	transform-origin: -100% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
	-moz-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
	-o-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
	-ms-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
	transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.mob-nav.on .subtab li .tlink {
	background: rgba(255,255,255,1);
	-webkit-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-moz-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-o-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-ms-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
	display: none;
}
/*index*/
#top-banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  z-index: 1
}
#top-banner #top-banner-background #top-banner-background-1,
#top-banner #top-banner-background #top-banner-background-2,
#top-banner #top-banner-background #top-banner-background-3,
#top-banner #top-banner-background #top-banner-background-4,
#top-banner #top-banner-background #top-banner-background-5{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%;
  opacity: 1;
  background-color: transparent;
  z-index: 1;
  overflow: hidden
}
#top-banner #top-banner-background #top-banner-background-1 div1,
#top-banner #top-banner-background #top-banner-background-2 div1,
#top-banner #top-banner-background #top-banner-background-3 div1,
#top-banner #top-banner-background #top-banner-background-4 div1,
#top-banner #top-banner-background #top-banner-background-5 div1{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw + 100px);
  height: 100%;
  background-color: transparent;
  z-index: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 9s linear;
  overflow: hidden
}
#top-banner #top-banner-background #top-banner-background-1 div1.active,
#top-banner #top-banner-background #top-banner-background-2 div1.active,
#top-banner #top-banner-background #top-banner-background-3 div1.active,
#top-banner #top-banner-background #top-banner-background-4 div1.active,
#top-banner #top-banner-background #top-banner-background-5 div1.active{
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 1;
}
#top-banner #top-banner-background #top-banner-background-1 div1 {
  background: url(/skin/images/banner1.jpg);
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat
}
#top-banner #top-banner-background #top-banner-background-2 div1 {
  background: url(/skin/images/banner2.jpg);
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat
}
#top-banner #top-banner-background #top-banner-background-3 div1 {
  background: url(/skin/images/banner3.jpg);
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat
}
.banner .banText{
	width: 100%;
	position: absolute; 
	left: 0; 
	top: 50%; 
	z-index: 10;
}
.banner .banText .h2{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
.banner .banText .pn{
	font-size: 24px;
	color: #fff;
	margin-top: 10px;
}
.banner .banText .pn1{
	border: 1px solid #fff;
	padding: 5px 10px;
}
.banner .banText .h2,.banner .banText .pn{
    transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
    -webkit-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
    -moz-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;}
.banner .banText .pn{
    transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) .6s;
    -webkit-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) .6s;
    -moz-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) .6s;}
.contain {
	width: 100%;
	padding-top: 0;
}
.miaobaoxie{
	border-bottom: 1px solid #aaa;
	height: 55px;
    line-height: 55px;
	font-size: 14px;
    color: #777;
}
.miaobaoxie img {
    vertical-align: middle;
    margin-top: -4px;
}
.miaobaoxie a {
    margin: 0 3px;
}
.miaobaoxie1{
	border-bottom: 1px solid #aaa;
	height: 55px;
    line-height: 55px;
	font-size: 14px;
    color: #fff;
    background: #1e1d1d;
}
.miaobaoxie1 img {
    vertical-align: middle;
    margin-top: -4px;
}
.miaobaoxie1 a {
    margin: 0 3px;
}
.sectionBox {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}
.index-title {
	width: 100%;
	text-align: center;
}
.index-title .title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
}
.index-title .pn{
    font-size: 16px;
    color: #777;
    margin-top: 10px;
    letter-spacing: 1px;
}
.index-title .pn span{
	color: #c9151e;
}
.index-title .line {
	width: 130px;
	height: 1px;
	display: inline-block;
	background-color: #c9151e;
	margin: 30px auto 0 auto;
}
.index-case {
	width: 100%;
	padding-top: 10px;
}
.lmlist{
	text-align:center;
	justify-content: center;
	margin: 20px 0;
}
.lmlist li{
	display: inline-block;
	margin: 5px;
}
.lmlist li a{
    display: inline-block;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #b4b4b4;
	font-size: 14px;
	color: #666;
	position: relative;
	z-index: 1;
}
.lmlist li a:hover {
	color: #ffffff;
	border-color: #dddddd;
}
.lmlist li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #c9151e;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
	transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.lmlist li a:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
.index-case ul li {
	width: calc(100% / 4 - 4px);
	float: left;
	position: relative;
	overflow: hidden;
	margin: 2px;
}
.index-case ul li.tuijian {
	width: calc(100% / 2 - 4px);
}
.index-case ul li .pic {
	width: 100%;
	padding-top: 66.67%;
	overflow: hidden;
	position: relative;
}
.index-case ul li.tuijian .pic {
	padding-top: 66.9%;
}
.index-case ul li .pic img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
}
.index-case ul li:hover .pic img {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);   
}
.index-case ul li .tmain{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	left:0;
	top:-100%;
	color: #ffffff;
	text-align: center;
	background: rgba(0,0,0,0.4);
	transition: all 0.3s;
}
.index-case ul li .tmain1{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%) translateY(-55%);
	-moz-transform: translateX(-50%) translateY(-55%);
	-ms-transform: translateX(-50%) translateY(-55%);
	transform: translateX(-50%) translateY(-55%);
}
.index-case ul li .p1{
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	width: 90%;
	margin: 10px auto;
}
.index-case ul li .p2{
	color: #ddd;
	font-size: 16px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.index-more {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.index-more1 {
	margin-bottom: 40px;
}
.index-more a {
	display: inline-block;
	min-width: 160px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #b4b4b4;
	font-size: 14px;
	color: #666;
	position: relative;
	z-index: 1;
}
.index-more a:hover {
	color: #ffffff;
	border-color: #c9151e;
}
.index-more a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #c9151e;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
	transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.index-more a:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
.index-service {
	width: 100%;
	margin-top: 25px;
}
.index-service ul li {
	width: calc(100% / 5 - 10px);
	margin: 5px;
	padding: 2% 1.8%;
	box-sizing: border-box;
	float: left;
	background: #f0f0f0;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.index-service ul li:hover {
	background:#c9151e;
	color:#fff;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.index-service ul li .box {
	display: block;
	text-align: center;
}
.index-service ul li img {
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.index-service ul li:hover img {
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.index-service ul li .t1{
	font-size: 24px;
	color: #000;
	line-height: 1.1;
	margin: 20px 0 10px 0;
}
.index-service ul li:hover .t1{
	color: #ffffff;
}
.index-service ul li .line {
    background: #999;
    width: 40px;
    height: 1px;
    margin: 0 auto;
}
.index-service ul li:hover .line {
    background: #ddd;
}
.index-service ul li .tmain {
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}
.index-service ul li .tmain p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-service ul li:hover .tmain p {
	color: #ffffff;
}
.index-service ul li i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.index-service ul li i.icon1 {
    background: url(../images/s1.png) no-repeat center top;
}
.index-service ul li i.icon2 {
    background: url(../images/s2.png) no-repeat center top;
}
.index-service ul li i.icon3 {
    background: url(../images/s3.png) no-repeat center top;
}
.index-service ul li i.icon4 {
    background: url(../images/s4.png) no-repeat center top;
}
.index-service ul li i.icon5 {
    background: url(../images/s5.png) no-repeat center top;
}
.index-service ul li i.icon6 {
    background: url(../images/s6.png) no-repeat center top;
}
.index-service ul li i.icon7 {
    background: url(../images/s7.png) no-repeat center top;
}
.index-service ul li i.icon8 {
    background: url(../images/s8.png) no-repeat center top;
}
.index-service ul li i.icon9 {
    background: url(../images/s9.png) no-repeat center top;
}
.index-service ul li i.icon10 {
    background: url(../images/s10.png) no-repeat center top;
}
.index-service ul li:hover i {
	background-position:0 -40px;
	transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.index-service ul li .more {
	display: inline-block;
	width: 95px;
	height: 25px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #b4b4b4;
	font-size: 12px;
	color: #818181;
	margin: 10px 0 0 0;
}
.index-service ul li:hover .more{
	background-color: #c9151e;
	border-color: #fff;
	color: #fff;
}
.section03 {
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #c9151e;
}
.section03 .index-title .h2 {
	color: #000;
}
.index-about {
	text-align: center;
}
.index-about img{
	max-width: 100%;
}
.index-about .pn {
	font-size: 36px;
	color: #000;
	margin: 10px 0 0 0;
}
.index-about .pcont {
	font-size: 16px;
	color: #666;
    letter-spacing: 2px;
	max-width: 1200px;
	margin:10px auto;
	line-height: 32px;
	text-align: center;
}
.inaboutNum {
	margin-top: 30px;
}
.inaboutNum ul {
	font-size: 0;
	-webkit-text-size-adjust: none;
}
.inaboutNum ul li {
	display: inline-block;
	zoom: 1;
	padding: 0 60px;
	border-right: 1px solid #dddddd;
}
.inaboutNum ul li:last-of-type {
	border-right: none;
	padding: 0 0 0 50px;
}
.inaboutNum ul li .num {
	font-family: 'Impact';
	font-size: 80px;
	color: #000;
	line-height: 1.1;
}
.inaboutNum ul li .pn {
	font-size: 15px;
	color: #666;
}
.team-motto {
	margin-top: 40px;
}
.team-motto .line {
	width: 72px;
	height: 1px;
	display: block;
	background-color: #c9151e;
}
.section06{
	background:#f0f0f0;
}
.index-hezuo {
    width: 100%;
    margin-top: 20px;
}
.index-hezuo .demo1, #demoyou{
	width:100%;
	margin:5px auto;
	overflow: hidden;
}
.index-hezuo .demo2 {
    white-space: nowrap;
}
.index-hezuo .demo1 img, #demoyou img {
	border: 1px solid #e0e0e0;
	margin: 0 3px;
}
#indemo {
	float: left;
	width: 1140%;
}
#demoyou1{
	float: left;
}
#demoyou2{
	float: left;
}
.index-hezuo img{
    width: 200px;
}
.section04{
	background:#f0f0f0;
}
.index-team ul {
	width: calc(100% / 1 - 40px);
	margin:25px auto 0 auto;
}
.index-team ul li {
	padding-top: 15px;
	margin: 0 20px;
    transition: all 0.4s ease 0s;
}
.index-team ul li .tmain{
    background-color: #fff;
	padding: 36px;
	position: relative;
	margin-bottom: 25px;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.index-team ul li:hover .tmain{
	transform: translateY(-15px); 
}
.index-team ul li:hover .tmain{
	 background-color: #c9151e;
}
.index-team ul li .tmain:after {
    content: '';
    position: absolute;
    bottom: -10px;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transition: all 0.36s ease;
}
.index-team ul li:hover .tmain:after {
    border-top: 10px solid #c9151e;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transition: all 0.36s ease;
}
.index-team ul li .h2 {
	font-size: 24px;
	color: #000;
}
.index-team ul li .pn {
	font-size: 12px;
	margin-left: 10px;
	color: #999;
}
.index-team ul li .pcont {
    font-size: 14px;
    color: #777;
    margin-top: 15px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.index-team ul li:hover .tmain .h2 {
	color: #fff;
}
.index-team ul li:hover .tmain .pn {
	color: #ddd;
}
.index-team ul li:hover .tmain .pcont {
	color: #eee;
}
.index-pingjia ul {
	width: calc(100% / 1 - 40px);
	margin:25px auto 0 auto;
}
.index-pingjia ul li {
	margin: 0 20px;
}
.index-pingjia ul li .tmain{
    background: #f0f0f0;
	padding: 36px;
	position: relative;
	margin-bottom: 20px;
}
.index-pingjia ul li .tmain:after {
    content: '';
    position: absolute;
	left:36px;
    bottom: -15px;
    border-top: 15px solid #f0f0f0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transition: all 0.36s ease;
}
.index-pingjia ul li .tmain1 .p1{
    font-weight: bold;
	font-size: 14px;
}
.index-pingjia ul li .tmain1 .p2{
    color: #999;
}
.index-pingjia ul li .tmain1 .p2 span{
    color: #c9151e;
}
.section05{
	background:#f0f0f0;
}
.index-news {
	width: 100%;
	margin-top: 25px;
}
.index-news .top li {
	width: calc(100% / 4 - 10px);
	margin: 0 5px;
	padding: 5px;
	box-sizing: border-box;
	float: left;
	background: #fff;
}
.index-news .top li .pic {
	width: 100%;
	padding-top: 66.67%;
	overflow: hidden;
	position: relative;
}
.index-news .top li .pic img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.index-news .top li .pic:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.index-news .top li .tmain {
	padding: 10px;
}
.index-news .top li .h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.index-news .top li:hover .h2 {
	color: #c9151e;
}
.index-news .top li .pcont {
	font-size: 14px;
	color: #777;
	margin-top: 10px;
	text-align: justify;
	text-align-last: left;
}
.index-news .top li .pcont p{
    display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news .top li .time {
	display: block;
	font-size: 14px;
	color: #c9151e;
	margin-top: 15px;
}
.index-news .bottom{
	margin-top:50px;
	border-top: 1px solid #888;
	padding-top: 50px;
}
.index-news .bottom .two{
	width: calc(100% / 2 - 22px);
	margin: 0 10px;
	float: left;
}
.index-news .bottom .two .title1{
	font-size: 28px;
}
.index-news .bottom .two .title2{
	font-size: 36px;
	font-weight: bold;
	color: #000;
}
.index-news .bottom .left li{
	margin:10px 0;
	display: inline-block;
	width: 100%;
}
.index-news .bottom .left .addtime {
    float: left;
    width: 90px;
    height: 90px;
    padding-top: 10px;
    border: 2px solid #c9151e;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    color: #c9151e;
}
.index-news .bottom .left .addtime p {
    font-size: 48px;
    line-height: 48px;
}
.index-news .bottom .left .cons {
    float: right;
	width: calc(100% / 1 - 110px);
}
.index-news .bottom .left .cons .title{
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #222;
    overflow: hidden;
}
.index-news .bottom .left a:hover .title{
	color: #c9150e;
}
.index-news .bottom .left .cons .content {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    margin-top: 15px;
}
.index-news .bottom .liebiao{
    border: 1px solid #c9151e;
	padding:30px;
	margin-top: 10px;
	box-sizing: border-box;
}
#scrollwenti {
	margin: 0 auto;
	position: relative;
}
#scrollwenti .content {
	height: 408px;
	overflow: hidden;
	position: relative;
}
#scrollwenti .content ul {
	position: absolute;
	top: 0;
	left: 0;
}
#scrollwenti .content li {
	width: 100%;
	border-bottom: 1px dashed #666;
	display: inline-block;
	padding:15px 0;
}
#scrollwenti .content img {
	float:left;
	margin-right: 10px;
}
#scrollwenti .content p{
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #222;
    overflow: hidden;
    margin-bottom: 15px;
}
#scrollwenti .content li:hover p{
	color: #c9150e;
}
#scrollwenti .content .pcont{
	color: #777;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    height: 50px;
}
.index-customer {
	width: 100%;
	margin-top: 40px;
}
.index-customer ul li {
	width: 11.111%;
	float: left;
}
.index-customer ul li span {
	display: block;
	padding-top: 66.67%;
	overflow: hidden;
	position: relative;
}
.index-customer ul li span img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.index-customer ul li span .bg2 {
	display: none;
}
.index-customer ul li:hover span .bg2 {
	display: block;
	z-index: 5;
}
.sansinos-demand {
	width: 100%;
	padding: 80px 0;
	background: url(/skin/images/bg_liuyan.jpg)no-repeat;
	background-size:100% 100%;
}
.sansinos-demand .dmain {
	width: 50%;
	float: left;
}
.sansinos-demand .dmain .h2 {
	font-size: 28px;
	font-weight: bold;
	color: #c9151e;
}
.sansinos-demand .dmain .pn {
	font-size: 17px;
	color: #fff;
}
.sansinos-demand .dmain .line {
	width: 50px;
	height: 1px;
	display: block;
	background-color: #aaa;
	margin: 20px 0;
}
.sansinos-demand .dmain .h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}
.sansinos-demand .dmain .pcont {
	font-size: 16px;
	color: #eee;
}
.sansinos-demand .dmain .pcont p {
	line-height: 35px;
	padding-left: 20px;
	position: relative;
}
.sansinos-demand .dmain .pcont p:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #eee;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
.sansinos-demand .dmain .h4 {
	font-size: 30px;
	color: #eee;
}
.sansinos-demand .dmain .h4 b {
	font-size: 42px;
	color: #c9151e;
}
.sansinos-demand .list {
	padding-top: 10px;
}
.sansinos-demand .list .ul {
	width: 48%;
}
.sansinos-demand .sansinos-form {
	width: 40%;
	float: right;
	background: #f0f0f0;
	padding: 50px 80px;
	box-sizing: border-box;
}
.sansinos-demand .sansinos-form .pn {
	font-size: 28px;
	font-weight: bold;
	color: #c9151e;
	text-align: center;
}
.sansinos-demand .sansinos-form .h2 {
	font-size: 17px;
	color: #777;
	text-align: center;
}
.sansinos-form .li {
	width: 100%;
	margin-bottom: 10px;
}
.sansinos-form .tit {
	font-size: 14px;
	color: #777;
	margin-bottom: 3px;
	position: relative;
}
.sansinos-form .tit i {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #f00;
}
.sansinos-form .dtext,.sansinos-form .dsele {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 12px;
	color: #333;
	background: none;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sansinos-form .xuqiu {
	width: 100%;
	height: 115px;
	line-height: 20px;
	padding: 10px;
	font-size: 12px;
	display: block;
	color: #333;
	background: none;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sansinos-form .dtext:focus {
	border-color: #c9151e;
}
.sansinos-form .dtext::-webkit-input-placeholder, .sansinos-form .dtext::-moz-placeholder, .sansinos-form .dtext:-moz-placeholder, .sansinos-form .dtext:-ms-input-placeholder{
	color: #999;
}
.sansinos-form .submitbox {
	padding-top: 20px;
}
.sansinos-form .submit {
	width: 100%;
	height: 40px;
	background-color: #c9151e;
	font-size: 15px;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: all 0.4s ease;
}
.sansinos-form .submit:hover {
	background-color: #000;
}
.sansinos-form .tips {
	font-size: 14px;
	color: #777;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 15px;
	text-align: center;
}
.noticeBox {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #e8e8e8;
	overflow: hidden;
	margin-top: 21px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.noticeBox .item {
	overflow: hidden;
	position: relative;
}
.noticeBox .item:before {
	content: "";
	display: block;
	width: 23px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 10px;
}
.noticeBox .item span {
	font-size: 14px;
	color: #777;
}
.mouseBtns {
	width: 20px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 10;
	margin: auto;
	cursor: pointer;
	display: none;
}
.mouseBtns i {
	display: block;
	width: 3px;
	height: 9px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	-webkit-animation: mouse-dot1 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot1 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes mouse-dot1 {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
		opacity: 0;
	}
}
@-webkit-keyframes mouse-dot1 {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
		opacity: 0;
	}
}
/*about*/
.nybanner {
	width: 100%;
	padding-top: 34%;
	position: relative;
	background-size: 100% 100%;
}
.nybanner .nyTitle {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nybanner .h2 {
	font-size: 70px;
	font-weight: bold;
}
.nybanner .pn {
	font-size: 25px;
	opacity: .5;
}
.about-banner .item {
	width: 100%;
	height: 678px;
	background-position: center 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.about-info {
	width: 100%;
	background-color: #fff;
	padding: 80px 0;
}
.aboutNumber {
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}
.aboutNumber ul {
	font-size: 0;
	-webkit-text-size-adjust: none;
}
.aboutNumber ul li {
	display: inline-block;
	zoom: 1;
	min-width: 200px;
	padding: 0 30px;
	border-right: 1px solid #c9151e;
}
.aboutNumber ul li:last-of-type {
	border-right: none;
}
.aboutNumber ul li .num {
	font-family: 'Impact';
	font-size: 80px;
	font-weight: bold;
	color: #000;
	line-height: 1.1;
}
.aboutNumber ul li .pn {
	font-size: 15px;
	color: #000;
}
.index-boss{
	margin-top: 80px;
}
.index-boss .pic{
	float: left;
	width: 30%;
}
.index-boss .pic img{
	max-width: 100%;
}
.index-boss .tmain{
	width: 66.67%;
	float: right;
}
.index-boss .h2{
	font-size: 47px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}
.index-boss .pn{
	font-size: 20px;
	font-weight: bold;
	color: #c9151e;
	margin-top: 10px;
}
.index-boss .text{
	width: 100%;
	margin-top: 30px;
	font-size: 15px;
	color: #727171;
	line-height: 2;
}
.index-boss .td{
	max-width: 48%;
	letter-spacing: 2px;
	text-align: justify;
	text-align-last: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.about-us {
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	font-size: 16px;
    letter-spacing: 2px;
	color: #777;
	line-height: 32px;
}
.about-box .t2 {
	width: 100%;
	background-color: #f0f0f0;
	padding: 80px 0;
}
.about-box .t3 {
	width: 100%;
	padding: 80px 0;
}
.event_box {
	width: 100%;
	margin: 40px auto 0;
	position: relative;
}
.event_box .parHd {
	width: 100%;
	display: inline-block;
	height: 92px;
	overflow: hidden;
}
.parHd  ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px !important;
}
.parHd .tempWrap {
	margin: 0 auto;
}
.parHd .tempWrap:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #666;
	position: absolute;
	top: 31%;
	z-index: 10;
}
.parHd li.no_line:before {
	display: none;
}
.parHd li {
	display: inline-block;
	cursor: pointer;
	padding-top: 30px;
	font-size: 16px;
	color: #000;
	margin: 0 50px;
	position: relative;
}
.parHd li:after {
	content: '';
	background: url(../images/dot_ico.png) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 20;
	top: -12px;
	left: 50%;
	margin-left: -12px;
}
.parBd {
	text-align: center;
	margin-top: 60px;
}
.slideBox:first-child {
	display: block;
}
.slideBox {
	display: none;
}
.parBd h4 {
	position: relative;
	font-size: 36px;
	margin-bottom: 3%;
	padding: 0 60px;
	display: inline-block;
	text-align: center;
}
.parBd h4:after {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	left: -100px;
	bottom: 22px;
}
.parBd h4:before {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	right: -100px;
	bottom: 22px;
}
.parBd p {
	line-height: 1.5;
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
}
#listBox {
	width: 100%;
}
.sPrev,.sNext {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 10px;
	z-index: 999;
}
.sPrev {
	left: 0;
}
.sNext {
	right: 0;
}
.sPrev img,.sNext img {
	transition: all .6s cubic-bezier(.51,1.1,.9,.95);
	-moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
	-webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
	-o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
}
.parHd li.act span {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../images/cat.png) no-repeat;
	position: absolute;
	top: -12px;
	left: 14px;
	z-index: 21;
}
.parHd li span,.parHd li.clone span {
	display: none;
}
.about-box .t4{
	width: 100%;
	padding: 80px 0;
}
.about-box .rongyu{
	display:inline-block;
	width: 100%;
	margin-top: 20px;
}
.about-box .ryl{
	width: 35%;
	float: left;
	height: 400px;
	overflow:auto;
}
.about-box .ryl p {
    line-height: 28px;
    font-size: 15px;
    color: #848484;
}
.about-box .ryr{
	width: 60%;
	float: right;
	height: 400px;
	overflow:auto;
}
.about-box .ryr img{
	width: 24%;
	float: left;
	margin: 0.5%
}
.about-box .t5{
	width: 100%;
	background: #f0f0f0;
	padding: 80px 0;
}
/*case*/
.case-title {
	text-align: left;
}
.case-tab {
	width: 100%;
	text-align: center;
}
.case-tab ul {
	font-size: 0;
	-webkit-text-size-adjust: none;
}
.case-tab ul li {
	display: inline-block;
	margin: 0 5px;
}
.case-tab ul li a {
	display: block;
	border: 1px solid #c1c1c1;
	min-width: 128px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	color: #838383;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.case-tab ul li:hover a,.case-tab ul li.on a {
	color: #fff;
	border-color: #c9151e;
}
.case-tab ul li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #c9151e;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
	transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.case-tab ul li:hover a:after,.case-tab ul li.on a:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
.casedetails-box {
	width: 100%;
	background-color: #fff;
	padding: 100px 0 80px 0;
}
.casedetails-box .layout {
	max-width: 1310px;
}
.casedetails-box .text {
	padding: 30px 0;
}
.img-box {
	width: 100%;
	height: 689px;
	margin-top: 20px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
.img-box img {
	display: none;
}
.img-box1 {
	height: 703px;
}
.qiehuan .slick-arrow{
	width: 19px;
	height: 36px;
	position: absolute;
    top: 50%;
	transform: translate(0,-100%);
	z-index: 10;
	font-size: 0;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all 0.5s ease;
}
.qiehuan .slick-prev{
	left: -20px;
	background: url(../images/case-prev.png) no-repeat;
}
.qiehuan .slick-next{
	right: -20px;
	background: url(../images/case-next.png) no-repeat;
}
.text .aa img {
	display: block;
}
/*service*/
.service01{
	padding-bottom: 60px;
}
.service01 .serimg{
	height: 613px;
    background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}
.service01 .title,.service02 .title{
	padding-top: 60px;
	text-align:center;
	color: #c9151e;
    font-size: 36px;
    font-weight: bold;
}
.service03 .title,.service04 .title{
	text-align:center;
	color: #c9151e;
    font-size: 36px;
    font-weight: bold;
}
.service01 .line,.service02 .line,.service03 .line ,.service04 .line{
    background: #c9151e;
    width: 60px;
    height: 2px;
    margin: 15px auto;
}
.service01 .cons,.service02 .cons,.service03 .cons,.service04 .cons  {
    max-width: 490px;
    margin: 0 auto;
	text-align: center;
    font-size: 16px;
    line-height: 32px;
}
.service01 .epc {
    margin: 60px auto 0 auto;
    display: inline-block;
    width: 100%;
}
.service01 .epc li {
    float:left;
    width: 33.33%;
    text-align: center;
    vertical-align: top;
}
.service01 .epc li .pic {
    background: #c9151e;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
}
.service01 .epc li .pic:hover {
	background:#3e3a39;
}
.service01 .epc li .pic .table {
    display: table;
    height: 100%;
    width: 100%;
}
.service01 .epc li .pic .table .td {
    display: table-cell;
    vertical-align: middle;
}
.service01 .epc li .p {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0 0px 0;
}
.service01 .epc li .t {
    color: #c9151e;
    font-size: 18px;
    line-height: 30px;
    font-weight: Bold;
}
.service02{
	background:#f0f0f0;
	width: 100%;
	display: inline-block;
	padding-bottom: 60px;
}
.service02 .aboutNumber{
	margin-top:50px;
}
.service02 .aboutNumber ul li {
    border:none;
}
.service02 ul li .num {
    font-weight: normal;
}
.service02 .qysk{
	width: 100%;
	margin: 0 auto;
}
.service02 .qysk li {
	width: 21%;
    float: left;
    margin: 0 2%;
    background: #3e3a39;
    padding: 20px 0;
    text-align: center;
    color: #cecece;
}
.service02 .qysk li p {
    background-position: center top;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    margin: 0 auto;
	transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.service02 .qysk li:hover p {
	background-position: center bottom;
	transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.service02 .qysk li .line2 {
    width: 25px;
    height: 2px;
    background: #cecece;
    margin: 20px auto 15px auto;
}
.service02 .qysk li .cons {
    line-height: 25px;
}
.service04 .liucheng{
	width:100%;
	display: inline-block;
	margin-top:20px;
}
.service04 .liucheng li{
	float:left;
	padding: 20px;
    width: calc(100% / 8 - 20px);
    margin: 10px;
	box-sizing: border-box;
	text-align: center;
	border: #666 1px solid;
}
.service04 .liucheng li .box {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-top: 80%;
    transition: all .4s;
    transform-style: preserve-3d;
}
.service04 .liucheng li:hover .box {
    transform: rotateY(180deg);
}
.service04 .liucheng li .front,
.service04 .liucheng li .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.service04 .liucheng li .box img{
	max-width: 100%;
}
.service04 .liucheng li .front {
    z-index: 1;
	background: #fff;
}
.service04 .liucheng li .back {
    transform: rotateY(180deg);
	background: #fff;
}
.service04 .liucheng .img1 {
    z-index: 1;
}
.service04 .liucheng .img2 {
    /* 像手机一样 背靠背 旋转 */
    transform: rotateY(180deg);
}
.service04 .liucheng li p{
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ccc;
}
.service04 .liucheng li:hover p{
    color:#c9151e;
}
.service04 .liucheng li h2 {
    color: #ccc;
	margin-top: 20px;
    font-size: 42px;
    line-height: 42px;
    font-family: "宋体";
}
/*case*/
.shaixuan{
	margin-top: 15px;
	font-size: 14px;
}
.shaixuan .bg{
	background:#f0f0f0;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 5px;
}
.shaixuan .bg .hang{
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.shaixuan .bg .hang li{
	float: left;
	margin: 3px;
}
.shaixuan a,.shaixuan span{
	padding: 3px 10px;
	display: block;
}
.shaixuan span{
	font-weight: bold;
}
.shaixuan li a:hover,.shaixuan a.active{
	background: #c9151e;
    color: #fff;	
}
.shaixuan b{
font-weight: normal;
}
.sectioncase{
	padding-top:10px;
}
.case-list{
	display: inline-block;
	width: 100%;
}
.case-list li{
	width: calc(100% / 3 - 10px);
	margin: 5px;
	float: left;
}
.case-list li .pic {
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
    position: relative;
}
.xinxi{
	display: inline-block;
    font-size: 14px;
    color: rgba(17,17,17,0.5);
    margin-right: 18px;
    position: relative;
    padding-bottom: 6px;}
.case-list li .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}
.case-list li:hover .pic img {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);   
}
.case-list li .tmain {
    padding: 20px 0;
}
.case-list li .h2 {
    font-size: 18px;
    font-weight: 700;
    color: #444;
	letter-spacing: 1px;
}
.case-list li .pcont {
    font-size: 14px;
    color: #727171;
    margin-top: 5px;
	word-break:break-all;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	letter-spacing: 1px;
}
/*case-arc*/
/*news*/
.newsbg{
	display: inline-block;
}
.news-list {
	width: 100%;
	margin-top: 40px;
	box-sizing: border-box;
}
.news-list li {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	background-color: rgba(245,245,245,0.5);
    position: relative;
}
.news-list li .pic {
	width: 360px;
	height: 240px;
	float: left;
	overflow: hidden;
}
.news-list li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.news-list li:hover .pic img {
	transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	-webkit-transform: scale(1.04);
}
.news-list li .tmain {
	max-width: 800px;
	height: 240px;
	margin-left: 40px;
	float: left;
	padding: 40px;
	box-sizing: border-box;
}
.news-list li .tmain .h2 {
	font-size: 24px;
	font-weight: 700;
	color: #414141;
	margin-bottom: 20px;
}
.news-list li:hover .tmain .h2 {
	color: #c9151e;
}
.news-list li .tmain .pcont {
	font-size: 14px;
	color: #414141;
	margin-top: 10px;
	line-height: 2;
}
.news-list li .tmain .more {
	letter-spacing: 1px;
	font-size: 14px;
	color: #414141;
	margin-top: 10px;
}
.news-list li .tmain .more span{
	margin-left: 5px;
	letter-spacing: 1px;
}
.news-list li .time {
    width: 15%;
	float: right;
	text-align: center;
	color:#636363;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-list li .time .nian {
    font-size: 40px;
    letter-spacing: 1px;
}
.news-list li .time .yueri {
    font-size: 16px;
}
.page {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	font-size: 0;
}
.page li{
	display: inline-block;
	margin: 0 2px;
}
.page li a {
	font-size: 14px;
	display: block;
	color: #858585;
	border: 1px solid #d1d1d1;
	padding: 7px 14px;
}
.page li a:hover,.page li.active {
	background-color: #c9151e;
	border-color: #c9151e;
	color: #fff;
}
.page li.active a{
	border-color: #c9151e;
	color: #fff;
}
.page .pageinfo{
	display: inline-block;
	font-size: 14px;
	color: #858585;
	padding: 7px 10px;
}
.news-tuijian {
	width: 25%;
	float: right;
	background: #f0f0f0;
	margin-top: 40px;
	padding: 30px;
	box-sizing: border-box;
}
.case-tuijian {
	margin-top: 0;
}
.news-tuijian .n-title {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	border-left: 4px solid #c9151e;
	padding-left: 10px;
	line-height: 25px;
	margin-top: 15px;
}
.news-arc {
	width: 70%;
	margin-top: 40px;
	float: left;
}
.case-arc {
	margin-top: 0;
}
.case-t{
	display: inline-block;
    background-color: #1e1d1d;
    color: #ddd;
    padding: 50px 0;
    width: 100%;
}
.case-tl{
	float: left;
	width: 60%;
}
.case-tl img{
	margin-bottom:-3px;
	margin-right: 5px;
	width: 18px;
}
.case-tl .p1{
	font-size: 32px;
	font-weight: bold;
}
.case-tl .p2,.case-tl .p3{
	font-size: 16px;
	margin: 20px 0;
}
.case-tl .p3 p {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #a0a0a0;
    border: 1px solid #3d3d3d;
    border-radius: 30px;
    margin: 10px 15px 0 0;
    vertical-align: top;
    padding: 0 25px;
}
.case-tl .p2 p{
	font-size: 14px;
	letter-spacing: 2px;
    line-height: 2;
	margin: 5px 0 20px 0;
}
.case-tr{
	float: right;
	width: 30%;
	font-size: 16px;
	margin-top: 50px;
}
.case-tr img{
	margin-bottom:-4px;
	margin-right: 5px;
	width: 20px;
}
.case-tr a {
    display: block;
	width: 180px;
    margin-top: 15px;
    border: 1px solid #9b9b9b;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
}
.case-tr a:hover, .case-tr a:last-child {
    background-color: #c9151e;
    border-color: #c9151e;
    color: #fff;
}
.newsdetails h1 {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.newsdetails .nwinfo {
	font-size: 15px;
	color: #777;
	text-align: center;
	margin-top: 10px;
}
.newsdetails .nwinfo i {
	margin: 0 10px;
}
.newsdetails .newstext {
	width: 100%;
	margin: 60px 0;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
}
.newstext .casen{
	margin-bottom: 10px;
}
.newsdetails .casetext {
	margin: 0 0 60px 0;
}
.newsdetails .newstext img{
	margin: 5px 0;
	max-width: 100%;
    vertical-align: top;
}
.newsdetails .newsmore:before {
	content: "";
	display: block;
	width: 98px;
	height: 1px;
	background-color: #c9151e;
}
.newsdetails .newsmore ul {
	padding: 40px 0;
}
.newsdetails .newsmore ul li {
	margin-top: 5px;
	font-size: 16px;
	color: #777;
}
.newsdetails .newsmore ul li a {
	color: #777;
}
.newsdetails .newsmore ul li a:hover {
	color: #c9151e;
}
.n-recommend {
	width: 100%;
	margin-top: 20px;
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #c9151e;
	border-top: 1px solid #c9151e;
}
.n-recommend ul li {
	width: 100%;
	margin-top: 10px;
}
.n-recommend ul li .box {
	display: block;
	overflow: hidden;
	zoom: 1;
	border: 1px solid #cecece;
}
.n-recommend ul li .pic {
	width: 36%;
	float: left;
}
.n-recommend ul li .pic1{
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
    position: relative;
}
.n-recommend ul li .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}
.n-recommend ul li .pic:hover img {
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.n-recommend ul li .tmain {
	width: 63%;
    float: right;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.n-recommend ul li .h2 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
}
.n-recommend ul li .tmore {
	margin-top: 5px;
}
.n-recommend ul li .time {
	float: left;
	font-size: 12px;
	color: #777;
}
.n-recommend ul li:hover .h2 {
	color: #c9151e;
}
.c-recommend {
	width: 100%;
	margin-top: 20px;
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #c9151e;
	border-top: 1px solid #c9151e;
}
.c-recommend ul li {
	width: 100%;
	margin-top: 20px;
}
.c-recommend ul li .pic {
	width: 100%;
	padding-top: 66.67%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.c-recommend ul li .pic img {
	width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.c-recommend ul li:hover .pic img {
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.c-recommend ul li .tit {
	background-color: #fff;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.c-recommend ul li .tit:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #c9151e;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
	transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.c-recommend ul li:hover .tit:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
.c-recommend ul li .h2 {
	font-size: 15px;
	color: #595757;
	margin-right: 26px;
}
.c-recommend ul li:hover h2 {
	color: #fff;
}
.c-recommend ul li .icon {
	width: 26px;
	height: 8px;
	background: url(../images/case-more.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	z-index: 10;
}
.contact-box {
	max-width: 100%;
	margin: 0 auto;
}
.contact-box .cont-left {
	width: 50%;
	float: left;
}
.contact-box .cont-right {
	width: 50%;
	float: right;
}
.contact-box .cont-right #container{
	width: 100%;
	height: 476px;
}
.contact-box .noticeBox {
	margin-top: 35px;
}
.cont-text {
	margin-top: 20px;
	padding-top: 20px;
	position: relative;
}
.cont-text:before {
	content: "";
	display: block;
	width: 67%;
	height: 1px;
	background-color: #c9151e;
	position: absolute;
	left: 0;
	top: 0;
}
.cont-text1 {
	margin-top: 0;
	padding-top: 0;
}
.cont-text1:before {
	display: none;
}
.cont-text .tele-tit {
	font-size: 26px;
	color: #c9151e;
}
.cont-text .tele-num {
	font-size: 55px;
	font-weight: bold;
	color: #000;
}
.cont-text .tele-tip {
	font-size: 29px;
	font-weight: bold;
	color: #c9151e;
}
.cont-text .company {
	font-size: 14px;
	color: #000;
}
.cont-text .company b {
	font-size: 22px;
}
.cont-text .address-c {
	font-size: 20px;
	color: #777;
}
.cont-text .address-m {
	font-size: 18px;
	color: #777;
}
.cont-text .address-m2 {
	font-size: 14px;
	color: #777;
}
/*footer*/
.footer {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #222;
}
.footer .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.footer video {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	-webkit-transition: opacity 4.0s;
	-moz-transition: opacity 4.0s;
	-ms-transition: opacity 4.0s;
	-o-transition: opacity 4.0s;
	transition: opacity 4.0s;
}
.footer .footertext {
	padding: 75px 0 50px 0;
	position: relative;
	z-index: 10;
}
.footer .footTou {
	position: relative;
}
.footer .footInfo {
	width: 400px;
	float: left;
}
.footer .footInfo .t1,.footer .footInfo .t2 {
	margin-top: 25px;
	color: #fff;
}
.footer .footInfo .t1 h2 {
	font-size: 17px;
	letter-spacing: 0.5px;
}
.footer .footInfo .t1 p {
	font-size: 14px;
}
.footer .footInfo .t2 p {
	font-size: 22px;
	font-weight: bold;
}
.footer .footInfo .t2 span {
	font-size: 15px;
	font-weight: 100;
	color: #999a9a;
}
.footer .footCopy {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #999a9a;
}
.footer .footCopy a {
	color: #999a9a;
}
.footer .footNav {
	font-size: 0;
	-webkit-text-size-adjust: none;
	float: right;
}
.footer .footNav .dl {
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	word-wrap: break-word;
	margin: 0 20px;
	text-align: center;
}
.footer .footNav .dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #a09a96;
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding-bottom: 10px;
}
.footer .footewm {
	width: 120px;
	float: right;
	text-align: center;
	margin-left: 20px;
}
.footer .footewm img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.footer .footewm p {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
}
.footer .footBom {
	width: 100%;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #a09a96;
	border-top: 1px solid rgba(255,255,255,.5);
	font-size: 15px;
	color: #fff;
}
.footer .footBom span{
    display: none;
}
.footer .youlian span{
    display: block;
}
.footer .footBom a {
	margin-right: 15px;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #c9151e;
}
/*中等屏幕pc*/
@media screen and (max-width: 1600px) {
	.loaderText .log img {
		max-width: 300px;
	}
	.loaderText .h2 {
		font-size: 50px;
	}
	.loaderText .h3 {
		font-size: 20px;
	}
	.index-about .h2 {
		font-size: 70px;
	}
	.sansinos-demand .dmain .h2 {
		font-size: 24px;
	}
	.sansinos-demand .dmain .h4 {
		font-size: 20px;
	}
}
/*中等屏幕pc*/
@media screen and (min-width: 1200px) and (max-width: 1519px) {
	.layout {
		width: 1180px;
	}
	.logo a {
		width: 240px;
	}
	.banner .banText .h2{
		font-size: 36px;
	}
	.banner .banText .pn {
		font-size: 18px;
	}
	.nav ul li .nav-body {
		padding: 20px 0;
	}
	.nav-body .tname .h2 {
		font-size: 20px;
	}
	.nav-body .tname .pn {
		font-size: 14px;
		margin-right: 15px;
	}
	.nav-body .ttab,.nav-body .tmain {
		min-height: 380px;
	}
	.nav-body .ns {
		font-size: 14px;
	}
	.nav-body .dl dd a {
		font-size: 14px;
		height: 26px;
		line-height: 26px;
	}
	.nav-body .mt29 {
		margin-top: 10px !important;
	}
	.nav-body .see-more {
		margin-top: 10px;
		font-size: 12px;
	}
	.nav-body .tmain {
		width: 50%;
	}
	.nav-body .tmain .box {
		margin-left: 40px;
		min-height: 300px;
	}
	.nav-body .tmain .nc {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.nav-body .tmain .tit {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.nav-body .tmain .pn {
		font-size: 12px;
		line-height: 22px;
	}
	.index-title .h2 {
		font-size: 30px;
	}
	.index-title .pn {
		font-size: 14px;
	}
	.news-list li .pic {
        width: 300px;
        height: 200px;
    }
    .news-list li .tmain {
        max-width: 750px;
        height: 200px;
        margin-left: 0;
        padding: 30px;
    }
    .news-list li .tmain .h2{
        margin-bottom: 0;
    }
	.index-case {
		padding-top: 0;
	}
	.index-service ul li .icon {
		max-width: 60px;
	}
	.index-about .h2 {
		font-size: 60px;
	}
	.index-about .pn {
		font-size: 20px;
	}
	.index-about .pcont {
		font-size: 14px;
	}
	.inaboutNum {
		margin-top: 80px;
	}
	.inaboutNum ul li .num {
		font-size: 50px;
	}
	.inaboutNum ul li .pn {
		font-size: 12px;
	}
	.index-team ul li .h2 {
		font-size: 20px;
	}
	.index-team ul li .pn {
		font-size: 14px;
	}
	.index-team ul li .pcont {
		font-size: 12px;
	}
	.index-news .top li .tmain {
		padding: 25px 20px;
	}
	.service01 .serimg{
		height: 500px;
	}
	.sansinos-demand .dmain .h2 {
		font-size: 19px;
	}
	.sansinos-demand .dmain .pn {
		font-size: 12px;
	}
	.sansinos-demand .dmain .pcont {
		font-size: 12px;
	}
	.sansinos-demand .dmain .h4 {
		font-size: 14px;
	}
	.sansinos-demand .dmain .h4 b {
		font-size: 34px;
	}
	.noticeBox .item span {
		font-size: 12px;
	}
	.sansinos-demand .sansinos-form{
		padding: 30px;
	}
	.footer .footInfo {
		width: 320px;
	}
	.footer .footInfo .flogo img {
		max-width: 150px;
	}
	.footer .footInfo .t1 h2 {
		font-size: 14px;
	}
	.footer .footInfo .t1 p,.footer .footInfo .t2 span {
		font-size: 12px;
	}
	.footer .footInfo .t2 p {
		font-size: 19px;
	}
	.footer .footNav {
		margin-right: 20px;
	}
	.footer .footNav .dl {
		margin: 0 20px;
	}
	.nybanner .h2 {
		font-size: 40px;
	}
	.nybanner .pn {
		font-size: 14px;
	}
	.aboutNumber ul li {
		min-width: 180px;
		padding: 0 10px;
	}
	.aboutNumber ul li .num {
		font-size: 40px;
	}
	.aboutNumber ul li .pn {
		font-size: 14px;
	}
	.about-us {
		max-width: 1100px;
		font-size: 14px;
	}
	.serPages {
		left: 20px;
	}
	.n-recommend ul li .time,.n-recommend ul li .more {
		float: none;
	}
	.n-recommend ul li .h2 {
		font-size: 12px;
		height: 38px;
	}
}
/*小屏幕pc*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.layout {
		width: 90%;
	}
	.header {
		height: 55px;
	}
	.logo {
		position: absolute;
		left: 2%;
		top: 0;
		padding: 0;
	}
	.logo a {
		width: 155px;
		height: 55px;
	}
	.banner .banText .h2{
		font-size: 30px;
	}
	.banner .banText .pn {
		font-size: 18px;
	}
	.nav {
		display: none;
	}
	.btn-m-list {
		display: block;
	}
	.hd-info {
		position: absolute;
		right: 45px;
		top: 0;
	}
	.tele-box {
		height: 55px;
		line-height: 55px;
	}
	.wechat-box {
		padding: 20px 0 0 0;
	}
	.wechat-box:before {
		left: auto;
		right: -13px;
		top: 19px;
	}
	.wechat-box .ewm {
		left: -44px;
		top: 50px;
	}
	.loaderText .h2 {
		font-size: 30px;
	}
	.sectionBox,.sansinos-demand{
		padding: 40px 0;
	}
	.index-title .h2 {
		font-size: 20px;
	}
	.index-title .pn {
		font-size: 14px;
	}
	.shaixuan .hang {
		padding-left: 70px;
	}
	.shaixuan .hang li:first-child {
		position: absolute;
		left: 0;
	}
	.shaixuan li a,.shaixuan li span{
		width: 100px;
		padding: 6px 0;
		border: 1px solid #ddd;
		text-align: center;
	}
	.index-case {
		padding-top: 0;
	}
	.index-case ul {
		margin: 0 -10px;
	}
	.index-case ul li .box {
		margin: 0 10px;
	}
	.index-case ul li .h2 {
		font-size: 14px;
	}
	.index-case ul li .pcont {
		font-size: 12px;
		margin-top: 5px;
		height: 72px;
	}
	.index-case ul li .tmain {
		display: none;
	}
	.index-more {
		margin-top: 20px;
	}
	.index-more1 {
		margin-bottom: 20px;
	}
	.index-more a {
		min-width: 120px;
	}
	.index-service ul {
		margin: 0 -20px;
	}
	.index-service ul li .icon {
		width: 50px;
	}
	.section03 {
		min-height: 100px;
		background-size: cover;
	}
	.index-about {
		margin-top: 30px;
	}
	.index-about .h2 {
		font-size: 30px;
	}
	.index-about .pn {
		font-size: 14px;
	}
	.index-about .line {
		width: 55px;
		margin: 20px 0;
	}
	.index-about .pcont {
		font-size: 12px;
	}
	.inaboutNum {
		margin-top: 30px;
	}
	.inaboutNum ul li .num {
		font-size: 30px;
	}
	.inaboutNum ul li .pn {
		font-size: 12px;
	}
	.index-team ul {
		margin: 0 -10px;
	}
	.index-team ul li {
		margin-top: 30px;
	}
	.index-team ul li .box {
		margin: 0 10px;
	}
	.index-team ul li .tmain {
		padding: 20px;
	}
	.index-team ul li .h2,.index-news .top li .h2 {
		font-size: 16px;
	}
	.index-team ul li .pn {
		font-size: 13px;
	}
	.index-team ul li .pcont {
		font-size: 12px;
	}
	.index-news {
		margin-top: 40px;
	}
	.index-news .top li .tmain {
		padding: 20px 10px;
	}
	.index-news .top li .pcont {
		font-size: 14px;
		height: 65px;
	}
	.index-news .top li .time {
		font-size: 12px;
		margin-top: 5px;
	}
	.index-customer {
		margin-top: 40px;
	}
	.index-customer ul li {
		width: 20%;
	}
	.sansinos-demand .dmain,.sansinos-demand .sansinos-form {
		width: auto;
		float: none;
	}
	.sansinos-demand .list {
		padding-top: 20px;
	}
	.noticeBox .item span {
		margin-left: 20px;
	}
	.footer .footInfo .flogo img {
		max-width: 150px;
	}
	.footer .footInfo .t1,.footer .footInfo .t2 {
		margin-top: 15px;
	}
	.footer .footInfo .t1 h2 {
		font-size: 14px;
	}
	.footer .footInfo .t1 p,.footer .footInfo .t2 span {
		font-size: 12px;
	}
	.footer .footInfo .t2 p {
		font-size: 19px;
	}
	.footer .footNav {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.footer .footCopy {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 15px;
	}
	.news-list li .pic {
        width: 225px;
        height: 150px;
    }
    .news-list li .tmain {
        width: calc(85% - 225px);
        height: 150px;
        margin-left: 0;
        padding: 10px 20px;
    }
    .news-list li .tmain .h2{
        margin-bottom: 0;
        font-size: 18px;
    }
    .news-list li .tmain .pcont{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
	.news-arc {
		width: 100%;
		margin-top: 0;
		float: none;
	}
	.news-tuijian {
		width: 100%;
		padding: 20px;
	}
	.nybanner,.about-banner .item {
		text-align: center;
	}
	.nybanner .h2 {
		font-size: 50px;
	}
	.service01 .serimg{
		height: 400px;
	}
	.service04 .liucheng li{
		padding: 10px;
		width: calc(100% / 4 - 10px);
		margin: 5px;
	}
	.nybanner .pn {
		font-size: 16px;
	}
	.about-info {
		padding: 60px 0;
	}
	.aboutNumber {
		margin-bottom: 40px;
	}
	.aboutNumber ul li {
		min-width: 50px;
		padding: 0 10px;
	}
	.aboutNumber ul li .num {
		font-size: 20px;
	}
	.aboutNumber ul li .pn {
		font-size: 12px;
	}
	.about-us {
		font-size: 14px;
	}
	.case-tab ul li a {
		min-width: 90px;
	}
	.news-list {
		border: none;
		margin-top: 20px;
	}
	.n-recommend ul,.c-recommend ul {
		margin: 0 -10px;
	}
	.n-recommend ul li,.c-recommend ul li {
		width: 50%;
		float: left;
	}
	.n-recommend ul li .box,.c-recommend ul li .box {
		display: block;
		margin: 0 10px;
	}
	.contact-box .cont-left {
		width: 100%;
		float: none;
	}
	.contact-box .cont-right {
		width: 100%;
		margin-top: 20px;
		float: none;
	}
	.cont-text .tele-num {
		font-size: 40px;
	}
	.cont-text .tele-tit {
		font-size: 15px;
	}
	.cont-text .tele-tip {
		font-size: 17px;
	}
	.cont-text .company {
		font-size: 12px;
	}
	.cont-text .company b,.cont-text .address-c {
		font-size: 16px;
	}
	.cont-text .address-m {
		font-size: 14px;
	}
	.cont-text .address-m2 {
		font-size: 12px;
	}
	.error-box .before {
		width: 80%;
	}
	.error-box .tmain {
		width: 55%;
	}
}
/*移动端*/
@media screen and (max-width: 641px){
  #top-banner{height: 40vh;}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.layout {
		width: 95%;
	}
	.contain {
		padding-top: 55px;
	}
	.header {
		height: 55px;
		background-color: #fff;
	}
	.logo {
		position: absolute;
		left: 2%;
		top: 0;
		padding: 0;
	}
	.logo a {
		width: 230px;
		height: 55px;
	}
	.nav {
		display: none;
	}
	.banner .banText .h2{
		font-size: 24px;
	}
	.banner .banText .pn {
		font-size: 16px;
	}
	.btn-m-list {
		display: block;
	}
	.btn-m-list .burger {
		background-color: #000;
	}
	.hd-info {
		position: absolute;
		right: 45px;
		top: 0;
		display: none;
	}
	.tele-box {
		height: 55px;
		line-height: 55px;
	}
	.wechat-box {
		padding: 20px 0 0 0;
	}
	.wechat-box:before {
		left: auto;
		right: -13px;
		top: 19px;
	}
	.wechat-box .ewm {
		left: -44px;
		top: 50px;
	}
	.loaderText {
		left: 2%;
		right: 2%;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	.loaderText .log img {
		max-width: 190px;
	}
	.loaderText .h2 {
		font-size: 22px;
		margin-top: 15px;
	}
	.loaderText .h3 {
		font-size: 15px;
	}
	.sectionBox,.sansinos-demand {
		padding: 40px 0;
	}
	.lmlist li a {
		min-width: 50px;
		height: 28px;
		line-height: 28px;
	}
	.index-case ul li .tmain {
		position: static;
		background: #f0f0f0;
		padding: 6px;
	}
	.index-case ul li .tmain1 {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.index-case ul li .p1 {
		font-weight: bold;
    	color: #595757;
		font-size: 14px;
		text-align: left;
		width: 100%;
		margin: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.index-case ul li .tmain1 img{
		display: none;
	}
	.shaixuan {
		font-size: 12px;
	}
	.shaixuan .bg {
		padding: 2.5px;
	}
	.shaixuan .hang {
		padding-left: 45px;
	}
	.shaixuan .hang:last-child {
		margin-bottom: 10px;
	}
	.shaixuan li:first-child {
		position: absolute;
		left: 0;
	}
	.shaixuan li {
		width: calc(100% / 3 - 6px);
	}
	.shaixuan b {
		padding: 6px 0;
	}
	.shaixuan li a{
		padding: 6px 0;
		border: 1px solid #ddd;
		text-align: center;
	}
	.shaixuan li span{
		padding: 6px 0;
	}
	.index-title .title {
		font-size: 26px;
	}
	.index-title .h2 {
		font-size: 25px;
	}
	.index-title .pn {
		font-size: 14px;
		margin-top: 5px;
	}
	.index-title .line {
		width: 70px;
		margin-top: 20px;
	}
	.index-case {
		padding-top: 0;
	}
	.index-case ul li {
		width: calc(100% / 2 - 4px);
	}
	.index-case ul li.tuijian{
		display: none;
	}
	.case-list li {
		width: calc(100% / 2 - 4px);
		margin:2px;
	}
	.case-list li .tmain {
		padding: 8px 0;
	}
	.index-case ul li .h2 {
		font-size: 14px;
	}
	.case-list li .h2 {
    font-size: 14px;
	}
	.case-list li .pcont {
		font-size: 12px;
		margin-top: 0;
	}
	.index-case ul li .pcont {
		font-size: 12px;
		margin-top: 5px;
		height: auto;
	}
	.index-more {
		margin-top: 20px;
	}
	.index-more1 {
		margin-bottom: 20px;
	}
	.index-more a {
		min-width: 100px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.index-service ul li {
		width: calc(100% / 2 - 10px);
		padding: 3% 1.8%;
	}
	.index-service ul li .icon {
		width: 50px;
	}
	.index-service ul li .tmain {
		margin: 10px 0;
	}
	.index-service ul li .more {
		margin: 0;
	}
	.index-service ul li .t1 {
		font-size: 20px;
		margin: 15px 0 8px 0;
	}
	.index-service ul li .tmain p {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.section03 {
		min-height: 100px;
		background-size: auto 300px;
		background-position: right 20px;
	}
	.index-about .h2 {
		font-size: 25px;
	}
	.index-about .pn {
		font-size: 16px;
		margin: 10px 0;
	}
	.index-about .line {
		width: 50px;
		margin: 20px 0;
	}
	.index-about .pcont {
		font-size: 14px;
		line-height: 23px;
		text-align: justify;
		text-align-last: left;
		letter-spacing: 0px;
	}
	.index-about .pcont p{
		display: inline;
	}
	.inaboutNum {
		margin-top: 30px;
	}
	.inaboutNum ul {
		display: inline-block;
	}
	.inaboutNum ul.clearfix:before,.inaboutNum ul.clearfix:after {
		display: none;
	}
	.inaboutNum ul li {
		float: none;
		padding: 10px;
	}
	.inaboutNum ul li:last-of-type {
		padding: 15px;
	}
	.inaboutNum ul li .num {
		font-size: 20px;
	}
	.inaboutNum ul li .pn {
		font-size: 12px;
		max-width: 120px;
		height: 18px;
		overflow: hidden;
	}
	.index-team ul li, .index-pingjia ul li {
		width: 100%;
		margin: 0 10px;
		padding-top: 0;
	}
	.index-team ul li .tmain{
		padding:20px;
	}
	.index-team ul li .h2,.index-news .top li .h2 {
		font-size: 13px;
	}
	.index-team ul li .pn {
		font-size: 13px;
	}
	.index-team ul li .pcont {
		font-size: 14px;
		height: auto;
		margin-top: 5px;
	}
	.index-pingjia ul li .tmain {
		padding:20px;
	}
	.index-hezuo img{
		width: 100px;
	}
	.index-hezuo .demo1, #demoyou {
		margin: 0px auto;
	}
	.index-news {
		width: 100%;
		margin: 20px auto 0 auto;
	}
	.index-news .top li {
		width: calc(100% / 2 - 4px);
		margin: 2px;
	}
	.index-news .top li .pcont {
		font-size: 12px;
		margin-top: 5px;
	}
	.index-news .top li .tmain {
		padding: 5px 0;
	}
	.index-news .top li .time {
		font-size: 12px;
		margin-top: 5px;
	}
	.index-news .bottom {
		margin-top: 30px;
		padding-top: 30px;
	}
	.index-news .bottom .two .title1 {
		font-size: 22px;
	}
	.index-news .bottom .two .title2 {
		font-size: 28px;
	}
	.index-news .bottom .two {
    	width: 100%;
		margin: 0;
	}
	.index-news .bottom .liebiao {
		padding: 20px;
	}
	.index-news .bottom .left .addtime{
		width: 85px;
		height: 85px;
    	padding-top: 10px;
	}
	.index-news .bottom .left .addtime p {
		font-size: 36px;
		line-height: 36px;
	}
	.index-news .bottom .left .cons .content {
		font-size: 12px;
		line-height: 18px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-top: 5px;
		height: auto;
	}
	.index-news .bottom .left .cons {
		float: right;
		width: calc(100% / 1 - 100px);
		margin: 0;
	}
	.index-news .bottom .left .cons .title {
		font-size: 18px;
	}
	#scrollwenti .content  p{
		font-size:16px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 10px;
	}
	#scrollwenti .content .pcont{
		font-size: 12px;
		line-height: 19px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-top: 5px;
		height: auto;
	}
	.index-customer {
		margin-top: 20px;
	}
	.index-customer ul li {
		width: 33.333%;
		display: none;
	}
	.index-customer ul li:nth-child(1),.index-customer ul li:nth-child(2),.index-customer ul li:nth-child(3) {
		display: block;
	}
	.index-customer ul li:nth-child(4),.index-customer ul li:nth-child(5),.index-customer ul li:nth-child(6) {
		display: block;
	}
	.index-customer ul li:nth-child(7),.index-customer ul li:nth-child(8),.index-customer ul li:nth-child(9) {
		display: block;
	}
	.index-customer ul li:nth-child(10),.index-customer ul li:nth-child(11),.index-customer ul li:nth-child(12) {
		display: block;
	}
	.sansinos-demand .dmain,.sansinos-demand .sansinos-form {
		width: auto;
		float: none;
		padding: 30px 20px;
	}
	.service01 .serimg{
		height: 300px;
	}
	.service01 .title, .service02 .title, .service03 .title  {
		padding-top: 30px;
		font-size: 18px;
	}
	.service01 .cons, .service02 .cons, .service03 .cons {
		font-size: 14px;
		line-height: 21px;
	}
	.service01 .epc li .p {
		font-size: 14px;
		line-height: 21px;
		margin: 10px 0 0px 0;
	}
	.service01 .epc li .t {
		font-size: 16px;
	}
	.service01 .epc li .pic {
		width: 110px;
		height: 110px;
	}
	.service02,.service03 {
		padding: 0 0 30px 0;
	}
	.service02 .qysk li {
   		width: 48%;
    	margin: 1%;
	}
	.service04 .liucheng li{
		padding: 10px;
		width: calc(100% / 2 - 10px);
		margin: 5px;
	}
	.sansinos-demand .dmain .h2 {
		font-size: 18px;
	}
	.sansinos-demand .dmain .pn,.sansinos-demand .dmain .pcont {
		font-size: 12px;
	}
	.sansinos-demand .dmain .h4 {
		font-size: 12px;
		margin-top: 10px;
	}
	.sansinos-demand .dmain .h4 b {
		font-size: 30px;
	}
	.sansinos-demand .dmain .pcont p {
		padding-left: 12px;
	}
	.sansinos-demand .dmain .pcont p:before {
		width: 5px;
		height: 5px;
		margin-top: -2px;
	}
	.sansinos-demand .list {
		padding-top: 0;
	}
	.sansinos-demand .list .ul {
		width: 100%;
	}
	.sansinos-form .tit,.sansinos-form .tips {
		font-size: 12px;
	}
	.sansinos-form .submitbox {
		padding-top: 0;
	}
	.noticeBox {
		padding: 0 20px;
	}
	.noticeBox .item span {
		margin-left: 20px;
	}
	.footer .footertext {
		padding: 30px 0;
	}
	.footer .bg {
		display: none;
	}
	.footer .footInfo {
		width: auto;
		float: none;
	}
	.footer .footInfo .flogo img {
		max-width: 300px;
	}
	.footer .footInfo .t1,.footer .footInfo .t2 {
		margin-top: 15px;
	}
	.footer .footInfo .t1 h2 {
		font-size: 14px;
	}
	.footer .footInfo .t1 p,.footer .footInfo .t2 span {
		font-size: 12px;
	}
	.footer .footInfo .t2 p {
		font-size: 19px;
	}
	.footer .footCopy {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 15px;
		font-size: 12px;
	}
	.footer .footNav {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
		display: none;
	}
	.footer .footewm {
		width: calc(100% / 2 - 10px);
		margin: 20px 5px 0 5px;
	}
	.footer .footBom {
		padding-top: 20px;
		margin-top: 20px;
		font-size: 12px;
		display: none;
	}
	.my-company,.myTop ul li {
		display: none;
	}
	.myTop {
		width: 40px;
		bottom: 10px;
	}
	.myTop ul li.GoTop {
		display: block;
	}
	.myTop ul li .a {
		font-size: 0;
		padding: 5px;
		width: 40px;
		height: 40px;
		background-size: 40px auto;
	}
	.myTop ul li:hover .a {
		font-size: 12px;
	}
	.nybanner,.about-banner .item {
		height: auto;
		text-align: center;
	}
	.nybanner .h2 {
		font-size: 24px;
	}
	.nybanner .pn {
		font-size: 14px;
	}
	.about-info {
		padding: 40px 0;
	}
	.aboutNumber {
		margin-bottom: 40px;
	}
	.aboutNumber ul {
		display: -webkit-box;
		display: flex;
		-webkit-box-flex: 1;
		flex-grow: 1;
		flex-wrap: wrap;
	}
	.aboutNumber ul.clearfix:before,.aboutNumber ul.clearfix:after {
		display: none;
	}
	.aboutNumber ul li {
		width: auto;
		flex-basis: 25%;
		float: none;
		min-width: 0;
		padding:0 5px;
		box-sizing: border-box;
	}
	.service02 .aboutNumber ul li {
		flex-basis: 50%;
		padding:5px;
	}
	.aboutNumber ul li .num {
		font-size: 20px;
	}
	.aboutNumber ul li .pn {
		font-size: 12px;
	}
	.about-us {
		font-size: 14px;
		padding-top: 15px;
	}
	.about-us p {
		font-size: 14px !important;
		line-height: 24px;
		text-align: left;
	}
	.about-us p br{
		display: none;
	}
	.about-box .t2,.about-box .t3 {
		padding: 40px 0;
	}
	.index-boss {
		margin-top: 20px;
	}
	.index-boss .h2 {
		font-size: 32px;
		margin-top: 10px;
	}
	.index-boss .pn {
		font-size: 18px;
	}
	.index-boss .text {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.5;
	}
	.about-box .t4, .about-box .t5{
		padding: 40px 0;
	}
	.index-boss .pic,.index-boss .tmain {
		float: none;
		width: 100%;
	}
	.index-boss .td {
		max-width: 100%;
	}
	.about-box .ryl,.about-box .ryr {
		width: 100%;
		float: none;
		height: auto;
		overflow: visible;
	}
	.case-title {
		text-align: center;
	}
	.case-tab {
		text-align: center;
		margin-top: 20px;
	}
	.case-tab ul li a {
		min-width: 50px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.img-box {
		height: 320px;
	}
	.parBd {
		margin-top: 30px;
	}
	.parHd li {
		margin: 0 30px;
	}
	.parBd h4 {
		font-size:18px;
		padding: 0 30px;
	}
	.parBd h4:after {
		bottom: 14px;
	}
	.parBd h4:before {
		bottom: 14px;
	}
	.parBd p {
		font-size: 14px;
	}
	.serPages {
		left: 20px;
		display: none !important;
	}
	.serPages ul li .s {
		font-size: 12px;
		min-width: 85px;
	}
	.news-list li{
        margin-bottom: 10px;
    }
	.news-list li .pic {
        width: 35%;
        height: auto;
    }
    .news-list li .tmain {
        width: 65%;
        margin-left: 0;
        padding: 10px 20px;
        height: auto;
    }
    .news-list li .tmain .more{
        display: none;
    }
    .news-list li .tmain .h2{
        margin-bottom: 0;
        font-size: 16px;
    }
    .news-list li .tmain .pcont{
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.5;
        font-size: 12px;
    }
    .news-list li .time {
       display: none;
    }
	.news-tuijian {
		width: 100%;
		padding: 0;
	}
	.case-arc,.news-arc {
		width: 100%;
		margin-top: 0;
	}
	.page {
		margin-top: 20px;
	}
	.page a {
		font-size: 12px;
		padding: 5px 10px;
	}
	.newsdetails h1 {
		font-size: 18px;
	}
	.newsdetails .nwinfo {
		font-size: 12px;
		margin-top: 5px;
	}
	.newsdetails .nwinfo i {
		margin: 0 5px;
	}
	.newsdetails .newstext {
		margin: 30px 0;
	}
	.newsdetails .newsmore:before {
		width: 60px;
	}
	.newsdetails .newsmore ul {
		padding: 25px 0;
	}
	.newsdetails .newsmore ul li a {
		font-size: 14px;
	}
	.newsmore-info {
		padding: 20px;
	}
	.case-tl {
		float: none;
		width: 100%;
	}
	.case-tl .p1 {
		font-size: 24px;
	}
	.case-tl .p3 p {
		padding: 0 20px;
	}
	.case-tr {
		float: none;
		width:100%;
		font-size: 16px;
		margin-top: 20px;
	}
	.case-tr a {
		line-height: 30px;
		font-size: 14px;
	}
	.newsdetails .casetext {
		margin: 0 0 20px 0;
	}
	.cont-text {
		margin-top: 20px;
		padding-top: 20px;
	}
	.cont-text1 {
		margin-top: 0;
		padding-top: 0;
	}
	.cont-text .tele-num {
		font-size: 30px;
	}
	.cont-text .tele-tit {
		font-size: 12px;
	}
	.cont-text .tele-tip {
		font-size: 14px;
	}
	.cont-text .company {
		font-size: 12px;
	}
	.cont-text .company b,.cont-text .address-c {
		font-size: 16px;
	}
	.cont-text .address-m {
		font-size: 14px;
	}
	.cont-text .address-m {
		font-size: 12px;
	}
	.error-box .before,.error-box .tmain {
		width: 100%;
	}
	.error-box .h2 {
		font-size: 20px;
	}
	.error-box .h3 {
		font-size: 18px;
	}
	.error-box .tips {
		font-size: 14px;
		margin-top: 30px;
	}
	blockquote {
		margin: 0;
		padding: 0;
	}
	.contact-box .cont-left {
		width: 100%;
		float: none;
	}
	.contact-box .cont-right {
		width: 100%;
		margin-top: 20px;
		float: none;
	}
	.contact-box .cont-right #container {
		height: 200px;
	}
}