@font-face {
  font-family: 'HelNeu55';
  src: url(../images/helneu55.eot);
  src: url(../images/helneu55.eot?#font-spider) format('embedded-opentype'), url(../images/helneu55.woff) format('woff'), url(../images/helneu55.ttf) format('truetype'), url(../images/helneu55.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
@charset "utf-8"; /* 初始化CSS */ * {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}
fieldset, img {
  border: none;
  vertical-align: middle;
}
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
ul, ol {
  list-style: none;
}
li {
  list-style-type: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft Yahei", "SimSun", Arial, sans-serif;
}
select, input {
  vertical-align: middle;
}
select, input, textarea {
  margin: 0;
  font-size: 12px;
}
input[type="text"], input[type="password"], textarea {
  outline-style: none;
}
textarea {
  font-family: "Microsoft Yahei", "SimSun", Arial, sans-serif;
  resize: none;
}
body {
  font: 12px "Microsoft Yahei", "SimSun", Arial, sans-serif;
  color: #333;
  background: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
i, em {
  font-style: normal;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.auto {
  margin-left: auto;
  margin-right: auto;
} /*html5*/ article, aside, footer, header, section, footer, nav, figure, main {
  display: block;
}
a, * {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
} /*小号文字  scale以12号字体为基准 需写实际字号大小*/ .font_adjust {
  -webkit-text-size-adjust: none;
}
.font_scale8 {
  -webkit-transform: scale(0.66);
}
.font_scale10 {
  -webkit-transform: scale(0.83);
}
.font_lc {
  -webkit-transform-origin: left center;
}
.font_rc {
  -webkit-transform-origin: right center;
}
.font_up {
  text-transform: uppercase;
} /*文字截断*/ .TXTovehid {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  max-width: 100% !important;
} /*transition*/ .tran100 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.tran200 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tran300 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tran400 {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.tran500 {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.tran1000 {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}
.tran5000 {
  -webkit-transition: all 5s linear;
  -moz-transition: all 5s linear;
  -ms-transition: all 5s linear;
  transition: all 5s linear;
}
.scaleimg:hover img, .scaleimg:hover .pic em {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.rotateY:hover {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.translateX:hover {
  -webkit-transform: translateX(-6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
} /*网页限定宽度*/ .con_1000 {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}
.con_1000:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
body {
  color: #474747;
  margin: 0 auto;
  background: #ffffff;
  min-width: 320px;
  font-size: 12px;
  line-height: 24px;
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
}
.w94 {
  width: 94%;
  margin: 0 auto;
}
.w1280 {
  width: 1280px;
  margin: 0 auto;
}
*:before, *:after {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../images/graybg.png) repeat;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999;
  opacity: 0;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
  position: relative;
  height: 36px;
  padding: 40px;
  background: #fff;
  width: 60%;
  margin: 0 auto;
  top: 50%;
  margin-top: -58px;
  background: #FFF;
  border-radius: .4rem .4rem .4rem .4rem;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.is-visible .cd-popup-container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hidden_search .text {
  width: 100%;
  height: 20px;
  padding: 8px 0;
  font-size: 14px;
  color: #444;
  background: none;
  border: none;
  font-family: "Microsoft Yahei";
}
.hidden_search .btn {
  display: block;
  background: url(../images/search_icon.jpg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 36px;
  text-indent: -999em;
  border: none;
  cursor: pointer;
}
.hidden_search .search_wrap {
  border: 1px solid #e4eaec;
  border-radius: 20px;
  position: relative;
  padding-right: 56px;
  padding-left: 20px;
  height: 36px;
}
.hidden_search .close_btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  width: 22px;
  height: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hidden_search .close_btn:after, .hidden_search .close_btn:before {
  background: #cccccc;
  width: 20px;
  height: 3px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
}
.hidden_search .close_btn:before {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hidden_search .close_btn:after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
}
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before {
  background: #f60201;
}
.header .menuIcon {
  width: 24px;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .menuIcon span {
  display: block;
  height: 3px;
  background: #f60201;
  margin-top: 5px;
  position: relative;
}
.navForm {
  background: #fff;
  border-radius: 3px;
}
.navForm .text {
  width: 80%;
  height: 32px;
  border: none;
  background: none;
  font-size: 14px;
  color: #555;
  line-height: 32px;
  text-indent: 8px;
}
.navForm .subm {
  width: 20%;
  height: 32px;
  border: none;
  background: url(../images/search_icon.jpg) no-repeat center;
  cursor: pointer;
}
.mm-listview > li.nBorder:not(.mm-divider):after {
  display: none;
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header.shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.header .logo {
  height: 86px;
  line-height: 86px;
  font-size: 0;
}
.header .logo .logoTxt {
  margin-left: 20px;
}
.header .searchBtn {
  width: 34px;
  height: 34px;
  border: 1px solid #404040;
  margin: 27px 0 0 5px;
  background: #fff url(../images/searchbtn.png) no-repeat center;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
} /*.header .searchBtn:after{content: "";width: 1px;height: 14px;background: #dbdbdb;position: absolute;left: -17px;top:50%;margin-top: -7px;}.header .nav .nLi{position: relative;}.header .nav .nLi h3 a{display: block;font-size: 18px;color: #222527;font-weight: normal;line-height: 86px;padding: 0 35px;}.header .nav .nLi .navSub{width: 150px;position: absolute;top:86px;left: 50%;margin-left: -75px;background: #fff;text-align: center;display: none;}.header .nav .nLi .navSub ul li a{display: block;font-size: 16px;color: #222527;line-height: 24px;padding: 6px 0;}.header .nav .nLi.on h3 a,.header .nav .nLi:hover h3 a,.header .nav .nLi .navSub ul li a:hover{color: #f60201; }*/ .header .nav {
  text-align: center;
  font-size: 18px;
}
.header .nav .nLi {
  position: relative;
  text-align: center;
  height: 53px;
  box-sizing: border-box;
  cursor: pointer;
}
.header .nav .nLi h3 a {
  display: block;
  height: 50px;
  font-size: 18px;
  color: #535353;
  position: relative;
  border-radius: 4px 4px 0 0;
  font-weight: normal;
  line-height: 86px;
  padding: 0 35px;
}
.header .nav .nLi.on h3 a, .header .nav .nLi.cur h3 a {
  color: #ff0000;
  background: #fff;
}
.header .nav .nLi .navSub {
  overflow: hidden;
  width: 170px;
  position: absolute;
  left: 0;
  top: 86px;
  background: #fff;
  display: none;
  box-shadow: 0 0 10px #d8d8d8;
}

.header .nav .nLi .navSub ul {
  overflow: hidden;
  width: 100%;
  float: none;
}
.header .nav .nLi .navSub ul li a {
  display: block;
  clear: both;
  font-size: 16px;
  color: #555;
  line-height: 57px;
  text-align: left;
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.header .nav .nLi .navSub ul li a:hover {
  color: #ff0000;
}
.header .nav .nLi .navSub ul li:first-child {
  padding-top: 10px;
}
.header .nav .nLi .navSub ul li:first-child a {
  border-top: none;
  background: none;
}
.header .nav .nLi .navSub ul li:last-child a {
  border-top: none;
  background: none;
  width: 100%;
}
.header .nav .nLi .navSub ul li em {
  float: right;
  font-family: simsun;
  font-size: 12px;
}
.header .nav .nLi .navSub ul li i {
  margin-right: 16px;
  background: url(../images/navicon.png) 0 center no-repeat;
  display: inline-block;
  width: 7px;
  float: left;
  line-height: 57px;
  height: 57px;
}
.header .nav .nLi .navSub ul li:hover i {
  background-position: -7px center;
}
.header .nav .nLi .navSub ul li:hover em {
  color: #0a50c1;
}
.header .nav .nLi.nLi6 .navSub {
  left: auto;
  right: 0;
  width: 210px;
}
.header .nav .nLi.nLi2 .navSub {
  width: 235px !important;
}
.bodyPad {
  padding-top: 86px;
}
.bannerWrap {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  min-height: 720px;
}
.bannerWrap .banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.bannerWrap .banner .swiper-wrapper, .bannerWrap .banner .swiper-slide {
  height: 100%;
}
.bannerWrap .banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bannerWrap .banner .swiper-button-prev, .bannerWrap .banner .swiper-button-next {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  background: url(../images/arrow1.png) no-repeat left center;
  opacity: 0;
}
.bannerWrap .banner .swiper-button-next {
  background-position: right center;
}
.bannerWrap .banner:hover .swiper-button-prev {
  opacity: 1;
  left: 10%;
}
.bannerWrap .banner:hover .swiper-button-next {
  opacity: 1;
  right: 10%;
}
.bannerWrap .banner .swiper-pagination {
  bottom: 30px;
  height: 12px;
  line-height: 12px;
}
.bannerWrap .banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  margin: 0 5px;
  opacity: 1;
}
.bannerWrap .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f60201;
}
.location {
  display: none;
}
.ititle {
  text-align: center;
  padding: 34px 0 31px;
}
.ititle h3 {
  line-height: 80px;
  font-size: 48px;
  color: #121618;
  font-weight: normal;
}
.ititle p {
  padding: 0 112px;
  font-size: 16px;
  line-height: 26px;
  color: #4c4c4c;
}
.isect1 .cont {
  position: relative;
}
.isect1 .cont .swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.isect1 .cont .swiper-container .swiper-slide {
  height: 660px;
  overflow: hidden;
}
.isect1 .cont .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
}
.isect1 .cont .swiper-container .swiper-slide.swiper-slide-active a {}
.isect1 .cont .tabs {
  width: 380px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/blue80.png) repeat;
  box-sizing: border-box;
  padding: 30px 40px 0;
}
.isect1 .cont .tabs li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.isect1 .cont .tabs li a {
  display: block;
  position: relative;
  height: 94px;
  line-height: 94px;
  font-size: 26px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.isect1 .cont .tabs li a:before {
  content: "";
  width: 19px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  background: url(../images/arrow2.png) no-repeat center;
  filter: alpha(opacity=0);
  opacity: 0;
}
.isect1 .cont .tabs li.active a:before {
  right: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.isect1 .cont .tabs li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
}
.isect1 .cont .tabs li.active a:after {
  width: 100%;
}
.isect2Scroll {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.isect2Scroll .swiper-slide {
  width: 478px;
}
.isect2Scroll .swiper-slide dl dd {
  margin-bottom: 3px;
}
.isect2Scroll .swiper-slide dl dd a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.485%;
}
.isect2Scroll .swiper-slide dl dd a em {
  position: absolute;
  left: 0;
  top: 0;
  width: 105%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.isect2Scroll .swiper-slide dl dd a b {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.3;
}
.isect2Scroll .swiper-slide dl dd a h5 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  height: 63px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 24px;
  color: #ffffff;
  line-height: 63px;
  font-weight: normal;
}
.isect2Scroll .swiper-slide dl dd a:hover em {
  left: -5%;
}
.isect2Scroll .swiper-slide dl dd a:hover b {
  opacity: 1;
}
.isect3 .cont {
  width: 100%;
  background: url(../images/isect3bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 125px 0 137px;
}
.isect3 .cont ul li {
  width: 25%;
  text-align: center;
  color: #ffffff;
}
.isect3 .cont ul li h5 {
  height: 74px;
  line-height: 74px;
  font-size: 14px;
  font-weight: normal;
}
.isect3 .cont ul li h5 span {
  margin-right: 10px;
  font-size: 56px;
  font-weight: bold;
  font-family: "HelNeu55";
}
.isect3 .cont ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 10px;
}
.isect4 ul li {
  width: 33.3%;
}
.isect4 ul li a {
  display: block;
  width: 100%;
  height: 0%;
  padding-bottom: 68.75%;
  position: relative;
  overflow: hidden;
}
.isect4 ul li a em {
  position: absolute;
  left: 0;
  top: 0;
  width: 105%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.isect4 ul li a b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.isect4 ul li a .text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  box-sizing: border-box;
  padding: 82px 105px;
  padding: 12.6% 16%;
  color: #fff;
}
.isect4 ul li a .text h4 {
  font-size: 30px;
  line-height: 45px;
  font-weight: normal;
  margin-bottom: 35px;
}
.isect4 ul li a .text p {
  font-size: 14px;
  line-height: 28px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  max-height: 112px;
  overflow: hidden;
}
.isect4 ul li a:hover em {
  left: -5%;
}
.isect4 ul li a:hover b {
  opacity: 1;
}
.isect4 ul li.li3 a {
  text-align: center;
}
.isect4 ul li.li3 a em {
  left: -2.5%;
}
.isect4 ul li.li3 a:hover em {
  left: -5%;
}
.isect4 ul li.li3 a .text h4 {
  margin-bottom: 18px;
}
.isect4 ul li.li3 a .text .icon {
  margin-bottom: 7px;
}
.isect4 ul li.li3 a .text p {
  max-height: 56px;
  font-size: 16px;
}
.isect5 {
  margin: 48px auto 50px;
}
.isect5 .title {
  margin-bottom: 38px;
}
.isect5 .title h3 {
  font-size: 36px;
  line-height: 40px;
  color: #131618;
  font-weight: normal;
}
.isect5 .title ul li {
  margin-left: 20px;
}
.isect5 .title ul li a {
  display: block;
  width: 118px;
  height: 38px;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #333333;
}
.isect5 .title ul li a img {
  margin-right: 10px;
}
.isect5 .title ul li a:hover {
  border-color: #f60201;
  color: #f60201;
}
.isect5 .title ul li a:hover img {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.isect5 .isect5_1 {
  width: 48.828%;
}
.isect5 .isect5_1 .isect5Scroll {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.isect5 .isect5_1 .isect5Scroll .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 61.76%;
}
.isect5 .isect5_1 .isect5Scroll .swiper-slide a em {
  position: absolute;
  left: 0;
  top: 0;
  width: 105%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.isect5 .isect5_1 .isect5Scroll .swiper-slide a b {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.isect5 .isect5_1 .isect5Scroll .swiper-slide a .date {
  width: 78px;
  height: 86px;
  background: #f60201;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  padding-top: 17px;
  color: #ffffff;
  font-family: "HelNeu55";
}
.isect5 .isect5_1 .isect5Scroll .swiper-slide a .date .day {
  display: block;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
}
.isect5 .isect5_1 .isect5Scroll .swiper-slide a .date .year {
  font-size: 14px;
  line-height: 22px;
}
.isect5 .isect5_1 .isect5Scroll .swiper-slide a h5 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: url(../images/gray66.png) repeat;
  width: 100%;
  height: 66px;
  box-sizing: border-box;
  padding: 0 100px 0 20px;
  font-size: 20px;
  color: #ffffff;
  line-height: 66px;
  font-weight: normal;
}
.isect5 .isect5_1 .isect5Scroll .swiper-slide a:hover em {
  left: -5%;
}
.isect5 .isect5_1 .isect5Scroll .swiper-slide a:hover b {
  opacity: 1;
}
.isect5 .isect5_1 .isect5Scroll .swiper-pagination {
  width: auto;
  left: auto;
  right: 10px;
  height: 10px;
  line-height: 10px;
  bottom: 25px;
  z-index: 3;
}
.isect5 .isect5_1 .isect5Scroll .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}
.isect5 .isect5_1 .isect5Scroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}
.isect5 .isect5_2 {
  width: 48.828%;
}
.isect5 .isect5_2 li {
  margin-top: 5%;
}
.isect5 .isect5_2 li:first-child {
  margin-top: 0;
}
.isect5 .isect5_2 li a {
  display: block;
}
.isect5 .isect5_2 li a .pic {
  width: 46.4%;
  position: relative;
  overflow: hidden;
}
.isect5 .isect5_2 li a .pic span {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 61.379%;
  position: relative;
  overflow: hidden;
}
.isect5 .isect5_2 li a .pic span em {
  position: absolute;
  left: 0;
  top: 0;
  width: 105%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.isect5 .isect5_2 li a .pic b {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.isect5 .isect5_2 li a .text {
  width: 51.2%;
  padding-top: 1px;
}
.isect5 .isect5_2 li a .text h5 {
  font-size: 22px;
  line-height: 32px;
  color: #1a1a1a;
  font-weight: normal;
  height: 64px;
  overflow: hidden;
}
.isect5 .isect5_2 li a .text span {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 12px;
}
.isect5 .isect5_2 li a .text p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  height: 56px;
  overflow: hidden;
}
.isect5 .isect5_2 li a:hover .pic span em {
  left: -5%;
}
.isect5 .isect5_2 li a:hover .pic b {
  opacity: 1;
}
.footer {
  background: #e00700 url(../images/fotbg.jpg) no-repeat center top;
  color: #fff;
  position: relative;
  height: 127px;
}
.footer .part1 {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .nav_foot {
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.footer .nav_foot h3 {
  font-size: 16px;
  line-height: 45px;
  padding-top: 20px;
}
.footer .share .share-item {
  background: #8d0000;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  line-height: 47px;
  margin-left: 10px;
  font-size: 26px;
  transition: all 0.2s ease-out 0s;
}
.footer .share .share-item:first-child {
  margin-left: 0;
}
.footer .share-box .share-item::after {
  color: #fff !important;
}
.footer .share .share-item:hover {
  opacity: 0.8;
}
.footer .part2 {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.footer .part2 .logo {
  margin-bottom: 30px;
  height: 60px;
  display: none;
}
.footer .part2 .info {
  color: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  width: 100%;
  display: none;
}
.footer .part2 .info {
  text-align: center;
}
.footer .part2 .info span {
  margin: 0 20px;
  color: #fff;
  font-size: 14px;
}
.footer_bot {
  width: 100%;
  height: 47px;
  background: #8d0000;
  line-height: 47px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.share-box {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 258px;
  margin-top: 30px;
}
.share-box:after {
  content: '';
  display: table;
  clear: both;
}
.share-box div {
  width: 86px;
  float: left;
}
.share-box div p {
  font-size: 16px;
  display: block;
  text-align: center;
  width: 100%;
}
.share-box p i {
  display: block;
}
.share-box .share-item {
  position: relative;
  float: left;
  border-radius: 50%;
  cursor: pointer;
}
.share-box a.share-item {
  margin: 0;
  padding-left: 0;
  height: auto;
  background-image: none;
  font-size: inherit;
  line-height: inherit;
}
.share-box .share-item:after {
  content: '';
  vertical-align: top;
  font-family: "icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #fff !important;
}
.share-box .icon-wchat:after {
  background: url(../images/weixin.png) no-repeat;
  width: 47px;
  height: 47px;
}
.share-box .icon-qq:after {
  content: '\e606';
}
.share-box .icon-qzone:after {
  content: '\e60a';
}
.share-box .icon-sinawb:after {
  background: url(../images/weibo.png) no-repeat;
  width: 47px;
  height: 47px;
}
.share-box .icon-txwb:after {
  background: url(../images/shouji.png) no-repeat;
  width: 47px;
  height: 47px;
}
.share-label {
  display: inline-block;
}
.share-item .code {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -70px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 10px;
  width: 140px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease-out 0s;
}
.share-item .code:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  font-size: 0;
  border-top-color: #fff;
  z-index: 999;
}
.share-item .code > img {
  display: block;
  width: 100%;
}
.share-item:hover .code {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.share-box a.share-item {
  margin-left: 3px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
}
.share-box a.share-item.icon-sinawb {
  font-size: 23px;
}
.share-box a.share-item:hover {
  opacity: 1;
  z-index: 1;
}
#bdshare_weixin_qrcode_dialog {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.fBtm {
  padding: 32px 0;
  background: #005481;
}
.fBtm .left {
  font-size: 14px;
  line-height: 28px;
  color: #dde4e9;
  max-width: 800px;
}
.fBtm .left span {
  margin-right: 12px;
}
.fBtm .left a:hover {
  color: #fff;
  text-decoration: underline;
}
.fBtm .left ul li {
  padding-left: 18px;
  position: relative;
}
.fBtm .left ul li:first-child {
  padding-left: 0;
}
.fBtm .left ul li:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #1a658e;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -7px;
}
.fBtm .left ul li:first-child:before {
  display: none;
}
.fBtm .select {
  width: 242px;
  margin-top: 6px;
  position: relative;
  z-index: 9;
}
.fBtm .select dt {
  width: 100%;
  height: 46px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  color: #666666;
  line-height: 44px;
  cursor: pointer;
}
.fBtm .select dt img {
  margin-top: 20px;
}
.fBtm .select dd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 45px;
  background: #fff;
  display: none;
}
.fBtm .select dd ul {
  max-height: 252px;
  overflow: auto;
}
.fBtm .select dd ul li a {
  display: block;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  padding: 8px 10px;
}
.fBtm .select dd ul li a:hover {
  background: #efefef;
}
.fBtm .select dd ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.fBtm .select dd ul::-webkit-scrollbar-button:vertical {
  display: none;
}
.fBtm .select dd ul::-webkit-scrollbar-corner, .fBtm .select dd ul::-webkit-scrollbar-track {
  background-color: #ccc;
}
.fBtm .select dd ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #0c2387;
}
.fBtm .select dd ul::-webkit-scrollbar-thumb:vertical:hover {}
.fBtm .select dd ul::-webkit-scrollbar-thumb:vertical:active {}
.pageWrap {
  padding-top: 86px;
}
.nyBanner {
  width: 100%;
  height: 535px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.nyBanner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.nyBanner .w1280 {
  padding-top: 462px;
  position: relative;
  z-index: 2;
}
.nyBanner .w1280 h3 {
  font-size: 36px;
  line-height: 52px;
  color: #fefefe;
  font-weight: normal;
}
.nyBanner .w1280 .path {
  font-size: 14px;
  line-height: 32px;
  color: #fefefe;
}
.nyBanner .w1280 .path span {
  margin: 0 10px;
}
.nyBanner .w1280 .path a:hover {
  text-decoration: underline;
}
.wapnyBanner {
  display: none;
}
.nyWrap {
  min-height: 450px;
  margin-bottom: 60px;
}
.nyTitle {
  text-align: center;
  font-size: 32px;
  color: #1a1a1a;
  line-height: 132px;
  font-weight: normal;
}
.videoWrap .gallery-top {
  width: 78.125%;
  position: relative;
}
.videoWrap .gallery-top .swiper-pagination {
  display: none;
}
.videoWrap .gallery-top .swiper-slide .wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 568px;
  position: relative;
  overflow: hidden;
}
.videoWrap .gallery-top .swiper-slide .wrap em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.videoWrap .gallery-top .swiper-slide .wrap i {
  width: 78px;
  height: 78px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -39px 0 0=39px;
  background: url(../images/videoicon1.png) no-repeat center;
  background-size: 100% 100%;
}
.videoWrap .gallery-top .swiper-slide .wrap .btm {
  width: 100%;
  height: 59px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 200px 0 30px;
  background: url(../images/gray80.png) repeat;
}
.videoWrap .gallery-top .swiper-slide .wrap .btm h5 {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  line-height: 59px;
}
.videoWrap .gallery-top .swiper-slide .wrap .btm .bdsharebuttonbox {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.videoWrap .gallery-top .swiper-slide .wrap .btm .bdsharebuttonbox span {
  font-size: 14px;
  color: #ffffff;
  line-height: 59px;
  margin-right: 15px;
}
.videoWrap .gallery-top .swiper-slide .wrap .btm .bdsharebuttonbox .shareItem {
  width: 30px;
  height: 30px;
  margin: 15px 20px 0 0;
  padding: 0;
  background: url(../images/shareicon1.png) no-repeat left center;
  cursor: pointer;
}
.videoWrap .gallery-top .swiper-slide .wrap .btm .bdsharebuttonbox .shareItem.bds_tsina {
  background-position: -30px center;
}
.videoWrap .gallery-thumbs {
  width: 21.42%;
  height: 568px;
  background: #1c2022;
  box-sizing: border-box;
  padding: 70px 15px 114px;
  position: relative;
}
.videoWrap .gallery-thumbs .container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.videoWrap .gallery-thumbs .container .swiper-slide {
  cursor: pointer;
}
.videoWrap .gallery-thumbs .container .swiper-slide em {
  display: block;
  width: 100%;
  height: 137px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.videoWrap .gallery-thumbs .container .swiper-slide h5 {
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}
.videoWrap .gallery-thumbs .swiper-button-next, .videoWrap .gallery-thumbs .swiper-button-prev {
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0;
  margin: 0;
  right: 0;
}
.videoWrap .gallery-thumbs .swiper-button-prev {
  top: 35px;
  background: url(../images/prevbtn.png) no-repeat center;
}
.videoWrap .gallery-thumbs .swiper-button-next {
  bottom: 76px;
  background: url(../images/nextbtn.png) no-repeat center;
  top: auto;
}
.nyNav {}
.nyNav li.first {
  font-size: 20px;
  display: block;
  height: 76px;
  line-height: 76px;
  font-weight: 800;
  color: #fff;
  margin-right: 118px;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
.nyNav li {
  padding-left: 20px;
  padding-right: 30px;
  background: url(../images/navr.png) no-repeat right 28px;
}
.nyNav li a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  position: relative;
  font-weight: 700;
  border-radius: 25px;
  background: #8d0000;
  margin-top: 18px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 110px;
  text-align: center;
}
.nyNav li a:before {
  content: "";
  width: 100%;
  height: 0px;
  background: #f60201;
  position: absolute;
  left: 0;
  bottom: 3px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  opacity: 0;
  visibility: hidden;
}
.nyNav li.on a:before, .nyNav li a:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}
.nyNav li.on a, .nyNav li a:hover {
  color: #e00700;
}
.nyNav li.on a {
  font-weight: bold;
}
.aboutWrap .item1 {
  padding: 68px 0 50px;
}
.aboutWrap .item1 .text {
  width: 83%;
} /*.aboutWrap .item1 .text .title{font-size: 28px;line-height: 64px;color: #f60201;font-weight: normal;margin-bottom: 16px;background: url(../images/comma.png) no-repeat left top;}*/ .aboutWrap2 .item1 {
  padding: 68px 0 50px;
}
.aboutWrap2 .item1 .text {
  width: 83%;
}
.aboutWrap2 .item1 .text .title {
  font-size: 28px;
  line-height: 64px;
  color: #f60201;
  font-weight: normal;
  margin-bottom: 16px;
  background: url(../images/comma.png) no-repeat left top;
}
.aboutWrap .item22 {
  padding: 68px 0 50px;
}
.aboutWrap .item22 .text {
  width: 83%;
}
.aboutWrap .item22 .text .title {
  font-size: 28px;
  line-height: 64px;
  color: #f60201;
  font-weight: normal;
  margin-bottom: 16px;
  background: url(../images/comma.png) no-repeat left top;
}
.pageStyle {
  font-size: 18px;
  line-height: 36px;
  color: #484848;
}
.pageStyle img {
  max-width: 100% !important;
}
.aboutWrap .item1 .pic {
  width: 17%;
  font-size: 35px;
  color: #8d0000;
  font-weight: bold;
  background: #F00;
  padding-top: 10px;
  min-height: 400px;
}
.aboutWrap .item2 {
  background: url(../images/aboutcasebg.jpg) no-repeat center top;
  padding: 20px 0 32px;
}
.aboutWrap .item2 .tit {
  font-size: 35px;
  color: #ffffff;
  line-height: 114px;
}
.aboutWrap .item2 .caseScroll {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../images/aboutcasebt.png) no-repeat left top;
}
.aboutWrap .item2 .caseScroll .swiper-slide {}
.aboutWrap .item2 .caseScroll .swiper-slide .pic {
  width: 70.7%;
  height: 0;
  padding-bottom: 600px;
  position: relative;
  overflow: hidden;
  margin-left: 60px;
}
.aboutWrap .item2 .caseScroll .swiper-slide .pic em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.aboutWrap .item2 .caseScroll .swiper-slide .pic b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.aboutWrap .item2 .caseScroll .swiper-slide:hover .pic b {
  opacity: 1;
}
.aboutWrap .item2 .caseScroll .swiper-slide .text {
  width: 30%;
  height: 515px;
  box-sizing: border-box;
  padding: 60px 35px 20px;
  background: #4fa068;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.aboutWrap .item2 .caseScroll .swiper-slide .text .t {
  font-size: 28px;
  line-height: 47px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 22px;
}
.aboutWrap .item2 .caseScroll .swiper-slide .text .detail {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  height: 360px;
  overflow: auto;
  width: 100%;
  text-align: justify;
}
.aboutWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.aboutWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar-button:vertical {
  display: none;
}
.aboutWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar-corner, .aboutWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar-track {
  background-color: #ccc;
}
.aboutWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #fff;
}
.aboutWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar-thumb:vertical:hover {}
.aboutWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar-thumb:vertical:active {}
.aboutWrap .item2 .caseScroll .btnWrap {
  position: absolute;
  right: 22%;
  bottom: 26px;
  z-index: 9;
  width: 89px;
  height: 38px;
}
.aboutWrap .item2 .caseScroll .btnWrap .swiper-button-prev, .aboutWrap .item2 .caseScroll .btnWrap .swiper-button-next {
  width: 45px;
  height: 50px;
  cursor: pointer;
  background: url(../images/arrow1.png) no-repeat left top;
}
.aboutWrap .item2 .caseScroll .btnWrap .swiper-button-prev {
  left: 0;
}
.aboutWrap .item2 .caseScroll .btnWrap .swiper-button-next {
  right: 0;
  background-position: right top;
}
.aboutWrap .item2 .caseScroll.swiper-container-horizontal > .swiper-pagination-bullets {
  display: none;
}
.aboutWrap .item3 {
  padding-top: 42px;
} /*领导分工*/ .leaderList ul li {
  padding-bottom: 30px;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 30px;
}
.leaderList ul li a {
  display: block;
  height: 196px;
  padding-left: 190px;
  position: relative;
}
.leaderList ul li a .picc {
  width: 160px;
  min-height: 196px;
  border: 1px solid #eaeaea;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.leaderList ul li a .picc img {
  width: 100%;
  height: 100%;
}
.leaderList ul li a .textt {
  width: 100%;
}
.leaderList ul li a .textt h5 {
  padding-top: 8px;
  font-size: 24px;
  line-height: 38px;
  color: #1a1a1a;
  font-weight: normal;
  position: relative;
}
.leaderList ul li a .textt h5:before {
  content: "";
  width: 0;
  height: 2px;
  background: #f60403;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.leaderList ul li a .textt span {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #3a502a;
  margin-bottom: 13px;
}
.leaderList ul li a .textt p {
  font-size: 16px;
  line-height: 26px;
  color: #1a1a1a;
  height: 52px;
  max-height: 52px;
  overflow: hidden;
}
.leaderList ul li a .textt p.tel {
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  color: #696969;
  padding-left: 25px;
  background: url(../images/icontel.png) no-repeat left 8px;
}
.leaderList ul li a .textt p.email {
  font-size: 14px;
  color: #696969;
  padding-left: 25px;
  line-height: 26px;
  height: 26px;
  background: url(../images/icoemail.png) no-repeat left 8px;
}
.leaderList ul li a:hover .textt h5 {
  color: #f60403;
  padding-left: 16px;
}
.leaderList ul li a:hover .textt h5:before {
  width: 13px;
}
.cultureWrap {
  width: 100%;
  background: url(../images/culturebg.jpg) no-repeat center top;
}
.cultureWrap .top {
  padding-bottom: 70px;
}
.cultureWrap .top .text {
  padding: 0 118px 56px;
  text-align: center;
}
.cultureWrap .top .list {
  border-left: 1px solid #e1e2e3;
}
.cultureWrap .top .list li {
  width: 33.3%;
  box-sizing: border-box;
  text-align: center;
  padding: 7px 0 12px;
  border-right: 1px solid #e1e2e3;
}
.cultureWrap .top .list li .icon {
  height: 97px;
  line-height: 97px;
}
.cultureWrap .top .list li h5 {
  font-size: 22px;
  line-height: 42px;
  color: #1a1a1a;
  font-weight: normal;
}
.cultureWrap .top .list li p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.cultureWrap .btm li {
  width: 23.8%;
  position: relative;
  cursor: pointer;
  margin: 0 0 1.1% 1.56%;
  overflow: hidden;
}
.cultureWrap .btm li.li1 {
  width: 49.1%;
  margin: 0;
}
.cultureWrap .btm li em {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 74.72%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cultureWrap .btm li .text {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/gray60.png) repeat;
  box-sizing: border-box;
  padding: 0 20px;
}
.cultureWrap .btm li .text h5 {
  width: 100%;
  box-sizing: border-box;
  padding-right: 40px;
  font-size: 16px;
  color: #fefefe;
  line-height: 50px;
  font-weight: normal;
  background: url(../images/picicon.png) no-repeat right center;
} /*.cultureWrap .btm li:hover em{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}*/ .cultureWrap .btm li.li6 {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.Gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #111;
  opacity: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 1);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.Gallery.show {
  opacity: 1;
}
.g-bottom, .g-left, .g-right, .g-top {
  z-index: 99;
  display: block;
  -webkit-appearance: none;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.g-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  z-index: 120;
}
.g-left.none, .g-right.none {
  opacity: .3;
  cursor: not-allowed;
}
.g-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  z-index: 120;
}
.g-left {
  position: absolute;
  top: 43%;
  left: 0;
  height: 14%;
  background: rgba(0, 0, 0, .5);
  width: 55px;
  cursor: pointer;
}
.g-right {
  position: absolute;
  top: 43%;
  right: 0;
  height: 14%;
  background: rgba(0, 0, 0, .5);
  width: 55px;
  cursor: pointer;
}
.Gallery img {
  max-height: 87%;
  max-width: 99%;
}
.Gallery.Gallery-none img {
  max-height: 100%;
  max-width: 99%;
}
.Gallery-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.g-left:after {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -1px;
}
.g-left:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-top: none;
  border-right: none;
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -6px;
}
.g-right:after {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -1px;
}
.g-right:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
}
.g-list {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.g-list span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.g-list img {
  vertical-align: middle;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}
.Gallery-wrap.grab .g-list img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.g-top .g-count {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 18px;
}
.g-top button {
  height: 45px;
  width: 45px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  opacity: .8;
  background: 0 0;
  -webkit-tap-highlight-color: transparent;
}
.g-top span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  color: #fff;
}
.g-close {
  cursor: pointer;
}
.g-close:after {
  content: '';
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 21px;
}
.g-close:before {
  content: '';
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 8px;
  top: 21px;
}
.g-top button:hover {
  opacity: 1;
}
.newspaper {
  width: 100%;
  overflow: hidden;
}
.newspaper ul {
  width: 1350px;
  padding-bottom: 40px;
}
.newspaper ul li {
  width: 380px;
  margin: 0 70px 0 0;
}
.newspaper ul li a {
  display: block;
}
.newspaper ul li a .pic {
  height: 0;
  padding-bottom: 147.368%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 2.5px 4.33px 16px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 2.5px 4.33px 16px 0px rgba(0, 0, 0, 0.21);
}
.newspaper ul li a .pic em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.newspaper ul li a h5 {
  font-size: 15px;
  line-height: 65px;
  color: #1a1a1a;
  font-weight: normal;
  text-align: center;
}
.newspaper ul li a:hover h5 {
  color: #f60201;
}
.page {
  text-align: center;
  font-size: 0;
}
.page a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  background: url(../images/arrow4.png) no-repeat left top;
  margin: 0 15px;
}
.page a.next {
  background-position: right top;
}
.page a:hover {
  border-color: #f60201;
  background-color: #f60201;
  background-position-y: bottom;
}
.jobWrap .text {
  padding: 0 85px 44px;
  text-align: center;
  line-height: 28px;
  margin-top: -16px;
}
.jobList .nLi {
  margin-bottom: 10px;
}
.jobList .nLi .dt {
  height: 64px;
  background: #f0f0f0;
  padding: 0 460px 0 30px;
  cursor: pointer;
  line-height: 64px;
  position: relative;
}
.jobList .nLi .dt h5 {
  width: 100%;
  font-size: 16px;
  color: #1a1a1a;
}
.jobList .nLi .dt .desc {
  position: absolute;
  right: 30px;
  top: 0;
  width: 446px;
  font-size: 16px;
  color: #1a1a1a;
}
.jobList .nLi .dt .desc .fr {
  padding-right: 26px;
  position: relative;
}
.jobList .nLi .dt .desc .fr i {
  width: 7px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  background: url(../images/arrow5.png) no-repeat center;
}
.jobList .nLi .dd {
  display: none;
}
.jobList .nLi:first-child .dd {
  display: block;
}
.jobList .nLi .dd .wrap {
  padding: 15px 30px 20px;
}
.jobList .nLi .dd .wrap .tit {
  font-size: 15px;
  line-height: 75px;
  color: #1a1a1a;
}
.jobList .nLi .dd .wrap .btnWrap {
  padding-top: 40px;
}
.jobList .nLi .dd .wrap .btnWrap .btn {
  width: 190px;
  height: 58px;
  box-sizing: border-box;
  border: 1px solid #f60201;
  text-align: center;
  line-height: 58px;
  font-size: 0;
  margin-left: 10px;
  position: relative;
}
.jobList .nLi .dd .wrap .btnWrap .btn:first-child {
  margin-left: 0;
}
.jobList .nLi .dd .wrap .btnWrap .btn span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  color: #f60201;
  padding-left: 35px;
  background: url(../images/jobicon2.png) no-repeat left center;
  position: relative;
  z-index: 2;
}
.jobList .nLi .dd .wrap .btnWrap .btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f60201;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  opacity: 0;
  visibility: hidden;
}
.jobList .nLi .dd .wrap .btnWrap .btn.btn1 {
  background: #f60201;
}
.jobList .nLi .dd .wrap .btnWrap .btn.btn1 span {
  background-image: url(../images/jobicon1on.png);
  color: #fff;
}
.jobList .nLi .dd .wrap .btnWrap .btn.btn2:hover span {
  color: #fff;
  background-image: url(../images/jobicon2on.png);
}
.jobList .nLi .dd .wrap .btnWrap .btn.btn2:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}
.jobList .nLi.on .dt .desc .fr i {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.respWrap .item1 {
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 32px;
}
.respWrap .item1 .text {
  width: 56.25%;
}
.respWrap .item1 .text .tit {
  font-size: 24px;
  line-height: 44px;
  color: #1a1a1a;
  font-weight: normal;
  margin-bottom: 22px;
}
.respWrap .item1 .pic {
  width: 40.625%;
}
.respWrap .item1 .pic img {
  width: 100%;
}
.respWrap .item2 {
  margin-bottom: 42px;
}
.respWrap .item3 {
  margin-top: 40px;
}
.respWrap .item3 .innerItem {
  width: 48%;
}
.syFocusThumb {
  position: relative;
  overflow: hidden;
}
.syFocusThumb .pagination {
  padding: 0 53px;
  position: relative;
}
.syFocusThumb .pagination .prev, .syFocusThumb .pagination .next {
  width: 23px;
  height: 39px;
  position: absolute;
  top: 32px;
  cursor: pointer;
}
.syFocusThumb .pagination .prev {
  left: 0;
  background: url(../images/leftarr1.png) no-repeat center;
}
.syFocusThumb .pagination .next {
  right: 0;
  background: url(../images/rightarr1.png) no-repeat center;
}
.syFocusThumb .pagination .thumbWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 56px;
}
.syFocusThumb .pagination .thumbWrap:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50px;
}
.syFocusThumb .pagination .thumbWrap .holder {
  width: 4000px;
}
.syFocusThumb .pagination .thumbWrap .holder .toc {
  display: block;
  width: 102px;
  height: 102px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-right: 94px;
  -webkit-box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.19);
}
.syFocusThumb .pagination .thumbWrap .holder .toc a {
  display: block;
  width: 100%;
  height: 96px;
  text-align: center;
  line-height: 96px;
  font-size: 28px;
  color: #666666;
  font-family: "HelNeu55";
}
.syFocusThumb .pagination .thumbWrap .holder .toc.selected {
  border-color: #f60201;
  -webkit-box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0);
  box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0);
}
.syFocusThumb .pagination .thumbWrap .holder .toc.selected a {
  color: #f60201;
  font-weight: bold;
}
.syFocusThumb .contentdiv {
  box-sizing: border-box;
  padding: 30px 0 90px 166px;
  position: relative;
}
.syFocusThumb .contentdiv:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 127px;
  top: 0;
}
.syFocusThumb .contentdiv .year {
  position: absolute;
  left: 0;
  top: 0;
  height: 86px;
  font-size: 36px;
  color: #f60201;
  line-height: 86px;
  width: 127px;
  z-index: 2;
}
.syFocusThumb .contentdiv .year:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: -9px;
  top: 50%;
  margin-top: -7px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}
.syFocusThumb .contentdiv .cont ul li {
  margin-bottom: 30px;
}
.contactWrap .item1 {
  margin-bottom: 67px;
}
.contactWrap .item1 .tit {
  width: 28%;
  font-size: 26px;
  line-height: 32px;
  color: #1a1a1a;
  font-weight: normal;
  margin-top: -3px;
  position: relative;
  padding-bottom: 27px;
}
.contactWrap .item1 .tit:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #f60201;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contactWrap .item1 ul {
  width: 72%;
}
.contactWrap .item1 ul li {
  width: 50%;
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding-left: 29px;
}
.contactWrap .item2 {
  height: 554px;
  border: 1px solid #dbdbdb;
}
.busWrap .text {
  padding: 0 130px 44px;
  text-align: center;
  line-height: 26px;
}
.busWrap .item1 {
  width: 100%;
  background: url(../images/busbg.jpg) no-repeat center top;
  padding: 50px 0 60px;
}
.busWrap .item1 .busNav {
  margin-bottom: 50px;
  text-align: center;
  font-size: 0;
}
.busWrap .item1 .busNav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 35px;
}
.busWrap .item1 .busNav li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 45px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.busWrap .item1 .busNav li.on a {
  filter: alpha(opacity=100);
  opacity: 1;
  font-size: 25px;
}
.busWrap .item1 .busNav li a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.exhibition_hall {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 120px;
}
.roundabout_box {
  height: 433px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 120px;
}
.roundabout-holder {
  list-style: none;
  width: 100%;
  height: 433px;
  margin: 0px auto;
}
.roundabout-moveable-item {
  width: 80.18%;
  height: 433px;
  cursor: pointer;
  overflow: hidden;
}
.roundabout-moveable-item em {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.exhibition_hall .prevBtn, .exhibition_hall .nextBtn {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -35px;
}
.exhibition_hall .prevBtn {
  left: 0;
  background: url(../images/leftarr2.png) no-repeat center;
  background-size: 100% 100%;
}
.exhibition_hall .nextBtn {
  right: 0;
  background: url(../images/rightarr2.png) no-repeat center;
  background-size: 100% 100%;
}
.busScroll {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  margin: 0 5%;
  display: none;
}
.busScroll .swiper-slide em {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 51.55%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.busScroll .swiper-pagination .swiper-pagination-bullet {}
.busScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f60201;
}
.busWrap {
  overflow: hidden;
}
.busWrap .item2 {}
.busWrap .item2 .tit {
  padding-top: 10px;
  height: 109px;
  line-height: 109px;
  font-size: 30px;
  color: #1a1a1a;
  font-weight: normal;
  text-align: center;
}
.busWrap .item2 ul {
  width: 1305px;
  padding-bottom: 40px;
}
.busWrap .item2 ul li {
  width: 410px;
  margin: 0 25px 20px 0;
  padding-bottom: 15px;
}
.busWrap .item2 ul li a {
  display: block;
}
.busWrap .item2 ul li a .pic {
  width: 100%;
  height: 0;
  padding-bottom: 68.29%;
  position: relative;
  overflow: hidden;
}
.busWrap .item2 ul li a .pic em {
  position: absolute;
  left: 0;
  top: 0;
  width: 105%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.busWrap .item2 ul li a .pic b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.busWrap .item2 ul li a h5 {
  padding-top: 12px;
  font-size: 18px;
  line-height: 42px;
  color: #1a1a1a;
  font-weight: normal;
}
.busWrap .item2 ul li a p {
  font-size: 15px;
  line-height: 26px;
  color: #707070;
  height: 52px;
  overflow: hidden;
}
.busWrap .item2 ul li a:hover .pic em {
  left: -5%;
}
.busWrap .item2 ul li a:hover .pic b {
  opacity: 1;
}
.busWrap .item2 ul li a:hover h5 {
  color: #f60201;
} /*.busWrap .item2 ul li:hover{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);}*/ .page1 {
  text-align: center;
  font-size: 0;
}
.page1 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 42px;
  padding: 0 32px;
  border: 1px solid #d4d4d4;
  background: #ffffff;
  margin: 0 8px;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 42px;
}
.page1 a.num {
  padding: 0 17px;
}
.page1 a.on, .page1 a:hover {
  border-color: #f60201;
  background: #f60201;
  color: #fff;
}
.page1 .pageinfo, .page1 select {
  display: none;
}
.contProd .item1 {
  margin: 50px auto 30px;
}
.contProd .item1 .cProdScroll {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.contProd .item1 .cProdScroll em {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 68.75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contProd .item1 .cProdScroll .swiper-pagination {
  display: none;
}
.contProd .item1 .cProdScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f60201;
}
.contProd .item1 .text {
  width: 46.875%;
}
.contProd .item1 .text .tit {
  font-size: 32px;
  color: #1a1a1a;
  font-weight: normal;
  line-height: 72px;
  margin-bottom: 14px;
}
.contProd .item1 .text .subTit {
  font-size: 24px;
  line-height: 56px;
  color: #1a1a1a;
  font-weight: normal;
}
.contProd .item1 .text .pageStyle {
  min-height: 156px;
  margin-bottom: 32px;
}
.contProd .item1 .text .toList {
  display: block;
  width: 180px;
  height: 58px;
  border-radius: 3px;
  background: #f60201;
  text-align: center;
  line-height: 58px;
  color: #ffffff;
  font-size: 0;
}
.contProd .item1 .text .toList span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-left: 32px;
  background: url(../images/listicon.png) no-repeat left center;
}
.contProd .item1 .text .toList:hover {
  background: #0677b0;
}
.prodTit {
  font-size: 24px;
  color: #f60201;
  font-weight: normal;
  line-height: 66px;
}
.contProd .item2 {
  margin-bottom: 32px;
}
.contProd .item3 .prodTit {
  margin-bottom: 8px;
}
.recProdScroll {
  padding: 0 120px;
  position: relative;
}
.recProdScroll .swiper-button-prev, .recProdScroll .swiper-button-next {
  width: 70px;
  height: 70px;
  position: absolute;
  cursor: pointer;
  top: 105px;
}
.recProdScroll .swiper-button-prev {
  left: 0;
  background: url(../images/leftarr2.png) no-repeat center;
  background-size: 100% 100%;
}
.recProdScroll .swiper-button-next {
  right: 0;
  background: url(../images/rightarr2.png) no-repeat center;
  background-size: 100% 100%;
}
.recProdScroll .container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.recProdScroll .container .swiper-slide a {
  display: block;
}
.recProdScroll .container .swiper-slide a .pic {
  width: 100%;
  height: 0;
  padding-bottom: 68.29%;
  position: relative;
  overflow: hidden;
}
.recProdScroll .container .swiper-slide a .pic em {
  position: absolute;
  left: 0;
  top: 0;
  width: 105%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.recProdScroll .container .swiper-slide a .pic b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.recProdScroll .container .swiper-slide a h5 {
  padding-top: 18px;
  font-size: 16px;
  line-height: 35px;
  color: #1a1a1a;
  font-weight: normal;
  text-align: center;
}
.recProdScroll .container .swiper-slide a:hover .pic em {
  left: -5%;
}
.recProdScroll .container .swiper-slide a:hover .pic b {
  opacity: 1;
}
.recProdScroll .container .swiper-slide a:hover h5 {
  color: #f60201;
}
.recProdScroll .swiper-pagination {
  display: none;
  width: 100%;
}
.recProdScroll .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}
.recProdScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f60201;
}
.appWrap {}
.appScroll {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.appScroll .container {
  width: 530px;
  margin: 0 auto;
  height: 300px;
}
.appScroll .swiper-slide {
  width: auto;
  padding: 15px 0;
  overflow: hidden;
}
.appScroll .swiper-slide .wrap {
  width: 478px;
  position: relative;
}
.appScroll .swiper-slide .wrap .pic {
  width: 100%;
  height: 0;
  padding-bottom: 56.48%;
  position: relative;
  overflow: hidden;
  padding-bottom: 270px;
}
.appScroll .swiper-slide .wrap .pic em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.appScroll .swiper-slide .wrap h5 {
  width: 100%;
  height: 64px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
}
.appScroll .swiper-slide .wrap .pic b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.appScroll .swiper-slide.swiper-slide-active .wrap {
  width: 530px;
}
.appScroll .swiper-slide.swiper-slide-active .wrap .pic {}
.appScroll .swiper-slide.swiper-slide-active .wrap .pic b {
  opacity: 0;
}
.appScroll .swiper-slide.swiper-slide-active .wrap h5 {
  filter: alpha(opacity=0);
  opacity: 0;
}
.appWrap .appBtm .tit {
  font-size: 24px;
  color: #1a1a1a;
  line-height: 54px;
  font-weight: normal;
}
.appWrap .appBtm .tit span {
  font-size: 16px;
  color: #808080;
}
.appWrap .appBtm .list {
  width: 100%;
  overflow: hidden;
}
.appWrap .appBtm .list ul {
  width: 1336px;
}
.appWrap .appBtm .list ul li {
  width: 387px;
  margin-right: 58px;
  height: 47px;
  border-bottom: 1px dotted #afafaf;
}
.appWrap .appBtm .list ul li a {
  font-size: 15px;
  color: #4c4c4c;
  height: 47px;
  line-height: 47px;
  position: relative;
  padding-left: 16px;
}
.appWrap .appBtm .list ul li a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.appWrap .appBtm .list ul li a:hover {
  color: #f60201;
}
.appWrap .appBtm .list ul li a:hover:before {
  background: #f60201;
}
.networkWrap .item1 {
  padding-bottom: 60px;
  margin-bottom: 15px;
  background: url(../images/networkbg.jpg) no-repeat center top;
  min-height: 440px;
}
.networkWrap .item1 .w1280 {
  padding-right: 640px;
  box-sizing: border-box;
}
.networkWrap .item1 .list {
  margin-top: 60px;
  padding: 23px 23px 19px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.networkWrap .item1 .list li:first-child {
  margin-right: 120px;
}
.networkWrap .item1 .list li h5 {
  line-height: 60px;
  height: 60px;
  font-weight: normal;
}
.networkWrap .item1 .list li h5 span {
  font-size: 48px;
  color: #12a7e4;
  font-family: "HelNeu55";
  font-weight: bold;
  margin-right: 8px;
}
.networkWrap .item2 {
  overflow: hidden;
}
.networkWrap .item2 dl {
  margin-bottom: 32px;
  width: 1335px;
}
.networkWrap .item2 dl dd {
  width: 390px;
  margin: 0 55px 32px 0;
}
.networkWrap .item2 dl dd .tit {
  line-height: 71px;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: normal;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.download {
  margin-top: -25px;
  position: relative;
  z-index: 3;
}
.download ul {
  padding-bottom: 30px;
}
.download ul li {
  border-bottom: 1px dotted #afafaf;
}
.download ul li a {
  display: block;
  height: 66px;
  padding: 0 340px 0 16px;
  position: relative;
  line-height: 66px;
  font-size: 16px;
  color: #333333;
}
.download ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.download ul li a h5 {
  font-weight: normal;
}
.download ul li a .desc {
  width: 323px;
  position: absolute;
  right: 0;
  top: 0;
}
.download ul li a .desc .fr {
  padding-left: 29px;
  background: url(../images/download.png) no-repeat left center;
}
.download ul li a:hover:before {
  background: #f60201;
}
.download ul li a:hover {
  color: #f60201;
}
.newsList {
  width: 100%;
  overflow: hidden;
}
.newsList ul {
  width: 1305px;
  padding-bottom: 30px;
}
.newsList ul li {
  width: 410px;
  margin: 0 25px 33px 0;
}
.newsList ul li a {
  display: block;
}
.newsList ul li a .pic {
  width: 100%;
  height: 0;
  padding-bottom: 61.7%;
  position: relative;
  overflow: hidden;
}
.newsList ul li a .pic em, .newsList ul li a .pic b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newsList ul li a .pic em {
  width: 105%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.newsList ul li a .pic b {
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.newsList ul li a h5 {
  margin: 18px 0 9px;
  font-size: 22px;
  line-height: 32px;
  color: #1a1a1a;
  font-weight: normal;
  height: 64px;
  overflow: hidden;
}
.newsList ul li a span {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #808080;
}
.newsList ul li a p {
  font-size: 14px;
  line-height: 26px;
  color: #4c4c4c;
  height: 52px;
  overflow: hidden;
}
.newsList ul li a:hover .pic b {
  opacity: 1;
}
.newsList ul li a:hover .pic em {
  left: -5%;
}
.newsList ul li a:hover h5 {
  color: #f60201;
}
.passage {
  padding-top: 60px;
}
.passage .psgTit {
  padding-bottom: 24px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 22px;
  text-align: center;
}
.passage .psgTit h5 {
  font-size: 24px;
  color: #1a1a1a;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 10px;
}
.passage .psgTit h5.subTit {
  font-size: 20px;
}
.passage .psgTit .info {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
}
.passage .psgTit .info span {
  margin: 0 4px;
}
.passage .psgCont {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  padding-bottom: 60px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 52px;
  min-height: 300px;
}
.passage .psgCont * {
  max-width: 100% !important;
}
.passage .psgCont img {
  height: auto !important;
}
.passage .psgBtm {
  position: relative;
  padding: 0 235px 0 0;
}
.passage .psgBtm ul li {
  font-size: 16px;
  line-height: 34px;
  color: #3a502a;
}
.passage .psgBtm ul li a {
  color: #333333;
}
.passage .psgBtm ul li a:hover {
  color: #f60201;
  text-decoration: underline;
}
.passage .psgBtm .bdsharebuttonbox {
  height: 56px;
  width: 165px;
  padding-left: 49px;
  border-left: 1px solid #d1d1d1;
  position: absolute;
  right: 0;
  top: 5px;
}
.passage .psgBtm .bdsharebuttonbox span {
  font-size: 16px;
  line-height: 34px;
  color: #000000;
  margin: 12px 3px 0 0;
}
.passage .psgBtm .bdsharebuttonbox .shareItem {
  width: 34px;
  height: 34px;
  margin: 12px 20px 0 0;
  padding: 0;
  background: url(../images/shareicon2.png) no-repeat left top;
}
.passage .psgBtm .bdsharebuttonbox .shareItem.bds_tsina {
  margin-right: 0;
  background-position: -34px top;
} /*处内机构*/ .orgWrap .item00 {
  margin-bottom: 50px;
}
.orgWrap .item00 .tittt {
  height: 60px;
  padding: 0 20px;
  background: #f0f0f0;
  font-size: 24px;
  color: #1a1a1a;
  line-height: 60px;
  font-weight: normal;
  margin-bottom: 14px;
}
.orgWrap .item00 .cont dl {
  border-bottom: 1px dotted #afafaf;
  padding: 8px 0 20px 110px;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.orgWrap .item00 .cont dl dt {
  position: absolute;
  left: 0;
  top: 8px;
  padding-left: 20px;
}
.orgWrap .item00 .cont dl dt span {
  letter-spacing: 10px;
}
.orgWrap .item00 .cont dl dd span {
  color: #3a502a;
  display: block;
}
.orgWrap .item00 .cont ul {
  padding-left: 20px;
}
.orgWrap .item00 .cont ul li {
  margin-right: 44px;
}
.orgWrap .item00 .cont ul li a {
  display: block;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
.orgWrap .item00 .cont ul li a:before, .orgWrap .item00 .cont ul li a:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: url(../images/linkicon.png) no-repeat left top;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.orgWrap .item00 .cont ul li a:after {
  background-position: left bottom;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.orgWrap .item00 .cont ul li a:hover {
  color: #19408c;
}
.orgWrap .item00 .cont ul li a:hover:before {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.orgWrap .item00 .cont ul li a:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
} /*联系教师*/ .list_p5_5 {
  width: 1062px;
  margin: 17px auto;
}
.list_p5_5 * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.list_p5_5 dl:first-child {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed #d9d9d9;
}
.list_p5_5 dl:first-child dd { /* width: 270px; */ float: left;
  padding-left: 20px;
}
.list_p5_5 dl:last-child {
  float: left !important;
}
.list_p5_5 dl:nth-child(2) {
  float: left !important;
}
.list_p5_5 dl:nth-child(3) {
  float: right !important;
}
.list_p5_5 dl {
  width: 48%;
  padding: 20px 0;
  border-bottom: 1px dashed #d9d9d9;
}
.list_p5_5 dl dt {
  float: left;
  width: 215px;
  height: 308px;
  overflow: hidden;
}
.list_p5_5 dl dt a {
  display: block;
  width: 100%;
  height: 100%;
}
.list_p5_5 dl dd {
  width: 270px;
  float: right;
}
.list_p5_5 dl dd a {
  display: block;
}
.list_p5_5 dl dd a h4 {
  font-size: 26px;
  color: #333;
  line-height: 36px;
}
.list_p5_5 dl dd a h5 {
  padding-top: 3px;
  padding-bottom: 14px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.list_p5_5 dl dd a p {
  font-size: 14px;
  color: #555;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.list_p5_5 dl dd a h6 em {
  margin-top: 14px;
  border: 1px solid #d4d4d4;
  display: inline-block;
  width: 98%;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #555;
  font-weight: normal;
  border-radius: 30px;
} /*.list_p5_5 dl:hover dt a { -webkit-transform: scale(1.05); transform: scale(1.05); }*/ .list_p5_5 dl:hover dd h4 {
  color: red;
}
.list_p5_5 dl:hover dd h6 em {
  background: #2cb5bf;
  color: #fff;
  border-color: #04949e;
}
.psgShare {
  height: 44px;
  margin-bottom: 70px;
  line-height: 44px;
}
.psgShare .title {
  width: 68px;
  font-size: 13px;
  color: 3555555;
  font-weight: bold;
}
.psgShare .bdsharebuttonbox {
  width: 200px;
  float: left;
}
.psgShare .bdsharebuttonbox .shareItem {
  width: 44px;
  height: 44px;
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
  cursor: pointer;
  background: url(../images/shareicon3.png) no-repeat left top;
}
.psgShare .bdsharebuttonbox .shareItem.bds_tsina {
  background-position: -44px top;
}
.psgShare .bdsharebuttonbox .shareItem.bds_sqq {
  background-position: -88px top;
}
.psgShare .bdsharebuttonbox .shareItem.bds_more {
  background-position: -132px top;
}
.passageWrap {
  margin-bottom: 115px;
  min-height: 350px;
  box-sizing: border-box;
  position: relative;
}
.passageWrap .passage {
  width: 100%;
}
.passageWrap .passage .tit {
  font-size: 30px;
  color: #222222;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 23px;
}
.passageWrap .passage .psgInfo {
  background: #f7f7f7;
  padding: 0 12px;
  line-height: 40px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #999999;
}
.passageWrap .passage .psgInfo span {
  margin: 0 12px;
}
.passageWrap .passage .psgCont {
  min-height: 300px;
  margin-bottom: 82px;
  font-size: 18px;
  color: #444444;
  line-height: 35px;
  text-align: justify;
  word-break: break-all;
} /*.passageWrap .passage .psgCont *{max-width: 100% !important;    text-indent: 36px;}*/ .passageWrap .passage .psgCont table, .passageWrap .passage .psgCont table td, .passageWrap .passage .psgCont table td p, .passageWrap .passage .psgCont table div, .passageWrap .passage .psgCont table td div {
  text-align: center;
  text-indent: 0px !important;
}
.vsbcontent_img {
  text-align: center;
  text-indent: 0px;
}
.vsbcontent_img img {
  margin-bottom: 20px;
}
.passageWrap .passage .psgCont p span {
  font-size: 18px;
  color: #444444;
  line-height: 35px;
  text-align: justify;
  word-break: break-all;
}
.passageWrap .passage .psgShare {
  height: 44px;
  margin-top: 20px;
  line-height: 44px;
} /*.passageWrap .passage .psgShare .title{width: 68px;font-size: 13px;color: 3555555;font-weight: bold;}*/ .passageWrap .passage .psgShare .title {
  width: 68px;
  font-size: 13px;
  color: 3555555;
  font-weight: bold;
}
.passageWrap .passage .psgShare .bdsharebuttonbox {
  width: 200px;
  float: left;
}
.passageWrap .passage .psgShare .bdsharebuttonbox .shareItem {
  width: 44px;
  height: 44px;
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
  cursor: pointer;
  background: url(../images/shareicon3.png) no-repeat left top;
}
.passageWrap .passage .psgShare .bdsharebuttonbox .shareItem.bds_tsina {
  background-position: -44px top;
}
.passageWrap .passage .psgShare .bdsharebuttonbox .shareItem.bds_sqq {
  background-position: -88px top;
}
.passageWrap .passage .psgShare .bdsharebuttonbox .shareItem.bds_more {
  background-position: -132px top;
}
.passageWrap .passage ul li {
  padding: 26px 0 29px;
  border-top: 1px dashed #ebebeb;
}
.passageWrap .passage ul li:first-child {
  border-top: none;
}
.passageWrap .passage ul li a {
  display: block;
}
.passageWrap .passage ul li a h5 {
  line-height: 25px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.passageWrap .passage ul li a .info {
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  color: #bbbbbb;
}
.passageWrap .passage ul li a .info .views {
  padding-left: 24px;
  background: url(../images/views.png) no-repeat 2px center;
}
.passageWrap .passage ul li a p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  max-height: 48px;
  overflow: hidden;
}
.passageWrap .passage ul li a:hover h5 {
  color: #387359;
}
.hotNews {
  width: 24%;
}
.hotNews .tit {
  height: 72px;
  line-height: 82px;
  margin-bottom: 18px;
  border-bottom: 2px solid #e5e5e5;
  padding-left: 34px;
  background: url(../images/hotnews.png) no-repeat left 36px;
  font-size: 24px;
  color: #387359;
  font-weight: bold;
}
.hotNews .tit em {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 67px;
  height: 34px;
  border-radius: 2px;
  background: #387359;
  font-size: 24px;
  color: #ffffff;
  margin: 24px 8px 0 0;
  line-height: 32px;
  text-align: center;
}
.hotNews .tit em, .hotNews .tit span {
  float: left;
}
.hotNews ul {
  padding-left: 28px;
  position: relative;
  overflow: hidden;
}
.hotNews ul:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  position: absolute;
  left: 6px;
  top: 6px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hotNews ul li {
  margin-top: 32px;
  position: relative;
}
.hotNews ul li:first-child {
  margin-top: 0;
}
.hotNews ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 6px;
  left: -27px;
}
.hotNews ul li a {
  display: block;
}
.hotNews ul li a .date {
  width: 49px;
  height: 23px;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  font-size: 11px;
  color: #999999;
  line-height: 23px;
  background: url(../images/rect.png) no-repeat left top;
  margin-bottom: 11px;
}
.hotNews ul li a p {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  max-height: 48px;
  overflow: hidden;
}
.hotNews ul li.hot:before, .hotNews ul li:hover:before {
  border-color: #387359;
}
.hotNews ul li.hot a .date, .hotNews ul li:hover a .date {
  color: #387359;
  background-position: left bottom;
}
.hotNews ul li a:hover p {
  color: #387359;
}
.hotNews .aboutScroll {
  width: 307px;
  position: relative;
  overflow: hidden;
}
.hotNews .aboutScroll .swiper-slide {
  position: relative;
}
.hotNews .aboutScroll .swiper-slide .pic {
  overflow: hidden;
  height: 210px;
  overflow: hidden;
}
.hotNews .aboutScroll .swiper-slide .pic em {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hotNews .aboutScroll .swiper-slide h5 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 0;
  text-align: center;
}
.hotNews .aboutScroll .swiper-slide h5 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  background: url(../images/gray70.png) repeat;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  font-weight: normal;
}
.abohotNewsut .aboutScroll .swiper-button-prev, .about .aboutScroll .swiper-button-next {
  width: 30px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 3;
  opacity: 1;
}
.hotNews .aboutScroll .swiper-button-prev {
  left: 10px;
  background: url(../images/leftarr.png) no-repeat center;
}
.hotNews .aboutScroll .swiper-button-next {
  right: 10px;
  background: url(../images/rightarr.png) no-repeat center;
}
.hotNews .aboutList {
  width: 100%;
  margin: 40px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 11px 0 16px;
}
.hotNews .aboutList li {
  width: 20%;
  text-align: center;
}
.hotNews .aboutList li h5 {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 56px;
}
.hotNews .aboutList li h5 span {
  font-size: 40px;
  color: #333333;
  font-family: "DINCondBold";
}
.wyyp {
  height: 80px;
  width: 260px;
  background: #379f64;
  position: relative;
  border-radius: 20px;
}
.wyyp:before {
  content: "";
  width: 0;
  height: 100%;
  background: #0d6cb0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wyyp a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 12px 10px 0 110px;
  position: relative;
  z-index: 2;
}
.wyyp a i {
  width: 110px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.wyyp a h3 {
  line-height: 35px;
  color: #ffffff;
  font-size: 28px;
}
.wyyp a h5 {
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.8;
}
.wyyp:hover:before {
  width: 100%;
  border-radius: 20px;
}
.mapWrap {
  height: 518px;
  border: 1px solid #d1d1d1;
}
.pageStyle .p6_3_one {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 21px 0 43px;
}
.pageStyle .p6_3_one li {
  float: left;
  width: 268px;
  padding: 23px 0 13px 10px;
}
.pageStyle .p6_3_one li:nth-child(3) {
  float: left;
  width: 370px;
  padding: 23px 0 13px 10px;
}
.pageStyle .p6_3_one li img {
  float: left;
  margin-right: 20px;
}
.pageStyle .p6_3_one li span, .list_p6_3 .p6_3_one li i {
  display: block;
}
.pageStyle .p6_3_one li span {
  font-size: 14px;
  color: #555;
  line-height: 16px;
  padding-top: 21px;
}
.pageStyle .p6_3_one li i {
  font-size: 15px;
  color: #555;
}
.clearfix {
  zoom: 1;
}
.picList {
  width: 100%;
  overflow: hidden;
}
.picList ul {
  width: 1185px;
}
.picList ul li {
  width: 330px;
  margin: 0 35px 40px 0;
}
.picList ul li:nth-child(3n+3) {
  margin-right: 0px;
}
.picList ul li a {
  display: block;
}
.picList ul li a .pic2 {
  width: 100%;
  height: 0;
  padding-bottom: 228px;
  position: relative;
  overflow: hidden;
}
.picList ul li a .pic2 em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.picList ul li a .pic2 b {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/gray50.png) repeat;
  filter: alpha(opacity=0);
  opacity: 0;
}
.picList ul li a .pic2:before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin: -17px 0 0 -17px;
  background: url(../images/searchicon1.png) no-repeat center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(0);
  transform: scale(0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.picList ul li a h5 {
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  font-weight: normal;
  text-align: center;
  background: #ebebeb;
  padding: 0 10px;
}
.picList ul li a:hover .pic2 em {}
.picList ul li a:hover .pic2 b {
  filter: alpha(opacity=100);
  opacity: 1;
}
.picList ul li a:hover .pic2:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  filter: alpha(opacity=100);
  opacity: 1;
}
.picList ul li a:hover h5 {
  color: #4fa068;
}
.nyCont {
  padding: 50px 30px 30px;
  background: #ffffff;
  min-height: 400px;
}
.passage .psgTit {
  padding-bottom: 24px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 22px;
  text-align: center;
}
.passage .psgTit h5 {
  font-size: 24px;
  color: #1a1a1a;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 10px;
}
.passage .psgTit .info {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
}
.passage .psgTit .info span {
  margin: 0 4px;
}
.passage .psgCont {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  border-bottom: 1px solid #d1d1d1;
}
.passage .psgCont * {
  max-width: 100% !important;
}
.passage .psgBtm {
  position: relative;
  padding: 0 235px 0 0;
}
.passage .psgBtm ul li {
  font-size: 16px;
  line-height: 34px;
  color: #3a502a;
}
.passage .psgBtm ul li a {
  color: #333333;
}
.passage .psgBtm ul li a:hover {
  color: #4fa068;
  text-decoration: underline;
}
.passage .psgBtm .bdsharebuttonbox {
  height: 56px;
  width: 165px;
  padding-left: 49px;
  border-left: 1px solid #d1d1d1;
  position: absolute;
  right: 0;
  top: 5px;
}
.passage .psgBtm .bdsharebuttonbox span {
  font-size: 16px;
  line-height: 34px;
  color: #000000;
  margin: 12px 3px 0 0;
}
.passage .psgBtm .bdsharebuttonbox .shareItem {
  width: 34px;
  height: 34px;
  margin: 12px 20px 0 0;
  padding: 0;
  background: url(../images/shareicon2.png) no-repeat left top;
}
.passage .psgBtm .bdsharebuttonbox .shareItem.bds_tsina {
  margin-right: 0;
  background-position: -34px top;
}
.picScrollWrap {
  width: 70%;
  margin: 50px auto 100px;
  overflow: hidden;
}
.picScrollWrap .gallery-top {
  margin-bottom: 30px;
  position: relative;
}
.picScrollWrap .gallery-top .swiper-slide .pic em {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.picScrollWrap .gallery-top .swiper-button-next, .picScrollWrap .gallery-top .swiper-button-prev {
  width: 62px;
  height: 72px;
  background: url(../images/arrow11.png) no-repeat left top;
}
.picScrollWrap .gallery-top .swiper-button-prev {
  left: 0;
}
.picScrollWrap .gallery-top .swiper-button-next {
  right: 0;
  background-position: left bottom;
}
.picScrollWrap .gallery-thumbs .swiper-slide {
  width: 260px;
}
.picScrollWrap .gallery-thumbs .swiper-slide .pic {
  border: 2px solid #d4d4d4;
  cursor: pointer;
}
.picScrollWrap .gallery-thumbs .swiper-slide .pic em {
  display: block;
  height: 0;
  padding-bottom: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.picScrollWrap .gallery-thumbs .swiper-slide.swiper-slide-active .pic {
  border-color: #f00;
}
.nyDescTxt {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 42px;
}
.nyDescTxt * {
  max-width: 100% !important;
}
.teacherList {
  width: 100%;
  overflow: hidden;
}
.teacherList ul {
  width: 1187px;
}
.teacherList ul li {
  width: 250px;
  margin: 0 46px 50px 0;
}
.teacherList ul li a {
  display: block;
  position: relative;
}
.teacherList ul li a .pic {
  width: 100%;
  height: 0;
  padding-bottom: 320px;
  position: relative;
  overflow: hidden;
}
.teacherList ul li a .pic em {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.teacherList ul li a .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/gray60.png) repeat;
  box-sizing: border-box;
  padding: 12px 6px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.teacherList ul li a:hover .pic em {}
.page2 {
  text-align: center;
  font-size: 0;
}
.page2 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 32px;
  height: 32px;
  border: 1px solid #dbdbdb;
  margin: 0 5px;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 32px;
}
.page2 a.prev, .page2 a.next {
  background: url(../images/arrow33.png) no-repeat left top;
}
.page2 a.next {
  background-position: right top;
}
.page2 a:hover, .page2 a.on {
  background-color: #4fa068;
  border-color: #4fa068;
  color: #fff;
}
.page2 a.prev:hover {
  background-position: left bottom;
}
.page2 a.next:hover {
  background-position: right bottom;
}
.hrWrap .top {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 32px;
}
.hrWrap .hrList ul {
  margin-bottom: 50px;
}
.hrWrap .hrList ul li.li {
  margin-bottom: 15px;
}
.hrWrap .hrList ul li.li .dl .dt {
  padding: 5px 20px 5px 15px;
  background: #f5f5f5;
  cursor: pointer;
  position: relative;
}
.hrWrap .hrList ul li.li.even .dl .dt {
  background: #f5f5f5;
}
.hrWrap .hrList ul li.li .dl .dt h5 {
  max-width: 95%;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
}
.hrWrap .hrList ul li.li .dl .dt i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 17px;
  top: 13px;
  background: url(../images/arrow4.png) no-repeat center;
}
.hrWrap .hrList ul li.li .dl .dt span {
  font-size: 14px;
  color: #808080;
  line-height: 30px;
  margin-right: 30px;
}
.hrWrap .hrList ul li.li .dl .dd {
  padding: 12px 0px 0px;
  font-size: 16px;
  line-height: 32px;
  color: #4c4c4c;
  display: none;
}
.hrWrap .hrList ul li.li .dl .dd * {
  max-width: 100% !important;
}
.hrWrap .hrList ul li.li .dl .dd .btn {
  display: block;
  width: 100px;
  height: 38px;
  margin: 20px 0 0;
  background: #4fa068;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #fffefe;
  line-height: 38px;
}
.hrWrap .hrList ul li.li.on .dl dt i {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.hrWrap .hrList ul li.li:first-child .dl .dd {
  display: block;
} /*工作条件*/ .list_notice {
  padding-top: 0px;
  padding-bottom: 60px;
}
.list_notice dl {
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0 14px;
}
.list_notice dl dt {
  width: 77px;
  float: left;
}
.list_notice dl dt * {
  display: block;
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
  color: #999;
}
.list_notice dl dt span {
  font-size: 40px;
  line-height: 45px;
}
.list_notice dl dt i {
  font-size: 15px;
  line-height: 24px;
}
.list_notice dl dd {
  margin-left: 0px;
}
.list_notice dl dd * {
  display: block;
}
.list_notice dl dd span {
  padding-bottom: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 22px;
  color: #333;
  line-height: 32px;
  display: inline;
}
.list_notice dl dd i {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
}
.list_notice dl dd span em {
  width: 0;
  height: 4px;
  background: #bf3332;
  float: left;
  margin-top: 14px;
}
.list_notice dl:hover dd span {
  color: #bf3332;
}
.list_notice dl:hover dd span em {
  width: 15px;
  margin-right: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.list_news {
  width: 100%;
  margin: auto;
  padding-top: 30px;
  min-height: 300px;
}
.list_news li {
  float: left;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-bottom: 2%;
}
.list_news li a {
  display: block;
  padding: 2%;
}
.list_news li a h5 {
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}
.list_news li a p {
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  padding-top: 10px;
  width: 90%;
}
.list_news li a i {
  display: block;
  font-size: 13px;
  color: #fff;
  width: 8%;
  margin-right: 2%;
  text-align: center;
  background: #999;
  float: left;
  height: 70px;
}
.list_news li a i em, .list_news li a i span {
  display: block;
  width: 100%;
}
.list_news li a i span {
  font-size: 30px;
  line-height: 40px;
  padding-top: 5px;
}
.list_news li a i em {
  font-size: 13px;
}
.list_news li a:hover {
  background: #eee;
}
.list_news222 {
  width: 100%;
  margin: auto;
  padding-top: 30px;
  min-height: 300px;
}
.list_news222 li {
  float: left;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-bottom: 2%;
}
.list_news222 li a {
  display: block;
  padding: 2%;
}
.list_news222 li a h5 {
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}
.list_news222 li a p {
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  padding-top: 10px;
  width: 90%;
}
.list_news222 li a i {
  display: none;
  font-size: 13px;
  color: #fff;
  width: 8%;
  margin-right: 2%;
  text-align: center;
  background: #999;
  float: left;
  height: 70px;
}
.list_news222 li a i em, .list_news222 li a i span {
  display: block;
  width: 100%;
}
.list_news222 li a i span {
  font-size: 30px;
  line-height: 40px;
  padding-top: 5px;
}
.list_news222 li a i em {
  font-size: 13px;
}
.list_news222 li a:hover {
  background: #eee;
}
table {
  border-collapse: collapse;
}
td {
  padding: 0;
  border: 1px solid #000;
}
li:first-child {
  border: none;
} /*长江学者*/ .ooorgWrap .itemo {
  margin-bottom: 50px;
}
.ooorgWrap .itemo .tit {
  height: 60px;
  padding: 0 20px;
  background: #f0f0f0;
  font-size: 24px;
  color: #1a1a1a;
  line-height: 60px;
  font-weight: normal;
  margin-bottom: 14px;
}
.ooorgWrap .itemo .cont dl {
  border-bottom: 1px dotted #afafaf;
  padding: 8px 0 8px 94px;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.ooorgWrap .itemo .cont dl dt {
  position: absolute;
  left: 0;
  top: 8px;
  padding-left: 20px;
}
.ooorgWrap .itemo .cont dl dt span {
  letter-spacing: 10px;
}
.ooorgWrap .itemo .cont dl dd span {
  color: #3a502a;
  display: block;
}
.ooorgWrap .itemo .cont ul {
  padding-left: 20px;
}
.ooorgWrap .itemo .cont ul li {
  margin-right: 44px;
}
.ooorgWrap .itemo .cont ul li a {
  display: block;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
.ooorgWrap .itemo .cont ul li a:before, .ooorgWrap .itemo .cont ul li a:after {
  content: "";
  width: 20px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: url(../images/linkicon.png) no-repeat left top;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ooorgWrap .itemo .cont ul li a:after {
  background-position: left bottom;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ooorgWrap .itemo .cont ul li a:hover {
  color: #19408c;
}
.ooorgWrap .itemo .cont ul li a:hover:before {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ooorgWrap .itemo .cont ul li a:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
} /*仪器设备*/ .yqsbList h6 {
  height: 60px;
  padding: 0 20px;
  background: #8d0000;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 25px;
}
.yqsbList ul li {
  margin-top: 26px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cfcfcf;
}
.yqsbList ul li:first-child {
  margin-top: 0;
}
.yqsbList ul li a {
  display: block;
  height: 216px;
  padding-left: 330px;
  position: relative;
}
.yqsbList ul li a .picc {
  width: 300px;
  padding-bottom: 210px;
  overflow: hidden;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.yqsbList ul li a .picc em {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.yqsbList ul li a .picc b {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: url(../images/gray40.png) repeat center;
  filter: alpha(opacity=0);
  opacity: 0;
}
.yqsbList ul li a .textt {
  width: 100%;
}
.yqsbList ul li a .textt h5 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 12px;
  width: 100%;
  position: relative;
}
.yqsbList ul li a .textt h5:before {
  content: "";
  width: 0;
  height: 2px;
  background: #f60201;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.yqsbList ul li a .textt p {
  font-size: 16px;
  line-height: 28px;
  color: #6d6d6d;
  height: 108px;
  overflow: hidden;
  margin-bottom: 12px;
}
.yqsbList ul li a:hover .textt h5 {
  color: #f60201;
  padding-left: 20px;
}
.yqsbList ul li a:hover .textt h5:before {
  width: 12px;
} /*.yqsbList ul li a:hover .picc em{left: -8%;}*/ .yqsbList ul li a:hover .picc b {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.yqsbList ul li.noPic a {
  padding-left: 0;
} /*.yqsbList ul li a .textt span{display: block;font-size: 14px;line-height: 24px;color: #999999;}*/ .yqsbList ul li a .textt span {
  margin-top: 14px;
  border: 1px solid #d4d4d4;
  display: inline-block;
  width: 130px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #555;
  font-weight: normal;
  border-radius: 30px;
}
.yqsbList ul li a:hover .textt span {
  background: #8d0000;
  color: #fff;
  border-color: #e00700;
}
.v_news_content {
  text-indent: 36px;
}
.w_100 {
  text-align: center;
  margin: 0 auto;
}
.w_100 img {
  margin: 0 auto;
}
.m_50 {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 2560px) {
  body {
    zoom: 1.34;
  }
}
@media screen and (max-width:1920px) {
  body {
    zoom: 1;
  }
}
@media screen and (max-width: 1600px) {
  .exhibition_hall {
    box-sizing: border-box;
  }
  .recProdScroll {
    box-sizing: border-box;
  } /*.recProdScroll .swiper-button-prev{left: 20px;}.recProdScroll .swiper-button-next{right: 20px;}*/ .recProdScroll {
    padding: 0;
  }
  body {
    zoom: 0.9;
  }
}
@media screen and (max-width: 1400px) {
  .syFocusThumb .pagination {
    box-sizing: border-box;
  }
  .syFocusThumb .pagination .prev {
    left: 10px;
  }
  .syFocusThumb .pagination .next {
    right: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .w1280 {
    width: auto;
    padding: 0 5%;
  }
  .header .nav .nLi h3 a {
    padding: 0 16px;
    font-size: 16px;
  }
  .header .logo img {
    height: 20px;
  }
  .header .searchBtn:after {
    left: -12px;
  }
  .ititle {
    padding: 34px 5% 31px;
  }
  .isect3 .cont {
    background-size: cover;
  }
  .isect4 ul li a .text {
    padding: 12.6% 10%;
  }
  .isect4 ul li a .text h4 {
    margin-bottom: 6%;
  }
  .isect4 ul li a .text p {
    max-height: 84px;
  }
  .isect4 ul li.li3 a .text .icon img {
    height: 40px;
  }
  .isect5 .isect5_2 li a .text h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
  }
  .isect5 .isect5_2 li a .text span {
    margin-bottom: 6px;
  }
  .isect5 .isect5_2 li a .text p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .footer .fNav dl {
    width: auto;
    padding-right: 50px;
  }
  .aboutWrap .item1 {
    padding: 0 5% 50px;
  }
  .aboutWrap2 .item1 {
    padding: 0 5% 50px;
  }
  .aboutWrap .item22 {
    padding: 0 5% 50px;
  }
  .newspaper ul {
    width: 100%;
  }
  .newspaper ul li {
    width: 30%;
    margin-right: 5%;
  }
  .newspaper ul li:nth-child(3n) {
    margin-right: 0;
  }
  .respWrap .item1 .pic {
    width: 50%;
  }
  .respWrap .item1 .text {
    width: 48%;
  }
  .contactWrap .item1 ul li {
    padding: 0 30px;
  }
  .busWrap .item1 {
    background-size: cover;
  }
  .exhibition_hall {
    padding: 0 100px;
  }
  .exhibition_hall .prevBtn {
    left: 15px;
  }
  .exhibition_hall .nextBtn {
    right: 15px;
  }
  .busWrap .item1 .busNav li {
    margin: 0 15px;
  }
  .busWrap .item2 ul {
    width: 100%;
  }
  .busWrap .item2 ul li {
    width: 32%;
    margin-right: 2%;
  }
  .busWrap .item2 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .recProdScroll {
    padding: 0;
    margin: 0 5%;
  }
  .recProdScroll .swiper-button-prev, .recProdScroll .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .contProd .item1 .text .pageStyle {
    min-height: 78px;
  }
  .contProd .item1 .text .tit {
    font-size: 26px;
    line-height: 40px;
  }
  .contProd .item1 .text .subTit {
    font-size: 20px;
    line-height: 30px;
  }
  .contProd .item1 .text .toList {
    height: 48px;
    line-height: 48px;
  }
  .contProd .item1 .text .toList span {
    font-size: 14px;
    background-size: auto 13px;
  }
  .appWrap .appBtm .list ul {
    width: 100%;
  }
  .appWrap .appBtm .list ul li {
    width: 32%;
    margin-right: 2%;
  }
  .appWrap .appBtm .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .networkWrap .item2 dl {
    width: 100%;
  }
  .networkWrap .item2 dl dd {
    width: 32%;
    margin-right: 2%;
  }
  .networkWrap .item2 dl dd:nth-child(3n) {
    margin-right: 0;
  }
  .newsList ul {
    width: 100%;
  }
  .newsList ul li {
    width: 32%;
    margin-right: 2%;
  }
  .newsList ul li:nth-child(3n) {
    margin-right: 0;
  }
  .passageWrap .passage {
    width: 100%;
  }
  .hotNews {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav, .header .searchBtn {
    display: none;
  }
  .header .menuIcon {
    display: block;
  }
  .bannerWrap {
    min-height: auto;
    height: auto;
  }
  .bannerWrap .banner .swiper-wrapper, .bannerWrap .banner .swiper-slide {
    height: auto;
  }
  .bannerWrap .banner .swiper-slide a {
    height: 0;
    padding-bottom: 67.42%;
  }
  .bannerWrap .banner .swiper-button-prev, .bannerWrap .banner .swiper-button-next {
    display: none;
  }
  .ititle {
    padding: 20px 0 10px;
  }
  .ititle h3 {
    font-size: 32px;
    line-height: 50px;
  }
  .ititle p {
    padding: 0;
    font-size: 13px;
    line-height: 24px;
  }
  .isect1 .cont .tabs {
    position: static;
    background: none;
    padding: 0;
    width: 100%;
  }
  .isect1 .cont .tabs ul li {
    width: 16%;
    margin: 0 0.8% 20px 0;
    float: left;
  }
  .isect1 .cont .tabs ul li:last-child {
    margin-right: 0;
  }
  .isect1 .cont .tabs ul li a {
    display: block;
    font-size: 15px;
    height: 54px;
    line-height: 54px;
    background: #f60201;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .isect1 .cont .tabs ul li a:before, .isect1 .cont .tabs ul li a:after {
    display: none;
  }
  .isect1 .cont .swiper-container .swiper-slide {
    height: 0;
    padding-bottom: 51.56%;
    position: relative;
  }
  .isect1 .cont .swiper-container .swiper-slide a {
    position: absolute;
    left: 0;
    top: 0;
  }
  .isect3 .cont ul li p {
    font-size: 12px;
  }
  .isect3 .cont ul li h5 span {
    font-size: 48px;
  }
  .isect4 ul li a .text h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .isect4 ul li a .text p {
    line-height: 24px;
    max-height: 72px;
    font-size: 13px;
  }
  .isect4 ul li.li3 a .text p {
    font-size: 13px;
    max-height: 48px;
  }
  .isect5 {
    margin: 30px auto;
  }
  .isect5 .title {
    margin-bottom: 20px;
  }
  .isect5 .title h3 {
    font-size: 26px;
  }
  .isect5 .isect5_1, .isect5 .isect5_2 {
    width: 100%;
  }
  .isect5 .isect5_2 li, .isect5 .isect5_2 li:first-child {
    margin-top: 6%;
  }
  .isect5 .isect5_2 li a .text h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .footer {
    padding: 20px 0 30px;
  }
  .footer .fNav {
    display: none;
  }
  .footer .fContact {
    width: 100%;
    text-align: center;
  }
  .footer .fContact .qrcode {
    width: 242px;
    margin: 10px auto 0;
    text-align: left;
  }
  .footer .tit {
    padding: 10px 0;
  }
  .fBtm .left {
    width: 100%;
    max-width: 100%;
    text-align: center;
    float: none;
  }
  .fBtm .left ul li {
    display: inline-block;
    float: none;
  }
  .fBtm .left ul li, .fBtm .left ul li:first-child {
    padding: 0 8px;
  }
  .fBtm .left ul li:before {
    left: 0;
  }
  .fBtm .select {
    float: none;
    margin: 10px auto 0;
  }
  .nyBanner {
    height: auto;
    padding: 10% 0;
    text-align: center;
  }
  .nyBanner:before {
    opacity: 1;
  }
  .nyBanner .w1280 {
    padding: 0;
  }
  .nyNav li {
    margin-right: 20px;
  }
  .videoWrap .gallery-thumbs {
    display: none;
  }
  .videoWrap .gallery-top {
    width: 100%;
    padding-bottom: 40px;
  }
  .videoWrap .gallery-top .swiper-slide .wrap {
    padding-bottom: 56.8%;
  }
  .videoWrap .gallery-top .swiper-pagination {
    display: block;
  }
  .videoWrap .gallery-top .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    cursor: pointer;
  }
  .videoWrap .gallery-top .swiper-pagination .swiper-pagination-bullet-active {
    background: #f60201;
  }
  .aboutWrap .item1 .pic {
    display: none;
  }
  .aboutWrap .item1 .text {
    width: 100%;
  }
  .cultureWrap .top {
    padding-bottom: 40px;
  }
  .cultureWrap .top .text {
    padding: 0 0 30px;
  }
  .cultureWrap .top .list li .icon {
    height: 70px;
    line-height: 70px;
  }
  .cultureWrap .top .list li .icon img {
    height: 40px;
  }
  .cultureWrap .top .list li h5 {
    font-size: 18px;
    line-height: 32px;
  }
  .jobWrap .text {
    padding: 0 0 20px;
  }
  .jobList .nLi .dt .desc {
    font-size: 14px;
    width: 280px;
    right: 15px;
  }
  .jobList .nLi .dt {
    padding-left: 15px;
  }
  .jobList .nLi .dd .wrap {
    padding: 15px;
  }
  .jobList .nLi .dd .wrap .tit {
    line-height: 45px;
  }
  .respWrap .item1 .text, .respWrap .item1 .pic {
    width: 100%;
  }
  .respWrap .item1 .pic {
    margin-top: 12px;
  }
  .syFocusThumb .pagination .thumbWrap .holder .toc {
    margin-right: 40px;
  }
  .contactWrap .item1 .tit {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .contactWrap .item1 .tit:before {
    height: 2px;
  }
  .contactWrap .item1 ul {
    width: 100%;
  }
  .contactWrap .item1 ul li {
    border: none;
    padding: 0;
  }
  .busWrap .text {
    padding: 0 0 20px;
  }
  .busWrap .item1 .busNav {
    display: none;
  }
  .exhibition_hall {
    display: none;
  }
  .busWrap .item1 {
    padding: 0;
    background: none;
  }
  .busScroll {
    display: block;
  }
  .recProdScroll {
    padding-bottom: 40px;
  }
  .recProdScroll .swiper-button-prev, .recProdScroll .swiper-button-next {
    display: none;
  }
  .recProdScroll .swiper-pagination {
    display: block;
  }
  .networkWrap .item1 {
    background: none;
    min-height: auto;
    padding-bottom: 20px;
  }
  .networkWrap .item1 .w1280 {
    padding: 0 5%;
  }
  .networkWrap .item1 .list {
    margin-top: 20px;
  }
  .networkWrap .item1 .list li {
    width: 33.3%;
    margin: 0;
    text-align: center;
  }
  .networkWrap .item1 .list li:first-child {
    margin: 0;
  }
  .download {
    margin-top: -10px;
  }
  .download ul li a .desc .fl {
    display: none;
  }
  .download ul li a .desc {
    width: auto;
  }
  .download ul li a {
    padding-right: 100px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .vsbcontent_img {
    text-indent: 0px;
    text-align: center;
  }
  .vsbcontent_img img {
    width: 100%;
  } /*.passageWrap .passage .psgCont * {    max-width: 100% !important;    text-indent: 0px;}*/ .passage .psgCont img {
    height: auto !important;
    width: 100%;
  }
  .nyBanner {
    display: none;
  }
  .wapnyBanner {
    width: 100%;
    height: 168px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: block;
  }
  .location {
    position: relative;
    padding-bottom: 15px;
    display: block;
  }
  .ui_select {
    position: relative;
    width: 35%;
    margin: 0 auto;
    font-size: 16px;
  }
  .ui_select select {
    -webkit-appearance: none;
    border: 0;
    background: none;
    width: 100%;
    line-height: 32px;
    padding-right: 14px;
    color: #525252;
    border: 1px solid #c8c8c8;
    text-align: center;
    font-size: 16px;
    padding-left: 6px;
  }
  .ui_select:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #525252;
    content: "";
    pointer-events: none;
  }
  .common_title {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 15px;
  }
  .common_title b {
    font-size: 14px;
    color: #dedede;
    text-transform: uppercase;
    display: block;
  }
  .common_title em {
    display: inline-block;
    padding: 5px 20px;
    color: #666666;
    position: relative;
    margin-top: 5px;
    font-size: 24px;
  }
  .common_title em::after {
    position: absolute;
    width: 60%;
    top: 50%;
    right: -60%;
    height: 1px;
    background: #e0e1e3;
    content: "";
  }
  .common_title em::before {
    position: absolute;
    width: 60%;
    top: 50%;
    left: -60%;
    height: 1px;
    background: #e0e1e3;
    content: "";
  }
  .w_100 img {
    margin: 0 auto;
    width: 100%;
  }
  .isect1 .cont .tabs ul li {
    width: 32%;
    margin: 0 2% 12px 0;
  }
  .isect1 .cont .tabs ul li:nth-child(3n) {
    margin-right: 0;
  }
  .isect3 .cont {
    padding: 40px 0 20px;
  }
  .isect3 .cont ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .isect3 .cont ul li h5 {
    line-height: 40px;
    height: 40px;
  }
  .isect3 .cont ul li h5 span {
    font-size: 30px;
    margin-right: 5px;
  }
  .isect4 ul li {
    width: 100%;
    margin-top: 10px;
  }
  .isect4 ul li a .text {
    padding: 0 8%;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nyTitle {
    font-size: 26px;
    line-height: 90px;
  }
  .nyNav {
    display: none;
  } /*.aboutWrap .item1 .text .title{font-size: 20px;line-height: 40px;background-size: auto 100%;margin-bottom: 6px;}*/ .aboutWrap2 .item1 .text .title {
    font-size: 20px;
    line-height: 40px;
    background-size: auto 100%;
    margin-bottom: 6px;
  }
  .wyyp, .psgShare {
    display: none;
  }
  .leaderList ul li {
    padding-bottom: 20px;
  }
  .leaderList ul li a {
    height: auto;
    padding-left: 0;
  }
  .leaderList ul li a .picc {
    position: relative;
    margin: 0 auto;
    width: 70%;
    height: 0;
    padding-bottom: 35%;
  }
  .leaderList ul li a .picc img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .leaderList ul li a .textt p {
    line-height: 26px;
    max-height: none;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .leaderList ul li a .textt span, .leaderList ul li a .text h5 {
    text-align: center;
  }
  .leaderList ul li a .textt h5:before {
    display: none;
  }
  .leaderList ul li a .textt span {
    margin-bottom: 5px;
  }
  .leaderList ul li a:hover .textt h5 {
    padding-left: 0;
  }
  .leaderList ul li a .textt h5 {
    font-size: 22px;
    text-align: center;
  }
  .leaderList ul li a .textt p.tel {
    padding-left: 0;
    background: none;
  }
  .leaderList ul li a .textt p.email {
    padding-left: 0;
    background: none;
  }
  .cultureWrap .btm li {
    width: 49.3%;
    margin: 0 0 1.5%;
  }
  .cultureWrap .btm li.li1 {
    width: 100%;
    margin: 0 0 1.5%;
  }
  .cultureWrap .btm li.li3, .cultureWrap .btm li.li5 {
    float: right;
  }
  .newspaper ul {
    padding-bottom: 20px;
  }
  .newspaper ul li {
    width: 48%;
    margin-right: 0;
  }
  .newspaper ul li:nth-child(2n) {
    float: right;
  }
  .jobList .nLi .dt {
    padding-right: 100px;
  }
  .jobList .nLi .dt .desc {
    width: auto;
  }
  .jobList .nLi .dt .desc .fl {
    display: none;
  }
  .respWrap .item1 .text .tit {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .contactWrap .item1 {
    margin-bottom: 20px;
  }
  .contactWrap .item1 ul li {
    width: 100%;
  }
  .contactWrap .item2 {
    height: 300px;
  }
  .busWrap .item2 ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .busWrap .item2 ul li:nth-child(2n) {
    float: right;
  }
  .contProd .item1 .cProdScroll, .contProd .item1 .text {
    width: 100%;
  }
  .contProd .item1 .text {
    margin-top: 20px;
  }
  .contProd .item1 .text .pageStyle {
    min-height: auto;
    margin-bottom: 15px;
  }
  .contProd .item1 .text .tit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .contProd .item1 .text .subTit {
    font-size: 16px;
  }
  .prodTit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .contProd .item1, .contProd .item2 {
    margin-bottom: 26px;
  }
  .contProd .item1 {
    margin-top: 20px;
  }
  .appWrap .appBtm .list ul li {
    width: 100%;
  }
  .appScroll {
    display: none;
  }
  .networkWrap .item2 dl dd {
    width: 49%;
    margin-right: 0;
  }
  .networkWrap .item2 dl dd:nth-child(2n) {
    float: right;
  }
  .networkWrap .item1 .list li h5 {
    height: 50px;
    line-height: 50px;
  }
  .networkWrap .item1 .list li h5 span {
    font-size: 30px;
    margin-right: 3px;
  }
  .download ul {
    padding-bottom: 20px;
  }
  .newsList ul li {
    width: 49%;
    margin-right: 0;
  }
  .newsList ul li:nth-child(2n) {
    float: right;
  }
  .newsList ul li a h5 {
    font-size: 18px;
  }
  .passage .psgTit h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .passage .psgTit .info {
    font-size: 12px;
  }
  .passage .psgTit h5.subTit {
    font-size: 16px;
    line-height: 24px;
  }
  .passage .psgCont {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .passage .psgBtm {
    padding-right: 0;
  }
  .passage .psgBtm .bdsharebuttonbox {
    display: none;
  }
  .busWrap .item2 .tit {
    font-size: 24px;
    line-height: 60px;
    height: 60px;
  }
  .passageWrap .passage .psgInfo {
    padding: 0 0px;
  }
  .passageWrap .passage .psgInfo span {
    margin: 0 6px;
  }
  .footer {
    display: none;
  }
  .aboutWrap .item2 .caseScroll .swiper-slide .text {
    width: 100%;
    height: 275px;
    position: inherit;
    right: 0;
    padding: 20px;
  }
  .aboutWrap .item2 .tit {
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 15px;
  }
  .aboutWrap .item2 .caseScroll .swiper-slide .pic {
    width: 100%;
    margin-left: 0;
    padding-bottom: 200px;
  }
  .aboutWrap .item2 .caseScroll .swiper-slide .text .detail {
    font-size: 16px;
    line-height: 30px;
  }
  .aboutWrap .item2 .caseScroll .btnWrap {
    right: 6%;
  }
  .passageWrap .passage .tit {
    font-size: 22px;
  }
  .passageWrap .passage .psgInfo {
    font-size: 13px;
  }
  .passageWrap .passage .psgCont {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .passageWrap .passage .psgShare {
    margin-bottom: 8px;
    float: left;
    margin-top: 25px;
  }
  .passage .psgCont {
    padding-bottom: 20px;
  }
  .hotNews .aboutScroll {
    width: 100%;
  } /*.psgInfo b { display:block;}*/ .footer_bot {
    height: 48px;
    line-height: 24px;
  }
  .list_p5_5 {
    width: 100%;
  }
  .list_p5_5 dl {
    width: 100%;
  }
  .list_p5_5 dl dt {
    float: none;
    margin: 0 auto;
  }
  .list_p5_5 dl dd {
    width: 100%;
    float: none;
    text-align: center;
  }
  .list_p5_5 dl dd a p {
    height: auto;
  }
  .list_p5_5 dl:nth-child(2) {
    float: left !important;
  }
  .orgWrap .item00 .tittt {
    padding: 0 0 0 15px;
    font-size: 18px;
  }
  .picList ul {
    width: 100%;
  }
  .picList ul li {
    width: 100%;
    float: none;
  }
  .wyyp {
    width: 100%;
  }
  .yqsbList ul li a {
    padding-left: 0;
    height: auto;
  }
  .yqsbList ul li a .picc {
    position: relative;
    width: 100%;
    padding-bottom: 62%;
    margin-bottom: 12px;
  }
  .list_notice dl dt {
    width: 100%;
    float: left;
  }
  .list_notice dl dd span {
    white-space: normal;
    font-size: 20px;
    font-weight: bold;
  }
  .list_notice dl dd i {
    margin-top: 10px;
  }
  .wapnone {
    display: none;
  }
  .vsbcontent_img img {
    text-align: center;
    margin: 10px auto;
    text-indent: 0px;
  }
  .img_vsb_content {
    text-align: center;
    margin: 10px auto;
    text-indent: 0px;
  }
  .v_news_content {
    text-indent: 31px;
  }
}
@media screen and (max-width: 468px) {
  .mapWrap {
    height: 380px;
  }
  .header .logo {
    height: 66px;
    line-height: 66px;
  }
  .header .logo img {
    height: 44px;
  }
  .header .logo .logoTxt {
    display: none;
  }
  .bannerWrap {
    padding-top: 66px;
  }
  .bannerWrap .banner .swiper-pagination {
    height: 8px;
    line-height: 8px;
  }
  .bannerWrap .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .ititle h3 {
    font-size: 24px;
  }
  .ititle p {
    display: none;
  }
  .isect1 .cont .tabs ul li {
    margin-bottom: 8px;
  }
  .isect1 .cont .tabs ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .isect2Scroll {
    width: 90%;
    margin: 0 5%;
  } /*.isect2Scroll .swiper-slide dl dd{width: 49.5%;float: left;}.isect2Scroll .swiper-slide dl dd:nth-child(2n){float: right;}*/ .isect2Scroll .swiper-slide dl dd a h5 {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
  }
  .isect3 .cont {
    padding: 30px 0;
  }
  .isect3 .cont ul li {
    width: 100%;
  }
  .isect3 .cont ul li:last-child {
    margin-bottom: 0;
  }
  .isect4 ul li a .text h4 {
    font-size: 20px;
    margin-bottom: 4%;
  }
  .isect5 {
    margin-top: 0;
  }
  .isect5 .title {
    margin-bottom: 0;
    padding: 20px 0 10px;
  }
  .isect5 .title h3 {
    font-size: 24px;
    width: 100%;
    text-align: center;
    line-height: 50px;
  }
  .isect5 .title ul {
    display: none;
  }
  .isect5 .isect5_1 .isect5Scroll .swiper-slide a h5 {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
  }
  .isect5 .isect5_1 .isect5Scroll .swiper-slide a .date {
    width: 70px;
    height: 74px;
    padding-top: 10px;
  }
  .isect5 .isect5_1 .isect5Scroll .swiper-slide a .date .day {
    font-size: 24px;
  }
  .isect5 .isect5_1 .isect5Scroll .swiper-slide a .date .year {
    font-size: 12px;
  }
  .isect5 .isect5_1 .isect5Scroll .swiper-pagination {
    bottom: 16px;
  }
  .isect5 .isect5_2 li a .pic, .isect5 .isect5_2 li a .text {
    width: 100%;
  }
  .isect5 .isect5_2 li a .text h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 3px;
    padding-top: 8px;
  }
  .isect5 .isect5_2 li a .text span {
    font-size: 12px;
    line-height: 18px;
  }
  .isect5 .isect5_2 li a .text p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .fBtm .left {
    font-size: 13px;
    line-height: 24px;
  }
  .footer .fContact .qrcode {
    width: 200px;
  }
  .footer .fContact .qrcode .pic {
    width: 100px;
    height: 100px;
  }
  .footer .fContact .qrcode p {
    font-size: 12px;
    padding-top: 18px;
  }
  .fBtm .select dt {
    height: 40px;
    line-height: 40px;
  }
  .fBtm .select dd {
    bottom: 40px;
  }
  .pageWrap {
    padding-top: 66px;
  }
  .nyBanner {
    padding: 14% 0;
  }
  .nyBanner .w1280 h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .nyBanner .w1280 .path {
    display: none;
  }
  .nyWrap {
    min-height: 250px;
  }
  .nyTitle {
    font-size: 22px;
    line-height: 50px;
    padding: 10px 0 0;
  }
  .nyWrap {
    margin-bottom: 40px;
  }
  .videoWrap .gallery-top .swiper-slide .wrap i {
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
  }
  .videoWrap .gallery-top .swiper-slide .wrap .btm .bdsharebuttonbox {
    display: none;
  }
  .videoWrap .gallery-top .swiper-slide .wrap .btm {
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
  }
  .videoWrap .gallery-top .swiper-slide .wrap .btm h5 {
    font-size: 14px;
    line-height: 44px;
  }
  .pageStyle {
    font-size: 16px;
    line-height: 26px;
  }
  .aboutWrap .item3 {
    padding-top: 20px;
  }
  .aboutWrap .item1 .text .title {
    font-size: 17px;
    line-height: 30px;
  }
  .cultureWrap .top {
    padding-bottom: 20px;
  }
  .cultureWrap .top .text {
    padding: 0 0 15px;
  }
  .cultureWrap .top .list, .cultureWrap .top .list li {
    border: none;
  }
  .cultureWrap .top .list li {
    padding: 5px 0;
  }
  .cultureWrap .top .list li .icon {
    height: 40px;
    line-height: 40px;
  }
  .cultureWrap .top .list li .icon img {
    height: 28px;
  }
  .cultureWrap .top .list li:first-child .icon img, .cultureWrap .top .list li:nth-child(5) .icon img {
    height: 30px;
  }
  .cultureWrap .top .list li h5 {
    font-size: 15px;
    line-height: 28px;
  }
  .cultureWrap .top .list li p {
    font-size: 12px;
    line-height: 20px;
  }
  .cultureWrap .btm li {
    width: 100%;
  }
  .cultureWrap .btm li .text {
    padding: 0 12px;
    height: 44px;
  }
  .cultureWrap .btm li .text h5 {
    font-size: 14px;
    background-size: auto 18px;
    height: 44px;
    line-height: 44px;
  }
  .newspaper ul {
    padding-bottom: 10px;
  }
  .newspaper ul li a h5 {
    line-height: 40px;
    font-size: 13px;
    padding: 0 0 10px;
  }
  .jobList .nLi .dt {
    height: 40px;
    line-height: 40px;
    padding: 0 80px 0 10px;
  }
  .jobList .nLi .dt h5 {
    font-size: 12px;
  }
  .jobList .nLi .dd .wrap {
    padding: 15px 10px;
  }
  .jobList .nLi .dd .wrap .btnWrap {
    padding-top: 20px;
  }
  .jobList .nLi .dd .wrap .btnWrap .btn {
    height: 40px;
    line-height: 38px;
    width: 49%;
    margin: 0;
  }
  .jobList .nLi .dd .wrap .btnWrap .btn.btn2 {
    float: right;
  }
  .jobList .nLi .dd .wrap .btnWrap .btn span {
    font-size: 14px;
    padding-left: 25px;
    background-size: auto 20px;
  }
  .jobList .nLi .dd .wrap .tit {
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 3px;
  }
  .jobList .nLi .dt .desc {
    right: 10px;
  }
  .jobList .nLi .dt .desc .fr {
    font-size: 12px;
    padding-right: 14px;
  }
  .jobList .nLi .dt .desc .fr i {
    background-size: auto 10px;
  }
  .respWrap .item1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .respWrap .item2 {
    margin-bottom: 20px;
  }
  .respWrap .item3 {
    margin-top: 20px;
  }
  .respWrap .item3 .innerItem {
    width: 100%;
  }
  .respWrap .item1 .text .tit {
    font-size: 16px;
    text-align: center;
  }
  .syFocusThumb .pagination .thumbWrap .holder .toc {
    width: 80px;
    height: 80px;
    border-width: 2px;
    margin-right: 60px;
  }
  .syFocusThumb .pagination .thumbWrap .holder .toc a {
    width: 76px;
    height: 76px;
    line-height: 78px;
    font-size: 20px;
  }
  .syFocusThumb .pagination .thumbWrap {
    padding-bottom: 20px;
  }
  .syFocusThumb .pagination .thumbWrap:before {
    top: 44px;
  }
  .syFocusThumb .pagination .prev, .syFocusThumb .pagination .next {
    top: 22px;
  }
  .syFocusThumb .contentdiv {
    padding: 0;
  }
  .syFocusThumb .contentdiv:before {
    display: none;
  }
  .syFocusThumb .contentdiv .year {
    position: static;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .contactWrap .item1 .tit {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .contactWrap .item1 ul li {
    font-size: 13px;
    line-height: 28px;
  }
  .contactWrap .item2 {
    height: 260px;
  }
  .page1 a.num {
    display: none;
    padding: 0 12px;
  }
  .page1 a.num.on {
    display: inline-block;
  }
  .page1 a {
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
  }
  .page1 .pageinfo, .page1 select {
    display: none;
  }
  .busWrap .item2 ul {
    padding-bottom: 15px;
  }
  .busWrap .item2 ul li {
    width: 100%;
  }
  .busWrap .item2 ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .busWrap .item2 ul li a h5 {
    padding-top: 0;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0 0;
  }
  .busWrap .item2 ul li a p {
    font-size: 12px;
    line-height: 20px;
    height: auto;
    max-height: 40px;
  }
  .busWrap .item2 .tit {
    font-size: 22px;
    padding: 0;
  }
  .recProdScroll .container .swiper-slide a h5 {
    padding-top: 8px;
  }
  .appWrap .appBtm .list ul li:last-child {
    border: none;
  }
  .appWrap .appBtm .list ul li {
    height: 40px;
  }
  .appWrap .appBtm .list ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .appWrap .appBtm .tit {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .appWrap .appBtm .tit span {
    font-size: 12px;
  }
  .networkWrap .item2 dl dd {
    width: 100%;
  }
  .networkWrap .item2 dl {
    margin-bottom: 0;
  }
  .networkWrap .item1 .list li {
    width: 100%;
    margin-top: 20px;
  }
  .networkWrap .item2 dl dd .tit {
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .networkWrap .item2 dl dd {
    margin-bottom: 18px;
  }
  .newsList ul {
    padding-bottom: 30px;
  }
  .newsList ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .newsList ul li:last-child {
    margin-bottom: 0;
  }
  .newsList ul li a h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    margin: 9px 0 0;
  }
  .passage {
    padding-top: 0px;
  }
  .passage .psgCont {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .passage .psgBtm ul li {
    font-size: 13px;
    line-height: 28px;
  }
  .contProd .item1 .text {
    margin-top: 10px;
  }
  .contProd .item1 .text .tit {
    font-size: 18px;
    margin-bottom: 0;
  }
  .contProd .item1 .text .subTit {
    font-size: 15px;
  }
  .contProd .item1 .text .toList {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .download {
    margin-top: 0;
  }
  .download ul li a .desc .fr {
    font-size: 12px;
    padding-left: 20px;
    background-size: auto 14px;
  }
  .nyCont {
    padding: 30px 10px 30px 10px;
  }
  .passage .psgCont, .about, .nyDescTxt, .passage .psgCont {
    font-size: 15px;
    line-height: 30px;
  }
  .picScrollWrap .gallery-top .swiper-button-next, .picScrollWrap .gallery-top .swiper-button-prev {
    display: none;
  }
  .teacherList ul {
    width: 92%;
    margin: 0 auto;
  }
  .teacherList ul li {
    width: 100%;
    margin-right: 0;
  }
  .list_news {
    width: 90%;
    margin: 0 5%;
  }
  .list_news li {
    width: 99%;
  }
  .list_news222 {
    width: 90%;
    margin: 0 5%;
  }
  .list_news222 li {
    width: 99%;
  }
  .yqsbList ul li a .text h5 {
    font-size: 18px;
  }
}




/*网分页样式*/
.pages {
	clear: both;
	margin: 40px auto 20px auto;
	padding-top: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pages ul li:hover {
	background: #d60011;
	color: #fff;
	border: 1px solid #d60011
}
.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #d60011;
	padding: 6px 15px;
	margin: 0 1px;
	background: #d60011;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #999
}
.pages ul li a:hover {
	color: #fff;
}

.pages tr td {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pages tr td:hover {
	background: #d60011;
	color: #fff;
	border: 1px solid #d60011
}
.pages tr td:hover a {
	color: #fff;
}
.pages tr td.thisclass {
	display: inline-block;
	border: 1px solid #d60011;
	padding: 6px 15px;
	margin: 0 1px;
	background: #d60011;
	color: #fff;
}
.pages tr td.thisclass a {
	color: #fff;
}
.pages tr td a {
	display: block;
	color: #999
}
.pages tr td a:hover {
	color: #fff;
}
