@charset "utf-8";

/* CSS Document */
/* 引入字体 */
/* 方正中粗雅宋 */
@font-face {
  font-family: "fzzcys";
  src: url("font/song.ttf") format("truetype");
}

/* ICON */
@font-face {
  font-family: "icon";
  src: url("font/icomoon.eot?xl828g");
  src:
    url("font/icomoon.eot?xl828g#iefix") format("embedded-opentype"),
    url("font/icomoon.ttf?xl828g") format("truetype"),
    url("font/icomoon.woff?xl828g") format("woff"),
    url("font/icomoon.svg?xl828g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* css reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
tr,
th,
td,
span,
p,
a,
b,
u,
i,
em,
img,
iframe,
fieldset,
form,
label,
legend,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  font:
    14px/1.5 "Microsoft YaHei",
    Arial,
    Tahoma,
    Helvetica,
    sans-serif;
  color: #1f1f1f;
  background-color: #f0f0f4;
  margin: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}

input:focus,
textarea:focus {
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}

ol,
ul,
li {
  list-style: none;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-collapse: collapse;
  border: 0;
}

img {
  border: 0;
  outline: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #b41e00;
}

a:focus {
  outline: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input[type="date"] {
  background-color: transparent;
  border: 0;
  filter: alpha(opacity=0);
}

h1,
h2,
h3 {
  font-family: "fzzcys";
}

/* video {
  position: relative;
	width: 100%;
	height: 100%;
  object-fit: fill;
} */

/* 通用 */
.pc {
  display: block;
}

.phone {
  display: none;
}

.wrapper_Ctcm .outer {
  /* 20260617 */
  padding-top: 1.2rem;
  /* padding-top: calc(1.2rem + 22px); */
}
.outer {
  position: relative;
  /* 20260609 */
  background: url(../img/BK1.png) top left repeat;
}

/* 最外层包裹 注意:活动页面不控制宽度 有通栏 */
.warp {
  width: 1400px;
  margin: 0 auto;
}

/* 页头 */
/* .header {
	height: 48px;
	padding-top: 22px;
	text-align: center;
	position: relative;
	background: rgba(128, 46, 31, 1);
} */

.header .min-logo {
  position: absolute;
  left: 20px;
  top: 27px;
  height: 16px;
}

.header .min-logo img {
  float: left;
}

/* .header .big-logo {
} */

/* 20260609 */
.head {
  height: 595px;
  background: url(../img/Banner.jpg) top center no-repeat;
}

.head .inner {
  width: 1400px;
  height: 641px;
  position: relative;
  margin: 0 auto;
}

/* .logo {
	width: 568px;
	height: 318px;
	position: absolute;
	left: 110px;
	top: 200px;
} */

.text {
  float: right;
  width: 400px;
  padding-right: 32px;
  padding-top: 160px;
}

.text p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
  text-shadow: 1px 1px 1px #fff;
}

.text p:last-child {
  margin-bottom: 0;
}

/* 春令专题 */
/* .xyq_one {
} */

/* 20260609 */
.title {
  padding: 73px 0 55px;
}

/* 20260609 */
.title .t1 {
  display: block;
  margin: 0 auto;
  width: 477px;
  height: 99px;
  background: url(../img/Title1.png);
  text-indent: -99999px;
}

.notice-scroll {
  width: 100%;
}

.notice-box {
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.2s;
  width: 100%;
}

.notice-txt,
.txt-clone {
  display: inline;
  position: relative;
}

/* 20260609 */
.notice-box a {
  display: inline-block;
  padding: 0px 13px;
  position: relative;
  cursor: pointer;
}

/* 20260609 */
/* .notice-box a:nth-child(n)::after {
	background-image: url(https://www.gmfyg.org.cn/yuanwang2025/img/niu1.png);
}

.notice-box a:nth-child(2n)::after {
	background-image: url(https://www.gmfyg.org.cn/yuanwang2025/img/niu2.png);
}

.notice-box a:nth-child(3n)::after {
	background-image: url(https://www.gmfyg.org.cn/yuanwang2025/img/niu3.png);
}

.notice-box a:nth-child(4n)::after {
	background-image: url(https://www.gmfyg.org.cn/yuanwang2025/img/niu4.png);
} */

.notice-box a::after {
  content: "";
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  display: block;
  position: absolute;
  top: 0px;
  left: 25px;
}

/* 20260609 */
.notice-box img {
  width: 280px;
  height: 200px;
  float: left;
}

.xyq_two {
  margin-bottom: 50px;
}

.unit-box {
  padding-top: 80px;
}

.unit-box:last-child {
  margin-bottom: 0;
}

.unit-pic {
  padding: 0 60px;
  position: relative;
}

/* 20260609 */
.unit-pic img {
  width: 384px;
  height: 273px;
}

.unit-pic video {
  width: 384px;
  height: 273px;
  outline: none;
  cursor: pointer;
  /* 关键：铺满容器，按比例裁剪，居中显示 */
  /* object-fit: cover!important;
		  object-position: center; */
}

.unit-pic div {
  outline: none;
}

/* 20260609 */
.unit-pic2 {
  margin-top: 48px;
  padding-top: 70px;
  background: url(../img/Part1_BK_Line.png) top center no-repeat;
  position: relative;
}

/* 20260609 */
.unit-pic3 {
  margin: 0 auto;
  width: 1200px;
  margin-bottom: 70px;
  position: relative;
}

/* 20260609 */
.xyq_txt {
  display: block;
  margin: 0 auto;

  width: 1018px;
  height: 86px;
  padding: 26px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 120px;
  font-family: "Arial";
  line-height: 28px;
  font-size: 16px;
  color: #f7d095;
  background: url(../img/Part1_Txt_BK.png) center center no-repeat;
}

.slick-slide a {
  position: relative;
  display: block;
}

.slick-slide a::before {
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;

  font-family: "icon";
  color: #f5f5f5;
  position: absolute;
  z-index: 10;
  font-size: 24px;
  line-height: 24px;
  bottom: 10px;
  right: 10px;
}

.slick-slide a:hover::before {
  visibility: visible;
  opacity: 0.88;
}

.slick-slide {
  box-sizing: border-box;
  /* 20260609 */
  padding: 0 12px;
  position: relative;
}

.slick-disabled .slick-prev {
  display: none;
}

/* 20260609 */
.prev-out {
  position: absolute;
  left: -60px;
  top: calc(50% - 12px);
  margin-top: -18px;
  cursor: pointer;
}

.next-out {
  position: absolute;
  right: -60px;
  top: calc(50% - 12px);
  margin-top: -18px;
  cursor: pointer;
}

.slick-prev,
.slick-next {
  width: 39px;
  height: 65px;
  font-size: 0;
}

.slick-prev {
  background: url(../img/BT_Prev.png) center center no-repeat;
}

.slick-next {
  background: url(../img/BT_Next.png) center center no-repeat;
}

.slick-prev::before {
  font-size: 36px;
  line-height: 36px;
  font-family: "icon";
  color: #f3e6ba;
}

.slick-next::before {
  font-size: 36px;
  line-height: 36px;
  font-family: "icon";
  color: #f3e6ba;
}

/* 20260609 end*/
.slick-prev:hover::before {
  color: #f0dfa6;
}

.slick-next:hover::before {
  color: #f0dfa6;
}

/* 20260609 */
.hdxc {
  padding-top: 7px;
  background: url(../img/BK2.jpg) top left repeat;
  /* margin: 0 auto 80px; */
  padding-bottom: 100px;
  width: 100%;
}

/* 20260609 */
.title .t2 {
  display: block;
  margin: 0 auto;
  width: 948px;
  height: 64px;
  background-image: url(../img/Title_2_1.png);
  text-indent: -99999px;
}

.title .t3 {
  margin: 0 auto;
  width: 520px;
  height: 115px;
  background-image: url(../img/Title_2_2.png);
  background-size: 520px 115px;
  text-indent: -99999px;
}

.title .t4 {
  margin: 0 auto;
  width: 550px;
  height: 115px;
  background-image: url(../img/Title_2_3.png);
  background-size: 550px 115px;
  text-indent: -99999px;
}

/* 20260609 end*/
.hdxc .warp {
  height: 250px;
}

.hdxc_block {
  margin: 0 auto;
  width: 1320px;
  /* padding: 0 60px; */
  height: auto;
  overflow: hidden;
}

.hdxc_block2 {
  float: left;
  width: 600px;
  height: auto;
  overflow: hidden;
}

.hdxc_block3 {
  float: right;
  width: 600px;
  height: auto;
  overflow: hidden;
}

/* .hdxc_video {
	float: left;
} */

.hdxc_video video {
  width: 444px;
  height: 250px;
  outline: none;
}

.hdxc_pic {
  /* float: right; */
  width: 480px;
  height: 190px;
  padding: 0 60px;
}

.xct img {
  width: 100%;
}

/* 20260609 */
.guonian {
  background: url(../img/BK3.jpg) top left repeat;
  /* border-top: 4px solid #FFF; */
  /* border-bottom: 4px solid #FFF; */
}

.guonian a img {
  display: block;
  margin: 0 auto;
  width: auto;
  /* margin-left: calc(50% - 960px); */
}

.Part3_Div {
  margin: 0 auto;
  width: 936px;
  height: auto;
  padding-top: 40px;
}

.Part3_Txt {
  width: 100%;
  height: auto;
}

.Part3_Txt h4 {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #fffab8;
  font-weight: normal;
  font-family: "Arial";
}

.Part3_Txt h5 {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fffab8;
  font-weight: normal;
  font-family: "Arial ";
}

.Part3_1Txt {
  margin-bottom: 30px;
}

.Part3_2Txt {
  margin-bottom: 40px;
}

.Part3_Logo {
  margin: 0 auto;
  width: 255px;
  height: 114px;
  margin-bottom: 40px;
}

.Part3_txt_Block {
  margin: 0 auto;
  padding: 29px 43px 32px 43px;
  width: 850px;
  height: 112px;
  font-size: 20px;
  line-height: 29px;
  color: #fffab8;
  font-weight: normal;
  font-family: "Arial";
  text-align: center;
  background: url(../img/Part3_Txt_BK.png) center center no-repeat;
  margin-bottom: 20px;

  /* Text overflow */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: nowarp;
  overflow: hidden;
}

.Part3_Dui {
  margin: 0 auto;
  width: 545px;
  padding-bottom: 30px;
}

.guonian a span {
  display: block;
  line-height: 1.5;
  text-align: center;
  font-size: 36px;
  font-family: "Arial";
  color: #b91d27;
  font-weight: bold;
  padding: 15px 0;
}

.guonian a span:hover {
  color: #8f1620;
}

.yugao {
  padding: 50px 0 40px;
  text-align: center;
  font-family: "fzzcys";
  font-size: 24px;
  color: #fff;
  border-top: 1px solid #c74a53;
  width: 568px;
  margin: 0 auto;
}

.yugao .yg2 {
  font-size: 18px;
}

.yugao-table {
  width: 568px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.yugao-table table {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  text-align: center;
}

.yugao-table td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px;
}

.tekan {
  padding-top: 10px;
  color: #860000;
  font-size: 18px;
}

.bottom {
  text-align: center;
  color: #fff;
  padding: 28px 0;
  height: 24px;
  background: url(../img/Part4_BK.jpg) top center repeat-x;
}

.rebox-button:hover {
  text-decoration: none;
}

.unit-pic iframe {
  height: auto !important;
}

/*＞1920×1080 超宽屏显示器 限制全屏不超过1920*/
@media screen and (min-width: 1921px) {
}

/*1920＞宽度＞1600 固定宽1400*/
@media screen and (max-width: 1920px) and (min-width: 1600px) {
}

/*1599＞宽度＞1200 固定宽1200*/
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .warp {
    width: 1200px;
  }

  /* 页头 */
  /* .head {
		height: 534px;
		background-size: 1600px 534px;
	} */

  /* .head .inner {
		width: 1200px;
		height: 534px;
		position: relative;
		margin: 0 auto;
	} */

  /* .logo {
    width: 440px;
    left: 110px;
    top: 170px;
  }

  .logo img {
    width: 100%;
  } */

  .text {
    width: 350px;
    padding-right: 32px;
    padding-top: 100px;
  }

  .text p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    text-shadow: none;
  }

  .hdxc .warp {
    height: 220px;
  }

  .hdxc_video video {
    width: 386px;
    height: auto;
    outline: none;
  }

  .hdxc_pic {
    float: right;
    width: 670px;
    height: auto;
    padding: 0 60px;
  }
}

/*1199＞宽度＞768 平板模式*/
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outer {
    background-size: 50px 50px;
  }

  .warp {
    width: 100%;
  }

  /* 页头 */
  .head {
    background: url(../img/Banner.jpg) top center no-repeat;
    /* background-size: 100vw 31vw;
		width: 100vw;
		height: 31vw; */
  }

  .head .inner {
    width: 100%;
    height: 595px;
  }

  /* .logo {
    width: 50%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    padding-top: 60px;
  }

  .logo img {
    width: 100%;
    height: auto;
  } */

  .text {
    float: none;
    width: 80%;
    padding-right: 0;
    padding-top: 40px;
    margin: 0 auto;
  }

  .text p {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
  }

  .text p:last-child {
    margin-bottom: 0;
  }

  .xyq_txt {
    margin: 0 40px 50px;
  }

  /* 春令专题 */
  .title {
    padding: 30px 0 30px;
  }

  /* slick */
  .prev-out {
    left: -50px;
  }

  .next-out {
    right: -50px;
  }

  /* 活动现场 */
  .hdxc {
    width: 100%;
  }

  .hdxc .warp {
    height: auto;
  }

  .hdxc_video {
    float: none;
    width: 550px;
    margin: 0 auto 50px;
  }

  .hdxc_video video {
    width: 100%;
    height: auto;
  }

  .hdxc_pic {
    float: none;
    width: auto;
    height: auto;
  }
}

/*宽度＜999 平板/手机模式 */
@media screen and (max-width: 767px) {
  /* 通用 */
  .pc {
    display: none;
  }

  .phone {
    display: block;
  }
  .wrapper_Ctcm .outer {
    /* 20260617 */
    padding-top: 0;
  }
  .outer {
    background-size: 50px 50px;
  }

  .warp {
    width: 100%;
  }

  /* .header {
		height: 38px;
		padding-top: 22px;
		text-align: center;
		position: relative;
	} */

  .header .min-logo {
    display: none;
    width: 50px;
    height: 12px;
  }

  .header .min-logo img {
    width: 50px;
    height: 12px;
  }

  .header .big-logo img {
    width: 70%;
  }

  /* 页头 */
  .head {
    background: url(../img/mobile/Banner.jpg) top center no-repeat;
    background-size: 100vw 85.7vw;
    height: 85.7vw;
  }

  .head .inner {
    width: 100%;
    height: 85.7vw;
  }

  /* .logo {
		width: 70%;
		height: auto;
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto;
		padding-top: 50px;
	} */

  /* .logo img {
		width: 100%;
		height: auto;
	} */

  .text {
    float: none;
    width: 80%;
    padding-right: 0;
    padding-top: 40px;
    margin: 0 auto;
  }

  .text p {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
  }

  .text p:last-child {
    margin-bottom: 0;
  }

  /* 春令专题 */
  .xyq_one {
    background-size: 55px 213px;
  }

  .title {
    padding: 30px 0 30px;
  }

  .title .t1 {
    width: 51vw;
    height: 10vw;
    background-size: 51vw 10vw;
  }

  .notice-box a {
    padding: 0px 10px;
  }

  .notice-box a::after {
    content: "";
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    top: 0px;
    left: 20px;
  }

  /* .notice-box img {
    width: 180px;
		height: 180px;
  } */

  .xyq_two {
    margin-bottom: 40px;
  }

  .unit-box {
    padding-top: 50px;
  }

  .unit-pic {
    padding: 0 40px;

    position: relative;
  }

  .unit-pic2 {
    padding-top: 70px;
  }

  .unit-pic img {
    margin: 0 auto;
    width: 326px;
    height: 230px;
  }

  .unit-pic video {
    margin: 0 auto;
    display: block;
    width: 326px;
    height: 230px;
  }

  .xyq_txt {
    width: 84vw;
    height: 28vw;
    padding: 7vw 4vw;
    overflow: hidden;
    background: url(../img/mobile/Part1_Txt_BK.png) center center no-repeat;
    background-size: 92vw 42vw;
    margin-bottom: 6vw;
  }
  .xyq_txt_txt {
    width: 84vw;
    height: 28vw;
    font-family: "Arial";
    line-height: 4vw;
    font-size: 3vw;
    color: #f7d095;

    /* Text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  /* slick */
  .prev-out {
    left: -40px;
    margin-top: -15px;
  }

  .next-out {
    right: -40px;
    margin-top: -15px;
  }

  .slick-prev::before {
    font-size: 30px;
    line-height: 30px;
  }

  .slick-next::before {
    font-size: 30px;
    line-height: 30px;
  }

  .unit-pic3 {
    width: auto;
    margin-bottom: 4vw;
  }

  /* 活动现场 */
  .hdxc {
    padding-top: 0;
    /* margin: 0 auto 40px; */
    width: 100%;
  }

  .title .t2 {
    width: 84vw;
    height: 13vw;
    background: url(../img/mobile/Title_2_1.png) center center no-repeat;
    background-size: 84vw 13vw;
  }

  .title .t3 {
    width: 91vw;
    height: 13vw;
    background: url(../img/mobile/Title_2_2.png) center center no-repeat;
    background-size: 91vw 13vw;
  }

  .title .t4 {
    width: 80vw;
    height: 17vw;
    background: url(../img/mobile/Title_2_3.png) center center no-repeat;
    background-size: 80vw 17vw;
  }

  .hdxc .warp {
    width: 100%;
    height: auto;
  }

  .hdxc_block {
    width: 100%;
  }

  .hdxc_block2 {
    float: none;
    width: 100%;
  }

  .hdxc_block3 {
    float: none;
    width: 100%;
  }

  .hdxc_video {
    float: none;
    margin-bottom: 40px;
  }

  .hdxc_video video {
    width: 100%;
    height: auto;
  }

  .hdxc_pic {
    float: none;
    width: auto;
    height: auto;
    padding: 0 40px;
  }
  .xct img {
    margin: 0 auto;
    width: 326px;
    height: 230px;
  }

  /* 过年 */
  /* .guonian {
  } */

  .guonian a span {
    font-size: 24px;
    padding: 15px 0;
  }

  .part3_Banner {
    width: 100vw;
    height: 65vw;
    overflow: hidden;
  }
  .part3_Banner img {
    width: 100vw;
    height: 65vw;
  }
  .Part3_Div {
    margin: 0 auto;
    width: 92vw;
    height: auto;
    padding-top: 4vw;
    overflow: hidden;
  }

  .Part3_Txt {
    width: 100%;
    height: auto;
  }

  .Part3_Txt h4 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #fffab8;
    font-weight: normal;
    font-family: "Arial";
  }

  .Part3_Txt h5 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fffab8;
    font-weight: normal;
    font-family: "Arial";
  }

  .Part3_1Txt {
    margin-bottom: 4vw;
  }

  .Part3_2Txt {
    margin-bottom: 6vw;
  }

  .Part3_Logo {
    margin: 0 auto;
    width: 34vw;
    max-width: 80vw;
    height: auto;
    margin-bottom: 6vw;
  }
  .Part3_Logo img {
    width: 34vw;
    height: auto;
  }

  .Part3_txt_Block {
    margin: 0 auto;
    padding: 6vw 8vw 7vw 8vw;
    max-width: 76vw;
    height: 28vw;
    font-size: 3vw;
    line-height: 4vw;
    color: #fffab8;
    font-weight: normal !important;
    font-family: "arial";
    text-align: center;
    background: url(../img/mobile/Part3_Txt_BK.png) center center no-repeat;
    background-size: 92vw 41vw;
    margin-bottom: 2vw;

    /* Text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Part3_Dui {
    margin: 0 auto;
    width: 72vw;
    max-width: 72vw;
    margin-bottom: 6vw;
  }

  .Part3_Dui img {
    width: 72vw;
  }

  /* 页底 */
  .bottom {
    text-align: center;
    color: #fff;
    padding: 3vw 0 5vw 0;
    height: 4vw;
    background: url(../img/Part4_BK.jpg) center center repeat-x;
    background-size: 12vw auto;
    overflow: hidden;
  }

  .bottom a {
    padding: 0 !important;
  }

  .bottom img {
    margin: 0 auto !important;
    width: 48vw !important;
    height: 4vw !important;
  }
}
