/* 大标题 */
@font-face{
	font-family: Roboto-Bold-3;
	src: url('../font/newRoboto/Roboto-Bold-3.ttf')
}
/* 新-标题 */
@font-face{
	font-family: Roboto-Bold-title;
	src: url('../font/roboto/Roboto-Bold-3.ttf')
}
/* 新-描述细体 */
@font-face{
	font-family: Roboto-Light-whiteDesc;
	src: url('../font/newRoboto/Roboto-Light-10.ttf')
}
/* */
@font-face{
	font-family: Roboto-Medium-12;
	src: url('../font/roboto/Roboto-Medium-12.ttf')
}
/* 黑背景下 描述 使用常规字体 */
@font-face{
	font-family: Roboto-Regular-blackRule;
	src: url('../font/roboto/Roboto-Regular-blackRule.ttf')
}

#macOS,#windowsExe{
	cursor:pointer;
}
p{
	font-size: 17px;
}
/* 背景图 */
.header_bananer{
	width: 100%;
	height: 500px;
	margin-top: 50px;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	font-size: 17px;
	display: flex;
}
#logos{
	margin-top:60px;
    font-style: normal;
}
.title{
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	padding-top: 80px;
}
.titleDesc{
	text-align: center;
	font-size: 24px;
    color: #AAAAAA;
	margin: 20px 0;
}
.queryTitleBox{
	text-align: center;
}
.inputQuery{
	width: 400px;
    height: 50px;
    text-indent: 9px;
}

.custom-dropdown {
	position: relative;
	display: inline-block;
}

.custom-dropdown input[type=text] {
	width: 700px;
	padding: 5px;

	outline: none;
	background-color: #fff;
	cursor: pointer;
}

.custom-dropdown ul.options {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	max-height: 300px;
	overflow-y: auto;
	background-color: #f7f7f7;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	display: none;
}

.custom-dropdown li {
	padding: 5px 10px;
	cursor: pointer;
	text-align: left;
	width: 700px;
}

.custom-dropdown li:hover {
	background-color: #eaeaea;
}
#btnQuery{
	background: #000;
    color: #fff;
    font-size: 25px;
    padding: 5px 13px;
    position: relative;
    top: 3px;
}
#btnQuery:hover{
	background-color: #373737;
}
.mapboxs{
	width: 1348px;
	margin: auto;
	display: flex;
	padding-bottom: 40px;
}
.mapList{
	background: #f9f9f9;
	padding: 20px;
	width: 300px;
	margin-right: 20px;
}
.mapH5{
	display: none;
}
.mapList-title{
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
}
#map{
	height: 600px;
	width: 1077px;
}
.regionList{
	margin-top: 40px;
	height: 485px;
	overflow: auto;
}
.regionList li{
	margin-bottom: 20px;
	padding: 16px;
	background: #ffffff;
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.34901960784313724);
	cursor: pointer;
	min-height: 159px;
	position: relative;
	padding-bottom: 42px;
}
.regionList li:hover{
	background: #ebebeb;
}
.regionList li p{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.regionList li span{
	color: #333;
	font-size: 14px;
}
.regionboxs{
	width: 1348px;
	margin: auto;
	padding-bottom: 40px;
}
.seeAll{
	height: 50px;
    width: 100%;
    background: #f2f2f2;
    text-align: center;
    line-height: 50px;
    color: #02A7F0;
    cursor: pointer;
}
.titleName{
	font-size: 32px;
	color: #333;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.tagName{
	cursor: pointer;
}
 /* 添加基本的CSS样式 */
.titleName ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	position: absolute;
	background: #fff;
    border: 1px solid #ccc;
    width: 400px;
	color: #000;
	border-color: rgba(242, 242, 242, 1);
    border-radius: 5px;
	box-shadow: 2px 2px 2px #00000059;
	z-index: 999;
}
.titleName ul li {
    /* position: relative; */
	padding: 10px 20px 10px 10px;
	font-size: 24px;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-bottom: 1px solid #ccc;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
}
.titleName ul li:hover{
	background-color: #efefef;
}

/* .lis:hover > ul {
    display: block !important;
} */
.erList{
  	position: absolute;
    top: 0px;
    left: 401px;
    background: #000;
    color: #fff;
    display: none;
	z-index: 2;
	height: 350px;
	overflow: auto;
}
.aaa{
  	display: none;
}
/* .titleName:hover >.aaa{
  	display: block;
} */
.disnone{
	display: none;
}
/* u23A1 */
/* 276F */
/* transform: rotate(90deg); */
.tagAction::after{
	content: '\276F';
	display: inline-block;
	margin-left: 15px;
	transform: rotate(90deg);
	padding-left: 3px;
    color: #6f6f6f;
    font-size: 37px;
}
.aaa .lis::before{
	content: '\276F';
	display: inline-block;
	padding-left: 5px;
	margin-left: 10px;
	position: absolute;
	right: 10px;
}
/* .tagAction:hover::after{
	content: '\276F';
} */

#companyList{
	display: none;
	min-height: 600px;
}
.tagAction{
	font-size: 48px;
	font-weight: bold;
	color: #000;
}
.supplierBoxs{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.supplierBoxs .divboxs{
	width: 241px;
	min-height: 131px;
	padding: 10px;
	border: 1px solid #797979;
	border-radius: 5px;
	margin-bottom: 10px;
	word-wrap: break-word;
	cursor: pointer;
}
.supplierBoxs p{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.supplierBoxs span{
	font-size: 14px;
	color: #7F7F7F;
}
.supplierBoxs a{
	font-size: 14px;
	color: #02A7F0;
	text-decoration: underline;
}
#GA{
	display: none;
}
.regionKm{
	position: absolute;
    bottom: 24px;
    right: 30px;
    display: block;
    text-align: right;
    font-size: 14px;
    color: #858585;
}







.header_bananer img{
	width: 155px;
}
.fill{
	width: 50%;
}
.imgAhover{
	width: 50%;
	padding: 280px 0 0 65px;
}
/* 第一屏间距  */
.first_screen{
	padding: 100px 0;
	text-align: center;
}
/* 第一屏图标大小 */
.icon-motif>img{
	width: 150px;
}
/* 第一屏文字标题 */
.first_screen_title{
	padding: 77px 20px 37px;
	font-size: 30px;
	color: #333;
	font-family: Roboto-Bold-3;
}
/* 第一屏文字描述 */
.first_screen_desc{
	font-size: 17px;
	max-width: 930px;
	margin: auto;
	color: #666;
	margin-bottom: 62px;
	padding:0 20px;
	font-family: Roboto-Light-whiteDesc;
}
/* 第一屏手机组  */
.deviceBoxs{
	max-width: 930px;
	margin: auto;
}
.device_layout{
	display: flex;
	justify-content:center;
}
.imglist{
	display: flex;
}
.imglist li{
	display: inline-block;
	width: 270px;
	position: relative;
}
.imglist li>img{
	width: 140%;
}
/* 第一屏需要动的手机组  */
.list_bottom{
	/*top:0px;*/
	transform: matrix(1, 0, 0, 1, 0, 0);
}
/* 第二屏背景图  */
.secondBox{
	background: #FAFAFA;
	padding:100px 0 93px;
	text-align: center;
}
.secondBox>h1{
	font-size: 30px;
	padding: 0 20px;
	font-family: Roboto-Bold-3;
}
.secondBox_desc{
	max-width: 790px;
	margin: auto;
	color: #333;
	padding:40px 20px 74px;
	font-family: Roboto-Light-whiteDesc;
}
.bgImg{
	background: url(../img/app/line.webp);
	background-position: center center;
	background-repeat: no-repeat;
}
.bgimgBox{
	max-width: 840px;
	margin: auto;
	padding: 0 20px;
}
.bgimgBox>img{
	width: 100%;
}
/* 第三屏 */
.thirdBox{
	background: #fff;
	padding-top:100px;
	text-align: center;
}
.thirdBox>p:first-child {
	font-size: 39px;
	padding: 0 20px;
	font-family: Roboto-Bold-3;
}
.thirdBox_desc{
	max-width: 750px;
    margin: auto;
    color: #333;
    padding: 40px 20px 83px;
    font-family: Roboto-Light-whiteDesc;
}
.thirdBox>img{
	width: 100%;
}
/*第四屏*/
.fourthBoxs{
	background: #000;
	padding:100px 20px;
	color: #fff;
}
.fourth_layout{
	display: flex;
	max-width: 930px;
	margin: auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fourth_layout_left{
	width: 306px;
}
.fourth_layout_right{
	max-width: 596px;
	width: calc(100% - 306px);
}
.fourth_layout_right>img{
	width: 100%;
}
.fourth_title{
	padding: 82px 0 40px;
	font-size: 30px;
	font-family: Roboto-Bold-3;
}
.fourth_desc{
	color: #C7C7CC;
	font-family: Roboto-Light-whiteDesc;
}
.fourth_title_two{
	padding: 138px 0 40px;
	font-size: 30px;
	font-family: Roboto-Bold-3;
}
.fifthBox{
	background: #fff;
	padding:100px 20px;
	text-align: center;
}
.fifthBox_title{
	font-size: 40px;
	padding-bottom: 70px;
}
.fifthBox_content{
	max-width: 870px;
	margin: auto;
	color: #333;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
	
}
.fifthBox{
	font-family: Roboto-Bold-3;
}
.fifthBox_content_test{
	display: inline-block;
	text-align: left;
	position: relative;
	top: 16px;
}
.fifthBox_content_test>p{
	padding-left: 38px;
	font-size: 20px;
	color: #000;
}
.halfLen{
	width: 50%;
}
.test_hide_max{
	display:none;
}
/* 公用fileicon  */
.fileIcon_boxs{
    width: 180px;
    margin: auto;
    background: #01B28E;
    margin-top: 40px;
    padding: 8px 18px;
    font-size: 18px;
    border-radius: 30px;
	font-family: Roboto-Regular-blackRule;
}
.fileIcon_boxs a:hover{
	color: #fff;
}
/* 大屏幕 */
@media (max-width: 1020px){
	/*可操作区域*/
	
	
}
@media (min-width: 768px) and (max-width: 979px) {
	.fourth_title_two{
		padding-top: 100px;
	}
	.fourth_title{
		padding-top: 40px;
	}
}
@media (max-width: 767px) { 
	.fourth_title{
		padding-top: 0px;
	}
	.fourth_layout{
		text-align: center;
	}
	.fourth_layout_left,.fourth_layout_right,.halfLen{
		width: 100%;
		max-width: 100%;
	}
	.fourth_layout_right>img{
		max-width: 100%;
		width: 100%;
	}
	.interval_img{
		margin-top: 50px;
	}
	.header_bananer{
		background-image: url(../img/app/bananerMini.webp);
	}
	
	.fifthBox_content_test{
		top: 8px;
	}
	.test_hide_max{
		display:block;
	}
	.test_hide{
		display: none;
	}
	.fill{
		display: none;
	}
	.imgAhover{
		width: 100%;
		text-align: center;
		padding: 280px 0 0 0px;
	}
}
/* 横向放置的手机及分辨率更小的设备 */
@media only screen and (max-width: 480px){ 
	.title{
		font-size: 26px;
	}
	.titleDesc{
		font-size: 13px;
	}
	.custom-dropdown,.custom-dropdown input[type=text]{
		width: 100%;
	}
	.queryTitleBox{
		text-align: right;
	}
	.mapList{
		display: none;
	}
	.mapH5{
		display: block;
		margin: 0px;
		width: 100%;
		margin-top: 20px;
		min-height: 200px;
	}
	.mapH5 .regionList{
		min-height: 200px;
		max-height: 485px;
		height: auto;
	}
	.mapboxs{
		margin-top: 20px;
		width: 100%;
		flex-direction: column;
	}
	#btnQuery{
		font-size: 16px;
	}
	#map{
		width: 100%;
		height: 400px;
	}
	.regionboxs{
		width: 100%;
		padding:0 30px 40px;
	}
	.tagName{
		font-size: 22px;
	}
	.tagAction{
		font-size: 24px;
	}
	.tagAction::after{
		font-size: 20px;
		margin-left: 7px;
	}
	.supplierBoxs .divboxs{
		width: 100%;
	}
	.custom-dropdown li{
		width: 100%;
	}
	.custom-dropdown ul.options{
		top: 50px;
	}
	.titleName ul{
		width: 310px;
	}
	.erList{
		position: relative !important;
		left: 5px;
		font-size: 22px;
		max-height: 350px;
		height: auto;
	}
}