@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 {
  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 !important;
  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;
}
.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;
}
.totop {
  position: fixed;
  width: 4rem;
  height: 8rem;
  right: 3%;
  bottom: 15%;
  background: #fafafa;
  z-index: 111111111;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 2rem #ccc;
  box-shadow: 0 0 2rem #ccc;
}
.totop > div {
  width: 100%;
  height: 50%;
  text-align: center;
  line-height: 4rem;
  cursor: pointer;
}
.totop > div:hover i {
  color: #2D8AEA;
}
.totop .up i {
  font-size: 1.6rem;
}
.totop .down i {
  font-size: 2rem;
}
.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-text {
  color: #205a7f;
  font-size: 3.3rem;
  text-align: center;
  padding: 12rem 0 12rem;
  font-weight: bold;
  text-shadow: 0rem 0.3rem 0.1rem rgba(0, 0, 0, 0.3);
  line-height: 1.3em;
  background: #fafafa;
}
.info-pic {
  width: 100%;
}
.info-pic img {
  width: 100%;
  height: 100%;
}
.title-bar {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.all-wrap {
  min-height: 170rem;
}
.box {
  width: 100%;
  height: 40rem;
  margin-top: -4rem;
  position: relative;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.box .list {
  width: 120rem;
  height: 40rem;
  position: absolute;
  left: 50%;
  margin-left: -60rem;
}
.box .next {
  right: 0;
}
.box li {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 1.2rem;
  box-sizing: border-box;
}
.box img {
  width: 75.1rem;
  height: 40rem;
  border: none;
  float: left;
  border-radius: 15px;
}
.box .a1 {
  -webkit-transform: translate3d(-22.4rem, 0, 0) scale(0.81);
  transform: translate3d(-22.4rem, 0, 0) scale(0.81);
}
.box .a2 {
  -webkit-transform: translate3d(0rem, 0, 0) scale(0.81);
  transform: translate3d(0rem, 0, 0) scale(0.81);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  opacity: 0.8;
  z-index: 2;
}
.box .a3 {
  -webkit-transform: translate3d(22.4rem, 0, 0) scale(1);
  transform: translate3d(22.4rem, 0, 0) scale(1);
  z-index: 3;
  opacity: 1;
}
.box .a4 {
  -webkit-transform: translate3d(44.9rem, 0, 0) scale(0.81);
  transform: translate3d(44.9rem, 0, 0) scale(0.81);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  opacity: 0.8;
  z-index: 2;
}
.box span {
  display: block;
  width: 3.5rem;
  height: 0.1rem;
  background: red;
}
.box .blue {
  background: blue;
}
.authority {
  width: 80%;
  height: 30rem;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.authority .move {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.authority .move li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #BCA67C;
  width: 12.5%;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s;
  transition: .5s;
}
.authority .move li img {
  width: 100%;
  height: 100%;
}
.authority:last-of-type {
  margin-bottom: 4rem;
}
