@charset "utf-8";
/*********************************/
.banner{
  width:100%;
  line-height: 0;
}
.banner img{
  width:100%;
}
/*********************************/
/*index_info_column*/
.index_info_column{
  width: 100%;
  clear: both;
  overflow: hidden;
  height: 400px;
  margin: 0 auto;
}
.index_info_column.select_unit{
  padding: 0 4.5%;
  margin: 20px 0;
  overflow: hidden;
}
.index_info_column .pic{
  width: 66%;
  float: left;
  height: 100%;
  background-position: center;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
}
.index_info_column .info_column{
  width: 34%;
  float: right;
  height: 100%;
  padding:4% 6% 0 6% ;
  background: #aaa;
}
.index_info_column.select_unit:nth-child(even) .pic{
  float: right;
}
.index_info_column.select_unit:nth-child(even) .info_column{
  float: left;
}
.index_info_column.select_unit .info_column{
  background: #3c4a50;
}
.index_info_column.select_unit:nth-child(even) .info_column{
  background: #3c5040;
}
.index_info_column .info_column.bg_color_0{
  background: #558d0d;
}
.index_info_column .info_column .title{
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.6em;
  line-height: 1.4em;
  color: #fff;
  font-weight: bold;
  word-break: break-word;
}
.index_info_column .info_column .bar {
  width: 40px;
  height: 2px;
  margin: 6px 0 12px 0;
  background-color: #fff;
  display: block;
}
.index_info_column .info_column .desc{
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 0.96em;
  line-height: 1.6em;
  color: #fff;
  word-break: break-word;
}
/*.index_info_column .info_column .desc::after{
  content: "...";
}*/
@media screen and (max-width:1200px) {
  .index_info_column .pic,
  .index_info_column .info_column{
    width: 50%;
  }
  .index_info_column.select_unit{
    /*padding: 0;
    margin: 0;*/
  }
}
@media screen and (max-width:680px) {
  .index_info_column {
    width: 100%;
    clear: both;
    overflow: visible;
    height: inherit;
    margin: 0 auto;
  }
  .index_info_column .pic{
    display: none;
  }
  .index_info_column .info_column{
    width: 100%;
    float: none;
    display: block;
    clear: both;
    padding: 8%;
  }
  .index_info_column.select_unit .pic{
    display: block;
    width: 100%;
    height: 250px;
  }
}
/********************************************/
.core_products_column {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 65px 15px;
  display: block;
  overflow: hidden
}

.core_products_column h2 {
  clear: both;
  color: #000;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 0 0 10px 0
}
.core_products_column .bar {
  width: 40px;
  height: 2px;
  margin: 0 auto 24px auto;
  background-color: #558d0d;
  display: block;
}
.index .core_products_list {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0 auto
}
.index .core_products_list .core_products_list_box {
  display: inline-block;
  width: 23%;
  padding: 1%;
  overflow: hidden;
  vertical-align: top;
  transition: background 0.3s; -webkit-transition: background 0.3s;
}
.index .core_products_list .core_products_list_box:hover{
  background: #ececec;
}
.index .core_products_list .core_products_list_box.listmore:hover{
  background: none;
}
.index .core_products_list .core_products_list_box .pic {
  width: 100%;
  padding-bottom: 74%;
  display: block;
  position: relative;
  border: 1px solid #b6b6b6;
  overflow: hidden;
}
.index .core_products_list .core_products_list_box .pic .picin {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
  background-position: center center;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.index .core_products_list .core_products_list_box .pic:hover .picin {
  top:-10%;
  left: -10%;
  width: 120%;
  height: 120%;
}

.index .core_products_list .core_products_list_box .title {
  font-size: 15pt;
  line-height: 18pt;
  padding: 10px 0 15px 0;
  color: #000;
  overflow: hidden;
  word-break: break-word;
}
.index .core_products_list .core_products_list_box:hover .title{
  color: #558d0d;
}
@media screen and (max-width:1200px) {
  .index .core_products_list .core_products_list_box .title {
    font-size: 13pt;
    line-height: 16pt;
  }
  .index .core_products_list .core_products_list_box ul.object li{
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width:640px) {
  .core_products_column {
    padding: 35px 15px
  }
  .index .core_products_list .core_products_list_box {
    width: 48%;
    padding: 1%;
    overflow: hidden
  }
  .index .core_products_list .core_products_list_box .title{
    font-size: 11pt;
    line-height: 13pt;
  }
}
/********************************************/
.new_bar{
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  margin: 60px 0 0 0;
  height: 350px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media screen and (max-width:1200px) {
  .new_bar{
    height: 200px;
    margin: 0;
    background-attachment: unset;
  }
}
.new_bar h2{
  display: block;
  position: relative;
  top:calc(50% - 24px);
  color: rgba(255,255,255,1);
  background: rgba(0,0,0,0.40);
  clear: both;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  padding: 20px 30px;
}
/********************************************/
.index_news_list_column{
  width: 100%;
  clear: both;
  text-align: center;
  margin: 40px 0;
}
.index_news_list_column .news_box{
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 46%;
  background: #fff;
  margin:0 10px 16px 10px;
  border: 1px solid #aaa;
  transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in;
}
.index_news_list_column .news_box:hover{
  background: #eee;
}
.index_news_list_column .news_box .pic_column{
  float: left;
  width:40%;
  padding: 2%;
}
.index_news_list_column .news_box .pic_column .pic{
  position: relative;
  top:0;
  transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in;
  width: 100%;
  border: 5px solid #fff;
  padding-bottom: 75%;
  background-images: url('../images/pic_news_000.jpg');
  background-color: #fff;
  background-position: center;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
}
.index_news_list_column .news_box:hover .pic_column .pic{
  top:-30px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4); box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.index_news_list_column .news_box .info_column{
  float: right;
  width:59%;
  text-align: left;
  padding: 2%;
}
.index_news_list_column .news_box .info_column .date{
  width: 100%;
  padding: 0;
  font-size: 0.96em;
  line-height: 1.2em;
  color: #558d0d;
  word-break: break-word;
}
.index_news_list_column .news_box .info_column .title{
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  word-break: break-word;
}
.index_news_list_column .news_box .info_column .bar {
  width: 40px;
  height: 2px;
  margin: 6px 0 12px 0;
  background-color: #558d0d;
  display: block;
}
.index_news_list_column .news_box .info_column .desc{
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 0.96em;
  line-height: 1.2em;
  color: #666;
  word-break: break-word;
}
.index_news_list_column .news_box .info_column .desc::after{
  content: "...";
}
@media screen and (max-width:1200px) {
  .index_news_list_column .news_box .pic_column,
  .index_news_list_column .news_box .info_column{
    float: unset;
    width: 100%;
    padding: calc(2% + 5px);
  }
  .index_news_list_column .news_box .pic_column .pic{
    border: none;
  }

}
@media screen and (max-width:640px) {
  .index_news_list_column .news_box{
    width: calc(100% - 22px);
  }
}
/********************************************/

/********************************************/