@font-face {
  font-family: 'Arsenal-Bold';
  src: url(../fonts/Arsenal-Bold.ttf) format('truetype'), url(../fonts/Arsenal-Bold.eot) format('eot'), url(../fonts/Arsenal-Bold.woff) format('woff'), url(../fonts/Arsenal-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Arsenal-Regular';
  src: url(../fonts/Arsenal-Regular.ttf) format('truetype'), url(../fonts/Arsenal-Regular.eot) format('eot'), url(../fonts/Arsenal-Regular.woff) format('woff'), url(../fonts/Arsenal-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Rubik-Light';
  src: url(../fonts/Rubik-Light.ttf) format('truetype'), url(../fonts/Rubik-Light.eot) format('eot'), url(../fonts/Rubik-Light.woff) format('woff'), url(../fonts/Rubik-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Rubik-Regular';
  src: url(../fonts/Rubik-Regular.ttf) format('truetype'), url(../fonts/Rubik-Regular.eot) format('eot'), url(../fonts/Rubik-Regular.woff) format('woff'), url(../fonts/Rubik-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
:root {
  --base-color: #1c71ca;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arsenal-Regular';
  font-weight: bold;
}
body,
html {
  font-size: 62.5%;
}
body {
  font-family: "Rubik-Regular";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 95%;
  max-width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.play {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-ldy .banner-ldy {
  position: relative;
}
#index-ldy .banner-ldy .text {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
.f-27 {
  font-size: 27px;
}
.f-15 {
  font-size: 15px;
}
.f-18 {
  font-size: 18px;
}
.f-30 {
  font-size: 30px;
}
.f-24 {
  font-size: 24px;
}
.blue {
  color: #135ca5;
}
.f-48 {
  font-size: 48px;
}
.f-32 {
  font-size: 32px;
}
#index-ldy .banner-ldy {
  position: relative;
}
#index-ldy .ldynew2 {
  margin-top: 10px;
  position: relative;
}
#index-ldy .ldynew2 .formbox {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 29%;
  height: 69%;
  background: #135ca5;
  text-align: center;
  color: #fff;
  padding: 0 4%;
  padding-top: 7rem;
}
#index-ldy .ldynew2 .formbox p {
  max-width: 320px;
  margin: 0 auto;
  line-height: 2;
}
#index-ldy .ldynew2 .formbox form ul li {
  width: 100%;
  margin-top: 2rem;
}
#index-ldy .ldynew2 .formbox form ul li:last-child {
  margin-top: 35px;
}
#index-ldy .ldynew2 .formbox form ul li input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: #fff;
  font-size: 18px;
  color: #000;
  border: none;
  border-radius: 19px;
}
#index-ldy .ldynew2 .formbox form ul li input[type="text"]::-webkit-input-placeholder {
  color: #8e8e8e;
}
#index-ldy .ldynew2 .formbox form ul li input[type="text"]:-moz-placeholder {
  color: #8e8e8e;
}
#index-ldy .ldynew2 .formbox form ul li input[type="text"]::-moz-placeholder {
  color: #8e8e8e;
}
#index-ldy .ldynew2 .formbox form ul li input[type="text"]:-ms-input-placeholder {
  color: #8e8e8e;
}
#index-ldy .ldynew2 .formbox form ul li input[type="text"]::placeholder {
  color: #8e8e8e;
}
#index-ldy .ldynew2 .formbox form ul li input[type="submit"] {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 203px;
  height: 39px;
  background-color: #e93429;
  border-radius: 19px;
  line-height: 39px;
  border: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin: 0 auto;
}
#index-ldy .ldynew2 .formbox form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
  color: #000;
}
#index-ldy .ldy-product {
  padding-left: 20%;
  margin-top: -310px;
  position: relative;
}
#index-ldy .ldy-product .navbox {
  position: absolute;
  bottom: 0;
  right: 81%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#index-ldy .ldy-product .navbox span.navbtn {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #688095;
  margin-left: 10px;
}
#index-ldy .ldy-product .navbox span.navbtn i {
  font-size: 20px;
  color: #fff;
}
#index-ldy .ldy-product .navbox span.navbtn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
  cursor: pointer;
}
#index-ldy .ldy-product .navbox span.navbtn:hover i {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#index-ldy .ldy-2 {
  margin-top: 10px;
  position: relative;
  background: url(../images/zly/new-init-3.jpg) center center no-repeat;
  background-size: cover;
}
#index-ldy .ldy-2 .navbox {
  position: absolute;
  bottom: 0px;
  right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#index-ldy .ldy-2 .navbox span.navbtn {
  width: 83px;
  height: 83px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin-left: 10px;
  z-index: 9;
}
#index-ldy .ldy-2 .navbox span.navbtn.active {
  background: #135ca5;
}
#index-ldy .ldy-2 .navbox span.navbtn.active i {
  color: #fff;
}
#index-ldy .ldy-2 .navbox span.navbtn i {
  font-size: 36px;
  color: #333;
}
#index-ldy .ldy-2 .navbox span.navbtn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #333;
  cursor: pointer;
}
#index-ldy .ldy-2 .navbox span.navbtn:hover i {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#index-ldy .ldy-2 > img {
  width: 100%;
}
#index-ldy .ldy-2 .content {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
#index-ldy .ldy-2 .content .ui.container {
  position: relative;
}
#index-ldy .ldy-2 .content .ui.container .main-box {
  max-width: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: transparent;
}
#index-ldy .ldy-2 .content .ui.container .main-box .left {
  width: 40%;
  position: relative;
  display: block;
}
#index-ldy .ldy-2 .content .ui.container .main-box .left li {
  position: relative;
}
#index-ldy .ldy-2 .content .ui.container .main-box .right {
  width: 60%;
  padding: 20px;
  text-align: left;
  padding-left: 10%;
}
#index-ldy .ldy-2 .content .ui.container .main-box .right h4 {
  font-size: 47px;
  color: #005ea3;
  font-weight: bold;
}
#index-ldy .ldy-2 .content .ui.container .main-box .right h6 {
  font-family: "Poppins-Medium";
  font-size: 24px;
  color: #333;
  margin-top: 4rem;
  margin-bottom: 6rem;
}
#index-ldy .ldy-3 {
  margin: 10px 0;
  padding: 60px 60px 60px 100px;
}
#index-ldy .ldy-3 .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-ldy .ldy-3 .main .left {
  padding-right: 1%;
}
#index-ldy .ldy-3 .main .left p {
  font-family: "Poppins-Medium";
  line-height: 1.6;
}
#index-ldy .ldy-3 .main .left .imgbox {
  margin-top: 3rem;
}
#index-ldy .ldy-3 .main .left .imgbox img:nth-child(1) {
  margin-right: 4rem;
}
#index-ldy .ldy-3 .main .right ul li {
  background: var(--base-color);
  margin: 20px 0;
}
#index-ldy .ldy-3 .main .right ul li p {
  padding: 10px 20px;
  font-family: "Poppins-Medium";
  color: #fff;
}
#index-ldy .ldy-4 {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-ldy .ldy-4 img {
  width: 100%;
}
#index-ldy .ldy-4 ul {
  width: auto;
  padding: 0 10px;
}
#index-ldy .ldy-4 ul:nth-child(1),
#index-ldy .ldy-4 ul:nth-child(2),
#index-ldy .ldy-4 ul:nth-child(4) {
  width: 26%;
}
#index-ldy .ldy-4 ul:nth-child(3) {
  width: 22%;
}
#index-ldy .ldy-4 ul li {
  display: inline-block;
  width: auto;
  padding: 8px;
}
#index-ldy .ldy-video {
  text-align: center;
  padding: 10rem 0;
}
#index-ldy .ldy-video h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 6rem;
}
#index-ldy .ldy-video ul.videolist {
  margin: 0 -8px;
  padding-right: 0;
}
#index-ldy .ldy-video ul.videolist li {
  padding: 0 8px;
  position: relative;
}
#index-ldy .ldy-video ul.videolist li .item {
  position: relative;
}
#index-ldy .ldy-video ul.videolist li .item:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/zly/yellow-jc.png) center bottom no-repeat;
  position: absolute;
  background-size: cover ;
}
#index-ldy .ldy-video ul.videolist li a.play::before {
  display: none;
}
#index-ldy .ldy-video ul.videolist li a.play::after {
  display: none;
}
#index-ldy .ldy-video2 {
  margin-top: 12rem;
}
#index-ldy .ldy-video2 .ui.container {
  padding-top: 30rem;
  padding-bottom: 5rem;
  text-align: center;
}
#index-ldy .ldy-video2 .ui.container .text ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-ldy .ldy-video2 .ui.container .text ul li span.num {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #135ca5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
#index-ldy .ldy-video2 .ui.container .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-ldy .ldy-video2 .ui.container .top .right.tt {
  width: 565px;
  height: 124px;
  background-color: #135ca5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
#index-ldy .ldy-video2 .ui.container img {
  margin: 0 auto;
}
#index-ldy .ldy-video2 .ui.container .btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-ldy .ldy-video2 .ui.container .btm .left {
  display: inline-block;
}
#index-ldy .ldy-8 {
  margin-top: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-ldy .ldy-8 img {
  padding: 0 10px;
}
#index-ldy .ldy-5 {
  padding-bottom: 0rem;
  background: #f4f4f4;
}
#index-ldy .ldy-5 .ui.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 5.5rem 10px;
}
#index-ldy .ldy-5 .ui.container > img {
  width: 68%;
}
#index-ldy .ldy-5 .ui.container .textbox {
  max-width: 590px;
  position: relative;
  border: 1px solid #7f7f7f;
}
#index-ldy .ldy-5 .ui.container .textbox .top {
  padding: 0 2rem;
  padding-top: 16rem;
  padding-bottom: 10rem;
  background: #135ca5;
  position: relative;
}
#index-ldy .ldy-5 .ui.container .textbox .top p {
  color: #fff;
  font-size: 38px;
}
#index-ldy .ldy-5 .ui.container .textbox .top .quiter {
  position: absolute;
}
#index-ldy .ldy-5 .ui.container .textbox .top .quiter i {
  color: #fff;
  font-size: 36px;
}
#index-ldy .ldy-5 .ui.container .textbox .top .quiter.left-top {
  left: 40px;
  top: 6rem;
}
#index-ldy .ldy-5 .ui.container .textbox .top .quiter.right-btm {
  bottom: 2rem;
  right: 4rem;
}
#index-ldy .ldy-5 .ui.container .textbox .btm {
  background: #fff;
  padding: 0 2.5rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
#index-ldy .ldy-5 .ui.container .textbox .btm p {
  font-size: 16px;
}
#index-ldy .ldy-5 .ui.container .textbox .btm img {
  margin-top: 2.5rem;
}
#index-ldy .ldy-5 .ui.container .textbox .btm .sharebox {
  margin-top: 3rem;
  margin-left: 0;
}
#index-ldy .ldy-5 .bottom .ui.container {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0 ;
  padding-bottom: 4rem;
}
#index-ldy .ldy-5 .bottom .ui.container p {
  max-width: 1650px;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
}
#index-ldy .ldy-5 .bottom .ui.container a.more3 {
  width: 165px;
  height: 39px;
  background-color: #e93429;
  border-radius: 19px;
  line-height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.5rem;
  font-size: 16px;
  color: #fff;
}
#index-ldy .ldy-5 .bottom .ui.container a.more3:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#index-ldy .f-24 {
  font-size: 24px;
}
#index-ldy .ldy-9 {
  text-align: center;
}
#index-ldy .ldy-9 ul.itemlist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ececec;
}
#index-ldy .ldy-9 ul.itemlist li .text {
  padding: 6.5rem;
}
#index-ldy .ldy-9 ul.itemlist li .text .content {
  max-height: 380px;
  overflow-y: scroll;
  font-size: 20px;
  font-family: "Poppins-Regular";
  line-height: 1.5;
  color: #666;
  text-align: left;
}
#index-ldy .ldy-9 ul.itemlist li img {
  padding: 10px;
  background: #fff;
}
#index-ldy .ldy-9 .btnbox {
  display: inline-block;
  margin: 5rem auto;
}
#index-ldy .ldy-6 {
  padding: 13rem 0;
}
#index-ldy .ldy-6 .top {
  width: 90%;
  padding-bottom: 4.5rem;
  border: 3px solid #2d71a5;
  margin: 0 auto;
}
#index-ldy .ldy-6 .top h6 {
  max-width: 1040px;
  font-size: 78px;
  color: #2d71a5;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#index-ldy .ldy-6 .imgbox {
  width: 100%;
}
#index-ldy .ldy-6 .imgbox img {
  width: 100%;
}
#index-ldy .ldy-6 ul.newslist {
  margin-top: 10rem;
}
#index-ldy .ldy-6 ul.newslist li {
  padding: 25px;
}
#index-ldy .ldy-6 h4 {
  font-size: 78px;
  color: #000;
}
#index-ldy .ldy-7 {
  padding: 4rem 5rem;
}
#index-ldy .ldy-7 .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-ldy .ldy-7 .main .left {
  position: relative;
  margin-right: 10px;
}
#index-ldy .ldy-7 .main .left h5 {
  color: #fff;
  font-size: 32px;
  position: absolute;
  width: 100%;
  max-width: 400px;
  top: 10%;
  left: 4rem;
}
#index-ldy .ldy-7 .main .left h6 {
  color: #333;
  font-size: 28px;
  position: absolute;
  width: 100%;
  max-width: 400px;
  bottom: 35%;
  left: 50px;
  background: #fff;
  line-height: 2;
  border-radius: 5px;
  text-align: center;
}
#index-ldy .ldy-7 .main .left .sharebox {
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0;
}
#index-ldy .ldy-10 ul li {
  margin-bottom: 5.5rem;
}
#index-ldy .ldy-10 ul li ul.imglist li {
  padding: 0 10px;
}
#index-ldy .ldy-10 ul li .text {
  padding-left: 6.5rem;
}
#index-ldy .ldy-10 ul li .text p {
  font-family: "Poppins-Medium";
  color: #333;
  line-height: 2;
}
#index-ldy .sharebox {
  display: inline-block;
  margin-left: 8rem;
}
#index-ldy .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-ldy .sharebox ul.sharelist li {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 20px;
}
#index-ldy .sharebox ul.sharelist li i {
  font-size: 30px;
  color: #fff;
}
#index-ldy .sharebox ul.sharelist li.blue1 {
  background: #3b5999;
}
#index-ldy .sharebox ul.sharelist li.blue2 {
  background: #00aced;
}
#index-ldy .sharebox ul.sharelist li.red {
  background: #cb2027;
}
#index-ldy .sharebox ul.sharelist li.pink {
  background: #cc2366;
}
#index-ldy .ldy-11 {
  background: #ececec;
  padding: 6.5rem 0;
}
#index-ldy .ldy-11 .ui.container .top.txt {
  width: 565px;
  height: 124px;
  background: #135ca5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
#index-ldy .ldy-11 .ui.container p.f-30 {
  margin: 3.5rem 0;
}
#index-ldy .ldy-11 .ui.container p.gray {
  color: #666;
}
#index-ldy .ldy-11 .ui.container img {
  margin-bottom: 6rem;
}
#index-ldy .ldy-11 .ui.container .btm {
  margin-top: 6.5rem;
}
#index-ldy .ldy-11 .ui.container .btm .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-ldy .ldy-11 .ui.container .btm .top img {
  margin-bottom: 0;
}
#index-ldy .ldy-11 .ui.container .btm p {
  color: #135ca5;
}
#index-ldy .ldy-11 .ui.container .btm .btnbox {
  text-align: center;
}
#index-ldy .ldy-11 .ui.container .btm .btnbox a.more3 {
  width: 165px;
  height: 39px;
  background-color: #e93429;
  border-radius: 19px;
  line-height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto ;
  margin-top: 4.5rem;
  font-size: 16px;
  color: #fff;
}
#index-ldy .ldy-11 .ui.container .btm .btnbox a.more3:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.f-20 {
  font-size: 20px;
}
.ldy-13 {
  height: 255px;
  background: url(../images/zly/ldy-btm-con.jpg) center center no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ldy-13 .searchbox {
  width: 100%;
}
.ldy-13 form {
  width: 95%;
  max-width: 1025px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto;
}
.ldy-13 form input[type="text"] {
  width: 75%;
  height: 85px;
  line-height: 85px;
  font-size: 28px;
  padding: 0 2rem;
  border-radius: 10px;
  background: url(../images/zly/search-black.png) 35px center no-repeat #f9fcfc;
  border: none;
}
.ldy-13 form input[type="text"]:focus {
  background: #f9fcfc;
}
.ldy-13 form input[type="submit"] {
  width: 179px;
  height: 85px;
  background: #135ca5;
  color: #fcfcfc;
  font-size: 30px;
  border-radius: 10px;
  border: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.ldy-13 form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
@media screen and (max-width: 1600px) {
  #index-ldy .ldy-5 .ui.container .textbox .top p {
    font-size: 20px;
  }
  .f-27 {
    font-size: 20px;
  }
  #index-ldy .ldynew2 .formbox {
    height: 85%;
  }
  #index-ldy .ldy-3 .main .left {
    padding-right: 2%;
  }
  .f-30 {
    font-size: 24px;
  }
  .f-48 {
    font-size: 32px;
  }
  .f-18 {
    font-size: 14px;
  }
  #index-ldy .ldy-9 ul.itemlist li .text .content {
    font-size: 16px;
  }
  .f-30 {
    font-size: 20px;
  }
  .f-32 {
    font-size: 19px;
  }
  #index-ldy .ldy-7 .main .left h5 {
    font-size: 18px;
    left: 2rem;
  }
  .f-20 {
    font-size: 16px;
  }
  #index-ldy .ldy-7 .main .left h6 {
    font-size: 20px;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1400px) {
  #index-ldy .ldynew2 .formbox {
    height: 100%;
  }
  #index-ldy .ldy-3 .main .left .imgbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index-ldy .ldy-3 .main .left .imgbox img {
    width: 45%;
  }
  #index-ldy .f-24 {
    font-size: 16px;
  }
  #index-ldy .ldy-video2 .ui.container .top .right.tt {
    width: 400px;
  }
  .f-48 {
    font-size: 24px;
  }
  #index-ldy .ldy-5 .ui.container .textbox .top p {
    font-size: 16px;
  }
  #index-ldy .ldy-product {
    margin-top: -180px;
  }
  #index-ldy .banner-ldy .text h2 {
    font-size: 42px;
  }
  #index-ldy .ldy-5 .ui.container .textbox .top {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
  #index-ldy .ldy-6 .top h6 {
    font-size: 60px;
  }
  #index-ldy .ldy-7 .main .left h5 {
    font-size: 16px;
    width: 80%;
  }
  #index-ldy .ldy-7 .main .left h6 {
    font-size: 20px;
    bottom: 32%;
  }
}
@media screen and (max-width: 1250px) {
  #index-ldy .banner-ldy .text h2 {
    font-size: 36px;
  }
  #index-ldy .ldy-product {
    margin-top: -140px;
  }
  #index-ldy .ldy-2 .content .ui.container .main-box .right h6 {
    font-size: 28px;
  }
  #index-ldy .ldy-9 ul.itemlist li .text .content {
    font-size: 12px;
  }
  #index-ldy .ldy-5 .ui.container .textbox .btm p {
    font-size: 12px;
  }
  #index-ldy .ldy-2 .content .ui.container .main-box .right h6 {
    font-size: 16px;
  }
  #index-ldy .ldy-11 .ui.container .top.txt {
    width: 400px;
  }
  .f-20 {
    font-size: 12px;
  }
  .f-27 {
    font-size: 16px;
  }
  #index-ldy .ldynew2 .formbox form ul li input[type="text"] {
    height: 30px;
    line-height: 30px;
  }
  #index-ldy .ldynew2 .formbox {
    padding-top: 3rem;
  }
  #index-ldy .ldy-9 ul.itemlist li .text {
    padding: 3rem;
  }
  #index-ldy .ldy-7 {
    padding: 4rem 0rem;
  }
  #index-ldy .ldynew2 .formbox {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #index-ldy .ldy-2 .content .ui.container .main-box .right h6 {
    font-size: 20px;
    color: #000;
  }
  #index-ldy .ldy-5 .ui.container .textbox {
    width: 80%;
  }
  #index-ldy .ldy-7 {
    padding: 4rem 5rem;
    display: none;
  }
  #index-ldy .ldy-6 h4 {
    font-size: 24px;
    color: #000;
    padding-left: 20px;
  }
  #index-ldy .ldy-5 .ui.container .textbox .top p {
    font-size: 22px;
  }
  #index-ldy .ldy-2 .content .ui.container .main-box .right h4 {
    font-size: 40px;
  }
  #index-ldy .ldynew2 .formbox p {
    display: none;
  }
  #index-ldy .ldy-3 {
    margin: 10px 0;
    padding: 30px 30px 30px 50px;
  }
  #index-ldy .ldynew2 {
    min-height: 340px;
  }
}
@media screen and (max-width: 700px) {
  #index-ldy .ldy-5 .ui.container .textbox .btm p {
    font-size: 12px;
  }
  #index-ldy .ldy-product {
    margin-top: -81px;
  }
  #index-ldy .banner-ldy .text h2 {
    font-size: 20px;
  }
  #index-ldy .ldy-2 .content {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  #index-ldy .ldy-4 {
    padding: 3rem 0;
  }
  #index-ldy .ldy-5 .ui.container .textbox {
    position: relative;
    margin: 0 auto;
    width: 100%;
    right: auto;
  }
  #index-ldy .ldy-6 .top h6 {
    font-size: 30px;
  }
  #index-ldy .ldynew2 .formbox {
    min-height: 340px;
    position: relative;
    width: 100%;
  }
  #index-ldy .ldy-2 .content .ui.container .main-box .left {
    width: 100%;
  }
  #index-ldy .ldy-2 .content .ui.container .main-box .right {
    width: 100%;
  }
  #index-ldy .ldy-video2 .ui.container .top {
    display: none;
  }
  #index-ldy .ldy-video2 .ui.container .btm {
    display: none;
  }
  #index-ldy .ldy-video2 .ui.container {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  #index-ldy .ldy-3 .main .left {
    padding-right: 0;
    width: 100%;
  }
  #index-ldy .ldy-3 .main .right {
    width: 100%;
  }
  #index-ldy .ldy-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-ldy .ldy-8 img {
    width: 100%;
  }
  #index-ldy .ldy-5 .ui.container > img {
    width: 100%;
  }
  #index-ldy .ldy-5 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-ldy .ldy-9 ul.itemlist li .main .column {
    width: 100%;
  }
  #index-ldy .ldy-9 ul.itemlist li:nth-child(even) .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  #index-ldy .ldy-9 ul.itemlist li:nth-child(even) .main .column {
    width: 100%;
  }
  #index-ldy .sharebox {
    display: inline-block;
    margin-left: 0rem;
  }
  .ldy-13 form input[type="text"] {
    height: 60px;
    line-height: 60px;
  }
  .ldy-13 form input[type="submit"] {
    height: 60px;
    line-height: 60px;
  }
  #index-ldy .ldy-10 ul li .text {
    padding-left: 0.5rem;
  }
  .f-30 {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  #index-ldy .ldy-product {
    margin-top: -81px;
    display: none;
  }
  #index-ldy .banner-ldy .text h2 {
    font-size: 12px;
  }
  #index-ldy .ldy-2 .content .ui.container .main-box .left {
    width: 100%;
    position: relative;
  }
  #index-ldy .ldy-2 .content .ui.container .main-box .right {
    width: 100%;
  }
  .ldy-13 form input[type="submit"] {
    font-size: 20px;
    margin-top: 2rem;
  }
  .ldy-13 form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ldy-13 form input[type="text"] {
    width: 100%;
  }
  #index-ldy .ldy-11 .ui.container .top.txt {
    width: 300px;
  }
}

