@CHARSET "UTF-8";
.flex_between{
	display: flex;
	justify-content: space-between;
}
.mui-flex{
	display: -webkit-flex;
    display: flex;
}
/*鍐呴儴灞呬腑*/
.main_inside{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
/*鍖荤枟琛屼笟鐜扮姸*/
.situationTitlepart {
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}
.situationTitlepart>li:nth-child(1) {
	font-family: PingFangSC-Semibold;
	font-size: 36px;
	letter-spacing: 4px;
	color: #333333;
	margin:60px auto 14px;
}
.situationTitlepart>li:nth-child(2) {
	font-family: PingFangSC-Regular;
	font-size: 15px;
	letter-spacing: 2px;
	color: #999999;
}
.tabBox{
	width: 100%;
	height: 80px;
	border-radius: 10px;
	margin-bottom:5rem;
	overflow: hidden;
}
.tabBox>li{
	width: calc(100% / 4);
	font-family: PingFangSC-Medium;
	font-size: 22px;
	letter-spacing: 3px;
	color: #666666;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #4db3ff;
	cursor:pointer;
}
.tabBox>li:first-child{
	border-radius:9px 0px 0px 9px;
}
.tabBox>li:last-child{
	border-radius:0px 9px 9px 0px;
}
.tabBox>li.active{
	background-color: #4db3ff;
	color: #ffffff!important;
	border: none!important;
}
.caseBox{
	width: 100%;
	height: 415px;
	background-color: #ffffff;
	box-shadow: 3px 5.2px 20.2px 0.8px 
		rgba(77, 179, 255, 0.18);
	border-radius: 20px;
	padding: 30px 37px;
	position: relative;
	box-sizing: border-box;
}
.caseUl{
	width: 100%;
	height:100%;
	box-sizing: border-box;
	align-items: center;
	/*position: absolute;
	top:0;
	left:0;*/
}
.caseImg{
	width: 40.1%;
}
.caseImg>img{
	width: 100%;
}   
.caseCom{
	width: 57%;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
}
.caseTel{
	width: 100%;
}
.caseTel>p{
	font-family: PingFangSC-Medium;
	font-size: 18px;
	letter-spacing: 2px;
	color: #444444;
	margin-bottom: 1rem;
}
.projectBtn{
	width: 204px;
	height: 46px;
	border-radius: 10px;
	border: solid 2px #4db3ff;
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #4db3ff;
	justify-content: center;
	align-items: center;
	cursor:pointer;
}
.projectBtn::after{
	content: '';
	width: 13px;
	height: 13px;
	background: url(imgs/jiantou.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 20px;
}
/*涓氬姟鏋舵瀯*/
.buildImg{
	width: 100%;
	margin-top:50px;
}
.buildImg>img{
	width: 100%;
}
/*妗堜緥璁板綍*/
.situationBox{
	width: 100%;
}
.CaseRecordLi{
	width: 100%;
	height: 570px;
	justify-content: center;
	align-items: center;
	position: relative;
}
.CaseRecordList>li:nth-child(odd)>.CaseRecordInside{
	justify-content: flex-end;
}
.CaseRecordList>li:nth-child(odd)>.CaseRecordInside>.CaseRecordImg{
	left:75px;
}
.CaseRecordList>li:nth-child(even)>.CaseRecordInside>.CaseRecordImg{
	right:75px;
}
.CaseRecordImg{
	width: 27%;
	height: 690px;
	position: absolute;
	top:-170px;
}
.CaseRecordImg>img{
	width: 100%;
	height: 100%;
}
.CaseRecordInside{
	width: 100%;
	min-height: 349px;
	padding:49px 75px;
	background: #E8F9FF;
	border-radius: 60px;
	position: relative;
	box-sizing: border-box;
}
.CaseRecordCom{
	width: 65%;
	position: relative;
}
.CaseRecordCom.active1::after{
	content: '';
	width: 96px;
	height: 71px;
	background:url(imgs/01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top:0;
	right: 0;
}
.CaseRecordCom.active2::after{
	content: '';
	width: 96px;
	height: 71px;
	background:url(imgs/02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top:0;
	right: 0;
}
.CaseRecordCom.active3::after{
	content: '';
	width: 96px;
	height: 71px;
	background:url(imgs/03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top:0;
	right: 0;
}
.CaseRecordCom.active4::after{
	content: '';
	width: 96px;
	height: 71px;
	background:url(imgs/04.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top:0;
	right: 0;
}
.CaseRecordCom.active5::after{
	content: '';
	width: 96px;
	height: 71px;
	background:url(imgs/05.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top:0;
	right: 0;
}
.CaseRecordCom.active6::after{
	content: '';
	width: 96px;
	height: 71px;
	background:url(imgs/06.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top:0;
	right: 0;
}
.CaseRecordCom>li{
	width: 100%;
}
.CaseRecordTitle{
	font-family: PingFangSC-Medium;
	font-size: 28px;
	letter-spacing: 3px;
	color: #2f2e2e;
	margin-bottom: 56px;
	font-weight: bold;
}
.CaseRecordTil{
	font-family: PingFangSC-Medium;
	font-size: 20px;
	letter-spacing: 2px;
	color: #2f2e2e;
	font-weight: 400;
	margin-bottom: 10px;
}
.CaseRecordTel{
	font-family: PingFangSC-Regular;
	font-size: 15px;
	letter-spacing: 2px;
	color: #2f2e2e;
}
.CaseRecordTel>p{
	margin-bottom: 8px;
}
/*鍏徃鍚嶇О*/
.companyInfoImg{
	width: 100%;
	margin-top:100px;
	background: #F3FCFF;
}
.companyInfoImg>img{
	width: 100%;
}
/*鍖荤枟绯荤粺寮�鍙戝姛鑳�*/
.developBox{
	width: 100%;
	background: #F3FCFF;
	padding:60px 360px;
	box-sizing: border-box;
}
.developList{
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.developItem{
	width: 271px;
	height: 286px;
	background-color: #ffffff;
	box-shadow: 3px 5.2px 20.2px 0.8px 
		rgba(77, 179, 255, 0.1);
	border-radius: 10px;
	text-align: center;
	padding:25px 20px;
	box-sizing: border-box;
}
.developItem:hover img {
	transform: scale(1.3);
	transition: all 0.6s;
	transform-origin: center center;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transition: transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-ms-transition: -ms-transform 0.6s;
}
.developImg{
	width: 100%;
	height: 91px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.developImg>img{
	width: 91px;
	height: 91px;
}
.developTil{
	font-weight: 600;
	font-family: PingFangSC-Semibold;
	font-size: 18px;
	letter-spacing: 2px;
	color: #333333;
	margin:25px 0 35px;
}
.developTel{
	font-family: PingFangSC-Medium;
	font-size: 15px;
	letter-spacing: 2px;
	color: #666666;
}
/*鏁版嵁瀹夊叏淇濋殰*/
.shujuImg{
	width: 100%;
	margin-top:50px;
}
.shujuImg>img{
	width: 100%;
	height: 100%;
}
/*鎴戜滑鐨勪紭鍔�*/
.advantageBox{
	width: 100%;
	margin-bottom: 50px;
}
.advantageList{
	width: 1200px;
	justify-content: space-between;
	align-items: center;
	margin-top:49px;
}
.advantageList>li{
	width: 286px;
	height: 391px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.advantageList>li:hover {
	transform: scale(1.2);
	transition: all 0.6s;
	z-index: 8;
}
.advantageList>li>div:nth-child(1){
	width: 100%;
	height: 25%;
	font-family: PingFangSC-Semibold;
	font-size: 28px;
	letter-spacing: 3px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.advantageList>li>div:nth-child(2){
	width: 100%;
	height: 75%;
	padding:20px 35px;
	font-family: PingFangSC-Regular;
	font-size: 15px;
	letter-spacing: 2px;
	color: #333333;
	box-sizing: border-box;
	text-align: center;
	word-wrap: break-word;
    word-break: normal;     
}
.advantageList>li:nth-child(odd){
	box-shadow: 3px 5.2px 20.2px 0.8px 
		rgba(29, 208, 196, 0.1);
	border: solid 1px #4db3ff;
}
.advantageList>li:nth-child(odd)>div:nth-child(1){
	background-color: #4db3ff;
}
.advantageList>li:nth-child(even){
	box-shadow: 3px 5.2px 20.2px 0.8px 
		rgba(29, 208, 196, 0.1);
	border: solid 1px #ffb45c;
}
.advantageList>li:nth-child(even)>div:nth-child(1){
	background-color: #ffb45c;
}
/*鍚堜綔浼欎即*/
.partnerBox{
	width: 100%;
	/*background: #F3FCFF;*/
	margin:50px auto 0;
	padding-bottom:50px
}
.partnerList{
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.partnerList>li{
	width: 278px;
	height: 158px;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.partnerList>li>div:nth-child(1){
	width: 88px;
	height: 88px;
}
.partnerList>li:hover img {
	transform: scale(1.3);
	transition: all 0.6s;
	transform-origin: center center;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transition: transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-ms-transition: -ms-transform 0.6s;
}
.partnerList>li>div:nth-child(1)>img{
	width: 88px;
	height: 88px;
}
.partnerList>li>div:nth-child(2){
	font-family: PingFangSC-Semibold;
	font-size: 15px;
	letter-spacing: 2px;
	color: #333333;
}
/*涓昏壊璋�*/
.tabBox>li{
	border: solid 1px #f64b39;
}
.tabBox>li.active{
	background-image: linear-gradient(154deg, 
		#f62532 1%, 
		#fc6428 100%), 
	linear-gradient(
		#f20d23, 
		#f20d23)!important;
	background-blend-mode: normal, 
		normal!important;
}
.caseBox{
	box-shadow: 3px 5px 20px 1px 
		rgba(253, 113, 76, 0.18);
}
.developItem {
    box-shadow: 3px 5px 20px 1px 
		rgba(249, 132, 120, 0.1);
}
.projectBtn{
	border: solid 2px #f64b39;
	color: #f64b39;
}
.advantageList>li:nth-child(odd){
	box-shadow: 3px 5px 20px 1px 
		rgba(75, 140, 235, 0.18);
	border: solid 1px #f64b39;
}
.advantageList>li:nth-child(odd)>div:nth-child(1){
	background-color: #f64b39;
}
.advantageList>li:nth-child(even){
	box-shadow: 3px 5px 20px 1px 
		rgba(241, 105, 74, 0.1);
	border: solid 1px #f2694c;
}
.advantageList>li:nth-child(even)>div:nth-child(1){
	background-color: #f2694c;
}
.CaseRecordInside{
	background: #FEF7F4;
}
.fastAddCustom .fastAddCustomForm .form-container .form-item .ant-form-item-control .toSubmit {
    background-color: #f64b39!important;
    border:none!important;
}
.fastAddCustom .fastAddCustomForm .form-container .form-item input.ant-input-lg::-webkit-input-placeholder {
    color: #f64b39 !important;
    opacity: 1
}

.fastAddCustom .fastAddCustomForm .form-container .form-item input.ant-input-lg:-moz-placeholder,
.fastAddCustom .fastAddCustomForm .form-container .form-item input.ant-input-lg::-moz-placeholder {
    color: #f64b39 !important;
    opacity: 1
}

.fastAddCustom .fastAddCustomForm .form-container .form-item input.ant-input-lg:-ms-input-placeholder {
    color: #f64b39 !important;
    opacity: 1
}
.fastAddCustom .fastAddCustomForm .form-container .form-item .requirement-outline-count-box .requirement-outline-count {
    color: #f64b39
}