/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(../font/montserrat-thin.eot);
  src: url(../font/montserrat-thin.eot) format('embedded-opentype'),
       url(../font/montserrat-thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(../font/montserrat-extralight.eot);
  src: url(../font/montserrat-extralight.eot) format('embedded-opentype'),
       url(../font/montserrat-extralight.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(../font/montserrat-light.eot);
  src: url(../font/montserrat-light.eot) format('embedded-opentype'),
       url(../font/montserrat-light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../font/montserrat-regular.eot);
  src: url(../font/montserrat-regular.eot) format('embedded-opentype'),
       url(../font/montserrat-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(../font/montserrat-medium.eot);
  src: url(../font/montserrat-medium.eot) format('embedded-opentype'),
       url(../font/montserrat-medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(../font/montserrat-semibold.eot);
  src: url(../font/montserrat-semibold.eot) format('embedded-opentype'),
       url(../font/montserrat-semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../font/montserrat-bold.eot);
  src: url(../font/montserrat-bold.eot) format('embedded-opentype'),
       url(../font/montserrat-bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(../font/montserrat-extrabold.eot);
  src: url(../font/montserrat-extrabold.eot) format('embedded-opentype'),
       url(../font/montserrat-extrabold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url(../font/montserrat-black.eot);
  src: url(../font/montserrat-black.eot) format('embedded-opentype'),
       url(../font/montserrat-black.ttf) format('truetype');
}
body,html{
    font-family:'Montserrat', sans-serif;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.float-left{
    float: left;
}
.font16{
  font-size: 16px;
}
.maximg img{
  max-width: 100%;
  height: auto !important;
}
.over1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over2 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over3 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over4 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}
body::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
ul,
li {
  list-style: none;
}
html,
body {
  overflow-x: hidden;
}
a,
.link {
  display: inline-block;
}
a:hover {
  text-decoration: none;
  background: none;
}
a:focus {
  text-decoration: none;
}
img {
  vertical-align: middle;
  object-fit: cover;
}
.cover_box {
  overflow: hidden;
}
.cover_box .cover {
  width: 100%;
}
.box_shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.box_radius {
  border-radius: 4px;
}
.container_padding {
  padding: 60px 0;
}
.title {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
.lead {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.uppercase {
  text-transform: uppercase;
}
body {
  padding-top: 86px;
  background-attachment: fixed;
  background-image: url(../img/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
.btn:focus {
  border: none !important;
  outline: none !important;
}
.layui-input:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(233, 47, 47, 0.6);
}
.layui-textarea:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(233, 47, 47, 0.6);
}
.img_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.paging .nav_box {
  text-align: center;
}
.paging .nav_box .pagination {
  display: flex;
  justify-content: center;
}
.paging .nav_box a {
  display: inline-block;
  color: #000;
  padding: 10px 17px;
  font-size: 18px;
  line-height: 1.3333333;
  text-decoration: none;
  background: #fff;
  margin: 0 3px;
  border: 1px solid #ddd;
  width: auto;
}
.pagination>a:first-child, .pagination>a:first-child>span {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination>a:last-child, .pagination>a:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.paging .nav_box .pagination a.page-num-current {
  color: #fff;
  background-color: #0c49a6;
  border-color: #0c49a6;
}
.row {
  margin: 0;
}
.banner {
  position: relative;
}
.banner .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .content .title {
  color: #fff;
  font-weight: 600;
}
.header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-right: 20px;
}
.header .content .nav {
  flex: auto;
  display: flex;
}
.header .content .nav .li {
  background: none;
}
.header .content .nav .li .link {
  height: 56px;
  line-height: 56px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border-right: 1px solid #fff;
}
.header .content .nav .li .link:hover {
  background: none;
}
.header .content .nav .li:last-child .link {
  border-right: 0;
}
.header .content .nav .active {
  background: linear-gradient(180deg, #145ccb 0%, #0c49a6 100%);
}
.header .content .nav .active .link {
  color: #fff;
  border-color: #0c49a6;
}
.header .content .search {
  width: 220px;
  flex: none;
}
.header .content .search .h5_content {
  display: none;
}
.header .content .search .box {
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #707070;
  background: #fff;
}
.header .content .search .box .iconfont {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding: 0 8px;
  cursor: pointer;
  background: none;
  border: none;
}
.header .content .search .box .input {
  border: none;
  height: 34px;
  padding-left: 0;
}
.header .content .search .box .input:focus {
  border: none !important;
  box-shadow: none;
}
.footer .content {
  padding: 46px 30px;
}
.footer .content .box .line {
  height: 2px;
  background: #fff;
  opacity: 0.7;
}
.footer .content .box .list {
  margin-top: 10px;
}
.footer .content .box .list li {
  padding: 4px 0;
}
.footer .content .box .list .name {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.footer .content .box .list .li .link {
  font-size: 12px;
  color: #BCBCBC;
  line-height: 22px;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.footer .content .box .list .li .link:hover {
  transform: translateX(4px) skew(-10deg);
  color: #fff;
}
.footer .copyright {
  padding: 0 30px;
  text-align: center;
}
.footer .copyright .bottom_wrap {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .copyright .text {
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
}
.index {
  background: #fff;
}
.index .banner_swiper .index_banner .item {
  position: relative;
}
.index .banner_swiper .index_banner .item .wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .banner_swiper .index_banner .item .wrap .content {
  text-align: right;
  width: 50%;
}
.index .banner_swiper .index_banner .item .wrap .content .h3 {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
}
.index .banner_swiper .index_banner .item .wrap .content .lead {
  margin-top: 14px;
  color: #fff;
  line-height: 24px;
}
.index .banner_swiper .index_banner .swiper-pagination {
  bottom: 20px;
}
.index .banner_swiper .index_banner .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.index .banner_swiper .index_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 4px;
  opacity: 1;
}
.index .menu_list {
  padding: 30px;
}
.index .menu_list .item .link {
  width: 100%;
  position: relative;
}
.index .menu_list .item .link .content {
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.index .menu_list .item .link .content .h3 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}
.index .about_us {
  padding: 0 30px 30px;
}
.index .about_us .content .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.index .about_us .content .more {
  display: inline-block;
  margin-top: 20px;
}
.index .about_us .content .link {
  padding: 10px 30px;
  background: #0c49a6;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.index .about_us .content .link .text {
  padding-right: 4px;
}
.index .about_us .content .link .iconfont {
  font-size: 14px;
}
.index .about_us .about_us_banner .about_us_swiper .item .cover_box .cover {
  height: 300px;
}
.index .about_us .about_us_banner .about_us_swiper .swiper-pagination {
  bottom: 10px;
}
.index .about_us .about_us_banner .about_us_swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.index .about_us .about_us_banner .about_us_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px;
  border-radius: 4px;
  opacity: 1;
}
.product_details .main .right_box .name {
  margin: 20px 0;
}
.product_details .main .right_box .table_cover .cover {
  width: 100%;
}
.pro_cen{
    line-height: 26px;
}
.main {
  background: #fff;
  padding: 0 30px 30px;
}
.main .crumbs .list {
  display: flex;
  align-items: center;
}
.main .crumbs .list .iconfont {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding: 0 4px;
}
.main .crumbs .list .icon-home1 {
  color: #0c49a6;
}
.main .crumbs .list a {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.main .crumbs .list{
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.main .left_box .label_title {
  padding: 12px 10px;
  background: #0c49a6;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 12px 0 12px 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
}
.main .left_box .list {
  margin-top: 10px;
}
.main .left_box .list .li {
  display: flex;
  align-items: flex-start;
}
.main .left_box .list .li .iconfont {
  padding: 9px 0;
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
}
.main .left_box .list .li .link {
  font-size: 16px;
  color: #393939;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 0;
}
.main .left_box .list .active .iconfont {
  opacity: 1;
  color: #0c49a6;
}
.main .left_box .list .active .link {
  color: #0c49a6;
}
.main .right_box .title {
  font-size: 28px;
  color: #0c49a6;
  font-weight: 500;
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
}
.main .right_box .title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 80%;
  transform: translateY(-50%);
  background: #0c49a6;
  border-radius: 4px;
}
.main .right_box table{
  border: 1px solid #e2e2e2;
}
.main .right_box table td{
  border: 1px solid #e2e2e2;
  padding: 10px !important;
  vertical-align: middle;
}
.main .right_box .name {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
.main .right_box .row .col_md {
  padding: 0;
}
.main .right_box .ul {
  margin-top: 10px;
}
.main .right_box .ul .li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.main .right_box .contact_us_ul {
  margin-bottom: 20px;
}
.main .right_box .contact_us_ul .li {
  padding: 4px 0;
}
.main .right_box .file {
  margin-bottom: 10px;
}
.main .right_box .file .li {
  display: inline-block;
  min-width: 420px;
  padding: 10px 20px;
  background: #DCEAFF;
  border-radius: 3px;
  margin-bottom: 10px;
}
.main .right_box .file .iconfont {
  color: #0c49a6;
  font-weight: 500;
}
.main .right_box .file .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 6px;
}
.main .right_box .cover_box {
  overflow: hidden;
}
.main .right_box .cover_box .cover {
  transition: 0.4s ease-in;
}
.main .right_box .cover_box:hover .cover {
  transform: scale(1.05);
}
.main .right_box .about_us_swiper {
  margin-top: 20px;
}
.main .right_box .about_us_swiper .cover_box .cover {
  min-height: 320px;
}
.main .right_box .about_us_swiper .swiper-button-prev,
.main .right_box .about_us_swiper .swiper-button-next {
  background: none;
  margin-top: 0;
  transform: translateY(-50%);
  height: auto;
}
.main .right_box .about_us_swiper .swiper-button-prev .icon .iconfont,
.main .right_box .about_us_swiper .swiper-button-next .icon .iconfont {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
}
.main .right_box .about_us_swiper .swiper-button-next {
  right: 20px;
}
.main .right_box .about_us_swiper .swiper-button-prev {
  left: 20px;
}
.main .right_box .product_list {
  transform: translateX(-10px);
}
.main .right_box .product_list .item {
  padding: 0 10px;
  margin-bottom: 20px;
  border-radius: 6px;
}
.main .right_box .product_list .item .link {
  transition: 0.4s ease-in;
  background: #FBFBFB;
  padding: 10px;
  border: 2px solid #FBFBFB;
}
.main .right_box .product_list .item .link .content {
  padding-left: 20px;
  /*padding-top: 6px;*/
}
.main .right_box .product_list .item .link .content .product_name {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.main .right_box .product_list .item .link .content p,
.main .right_box .product_list .item .link .content .lead {
  font-weight: 500;
}
.main .right_box .product_list .item .link:hover {
  border-color: #0c49a6;
}
.main .right_box .product_list .item .link:hover .content .product_name {
  color: #0c49a6;
}
.main .right_box .line {
  height: 1px;
  background: #E6E6E6;
  margin: 14px 0;
}
.main .right_box .data {
  margin: 20px 0;
}
.main .right_box .data .data_cover .download {
  margin-top: 20px;
  text-align: center;
}
.main .right_box .data .data_cover .download .link {
  background: #0c49a6;
  padding: 10px 50px;
  border-radius: 4px;
  color: #fff;
}
.main .right_box .data .data_cover .download .link .iconfont,
.main .right_box .data .data_cover .download .link .text {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.main .right_box .data .content {
  padding: 10px 20px;
}
.main .right_box .data .content .ul .li {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
  padding: 4px 0;
}
.main .right_box .search {
  margin-bottom: 20px;
}
.main .right_box .search .search_form .col_md .input {
  width: 90%;
}
.main .right_box .search .search_form .search_btn {
  margin-top: 20px;
  background: #0c49a6;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
}
.qt_deta p{
  line-height: 28px;
  margin-bottom: 10px;
}
.tablediv{
    overflow-x:auto;
}
.tablediv::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}
.tablediv::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
.tablediv::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}