
body {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
.contact {
  width: 81px;
  height: 33px;
}
.mybtn1 {
  background-color: #035BFE !important;
  border-color: #035BFE !important;
  color: #fff !important;
  padding: 0 !important;
  font-weight: 400 !important;
}
.mybtn1:focus,
.mybtn1:hover {
  background-color: #035BFE !important;
  border-color: #035BFE !important;
  color: #fff !important;
}
.mybtn2 {
  background-color: #fff !important;
  border-color: #035BFE !important;
  color: #035BFE !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}
.mybtn2:focus,
.mybtn2:hover {
  background-color: #fff !important;
  border-color: #035BFE !important;
  color: #035BFE !important;
}
.app /deep/ .el-button:hover {
  background-color: transparent !important;
  border: #035BFE !important;
  color: #035BFE !important;
}
@media screen and (min-width : 1500px) {
.solution_all {
        font-size: 26px;
        line-height: 31px;
}
.solution_it {
        font-size: 50px;
        line-height: 60px;
}
.solution_btn {
        width: 200px;
        height: 33px;
        margin-top: 35px;
        font-size: 12px;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.solution_all {
        font-size: 26px;
        line-height: 31px;
}
.solution_it {
        font-size: 42px;
        line-height: 60px;
}
.solution_btn {
        width: 200px;
        height: 33px;
        margin-top: 35px;
        font-size: 12px;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.solution_all {
        font-size: 24px;
        line-height: 31px;
}
.solution_it {
        font-size: 35px;
        line-height: 60px;
}
.solution_btn {
        width: 200px;
        height: 33px;
        margin-top: 35px;
        font-size: 12px;
}
}
.el-message {
    background-color: #000 !important;
    opacity:.7;
    border:#000;
    min-width:30px;
}
.el-message--success .el-message__content {
  color:#fff;
}
.el-message .el-icon-success {
  color:#fff;
}

/* #app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  margin-top: 0px;
} */



.nav div[data-v-e34ef2ec] {
  font-weight: 400;
  margin: 10px 15px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.nav div img[data-v-e34ef2ec] {
  position: absolute;
  top: 3px;
  left: -7px;
  z-index: -1;
}
.header[data-v-e34ef2ec] .btnanimation {
  background-color: transparent;
  border-color: #035BFE;
  color: #035BFE;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}
.header[data-v-e34ef2ec] .btnanimation::before {
  content: '';
  position: absolute;
  top: 0;
  border-radius: 3px;
  left: 0;
  z-index: -1;
  height: 33px;
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #035BFE;
}
.header[data-v-e34ef2ec] .btnanimation:hover {
  z-index: 1;
  color: #fff;
}
.header[data-v-e34ef2ec] .btnanimation:hover::before {
  width: 100%;
}
.header[data-v-e34ef2ec] .contactus {
  background: url(/static/img/contactus.a1d45c4.png) no-repeat;
  background-size: 100% 100%;
}
.contact_show[data-v-e34ef2ec] {
  width: 120px;
  padding:20px 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.contact_hide[data-v-e34ef2ec] {
  width: 0;
}
.header[data-v-e34ef2ec] .el-button--primary {
  width: 84px;
  height: 33px;
  padding: 0;
  background-color: #035BFE;
  border: 1px solid #035BFE;
}
.el-dialog__wrapper[data-v-e34ef2ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el-dialog__wrapper[data-v-e34ef2ec] .el-dialog__body {
  padding: 30px 40px 10px 40px;
}
.el-dialog__wrapper[data-v-e34ef2ec] .el-dialog {
  width: 27%;
  margin: auto;
  /* 420px */
  border-radius: 16px;
  background: #F5F8FF;
}
.el-dialog__wrapper[data-v-e34ef2ec] .el-dialog__footer {
  text-align: left;
  margin-bottom: 50px;
  padding: 20px 40px 10px 40px;
}
.el-dialog__wrapper[data-v-e34ef2ec] .el-dialog__headerbtn {
  font-size: 23px;
  top: 8px;
  right: 8px;
}
.el-dialog__wrapper[data-v-e34ef2ec] .el-dialog__headerbtn .el-dialog__close {
  color: #666;
}
body[data-v-e34ef2ec] .el-message--success {
  top: 50%;
  -webkit-transform: translate(110px -24px);
          transform: translate(110px -24px);
}
@media screen and (min-width : 1500px) {
.logo[data-v-e34ef2ec] {
    width: 150px;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.nav div[data-v-e34ef2ec] {
    font-size: 14px;
}
.logo[data-v-e34ef2ec] {
    width: 135px;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.nav div[data-v-e34ef2ec] {
    font-size: 12px;
}
.logo[data-v-e34ef2ec] {
    width: 120px;
}
}
.nav div[data-v-e34ef2ec]:hover {
  font-weight: 600;
}
.phoneinput[data-v-e34ef2ec] .el-input__inner {
  border: 1px solid #f56c6c;
}



.footer_top[data-v-5a880e0b] {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.footer_content[data-v-5a880e0b] {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.523%;
}
.footer_bottom[data-v-5a880e0b] {
  color: #98979D;
  padding: 14px 0 20px 0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

body[data-v-09d2d51f] { font-size: 16px;
}
@media screen and (min-width : 1500px) {
.flash_img[data-v-09d2d51f] {
        width: 170px;
}
.company[data-v-09d2d51f] {
        width: 36%;
}
.qualification[data-v-09d2d51f] {
        width: 60%;
        max-width: 1000px;
}
.practice_img_title[data-v-09d2d51f] {
        width: 89px;
        height: 37px;
        font-size: 16px;
        font-weight: 400;
        line-height: 200%;
}
.practice_value[data-v-09d2d51f] {
        font-size: 16px;
        line-height: 200%;
        text-indent: 90px;
}
.practice_img_value[data-v-09d2d51f] {
        left: -82px;
}
.practice_detail_icon[data-v-09d2d51f] {
        width: 30px;
        margin-right: 20px;
}
.practice_image[data-v-09d2d51f] {
        width: 400px;
}
.practice_image img[data-v-09d2d51f] {
        width: 400px;
}
.practice_detail_cont[data-v-09d2d51f] {
        height: 310px;
}
.practice_det[data-v-09d2d51f] .el-carousel__container {
        height: 430px;
}
.profile_spot[data-v-09d2d51f] {
        width: 6px;
        height: 6px;
}
.profile_title2[data-v-09d2d51f] {
        font-size: 28px;
        line-height: 170%;
}
.system_content[data-v-09d2d51f] {
        font-size: 30px;
        line-height: 36px;
}
.module_title[data-v-09d2d51f] {
        font-size: 40px;
        text-align: center;
}
.function_item img[data-v-09d2d51f] {
        width: 33px;
        margin: 0 10px;
}
.function_left[data-v-09d2d51f] {
        width: 100%;
        top: 8%;
        left: -90%;
}
.function_right[data-v-09d2d51f] {
        width: 100%;
        top: 7%;
        left: 90%;
}
.function_cont[data-v-09d2d51f] {
        font-size: 14px;
}
.function_sum[data-v-09d2d51f] {
        font-size: 20px;
        font-weight: 600;
}
.function_title[data-v-09d2d51f] {
        margin-bottom: 80px;
}
.function_py[data-v-09d2d51f] {
        width: 500px;
        height: 436px;
}
.function_li[data-v-09d2d51f] {
        position: absolute;
        left: 34%;
        top: 42%;
        width: 140px;
        height: 66px;
}
.function_item1[data-v-09d2d51f] {
        position: absolute;
        top: 20px;
        right: -3%;
}
.function_item2[data-v-09d2d51f] {
        position: absolute;
        top: 16px;
        left: -1%;
}
.function_item3[data-v-09d2d51f] {
        position: absolute;
        top: 104px;
        right: 4%;
}
.function_item4[data-v-09d2d51f] {
        position: absolute;
        top: 100px;
        left: 9%;
}
.function_item5[data-v-09d2d51f] {
        position: absolute;
        top: 197px;
        right: 14%;
}
.function_item6[data-v-09d2d51f] {
        position: absolute;
        top: 177px;
        left: 15%;
}
.function_item7[data-v-09d2d51f] {
        position: absolute;
        top: 290px;
        right: 23%;
}
.function_item8[data-v-09d2d51f] {
        position: absolute;
        top: 290px;
        left: 21%;
}
.serve_num[data-v-09d2d51f] {
        font-size: 160px;
        line-height: 160px;
}
.serve_img[data-v-09d2d51f] {
        width: 22%;
}
.serve_sum[data-v-09d2d51f] {
        font-size: 28px;
}
.serve_cont[data-v-09d2d51f] {
        font-size: 12px;
}
.serve_info[data-v-09d2d51f] {
        position: absolute;left: 20%;
}
.profile_title[data-v-09d2d51f] {
        font-size: 35px;
}
.profile_cont[data-v-09d2d51f] {
        font-size: 1em;
        text-indent: 32px;
        line-height: 185%;
}
.flash_year[data-v-09d2d51f] {
        font-size: 20px;
        font-weight: 600;
}
.flash_date[data-v-09d2d51f] {
        font-size: 35px;
        font-weight: 600;
}
.flash_til[data-v-09d2d51f] {
        font-size: 20px;
        font-weight: 600;
}
.flash_cont[data-v-09d2d51f] {
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
}
.practice_detail_til[data-v-09d2d51f] {
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
}
.practice_det .practice_btn[data-v-09d2d51f] {
        font-size: 12px;
        padding: 10px;
}
.practice_cont[data-v-09d2d51f] {
        font-size: 16px;
        font-weight: 400;
}
.practice_line[data-v-09d2d51f] {
        margin: 23px 0 30px 0;
}
.dynamic[data-v-09d2d51f] {
        font-size: 14px;
        font-weight: 400;
}
.flash_line_checked[data-v-09d2d51f] {
        width: 1%;
        -webkit-transform: scaleX(57);
                transform: scaleX(57);
        -webkit-transform-origin: left;
                transform-origin: left;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.flash_img[data-v-09d2d51f] {
        width: 150px;
}
.company[data-v-09d2d51f] {
        width: 45%;
}
.qualification[data-v-09d2d51f] {
        width: 53%;
}
.practice_img_title[data-v-09d2d51f] {
        width: 85px;
        height: 33px;
        font-size: 14px;
        font-weight: 400;
        line-height: 200%;
}
.practice_value[data-v-09d2d51f] {
        font-size: 14px;
        line-height: 200%;
        text-indent: 90px;
}
.practice_img_value[data-v-09d2d51f] {
        left: -82px;
}
.practice_detail_icon[data-v-09d2d51f] {
        width: 30px;
        margin-right: 15px;
}
.practice_image[data-v-09d2d51f] {
        width: 340px;
}
.practice_image img[data-v-09d2d51f] {
        width: 340px;
}
.practice_detail_cont[data-v-09d2d51f] {
        height: 285px;
}
.practice_det[data-v-09d2d51f] .el-carousel__container {
        height: 390px;
}
.profile_spot[data-v-09d2d51f] {
        width: 5px;
        height: 5px;
}
.profile_title2[data-v-09d2d51f] {
        font-size: 26px;
        line-height: 170%;
}
.system_content[data-v-09d2d51f] {
        font-size: 30px;
        line-height: 36px;
}
.module_title[data-v-09d2d51f] {
        font-size: 38px;
        text-align: center;
}
.function_cont[data-v-09d2d51f] {
        font-size: 13px;
}
.function_sum[data-v-09d2d51f] {
        font-size: 19px;
        font-weight: 600;
}
.function_title[data-v-09d2d51f] {
        margin-bottom: 60px;
}
.function_item img[data-v-09d2d51f] {
        width: 30px;
        margin: 0 10px;
}
.function_left[data-v-09d2d51f] {
        width: 100%;
        top: 8%;
        left: -90%;
}
.function_right[data-v-09d2d51f] {
        width: 100%;
        top: 7%;
        left: 90%;
}
.function_py[data-v-09d2d51f] {
        width: 400px;
        height: 348px;
}
.function_li[data-v-09d2d51f] {
        position: absolute;
        left: 34%;
        top: 42%;
        width: 112px;
        height: 53px;
}
.function_item1[data-v-09d2d51f] {
        position: absolute;
        top: 10px;
        right: -3%;
}
.function_item2[data-v-09d2d51f] {
        position: absolute;
        top: 5px;
        left: -1%;
}
.function_item3[data-v-09d2d51f] {
        position: absolute;
        top: 68px;
        right: 4%;
}
.function_item4[data-v-09d2d51f] {
        position: absolute;
        top: 74px;
        left: 9%;
}
.function_item5[data-v-09d2d51f] {
        position: absolute;
        top: 150px;
        right: 14%;
}
.function_item6[data-v-09d2d51f] {
        position: absolute;
        top: 136px;
        left: 13%;
}
.function_item7[data-v-09d2d51f] {
        position: absolute;
        top: 214px;
        right: 23%;
}
.function_item8[data-v-09d2d51f] {
        position: absolute;
        top: 218px;
        left: 21%;
}
.serve_num[data-v-09d2d51f] {
        font-size: 140px;
        line-height: 140px;
}
.serve_img[data-v-09d2d51f] {
        width: 22%;
}
.serve_sum[data-v-09d2d51f] {
        font-size: 28px;
}
.serve_cont[data-v-09d2d51f] {
        font-size: 12px;
}
.serve_info[data-v-09d2d51f] {
        position: absolute;left: 20%;
}
.profile_title[data-v-09d2d51f] {
        font-size: 33px;
}
.profile_cont[data-v-09d2d51f] {
        font-size: 0.75em;
        text-indent: 32px;
}
.flash_year[data-v-09d2d51f] {
        font-size: 19px;
        font-weight: 600;
}
.flash_date[data-v-09d2d51f] {
        font-size: 33px;
        font-weight: 600;
}
.flash_til[data-v-09d2d51f] {
        font-size: 19px;
        font-weight: 600;
}
.flash_cont[data-v-09d2d51f] {
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
}
.practice_detail_til[data-v-09d2d51f] {
        font-size: 28px;
        font-weight: 600;
        line-height: 30px;
}
.practice_det .practice_btn[data-v-09d2d51f] {
        font-size: 12px;
        padding: 8px;
}
.practice_cont[data-v-09d2d51f] {
        font-size: 14px;
        font-weight: 400;
}
.practice_line[data-v-09d2d51f] {
        margin: 15px 0 30px 0;
}
.dynamic[data-v-09d2d51f] {
        font-size: 14px;
        font-weight: 400;
}
.flash_line_checked[data-v-09d2d51f] {
        width: 1%;
        -webkit-transform: scaleX(43);
                transform: scaleX(43);
        -webkit-transform-origin: left;
                transform-origin: left;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
}
@media screen and (min-width:992px) and (max-width:1299px) {
.flash_img[data-v-09d2d51f] {
        width: 120px;
}
.company[data-v-09d2d51f] {
        width: 45%;
}
.qualification[data-v-09d2d51f] {
        width: 53%;
}
.practice_img_title[data-v-09d2d51f] {
        width: 72px;
        height: 28px;
        font-size: 16px;
        font-weight: 400;
        line-height: 200%;
}
.practice_value[data-v-09d2d51f] {
        font-size: 12px;
        line-height: 237%;
        text-indent: 76px;
}
.practice_img_value[data-v-09d2d51f] {
        left: -68px;
}
.practice_detail_icon[data-v-09d2d51f] {
        width: 23px;
        margin-right: 10px;
}
.practice_image[data-v-09d2d51f] {
        width: 300px;
}
.practice_image img[data-v-09d2d51f] {
        width: 300px;
}
.practice_detail_cont[data-v-09d2d51f] {
        height: 262px;
}
.practice_det[data-v-09d2d51f] .el-carousel__container {
        height: 340px;
}
.profile_spot[data-v-09d2d51f] {
        width: 4px;
        height: 4px;
}
.profile_title2[data-v-09d2d51f] {
        font-size: 24px;
        line-height: 170%;
}
.system_content[data-v-09d2d51f] {
        font-size: 28px;
        line-height: 36px;
}
.module_title[data-v-09d2d51f] {
        font-size: 36px;
        text-align: center;
}
.function_cont[data-v-09d2d51f] {
        font-size: 12px;
}
.function_sum[data-v-09d2d51f] {
        font-size: 17px;
        font-weight: 600;
}
.function_title[data-v-09d2d51f] {
        margin-bottom: 50px;
}
.function_item img[data-v-09d2d51f] {
        width: 30px;
        margin: 0 10px;
}
.function_left[data-v-09d2d51f] {
        width: 130%;
        top: 8%;
        left: -114%;
}
.function_right[data-v-09d2d51f] {
        width: 120%;
        top: 7%;
        left: 90%;
}
.function_py[data-v-09d2d51f] {
        width: 300px;
        height: 261px;
}
.function_li[data-v-09d2d51f] {
        position: absolute;
        left: 34%;
        top: 42%;
        width: 84px;
        height: 40px;
}
.function_item1[data-v-09d2d51f] {
        position: absolute;
        top: 0px;
        right: 1%;
}
.function_item2[data-v-09d2d51f] {
        position: absolute;
        top: -3px;
        left: -1%;
}
.function_item3[data-v-09d2d51f] {
        position: absolute;
        top: 46px;
        right: 7%;
}
.function_item4[data-v-09d2d51f] {
        position: absolute;
        top: 51px;
        left: 8%;
}
.function_item5[data-v-09d2d51f] {
        position: absolute;
        top: 110px;
        right: 15%;
}
.function_item6[data-v-09d2d51f] {
        position: absolute;
        top: 98px;
        left: 12%;
}
.function_item7[data-v-09d2d51f] {
        position: absolute;
        top: 168px;
        right: 22%;
}
.function_item8[data-v-09d2d51f] {
        position: absolute;
        top: 162px;
        left: 18%;
}
.serve_num[data-v-09d2d51f] {
        font-size: 120px;
        line-height: 120px;
}
.serve_img[data-v-09d2d51f] {
        width: 22%;
}
.serve_sum[data-v-09d2d51f] {
        font-size: 25px;
}
.serve_info[data-v-09d2d51f] {
        position: absolute;left: 16%;
}
.serve_cont[data-v-09d2d51f] {
        font-size: 12px;
}
.profile_title[data-v-09d2d51f] {
        font-size: 31px;
}
.profile_cont[data-v-09d2d51f] {
        font-size: 0.6em;
        text-indent: 32px;
}
.flash_year[data-v-09d2d51f] {
        font-size: 18px;
        font-weight: 600;
}
.flash_date[data-v-09d2d51f] {
        font-size: 31px;
        font-weight: 600;
}
.flash_til[data-v-09d2d51f] {
        font-size: 18px;
        font-weight: 600;
}
.flash_cont[data-v-09d2d51f] {
        font-size: 13px;
        font-weight: 400;
        line-height: 23px;
}
.practice_detail_til[data-v-09d2d51f] {
        font-size: 22px;
        font-weight: 600;
        line-height: 25px;
}
.practice_det .practice_btn[data-v-09d2d51f] {
        padding: 8px;
        font-size: 12px;
}
.practice_cont[data-v-09d2d51f] {
        font-size: 12px;
        font-weight: 400;
}
.practice_line[data-v-09d2d51f] {
        margin: 8px 0 17px 0;
}
.dynamic[data-v-09d2d51f] {
        font-size: 14px;
        font-weight: 400;
}
.flash_line_checked[data-v-09d2d51f] {
        width: 1%;
        -webkit-transform: scaleX(30);
                transform: scaleX(30);
        -webkit-transform-origin: left;
                transform-origin: left;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
}
.dynamic_item[data-v-09d2d51f] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
ul[data-v-09d2d51f] {
    list-style:none;
}
.list[data-v-09d2d51f] {
    list-style: none;
    text-align: center;
    overflow: hidden;
    height: 60px;
    padding: 0;
    margin: 0;
}
li[data-v-09d2d51f] {
    text-align: left;
}
.serve_item[data-v-09d2d51f]:after {
    width: 0;
    border-radius: 5px;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #035BFE;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.serve_item[data-v-09d2d51f]:hover:after {
    width: 100%;
}
.flash_item_detail[data-v-09d2d51f] {
    background: url(/static/img/flash_cont.985242e.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.server_back[data-v-09d2d51f] {
    /* require('../assets/images/productcenter/nav_back.png') */
    /* background: url(require('../assets/images/homepage/serve/serve_back.png')) no-repeat; */
    background: url(/static/img/serve_back.e5bfb24.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.flash_item_detail_checked[data-v-09d2d51f] {
    width: 100%;
    height: 100%;
}
.flash_til[data-v-09d2d51f] {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.flash_cont[data-v-09d2d51f] {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.solution-img[data-v-09d2d51f] {
    background: url(/static/img/solution.416c895.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.dynamic_img[data-v-09d2d51f] {
    background: url(/static/img/Rectangle.0508c82.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.system_img[data-v-09d2d51f] {
    background: url(/static/img/video_back.bbbac1b.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.video_back[data-v-09d2d51f] {
    background-size: 100% 100%;
    width: 100%;
}
.function_img[data-v-09d2d51f] {
    background: url(/static/img/function.15c8b2b.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.flash_detail[data-v-09d2d51f] {
    background: url(/static/img/flash.7fca63b.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.practice[data-v-09d2d51f] {
    background: url(/static/img/practice.4d33d7b.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.practice_detail[data-v-09d2d51f] {
    background: url(/static/img/detail.d2047f8.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.function_item[data-v-09d2d51f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.function_item_left[data-v-09d2d51f] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.function_item_right[data-v-09d2d51f] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.function_cont[data-v-09d2d51f] {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 151.523%;
}
.profile[data-v-09d2d51f] {
    background: url(/static/img/profile.25f4f2e.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.flash_line_check[data-v-09d2d51f] {
    display: block;
}
.flash_line_uncheck[data-v-09d2d51f] {
    display: none;
}
.flash_line_unchecked[data-v-09d2d51f] {
    width: 0%;
}
.flash_til_checked[data-v-09d2d51f] {
    color: #035BFE;
}
.practice_det .practice_del_btn[data-v-09d2d51f] {
    background-color: #fff;
    border-color: #ccc;
    color: #666;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 5px;
}
.profile_cont[data-v-09d2d51f] {
    font-weight: 400;
    line-height: 185.523%;
    margin: 10px 0;
}
.qualification_img[data-v-09d2d51f] {
    background: url(/static/img/qualification.0df3b6a.png) no-repeat;
    height: 100%;
    background-size: 100% 100%;
}
.practice_value[data-v-09d2d51f] {
    font-weight: 400;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.practice_cont[data-v-09d2d51f] {
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.homepage .pagebtn[data-v-09d2d51f] {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: transparent;
  padding: 0;
  border: none;
}
.homepage .previous_btn[data-v-09d2d51f]::before {
  content: '';
  position: absolute;
  top: 0;
  border-radius: 3px;
  left: 0;
  z-index: -1;
  height: 50px;
  width: 0;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #035BFE;
}
.homepage .previous_btn[data-v-09d2d51f]:hover {
  z-index: 1;
  color: #fff;
}
.homepage .previous_btn[data-v-09d2d51f]:hover::before {
  width: 100%;
}
.homepage .next_btn[data-v-09d2d51f]::before {
  content: '';
  position: absolute;
  top: 0;
  border-radius: 3px;
  left: 0;
  z-index: -1;
  height: 50px;
  width: 0;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #035BFE;
}
.homepage .next_btn[data-v-09d2d51f]:hover {
  z-index: 1;
  color: #fff;
}
.homepage .next_btn[data-v-09d2d51f]:hover::before {
  width: 100%;
}
.homepage .more[data-v-09d2d51f] {
  width: 86px;
  height: 36px;
  border-radius: 3px;
  background-color: transparent;
  padding: 0;
  color: #000;
  border: 1px solid #ccc;
  z-index: 4;
}
.homepage .pra_more[data-v-09d2d51f]::before {
  content: '';
  position: absolute;
  top: 0;
  border-radius: 3px;
  left: 0;
  z-index: -1;
  height: 36px;
  width: 0;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #035BFE;
  /* border: none; */
}
.homepage .pra_more[data-v-09d2d51f]:hover {
  z-index: 1;
  color: #fff;
}
.homepage .pra_more[data-v-09d2d51f]:hover::before {
  width: 100%;
}
.homepage .flash_more[data-v-09d2d51f]::before {
  content: '';
  position: absolute;
  top: 0;
  border-radius: 3px;
  left: 0;
  z-index: -1;
  height: 36px;
  width: 0;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #035BFE;
  /* border: none; */
}
.homepage .flash_more[data-v-09d2d51f]:hover {
  z-index: 1;
  color: #fff;
}
.homepage .flash_more[data-v-09d2d51f]:hover::before {
  width: 100%;
}
.warp[data-v-09d2d51f] {
    width: 210px * 16;
    margin: 20px auto;
    overflow: hidden;
}
.warp ul[data-v-09d2d51f] {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.warp &.ul-item[data-v-09d2d51f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.warp .li-item[data-v-09d2d51f] {
    width: 210px;
    margin-right: 10px;
}
.warpleft[data-v-09d2d51f] {
    width: 210px * 12;
    margin: 20px auto;
    overflow: hidden;
}
.warpleft ul[data-v-09d2d51f] {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.warpleft &.ul-item[data-v-09d2d51f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.warpleft .li-item[data-v-09d2d51f] {
    width: 210px;
    margin-right: 10px;
}
.warp1[data-v-09d2d51f] {
    height: 60px;
    width: 100%;
    overflow: hidden;
}
.warp1 ul[data-v-09d2d51f] {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.warp1 ul li[data-v-09d2d51f]{
    display: block;
    height: 60px;
    line-height: 60px;
}
.solution[data-v-09d2d51f] .el-carousel__container {
    height: 465px;
}
.serveenter[data-v-09d2d51f]{
    -webkit-transform: translateY(0%)!important;
            transform: translateY(0%)!important;
    opacity: 1!important;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
.servetest[data-v-09d2d51f]{  
    -webkit-transform: translateY(20px);  
            transform: translateY(20px);
    opacity: 0;
}
.functionenter[data-v-09d2d51f]{
    -webkit-transform: translateY(0%)!important;
            transform: translateY(0%)!important;
    opacity: 1!important;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
.functiontest[data-v-09d2d51f]{  
    -webkit-transform: translateY(20px);  
            transform: translateY(20px);
    opacity: 0;
}
.functionLeft[data-v-09d2d51f] {
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
}
.functionRight[data-v-09d2d51f] {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
}
.flashenter[data-v-09d2d51f]{
    -webkit-transform: translateY(0%)!important;
            transform: translateY(0%)!important;
    opacity: 1!important;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
.flashtest[data-v-09d2d51f]{  
    -webkit-transform: translateY(20px);  
            transform: translateY(20px);
    opacity: 0;
}
.profileenter[data-v-09d2d51f]{
    -webkit-transform: translateY(0%)!important;
            transform: translateY(0%)!important;
    opacity: 1!important;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
.profiletest[data-v-09d2d51f]{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
.practiceenter[data-v-09d2d51f]{
    -webkit-transform: translateY(0%)!important;
            transform: translateY(0%)!important;
    opacity: 1!important;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
.practicetest[data-v-09d2d51f]{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
.partnerenter[data-v-09d2d51f]{
    -webkit-transform: translateY(0%)!important;
            transform: translateY(0%)!important;
    opacity: 1!important;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
.partnertest[data-v-09d2d51f]{
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
#flashitem0[data-v-09d2d51f] {
    -webkit-transition: all .5s linear 1s;
    transition: all .5s linear 1s;
}
#flashitem1[data-v-09d2d51f] {
    -webkit-transition: all .5s linear 1.5s;
    transition: all .5s linear 1.5s;
}
#flashitem2[data-v-09d2d51f] {
    -webkit-transition: all .5s linear 2s;
    transition: all .5s linear 2s;
}
.el-button+.el-button[data-v-09d2d51f], .el-checkbox.is-bordered+.el-checkbox.is-bordered[data-v-09d2d51f] {
    margin-left: 0;
}
.swiper-pagination-fraction[data-v-09d2d51f], .swiper-pagination-custom[data-v-09d2d51f], .swiper-container-horizontal > .swiper-pagination-bullets[data-v-09d2d51f] {
    width: 25px;
    bottom: 50%;
}
.solution[data-v-09d2d51f] .swiper-pagination-bullet {
    width: 6px;
    height: 20px;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
    margin: 4px;
}
.solution[data-v-09d2d51f] .swiper-pagination-bullet-active {
    background-color: #0648E1;
}
.solution[data-v-09d2d51f] .swiper-pagination {
    -webkit-transform:translate3d(0,50%,0);
            transform:translate3d(0,50%,0);
}
.video_back[data-v-09d2d51f] .video-js {
    background-color: #fff;
    -o-object-fit:fill;
       object-fit:fill;
}





@media screen and (min-width : 1500px) {
.solution_text[data-v-22cc367a] {
        margin: 140px auto 195px;
}
.function_nav[data-v-22cc367a] {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
}
.function_nav_img[data-v-22cc367a] {
        height: 120px;
}
.function_nav_img img[data-v-22cc367a] {
        width: 75px;
}
.function_introduction_icon img[data-v-22cc367a] {
        margin: 36px auto auto;
}
.function_del[data-v-22cc367a] {
        position: absolute;bottom: -65px;left: 15%;
}
.funstion_computer[data-v-22cc367a] {
        bottom: 90px;
}
.translate_img[data-v-22cc367a] {
        bottom: 170px;
}
@-webkit-keyframes jumpBoxHandler-data-v-22cc367a {
0% {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
}
50% {
            -webkit-transform: translateY(-10px);
                    transform: translateY(-10px);
}
100% {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
}
}
@keyframes jumpBoxHandler-data-v-22cc367a {
0% {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
}
50% {
            -webkit-transform: translateY(-10px);
                    transform: translateY(-10px);
}
100% {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
}
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.solution_text[data-v-22cc367a] {
        margin: 110px auto 155px;
}
.function_nav[data-v-22cc367a] {
        font-size: 21px;
        font-weight: 600;
        text-align: center;
}
.function_nav_img[data-v-22cc367a] {
        height: 100px;
}
.function_nav_img img[data-v-22cc367a] {
        width: 65px;
}
.function_introduction_icon img[data-v-22cc367a] {
        margin: 30px auto auto;
}
.function_del[data-v-22cc367a] {
        position: absolute;bottom: -55px;left: 15%;
}
.funstion_computer[data-v-22cc367a] {
        bottom: 90px;
}
.translate_img[data-v-22cc367a] {
        bottom: 157px;
}
@-webkit-keyframes jumpBoxHandler-data-v-22cc367a {
0% {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
}
50% {
            -webkit-transform: translateY(-8px);
                    transform: translateY(-8px);
}
100% {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
}
}
@keyframes jumpBoxHandler-data-v-22cc367a {
0% {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
}
50% {
            -webkit-transform: translateY(-8px);
                    transform: translateY(-8px);
}
100% {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
}
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.solution_text[data-v-22cc367a] {
        margin: 110px auto 145px;
}
.function_nav[data-v-22cc367a] {
        font-size: 17px;
        font-weight: 600;
        text-align: center;
}
.function_nav_img[data-v-22cc367a] {
        height: 80px;
}
.function_nav_img img[data-v-22cc367a] {
        width: 60px;
}
.function_introduction_icon img[data-v-22cc367a] {
        margin: 20px auto auto;
}
.function_del[data-v-22cc367a] {
        position: absolute;bottom: -45px;left: 15%;
}
.funstion_computer[data-v-22cc367a] {
        bottom: 90px;
}
.translate_img[data-v-22cc367a] {
        bottom: 145px;
}
@-webkit-keyframes jumpBoxHandler-data-v-22cc367a {
0% {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
}
50% {
            -webkit-transform: translateY(-8px);
                    transform: translateY(-8px);
}
100% {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
}
}
@keyframes jumpBoxHandler-data-v-22cc367a {
0% {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
}
50% {
            -webkit-transform: translateY(-8px);
                    transform: translateY(-8px);
}
100% {
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
}
}
}
.solution_img[data-v-22cc367a] {
    background: url(/static/img/systemimg.1a70b5c.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.translate_img[data-v-22cc367a] {
    -webkit-animation: jumpBoxHandler-data-v-22cc367a 2s infinite;
            animation: jumpBoxHandler-data-v-22cc367a 2s infinite;
}
.center_btn[data-v-22cc367a]{
    background-color: #035BFE;
    border-color: #035BFE;
    color: #fff;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
}


@media screen and (min-width : 1500px) {
.datadisplay_posi[data-v-79df9c04] {
        top: 90px;
}
.introduction_detail[data-v-79df9c04] {
        font-size: 18px;
        font-weight: 400;
}
.warn_cont[data-v-79df9c04]{
        width: 100%;text-align: center;margin: 18% 0;
}
.datadisplay_item[data-v-79df9c04] {
        width: 200px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.datadisplay_item_del[data-v-79df9c04] {
        width: 85%;
}
.datadisplay_item_del span[data-v-79df9c04] {
        width: 75px;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.datadisplay_posi[data-v-79df9c04] {
        top: 90px;
}
.introduction_detail[data-v-79df9c04] {
        font-size: 16px;
        font-weight: 400;
}
.warn_cont[data-v-79df9c04]{
        width: 100%;text-align: center;margin: 18% 0;
}
.datadisplay_item[data-v-79df9c04] {
        width: 200px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.datadisplay_item_del[data-v-79df9c04] {
        width: 80%;
}
.datadisplay_item_del span[data-v-79df9c04] {
        width: 68px;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.datadisplay_posi[data-v-79df9c04] {
        top: 90px;
}
.introduction_detail[data-v-79df9c04] {
        font-size: 13px;
        font-weight: 400;
}
.warn_cont[data-v-79df9c04]{
        width: 100%;text-align: center;margin: 18% 0;
}
.datadisplay_item[data-v-79df9c04] {
        width: 136px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.datadisplay_item_del[data-v-79df9c04] {
        width: 90%;
}
.datadisplay_item_del span[data-v-79df9c04] {
        width: 55px;
}
}
.datadisplay_item div[data-v-79df9c04] {
    margin: 9px 0;
}
.introduction_detail[data-v-79df9c04] {
    background: url(/static/img/content_back.d544ebc.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.datadisplay[data-v-79df9c04] {
    background: url(/static/img/display_back.03504d6.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.storage[data-v-79df9c04] {
    background: url(/static/img/storage_back.90ca116.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.warn[data-v-79df9c04] {
    background: url(/static/img/warn_back.0322aa6.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.collection[data-v-79df9c04] {
    background: url(/static/img/collection_back.37c86a5.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.translate_img[data-v-79df9c04] {
    -webkit-animation: functionIntr-data-v-79df9c04 2s infinite;
            animation: functionIntr-data-v-79df9c04 2s infinite;
}
@-webkit-keyframes functionIntr-data-v-79df9c04 {
0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
}
100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
}
@keyframes functionIntr-data-v-79df9c04 {
0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
}
100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
}
.datadisplay_item_del[data-v-79df9c04] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}




@media screen and (min-width : 1500px) {
.value_title[data-v-2e2a9780] {
        font-size: 26px;
        font-weight: 600;
        width: 50%;
        text-align: center;
        position: absolute;
}
.value_num[data-v-2e2a9780] {
        width: 80px;
        text-align: center;
        font-size: 96px;
        font-weight: 600;
}
.value_cont[data-v-2e2a9780] {
        color: #222;
        font-size: 14px;
        font-weight: 400;
        line-height: 170%;
}
.value_detail_right[data-v-2e2a9780] {
        padding: 0 1% 10px 1.5%;
}
.value_detail_left[data-v-2e2a9780] {
        padding: 0 1.5% 10px 1%;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.value_title[data-v-2e2a9780] {
        font-size: 24px;
        font-weight: 600;
        width: 50%;
        text-align: center;
        position: absolute;
}
.value_num[data-v-2e2a9780] {
        font-size: 79px;
        font-weight: 600;
}
.value_cont[data-v-2e2a9780] {
        color: #222;
        font-size: 12px;
        font-weight: 400;
        line-height: 170%;
}
.value_detail_right[data-v-2e2a9780] {
        padding: 0 1% 10px 1.5%;
}
.value_detail_left[data-v-2e2a9780] {
        padding: 0 1.5% 10px 1%;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.value_title[data-v-2e2a9780] {
        font-size: 22px;
        font-weight: 600;
        width: 50%;
        text-align: center;
        position: absolute;
}
.value_num[data-v-2e2a9780] {
        font-size: 62px;
        font-weight: 600;
}
.value_cont[data-v-2e2a9780] {
        color: #222;
        font-size: 11px;
        font-weight: 400;
        line-height: 170%;
}
.value_detail_right[data-v-2e2a9780] {
        padding: 10px 1% 20px 1.5%;
}
.value_detail_left[data-v-2e2a9780] {
        padding: 10px 1.5% 20px 1%;
}
}
.value_num[data-v-2e2a9780] {
    line-height: 110%;
}
.introduction_detail[data-v-2e2a9780] {
    background: url(/static/img/content_back.d544ebc.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.intr_detail[data-v-2e2a9780] {
    -webkit-animation-name: bounce;
            animation-name: bounce;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.value_detail1[data-v-2e2a9780] {
    background: url(/static/img/value1.4468b49.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.value_num1[data-v-2e2a9780] {
    opacity: 0.3;
    background: -webkit-gradient(linear, left top, left bottom, from(#1BC200), to(rgba(255, 255, 255, 0.00)));
    background: linear-gradient(180deg, #1BC200 0%, rgba(255, 255, 255, 0.00) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.value_detail2[data-v-2e2a9780] {
    background: url(/static/img/value2.69a6ac1.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.value_num2[data-v-2e2a9780] {
    opacity: 0.3;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF8A00), to(rgba(255, 255, 255, 0.00)));
    background: linear-gradient(180deg, #FF8A00 0%, rgba(255, 255, 255, 0.00) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.value_detail4[data-v-2e2a9780] {
    background: url(/static/img/value4.b0b2e5a.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.value_num4[data-v-2e2a9780] {
    opacity: 0.3;
    background: -webkit-gradient(linear, left top, left bottom, from(#30F), to(rgba(255, 255, 255, 0.00)));
    background: linear-gradient(180deg, #30F 0%, rgba(255, 255, 255, 0.00) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.value_detail3[data-v-2e2a9780] {
    background: url(/static/img/value3.4730a4e.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.value_num3[data-v-2e2a9780] {
    opacity: 0.3;
    background: -webkit-gradient(linear, left top, left bottom, from(#FA0003), to(rgba(255, 255, 255, 0.00)));
    background: linear-gradient(180deg, #FA0003 0%, rgba(255, 255, 255, 0.00) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.value_detail5[data-v-2e2a9780] {
    background: url(/static/img/value5.4730a4e.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.value_num5[data-v-2e2a9780] {
    opacity: 0.3;
    background: -webkit-gradient(linear, left top, left bottom, from(#035BFE), to(rgba(255, 255, 255, 0.00)));
    background: linear-gradient(180deg, #035BFE 0%, rgba(255, 255, 255, 0.00) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.value_detail6[data-v-2e2a9780] {
    background: url(/static/img/value6.b0b2e5a.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.value_num6[data-v-2e2a9780] {
    opacity: 0.3;
    background: -webkit-gradient(linear, left top, left bottom, from(#006D46), to(rgba(255, 255, 255, 0.00)));
    background: linear-gradient(180deg, #006D46 0%, rgba(255, 255, 255, 0.00) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.value_detail_right .value_cont[data-v-2e2a9780] {
    margin-right: 10px;
}



@media screen and (min-width : 1500px) {
.manual_title[data-v-5d06bbb5] {
        font-size: 40px;
        font-weight: 400;
}
.manual_cont[data-v-5d06bbb5] {
        font-size: 26px;
        font-weight: 600;
}
.manual_back[data-v-5d06bbb5] {
        font-size: 90px;
        font-weight: 600;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.manual_title[data-v-5d06bbb5] {
        font-size: 38px;
        font-weight: 400;
}
.manual_cont[data-v-5d06bbb5] {
        font-size: 26px;
        font-weight: 600;
}
.manual_back[data-v-5d06bbb5] {
        font-size: 72px;
        font-weight: 600;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.manual_title[data-v-5d06bbb5] {
        font-size: 36px;
        font-weight: 400;
}
.manual_cont[data-v-5d06bbb5] {
        font-size: 22px;
        font-weight: 600;
}
.manual_back[data-v-5d06bbb5] {
        font-size: 60px;
        font-weight: 600;
}
}
.manual_back[data-v-5d06bbb5] {
    color: #B4C5E7;
    opacity: 0.15;
    z-index: 0;
}
.introduction_detail[data-v-5d06bbb5] {
    background: url(/static/img/content_back.d544ebc.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.manual[data-v-5d06bbb5] {
    background: url(/static/img/item_back.3834594.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.configuration[data-v-5d06bbb5] {
    background: url(/static/img/configuration_back.3834594.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.manualenter[data-v-5d06bbb5]{
    -webkit-transform: translateY(0%)!important;
            transform: translateY(0%)!important;
    opacity: 1!important;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.manualtest[data-v-5d06bbb5]{
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
.el-dialog__wrapper[data-v-5d06bbb5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el-dialog__wrapper[data-v-5d06bbb5] .el-dialog__body {
  padding: 30px 40px 10px 40px;
}
.el-dialog__wrapper[data-v-5d06bbb5] .el-dialog {
  width: 27%;
  margin: auto;
  border-radius: 16px;
  background: #F5F8FF;
}
.el-dialog__wrapper[data-v-5d06bbb5] .el-dialog__footer {
  text-align: left;
  margin-bottom: 50px;
  padding: 20px 40px 10px 40px;
}
.el-dialog__wrapper[data-v-5d06bbb5] .el-dialog__headerbtn {
  font-size: 23px;
  top: 8px;
  right: 8px;
}
.el-dialog__wrapper[data-v-5d06bbb5] .el-dialog__headerbtn .el-dialog__close {
  color: #666;
}
/* .el-message {
    background-color: #000 !important;
} */


@media screen and (min-width : 1500px) {
.service_title[data-v-7f568170] {
        font-size: 40px;
        font-weight: 400;
}
.detail_title[data-v-7f568170] {
        font-size: 26px;
        font-weight: 600;
        line-height: 120%;
}
.detail_cont[data-v-7f568170] {
        color: #666;
        font-size: 20px;
        font-weight: 400;
        line-height: 200%;
}
.mail_title[data-v-7f568170] {
        font-size: 20px;
}
.mail_cont[data-v-7f568170] {
        font-size: 22px;
        margin-top: 3px;
}
.service_img[data-v-7f568170] {
        width: 56px;
}
.service_cont[data-v-7f568170] {
        width: 400px;
}
.service_item[data-v-7f568170] {
        width: 330px;
}
.service_item5[data-v-7f568170] {
        -webkit-transform: translateX(-165px);
                transform: translateX(-165px);
}
.contactWay[data-v-7f568170] {
        padding: 30px;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.service_title[data-v-7f568170] {
        font-size: 38px;
        font-weight: 400;
}
.detail_title[data-v-7f568170] {
        font-size: 23px;
        font-weight: 600;
        line-height: 120%;
}
.detail_cont[data-v-7f568170] {
        color: #666;
        font-size: 18px;
        font-weight: 400;
        line-height: 200%;
}
.mail_title[data-v-7f568170] {
        font-size: 18px;
}
.mail_cont[data-v-7f568170] {
        font-size: 20px;
        margin-top: 3px;
}
.service_img[data-v-7f568170] {
        width: 48px;
}
.service_cont[data-v-7f568170] {
        width: 356px;
}
.service_item[data-v-7f568170] {
        width: 30%;
}
.service_item5[data-v-7f568170] {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
}
.contactWay[data-v-7f568170] {
        padding: 25px;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.service_title[data-v-7f568170] {
        font-size: 36px;
        font-weight: 400;
}
.detail_title[data-v-7f568170] {
        font-size: 19px;
        font-weight: 600;
        line-height: 120%;
}
.detail_cont[data-v-7f568170] {
        color: #666;
        font-size: 15px;
        font-weight: 400;
        line-height: 200%;
}
.mail_title[data-v-7f568170] {
        font-size: 16px;
        line-height: 34px;
}
.mail_cont[data-v-7f568170] {
        font-size: 15px;
        line-height: 21px;
        margin-top: 2px;
}
.service_img[data-v-7f568170] {
        width: 42px;
}
.service_cont[data-v-7f568170] {
        width: 275px;
}
.service_item[data-v-7f568170] {
        width: 32%;
}
.service_item5[data-v-7f568170] {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
}
.contactWay[data-v-7f568170] {
        padding: 20px;
}
}
.introduction_detail[data-v-7f568170] {
    background: url(/static/img/content_back.d544ebc.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.mail_cont[data-v-7f568170] {
    color: #333;
    font-weight: 600;
}
.mail_title[data-v-7f568170] {
    color: #666;
}
.serviceenter[data-v-7f568170]{
    -webkit-transform: translateY(10px)!important;
            transform: translateY(10px)!important;
    opacity: 1!important;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.servicetest[data-v-7f568170]{
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}




@media screen and (min-width : 1500px) {
.information_year[data-v-86bff462] {
        font-size: 26px;
        font-weight: 600;
        line-height: 70px;
}
.year_checked[data-v-86bff462] {
        font-size: 40px;
}
.information_cont[data-v-86bff462] {
        font-size: 18px;
        font-weight: 400;
}
.certificate_title[data-v-86bff462] {
        font-size: 26px;
        font-weight: 400;
}
.information_det_back[data-v-86bff462] {
        margin:20px auto 0px;
}
.information_det_back img[data-v-86bff462] {
        height: 240px;
        margin: 20px 0 160px 0;
}
.item_img[data-v-86bff462] {
        height: 70px;
}
.outdiv[data-v-86bff462] {
        width: 16px;
        height: 16px;
}
.indiv[data-v-86bff462] {
        width: 6px;
        height: 6px;
}
#info_item[data-v-86bff462] {
        margin-top: 179px;
        font-size: 16px;
        line-height: 160%;
        font-weight: 400;
}
.info_item_version[data-v-86bff462] {
        top: 199px;
}
.versiondiv[data-v-86bff462] {
        margin: 20px 0;
}
#info_item0[data-v-86bff462] {
        margin-top: 152px;
}
#info_item1[data-v-86bff462] {
        margin-top: 55px;
}
#info_item2[data-v-86bff462] {
        margin-top: 100px;
}
#info_item3[data-v-86bff462] {
        margin-top: 36px;
}
.certificate_info img[data-v-86bff462] {
        height: 210px;
}
.certificate_info div[data-v-86bff462] {
        width: 148.55px;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.information_year[data-v-86bff462] {
        font-size: 25px;
        font-weight: 600;
        line-height: 40px;
}
.year_checked[data-v-86bff462] {
        font-size: 34px;
}
.information_cont[data-v-86bff462] {
        font-size: 16px;
        font-weight: 400;
}
.certificate_title[data-v-86bff462] {
        font-size: 25px;
        font-weight: 400;
}
.information_det_back[data-v-86bff462] {
        margin:20px auto 40px;
}
.information_det_back img[data-v-86bff462] {
        height: 200px;
        margin: 20px 0 120px 0;
}
.item_img[data-v-86bff462] {
        height: 56px;
}
.outdiv[data-v-86bff462] {
        width: 16px;
        height: 16px;
}
.indiv[data-v-86bff462] {
        width: 6px;
        height: 6px;
}
#info_item[data-v-86bff462] {
        margin-top: 155px;
        font-size: 15px;
        line-height: 160%;
        font-weight: 400;
}
.info_item_version[data-v-86bff462] {
        top: 172px;
}
.versiondiv[data-v-86bff462] {
        margin: 15px 0;
}
#info_item0[data-v-86bff462] {
        margin-top: 153px;
}
#info_item1[data-v-86bff462] {
        margin-top: 72px;
}
#info_item2[data-v-86bff462] {
        margin-top: 109px;
}
#info_item3[data-v-86bff462] {
        margin-top: 56px;
}
.certificate_info img[data-v-86bff462] {
        height: 170px;
}
.certificate_info div[data-v-86bff462] {
        width: 120.25px;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.information_year[data-v-86bff462] {
        font-size: 23px;
        font-weight: 600;
        line-height: 40px;
}
.year_checked[data-v-86bff462] {
        font-size: 29px;
}
.information_cont[data-v-86bff462] {
        font-size: 14px;
        font-weight: 400;
}
.certificate_title[data-v-86bff462] {
        font-size: 24px;
        font-weight: 400;
}
.information_det_back[data-v-86bff462] {
        margin:20px auto 10px;
}
.information_det_back img[data-v-86bff462] {
        height: 180px;
        margin: 20px 0 120px 0;
}
.item_img[data-v-86bff462] {
        height: 34px;
}
.outdiv[data-v-86bff462] {
        width: 12px;
        height: 12px;
}
.indiv[data-v-86bff462] {
        width: 4px;
        height: 4px;
}
#info_item[data-v-86bff462] {
        margin-top: 147px;
        font-size: 14px;
        line-height: 160%;
        font-weight: 400;
}
.info_item_version[data-v-86bff462] {
        top: 162px;
}
.versiondiv[data-v-86bff462] {
        margin: 10px 0;
}
#info_item0[data-v-86bff462] {
        margin-top: 147px;
}
#info_item1[data-v-86bff462] {
        margin-top: 75px;
}
#info_item2[data-v-86bff462] {
        margin-top: 108px;
}
#info_item3[data-v-86bff462] {
        margin-top: 60px;
}
.certificate_info img[data-v-86bff462] {
        height: 140px;
}
.certificate_info div[data-v-86bff462] {
        width: 99.03px;
}
}
.noindiv[data-v-86bff462] {
    width: 0;
    height: 0;
}
.information_cont[data-v-86bff462] {
    color: #333;
    padding: 20px;
    line-height: 164%;
}
.cont_unchecked[data-v-86bff462] {
    color: #333;
    font-weight: 400;
}
.item_img_unchecked[data-v-86bff462] {
    display: none;
}
.item_img_checked[data-v-86bff462] {
    display: block;
}
.cont_checked[data-v-86bff462] {
    background: url(/static/img/checked_back.2dbd1bc.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    color: #145AFA;
    font-weight: 600;
}
.information_img[data-v-86bff462] {
    background: url(/static/img/information_back.9273b00.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.information_del_img[data-v-86bff462] {
    background: url(/static/img/content_back.d544ebc.png) no-repeat;
    width: 100%;
    background-size: 100%;
}
.information_det_back[data-v-86bff462] {
    background: url(/static/img/detail_back.0e56629.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.certificate_picture[data-v-86bff462] {
    background: url(/static/img/certificate_back.2919bc7.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.version_back[data-v-86bff462] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANAAAACuCAMAAABwUnP3AAAAAXNSR0IArs4c6QAAAKJQTFRFAAAAEGD/EFD/GFj3EFj3FF37FFn7FFz7FFz3FFj7FFj3E1r8E1z8E1n5FVv6E1n6FVr6E1j6FVz6FVr6FVf4FFn4Eln4FFr7FFr5FFj7FFj5FFr5FFj5FFv7FVn6FFn7FFn6E1r6FVr6E1r6FFr7E1r7FFn5FFv7FFv6FFn7FFn6FFv7FFr6FFn6FVr6FVr5E1r6E1n6E1n5FFv6FFr6FFr68dsSAQAAADV0Uk5TABAQICA/P0BAQEBPUFBfX2Bgb29vcHB/f39/gICPj4+PkJ+fr6+vv7+/v8/Pz9/f39/f7+/1/qt1AAACaklEQVR42u3d4XLSUBCG4eUktmqktGLFtiqVVKSYAqZn7//W5DDTCamVpPz6dud77uCdk7Nk8mORDmH4sbxfrRTAY3VfTt4FOV4YTiFK2taz4XFRp3ePimo2lFcKN7g1O+uzzFNOsv4qfZ0D3pyXT0n6yH6pGfNMOl0aeNoaseuQwg815rscklVqTpUd6DEyDdrWma+eVOSrJxX56vlPkcF50KiCPGduXndM73M17lJaMlPvBy+Jmey7U/OWrh645Ewahid2Yx3kyY26cOXhJ3VfDJ5uUHLl6QYlUXY+qBvvJZmpG3PZGqgfMfh64lQLX0+c6tTTjEs2vq7QVpBTdaWQiboy9jUTVEsx9Gm+j6X8Vlc2EtWVjagzDELHIHQMQscgdAxCxyB0DELHIHQMQscgdAxCxyB0DELHIHQMQscgdAxCxyB0DELHIHQMQscgdAxCxyB0DELHIHQMQscgdAxCxyB0DELHIHQMQscgdAxCxyB0DELHIHQMQscgdAxCxyB0DELHIHQMQscgdAxCxyB0/oJcLaJVjd6CKn9rQd0tbh2rKxNf+8NVT/ytp/Y15moR+aaOlB6X8A88rT8OsvVT3SgleatuFJL4Wbldy46fPfwj2XI0FupcfB3RtTwZ/FEHamlcqAMj2bNQ8+ayLzc/F2IuLZ/VuJHss//SfSvPDUz/weyD/Cs3PLvrXFwVpR5PRanHU1G7py03OBke2j3mp/dtkMMuTL0zxE/SKTf0jWGZSx8XRmZDPZK+vhhIitdB+svRT6nJ6a0oFVWcn8gxQlECntNqWgQ5XngzKRcVxChfrRbluDPmL7CpKZSICOyEAAAAAElFTkSuQmCC) no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


@media screen and (min-width : 1500px) {
.title_back[data-v-218cf8e6] {
        height: 100px;
        font-size: 34px;
        font-weight: 600;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.title_back[data-v-218cf8e6] {
        height: 100px;
        font-size: 32px;
        font-weight: 600;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.title_back[data-v-218cf8e6] {
        height: 100px;
        font-size: 30px;
        font-weight: 600;
}
}
.abouttest[data-v-218cf8e6]{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
.aboutenter[data-v-218cf8e6]{
    -webkit-transform: translateY(0px)!important;
            transform: translateY(0px)!important;
    opacity: 1!important;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.aboutustest[data-v-218cf8e6]{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
.aboutusenter[data-v-218cf8e6]{
    -webkit-transform: translateY(0px)!important;
            transform: translateY(0px)!important;
    opacity: 1!important;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.solution_img[data-v-218cf8e6] {
    background: url(/static/img/aboutus.454a943.png) no-repeat;
    width: 100%;
    background-size: 100%;
}
.title_back[data-v-218cf8e6] {
    background: url(/static/img/about_title_back.fea201b.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.solution_img .about_btn[data-v-218cf8e6] {
    width: 200px;
    height: 44px;
    font-size: 16px;
    padding: 0;
    border: 1px solid #035BFE;
    color: #035BFE;
    background-color: transparent;
    z-index: -1;
}
.solution_img .aboutus_btn[data-v-218cf8e6] {
    border-radius: 3px 0 0 3px;
    border-right: none;
}
.solution_img .newscenter_btn[data-v-218cf8e6] {
    border-radius: 0 3px 3px 0;
}
.el-button+.el-button[data-v-218cf8e6] {
    margin-left: -6px;
}


@media screen and (min-width : 1500px) {
.flash_img[data-v-5d241526] {
        width: 170px;
}
.flash_year[data-v-5d241526] {
        font-size: 20px;
        font-weight: 600;
}
.flash_date[data-v-5d241526] {
        font-size: 35px;
        font-weight: 600;
}
.flash_til[data-v-5d241526] {
        font-size: 20px;
        font-weight: 600;
}
.flash_cont[data-v-5d241526] {
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
}
.flash_line_checked[data-v-5d241526] {
        width: 1%;
        -webkit-transform: scaleX(57);
                transform: scaleX(57);
        -webkit-transform-origin: left;
                transform-origin: left;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.checkednews[data-v-5d241526] {
        margin-top: 14px;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.flash_img[data-v-5d241526] {
        width: 150px;
}
.flash_year[data-v-5d241526] {
        font-size: 19px;
        font-weight: 600;
}
.flash_date[data-v-5d241526] {
        font-size: 33px;
        font-weight: 600;
}
.flash_til[data-v-5d241526] {
        font-size: 19px;
        font-weight: 600;
}
.flash_cont[data-v-5d241526] {
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
}
.flash_line_checked[data-v-5d241526] {
        width: 1%;
        -webkit-transform: scaleX(43);
                transform: scaleX(43);
        -webkit-transform-origin: left;
                transform-origin: left;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.checkednews[data-v-5d241526] {
        margin-top: 14px;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.flash_img[data-v-5d241526] {
        width: 150px;
}
.flash_year[data-v-5d241526] {
        font-size: 18px;
        font-weight: 600;
}
.flash_date[data-v-5d241526] {
        font-size: 31px;
        font-weight: 600;
}
.flash_til[data-v-5d241526] {
        font-size: 18px;
        font-weight: 600;
}
.flash_cont[data-v-5d241526] {
        font-size: 13px;
        font-weight: 400;
        line-height: 23px;
}
.flash_line_checked[data-v-5d241526] {
        width: 1%;
        -webkit-transform: scaleX(30);
                transform: scaleX(30);
        -webkit-transform-origin: left;
                transform-origin: left;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.checkednews[data-v-5d241526] {
        margin-top: 13px;
}
}
.flashitem[data-v-5d241526]{
    /* transform: translateY(0px); */
    opacity: 0;
}
.flashitem0[data-v-5d241526] {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}
.flashitem1[data-v-5d241526] {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
    -webkit-transition: all .5s linear .5s;
    transition: all .5s linear .5s;
}
.flashitem2[data-v-5d241526] {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
    -webkit-transition: all .5s linear 1s;
    transition: all .5s linear 1s;
}
.flashitem3[data-v-5d241526] {
    -webkit-transform: translateY(-10px)!important;
            transform: translateY(-10px)!important;
    opacity: 1;
    -webkit-transition: all .5s linear 1.5s;
    transition: all .5s linear 1.5s;
}
.flashitem4[data-v-5d241526] {
    -webkit-transform: translateY(-10px)!important;
            transform: translateY(-10px)!important;
    opacity: 1;
    -webkit-transition: all .5s linear 2s;
    transition: all .5s linear 2s;
}
.flashitem5[data-v-5d241526] {
    -webkit-transform: translateY(-10px)!important;
            transform: translateY(-10px)!important;
    opacity: 1;
    -webkit-transition: all .5s linear 2.5s;
    transition: all .5s linear 2.5s;
}
.flashitem6[data-v-5d241526] {
    -webkit-transform: translateY(-10px)!important;
            transform: translateY(-10px)!important;
    opacity: 1;
    -webkit-transition: all .5s linear 3s;
    transition: all .5s linear 3s;
}
.flashitem7[data-v-5d241526] {
    -webkit-transform: translateY(-10px)!important;
            transform: translateY(-10px)!important;
    opacity: 1;
    -webkit-transition: all .5s linear 3.5s;
    transition: all .5s linear 3.5s;
}
.flashitem8[data-v-5d241526] {
    -webkit-transform: translateY(-10px)!important;
            transform: translateY(-10px)!important;
    opacity: 1;
    -webkit-transition: all .5s linear 4s;
    transition: all .5s linear 4s;
}
.flashitem9[data-v-5d241526] {
    -webkit-transform: translateY(-10px)!important;
            transform: translateY(-10px)!important;
    opacity: 1;
    -webkit-transition: all .5s linear 4.5s;
    transition: all .5s linear 4.5s;
}
.newsitemtest[data-v-5d241526]{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
.newsitementer[data-v-5d241526]{
    -webkit-transform: translateY(0px)!important;
            transform: translateY(0px)!important;
    opacity: 1;
    -webkit-transition: all 2s linear ;
    transition: all 2s linear ;
}
.newspagetest[data-v-5d241526]{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
.newspageenter[data-v-5d241526]{
    -webkit-transform: translateY(-10px)!important;
            transform: translateY(-10px)!important;
    opacity: 1;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.flash_til[data-v-5d241526] {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.flash_cont[data-v-5d241526] {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.solution_img[data-v-5d241526] {
    background: url(/static/img/about_title_back.fea201b.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.flash_item_detail[data-v-5d241526] {
    background: url(/static/img/flash_cont.985242e.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.flash_item_detail_checked[data-v-5d241526] {
    width: 100%;
    height: 100%;
}
.flash_line_check[data-v-5d241526] {
    display: block;
}
.flash_line_uncheck[data-v-5d241526] {
    display: none;
}
.flash_line_unchecked[data-v-5d241526] {
    width: 0%;
}
.flash_til_checked[data-v-5d241526] {
    color: #035BFE;
}
.page .pagebtn[data-v-5d241526] {
  width: 90px;
  height: 40px;
  border-radius: 20px;
  padding: 0;
}
.page .previous_btn[data-v-5d241526] {
  background-color: #fff;
  border-color: #ccc;
  color: #035BFE;
}
.page .next_btn[data-v-5d241526] {
  background-color: #fff;
  border-color: #ccc;
  color: #035BFE;
}
.page[data-v-5d241526] .el-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page[data-v-5d241526] .el-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page[data-v-5d241526] .el-pager li {
    width: 40px;
    height: 40px;
    border-radius: 20px !important;
    font-size: 14px;
    line-height: 170%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
}
.page[data-v-5d241526] .el-pagination.is-background .el-pager li:not(.disabled).active {
    border: 1px solid #035BFE;
    background-color: #035BFE;
}
.page[data-v-5d241526] .el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #035BFE;
}
.page[data-v-5d241526] .el-pagination.is-background .el-pager li:not(.disabled).number:hover {
    color: #035BFE;
}
.page[data-v-5d241526] .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
    color: #fff;
}




@media screen and (min-width : 1500px) {
.info_back[data-v-f27b078c] {
        font-size: 16px;
}
.vision_title[data-v-f27b078c] {
        font-size: 36px;
        font-weight: 600;
        line-height: 41px;
}
.vision_cont[data-v-f27b078c] {
        font-size: 20px;
        font-weight: 400;
        line-height: 167%;
}
.vision[data-v-f27b078c] {
        font-size: 50px;
        font-weight: 700;
        line-height: 128%;
}
.vision_back_cont[data-v-f27b078c] {
        font-size: 80px;
        font-weight: 700;
        line-height: 128%;
}
.monitoring_title[data-v-f27b078c] {
        font-size: 36px;
        font-weight: 600;
        padding: 32px 0 116px 0;
}
.monitoring_item[data-v-f27b078c] {
        font-size: 16px;
        font-weight: 400;
        line-height: 167%;
}
.honor_title[data-v-f27b078c] {
        font-size: 34px;
        font-weight: 600;
}
.honor_cont[data-v-f27b078c] {
        font-size: 20px;
        font-weight: 400;
}
.contact_tel_title[data-v-f27b078c] {
        font-size: 26px;
        font-weight: 400;
}
.contact_tel[data-v-f27b078c] {
        font-size: 34px;
        font-weight: 600;
}
.contact_way[data-v-f27b078c] {
        font-size: 17px;
        font-weight: 400;
}
.contact_cont[data-v-f27b078c] {
        font-size: 17px;
        font-weight: 400;
}
.map[data-v-f27b078c] {
        height: 450px
}
.map_erweima[data-v-f27b078c] {
        width: 80px;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.info_back[data-v-f27b078c] {
        font-size: 14px;
}
.vision_title[data-v-f27b078c] {
        font-size: 34px;
        font-weight: 600;
        line-height: 39px;
}
.vision_cont[data-v-f27b078c] {
        font-size: 18px;
        font-weight: 400;
        line-height: 167%;
}
.vision[data-v-f27b078c] {
        font-size: 47px;
        font-weight: 700;
        line-height: 128%;
}
.vision_back_cont[data-v-f27b078c] {
        font-size: 71px;
        font-weight: 700;
        line-height: 128%;
}
.monitoring_title[data-v-f27b078c] {
        font-size: 32px;
        font-weight: 600;
        padding: 32px 0 116px 0;
}
.monitoring_item[data-v-f27b078c] {
        font-size: 15px;
        font-weight: 400;
        line-height: 167%;
}
.honor_title[data-v-f27b078c] {
        font-size: 32px;
        font-weight: 600;
}
.honor_cont[data-v-f27b078c] {
        font-size: 18px;
        font-weight: 400;
}
.contact_tel_title[data-v-f27b078c] {
        font-size: 24px;
        font-weight: 400;
}
.contact_tel[data-v-f27b078c] {
        font-size: 32px;
        font-weight: 600;
}
.contact_way[data-v-f27b078c] {
        font-size: 16px;
        font-weight: 400;
}
.contact_cont[data-v-f27b078c] {
        font-size: 16px;
        font-weight: 400;
}
.map[data-v-f27b078c] {
        height: 450px
}
.map_erweima[data-v-f27b078c] {
        width: 80px;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.info_back[data-v-f27b078c] {
        font-size: 13px;
}
.vision_title[data-v-f27b078c] {
        font-size: 30px;
        font-weight: 600;
        line-height: 37px;
}
.vision_cont[data-v-f27b078c] {
        font-size: 14px;
        font-weight: 400;
        line-height: 167%;
}
.vision[data-v-f27b078c] {
        font-size: 42px;
        font-weight: 700;
        line-height: 128%;
}
.vision_back_cont[data-v-f27b078c] {
        font-size: 53px;
        font-weight: 700;
        line-height: 128%;
}
.monitoring_title[data-v-f27b078c] {
        font-size: 25px;
        font-weight: 600;
        padding: 32px 0 116px 0;
}
.monitoring_item[data-v-f27b078c] {
        font-size: 14px;
        font-weight: 400;
        line-height: 167%;
}
.honor_title[data-v-f27b078c] {
        font-size: 30px;
        font-weight: 600;
}
.honor_cont[data-v-f27b078c] {
        font-size: 16px;
        font-weight: 400;
}
.contact_tel_title[data-v-f27b078c] {
        font-size: 22px;
        font-weight: 400;
}
.contact_tel[data-v-f27b078c] {
        font-size: 32px;
        font-weight: 600;
}
.contact_way[data-v-f27b078c] {
        font-size: 14px;
        font-weight: 400;
}
.contact_cont[data-v-f27b078c] {
        font-size: 14px;
        font-weight: 400;
}
.map[data-v-f27b078c] {
        height: 430px
}
.map_erweima[data-v-f27b078c] {
        width: 65px;
}
}
.infotest[data-v-f27b078c]{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
.infoenter[data-v-f27b078c]{
    -webkit-transform: translateY(-20px)!important;
            transform: translateY(-20px)!important;
    opacity: 1!important;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
.visiontest[data-v-f27b078c]{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
.visionenter[data-v-f27b078c]{
    -webkit-transform: translateY(-20px)!important;
            transform: translateY(-20px)!important;
    opacity: 1!important;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
.monitortest[data-v-f27b078c]{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
.monitorenter[data-v-f27b078c]{
    -webkit-transform: translateY(-20px)!important;
            transform: translateY(-20px)!important;
    opacity: 1!important;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
.honortest[data-v-f27b078c]{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
.honorenter[data-v-f27b078c]{
    -webkit-transform: translateY(-20px)!important;
            transform: translateY(-20px)!important;
    opacity: 1!important;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
.concacttest[data-v-f27b078c]{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
.concactenter[data-v-f27b078c]{
    -webkit-transform: translateY(0px)!important;
            transform: translateY(0px)!important;
    opacity: 1!important;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
.vision_title[data-v-f27b078c] {
    color: #035BFE;
}
.vision[data-v-f27b078c] {
    color: #035BFE;
}
.monitoring_title[data-v-f27b078c] {
    color: #035BFE;
}
.contact_tel[data-v-f27b078c] {
    color: #035BFE;
}
.vision_back_cont[data-v-f27b078c] {
    color: #F3F7FF;
}
.honor_cont[data-v-f27b078c] {
    color: #666;
}
.contact_way[data-v-f27b078c] {
    color: #999;
    margin: 10px 0;
}
.info_back[data-v-f27b078c] {
    background: url(/static/img/info_back.f3bf6c4.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.vision_back[data-v-f27b078c] {
    background: url(/static/img/vision_back.88ae3bd.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.monitoring_back[data-v-f27b078c] {
    background: url(/static/img/circle_back.bf2b5ac.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    margin: 75px 0 50px 0;
}
.concact_back[data-v-f27b078c] {
    background: url(/static/img/concactus_back.7ee78fb.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 80%;
    background-position-y: bottom;
    padding: 0px 0 250px 0;
}
.translate_monitoring[data-v-f27b078c] {
    -webkit-animation: monitoring-data-v-f27b078c 2s infinite;
            animation: monitoring-data-v-f27b078c 2s infinite;
}
@-webkit-keyframes monitoring-data-v-f27b078c {
0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
}
@keyframes monitoring-data-v-f27b078c {
0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
}




@media screen and (min-width : 1500px) {
.practice_back[data-v-02a86c2f] {
        padding: 170px;
}
.practive[data-v-02a86c2f] {
        font-size: 45px;
        font-weight: 600;
}
.item_back_title[data-v-02a86c2f] {
        font-size: 45px;
        font-weight: 600;
        color: #fff,
}
.item_title[data-v-02a86c2f] {
        font-size: 20px;
        font-weight: 600;
}
.item_cont[data-v-02a86c2f] {
        font-size: 14px;
        font-weight: 400;
}
.practice_position[data-v-02a86c2f] {
        font-size: 16px;
        font-weight: 400;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.practice_back[data-v-02a86c2f] {
        padding: 150px;
}
.practive[data-v-02a86c2f] {
        font-size: 43px;
        font-weight: 600;
}
.item_back_title[data-v-02a86c2f] {
        font-size: 40px;
        font-weight: 600;
        color: #fff,
}
.item_title[data-v-02a86c2f] {
        font-size: 17px;
        font-weight: 600;
}
.item_cont[data-v-02a86c2f] {
        font-size: 13px;
        font-weight: 400;
}
.practice_position[data-v-02a86c2f] {
        font-size: 14px;
        font-weight: 400;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.practice_back[data-v-02a86c2f] {
        padding: 130px;
}
.practive[data-v-02a86c2f] {
        font-size: 41px;
        font-weight: 600;
}
.item_back_title[data-v-02a86c2f] {
        font-size: 25px;
        font-weight: 600;
        color: #fff,
}
.item_title[data-v-02a86c2f] {
        font-size: 14px;
        font-weight: 600;
}
.item_cont[data-v-02a86c2f] {
        font-size: 12px;
        font-weight: 400;
}
.practice_position[data-v-02a86c2f] {
        font-size: 12px;
        font-weight: 400;
}
}
.practice_back[data-v-02a86c2f] {
    background: url(/static/img/practice_back.720c1d6.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.detail_back[data-v-02a86c2f] {
    background: url(/static/img/content_back.d544ebc.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.page .pagebtn[data-v-02a86c2f] {
  width: 90px;
  height: 40px;
  border-radius: 20px;
  padding: 0;
}
.page .previous_btn[data-v-02a86c2f] {
  background-color: #fff;
  border-color: #ccc;
  color: #035BFE;
}
.page .next_btn[data-v-02a86c2f] {
  background-color: #fff;
  border-color: #ccc;
  color: #035BFE;
  padding: 0;
}
.page[data-v-02a86c2f] .el-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page[data-v-02a86c2f] .el-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page[data-v-02a86c2f] .el-pager li {
    width: 40px;
    height: 40px;
    border-radius: 20px !important;
    font-size: 14px;
    line-height: 170%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
}
.page[data-v-02a86c2f] .el-pagination.is-background .el-pager li:not(.disabled).active {
    border: 1px solid #035BFE;
    background-color: #035BFE;
}
.page[data-v-02a86c2f] .el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #035BFE;
}
.page[data-v-02a86c2f] .el-pagination.is-background .el-pager li:not(.disabled).number:hover {
    color: #035BFE;
}
.page[data-v-02a86c2f] .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
    color: #fff;
}



@media screen and (min-width : 1500px) {
.function_nav[data-v-9379f994] {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 3.63px;
}
.function_nav_img[data-v-9379f994] {
        height: 80px;
}
.solution_del[data-v-9379f994] {
        position: absolute;
        bottom: -40px;
        left: 15%;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.function_nav[data-v-9379f994] {
        font-size: 21px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 3.63px;
}
.function_nav_img[data-v-9379f994] {
        height: 80px;
}
.solution_del[data-v-9379f994] {
        position: absolute;
        bottom: -40px;
        left: 15%;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.function_nav[data-v-9379f994] {
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 3.63px;
}
.function_nav_img[data-v-9379f994] {
        height: 70px;
}
.solution_del[data-v-9379f994] {
        position: absolute;
        bottom: -35px;
        left: 15%;
}
}
.solution_img[data-v-9379f994] {
    background: url(/static/img/solution_back.e0bd322.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}






































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































@media screen and (min-width : 1500px) {
.experience_title[data-v-0bf9e1b3] {
        font-size: 50px;
        font-weight: 600;
        line-height: 115.523%;
        letter-spacing: 3.5px;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.experience_title[data-v-0bf9e1b3] {
        font-size: 46px;
        font-weight: 600;
        line-height: 115.523%;
        letter-spacing: 3.5px;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.experience_title[data-v-0bf9e1b3] {
        font-size: 40px;
        font-weight: 600;
        line-height: 115.523%;
        letter-spacing: 3.5px;
}
}
.experience[data-v-0bf9e1b3] {
    background: url(/static/img/experience.268eaf0.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.experience .tryout[data-v-0bf9e1b3] {
    width: 100px;
    background-color: #000;
    border-color: #000;
    color: #fff;
    padding: 0;
    font-weight: 400;
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
}
.experience_dialog .toknow[data-v-0bf9e1b3] {
    width: 84px;
    height: 33px;
    background-color: #035BFE;
    border-color: #035BFE;
    color: #fff;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    margin: auto;
    margin-top: 46px;
}
.phoneNumber[data-v-0bf9e1b3] .el-input__inner {
    border-radius: 5px 0 0 5px;
    border: none;
}
.el-dialog__wrapper[data-v-0bf9e1b3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.experience_dialog[data-v-0bf9e1b3] .el-dialog {
    width: 27%;
    margin: auto;
    border-radius: 16px;
    background: #F5F8FF;
}
.experience_dialog[data-v-0bf9e1b3] .el-dialog__header {
    padding: 0;
}

@media screen and (min-width : 1500px) {
.newsCenter[data-v-b2e9cce6] {
        font-size: 45px;
        font-weight: 600;
}
.news_position[data-v-b2e9cce6] {
        font-size: 16px;
        font-weight: 400;
}
.news_title[data-v-b2e9cce6] {
        font-size: 34px;
        font-weight: 400;
}
.news_date[data-v-b2e9cce6] {
        font-size: 14px;
        font-weight: 400;
}
.news_cont[data-v-b2e9cce6] {
        font-size: 18px;
        font-weight: 400;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.newsCenter[data-v-b2e9cce6] {
        font-size: 43px;
        font-weight: 600;
}
.news_position[data-v-b2e9cce6] {
        font-size: 14px;
        font-weight: 400;
}
.news_title[data-v-b2e9cce6] {
        font-size: 32px;
        font-weight: 400;
}
.news_date[data-v-b2e9cce6] {
        font-size: 12px;
        font-weight: 400;
}
.news_cont[data-v-b2e9cce6] {
        font-size: 16px;
        font-weight: 400;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.newsCenter[data-v-b2e9cce6] {
        font-size: 41px;
        font-weight: 600;
}
.news_position[data-v-b2e9cce6] {
        font-size: 12px;
        font-weight: 400;
}
.news_title[data-v-b2e9cce6] {
        font-size: 30px;
        font-weight: 400;
}
.news_date[data-v-b2e9cce6] {
        font-size: 12px;
        font-weight: 400;
}
.news_cont[data-v-b2e9cce6] {
        font-size: 14px;
        font-weight: 400;
}
}
.news_back[data-v-b2e9cce6] {
    background: url(/static/img/newsCenter_back.d5016c3.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.detail_info_back[data-v-b2e9cce6] {
    background: url(/static/img/detail_info_back.13136cb.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.detail_back[data-v-b2e9cce6] {
    background: url(/static/img/content_back.d544ebc.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.news_date[data-v-b2e9cce6] {
    color: #666;
}
.news_cont[data-v-b2e9cce6] {
    color: #333;
    line-height: 200%;
}
.page .pagebtn[data-v-b2e9cce6] {
  width: 130px;
  height: 40px;
  border-radius: 20px;
}
.page .previous_btn[data-v-b2e9cce6] {
  background-color: #fff;
  border-color: #ccc;
  color: #035BFE;
}
.page .previous_btn[data-v-b2e9cce6]:hover {
    background-color: #035BFE;
    color: #fff;
}
.page .next_btn[data-v-b2e9cce6] {
  background-color: #fff;
  border-color: #ccc;
  color: #035BFE;
}
.page .next_btn[data-v-b2e9cce6]:hover {
    background-color: #035BFE;
    color: #fff;
}
.news_cont[data-v-b2e9cce6] img {
    max-width: 60%;
    margin: auto;
}
.news_cont[data-v-b2e9cce6] p {
    text-indent: 32px;
}
.news_cont[data-v-b2e9cce6] .ql-align-center {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    text-align:center;
}
.news_cont[data-v-b2e9cce6] .ql-align-right {
    text-align: right;
}



@media screen and (min-width : 1500px) {
.practive[data-v-d287b6f6] {
        font-size: 45px;
        font-weight: 600;
}
.practice_position[data-v-d287b6f6] {
        font-size: 16px;
        font-weight: 400;
}
.practice_title[data-v-d287b6f6] {
        font-size: 34px;
        font-weight: 400;
}
.practice_date[data-v-d287b6f6] {
        font-size: 14px;
        font-weight: 400;
}
.practice_cont[data-v-d287b6f6] {
        font-size: 18px;
        font-weight: 400;
}
}
@media screen and (min-width : 1300px) and (max-width:1499px) {
.practive[data-v-d287b6f6] {
        font-size: 45px;
        font-weight: 600;
}
.practice_position[data-v-d287b6f6] {
        font-size: 14px;
        font-weight: 400;
}
.practice_title[data-v-d287b6f6] {
        font-size: 32px;
        font-weight: 400;
}
.practice_date[data-v-d287b6f6] {
        font-size: 12px;
        font-weight: 400;
}
.practice_cont[data-v-d287b6f6] {
        font-size: 16px;
        font-weight: 400;
}
}
@media screen and (min-width : 992px) and (max-width:1299px) {
.practive[data-v-d287b6f6] {
        font-size: 45px;
        font-weight: 600;
}
.practice_position[data-v-d287b6f6] {
        font-size: 12px;
        font-weight: 400;
}
.practice_title[data-v-d287b6f6] {
        font-size: 30px;
        font-weight: 400;
}
.practice_date[data-v-d287b6f6] {
        font-size: 12px;
        font-weight: 400;
}
.practice_cont[data-v-d287b6f6] {
        font-size: 14px;
        font-weight: 400;
}
}
.practice_back[data-v-d287b6f6] {
    background: url(/static/img/practice_back.720c1d6.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.detail_info_back[data-v-d287b6f6] {
    background: url(/static/img/detail_info_back.13136cb.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.detail_back[data-v-d287b6f6] {
    background: url(/static/img/content_back.d544ebc.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.practice_date[data-v-d287b6f6] {
    color: #666;
}
.practice_cont[data-v-d287b6f6] {
    color: #333;
    line-height: 200%;
}
.page .pagebtn[data-v-d287b6f6] {
  width: 130px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  border-color: #ccc;
}
.page .previous_btn[data-v-d287b6f6]:hover {
    background-color: #035BFE;
    border-color: #035BFE;
    color: #fff;
}
.page .next_btn[data-v-d287b6f6]:hover {
    background-color: #035BFE;
    border-color: #035BFE;
    color: #fff;
}
.practice_cont[data-v-d287b6f6] img {
    max-width: 60%;
    margin: auto;
}
.practice_cont[data-v-d287b6f6] p {
    text-indent: 32px;
}
.practice_cont[data-v-d287b6f6] .ql-align-center {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    text-align:center;
}
.practice_cont[data-v-d287b6f6] .ql-align-right {
    text-align: right;
}

