	* {
	font-family:sans-serif;
}

body {
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
}

.all_header {
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	margin-top: 100px;
	overflow: hidden;
	/*background: #4962dc;*/
	background-image:-webkit-linear-gradient(to top right, #731cda, #4962dc);
  background-image:linear-gradient(to top right,#731cda, #4962dc);
}

.header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	z-index: 60;
}

.logo {
	margin: 10px 0 0 0;
	float: left;
	width: 180px;
}

.red {
	background: red !important;
}

.guiguanlogo {
	width: 100px;
	float: left;
	margin: 10px 0 0 30px;
}

.guiguanlogo img {
	width: 100%;
}

.logo>img {
	width: 100%;
	height: 100%;
}

.nav_xs {
	width: 70%;
	margin: auto;
	height: 5rem;
}

.nav_xs>img {
	float: right;
	width: 22px;
	height: 22px;
	margin-top: 35px;
	cursor: pointer;
}

.head_r {
	float: right;
	 
	margin-top: 25px;
	/*margin-right: 20px;*/
	height: 30px;
	width: 350px;
}

.div_input>input {
	background: transparent;
	border: 1px solid #fff;
	color: #fff !important;
	width: 150px;
	height: 29px;
	line-height: 29px;
	padding-left: 0.5rem;
}

.div_input {
	width: 150px;
	height: 29px;
	float: left;
	margin-right: 1rem;
	position: relative;
}

.div_input>img {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
	width: 18px !important;
}

.mo {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 20px 0 30px 0;
	display: none;
}

.mo1 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 20px 0 30px 0;
}

.mo1> a {
	display: inline-block;
	border: 1px solid #334afa;
	border-radius: 50px;
	padding: 0.9rem 2.1rem;
	color: #334afa;
	font-size: 1rem;
	margin-top: 2rem;
}

.sjd {
	width: 75%;
	margin: auto;
}

.zy {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.sj {
	position: absolute;
	right: 10px;
	top: 10px;
}

.zy {
	padding-left: 5px;
	width: 100px;
	height: 25px;
	border-radius: 20px;
	color: #fff;
	line-height: 25px;
	border: 1px solid #fff;
	font-size: 0.875rem;
	color: #fff;
	padding-left: 16px;
	/*margin-top: 1.85rem;*/
}

option {
	width: 90px;
	height: 25px;
	text-align: center;
}

@keyframes cb-scroller-mouse-circle {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	100% {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		opacity: 0;
	}
}

@-webkit-keyframes cb-scroller-mouse-circle {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	100% {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		opacity: 0;
	}
}

.div_input> input::-webkit-input-placeholder {
	color: #fff;
}

.div_input> input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.div_input> input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.div_input> input:-ms-input-placeholder {
	color: #fff;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}

.slider {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	/*margin-top: 3px;*/
}

.cust {
	width: 59% !important;
	margin: 3% auto;
}

.cust p {
	line-height: 2.1rem;
}

.cust h2 {
	font-size: 3.5rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
	font-weight: bold;
    margin-top:14px;
}

.map1_b {
	width: 2.2% !important;
	left: 52.5% !important;
	top: 60% !important;
}

.cust h3 {
	font-size: 1.875rem;
	font-weight: normal;
	color: #fff;
	margin-top: 0rem;
	line-height: 40px;
}


/*小按钮*/

.cb-scroller {
	display: block;
	/*position: absolute;*/
	/*left: 50%;*/
	width: 20px;
	margin: 0 0 -2px -33px;
	z-index: 1;
	cursor: pointer;
	text-align: center;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	margin: auto;
}

.cb-scroller svg {
	height: 41px;
	-webkit-transition: opacity .4s ease-in-out .9s;
	transition: opacity .4s ease-in-out .9s;
	/*background: blue;*/
	display: block;
	margin-bottom: 5px;
	padding-left: 0.3rem;
}

svg:not(:root) {
	overflow: hidden;
}

.cb-scroller svg path {
	fill: rgba(255, 255, 255, 0);
	stroke: #fff;
	stroke-dasharray: 51, 0;
	stroke-dashoffset: 109;
}

.cb-scroller svg circle {
	fill: #fff;
}

.cb-scroller {
	fill: rgba(255, 255, 255, 0);
	stroke: #fff;
	stroke-dasharray: 51, 0;
	stroke-dashoffset: 109;
	-webkit-transition: stroke-dasharray 1.5s cubic-bezier(.74, .05, .12, .99) .9s;
	transition: stroke-dasharray 1.5s cubic-bezier(.74, .05, .12, .99) .9s;
}

.cb-scroller {
	fill: #fff;
	-webkit-animation: cb-scroller-mouse-circle ease-in-out 1.9s infinite;
	animation: cb-scroller-mouse-circle ease-in-out 1.9s infinite;
}

.cb-scroller {
	margin-top: 15%;
	width: 26px;
}


/*下拉菜单*/

.down {
	width: 100% !important;
	height: 100% !important;
	background: rgb(73, 98, 220);
	position: fixed;
	top: 0;
	z-index: 100;
	/*background-image: url(../img/bg.png);*/
	/*margin-top: 100px;*/
}

.all_down {
	width: 38%;
	margin: auto;
}

.up {
	float: right;
	margin: 20px;
	cursor: pointer;
	width: 30px;
}

.up>img {
	width: 100%;
}

.xin2 {
	width: 22px;
	height: 19px;
}


/*下拉菜单里的*/

ul.nav li {
	width: 200px;
}

ul.nav> li {
	margin-right: 10px;
}

ul.nav li h3 {
	height: 40px;
	line-height: 40px;
	color: #e2d3ff;
	font-size: 2.6rem;
}

ul.nav li a {
	height: 40px;
	line-height: 40px;
	color: #e2d3ff;
	font-size: 1.625rem;
	margin-right: 10px;
}

ul.nav li a:hover {
	color: #fff;
}

ul.nav li h3:hover {
	color: #fff;
}

ul.nav> li> h3 {
	cursor: pointer;
}

ul.nav> li> ul> li h3 {
	cursor: pointer;
}

ul.nav> li h3:hover,
.choice {
	/*background: #ffc0c0!important;*/
}

ul> li> ul {
	display: none;
}

ul> li.on> ul {
	display: block;
}

ul.nav li {
	position: relative;
	margin: 30px;
}

ul.nav li li {
	margin: 10px auto;
}

ul.nav> li> ul> li ul {
	position: absolute;
	top: 0;
	right: -500px;
}

.nav li li>h3>a {
	color: #887ae2;
}

.nav li li li>h3>a {
	color: #e2d3ff;
}

.aa {
	color: #fff;
}

.nav2>li {
	width: 480px !important;
	padding-left: 20px;
}

.nav3>li {
	width: 500px !important;
}

.sx {
	margin-right: 60px;
	/*height: 10px;*/
	width: 3px;
	vertical-align: middle;
	position: absolute;
	top: 20px;
	left: 0;
}

.bb {
	display: inline-block;
	width: 50px;
	height: 30px;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
}


/*第二部分*/

.solut {
	width: 100%;
	padding: 90px 0;
}

.all_solut {
	width: 80%;
	margin: auto;
	/*background: pink;*/
	overflow: hidden;
}

.all_solut>li {
	width: 33.33%;
	box-sizing: border-box;
	float: left;
	text-align: center;
}

.all_solut div {
	/*border: 1px solid red;*/
	height: 26rem;
}

.li_3 {
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	height: 52rem;
	display: table;
}

.li_3 h2 {
	color: #2941fc;
	font-size: 7rem;
	margin-top: 10rem;
}

.li_3 h3 {
	color: #1f1f4a;
	font-size: 3.6rem;
	margin: 3rem;
}

.li_3 h4 {
	color: #1f1f4a;
	font-size: 3rem;
}

.all_solut>li p {
	font-size: 2.4rem;
	color: #334afa;
}

.all_solut div:hover {
	background: #334afa;
}

.wh {
	color: #fff !important;
}

.all_solut>li span {
	margin: 4rem;
}

.li_3_all:hover {
	background: #fff !important;
}


/*why*/

.why {
	width: 100%;
	/*height: 28.75rem;*/
	background: url(../img/whyus.jpg) no-repeat;
	background-size: 100% 100%;
	/*background-image: url(../img/WhyUs/whyus.jpg);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 100% 100%;
	margin-top: 1.25rem;
	overflow: hidden;
	padding-bottom: 4.75rem;
}

.jumbo {
	color: #fff;
	font-size: 3.5rem;
	font-family: HelveticaNeueLTPro-UltLt;
}

.count {
	font-size: 6.875rem;
	float: left;
	width: 30%;
	text-align: center;
	margin: 0 1.5%;
	color: #fff;
}

.count_sj span {
	font-size: 3.5rem;
}

.jia {
	font-size: 4.5rem;
}

.wrap {
	width: 60%;
	margin: auto;
	overflow: hidden;
}

.wrap>h2 {
	font-size: 3.5rem;
	color: #fff;
	text-align: center;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	font-weight: bold;
}

.year {
	font-size: 1.5rem;
	color: #fff;
	padding-top: 1rem;
}

.mo>a {
	display: inline-block;
	border: 1px solid #334afa;
	border-radius: 50px;
	padding: 1rem 2.5rem 0.9rem 2.1rem;
	;
	color: #334afa;
	font-size: 1rem;
	margin-top: 0.5rem;
}

.mo>a:hover {
	background: #011eff;
	color: #fff;
}


/*video*/

.video1 {
	width: 100%;
	overflow: hidden;
}

.video-all {
	width: 75%;
	margin: auto;
	padding: 10rem 0 3rem 0;
	overflow: hidden;
}

.video-left {
	width: 40%;
	/*background: greenyellow;*/
	position: relative;
	margin-right: 3%;
	float: left;
}

.vi {
	width: 100%;
	position: relative;
}

.vi>img {
	width: 100%;
	max-height: 410px;
}

.vi span {
	display: inline-block;
	width: 93%;
	height: 89%;
	background: black;
	position: absolute;
	top: 5%;
	left: 3.5%;
	opacity: 0.4;
}

.video-left>img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -34px;
	margin-left: -34px;
}

.video-right {
	float: left;
	width: 57%;
}

.video-right h2 {
	color: #2941FC;
	font-size: 3.5rem;
	/*padding-left: 2rem;*/
	font-weight: bold;
}

.video-right h3 {
	color: #011eff;
	font-size: 1.875rem;
	margin: 2rem 0 0.8rem 0;
}

.video-right p {
	color: #334afa;
	font-size: 1rem;
	line-height: 25px;
}

.video-right a {
	display: inline-block;
	border: 1px solid #334afa;
	border-radius: 50px;
	padding: 0.9rem 2.1rem;
	color: #334afa;
	font-size: 1rem;
	margin-top: 2rem;
}

.video-right a:hover {
	color: #fff;
	background: #334afa;
}

.video-top {
	display: none;
}

.mo1> a:hover {
	background: #334afa;
	color: #fff;
}


/*news*/

.big {
	display: none;
}

.news {
	background-image: url(../img/news-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	/*height: 100%;*/
	overflow: hidden;
}

.news-all {
	width: 75%;
	margin: auto;
	/*background: pink;*/
	padding: 75px 0 0px 0;
	overflow: hidden;
}

.news-top {
	/*position: relative;
	left: 50%;
	max-width: 746px;
	margin-left: -299px;*/
	margin-bottom: 2.5rem;
	text-align: center;
}

.news-top h2 {
	font-size: 3.5rem;
	color: #fff;
	margin-bottom: 1rem;
	font-weight: bold;
}

.news-top h3 {
	font-size: 1.875rem;
	color: #fff;
}

.le {
	width: 50%;
	float: left;
	position: relative;
}

.l>span {
	display: inline-block;
	width: 44rem;
	height: 29rem;
	border: 10px solid RGB(82, 87, 223);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-bottom .l {
	width: 45rem;
	height: 30rem;
	/*width: 100%;*/
	/*height: auto;*/
	overflow: hidden;
	/*border: 10px inset transparent;*/
	position: relative;
	z-index: 1;
}

.l-h2 h2 {
	text-align: left;
	font-size: 1.5rem;
	/*line-height: 54px;*/
	color: #fff;
    padding:8px 3px;
    background-color:rgba(0,0,255,0.5);
}

.l-h2 {
	display: block;
	position: absolute;
	left: 0;
	top: 80%;
	width: 85%;
	/*height: auto;*/
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-bottom .l:hover {
	/*border: 10px inset RGB(82, 87, 223);*/
	/*border: ;*/
}

.news-bottom .l>img {
	transition: all 0.5s;
	width: 45rem;
	height: 30rem;
	/*width: 100%;*/
	/*height: auto;*/
}

.sca {
	transform: scale(1.03);
}

.c {
	width: 24%;
	width: 22.2rem;
	height: 30rem;
	float: left;
	background: #fff;
	z-index: 5;
}

.c:hover {
	background: RGB(82, 87, 223);
}

.zindex {
	color: #fff !important;
}

.zindex2 {
	color: #fff !important;
}

.c1 {
	height: 50%;
	width: 100%;
	position: relative;
}

.c1>h3 {
	font-size: 1.5rem;
	color: #292929;
	padding-bottom: 0;
	padding: 0 2rem;
	text-align: center;
	padding-top: 22%;
}

.c1>img {
	position: absolute;
	bottom: -19px;
	left: 50%;
	z-index: 3;
	margin-left: -20px;
}

.c2 {
	width: 22.2rem;
	height: 15rem;
	overflow: hidden;
	position: relative;
}

.c2 img {
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}

.sca2 {
	transform: scale(1.03);
}

.fd {
	transform: scale(1.03) !important;
}

.c2>span {
	display: inline-block;
	border: 10px solid RGB(82, 87, 223);
	position: absolute;
	top: 0;
	left: 6px;
	width: 98.5%;
	height: 100%;
	z-index: 5;
	border-top: none;
}

.r {
	width: 25%;
	width: 22.1rem;
	height: 30rem;
	float: left;
	background: greenyellow;
}

.r {
	width: 24%;
	width: 22.2rem;
	height: 30rem;
	float: left;
	background: #fff;
	z-index: 5;
}

.r1 {
	height: 50%;
	width: 100%;
	position: relative;
}

.r1> h3 {
	font-size: 1.5rem;
	color: #292929;
	padding-bottom: 0;
	padding: 0 2rem;
	text-align: center;
	padding-top: 22%;
}

.r1> img {
	position: absolute;
	top: -19px;
	left: 50%;
	z-index: 3;
	margin-left: -20px;
	transform: rotateX(180deg);
}

.r2 {
	width: 22.2rem;
	height: 15rem;
	overflow: hidden;
	position: relative;
}

.r2 img {
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}

.r2> span {
	display: inline-block;
	border: 10px solid RGB(82, 87, 223);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	border-bottom: none;
}

.sca3 {
	background: RGB(82, 87, 223);
}

.none {
	display: none;
}

.a_m {
	display: inline-block;
	width: 100%;
	text-align: center;
	/*margin-top: 15px;*/
	display: none;
}

.a_m a {
	display: inline-block;
	border: 1px solid #334afa;
	border-radius: 50px;
	padding: 1rem 2.5rem 0.9rem 2.1rem;
	;
	color: #334afa;
	font-size: 1.5rem;
	margin-top: 0;
}

.a_m a:hover {
	background: #334afa;
	color: #fff;
}


/*product*/

.product {
	width: 100%;
	height: 21.875rem;
	background: url(../img/product.png) no-repeat;
	background-image: url(../img/product.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	text-align: center;
	background-size: 100% 100%;
	color: #FFFFFF;
}

.peoduct_text {
	width: 26rem;
	margin: auto;
	padding-top: 8.4375rem;
	position: relative;
	overflow: hidden;
}

.peoduct_text span {
	font-size: 3.5rem;
	margin-right: 6.5rem;
	float: left;
	font-weight: bold;
	padding-bottom: 0.7rem;
}

.peoduct_text img {
	float: right;
	margin-top: 1.7rem;
	vertical-align: middle;
}

.line {
	width: 26rem;
	border: 2px solid #FFF;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -13rem;
}

.dj {
	width: 2.3rem;
}


/*手机端导航*/

.head {
	display: none;
}


/*footer*/

.footer {
	background: #29529b;
	width: 100%;
	padding: 4rem 0 2rem 0;
}

.footer_all {
	width: 70%;
	/*background: pink;*/
	margin: auto;
}

.footer_ul {
	overflow: hidden;
	text-align: center;
}

.footer_ul li {
	display: inline-block;
	padding: 0 15px;
}

.footer_ul a {
	/*float: left;*/
	font-size: 1rem;
	color: #fff;
	text-align: center;
}

.footer_ul a:hover {
	color: #F1F1F1;
}

.footer_ul2 {
	text-align: center;
	padding: 2.5rem 0 2.5rem 0;
	border-bottom: 1px solid #5475af;
}

.footer_ul2 img {
	padding: 0 1rem;
	width: 3rem;
}

.footer_last {
	overflow: hidden;
	padding-top: 2rem;
}

.last_left {
	width: 60%;
	float: left;
}

.last_right {
	width: 22%;
	float: right;
	line-height: 25px;
}

.footer_last p {
	font-size: 0.875rem;
	color: #fff !important;
}

.last_left img {
	vertical-align: middle;
	padding-right: 5px;
}

.p1 span {
	padding-right: 25px;
}

.p2 {
	padding-top: 0.5rem;
}

@media only screen and (min-width: 1500px) and (max-width: 1920px) {
	.video-all {
		min-width: 1400px;
	}
	.footer_all {
		min-width: 1327px;
	}
	.news-all {
		min-width: 1428px;
	}
}

@media only screen and (max-width: 1500px) {
	ul.nav li a {
		font-size: 1.3rem;
	}
	ul.nav li {
		margin: 10px;
	}
	.video-all {
		width: 90%;
	}
	.news-bottom .l {
		width: 100%;
		height: auto;
	}
	.c {
		width: 25%;
	}
	.c2 {
		width: 100%;
		height: 50%;
	}
	.r {
		width: 25%;
	}
	.news-all {
		min-width: 1118px;
	}
	.c2> span {
		left: 0;
		width: 100%;
	}
	.r2 {
		width: 100%;
	}
	.r2> span {
		width: 100%;
	}
	.news-bottom .l> img {
		width: 100%;
	}
	.l> span {
		width: 100%;
	}
	.sjd {
		width: 90%;
		margin: auto;
	}
	.zy {
		line-height: 25px;
	}
	.logo {
		margin: 10px 0 0 2rem;
	}
	.cb-scroller {
		bottom: 2rem !important;
	}
	@media only screen and (min-width: 1000px) and (max-width: 1280px) {
		.item_la {
			padding: 3.3rem 2.5rem 2.5rem 2.5rem !important;
			width: 87.6% !important;
			top: 0 !important;
			height: auto !important;
			display: none;
			left: 6%;
		}
	}
	@media only screen and (min-width: 1200px) and (max-width: 1500px) {
		.footer_all {
			width: 80%;
		}
		.footer_ul {
			min-width: 1061px !important;
			width: 100% !important;
			margin: auto;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 1200px) {
		.cust {
			min-width: 665px;
		}
	}
	@media only screen and (min-width: 1200px) and (max-width: 1920px) {
		.wrap {
			min-width: 1100px;
		}
		.footer_ul {
			min-width: 880px;
			width: 80%;
			margin: auto;
		}
	}
	@media only screen and (min-width: 980px) and (max-width: 1200px) {
		.count {
			width: 100% !important;
		}
		.footer_ul {
			min-width: 800px;
			width: 90%;
			margin: auto;
		}
		.footer_all {
			width: 90%;
		}
	}
	@media only screen and (min-width: 1200px) {
		.cust {
			/*min-width: 1122px;*/
		}
	}
	@media only screen and (max-width: 1200px) {
		.all_header {
			margin-top: 100px;
		}
		#hw1_masthead_wrap {
			height: 100px !important;
		}
		.header {
			display: none;
		}
		#head {
			display: block !important;
		}
		.news-top {
			left: initial;
			margin-left: initial;
			max-width: initial;
		}
		.news-top {
			text-align: center;
		}
		.news-all {
			min-width: 0;
		}
		.le {
			width: 100%;
		}
		.c {
			width: 50%;
		}
		.r {
			width: 50%;
		}
		.news-bottom span {
			display: none !important;
		}
		.news-bottom .l> img {
			height: auto;
		}
		.news-all {
			width: 95%;
		}
		.cust h2 {
			font-size: 5rem;
		}
		.solutions .sol_wrap {
			width: 50%;
		}
		.sol_wrap_top {
			display: block;
		}
		.cust {
			width: 80% !important;
		}
		.video-left {
			width: 100%;
		}
		.video-right {
			width: 100%;
		}
		.video-right h2 {
			text-align: center;
		}
		.video-right h3 {
			text-align: center;
		}
		.a {
			width: 100%;
			display: inline-block;
			text-align: center;
		}
		.video-right a {
			text-align: center;
		}
		.video-right h2 {
			display: none;
		}
		.video-right h3 {
			display: none;
		}
		.video-top {
			display: block;
		}
		.video-top h3 {
			display: block;
		}
		.video-top h2 {
			display: block;
		}
		.cust {
			margin-left: -45% !important;
		}
		.drawer-hamberger {
			display: block !important;
		}
		.zy {
			/*margin: 23px 15px 0 0;*/
		}
		.menu_aaa {
			margin: 25px 25px 0 0 !important;
		}
	}
	@media only screen and (max-width:980px) {
		.footer_all {
			width: 100%;
		}
		.footer_ul li {
			display: inline-block;
			padding: 0 15px;
			float: left;
			width: 33.333%;
			padding-bottom: 1rem;
		}
		.last_left {
			width: 100%;
			float: none;
			text-align: center;
		}
		.last_right {
			width: 100%;
			float: none;
			overflow: hidden;
			text-align: center;
		}
		.p2 {
			text-align: left;
		}
		.last_right p {
			display: inline-block;
			padding: 0 20px;
		}
		.footer_last p {
			text-align: center;
			padding-bottom: 10px;
		}
	}
	@media only screen and (max-width: 900px) {
		.mo {
			display: inline-block;
		}
		.mo1 {
			display: none;
		}
	}
	@media only screen and (min-width: 100px) and (max-width: 768px) {
		.wrap> h2 {
			font-size: 3.125rem;
		}
		.le {
			width: 100%;
			margin-bottom: 20px;
		}
		.video-right h2 {
			font-size: 3.125rem;
		}
		.news-top h2 {
			font-size: 3.125rem;
		}
		.peoduct_text span {
			font-size: 3.125rem;
		}
		.xx {
			display: none;
		}
		.one {
			border-top: 1px solid #E5E5E5;
		}
		.two div:nth-of-type(1) {
			border-top: 1px solid #e5e5e5;
		}
		.sol_wrap_con {
			border-bottom: 1px solid #e5e5e5;
		}
		.logo {
			margin: 20px 0 0 10px;
			width: 35%;
			height: initial;
		}
		.cust h2 {
			font-size: 3.125rem;
		}
		.cust h3 {
			font-size: 1.875rem;
		}
		.cust {
			width: 90% !important;
		}
		.footer_ul2 img {
			padding: 0 0.2rem;
			width: 3rem;
		}
	}
	@media only screen and (max-width:500px) {
		.center-wrap {
			margin: 20px auto auto auto !important;
		}
		#hw1_logo {
			width: 30% !important;
		}
		.hw1_show_more,
		.hw1_search,
		.hw1_show_more> a {
			margin-top: 1px !important;
		}
		.down {
			margin-top: 100px;
		}
		.video-right p {
			font-size: 1.6rem;
		}
		.video-right a {
			font-size: 1.5rem;
		}
		.header {
			height: 110px;
		}
		.all_header {
			margin-top: 100px;
		}
		.footer_ul li {
			padding: 10px 0px;
		}
		.footer_ul a {
			font-size: 1rem !important;
		}
		.footer_last p {
			font-size: 1rem;
			padding-left: 10px;
			padding-right: 10px;
		}
		.c {
			display: none;
		}
		.r {
			display: none;
		}
		.le {
			display: block;
			margin-top: 3rem;
		}
		.big {
			display: block;
		}
		.a_m {
			display: inline-block;
		}
		.footer_last p em {
			font-size: 1rem;
		}
		.list ul li a {
			font-size: 1.5rem;
		}
		.div_input {
			display: none;
		}
		.dj {
			width: 3rem !important;
		}
		#why_pc {
			display: none;
		}
		#why_sj {
			display: block !important;
		}
		.zy {
			margin-top: 22px;
		}
		.cust h3 {
			margin-top: 0 !important;
			line-height: 30px !important;
		}
		.guiguanlogo {
			margin-left: 5px;
		}
		.menu_aaa {
			margin-right: 5px !important;
			/*padding-right: 0 !important;*/
		}
		.mainPage {
			display: none !important;
		}
		#outdated {
			display: none;
		}
		.hw1_masthead_rightside {
			margin-top: 15px !important;
		}
		html,
		body {
			font-size: 0.3413333333333334rem;
			font-size: 0.384rem;
		}
		.news_item_right {
			width: 95%;
		}
		.footer_ul2 img {
			padding: 0 0.2rem !important;
			width: 3rem !important;
		}
	}
	@media only screen and (min-width:500px) {}