@charset "UTF-8";
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: inherit;
  outline: 0;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
span,
b,
i,
strong,
em {
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
dl,
dt,
dd,
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.iconfont {
  font-size: inherit;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.ellipsis,
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lineclamp {
  display: -webkit-box;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
textarea.template {
  display: none !important;
}
body {
  line-height: 1.5;
  font-family: '', "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", "Source Han Sans SC", "Hiragino Sans GB", "STXihei", "华文细黑";
  background-color: #faf6f3;
  color: #333;
}
.img-box,
.video-box {
  position: relative;
  overflow: hidden;
}
.img-inline,
.video-inline {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  max-width: 100%;
  *width: 100%;
  height: auto;
  border: none;
}
.img-center,
.video-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  width: auto;
  *width: 100%;
  max-height: 100%;
  height: auto;
  *height: 100%;
  margin: auto;
  border: none;
}
.img-max,
.video-max {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.img-cover,
.video-cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  width: 100%;
  *width: 100%;
  max-height: none;
  height: 100%;
  *height: 100%;
  margin: auto;
  border: none;
  object-position: 50% 50%;
  object-fit: cover;
}
.iframe-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.box-padding5 {
  padding-bottom: 5%;
}
.box-padding10 {
  padding-bottom: 10%;
}
.box-padding15 {
  padding-bottom: 15%;
}
.box-padding20 {
  padding-bottom: 20%;
}
.box-padding25 {
  padding-bottom: 25%;
}
.box-padding30 {
  padding-bottom: 30%;
}
.box-padding35 {
  padding-bottom: 35%;
}
.box-padding40 {
  padding-bottom: 40%;
}
.box-padding45 {
  padding-bottom: 45%;
}
.box-padding50 {
  padding-bottom: 50%;
}
.box-padding55 {
  padding-bottom: 55%;
}
.box-padding60 {
  padding-bottom: 60%;
}
.box-padding65 {
  padding-bottom: 65%;
}
.box-padding70 {
  padding-bottom: 70%;
}
.box-padding75 {
  padding-bottom: 75%;
}
.box-padding80 {
  padding-bottom: 80%;
}
.box-padding85 {
  padding-bottom: 85%;
}
.box-padding90 {
  padding-bottom: 90%;
}
.box-padding95 {
  padding-bottom: 95%;
}
.box-padding100 {
  padding-bottom: 100%;
}
.clear:before,
.clear:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.lineClamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lineClamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.lineClamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.lineClamp5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.lineClamp6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.lineClamp7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.lineClamp8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.lineClamp9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.lineClamp10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.h15 {
  height: 15px;
}
.h20 {
  height: 20px;
}
.h25 {
  height: 25px;
}
.h30 {
  height: 30px;
}
.h35 {
  height: 35px;
}
.h40 {
  height: 40px;
}
.h45 {
  height: 45px;
}
.h50 {
  height: 50px;
}
.h55 {
  height: 55px;
}
.h60 {
  height: 60px;
}
.h65 {
  height: 65px;
}
.h70 {
  height: 70px;
}
.h75 {
  height: 75px;
}
.h80 {
  height: 80px;
}
.h85 {
  height: 85px;
}
.h90 {
  height: 90px;
}
.h95 {
  height: 95px;
}
.h100 {
  height: 100px;
}
.text-big {
  font-size: 2em;
}
.text-red {
  color: #d70016;
}
.clear:before,
.clear:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
header:before,
.header:before,
footer:before,
.footer:before,
hgroup:before,
.hgroup:before,
.container-full:before,
.container:before,
.row:before,
header:after,
.header:after,
footer:after,
.footer:after,
hgroup:after,
.hgroup:after,
.container-full:after,
.container:after,
.row:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.container-full {
  width: 100%;
  margin: 0 auto;
}
.dis-no {
  display: none;
}
.dis-bl {
  display: block;
}
.dis-il {
  display: inline;
}
.dis-ib {
  display: inline-block;
  *display: inline;
  *zoom: 0;
}
.align-rbase {
  text-align: right;
  vertical-align: baseline;
}
.align-rb {
  text-align: right;
  vertical-align: bottom;
}
.align-rm {
  text-align: right;
  vertical-align: middle;
}
.align-rt {
  text-align: right;
  vertical-align: top;
}
.align-cbase {
  text-align: center;
  vertical-align: baseline;
}
.align-cb {
  text-align: center;
  vertical-align: bottom;
}
.align-cm {
  text-align: center;
  vertical-align: middle;
}
.align-ct {
  text-align: center;
  vertical-align: top;
}
.align-lbase {
  text-align: left;
  vertical-align: baseline;
}
.align-lb {
  text-align: left;
  vertical-align: bottom;
}
.align-lm {
  text-align: left;
  vertical-align: middle;
}
.align-lt {
  text-align: left;
  vertical-align: top;
}
.align-rbase {
  text-align: right;
  vertical-align: baseline;
}
.align-rb {
  text-align: right;
  vertical-align: bottom;
}
.align-rm {
  text-align: right;
  vertical-align: middle;
}
.align-rt {
  text-align: right;
  vertical-align: top;
}
.align-cbase {
  text-align: center;
  vertical-align: baseline;
}
.align-cb {
  text-align: center;
  vertical-align: bottom;
}
.align-cm {
  text-align: center;
  vertical-align: middle;
}
.align-ct {
  text-align: center;
  vertical-align: top;
}
.align-lbase {
  text-align: left;
  vertical-align: baseline;
}
.align-lb {
  text-align: left;
  vertical-align: bottom;
}
.align-lm {
  text-align: left;
  vertical-align: middle;
}
.align-lt {
  text-align: left;
  vertical-align: top;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 580px;
  background-image: url(../images/header-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.header .qianyan {
  position: absolute;
  top: 400px;
  bottom: 25px;
  left: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.5625;
  text-indent: 2em;
  text-align: justify;
  width: 1092px;
  margin: auto;
  padding: 40px 50px 0;
  color: #fff;
}
.section1,
.section2,
.section3,
.section4,
.section5 {
  background-position: center bottom;
  background-repeat: no-repeat;
}
.section1 .section_title,
.section2 .section_title,
.section3 .section_title,
.section4 .section_title,
.section5 .section_title {
  height: 123px;
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
}
.section1 .left_area,
.section2 .left_area,
.section3 .left_area,
.section4 .left_area,
.section5 .left_area {
  float: left;
}
.section1 .right_area,
.section2 .right_area,
.section3 .right_area,
.section4 .right_area,
.section5 .right_area {
  float: right;
}
.section1 {
  background-image: url("../images/bg-s1.png");
}
.section1 .section_title {
  background-image: url("../images/s1title.png");
}
.section1 .left_area {
  width: 708px;
  height: 460px;
}
.section1 .left_area .swiper-slide .img-box {
  height: 100%;
}
.section1 .left_area .swiper-container {
  height: 100%;
}
.section1 .right_area {
  width: 492px;
  height: 500px;
  margin: -20px 0;
}
.section1 .right_area .item {
  display: block;
  height: 74px;
  padding: 15px 20px;
}
.section1 .right_area .img-box {
  position: absolute;
  width: 142px;
  height: 92px;
}
.section1 .right_area .text-box {
  margin-left: 162px;
}
.section1 .right_area .text-box .title {
  font-size: 18px;
}
.section1 .right_area .text-box .summary {
  font-size: 0px;
}
.section1 .right_area .after {
  height: 1px;
  width: 20px;
  margin: 20px;
  background-color: #333;
}
.section1 .right_area .swiper-container {
  height: 460px;
  margin: 40px 0 20px 0;
}
.section1 .right_area .swiper-slide-active .item {
  background-color: #d70016;
  color: #fff;
}
.section1 .right_area .swiper-slide-active .img-box {
  display: none;
}
.section1 .right_area .swiper-slide-active .text-box {
  margin-left: 0;
}
.section1 .right_area .swiper-slide-active .text-box .summary {
  font-size: 14px;
  line-height: 1.1;
  height: 2.2em;
  margin-top: 10px;
}
.section1 .right_area .swiper-button-prev,
.section1 .right_area .swiper-button-next {
  font-size: 32px;
  top: auto;
  bottom: auto;
  width: auto;
  height: auto;
  background: none;
}
.section1 .right_area .swiper-button-prev {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
}
.section1 .right_area .swiper-button-next {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
}
.section1 .container {
  padding: 10px 0 136px;
}
.section2 {
  padding-bottom: 90px;
  background-image: url("../images/bg-s2.png");
}
.section2 .section_title {
  background-image: url("../images/s2title.png");
}
.section2 .img-box {
  width: 344px;
  height: 205px;
}
.section2 .blockquote {
  font-size: 18px;
  text-indent: 2em;
  height: 60px;
  padding: 30px 45px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background-color: #f6c4a3;
  color: #d70016;
}
.section2 .max7line,
.section2 .max6line,
.section2 .max5line,
.section2 .max4line,
.section2 .max3line {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}
.section2 .max7line {
  height: 420px;
}
.section2 .max6line {
  height: 360px;
}
.section2 .max5line {
  height: 300px;
}
.section2 .max4line {
  height: 240px;
}
.section2 .max3line {
  height: 180px;
}
.section2 .tabMolle .tabs-titCell .tab {
  float: left;
  font-size: 22px;
  text-align: center;
  line-height: 44px;
  margin: 0 2px;
  background-image: -moz-linear-gradient(163deg, #e94105 0%, #f45612 15%, #ff6b1f 39%);
  background-image: -webkit-linear-gradient(163deg, #e94105 0%, #f45612 15%, #ff6b1f 39%);
  background-image: -ms-linear-gradient(163deg, #e94105 0%, #f45612 15%, #ff6b1f 39%);
  color: #fff;
  cursor: pointer;
}
.section2 .tabMolle .tabs-titCell .tab:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  font-size: 32px;
  color: #d70016;
  opacity: 0;
}
.section2 .tabMolle .tabs-titCell .tab.on {
  background: #d70016;
}
.section2 .tabMolle .tabs-titCell .tab.on:before {
  opacity: 1;
}
.section2 .tabMolle .tabs-titCell.tab3 .tab {
  width: 396px;
}
.section2 .tabMolle .tabs-titCell.tab4 .tab {
  width: 296px;
}
.section2 .pimg {
  margin: 30px 0;
}
.section2 .pimg p {
  width: 100%;
  font-size: 18px;
  line-height: 60px;
}
.section2 .img-row {
  font-size: 0;
  text-align: center;
}
.section2 .img-row .img-box {
  display: inline-block;
  margin: 0 8px;
}
.section2 .title2nd {
  padding: 70px 0 0;
}
.section2 .title3rd_0 {
  background-image: url(../images/s2_1_1title.png);
}
.section2 .title3rd_1 {
  background-image: url(../images/s2_1_2title.png);
}
.section2 .title3rd_2 {
  background-image: url(../images/s2_1_3title.png);
}
.section2 .title3rd_3 {
  background-image: url(../images/s2_1_4title.png);
}
.section2 .title3rd_4 {
  background-image: url(../images/s2_1_5title.png);
}
.section2 .title3rd_5 {
  background-image: url(../images/s2_1_6title.png);
}
.section2 .title3rd_0,
.section2 .title3rd_1,
.section2 .title3rd_2,
.section2 .title3rd_3,
.section2 .title3rd_4,
.section2 .title3rd_5 {
  display: inline-block;
  font-size: 26px;
  line-height: 106px;
  margin: 70px 0 10px -20px;
  padding-left: 101px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #fff;
}
.section2 .title3rd_0 span,
.section2 .title3rd_1 span,
.section2 .title3rd_2 span,
.section2 .title3rd_3 span,
.section2 .title3rd_4 span,
.section2 .title3rd_5 span {
  display: inline-block;
  line-height: 54px;
  margin-left: -15px;
  padding: 0 30px;
  background-color: #d70016;
}
.section2 .title3rd_0 span:after,
.section2 .title3rd_1 span:after,
.section2 .title3rd_2 span:after,
.section2 .title3rd_3 span:after,
.section2 .title3rd_4 span:after,
.section2 .title3rd_5 span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -27px;
  width: 54px;
  background-color: #d70016;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
}
.section2 .content3rd {
  padding: 0 60px 50px;
  background-color: #fff;
}
.section2 .content3rd .tabs-titCell.tab3 .tab {
  width: 356px;
}
.section2 .content3rd .tabs-titCell.tab4 .tab {
  width: 266px;
}
.section2 .phead {
  font-size: 18px;
  line-height: 1.66666667;
  margin: 0px 0 40px;
}
.section3 {
  padding-bottom: 65px;
}
.section3 .section_title {
  background-image: url("../images/s3title.png");
}
.section3 .img-box {
  height: 200px;
  width: 328px;
}
.section3 .media {
  float: left;
  height: 200px;
  width: 540px;
  margin: 54px 30px;
}
.section3 .media .media-left {
  margin-left: 20px;
  margin-right: 348px;
}
.section3 .media .media-left h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #d70016;
}
.section3 .media .media-left .item {
  font-size: 16px;
  padding-left: 16px;
  background-image: url(../images/s3liststyle.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  color: #999;
}
.section3 .media .media-left .item:hover {
  text-decoration: underline;
  color: #d70016;
}
.section3 .media .media-right {
  position: absolute;
  top: 0;
  right: 0;
}
.section3 .more {
  display: inline-block;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  width: 622px;
  border: 1px solid #d70016;
  color: #d70016;
}
.section3 .more:hover {
  text-decoration: underline;
}
.section4 {
  padding-bottom: 100px;
  background-image: url("../images/bg-s4.png");
}
.section4 .section_title {
  background-image: url("../images/s4title.png");
}
.section4 .left_area {
  margin-top: 20px;
  height: 507px;
  width: 779px;
}
.section4 .left_area .swiper-container {
  height: 100%;
  width: 100%;
}
.section4 .left_area .swiper-container .img-box {
  height: 100%;
  width: 100%;
}
.section4 .right_area {
  margin-top: 20px;
  height: 507px;
  width: 381px;
}
.section4 .right_area .s4box {
  height: 181px;
  width: 314px;
  margin-top: 17px;
  margin-left: -23px;
  padding: 100px 45px;
  background: url(../images/s4box.png) no-repeat center;
}
.section4 .right_area .s4box p {
  text-indent: 2em;
  color: #999;
}
.section4 .right_area .s4box .btngroup {
  position: absolute;
  bottom: 26px;
  right: 46px;
}
.section4 .right_area .s4box .btngroup .swiper-button-prev,
.section4 .right_area .s4box .btngroup .swiper-button-next {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 27px;
  height: auto;
  width: 43px;
  background: #d70016;
  color: #fff;
}
.section4 .right_area .s4box .btngroup .swiper-button-prev.swiper-button-disabled,
.section4 .right_area .s4box .btngroup .swiper-button-next.swiper-button-disabled {
  background-color: #999;
}
.section5 {
  background-image: url("../images/bg-s5.png");
}
.section5 .section_title {
  background-image: url("../images/s5title.png");
}
.section5 .left_area {
  width: 580px;
  height: 400px;
}
.section5 .right_area {
  width: 600px;
  height: 400px;
}
.section5 .right_area .swiper-slide .img-box,
.section5 .right_area .swiper-slide .video-box {
  height: 100%;
}
.section5 .right_area .swiper-slide .cover {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.section5 .right_area .tabMolle .tabs-titCell {
  margin-bottom: 7px;
}
.section5 .right_area .tabMolle .tabs-titCell .tab {
  float: left;
  text-align: center;
  font-size: 18px;
  width: 140px;
  margin-right: 3px;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #999;
  color: #999;
  cursor: pointer;
}
.section5 .right_area .tabMolle .tabs-titCell .tab:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 2px solid #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.section5 .right_area .tabMolle .tabs-titCell .tab:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  font-size: 20px;
  color: #d70016;
  opacity: 0;
}
.section5 .right_area .tabMolle .tabs-titCell .tab.on {
  border-color: #d70016;
  color: #d70016;
}
.section5 .right_area .tabMolle .tabs-titCell .tab.on:before {
  opacity: 1;
}
.section5 .right_area .tabMolle .tabs-titCell .tab.on:after {
  border-color: #d70016;
}
.section5 .right_area .tabMolle .tabs-mainCell {
  height: 377px;
}
.section5 .right_area .tabMolle .tabs-mainCell .main {
  height: 100%;
  width: 100%;
}
.section5 .right_area .tabMolle .tabs-mainCell .swiper-container {
  height: 100%;
}
.section5 .container {
  padding: 30px 0 153px;
}
.section5 .swiper-container {
  height: 100%;
}
.section5 .swiper-button-prev,
.section5 .swiper-button-next {
  text-align: center;
  font-size: 32px;
  line-height: 43px;
  height: 43px;
  width: 43px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.702);
  color: #fff;
}
.section5 .newsList {
  margin-right: 20px;
}
.section5 .newsList .item {
  height: 80px;
}
.section5 .newsList .item + .item {
  margin-top: 26.66666667px;
}
.section5 .newsList .item .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.section5 .newsList .item .summary {
  font-size: 16px;
  text-indent: 2em;
  height: 3em;
  color: #999;
}
.section5 .newsList .item:hover .title {
  color: #d70016;
}
.footer {
  padding: 30px 0;
  background-color: #d80015;
  color: #fff;
}
.footer p {
  font-size: 12px;
  line-height: 30px;
  margin: 0;
}
.aside {
  position: fixed;
  top: 50%;
  right: 0;
  width: 149px;
  margin-top: -274px;
  z-index: 10;
  text-align: center;
}
.aside .btn-close {
  position: relative;
  z-index: 11;
  float: right;
  height: auto;
  margin-right: 20px;
  cursor: pointer;
}
.aside .aside-content {
  height: 547px;
  width: 149px;
  padding-top: 1px;
  background-image: url(../images/aside-bg.png);
  background-position: center;
  color: #fff;
}
.aside .qr-box {
  height: 78px;
  width: 78px;
  margin: 32px auto 0;
}
.aside .img-text {
  margin-bottom: 15px;
}
.aside .enav_title {
  font-size: 24px;
  line-height: 40px;
}
.aside .item {
  font-size: 16px;
  line-height: 42px;
}
.aside .js-toTop {
  height: 64px;
  cursor: pointer;
}
.JQ-countup:after {
  content: attr(unit);
}
