/* 大标题 */
@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')
}


.Privilege{
	width: 1210px;
}
.col-xs-4{
	width: 30%;
}
/*顶部 bananer*/
.topBananer{
	position: relative;
	margin-top: 60px;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/*首页文字*/
.bananer_text{
    font-size: 40px;
    font-weight: bold;
	padding-left: 25px;
	color: #fff;
	margin-top: 160px;
}
/* main 标题*/
.support-title{
	text-align: center;
	padding:60px 0;
}
/* main 标题文字*/
.titleSty{
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-family: Roboto-Bold-3;
}
.titleSty_desc{
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	font-family: Roboto-Light-whiteDesc;
}
/* Mini 橱窗样式 */
.deviceList{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	padding-bottom: 40px;
}
.deviceList_boxs{
    display: flex;
    justify-content: space-evenly;
}
.deviceList_boxs .text_boxs{
	position: relative;
    width: 40%;

}
.deviceList_boxs .text_p{
	position: absolute;
	top: calc(50% - 16px);
	left: calc(50% - 150px);
}
.deviceList_boxs .text_desc{
	font-size: 18px;
	color: #333;
	text-decoration: blink;
	font-weight: bold;
}
.deviceList_boxs .text_link{
	font-size: 14px;
	color: #01B28E;
	text-decoration: blink;
	margin-top: 15px;
}
.text_link a{
	color: #01B28E;
    text-decoration: revert;
}
/* 橱窗窗口文本样式控制 */
.readyBoxs{
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.08);
}
.col-xs-6 {
	width: 45%;
}
.readyBoxs,.issueBoxs{
	text-align: center;
	padding:20px;
}
.readyBoxs img{
	width: 100%;
}
.issueBoxs img{
	width: 70px;
}
.get_title{
    font-weight: bold;
    color: #333;
    font-size: 18px;
    font-family: Roboto-Bold-title;
}
.get_dest{
	font-size: 14px;
	color: #666;
	margin-top:15px;
	font-family: Roboto-Light-whiteDesc;
}
/* 橱窗窗口的鼠标悬浮样式 */
.deviceList-boxs:hover .deviceList-title{
	color: #01B28E !important;
}
/* 单个窗口的样式  */
.deviceList-boxs{
	border-radius: 10px;
	overflow: hidden;
	width: 220px;
    margin: auto;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 8%);
}
/* 橱窗商品的展示框设置  */
.deviceList-imgboxs{
	width: 4.5rem;
	height: 4.5rem;
	margin: auto;
	margin-top: 30px;
}

/* 橱窗文本展示 */
.deviceList-title{
    font-size: 18px;
    color: #333;
    height: 60px;
    line-height: 60px;
    margin: 17px 0 15px;
}
/*Issue 文本设置*/
.Issue-title{
	margin-top:20px;
	font-size: 16px;
	color: #000;
}
/* contactUs 盒子*/
.contactUs{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 67px 0 16px 0px;
    text-align: center;
}
/* contactUs 标题文字设置*/
.contactUs_title{
	font-size: 40px;
	color: #1b1b1b;
	font-weight: bold;
	text-align: left;
}
.contactUs a{
	color:#fff !important;
}
/* contactUs 链接设置*/
.contactUs-link{
	width: 175px;
	font-size: 20px;
	border-radius: 50px;
	border: 2px solid #000;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	margin: auto;
	margin-top: 10px;
	background: #000;
	color: #fff;
}
.contactUs-link:hover{
	color: #01B28E;
}
.contactUs-icon{
	width: 22px;
    position: relative;
    top: -1px;
    left: 14px;
}
@media (max-width: 1280px){
	.Privilege{
		width: auto;
	    margin: 0 40px;
	}
	.col-xs-4{
		width: 45%;
	}
	.col-top{
		margin-top: 40px;
	}
}
@media (max-width: 979px){
	.Privilege{
		width: auto;
	    margin: 0 40px;
	}
	.col-xs-4{
		width: 100%;
	}
	.col-top-middle{
		margin-top: 40px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {

	.bananer_text{
		padding-left: 0px;	
	}
}
@media (max-width: 767px) { 
	.topBananer,.bananer_text{
		height: 300px;
	}
	.bananer_text{
		padding-left: 0px;
	}
	
	.iconList4 .col-xs-3 a>img{
		width: 75px;
	}
	.contactUs-link{
		font-size: 16px;
    	padding: 8px;	
	}
}
@media (max-width: 780px) { 
	.col-xs-6{
		width: 100%;
	}

}
@media (max-width: 600px) { 
	.topBananer,.bananer_text{
		height: 300px;
	}
	.bananer_text{
		padding-left: 0px;
	}
}
@media only screen and (max-width: 480px){

	.topBananer,.bananer_text{
		height: 270px;	
		font-size: 26px;
	}
	.iconList4 .col-xs-3 a>img{
		width:60px;
	}
	.titleSty{
		font-size: 27px;
	}

}