@charset "utf-8";
/* CSS Document */

/**common**/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1 Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

::placeholder {
  color: #999;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1400 {
  width: 1400px;
  margin:0 auto;
}
body, html {min-width:1450px; }

@media (max-width:1440px) {
  .w1400 {
    width: 94%;
  }
}

@font-face {
  font-family: "Helvetica";
  src: url('../fonts/Helvetica.ttf');
}

@font-face {
  font-family: "HelveticaBold";
  src: url("../fonts/HelveticaBold.ttf");
}

@font-face {
  font-family: "PangMen";
  src: url("../fonts/PangMen.ttf");
}

@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("../fonts/YouSheBiaoTiHei.ttf");
}

@font-face {
  font-family: "KOULEN";
  src: url("../fonts/KOULEN-REGULAR.TTF");
}

@font-face {
  font-family: "Impact";
  src: url("../fonts/Impact.ttf");
}

@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.ttf");
}

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.ttf");
}

@font-face {
  font-family: "BEBAS";
  src: url('../fonts/BEBASKAI.ttf');
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 0;
}

/* 滚动槽宽度 */
::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #e61f4d;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #e61f4d;
}

/* 滚动条滑块点击状态 */


/*头部 开始*/
.lyTop {
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, .75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.lyTop .lyTop_Main {
  margin: 0 auto;
  position: relative;
}

.lyTop_Main .ly_Logo {
  width: auto;
  height: 50px;
  overflow: hidden;
  margin: 20px 0;
  float: left;
}

.ly_Logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.ly_Logo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}


.lyTop_Main .lyTop_Tel {
  height: 40px;
  margin: 25px 0 25px 24px;
  float: right;
}

.lyTop_Tel span {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 4px;
  background-color: rgba(230, 31, 77, .15);
  border-radius: 50%;
  float: left;
}

.lyTop_Tel span i {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px;
  background-color: #e61f4d;
  border-radius: 50%;
}

.lyTop_Tel span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyTop_Tel p {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-family: "BEBAS";
  font-size: 30px;
  float: left;
}

@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyTop {
    height: 80px;
  }

  .lyTop_Main .ly_Logo {
    margin: 15px 0;
  }

  .lyTop_Main .lyTop_Tel {
    margin: 20px 0 20px 15px;
  }
}

/*导航栏 开始*/
.ly_Nav {
  width: auto;
  height: auto;
  float: right;
}

.ly_Nav li,
.ly_Nav a {
  text-decoration: none;
  list-style: none;
}

.ly_Nav ::-webkit-scrollbar {
  display: none;
}

.ly_Nav .nav_list {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ly_Nav .nav_list>ul>li {
  width: auto;
  position: relative;
  list-style: none;
  padding: 0;
  float: left;
}

.ly_Nav .nav_list>ul>li:last-child {
  background: none;
}

.ly_Nav .nav_list>ul>li>a {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 20px 24px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.ly_Nav .nav_list>ul>li:hover>a,
.ly_Nav .nav_list>ul>li.active>a {
  background-color: #e61f4d;
}

.ly_Nav .nav_list>ul>li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/down.png) center center no-repeat;
  background-size: 10px 10px;
  vertical-align: middle;
  cursor: pointer;
  display: none;
}

.ly_Nav .nav_list>ul>li i.cur {
  background: url(../images/up.png) center center no-repeat;
  background-size: 10px 10px;
  text-decoration: none;
}

.ly_Nav .nav_list>ul>li ul {
  display: none;
  position: absolute;
  left: -20%;
  top: 90px;
  z-index: 9;
  width: 140%;
  overflow: hidden;
  background-color: #fff;
  border-top: 2px solid #e61f4d;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
}

.ly_Nav .nav_list>ul>li:hover ul {
  display: block;
}

.ly_Nav .nav_list>ul>li ul li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid rgba(85, 87, 89, 0.1);
}

.ly_Nav .nav_list>ul>li ul li:last-child {
  border: 0;
}

.ly_Nav .nav_list>ul>li ul li a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #555;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 8px;
}

.ly_Nav .nav_list>ul>li ul li a:hover {
  color: #e61f4d;
}

.ly_Nav .nav_menu {
  display: none;
}

@media (max-width:1680px) {}

@media (max-width:1600px) {
  .ly_Nav .nav_list>ul>li>a {
    font-size: 17px;
  }

  .ly_Nav .nav_list>ul>li>a>em.l {
    left: 10px;
  }

  .ly_Nav .nav_list>ul>li>a>em.r {
    right: 10px;
  }
}

@media (max-width:1560px) {

  .ly_Nav .nav_list>ul>li>a>em.l {
    left: 8px;
  }

  .ly_Nav .nav_list>ul>li>a>em.r {
    right: 8px;
  }
}

@media (max-width:1440px) {

  .ly_Nav .nav_list>ul>li>a {
    font-size: 16px;
    padding: 15px;
  }

  .ly_Nav .nav_list>ul>li>a>em.l {
    left: 6px;
  }

  .ly_Nav .nav_list>ul>li>a>em.r {
    right: 6px;
  }
}

/*导航栏 结束*/
/*头部 结束*/


/* lyLinks start */
.lyLinks {
  width: 100%;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.lyLinks::before {
  content: '';
  display: block;
  width: 36%;
  height: 100%;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 0;
}

.lyLinks .lyLinks_main {
  height: 72px;
  overflow: hidden;
  padding-left: 82px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);

  display: flex;
  align-items: center;
}

.lyLinks .lyLinks_main::before,
.lyLinks .lyLinks_main::after {
  content: '';
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
}

.lyLinks .lyLinks_main::before {
  background-color: #e61f4d;
  left: -24px;
}

.lyLinks .lyLinks_main::after {
  background-color: #222;
  left: -36px;
}

.lyLinks_main .lyLinks_title {
  width: 130px;
  height: 72px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
}

.lyLinks_title i {
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  margin: 7px 10px 7px 0;
  padding: 6px;
  background-color: #e61f4d;
  border-radius: 50%;
  float: left;
}

.lyLinks_title i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyLinks_title i svg path {
  fill: #ffffff;
}

.lyLinks_main .lyLinks_list {
  width: calc(100% - 130px);
  max-height: 72px;
  overflow: hidden;
  padding: 6px 0;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyLinks_list a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  vertical-align: top;
  margin: 0 12px;
}

.lyLinks_list a:hover {
  color: #e61f4d;
}

@media (max-width:1440px) {
  .lyLinks {
    height: 64px;
  }

  .lyLinks .lyLinks_main {
    height: 64px;
    padding-left: 72px;
  }

  .lyLinks .lyLinks_main::before {
    width: 10px;
    height: 64px;
    left: 32px;
  }

  .lyLinks .lyLinks_main::after {
    width: 64px;
    height: 64px;
    left: -32px;
  }

  .lyLinks_main .lyLinks_title {
    width: 130px;
    height: 64px;
    line-height: 40px;
    font-size: 18px;
    padding: 12px 0;
  }


  .lyLinks_main .lyLinks_list {
    max-height: 64px;
    padding: 2px 0;
  }

  .lyLinks_list a {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0 10px;
  }
}

/* lyLinks end */


/* lyFoot start */
.lyFoot {
  overflow: hidden;
  background-color: #222;
  position: relative;
}

.lyFoot .lyFoot_main {
  margin: 0 auto;
  padding-bottom: 40px;
}

.lyFoot_main .lyFoot_left {
  width: calc(100% - 400px);
  padding: 60px 0 0;
  float: left;
}

.lyFoot_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -30px;
  overflow: hidden;
}

.lyFoot_nav ul li {
  width: 33.333333%;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}

.lyFoot_nav ul li .lyFootNav_con {
  padding-left: 60px;
  background: url(../images/ft_line.png) 4px 4px no-repeat;
  position: relative;
}

.lyFoot_nav ul li .lyFootNav_con::before,
.lyFoot_nav ul li .lyFootNav_con::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-color: #393939;
  border-radius: 50%;
  position: absolute;
}

.lyFoot_nav ul li .lyFootNav_con::before {
  left: 0;
  top: 0;
}

.lyFoot_nav ul li .lyFootNav_con::after {
  left: 9px;
  bottom: 0;
}

.lyFoot_nav ul li .lyFootNav_con .lyFoot_tit {
  margin-bottom: 30px;
}

.lyFoot_tit p {
  line-height: 28px;
  color: #e61f4d;
  font-size: 18px;
  font-weight: bold;
}

.lyFoot_tit span {
  display: block;
  line-height: 20px;
  color: rgba(255, 255, 255, .25);
  font-size: 14px;
}

.lyFoot_nav ul li .lyFootNav_con a {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.lyFoot_nav ul li .lyFootNav_con a:hover {
  color: #e61f4d;
}


.lyFoot_left .lyFoot_copy {
  margin-top: 80px;
}

.lyFoot_copy p {
  line-height: 36px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
}

.lyFoot_copy p a {
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
}

.lyFoot_copy p a:hover {
  color: #fff;
}


.lyFoot_main .lyFoot_right {
  width: 340px;
  height: auto;
  overflow: hidden;
  background-color: #e61f4d;
  padding: 40px;
  float: right;
}

.lyFoot_right .lyFoot_tel {
  margin-bottom: 20px;
}

.lyFoot_tel i {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 12px;
  background-color: #fff;
  border-radius: 50%;
}

.lyFoot_tel i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyFoot_tel i svg path {
  fill: #e61f4d;
}

.lyFoot_tel span {
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
}

.lyFoot_tel p {
  line-height: 40px;
  color: #fff;
  font-size: 36px;
}

.lyFoot_tel em {
  display: block;
  line-height: 24px;
  color: rgba(255, 255, 255, .45);
  font-size: 14px;
  font-style: normal;
}

.lyFoot_ewm {
  display: flex;
  align-items: end;
}

.lyFoot_ewm img {
  display: block;
  width: 145px;
  height: auto;
}

.lyFoot_ewm span {
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
}


@media (max-width:1440px) {
  .lyFoot .lyFoot_main {
    padding-bottom: 30px;
  }

  .lyFoot_nav ul li .lyFootNav_con {
    padding-left: 50px;
  }

  .lyFoot_nav ul li .lyFootNav_con a {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .lyFoot_left .lyFoot_copy {
    margin-top: 60px;
  }

  .lyFoot_copy p,
  .lyFoot_copy p a {
    font-size: 15px;
  }

  .lyFoot_tel i {
    width: 54px;
    height: 54px;
    margin-bottom: 15px;
  }

  .lyFoot_tel span {
    line-height: 26px;
    font-size: 16px;
  }

  .lyFoot_tel p {
    line-height: 36px;
    font-size: 32px;
  }

  .lyFoot_ewm img {
    width: 130px;
  }

  .lyFoot_ewm span {
    line-height: 25px;
    font-size: 15px;
    padding-left: 15px;
  }
}

/* lyFoot end */


/* lyView start */
.lyView {
  width: 64px;
  height: auto;
  background-color: #eee;
  border-radius: 2px;
  margin-top: 50px;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 9;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lyView .lyView_ewm,
.lyView .lyView_tel,
.lyView .lyView_top {
  width: 100%;
  height: auto;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}

.lyView .lyView_tel.mobile_tel {
  display: none;
}

.lyView .lyView_ewm::after,
.lyView .lyView_tel::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 18px;
  bottom: 0;
}

.lyView .lyView_ewm p {
  display: none;
  width: 140px;
  height: 140px;
  padding: 6px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  right: 72px;
}

.lyView .lyView_ewm p img {
  display: block;
  width: 100%;
  height: 100%;
}

.lyView .lyView_tel p {
  display: none;
  width: 240px;
  height: 72px;
  line-height:48px;
  color: #e61f4d;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 12px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  right: 72px;
}

.lyView .lyView_ewm p::after,
.lyView .lyView_tel p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: -8px;
  top: 20px;
}


.lyView .lyView_ewm:hover p,
.lyView .lyView_tel:hover p {
  display: block;
}

.lyView .lyView_ewm i,
.lyView .lyView_tel i,
.lyView .lyView_top i {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 0 auto 2px;
}

.lyView .lyView_ewm i svg,
.lyView .lyView_tel i svg,
.lyView .lyView_top i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyView .lyView_ewm i svg path,
.lyView .lyView_tel i svg path {
  fill: #777777;
}

.lyView .lyView_ewm:hover i svg path,
.lyView .lyView_tel:hover i svg path {
  fill: #e61f4d;
}

.lyView .lyView_ewm span,
.lyView .lyView_tel span,
.lyView .lyView_top span {
  display: block;
  width: 100%;
  height: 16px;
  line-height: 16px;
  color: #777;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

.lyView .lyView_ewm:hover span,
.lyView .lyView_tel:hover span,
.lyView .lyView_top:hover span {
  color: #e61f4d;
}

/* lyView end */


.lyTitle {
  margin-bottom: 40px;
}

.lyTitle span {
  display: block;
  line-height: 50px;
  color: rgba(0, 0, 0, .06);
  font-size: 60px;
  font-weight: bold;
  font-family: "BEBAS";
  text-align: center;
  margin: 0 auto;
}

.lyTitle p {
  line-height: 40px;
  color: #222;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: -30px auto 16px;
}

.lyTitle i {
  display: block;
  height: 16px;
  overflow: hidden;
  text-align: center;
  background: url(../images/dot01.png) center center no-repeat;
  background-size: 60px 16px;
}

.lyTitle i::before,
.lyTitle i::after {
  content: '';
  display: inline-block;
  width: 250px;
  height: 1px;
  overflow: hidden;
  background-color: #e6e6e6;
}

.lyTitle i::before {
  margin: 7.5px 40px 0 0;
}

.lyTitle i::after {
  margin: 7.5px 0 0 40px;
}

.lyTitle1 span {
  color: rgba(255, 255, 255, .06);
  text-align: left;
}

.lyTitle1 p {
  color: #fff;
  text-align: left;
}

.lyTitle1 i {
  text-align: left;
  background: url(../images/dot02.png) left center no-repeat;
  background-size: 60px 16px;
}

.lyTitle1 i::before {
  display: none;
}

.lyTitle1 i::after {
  margin: 7.5px 0 0 70px;
  background-color: rgba(255, 255, 255, .06);
}


@media (max-width:1440px) {
  .lyTitle {
    margin-bottom: 30px;
  }

  .lyTitle span {
    line-height: 42px;
    font-size: 54px;
  }

  .lyTitle p {
    font-size: 36px;
    margin: -24px auto 12px;
  }

  .lyTitle i {
    height: 14px;
    background: url(../images/dot01.png) center center no-repeat;
    background-size: 53px 14px;
  }

  .lyTitle1 i {
    background: url(../images/dot02.png) center left no-repeat;
    background-size: 53px 14px;
  }

  .lyTitle i::before {
    margin: 6.5px 40px 0 0;
  }

  .lyTitle i::after {
    margin: 6.5px 0 0 40px;
  }
}