html,body {
	font-size:18px;
	font-family: "HanHei SC","PingFang SC","Microsoft YaHei",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
html.modal-open,body.modal-open {
	overflow:auto;
	padding-right:0 !important
}

li {
	list-style: none;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none
}
::-webkit-scrollbar {
	width: 6px;
	height: 10px;
}
::-webkit-scrollbar-track {
	background: #e5e8eb;
}
::-webkit-scrollbar-thumb {
	background: #b0b7c7;
}
::-webkit-input-placeholder {
	color: #cfd3d9;
}
input,button,textarea,select,option {
	outline: medium;
}
textarea {
	resize:none;
}
@font-face
{
    font-family: pangmenzd;
    src: url(fonts/庞门正道标题使ttF);
    font-weight: bold;
}
@media (min-width:1081px) and (max-width: 4500px) {
	html {
		font-size:12px
	}

	body {
		min-width: 1200px;
		overflow: auto;
	}
	

	.header {
		position:fixed;
		top:0;
		left:0;
		width: 100%;
		height: 70px;
		z-index: 1000;
	    /*background: #04070e;*/
	}
	.header2 {
		background: #ffffff;
		box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	}
	.header .left {
		float:left;
	}
	.header .left img {
		display: block;
		margin-top: 10px;
	    width: 100px;
	}
	.header .left a {
		display: block;
		float: left;
	}
	.header .right {
		float: right;
	}
	.nav-map .has-sub {
		margin-left: 60px;
		float: left;
	}
	.header .left .fuwushang {
		margin-left: 10px;
		padding: 16px 0 0;
	}
	.nav-map li:first-child {
		margin-left: 0;
	}
	.nav-map li a {
		display: block;
		line-height: 70px;
		color:#ffffff;
	}

	.header2 .nav-map li a {
		color: #000000;
	}
	.header2 .nav-map .active a {
		color: #5672ff;
	}
	.header .nav-map li span {
		position: absolute;
		bottom: 16px;
		left: 50%;
		transform: translate(-50%,0);
	    display: block;
	    margin: 6px auto 0;
	    width: 20px;
	    height: 4px;
	    background: #ffffff;
	    border-radius: 2px;
	    display: none;
	}
	.header .nav-map li {
	    position: relative;
	}
	.header .nav-map li img {
	    position: absolute;
	    left: 100%;
	    top: 29px;
	    width: 13px;
	}
	.header .nav-map .active span {
	    display: block;
	}
	.header2 .nav-map li span {
		position: absolute;
		bottom: 16px;
		left: 50%;
		transform: translate(-50%,0);
		display: block;
	    margin: 6px auto 0;
		width: 20px;
		height: 4px;
	    background: #ffffff;
	    border-radius: 2px;
	}
	.header2 .nav-map .active span {
	    background: #5672ff;
	}
	.nav-map li img {
		margin-left: 0.2rem;
	}
	/*.nav-map li:last-child {
		margin-left: 16px;
	}*/
	.nav-map li .login {
	    margin-top: 18px;
	    width: 98px;
	    height: 34px;
	    box-sizing: border-box;
	    border-radius: 2px;
	    line-height: 2rem;
		border: 1px solid #ffffff;
		background: none;
		color:#ffffff;
	    text-align: center;
	    line-height: 32px;
	}
	.header2 .nav-map li .login {
	    margin-top: 18px;
	    width: 98px;
	    height: 34px;
	    box-sizing: border-box;
	    border-radius: 2px;
	    line-height: 2rem;
		border: 1px solid #e4e4e4;
		background: #ffffff;
		color: #000000;
	    text-align: center;
	    line-height: 32px;
	}
	.nav-map li .shiyong {
	    margin-top: 18px;
	    width: 98px;
	    height: 34px;
	    box-sizing: border-box;
	    border-radius: 2px;
	    line-height: 2rem;
		border: 1px solid #1875f0;
		background: #1875f0;
		color: #ffffff;
	    text-align: center;
	    line-height: 32px;
	}
	.header2 .nav-map li .shiyong {
	    color: #ffffff;
	}
	.has-sub ul {
		display: none;
		position: absolute;
		z-index: 22;
		padding: 0;
		top: 60px;
		left: -35px;
		width: 120px;
		background: #ffffff;
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}

	.has-sub ul li {
		list-style: none;
		display: block;
	}

	.has-sub ul li a {
		margin-top: 0;
		display: block;
		font-size: 14px;
		color: #5a6879;
		text-align: center;
		height: 38px;
		line-height: 38px;
		background-color: #ffffff;
		border-bottom: 1px solid #edf2f8
	}

	.has-sub ul li:last-child {
		margin-left: 0;
	}
	.has-sub.active ul li a {
		color: #5a6879 !important;
	}
	.has-sub ul li a:hover {
		color: #5672ff !important;;
	}

	.swiper-one {
		position:relative;
		width:100%
	}
	.swiper-one .banner-text {
		position:relative
	}
	.swiper-one .banner-text div {
		position:absolute;
		bottom:50%;
		right:48%;
		width:34%;
		transform:translateY(50%)
	}
	.swiper-one .swiper-pagination-bullet {
		width:2.5rem;
		height:.3125rem;
		background-color:rgba(255,255,255,0.6);
		border-radius:.1875rem
	}
	.swiper-one .swiper-pagination-bullet-active {
		background-color:#3891f9
	}
	.swiper-one img {
		width:100%
	}

	.slide_cont {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 1200px;
		color:#ffffff;
	}
	.slide_cont h1 {
		font-size: 48px;
		font-weight: 400;
		letter-spacing: 2px;
	}
	.slide_cont h1 span {
		color: #ffca2a;
		font-weight: 400;
	}
	.slide_cont h3 {
		font-size: 24px;
		font-weight: 300;
		letter-spacing: 4px;
	}
	.slide_cont p {
		margin: 50px 0 0;
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.7rem;
		letter-spacing: 2px;
	}
	.slide_cont p span {
		margin: 0 0.2rem;
	}
	.slide_cont .hqBtn {
		margin-top: 15px;
		width: 160px;
		height: 40px;
		border: 0.5px solid #ffffff;
		color: #ffffff;
		border-radius: 3px;
		text-align: center;
		line-height: 38px;
	}
	.slide_cont .hqBtn a {
		display: block;
		color: #ffffff;
	}
	.carousel-control {
		z-index: 2222;
	}
	.part-title {
		font-size:2.5rem;
		line-height: 140px;
		text-align:center
	}
	.part {
		max-width: 1200px;
		padding: 0;
		margin: 0;
	}
	.part-wrap {
		margin-bottom: 30px;
		position: relative;
		width: 100%;
	}
	.part-wrap .bg-banner {

	}
	.part-wrap .efficiency {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1200px;
		transform: translate(-50%,0);
		height: 100%;
	}
	.part {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}
	.part-title {
		margin-top: 30px;
	}
	.part-title p {
		margin: 0;
		font-family: "pangmenzd";
		font-size: 70px;
		color: #f2f5f8;
		letter-spacing: 3px;
	}
	.part-title h2 {
		margin-top: -1.5rem;
		letter-spacing: 2px;
		font-size: 34px;
		color: #000000;
		font-weight: 500;
	}
	.efficiencyWrap {
		width: 100%;
		height: 770px;
		background-image: url(../images/banner/banner2_bg.png);
		background-position: center;
	}
	.part-wrap .efficiency .part-title p {
		color: rgba(255,255,255,0.3);
	}
	.part-wrap .efficiency .part-title h2 {
		color:#ffffff;
	}
	.part-wrap .efficiency .part-title h4 {
		font-size: 18px;
		color: #ffffff;
		font-weight: 300;
		line-height: 30px;
	}
	section.product {
		padding-bottom: 10px;
	}
	section.product .list-wrap {
		margin-top: 4rem;
		padding: 0 10px;
	}
	section.product .list-wrap .col-md-3 {
		padding: 10px 0 20px;
		cursor: pointer;
	}
	section.product .list-wrap img {
		display: block;
		margin: 0 auto;
	}
	section.product .list-wrap h2 {
		margin-top: 30px;
		text-align: center;
		font-size: 24px;
		color: #000000;
	}
	section.product .list-wrap .type {
		overflow: hidden;
		text-align: center;
	}
	section.product .list-wrap .type span {
		display: inline-block;
		box-sizing: border-box;
		padding: 0 8px;
		height: 18px;
		border: 1px solid #eaedf5;
		border-radius: 2px;
		line-height: 18px;
		color: #5d7598;
		text-align: center;
		font-size: 12px;
	}
	section.product .list-wrap p {
		padding: 0 30px;
		height: 100px;
		margin-top: 10px;
		line-height: 22px;
		font-size: 12px;
		color: #505050;
	}
	section.product .list-wrap .more {
		margin-top: 18px;
		text-align: center;
		font-size: 12px;

	}
	section.product .list-wrap .more a {
		color: #a0a0a0;
	}
	section.product .list-wrap .more img {
		display: inline-block;
		width: 16px;
	}
	section.product .list-wrap .col-md-3:hover {
		background: #fdfefe;
		border-radius: 8px;
		box-shadow:0px 3px 10px 0px rgba(63,63,63,0.1);
	}
	section.product .list-wrap .col-md-3:hover .more a {
		color: #5672ff;
	}
	section.efficiency .list-wrap {
		margin-top: 70px;
		background: #ffffff;
	}
	section.efficiency .list-wrap .col-md-4 {
		position: relative;
		text-align: center;
		cursor: pointer;
	}
	section.efficiency .list-wrap .col-md-4 {
		padding: 40px 0;
		border-right: 1px solid #eeeeee;
	}
	section.efficiency .list-wrap .col-md-4:last-child  {
		border: 0;
	}
	section.efficiency .list-wrap .col-md-4 img {
		display: block;
		margin: 0 auto;
	}
	section.efficiency .list-wrap .col-md-4 h2 {
		margin-top: 30px;
		font-size: 18px;
	}
	section.efficiency .list-wrap .col-md-4 .line {
		margin: 18px auto;
		width: 40px;
		border-top: 1px solid #d9d9d9;
	}
	section.efficiency .list-wrap .col-md-4 p {
		color: #8a8a8a;
		font-size: 14px;
	}
	section.efficiency .list-wrap .col-md-4 .more {
		margin-top: 50px;
		text-align: center;
		font-size: 12px;

	}
	section.efficiency .list-wrap .col-md-4 .more a {
		color: #a0a0a0;
	}
	section.efficiency .list-wrap .col-md-4 .more img {
		display: inline-block;
	}
	section.efficiency .list-wrap .col-md-4 .more .img1 {
		width: 16px;
	}
	section.efficiency .list-wrap .col-md-4 .more .img2 {
		width: 14px;
	}
	section.efficiency .list-wrap .col-md-4 .mengban {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 22;
		padding: 40px 0;
		box-sizing: border-box;
		width: 100%; 
		height: 100%;
		background: #f3f5f7;
		box-shadow: 0 1px 3px rgba(0,0,0,0.1);
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 0;
	   -webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	   -o-transition: all 0.4s ease-in-out;
	   -ms-transition: all 0.4s ease-in-out;
	   transition: all 0.4s ease-in-out;
	}
	section.efficiency .list-wrap .col-md-4 .mengban .product-img {
		-webkit-transform: translateY(-100px);
	   -moz-transform: translateY(-100px);
	   -o-transform: translateY(-100px);
	   -ms-transform: translateY(-100px);
	   transform: translateY(-100px);
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 0;
	   -webkit-transition: all 0.2s ease-in-out;
	   -moz-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;
	}
	section.efficiency .list-wrap .col-md-4:hover .mengban {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	   filter: alpha(opacity=100);
	   opacity: 1;
	}
	section.efficiency .list-wrap .col-md-4:hover .mengban .product-img,
	section.efficiency .list-wrap .col-md-4:hover .mengban h2,
	section.efficiency .list-wrap .col-md-4:hover .mengban p,
	section.efficiency .list-wrap .col-md-4:hover .mengban .more {
		 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	   filter: alpha(opacity=100);
	   opacity: 1;
	   -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	   -o-transform: translateY(0px);
	   -ms-transform: translateY(0px);
	   transform: translateY(0px);
	}
	section.product .list-wrap .row {
		padding: 30px 0;
	}
	section.product .list-wrap .row .col-md-4 p {
		text-align: center;
	}
	section.solution {
		max-width: 100%;
	}
	section.solution .container-fluid {
		background: #fafafa;
	}
	section.solution .container-fluid:nth-child(2n) {
		background: #ffffff;
	}
	section.solution .container {
		padding: 30px 15px;
	}
	section.solution .container .col-sm-6 h2 {
		margin-top: 100px;
		font-size: 24px;
		letter-spacing: 1px;
		color: #121213;
	}

	section.solution .container .col-sm-6 p {
		margin-top: 20px;
		font-size: 14px;
		color: #606475;
		line-height: 26px;
		font-weight: 300;
	}
	section.solution .container .col-sm-6 img {
		display: block;
		margin: 0 auto;
	}
	section.solution .container .col-sm-6 .shiyong {
		margin-top: 50px;
		width: 110px;
		height: 32px;
		border: 1px solid #e4e4e4;
		border-radius: 2px;
		font-size: 12px;
		text-align: center;
		line-height: 30px;
		color: #b2b3ba;
		letter-spacing: 1px;
		cursor: pointer;
	}
	section.solution .container .col-sm-6 .shiyong a {
		display: block;
		color: #b2b3ba;
	}
	section.solution .container .col-sm-6 .shiyong:hover {
		border: 1px solid #5672ff;
		background: #5672ff;
		color: #ffffff;
	}
	section.solution .container .col-sm-6 .shiyong:hover a {
		color: #ffffff;
	}
	section.customer .container {
		padding: 60px 15px;
		display: flex;
	}
	section.customer .container .picture {
		width: 540px;
		float: left;
	}
	section.customer .container .wordBox {
		margin: 5px 0;
		padding: 0 70px 0 40px;
		box-sizing: border-box;
		height: 350px;
		float: left;
		width: calc(100% - 540px);
		box-shadow:0px 5px 12px 0px rgba(0, 0, 0, 0.06);
		position: relative;
	}
	section.customer .container .wordBox .cont {
		margin-top: 50px;
		min-height: 140px;
		color: #6c6e7c;
		line-height: 28px;
		letter-spacing: 1px;
		font-size: 16px;
	}
	section.customer .container .wordBox .yinhao {
		position: absolute;
		top: 20px;
		right: 10px;
		width: 70px;
		opacity: 0.5;
	}
	section.customer .container .wordBox h3 {
		margin-top: 40px;
		color: #121213;
		font-size: 16px;
	}
	section.customer .container .wordBox .infor {
		
	}
	section.customer .container .wordBox .infor  p {
		float: left;
		color: #6c6e7c;
		line-height: 28px;
		font-size: 15px;
		letter-spacing: 1px;
	}
	section.customer .container .wordBox .infor .zhicheng {
		margin-left: 20px;
	}
	section.customer .container .wordBox {

	}
	section.customer .row {
		margin: 0;
		padding: 10px 15px;
	}
	section.customer .row .col-md-2 {
		padding: 0 10px;
		width: 20%;
	}
	section.customer .row .col-md-2 .logo_img {
		padding: 20px 0;
		width: 100%;
		cursor: pointer;
	}
	section.customer .row .col-md-2 .logo_img img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	section.customer .row .col-md-2 .logo_img .img2 {
		display: none;
	}
	section.customer .row .col-md-2 .logo_img:hover {
		box-shadow:0px 4px 17px 0px rgba(103,104,107,0.15);
	}
	section.customer .row .col-md-2 .logo_img:hover .img1 {
		display: none;
	}
	section.customer .row .col-md-2 .logo_img:hover .img2 {
		display: block;
	}
	section.customer .more {
		margin-top: 20px;
		text-align: center;
		
	}
	section.customer .more a {
		color: #5672ff;
		font-size: 15px;
	}
	section.customer .more a img {
		width: 20px;
	}
	section.customer .tabCont .container {
		display: none;
		height: 490px;
	}
	section.customer .tabCont .container:first-child {
		display: block;
	}
	section.customer #tabSelect .active .logo_img .img1 {
		display: none;
	}
	section.customer #tabSelect .active .logo_img .img2 {
		display: block;
	}
	section.customer #tabSelect .active .logo_img {
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	.tiyan {
		height: 312px;
		background-image: url(../images/bg/ty_bg.png);
		background-position: center;
		text-align: center;
		overflow: hidden;
		background-color: #f9f9f9;
	}
	.tiyan .inner {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 22;
		width: 100%;
		height: 100%;
		text-align: center;
		overflow: hidden;
	}
	.tiyan h2 {
		margin-top: 58px;
		font-size: 24px;
		font-weight: 500;
	}
	.tiyan p {
		margin: 18px 0 0;
		font-size: 16px;
		font-weight: 400;
	}
	.tiyan a {
		margin: 58px auto 0;
		display: block;
		width: 120px;
		height: 40px;
		background: #4169ff;
		border-radius: 3px;
		color: #ffffff;
		line-height: 40px;
		letter-spacing: 2px;
		cursor: pointer;
	}
	.footer {
		background: #141414;
	}
	.footer .container .logo {
		padding: 20px 12px;
		overflow: hidden;
		border-bottom: 1px solid #282828;
	}
	.footer .container .logo img,.footer .container .logo p {
		float: left;
	}
	.footer .container .logo img {
		width: 100px;
		vertical-align: bottom;
	}
	.footer .container .logo p {
		margin: 24px 0 0;
		padding: 0;
		margin-left: 8px;
		letter-spacing: 1px;
		font-size: 16px;
		color: #5a5c5c;
	}
	.footer .container .footItem {
		overflow: hidden;
	}
	.footer .container .footItem .blockWrap {
		float: left;
		overflow: hidden;
	}
	.footItem .blockWrap .block {
		padding: 10px 0;
		float: left;
		width: 80px;
	}
	.footItem .blockWrap .block h3 {
		font-size: 18px;
		color: #4f4f4f;
		line-height: 38px;
	}
	.footItem .blockWrap .block ul {
		margin: 0;
		padding: 0;
	}
	.footItem .blockWrap .block ul li {
		font-size: 17px;
		line-height: 36px;
	}
	.footItem .blockWrap .block ul li a {
		color: #cacaca;
		font-weight: 400;
	}
	.footItem .line {
		float: left;
		margin: 90px 0 0;
		height: 100px;
		border-left: 1px solid #3c3c3c;
	}
	.footItem .contactWrap {
		margin-left: 30px;
		padding: 10px 0 20px;
		float: left;
	}
	.footItem .contactWrap h3 {
		font-size: 18px;
		color: #797979;
		line-height: 38px;
	}
	.footItem .contactWrap .item {
		overflow: hidden;
		line-height: 40px;
	}
	.footItem .contactWrap .item img,.footItem .contactWrap .item span {
		
	}
	.footItem .contactWrap .item img {
		height: 18px;
	}
	.footItem .contactWrap .item span {
		margin-left: 5px;
		font-size: 17px;
		color: #cacaca;
		font-weight: 300;
	}
	.footItem .contactWrap .contact {
		line-height: 50px;
	}
	.footItem .contactWrap .contact .wechat,
	.footItem .contactWrap .contact .dingding {
		position: relative;
		float: left;
		width: 36px;
	}
	.footItem .contactWrap .contact .wechat .img,
	.footItem .contactWrap .contact .dingding .img {
		margin-top: 10px;
		display: block;
		width: 26px;
		height: 26px;
		cursor: pointer;
	}
	.footItem .contactWrap .contact .wechat .img2,
	.footItem .contactWrap .contact .dingding .img2 {
		display: none;
	}
	.footItem .contactWrap .contact .wechat:hover .img1,
	.footItem .contactWrap .contact .dingding:hover .img1 {
		display: none;
	}
	.footItem .contactWrap .contact .wechat:hover .img2,
	.footItem .contactWrap .contact .dingding:hover .img2 {
		display: block;
	}
	.footItem .contactWrap .contact .wechat .erweima,
	.footItem .contactWrap .contact .dingding .erweima {
		position: absolute;
		bottom: 35px;
		left: -68px;
		width: 160px;
		display: none;

	}
	.footItem .contactWrap .contact .wechat:hover .erweima,
	.footItem .contactWrap .contact .dingding:hover .erweima {
		display: block;
	}
	.footItem .contactWrap .contact span {
		float: left;
		margin-right: 10px;
		font-size: 14px;
		color: #797979;
	}
	.copyright {
		background: #161616;
		color: #8994a4;
		font-size: 14px;
		line-height: 32px;
		text-align: center;
	}
	.copyright a {
		cursor: pointer;
		color: #8994a4;
	}


	.levitate {
		position:fixed;
		z-index: 9999;
		bottom: 150px;
		right: 15px;
		height: 204px;
	}
	
	.levitate>.square {
		width: 68px;
		height: 68px;
		padding: 8px;
		color:#fff;
		box-sizing: border-box;
		margin-bottom:8px;
		text-align:center;
		background:rgba(0,0,0,0.35);
		cursor:pointer;
		position:relative
	}
	.levitate>.square:hover {
		background:#5672ff
	}
	.levitate>.square>.img1 {
		width: 70%
	}
	.levitate>.square>.img2 {
		display:none;
		position:absolute;
		top: 0;
		right: 80px;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	.levitate>.square>p {
		font-size:12px;
		line-height:24px
	}
	.levitate .square:hover .img2 {
		display:block
	}
	#backtotop {
		display:none
	}
	.bannerWrap {
		width: 100%;
		height: 534px;
		background-image: url(../images/banner/banner_zkgj.png);
		background-position: center;
		overflow: hidden;
	}
	.bannerWrap .inner {
		margin: 70px auto 0;
		width: 1200px;
		color: #ffffff;
		overflow: hidden;
	}
	.bannerWrap .inner h1 {
		margin-top: 150px;
		font-size: 38px;
		font-weight: 400;
		letter-spacing: 2px;
	}
	.bannerWrap .inner p {
		margin: 30px 0 0;
		font-weight: 300;
		font-size: 16px;
		color: #d5d5dc;
		letter-spacing: 2px;
	}
	.bannerWrap .inner p span {
		margin: 0 0.2rem;
	}
	.bannerWrap .inner .hqBtn {
		margin-top: 50px;
		width: 120px;
		height: 40px;
		border: 0.5px solid rgba(255,255,255,0.3);
		color: #ffffff;
		border-radius: 3px;
		text-align: center;
		line-height: 38px;
	}
	.bannerWrap .inner .hqBtn a {
		display: block;
		color: #ffffff;
		font-weight: 300;
		cursor: pointer;
	}
	.bannerWrap .inner .hqBtn img {
		width: 14px;
	}
	.banner-gcb {
		background-image: url(../images/banner/banner_gcb.png);
	}
	.banner-qys {
		background-image: url(../images/banner/banner_qys.png);
	}
	.product_zkgj {
		padding: 0 0 80px;
		background: -webkit-linear-gradient(#ffffff, #f8f8f9);
	    background: -o-linear-gradient(#ffffff, #f8f8f9);
	    background: -moz-linear-gradient(#ffffff, #f8f8f9);
	    background: linear-gradient(#ffffff, #f8f8f9);
	    text-align: center;
	}
	.product_zkgj .inner {
		overflow: hidden;
		min-width: 1200px;
	}
	.product_zkgj .inner h1 {
		margin-top: 90px;
		color: #000000;
		font-size: 32px;
	}
	.product_zkgj .inner p {
		margin: 15px 0 0;
		color: #6b6b6b;
		font-size: 14px;
	}
	.product_zkgj .inner img {
		margin: 30px auto 0;
		display: block;
	}
	.product_gcb .one {
		background: #ffffff;
	}
	.product_gcb .two {
		background: #f8f8f9;
	}
	.product_gcb .container {
		padding: 50px 0;
	}
	.product_gcb .container .col-md-6 h2 {
		margin-top: 70px;
		font-size: 20px;
		color: #111111;
	}
	.product_gcb .container .col-md-6 p {
		margin-top: 10px;
		min-height: 48px;
		color: #838383;
		font-size: 14px;
		line-height: 24px;
	}
	.product_gcb .container .col-md-6 img {
		display: block;
		margin: 0 auto;
	}
	.product_gcb .container .col-md-6 .lijitiyan {
		margin-top: 60px;
		font-size: 14px;
		color: #3891f9;
		cursor: pointer;
	}
	.advant_qys {
		padding: 60px 0;
		background: #ffffff;
	}
	.advant_qys h1 {
		text-align: center;
	    font-size: 28px;
	    color: #000000;
	    font-weight: 600;
	}
	.advant_qys .container {
		margin-top: 60px;
		padding: 0;
		overflow: hidden;
	}
	.advant_qys .container .img-box {
		float: left;
		width: 336px;
		height: 330px;
	}
	.advant_qys .container .line {
		float: left;
		width: 80px;
		height: 330px;
		overflow: auto;
	}
	.advant_qys .container .img-box img {
		display: block;
		width: 100%;
	}
	.advant_qys .container .line img {
		display: block;
		margin-top: 162px;
	}
	.bgWrap {
		background: #ffffff;
	}
	.ty_zkgj {
		margin-top: 80px;
		background-color: #f9fcff;
	}
	.more_function {
		padding: 70px;
		background: #f8f8f9;
		overflow: hidden;
	}
	.more_function h1 {
		font-size: 28px;
		color: #111111;
	}
	.more_function .inner {
		margin: 30px auto;
		width: 1200px;
		text-align: center;
	}
	.more_function .inner .function_intro {
		overflow: hidden;
	}
	.function_intro .block {
		margin-top: 80px;
		float: left;
		width: 20%;
		text-align: center;
	}
	.function_intro .block p {
		line-height: 50px;
	}
	.function_gcb .block {
		width: 25%;
	}
	.more_function .inner .tiyanBtn a {
		margin: 58px auto 0;
		display: block;
		width: 140px;
		height: 40px;
		border: 1px solid #bcd5f7;
		color: #5b93f2;
		border-radius: 3px;
		line-height: 40px;
		letter-spacing: 2px;
		cursor: pointer;
	}
	.solutionBanner {
		margin-top: 70px;
		width: 100%;
		height: 540px;
		background-image: url('../images/banner/banner_jjfa.png');
		background-position: center;
		overflow: hidden;
		text-align: center;
	}
	.solutionBanner h1 {
		margin-top: 84px;
		font-size: 42px;
		color: #ffffff;
		line-height: 60px;
	}
	.solutionBanner p {
		margin-top: 140px;
		color: #ffffff;
		font-size: 19px;
		letter-spacing: 1px;
	}
	.solutionBanner .hqBtn {
		margin: 18px auto 0;
		width:174px;
		height:40px;
		line-height: 38px;
		background: rgba(255,255,255,1);
		border: 1px solid rgba(237,237,237,1);
		opacity:0.8;
		text-align: center;
		border-radius:3px;
		box-shadow: 0 0 10px rgba(90,144,235,1);
	}
	.solutionBanner .hqBtn a {
		display: block;
		color: #5a90eb;
	}
	.solutionBanner .hqBtn img {
		width: 18px;
	}
	.solutionAdvant {
		margin-top: 120px;
		height: 876px;
		background-image: url("../images/bg/bg_jjfa.png");
		background-position: center;
		text-align: center;
	}
	.solutionAdvant h1 {
		font-size: 36px;
		font-weight: 600;
		color: #111111;
	}
	.solutionAdvant .container-fluid {
		margin-top: 120px;
	}
	.solutionAdvant .container-fluid .picture img {
		margin: 0 auto;
	    display: block;
	    width: 100%;
	    max-width: 1586px;
	}

	.getSolution {
		background: #f7f8fa;
		padding: 90px 0 100px;
	}
	.getSolution h1 {
		font-size: 36px;
		font-weight: 400;
		color: #111111;
		text-align: center;
	}
	.getSolution p {
		margin-top: 30px;
		text-align: center;
		font-size: 14px;
		color:#929393;
	}
	.getSolution .formGroup {
		margin: 50px auto;
		width: 394px;
	}
	.getSolution .formGroup .ipt {
		margin-top: 12px;
		width: 394px;
	}
	.getSolution .formGroup .ipt input {
		width: 100%;
		height: 32px;
		box-sizing: border-box;
		background: #f7f8fa;
		border: 0;
		border-bottom: 1px solid #e2e2e2;
		font-size: 14px;
	}
	.getSolution .formGroup .tijiao {
		margin-top: 70px;
		text-align: center;
	}
	.getSolution .formGroup .tijiao button {
		width: 178px;
		height: 42px;
		box-sizing: border-box;
		border: 1px solid #1875f0;
		background: #1875f0;
		border-radius: 3px;
		color: #ffffff;
	}
	.getSolution .wancheng {
	    text-align: center;
	}
	.getSolution .wancheng img {
	    display: 80px auto 0;
	}
	.getSolution .wancheng h3 {
	    margin-top: 50px;
	    font-size: 14px;
	    color: #666666;
	}
	.getSolution .wancheng p {
	    margin-top: 20px;
	    font-size: 12px;
	    color: #999999;
	}
	.getSolution .wancheng p a {
	    color: #5672ff;
	    cursor: pointer;
	}
	.demonstration {
		margin-top: 70px;
		padding: 0;
		height: 760px;
		background-image: url("../images/bg/banner_yy.png");
		background-position: center;
	}
	.demonstration .container .col-md-7 {
		width: 55%;
	}
	.demonstration .container .col-md-7 .intro {
		margin-top: 160px;
		color: #ffffff;
	}
	.demonstration .container .col-md-7 .intro h1 {
		font-size: 38px;
	}
	.demonstration .container .col-md-7 .intro p {
		font-size: 15px;
		line-height: 28px;
		color: rgba(255,255,255,0.7);
		letter-spacing: 2px;
	}
	.demonstration .container .col-md-7 .row {
		margin-top: 90px;
		padding: 0;
		text-align: center;
	}
	.demonstration .container .col-md-7 .row .col-md-4 {
		padding: 0;
	}
	.demonstration .container .col-md-7 .row p {
		color: #ffffff;
		font-size: 16px;
		line-height: 50px;
	}

	.demonstration .container .col-md-5 {
		width: 45%;
	    height: 614px;
		margin-top: 60px;
		padding: 40px 0;
		background: #ffffff;
		overflow: hidden;
		border-radius: 8px;
	}
	.demonstration .container .col-md-5 .title {
		text-align: center;
		font-size: 22px;
		font-weight: 600;
		color: #000000;
	}
	.yuyue .inputGroup {
		margin-top: 10px;
	    padding: 0 50px;
	}
	.yuyue .inputGroup .input-row {
		overflow: hidden;
		padding: 17px 0;
	}
	.yuyue .inputGroup .input-row .ipt-label {
		float: left;
		width: 80px;
		height: 36px;
		padding-right: 10px;
		box-sizing: border-box;
		color: #666666;
		font-size: 15px;
		line-height: 36px;
		text-align: right;
	}
	.yuyue .inputGroup .input-row .ipt-label span {
		color: #ff3333;
	}
	.yuyue .inputGroup .input-row .input-box  {
		padding: 0 10px;
		box-sizing: border-box;
		float: right;
		width: calc(100% - 80px);
	}
	.yuyue .inputGroup .input-row .input-box input,
	.yuyue .inputGroup .input-row .input-box textarea {
		padding: 0 10px;
		width: 100%;
		height: 36px;
		border: 1px solid #d8dbe5;
		border-radius: 3px;
		box-sizing: border-box;
		font-size: 15px;
		color: #121213;
	}
	.yuyue .inputGroup .input-row .input-box textarea {
		height: 90px;
	}
	.yuyue .inputGroup .input-row .input-box input:focus,
	.yuyue .inputGroup .input-row .input-box textarea:focus {
		border: 0.5px solid #1875fd;
		box-shadow: 0 0 10px rgba(24,117,153,0.3);
	}
	.yuyue .inputGroup .input-row .input-box button {
		width: 240px;
		height: 50px;
		border-radius: 50px;
		border: 1px solid #1875fd;
		background: #1875fd;
		color: #ffffff;
		font-size: 20px;
		letter-spacing: 2px;
		box-shadow: 0 0 10px rgba(24,117,153,0.8);
	}
	.yuyue .wancheng {
	    text-align: center;
	}
	.yuyue .wancheng img {
	    display: block;
	    margin: 20% auto 0;
	}
	.yuyue .wancheng h3 {
	    margin-top: 50px;
	    font-size: 14px;
	    color: #666666;
	}
	.yuyue .wancheng p {
	    margin-top: 20px;
	    font-size: 12px;
	    color: #999999;
	}
	.yuyue .wancheng p a {
	    color: #5672ff;
	    cursor: pointer;
	}
	.solutionAdvant .picture {
		position: relative;
	}
	.solutionAdvant .picture .ball {
	    display: block;
	    width: 21px;
	    height: 21px;
	    position: absolute;
	    z-index: 10;	
	}
	.solutionAdvant .picture .ball1 {
		background: url("../images/icon/ball_yellow.png");
	    left: 25%;
	    top: 11%;
	    -webkit-animation: goOne 10s linear infinite;
	    -moz-animation: goOne 10s linear infinite;
	    -ms-animation: goOne 10s linear infinite;
	    -o-animation: goOne 10s linear infinite;
	    animation: goOne 10s linear infinite;
	}
	.solutionAdvant .picture .ball2 {
		background: url("../images/icon/ball_yellow.png");
	    left: 25%;
	    top: 48.5%;
	    -webkit-animation: goTwo 10s linear infinite;
	    -moz-animation: goTwo 10s linear infinite;
	    -ms-animation: goTwo 10s linear infinite;
	    -o-animation: goTwo 10s linear infinite;
	    animation: goTwo 10s linear infinite;
	}
	.solutionAdvant .picture .ball3 {
		background: url("../images/icon/ball_yellow.png");
	    left: 25%;
	    bottom: 11.5%;
	    -webkit-animation: goThree 10s linear infinite;
	    -moz-animation: goThree 10s linear infinite;
	    -ms-animation: goThree 10s linear infinite;
	    -o-animation: goThree 10s linear infinite;
	    animation: goThree 10s linear infinite;
	}
	.solutionAdvant .picture .ball4 {
		background: url("../images/icon/ball_green.png");
	    right: 25%;
	    top: 11%;
	    -webkit-animation: goFour 10s linear infinite;
	    -moz-animation: goFour 10s linear infinite;
	    -ms-animation: goFour 10s linear infinite;
	    -o-animation: goFour 10s linear infinite;
	    animation: goFour 10s linear infinite;
	}
	.solutionAdvant .picture .ball5 {
		background: url("../images/icon/ball_green.png");
	    right: 25%;
	    top: 48.5%;
	    -webkit-animation: goFive 10s linear infinite;
	    -moz-animation: goFive 10s linear infinite;
	    -ms-animation: goFive 10s linear infinite;
	    -o-animation: goFive 10s linear infinite;
	    animation: goFive 10s linear infinite;
	}
	.solutionAdvant .picture .ball6 {
		background: url("../images/icon/ball_green.png");
	    right: 25%;
	    bottom: 11.5%;
	    -webkit-animation: goSix 10s linear infinite;
	    -moz-animation: goSix 10s linear infinite;
	    -ms-animation: goSix 10s linear infinite;
	    -o-animation: goSix 10s linear infinite;
	    animation: goSix 10s linear infinite;
	}
	@keyframes goOne {
	    0% {
	        left: 25%;
	    	top: 11%;
	        -webkit-transform: rotate(0);
	        -moz-transform: rotate(0);
	        -ms-transform: rotate(0);
	        -o-transform: rotate(0);
	        transform: rotate(0)
	    }
	    50% {
	        left: 42%;
	    	top: 23%;
	        -webkit-transform: rotate(0);
	        -moz-transform: rotate(0);
	        -ms-transform: rotate(0);
	        -o-transform: rotate(0);
	        transform: rotate(0)
	    }

	    51% {
	        left: 42%;
	    	top: 23%;
	        -webkit-transform: rotate(-50deg);
	        -ms-transform: rotate(-50deg);
	        -o-transform: rotate(-50deg);
	        -moz-transform: rotate(-50deg);
	        transform: rotate(-50deg)
	    }

	    100% {
	         left: 25%;
	    	top: 11%;
	        -webkit-transform: rotate(-50deg);
	        -ms-transform: rotate(-50deg);
	        -o-transform: rotate(-50deg);
	        -moz-transform: rotate(-50deg);
	        transform: rotate(-50deg)
	    }
	}
	@keyframes goTwo {
	    0% {
	        left: 25%;
	        top: 48.5%;
	        -webkit-transform: rotate(0);
	        -moz-transform: rotate(0);
	        -ms-transform: rotate(0);
	        -o-transform: rotate(0);
	        transform: rotate(0)
	    }
	    50% {
	        left: 34%;
	        top: 48.5%;
	        -webkit-transform: rotate(0);
	        -moz-transform: rotate(0);
	        -ms-transform: rotate(0);
	        -o-transform: rotate(0);
	        transform: rotate(0)
	    }

	    51% {
	        left: 34%;
	        top: 48.5%;
	        -webkit-transform: rotate(-50deg);
	        -ms-transform: rotate(-50deg);
	        -o-transform: rotate(-50deg);
	        -moz-transform: rotate(-50deg);
	        transform: rotate(-50deg)
	    }

	    100% {
			left: 25%;
	        top: 48.5%;
	        -webkit-transform: rotate(-50deg);
	        -ms-transform: rotate(-50deg);
	        -o-transform: rotate(-50deg);
	        -moz-transform: rotate(-50deg);
	        transform: rotate(-50deg)
	    }
	}
	@keyframes goThree {
	    0% {
	        left: 25%;
			bottom: 11.5%;
	        -webkit-transform: rotate(0);
	        -moz-transform: rotate(0);
	        -ms-transform: rotate(0);
	        -o-transform: rotate(0);
	        transform: rotate(0)
	    }
	    50% {
	        left: 42%;
	    	bottom: 29%;
	        -webkit-transform: rotate(0);
	        -moz-transform: rotate(0);
	        -ms-transform: rotate(0);
	        -o-transform: rotate(0);
	        transform: rotate(0)
	    }

	    51% {
	        left: 42%;
	    	bottom: 29%;
	        -webkit-transform: rotate(-50deg);
	        -ms-transform: rotate(-50deg);
	        -o-transform: rotate(-50deg);
	        -moz-transform: rotate(-50deg);
	        transform: rotate(-50deg)
	    }

	    100% {
			left: 25%;
			bottom: 11.5%;
	        -webkit-transform: rotate(-50deg);
	        -ms-transform: rotate(-50deg);
	        -o-transform: rotate(-50deg);
	        -moz-transform: rotate(-50deg);
	        transform: rotate(-50deg)
	    }
	}
	@keyframes goFour {
	    0% {
	        right: 25%;
	    	top: 11%;
	        -webkit-transform: rotate(0);
	        -moz-transform: rotate(0);
	        -ms-transform: rotate(0);
	        -o-transform: rotate(0);
	        transform: rotate(0)
	    }
	    50% {
	        right: 42%;
	    	top: 22.5%;
	        -webkit-transform: rotate(0);
	        -moz-transform: rotate(0);
	        -ms-transform: rotate(0);
	        -o-transform: rotate(0);
	        transform: rotate(0)
	    }

	    51% {
	        right: 42%;
	    	top: 22.5%;
	        -webkit-transform: rotate(-50deg);
	        -ms-transform: rotate(-50deg);
	        -o-transform: rotate(-50deg);
	        -moz-transform: rotate(-50deg);
	        transform: rotate(-50deg)
	    }

	    100% {
	        right: 25%;
	    	top: 11%;
	        -webkit-transform: rotate(-50deg);
	        -ms-transform: rotate(-50deg);
	        -o-transform: rotate(-50deg);
	        -moz-transform: rotate(-50deg);
	        transform: rotate(-50deg)
	    }
	}
	@keyframes goFive {
	    0% {
	        right: 25%;
	        -webkit-transform: rotate(0);
	        -moz-transform: rotate(0);
	        -ms-transform: rotate(0);
	        -o-transform: rotate(0);
	        transform: rotate(0)
	    }
	    50% {
	        right: 34%;
	        top: 48%;
	        -webkit-transform: rotate(0);
	        -moz-transform: rotate(0);
	        -ms-transform: rotate(0);
	        -o-transform: rotate(0);
	        transform: rotate(0)
	    }

	    51% {
			right: 34%;
	        top: 48%;
	        -webkit-transform: rotate(-50deg);
	        -ms-transform: rotate(-50deg);
	        -o-transform: rotate(-50deg);
	        -moz-transform: rotate(-50deg);
	        transform: rotate(-50deg)
	    }

	    100% {
			      top: 48%;
	        -webkit-transform: rotate(-50deg);
	        -ms-transform: rotate(-50deg);
	        -o-transform: rotate(-50deg);
	        -moz-transform: rotate(-50deg);
	        transform: rotate(-50deg)
	    }
	}
	@keyframes goSix {
	    0% {
	        right: 25%;
			bottom: 12%;
	        -webkit-transform: rotate(0);
	        -moz-transform: rotate(0);
	        -ms-transform: rotate(0);
	        -o-transform: rotate(0);
	        transform: rotate(0)
	    }
	    50% {
	        right: 42%;
	    	bottom: 29%;
	        -webkit-transform: rotate(0);
	        -moz-transform: rotate(0);
	        -ms-transform: rotate(0);
	        -o-transform: rotate(0);
	        transform: rotate(0)
	    }

	    51% {
	        right: 42%;
	    	bottom: 29%;
	        -webkit-transform: rotate(-50deg);
	        -ms-transform: rotate(-50deg);
	        -o-transform: rotate(-50deg);
	        -moz-transform: rotate(-50deg);
	        transform: rotate(-50deg)
	    }

	    100% {
			right: 25%;
			bottom: 12%;
	        -webkit-transform: rotate(-50deg);
	        -ms-transform: rotate(-50deg);
	        -o-transform: rotate(-50deg);
	        -moz-transform: rotate(-50deg);
	        transform: rotate(-50deg)
	    }
	}
	.onTrial {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    overflow: hidden;
	}
	.onTrial .left {
	    height: 100%;
	}
	.onTrial .left img {
	    display: block;
	    height: 100%;
	}
	.onTrial .right {
	    flex: 1;
	}
	.onTrial .right .logo {
	    margin: 10% auto 0;
	    width: 40%;
	}
	.onTrial .right .logo img {
	    display: block;
	    width: 100%;
	}
	.onTrial .right .formGroup {
	    margin: 50px auto;
	    width: 70%;
	    max-width: 500px;
	}
	.onTrial .right .formGroup .ipt-row {
	    position: relative;
	    margin-top: 12px;
	}
	.onTrial .right .formGroup .ipt-row span {
	    position: absolute;
	    top: 5px;
	    left: 5px;
	    color: #f40000;
	}
	.onTrial .right .formGroup .ipt-row input,.onTrial .right .formGroup .ipt-row select {
	    width: 100%;
	    height: 36px;
	    padding: 0 20px;
	    box-sizing: border-box;
	    background: #ffffff;
	    border: 0;
	    border-bottom: 1px solid #e2e2e2;
	    font-size: 14px;
	}.onTrial .right .formGroup .ipt-row input:focus {
	    border-bottom: 1px solid #5672ff;
	}
	.onTrial .right .formGroup .tijiao {
	    margin-top: 70px;
	    text-align: center;
	}
	.onTrial .right .formGroup .tijiao button {
	    display: block;
	    margin: 0 auto;
	    width: 178px;
	    height: 42px;
	    box-sizing: border-box;
	    border: 1px solid #1875f0;
	    background: #1875f0;
	    border-radius: 3px;
	    color: #ffffff;
	    box-shadow: 0 0 5px rgba(24,117,240,0.5);
	}
	.onTrial .right .formGroup .tijiao p {
	    margin-top: 30px;
	    color: #666666;
	    font-size: 16px;
	}
	.onTrial .right .formGroup .tijiao p a {
	    color: #1875f0;
	    text-decoration: underline;
	    cursor: pointer;
	}

	.onTrial .wancheng {
		padding: 0 20px;
	    text-align: center;
	}
	.onTrial .wancheng img {
	    display: block;
	    margin: 20% auto 0;
	}
	.onTrial .wancheng h3 {
	    margin-top: 50px;
	    font-size: 14px;
	    color: #666666;
	}
	.onTrial .wancheng p {
	    margin-top: 20px;
	    font-size: 12px;
	    color: #999999;
	}
	.onTrial .wancheng p a {
	    color: #5672ff;
	    cursor: pointer;
	}

	.modal-dialog {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) !important
	}

	.modal-body {
		padding: 50px 100px;
		position: relative
	}

	.modal-body .old {
		display: none
	}

	.modal-body .sonBox {
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		width: 50px
	}

	.modal-body .sonBox img {
		width: 50px
	}

	.modal-body .oDiv {
		color: #3891f9;
		width: 26px;
		border: 1px solid #3891f9;
		margin-left: 12px;
		padding: 10px 0;
		border-radius: 3px;
		text-align: center
	}

	.modal-body .oDiv span {
		display: block;
		width: 12px;
		height: 12px;
		margin-left: 7px;
		margin-top: -17px;
		background: #fff;
		border-left: 1px solid #3891f9;
		border-bottom: 1px solid #3891f9;
		transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-o-transform: rotate(135deg)
	}

	.modal-body .erweima {
		text-align: center
	}

	.modal-body .erweima span {
		display: inline-block;
		height: 30px;
		line-height: 30px;
		border: 1px solid #3891f9;
		border-radius: 15px;
		padding: 0 30px;
		margin: 0 auto;
		color: #3891f9
	}

	.modal-body .erweima img {
		width: 147px;
		display: block;
		margin: 20px auto
	}

	.modal-body .erweima p {
		text-align: center;
		line-height: 28px;
		color: #222222
	}

	.modal-body .erweima p a {
		color: #3891f9;
		text-decoration: none
	}
	.aboutus {
		margin-top: 70px;
		width: 100%;
		height: 445px;
		background-image: url('../images/bg/aboutus.png');
		background-position: center;
		overflow: hidden;
	}
	.aboutus img {
        display: none;
    }
	.introduction .inner {
		margin: 0 auto;
		width: 1200px;
	}
	.introduction .detail {
		margin-top: 30px;
	}
	.introduction .detail p {
		margin-top: 20px;
		text-indent: 2em;
		font-size: 15px;
		line-height: 26px;
		color: #333333;
	}
	.develop {
		padding: 0 0 120px;
	}
	.develop .inner {
		margin: 0 auto;
		width: 1200px;
	}
	.develop .inner img {
		display: block;
		width: 100%;
	}
}
@media (min-width: 1200px) and (max-width: 1440px){
	.solutionAdvant .container-fluid .picture img {
		margin: 0 auto;
	    display: block;
	    width: 100%;
	    max-width: 1186px;
	}
}
@media (min-width: 1401px) and (max-width: 1660px){
	.solutionAdvant .container-fluid .picture img {
		margin: 0 auto;
	    display: block;
	    width: 100%;
	    max-width: 1285px;
	}
}
@media (max-width:1023px) {
	.levitate {
		display:none
	}
}


@media only screen and (min-width:320px) {
	html {
	font-size: 17.5px !important;
	}
}
@media only screen and (min-width:345px) {
	html {
	font-size: 20px !important;
	}
}
@media only screen and (min-width:370px) {
	html {
	font-size: 20.7px !important;
	}
}
@media only screen and (min-width:380px) {
	html {
	font-size: 22px !important;
	}
}
@media only screen and (min-width:401px) {
	html {
	font-size: 23px !important;
	}
}
@media only screen and (min-width:428px) {
	html {
	font-size: 27.85px !important;
	}
}
@media only screen and (min-width:481px) {
	html {
	font-size: 30px !important;
	}
}
@media only screen and (min-width:569px) {
	html {
	font-size: 35px !important;
	}
}
@media only screen and (min-width:641px) {
	html {
	font-size: 40px !important;
	}
}
@media (max-width: 1080px) {
	body {
		padding: 2rem 0 0;
	}
	html {
		font-size: 20px;
	}
	.header {
		position:fixed;
		top: 0;
		left: 0;
		padding: 0;
		width: 100%;
		height: 2rem;
		z-index:1000;
		background: #000000;
	}
    .header2 {
        background: #ffffff;
        box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    }
	.header .container {
		padding: 0;
	}
	.header img {
		vertical-align:middle
	}
	.left {
		float:left;
		padding-left: 0.5rem;
	}
	.left img {
		width:100%
	}
	.left a {
		display:inline-block;
		line-height: 2rem
	}
	.left .logo-link {
		width: 3rem
	}
	.right {
		float:right
	}
	.nav-map>li {
		float:left;
		list-style:none
	}
	.nav-map li {
		color:#fff;
		padding: 0 0.25rem;
		font-size: 0.7rem;
		line-height: 1.4rem;
	}
	.nav-map li a {
		color:#fff;
	}
	.nav-map>li>a:hover,.nav-map>li>a.active {
		color:#3891f9
	}
	.nav-map>li>a.hoveractive {
		color:#3891f9
	}
	.has-sub ul {
		display:none;
		padding: 0;
		background: #000000;
	}
	.has-sub ul li {
		list-style:none
		font-size: 0.7rem;
		color:#5a6879;
		text-align:center;
		height: 1.4rem;
		line-height: 1.4rem;
		background-color: #f3f4f5;
		border-bottom:1px solid #edf2f8;
	}
	.nav-map {
		position:fixed;
		left:0;
		top: 2rem;
		padding:0;
		width:100%;
		text-align:center;
		background-color: #000000;
		display: none
	}

	.nav-map>li {
		float:none
	}
	.has-sub ul {
		display:none;
		padding: 0
	}
	.has-sub ul li {
		list-style:none
	}
	.has-sub ul li a {
		font-size: 0.7rem;
		color:#5a6879;
	}
    .header2 .nav-map  {
        background-color: #ffffff;
    }
    .header2 .has-sub ul {
        background: #ffffff;
    }
    .header2 .has-sub {
        border-bottom: 1px solid #eeeeee;
        color: #333333;
    }
    .header2 .has-sub a {
        color: #333333;
    }
	#menu,#menu2 {
		width: 2rem;
		height: 2rem;
		border:none;
    }
    #menu{
		background:transparent url("../images/menu.png") no-repeat center;
    }
    .header2 #menu,#menu2 {
        background:transparent url("../images/menu2.png") no-repeat center;
    }

	.swiper-one {
		position:relative;
		width:100%
	}
	.swiper-one .banner-text {
		position:relative
	}
	.swiper-one .banner-text div {
		position:absolute;
		bottom: 50%;
		right: 48%;
		width: 34%;
		transform:translateY(50%)
	}
	.swiper-one .swiper-pagination-bullet {
		width: 2.5rem;
		height: .3125rem;
		background-color:rgba(255,255,255,0.6);
		border-radius:.1875rem
	}
	.swiper-one .swiper-pagination-bullet-active {
		background-color:#3891f9
	}
	.swiper-one img {
		width:100%;
	}

	.slide_cont {
		position: absolute;
		top: 1rem;
		left: 0;
		width: 100%;
		padding: 0 0.5rem;
		box-sizing: border-box;
		color:#ffffff;
	}
	.slide_cont h1 {
		margin: 0;
		font-size: 0.75rem;
		font-weight: 400;
		letter-spacing: 2px;
	}
	.slide_cont h1 span {
		color: #ffca2a;
		font-weight: 400;
	}
	.slide_cont h3 {
		margin: 0.5rem 0 0;
		font-size: 0.6rem;
		font-weight: 300;
		letter-spacing: 4px;
	}
	.slide_cont p {
		margin: 0.3rem 0 0;
		font-weight: 300;
		font-size: 0.5rem;
		letter-spacing: 2px;
	}
	.slide_cont p span {
		margin: 0 0.2rem;
	}
	.slide_cont .hqBtn {
		margin-top: 0.6rem;
		width: 5rem;
		height: 1.2rem;
		border: 0.5px solid #ffffff;
		color: #ffffff;
		border-radius: 3px;
		text-align: center;
		line-height: 1.2rem;
		font-size: 0.6rem;
	}
	.slide_cont .hqBtn a {
		display: block;
		color: #ffffff;
	}
	.carousel-control {
		z-index: 2222;
	}
	.part-wrap {
		margin-bottom: 1rem;
		position: relative;
		width: 100%;
	}
	.part-wrap .bg-banner {

	}
	.part-wrap .efficiency {
		width: 100%;
	}
	.part {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}
	.part-title {
		margin-top: 1rem;
		font-size: 2.5rem;
		line-height: 6rem;
		text-align:center
	}
	.part-title p {
		margin: 0;
		font-family: "pangmenzd";
		font-size: 2.5rem;
		color: #f2f5f8;
		letter-spacing: 3px;
	}
	.part-title h2 {
		margin-top: -3rem;
		letter-spacing: 2px;
		font-size: 1rem;
		color: #000000;
		font-weight: 500;
	}
	.efficiencyWrap {
		width: 100%;
	}
	.part-wrap .efficiency .part-title {
		width: 100%;
		height: 7rem;
		background-image: url(../images/banner/banner2_bg.png);
		background-position: center;
	}
	.part-wrap .efficiency .part-title p {
		color: rgba(255,255,255,0.3);
		font-size: 2.5rem;
	}
	.part-wrap .efficiency .part-title h2 {
		color:#ffffff;
		font-size: 1rem;
	}
	.part-wrap .efficiency .part-title h4 {
		font-size: 0.65rem;
		color: #ffffff;
		font-weight: 300;
		line-height: 1.2rem;
	}
	section.product {
		padding-bottom: 10px;
	}
	section.product .list-wrap {
		margin-top: 1rem;
		padding: 0 0.3rem;
	}
	section.product .list-wrap .col-xs-6 {
		margin-top: 1rem;
		padding: 0.3rem 0 0.5rem;
		cursor: pointer;
	}
	section.product .list-wrap img {
		display: block;
		margin: 0 auto;
		width: 4rem;
	}
	section.product .list-wrap h2 {
		margin-top: 0.8rem;
		text-align: center;
		font-size: 0.65rem;
		color: #000000;
	}
	section.product .list-wrap .type {
		overflow: hidden;
		text-align: center;
	}
	section.product .list-wrap .type span {
		display: inline-block;
		box-sizing: border-box;
		padding: 0 8px;
		height: 18px;
		border: 1px solid #eaedf5;
		border-radius: 2px;
		line-height: 18px;
		color: #5d7598;
		text-align: center;
		font-size: 12px;
	}
	section.product .list-wrap p {
		padding: 0 0.2rem;
		margin-top: 0.3rem;
		min-height: 5rem;
		line-height: 0.8rem;
		font-size: 0.5rem;
		color: #505050;
	}
	section.product .list-wrap .more {
		margin-top: 18px;
		text-align: center;
		font-size: 12px;

	}
	section.product .list-wrap .more a {
		color: #a0a0a0;
	}
	section.product .list-wrap .more img {
		display: inline-block;
		width: 16px;
	}
	section.product .list-wrap .col-md-3:hover {
		background: #fdfefe;
		border-radius: 8px;
		box-shadow:0px 3px 10px 0px rgba(63,63,63,0.1);
	}
	section.product .list-wrap .col-md-3:hover .more a {
		color: #5672ff;
	}
	section.efficiency .list-wrap {
		margin-top: 70px;
		background: #ffffff;
	}
	section.efficiency .list-wrap .col-md-4 {
		position: relative;
		text-align: center;
		cursor: pointer;
	}
	section.efficiency .list-wrap .col-md-4 {
		padding: 40px 0;
		border-right: 1px solid #eeeeee;
	}
	section.efficiency .list-wrap .col-md-4:last-child  {
		border: 0;
	}
	section.efficiency .list-wrap .col-md-4 img {
		display: block;
		margin: 0 auto;
	}
	section.efficiency .list-wrap .col-md-4 h2 {
		margin-top: 30px;
		font-size: 18px;
	}
	section.efficiency .list-wrap .col-md-4 .line {
		margin: 18px auto;
		width: 40px;
		border-top: 1px solid #d9d9d9;
	}
	section.efficiency .list-wrap .col-md-4 p {
		color: #8a8a8a;
		font-size: 14px;
	}
	section.efficiency .list-wrap .col-md-4 .more {
		margin-top: 50px;
		text-align: center;
		font-size: 12px;

	}
	section.efficiency .list-wrap .col-md-4 .more a {
		color: #a0a0a0;
	}
	section.efficiency .list-wrap .col-md-4 .more img {
		display: inline-block;
	}
	section.efficiency .list-wrap .col-md-4 .more .img1 {
		width: 16px;
	}
	section.efficiency .list-wrap .col-md-4 .more .img2 {
		width: 14px;
	}
	section.product .list-wrap .row {
		padding: 30px 0;
	}
	section.product .list-wrap .row .col-md-4 p {
		text-align: center;
	}
	section.solution {
		max-width: 100%;
	}
	section.solution .container-fluid {
		background: #fafafa;
	}
	section.solution .container-fluid:nth-child(2n) {
		background: #ffffff;
	}
	section.solution .container {
		padding: 1rem 0.5rem;
	}
	section.solution .container .col-xs-6 {
		padding: 0;
	}
	section.solution .container .col-xs-6 h2 {
		font-size: 0.7rem;
		letter-spacing: 1px;
		color: #121213;
	}

	section.solution .container .col-xs-6 p {
		margin-top: 0.3rem;
		font-size: 0.55rem;
		color: #606475;
		line-height: 0.8rem;
		font-weight: 300;
	}
	section.solution .container .col-xs-6 img {
		display: block;
		margin: 1.5rem auto 0;
		width: 90%;
	}
	section.solution .container .col-sm-6 .shiyong {
		margin-top: 0.5rem;
		width: 4rem;
		height: 1.2rem;
		border: 1px solid #e4e4e4;
		border-radius: 2px;
		font-size: 0.5rem;
		text-align: center;
		line-height: 1.1rem;
		color: #b2b3ba;
		letter-spacing: 1px;
		cursor: pointer;
	}
	section.solution .container .col-sm-6 .shiyong a {
		display: block;
		color: #b2b3ba;
	}
	section.solution .container .col-sm-6 .shiyong:hover {
		border: 1px solid #5672ff;
		background: #5672ff;
		color: #ffffff;
	}
	section.solution .container .col-sm-6 .shiyong:hover a {
		color: #ffffff;
	}
	section.customer .container {
		padding: 1rem 0;
		/*display: flex;*/
	}
	section.customer .container .picture {
		/*width: 55%;
		float: left;*/
	}
	section.customer .container .picture img {
		width: 100%;
	}
	section.customer .container .wordBox {
		padding: 0 0.2rem 0 0.1rem;
		box-sizing: border-box;
		/*float: left;
		width: 45%;*/
		box-shadow:0px 5px 12px 0px rgba(0, 0, 0, 0.06);
		position: relative;
		overflow: hidden;
	}
	section.customer .container .wordBox .cont {
		margin-top: 0.2rem;
		padding: 0 0.3rem;
		color: #6c6e7c;
		height: 4rem;
		line-height: 0.7rem;
		letter-spacing: 1px;
		font-size: 0.45rem;
	}
	section.customer .container .wordBox .yinhao {
		position: absolute;
		top: -0.4rem;
		right: -0.3rem;
		width: 1.5rem;
		opacity: 0.5;
	}
	section.customer .container .wordBox h3 {
		margin-top: 0.5rem;
		color: #121213;
		font-size: 0.65rem;
	}
	section.customer .container .wordBox .infor  p {
		float: left;
		color: #6c6e7c;
		line-height: 0.9rem;
		font-size: 0.6rem;
		letter-spacing: 1px;
	}
	section.customer .container .wordBox .infor .zhicheng {
		margin-left: 0.5rem;
	}
	section.customer .container .wordBox {

	}
	section.customer .row {
		margin: 0;
		padding: 0.2rem 0.5rem;
	}
	section.customer .row .col-md-2 {
		padding: 0 0.1rem;
		width: 20%;
	}
	section.customer .row .col-md-2 .logo_img {
		padding: 0.2rem 0;
		width: 100%;
		cursor: pointer;
	}
	section.customer .row .col-md-2 .logo_img img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	section.customer .row .col-md-2 .logo_img .img2 {
		display: none;
	}
	section.customer .row .col-md-2 .logo_img:hover {
		box-shadow:0px 4px 17px 0px rgba(103,104,107,0.15);
	}
	section.customer .row .col-md-2 .logo_img:hover .img1 {
		display: none;
	}
	section.customer .row .col-md-2 .logo_img:hover .img2 {
		display: block;
	}
	section.customer .more {
		margin-top: 20px;
		text-align: center;
		
	}
	section.customer .more a {
		color: #5672ff;
		font-size: 15px;
	}
	section.customer .more a img {
		width: 20px;
	}
	section.customer .tabCont .container {
		display: none;
		height: 490px;
	}
	section.customer .tabCont .container:first-child {
		display: block;
	}
	section.customer #tabSelect .active .logo_img .img1 {
		display: none;
	}
	section.customer #tabSelect .active .logo_img .img2 {
		display: block;
	}
	section.customer #tabSelect .active .logo_img {
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	.tiyan {
		width: 100%;
		height: 9rem;
		padding: 0 0.8rem;
		box-sizing: border-box;
		background-image: url(../images/bg/ty_bg.png);
		background-position: center;
		text-align: center;
		overflow: hidden;
		background-color: #f9f9f9;
	}
	.tiyan .inner {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 22;
		width: 100%;
		height: 100%;
		text-align: center;
		overflow: hidden;
	}
	.tiyan h2 {
		margin-top: 1rem;
		font-size: 1.2rem;
		line-height: 1.6rem;
		font-weight: 500;
	}
	.tiyan p {
		margin: 0.5rem 0 0;
		font-size: 0.8rem;
		font-weight: 400;
	}
	.tiyan a {
		margin: 0.8rem auto 0;
		display: block;
		width: 120px;
		height: 40px;
		background: #4169ff;
		border-radius: 3px;
		color: #ffffff;
		line-height: 40px;
		letter-spacing: 2px;
		cursor: pointer;
	}
	.footer {
		background: #141414;
	}
	.footer .container .logo {
		padding: 20px 12px;
		overflow: hidden;
		border-bottom: 1px solid #282828;
	}
	.footer .container .logo img,.footer .container .logo p {
		float: left;
	}
	.footer .container .logo img {
		width: 100px;
		vertical-align: bottom;
	}
	.footer .container .logo p {
		margin: 24px 0 0;
		padding: 0;
		margin-left: 8px;
		letter-spacing: 1px;
		font-size: 16px;
		color: #5a5c5c;
	}
	.footer .container .footItem {
		overflow: hidden;
	}
	.footer .container .footItem .blockWrap {
		display: flex;
	}
	.footItem .blockWrap .block {
		padding: 0.3rem 0;
		flex: 1;
	}
	.footItem .blockWrap .block h3 {
		font-size: 0.7rem;
		color: #4f4f4f;
		line-height: 1.4rem;
	}
	.footItem .blockWrap .block ul {
		margin: 0;
		padding: 0;
	}
	.footItem .blockWrap .block ul li {
		font-size: 0.55rem;
		line-height: 1.2rem;
	}
	.footItem .blockWrap .block ul li a {
		color: #cacaca;
		font-weight: 400;
	}
	.footItem .contactWrap {
		padding: 0.5rem 0;
	}
	.footItem .contactWrap h3 {
		font-size: 0.6rem;
		color: #797979;
		line-height: 38px;
	}
	.footItem .contactWrap .item {
		overflow: hidden;
		line-height: 1.6rem;
	}
	.footItem .contactWrap .item img,.footItem .contactWrap .item span {
		
	}
	.footItem .contactWrap .item img {
		height: 0.8rem
	}
	.footItem .contactWrap .item span {
		margin-left: 0.3rem;
		font-size: 0.75rem;
		color: #cacaca;
		font-weight: 300;
	}
	.footItem .contactWrap .contact {
		display: none;
	}
	.copyright {
		background: #161616;
		color: #8994a4;
		font-size: 0.5rem;
		line-height: 1.2rem;
		text-align: center;
	}
	.copyright a {
		cursor: pointer;
		color: #8994a4;
	}


	.levitate {
		position:fixed;
		z-index: 9999;
		bottom: 150px;
		right: 15px
	}
	.levitate>.square {
		width: 58px;
		height: 58px;
		padding: 8px;
		color:#fff;
		box-sizing: border-box;
		margin-bottom:8px;
		text-align:center;
		background:rgba(0,0,0,0.35);
		cursor:pointer;
		position:relative
	}
	.levitate>.square:hover {
		background:#5672ff
	}
	.levitate>.square>.img1 {
		width: 70%
	}
	.levitate>.square>.img2 {
		display:none;
		position:absolute;
		top:-50px;
		left:-170px
	}
	.levitate>.square>.tel {
		top:5px;
		left:-227px
	}
	.levitate>.square>p {
		font-size:12px;
		line-height:24px
	}
	.levitate .square:hover .img2 {
		display:block
	}
	#backtotop {
		display:none
	}
	.bannerWrap {
		width: 100%;
		height: 8rem;
		background-image: url(../images/banner/banner_zkgj.png);
		background-position: center;
		overflow: hidden;
	}
	.bannerWrap .inner {
		margin: 0.6rem auto 0;
		padding: 0 0.5rem;
		color: #ffffff;
		overflow: hidden;
	}
	.bannerWrap .inner h1 {
		font-size: 0.75rem;
		font-weight: 400;
		letter-spacing: 2px;
	}
	.bannerWrap .inner p {
		margin: 0.5rem 0 0;
		font-weight: 300;
		font-size: 0.55rem;
		color: #d5d5dc;
		letter-spacing: 2px;
	}
	.bannerWrap .inner p span {
		margin: 0 0.2rem;
	}
	.bannerWrap .inner .hqBtn {
		margin-top: 0.5rem;
		width: 120px;
		height: 40px;
		border: 0.5px solid rgba(255,255,255,0.3);
		color: #ffffff;
		border-radius: 3px;
		text-align: center;
		line-height: 38px;
	}
	.bannerWrap .inner .hqBtn a {
		display: block;
		color: #ffffff;
		font-weight: 300;
		cursor: pointer;
	}
	.bannerWrap .inner .hqBtn img {
		width: 14px;
	}
	.banner-gcb {
		background-image: url(../images/banner/banner_gcb.png);
	}
	.banner-qys {
		background-image: url(../images/banner/banner_qys.png);
	}
	.banner-qys .inner {
		margin-top: 3rem;
	}
	.product_zkgj {
		padding: 0 0 80px;
		background: -webkit-linear-gradient(#ffffff, #f8f8f9);
	    background: -o-linear-gradient(#ffffff, #f8f8f9);
	    background: -moz-linear-gradient(#ffffff, #f8f8f9);
	    background: linear-gradient(#ffffff, #f8f8f9);
	    text-align: center;
	}
	.product_zkgj .inner {
		overflow: hidden;
		padding: 0 0.8rem;
	}
	.product_zkgj .inner h1 {
		margin-top: 2rem;
		color: #000000;
		font-size: 1rem;
	}
	.product_zkgj .inner p {
		margin: 0.5rem 0 0;
		color: #6b6b6b;
		font-size: 0.6rem;
	}
	.product_zkgj .inner img {
		margin: 1rem auto 0;
		display: block;
		width: 100%;
	}
	.product_gcb {
		width: 100%;
		overflow: hidden;
	}
	.product_gcb .one {
		background: #ffffff;
	}
	.product_gcb .two {
		background: #f8f8f9;
	}
	.product_gcb .container {
		padding: 50px 0;
	}
	.product_gcb .container .col-xs-6 h2 {
		font-size: 0.75rem;
		color: #111111;
	}
	.product_gcb .container .col-xs-6 p {
		margin-top: 0.3rem;
		min-height: 4rem;
		color: #838383;
		font-size: 0.6rem;
		line-height: 0.9rem;
	}
	.product_gcb .container .col-xs-6 img {
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	.product_gcb .container .col-md-6 .lijitiyan {
		margin-top: 1rem;
		font-size: 14px;
		color: #3891f9;
		cursor: pointer;
	}
	.advant_qys {
		padding: 1.5rem 0;
		background: #ffffff;
	}
	.advant_qys h1 {
		text-align: center;
	    font-size: 1rem;
	    color: #000000;
	    font-weight: 600;
	}
	.advant_qys .container {
		padding: 0;
		overflow: hidden;
	}
	.advant_qys .container .img-box {
		margin: 1rem auto;
		width: 80%;
	}
	.advant_qys .container .line {
		display: none;
	}
	.bgWrap {
		background: #ffffff;
	}
	.ty_zkgj {
		background-color: #f9fcff;
	}
	.more_function {
		padding: 0.5rem;
		background: #f8f8f9;
		overflow: hidden;
	}
	.more_function h1 {
		font-size: 1rem;
		color: #111111;
	}
	.more_function .inner {
		margin: 0.5rem auto;
		text-align: center;
	}
	.more_function .inner .function_intro {
		overflow: hidden;
	}
	.function_intro .block {
		margin-top: 0.5rem;
		float: left;
		width: 50%;
		text-align: center;
	}
	.function_intro .block p {
		line-height: 1.8rem;
	}
	.function_gcb .block {
		width: 50%;
	}
	.more_function .inner .tiyanBtn a {
		margin: 58px auto 0;
		display: block;
		width: 140px;
		height: 40px;
		border: 1px solid #bcd5f7;
		color: #5b93f2;
		border-radius: 3px;
		line-height: 40px;
		letter-spacing: 2px;
		cursor: pointer;
	}
	.solutionBanner {
		width: 100%;
		height: 8rem;
		background-image: url('../images/banner/banner_jjfa.png');
		background-position: center;
		overflow: hidden;
		text-align: center;
	}
	.solutionBanner h1 {
		margin-top: 0.5rem;
		font-size: 0.8rem;
		color: #ffffff;
		line-height: 1.4rem;
	}
	.solutionBanner p {
		margin-top: 0.5rem;
		color: #ffffff;
		font-size: 0.6rem;
		letter-spacing: 1px;
	}
	.solutionBanner .hqBtn {
		margin: 0.3rem auto 0;
		width: 6.5rem;
		height: 1.5rem;
		line-height: 1.4rem;
		background: rgba(255,255,255,1);
		border: 1px solid rgba(237,237,237,1);
		opacity:0.8;
		text-align: center;
		border-radius:3px;
		font-size: 0.65rem;
		box-shadow: 0 0 10px rgba(90,144,235,1);
	}
	.solutionBanner .hqBtn a {
		display: block;
		color: #5a90eb;
	}
	.solutionBanner .hqBtn img {
		width: 18px;
	}
	.solutionAdvant {
		margin-top: 2rem;
		height: 11rem;
		background-image: url("../images/bg/bg_jjfa.png");
		background-position: center;
		text-align: center;
	}
	.solutionAdvant h1 {
		font-size: 0.8rem;
		font-weight: 600;
		color: #111111;
	}
	.solutionAdvant .container-fluid {
		margin-top: 2rem;
	}
	.solutionAdvant .container-fluid .picture img {
		margin: 0 auto;
	    display: block;
	    width: 100%;
	}

	.getSolution {
		background: #f7f8fa;
		padding: 2rem 0.5rem 2.5rem;
	}
	.getSolution h1 {
		font-size: 1rem;
		font-weight: 400;
		color: #111111;
		text-align: center;
	}
	.getSolution p {
		margin-top: 0.8rem;
		text-align: center;
		font-size: 0.6rem;
		color:#929393;
	}
	.getSolution .formGroup {
		margin: 50px auto;
		width: 394px;
	}
	.getSolution .formGroup .ipt {
		margin-top: 12px;
		width: 394px;
	}
	.getSolution .formGroup .ipt input {
		width: 100%;
		height: 1.4rem;
		box-sizing: border-box;
		background: #f7f8fa;
		border: 0;
		border-bottom: 1px solid #e2e2e2;
		font-size: 0.6rem;
	}
	.getSolution .formGroup .tijiao {
		margin-top: 2rem;
		text-align: center;
	}
	.getSolution .formGroup .tijiao button {
		width: 6rem;
		height: 1.6rem;
		box-sizing: border-box;
		border: 1px solid #1875f0;
		background: #1875f0;
		border-radius: 3px;
		font-size: 0.65rem;
		color: #ffffff;
	}
	.getSolution .wancheng {
	    text-align: center;
	}
	.getSolution .wancheng img {
	    display: 80px auto 0;
	}
	.getSolution .wancheng h3 {
	    margin-top: 50px;
	    font-size: 14px;
	    color: #666666;
	}
	.getSolution .wancheng p {
	    margin-top: 20px;
	    font-size: 12px;
	    color: #999999;
	}
	.getSolution .wancheng p a {
	    color: #5672ff;
	    cursor: pointer;
	}
	.demonstration {
		width: 100%;
		overflow: hidden;
		padding: 0;
	}
	.demonstration .container {
		padding: 0;
	}
	.demonstration .container .yanshitiyan {
		width: 100%;
		height: 11rem;
		background-image: url("../images/bg/banner_yy.png");
		background-position: center;
	}
	.demonstration .container .yanshitiyan .intro {
		color: #ffffff;
	}
	.demonstration .container .yanshitiyan .intro h1 {
		font-size: 1rem;
	}
	.demonstration .container .yanshitiyan .intro p {
		font-size: 0.6rem;
		line-height: 1rem;
		color: rgba(255,255,255,0.7);
		letter-spacing: 2px;
	}
	.demonstration .container .yanshitiyan .row {
		margin-top: 0.5rem;
		padding: 0;
		text-align: center;
	}
	.demonstration .container .yanshitiyan .row .col-xs-4 {
		padding: 0;
	}
	.demonstration .container .yanshitiyan .row .col-xs-4 img {
		width: 3rem;
	}
	.demonstration .container .yanshitiyan .row p {
		color: #ffffff;
		font-size: 0.6rem;
		line-height: 1.6rem;
	}

	.demonstration .container .yuyue {
		width: 100%;
		padding: 1rem 0;
		background: #ffffff;
		overflow: hidden;
		border-radius: 8px;
	}
	.demonstration .container .yuyue .title {
		text-align: center;
		font-size: 0.8rem;
		font-weight: 600;
		color: #000000;
	}
	.yuyue .inputGroup {
		margin-top: 0.8rem;
	    padding: 0 0.5rem;
	}
	.yuyue .inputGroup .input-row {
		overflow: hidden;
		padding: 0.5rem 0;
	}
	.yuyue .inputGroup .input-row .ipt-label {
		float: left;
		width: 80px;
		height: 36px;
		padding-right: 10px;
		box-sizing: border-box;
		color: #666666;
		font-size: 15px;
		line-height: 36px;
		text-align: right;
	}
	.yuyue .inputGroup .input-row .ipt-label span {
		color: #ff3333;
	}
	.yuyue .inputGroup .input-row .input-box  {
		padding: 0 10px;
		box-sizing: border-box;
		float: right;
		width: calc(100% - 80px);
	}
	.yuyue .inputGroup .input-row .input-box input,
	.yuyue .inputGroup .input-row .input-box textarea {
		padding: 0 10px;
		width: 100%;
		height: 36px;
		border: 1px solid #d8dbe5;
		border-radius: 3px;
		box-sizing: border-box;
		font-size: 15px;
		color: #121213;
	}
	.yuyue .inputGroup .input-row .input-box textarea {
		height: 90px;
	}
	.yuyue .inputGroup .input-row .input-box input:focus,
	.yuyue .inputGroup .input-row .input-box textarea:focus {
		border: 0.5px solid #1875fd;
		box-shadow: 0 0 10px rgba(24,117,153,0.3);
	}
	.yuyue .inputGroup .input-row .input-box button {
		width: 240px;
		height: 50px;
		border-radius: 50px;
		border: 1px solid #1875fd;
		background: #1875fd;
		color: #ffffff;
		font-size: 20px;
		letter-spacing: 2px;
		box-shadow: 0 0 10px rgba(24,117,153,0.8);
	}
	.yuyue .wancheng {
	    text-align: center;
	}
	.yuyue .wancheng img {
	    display: block;
	    margin: 20% auto 0;
	}
	.yuyue .wancheng h3 {
	    margin-top: 50px;
	    font-size: 14px;
	    color: #666666;
	}
	.yuyue .wancheng p {
	    margin-top: 20px;
	    font-size: 12px;
	    color: #999999;
	}
	.yuyue .wancheng p a {
	    color: #5672ff;
	    cursor: pointer;
	}
	.solutionAdvant .picture {
		position: relative;
	}
	.solutionAdvant .picture .ball {
	    display: none;
	}
	.onTrial {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	}
	.onTrial .left {
		padding-left: 0;
	}
	.onTrial .left img {
	    display: block;
	    height: 100%;
	}
	.onTrial .right {
	    flex: 1;
	}
	.onTrial .right .logo {
	    margin: 10% auto 0;
	    width: 40%;
	}
	.onTrial .right .logo img {
	    display: block;
	    width: 100%;
	}
	.onTrial .right .formGroup {
	    margin: 2rem auto;
	    width: 80%;
	    max-width: 500px;
	}
	.onTrial .right .formGroup .ipt-row {
	    position: relative;
	    margin-top: 0.5rem;
	}
	.onTrial .right .formGroup .ipt-row span {
	    position: absolute;
	    top: 5px;
	    left: 5px;
	    color: #f40000;
	}
	.onTrial .right .formGroup .ipt-row input,.onTrial .right .formGroup .ipt-row select {
	    width: 100%;
	    height: 1.4rem;
	    padding: 0 20px;
	    box-sizing: border-box;
	    background: #ffffff;
	    border: 0;
	    border-bottom: 1px solid #e2e2e2;
	    font-size: 14px;
	}.onTrial .right .formGroup .ipt-row input:focus {
	    border-bottom: 1px solid #5672ff;
	}
	.onTrial .right .formGroup .tijiao {
	    margin-top: 70px;
	    text-align: center;
	}
	.onTrial .right .formGroup .tijiao button {
	    display: block;
	    margin: 0 auto;
	    width: 178px;
	    height: 42px;
	    box-sizing: border-box;
	    border: 1px solid #1875f0;
	    background: #1875f0;
	    border-radius: 3px;
	    color: #ffffff;
	    box-shadow: 0 0 5px rgba(24,117,240,0.5);
	}
	.onTrial .right .formGroup .tijiao p {
	    margin-top: 30px;
	    color: #666666;
	    font-size: 16px;
	}
	.onTrial .right .formGroup .tijiao p a {
	    color: #1875f0;
	    text-decoration: underline;
	    cursor: pointer;
	}

	.onTrial .wancheng {
		padding: 0 20px;
	    text-align: center;
	}
	.onTrial .wancheng img {
	    display: block;
	    margin: 20% auto 0;
	}
	.onTrial .wancheng h3 {
	    margin-top: 50px;
	    font-size: 14px;
	    color: #666666;
	}
	.onTrial .wancheng p {
	    margin-top: 20px;
	    font-size: 12px;
	    color: #999999;
	}
	.onTrial .wancheng p a {
	    color: #5672ff;
	    cursor: pointer;
	}

	.modal-dialog {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) !important;
        width: 80%;
	}

	.modal-body {
		padding: 1.5rem 2rem;
		position: relative
	}

	.modal-body .old {
		display: none
	}

	.modal-body .sonBox {
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		width: 50px
	}

	.modal-body .sonBox img {
		width: 50px
	}

	.modal-body .oDiv {
		color: #3891f9;
		width: 26px;
		border: 1px solid #3891f9;
		margin-left: 12px;
		padding: 10px 0;
		border-radius: 3px;
		text-align: center
	}

	.modal-body .oDiv span {
		display: block;
		width: 12px;
		height: 12px;
		margin-left: 7px;
		margin-top: -17px;
		background: #fff;
		border-left: 1px solid #3891f9;
		border-bottom: 1px solid #3891f9;
		transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-o-transform: rotate(135deg)
	}

	.modal-body .erweima {
		text-align: center
	}

	.modal-body .erweima span {
		display: inline-block;
		height: 30px;
		line-height: 30px;
		border: 1px solid #3891f9;
		border-radius: 15px;
		padding: 0 30px;
		margin: 0 auto;
		color: #3891f9
	}

	.modal-body .erweima img {
		width: 147px;
		display: block;
		margin: 20px auto
	}

	.modal-body .erweima p {
		text-align: center;
		line-height: 28px;
		color: #222222
	}

	.modal-body .erweima p a {
		color: #3891f9;
		text-decoration: none
	}
	.aboutus img {
		display: block;
		width: 100%;
	}
	.introduction .inner {
		padding: 0 0.8rem;
	}
	.introduction .detail {
		margin-top: 1rem;
	}
	.introduction .detail p {
		margin-top: 1rem;
		text-indent: 2em;
		font-size: 0.6rem;
		line-height: 0.9rem;
		color: #333333;
	}
	.develop {
		padding: 0 0 3rem;
	}
	.develop .inner {
		padding: 0 0.8rem;
	}
	.develop .inner .part-title p {
		font-size: 2rem;
	}
	.develop .inner .picture img {
		display: block;
		width: 100%;
	}
}

	.foot_info {
	width:600px;
    float: left;
    margin-right: -100px;
	
    margin-left: -30px;width: 37%; 
}
.foot_info li{ float:left; padding-top:40px; margin-right:15px;width: 45%; }
.foot_info li p{color:#c6eaf6;font-family:"Microsoft YaHei"; font-size:16px; line-height:42px;text-align: center;padding-top:10px;}
.join{
    margin-top: -18px;
}













