#CarPhoto{
  padding: 30px 0;
}
#CarPhoto h1{
  float: left;
  color: #615f60;
  padding-left: 15px;
  padding-right: 15px;
}
#CarPhoto .yearselect{
	float: right;
	padding-top: 30px;
}
#CarPhoto .yearselect select{
	background: #0f306c;
	color: #fff;
	font-size: 20px;
	height: 45px;
	text-align: center;
	min-width: 100px;
	border-radius: 0;
}
#CarPhoto .yearselect select > option{
}
.description{
	padding: 50px 15px;
	color: #757576;
	background: #e6e6e6;
	text-align: justify;
}
.clickmore{
	display: block;
	background: #edc037;
	color: #0f306c;
	font-size: 30px;
	padding: 15px 30px;
	text-align: center;
}
#csrslide{
	background: url('/web-assets/img/csr-bg2.jpg') center center no-repeat;
	background-size: cover;
	padding: 80px;
}
#csrslide .subject,
#csrslide .boxslide{
	max-width: 960px;
	margin: 0 auto;
	color: #fff;
	font-size: 33px;
}
#csrslide .subject{
	padding-top: 15px;
	display: block;
}
#csrslide .boxslide{
	box-shadow: 0px 0px 20px #000;
}
#csrslide .boxslide .slick-slide img{
	width: 100%;
	min-height: 100%;
}
#csrslide .slick-prev, .slick-next{
  height: 38px;
}
#csrslide .slick-prev,
#csrslide .slick-next{
  width: 52px;
  height: 52px;
  z-index: 11;
}
#csrslide .slick-prev{
	left: -100px;
}
#csrslide .slick-next{
	right: -100px;
}
#csrslide .slick-prev{
  background: url("/web-assets/img/c-back.png") center center no-repeat;
}
#csrslide .slick-next{
  background: url("/web-assets/img/c-next.png") center center no-repeat;
}
.slidenav{
	padding-top: 20px;
	padding-bottom: 20px;
}
.slidenav .slider-nav{
	max-width: 90%;
	margin: 0 auto;
}
.slidenav .slider-nav .slick-slide{
	padding-left: 10px;
	padding-right: 10px;
}
.slidenav .slider-nav .slick-slide > img{
	width: 100%;
	height-min: 100%;
}
.morecsr{
    padding: 30px 0;
    padding-bottom: 150px;
}
.morecsr .rownews{
    background: #fff;
    padding: 0px;
    margin-bottom: 20px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.morecsr .rownews:hover{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
.morecsr .img{
    position: relative;
    overflow: hidden;
    height: 240px;
}
.morecsr .subject{
    font-size: 24px;
    padding: 10px 15px;
    text-align: center;
}
.morecsr .img .time{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #919191;
    color: #fff;
    padding-top: 3px;
    padding-left: 13px;
    padding-right: 13px;
}
.morecsr #slidenews .img img{
    width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 0;
    -webkit#slidenews: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.morecsr .rownews:hover .img img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.boxslide .slick-slide{
  position: relative;
}
.boxslide .slick-slide .time{
  background: #919191;
  color: #fff;
  padding-top: 3px;
  padding-left: 13px;
  padding-right: 13px;
  position: absolute;
  bottom: 0;
  font-size: 24px;
}
#CarPhoto h1{
  font-size: 70px;
  float: none;
  text-align: center;
  color: #39c1cd;
}
ul.project_lists{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.project_lists > li{
  width: 50%;
  padding: 30px;
}
ul.project_lists > li > a{
  display: block;
  position: relative;
}
ul.project_lists > li > a > .img{
  height: 630px;
}
ul.project_lists > li > a > .img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.project_lists > li > a .info{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  background: #39c1cd;
  color: #fff;
  align-items: center;
}
ul.project_lists > li > a .info .img{
  min-width: 150px;
  max-width: 150px;
  background: #fff;
  align-self: stretch;
}
ul.project_lists > li > a .info .img > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul.project_lists > li > a .info .subject{
  font-size: 30px;
  padding: 15px 40px;
}
@media (max-width: 1800px) {
  ul.project_lists > li > a > .img {
      height: 425px;
  }
  ul.project_lists > li > a .info .subject{
    font-size: 20px;
  }
}
@media (max-width: 1299px) {
  ul.project_lists > li > a > .img {
      height: 388px;
  }
  ul.project_lists > li > a .info .img{
    min-width: 100px;
    max-width: 100px;
  }
  ul.project_lists > li > a .info .subject{
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .morecsr .img{
    height: 175px;
  }
  .morecsr .subject{
    font-size: 20px;
  }
  #CarPhoto .yearselect{
    padding-bottom: 0px;
    padding-top: 15px;
  }
  #csrslide .slick-prev{
    left: -70px;
  }
  #csrslide .slick-next{
    right: -70px;
  }
  ul.project_lists > li > a > .img {
      height: 310px;
  }
  #CarPhoto h1{
    font-size: 40px;
    margin: 0;
  }
  ul.project_lists > li > a .info .subject{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .morecsr .img{
    height: 228px;
  }
  ul.project_lists > li{
    padding: 15px;
  }
  ul.project_lists > li > a > .img {
      height: 250px;
  }
  ul.project_lists > li > a .info .subject{
    font-size: 14px;
    padding: 10px 20px;
  }
  ul.project_lists > li > a .info .img{
    min-width: 70px;
    max-width: 70px;
  }
}
@media (max-width: 768px) {
  .slidenav .slider-nav{
    max-width: 85%;
  }
  #csrslide{
    padding: 60px;
  }
  #csrslide .slick-prev,
  #csrslide .slick-next{
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  #csrslide .slick-prev{
    left: -50px;
  }
  #csrslide .slick-next{
    right: -50px;
  }
  .boxslide .slick-slide .time{
    font-size: 20px;
  } 
  #csrslide .subject{
    font-size: 24px;
  }
  .morecsr .img{
    height: 27vw;
  }
	.slidenav .slider-nav{
		max-width: 85%;
	}
  #CarPhoto .yearselect{
    float: none;
    padding: 15px;
  }
  .morecsr .subject{
    font-size: 18px;
  }
  .morecsr .rownews{
    height: 45vw;
  }
  .morecsr{
    padding-top: 20px;
    padding-bottom: 80px;
  }
  ul.project_lists > li{
    width: 100%;
  }
  ul.project_lists > li > a > .img{
    height: 70vw;
  }
  ul.project_lists > li > a .info .img{
    min-width: 20vw;
    mix-width: 20vw;
  }
  ul.project_lists > li > a .info .subject{
    font-size: 4vw;
    padding: 5vw;
  }
}
@media (max-width: 550px) {
  #CarPhoto{
    padding-top: 15px;
    padding-bottom: 0;
  }
  #CarPhoto h1{
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  #innerBox .newstg{
    background-position: left top;
  }
  #csrslide{
    padding: 20px;
  }
  #csrslide .slick-prev{
    left: 20px;
  }
  #csrslide .slick-next{
    right: 20px;
  }
  #csrslide .slick-prev,
  #csrslide .slick-next{
    width: 30px;
    height: 30px;
  } 
  .clickmore{
    font-size: 24px;
    padding: 10px;
  }
  .morecsr .img{
    height: 45vw;
  }
  .morecsr .rownews{
    height: auto;
  }
  #slidenews .row > div{
    width: 100%;
  }
}