html, body {
  position: relative;
  height: 100%;
}
*{
    margin:0px;
    padding:0px;
 }
a{
    text-decoration:none;
    color: #fff;
    font-size: 16px;
}
img{
  max-width: 100%;
}
body{
    font-family: '微软雅黑';
    margin: 0 auto;
    height: 100%;
    background-color:#f5f5f5;;
    color:#000;
    overflow-x:hidden;
    padding: 0;
    font-size: 16px;

}

li{
    list-style-type: none;
}
.clear{
    clear: both;
}
.kuang {
    width: 1200px;
    display: inline-block;
}
#header{
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 66666;
  top: 0px;
  transition: 0.5s;
}
#header .logo{
  float: left;
}
#header .logo a{
  font-size: 0;
}
#header .nav{
  float: right;
}
.nav ul li{
  float:left;
  margin:0px 7px;
  height: 80px;
  line-height: 80px;
}
.nav ul li a{
    display: inline-block;
    margin: 0px 23px;
    line-height: normal;
    color:#fff;
}
.nav ul li a:hover {
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}
.nav ul li.current-menu-item a{
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
/* #header {
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 66;
    top: 0px;
} */
#video_banner{
  position: relative;
  font-size: 0;
  overflow: hidden;

}
#video_banner .kuang {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 111;
    margin: auto;
    color: #fff;
}
#video{
  width: 100%;
}
.video_banner_text{
  width: 50%;
}
.vp1{
  font-size: 36px;
  font-weight: lighter;
}
.vp2{
  font-size: 36px;
  font-weight: bold;
  margin: 10px 0px;
}
.vp3{
  font-size: 16px;
  color:#d1d1d1;
  font-family: 'Arial';
  line-height: 24px;
}
.footer_dsc{
    font-size: 14px;
    line-height: 24px;
}
#about_index{
  padding: 100px 0px;
  background-image: url(../images/about_bg.jpg);
  background-position: right;
  text-align: center;
  background-repeat: no-repeat;
}
#about_index .kuang{
  text-align: left;
}
.about_index_text{
    width: 54%;
    float: left;
}
.about_index_h2{
  color:#142b4e;
  font-size: 36px;
}
.about_index_dsc{
  color: #000000;
  margin: 5px 0px 45px 0px;
}
.about_index_con{
  color: #3e3e3e;
  line-height: 24px;
  margin-bottom: 80px;
}
.about_index_more a{
  color:#142b4e;
}
.about_index_number{
  margin-top: 80px;
  background-color: #2a3f5ee3;
  color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 10px;
  float: left;
  min-width: 700px;
}
.about_index_number ul li{
  display: inline-block;
  margin: 20px;
  width: 40%;
}
.number span{
  display: inline-block;
  font-size: 60px;
  margin-right: 5px;
}
.number p{
  display: inline-block;
}
.number_text{
  font-size: 24px;
}
#asset{
  text-align: center;
  padding: 100px 0px;
  background-color: #fff;
}
.asset_index_dsc{
  color: #000000;
  margin: 5px 0px 15px 0px;
}
.asset_index_con{
  color: #3e3e3e;
  line-height: 24px;
  margin-bottom: 50px;
}
.asset_list ul{
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.asset_list ul li{
  margin: 1%;
  cursor: pointer;
  position: relative;
  width: 23%;
}
  #asset_contain .asset_list ul li {
      width: 31%;
  }
.img_move .move{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;

}
.img_move:hover img{
  opacity: 0;
  transition: 0.5s all;
}
.img_move:hover .move{
  opacity: 1;
}
.asset_list_more{
  margin-top: 50px;
}
/*#company_news{*/
/*  text-align: center;*/
/*  background-image: url(../images/new_bg.jpg);*/
/*  background-attachment: fixed;*/
/*  height: 400px;*/
/*  padding: 100px 0px;*/
  /* background-repeat: no-repeat; */
/*  background-position: center;*/
/*  color:#fff;*/
/*}*/
#company_news {
    background-size: cover;
    position: relative;
    z-index: 10;
    background-attachment: fixed!important;
    background-image: url('../images/5559.jpg');
    text-align: center;
    color: #fff;
      padding: 100px 0px;
      background-position: center;
}


.overlay-bg, .overlay-bg-mob {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.overlay-bg {
    background: url('..//images/bbb1_02.png');
    background-repeat: repeat-x;
}

.com_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 400px;
}
.com_left{
  float: right;
  text-align: right;
  margin-right: 230px;
}
.com_right{
  text-align: left;
  margin-left: 230px;
}
.com_left,.com_right{
  width: 450px;
}
.com_right ul li{
  margin: 40px 0px;
}
.com_right ul li .com_right_dsc a{
    font-size: 14px;
}
.com_left h2{
  font-size: 36px;
  margin-bottom: 10px;
}
.com_right_title{
  margin-bottom: 7px;
  font-size: 18px;
}
.com_right ul li a{
  color: #fff;
}
.single_banner .kuang{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
}
.long_list ul li p a{
    margin-top: 5px;
    color:#142b4e;
    display: inline-block;
}
.long_link{
    text-align: right;
    margin-top: 30px;
}
.long_link a{
    color:#142b4e;
}
#footer{
  text-align: center;
  background: #2b2b2b;
  color: #fff;
  padding: 40px 0px;
}
.footer_left{
  display: inline-block;
  width: 25%;
  text-align: left;
  vertical-align: top;
  float: left;
}
.footer_mid{
  display: inline-block;
  text-align: left;
}
.wc_img {
  margin-top: 20px;
}
.footer_right{
  float: right;
  text-align: left;
}
.footer_list_title{
  font-weight: bold;
  margin: 20px 0px 40px 0px;
}
.footer_list ul li{
  margin: 10px 0px;
}
.footer_list ul li a{
  font-size: 14px;

}
.copyright{
  float: right;
  font-size: 14px;
  color: #8f8f8f;
}
#footer .kuang {
    background-image: url(../images/footer_bg_03.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.footer_list ul li img {
  vertical-align: middle;
  margin-right: 5px;
}
.banner{
  font-size: 0;
  height: 500px;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.single_tit{
  font-size: 24px;
  color: #fff;
}
.post_details{
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
}
.about_text{
  background-color: #fff;
  padding: 20px;
  text-align: left;
  line-height: 30px;
  color: #3d3d3d;
}
.about_text p {
  margin: 20px 0px;
}
.wp-pagenavi a, .wp-pagenavi span{
    color: #000;
    padding: 5px 10px !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #fff;
    background: #2a3f5e;
    
}
#single_contain{
  text-align: center;
  padding: 80px 0px;
}
#introduction{
  text-align:center;
  padding:80px 0px;
  background-color: #fff;
}
.int_top{
  text-align: left;
}
.int_top h2{
  font-size: 30px;
  color: #142b4e;
  font-weight: normal;
}
.int_top p{
  font-size: 16px;
  color: #000;
  margin-top: 5px;
}
.int_box{
  display: flex;
  width: 100%;
  margin-top:65px;
}
.int_box_img{
  float:left;
  width: 40%;
  font-size: 0;
}
.int_box_con{
  text-align: left;
  border-left:1px solid #ccc;
  margin-left: 3%;
  padding-left: 3%;
  float:left;
  width: 51%;
}
.int_box_con h3{
  color:#2e2e2e;
}
.int_box_con p {
    margin: 15px 0px;
    font-size: 16px;
    line-height: 32px;
    color: #4e4e4e;
    text-align: justify;
}
#long{
  padding: 80px 0px;
  text-align: center;
}
.long_top{
  border-bottom: 1px solid #ccc;
}
.int_top .long_top_dsc{
  margin-top: 30px;
  padding-bottom: 40px;
}
.long_list{
  margin-top:40px;
}

.long_list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.long_list ul li p{
  margin-top:5px;
  color:#142b4e;
}
#news{
  text-align:center;
  background:#fff;
  padding:80px 0px;
}
.news_list{
  margin-top:40px;
}
.news_list li{
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-content: center;
   justify-content: space-between;
   align-items: center;
   border-top:1px solid #dadada;
   padding:30px 0px;
}
.news_list li img{
  width: 30%;
  height: auto;
}
.news_list li .news_list_text{
  width: 48%;
  padding: 0px 5%;
  text-align: left;
}
.news_list li .news_list_time{
  width: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color:#aaaaaa;
} 
.news_list li .news_list_time span{
  font-size:24px;
}
.news_list li .news_list_time a{
  color:#aaaaaa;
  font-size:24px;
}
.news_list_text h2{
  font-weight:normal;
}
.news_list_text h2 a{
  font-size:20px;
  color:#323232;
}
.news_list_time_num{
  margin-right:10px;
}
.news_list_dsc {
    margin-top: 40px;
    line-height: 28px;
}
.news_list_dsc a{
  color:#323232;
  font-size:14px;
}
#portfolios{
    padding-top: 80px;
}
#portfolios .swiper{
    display: inline-block;
    height: 400px;
}
#asset_contain{
  text-align:center;
  padding:80px 0px;
  background: #fff;
}
#asset_contain h2{
  text-align:center;
  margin-bottom:40px;
}
.map_box{
  height:500px;
  width:100%;
}
#map{
  height:100%;
  width:100%;
}
#contact_contain{
  text-align:center;
  padding:80px 0px;
}
.contact_top {
  text-align:left;
  float: left;
}
.contact_top h2 {
  font-size: 30px;
  color: #142b4e;
  font-weight: normal;
}
.contact_top p{
 color:#000;
 margin-top:15px;
 font-weight: lighter;
}
#join{
  padding: 80px 0px;
  text-align: center;
}
.join_left{
  float: left;
  text-align: left;
}
.join_right{
  float: right;
}
.join_p p{
  margin-top: 50px;
  line-height: 30px;
}
#dev_contain{
  text-align: center;
  background-image: url('../images/development_02.jpg');
  padding: 60px 0px;
  min-height: 600px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper{
  height: 500px;
  margin: 50px 0px;
}
.dev_point{
  font-size: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6e7b8d;
  z-index: 1111;
}
.dev_left{
  width: 45%;
  z-index: 111111;
  text-align: left;
}
.dev_left,.dev_right,.dev_shu{
  opacity: 0;
  transition: 0.5s all;
}
.dev_mid{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.dev_right{
  width: 40%;
  text-align: left;
  line-height:30px;
}
.dev_shu{
  height: 432px;
  width: 2px;
  background: #6e7b8d;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  opacity: 0;
}
.dev_time{
  position: absolute;
  margin-left: 55px;
  color:#b9b9b9;
  font-family: 'Arial';
}
.swiper-slide-active .dev_point{
    z-index: 55;
    background: #fff;

}
.swiper-slide-active .dev_time{
  color:#fff;
}
.mySwiper .swiper-slide-active .dev_left,.mySwiper .swiper-slide-active .dev_right,.mySwiper .swiper-slide-active .dev_shu{
  /* display: block; */
  opacity: 1;
}
.mySwiper .swiper-button-next:after,.mySwiper .swiper-rtl .swiper-button-prev:after,.mySwiper .swiper-button-prev:after,.mySwiper .swiper-rtl .swiper-button-next:after {
    content: '';

}
.mySwiper .swiper-button-prev{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-image: url('../images/go_03.png');

}
.mySwiper .swiper-button-next{
    left: 0;
    right: 0;
    bottom: 0;
    top: unset;
    margin: 0 auto;
    background-image: url('../images/go_03.png');
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    /* transform: rotate(90deg); */
}
.time_left_txt{
    position: absolute;
    top: 20%;
    left: 0;
    width: 40%;
    color: #fff;
    text-align: left;
    text-align: justify;
}
.time_left_txt .dev_text p{
    margin-bottom: 10px;
}

.dev_dsc{
  margin-top: 10px;
  font-family: 'Arial';
}
.dev_text{
  margin-top:30px;
  line-height: 34px;
}
.moblie_head,.a_txt{
  display: none;
}
.contact_shu{
    height: 60px;
    width: 1px;
    margin: 0px 10%;
    background: #bfbebe;
}
.contact_bottom{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.contact_bot_tit{
    width: 40%;
    text-align: right;
    color: #2e2e2e;
    font-size: 24px;
}
.contact_bot_list{
    width: 40%;
    text-align: left;
}
.contact_bot_list ul li {
    margin:10px 0px;
}
.contact_bot_list ul li img{
    vertical-align: middle;
    margin-right: 5px;
}
.over_bg{
    position: absolute;
    top: 0;
    left: 0;
    background: #142b4e;
    z-index: 11;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .kuang{
    width: 95%;
  }
  .nav ul li a{
    margin: 0px 10px;
  }
  .about_index_con {
    margin-bottom: 50px;
  }
  .about_index_number {
    margin-top: 50px;
    padding: 40px 0px;
  }
  .number span {
    font-size: 46px;
  }
  .number p {
    margin-left: 5px;
  }
  #about_index{
    min-height: auto;
    background-size: contain;
  }
  .number_text{
    font-size:18px;
  }
  .about_index_text{
      width:40%;
  }
}
@media screen and (max-width: 1000px) {
  #header{
    display: none;
  }
  .moblie_head{display:block;height:70px;    background-color: #000000;
    background-color: rgba(0,0,0,0.3);top:0px;left:0px;width:100%;z-index:9999;position:fixed;}
  .moblie_head .lf{padding-top:10px;padding-left:2%;float:left;}
  .moblie_head .lf img{height:50px; width: auto;}
  .moblie_head .rg{padding-right:2%;padding-top:25px;float:right;}
  .moblie_head .rg a img{height:20px;vertical-align:bottom}
  .a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index: 99999999;}
  .a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
  .a_txt .div2{position:absolute;width:20%;left:10px;top:10px;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
  .a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#000;height:100%;z-index:100;right:-80%}
  .a_txt .div3 ul{padding-left:5%;padding-right:5%;padding-top:5%;}
  .a_txt .div3 ul li{border-bottom:1px solid #fff;margin:0px;}
  .a_txt .div3 ul li a{display:block;height:35px;color:#fff;line-height:35px;padding-left:5%;font-size:14px}
  .a_txt .div3 ul li .a_js2{background:url(../images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
  .a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
  .a_txt .div3 ul li .a_txt2{display:none}
  .a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
  .a_txt .div3 ul li .sub-menu {
    display: none;
  }
  .a_txt .div3 ul li .sub-menu a {
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }
  .a_txt .div3 ul li ul{padding-top: 0px;}
  .a_txt .div3 ul li ul li:last-child{border-bottom: none;}
  .video_banner_text{
    width: 100%;
  }
  .vp1,.vp2{
    font-size: 18px;
  }
  .vp3{
    font-size: 14px;
  }
  #video_banner{
    /* height: 50vh; */
  }
  .about_index_text {
    width: 100%;
    float: left;
    text-align: center;
  }
  .about_index_con{
    text-align: left;
  }
  #about_index {
    min-height: auto;
    padding: 50px 0px;
    background-position: initial;
    background-image: none !important;
  }
  .about_index_h2{
    font-size: 24px;
  }
  .about_index_dsc {
    color: #000000;
    margin: 5px 0px 20px 0px;
    font-size: 14px;
  }
  .about_index_con {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .about_index_more a{
    font-size: 14px;
  }
  .about_index_number {
    margin-top: 50px;
    padding: 30px 0px;
    width: 100%;
    min-width: auto;
  }
  .about_index_number ul li {
    display: inline-block;
    padding: 1%;
    width: 30%;
    margin: 0px;
  }
  .about_index_more{
    text-align: center;
  }
  .number span {
    font-size: 24px;
  }
  .number p {
    margin-left: 5px;
    font-size: 14px;
  }
  .number_text {
    font-size: 14px;
  }
  #asset{
    padding: 50px 0px;
  }
  .asset_index_con {
    color: #3e3e3e;
    line-height: 24px;
    margin-bottom: 50px;
    font-size: 14px;
    text-align: left;
  }
  .asset_list ul li {
    margin: 1%;
    cursor: pointer;
    position: relative;
    width: 48%;
  }
  .about_index_more{
    margin-top: 30px;
  }
  .com_left, .com_right {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .com_flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  #company_news{
    height: auto;
    padding: 50px 0px;
  }
  .com_left h2{
    font-size: 24px;
  }
  .com_left_dsc{
    font-size: 14px;
  }
  .com_right{
    text-align: left;
  }
  .com_right ul li{
    margin: 20px 0px;
  }
  .com_right ul li  .com_right_title a{
    font-size: 16px;
  }
  .com_right ul li a {
    color: #fff;
    font-size: 14px;
  }
  .com_right ul li.com_index_more{
    text-align: center;
  }
  .footer_left {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    float: left;
  }
  .footer_dsc{
    font-size: 14px;
    text-align: left;
  }
  .footer_right {
    float: right;
    text-align: left;
    width: 100%;
    margin: 30px 0px;
  }
  .footer_list_title {
    font-weight: bold;
    margin: 0px 0px 20px 0px;
  }
  .footer_mid{
    display: none;
  }

  .banner{
    height: 300px;
  }
  #introduction{
    padding: 50px 0px;
  }
  .int_top {
    text-align: center;
  }
  .int_top h2{
    font-size: 24px;
  }
  .int_top p{
    font-size: 14px;
  }
  .int_box {
    display: flex;
    width: 100%;
    margin-top: 30px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .int_box_img {
    float: left;
    width: 100%;
    font-size: 0;
  }
  .int_box_con {
    text-align: left;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .int_box_con p {
    margin: 15px 0px;
    font-size: 14px;
    line-height: 24px;
    color: #4e4e4e;

  }
  .int_box_con h3 {
    color: #2e2e2e;
    text-align: center;
  }
  .int_top p{
    font-size: 14px;
  }
  #long {
    padding: 50px 0px;
    text-align: center;
  }
  .int_top .long_top_dsc {
    margin-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
    text-align: left;
  }
  .long_list {
    margin-top: 30px;
  }
  .long_list ul li {
    width: 48%;
    margin: 0 1%;
  }
  .long_list ul li p{
    font-size: 14px;
    text-align: left;
  }
  .copyright{
    line-height: 24px;
  }
  .dev_left {
    width: 100%;
    z-index: 111111;
    text-align: left;
    font-size: 14px;
    padding-right: 20px;
  }
  .dev_text {
    margin-top: 10px;
    line-height: 24px;
  }
  .dev_right{
    font-size: 14px;
    line-height: 24px;
    /*padding-left: 50px;*/
  }
  .swiper-slide-active .dev_time {
    color: #fff;
    font-size: 14px;
  }
  #portfolios .swiper{
    height: 200px;
  }
  #dev_contain{
    padding: 0px;
  }
  #asset_contain{
    padding: 50px 0px;
  }
  #asset_contain h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  #contact_contain,#join{
    padding: 50px 0px;
  }
  .contact_top h2 {
    font-size: 24px;
  }
  .contact_top p {
      margin-top: 10px;
      font-size: 14px;
  }
  .map_box {
    height: 400px;
    width: 100%;
  }
  .join_p p {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
  }
  .join_left{
    margin-bottom: 30px;
  }
  #news{
    padding: 50px 0px;
  }
  .news_list {
    margin-top: 30px;
  }
  .news_list li img {
    width: 100%;
  }
  .news_list li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dadada;
    padding: 30px 0px;
  }
  .news_list li .news_list_text {
    width: 98%;
    padding: 5% 1% 0 1%;
    text-align: left;
  }
  .news_list_text h2 a{
    font-size: 16px;
  }
  .news_list_dsc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
  }
  .news_list li .news_list_time{
    display: none;
  }
  .single_tit h2{
    font-size: 18px;
  }
  .post_details{
    font-size: 14px;
  }
  .about_text{
    padding: 2%;
    line-height: 24px;
    font-size: 14px;
  }

  .about_text p {
      margin: 10px 0px;
  }
  #portfolios{
      padding-top: 50px;
  }
  .contact_bot_list ul li {
    margin: 10px 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .contact_bot_tit {
    font-size: 16px;
    width: 40%;
  }
  .contact_top {
        text-align: center;
        float: left;
        width: 100%;
    }
  .contact_bot_list{
      width: 55%;
  }
  .contact_bot_list ul li img {
    width: 15px;
  }
  .contact_bottom{
      margin-top: 50px;
  }
  .contact_shu{
      margin: 0px 10%;
  }
  #single_contain{
      padding: 50px 0px;
  }
  .time_left_txt{
      top:10%;
      width:45%;
  }
    .time_left_txt h3{
        font-size: 14px;
    }
    .time_left_txt .dev_text {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
    }
}
