.menu_title{
    font-weight: 600;
    color: #333;
}
.title {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 0 15px;
}
.title h3 {
  font-size: 14px;
  font-weight: 600;
}
.title span {
  display: inline-block;
  color: #22ac88;
  font-weight: 600;
  font-size: 25px;
  position: relative;
}
.title span::after {
  content: '';
  position: absolute;
  left: -100%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: #333;
}
.title span::before {
  content: '';
  position: absolute;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: #333;
}
.banner {
  position: relative;
}
.banner .banner_text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  width: 1200px;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.banner .banner_text h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner .banner_text p {
  width: 40%;
  color: #fff;
  margin-bottom: 0;
}
.news_title {
  text-align: center;
  border-bottom: 1px solid #898787;
  max-width: 1200px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 50px;
}
.news_title h4 {
  font-size: 25px;
  font-weight: 600;
}
.news_title .news_box {
  display: flex;
  justify-content: center;
}
.news_title .news_box .news_tel {
  display: flex;
  margin: 0 25px;
}
.sort {
  padding: 0 15px;
}
.sort ul {
  display: flex;
  justify-content: center;
}
.sort ul li a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #b6b6b6;
  color: #fff;
  margin: 0 15px;
}
.sort ul li a:hover {
  background-color: #22ac88;
}
.sort ul .sort_bg a {
  background-color: #22ac88;
}
.bread_box {
  background-color: #f9f9f9;
}
.bread_box .bread {
  max-width: 1200px;
  margin: auto;
  display: flex;
  padding: 15px 0;
}
.bread_box .bread .add {
  display: flex;
}
.bread_box .bread .add:hover i {
  color: #eda300;
}
.bread_box .bread .add:hover span {
  color: #eda300;
}
.bread_box .bread .add i {
  margin-right: 5px;
  font-size: 14px;
  transition: all .5s ease;
}
.bread_box .bread .add span {
  display: inline-block;
  font-size: 14px !important;
  transition: all .5s ease;
}
.bread_box .bread .sub_menu {
  display: block;
  margin-left: 10px;
}
.bread_box .bread .sub_menu .breadcrumb {
  display: flex;
  padding-left: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: initial;
}
.bread_box .bread .sub_menu .breadcrumb li {
  display: flex;
}
.bread_box .bread .sub_menu .breadcrumb li::after {
  content: '>';
  margin: 0 5px;
  color: #666;
}
.bread_box .bread .sub_menu .breadcrumb li:last-child:after {
  content: '';
}
.bread_box .bread .sub_menu .breadcrumb li a {
  color: #666;
  font-size: 14px;
  transition: all .5s ease;
}
.bread_box .bread .sub_menu .breadcrumb li a:hover {
  color: #eda300;
}
.unite .unite_box {
  max-width: 1200px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 70px;
}
.list_about img {
  width: 100%;
  max-width: 100%;
}
.list_about p {
  line-height: 40px;
  font-size: 18px;
    letter-spacing: 1px;
}

.list_history ul li {
  position: relative;
  padding: 25px 0;
  padding-left: 25px;
  border-left: 3px dashed #22ac88;
  border-top: 1px dotted #b6b6b6;
}
.list_history ul li:hover h3 {
  transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  /* IE 9 */
  -webkit-transform: translate(0px, -8px);
  /* Safari and Chrome */
}
.list_history ul li h3 {
  font-size: 25px;
  color: #4abcff;
  font-weight: 600;
  transition: all .5s ease;
}
.list_history ul li:nth-child(2n) {
  border-left: 3px dashed #4abcff;
}
.list_history ul li:nth-child(2n) h3 {
  color: #22ac88;
}
.list_history ul li::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transform: translate(-66%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #007BFF;
  background-color: #fff;
}
.list_history ul li:last-child {
  border-bottom: 1px dotted #b6b6b6;
}
.list_persons ul li {
  display: flex;
}
.list_persons ul li:hover .right {
  background-color: #22ac88;
}
.list_persons ul li:hover .right h4 {
  color: #fff;
}
.list_persons ul li:hover .right p {
  color: #fff;
}
.list_persons ul li .left {
  width: 50%;
  cursor: pointer;
}
.list_persons ul li .left img {
  width: 100%;
  display: block;
  margin: auto;
}
.list_persons ul li .right {
  width: 50%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}
.list_persons ul li .right h4 {
  font-size: 25px;
  font-weight: 600;
  color: #333;
}
.list_persons ul li:nth-child(2n) .left {
  order: 2;
}
.list_persons ul li:nth-child(2n) .right {
  order: 1;
}
.list_news ul li {
  padding: 20px 0;
  border-bottom: 1px dotted #c7c7c7;
}
.list_news ul li a {
  display: flex;
}
.list_news ul li a:hover .text h5 {
  color: #22ac88;
  transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  /* IE 9 */
  -webkit-transform: translate(10px, 0px);
  /* Safari and Chrome */
}
.list_news ul li a .time {
  position: relative;
}
.list_news ul li a .time .time_month {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;
}
.list_news ul li a .time .time_month h2 {
  font-size: 30px;
  margin-bottom: -2px;
  color: #fff;
}
.list_news ul li a .time .time_month span {
  font-size: 14px;
  color: #fff;
}
.list_news ul li a .text {
  padding-left: 15px;
}
.list_news ul li a .text h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  transition: all .5s ease;
}
.list_news ul li a .text span {
  font-size: 14px;
}
.list_news ul li a .text p {
  font-size: 14px;
  margin-bottom: 0;
}
.show_news img {
  width: auto;
  max-width: 100%;
  padding: 10px 0;
}
.list_technology ul {
  display: flex;
  flex-wrap: wrap;
}
.list_technology ul li {
  width: 33.33%;
  padding: 10px 15px;
}
.list_technology ul li .tech_img{
    overflow: hidden;
}
.list_technology ul li .tech_img:hover img{
    transform: scale(1.2,1.2); /* 标准语法 */
    -ms-transform:scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
}
.list_technology ul li .tech_img img {
  width: 100%;
  transition: all .5s ease;
}
.list_honor ul {
  display: flex;
  flex-wrap: wrap;
}
.list_honor ul li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.list_honor ul li .honor_img {
  border: 6px solid #22ac88;
}
.list_honor ul li .honor_img img {
  width: 100%;
}
.list_honor ul li .honor_text {
  padding: 10px 15px;
  background-color: #22ac88;
}
.list_honor ul li .honor_text p {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
.list_contact h4 {
  font-size: 25px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
.list_contact h4::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #22ac88;
}
.list_contact .contact_ul {
  display: flex;
  flex-wrap: wrap;
  border-radius: 25px;
  padding: 50px 0px;
}
.list_contact .contact_ul li {
  width: 33.33%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.list_contact .contact_ul li span {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  width: 88px;
  display: flex;
  justify-content: right;
  margin-right: 10px;
}
.list_contact .contact_ul li p {
  padding-left: 0px;
  margin-bottom: 25px;
}
.list_contact .software {
  display: flex;
  padding-top: 25px;
  justify-content: space-around;
  border-radius: 25px;
  padding: 25px;
}
.list_product ul {
  display: flex;
  flex-wrap: wrap;
}
.list_product ul li {
  width: 33.33%;
}
.list_product ul li:hover a .pro_img img {
  transform: rotateY(180deg);
  box-shadow: 0px 10px 8px #e5e5e5;
}
.list_product ul li:hover a .pro_text p {
  color: #22ac88;
}
.list_product ul li a {
  display: block;
  padding: 0 15px;
}
.list_product ul li a .pro_img img {
  width: 100%;
  box-shadow: 0px 3px 8px #e5e5e5;
  transition: all .5s ease;
}
.list_product ul li a .pro_text p {
  text-align: center;
  margin-bottom: 0;
  padding: 15px;
  font-weight: 600;
}
.show_product .top {
  display: flex;
}
.show_product .top .left {
  width: 50%;
}
.show_product .top .left .pro_img img {
  width: 100%;
}
.show_product .top .left .smoe_sort {
  display: flex;
  margin-top: 10px;
}
.show_product .top .left .smoe_sort li {
  width: 20%;
  padding: 5px;
}
.show_product .top .left .smoe_sort li img {
  width: 100%;
}
.show_product .top .left .smoe_sort .sort_border {
  border: 2px solid #22ac88;
  border-radius: 15px;
}
.show_product .top .right {
  width: 50%;
}
.show_product .top .right ul {
  margin-left: 50px;
}
.show_product .top .right ul h3 {
  margin-bottom: 25px;
  font-size: 30px;
  color: #22ac88;
  font-weight: 600;
  margin-top: 50px;
}
.show_product .top .right ul li {
  display: flex;
  line-height: 40px;
}
.show_product .top .right ul li a {
  padding: 10px 30px;
  color: #fff;
  background-color: #22ac88;
  border-radius: 10px;
  font-size: 20px;
  display: inline-block;
  margin-top: 20px;
}
.show_product .top .right ul li span {
  margin-right: 25px;
  width: 20%;
  text-align-last: justify;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.show_product .top .right ul li p {
  margin-bottom: 0;
  font-size: 20px;
}
.show_product .top .right ul .price {
  margin-top: 10px;
}
.show_product .top .right ul .price span {
  width: 25%;
  font-size: 25px;
}
.show_product .top .right ul .price p {
  font-size: 35px;
  color: #f00;
  font-weight: 600;
}
.show_product .bottom {
  margin-top: 25px;
}
.show_product .bottom .details {
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.show_product .bottom .details h3 {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.show_product .bottom .details s {
  width: 80px;
  height: 5px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  background: #3fb150;
}
.show_product .bottom img {
  width: auto;
  max-width: 100%;
}
.show_product .bottom .price_btn a {
  padding: 20px 0;
  text-align: center;
  background-color: #22ac88;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  display: block;
  width: 50%;
  margin: auto;
  font-size: 30px;
  margin-top: 50px;
}
.list_video ul{
  display: flex;
  flex-wrap: wrap;
}
.list_video ul li {
  width: 33.33%;
    padding: 15px;
}

.list_video ul li a .left img{
  width: 100%;
}
.list_video ul li a .right {
  display: flex;
  align-items: center;
     padding: 15px 15px;
    text-align: center;
    background-color: #22ac88;
}

.list_video ul li a .right h5 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  transition: all .5s ease;
  text-align: center;
  text-overflow: ellipsis;  
  white-space: nowrap; 
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: center;
}
.show_video .video_frame {
  width: 100%;
}
.show_video_title span::before {
  content: none;
}
.show_video_title span::after {
  content: none;
}
.show_buy {
  display: flex;
}
.show_buy .pay_box1 {
  width: 50%;
  padding-bottom: 25px;
}
.show_buy .pay_box1 .pay_title1 {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  width: 400px;
  margin: auto;
}
.show_buy .pay_box1 .pay_title1 span {
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  font-weight: 600;
  margin: auto;
  background-color: #e5e5e5;
}
.show_buy .pay_box1 .pay_img1 {
  text-align: center;
  display: flex;
}
.show_buy .pay_box1 .pay_img1 .account2 {
  width: 100%;
}
.show_buy .pay_box1 .pay_img1 .account2 h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 30px 0 20px 0;
}
.show_buy .pay_box1 .pay_img1 .account2 img {
  display: block;
  margin: auto;
  width: 35%;
}
.show_buy .pay_box1 .pay_img1 .account1 {
  width: 100%;
}
.show_buy .pay_box1 .pay_img1 .account1 h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 30px 0 20px 0;
}
.show_buy .pay_box1 .pay_img1 .account1 p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 40px;
}
.messages .message {
  margin: 0;
  padding: 40px 10px;
}
.messages .message li {
  width: 49%;
  display: inline-block;
  margin-bottom: 5px;
}
.messages .message li:first-child {
  width: 100%;
}
.messages .message li:first-child h2 {
  color: #333 !important;
  text-align: center;
}
.messages .message li:nth-child(4) {
  width: 100%;
}
.messages .message li:nth-child(5) {
  width: 100%;
  text-align: center;
}
.messages .message li label {
  display: block !important;
}
.messages .message li input {
  outline: none;
  width: 100% !important;
  border: 1px solid #e5e5e5;
  padding: 5px 5px;
  border-radius: 5px;
}
.messages .message li textarea {
  outline: none;
  width: 100% !important;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  padding: 5px 5px;
  height: 200px;
}
.messages .message li:last-child {
  width: 100%;
}
.messages .message li:last-child input {
  background-color: red;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  outline: none;
  width: 100% !important;
  transition: all .5s ease;
}
.messages .message li:last-child a {
  display: inline-block;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  text-align: center;
  transition: all .5s ease;
}
.messages .message li .kefu {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.messages .message li .kefu a span {
  display: block;
  color: #333;
}
.course{
    margin-top: 100px;
    overflow: hidden;
}
.course .cou_box{
    max-width: 1000px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 25px 0;
    justify-content: space-between;
}
.course .cou_box:nth-child(2n) .left{
    order: 2;   
}
.course .cou_box:nth-child(2n) .right{
    order: 1; 
}
.course .cou_box:nth-child(2n) .right {
    display: flex;
    justify-content: flex-end;
}
.course .cou_box:nth-child(2n) .right .year_box:after {
    content: '';
    width: 250px;
    height: 71px;
    background: #407fc2;
    border-radius: 100% 100% 100% 100%;
    /*border-bottom: 1px dashed #cbcbcb;*/
    position: absolute;
    left: 18px;
    top: -52%;
    z-index: -2;
    transform: rotate(314deg);
}

.course .cou_box:nth-child(2n - 1) .right .year_box:after {
    content: '';
    width: 250px;
    height: 71px;
    background: #22ac88;
    border-radius: 100% 100% 100% 100%;
    /*border-bottom: 1px dashed #cbcbcb;*/
    position: absolute;
    left: -150px;
    top: -48%;
    z-index: -2;
    transform: rotate(45deg);
}

.course .cou_box:nth-child(2) .right .year_box:after {
    background: linear-gradient(to bottom, #eeb018 , #f3df26);
}
.course .cou_box:nth-child(3) .right .year_box:after {
        background: linear-gradient(to bottom, #4bad2f , #afc61e);
}
.course .cou_box:nth-child(4) .right .year_box:after {
        background: linear-gradient(to bottom, #1094a0 , #1da4ba);
}
.course .cou_box:nth-child(5) .right .year_box:after {
        background: linear-gradient(to bottom, #ac047e , #de0179);
}
.course .cou_box:nth-child(6) .right .year_box:after {
        background: linear-gradient(to bottom, #026aba , #04a0e7);
}
.course .cou_box:nth-child(7) .right .year_box:after {
        background: linear-gradient(to bottom, #d41235 , #dc5013);
}
.course .cou_box:nth-child(8) .right .year_box:after {
    background: linear-gradient(to bottom, #eeb018 , #f3df26);
}
.course .cou_box:nth-child(9) .right .year_box:after {
   background: linear-gradient(to bottom, #eeb018 , #f3df26);
}
.course .cou_box:nth-child(10) .right .year_box:after {
    background: linear-gradient(to bottom, #4bad2f , #afc61e);
}
.course .cou_box:nth-child(11) .right .year_box:after {
   background: linear-gradient(to bottom, #1094a0 , #1da4ba);
}
.course .cou_box:nth-child(12) .right .year_box:after {
    background: linear-gradient(to bottom, #ac047e , #de0179);
}

.course .cou_box:first-child .right .year_box:after{
    content:initial;
}
.course .cou_box .left{
    width: 50%;
    text-align: center;
}
.course .cou_box .left span{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #22ac88;
}
.course .cou_box .left p{
   margin-bottom: 0px;
}
.course .cou_box .right{
    width: 48%;
    position: relative;
}
/*.course .cou_box:nth-child(2n) .right .year_box{*/
/*    background-color: #40d1ab;*/
/*}*/
/*.course .cou_box:nth-child(2n) .right .year_box .year{*/
/*    background-color: #22ac88;*/
/*}*/
.course .cou_box:nth-child(2) .right .year_box .year{
    background: linear-gradient(to bottom, #eeb018 , #f3df26);
}
.course .cou_box:nth-child(3) .right .year_box .year{
    background: linear-gradient(to bottom, #4bad2f , #afc61e);
}
.course .cou_box:nth-child(4) .right .year_box .year{
    background: linear-gradient(to bottom, #1094a0 , #1da4ba);
}
.course .cou_box:nth-child(5) .right .year_box .year{
    background: linear-gradient(to bottom, #ac047e , #de0179);
}
.course .cou_box:nth-child(6) .right .year_box .year{
    background: linear-gradient(to bottom, #533d8c , #7c5c9b);
}
.course .cou_box:nth-child(7) .right .year_box .year{
    background: linear-gradient(to bottom, #026aba , #04a0e7);
}
.course .cou_box:nth-child(8) .right .year_box .year{
    background: linear-gradient(to bottom, #eeb018 , #f3df26);
}
.course .cou_box:nth-child(9) .right .year_box .year{
    background: linear-gradient(to bottom, #4bad2f , #afc61e);
}
.course .cou_box:nth-child(10) .right .year_box .year{
    background: linear-gradient(to bottom, #1094a0 , #1da4ba);
}
.course .cou_box:nth-child(11) .right .year_box .year{
    background: linear-gradient(to bottom, #ac047e , #de0179);
}
.course .cou_box:nth-child(12) .right .year_box .year{
    background: linear-gradient(to bottom, #533d8c , #7c5c9b);
}
.course .cou_box .right .year_box{
    border-radius: 50%;
    background-color: #ededed;
    width: 120px;
    height: 120px;
    position: relative;
}
.course .cou_box .right .year_box .year{
    border-radius: 50%;
    /*background-color: #407fc2;*/
    background: linear-gradient(to bottom, #d41235 , #dc5013);
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

#listTemplate .product_box a{
    flex-direction: column;
}
#listTemplate .product_box a .menu_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#listTemplate .product_box a .menu_box .menu_title{
    color: #333;
    font-size: 18px;
}
#listTemplate .product_box a p{
    margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .banner_text {
    padding: 0 15px;
  }
  .bread_box .bread {
    padding: 15px;
  }
  .title {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .title span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .unite .unite_box {
    padding: 0 15px;
  }
  .footer .footer_box .product {
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .banner .banner_text h3 {
    font-size: 20px;
  }
  .banner .banner_text p {
    width: 50%;
    font-size: 14px;
  }
  .list_product ul li a {
    padding: 0 5px;
  }
  .unite .unite_box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .show_product .top .right ul li span {
    width: 30%;
  }
  .show_product .top .right ul .price span {
    width: 45%;
  }
  .show_product .top .right ul h3 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .list_honor ul li {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .banner .banner_text h3 {
    text-align: center;
    margin-bottom: 5px;
  }
  .banner .banner_text p {
    text-align: center;
    margin: auto;
    width: 80%;
  }
  .show_product .top .left .smoe_sort .sort_border {
    border-radius: 5px;
  }
  .show_product .top .right ul {
    margin-left: 15px;
  }
  .show_product .top .right ul li span {
    width: 34%;
    margin-right: 15px;
    font-size: 18px;
  }
  .show_product .top .right ul li a {
    padding: 5px 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .show_product .top .right ul .price span {
    font-size: 20px;
  }
  .show_product .top .right ul .price p {
    font-size: 30px;
  }
  .show_product .bottom .price_btn a {
    width: 100%;
    font-size: 20px;
  }
  .list_technology ul li {
    width: 33.3%;
    padding: 10px 5px;
  }
  .list_contact .contact_ul li {
    width: 50%;
  }
  .list_persons ul li .right h4 {
    font-size: 20px;
  }
  .footer .footer_box h4 {
    font-size: 23px;
   }
    .list_video ul li {
        width: 50%;
        padding: 15px;
    }
    .list_video ul li {
        padding: 10px;
    }
    .show_product .top{
        flex-direction: column;
    }
    .show_product .top .left{
        width: 100%;
    }
    .show_product .top .right{
        width: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .bread_box .bread .add{
        display: none;
    }
  .sort ul {
    flex-direction: column;
  }
  .sort ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .sort ul li a {
    display: block;
    text-align: center;
  }
  .unite .unite_box {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .banner .banner_text p {
    display: none;
  }
  .list_product ul li {
    width: 50%;
  }
  .show_product .top {
    flex-direction: column;
  }
  .show_product .top .left {
    width: 100%;
  }
  .show_product .top .right {
    width: 100%;
  }
  .show_product .top .right ul {
    margin-left: 0;
  }
  .list_news ul li a .text {
    padding-left: 0px;
  }
  .list_news ul li a .time {
    display: none;
  }
  .list_video ul li a {
    padding: 15px 0;
  }
  .list_video ul li {
        width: 100%;
        padding: 15px;
    }
  .list_video ul li a .left h5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .list_video ul li a .left i {
    display: none;
  }
  .list_honor ul li {
    width: 100%;
    padding: 0 0px;
  }
  .list_contact .contact_ul li {
    flex-direction: column;
  }
  .list_contact .contact_ul li span {
    display: block;
    text-align: center;
    margin-right: 0px;
    width: 100%;
  }
  .list_contact .software {
    flex-direction: column;
  }
  .list_contact .software .ware img {
    width: 100%;
  }
  .list_persons ul li {
    flex-direction: column;
  }
  .list_persons ul li .left {
    width: 100%;
    order: 1 !important;
  }
  .list_persons ul li .right {
    width: 100%;
    order: 2 !important;
    padding: 25px 15px;
  }
  .list_persons ul li .right h4 {
    font-size: 20px;
  }
  .list_persons ul li .right p {
    margin-bottom: 0;
  }
  .show_product .top .right ul h3 {
    margin-bottom: 15px;
    font-size: 25;
  }
  .show_product .bottom .price_btn a {
    padding: 10px 0;
  }
  .news_title h4 {
    font-size: 18px;
  }
  .news_title .news_box .news_tel {
    margin: 0 5px;
  }
  .list_about p {
        line-height: 28px;
        font-size: 16px;
        letter-spacing: 0px;
    }
    .course {
        margin-top: 15px;
    }
    .rights {
      width: 100%;
    }
    .rights ul {
    }
    .rights ul h3 {
      margin-bottom: 25px;
      font-size: 30px;
      color: #22ac88;
      font-weight: 600;
      margin-top: 50px;
    }
    .rights ul li {
      display: flex;
      line-height: 40px;
    }
    .rights ul li a {
      padding: 10px 30px;
      color: #fff;
      background-color: #22ac88;
      border-radius: 10px;
      font-size: 20px;
      display: inline-block;
      margin-top: 20px;
    }
    .rights ul li span {
      margin-right: 25px;
      width: 30%;
      text-align-last: justify;
      font-size: 20px;
      color: #333;
      font-weight: 600;
    }
    .rights ul li p {
      margin-bottom: 0;
      font-size: 20px;
    }
    .rights ul .price {
      margin-top: 10px;
    }
    .rights ul .price span {
      width: 35%;
      font-size: 25px;
    }
    .rights ul .price p {
      font-size: 35px;
      color: #f00;
      font-weight: 600;
    }
    .title span::before{
        content:none;
    }
    .title span::after{
        content:none;
    }
}
   .pagination{
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 15px;
        }
        
        .pagination a{
          padding: 15px;
        }
        
        .pagination a:hover{
          color: #f94900;
        }
        
        .pagination .pull-right{
          display: flex;
        }
        .pagination .btn-primary{
          background-color: #f94900;
          border-color: #f94900;
        }
        
        .pagination .pull-right .form-control {
          width: 50px;
          margin-right: 15px;
        }
        .pagination  li{
            border-bottom: none !important;
        }
        .pagination  .active a{
            color: #fff;
           background-color: #22ac88;
        }
