html {
  font: 16px "Microsoft YaHei", "宋体", Tahoma, Arial;
  background: #FFFFFF;
  color: #4a4a4a;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.clear {
  clear: both;
}

.fadeContent {
  display: none;
}

.threeDots {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.box {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 6px 0px rgba(179, 179, 179, 0.5);
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.right-text {
  text-align: right;
}

/* header */
.header {
  position: relative;
  width: 100%;
  /* height: 6.0625rem; */
  line-height: 6.0625rem;
  top: 0;
  left: 0%;
  z-index: 100;
  /* padding: 0 4% 0 2%; */
}

.logo {
  position: relative;
  width: 30%;
  height: 6.0625rem;
  line-height: 6.0625rem;
}

.logo img {
  /* position: absolute; */
  width: 95%;
  height: auto;
  /* top: 50%;
  margin-top: -1.46875rem; */
  vertical-align: middle;
}

.header_en {
  position: absolute;
  left: 30%;
  top: 52%;
  width: 1.625rem;
  height: 1.625rem;
  margin-top: -0.8125rem;
  background-color: #4A90E2;
  text-align: center;
  line-height: 1.625rem;
  color: #fff;
  font-size: 1rem;
  border-radius: 4px;

}

.header_en a {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.nav-click {
  display: none;
}

.nav {
  position: absolute;
  width: 60%;
  bottom: 0px;
  left: 35%;
  text-align: right;
  background-color: #FFFFFF;
}

.nav-active p,
.nav li:hover p {
  font-weight: bold;
  color: #FFFFFF;
}

.nav li {
  float: left;
  text-align: center;
  height: 6.0625rem;
  line-height: 6.0625rem;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  color: #4C4948;
  width: calc(100% / 8.1);
}

.nav a {
  color: #4C4948;
}

.nav li p,
.sub a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nav li .sub {
  position: absolute;
  width: 100%;
  left: 0;
  top: 6.0625rem;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

.nav li .sub a {
  display: block;
  color: #4a4a4a;
  height: 2.6875rem;
  line-height: 2.6875rem;
  border-top: 1px solid #C8C8C8;
}

.nav li .sub a:hover {
  background: rgba(255, 255, 255, 0.6);
}

.nav li:hover .sub a {
  font-weight: normal;
}

/* search框 */
.search {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.125rem;
  height: 6.0625rem;
  z-index: 100;
  text-align: center;
}

.search input {
  position: absolute;
  top: 6.25rem;
  right: .25rem;
  width: 7.25rem;
  height: 1.875rem;
  border: 1px solid rgba(155, 155, 155, .4);
  border-right: none;
  padding-left: 5px;
  outline: none;
  background-color: #fff;
  display: none;
  font-size: .75rem;
  text-align: center;
}

.search-img {
  position: absolute;
  top: 50%;
  margin-top: -.75rem;
  left: 50%;
  margin-left: -.75rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

.search-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* index-banner */
.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative
}

.slide .slideItem .banner-img {
  width: 100%;
}

.slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}

.slide .dotList {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1.3%;
}


.slide .dotList ul li.active {
  background-color: #9B9B9B;
}

.slide .slidedetail {
  display: none;
}

/* main */
.main-title {
  font-size: 1.25rem;
  color: #9B9B9B;
  padding: 2.5rem 0;
}

.main-cn {
  height: 30px;
  font-size: 1.5rem;
  color: #000000;
}

.main-block {
  padding: 0 6% 2.875rem;
}

/* main-company */
.company-list-block {
  width: 100%;
  position: relative;
}

.company-list-img {
  position: relative;
  top: 0;
  left: 0%;
  width: 42%;
  height: 0;
  padding-bottom: 23.6%;
}

.company-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.company-right-box {
  position: absolute;
  width: 56%;
  top: 0;
  right: 0;
  height: 100%;
}

.company-text-container {
  height: calc(100% - 1.875rem);
}

.company-text-box {
  overflow: hidden;
}

.company-text-box p {
  line-height: 26px;
  text-indent: 2rem;
  font-size: .875rem;
}

.company-list-more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: .9375rem;
  width: 6.25rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
}

/* main-news */
.main-news {
  background-color: #F8F8F8;
}

.news_left_text {
  width: 100%;
  font-size: 1rem;
  color: #3B3B3B;
}

.news_left_title {
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 2.5rem;
}

.news_left_title_active {
  color: #FFFFFF;
  font-weight: bold;
}

.news_left_title span {
  display: inline-block;
  padding: 0px 20px;
  height: 100%;
  border: 1px solid rgb(196, 195, 195);
}

.newsBlock_parent {
  position: relative;
}

.newsImg {
  width: 34%;
  position: absolute;
  padding-bottom: 19.2%;
}

.newsImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsImg div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1.65rem;
  font-size: .8125rem;
  background: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.newsImg div p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.65rem;
}

.newsBlock {
  float: right;
  width: 62%;
}

.news_left_content_title {
  height: 2.25rem;
  font-weight: bold;
  font-size: 1.125rem;
}

.news_left_content_title a {
  color: #000000;
}

.news_left_content_content {
  width: 100%;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.more {
  height: 2.5rem;
  line-height: 2.25rem;
  text-align: right;
  padding-right: .625rem;
}

.news_left_content_content a,
.more {
  display: block;
  font-size: .875rem;
  color: #4A4A4A;
}

.more span {
  color: #BABABA;
}

/* 新闻列表 */
.right_xw {
  color: #525252;
  font-size: .96875rem;
}

.right_xw a {
  color: #525252;
}

.xw_title {
  height: 2.1875rem;
  line-height: 2.1875rem;
  position: relative;
  padding-left: 1.125rem;
}

.circle {
  position: absolute;
  top: 50%;
  margin-top: -0.25rem;
  left: .125rem;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #4A4A4A;
}

.xw_name {
  width: 75%;
  float: left;
}

.xw_date {
  float: left;
  width: 22%;
  text-align: right;
}

/* main-service */
.serviceList {
  width: 100%;
}

.serviceList li {
  float: left;
  width: 32%;
  cursor: pointer;
}

.downPage {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  height: 0;
}

.downPage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: 1;
}

.service-title {
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
  line-height: 1.875rem;
}

.upPage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  padding: 8% 5%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.8);
  font-size: .875rem;
  display: none;
}

.upPage-title {
  position: relative;
  font-size: 1.25rem;
  height: 25%;
}

.upPage-text-pa {
  position: relative;
  height: 60%;
}

.upPage-text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5rem;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
  text-indent: 2rem;
}

.upPage a {
  position: absolute;
  height: 1.875rem;
  line-height: 1.875rem;
  width: 6.25rem;
  border-radius: 1.25rem;
  text-align: center;
  bottom: 5%;
  left: 50%;
  margin-left: -3.125rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

.r_2 {
  margin-right: 2%;
}

/* 二级页面 */
.second-main {
  background-color: #F5F5F5;
}

.second-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.second-bg {
  background-color: #FFFFFF;
  min-height: 31.25rem;
  padding-top: 3rem;
  padding-bottom: 3.75rem;
}

.second-left {
  width: 28%;
  min-width: 170px;
}

.second-left-phone {
  width: 100%;
  position: relative;
  font-weight: bolder;
  font-size: 1.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 4%;
  background-color: rgba(233, 233, 233, 0.5);
  display: none;
}

.second-left-phone span {
  margin-right: 5px;
}

.second-left-phone::after {
  content: "V";
  position: absolute;
  top: 0;
  right: 5%;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  font-size: .625rem;
  cursor: pointer;
}

.second-title {
  width: 170px;
  height: 3.125rem;
  line-height: 3.125rem;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 1rem;
  background-color: #4A90E2;
  color: #FFFFFF;
  text-align: center;
}

.second-nav {
  width: 150px;
  margin: 0 auto;
  padding: 0 2%;
}

.second-nav li {
  width: 100%;
  height: 2.3125rem;
  text-align: center;
  line-height: 2.3125rem;
  border-bottom: 1px solid #eeeeee;
}

.second-nav a {
  color: #4A4A4A;
  display: block;
  font-size: .875rem;
  position: relative;
}

li.second-nav-active a,
.second-nav li:hover a {
  color: #4A90E2;
}

.second-nav span {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 20%;
  width: 0;
  height: 0;
  border: 6px solid;
  margin-right: .625rem;
  border-color: transparent;
}

li.second-nav-active span,
.second-nav li:hover span {
  border-left-color: #4A90E2;
}

/* .second-nav li a{
  display: block;
  font-size: .875rem;
} */
.second-right {
  width: 70%;
  min-width: calc (100% -170px);
  padding-right: 10%;
}

.second-right-title {
  border-bottom: 1px solid #0068B7;
  margin-bottom: 1.25rem;
  font-size: .75rem;
}

.right-title-name {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.125rem;
  font-weight: bolder;
  padding-left: 10px;
  position: relative;
}

.right-title-name span {
  position: absolute;
  width: 4px;
  height: 18px;
  top: 50%;
  left: 0px;
  margin-top: -9px;
}

.right-title-position {
  margin-top: 16px;
  float: right;
}

/* 新闻页面 */
.second-news li {
  height: 2.125rem;
  line-height: 2.125rem;
  border-bottom: 1px dotted #A1A1A1;
  font-size: .875rem;
}

.second-news a {
  color: #525252;
}

.second-news-title {
  width: 70%;
}

.second-news-date {
  width: 30%;
  text-align: right;
  padding-right: 5px;
}

/* 分页 */
.page {
  margin-top: 1.25rem;
  text-align: right;
}

.btn {
  border-radius: 4px;
  width: 2.5rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  margin-right: .3125rem;
  cursor: pointer;
  border: 1px solid rgba(151, 151, 151, 1);
  display: inline-block;
  font-size: .75rem;
}

/*分页选中样式 */
.page-active,
.btn:hover {
  color: rgba(255, 255, 255, 1);
}

/* 新闻三级内容页面 */
.main-right p {
  line-height: 1.5625rem;
  font-size: .875rem;
  text-indent: 2rem;
}

.main-right-conpany,
.service-list {
  margin-top: 1.25rem;
}

.main-right-top {
  text-align: center;
  margin: 1.25rem 0px;
}

.main-right-top p {
  line-height: 2.5rem;
  text-indent: 0rem;
}

p.top-title {
  font-size: 1.25rem;
  font-weight: bolder;
}

/* 新闻视频页面 */
.main-right-top video {
  width: 80%;
}

/* 公司领导 */
.main-leader {
  font-size: .875rem;
  color: #4A4A4A;
}

.main-leader p {
  line-height: 1.5625rem;
}

.main-leader-top img {
  width: 50%;
  max-width: 20.125rem;
  max-height: 15.375rem;
}

.main-leader-name {
  font-size: 1.125rem;
  font-weight: 500;
}

.main-leader-position {
  color: #9B9B9B;
}

.main-leader-other {
  margin: 1.25rem auto 0px;
  margin-top: 1.25rem;
  text-align: left;
  font-size: .875rem;
}

/* 联系我们 */
#dituContent {
  width: 100%;
  height: 260px;
  border: #ccc solid 1px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.address {
  height: 2.5rem;
  line-height: 2.5rem;
}

.address span:first-child {
  display: inline-block;
  width: 4.625rem;
  font-weight: bold;
}

.main-leader-other span.addname {
  font-size: 1rem;
  font-weight: normal;
  width: 3rem;
  text-align-last: justify;
  text-align: justify;
  text-justify: distribute-all-lines;
  /* 这行必加，兼容ie浏览器 */
  text-align: justify;
}

/* 业务板块 */
.service-list li {
  margin: 1.25rem 0rem;
  font-size: .875rem;
  cursor: pointer;
}

.service-list-block {
  width: 100%;
  position: relative;
}

.service-list-img {
  width: 29%;
  padding-bottom: 22.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-right {
  position: absolute;
  left: 30%;
  top: 0;
  width: 70%;
  height: 100%;
  padding: 0 4%;
  background-color: #F6F6F6;
}

.service-list-title {
  font-size: 1.125rem;
  height: 2.875rem;
  line-height: 2.875rem;
}

.service-list-text {
  height: calc(100% - 5.375rem);
}

.service-list-text-block {
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-indent: 2rem;

}

.service-list-more {
  font-size: .75rem;
  display: block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: right;
  padding-right: 1%;
}

/* footer */
.footer {
  font-size: .875rem;
  width: 90%;
  max-width: 1300px;
  margin: 1.25rem auto 0;
}

.footer-part1 {
  display: flex;
  height: 2.4375rem;
  line-height: 2.4375rem;
}

.footer-part1 a {
  color: #4A4A4A;
  padding: 0 15px;
  position: relative;
}

.footer-part1 .yqlj{
  position: relative;
  margin-left: 18px;
}

.yqlj_block{
  position: absolute;
  bottom: 2.75rem;
  left: 50%;
  margin-left: -100px;
  border: 1px solid#4A90E2;
  border-radius: 4px;
  min-width: 200px;
  /*height: 9.375rem;*/
  overflow-y: scroll;
  background-color: #E2F1FF;
  z-index: 1000;
  display: none;
}
.yqlj_block a{
  display: block;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 4px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.yqlj_block a:hover{
  background-color: #4A90E2;
  color: #FFFFFF;
}
.yqlj_img{
  position: absolute;
  width: 200px;
  height: 16px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  display: none;
  z-index: 999;
  bottom: 2.125rem;
}
.yqlj_img img{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;

}
.yqlj:hover .yqlj_block,.yqlj:hover .yqlj_img{
  display: block;
}



.footer-line {
  position: absolute;
  top: 50%;
  right: -3px;
  width: 1.5px;
  height: 0.9rem;
  margin-top: -.45rem;
  background-color: #4A4A4A;
}

.footer-part2 {
  margin-bottom: 1.25rem;
}

.footer-part2 p {
  line-height: 2.4375rem;
  width: 33.33%;
  padding: 0 15px;
  cursor: pointer;
}

.footer-part2::after,
.serviceList::after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width:1024px) {
  .footer-part1 {
    text-align: center;
  }

  .footer-part2 p {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width:1023px) {
  html {
    font-size: 14px;
  }

  .box,
  .footer {
    width: 100%;
  }

  .second-right {
    padding-right: 5%;
  }
}

@media screen and (max-width:767px) {
  html {
    font-size: 12px;
  }

  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .logo {
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .logo img {
    height: 2.5rem;
    width: auto;
  }

  .header_en {
    left: calc(100% - 7rem);
    background-color: rgba(74, 74, 74, 0.1);
    margin-top: -0.8125rem;
  }

  .header_en a {
    color: #4a4a4a;
    font-weight: bold;
  }

  .nav-click {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    margin-top: -.75rem;
  }

  .nav-click img {
    width: 100%;
    height: 100%;
  }

  .close {
    display: none;
  }

  .nav {
    display: none;
    width: 50%;
    position: fixed;
    left: 50%;
    top: 2.5rem;
    z-index: 99;
    height: calc(100% - 2.5rem);
  }

  .nav li {
    display: block;
    float: none;
    height: auto;
    width: 100% !important;
    border-bottom: 1px solid rgba(151, 151, 151, .5);
  }

  .nav li p {
    color: #FFFFFF;
  }

  .nav li p {
    height: 2.6875rem;
    line-height: 2.6875rem;
  }

  .nav li .sub {
    position: relative;
    top: 0;
  }

  /* search框 */
  .search {
    width: 2.5rem;
    height: 2.5rem;
  }

  .search input {
    top: 2.6875rem;
  }

  .second-main,
  .main {
    margin-top: 2.48rem;
  }

  .second-bg,
  .second-left {
    width: 100%;
    padding-top: 0px;
  }

  .second-title,
  .second-nav span {
    display: none;
  }

  .second-left-phone {
    display: block;
  }

  .second-nav {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    max-height: 0;
    overflow: hidden;
    border: none;
    transition: max-height 300ms ease-in-out;
    -webkit-transition: max-height 300ms ease-in-out;
  }

  .openSubnav {
    max-height: 100vh;
  }

  .right-title-name {
    display: none;
  }

  .second-right-title {
    height: 2.5rem;
    margin-bottom: 0.25rem;
  }

  .right-title-position {
    float: left;
    margin-top: .625rem;
  }

  .second-right {
    width: 100%;
    padding: 0 5%;
  }

  .main-leader {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width:640px) {
  .main-leader-other {
    width: 80%;
  }

  /* 主页标题 */
  .main-title {
    padding: 1.25rem 0;
  }

  /* main-company */
  .company-list-block {
    height: calc(88px + 1.875rem);
  }

  .company-list-img {
    display: none;
  }

  .company-right-box {
    position: static;
    width: 100%;
  }

  .company-text-container {
    height: 100%;
  }

  .company-text-box {
    height: 88px !important;
  }

  .company-text-box p {
    line-height: 22px;
  }

  .company-list-more {
    bottom: -8px;
    right: 50%;
    margin-right: -3.125rem;
  }

  /* main-news */
  .newsImg {
    display: none;
  }

  .news_left_title {
    width: 100%;
    left: 0%;
    height: 26px;
    line-height: 26px;
    margin-bottom: 1.875rem;
  }

  .news_left_content_title {
    height: 35px;
    line-height: 44px;
  }

  .newsBlock {
    width: 100%;
  }

  .news_left_content_content {
    line-height: 22px;
    height: 66px;
  }
}

@media screen and (max-width:600px) {

  .upPage-text-pa,
  .upPage-title {
    display: none;
  }

  .upPage a {
    bottom: 50%;
    margin-bottom: -0.9375rem;
  }

  /* 业务板块 */
  .service-list-img {
    display: none;
  }

  .service-right {
    position: static;
    width: 100%;
  }

  .service-list-text {
    height: auto;
  }

  .service-list-text-block {
    line-height: 1.5625rem;
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width:370px) {
  .news_left_title span {
    padding: 0px 15px;
  }
}

/* add 2022-09-07 */

.header {
  width: 100%;
}

.header .branding {
  box-sizing: border-box;
  display: flex;
  height: 137px;
  justify-content: space-between;
  align-items: center;
  background: url(../img/icon/top_bg.png) no-repeat center top;
  background-size: contain;
  line-height: 1.5;
  color: #fff;
  padding: 0 50px 0 250px;
}

.branding .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.branding .logo-box .logo-icon {
  margin: 10px 15px 0 40px;
}

.branding .logo-box h1 {
  font-size: 21px;
  font-weight: normal;
  color: #333;
  font-weight: bold;
  font-family: '楷体';
  line-height: 1.3;
  color: #fff;
}

.branding .logo-box p{
  color: #4D4D4D;
  font-family: 'Times New Roman';
  color: #fff;
  text-align: center;
}

.searchBox {
  width: 200px;
  height: 40px;
}

.searchBox form {
  width: 200px;
  height: 32px;
  border: #4cb7fd 1px solid;
  background: #177ec1;
  position: relative;
  margin-bottom: 5px
}

.searchBox form:hover {
  background: #FFF;
  border-color: #0b70b2
}

.searchBox .searchInput {
  width: 168px;
  height: 32px;
  border: none;
  position: absolute;
  left: 0px;
  top: 0px;
  text-indent: 5px;
  line-height: 35px;
  background: none;
  color: #333
}

.searchBox .searchInput::-webkit-input-placeholder {
  color: #fff;
}

.searchBox .searchBtn {
  border: none;
  background: url(../img/icon/search_btn.png);
  width: 32px;
  height: 32px;
  text-indent: -99999px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  outline: none;
}

.searchBox .searchBtn:hover {
  background: url(../img/icon/search_btn_hover.png)
}


.searchBox h3 {
  width: auto;
  color: #999;
  float: left;
  margin-right: 3px;
  font-weight: normal
}

.searchBox p {
  width: auto;
  float: left;
}

.searchBox p a {
  color: #999;
  padding-right: 5px;
}

.searchBox p a:hover {
  color: #f00;
  text-decoration: underline
}

.approve {
  background: url(img/approve.png) no-repeat left center;
  padding-left: 22px;
  color: #FFF
}

.navigation {
  height: 67px;
  background-color: #fff;
  display: flex;
}

.navigation li.level-0 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.navigation li a {
  color: #666;
  font-size: 16px;
}

.navigation li.level-0:hover,
.navigation li.current {
  background: #7db9e8;
  background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #2574d3 100%, #1e5799 100%);
  background: -webkit-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #2574d3 100%, #1e5799 100%);
  background: linear-gradient(to bottom, #7db9e8 0%, #2989d8 50%, #2574d3 100%, #1e5799 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#1e5799', GradientType=0);
}
.navigation li.level-0:hover a{
  color: #fff;
}

.navigation li.level-0 .arrow{
  display: none;
}

.navigation li.level-0:hover .arrow{
  color: #fff;
}

.navigation li.current a {
  color: #fff;
}

.navigation li.level-0 .sub-menu{
  width: 100%;
  position: absolute;
  top: 67px;
  left: 0;
  background-color: #0d77c3;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
.navigation li.level-0 .sub-menu li{
  height: 47px;
  line-height: 47px;
}
.navigation li.level-0 .sub-menu li:hover{
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.navigation li.level-0 .sub-menu li a{
  color: #fff;
}

.tempWrap{
  overflow: hidden;
  cursor: pointer;
}
.tempWrap .picList li {
  float: left;
  list-style: none;
  margin-right: 20px;
  margin-bottom: 2.5rem;
}
.tempWrap .picList li div{
  position: relative;
  width: 100%;
  padding-bottom: 63.084%;
  border: 1px solid #F6F6F6;
}
.tempWrap .picList li img{
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 15px 0px #eee9e9;
}
.tempWrap .picList li p{
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 100%;
  color: #4a4a4a;
  font-size: .875rem;
}


/* 图片列表页 */
.imgList-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.imgList-box .img-item{
  margin:0 9px 20px 0;
  width: 138px;
}
.imgList-box .img-item:nth-child(5n){
  margin-right: 0;
}
.imgList-box .img-item > div{
  width: 100%;
  height: 138px;
  border: 1px solid #f2f2f2;
  display: flex;
  align-items: center;

}

.imgList-box .img-item img{
  width: 100%;
  height: 88px;
}

.imgList-box .img-item p{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

