@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 {
  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-bar {
  background-image: url('../images/ititle2.png');
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 2.3rem !important;
  text-align: center;
  padding: 6rem 0;
  font-weight: bold;
}
.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;
}
.tab-title {
  background: #F7F7F7;
}
.tab-title .wrap {
  width: 80%;
  margin: 0 auto;
  height: 5rem;
  line-height: 5rem;
  text-align: right;
}
.tab-title .wrap a {
  height: 100%;
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  padding: 0 2rem;
}
.tab-title .wrap .active {
  background: #fff;
  color: #2d8aea;
}
.news-list {
  width: 100%;
  background: #fff;
}
.news-list .container {
  width: 80%;
  padding: 4.5rem 0;
  margin: 0 auto;
}
.news-list .container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26rem;
  border-bottom: 0.1rem solid #ccc;
  padding: 2rem 0;
  box-sizing: border-box;
}
.news-list .container .item .news-pic {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  overflow: hidden;
}
.news-list .container .item .news-pic img {
  width: 100%;
  height: 100%;
}
.news-list .container .item .news-pic .move {
  display: block;
  width: 1px;
  height: 1px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  left: 50%;
  top: 50%;
}
.news-list .container .item .news-pic > i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4rem;
  color: red;
}
.news-list .container .item .news-pic .btn2 {
  position: absolute;
  background: #2D8AEA;
  width: 40%;
  height: 20%;
  left: 30%;
  top: 40%;
  text-align: center;
  line-height: 4rem;
  font-size: 1.7rem;
  color: #fff;
  border-radius: 0.3rem;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 112;
}
.news-list .container .item .news-pic:hover .move {
  -webkit-transform: scale(900);
  transform: scale(900);
  opacity: 1;
}
.news-list .container .item .news-pic:hover .btn2 {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news-list .container .item .info-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-left: 15%;
  box-sizing: border-box;
}
.news-list .container .item .info-content .title a {
  font-size: 2rem;
  color: #000;
  padding-right: 4rem;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .container .item .info-content .text {
  font-size: 1.8rem;
  display: -webkit-box;
  color: #888;
  line-height: 2.1rem;
  margin-top: 4rem;
  padding-right: 4rem;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 6rem;
}
.news-list .container .item .info-content .moz {
  font-size: 1.8rem;
  line-height: 1.6em;
  color: #888;
  margin-top: 4rem;
  padding-right: 4rem;
  min-height: 8.1rem;
  max-height: 8.1rem;
  overflow: hidden;
  box-sizing: border-box;
}
.news-list .container .item .info-content .btn {
  margin-top: 2rem;
}
.news-list .container .item .info-content .btn a i {
  font-size: 1.8rem;
}
.news-list .container .item .info-content .btn a:first-of-type {
  display: inline-block;
  padding: 1rem 1.2rem;
  background: #2D8AEA;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 0.4rem;
  -webkit-transition: .5s;
  transition: .5s;
  border: 0.1rem solid transparent;
}
.news-list .container .item .info-content .btn a:first-of-type:hover {
  color: #213862;
  background: #fff;
  border: 0.1rem solid #213862;
}
.news-list .container .item .info-content .btn a:nth-of-type(2) {
  display: inline-block;
  margin-left: 2rem;
  font-size: 1.8rem;
  color: #2d8aea;
}
.news-list .container .item .info-content .btn a:last-of-type {
  display: inline-block;
  margin-left: 2rem;
  font-size: 1.8rem;
}
.window {
  width: 100%;
  height: 41rem;
  background: transparent;
  width: 80%;
  margin: 0 auto;
  line-height: 41rem;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}
.all-bg {
  width: 100%;
  height: 44.6rem;
  background: url('../images/newsbg.jpg') no-repeat;
  background-size: cover;
  position: fixed;
  z-index: -222;
  bottom: 0;
  left: 0;
}
.page {
  margin-bottom: 4rem;
  width: 100%;
  height: 3.3rem;
}
.page .container {
  text-align: center;
  height: 100%;
}
.page .container a {
  border: 0.1rem solid #949494 !important;
  padding: 0.3rem 1rem;
  font-size: 1.6rem;
  margin-left: 3rem;
}
.page .container a:hover {
  background: #50b8ea;
  color: #fff;
}
.page .container .chosen {
  background: #50b8ea;
  color: #fff;
}
.footer {
  background: #000;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}
