.productview .top .bg{margin-top:6vw};.banner1 {
  width: 100vw;
  height: 100vh;
  background-image: url(../static/banner1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.banner1 .fonts {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 65%;
  left: 10%;
  z-index: 9;
  color: #fff;
}
.banner1 .fonts h1 {
  font-size: 2vw;
  margin: 1vw 0;
}
.banner1 .fonts h2 {
  font-size: 1vw;
  margin: 1vw 0;
}
.banner1 .top_bar {
  width: 100vw;
}
.banner1 .top_bar .search {
  width: 100%;
  height: 2vw;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.banner1 .top_bar .search .eng {
  margin: 0 1vw;
  font-size: 0.7vw;
  cursor: pointer;
}
.banner1 .top_bar .menu {
  height: 5vw;
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.6);
}
.banner1 .top_bar .menu .logo {
  width: 4.5vw;
  height: 4.5vw;
  background-image: url(../static/logo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.banner1 .top_bar .menu .list {
  display: flex;
  justify-content: center;
}
.banner1 .top_bar .menu .list .font_team:hover {
  color: #8b2422 !important;
}
.banner1 .top_bar .menu .list .font_team {
  cursor: pointer;
  text-align: center;
  font-size: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1vw;
}
.banner1 .top_bar .menu .list .font_team h2 {
  margin-top: 0.5vw;
  color: #f8f8f8;
  font-size: 0.8vw;
}
.banner1 .top_bar .menu .list ul li {
  float: left;
  margin: 0 1.5vw;
}
.banner1 .top_bar .menu .list ul li ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner1 .top_bar .menu .list ul li ul li {
  margin: 0.3vw 0;
  font-size: 1vw;
}
.banner1 .top_bar .menu .list ul li ul li:nth-child(2) {
  font-size: 0.7vw;
}
.banner1 .top_bar .menu .list ul .font_active ul:hover {
  color: red !important;
  cursor: pointer;
}
.banner2 {
  width: 100vw;
  height: 100vh;
  background-image: url(../static/banner2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  background-size: cover;
}
.banner2 .t1 {
  display: flex;
  justify-content: flex-end;
  margin-right: 5vw;
  margin-top: 3vw;
}
.banner2 .t1 .message {
  width: 5vw;
  height: 5vw;
  line-height: 8vw;
  text-align: center;
  background-image: url(../static/liuyan.png);
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 0.9vw !important;
  background-color: #8b2422;
}
.banner2 .t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner2 .t2 .top {
  display: flex;
  align-items: center;
}
.banner2 .t2 .top span {
  width: 10vw;
  height: 0.07vw;
  margin: 0 5vw;
  background-color: #8b2422;
}
.banner2 .t2 .top h1 {
  color: #8b2422;
  font-weight: bold;
  font-size: 2vw;
}
.banner2 .t2 .bottom {
  margin-top: 0.7vw;
  color: #888;
}
.banner2 .t3 {
  box-sizing: border-box;
  display: flex;
  width: 80vw;
  height: 28vw;
  margin: 3vw auto;
  border: 1px solid red;
}
.banner2 .t3 .leftbox {
  width: 40%;
  height: 100%;
  background-color: #fff;
  border: 1px solid green;
  display: flex;
  flex-direction: column;
}
.banner2 .t3 .leftbox img {
  object-fit: cover;
  width: 100%;
  height: 60%;
}
.banner2 .t3 .rightbox {
  box-sizing: border-box;
  width: 60%;
  height: 100%;
  border: 1px solid orange;
  padding: 0.8vw;
  display: flex;
  flex-direction: column;
}
.banner2 .t3 .rightbox .p1 {
  width: 15vw;
  height: 13vw;
  margin: 0 0.4vw;
}
.banner2 .t3 .rightbox .p1 .top img {
  object-fit: cover;
  width: 15vw;
  height: 25%;
}
.banner2 .t3 .rightbox .p1 .bottom {
  width: 100%;
}
.banner2 .t3 .rightbox .p1 .bottom h3 {
  color: #888;
  font-size: 0.8vw;
}
.banner2 .t3 .rightbox .p1 .bottom h2 {
  font-weight: bold;
  font-size: 0.9vw;
}
.banner2 .t3 .font {
  box-sizing: border-box;
  width: 32vw;
  height: 20vw;
  padding: 1vw;
}
.banner2 .t3 .font h2 {
  font-weight: bold;
  font-size: 0.9vw;
 
}
.banner2 .t3 .font h3 {
  margin: 0.5vw 0;
  color: #888;
  font-size: 0.8vw;
}
.banner2 .t3 .font h4 {
  color: #888;
  line-height: 1.5vw;
  font-size: 0.8vw;
}
.banner2 .t4 {
  width: 10vw;
  height: 2vw;
  line-height: 2vw;
  margin: 2vw auto;
  text-align: center;
  color: #fff;
  background-color: #8b2422;
}
.banner2 .t4 a {
  color: #fff;
}
.banner3 {
  width: 100vw;
  height: 100vh;
  background-image: url(../static/banner3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner3 .t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner3 .t2 .top {
  display: flex;
  align-items: center;
}
.banner3 .t2 .top span {
  width: 10vw;
  height: 0.07vw;
  margin: 0 5vw;
  background-color: #fff;
}
.banner3 .t2 .top h1 {
  color: #fff;
  font-weight: bold;
  font-size: 2vw;
}
.banner3 .t2 .bottom {
  margin-top: 0.7vw;
  color: #888;
}
.banner3 .t4 {
  width: 10vw;
  height: 2vw;
  line-height: 2vw;
  margin: 2vw auto;
  text-align: center;
  color: #fff;
  background-color: #8b2422;
}
.banner3 .t4 a {
  color: #fff;
}
.banner4 {
  width: 100vw;
  height: 100vh;
  background-image: url(../static/banner4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner4 .t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner4 .t2 .top {
  display: flex;
  align-items: center;
}
.banner4 .t2 .top span {
  width: 10vw;
  height: 0.07vw;
  margin: 0 5vw;
  background-color: #8b2422;
}
.banner4 .t2 .top h1 {
  color: #8b2422;
  font-weight: bold;
  font-size: 2vw;
}
.banner4 .t2 .bottom {
  margin-top: 0.7vw;
  color: #888;
}
.banner4 .t3 {
  width: 100vw;
  height: 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner4 .t3 .photo:hover {
  transform: translateZ(50vw);
}
.banner4 .t3 .photo {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 1vw;
}
.banner4 .t3 .photo img {
  object-fit: cover;
  width: 18vw;
  height: 12vw;
}
.banner4 .t4 {
  width: 10vw;
  height: 2vw;
  line-height: 2vw;
  margin: 2vw auto;
  text-align: center;
  color: #fff;
  background-color: #8b2422;
}
.banner4 .t4 a {
  color: #fff;
}
.banner5 {
  width: 100vw;
  height: 100vh;
  background-image: url(../static/banner5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner5 .t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner5 .t2 .top {
  display: flex;
  align-items: center;
}
.banner5 .t2 .top span {
  width: 10vw;
  height: 0.07vw;
  margin: 0 5vw;
  background-color: #8b2422;
}
.banner5 .t2 .top h1 {
  color: #8b2422;
  font-weight: bold;
  font-size: 2vw;
}
.banner5 .t2 .bottom {
  margin-top: 0.7vw;
  color: #888;
}
.banner5 .t3 {
  width: 85vw;
  height: 22vw;
  margin: 5vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner5 .t3 .left {
  height: 100%;
  width: 20vw;
  object-fit: contain;
  overflow: hidden;
  background-color: red;
}
.banner5 .t3 .left img {
  height: 22vw;
}
.banner5 .t3 .center {
  width: 50vw;
  height: 100%;
  margin: 0 0.25vw;
  background-color: green;
  display: flex;
  align-items: center;
}
.banner5 .t3 .center .left {
  width: 15vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: aquamarine;
}
.banner5 .t3 .center .left .top {
  width: 100%;
  height: 10vw;
}
.banner5 .t3 .right {
  background-color: red;
  width: 20vw;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}
.banner5 .t3 .right img {
  height: 22vw;
}
.banner5 .t4 {
  padding: 0.5vw 3vw;
  margin: 2vw auto;
  text-align: center;
  color: #fff;
  background-color: #8b2422;
}
.banner5 .t4 a {
  color: #fff;
}
.banner6 {
  width: 100vw;
  height: 100vh;
  background-image: url(../static/banner6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner7 {
  width: 100vw;
  height: 100vh;
  background-image: url(../static/banner7.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.banner7 .goup {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 2px 2px;
  background-color: #8b2422;
  background-image: url(../static/goup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner7 .t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5vw 0;
}
.banner7 .t2 .top {
  display: flex;
  align-items: center;
}
.banner7 .t2 .top span {
  width: 10vw;
  height: 0.07vw;
  margin: 0 5vw;
  background-color: #8b2422;
}
.banner7 .t2 .top h1 {
  color: #8b2422;
  font-weight: bold;
  font-size: 2vw;
}
.banner7 .t2 .bottom {
  margin-top: 0.7vw;
  color: #888;
}
.banner7 .t3 {
  margin-top: -5vw;
}
.banner7 .t3 ul {
  display: flex;
  flex-direction: row;
}
.banner7 .t3 ul li {
  margin: 0 2.5vw;
  width: 18vw;
  background-color: #8b2422;
}
.banner7 .t3 ul li .top_img {
  width: 100%;
  height: 10vw;
  object-fit: cover;
}
.banner7 .t3 ul li .top_img img {
  width: 100%;
  height: 100%;
}
.banner7 .t3 ul li .bottom_font {
  box-sizing: border-box;
  padding: 1vw;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner7 .t3 ul li .bottom_font .item div {
  margin: 0.25vw 0;
}
.banner7 .t3 ul li .bottom_font .item div h2 {
  font-size: 0.8vw;
}
.banner7 .t3 ul li .bottom_font .item div h3 {
  font-size: 0.8vw;
}
.banner7 .footer {
  box-sizing: border-box;
  position: relative;
  padding: 0.5vw 1vw;
  width: 100vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner7 .footer .left {
  color: #888;
  font-size: 0.8vw;
}
.banner7 .footer .right {
  display: flex;
  align-items: center;
}
.banner7 .footer .right img {
  width: 1.5vw;
  height: 1.5vw;
}
.banner7 .footer .right span {
  font-size: 0.8vw;
  color: #fff;
  margin-left: 0.5vw;
}
.banner7 .footer .erweima {
  position: absolute;
  z-index: 9;
  top: -150%;
  right: 2vw;
  width: 7vw;
  height: 7vw;
  border-radius: 0.5vw 0.5vw;
  background-color: #fff;
  background-image: url(../static/erweima.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.banner7 .footer .right:hover {
  cursor: pointer;
}
.contact_US {
  width: 100vw;
  box-sizing: border-box;
  background-color: #fff;
}
.contact_US .bg {
  width: 100%;
  height: 13vw;
  background-image: url(../static/contact_us1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.contact_US .fonts {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 65%;
  left: 10%;
  z-index: 9;
  color: #fff;
}
.contact_US .fonts h1 {
  font-size: 2vw;
  margin: 1vw 0;
}
.contact_US .fonts h2 {
  font-size: 1vw;
  margin: 1vw 0;
}
.contact_US .top_bar {
  width: 100vw;
}
.contact_US .top_bar .search {
  width: 100%;
  height: 2vw;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.contact_US .top_bar .search .eng {
  margin: 0 1vw;
  font-size: 0.7vw;
  cursor: pointer;
}
.contact_US .top_bar .menu {
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.contact_US .top_bar .menu .logo {
  width: 4.5vw;
  height: 4.5vw;
  background-image: url(../static/logo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.contact_US .top_bar .menu .list {
  display: flex;
  justify-content: center;
}
.contact_US .top_bar .menu .list .font_team:hover {
  color: #8b2422 !important;
}
.contact_US .top_bar .menu .list .font_team {
  cursor: pointer;
  text-align: center;
  font-size: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1vw;
}
.contact_US .top_bar .menu .list .font_team h2 {
  margin-top: 0.5vw;
  color: #8f8f8f;
  font-size: 0.8vw;
}
.contact_US .top_bar .menu .list ul li {
  float: left;
  margin: 0 1.5vw;
}
.contact_US .top_bar .menu .list ul li ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_US .top_bar .menu .list ul li ul li {
  margin: 0.3vw 0;
  font-size: 1vw;
}
.contact_US .top_bar .menu .list ul li ul li:nth-child(2) {
  font-size: 0.7vw;
}
.contact_US .top_bar .menu .list ul .font_active ul:hover {
  color: red !important;
  cursor: pointer;
}
.contact_US .t2 .tab {
  width: 80vw;
  height: 20vw;
  line-height: 20vw;
  background-color: #888;
  margin: 3vw auto;
}
.contact_US .container {
  height: 3vw;
  background: #8b2422;
  color: #b02a26;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 6vw;
}
.contact_US .container span {
  background: #fff;
  padding: 2vw;
}
.contact_US .footer {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  padding: 0.5vw 1vw;
  width: 100vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_US .footer .left {
  color: #888;
  font-size: 0.8vw;
}
.contact_US .footer .right {
  display: flex;
  align-items: center;
}
.contact_US .footer .right img {
  width: 1.5vw;
  height: 1.5vw;
}
.contact_US .footer .right span {
  font-size: 0.8vw;
  color: #fff;
  margin-left: 0.5vw;
}
.contact_US .footer .erweima {
  position: absolute;
  z-index: 9;
  top: -150%;
  right: 2vw;
  width: 7vw;
  height: 7vw;
  border-radius: 0.5vw 0.5vw;
  background-color: #fff;
  background-image: url(../static/erweima.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.contact_US .footer .right:hover {
  cursor: pointer;
}
.all {
  box-sizing: border-box;
  width: 100vw;
 /*! display: flex; */
  /*! flex-direction: column; */
}
.all .top {
  width: 100vw;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.all .top .bg {
  width: 100%;
  height: 18vw;
background-image: url(../static/banner1.png);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
  transition: all 20s;
}
.all .top .fonts {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 65%;
  left: 10%;
  z-index: 9;
  color: #fff;
}
.all .top .fonts h1 {
  font-size: 2vw;
  margin: 1vw 0;
}
.all .top .fonts h2 {
  font-size: 1vw;
  margin: 1vw 0;
}
.all .top .top_bar {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.all .top .top_bar .search {
  width: 100%;
  height: 1.5vw;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.all .top .top_bar .search .eng {
  margin: 0 1vw;
  font-size: 0.7vw;
  cursor: pointer;
}
.all .top .top_bar .menu {
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.all .top .top_bar .menu .logo {
  width: 4.5vw;
  height: 4.5vw;
  background-image: url(../static/logo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.all .top .top_bar .menu .list {
  display: flex;
  justify-content: center;
}
.all .top .top_bar .menu .list .font_team:hover {
  color: #8b2422 !important;
}
.all .top .top_bar .menu .list .font_team {
  cursor: pointer;
  text-align: center;
  font-size: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1vw;
}
.all .top .top_bar .menu .list .font_team h2 {
  margin-top: 0.5vw;
  color: #8f8f8f;
  font-size: 0.8vw;
}
.all .top .top_bar .menu .list ul li {
  float: left;
  margin: 0 1.5vw;
}
.all .top .top_bar .menu .list ul li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.all .top .top_bar .menu .list ul li a h2 {
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 1vw !important;
  color: #000;
}
.all .top .top_bar .menu .list ul li a h3 {
  margin-top: 0.5vw;
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 0.75vw !important;
  color: #888;
}
.all .top .top_bar .menu .list ul li:hover h2 {
  color: #8b2422;
}
.all .top .top_bar .menu .list ul li:hover h3 {
  color: #8b2422;
}
.all .container {
  width: 100vw;
  /*! background-color: #b02a26; */
  display: flex;
  /*! flex-direction: column; */
  box-sizing: border-box;
}
.all .container .bar {
  box-sizing: border-box;
  /**height: 3vw;**/
  width: 100%;
  /*line-height: 3vw;*/
  /*padding: 0 2vw;*/
  /*overflow: hidden;*/
}
.all .container .bar span {
  /*! padding: 2vw; */
  color: #b02a26;
  font-size: 0.9vw;
  cursor: pointer;
}
.all .container #box {
  box-sizing: border-box;
  margin: 0 auto;
  /*! width: 100vw; */
  padding: 20px;
  min-height: 600px;
  background-color: #fff;
}
.all .container #box .to h1 {
  font-size: 2vw;
  font-weight: bold;
}
.all .container #box .to h3 {
  margin: 2vw 0;
  line-height: 1.5vw;
  font-size: 0.8vw;
  color: #666;
}
.all .container #box .tw {
  position: relative;
  margin: 0 auto;
}
.all .container #box .tw .goup {
  position: absolute;
  cursor: pointer;
  z-index: 9;
  top: 50%;
  border-radius: 2px 2px;
  right: -2vw;
  width: 2.5vw;
  height: 2.5vw;
  background-color: #8b2422;
  background-image: url(../static/goup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.all .container #box .tw .title {
  display: flex;
  align-items: center;
}
.all .container #box .tw .title h1 {
  font-size: 1.5vw;
  font-weight: bold;
  margin-left: 0.5vw;
}
.all .container #box .tw .title .icon {
  width: 2vw;
  height: 2vw;
  background-image: url(../static/hezuo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.all .container #box .tw .imgs ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.all .container #box .tw .imgs ul li {
  margin: 2vw;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  transition: all 0.5s;
  padding: 1.5vw 1.5vw;
}
.all .container #box .tw .imgs ul li img {
  width: 100%;
  height: 100%;
}
.all .container #box .tw .imgs ul li:hover {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 20px #ddd;
  transform: scale(1.2);
}
.all .container .footer {
position: relative;
  box-sizing: border-box;
  bottom: 0;
  padding: 0.5vw 2vw;
  width: 100vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all .container .footer .left {
  color: #888;
  font-size: 0.8vw;
}
.all .container .footer .right {
  display: flex;
  align-items: center;
  position: relative;
}
.all .container .footer .right img {
  width: 1.5vw;
  height: 1.5vw;
}
.all .container .footer .right span {
  font-size: 0.8vw;
  color: #fff;
  margin-left: 0.5vw;
}
.all .container .footer .erweima {
  position: absolute;
  z-index: 9;
  top: -500%;
  right: 1vw;
  width: 7vw;
  height: 7vw;
  border-radius: 0.5vw 0.5vw;
  background-color: #fff;
  background-image: url(../static/erweima.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.all .container .footer .right:hover {
  cursor: pointer;
}
.all .container .footer .right:hover .erweima {
  opacity: 1;
  transition: all 0.5s;
}
.honor {
  box-sizing: border-box;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.honor .top {
  width: 100vw;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.honor .top .bg {
  width: 100%;
  height: 18vw;
  margin-top: 90px;  background-image: url(../static/honor_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
  transition: all 20s;
}
.honor .top .fonts {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 65%;
  left: 10%;
  z-index: 9;
  color: #fff;
}
.honor .top .fonts h1 {
  font-size: 2vw;
  margin: 1vw 0;
}
.honor .top .fonts h2 {
  font-size: 1vw;
  margin: 1vw 0;
}
.honor .top .top_bar {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.honor .top .top_bar .search {
  width: 100%;
  height: 1.5vw;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.honor .top .top_bar .search .eng {
  margin: 0 1vw;
  font-size: 0.7vw;
  cursor: pointer;
}
.honor .top .top_bar .menu {
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.honor .top .top_bar .menu .logo {
  width: 4.5vw;
  height: 4.5vw;
  background-image: url(../static/logo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.honor .top .top_bar .menu .list {
  display: flex;
  justify-content: center;
}
.honor .top .top_bar .menu .list .font_team:hover {
  color: #8b2422 !important;
}
.honor .top .top_bar .menu .list .font_team {
  cursor: pointer;
  text-align: center;
  font-size: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1vw;
}
.honor .top .top_bar .menu .list .font_team h2 {
  margin-top: 0.5vw;
  color: #8f8f8f;
  font-size: 0.8vw;
}
.honor .top .top_bar .menu .list ul li {
  float: left;
  margin: 0 1.5vw;
}
.honor .top .top_bar .menu .list ul li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.honor .top .top_bar .menu .list ul li a h2 {
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 1vw !important;
  color: #000;
}
.honor .top .top_bar .menu .list ul li a h3 {
  margin-top: 0.5vw;
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 0.75vw !important;
  color: #888;
}
.honor .top .top_bar .menu .list ul li:hover h2 {
  color: #8b2422;
}
.honor .top .top_bar .menu .list ul li:hover h3 {
  color: #8b2422;
}
.honor .content {
  width: 100vw;
  background-color: #fff;
 min-height:600px; box-sizing: border-box;
  padding: 5vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.honor .content .imgs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* 投影效果 */
  /* 鼠标移上,投影的变化 */
  /* 封面 */
}
.honor .content .imgs .card {
  /* 相对定位 */
  position: relative;
  /* 自动放大占满剩余空间 */
  height: 13vw;
  /* 设置视距 */
  perspective: 1000px;
  margin: 1vw 1vw;
}
.honor .content .imgs .card::before {
  content: "";
  /* 绝对定位 */
  position: absolute;
  left: 5%;
  top: 5%;
  /* 投影 */
  opacity: 1;
  /* 设置旋转元素的基点位置 */
  transform-origin: top center;
  /* 设置过渡:时长 加速后减速 */
  transition: 0.3s ease-in-out;
}
.honor .content .imgs .card-cover {
  left: 0;
  top: 0;
  width: 20vw;
  height: 13vw;
  background-size: cover;
  /* 溢出隐藏 */
  overflow: hidden;
  /* 开启3D */
  /* 设置旋转元素的基点位置 */
  transform-origin: top center;
  /* 设置过渡 */
  transition: transform 0.35s ease-in-out;
}
.honor .content .imgs .kk .card-cover::after {

}
.honor .content .imgs .card:hover .card-cover {

}
.honor .content .imgs .card:hover .card-cover::after {
  transform: translateY(100%);
}
.honor .content .imgs img {
  width: 20vw;
  height: 13vw;
  margin: 1vw 1vw;
}
.honor .content .btn {
  margin-top: 3vw;
}
.honor .content .goup {
  position: absolute;
  z-index: 9;
  top: 70%;
  right: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 2px 2px;
  background-color: #8b2422;
  background-image: url(../static/goup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.honor .footer {
  box-sizing: border-box;
  bottom: 0;
  padding: 0.5vw 2vw;
  width: 100vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.honor .footer .left {
  color: #888;
  font-size: 0.8vw;
}
.honor .footer .right {
  display: flex;
  align-items: center;
}
.honor .footer .right img {
  width: 1.5vw;
  height: 1.5vw;
}
.honor .footer .right span {
  font-size: 0.8vw;
  color: #fff;
  margin-left: 0.5vw;
}
.honor .footer .biaoji {
  position: relative;
}
.honor .footer .erweima {
  position: absolute;
  z-index: 9;
  top: -500%;
  right: -4vw;
  width: 7vw;
  height: 7vw;
  border-radius: 0.5vw 0.5vw;
  background-color: #fff;
  background-image: url(../static/erweima.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.honor .footer .right:hover {
  cursor: pointer;
}
.honor .footer .right:hover .erweima {
  opacity: 1;
  transition: all 0.5s;
}
.partybuilding {
  box-sizing: border-box;
  width: 100vw;
  /*! height: 100vh; */
  /*! display: flex; */
  /*! flex-direction: column; */
}
.partybuilding .top {
  width: 100vw;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.partybuilding .top .bg {
  width: 100%;
  height: 18vw;
  margin-top: 6vw;
  background-image: url(../static/dangjian_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
  transition: all 20s;
}
.partybuilding .top .fonts {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 65%;
  left: 10%;
  z-index: 9;
  color: #fff;
}
.partybuilding .top .fonts h1 {
  font-size: 2vw;
  margin: 1vw 0;
}
.partybuilding .top .fonts h2 {
  font-size: 1vw;
  margin: 1vw 0;
}
.partybuilding .top .top_bar {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.partybuilding .top .top_bar .search {
  width: 100%;
  height: 1.5vw;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.partybuilding .top .top_bar .search .eng {
  margin: 0 1vw;
  font-size: 0.7vw;
  cursor: pointer;
}
.partybuilding .top .top_bar .menu {
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.partybuilding .top .top_bar .menu .logo {
  width: 4.5vw;
  height: 4.5vw;
  background-image: url(../static/logo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.partybuilding .top .top_bar .menu .list {
  display: flex;
  justify-content: center;
}
.partybuilding .top .top_bar .menu .list .font_team:hover {
  color: #8b2422 !important;
}
.partybuilding .top .top_bar .menu .list .font_team {
  cursor: pointer;
  text-align: center;
  font-size: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1vw;
}
.partybuilding .top .top_bar .menu .list .font_team h2 {
  margin-top: 0.5vw;
  color: #8f8f8f;
  font-size: 0.8vw;
}
.partybuilding .top .top_bar .menu .list ul li {
  float: left;
  margin: 0 1.5vw;
}
.partybuilding .top .top_bar .menu .list ul li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partybuilding .top .top_bar .menu .list ul li a h2 {
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 1vw !important;
  color: #000;
}
.partybuilding .top .top_bar .menu .list ul li a h3 {
  margin-top: 0.5vw;
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 0.75vw !important;
  color: #888;
}
.partybuilding .top .top_bar .menu .list ul li:hover h2 {
  color: #8b2422;
}
.partybuilding .top .top_bar .menu .list ul li:hover h3 {
  color: #8b2422;
}
.partybuilding .container {
  width: 100vw;
  /*! background-color: #b02a26; */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.partybuilding .container .bar {

height: 42px !important;
    line-height: 42px !important;
    align-items: center;
    justify-content: center;
    display: flex;

  box-sizing: border-box;
  width: 100%;
  /*line-height: 3vw;*/
  /*padding: 0 2vw;*/
  overflow: hidden;
}
.partybuilding .container .bar span {
  padding: 2vw;
  color: #fff;
  font-size: 0.9vw;
  cursor: pointer;
}
.partybuilding .container #box {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1600px;
  /*! padding: 5vw 5vw 10vw 5vw; */
  min-height: 600px;
  background-color: #fff;
  position: relative;
}
.partybuilding .container #box .btn {
  position: absolute;
  z-index: 9;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partybuilding .container #box .group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.partybuilding .container #box .group .item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 1%;
  padding: 1vw;
  background: rgba(245,245,245,1);
  box-sizing: border-box;
}
.partybuilding .container #box .group .item a{display: block;width:100%;}
.partybuilding .container #box .group .item .desc{line-height: 30px;height: 60px;overflow: hidden;margin-top: 10px;color: #333;}
.partybuilding .container #box .group .item h2 {
	color: #000;
  font-size: 1vw;
  font-weight: bold;
  line-height: 1.5vw;
/*height:45px;*/
  margin-top: 0.5vw;
	-webkit-line-clamp: 2;
text-overflow: ellipsis;
overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.partybuilding .container #box .group .item h3 {
  color: #888;
  font-size: 16px;
  margin: 0.5vw 0;
}
.partybuilding .container #box .group .item img {
  width: 100%;
  height: 8vw;
  /*! object-position: center; */
  object-fit: cover;
}
.partybuilding .container #box .group .item:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.partybuilding .container #box .goup {
  position: absolute;
  cursor: pointer;
  z-index: 9;
  top: 75%;
  border-radius: 2px 2px;
  right: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  background-color: #8b2422;
  background-image: url(../static/goup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.partybuilding .container #box .to h1 {
  font-size: 2vw;
  font-weight: bold;
}
.partybuilding .container #box .to h3 {
  margin: 2vw 0;
  line-height: 1.5vw;
  font-size: 0.8vw;
  color: #666;
}
.partybuilding .container #box .tw {
  position: relative;
  margin: 0 auto;
}
.partybuilding .container #box .tw .title {
  display: flex;
  align-items: center;
}
.partybuilding .container #box .tw .title h1 {
  font-size: 1.5vw;
  font-weight: bold;
  margin-left: 0.5vw;
}
.partybuilding .container #box .tw .title .icon {
  width: 2vw;
  height: 2vw;
  background-image: url(../static/hezuo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.partybuilding .container #box .tw .imgs ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.partybuilding .container #box .tw .imgs ul li {
  margin: 2vw;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 1.5vw 1.5vw;
}
.partybuilding .container #box .tw .imgs ul li img {
  width: 100%;
  height: 100%;
}
.partybuilding .container #box .tw .imgs ul li:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  box-shadow: 0 0 20px #ddd;
  transform: translateY(-1vw);
}
.partybuilding .container .footer {
position:relative;
  box-sizing: border-box;
  bottom: 0;
  padding: 0.5vw 2vw;
  width: 100vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partybuilding .container .footer .left {
  color: #888;
  font-size: 0.8vw;
}
.partybuilding .container .footer .right {
  display: flex;
  align-items: center;
}
.partybuilding .container .footer .right img {
  width: 1.5vw;
  height: 1.5vw;
}
.partybuilding .container .footer .right span {
  font-size: 0.8vw;
  color: #fff;
  margin-left: 0.5vw;
}
.partybuilding .container .footer .biaoji {
  position: relative;
}
.partybuilding .container .footer .erweima {
  position: absolute;
  z-index: 99;
  top: -500%;
  right: -4vw;
  width: 7vw;
  height: 7vw;
  border-radius: 0.5vw 0.5vw;
  background-color: #fff;
  background-image: url(../static/erweima.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.partybuilding .container .footer .right:hover {
  cursor: pointer;
}
.partybuilding .container .footer .right:hover .erweima {
  opacity: 1;
  transition: all 0.5s;
}
.team {
  box-sizing: border-box;
  width: 100vw;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}
.team #dialog {
  display: none;
}
.team .dialog {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team .dialog .top {
  width: 60vw;
  height: 0.5vw;
  background-color: #993333;
}
.team .dialog .card {
  box-sizing: border-box;
  width: 60vw;
  min-height: 40vw;
  background-color: #fff;
  position: relative;
  padding: 2vw;
}
.team .dialog .card .name {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 1.5vw;
  padding: 0 0 1vw 0;
}
.team .dialog .card .title {
  /*font-size: 1.2vw;*/
  font-weight: bold;
  /*color: #cc3333;*/
  margin: 2vw 0 ;
}
.team .dialog .card img {
  position: absolute;
  width: 1.5vw;
  height: 1.5vw;
  top: -3vw;
  right: 0;
  cursor: pointer;
}
.team .top {
  width: 100vw;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.team .top .bg {
  margin-top:6vw;width: 100%;
  height: 18vw;
background-image: url(../static/team.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 20s;
}
.team .top .fonts {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 65%;
  left: 10%;
  z-index: 9;
  color: #fff;
}
.team .top .fonts h1 {
  font-size: 2vw;
  margin: 1vw 0;
}
.team .top .fonts h2 {
  font-size: 1vw;
  margin: 1vw 0;
}
.team .top .top_bar {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.team .top .top_bar .search {
  width: 100%;
  height: 1.5vw;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.team .top .top_bar .search .eng {
  margin: 0 1vw;
  font-size: 0.7vw;
  cursor: pointer;
}
.team .top .top_bar .menu {
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.team .top .top_bar .menu .logo {
  width: 4.5vw;
  height: 4.5vw;
  background-image: url(../static/logo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.team .top .top_bar .menu .list {
  display: flex;
  justify-content: center;
}
.team .top .top_bar .menu .list .font_team:hover {
  color: #8b2422 !important;
}
.team .top .top_bar .menu .list .font_team {
  cursor: pointer;
  text-align: center;
  font-size: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1vw;
}
.team .top .top_bar .menu .list .font_team h2 {
  margin-top: 0.5vw;
  color: #8f8f8f;
  font-size: 0.8vw;
}
.team .top .top_bar .menu .list ul li {
  float: left;
  margin: 0 1.5vw;
}
.team .top .top_bar .menu .list ul li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team .top .top_bar .menu .list ul li a h2 {
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 1vw !important;
  color: #000;
}
.team .top .top_bar .menu .list ul li a h3 {
  margin-top: 0.5vw;
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 0.75vw !important;
  color: #888;
}
.team .top .top_bar .menu .list ul li:hover h2 {
  color: #8b2422;
}
.team .top .top_bar .menu .list ul li:hover h3 {
  color: #8b2422;
}
.team .content {
  /*! width: 100vw; */
  /*! background-color: #fff; */
  /*! box-sizing: border-box; */
/*! min-height:600px; */  /*! padding: 5vw; */
  /*! position: relative; */
  /*! display: flex; */
  /*! flex-direction: column; */
  /*! align-items: center; */
  width: 1600px;
  margin: 0px auto;
}
.team .content .imgs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.team .content .item {
  box-sizing: border-box;
  margin: 1%;
  /*! flex-direction: column; */
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 48%;
  box-sizing: border-box;
  background: #fafafa;
}
.team .content .item .line {
  width: 0;
  height: 2px;
  background-color: #b02a26;
  transition: all 0.5s ease;
  opacity: 0;
}
.team .content .item .details {
  display: flex;
  align-items: center;
  width: 100%;
}
.team .content .item .left {
  width: 14vw;
  object-fit: cover;
  height: 18vw;
}
.team .content .item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team .content .item .right {
  width: calc(100% - 14vw);
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 1vw;
  height: 18vw;
  overflow: hidden;
  box-sizing: border-box;
}
.team .content .item .right:hover{background: #8c2423;}
.team .content .item .right .tops {
  /*! display: flex; */
  /*! align-items: center; */
  /*! justify-content: space-between; */
  /*! border-bottom: 1px solid #888; */
  padding: 0.5vw 0;
}
.team .content .item .right .tops h2 {
  font-weight: bold;
  font-size: 1.5vw;
}
.team .content .item .right .tops h2 a{color:#333;}
.team .content .item .right:hover .tops h2 a{color:white;}
.team .content .item .right .tops h3 {
  font-size: 0.5vw;
}
.team .content .item .right .tops div {
  display: flex;
  align-items: center;
  /*! border: 1px solid #888; */
  padding: 0.5vw 0vw;
  margin-top: 10px;
  font-size: 18px;
}
.team .content .item .right .tops div img {
  width: 0.7vw;
  height: 0.7vw;
  transform: rotate(180deg);
}
.team .content .item .right .contents {
  margin-bottom: 1vw;
  line-height: 1.5vw;
  color: #888;
  font-size: 0.7vw;
  height: 120px;
  overflow: hidden;
}
.team .content .item .right:hover .contents{color:white}
.team .content .item .right .btn_more a{background: #8c2423;color: white;display: inline-block;padding: 15px 40px;border-radius: 8px;}
.team .content .item .right .btn_more a p{color:white;}
.team .content .item .right:hover .btn_more a{background: white;}
.team .content .item .right:hover .btn_more a p{color:#8c2423;font-size: ;}
.team .content .btn {
  margin-top: 3vw;
}
.team .content .goup {
  position: absolute;
  z-index: 9;
  top: 70%;
  right: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 2px 2px;
  background-color: #8b2422;
  background-image: url(../static/goup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.team .footer {
  box-sizing: border-box;
  bottom: 0;
  padding: 0.5vw 2vw;
  width: 100vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team .footer .left {
  color: #888;
  font-size: 0.8vw;
}
.team .footer .right {
  display: flex;
  align-items: center;
}
.team .footer .right img {
  width: 1.5vw;
  height: 1.5vw;
}
.team .footer .right span {
  font-size: 0.8vw;
  color: #fff;
  margin-left: 0.5vw;
}
.team .footer .biaoji {
  position: relative;
}
.team .footer .erweima {
  position: absolute;
  z-index: 9;
  top: -500%;
  right: -4vw;
  width: 7vw;
  height: 7vw;
  border-radius: 0.5vw 0.5vw;
  background-color: #fff;
  background-image: url(../static/erweima.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.team .footer .right:hover {
  cursor: pointer;
}
.team .footer .right:hover .erweima {
  opacity: 1;
  transition: all 0.5s;
}
.about_us {
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.about_us .top {
  width: 100vw;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.about_us .top .bg {
  width: 100%;
  height: 18vw;
  margin-top:6vw;  background-image: url(../static/aboutus.png);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
  transition: all 20s;
}
.about_us .top .fonts {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 65%;
  left: 10%;
  z-index: 9;
  color: #fff;
}
.about_us .top .fonts h1 {
  font-size: 2vw;
  margin: 1vw 0;
}
.about_us .top .fonts h2 {
  font-size: 1vw;
  margin: 1vw 0;
}
.about_us .top .top_bar {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.about_us .top .top_bar .search {
  width: 100%;
  height: 1.5vw;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.about_us .top .top_bar .search .eng {
  margin: 0 1vw;
  font-size: 0.7vw;
  cursor: pointer;
}
.about_us .top .top_bar .menu {
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.about_us .top .top_bar .menu .logo {
  width: 4.5vw;
  height: 4.5vw;
  background-image: url(../static/logo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.about_us .top .top_bar .menu .list {
  display: flex;
  justify-content: center;
}
.about_us .top .top_bar .menu .list .font_team:hover {
  color: #8b2422 !important;
}
.about_us .top .top_bar .menu .list .font_team {
  cursor: pointer;
  text-align: center;
  font-size: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1vw;
}
.about_us .top .top_bar .menu .list .font_team h2 {
  margin-top: 0.5vw;
  color: #8f8f8f;
  font-size: 0.8vw;
}
.about_us .top .top_bar .menu .list ul li {
  float: left;
  margin: 0 1.5vw;
}
.about_us .top .top_bar .menu .list ul li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about_us .top .top_bar .menu .list ul li a h2 {
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 1vw !important;
  color: #000;
}
.about_us .top .top_bar .menu .list ul li a h3 {
  margin-top: 0.5vw;
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 0.75vw !important;
  color: #888;
}
.about_us .top .top_bar .menu .list ul li:hover h2 {
  color: #8b2422;
}
.about_us .top .top_bar .menu .list ul li:hover h3 {
  color: #8b2422;
}
.about_us .container {
  width: 100vw;
  /*! background-color: #b02a26; */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.about_us .container .bar {
  box-sizing: border-box;
  width: 100%;
  /*line-height: 3vw;*/
  /*padding: 0 2vw;*/
  overflow: hidden;
  background: #e4eaf5;
  /*! padding: 10px 0px; */
}
.about_us .container .bar span {
  padding: 15px 2vw;
  color: #333;
  font-size: 0.9vw;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.about_us .container .bar span.active{background: #8d2622;color:white;}
.about_us .container .bar span a{color:#333}
.about_us .container .bar span.active a{color:white;}
.about_us .container #box {
  box-sizing: border-box;
  margin: 0 auto;
  /*! width: 100vw; */
  /*! padding:5vw; */
  min-height: 600px;
  /*! background-color: #fff; */
  position: relative;
}
.about_us .container #box .btn {
  position: absolute;
  z-index: 9;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_us .container #box #container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.about_us .container #box #container #top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about_us .container #box #container #top img {
  width: 17vw;
  height: 15vw;
}
.about_us .container #box #container #top .top_content {
  width: 60vw;
  display: flex;
  flex-direction: column;
}
.about_us .container #box #container #top .top_content h1 {
  font-size: 1.8vw;
  font-weight: bold;
  color: #000;
  margin-bottom: 1.5vw;
}
.about_us .container #box #container #top .top_content h2 {
  font-size: 0.7vw;
  font-weight: bold;
  color: #333333;
  line-height: 1.5vw;
  text-indent: 2vw;
  margin: 0.5vw 0;
}
.about_us .container #box #bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5vw 0;
}
.about_us .container #box #bottom div:nth-child(1) {
  width: 38.5vw;
  height: 18vw;
  background-color: red;
  background-image: url(../static/aboutus01.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 120%;
  transition: all 1s ease;
}
.about_us .container #box #bottom div:nth-child(2) {
  width: 38.5vw;
  height: 18vw;
  background-color: green;
  background-image: url(../static/aboutus02.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 120%;
  transition: all 1s ease;
}
.about_us .container #box #bottom div:hover {
  background-size: 100%;
}
.about_us .container #box .group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about_us .container #box .group .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 14vw;
  margin: 1vw;
  padding: 1vw;
  box-shadow: 0 0 20px #ddd;
}
.about_us .container #box .group .item h2 {
  color: #000;
  font-size: 0.8vw;
  font-weight: bold;
  line-height: 1.5vw;
  margin-top: 0.5vw;
}
.about_us .container #box .group .item h3 {
  color: #888;
  font-size: 0.8vw;
  margin: 0.5vw 0;
}
.about_us .container #box .group .item img {
  width: 100%;
  height: 9vw;
}
.about_us .container #box .group .item:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.about_us .container #box .goup {
  position: absolute;
  cursor: pointer;
  z-index: 9;
  top: 75%;
  border-radius: 2px 2px;
  right: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  background-color: #8b2422;
  background-image: url(../static/goup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about_us .container #box .to h1 {
  font-size: 2vw;
  font-weight: bold;
}
.about_us .container #box .to h3 {
  margin: 2vw 0;
  line-height: 1.5vw;
  font-size: 0.8vw;
  color: #666;
}
.about_us .container #box .tw {
  position: relative;
  margin: 0 auto;
}
.about_us .container #box .tw .title {
  display: flex;
  align-items: center;
}
.about_us .container #box .tw .title h1 {
  font-size: 1.5vw;
  font-weight: bold;
  margin-left: 0.5vw;
}
.about_us .container #box .tw .title .icon {
  width: 2vw;
  height: 2vw;
  background-image: url(../static/hezuo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.about_us .container #box .tw .imgs ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.about_us .container #box .tw .imgs ul li {
  margin: 2vw;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 1.5vw 1.5vw;
}
.about_us .container #box .tw .imgs ul li img {
  width: 100%;
  height: 100%;
}
.about_us .container #box .tw .imgs ul li:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  box-shadow: 0 0 20px #ddd;
  transform: translateY(-1vw);
}
.about_us .container .footer {
  position: relative;
  box-sizing: border-box;
  bottom: 0;
  padding: 0.5vw 2vw;
  width: 100vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_us .container .footer .left {
  color: #888;
  font-size: 0.8vw;
}
.about_us .container .footer .right {
  display: flex;
  align-items: center;
}
.about_us .container .footer .right img {
  width: 1.5vw;
  height: 1.5vw;
}
.about_us .container .footer .right span {
  font-size: 0.8vw;
  color: #fff;
  margin-left: 0.5vw;
}
.about_us .container .footer .biaoji {
  position: relative;
}
.about_us .container .footer .erweima {
  position: absolute;
  z-index: 99;
  top: -500%;
  right: -4vw;
  width: 7vw;
  height: 7vw;
  border-radius: 0.5vw 0.5vw;
  background-color: #fff;
  background-image: url(../static/erweima.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.about_us .container .footer .right:hover {
  cursor: pointer;
}
.about_us .container .footer .right:hover .erweima {
  opacity: 1;
  transition: all 0.5s;
}
.yanxi {
  box-sizing: border-box;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.yanxi .top {
  width: 100vw;box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.yanxi .top .bg {
  width: 100%;
  height: 18vw;
  margin-top: 6vw;
  background-image: url(../static/yanxi.png);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
  transition: all 20s;
}
.yanxi .top .fonts {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 65%;
  left: 10%;
  z-index: 9;
  color: #fff;
}
.yanxi .top .fonts h1 {
  font-size: 2vw;
  margin: 1vw 0;
}
.yanxi .top .fonts h2 {
  font-size: 1vw;
  margin: 1vw 0;
}
.yanxi .top .top_bar {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.yanxi .top .top_bar .search {
  width: 100%;
  height: 1.5vw;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.yanxi .top .top_bar .search .eng {
  margin: 0 1vw;
  font-size: 0.7vw;
  cursor: pointer;
}
.yanxi .top .top_bar .menu {
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.yanxi .top .top_bar .menu .logo {
  width: 4.5vw;
  height: 4.5vw;
  background-image: url(../static/logo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.yanxi .top .top_bar .menu .list {
  display: flex;
  justify-content: center;
}
.yanxi .top .top_bar .menu .list .font_team:hover {
  color: #8b2422 !important;
}
.yanxi .top .top_bar .menu .list .font_team {
  cursor: pointer;
  text-align: center;
  font-size: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1vw;
}
.yanxi .top .top_bar .menu .list .font_team h2 {
  margin-top: 0.5vw;
  color: #8f8f8f;
  font-size: 0.8vw;
}
.yanxi .top .top_bar .menu .list ul li {
  float: left;
  margin: 0 1.5vw;
}
.yanxi .top .top_bar .menu .list ul li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yanxi .top .top_bar .menu .list ul li a h2 {
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 1vw !important;
  color: #000;
}
.yanxi .top .top_bar .menu .list ul li a h3 {
  margin-top: 0.5vw;
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 0.75vw !important;
  color: #888;
}
.yanxi .top .top_bar .menu .list ul li:hover h2 {
  color: #8b2422;
}
.yanxi .top .top_bar .menu .list ul li:hover h3 {
  color: #8b2422;
}
.yanxi .container {
  width: 100vw;
  background-color: #b02a26;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.yanxi .container .bar {
  box-sizing: border-box;
  width: 100%;
  /*line-height: 3vw;*/
  /*padding: 0 2vw;*/
  overflow: hidden;
}
.yanxi .container .bar span {
  padding: 2vw;
  color: #fff;
  font-size: 0.9vw;
  cursor: pointer;
}
.yanxi .container #box {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100vw;
  padding: 5vw 5vw 10vw 5vw;
  min-height: 600px;
  background-color: #fff;
  position: relative;
}
.yanxi .container #box .btn {
  position: absolute;
  z-index: 9;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yanxi .container #box .group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.yanxi .container #box .group .item {
  height:6vw;display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 23vw;
  margin: 2vw 2vw 2vw 2vw;
  padding: 1.1vw;
  border: 2px solid #e4e4e4;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.yanxi .container #box .group .item h2 {
  color: #000;
  font-size: 1vw;
  font-weight: bold;
  line-height: 1.5vw;
  margin: 1vw 0;
}
.yanxi .container #box .group .item h3 {
  color: #999;
  font-size: 0.8vw;
  margin: 0.5vw 0;
}
.yanxi .container #box .group .item img {
  width: 100%;
  height: 9vw;
}
.yanxi .container #box .group .item div {
  width: 0vw;
  height: 0vw;
  opacity: 0.5;
  background-color: #999;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
}
.yanxi .container #box .group .item:hover {
  border: 2px solid #cc3333;
}
.yanxi .container #box .group .item:hover h2,
.yanxi .container #box .group .item:hover h3 {
  color: #cc3333;
}
.yanxi .container #box .group .item:hover div {
  width: 30vw;
  height: 30vw;
  opacity: 0;
}
.yanxi .container #box .goup {
  position: absolute;
  cursor: pointer;
  z-index: 9;
  top: 75%;
  border-radius: 2px 2px;
  right: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  background-color: #8b2422;
  background-image: url(../static/goup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.yanxi .container #box .to h1 {
  font-size: 2vw;
  font-weight: bold;
}
.yanxi .container #box .to h3 {
  margin: 2vw 0;
  line-height: 1.5vw;
  font-size: 0.8vw;
  color: #666;
}
.yanxi .container #box .tw {
  position: relative;
  margin: 0 auto;
}
.yanxi .container #box .tw .title {
  display: flex;
  align-items: center;
}
.yanxi .container #box .tw .title h1 {
  font-size: 1.5vw;
  font-weight: bold;
  margin-left: 0.5vw;
}
.yanxi .container #box .tw .title .icon {
  width: 2vw;
  height: 2vw;
  background-image: url(../static/hezuo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.yanxi .container #box .tw .imgs ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.yanxi .container #box .tw .imgs ul li {
  margin: 2vw;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 1.5vw 1.5vw;
  transition: all 1s ease;
}
.yanxi .container #box .tw .imgs ul li img {
  width: 100%;
  height: 100%;
}
.yanxi .container #box .tw .imgs ul li:hover {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 20px #ddd;
  transition-delay: 0.3s;
  transform: translateY(-1vw);
}
.yanxi .container .footer {
  position: relative;
  box-sizing: border-box;
  bottom: 0;
  padding: 0.5vw 2vw;
  width: 100vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yanxi .container .footer .left {
  color: #888;
  font-size: 0.8vw;
}
.yanxi .container .footer .right {
  display: flex;
  align-items: center;
}
.yanxi .container .footer .right img {
  width: 1.5vw;
  height: 1.5vw;
}
.yanxi .container .footer .right span {
  font-size: 0.8vw;
  color: #fff;
  margin-left: 0.5vw;
}
.yanxi .container .footer .biaoji {
  position: relative;
}
.yanxi .container .footer .erweima {
  position: absolute;
  z-index: 99;
  top: -500%;
  right: -4vw;
  width: 7vw;
  height: 7vw;
  border-radius: 0.5vw 0.5vw;
  background-color: #fff;
  background-image: url(../static/erweima.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.yanxi .container .footer .right:hover {
  cursor: pointer;
}
.yanxi .container .footer .right:hover .erweima {
  opacity: 1;
  transition: all 0.5s;
}
.contact {
  box-sizing: border-box;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.contact .top {
  width: 100vw;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.contact .top .bg {margin-top:6vw;
  width: 100%;
  height: 18vw;
 background-image: url(../static/contact_us1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 20s;
}
.contact .top .fonts {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 65%;
  left: 10%;
  z-index: 9;
  color: #fff;
}
.contact .top .fonts h1 {
  font-size: 2vw;
  margin: 1vw 0;
}
.contact .top .fonts h2 {
  font-size: 1vw;
  margin: 1vw 0;
}
.contact .top .top_bar {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.contact .top .top_bar .search {
  width: 100%;
  height: 1.5vw;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.contact .top .top_bar .search .eng {
  margin: 0 1vw;
  font-size: 0.7vw;
  cursor: pointer;
}
.contact .top .top_bar .menu {
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.contact .top .top_bar .menu .logo {
  width: 4.5vw;
  height: 4.5vw;
  background-image: url(../static/logo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.contact .top .top_bar .menu .list {
  display: flex;
  justify-content: center;
}
.contact .top .top_bar .menu .list .font_team:hover {
  color: #8b2422 !important;
}
.contact .top .top_bar .menu .list .font_team {
  cursor: pointer;
  text-align: center;
  font-size: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1vw;
}
.contact .top .top_bar .menu .list .font_team h2 {
  margin-top: 0.5vw;
  color: #8f8f8f;
  font-size: 0.8vw;
}
.contact .top .top_bar .menu .list ul li {
  float: left;
  margin: 0 1.5vw;
}
.contact .top .top_bar .menu .list ul li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .top .top_bar .menu .list ul li a h2 {
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 1vw !important;
  color: #000;
}
.contact .top .top_bar .menu .list ul li a h3 {
  margin-top: 0.5vw;
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 0.75vw !important;
  color: #888;
}
.contact .top .top_bar .menu .list ul li:hover h2 {
  color: #8b2422;
}
.contact .top .top_bar .menu .list ul li:hover h3 {
  color: #8b2422;
}
.contact .container {
  width: 100vw;
  background-color: #b02a26;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.contact .container .bar {
  box-sizing: border-box;
  width: 100%;
  /*line-height: 3vw;*/
  /*padding: 0 2vw;*/
  overflow: hidden;
}
.contact .container .bar span {
  padding: 2vw;
  color: #fff;
  font-size: 0.9vw;
  cursor: pointer;
}
.contact .container #box {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100vw;
  padding: 5vw 5vw 10vw 5vw;
  min-height: 600px;
  background-color: #fff;
  position: relative;
}
.contact .container #box .btn {
  position: absolute;
  z-index: 9;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact .container #box .contact_container {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.contact .container #box .contact_container .left-box {
  cursor: pointer;
  height: 27vw;
  border: 1px solid #e9e9e9;
}
.contact .container #box .contact_container .left-box .l_item {
  position: relative;
  display: flex;
  align-items: center;
    box-sizing: border-box;
  width: 100%;
  height: 9vw;
  padding: 1.2vw 2vw;
  transition: 0.2s ease-out;
}
.contact .container #box .contact_container .left-box .l_item .sanjiao {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 1vw solid transparent ;
  border-bottom: 1vw solid #b02a26;
  position: absolute;
  top: 40%;
  left: 99%;
  transform: translate(-50%, -50%);
  transform: rotate(90deg);
  display: none;
}
.contact .container #box .contact_container .left-box .l_item .l_item_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 4.5vw;
}
.contact .container #box .contact_container .left-box .l_item .l_item_left h1 {
  font-size: 1.5vw;
  font-weight: bold;
  color: #000;
}
.contact .container #box .contact_container .left-box .l_item .l_item_left .map_icon {
  text-align: center;
  box-sizing: border-box;
  padding: 0.4vw 1vw;
  display: flex;
  align-items: center;
}
.contact .container #box .contact_container .left-box .l_item .l_item_left .map_icon h2 {
  font-size: 0.5vw;
  color: #666666;
}
.contact .container #box .contact_container .left-box .l_item .l_item_left .map_icon .icons {
  background-image: url(../static/semap_disabled.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80%;
  width: 1.2vw;
  height: 1.2vw;
  margin-right: 0.5vw;
}
.contact .container #box .contact_container .left-box .l_item .white_line {
  width: 1px;
  height: 5vw;
  background-color: #fff;
  margin: 0 1.5vw;
}
.contact .container #box .contact_container .left-box .l_item .l_item_right {
  display: flex;
  flex-direction: column;
}
.contact .container #box .contact_container .left-box .l_item .l_item_right h2 {
  font-size: 1vw;
  color: #8b2422;
}
.contact .container #box .contact_container .left-box .l_item .l_item_right h3 {
  font-size: 1vw;
  color: #666666;
}
.contact .container #box .contact_container .left-box .l_item .l_item_right .dress,
.contact .container #box .contact_container .left-box .l_item .l_item_right .phone,
.contact .container #box .contact_container .left-box .l_item .l_item_right .email {
  margin: 0.3vw 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact .container #box .contact_container .actived {
  background-color: #b02a26;
}
.contact .container #box .contact_container .actived h1,
.contact .container #box .contact_container .actived h2,
.contact .container #box .contact_container .actived h3 {
  color: #fff !important;
}
.contact .container #box .contact_container .actived .sanjiao {
  display: block !important;
}
.contact .container #box .contact_container .actived .icons {
  background-image: url(../static/semap_abled.png) !important;
}
.contact .container #box .contact_container .actived .map_icon {
  background-color: #4c0806;
  border-radius: 1vw 1vw;
}
.contact .container #box .contact_container .actived2 {
  background-color: #b02a26;
  display: block !important;
}
.contact .container #box .contact_container .actived2 h1,
.contact .container #box .contact_container .actived2 h2,
.contact .container #box .contact_container .actived2 h3 {
  color: #fff !important;
}
.contact .container #box .contact_container .actived2 .sanjiao {
  display: block !important;
}
.contact .container #box .contact_container .right-box {
  width: 45vw;
  height: 27vw;
  overflow: hidden;
}
.contact .container #box .contact_container .right-box .img_item {
  display: none;
  height: 27vw;
}
.contact .container #box .contact_container .right-box .img_item img {
  transition: all 0.4s ease-in-out;
  width: 105%;
  height: 110%;
}
.contact .container #box .contact_container .right-box .img_item:hover img {
  width: 110%;
  height: 115%;
}
.contact .container #box .content_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact .container #box .content_ .top_ {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.contact .container #box .content_ .top_ div:nth-child(1) {
  width: 45vw;
  height: 13vw;
  background-color: red;
  background-image: url(../static/joinus.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 120%;
  transition: all 0.5s ease;
}
.contact .container #box .content_ .top_ div:nth-child(2) {
  box-sizing: border-box;
  padding: 2vw;
  width: 25vw;
  height: 13vw;
  border: 1px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .container #box .content_ .top_ div:nth-child(2) h1 {
  color: #000;
  font-size: 1.5vw;
  font-weight: bold;
}
.contact .container #box .content_ .top_ div:nth-child(2) h3 {
  color: #999999;
  font-size: 1vw;
  line-height: 1.5vw;
}
.contact .container #box .content_ .top_ div:nth-child(2) h2 {
  color: #b02a26;
  font-size: 1vw;
}
.contact .container #box .content_ .top_ div:nth-child(1):hover {
  background-size: 110% !important;
}
.contact .container #box .content_ .center {
  margin-top: 3vw;
}
.contact .container #box .content_ .center .item {
  display: flex;
  flex-direction: column;
  margin: 3vw 0 0vw 0;
  overflow: hidden;
}
.contact .container #box .content_ .center .item .menu:hover {
  background-color: #ddd;
}
.contact .container #box .content_ .center .item .menu {
  position: relative;
  z-index: 9;
  transition: all 0.5s ease;
  cursor: pointer;
  display: flex;
  vertical-align: middle;
}
.contact .container #box .content_ .center .item .menu .font {
  border: 1px solid #d6d6d6;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 1vw 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 55vw;
  height: 3.5vw;
}
.contact .container #box .content_ .center .item .menu .font h1 {
  color: #000;
  font-size: 1vw;
  font-weight: bold;
}
.contact .container #box .content_ .center .item .menu .font h3 {
  color: #666;
  font-size: 0.75vw;
}
.contact .container #box .content_ .center .item .menu .Joystick {
  overflow: hidden;
  color: #fff;
  font-size: 1.2vw;
  text-align: center;
  line-height: 3.5vw;
  width: 3.5vw;
  height: 3.5vw;
  background-color: #cc3333;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.contact .container #box .content_ .center .item .menu .Joystick span {
  position: absolute;
  width: 2vw;
  height: 0.2vw;
  background-color: #fff;
  transition: 0.5s;
}
.contact .container #box .content_ .center .item .menu .Joystick span:nth-child(1) {
  transform: rotate(90deg);
}
.contact .container #box .content_ .center .item .menu .Joystick.activemenu span:nth-child(1) {
  transform: translateY(2vw) rotate(180deg);
}
.contact .container #box .content_ .center .item .menu .Joystick.activemenu span:nth-child(2) {
  transform: rotate(180deg);
}
.contact .container #box .content_ .center .item .message {
  padding: 1vw 2vw;
  box-sizing: border-box;
  opacity: 1;
  transform: translateY(-30vw);
  transition: 0.5s ease-in-out;
  width: 100%;
  background-color: #f1f1f1;
}
.contact .container #box .content_ .center .item .message h1,
.contact .container #box .content_ .center .item .message h2 {
  transform: translateX(-20vw);
  transition: 0.5s all ease;
  opacity: 0;
}
.contact .container #box .content_ .center .item .message .requirement {
  margin-bottom: 2vw;
}
.contact .container #box .content_ .center .item .message .requirement h1 {
  font-size: 0.9vw;
  font-weight: bold;
  color: #000;
}
.contact .container #box .content_ .center .item .message .requirement h2 {
  margin: 0.5vw 0;
  color: #666666;
  font-size: 0.8vw;
}
.contact .container #box .content_ .center .item .message .duty {
  margin: 2vw 0;
}
.contact .container #box .content_ .center .item .message .duty h1 {
  font-size: 0.9vw;
  font-weight: bold;
  color: #000;
}
.contact .container #box .content_ .center .item .message .duty h2 {
  margin: 0.5vw 0;
  color: #666666;
  font-size: 0.8vw;
}
.contact .container #box .content_ .center .item .activemenu.message {
  transform: translateY(0vw);
  opacity: 1;
}
.contact .container #box .content_ .center .item .activemenu.message * {
  transform: translateY(0vw);
  opacity: 1;
  transition-delay: 0.2s;
}
.contact .container #box .content_ .center .panel-title div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .container #box .content_ .center .panel-title div h1 {
  color: #000;
  font-size: 1vw;
}
.contact .container #box .content_ .center .panel-title div h3 {
  color: #666;
  font-size: 0.75vw;
}
.contact .container #box .group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact .container #box .group .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 23vw;
  margin: 2vw 2vw 2vw 2vw;
  padding: 1.1vw;
  border: 2px solid #e4e4e4;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.contact .container #box .group .item h2 {
  color: #000;
  font-size: 1vw;
  font-weight: bold;
  line-height: 1.5vw;
  margin: 1vw 0;
}
.contact .container #box .group .item h3 {
  color: #999;
  font-size: 0.8vw;
  margin: 0.5vw 0;
}
.contact .container #box .group .item img {
  width: 100%;
  height: 9vw;
}
.contact .container #box .group .item div {
  width: 0vw;
  height: 0vw;
  opacity: 0.5;
  background-color: #999;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
}
.contact .container #box .group .item:hover {
  border: 2px solid #cc3333;
}
.contact .container #box .group .item:hover h2,
.contact .container #box .group .item:hover h3 {
  color: #cc3333;
}
.contact .container #box .group .item:hover div {
  width: 30vw;
  height: 30vw;
  opacity: 0;
}
.contact .container #box .goup {
  position: absolute;
  cursor: pointer;
  z-index: 9;
  top: 75%;
  border-radius: 2px 2px;
  right: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  background-color: #8b2422;
  background-image: url(../static/goup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact .container #box .to h1 {
  font-size: 2vw;
  font-weight: bold;
}
.contact .container #box .to h3 {
  margin: 2vw 0;
  line-height: 1.5vw;
  font-size: 0.8vw;
  color: #666;
}
.contact .container #box .tw {
  position: relative;
  margin: 0 auto;
}
.contact .container #box .tw .title {
  display: flex;
  align-items: center;
}
.contact .container #box .tw .title h1 {
  font-size: 1.5vw;
  font-weight: bold;
  margin-left: 0.5vw;
}
.contact .container #box .tw .title .icon {
  width: 2vw;
  height: 2vw;
  background-image: url(../static/hezuo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.contact .container #box .tw .imgs ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.contact .container #box .tw .imgs ul li {
  margin: 2vw;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 1.5vw 1.5vw;
}
.contact .container #box .tw .imgs ul li img {
  width: 100%;
  height: 100%;
}
.contact .container #box .tw .imgs ul li:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  box-shadow: 0 0 20px #ddd;
  transform: translateY(-1vw);
}
.contact .container .footer {
position: relative;
  box-sizing: border-box;
  bottom: 0;
  padding: 0.5vw 2vw;
  width: 100vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .container .footer .left {
  color: #888;
  font-size: 0.8vw;
}
.contact .container .footer .right {
  display: flex;
  align-items: center;
}
.contact .container .footer .right img {
  width: 1.5vw;
  height: 1.5vw;
}
.contact .container .footer .right span {
  font-size: 0.8vw;
  color: #fff;
  margin-left: 0.5vw;
}
.contact .container .footer .biaoji {
  position: relative;
}
.contact .container .footer .erweima {
  position: absolute;
  z-index: 99;
  top: -500%;
  right: -4vw;
  width: 7vw;
  height: 7vw;
  border-radius: 0.5vw 0.5vw;
  background-color: #fff;
  background-image: url(../static/erweima.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.contact .container .footer .right:hover {
  cursor: pointer;
}
.contact .container .footer .right:hover .erweima {
  opacity: 1;
  transition: all 0.5s;
}
.home_dialog {
 display:none; width: 70vw;
  background-color: #f4f4f4;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 2vw;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  background-image: url(../static/liuyan2.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
}
.home_dialog .header {
  display: flex;
  align-items: flex-end;
}
.home_dialog .header h1 {
  font-size: 2vw;
  color: #000;
  font-weight: bold;
}
.home_dialog .header h2 {
  margin-left: 2vw;
  font-size: 0.9vw;
  color: #cc3333;
}
.home_dialog .content {
  margin-top: 1.5vw;
  display: flex;
  justify-content: space-between;
}
.home_dialog .content .table {
  width: 40vw;
  display: flex;
  flex-direction: column;
}
.home_dialog .content .table .input_item {
  display: flex;
  align-items: center;
}
.home_dialog .content .table .input_item input {
  margin: 0.4vw 0.6vw;
  width: 18vw;
  height: 2.5vw;
  line-height: 2.5vw;
  padding: 0.5vw 0.5vw;
  font-size: 0.9vw;
  box-sizing: border-box;
  outline: none;
  text-indent: 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2vw 0.2vw;
  margin-left: 0.5vw;
}
.home_dialog .content .table .input_item_2 {
  display: flex;
  align-items: center;
}
.home_dialog .content .table .input_item_2 input {
  margin: 0.4vw 0.6vw;
  width: 100%;
  height: 2.5vw;
  line-height: 2.5vw;
  padding: 0.5vw 0.5vw;
  font-size: 0.9vw;
  box-sizing: border-box;
  outline: none;
  text-indent: 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2vw 0.2vw;
  margin-left: 0.5vw;
}
.home_dialog .content .table .text-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 1vw;
}
.home_dialog .content .table .text-area textarea {
  border-radius: 0.2vw 0.2vw;
  width: 96.5%;
  padding: 0.5vw;
  box-sizing: border-box;
  font-size: 0.9vw;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
}
.home_dialog .content .message {
  display: flex;
  flex-direction: column;
  margin-right: 4vw;
}
.home_dialog .content .message h1 {
  font-size: 1.2vw;
  color: #000;
  font-weight: bold;
}
.home_dialog .content .message .f-box {
  margin-top: 1.5vw;
  display: flex;
  flex-direction: column;
}
.home_dialog .content .message .f-box span {
  margin: 0.5vw 0;
  color: #666666;
  font-size: 0.9vw;
}
.home_dialog .content .message .erweima {
  display: flex;
  align-items: center;
}
.home_dialog .content .message .erweima .erweima_item {
  margin-right: 2vw;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home_dialog .content .message .erweima .erweima_item img {
  width: 7vw;
  height: 7vw;
  margin-top: 3vw;
}
.home_dialog .content .message .erweima .erweima_item span {
  font-size: 0.9vw;
  color: #000;
  margin-top: 0.5vw;
}
.swiper-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.swiper-menu .top_bar {
  width: 100vw;
  /*! padding: 10px 0px; */
  background-color: #ffffff54;
}
.swiper-menu .top_bar .search {
  width: 100%;
  height: 1.5vw;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.swiper-menu .top_bar .search .eng {
  margin: 0 1vw;
  font-size: 0.7vw;
  cursor: pointer;
}
.swiper-menu .top_bar .menu {
  padding: 10px 1.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*! background-color: #ffffff54; */
}
.swiper-menu .top_bar .menu .logo {
  /*! width: 2.5vw; */
  max-height: 80px;
  /*! background-image: url(../static/logo.png); */
  /*! background-repeat: no-repeat; */
  /*! background-position: 50%; */
  /*! background-size: 100%; */
}.swiper-menu .top_bar .menu .logo img{max-height: 60px;}
.swiper-menu .top_bar .menu .list {
  display: flex;
  justify-content: center;
}
.swiper-menu .top_bar .menu .list .font_team:hover {
  color: #8b2422 !important;
}
.swiper-menu .top_bar .menu .list .font_team {
  cursor: pointer;
  text-align: center;
  font-size: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1vw;
}
.swiper-menu .top_bar .menu .list .font_team h2 {
  margin-top: 0.5vw;
  color: #8f8f8f;
  font-size: 0.8vw;
}
.swiper-menu .top_bar .menu .list ul li {
  float: left;
  margin: 0 1.5vw;
}
.swiper-menu .top_bar .menu .list ul li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper-menu .top_bar .menu .list ul li a h2 {
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 1vw !important;
  color: #000;
}
.swiper-menu .top_bar .menu .list ul li a h3 {
  margin-top: 0.5vw;
  font-weight: 500;
  font-family: 'Microsoft YaHei';
  font-size: 0.75vw !important;
  color: #888;
}
.swiper-menu .top_bar .menu .list ul li:hover h2 {
  color: #8b2422;
}
.swiper-menu .top_bar .menu .list ul li:hover h3 {
  color: #8b2422;
}
#fullpage .banner_1 {
  width: 100%;
  height: 100%;
  background-image: url(../static/banner1.png);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
}
#fullpage .banner_1 .fonts {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  text-align: left;
  top: 30vw;
  left: 6vw;
  z-index: 9;
  color: #fff !important;
}
#fullpage .banner_1 .fonts h1 {
  font-size: 2vw;
  margin: 1.5vw 0;
}
#fullpage .banner_1 .fonts h2 {
  color: #fff !important;
  font-size: 1vw;
  margin: 2vw 0;
}
#fullpage .top {
  width: 100vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#fullpage .top .bg:hover {
  background-size: 200%;
}
#fullpage .banner_2 {
  width: 100vw;
  height: 100vh;
 overflow:hidden; background: skyblue;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  background-size: cover;
  box-sizing: border-box;
  align-items: center;
 justify-content;space-between; padding: 150px 50px;
  position: relative;
}
#fullpage .banner_2 .t1 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0.5vw;
  right: 5vw;
  top: 8vw;
  cursor: pointer;
  background-color: #8b2422;
  border-radius: 0.2vw 0.2vw;
}
#fullpage .banner_2 .t1 img {
  width: 2vw;
}
#fullpage .banner_2 .t1 .message {
  margin-top: 0.2vw;
  font-family: "Microsoft YaHei";
  box-shadow: 0 0 20px #888;
  color: #fff;
  font-weight: bold;
  font-size: 0.5vw !important;
}
#fullpage .banner_2 .t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(0);
  margin-top: 2vw;
}
#fullpage .banner_2 .t2 .top2 {
  display: flex;
  align-items: center;
}
#fullpage .banner_2 .t2 .top2 span {
  width: 10vw;
  height: 0.07vw;
  margin: 0 5vw;
  background-color: #8b2422;
}
#fullpage .banner_2 .t2 .top2 h1 {
  color: #8b2422;
  font-weight: bold;
  font-size: 2vw;
}
#fullpage .banner_2 .t2 .bottom {
  font-size: 0.8vw;
  margin-top: 1vw;
  color: #888;
}
#fullpage .banner_2 .t3_ {
  width: 1600px;
  margin: 2vw 0 2vw 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #ffffffbf;
  padding: 20px;
}
#fullpage .banner_2 .t3_ .t3_left_box {
  width: 35vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#fullpage .banner_2 .t3_ .t3_left_box .t3_left_box_top {
  width: 100%;
  height: 16vw;
  overflow: hidden;
}
#fullpage .banner_2 .t3_ .t3_left_box .t3_left_box_top img {
  object-fit: cover;
  width: 100%;
  height: 16vw;
}
#fullpage .banner_2 .t3_ .t3_left_box .t3_left_box_bottom {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.5vw;
}
#fullpage .banner_2 .t3_ .t3_left_box .t3_left_box_bottom h2 {
  font-weight: bold;
  font-size: 1.2vw;
  text-align: left;
  line-height: 30px;
}
#fullpage .banner_2 .t3_ .t3_left_box .t3_left_box_bottom h3 {
  text-align: left;
  margin: 0.5vw 0;
  color: #888;
  font-size: 0.8vw;
}
#fullpage .banner_2 .t3_ .t3_left_box .t3_left_box_bottom h4 {
  text-align: left;
  color: #888;
  line-height: 1.5vw;
  font-size: 1.2vw;
}
#fullpage .banner_2 .t3_ .t3_right_box {
  box-sizing: border-box;
  width: 50vw;
  height: 100%;
  padding: 0 0.5vw;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
}
#fullpage .banner_2 .t3_ .t3_right_box .item {
  box-sizing: border-box;
  width: 31%;
  margin: 1%;
}
#fullpage .banner_2 .t3_ .t3_right_box .item img {
  width: 100%;
  height: 8vw;
}#fullpage .banner_2 .t3_ .t3_right_box .item .card h1:hover{color:#8b2422}
#fullpage .banner_2 .t3_ .t3_right_box .item .card h1 {
  transition:0.3s all;-webkit-box-orient: vertical;/*! -webkit-line-clamp: 2; */display: -webkit-box;display: box;;text-overflow: ellipsis;overflow: hidden;margin: 0.25vw 0;
  font-size: 0.9vw;
  color: #444;
  text-align: left;
  line-height: 1.25vw;
  display: block;
  width: 100%;
  white-space: nowrap;
}
#fullpage .banner_2 .t3_ .t3_right_box .item .card h3 {
  color: #888;
  font-size: 0.8vw;
  text-align: left;
  padding-left: 0px;
}
#fullpage .banner_2 .t4 {
  cursor: pointer;
  padding: 0.5vw 3vw;
  font-size: 0.7vw;
  text-align: center;
  color: #fff;
  background-color: #8b2422;
}
#fullpage .banner_2 .t4 a {
  color: #fff;
}
.banner_3 {
  width: 100vw;
  height: 100vh;
  background-image: url(../static/banner3.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  box-sizing: border-box;
  align-items: center;justify-content:space-between;
  padding: 150px 50px;
  position: relative;
}
.banner_3 .t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner_3 .t2 .top2 {
  display: flex;
  align-items: center;
}
.banner_3 .t2 .top2 span {
  width: 10vw;
  height: 0.07vw;
  margin: 0 5vw;
  background-color: #fff;
}
.banner_3 .t2 .top2 h1 {
  color: #fff;
  font-weight: bold;
  font-size: 2vw;
}
.banner_3 .t2 .bottom {
  margin-top: 1vw;
  color: #888;
  font-size: 0.8vw;
}
.banner_3 .t3_ {
  margin: 5vw 0;
}
.banner_3 .t3_ .swiper {
  width: auto;
  z-index: 999;
}
.banner_3 .t3_ .swiper-slide:hover {
  transform: scale(1.1);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.lsname{

}

.banner_3 .t3_ .swiper-slide:hover .lsname {
  opacity: 0;
transition:all .3s;
}



.banner_3 .t3_ .swiper-slide:hover .img-box::before {
  opacity: 1;
}
.banner_3 .t3_ .swiper-slide:hover .fonts-box h2 {
  transform: translateY(0);
  transition-delay: 0.3s;
}
.banner_3 .t3_ .swiper-slide:hover .fonts-box h1 {
  transform: translateY(0);
  transition-delay: 0.2s;
}
.banner_3 .t3_ .swiper-slide:hover .fonts-box .line {
  transform: translateY(0);
  transition-delay: 0.2s;
}
.banner_3 .t3_ .swiper-slide:hover .fonts-box .btn {
  transform: translateY(0);
  transition-delay: 0.3s;
  /*! width: 100%; */
  margin: 4vh auto;
}
.banner_3 .t3_ .swiper-slide {
  position: relative;
  cursor: pointer;
  width: 10vw;
  height: 16.5vw;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner_3 .t3_ .swiper-slide .img-box img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* 保持原有尺寸比例，裁切长边 */
  object-fit: cover;
}
.banner_3 .t3_ .swiper-slide .img-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, transparent);
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}
.banner_3 .t3_ .swiper-slide .fonts-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2vw 1vw;
  /* 弹性布局 元素位于容器的结尾 */
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
}
.banner_3 .t3_ .swiper-slide .fonts-box h1 {
  font-size: 1vw;
  color: #fff;
  transform: translateY(12vw);
  transition: 0.5s;
}
.banner_3 .t3_ .swiper-slide .fonts-box h2 {
  font-size: 0.6vw;
  color: #ddd;
  line-height: 1.5vw;
  transform: translateY(15vw);
  transition: 0.5s;
-webkit-box-orient: vertical;

 -webkit-line-clamp: 4;

 display: -webkit-box;

display: box;
 
text-overflow: ellipsis;

 overflow: hidden;
}
.banner_3 .t3_ .swiper-slide .fonts-box .line {
  margin: 0.5vw 0;
  width: 11vw;
  height: 0.01vw;
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(15vw);
  transition: 0.5s;
}
.banner_3 .t3_ .swiper-slide .fonts-box .btn {
  width: 5vw;
  font-size: 0.6vw;
  padding: 0.3vw 1vw;
  margin-top: 4vw;
  border: 1px solid #fff;
  text-align: center;
  transform: translateY(10vw);
  transition: 0.5s;
}
.banner_3 .t3_ .swiper-slide .fonts-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  /*! background-color: #fff; */
  /*! box-shadow: 0 -26px #fff; */
  transition: 0.5s;
}
.banner_3 .t4 {
  cursor: pointer;
  padding: 0.5vw 3vw;
  text-align: center;
  font-size: 0.7vw;
  color: #fff;
  background-color: #8b2422;
}
.banner_3 .t4 a {
  color: #fff;
}
.banner_4 {
  width: 100vw;
  height: 100vh;
  background-image: url(../static/banner4.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  box-sizing: border-box;
  align-items: center;
  padding: 150px 50px;justify-content:space-between;
  position: relative;
}
.banner_4 .t4 {
  cursor: pointer;
  padding: 0.5vw 3vw;
  text-align: center;
  font-size: 0.7vw;
  color: #fff;
  background-color: #8b2422;
}
.banner_4 .t4 a {
  color: #fff;
}
.banner_4 .t3 .contents {
  width: 100vw;
  box-sizing: border-box;
  padding: 1vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_4 .t3 .contents .aboutc{max-width:1200px;line-height: 40px;background:#ffffffe8;padding:50px;text-align: left;border-radius: 20px;}
.banner_4 .t3 .contents .imgs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: space-between;
  /* 投影效果 */
  /* 鼠标移上,投影的变化 */
  /* 封面 */
}
.banner_4 .t3 .contents .imgs .card {
  /* 相对定位 */
  position: relative;
  /* 自动放大占满剩余空间 */
  /* 设置视距 */
  perspective: 1000px;
  margin: 1vw 1vw;
}
.banner_4 .t3 .contents .imgs .card::before {
  content: "";
  /* 绝对定位 */
  position: absolute;
  left: 5%;
  top: 5%;
  /* 投影 */
  opacity: 1;
  /* 设置旋转元素的基点位置 */
  transform-origin: top center;
  /* 设置过渡:时长 加速后减速 */
  transition: 0.3s ease-in-out;
}
.banner_4 .t3 .contents .imgs .card-cover {
  left: 0;
  top: 0;
  width: 20vw;
  height: 13vw;
  background-size: cover;
  /* 溢出隐藏 */
  overflow: hidden;
  /* 开启3D */
  transform-style: preserve-3d;
  /* 设置旋转元素的基点位置 */
  transform-origin: top center;
  /* 设置过渡 */
  transition: transform 0.35s ease-in-out;
}
.banner_4 .t3 .contents .imgs .card-cover::after {
}
.banner_4 .t3 .contents .imgs .card:hover .card-cover {
}
.banner_4 .t3 .contents .imgs .card:hover .card-cover::after {
  transform: translateY(100%);
}
.banner_4 .t3 .contents .imgs img {
  width: 20vw;
  height: 13vw;
  margin: 1vw 1vw;
}
.banner_4 .t3 .contents .btn {

}
.banner_4 .t3 .contents .goup {
  position: absolute;
  z-index: 9;
  top: 70%;
  right: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 2px 2px;
  background-color: #8b2422;
  background-image: url(../static/goup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.banner_4 .t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1vw;
}
.banner_4 .t2 .top2 {
  display: flex;
  align-items: center;
}
.banner_4 .t2 .top2 span {
  width: 10vw;
  height: 0.07vw;
  margin: 0 5vw;
  background-color: white;
}
.banner_4 .t2 .top2 h1 {
  color: white;
  font-weight: bold;
  font-size: 2vw;
}
.banner_4 .t2 .bottom {
  margin-top: 1vw;
  color: #eee;
  font-size: 0.8vw;
}
.banner_5 {
  width: 100vw;
  height: 100vh;
  background-image: url(../static/banner5.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  box-sizing: border-box;
  align-items: center;
  padding: 150px 50px;justify-content:space-between;
  position: relative;
}
.banner_5 .t3 {
  display: flex;
  margin: 2.5vw;
  width: 1600px;
 align-items: center;
  /*! justify-content: center; */
  box-sizing: border-box;
}
.banner_5 .t3 .left_box {
  height: 100%;
  position: relative;
}
.banner_5 .t3 .left_box h2 {
  position: absolute;
  font-size: 1vw;
  color: #fff;
  top: 1vw;
  right: 1vw;
}
.banner_5 .t3 .left_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_5 .t3 .center_box {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: space-between;
}
.banner_5 .t3 .center_box .img_item {
 margin:5px; box-sizing: border-box;
  width: 14.6%;
  height: auto;
  position: relative;
 padding: 40px 0px;
 background: white;
}
.banner_5 .t3 .center_box .img_item:hover{background: #8b2422;}
.banner_5 .t3 .center_box .img_item:hover h3{color:white;}
.banner_5 .t3 .center_box .img_item i{color:#8b2422;font-size:50px;}
.banner_5 .t3 .center_box .img_item:hover i{color:white;}
.banner_5 .t3 .center_box .img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_5 .t3 .center_box .img_item h3 {
  position: relative;
  font-size: 1vw;
  color: #333;
  /*! top: 1vw; */
  /*! right: 1vw; */
  margin-top: 20px;
  text-align: center;
}
.banner_5 .t3 .center_box .img_item:nth-child(1) {
 
}
.banner_5 .t3 .center_box .img_item:nth-child(2) {
  
}
.banner_5 .t3 .center_box .img_item:nth-child(3) {
 
}
.banner_5 .t3 .center_box .img_item:nth-child(4) {
 
}
.banner_5 .t3 .center_box .img_item:nth-child(5) {
  
}
.banner_5 .t3 .center_box .img_item:nth-child(6) {

}
.banner_5 .t3 .right_box {
  height: 100%;
  position: relative;
}
.banner_5 .t3 .right_box h2 {
  position: absolute;
  font-size: 1vw;
  color: #fff;
  top: 1vw;
  right: 1vw;
}
.banner_5 .t3 .right_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_5 .t4 {
  cursor: pointer;
  padding: 0.5vw 3vw;
  text-align: center;
  font-size: 0.7vw;
  background-color: #8b2422;
}
.banner_5 .t4 a {
  color: #fff;
}
.banner_5 .t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner_5 .t2 .top2 {
  display: flex;
  align-items: center;
}
.banner_5 .t2 .top2 span {
  width: 10vw;
  height: 0.07vw;
  margin: 0 5vw;
  background-color: #8b2422;
}
.banner_5 .t2 .top2 h1 {
  color: #8b2422;
  font-weight: bold;
  font-size: 2vw;
}
.banner_5 .t2 .bottom {
  margin-top: 1vw;
  color: #888;
  font-size: 0.8vw;
}
.banner_6 {
  width: 100vw;
  height: 100vh;
  background-image: url(../static/banner6.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  box-sizing: border-box;
  align-items: center;
justify-content: center;
  padding: 150px 50px;
  position: relative;
}
.banner_6 .t4 {
  cursor: pointer;
  padding: 0.5vw 3vw;
  text-align: center;
  font-size: 0.7vw;
  background-color: #8b2422;
}
.banner_6 .t4 a {
  color: #fff;
}
.banner_6 .t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1vw;
}
.banner_6 .t2 .top2 {
  display: flex;
  align-items: center;
}
.banner_6 .t2 .top2 span {
  width: 10vw;
  height: 0.07vw;
  margin: 0 5vw;
  background-color: #8b2422;
}
.banner_6 .t2 .top2 h1 {
  color: #8b2422;
  font-weight: bold;
  font-size: 2vw;
}
.banner_6 .t2 .bottom {
  margin-top: 1vw;
  color: #888;
  font-size: 0.8vw;
}
.banner_6 .t3 {
  width: 85vw;
  height: 24vw;
  margin:2.5vw;
}
.banner_6 .t3 .myswiper2 {
  width: 85vw;
  height: 100%;
overflow-x: hidden;
}
.banner_6 .t3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner_6 .t3 .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /*! object-fit: cover; */
}
.banner_6 .t3 .t3_onepage {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*! align-items: stretch; */
  /*! justify-content: space-between; */
}
.banner_6 .t3 .t3_onepage .t3_item {
  cursor: pointer;
  /*! margin: 1vw; */
  /*! padding: 1vw 1vw; */
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18%;
  margin: 1%;
}
.banner_6 .t3 .t3_onepage .t3_item img {
  /*! width: 10vw; */
/*! height:4vw; */  /*! object-fit: cover; */
}
.banner_7 {
  width: 100vw;
  height: 100vh;
  background-image: url(../static/banner7.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  box-sizing: border-box;
  align-items: center;
  padding: 150px 50px 0 50px;
  position: relative;
}
.banner_7 .goup {
  position: absolute;
  z-index: 9;
  top: 70%;
  right: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 2px 2px;
  background-color: #8b2422;
  background-image: url(../static/goup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  line-height: 2.5vw;
}
.banner_7 .t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner_7 .goup i{color:white;font-size:1.6vw;}
.banner_7 .t2 .top2 {
  display: flex;
  align-items: center;
}
.banner_7 .t2 .top2 span {
  width: 10vw;
  height: 0.07vw;
  margin: 0 5vw;
  background-color: #8b2422;
}
.banner_7 .t2 .top2 h1 {
  color: #8b2422;
  font-weight: bold;
  font-size: 2vw;
}
.banner_7 .t2 .bottom {
  width: 40vw;
  margin-top: 1vw;
  line-height: 2vw;
  color: #545454;
  font-size: 1.2vw;
}
.banner_7 .t3 {
  align-items:center;display: flex;justify-content:center
}
.banner_7 .t3 .t3_item {
  width:300px;margin: 0 2vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner_7 .t3 .t3_item img {
  width: 100%;
height:200px}
.banner_7 .t3 .t3_item .font_card {
  box-sizing: border-box;
  padding: 1vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner_7 .t3 .t3_item .font_card h1 {
  margin-bottom: 0.5vw;
  font-size: 1vw;
  color: #000;
}
.banner_7 .t3 .t3_item .font_card div {
  margin: 0.25vw 0;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.banner_7 .t3 .t3_item .font_card div h2 {
  width:50px;color: #8b2422;
  font-size: 0.7vw;
}
.banner_7 .t3 .t3_item .font_card div h3 {
  color: #000;
  font-size: 0.7vw;
}
.banner_7 .t3 .t3_item .font_card .btn {
  margin: 1vw 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.banner_7 .t3 .t3_item .font_card .btn h3 {
  margin-left: 0.5vw;
  color: #000;
  font-size: 0.7vw;
}
.banner_7 .t3 .t3_item .font_card .btn img {
  width: 1vw;
  height: 1vw;
}
.banner_7 .t4 .footer {
  box-sizing: border-box;
  bottom: 0;
  padding: 1vw 2vw;
  width: 100vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_7 .t4 .footer .left {
  color: #888;
  font-size: 0.8vw;
}
.banner_7 .t4 .footer .right {
  display: flex;
  align-items: center;
  position: relative;
}
.banner_7 .t4 .footer .right img {
  width: 1.5vw;
  height: 1.5vw;
}
.banner_7 .t4 .footer .right span {
  font-size: 0.8vw;
  color: #fff;
  margin-left: 0.5vw;
}
.banner_7 .t4 .footer .erweima {
  position: absolute;
  z-index: 9;
  top: -500%;
  right: 1vw;
  width: 7vw;
  height: 7vw;
  border-radius: 0.5vw 0.5vw;
  background-color: #fff;
  background-image: url(../static/erweima.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.banner_7 .t4 .footer .right:hover {
  cursor: pointer;
}
.banner_7 .t4 .footer .right:hover .erweima {
  opacity: 1;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  #fullpage .banner_3 .fonts-box .btn {
    margin-top: 1vw !important;
  }
}
@media screen and (max-width: 768px) {
}
