*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	font-size: 15px;
	font-family: "Microsoft YaHei", Arial;
}
body{
	min-width: 1024px;
}
td{
	padding:5px 10px;
	line-height: 24px;
}
/*body{
	min-width: 1360px;
}*/
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
/*img{
	width: 100%;
}*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 0px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius:0px;
    border-radius: 0px;
    background: rgba(0,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.8);
}

/*取消A默认点击背景色*/
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
/*引入字体*/
@font-face{
	font-family: fzzt;
	src:url(../images/fzchs.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
.ch10{
	margin-top:10% ;
}
.ch20{
	margin-top:20% ;
}
.ch30{
	margin-top:30% ;
}
.ch40{
	margin-top:40% ;
}
.ch50{
	margin-top:50% ;
}
.ch60{
	margin-top:60% ;
}
.ch65{
	margin-top:65% ;
}
.ch70{
	margin-top:70% ;
}
.ch75{
	margin-top:75% ;
}
.ch80{
	margin-top:80% ;
}
.ch85{
	margin-top:85% ;
}
.ch90{
	margin-top:90% ;
}
.ch100{
	margin-top:100% ;
}
.ch110{
	margin-top:110% ;
}
.ch120{
	margin-top:120% ;
}
.ch125{
	margin-top:125% ;
}
.mgtop30{
	margin-top: 30px;
}
/*顶部公用样式*/
.topbox{
	position: fixed;
	width: 100%;
	height: 105px;
	background: #fff;
	z-index: 3000;
	border-bottom: 1px solid rgba(0,0,0,.1);
	transition:all 0.5s ease;
}
.topbox.upstyle{
	height: 85px;
	background: #059c79;
	border-bottom: 1px solid rgba(255,255,255,.6);
}
.topbox .topnrbox{
	position: relative;
	width: calc(100% - 60px);
	max-width: 1560px;
	margin: 0 auto;
	height: 100%;
	transition: all 0.8s ease;
	opacity: 0;
	top: 0px;
}
.topbox.active .topnrbox{
	opacity: 1;
	top: 0px;
	transition-delay: 0s;
}
.topbox .topnrbox .logobox{
	position: absolute;
	width: 50%;
	min-width: 400px;
	height: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
}
.topbox.upstyle .topnrbox .logobox{
	height: 70px;
}
.topbox .topnrbox .logobox .logo{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	background: url(../images/logo.png)left center  no-repeat;
	background-size:100% auto ;
	transition:0.3s ;
}
.topbox.upstyle .topnrbox .logobox .logo{
	width: 70px;
	height: 70px;
	background: url(../images/logo2.png)left center  no-repeat;
	background-size:100% auto ;
}
.topbox .topnrbox .logobox .name{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.topbox .topnrbox .logobox .name h1{
	font-size: 31px;
	line-height: 44px;
	color: #059c79;
	font-weight: normal;
	font-family: fzzt;
	transition:0.3s;
	letter-spacing: -1px;
}
.topbox.upstyle .topnrbox .logobox .name h1{
	font-size: 28px;
	line-height: 40px;
	color: #fff;
}
.topbox .topnrbox .logobox .name h2{
	font-size: 13px;
	line-height: 16px;
	color: #51897c;
	font-weight: normal;
	font-family: "times new roman";
	text-transform: uppercase;
	transition:0.3s;
	letter-spacing: -0.1px;
}
.topbox.upstyle .topnrbox .logobox .name h2{
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.5px;
	color: rgba(255,255,255,.7);
	letter-spacing: -0.3px;
}


.topbox .right{
	position: absolute;
	display: block;
	width: 105px;
	height: 40px;
	top: 0px;
	right: 0px;
	z-index: 500;
	text-align: left;
	top: 50%;
	margin-top: -20px;
}
.topbox .right .rbtnbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 40px;
	width: 50px;
	cursor: pointer;
	opacity: 1;
	transition:all 0.3s ease;
	text-align: center;
}
.topbox .right .rbtnbox .icobox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 40px;
	top:11px;
	overflow: hidden;
	text-align: center;
}
.topbox .right .rbtnbox .icon {
	display: block;
	position: relative;
	display: inline-block;
	height: 40px;
	width: 25px;
	z-index: 100;
	margin-top: 0px;
	overflow: hidden;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
	transition: all 0.3s;
}

/*.topbox .right .rbtnbox:hover .icon {
	margin-top: -10px;
}*/
.topbox .right .rbtnbox .icon .icon {
	width: 25px;
	height: 20px;
	display: block;
	position: relative;
	top: 0px;
	background: url(../images/search.png) center no-repeat; 
	background-size:auto 20px;
	transition: all 0.3s;
}
.topbox .right .rbtnbox:hover .icon .icon {
	background: url(../images/search3.png) center no-repeat; 
	background-size:auto 20px;
}
.topbox.upstyle .right .rbtnbox .icon .icon,
.topbox.upstyle .right .rbtnbox:hover .icon .icon  {
	background: url(../images/search2.png) center no-repeat; 
	background-size:auto 20px;
}
.topbox .right .rbtnbox .zi{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	bottom: -15px;
	opacity: 0;
	transition:all 0.3s ease;
}
.topbox.upstyle .right .rbtnbox .zi{
	color: #fff;
}
.topbox .right .rbtnbox.active .zi{
	opacity: 1;
} 


.wap-menubt{
	position: absolute;
	width: 50px;
	height: 40px;
	z-index: 2000;
	background: rgba(0,0,0,0);
	cursor: pointer;
}
.wap-menubt .open,.wap-menubt .close{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -10;
}
.wap-menubt .open.active,
.wap-menubt .close.active{
	z-index: 2000;
}

.wap-menubt .t1,.wap-menubt .t2,.wap-menubt .t3{
	position: absolute;
	width: 22px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	background: #333;
	transition:all 0.2s;
}


.topbox.upstyle .wap-menubt .t1,.topbox.upstyle .wap-menubt .t2,.topbox.upstyle  .wap-menubt .t3{
	background: #fff;
	transition:all 0.2s;
}

.wap-menubt:hover .t1,.wap-menubt:hover .t2,.wap-menubt:hover .t3{
	background: #059c79;
}
.wap-menubt.active{
	position: fixed;
	/*background: #7d1a15;*/
	z-index: 3000;
}
.wap-menubt .t1{
	margin-top: -9px;
}
.wap-menubt .t1.active{
	transform: rotate(-45deg);
	margin-top: -0px;
	background: #059c79;
	width: 30px;
	margin-left: -15px;
}
.wap-menubt .t2{
	margin-top: -0px;
}
.wap-menubt .t2.active{
	background: #059c79;
	width: 30px;
	opacity: 0;
}
.wap-menubt .t3{
	margin-top: 9px;
}
.wap-menubt .t3.active{
	transform: rotate(45deg);
	margin-top: 0px;
	background: #059c79;
	width: 30px;
	margin-left: -15px;
}

.kssearch-form {
	transition:all 0.3s ease;
	position: absolute;
	top: 72px;
	right: 50px;
	width: 300px;
	max-height: 0;
	overflow: hidden;
	z-index: 100;
	border:1px solid rgba(0,0,0,.0)
}
.kssearch-form.upstyle {
	top: 63px;
}
.kssearch-form.gdstyle {
	top: 60px;
}
.ksstel-form.gdstyle {
	top: 60px;
}
.kssearch-form.active {
	max-height: 85px;
	border:1px solid #059c79;
}

.kssearch-form fieldset {
	position: relative;
	margin: 0 50px 0 0;
	padding: 0;
	border: none;
}
.kssearch-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 50px;
}
.kssearch-form input[type="search"] {
	width: 100%;
	padding: 0 5px 0 22px;
	background: rgba(255,255,255,.8);
	border: none;
	font-family: "微软雅黑";
	color: #333;
}
.kssearch-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #059c79;
	border: none;
	cursor: pointer;
}
.wapmenubox{
	position: fixed;
	width: 100%;
	height: calc(100% - 105px);
	z-index: 2500;
	top: 105px;
	left: 0;
	overflow: hidden;
	opacity: 0;
	z-index: -100;
	transition:all 0.3s ease;
	background: #f3faf8;
}
.wapmenubox.upstyle{
	height: calc(100% - 85px);
	top: 85px;
}
.wapmenubox.active{
	opacity: 1;
	z-index: 2000;
	transition:all 0.3s ease;
}
.wapmenubox .menulogobox{
	position: absolute;
	width:100%;
	height: 85px;
	top: 0;
	left: 0;
	background:#fffcf7;
	border-bottom: 1px solid rgba(0,0,0,.2);
	z-index: 500;
	transition:all 0.3s ease;
}
.wapmenubox .menulogo{
	position: absolute;
	width: 50%;
	max-width: 246px;
    height: 52px;
	top: 20px;
	left: 50px;
	background: url(../images/logo.png) center left no-repeat;
	background-size: auto 100%;
}
.wapmenubox .mbox{
	position: relative;
    width: calc(100% - 60px);
    max-width: 1560px;
    margin: 0 auto;
    height: 100%;
	transition: all 0.3s;
	overflow-y:auto ;
	border-top: 1px solid #e6f5f1;
}
.wapmenubox .mbox.gdstyle{
	top: 60px;
}
.wapmenubox .mbox li{
	position: relative;
	width: calc(100% - 65px);
	height: auto;
	left: 65px;
	border-bottom:1px dashed rgba(0,0,0,.05) ;
	overflow: hidden;
	padding: 20px 10px;
}

.wapmenubox .mbox li .biglm{
	position: relative;
	float: left;
	width: 200px;
	height: 40px;
	font-size: 18px;
	color: #27c8a3;
	text-align: center;
	line-height: 40px;
	transition:all 0.3s ease;
	font-weight: 700;
}
.wapmenubox .mbox li .biglm:hover{
	color: #059c79;
}
.wapmenubox .mbox li .biglm:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 25px;
	margin-top: -5px;
	background: #27c8a3;
	border-radius: 5px;
}
.wapmenubox .mbox li .biglm:after{
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	right: 25px;
	margin-top: -7px;
	background: url(../images/rrr.png) center no-repeat;
	background-size: auto 100%;
}
.wapmenubox .mbox li .homebt:after{
	display: none;
}

.wapmenubox .mbox li .smalm-all{
	position: relative;
	float: left;
	width: calc(100% - 200px);
	height: auto;
	margin-top: 2px;
}
.wapmenubox .mbox li .smalm-all .smalm{
	position: relative;
	float: left;
	width: 120px;
	height: 100%;
	font-size: 16px;
	color: #666;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-right: 5px;
	transition:all 0.3s ease;
	margin-bottom: 4px;
}
.wapmenubox .mbox li .smalm-all .smalm:hover{
	color: #fff;
	background: #059c79;
}

.wapmenubox .mbox li .zi{
	position: absolute;
	width: 100%;
	height: 25px;
	top: 17px;
	left: 0px;
	line-height: 25px;
	padding-left: 80px;
	font-size: 16px;
	color: #666;
}
.wapmenubox .mbox li .zi:hover{
	color: #008bd7;
}

.nav_menu3 ul,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
	margin: 0;
	padding: 0;
 	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav_menu3 {
	display: block;
	position: relative;
	width: calc(100% - 650px);
    margin-left: 550px;
	height: 105px;
	text-align: center;
	z-index: 1000;
	transition: 0.3s;
}
.nav_menu3.closestyle {
	opacity: 0;
	z-index: -1000;
}
.nav_menu3.upstyle {
	height: 85px;
}
.nav_menu3 li{
	width: 14%;
	min-width: 100px;
	position: relative;
	display: inline-block;
	text-align: center;
	margin-left: -2px;
	margin-right: -2px;
}

.nav_menu3 > ul > li > a {
	line-height: 105px;
	color: #333333;
	transition: 0.5s;
	font-size: 17px;
}
.topbox.upstyle .nav_menu3 > ul > li > a {
	color: #fff;
}
.nav_menu3.upstyle > ul > li > a {
	line-height: 85px;
}
.nav_menu3 > ul > li:hover > a {
	color: #fff;
	background: #059c79;
}
.topbox.upstyle .nav_menu3 > ul > li:hover > a {
	color: #fff;
	background: #27c8a3;
}

.nav_menu3 ul ul {
	position: absolute;
	margin-top: 15px;
	transition: 0.5s;
	opacity: 0;
	left: -9999px;
	border: 1px solid rgba(40,200,160,.7);
	border-top: 0px;
}
.nav_menu3 ul ul li {
	position: relative;
	width: 100%;
	height: auto;
}
.nav_menu3 li:hover > ul {
	left: auto;
	margin-top: 0px;
	opacity: 1;
}
.nav_menu3 ul ul li a {
  	padding: 10px;
	width: 100%;
	line-height: 20px;
	background: rgba(255,255,255,.95);
	text-decoration: none;
  	color: #666;
 	transition: 0.3s;
  	border-top: 1px solid rgba(40,200,160,.3);
}

.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
	color: #fff;
	background: #27c8a3;
}
/*顶部公用样式结束*/


/*banner设置*/
/*缩小10%*/
@-webkit-keyframes fadeInSx {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInSx {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
/*缩小30%*/
@-webkit-keyframes fadeInSx30 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInSx30 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
/*向上移动100%*/
@-webkit-keyframes fadeInUP100 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUP100 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.bannerbox{
	position: relative;
	width: 100%;
	min-width: 1160px;
	overflow: hidden;
	top: 85px;
	max-height: 370px;
	min-height: 280px;
}
.bannerbox .banbox{
	position: absolute;
	width: 100%;
	height: 100%;
}
.bannerbox .bantu{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}


.banwzbox{
	position: relative;
	width:100%;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    margin-top: 15px;
    display: none;
}

.banwzbox.acaxx{
	display: block;
}
.banwzbox H1,.banwzbox H2{
	position: relative;
	width:100%;
	line-height: 60px;
	font-family: fzzt;
	font-size: 48px;
	text-align: center;
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,.4);
	font-weight: normal;
}
.banwzbox H1{
	-webkit-animation-name: fadeInSx30;
	animation-name: fadeInSx30
	-webkit-animation-duration:1s;
	animation-duration:1s;
}

.banwzbox H2{
	line-height:30px ;
	font-family: "times new roman";
	font-size: 14px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,.4);
	-webkit-animation-name: fadeInUP100;
	animation-name: fadeInUP100
	-webkit-animation-duration:1s;
	animation-duration:1s;
}




.banwzbox .smallz{
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;
	-webkit-animation-name: fadeInUP100;
	animation-name: fadeInUP100
	-webkit-animation-duration:1s;
	animation-duration:1s;
}
.banwzbox .smallz .line{
	display: inline-block;
	position: relative;
	width: 150px;
	height: 19px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	vertical-align: top;
}
.banwzbox .smallz .zi{
	display: inline-block;
	position: relative;
	width: auto;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	vertical-align: top;
	letter-spacing: 5px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}
/*轮播图*/
.wraper{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	overflow: hidden;
}
.wraper-box,.pic-content{
	position: relative;
	height: 100%;
	width: 100%;
}
.wraper-list{
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
}
.wraper-list.active{
	display: block;
}
.wraper-list .pic-content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	transition: all 0.8s;
	-webkit-animation-name: fadeInSx;
	animation-name: fadeInSx
	-webkit-animation-duration:0.8s;
	animation-duration:0.8s;
}
/*.wraper-pc1 .pic-content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../images/banner1.jpg)center no-repeat;
	transition: all 0.8s;
	background-size: cover;
}
.wraper-pc2 .pic-content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../images/banner2.jpg)center no-repeat;
	transition: all 0.8s;
	background-size: cover;
}

.wraper-pc3 .pic-content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../images/banner3.jpg) center no-repeat;
	transition: all 0.8s;
	background-size: cover;
}
.wraper-pc4 .pic-content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../images/banner4.jpg) center no-repeat;
	transition: all 0.8s;
	background-size: cover;
}*/
/*banner设置结束*/

.cenbox{
	position: relative;
	width: 100%;
	min-width: 1160px;
	height: auto;
	background: #fff;
	top: 85px;
}
.cennobox{
	position: relative;
    width: calc(100% - 60px);
    max-width: 1560px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.pagebottom{
	position: relative;
	width: 100%;
	min-width: 1160px;
	top: 85px;
	height: auto;
	background: #059c79;
	padding: 25px 0;
}
.pagebottom .leftmess{
	position: relative;
	width: calc(100% - 250px);
	height: auto;
	float: left;
	min-height: 25px;
	line-height: 25px;
	text-align: left;
	color: #fff;
}
.pagebottom .rightmess{
	position: relative;
	width: 250px;
	height: 30px;
	float: left;
	margin-top: 15px;
}
.select{
	position: relative;
	width: 100%;
	height: 30px;
	right: 0px;
	border: 1px solid rgba(255,255,255,.1);
	background: rgba(255,255,255,.3);
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fff;
	text-align: center;
}

.option {
	background: #2DAAAA;
	padding: 0 10px;
}



 .listbox{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	transition: all ease 0.5s;
	opacity: 0.5;
	filter: blur(5);
}
 .listbox.active{
	opacity: 1;
	filter: blur(0);
}
 .listbox li{
	position: relative;
	width: 100%;
	height: 45px;
	margin: 1px 0px;
	transition: all 0.3s;
}

 .listbox li:hover{
	background:rgba(0,0,0,.05);
}
 .listbox.jxgz li:hover{
	background:rgba(255,255,255,.7);
}
 .listbox li .tlts{
	position: relative;
	float: left;
	width: calc(100% - 90px);
	height: 100%;
	line-height: 48px;
	padding-left: 17px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    transition: all 0.3s;
}
 .listbox li:hover .tlts{
	color: #059c79;
}
 .listbox li .tlts:before{
	content:"";
	position: absolute;
	top: 0;
	left: 5px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #666;
	top: 50%;
	margin-top:-2px;
}
.listbox li:hover .tlts:before{
	background: #059c79;
}
 .listbox li .time{
	position: relative;
	float: left;
	width: 87px;
	height: 100%;
	line-height: 45px;
	font-size: 13px;
	text-align: right;
	color: #999;
    transition: all 0.3s;
}
 .listbox li:hover .time{
	color: #059c79;
}


@media (max-width: 1380px){
	.topbox .topnrbox .logobox .name h1 {
	    font-size: 29px;
	    letter-spacing: -1.5px;
	}
	.topbox .topnrbox .logobox .name h2 {
	    font-size: 12px;
	    letter-spacing: -0.1px;
	}
	.topbox.upstyle .topnrbox .logobox .name h2{
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 0.5px;
		color: rgba(255,255,255,.7);
		letter-spacing: -0.35px;
	}
	
	.nav_menu3 {
	    width: calc(100% - 600px);
	    margin-left: 500px;
	}
}

@media (max-width: 1200px){
	.nav_menu3{
		display: none;
	}
}