/***全局公共样式 - 开始***/
.indexTop{
	position: relative;
}
/***全局公共样式 - 结束***/

/*轮播图样式改造*/
.carousel-indicators li {
  display: inline-block;
  width: 32px;
  height: 4px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #999 \9;
  background-color: rgba(255, 255, 255, .5);
  border: 0px solid #fff;
  border-radius: 0;
}

.carousel-indicators .active {
  width: 32px;
  height: 4px;
  margin: 1px;
  background-color: #fff;
}
.carousel-indicators{
	margin-bottom: 0;
	bottom: 32px;
}
@media (max-width: 767px){
	
	.carousel-indicators li {
		width: 16px;
		height: 2px;
	}
	
	.carousel-indicators .active {
		width: 16px;
		height: 2px;
	}
	.carousel-indicators {
	    bottom: 12px;
	}
}

/*产品与服务*/
.products_services{
	padding: 60px 0;
	position: relative;
}
.products_services .title{
	text-align: center;
}
.products_services .title h1{
	font-size: 24px;
    margin: 0;
    line-height: 40px;
    color: #333;
    display: inline;
    border-bottom: 1px solid;
    padding: 4px 0;
} 
.products_services .title p{
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #5C5C5C;
}
.products_services .con{
	overflow: hidden;
	height: 355px;
}
.products_services .con img{
	margin: 0 auto;
	margin-top: 85px;
}
.products_services .con p{
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	margin-top: 14px;
	margin-bottom: 10px;
	color: #333;
}
.products_services .con p:hover{
	text-decoration: none;
	color: #2D66B0;
}
.products_services .con span{
	width: 80%;
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid #EDEDEF;
}
.products_services .con p.dis{
	text-align: center;
	font-size: 14px; 
	line-height: 26px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;

}
.products_services .phoneLbt{
	display: none;
}
.products_services .more{
	margin-top: 64px;
}
.products_services .more a{
	margin: 0 auto;
	display: block;
	width: 101px;
	font-size: 20px;
	line-height: 28px;
	color: #1DA193;
}
.products_services .more a:hover{
	text-decoration: none;
}
.products_services .more a span{
	margin-top: 4px;
	margin-left: 5px;
	font-size: 16px;
}
@media (max-width: 767px){
	.products_services{
		padding-top: 32px;
		padding-bottom: 44px;
		border-bottom: 1px solid #F6F6F6;
	}
	.products_services .title h1{
		font-size: 24px;
		line-height: 34px;
	}
	.products_services .title p{
		font-size: 12px;
		line-height: 20px;
		
	}
	.products_services .con{
		display: none;
	}
	.products_services .phoneLbt{
		display: block;
	}
	.products_services .phoneLbt img{
		margin: 0 auto;
		margin-top: 32px;
	}
	.products_services .phoneLbt a{
		display: block;
		text-align: center;
		font-size: 24px;
		line-height: 34px;
		margin-top: 12px;
		margin-bottom: 4px;
		color: #333;
	}
	.products_services .phoneLbt a:hover{
		text-decoration: none;
		color: #1DA193;
	}
	.products_services .phoneLbt p.subtitle{
		text-align: center;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 16px;
		color: #989898;
	}
	.products_services .phoneLbt span{
		width: 80%;
		display: block;
		margin: 0 auto;
		border-bottom: 1px solid #EDEDEF;
	}
	.products_services .phoneLbt p.dis{
		text-align: center;
		font-size: 16px;
		line-height: 29px;
		min-height: 103px;
		color: #333;
		padding-top: 16px;
	}
	.products_services .phoneLbt .carousel-indicators {
	    bottom: -20px;
	}
	.products_services .phoneLbt .carousel-indicators .active {
	  	background-color: #333;
	}
	.products_services .phoneLbt .carousel-indicators li {
		background-color: #CDCDCD;
	  	border: 0px solid #CDCDCD;
	}
	.products_services .more{
		margin-top: 58px;
	}
	.products_services .more a{
		width: 85px;
		font-size: 16px;
		line-height: 23px;
	}
	.products_services .more a span{
		margin-top: 4px;
		margin-left: 5px;
		font-size: 14px;
	}
}

/*新闻*/
.qznsNews{
	padding: 88px 0;
}
.qznsNews .title{
	text-align: center;
}
.qznsNews .title h1{
	font-size: 36px;
	margin: 0;
	line-height: 50px;
	color: #333;
}
.qznsNews .title p{
	margin: 0;
	line-height: 20px;
	color: #201B01;
}
.qznsNews .con{
	overflow: hidden;
	margin-top: 64px;
}
.qznsNews .con img{
	width: 100%;
	height: 200px;
}
.qznsNews .con .t{
	width: 100%;
	height: 24px;
	margin-top: 16px;
	position: relative;
}
.qznsNews .con .t a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding-right: 50px;
	font-size: 16px;
	color: #201B01;
	line-height: 24px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.qznsNews .con .t a:hover{
	text-decoration: none;
	color: #1DA193;
}
.qznsNews .con .t span{
	width: 45px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	float: right;
	color: #989898;
}
.qznsNews .phoneLbt{
	display: none;
}
.qznsNews .list{
	overflow: hidden;
}
.qznsNews .list .line{
	width: 100%;
	height: 1px;
	display: block;
	border-bottom: 1px solid #EDEDED;
	margin-top: 32px;
	margin-bottom: 4px;
}
.qznsNews .list .t{
	width: 100%;
	height: 36px;
	position: relative;
}
.qznsNews .list .t a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding-right: 50px;
	font-size: 16px;
	color: #201B01;
	line-height: 36px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.qznsNews .list .t a:hover{
	text-decoration: none;
	color: #1DA193;
}
.qznsNews .list .t span{
	width: 44px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	float: right;
	color: #989898;
}
.qznsNews .more{
	margin-top: 64px;
}
.qznsNews .more a{
	margin: 0 auto;
	display: block;
	width: 101px;
	font-size: 20px;
	line-height: 28px;
	color: #1DA193;
}
.qznsNews .more a:hover{
	text-decoration: none;
}
.qznsNews .more a span{
	margin-top: 4px;
	margin-left: 5px;
	font-size: 16px;
}
@media (max-width: 767px){
	.qznsNews{
		padding-top: 32px;
		padding-bottom: 44px;
		border-bottom: 1px solid #F6F6F6;
	}
	.qznsNews .title h1{
		font-size: 24px;
		line-height: 34px;
	}
	.qznsNews .title p{
		font-size: 12px;
		line-height: 20px;
		
	}
	.qznsNews .con{
		display: none;
	}
	.qznsNews .phoneLbt{
		display: block;
		margin-top: 32px;
	}
	.qznsNews .phoneLbt img{
		width: 100%;
		height: 200px;
	}
	.qznsNews .phoneLbt .t{
		width: 100%;
		height: 30px;
		margin-top: 8px;
		position: relative;
	}
	.qznsNews .phoneLbt .t a{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		padding-right: 45px;
		font-size: 16px;
		color: #201B01;
		line-height: 30px;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
	}
	.qznsNews .phoneLbt .t a:hover{
		text-decoration: none;
		color: #1DA193;
	}
	.qznsNews .phoneLbt .t span{
		width: 40px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		float: right;
		color: #989898;
	}
	.qznsNews .phoneLbt .carousel-indicators {
	    bottom: -20px;
	}
	.qznsNews .phoneLbt .carousel-indicators .active {
	  	background-color: #333;
	}
	.qznsNews .phoneLbt .carousel-indicators li {
		background-color: #CDCDCD;
	  	border: 0px solid #CDCDCD;
	}
	.qznsNews .list .line{
		display: none;
	}
	.qznsNews .list .col-sm-4{
		padding: 0;
	}
	.fristLine{
		display: block !important;
	}
	.qznsNews .more{
		margin-top: 32px;
	}
	.qznsNews .more a{
		width: 85px;
		font-size: 16px;
		line-height: 23px;
	}
	.qznsNews .more a span{
		margin-top: 4px;
		margin-left: 5px;
		font-size: 14px;
	}
}

/*模态框样式改造*/
@media (min-width: 1200px){
	.modal-dialog {
	    width: 1024px;
	    position: absolute;
	    top: -100%;
	    left: 50%;
	    margin-left: -512px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.modal-dialog {
	    width: 800px;
	    position: absolute;
	    top: -100%;
	    left: 50%;
	    margin-left: -400px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.modal-dialog {
	    width: 600px;
	    position: absolute;
	    top: -100%;
	    left: 50%;
	    margin-left: -300px;
	}
}
@media (max-width: 767px){
	.modal-dialog {
	    width: 95%;
	    position: absolute;
	    top: -100%;
	    left: 50%;
	    margin-left: -47.5%;
	}
	.videoModal .close{
		display: none;
	}
}

/*关于我们*/
.aboutUs{
	padding: 88px 0;
	background: url(../images/bg-about.jpg) no-repeat center;
	background-size: cover;
}
.aboutUs .title{
	text-align: center;
}
.aboutUs .title h1{
	font-size: 36px;
	margin: 0;
	line-height: 50px;
	color: #FFF;
}
.aboutUs .title p{
	margin: 0;
	margin-top: 8px;
	line-height: 20px;
	color: #FFF;
}
.aboutUs .con p{
	text-align: left;
	line-height: 32px;
	font-size: 20px;
	color: #FFF;
	margin-top: 32px;
}
.aboutUs .con div.pc{
	display: block;
}
.aboutUs .con div.phone{
	display: none;
}
.aboutUs .line{
	margin: 32px auto;
	width: 42px;
	height: 1px;
	border-bottom: 1px solid #FFF;
}
.aboutUs .newsVideoCon{
	width: 669px;
	height: 390px;
	margin: 0 auto;
}
.aboutUs .more{
	margin-top: 48px;
}
.aboutUs .more a{
	margin: 0 auto;
	display: block;
	width: 101px;
	font-size: 20px;
	line-height: 28px;
	color: #FFF;
}
.aboutUs .more a:hover{
	text-decoration: none;
}
.aboutUs .more a span{
	margin-top: 4px;
	margin-left: 5px;
	font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.modal-dialog {
	    width: 800px;
	    position: absolute;
	    top: -100%;
	    left: 50%;
	    margin-left: -400px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.aboutUs .con p.pc{
		display: none;
	}
	.aboutUs .con p.phone{
		width: 80%;
		margin: 0 auto;
		margin-top: 28px;
		display: block;
	}
}
@media (max-width: 767px){
	.aboutUs{
		padding-top: 32px;
		padding-bottom: 44px;
		border-bottom: 1px solid #F6F6F6;
	}
	.aboutUs .title h1{
		font-size: 24px;
		line-height: 34px;
	}
	.aboutUs .title p{
		font-size: 12px;
		line-height: 20px;
		
	}
	.aboutUs .con p{
		text-align: center;
		line-height: 24px;
		font-size: 16px;
		color: #FFF;
		margin-top: 28px;
		margin-bottom: 0;
	}
	.aboutUs .con p.pc{
		display: none;
	}
	.aboutUs .con p.phone{
		width: 80%;
		margin: 0 auto;
		margin-top: 28px;
		display: block;
	}
	.aboutUs .line{
		margin: 24px auto;
	}
	.aboutUs .newsVideoCon{
		width: 100%;
	    height: auto;
		margin: 0 auto;
	}
	.aboutUs .newsVideoCon img.videoPic {
	    width: 100%;
	    height: auto;
	}
	.aboutUs .more{
		margin-top: 32px;
	}
	.aboutUs .more a{
		width: 85px;
		font-size: 16px;
		line-height: 23px;
	}
	.aboutUs .more a span{
		margin-top: 4px;
		margin-left: 5px;
		font-size: 14px;
	}
}

/*穷在闹市合作伙伴*/
.qznsCooperative{
	padding-top: 88px;
	padding-bottom: 98px;
}
.qznsCooperative .title{
	text-align: center;
}
.qznsCooperative .title h1{
	font-size: 36px;
	margin: 0;
	line-height: 50px;
	color: #333;
}
.qznsCooperative .title p{
	margin: 0;
	line-height: 20px;
	color: #201B01;
}
.qznsCooperative .con{
	overflow: hidden;
	margin-top: 64px;
}
.qznsCooperative .con img{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
@media (max-width: 767px){
	.qznsCooperative{
		padding-top: 32px;
		padding-bottom: 34px;
		border-bottom: 1px solid #F6F6F6;
	}
	.qznsCooperative .title h1{
		font-size: 24px;
		line-height: 34px;
	}
	.qznsCooperative .title p{
		font-size: 12px;
		line-height: 20px;
		
	}
	.qznsCooperative .con{
		overflow: hidden;
		margin-top: 32px;
	}
	.qznsCooperative .con img{
		width: 100%;
		float: left;
		margin-bottom: 30px;
	}
}
.services_process{
	background: url(../images/bg3.png) no-repeat;
	background-size: 100% 100%;
	padding: 60px 0 85px!important;
}
.img_service_process{
	width: 1201.5px;
}
.services_process,.success_story{
	padding: 60px 0;
}
.services_process .title,.success_story .title{
	text-align: center;
}
.services_process .title h1,.success_story .title h1{
	font-size: 24px;
    margin: 0;
    line-height: 40px;
    color: #333;
    display: inline;
    border-bottom: 1px solid;
    padding: 4px 0; 
}
.services_process .title p,.success_story .title p{
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #5C5C5C;
}
.success_story{ 
	background: #f6f6f6;
}
.success_story_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 38px 0;
}
.success_story_module{
	width: calc(25% - 26px);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin: 13px;
	border-radius: 8px;
}
.success_story_module>img{
	width: 100%;
	height: 224px;
}
.success_story_module>span{
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	line-height: 42px;
	font-size: 16px;
	color: #303030;
}
.more_module{
	margin-top: 32px;
	display: flex;
	justify-content: center;
}
.more_module a{
	width:115px;
	height:53px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(83,142,241,1);
	display: flex;
	flex-direction: column;
	align-items: center; 
	justify-content: center;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(83,142,241,1);
	text-decoration: none;
	transition: all .3s; 
	position: relative;
}
.more_icon1,.more_icon2{
	width: 16px;
	height: 15px;
	margin-top: 3px;
}
.more_icon2{
    position: absolute;
    bottom: 7px;
    left: 50%;
	margin-left: -8px;
	display: none;
}
.more_module a:hover{
	background: #538EF1;
	color: #fff;
	transition: all .3s;  
}
.more_module a:hover .more_icon2{
	display: block;
	z-index: 999;
}
.index_bottom_module{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about_us{
	width: 100%;
	height: 687px;
	background: url(../images/bg2.png) no-repeat;
	background-size: 100% 100%; 
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about_us_article{
	color: #fff;
	font-size: 16px;
	margin: 46px 0 74px;
	line-height:30px;
	padding: 0 362px;
	box-sizing: border-box;
}
.form_assess{
	width:1200px;
	height:420px;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 13px 0px rgba(211,211,211,0.4);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -210px;
}
.title_assess{
	width:418px;
	height:30px;
	font-size:30px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:40px;
	margin: 55px 0 22px;
}
.text_assess{
	height:19px;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:40px;
}
.box_assess{
	width: 100%;
	margin: 66px 0 70px;
	padding: 0 70px;
	box-sizing: border-box;
}
.form_assess_row{
	flex: 1;
	height:68px;
	margin: 0;
	background:rgba(246,246,246,1);
	display: flex;
	align-items: center;
	padding: 0 22px;
	box-sizing: border-box;
	position: relative;
}
.assess_icon1{
	width:25px;
	margin-right: 20px;
}
.assess_icon2{
	width: 20px;
	margin-right:25px;
}
.form_assess_row>input{
	flex: 1;
	height:16px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:40px;
	border: none;
	background: none;
}
.form_assess_row>input::-webkit-input-placeholder{
	color: #666666;
}
.form_assess_box{
	display: flex;
	align-items: center;
	margin-top: 22px;
}
.form_assess_btn{
	margin-left: 20px;
	width:336px; 
	height:68px;
	background:rgba(83,142,241,1);
	color: #fff;
	font-size:16px;
}
.titles_label,.titles_label2{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 59px;
}
.titles_label>h1,.titles_label2>h1{
	font-size: 24px;
    margin: 0;
    line-height: 40px;
    color: #fff;
    display: inline;
    border-bottom: 1px solid;
	padding: 4px 0;
}
.titles_label>p,.titles_label2>p{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
	color: #fff;
}
.titles_label2>h1{
	color: #333;
}
.titles_label2>p{
	color: #5C5C5C;
}
.wordwrap {
    position: absolute;
	right: 22px;
    font-size: 14px;
    color: #929292;
}
.word {
    color: #929292;
    padding: 0 4px;
    font-size: 14px;
}
.news_module{
	width: 1200px;
	padding: 77px 0;
}
.swiper-module{
	display: flex;
	align-items: center;
}
.news-information-img{
	width: 228px;
	height: 152px;
	margin-right: 19px;
}
.news-information-row{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.news-information-title{
	color: #333333;
	font-size:18px;
	margin-bottom: 34px;
}
.news-information-msg{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:24px;
	text-align: left;
}
.online_information{
	position: absolute;
	/*top: 35px;*/
	right: 22px;
	background: none;
}
.online_information>img{
	width: 216px;
	height: 157px;
}
.btn_consult{
	width: 118px;
	height: 36px;
	background:rgba(250,181,49,1);
	border-radius:4px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_consult>img{
	width: 20px;
	margin-right: 10px;
}
.mask_layer_template{
	width: 100%;
	position: relative;
}
.mask_layer_bg{
	width: 100%;
	height: 224px;
	background: rgba(255,255,255,0.75);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mask_layer_title{
	opacity: 0;
    color: #333;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 400;
}
.mask_layer_template:hover .mask_layer_bg{
	opacity: 1;
	transition: all .3s;   
}
.mask_layer_template:hover  .mask_layer_title{
	opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* 项目案例 */
.project_case_img{
	width: 100%;
	margin-top: 101px;
}
.case_tab{
	width: 100%;
	display: flex;
	/* overflow-x: scroll; */
	margin-bottom: 38px;
}
.case_tab>li>a{
	width: 136px;
	height: 74px;
	background: #fff;
	color: #333333;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.case_tab>li>a.active{
	background: #538DF1;
	color: #fff;
}
.case_tab>li>a:hover{
	background: #538DF1;
	color: #fff;
	transition: all .3s;
}
.case_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.case_list>li{
	width: calc(25% - 26px);
	overflow: hidden;
	border-radius: 8px;
	margin:0 26px 26px 0;
}
.case_list>li:nth-of-type(4),
.case_list>li:nth-of-type(8),
.case_list>li:nth-of-type(12),
.case_list>li:nth-of-type(16),
.case_list>li:nth-of-type(20),
.case_list>li:nth-of-type(24),
.case_list>li:nth-of-type(28){
	margin-right: 0;
}
.case_list_img{
	width: 100%;
	height: 224px;
}
.case_list_name{
	width: 100%;
	height: 56px;
	background: #fff;
	font-size: 16px;
	color: #303030;
	display: flex;
	justify-content: center;
	align-items: center;
}
.information_footer{
	position: fixed;
	bottom: 0;
	z-index: 99999;
	width:100%;
	height:123px;
	background:rgba(100,100,101,0.9);
	display: flex;
	justify-content: center;
	align-items: center;
}
.information_img{
	width: 104px;
	margin-right: 24px;
	margin: -20px 24px 20px 0;
}
.information_row{
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.phone_icon{
	width: 41px;
	margin-right: 15px;
}
.contact_number{
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: #fff;
	margin: 0;
}
.information_form{
	display: flex;
	align-items: center;
}
.information_form_row{
	height:58px;
	display: flex;
	align-items: center;
	padding: 15px 23px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background: #fff;
	margin: 0 16px 0 0;
}
.information_form_row>input{
	flex: 1;
	border: none;
	font-size: 16px;
}
.information_form_row>input::-webkit-input-placeholder{
	color: #656565;
}
.information_form_icon{
	width: 25px;
	margin-right: 22px;
}
.information_form_icon2{
	width: 20px;
	margin-right: 24px;
}
.information_form_btn{
	width:181px;
	height:58px;
	background:rgba(83,141,241,1);
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.information_form_btn:hover{
	background: #3B7EF2;
	transition: all .5s;
}
.close_btn{
	position: absolute;
	right: 8px;
	top: 8px;
	background: none;
}
.close_btn>img{
	width: 20px;
	height: 20px;
}
.project_case_details{
	width: 100%;
	height: 4067px;
	background: url(../images/bg4.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.details_introduction{
	background: none;
	position: absolute;
	top: 59px;
	right: 45px;
}
.details_introduction>img{
	width: 170px;
	height: 170px;
}
/* 关于我们 */
.about_us_footer{
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99999;
}
.about_us_module{
	width: 1196px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px auto 100px;
}
.about_us_title{
	font-size:40px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-bottom: 49px;
}
.about_us_content{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:30px;
}
/* 免费评估 */
.main_content{
	width:100%;
	background:#fff;
	padding:0 0 127px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.freeEvaluation_title{
	width: 497px;
	margin-top: -50px;
	z-index: 99;
	margin-bottom: 10px;
}
.freeEvaluation_text{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(101,101,101,1);
	line-height:40px;
}
.freeEvaluation_form{
	width:1200px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(230,230,230,1);
	box-shadow:0px 3px 13px 0px rgba(211,211,211,0.4);
	border-radius:10px;
	padding: 66px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-bottom: 58px;
}
.freeEvaluation_tag{
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 16px;
	margin-bottom: 30px;
}
.freeEvaluation_tag>span{
	width:4px;
	height:15px;
	background:rgba(181,165,142,1);
	margin-right: 10px;
}
.selective_type{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.selective_type>button{
	height:32px;
	display: flex;
	align-items: center;
	padding: 0 16px!important;
	background: #fff;
	margin-right: 20px;
	border:1px solid rgba(83,142,241,1);
	border-radius:16px;
	color: #538EF1;
	font-size: 12px;
}
.selective_type>button.active{
	background: #538EF1;
	color: #fff;
}
.selective_type>button:hover{
	background: #538EF1;
	color: #fff;
	transition: all .3s;
}
.freeEvaluation_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.freeEvaluation_row{
	flex: 1;
	display: flex;
	align-items: center;
	background: #F6F6F6;
	padding: 19px 23px;
	box-sizing: border-box;
}
.freeEvaluation_row>input{
	flex: 1;
	font-size: 14px;
	border: none;
	background: none;
}
.freeEvaluation_row>input::-webkit-input-placeholder{
	color: #666666;
}
.freeEvaluation_icon{
	width: 20px;
}
.img_box{
	width: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 15px 0 0;
}
.freeEvaluation_icon2{
	width: 29px;
}
.freeEvaluation_btnBox{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.freeEvaluation_btnBox>button{
	width:336px;
	height:68px;
	background:rgba(83,142,241,1);
	font-size:16px;
	color: #fff;
}
.freeEvaluation_btnBox>button:hover{
	background: #2C76ED;
	transition: all .3s;
}
.summarize_box{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px 23px;
	box-sizing: border-box;
	height:217px;
	background:#f6f6f6;
	position: relative;
	margin-bottom: 30px;
}
.summarize_textarea{
	width: 100%!important;
	height: 100%;
	font-size:14px;
	background: none;
	border: none!important;
	outline: 0;
}
/* 新闻资讯 */
.news_list{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.news_list>li{
	flex: 1;
	display: flex;
	align-items: center;
	margin-bottom: 34px;
}
.news_picture{
	width: 172px;
	height: 172px;
	margin-right: 29px;
}
.news_list_sidebar{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.news_title{
	font-size: 18px;
	color: #333;
	margin: 0;
}
.news_date{
	font-size:14px;
	color: #999;
	margin: 14px 0;
}
.news_article{
	line-height:28px;
	font-size: 14px;
	color: #333;
	margin-bottom: 14px;
}
.see_more{
	width:80px;
	font-size:14px;
	color: #538DF1;
	background: none;
	text-align: left;
}
.see_more:hover{
	transition: all .2s;
	color: #14489F;
}
/* 新闻资讯详情页 */
.newsDetails_title{
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.newsDetails_img{
	width: 263px;
	margin:20px 0 53px;
}
.newsDetails_row{
	line-height: 28px;
	color: #333;
	font-size:14px;
	margin-bottom: 25px;
}
.newsDetails_bottom{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 19px 0;
	border-top: 1px solid #E5E5E5;
}
.newsDetails_bottom>a{
	color: #999999;
	font-size: 14px;
	margin-bottom: 16px;
}
/* 案例展示详情2 */
.invite_bg{
	width: 100%;
	height: 289px;
	display: flex;
	align-items: center;
	background: url(../images/bg1.png) no-repeat;
	background-size: 100% 100%;
}
.middle_area{
	padding: 0 360px;
	box-sizing: border-box;
}
.invite_module{
	display: flex;
	align-items: center;
}
.invite_picture{
	width: 194px;
	height: 194px;
	margin-right: 38px;
}
.invite_row{
	display: flex;
	flex-direction: column;
}
.invite_row>span:first-of-type{
	font-size: 48px;
	color: #333;
	margin-bottom: 28px;
}
.invite_row>span:nth-of-type(2){
	font-size: 18px;
	color: #333;
	margin-bottom: 30px;
}
.invite_row>span:nth-of-type(3){
	font-size: 18px;
	color: #333;
	display: flex;
	align-items: center;
}
.reference_price{
	font-weight:bold;
	color: #FF393A;
	font-size: 30px;
}
.project_introduction{
	background: #fff;
	padding: 30px 0;
}
.project_title{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333;
	margin-bottom: 32px;
}
.project_icon{
	width: 30px;
	margin-right: 10px;
}
.content_introduction{
	line-height:40px;
	font-size: 16px;
	color: #333;
}
.demo_list{
	width: 584px;
	display: flex;
	flex-direction: column;
	margin-left: 15px;
}
.demo_list>li{
	flex: 1;
	display: flex;
	align-items: center;
	background-color: #F5F5F5;
	font-size: 16px;
	color: #333333;
	padding: 14px;
	box-sizing: border-box;
}
.demo_li_img{
	width: 150px;
	height: 150px;
	margin-right: 21px;
}
.demo_li_sidebar{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.demo_li_row{
	display: flex;
	align-items: center;
}
.demo_li_row>img{
	margin-right: 5px;
}
.test_link{
	color: #538DF1;
}
.demo_li_sidebar>p{
	margin-bottom: 10px;
}
.save_video{
	width: 100%;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6f6f6;
}
.save_video>img{
	width: 16px;
	margin-right: 10px;
}
.web_show{
	background: #F5F5F5;
	padding: 42px 0 61px;
}
.backstage-img{
	width: 513px;
	height: 251px;

}


/* 新闻资讯 */
.operation_list{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.operation_list>li{
	flex: 1;
	display: flex;
	align-items: center;
	margin: 20px;
	padding-bottom:20px;
	border-bottom: 1px solid #F2F2F2;
}
.operation_list_sidebar{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.operation_title{
	font-size: 18px;
	color: #333;
	margin: 0;
}
.operation_title img{
	margin-left:10px;
	vertical-align: middle;
}