* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.banner {
  position: relative;
  padding-top: 0;
}

.banner img {
  width: 100%;
}

.banner .text {
  position: absolute;
  top: 30%;
  left: 27%;
  color: #fff;
  font-size: 1.8rem;
}

.banner .text h3 {
  font-size: 3rem;
  font-weight: normal;
}

.introduction {
  margin-top: 30px;
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 50px;
}

.introduction h3 {
  font-size: 2.7rem;
  text-align: center;
}

.introduction .box {
  overflow: hidden;
  margin-top: 50px;

}

.introduction .box .left {
  float: left;
  width: 40%;
  height: 270px;
}

.introduction .box .right {
  float: right;
  width: 60%;
}

.video-box {
  height: 100%;
  width: 80%;
  background-color: #a1171d;
  ;
}

.video {
  width: 100%;
}

.introduction .box .right h3 {
  text-align: left;
  font-size: 2.1rem;
  margin-bottom: 20px;
}

.introduction .box .right p {
  text-indent: 2em;
}

.sub-company-container {
  margin-top: 50px;
  background-color: #f9f2f1;

}

.sub-company-box {
  margin-top: 30px;
  max-width: 1240px;
  height: 550px;
  margin: 0 auto;
  padding: 30px 0;
}

.sub-company-box h3 {
  text-align: center;
}

.sub-company-box .box {
  overflow: hidden;
  margin-top: 100px;
}

.sub-company-box .box .left {
  float: left;

  width: 40%;
  margin-right: 5%;
}

.sub-company-box .box .right {
  float: right;

  width: 55%;
}

.sub-company-box .box .left h5 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.sub-company-box .box .left p {
  text-indent: 2em;
  color: #333;
  line-height: 2rem;
  letter-spacing: 1px;
}

h3 {
  font-size: 2.7rem;
}

.btn-more-box {
  float: right;
}

.btn-more {
  padding: 10px 30px;
  border: 1px solid #ccc;
  background-color: #f9f2f1;
  margin-top: 10px;
}


.sub-company-box .item {
  display: inline-block;
  width: 30%;

}

.sub-company {
  border: 1px solid #ccc;
  height: 300px;
  padding: 30px;
  cursor: pointer;
}

.name-en {
  margin-top: 50%;
  margin-bottom: 10%;
  color: #eee;
  font-size: 1.5rem;
}

.name-zh {
  color: #fff;
  font-size: 1.5rem;
}

.sub-company-1 {
  background-color: #4699d3;
}

.sub-company-2 {
  margin: 0 10px;
  background-color: #0d8069;
}

.sub-company-3 {
  background-color: #e9af45;
}


.members {
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 100px;
  display:none
}

.members h3 {
  text-align: center;

}

.members .box {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.member-item {
  width: 25%;
  position: relative;
  cursor: pointer;
  flex: 0 0 25%!important;
}
.member-item img{
  width: 100%;
}

.member-desc {
  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(161, 23, 29, .9);
  color: #fff;
  padding: 50px 10px;
}

.member-item:hover .member-desc {
  display: block;
}

.member-name {
  display: inline-block;
  font-size: 1.5rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.member-job {
  margin-top: 20px;
}

.honors {
  margin-top: 100px;

  background-color: #eee;
}


.honors-box {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 0;
}

.honors-box h3 {
  text-align: center;
}

.honors-box .box {
  margin-top: 50px;

}




/* focus_Box */
#focus_Box {
  position: relative;
  width: 1200px;
  height: 400px;
  margin: 50px auto;
}

#focus_Box ul {
  width: 1100px;
  height: 400px;
  margin: 0 auto;
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

#focus_Box li {
  width: 550px;
  height: 400px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#focus_Box li a{
  width: 524px;
  height: 399px;
}

#focus_Box li img {
  width: 100%;

  height: 100%;
  vertical-align: top
}

#focus_Box li p {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: url(/skins/demo/images/float-bg.png) repeat;
  text-indent: 8px;
  color: #fff;
}

#focus_Box li p span {
  display: inline-block;
  width: 70%;
  height: 40px;
  overflow: hidden;
}

#focus_Box .prev,
#focus_Box .next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 52px;
  height: 52px;
  top: 174px;
}

#focus_Box .prev{background:url(/skins/demo/images/y_prve.png) left bottom no-repeat;left:0}
#focus_Box .next{background:url(/skins/demo/images/y_next.png) right bottom no-repeat;right:0px} /**/
/*#focus_Box .prev:hover {
  background:url(/skins/demo/images/prevBt_h.png) left bottom no-repeat;left:0px
}

#focus_Box .next:hover {
  background:url(/skins/demo/images/nextBt_h.png) left bottom no-repeat;right:0px
}*/

/*#focus_Box a.imgs-scroll-btn{display:block;position:absolute;z-index:110;top:7px;right:15px;width:51px;height:23px;overflow:hidden;background:url(/skins/demo/images/share-btn.png) no-repeat;text-indent:-999px;}*/
