:root {
  box-sizing: border-box;
  --main-color: #cd0104;
  --main-border-color: #f32022;
  --main-list-style-bg-color: #e60814;
}
*,
::before,
::after {
  box-sizing: inherit;
}
ul,
ol {
  list-style: none;
}
li {
  cursor: pointer;
}
li:hover {
  color: var(--main-color);
}
li a:hover {
  color: var(--main-color);
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}


@media screen and (min-width: 959px) {
  html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  body {

	background:#fdf6e9;
  }

  .swiper-container {
    height: 100%;
	padding-bottom: 22px;
	box-sizing: border-box;
  }
  .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px !important;
    width: 100%;
    text-align: right;
    padding-right: 16px;
    box-sizing: border-box;
	display: flex;
	justify-content: center;
  }
  .swiper-pagination-switch {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #fff;
  }
  .swiper-pagination-bullet {
	flex: 1;
    height:5px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #d9d4d8;
    margin-left: 8px;
    border-radius: 0;

  }
  .swiper-pagination-bullet-active {
    color: #fff;
    background:#e60000;
  }
  .swiper-active-switch {
    background:#e60000;
  }
  .swiper-slide {
    position: relative;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .swiper-slide p {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    font-size: 18px;
	padding: 0 16px;
	boxbox-sizing: border-box;
  }
  .swiper-slide p span {
    display: block;
    height: 46px;
    line-height: 46px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    box-sizing: border-box;
	font-size: 22px;
  }
  .section__banner .swiper-button-prev {
	  left: 0;
  }
  .section__banner .swiper-button-next {
	  right: 0;
  }
  .section__banner .swiper-button-next, .section__banner .swiper-button-prev {
	  background: rgba(255,255,255,.2);
	  width: 40px;
	  height: 80px;
	  opacity: 0.7;
	  cursor: pointer;
	  z-index: 20;
	  color: #fff;
	  top: 42%;
  }
   .section__banner .swiper-button-prev:after, .section__banner .swiper-button-next:after {
	   font-size: 30px;
   }

  .top-banner {
	  height: 914px;
	  background: url(../imgs/page-bg.png) no-repeat;
	  background-size: 100% 100%;
  }
  .container {
    margin: auto;
    width: 1000px;
    margin-bottom: 38px;
	margin-top: -330px;
  }
  .container header h2 {
    color: #ff0103;
    font-size: 64px;
    text-align: center;
    letter-spacing: 10px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top, #ff0000, #cd0149);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .container-2 {
	  height: 544px;
	  background: url('../imgs/container2.png') no-repeat;
	  background-position: 0 150px;
	  background-size: 100% 100%;
	  margin-top: -40px;
	  width: 100%;
  }
  .container-2 section {
	  width: 1000px;
	  margin: 0 auto;
  }
  .container-2 section .section__news--title {
  	  width: 1000px !important;
  	  margin: 0 auto;
  }
  .container section {
    margin-top: 36px;
  }
  .container section .section__banner > div {
    width: 1000px;
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .container section .section__news {
    margin-top: 20px;
    padding: 14px 0;
  }
  .container section .section__news--title {
	padding: 23px 50px 0 50px;
    overflow: hidden;
	width: 100%;
	height: 84px;
	box-sizing: border-box;
	background: url('../imgs/title_bg_1.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .container section .section__news--title-2 {
	  background: url('../imgs/title_bg_1_2.png') no-repeat;
	  background-size: 100% 100%;
  }
  .container section .section__news--title span {
    display: inline-block;
    padding: 2px 30px;
    font-size: 30px;
	font-weight:700;
	color:#fff3de;
	font-size:30px;
	letter-spacing: 4px;
  }
  .container section .section__news--title a {
    margin-top: 20px;
    font-size: 20px;
	font-family:Microsoft YaHei UI;
	color:#fff3de;
	font-size:14px;
  }
  .container section .section__news--cont {
    margin: 16px 0;
  }
  .container section .section__news--cont li {
    position: relative;
    overflow: hidden;
    padding: 14px 50px;
    font-size: 20px;
  }
  .container section .section__news--cont li a {
    font-size: 20px;
  }
  .container section .section__news--cont li::before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: var(--main-list-style-bg-color);
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .container section .section__list {
    overflow: hidden;
  }
  .section__illustration:nth-child(odd) {
	  margin-right: 62px;
  }
  .container section .section__illustration {
    width: 469px;
    float: left;
  }
  .container section .section__illustration--title {
	padding: 27px 46px 0 76px;
	overflow: hidden;
	width: 469px;
	height: 84px;
	box-sizing: border-box;
    overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .container section .section__illustration--title.small span {
	  font-size: 20px;
  }
  .container section .block-1 .section__illustration--title {
  	  background: url('../imgs/title_bg_2.png') no-repeat;
  	  background-size: 100% 100%;
  }
  .container section .block-2 .section__illustration--title {
	  background: url('../imgs/title_bg_3.png') no-repeat;
	  background-size: 100% 100%;
  }
  .container section .block-3 .section__illustration--title {
  	  background: url('../imgs/title_bg_4.png') no-repeat;
  	  background-size: 100% 100%;
  }
  .container section .block-4 .section__illustration--title {
  	  background: url('../imgs/title_bg_5.png') no-repeat;
  	  background-size: 100% 100%;
  }
  .container section .block-5 .section__illustration--title {
  	  background: url('../imgs/title_bg_6.png') no-repeat;
  	  background-size: 100% 100%;
  }
  .container section .block-6 .section__illustration--title {
  	  background: url('../imgs/title_bg_7.png') no-repeat;
  	  background-size: 100% 100%;
  }

  .container section .section__illustration--title span {
    display: inline-block;
    font-size: 30px;
	font-family:Microsoft YaHei UI;
	font-weight:700;
	color:#fff3de;
	font-size:30px;
	letter-spacing: 3px;
  }
  .container section .section__illustration--title.small span {
	  max-width: 142px;
  }
  .container section .section__illustration--title a {
	margin-top: 16px;
	font-size: 20px;
	font-family:Microsoft YaHei UI;
	color:#fff3de;
	font-size:14px;
  }
  .container section .section__illustration--pic {
	padding: 30px 0;

  }
  .container section .section__illustration--pic p {
    padding: 20px 0;
	font-family: Microsoft YaHei UI;
	color: #000000;
	font-size: 18px;
  }
  .container section .section__illustration--pic a {
    cursor: pointer;
  }
  .container section .section__plan {
    width: 48%;
    float: right;
  }
  .container section .section__plan--title {
    padding-left: 30px;
    padding-right: 10px;
    border-bottom: 1px solid var(--main-border-color);
    overflow: hidden;
  }
  .container section .section__plan--title span {
    float: left;
    display: inline-block;
    padding: 2px 30px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 30px;
  }
  .container section .section__plan--title a {
    float: right;
    line-height: 28px;
    font-size: 20px;
    margin-top: 4px;
  }
  .container section .section__plan--cont {
    margin-top: 30px;
  }
  .container section .section__plan--cont li {
    position: relative;
    overflow: hidden;
    padding: 10px 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
  }
  .container section .section__plan--cont li::before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background: var(--main-list-style-bg-color);
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .container section .section__direct {
    position: relative;
	padding: 40px 0 0 0;
  }
  .container section .section__direct::before {
	display: none;
    content: '';
    position: absolute;
    top: 14px;
    right: 59.5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #cd0104;
  }
  .container section .section__direct::after {
	  display: none;
    content: '';
    position: absolute;
    top: 14px;
    right: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 6px 0;
    border-color: transparent #cd0104 transparent transparent;
  }
  .container section .section__direct h2 {
    position: relative;
    color: #cd0104;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
  }
  .container section .section__direct h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 40%;
    height: 2px;
    background-color: var(--main-color);
  }
  .container section .section__direct h2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 40%;
    height: 2px;
    background-color: var(--main-color);
  }
  .container section .section__direct .mySwiper {
	width: 100%;
    height: 261px;
    box-sizing: border-box;
  }
  .container section .section__direct  .swiper-wrapper {
	  display: flex;
	  align-items: center;
  }
  .container section .section__direct .mySwiper .swiper-wrapper .swiper-slide {
	  cursor: pointer;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
    opacity: 0.7;
	height: 100%;
	/* width: 372px;
	height: 207px; */
  }
  .container section .section__direct .mySwiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
  }
  .container section .section__direct .mySwiper .swiper-wrapper .swiper-slide span {
    width: 100%;
  }
  .container section .section__direct .mySwiper .swiper-wrapper .swiper-slide-active,
  .container section .section__direct .container .main .tips-box .tipsCarousel .swiper-wrapper .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    opacity: 1;
    height: 100%;
/* 	width: 470px !important;
	height: 261px !important; */
  }
  .container section .section__direct .mySwiper .swiper-wrapper .swiper-slide-active p,
  .container section .section__direct .container .main .tips-box .tipsCarousel .swiper-wrapper .swiper-slide-duplicate-active p {
    background-color: transparent;
  }
  .container section .section__direct .mySwiper .swiper-wrapper .swiper-slide-active p span,
  .container section .section__direct .container .main .tips-box .tipsCarousel .swiper-wrapper .swiper-slide-duplicate-active p span {
    font-size: 10px;
  }
  .container section .section__direct .swiper-button-prev1 {
    left: 10px;
    color: #b2b1b1;
  }
  .container section .section__direct .swiper-button-next1 {
    right: 10px;
    color: #b2b1b1;
  }
  .container section .section__direct .swiper {
    position: static;
  }
  .container section .section__learning {
    padding-top: 50px;
    background-color: #fff;
  }
  .container section .section__learning--title {
    padding-left: 30px;
    padding-right: 10px;
    border-bottom: 1px solid var(--main-border-color);
    overflow: hidden;
  }
  .container section .section__learning--title span {
    float: left;
    display: inline-block;
    padding: 2px 30px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 30px;
  }
  .container section .section__learning--title a {
    float: right;
    line-height: 28px;
    font-size: 20px;
    margin-top: 4px;
  }
  .container section .section__learning--cont {
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .container section .section__learning--cont li {
    position: relative;
    overflow: hidden;
    padding: 10px 50px;
    font-size: 20px;
  }
  .container section .section__learning--cont li::before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background: var(--main-list-style-bg-color);
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  footer {
    width: 100%;
    background: #E4E4E4;
    height: 146px;
  }
  footer .footer {
    height: 100%;
    width: 1050px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  footer .footer__left {
    display: flex;
    align-items: center;
  }
  footer .footer__left img {
    width: 57px;
    height: 72px;
  }
  footer .footer__left--text {
    margin-left: 30px;
    color: #333;
  }
  footer .footer__left--text p {
    font-size: 16px;
	padding-bottom: 3px;
  }
  footer .footer__right {
    margin-top: 10px;
  }
  footer .footer__right img {
    width: 63px;
    height: 63px;
  }
  footer .footer__right p {
    color: #333;
    font-size: 16px;
    text-align: center;
  }

    .section__banner img {
        position: relative;
        width: 1000px;
        height: 500px;
    }

    .section__list img, section__direct img {
        margin: auto;
        width: 470px;
        height: 263px;
    }

    .w1180 {
        width: 1180px;
        margin: 0px auto;
    }

}
