
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.public-totop {
  width: 40px;
  height: 36px;
  background: #343434;
  border-radius: 4px;
  position: fixed;
  right: 50px;
  bottom: 37px;
  z-index: 1000;
  cursor: url('../img/cursor.png'), auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-totop .cursor {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.public-totop:hover .cursor {
  display: block;
}
.public-totop span {
  color: #fff;
  font-size: 12px;
  position: absolute;
  background: #999;
  border-radius: 2px;
  padding: 4px;
  right: -30px;
  bottom: -30px;
  display: none;
}
.public-totop:hover span {
  display: block;
}
.public-fade-enter-active, .public-fade-leave-active {
  transition: opacity .5s;
}
.public-fade-enter, .public-fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
/* pc端 */
@media screen and (min-width: 576px) {
  /* 特殊样式 */
  .public-mobile-nav {
    display: none;
  }
  .public-mobile-footer {
    display: none;
  }
  /* 特殊样式结束 */
  .public-nav {
    height: 110px;
    background: #F7F8FC;
  }
  .public-nav .container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .public-nav .container .nav-left img {
    width:104px;
    height:43px;
  }
  .public-nav .container .nav-right {
    width: 713px;
    height: 68px;
    line-height: 68px;
    background: #fff;
    position: relative;
  }
  .public-nav .container .nav-right::before {
    content: '';
    width: 10px;
    height: 68px;
    background: linear-gradient(0deg,rgba(31,188,32,1),rgba(137,237,119,1));
    position: absolute;
    top: 0;
    left: -10px;
  }
  .public-nav .container .nav-right li {
    float: left;
    margin-left: 56px;
  }
  .public-nav .container .nav-right li a {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
  }
  .public-nav .container .nav-right li a.active {
    color: #1FBC20;
  }
  .public-footer .navlink {
    height: 447px;
    background: #222222;
    border-bottom: 1px solid #1b1b1b;
    padding-top: 126px;
    box-sizing: border-box;
  }
  .public-footer .navlink .container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .public-footer .navlink .container dt {
    color: #686868;
    font-size: 18px;
    margin-bottom: 37px;
  }
  .public-footer .navlink .container dl:last-child dt {
    text-align: center;
  }
  .public-footer .navlink .container dd {
    color: #686868;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .public-footer .navlink .container dd a {
    color: #686868;
  }
  .public-footer .copyright {
    color: #686868;
    font-size: 16px;
    height: 105px;
    line-height: 105px;
    text-align: center;
    background: #222222;
    border-bottom: 1px solid #1b1b1b;
  }
  .public-footer .copyright a{
    color: #686868;
  }
  .public-footer .contact {
    color: #686868;
    font-size: 16px;
    height: 120px;
    text-align: center;
    background: #222222;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .public-footer .contact .tip {
    margin-top: 20px;
  }
  /* panel */
  .public-panel {
    display: flex;
    overflow: hidden;
    align-items: flex-end;
  }
  .public-panel .left {
    position: relative;
    font-size: 0;
  }
  .public-panel .left::after {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    right: -6%;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, #999, #eee);
    transform: rotate(10deg);
  }
  .public-panel .left img {
    position: relative;
    z-index: 2;
  }
  .public-panel .left.radius::after {
    right: -14px;
    bottom: 39px;
  }
  .public-panel .left.radius img {
    border-radius: 30px;
    overflow: hidden;
  }
  .public-panel .right {
    height: 90%;
    background: #EEEEEE;
    box-sizing: border-box;
    margin-left: -30px;
    padding-left: 30px;
    overflow: hidden;
  }
  .public-panel .right .content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-left: 40px;
    padding-right: 18px;
    padding-bottom: 30px;
    overflow: hidden;
  }
  .public-panel .right .content .title {
    color: #333333;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .public-panel .right .content .job {
    color: #333333;
    font-size: 30px;
    margin-bottom: 96px;
  }
  .public-panel .right .content .dark {
    color: #333333;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
  }
  .public-panel .right .content .desc p {
    color: #666;
    font-size: 16px;
    line-height: 2;
  }
  .img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .text-center{
    text-align: center;
  }
  .inline-box {
    display: inline-block;
  }
  .inline {
    display: inline;
  }
  .text-justify {
    text-align: justify;
  }
  .txt-box p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 22px;
  }
  .txt-item {
    width: 100%;
    padding-right: 32px;
  }
  .text-right {
    text-align: right;
  }
  /* 联系我们弹窗 */
  .public-contact-form .el-dialog {
    width: 680px!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0!important;
    border-radius: 10px;
    overflow: hidden;
  }
  .public-contact-form .el-dialog__header {
    display: none;
  }
  .public-contact-form .el-dialog__body {
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0;
    margin: 0;
    border-radius: 10px;
  }
  .public-contact-form .head {
    height: 60px;
    line-height: 60px;
    background: #E6E6E6;
    margin-bottom: 15px;
    border: 1px solid rgba(230,230,230,1);
    text-align: center;
    position: relative;
  }
  .public-contact-form .head .title {
    color: #303030;
    font-size: 20px;
    font-weight: bold;
  }
  .public-contact-form .head .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .public-contact-form .body {
    background: #fff;
    padding-bottom: 0.2291rem;
    text-align: center;
    padding-left: 70px;
    padding-right: 86px;
  }
  .public-contact-form .body .trade .el-input__suffix-inner {
    display: none;
  }
  .public-contact-form .body .trade .el-select::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url('../img/list.png');
    background-size: 7px 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  .public-contact-form .body .el-input__inner {
    height: 36px;
    line-height: 36px;
  }
  .public-contact-form .body .el-cascader {
    width: 100%;
  }
  .public-contact-form .body .proxy .label {
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  .public-contact-form .body .proxy .el-radio__label {
    display: none;
  }
  .public-contact-form .body .proxy label.el-radio {
    opacity: 0.2;
  }
  .public-contact-form .body .proxy label.is-checked {
    opacity: 1;
  }
  .public-contact-form .body .proxy .el-radio__input .el-radio__inner {
    width: 22px;
    height: 22px;
    background: #eee;
    border: 0;
    box-shadow: 0 2px #ccc inset;
  }
  .public-contact-form .body .proxy .el-radio__inner::after {
    width: 10px;
    height: 10px;
    background: #18af58;
    transform: translate(-50%,-50%) scale(1);
  }
  .public-contact-form .body .el-form-item__label {
    width: 166px!important;
    padding-left: 10px;
  }
  .public-contact-form .body .el-form-item__content {
    margin-left: 166px!important;
    text-align: left;
  }
  .public-contact-form .body .el-form-item {
    margin-bottom: 20px;
  }
  .public-contact-form .body .el-select {
    width: 110px;
    margin-right: 6px;
  }
  .public-contact-form .body .submit {
    width: 200px;
    height: 44px;
    background: #5abd4a;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    border: 0;
    outline: 0;
    /* margin-top: 15px; */
    margin-bottom: 20px;
    cursor: pointer;
  }
}
/* 手机端 */
@media screen and (max-width: 575.98px) {
  /*特殊样式*/
  .public-nav {
    display: none;
  }
  .public-footer {
    display: none;
  }
  /* 特殊样式结束 */
  .public-mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .public-mobile-nav .logo {
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
  }
  .public-mobile-nav #hamburgerToggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    margin: 0;
    z-index: 10;
    opacity: 0;
  }
  .public-mobile-nav .hamburger {
    width: 26px;
    height: 2px;
    background: #1FBC20;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: .5s;
  }
  .public-mobile-nav .hamburger::before,
  .public-mobile-nav .hamburger::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 2px;
    background: #1FBC20;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: .5s;
  }
  .public-mobile-nav .hamburger::before {
    top: -8px;
  }
  .public-mobile-nav .hamburger::after {
    top: 8px;
  }
  .public-mobile-nav #hamburgerToggle:checked ~ .hamburger {
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
  }
  .public-mobile-nav #hamburgerToggle:checked ~ .hamburger::before {
    top: 0;
    transform: rotate(45deg);
  }
  .public-mobile-nav #hamburgerToggle:checked ~ .hamburger::after {
    top: 0;
    transform: rotate(135deg);
  }
  .public-mobile-nav .nav-list {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: none;
  }
  .public-mobile-nav .nav-list li {
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .public-mobile-nav .nav-list li a {
    color: #333333;
    font-size: 14px;
    display: block;
  }
  .public-mobile-nav .nav-list li a.active {
    color: #1FBC20;
    font-weight: bold;
  }
  .public-mobile-nav #hamburgerToggle:checked ~ .nav-list {
    display: block;
  }
  .public-mobile-footer {
    background: #222222;
    padding-top: 0.4rem;
  }
  .public-mobile-footer h1 {
    color: #686868;
    text-align: center;
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .public-mobile-footer h2 {
    color: #686868;
    text-align: center;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .public-mobile-footer .contact {
    border-bottom: 1px solid #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 0.4rem;
  }
  .public-mobile-footer .contact .left {
    color: #686868;
    font-size: 0.3rem;
  }
  .public-mobile-footer .contact .left .tel {
    margin-bottom: 0.2rem;
  }
  .public-mobile-footer .contact .right {
    font-size: 0;
  }
  .public-mobile-footer .contact .right img {
    width: 2rem;
  }
  .public-mobile-footer .copyright {
    color: #686868;
    font-size: 0.3rem;
    text-align: center;
    padding: 0.4rem 0;
  }
  .public-mobile-footer .copyright a{
    color: #686868;
  }
  /* 联系我们弹窗 */
  .public-contact-form .el-dialog {
    width: 90%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0!important;
    border-radius: 4px;
    overflow: hidden;
  }
  .public-contact-form .el-dialog__header {
    display: none;
  }
  .public-contact-form .el-dialog__body {
    padding: 0;
  }
  .public-contact-form .head {
    height: 40px;
    line-height: 40px;
    background: #E6E6E6;
    margin-bottom: 15px;
    border: 1px solid rgba(230,230,230,1);
    text-align: center;
    position: relative;
  }
  .public-contact-form .head .title {
    color: #303030;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
  }
  .public-contact-form .head .close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .public-contact-form .body {
    background: #fff;
    padding-bottom: 0.2291rem;
    text-align: center;
    font-size: 0;
  }
  .public-contact-form .body .el-form-item {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .public-contact-form .body .el-form-item__label {
    width: 150px!important;
    padding-left: 10px;
  }
  .public-contact-form .body .el-form-item__content {
    margin-left: 150px!important;
    text-align: left;
  }
  .public-contact-form .body .el-cascader {
    width: 100%;
  }
  .public-contact-form .body .trade .el-input__suffix-inner {
    display: none;
  }
  .public-contact-form .body .trade .el-select::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url('../img/list.png');
    background-size: 7px 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  .public-contact-form .body .el-select {
    width: 100%;
  }
  .public-contact-form .body .el-input__inner {
    height: 32px;
    line-height: 32px;
  }
  .public-contact-form .body .proxy .label {
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  .public-contact-form .body .proxy .el-radio__label {
    display: none;
  }
  .public-contact-form .body .proxy label.el-radio {
    opacity: 0.2;
  }
  .public-contact-form .body .proxy label.is-checked {
    opacity: 1;
  }
  .public-contact-form .body .proxy .el-radio__input .el-radio__inner {
    width: 22px;
    height: 22px;
    background: #eee;
    border: 0;
    box-shadow: 0 2px #ccc inset;
  }
  .public-contact-form .body .proxy .el-radio__inner::after {
    width: 10px;
    height: 10px;
    background: #18af58;
    transform: translate(-50%,-50%) scale(1);
  }
  .public-contact-form .body .submit {
    width: 140px;
    height: 30px;
    background: #5abd4a;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    border: 0;
    outline: 0;
    /* margin-top: 15px; */
    margin-bottom: 20px;
    cursor: pointer;
  }
}