.inbanner {
  margin-top: 100px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .inbanner {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .inbanner {
    margin-top: 50px;
  }
}
.inbanner .img {
  width: 100%;
  height: 446px;
  overflow: hidden;
  
}
@media (max-width: 991px) {
  .inbanner .img {
    height: 200px;
  }
}
.inbanner .img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.inbanner .img img:nth-child(2){
  display: none;
}
@media (max-width: 991px) {
  .inbanner .img img {
    height: 100%;
    object-fit: cover;
  }
}
.inbanner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.inbanner .container .font {
  color: #fff;
}
.inbanner .container .font strong,
.inbanner .container .font span {
  display: block;
}
.inbanner .container .font strong {
  font-weight: bold;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .inbanner .container .font strong {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .inbanner .container .font strong {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .inbanner .container .font strong {
    font-size: 20px;
  }
  .inbanner .img img{
    overflow: hidden;
  }
  .inbanner .img img:nth-child(1){
    /* display: none; */
    width: 100%;

  }
  .inbanner .img img:nth-child(2){
    display: block;
  }
}
.inbanner .container .font span {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .inbanner .container .font span {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .inbanner .container .font span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .inbanner .container .font span {
    font-size: 18px;
  }
}
.breadbox {
  height: 80px;
}
@media (max-width: 991px) {
  .breadbox {
    height: 60px;
  }
}
.breadbox .container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
      justify-content: flex-end;
}
.breadbox .container div,
.breadbox .container a,
.breadbox .container span {
  font-size: 14px;
  color: #666;
}
.breadbox .container .on {
  color: #00A3E7;
}
/* End */

/* contact.html联系我们 */
.contactbox {
  background-color: #f1f4f8;
}
.contactbox-tit strong {
  font-size: 44px;
  font-weight: bold;
  color: #00A3E7;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .contactbox-tit strong {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .contactbox-tit strong {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contactbox-tit strong {
    font-size: 20px;
  }
}
.contactbox-tit span {
  font-size: 18px;
  color: #262626;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .contactbox-tit span {
    font-size: 16px;
  }
}
.contactbox-section1 {
  padding: 10rem 0;
}

.contactbox-section1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactbox-section1 .container .lt {
  width: 47%;
}
@media (max-width: 991px) {
  .contactbox-section1 .container .lt {
    width: 100%;
    margin-bottom: 25px;
  }
}
.contactbox-section1 .container .lt .contactbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .contactbox-section1 .container .lt .contactbox-tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .container .lt .contactbox-tit {
    margin-bottom: 15px;
  }
}
.contactbox-section1 .container .lt .tu {
  width: 100%;
  height: 100%;
  padding: 8px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .contactbox-section1 .container .lt .tu {
    height: 300px;
  }
}
.contactbox-section1 .container .lt .tu #map {
  width: 100%;
  height: 100%;
}
.contactbox-section1 .container .gt {
  width: 48.1%;
}
@media (max-width: 991px) {
  .contactbox-section1 .container .gt {
    width: 100%;
  }
}
.contactbox-section1 .container .gt .tit {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .contactbox-section1 .container .gt .tit {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 .container .gt .tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .container .gt .tit {
    margin-bottom: 20px;
  }
}
.contactbox-section1 .container .gt .tit strong {
  display: block;
  font-size: 36px;
  padding-bottom: 10px;
  color: #262626;
}
@media (max-width: 1199px) {
  .contactbox-section1 .container .gt .tit strong {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 .container .gt .tit strong {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .container .gt .tit strong {
    font-size: 20px;
  }
}
.contactbox-section1 .container .gt .tit:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #00A3E7;
}
.contactbox-section1 .container .gt .jut {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .contactbox-section1 .container .gt .jut {
    margin-bottom: 15px;
  }
}
.contactbox-section1 .container .gt .jut .item {
  display: flex;
  width: 48%;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .contactbox-section1 .container .gt .jut .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 .container .gt .jut .item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .container .gt .jut .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contactbox-section1 .container .gt .jut .item i {
  display: block;
  height: 20px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .contactbox-section1 .container .gt .jut .item i {
    margin-right: 15px;
    height: 15px;
  }
}
.contactbox-section1 .container .gt .jut .item i img {
  height: 100%;
}
.contactbox-section1 .container .gt .jut .item .font {
  display: block;
}
.contactbox-section1 .container .gt .jut .item .font strong {
  display: block;
  font-size: 18px;
  color: #262626;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contactbox-section1 .container .gt .jut .item .font strong {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .contactbox-section1 .container .gt .jut .item .font strong {
    font-size: 14px;
  }
}
.contactbox-section1 .container .gt .jut .item .font span {
  font-size: 16px;
  display: block;
  color: #666666;
}
.contactbox-section1 .container .gt .jut .item .font pre {
  font-size: 16px;
  display: block;
  color: #666666;
  padding: 0;
  overflow: hidden;
}
.contactbox-section1 .container .gt .er {
  display: flex;
}
.contactbox-section1 .container .gt .er .list {
  margin-right: 20px;
  text-align: center;
}
.contactbox-section1 .container .gt .er .list .img {
  display: block;
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .contactbox-section1 .container .gt .er .list .img {
    width: 120px;
    height: 120px;
  }
}
.contactbox-section1 .container .gt .er .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactbox-section1 .container .gt .er .list span {
  font-size: 16px;
}
@media (max-width: 991px) {
  .contactbox-section1 .container .gt .er .list span {
    font-size: 14px;
  }
}
.contactbox-section2 {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  background-color: #f6f9fe;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .contactbox-section2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 {
    padding-bottom: 20px;
  }
}
.contactbox-section2 .img {
  width: 50%;
}
@media (max-width: 1199px) {
  .contactbox-section2 .img {
    height: 570px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .img {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 .img {
    margin-bottom: 20px;
    height: 260px;
  }
}
.contactbox-section2 .img img {
  width: 100%;
}
@media (max-width: 991px) {
  .contactbox-section2 .img img {
    height: 100%;
    object-fit: cover;
  }
}
.contactbox-section2 .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}
@media (max-width: 991px) {
  .contactbox-section2 .container {
    position: relative;
    width: 100%;
  }
}
.contactbox-section2 .container .lt {
  width: 100%;
}
.contactbox-section2 .container .form {
  display: block;
  margin-top: 70px;
  width: 100%;
}
@media (max-width: 1440px) {
  .contactbox-section2 .container .form {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section2 .container .form {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .container .form {
    margin-top: 25px;
  }
}
.contactbox-section2 .container .form textarea {
  width: 100%;
  height: 350px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .1);
}
@media (max-width: 1440px) {
  .contactbox-section2 .container .form textarea {
    height: 250px;
    margin-bottom: 18px;
    padding: 18px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section2 .container .form textarea {
    margin-bottom: 18px;
    padding: 18px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .container .form textarea {
    margin-bottom: 14px;
    padding: 14px;
  }
}
.contactbox-section2 .container .form .int {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .contactbox-section2 .container .form .int {
    margin-bottom: 18px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section2 .container .form .int {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .container .form .int {
    margin-bottom: 14px;
  }
}
.contactbox-section2 .container .form .int input,
.contactbox-section2 .container .form .int select {
  width: 32%;
  padding: 24px;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
}
.contactbox-section2 .container .form .int input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ 
  color: #000;
}
.contactbox-section2 .container .form .int input:-moz-placeholder,textarea:-moz-placeholder{ 
　color: #000;
}
.contactbox-section2 .container .form .int input:-ms-input-placeholder,textarea:-ms-input-placeholder{ 
  color: #000;
}
@media (max-width: 1440px) {
  .contactbox-section2 .container .form .int input,
  .contactbox-section2 .container .form .int select {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section2 .container .form .int input,
  .contactbox-section2 .container .form .int select {
    font-size: 14px;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 .container .form .int input,
  .contactbox-section2 .container .form .int select {
    padding: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contactbox-section2 .container .form .int select {
  background: #fff url(../images/sele.png) no-repeat;
  background-position: 95% 0;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .contactbox-section2 .container .form .int select {
    margin-bottom: 0;
  }
}
.contactbox-section2 .container .form .but {
  display: flex;
  flex-wrap: wrap;
}
.contactbox-section2 .container .form .but button {
  width: 230px;
  height: 70px;
  background-color: #fff;
  color: #00A3E7;
  font-size: 16px;
  margin-right: 24px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .1);
}
.contactbox-section2 .container .form .but .submit1{
  background-color: #00A3E7;
  color: #fff;
}
@media (max-width: 1440px) {
  .contactbox-section2 .container .form .but button {
    width: 200px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .container .form .but button {
    width: 140px;
    height: 55px;
    margin-right: 16px;
    font-size: 14px;
  }
}
.contactbox-section2 .container .form .but button:hover {
  background-color: #00A3E7;
  color: #fff;
}
/* End */
/* case.html案例 */
.case {
  background-color: #f6f9fe;
}
.case-section1 {
  height: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .case-section1 {
    height: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .case-section1 {
    height: 50px;
    margin-bottom: 10px;
  }
}
.case-section1-cont {
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.news-section1-cont .swiper-slide{width: auto;}
/* .news-section1-cont .swiper-wrapper{justify-content: center;} */
.case-section1-cont a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #262626;
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .case-section1-cont a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .case-section1-cont a {
    font-size: 14px;
	padding: 0 3rem;
  }
}
.case-section1-cont a:hover {
  color: #fff;
  background-color: #00A3E7;
}
.case-section1-cont .on a {
  color: #fff;
  background-color: #00A3E7;
}
.case-section2 {
  padding-bottom: 100px;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 991px) {
  .case-section2 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .case-section2 {
    padding-bottom: 40px;
  }
}
.case-section2 .cont {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .case-section2 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .case-section2 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont {
    margin: 0;
  }
}
.case-section2 .cont .item {
  width: 33.333%;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .case-section2 .cont .item {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .case-section2 .cont .item {
    margin-bottom: 10px;
    padding: 0 5px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont .item {
    padding: 0 ;
    width: 100%;
  }
}
.case-section2 .cont .item .jut {
  width: 100%;
  overflow: hidden;
  display: block;
  background-color: #fff;
}
.case-section2 .cont .item .jut .img {
  position: relative;
  padding-bottom: 59%;
  overflow: hidden;
}
.case-section2 .cont .item .jut .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case-section2 .cont .item .jut .font {
  padding: 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .case-section2 .cont .item .jut .font {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont .item .jut .font {
    padding: 15px 10px;
  }
}
.case-section2 .cont .item .jut .font > strong {
  font-size: 22px;
  color: #262626;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .case-section2 .cont .item .jut .font > strong {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont .item .jut .font > strong {
    font-size: 18px;
  }
}
.case-section2 .cont .item .jut .font > span {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 991px) {
  .case-section2 .cont .item .jut .font > span {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont .item .jut .font > span {
    margin-bottom: 16px;
  }
}
.case-section2 .cont .item .jut:hover .img img {
  transform: scale(1.1);
}
.case-section2 .pagebox {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .case-section2 .pagebox {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .case-section2 .pagebox {
    margin-top: 18px;
  }
}
/* End */
/* case_info.html 案例详情 */
.case_info {
  background-color: #f6f9fe;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .case_info {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .case_info {
    margin-top: 70px;
  }
}
.case_info-section1 .cont {
  display: flex;
  margin-bottom: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .case_info-section1 .cont {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont {
    margin-bottom: 40px;
  }
}
.case_info-section1 .cont .lt {
  width: 64.3%;
  
}
.case_info-section1 .cont .gt{
  position: sticky;
  top: 110px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt {
    width: 100%;
  }
}
.case_info-section1 .cont .lt .font {
  background-color: #fff;
  padding: 26px 43px 43px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .font {
    padding: 18px 23px 23px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont .lt .font {
    padding: 14px 16px 16px;
  }
}
.case_info-section1 .cont .lt .font .tit {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .font .tit {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont .lt .font .tit {
    margin-bottom: 10px ;
  }
}
.case_info-section1 .cont .lt .font .tit strong {
  font-size: 30px;
  display: block;
  color: #262626;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
.case_info-section1 .cont .lt .font .jut{
  line-height: 1.6;
}
.case_info-section1 .cont .lt .font .jut .f_list{
  width: 100%;
  margin-bottom: 30px;
}
.case_info-section1 .cont .lt .font .jut .f_list .f_ti{
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 26px;
}
.case_info-section1 .cont .lt .font .jut .f_list .f_ti:before{
  content: "";
  display: block;
  width: 8px;
  height: 22px;
  margin-right: 10px;
  background-color: #00A3E7;
}
.case_info-section1 .cont .lt .font .jut .f_list .f_img{
  width: 100%;
}
.case_info-section1 .cont .lt .font .jut .f_list .f_img img{
  width: 100%;
}
.case_info-section1 .cont .lt .font .jut p{
  color: #333;
  font-size: 16px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .font .tit strong {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .case_info-section1 .cont .gt{
    top: 90px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont .lt .font .tit strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.case_info-section1 .cont .lt .font .tit span {
  font-size: 16px;
  color: #666666;
}
.case_info-section1 .cont .lt .font .jut img {
  max-width: 100%;
}
.case_info-section1 .cont .lt .font .fen {
  margin-top: 140px;
}
@media (max-width: 1199px) {
  .case_info-section1 .cont .lt .font .fen {
    margin-top: 120px;
  }
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .font .fen {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont .lt .font .fen {
    margin-top: 60px;
  }
}
.case_info-section1 .cont .lt .font .fen span {
  display: block;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 18px;
  color: 262626;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .case_info-section1 .cont .lt .font .fen span {
    margin-bottom: 14px;
    padding-bottom: 6px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont .lt .font .fen span {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.case_info-section1 .cont .lt .font .fen .icon1 {
  display: flex;
  align-items: center;
  position: relative;
}
.case_info-section1 .cont .lt .font .fen .icon1 a {
  height: 22px;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .font .fen .icon1 a {
    height: 18px;
    margin-right: 10px;
  }
}
.case_info-section1 .cont .lt .font .fen .icon1 a > img {
  float: left;
  height: 100%;
}
.case_info-section1 .cont .lt .font .fen .icon1 a > img:nth-child(2) {
  display: none;
}
.case_info-section1 .cont .lt .font .fen .icon1 a .hover1 {
  position: absolute;
  bottom: 110%;
  left: 0;
  width: 120px;
  height: 120px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  display: none;
}
.case_info-section1 .cont .lt .font .fen .icon1 a .hover1 img {
  width: 100%;
}
.case_info-section1 .cont .lt .font .fen .icon1 a:hover > img:nth-child(1) {
  display: none;
}
.case_info-section1 .cont .lt .font .fen .icon1 a:hover > img:nth-child(2) {
  display: block;
}
.case_info-section1 .cont .lt .font .fen .icon1 a:hover .hover1 {
  display: block;
}
.case_info-section1 .cont .lt .cli {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case_info-section1 .cont .lt .cli a {
  font-size: 20px;
  color: #262626;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli a {
    font-size: 18px;
    width: 33.22%;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont .lt .cli a {
    font-size: 16px;
  }
}
.case_info-section1 .cont .lt .cli a i {
  overflow: hidden;
}
.case_info-section1 .cont .lt .cli a i img {
  float: left;
}
.case_info-section1 .cont .lt .cli a span {
  display: block;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli a span {
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.case_info-section1 .cont .lt .cli .paev,
.case_info-section1 .cont .lt .cli .next {
  display: flex;
  align-items: center;
}
.case_info-section1 .cont .lt .cli .paev i,
.case_info-section1 .cont .lt .cli .next i {
  display: block;
  width: 22px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli .paev i,
  .case_info-section1 .cont .lt .cli .next i {
    width: 18px;
  }
}
.case_info-section1 .cont .lt .cli .paev i img,
.case_info-section1 .cont .lt .cli .next i img {
  width: 100%;
}
.case_info-section1 .cont .lt .cli .paev i img:nth-child(2),
.case_info-section1 .cont .lt .cli .next i img:nth-child(2) {
  display: none;
}
.case_info-section1 .cont .lt .cli .paev i {
  margin-right: 13px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli .paev i {
    margin-right: 8px;
  }
}
.case_info-section1 .cont .lt .cli .next i {
  margin-left: 13px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli .next i {
    margin-left: 8px;
  }
}
.case_info-section1 .cont .lt .cli .center {
  display: flex;
  align-items: center;
}
.case_info-section1 .cont .lt .cli .center i {
  display: block;
  height: 20px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli .center i {
    height: 18px;
  }
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli .center i {
    margin-right: 10px;
  }
}
.case_info-section1 .cont .lt .cli .center i img {
  height: 100%;
}
.case_info-section1 .cont .lt .cli .center i img:nth-child(2) {
  display: none;
}
.case_info-section1 .cont .gt {
  width: 33.4%;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .gt {
    display: none;
    width: 100%;
  }
}
.case_info-section1 .cont .gt .jut {
  background-color: #fff;
  margin-bottom: 42px;
  padding-bottom: 47px;
}
@media (max-width: 1199px) {
  .case_info-section1 .cont .gt .jut {
    margin-bottom: 32px;
  }
}
.case_info-section1 .cont .gt .jut .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  background-color: #00A3E7;
  font-weight: bold;
  margin-bottom: 46px;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .case_info-section1 .cont .gt .jut .tit {
    margin-bottom: 32px;
    font-size: 20px;
  }
}
.case_info-section1 .cont .gt .jut .list {
  width: 100%;
  padding: 0px 67px 0 32px;
}
@media (max-width: 1199px) {
  .case_info-section1 .cont .gt .jut .list {
    padding: 0 20px;
  }
}
.case_info-section1 .cont .gt .jut .list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  overflow: hidden;
  height: 96px;
}
@media (max-width: 1199px) {
  .case_info-section1 .cont .gt .jut .list a {
    margin-bottom: 18px;
  }
}
.case_info-section1 .cont .gt .jut .list a img {
  width: 37%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case_info-section1 .cont .gt .jut .list a .font {
  width: 56%;
}
.case_info-section1 .cont .gt .jut .list a .font span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1;
  margin-bottom: 10px;
}
.case_info-section1 .cont .gt .jut .list a .font strong {
  font-size: 16px;
  color: #262626;
  display: block;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case_info-section1 .cont .gt .jut .list a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* End */
/* case_info.html 案例详情 */
.case_info {
  background-color: #f6f9fe;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .case_info {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .case_info {
    margin-top: 70px;
  }
}
.case_info-section1 .cont {
  display: flex;
  margin-bottom: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .case_info-section1 .cont {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont {
    margin-bottom: 40px;
  }
}
.case_info-section1 .cont .lt {
  width: 64.3%;
  
}
.case_info-section1 .cont .gt{
  position: sticky;
  top: 110px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt {
    width: 100%;
  }
}
.case_info-section1 .cont .lt .font {
  background-color: #fff;
  padding: 26px 43px 43px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .font {
    padding: 18px 23px 23px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont .lt .font {
    padding: 14px 16px 16px;
  }
}
.case_info-section1 .cont .lt .font .tit {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .font .tit {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont .lt .font .tit {
    margin-bottom: 10px ;
  }
}
.case_info-section1 .cont .lt .font .tit strong {
  font-size: 30px;
  display: block;
  color: #262626;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
.case_info-section1 .cont .lt .font .jut{
  line-height: 1.6;
}
.case_info-section1 .cont .lt .font .jut .f_list{
  width: 100%;
  margin-bottom: 30px;
}
.case_info-section1 .cont .lt .font .jut .f_list .f_ti{
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 26px;
}
.case_info-section1 .cont .lt .font .jut .f_list .f_ti:before{
  content: "";
  display: block;
  width: 8px;
  height: 22px;
  margin-right: 10px;
  background-color: #00A3E7;
}
.case_info-section1 .cont .lt .font .jut .f_list .f_img{
  width: 100%;
}
.case_info-section1 .cont .lt .font .jut .f_list .f_img img{
  width: 100%;
}
.case_info-section1 .cont .lt .font .jut p{
  color: #333;
  font-size: 16px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .font .tit strong {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .case_info-section1 .cont .gt{
    top: 90px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont .lt .font .tit strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.case_info-section1 .cont .lt .font .tit span {
  font-size: 16px;
  color: #666666;
}
.case_info-section1 .cont .lt .font .jut img {
  max-width: 100%;
}
.case_info-section1 .cont .lt .font .fen {
  margin-top: 140px;
}
@media (max-width: 1199px) {
  .case_info-section1 .cont .lt .font .fen {
    margin-top: 120px;
  }
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .font .fen {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont .lt .font .fen {
    margin-top: 60px;
  }
}
.case_info-section1 .cont .lt .font .fen span {
  display: block;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 18px;
  color: 262626;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .case_info-section1 .cont .lt .font .fen span {
    margin-bottom: 14px;
    padding-bottom: 6px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont .lt .font .fen span {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.case_info-section1 .cont .lt .font .fen .icon1 {
  display: flex;
  align-items: center;
  position: relative;
}
.case_info-section1 .cont .lt .font .fen .icon1 a {
  height: 22px;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .font .fen .icon1 a {
    height: 18px;
    margin-right: 10px;
  }
}
.case_info-section1 .cont .lt .font .fen .icon1 a > img {
  float: left;
  height: 100%;
}
.case_info-section1 .cont .lt .font .fen .icon1 a > img:nth-child(2) {
  display: none;
}
.case_info-section1 .cont .lt .font .fen .icon1 a .hover1 {
  position: absolute;
  bottom: 110%;
  left: 0;
  width: 120px;
  height: 120px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  display: none;
}
.case_info-section1 .cont .lt .font .fen .icon1 a .hover1 img {
  width: 100%;
}
.case_info-section1 .cont .lt .font .fen .icon1 a:hover > img:nth-child(1) {
  display: none;
}
.case_info-section1 .cont .lt .font .fen .icon1 a:hover > img:nth-child(2) {
  display: block;
}
.case_info-section1 .cont .lt .font .fen .icon1 a:hover .hover1 {
  display: block;
}
.case_info-section1 .cont .lt .cli {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case_info-section1 .cont .lt .cli a {
  font-size: 20px;
  color: #262626;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli a {
    font-size: 18px;
    width: 33.22%;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .cont .lt .cli a {
    font-size: 16px;
  }
}
.case_info-section1 .cont .lt .cli a i {
  overflow: hidden;
}
.case_info-section1 .cont .lt .cli a i img {
  float: left;
}
.case_info-section1 .cont .lt .cli a span {
  display: block;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli a span {
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.case_info-section1 .cont .lt .cli .paev,
.case_info-section1 .cont .lt .cli .next {
  display: flex;
  align-items: center;
}
.case_info-section1 .cont .lt .cli .paev i,
.case_info-section1 .cont .lt .cli .next i {
  display: block;
  width: 22px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli .paev i,
  .case_info-section1 .cont .lt .cli .next i {
    width: 18px;
  }
}
.case_info-section1 .cont .lt .cli .paev i img,
.case_info-section1 .cont .lt .cli .next i img {
  width: 100%;
}
.case_info-section1 .cont .lt .cli .paev i img:nth-child(2),
.case_info-section1 .cont .lt .cli .next i img:nth-child(2) {
  display: none;
}
.case_info-section1 .cont .lt .cli .paev i {
  margin-right: 13px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli .paev i {
    margin-right: 8px;
  }
}
.case_info-section1 .cont .lt .cli .next i {
  margin-left: 13px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli .next i {
    margin-left: 8px;
  }
}
.case_info-section1 .cont .lt .cli .center {
  display: flex;
  align-items: center;
}
.case_info-section1 .cont .lt .cli .center i {
  display: block;
  height: 20px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli .center i {
    height: 18px;
  }
}
@media (max-width: 991px) {
  .case_info-section1 .cont .lt .cli .center i {
    margin-right: 10px;
  }
}
.case_info-section1 .cont .lt .cli .center i img {
  height: 100%;
}
.case_info-section1 .cont .lt .cli .center i img:nth-child(2) {
  display: none;
}
.case_info-section1 .cont .gt {
  width: 33.4%;
}
@media (max-width: 991px) {
  .case_info-section1 .cont .gt {
    display: none;
    width: 100%;
  }
}
.case_info-section1 .cont .gt .jut {
  background-color: #fff;
  margin-bottom: 42px;
  padding-bottom: 47px;
}
@media (max-width: 1199px) {
  .case_info-section1 .cont .gt .jut {
    margin-bottom: 32px;
  }
}
.case_info-section1 .cont .gt .jut .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  background-color: #00A3E7;
  font-weight: bold;
  margin-bottom: 46px;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .case_info-section1 .cont .gt .jut .tit {
    margin-bottom: 32px;
    font-size: 20px;
  }
}
.case_info-section1 .cont .gt .jut .list {
  width: 100%;
  padding: 0px 67px 0 32px;
}
@media (max-width: 1199px) {
  .case_info-section1 .cont .gt .jut .list {
    padding: 0 20px;
  }
}
.case_info-section1 .cont .gt .jut .list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  overflow: hidden;
  height: 96px;
}
@media (max-width: 1199px) {
  .case_info-section1 .cont .gt .jut .list a {
    margin-bottom: 18px;
  }
}
.case_info-section1 .cont .gt .jut .list a img {
  width: 37%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case_info-section1 .cont .gt .jut .list a .font {
  width: 56%;
}
.case_info-section1 .cont .gt .jut .list a .font span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1;
  margin-bottom: 10px;
}
.case_info-section1 .cont .gt .jut .list a .font strong {
  font-size: 16px;
  color: #262626;
  display: block;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case_info-section1 .cont .gt .jut .list a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.case_info-section2 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .case_info-section2 {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .case_info-section2 {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.case_info-section2 .tit {
  display: block;
  padding-bottom: 40px;
  border-bottom: 2px solid #e9e9e9;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .case_info-section2 .tit {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .case_info-section2 .tit {
    padding-bottom: 14px;
  }
}
.case_info-section2 .tit strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
  color: #00A3E7;
}
@media (max-width: 991px) {
  .case_info-section2 .tit strong {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .case_info-section2 .tit strong {
    font-size: 20px;
  }
}
.case_info-section2 .tit span {
  font-size: 16px;
  color: #262626;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .case_info-section2 .tit span {
    font-size: 14px;
  }
}
.case_info-section2 .cont {
  padding: 0 64px;
}
@media (max-width: 991px) {
  .case_info-section2 .cont {
    padding: 0 36px;
  }
}
@media (max-width: 767px) {
  .case_info-section2 .cont {
    padding: 0;
  }
}
.case_info-section2-cont .item {
  display: block;
}
.case_info-section2-cont .item .img {
  position: relative;
  overflow: hidden;
}
.case_info-section2-cont .item .img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case_info-section2-cont .item .font {
  padding-top: 25px;
  text-align: center;
}
@media (max-width: 991px) {
  .case_info-section2-cont .item .font {
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .case_info-section2-cont .item .font {
    margin-top: 10px;
  }
}
.case_info-section2-cont .item .font strong {
  display: block;
  color: #262626;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .case_info-section2-cont .item .font strong {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .case_info-section2-cont .item .font strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.case_info-section2-cont .item .font span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  font-size: 14px;
  opacity: 0.5;
}
.case_info-section2-cont .item .font span i {
  display: block;
  margin-left: 10px;
  height: 12px;
}
.case_info-section2-cont .item .font span i img {
  height: 12px;
  float: left;
}
.case_info-section2-cont .item:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.product_info-section1 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product_info-section1 {
    margin-bottom: 20px;
  }
}
.product_info-section1 .cont {
  padding: 53px 95px 65px 53px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .product_info-section1 .cont {
    padding: 33px 65px 35px 33px;
  }
}
@media (max-width: 991px) {
  .product_info-section1 .cont {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont {
    padding: 40px 15px;
  }
}
.product_info-section1 .cont .lt {
  width: 50%;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .lt {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .lt {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.product_info-section1 .cont .lt .nav {
  width: 17%;
  height: 90%;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .nav {
    width: 100%;
    height: 80px;
    order: 1;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .lt .nav {
    height: 70px;
  }
}
.product_info-section1 .cont .lt .nav .product_info-section1-nav {
  height: 100%;
}
.product_info-section1 .cont .lt .nav .img {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  overflow: hidden;
}
.product_info-section1 .cont .lt .nav .img img {
  height: 86%;
  object-fit: cover;
}
.product_info-section1 .cont .lt .nav .img:hover {
  border: 1px solid #00A3E7;
}
.product_info-section1 .cont .lt .nav .on .img {
  border: 1px solid #00A3E7;
}
.product_info-section1 .cont .lt .cent {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .cent {
    width: 100%;
    height: 350px;
    order: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .lt .cent {
    height: 260px;
  }
}
.product_info-section1 .cont .lt .cent .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: calc(100% - 2px);
  overflow: hidden;
  border: 1px solid #dbdbdb;
}
.product_info-section1 .cont .lt .cent .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.product_info-section1 .cont .lt .cent .img:hover img{
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.product_info-section1 .cont .lt .qie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17%;
  display: flex;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .qie {
    width: 100%;
    bottom: 8%;
  }
}
.product_info-section1 .cont .lt .qie .pro-prev,
.product_info-section1 .cont .lt .qie .pro-next {
  display: block;
  width: 45%;
  height: 20px;
  outline: none;
  pointer-events: auto!important;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .qie .pro-prev,
  .product_info-section1 .cont .lt .qie .pro-next {
    width: 20px;
    height: 40px;
  }
}
.product_info-section1 .cont .lt .qie .pro-prev {
  background: #d4d4d4 url(../images/top.png) no-repeat;
  background-position: center;
  background-size: auto 6px;
  left: 0;
}
.product_info-section1 .cont .lt .qie .pro-prev:hover {
  background: #00A3E7 url(../images/top.png) no-repeat;
  background-position: center;
  background-size: auto 6px;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .qie .pro-prev {
    background: #d4d4d4 url(../images/home/lt.png) no-repeat;
    background-position: center;
    background-size: auto 6px;
  }
  .product_info-section1 .cont .lt .qie .pro-prev:hover {
    background: #00A3E7 url(../images/home/lt.png) no-repeat;
    background-position: center;
    background-size: auto 6px;
  }
}
.product_info-section1 .cont .lt .qie .pro-next {
  background: #d4d4d4 url(../images/b.png) no-repeat;
  background-position: center;
  background-size: auto 6px;
  right: 0;
}
.product_info-section1 .cont .lt .qie .pro-next:hover {
  background: #00A3E7 url(../images/b.png) no-repeat;
  background-position: center;
  background-size: auto 6px;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .qie .pro-next {
    background: #d4d4d4 url(../images/gt.png) no-repeat;
    background-position: center;
    background-size: auto 6px;
  }
  .product_info-section1 .cont .lt .qie .pro-next:hover {
    background: #00A3E7 url(../images/gt.png) no-repeat;
    background-position: center;
    background-size: auto 6px;
  }
}
.product_info-section1 .cont .gt {
  width: 46%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .gt {
    width: 100%;
    height: auto;
  }
}
.product_info-section1 .cont .gt strong {
  font-size: 36px;
  color: #262626;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt strong {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .product_info-section1 .cont .gt strong {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .gt strong {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.product_info-section1 .cont .gt p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .gt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.product_info-section1 .cont .gt .but {
  margin-top: 74px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .but {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .product_info-section1 .cont .gt .but {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .gt .but {
    margin-top: 20px ;
  }
}
.product_info-section1 .cont .gt .but span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  background-color: #262626;
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
  font-weight: bold;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .but span {
    font-size: 16px;
    margin-right: 10px;
    width: 180px;
  }
}
@media (max-width: 991px) {
  .product_info-section1 .cont .gt .but span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .gt .but span {
    height: 45px;
    width: 140px;
    font-size: 12px;
  }
}
.product_info-section1 .cont .gt .but span i {
  display: block;
  height: 20px;
  margin-right: 8px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .but span i {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .gt .but span i {
    height: 12px;
    margin-right: 5px;
  }
}
.product_info-section1 .cont .gt .but span i img {
  height: 100%;
  float: left;
}
.product_info-section1 .cont .gt .but a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 130px;
  height: 50px;
  background-color: #00A3E7;
  color: #fff;
}
@media (max-width: 767px) {
  .product_info-section1 .cont .gt .but a {
    width: 100px;
    height: 45px;
  }
}
.product_info-section2 .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product_info-section2 .cont .lt {
  width: 68%;
  padding-bottom: 120px;
  border-bottom: 2px solid #e9e9e9;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .product_info-section2 .cont .lt {
    padding-bottom: 60px;
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.product_info-section2 .cont .lt .tit {
  background-color: #fff;
  height: 75px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #e9e9e9;
}
@media (max-width: 991px) {
  .product_info-section2 .cont .lt .tit {
    height: 55px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt .tit {
    height: 45px;
  }
}
.product_info-section2 .cont .lt .tit a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% + 2px);
  color: #262626;
  font-size: 24px;
  padding: 0 34px;
}
@media (max-width: 991px) {
  .product_info-section2 .cont .lt .tit a {
    font-size: 22px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt .tit a {
    font-size: 16px;
    padding: 0 14px;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt .tit a {
    font-size: 14px;
  }
}
.product_info-section2 .cont .lt .tit a:hover {
  background-color: #00A3E7;
  color: #fff;
}
.product_info-section2 .cont .lt .tit .on {
  background-color: #00A3E7;
  color: #fff;
}
.product_info-section2 .cont .lt .jut {
  width: 100%;
  padding: 54px;
  background-color: #fff;
  margin-bottom: 50px;
}
.product_info-section2 .cont .lt .jut .item{
  display: none;
}
.product_info-section2 .cont .lt .jut .on{
  display: block;
}
@media (max-width: 991px) {
  .product_info-section2 .cont .lt .jut {
    padding: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt .jut {
    padding: 12px;
    margin-bottom: 20px;
  }
}
.product_info-section2 .cont .lt .jut img {
  width: 100%;
}
.product_info-section2 .cont .lt .but {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 65px;
  background-color: #00A3E7;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 991px) {
  .product_info-section2 .cont .lt .but {
    font-size: 16px;
    width: 200px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt .but {
    font-size: 14px;
    width: 100px;
    height: 45px;
  }
}
.product_info-section2 .cont .lt .but i {
  display: block;
  height: 17px;
  margin-right: 17px;
}
@media (max-width: 991px) {
  .product_info-section2 .cont .lt .but i {
    height: 14px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt .but i {
    height: 12px;
    margin-right: 8px;
  }
}
.product_info-section2 .cont .lt .but i img {
  height: 100%;
  float: left;
}
.product_info-section2 .cont .gt {
  width: 28%;
  position: sticky;
  top: 10px;
}
@media (max-width: 991px) {
  .product_info-section2 .cont .gt {
    width: 100%;
  }
}
.product_info-section2 .cont .gt .tit {
  background-color: #00A3E7;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 991px) {
  .product_info-section2 .cont .gt .tit {
    height: 55px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .gt .tit {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .gt .tit {
    font-size: 14px;
  }
}
.product_info-section2 .cont .gt .list {
  background-color: #fff;
  padding: 53px 48px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .gt .list {
    padding: 43px 38px;
  }
}
@media (max-width: 991px) {
  .product_info-section2 .cont .gt .list {
    padding: 33px 28px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .gt .list {
    padding: 23px 12px;
  }
}
.product_info-section2 .cont .gt .list a {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product_info-section2 .cont .gt .list a {
    float: left;
    margin-bottom: 0;
    width: 32%;
  }
  .product_info-section2 .cont .gt .list a:last-child {
    margin-right: 0;
  }
}
.product_info-section2 .cont .gt .list a:last-child {
  margin-bottom: 0;
}
.product_info-section2 .cont .gt .list a .img {
  width: 100%;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product_info-section2 .cont .gt .list{
    flex-wrap: wrap;
  }
  .product_info-section2 .cont .gt .list a{
    width: 100%;
    margin-bottom: 26px;
  }
}
.product_info-section2 .cont .gt .list a .img img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_info-section2 .cont .gt .list a span {
  font-size: 18px;
  color: #262626;
}
@media (max-width: 991px) {
  .product_info-section2 .cont .gt .list a span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .gt .list a span {
    font-size: 14;
  }
  .product_info-section2 .cont .gt .list a .img img {
    height: 70%;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .gt .list a span {
    font-size: 12px;
  }
}
.product_info-section2 .cont .gt .list a:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
/* 产品页面修改 */
.f_pro_info .cont .lt .nav {
  display: none;
  visibility: hidden;
}
.f_pro_info .cont .lt .qie {
  display: none;
  visibility: hidden;
}
.f_pro_info .cont .labelbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.f_pro_info .cont .labelbox .list1 {
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 4px 10px;
  border: 1px solid #ddd;
}
.f_pro_info2 .pro_case {
  width: 100%;
  padding-top: 100px;
}
.f_pro_info2 .pro_case .tit {
  background-color: #00A3E7;
  height: 75px;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 24px;
  color: #fff;
  justify-content: center;
  padding-left: 10px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .f_pro_info2 .pro_case .tit {
    height: 55px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .f_pro_info2 .pro_case .tit {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .f_pro_info2 .pro_case .tit {
    font-size: 14px;
  }
}
.f_pro_info2 .pro_case .f_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 991px) {
  .f_pro_info2 .pro_case .f_jut {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .f_pro_info2 .pro_case .f_jut {
    margin: 0;
  }
}
.f_pro_info2 .pro_case .f_jut a {
  display: block;
  width: 33.333%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .f_pro_info2 .pro_case .f_jut a {
    padding: 0 5px;
  }
}
@media (max-width: 575px) {
  .f_pro_info2 .pro_case .f_jut a {
    width: 100%;
    padding: 0;
  }
}
.f_pro_info2 .pro_case .f_jut a .img {
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
  padding-bottom: 86%;
}
.f_pro_info2 .pro_case .f_jut a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 60%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.f_pro_info2 .pro_case .f_jut a span {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #666;
  margin-top: 26px;
}
.f_pro_info2 .pro_case .f_jut a:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
/* End */
/* product.htmläº§å“ä¸­å¿ƒ */
.product {
  background-color: #f6f9fe;
}
.product-section1 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product-section1 {
    margin-bottom: 20px;
  }
}
.product-section1 .cont {
  width: 100%;
}
.product-section1 .cont .list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c6c9cf;
}
.product-section1 .cont .list .lt {
  width: 11%;
  text-indent: 4rem;
  padding: 24px 0;
  background-color: #ebeff6;
  font-size: 16px;
  color: #262626;
}
@media (max-width: 1600px) {
  .product-section1 .cont .list .lt{
    text-indent: 2rem;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .product-section1 .cont .list .lt {
    padding: 18px 0;
  }
}
@media (max-width: 1199px) {
  .product-section1 .cont .list .lt {
    text-indent: 1rem;
    font-size: 14px;
    width: 14%;
  }
}
@media (max-width: 767px) {
  .product-section1 .cont .list .lt {
    font-size: 14px;
    width: 100%;
    text-indent: 20px;
    padding: 14px 0;
  }
}
.product-section1 .cont .list .gt {
  width: 89%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .product-section1 .cont .list .gt {
    width: 86%;
  }
}
@media (max-width: 767px) {
  .product-section1 .cont .list .gt {
    width: 100%;
  }
}
.product-section1 .cont .list .gt .lei {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .product-section1 .cont .list .gt .lei {
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .product-section1 .cont .list .gt .lei {
    padding-bottom: 14px;
  }
}
.product-section1 .cont .list .gt .lei a {
  font-size: 16px;
  color: #262626;
  padding: 24px 28px 0;
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .product-section1 .cont .list .gt .lei a {
    padding: 18px 28px 0;
  }
}
@media (max-width: 991px) {
  .product-section1 .cont .list .gt .lei a {
    padding: 14px 20px 0;
  }
}
.product-section1 .cont .list .gt .lei a:hover {
  color: #00A3E7;
}
.product-section1 .cont .list .gt .lei a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 5%;
  width: 1px;
  height: 14px;
  background-color: #929292;
}
.product-section1 .cont .list .gt .lei a:last-child:after {
  display: none;
}
.product-section1 .cont .list .gt .lei .on {
  color: #00A3E7;
}
.product-section1 .cont .list .gt .search {
  height: 20px;
  margin-right: 24px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .product-section1 .cont .list .gt .search {
    margin-right: 18px;
  }
}
@media (max-width: 767px) {
  .product-section1 .cont .list .gt .search {
    margin-right: 14px;
  }
}
.product-section1 .cont .list .gt .search img {
  height: 100%;
}
.product-section1 .cont .list .gt .logo {
  padding: 26px 25px;
}
@media (max-width: 991px) {
  .product-section1 .cont .list .gt .logo {
    padding: 20px 19px;
  }
}
@media (max-width: 767px) {
  .product-section1 .cont .list .gt .logo {
    padding: 16px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product-section1 .cont .list .gt .logo .img {
  padding: 0;
  border: 1px solid #d6d6d6;
  height: 60px;
  margin-left: -1px;
  position: relative;
  z-index: 1;
  padding: 1px;
  overflow: hidden;
  margin-top: -1px;
  width: 14%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .product-section1 .cont .list .gt .logo .img {
    width: 25%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product-section1 .cont .list .gt .logo .img {
    width: 48%;
    margin-bottom: 10px;
  }
}
.product-section1 .cont .list .gt .logo .img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-section1 .cont .list .gt .logo .img:after {
  display: none;
}
.product-section1 .cont .list .gt .logo .img:hover {
  border: 2px solid #00A3E7;
  z-index: 2;
  box-shadow: 0 5px 5px rgba(0, 20, 50, 0.13);
}
.product-section1 .cont .list .gt .logo .act {
  border: 2px solid #00A3E7;
  z-index: 2;
  box-shadow: 0 5px 5px rgba(0, 20, 50, 0.13);
}
.product-section2 {
  padding-bottom: 5rem;
  border-bottom: 1px solid #d4d4d4;
}
.product-section2 .cont {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .product-section2 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .product-section2 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .product-section2 .cont {
    margin: 0;
  }
}
.product-section2 .cont .item {
  display: block;
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .product-section2 .cont .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .product-section2 .cont .item {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-section2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.product-section2 .cont .item .jut {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .product-section2 .cont .item .jut {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-section2 .cont .item .jut {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.product-section2 .cont .item .jut .img {
  position: relative;
  padding-bottom: 79%;
  margin-bottom: 45px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-section2 .cont .item .jut .img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product-section2 .cont .item .jut .img {
    margin-bottom: 20px;
  }
}
.product-section2 .cont .item .jut .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-section2 .cont .item .jut .font {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .product-section2 .cont .item .jut .font {
    padding: 0 12px;
  }
}
.product-section2 .cont .item .jut .font .tit {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #262626;
  color: #262626;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .product-section2 .cont .item .jut .font .tit {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .product-section2 .cont .item .jut .font .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.product-section2 .cont .item .jut .font per {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .product-section2 .cont .item .jut .font per {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product-section2 .cont .item .jut .font per {
    margin-bottom: 10px;
  }
}
.product-section2 .cont .item .jut .font .but,.case-section2 .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 40px;
  position: relative;
}
.product-section2 .cont .item .jut .font .but strong,.case-section2 .but strong {
  font-size: 16px;
  color: #262626;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .product-section2 .cont .item .jut .font .but strong,.case-section2 .but strong {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .product-section2 .cont .item .jut .font .but strong,.case-section2 .but strong {
    font-size: 12px;
  }
}
.product-section2 .cont .item .jut .font .but i,.case-section2 .but i {
  display: block;
  height: 14px;
  overflow: hidden;
  position: relative;
  margin-left: 14px;
  z-index: 2;
}
@media (max-width: 991px) {
  .product-section2 .cont .item .jut .font .but i,.case-section2 .but i {
    margin-left: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .product-section2 .cont .item .jut .font .but i,.case-section2 .but i {
    height: 10px;
    margin-left: 10px;
  }
}
.product-section2 .cont .item .jut .font .but i img,.case-section2 .but i img {
  float: left;
  height: 100%;
}
.product-section2 .cont .item .jut .font .but i img:nth-child(2n),.case-section2 .but img:nth-child(2n)  {
  display: none;
}
.product-section2 .cont .item .jut .font .but::before,.case-section2 .but::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  z-index: 1;
  background-color: #eaeff8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-section2 .cont .item:hover .img img {
  transform: scale(1.04);
}
.product-section2 .cont .item:hover .font .tit {
  color: #00A3E7;
  border-color: #00A3E7;
}
.product-section2 .cont .item:hover .font .but strong,.case-section2 .item:hover .but strong {
  color: #fff;
}
.product-section2 .cont .item:hover .font .but i img:nth-child(1),.case-section2 .item:hover .but i img:nth-child(1) {
  display: none;
}
.product-section2 .cont .item:hover .font .but i img:nth-child(2),.case-section2 .item:hover .but i img:nth-child(2) {
  display: block;
}
.product-section2 .cont .item:hover .font .but::before,.case-section2 .item:hover .but::before {
  width: 100%;
  background-color: #00A3E7;
}
.product-section2 .pagebox {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .product-section2 .pagebox {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .product-section2 .pagebox {
    margin-top: 18px;
  }
}
/* End */
/* news_info.html新闻详情 */
.news_info-section1 {
  padding-bottom: 120px;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 1199px) {
  .news_info-section1 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .news_info-section1 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .news_info-section1 {
    padding-bottom: 40px;
  }
}
/* End */
.basebut {
  width: 120px;
  height: 45px;
  border: 2px solid #030f21;
  color: #030f21;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px;
}
@media (max-width: 991px) {
  .basebut {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
}
.basebut > span {
  display: block;
  /* margin-right: 10px; */
}
.basebut i {
  display: none;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30%;
  overflow: hidden;
  font-style: normal;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .basebut i {
    right: -26%;
  }
}
.basebut i span {
  display: block;
  width: 40px;
  height: 1px;
  font-size: 18px;
  background-color: #030f21;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .basebut i span {
    width: 33px;
  }
}
.basebut i strong {
  -webkit-transform: translateX(-7px) translateY(-1px);
  transform: translateX(-7px) translateY(-1px);
  font-size: 16px;
  line-height: 1.1;
  font-family: SimSun;
}
.basebut:hover {
  background-color: #00A3E7;
  border-color: #00A3E7;
}
.basebut:hover > span {
  color: #fff;
}
.basebut:hover i {
  right: -1%;
}
.basebut:hover i span {
  width: 20px;
  background-color: #fff;
}
.basebut:hover i strong {
  color: #fff;
}




.pagesDiv{padding: 3rem 0 5rem;}
.pagination{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;margin: -0.5rem;}
.pagination li{display: block;margin: 0.5rem;}
.pagination li span,.pagination li a{display: flex;align-items: center;justify-content: center;font-size: 1.8rem;font-weight: bold;width: 4rem;height: 4rem;background: #EFEFEF;}
.pagination li a:hover{background: #00A3E7;color: #fff;}
.pagination li.active span{background: #00A3E7;color: #fff;}
.pagination li.disabled span{color: #666;cursor: no-drop;}


