@charset "utf-8";
.header {
  width: 100%;
  height: 8rem;
  background: #fff;
}
.header .container {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .container .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7.2rem;
  flex: 0 0 7.2rem;
  height: 7.2rem;
  overflow: hidden;
  z-index: 1111111;
  margin-top: -0.7rem;
}
.header .container .logo img {
  width: 7.2rem;
  height: 7.2rem;
  box-sizing: border-box;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.header .container .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  text-align: left;
  line-height: 8rem;
  font-size: 3rem;
  letter-spacing: 0.3rem;
}
.header .container .phone {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 8rem;
}
.header .container .wrap {
  width: 14.8rem;
  height: 100%;
  margin-top: 0.5rem;
}
.header .container .wrap .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header .container .wrap .language a {
  width: 25%;
  border-radius: 50%;
  display: block;
  margin-left: 0.3rem;
  overflow: hidden;
}
.header .container .wrap .language a img {
  height: 100%;
  width: 100%;
}
.header .container > p {
  font-size: 1.4rem;
  text-align: center;
  box-sizing: border-box;
  width: 16rem !important;
  padding-top: 3.3rem;
}
.nav {
  height: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d8aea), to(#216cb6));
  background: linear-gradient(to bottom, #2d8aea, #216cb6);
}
.nav .container {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.nav .container > div {
  line-height: 4rem;
  width: 20%;
  text-align: center;
  position: relative;
}
.nav .container > div > ul {
  background: #2D8AEA;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  height: 0;
  z-index: 111;
  position: relative;
}
.nav .container > div a {
  font-size: 1.92rem;
  color: #fff;
  display: block;
  padding: 0 1rem;
}
.nav .container > div:hover {
  background: #387FB2;
  border-radius: 0.3rem;
}
.nav .container > div:hover > ul {
  height: auto;
}
.nav .container > div > ul > li:hover {
  background: #387FB2;
  border-radius: 0.3rem;
}
.nav .container > div .active {
  background: #387FB2;
  border-radius: 0.3rem;
}
.title-bar {
  background: url('../images/ititle2.png') no-repeat center center;
  font-size: 2.3rem !important;
  text-align: center;
  padding: 6rem 0;
  font-weight: bold;
}
.banner {
  width: 100%;
  height: 40rem;
  box-sizing: border-box;
  position: relative;
}
.banner a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.banner a img {
  width: 100%;
  height: 100%;
}
.banner .myshow {
  opacity: 1;
  z-index: 2;
}
.banner #banner-icon {
  width: 16rem;
  height: 2.6rem;
  position: absolute;
  left: 44.14%;
  bottom: 1rem;
  z-index: 3;
  display: flex;
  justify-content: space-around;
}
.banner #banner-icon li {
  width: 3rem;
  height: 0.6rem;
  float: left;
  border-radius: 0.6rem;
  background: #efefef;
  cursor: pointer;
}
.banner #banner-icon .active {
  background: #18AFFC;
}
.about {
  width: 100%;
  height: 32.8rem;
  padding: 3rem 0;
}
.about .container {
  width: 70%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about .container .leftbar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-radius: 2rem;
  -webkit-box-shadow: 0rem 0.4rem 3rem #ccc;
  box-shadow: 0rem 0.4rem 3rem #ccc;
  padding: 1rem;
  box-sizing: border-box;
}
.about .container .rightbar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 2rem 2rem 1.5rem;
  box-sizing: border-box;
  max-height: 47.634rem;
  overflow: auto;
  border-radius: 0.3rem;
  margin-left: 4rem;
  -webkit-box-shadow: 0rem 0.4rem 3rem #ccc;
  box-shadow: 0rem 0.4rem 3rem #ccc;
  border-radius: 2rem;
  position: relative;
}
.about .container .rightbar h2 {
  font-size: 2.2rem;
  text-align: center;
  color: #C50A11;
  font-weight: bold;
  letter-spacing: 1.2rem;
  padding: 0rem 0 1rem;
}
.about .container .rightbar a:first-of-type {
  font-size: 1.7rem;
  line-height: 1.4em;
  letter-spacing: 0.1rem;
  text-align: left;
  line-height: 1.45em;
  color: #000;
}
.about .container .rightbar .more {
  display: block;
  width: 10rem;
  height: 2.8rem;
  line-height: 2.8rem;
  position: absolute;
  bottom: 1.5rem;
  right: 1rem;
  text-align: center;
  font-size: 1.7rem;
  background: #18AFFC;
  color: #fff;
  border-radius: 0.3rem;
}
.about .container .rightbar .more:hover {
  opacity: .7;
}
.show {
  width: 100%;
  height: 30rem;
  background: #eeeded;
  padding: 3.5rem 0;
  box-sizing: border-box;
}
.show .container {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.show .container > .item {
  width: 19%;
  position: relative;
  overflow: hidden;
  border-radius: 0.3rem;
}
.show .container > .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.show .container > .item img {
  width: 100%!important;
  height: 100%!important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .5s;
  transition: .5s;
  box-sizing: border-box;
}
.show .container > .item .up {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
  padding: 4rem 2rem;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0);
  font-size: 1.6rem;
  text-align: center;
  line-height: 9em;
}
.show .container > .item:hover .up {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.show .container > .item:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.news {
  width: 100%;
  height: 43rem;
  background: #eeeded;
}
.news .container {
  margin: 0 auto;
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .container .leftbar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.news .container .leftbar ul {
  width: 100%;
}
.news .container .leftbar ul li {
  height: 7rem;
  background: url('../images/newsbg.png') no-repeat right center;
  background-size: cover;
  margin-top: 2rem;
  text-align: left;
  color: #c0c0c0;
  font-size: 1.4rem;
  width: 31.4rem;
  padding: 0rem 1.5rem 0rem 6rem;
  box-sizing: border-box;
  line-height: 1.2em;
  position: relative;
}
.news .container .leftbar ul li span {
  display: block;
  position: absolute;
  left: 0;
  top: 1.7rem;
  width: 4rem;
  font-size: 3rem;
  font-weight: bold;
  padding: 1rem 0;
}
.news .container .leftbar ul li span:hover {
  color: #18AFFC;
}
.news .container .leftbar ul li .content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .container .leftbar ul li .content a {
  font-size: 1.4rem;
}
.news .container .leftbar ul li p a {
  font-size: 1.6rem;
  padding: 1rem 0;
  display: block;
}
.news .container .leftbar ul li p a:hover {
  color: #18AFFC;
}
.news .container .leftbar .btn {
  text-align: center;
  margin-top: 1rem;
}
.news .container .leftbar .btn a {
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 0.3rem;
  background: #2d8aea;
  color: #fff;
  font-size: 1.6rem;
}
.news .container .leftbar .btn a:hover {
  opacity: .7;
}
.news .container .rightbar .clear {
  clear: both;
}
.news .container .rightbar .bee {
  width: 65rem;
  height: 43rem;
  margin: 0 auto;
  -webkit-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.news .container .rightbar .con-show01 {
  width: 20rem;
  height: 25rem;
  float: left;
  margin-left: 1rem;
  overflow: hidden;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.news .container .rightbar .con-show02 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.news .container .rightbar .con-show03 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  position: relative;
}
.news .container .rightbar .con-show03 img {
  width: 100%;
  height: 100%;
}
.news .container .rightbar .con-show03 > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 25rem;
  text-align: center;
  background: url(../images/a.png);
  color: #fff;
}
.news .container .rightbar .con-show03 > div a {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
.news .container .rightbar .con-show03:hover > div {
  opacity: 1;
}
.news .container .rightbar .margin-left {
  margin-left: 11.5rem;
}
.news .container .rightbar .margin-top {
  margin-top: -7rem;
}
.email {
  width: 100%;
  min-height: 14.5rem;
  background: #e9eef1;
}
.email .container {
  width: 70%;
  min-height: 14.5rem;
  margin: 0 auto;
  padding: 2rem 0rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.email .container > div {
  width: 33.33333333%;
}
.email .container .info h2 {
  font-size: 2rem;
  color: #fbae5e;
  text-align: center;
  margin-top: 2rem;
}
.email .container .info p {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 1.5rem;
}
.email .container .icon {
  text-align: center;
}
.email .container .icon img {
  margin-top: 1.3rem;
  width: 6.8rem;
  height: 7.2rem;
}
.email .container .send p {
  font-size: 1.6rem;
  margin-top: 1rem;
  text-align: center;
}
.email .container .send p input {
  width: 70%;
  height: 2.5rem;
  outline: none;
  padding: 0 0.5rem;
  box-sizing: border-box;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
  font-size: 1.4rem;
}
.email .container .send p textarea {
  width: 70%;
  height: 5rem;
  box-sizing: border-box;
  resize: none;
  outline: none;
  border-radius: 0.3rem;
  border: 0.1rem solid #ccc;
  padding: 0.8rem;
}
.email .container .send p button {
  padding: 0.3rem 2rem;
  color: #fff;
  background: #fbae5e;
  border: none;
  outline: none;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
}
.email .container .send p button:hover {
  opacity: .8;
  cursor: pointer;
}
.email .container .send .hide {
  display: none;
}
.connect {
  width: 100%;
}
.connect .container {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 3rem 0;
}
.connect .container > div {
  font-size: 2rem !important;
  color: #2A566C;
}
.connect .container > div i {
  font-size: 2rem !important;
  color: #2A566C;
  font-weight: bold;
  font-style: normal;
}
.footer {
  background: #000;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}
