html,body{
	width:100%;
	overflow-x:hidden;
}
ul{list-style: none}
a:link ,a:visited,a:hover,a:active { text-decoration: none;}
/*nav*/
@media (min-width:767px) {
	#guding{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.navbar{
		margin-bottom:0;
		border: 0;
		height: 80px;
		background: rgba(255,255,255,0);
	}
	.container-fluid{
		width: 80%;
	}
	.navbar-nav {
	    float: right;
	    margin-top: 25px;
	}
	.active-nth-last-child a{
		display: inline-block;
		width:100px;
		height:34px;
		border-radius:18px;
		text-align: center;
	}
	.active-nth-last-child a:hover{
		background: #3e75f2 !important;
	}
	.navbar-nav>li {
	    /*float: left;*/
	    margin-left: 20px;
	}
	.navbar-nav li{
		padding: 0;
	}
	.navbar-nav li a{
		padding: 7px 0 0 0 ;
		font-size:16px;
		font-family:PingFang SC;
		font-weight:400;
		padding-bottom: 5px;
	}
	.navbar-nav li:nth-child(3) a{
		border-bottom: 2px solid #fff !important;
	}
	.navbar-nav li:nth-child(5) a{
		border-bottom: 0px solid transparent !important;
	}
	.navbar-nav li a:hover {
		border-bottom: 2px solid #fff;
	}
}
/*nav*/



.banner{
	width: 100%;
	position: relative;
}
#rotaryPlantingMap{
	width: 100%;
}
.xiaoguo{
	width: 2000px;
	height: 260px;
	position: absolute;
	top: 30%;
	left: -700px;
	color: #fff;
}
.xiaoguo h1{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 46px;
	margin-bottom: 30px;
	left: -700px;
}
.xiaoguo p{
	font-size: 23px;
	position: absolute;
	top: 103px;
}
.xiaoguo button{
	position: absolute;
	top: 240px;
	width: 300px;
	height: 60px;
	background: #19179D;
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 26px;
}


/*article*/
@media (min-width:767px) {
	.banner{
		display: block;
	}
	.banner1{
		display: none;
	}
	/*弹窗*/
		.gou{
			display: none;
			position: fixed;
			z-index: 100;
			top: 0;
			width: 100%;
			height: 100%;
			margin: auto;
			background: rgba(0,0,0,0.4);
		}
		.gou>.Submission{
			width: 520px;
			height: 360px;
			padding: 20px 36px 36px;
			margin: 180px auto;
			background: rgba(51,52,56,1);
		}
		.Submission>span{
			display:inline-block;
			width:30px;
			height:30px; 
			color:#fff;
			margin-left:95%;
		}

	/*版块一*/
		.Train{
			width: 100%;
			margin-top: 150px;
		}
		.Train>div{
			width: 1200px;
			margin: 0 auto;
			text-align: center;
		}
		.Train>div>h1{
			font-size:30px;
			font-family:Adobe Heiti Std;
			font-weight:normal;
			color:rgba(51,51,51,1);
		}
		.Train>div>img{
			margin: 31px 0 29px 0;
		}
		.detailedSteps{
			margin: 70px 0;
			list-style: none;
			padding: 0;
			display: flex;
			justify-content:space-between;
		}
		.detailedSteps li{
			width:360px;
			height:400px;
			background:rgba(255,255,255,1);
			position: relative;
			margin-right: 5px;
		}
		.detailedSteps li:hover{
			box-shadow:0px 3px 18px 0px rgba(107, 239, 174, 0.65);
		}
		.detailedSteps li img{
			width: 360px;
			height: 250px;
		}
		.step{
			width: 360px;
			height: 150px;
			position: absolute;
			bottom: 0;
			left: 0;
		}
		.step>h2{
			font-size: 20px;
			color: #333333;
		}
		.step p{
			display: inline-block;
			text-align: left;
			font-size:16px;
			font-family:Adobe Heiti Std;
			font-weight:normal;
			color:rgba(102,102,102,1);
		}


	/*版块二*/
		.customizedSoftware{
			margin-top: 150px;
			width: 100%;
		}
		.customizedSoftware>div{
			width: 1200px;
			margin: 0 auto;
			text-align: center;
		}
		.customizedSoftware h1{
			font-size:30px;
			font-family:Adobe Heiti Std;
			font-weight:normal;
			color:rgba(51,51,51,1);
			margin-bottom: 30px;
		}
		.edition{
			padding: 0;
			width: 1200px;
			margin: 70px auto 0;
			list-style: none;
			display: flex;
			justify-content:space-between;
		}
		.edition li{
			width: 360px;
			height: 360px;
			border-radius:5px;
			position: relative;
			display: inline-block;
			text-align: center;
			box-shadow:0px 3px 18px 0px rgba(107, 239, 174, 0.45);

		}
		.edition li:hover{
		}
		.edition li:hover button{
			background:rgba(107,174,239,1);
		}
		.dt{
			width: 360px;
			height: 360px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: -1;
		}
		.edition h3{
			width: 100%;
			line-height: 60px;
			text-align: center;
			font-size:26px;
			font-family:Adobe Heiti Std;
			font-weight:bold;
			color:rgba(255,255,255,1);
		}
		.edition>li>p{
			width:70%;
			height:40px;
			font-size:18px;
			font-family:Adobe Heiti Std;
			font-weight:normal;
			color:rgba(102,102,102,1);
			margin: 81px auto;
			text-align: center;
		}
		.edition button{
			width:70%;
			height:52px;
			background:rgba(107,174,239,0.8);
			border-radius:5px;
			line-height: 52px;
			border: 1px solid transparent; 
			outline: none; 
			font-size:26px;
			font-family:Adobe Heiti Std;
			font-weight:normal;
			color:rgba(255,255,255,1);
		}
		.customizedPhone div{
			width:52px;
			height:52px;
			background:rgba(107,174,239,1);
			border-radius:8px;
			display: inline-block;
		}
		#call{
			width:29px;
			height:31px;
			margin: 11px 10px 10px 12px;
		}
		.customizedPhone p{
			display: inline-block;
			font-size:18px;
			font-family:Adobe Heiti Std;
			font-weight:normal;
			color:rgba(102,102,102,1);
			Vertical-align:top;
			margin-left: 20px;
		}

/*版块三*/
	.function{
		width: 100%;
		margin-top: 150px;
	}
	.advantage{
		width: 1200px;
		margin: 0 auto;
		text-align: center;
	}
	.function>div>h1{
		font-size:30px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(51,51,51,1);
	}
	.function>div>img{
		margin: 31px 0 29px 0;
	}
	.function>div>p{
		font-size:16px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(102,102,102,1);
	}
	.technology{
		width: 1200px;
		margin: 0 auto;
		margin-top: 65px;
	}
 	.technology>ul{
 		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
 	}
	.technology>ul>li{
		width: 32%;
		display: flex;
		justify-content: space-around;
		margin-bottom: 25px;
		padding: 15px 0;
	}
	.technology>ul>li>div:nth-child(1){
		width:99px;
		height:100px;
		background:rgba(255,255,255,1);
		border-radius:50%;
		line-height: 100px;
		text-align: center;
	}
	.technology>ul>li>div:nth-child(2){
		width: 243px;
		height: 100px;
		text-align: left;
	}
	.technology>ul>li>div>img{
		width:100px;
	}
	.technology>ul>li>div>h4{
		width:100px;
		height:18px;
		color:rgba(107,174,239,1);
	}	
	.technology>ul>li>div>p{
		font-size:14px;
		color:rgba(102,102,102,1);
	}
	.technology>ul>li:hover{
		box-shadow:0px 3px 18px 0px rgba(107, 239, 174, 0.35);
	}
	.moreFunctions{
		margin:69px auto 0;
		display: block;
		width:283px;
		height:45px;
		background:rgba(107,174,239,1);
		border-radius:5px;
		font-size:24px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(255,254,254,1);
		line-height: 45px;
		text-align: center;
	}

/*版块四*/
	.discount{
		width: 100%;
		height: 450px;
		position: relative;
		margin-top: 150px;
	}
	.discount>img{
		width: 100%;
		height: 450px;
	}
	.discount>div{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		position: absolute;
		top: 70px;
		left: 0;
	}
	.preferentialDiscount p{
		font-size: 36px;
		color: #fff;
		margin-bottom: 40px;
	}
	.preferentialDiscount h5{
		font-size: 16px;
		color: #ffffff;
		margin-bottom: 40px;
	}
	.froms{	
		display: flex;
		flex-direction:column;
		align-items: center;
	}
	.froms input{
		width:300px;
		height:50px;
		background:rgba(255,255,255,1);
		border-radius:5px;
		font-size:20px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(102,102,102,1);
		padding: 10px;
		margin-bottom: 30px;
		border:none;
	}
	.froms button{
		width:300px;
		height:50px;
		background:rgba(107,174,239,1);
		border-radius:5px;
		font-size:20px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(255,255,255,1);
		border: 0 solid transparent;
		outline: none;
	}



/*版块五*/
	.programme{
		width: 100%;
		margin-top: 150px;
	}
	.Choice{
		width: 1200px;
		margin: 0px auto;
		text-align: center;
	}
	.programme>div>h1{
		font-size:30px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(51,51,51,1);
	}
	.programme>div>img{
		margin:31px 0 29px 0;
	}

	.server-container{
		width: 1200px;
		margin: 0 auto;
		margin-top: 60px;
		display: flex;
		align-items: center;
	}

	.server-list{
	  width: 420px;
	  height: 650px;
	  box-shadow:0px 1px 24px 0px rgba(138,144,153,0.19);
	  list-style: none;
	  padding: 0;
	}
	.server-item{
		width: 420px;
		height: 65px;
		font-size:18px;
		font-weight:400;
		color:rgba(102,102,102,1);
		line-height:65px;
		float: right;
		box-sizing: border-box;
		border-bottom:1px dashed rgba(226,226,226,1);
	}
	.server-item span{
		padding-left: 35px;
	}

	.server-item:hover{
	   width: 420px;
	   background: url(../img/panoramicSoftware/active.png);
	   color:rgba(255,255,255,1);
	   border: 0;
	}
	.server-video{
		width: 624px;
		min-height: 250px;
		box-shadow:0px 2px 55px 0px rgba(138,144,153,0.7);
		border-radius:5px;
		margin: 0px 0 0 100px;
	}

	.server-video video{
		width: 100%;
		height: 100%;
	}



/*官方支持*/
	.officialSupport{
		width: 100%;
		margin-top: 150px;
	}
	.biaotiTwo{
		width: 1200px;
		margin: 0px auto;
		text-align: center;
	}
	.biaotiTwo>h1{
		font-size:30px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(51,51,51,1);
	}
	.biaotiTwo>img{
		margin: 31px 0 29px 0;
	}
	.jiaocheng{
		margin: 30px auto;
		width:979px;
		height:559px;
		background:url(../img/panoramicSoftware/guanfang/dn.png);
		position: relative;
	}
	.play{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.Course{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	.Course>div{
		width:144px;
		height:40px;
		border:2px solid rgba(107,174,239,1);
		border-radius:5px;
		line-height: 40px;
		text-align: center;
		font-size: 20px;
		color:rgba(107,174,239,1);
		margin: 0 10px;
	}
	.Course>div:nth-child(2){
		background:rgba(107,174,239,1);
		color: #ffffff;
	}
	
}
/*article*/



/*footer*/
@media (min-width:767px) {
	footer{
		width: 100%;
		margin-top: 150px;
	}
	.footer{
		width: 100%;
		height:643px;
		background:rgba(51,52,56,1);
		position: relative;
	}
	.footer p{
		font-size:89px;
		font-family:Arial Black;
		font-weight:bold;
		color:rgba(217,217,217,0.1);
		text-align: center;
	}
	.websiteInformation{
		width: 100%;
		position: absolute;
		top: 35px;
	}
	.biaotiSix{

	}
	.biaotiSix h1{
		font-size:42px;
		font-family:Adobe Heiti Std;
		font-weight:bold;
		color:rgba(107,174,239,1);
		text-align: center;
		margin-bottom: 40px;
	}
	.biaotiSix p {
		font-size:24px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(217,217,217,1);
		text-align: center;
	}
	.xinxi{
		width: 80%;
		margin: 30px auto;
		display: flex;
		justify-content:space-around;
	}
	.contact{
		width:451px;
	}
	.contact div{
		display: inline-block;
		font-size:18px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(255,255,255,1);
		position: relative;
	}
	.contact div p{
		width: 100%;
		height:34px;
		text-align: center;
		line-height: 34px;
		font-size:18px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(255,255,255,1);
		position: absolute;
		top: 0;
		left: 0;
	}
	.contact div .tabOne{
		width:90px;
		height:34px;
		background:rgba(40,41,46,1);
	}
	.contact div img{
		width:130px;
		height:34px;
		background:rgba(40,41,46,1);
	}
	.contact span{
		display: inline-block;
		width:100%;
		height:2px;
		background:rgba(101,101,101,1);
	}
	.contact ul{
		list-style: none;
		padding: 0;
	}
	.fangan{
		width: 100px;
		height: 100px;
		display: none;
	}
	.contact ul li{
		margin: 10px 0;
	}
	.contact ul li p{
		display: inline-block;
		font-size:14px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(133,134,138,1);
	}

	.Submission{
		width:448px;
	}
	.Submission input{
		width:448px;
		height:41px;
		border:1px solid rgba(101,101,101,1);
		border-radius:5px;
		background: rgba(51,52,56,1);
		margin-bottom: 17px;
		color: #CFCFCF;
	}
	.Submission textarea{
		width:448px;
		border:1px solid rgba(101,101,101,1);
		border-radius:5px;
		background: rgba(51,52,56,1);
		color: #CFCFCF;
	}
	.Submission div{
		width:448px;
		height:51px;
		background:rgba(107,174,239,1);
		border-radius:5px;
		line-height: 51px;
		text-align: center;
		font-size:24px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(255,255,255,1);
		margin-top: 17px;
	}


	.copyright{
		position: absolute;
		bottom: 0;
		width: 100%;
		height:47px;
		background:rgba(40,41,46,1);
		font-size:14px;
		font-family:Adobe Heiti Std;
		font-weight:normal;
		color:rgba(133,134,138,1);
		color: #85868A;
		text-align: center;
		line-height: 47px;
	}
}
/*footer*/
textarea{
	resize:none;
}