/*橙色*/
/*蓝色*/
@font-face {
  font-family: 'itc_avant_garde_gothicbook';
  src: url('../fonts/avantgardeitcbybt-book-webfont.html');
  src: url('../fonts/avantgardeitcbybt-book-webfontd41d.html?#iefix') format('embedded-opentype'), url('../fonts/avantgardeitcbybt-book-webfont-2.html') format('woff2'), url('../fonts/avantgardeitcbybt-book-webfont-3.html') format('woff'), url('../fonts/avantgardeitcbybt-book-webfont-4.html#itc_avant_garde_gothicbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*超出隐藏显示省略号*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerH100Bg {
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .headerH100Bg {
    display: none;
  }
}
@-webkit-keyframes slideInUp-02 {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp-02 {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp-02 {
  -webkit-animation-name: slideInUp-02;
  animation-name: slideInUp-02;
}
@-webkit-keyframes slideInLeft-02 {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-100px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft-02 {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-100px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft-02 {
  -webkit-animation-name: slideInLeft-02;
  animation-name: slideInLeft-02;
}
@-webkit-keyframes slideInRight-02 {
  0% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight-02 {
  0% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight-02 {
  -webkit-animation-name: slideInRight-02;
  animation-name: slideInRight-02;
}
@-webkit-keyframes fadeInRight-02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight-02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight-02 {
  -webkit-animation-name: fadeInRight-02;
  animation-name: fadeInRight-02;
}
@-webkit-keyframes fadeInUp-02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp-02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp-02 {
  -webkit-animation-name: fadeInUp-02;
  animation-name: fadeInUp-02;
}
@-webkit-keyframes fadeInDown-02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown-02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown-02 {
  -webkit-animation-name: fadeInDown-02;
  animation-name: fadeInDown-02;
}
.aboutBanner {
  width: 100%;
  overflow: hidden;
  height: 500px;
  position: relative;
  background: #000;
}
.aboutBanner .box {
  width: 100%;
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.aboutBanner .pic {
  display: none;
}
.aboutBanner .text {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  color: #fff;
  bottom: 90px;
  text-align: left;
}
.aboutBanner .text .p-01 {
  font-weight: 700;
  line-height: 1.2;
}
.aboutBanner .text .p-01 .span-01 {
  display: block;
  font-size: 72px;
}
.aboutBanner .text .p-01 .span-02 {
  font-size: 38px;
  display: block;
}
.aboutBanner .text .p-02 {
  margin-top: 35px;
  color: rgba(255, 255, 255, 0.5);
  font-family: itc_avant_garde_gothicbook;
  font-size: 18px;
  position: relative;
}
.aboutBanner .text .p-02:after {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 5px;
}
.aboutBanner .mobile {
  display: none;
}
@media screen and (max-width: 1280px) {
  .aboutBanner .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .aboutBanner {
    height: auto;
  }
  .aboutBanner .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .aboutBanner .box {
    height: auto;
  }
  .aboutBanner .text {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    padding: 25% 0 15% 0;
  }
  .aboutBanner .text .p-01 {
    position: relative;
  }
  .aboutBanner .text .p-01:before {
    content: "";
    display: block;
    width: 27px;
    height: 2px;
    background: #fff;
    margin-bottom: 20px;
  }
  .aboutBanner .text .p-01 .span-01 {
    font-size: 27px;
    font-weight: 400;
  }
  .aboutBanner .text .p-01 .span-02 {
    font-size: 27px;
    font-weight: 400;
  }
  .aboutBanner .text .p-02 {
    margin-top: 20px;
    font-size: 8px;
  }
  .aboutBanner .text .p-02:after {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .aboutBanner {
    height: 255px;
  }
  .aboutBanner .pic {
    height: 255px;
  }
  .aboutBanner .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .aboutBanner .text .p-01 .span-01 {
    font-size: 23px;
  }
  .aboutBanner .text .p-01 .span-02 {
    font-size: 23px;
  }
}
.about {
  overflow: hidden;
}
.about .jianjie {
  padding-top: 120px;
}
.about .jianjie .pic {
  width: 40%;
  float: left;
  position: relative;
}
.about .jianjie .pic .img-02 {
  position: absolute;
  bottom: 50px;
  left: 280px;
}
.about .jianjie .pic .img-03 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.about .jianjie .text {
  width: 60%;
  float: left;
  font-size: 16px;
  padding-top: 30px;
}
.about .jianjie .text .p-01 {
  font-size: 18px;
  color: #bababa;
  font-weight: 100;
  line-height: 2;
}
.about .jianjie .text .info {
  margin-top: 60px;
  position: relative;
}
.about .jianjie .text .info:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #333333;
  margin-bottom: 55px;
}
.about .jianjie .text .advantage {
  margin-top: 50px;
}
.about .jianjie .text .advantage .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about .jianjie .text .advantage li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  width: 25% \9;
  float: left \9;
  color: #666666;
  font-size: 14px;
}
.about .jianjie .text .advantage h3 {
  font-family: itc_avant_garde_gothicbook;
  font-weight: 400;
  color: #333;
}
.about .jianjie .text .advantage h3 em {
  font-style: normal;
  font-size: 36px;
}
.about .jianjie .text .advantage .counter {
  font-size: 36px;
  color: #333333;
}
.about .jianjie .other {
  padding-top: 110px;
  clear: both;
  position: relative;
}
.about .jianjie .other .line {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 40px;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  height: 210px;
  background: url(../images/about/line.png) no-repeat center center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.about .jianjie .other:hover .line {
  -webkit-transform: translate(30px, 50px);
          transform: translate(30px, 50px);
}
.about .jianjie .other .list {
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.about .jianjie .other li {
  width: 50%;
  float: left;
  font-size: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about .jianjie .other li .icon {
  display: inline-block;
}
.about .jianjie .other li .bt {
  display: inline-block;
}
.about .jianjie .other li .box {
  display: block;
  position: relative;
  padding: 45px 0;
}
.about .jianjie .other li:first-child {
  z-index: 8;
  -webkit-box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.08);
}
.about .rongyu {
  padding: 80px 0 50px 0;
}
.about .rongyu .nr {
  padding: 0 60px;
  position: relative;
  margin-top: 43px;
  margin-bottom: 38px;
}
.about .rongyu .swiper-container {
  position: relative;
}
.about .rongyu .list {
  position: relative;
  height: 245px;
  overflow: hidden;
}
.about .rongyu .item {
  width: 16.666667%;
  float: left;
}
.about .rongyu .item .box {
  padding: 0 10px;
  cursor: pointer;
}
.about .rongyu .item a {
  display: block;
  margin: 0 auto;
}
.about .rongyu .item .pic {
  max-width: 150px;
  margin: auto;
  position: relative;
}
.about .rongyu .item .pic:after {
  padding-bottom: 120%;
  content: '';
  display: block;
}
.about .rongyu .item h3 {
  line-height: 25px;
  color: #666;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  margin-top: 15px;
  height: 50px;
  overflow: hidden;
}
.about .rongyu .item .box:hover h3 {
  color: #f45f1d;
}
.about .rongyu .arrow-left,
.about .rongyu .arrow-right {
  position: absolute;
  width: 27px;
  height: 27px;
  z-index: 222;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
.about .rongyu .arrow-left {
  left: 0;
  background: url("../images/about/icon/left.png") no-repeat center center;
}
.about .rongyu .arrow-left:hover {
  background: url("../images/about/icon/lefth.png") no-repeat center center;
}
.about .rongyu .arrow-right {
  right: 0;
  background: url("../images/about/icon/right.png") no-repeat center center;
}
.about .rongyu .arrow-right:hover {
  background: url("../images/about/icon/righth.png") no-repeat center center;
}
.about .rongyu .more {
  text-align: center;
}
.about .rongyu .more a {
  overflow: hidden;
  font-size: 14px;
  color: #999;
  position: relative;
}
.about .rongyu .more a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 5px;
  background: #f45f1d;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.about .rongyu .more a:hover {
  color: #f45f1d;
}
.about .rongyu .more a:hover:after {
  width: 100%;
}
.about .partners {
  padding: 38px 0 110px 0;
  overflow: hidden;
}
.about .partners .list {
  margin-top: 46px;
  position: relative;
  padding-top: 1px;
  padding-left: 1px;
}
.about .partners .list li {
  float: left;
  position: relative;
  width: 25%;
  margin-left: -1px;
  margin-bottom: -1px;
  z-index: 0;
}
.about .partners .list li .box {
  padding: 10px;
  cursor: default;
  border: 1px solid #e5e5e5;
  display: block;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.about .partners .list li .pic {
  display: block;
  position: relative;
}
.about .partners .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 38%;
}
.about .partners .list li:hover {
  z-index: 1;
}
.about .partners .list li:hover .box {
  border-color: #f45f1d;
  -webkit-box-shadow: 0 0 0 2px #f45f1d inset;
          box-shadow: 0 0 0 2px #f45f1d inset;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .about {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about .jianjie {
    padding-top: 30px;
  }
  .about .jianjie .pic {
    width: 100%;
    clear: both;
    display: none;
  }
  .about .jianjie .text {
    font-size: 14px;
    width: 100%;
    clear: both;
    color: #777;
    line-height: 1.75;
    padding-top: 0;
  }
  .about .jianjie .text .p-01 {
    color: #333;
  }
  .about .jianjie .text .p-02 {
    margin: 10px 0;
  }
  .about .jianjie .text .p-02 img {
    max-height: 38px;
    display: none;
  }
  .about .jianjie .text .advantage {
    margin-top: 30px;
  }
  .about .jianjie .text .info {
    margin-top: 0px;
  }
  .about .jianjie .text .info:before {
    display: none;
    margin-bottom: 25px;
  }
  .about .jianjie .text .advantage li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .jianjie .text .advantage li h3 em {
    font-size: 22px;
  }
  .about .jianjie .text .advantage li .counter {
    font-size: 22px;
  }
  .about .jianjie .other {
    padding-top: 40px;
  }
  .about .jianjie .other .line {
    width: calc(100%);
    left: 0;
    margin-left: 0;
    background-size: 100%;
    bottom: -80px;
  }
  .about .jianjie .other .list {
    margin-left: 5%;
    margin-right: 5%;
  }
  .about .jianjie .other li {
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
  }
  .about .jianjie .other li .icon {
    max-width: 60px;
    display: block;
    margin: auto;
  }
  .about .jianjie .other:hover .line {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .about .rongyu {
    padding: 30px 0 10px 0;
  }
  .about .rongyu .nr {
    padding: 0 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about .rongyu .item h3 {
    font-size: 12px;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
  }
  .about .partners {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about .partners .list {
    margin-top: 30px;
  }
  .about .partners .list li {
    width: 33.33333333%;
  }
  .about .partners .list li .pic {
    max-width: 80px;
    margin: auto;
  }
}
@media screen and (max-width: 375px) {
  .about .jianjie .advantage li {
    font-size: 10px;
  }
}
.about .orange {
  color: #f45f1d;
}
.about .font24 {
  font-size: 24px;
}
.about .profile {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  padding: 60px 0;
}
.about .profile .bt {
  font-size: 40px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 35px;
}
.about .profile .p-01 {
  font-size: 30px;
  font-weight: 700;
  line-height: 52px;
}
.about .profile .pic {
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
  float: right;
  margin-left: 45px;
  border-radius: 3px;
  overflow: hidden;
}
.about .spirit {
  color: #666;
  font-size: 16px;
}
.about .spirit .bt {
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 35px;
}
.about .spirit li {
  width: 50%;
  float: left;
  padding: 15px 0;
  border-bottom: 1px #e9e9e9 solid;
  border-right: 1px #e9e9e9 solid;
}
.about .spirit .box {
  display: block;
}
.about .spirit .box .pic {
  float: left;
  width: 200px;
  height: 200px;
  position: relative;
  display: block;
}
.about .spirit .box .text {
  float: left;
  padding: 35px 0;
}
.about .spirit .box .title {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
}
.about .spirit .box .info {
  line-height: 1.5;
}
.about .spirit li:nth-child(even) {
  border-right: none;
}
.about .spirit li:nth-last-child(1),
.about .spirit li:nth-last-child(2) {
  border-bottom: none;
}
.about .zhunze {
  margin-top: 90px;
  margin-bottom: 90px;
  color: #666;
  font-size: 16px;
}
.about .zhunze li {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.about .zhunze .box {
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
.about .zhunze .box .pic {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  display: block;
  position: relative;
}
.about .zhunze .box .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.about .zhunze .box .text {
  padding: 25px 25px;
}
.about .zhunze .box .title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.about .zhunze .box .info {
  line-height: 1.875;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .about .font24 {
    font-size: 18px;
  }
  .about .profile {
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.75;
  }
  .about .profile .pic {
    display: none;
  }
  .about .profile .bt {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .about .profile .p-01 {
    font-size: 18px;
    line-height: 1.75;
  }
  .about .spirit {
    font-size: 14px;
    line-height: 1.75;
  }
  .about .spirit li {
    width: 100%;
    border-bottom: 1px #e9e9e9 solid;
    border-right: none;
  }
  .about .spirit li:nth-last-child(2) {
    border-bottom: 1px #e9e9e9 solid;
  }
  .about .spirit .bt {
    font-size: 18px;
    margin-bottom: 0;
  }
  .about .spirit .box {
    position: relative;
    padding-left: 80px;
  }
  .about .spirit .box .pic {
    width: 80px;
    height: 80px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .about .spirit .box .text {
    float: left;
    padding: 0 0 0 10px;
  }
  .about .spirit .box .title {
    font-size: 16px;
  }
  .about .spirit .box .info {
    line-height: 1.75;
  }
  .about .zhunze {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about .zhunze .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .about .zhunze li {
    width: 50%;
    padding: 0 5px 10px 5px;
  }
  .about .zhunze .box .title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .about .zhunze .box .text {
    padding: 15px 13px 15px 15px;
  }
  .about .zhunze .box .info {
    line-height: 1.75;
    font-size: 14px;
    min-height: 96px;
  }
}
@media screen and (max-width: 413px) {
  .about .spirit .box .info div {
    display: inline;
  }
  .about .zhunze li:nth-child(1) .box .info,
  .about .zhunze li:nth-child(2) .box .info {
    min-height: 120px;
  }
}
@media screen and (max-width: 374px) {
  .about .zhunze .box .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 359px) {
  .about .zhunze li {
    width: 100%;
  }
  .about .zhunze .box .info {
    min-height: auto;
  }
  .about .zhunze li:nth-child(1) .box .info,
  .about .zhunze li:nth-child(2) .box .info {
    min-height: initial;
  }
}
.about-news {
  clear: both;
  padding: 52px 0 75px 0;
  overflow: hidden;
}
.about-news .about-bottom {
  margin-top: 58px;
  overflow: hidden;
  clear: both;
}
.about-news .about-bottom .left {
  padding-left: 23px;
  width: 85%;
  float: left;
}
.about-news .about-bottom .left .list {
  margin-bottom: 22px;
  overflow: hidden;
}
.about-news .about-bottom .left .list li {
  position: relative;
  height: 114px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 27px;
}
.about-news .about-bottom .left .list li .date {
  color: #333;
  font-family: arial;
  width: 109px;
  position: absolute;
  top: 13px;
  left: 0;
}
.about-news .about-bottom .left .list li .date h3 {
  font-size: 24px;
  font-weight: normal;
  position: relative;
}
.about-news .about-bottom .left .list li .date h3:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #959595;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
.about-news .about-bottom .left .list li .date p {
  font-size: 14px;
}
.about-news .about-bottom .left .list li .pic {
  width: 130px;
  height: 90px;
  position: absolute;
  left: 132px;
  top: 3px;
}
.about-news .about-bottom .left .list li .pic img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.about-news .about-bottom .left .list li .text {
  padding-left: 291px;
  padding-right: 120px;
}
.about-news .about-bottom .left .list li .text .bt {
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 11px;
}
.about-news .about-bottom .left .list li .text .jsh {
  font-size: 13px;
  color: #666;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.about-news .about-bottom .left .list li .more {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 13px;
  color: #999;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.about-news .about-bottom .left .list li .more span {
  position: relative;
  z-index: 1;
}
.about-news .about-bottom .left .list li .more:after {
  content: "";
  display: block;
  background: #f45f1d;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.about-news .about-bottom .left .list li:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.about-news .about-bottom .left .list li:hover .more {
  color: #fff;
}
.about-news .about-bottom .left .list li:hover .more:after {
  width: 100%;
}
.about-news .about-bottom .right {
  width: 10.4%;
  float: right;
  padding-right: 20px;
  padding-top: 10px;
}
.about-news .about-bottom .right ul {
  background: #f5f5f5;
  overflow: hidden;
  padding-bottom: 20px;
}
.about-news .about-bottom .right ul li {
  margin-bottom: 7px;
  overflow: hidden;
}
.about-news .about-bottom .right ul li a {
  display: block;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.about-news .about-bottom .right ul li:hover a {
  color: #fff;
  background: #f45e1d;
}
.about-news .about-bottom .right ul .active a {
  color: #fff;
  background: #f45e1d;
}
.about-news .about-bottom .asideFixed {
  left: 50%;
  top: 10px;
  position: fixed;
  width: 131px;
  margin-left: 498px;
}
.about-news-show {
  padding-top: 35px;
  padding-bottom: 35px;
}
.about-news-show .artcile-name {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  color: #333;
}
.about-news-show .artcile-info {
  color: #9e9e9e;
  margin-top: 40px;
  border-top: 1px dotted #bfbfbf;
  border-bottom: 1px dotted #bfbfbf;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.about-news-show .artcile-ed {
  margin-top: 30px;
  min-height: 500px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.about-news-show .artcile-return {
  padding: 15px 0;
  border-top: 1px dotted #bfbfbf;
  border-bottom: 1px dotted #bfbfbf;
  text-align: center;
}
.about-news-show .artcile-return .btn {
  display: inline-block;
  background-color: #ff5c01;
  padding: 10px 60px;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
}
.about-news-show .relatedBt {
  margin-bottom: 10px;
  position: relative;
  border: 1px #e9e7e7 solid;
  margin-top: 40px;
  height: 40px;
}
.about-news-show .relatedBt span {
  background: #f45f1d;
  min-width: 165px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 16px;
  font-weight: 700;
}
.about-news-show .relatedBt span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.prev-next-return {
  overflow: hidden;
  position: relative;
  padding: 0 175px 0 0;
}
.prev-next-return a {
  color: #666;
  display: block;
  overflow: hidden;
}
.prev-next-return .prev,
.prev-next-return .next {
  width: 50%;
  line-height: 50px;
  padding: 0 50px;
  color: #666;
  background: #f3f3f3;
  float: left;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
}
.prev-next-return .prev > a,
.prev-next-return .next > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-next-return .prev:hover,
.prev-next-return .next:hover {
  background: #666666;
  text-decoration: underline;
}
.prev-next-return .prev:hover a,
.prev-next-return .next:hover a {
  color: #fff;
}
.prev-next-return .return {
  position: absolute;
  right: 0;
  float: right;
  display: inline-block;
  width: 175px;
  background: #f45f1d;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.prev-next-return .return img {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.prev-next-return .return:hover {
  background: #ea5839;
}
.related-news {
  overflow: hidden;
  margin-bottom: 30px;
}
.related-news .list {
  margin: 0 0;
}
.related-news li {
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 20px;
  padding-right: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.related-news li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px #f45f1d solid;
  border-right: 1px #f45f1d solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  float: left;
  margin: 9px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.related-news li a {
  color: #666666;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.related-news li .time {
  color: #999999;
  float: right;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 80px;
  text-align: right;
}
.related-news li:hover {
  margin-left: 10px;
}
.related-news li:hover a {
  color: #f45f1d;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .about-news {
    padding: 30px 10px;
  }
  .about-news .about-bottom {
    margin-top: 30px;
  }
  .about-news .about-bottom .right {
    width: 100%;
    float: none;
    padding: 0;
    right: auto;
    top: auto;
    position: relative;
    margin-bottom: 20px;
  }
  .about-news .about-bottom .right ul {
    padding-bottom: 0;
  }
  .about-news .about-bottom .right ul li {
    width: 33.33333333%;
    float: left;
    margin-bottom: 0;
  }
  .about-news .about-bottom .right ul li a {
    font-size: 14px;
  }
  .about-news .about-bottom .left {
    float: none;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .about-news .about-bottom .left .list {
    margin-bottom: 30px;
  }
  .about-news .about-bottom .asideFixed {
    position: relative;
  }
  .about-news .about-bottom .right .list {
    padding-bottom: 0;
    background: none;
    text-align: center;
  }
  .about-news .about-bottom .right .list li {
    width: 130px;
    display: inline-block;
    background: #f5f5f5;
  }
  .about-news-show {
    padding: 30px 0;
  }
  .about-news-show .artcile-ed {
    min-height: auto;
  }
  .about-news-show .artcile-name {
    font-size: 18px;
  }
  .about-news-show .artcile-info {
    margin-top: 30px;
  }
  .prev-next-return {
    padding-right: 0;
    text-align: center;
  }
  .prev-next-return .prev-next {
    width: 66.66666667%;
    float: left;
  }
  .prev-next-return .prev,
  .prev-next-return .next {
    padding: 0;
    width: 50%;
    font-weight: 400;
    line-height: 30px;
  }
  .prev-next-return .prev span,
  .prev-next-return .next span {
    display: none;
  }
  .prev-next-return .return {
    position: relative;
    right: auto;
    width: 33.33333333%;
    float: left;
    height: 30px;
    line-height: 30px;
  }
  .prev-next-return .return img {
    height: 20px;
  }
  .about-news-show .relatedBt {
    border-top: none;
    border-left: none;
    border-right: none;
    height: 30px;
    line-height: 30px;
  }
  .about-news-show .relatedBt span {
    height: 30px;
    line-height: 30px;
    min-width: 140px;
  }
  .related-news li:before {
    background: no-repeat;
    width: 6px;
    height: 6px;
    border-top: 1px #cd272e solid;
    border-right: 1px #cd272e solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 5px;
  }
}
@media (max-width: 520px) {
  .about-news .about-bottom .left .list li .pic {
    left: 90px;
  }
  .about-news .about-bottom .left .list li .text {
    padding-left: 230px;
    padding-right: 0;
  }
  .about-news .about-bottom .left .list li .more {
    position: relative;
    margin-left: 230px;
    text-align: left;
  }
  .about-news .about-bottom .left .list li:hover .more {
    background: none;
    color: #f45f1d;
  }
  .about-case .case-list {
    margin: 0 -10px;
  }
  .about-case .case-list li {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 414px) {
  .about-news .about-bottom .left .list li {
    height: auto;
    min-height: 90px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .about-news .about-bottom .left .list li .date {
    width: 90px;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    font-family: arial;
    top: 0;
  }
  .about-news .about-bottom .left .list li .date h3 {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
  }
  .about-news .about-bottom .left .list li .date h3:after {
    display: none;
  }
  .about-news .about-bottom .left .list li .date p {
    display: inline-block;
    font-size: 12px;
  }
  .about-news .about-bottom .left .list li .pic {
    top: 0;
    left: 0;
  }
  .about-news .about-bottom .left .list li .more {
    display: none;
  }
  .about-news .about-bottom .left .list li .text {
    padding-top: 10px;
    min-height: 90px;
  }
  .about-news .about-bottom .left .list li:last-child {
    margin-bottom: 0;
  }
  .about-news .about-bottom .left .list li {
    margin-bottom: 20px;
  }
  .about-news .about-bottom .left .list li .text {
    padding-left: 142px;
  }
  .about-news .about-bottom .left .list li .more {
    margin-left: 142px;
  }
}
