.pchead .navUl li:nth-child(2) .navs::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.wrap {
  width: 95.83333%;
  margin: 0 auto;
}
.a_title {
  color: #009dad;
  font-size: 30px;
  font-family: syht-b;
  line-height: 24px;
}

.aa {
  position: relative;
  z-index: 12;
  overflow: hidden;
}
.aa .wrap {
  margin-top: 3.2609%;
  background: url(../images/about04.png) no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  background-position: right top;
}
.aa .inwrap {
  overflow: hidden;
  padding-top: 2.8986%;
  width: 75%;
  margin: 0 auto;
  padding-bottom: 5.7971%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.aa .inwrap .a_title {
  margin-bottom: 3.6232%;
}
.aa .inwrap .s_info {
  margin-bottom: 4.855%;
}
.aa .inwrap .s_info .cn {
  font-family: syht-b;
  font-size:20px;
  line-height: 1;
  color: #333333;
  margin-bottom: 15px;
}
.aa .inwrap .s_info .en {
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  color: #888888;
}
.aa .inwrap .cont .rt {
  width: 100%;
  float: right;
  font-size: 18px;
  line-height: 2;
  color: #555555;
  text-indent: 28px;
}
.bb {
  position: relative;
  z-index: 11;
}
.bb .wrap .b_banner {
  width: 87.5%;
  position: relative;
  z-index: 2;
}
.bb .wrap .b_banner img {
  width: 100%;
  display: block;
}
.bb .wrap .inwrap {
  background: url(../images/about06.png) no-repeat #f5f7f7;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  background-position: right 24.2047%;
  position: relative;
  z-index: 1;
  margin-top: -9.6774%;
  width: 87.5%;
  margin-left: 12.5%;
  background: ;
}
.bb .wrap .inwrap .content {
  overflow: hidden;
  width: 87.5%;
}
.bb .wrap .inwrap .content .a_title {
  margin-top: 23.913%;
  margin-bottom: 2.6812%;
}
.bb .wrap .inwrap .content .h_line {
  height: 3px;
  position: relative;
  margin-bottom: 3.7681%;
}
.bb .wrap .inwrap .content .h_line s {
  display: block;
  position: absolute;
  left: 0;
}
.bb .wrap .inwrap .content .h_line .s_line {
  background: #dbdbdb;
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.bb .wrap .inwrap .content .h_line .t_line {
  width: 16.666%;
  z-index: 10;
  top: 0;
  height: 3px;
  background: #333;
}
.bb .wrap .inwrap .content .careBox li {
  float: left;
  width: 33.3333%;
  padding: 0 2.1739%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2.8986%;
}
.bb .wrap .inwrap .content .careBox li .care {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  background-color: #f7fafa;
  padding: 5.6818%;
}
.bb .wrap .inwrap .content .careBox li .care .imgbox {
  overflow: hidden;
}
.bb .wrap .inwrap .content .careBox li .care .imgbox img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.bb .wrap .inwrap .content .careBox li .care .title {
  margin-top: 7.6923%;
  line-height: 1.5;
  font-size: 18px;
  color: #009dad;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-left: 2px solid #009dad;
}

.bb .wrap .inwrap .content .careBox li .care .title::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #e60817;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform-origin: right;
      transform-origin: right;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
}
.bb .wrap .inwrap .content .careBox li:hover .care .imgbox img {
  -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.bb .wrap .inwrap .content .careBox li:hover .care .title {
  color: #e60817;
  border-left: 2px solid #e60817;
}
.bb .wrap .inwrap .content .careBox li:hover .care .title::after {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform-origin: left;
      transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
}
.bb .wrap .inwrap .content .moreBtn {
  display: block;
  margin: 5.7971% auto 7.2464% auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 460px;
  height: 100px;
  background-color: #f5f7f7;
  border: solid 1px #dbdbdb;
  line-height: 98px;
  text-align: center;
  font-size:20px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bb .wrap .inwrap .content .moreBtn span {
  color: #009dad;
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-right: 18px;
  background: url(../images/about09.png) no-repeat;
  background-position: right center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bb .wrap .inwrap .content .moreBtn .w_jia {
  display: none;
}
.bb .wrap .inwrap .content .moreBtn s {
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #009dad;
  -moz-transform: scaleX(0);
   -ms-transform: scaleX(0);
       transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform-origin: right;
   -ms-transform-origin: right;
       transform-origin: right;
  -webkit-transform-origin: right;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
.bb .wrap .inwrap .content .moreBtn:hover {
  border: 1px solid #009dad;
}
.bb .wrap .inwrap .content .moreBtn:hover span {
  color: #fff;
  background: url(../images/about10.png) no-repeat;
  background-position: right center;
}
.bb .wrap .inwrap .content .moreBtn:hover s {
  -moz-transform-origin: left;
   -ms-transform-origin: left;
       transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform: scaleX(1);
   -ms-transform: scaleX(1);
       transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.cc {
  position: relative;
  z-index: 12;
}
.cc .wrap .inwrap {
  width: 87.5%;
  margin-left: 12.5%;
  overflow: hidden;
}
.cc .wrap .inwrap .a_title {
  margin: 6.2112% 0 3.106% 0;
}
.cc .wrap .inwrap .content img {
  display: block;
  width: 100%;
}
.cc .wrap .inwrap .content .lt {
  width: 28.5714%;
  float: left;
}
.cc .wrap .inwrap .content .rt {
  margin-top: 7.44%;
  float: right;
  width: 71.4286%;
  position: relative;
}
.cc .wrap .inwrap .content .rt .speak {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.dd {
  position: relative;
  z-index: 12;
}
.dd .wrap .inwrap {
  overflow: hidden;
  width: 87.5%;
  margin-left: 12.5%;
}
.dd .wrap .inwrap .a_title {
  margin: 6.2112% 0 3.106% 0;
}
.dd .wrap .inwrap .content {
  position: relative;
}
.dd .wrap .inwrap .content .historyBg {
  display: block;
  width: 100%;
}
.dd .wrap .inwrap .content .lt,
.dd .wrap .inwrap .content .rt {
  top: 0;
  height: 100%;
  position: absolute;
}
.dd .wrap .inwrap .content .lt {
  width: 28.5714%;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
          background-size: auto 100%;
  position: absolute;
  left: 0;
}
.dd .wrap .inwrap .content .lt .his_line {
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  right: 50%;
}
.dd .wrap .inwrap .content .lt #swiper1 {
  position: absolute;
  top: 9.243%;
  height: 80.5314%;
  padding-right: 50px;
  right: 50%;
  width: 50%;
  -webkit-transform: translateX(50px);
     -moz-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}
.dd .wrap .inwrap .content .lt #swiper1 .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
  position: relative;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-family: arial;
  cursor: pointer;
}
.dd .wrap .inwrap .content .lt #swiper1 .swiper-slide .point {
  width: 12px;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -6px;
  z-index: 10;
  opacity: 0;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.dd .wrap .inwrap .content .lt #swiper1 .actslide {
  color: #009dad;
  font-size: 72px;
}
.dd .wrap .inwrap .content .lt #swiper1 .actslide .point {
  opacity: 1;
}
.dd .wrap .inwrap .content .lt #swiper1 .swiper-slide::after {
  width: 18px;
  height: 1px;
  background: #888;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.dd .wrap .inwrap .content .lt #swiper1 .swiper-slide:hover {
  color: #009dad;
  font-size: 72px;
}
.dd .wrap .inwrap .content .lt #swiper1 .swiper-slide:hover .point {
  opacity: 1;
}
.dd .wrap .inwrap .content .lt .btns {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  right: 50.2%;
  cursor: pointer;
}
.dd .wrap .inwrap .content .lt .btns s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.dd .wrap .inwrap .content .lt .btns .img {
  z-index: 2;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.dd .wrap .inwrap .content .lt .btns .bg {
  z-index: 1;
  background: #009dad;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transform: scale(0);
   -ms-transform: scale(0);
       transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.dd .wrap .inwrap .content .lt .prev1 {
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  top: 6.2893%;
}
.dd .wrap .inwrap .content .lt .prev1 .img {
  background: url(../images/history_prev.png) no-repeat center center;
}
.dd .wrap .inwrap .content .lt .next1 {
  bottom: 6.2893%;
  -webkit-transform: translate(50%, 50%);
     -moz-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.dd .wrap .inwrap .content .lt .next1 .img {
  background: url(../images/history_next.png) no-repeat center center;
}
.dd .wrap .inwrap .content .lt .prev1:hover .bg {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
  -webkit-transform: scale(1);
}
.dd .wrap .inwrap .content .lt .prev1:hover .img {
  background: url(../images/history_prev_w.png) no-repeat center center;
}
.dd .wrap .inwrap .content .lt .next1:hover .bg {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
  -webkit-transform: scale(1);
}
.dd .wrap .inwrap .content .lt .next1:hover .img {
  background: url(../images/history_next_w.png) no-repeat center center;
}
.dd .wrap .inwrap .content .rt {
  width: 71.4286%;
  right: 0;
}
.dd .wrap .inwrap .content .rt #swiper2 {
  position: absolute;
  width: 100%;
  left: -50px;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 50px 0 50px 50px;
}
.dd .wrap .inwrap .content .rt #swiper2 .swiper-slide {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.dd .wrap .inwrap .content .rt #swiper2 .swiper-slide .imgbox {
  padding: 8px;
  background: #f0e0c6;
}
.dd .wrap .inwrap .content .rt #swiper2 .swiper-slide .imgbox img {
  width: 100%;
  display: block;
}
.dd .wrap .inwrap .content .rt #swiper2 .swiper-slide .infoBox {
  padding: 6.5217%;
  background: #fff;
}
.dd .wrap .inwrap .content .rt #swiper2 .swiper-slide .infoBox .year {
  font-family: arial;
  font-size: 30px;
  line-height: 30px;
  color: #009dad;
  margin-bottom: 5%;
}
.dd .wrap .inwrap .content .rt #swiper2 .swiper-slide .infoBox .text {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}
.ee {
  position: relative;
  z-index: 12;
}
.ee .wrap .inwrap {
  width: 87.5%;
  margin-left: 12.5%;
}
.ee .wrap .inwrap .a_title {
  margin: 4.7205% 0;
}
.ee .wrap .inwrap .honor_box {
  background: #f5f7f7;
  padding-top: 30px;
}
.ee .wrap .inwrap .honor_box .top {
  width: 85.71423%;
  padding-left: 40px;
}
.ee .wrap .inwrap .honor_box .top .honor_class {
  font-family: syht-b;
  font-size: 14px;
  color: #333333;
  float: left;
  margin-right: 3.62%;
  line-height: 40px;
  position: relative;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.ee .wrap .inwrap .honor_box .top .honor_class::after {
  background: #009dad;
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transform: scaleX(0);
   -ms-transform: scaleX(0);
       transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform-origin: right;
   -ms-transform-origin: right;
       transform-origin: right;
  -webkit-transform-origin: right;
}
.ee .wrap .inwrap .honor_box .top .act_honor_class,
.ee .wrap .inwrap .honor_box .top .honor_class:hover {
  color: #009dad;
}
.ee .wrap .inwrap .honor_box .top .act_honor_class::after,
.ee .wrap .inwrap .honor_box .top .honor_class:hover::after {
  -moz-transform: scaleX(1);
   -ms-transform: scaleX(1);
       transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform-origin: left;
   -ms-transform-origin: left;
       transform-origin: left;
  -webkit-transform-origin: left;
}
.ee .wrap .inwrap .honor_box .bottom {
  position: relative;
  overflow: hidden;
}
.ee .wrap .inwrap .honor_box .bottom .btn {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
  line-height: 43px;
  font-size: 14px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.ee .wrap .inwrap .honor_box .bottom .prev3 {
  left: 4.5342%;
  padding-left: 40px;
  background: url(../images/about_prev3_w.png) no-repeat left center;
}
.ee .wrap .inwrap .honor_box .bottom .next3 {
  right: 4.5342%;
  padding-right: 40px;
  text-align: right;
  background: url(../images/about_next3_w.png) no-repeat right center;
}
.ee .wrap .inwrap .honor_box .bottom .prev3:hover {
  color: #009dad;
  background: url(../images/about_prev3.png) no-repeat left center;
}
.ee .wrap .inwrap .honor_box .bottom .next3:hover {
  color: #009dad;
  background: url(../images/about_next3.png) no-repeat right center;
}
.ee .wrap .inwrap .honor_box .bottom #swiper3 {
  width: 71.4286%;
  margin-top: 3.9%;
  margin-bottom: 7%;
  padding: 20px 0;
}
.ee .wrap .inwrap .honor_box .bottom #swiper3 .swiper-slide .imgbox {
  width: 91.3043%;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
       box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.ee .wrap .inwrap .honor_box .bottom #swiper3 .swiper-slide .imgbox img {
  width: 100%;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ee .wrap .inwrap .honor_box .bottom #swiper3 .swiper-slide:hover img {
  -webkit-transform: scale(1.02);
     -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.ff {
  position: relative;
  z-index: 12;
}
.ff .wrap .inwrap {
  overflow: hidden;
  width: 87.5%;
  margin-left: 12.5%;
}
.ff .wrap .inwrap .a_title {
  margin: 6.7081% 0 3.1056% 0;
}
.ff .wrap .inwrap .imgUl {
  margin-bottom: 6.0869%;
}
.ff .wrap .inwrap .imgUl .imgbox {
  width: 28.5714%;
  float: left;
}
.ff .wrap .inwrap .imgUl .imgbox img {
  margin: 0 auto;
  width: 100%;
  display: block;
  width: 95.6522%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 6px #ffffff;
}
.maskImg{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background: #000000;
	display: none;
}
.maskImg .imgbox{
	width: 80%;
	height: 90%;
	position: absolute;
	left: 10%;
	top: 5%;
}
.closeMask{
	width: 44px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	right: 5%;
	cursor: pointer;
	opacity: .8;
}
.closeMask:hover{
	opacity: 1;
}
.maskImg .imgbox img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
	.dd .wrap .inwrap .content .lt #swiper1 .swiper-slide:hover{
		font-size: 60px;
	}
	.dd .wrap .inwrap .content .lt #swiper1 .actslide{
		font-size: 60px;
	}
}
@media screen and (min-width: 100px) and (max-width: 1024px) {
  .aa .inwrap .cont .rt{font-size: 14px;}
  .wrap {
    
    width: 90%;
  }
  .a_title {
    font-size: 20px;
    line-height: 24px;
  }
  
  .aa .wrap {
    margin-top: 6%;
    -webkit-background-size: 200% 200%;
       -moz-background-size: 200%;
            background-size: 200%;
  }
  .aa .inwrap {
    width: 100%;
  }
  .aa .inwrap .a_title {
    margin-bottom: 2%;
  }
  .aa .inwrap .s_info {
    margin-bottom: 4.855%;
  }
  .aa .inwrap .s_info .cn {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .aa .inwrap .s_info .en {
    font-size: 14px;
  }
  .aa .inwrap .cont .rt {
    width: 100%;
  }
  .bb .wrap .b_banner {
    width: 100%;
  }
  .bb .wrap .inwrap {
    -webkit-background-size: 200% 200%;
       -moz-background-size: 200%;
            background-size: 200%;
    background-position: right 24.2047%;
    margin-top: 0%;
    width: 100%;
    margin-left: 0%;
  }
  .bb .wrap .inwrap .content {
    overflow: hidden;
    width: 100%;
  }
  .bb .wrap .inwrap .content .a_title {
    margin-top: 12%;
  }
  .bb .wrap .inwrap .content .careBox li {
    float: left;
    width: 50%;
    padding: 0 2.1739%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 2.8986%;
  }
  .bb .wrap .inwrap .content .moreBtn {
    display: block;
    margin: 2% auto 7.2464% auto;
    width: 95.5%;
    height: 44px;
    line-height: 42px;
  }
  .cc .wrap .inwrap {
    width: 100%;
    margin-left: 0%;
  }
  .cc .wrap .inwrap .a_title {
    margin: 6.2112% 0 3.106% 0;
  }
  .cc .wrap .inwrap .content .lt {
    width: 28.5714%;
    float: left;
    display: none;
  }
  .cc .wrap .inwrap .content .rt {
    margin-top: 1%;
    width: 100%;
  }
  .cc .wrap .inwrap .content .rt .speak {
    width: 90%;
  }
  .dd .wrap .inwrap {
    width: 100%;
    margin-left: 0%;
  }
  .dd .wrap .inwrap .content {
    position: relative;
  }
  .dd .wrap .inwrap .content .historyBg {
    display: none;
  }
  .dd .wrap .inwrap .content .lt,
  .dd .wrap .inwrap .content .rt {
    top: 0;
    height: 100%;
    position: absolute;
  }
  .dd .wrap .inwrap .content .lt {
    width: 100%;
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
            background-size: auto 100%;
    position: relative;
    left: 0;
  }
  .dd .wrap .inwrap .content .lt .his_line {
    display: none;
  }
  .dd .wrap .inwrap .content .lt #swiper1 {
    position: relative;
    top: 0%;
    height: auto;
    padding-right: 0;
    right: 0%;
    width: 100%;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .dd .wrap .inwrap .content .lt #swiper1 .swiper-slide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
  .dd .wrap .inwrap .content .lt #swiper1 .swiper-slide .point {
    width: 12px;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -6px;
    z-index: 10;
    opacity: 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .dd .wrap .inwrap .content .lt #swiper1 .actslide {
    color: #009dad;
    font-size: 24px;
  }
  .dd .wrap .inwrap .content .lt #swiper1 .actslide .point {
    opacity: 1;
  }
  .dd .wrap .inwrap .content .lt #swiper1 .swiper-slide::after {
    width: 0;
  }
  .dd .wrap .inwrap .content .lt #swiper1 .swiper-slide:hover {
    font-size: 16px;
  }
  .dd .wrap .inwrap .content .lt #swiper1 .swiper-slide:hover .point {
    opacity: 0;
  }
  .dd .wrap .inwrap .content .lt .btns {
    display: none;
  }
  .dd .wrap .inwrap .content .rt {
    width: 100%;
    right: 0;
    position: relative;
  }
  .dd .wrap .inwrap .content .rt #swiper2 {
    position: relative;
    width: 100%;
    left: 0;
    top: 0%;
    -moz-transform: translateY(0);
     -ms-transform: translateY(0);
         transform: translateY(0);
    -webkit-transform: translateY(0);
    padding: 20px 10px;
  }
  .dd .wrap .inwrap .content .rt #swiper2 .swiper-slide {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .dd .wrap .inwrap .content .rt #swiper2 .swiper-slide .imgbox {
    padding: 8px;
    background: #f0e0c6;
  }
  .dd .wrap .inwrap .content .rt #swiper2 .swiper-slide .imgbox img {
    width: 100%;
    display: block;
  }
  .dd .wrap .inwrap .content .rt #swiper2 .swiper-slide .infoBox {
    padding: 6.5217%;
    background: #fff;
  }
  .dd .wrap .inwrap .content .rt #swiper2 .swiper-slide .infoBox .year {
    font-size: 20px;
    line-height: 20px;
  }
  .ee {
    position: relative;
    z-index: 12;
  }
  .ee .wrap .inwrap {
    width: 100%;
    margin-left: 0%;
  }
  .ee .wrap .inwrap .a_title {
    margin-bottom: 4.7205%;
  }
  .ee .wrap .inwrap .honor_box {
    background: #f5f7f7;
    padding-top: 6%;
  }
  .ee .wrap .inwrap .honor_box .top {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
  .ee .wrap .inwrap .honor_box .top .honor_class {
    font-family: syht-b;
    font-size: 14px;
    color: #333333;
    float: left;
    margin-right: 3.62%;
    line-height: 40px;
    position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
  }
  .ee .wrap .inwrap .honor_box .top .honor_class::after {
    background: #009dad;
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transform: scaleX(0);
     -ms-transform: scaleX(0);
         transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform-origin: right;
     -ms-transform-origin: right;
         transform-origin: right;
    -webkit-transform-origin: right;
  }
  .ee .wrap .inwrap .honor_box .top .honor_class:hover {
    color: #009dad;
  }
  .ee .wrap .inwrap .honor_box .top .honor_class:hover::after {
    -moz-transform: scaleX(1);
     -ms-transform: scaleX(1);
         transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform-origin: left;
     -ms-transform-origin: left;
         transform-origin: left;
    -webkit-transform-origin: left;
  }
  .ee .wrap .inwrap .honor_box .bottom {
    position: relative;
    overflow: hidden;
  }
  .ee .wrap .inwrap .honor_box .bottom .btn {
    display: none;
  }
  .ee .wrap .inwrap .honor_box .bottom #swiper3 {
    width: 100%;
    margin-top: 3.9%;
    margin-bottom: 7%;
    padding: 20px 0;
  }
  .ff {
    position: relative;
    z-index: 12;
  }
  .ff .wrap .inwrap {
    overflow: hidden;
    width: 100%;
    margin-left: 0%;
  }
  .ff .wrap .inwrap .a_title {
    margin: 6.7081% 0 3.1056% 0;
  }
  .ff .wrap .inwrap .imgUl {
    margin-bottom: 6.0869%;
  }
  .ff .wrap .inwrap .imgUl .imgbox {
    width: 33.33%;
    float: left;
  }
  .ff .wrap .inwrap .imgUl .imgbox img {
    margin: 0 auto;
    width: 100%;
    display: block;
    width: 95.6522%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 6px #ffffff;
  }
}
@media screen and (min-width: 100px) and (max-width: 640px) {
  .bb .wrap .inwrap .content .careBox li {
    width: 100%;
  }
}
