@charset "utf-8";


@font-face {
	font-family: "Vani";
	src: url("../fonts/Vani.woff2") format("woff2"),
		url("../fonts/Vani.woff") format("woff"),
		url("../fonts/Vani.ttf") format("truetype"),
		url("../fonts/Vani.eot") format("embedded-opentype"),
		url("../fonts/Vani.svg") format("svg"),
		url("../fonts/Vani.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0
}


table {
	border-collapse: collapse
}

a {
	text-decoration: none
}

a:focus,
a:hover {
	text-decoration: none
}

a:focus {
	outline: 0
}

p {
	margin: 0
}

ol,
ul {
	margin: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
	margin: 0
}

.cor_red {
	color: #da0502
}

.cor_yellow {
	color: #f5fb47
}

.cor_blue {
	color: #00eaff
}

.f16 {
	font-size: 16px
}

.f18 {
	font-size: 18px
}

.f20 {
	font-size: 20px
}

.f22 {
	font-size: 22px
}

.f24 {
	font-size: 24px
}

.f28 {
	font-size: 28px
}

.f30 {
	font-size: 30px
}

.clear {
	clear: both
}

.shows {
	display: block
}

.hides {
	display: none
}

ol {
	padding-left: 25px
}

.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.bd_weixin_popup {
	height: auto !important
}

html {
	height: 100%
}

body {
	position: relative;
	height: 100%;
	min-width: 320px;
	font-family: "微软雅黑", Arial;
	background-color: initial;
}

.imgBg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.imgBg img {
	display: none
}

/*导航按钮*/
.menuBg {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 20px 0 0;
	width: 60px;
	height: 100%;
	background: #FFF;
	display: none;
}

.menuBtn {
	text-align: center;
	cursor: pointer
}

.menuBtn img {
	margin: 6px auto 10px
}

.mBtnLine {
	font-size: 0
}

.mBtnLine span {
	display: inline-block;
	width: 2px;
	height: 20px;
	background: #333;
	vertical-align: top
}

.mBtnLine span:nth-child(2) {
	margin: -4px 3px 0
}

/*导航按钮 end*/

/*头部strat*/
.headerBg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 14px 0;
	width: 100%;
	border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
}

.headerBg.fixed {
	background: rgba(0, 0, 0, 0.2);
}

.headerBg.fixedbg {
	top: 0;
	z-index: 999;
	transition: all .5s ease;
	position: fixed;
	background: rgba(1, 12, 55, 0.6);
}
.headerBg.active {
	background: rgba(1, 12, 55, 0.6);
}

.header {
	width: 100%;
	margin: 0 auto;
	max-width: 1452px;
}

.logo {
	float: left
}

.logo a {
	display: block
}

.pc-nav {
	color: #fff;
	overflow: hidden;
	float: right;
}

.pc-nav a.item {
	padding: 16px 23px 0 23px;
	color: #fff;
	overflow: hidden;
	display: inline-block;
	transition: all 0.6s;
}

.pc-nav a.item:hover {
	color: rgba(255, 255, 255, 0.5);
}

.pc-nav span.en {
	padding-left: 10px;
	text-transform: uppercase;
}

.pcBtnsearch {
	width: 35px;
	height: 35px;
	float: right;
	position: relative;
}

.pcBtnsearch i {
	font-size: 25px;
	color: #fff;
	float: right;
	position: relative;
	top: 8px;
	cursor: pointer;
	transition: all .5s ease 0s;
	transform: translate(0, 0) transition-delay: .3s;
}

.pcBtnsearch i:hover {
	cursor: pointer;
}

.pcBtnsearch form {
	position: absolute;
	top: 67px;
	right: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 220px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	height: 0;
	overflow: hidden;
}

.pcBtnsearch form input {
	background: none;
	width: 80%;
	outline: none;
	border: none;
	padding: 0 5px;
}

.pcBtnsearch form button {
	outline: none;
	border: none;
	width: 20%;
	background: rgba(2, 9, 52, .8);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.pcBtnsearch form.active {
	opacity: 1;
}

.navBg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: #222;
	background: rgba(34, 34, 34, .9);
	opacity: 0;
	transition: all .5s ease 0s;
	transform: translate(-100%, 0)
}

.navBg.active {
	opacity: 1;
	transform: translate(0, 0)
}

.navTop {
	position: relative;
	z-index: 1;
	padding: 60px 0 0 0;
	border-bottom: 1px solid #333;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	z-index: 99999;
}

.navClose {
	float: right;
	padding: 0 0 0 ;
	margin-right: 4%;
	width: 30px;
	height: 30px;
	cursor: pointer
}

.navClose span {
	display: block;
	width: 100%;
	height: 1px;
	background: #FFF;
	transform-origin: left center
}

.navClose span:first-child {
	transform: rotate(45deg)
}

.navClose span:last-child {
	margin-top: 20px;
	transform: rotate(-45deg)
}

.navBot {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding-top: 100px;
	height: 100%;
	z-index: 9999;
}

.navList {
	overflow: hidden;
	height: 100%
}

.navList li {
	float: left;
	width: 12%;
	height: 100%;
	opacity: 0;
	transition: all .5s ease 0s;
	transform: translate(0, 50px)
}

.navList li a {
	display: block;
	padding: 100px 0 0 20%;
	height: 100%;
	border-right: 1px solid #333;
	border-right: 1px solid rgba(255, 255, 255, .08);
	color: #FFF;
	transition: all .5s ease 0s
}

.navList li a span {
	display: block
}

.navEn {
	font-size: 30px
}

.navCn {
	font-size: 22px
}

.navList li a:hover {
	padding-left: 10%;
	color: #da0502
}

.navList li.text-right {
	padding: 100px 0 0;
	width: 13.5%;
	color: #FFF;
	font-size: 16px;
	line-height: 36px
}

.navTel {
	font-size: 22px;
	font-family: Verdana
}

.navBotCon {
	position: absolute;
	right: 0%;
	bottom: 65px;
	padding-left: 5px;
	width: 13.5%;
	color: #FFF;
	color: #FFF;
	font-size: 12px;
	line-height: 22px
}

.navSearch {
	position: relative;
	float: right;
	margin-bottom: 15px;
	padding-right: 34px;
	width: 77%;
	background: #da0502;
	line-height: 32px
}

.navSearch input {
	display: block;
	padding: 5px 10px;
	width: 100%;
	height: 32px;
	border: none;
	background: 0 0;
	color: #FFF;
	line-height: 22px
}

.searchIco {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 34px;
	color: #FFF;
	text-align: center;
	font-size: 14px
}

.searchIco:focus,
.searchIco:hover {
	color: #FFF
}

.navShare {
	font-size: 14px
}

.navShare li {
	position: relative
}

.navShare li a {
	color: #FFF
}

.navWechat {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 100px;
	opacity: 0;
	transition: all .5s ease 0s;
	transform: scaleY(0)
}

.navShare li:hover .navWechat {
	opacity: 1;
	transform: scaleY(1)
}

.active .navList li {
	opacity: 1;
	transform: translate(0, 0)
}

.active .navList li {
	transition-delay: .3s
}

/*************************头部 end*******************************/

/**************************banner 开始**************************/
#hmpage {
	opacity: 0;
	-webkit-opacity: 0
}

.mbox1 .swiper-slide {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center
}

.mbox1 {
	position: relative;
	overflow: hidden;
	height: 100%
}

.banImg {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.banImg .imgBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.mbox1 .swiper-slide-active .imgBg {
	animation: imageAnimation 6s linear 0s!important;
}

.banText1 {
	position: absolute;
	top:21%;
	left: 50%;
	z-index: 1;
	width: 896px;
	margin-left: -448px;
	text-align: center;
}

.banText1 .banTextCn1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.banText1 .banTextCn1 img{
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

.banText1 .banTextEn1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 80px;
}
.banText1 .banTextEn1 img{
	margin: 0 auto;
}

.banText2 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -81px 0 0 -588px;
	width: 1176px;
	height: 162px
}

.banTextCn2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.banText3 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -84px 0 0 -523px;
	width: 1047px;
	height: 168px
}

.banTextCn3 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.banText3 img {
	margin: 0 auto
}

.bannerTxt2,
.bannerTxt3,
.bannerTxt4,
.bannerTxt5,
.bannerTxt6{
	top:43%;
}

.section {
	overflow: hidden;
	height: 100%;
	text-align: center
}

.mouse-icon {
	border: 2px solid #fff;
	border-radius: 16px;
	height: 40px;
	width: 24px;
	display: block;
	z-index: 10;
	opacity: 0.7;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -12px;
}

.mouse-icon .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-webkit-animation-name: drop;
	animation-name: drop;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.mouse-icon .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 2px;
	height: 6px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
}

@-webkit-keyframes drop {
	0% {
		top: 5px;
		opacity: 0;
	}

	30% {
		top: 10px;
		opacity: 1;
	}

	100% {
		top: 25px;
		opacity: 0;
	}
}

@keyframes drop {
	0% {
		top: 5px;
		opacity: 0;
	}

	30% {
		top: 10px;
		opacity: 1;
	}

	100% {
		top: 25px;
		opacity: 0;
	}
}

.mbox1 .swiper-pagination {
	padding: 0 20px;
	height: 20px;
}

.mbox1 .swiper-pagination-bullet {
	background: #fff;
	opacity: .3;
}

.mbox1 .swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1
}

/********************************banner 结束***********************/

/********************************服务项目 开始***********************/
.mbox2Bg {
	background: url(../images/bg-service.jpg) center center no-repeat;
	background-size: cover
}

.mbox2Tit {
	width: 380px;
	position: absolute;
	left: 50%;
	margin-left: -190px;
	top: 67px;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translateX(-50px)
}

.mbox2Bot {
	position: absolute;
	width: 100%;
	bottom: 0.05%;
	height: 80%;
	max-height: 738px;
}

.active .mbox2Tit {
	opacity: 1;
	transform: translateX(0)
}

.active .mbox2Tit {
	transition-delay: .3s
}

.mbox2Subtit {
	background: url(../images/ser-tit-bg1.jpg) center center no-repeat;
	background-size: 100% 100%;
	height: 100%;
}

.mbox2TitCn {
	color: #202020;
	margin: 15px 0 4px 0;
}

.mbox2TitEn {
	color: #75788d;
}

.mbox2Icon {
	width: 28.4%;
	text-align: center;
	margin: 0 auto;
	margin-top: -42px;
	position: relative;
}

.mbox2Icon img {
	max-width: 100%;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 15px 0 rgba(69, 67, 67, .45);
	border-radius: 50%;
}

.mbox2Bot p {
	opacity: 0;
	margin-top: 10%;
	padding: 0 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	transform: translateX(-50px)
}

.mbox2Bot p span {
	display: block;
	float: left;
	width: 25%;
	color: #202020;
	transition: all .6s;
	font-size: 16px;
}
 

.mbox2Bot .swiper-slide:nth-child(3) .mbox2Subtit {
	background: url(../images/ser-tit-bg2.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.mbox2Bot .swiper-slide:nth-child(5) .mbox2Subtit {
	background: url(../images/ser-tit-bg3.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.mbox2Bot .swiper-slide:nth-child(2) .mbox2Subtit,
.mbox2Bot .swiper-slide:nth-child(4) .mbox2Subtit,
.mbox2Bot .swiper-slide:nth-child(6) .mbox2Subtit {
	background: none;
}

.mbox2Bot .swiper-slide:nth-child(2) .mbox2Icon img,
.mbox2Bot .swiper-slide:nth-child(4) .mbox2Icon img,
.mbox2Bot .swiper-slide:nth-child(6) .mbox2Icon img {
	background: #020934;
	box-shadow: 0 0 15px 0 rgba(2, 9, 52, .45);
}

.mbox2Bot .swiper-slide:nth-child(2) .mbox2TitCn,
.mbox2Bot .swiper-slide:nth-child(4) .mbox2TitCn,
.mbox2Bot .swiper-slide:nth-child(6) .mbox2TitCn {
	color: #fff;
}

.mbox2Bot .swiper-slide:nth-child(2) p span,
.mbox2Bot .swiper-slide:nth-child(4) p span,
.mbox2Bot .swiper-slide:nth-child(6) p span {
	color: #ecedef;
}
 

.mbox2Bot .pic {
	position: relative;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat
}

.mbox2Bot .pic.picShow {
	width: 100%;
	height: 78.5%;
}

.mbox2Bot .pic.picHide {
	display: none;
	height: 60.5%;
}

.mbox2Bot .swiper-slide {
	float: left;
	display: block;
	width: 17% !important;
	padding: 0 1px;
	height: 100%;
	opacity: 0 !important;
	transition: all .8s ease 0s;
	transform: translateY(20px)
}

.mbox2Bot .swiper-slide .item {
	width: 100%;
	height: 100%;
}

.active .mbox2Bot .swiper-slide {
	opacity: 1 !important;
	transition-delay: .3s;
	transform: translateY(0)
}

.active .mbox2Bot .swiper-slide:nth-child(2) {
	transition-delay: .5s
}

.active .mbox2Bot .swiper-slide:nth-child(3) {
	transition-delay: .7s
}

.active .mbox2Bot .swiper-slide:nth-child(4) {
	transition-delay: .9s
}

.active .mbox2Bot .swiper-slide:nth-child(5) {
	transition-delay: 1.1s
}

.active .mbox2Bot .swiper-slide:nth-child(6) {
	transition-delay: 1.3s
}

.mbox2Bot .swiper-slide .bg {
	opacity: 0;
	transition: all .3s;
}

.active .mbox2Bot .swiper-slide.swiper-slide-current-bg .bg {
	width: 100%;
	height: 100%;
	background: rgba(5, 11, 48, 0.6);
	opacity: 1;
}

.active .mbox2Bot .swiper-slide.swiper-slide-current-bg {
	width: 15% !important;
}

.active .mbox2Bot .swiper-slide.swiper-slide-current {
	width: 24.92% !important;
}

.active .mbox2Bot .swiper-slide.swiper-slide-current-bg {
	transition-delay: 0s
}

.active .mbox2Bot .swiper-slide.swiper-slide-current {
	transition-delay: 0s
}

.active .mbox2Bot .swiper-slide.swiper-slide-current-bg .picShow {
	width: 100%;
	height: 70.5%;
	position: relative;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat
}

.active .mbox2Bot .swiper-slide.swiper-slide-current .pic.picShow {
	display: none;
}

.active .mbox2Bot .swiper-slide.swiper-slide-current .pic.picHide {
	display: block;
	width: 100%;
}

.active .mbox2Bot .swiper-slide.swiper-slide-current p {
	opacity: 1;
	transition-delay: .5s;
	transform: translateX(0px)
}

.active .mbox2Bot .swiper-slide.swiper-slide-current .mbox2Subtit {
	background: url(../images/ser-titon.jpg) center center no-repeat;
	background-size: cover;
	height: 100%;
}

.active .mbox2Bot .swiper-slide:nth-child(2) .mbox2Subtit,
.active .mbox2Bot .swiper-slide:nth-child(4) .mbox2Subtit,
.active .mbox2Bot .swiper-slide:nth-child(6) .mbox2Subtit {
	background: none;
}

/********************************服务项目 结束***********************/

/********************************经典案例 开始***********************/
.mbox3Bg {
	background: url(../images/bg-case.jpg) center center no-repeat;
	background-size: cover
}
.box3Bigimg img{
	max-width: 100%;
	max-height: 610px;
}

.mbox3 {
	margin: 0;
	padding: 0;
	margin-left: 3.85%;
}

.mbox3Lef {
	float: left;
	width: 17.24%;
	text-align: left;
	height: 100%;
	background: url(../images/case-leftbg.png) no-repeat left top;
}

.mbox3Tit {
	max-width: 230px;
	margin-left: 6px;
	margin-top: 30%;
}

.mbox3TitCn {
	margin-left: 36px;
	margin-top: 20px;
	transition: all .5s ease 0s;
}

.mbox3TitEn {
	opacity: 0;
	transition: all .3s ease 0s;
}

.active .mbox3TitEn {
	opacity: 1;
	transition-delay: .5s;
}

.active .mbox3TitCn {
	opacity: 1;
	transition-delay: .7s;
}

.mbox3LefCon {
	position: relative;
	margin-top: 25%;
}

.mbox3LefItem li {
	position: relative;
	padding-bottom: 32px;
	opacity: 0;
	transition: all .8s ease 0s;
	transform: translateY(20px)
}

.mbox3LefItem li:last-child:after {
	display: none
}

.mbox3LefItem li a {
	display: block;
	padding: 7px 0;
	height: 100%
}

.mbox3Name {
	display: inline-block;
	color: #aeb0b7;
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
	line-height: 20px;
	transition: all .6s ease 0s;
	margin-left: 30px;
	padding-left: 40px;
}

.mbox3LefItem li .text-uppercase {
	font-size: 12px;
	text-transform: initial;
}

.mbox3H3 {
	margin-bottom: 5px;
}

.mbox3LefItem li a:hover .mbox3Name,
.mbox3LefItem li.active a .mbox3Name {
	color: #fff
}

.mbox3LefItem li a {
	border-left: transparent solid 4px;
	transition: all .6s ease 0s;
}

.mbox3LefItem li.active a {
	border-left: #e20516 solid 4px;
}

.mbox3LefItem li:hover a {
	border-left: #e20516 solid 4px;
}

.mbox3LefItem li:nth-child(1) .mbox3Name {
	background: url(../images/case-icon-list.png) no-repeat left top;
}

.mbox3LefItem li:nth-child(2) .mbox3Name {
	background: url(../images/case-icon-list.png) no-repeat;
	background-position: 0 -85px;
}

.mbox3LefItem li:nth-child(3) .mbox3Name {
	background: url(../images/case-icon-list.png) no-repeat left top;
	background-position: 0 -171px;
}

.mbox3LefItem li:nth-child(4) .mbox3Name {
	background: url(../images/case-icon-list.png) no-repeat left top;
	background-position: 0 -260px;
}

.mbox3LefItem li:nth-child(5) .mbox3Name {
	background: url(../images/case-icon-list.png) no-repeat left top;
	background-position: 0 -345px;
}

.mbox3LefItem li:nth-child(6) .mbox3Name {
	background: url(../images/case-icon-list.png) no-repeat left top;
	background-position: 0 -432px;
}

.mbox3LefItem li:last-child .mbox3Name {
	background: url(../images/menu.png) no-repeat 5px 3px;
}

.mbox3LefItem li:last-child a {
	border-left: transparent solid 4px !important;
}

.mbox3Rig {
	float: right;
	width: 82%;
	height: 100%;
	transition: all .6s ease 0s;
	overflow: hidden;
	opacity: 0;
	transition: all .8s ease .5s;
	transform: translateY(50px)
}

.box3RigText {
	width: 100%;
}

.box3RigText .swiper-container {
	width: 100%;
}

.box3RigText .swiper-slide {
	text-align: left
}

.mbox3RigList {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 3px;
}

.mbox3RigList .row {
	margin: 0 -1.5px;
}

.mbox3RigList .row .p9 {
	padding: 0 1.5px;
	float: left;
	margin-bottom: 3px;
}

.mbox3RigList .row .mbox3RigList-item {
	width: 25%;
	opacity: 0;
	transition: all .8s ease 0s;
	transform: translateY(20px);
}

.mbox3Link {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%
}

.mbox3Img {
	position: relative;
	overflow: hidden;
	height: 100%
}

.mbox3Img img {
	width: 100%;
	transition: all 1s ease 0s
}

.mbox3Text {
	position: absolute;
	bottom:0;
	left: 0;
	height: 34px;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	color: #FFF;
	text-align: center;
	font-size: 14px;
	transition: all .6s ease 0s;
}

.mbox3Text h3 {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	left: 0;
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
}

.mbox3Link:hover .mbox3Img img {
	transform: scale(1.1)
}

.mbox3Link:hover .mbox3Text {
	bottom: 0
}


.mbox3More {
	border: #fff solid 1px;
	border-left: none;
	border-right: none;
	color: #fff;
	font-size: 14px;
	display: block;
	width: 190px;
	margin: 0 auto;
	text-align: left;
	transition: all .5s;
	transform: translateX(-50px);
	opacity: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin-top: 13%
}

.mbox3More i {
	float: right;
	font-size: 27px;
}

.active .mbox3More {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .9s
}

.mbox3More:hover {
	background: rgba(255, 255, 255, .3);
	transition-delay: 0s;
	border: rgba(255, 255, 255, .3) solid 1px;
	color: #fff;
	border-left: none;
	border-right: none;
	transition: all .3s ease 0s;
}

.active .mbox3Rig {
	opacity: 1;
	transform: translateY(0)
}

.active .mbox3LefItem li {
	opacity: 1;
	transform: translateY(0)
}

.active .mbox3RigList .row .mbox3RigList-item {
	opacity: 1;
	transform: translateY(0px)
}

.active .mbox3RigList .row .mbox3RigList-item:nth-child(1) {
	transition-delay: .3s
}

.active .mbox3RigList .row .mbox3RigList-item:nth-child(2) {
	transition-delay: .5s
}

.active .mbox3RigList .row .mbox3RigList-item:nth-child(3) {
	transition-delay: .7s
}

.active .mbox3RigList .row .mbox3RigList-item:nth-child(4) {
	transition-delay: .9s
}

.active .mbox3RigList .row .mbox3RigList-item:nth-child(5) {
	transition-delay: 1.1s
}

.active .mbox3RigList .row .mbox3RigList-item:nth-child(6) {
	transition-delay: 1.3s
}

.active .mbox3RigList .row .mbox3RigList-item:nth-child(7) {
	transition-delay: 1.5s
}

.active .mbox3RigList .row .mbox3RigList-item:nth-child(8) {
	transition-delay: 1.7s
}

.active .mbox3Rig {
	transition: all .8s ease .3s;
	transform: translateX(0)
}


/********************************经典案例 结束***********************/

/********************************关于我们 结束***********************/
.mbox4Bg {
	background: url(../images/bg-abt.jpg) center center no-repeat;
	background-size: cover
}

.mbox4Tit {
	width: 340px;
	position: absolute;
	left: 50%;
	margin-left: -170px;
	top: 10%;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translateX(-50px);
}

.active .mbox4Tit {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .3s
}

.mbox4Text {
	text-align: center;
	color: #fff;
	line-height: 30px;
	width: 90%;
	left: 5%;
	top: 15%;
	position: absolute;
}

.mbox4Text p.profile {
	margin: 0 auto;
	padding: 30px 0;
	max-width: 900px;
	opacity: 0;
	transition: all .8s ease 0s;
	transform: translateX(-50px);
}

.active .mbox4Text p.profile {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .6s
}

.mbox4Text .mbox4More {
	border: #517db2 solid 1px;
	border-left: none;
	border-right: none;
	color: #7da6bf;
	font-size: 14px;
	padding: 5px 6px;
	display: block;
	width: 190px;
	margin: 1.6% auto 0 auto;
	text-align: left;
	transition: all .5s;
	transform: translateX(-50px);
	opacity: 0;

}

.mbox4Text .mbox4More i {
	float: right;
	font-size: 27px;
}

.active .mbox4Text .mbox4More {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .9s
}

.mbox4Text .mbox4More:hover {
	background: rgba(255, 255, 255, .3);
	transition-delay: 0s;
	border: rgba(255, 255, 255, .3) solid 1px;
	color: #fff;
	border-left: none;
	border-right: none;
	transition: all .3s ease 0s;
}

.mbox4Ul {
	overflow: hidden;
	margin: 70px auto 0 auto;
	max-width: 1065px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.mbox4Ul li {
	position: relative;
	float: left;
	width: 31.45%;
	transition: all .4s ease 0s;
	opacity: 0;
	transform: translatex(-100%)
}


.mbox4Ul li a {
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
	background: #FFF;
	transition: all .5s linear 0s;
	position: relative;
}

.mbox4Img {
	width: 100%;
	height: 50%;
	overflow: hidden;
}

.mbox4Content {
	width: 100%;
	padding: 3% 10px;
	color: #888;
	font-size: 12px;
	line-height: 22px;
	background: #fff;
	text-align: center;
	height: 50%;
	overflow: hidden;
}

.mbox4Name {
	width: 100%;
	overflow: hidden;
	height: 44px;
	color: #3d3d3d;
	line-height: 22px;
	transition: all .5s linear 0s;
	margin-top: 20px;
}

.mbox4Icon {
	height: 40px;
	line-height: 40px;
	margin: 5% auto;
	margin-top: 25px;
}

.mbox4Brief {
	width: 100%;
	overflow: hidden;
	height: 60px;
	color: #777777;
	transition: all .5s linear 0s
}


.mbox4Ul li a:hover .mbox4Content {
	background: #7da6bf;
	color: #FFF;
	transition: all .5s linear 0s
}

.mbox4Ul li a:hover .mbox4Brief,
.mbox4Ul li a:hover .mbox4Name {
	color: #FFF
}

.active .mbox4Ul li {
	opacity: 1;
	visibility: initial;
}

.active .mbox4Ul li {
	opacity: 1;
	transition: all .5s ease .3s;
	transform: translateX(0);
}

.active .mbox4Ul li:nth-child(1) {
	transition-delay: .3s
}

.active .mbox4Ul li:nth-child(2) {
	transition-delay: .5s
}

.active .mbox4Ul li:nth-child(3) {
	transition-delay: .7s
}

/********************************关于我们 结束***********************/

/********************************合作伙伴 结束***********************/
.mbox5Bg {
	background: url(../images/bg-parter.jpg) center bottom no-repeat;
	background-size: cover
}

.mbox5Tit {
	width: 454px;
	position: absolute;
	left: 50%;
	margin-left: -227px;
	top: 15%;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translateX(-50px);
}

.active .mbox5Tit {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .3s
}

.mbox5lists {
	margin: 0 auto;
	max-width: 68.5%;
	margin-top: 10%;
}

.mbox5lists .swiper-container {
	padding: 30px 0
}

.mbox5lists .swiper-slide {
	opacity: 0;
	transition: all .4s ease 0s;
	transform: translateY(100%)
}

.mbox5lists .swiper-slide:nth-child(2n) {
	transform: translateY(-100%)
}

.mbox5lists .swiper-slide a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	background: rgba(255, 255, 255, .05);
	transition: all .7s ease 0s;
	cursor: pointer;
}

.mbox5lists .swiper-slide img {
	max-width: 100%
}
.mbox5Link{
	cursor: pointer;
}

.mbox5Img {
	transition: all .7s ease 0s;
	background: #fff;
}

.mbox5Mask {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.mbox5lists .swiper-slide a:hover .mbox5Img {
	transform: scale(1.2)
}
a.detail{
	cursor: pointer;
}

.mbox5Bot {
	position: relative;
	padding: 10px 200px;
	opacity: 0;
}

.mbox5Btn {
	position: absolute;
	top: 50%;
	color: #333;
	font-size: 0;
	font-family: Arial;
	cursor: pointer;
	transform: translateY(-50%)
}

.mbox5Btn i,
.mbox5Btn strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px
}

.mbox5Btn i.fa {
	color: #da0502;
	font-size: 15px
}

.mbox5Btn strong {
	padding: 0 5px
}

.mbox5Line {
	width: 148px;
	height: 1px;
	background: #d2d2d2;
	transition: width .6s ease 0s
}

.mbox5Btn:hover .mbox5Line {
	width: 100px;
	background: #da0502
}

.swiper-button-disabled strong {
	opacity: .5
}

.swiper-button-disabled .mbox5Line {
	width: 100px
}

.swiper-button-disabled:hover .mbox5Line {
	background: #d2d2d2
}

.mbox5Prev {
	left: 0
}

.mbox5Next {
	right: 0
}

.mbox5Bot .swiper-pagination {
	position: static
}

.mbox5Bot .swiper-pagination-bullet {
	margin: 0 6px;
	width: 34px;
	height: 3px;
	border-radius: 0;
	background: #ccc;
	vertical-align: middle;
	opacity: 1
}

.mbox5Bot .swiper-pagination-bullet-active {
	background: #da0502
}

.active .mbox5lists .swiper-slide {
	opacity: 1;
	transition: all .8s ease .5s;
	transform: translateY(0)
}

/********************************合作伙伴 结束***********************/

/********************************新闻资讯 结束***********************/
.mbox6Bg {
	background: url(../images/bg-news.jpg) center bottom no-repeat;
	background-size: cover
}

.mbox6Tit {
	width: 314px;
	position: absolute;
	left: 50%;
	margin-left: -157px;
	top: 15%;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translateX(-50px);
}

.active .mbox6Tit,
.active-last .mbox6Tit {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .3s
}

.mbox6List {
	overflow: hidden;
	margin: 80px auto 70px auto;
	max-width: 1468px;
	margin-top: 8.5%;
}

.mbox6List li {
	position: relative;
	float: left;
	width: 23.16%;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translate(-50%, 50%);
	margin: 0 0.81%;
}

.mbox6List li:nth-child(2n) {
	transform: translate(50%, -50%)
}

.mbox6List li a {
	position: relative;
	display: block;
	overflow: hidden;
	background: #FFF;
	transition: all .5s linear 0s;
	padding: 12px;
}

.mbox6Img {
	width: 100%;
	height: 100%;
}

.mbox6Text {
	padding: 15px 0px 15px 0;
	color: #535353;
	line-height: 22px
}

.mbox6Name {
	overflow: hidden;
	height: 55px;
	color: #060606;
	text-align: left;
	line-height: 28px;
	transition: all .5s linear 0s;
	margin-bottom: 10px;
}

.mbox6Time {
	height: 46px;
	color: #505050;
	text-align: left;
	font-size: 14px;
	font-family: arial;
	line-height: 36px;
	transition: all .5s linear 0s
}

.mbox6Brief {
	overflow: hidden;
	height: 70px;
	color: #535353;
	text-align: left;
	font-size: 14px;
	transition: all .5s linear 0s
}

.mbox6List li a:hover {
	background: #020934;
	color: #FFF
}

.mbox6List li a:hover .mbox6Brief,
.mbox6List li a:hover .mbox6Name,
.mbox6List li a:hover .mbox6Time {
	color: #FFF
}

.mbox6More {
	margin: 0 auto;
	width: 210px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	transition: all .5s linear 0s
}

.mbox6More:hover {
	color: rgba(255, 255, 255, .5);
}

.mbox6More i {
	font-size: 16px;
	position: relative;
	top: 1px;
	padding-right: 5px;
}

.active .mbox6List li {
	opacity: 1;
	transition: all .8s ease .3s;
	transform: translate(0, 0) !important
}

.active-last .mbox6List li {
	opacity: 1;
	transition: all .8s ease .3s;
	transform: translate(0, 0) !important
}


/********************************新闻资讯 结束***********************/

/********************************底部 开始**************************/
.footerBg {
	overflow: visible;
	background: #01040e;
	color: #e9e9e9
}

.footer {
	width: 90%;
	margin: 0 auto;
	max-width: 1534px;
	padding: 40px 0 0 0;
	color: #e9e9e9;
	
}

.footer .foot-left {
	width: 78%;
	position: relative;
}

.footer .foot-left .item {
	width: 11.3%;
	float: left;
	color: #e9e9e9;
	text-align: left;
}

.footer .foot-left .item:last-child {
	width: 52%;
}

.footer .foot-left .item a {
	color: #e9e9e9;
	transition: all .3s ease 0s
}

.footer .foot-left .item a:hover {
	color: rgba(255, 255, 255, .6);
}

.footer a {
	color: #e9e9e9;
}

.footer a:visited {
	color: #e9e9e9;
}

.footer a:hover {
	color: rgba(255, 255, 255, .6);
}

.footer a:active {
	color: #e9e9e9;
}

.footer .foot-left .item {
	line-height: 30px;
}

.footer h3 {
	padding: 20px 0 30px 0;
}
.footer h3 span{
	display: block;
	clear: both;
	color: #969eba;
	font-size: 14px;
	font-family: arial;
	padding-top: 5px;
	line-height: 18px;
}
.last-contact{
	position: relative;
}
.footer .ewm {
	width: 141px;
	text-align: center;
	color: #e9e9e9;
	font-size: 12px;
	float: left;
	top: 98px;
	position: absolute;
	right: 0;
	
}

.footer .ewm p {
	margin-top: 20px;
}

.footCon {
	width: 18%;
	float: right;
	text-align: left;
	padding-top: 45px;
	line-height: 24px;
	transition: all .3s ease 0s
}

.footCon p {
	padding: 24px 0 10px 0;
}
.foot-contact{
	line-height: 24px;
}
.foot-contact span{
	font-size: 14px;
	font-family: arial;
	color: #969eba;
	padding-bottom: 8px;
	display: block;
}

.copyright {
	padding: 25px 0;
	margin-top: 30px;
	border-top: #3f4041 solid 1px;
	color: #7d7d7d;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;

}

.copyright a {
	color: #7d7d7d;
	transition: all .3s ease 0s
}

.copyright p {
	float: left;
	width: 70%;
	text-align: left;
}

.Fttech {
	width: 25%;
	float: right;
	text-align: right;
	font-size: 14px;
}

/********************************底部 结束**************************/

/********************************内页关于我们 开始******************/
.subHead {
	background: #020c37;
}

.subbodyBg {
	background: url(../images/s-bg.jpg) repeat left top;
}
.subbodyBg-case {
	background: url(../images/s-bg-case.jpg) repeat center top;
}
.subbodyBg-about {
	background: url(../images/subabout-bg.jpg) repeat center top;
}
.subbodyBg-contact {
	background: url(../images/sucontatc-bg-new.jpg) repeat center top;
}
.subTit {
	text-align: center;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translateX(-50%);
}

.subAbtCont {
	max-width: 1410px;
	margin: 0 auto;
	position: relative;
	z-index: 88;
	top: 50px;
	padding: 0;
}

.subAbtWang {
	opacity: 0;
	transition: all 1.1s ease 0s;
	transform: translateX(-50%);
	z-index: 3;
}

.active .subAbtWang {
	opacity: 1;
	transform: translateX(0);
}

.subAbtLeft {
	margin-left: 45px;
	width: 30%;
	float: left;
	text-align: left;
}

.subAbtLeft .subTit {
	margin-top: 0;
	text-align: left;
}

.subAbtContImg {
	margin-top: 50px;
}

.subAbtRight {
	width: 63%;
	float: right;
}

.subAbtRight-tit {
	background: url(../images/s-abt-tit-bg2.png) no-repeat left 8px;
	padding-left: 52px;
	font-family: arial;
	color: #fff0ef;
	text-align: left;
}

.subAbtRight-tit .small-tit {
	font-size: 14px;
}

.subAboutTxt {
	color: #cfd2e4;
	line-height: 32px;
	font-size: 17.5px;
	text-align: left;
	padding: 30px 0;
}

.subAboutTxt p {
	line-height: 32px;
}
.sub-about-en{
	padding-top: 30px;
}
.sub-about-en p{
	font-family: arial;
	color: #969eba;
	line-height: 26px;
	font-size: 16px;
}
.subAbtService {
	clear: both;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #aeb0b7;
	margin-top: 60px;
}

.subAbtService .pic {
	margin-bottom: 25px;
}

.subAbtService a {
	color: #aeb0b7;
	display: block;
	width: 15.96%;
	transition: all .8s ease 0s;
	transform: translateY(20px);
	opacity: 0;
}

.subAbtService a:hover {
	color: #fff;
}
.subAbtService .cn{
	font-size:18px;
	color: #ffffff;
}
.subAbtService .en {
	font-family: arial;
	font-size: 15px;
	color: #969eba;
	padding-top: 5px;
}

.subAbtService a .en {
	color: #fff;
}

.active .subAbtService a {
	opacity: 1;
	transform: translateY(0px);
}

.active .subAbtService a:nth-child(1) {
	transition-delay: 0.3s;
}

.active .subAbtService a:nth-child(2) {
	transition-delay: 0.5s;
}

.active .subAbtService a:nth-child(3) {
	transition-delay: 0.7s;
}

.active .subAbtService a:nth-child(4) {
	transition-delay: 0.9s;
}

.active .subAbtService a:nth-child(5) {
	transition-delay: 1.1s;
}

.active .subAbtService a:nth-child(6) {
	transition-delay: 1.3s;
}

/*内页关于我们  发展历程*/
.subHistoryBg {
	background: url(../images/bg-history.jpg) center bottom no-repeat;
	background-size: cover
}

.subHistoryList {
	max-width: 1442px;
	height: 368px;
	margin: 0 auto;
	margin-top: 10%;
	transition: all .6s ease 0s;
	position: relative;
}

.subHistoryList .line {
	height: 3px;
	position: absolute;
	width: 100%;
	background: #fff;
	top: 50%;
	margin-top: -1.5px;
}

.subHistoryList .item {
	margin: 0 auto;
	color: #1d1c1c;
	text-align: center;
}

.subHistoryList .swiper-slide .item.itemup {
	display: none;
}

.subHistoryList .swiper-slide:nth-child(2n) .item.itemdown {
	display: none;
}

.subHistoryList .swiper-slide:nth-child(2n) .item.itemup {
	display: block;
}

.subHistoryList .item .histxt {
	border-radius: 8px;
	background: #f3f8ff;
	position: relative;
}

.subHistoryList .item h2 {
	padding: 18px 5px 0 5px;
}

.subHistoryList .item p {
	width: 70%;
	margin: 0 auto;
	line-height: 24px;
	padding: 12px 0 14px 0;
	font-size: 15px;
}

.subHistoryList .swiper-slide:nth-child(4) .item p {
	width: 98%;
}

.subHistoryList .item .year {
	font-family: "Vani";
	font-weight: bold;
	font-size: 35px;
	color: #fff;
}

.subHistoryList .item .quan {
	margin: 40px auto 35px auto;
}

.subHistoryList .item.itemdown {
	margin-top: 11px;
}

.subHistoryList .item.itemup {
	margin-top: 81px;
}

.subHistoryList .item.itemup .triangle-up {
	position: absolute;
	left: 50%;
	top: -11px;
	margin-left: -9px;
}

.subHistoryList .item.itemdown .triangle-down {
	position: absolute;
	left: 50%;
	margin-bottom: -11px;
	margin-left: -9px;
}

/*triangle up 上三角形*/
.triangle-up {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 11px solid #f3f8ff;
}

/*triangle down 下三角形*/
.triangle-down {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 11px solid #f3f8ff;
}

/*内页关于我们  资质荣誉*/
.subHonorBg {
	background: url(../images/bg-honor.jpg) center bottom no-repeat;
	background-size: cover
}

.active .subTit {
	opacity: 1;
	transform: translateX(0);
}

.subHonorList {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 10%;
	transition: all .6s ease 0s;

}

.subHonorList .swiper-slide {
	transition: all .6s ease 0s;
	transform: translateX(20px);
}

.subHonorList .swiper-slide .item {
	position: relative;
	color: #9ba8dd;
}

.subHonorList .swiper-slide .item p {
	color: #9ba8dd;
	position: absolute;
	width: 55%;
	left: 22.5%;
	top: 56%;
}

.active .subHonorList .swiper-slide {
	transition: all .6s ease 0s;
	transform: translateX(0px)
}

.active .subHonorList .swiper-slide:nth-child(1) {
	transition-delay: 0.3s
}

.active .subHonorList .swiper-slide:nth-child(2) {
	transition-delay: 0.5s
}

.active .subHonorList .swiper-slide:nth-child(3) {
	transition-delay: 0.7s
}

/********************************内页关于我们 结束******************/

/********************************内页新闻资讯 开始******************/
/*重置滚动条样式*/
/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #020e39;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #020e39;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	height: 16px;
	background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(2, 14, 57, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(2, 14, 57, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(2, 14, 57, 1);
}

.subMain {
	max-width: 1438px;
	margin: 0 auto;
}

.subNews {
	margin-top: 75px;
	width: 100%;
}
.subnewsBg{
	background: url(../images/newsbg.png) no-repeat left top;
	position: relative;
}
.newsSanjiao{
	width: 4.895%;
	position: absolute;
	left: 4%;
	top: 30px;
}

.subNewsWang {
	transition: all 1.1s ease 0s;
	z-index: 3;
}

.subHeadNofull {
	position: relative;
}

.subNewsClass {
	text-align: center;
}

.subNewsClass {
	color: #aeb0b7;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.subNewsClass a {
	padding: 0 62px;
	transition: all .6s;
}

.subNewsClass a:hover,
.subNewsClass a.cur {
	color: #fff;
}

.subNewsClass a .subNewsClassCn {
	color: #aeb0b7;
	transition: all .6s;
	padding: 12px 0 2px 0;
}

.subNewsClass a .subNewsClassEn {
	color: #6b6f76;
}

.subNewsClass a:hover .subNewsClassCn,
.subNewsClass a.cur .subNewsClassCn {
	color: #fff;
}

.subNewsBox {
	padding: 40px 0;
}


.subNewsList {
	margin: 0 -13px;
}

.subNewsList li {
	padding: 12px 13px;
}

.subNewsList li a {
	display: block;
	overflow: hidden;
	height: 100%;
	transition: all .5s ease 0s
}

.subNewsList {
	overflow: hidden;
	margin: 0 auto 0 auto;
	max-width: 1468px;
	min-height: 240px;
}

.subNewsList li {
	position: relative;
	transition: all .6s ease 0s;
}

.subNewsList li a {
	position: relative;
	display: block;
	overflow: hidden;
	background: #FFF;
	transition: all .5s linear 0s;
	padding: 12px;
}

.subNewsList .mbox6Img {
	width: 100%;
	height: 100%;
}

.subNewsList .mbox6Text {
	padding: 15px 0px 15px 0;
	color: #535353;
	line-height: 22px
}

.subNewsList .mbox6Name {
	overflow: hidden;
	height: 55px;
	color: #060606;
	text-align: left;
	line-height: 28px;
	transition: all .5s linear 0s;
	margin-bottom: 10px;
}

.subNewsList .mbox6Time {
	height: 46px;
	color: #505050;
	text-align: left;
	font-size: 14px;
	font-family: arial;
	line-height: 36px;
	transition: all .5s linear 0s
}

.subNewsList .mbox6Brief {
	overflow: hidden;
	height: 70px;
	color: #535353;
	text-align: left;
	font-size: 14px;
	transition: all .5s linear 0s
}

.subNewsList li a:hover {
	background: #020934;
	color: #FFF
}

.subNewsList li a:hover .mbox6Brief,
.subNewsList li a:hover .mbox6Name,
.subNewsList li a:hover .mbox6Time {
	color: #FFF
}

/********************************内页新闻资讯 结束******************/

/********************************内页新闻详情 开始******************/
.newsDeBg {
	background:#f7f7f9 url(../images/s-newsde-ng.jpg) no-repeat center top;
}

.newsDebox {
	margin: 0 auto;
	max-width: 1262px;
	text-align: center;
	padding: 50px 0;
}

.newsDebox h2.title {
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	color: #222223;
	line-height: 48px;
	font-size: 30px;
	padding-bottom: 6px;
}

.newsDebox h2.title span {
	font-size: 14px;
	display: block;
	clear: both;
	font-weight: normal;
}

.newsDebox .newsde-info {
	font-size: 16px;
	color: #515151;
	line-height: 18px;
	padding: 10px 0 26px 0;
	margin: 0 auto;
	border-bottom: #d6d6d6 solid 1px;
}

.newsDebox .newsde-info span.space {
	padding: 0 9px;
}

.newsDe-content {
	padding: 20px 0 30px 0;
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
	text-align: left;
	color: #404040;
}

.newsDe-content a {
	color: #404040;
}

.newsDe-content img {
	max-width: 100%;
}

.newsde-fenye {
	line-height: 32px;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: left;
}

.newsde-fenye .fenye-box {
	width: 84%;
}

.newsde-fenye .fenye-box a {
	width: 100%;
	float: left;
	color: #404040;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 32px;
}

.newsde-fenye .fenye-box a:hover {
	color: #020c37;
}

.newsde-fenye a.prev {
	float: none;
	display: block;
}

.newsde-fenye a.next {
	clear: both;
	display: block;
}

.newsde-fenye .goback {
	padding-left: 60px;
	display: block;
	width: 140px;
	height: 45px;
	line-height: 45px;
	color: #404040;
	background: url(../images/banList.png) no-repeat 26px center;
	border: #909090 solid 1px;
	margin-top: 10px;
	transition: all 0.5s;
}


.newsde-fenye .goback:hover {
	color: #fff;
	background: #404040 url(../images/banList2.png) no-repeat 26px center;
	border: #404040 solid 1px;
}

.newsde-right-box h2:nth-child(2) {
	padding: 0;
}

.newsde-fenye .dianzan {
	border: #cfcfcf solid 1px;
	background: #fff;
	font-size: 14px;
	color: #444444;
	margin-right: 3px;
}

.newsde-fenye .dianzan i {
	margin-top: 3px;
	color: #da2128;
	font-weight: bold;
}

.newsde-fenye .dianzan:hover i {
	color: #fff;
}

.newsde-fenye .dianzan:hover {
	color: #fff;
}

/********************************内页新闻详情 结束******************/

/********************************内页案例展示 开始******************/
.subCaseBg {
	background: url(../images/s-case-bg2.png) no-repeat left 340px;
	background-size: 100% auto;
	position: relative;
}
.caseSanjiao{
	position: absolute;
	width: 7.44%;
	right: 5.8%;
	top: 160px;
}
.caseSanjiao img{
	max-width: 100%;
}
.subcase{
	margin-top: 50px;
}
.subCaseClass a {
	width: 9%;
	margin: 0 32px;
	padding: 0;
	color: #fff;
}
.subCaseClass a .subNewsClassCn{
	font-size: 18px;
	color: #fff;
}
.subCaseClass a .subNewsClassEn{
	font-size: 16px;
	color: #fff;
}

.subCaseBox {
	width:88%;
	margin: 50px auto 30px auto;
	min-height: 180px;
}

.subCaseBg .page {
	padding-bottom: 50px;
}

.subCaseBox .item {
	margin-bottom: 10px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	transition: all 0.6s;
	height: 0;
	padding-bottom:29%;
	background: #000;
	position: relative;
	margin-bottom: 20px;
}
.subCaseBox .item  a{
	transition: all .6s;
	display: block;
	width: 100%;
	overflow: hidden;
}
.subCaseBox .item  a .zhezhao{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	color: #fff;
	width: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
.subCaseBox .item  a .txx{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 46px;
	line-height: 46px;
	padding:0 10px;
	text-align: left;
	color: #fff;
	width: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 3;
	font-size: 18px;
}
.subCaseBox .item  a:hover .txx{
	background: rgba(5,15, 45, .75);
}

.subCaseBox .item img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
	
}
.subCaseBox .item:hover{
	width: 100%;
	padding-bottom: 35%;
}
.subCaseBox .item:hover img {
	transform: scale(1.2);
}
.subCaseBox .item:hover a .zhezhao{
	opacity: 0;
}


/********************************内页案例展示 结束******************/

/********************************内页案例详情 开始******************/
.casedeBodybg {
	background: url(../images/casede.jpg) no-repeat;
}

.caseClose {
	display: block;
	width: 36px;
	height: 34px;
	background: url(../images/close.png) no-repeat left top;
	cursor: pointer;
	position: fixed;
	right: 0;
	top: 0;
	transition: all .6s;
	z-index: 99;
}

.caseClose:hover {
	background: url(../images/close2.png) no-repeat left top;
}

.casede {
	width: 100%;
	height: 100%;
	position: relative;
}

.casede .swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.casede .swiper-slide {
	background-size: cover;
	background-position: center;
}

.casede .gallery-top {
	height: 66.5%;
	width: 100%;
	margin-bottom: 0;
}

.casedeTitleBox {
	text-align: center;
	color: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.casedeTitleBox .title {
	font-size: 30px;
	padding: 13px 0;
	margin-top: 3%;
}

.casedeTitleBox .info {
	font-size: 14px;
	color: #8d91a6;
	margin-bottom: 30px;
	text-align: center;
}

.casede .gallery-top .picBg {
	width: 66%;
	margin: 0 auto;
	height: 90%;
	background-size: cover;
	background-position: center;
}

.casede .gallery-top .picBg a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.casede .gallery-top .picBg a i{
	color: #fff;
	font-size: 100px;
	top: 40%;
	margin-top: -50px;
	position: absolute;
	display: none;
}
.casede .gallery-top .subtitle {
	width: 66%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
	height: 10%;
	min-height: 58px;
}

.casede .gallery-thumbs {
	height: 12%;
	box-sizing: border-box;
	padding: 10px 0 0 0;
}

.casede .gallery-thumbs .swiper-slide {
	width: 10%;
	height: 100%;
}
.casede .gallery-thumbs .swiper-slide span{
	opacity: 1;
	display: block;
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,.5);
	text-align: center;
}
.casede .gallery-thumbs .swiper-slide:hover{
	cursor: pointer;
}
.casede .gallery-thumbs .swiper-slide:hover span{
	opacity: 0;
}
.casede .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.casede .gallery-thumbs .swiper-slide-active span{
	opacity: 0.5;
}

.casede .gallery-thumbs .swiper-slide span i{
	font-size: 40px;
	color: rgba(255,255,255,.5);
	top: 20%;
	position: relative;
	
}
.casede .gallery-thumbs .swiper-slide-active span i{
	color: rgba(255,255,255,1);
}
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev{
	transition: all .6s;
}
.baguetteBoxVis .gallery-top .swiper-button-next,
.baguetteBoxVis .gallery-top .swiper-button-prev,
.baguetteBoxVis .casede .caseClose{
	opacity: 0;
}
 

/********************************内页案例详情 结束******************/
/********************************内页联系我们 开始******************/
.subContactBg .newsSanjiao{
	top: 195px;
}
.subContactBg .caseSanjiao{
	top: 380px;
}
.subContact {
	position: relative;
	z-index: 99;
	overflow: hidden;
	padding: 20px 0 26px 0;
	width: 85%;
	margin: 0 auto;
	margin-top: 87px;
}

.subContactLeft {
	width: 50.28%;
	float: left;
	color: #fefefe;
	text-align: left;

}
.subContactLeft a{
	color: #fefefe;
	cursor: none;
}
.subContactLeft .title {
	color: #f3f8ff;
	margin-bottom: 35px;
	margin-top: 20px;
	font-weight: bold;
}

.subContactLeft p {
	line-height: 39px;
	overflow: hidden;
}
.subContactLeft .contact-en{
	color: #f3f8ff;
	font-size: 16px;
	font-family: arial;
	clear: both;
	width: 100%;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 13px;
}
.subContactLeft .title .contact-en{
	padding-top: 8px;
}
.subContactRight {
	width: 48.24%;
	float: right;
	overflow: hidden;
	object-fit: fill;
	padding-top: 25px;
}
.subContactRight  img{
	 
}

/********************************内页联系我们 结束******************/


/********************************内页服务项目 开始******************/
.subbanner {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.subbanner .picture img {
		-webkit-animation: banner_inside 20s ease 1 forwards;
		-moz-animation: banner_inside 20s ease 1 forwards;
		-o-animation: banner_inside 20s ease 1 forwards;
		animation: banner_inside 20s ease 1 forwards;
		height: 100%;
	}
	
	@-webkit-keyframes banner_inside {
		from {
			-webkit-transform: scale(1.23);
			transform: scale(1.23);
		}
	
		to {
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}
	
	@-moz-keyframes banner_inside {
		from {
			-moz-transform: scale(1.23);
			transform: scale(1.23);
		}
	
		to {
			-moz-transform: scale(1);
			transform: scale(1);
		}
	}
	
	@-o-keyframes banner_inside {
		from {
			-o-transform: scale(1.23);
			transform: scale(1.23);
		}
	
		to {
			-o-transform: scale(1);
			transform: scale(1);
		}
	}
	
	@keyframes banner_inside {
		from {
			-webkit-transform: scale(1.23);
			-moz-transform: scale(1.23);
			-o-transform: scale(1.23);
			transform: scale(1.23);
		}
	
		to {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
		}
	}
.subServiceBanner {
	position: absolute;
	bottom: 36%;
	left: 50%;
	z-index: 1;
	width: 1260px;
	margin-left: -630px;
	text-align: center;
}

.subServiceBanner .banTextCn1 {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.subServiceBanner .banTextCn1 img {
	margin: 0 auto;
}

.subServiceBanner .banTextEn1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 23px;
}

.subServiceBanner .banTextEn1 img {
	margin: 0 auto;
	text-align: center;
}

.subServiceBannerlist {
	color: #fff;
	margin-top: 34px;
	text-align: center;
	padding: 8px 0;
	margin: 0 auto;
	max-width: 1090px;
	position: relative;
}

.subServiceBanner .button {
	text-align: center;
	color: white;
}

.subServiceBanner .button:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(8, 11, 18, .85);
	transform: skewX(-45deg);
	z-index: -1;
}

/********************************内页服务项目 结束******************/
/*返回顶部*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}

/********************************分页 开始******************/
.page {
	padding: 40px 0px 30px 0px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	font-size: 14px;
}

.page a {
	border: rgba(255, 255, 255, 0.3) solid 1px;
	padding: 5px 10px;
	margin: 2px;
	color: #fff;
	text-decoration: none;
	transition: all .6s;
}

.page a:hover {
	background: #173893;
	color: #fff;
}

.page a:active {
	border: rgba(255, 255, 255, 0.3) solid 1px;
}

.page span.current {
	background: #173893;
	border: rgba(255, 255, 255, 0.3) solid 1px;
	padding: 5px 10px;
	color: #fff;
}

.page span.disabled {
	border: rgba(255, 255, 255, 0.3) solid 1px;
	color: rgba(255, 255, 255, 0.3);
	padding: 5px 10px;
}

/********************************分页 结束******************/
.copyright1024{display: none;}
.mbox3Tit1024{display: none;}
.show640{display: none;}
.banner1920{}
.show1920{}
/************************响应式 开始************************/
@media (min-width:1260px) {
	.container {
		width: 1230px
	}
}
@media (max-width:1680px) {
	.mbox2Bot {
		height: 73%;
	}
}
@media (max-width:1600px) {
	/*首页banner*/
	.banText1 {
		bottom: 15%;
	}
	/*首页banner*/
	.banText1 .banTextEn1 {
		padding-top: 30px;
	}
	.mouse-icon {
		bottom: 3%;
	}
	 
	.mbox2Bot {
		height: 70%;
	}
	.mbox2Bot p span{
		font-size: 14px;
	}
	.f30{
		font-size: 28px;
	}
	.mbox3Tit{
		margin-top: 35%;
	}
	.mbox3LefCon{
		margin-top: 15%;
	}
	.mbox3LefItem li{
		padding-bottom: 15px;
	}
	.box3Bigimg{
		max-height:480px;
		overflow: hidden;
	}
	.box3Bigimg img{
		max-height: 100%;
	}
	.mbox4Tit{
		top:15%;
	}
	.mbox4Text{
		top: 20%;
	}
	.mbox4Ul{
		margin-top: 30px;
		margin-bottom: 5px;
		max-width: 1000px;
	}
	.mbox4Icon{
		margin-top: 10px;
	}
	.mbox4Brief{
		height: 40px;
	}
	.mbox4Text .mbox4More{
		margin-top: 0.2%;
	}
	.mbox5Tit{
		top: 18%;
	}
	.mbox6List{
		margin-top: 12%;
		margin-bottom: 30px;
	}
	/*首页banner end*/
	
	/*内页关于我们 1600*/
	
	.subAbtCont{
		margin-top: 7%;
		top: 0;
	}
	.subAboutTxt p{
		font-size: 16px;
		line-height: 28px;
	}
	.subAbtService{
		margin-top: 0;
	}
	/*内页案例展示 1600*/
	.subCaseClass a{
		margin: 0 22px;
	}
	.subNews{
		margin-top: 45px;
	}
	.subCaseBox{
		margin-top: 45px;
	}
	.casedeTitleBox .title{
		margin-top: 3.2%;
	}
	.casede .gallery-top{
		height: 64%;
	}
	/*内页联系我们 1600*/
	.sub-tit-contact{
		margin-top: 100px;
	}
	.subContact{
		margin-top: 40px;
	}
	 
	@media (min-height:1000px) {
		.box3Bigimg{
			min-height:600px;
		}
	}
	.sub-tit-contact{}
	.casede .gallery-top .picBg{
		height: 88%;
	}
}
@media (max-width:1440px) {
	/*首页 公用 */
	.header,
	.footer{
		width: 98%;
		max-width: 1380px;
	}
	/*首页banner*/
	.banText1{
		bottom: 0;
		top: 18%;
	}
	.banText1 .banTextEn1 {
		padding-top: 30px;
		margin: 0 auto;
		text-align: center;
	}
	.banText1 .banTextCn1 img{
		width: 88%;
	}
	.banText1 .banTextEn1 img.banner1920{
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	/*首页服务项目1440*/
	.mbox2Bot{
		height: 75%;
	}
	.mbox2Tit{
		top: 100px;
	}
	.f30{
		font-size: 26px;
	}
	.f28{
		font-size: 24px;
	}
	.f24{
		font-size: 20px;
	}
	.f18{
		font-size: 16px;
	}
	.box3Bigimg{
		max-height: 505px;
	}
	.mbox3LefCon{
		margin-top: 16%;
	}
	.mbox4Name{
		height: 30px;
	}
	.mbox4Content{
		height: 49%;
		background: #fff;
	}
	.mbox4Img{
		height: 49%;
	}
	.mbox4Ul li a{
		background: none;
	}
	.mbox6List{
		width:90% ;
	}
	/*内页服务项目*/
	.subServiceBanner{
		bottom: 15%;
	}
	/*内页关于我们1440*/
	.subAbtCont{
		width: 90%;
	}
	.subHistoryList{
		width: 90%;
	}
	 .subHistoryList .swiper-slide:nth-child(4) .item p{
	 	font-size: 14px;
	 }
	 .subHis-tit{
	 	margin-top: 80px;
	 }
	 .subHistoryList{
	 	margin-top: 8%;
	 }
	 /*内页案例展示1440*/
	.subCaseBox{
		width: 80%;
		max-width: 1000px;
	}
	.casede .gallery-top .subtitle{
		font-size: 15px;
	}
	.casede .gallery-top .picBg{
		height: 88%;
	}
	/*内页新闻1440*/
	.subNewsList{
		width: 94%;
		margin: 0 auto;
	}
	.subContact{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	/*内页联系我们1440*/
	.subAbtWang{
		max-width: 100%;
	}
}
@media (max-width:1366px) {
	.banText1{
		bottom: 0;
		top: 13%;
	}
	.banText1 .banTextCn1 img{
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.banText1 .banTextEn1 img.banner1920 {
		width: 80%;
	}
	.banTextCn2 img,
	.banTextCn3 img{
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.headerBg{
		padding: 10px 0;
	}
	.mbox2Bot{
		height: 72%;
	}
	.f30{
		font-size: 20px;
	}
	.f16{
		font-size: 14px;
	}
	.f20{
		font-size: 16px;
	}
	.f18{
		font-size: 15px;
	}
	.mbox2Icon{
		margin-top: -30px;
	}
	.active .mbox2Bot .swiper-slide.swiper-slide-current .mbox2Icon{
		margin-top: -40px;
	}
	.active .mbox2Bot .swiper-slide.swiper-slide-current p a{
		font-size: 13px;
	}
	.mbox2TitCn{
		margin-top: 8px;
	}
	.mbox2Bot p{
		margin-top: 10px;
		padding:0 3px;
	}
	
	.mbox2Bot p span{
		font-size: 12px;
		text-align: left;
	}
	.mbox3LefItem li{
		padding-bottom: 3px;
	}
	.mbox3Name{
		margin-left: 10px;
	}
	.box3Bigimg{
		max-height: 386px;
	}
	.mbox4Ul{max-width: 800px;}
	.mbox4Text .mbox4More{
		margin-top: 15px;
	}
	.mbox4Text p.profile{
		padding: 30px 0 0 0;
		line-height: 22px;
	}
	.mbox4Text .mbox4More{
		padding-top: 0;
		padding-bottom: 0;
	}
	/*内页关于我们1366*/
	.subAboutTxt p{
		font-size: 14px;
	}
	.subAbtService{
		margin-top: 0px;
	}
	.sub-about-en{
		padding-top: 20px;
	}
	.sub-about-en p{
		margin-bottom: 0;
	}
	.subAbtService .pic{
		margin-bottom: 15px;
	}
	.subAbtService .cn{
		font-size: 14px;
	}
	.subAbtLeft{
		margin-left: 25px;
	}
	.subAbtContImg img{
		width: 90%;
	}
	.subHistoryList{
		margin-top: 5%;
		width: 90%;
	}
	.active .subTit{
		margin-top: 0px;
	}
	.subHistoryList .item p{
		font-size: 13px!important;
	}
	.subHonorList{
		max-width: 800px;
	}
	.subHonorList .swiper-slide .item img{
		max-width: 100%;
	}
	.active .subHonor-tit{
		margin-top:0px
	}
	.subServiceBanner .banTextEn1 img{
		width: 60%;
		margin: 0 auto;
	}
	.subServiceBanner{
		bottom: 20%;
	}
	.casedeTitleBox .title{
		font-size: 24px;
		margin-top: 2%;
	}
	.subNews{
		margin-top: 35px;
	}
	.subNewsBox{
		padding-top: 30px;
	}
	/*内页新闻资讯1360*/
	.newsDebox h2.title{
		font-size: 22px;
	}
	/*内页联系我们1366*/
	.sub-tit-contact{
		margin-top: 80px;
	}
	.subContactLeft p{
		line-height: 30px;
	}
	.subContactRight {
		max-height:390px;
	}
	.subContact{
		margin-top: 30px;
	}
	.subContactLeft .contact-en{
		margin-bottom: 15px;
	}
	.casede .gallery-top .picBg{
		height: 85%;
	}
}
@media (max-width:1280px) {
	
	.newsDebox{
		width: 90%;
	}
	.mbox3{
		margin-left: 2%;
	}
	.casede .gallery-top .picBg{
		height: 88%;
	}
	.casede .gallery-top .subtitle{
		height: 20%;
		font-size: 13px;
	}
	 
	@media (max-height:1024px) and (min-height:800px) {
		.banText1{top:23%;}
		.banText1 .banTextEn1{
			padding-top: 100px;
		}
		.mbox2Bot{height: 63%; max-height: 528px;}
		.active .mbox2Bot .swiper-slide.swiper-slide-current-bg .picShow{
			height: 66%;
		}
		.mbox2Tit{
			top: 150px;
		}
		.mbox2Icon{
			margin-top: -42px;
		}
		.active .mbox2Bot .swiper-slide.swiper-slide-current-bg .mbox2Icon{
			margin-top: -32px;
		}
		.active .mbox2Bot .swiper-slide.swiper-slide-current .pic.picHide{
			height: 58%;
		}
		.mbox3LefItem li{
			margin-bottom: 20px;
		}
		.box3Bigimg{
			max-height: 585px;
		}
		.mbox4Text p.profile{
			padding: 50px 0;
		}	
		.mbox4Ul{
			margin-top: 50px;
		}
		.subHistoryList{height: 378px;}
		.subHistoryList .line{
			top: 49%;
		}
		/*联系我们1280*/
		.sub-tit-contact{
			margin-top: 50px;
		}
		.subContact{
			margin-top: 80px;
		}
		.subContactRight{
			max-height:550px;
		}
		.subContactLeft{
			margin-left: 20px;
		}
		.subContactLeft .contact-en{
			margin-bottom: 20px;
		}
		
	}
	@media (max-height:720px){
		.banText1 .banTextCn1 img{
			width: 76%;
		}
		.banText1 .banTextEn1 img.banner1920{
			width: 72%;
		}
		.mouse-icon{
			bottom: 1%;
			height: 30px;
		}
	}	
}
@media (max-width:1200px) {
	.active .mbox3TitEn img{
		max-width: 100%;
	}
	.mbox5lists{
		width: 80%;
	}
	.pc-nav a.item{
		padding: 16px 15px;
	}
}
@media (max-width:1070px) {
	.pc-nav a.item{
		padding: 15px 10px;
	}
}
@media (max-width:1025px) {
	.header, .footer{
		width: 91%;
	}
	.pc-nav span.en{
		display:block ;
		width:100%;
		padding: 0;
		font-size: 12px;
	}
	.headerBg{
		padding: 7px 0;
	}
	.pc-nav a.item{
		padding: 5px 20px 0 20px;
		text-align: center;
	}
	.logo img{
		max-width: 117px;
	}
	.pcBtnsearch i{
		top: 5px;
	}
	.pcBtnsearch form{
		top: 55px;
	}
	.banText1 .banTextEn1{
		width: 72%;
		margin: 0 auto;
	}
	.mbox2Bg{
		background:#020935 url(../images/bg-service1024.jpg) no-repeat left top;
		background-size: 100% auto;
	}
	.banText2 {
		position: absolute;
		top: 50%;
		left: 0%;
		z-index: 1;
		width: 100%;
		height: 162px;
		margin: -50px 0 0 0;
	}
	
	.banTextCn2 {
		width: 70%;
		left: 15%;
	}
	.banTextCn2 img{
		max-width: 100%;
	}
	
	.banText3 {
		position: absolute;
		top: 50%;
		left: 0%;
		z-index: 1;
		margin: -64px 0 0 0;
		width: 100%;
		height: 128px
	}
	.banTextCn3{
		width: 70%;
		left: 15%;
	}
	
	
	.mbox2Tit{
		top: 80px;
	}
	.mbox2Bot{
		height: 68%;
	}
	.mbox2Bot p span{
		display: block;
		width: 50%;
		font-size: 14px;
	}
	.mbox2Bot .pic.picShow{
		height:70%;
	}
	.mbox2Icon{
		margin-top:-26px;
	}
	.active .mbox2Bot .swiper-slide.swiper-slide-current-bg .picShow{
		height:62%;
	}
	 
	.active .mbox2Bot .swiper-slide.swiper-slide-current .picShow{
		height:65%;
	}
	.active .mbox2Bot .swiper-slide.swiper-slide-current {
		height:90%;
	}
	.mbox2TitCn{
		margin-top: 8px;
	}
	.active .mbox2Bot .swiper-slide.swiper-slide-current  .mbox2Icon{
		margin-top:-36px;
	}
	.mbox2TitEn{
		width: 80%;
		margin: 0 auto;
	}
	.footCon{
		display: none;
	}
	.footer .foot-left{
		width: 100%;
	}
	.footer .foot-left .item{
		width: 15.5%;
	}
	.footer .foot-left .item{
		font-size: 14px;
	}
	.footer .foot-left .item:nth-child(3){
		display: none;
	}
	.footer .foot-left .item:last-child{
		width: 52%;
	}
	.footer .ewm{
		max-width: 140px;
		float: right;
		margin-right: 15px;
	}
	.footer .ewm img{
		max-width: 100%;
	}
	.copyright1024{
		display: block;
		color: #e9e9e9;
		text-align: left;
		margin-bottom: 15px;
	}
	.copyright p{
		width: 100%;
	}
	.Fttech{
		display: none;
	}
	.mbox5lists{
		width: 82%;
	}
	.mbox6List{
		width: 92%;
		margin-top: 16%;
		margin-bottom: 15px;
	}
	.mbox3Tit1024{
		display: block;
		margin-top: 92px;}
	.mbox3Tit.mbox3Tit{display: none;}
	.mbox3{
		width: 95%;
		margin: 0 auto;
	}
	.mbox3Lef{
		width: 23%;
		height:auto;
		background: url(../images/case-leftbg.png) no-repeat  left -200px;
	}
	.mbox3Rig{
		height: auto;
		width: 75%;
		margin-top:35px ;
	}
	 .box3Bigimg{
	 	max-height: 335px;
	 }
	 .active .mbox3RigList .row .mbox3RigList-item:nth-child(4),
	 .active .mbox3RigList .row .mbox3RigList-item:nth-child(5),
	 .active .mbox3RigList .row .mbox3RigList-item:nth-child(6),
	 .active .mbox3RigList .row .mbox3RigList-item:nth-child(7){
	 	display:none;
	 }
	 .mbox3More{
	 	width: 130px;
	 	height: 35px;
	 	line-height: 35px;
	 	font-size: 14px;
	 }
	 .mbox3More i{
	 	font-size: 20px;
	 }
	 .mbox4Tit{
	 	top: 12%;
	 }
	 .mbox4Tit img{
	 	max-width: 295px;
	 }
	 .mbox4Text{
	 	width: 82%;
	 	margin: 0 auto;
	 	left: 9%;
	 }
	 .active .mbox4Text p.profile{
	 	height: 76px;
	 	overflow: hidden;
	 }
	 .mbox4Text .mbox4More{
	 	margin-top: 20px;
	 }
	 /*内页联系我们1024*/
	.sub-tit-contact{
		margin-top: 130px;
	}
	.contact-section .fp-tableCell{
		vertical-align:top;
	}
	.subContactLeft{
		width: 100%;
		padding-bottom: 30px;
	}
	.subContactRight{
		width: 100%;
		object-fit: none;
	}
	.subContactRight img{
		width: 100%;
	}
	.subContactLeft .title{
		margin-top: 0;
		margin-bottom: 15px;
	}
	.subContactLeft p{
	}
	.subAbtWang{
		max-width: 100%;
	}
	.subNewsList .mbox6Name{
		height: 40px;
		margin-bottom: 0;
	}
	.subCaseClass a{
		width: 13%;
		margin: 0 4px;
	}

	.subServiceBanner{
		width: 840px;
		margin-left: -420px;
		bottom: 32%;
	}
	.subServiceBanner .banTextCn1 img{
		max-width: 100px;
	}
	 .subServiceBannerlist{
	 	max-width: 700px;
	 	font-size: 14px;
	 	margin-top: 20px;
	 }
	 .active .subTit img{
	 	max-width: 100%;
	 }
	 .subAboutTxt p{
	 	padding: 8px 0;
	 	font-size: 13px;
	 	line-height: 24px;
	 }
	.active .subAbtLeft  .subTit{
	 	margin-top: 0px;
	 }
	 .subHistoryList .item p{
	 	line-height: 22px;
	 }
	 
}
@media (max-width:768px){
.f16 {
	font-size: 14px
}

.f18 {
	font-size: 14px
}

.f20 {
	font-size: 16px
}

.f22 {
	font-size: 18px
}

.f24 {
	font-size: 18px
}

.f28 {
	font-size: 18px
}

.f30 {
	font-size: 18px
}
/*首页服务项目768*/
.mbox2Bot{
	height: auto;
	top: 20%;
}
/*头部导航768*/
.pc-nav a.item{
	padding-left: 13px;
	padding-right: 13px;
}
.header, .footer{
	width: 93%;
}
.footer .ewm{
	margin-right: 0;
	width: 15%;
}
/*首页banner*/
.banText1 .banTextCn1 img{
	width:34%;
	margin-top: 30px;
}
/*首页关于我们768*/
.mbox4Content,.mbox4Img{
	height: 50%;
}
.mbox4Text{
	width: 92%;
	left: 4%;
}
.mbox4Brief{
	height: 26px;
}
.mbox3Tit1024{
	margin-top: 0;
}
.mbox2Bot{
	max-height: 379px;
}
.mshare{
	display: none;
	width: 100%;
}
.active .mbox3RigList .row .mbox3RigList-item:nth-child(4), 
.active .mbox3RigList .row .mbox3RigList-item:nth-child(5), 
.active .mbox3RigList .row .mbox3RigList-item:nth-child(6), 
.active .mbox3RigList .row .mbox3RigList-item:nth-child(7){
	display: block;
}
.active .mbox4Text p.profile{
	height: 130px;
}
.footer .ewm{
	display: none;
}
}
@media (max-width:715px){
	.pc-nav a.item{
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (max-width:640px){
	/*头部导航640*/
	.pc-nav,
	.pcBtnsearch{
		display: none;
	}
	.navBg.active {
		opacity: 1;
		transform: translate(0, 0)
	}
	.show640{display: block;}
	.banner1920{display: none;}
	.show1920{display: none;}
	/*首页banner640*/
	.mfirstmouse-icon{
		display: none
	}
	.banText1{
		width: 100%;
		left: 0;
		margin: 0;
	}
	.banText1 .banTextCn1{
		width: 92%;
	}
	.banText1{
		top:33%;
	}
	.banText1 .banTextEn1{
		width: 100%;
		margin-top: 17%;
	}
	.banText1 .banTextCn1 img{
		width: 80%;
		margin-top: 0;
	}
	.mouse-icon{
		border: #fff solid 1px;
		height: 34px;
		width: 20px;
		margin-left: -10px;
	}
	.banText2{
		width: 100%;
	}
	.banTextCn2{
		width: 92%;
		left: 4%;
	}
	.banText3{
		width: 100%;
	}
	.banTextCn3{
		width: 92%;
		left: 4%;
	}
	/*服务项目*/
	.mbox2Bg{
		background: #020935 url(../images/bg-service640.jpg) no-repeat left top;
		background-size: 100% auto;
	}
	.mbox2Tit{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.mbox2Tit img{
		width: 52%;
		max-width: 310px;
		margin: 0 auto;
	}
	.mbox2Bot{
		top: 0;
		position: inherit;
		bottom: 0;
		max-height:auto;
	}
	.mService{
		width: 96%;
		margin: 0 auto;
		padding-top: 10px;
	}
	#serviceM{
		position: relative;
	}
	
	.serviceM-pagination{
		width: 100%;
		height: 24px;
		text-align: center;
		margin-top: 15px;
	}
	.serviceM-pagination .swiper-pagination-bullet {
		background: #f1f1f1;
		margin: 0 6px;
		width: 30px;
		height: 2px;
		border-radius: 0;
	}
	.serviceM-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: #fff;
	}
	.flex-box{
		display: flex;
		flex-direction: row;
		align-items: center;
		position: relative;
	}
	.mService{
		opacity: 0;
	}
	
	.mService .pic{
		width: 70%;
		float: left;
	}
	.mService .pic img{
		max-width: 100%;
	}
	.mService .txt{
		width: 30%;
		right: 0;
		height: 100%;
		position: absolute;
		background: #f6fbfe;
	}
	.show640 .swiper-slide:nth-child(2) .mService .txt,
	.show640 .swiper-slide:nth-child(4) .mService .txt,
	.show640 .swiper-slide:nth-child(6) .mService .txt{
		background: none;
	}
	
	 
	.show640 .swiper-slide:nth-child(2) .mService .txt .mbox2TitCn,
	.show640 .swiper-slide:nth-child(4) .mService .txt .mbox2TitCn,
	.show640 .swiper-slide:nth-child(6) .mService .txt .mbox2TitCn{
		color: #fff;
	}
	.mService .txt img{
		width: 60%;
		max-width: 53px;
		margin-top: 10%;
	}
	.mService .txt .mbox2TitEn{
		font-size: 12px;
	}
	.mService .txt .mbox2TitCn{
		margin-top: 0;
	}
	.mbox2Bot .swiper-slide{
		transform: translateY(0px)!important;
		transition:all .0s;
		opacity: 0;
		height: auto;
	}
	.mserviceSubtit{
		margin-top: 3px;
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.mserviceSubtit .picShwo{
		width: 53.5%;
		float: left;
	}
	.mserviceSubtit .picShwo img{
		width: 100%;
	}
	.mserviceSubtit .mbox2Icon{
		width: 140px;
		height: 140px;
		background: #020934;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		margin-left: -50px;
		top: 50%;
		margin-top: -70px;
		color: #fff;
		
	}
	.mserviceSubtit .mbox2Icon .mbox2TitCn{
		color: #fff;
		margin-top: 40px;
	}
	.mserviceSubtit .mbox2Icon .mbox2TitEn{
		font-size: 12px;
	}
	.mserviceSubtit p{
		width: 27%;
		color: #fff;
		float: right;
		display: block;
		text-align:left;
		margin-top: 5%;
	}
	 .mserviceSubtit p a{
		display: block;
		clear: both;
		color: #fff;
	}
	
	.active .mbox2Bot .swiper-slide{
		width: 100%!important;
		transition-delay: 0s;
		overflow: hidden;
	}
	.active .mbox2Bot .swiper-slide.swiper-slide-current{
		width: 100%!important;
	}
	.active .mService{
		opacity: 1;
	}
	.active  .swiper-slide{
		opacity: 1;
	}
	/*首页案例展示640*/
	.mbox3Bg{
		background: url(../images/bg-case-640.jpg) top center no-repeat;
		overflow: hidden;
	}
	.mbox3Bg .swiper-container .swiper-slide{
		width: 100%!important;
		margin-right: 0;
		padding: 0 1px;
		margin: 0;
		overflow:hidden;
		margin-left: -0.30px;
	}
	.mbox3Tit1024{
		width: 100%;
		left: 0;
		margin-left: 0;
		margin-top:55px;
	}
	.mbox3Tit1024 img{
		width: 52%;
		max-width: 310px;
		margin: 0 auto;
	}
	.mbox3Lef{
		width: 100%;
		background: none;
	}
	.mbox3Rig{
		width: 100%;
		background: none;
	}
	.mbox3Tit{
		display: none;
	}
	.mbox3LefCon{
		margin-top: 5%;
	}
	.mbox3LefItem li{
		width: 33%;
		float: left;
		border-left: none;
	}
	.mbox3LefItem li.active a{
		border: none;
	}
	.mbox3LefItem li a {
		border: none;
	}
	.mbox3LefItem li a:hover {
		border: none;
	}
	.mbox3LefItem li:last-child{
		display: none;
	}
	.mbox3LefItem li .mbox3Name{
		margin-left: 0;
		padding-left: 30px;
	}
	.mbox3LefItem li:nth-child(1) .mbox3Name {
		background: url(../images/case-icon-list-m.png) no-repeat left top;
	}
	
	.mbox3LefItem li:nth-child(2) .mbox3Name {
		background: url(../images/case-icon-list-m.png) no-repeat;
		background-position: 0 -85px;
	}
	
	.mbox3LefItem li:nth-child(3) .mbox3Name {
		background: url(../images/case-icon-list-m.png) no-repeat left top;
		background-position: 0 -171px;
	}
	
	.mbox3LefItem li:nth-child(4) .mbox3Name {
		background: url(../images/case-icon-list-m.png) no-repeat left top;
		background-position: 0 -260px;
	}
	
	.mbox3LefItem li:nth-child(5) .mbox3Name {
		background: url(../images/case-icon-list-m.png) no-repeat left top;
		background-position: 0 -345px;
	}
	
	.mbox3LefItem li:nth-child(6) .mbox3Name {
		background: url(../images/case-icon-list-m.png) no-repeat left top;
		background-position: 0 -432px;
	}
 
	.mbox3LefItem li .mbox3Name p{
		font-size: 12px;
		line-height: 16px;
	}
	.mbox3LefItem li:nth-child(1),
	.mbox3LefItem li:nth-child(2),
	.mbox3LefItem li:nth-child(3) {
		height: 60px;
		overflow: hidden;
	}
	.mbox3RigList{
		max-height: 164px;
	}
	.active .mbox3RigList .row .mbox3RigList-item:nth-child(4), 
	.active .mbox3RigList .row .mbox3RigList-item:nth-child(5), 
	.active .mbox3RigList .row .mbox3RigList-item:nth-child(6), 
	.active .mbox3RigList .row .mbox3RigList-item:nth-child(7){
		display: none;
	}
	.mbox3RigList .row .mbox3RigList-item li:nth-child(4),
	.mbox3RigList .row .mbox3RigList-item li:nth-child(5),
	.mbox3RigList .row .mbox3RigList-item li:nth-child(6),
	.mbox3RigList .row .mbox3RigList-item li:nth-child(7){
		display: none!important;
		opacity: 0;
	}
	.box3Bigimg{
		width: 100%;
		height: auto;
	}
	.box3Bigimg img{
		width: 100%;
	}
	.mbox3{
		top: 0;
	}
	.mbox3Rig{
		margin-top: 15px;
	}
 
	.mbox3RigList .row .mbox3RigList-item{
		 width: 50%;
	}
	/*首页关于我们 640*/
	.mbox4Bg{
		background: url(../images/bg-abt640.jpg) top left no-repeat;
	}
 
	.mbox4Tit{
		width: 100%;
		left: 0;
		margin-left: 0;
		margin-top:40px;
	}
	.mbox4Tit img{
		width: 52%;
		max-width: 310px;
		margin: 0 auto;
		margin-top: 32px;
	}
	.mbox4Tit{
		top: 0;
	}
	.mbox4Text{
		width: 100%;
		left: 0;
	}
	.active .mbox4Text p.profile{
		width: 92%;
		margin: 0 auto;
		padding-top: 10px;
		height: 1px;
		overflow:hidden;
		display: none;
	}
	.active .mbox4Text p{
		line-height: 22px;
		font-size: 14px;
		margin: 0 auto;
		width: 90%;
		text-align: left;
	}
	.mbox4Ul{
		width: 90%;
		max-width: auto;
	}
	.mbox4Content,
	.mbox4Img{
		height: 46%;
		padding: 0;
	}
	.mbox4Name{
		font-size: 15px;
		margin-top: 0;
		height: 20px;
	}
	.mbox4Icon{
		margin-top: 0;
		margin-bottom: 0;
	}
	.mbox4Icon img{
		width: 25px;
		margin-top: 15px;
	}
	.mbox4Brief{
		margin-top: 0;
	}
	.mbox4Ul {
		flex-wrap: wrap;
	}
	.mbox4Ul li{
		width: 49%;
		margin-bottom: -10px;
	}
	.mbox4Ul li:nth-child(3){
		clear: both;
		width: 100%;
	}
	.mbox4Ul li:nth-child(3) .mbox4Content{
		width: 50%;
		float: left;
		height: 100%;
	}
	.mbox4Ul li:nth-child(3) .mbox4Img{
		width: 50%;
		float: left;
		height: 100%;
	}
	.mbox4Brief p{
		font-size: 12px;
	}
	
	/*首页合作伙伴640*/
	.mbox5{
		top: 0;
	}
	.mbox5Tit{
		width: 100%;
		text-align: center;
		left: 0;
		margin-left: 0;
		position: relative;
	}
	.mbox5Tit img{
		width: 52%;
		max-width: 310px;
		margin: 0 auto;
		margin-top: 62px;
	}
	.mbox5lists{
		width: 90%;
		max-width: 100%;
	}
	.mbox5lists{
		margin-top:30px;
	}
	.mbox5lists .swiper-container{
		padding: 0;
		height: auto;
	}
	.mbox5Bot{
		opacity: 0;
	}
	/*首页新闻资讯*/
	.mbox6{
		top: 0;
	}
	.mbox6Tit{
		width: 100%;
		text-align: center;
		top: 0;
		left: 0;
		margin-left: 0;
		position: relative;
	}
	.mbox6Tit img{
		width: 52%;
		max-width: 310px;
		margin: 0 auto;
		margin-top: 62px;
	}
	.mbox6List{
		margin-top: 50px;
	}
	.mbox6List li{
		width:48.16%
	}
	.mbox6List li:nth-child(3),
	.mbox6List li:nth-child(4){
		display: none;
	}
	.mbox6Name{
		line-height: 23px;
		height: 48px;
		margin-bottom: 0;
	}
	.mbox6List li a{
		padding: 3px;
	}
	.mbox6Brief{
		height: 68px;
	}
	.mfooter{
		width: 100%;
		background: #01040e;
		text-align: center;
		padding: 20px 0;
		color: #fff;
		font-size: 14px;
		line-height: 22px;
	}
	.mfooter i{
		font-size: 37px;
		color: #fff;
		background: #020934;
		border-radius: 50%;
		margin: 0 15px;
	}
	.mfooter a{
		color: #fff;
	}
	.mfooter p{
		clear: both;
		width: 100%;
	}
	.mfooter .icon{
		width: 39%;
		margin: 0 auto;
		margin-bottom: 15px;
		overflow: hidden;
	}
	.mfooter .item{
		width: 43%;
		float: left;
	}
	.mfooter .item:nth-child(2){
		float: right;
	}
	.mfooter .item img{
		max-width: 100%;
	}
	.menuBg{
		display: block;
		z-index: 99999;
		background: none;
		height: 60px;
	}
	.mBtnLine span {
		background: #fff;
	}
	.navBot {
		padding-bottom: 150px
	}

	.navList {
		overflow-y: auto;
		padding: 10px 0 0
	}

	.navList li {
		float: none;
		width: 100%;
		height: auto
	}

	.navList li a,
	.navList li a:hover {
		padding: 5px 15px;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, .08)
	}

	.navList li a span {
		display: inline-block;
		vertical-align: middle;
		font-size: 14px
	}

	.navEn {
		padding-right: 10px;
		min-width: 70px
	}

	.navList li.text-right {
		padding: 5px 15px;
		width: 100%;
		line-height: 24px
	}

	.navBotCon {
		position: static;
		padding: 0 15px 15px;
		width: 100%
	}
	.navTel{
		font-size: 14px;
	}
	.text-right{
		margin-top: 30px;
		width: 100%;
	}
	/*内页关于我们640*/
	.subAbtLeft,
	.subAbtRight{
		width: 100%;
		margin-left: 0;
		
	}
	.subAbtLeft{
		text-align: center;
	}
	.subAbtCont{
		width: 100%;
		margin-top: 70px;
		text-align: center;
	}
	.active .subAbtLeft .subTit{
		width: 100%;
		text-align: center;
	}
	.active .subAbtLeft .subTit img{
		width: 52%;
		margin: 0 auto;
		
	}
	.subAbtContImg{
		margin-top: 20px;
	}
	.subAbtContImg img{
		width: 30%;
	}
	.subAbtRight-tit{
		display: none;
	}
	.subAboutTxt{
		width: 90%;
		margin: 0 auto;
	}
	.subAbtService{
		width: 90%;
		margin: 0 auto;
		margin-top: 0;
		display: none;
	}
	
	.active .subHis-tit{
		width: 100%;
		text-align: center;
	}
	.active .subHis-tit img{
		width: 62%;
		margin: 0 auto;
		
	}
	.subHistoryBg  .mbox{
		top: 0;
	}
	.subHistoryList .item p{
		width: 90%;
	}
	.subHistoryList .item .quan{
		margin-top: 53px;
	}
	.subHistoryList .item.itemup .quan{
		margin-top: 40px;
	}
	.active .subHonor-tit{
		width: 100%;
		text-align: center;
		top: 0;
		margin-top: 0;
	}
	.active .subHonor-tit img{
		width: 62%;
		margin: 0 auto;
		
	}
	.subHonorBg .mbox{
		top: 0;
	}
	.subHonorList{
		width: 90%;
		margin-top: 20%;
	}
	.subHonorList .swiper-slide .item p{
		font-size: 12px;
		width: 80%;
		left: 10%;
		top:50%;
	}
	.subServiceBanner .banTextCn1 img{
		max-width: 50px;
	}
	.subServiceBanner{
		width: 100%;
		margin-left: 0;
		left: 0;
	}
	.subServiceBannerlist  {
		width: 85%;
		font-size: 11px;
	}
	.subNewsClass .pic img{
		max-width: 30px;
	}
	.subCaseClass{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.subCaseClass a{
		width: 30%;
		margin-bottom: 10px;
	}
	.subNewsClass a .subNewsClassEn{
		font-size: 11px;
	}
	.subCaseClass a .subNewsClassCn{
		font-size: 14px;
	}
	.newsSanjiao,
	.caseSanjiao{
		display: none;
	}
	.subNews{
		margin-top: 15px;
	}
	.subCaseBox{
		width: 90%;
		margin-top: 20px;
	}
	.subNewsList .mbox6Name{
		height: 50px;
		line-height: 24px;
	}
	 
	.subNewsList li{
		padding: 10px 5px;
	}
	.subNewsList .mbox6Time{
		height: 35px;
		margin-bottom: 0;
	}
	.subNewsBox{
		padding-top: 15px;
	}
	.subNewsList .mbox6Brief{
		height: 68px;
	}
	.newsDebox{
		padding: 20px 0;
	}
	.newsDebox h2.title{
		font-size: 16px;
		line-height: 30px;
	}
	.newsDebox .newsde-info{
		font-size: 13px;
	}
	.newsde-fenye .goback{
		padding-left: 0;
		background: none;
		text-align: center;
	}
	.newsde-fenye .goback:hover{
		background: #404040
	}
	
	.mshare{
		display: none;
	}
	.newsDebox .newsde-info{
		padding: 10px 0;
	}
	.newsDe-content{
		padding-top: 0;
	}
	/*内页联系我们640*/
	
	.sub-tit-contact{
		width: 100%;
		text-align: center;
		margin-top: 80px;
	}
	.sub-tit-contact img{
		width: 62%;
		margin: 0 auto;
	}
	.subContactLeft,
	.subContactRight{
		width: 100%;
	}
	.subContactLeft{
		margin-left: 0;
		padding: 0 3px;
	}
	.subContact{
		margin-top: 30px;
		background: none;
	}
	.subContactLeft p{
		font-size: 13px;
	}
	.subContactLeft .contact-en{
		font-size: 13px;
	}
	.subContactRight{
		margin-top: 20px;
	}
	.subAbtbox{
		top: 0;
	}
	.casede{
		height: auto;
	}
	.casede .swiper-container{
		height: auto;
	}
	.casedeTitleBox{
		width: 90%;
		margin-top: 50px;
	}
	.casedeTitleBox .title{
		font-size: 16px;
		margin-top: 80px;
	}
	.casedeTitleBox{
		width: 90%;
		margin: 0 auto;
	}
	.casedeTitleBox-subtitle{
		font-size: 12px;
		padding: 12px 0;
		width: 90%;
		margin: 15px  auto;
		color: #fff;
		
	}
	.casedeBodybg{
		background:#020934;
		background-size: 100% auto;
	}
	.casede .swiper-container{
    	width:90%;
    	margin: 0 auto;
    }
    .boxer-arrow.previous{
    	display: none!important;
      }
	 .subNewsList li a{
	 	padding: 3px;
	 }
	 .subCaseBox .item {
	 	padding-bottom: 40.23%;
	 }
	 
	 /*分页栏*/
	.page a {
		padding: 5px 5px;
	}
	.page span.current {
		padding: 5px 5px;
	}
	.page span.disabled {
		padding: 5px 5px;
	}
}
@media (max-width:460px){
	.mbox3LefItem li .mbox3Name p{
		font-size: 10px;
		line-height: 14px;
	}
	.mbox4Brief p{
		font-size: 11px;
	}
	.active .mbox4Text p.profile{
		
	}
}
@media (max-width:414px){
	.active .mbox4Text p.profile{
		height: 55px;
	}
	.mfooter p{
		clear: both;
		width: 80%;
		margin: 0 auto;
	}
	.subCaseBox .item{
		padding-bottom: 35%;
	}
	.subCaseBox .item a .txx{
		height: 30px;
		line-height: 30px;
	}
}
@media (max-width:375px){
	.subAboutTxt{
		padding-top: 10px;
	}
	.sub-about-en{
		padding-top: 0;
		margin-top: 0;
	}
	.subAboutTxt p{
		font-size: 13px;
		line-height: 16px;
	}
}

@media (max-width:320px){
	.sub-about-en{
		padding-top: 0;
		margin-top: 0;
	}
	.subAboutTxt p{
		font-size: 12px;
		line-height: 17px;
	}
	 /*分页栏*/
	.page a {
		padding: 3px 2px;
	}
	.page span.current {
		padding: 3px 2px;
	}
	.page span.disabled {
		padding: 3px 2px;
	}
}

/************************响应式 结束************************/