/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/

/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/

@font-face {
  font-family: 'albbm';
  src: url('../fonts/Alibaba-PuHuiTi-Medium.otf');
}
@font-face {
  font-family: 'albbr';
  src: url('../fonts/Alibaba-PuHuiTi-Regular.otf');
}

* {
  font-family: 'albbr';
}

div.clear {
  clear: both;
  height: 0;
  width: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  border: 0;
  max-width: 100%;
}

div.wp {
  width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tran {
  transition: all 0.3s ease-out 0s;
}
.tver {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*图片中心放大代码区域*/

.img-box {
  /*图片盒子类名*/

  overflow: hidden;
}

.img-box img {
  transition: 0.3s;
  width: 100%;
  max-width: 100%;
}

.img-box:hover img {
  /*图片中心放大代码*/
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*图片中心放大代码区域*/

.imgbox_a {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
}

.imgbox_a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.imgbox_hover > img {
  /* ueco 时间曲线*/
  /*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.imgbox_hover:hover > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/

/*header-start*/
/**************************************************************/

/* #header {
    position: relative;
    height: 150px;
    z-index: 999;
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
  } */

#header {
  position: relative;
  height: 150px;
  z-index: 999;
  /* background-image: url(../images/header-bg.png); */
  background: linear-gradient(#217bb5, #217bb5);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1.5rem;
  background: url(../images/header-bg.png) center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.logo {
  width: 400px;
  margin-top: 27px;
}
.logo a,
.logo img {
  display: block;
  width: 100%;
  /* transform: scale(1.05, 1.05); */
}

.search-wp {
  width: 388px;
  padding-right: 146px;
  position: relative;
  margin-top: 25px;
  margin-left: auto;
}

.search {
  background-image: url(../images/search-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 45px 2px 20px;
  position: relative;
}

.search input:focus {
  outline: none;
}
.search input[type='text'] {
  display: block;
  width: 100%;
  height: 34px;
  background-color: #fff;
  border: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.428571;
  padding: 4px 0px;
}
.search input[type='image'] {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 4px;
  right: 5px;
}

.h-index {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  line-height: 38px;
  width: 146px;
  text-align: center;
}

.h-index a img {
  margin-top: -3px;
  margin-right: 10px;
}

.h-index a {
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
}

.h-index a:hover {
  color: #257aac;
}

.nav {
  margin-top: 17px;
  margin-left: 30px;
}
.nav ul {
  margin: 0;
}
.nav > ul > li {
    float: left;
    position: relative;
  }
  .nav > ul > li + li {
    margin-left: 60px;
  }

.nav > ul > li > a {
  display: block;
  font-size: 0.2rem;
  color: #fff;
  height: 70px;
  line-height: 70px;
  position: relative;
  font-family: 'albbm';
}
.nav > ul > li > a::after {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -20px;
  width: 41px;
  bottom: 2px;
  background-color: #bf9b31;
  content: '';
  height: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
.nav > ul > li.cur > a::after {
  opacity: 1;
}
.nav > ul > li.cur > a,
.nav > ul > li:hover > a {
  color: #fff;
}
.nav > ul > li > ul {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  top: 100%;
  z-index: 600;
  background-color: rgba(33, 123, 181, 0.1);
  display: none;
}
.nav > ul > li > ul > li > a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
  /*transition: .3s;*/
  text-align: center;
  font-family: 'albbm';
}
.nav > ul > li > ul > li > a:hover {
  background-color: #257aac;
  color: #fff;
}

/**************************************************************/
/*header-over*/

/*main-start*/
/**************************************************************/

#main {
}

.fafa .imgbox_a {
  padding-bottom: 0;
  height: 350px;
}

.main1 {
  padding: 60px 0 95px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main1-1 {
  width: 48%;
}
.title-11 {
  position: relative;
}
.title-11::after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4px;
  height: 1px;
  background-color: #e4e3e0;
  content: '';
  z-index: 5;
}
.title-11-h1 {
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
  padding-left: 0.08rem;
  line-height: 0.5rem;
  border-bottom: 5px solid #257aac;
  position: relative;
  z-index: 15;
}
.title-11 a.fr {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.title-11 a.fr:hover {
  color: #257aac;
}
.title-11 a.fr img {
  margin-top: -3px;
  margin-left: 15px;
}

.main-div {
  margin-top: 32px;
}
.main1-pic {
  width: 50%;
  margin-right: 35px;
}

.fmain1 .imgbox_a {
  padding-bottom: 71.743%;
}

.fmain1 .imgbox_a::after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url(../images/heidi2.png);
  content: '';
  z-index: 15;
  height: 100px;
}

.fmain1-con {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 85px 20px 20px;
  z-index: 550;
}
.fmain1-con h1 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-family: 'Georgia';
  background-color: #085ca0;
  text-align: center;
  height: 32px;
  line-height: 32px;
  width: 103px;
}
.fmain1-con h2 {
  margin: 0;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
.fmain1 .flex-control-nav {
  text-align: right;
  height: 0;
  padding-right: 12px;
  bottom: 31px;
}
.fmain1 .flex-control-nav li + li {
  margin-left: 6px;
}
.fmain1 .flex-control-nav li {
  margin: 0;
}
.fmain1 .flex-control-paging li a {
  width: 7px;
  height: 7px;
}
.fmain1 .flex-control-paging li a.flex-active {
  width: 24px;
}
.main1-list {
  overflow: hidden;
}

.main1-list dl {
  margin: 0;
}

.main1-list dd + dd {
  margin-top: 23px;
}

.main1-date {
  width: 80px;
  height: 73px;
  margin-right: 22px;
  text-align: right;
  padding-right: 14px;
  border-top: 3px solid #257aac;
  background-color: #fff;
  padding-top: 6px;
}
.main1-date h1 {
  margin: 0;
  font-size: 34px;
  color: #000022;
  font-weight: bold;
  line-height: 1;
}
.main1-date h2 {
  margin: 0;
  font-size: 14px;
  color: #000022;
  line-height: 1;
  margin-top: 7px;
}

.main1-con {
  overflow: hidden;
  padding-top: 8px;
}
.main1-con h1 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.main1-con p {
  margin: 0;
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}

.main1-list dd:hover .main1-date {
  background-color: #257aac;
  border-color: #690910;
}

.main1-list dd:hover .main1-date h1,
.main1-list dd:hover .main1-date h2 {
  color: #fff;
}
.main1-list dd:hover .main1-con h1 {
  color: #257aac;
}

.main1-2 {
  overflow: hidden;
  width: 48%;
  box-shadow: 0px 2px 24px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 6px 6px 4px 6px;
  border-radius: 6px;
  float: right;
}
.main1-2-dl {
  position: relative;
}
.main1-2-dl::before {
  position: absolute;
  width: 1px;
  bottom: 0;
  top: 5px;
  content: '';
  background-image: url(../images/xu.png);
  background-repeat: repeat-y;
  background-position: center 0;
  z-index: 2;
  left: 0.9rem;
}
.main1-2-dl dl {
  margin: 0;
  position: relative;
  z-index: 15;
}
.main1-2-dl dd + dd {
  padding-top: 20px;
}
.main1-2-date {
  width: 1.02rem;
  margin-right: 0.06rem;
  height: 22px;
  line-height: 22px;
  font-size: 0.15rem;
  color: #666;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/dian.jpg);
  margin-top: 4px;
}
.main1-2-dl dd:hover .main1-2-date {
  background-image: url(../images/dianh.jpg);
}
.main1-2-dl dd:hover .main1-2-a {
  color: #257aac;
}
.main1-2-con {
  overflow: hidden;
}
.main1-2-a {
  font-size: 0.17rem;
  color: #333;
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
}

.main2 {
  background-image: url(../images/main2-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main2-title {
  height: 291px;
  width: 301px;
  background-image: url(../images/main2-title.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 90px;
  margin-left: 15px;
}

.main2-h1 {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.main2-a {
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.63);
  margin-top: 30px;
}
.main2-a a img {
  display: block;
  margin: 0 auto 12px;
}
.main2-a a:hover {
  color: #fff;
}

.main2-div {
  overflow: hidden;
  padding-top: 18px;
  padding-left: 45px;
}

.main2-list dl {
  margin: 0;
}

.main2-list dd {
  position: relative;
  padding-right: 110px;
  font-size: 18px;
  color: #fff;
  height: 68px;
  line-height: 67px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

.main2-list dd a:hover {
  /*color: #257aac;*/
  font-weight: bold;
}
.main2-list dd span.span_33 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #fff;
  font-family: 'Georgia';
}

.main3 {
  padding: 75px 0 120px;
  background-image: url(../images/main3-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main3-div-item {
  width: 47.5%;
}
.title-22 {
  position: relative;
}
.title-22::after {
  position: absolute;
  right: 95px;
  left: 150px;
  top: 50%;
  margin-top: -1px;
  height: 3px;
  background-color: #e3e3e3;
  content: '';
  z-index: 5;
}
.title-22-h1 {
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
  line-height: 34px;
}
/* .title-22 a.fr {
    font-size: 14px;
    color: #fff;
    width: 75px;
    height: 34px;
    line-height: 34px;
    background-color: #257aac;
    text-align: center;
  }
  .title-22 a.fr:hover {
    font-weight: bold;
  } */
.main3-div-item.fl .main-div {
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.04);
}
.main3-1-pic .imgbox_a {
  padding-bottom: 18.76%;
}

.main3-1-list {
  background-color: #fff;
  padding: 30px;
}

.main3-1-list dl {
  margin: 0;
}

.main3-1-list dd {
  position: relative;
  padding-right: 90px;
  font-size: 0.17rem;
  color: #333;
  height: 0.3rem;
  line-height: 0.3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/main3-1-ico1.png);
}
.main3-1-list dd + dd {
  margin-top: 25px;
}
.main3-1-list dd a:hover {
  color: #257aac;
}
.main3-1-list dd span.span_44 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #666;
  font-family: 'Georgia';
}

.main3-2-list dl {
  margin: 0;
}

.main3-2-list dd {
  position: relative;
  padding-right: 130px;
  font-size: 18px;
  color: #333;
  height: 58px;
  line-height: 58px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 26px center;
  background-image: url(../images/main3-2-ico2.png);
  border-left: 3px solid #ecc355;
  background-color: #fff;
}
.main3-2-list dd + dd {
  margin-top: 13px;
}
.main3-2-list dd:hover {
  color: #257aac;
  background-image: url(../images/main3-2-ico2h.png);
  background-color: #f3edee;
  border-color: #257aac;
}
.main3-2-list dd span.span_44 {
  position: absolute;
  right: 35px;
  top: 0;
  font-size: 16px;
  color: #666;
  font-family: 'Georgia';
}

.main2 .title-22-h1 {
  color: #fff;
}

.main2 .title-22::after {
  background-color: rgba(255, 255, 255, 0.7);
}
/**************************************************************/
/*main-over*/

/*footer-start*/
/**************************************************************/
.footer {
  width: 100%;
  background: #217bb5;
  background: -moz-linear-gradient(top, #217bb5 0%, #1b587c 100%);
  background: -webkit-linear-gradient(top, #217bb5 0%, #1b587c 100%);
  background: linear-gradient(to bottom, #217bb5 0%, #1b587c 100%);
  color: #fff;
}
.footer_top {
  padding: 42px 0 14px;
}
.footer .footer_top .footer_left {
  width: 98%;
  float: left;
}
.footer .footer_top .footer_left .Site_navigation {
  width: 100%;
  padding-bottom: 20px;
}
.footer .footer_top .footer_left .Site_navigation .title {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.footer .footer_top .footer_left .Site_navigation .title .cn {
  font-size: 24px;
  color: #fefefe;
}
.footer .footer_top .footer_left .Site_navigation .title .en {
  margin-left: 14px;
  font-size: 16px;
  text-transform: uppercase;
}
.footer .footer_top .footer_left .Site_navigation .Site_navigation_nr {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .footer_top .footer_left .Site_navigation .Site_navigation_nr a {
  font-size: 16px;
  color: #fefefe;
  transition: all 0.3s;
  display: block;
  line-height: 24px;
}
.footer .footer_top .footer_left .Site_navigation .Site_navigation_nr a:hover {
  transition: all 0.3s;
}
.footer .footer_top .footer_left .Site_navigation .Site_navigation_nr em {
  display: block;
  width: 1px;
  height: 15px;
  background: #858686;
  margin: 0 12px;
}
.footer .footer_top .footer_left .Site_navigation .Site_navigation_nr em:last-child {
  display: none;
}
.footer .footer_top .footer_left .contact_information {
  margin-top: 25px;
}
.footer .footer_top .footer_left .contact_information > div {
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #fff;
  margin: 0 40px 12px 0;
}
.footer .footer_top .footer_left .related_links {
  width: 100%;
  margin-top: 24px;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer_top .footer_left .related_links span {
  font-size: 16px;
  color: #fefefe;
  margin-right: 4%;
}
.footer .footer_top .footer_left .related_links a {
  font-size: 16px;
  color: #8a8b8b;
  margin: 0 8.68% 10px 0;
  transition: all 0.3s;
  display: block;
}
.footer .footer_top .footer_left .related_links a:hover {
  color: #fff;
  transition: all 0.3s;
}
.footer .footer_top .footer_right {
  width: 8.89%;
  float: right;
  margin-top: 48px;
}
.footer .footer_top .footer_right p {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #fefefe;
}
.footer .footer_bottom {
  width: 100%;
  text-align: center;
  border-top: 2px solid #ddde;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
}
.footer .footer_bottom a {
  color: #a8a9a9;
  transition: all 0.3s;
  margin-left: 10px;
}
.footer .footer_bottom a:hover {
  color: #fff;
  transition: all 0.3s;
}
.footer .site {
  text-align: left;
}
.footer .postcode {
  text-align: left;
}
.footer a {
  color: #fff;
}
.wrap {
  width: 1180px;
  position: relative;
  margin: 0 auto;
  display: block;
}

.footer {
  border-top: 1px solid #e8e8e8;
  padding: 15px 0;
  font-family: tahoma, Arial;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  text-align: center;
}
.footer_top {
  padding: 42px 0 14px;
}
.ft1 {
  width: 100%;
  padding: 0.3rem 0;
}
.ewm {
  margin-right: 0.3rem;
}
.ewm img {
  display: block;
  height: 1rem;
}
.contact p {
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.35rem;
}
.copyright {
  width: 100%;
  padding: 0.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.copyright p {
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.3rem;
  text-align: center;
}
.copyright p a {
  color: #ffffff;
  display: inline-block;
}
.ft_right {
  width: 4.6rem;
}
.ft_right ul li {
  width: calc(50% - 0.15rem);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 0.15rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.ft_right ul li:nth-of-type(3) {
  width: 100%;
}
.ft_right ul li:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.ft_right ul li > a {
  display: block;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.15rem;
  color: #ffffff;
  font-size: 0.14rem;
  background-image: url(../img/icon-hover.svg);
  background-position: right center;
  background-size: auto 0.08rem;
  background-repeat: no-repeat;
}
.ft_right ul li:hover {
  background: #ffffff;
}
.ft_right ul li:hover > a {
  color: #217bb5;
  background-image: url(../img/icon.svg);
}
.ft_right ul li .link-list {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  background: #f1f1f1;
  visibility: hidden;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
  max-height: 2rem;
  overflow-y: auto;
}
.ft_right ul li .link-list .link-item {
  width: 100%;
}
.ft_right ul li .link-list .link-item a {
  display: block;
  line-height: 0.24rem;
  padding: 0.08rem 0.15rem;
  width: 100%;
  color: #434343;
  font-size: 0.14rem;
}
.ft_right ul li .link-list .link-item:hover a {
  background: #217bb5;
  color: #ffffff;
}
.ft_right ul li:hover .link-list {
  visibility: inherit;
}

/**************************************************************/
/*footer-over*/

/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2 {
  display: none;
  height: 75px;
  /*border-bottom:0px solid #035cac;*/
  box-shadow: 0 4px 8px -3px #000;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1001;
  background-color: #fff;
}
.nav-2 {
  display: none;
  background-color: #fff;
  position: relative;
  z-index: 900;
}
.nav-2 > ul > li {
  border-top: 1px dotted #ccc;
  position: relative;
  line-height: 0.45rem;
}
.jiaspan {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/jia2.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 5px;
  right: 14px;
}
.jiaspan.cur {
  background-image: url(../images/jia2h.png);
}
.nav-2 > ul {
  margin: 0;
  max-height: calc(100vh - 129px);
  overflow-y: auto;
}
.nav-2 > ul > li:first-child {
  /*border-top: 0;*/
}
.nav-2 > ul > li > a {
  padding: 8px 10px;
  display: block;
  font-size: 16px;
  width: 100%;
  color: #333;
  font-family: 'anb';
  text-transform: uppercase;
}
.nav-2 > ul > li > ul {
  padding-bottom: 10px;
  display: none;
}
.nav-2 > ul > li > ul > li > a {
  padding: 6px 10px;
  display: block;
  font-size: 14px;
  padding-left: 25px;
  width: 100%;
  color: #666;
}
/*.downla-2 {
      padding: 5px 0 10px;
      display: none;
  }
  .downla-2 dd{
      padding-left: 30px;
  }
  .downla-2 dd a{
      font-size: 14px;
      display: inline-block;
      padding: 3px 0;
      width: auto;
  }*/
/*.nav-2 li a:hover{
      color:#1a0d07;
  }*/
.nav-2-form {
  padding: 10px;
  position: relative;
}
.nav-2-form input[type='image'] {
  position: absolute;
  right: 19px;
  top: 18px;
  width: 18px;
}
.nav-2-form .form-control {
  padding-right: 50px;
}
.logo-2 {
  font-size: 0;
  width: 300px;
  margin-left: 15px;
  margin-top: 14px;
}
.logo-2 img {
  display: block;
  width: 100%;
}
.menu2 {
  margin-right: 15px;
  height: 75px;
  font-size: 0;
}
.menu2 li {
  cursor: pointer;
  margin-left: 15px;
  float: right;
  margin-top: 29px;
}
.menu2 li + li {
  margin-top: 21px;
}
.menu2 li img {
  /*vertical-align: middle;*/
}
.chenggao {
  display: none;
  height: 75px;
}
#nav-2-heidi {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  background-image: url(../images/heidi.png);
  display: none;
}

/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

.banner-2 {
  height: 386px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.erji {
  padding-bottom: 162px;
  position: relative;
  z-index: 15;
  min-height: 600px;
  background-image: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.menu {
  width: 288px;
  margin-right: 53px;
  background-color: #fff;
  padding: 4px;
  padding-bottom: 90px;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.06);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: -26px;
}

.menu-h1 {
  height: 0.7rem;
  line-height: 0.7rem;
  background-repeat: no-repeat;
  background-position: center;
  background: #217bb5;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.54);
}
.menu-h1 span {
  font-size: 26px;
  color: #fff;
  font-family: 'albbm';
  padding-right: 10px;
}
.menu-list {
  padding: 20px 10px 75px;
}
.menu-list dl {
  margin: 0;
}
.menu-list dd {
  margin-top: 6px;
}
.menu-list dd > a {
  display: block;
  height: 53px;
  line-height: 53px;
  font-size: 18px;
  color: #333;
  background-color: #f8f8f8;
  padding-left: 28px;
  padding-right: 40px;
  border-left: 2px solid #f8f8f8;
  position: relative;
}
.menu-list dd > a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 14px;
  margin-top: -7px;
  top: 50%;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/jiao1.png);
}
.menu-list dd > a:hover {
  color: #257aac;
}
.menu-list dd.cur > a {
  color: #257aac;
  font-family: 'albbm';
  border-color: #257aac;
}

.menu-pic {
  width: 157px;
  margin: 0 auto 0;
}

.menu-pic img {
  display: block;
  width: 100%;
}

.erji-content {
  overflow: hidden;
  padding-top: 50px;
}

.erji-title {
  border-bottom: 1px solid #ededed;
}

.erji-title-h1 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 22px;
  border-bottom: 2px solid #257aac;
  padding-right: 10px;
  position: relative;
  bottom: -1px;
}

.mianbaoxie {
  font-size: 16px;
  color: #666;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/fang.png);
  position: relative;
  z-index: 15;
  margin-top: 10px;
}
.mianbaoxie a:hover,
.mianbaoxie span {
  color: #257aac;
}

.list001 dl {
  margin: 0;
  padding-top: 10px;
}
.list001 dd {
  padding-left: 19px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/list001.png);
  position: relative;
  padding-right: 110px;
  font-size: 18px;
  color: #333;
  height: 68px;
  line-height: 67px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px dashed #e7e7e6;
}

.list001 dd a:hover {
  color: #257aac;
}
.list001 dd span.span_11 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #666;
}

.fenye {
  text-align: center;
  margin-top: 60px;
}
.fenye ul {
  margin: 0;
}

.erji-content-div {
  margin-top: 30px;
}

.danpian-h1 {
  font-size: 28px;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
.danpian-h2 {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0 15px;
}
.bsBox,
.bsBox *,
#bsPanelHolder,
#bsPanelHolder * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con {
  font-size: 14px;
  line-height: 2;
  padding: 20px 0 20px;
}
.danpian-con * {
  font-size: 16px !important;
  line-height: 2 !important;
}
.danpian-con img {
  display: block;
  margin: 15px auto;
}
.danpian-con img[src*='fileTypeImages/icon'] {
  display: inline-block;
  margin: 0;
}
.dan-page {
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.dan-a {
  margin-top: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 45%;
}
.dan-a a {
  font-size: 16px;
  color: #333;
}
.dan-a a:hover {
  color: #257aac;
}
.list002 dl {
  margin: 0;
  padding-top: 10px;
}
.list002 dd {
  padding: 25px 0;
  border-bottom: 1px solid #e8e8e8;
}
.list002-pic {
  width: 254px;
  margin-left: 90px;
}

.list002-pic .imgbox_a {
  padding-bottom: 74.8%;
}

.list002-con {
  overflow: hidden;
  padding-top: 5px;
}

.list002-con h1 {
  margin: 0;
  font-size: 18px;
  color: #333;
  position: relative;
  padding-right: 95px;
  line-height: 20px;
}
.list002-con h1 a:hover {
  color: #257aac;
}

.list002-con h1 span.span_22 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #333;
}

.list002-con p {
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
  margin-top: 15px;
}

.more11 {
  font-size: 16px;
  color: #666;
  margin-top: 30px;
  white-space: nowrap;
}

.more11 a img {
  margin-top: -3px;
  margin-left: 8px;
}

.menu-picx {
  padding: 0 10px;
}

.menu-picx img {
  display: block;
  width: 100%;
}

/* #header {
  overflow: hidden;
} */
.fenye {
  display: flex;
  justify-content: center;
}
