@charset "UTF-8";
/* pc端 */
@media screen and (min-width: 768px) {
  .lscx__pc {
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .lscx__mobile {
    display: none;
  }
  /* 头部 */
  .container__header {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 53px;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
  }
  .container__header .container__header--logo {
    width: 150px;
    height: 46px;
  }
  .container__header .container__header--logo img {
    width: 100%;
    height: 100%;
  }
  .container__header .container__header--nav {
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-right: 50px;
  }
  .container__header .container__header--nav div {
    font-size: 16px;
    color: #282828;
  }
  .container__header .container__header--nav div a {
    font-size: 16px;
    color: #282828;
    padding: 20px 10px;
    display: inline-block;
  }
  .container__header .container__header--nav div.active a {
    font-size: 16px;
    color: #0078bd;
  }
  /* 主要内容 */
  .container__main {
    width: 100%;
    background: #fff;
    margin-top: 70px;
  }
  .container__main .point-main {
    padding: 0 53px;
    box-sizing: border-box;
    background: #f8f8f8;
    display: flex;
    justify-content: space-between;
  }
  .container__main .point-main .point-nav {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .container__main .point-main .point-nav div {
    margin-right: 27px;
    line-height: 54px;
    padding-top: 3px;
    border-bottom: 3px solid #f8f8f8;
    font-size: 16px;
    color: #666;
    cursor: pointer;
  }
  .container__main .point-main .point-nav div:hover {
    color: #333;
    border-bottom: 3px solid #0078bd;
  }
  .container__main .point-main .point-nav div.active {
    color: #333;
    border-bottom: 3px solid #0078bd;
  }
  .container__main .point-main .point-language {
    display: inline-block;
    background: url(../img/pc_img/global.png) no-repeat 0;
    padding-left: 30px;
    margin-left: 35px;
    line-height: 58px;
    color: #666;
    background-size: 18px;
  }
  .container__main .point-main .point-language span {
    cursor: pointer;
  }
  .container__main .point-main .point-language span.active {
    font-weight: bold;
    color: #0078bd;
  }
  .container__main .point-main .point-language span:hover {
    color: #0078bd;
  }
  .container__main .point-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 60px 0px;
    box-sizing: border-box;
    min-height: 800px;
  }
  .container__main .point-container .point-container-ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
    min-height: 600px;
  }
  .container__main .point-container .point-container-ul .point-container-ul-li {
    list-style: none;
  }
  .container__main .point-container h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #0078bd;
    margin-left: -16px;
  }
  .container__main .point-container li {
    font-size: 14px;
    line-height: 30px;
  }
  .container__main .point-container li a {
    color: #135589;
    text-decoration: none;
    outline: 0;
  }
  .container__main .point-container li a:hover {
    color: #2a93d5;
    text-decoration: underline;
  }
  /* 关于我们 */
  .container__aboutus {
    width: 100%;
    position: relative;
  }
  .container__aboutus-bg {
    width: 100%;
    display: block;
  }
  .container__aboutus-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 95px 110px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .container__aboutus-box-left {
    width: 30%;
  }
  .container__aboutus-box-left .left-title {
    font-size: 38px;
    color: #bebdbd;
  }
  .container__aboutus-box-left img {
    width: 40px;
    height: 5px;
    margin: 24px auto 20px;
  }
  .container__aboutus-box-left .left-aboutus {
    font-size: 20px;
    color: #393939;
    font-weight: bold;
  }
  .container__aboutus-box-right {
    width: 70%;
  }
  .container__aboutus-box-right .right-title {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 60px;
  }
  .container__aboutus-box-right .right-title div {
    text-indent: 2rem;
  }
  .container__aboutus-box-right .right-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container__aboutus-box-right .right-box img:first-child {
    width: 373px;
    height: 189px;
    margin-right: 30px;
  }
  .container__aboutus-box-right .right-box img:last-child {
    width: 188px;
    height: 188px;
  }
  /* 联系我们 */
  .container__footer {
    width: 100%;
    height: 356px;
    background-color: #282828;
    box-sizing: border-box;
    padding-top: 70px;
    position: relative;
  }
  .container__footer .container__footer-area {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
  }
  .container__footer .container__footer-area-item {
    text-align: center;
  }
  .container__footer .container__footer-area-item-title {
    display: inline-block;
    padding: 3px 7px;
    box-sizing: border-box;
    border-radius: 11px 0px 11px 0px;
    border: solid 2px #ffffff;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .container__footer .container__footer-area-item-info {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
  }
  .container__footer .container__footer-area-item-code {
    width: 110px;
    height: 110px;
    margin: 0 auto;
  }
  .container__footer .container__footer-area-item-code img {
    width: 100%;
    height: 100%;
  }
  .container__footer .container__footer-area-item-desc {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
  }
  .container__footer .container__footer-copyright {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    height: 70px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
  }
  .container__footer .container__footer-copyright .copyright-name a {
    text-decoration: underline;
    cursor: pointer;
  }
  .container__footer .container__footer-copyright .copyright-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container__footer .container__footer-copyright .copyright-link a {
    font-size: 12px;
    line-height: 32px;
    color: #ffffff;
  }
  .container__footer .container__footer-copyright .container__footer-top {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 116px;
    cursor: pointer;
  }
}
