@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 14px;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
input {
  border: none;
  outline: none;
  background: none;
}
.wrap {
  width: 1100px;
  margin: 0 auto;
}
.banner .swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  /*   left: 0px;
  top: 0px;
  float: left;
  overflow: hidden; */
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  /*   height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px; */
}
.banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-pagination {
  position: absolute;
  width: 200px;
  height: 30px;
  bottom: 20px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  margin: 10px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.ctit {
  text-align: center;
  margin-bottom: 35px;
}
.ctit h2 {
  font-size: 34px;
  color: #7c706a;
  font-weight: bold;
}
.ctit p {
  font-size: 20px;
  line-height: 40px;
  color: #7b7b7b;
}
.fyqf_nav {
  height: 58px;
}
.fyqf_nav .fyqf_fixed {
  height: 58px;
  width: 100%;
  background: #f56d3f;
  position: relative;
}
.fyqf_nav .fyqf_fixed .wrap {
  display: flex;
}
.fyqf_nav .fyqf_fixed a {
  flex: 1;
  line-height: 53px;
  width: 120px;
  text-align: center;
  display: block;
  float: left;
  margin: 0 18px;
  color: #f9f9f9;
  font-size: 18px;
}
.fyqf_nav .fyqf_fixed a:hover {
  font-weight: bold;
}
.fyqf_nav .fyqf_fixed a.active {
  font-weight: bold;
  position: relative;
}
.fyqf_nav .fyqf_fixed a.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #f9f9f9;
  bottom: 0px;
  left: 50%;
  margin-left: -4px;
}
.btn {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 181px;
  height: 55px;
  border-radius: 5px;
  background: -webkit-linear-gradient(to right, #f76f43, #f15f4e);
  background: -moz-linear-gradient(to right, #f76f43, #f15f4e);
  background: -ms-linear-gradient(to right, #f76f43, #f15f4e);
  background: linear-gradient(to right, #f76f43, #f15f4e);
}
.btn:hover {
  background: -webkit-linear-gradient(to right, #f15f4e, #f76f43);
  background: -moz-linear-gradient(to right, #f15f4e, #f76f43);
  background: -ms-linear-gradient(to right, #f15f4e, #f76f43);
  background: linear-gradient(to right, #f15f4e, #f76f43);
}
.btn span {
  padding-right: 30px;
  background: url(/fyqf/imgs/btn_img.png) no-repeat right center;
  line-height: 55px;
}
.c1 {
  padding: 50px 0 0 0;
}
.c1 .c1-plan {
  width: 1122px;
  margin: auto;
}
.c1 .c1-plan .ctit {
  margin-bottom: 78px;
}
.c1 .c1-plan .ctit h2 {
  font-size: 32px;
  color: #7C706A;
  font-weight: normal;
  line-height: 40px;
}
.c1 .c1-plan .ctit p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #7B7B7B;
  line-height: 26px;
  text-align: start;
}
.c1 .content-box {
  height: 313px;
  padding: 70px 25px 0 425px;
  background: #FFFFFF url(/fyqf/imgs/c1-content-bg.png);
  border: 1px solid #DFDFDF;
  box-shadow: 0px 10px 8px 0px rgba(202, 202, 202, 0.28);
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
}
.c1 .content-box .left-box {
  position: absolute;
  left: 73px;
  top: -39px;
  width: 308px;
  height: 390px;
  background: #F9F9F9;
  box-shadow: 0px 10px 8px 0px rgba(202, 202, 202, 0.28);
}
.c1 .content-box .left-box img {
  width: 100%;
  height: 100%;
}
.c1 .content-box .right-box .desc {
  font-size: 16px;
  font-weight: 400;
  color: #7B7B7B;
  line-height: 26px;
}
.c1-free {
  width: 100%;
  height: 300px;
  background: url(/fyqf/imgs/free-bg.png) no-repeat;
  background-size: 1921px 300px;
  background-position: center;
  margin-top: 85px;
}
.c1-free h3 {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-top: 52px;
}
.c1-free .c1-free-box {
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin: 80px auto 0 auto;
  text-align: center;
}
.c1-free .c1-free-box div {
  box-shadow: 0px 6px 8px 0px rgba(218, 166, 166, 0.28);
  border-radius: 5px;
  border: solid 1px #ffffff;
  padding: 14px 25px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.add0911 {
  padding: 60px 0 0 0;
}
.add0911 .ctit {
  margin-bottom: 0;
}
.add0911_cont {
  height: 500px;
  position: relative;
  margin-bottom: 40px;
}
.add0911_cont_item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -207px 0 0 -360px;
  box-sizing: border-box;
  background-size: 100% 100%;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  overflow: hidden;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}
.add0911_cont_item p {
  margin-bottom: 15px;
}
.add0911_cont_item span {
  display: none;
}
.add0911_cont_item.add_c {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  opacity: 1;
}
.add0911_cont_item.add_c p {
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
.add0911_cont_item.add_c span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #7b7b7b;
}
.add0911_cont .add0911_cont_item.add_l,
.add0911_cont .add0911_cont_item.add_r {
  -webkit-transform: translate3d(-261px, 0, 0) scale(0.8);
  -ms-transform: translate3d(-261px, 0, 0) scale(0.8);
  -o-transform: translate3d(-261px, 0, 0) scale(0.8);
  transform: translate3d(-261px, 0, 0) scale(0.8);
  opacity: 1;
}
.add0911_cont .add0911_cont_item.add_r {
  -webkit-transform: translate3d(261px, 0, 0) scale(0.8);
  -ms-transform: translate3d(261px, 0, 0) scale(0.8);
  -o-transform: translate3d(261px, 0, 0) scale(0.8);
  transform: translate3d(261px, 0, 0) scale(0.8);
}
.add0911_cont .add_prevbtn,
.add0911_cont .add_nextbtn {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  top: 86px;
  width: 190px;
  height: 334px;
  position: absolute;
}
.add0911_cont .add_prevbtn {
  border-radius: 10px 0 0 10px;
  left: 0;
}
.add0911_cont .add_nextbtn {
  border-radius: 0 10px 10px 0;
  right: 0;
}
.add0911 .add0911_list {
  padding-left: 95px;
  box-sizing: border-box;
}
.add0911 .add0911_list li {
  height: 87px;
  line-height: 87px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  float: left;
  width: 60px;
  margin-right: 1px;
}
.add0911 .add0911_list li.active {
  background: url(/fyqf/imgs/add0911_li_bg.png) no-repeat center top;
  color: #fff;
}
.add0911 .add0911_list li:last-child {
  margin-right: 0;
}
.c1 .c1-act {
  margin-top: 60px;
  padding: 56px 0 23px 0;
  border: 1px solid #DFDFDF;
  box-shadow: 0px 10px 8px 0px rgba(202, 202, 202, 0.28);
  box-sizing: border-box;
}
.c1 .c1-act h3 {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 32px;
  font-weight: bold;
  color: #7c706a;
}
.c1 .c1-act .c1-act-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1100px;
  margin: 45px auto 28px auto;
}
.c1 .c1-act .c1-act-box li {
  width: 260px;
  height: 119px;
  background-color: #ffffff;
  box-shadow: 0px 10px 8px 0px rgba(202, 202, 202, 0.28);
  border-radius: 10px;
  border: solid 1px #dfdfdf;
  font-family: MicrosoftYaHei;
  font-size: 26px;
  line-height: 119px;
  letter-spacing: 3px;
  color: #7c706a;
  margin-bottom: 35px;
  text-align: center;
}
.c2 {
  padding: 35px 0 60px 0;
  border: 1px solid #DFDFDF;
  box-shadow: 0px 10px 8px 0px rgba(202, 202, 202, 0.28);
  box-sizing: border-box;
}
.c2 .wrap > div.fl {
  width: 332px;
  height: 363px;
  padding-top: 10px;
  position: relative;
}
.c2 .wrap > div.fl:before {
  content: "";
  display: block;
  position: absolute;
  width: 332px;
  height: 363px;
  border-radius: 10px;
  border: 1px solid #f76f43;
  top: 0;
  left: 10px;
}
.c2 .wrap > div.fl img {
  position: relative;
}
.c2 .wrap > div.fl p {
  position: absolute;
  width: 100%;
  line-height: 60px;
  font-size: 18px;
  left: 0;
  bottom: 0;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
}
.c2 .wrap > div.fr {
  width: 740px;
  height: 371px;
  background: url(/fyqf/imgs/c2_bg.png) no-repeat center top;
  box-sizing: border-box;
  padding: 65px 40px 0 35px;
  box-shadow: 0 2px 20px rgba(202, 202, 202, 0.8);
  border-radius: 10px;
}
.c2 .wrap > div.fr > img {
  margin-top: 45px;
  margin-right: 25px;
}
.c2 .wrap > div.fr > div {
  width: 520px;
  white-space: nmowrap;
}
.c2 .wrap > div.fr > div p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 50px;
}
.c2 .wrap > div.fr > div .c2_btn {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 181px;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.c2 .wrap > div.fr > div .c2_btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.c2 .wrap > div.fr > div .c2_btn span {
  padding-right: 30px;
  background: url(/fyqf/imgs/btn_img.png) no-repeat right center;
  line-height: 55px;
}
.fygs .swiper-container1 {
  width: 100%;
  /* height: 100%; */
  height: 563px;
  position: relative;
  overflow: hidden;
}
.fygs .swiper-container1 .swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 500%;
  height: 100%;
}
.fygs .swiper-container1 .swiper-wrapper .swiper-slide {
  float: left;
  width: 20%;
  height: 100%;
}
.fygs .swiper-container1 .swiper-pagination {
  position: absolute;
  text-align: center;
  height: 30px;
  width: 100%;
  left: 0;
  bottom: 20px;
}
.fygs .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #f56d3f;
}
.fygs .swiper-container1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f56d3f;
}
.fygs .wrap {
  padding: 80px 0 65px;
}
.fygs .wrap > div.fl {
  width: 306px;
}
.fygs .wrap > div.fl .ctit {
  text-align: left;
  margin-bottom: 20px;
}
.fygs .wrap > div.fl .ctit h2 {
  font-size: 32px;
  letter-spacing: 5px;
}
.fygs .wrap > div.fl .ctit p {
  font-size: 16px;
  color: #f76f43;
  line-height: 30px;
  letter-spacing: 3px;
}
.fygs .wrap > div.fl > p {
  height: 214px;
  background: url(../images/qf-2019-fyqf/c1_yh.png) no-repeat left top;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding-top: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #7b7b7b;
}
.fygs .wrap > div.fr {
  width: 742px;
  height: 418px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}
.fygs .wrap > div.fr:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #f76f43;
  top: -9px;
  right: -9px;
}
.fygs .wrap > div.fr .c1_video_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.fygs .wrap > div.fr .c1_video_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/fyqf/imgs/c1_video_bg.png) no-repeat center top;
  box-sizing: border-box;
  padding-top: 120px;
  text-align: center;
  z-index: 10;
  top: 0;
  left: 0;
  cursor: pointer;
}
.fygs .wrap > div.fr .c1_video_mask img {
  margin-bottom: 30px;
}
.fygs .wrap > div.fr .c1_video_mask p {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 10px;
  line-height: 26px;
}
.fygs .wrap > div.fr .c1_video_mask p span {
  display: block;
  font-size: 18px;
  letter-spacing: 13px;
  font-weight: normal;
}
.c3 {
  padding-top: 80px;
  padding-bottom: 2px;
  background: #fff;
  position: relative;
}
.c3 .ctit {
  margin-bottom: 50px;
}
.c3 .c3_top {
  margin-bottom: 55px;
}
.c3 .c3_top > img {
  margin-left: -50px;
}
.c3 .c3_top > div.fr {
  padding-top: 50px;
}
.c3 .c3_top > div.fr p {
  width: 725px;
  height: 185px;
  font-size: 16px;
  line-height: 28px;
  color: #7b7b7b;
  box-sizing: border-box;
  padding: 50px 60px 0;
  border: 1px solid #dfdfdf;
  box-shadow: 0 2px 20px rgba(202, 202, 202, 0.8);
  border-radius: 10px;
  margin-bottom: 68px;
}
.c3 .c3_top > div.fr > img {
  display: block;
  margin: 0 auto;
}
.c3 .c3_bottom {
  margin-bottom: 125px;
}
.c3 .c3_bottom > div.fl {
  width: 626px;
}
.c3 .c3_bottom > div.fl p {
  width: 626px;
  height: 171px;
  box-sizing: border-box;
  padding: 40px 65px 0;
  border: 1px solid #dfdfdf;
  box-shadow: 0 2px 20px rgba(202, 202, 202, 0.8);
  border-radius: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #7b7b7b;
  margin-bottom: 45px;
}
.c3 .c3_bottom > div.fr {
  width: 460px;
  height: 270px;
  position: relative;
}
.c3 .c3_bottom > div.fr > img {
  position: absolute;
  top: -135px;
  right: -50px;
}
.c3 .c3_bottom > div.fr > p {
  position: absolute;
  text-align: center;
  font-size: 16px;
  color: #7b7b7b;
  left: 165px;
  top: -32px;
}
.c3 .c3_bottom > div.fr > p.c3_p2 {
  left: 321px;
  top: 35px;
}
.c3 .c3_bottom > div.fr > p.c3_p3 {
  left: 183px;
  top: 131px;
}
.c3 .c3_bottom > div.fr > p img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.c4 {
  height: 736px;
  background-color: #F1EDEC;
  background: url(/fyqf/imgs/c4_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 80px;
}
.c4 .ctit {
  margin-bottom: 50px;
}
.c4 .c4_cont {
  margin-bottom: 35px;
}
.c4 .c4_cont .c4_cont_item {
  display: none;
}
.c4 .c4_cont .c4_cont_item:nth-child(1) {
  display: block;
}
.c4 .c4_cont .c4_cont_item:nth-child(2) .swiper-container .swiper-wrapper {
  width: 600%;
}
.c4 .c4_cont .c4_cont_item:nth-child(2) .swiper-container .swiper-wrapper .swiper-slide {
  width: 16.66%;
}
.c4 .c4_cont .c4_cont_item:nth-child(3) .swiper-container .swiper-wrapper {
  width: 500%;
}
.c4 .c4_cont .c4_cont_item:nth-child(3) .swiper-container .swiper-wrapper .swiper-slide {
  width: 20%;
}
.c4 .c4_cont .c4_cont_item .swiper-container {
  width: 538px;
  height: 359px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.c4 .c4_cont .c4_cont_item .swiper-container .swiper-wrapper {
  width: 400%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c4 .c4_cont .c4_cont_item .swiper-container .swiper-wrapper .swiper-slide {
  float: left;
  width: 25%;
}
.c4 .c4_cont .c4_cont_item .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.c4 .c4_cont .c4_cont_item .swiper-container .swiper-pagination {
  position: absolute;
  width: 200px;
  height: 30px;
  bottom: 20px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
.c4 .c4_cont .c4_cont_item .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  margin: 10px;
}
.c4 .c4_cont .c4_cont_item .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.c4 .c4_cont .c4_cont_item > div.fr {
  width: 538px;
  height: 359px;
  box-sizing: border-box;
  box-shadow: 0 2px 20px rgba(202, 202, 202, 0.8);
  background: #fff;
  border-radius: 10px;
  padding: 35px 30px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.c4 .c4_cont .c4_cont_item > div.fr h3 {
  font-size: 22px;
  color: #f56d3f;
  margin-bottom: 20px;
}
.c4 .c4_cont .c4_cont_item > div.fr .c4_cont_scroll_wrap {
  overflow-y: scroll;
  width: 525px;
  height: 240px;
  padding-left: 5px;
  padding-right: 50px;
  box-sizing: border-box;
}
.c4 .c4_cont .c4_cont_item > div.fr .c4_cont_scroll_wrap .c4_cont_scroll {
  position: relative;
  border-left: 1px solid #f56d3f;
  padding-left: 30px;
}
.c4 .c4_cont .c4_cont_item > div.fr .c4_cont_scroll_wrap .c4_cont_scroll li {
  margin-bottom: 20px;
}
.c4 .c4_cont .c4_cont_item > div.fr .c4_cont_scroll_wrap .c4_cont_scroll li h5 {
  font-size: 16px;
  font-weight: bold;
  color: #7b7b7b;
  margin-bottom: 10px;
  position: relative;
}
.c4 .c4_cont .c4_cont_item > div.fr .c4_cont_scroll_wrap .c4_cont_scroll li h5:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  left: -36px;
  top: 5px;
  background: #f56d3f;
}
.c4 .c4_list {
  display: flex;
}
.c4 .c4_list li {
  flex: 1;
  font-size: 22px;
  color: #f56d3f;
  cursor: pointer;
  width: 76px;
  height: 41px;
  line-height: 37px;
  text-align: center;
}
.c4 .c4_list li.active {
  background: url(/fyqf/imgs/c4_list_bg.png) no-repeat center top;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.c4 .c4_list li.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f56d3f;
  left: 50%;
  margin-left: -5px;
  bottom: -17px;
}
.c5 {
  padding: 60px 0 0 0;
  overflow: hidden;
}
.c5 .c5_top {
  margin-bottom: 22px;
  overflow: hidden;
  box-sizing: border-box;
}
.c5 .c5_top p {
  height: 282px;
  box-shadow: 0 2px 20px rgba(202, 202, 202, 0.5);
  border: 1px solid #ccc;
  border-radius: 0 10px 10px 0;
  border-left: 0;
  width: 574px;
  box-sizing: border-box;
  padding: 0 40px;
  font-size: 16px;
  line-height: 28px;
  color: #7b7b7b;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c5 .c5_top p span {
  display: block;
  font-size: 22px;
  margin-bottom: 25px;
  color: #f76f43;
}
.c5 .c5_top img {
  border-radius: 10px 0 0 10px;
}
.c5 .c5_cont {
  position: relative;
}
.c5 .c5_cont .prevbtn,
.c5 .c5_cont .nextbtn {
  position: absolute;
  top: 50px;
  width: 62px;
  height: 62px;
  background: url(http://img.mobiletrain.org/templates/mobiletrain/images/qf-2019-fyqf/prevbtn.png) no-repeat center top;
}
.c5 .c5_cont .prevbtn {
  left: -95px;
}
.c5 .c5_cont .nextbtn {
  right: -95px;
  background: url(http://img.mobiletrain.org/templates/mobiletrain/images/qf-2019-fyqf/nextbtn.png) no-repeat center top;
}
.c5 .c5_cont .swiper-container {
  width: 1140px;
  /* height: 340px; */
  height: 240px;
  position: relative;
  overflow: hidden;
  margin: 0px 0 0 -20px;
}
.c5 .c5_cont .swiper-container .swiper-wrapper {
  /* width: 1000%; */
  width: 100%;
  height: 300px;
  position: absolute;
  left: 20px;
  top: 10px;
}
/* .c5 .c5_cont .swiper-container .swiper-wrapper .swiper-slide {
  float: left;
  width: 25%;
} */
.c5 .c5_cont .swiper-container .swiper-wrapper .swiper-slide li {
  /* float: left;
  width: 540px;
  height: 127px;
  background: url(/fyqf/imgs/c5_list_bg.png) no-repeat center top;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(202, 202, 202, 0.5);
  margin-right: 17px;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 30px 30px 0; */
  width: 1117px;
  height: 164px;
  background: url(http://img.mobiletrain.org/templates/mobiletrain/images/qf-2019-fyqf/fy_news_bg.png) no-repeat;
  background-size: 1117px 164px;
  background-position: center;
  /* margin-top: 46px; */
}
.c5 .c5_cont .swiper-container .swiper-wrapper .swiper-slide li a {
  display: block;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #7c706a;
  padding-left: 215px;
  padding-top: 33px;
}
.c5 .c5_cont .swiper-container .swiper-wrapper .swiper-slide li span {
  display: block;
  color: #7c706a;
  margin-bottom: 15px;
  font-weight: bold;
}
.c5 .c5_cont .swiper-container .swiper-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  height: 20px;
  left: 0;
}
.c5 .c5_cont .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #a4a4a4;
  margin: 0 8px;
  border-radius: 50%;
  background: #fff;
}
.c5 .c5_cont .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a4a4a4;
}
.c6 {
  margin-top: 60px;
  background: #fff url(/fyqf/imgs/c6_bg.png) no-repeat center top;
  overflow: hidden;
  background-size: cover;
}
.c6 .wrap {
  padding-top: 127px;
  position: relative;
  height: 512px;
  box-sizing: border-box;
}
.c6 .wrap .ctit h2 {
  margin-bottom: 35px;
}
.c6 .wrap .ctit p {
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  color: #ed7643;
}
.c6 .wrap > p {
  position: absolute;
  left: 50%;
}
.c6 .wrap > p img {
  position: absolute;
  top: 0;
  left: 0;
}
.c6 .wrap > p img:nth-child(1) {
  opacity: 1;
}
.c6 .wrap > p img:nth-child(2) {
  opacity: 0;
}
.c6 .wrap > p:hover img:nth-child(2) {
  opacity: 1;
}
.c6 .wrap > p:hover img:nth-child(1) {
  opacity: 0;
}
.c6 .wrap > p:nth-child(1) {
  width: 223px;
  height: 216px;
  top: 137px;
  margin-left: -888px;
}
.c6 .wrap > p:nth-child(2) {
  width: 261px;
  height: 190px;
  top: 65px;
  margin-left: -644px;
}
.c6 .wrap > p:nth-child(3) {
  width: 265px;
  height: 198px;
  top: 275px;
  margin-left: -644px;
}
.c6 .wrap > p:nth-child(4) {
  width: 211px;
  height: 229px;
  top: 247px;
  margin-left: 318px;
}
.c6 .wrap > p:nth-child(5) {
  width: 232px;
  height: 170px;
  top: 53px;
  margin-left: 509px;
}
.c7 {
  padding: 65px 0 98px 0;
}
.c7 .c7_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 38px;
}
.c7 .c7_list li {
  width: 258px;
  text-align: center;
}
.c7 .c7_list li:nth-child(-n+3) {
  margin-bottom: 47px;
}
.c7 .c7_list li img {
  margin-bottom: 10px;
}
.c7 .c7_list li p {
  background: url(/fyqf/imgs/c7_img.png) no-repeat center top;
  background-size: 100% 100%;
  height: 84px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7C706A;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fyqf_alert {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.fyqf_alert .fyqf_cont {
  width: 1031px;
  height: 80%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 13px 13px 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -515px;
}
.fyqf_alert .fyqf_cont div {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 35px 45px;
  margin-bottom: 20px;
  height: 85%;
  overflow-y: scroll;
}
.fyqf_alert .fyqf_cont div img {
  display: block;
  margin: 0 auto 20px;
}
.fyqf_alert .fyqf_cont div p {
  font-size: 18px;
  line-height: 40px;
  color: #7c706a;
}
.fyqf_alert .fyqf_cont .close {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  width: 181px;
  height: 55px;
  border-radius: 5px;
  background: -webkit-linear-gradient(to right, #f76f43, #f15f4e);
  background: -moz-linear-gradient(to right, #f76f43, #f15f4e);
  background: -ms-linear-gradient(to right, #f76f43, #f15f4e);
  background: linear-gradient(to right, #f76f43, #f15f4e);
}
.fyqf_alert .fyqf_cont .close:hover {
  background: -webkit-linear-gradient(to right, #f15f4e, #f76f43);
  background: -moz-linear-gradient(to right, #f15f4e, #f76f43);
  background: -ms-linear-gradient(to right, #f15f4e, #f76f43);
  background: linear-gradient(to right, #f15f4e, #f76f43);
}
.fyqf_alert .fyqf_cont .close span {
  padding-left: 30px;
  background: url(/fyqf/imgs/close_btn.png) no-repeat left center;
  line-height: 55px;
}
.add1030 {
  padding-top: 60px;
  padding-bottom: 65px;
  background: #fff;
}
.add1030 .add1030_video_wrap {
  width: 819px;
  height: 529px;
  background: url(/fyqf/imgs/add1030_bg.png) no-repeat left top;
  box-sizing: border-box;
  padding-left: 40px;
}
.add1030 .add1030_video_wrap h3 {
  height: 50px;
  padding-left: 30px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 23px;
  line-height: 50px;
}
.add1030 .add1030_video_wrap .add1030_video {
  width: 779px;
  height: 455px;
}
.add1030 .add1030_list {
  width: 257px;
}
.add1030 .add1030_list li {
  margin-bottom: 11px;
  cursor: pointer;
  position: relative;
}
.add1030 .add1030_list li p {
  height: 30px;
  font-size: 13px;
  color: #92857f;
  border: 1px solid #dfdfdf;
  border-radius: 0 0 8px 8px;
  border-top: 0px;
  line-height: 30px;
  text-align: center;
}
.add1030 .add1030_list li.active p {
  color: #ff5244;
}
.add1030 .add1030_list li.new:before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 29px;
  background: url(/fyqf/imgs/add1030_new.png) no-repeat center top;
  right: 0;
  bottom: 0;
}
.add1030_cont > div:nth-child(2) {
  margin-top: 72px;
  height: 457px;
  overflow: hidden;
  position: relative;
}
/*# sourceMappingURL=qf-2019-fyqf.css.map */
