/*
 * @Author: Alex chenzeyongjsj@163.com 
 * @Date: 2018-02-28 16:42:54 
 * @Last Modified by:   Alex chenzeyongjsj@163.com 
 * @Last Modified time: 2018-02-28 16:42:54 
 */
html,
body,
div,
span,
object,
li,
ul,
img iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
input,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  font-family: "Microsoft YaHei", Arial, "宋体", "华文细黑", sans-serif;
  box-sizing: border-box;
  color: #333;}

ul,
ol {
  list-style: none;}

img {
  border-width: 0 0 0 0;}

a {
  text-decoration: none;}

i {
  font-style: normal;}

.float-left {
  float: left;}

.float-right {
  float: right;}

[v-cloak] {
  display: none;}

body {
  position: relative;
  width: 100%;
  min-width: 1366px;
  background: #fff;
  overflow: hidden;}

.linear {
  background: #0d865e;
  /* 一些不支持背景渐变的浏览器 */
  background: linear-gradient(to right, #0d865e, #2c9d45);}

#module_right {
  position: relative;
  margin: 0 auto;
  z-index: 5;}

/*@media screen and (min-width: 2000px){
  #module_right {
    margin-left: 334px !important;
  }
}*/
/* 头部 */
/* 底部 */
#footer {
  transition: bottom .5s 1.2s;
  -webkit-transition: bottom .5s 1.2s;
  -moz-transition: bottom .5s 1.2s;
  -o-transition: bottom .5s 1.2s;
  -ms-transition: bottom .5s 1.2s;
  position: absolute;
  /* width: 254px; */
  padding: 0 15px 0 16px;
  left: 0;
  bottom: -255px;
  text-align: right;}

#footer.footer_effect {
  bottom: 25px;}

#footer img {
  width: 145px;}

#footer p {
  font-size: 12px;
  margin-top: 12px;
  color: #999;}

.footer_loading {
  text-align: left !important;
  bottom: 25px !important;
  display: none;}

/*logo*/
#module_right .personnel_top {
  position: relative;
  z-index: 3;}

#module_right .logo {
  margin: 10px 0 0 -126px;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  opacity: 0;
  filter: "alpha(opacity= 0)";
  border: 1px solid transparent;}

#module_right .logo a {
  display: block;
  margin-bottom: 0.6rem;}

#module_right .logo a img {
  vertical-align: middle;
  width: 100%;}

#module_right .logo a:nth-of-type(1) {
  width: 8.9rem;}

#module_right .logo a:nth-of-type(2) {
  width: 10.3rem;
  margin-left: -16px;
  opacity: 0;
  filter: opacity(alphp=0);
  -webkit-filter: opacity(alphp=0);
  position: relative;
  z-index: -1;}

#module_right .logo.effect_logo {
  opacity: 1;
  filter: "alpha(opacity= 100)";
  margin-left: 288px;}

/*线条*/
#module_right .line {
  width: 3px;
  height: 0;
  background: url(../images/line.jpg) repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;}

#module_right .line.effect_line {
  height: 100%;}


/*导航*/
#module_left #nav.delay_class {
  z-index: 10 !important;}

#nav {
  width: 272px;
  position: absolute;
  top: 5.8rem;
  left: 0px;
  z-index: 0;}

#nav>ul>li {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  filter: "alpha(opacity= 0)";
  left: 80px;}

#nav>ul>li.effect_nav {
  opacity: 1;
  filter: "alpha(opacity= 100)";
  left: 0;}

#nav>ul>li:hover>a {
  margin-left: -55px;}

#nav>ul>li:hover>ol {
  right: -190px;
  width: 190px;
  opacity: 1;
  filter: "alpha(opacity= 100)";}

#nav>ul>li:hover>ol>li>a {
  transition: all .3s .3s;
  -webkit-transition: all .3s .3s;
  -moz-transition: all .3s .3s;
  -o-transition: all .3s .3s;
  -ms-transition: all .3s .3s;
  opacity: 1;
  filter: "alpha(opacity= 100)";}

#nav>ul>li:hover .effect_line {
  width: 124px;
  opacity: 1;
  filter: "alpha(opacity= 100)";}

#nav>ul>li>a {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  font-family: "NotoSansHans-Regular";
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
  font-size: 18px;
  margin-left: 0;
  color: #999;}

#nav>ul>li>ol {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  position: absolute;
  top: 0;
  right: 0;
  /*width: 130px;*/
  width: 0;
  opacity: 0;
  filter: "alpha(opacity= 0)";}

#nav>ul>li>ol>li {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #e32300;}

#nav>ul>li>ol>li:hover {
  border-bottom: 1px solid #fff;}

#nav>ul>li>ol>li>a {
  font-size: 16px;
  display: block;
  color: #fff;
  letter-spacing: 4px;
  opacity: 0;
  filter: "alpha(opacity= 0)";}

#nav>ul>li>.effect_line {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 40px;
  background: #e32300;
  opacity: 0;
  filter: "alpha(opacity= 0)";}

/*搜索，返回*/
#search_input {
  position: relative;}

.atest {
  display: block;
  width: 72px;
  height: 37px;
  /*border: 1px solid red;*/
  position: absolute;
  bottom: 14px;
  right: 50px;}

.search_back {
  float: right;
  margin-top: -2.1rem;}

.search_back>a>span {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  font-size: 14px;
  color: #999;
  letter-spacing: 1px;}

.search_back>a {
  display: block;
  height: 54px;
  line-height: 18px;
  float: left;
  margin-right: 1.8rem;}

.search_back>a:hover span {
  color: #e32300;}

.search_back>a>img {
  display: block;}

.search_back>.back>img {
  width: 0.8rem;}

.search_back>.search>img {
  display: block;
  width: 0.7rem;}

/*搜索弹框*/
.search-pop {
  width: 0;
  height: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  overflow: hidden;}

.search-pop .search-close-box {
  width: 100%;
  height: 100%;}

.search-pop .search-pop-container {
  width: 938px;
  height: 188px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 27px 50px;
  opacity: 0;}

.search-pop .search-pop-container .search-close {
  position: absolute;
  top: 0px;
  right: 15px;
  cursor: pointer;}

.search-pop .search-pop-container .search-close .icon-close {
  color: #898989;
  font-size: 24px;}

.search-pop .search-pop-container>h3 {
  color: #898989;
  font-size: 18px;
  margin-bottom: 16px;}

.search-pop .search-pop-container .search-pop-form {
  width: 100%;
  height: 46px;
  position: relative;
  margin-bottom: 24px;}

.search-pop .search-pop-container .search-pop-form input {
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;}

.search-pop .search-pop-container .search-pop-form :-moz-placeholder {
  /* mozilla firefox 4 to 18 */
  color: #aaa;}

.search-pop .search-pop-container .search-pop-form ::-moz-placeholder {
  /* mozilla firefox 19+ */
  color: #aaa;}

.search-pop .search-pop-container .search-pop-form input:-ms-input-placeholder {
  color: #aaa;}

.search-pop .search-pop-container .search-pop-form input::-webkit-input-placeholder {
  color: #aaa;}

.search-pop .search-pop-container button {
  width: 97px;
  height: 27px;
  font-size: 14px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;}

.search-pop .search-pop-container .search-btn {
  float: right;
  background: #d7000f;
  font-size: 16px;
  color: #fff;
  padding: 8px 20px;
  cursor: pointer;
  border: 0;}

@media screen and (max-width: 1440px) {
  #nav {
    top: 1rem;}

  .search-pop .search-pop-container .search-close {
    top: -8px;}
}


/* 禁止页面滚动 */
.over-flow {
  width: 100%;
  height: 100vh;
  overflow: hidden;}

/* 分页样式 */
.current-page-container {
  width: 100%;
  text-align: center;}

.current-page-container .current-page {
  display: inline-block;}

/* loading样式 */
.el-loading-parent--relative {
  min-height: 300px;}

/* 通用图片样式 */
.img {
  display: block;
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}

/* 没有图片时的默认图片样式 */
.no-imgs {
  display: block;
  background: #333;
  width: 100%;
  height: 100%;
  text-align: center;}

.no-imgs::before {
  content: '暂无图片';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;}

.no-imgs img {
  display: none;}

/* 暂无内容 */
.no-info {
  font-size: 20px;
  color: #aaa;
  text-align: center;
  margin-top: 40px;}

@media screen and (max-width: 1366px) {
  #nav>ul>li {
    height: 36px;
    line-height: 36px;}
}

/* 滚动条样式 */
/*::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #aaa;
}
::-webkit-scrollbar-thumb:hover {
  background: #888;
}*/