@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;
}
.text {
  width: 100%;
  height: 100%;
}
.text .container {
  width: 90rem;
  margin: 0 auto;
  padding: 10rem 3.7rem 8rem;
}
.text .container .title {
  width: 100%;
  font-size: 3rem;
  padding: 2rem 0;
  line-height: 1.8em;
  text-align: center;
}
.text .container .info {
  padding: 1rem 0;
}
.text .container .info .about {
  float: left;
  font-size: 1.6rem;
  color: #9a9999;
}
.text .container .info .about time {
  font-size: 1.6rem;
}
.text .container .info .clicks {
  float: right;
  font-size: 1.6rem;
  color: #9a9999;
}
.text .container .info .clicks span {
  color: #f54343;
  font-size: 1.6rem;
}
.text .container .info .clicks i {
  font-size: 2.2rem;
  color: #2D8AEA;
}
.text .container .info::after {
  content: '';
  clear: both;
  display: block;
}
.text .container .content {
  padding: 3.6rem 0rem 7.3rem;
  box-sizing: border-box;
  line-height: 2em;
  border-bottom: 0.1rem solid #9a9999;
  border-top: 0.1rem solid #9a9999;
}
.text .container .content img {
  max-width: 100%;
}
.text .container .share {
  height: 3rem;
  line-height: 3rem;
}
.text .container .share .wrap1 {
  float: left;
  color: #9a9999;
  font-size: 1.6rem;
}
.text .container .share .wrap1 a {
  font-size: 1.6rem;
}
.text .container .share .wrap2 {
  width: 18rem;
  height: 100%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #9a9999;
}
.text .container .share .wrap2 span {
  font-size: 1.8rem;
  width: 100%;
  text-align: right;
}
.text .container .share .wrap2 a {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.2rem;
  background-image: url('../images/share-bg.png');
  background-repeat: no-repeat;
}
.text .container .share .wrap2 a:hover {
  opacity: .8;
}
.text .container .share .wrap2 a:nth-of-type(1) {
  background-position: -6.2rem -22.9rem;
}
.text .container .share .wrap2 a:nth-of-type(2) {
  background-position: -6.2rem -31.6rem;
}
.text .container .share .wrap2 a:nth-of-type(3) {
  background-position: -6.2rem -25.8rem;
}
.text .container .share .wrap2 a:nth-of-type(4) {
  background: url('../images/qqshare_16_24.png') no-repeat -1.8rem -2.5rem;
}
.text .container .comments {
  margin-top: 4rem;
}
.text .container .comments .head {
  height: 3rem;
  line-height: 3rem;
}
.text .container .comments .head .rules {
  float: left;
}
.text .container .comments .head .rules span:first-of-type {
  font-size: 2.1rem;
  color: #2d96e9;
}
.text .container .comments .head .rules span:last-of-type {
  font-size: 1.6rem;
  color: #9a9999;
}
.text .container .comments .head .counts {
  float: right;
  font-size: 1.6rem;
  color: #9a9999;
  cursor: pointer;
}
.text .container .comments .inp {
  width: 100%;
  height: 11.4rem;
}
.text .container .comments .inp .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: .2s;
  transition: .2s;
  border: 1px solid #3b9ef4;
  border-radius: 0.8rem;
  box-sizing: border-box;
}
.text .container .comments .inp .wrapper textarea {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  resize: none;
  padding: 1.4rem 1.4rem;
  border-radius: 0.8rem;
  outline: none;
  border: none;
  font-size: 1.5rem;
}
.text .container .comments .inp .wrapper > .btn {
  position: absolute;
  width: 15rem;
  height: 11.4rem;
  right: 0;
  top: 0rem;
  background: #3b9ef4;
  text-align: center;
  line-height: 11.4rem;
  border-radius: 0rem 0.8rem 0.8rem 0rem;
}
.text .container .comments .inp .wrapper > .btn a {
  display: block;
  color: #fff;
}
.text .container .comments .inp .wrapper > .btn:hover {
  opacity: .8;
}
.text .container .comments .inp .wrapper .logbar {
  position: absolute;
  left: 0;
  top: 11.4rem;
  width: 100%;
  height: 4.4rem;
  background: #f6f6f6;
  border-radius: 0.8rem;
}
.text .container .comments .inp .wrapper .logbar .user {
  height: 3.8rem;
  width: 23rem;
  float: left;
  line-height: 3.8rem;
}
.text .container .comments .inp .wrapper .logbar .user > a:nth-of-type(1) {
  display: inline-block;
  width: 3.8rem;
  height: 3.8rem;
  margin-left: 1rem;
}
.text .container .comments .inp .wrapper .logbar .user > a:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.text .container .comments .inp .wrapper .logbar .user > a:nth-of-type(2) {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-left: 1rem;
  color: #2d96e9;
  font-size: 1.376rem;
}
.text .container .comments .inp .wrapper .logbar .login {
  float: left;
  height: 100%;
  line-height: 3.8rem;
}
.text .container .comments .inp .wrapper .logbar .login input {
  width: 12rem;
  height: 3rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  border-radius: 0.3rem;
  margin-left: 0.5rem;
}
.text .container .comments .inp .wrapper .logbar .login a {
  color: #2d96e9;
  font-size: 1.376rem;
  margin-left: 0.5rem;
}
.text .container .comments .inp .wrapper .logbar .btn {
  float: right;
  width: 15rem;
  height: 100%;
  background: #2d96e9;
  border-radius: 0 0 0.8rem 0;
}
.text .container .comments .inp .wrapper .logbar .btn a {
  display: block;
  color: #fff;
  line-height: 3.8rem;
  text-align: center;
  border-radius: 0 0 0.8rem 0;
}
.text .container .comments .inp .wrapper .logbar .btn:hover {
  opacity: .8;
}
.text .container .comments .inp .wrapper .logbar::after {
  content: '';
  display: block;
  clear: both;
}
.text .container .comments .inp .wrapper .logbar .hide {
  display: none;
}
.text .container .comments .comment-list {
  width: 100%;
  margin-top: 8rem;
  display: none;
}
.text .container .comments .comment-list .news-comment {
  margin-top: 4rem;
  font-size: 2.4rem;
  padding: 1.5rem 0;
}
.text .container .comments .comment-list .items > li {
  height: 15rem;
  border-bottom: 0.1rem dashed #9a9999;
  padding: 2rem 0;
  box-sizing: border-box;
}
.text .container .comments .comment-list .items > li .user-head {
  height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.text .container .comments .comment-list .items > li .user-head .desc {
  height: 100%;
  width: 50%;
  line-height: 4.4rem;
  box-sizing: border-box;
}
.text .container .comments .comment-list .items > li .user-head .desc > a:nth-of-type(1) {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
}
.text .container .comments .comment-list .items > li .user-head .desc > a:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.text .container .comments .comment-list .items > li .user-head .desc > a:nth-of-type(2) {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-left: 1rem;
  color: #2d96e9;
  font-size: 1.376rem;
}
.text .container .comments .comment-list .items > li .user-head .desc > a:nth-of-type(3) {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-left: 1rem;
  font-size: 1.376rem;
}
.text .container .comments .comment-list .items > li .user-head .date {
  box-sizing: border-box;
  font-size: 1.376rem;
  color: #9a9999;
  width: 50%;
  height: 100%;
  line-height: 4.4rem;
  text-align: right;
}
.text .container .comments .comment-list .items > li .user-head::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.text .container .comments .comment-list .items > li .user-content {
  width: 100%;
  padding: 2rem 0;
  margin-top: 1rem;
  font-size: 1.8rem;
}
.footer {
  background: #000;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}
