* {
	padding: 0;
	margin: 0;
}

html {
	font-family: "Microsoft YaHei", 微软雅黑;
}
ul li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
/* li横向排列 */
.xa {
	overflow: hidden;
}
.xa li{
	float: left;
}
.xLine{
	width: 100%;
	height: 1px;
	border-top: 1px solid #000000;
}
/* 其他字体 */
.fontFamily{
	font-family: verdana;
}
.clear{
	clear: both;
}

/* 取消横向滚动 */
/* html,
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	overflow-y: auto;
} */
.title {
	margin-bottom: 5.625rem;
}
/* 最小宽度 */
.backgroung1{
	min-width: 1200px;
}

.title h1 {
	font-size: 3.5625rem;
	font-weight: 500;
	margin-bottom: 3.125rem;
}

.title p {
	font-size: 1.875rem;
	color: #999999;
}
.main {
	width: 75rem;
	margin: 0 auto;
}

.container {
	position: relative;
}

.liebiao {
	display: none;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 1.5rem;
	left: 1.125rem;
	z-index: 9998;
}

.nav {
	position: absolute;
	top: 2.1875rem;
	left: 0;
	right: 0;
	height: 2.8125rem;
	min-width: 1200px;
	background: -ms-linear-gradient(#FDB606, #FFA40D);
	/* filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FDB606, endColorstr=#FFA40D); */
	/*IE<9>*/
	background-color: #fcedd8;
	z-index: 999;
}

.nav .main {
	/* display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 2.8125rem; */
	/* padding-left: 1rem; */
	height: 2.81rem;
}

.nav .main a {
	text-decoration: none;
	font-size: 1.125rem;
	color: #333333;
	display: inline-block;
	height: 1.25rem;
	line-height: 1.25rem;
	margin-top: -1.25rem;
	border-right: 1px solid #999999;
	width: 15%;
	text-align: center;
}
.nav .main a .xLine{
	display: none;
	width: 50%;
	height: 0.125rem;
	background-color: #aa0000;
	margin: 0 auto;
	margin-top: 9px;
}
.nav .main a:nth-child(6) {
	border: none;
}

.nav .main .red {
	color: #aa0000;
	font-weight: 600;
}

.nav span {
	display: inline-block;
	width: 0.0625rem;
	height: 1.875rem;
	/* border-left: 0.0625rem solid #999999; */
	/* margin-left: 4.0625rem;
	margin-right: 3.75rem; */
	/* margin-top: 0.625rem; */
}
.nav .main a:hover{
	color: #aa0000;
}
.nav .main a:hover .xLine{
	display: block;
}
.img {
	position: relative;
}

.img .backgroung1 {
	height: 2.1875rem;
	/* width: 75rem; */
}

.img .backgroung1 .backgroung1-text {
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
	height: 1.5rem;
	width: 75rem;
	margin: 0 auto;
}

.img .backgroung1 .backgroung1-text ul {
	height: 35px;
	line-height: 35px;
}

.backgroung1 .backgroung1-text ul li {
	float: left;
	list-style-type: none;
}

.backgroung1 .backgroung1-text ul li a {
	font-size: 1.2125rem;
	text-decoration: none;
	color: #666666;
}

.backgroung1 .backgroung1-text ul li:nth-child(2) {
	font-size: 1.1rem;
	color: #666666;
	/* line-height: 2.4375rem; */
}

.backgroung1 .backgroung1-text ul li img {
	margin-top: 0.4375rem;
}

.img .backgroung1 .backgroung1-text p {
	margin-top: 0.5625rem;
}

.img .backgroung1 ul {
	float: right;
}

.img .backgroung1 .backgroung1-text p:nth-child(1) {
	margin-left: 0;
	float: left;
}

.img .backgroung1 .backgroung1-text p:nth-child(2) {
	float: right;
}

.img .backgroung1 .backgroung1-text p:nth-child(1)::after {
	clear: both;
}

.img .backgroung1 .backgroung1-text p:nth-child(2)::after {
	clear: both;
}

.img .backgroung1 p {
	/* font-size: 1.8125rem; */
}

.img .backgroung1 span {
	/* font-size: 1.8125rem; */
	color: #FFD236;
}

.img .backgroung1 span a {
	font-size: 1.8125rem;
	text-decoration: none;
	color: #FFD236;
}

.img .backgroung2 {
	display: none;
}

.img .backgroung {
	height: 43.75rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.img p {
	color: #FFFFFF;
	font-size: 0.875rem;
	margin-left: 2.5rem;
}

.img .button div {
	width: 31.25rem;
	height: 12.5rem;
	/* border-radius: 0.3125rem; */
	border-radius: 0.625rem;
	overflow: hidden;
}

.img .button .min-left {
	background: linear-gradient(to right, #0acf80, #00bb61);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0acf80, endColorstr=#00bb61);
	/*IE<9>*/
	-webkit-linear-gradient(left, #0acf80, #00bb61);
	background: -o-linear-gradient(to right, #0acf80, #00bb61);
	background: -moz-linear-gradient(to right, #0acf80, #00bb61);
}

.img .button-left {
	box-shadow: 0rem 0.125rem 0.5rem rgba(1, 190, 101, 0.74);
	float: left;
}

.img .button .min-right {
	background: linear-gradient(to right, #2892f6, #4656ee);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#2892f6, endColorstr=#4656ee);
	/*IE<9>*/
	-webkit-linear-gradient(left, #2892f6, #4656ee);
	background: -o-linear-gradient(to right, #2892f6, #4656ee);
	background: -moz-linear-gradient(to right, #2892f6, #4656ee);
}

.img .button-right {
	margin-left: 3.75rem;
	box-shadow: 0rem 0.125rem 0.5625rem rgba(42, 142, 246, 0.69);
	float: right;
}

.img .button-left p:nth-child(1) {
	font-size: 1.625rem;
	margin-top: 2.5rem;
	margin-bottom: 3rem;
}

.img .button-right p:nth-child(1) {
	font-size: 1.625rem;
	margin-top: 2.5rem;
	margin-bottom: 3rem;
}

.img .button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4rem;
	width: 66.25rem;
	margin: 0 auto;
}

.lunbo {
	margin-top: 2.5rem;
}

/* 品牌 */
.brand{
	/* width: 1200px; */
	height: 8.125rem;
	margin-top: 5.625rem;
}
.brand:after{
	clear: all;
}
.brand .top{
	float:  left;
}
.brand .bottom{
	float: left;
}
.brand .top{
	/* padding: 25px 41px 25px 178px ; */
	width: 32.375rem;
	height: 8.125rem;
	background-color: #674d44;
	color: #FFFFFF;
}
.brand .top h2{
	font-size: 30px;
	line-height: 54px;
	margin-top: 0.875rem;
	margin-left: 11.1875rem;
}
.brand .top ul{
	margin-left: 11.1875rem;
}
.brand .top ul li{
	font-size: 14px;
	line-height: 54px;
	margin-right: 0.9375rem;
}
.brand .top .xLine{
	border-top: 1px solid #71564c;
}
.brand .bottom{
	width: 40.1875rem;
	padding-left: 2.3125rem;
	padding-top: 0.625rem;
}
.brand .bottom h2{
	font-family: "Verdana";
	font-size: 72px;
	color: #989898;
}
.brand .bottom h2 span{
	color: #674d44;
}
.brand .bottom .text{ 
	width: 100%;
}
.brand .bottom .text{
	clear: both;
}
.brand .bottom .text p{
	float: left;
	font-size: 14px;
	color: #989898;
	margin-left: 0.375rem;
}
.brand .bottom .xLine{
	display: inline-block;
	border-top: 1px solid #989898;
	width: calc(100% - 20rem);
	float: left;
	margin-left: 0.625rem;
	margin-top: 0.625rem;
	/* width: 20rem; */
}

.models {
	/* width: 1200px; */
	margin-top: 3.75rem;
	margin-bottom: 3.75rem;
}

.models-main {
	overflow: hidden;
}

.models-main .models-card {
	float: left;
	width: 23.625rem;
	height: 24.1875rem;
	margin-right: 1.75rem;
	border: 1px solid #f0f0f0;
	margin-top: 1.25rem;
}
.no-marri{
	margin-right: 0 !important;
}


.models-card .text {
	/* margin-left: 1.875rem; */
}

.models-card p {
	font-size: 18px;
	margin-top: 2.1875rem;
	margin-left: 1.875rem;
}

.models-card img {
	width: 23.75rem;
	height: 18.75rem;
}

.models-card .red {
	font-size: 2.25rem;
	color: red;
	font-weight: 600;
}

/* 免费通话 */
.call {
	/* width: 100%; */
	min-width: 1200px;
	height: 14.875rem;
	background-image: url(../images/telBack.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* margin-top: 3.125rem; */
	padding-top: 3.75rem;
	/* background-color: #444444; */
}
.call img {
	margin-top: 3.125rem;
	height: 8.125rem;
}

.call .left input {
	position: relative;
	right: -7.5rem;
	display: inline-block;
	background-color: #fff;
	height: 2.375rem;
	width: 38.75rem;
	border-radius: 1.25rem;
	margin-left: -7.1875rem;
	color: #999999;
	font-size: 1.125rem;
	padding-left: 1.25rem;
	border: 1px solid transparent;
}

.call .left span {
	display: inline-block;
	text-align: center;
	margin-left: 8.125rem;
	width: 9.5625rem;
	height: 2.25rem;
	border-radius: 1.125rem;
	/* line-height: 36px; */
	background-color: rgba(27,27,27,0.5);
	/* opacity: 0.5; */
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
}
.call .right button {
	background-color: #21AD35;
	width: 9.375rem;
	height: 2.5rem;
	position: absolute;
	border-radius: 1.25rem;
	color: #fff;
	border: none;
	outline: none;
	font-size: 1.125rem;
	font-weight: 700;
	margin-left: 50rem;
	margin-top: -2.5rem;
}
.call .call-text{
	text-align: center;
}
.call .call-text p{
	font-size: 29px;
	line-height: 6.25rem;
	color: #d2b991;
}
.call .call-text h2{
	color: #FFFFFF;
	font-size: 36px;
	line-height: 1.625rem;
}
.call .call-text h2 span{
	color: #dd1313;
	font-size: 48px;
}
/* 关于我们 */
.aboutUs{
	/* overflow: hidden; */
	min-width: 1200px;
	background-color: #f8f8f8;
	/* margin-top: 5.625rem; */
	padding-top: 5.625rem;
	padding-bottom: 5.625rem;
}
.aboutUs .left{
	position: relative;
	float: left;
	width: 36.3125rem;
}
.aboutUs .left h1{
	position: absolute;
	top: 1.75rem;
	left: 0;
	font-size: 72px;
	line-height: 32px;
	/* font-weight: 700; */
	color: #999999;
	z-index: 999;
	padding-left: 3rem;
}
.aboutUs .left h1 span{
	color: #674d44;
}
.aboutUs .left .text h2{
	font-size: 36px;
	font-weight: 400;
}
.aboutUs .left .text{
	position: absolute;
	top: 3.4375rem;
	left: 0;
	background-color: #FFFFFF;
	width: 42.6875rem;
	height: 27.5625rem;
	font-size: 16px;
	line-height: 32px;
	padding-top: 5.25rem;
	padding-left: 3.25rem;
	padding-right: 3.25rem;
}
.aboutUs .left .text h2{
	/* margin-top: 84px; */
	margin-bottom: 7.625rem;
}
.aboutUs .right{
	float: right;
	/* width: 50%; */
}
.aboutUs .right img{
	display: block;
	width: 38.6875rem;
	height: 38.875rem;
}
/* 我们的优势 */
.fsTitle{
	position: relative;
	/* margin-top: 5.625rem; */
	height: 15rem;
	min-width: 1200px;
	/* background-color: #666666; */
	/* background-image: url(../images/strengthsBack.jpg); */
}
.fsTitle .img{
	float: left;
	width: 56%;
	height: 100%;
}
.fsTitle .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.fsTitle .text{
	float: left;
	/* position: absolute;
	top: 0;
	left: 56%; */
	width: 42%;
	height: 100%;
	padding-left: 2%;
	background-color: #674d44;
}
.fsTitle .text h1{
	font-size: 72px;
	/* line-height: 32px; */
	line-height: 153px;
	color: #999999;
}
.fsTitle .text h1 span{
	color: #FFFFFF;
}
.fsTitle .text p{
	font-size: 36px;
	color: #FFFFFF;
}

.why {
	margin-top: 5.625rem;
	margin-bottom: 5.625rem;
}

.why-list1-item {
	float: left;
	background-color: #FFFFFF;
	width: 23.6875rem;
	height: 31.1875rem;
	margin-right: 1.875rem;
	background-color: #fcedd8;
}
.why-list1-item img{
	display: inline-block;
	width: 23.75rem;
	height: 18.0625rem;
}

.why .why-list1 {
	overflow: hidden;
}
.why-item-text{
	/* padding-top: 50px; */
	padding-left: 3.125rem;
}
.why-item-text h2{
	font-weight: 400;
	font-size: 36px;
	color: #333333;
	line-height: 105px;
}
.why-item-text p {
	font-size: 18px;
	line-height: 32px;
	color: #666666;
}

.why-item-text span {
	
}
/* 评价 */
.evaluation{
	position: relative;
	height: 55rem;
	min-width: 1200px;
	/* background-color: #6c554a; */
	margin-top: 5.625rem;
	background-image: url(../images/pjBack.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.evaluation .evaluation-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	
	width: 91.75rem;
	height: 42.5rem;
	background-color: rgba(220,215,213,0.7);
	/* opacity: 0.7; */
}
@media screen and (max-width:1470px) {
	
	.evaluation .evaluation-box{
		width: 75rem;
	}
}
.evaluation .item{
	overflow: hidden;
}
.evaluation .item h1{
	font-size: 36px;
	margin-top: 3.5625rem;
	margin-bottom: 3.75rem;
	color: #333333;
	font-weight: 400;
}
.evaluation .item .item-list{
	float: left;
	width: 20rem;
	height: 27.625rem;
	margin-right: 1.875rem;
	background-color: #f8f8f8;
	padding: 0 1.875rem;
}
.evaluation .item .item-list img{
	display: block;
	width: 4.375rem;
	height: 4.375rem;
	margin: 5.9375rem auto 2.5rem auto;
}
.evaluation .item .item-list p{
	font-size: 30px;
	text-align: center;
	margin-bottom: 2.375rem;
}
.evaluation .item .item-list span{
	display: block;
	width: 100%;
	font-size: 1rem;
	line-height: 2rem;
}


.location{
	/* margin-top: 5.625rem; */
	min-width: 1200px;
	padding-top: 5.625rem;
	padding-bottom: 5.625rem;
	background-color: #f5f7f9;
}
.contact-box-from {
	position: relative;
}

.contact-box-from .contact-box-from-right {
	position: absolute;
	top: 0;
	right: 0;
}

.contact-box-from form {
	/* display: flex;
	flex-direction: column; */
	/* overflow: hidden; */
	/* margin-top: -0.3125rem; */
}

.contact-box-from form div {
	position: relative;
	margin-bottom: 1.8125rem;
}

.contact-box-from form div:nth-child(1) {
	height: 6.6875rem;
}

.contact-box-from form div:nth-child(2) {
	height: 2.5rem;
}

.contact-box-from form div:nth-child(3) {
	height: 2.5rem;
}

/* .contact-box-from form div:nth-child(1) img {
	position: absolute;
	top: 0;
	left: 0;
} */
.contact-box-from form div:nth-child(1) textarea {
	position: absolute;
	top: 0;
	left: 110px;
}

.contact-box-from form div input {
	position: absolute;
	top: 0;
	left: 110px;
}

.contact-box-from input {
	background: none;
	outline: none;
	border: none;
}

.contact-box button {
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
}

.contact-box-from form textarea {
	background: none;
	outline: none;
	border: none;
	resize: none;
	border: 0.0625rem solid #d3d3d3;
	border-radius: 0.625rem;
	border-top-left-radius: 0;
	overflow: auto;
	height: 6.6875rem;
}

.contact-box-from form input {
	border: 0.0625rem solid #d3d3d3;
	background-color: transparent;
	border-radius: 0.625rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 2.5rem;
	line-height: 2.5rem;
	width: 20.625rem;
}

.contact-box-from form label:nth-child(1) {
	margin-top: -0.3125rem;
}

.contact-box-from form label:nth-child(2) {
	margin-top: 1.875rem;
}

.contact-box-from form label:nth-child(3) {
	margin-top: 1.875rem;
}

.contact-box-from-right .box {
	border: 0.0625rem solid #d3d3d3;
	border-radius: 0.625rem;
}

.contact-box-from-right .top {
	overflow: hidden;
}

.contact-box-from-right .top .left {
	width: 19.0625rem;
	height: 15.625rem;
	float: left;
	text-align: center;
}

.contact-box-from-right button {
	width: 10.625rem;
	height: 3.25rem;
	border-radius: 0.625rem;
	background-image: linear-gradient(to right, #2991F6, #4656EE);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#2991F6, endColorstr=#4656EE);
	/*IE<9>*/
	font-size: 1.125rem;
	color: #FFFFFF;
	overflow: hidden;
}

.contact-box-from-right .left button {
	margin-top: 3.75rem;
	margin-bottom: 2.375rem;
}

.contact-box-from-right p,
	{
	line-height: 1.6875rem;
}

.contact-box-from-right li {
	line-height: 2.3125rem;
}

.contact-box-from-right .top .right {
	float: right;
	width: 23.25rem;
	height: 15.625rem;
	text-align: center;
	margin-left: 1.6875rem;
}

.contact-box-from-right .top .right input {
	width: 15.625rem;
	height: 2.3125rem;
	border: 0.0625rem solid #d3d3d3;
	border-radius: 0.625rem;
	margin-top: 2.125rem;
	margin-bottom: 0.9375rem;
}

.contact-box-from-right .top .right button {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}

.contact-box-from-right .bottom {
	padding: 1.25rem 1.875rem;
	margin-top: 1.6875rem;
}

.contact-box-from-right .bottom div {
	margin-left: 4.375rem;
	color: #666666;
}

.contact-box-bottom {
	margin-top: 3.125rem;
}

.contact-box-bottom .button {
	width: 21.25rem;
	margin: 0 auto;
}

.contact-box-bottom .button button {
	width: 8.125rem;
	height: 3.125rem;
	border-radius: 0.625rem;
	color: #FFFFFF;
	font-size: 1.875rem;
	box-shadow: 0rem 0.125rem 0.5rem rgba(51, 51, 51, 0.5);
}
.contact-box-bottom .button button:nth-child(1){
	float: left;
}
.contact-box-bottom .button button:nth-child(2){
	float: right;
}

.bottom-nav {
	background-color: #333333;
	padding-top: 2.5rem;
	padding-bottom: 3.125rem;
	min-width: 1200px;
	/* margin-top: 5.625rem; */
}

.bottom-nav .top {

	line-height: 2.8125rem;
	width: 31.25rem;
	padding-left: 1rem;
	text-align: center;
	margin: 0 auto;
}

.bottom-nav .top a {
	display: inline-block;
	height: 1.0625rem;
	line-height: 0.9375rem;
	text-decoration: none;
	color: #444444;
	border-right: 0.0625rem solid #444444;
	padding-left: 10px;
	padding-right: 10px;
}


.bottom-nav .top span {
	display: none;
}

.bottom-nav .bottom p {
	color: #444444;
	text-align: center;
}

.contact-box-from-left {
	position: relative;
}
.contact-box-from-left .logo{
	display: block;
	width: 30.375rem;
	height: 17.25rem;
	margin-top: 10px;
}
.contact-box-from-left .rx {
	position: absolute;
	top: 11.125rem;
	left: 10.9375rem;
	color: #2892f6;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	background-image: linear-gradient(to right, #2892f6, #4656ee);
	/* filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#2991F6, endColorstr=#4656EE); */
	/*IE<9>*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* background-clip: text; */
	-ms-text-fill-color: transparent;
	
}

.contact-box-from-left .rx span {
	font-size: 1.5rem;
	font-weight: 600;
}

textarea {
	padding-left: 1.25rem;
}

input {
	padding-left: 1.25rem;
}



/* @media screen and (max-width:1200px) and (min-width:1060px) {
	.main {
		width: 50rem;
	}
	.nav .main {
		
		padding: 0;
	}
	.nav .main a {}
	.nav span {
	}

	.img .backgroung1 {
	}

	.img .backgroung1 .backgroung1-text {
		height: 1.5rem;
		width: 50rem;
		margin: 0 auto;
	}

	.contact-box-from-right .top {
		height: 32.1875rem;
	}

	.contact-box-from-right .top .left {
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
		float: none;
	}

	.contact-box-from-right .top .right {
		position: absolute;
		right: 0;
		top: 16.8125rem;
		width: auto;
	}

	.contact-box-from {
		position: relative;
		padding-bottom: 15.625rem;
	}

	.contact-box-from-right .bottom {
		width: 740px;
	}

	.img .button {
		width: 66.25rem;
	}

	.call .left input {
		width: auto;
	}

	.call .right button {
		margin-left: 27.8125rem;
	}

	.ours-main .list-item {
		margin-top: 0.625rem;
	}

	.why-list1-item {
		margin-top: 0.625rem;
	}

	.why-list2-item img {
		width: 50rem;
	}

	.evaluation-list-item {
		margin-top: 2.1875rem;
	}

	.contact-box-from-right .top .box {
		width: 18.75rem !important;
	}

	.contact-box-from-right .top .right {
		margin-left: 0;
	}
} */

/* @media screen and (max-width:1060px) {

	.nav {
		width: 66.25rem;
	}

	.lunbo #container1 {
		width: 66.25rem;
	}

	.call {
		width: 66.25rem;
	}

	.why {
		width: 66.25rem;
	}

	.lunbo #container1 {
		width: 66.25rem;
	}

	.main {
		width: 50rem;
	}

	.nav .main {

		padding: 0;
	}

	.img .backgroung1 {
		width: 66.25rem;
	}

	.img .backgroung1 .backgroung1-text {
		height: 1.5rem;
		width: 50rem;
		margin: 0 auto;
	}

	.contact-box-from-right .top {
		height: 32.1875rem;
	}

	.contact-box-from-right .top .left {
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
		float: none;
	}

	.contact-box-from-right .top .right {
		position: absolute;
		right: 0;
		top: 16.8125rem;
		width: auto;
	}

	.contact-box-from {
		position: relative;
		padding-bottom: 15.625rem;
	}

	.contact-box-from-right .bottom {
		width: 740px;
	}

	.img .button {
		width: 66.25rem;
	}

	.call .left input {
		width: auto;
	}

	.call .right button {
		margin-left: 27.8125rem;
	}

	.ours-main .list-item {
		margin-top: 0.625rem;
	}

	.why-list1-item {
		margin-top: 0.625rem;
	}

	.why-list2-item img {
		width: 50rem;
	}

	.evaluation-list-item {
		margin-top: 2.1875rem;
	}

	.contact-box-from-right .top .box {
		width: 18.75rem !important;
	}

	.contact-box-from-right .top .right {
		margin-left: 0;
	}

	.bottom-nav {
		width: 66.25rem;
	}
}
 */