@charset 'utf-8';

/******样式清除******/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a,
span {
  vertical-align: top;
}

img {
  border: 0;
  vertical-align: middle;
}

input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}

button {
  padding: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: 'Microsoft YaHei';
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}

table tr td,
table {
  border-collapse: collapse;
}

body {
  font-size: 0;
  color: #000;
  font-family: 'Microsoft YaHei';
}

/*****通用样式******/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.db {
  display: inline-block;
}

/*****边距调整****/
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

/****内容块居中***/
.centerWidth {
  width: 1200px;
  margin: 0 auto;
}

/*
  * @Description: 主入口文件  
  * @Company: TRS  
  * @Date: 2020-01-15 10:23:14 
  * @LastEditors: yj 
 */
/* 溢出处理 */
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pb30 {
  padding-bottom: 0.3rem;
}

.pb43 {
  padding-bottom: 0.43rem;
}

/****头部样式****/
html {
  font-size: calc(100vw / 7.5);
  font-size: -webkit-calc(13.33333333vw);
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}

@media only screen and (min-width: 750px) {
  html {
    font-size: 100px;
    max-width: 750px;
  }
}

.mb2-nav {
  width: 100%;
  height: 0.6rem;
}

.mb2-nav ul {
  height: 100%;
  position: relative;
}

.mb2-nav ul li {
  padding: 0 .2rem;
  height: 100%;
  line-height: 0.6rem;
  box-sizing: border-box;
  width: auto !important;
}

.mb2-nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  text-align: center;
  color: #929292;
}
.mb2-nav ul li a.cur {
	color: #d44926;
	font-size: .2rem;
	font-weight: bold;
}
.mb2-nav ul li:hover {
  background-color: #1a74ca;
}

.mb2-nav ul li:hover a {
  font-weight: bold;

}

/* 位置 */
.mb2-position {
  width: 100%;
  height: 0.98rem;
  line-height: 0.95rem;
  border-bottom: 0.03rem solid #e5e5e5;
  box-sizing: border-box;
}

.mb2-position img {
  width: 0.2rem;
  height: 0.34rem;
  margin-left: 0.43rem;
}

.mb2-position a {
  display: inline-block;
  max-width: 1.7rem;
  font-size: 0.28rem;
  color: #333333;
  margin-left: 0.22rem;
}

.mb2-position a:hover {
  color: #2760b7;
}

.mb2-position span {
  display: inline-block;
  max-width: 1.7rem;
  font-size: 0.28rem;
  color: #333333;
  margin-left: 0.2rem;
}

.mb2-position .ponow {
  color: #2760b7;
}

.float {
  display: none;
  position: fixed;
  right: 0.18rem;
  bottom: 31%;
  width: auto;
  cursor: pointer;
  z-index: 99;
}

.float img {
  width: 1rem;
  height: 1rem;
  margin-left: 0.02rem;
}

.float img:hover {
  opacity: 0.9;
}

.float p {

  font-size: 0.25rem;
  color: #1a74ca;

}
