.wrap .content.guide_page {
  width: 100%;
  padding-bottom: 100px;
}
.guide_page .gu_banner {
  width: 100%;
  height: 500px;
  background: url('/img/cs/guide_mainbanner.png') no-repeat;
  background-size: cover;
  text-align: center;
}
.guide_page .gu_banner .guBnner_wrap {
  display: inline-block;
  width: 1340px;
  height: 500px;
  text-align: left;
  position: relative;
}
.guide_page .gu_banner .guBnner_wrap .guBnner_txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.guide_page .gu_banner .guBnner_txt .guB_tit {
  font-size: 40px;
  color: #000000;
  font-family: 'Neo_Bold';
  margin-bottom: 25px;
  line-height: 55px;
  letter-spacing: 1px;
}
.guide_page .gu_banner .guBnner_txt .guB_txt {
  font-size: 22px;
  color: #464646;
  line-height: 28px;
}
.guide_page .gu_banner .guBnner_txt .guB_txt .tit_line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #333;
  vertical-align: middle;
  margin-right: 13px;
}
.guide_page .gu_banner .guBnner_txt .gu_tag {
  font-size: 16px;
  color: #777777;
  margin-top: 20px;
}
.guide_page .gu_com_tit {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.guide_page .gu_com_tit .gu_line {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #D0DCED;
  margin-bottom: 25px;
}
.guide_page .gu_com_tit .gu_tit {
  font-size: 26px;
  font-family: 'Neo_Bold';
  margin-bottom: 20px;
}
.guide_page .gu_com_tit .gu_sub {
  font-size: 16px;
  color: #676767;
  line-height: 24px;
}
.guide_page .gu_section {
  display: inline-block;
  width: 100%;
  margin: 120px auto 0;
}
.guide_page .gu_section .gu_layout {
  width: 1340px;
  margin: 0 auto;
}
.guide_page .gu_section1 .guB_wrap {
  display: flex;
  width: 100%;
}
.guide_page .gu_section1 .guB_wrap .gu_box {
  display: inline-block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  transition: 350ms;
}
.guide_page .gu_section1 .guB_wrap .gu_box:hover{
  box-shadow: 2px 4px 12px rgba(0,0,0,.08);
}
.guide_page .gu_section1 .guB_wrap .gu_box:hover img{
  transform: scale(1.05);
}
.guide_page .gu_section1 .guB_wrap .gu_box:last-child {
  margin-right: 0;
}
.guide_page .gu_section1 .gu_box .guB_img {
  display: inline-block;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.guide_page .gu_section1 .gu_box .guB_img img {
  display: block;
  width: 100%;
  transition: 350ms;
}
.guide_page .gu_section1 .gu_box .guB_content {
  padding: 25px 20px;
}
.guide_page .gu_section1 .gu_box .guB_tit {
  font-size: 18px;
  font-family: 'Neo_Bold';
  margin-bottom: 15px;
}
.guide_page .gu_section1 .gu_box .guB_txt {
  font-size: 15px;
  color: #999;
  line-height: 25px;
}
.guide_page .gu_section1 .gu_box .gu_btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #f0f4fc;
  font-size: 14px;
  border-radius: 50px;
  margin-top: 30px;
}
.guide_page .gu_section2 {
  margin-top: 120px;
  background-color: #f0f4fc;
  padding: 70px 0;
}
.guide_page .gu_section2 .gu_layout2 {
  width: 1200px;
  margin: 0 auto;
}
.guide_page .gu_section2 .adv_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.guide_page .gu_section2 .adv_wrap .adv_box {
  background-color: #fff;
  border-radius: 10px;
  width: 32%;
  text-align: center;
  padding: 30px 0;
  box-shadow: rgb(181 181 181 / 16%) 0px 1px 4px;
}
.guide_page .gu_section2 .adv_wrap .adv_box img {
  margin-bottom: 20px;
}
.guide_page .gu_section2 .adv_wrap .adv_box .adv_tit {
  font-size: 20px;
  font-family: 'Neo_Bold';
  margin-bottom: 20px;
}
.guide_page .gu_section2 .adv_wrap .adv_box .adv_txt {
  font-size: 15px;
  line-height: 25px;
}
.guide_page .gu_section3 {
  text-align: center;
}
.guide_page .gu_section3 .product_swiper .slide_wrap {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	height: 400px;
}
.guide_page .gu_section3 .slide_wrap .se_slider {
	position: absolute;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: none;
  width: auto;
  overflow: hidden;
  animation: slidemarquee 70s linear infinite;
}
@keyframes slidemarquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.guide_page .gu_section3 .slide_wrap .se_slider2 {
	animation-delay: -35s;
}
.guide_page .gu_section3 .slide_wrap .se3_img {
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	width: 400px;
	margin-right: 15px;
}
.guide_page .gu_section3 .slide_wrap .se3_img img {
	display: block;
	width: 100%;
}
.guide_page .gu_section3 .pr_btn {
  display: inline-block;
  font-size: 15px;
  font-family: 'Neo_Semibold';
  color: #fff;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background-color: #8FA8CC;
  border-radius: 50px;
  margin-top: 80px;
}
.mo_img {
  display: none;
}

@media screen and (max-width:1200px){
  .wrap .content.guide_page {
    padding: 0 0 80px;
  }
  .guide_page .gu_banner {
    background: none;
    height: auto;
  }
  .guide_page .gu_banner .mo_img {
    display: block;
    width: 100%;
  }
  .guide_page .gu_banner .guBnner_wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 3%;
  }
  .guide_page .gu_banner .guBnner_wrap .guBnner_txt {
    position: initial;
    transform: translateY(0);
    text-align: center;
  }
  .guide_page .gu_banner .guBnner_txt .guB_txt .tit_line {
    display: none;
  }
  .guide_page .gu_section .gu_layout  {
    width: 100%;
    padding: 0 15px;
  }
  .guide_page .gu_section1 .guB_wrap {
    flex-wrap: wrap;
  }
  .guide_page .gu_section1 .guB_wrap .gu_box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 3%;
  }
  .guide_page .gu_section1 .guB_wrap .gu_box:nth-child(even){
    margin-right: 0;
  }
  .guide_page .gu_section2 .gu_layout2 {
    width: 100%;
    padding: 50px 20px;
  }
}
@media screen and (max-width:767px){
  .guide_page .gu_banner .guBnner_wrap {
    top: 1.5%;
    margin-top: 20px;
  }
    .guide_page .gu_banner .mo_img{margin-top: 50PX;}
  .guide_page .gu_banner .guBnner_txt .guB_tit {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .guide_page .gu_banner .guBnner_txt .guB_txt{
    font-size: 18px;
    line-height: 0;
    display: inline-block;
  }
  .guide_page .gu_banner .guBnner_txt .gu_tag {
    word-break: keep-all;
    line-height: 20px;
    padding: 0;
    width: 64%;
    font-size: 14px;
    margin: 0 auto;
    margin-top:20px;
  }
  .guide_page .gu_section{
    margin: 90px auto 0;
  }
  .guide_page .gu_section .gu_layout,
  .guide_page .gu_section2 .gu_layout2  {
    padding: 0 20px;
  }
  .guide_page .gu_com_tit{
    margin-bottom:40px;
  }
  .guide_page .gu_com_tit .gu_tit {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .guide_page .gu_com_tit .gu_sub {
    word-break: keep-all;
    font-size: 15px;
    line-height: 22px;
  }
  .guide_page .gu_section1 .guB_wrap .gu_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .guide_page .gu_section1 .guB_wrap .gu_box:last-child {
    margin-bottom: 0;
  }
  .guide_page .gu_section1 .gu_box .guB_tit{
    font-size: 17px;
  }
  .guide_page .gu_section1 .gu_box .guB_txt{
    font-size: 14px;
    line-height: 22px;
  }
  .guide_page .gu_section1 .gu_box .gu_btn {
    padding: 10px 50px;
    margin-top: 20px;
  }
  .guide_page .gu_section2 .adv_wrap {
    flex-wrap: wrap;
  }
  .guide_page .gu_section2 .adv_wrap .adv_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .guide_page .gu_section2 .adv_wrap .adv_box img{
    margin-bottom: 15px;
  }
  .guide_page .gu_section2 .adv_wrap .adv_box .adv_tit{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .guide_page .gu_section2 .adv_wrap .adv_box .adv_txt{
    font-size: 14px; line-height: 22px;
  }
  .guide_page .gu_section2 .adv_wrap .adv_box:last-child {
    margin-bottom: 0;
  }
  .guide_page .gu_section3 .product_swiper .slide_wrap {
    height: 300px;
  }
  .guide_page .gu_section3 .slide_wrap .se3_img {
    width: 300px;
  }
  .guide_page .gu_section3 .pr_btn{
    width: 180px; height: 40px; line-height: 40px;
  }
}
