@charset "utf-8";
/*banner*/
.banner_con{
	overflow: hidden;
	height: 47vw;
}
.banner .banner_img{
	width: 100%;
	height: 47vw;
	display: none;
	position: relative;
	opacity: 1;
}
.banner_c1,.banner_c2{
	text-align: center;
	color:#fff;
	width: 100%;
}
.banner_c1{
	font-size: 40px;
}
.banner_c1 .banner_c1_1{
	letter-spacing: 10px;
	margin-left: 8px;
	white-space: nowrap;
}
.banner_c1 .banner_c1_2{
	font-size: 25px;
	letter-spacing: 2px;
	margin-top: 10px;
	white-space: nowrap;
}
.banner_c1 .banner_c1_2 .text{
	letter-spacing: 4px;
}
.banner_c1 .banner_c1_1 .line{
	font-size: 28px;
}
.banner_c1 .banner_c1_2 .line{
	font-size: 24px;
}
.banner_c2{
	font-size: 60px;
	line-height: 1;
	margin-top:40px;
	letter-spacing: 24px;
	margin-left: 12px;
}
.banner_bottom{
	position: absolute;
	bottom: 0;
	width: 73%;
	z-index: 10;
	left: 13.5%;
	height: 100%;
}
.banner_bottom .banner_bottom_title{
	text-align: center;
	height: 1px;
	background: url(../img/index_banner_lin.png) no-repeat left top;
	background-size: 100% 100%;
	position: absolute;
	bottom: 20%;
	width: 100%;
}
.banner_bottom .banner_bottom_title .text{
	position: relative;
	z-index: 10;
	opacity: 0.6;
	color:#fff;
	padding:0 34px;
	line-height: 1;
	top: -12px;
}
.banner_bottom .banner_bottom_box {
	position: absolute;
	left: 30px;
	top: 0;
	width: calc(100% - 60px);
	height: 100%;
	text-align: center;
}
.banner_bottom .banner_bottom_nav{
	width: 16.666666%;
	height: 100%;
	position: relative;
}
.banner_bottom .banner_bottom_nav .banner_bottom_bg{
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	-o-transition:0.6s all;
	-ms-transition:0.6s all;
	-moz-transition:0.6s all;
	-webkit-transition:0.6s all;
	transition:0.6s all;
	position: absolute;
	z-index: 1;
}
/*.banner_bottom .banner_bottom_nav .banner_bottom_txt:hover ~ .banner_bottom_bg{
	height: 100%;
}*/

.banner_bottom .banner_bottom_nav .banner_bottom_txt{
	font-size: 24px;
	color:#fff;
	line-height: 1;
	width: 100%;
	text-align: center;
	height: 20%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: block;
}
.banner_bottom .banner_bottom_nav .banner_bottom_txt .txt{
	position: relative;
	top: 50%;
	margin-top: -12px;
	z-index: 100;
	-o-transition:0.6s all;
	-ms-transition:0.6s all;
	-moz-transition:0.6s all;
	-webkit-transition:0.6s all;
	transition:0.6s all;
	pointer-events: none;
}
/*.banner_bottom .banner_bottom_nav .banner_bottom_txt:hover .txt{
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}*/
.banner_bottom .banner_bottom_nav:nth-child(1) .banner_bottom_bg{
	background: rgba(183,143,90,0.2);
}
.banner_bottom .banner_bottom_nav:nth-child(2) .banner_bottom_bg{
	background: rgba(219,183,136,0.2);
}
.banner_bottom .banner_bottom_nav:nth-child(3) .banner_bottom_bg{
	background: rgba(119,81,29,0.2);
}
.banner_bottom .banner_bottom_nav:nth-child(4) .banner_bottom_bg{
	background: rgba(183,160,90,0.2);
}
.banner_bottom .banner_bottom_nav:nth-child(5) .banner_bottom_bg{
	background: rgba(219,193,158,0.2);
}
.banner_bottom .banner_bottom_nav:nth-child(6) .banner_bottom_bg{
	background: rgba(137,115,85,0.2);
}
/*关于我们*/
.about_con{
	width: 100%;
	height: 57vw;
	position: relative;
}
.about_img{
	width: 100%;
	height: 57vw;
}
.about_img.on{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}
.about_box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.about_box .about_nav{
	width: 50%;
	height: 100%;
	float: left;
}
.about_box .about_nav .about_inner{
	width: 100%;
	height: 50%;
}
.about_box .about_nav:last-child .about_inner{
	top: 50%;
	position: relative;
}
.about_box .about_nav .about_inner_txt{
	width: 64%;
	margin: auto;
}
.about_box .about_nav .about_title{
	font-size: 60px;
	line-height: 1;
}
.about_box .about_nav .about_content{
	color: #444444;
	font-size: 18px;
	line-height: 30px;
	padding-top: 50px;
	padding-bottom: 70px;
	text-align: justify;
	letter-spacing: -2px;
}
.about_box .about_nav .about_more{
	font-size: 18px;
	color: #b78f5a;
	position: relative;
	-webkit-transition: 0.6s all;
	transition: 0.6s all;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-left: -6px;
}
.about_box .about_nav .about_more:hover{
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}
/*服务质量*/
.server_con{
	width: 100%;
	height: 49vw;
	position: relative;
	z-index: 10;
}
.server_box,.server_box .server_img{
	width: 100%;
	height: 100%;
	position: relative;
}
.server_box .server_img_inner{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background: rgba(0,0,0,0);
	color:#fff;
}
.server_box .server_img_inner .server_img_txt{
	position: relative;
	left: 9%;
	top: 20%;
	width: 91%;
}
.server_box .server_img_inner .server_img_1{
	font-size: 60px;
}
.server_box .server_img_inner .server_img_2{
	font-size: 35px;
	margin-top: 20px;
}
.server_con .server_bottom{
	position: absolute;
	bottom: 5%;
	width: calc(100% - 40px);
	left: 20px;
	z-index: 10;
}
.server_bottom .server_menus{
	width: calc(100% - 90px);
}
.server_bottom .server_menus_nav{
	width: calc((100% - 100px) / 5);
	margin-right: 20px;
}
.server_bottom .server_menus_nav .img_con{
	display: none;
	width: 100%;
	height: 380px;
}
.server_bottom .server_menus_nav .img_con .img_content{
	margin-top: 40px;
	padding:0 30px;
}
.server_bottom .server_menus_nav .img_con .img_content_1{
	font-size: 30px;
	line-height: 34px;
}
.server_bottom .server_menus_nav .img_con .img_content_2{
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
}
.server_bottom .server_menus_nav .img_con .img_arrow{
	margin-bottom: 20px;
	padding:0 30px;
	font-size: 18px;
	-webkit-transition: 0.5s linear;
	transition: 0.5s linear;
	position: relative;
	margin-left: -8px;
}
.server_bottom .server_menus_nav .img_con .img_arrow:hover{
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}
.server_bottom .server_menus_nav .img_con .img_inner{
	width:calc(100% - 20px);
	height: 100%;
	margin-left: 20px;
	position: relative;
}
.server_bottom .server_menus_nav .img_con .img_inner:after{
	position: absolute;
	left: -20px;
	top:5%;
	height: 90%;
	background: #b78f5a;
	content: "";
	z-index: 1;
	width: 20px;
}
.server_bottom .server_menus_nav .server_menus_inner{
	padding:0 20px;
	height: 180px;
	background: #fff;
	width: calc(100% - 40px);
}
.server_bottom .server_menus_nav.on .img_con{
	/*display: block;*/
	color:#fff;
}
.server_bottom .server_menus_nav.on .server_menus_inner{
	/*display: none;*/
}
.server_bottom .server_menus_nav .server_nav_title{
	font-size: 28px;
	margin-top: 28px;
	margin-bottom: 5px;
	text-align: justify;
	letter-spacing: -1px;
	color:#333;
}
.server_bottom .server_menus_nav .server_nav_content{
	font-size: 18px;
	line-height: 24px;
	color:#888;
	height: 88px;
	text-align: justify;
	letter-spacing: -1px;
}
.server_bottom .server_menus_nav .server_nav_more{
	color:#b78f5a;
	margin-left: -6px;
}
.server_bottom .server_more{
	width: 70px;
	background: #fff;
	height: 180px;
	text-align: center;
	font-size: 30px;
	margin-right: 20px;
}
.server_bottom .server_more .icon{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #b78f5a;
	margin: auto;
	margin-top: 5px;
}
/*方案*/
.program_con{
	width: 100%;
	background: #fff;
	padding-bottom: 50px;
	padding-top: 80px;
	position: relative;
	z-index: 10;
}
.program_box{
	width: 100%;
	position: relative;
}
.program_con .program_title{
	font-size: 60px;
	text-align: center;
	line-height: 1;
}
.program_swiper{
	width: 79%;
	margin: auto;
	padding-top: 45px;
	margin-top: 40px;
	padding-bottom: 45px;
}
.program_swiper .program_inner{
	overflow: hidden;
}
.program_swiper .program_inner .program_nav{
	width: 20%;
	float: left;
	height: 198px;
	box-sizing: border-box;
	position: relative;
}
.program_swiper .program_inner .program_nav:nth-child(1):after,
.program_swiper .program_inner .program_nav:nth-child(2):after,
.program_swiper .program_inner .program_nav:nth-child(3):after,
.program_swiper .program_inner .program_nav:nth-child(4):after{
	width: 2px;
	height: 100%;
	background: url(../img/index_banner_line2.png) no-repeat left top;
	background-size: 2px auto;
	position: absolute;
	right: 0;
	top:0;
	content: "";
	z-index: 10;
}
.program_swiper .program_inner .program_nav:nth-child(6):after,
.program_swiper .program_inner .program_nav:nth-child(7):after,
.program_swiper .program_inner .program_nav:nth-child(8):after,
.program_swiper .program_inner .program_nav:nth-child(9):after{
	width: 2px;
	height: 100%;
	background: url(../img/index_banner_line2.png) no-repeat left bottom;
	background-size: 2px auto;
	position: absolute;
	right: 0;
	top:0;
	content: "";
	z-index: 10;
}
.program_swiper .program_inner .program_nav:hover{
	background: #fff;
  	box-shadow: 0px 0px 20px 5px rgba(176, 169, 169, 0.2);
}
.program_swiper .program_inner .program_nav:nth-child(5n){
	border-right:none;
}
.program_swiper .line{
	height: 2px;
	width: 100%;
	background: url(../img/index_banner_line.png) no-repeat left top;
	background-size: 100% 2px;
	z-index: 1000;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
	opacity: 0.8;
}
.program_swiper .program_inner .program_nav:hover{
	background: #fff;
}
.program_swiper .program_inner .program_nav .img{
	max-width: 100%;
	max-height: 100%;
}
.swiper-pagination-1{
	text-align: center;
	width: 100%;
}
.swiper-pagination-1 .swiper-pagination-bullet{
	margin-right: 15px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #dcdcdc;
	opacity: 1;
}
.swiper-pagination-1 .swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	border:1px solid #b78f5a;
	background: transparent;
	top: 2px;
	position: relative;
}
.swiper-pagination-1 .swiper-pagination-bullet:last-child{
	margin-right: 0;
}
.program_form{
	width: 100%;
	height: 43.2vw;
	position: relative;
	z-index: 10;
}
.program_form_inner{
	width: 73%;
	margin: auto;
	height: 100%;
}
.program_form .program_form_title{
	font-size: 60px;
	color:#fff;
}
.program_form .program_form_content{
	font-size: 35px;
	color:#fff;
	margin-top: 20px;
}
.program_form_box{
	position: relative;
	margin-top:230px;
}
.program_form .program_form_input{
	height: 100px;
	background: #fff;
	margin-right: 8px;
	font-size: 30px;
	border-radius: 3px;
	width: calc((100% - 24px) / 4);
	position: relative;
}
.program_form_inner > div{
	width: 100%;
}
.program_form .program_form_input .input{
	height: 100%;
	width: calc(100% - 40px);
	border-radius: 3px;
	background: transparent;
	outline: none;
	font-size: 24px;
	border:none;
	margin-left: 20px;
	-o-transform: scaleX(0.8);
	-ms-transform: scaleX(0.8);
	-moz-transform: scaleX(0.8);
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    font-family: "hyzsj", "PingFangSC-Regular", "Microsoft YaHei", "arial";
}

.program_form .program_form_input .input::-webkit-input-placeholder {
  	color: #b7b7b7;
    font-family: "hyzsj", "PingFangSC-Regular", "Microsoft YaHei", "arial";
}

.program_form .program_form_input .input:-ms-input-placeholder {
  	color: #b7b7b7;
    font-family: "hyzsj", "PingFangSC-Regular", "Microsoft YaHei", "arial";
}

.program_form .program_form_input .input::placeholder {
  	color: #b7b7b7;
    font-family: "hyzsj", "PingFangSC-Regular", "Microsoft YaHei", "arial";
}
.program_form .program_form_input .input:focus{
	outline: none;
	border:none;
}
.program_form .program_form_input:last-child{
	margin-right: 0;
	background: #b78f5a;
	text-align: center;
	color:#fff;
}
.submit.disabled {
	background-color: #333 !important;
}
.program_form_msg{
	color:#888;
	margin-top: 36px;
}
.program_form_msg .program_form_checked{
	width: 20px;
	height: 20px;
	background: #dbdbdb;
	border-radius: 3px;
	margin-right: 15px;
	cursor: pointer;
}
.program_form_msg .program_form_checked .checked_icon{
	width: 13px;
	height: 9px;
	display: none;
}
.program_form_msg .program_form_checked.on .checked_icon{
	display: block;
}
.program_form_msg .txt{
	color:#a9a9a9;
	text-decoration: underline;
}
.program_form_msg .txt:hover{
	color:#b78f5a;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {

}
@media screen and (max-width: 1440px) {
	.banner_c2 {
	    font-size: 50px;
	}
	.banner_bottom .banner_bottom_nav .banner_bottom_txt {
	    font-size: 22px;
	}
	.about_box .about_nav .about_content {
	    font-size: 16px;
	    padding-top: 36px;
	    padding-bottom: 56px;
	}
	.about_box .about_nav .about_title {
	    font-size: 40px;
	}
	.server_bottom .server_menus_nav .server_menus_inner {
	    height: 170px;
	}
	.server_bottom .server_more {
	    height: 170px;
	    font-size: 22upx;
	}
	.server_bottom .server_menus_nav .server_nav_title {
	    font-size: 18px;
	}
	.server_bottom .server_menus_nav .server_nav_content {
	    font-size: 16px;
	    height: 78px;
	}
	.server_bottom .server_menus_nav .img_con .img_content_1 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.server_bottom .server_menus_nav .img_con .img_content_2 {
	    font-size: 16px;
	}
	.server_bottom .server_menus_nav .img_con .img_content {
	    padding: 0 20px;
	}
	.server_bottom .server_menus_nav .img_con {
	    height: 250px;
	}
	.program_form_box {
	    margin-top: 145px;
	}
	.server_box .server_img_inner .server_img_1 {
	    font-size: 50px;
	}
	.server_box .server_img_inner .server_img_2 {
	    font-size: 30px;
	}
	.program_con .program_title {
	    font-size: 50px;
	}
	.program_form .program_form_title {
	    font-size: 50px;
	}
	.program_form .program_form_content {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1335px) {
	.banner_bottom{
		width: 80%;
	}
	.about_box .about_nav .about_inner_txt{
		width: 80%;
		zoom: 0.8;
	}
	.program_form_inner{
		width: 80%;
	}
	.program_form_box {
	    margin-top: 130px;
	}
	
	.server_bottom .server_menus_nav .server_nav_title {
	    font-size: 18px;
	}
	.server_bottom .server_menus_nav .img_con{
		height: 260px;
	}
	.server_bottom .server_menus_nav .server_nav_content {
	    font-size: 16px;
	    line-height: 22px;
	}
	.server_bottom .server_menus_nav .img_con .img_content{
		margin-top: 30px;
		padding:0 20px;
	}
	.server_bottom .server_menus_nav .img_con .img_content_1{
		font-size: 20px;
		line-height: 26px;
	}
	.server_bottom .server_menus_nav .img_con .img_content_2{
		font-size: 16px;
		line-height: 20px;
		margin-top: 10px;
	}
	.server_bottom .server_menus_nav .img_con .img_arrow{
		margin-bottom: 20px;
		padding:0 20px;
		font-size: 16px;
	}
	.server_bottom .server_menus_nav .img_con .img_inner{
		width:calc(100% - 10px);
		margin-left: 10px;
	}
	.server_bottom .server_menus_nav .img_con .img_inner:after{
		left: -10px;
		width: 10px;
	}
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 500px) {
	.banner_center{
		top:39vw;
		-o-transform: initial;
	    -ms-transform: initial;
	    -moz-transform: initial;
	    -webkit-transform: initial;
	    transform: initial;
	    left: 0;
	    width: 100%;
	}
	.banner_c2{
		margin-left: 0;
	}
	.banner_bottom{
		position: initial;
		width: 100%;
	}
	.banner_center{
		zoom: 0.4;
	}
	.banner_bottom .banner_bottom_box{
		position: initial;
		width: 100%;
		display: -webkit-box;
	    display: -moz-box;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: -o-flex;
	    display: -webkit-flex;
	    display: block;
	}
	.banner_bottom .banner_bottom_title{
		position: initial;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.banner_bottom .banner_bottom_title .text{
		top:-8px;
		background: #0c0e11;
	}
	.banner_bottom .banner_bottom_nav .banner_bottom_txt{
		height: 100%;
		position: initial;
		line-height: 50px;
		height: 50px;
		font-size: 20px;
	}
	.banner_bottom .banner_bottom_nav .banner_bottom_txt .txt{
		margin-top: 0;
		position: initial;
		-o-transition: initial;
	    -ms-transition: initial;
	    -moz-transition: initial;
	    -webkit-transition: initial;
	    transition: initial;
	}
	.banner_bottom .banner_bottom_nav{
		width: 100%;
	}
	.banner_bottom .banner_bottom_nav:nth-child(1){
		background: rgba(183,143,90,0.6);
	}
	.banner_bottom .banner_bottom_nav:nth-child(2){
		background: rgba(219,183,136,0.6);
	}
	.banner_bottom .banner_bottom_nav:nth-child(3){
		background: rgba(119,81,29,0.6);
	}
	.banner_bottom .banner_bottom_nav:nth-child(4){
		background: rgba(183,160,90,0.6);
	}
	.banner_bottom .banner_bottom_nav:nth-child(5){
		background: rgba(219,193,158,0.6);
	}
	.banner_bottom .banner_bottom_nav:nth-child(6){
		background: rgba(137,115,85,0.6);
	}
	.banner_bottom .banner_bottom_nav:hover{
		transition:initial ;
	}
	.banner_bottom .banner_bottom_nav .banner_bottom_txt:hover .txt{
		-o-transform: initial;
		-ms-transform: initial;
		-moz-transform: initial;
		-webkit-transform: initial;
		transform: initial;
	}
	.banner_bottom .banner_bottom_nav .banner_bottom_bg{
		display: none;
	}
	.about_box .about_nav .about_inner_txt{
		width: 90%;
	}
	.about_con{
		height: auto;
		margin-top: 30px;
	}
	.about_box{
		position: initial;
	}
	.about_con .about_img{
		display: none;
	}
	.about_box .about_nav .about_title{
		font-size: 36px;
	}
	.about_box .about_nav{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.about_box .about_nav .about_content{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.about_box .about_nav .about_inner{
		background: #fff !important;
	}
	.server_con{
		height: auto;
	}
	.server_con .server_bottom{
		position: initial;
		display: block;
		width: 100%;
	}
	.server_box .server_img_inner .server_img_1 {
	    font-size: 24px;
	    line-height: 30px;
	}
	.server_box .server_img_inner .server_img_txt{
		top: 22%;
	}
	.server_box .server_img_inner .server_img_1 .fontScaleX{
		-o-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	.server_box .server_img_inner .server_img_2 {
	    font-size: 16px;
	    margin-top: 16px;
	}
	.server_bottom .server_menus {
	    width: 100%;
	    margin: auto;
	    display: block;
	}
	.server_bottom .server_more {
	    width: 100%;
	    background: #fff;
	    height: auto;
	    text-align: center;
	    font-size: 20px;
	    margin-right: 0;
		-o-justify-content:flex-end;
		-ms-justify-content:flex-end;
		-moz-justify-content:flex-end;
		-webkit-justify-content:flex-end;
		justify-content:flex-end;
		padding-top: 20px;
	}
	.server_bottom .server_more .text{
		display: -webkit-box;
		display: -moz-box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: -webkit-flex;
		display: flex;
		float: left;
		margin-top: 5px;
	}
	.server_bottom .server_more .icon{
		margin-right: 30px;
	}
	.server_bottom .server_menus_nav {
	    width: 100%;
	    margin-right: 0;
	    height: auto;
	    border-bottom: 1px solid #e5e5e5;
	    padding-bottom: 20px;
	}
	.server_bottom .server_menus_nav .server_menus_inner{
		width: 100%;
		height: auto;
	}
	.server_bottom .server_menus_nav.on .img_con {
	    margin: 0 20px;
	    margin-top: 20px;
	}
	.server_bottom .server_menus_nav .server_nav_content {
	    font-size: 16px;
	    line-height: 20px;
	    height: auto;
	}
	.server_bottom .server_menus_nav .server_nav_more{
		margin-top: 20px;
	}
	.server_bottom .server_menus_nav .server_nav_title{
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.program_con .program_title{
		font-size: 28px;
		padding:0 20px;
		text-align: center;
	}
	.program_swiper{
		padding-top: 30px;
		padding-bottom: 20px;
		margin-top: 0;
		margin-bottom: 0;
		width: 90%;
	}
	.program_swiper .program_inner .program_nav{
		height: 90px;
	}
	.program_con{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.program_form{
		height:480px;
	}
	.program_form .program_form_title{
		font-size: 26px;
		line-height: 30px;
	}
	.program_form .program_form_content {
	    font-size: 20px;
	    margin-top: 10px;
	}
	.program_form_box {
	    margin-top: 40px;
	    display: block;
	}
	.program_form_msg {
	    margin-top: 20px;
	    font-size: 14px;
	}
	.program_form .program_form_input{
		height: 40px;
		margin-bottom: 10px;
	    font-size: 18px;
	    margin-right: 0;
	    width: 100%;
	}
	.program_form .program_form_input .input {
	    width: calc(100% - 20px);
	    font-size: 16px;
	    margin-left: 10px;
	}
	.program_form .program_form_input:last-child{
		text-align: center;
		font-size: 20px;
	}
	
	.program_form_inner{
		width: 90%;
	}
	.server_bottom .server_menus_nav .img_con{
		display: none !important;
	}
	.server_bottom .server_menus_nav .server_menus_inner{
		display: block !important;
	}
	.server_box .server_img_inner .server_img_txt{
		left: 0;
		margin: auto;
	}
}
@media screen and (max-width: 330px) {
	.banner_center{
		top:37vw;
	}
}