@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;
}
.product-pic {
  width: 100%;
  height: 22rem;
}
.product-pic img {
  width: 100%;
  height: 100%;
}
.main-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-wrap .bg-left {
  width: 50%;
  height: 100%;
  background: #fafafa;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
}
.main {
  min-height: 140rem;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.main .aside {
  margin-right: 1.3rem;
  width: 30%;
}
.main .aside .menu-title {
  width: 22rem;
  margin: 3rem auto 1rem;
  font-size: 2.5rem !important;
  padding: 2rem 0;
  box-sizing: border-box;
  border-radius: 0.3rem 5.2rem 5.2rem 0rem;
  background: -webkit-linear-gradient(top, #dbdbdb, #999);
  color: #282828;
  text-align: center;
}
.main .aside .menu-title img {
  width: 10rem;
  height: 10rem;
}
.main .aside .menu-wrap {
  width: 22rem;
  margin: 0 auto;
  position: relative;
  height: 30rem;
  border-radius: 0.3rem;
  background: -webkit-linear-gradient(top, #dbdbdb, #999);
}
.main .aside .menu-wrap .menu {
  width: 22rem;
  height: 30rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.main .aside .menu-wrap .menu li {
  width: 100%;
  height: 5rem;
  box-sizing: border-box;
}
.main .aside .menu-wrap .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #484848!important;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  font-weight: bold;
  text-align: center;
  line-height: 5rem;
  font-size: 2rem;
  padding-right: 1.2rem;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}
.main .aside .menu-wrap .menu li a:hover {
  color: #fff!important;
}
.main .aside .menu-wrap .menu li a i {
  display: inline-block;
  float: right;
  font-size: 1.6rem;
}
.main .aside .menu-wrap .menu li .active {
  color: #fff!important;
}
.main .aside .menu-wrap .bg {
  display: block;
  width: 100%;
  height: 30rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
}
.main .aside .menu-wrap .bg li {
  width: 100%;
  height: 5rem;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d8aea), to(#216cb6));
  background: linear-gradient(to bottom, #2d8aea, #216cb6);
}
.main .aside .menu-wrap .move {
  width: 28rem;
  height: 5rem;
  position: absolute;
  z-index: 3;
  left: -3rem;
  top: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.main .aside .menu-wrap .move .move-wrap {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d8aea), to(#216cb6));
  background: linear-gradient(to bottom, #2d8aea, #216cb6);
  box-sizing: border-box;
  position: relative;
}
.main .aside .menu-wrap .move .move-wrap > div {
  width: 0rem;
  height: 0rem;
  position: absolute;
  border-width: 2.4rem;
  border-style: solid;
}
.main .aside .menu-wrap .move .move-wrap > div .inner {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.main .aside .menu-wrap .move .move-wrap .left {
  left: -3.2rem;
  top: 1.7rem;
  z-index: -1111;
  border-color: #ff1515 #ff1515 #920000 transparent;
  border-color: #2678ee #2678ee #2678ba transparent;
}
.main .aside .menu-wrap .move .move-wrap .left .inner {
  position: relative;
}
.main .aside .menu-wrap .move .move-wrap .left .inner::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0.8rem;
  border-style: solid;
  border-color: #5d0f0f #5d0f0f transparent transparent;
  border-color: #217593 #217593 transparent transparent;
  display: block;
  position: absolute;
  left: 0.71rem;
  top: 0.78rem;
}
.main .aside .menu-wrap .move .move-wrap .right {
  right: -3.2rem;
  top: 1.7rem;
  z-index: -111;
  border-color: #ff1515 transparent #920000 #ff1515;
  border-color: #2678ee transparent #2678ba  #2678ee;
}
.main .aside .menu-wrap .move .move-wrap .right .inner {
  position: relative;
}
.main .aside .menu-wrap .move .move-wrap .right .inner::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0.8rem;
  border-style: solid;
  border-color: #5d0f0f transparent transparent #5d0f0f;
  border-color: #217593 transparent transparent #217593  ;
  display: block;
  position: absolute;
  left: -2.37rem;
  top: 0.75rem;
}
.main .content {
  padding: 3rem;
  background: #fff;
  width: 70%;
  box-sizing: border-box;
}
.main .content .title {
  padding: 0 0 4rem;
  border-bottom: 0.3rem solid #216cb6;
}
.main .content .title a {
  font-size: 1.8rem;
  color: #666;
}
.main .content .title i {
  display: inline-block;
  -webkit-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
  font-size: 1.6rem;
}
.main .content .detail {
  min-height: 90rem;
  padding-top: 2rem;
  line-height: 2em;
}
.main .content .detail img {
  max-width: 100%;
  height: 100%;
}
