.box {
  border-radius: 10px;
}

.q_home_swiper img {
  max-width: 100%;
}

.hoverimg {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hoverimg > img {
  /*width: 100%;*/
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hoverimg:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.con1400 {
  width: 1400px;
  margin: 0 auto;
}

.case_box {
  padding: 80px 0 100px;
}

.case_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case_ul li {
  width: 450px;
  text-align: center;
  margin-bottom: 39px;
}

.case_ul li .case_img {
  width: 100%;
  height: 340px;
}

.case_ul li h3 {
  font-size: 20px;
  color: #333;
  margin: 20px 0 12px;
}

.case_ul li p {
  font-size: 16px;
  color: #999;
}

#pagesize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#pagesize ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#pagesize a {
  width: 32px;
  height: 30px;
  border: solid 1px #e2e2e2;
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #999;
  margin: 0 5px;
}

#pagesize a.active {
  background-color: #026eb6;
  border-color: #026eb6;
  color: #fff;
}

#pagesize a.family {
  font-family: serif;
  font-weight: bold;
}

.contact_tit {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-top: 80px;
}

#dituContent {
  height: 460px;
  margin: 40px 0 80px;
}

.message_box {
  padding: 68px 0 78px;
  background-color: #fafafa;
}

.contact_ul {
  margin-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_ul li {
  padding: 35px;
  width: 47% !important;
  height: 230px;
  border: solid 1px #e5e5e5;
}

.contact_ul h3 {
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #026eb6;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
}

.contact_ul h3::before {
  position: absolute;
  content: "";
  width: 49px;
  height: 3px;
  background-color: #026eb6;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact_ul .contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}

.contact_ul .info_left {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.contact_ul .info_right {
  width: 111px;
  border-left: 1px solid #eee;
  padding-left: 33px;
  /* margin-left: 33px; */
  margin-left: 0px;
  height: 78px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact_ul .info_right img {
  width: 100%;
  height: 100%;
}

.message_form {
  margin-top: 50px;
}

.form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.form_item textarea {
  width: 100%;
  height: 220px;
  border: solid 1px #d7d7d7;
  padding: 20px;
  outline: none;
}

.form_list {
  width: 48%;
}

.form_list p {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.form_list font {
  color: red;
}

.form_list input[type="text"] {
  display: block;
  width: 100%;
  height: 40px;
  border: solid 1px #d7d7d7;
  padding: 0 10px;
  outline: none;
}

.distpack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.distpack select {
  width: 270px;
  height: 40px;
  border: solid 1px #d7d7d7;
  text-align: right;
  padding: 0 10px;
  outline: none;
}

.form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.form_btn a {
  display: block;
  width: 200px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background-color: #026eb6;
  font-size: 16px;
  color: #fff;
}
.form_btn input{
  display: block;
  width: 200px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background-color: #026eb6;
  font-size: 16px;
  color: #fff;
}

.form_btn a:nth-child(2) {
  background-color: #e9e9e9;
  color: #333;
  margin-left: 20px;
}

.solution_box {
  /* padding: 80px 0 70px; */
  padding: 0px 0 70px;
}

.solution_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 30px;
}

.solution_ul li {
  width: 452px;
  margin-bottom: 20px;
}

.solution_ul li:hover h3 {
  color: #fff;
  background-color: #026eb6;
}

.solution_ul li .solution_img {
  width: 100%;
  height: 270px;
}

.solution_ul li h3 {
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #666;
  background-color: #f4f4f4;
}

.solution_ul li h3 i {
  font-size: 14px;
  font-style: normal;
}

.news_contents {
  padding: 130px 0 80px;
}

.news_contents .isorder {
  padding-bottom: 50px;
}

.news_contents .isorder li {
  margin-top: 30px;
  width: 100%;
  max-height: 170px;
  min-height: 170px;
  overflow: hidden;
  background-color: #f5f5f5;
  -webkit-transition: .3s;
  transition: .3s;
}

.news_contents .isorder li:hover {
  background-color: #026eb6;
}

.news_contents .isorder li:hover h6,
.news_contents .isorder li:hover p,
.news_contents .isorder li:hover h3,
.news_contents .isorder li:hover .info_r {
  color: #fff !important;
  border-color: #fff !important;
}

.news_contents .isorder li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news_contents .isorder .news_img {
  width: 380px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news_contents .isorder .info_l {
  max-width: 580px;
}

.news_contents .isorder .info_l h6 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.news_contents .isorder .info_l p {
  font-size: 12px;
  line-height: 2;
  color: #808080;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 2;
-moz-box-orient: vertical;
word-wrap: break-word;
word-break: break-all;
white-space: normal;
}

.news_contents .isorder .news_infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 80px;


  height: 150px;
}

.news_contents .isorder .info_r {
  padding-left: 80px;
  margin-left: 130px;
  border-left: 1px solid #dcdcdc;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news_contents .isorder .info_r h3 {
  font-family: Impact;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 3px;
  color: #666;
  margin-bottom: 10px;
}

.news_contents .isorder .info_r p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #808080;
}

.news_istop {
  width: 100%;
  padding: 0 50px;
  max-height: 260px;
  min-height: 260px;
  background-color: #f5f5f5;
}

.news_istop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news_istop .news_body {
  position: relative;
  width: 680px;
}

.news_istop .news_body .istop_more {
  font-size: 16px;
  font-style: normal;
  color: #026eb6;
  padding-bottom: 10px;
  border-bottom: 1px solid #026eb6;
  position: absolute;
  right: 0;
  bottom: 55px;
}

.news_istop .news_body .news_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 37px 0 27px;
}

.news_istop .news_body .news_tit {
  font-size: 20px;
  color: #222;
}

.news_istop .news_body span {
  font-size: 14px;
  color: #999;
}

.news_istop .news_body .news_bodys p {
  font-size: 14px;
  line-height: 2;
  color: #666666;
}

.news_istop .news_pic {
  width: 531px;
  height: 264px;
  -webkit-transform: translateY(-44px);
  transform: translateY(-44px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news_istop .news_pic img {
  width: 100%;
  height: 100%;
}

.news_details {
  padding: 70px 0 60px;
}

.news_details .news_title {
  font-size: 24px;
  line-height: 38px;
  color: #333333;
  text-align: center;
}

.news_details .news_detail_time {
  font-size: 14px;
  line-height: 38px;
  color: #333333;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 30px;
}

.news_details .news_detail_body p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  opacity: 0.8;
  /* text-align: left !important; */
}
.news_details .news_detail_body p img{
  /* text-align: center !important; */
}

.news_details .news_detail_body img {
  max-width: 100%;
}

.news_details .news_back {
  float: right;
  display: block;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fefeff;
  background-color: #026eb6;
  margin: 50px 0 34px;
}

.news_details .news_pages {
  width: 100%;
  padding-top: 19px;
  border-top: 1px solid #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 24px;
  color: #333333;
  opacity: 0.8;
}

.news_details .news_pages a {
  width: 50%;
  text-align: left;
}

.news_details .news_pages a:nth-child(2) {
  text-align: right;
}

@media (min-width: 1367px) and (max-width: 1399px) {
  .con1400 {
    width: 1300px;
  }
  .solution_ul li .solution_img{
      height: 221px;
  }
  .news_istop .news_body {
    width: 590px;
  }
  .news_contents .isorder .info_l {
    width: 470px;
  }
  .case_ul li {
    width: 32%;
  }
  .contact_ul li {
    width: 32%;
  }
  .solution_ul li {
    width: 32%;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .con1400 {
    width: 1170px;
  }
  .news_istop .news_body {
    width: 490px;
  }
  .news_contents .isorder .info_l {
    width: 350px;
  }
  .solution_ul li {
    width: 32%;
  }
  .case_ul li {
    width: 32%;
  }
  .contact_ul li {
    width: 32%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .con1400 {
    width: 970px;
  }
  .news_istop .news_pic {
    width: 430px;
  }
  .news_istop .news_body {
    width: 380px;
  }
  .news_contents .isorder .news_infos {
    padding: 0 45px;
  }
  .news_contents .isorder .info_r {
    display: none;
  }
  .solution_ul li {
    width: 48%;
  }
  .case_ul li {
    width: 49%;
  }
  .contact_ul li {
    width: 32%;
    height: auto;
    padding: 15px;
  }
  .contact_ul .info_right {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .con1400 {
    width: 750px;
  }
  .solution_ul li {
    width: 48%;
  }
  .case_ul li {
    width: 49%;
  }
  .case_ul li .case_img {
    height: 320px;
  }
  .contact_ul li {
    width: 32%;
    height: auto;
    padding: 15px;
  }
  .contact_ul .info_right {
    display: none;
  }
  .news_istop {
    padding: 0;
    max-height: 170px;
    min-height: 170px;
    overflow: hidden;
  }
  .news_istop .news_body span {
    display: none;
  }
  .news_istop .news_pic {
    width: 380px;
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .news_istop .news_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
  }
  .news_istop .news_body .news_tit {
    font-size: 16px;
  }
  .news_istop .news_body .news_bodys p {
    font-size: 12px;
  }
  .news_istop .news_body .news_head {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .news_istop .news_body .istop_more {
    display: none;
  }
  .news_contents .isorder .news_infos {
    padding: 0 45px;
  }
  .news_contents .isorder .info_r {
    display: none;
  }
  .news_contents {
    padding: 10vw 0 10vw;
  }
}

@media (max-width: 767px) {
  .con1400 {
    width: 96%;
  }
  .imgpath{
      display: none !important;
  }
  .hoverimg > img{
      width: 100%;
  }
  .solution_box {
    /* padding: 10vw 0; */
  }
  .solution_ul {
    padding-bottom: 8vw;
  }
  .solution_ul li {
    width: 100%;
  }
  .solution_ul li .solution_img {
    height: auto;
  }
  .case_box {
    padding: 10vw 0;
  }
  .case_ul li {
    width: 100%;
    margin-bottom: 3vw;
  }
  .case_ul li h3 {
    font-size: 16px;
    margin: 15px 0 10px;
  }
  .case_ul li p {
    font-size: 14px;
  }
  .case_ul li .case_img {
    height: auto;
  }
  .contact_ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_ul li {
    width: 100% !important;
    height: auto;
    padding: 15px;
  }
  .contact_tit {
    font-size: 20px;
    margin-top: 10vw;
  }
  .message_box {
    padding: 10vw 0;
  }
  .form_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .form_item .form_list {
    width: 100%;
    margin-bottom: 3vw;
  }
  .distpack select {
    width: 49%;
  }
  .form_btn {
    margin-top: 10vw;
  }
  #dituContent {
    margin-bottom: 40px;
  }
  .news_istop {
    display: none;
  }
  .news_istop .news_body span {
    display: none;
  }
  .news_istop .news_pic {
    width: 380px;
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .news_istop .news_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
  }
  .news_istop .news_body .news_tit {
    font-size: 16px;
  }
  .news_istop .news_body .news_bodys p {
    font-size: 12px;
  }
  .news_istop .news_body .news_head {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .news_istop .news_body .istop_more {
    display: none;
  }
  .news_contents .isorder .news_infos {
    padding: 3vw;
  }
  .news_contents .isorder .info_r {
    display: none;
  }
  .news_contents {
    padding: 7vw 0 10vw;
  }
  .news_contents .isorder li {
    margin-top: 3vw;
    min-height: unset;
    max-height: unset;
  }
  .news_contents .isorder .info_l h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .news_details {
    padding: 10vw 0;
  }
  .news_details .news_title {
    font-size: 16px;
  }
  .news_details .news_pages {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_details .news_pages a {
    width: 100%;
    text-align: left !important;
  }
}
