#container_head {
  width: 100%;
  height: 78px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
}
#container_head .menu {
  width: 100%;
}
#container_head .center65 {
  height: 100%;
  box-sizing: border-box;
}
#container_head .center65 .logo {
  width: 100%;
  margin: auto;
  padding: 15px 0;
}
#container_head .center65 .logo a {
  background: url(../images/logo.png);
  padding-top: calc(60% / 4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  text-indent: -7777px;
  display: block;
  font-size: 0;
}
#container_head .center65 .pd20 {
  padding: 25px;
  box-sizing: border-box;
  color: #1e549a;
}
#container_head .center65 .pd20 p:nth-child(1) {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
}
#container_head .center65 .pd20 p:nth-child(2) {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
#about .container {
  padding: 40px 0 120px;
}
#about .container .wrapper {
  width: 90%;
  margin: 0 auto;
}
#about .container .wrapper .top-title {
  height: 90px;
  line-height: 90px;
  color: #1e549a;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
#about .container .wrapper .top-title span {
  display: block;
  width: 140px;
  height: 2px;
  background: #1e549a;
  margin: 0 auto;
}
#about .container .wrapper .bottom-about1 {
  width: 100%;
  margin-top: 50px;
  position: relative;
  transition: all 0.6s;
  overflow: hidden;
  background: #1e549a;
  box-shadow: 0 0 15px #ccc;
}
#about .container .wrapper .bottom-about1 .text {
  padding: 40px 30px;
  width: 70%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  transition: all 0.6s;
  position: relative;
  z-index: 3;
}
#about .container .wrapper .bottom-about1 .text p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  line-height: 28px;
  transition: all 0.6s;
  display: block;
  z-index: 555;
  position: relative;
}
#about .container .wrapper .bottom-about1 .text a {
  color: #fff;
  cursor: pointer;
  position: relative;
  display: block;
  width: 20%;
  transition: 1s;
}
#about .container .wrapper .bottom-about1 .text a::after {
  content: '>>';
  position: absolute;
  display: block;
  top: 0;
  left: 70px;
}
#about .container .wrapper .bottom-about1 .img {
  width: 30%;
  height: 382px;
  transition: 0.6s;
}
#about .container .wrapper .bottom-about1 .img img {
  height: 100%;
  width: 100%;
}
#about .container .wrapper .bottom-about1::before {
  content: '';
  position: absolute;
  display: block;
  border: 0px solid #1e549a;
  width: 0;
  height: 382px;
  top: 0;
  left: 0;
  transition: all 0.6s;
  z-index: -1;
}
#about .container .wrapper .bottom-about1::after {
  content: "About";
  color: #fff;
  font-size: 200px;
  font-weight: 600;
  display: block;
  position: absolute;
  right: -2%;
  top: -10%;
  z-index: 1;
  opacity: 0.2;
  transform: rotate(10deg);
  transition: all 0.6s;
}
#about .container .wrapper .bottom-about1:hover {
  border-radius: 30px;
  overflow: visible;
  background: transparent;
  position: relative;
  box-shadow: 0 0 15px #9c9c9c;
}
#about .container .wrapper .bottom-about1:hover .text {
  background: transparent;
}
#about .container .wrapper .bottom-about1:hover .text p {
  color: #000;
}
#about .container .wrapper .bottom-about1:hover .text a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 3px;
  background: linear-gradient(30deg, #1e549a 0%, #1e549a 100%);
  display: block;
  width: 15%;
  padding: 5px 8px;
  transition: 1s;
  border-radius: 5px;
}
#about .container .wrapper .bottom-about1:hover .text a::after {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  left: 75px;
}
#about .container .wrapper .bottom-about1:hover .img {
  border: 3px solid transparent;
  border-right: 0;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
#about .container .wrapper .bottom-about1:hover::before {
  width: 100%;
  border: 3px solid #1e549a;
  border-radius: 30px;
}
#about .container .wrapper .bottom-about1:hover::after {
  position: absolute;
  font-size: 250px;
  color: #1e549a;
  right: -8%;
  top: -30%;
  z-index: 1;
  opacity: 0.2;
  transform: rotate(0deg);
}
#news {
  background: #f6f6f6;
}
#news .container {
  padding: 40px 0 120px;
}
#news .container .wrapper {
  width: 90%;
  margin: 0 auto;
}
#news .container .wrapper .top-title {
  height: 90px;
  line-height: 90px;
  color: #1e549a;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
#news .container .wrapper .top-title span {
  display: block;
  width: 140px;
  height: 2px;
  background: #1e549a;
  margin: 0 auto;
}
#news .container .wrapper .bottom-box {
  margin-top: 50px;
}
#news .container .wrapper .bottom-box .slide-l {
  width: 100%;
  border: solid 1px #ddd;
  text-align: left;
  background: #fff;
  padding: 25px;
}
#news .container .wrapper .bottom-box .slide-l h4 {
  color: #1e549a;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 15px;
}
#news .container .wrapper .bottom-box .slide-l .news-box {
  list-style-type: decimal;
}
#news .container .wrapper .bottom-box .slide-l .news-box .news-list {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  list-style-type: decimal;
}
#news .container .wrapper .bottom-box .slide-l .news-box .news-list a {
  color: #666;
  font-size: 16px;
  transition: 0.3s;
}
#news .container .wrapper .bottom-box .slide-l .news-box .news-list:hover a {
  color: #1e549a;
  text-decoration: none;
}
#container_foot {
  position: relative;
  background: url(../images/map.png);
  background-size: cover;
  background-position: center;
  display: block;
}
#container_foot::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #1e549a, rgba(27, 110, 148, 0.2));
  width: 100%;
  height: 100%;
}
#container_foot .link {
  width: 130%;
  position: absolute;
  background: #fff;
  top: -40px;
  left: -9%;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 40px;
  height: 60px;
  box-shadow: 0 0 15px #979797;
}
#container_foot .link .link-box {
  box-sizing: border-box;
}
#container_foot .link .link-box .link-list {
  width: 15%;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
}
#container_foot .foot-content {
  padding: 50px 80px;
  position: relative;
  z-index: 6;
}
#container_foot .foot-content .foot-contact {
  width: 50%;
}
#container_foot .foot-content .foot-contact img {
  width: 250px;
}
#container_foot .foot-content .foot-contact .content {
  margin-top: 20px;
}
#container_foot .foot-content .foot-contact .content p {
  color: #fff;
  font-size: 16px;
}
#container_foot .foot-content .foot-contact .contact {
  margin-top: 20px;
}
#container_foot .foot-content .foot-contact .contact ul li {
  margin: 0 2px;
}
#container_foot .foot-content .foot-contact .contact ul li a {
  padding: 5px;
  border-radius: 50px;
}
#container_foot .foot-content .foot-contact .contact ul li a span i.fa-circle {
  color: #fff;
  transition: 0.6s;
}
#container_foot .foot-content .foot-contact .contact ul li a span i.fa-wechat,
#container_foot .foot-content .foot-contact .contact ul li a span i.fa-phone {
  transition: 0.6s;
  color: #949494;
}
#container_foot .foot-content .foot-contact .contact ul li:hover a span i.fa-circle {
  color: #39c7ff;
}
#container_foot .foot-content .foot-contact .contact ul li:hover a span i.fa-wechat,
#container_foot .foot-content .foot-contact .contact ul li:hover a span i.fa-phone {
  color: #fff;
}
#container_foot .foot-content .foot-form {
  width: 30%;
  margin-left: 5%;
}
#container_foot .foot-content .foot-form h2 {
  color: #fff;
  font-size: 22px;
  position: relative;
  font-weight: 600;
}
#container_foot .foot-content .foot-form h2::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 30px;
}
#container_foot .foot-content .foot-form form {
  margin-top: 20px;
}
#container_foot .foot-content .foot-form form input {
  width: 48%;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  padding-left: 10px;
}
#container_foot .foot-content .foot-form form textarea {
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  padding-left: 10px;
}
#container_foot .foot-content .foot-form button {
  width: 40%;
  display: block;
  padding: 5px 10px;
  margin-top: 10px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
  transition: 0.4s;
}
#container_foot .foot-content .foot-form button:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #1b6e94;
}
