
.footer{
  justify-content: center;
  padding: 0 240px 41px;
}
.footer .right{
  margin-left: 150px;
}
.banner{
  background: transparent;
}

.call {
  
  padding: 70px 240px 70px ;

}
.sidebar_left,
.sidebar_left_div{
  display: none;
}
body{
  background: #fff;
}
/* head */
.container{
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.head {
  background: #2b3344;
}

.head .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
}

.head .container ul,.head .container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #c8cdd5;
  font-family: "OpenSans-Light";
}

.head .container ul li {
  margin-right: 30px;
}

.head .container ul li a {
  padding: 0 12px;
  font-size: 14px;
  color: #C8CDD5;
  text-transform: uppercase;
  height: 47px;
  display: flex;
  align-items: center;
}
.head .container ul li a:hover{
  background: #010101;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
  color: #C8CDD5;
}
.head .container > div > div {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.gt_float_switcher .gt_options{
  top: 36px !important;
}

.head .container > div > div > span {
  font-size: 12px;
  margin: 0 10px;
}

.head .container > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;

  margin-left: 26px;
}

.head .container > div > a img {
  width: 30px;
}
.header > div:nth-child(3),
.header > a{
  display: none;
}

.header{
  width: 100%;
  max-width: 1600px;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;

}
.header > .find{
  width: 90%;
  display: flex;
  justify-content: end;
}
.header > .find > ul{
  width: 100%;
  
  justify-content: end;
}
/* center */
.container .center{
  width: 100%;
  padding: 0;
  display: flex;
  margin-top: 100px;
  max-width: 1600px;
  justify-content: space-between;
}

.container .center > span {
  width: 19%;
  max-width: 296px;
  position: relative;
  margin-right: 30px;
  display: flex;
  align-items: start;
}
.container .center > span > ul{
  background: #F9F9F9;
  display: flex;
border-radius: 8px;
flex-wrap: wrap;
padding: 40px 0;
}
.container .center > span > ul >  div{
  position: relative;

  width: 100%;
  flex-wrap: wrap;
  padding-left: 40px;
  display: flex;
}
.container .center > span > ul >  div:last-child{

  padding-left: 0;

}
.container .center > span > ul >  div > p{

  font-weight: 600;
font-size: 20px;
  font-family: "OpenSans-SemiBold";
}
.container .center > span > ul > div:first-child:after{
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  content: '';
  width: 8px;
height: 16px;
background: #FF6B08;
  
}
.container .center > span > ul li{
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  /* font-weight: bold; */
  font-family: "OpenSans-Bold";
  margin-top: 30px;
}
.container .center > span > ul li a{
 
  display: flex;
  font-size: 16px;
}
.container .center > span > ul li:hover a{
  color: #0A5DFF;
}
.container .center > div{
  width: 80%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.container .center > div > a{
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 30px;
border: 1px solid #E7E7EB;
padding:0 24px 21px 24px;
	width: calc(25% - 22.5px);
}
.container .center > div > a:hover{
  box-shadow: 0px 7px 35px 0px rgba(3, 41, 104, 0.18);
}

.container .center > div > a:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}
.container .center > div > a:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}

.container .center > div > a > div:first-child{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0 0;
  overflow: hidden;
  height: 256px;
  box-sizing: border-box;
}
.container .center > div > a > h3{
  overflow:hidden;
  font-weight: 600;
  line-height: 1.5;
  font-family: "OpenSans-SemiBold";
font-size: 16px;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.container .center > div > a > div:last-child{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.container .center > div > a > div:last-child span:first-child{
  font-weight: 600;
  font-size: 16px;
  color: #FF6B08;
  font-family: "dinpro-medium";
  margin-top: 15px;
}


#page{
  margin: 50px 0 80px;
}


@media screen and (max-width:1400px){
  .footer{
    padding: 0 50px;
  }
  .head{
    padding: 0 15px !important;
  }

  .header{
    padding: 10px 15px;
  }

  .head .container ul li{
    margin-right: 5px;
  }
  .head .container ul li a{
    padding:  0 5px;
  }
  .index_form{
    margin-left: 0 !important;
    padding: 20px !important;
  }
  .get > div > div img{
    width: 100%;
  }

}




  /* m */
  @media screen and (max-width:767px){
    .header > div:nth-child(3),
.header > a{
  display: flex;
}

   .footer{
    padding: 30px 10px;
    box-sizing: border-box;
    margin: 0;
    justify-content: start;
    width: 100%;
   }
   .footer .right{
    margin-left: 0;
   }
   .footer .right > div::after{
display: none;
  }
  footer{
    box-sizing: border-box;
    margin-left: 0;
    width: 100%;
  }
  .header{
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header > .find{
    display: none;
  }

/* center */
.container .center{
  margin-top: 0;
  flex-wrap: wrap;
}
.container .center > span > ul > div:last-child{
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #2562E9;
  scroll-behavior: smooth;
}
.container .center > span > ul > div:last-child::-webkit-scrollbar {
  display: none ;
}
.container .center > span > ul li{
  padding: 10px 30px;
  display: flex;
  align-items: center;
  
  margin: 0;
}
.container .center > span > ul li a{
  font-size: 13px;
  text-align: center;
  width: 100%;

}
.container .center > div {
  padding: 0 10px;
}
.container .center > div > a{
  width: calc(50% - 4px);
  background: #fff;
  margin-bottom: 8px;
  padding:  0 8px 16px 8px;
}
.container .center > span > ul{
  background: #0258FF;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 ;
  border-radius: 0;
}
.container .center > div > a > div:first-child{
  height: 115px;
  padding-top: 10px;
}
.container .center > div > a > div:first-child img{ 
  max-width: 80px;
}
.container .center > span,
.container .center > div{
  width: 100%;
  max-width: 100%;
}
#page{
  margin: 0px 0 10px;
}
.container .center > span{
  margin-right: 0;
  margin-bottom: 10px;
}
.container .center > span > ul > div:first-child:after{
display: none;
}

.container .center > span > ul > div{
  padding-left: 0;
}
.container .center > span > ul > div > div{

  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  padding: 10px 30px;
}
.container .center > span > ul > div > div >div img:first-child{
margin-right: 12px;
  width: 17px;
}
.container .center > span > ul > div > div img:last-child{

  width: 11px;
  height: fit-content;
}
.container .center > span > ul > div > div > div {
  display: flex;
  align-items: center;
}
.container .center > span > ul > div > div > div span{
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;

}

.container .center > div > a > div:last-child span:first-child{
  font-weight: 400;
font-size: 14px;
margin-top: 0;
}

.container .center > div > a > h3{
  line-height: 1.25;
  margin-top: 10px;
  font-size: 14px;
}

.container .center > div > a > div:last-child span:last-child{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;

border-radius: 5px;
padding:4.5px 5px;
}
.container .center > div > a > div:last-child{
  align-items: center;
  margin-top: 15px;
}




body{
  background: #F7F8FC;
}







.sidebar_left{
  display: block;
}








  }



























