@charset "utf-8";
/* CSS Document */



﻿body {
	overflow-x: hidden;
	background: #f7f7f7;
	color: #333;
	box-shadow: 0 0 0.1rem #DCE2EB;
}
 body::-webkit-scrollbar {
 display: none;
}
body {
	wdith:100%;
	max-width:750px;
	margin:0 auto;
	background:#0f2f78;
}
html {
	max-width: 750px!important;
	overflow-x: hidden;
	margin: auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	background: #F7F4F8;
}
.clearBoth:after, .clearBoth:before {
	clear: both;
	content: '';
	display: block;
}
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family: Microsoft YaHei, "\5B8B\4F53", "黑体";
	font-family: normal;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
.img_block {
	width: 100%;
	height: auto;
	display: block;
}
.img_block1 {
	width: 90%;
	height: auto;
	display: block;
	margin:0 auto;
}
.img_block2 {
	width: 90%;
	height: auto;
	display: block;
	margin:0 auto;
	margin-bottom:3.5rem;
}

.cg_bg {
	width:90%;
	margin:0 auto;
	background:#FFF;
	border-radius:2%;
	padding-top:1rem;
	position: relative;
	padding-bottom:2rem;
}
.img_block1 {
	width: 95%;
	height: auto;
	display: block;
	margin-top: 1rem;
}
.h_title {
	width:80%;
	background:url(../images/ttbg.png) no-repeat;
	background-position:center;
	background-size: cover;
	text-align: center;
	margin: 0 auto;
	height: 2rem;
	line-height:2rem;
	font-weight:bold;
}
.h_img img {
	width:85%;
	border:#4d7cf2 solid 3px;
	display: block;
	margin: 1rem auto;
	border-radius:5%;
}
.uc-icon20 {
	width: 0.8rem;
	height: 0.8rem;
}
.btm1 {
	width:85%;
	margin:0 auto;
}
.b_zhuanye {
	color:#000;
	font-weight:bold;
	float:left;
	width:40%;
}
.b_redu {
	color:#900;
	float:right;
	width:50%;
	text-align: right;
}
.des_ms {
	width:85%;
	margin:0 auto;
	line-height:1.2rem;
	font-size:0.8rem;
	padding:1rem 0;
}
.clean {
	clear:both;
}
.des_ms a {
	color:#F00;
	font-weight:bold;
	float:right;
	margin-right: 1rem;
}
.des_ms a:hover {
	font-weight:bold;
	font-size:1rem;
}
.x_title {
	font-size: 0.9rem;
	color: #000;
	text-align: center;
	font-weight: bold;
}
/*productlist页*/

.productlist_main {
	width: 94%;
	margin: 10px auto 0;
}
.productlist_main li {
	width: 49%;
	float: left;
	list-style:none;
}
 .productlist_main li:nth-child(1), .productlist_main li:nth-child(3), .productlist_main li:nth-child(5), .productlist_main li:nth-child(7) {
 margin-right: 2%;
}
.productlist_main li a {
	display: block;
	margin:4px 0;
	text-align: center;
	color: #000;
	background: #dde9ff;
	padding:0.2rem 0;
	font-family:"黑体";
}
.productlist_main li img {
	width: 100%;
}
.caselist li a {
	background:none;
}
.caselist li a img {
	height:auto;
}


/* ------------ 通用样式  ----------------- */
footer {
  position: fixed;
  z-index: 888;
  width: 100%;
  max-width:750px;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
  bottom: 0;
  min-height: 3.5rem;
  background-color: #ebebeb;
  font-size: 0.5rem;
  border-top: #eeeeee 1px solid;
}
footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer li {
  flex: 1;
    text-align: center;
    height: 1.98rem;
    font-size: 0.24rem;
    line-height: 3.2rem;
    list-style: none;
}
footer li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/ft1.png") center 0.05rem no-repeat;
  background-size: 1.5rem 1.8rem;
  padding-top: 0.6rem;
  color: #b61d1c;
      font-size: 1rem;
}
footer li.on a {
  color: #b61d1c;
}
footer li:nth-child(1) a {
  background-image: url("../images/ft1.png");
}
footer li:nth-child(2) a {
  background-image: url("../images/ft2.png");
}
footer li:nth-child(3) a {
  background-image: url("../images/ft3.png");
}
footer li:nth-child(4) a {
  background-image: url("../images/ft4.png");
}
footer li:nth-child(5) a {
  background-image: url("../images/ft5.png");
}

.g-footer-space {
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.g-footer-space .footer-space {
  height: 0.98rem;
}
