@charset "utf-8";
/* CSS Document */

/**common**/
* {
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
  -moz-scrollbar-width: thin;
  -o-scrollbar-width: thin;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 2px;
}

/* 滚动槽宽度 */
::-webkit-scrollbar-track {
  background-color: #ececec;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #372162;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #372162;
}


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.5 Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, 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 !important;
  border: 0;
}

address,
cite,
code,
em,
th,
i {
  font-weight: normal;
  font-style: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  /* 滚动槽宽度 */
  width: 0;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track {
  background-color: #dddddd;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #005cce;
}

/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #005cce;
}


/* 按钮样式去除 */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

.w1200 {
  width: 1200px;
}

.ly_title {
  margin-bottom: 40px;
}

.ly_title span {
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #303030;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0.1;
}

.ly_title p {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #202020;
  font-size: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  text-align: center;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.ly_title p::before,
.ly_title p::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.ly_title p::before {
  background: url(../images/dot01.png) center center no-repeat;
  background-size: 100% 100%;
  margin: 0 12px 0 0;
}

.ly_title p::after {
  background: url(../images/dot02.png) center center no-repeat;
  background-size: 100% 100%;
  margin: 0 0 0 12px;
}

.ly_title1 {
  width: 50%;
  float: left;
}

.ly_title1 span {
  font-size: 44px;
  padding-left: 42px;
  text-transform: inherit;
  text-align: left;
}

.ly_title1 p {
  text-align: left;
}

.ly_title1 p::after {
  display: none;
}

.ly_title2 span {
  color: #fff;
}

.ly_title2 p {
  color: #fff;
}

.ly_title2 p::before {
  background: url(../images/dot0.png) center center no-repeat;
  background-size: 100% 100%;
}

.ly_title2 p::after {
  background: url(../images/dot00.png) center center no-repeat;
  background-size: 100% 100%;
}

@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .w1200 {
    width: 94%;
  }
}

@media (max-width:1080px) {
  .ly_title {
    margin-bottom: 30px;
  }

  .ly_title span {
    font-size: 44px;
  }

  .ly_title p {
    font-size: 32px;
  }

  .ly_title p::before,
  .ly_title p::after {
    width: 28px;
    height: 28px;
  }

  .ly_title1 span {
    font-size: 38px;
  }

  .ly_title1 p {
    font-size: 30px;
  }
}

@media (max-width:1024px) {
  .ly_title span {
    height: 36px;
    line-height: 36px;
    font-size: 40px;
  }

  .ly_title p {
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    margin-top: -18px;
  }

  .ly_title1 span {
    font-size: 36px;
    padding-left: 38px;
  }

  .ly_title1 p {
    font-size: 28px;
  }

  .ly_title p::before,
  .ly_title p::after {
    width: 26px;
    height: 26px;
  }
}

@media (max-width:920px) {
  .w1200 {
    width: 96%;
  }

  .ly_title {
    margin-bottom: 20px;
  }

  .ly_title1 span {
    font-size: 32px;
  }
}

@media (max-width:820px) {
  .ly_title span {
    height: 30px;
    line-height: 30px;
    font-size: 32px;
  }

  .ly_title1 span {
    font-size: 28px;
  }

  .ly_title p {
    height: 32px;
    line-height: 32px;
    font-size: 28px;
    margin-top: -16px;
  }

  .ly_title1 p {
    font-size: 26px;
  }

  .ly_title p::before,
  .ly_title p::after {
    width: 24px;
    height: 24px;
  }
}

@media (max-width:767px) {
  .w1200 {
    width: 94%;
  }

  .ly_title span {
    height: 30px;
    line-height: 30px;
    font-size: 32px;
  }

  .ly_title1 span {
    font-size: 28px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .ly_title p {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    margin-top: -15px;
  }

  .ly_title p::before,
  .ly_title p::after {
    width: 20px;
    height: 20px;
  }

  .ly_title span {
    height: 28px;
    line-height: 28px;
    font-size: 30px;
  }

  .ly_title1 span {
    height: 24px;
    line-height: 24px;
    font-size: 26px;
  }


}