.page_box{
  height: 100%;
  width: 100%;
}
.canvas_box{
  background: url("../images/bg-top.jpg") top center no-repeat;
  background-size: contain;
  position: relative;
  height: 1300px;
  width: 100%;
}
.main_box{
  position: absolute;
  top: 400px;
  width: 100%;
}
.top_page{
  width: 100%; 
}
.top_page .top_main{
  margin: 0 auto 50px;
  width: 1200px;
  display: flex;
}
.top_main .top_lft{
  width: 60%;
  position: relative;
}
.top_main .top_lft .map_box{
  position: absolute;
  width: 650px;
  height: 400px;
  z-index: 100;
  left: 55px;
}
.top_main .top_lft .bg_box{
  position: relative;
  height: 400px;
  z-index: 9;
}
.top_main .top_lft .bg_box .zd_box{
  position: absolute;
  width: 85%;
  z-index: 2;
  top: 0;
  left: 50px;
  animation: mRotate 15s infinite linear;
}
@keyframes mRotate {  
  0% { transform: rotateX(70deg) rotateZ(0); }  
  100% { transform: rotateX(70deg) rotateZ(360deg); }  
} 
.zd_box img{
  width: 100%;
}
.top_main .top_rgt{
  width: 40%;
  padding: 0 0 0 20px;
}
.top_rgt .top_tit{
  font-size: 24px;
  color: #fff;
  margin: 0 0 10px 10px;
}
.top_rgt .top_tit::before{
  content: '';
  display: inline-block;
  width: 3px;
  height: 20px;
  background: #F3C144;
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.top_rgt .top_list{
  border: 1px solid #50A3CE;
  border-radius: 6px;
  background-color: rgba(30, 78, 130, 0.8);
  padding: 10px 20px;
}
.top_list .top_item{
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px dashed #3dddf3;
}
.top_item:last-child{
  border-bottom: none;
}
.top_item a{
  color: #fff;
}
.top_item a:hover{
  text-decoration: underline;
}
.top_item h2{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top_item p{ 
  padding-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #eee;
}
.top_item .item_btn{
  display: flex;
  justify-content: space-between;
}
.ad_box{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.ad_item img{
  width: 100%;
}
.news_box{
  width: 1200px;
  margin: 0 auto;
}
.news_topic .topic_tit{
  text-align: center;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.topic_tit h2{
  font-size: 44px;
  display: inline-block;
  font-weight: bold;
}
.top_tit h2::before{
  content: '';
  display: inline-block;
  background: url("../assets/images/headline.jpg") no-repeat;
  width: 105px;
  height: 76px;
  margin-right: 10px;
}
.news_topic p{
  font-size: 20px;
  text-align: center;
}
.news_topic p a{
  color: #0377e6;
}
.news_recommend{
  margin-top: 20px;
  display: flex;
}
.news_recommend .news_slide{
  width: 620px;
}
.news_recommend .news_slide img{
  width: 100%;
  height: 340px;
}
.news_recommend .news_rgt{
  width: 560px;
  margin-left: 20px;
  margin-top: 5px;
}
.news_rgt .news_item{
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 18px;
  align-items: center;
}
.news_rgt .news_item:last-child{
  margin-bottom: 0;
}
.news_rgt .news_item::before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 19px;
  background: url("../images/dian.png") no-repeat;
  margin-right: 10px;
}
.news_rgt .news_item a{
  color: #666;
  width: 435px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_rgt .news_item a:hover{
  color: #0377e6;
}
.news_rgt .news_item span{
  font-size: 16px;
}
.banner_box{
  margin: 20px auto 0;
}
.banner_box img{
  width: 100%;
}
.news_col{
  width: 1200px;
  margin: 36px auto 0;
  display: flex;
  justify-content: space-between;
}
.news_col .news_block{
  width: 390px;
  position: relative;
  border: 1px solid #ddd;
  margin-right: 15px;
}
.news_col .news_block:last-child{
  margin-right: 0;
}
.news_col .news_block .news_tit{
  background: url("../images/tit_bg.png") no-repeat;
  width: 179px;
  height: 44px;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  padding-left: 20px;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 10px;
}
.news_block .img_box{
  padding: 40px 15px 10px;
  width: 360px;
}
.news_block .img_box .img_item{
  display: -webkit-box;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.img_box .img_item:last-child{
  border-bottom: none;
  margin-bottom: 0;
}
.img_box .img_item img{
  width: 120px;
  height: 90px;
}
.img_box .img_item h2{
  font-weight: inherit;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-left: 10px;
  width: 230px;
}
.news_block .article_box{
  padding: 40px 15px 10px;
}
.article_box .article_item{
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #ddd;
}
.article_box .article_item::before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 19px;
  background: url("../images/dian.png") no-repeat;
  margin-right: 10px;
}
.article_box .article_item:last-child{
  border-bottom: none;
  margin-bottom: 0
}
.article_box .article_item a{
  font-size: 16px;
  width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.works_title{
  font-size:32px;
  font-weight: bold;
  color: #0377e6;
  text-align: center;
  margin: 40px 0 56px 0;
  background: url("../images/zpzs.jpg") no-repeat center center;
}
.works_box{
  width: 1200px;
  margin: 36px auto 0;
  display: flex;
  justify-content: space-between;
}
.works_box .works_content{
  width: 390px;
  position: relative;
  border: 1px solid #ddd;
  margin-right: 15px;
}
.works_box .works_content:last-child{
  margin-right: 0;
}
.works_tit{
  background: url("../images/tit_bg.png") no-repeat;
  width: 179px;
  height: 44px;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  padding-left: 20px;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 10px;
}
.pt5{
  padding: 5px 15px 10px !important;
}
.article_box{
  padding: 40px 15px 10px;
}
.article_box .article_item{
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #ddd;
}
.article_box .article_item::before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 19px;
  background: url("../images/dian.png") no-repeat;
}
.article_box .article_item:last-child{
  border-bottom: none;
  margin-bottom: 0
}
.article_box .article_item a{
  font-size: 16px;
  width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video_box{
  padding: 40px 15px 10px;
  display: flex;
}
.video_box .video_item{
  width: 50%;
  margin-right: 10px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}
.video_item img{
  width: 170px;
  height: 110px;
}
.video_item:last-child{
  margin-right: 0;
}
.video_item p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
}
.pics_box{
  padding: 40px 15px 10px;
}
.pics_box .pics_item{
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}
.pics_item img{
  width:100%;
  height: 230px;
}
.pics_item p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
}
.swiperBox .swiper-slide{
  position: relative;
}
.swiper-slide .swiper_title{
  position: absolute;
  color: #fff;
  bottom: 0px;
  left:0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.mobile_nav_box{
  display: none;
}
.footer_box{
  margin-top: 40px;
  width: 100%;
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.footer_main{
  margin: 0 auto 40px;
  width: 1200px;
}
.lm_box .lm_nav{
  border-bottom: 1px solid #ccc;
}
.lm_nav .lm_nav_item{
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  color: #666;
  margin-right:40px;
  cursor: pointer;
}
.lm_nav .on{
  color:#0267d1;
}
.lm_nav .on::after{
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  position: relative;
  top: 10px;
  background: url("../images/tab-active.png") bottom no-repeat;
}
.lm_list { display:none; font-size: 0;}
.lm_list .lm_item{
  width: 227px;
  margin-right: 15px;
  margin-top: 20px;
  background: #3B84ED;
  color: #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.lm_item:nth-of-type(5n){
  margin-right: 0;
}
.lm_item a{
    color: #fff;
}
.lm_pic_list .lm_pic_item{
  float: left;
  width: 14.25%;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
}
.lm_pic_item:nth-of-type(7n){
  margin-right: 0;
}
.lm_pic_item img{
  width: 150px;
  height: 98px;
}
.menu_box{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.btn-boxs{
  position: fixed;
  right: 0px;
  bottom: 20%;
  z-index: 1050;
  height: 430px;
  width: 141px;
}
.btn-boxs .nav_item{
  background: url("../images/nav_bg.png") no-repeat;
  width: 141px;
  height: 52px;
}
.nav_item:last-child{
  background: url("../images/nav_bg1.png") no-repeat;
  height: 37px;
}
.nav_item p{
  font-size: 20px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  cursor: pointer;
}
.nav_item p a{
  color: #fff;
}
.btn-boxs .on{
  background: url("../images/nav_bg_on.png") no-repeat;
  width: 141px;
  height: 52px;
}
.btn-boxs .on:last-child{
  background: url("../images/nav_bg1_on.png") no-repeat;
  height: 37px;
}
.btn-boxs .to_top{
  background: url("../images/toTop.png") no-repeat;
  width: 141px;
  height: 29px;
  cursor: pointer;
}
/*//列表页*/
.list_box .canvas_box{
    background: url("../images/bg1-top.jpg") top center no-repeat;
    background-size: contain;
    position: relative;
    height: 722px;
    width: 100%;
}
.list_container{
    position: absolute;
    top: 420px;
    width: 100%;
    height: 200px;
}
.list_main{
    margin: 0 auto;
    width: 1200px;
    display: flex;
}
.list_main .list_lft{
    width: 770px;
}
.list_main .list_lft .position{
    font-size: 16px;
}
.list_list .list_item{
    padding: 30px 0 20px;
    border-bottom: 1px solid #ddd;
}
.list_list .list_item:last-child{
    border-bottom: 0;
}
.list_item .title{
    font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  cursor: pointer;
}
.list_item .title:hover{
    color: #0377e6;
}
.list_item .desc{
    color: #666;
    margin-bottom: 10px;
  line-height: 30px;
}
.list_item .info p{
    color: #666;
    display: inline-block;
    margin-right: 20px;
}

.list_lft .pages_box{
    display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.list_lft .pages_box p{
    border: 1px solid #ddd;
    padding: 8px 20px;
    font-size: 16px;
    cursor: pointer;
}
.list_main .list_rgt{
    width: 410px;
    margin-left: 20px;
}
.list_rgt .ad{
    width: 100%;
}

.mobile_nav_box{
  display: none;
}
.s_ad{
  width: 100%;
}
.s_ad img{
    width: 100%;
}
.detail_comm{
    background: #F6F6F6;
  border: 1px solid #E6E6E6;
  margin-top: 15px;
  padding: 20px 20px 0px;
}
.detail_comm .detail_tit{
    font-size: 20px;
    color: #0377e6;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.detail_comm .detail_tit::before{
    content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/n_icon.png") no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.detail_list .detail_item{
    border-bottom: 1px solid #ddd;
      padding: 10px 0;
}
.detail_list .detail_item:last-child{
    border-bottom: none;
}
.detail_item h2{
    overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
        font-weight: inherit;
        padding: 0 0 10px 0;
}
.detail_item h2::before{
    content: '';
          display: inline-block;
          width: 6px;
          height: 19px;
          background: url("../images/dian.png") no-repeat;
          background-size: cover;
          margin-right: 10px;
          position: relative;
          top: 3px;
}
.detail_item p{
    color: #666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 30px;
        font-size: 14px;
        width: 100%;
}
.detail_item_time{
    display: flex;
        justify-content: space-between;
}
.detail_item_time a{
    color: #0377e6;
}

/*//详情页*/
.detail_box .canvas_box{
    background: url("../images/bg1-top.jpg") top center no-repeat;
    background-size: contain;
    position: relative;
    height: 722px;
    width: 100%;
}
.detail_container{
    position: absolute;
    top: 420px;
    width: 100%;
    height: 200px;
}
.detail_container .detail_main{
    margin: 0 auto;
      width: 1200px;
      display: flex;
}
.detail_main .detail_lft{
    width: 770px;
}
.detail_main .detail_lft .position{
    color: #666;
}
.detail_lft .detail_tit{
    font-weight: bold;
  font-size: 34px;
  text-align: center;
  padding: 20px 0;
}
.detail_lft .detail_info{
   color: #666;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.detail_lft .detail_info p{
    display: inline-block;
    margin: 0 10px;
}
.detail_lft .detail_content{
    padding: 20px 0;
    line-height: 30px;
}
.detail_lft .detail_content p{
    padding-bottom: 10px;
}
.detail_lft .detail_content p img{
    width: 100%;
}
.detail_content video{
    width: 100%;
}
.detail_main .detail_rgt{
    width: 410px;
    margin-left: 20px;
}
.mobile_nav_box{
  display: none;
}

/*手机端*/
@media screen and (max-width: 1024px) {
  .page_box .canvas_box {
    height: 400px !important;
    background-size: 140% !important;
  }
  .page_box .main_box {
    top: 150px !important;
  }
  .page_box .main_box .top_page .top_main {
    width: 100% !important;
    display: inline-block !important;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto 20px !important;
  }
  .page_box .main_box .top_page .top_main .top_lft {
    display: none;
  }
  .page_box .main_box .top_page .top_main .top_rgt {
    width: 100% !important;
    padding: 0 !important;
  }
  .page_box .main_box .top_page .top_main .top_rgt .top_tit {
    font-size: 20px !important;
  }
  .page_box .main_box .top_page .top_main .top_rgt .top_list .top_item h2 {
    font-size: 16px !important;
    white-space: normal !important;
  }
  .page_box .ad_box {
    width: 100% !important;
    display: inline-block !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .page_box .ad_box .ad_item {
    width: 49%;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
  }
  .page_box .ad_box .ad_item img {
    width: 95%!important;
  }
  .page_box .news_box {
    width: 100% !important;
  }
  .page_box .news_box .news_topic .topic_tit {
    padding: 15px 10px 0 10px!important;
    display: inline-block !important;
  }
  .page_box .news_box .news_topic .topic_tit::before {
    display: none!important;
  }
  .page_box .news_box .news_topic .topic_tit h2 {
    font-size: 24px !important;
  }
  .page_box .news_box .news_topic p {
    font-size: 14px !important;
  }
  .page_box .news_recommend {
    display: block!important;
    padding: 0 10px;
  }
  .page_box .news_recommend .news_slide {
    width: 100% !important;
  }
  .page_box .news_recommend .news_rgt {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .page_box .news_recommend .news_rgt .news_item {
    display: inline-block !important;
    font-size: 16px !important;
    margin: 10px 0 0 0 !important;
  }
  .page_box .news_recommend .news_rgt .news_item a {
    width: 60% !important;
    white-space: normal !important;
  }
  .page_box .news_recommend .news_rgt .news_item span {
    margin-left: 10px;
  }
  .page_box .news_col {
    width: 100% !important;
    display: inline-block !important;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0!important;
  }
  .page_box .news_col .news_block {
    width: 100% !important;
    margin-top: 30px;
  }
  .page_box .news_col .news_block .news_tit {
    font-size: 18px!important;
    line-height: 38px!important;
    background-size: 80%!important;
  }
  .page_box .news_col .news_block .img_box {
    width: 100% !important;
    box-sizing: border-box;
  }
  .page_box .works_box {
    width: 100% !important;
    display: inline-block !important;
    padding: 0 10px!important;
    box-sizing: border-box;
    margin: 0 auto 0!important;
  }
  .page_box .works_box .works_content {
    width: 100% !important;
    margin-top: 30px;
  }
  .page_box .works_box .works_content .video_box .video_item img {
    width: 100%!important;
  }
  .page_box .works_box .works_content .works_tit {
    font-size: 18px!important;
    line-height: 38px!important;
    background-size: 80%!important;
  }
  .page_box .banner_box {
    padding: 0 10px;
  }
  .page_box .works_title {
    font-size: 22px!important;
    margin: 20px auto 6px 0 !important;
  }
  .footer_box {
    margin-top: 20px!important;
  }
  .footer_box .footer_main {
    width: 100% !important;
    padding: 0 10px!important;
    box-sizing: border-box;
  }
  .footer_box .footer_main .lm_box .lm_nav .lm_nav_item {
    font-size: 16px !important;
    margin-right: 25px !important;
  }
  .footer_box .footer_main .lm_box .lm_list {
    padding-top: 10px;
  }
  .footer_box .footer_main .lm_box .lm_list .lm_item {
    font-size: 14px !important;
    width: 31.5%!important;
    line-height: 35px!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    margin-right: 2%!important;
    margin-top: 10px!important;
  }
  .footer_box .footer_main .lm_box .lm_list .lm_item:nth-of-type(3n) {
    margin-right: 0!important;
  }
  .footer_box .footer_main .lm_box .lm_pic_list {
    padding-top: 10px;
  }
  .footer_box .footer_main .lm_box .lm_pic_list .lm_pic_item {
    width: 31%;
    margin-right: 2%!important;
    margin-top: 10px!important;
  }
  .footer_box .footer_main .lm_box .lm_pic_list .lm_pic_item:nth-of-type(3n) {
    margin-right: 0!important;
  }
  .footer_box .footer_main .lm_box .lm_pic_list .lm_pic_item img {
    width: 100%!important;
    height: 80px!important;
  }
  .detail_box .canvas_box {
    height: 300px !important;
    background-size: 140% !important;
  }
  .detail_box .detail_container {
    top: 150px !important;
  }
  .detail_box .detail_container .detail_main {
    width: 100% !important;
    display: inline-block !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .detail_box .detail_container .detail_main .detail_lft {
    width: 100% !important;
  }
  .detail_box .detail_container .detail_main .detail_lft .detail_tit {
    font-size: 20px!important;
  }
  .detail_box .detail_container .detail_main .detail_rgt {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .list_box .canvas_box {
    height: 300px !important;
    background-size: 140% !important;
  }
  .list_box .list_container {
    top: 150px !important;
  }
  .list_box .list_container .list_main {
    width: 100% !important;
    display: inline-block !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .list_box .list_container .list_main .list_lft {
    width: 100% !important;
  }
  .list_box .list_container .list_main .list_lft .list_list .list_item {
    padding: 20px 0 10px!important;
  }
  .list_box .list_container .list_main .list_lft .list_list .list_item .title {
    font-size: 18px!important;
    padding-bottom: 10px!important;
  }
  .list_box .list_container .list_main .list_rgt {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .menu_box {
    display: none!important;
  }
  .mobile_nav_box {
    display: block!important;
  }
  .mobile_nav_box .nav_list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0 0;
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    display: none;
    background: #2B68C9;
  }
  .mobile_nav_box .nav_list ul {
    padding: 0;
    margin: 80px 0 0 0;
    list-style: none;
  }
  .mobile_nav_box .nav_list ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
  }
  .mobile_nav_box .nav_list ul li a {
    color: #fff;
  }
  .mobile_nav_box .nav_list_open {
    display: block;
  }
  .mobile_nav_box .mobile_nav {
    position: absolute;
    right: 60px;
    top: 5px;
  }
  .mobile_nav_box .mobile_nav .nav_toggle {
    width: 50px;
    height: 50px;
    z-index: 2;
    border-radius: 50%;
    margin: 5px;
    position: absolute;
    cursor: pointer;
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    z-index: 500;
  }
  .mobile_nav_box .mobile_nav .nav_toggle .icon {
    width: 25px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    position: absolute;
    top: 23px;
    left: 12px;
  }
  .mobile_nav_box .mobile_nav .nav_toggle .icon::before,
  .mobile_nav_box .mobile_nav .nav_toggle .icon::after {
    width: 25px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  .mobile_nav_box .mobile_nav .nav_toggle .icon::after {
    top: 9px;
  }
  .mobile_nav_box .mobile_nav .nav_open .icon {
    width: 0;
  }
  .mobile_nav_box .mobile_nav .nav_open .icon::before,
  .mobile_nav_box .mobile_nav .nav_open .icon::after {
    width: 30px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    transform: translateY(9px) rotate(45deg);
  }
  .mobile_nav_box .mobile_nav .nav_open .icon::after {
    top: 9px;
    transform: translateY(-9px) rotate(-45deg);
  }
  .img_box .img_item h2{
      width: 210px;
  }
}