.in_part4 .swiper-slide{
  flex-shrink: inherit;
}
.in_top{
  background:  no-repeat center;
  position: relative;
  background-size: cover;
  height: calc( 100vh - 125px );
}
.in_top .font{
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  color: #fff;
  transform: translate(0,-50%);
}

.in_top .font .p1{
  font-size: 80px;
  margin-bottom: 20px;
}
.in_top .font .p2{
  font-size: 36px;
}
.in_top_tab{
  background: url(../images/in_top_tab.png) no-repeat center;
  background-size: cover;
  padding: 15px 0;
}
.in_top_tab li{
  width: 25%;
  color: #fff;
  float: left;
  position: relative;
  text-align: center;
}
.in_top_tab li:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 50px;
  margin-top: -25px;
  background: rgba(255,255,255,0.5);
}
.in_top_tab li:last-child:after{
  display: none;
}
.in_top_tab li .p1{
  line-height: 60px;
}
.in_top_tab li .p1 p{
  position: relative;
  vertical-align: middle;
  height: 60px;
  display: inline-block;
}
.in_top_tab li p em{
  font-size: 60px;
  line-height: 60px;
  font-family: "Figtree-Bold";
}
.in_top_tab li span{
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
  font-size: 20px;
}
.in_top_tab li i{
  position: absolute;
  font-size: 36px;
  line-height: 40px;
  font-family: "Figtree-Bold";
  top: 0;
  right: -24px;
}
.in_top_tab li .p2{

  margin-top: 10px;
}
.in_part1 .main li .p1{
  font-size: 24px;
  color: #007750;
  margin-bottom: 10px;
  font-weight: bold;
  background:  no-repeat right / 20px;
}
.in_part1 .contain{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.in_part1 .main{
  width: 48%;
}
.in_part1 .main li{
  width: 100%;
  background: #f1f2f4;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
  color: #1d1d1f;
  border-radius: 8px;
}
.in_part1 .main li:last-child{
  margin-bottom: 0;
}
.in_part1 .main li .ico1{
  background-image: url(../images/in_part1_1.png);
}
.in_part1 .main li .ico2{
  background-image: url(../images/in_part1_2.png);
}
.in_part1 .main li .ico3{
  background-image: url(../images/in_part1_3.png);
}
.in_part1 .main li .p2{
  font-size: 18px;
}
.title .p1{
  font-size: 40px;
  color: #1d1d1f;
}
.title .p2{
  font-size: 18px;
}
.in_part2 .main li{
  float: left;
  width: 23.5%;
  margin-right: 2%;
  border-radius: 8px;
  padding-bottom: 108px;
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
}
.in_part2 .main li .font{
  background: #007750;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
}
.in_part2 .main li .font .p1{
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 8px;
}
.in_part2 .main li:nth-of-type(4n){
  margin-right: 0;
}
.in_part2 .main li .font .p2 span{
  background: #f1d589;
  color: #56381a;
  padding: 0 15px 0 25px;
  font-size: 13px;
  border-radius: 26px;
  line-height: 26px;
  position: relative;
  margin-left: 8px;
}
.in_part2 .main li .font .p2 i{
  width: 34px;
  height: 44px;
  position: absolute;
  left: -8px;
  top: -5px;
  background: url(../images/in_part2_0.png) no-repeat center;
}
.in_part2 .main li .font .p3{
  color: #fff;
  margin-top: 20px;
  opacity: 0;
  max-height: 0;
  transition: all 0.6s;
  overflow: hidden;
}
.in_part2 .main li .img{
  overflow: hidden;
}
.in_part2 .main li .img img{
  transition: all 0.3s;
  width: 100%;
}
.in_part2 .main li:hover img{
  transform: scale(1.05);
}
.in_part2 .main li:hover .font .p3{
  opacity: 1;
  max-height: 100px;
}

.in_part3 .main{
  position: relative;
  padding:  0;
}
.in_part3 .main .img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.in_part3 .main .img::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 2;
  height: 100%;
}
.in_part3 .main .img img{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_part3 .main li{
  /* position: relative;
  z-index: 10; */
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  height: 300px;
}
.in_part3 .main li::after{
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1; */
}
.in_part3 .main li .contain{
  height: 100%;
  position: relative;
    z-index: 5;
}
.in_part3 .main li .font{
  padding-top: 20px;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.in_part3 .main li .font .p1{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left
}
.in_part3 .main li .font .p2{
  font-size: 18px;
  line-height: 1.6;
  
}
.in_part3 .main li .font .btn a{
  width: 104px;
  height: 36px;
  border-radius: 36px;
  background: #097652 url(../images/in_part3_dot2.png) no-repeat center;
}
.in_part3 .main li:nth-of-type(2n+1) .font{
  align-items: flex-end;
}
.in_part3 .main li:nth-of-type(2n+1) .font p{
  text-align: right;
}
/* .in_part3 .main li:nth-of-type(2n+1) .font .p1{
  text-align: right;
}
.in_part3 .main li:nth-of-type(2n+1) .font .p2{
  text-align: right;
}
.in_part3 .main li:nth-of-type(2n+1) .font{
  float: right;
}
.in_part3 .main li:nth-of-type(2n+1) .font .btn a{
  float: right;
  background: #097652 url(../images/in_part3_dot1.png) no-repeat center;
} */

.in_part4 .p2{
  font-size: 24px;
  color: #5d616d;
  margin-bottom: 50px;
}
.in_part4 .font{
  width: 43%;
}
.in_part4 .main li{
  padding: 20px;
   background: linear-gradient(to bottom, rgba(241,214,137,1), rgba(241,214,137,0.2));
   display: flex   ;
   justify-content: space-between;
   align-items: end;
}

.in_part4 .main li div{
  position: relative;
  height: 60px;
  vertical-align: middle;
  display: inline-block;
  color: #a12d2c;
}
.in_part4 .main li .p3{
  vertical-align: middle;
  display: inline-block;
}
.in_part4 .main li .p3 em{
  /* width: 80px; */
  white-space: nowrap;
  text-align: right;
  font-size: 60px;
  font-weight: bold;
  font-family: "Figtree-Bold";
  line-height: 60px;
}
.in_part4 .main li .p3 span{
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
  font-size: 26px;
}
.in_part4 .main li .p3 i{
  position: absolute;
  font-size: 30px;
  line-height: 40px;
  font-family: "Figtree-Bold";
  top: 0;
  right: 0;
}
.in_part4 .main li div span{
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
  font-size: 18px;
}
.in_part4 .main li .p4{
  color: #56381a;
  font-size: 14px;
  vertical-align: bottom;
  /* margin-left: 10px; */
  display: inline-block;
  width: 150px;
}
.in_part4 .img{
  padding: 50px 10px;
  width: 52%;
  height: 500px;
  margin-top: 140px;
  box-sizing: border-box;
  float: right;
  background: linear-gradient(to bottom,
    rgba(139,40,36,0) 0%,
    rgba(139,40,36,1) 10%,
    rgba(139,40,36,1) 50%,
    rgba(139,40,36,1) 90%,
    rgba(139,40,36,0) 100%
  );
  overflow: hidden;
  white-space: nowrap; /* 防止文本换行 */
}
.in_part4 .img img{
  float: left;
  max-width: 49%;
  max-height: 100%;
  /* border: 5px solid #d2be8d; */
  box-sizing: border-box;
  /* object-fit: contain;
  background-color: #fff; */
}
.in_part4 .swiper-container{
  height: 100%;
}
.in_part4 .img img:nth-of-type(2n){
  float: right;
}
.in_part4 .img .scroll_bar{
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.in_part5 .p1{
  color: #1d1d1f;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
.in_part5 .font{
  font-size: 18px;
  color: #fff;
}
.in_part5 .main{
  font-size: 0;
}
.in_part5 .main li{
  width: 30%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: bottom;
}
.in_part5 .main li .font{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 10px 10px 0 0 ;
}

.in_part5 .main li:last-child{
  margin-right: 0;
  margin-bottom: 0;
}
.in_part5 .main li:nth-of-type(1) .font{
  background: #5fce96;
  padding-top: 20px;
}
.in_part5 .main li:nth-of-type(2) .font{
  background: #46b279;
  padding-top: 60px;
}
.in_part5 .main li:nth-of-type(3) .font{
  background: #329b6b;
  padding-top: 100px;
}
.in_part5 .main li:nth-of-type(4) .font{
  background: #007750;
  padding-top: 140px;
}
.in_part5 .font .p2{
  font-weight: bold;
  font-size: 18px;
}
.in_part5 .font .p2:nth-of-type(3){
  margin-top: 20px;
}
.in_part5 .main li .p3{
  font-size: 16px;
}
.in_part5 .main li .p4{
  border-radius: 0 0 10px 10px ;
  font-size: 18px;
  color: #5d616d;
  line-height: 36px;
  text-align: center;
  padding: 20px 0;
  background: #f1f2f4;
  font-weight: bold;
}




.in_part6 .main .img{

}


.in_part6 .main .swiper-button-prev:after,
.in_part6 .main .swiper-button-next:after{
  content:"";
  display: none;
}
.in_part6 .main .swiper-button-prev{
  width: 42px;
  height: 42px;
  left: 50%;
  margin-left: -600px;
  background: url(../images/in_part6_1.png) no-repeat center;
}
.in_part6 .main .swiper-button-next{
  width: 42px;
  height: 42px;
  right: 50%;
  margin-right: -600px;
  background: url(../images/in_part6_2.png) no-repeat center;
}
.in_part7 .swiper-slide{
  width: initial;
}

.in_part7 .btn{
  padding: 0 50px 2px;
  width: 100%;
  margin-top: 50px;
  box-sizing: border-box;
}
.in_part7 .swiper-pagination{
  width: 100% ;
  height: 1px;
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  background: #007750;
  float: left;
  position: inherit;
}
.in_part7 .swiper-pagination-bullet{
  height: 3px;
  background: #007750;
  flex: 1;
  margin-top: -1px;
  border-radius: 0;
  transition: 0.3s all;
}



.in_part7 .swiper-button-next,.in_part7 .swiper-button-prev{
  width: 42px;
  height: 42px;
  background-color: #ffffffe6;
  border-radius: 50%;
}
.in_part7 .swiper-button-next::after,.in_part7 .swiper-button-prev::after{
  display: block !important;
  font-size: 26px;
  color: #007750;
}
#map1{
  width: 42%;
  z-index: 2;
  position: relative;
  height: 500px;
  float: left;
}
#map1 img{
  max-width: inherit;
}
.in_part8{
  margin-bottom: 150px;
}
.in_part8 .main{
  width: 53%;
  float: right;
}
.in_part8 .main .p1{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.in_part8 .main .p1 span{
  background: #007750;
  line-height: 45px;
  padding: 0 25px;
  border-radius: 45px;
  color: #fff;
  cursor: pointer;
}
.in_part8 .main .p2{
  color: #1d1d1f;
  font-size: 16px;
}
.in_part8 .main li{
  margin-bottom: 30px;
}
.in_part8 .main li:last-child{
  margin-bottom: 0;
}

.in_part5 .content{
  margin-top: 80px;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0,119,80,0.2);
  background-color: #fff;
}
.in_part5 .tab{
  width: 75%;
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
}
.in_part5 .tab a{
  font-size: 24px;
  padding: 0px 25px;
  float: left;
  line-height: 40px;
  border-radius: 40px;

  color: #007750;
  border: 2px solid #007750;
}
.in_part5 .tab a:last-child{
  margin-right: 0;
}
.in_part5 .tab a:hover,
.in_part5 .tab a.active{
  background: #007750;
  color: #fff;
}
.in_part5 .left{
  width: 75%;
  padding-top: 25px;
}
.in_part5 .main1 .p2{
  margin-bottom: 15px;
}
.in_part5 .main1 .p2 dl{
  width: calc( 100% - 100px );
  float: right;
}
.in_part5 .main1 li{
  padding-left: 28px;
  position: relative;
  margin-top: 40px;
}
.in_part5 .main1 li:before{
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background: #46b279;
  left: 0;
  top: 13px;
  border-radius: 50%;
}
.in_part5 .main1 li .p2>span{
  font-size: 18px;
  color: #5d616d;
  float: left;
  line-height: 40px;
}
.in_part5 .main1 li dd{
  text-align: center;
  float: left;
}
.in_part5 .main1 li dd:nth-of-type(1){
  border-bottom: 8px solid #7f7f7f;
}
.in_part5 .main1 li dd:nth-of-type(2){
  border-bottom: 8px solid #a3a3a3;
}
.in_part5 .main1 li dd em{
  font-size: 12px;
}
.in_part5 .main1 li .p3{
  color: #808080;
  margin-left: -38px;
  display: flex;
  flex-wrap: wrap;
}
.in_part5 .main1 li .p3 em{
  color: #007750;
  flex-shrink: 0;
}
.in_part5 .main1 li .p3 span{
  width: 50%;
  box-sizing: border-box;
  padding-left: 10px;
  display: flex;
  font-size: 12px;
}
.in_part5 .right{
  width: 22%;
  margin-top: 120px;
}
.in_part5 .right .per1,.in_part5 .right .per2{
  position: relative;
}
.in_part5 .right p{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.in_part5 .right em{
  font-size: 32px;
  line-height: 36px;
  display: block;
}
.in_part5 .right i{
  font-size: 16px;
  display: block;
}
.in_part5 .right .ico1{
  /* width: 100px;
  height: 100px; */
  background: #46b279;
}
.in_part5 .right .ico2{
  /* width: 140px;
  height: 140px; */
  background: #007750;
}
.p_title1:before{
  position: absolute;
  left: 0;
  top: 12px;
  width: 16px;
  height: 16px;
  background: #1d1d1f;
  content: "";
}
.p_title1 .pq{
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #1d1d1f;
}
.p_title1 .pw{
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}
.page_class .img{
  text-align: center;
}
.page_class .content{
  background:  no-repeat center;
  background-size: cover;
}
.page_class .content ul{
  padding: 100px 0;
}
.page_class .content li{
  width: 33.3333%;
  text-align: center;
  color: #fff;
  float: left;
}
.page_class .content li img{
  width: 100px;
}
.page_class .content li .p1{
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0 20px;
}
.page_class .content li .p2{
  font-size: 16px;
  line-height: 24px;
}
.center{
  text-align: center;
}

.page_list .choose{
  background: #f9f9f9;
}
.page_list .choose li{
  padding: 20px 0;
  line-height: 40px;
  border-bottom: 2px solid #e3e3e3;
  color: #1d1d1f;
}
.page_list .choose li:last-child{
  border-bottom: 0;
}
.page_list .choose li span{
  float: left;
  font-size: 18px;
  margin: 0 40px;
}
.page_list .choose li .btn{
  float: left;
  width: calc( 100% - 240px );
}
.page_list .choose li .btn a{
  font-size: 16px;
  float: left;
  margin-right: 16px;
  padding: 0 16px;
  border-radius: 6px;
  box-sizing: border-box;
}
.page_list .choose li .btn a:last-child{
  margin-right: 0;
}
.page_list .choose li .btn a:hover,
.page_list .choose li .btn a.active{
  background: #007750;
  color: #fff;
}
.page_list .p1{
  margin: 100px 0 50px;
  font-size: 24px;
  color: #1d1d1f;
}
.page_list table tr{
  color: #5d616d;
}
.page_list table tr th{
  background: #eaeaea;
  border: 1px solid #d6d6d6;
  font-weight: normal;
  line-height: 50px;
  font-size: 16px;
}
.page_list table tr td{
  border: 1px solid #d6d6d6;
  background: #f9f9f9;
  text-align: center;
  line-height: 35px;
  padding: 15px 10px;
  font-size: 16px;
}
.page_list table tr .choose_child{
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url(../images/choose1.png) no-repeat center;
  background-size: cover;
}
.page_list table tr .choose_child.active{
  background: url(../images/choose2.png) no-repeat center;
  background-size: cover;
}
.page_list .btn1{
  line-height: 50px;
  margin-top: 20px;
  padding: 0 30px;
  background: #007750;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  float: right;
}
.page_tuifei .content{
  text-align: center;
  padding: 40px 0;
  color: #fff;
  background:  no-repeat center;
  background-size: cover;
}
.page_tuifei .p1{
  font-size: 32px;
  font-weight: bold;
}
.page_tuifei .p2{
  font-size: 18px;
  margin: 40px 0 30px;
}
.page_tuifei dd{
  width: 240px;
  padding: 20px 0;
  color: #007750;
  font-size: 18px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  margin: 0 auto 50px;
}
.page_tuifei dd:last-child{
  margin-bottom: 0;
}
.page_tuifei dd:before{
  content: "";
  width: 24px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: -34px;
  background: url(../images/dot.png) no-repeat center;
  background-size: cover;
}
.page_tuifei dd:last-child:before{
  display: none;
}
.tj_mask{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 13;
}
.tj_show{
  display: none;
  width: 800px;
  position: fixed;
  left: 50%;
  z-index: 14;
  border-radius: 20px;
  padding: 30px 50px;
  box-sizing: border-box;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.tj_show .p1{
  color: #1d1d1f;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
.tj_show .input{
  margin-bottom: 20px;
  display: flex;
;
}
.tj_show .input>span{
  /* float: left; */
  flex-shrink: 0;
  line-height: 40px;
  color: #1d1d1f;
  width: 80px;
  margin-right: 10px;
}
.tj_show .input dd{
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
  line-height: 40px;
  border: 1px solid #e1e1e1;
}
.tj_show .input dd em{
  float: left;
  padding: 0 15px;
  font-size: 14px;
  background: #f0f0f0;
}
.tj_show .input dd a{
  float: left;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-left: 1px solid #e1e1e1;
  font-size: 20px;
  background: #fff;
  color: #1d1d1f;
}
.tj_show .input input{
  width: 300px;
  padding: 0 15px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  line-height: 38px;
  float: left;
}
.tj_show .input>span i{
  color: #f00;
}
.tj_show .input .input1{
  width: 150px;
}
.tj_show .input .yzm{
  background: #eee;
  color: #007750;
  float: left;
  padding: 0 10px;
  line-height: 40px;
  border-radius: 10px;
  margin-left: 10px;
}
.tj_show .input textarea{
  width: 600px;
  height: 100px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  line-height: 20px;
  float: left;
}
.tj_show .btn{
  background: #007750;
  color: #fff;

  padding: 0 40px;
  border-radius: 20px;
  margin-left: 90px;
  line-height: 40px;
  display: inline-block;
}
.tj_show .close{
  position: absolute;
  right: 20px;
  top: 20px;
  color: #1d1d1f;
  font-size: 30px;
  cursor: pointer;
}
.page_service{
  margin-bottom: 150px;
}


.in_part4 .swiper-container-free-mode>.swiper-wrapper{
  transition-timing-function:linear;
}


.in_part1 .img{
  width: 50%;
}






.p_title{
  text-align: center;
  font-size: 40px;
  color: #1d1d1f;
  margin-top: 70px;
  margin-bottom: 50px;
}
.p_title1{
  padding-left: 40px;
  position: relative;
  margin-top: 70px;
  margin-bottom: 50px;
}
.title{
  margin-top:70px;
  margin-bottom: 50px;
}



/*
.p_title1,
.title,
.p_title{
  margin-top: 60px;
  margin-bottom: 30px;
}
.in_part3 .main li{
  padding: 50px 0;
}

.page_service{
  padding-bottom: 50px;
}
.in_part7 .img{
  max-height: 400px;
}
.page_tuifei dd{
  padding: 10px 0;
}
.page_tuifei .p1{
  font-size: 26px;
}


*/

/*****手机验证码*************/
.popup_captcha {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999
}
.popup_captcha > div {
  background: #fff;
  width: 220px;
  padding: 30px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup_captcha .close_popup {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popup_captcha .captcha_input {
  display: flex;
  align-items: center;
}
.popup_captcha .captcha_input input {
  flex: 1;
  padding: 0 15px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  line-height: 38px;
  width: 120px;
}
.popup_captcha button {
  margin-top: 15px;
  width: 100%;
  background: #007750;
  color: #fff;
  padding: 0 40px;
  border-radius: 20px;
  line-height: 40px;
  display: inline-block;
}


.in_part2 .swiper-container-free-mode>.swiper-wrapper{
  -webkit-transition-timing-function: linear; 
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  }







