﻿/**header**/
.header {
	z-index: 99;
	position: absolute;
	top: 0;
	width: 100%;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#999), to(transparent));
	background: url(../images/jianbian.png) no-repeat top;
	background-size:100% ;
}

.headerC {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.logo {
	width: auto;
	height: auto;
	margin-top: 25px;
}

.nav {
	display: flex;
	justify-content: space-between;
	/*margin-left: 27%;*/
}
.nav .active{
	color: #2AA891;
}

.nav li {
	line-height: 100px;
	margin: auto 9.2px;
}
.li-line{
	background-color: #fff;
}
.li-line-hover{
	background-color: #2AA891;

}
.navtitone {
	font-size: 20px;
	color: #fff;
	position: relative;
}

.freeBtn {
	width: 192px;
	height: 76px;
	line-height: 65px;
	margin-top: 18px;
	background: url(../images/jx18.png);
	text-align: center;
	color: #fff;
}
.freeBtn a{
	color: #fff;
}
.freeBtn a:hover{
	color: #fff;
}
.scrollcp{
	position: relative;
}
.navglide {
	position: absolute;
	top: 100px;
	left: -685px;
	z-index: 99;
	box-shadow: 0px 0px 20px #eee;
	display: none;
}

.navglideC {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	display: flex;
	justify-content: space-between;

}

.navglideCleft {
	flex: 1;
	margin: 50px 0px 50px 80px;
	font-size: 20px;
}

.navglideCleft p {
	line-height: 70px;
}

.navglideCright {
	flex: 4;
	display: flex;
	justify-content: space-around;
	margin-right: 35px;
}
.navglideCrightli{
	width: 46%;
	border: 1px solid #ccc;
}

.navglideCrightlidiv{
	width: 100%;
	height: 290px;
	position: relative;
	overflow: hidden;
}

.navglideCrightlidiv img{
	position: absolute;
	top: 0;
	width: 100%;
	display:block;
	cursor: pointer; 
	transition: all 0.6s;
}
.navglideCrightlidiv img:hover{transform: scale(1.2);}

.navglideCrightlip{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
    line-height: 32px;
    margin-top: 5px;

	display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;

}
.nav1{
	background: url(../images/navbot1.png) no-repeat 0px 65px;
}
.nav2{
	background: url(../images/navbot2.png) no-repeat 0px 65px;
}


/*footer*/
.footer {
	width: 100%;
	background: url(../images/footer.png) no-repeat center;
	background-size:100% 100%;
	overflow: hidden;
	height: 390px;
}

.footerC{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.footerLogo {
	text-align: center;
	margin-top: 60px;
}

.footerLogo img {
	width: 74px;
	height: 74px;
}

.footerMessage {
	width: 1200px;
	margin: 0 auto;
	display: flex;
    margin-top: 60px;
}

.footerMessageTit {
	font-size: 16px;
	margin-bottom: 14px;
}

.footerMessageBot {
	font-size: 20px;
}

.tit {
	margin-top: 70px;
}

.footerMessageLi {
	text-align: center;
}

.footerMessageLi img {
	width: 113px;
	height: 116px;
}

.footerMessageLi p {
	font-size: 18px;
	margin-top: 15px;
}

/*备案组件*/
.archival {
	width: 100%;
	height: 85px;
	background: #262729;
	font-size: 16px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}

.archival>p {
	line-height: 24px;
}

.archivalp {
	margin-top: 21px;
}

/*右边浮动*/
.suspend {
	z-index: 99;
	width: 42px;
	height: auto;
	position: fixed;
	right: 75px;
	top:20%
} 
.suspendcom {
	width: 42px;
	height: 150px;
	color: #fff;
	background: #2CB39A;
	border-radius: 21px;
	text-align: center;
}
.suspendcom a{
	color: #fff;
}
.suspendcom li{
	position: relative;
}
.suspendTop .phone{
	margin-top: 25px;
	margin-left: -5px;
}
.suspendTop .weicat{
	margin-top: 20px;
}
.suspendBot1 {
	margin-top: 20px;
	color: #fff;
	background:#2CB39A url(../images/liuyan.png) no-repeat;
	background-position:center 10px;
	writing-mode: vertical-lr;
	writing-mode: tb-rl;
	text-indent: 2rem;
	line-height: 40px;
	letter-spacing: 5px
}
.phonetext {
	position: absolute;
	right: 42px;
	top: 26px;
	width: 190px;
	line-height: 35px;
	padding:5px 15px;
	color: #333;
	background: #fff;
	display: none;
}
.wximg{
	position: absolute;
	right: 42px;
	top: 26px;
	width: 150px;
	height: 150px;
	padding:5px 15px;
	background: #fff;
	background: url(../images/wechatCode.png) no-repeat center;
	background-size: 90%;
	display: none;
}

/**aboutUs页面**/
.company {
	width: 1200px;
	margin: 50px auto 200px auto;
	display: flex;
}

.companyleft {
	flex: 2;
	position: relative;
}

.companyleftp {
	width: 500px;
	height: 420px;
	line-height: 39px;
	font-size: 20px;
	position: absolute;
	top: 172px;
	border: 0;
	left: 340px;
	background: rgba(255, 255, 255, .6);
	padding: 76px 65px 52px 61px;
	border-bottom: 3px solid #2AA891;
}

.companyright {
	flex: 1;
}

.timer {
	width: 100%;
	background: #F8F6F9;
	overflow: hidden;
	position: relative;
}

.timerC {
	width: 1200px;
	text-align: center;
	margin: 200px auto 600px auto;
}

.culture {
	width: 100%;
	height: 832px;
	background: url(../images/men.jpg) no-repeat center;
	margin: 0 auto;
	position: absolute;
	top: 1500px;
}

.cultureC{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.cultureC4{
	width: 400px;
	height: auto;
	font-size: 20px;
	line-height: 39px;
	color: #fff;
	position: absolute;
	top: 380px;
	right: 120px;
}
.three {
	width: 100%;
	height: 1900px;
	background:#fff url(../images/sm.png) no-repeat center;
	background-position-y: 550px;
	
}

.contactUs {
	width: 100%;
}

.contactUsC {
	width: 1200px;
	margin: 0 auto;
}
.contactUsC{
	text-align: center;
}
.cultureCTit{
	position: absolute;
	top: 100px;
	right: 120px;
}
.cultureCTit p:nth-child(1){
	font-size: 34px;
	color: #fff;	
}
.cultureCTit p:nth-child(2){
	width: 90px;
	height:2px;
	margin: 15px auto;
	background: #fff;
}
.cultureCTit p:nth-child(3){
	font-size: 20px;
	color: #fff;
}
.contactUsCUl{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	margin-top: 90px;
	margin-bottom: 170px;
}
.contactUsCUl li{
	width: 33%;
}
.contactUsCUl li img{
	height: 34px;
	margin-top: 90px;
	margin-bottom: 31px;
}
.contactUsCUl li p{
	line-height: 39px;
}

/*分页*/
#pages {
	text-align: center;
	margin-left: 140px;
}
#pages li {
	padding: 0 10px;
	margin: 0 7px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	/*background: #e6e6e6;*/
	background: #FFFFFF;
	border:1px solid rgba(241,241,241,1);
	/*color: #333;*/
	color:rgba(44,179,153,1);
	display: inline-block;
}
#pages li a{
	color:rgba(44,179,153,1);
}
#pages li a:hover{
	color: #000000;
}
#pages li.active {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FFFFFF;
	color: #000000;
	border:0px solid rgba(241,241,241,1);
	display: inline-block;
}

/*表单*/
.input {
	z-index: 999;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.contentCenter>p:nth-child(1) {
	line-height: 44px;
	font-size: 32px;
	color: #333;
	width: 100%;
	text-align: center;
}

.contentCenter>p:nth-child(2) {
	line-height: 44px;
	font-size: 25px;
	color: #ccc;
	font-weight: 300;
	width: 100%;
	text-align: center;
}

.contentCenter>p:nth-child(3) {
	line-height: 30px;
	font-size: 20px;
	color: rgba(51, 51, 51, .6);
	font-weight: 300;
}
/*内容*/
.content {
	width: 80%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.contentCenter {
	margin: 0 auto;
}

.contentRight {
	flex: 1;
	width: 317px;
	margin-right: 2%;
}
/*1624行重复了*/
/*.contentRightTop {
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 20px #eee;
	overflow: hidden;
}*/

.contentRightTop>p {
	color: #333;
	font-size: 20px;
	line-height: 60px;
	padding-left: 42px;
	font-weight: 300;
}

.contentRightTop>p:nth-child(1) {
	font-size: 25px;
	margin-top: 40px;
	font-weight: 400;
}

.contentRightTop>p:nth-child(4) {
	padding-bottom: 30px;
}


.contentCenterImgbot {
	width: 80%;
	margin: 100px auto 200px auto;
}

.contentCenterImg1 {
	width: 100%;
	margin-top: 50px;
	height: 278px;
	background: url(../images/dt.png) no-repeat left;
}

.contentCenterImg2 {
	width: 100%;
	margin-top: 30px;
	height: 278px;
	background: url(../images/dt.png) no-repeat right;
}


.contentCenterImg3 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 100px;
	height: 278px;
	background: url(../images/dt.png) no-repeat left;
}

.contentRightBot>p:nth-child(1) {
	font-size: 25px;
	margin: 80px auto 40px auto;
}

.contentRightBot>p:nth-child(2) {
	font-size: 20px;
	text-align: right
}

.contentRightBotUl li {
	display: flex;
}

.contentRightBotUl li>img {
	width: 150px;
	height: 150px;
	margin: 15px 10px 10px 0;
}

.contentRightBotUl li>p {
	line-height: 150px;
	font-size: 20px;
}

.contentCenter{
	margin: 0 auto;
}
.tabBoxCen1{
	justify-content: space-between;
	margin-top: 0;
	align-items: flex-start;
}
.inputfff {
	width: 850px;
	height: 1100px;
	background: #fff;
	margin: 10% auto 0 auto;
	padding: 54px 83px 74px 83px;
}

.inputfffogb {
	width: 40px;
	height: 40px;
	float: right;
	background: url(../images/guanbi.png)no-repeat;
}

.inputfff p:nth-child(2) {
	text-align: center;
	font-size: 30px;
	margin: 54px auto 27px auto;
}

.inputfff p:nth-child(3) {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.inputfff p:nth-child(4) {
	font-size: 20px;
	line-height: 30px;
}

.inputfrom {
	margin-top: 60px;
}

.inputbox {
	display: flex;
	justify-content: space-between;
}

.inputbox li {
	width: 309px;
}

.inputbox li p {
	font-size: 20px;
	line-height: 40px;
}

.inputboxtext {
	width: 309px;
	height: 53px;
	font-size: 20px;
	border: 1px solid #e0e0e0;
	text-indent: 1rem;
	cursor: default;
}

.inputboxtext1 {
	width: 158px;
	height: 49px;
	font-size: 20px;
	border: 1px solid #A8A5A9;
}

input::-webkit-input-placeholder {
	color: #aab2bd;
	font-size: 20px;
	text-indent: 1rem;
}

textarea::-webkit-input-placeholder {
	color: #aab2bd;
	font-size: 20px;
	line-height: 90px;
	text-indent: 1rem;
}

.textarea {
	width: 100%;
	margin: 32px auto 60px auto;
}

.textareatit {
	font-size: 20px;
	line-height: 40px;
}

.textarea textarea {
	width: 100%;
	height: 90px;
	border: 1px solid #e5e5e5;
	font-size: 20px;
}

.inputboxtextbox {
	display: flex;
	justify-content: space-between;
	width: 335px;
	height: auto;
	margin: 0 auto;
}
.suspendcom a:hover{
	color: #fff;
}
.more {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	pointer-events: none;
}

.inputboxtextboxm {
	width: 158px;
	height: 51px;
	background: rgba(166, 166, 166, 1);
}

.inputboxbtn {
	display: flex;
	justify-content: center;
}

.inputboxbtnsub {
	width: 335px;
	height: 92px;
	background: #249782;
	border-radius: 50px;
	font-size: 35px;
	color: #fff;
	margin: 40px auto 0 auto;
}

.contentCenterP1 {
	text-align: center;
	font-size: 34px;
	margin-top: 60px;
}

.contentCenterP0 {
	text-align: center;
	font-size: 34px;
}
.contentCenterP2 {
	width: 70px;
	height: 2px;
	background: #2AA891;
	margin: 19px auto;
}

.contentCenterP3 {
	font-size: 20px;
	text-align: center;
	color: rgba(51, 51, 51, .6)
}

.select_1 {
	height: 53px;
	position: relative;
}

.input_1 {
	position: relative;
	height: 100%;
}

.input_1 i {
	position: absolute;
	top: 23%;
	right: 7%;
	font-size: 24px;
}

.input_2 {
	position: relative;
	height: 100%;
}

.input_2 i {
	position: absolute;
	top: 23%;
	right: 7%;
	font-size: 24px;
}

.select_2 {
	height: 53px;
	position: relative;
}

.input_3 {
	position: relative;
	height: 100%;
}

.input_2 i {
	position: absolute;
	top: 23%;
	right: 7%;
	font-size: 24px;
}

input {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	font-size: 18px;
	border: 1px solid #e0e0e0;
	text-indent: 1rem;
}

.option_1 {
	/* display: none; */
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 95%;
	border: 1px solid #eee;
	padding-right: 5%;
}

.option_1 li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3%;
	background-color: #eee;
}

.active_1 i {
	color: #249782;
}

.option_1 .active_1 {
	background-color: white !important;
}

.option_2 {
	/* display: none; */
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 95%;
	border: 1px solid #eee;
	padding-right: 5%;
}

.option_2 li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3%;
	background-color: #eee;
}
.sy{
	color: #fff;
}
.active_2 i {
	color: #249782;
}

.option_2 .active_1 {
	background-color: white !important;
}
.option_2 .active_2 {
	background-color: white !important;
}

.banner1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
	margin-top: -30px;
}


/** aboutUs抽出样式 **/

.inputtop30 {
	margin-top: 30px;
}

.inputboxtextbox {
	display: flex;
	justify-content: space-between;
	width: 335px;
	height: auto;
	margin: 0 auto;
}

.inputboxtext2 {
	width: 158px;
	height: 51px;
	background: rgba(166, 166, 166, 1);
}

.tjbtn {
	display: flex;
	justify-content: center;
}

.tjbtninput {
	width: 335px;
	height: 92px;
	background: #249782;
	border-radius: 50px;
	font-size: 35px;
	color: #fff;
	margin: 40px auto 0 auto;
}

.bannerwidth {
	width: 100%;
}

.contactpone {
	border-right: 1px solid #ccc;
}

.flex2 {
	flex: 2;
}

.flex1 {
	flex: 1;
	margin-right: 180px;
}

.rgiht50 {
	margin-right: 50px;
}


/**案例详情**/

.positionr {
	position: relative;
}

.tabBoxLeft20 {
	width: 20%;
}

.tabContentstyle {
	width: 55%;
	margin: 0 20px 0 0;
}
.tabContent{
	/*margin-left: 120px;*/
}
.tabContent1{
	margin-left: 0px;
}
.tabBoxRight25 {
	width: 270px;
}

/**inde**/
.swiper-wrapperstyle {
	position: relative!important;
	height: 800px;
}

.swiper-slidestyle1 {
	background: url(../images/sybanner1031.png) no-repeat center;
	background-position: top;
	background-size: 100%!important;
	width: 100%!important;
}

.swiper-slidestyle1_1 {
    background: url(../images/sybanner1_1.png) no-repeat center;
    background-position: top;
    background-size: 100%!important;
    width: 100%!important;
}

.swiper-slidestyle2 {
	background: url(../images/sybanner2.png) no-repeat center;
	background-position: top;
	background-size: 100%!important;
	width: 100%!important;
}

.swiper-slidestyle3 {
	background: url(../images/sybanner3.png) no-repeat center;
	background-position: top;
	background-size: 100%!important;
	width: 100%;
	!important;
}

.swiper-pagination_1 {
	position: absolute;
	bottom: 30px;
	width: 100%;
	height: 170px;
	background: url(../images/xingzhuang.png)no-repeat 100%;
	background-size: 100%;
	z-index: 888;
}

.swiper-pagination_2 {
	position: absolute;
	bottom: -140px;
	width: 100%;
	height: 240px;
	background: #fff;
	z-index: 99;
}

.autotranslate-box_1 {
	box-shadow: 0px 0px 20px #eee;
	background-size: 100%;
	background-position: top;
}

.autotranslate-box_2 {
	box-shadow: 0px 0px 20px #eee;
	background-size: 100%;
	background-position: top;
}

.autotranslate-box_3 {
	box-shadow: 0px 0px 20px #eee;
	background-size: 100%;
	background-position: top;
}

.autotranslatecenter {
	justify-content: center;
}

.autotranslate-box_4 {
	box-shadow: 0px 0px 20px #eee;
	background-size: 100%;
	background-position: top;
	margin-right: 30px;
}

.autotranslate-box_5 {
	box-shadow: 0px 0px 20px #eee;
	background-size: 100%;
	background-position: top;
}

.swiper-container2_1 {
	width: 100%;
	height: 900px;
	background: #F5F5F5;
}

.swiper-wrapper_1 {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
}

.menu_1 {
	position: absolute;
	top: 93%;
	left: 44%;
}

.indexzmeapdiv{
	margin: auto;
	width: 72%;
}

.indexzmeapdiv_top1_p{
	width: 100%;
	height: 69px;
	font-size: 40px;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 56px;
}

.indexzmeapdiv_top2_img{
	width: 422px;
	height: 244px;
}

.indexzmeapdiv_top3_div{
	display: inline-block;
	width: 32%;
	height: 203px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgba(72,72,72,0.1);
}

.indexzmeapdiv_p_h1{
	margin: 20px;
	width: 100%;
	height: 24px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 24px;
}

.indexzmeapdiv_p_h2{
	margin: 20px;
	/*width: 428px;*/
	height: 112px;
	font-size: 10px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}



.swiper-container1 {
    position: relative;
}

.cm {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}

.cmul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.cmul li {
	text-align: center;
	line-height: 40px;
}

.cmul li:hover {
	color: #2CB39A;
}

.mt-logo_1 {
	background: url(../images/logo/m1001.png) no-repeat center;
}

.mt-logo_2 {
	background: url(../images/logo/m1002.png) no-repeat center;
}

.mt-logo_3 {
	background: url(../images/logo/m1003.png) no-repeat center;
}

.mt-logo_4 {
	background: url(../images/logo/m1004.png) no-repeat center;
}

.mt-logo_5 {
	background: url(../images/logo/m1005.png) no-repeat center;
}

.mt-logo_6 {
	background: url(../images/logo/m1006.png) no-repeat center;
}

.mt-logo_7 {
	background: url(../images/logo/m1007.png) no-repeat center;
}

.mt-logo_8 {
	background: url(../images/logo/m1008.png) no-repeat center;
}

.mt-logo_9 {
	background: url(../images/logo/m1009.png) no-repeat center;
}

.mt-logo_10 {
	background: url(../images/logo/m10010.png) no-repeat center;
}

.mt-logo_11 {
	background: url(../images/logo/m10011.png) no-repeat center;
}

.mt-logo_12 {
	background: url(../images/logo/m10012.png) no-repeat center;
}

.mt-logo_13 {
	background: url(../images/logo/m10013.png) no-repeat center;
}

.mt-logo_14 {
	background: url(../images/logo/m10014.png) no-repeat center;
}

.mt-logo_15 {
	background: url(../images/logo/m10015.png) no-repeat center;
}

.mt-logo_16 {
	background: url(../images/logo/m10016.png) no-repeat center;
}

.mt-logo_17 {
	background: url(../images/logo/m10017.png) no-repeat center;
}

.mt-logo_18 {
	background: url(../images/logo/m10018.png) no-repeat center;
}

.mt-logo_19 {
	background: url(../images/logo/m10019.png) no-repeat center;
}

.mt-logo_20 {
	background: url(../images/logo/m10020.png) no-repeat center;
}

.mt-logo_21 {
	background: url(../images/logo/m10021.png) no-repeat center;
}

.mt-logo_22 {
	background: url(../images/logo/m10022.png) no-repeat center;
}

.mt-logo_23 {
	background: url(../images/logo/m10023.png) no-repeat center;
}

.mt-logo_24 {
	background: url(../images/logo/m10024.png) no-repeat center;
}

.mt-logo_25 {
	background: url(../images/logo/m10025.png) no-repeat center;
}

.mt-logo_26 {
	background: url(../images/logo/m10026.png) no-repeat center;
}

.mt-logo_27 {
	background: url(../images/logo/m10027.png) no-repeat center;
}

.mt-logo_28 {
	background: url(../images/logo/m10028.png) no-repeat center;
}

.mt-logo_29 {
	background: url(../images/logo/m10029.png) no-repeat center;
}

.mt-logo_30 {
	background: url(../images/logo/m10030.png) no-repeat center;
}

.menu {
	width: 1200px;
	margin: 0 auto;
}

.menu_1 a{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #ccc;
	border-radius: 50%;
	font-size: 28px;
	color: #2CB49A;
	background-color: #f5f5f5;
	border: 1px solid #2CB49A;
	margin: 0 17.5px;
}

.menu a.curr {
	background: #2CB49A;
	color: #fff;
	/*margin-right: 35px;*/
	font-weight: bold;
}

.text {
	width: 100%;
	height: auto;
}

.servebox1 {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.servebox1 li {
	width: 400px;
	height: 219px;
}

.servelitext1 {
	background: #fff;
}

.servelitext1 p:nth-child(1) {
	font-size: 32px;
	padding: 42px 58px 25px 56px;
}

.servelitext1 p:nth-child(2) {
	font-size: 20px;
	color: #ccc;
	padding: 0 56px;
}

.width1200 {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
}

.anibot65 {
	margin-left: 65%;
}

.aa_1 {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
}

.margin-l65 {
	margin-left: 65%;
}

.case {
	width:1200px;
	overflow:hidden;
}
.case ul {
	width:400px;
	float:left;
}
.case li {
	width: 400px;
	height: 219px;
}

/**eap样式抽出**/
.bannerBox_1 {
	position: absolute;
	top: 0;
	left: 15%;
}

.bannerBoxC_width {
	width: 450px;
}

.top40 {
	margin-top: 40px;
}

.backgf5 {
	width: 100%;
	position: absolute;
	bottom: -125px;
}

.backgroundf5 {
	background: #F5F5F5;
}

.tabBoxLeft_1 {
	z-index: 2;
	width: 15%;
	height: 450px;
	padding-bottom: 40px;
}

.tabContentwidth {
	width: 64%;
}

.activeDivboxli_bor1 {
	border-bottom: 8px solid #4CD0B3;
}

.activeDivboxli_bor2 {
	border-bottom: 8px solid #FFE44C;
}

.activeDivboxli_bor3 {
	border-bottom: 8px solid #35DAE4;
}

.activeDivboxli_bor4 {
	border-bottom: 8px solid #928EE1;
}

.activeDivboxli_bor5 {
	border-bottom: 8px solid #FFCD85;
}

.activeDivboxli_bor6 {
	border-bottom: 8px solid #FEE354;
}

.activeDivboxli_bor7 {
	border-bottom: 8px solid #8F8FE3;
}

.activeDivboxli_bor8 {
	border-bottom: 8px solid #31D6DC;
}

.activeDivboxli_bor9 {
	border-bottom: 8px solid #FFCE83;
}

.activeDivboxbot50 {
	margin-bottom: 50px;
}

.activeDivboxli_bor10 {
	border-bottom: 8px solid #4CD0B5;
}

.activeDivboxli_bor11 {
	border-bottom: 8px solid #F9E74E;
}

.activeDivboxli_bor12 {
	border-bottom: 8px solid #32D5DC;
}

.activeDivboxli_bor13 {
	border-bottom: 8px solid #918EE1;
}

.activeDivbox_bor {
	border-bottom: 8px solid #fce169;
	position: relative;
	margin-top: 100px;
	height: 282px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 100px;
}

.activeDivbox_borimg {
	position: absolute;
	top: -70px;
	left: 77px;
}

.activeDivbox_bortop {
	font-size: 25px;
	padding: 120px 0 0 77px;
}

.activeDivbox_borbot {
	font-size: 20px;
	color: #ccc;
	padding: 20px 0 0 77px;
}

.a1:after {
    content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix_1 {
	height: 3700px;
	z-index: 1;
}

.clearfix_2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	/*background: url(../images/qizhi.png) no-repeat center;*/
	background-size: 100%;
	background-position: 0 170px;
	margin-top: 60px;
	z-index: 1;
	bottom: 0;
}

img.qizhi{
	width: 100%;
	height: auto;
    position: absolute;
    bottom: 0;
    top: 190px;
    left: 0;
}
.tabBoxRightindex {
	width: 270px;
	z-index: 2;
}
.contentCenterPtitle{
	margin-top: 0!important;
}
.relatedCasesmargin {
	margin: 0 auto;
}

.huo_c {
	position: relative;
}

.huo {
	width: 13px;
	height: 17px;
	position: absolute;
	right: -12px;
	top: 25px;
}
.swiper-paginationtab{
	/*bottom: 920px!important;*/
}

/**banner**/
.banner {
	width: 100%;
	height: 670px;
	background: url(../images/jdalanner.png) no-repeat;
	background-size: 100%;
	overflow: hidden; 
}

.bannerBox {
	width: 1200px;
	margin: 0 auto;
}
.bannerBoxC {
	width: 450px;
	background: rgba(255,255,255,0.8);
	text-align: center;
	margin-top: 90px;
	overflow: hidden;
}

.bannerBox p {
	color: #2AA891;
}

.bannerBox p:nth-child(1) {
	font-size: 50px;
	margin-top: 35px;
}

.bannerBox p:nth-child(2) {
	font-size: 20px;
	font-weight: 300;
}

.bannerBox p:nth-child(3) {
	font-size: 24px;
	margin-top: 25px;
}

.bannerBox p:nth-child(4) {
	width: 15px;
	height: 14px;
	background: url(../images/gd.png) no-repeat center;
	margin: 20px auto 20px auto;
}

.bannerBox button{
	width: 320px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 20px auto;
	background: #2AA891;
	color: #fff;
	font-size: 24px;
	color: #FFFFFF;
}
/**classicCase页面**/
.ct2{
	color: #fff!important;
}
.classiccaselist{
	width: 95%;
	/*display: flex;*/
	margin: 0 auto;
	justify-content: space-between;
}
.classiccaselistC{
	/*width: 1000px; */
	margin: 0 auto;
	width: 79%/*经典案例中左边的宽*/
	/*margin: 0 26px 0 0;*/
}
.classiccaselistC1{
	margin: 0 0 0 120px!important;
}
/**caseDetails页面**/
.classicTj{
	width: 72%;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
}
.classicTjp1{
	font-size: 25px;
	color: rgba(51, 51, 51, 1);
	margin-top: 80px;
	text-align: center;
}
.classicTjp2{
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
	text-align: right;
	margin-right: 36px;
	line-height: 30px;
}
.classicTjpul{
	width: 100%;
}
.classicTjpul li{
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
	height: 80px;
}
.classicTjpul li p:nth-child(1){
	background-size: 120px 120px;
	margin-bottom: 8px 12px;
}
.classicTjpul li p:nth-child(2){
	margin-top: 50px;
}
.hvoertext a{
	color: #fff;
}
.hvoertext a:hover{
	color: #fff;
	text-decoration:underline 
}
/**list**/
.contentCenter_c{
	width: 1200px;
	margin: 0 auto;
}
.relatedCases {
	margin: 0 auto;
	padding-bottom: 100px;
}
.contentCenterBox{
	margin: 0 20px;
}
.contentCenterBox>li{
	display: flex;
	box-shadow: 0px 0px 30px #eee;
	margin:30px 0px;
}
.contentCenterBox img{
	height: 100%;
}
.contentCenterBoxLi{
	padding: 50px 70px 0px 70px;
}
.contentCenterBoxLi p:nth-child(1){
	font-size: 25px;
}
.contentCenterBoxLi p:nth-child(2){
	font-size: 18px;
	color: rgba(51, 51, 51, .4);
	line-height: 36px;
	margin-top: 40px;
}
.contentRightTopP p:nth-child(6){
	width: 113px;
	height: 116px;
	margin: 0 auto;
	background: url(../images/wechatCode.png) no-repeat
}
/*右边联系我们*/
.contentRight {
	width: 320px;
}
.contentRightTop {
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 20px #eee;
	overflow: hidden;
}

.contentRightTopP{
	margin: 26px 0 26px 20px;
}

.contentRightTopP>p {
	color: #333;
	font-size: 20px;
	line-height: 70px;
	padding-left: 30px;
	font-weight: 300;
}

.contentRightTopP>p:nth-child(1) {
	font-size: 25px;
	margin-top: 40px;
	font-weight: 400;
	text-indent: 0;
	padding-left: 0;
}


.contentRightTopP>p:nth-child(2){
	background:url(../images/dh.png) no-repeat 0 center;
}
.contentRightTopP>p:nth-child(3){
	background:url(../images/yx1.png) no-repeat 0 center;
}
.contentRightTopP>p:nth-child(4) {
	background:url(../images/dw.png) no-repeat 0 center;
}
.contentRightTopP>p:nth-child(5){
	background:url(../images/wx.png) no-repeat 0 center;
}
.contentRightCenter {
	background: #2CB39A;
	color: #fff;
	overflow: hidden;
}
.contentRightCenter>p:nth-child(1) {
	font-size: 25px;
	padding: 26px 0 15px 42px;
}

.contentRightCenter>p:nth-child(2) {
	font-size: 20px;
	padding: 0 50px 31px 42px;
}

/**互联网+模块**/
.twoehptext{width: 100%;margin-top: 50px;}
.twoehptextc{width: 1200px;margin: 0 auto;display: flex; justify-content: space-between;}
.twoehptextc p:nth-child(1){font-size: 20px;line-height: 30px;margin-top: 120px;}
.app{width: 100%;}
.appcenter{width: 1200px;margin: 50px auto 0 auto;box-shadow: 0px 0px 30px #eee;}
.swiper-containerm .swiper-wrapper .swiper-slide{margin-right: 0!important;}
.swiper-containerm .swiper-wrapper{margin: 50px 70px;}
.swiper-containerm .swiper-wrapper img{width: 286px;height:541px;}
.swiper-slideimg{
	width: 321.429px;
}

.suggest{
	margin-top: 110px;
}

.suggesTitle{
	text-align: center;
	font-size:34px;
	font-family:PingFang SC;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:30px;
}

.suggest p.line{
	width:76px;
	height:1px;
	background:rgba(44,179,154,1);
	margin: 10px auto;
}

.suggest p.eg{
	font-size:20px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:24px;
	opacity:0.6;
	text-align: center;
}

.suggestMore{
	width: 1090px;
	margin: 0 auto;
	text-align: right;
	font-size:20px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:44px;
}

.suggestList li{
	width: 1090px;
	height:270px;
	background:rgba(255,255,255,1);
	box-shadow:0px 4px 56px 1px rgba(86,86,86,0.06);
	border-radius:0 10px 10px 0;
	display: flex;
	margin: 0 auto;
	margin-bottom: 20px;
}

.suggestList li img{
	width: 396px;
	display: block;
	height: 270px;
}

.suggestList li p{
	font-size:25px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	height: 90px;
    display: flex;
    align-items: center;
}

.suggestList .suggestIntro{
	width: 794px;
	padding-left: 80px;
	padding-right: 100px;
	box-sizing: border-box;
}

.suggestList .suggestIntro div{
	font-size:20px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:44px;
	opacity:0.6;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 20px;
}

.suggestList{
	margin-bottom: 100px;
}

.navglideCleft p{
	display: flex;
	align-items: center;
}

.navglideCleft img{
	width: 7px;
	height: 12px;
	margin-right: 8px;
}

.contentCenterImgbot{
	width: 865px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 70px;
}

.contentCenterImgbot .contentCenterImg{
	width: 396px;
	height: 278px;
	margin-right: 72px;
	margin-bottom: 60px;
	float: left;
}

.contentCenterImgbot .contentCenterImg:nth-child(2n){
	margin-right: 0;
}

/*官网2020年6月15日修改footer中的样式*/

.phoneInfo{
    margin-right: 100px;
}

.footer202006{
    width: 100%;
    height: 300px;
    padding: 64px 0;
    box-sizing: border-box;
    background: rgba(235,235,235,1);
}

.footer2{
    width: 1200px;
    margin: 0 auto;
}

.flex-cc{
    display: flex;
    align-items: center;
    justify-content: center;
}

.eapLogo{
    width: 74px;
    height: 71px;
}

.foot2 .phoneTitle{
    font-size:24px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(52,52,52,1);
    line-height:64px;
}

.foot2 .phoneNum{
    font-size:34px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(52,52,52,1);
    line-height:24px;
}
.header-qq-right{
	position: fixed;
	/* top: 21%; */
	bottom: 68%;
	right: 0;
}