body{
    color: #232323;
    /*--index-main-color: #0737a3;*/
    /*--index-main-color1: #f4822f;*/
}


/*@media screen and (max-width: 1000px) {
    .inner-banner {
      margin-top: 40px;
    }
  }
  .inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .inner-banner {
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: aliceblue;
    background-attachment: fixed;
    height: auto !important;
    padding-top: 0 !important;
  }
  .inner-banner:after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .inner-banner.active:after {
    opacity: 0.3;
    -webkit-transition: 1.2s 1s;
    -moz-transition: 1.2s 1s;
    -ms-transition: 1.2s 1s;
    -o-transition: 1.2s 1s;
    transition: 1.2s 1s;
  }
  .inner-banner .box {
    text-align: center;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  .inner-banner.active .box {
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
  }
  .inner-banner .box .content {
    text-align: left;
    max-width: 600px;
  }
  .inner-banner .box .mbx {
    display: block;
    font-size: 18px;
    position: relative;
    z-index: 2;
    line-height: 2;
  }
  .inner-banner .box .content .mbx a,
  .inner-banner .box .content .mbx span {
    display: inline-block;
    text-transform: capitalize;
  }
  .inner-banner .box h2 {
    font-size: 30px;
    color: #fff;
    position: relative;
    margin: 10px 0;
    text-transform: capitalize;
    z-index: 1;
    line-height: 1.6;
  }
  .inner-banner h2:after {
    content: attr(data-text);
    font-size: 80px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: -20%;
    z-index: -2;
    opacity: 0;
  }
  .inner-banner.active .box h2:after {
    left: 0;
    opacity: 1;
    -webkit-transition: 1.8s .5s;
    -moz-transition: 1.8s .5s;
    -ms-transition: 1.8s .5s;
    -o-transition: 1.8s .5s;
    transition: 1.8s .5s;
  }
  .inner-banner .btn {
    margin-top: 40px;
    position: relative;
    z-index: 2;
  }
  .inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    background: var(--color);
    color: #fff;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
  }
   
  .inner-banner .btn a.more:hover{
    color: #fff;
  }
  .inner-banner .btn a.more.contact {
    padding-left: 20px;
    background: #fff;
    color: #000;
    margin-left: 10px;
    padding: 0 0 0 10px;
  }
  .inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    background: var(--color);
    color: #fff;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .inner-banner .btn a.more.contact i {
    text-align: center;
    color: #fff;
    background: var(--color);
    width: 50px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    padding-top: 15px;
    margin: 0 0 0 10px;
  }
  .inner-banner .box h6 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
    margin-top: 20px;
  }
  .inner-banner .nav-list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .inner-banner .nav-list ul {
    letter-spacing: -5px;
  }
  .inner-banner .nav-list ul li {
    display: inline-block;
    letter-spacing: 0;
    min-width: 320px;
    font-size: 18px;
    color: #fff;
    background: rgba(7, 66, 149, 0.6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0 1px;
  }
  .inner-banner .nav-list ul li a {
    display: block;
    padding: 30px;
    font-weight: bold;
  }
  .inner-banner .nav-list ul li:hover {
    background: var(--color);
  }
 @media screen and (max-width: 1600px) {
    .inner-banner .box {
      padding-left: 0;
    }
    .inner-banner .box h6 {
      font-size: 30px;
    }
    .inner-banner .nav-list ul li a {
      padding: 10px;
    }
    .inner-banner .nav-list ul li {
      min-width: 220px;
    }
  }
    @media screen and (max-width: 1200px) {
    .inner-banner {
      height: 480px;
    }
    .inner-banner .box h2{
      font-size: 30px;
    }
    .inner-banner .btn{
      margin-top: 20px;
    }
    .inner-banner .box h6 {
      font-size: 24px;
    }
   }
  @media screen and (max-width: 1000px) {
    .inner-banner {
      height: 400px;
      padding-top: 120px;
    }
    .inner-banner .box h2 {
      font-size: 32px;
      border-bottom-width: 2px;
    }
    .inner-banner.active .box h2:after{
      display: none;
    }
  }
  @media screen and (max-width: 700px) {
    .inner-banner {
      height: 240px;
      padding-top: 60px;
    }
    .inner-banner .btn{
      display: none;
    }
    .inner-banner .box h6 {
      font-size: 16px;
    }
    .inner-banner .nav-list {
      display: none;
    }
  
    .inner-banner .box .mbx {
      font-size: 16px;
    }
    .inner-banner .box h2 {
      font-size: 28px;
    }
  }
  @media screen and (max-width: 500px) {
    .inner-banner .box h6,{
      font-size:20px;
    }
    .inner-banner .box h6 {
      display: none;
    }
    .inner-banner .box h2 {
      font-size: 13px;
    }
    .inner-banner .box .mbx{
      font-size: 14px;
    }
  }
    .inner-banner.active.pro {
      height: 780px;
      padding-top: 310px;
      width: 100%;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: top center;
  }*/








  @media screen and (max-width: 1000px) {
    .inner-banner {
      margin-top: 40px;
    }
  }
  .inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .inner-banner {
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: aliceblue;
    background-attachment: fixed;
    height: auto !important;
    padding-top: 0 !important;
  }
  .inner-banner:after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .inner-banner.active:after {
    opacity: 0.3;
    -webkit-transition: 1.2s 1s;
    -moz-transition: 1.2s 1s;
    -ms-transition: 1.2s 1s;
    -o-transition: 1.2s 1s;
    transition: 1.2s 1s;
  }
  .inner-banner .box {
    text-align: center;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  .inner-banner.active .box {
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
  }
  .inner-banner .box .content {
    text-align: left;
    max-width: 600px;
  }
  .inner-banner .box .mbx {
    display: block;
    font-size: 18px;
    position: relative;
    z-index: 2;
    line-height: 2;
  }
  .inner-banner .box .content .mbx a,
  .inner-banner .box .content .mbx span {
    display: inline-block;
    text-transform: capitalize;
  }
  .inner-banner .box h2 {
    font-size: 30px;
    color: #fff;
    position: relative;
    margin: 10px 0;
    text-transform: capitalize;
    z-index: 1;
    line-height: 1.6;
  }
  .inner-banner h2:after {
    content: attr(data-text);
    font-size: 80px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: -20%;
    z-index: -2;
    opacity: 0;
  }
  .inner-banner.active .box h2:after {
    left: 0;
    opacity: 1;
    -webkit-transition: 1.8s .5s;
    -moz-transition: 1.8s .5s;
    -ms-transition: 1.8s .5s;
    -o-transition: 1.8s .5s;
    transition: 1.8s .5s;
  }
  .inner-banner .btn {
    margin-top: 40px;
    position: relative;
    z-index: 2;
  }
  .inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    background: var(--color);
    color: #fff;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
  }
   
  .inner-banner .btn a.more:hover{
    color: #fff;
  }
  .inner-banner .btn a.more.contact {
    padding-left: 20px;
    background: #fff;
    color: #000;
    margin-left: 10px;
    padding: 0 0 0 10px;
  }
  .inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    background: var(--color);
    color: #fff;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .inner-banner .btn a.more.contact i {
    text-align: center;
    color: #fff;
    background: var(--color);
    width: 50px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    padding-top: 15px;
    margin: 0 0 0 10px;
  }
  .inner-banner .box h6 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
    margin-top: 20px;
  }
  .inner-banner .nav-list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .inner-banner .nav-list ul {
    letter-spacing: -5px;
  }
  .inner-banner .nav-list ul li {
    display: inline-block;
    letter-spacing: 0;
    min-width: 320px;
    font-size: 18px;
    color: #fff;
    background: rgba(7, 66, 149, 0.6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0 1px;
  }
  .inner-banner .nav-list ul li a {
    display: block;
    padding: 30px;
    font-weight: bold;
  }
  .inner-banner .nav-list ul li:hover {
    background: var(--color);
  }
 @media screen and (max-width: 1600px) {
    .inner-banner .box {
      padding-left: 0;
    }
    .inner-banner .box h6 {
      font-size: 30px;
    }
    .inner-banner .nav-list ul li a {
      padding: 10px;
    }
    .inner-banner .nav-list ul li {
      min-width: 220px;
    }
  }
    @media screen and (max-width: 1200px) {
    .inner-banner {
      height: 480px;
    }
    .inner-banner .box h2{
      font-size: 30px;
    }
    .inner-banner .btn{
      margin-top: 20px;
    }
    .inner-banner .box h6 {
      font-size: 24px;
    }
   }
  @media screen and (max-width: 1000px) {
    .inner-banner {
      height: 400px;
      padding-top: 120px;
    }
    .inner-banner .box h2 {
      font-size: 32px;
      border-bottom-width: 2px;
    }
  
    .inner-banner.active .box h2:after{
      display: none;
    }
  }
  @media screen and (max-width: 700px) {
    .inner-banner {
      height: 240px;
      padding-top: 60px;
    }
    .inner-banner .btn{
      display: none;
    }
    .inner-banner .box h6 {
      font-size: 16px;
    }
  
    .inner-banner .nav-list {
      display: none;
    }
  
    .inner-banner .box .mbx {
      font-size: 16px;
    }
  
    .inner-banner .box h2 {
      font-size: 28px;
    }
  }
  @media screen and (max-width: 500px) {
    .inner-banner .box h6,{
      font-size:20px;
    }
    .inner-banner .box h6 {
      display: none;
    }
    .inner-banner .box h2 {
      font-size: 13px;
    }
  
    .inner-banner .box .mbx{
      font-size: 14px;
    }
  }
    .inner-banner.active.pro {
      height: 780px;
      padding-top: 310px;
      width: 100%;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: top center;
  }




#ewm canvas,
#ewm img {
    width: 100%;
    display: block;
}
.right_nav_list {
    position: fixed;
    bottom: 120px;
    right: 25px;
    z-index: 10;
}
.right_nav_list ul li {
    border-radius: 6px;
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    padding: 0;
    position: relative;
    color: #fff;
    text-align: center;
    background: #217cc2;
    border: 1px solid #217cc2;
}
.right_nav_list ul li .text {
    padding: 0;
    width: 100%;
    height: 100%;
}
.right_nav_list ul li .more_cont {
    font-size: 25px;
    margin-top: 0;
}
.right_nav_list ul li .more_cont i {
    position: relative;
    z-index: 2;
}
.right_nav_list ul li .more_cont::before {
    background-color: #fff;
}
.right_nav_list ul li:hover {
    background: #000;
}
.right_nav_list ul li .cont {
    position: absolute;
    left: -150px;
    top: 0;
    width: 150px;
    min-height: 100%;
    padding: 0 5px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -o-transition: opacity 0.3s, -o-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    overflow: hidden;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #ccc;
}
.right_nav_list ul li:hover .cont {
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1;
}
@media (max-width: 500px) {
    .right_nav_list {
        right: 5px;
        bottom: 150px;
    }
    .right_nav_list ul li {
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin-top: 5px;
    }
    .right_nav_list ul li .more_cont {
        font-size: 16px;
    }
}
*::-webkit-scrollbar-thumb {
    background-color: #44533c;
}
b,
strong {
    font-weight: bold;
}
table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100%;
    height: auto;
    display: block;
    overflow: auto;
}
table tbody {
    display: table;
    width: 100% !important;
}
table tbody td,
table tbody th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important;
}
table tbody tr {
    width: auto !important;
    height: auto !important;
}
table tbody tr:nth-child(even) {
    background: #eee;
}
.t_1 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.img_bg {
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.img_sca {
    overflow: hidden;
    display: block;
}
.img_sca:hover .img_bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
@-webkit-keyframes ks {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@-moz-keyframes ks {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@-o-keyframes ks {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ks {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
.pl-210 {
    padding-left: 210px;
}
.pr-210 {
    padding-right: 210px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.mt-50 {
    margin-top: 50px;
}
.font-66 {
    font-size: 66px;
    line-height: 1.2;
}
.font-48 {
    font-size: 48px;
    line-height: 1.2;
}
.font-36 {
    line-height: 1.4;
}
.font-30 {
    line-height: 1.4;
}
.font-16 {
    line-height: 2;
}
@media (max-width: 1800px) {
    .pr-210 {
        padding-right: 0;
    }
    .pl-210 {
        padding-left: 0;
    }
}
@media (max-width: 1500px) {
    .font-66 {
        font-size: 56px;
    }
}
@media (max-width: 500px) {
    .pb-120 {
        padding-bottom: 40px;
    }

    .pt-120 {
        padding-top: 40px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pt-60 {
        padding-top: 40px;
    }

    .pb-60 {
        padding-bottom: 40px;
    }

    .font-66 {
        font-size: 24px;
        line-height: 1.6;
    }

    .font-56 {
        font-size: 46px;
    }

    .font-48 {
        font-size: 24px;
        line-height: 1.6;
    }

    .font-44 {
        font-size: 24px;
        line-height: 1.6;
    }

    .font-36 {
        font-size: 24px;
        line-height: 1.6;
    }

    .font-30 {
        font-size: 24px;
        line-height: 1.6;
    }

    .font-18 {
        font-size: 16px;
        line-height: 2;
    }

    .font-16 {
        font-size: 16px;
        line-height: 2;
    }
}
/*.inner-banner {
    margin-top: 88px;
    overflow: hidden;
    height: 30vw;
    position: relative;
    text-align: center;
    color: white;
    background-size: cover;
    z-index: 1;
}*/
/*.inner-banner .cont {
    width: 100%;
    text-align: center;
    padding: 10px 16px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
/*.inner-banner .cont .cat {
    font-size: 40px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}*/
/*.inner-banner .cont .mbx {
    font-size: 16px;
}
.inner-banner .cont .mbx a,
.inner-banner .cont .mbx span {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    line-height: 24px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.inner-banner .cont .mbx a:first-child:before {
    content: "\f015";
    font-family: "FontAwesome";
    color: #217cc2;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 20px;
}
.inner-banner .cont .mbx a:hover {
    color: #217cc2;
}*/
.inner-page {
    position: relative;
    z-index: 2;
}
.m-page {
    text-align: center;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 5px;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 5px;
}
.m-page a:hover,
.m-page span.current {
    color: #fff;
    background-color: #217cc2;
}
.m-link a {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.m-link a:hover {
    color: #217cc2;
}
.product-page .container .product_left {
    width: 30%;
}
.product-page .container .product_left .search_cont {
    position: relative;
}
.product-page .container .product_left .search_cont .text {
    width: 100%;
    border-radius: 72px;
    border: 1px solid #eee;
    padding: 20px 30px;
    padding-right: 80px;
    color: #000;
    line-height: 1;
}
.product-page .container .product_left .search_cont .btn {
    width: 62px;
    height: 62px;
    right: 4px;
    position: absolute;
    top: 4px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}
.product-page .container .product_left .item {
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 40px;
}
.product-page .container .product_left .item .tips {
    font-weight: bold;
}
.product-page .container .product_left .item .nav_cont {
    margin-top: 26px;
}
.product-page .container .product_left .item .nav_cont li {
    margin-top: 10px;
}
.product-page .container .product_left .item .nav_cont li:first-child {
    margin-top: 0;
}
.product-page .container .product_left .item .nav_cont li a {
    display: block;
    padding: 18px 45px 18px 20px;
    background: #f1f1f1;
    font-size: 18px;
    color: #7a7777;
    line-height: 32px;
    /*text-transform: uppercase;*/
    position: relative;
}
.product-page .container .product_left .item .nav_cont li a i {
    position: absolute;
    right: 20px;
    top: 24px;
    display: inline-block;
}
.product-page .container .product_left .item .nav_cont li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-page .container .product_left .item .nav_cont li a:hover,
.product-page .container .product_left .item .nav_cont li a.active {
    color: #fff;
    background-color: #217cc2;
}
.product-page .container .product_left .item .nav_cont li .nav_cont_item {
    display: none;
    padding-left: 20px;
}
.product-page .container .product_left .item .nav_cont li .nav_cont_item.active{
    display: block;
}
.product-page .container .product_left .item .nav_cont li .nav_cont_item li {
    margin-top: 10px;
}
.product-page .container .product_left .item .nav_cont li .nav_cont_item li a {
    padding: 6px 20px;
}
.product-page .container .product_left .item .contact_cont {
    margin-top: 30px;
}
.product-page .container .product_left .item .contact_cont li {
    margin-top: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
    box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.product-page .container .product_left .item .contact_cont li .img {
    width: 34px;
    height: 34px;
}
.product-page .container .product_left .item .contact_cont li .text {
    width: -webkit-calc(66%);
    width: -moz-calc(66%);
    width: calc(100% - 34px);
    padding-left: 15px;
    margin-top: 4px;
}
.product-page .container .product_left .item .contact_cont li:first-child {
    margin-top: 0;
}
.product-page .container .product_right {
    width: 70%;
    padding-left: 60px;
}
.product-page .container .product_right .cat_name {
    font-weight: bold;
}
.product-page .container .product_right .cat_des {
    margin: 20px 0 20px 0;
    color: rgba(0, 0, 0, 0.7);
}
.product-page .container .product_right .content ul {
    margin: 0 -10px;
}
.product-page .container .product_right .content ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
}
.product-page .container .product_right .content ul li {
    padding: 0 10px;
    margin-top: 40px;
}
.product-page .container .product_right .content ul li .box{
    border: 1px solid #eee;
}
.product-page .container .product_right .content ul li .box a {
    display: block;
}
.product-page .container .product_right .content ul li .box a img {
    width: 100%;
}
.product-page .container .product_right .content ul li .box .img img {
    width: 100%;
}
.product-page .container .product_right .content ul li .box .cont {
    position: relative;
    border-top: 1px solid #eee;
    background: #fff;
    padding: 15px 15px 20px;
}
.product-page .container .product_right .content ul li .box .cont .title {
    font-weight: 600;
    text-transform: capitalize;
    /*text-transform: uppercase;*/
}
.product-page .container .product_right .content ul li .box .cont .des {
    margin-top: 10px;
}
.product-page .container .product_right .content ul li .box .cont .line {
    width: 20px;
    height: 1px;
    background: #000;
    margin-top: 4px;
}
.product-page .container .product_right .content ul li .box:hover .cont {
    background-color: #217cc2;
    color: #fff;
}
.product-page .container .product_right .content ul li .box:hover .cont .line {
    background-color: #fff;
}
.prodet-page{
    background: #f5f5f5;
}
.prodet-page .init-1 .container .left {
    width: 50%;
    vertical-align: middle;
}
.prodet-page .init-1 .container .left .small_img {
    vertical-align: middle;
    margin-top: 20px;
    width: 100%;
}
.prodet-page .init-1 .container .left .small_img ul {
    margin: -12px;
}
.prodet-page .init-1 .container .left .small_img ul li {
    padding: 12px;
}
.prodet-page .init-1 .container .left .small_img ul li .box {
    border: 1px solid #bfbfbf;
}
.prodet-page .init-1 .container .left .small_img ul li .box img {
    width: 100%;
}
.prodet-page .init-1 .container .left .big_img {
    vertical-align: middle;
    width: 100%;
}
.prodet-page .init-1 .container .left .big_img ul li .img {
    position: relative;
    border: 1px solid #bfbfbf;
    width: 100%;
}
.prodet-page .init-1 .container .left .big_img ul li .img img {
    width: 100%;
}
.prodet-page .init-1 .container .left .big_img ul li .img span {
    width: 40px;
    height: 40px;
    background-color: #217cc2;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}
.prodet-page .init-1 .container .left .big_img ul li .img span img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0;
}
.prodet-page .init-1 .container .right {
    width: 50%;
    padding-left: 50px;
    vertical-align: middle;
}
.prodet-page .init-1 .container .right .title {
    font-weight: 600;
    text-transform: capitalize;
}
.prodet-page .init-1 .container .right .des {
    font-size: 16px;
    color: #8e8e8e;
    line-height: 2;
    margin: 30px 0;
    padding-right: 10px;
    overflow: auto;
    max-height: 250px;
}
.prodet-page .init-1 .container .right .more {
    padding: 12px 40px;
    border-radius: 50px;
    background: #217cc2;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}
.prodet-page .init-1 .container .right .more:hover {
    background-color: #000;
}
.prodet-page .init-2 .container .options {
    border-bottom: 1px solid #c3c3c3;
}
.prodet-page .init-2 .container .options span {
    font-size: 18px;
    width: 280px;
    margin-right: 20px;
    padding: 9px 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    border: 1px solid #c3c3c3;
    border-bottom: none;
}
.prodet-page .init-2 .container .options span i {
    color: #bfbfbf;
}
.prodet-page .init-2 .container .options span.active {
    background-color: #217cc2;
    border-bottom-color: transparent;
    color: #fff;
}
.prodet-page .init-2 .container .options span.active i {
    color: #fff;
}
.prodet-page .init-2 .container .ret .list {
    display: none;
}
.prodet-page .init-2 .container .ret .list .content .slick li{
    padding: 0 10px;
    text-align: center;
}
.prodet-page .init-2 .container .ret .list .content .slick li .box a{
    display: block;
}
.prodet-page .init-2 .container .ret .list .content .slick li .box a img{
    width: 100%;
}
.prodet-page .init-2 .container .ret .list .content .slick li .box p{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
}


.prodet-page .init-2 .container .ret .list .content {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
}
.prodet-page .init-2 .container .ret .list #forms {
    margin-top: 20px;
}
.prodet-page .init-2 .container .ret .list #forms ul li {
    padding: 15px 7px;
    font-size: 16px;
}
.prodet-page .init-2 .container .ret .list #forms ul li input,
.prodet-page .init-2 .container .ret .list #forms ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #bfbfbf;
    margin-top: 4px;
}
.prodet-page .init-2 .container .ret .list #forms ul li textarea {
    height: 150px;
}
.prodet-page .init-2 .container .ret .list #forms ul li .submit_btn {
    background-color: #217cc2;
    color: #fff;
}
.prodet-page .init-2 .container .ret .list #forms ul li .submit_btn:hover {
    background-color: #000;
}

.prodet-page .init-3{
    margin-top: 60px;
    text-align: center;
}
.prodet-page .init-3 .container .tips{
    font-weight: bold;
}
.prodet-page .init-3 .container .content{
    margin-top: 40px;
}
.prodet-page .init-3 .container .content ul li{
    padding: 0 10px;
}
.prodet-page .init-3 .container .content ul li .box{
    border: 1px solid #bfbfbf;
}
.prodet-page .init-3 .container .content ul li a{
    display: block;
}
.prodet-page .init-3 .container .content ul li .img img{
    width: 100%;
}
.prodet-page .init-3 .container .content ul li .btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 10px;
}
.prodet-page .init-3 .container .content ul li .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    margin: 0 5px;
    border: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .init-3 .container .content ul li .btn a img{
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .init-3 .container .content ul li .btn a:hover{
    background: #217cc2;
}
.prodet-page .init-3 .container .content ul li .btn a:hover img{
    filter: brightness(5);
}
.prodet-page .init-3 .container .content ul li .h6{
    font-weight: 400;
    font-size: 20px;
    color: #242424;
    line-height: 1.8;
    margin: 30px 0 20px;
    display: block;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    height: 72px;
    overflow-y: auto;
}
.prodet-page .init-3 .container .content ul li .link{
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    width: 100%;
    z-index: 2;
}
.prodet-page .init-3 .container .content ul li .link:hover{
    background: #217cc2;
}
.prodet-page .init-3 .container .content ul li:hover .link{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1700px) {
    /*.inner-banner{
        margin-top: 144px;
    }*/
}
@media (max-width: 1250px) {
    /*.inner-banner{
        margin-top: 106px;
    }*/
    .product-page .container .product_left {
        display: none;
    }
    .product-page .container .product_right {
        width: 100%;
        display: block;
        padding-left: 0;
    }
}
@media (max-width: 1000px) {
    /*.inner-banner {
        margin-top: 40px;
        background: #000 !important;
        height: auto;
    }
    .inner-banner .cont {
        padding: 40px 16px;
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .inner-banner .cont .cat {
        font-size: 24px;
    }*/
    .prodet-page .init-1 .container .left {
        width: 100%;
    }
    .prodet-page .init-1 .container .right {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .prodet-page .init-2 .container .options span{
        width: 30%;
    }
}
@media (max-width: 700px) {
    .prodet-page .init-2 .container .options span {
        width: 100%;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
    .prodet-page .init-2 .container .options span i {
        margin-right: 16px;
    }
    .prodet-page .init-1 .container .left .small_img ul{
        margin: -6px;
    }
    .prodet-page .init-1 .container .left .small_img ul li {
        padding: 6px;
    }

    .prodet-page .init-3 .container .content ul li .link{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.about-page .about-1 {
    background-color: #fff;
}
.about-page .about-1 .container .left {
    width: 50%;
    padding-right: 5%;
    vertical-align: middle;
}
.about-page .about-1 .container .left .tag {
    color: #217cc2;
    display: block;
    line-height: 1;
}
.about-page .about-1 .container .left .tag::before {
    content: '';
    width: 15px;
    height: 2px;
    background: #217cc2;
    margin-right: 5px;
    display: inline-block;
    vertical-align: super;
    position: relative;
    top: 2px;
}
.about-page .about-1 .container .left .title {
    margin-top: 10px;
    font-weight: bold;
}
.about-page .about-1 .container .left .des {
    margin-top: 40px;
    color: #6c6a72;
}
.about-page .about-1 .container .right {
    width: 50%;
    vertical-align: middle;
}
.about-page .about-1 .container .right img {
    width: 100%;
}
.about-page .about-2 {
    -o-background-size: cover;
    background-size: cover;
}

.about-page .about-2 .container .tag {
    text-align: center;
    color: #217cc2;
    display: block;
    line-height: 1;
}
.about-page .about-2 .container .tag::before {
    content: '';
    width: 15px;
    height: 2px;
    background: #217cc2;
    margin-right: 5px;
    display: inline-block;
    vertical-align: super;
    position: relative;
    top: 2px;
}
.about-page .about-2 .container .title_1 {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.about-page .about-2 .content{
    margin-top: 40px;
}
.about-page .about-2 .content ul li {
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.about-page .about-2 .content ul li .box {
    padding: 0 10px;
    color: #fff;
}
.about-page .about-2 .content ul li .box .num {
    display: block;
}
.about-page .about-2 .content ul li .box .img {
    margin-top: 50px;
    height: 60px;
    display: inline-block;
}
.about-page .about-2 .content ul li .box .title {
    display: block;
    font-weight: 600;
    padding: 45px 0 25px;
}
.gallery-page .tips_c .left {
    vertical-align: middle;
    width: auto;
    padding-right: 40px;
}
.gallery-page .tips_c .left .tips {
    color: #217cc2;
}
.gallery-page .tips_c .left .tips_title {
    font-weight: bold;
}
.gallery-page .tips_c .right {
    vertical-align: middle;
    width: auto;
}
.gallery-page .tips_c .right .column {
    width: auto;
    font-size: 20px;
    font-weight: 600;
    color: #b9b9b9;
    padding: 5px 20px;
    margin: 2px 0;
    border-left: 1px solid #e8e8e8;
}
.gallery-page .tips_c .right .column:hover,
.gallery-page .tips_c .right .column.active {
    color: #217cc2;
}
.gallery-page .content {
    margin-top: 40px;
}
.gallery-page .content ul > p{
    font-size: 16px;
    letter-spacing: 0;
}
.gallery-page .content ul li {
    padding: 35px 10px;
}
.gallery-page .content ul li .box .img {
    display: block;
    position: relative;
}
.gallery-page .content ul li .box .img img {
    width: 100%;
}
.gallery-page .content ul li .box .img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(30, 103, 158, 0.7);
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
}
.gallery-page .content ul li .box .img .sub {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}
.gallery-page .content ul li .box .text {
    margin-top: 10px;
    font-weight: 600;
}
.gallery-page .content ul li .box:hover .img::before,
.gallery-page .content ul li .box:hover .img .sub {
    opacity: 1;
}
@media (max-width: 1000px) {
    .about-page .about-1 .container .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .gallery-page .tips_c .right {
        display: none;
    }
}
@media (max-width: 500px) {
    .about-page .about-2 .content ul li .box .img {
        margin-top: 20px;
    }
    .about-page .about-2 .content ul li .box .title {
        padding: 20px 0;
    }
    .gallery-page .content {
        margin-top: 20px;
    }
    .gallery-page .content ul li {
        padding: 20px 0;
    }
}
.news_cont .news_left {
    width: -webkit-calc(-240%);
    width: -moz-calc(-240%);
    width: calc(100% - 340px);
    padding-right: 60px;
}
.news_cont .news_right {
    width: 340px;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}
.news_cont .news_right .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.news_cont .news_right .widget .search_form {
    position: relative;
}
.news_cont .news_right .widget .search_form input {
    width: 100%;
    padding: 10px;
    padding-right: 46px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}
.news_cont .news_right .widget .search_form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #217cc2;
    color: #fff;
    border: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
}
.news_cont .news_right .widget .tips {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    line-height: 1.8;
    margin-bottom: 16px;
    font-weight: 600;
}
.news_cont .news_right .widget .pfl li {
    margin-bottom: 16px;
    color: #555;
    font-size: 16px;
    line-height: 2;
    position: relative;
}
.news_cont .news_right .widget .pfl li i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 2;
    cursor: pointer;
}
.news_cont .news_right .widget .pfl li i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.news_cont .news_right .widget .pfl li a {
    padding-left: 20px;
}
.news_cont .news_right .widget .pfl li ul {
    display: none;
    margin-top: 16px;
}
.news_cont .news_right .widget .pfl li ul li a {
    padding-left: 0;
    color: #999;
}
.news_cont .news_right .widget .pfl li ul li a:hover,
.news_cont .news_right .widget .pfl li ul li a.active {
    color: #217cc2;
}
.news_cont .news_right .widget .pfl li.active ul {
    display: block;
}
.news_cont .news_right .widget .pfl li:hover,
.news_cont .news_right .widget .pfl li.active {
    color: #217cc2;
}
.news_cont .news_right .widget .recent li{
    margin-top: 20px;
}
.news_cont .news_right .widget .recent li:first-child{
    margin-top: 0;
}
.news_cont .news_right .widget .recent li .img {
    width: 100px;
    vertical-align: middle;
}
.news_cont .news_right .widget .recent li .title {
    width: -webkit-calc(0%);
    width: -moz-calc(0%);
    width: calc(100% - 100px);
    padding-left: 20px;
    vertical-align: middle;
}
.news_cont .news_right .widget .recent li .title a {
    display: block;
}
.news_cont .news_right .widget .recent li .title a:hover {
    color: #217cc2;
}
.news_cont .news_right .widget .form1 input,
.news_cont .news_right .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}
.news_cont .news_right .widget .form1 textarea {
    height: 100px;
}
.news_cont .news_right .widget .form1 .submit {
    background: #217cc2;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
}
.news_cont .news_right .widget .form1 .submit:hover {
    background-color: #000;
}
.news-page {
    background-color: #f5f5f5;
}
.news-page .news_list ul {
    margin: 0 auto;
    margin-top: -60px;
}
.news-page .news_list ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
}
.news-page .news_list ul li {
    margin-top: 60px;
    padding: 0 10px;
}
.news-page .news_list ul li .box {
    background-color: #fff;
    padding: 30px;
}
.news-page .news_list ul li .box a {
    display: block;
}
.news-page .news_list ul li .box .img {
    position: relative;
}
.news-page .news_list ul li .box .img img {
    width: 100%;
}
.news-page .news_list ul li .box .img .date {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #217cc2;
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    border-radius: 2px;
}
.news-page .news_list ul li .box .img .date span {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.news-page .news_list ul li .box .img .date i {
    display: block;
    font-size: 24px;
    line-height: 1.8;
    font-style: normal;
    color: #fff;
    font-weight: 700;
}
.news-page .news_list ul li .box .title {
    font-weight: 600;
    margin-top: 30px;
}
.news-page .news_list ul li .box .title:hover {
    color: #217cc2;
}
.news-page .news_list ul li .box .des {
    margin-top: 16px;
    color: #555;
}
.news-page .news_list ul li .box .line {
    width: 100%;
    min-height: 1px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-page .news_list ul li .box .news-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .news_list ul li .box .news-info .left {
    margin-top: 5px;
    padding-right: 16px;
}
.news-page .news_list ul li .box .news-info .left img {
    width: 18px;
    margin-right: 8px;
}
.news-page .news_list ul li .box .news-info .left .text {
    font-size: 16px;
    color: #555;
}
.news-page .news_list ul li .box .news-info .right a {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}
.news-page .news_list ul li .box .news-info .right a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #217cc2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news-page .news_list ul li .box .news-info .right a:hover::before {
    width: 100%;
}
.newdet-page{
    background: #f5f5f5;
}
.newdet-page .news_cont .title {
    font-weight: 600;
}
.newdet-page .news_cont .content {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
    color: #555;
    font-weight: 400;
}
.newdet-page .news_cont .s_link {
    margin-top: 60px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .news_cont .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 16px;
}
.newdet-page .news_cont .s_link .list .img {
    vertical-align: middle;
    width: 80px;
}
.newdet-page .news_cont .s_link .list .img img {
    width: 100%;
}
.newdet-page .news_cont .s_link .list .cont {
    font-size: 16px;
    vertical-align: middle;
    width: -webkit-calc(10%);
    width: -moz-calc(10%);
    width: calc(100% - 90px);
    padding-left: 16px;
    color: #444;
}
.newdet-page .news_cont .s_link .list .cont a {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.newdet-page .news_cont .s_link .list .cont a:hover {
    color: #217cc2;
}
.newdet-page .news_cont .s_link .list .cont .des {
    margin-top: 16px;
}
.newdet-page .news_cont .s_link .next {
    border-left: 1px solid #d9d9d9;
    padding-left: 16px;
    padding-right: 0;
}
.newdet-page .news_cont .s_link .next .cont {
    padding-left: 0;
    padding-right: 16px;
    text-align: right;
}
.newdet-page .news_cont .form_cont {
    margin-top: 50px;
}
.newdet-page .news_cont .form_cont form {
    margin-top: 16px;
}
.newdet-page .news_cont .form_cont form li input,
.newdet-page .news_cont .form_cont form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news_cont .form_cont form li input:focus,
.newdet-page .news_cont .form_cont form li textarea:focus {
    border-bottom: 1px solid #217cc2;
}
.newdet-page .news_cont .form_cont form li button {
    font-weight: 600;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: #217cc2;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.newdet-page .news_cont .form_cont form li button:hover {
    background-color: #000;
}
.newdet-page .news_cont .form_cont form li.wid-100 {
    width: 100%;
}
.newdet-page .news_cont .related {
    margin-top: 60px;
}
.newdet-page .news_cont .related .tips {
    font-weight: 600;
}
.newdet-page .news_cont .related .content ul {
    margin: -15px;
}
.newdet-page .news_cont .related .content ul .slick-track{
    display: flex;
}
.newdet-page .news_cont .related .content ul .slick-track .slick-slide{
    height: auto;
}
.newdet-page .news_cont .related .content ul .slick-track .slick-slide > div{
    height: 100%;
}

.newdet-page .news_cont .related .content ul li {
    padding: 15px;
    height: 100%;
}
.newdet-page .news_cont .related .content ul li .box {
    height: 100%;
    text-align: center;
    -webkit-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    padding: 15px;
}
.newdet-page .news_cont .related .content ul li .box a {
    display: block;
}
.newdet-page .news_cont .related .content ul li .box .img img {
    width: 100%;
}
.newdet-page .news_cont .related .content ul li .box .title {
    color: #217cc2;
    margin-top: 16px;
}
.newdet-page .news_cont .related .content ul li .box .des {
    color: #555;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newdet-page .news_cont .related .content ul li .box .more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #217cc2;
    font-size: 14px;
    color: #217cc2;
    margin-top: 10px;
}
.newdet-page .news_cont .related .content ul li .box .more:hover {
    color: #fff;
    background-color: #217cc2;
}
.technology-page #index-body .init-2 {
    background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1250px) {
    .news_cont .news_left {
        padding: 0;
        width: 100%;
    }
    .news_cont .news_right {
        display: none;
    }
    .news-page .news_list ul li .box {
        padding: 30px 16px;
    }
}
@media (max-width: 1000px) {
    .newdet-page .news_cont .s_link .list {
        width: 100%;
        padding: 20px 0;
    }
    .newdet-page .news_cont .s_link .next {
        border-left: none;
        border-top: 1px solid #d9d9d9;
        padding-left: 16px;
        padding-right: 0;
    }
    .newdet-page .news_cont .s_link .list .img {
        display: none;
    }
    .newdet-page .news_cont .s_link .list .cont {
        padding-left: 0;
    }
    .newdet-page .news_cont .s_link .next .cont {
        width: 100%;
        padding-left: 0;
    }
    .newdet-page .news_cont .s_link .next {
        padding-left: 0;
        text-align: left;
    }
    .newdet-page .news_cont .s_link .next .cont {
        text-align: left;
        padding-right: 0;
    }
}
@media (max-width: 700px) {
    .newdet-page .news_cont .form_cont form li {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .news-page .news_list ul {
        margin-top: 0;
    }
    .news-page .news_list ul li {
        margin-top: 20px;
        padding: 0;
    }
    .news-page .news_list ul li .box .title {
        font-size: 20px;
    }
    .news-page .news_list ul li .box .img .date i {
        font-size: 20px;
        line-height: 1.4;
    }
}
.applicaation-page ul li {
    background-color: #f5f5f5;
}
.applicaation-page ul li .left {
    position: relative;
    width: 50%;
    vertical-align: middle;
}
.applicaation-page ul li .left img {
    width: 100%;
}
.applicaation-page ul li .right {
    position: relative;
    width: 50%;
    vertical-align: middle;
    padding: 20px 55px 20px 105px;
}
.applicaation-page ul li .right .title {
    font-weight: 600;
    position: relative;
    padding-right: 90px;
}
.applicaation-page ul li .right .title .more7{
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    top: -7px;
    font-weight: 400;
    transition: all .5s;
}
.applicaation-page ul li .right .title .more7:hover{
    transform: scale(1.1);
}
.applicaation-page ul li .right .title .more7::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #dbdbdb;
    border-radius: 100%;
    left: 0;
    top: 0;
    transition: all .5s;
    animation: xz 5s linear infinite;
}
@keyframes xz {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.applicaation-page ul li .right .title .more7 em{
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    background: #dbdbdb;
    transition: all .5s;
}
.applicaation-page ul li .right .des {
    margin-top: 30px;
    font-weight: 400;
}
.applicaation-page ul li:nth-child(2n) .left {
    left: 50%;
}
.applicaation-page ul li:nth-child(2n) .right {
    left: -50%;
}
.applicaation-page ul li:hover {
    background-color: #f4822f;
    color: #fff;
}
.applicaation-page ul li:hover .title .more7::before{
    border: 2px dashed #fff;
}
.applicaation-page ul li:hover .title .more7 em{
    background: #fff;
    color: #000;
}
@media (max-width: 1000px) {
    .applicaation-page ul li {
        margin-top: 20px;
    }
    .applicaation-page ul li .left {
        width: 100%;
    }
    .applicaation-page ul li .right {
        width: 100%;
        padding: 20px;
    }
    .applicaation-page ul li:nth-child(2n) .left {
        left: 0;
    }
    .applicaation-page ul li:nth-child(2n) .right {
        left: 0;
    }
}
@media (max-width: 500px) {
    .applicaation-page ul li .right .des {
        margin-top: 16px;
    }
    .applicaation-page ul li .right .title .more7{
        width: 50px;
        height: 50px;
    }
    .applicaation-page ul li .right .title{
        padding-right: 60px;
    }
    .applicaation-page ul li .right .title .more7 em{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
.service-page .service-1 {
    text-align: center;
}
.service-page .service-1 .container .tips {
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;

}
.service-page .service-1 .container .des {
    margin-top: 30px;
    color: #555;
}
.service-page .service-2 .img_cont {
    position: relative;
    height: 500px;
    margin-bottom: 217px;
    background: url(../images/summaryArea_main.jpg) no-repeat center;
    background-attachment: fixed;
}
.service-page .service-2 .img_cont .container {
    position: relative;
    height: 100%;
}
.service-page .service-2 .img_cont .text {
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 795px;
    min-height: 360px;
    border-radius: 15px;
    padding: 80px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 70px 70px 80px rgba(0, 0, 0, 0.4);
    box-shadow: 70px 70px 80px rgba(0, 0, 0, 0.4);
    color: #fff;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    font-weight: 400;
}
.service-page .service-2 .img_cont .text .tit {
    font-weight: 600;
    margin-bottom: 20px;
}
.service-page .service-3 .container .list {
    padding-top: 80px;
}
.service-page .service-3 .container .list .left {
    position: relative;
    width: 50%;
    vertical-align: middle;
    padding: 40px 60px;
}
.service-page .service-3 .container .list .left .tit {
    margin-bottom: 40px;
    font-weight: 600;
}
.service-page .service-3 .container .list .left .tit .greenT {
    color: #217cc2;
}
.service-page .service-3 .container .list .right {
    width: 50%;
    position: relative;
    vertical-align: middle;
}
.service-page .service-3 .container .list .right img {
    width: 100%;
}
.service-page .service-3 .container .list:nth-child(2n) .left {
    left: 50%;
}
.service-page .service-3 .container .list:nth-child(2n) .right {
    left: -50%;
}
@media (max-width: 1000px) {
    .service-page .service-2 .img_cont {
        height: 500px;
    }
    .service-page .service-2 .img_cont {
        background: none !important;
        height: auto;
        margin-bottom: 40px;
    }
    .service-page .service-2 .img_cont .text {
        width: 100%;
        position: relative;
        bottom: 0;
        top: 0;
        left: 0;
        overflow-y: auto;
        padding: 30px 16px;
        min-height: 1px;
    }
    .service-page .service-3 .container .list .left {
        width: 100%;
        padding: 0;
    }
    .service-page .service-3 .container .list .right {
        margin-top: 20px;
        width: 100%;
    }
    .service-page .service-3 .container .list:nth-child(2n) .left {
        left: 0;
    }
    .service-page .service-3 .container .list:nth-child(2n) .right {
        left: 0;
    }
}
@media (max-width: 500px) {
    .service-page .service-2 .img_cont .text {
        -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    }
    .service-page .service-3 .container .list {
        padding-top: 40px;
    }
}
.faq-page {
    background-color: #f5f5f5;
}
.faq-page .container ul {
    margin: 0 -20px;
}
.faq-page .container ul li {
    width: 50%;
    margin-top: 20px;
    padding: 0 20px;
}
.faq-page .container ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.faq-page .container ul li .title::before {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #217cc2;
    padding: 9px 14px;
    color: #fff;
}
.faq-page .container ul li .title.active {
    color: #fff;
    background: #217cc2;
    border: 1px solid #217cc2;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .container ul li .title.active::before {
    background-color: #fff;
    color: #217cc2;
}
.faq-page .container ul li .accordion-info {
    font-weight: 400;
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    color: #555;
}
@media (max-width: 1000px) {
    .faq-page .container ul li {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .faq-page .container ul li .title {
        padding: 20px 20px 20px 60px;
    }
    .faq-page .container ul li .title::before {
        left: 6px;
    }
}
.contact-page .contact-1 {
    padding: 0 0 40px;
}
.contact-page .contact-1 span.tag {
    font-size: 16px;
    color: #217cc2;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
.contact-page .contact-1 span.tag::before {
    content: '';
    width: 15px;
    height: 2px;
    background: #217cc2;
    margin-right: 5px;
    display: inline-block;
    vertical-align: super;
    position: relative;
    top: 2px;
}
.contact-page .contact-1 .title {
    font-weight: 600;
    margin-top: 10px;
}
.contact-page .contact-1 .left {
    width: 30%;
}
.contact-page .contact-1 .left .info {
    margin-top: 40px;
}
.contact-page .contact-1 .left .info ul li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-page .contact-1 .left .info ul li span {
    background-image: -webkit-linear-gradient(0deg, #28a7e1 0%, #217cc2 100%);
    display: block;
    padding: 6px;
    width: 90px;
    height: 90px;
    min-width: 90px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: #217cc2;
    border-radius: 100%;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contact-page .contact-1 .left .info ul li span i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.contact-page .contact-1 .left .info ul li h6 {
    font-size: 15px;
    color: #666;
}
.contact-page .contact-1 .left .info ul li h6 small {
    font-size: 20px;
    color: black;
    display: block;
}
.contact-page .contact-1 .right {
    width: 70%;
    padding-left: 4%;
}
.contact-page .contact-1 .right .form {
    padding: 60px;
    background: #f3f3f3;
}
.contact-page .contact-1 .right .form ul {
    margin: -10px;
}
.contact-page .contact-1 .right .form ul li {
    padding: 10px;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 25px;
    outline: none;
    line-height: 19px;
    border: none;
    font-size: 14px;
    caret-color: #217cc2;
}
.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-moz-placeholder,
.contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::-moz-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::-ms-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-ms-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form ul li textarea {
    height: 180px;
}
.contact-page .contact-1 .right .form ul li a.more {
    width: 100%;
    text-align: center;
    padding: 14px 35px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #217cc2;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.contact-page .contact-1 .right .form ul li a.more:hover {
    background-color: #000;
}
.contact-page .contact-2 .box {
    border-left: 10px solid #217cc2;
    position: relative;
    z-index: 1;
    padding: 70px 100px 70px 100px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.contact-page .contact-2 .box:after {
    content: '';
    z-index: -1;
    background: #f4f4f4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.contact-page .contact-2 .box span.tag {
    color: #217cc2;
}
.contact-page .contact-2 .box span.tag:before {
    display: none;
}
.contact-page .contact-2 .box h2.title {
    color: #000;
    font-size: 36px;
}
.contact-page .contact-2 .box .left {
    width: 70%;
    vertical-align: middle;
}
.contact-page .contact-2 .box .right {
    vertical-align: middle;
    width: 30%;
    text-align: right;
}
.contact-page .contact-2 .box .right a {
    padding: 14px 35px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    background: #217cc2;
    display: inline-block;
    z-index: 1;
    position: relative;
    border: 1px solid #217cc2;
    text-align: center;
}
.contact-page .contact-2 .box .right a:hover {
    background-color: #000;
}
.contact-page .contact-3 {
    position: relative;
    z-index: 0;
}
.contact-page .contact-3 .button-group .button {
    background: #217cc2;
}
.contact-page .contact-3 #mapContainer {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
}
@media (max-width: 1000px) {
    .contact-page .contact-1 .left {
        width: 100%;
    }
    .contact-page .contact-1 .right {
        margin-top: 40px;
        width: 100%;
        padding: 0;
    }
    .contact-page .contact-2 .box {
        padding: 20px 16px;
    }
    .contact-page .contact-2 .box .left {
        width: 100%;
    }
    .contact-page .contact-2 .box .right {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
}
@media (max-width: 700px) {
    .contact-page .contact-2 .box {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .contact-page .contact-3 {
        margin-top: 40px;
    }
}
@media (max-width: 500px) {
    .contact-page .contact-1 .left .info ul li span {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }
    .contact-page .contact-1 .right .form {
        padding: 30px 16px;
    }
    .contact-page .contact-2 .box h2.title {
        font-size: 24px;
        line-height: 1.6;
    }
}




.seoPublic .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2em;
}

.seoPublic>div {
    padding: 60px 0;
}

.seoPublic>div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .left img {
    width: 100%;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li a.img-box img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #217cc2;
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #217cc2;
    color: #217cc2;
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #217cc2;
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: #217cc2;
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.seoPublic .text a {
    color: #217cc2;
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: #217cc2;
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #217cc2;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #217cc2;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #217cc2;
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: #217cc2;
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: #217cc2;
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav>ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic>div {
        padding: 30px 0;
    }

    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}
/*seo*/
#footer .copyright span {
    width: 732px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jinji h1 {
    display: inline;
}
h1.cat_name.font-36.wow.fadeInUp.Auxil-h1 {
    font-size: 28px;
}
.seoPublic .Auxil-about .box .right .text a {
    color: #666;
}
.seoPublic .seoIndustry .text a {
    color: #666;
}
@media screen and (max-width: 1000px){
    #footer .copyright span {
        width: 100%;
        white-space: normal;
    }
    a.yiti,
    .seoIndustry.Auxil-industry {
        display: none!important;
    }
}
a.yjbiao {

    margin-top: 10px;
    font-size: 18px;
}
.yjmiao {
    font-size: 15px;
    line-height: 2;
    color: silver;
}
a.protitle {
    font-size: 15px;
}
