.pr {position: relative}
.loading {
  width: 70%;
  height: 170px;
  position: absolute;
  left: 15%;
  top: 50%;
  margin-top: -85px;
}
.progress {
  width: 55%;
  text-align: center;
  margin: 0 auto;
  position: relative;

}
.car {
  width: 22%;
  margin-bottom: 8px;
  left: 0;
  top: -40px;
  position: absolute;
}
.movecar {
  animation: moveleft 3s ease forwards;
  -webkit-animation: moveleft 3s ease forwards;
  -moz-animation: moveleft 3s ease forwards;
  -o-animation: moveleft 3s ease forwards;
  -ms-animation: moveleft 3s ease forwards;
  animation: moveleft 3s ease forwards;
}
@keyframes moveleft {
  0%{left:25%;}
  50%{left:35%;}
  100%{left:78%;}
}
.pro-wrap {
  background: url("../images/loading_02.png") no-repeat;
  background-size: cover;
  position: relative;
  height: 10px;
  border-radius: 20px;
  overflow: hidden;
}
.barbg {
  width: 100%;
}
.bar {
  background:#94252a;
  width: 1%;
  height: 10px;
  border-radius: 30px;
  position: absolute;
  top: 1px;
}
.move {
  animation: movewidth 3s ease forwards;
  -webkit-animation: movewidth 3s ease forwards;
  -moz-animation: movewidth 3s ease forwards;
  -o-animation: movewidth 3s ease forwards;
  -ms-animation: movewidth 3s ease forwards;
  animation: movewidth 3s ease forwards;
}
@keyframes movewidth {
  0%{width:25%;}
  50%{width:50%;}
  100%{width:100%;}
}
.rate {
  color: #94252a;
  margin:20px auto 0;
  font-size: 16px;
}
/*loading end*/
.indextitle {
  margin: 70px 0 16px;
  padding:18px 0 12px;
  border-bottom: 1px solid #dbdbdb;
}
.indextitle h2{
  position: relative;
  font-size: 30px;
  color: #94252a;
}
.indextitle h2::before {
  font-weight: normal;
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  width: 2.3em;
  height: 2px;
  background: #94252a;
}
/* news */
.newswrap {
  position: relative;
}
.newstitle {
  position: absolute;
  right: 0;
  top: -50px;
}
.newstitle a{
  float: left;
  font-size: 16px;
  color: #333;
  display: inline-block;
  position: relative;
  padding:0 20px;
}
.newstitle a:hover, .newstitle a.cur {
  color: #94252a;
}
.newstitle a:first-child::before {
  width: 0;
}
.newstitle a:last-child {
  padding-right: 0;
}
.newstitle a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 1px;
  height: 1em;
  background: #94252a;
}
/*scroll */
*{ margin:0; padding:0; list-style:none;}
.hao {
  float: left;
  width: 22px;
  height: 22px;
  background: url("../images/hao_01.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top:10px;
  margin-right:10px;
}
#FontScroll{
  text-align: left;
  width:100%;
  height:40px;
  line-height:40px;
  font-size: 14px;
  overflow:Hidden;
  padding:5px 0;
  margin:0 auto;
  border-bottom: 1px solid #bdbdbd;
}
#FontScroll .line{
  text-align:center;
  width:100%;
}
#FontScroll ul li{
  line-height: 40px;
}
#FontScroll ul a{
  color:#333;
  width: 96%;
  display: block;
  line-height: 40px;
  text-align: left;

}
/*.movetext {*/
  /*!*background: #efefef;*!*/
  /*height: 50px;*/
  /*line-height: 50px;*/
  /*overflow: hidden;*/
  /*width: 100%;*/
  /*color: #5a5a5a;*/
/*}*/
/*.scrolltext {*/
  /*width: 90%;*/
  /*margin: 0 auto;*/
  /*font-size: 14px;*/
  /*overflow: hidden;*/
/*}*/
/*#scrollwrap {*/
    /*overflow:hidden;*/
/*}*/
/*#inscrollwrap {*/
    /*float: left;*/
    /*width: 800%;*/
/*}*/
/*#scrollwrap1 {*/
    /*float: left;*/
    /*padding:0 20px;*/
/*}*/
/*#scrollwrap2 {*/
    /*float: left;*/
/*}*/
/*scroll end*/
.txtwrap {
  display: none;
}
.txtwrap a{
  float: left;
  display: inline-block;
  width:32.6%;
  margin-left: 1%;
}
.txtwrap a:hover h3,.txtwrap a:hover p,.societywrap a:hover .des,.societywrap a:hover p,.share_item:hover h3,.share_item:hover p{
  color: #94252a;
}
.news_warp .news_lists:hover .newcont h3,.news_warp .news_lists:hover .newcont p {
  color: #94252a !important;
}
/*.txtwrap a{*/
  /*transition: all .5s ease-out;*/
  /*position: relative;*/
/*}*/
.img_container {
  /*padding: 0 0 62.5%;*/
  position: relative;
  height: 182px;
  width: 100%;
  overflow: hidden;
  zoom: 1;
  display: block;
  line-height: 0;
}
.societywrap a {
  transition: all .5s ease-out;
  position: relative;
  display: inline-block;
}
.socity-imgwrap {
  position: relative;
  height: 202px;
  width: 100%;
  overflow: hidden;
  zoom: 1;
  display: block;
  line-height: 0;
}
.txtwrap a img{
  width: 100%;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}
.txtwrap a:hover img{
  /*transform: translate3d(-50%, -50%, 0);*/
  transform: scale(1.1) translateZ(0);
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform:scale(1.1) translateZ(0); 	/* IE 9 */
  -moz-transform:scale(1.1) translateZ(0); 	/* Firefox */
  -webkit-transform:scale(1.1) translateZ(0); /* Safari 和 Chrome */
  -o-transform:scale(1.1) translateZ(0); 	/* Opera */
}
.txtwrap a:first-child {
  margin-left: 0;
}
.txtwrap .newsdes {padding:0 14px;}
.txtwrap .newsdes h3 {
  line-height: 1.5em;
  font-size: 18px;
  margin-top: 20px;
  font-weight: normal;
  color:#333;
  margin-bottom: 10px;
  height: 3em;
  overflow: hidden;
  position: relative;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  -moz-line-clamp: 2!important;
  -moz-box-orient: vertical;
}
/*.txtwrap .newsdes h3:after {*/
  /*content: "...";*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*right: 0;*/
  /*padding:0 10px 1px 35px;*/
  /*background:url(../images/ellipsis_bg.png) 0 2px repeat-y*/

/*}*/
.txtwrap .newsdes p {
  position: relative;
  font-size: 13px;
  line-height: 1.8em;
  color: #727171;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  height: 5.45em;
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.txtwrap .newsdes .more,.societywrap .more {
  width: 8.25em;
  height: 2.25em;
  text-align: center;
  line-height: 2.25em;
  border: 1px solid #94252a;
  color:#94252a;
  border-radius: 4px;
  margin-top: 1em;
  font-size: 13px;
}
.txtwrap .newsdes .more span {
  font-family: "sans-serif";
  margin-left: 4px;
}
/* society */
.societywrap a{
  float: left;
  display: inline-block;
  width: 49.5%;
}
.societywrap a img{
  display: block;
  width: 100%;
  transition: all 1s ease-out;
}
.societywrap a:first-child {
  margin-right: 1%;
}
.societywrap a .des {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-top: 1.5em;
  padding:0 14px;
  height: 1.6em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.societywrap .more{
  margin-left: 14px;
  display: none;
}
.brand {
  border-bottom: 1px solid #dbdbdb;
  padding:0 0 1.5em;
  /* padding:0 7.5em 1.5em; */
  margin:0 auto 5em;
  text-align: center;
}
.brandwrap {
  margin: 0 auto;
  position: relative;
}
.brand a,.brand span{
  display: inline-block;
  text-align: center;
  /* float: left; */
}
.indexmenu {
  /*top: 140px;*/
  /*left: 35%;*/
  position: relative;
  top: 0;
  left: 0;
  margin-top: 4em;
  margin-left: 0;
}
.menu-wrap {
  position: absolute;
  padding-top: 6em;
  top: 0;
  left: 20%;
  width:60% ;
}
.indexmenu a {
  display: block;
  height: 2em;
  line-height: 2em;
  padding:4px 16px;
}
.brandwrap .idea {
  position: relative;
}
.brand a:hover, .societywrap a:hover, .txtwrap a .more:hover {opacity: .8;}
.brand .brandimg {
  width:7.5em;
  height: 6.5em;
  margin:0 3em 8px;
}
.brand .destext {
  font-size: 18px;
  color: #333;
}

@media (max-width: 1366px) and (min-width: 768px) {
  .indextitle {
    margin-top:50px;
  }
  .indextitle h2 {
    font-size: 20px;
  }
  .indextitle h2::before {
    top:-12px;
  }
  .txtwrap .newsdes h3 {
    font-size: 16px;
    margin-top:10px;
    margin-bottom: 4px;
  }
  .brand .destext {
    font-size: 14px;
  }
}
@media (max-width: 1186px) {
  .indexmenu {
    width: 130%;
    padding-left:2%;
    left: -6%;
  }
  .indexmenu a {
    width: 100%;
  }
  .indexmenu a {
    padding:4px 0;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .brand .brandimg {
    margin: 0 .8em 8px;
  }
}
@media all and (max-width: 990px){
  .brand .brandimg {
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .indextitle h2 {
    font-size: 18px;
  }
  .newshead, .newstitle a:first-child, .newstitle a:last-child, .txtwrap:first-child, .txtwrap:last-child{
    display: none;
  }
  .newstitle {
    position: relative;
    top:0;
    margin-top: 1em;
  }
  .txtwrap a {
    float: none;
    width: 100%;
  }
  .newsdes {
    text-align: center;
  }
  .txtwrap .newsdes .more, .societywrap .more {
    width: 7.5em;
    /* height: .36rem;
    line-height: .36rem; */
    margin:.3rem auto .7rem;
  }
  .txtwrap .newsdes h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .txtwrap .newsdes p {
    font-size: 13px;
  }
  .indextitle {
    margin-top:.1rem;
    border-bottom: 1px doted #dbdbdb;
  }
  .indextitle h2 {
    text-align: center;
  }
  .indextitle h2::before {
    top:-0.2rem;
    width: .54rem;
    left: 50%;
    margin-left: -.27rem;
  }
  .newstitle a:nth-child(2),#news a:nth-child(1) {
    position: relative;
    font-size: 18px;
    color: #94252a;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding:0 0 12px;
    float: none;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 16px;
    margin-top: .5rem;
  }
  .newstitle a:nth-child(2)::before,#news a:nth-child(1)::before{
    font-weight: normal;
    content: '';
    position: absolute;
    height: 2px;
    background: #94252a;
    top: -0.2rem;
    width: .54rem;
    left: 50%;
    margin-left: -.27rem;
  }
  #news a:nth-child(2){
    display: none;
  }
  #news a:nth-child(1){
    display: block;
  }
  .societywrap a {
    float: none;
    width: 100%;
  }
  .societywrap a .des {
    font-size: 14px;
    text-align: center;
  }
  .societywrap .more{
    display: block;
  }
  .brand {
    box-sizing: border-box;
    padding: 0;
    border-bottom: none;
    margin:0;
  }
  .brand .brandimg {
    width:1.2rem;
    height: 1.04rem;
    margin:0 auto;
  }
  .brand .destext {
    font-size: 12px;
  }
  .brand a,.brand span {
    width: 33%;
    margin-bottom: .7rem;
  }
  .brandwrap {
    display: flex;
    flex-wrap: wrap;
  }
  .brandwrap a，.brandwrap span {
    justify-content:space-around;
    align-items:center;
  }
  .brandwrap a:nth-child(4),.brandwrap a:nth-child(5) {
    width: 50%;
  }
  .movetext {
      height: 30px;
      line-height: 30px;
  }
  .scrolltext{
       font-size: 12px;
    }
  .indexmenu {
    width: 200%;
    margin-top: 0;
    margin-left: -40%;
  }
  .brand .indexmenu a{
    width: 100%;
    margin-bottom: 0;
  }
  #FontScroll {
    padding:0 10px;
    box-sizing: border-box;
  }
  #FontScroll .line {
    float: left;
    width: 90%;
  }
  #FontScroll .line li {
    height: 40px !important;
    overflow: hidden;
  }
}
