@charset "utf-8";

/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img,
figure,
figcaption {
  border: medium none;
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/
html,
body {
  -webkit-text-size-adjust: none;
  font-family: "Microsoft YaHei", Arial;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 14px;
  color: #888;
}

/** 设置表单元素**/
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei", Arial;
  vertical-align: middle;
  outline: none;
}

/** 重置图片元素 **/
img {
  border: 0px;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** 清除浮动 **/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}


/** 重置超链接元素 **/
a {
  text-decoration: none;
  color: #666;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  color: #222;
  will-change: transform;
}

a:hover,
a:active {
  outline: none;
}

.blue {
  color: #00B096;
}

.main {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
}

section {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 10px;
}

.fixed {
  background: #f23030;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 15;
}

.fixed li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 5px 0;
}

.fixed li span.fa {
  font-size: 24px;
  display: block;
  padding: 5px 0;
}

.fixed li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  line-height: 22px;
  font-size: 13px;
}

header {
  height: 52px;
  background: #f23030 url(../images/top_bg.png);
  background-size: cover;
  line-height: 52px;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 521;
}

header a {
  color: #fff;
  font-size: 20px;
}

.p52 {
  height: 52px;
}

.part {
  padding: 10px 5px;
  overflow: hidden;
}

.part li {
  width: 46%;
  margin: 5px 2%;
  float: left;
}

.part li a {
  padding: 15px 15px 40px 15px;
  display: inline-block;
  color: #fff;
}

.Itit {
  margin: 8px 0;
  overflow: hidden;
  padding-right: 5px;
  line-height: 38px;
}

.Itit span {
  background: #F23030;
  height: 38px;
  display: inline-block;
  padding: 0 25px 0 15px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  border-radius: 0 20px 20px 0;
}

.ius .info {
  padding: 20px 10px;
  line-height: 24px;
}

.Itit a {
  float: right;
  padding: 0 5px;
}

.icase {
  padding: 0 5px;
  overflow: hidden;
}

.icase li {
  width: 46%;
  padding: 5px 2%;
  float: left;
}

.inews ul {
  padding: 5px;
}

.inews ul li {
  height: 40px;
}

.inews ul li a {
  display: block;
  padding: 0 8px 0 12px;
  background: url(../images/icon_dian.png) no-repeat left center;
}

.inews ul li a span {
  float: right;
}

.backTop {
  background: #F23030;
  padding: 10px;
  overflow: hidden;
}

.backTop span {
  background: url(../images/icon_up.png) no-repeat right center;
  color: #fff;
  float: right;
  padding-right: 18px;
}

footer {
  text-align: center;
  padding: 10px 0;
  line-height: 24px;
}

.menu {
  position: fixed;
  background: #F23030;
  padding: 8px 20px 8px 10px;
  border-radius: 0 30px 30px 0;
  bottom: 14.2%;
}

.zoomBj {
  background: rgba(0, 0, 0, .4);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  display: none;
}

.sideMenu {
  width: 45%;
  overflow: hidden;
  height: 100%;
  position: fixed;
  left: -45%;
  top: 52px;
  background: #fff;
  z-index: 520;
  transition: 0.3s;
}

.sideMenu.open {
  left: 0;
}

.sideMenu ul {
  padding-top: 5px;
}

.sideMenu li {
  height: 54px;
  border-bottom: 1px solid #eee;
  line-height: 54px;
  position: relative;
  left: -100%;
}

.sideMenu li a {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
}

.sideMenu li a.act {
  display: block;
  background: #F23030;
  border-radius: 30px 0 0 30px;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
}

.sideMenu li a i {
  margin-right: 10px;
}

.sideMenu.open li:nth-child(1) {
  animation: mymove 0.2s forwards;
}

.sideMenu.open li:nth-child(2) {
  animation: mymove 0.2s forwards;
  animation-delay: 0.2s;
}

.sideMenu.open li:nth-child(3) {
  animation: mymove 0.2s forwards;
  animation-delay: 0.3s;
}

.sideMenu.open li:nth-child(4) {
  animation: mymove 0.2s forwards;
  animation-delay: 0.4s;
}

.sideMenu.open li:nth-child(5) {
  animation: mymove 0.2s forwards;
  animation-delay: 0.5s;
}

@keyframes mymove {
  from {
    left: -100%;
  }

  to {
    left: 0%;
  }
}

.swiper_zoom {
  background: #111;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 560;
}

.swiper_zoom .tit {
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  color: #fff;
  text-align: right;
}

.swiper_zoom .tit span {
  padding: 5px 10px;
  background: #000;
}

.swiper-container {
  position: absolute;
  width: 100%;
  top: 30%;
  text-align: center;
}

.swiper_zoom .swiper-slide p {
  padding: 6px 0;
  color: #fff;
}

.navMap {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 0;
  background: #fff;
  z-index: 560;
  overflow: hidden;
  transition: 0.5s;
}

.navMap.open {
  height: 100%;
}

.navMap .tit {
  height: 52px;
  background: #f23030 url(../images/top_bg.png);
  background-size: cover;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.navMap .tit span {
  float: left;
  padding-left: 5px;
}

.navMap iframe {
  border: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  padding-bottom: 52px;
  box-sizing: border-box;
}

.inreus,
.majorm,
.serves {
  overflow: hidden;
  padding: 8px;
  line-height: 24px;
}

.inreus img {
  float: left;
  max-width: 45%;
  margin-right: 14px;
}

.major ul {
  display: -webkit-box;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.major ul li {
	width: 80px;
	border: 1px solid #ddd;
	padding: 20px;
	margin: 5px;
	border-radius: 5px;
}

.serves ul {
  display: -webkit-box;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.serves ul li {
  width: 140px;
  border: 1px solid #ddd;
  margin: 0 8px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
}

.page {
  line-height: 30px;
  display: flex;
  justify-content: space-around;
  padding: 5px 0 10px 0;
}

.page a {
  font-size: 16px;
  border: 1px solid #F23030;
  padding: 0 10px;
  color: #F23030;
  border-radius: 2px;
}

.newsDetail h4 {
  color: #333;
  font-weight: normal;
  padding: 20px 10px 10px 10px;
  line-break: 26px;
}

.newsDetail .time {
  color: #999;
  font-size: 12px;
  padding: 3px 10px;
}

.newsDetail .txt {
  padding: 10px;
  line-height: 24px;
}

.newsDetail .txt p {
  padding: 5px 0;
}

.share {
  height: 50px;
  background: #f23030;
  line-height: 30px;
  position: fixed;
  width: 100%;
  z-index: 521;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.share span {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.share span.fa {
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
}

.conatct {
  padding: 10px;
  line-height: 24px;
}

.conatct p {
  padding: 5px 0;
}

.shareBot {
  height: 170px;
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 650;
  display: none;
}

.shareBot h4 {
  text-align: center;
  color: #F23030;
  padding: 10px 0;
}

.shareBot li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 10px 0;
}

.inre_serves {
  overflow: hidden;
}

.inre_serves ul {
  padding: 10px;
  text-align: center;
}

.inre_serves li {
  float: left;
  width: 47%;
  border: 1px solid #ddd;
  margin: 8px 0;
  border-radius: 5px;
}

.inre_serves li a {
  display: block;
  line-height: 36px;
}

.inre_serves li:nth-child(2n) {
  float: right;
}

.servdetail {
  padding: 5px;
  overflow: hidden;
}

.servdetail p {
  padding: 5px;
  line-height: 24px;
}