/**
*  UI已定义变量 s
*/
body {
  background: #F9F7F7;
}
/**
* 定义版心
**/
.pc-container {
  width: 1280PX;
  margin: 0px auto;
}
/**
    公共样式
    #fr-header-pc {}
    #fr-footer-pc {}
*/
.fr-header .header-top {
  background: #fff;
  height: 90px;
  overflow: hidden;
}
.fr-header .header-top-logo {
  padding: 15px 0;
}
.fr-header .header-top-logo > img {
  height: 60px;
}
.fr-header .header-top-content {
  padding: 21px 0;
}
.fr-header .header-top-content > img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: 7px;
}
.fr-header .header-top-content .info {
  display: inline-block;
  vertical-align: top;
  color: #E60012;
  font-size: 13px;
  height: 44px;
}
.fr-header .header-top-content .info > .tel {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 2px;
}
.fr-header .header-content {
  background: #E60012;
}
.fr-header .header-content-nav {
  font-size: 15px;
}
.fr-header .header-content-nav > li {
  height: 50px;
  line-height: 50px;
}
.fr-header .header-content-nav > li > a {
  color: #fff;
  display: block;
  padding: 0 25px;
}
.fr-header .header-content-nav > li > a.active {
  background: #fff;
  color: #120605;
}
.fr-header .header-content-search {
  margin-top: 10px;
  width: 185px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 15px;
  overflow: hidden;
}
.fr-header .header-content-search > input {
  width: 100%;
  height: 100%;
  padding: 0 36px 0 10px;
  font-size: 10px;
  color: #fff;
}
.fr-header .header-content-search > .i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 5px;
  top: 1px;
}
.fr-header .header-content-search > .i::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico-search.png) no-repeat;
  background-size: 100% 100%;
}
.fr-header .hover-btn {
  display: none;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}
.fr-header .hover-btn .hover-cell {
  display: block;
  background: #fff;
  color: #120605;
}
.fr-header .hover-btn .hover-cell:hover {
  background: #E60012;
  color: #fff;
}
.fr-header .header-content-nav > li.active {
  background: #fff;
}
.fr-header .header-content-nav > li.active > a {
  color: #E60012;
}
.fr-header .header-content-nav .hover-active {
  background: #fff;
}
.fr-header .header-content-nav .hover-active > a {
  color: #E60012;
}
.fr-footer .footer {
  background: #E60012;
  color: #fff;
  padding: 44px 0 46px;
}
.fr-footer .footer-contact {
  margin-right: 68px;
}
.fr-footer .footer-contact .logo1 {
  height: 42px;
  margin-bottom: 28px;
}
.fr-footer .footer-contact-cell {
  margin-bottom: 12px;
}
.fr-footer .footer-contact-cell > i {
  font-style: normal;
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.fr-footer .footer-contact-cell > i.tel {
  font-size: 21px;
  font-weight: 600;
  background: url(../img/footer-tel.png) no-repeat 0 center;
  background-size: 22px 22px;
  padding-left: 33px;
}
.fr-footer .footer-contact-cell > i.address {
  font-size: 13px;
  background: url(../img/footer-addr.png) no-repeat 3px center;
  background-size: 16px 23px;
  padding-left: 33px;
}
.fr-footer .footer-wx > img {
  width: 97px;
  height: 97px;
  margin-bottom: 15px;
}
.fr-footer .footer-wx > p {
  text-align: center;
  font-size: 12px;
}
.fr-footer .footer-nav dl {
  float: right;
  margin-left: 78px;
}
.fr-footer .footer-nav dl dt {
  font-size: 16px;
  margin-bottom: 28px;
}
.fr-footer .footer-nav dl dt > a {
  color: #fff;
}
.fr-footer .footer-nav dl dd {
  text-align: center;
  font-size: 12px;
  margin-bottom: 24px;
}
.fr-footer .footer-nav dl dd > a {
  color: #fff;
}
.fr-footer .footer-copy > a {
  color: #fff;
}
.newfloatdiv {
  position: fixed;
  top: 50%;
  right: 20px;
  width: 78px;
  height: 153px;
  border: 1px solid #EDEDEE;
  background: url(../img/to-top.jpg) no-repeat;
  z-index: 30;
}
.newfloatdiv > a {
  display: block;
  width: 100%;
  height: 80px;
}
.fr-join {
  position: fixed;
  z-index: 55;
  width: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  padding: 18px 0px 0px 0px;
}
.fr-join .title {
  height: 66px;
  position: relative;
  background: url(../img/join-1.png) no-repeat;
  margin: 0 40px;
}
.fr-join .title > span {
  position: absolute;
  background: url(../img/arrowup.png);
  width: 40px;
  height: 34px;
  right: 0px;
  top: 8px;
  display: block;
}
.fr-join .title > span.current {
  background: url(../img/arrowdow.png);
}
.fr-join .box {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.fr-join .box > ul {
  padding-top: 20px;
}
.fr-join .box > ul > li {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}
.fr-join .box > ul > li dl {
  width: 100%;
}
.fr-join .box > ul > li dl dt {
  float: left;
  width: 120px;
  padding-right: 10px;
  text-align: right;
  line-height: 60px;
  font-size: 16px;
}
.fr-join .box > ul > li dl dd {
  float: left;
}
.fr-join .box > ul > li dl dd.img-code > img {
  height: 54px;
  cursor: pointer;
}
.fr-join .box > ul > li dl dd input.input1 {
  background: #FFF;
  border: 1px solid #D6D6D6;
  line-height: 52px;
  height: 52px;
  padding-left: 15px;
  width: 383px;
  float: left;
  font-size: 16px;
  margin-right: 10px;
  color: #B2B2B2;
}
.fr-join .box > ul > li dl dd .m {
  float: left;
  line-height: 55px;
  color: #E60012;
}
.fr-join .box > ul > li dl dd textarea {
  border: 1px solid #D6D6D6;
  padding: 15px 15px;
  width: 1018px;
  height: 90px;
  border-radius: 0px;
  font-size: 16px;
  color: #B1B1B1;
  line-height: 30px;
  margin-bottom: 30px;
}
.fr-join .box > ul > li dl dd .select {
  float: left;
  border: 1px solid #D6D6D6;
  position: relative;
  height: 52px;
  margin-right: 10px;
  color: #B2B2B2;
}
.fr-join .box > ul > li dl dd .select .zt {
  background: url(../img/arrow.jpg) right center no-repeat;
  padding-right: 25px;
  height: 52px;
  margin-left: 17px;
  margin-right: 7px;
  font-size: 16px;
  line-height: 52px;
  color: #B3B3B3;
  cursor: pointer;
}
.fr-join .box > ul > li dl dd .select ul {
  position: absolute;
  top: 52px;
  border: 1px solid #D6D6D6;
  left: -1px;
  width: 100%;
  background: #FFF;
  padding-top: 0px;
  border-bottom: 0px;
  display: none;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.fr-join .box > ul > li dl dd .select ul li {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #D6D6D6;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  margin-bottom: 0px;
  cursor: pointer;
}
.fr-join .box > ul > li dl dd .select ul li span {
  padding-left: 17px;
  font-size: 16px;
}
.fr-join .box #tijiao.button {
  display: inline-block;
  width: 413px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  background: #E60012;
  margin-left: 300px;
  letter-spacing: 4px;
  border-radius: 4px;
}
.fr-swiper {
  margin-bottom: 40px;
}
.fr-swiper .swiper-container {
  width: 100%;
  height: 712px;
}
.fr-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 712px;
}
 .fr-swiper .swiper-slide .swiper-img >a{
  transition: 0 0 0;
  opacity: 1;
}

.fr-swiper .swiper-slide .swiper-img img {
  width: 100%;
  height: 712px;
  object-fit: cover;
}
.fr-swiper .swiper-slide .swiper-img .swiper-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 25px 0;
  background: rgba(86, 86, 86, 0.6);
  color: #fff;
}
.fr-swiper .swiper-slide .swiper-img .swiper-text > p {
  margin-bottom: 15px;
  letter-spacing: 5px;
}
.fr-swiper .swiper-slide .swiper-img .swiper-text > .fr-h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
}
.fr-swiper .swiper-slide .swiper-img .swiper-text > .fr-h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
}
.fr-swiper .swiper-slide .swiper-img .swiper-text > .fr-p {
  font-size: 21px;
  line-height: 21px;
}
.fr-swiper .swiper-slide .swiper-img .swiper-text > .fr-line {
  width: 25%;
  height: 5px;
  background: #fff;
  border-radius: 2px;
}
.fr-swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.fr-notice {
  padding: 10px 0;
  margin: 0 50px 66px;
  border-bottom: 2px solid #D6D6D6;
  width: 1040px;
}
.fr-notice-tips {
  font-size: 12px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 103px;
  background: url(../img/notice-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-right: 16px;
  margin-right: 8px;
}
.fr-notice-content {
  font-size: 12px;
  height: 50px;
  width: 913px;
}
.fr-notice-content .swiper-container {
  height: 50px;
}
.fr-notice-content .swiper-container .swiper-button-next.swiper-button-black,
.fr-notice-content .swiper-container .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background: url(../img/arrow.jpg) no-repeat center;
  right: 0;
  top: 0px;
  left: auto;
  height: 25px;
  margin: 0;
  transform: rotateX(-180deg);
}
.fr-notice-content .swiper-container .swiper-button-prev.swiper-button-black,
.fr-notice-content .swiper-container .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background: url(../img/arrow.jpg) no-repeat center;
  bottom: 0px;
  right: 0;
  top: auto;
  left: auto;
  height: 25px;
  margin: 0;
}
.fr-notice-content .swiper-container .swiper-button-next:hover,
.fr-notice-content .swiper-container .swiper-button-prev:hover {
  opacity: 0.8;
}
.fr-notice-content .swiper-container .swiper-slide > a:hover {
  color: #E60012;
  opacity: 1;
}
.fr-notice-title {
  display: inline-block;
  color: #120605;
  line-height: 50px;
  max-width: 750px;
}
.fr-notice-time {
  color: #A1A1A1;
  font-size: 12px;
  line-height: 50px;
  padding-right: 40px;
}
.fr-module {
  margin-bottom: 50px;
}
.fr-module.set-bg {
  position: relative;
}
.fr-module.set-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 48px;
  left: 0;
  right: 0;
  height: 184px;
  background: #E60012;
}
.fr-module-title {
  background: url(../img/title-bg.png) no-repeat center top;
  background-size: 396px 29px;
  padding: 24px 0 60px;
  text-align: center;
}
.fr-module-title .title {
  font-size: 35px;
  color: #E60012;
  line-height: 35px;
  font-weight: 600;
}
.fr-module-title .slogan {
  font-size: 13px;
  color: #616161;
  padding: 8px 0 15px;
  position: relative;
}
.fr-module-title .slogan::after {
  content: "";
  position: absolute;
  width: 165px;
  height: 3px;
  background: #E60012;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}
.fr-module-content .content-cell {
  width: 45%;
  margin-right: 2%;
  height: 395px;
  background: #fff;
}
.fr-module-content .content-cell:last-child {
  margin-right: 0;
}
.fr-module-content .content-cell > img {
  width: 100%;
  height: 156px;
}
.fr-module-content .content-cell > .info {
  color: #E60012;
}
.fr-module-content .content-cell > .info h4 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  padding: 29px 0;
  margin-bottom: 24px;
}
.fr-module-content .content-cell > .info p {
  font-size: 17px;
  line-height: 40px;
}
.fr-module-content .content-cell > .info p span {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
.fr-module-info {
  background: #fff;
  margin-top: 48px;
}
.fr-module-info .img {
  width: 50%;
  height: 460px;
}
.fr-module-info .info {
  width: 49%;
  color: #E60012;
  letter-spacing: 1px;
}
.fr-module-info .info > h2 {
  font-size: 43px;
  line-height: 43px;
  font-weight: 600;
  padding: 80px 0 30px 50px;
}
.fr-module-info .info > ul {
  padding-left: 50px;
}
.fr-module-info .info > ul li {
  font-size: 27px;
  line-height: 54px;
  position: relative;
}
.fr-module-info .info > ul li::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 12px;
  width: 30px;
  height: 30px;
  background: url(../img/icon-gou.png) no-repeat;
  background-size: 100% 100%;
}
.fr-module-nav {
  padding: 0 140px;
  margin-bottom: 48px;
}
.fr-module-nav .nav-cell {
  cursor: pointer;
  position: relative;
  background: transparent;
}
.fr-module-nav .nav-cell > span {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 17;
  line-height: 24px;
  height: 24px;
  padding-left: 30px;
}
.fr-module-nav .nav-cell > span.nav1 {
  background: url(../img/ico-nav1.png) no-repeat center left;
  background-size: 18px 23px;
}
.fr-module-nav .nav-cell > span.nav2 {
  background: url(../img/ico-nav2.png) no-repeat center left;
  background-size: 20px 17px;
}
.fr-module-nav .nav-cell > span.nav3 {
  background: url(../img/ico-nav3.png) no-repeat center left;
  background-size: 20px 20px;
}
.fr-module-nav .nav-cell > span.nav4 {
  background: url(../img/ico-nav4.png) no-repeat center left;
  background-size: 18px 20px;
}
.fr-module-nav .nav-cell > span.nav5 {
  background: url(../img/ico-nav5.png) no-repeat center left;
  background-size: 20px 20px;
}
.fr-module-nav .nav-cell > span.nav6 {
  background: url(../img/ico-nav6.png) no-repeat center left;
  background-size: 23px 15px;
}
.fr-module-nav .nav-cell.active .button {
  background: #E60012;
  border-color: #E60012;
}
.fr-module-nav .nav-cell.active > span {
  color: #fff;
}
.fr-module-nav .nav-cell.active > span.nav1 {
  background: url(../img/ico-nav1-active.png) no-repeat center left;
  background-size: 18px 23px;
}
.fr-module-nav .nav-cell.active > span.nav2 {
  background: url(../img/ico-nav2-active.png) no-repeat center left;
  background-size: 20px 17px;
}
.fr-module-nav .nav-cell.active > span.nav3 {
  background: url(../img/ico-nav3-active.png) no-repeat center left;
  background-size: 20px 20px;
}
.fr-module-nav .nav-cell.active > span.nav4 {
  background: url(../img/ico-nav4-active.png) no-repeat center left;
  background-size: 18px 20px;
}
.fr-module-nav .nav-cell.active > span.nav5 {
  background: url(../img/ico-nav5-active.png) no-repeat center left;
  background-size: 20px 20px;
}
.fr-module-nav .nav-cell.active > span.nav6 {
  background: url(../img/ico-nav6-active.png) no-repeat center left;
  background-size: 23px 15px;
}
.fr-module-nav .nav-cell .button {
  width: 140px;
  height: 48px;
  margin-right: 25px;
  line-height: 48px;
  text-align: center;
  color: #A1A1A1;
  border: 2px solid #D6D6D6;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
}
.fr-module-nav .nav-cell:last-child .button {
  margin-right: 0;
}
.fr-module-show {
  padding: 0 106px;
  height: 348px;
}
.fr-module-show .nav-content-cell {
  background: #fff;
  opacity: 0;
  display: none;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.fr-module-show .nav-content-cell.active {
  display: block;
}
.fr-module-show .nav-content-cell.fadein {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 1;
}
.fr-module-show .nav-content-cell.fadeout {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
}
.fr-module-show .nav-content-cell > .img {
  width: 541px;
  height: 100%;
}
.fr-module-show .nav-content-cell > .img > img {
  width: 100%;
  height: 100%;
}
.fr-module-show .nav-content-cell > .info {
  width: 489px;
  height: 100%;
  text-align: left;
  padding: 50px 0 0 19px;
}
.fr-module-show .nav-content-cell > .info > h4 {
  font-size: 34px;
  line-height: 34px;
  font-weight: 600;
  color: #E60012;
  border-left: 3px solid #E60012;
  padding-left: 16px;
  margin-bottom: 36px;
}
.fr-module-show .nav-content-cell > .info > h4 > span {
  font-size: 19px;
  line-height: 19px;
  font-weight: 200;
  color: #A1A1A1;
}
.fr-module-show .nav-content-cell > .info > p {
  font-size: 12px;
  line-height: 24px;
  color: #616161;
}
.fr-module-subtitle {
  text-align: center;
}
.fr-module-subtitle .title {
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  color: #B91A0B;
}
.fr-module-subtitle .slogan {
  font-size: 17px;
  line-height: 17px;
  color: #A1A1A1;
  padding: 25px 0 37px;
}
.fr-module-subtitle .hope {
  font-size: 23px;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  width: 442px;
  height: 47px;
  line-height: 47px;
  border-radius: 15px;
  background: #E60012;
}
.fr-module-subtitle .hope::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 1px;
  background: #A1A1A1;
  top: 23px;
  left: -415px;
}
.fr-module-subtitle .hope::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 1px;
  background: #A1A1A1;
  top: 23px;
  right: -415px;
}
.fr-module-imgs {
  margin: 266px 0 234px;
  display: inline-block;
  font-size: 38px;
  color: #fff;
  width: 267px;
  height: 186px;
  line-height: 186px;
  background: #E60012;
}
.fr-module-imgs.img > img {
  position: absolute;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.6s;
}
.fr-module-imgs.img > img:hover {
  transform: scale(1.05);
}
.fr-module-imgs.img > img.img-north {
  height: 191px;
  top: -202px;
  width: 270px;
  left: -1.5px;
}
.fr-module-imgs.img > img.img-south {
  height: 191px;
  bottom: -202px;
  width: 270px;
  left: -1.5px;
}
.fr-module-imgs.img > img.img-west {
  height: 177px;
  top: -22px;
  width: 271px;
  left: -285px;
}
.fr-module-imgs.img > img.img-east {
  height: 177px;
  top: -22px;
  width: 271px;
  right: -285px;
}
.fr-module-imgs.img > img.img-leftmost {
  height: 147px;
  top: -9px;
  width: 206px;
  left: -503px;
}
.fr-module-imgs.img > img.img-rightmost {
  height: 147px;
  top: -9px;
  width: 206px;
  right: -503px;
}
.fr-module-imgs.img > img.img-northwest {
  height: 123px;
  top: -161px;
  width: 185px;
  left: -199px;
}
.fr-module-imgs.img > img.img-northeast {
  height: 123px;
  top: -161px;
  width: 185px;
  right: -199px;
}
.fr-module-imgs.img > img.img-southwest {
  height: 123px;
  bottom: -114px;
  width: 185px;
  left: -199px;
}
.fr-module-imgs.img > img.img-southeast {
  height: 123px;
  bottom: -114px;
  width: 185px;
  right: -199px;
}
.fr-banner {
  width: 100%;
}
.fr-banner > img {
  width: 100%;
}
.fr-section {
  background: #fff;
}
.fr-section-title {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #E60012;
  line-height: 35px;
  padding: 41px 0 14px;
  position: relative;
}
.fr-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 106px;
  height: 3px;
  background: #E60012;
  border-radius: 3px;
}
.fr-section-content.fr-introduction {
  padding: 66px 0 69px;
}
.fr-section-content.fr-introduction .fr-introduction-cell:first-child {
  width: 641px;
}
.fr-section-content.fr-introduction .fr-introduction-cell:last-child {
  width: 591px;
}
.fr-section-content.fr-introduction .fr-introduction-cell > .info {
  font-size: 13px;
  line-height: 30px;
  text-indent: 26px;
  color: #000;
}
.fr-section-content.fr-introduction .fr-introduction-cell > video {
  object-fit: fill;
}
.fr-section-content.fr-introduction .fr-introduction-cell > .img-introduction {
  width: 591px;
  height: 328px;
  object-fit: cover;
}
.fr-section-content.fr-introduction .fr-introduction-cell > .img-ico {
  padding: 26px 120px 0;
}
.fr-section-content.fr-introduction .fr-introduction-cell > .img-ico > div {
  display: inline-block;
}
.fr-section-content.fr-introduction .fr-introduction-cell > .img-ico > div img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.fr-section-content.fr-introduction .fr-introduction-cell > .img-ico > div p {
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  color: #E60012;
}
.fr-section-content.fr-introduction .fr-introduction-cell > .img-ico > .cell-left {
  margin-right: 76px;
}
.fr-section-content.fr-introduction.fr-culture {
  background: transparent;
}
.fr-section-content.fr-culture {
  padding: 60px 0 62px;
}
.fr-section-content.fr-culture .fr-culture-imgs .img-cell {
  width: 394px;
  height: 272px;
  margin-right: 48px;
}
.fr-section-content.fr-culture .fr-culture-imgs .img-cell:last-child {
  margin-right: 0;
}
.fr-section-content.fr-culture .fr-culture-imgs .img-cell > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.6s;
}
.fr-section-content.fr-culture .fr-culture-imgs .img-cell > img:hover {
  transform: scale(1.05);
}
.fr-section-content.fr-culture .fr-culture-imgs .img-cell .info {
  position: absolute;
  left: 42px;
  bottom: 24px;
  color: #fff;
}
.fr-section-content.fr-culture .fr-culture-imgs .img-cell .info > h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 34px;
}
.fr-section-content.fr-culture .fr-culture-imgs .img-cell .info > p {
  font-size: 13px;
  line-height: 13px;
}
.fr-section-content.fr-honor {
  padding: 60px 0 22px;
}
.fr-section-content.fr-honor .fr-honor-cells .honor-cell {
  width: 350px;
  float: left;
  margin-right: 110px;
}
.fr-section-content.fr-honor .fr-honor-cells .honor-cell:nth-child(3n) {
  margin-right: 0;
}
.fr-section-content.fr-honor .fr-honor-cells .honor-cell > img {
  width: 100%;
  height: 258px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.6s;
}
.fr-section-content.fr-honor .fr-honor-cells .honor-cell > img:hover {
  transform: scale(1.05);
}
.fr-section-content.fr-honor .fr-honor-cells .honor-cell > p {
  font-size: 13px;
  line-height: 26px;
  color: #120605;
  text-align: center;
  height: 50px;
  padding: 10px 0 40px;
}
.fr-section-content.fr-main-company {
  padding: 64px 0 44px;
}
.fr-section-content.fr-main-company .fr-contact-cells {
  margin-bottom: 50px;
}
.fr-section-content.fr-main-company .fr-contact-cells .contact-cell {
  width: 23%;
  height: 227px;
  text-align: center;
  margin-right: 2.66%;
  box-shadow: 0 4px 5px rgba(230, 0, 18, 0.4);
}
.fr-section-content.fr-main-company .fr-contact-cells .contact-cell:last-child {
  margin-right: 0;
}
.fr-section-content.fr-main-company .fr-contact-cells .contact-cell > img {
  width: 80px;
  height: 80px;
  margin: 40px 0 20px;
}
.fr-section-content.fr-main-company .fr-contact-cells .contact-cell > p {
  font-size: 13px;
  line-height: 20px;
  color: #000;
}
.fr-section-content.fr-main-company .fr-contact-cells .contact-cell.contact-cell-email > p {
  line-height: 40px;
}
.fr-section-content.fr-main-company .fr-contact-Map {
  height: 460px;
}
.fr-section-content.fr-branch-company {
  padding: 35px 0 44px;
}
.fr-section-content.fr-branch-company .fr-area-cells {
  background: #E60012;
  color: #fff;
  padding: 0 24px;
  font-size: 17px;
}
.fr-section-content.fr-branch-company .fr-area-cells .area-cell {
  line-height: 17px;
  padding: 13px 24px;
  min-width: 34px;
  text-align: center;
  cursor: pointer;
}
.fr-section-content.fr-branch-company .fr-area-cells .area-cell.active {
  position: relative;
}
.fr-section-content.fr-branch-company .fr-area-cells .area-cell.active::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 34px;
  background: #fff;
}
.fr-section-content.fr-branch-company .fr-area-infos .area-info {
  box-sizing: border-box;
  padding: 24px 0 24px 40px;
  font-size: 14px;
  color: #000;
  width: 50%;
}
.fr-section-content.fr-branch-company .fr-area-infos .area-info > h4 {
  font-weight: 600;
  line-height: 20px;
}
.fr-section-content.fr-branch-company .fr-area-infos .area-info > p {
  line-height: 24px;
}
.fr-section-content.fr-recruit-idea {
  padding: 31px 0 40px;
}
.fr-section-content.fr-recruit-idea .recruit-idea-cells .idea-cell {
  width: 23%;
  margin-right: 2.666%;
}
.fr-section-content.fr-recruit-idea .recruit-idea-cells .idea-cell:last-child {
  margin-right: 0;
}
.fr-section-content.fr-recruit-idea .recruit-idea-cells .idea-cell > img {
  width: 100%;
  height: 212px;
}
.fr-section-content.fr-recruit-idea .recruit-idea-cells .idea-cell > p {
  font-size: 21px;
  font-weight: 600;
  line-height: 46px;
  color: #E60012;
  text-align: center;
}
.fr-section-content.fr-recruit-infos {
  padding: 56px 0 58px;
}
.fr-section-content.fr-recruit-detail {
  padding: 57px 0 105px;
}
.fr-section-content.fr-recruit-detail .recruit-detail-infos {
  margin-bottom: 80px;
}
.fr-section-content.fr-recruit-detail .recruit-detail-infos .detail-infos {
  color: #000;
  margin-top: 30px;
}
.fr-section-content.fr-recruit-detail .recruit-detail-infos .detail-infos > h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 46px;
}
.fr-section-content.fr-recruit-detail .recruit-detail-infos .detail-infos > p {
  font-size: 13px;
  line-height: 26px;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply {
  height: 319px;
  background: url(../img/img-bg13.png) no-repeat;
  background-size: 100% 100%;
  padding: 40px 0 0;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply .input-cell {
  width: 48%;
  height: 41px;
  border-radius: 4px;
  background: rgba(96, 96, 96, 0.5);
  font-size: 13px;
  color: #fff;
  margin-bottom: 16px;
  padding-left: 1%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply .input-cell > .sex-input {
  width: 100%;
  line-height: 41px;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply .input-cell > .sex-list {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply .input-cell > .sex-list > ul {
  width: 100%;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply .input-cell > .sex-list > ul > li {
  width: 98%;
  padding-left: 2%;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #D6D6D6;
  cursor: pointer;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply .input-cell > .sex-list > ul > li:last-child {
  border: none;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply .input-cell > .sex-list > ul > li:hover {
  background: #E60012;
  color: #fff;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply .input-cell > input {
  width: 100%;
  height: 100%;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply .input-cell > select {
  width: 100%;
  height: 100%;
  background: transparent;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply .input-cell.img-code > img {
  height: 100%;
  cursor: pointer;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply .input-cell.img-code > input {
  width: 50%;
  height: 100%;
}
.fr-section-content.fr-recruit-detail .recruit-detail-apply .apply-btn {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
  height: 41px;
  line-height: 41px;
  border-radius: 4px;
  background: #E60012;
}
.fr-section-content.fr-join-adv {
  padding: 81 0 45px;
}
.fr-section-content.fr-join-adv img {
  width: 100%;
}
.fr-section-content.fr-join-tep {
  padding: 73px 0 106px;
}
.fr-section-content.fr-join-tep .join-teps {
  position: relative;
  overflow: hidden;
}
.fr-section-content.fr-join-tep .join-teps-line {
  position: absolute;
  z-index: -1;
  top: 64px;
  left: 10px;
  right: 10px;
  border-bottom: 1px dashed #E60012;
}
.fr-section-content.fr-join-tep .join-teps .step-cell {
  width: 10%;
  margin-right: 12.5%;
}
.fr-section-content.fr-join-tep .join-teps .step-cell:last-child {
  margin-right: 0;
}
.fr-section-content.fr-join-tep .join-teps .step-cell > img {
  width: 100%;
  border-radius: 50%;
}
.fr-section-content.fr-join-tep .join-teps .step-cell > p {
  font-size: 17px;
  line-height: 17px;
  color: #E60012;
  margin-top: 37px;
  font-weight: 600;
  text-align: center;
}
.fr-section-content.fr-join-apply {
  padding: 50px 0 100px;
}
.fr-section-content.fr-join-apply .join-form {
  background: #E60012;
  padding: 36px 54px 36px 120px;
}
.fr-section-content.fr-join-apply .join-form-input {
  width: 423px;
}
.fr-section-content.fr-join-apply .join-form-input .input-cell {
  border: 2px solid #fff;
  height: 41px;
  margin-bottom: 27px;
  border-radius: 4px;
}
.fr-section-content.fr-join-apply .join-form-input .input-cell.img-code > input {
  width: 50%;
}
.fr-section-content.fr-join-apply .join-form-input .input-cell.img-code > img {
  height: 100%;
  cursor: pointer;
}
.fr-section-content.fr-join-apply .join-form-input .input-cell > input {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  padding: 0 5px;
}
.fr-section-content.fr-join-apply .join-form-input .input-cell > span {
  color: #fff;
}
.fr-section-content.fr-join-apply .join-form-input .select-cell {
  border: none;
  padding: 0;
}
.fr-section-content.fr-join-apply .join-form-input .select-cell .select {
  width: 30%;
  height: 100%;
  border-radius: 4px;
  border: 2px solid #fff;
  float: left;
  font-size: 15px;
  color: #fff;
  margin-right: 2%;
}
.fr-section-content.fr-join-apply .join-form-input .select-cell .select .zt {
  height: 100%;
  line-height: 41px;
  padding: 0 5px;
}
.fr-section-content.fr-join-apply .join-form-input .select-cell .select ul {
  padding: 0 5px;
  background: #E60012;
  position: relative;
  z-index: 2;
  border: 1px solid #D6D6D6;
  width: 100%;
  padding-top: 0px;
  border-bottom: 0px;
  display: none;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.fr-section-content.fr-join-apply .join-form-input .select-cell .select ul li {
  line-height: 41px;
}
.fr-section-content.fr-join-apply .join-form-input .textarea-cell {
  height: 114px;
}
.fr-section-content.fr-join-apply .join-form-input .textarea-cell > textarea {
  width: 100%;
  height: 100%;
  color: #fff;
  background: transparent;
  font-size: 15px;
  padding: 5px;
  z-index: -1;
}
.fr-section-content.fr-join-apply .join-form-input .join-form-submit {
  display: inline-block;
  padding: 5px 17px;
  background: #fff;
  font-size: 15px;
  color: #E60012;
  border-radius: 9px;
  cursor: pointer;
  z-index: -1;
}
.fr-section-content.fr-join-apply .join-form-bg {
  width: 518px;
  height: 381px;
}
.fr-section-content.fr-join-apply .join-form-bg > img {
  width: 100%;
  height: 100%;
}
.fr-section-content.fr-news-infos {
  padding: 48px 0 65px;
}
.fr-section-content.fr-news-infos .pc-container {
  background: #fff;
}
.fr-section-content.fr-news-infos .news-infos-img {
  width: 50%;
}
.fr-section-content.fr-news-infos .news-infos-img > img {
  width: 100%;
  height: 364px;
  object-fit: cover;
}
.fr-section-content.fr-news-infos .news-infos-content {
  width: 44%;
  padding: 61px 3% 41px;
  color: #000;
  background: #fff;
}
.fr-section-content.fr-news-infos .news-infos-content .title {
  font-size: 10px;
}
.fr-section-content.fr-news-infos .news-infos-content > h3 {
  color: #E60012;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  padding: 20px 0;
}
.fr-section-content.fr-news-infos .news-infos-content > p {
  font-size: 11px;
  line-height: 26px;
  max-height: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.fr-section-content.fr-news-infos .news-infos-content .more {
  font-size: 13px;
  color: #E60012;
  margin-top: 10px;
  display: inline-block;
}
.fr-section-content.fr-news-list .news-cell {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  background: #fff;
}
.fr-section-content.fr-news-list .news-cell:nth-child(3n) {
  margin-right: 0;
}
.fr-section-content.fr-news-list .news-cell > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.fr-section-content.fr-news-list .news-cell > h4 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  padding: 10px 20px;
}
.fr-section-content.fr-news-list .news-cell > p {
  font-size: 13px;
  color: #000;
  padding: 0 20px;
  line-height: 20px;
  height: 40px;
}
.fr-section-content.fr-news-list .news-cell .time {
  font-size: 12px;
  color: #A1A1A1;
  padding: 20px;
}
.fr-section-content.fr-news-actives {
  padding: 40px 0 85px;
}
.fr-section-content.fr-news-actives .news-actives-img {
  width: 50%;
  height: 350px;
}
.fr-section-content.fr-news-actives .news-actives-img > img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.fr-section-content.fr-news-actives .news-actives-img .news-words {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  color: #fff;
}
.fr-section-content.fr-news-actives .news-actives-img .news-words > h4 {
  font-size: 18px;
  max-width: 450px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 8px;
  margin-left: 20px;
}
.fr-section-content.fr-news-actives .news-actives-img .news-words > p {
  font-size: 14px;
  max-width: 520px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 6px;
  margin-left: 20px;
}
.fr-section-content.fr-news-actives .news-actives-img .news-words .time {
  width: 50px;
  height: 70px;
  padding: 0 10px;
  background-color: #E60012;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.fr-section-content.fr-news-actives .news-actives-img .news-words .time > h5 {
  font-size: 14px;
  color: #ffffff;
  margin-top: 6px;
}
.fr-section-content.fr-news-search {
  padding: 20px 0;
}
.fr-section-content.fr-news-search .text {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}
.fr-section.other-bg {
  background: url(../img/img-bg5.jpg) no-repeat;
  background-size: 100% 452px;
  height: 594px;
  margin-bottom: 30px;
}
.fr-section.other-bg .fr-section-title {
  color: #fff;
}
.fr-section.other-bg .fr-section-title::after {
  background: #fff;
}
.fr-section .fr-development {
  position: relative;
  margin-top: 30px;
}
.fr-section .fr-development #development {
  position: relative;
}
.fr-section .fr-development .development {
  width: 1000px;
  height: 130px;
  margin: 0 auto;
  position: relative;
}
.fr-section .fr-development .development #swiperSec {
  width: 1000px;
}
.fr-section .fr-development .development .sec-step {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.fr-section .fr-development .development .sec-step .pr {
  position: absolute;
  left: -20px;
  top: 60px;
  cursor: pointer;
}
.fr-section .fr-development .development .sec-step .next {
  position: absolute;
  right: -20px;
  top: 60px;
  cursor: pointer;
}
.fr-section .fr-development .development .sec-one {
  position: relative;
  width: 100%;
  height: 130px;
  text-align: center;
  cursor: pointer;
}
.fr-section .fr-development .development .sec-one.active .one-year {
  background-color: #7374AA;
}
.fr-section .fr-development .development .sec-one.active .one-year .one-year-g {
  background-color: #FF000C;
}
.fr-section .fr-development .development .sec-one.active .one-year .one-year-g div {
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 16px;
}
.fr-section .fr-development .development .sec-one.active .one-line {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 2px;
  margin-left: -1px;
  height: 30px;
  background-color: #4577F2;
}
.fr-section .fr-development .development .sec-one.active .one-dian {
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 8px;
  margin-left: -4px;
  height: 8px;
  border-radius: 50%;
  background-color: #4577F2;
}
.fr-section .fr-development .development .sec-one .one-year {
  position: relative;
  z-index: 1;
  padding: 10px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin: 0 auto;
}
.fr-section .fr-development .development .sec-one .one-year .one-year-g {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.fr-section .fr-development .development .sec-one .one-year .one-year-g div {
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 150px;
  color: #fff;
  font-size: 14px;
}
.fr-section .fr-development .development .sec-one .one-line {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 2px;
  margin-left: -1px;
  height: 20px;
  background-color: #fff;
}
.fr-section .fr-development .development .sec-one .one-dian {
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 8px;
  margin-left: -4px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.fr-section .fr-development .development .sec-one .one-heng {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
}
.fr-section .fr-development .development .sec-one .one-heng img {
  width: 100%;
}
.fr-section .fr-development .swiper-new {
  width: 900px;
  height: 280px;
  margin: 0 auto;
  margin-top: 70px;
  box-shadow: 0 4px 20px rgba(162, 162, 162, 0.24);
}
.fr-section .fr-development .swiper-new .one {
  width: 900px;
  height: 280px;
  overflow: hidden;
  background-color: #fff;
}
.fr-section .fr-development .swiper-new .one .one-img {
  width: 50%;
}
.fr-section .fr-development .swiper-new .one .one-img img {
  height: 280px;
  width: 450px;
  object-fit: cover;
}
.fr-section .fr-development .swiper-new .one .one-text {
  padding: 10px 2%;
  width: 46%;
}
.fr-section .fr-development .swiper-new .one .one-text h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.fr-section .fr-development .swiper-new .one .one-text .text {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  -webkit-line-clamp: 5;
}
.fr-section .fr-recruit-infos .swiper-container {
  width: 100%;
  height: 650px;
}
.fr-section .fr-recruit-infos .swiper-slide {
  position: relative;
  width: 100%;
}
.fr-section .fr-recruit-infos .swiper-slide .swiper-table {
  width: 100%;
}
.fr-section .fr-recruit-infos .swiper-slide .swiper-table > table {
  width: 100%;
}
.fr-section .fr-recruit-infos .swiper-slide .swiper-table > table a {
  color: #06f;
}
.fr-section .fr-recruit-infos .swiper-slide .swiper-table > table .thead tr th {
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  background: #A1A1A1;
  color: #fff;
  border-right: 2px solid #fff;
}
.fr-section .fr-recruit-infos .swiper-slide .swiper-table > table .thead tr th:last-child {
  border-right: none;
}
.fr-section .fr-recruit-infos .swiper-slide .swiper-table > table .tbody tr td {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.05);
  color: #A1A1A1;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.fr-section .fr-recruit-infos .swiper-slide .swiper-table > table .tbody tr td:last-child {
  border-right: none;
}
.fr-section .fr-recruit-infos .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.fr-section .fr-recruit-infos .swiper-pagination-bullet-active {
  background: #E60012;
}
.fr-section .fr-recruit-detail .recruit-detail-table > table {
  width: 100%;
}
.fr-section .fr-recruit-detail .recruit-detail-table > table a {
  color: #06f;
}
.fr-section .fr-recruit-detail .recruit-detail-table > table .thead tr th {
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  background: #A1A1A1;
  color: #fff;
  border-right: 2px solid #fff;
}
.fr-section .fr-recruit-detail .recruit-detail-table > table .thead tr th:last-child {
  border: none;
}
.fr-section .fr-recruit-detail .recruit-detail-table > table .tbody tr td {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.05);
  color: #120605;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.fr-section .fr-recruit-detail .recruit-detail-table > table .tbody tr td:last-child {
  border: none;
}
.fr-section .fr-limit-page {
  text-align: center;
  margin: 40px 0;
}
.fr-section .fr-limit-page .fr-limit-btn {
  display: inline-block;
}
.fr-section .fr-limit-page .fr-limit-btn > a {
  color: #120605;
  font-size: 17px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #D6D6D6;
}
.fr-section .fr-limit-page .fr-limit-btn > a.active {
  color: #fff;
  background: #E60012;
  border-color: #E60012;
}
.fr-section .fr-limit-page .fr-limit-btn > a > input {
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  padding: 2px;
}
.fr-section .fr-news-actives .news-actives-content {
  width: 50%;
}
.fr-section .fr-news-actives .news-actives-content .swiper-container {
  width: 100%;
  height: 350px;
}
.fr-section .fr-news-actives .news-actives-content .swiper-container .line-time {
  width: 16%;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  margin-top: -18px;
  margin-left: 10%;
}
.fr-section .fr-news-actives .news-actives-content .swiper-container .line-time2 {
  width: 16%;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  margin-top: -18px;
  margin-left: 84%;
}
.fr-section .fr-news-actives .news-actives-content .swiper-slide {
  position: relative;
  width: 100%;
  height: 350px;
}
.fr-section .fr-news-actives .news-actives-content .swiper-slide .swiper-img > li {
  width: 90%;
  height: 74px;
  margin-left: 10%;
  position: relative;
}
.fr-section .fr-news-actives .news-actives-content .swiper-slide .swiper-img > li:nth-child(n+2) {
  margin-top: 26px;
}
.fr-section .fr-news-actives .news-actives-content .swiper-slide .swiper-img > li .words-datas2 {
  width: 74px;
  height: 74px;
  border: 1px solid #e8e8e8;
  text-align: center;
  float: left;
}
.fr-section .fr-news-actives .news-actives-content .swiper-slide .swiper-img > li h5 {
  font-size: 14px;
  color: #555555;
  margin-top: 6px;
}
.fr-section .fr-news-actives .news-actives-content .swiper-slide .swiper-img > li h4 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}
.fr-section .fr-news-actives .news-actives-content .swiper-slide .swiper-img > li h3 {
  font-size: 17px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 80px;
  margin-top: 6px;
  width: 70%;
}
.fr-section .fr-news-actives .news-actives-content .swiper-slide .swiper-img > li h3:hover {
  color: #E60012;
}
.fr-section .fr-news-actives .news-actives-content .swiper-slide .swiper-img > li h6 {
  font-size: 12px;
  color: #A1A1A1;
  margin-left: 80px;
  height: 46px;
  overflow: hidden;
  margin-top: 6px;
  line-height: 26px;
  width: 70%;
}
.fr-section .fr-news-actives .news-actives-content .swiper-pagination-bullet-active {
  background: #E60012;
}
.fr-news-detail > ul {
  width: 100%;
}
.fr-news-detail > ul > li {
  float: left;
}
.fr-news-detail > ul > li:nth-child(1) {
  width: 68%;
  background-color: #ffffff;
}
.fr-news-detail > ul > li:nth-child(2) {
  width: 32%;
  background-color: #ffffff;
}
.fr-news-detail .details-words {
  width: 95%;
  margin-left: 2.5%;
  margin-bottom: 40px;
  overflow: hidden;
}
.fr-news-detail .details-words p {
  color: #666;
  line-height: 28px;
}
.fr-news-detail .details-words p a {
  color: #0f307f;
}
.fr-news-detail .details-words p a:hover {
  color: #426dd7;
  border-bottom: 1px dotted #426dd7;
}
.fr-news-detail .details-words p img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.fr-news-detail .details-words h1 {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #333333;
  width: 100%;
  margin-top: 40px;
}
.fr-news-detail .time-see {
  width: 100%;
  height: 40px;
  color: #777777;
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}
.fr-news-detail .details-pic-one {
  width: 100%;
}
.fr-news-detail .details-pic-two {
  width: 100%;
  margin-bottom: 30px;
}
.fr-news-detail .details-words-one {
  margin-top: 30px;
  font-size: 14px;
  color: #777777;
  margin-bottom: 30px;
}
.fr-news-detail .details-words-two {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
}
.fr-news-detail .details-click {
  width: 100%;
  height: 60px;
  margin-top: 120px;
  background-color: #f5f5f5;
}
.fr-news-detail .details-click ul li {
  float: left;
  width: 50%;
  color: #999999;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fr-news-detail .details-click ul li:hover {
  color: #0f307f;
}
.fr-news-detail .details-click ul li > a {
  color: #999;
}
.fr-news-detail .details-click ul li > a:hover {
  color: #E60012;
}
.fr-news-detail .container-details > ul > li:nth-child(2) {
  width: 30%;
  margin-left: 2%;
}
.fr-news-detail .details-news {
  width: 100%;
  background-color: #ffffff;
}
.fr-news-detail .details-news > ul {
  width: 86%;
  margin-left: 7%;
}
.fr-news-detail .details-news > ul > h3 {
  font-size: 16px;
  display: inline-block;
  margin-top: 30px;
  color: #333333;
}
.fr-news-detail .details-news > ul > img {
  display: block;
  margin-top: 20px;
}
.fr-news-detail .details-news > ul > hr {
  width: 100%;
  height: 2px;
  background-color: #ececec;
}
.fr-news-detail .news-listM {
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}
.fr-news-detail .news-listM li {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.fr-news-detail .news-listM li a {
  margin-left: 20px;
  color: #777777;
}
.fr-news-detail .news-listM li a:hover {
  color: #E60012;
}
.fr-news-detail .details-essay {
  width: 100%;
  margin-top: 14px;
  background-color: #ffffff;
}
.fr-news-detail .details-essay > ul {
  width: 86%;
  margin-left: 7%;
}
.fr-news-detail .details-essay > ul > h3 {
  font-size: 16px;
  display: inline-block;
  margin-top: 30px;
  color: #333333;
}
.fr-news-detail .details-essay > ul > img {
  display: block;
  margin-top: 20px;
}
.fr-news-detail .details-essay > ul > hr {
  width: 100%;
  height: 2px;
  background-color: #ececec;
}
.fr-news-detail .essay-listM {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.fr-news-detail .essay-listM li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px dashed #e5e6e6;
}
.fr-news-detail .essay-listM li div {
  float: left;
}
.fr-news-detail .listM-left {
  width: 36%;
  height: 80px;
  object-fit: cover;
  overflow: hidden;
}
.fr-news-detail .listM-left img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fr-news-detail .listM-left img:hover {
  transform: scale(1.2);
}
.fr-news-detail .listM-right {
  width: 60%;
  height: auto;
}
.fr-news-detail .listM-right h4 {
  font-size: 14px;
  color: #777777;
  margin-left: 20px;
  height: auto;
  overflow: hidden;
}
.fr-news-detail .listM-right h4:hover {
  color: #E60012;
}
.fr-news-detail .listM-right p {
  font-size: 12px;
  color: #777777;
  opacity: 0.5;
  margin-left: 20px;
}
