@charset "utf-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
strike,
strong,
sub,
summary,
sup,
tfoot,
thead,
time,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	text-decoration: none;
	font-family: Microsoft YaHei !important;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

html {
	font-size: 14px;
	font-family: "Microsoft YaHei" !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	font-size: 12px;
	font-family: "SimHei,MicrosoftYaHei" !important;
	background-color: #fff;
	overflow-x: hidden;
}

li,
ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

.cb {
	clear: both
}

input,
a,
select,
textarea {
	border: none;
	outline: none;
	list-style: none;
	padding: 0;
	margin: 0;
	resize: none
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

button,
input[type="button"],
input[type="submit"] {
	cursor: pointer;
	resize: none;
	outline: 0;
}

a:link {
	text-decoration: none;
}

a {
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}

a:hover {
	text-decoration: none;
	transition: all 0.4s linear 0.01s
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}

#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.rel {
	width: 100%;
	height: 100%;
	position: relative;
}

.pic {
	width: 100%;
}

.pic img {
	width: 100%;
}

.wrap {
	width: 100%;
	max-width: 750px;
	position: relative;
	margin: 0 auto;
	height: 100%;
}

.flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.flex_center {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

img {
	max-width: 100%;
}

.hover-effect,
.hover-effect img {

	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hover-effect img {
	width: 100%;
}

.hover-effect:hover img {
	width: 100%;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	backface-visibility: hidden;
}

.hover-transform img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;

}

.hover-transform:hover img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

/******* 状态 ******/

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.hidden {
	overflow: hidden
}

.vertical_middle {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.vertical_top {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.b-r10 {
	border-radius: 10px;
}

.container-fluid {
	max-width: 1920px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0 auto;
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}

.header {
	background-color: rgba(0, 0, 0, 0.8);
	position: relative;
}

.logo {
	width:60px;
	padding:10px 0;
}

.container-header {
	max-width: 800px;
	/* position: relative; */
	margin-left: 10%;
	float: left;
}

.head-nav {
	text-align: center;
}

.head-nav li {
	display: inline-block;

}

.head-nav li>a {
	font-size: 16px;
	color: #fff;
	padding: 32px 15px;
	display: block;
	position: relative;
}

.head-nav li>a:hover {
	color: rgba(7, 165, 176, 1);
}

.head-nav li>a:hover::after {
	width: 0;
	height: 0;
	position: absolute;
	content: '';
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:10px solid rgba(7, 165, 176, 0.8);
	left: 50%;
	bottom: -5px;
	transform: translate(-50%, -50%);
	display: block;

}

.head-nav ul li .subment {
	display: none;
	background: rgba(7, 165, 176, 0.8);
	width: 100%;
	left: 0px;
	position: absolute;
	top:80px;
	z-index: 100;
	height:60px;
	line-height:60px;
}

.head-nav ul li .subment a {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	/*line-height: 80px;*/
	margin: 0 10px;
	display: inline-block;
	float: left;
}
.head-nav ul li .subment .p1{
	margin-left:20.5%;
	width: 800px;
	box-sizing: border-box;
}
.head-nav ul li .subment.mad24 .p1 {
	padding-left:52px;

}
.head-nav ul li .subment.mad36 .p1 {
	padding-left: 20px;
}
.head-nav ul li .subment.mad2 .p1 {
	padding-left: 270px;
}

.head-nav ul li .subment.mad20 .p1 {
	padding-left: 320px;
}

.head-nav ul li .subment.mad25 .p1 {
	padding-left: 540px;
}

.head-nav ul li .subment.mad28 .p1 {
	padding-left: 600px;
}
.header-phone {
	background-color: #09A5B0;
	color: #fff;
	font-size: 26px;
	padding: 25px 0;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	box-sizing: border-box;
	text-align: center;
}

.header-phone span {
	background: url(../images/phoneicon.png) no-repeat left center;
	padding-left:30px;
	background-size:23px;
}

.index_banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #07A5B0;
	opacity: 0.5;
}

.index_banner .swiper-pagination-bullet-active {
	opacity: 1;
	width: 42px;
	border-radius: 7px;
}

.index_title {
	padding: 95px 0 70px 0;
}

.index_title h2 {
	font-size: 36px;
	color: #D0D0D0;
	margin-bottom: 20px;
}

.index_title h3 span {
	font-size: 20px;
	color: #666;
	position: relative;
	padding: 0 10px;
}

.index_title h3 span::after,
.index_title h3 span::before {
	position: absolute;
	width: 4px;
	background-color: #09A5B0;
	top: 0;
	height: 100%;
	content: '';
	display: block;
}

.index_title h3 span::after {
	right: 0;
}

.index_title h3 span::before {
	left: 0;
}

.index_sever_box li {
	width: 25%;
	float: left;
	text-align: center;
	padding-bottom: 30px;
}

.index_sever_box li img {
	margin-bottom: 10px;
}

.index_sever_box li h3 {
	font-size: 20px;
	color: #666;
}

.index_sever_box li p {
	font-size: 14px;
	color: #7F777F;
	line-height: 2;
	margin-top: 5px;
}

.index_advantage {
	background: url(../images/index_advan.png) no-repeat center fixed;
	background-size: 100% 100%;
	padding-bottom: 90px;
}

.index_advant_box li {
	
	width:48%;
	/* text-align: center; */
	/* max-width: 210px; */
	margin-bottom:30px;
}
.index_advant_box li:nth-child(odd){
	float: left;
}
.index_advant_box li:nth-child(even){
	float:right;
}
.index_advant_box li .icon {
	position: relative;

}

.index_advant_box li h3 {
	color:#FFAD57;
	font-size:20px;
	font-weight: 600;
	margin-bottom: 12px;
}
.index_advant_box li:last-child p{
	padding:10px 20px 0 20px;
}
.index_advant_box li p {
	color: #fff;
	background-color: #07A5B0;
	font-size: 14px;
	padding: 15px 20px 0 20px;
	line-height: 1.5;
	border-radius: 15px;
	box-sizing: border-box;
	height:82px;
}

#index_news {
	margin-top: 20px;
}

#index_news li {
	width: 49%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

#index_news li:nth-child(odd) {
	float: left;
}

#index_news li:nth-child(even) {
	float: right;
}

#index_news li img {
	width: 194px;
	height: 120px;
	border-radius: 6px;
	margin-right: 10px;
}

#index_news .news_txt h2 {
	margin-bottom: 10px;
}

#index_news .news_txt h2 a {
	color: #4F4F4F;
	font-size: 20px;


}

#index_news .news_txt p a {
	font-size: 14px;
	color: #999;
	line-height: 1.5;
}

.index_news_tabs {
	text-align: center;
	font-size: 24px;
	padding: 10px 0;
}

.index_news_tabs span {
	border: 1px solid #D9D9D9;
	border-radius: 29px;
	box-sizing: border-box;
	padding: 10px 20px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.index_news_tabs span.active {
	background: #07A5B0;
	border: 1px solid #07A5B0;
	color: #fff;
}

.index_news_tabs span.active::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -17px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #07A5B0;
}

.index_copration {
	background: rgba(0, 0, 0, 0.05);
	padding-bottom: 50px;
}

.index_copration_box ul {
	overflow: hidden;
	margin-left: -50px;
}

.index_copration_box ul li {
	width: 194px;
	height: 82px;
	float: left;
	text-align: center;
	/* background-color:#fff; */
	box-sizing: border-box;
	/* padding:5px; */
	margin-left: 50px;
	margin-bottom: 40px;

}

.index_copration_box ul li img {
	border-radius: 5px;
}

.inner_body .footer-info {
	margin-top: 60px;
	background: rgba(0, 0, 0, 0.05);
}

.footer-info {
	padding: 40px 0;
}

.footphone {
	background: url(../images/foot24.png) no-repeat left top;
	padding-left: 80px;
}

.footphone p {
	font-size: 18px;
	color: #999;
}

.footphone h3 {
	font-size: 34px;
	color: #FFAD57;
	padding: 10px 0 10px 0;
}

.footphone p span {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.inner_body .footer_address {
	background: rgba(255, 255, 255, 1);
}

.footer_address {
	background: rgba(0, 0, 0, 0.05);
	font-size: 14px;
	color: #666;
	line-height: 54px;
}

.footer_bottom {
	padding: 45px 0;
	background: rgba(21, 21, 21, 0.9);
	font-size: 14px;
}

.footer_bottom .col-md-9 span a {
	color: #fff;
	padding: 0 5px;
}

.footer_bottom .col-md-3 {

	color: rgba(255, 255, 255, 0.5);
}

/*关于我们*/
.list_positon {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.list_positon .container {
	background: url(../images/icon1.png) no-repeat left center;
	line-height: 62px;
	font-size: 14px;
	color: #7F777F;
	padding-left: 20px;
}

.list_page {
	padding-top: 30px;
}

.list_positon .container a {
	color: #7F777F;
}

.list_left_item .title h2 {
	font-size: 24px;
	color: #D0D0D0;
	font-weight: 600;
	margin-bottom: 8px;
}

.list_left_item .title h3 {
	color: #707070;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.list_left_item .list_item ul li {
	background: rgba(0, 0, 0, 0.08);
	margin-top: 10px;
	text-indent: 8px;
}

.list_left_item .list_item ul li.active {
	background: #07A5B0;
}

.list_left_item .list_item ul li.active a {
	color: #fff;
}

.list_left_item .list_item ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #9D9D9D;
	line-height: 20px;
	display: block;
	position: relative;
	line-height: 36px;
}

.list_left_item .list_item ul li i {
	font-size: 12px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translate(0, -50%);
}

.aricle_article article {
	font-size: 14px;
	line-height: 2;
	color: #717171;
}

/*分公司*/
.list_compay ul li {
	margin-bottom: 30px;
}

.list_compay ul li .item {
	background: url(../images/glogo.png) no-repeat top 12px right 19px #FFFFFF;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.12);
	border-radius: 17px;
	min-height: 156px;
	box-sizing: border-box;
	padding: 30px
}

.list_compay ul li .item h2 {
	font-size: 20px;
	font-weight: 600;
	color: #07A5B0;
	margin-bottom: 20px;

}

.list_compay ul li .item h3 {
	font-size: 24px;
	color: #666666;
	line-height: 29px;
	letter-spacing: 2px;
	background: url(../images/icon2.png) no-repeat left center;
	padding-left: 30px;
	font-weight: 600;
}

.list_compay ul li .item p {
	padding-top: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 14px;

}

/*案例*/
.list_case li {
	margin-bottom: 30px;
}

.list_case .thumb {
	width: 263px;
	height: 197px;
	float: left;
	margin-right: 24px;
	overflow: hidden;
}

.list_case .thumb img {
	width: 100%;
}

.list_case .txt {
	float: left;
	width: 683px;
	height: 197px;
	position: relative;
}

.list_case .txt h2 {
	font-size: 20px;
	font-weight: 600;
	color: #666666;
	line-height: 2;
}

.list_case .txt p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 1.8;
	padding-top: 5px;
}

.list_case .txt .more {
	width: 96px;
	height: 28px;
	border: 1px solid #07A5B0;
	font-size: 14px;
	font-weight: 500;
	color: #07A5B0;
	line-height: 28px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.list_case .txt a:hover h2 {
	color: #07A5B0;
}

.dede_pages {
	border-top: 1px dashed rgba(0, 0, 0, 0.2);
	text-align: center;
	padding: 30px 0;
}

.dede_pages ul {}

.dede_pages ul li {
	padding: 0 10px;
	display: inline-block;
	line-height: 2;
	border: 1px solid #d8d8d8;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
}

.dede_pages ul li a {
	color: #333;
	display: block;
}

.dede_pages ul li a:hover {
	color: #009599;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
	border-color: #009599;
	color: #009599;
}

/*文章*/
.article_infos {
	padding-top: 30px;
}

.article_infos .title h1 {
	font-size: 24px;
	font-weight: 500;
	color: #666666;
	text-align: center;
	padding: 10px 0;
}

.article_infos .title .time {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	color: #999999;
}

.article_text {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	line-height: 2;
	padding: 30px 0;
}

.article_page {
	border-top: 1px dashed #f0f0f0;
	padding: 30px 0;
}

.article_page a {
	font-size: 14px;
	color: #9ea7ad;
	line-height: 2
}

/*机构*/
.list_agency li {
	/* max-height:200px; */
	position: relative;
	margin-bottom: 30px;
}

.list_agency li img {
	width: 100%;
}

.list_agency li p {
	position: absolute;
	background: rgba(7, 165, 176, 0.9);
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding: 10px 15px;
	right: 23px;
	bottom: 28px;

}

.list_agency li p i {
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	background: #FFFFFF;
	border-radius: 50%;
	font-size: 12px;
	color: #07A5B0;
	position: relative;
	margin-left: 30px;
}

.list_expert {
	background: rgba(0, 0, 0, 0.05);
	margin-top: 30px;
}

.list_expert .title {
	text-align: center;
}

.list_expert .title h1 {
	font-size: 30px;
	color: #333;
	font-weight: 600;
	padding: 50px 0 15px 0;
}

.list_expert .title h1 span {
	color: #07A5B0;
}

.list_expert .title h3 {
	font-size: 18px;
	font-weight: 600;
	color: #D0D0D0;
}

.list_expert ul {
	padding-top: 50px;
}

.list_expert ul li {
	width: 138px;
	float: left;
	margin-left: 45px;
	margin-bottom: 30px;
}

.list_expert ul li h3 {
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_dyitemtit {
	background: #07A5B0 url(../images/dyunlogo.png) no-repeat right center;
	background-size: 51px 50px;
	height: 61px;
	box-sizing: border-box;
	padding-left: 30px;
}

.list_dyitemtit h2 {
	color: #fff;
	font-size: 24px;
	line-height: 61px;
}

.list_dyitemtit h2 small {
	font-size: 18px;
	padding-left: 15px;
	color: #fff;
}

.list_dyitem ul {
	background: #F2F2F2;
	padding: 20px 0;
}

.list_dyitem li {
	text-align: center;
	font-size: 18px;
	color: #666;
	width: 50%;
	float: left;
	padding: 10px 0;
}

.list_dyitem li span {
	position: relative;
	padding: 0 10px;
}

.list_dyitem li span::before {
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translate(-50%, 0);
	background: #D8D8D8;
}

.zyunliucheng {}

.zyunliucheng p {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 2;
}

.zyunserver h3 {
	font-size: 18px;
	color: #666;
	padding-bottom: 10px;
}

.zyunserver p {
	font-size: 14px;
	color: #ABA9A9;
	line-height: 1.5;
}

.zyunserver .col-md-4 {
	padding-right: 0;
}

.zyunserver .col-md-6 {
	padding-bottom: 40px;
}

.zybiaozhun h3 {
	padding-top: 10px;
	font-size: 20px;
	color: #FF953F;
	padding-bottom: 20px;
}

.zybiaozhun p {
	color: #666;
	font-size: 14px;
	line-height: 2;
}

.zyjihua img {
	margin-bottom: 20px;
}

.zyjihua p {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 1.5;
}

.list_yuezi h1 {
	color: #07A5B0;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
}

.article_ifos p {
	text-indent: 2em;
	color: #666;
	font-size: 14px;
	line-height: 2;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	padding-bottom: 20px;
}

.yunzi-dili h3 {
	text-align: center;
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #666666;
	padding: 10px 0;
}

.yunzi-dili p {
	font-size: 12px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 1.8;
}
.yuezi_qument .row p{
	padding-top:10px;
}
.yuezi_qument p {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 1.8;
}

.yuezi_qument h3 {
	text-align: center;
	font-size: 18px;
	color: #666;
	font-weight: 600;
	padding: 10px 0;
}

/* .abluo_about {
	padding-bottom: 30px;
} */

.abluoabout article {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 2;
	padding-top: 20px;
}
.taituotitle{
	padding:20px 0;
}
.taituotitle h2 {
	position: relative;
	text-align: center;
}

.taituotitle h2::after {
	width: 100%;
	height: 1px;
	background-color: #DFDFDF;
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.taituotitle h2 span {
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #07A5B0;
	line-height: 1.5;
	display: inline-block;
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 0 10px;
}

.abluoItem {
	text-align: center;
}

/* .abluoItem ul {
	padding: 30px 0;
} */

.abluoItem ul li {
	width: 208px;
	display: inline-block;
	margin: 0 14px;
}

.abluo-equment h3 {
	color: #F88B5B;
	font-size: 16px;
	line-height: 2;
}

/* .abluo-equment .row,
.abluo-tixi .row {
	padding-top: 30px;
	padding-bottom: 30px;
} */

.abluo-equment p {
	font-size: 14px;
	color: #ABA9A9;
	line-height: 2;
	padding-bottom: 10px;
}

.abluo-tixi p {
	font-size: 14px;
	color: #666;
	line-height: 2.2;
	position: relative;
	padding-left: 10px;
}

.abluo-tixi p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, 0);
	width: 5px;
	height: 5px;
	background: #F88B5B;
	border-radius: 50%;
}

.abluo-tixi .col-md-8 {
	padding-right: 0;
}

.abluo-tixi .col-md-4 {
	text-align: right;
}

@media only screen and (min-width: 1000px) and (max-width: 2000px) {}

@media only screen and (max-width: 1800px) {}

@media only screen and (max-width: 1420px) {
	.header-phone {
		font-size: 24px;
	}

	.header-phone span {
		background-size: 22px auto;
		padding-left: 30px;
	}

	.col-md-3 {
		width: 18%;
	}
}

@media only screen and (max-width: 1100px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 768px) and (min-width: 768px) {}

@media only screen and (max-width:600px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 479px) and (min-width: 321px) {
	html {
		font-size: 70px;
	}
}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 411px) {}

@media only screen and (max-width: 384px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 360px) {}

@media only screen and (max-width: 320px) {
	html {
		ont-size: 60px;
	}


}