@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;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 0.16rem;
  margin: 0;
}
body {
  color: #454545;
  font-size: 0.07291667rem;
  background: #fff;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
  overflow-x: hidden;
}
/*防止多行文本框拖动*/
textarea {
  resize: none;
}
/*去掉图片低测默认的3像素空白缝隙*/
img {
  border: 0;
}
table {
  border-collapse: collapse;
  /*合并外边线*/
}
/*清除浮动*/
.clearFix::before,
.clearFix::after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #c81623;
}
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;
}
.hide {
  display: none;
}
/*修改提示文字的颜色*/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.06770833rem;
  color: #999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.06770833rem;
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.06770833rem;
  color: #999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.06770833rem;
  color: #999;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.06770833rem;
  color: #999;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.06770833rem;
  color: #999;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.06770833rem;
  color: #999;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.06770833rem;
  color: #999;
}
input[type=text]:-webkit-autofill {
  box-shadow: 0 0 0 5.20833333rem #fff inset !important;
  /*文本框自动填充背景色*/
}
@keyframes info-item-in {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes anm-enlarge {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes anm-more-enlarge {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
/*水平移动效果*/
@keyframes move {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(1000px);
  }
}
/*banner大图的样式*/
.banner {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
  position: relative;
  background: url("../images/top.png") no-repeat left top;
  background-size: 10rem 2.5rem;
}
/*banner大图的样式*/
/*当前栏目标题（英文标题）*/
.cur-menu-header {
  margin: 1.328125rem 0 0 1.25rem;
  height: 0.67708333rem;
}
.cur-menu-header .cn {
  height: 0.15625rem;
  line-height: 0.15625rem;
  font-size: 0.15625rem;
  color: #fff;
  padding: 0 0 0 0.20833333rem;
  position: relative;
}
.cur-menu-header .cn::before {
  content: '';
  width: 0.15625rem;
  height: 0.01041667rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cur-menu-header .en {
  margin: 0.15625rem 0 0 0;
  font-size: 0.26041667rem;
  color: #fff;
}
/*LOGO、导航*/
.header-box {
  width: 8.75rem;
  position: absolute;
  top: 0.15625rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.header-box .logo-box {
  height: 0.52083333rem;
}
.header-box .logo-box img {
  width: 100%;
  height: 100%;
}
.header-box .nav {
  margin-top: 0.15625rem;
  font-size: 0;
}
.header-box .nav a {
  display: inline-block;
  height: 0.13020833rem;
  line-height: 0.10416667rem;
  font-size: 0.10416667rem;
  color: #fff;
  margin-right: 0.20833333rem;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.header-box .nav a:last-of-type {
  margin-right: 0;
}
.header-box .nav a:hover,
.header-box .nav a.hover {
  font-weight: bold;
}
.header-box .nav a::after {
  content: '';
  width: 0;
  height: 0.015625rem;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.13020833rem;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
.header-box .nav a:hover::after,
.header-box .nav a.hover::after {
  width: 50%;
}
/*LOGO、导航*/
.footer {
  background: #013f94;
  margin-top: 0.05208333rem;
  border-top: solid 1px #eee;
}
.footer-block {
  width: 7.5rem;
  margin: 0 auto;
  padding: 0.36458333rem 0 0.13541667rem 0;
  background: #013f94;
}
/*底导航、友情链接*/
.footer-block .lnk-block {
  padding: 0 0 0.20833333rem 0;
  border-bottom: solid 0.00520833rem #004bb2;
}
/*底导航*/
.footer-block .lnk-block .footer-nav-block {
  width: 6.22395833rem;
  font-size: 0;
}
.footer-block .lnk-block .footer-nav-block a {
  display: inline-block;
  font-size: 0.10416667rem;
  color: #fff;
  margin: 0 0.36458333rem 0 0;
}
.footer-block .lnk-block .footer-nav-block a:hover {
  font-weight: bold;
}
/*友情链接*/
.footer-block .lnk-block .dropdown-link {
  width: 0.83333333rem;
  height: 0.22395833rem;
  background: #00347c;
  position: relative;
}
.footer-block .lnk-block .dropdown-link span {
  display: inline-block;
  width: 0.72916667rem;
  line-height: 0.22395833rem;
  font-size: 0.08333333rem;
  color: #fff;
  text-align: center;
}
.footer-block .lnk-block .dropdown-link::after {
  content: '';
  position: absolute;
  top: 0.08333333rem;
  right: 0.18229167rem;
  border-left: 0.03125rem solid transparent;
  border-right: 0.03125rem solid transparent;
  border-top: 0.046875rem solid #fff;
  transition: all 0.3s ease-in-out;
}
.footer-block .lnk-block .dropdown-link:hover::after {
  content: '';
  position: absolute;
  top: 0.08333333rem;
  right: 0.18229167rem;
  border-left: 0.03125rem solid transparent;
  border-right: 0.03125rem solid transparent;
  border-top: 0.046875rem solid #fff;
  transform: rotate(180deg);
}
.footer-block .lnk-block .dropdown-link:hover ul {
  display: block;
}
.footer-block .lnk-block .dropdown-link > ul {
  width: 0.83333333rem;
  height: 0.78125rem;
  padding: 0.05208333rem 0 0 0;
  background: #fff;
  overflow-y: scroll;
  display: none;
}
.footer-block .lnk-block .dropdown-link > ul > li {
  height: 0.14583333rem;
}
.footer-block .lnk-block .dropdown-link > ul > li a {
  display: inline-block;
  line-height: 0.14583333rem;
  font-size: 0.08333333rem;
  color: #333;
  text-indent: 0.05208333rem;
  cursor: pointer;
  width: 0.70833333rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer-block .lnk-block .dropdown-link > ul li:hover {
  background: #f2f2f2;
}
.footer-block .lnk-block .dropdown-link > ul li:hover a {
  color: #D6000F;
}
/*站点描述、二维码*/
.footer-block .site-block {
  margin: 0;
}
.footer-block .site-block .info-block {
  width: 3.828125rem;
  line-height: 0.15625rem;
  text-align: left;
  margin: 0.24479167rem 0 0 0;
}
.footer-block .site-block .info-block p,
.footer-block .site-block .info-block a,
.footer-block .site-block .info-block span {
  font-size: 0.08333333rem;
  color: #fff;
}
.footer-block .site-block .code-block {
  width: 1.58854167rem;
  margin: 0.10416667rem 0 0 0;
}
.footer-block .site-block .code-block .footer-logo {
  width: 0.609375rem;
  height: 0.59375rem;
  background: #013f94;
  margin: 0.078125rem 0 0 0;
}
.footer-block .site-block .code-block .qrcode {
  width: 0.72916667rem;
  height: 0.72916667rem;
  background: #fff;
}
.footer-block .site-block .code-block img {
  width: 100%;
  height: 100%;
}
/*inner page*/
.wrapper {
  width: 7.5rem;
  margin: 0 auto 0.05208333rem auto;
  border-radius: 0.04166667rem;
  background: #fff;
  padding: 0.05208333rem 0 0 0;
}
/*当前位置*/
.cur-nav-area {
  width: 7.5rem;
  margin: 0 auto;
  position: relative;
}
.cur-nav-area .cur-nav {
  position: absolute;
  top: -0.234375rem;
  right: 0;
}
.cur-nav-area .cur-nav a {
  font-size: 0.08333333rem;
  color: #fff;
}
.cur-nav-area .cur-nav a.cur {
  color: #fff;
}
.cur-nav-area .cur-nav span {
  font-size: 0.08333333rem;
  padding: 0 0.05208333rem;
  color: #fff;
}
/*内页功能区*/
.main {
  width: 5.9375rem;
  box-shadow: 0px 0px 0.05208333rem #eee;
  border-radius: 0.04166667rem;
  background: #fff;
  margin-top: 0.33854167rem;
}
.cur-menu {
  width: 7.5rem;
  margin: 0 auto;
  height: 0.32291667rem;
  line-height: 0.32291667rem;
  font-size: 0;
  /*清除inline-block产生的空隙*/
}
.cur-menu span {
  height: 0.32291667rem;
  line-height: 0.32291667rem;
  text-align: center;
  color: #3C424C;
  font-size: 0.09375rem;
  display: inline-block;
  padding: 0 0.05208333rem 0 0.05208333rem;
  margin-left: 0.10416667rem;
  position: relative;
}
.cur-menu span:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.01041667rem;
  background: #013f94;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
/*左导航*/
.left-menu {
  width: 1.40625rem;
  border-radius: 0.04166667rem;
  box-shadow: 0 0 0.078125rem #ccc;
  margin: 0.05208333rem 0.05208333rem 0.05208333rem 0;
  padding: 0 0 2.60416667rem 0;
  overflow: hidden;
  background: #fff;
  background: url("../images/left2.jpg") no-repeat left bottom;
  background-size: 100% 1.72395833rem;
}
.left-menu .first-menu {
  height: 0.625rem;
  line-height: 0.625rem;
  margin: 0 auto;
  font-size: 0.15625rem;
  text-align: center;
  box-sizing: border-box;
  background: #013f94;
  border-bottom: solid 0.02604167rem #00ff00;
  color: #fff;
  position: relative;
}
.left-menu .first-menu::before {
  content: '';
  height: 0.02604167rem;
  width: 0.3125rem;
  position: absolute;
  left: 0.390625rem;
  bottom: 0.10416667rem;
  background: #fff;
}
.left-menu ul {
  width: 100%;
}
.left-menu li {
  height: 0.3125rem;
  line-height: 0.3125rem;
  border-bottom: solid 0.00520833rem #eee;
  position: relative;
}
.left-menu li a {
  width: 100%;
  font-size: 0.08333333rem;
  color: #333;
  display: block;
  text-align: center;
  position: absolute;
}
.left-menu li a.hover {
  color: #013f94;
  font-weight: 600;
}
.left-menu li a:hover {
  color: #013f94;
  font-weight: 600;
}
.left-menu li::before {
  width: 100%;
  height: 0;
  background-color: #f2f2f2;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  color: #333;
  transition: all 0.5s;
}
.left-menu li:hover::before {
  height: 100%;
}
/*没有数据提示*/
.not-data {
  line-height: 0.13020833rem;
  padding: 0.05208333rem;
  font-size: 0.07291667rem;
  color: #cdcdcd;
  text-align: center;
}
/*返回顶部*/
.scroll-button {
  width: 0.21875rem;
  height: 0.32291667rem;
  background-image: url(../images/top-icon.png);
  background-size: 100% 100%;
  background-position: 50%;
  position: fixed;
  right: 0.26041667rem;
  bottom: 0.78125rem;
  transform: translateX(-100%);
  z-index: 100;
  cursor: pointer;
  display: none;
}
/*二级菜单*/
.sub-menu-area {
  border-bottom: solid 0.00520833rem #f3f3f3;
}
.sub-menu-area .sub-menu-block {
  height: 0.32291667rem;
  width: 7.5rem;
  line-height: 0.32291667rem;
  text-align: center;
  margin: 0 auto;
}
.sub-menu-area .sub-menu-block a {
  display: inline-block;
  height: 0.32291667rem;
  padding: 0 0.05208333rem 0 0.05208333rem;
  margin: 0 0.13020833rem 0 0.13020833rem;
  font-size: 0.09375rem;
  text-align: center;
  color: #6A6F76;
  position: relative;
}
.sub-menu-area .sub-menu-block a:hover,
.sub-menu-area .sub-menu-block a.hover {
  color: #3C424C;
}
.sub-menu-area .sub-menu-block a::before {
  content: '';
  width: 0;
  height: 0.01041667rem;
  background: #013F94;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.sub-menu-area .sub-menu-block a:hover::before {
  width: 100%;
  background: #013F94;
}
.sub-menu-area .sub-menu-block a.hover::before {
  content: '';
  width: 100%;
  height: 0.01041667rem;
  background: #013F94;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}
/*分页*/
.page {
  margin: 0.15625rem;
}
.page .page-box {
  float: left;
}
.page .page-box ul {
  background: #fff;
}
.page .page-box li {
  list-style-type: none;
  padding: 0.04166667rem 0.05208333rem;
  border: solid 0.00520833rem #eee;
  margin: 0px 0.01041667rem;
  float: left;
  border-radius: 0.02604167rem;
  cursor: pointer;
  height: 0.10416667rem;
  line-height: 0.10416667rem;
  width: 0.10416667rem;
  text-align: center;
}
.page .page-box li:hover {
  background: #6bc54a;
}
.page .page-box li a {
  text-decoration: none;
  display: block;
  font-size: 0.07291667rem;
  color: #555;
  font-weight: 600;
}
.page .page-box li span {
  color: #333;
  display: block;
  font-size: 0.07291667rem;
  font-weight: 600;
}
.page .page-box li:hover a {
  color: #fff;
  display: inline-block;
}
.page .page-box li:hover span {
  color: #fff;
}
.page .page-box li.active {
  background: #6bc54a;
}
.page .page-box li.active a {
  color: #fff;
}
.page .page-box li.active span {
  color: #fff;
}
.clearFix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  content: '';
}
.page .page-total {
  float: right;
  padding-right: 0.05208333rem;
  line-height: 0.171875rem;
  font-size: 0.07291667rem;
}
.page .page-total span {
  padding: 0rem 0.01041667rem;
  font-size: 0.07291667rem;
}
.page .page-total label {
  padding: 0rem 0.01041667rem;
  font-size: 0.07291667rem;
}
/*# sourceMappingURL=layout.css.map */