
  
  /*可选*/
  html,body{
    width: 100%;
    height: 100%;
  }
  
  /*行内块元素*/
  input,img{
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom; 
  }
  

  
  textarea{
    /* 边框清零 */
    border:none;
    /* 轮廓线清零 */
    outline: none;
    /* 防止文本域被随意拖拽 */
    resize: none;
  }
  
  i{
    /*文字样式*/
    font-style: normal; 
  }
  
  table{
    /*边框合并*/
    border-collapse:collapse;
    border-spacing:0;
  }
  
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  /* 使用伪元素清除浮动 */
  .clearfix::before,
  .clearfix::after{
    content:"";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
  }
  
  .clearfix {
    *zoom: 1;
  }
  
  .ani-top {
    position: relative;
    top:0;
    transition: all .34s ease-in-out;
  }
  .ani-top:hover{
    top: -5px;  
  }
  
  .ani-bottom {
    position: relative;
    top:0;
    transition: all .15s ease-in-out;
  }
  .ani-bottom:hover{
    top: 5px;  
  }
  
  
  @-webkit-keyframes shake {
    from,
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);  
    }
  
    30%,
    90%{ 
      -webkit-transform: translate3d(-2px, 0, 0);
      transform: translate3d(-2px, 0, 0);
    }
  
    60%{
      -webkit-transform: translate3d(2px, 0, 0);
      transform: translate3d(2px, 0, 0);
    }
  }
  
  @keyframes shake {
    from,
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);  
    }
  
    30%,
    90%{ 
      -webkit-transform: translate3d(-2px, 0, 0);
      transform: translate3d(-2px, 0, 0);
    }
  
    60%{
      -webkit-transform: translate3d(2px, 0, 0);
      transform: translate3d(2px, 0, 0);
    }
  }
  
  .shake {
    -webkit-animation-name: shake;
    animation-name: shake;
  }
body {
    background: #eee;
}

.ct_w {
    /* width: 1200px; */
    /* margin: 0 auto; */
    width: 73%;
}

.part4 {
    width: 100%;
    box-sizing: border-box;
}

.part4>div {
    width: 385px;
    float: left;
    margin-right: 22px;
}

.part4>div:last-child {
    margin-right: 0;
}

.part4 table {
    border-collapse: collapse;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.part4 .item1 table td {
    border: 1px solid #eee;
    width: 190px;
    height: 180px;
    background: #00367a;
    text-align: center;
    cursor: pointer;
}

.part4 .item1 table td:hover {
    background: rgba(0, 54, 122, 0.9)
}

.part4 table td a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.part4 .item1 table td a {
    color: #00a4e9;
}

.part4 .item1 span {
    width: 100%;
    display: inline-block;
    line-height: 20px;
    margin-top: 10px;
}

.part4 .item2 span {
    width: 100%;
    display: inline-block;
    line-height: 20px;
    margin-top: 6px;
}

.part4 .item3 span {
    width: 100%;
    display: inline-block;
    line-height: 20px;
    margin-top: 6px;
}

.part4 .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.part4 .item1 .i_icon1 {
    display: inline-block;
    background: url('c_v2019_icon1.png');
    width: 86px;
    height: 83px;
    margin-top: 32px;
}

.part4 .item1 .i_icon2 {
    display: inline-block;
    background: url('c_v2019_icon2.png');
    width: 83px;
    height: 83px;
    margin-top: 32px;
}

.part4 .item1 .i_icon3 {
    display: inline-block;
    background: url('c_v2019_icon3.png');
    width: 83px;
    height: 84px;
    margin-top: 31px;
}

.part4 .item1 .i_icon4 {
    display: inline-block;
    background: url('c_v2019_icon4.png');
    width: 67px;
    height: 81px;
    margin-top: 34px;
}

.part4 .item2 table td {
    border: 1px solid #eee;
    width: 190px;
    height: 119px;
    background: #00a4e9;
    text-align: center;
    cursor: pointer;
}

.part4 .item2 table td:hover {
    background: rgba(0, 164, 233, 0.8);
}

.part4 .item2 .i_icon1 {
    display: inline-block;
    background: url('c_v2019_icon21.png');
    width: 40px;
    height: 34px;
    margin-top: 33px;
}

.part4 .item2 .i_icon2 {
    display: inline-block;
    background: url('c_v2019_icon22.png');
    width: 33px;
    height: 38px;
    margin-top: 29px;
}

.part4 .item2 .i_icon3 {
    display: inline-block;
    background: url('c_v2019_icon23.png');
    width: 38px;
    height: 39px;
    margin-top: 28px;
}

.part4 .item2 .i_icon4 {
    display: inline-block;
    background: url('c_v2019_icon24.png');
    width: 39px;
    height: 37px;
    margin-top: 30px;
}

.part4 .item2 .i_icon5 {
    display: inline-block;
    background: url('c_v2019_icon25.png');
    width: 33px;
    height: 38px;
    margin-top: 29px;
}

.part4 .item2 .i_icon6 {
    display: inline-block;
    background: url('c_v2019_icon26.png');
    width: 31px;
    height: 33px;
    margin-top: 33px;
}

.part4 .item3 table td {
    border: 1px solid #eee;
    width: 190px;
    height: 119px;
    background: #dd0000;
    text-align: center;
    cursor: pointer;
}

.part4 .item3 table td:hover {
    background: rgba(218, 18, 18, 0.8)
}

.part4 .item3 .i_icon1 {
    display: inline-block;
    background: url('c_v2019_icon31.png');
    width: 43px;
    height: 30px;
    margin-top: 37px;
}

.part4 .item3 .i_icon2 {
    display: inline-block;
    background: url('c_v2019_icon32.png');
    width: 34px;
    height: 38px;
    margin-top: 29px;
}

.part4 .item3 .i_icon3 {
    display: inline-block;
    background: url('c_v2019_icon33.png');
    width: 40px;
    height: 40px;
    margin-top: 27px;
}

.part4 .item3 .i_icon4 {
    display: inline-block;
    background: url('c_v2019_icon34.png');
    width: 35px;
    height: 40px;
    margin-top: 27px;
}

.part4 .item3 .i_icon5 {
    display: inline-block;
    background: url('c_v2019_icon35.png');
    width: 37px;
    height: 42px;
    margin-top: 26px;
}

.part4 .item3 .i_icon6 {
    display: inline-block;
    background: url('c_v2019_icon36.png');
    width: 46px;
    height: 40px;
    margin-top: 27px;
}

.part5 {
    /* margin-top: 30px; */
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}

.part5 .left_side {
    width: 60px;
    /* box-shadow: 7px 0px 5px #ddd; */
}

.part5 .left_side>div {
    width: 20px;
    height: 150px;
    padding: 30px 20px;
    font-size: 20px;
    color: #ffffff;
    background: #008965;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    /* background: #fff; */
    line-height: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part5 .left_side>div:last-child {
    border-bottom: 0;
}

.part5 .left_side>div.target {
    /* background: #fff;
    color: #008965; */
    background: #008965;
    color: #fff;
    color: #008965;
    background: #fff;
}

.part5 .logo {
    display: inline-block;
    width: 228px;
    height: 40px;
    margin: 45px 0;
    background: url('c_v2019_logo.png')
}

.part5 .left_cont {
    padding: 0 50px 0 60px;
    float: left;
}

.part5 .dec {
    width: 485px;
    line-height: 35px;
    font-size: 16px;
}

.part5 .cont {
    display: none;
}

.part5 .cont.target {
    display: block;
}
.part5 .right_side{
    /* padding: 0 24px;
    box-sizing: border-box; */
}
.part5 .right_side .item1 .right_img {
    width: 500px;
    height: 320px;
    float: right;
    margin-top: 60px;
}

.part5 .right_side .item1 .right_img img {
    width: 100%;
    height: 100%;
}

.part5 .right_side .item2 {
    width: 801px;
    height: 420px;
    padding: 59px 0;
    box-sizing: border-box;
}

.part5 .right_side .item2 .item2_left {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.part5 .right_side .item2 .item2_left img {
    width: 240px;
    height: 280px;
}

.part5 .right_side .item2 .item2_left .title {
    margin-top: 10px;
    display: block;
    line-height: 24px;
    font: 14px;
    color: #333;
    text-align: center;
}

.part5 .right_side .item2 .item2_left .title a {
    color: #333;
}

.part5 .right_side .item2 .item2_left .title a:hover {
    color: #00a4e9;
}

.part5 .right_side .item2 .item2_right {
    display: inline-block;
    width: 770px;
    vertical-align: top;
}

.part5 .right_side .item2 .item2_right>div {
    width: 370px;
    height: 150px;
    text-align: center;
    position: relative;
    float: left;
    overflow: hidden;
}

.part5 .right_side .item2 .item2_right>div>a {
    width: 100%;
    height: 100%;
    line-height: 149px;
    text-align: center;
    color: #fff;
    background: rgba(0, 54, 122, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.part5 .right_side .item2 .item2_right>div:hover a {
    opacity: 1;
    transform: translateY(0);
    -webkit-ttransform: translateY(0);
    background: rgba(0, 54, 122, 0.6);
}

.part5 .right_side .item2 .item2_right img {
    width: 100%;
    height: 100%;
}
.part5 .right_side .item2 .picScroll_left .bd{
    width: 620px !important;
}
.part5 .right_side .item2 .picScroll_left .bd .tempWrap{
    width: 620px !important;
}
.part5 .right_side .item3 {
    position: relative;
    margin: 0 24px;
    margin-top: 0px;
    /* margin-left: 1px; */
    /* width: 1110px; */
    /* width: 1091px; */
    width: 753px;
    height: 380px;
    margin-top: 20px;
    overflow: hidden;
    box-sizing: 1px 5px #ddd;
    box-sizing: 1px 4px 5px #ddd;
    box-shadow: 0px 1px 10px #a5a5a5;
}

.part5 .right_side .item3 a {
    display: inline-block;
    /* width: 270px; */
    width: 343px;
    height: 380px;
    position: absolute;
    left: 0;
    top: 0;
    /* border: 1px solid #ccc; */
    transition: all 0.2s;
    box-shadow: -3px 0px 3px 0px rgba(3, 80, 60, 0.8);
}

.part5 .right_side .item3 img {
    /* width: 100%; */
    height: 100%;
}

.part5 .right_side .item3 .content {
    width: 100%;
}

.part5 .right_side .item3 .content a {
    padding: 5px 10px;
    display: block;
    color: #333;
}

.part5 .right_side .item3 .content a:hover {
    background: #eee;
}

.part5 .right_side .item3 .content span {
    text-align: left;
    display: inline-block;
    width: 125px;
    font-size: 18px;
    margin-top: 10px;
    margin-right: 130px;
}

.part5 .right_side .item3 .content span:last-child {
    margin-right: 0;
}
.main_wrapper{
    height: 420px;
    display: flex;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto;
}
.picScroll_left .welfare ul li{
    height: 300px;
}
.picScroll_left .welfare ul li a:last-child{
    position: absolute;
    top: 270px;
    color: #9e9e9e;
    margin-top: 6px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;
}
.picScroll_left .welfare .prev,
.picScroll_left .welfare .next {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 43%;
	width: 53px;
    transform: translateY(-50%);
    cursor: pointer;
    height:71px;    
}

.picScroll_left .welfare .prev {
    left: -50px;
	background: url(https://www.impc.com.cn/resource/img/20240813shouye-left.png) center center no-repeat;
}

.picScroll_left .welfare .next {
    right: -50px;
	background: url(https://www.impc.com.cn/resource/img/20240813shouye-right.png) center center no-repeat;
}
/* 三个栏目一行 */
.column3{
    width: 100%;
    background-color: #fff;
    padding-top: 15px;
    /* 2024/08/20 修改 减去 10px*/ 
    /* margin-bottom: 40px; */
    margin-bottom: 45px;
    /* 结束 */
}
.column3 .box{
    width: 1200px;
    height: 340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.column3 .box >div{
    width: 30%;
}
.column3 .box .box_title{
    display: flex;
    justify-content: space-between;
}
.column3 .box .box_one{
    display: flex;
    justify-content: start;
    margin-top: 20px;
}
.column3 .box .box_xian{
    background-color: #fabf13;
    width: 37px;
    height: 3px;
    margin-top: -8px;
    margin-left: 109px;
}
.column3 .box .box_one .img{
    width: 85px;
    margin-right: 23px;
}
.column3 .box .box_one .img img{
    width: 100%;
}
.column3 .box .box_one .img a {
    display: inline-block;
    width: 85px;
}
.column3 .box .box_one p {
    font-size: 18px;
    font-weight: 500;
    height: 59px;
    line-height: 30px;
    display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden; /* 隐藏超出部分 */
}
.column3 .box .more{
    color: #dadada;
    float: right;
    margin-top: -13px;
}
.column3 .box .more a{
    color: #dadada;
}
.column3 .box .box_title >div >span{
    font-size: 22PX;
    font-weight: 700;
    font-style: italic;
}
.column3 .box .box_title >div >span:first-child{
   color: #008965;
}
.column3 .box .box_title >div >span:last-child{
   color: #fabf13;
}
.column3 .box .box_title >div:last-child{
    color: #008965;
}
.column3 .box .box_title{
    /* border-bottom: 1PX solid #EEE; */
    line-height: 47px;
    
}
.column3 .box .box_text{
margin-top: 20px;
}
.column3 .box .box_text P{
    line-height: 48px;
    font-size: 18px;
    border-bottom: 1px dashed  #cdcdcd;
    white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;
}
p{
    margin: 0;
}
/* white-space: nowrap;      
overflow: hidden;         
text-overflow: ellipsis; */


/* 修改集团动态 */
.msgmail .title {
    border-bottom: none !important;
    height: 45px !important;
    margin-top: 7px;
    margin-bottom: 7px;
}
.gygg .toptit{
    width: auto !important;
    text-align: center;
}
.news_box .picNews img{
    height: auto;
}
.news_box {
    height: 345px !important;
}
.gggs {
    margin-top: 0 !important;
}

/* 蒙电影像 */
.mdyx_container{
    background: linear-gradient(to top, rgba(1, 137, 101, .7), rgba(1, 137, 101, 0));
    margin-top: -41px;
    margin-bottom: 50px;
    padding: 60px 0 50px 0;
}
.mdyx_box{
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}
.mdyx_container .yx_mySwiper{
    width: 1200px;
}
.mdyx_box .yx_button{
    width: 1380px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 50px;
    position: relative;
    margin-left: -90px;
    margin-top: -19%;
}
.mdyx_box .yx_button .swiper-button-next_yx,
.mdyx_box .yx_button .swiper-button-prev_yx{
    color: #00815a;
    /* background-color: #fff; */
    height: 60px;
    width: 40px;
    border-radius: 6px;
    font-weight: 700;
}
.tsmd{
    width: 1200px;
    /* margin: 60px auto; */
  display: grid;
  grid-template-columns: 392px 242px 290px 242px;
  grid-gap: 11px;
  grid-template-rows: 100px 200px;
  height: 400px;
  /* display: grid;
  grid-template-columns: 100px 200px 100px;
  grid-auto-flow: row;
  grid-gap: 5px;
  grid-auto-rows: 50px; */
}
.tsmd-1 {
    display: grid;
    grid-template-columns: minmax(300px, 2fr)  1fr 1fr 1fr ;
   
  }
  
  .tsmd .left{
    display: grid;
    grid-template-columns: 190px 190px;
    grid-gap: 12px;
  }

.tsmd div{
    border-radius: 15px;
}
.tsmd .item{
    overflow: hidden;
    background-color: #eee;
}
.tsmd .one {
/* background: #19ca4e; */
grid-column: span 2;
height: 256px;
}
.tsmd img{
    width: 100%;
    height: 100%;
}
.tsmd  .zez{
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(1, 137, 101, 1), rgba(1, 137, 101, 0));
    display: flex;
    justify-content: center;
    align-items: end;
    line-height: 60px;
    color: #fff;
    transition: .2s ease;
    /* transform: translateY(-100%); */
}
.tsmd .zez p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 13px;
}
.tsmd .item:hover .zez{
    transform: translateY(-100%);
}
.tsmd .one p{
    text-align: center;
    display: ;
}
.tsmd .two { 
/* background: #8CC7B5; */
height: 132px;
}
.tsmd .three {
/* background: #D1BA74; */
height: 132px;
}
.tsmd .four {
/* background: #BEE7E9; */
height: 400px;
}
.tsmd .five {
/* background: #E6CEAC; */
height: 194px;
margin-bottom: 12px;
}
.tsmd .six {
/* background: #ECAD9E; */
height: 194px;
}
.tsmd .seven {
    /* background: #ECAD9E; */
    height: 400px;
}
/* 蒙电先锋 */
.gygg .toptit{
    margin-bottom: 0px !important;
}
/* .yingxiang .yx_button .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: none;
    left: none;
} */
/* çŸ¥è¡Œï¼Œåª’ä½“çŸ©é˜µ */
/* 报纸 */
.baozi{
    width: 27%;
    margin-left: 20px;
    background-image: url(https://www.impc.com.cn/resource/img/baozhi_bj.png);
    background-size: 100% 100%;
    text-align: center;
}
.baozi h3{
    line-height: 47px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 28px;
}
.baozi img{
    width: 68%;
}