/*聚诚在线（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, Arial;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
}
.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;
}
.container_padding {
  padding: 80px 0 60px;
}
ul,
li {
  list-style: none;
}
html,
body {
  overflow-x: hidden;
}
a,
.link {
  display: inline-block;
  width: 100%;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
img {
  vertical-align: middle;
  object-fit: cover;
}
.cover_box {
  overflow: hidden;
}
.lm_img{
  height: 500px;
}
.cover_box .cover {
  width: 100%;
  transition: 0.4s ease-in;
}
.box_shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.box_radius {
  border-radius: 4px;
}
.uppercase {
  text-transform: uppercase;
}
body {
  padding-top: 78px;
}
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;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
.row {
  margin: 0;
  padding: 0;
}
.col_md {
  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);
}
.title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #000;
}
.lead {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.img_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.title_line {
  height: 1px;
  background: #E7E7E7;
  margin: 20px 0 30px;
  position: relative;
}
.title_line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-5px);
  width: 14%;
  height: 5px;
  border-radius: 6px;
  background: #CB0000;
}
.up_down .content {
  padding: 50px 0;
  border-top: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.up_down .content .left .box {
  padding: 10px 0;
}
.up_down .content .left .box .name {
  font-size: 18px;
  color: #000;
}
.up_down .content .left .box .link {
  width: auto;
  font-size: 18px;
  color: #A4A3A3;
}
.up_down .content .left .box:hover .name,
.up_down .content .left .box:hover .link {
  color: #CB0000;
}
.up_down .content .right .link {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 45px;
  color: #fff;
  font-size: 16px;
  background: #CB0000;
}
.crumbs .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.crumbs .content .list {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.crumbs .content .list a{
  width: auto;
  font-size: 14px;
  font-weight: 600;
}
.crumbs .content .list .iconfont {
  font-size: 14px;
  font-weight: 600;
}
.crumbs .content .list .icon-home1 {
  padding-right: 5px;
  color: #CB0000;
}
.yj_a{
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.classify {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.classify .item {
  margin: 0 10px 20px 0;
}
.classify .item .link {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: #393939;
  border-radius: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 210px;
  text-align: center;
}
.classify .active .link {
  background: #CB0000;
  color: #fff;
}
.banner {
  position: relative;
}
.banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  padding: 0 10px;
  letter-spacing: 1px;
}
.banner .content .title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.banner .content .sub_title {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  font-weight: 500;
}
.banner .content .lead {
  width: 90%;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin: 40px 0 0;
}
.link_btn .text_line {
  position: relative;
  width: auto;
}
.link_btn .text_line::after,
.link_btn .text_line::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
}
.link_btn .text_line::before {
  left: -20px;
}
.link_btn .text_line::after {
  right: -20px;
}
.head .title {
  font-size: 32px;
  font-weight: 600;
}
.head .sub_title {
  font-size: 18px;
  color: #C1C1C1;
  font-weight: 600;
  margin: 10px 0;
}
.head .line {
  position: relative;
  height: 3px;
  background: #F5F5F5;
}
.head .line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background: #CB0000;
}
.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: #CB0000;
  border-color: #CB0000;
}
.maximg img{
  max-width: 100%;
  height: auto !important;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
}
.header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .content .logo {
  flex: none;
  height: 50px;
}
.header .content .logo .cover {
  max-width: 180px;
  height: 50px;
  object-fit: contain;
}
.header .content .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .content .right .nav {
  display: flex;
  align-items: center;
}
.header .content .right .nav .li {
  padding: 0 12px;
  position: relative;
}
.header .content .right .nav .li .link {
  font-size: 16px;
  color: #000;
  padding: 28px 10px;
  font-weight: 500;
}
.header .content .right .nav .li .link:hover {
  color: #CB0000;
}
.header .content .right .nav .li .icon {
  display: none;
}
.header .content .right .nav .li .second_level {
  position: absolute;
  top: 78px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  min-width: 110px;
}
.header .content .right .nav .li .second_level .level_li {
  padding: 0 20px;
  position: relative;
}
.header .content .right .nav .li .second_level .level_li .three_li{
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    min-width: 130px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 20px;
    display: none;
}
.header .content .right .nav .li .second_level .level_li .three-icon{
    position: absolute;
    right: 4px;
    top: 16px;
    display: block;
}
.header .content .right .nav .li .second_level .level_li:hover .three_li{
    display: block;
}




.header .content .right .nav .li .second_level .level_li .link {
  font-size: 14px;
  font-weight: 500;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .content .right .nav .li .second_level .level_li:last-child .link {
  border: none;
}
.header .content .right .nav .active .link {
  color: #CB0000;
}
.header .content .right .nav .active .level_li .link{
  color: #000;
}
.header .content .right .nav .active .level_li .link:hover{
  color: #CB0000;
}

.header .content .right .search .iconfont {
  padding: 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #CB0000;
  cursor: pointer;
}
.header .content .right .language_wrap {
  display: flex;
  justify-content: flex-end;
}
.header .content .right .language_wrap .wrap {
  position: relative;
}
.header .content .right .language_wrap .wrap .select {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  padding: 4px 0 4px 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .content .right .language_wrap .wrap .select .cover_box .cover {
  width: 20px;
  height: 14px;
}
.header .content .right .language_wrap .wrap .select .text {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding: 0 6px;
}
.header .content .right .language_wrap .wrap .select .iconfont {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.header .content .right .language_wrap .language_list {
  position: absolute;
  top: 40px;
  left: 0;
  background: #ccc;
  display: none;
  padding: 6px 0;
}
.header .content .right .language_wrap .language_list .li .link {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
}
.header .content .right .language_wrap .language_list .li .link .cover_box .cover {
  width: 20px;
  height: 14px;
}
.header .content .right .language_wrap .language_list .li .link .text {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding-left: 6px;
}
.header .content .right .menu {
  cursor: pointer;
  width: 26px;
  height: 16px;
  position: relative;
  display: none;
}
.header .content .right .menu .lis {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
  border-radius: 2px;
  background: #333;
  transform-origin: 50% 50%;
}
.header .content .right .menu .lis:nth-child(1) {
  top: 0;
}
.header .content .right .menu .lis:nth-child(2) {
  width: 60%;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
.header .content .right .menu .lis:nth-child(3) {
  top: 98%;
}
.header .content .right .active .lis:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .content .right .active .lis:nth-child(2) {
  display: none;
}
.header .content .right .active .lis:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.modal .modal-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  padding: 30px 20px 0;
}
.modal .modal-content .modal_body {
  padding-top: 10px;
}
.modal .modal-content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 45px;
  padding-right: 10px;
}
.modal .modal-content .item .input {
  height: 44px;
  flex: 1;
  border: 0;
  border-radius: 45px 0 0 45px;
  padding: 0 10px;
  color: #000;
}
.modal .modal-content .item .input:focus {
  box-shadow: none;
}
.modal .modal-content .item .submit {
  cursor: pointer;
}
.modal .modal-content .item .submit .iconfont {
  font-size: 20px;
  color: #999;
}
.modal .modal-content .item .submit .iconfont:hover {
  color: #D02126;
}
.modal .modal-content .history {
  padding-top: 20px;
}
.modal .modal-content .history .h3 {
  font-size: 14px;
  color: #000;
}
.modal .modal-content .history .list {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.modal .modal-content .history .list .li {
  padding: 8px 0;
}
.modal .modal-content .history .list .li .link {
  padding: 0 14px;
  font-size: 14px;
  color: #000;
}
.modal .modal-content .history .list .li .link:hover {
  color: #D02126;
}
.modal .modal-footer .btn {
  background-color: #CB0000;
  border-color: #CB0000;
  padding: 6px 24px;
}
.footer {
  border-top: 10px solid #CB0000;
  background: #2B2C2E;
}
.footer .top_menu {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .top_menu .logo {
  flex: none;
}
.footer .top_menu .logo .link {
  width: auto;
}
.footer .top_menu .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer .top_menu .nav .li {
  padding: 0 10px;
}
.footer .top_menu .nav .li .link {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 20px;
}
.footer .top_menu .nav .li .link:hover {
  color: #CB0000;
}
.footer .top_menu .nav .li:last-child {
  padding-right: 0;
}
.footer .top_menu .nav .li:last-child .link {
  padding-right: 0;
}
.footer .message .col_md {
  padding: 0;
}
.footer .message .contact_us {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .message .contact_us .iconfont,
.footer .message .contact_us .text {
  font-size: 14px;
  color: #fff;
}
.footer .message .contact_us .iconfont {
  padding-right: 5px;
}
.footer .message .copyright {
  padding: 24px 0;
}
.footer .message .copyright .text {
  font-size: 14px;
  color: #fff;
  width: auto;
}
.footer .message .copyright .link {
  padding-left: 40px;
}
.footer .message .code_box {
  padding: 24px 0 10px;
}
.footer .message .code_box .code {
  text-align: center;
}
.footer .message .code_box .text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}
.index .banner_swiper .item {
  position: relative;
}
.index .banner_swiper .item #mui-player {
  height: calc(100vh - 77px) !important;    
}
.index .banner_swiper .item #mui-player .progress {
    display: none;
}
.index .banner_swiper .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  padding: 0 10px;
  /*text-align: center;*/
}
.index .banner_swiper .item .content .title {
  font-size: 38px;
  font-weight: 600;
  color: #000;
}
.index .banner_swiper .item .content .lead {
  /*width: 70%;*/
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  margin: 20px 0;
}
.index .banner_swiper .item .content .btn_box {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 0 20px 0;
}
.index .banner_swiper .item .content .btn_box p{
    /*margin-top: 10px;*/
}
.index .banner_swiper .item .content .link_btn {
  font-size: 16px;
  color: #CB0000;
  font-weight: 500;
  min-width: 200px;
  width: auto;
  padding: 10px 0px;
  border: 1px solid #CB0000;
  border-radius: 40px;
  margin: 0 10px;
  transition: 0.3s ease-in;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
  /*background: #FF7D00;*/
  min-width: 410px;
  /*box-shadow: 0px 4px 0px 0px #F4FF59;*/
}
.index .banner_swiper .item .content .link_btn:hover {
  background: #CB0000;
  color: #fff;
  /*border-color: #CB0000;*/
  /*transform: translateY(-6px);*/
}
.index .banner_swiper .swiper-pagination {
  bottom: 20px;
}
.index .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.7;
}
.index .banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 6px;
  opacity: 1;
}
.index .product_demo {
  position: relative;
}
.index .product_demo .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  padding: 0 10px;
}
.index .product_demo .content .title {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
}
.index .product_demo .content .sub_title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}
.index .product_demo .content .lead {
  width: 70%;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  margin: 20px 0;
}
.index .product_demo .content .btn_box {
  margin-top: 40px;
}
.index .product_demo .content .link_btn {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  width: auto;
  padding: 12px 50px;
  margin-right: 20px;
  transition: 0.3s ease-in;
  letter-spacing: 1px;
  background: #CB0000;
  border-radius: 2px;
}
.index .product_demo .content .link_btn:hover {
  transform: translateY(-6px);
}
.index .product_demo:hover .cover {
  transform: scale(1.05);
}
.index .case .case_dev {
  margin-top: 40px;
}
.index .case .case_swiper {
  margin-top: 40px;
}
.index .case .case_swiper .item {
  width: 1200px;
  padding: 0 10px;
  position: relative;
}
.index .case .case_swiper .item .content {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 470px;
  min-height: 380px;
  background: rgba(203, 0, 0, 0.8);
  padding: 30px 20px;
}
.index .case .case_swiper .item .content .title {
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.index .case .case_swiper .item .content .line {
  height: 1px;
  background: #fff;
  margin: 20px 0;
}
.index .case .case_swiper .item .content .lead {
  color: #fff;
  /*text-indent: 2em;*/
}
.index .case .case_swiper .item .content .btn_box {
  margin-top: 30px;
}
.index .case .case_swiper .item .content .btn_box .link_btn {
  padding: 10px 50px;
  border: 1px solid #fff;
  width: auto;
}
.index .case .case_swiper .item .content .btn_box .link_btn .text {
  color: #fff;
  font-size: 14px;
}
.index .case .case_swiper .item .content .btn_box .link_btn:hover {
  background: #fff;
}
.index .case .case_swiper .item .content .btn_box .link_btn:hover .text {
  color: #CB0000;
}
.index .case .case_swiper .item .content .btn_box .link_btn:hover .text::after,
.index .case .case_swiper .item .content .btn_box .link_btn:hover .text::before {
  background: #fff;
}
.index .case .case_swiper .item:hover .cover {
  transform: scale(1.05);
}
.fangda.caseimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 85%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.index .news .head {
  display: flex;
  justify-content: space-between;
}
.index .news .head .tabs {
  display: flex;
}
.index .news .head .tabs .item {
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  margin: 0 10px;
}
.index .news .head .tabs .link {
  width: auto;
}
.index .news .head .tabs .active {
  background: #CB0000;
  color: #fff;
  box-shadow: 0 0 1px rgba(203, 0, 0, 0.8);
}
.index .news .information {
  margin-top: 30px;
}
.index .news .information .col_md {
  padding: 0;
}
.index .news .information .content {
  display: none;
}
.index .news .information .content .left_box {
  padding: 40px;
  background: #F2F2F2;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  transition: 0.4s ease-in;
}
.index .news .information .content .left_box .date {
  color: #CB0000;
  font-weight: 500;
  font-size: 22px;
}
.index .news .information .content .left_box .date .day {
  font-size: 64px;
  font-weight: 600;
}
.index .news .information .content .left_box .lead {
  font-weight: 600;
  margin-top: 10px;
}
.index .news .information .content .left_box:hover {
  background: #CB0000;
}
.index .news .information .content .left_box:hover .date {
  color: #fff;
}
.index .news .information .content .left_box:hover .lead {
  color: #fff;
}
.index .news .information .content .wrap {
  height: 320px;
  padding: 40px;
  transition: 0.4s ease-in;
}
.index .news .information .content .wrap .wrap_head {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.index .news .information .content .wrap .lead {
  margin-top: 14px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.index .news .information .content .wrap:hover .wrap_head {
  color: #CB0000;
}
.index .news .information .active {
  display: block;
}
.index .news .information .list .item {
  height: 250px;
  padding: 30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease-in;
}
.index .news .information .list .item .item_head {
  font-size: 14px;
  color: #8F8F8F;
}
.index .news .information .list .item .lead {
  color: #000;
  font-weight: 600;
  margin: 14px 0;
}
.index .news .information .list .item .more .link {
  line-height: 26px;
  width: auto;
  padding: 2px 0;
  font-weight: 600;
  position: relative;
}
.index .news .information .list .item .more .link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.index .news .information .list .item .more .link:hover {
  color: #CB0000;
}
.index .news .information .list .active {
  background: #F2F2F2;
}
.index .news .information .list .active .item_head {
  color: #CB0000;
}
.product_details .classify {
  justify-content: center;
}


/*新加*/
.product .main .menu .title {
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 12px 0 12px 0;
  background: #CB0000;
}
.product .main .menu .list {
  background: #fff;
  padding: 0 10px;
}
.product .main .menu .list .up_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product .main .menu .list .up_item .box {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.product .main .menu .list .up_item .box .iconfont {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.product .main .menu .list .up_item .box .text {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 8px;
}
.product .main .menu .list .up_item .active .iconfont {
  color: #CB0000;
}
.product .main .menu .list .up_item .active .text {
  color: #CB0000;
}
.product .main .menu .list .up_item .active .icon {
  display: inline-block;
  transform: rotate(-180deg);
}
.product .main .menu .list .up_item .spread {
  padding: 0 20px 10px;
  display: none;
}
.product .main .menu .list .up_item .spread .li .link {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 8px 0;
}
.product .main .menu .list .up_item .spread .li .link:hover {
  color: #CB0000;
}
.product .main .menu .list .up_item:last-child {
  border-bottom: 0;
}
.product .main .menu .list .active .box .iconfont {
  color: #CB0000;
}
.product .main .menu .list .active .box .text {
  color: #CB0000;
}
.product .main .menu .list .active .box .icon {
  display: inline-block;
  transform: rotate(-180deg);
}
.product .main .menu .list .active .spread {
  display: block;
}
.product .main .menu .list .up_item .spread .li.active a {
    color: #CB0000;
}


.product .main .product_list .item {
  margin-bottom: 30px;
}
.product .main .product_list .item .link {
  padding: 10px;
  background: #fff;
  transition: 0.3s ease-in-out;
  border: 2px solid #fff;
}
.product .main .product_list .item .link .cover_box {
  width: 100%;
  margin: auto;
}
.product .main .product_list .item .link .cover_box .cover {
  /*height: 230px;*/
  object-fit: contain;
}
.product .main .product_list .item .link .name {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.product .main .product_list .item .link:hover {
  border-color: #CB0000;
}
.product .main .product_list .item .link:hover .cover {
  transform: scale(1.05);
}
.product .main .product_list .item .link:hover .name {
  color: #CB0000;
}
/*新加*/


.product_details .main {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
}
.product_details .main1{
  border-top: none;
  padding-top: 0;
  padding-bottom:30px;
}
.product_details .main .product_swiper {
  padding: 20px 0 30px;
}
.product_details .main1 .product_swiper {
  padding: 0 0 30px 0;
}
.product_details .main .product_swiper .product_content {
  padding: 2px;
}
.product_details .main .product_swiper .product_content .item {
  padding: 30px;
}
.product_details .main .product_swiper .product_content .item .cover_box{
    background: #fff;
}
.product_details .main .product_swiper .product_content .item .cover_box .cover {
  object-fit: contain;
  height: 400px;
}
.product_details .main .product_swiper .menu_wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_details .main .product_swiper .menu_wrap .arrow {
  width: 24px;
  height: 96px;
  line-height: 96px;
  font-size: 16px;
  color: #fff;
  background: #E5E5E5;
  text-align: center;
  flex: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.product_details .main .product_swiper .menu_wrap .arrow:hover {
  background: #CB0000;
}
.product_details .main .product_swiper .menu_wrap .product_menu {
  flex: 1;
  padding: 2px 10px;
}
.product_details .main .product_swiper .menu_wrap .product_menu .item {
  border: 4px solid #fff;
  cursor: pointer;
}
.product_details .main .product_swiper .menu_wrap .product_menu .item .cover_box .cover {
  width: 100%;
  height: 88px;
  object-fit: contain;
}
.product_details .main .product_swiper .menu_wrap .product_menu .active {
  border-color: #CB0000;
}
.product_details .main .product_swiper .content {
  padding: 0 10px;
}
.product_details .main .product_swiper .content .title {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.product_details .main .product_swiper .content .lead,
.product_details .main .product_swiper .content p,
.product_details .main .product_swiper .content span {
  color: #5D5D5D;
  /*text-indent: 2em;*/
  margin-bottom: 20px;
}



.product_details .main .product_swiper .content .cont_de p,.product_details .main .product_swiper .content .cont_de span{
    font-family:'Montserrat', sans-serif, Arial !important;
}






.product_details .main .product_swiper .content .btn_box .link {
  width: auto;
  background: #B5B5B5;
  padding: 12px 0;
  min-width: 180px;
  text-align: center;
  border-radius: 4px;
  margin: 40px 20px 20px 0;
}
.product_details .main .product_swiper .content .btn_box .link .text,
.product_details .main .product_swiper .content .btn_box .link .iconfont {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.product_details .main .product_swiper .content .btn_box .link:hover {
  background: #CB0000;
}
.product_details .main .product_presentation {
  padding: 40px 10px;
}
.product_details .main .product_presentation .lead,
.product_details .main .product_presentation p,
.product_details .main .product_presentation span {
  /*text-indent: 2em;*/
  margin-bottom: 10px;
}
.product_details .main .product_presentation .picture {
  margin-top: 40px;
}
.case .classify {
  justify-content: center;
}
.case .classify .item .link {
  background: #E6E6E6;
}
.case .classify .active .link {
  background: #CB0000;
}
.case .main {
  padding-bottom: 40px;
}
.case .list .item {
  margin-bottom: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.case .list .item .link {
  padding: 10px;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.case .list .item .link .content {
  position: absolute;
  bottom: -55%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  transition: 0.6s ease-in;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
.case .list .item .link .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.case .list .item .link .content .lead {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.case .list .item .link:hover .content {
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
}
.details {
  background: #FBFBFB;
}
.details .main {
  padding: 50px 0 40px;
}
.details .main .title {
  font-size: 34px;
  color: #000;
  text-align: center;
  line-height: 48px;
  font-weight: 600;
}
.details .main .author {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 50px;
}
.details .main .author span {
  font-size: 16px;
  color: #B5B5B5;
  line-height: 28px;
  padding: 0 30px;
}
.details .main .content p,
.details .main .content div,
.details .main .content span.lead {
  font-size: 16px;
  line-height: 32px;
  color: #464646;
  margin-bottom: 10px;
}
.details .main .content .cover_box {
  margin: 30px 0;
  width: 94%;
}
.about_us .desc {
  padding: 40px 0 100px;
}
.about_us .desc .cover_wrap {
  position: relative;
  width: 510px;
}
.about_us .desc .cover_wrap .cover1 {
  width: 410px;
  height: 488px;
}
.about_us .desc .cover_wrap .cover1 .cover {
  height: 100%;
}
.about_us .desc .cover_wrap .cover2 {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 250px;
  height: 360px;
}
.about_us .desc .cover_wrap .cover2 .cover {
  height: 100%;
}
.about_us .desc .content {
  padding-left: 80px;
  padding-top: 30px;
}
.about_us .desc .content .title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.about_us .desc .content .wrap {
  margin-top: 30px;
}
.about_us .desc .content .lead,
.about_us .desc .content p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
}
.about_us .desc .content .list {
  margin-top: 30px;
}
.about_us .desc .content .list .box .num {
  text-align: center;
}
.about_us .desc .content .list .box .num .val {
  font-size: 42px;
  color: #CB0000;
  font-weight: 600;
}
.about_us .desc .content .list .box .num .unit {
  color: #CB0000;
  font-weight: 500;
}
.about_us .desc .content .list .box .name {
  text-align: center;
  font-size: 16px;
  color: #6B6B6B;
  font-weight: 500;
}
.about_us .advantage .head .title {
  text-align: center;
  color: #CB0000;
}
.about_us .advantage .head .sub_title {
  text-align: center;
}
.about_us .advantage .list {
  margin-top: 40px;
  /*display: flex;*/
}
.about_us .advantage .list .item {
  /*flex: 1;*/
  /*max-width: 25%;*/
  padding: 10px;
  transition: 0.4s ease-in;
}
.about_us .advantage .list .item .box {
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 40px 20px;
  min-height: 390px;
  position: relative;
}
.about_us .advantage .list .item .box .cover_box,
.about_us .advantage .list .item .box .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_us .advantage .list .item .box .cover_box {
  opacity: 0;
}
.about_us .advantage .list .item .box .cover_box .cover {
  height: 100%;
}
.about_us .advantage .list .item .box .wrap {
  z-index: 1;
  padding: 40px 20px;
}
.about_us .advantage .list .item .box .wrap .content {
  text-align: center;
}
.about_us .advantage .list .item .box .wrap .content .title_line::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
}
.about_us .advantage .list .item .box .wrap .content .lead {
  color: #666;
  text-align: left;
}
.about_us .advantage .list .item .box .wrap .b_icon {
  margin: auto;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 124px;
  opacity: 1 !important;
}
.about_us .advantage .list .item .box .wrap .b_icon .cover {
  height: 30px;
}
/*.about_us .advantage .list .item:hover {*/
/*  max-width: 35%;*/
/*  flex: 2;*/
/*}*/
.about_us .advantage .list .item:hover .box .cover_box {
  opacity: 1;
}
.about_us .advantage .list .item:hover .box .wrap .content .lead{
  color: #fff;
}
.about_us .advantage .list .item:hover .box .wrap .content .title {
  color: #fff;
}
.about_us .advantage .list .item:hover .box .wrap .content .title_line {
  background: #fff;
}
.about_us .development_history .content {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 70px 50px;
}
.about_us .development_history .content .head .title {
  text-align: center;
  color: #CB0000;
}
.about_us .development_history .content .head .sub_title {
  text-align: center;
  color: #C1C1C1;
}
.about_us .development_history .content .date_swiper {
  margin-top: 40px;
}
.about_us .development_history .content .date_swiper .item {
  text-align: center;
  font-size: 18px;
  color: #5E5E5E;
  letter-spacing: 1px;
  height: 86px;
  position: relative;
  padding-bottom: 20px;
}
.about_us .development_history .content .date_swiper .item .date {
  height: 48px;
  line-height: 48px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}
.about_us .development_history .content .date_swiper .item .dot {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #7f7f7f;
  margin: auto;
  transition: all 0.3s ease-in;
}
.about_us .development_history .content .date_swiper .swiper-slide-active {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.about_us .development_history .content .date_swiper .swiper-slide-active .date {
  color: #CB0000;
}
.about_us .development_history .content .date_swiper .swiper-slide-active .dot {
  bottom: 18px;
  width: 16px;
  height: 16px;
  border-color: #CB0000;
  background: #CB0000;
}
.about_us .development_history .content .date_swiper .swiper-slide-active .dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  background: #CB0000;
  opacity: 0.1;
  border-radius: 50%;
}
.about_us .development_history .content .date_swiper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.about_us .development_history .content .information_swiper {
  margin-top: 10px;
}
.about_us .development_history .content .information_swiper .item .cover_box .cover {
  height: 246px;
}
.about_us .development_history .content .information_swiper .item .cover_box:hover .cover {
  transform: scale(1.05);
}
.about_us .development_history .content .information_swiper .item .wrap {
  height: 246px;
  background: #fff;
  padding: 20px 30px;
}
.about_us .development_history .content .information_swiper .item .wrap .lead,
.about_us .development_history .content .information_swiper .item .wrap p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.about_us .enterprise_culture .content {
  padding-right: 40px;
}
.about_us .enterprise_culture .content .head {
  margin-bottom: 20px;
}
.about_us .enterprise_culture .content .head .title {
  color: #CB0000;
}
.about_us .enterprise_culture .content .lead,
.about_us .enterprise_culture .content p {
  margin-bottom: 12px;
}
.about_us .enterprise_culture .cover_box:hover .cover {
  transform: scale(1.05);
}
.about_us .honor {
  position: relative;
}
.about_us .honor .head {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.about_us .honor .honor_swiper .item .cover_box .cover {
  min-height: 450px;
}
.about_us .honor .honor_swiper .swiper-button-prev,
.about_us .honor .honor_swiper .swiper-button-next {
  background-image: none;
  margin-top: 0;
  width: 44px;
}
.about_us .honor .honor_swiper .swiper-button-prev .iconfont,
.about_us .honor .honor_swiper .swiper-button-next .iconfont {
  font-size: 44px;
  font-weight: 500;
  color: #cccccc;
}
.about_us .honor .honor_swiper .swiper-button-prev .iconfont:hover,
.about_us .honor .honor_swiper .swiper-button-next .iconfont:hover {
  color: #CB0000;
}
.news .classify {
  justify-content: center;
}
.news .main {
  padding-bottom: 30px;
  display: none;
}
.news .main .introduction {
  padding: 30px 0;
}
.news .main .introduction .cover_box {
  max-height: 380px;
}
.news .main .introduction .cover_box .cover {
  height: 100%;
}
.news .main .introduction .content .title {
  font-size: 22px;
  line-height: 38px;
  color: #000;
  font-weight: 600;
}
.news .main .introduction .content .date {
  font-size: 18px;
  color: #9F9F9F;
  line-height: 28px;
  padding: 16px 0;
}
.news .main .introduction .content .lead {
  font-size: 16px;
  line-height: 34px;
  color: #9F9F9F;
}
.news .main .introduction .content .btn_box {
  padding-top: 30px;
}
.news .main .introduction .content .btn_box .link {
  padding: 12px 0;
  max-width: 170px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background: #CB0000;
  border-radius: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  width: auto;
  justify-content: center;
}
.news .main .introduction .content .btn_box .link .text {
  padding-right: 4px;
}
.news .main .introduction .swiper_page {
  width: 50%;
}
.news .main .introduction .swiper_page .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 0.6;
}
.news .main .introduction .swiper_page .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 6px;
  opacity: 1;
}
.news .main .news_list {
  margin-top: 30px;
  padding-bottom: 50px;
}
.news .main .news_list .item {
  margin-bottom: 30px;
}
.news .main .news_list .item .link {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
}
.news .main .news_list .item .link .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #FFBB00;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 8px;
}
.news .main .news_list .item .link .date .year {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.news .main .news_list .item .link .date .time {
  font-size: 14px;
  color: #fff;
}
.news .main .news_list .item .link .cover_box {
  height: 230px;
}
.news .main .news_list .item .link .cover_box .cover {
  height: 100%;
}
.news .main .news_list .item .link .content {
  padding: 20px 0;
}
.news .main .news_list .item .link .content .name {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 500;
}
.news .main .news_list .item .link .content .lead {
  font-size: 14px;
  line-height: 28px;
  color: #9F9F9F;
  margin-top: 10px;
}
.news .main .news_list .item .link:hover {
  background: #CB0000;
}
.news .main .news_list .item .link:hover .cover {
  transform: scale(1.05);
}
.news .main .news_list .item .link:hover .content .name {
  color: #fff;
}
.news .main .news_list .item .link:hover .content .lead {
  color: #fff;
}
.news .active {
  display: block;
}
.contact_us .main .information .title {
  text-align: center;
}
.contact_us .main .information .subhead {
  font-size: 16px;
  line-height: 26px;
  color: #B8B8B8;
  text-align: center;
  padding: 10px 0;
}
.contact_us .main .information .mobile {
  text-align: center;
  font-size: 26px;
  color: #000;
  font-weight: 600;
  margin-top: 20px;
}
.contact_us .main .information .list {
  padding: 30px 0;
}
.contact_us .main .information .list .item {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
  display: flex;
}
.contact_us .main .information .list .item .icon .iconfont {
  font-size: 44px;
  color: #DBDBDB;
}
.contact_us .main .information .list .item .content {
  padding-left: 20px;
}
.contact_us .main .information .list .item .content .name {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.contact_us .main .information .list .item .content .text {
  font-size: 16px;
  color: #787878;
  line-height: 26px;
  margin-top: 8px;
}
.contact_us .main .information .map {
  height: 540px;
  margin-top: 20px;
  background: #F5F5F5;
}
.contact_us .main .message_box {
  background: #F8F8F8;
}
.contact_us .main .message_box .head .title {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.contact_us .main .message_box .head .lead {
    font-size: 16px;
    line-height: 26px;
    color: #B8B8B8;
    text-align: left;
    padding: 10px 0;
}
.contact_us .main .message_box .form {
  margin-top: 30px;
}
.contact_us .main .message_box .form .item {
  margin-bottom: 20px;
}
.contact_us .main .message_box .form .box {
  padding: 0;
}
.contact_us .main .message_box .form .input_box {
  padding-left: 10px;
}
.contact_us .main .message_box .form .input {
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
}
.contact_us .main .message_box .form .textarea {
  padding: 20px 20px;
  font-size: 16px;
}
.contact_us .main .message_box .form .btn_box {
  margin-top: 20px;
}
.contact_us .main .message_box .form .btn_box .btn {
  background: #CB0000;
  min-width: 180px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.contact_us .main .message_box .right {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.contact_us .main .message_box .right .cover_box {
  width: 380px;
  height: 380px;
}
.contact_us .main .message_box .right .cover_box .cover {
  height: 100%;
}
.contact_us .main .message_box .right .text {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}


.send_inquiry{
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 388px;
    display: flex;
    z-index: 10000;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    font-family: 'Montserrat', sans-serif;
}
.send_inquiry.contact_us .main{
    width: 100%;
}
.send_inquiry.contact_us .main .message_box{
    background: #fff;
    padding: 0 15px 30px 15px;
}
.send_inquiry .send_inquiry_anniu{
    padding: 12px;
    width: 100%;
    height: 40px;
    color: #fff;
    background: #CB0000;
    border-color: #CB0000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.send_inquiry .send_inquiry_anniu img{
    margin-right: 8px;
}
.send_inquiry .send_inquiry_anniu:before{
    content: "";
    position: absolute;
    right: 12px;
    top: 18px;
    width: 14px;
    height: 2px;
    background: #fff;
    transition: 0.5s;
}
.send_inquiry .collapsed{
    padding: 0px;
    width: 158px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.send_inquiry .collapsed:before{
    background: none;
}
.collapse_box{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.send_form .form-control{
    padding: 12px 0px;
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}
.send_form .form-control-h{
    height: 58px;
}
.send_form .input-group-text{
    background: none;
    border: none;
    padding-left: 0px;
    border-bottom: 1px solid #eee;
}