   @font-face {
   	font-family: 'YourWebFontName';
   	font-weight: 400;
   	/*src: url('YourWebFontName.eot');*/
   	src: url(PangMenZhengDao.ttf) format('truetype');
   }
   
   body {
   	margin: 0;
   	padding: 0;
   	font-family: "微软雅黑";
   }
   
   ul {
   	list-style: none;
   	margin: 0;
   	padding: 0;
   }
   
   @media only screen and (min-width:991px) {
   	header {
   		position: fixed;
   		top: 0;
   		width: 100%;
   		left: 0;
   		background-color: rgba(248, 248, 248, 0.9);
   		z-index: 111;
   		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
   		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
   	}
   	.section {
   		margin-top: 70px;
   	}
   	.section_s {
   		margin-top: 0;
   	}
   }
   
   .navbar>.container-fluid .navbar-brand,
   .navbar-right {
   	margin: 0 !important;
   }
   
   .container-fluid {
   	width: 100%;
   	max-width: 1000px;
   }

   .navbar-nav>li {
   	line-height: 70px;
   	font-size: 18px;
   	padding: 0 15px;
   	height: 70px;
   }
   
   .navbar-default .navbar-nav>li>a {
   	display: inline-block;
   	padding: 0;
   	color: #1E1E1E;
   }
   
   .btn {
   	-webkit-transition: all, .15s, ease-in-out;
   	-o-transition: all, .15s, ease-in-out;
   	transition: all, .15s, ease-in-out;
   	border: 1px solid transparent;
   	border-radius: 3px;
   	font-size: 14px !important;
   	font-weight: 400;
   	padding: 7px 10px !important;
   	line-height: 1.6;
   	width: 97px;
   }
   
   .btn .iconfont {
   	font-size: 14px;
   	margin-right: 5px;
   }
   
   .btn-primary:active,
   .btn-primary:focus,
   .btn-primary:hover {
   	color: #fff;
   	background-color: #16be65 !important;
   	border: 1px solid transparent;
   }
   
   .btn-gray:focus,
   .btn-gray:hover,
   .btn-primary:active {
   	color: #fff;
   	background-color: #616d72 !important;
   }
   
   .btn-primary {
   	color: #fff !important;
   	background-color: #18cc6c;
   }
   
   .btn-gray {
   	color: #fff !important;
   	background-color: #68757a;
   }
   
   .navbar-right li {
   	padding: 0 !important;
   	margin-left: 10px;
   }
   
   .navbar-brand {
   	height: 70px;
   	line-height: 40px;
   	padding: 15px 0;
   }
   
   .navbar-brand img {
   	max-height: 35px;
   }
   
   .navbar {
   	border-radius: 0;
   	margin-bottom: 0;
   	border: none;
   	background-color: transparent;
   }
   
   .navbar-toggle {
   	margin-top: 17px;
   }
   
   .slideshow img {
   	width: 100%;
   	height: auto;
   	min-height: 200px;
   }
   
   .successful_case_top {
   	margin: 50px 0;
   	text-align: center;
   	margin-bottom: 30px;
   }
   
   .successful_case_top .span {
   	display: inline-block;
   	font-size: 16px;
   	font-weight: 600;
   	margin-top: 10px;
   }
   
   .h2 {
   	margin: 0;
   	width: 100%;
   	font-size: 40px;
   	text-align: center;
   	font-family: "YourWebFontName";
   }
   
   .h2 i {
   	font-style: initial;
   	color: #14CC6C;
   }
   
   .case_ul_span {
   	display: block;
   	width: 100%;
   	position: relative;
   }
   
   .case_ul_span img {
   	width: 100%;
   	height: auto;
   }
   
   .successful_case_ul li {
   	margin-bottom: 30px;
   }
   
   .successful_case_ul h3 {
   	margin: 10px 0;
   	text-align: left;
   	font-size: 20px;
   }
   
   .tables {
   	width: 100%;
   }
   
   .tables th,
   .tables td {
   	padding: 0 15px;
   	text-align: center;
   }
   
   .tables td {
   	color: #1ECF6A;
   	font-size: 40px;
   }
   
   .tables th {
   	height: 45px;
   	background-color: #1ECF6A;
   	color: #FFFFFF;
   	font-size: 18px;
   	font-weight: 400;
   	border-right: 1px solid #FFFFFF;
   }
   
   .tables tr th:last-child {
   	border-right: none;
   }
   
   .enterprise {
   	width: 100%;
   	max-width: 600px;
   	margin: 30px auto;
   	margin-top: 60px;
   }
   
   .enterprise_left {
   	text-align: center;
   	font-weight: 600;
   	font-size: 16px;
   }
   
   .enterprise_left h4 {
   	font-weight: 600;
   	font-size: 20px;
   }
   
   .successful_case {
   	text-align: center;
   }
   
   .span_img {
   	display: block;
   	height: 35px;
   	line-height: 35px;
   	margin-bottom: 10px;
   }
   
   .span_img img {
   	width: auto;
   	height: auto;
   	max-height: 35px;
   	vertical-align: middle;
   }
   
   .div span {
   	font-size: 16px;
   	font-weight: 600;
   }
   
   .div p {
   	margin-top: 25px;
   }
   
   .surefire {
   	margin-top: 30px;
   	min-height: 600px;
   	width: 100%;
   	background-color: #F3F3F3;
   	text-align: left;
   	padding: 40px;
   	box-sizing: border-box;
   }
   
   .surefire span {
   	font-size: 20px;
   	font-weight: 700;
   	display: block;
   	margin-bottom: 25px;
   }
   
   .surefire p {
   	font-size: 18px;
   	line-height: 30px;
   	margin-bottom: 60px;
   }
   
   .div_img {
   	max-width: 810px;
   }
   
   .div_img div {
   	padding: 0;
   }
   
   .div_img div img {
   	margin-right: 10px;
   	margin-bottom: 5px;
   }
   
   .section_h2 {
   	margin-top: -50px;
   	text-align: center;
   	color: #14CC6C;
   	font-size: 40px;
   	font-style: italic;
   	transform: rotate(-5deg);
   	font-family: "YourWebFontName";
   }
   
   .section_h2 span {
   	display: block;
   	text-indent: 110px;
   }
   
   .section_ul {
   	text-align: center;
   	margin-bottom: 50px;
   }
   
   .section_ul li span {
   	display: block;
   	height: 150px;
   	position: relative;
   	line-height: 150px;
   }
   
   .section_ul li span img {
   	max-height: 100px;
   	min-height: 100px;
   	vertical-align: middle;
   	max-width: 100%;
   }
   
   .section_ul li p {
   	margin: 0 auto;
   	font-size: 16px;
   	max-width: 250px;
   	font-weight: 600;
   }
   
   .container-fluid>img {
   	width: 100%;
   }
   
   .h2s {
   	margin: 30px 0;
   }
   
   .system {
   	max-width: 520px;
   	margin: 0 auto;
   	margin-bottom: 30px;
   }
   
   .system li {
   	display: block;
   	text-align: center;
   }
   
   .system li span {
   	display: inline-block;
   	font-size: 16px;
   	height: 25px;
   	line-height: 25px;
   }
   
   .system li img {
   	vertical-align: middle;
   	width: 25px;
   	height: 25px;
   	position: relative;
   	top: -2px;
   }
   
   .intelligent li {
   	padding: 0;
   	margin-bottom: 15px;
   }
   @media only screen and (min-width:768px) {
   	.intelligent li:nth-child(2n+1) {
   		padding-right: 10px;
   	}
   	.intelligent li:nth-child(2n) {
   		padding-left: 10px;
   	}
   	.navbar-nav {
   		margin-left: 20px;
   	}
   }
   
   .intelligent_div {
   	height: auto;
   	background-color: #F8F8F8;
   	width: 100%;
   	border: 1px solid #00DFFF;
   	border-radius: 4px;
   	padding: 15px 29px;
   }
   
   .intelligent_div img {
   	max-height: 94px;
   	max-width: 100%;
   }
   
   .intelligent_div>div {
   	padding: 0;
   	padding-bottom: 30px;
   }
   
   .intelligent_div h3 {
   	margin: 0;
   	font-size: 28px;
   	font-weight: 600;
   	margin-bottom: 30px;
   	text-align: left;
   }
   
   .intelligent_div p {
   	min-height: 85px;
   	margin: 0;
   	font-size: 12px;
   	text-align: left;
   }
   
   .customer_div {
   	padding-top: 30px;
   	margin: 30px 0;
   	border: 3px solid #46D579;
   	border-left: none;
   	border-right: none;
   }
   
   .customer h2 {
   	color: #2F8C32;
   	margin-bottom: 20px;
   }
   
   .customer_ul li {
   	text-align: center;
   	margin-bottom: 30px;
   }
   
   .customer_ul li span {
   	font-size: 18px;
   	font-weight: 600;
   	display: block;
   	margin: 30px 0;
   }
   
   .customer_ul li i {
   	font-style: initial;
   	color: #14CC6C;
   }
   
   .customer_ul li p {
   	font-size: 16px;
   	color: #8D8D8D;
   }
   
   .partner div {
   	text-align: left;
   }
   
   .partner img {
   	margin: 15px 20px;
   }
   
   .background {
   	min-height: 500px;
   	width: 100%;
   	padding: 50px 30px;
   	background-image: url(https://yunimages.51microshop.com/seo/images/background.jpg);
   	background-repeat: no-repeat;
   	background-size: 100% 100%;
   }
   
   .background .img {
   	max-width: 100%;
   	width: 100%;
   	position: relative;
   	z-index: 0;
   	top: -16px;
   }
   
   .background .container-fluid {
   	padding: 0;
   }
   
   .background_left h2 {
   	font-weight: 600;
   	font-size: 55px;
   }
   
   .background_left a {
   	text-decoration: none;
   	background-color: #B0F900;
   	display: inline-block;
   	padding: 10px 20px;
   	color: #FFFFFF;
   	border-radius: 4px;
   	font-size: 16px;
   	color: #000000;
   	margin-top: 30px;
   }
   
   .background_right {
   	height: 305px;
   	overflow: hidden;
   	text-align: center;
   	position: relative;
   	padding: 0;
   }
   
   .footer {
   	min-height: 300px;
   	width: 100%;
   	background-color: #3CD476;
   	padding: 135px 30px;
   	background-image: url(https://yunimages.51microshop.com/seo/images/background1.jpg);
   	background-repeat: no-repeat;
   	background-size: 100% 100%;
   }
   
   .footer_left img {
   	max-width: 60px;
   }
   
   .divs {
   	margin-top: 20px;
   }
   
   .divs a {
   	text-decoration: none;
   	color: #000;
   	margin-right: 15px;
   	font-size: 16px;
   	display: inline-block;
   	line-height: 30px;
   }
   
   .location {
   	display: block;
   	font-size: 16px;
   	line-height: 30px;
   }
   
   .footer_right {
   	text-align: center;
   	height: 150px;
   	line-height: 190px;
   }
   
   .footer_right img {
   	max-width: 100px;
   	vertical-align: middle;
   }
   
   .customer_ul img {
   	min-height: 75px;
   	max-width: 100%;
   }
   
   @media only screen and (max-width:1100px ) {
   	.navbar-nav{
   		margin-left: 45px;
   	}
   }
    @media only screen and (max-width:900px ) {
   	.navbar-nav{
   		margin-left: 0;
   	}
   }
   @media only screen and (max-width:991px) {
   	.navbar-brand {
   		padding: 15px 10px;
   		margin-left: 0 !important;
   	}
   	.navbar-nav>li>a {
   		padding: 0 10px;
   	}
   	.successful_case_top {
   		margin: 40px 0;
   		margin-bottom: 20px;
   	}
   	.successful_case_top h2 {
   		font-size: 36px;
   		letter-spacing: 2px;
   	}
   	.successful_case_top span {
   		font-size: 14px;
   	}
   	.tables th {
   		font-size: 16px;
   	}
   	.section_ul li span {
   		height: 120px;
   		line-height: 120px;
   	}
   	.section_ul li span img {
   		max-height: 70px;
   		min-height: 70px;
   	}
   	.background_left h2 {
   		font-weight: 600;
   		font-size: 36px;
   		margin: 0;
   	}
   	.background {
   		min-height: 365px;
   		padding: 45px 30px;
   	}
   	.navbar-nav>li>a {
   		font-size: 16px;
   	}
   	.tables td{
   		font-size: 46px;
   	}
   	.navbar-nav>li{
   		padding: 0 10px;
   	}
   }
   
   @media only screen and (max-width:768px) {
   	.nav {
   		text-align: center;
   		margin: 0;
   	}
   	.nav>li {
   		display: inline-block;
   		padding: 0 10px;
   		height: 55px;
   		line-height: 55px;
   	}
   	.navbar-nav>li>a {
   		font-size: 14px;
   		font-weight: 600;
   	}
   	.navbar-header {
   		background-color: #FFFFFF;
   		margin: 0 !important;
   	}
   	.navbar-brand {
   		display: inline-block;
	    width: 100%;
	    text-align: center;
	    box-sizing: border-box;
   		height: 55px;
   		line-height: 55px;
   		padding: 0;
   	}
   	.navbar-brand img {
   		max-height: 35px;
   		display: inline-block;
   		max-width: 100%;
   		vertical-align: middle;
   	}
   	.successful_case_ul li {
   		padding: 0;
   	}
   	br {
   		display: none;
   	}
   	.section_ul li {
   		padding: 0 5px;
   	}
   	.section_ul li p {
   		font-size: 14px;
   	}
   	.section_h2 {
   		margin: 0;
   	}
   	.system li img {
   		width: 15px;
   		height: 15px;
   	}
   	.system li span {
   		font-size: 12px;
   		height: 20px;
   		line-height: 20px;
   	}
   	.system li {
   		padding: 0;
   	}
   	.section_s .container-fluid {
   		padding: 0;
   	}
   	.intelligent li {
   		padding: 0 15px;
   	}
   	.system {
   		padding: 0 15px;
   	}
   	.section_h2 {
   		font-size: 28px;
   		text-indent: -50px;
   	}
   	.section_h2 span {
   		text-indent: 50px;
   	}
   	.h2 {
   		font-size: 26px;
   	}
   	.h2s {
   		margin: 25px 0;
   	}
   	.section_ul {
   		margin-bottom: 20px;
   	}
   	.system {
   		margin-bottom: 20px;
   	}
   	.intelligent_div>div {
   		padding: 0 5px;
   		text-align: center;
   	}
   	.intelligent_div p {
   		min-height: 120px;
   	}
   	.intelligent_div h3 {
   		margin-bottom: 15px;
   	}
   	.intelligent_div {
   		padding: 15px 10px;
   	}
   	.partner div {
   		text-align: center;
   	}
   	.partner img {
   		margin: 15px 10px;
   	}
   	.divs a,
   	.location {
   		font-size: 14px;
   	}
   	.background {
   		background-size: 768px 100%;
   		min-height: 300px;
   	}
   	.footer {
   		padding: 70px 30px;
   		background-size: 768px 100%;
   	}
   	.footer_left img {
   		max-width: 50px;
   	}
   	header .container-fluid {
   		padding: 0;
   	}
   	.customer {
   		padding: 0 15px;
   	}
   	.surefire p{
   		font-size: 16px;
   	}
   	.surefire{
   		padding: 40px 20px;
   	}
   	.enterprise{
   		margin: 30px auto;
   	}
   }
   
   @media only screen and (max-width:605px) {
   	.background {
   		background-position-x: -175px;
   	}
   	.footer {
   		background-position-x: -140px;
   	}
   }
   
   @media only screen and (max-width:400px) {
   	.nav>li {
   		padding: 0 5px;
   	}
   	.tables td {
	    font-size: 36px;
	}
	.tables th {
	    font-size: 12px;
	    height: 35px;
	}
	.tables th, .tables td{
		padding: 0;
	}
   }
   
   @media only screen and (max-width:350px) {
   	.nav>li {
   		padding: 0px;
   	}
   }