﻿* {
				padding: 0px;
				margin-top: 0px;
				margin-right: auto;
				margin-bottom: 0px;
				margin-left: auto;
				position: relative;
				list-style: none;
				box-sizing: border-box;
				text-decoration: none;
				z-index: 1;
				-moz-transition: all 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
				/* background-color: #ebeef5; */
			}

			div,
			ul {
				margin: 0px;
				padding: 0px;
			}

			body {
				background-color: #ebeef5;
				overflow-x: hidden;
                margin: 0;
                min-width: 1360px;
                min-height: 100%;
                display: flex;
                flex-direction: column;
			}
			header{
				width: 100%;
			}
			#header {
				/* margin-top: 8px; */
				position: relative;
				width: 100%;
				height: 80px;
				background-color: #3d5c97;
				z-index: 9999;
			}
			.head_cont{
				width: 60%;
                margin: auto;
			}
			#header .head_text {
				width: 230px;
				height: 80px;
				padding: 16px 0 0 0;
				margin: 0 0 0 150px;
				position: relative;
				float: left;
			}

			#header .header_img {
				height: 45px;
				width: 150px;
				z-index: 1;
			}

			#header nav {
				/*width: 1100px;*/
				height: 80px;
				line-height: 80px;
				margin-left: 220px;
				position: relative;
				padding-left: 85px !important box-sizing:border-box;
				/*left: -80px;*/
			}

			#header .menu {
				/* width: 14%; */
				font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
				font-size: 16px;
				padding: 0 3.5%;
				color: #EEEEEE;
				float: left;
				outline: 0;
				list-style: none;
				position: relative;
				display: inline-block;
			}

			#header .menu a {
				display: block;
				text-decoration: none;
				color: azure;
				
			}

			#header .dropdown {
				background-color: rgba(61, 92, 151, 0.5);
				width: 160px;
				line-height: 40px;
				position: absolute;
				top: 80px;
				margin-left: -50px;
				display: none;
				text-indent: 40px;
				z-index: 9999;
				border-radius: 3px;

			}
			.dropdown3 i{
				font-size: 14px;
			}
			
			.dropdown3-1 {
				position: absolute;
				width: 160px;
				display: none;
				z-index: 9999;
				background-color: rgba(61, 92, 151, 0.5);
				color: white;
				left: 160px;
				top: -40px;
			}
			.dropdown3-2{
				position: absolute;
				width: 160px;
				display: none;
				z-index: 9999;
				background-color: rgba(61, 92, 151, 0.5);
				color: white;
				left: 160px;
				top: 0px;
			}

			.dropdown3:hover .dropdown3-1 {
				display: block;
			}
			.dropdown3:hover .dropdown3-2 {
				display: block;
			}

			#header .dropdown a li {
				text-align: -webkit-auto;
				font-size: 16px;
				list-style-type: none;
				z-index: 11;
			}

			#header a .header_right {
				width: 100px;
				padding: 10px;
				font-size: 16px;
				display: block;
				position: absolute;
				float: left;
				top: -60px;
				left: 1200px;
				text-decoration: none;
				text-align: center;
				color: #FDFFFD;
				border-radius: 400px;
				background-color: rgba(83, 176, 19, 0.8);
				/* z-index: 99; */
			}

			#header .menu:hover {

				border-radius: 5px;
				/* border-bottom: 1px solid #f1c879; */
				/* border-style: inset; */
				/* -moz-box-shadow:3px 4px 15px #060533; -webkit-box-shadow:3px 4px 15px #060533; box-shadow:3px 4px 15px #060533; */
				/* text-shadow: 1px -1px 1px #eeeeee; */
			}

			#header .menu:hover .dropdown {
				display: block;
			}

			#header .menu .dropdown li:hover {
				-moz-box-shadow: 3px 4px 15px #060533;
				-webkit-box-shadow: 3px 4px 15px #060533;
				box-shadow: 3px 4px 15px #060533;
				background-color: #C7C9CC;
				color: black;
				border-radius: 5px;

			}

			#header .menu .dropdown .dropdown3:hover .dropdown3-1 {
				display: block;
			}

			#header .header_right:hover {
				top: -62px;
				left: 1200px;
				background-color: rgba(83, 176, 19, 1);
				-moz-box-shadow: 3px 4px 15px #060533;
				-webkit-box-shadow: 3px 4px 15px #060533;
				box-shadow: 3px 4px 15px #060533;
			}
			
			.indexintroducebox{
				width: 65%;
				height: 150px;
				margin: auto;
				padding-bottom: 80px;
				    display: flex;
				    z-index: 1;
				/*min-width: 600px;*/
			}
			
			.indexintroduce{
				/*width: 33%;*/
				margin: auto;
				/*float: left;*/
				text-align: center;
			}
			
			.indexintroduce2{
				width: 33%;
				margin: auto;
				/*float: left;*/
				text-align: center;
				border-right: 3px dashed red;
				border-left: 3px dashed red;
			}
			
			.numbertext{
				font-size: 30px;
			}
			
			
			.indexnumber{
				color: #3C9dd0;
				font-size: 55px;
				margin: ;
			}
			
			
			.indexproductbgcolor{
				width: 100%	;
				height: 500px;
				/* background-color: lightgray; */
			}
			.indexproduct-item{
				display: flex;
			}
			.indexproductbox{
				padding-top: 30px;
				width: 80%;
				/* background-color: lightgray; */
				/*min-width: 900px;*/
				height: 500px;
				margin: auto;
				text-align: center;
				z-index: -1;
			}
			
			.indexproductimg{
				width: 33%;
				/*min-width: 300px;*/
				height: 310px;
				color: whitesmoke;
				/* background-color: lightslategray; */
				font-size: 20px;
				/* border: 1px solid #000000; */
				padding-top: 25px;
				margin: 0 :;px 0 0;
				/*float: left;*/
			}
			.indexproducttext{
				padding: 14px;
				color: black;
			}
			.indexproducttext p{
				margin-top: 20px;
			}
			.headermap {
				width: 100%;
				/*min-width: 600px;*/
				height: 800px;
				margin: auto;
				text-align: center;
				background-color: lightgray;
				/* float: left; */
			}

			.headermaptext {
				width: 100%;
				/*min-width: 600px;*/
				text-align: center;
				margin: auto;
				padding: 30px 0;
				text-align: center;	
			}
			
			.indexapp {
				position: absolute;
				width: 100px;
				height: 100px;
				right: 20px;
				top: 380px;
				z-index: 9999;
			}

			/* --------------------------------------------------------------------- */

			.introduce {
				width: 68%;
				text-indent: 2em;
				margin: auto;
			}

			.introduce1 {
				width: 68%;
				text-indent: 2em;
				margin: auto;
				column-count: 2;
				text-indent: 10em;
			}


			/* --------------------------------------------------------------------- */

			.banner {
				clear: both;
				position: relative;
				z-index: -1;
				width: 100%;
				height: 300px;
				background-color: #055da2;
				/* background-image: url(../img/yunshuju.png);				 */
			}

			.bannerimg {
				/*min-width: 1200px;*/
				height: 300px;
				z-index: -1;
				margin: 0;
				background: url(../img/bg14.jpg) no-repeat scroll -5px -5px;
			}

			.bannerimg-text {
				position: absolute;
				display: block;
				margin: 50px 0 0 150px;
			}

			.bannerimg-text h1 {
				color: beige;
				margin: 0;
			}

			.bannerimg-text p, .bannerimg-text div {
				color: cornsilk;
			}
			.bannerTit{
				display: flex;
				align-items: center;
			}
			.bannerTit div{
				margin-left: 10px;
			}

			.subject {
				position: relative;
				width: 100%;
				height: 100%;
				margin: 50px auto 50px;

				/* background-color: red; */
			}

			.subjectbg {
				padding-top: 40px;
				height: 900px;
				background-color: #4e4e4e13;
			}

			.subject-header {
				position: relative;
				width: 1200px;
				margin: 25px auto;
				padding: 25px;
				text-align: center;
				height: 30px;
				line-height: 30px;
			}

			.columnhx {
				width: 100%;
				height: 100%;
			}

			.columnhx-bg {
				min-height: 320px;
				width: 1200px;
				margin: 20px auto;
				padding: 20px;
				top: 20px;
			}

			.columnhx-box {
				position: relative;
				border: 1px solid darkgreen;
				border-left: 6px solid darkgreen;
				width: 75%;
				margin: 25px auto;
				height: 150px;
				border-radius: 10px;
				left: 0;

				/* -moz-box-shadow:-1px -1px 5px #333333, 1px 1px 5px #333333; -webkit-box-shadow:-1px -1px 5px #333333, 1px 1px 5px #333333; box-shadow:-1px -1px 5px #333333, 1px 1px 5px #333333; */
			}

			.columnhx-boxicon {
				float: left;
				width: 25%;
				height: 100%;
				/* line-height: px; */
				text-align: center;
				color: #3C9dd0;
				top: 17px;
			}

			.columnhx-boxtext {
				width: 75%;
				float: left;
				line-height: 30px;
				color: ;
				text-indent: 2em;
			}

			.columnhx-up {
				background: linear-gradient(to right, #3d5c97, white);
				width: 100%;
				height: 50px;
				color: white;
				line-height: 50px;
				padding-left: 100px;
			}

			.columnhx-up a {
				color: white;
			}

			.columnhx-down {
				width: 1200px;
				text-indent: 2em;
				line-height: 40px;
				margin: 10px 0;
				padding: 40px 100px 50px 100px;
				background-color: ghostwhite;
			}

			.boxpd1 {
				padding: 35px 30px;
			}

			.boxpd2 {
				padding: 20px 30px;
			}

			.boxpd3 {
				padding: 10px 30px;
			}

			.fk0 {
				width: 500px;
				height: 30px;
				border-top: 3px solid gainsboro;
				margin: 10px auto;
			}

			.fk1 {
				width: 80px;
				height: 30px;
				border-top: 7px solid gainsboro;
				position: relative;
				top: -10px;
				margin: auto;
			}

			.columnhx-box:hover {
				left: 5px;
			}

			.revenue {

				width: 1200px;
				min-height: 400px;

			}

			.product {
				width: 100%;
				margin: auto;
				background-color: lightslategray;
			}

			.productbox {
				color: ivory;
				width: 900px;
				height: 300px;
				margin: 50px auto 0;
			}

			.productbox2 {
				color: ivory;
				width: 900px;
				height: 270px;
				margin: 0 auto 0;
			}
			
			
			.productlogo {
				float: left;

			}

			.productimg {}

			.producttext {
				width: 400px;
				float: right;
				/* padding: 50px; */
				margin: 50px 0 50px 50px;
				text-indent: 2em;

			}

			/* --------------------------------------------------------------- */

			.service_subject {
				position: relative;
				width: 100%;
				height: 100%;
				margin: auto;
				/* background-color: red; */
			}

			.subjectbg {
				padding-top: 0px;
				height: 800px;
				background-color: #4e4e4e13;
			}

			.subject_header {
				position: relative;
				width: 1200px;
				margin: auto;
				padding: 25px;
				text-align: center;
				height: 30px;
				line-height: 30px;
			}

			.column0 {
				width: 1050px;
				margin: 20px auto;
				height: 350px;
				/* background-color: blue; */
			}

			.column1 {
				position: relative;
				/* top: 50px; */
				top: 0;
				float: left;
				margin: 50px 60px;
				width: 400px;
				height: 250px;
				border-top: 5px solid #3D5C97;
				border-radius: 5px;
				-moz-box-shadow: -1px -1px 5px #333333, 1px 1px 5px #333333;
				-webkit-box-shadow: -1px -1px 5px #333333, 1px 1px 5px #333333;
				box-shadow: -1px -1px 5px #333333, 1px 1px 5px #333333;
			}

			.columntext {
				width: 80%;
				border-top: 1px solid #3D5C97;
				margin: 10px auto;
				font-size: 20px;
				text-indent: 2em;
			}

			.service-fs25 {
				top: -6px;
				font-size: 25px;
				margin-left: 10px;
			}

			.column1:hover {
				top: -8px;
			}

			/* --------------------------------------------------------------------- */
			/* 关于我们 */
			/* --------------------------------------------------------------------- */
			.aboutus_title {
				position: relative;
				width: 100%;
				/* height: 200px; */
				margin-top: 50px;
				z-index: -1;
			}

			.aboutus_box {
				text-align: center;
				margin: auto;
				font-size: 35px;
			}

			.address {
				width: 100%;
				text-align: center;
				margin-top: 50px;
			}

			.addresstext {
				width: 700px;
				float: left;
				font-size: 30px;
				/* text-align: center; */
				margin: auto;
				padding: 30px 0 170px 170px;
			}

			.aboutmap {
				width: 68%;
				text-align: center;
				margin: auto;
				/* left: 200px; */
				/* padding-left: 200px; */
			}

			#map {
				width: 40%;
				margin: auto;
				padding-left: 200px;
				/* margin: auto; */
				height: 300px;
				border: 1px solid #CCCCCC;
				font-size: 12px;
			}
			
			.credentialbox{
				width: 68%;
				height: 750px;
				margin: auto;
			}
			.cedentialimg{
				width: 150px;
				height: 200px;
				margin: 10px 20px;
				float: left;
			}
			.credentialimg{
				display: flex;
                justify-content: center;
                align-items: center;
			}
			.credentialimg img{
				width: 150px;
				height: 200px;
				margin: 10px 20px;
			}
			/*.technology{
				width: 50%;
				margin: auto;
				margin-bottom: 20px;
			}*/
			/* --------------------------------------------------------------------- */
			/* 产品上线 */
			/* --------------------------------------------------------------------- */
			.eckcover {
				width: 100%;
				height: 400px;
				z-index: -1;
			}

			.eckcover:before {
				content: '';
				position: absolute;
				background: url(../img/eckmap.png);
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				/* filter:blur(4px); */
				z-index: -1;
				background-size: cover;
			}
			
			
			.epingcover {
				width: 100%;
				height: 400px;
				z-index: -1;
			}

			.epingcover:before {
				content: '';
				position: absolute;
				background: url(../img/bg6.png) /* no-repeat scroll 0px -900px */;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				/* filter: blur(4px); */
				z-index: -1;
				background-size: cover;
				/* filter:blur(5px); */
			}

			.epingbox {
				position: absolute;
				top: 20%;
				left: 20%;
				width: 80%;
				height: 400px;
				/* background-color: red; */
				/* margin: */
			}

			.epingtext {
				display: flex;
                align-items: center;
				margin: 55px 0px 0 -180px;
				color: whitesmoke;
				float: left;
			}
			.epingtext h4{
				margin-left: 20px;
				margin-bottom: -5px;
			}

			.epingimg {
				/* background-color: red; */
				/* padding-top:100px; */
				/* clear: both; */
				position: absolute;
				left: 450px;
				float: left;
			}

			.epingbotton {
				position: relative;
				float: left;
				/* padding: 11px 0 0 20px; */
				width: 180px;
				height: 60px;
				margin: 30px auto;
				border-radius: 15px;
				font-size: 20px;
				text-align: center;
				background-color: rgba(83, 176, 19, 0.8);
				color: whitesmoke;
				/* line-height: 35px; */
			}

			.epingbottonl {
				width: 60px;
				height: 60px;
				padding: 12px;
				float: left;
				font-size: 40px;

			}

			.epingbottonr {
				float: left;
				line-height: 60px;
				font-size: 25px;
			}

			.epingbotton:hover {
				background-color: darkgreen;
				/* background-color: rgba(83, 176, 19, 0.8); */
			}

			.epingbotton:hover .epingbottonl {
				transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				/* IE 9 */
				-webkit-transform: rotate(90deg);
				/* Safari and Chrome */
			}

			.epingproduct {
				width: 1200px;
				min-height: 480px;
				/* background-color: skyblue; */
				z-index: 33;
				text-align: center;
				margin: auto;
				padding: 40px 0;

			}

			.epingproductbox {
				/* clear: both; */
				width: 180px;
				height: 180px;
				margin: 0 30px 30px;
				/* border: 1px solid green; */
				float: left;
				border-radius: 10px;
			}

			.epingproductboxup {
				width: 85%;
				margin: auto;
				font-size: 30px;
				line-height: 40px;
				border-bottom: 1px dashed red;
				color: #9c9898;
			}

			.epingproductboxdown {
				/* border-top:1px dashed red; */
				padding-top: 5px;
				color: #95979a;
			}

			.epingfs20 {
				font-size: 20px;
				color: #3C9dd0;
			}

			.epingproductbox:hover {
				/* -moz-box-shadow: -1px -1px 5px #333333, 1px 1px 5px #333333; */
				/* -webkit-box-shadow: -1px -1px 5px #333333, 1px 1px 5px #333333; */
				/* box-shadow: -1px -1px 5px #333333, 1px 1px 5px #333333; */
			}

			.epingproductbox:hover .epingproductboxdown {
				color: #3f516d;
			}

			.epingproductbox:hover .epingfs20 {
				color: #3876c5;
			}


			.eckproduct {
				width: 100%;
				margin: auto;
				padding-top: 35px;
				text-align: center;
				padding-left: 48px;
			}

			.eckproductbox {
				width: 1000px;
				margin: auto;

			}

			.eckproducttext {
				width: 400px;
				margin: 10px 50px;
				border: 1px solid whitesmoke;
				border-top: 2px solid steelblue;
				height: 50px;
				text-align: left;
				line-height: 50px;
				font-size: 20px;
				text-indent: 2rem;
				/* background-color: #0065CB; */
				float: left;

			}

			.eckproducttext i {
				font-size: 30px;
			}

			.eckproducttext:hover {
				top: 1px;
				-moz-box-shadow: -1px -1px 1px #333333, 1px 1px 1px #333333;
				-webkit-box-shadow: -1px -1px 1px #333333, 1px 1px 1px #333333;
				box-shadow: -1px -1px 1px #333333, 1px 1px 1px #333333;

			}

			.eypcover {
				width: 100%;
				height: 400px;
				z-index: -1;
			}
			
			.eypcover:before {
				content: '';
				position: absolute;
				background: url(../img/bg7.jpg) /* no-repeat scroll 0px -300px */;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				/* filter: blur(4px); */
				z-index: -1;
				background-size: cover;
				/* filter:blur(5px); */
			}

			.eypproduct {
				width: 100%;
				height: 150px;
				margin: 5px auto;
				background-color: rgba(56, 104, 144, 0.75);
				border-radius: 5px;
			}
			
			.eyptextauto{
				width: 1000px;
				margin: auto;
			}
			
			.eypbox {
				height: 110px;
				float: left;
				border-radius: 10px;
				background-color: gainsboro;
			}

			.eypbox1 {
				width: 210px;
				margin: 20px 20px;
			}

			.eypbox2 {
				width: 400px;
				margin: 20px 50px;
			}

			.eypbox3 {
				width: 210px;
				margin: 20px 20px;
			}

			.eypboxol {
				width: 100%;
				
				text-align: center;
				line-height: 27px;
				font-size: 20px;
				/*padding: 0 30px 0 0;*/
				padding: 15px 0;
				/*float: left;*/
				border-bottom: 2px dashed red;
				/* column-count: 2; */
			}

			.eypboxtl {
				width: 65px;
				line-height: 27px;
				font-size: 20px;
				column-count: 2;
				column-gap: 0px;
				margin: 0 10px;
				float: left;
				border-right: 2px dashed red;
			}

			.eypboxtext1 {
				width: 100%;
				padding: 15px 0;
				/* text-indent: 2em; */
				text-align: center;
			}

			.eypboxtext2 {
				width: 100%;
				padding: 15px 0;
				/* text-indent: 2em; */
				text-align: center;
			}

			.eypbox1:hover {
				width: 250px;
				padding: 0 20px;
				margin: 20px 0;
			}

			.eypbox2:hover {
				width: 500px;
				padding: 0 50px;
				margin: 20px 0;
			}

			.eypbox3:hover {
				width: 250px;
				padding: 0 25px;
				margin: 20px 0;
			}

			.egucover {
				width: 100%;
				height: 400px;
				z-index: -1;
			}
			
			.egucover:before {
				content: '';
				position: absolute;
				background: url(../img/bg10.png) /* no-repeat scroll 0px -900px */;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				/* filter: blur(4px); */
				z-index: -1;
				background-size: cover;
				/* filter:blur(5px); */
			}

			.eguproduct {
				width: 1100px;
				margin: auto;
				text-align: center;
				padding-left: 48px;
			}

			.ezscover {
				width: 100%;
				height: 400px;
				z-index: -1;
			}

			.ezscover:before {
				content: '';
				position: absolute;
				background: url(../img/epingbg1.jpg) no-repeat scroll 0px -5px;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				filter: blur(1.5px);
				z-index: -1;
				background-size: cover;
				/* filter:blur(5px); */
			}

			.ezsproduct {
				width: 900px;
				min-height: 480px;
				/* background-color: skyblue; */
				z-index: 33;
				text-align: center;
				margin: auto;
				padding: 40px 0;
			}

			.mlscover {
				width: 100%;
				height: 400px;
				z-index: -1;
			}

			.mlscover:before {
				content: '';
				position: absolute;
				background: url(../img/bg8.jpg) no-repeat scroll 0px -5px;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				/* filter: blur(4px); */
				z-index: -1;
				background-size: cover;
				/* filter:blur(5px); */
			}
			.ZKcover {
				width: 100%;
				height: 400px;
				z-index: -1;
			}

			.ZKcover:before {
				content: '';
				position: absolute;
				background: url(../img/bg2.jpg) no-repeat scroll 0px -5px;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				/* filter: blur(4px); */
				z-index: -1;
				background-size: cover;
				/* filter:blur(5px); */
			}

			.textblack{
				color: black;
			}

			/* --------------------------------------------------------------------- */
			/*  产品详情介绍 */
			/* --------------------------------------------------------------------- */
			.pro-introduce {
				width: 100%;
				height: 770px;
				background-color: ghostwhite;
			}

			.pro-introducebox {
				width: 1200px;
				height: 80px;
				margin: auto;
			}

			.pro-white {
				color: white;
			}

			.pro-introduceboxl {
				margin: 50px 0 0 90px;
				width: 468px;
				padding: 10px 0 15px 30px;
				background-color: lightslategray;
				float: left;
			}

			.pro-introduceboxr {}
			
			.fangjiazhishucover{
				width: 100%;
				height: 300px;
				z-index: -1;
			}
			
			.fangjiazhishucover:before{
				content: '';
				position: absolute;
				background: url(../img/jiamengbanner.png);
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				/* filter: blur(2px); */
				z-index: -1;
				background-size: cover;
			}
			
			.alliancecover {
				width: 100%;
				height: 300px;
				z-index: -1;
			}
			
			.alliancecover:before {
				content: '';
				position: absolute;
				background: url(../img/jiamengbanner.png)/* no-repeat scroll 0px -20% */ ;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				/* filter: blur(2px); */
				z-index: -1;
				background-size: cover;
				/* filter:blur(5px); */
			}
			 
			.alliancetextbox{
				width: 1200px;
				margin: 20px auto 0;
			}
			.alliancetextl{
				width: 180px;
				height: 120px;
				padding-bottom: 30px;
				margin-bottom: 20px;
				line-height: 120px;
				text-align: center;
				background-color: #3D5C97;
				color: white;
				font-size: 25px;
				border-radius: 10px;
				/* clear: both; */
				float: left;
			}
			
			.alliancetextl:hover{
				background-color: whitesmoke;
				border: 4px solid #3D5C97;
				color: black;
			}
			
			.alliancetextlclicked{
				background-color: whitesmoke;
				border: 4px solid #3D5C97;
				color: black;
			}
			
			
			.alliancetextr{
				width: 960px;
				border: 1px solid #099;
				border-radius: 10px;
				margin-bottom: 36px;
				
				float: right;
			}
			.alliancetextrtext{
				margin: 16px 35px 16px 30px;
			}
			.alliancetextrtext h4{
				width: 120px;
				text-align: center;
				background-color: white;
				top: -30px;
			}
			.alliancetextrtext p{
				line-height: 26px;
				margin-bottom: 13px;
				text-align: justify;
				text-indent: 2em;
			}
			
			/* --------------------------------------------------------------- */
			/* 价值参考 */
			/* --------------------------------------------------------------- */
			.newbox{
				width: 900px;
				height: 330px;
				margin: auto;
				text-indent: 2em;
			}
			
			.fangjiaboximg img{
				width: 300px;
				height: 250px;
				float: left;
				margin: 0 50px 0 0;
				text-indent: 2em;
			}
			

			/* --------------------------------------------------------------------- */
			/* 申请试用 */
			/* --------------------------------------------------------------------- */
			.applycover {
				width: 100%;
				min-height: 750px;
				z-index: -1;
			}

			.applycover:before {
				content: '';
				position: absolute;
				background: url(../img/beijing3.jpg);
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				filter: blur(4px);
				z-index: -1;
				background-size: cover;
			}
			
			.allianceincover{
				width: 100%;
				min-height: 750px;
				z-index: -1;
			}
			
			.allianceincover:before{
				content: '';
				position: absolute;
				background: url(../img/beijing3.jpg);
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				filter: blur(4px);
				z-index: -1;
				background-size: cover;				
			}

			.applybox {
				top: 75px;
				width: 600px;
				height: 600px;
				padding: 50px;
				margin: auto;
				background-color: rgba(61, 92, 150, 0.2);
				border-radius: 30px;
				z-index: 11;
			}

			.fromcolorwhite {
				color: white;
			}
			.logoTit{
				display: flex;
				align-items: center; 
				margin-bottom: 14px;
			}
			.applycloudtext{
				color: white;
				font-size: 30px;
				margin-left: 50px;
				/*top: -25px;*/
			
			}
			.inputbox {
				margin: 0px auto 40px;
				width: 300px;
				height: 40px;
				border-radius: 4px;
				text-indent: 1em;
				line-height: 40px;
				font-size: 20px;
			}

			.applycheckbox {
				width: 20px;
				height: 20px;
				font-size: 20px;
				top: -4px;
			}

			.applycheckboxtext {
				font-size: 20px;
				top: -7px;
				color: white;
			}
			
			.applybutton{
				width: 1000px;
				margin: auto;
				left: 40px;
			}
			
			.applybuttonstyle {
				width: 200px;
				height: 50px;
				text-align: center;
				margin: auto;
			}
			
			.applyteltext{
				color: white;
				font-size: 20px;
			}
/* --------------------------------------------------------------------- */
			/* 底部导航栏 */
			/* --------------------------------------------------------------------- */
			.footer {
				font-size: 14px;
				color: #c8c8c8;
				width: 100%;
				/*min-width: 1200px;*/
				padding-top: 50px;
				padding-bottom: 25px;
				background-color: #FBFBFB;
				display: table;
				-webkit-justify-content: center;
				justify-content: center;
				z-index: -1;
			}

			.container {
				width: 1200px;
				height: 168px;
				padding: 0;
				margin: auto;
			}

			.container:before {
				display: table;
				content: "";
			}

			.footer-nav {
				overflow: hidden;
			}

			.footer-wechat {
				/* clear: both; */
				position: relative;
				width: 15%;
				height: 150px;
				text-align: center;
				float: right;
				overflow: hidden;
			}

			.footer-link {
				float: left;
				width: 15%;
				padding-left: 0;
				list-style: none;
			}

			.footer-link li {
				list-style: none;
				font-family: "Microsoft Yahei";
				height: 28px;
				line-height: 28px;
				color: #3F3F3F;
			}

			.footer-link li a {
				color: #086CA2;
				text-decoration: none;
			}

			.footer-link li a:hover {
				/* text-decoration: none; */
				color: #034569;
			}

			.footer-message {
				width: 100%;
				/*min-width: 1200px;*/
				height: 60px;
				text-align: center;
				margin: 36px 0 0 0;
				padding: 10px;
				border-top: 1px solid #000000;
				/* line-height: 10px; */
			}

			
			
			
