@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;
}
.info-pic {
  width: 100%;
  background: url('../images/bluebanner.jpg') no-repeat;
  background-size: cover;
  margin-top: -1rem;
}
.info-pic .container {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  margin-top: 1rem;
}
.info-pic .container h2 {
  font-size: 2.4rem;
  color: #fff;
  text-align: left;
}
.info-pic .container h2 small {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 1rem;
  border-left: 0.1rem solid #fff;
}
.info-pic .container .weizhi {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.8rem;
}
.info-pic .container .weizhi a {
  color: #fff;
  font-size: 1.8rem;
}
.info-pic .container .weizhi i {
  font-size: 1.8rem;
}
.title-text {
  color: #205a7f;
  font-size: 3.3rem;
  text-align: center;
  padding: 8rem 0;
  font-weight: bold;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
  line-height: 1.3em;
  background: #fafafa;
}
.title-bar {
  padding: 12rem 0;
  background-color: #fff;
}
.all-wrap {
  box-sizing: border-box;
}
.all-wrap form {
  display: block;
  background: url('../images/newsbg.jpg') no-repeat;
  background-size: cover;
  padding: 4rem 0;
}
.all-wrap .window {
  width: 100%;
  height: 41rem;
  width: 80%;
  margin: 0 auto;
  font-size: 4rem;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-wrap .window .inp-bar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  height: 100%;
}
.all-wrap .window .inp-bar .inp-title {
  width: 100%;
  font-size: 3rem;
  padding: 2rem 0 0rem;
  color: #EFEFF6;
}
.all-wrap .window .inp-bar .type {
  text-align: center;
}
.all-wrap .window .inp-bar .type input {
  display: block;
  width: 100%;
  height: 4rem;
  background: #ececed;
  margin-top: 1rem;
  padding-left: 2rem;
  box-sizing: border-box;
  font-size: 1.7rem;
  color: #b2b2b2;
  text-align: left;
  outline: none;
  border-radius: 0.3rem;
}
.all-wrap .window .inp-bar .type textarea {
  display: block;
  width: 100%;
  background: #ececed;
  resize: none;
  margin-top: 1rem;
  padding: 2rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #b2b2b2;
  text-align: left;
  height: 12.3rem;
  outline: none;
  border-radius: 0.3rem;
}
.all-wrap .window .inp-bar .type button {
  padding: 1rem 3rem;
  outline: none;
  border: none;
  background: #216cb6;
  border-radius: 0.3rem;
  color: #fff;
  margin-top: 2rem;
  font-size: 1.6rem;
}
.all-wrap .window .info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  height: 100%;
  margin-left: 10%;
  padding: 5rem;
  border: 0.1rem solid #fff;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.all-wrap .window .info .title {
  font-size: 3rem;
}
.all-wrap .window .info p {
  font-size: 1.8rem;
  margin-top: 2.6rem;
}
.all-wrap .map {
  width: 100%;
  height: 66.6rem;
  box-sizing: border-box;
}
.all-wrap .map img {
  width: 100%;
  height: 100%;
}
