@import url(reset.css);
body {
  max-width: 2000px;
  margin: auto;
  background-color: #fff;
  color: #666;
  line-height: 160%;
  font-size: 14px;
}

p {
  line-height: 160%;
}

a {
  color: #11449c;
}

a:hover {
  color: #20608e;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.h10 {
  height: 10px;
}

.h15 {
  height: 15px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center {
  margin: auto;
  width: 1200px;
}

.cc {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 100px;
  background-color: #900;
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: up 2s ease infinite 1.8s;
          animation: up 2s ease infinite 1.8s;
}
.cc:hover {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

@-webkit-keyframes up {
  from {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes up {
  from {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.other_top {
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.index_top {
  overflow: hidden;
  background-color: #efefef;
}
.index_top .slider1 {
  height: 80vh;
  width: 100%;
  position: relative;
}
.index_top .slider1 .swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.head {
  width: 100%;
  max-width: 2000px;
  position: absolute;
  top: 30px;
  z-index: 11;
}
.head.fixed {
  top: 0;
  position: fixed;
  background: #11449c;
  background-size: cover;
}
.head.fixed .center {
  background: none;
}
.head .center {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background-color: rgba(32, 96, 142, 0.8);
  border-radius: 10px;
}
.head .fl {
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 0;
  border-width: 10px 35px 10px 10px;
  border-top-width: 35px;
  border-right-width: 20px;
  border-bottom-width: 35px;
  border-left-width: 0px;
  border-style: solid;
  border-color: transparent #11449c transparent transparent;
}
.head .fr {
  width: 0;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  border-width: 10px 10px 10px 35px;
  border-top-width: 35px;
  border-right-width: 0px;
  border-bottom-width: 35px;
  border-left-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent #11449c;
}
.head .md {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head .md .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
.head .md .logo img {
  width: 150px;
}
.head .md nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.head .md .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
.head .md .menu > * {
  margin-right: 0.5em;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.head .md .menu > *:hover {
  background-color: #df3f00;
  color: #fff;
}
.head .md .menu .m4 {
  display: none;
}

nav .lv_top {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
nav .lv_top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #c5ff79;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav .lv_top:hover {
  color: #c5ff79;
}
nav .lv_top:hover::after {
  bottom: 0;
}
nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav ul > li {
  margin: 0 15px;
  position: relative;
}
nav ul > li .sub {
  display: none;
  position: absolute;
  z-index: 11;
  left: 0;
  top: 70px;
  width: 140px;
  background-color: rgba(32, 96, 142, 0.9);
  border-bottom: 2px #11449c solid;
  text-align: center;
}
nav ul > li .sub a + a {
  border-top: 1px solid #002b6b;
}
nav ul > li .sub a {
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 260%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav ul > li .sub a:hover {
  background-color: #df3f00;
  color: #fff;
}
nav ul > li:hover .sub {
  display: block;
}
nav ul > li > a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.group1 .bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  width: 380px;
}

.sec2 img {
  width: 100%;
}

.focus_news {
  width: 100%;
  display: block;
  height: 200px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.focus_news h2 {
  width: 376px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tit1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.tit1 h2 {
  font-size: 16px;
  font-weight: bold;
}
.tit1.bdb {
  border-bottom: 1px solid #ccc;
}

.focus_nav .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 130px;
  position: relative;
  top: -90px;
  z-index: 3;
}
.focus_nav .center a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #11449c;
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.focus_nav .center a .tit {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
}
.focus_nav .center a .ico {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: -10px;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.focus_nav .center a:nth-child(odd) {
  background-color: #20608e;
}
.focus_nav .center a:hover {
  background-color: #002b6b;
}
.focus_nav .center a:hover .tit {
  margin-bottom: 15px;
}
.focus_nav .center a:hover .ico {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.ctit {
  text-align: center;
}
.ctit .wave_ico {
  margin-bottom: 20px;
}

.tech_list_slide {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
}
.tech_list_slide .hd {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tech_list_slide .hd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tech_list_slide .hd li {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background-color: #11449c;
  border-radius: 50%;
}
.tech_list_slide .hd li.on {
  background-color: #20608e;
}
.tech_list_slide .bd {
  border-bottom: none;
}

.tech_list {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0);
}
.tech_list .swiper-slide {
  height: 100%;
}
.tech_list .swiper-slide .img {
  width: 115px;
  height: 115px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tech_list .swiper-slide .img img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tech_list .swiper-slide h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 0.3em;
}
.tech_list .swiper-slide .en {
  font-size: 14px;
  color: #999;
  margin-bottom: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tech_list .swiper-slide .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tech_list .swiper-slide:hover .img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center 0;
      -ms-transform-origin: center 0;
          transform-origin: center 0;
}
.tech_list .swiper-slide:hover h3,
.tech_list .swiper-slide:hover .en,
.tech_list .swiper-slide:hover .desc {
  color: #20608e;
}

.tmp1 {
  height: 320px;
  background: url(../images/tmp1.jpg) center 0px no-repeat #fff;
}

.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}
.service_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 22%;
          flex: 1 0 22%;
  position: relative;
  margin: 0 10px;
}
.service_list li:nth-child(4n) {
  margin-right: 0;
}
.service_list li .img {
  width: 100%;
  height: 170px;
  margin-bottom: 1.8em;
  overflow: hidden;
  position: relative;
}
.service_list li .img img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service_list li .cont {
  padding: 0.4em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service_list li .cont h3 {
  font-size: 16px;
  margin-bottom: 0.5em;
  color: #11449c;
}
.service_list li .cont .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_list li .desc {
  padding: 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.service_list li .lab {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 10px;
  top: 114px;
  font-size: 30px;
  border-radius: 10px;
  background-color: #11449c;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.service_list li:hover {
  cursor: pointer;
}
.service_list li:hover .img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.service_list li:hover .lab {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  background-color: #df3f00;
}
.service_list li:hover .cont h3,
.service_list li:hover .cont .desc,
.service_list li:hover .cont a.more {
  color: #20608e;
}

footer {
  background-color: #181818;
  padding: 50px 0;
}
footer .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
footer .center a {
  color: #eee;
}
footer .center .middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}
footer .logo_img {
  width: 140px;
}

body#index nav ul li:nth-child(1) .lv_top,
body#tech nav ul li:nth-child(2) .lv_top,
body#about nav ul li:nth-child(3) .lv_top,
body#news nav ul li:nth-child(4) .lv_top,
body#service nav ul li:nth-child(5) .lv_top,
body#case nav ul li:nth-child(6) .lv_top,
body#contact nav ul li:nth-child(7) .lv_top {
  color: #c5ff79;
}

body#tech .other_top {
  background-image: url("../images/banner4.jpg");
}

body#about .other_top {
  background-image: url("../images/banner5.jpg");
}

body#news .other_top, body#detail .other_top {
  background-image: url("../images/banner6.jpg");
}

body#service .other_top {
  background-image: url("../images/banner7.jpg");
}

body#case .other_top {
  background-image: url("../images/banner8.jpg");
}

body#contact .other_top {
  background-image: url("../images/banner9.jpg");
}

.m_pic {
  width: 495px;
  height: 330px;
  background: url(../images/m_pic1.png) center center no-repeat #11449c;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m_pic .cn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: -20px;
  padding: 30px;
  background-color: rgba(32, 96, 142, 0.8);
}
.m_pic:hover {
  background-size: 110%;
}
.m_pic:hover .cn {
  right: -10px;
}

body#tech .m_pic {
  background-image: url("../images/m_pic1.png");
}

body#about .m_pic {
  background-image: url("../images/m_pic2.png");
}

body#news .m_pic, body#detail .m_pic {
  background-image: url("../images/m_pic3.png");
}

body#contact .m_pic {
  background-image: url("../images/m_pic4.png");
}

.layout2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 600px;
}
.layout2 > aside {
  width: 260px;
  position: relative;
}
.layout2 > aside .subnav {
  padding: 0 0px;
  padding-bottom: 40px;
}
.layout2 > aside .subnav a {
  color: #aaa;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout2 > aside .subnav a:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #20608e;
}
.layout2 > .sec {
  margin-left: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 50px;
}

.bread {
  text-align: right;
  margin-bottom: 2em;
  padding: 7px 0;
  padding-right: 20px;
  background-color: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.bread img {
  width: 15px;
  margin-right: 10px;
}

.m_body {
  min-height: 600px;
  padding: 0 10px;
}

.m_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  padding: 0 20px;
}
.m_tit .cn {
  line-height: 120%;
  font-size: 40px;
  color: #11449c;
}
.m_tit .en {
  margin-left: 0.3em;
  font-size: 18px;
  color: #ccc;
}

.list_fl_fr2 {
  padding: 0 10px;
}
.list_fl_fr2 li {
  margin-bottom: 2em;
}
.list_fl_fr2 li .tit {
  background: url(../images/dot1.png) 0px center no-repeat #fff;
  padding-left: 10px;
  margin-bottom: 0.7em;
}
.list_fl_fr2 li .tit a {
  color: #000;
  font-size: 20px;
  margin-right: 0.4em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_fl_fr2 li .tit span {
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_fl_fr2 li .desc {
  padding-left: 10px;
}
.list_fl_fr2 li:hover a {
  color: #20608e;
}

.page_area span {
  margin: 0 5px;
}
.page_area a {
  border: 1px #ccc solid;
  padding: 5px 10px;
  margin: 0 5px;
}
.page_area a.disabled {
  color: #999;
}
.page_area a:hover {
  border-color: #20608e;
}

.bd {
  border-bottom: 1px #ccc solid;
}

.show_title {
  text-align: left;
  padding: 50px 20px 31px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 20px;
}
.show_title h1 {
  text-align: center;
  font-size: 24px;
  line-height: 120%;
  font-weight: normal;
  color: #000;
  margin-bottom: 8px;
}
.show_title h2 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

article {
  margin: auto;
  padding: 0 20px;
}
article img {
  max-width: 100%;
}
article p + h2 {
  margin-top: 0.5em;
}
article strong,
article b {
  color: #c5ff79;
  font-weight: normal;
}
article p, article > div {
  margin-bottom: 1.3em;
  line-height: 160%;
}
article p:last-child, article > div:last-child {
  margin-bottom: 0;
}
article .h2_tit {
  color: #0080c0;
  font-size: 30px;
  margin-bottom: 1em;
  line-height: 200%;
  position: relative;
  padding-left: 20px;
}
article .h2_tit::before {
  content: "";
  width: 5px;
  height: 24px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
article .h3_tit {
  color: #20608e;
  font-size: 18px;
  margin-bottom: 0.8em;
}
article ul,
article ol {
  padding-left: 0em;
  margin-bottom: 0.5em;
}
article li {
  list-style-type: disc;
}
article img.flr {
  width: 600px;
  margin-left: 30px;
  margin-bottom: 30px;
  float: right;
}
article img.fll {
  width: 600px;
  margin-right: 30px;
  float: left;
}
article img.sm {
  width: 400px;
}

.art_detail {
  max-width: 900px;
}

.fl_img {
  max-width: 400px;
  float: left;
  margin: 0 30px 20px 0;
}

.fr_img {
  max-width: 400px;
  float: right;
  margin: 0 0 20px 20px;
}

.partner_list {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partner_list li {
  list-style-type: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  height: 70px;
  margin: 0 20px 30px;
}
.partner_list li:hover a {
  border-color: #11449c;
}
.partner_list li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px #eee solid;
  padding: 0 15px;
}
.partner_list li a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hr_list {
  width: 100%;
}
.hr_list tr.item {
  cursor: pointer;
}
.hr_list tr:hover {
  background-color: #f0f0f0;
}
.hr_list .desc > td {
  padding: 20px;
  display: none;
}
.hr_list th,
.hr_list td {
  text-align: left;
  padding: 10px 5px;
  border-bottom: 1px #ccc solid;
}
.hr_list tr.item td:last-child {
  width: 40px;
  text-align: center;
}
.hr_list .iconfont {
  font-size: 20px;
}
.hr_list .iconfont:hover {
  color: #11449c;
}

.navi {
  background-color: #20608e;
  color: #fff;
  padding: 3px 15px;
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navi i {
  margin-right: 3px;
}
.navi:hover {
  background-color: #11449c;
  color: #fff;
}

ul.history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/line2.png) center 0px repeat-y #fff;
  padding: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}
ul.history li {
  width: 80%;
  text-align: center;
  margin-bottom: 2em;
  list-style: none;
  position: relative;
  padding: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.history li .tit {
  margin-bottom: 0.3em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
ul.history li .tit .xtit2 {
  width: 150px;
  font-size: 26px;
}
ul.history li .event {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  font-size: 16px;
  padding: 0.4em 0;
}
ul.history li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
ul.history li:nth-child(even) .tit {
  text-align: right;
  padding-right: 0px;
}
ul.history li:nth-child(even) .tit .xtit2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
ul.history li:nth-child(even) .tit .xtit2::after {
  border-width: 0;
}
ul.history li:nth-child(even) .event {
  text-align: left;
}
ul.history li:nth-child(even) .event p {
  padding-left: 20px;
}
ul.history li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
ul.history li:nth-child(odd) .tit {
  text-align: left;
  padding-left: 0px;
}
ul.history li:nth-child(odd) .tit .xtit2::before {
  border-width: 0;
}
ul.history li:nth-child(odd) .event {
  text-align: right;
}
ul.history li:nth-child(odd) .event p {
  padding-right: 20px;
}
ul.history li:before {
  /* content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  background-color: #fff;
  border: 5px $c1 solid;
  border-radius: 50%; */
}
ul.history li:after {
  /* content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  background-color: $c1; */
}
ul.history li:first-child {
  margin-bottom: 0;
}

.hor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hor_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.hor_list li .img {
  width: 270px;
}
.hor_list li.blank {
  height: 1px;
  padding: 0;
  margin: 0;
}

.black_mask {
  height: 0;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.black_mask .img {
  max-width: 80%;
  max-height: 80%;
}
.black_mask i {
  display: block;
  line-height: 100%;
}
.black_mask i:hover {
  color: #20608e;
}
.black_mask .icon-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 30px;
  color: #fff;
  font-size: 60px;
}
.black_mask .icon-arrow-left-bold {
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 49%;
  color: #fff;
  font-size: 80px;
}
.black_mask .icon-arrow-right-bold {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 49%;
  color: #fff;
  font-size: 80px;
}

.list1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: flex;
  line-height: 200%;
}
.list1 li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 80%;
  color: #000;
}
.list1 li a:hover {
  color: #df3f00;
}
.list1 li h3 {
  color: #aaa;
  white-space: nowrap;
  font-size: 12px;
}

.layout {
  background-color: #e2e;
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout .fl {
  background-color: #963;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout .fr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #883;
  color: #fff;
  position: relative;
}
.layout .fr .rd {
  width: 100px;
  height: 100px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #900;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.swiper-pagination-bullets {
  bottom: 130px !important;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.4;
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet:hover {
  background-color: #df3f00;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #df3f00;
  opacity: 1;
}

table.contact {
  width: 100%;
}
table.contact caption {
  font-size: 24px;
  text-align: left;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
table.contact th, table.contact td {
  padding: 0.3em 0;
}
table.contact th {
  text-align: right;
  font-weight: normal;
  padding-right: 1em;
  color: #11449c;
  width: 6em;
}