﻿@charset "UTF-8";
html,
body,
ul,
ol,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
  padding: 0;
  margin: 0;
}
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft YaHei";
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 0.21333333rem;
  margin: 0;
  resize: none;
  width: 100%;
  border: 0;
  outline: none;
}
a {
  text-decoration: none;
  color: #333333;
}
input[type=radio] {
  width: auto;
}
/* 单行省略 */
.singleRow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 多行省略 */
.multiRow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 三行省略 */
.threeRow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*防止多行文本框拖动*/
textarea {
  resize: none;
}
/*去掉图片低测默认的3像素空白缝隙*/
img {
  border: 0;
  vertical-align: middle;
  width: 100%;
}
table {
  border-collapse: collapse;
  /*合并外边线*/
}
body {
  font-family: "Microsoft YaHei";
  color: #333333;
  background-color: #FFFFFF;
  font-size: 0.21333333rem;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /* IE/ 7 / 6 */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
s,
i,
em {
  font-style: normal;
  /*去掉倾斜*/
  text-decoration: none;
  /*去掉删除线*/
}
.col-red {
  color: #c81623 !important;
}
/*公共类*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.upShape {
  border-color: #3bb3c3 #fff #fff #fff;
  border-style: solid;
  border-width: 0.14666667rem 0.08666667rem 0 0.08666667rem;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -0.16rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}
.header {
  /*width: 94.6%;*/
  height: 0.61333333rem;
  background-color: #3bb3c3;
  padding: 0 2.6%;
  line-height: 0.61333333rem;
  font-size: 0.21333333rem;
  color: #FFFFFF;
}
.headerPart {
  width: 94.6%;
  padding: 0 0.26666667rem 0;
}
.headerPart .logo {
  height: 1.54666667rem;
}
.headerPart .logo img {
  height: 1.54666667rem;
}
.headerPart .menu {
  width: 0.66rem;
  height: 0.6rem;
  background: url("../images/navIcon.png") no-repeat;
  background-size: 0.66rem 0.6rem;
  margin: 0.43333333rem 0.16rem 0.21333333rem;
}
.bgDiv {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  display: none;
  z-index: 99;
  bottom: 0;
}
.rightNav {
  width: 40%;
  max-width: 61.3%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  right: 0;
  z-index: 999;
  top: 0;
  right: -50%;
  transition: right 0.1s;
}
.rightNav a {
  display: block;
  height: 0.76rem;
  border-bottom: 0.02666667rem solid #f8f8f8;
  line-height: 0.76rem;
  text-align: center;
  font-size: 0.34666667rem;
  color: #333333;
}
footer.footer {
  background-color: #38393a;
  text-align: left;
  padding: 0.53333333rem 3.3%;
  margin-top: 0.34666667rem;
}
footer.footer p {
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.56rem;
  text-align: left;
}
.insidePages {
  width: 100%;
  border-top: 0.02666667rem solid;
  border-image: -webkit-linear-gradient(#dcdcdc, #e6e6e6) 1 0 0 0;
  border-image: linear-gradient(#dcdcdc, #e6e6e6) 1 0 0 0;
}
.insidePagesTitle {
  width: 94.6%;
  height: 1.4rem;
  padding: 0 2.6%;
  font-size: 0.48rem;
  color: #0b0b0b;
  line-height: 1.38666667rem;
  text-align: center;
}
.insidePagesTitle a {
  display: block;
  float: left;
  padding: 0 0.18666667rem;
  font-family: 'simsun';
  font-size: 0.48rem;
  color: #999999;
  font-weight: bold;
}
.insidePagesContent {
  width: 94.6%;
	padding: 0 2.6%;
}
