* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
}

body {
	font-family: "微软雅黑";
	color: #333333;
}

ul,
ol {
	list-style: none;
}

li,
dd {
	display: inline-block;
}

img {
	width: auto;
	max-width: 100%;
}

a {
	text-decoration: none !important;
	text-align: center !important;
}

em,
strong {
	font-style: normal;
}

.w1200 {
	width: 1200px;
}

.color000 {
	color: #000000;
}

.color333 {
	color: #333;
}

.color666 {
	color: #666;
}

.color999 {
	color: #999;
}


/*-----------------案例---------------------*/

.nav {
	padding: 40px 0;
	background: #354565;
	margin-top: 90px;
}

.nav .l_top {
	text-align: center;
}

.nav .l_top li {
	margin: 0 10px 10px 10px;
}

.nav .l_top li a {
	display: block;
	height: 40px;
	width: 150px;
	font-size: 16px;
	line-height: 40px;
	border: 1px #969696 solid;
	border-radius: 20px;
	color: #fff;
}

.nav .l_top li a:hover {
	background: #cf2525;
	border-color: transparent;
}

.nav .l_top li .news_nav_span {
	background: #cf2525;
	border-color: transparent;
}

.nav .bottom {
	margin-top: 40px;
	text-align: center;
	border-top: solid #969696 1px;
	border-bottom: solid #969696 1px;
}

.nav .bottom li {
	line-height: 58px;
	margin: 0 10px;
}

.nav .bottom li a {
	color: #dedede;
	font-size: 14px;
}

.nav .bottom li a:hover {
	color: #cf2525;
}

.nav .bottom li .news_nav {
	color: #cf2525;
}

.lcontent {
	margin-top: 40px !important;
	text-align: center;
}

.lcontent li {
	position: relative;
	margin-bottom: 120px;
	display: none;
	width: 28%;
	margin-right: 4%;
}

.lcontent li:nth-child(3n) {
	margin-right: 0%;
}

.lcontent li.on {
	display: inline-block;
}

.lcontent li .pic {
	position: relative;
}

.lcontent li .img {
	position: relative;
	box-shadow: 0 0 2px #ddd;
	overflow: hidden;
}

.lcontent li .img img {
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translateX(-50%, -50%);
	*/
	display: block;
	margin:0 auto;
	max-width: 100%;
	max-height: 100%;
}

.lcontent li .pic a .propic {
	transition: all 1.5s;
}

.lcontent li .pic:hover .propic {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.lcontent li .pic div {
	position: absolute;
	width: 100%;
	height: 25%;
	top: 100%;
	margin: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
}

.lcontent li .pic div img {
	height: 88px;
}

.lcontent li:hover .pic div {
	top: 75%;
}

.lcontent li .kuai {
	position: absolute;
	width: 100%;
	height: 0.01px;
	transition: height .3s linear .3s;
	-webkit-transition: height .3s linear .3s;
}

.lcontent li.plist0 .kuai {
	background: #005fa6;
}

.lcontent li.plist1 .kuai {
	background: orange;
}

.lcontent li.plist2 .kuai {
	background: #e02d2d;
}

.lcontent li:hover .kuai {
	height: 90px;
}

.lcontent li em {
	width: 100%;
	display: block;
	position: absolute;
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding: 20px 0;
	transition: all .1s linear .3s;
	-webkit-transition: all .1s linear .3s;
}
.lcontent li em dt{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.lcontent li em dd {
	font-size: 14px;
	color: #999999;
	transition: color .1s linear .4s;
	-webkit-transition: color .1s linear .4s;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.lcontent li:hover em {
	color: #fff;
}

.lcontent li:hover em dd {
	color: #FFFFFF;
}

.lcontent .more-11 {
	display: block;
	margin: 0 auto 80px;
	width: 133px;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	border: 1px solid rgba(206, 10, 12);
	color: #fff;
	background: rgba(206, 10, 12);
	transition: .3s;
}

#container .title-img {
	margin-bottom: 40px;
}

.lcontent .more-11:hover {
	background: #fff;
	color: rgb(206, 10, 12);
}

.paging {
	width: 420px;
	margin: 20px auto;
	margin-bottom: 40px;
}

.paging li {
	margin: 0 5px;
	display: inline-block;
}

.paging li a {
	display: block;
	color: #666666;
	width: 30px;
	height: 30px;
	border: 1px solid transparent;
	text-align: center;
	line-height: 28px;
}

.paging li a:hover {
	border-color: #b8214b;
	color: #b8214b;
}

.chat-box6 .more1{width: 184px;height: 50px;line-height: 50px;font-size: 18px;margin: -60px auto 38px;background: #ce0a0c;}

@media only screen and (max-width:1600px) {
	.lcontent {
		margin-top: 35px;
		width: 1550px;
		margin: 0 auto;
	}
	.lcontent li {
		margin-bottom: 100px;
	}
	.lcontent li .pic div img {
		height: 73px;
	}
	.lcontent li:hover .kuai {
		height: 79.2px;
	}
	.lcontent li em {
		padding: 17.5px 0;
	}
}


/*-----------------案例内页---------------------*/

.banner-lanJ {
	position: relative;
	text-align: center;
	width: 100%;
	height: 340px;
	overflow: hidden;
}

.banner-lanJ .pic .lvjing {
	width: 100%;
	height: 100%;
}

.banner-lanJ .pic {
	height: 340px;
	overflow: hidden;
	background-size: 100% !important;
	background-color: #333333 !important;
	background-image: none !important;
}

.banner-lanJ .pic.on {
	animation: scpic 1.5s;
}

@-webkit-keyframes scpic {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(1.3, 1.3, 1.3);
		transform: scale3d(1.3, 1.3, 1.3)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.banner-lanJ .pic dl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20px;
	margin: auto;
	color: #FFFFFF;
	line-height: 3em;
}

.banner-lanJ .pic dt {
	font-size:40px;
}

.banner-lanJ .pic dd {
	font-size: 14px;
	margin: 0 30px;
}

.intro-com {
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: auto;
}

.intro-com .left {
	float: left;
	width: 850px;
	font-size: 14px;
	line-height: 2em;
}

.intro-com .right {
	float: right;
}

.intro-com .right .kuai {
	margin-top: 20px;
	width: 118px;
	height: 38px;
	border: 1px solid #e02d2d;
	text-align: center;
	background: #e02d2d;
	color: #fff;
	line-height: 38px;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
}

.intro-com .right .kuai:hover {
	background: transparent;
	color: #e02d2d;
}

.aside {
	position: fixed;
	top: 150px;
	right: 75px;
	width: 200px;
	height: 50px;
}

.aside li {
	margin: 0 5px;
}

.aside .munu {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/lanjiaoIcon.png);
}

.aside .munu:hover {
	background: url(../img/lanjiaoIcon.png) 0 -50px;
}

.aside .toleft {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/lanjiaoIcon.png) -50px 0;
}

.aside .toleft:hover {
	background: url(../img/lanjiaoIcon.png) -50px -50px;
}

.aside .toright {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/lanjiaoIcon.png) -100px 0;
}

.aside .toright:hover {
	background: url(../img/lanjiaoIcon.png) -100px -50px;
}

.exhi {
	margin: 40px auto;
	padding: 0 20px;
	text-align: center;
	width: auto;
	height: auto;
	max-width: 100%;
}

.exhi>iframe {
	max-width: 93.75% !important;
}


/*----------项目----------*/

.lservice {
	text-align: center;
	margin-top: 40px;
	overflow: hidden;
}

.aimbanner {
	position: relative;
}

.aimbanner img {
	width: 100%;
}

.aimbottom {
	position: absolute;
	text-align: center;
	left: 49%;
	bottom: 4%;
	cursor: pointer;
}

.timg {
	margin-bottom: 40px;
}

.lservice li {
	width: 17%;
	margin-bottom: 20px;
}

.lservice dl {
	width: 88%;
	margin: 0 auto;
}

.lservice .picdis {
	text-align: center;
}

.lservice .picdis img {
	transition: .3s;
}

.lservice li:hover .picdis img {
	transform: rotateY(180deg) scale(1.1);
}

.lservice dt {
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	line-height: 2em;
	transition: .3s;
}

.lservice li:hover dt {
	color: rgba(207, 37, 37, 1);
}

.lservice dd {
	font-size: 12px;
	color: #ababab;
	line-height: 1.5em;
}

.lSerSystem {
	margin-top: 60px;
	height: 850px;
	background: #efefef;
	text-align: center;
}

.lSerSystem .lserTitle {
	margin-top: 37.5px;
}

.lSerSystem .lcont {
	margin: 0 auto;
	width: 1200px;
}

.lSerSystem .anileft,
.lSerSystem .aniright {
	float: left;
	margin-top: 80px;
}

.lSerSystem li {
	margin-bottom: 34px;
	display: block;
}

.lSerSystem .animiddle {
	width: 600px;
	float: left;
	text-align: center;
}

.lpPrice {
	margin-top: 30px;
}

.lpPrice .imgm {
	width: 280px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.lpackage {
	float: left;
	width: 20%;
	margin-bottom: 40px;
}

.lpackage .intro {
	border: solid 1px #DDDDDD;
	border-top: none;
	padding-bottom: 20px;
	max-width: 382px;
}

.lpackage dl {
	text-align: left;
}

.lpackage dt {
	height: 50px;
	background: #f3f3f3;
	font-size: 18px;
	line-height: 50px;
	text-indent: 2em;
}

.lpackage dl .lblock li {
	display: block;
}

.lpackage dd {
	width: 80%;
	height: 100px;
	margin-left: 2em;
	font-size: 14px;
	color: #888888;
	padding: 16px 0;
	line-height: 1.5em;
}

.lpackage a {
	display: block;
	width: 80%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border: #cf2525 solid 1px;
	border-radius: 4px;
	color: #cf2525;
}

.lpackage a:hover {
	background: #cf2525;
	color: #FFFFFF;
}

.lsProcess {
	text-align: center;
}

.lsProcess img {
	margin: 60px 0;
}

.lsProcess .lAndR {
	width: 1200px;
	display: block;
	margin: 0 auto;
}

.lsProcess .lAndR img {
	float: left;
}


/*关于页面*/

body {
	color: #333333;
}

.lenter {
	background: #ececec;
}

.lenter .tex {
	height: 80px;
	width: 1200px;
	line-height: 80px;
	margin: 0 auto;
	color: #b1b1b1;
	font-size: 14px;
}

.lenter .tex a {
	color: #b1b1b1;
}

.lenter .tex a.active {
	color: #333333;
}

.aboutSel {
	position: relative;
}

.aboutSel li {
	position: relative;
	float: left;
	width: 14.2857%;
	min-width: 153px;
	background: #ECECEC;
	line-height: 60px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.5s;
}

.aboutSel li>a {
	font-size: 16px;
	cursor: pointer;
}

.aboutSel li:hover {
	background: #cf2525;
	color: #FFFFFF;
}

.aboutSel li:hover a {
	color: #FFFFFF;
}

.aboutSel li.active {
	background: #cf2525;
	color: #FFFFFF;
}

.aboutSel li.active a {
	background: #cf2525;
	color: #FFFFFF;
}

.aboutSel li::after {
	content: '';
	position: absolute;
	top: 60px;
	left: 45%;
	margin: 0 auto;
	border: 10px solid transparent;
	transition: all 0.5s;
}

.aboutSel li:hover::after {
	border-top-color: #cf2525;
}

.aboutSel li.active::after {
	border-top-color: #cf2525;
}

.aboutSel li strong {
	margin-left: 70px;
	font-weight: normal;
}

.aboutSel li em {
	position: absolute;
	display: block;
	width: 10px;
	height: 3px;
	left: 30px;
	margin-top: 28.5px;
	background: #333333;
	transition: all 0.5s;
}

.aboutSel li:hover em,
.aboutSel li.active em {
	background: #FFFFFF;
	width: 40px;
	left: 0;
}

.lcontet {}

.qualifa {
	overflow: hidden;
	position: relative;
	text-align: center;
	max-width: 1200px;
	margin: 50px auto;
}

.qualifa li {
	position: relative;
	float: left;
	width: 298px;
	height: 426px;
	background: #f9f9f9;
	border: solid 1px #e6e6e6;
}

.qualifa li img {
	margin-top: 40px;
	max-width: 100%;
}

.qualifa li em {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	font-size: 16px;
	height: 80px;
	background: #FFFFFF;
	text-align: center;
	line-height: 80px;
	color: #333333;
}

.lcontet {}

.lcontet .title_about {
	padding: 40px 20px;
	border-bottom: 1px solid #DDDDDD;
}

.lcontet .title_about dl {
	font-size: 16px;
	text-align: center;
	line-height: 42px;
}

.lcontet .title_about dt {
	font-size: 30px;
	line-height: 40px;
}

.lcontet .title_about dd {
	line-height: 42px;
}

.lcontet .intro {
	margin: 70px auto;
	overflow: auto;
	text-align: center;
}

.lcontet .intro .left {
	display: inline-block;
	text-align: center;
}

.lcontet .intro .middle {
	display: inline-block;
	text-align: center;
}

.lcontet .intro .right {
	display: inline-block;
	text-align: center;
}

.lcontet .intro dt {
	font-size: 60px;
	color: #e02d2d;
	font-weight: bolder;
	text-align: center;
}

.lcontet .intro dd {
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.qualifa {
	overflow: hidden;
	position: relative;
	text-align: center;
	max-width: 1200px;
	margin: 50px auto;
}

.qualifa li {
	position: relative;
	float: left;
	width: 298px;
	height: 476px;
	background: #f9f9f9;
	border: solid 1px #e6e6e6;
}

.qualifa li img {
	margin-top: 40px;
	max-width: 100%;
}

.qualifa li em {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	text-align: center;
	line-height: 80px;
	color: #333333;
}

.lIntro {}

.lIntro ul:after {
	content: '';
	display: block;
	clear: both;
}

.lIntro ul li {
	position: relative;
	width: 50%;
	float: left;
	text-align: center;
	background: #f8f8f8;
}

.lIntro ul li img {
	cursor: pointer;
	width: 200%;
}

.lIntro ul:nth-of-type(2) li {
	background: #e02d2d;
	color: #FFFFFF;
}

.lIntro .intext {
	padding-bottom: 15px;
}

.lIntro ul li em {
	position: absolute;
	right: 0;
	display: block;
	width: 24%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -78%;
	background: #f8f8f8;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
}

.lIntro ul:nth-of-type(2) li em {
	background: #e02d2d;
	color: #FFFFFF;
}

.lIntro .intext .img {
	margin: 0 auto;
	margin-top: 9.5%;
	cursor: pointer;
	width: 335px;
	height: 172px;
}

.lIntro .intext #us {
	background: url(../img/labout_usa.png);
	background-size: cover;
}

.lIntro .intext #adv {
	background: url(../img/labout_adv.png);
	background-size: cover;
}

.lIntro ul li .text {
	width: 85%;
	margin: 0 auto;
	margin-top: 10.5%;
}

.lIntro ul li strong {
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.about_pic {
	width: 51.8%;
}

.lcontet .intro {
	width: 1440px;
}

.lcontet .intro div {
	width: 33%;
	margin-bottom: 20px;
}

@media only screen and (max-width:1680px) {
	.lservice li {
		width: 280px;
	}
	.lservice dl {
		width: 245px;
	}
	.lIntro ul li .text {
		margin-top: 60px;
	}
}

@media only screen and (max-width:1440px) {
	.lcontent {
		margin-top: 28px;
		width: 1395px;
		margin: 0 auto;
	}
	.lcontent li {
		margin-bottom: 84px;
	}
	.lcontent li .pic div img {
		height: 61.6px;
	}
	.lcontent li:hover .kuai {
		height: 63px;
	}
	.lcontent li em {
		padding: 14px 0;
	}
	.lcontet .intro {
		width: initial;
	}
	.lservice li {
		width: 240px;
	}
	.lservice dl {
		width: 210px;
	}
	.lIntro ul li .text {
		margin-top: 30px;
	}
}

@media only screen and (max-width:1360px) {
	.lcontent {
		margin-top: 28px;
		width: 100%;
		margin: 0 auto;
	}
	.lcontent li {
		margin-bottom: 84px;
	}
	.lcontent li .pic div img {
		height: 61.6px;
	}
	.lcontent li:hover .kuai {
		height: 63px;
	}
	.lcontent li em {
		padding: 14px 0;
	}
	/*.lIntro .intext {
			height: 850px;
		}*/
}

@media only screen and (max-width:1200px) {
	.w1200 {
		width: initial
	}
	.lSerSystem .lcont {
		margin: 0 auto;
		width: initial;
	}
	.lservice li {
		width: 200px;
	}
	.lservice dl {
		width: 175px;
	}
	.lpackage {
		float: left;
		width: 25%;
		margin-bottom: 40px;
	}
	.lSerSystem .anileft,
	.lSerSystem .aniright {
		width:48%;
	}
	.lSerSystem .animiddle {
		display:none;

	}
	.lsProcess .lAndR {
		width: 100%;
	}
	.lsProcess .lAndR img {
		width: 50%;
	}
	.lcontet .intro div {
		width: 100%;
		margin-bottom: 20px;
	}
	.aboutSel li {
		float: initial;
		width: 25%;
	}
	.intro-com .left {
		float: initial;
		width: 90%;
		margin: 0 auto;
	}
	.intro-com .right {
		float: initial;
	}
	.intro-com .right .kuai {
		float: initial;
		margin: 0 auto;
	}
	.qualifa li {
		float: initial;
		overflow: hidden;
	}
}

@media only screen and (max-width:992px) {
	.lcontent {
		margin-top: 32px;
		width: 100%;
	}
	.lIntro ul li {
		float: initial;
		width: 100%;
		margin: 0 auto;
	}
	.lcontent li {
		margin-bottom: 96px;
	}
	.lcontent li .pic div img {
		height: 70.4px;
	}
	.lcontent li .pic a {
		display: block;
	}
	.lcontent li:hover .kuai {
		height: 72px;
	}
	.lcontent li em {
		padding: 18px 0;
	}
	.lservice li {
		width: 165.33px;
	}
	.lservice dl {
		width: 144.67px;
	}
	.lpackage {
		float: left;
		width: 33.3%;
		margin-bottom: 40px;
	}
	.lSerSystem .lcont {
		width: 93.5%;
	}
	.lsProcess .lAndR {
		width: 100%;
	}
	.lsProcess .lAndR img {
		width: 50%;
	}
	.aboutSel li {
		float: initial;
		width: 33%;
	}
	.aside {
		display: none;
	}
	.lcontent li {
		margin-bottom: 120px;
	}

	.aboutSel li {
		line-height: 40px;
	}
	.aboutSel li::after {
		top: 40px;
	}
	.aboutSel li em {
		margin-top: 20px;
	}
}

@media only screen and (max-width:768px) {
	.lcontent {
		width: 100%;
		margin: 0 auto;
	}
	.lservice li {
		width: 47%;
	}
	.lservice dl {
		width: 92%;
	}
	.lpackage {
		float: initial;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.lSerSystem .anileft,
	.lSerSystem .aniright {
		float: initial;
	}
	.aboutSel li {
		float: initial;
		width: 50%;
	}
	.banner-lanJ .pic {
		background-size: auto !important;
	}
	.lcontet .title_about dl {
		font-size: 14px;
		line-height: 1.5em;
	}
	.lcontet .title_about dt {
		font-size: 20px;
		margin: 10px auto;
		line-height: 40px;
		line-height: 1.5em;
	}
	.lcontet .title_about dd {
		font-size: 14px;
		line-height: 1.5em;
	}
	.lIntro ul li .text strong {
		font-size: 12px;
	}
	.lservice {
		margin-top: 20px;
	}
	.timg {
		width: 48%;
		margin-bottom: 25px;
	}
	.lservice .picdis {
		width: 62%;
		margin: auto;
	}
	.lsProcess img {
		margin: 18px auto;
	}
	.lservice {
		border-bottom: 1px solid #ccc;
	}
	.lSerSystem {
		margin-top: 0;
	}
	.lSerSystem .lserTitle {
		width: 48%;
		margin-top: 22px;
	}
	.lSerSystem .anileft,
	.lSerSystem .aniright {
		margin-top: 18px;
		width: 50%;
		float: left;
	}
	.lSerSystem li {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
	.lSerSystem .animiddle {
		width: 60%;
		display: block;
		margin: 0 auto;
		float: none;
		display: none;
	}
	.lSerSystem {
		height: auto;
		margin-bottom: 20px;
	}
	.lcontent li {
		width: 48%;
		margin-right: 2%;
		margin-bottom:80px;
	}

		.lcontent li:nth-child(3n){
		margin-right:2%;
	}
		.lcontent li:nth-child(2n){
		margin-right:0%;
	}
	.lcontent .more-11 {
		margin-bottom: 40px
	}
	#container .title-img {
		width: 50%;
		margin: 20px auto 0;
	}
	#container .title-img img {
		max-width: 100%;
	}
	.banner-lanJ .pic dt {
		font-size:28px;
	}
	
	.banner-lanJ .pic dd {
		font-size: 12px;
		margin: 0 10px;
	}
}

