@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;
  font-weight: bold;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
  line-height: 1.3em;
}
.info-pic {
  width: 100%;
  position: relative;
}
.info-pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.info-pic img {
  width: 100%;
  height: 100%;
}
.info-pic em {
  position: absolute;
  left: -130rem;
  top: 0;
  width: 136.6rem;
  height: 31.9rem;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.info-pic:hover em {
  left: 130rem;
}
.content-text {
  width: 80%;
  padding: 8rem 0;
  margin: 0 auto;
}
.content-text p {
  font-size: 1.6rem;
  line-height: 2em;
  text-indent: 2.5em;
  text-align:justify;text-justify:inter-ideograph;
}
.content-text p strong {
  font-size: 1.6rem;
  font-weight: bold;
}
.why-title {
  width: 80%;
  margin: 0 auto;
  color: #205a7f;
  font-size: 3.3rem;
  text-align: center;
  padding: 4rem 0;
  font-weight: bold;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
}
.why-detail {
  width: 80%;
  width: 105.2rem;
  height: 46.6rem;
  margin: 2rem auto 7rem;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.why-detail .center {
  width: 100%;
  height: 46.6rem;
  margin: 0 auto;
  position: relative;
  background: url('../images/activity_quan.png') no-repeat;
  background-size: contain;
}
.why-detail .center > div {
  width: 12rem;
  height: 12rem;
  position: absolute;
  border-radius: 50%;
  background: #0054aa;
  border: 0.5rem solid #b6cbea;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  box-sizing: border-box;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.why-detail .center .item1 {
  left: 5rem;
  bottom: 5rem;
  width: 16rem;
  height: 16rem;
  line-height: 1.5em;
  padding: 6rem 2rem;
  font-size: 1.8rem;
}
.why-detail .center .item2 {
  left: 48.6rem;
  top: -1rem;
  width: 8rem;
  height: 8rem;
  font-size: 1.8rem;
  line-height: 6rem;
}
.why-detail .center .item3 {
  right: 5rem;
  bottom: 5rem;
  width: 16rem;
  height: 16rem;
  font-size: 1.8rem;
  line-height: 1.5em;
  padding: 6rem 2rem;
}
.why-detail .center .item4 {
  left: 6rem;
  top: 6rem;
  width: 12rem;
  height: 12rem;
  font-size: 1.8rem;
  padding-top: 4rem;
}
.why-detail .center .item5 {
  right: 6rem;
  top: 6rem;
  width: 12rem;
  height: 12rem;
  line-height: 1.5em;
  font-size: 1.8rem;
  padding-top: 3.7rem;
}
.why-detail .center .item6 {
  left: 42.6rem;
  bottom: -3rem;
  width: 20rem;
  height: 20rem;
  font-size: 2.2rem;
  padding: 8rem 2rem;
  line-height: 1.5em;
}
.why-detail .center .title {
  width: 40rem;
  height: 15rem;
  border: none;
  background: none;
  border-radius: 0;
  left: 32.6rem;
  top: 8rem;
  text-align: center;
  line-height: 12rem;
  font-size: 3.7rem;
  color: #205a7f;
  font-weight: bold;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
}
.why-detail .center .item:hover {
  -webkit-transform: rotate(360deg) scale(1.2);
  transform: rotate(360deg) scale(1.2);
  border-width: 1rem;
}
