/* body {
  margin-top: 100px;
} */
/* head */
.head {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .w80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.head .logo a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head .logo img {
  display: block;
  max-height: 60px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .logo img.logo2 {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.head .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.head .nav li {
  position: relative;
  margin-right: 40px;
}
.head .nav li:last-child {
  margin-right: 0px;
}
.head .nav li a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .nav li > a:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 0px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.head .nav li.on > a:after,
.head .nav li:hover > a:after {
  width: 100%;
}
.head .nav li .xl {
  display: none;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 100px;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.head .nav li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.head .nav li dl a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 60px;
  white-space: nowrap;
  margin: 0 10px;
}
.head .nav li dl a:hover {
  color: #274980;
}
.xl_bg {
  display: none;
  position: fixed;
  z-index: 8;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: rgb(0 0 0 / 30%) 0px 2px 3px;
          box-shadow: rgb(0 0 0 / 30%) 0px 2px 3px;
}

.head .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.head .btn > div {
  cursor: pointer;
}
.head .btn i {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .btn .search_btn {
  margin-right: 0.5rem;
}
.head .btn .menu_btn {
  position: relative;
}
.head .btn .menu_btn:before,
.head .btn .menu_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: #333;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
     -moz-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
       -o-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .btn .menu_btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
     -moz-transform: translate(-50%, -50%) rotate(-180deg);
      -ms-transform: translate(-50%, -50%) rotate(-180deg);
       -o-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.head .btn .menu_btn.on i {
  opacity: 0;
}
.head .btn .menu_btn.on:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.head .btn .menu_btn.on:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
     -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.head.down {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.head.down .logo img.logo1 {
  opacity: 0;
}
.head.down .logo img.logo2 {
  opacity: 1;
}
.head.down .nav li a {
  color: #333;
}
.head.down .nav li > a:after {
  background-color: #274980;
}
.head.down .btn i {
  color: #333;
}

.head_search {
  display: none;
  position: fixed;
  z-index: 19;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 45px;
  width: 768px;
  height: 140px;
}
.head_search form {
  position: relative;
}
.head_search input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  outline: 0;
  padding: 0 70px 0 20px;
  font-size: 14px;
  color: #666;
}
.head_search button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border: 0px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #df9d32;
}
.head_search .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.head_search .close:after,
.head_search .close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  line-height: 20px;
  background-color: #999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.head_search .close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search_bg {
  display: none;
  position: fixed;
  z-index: 18;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 28, 54, 0.9);
}

.menu {
  /* display: none; */
  position: fixed;
  z-index: 99;
  top: 100px;
  left: 0px;
  width: 100%;
  height: -webkit-calc(100vh - 100px);
  height: -moz-calc(100vh - 100px);
  height: calc(100vh - 100px);
  background: url(../images/menu_bg.png) no-repeat right -300px center;
  background-color: #f5f5f5;
  -webkit-clip-path: ellipse(0 0 at 100% 0);
          clip-path: ellipse(0 0 at 100% 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu.on {
  -webkit-clip-path: ellipse(141% 141% at 100% 0);
          clip-path: ellipse(141% 141% at 100% 0);
}
.menu .w80 {
  position: relative;
  height: 100%;
  padding: 1rem 0 1.2rem;
}

.menu .menu_search {
  position: absolute;
  top: 0.3rem;
  left: 0px;
  width: 60%;
  border-bottom: 1px solid #ddd;
}
.menu .menu_search form {
  position: relative;
}
.menu .menu_search input {
  width: 100%;
  padding: 0.2rem 80px 0.2rem 0.1rem;
  line-height: 20px;
  border: 0px;
  outline: none;
  background-color: transparent;
}
.menu .menu_search button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  border: 0px;
  font-size: 24px;
  color: #274980;
  background-color: #ddd;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .menu_search button:hover {
  color: #fff;
  background-color: #274980;
}

/*滚动条样式*/
.menu .nav {
  height: 100%;
  padding: 0.8rem 10px 0.1rem;
  overflow-y: auto;
}
.menu .nav::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.menu .nav::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #aaa;
}

.menu .nav::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  background: #fff;
}
.menu .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu .nav li > a {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: "fangyt" !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .nav li dl {
  margin-top: 0.3rem;
}
.menu .nav li dl dd {
  margin-bottom: 0.05rem;
}
.menu .nav li dl a {
  display: inline-block;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .nav a:hover {
  color: #274980;
}
.menu .box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1.2rem;
  padding-bottom: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ddd;
}
.menu .box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
}
.menu .box a:last-child {
  margin-right: 0px;
}
.menu .box a i {
  display: block;
  font-size: 24px;
  color: #274980;
  margin-right: 10px;
}
.menu .box a p {
  color: #555;
}

body.on {
  overflow: hidden;
}

/* index */
.inbanner {
  position: relative;
}
.inbanner .swiper-slide {
  position: relative;
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
  background-color: #fff;
}
.inbanner .swiper-slide.on{
  background-color: #000;
}
.inbanner .swiper-slide img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 80%;
}
.inbanner .swiper-slide.on img{
  object-position: inherit;
  opacity: 0.4;
}
.inbanner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 10%;
  /* padding-top: 100px; */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inbanner .swiper-slide .text h3 {
  font-size: 0.64rem;
  line-height: 1.3;
  /* font-weight: bold; */
  color: #fff;
  margin-bottom: 0.4rem;
  opacity: 0.9;
}
.inbanner .swiper-slide .text  h4{
  font-size: 0.56rem;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 0.2rem;
  opacity: 0.9;
}
.inbanner .swiper-slide .text h5 {
  /* display: inline-block; */
  font-size: 0.18rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 0.2rem;
  margin-bottom: 0.4rem;
  opacity: 0.9;
}
.inbanner .swiper-slide .text p {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 2;
  color: #274980;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 0.15rem;
  border-radius: 20px;
  opacity: 0.9;
}
.inbanner .swiper-slide .text1 {
  position: absolute;
  top: 50%;
  left: 10%;
  /* padding-top: 100px; */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inbanner .swiper-slide .text1 h3 {
  font-size: 0.48rem;
  line-height: 1.3;
  color: #274980;
  font-weight: bold;
  margin-bottom: 0.4rem;
  opacity: 0.9;
}
.inbanner .swiper-slide .text1  h4{
  font-size: 0.24rem;
  color: #111;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  opacity: 0.9;
}
.inbanner .swiper-slide .text1 h5 {
  /* display: inline-block; */
  font-size: 0.32rem;
  line-height: 1.3;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 0.2rem;
  margin-bottom: 0.4rem;
  opacity: 0.9;
}
.inbanner .swiper-slide .text1 p {
  display: block;
  width: 2.4rem;
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #fff;
  background-color: #df9d32;
  padding: 0 0.15rem;
  opacity: 0.9;
  text-align: center;
}

.inbanner .banner_btn {
  position: absolute;
  z-index: 9;
  bottom: 20px;
  right: 10%;
  height: 50px;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.inbanner .banner_btn p {
  color: #fff;
  font-size: 24px;
  font-family: "Bebas-Neue";
}
.inbanner .banner_btn .swiper-pagination {
  position: relative;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}
.inbanner .banner_btn .swiper-pagination-progressbar-fill {
  background-color: #fff;
}

.intl {
  position: relative;
  margin-bottom: 0.5rem;
}
.intl:after {
  content: "";
  position: absolute;
  top: 0.1rem;
  right: 0px;
  width: 1rem;
  height: 4px;
  background-color: #274980;
}
.intl h3 {
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
  color: #999;
  font-family: "fangyt";
  text-transform: capitalize;
}
.intl h5 {
  font-size: 0.48rem;
  font-family: "fangyt";
}

.inys {
}
.inys .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
}
.inys .content li {
  width: 25%;
  height: 3.2rem;
  text-align: center;
  padding: 0.6rem 0.2rem 0;
  border-right: 1px solid #ddd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inys .content li:last-child {
  border-right: 0px;
}
.inys .content li .ico {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto 0.2rem;
}
.inys .content li .ico:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px dashed #274980;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inys .content li .ico i {
  font-size: 0.64rem;
  color: #274980;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inys .content li h3 {
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0.15rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inys .content li p {
  font-size: 0.16rem;
  line-height: 1.5;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inys .content li.on {
  background-color: #274980;
}
.inys .content li.on .ico:after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  border-color: #fff;
}
.inys .content li.on i {
  color: #fff;
}
.inys .content li.on h3 {
  color: #fff;
}
.inys .content li.on p {
  color: #fff;
}

.inabout {
  position: relative;
  /* height: 120vh;
  min-height: 660px; */
}
.inabout .intl {
  position: relative;
  margin-bottom: 0.8rem;
}
.inabout .intl:after {
  top: auto;
  right: auto;
  left: 0px;
  bottom: -0.3rem;
  background-color: #fff;
  width: 0.6rem;
}
.inabout .intl h3,
.inabout .intl h5 {
  color: #fff;
}
.inabout .w80 {
  position: relative;
}
.inabout .text {
  position: relative;
  width: 50%;
  padding: 0.3rem 0;
}
.inabout .text p {
  font-size: 0.16rem;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
.inabout .img {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.inabout .img:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-image: -webkit-linear-gradient(bottom left, rgba(9, 61, 145, 1) 0%, rgba(9, 61, 145, 0.9) 50%, rgba(39, 73, 128, 0.2) 100%); */
  background-image: -webkit-linear-gradient(
    bottom left,
    rgba(39, 73, 128, 1) 0%,
    rgba(39, 73, 128, 0.9) 50%,
    rgba(39, 73, 128, 0.1) 100%
  );
}
.inabout .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inpro {
  background: url(../images/inpro_bg.jpg) no-repeat center;
  -o-background-size: auto 100%;
     background-size: auto 100%;
  background-color: #f5f5f5;
}
.inpro .content li a {
  display: block;
  background-color: #fff;
}
.inpro .content li .text {
  padding: 0.3rem 0.1rem 0.2rem 0.1rem;
}
.inpro .content li h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: bold;
  color: #333;
  height: 0.6rem;
}
.inpro .content li .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.inpro .content li .img img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.incase {
  padding-top: 0.8rem;
}
.incase .title {
  position: relative;
}
.incase .title:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 15px;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.incase .title .w80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.incase .intl {
  position: relative;
  z-index: 1;
  padding: 0 0.2rem;
  margin-left: -0.2rem;
  margin-bottom: 0px;
  background-color: #fff;
}
.incase .intl:after {
  display: none;
}
.incase .title_list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.15rem;
}
.incase .title_list li {
  margin-right: 0.8rem;
  text-align: center;
  padding: 0 0.15rem;
  background-color: #fff;
  cursor: pointer;
}
.incase .title_list li:last-child {
  margin-right: 0;
}
.incase .title_list li i {
  display: block;
  font-size: 0.48rem;
  color: #333;
}
.incase .title_list li p {
  font-size: 0.16rem;
  line-height: 30px;
  color: #333;
}
.incase .title_list li.on i,
.incase .title_list li.on p {
  color: #df9d32;
}
.incase .content {
  position: relative;
  width: 100%;
  padding: 1.5rem 0.5rem 0 0.5rem;
  background: url(../images/incase_bg.png) no-repeat top 0.3rem left 0.5rem;
  -o-background-size: auto 34%;
     background-size: auto 34%;
}
.incase .text_list {
  position: absolute;
  z-index: 6;
  right: 0px;
  top: 0.6rem;
  width: 50%;
  height: 50%;
}
.incase .text_list li {
  width: 100%;
  height: 100%;
  padding: 0.5rem 20% 0.5rem 0.5rem;
  background-color: #274980;
}
.incase .text_list li h3 {
  font-size: 0.36rem;
  color: #fff;
}
.incase .text_list li p {
  font-size: 0.16rem;
  line-height: 1.5;
  color: #fff;
  margin: 0.5rem 0 0.5rem;
}
.incase .text_list li a {
  position: relative;
  display: block;
  width: 120px;
  height: 32px;
  background-color: #df9d32;
}
.incase .text_list li a font {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.16rem;
  line-height: 32px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.incase .text_list li a i {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 50%;
  font-size: 0.24rem;
  line-height: 32px;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.incase .text_list li a:hover font {
  left: 10px;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.incase .text_list li a:hover i {
  right: 10px;
  opacity: 1;
}
.incase .img_list {
  position: relative;
}
.incase .img_list .img {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  background-color: #000;
}
.incase .img_list .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}

.innews .content {
  padding: 10px;
}
.innews .content li a {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.innews .content li .img {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  background-color: #274980;
}
.innews .content li .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.innews .content li .text {
  padding: 0.25rem 0.2rem;
}
.innews .content li .text span {
  display: block;
  font-size: 0.2rem;
  color: #274980;
  font-family: "Bebas-Neue";
}
.innews .content li .text h3 {
  font-size: 0.24rem;
  line-height: 0.35rem;
  height: 0.7rem;
  font-family: "fangyt";
  letter-spacing: 1px;
  margin: 0.2rem 0 0.15rem;
}
.innews .content li .text p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.innews .content li a:hover {
  -webkit-box-shadow: 0px 0px 12px #eee;
          box-shadow: 0px 0px 12px #eee;
}
.innews .content li a:hover .img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.innews .btn {
  position: relative;
  margin-top: 0.6rem;
  height: 30px;
}
.innews .innews_prev,
.innews .innews_next {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innews .innews_next {
  left: auto;
  right: 0px;
}
.innews .innews_prev i,
.innews .innews_next i {
  font-size: 0.24rem;
  color: #999;
}
.innews .innews_prev i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.innews .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: 50%;
  left: 0.4rem;
  right: 0.4rem;
  width: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.innews .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #274980;
}
.innews .innews_prev:hover i,
.innews .innews_next:hover i {
  color: #df9d32;
  cursor: pointer;
}

/* foot */
.foot {
  background-color: #333;
  padding-top: 0.8rem;
}
.foot .foot1 {
  position: relative;
  margin-bottom: 0.5rem;
  height: 235px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot .foot_sx:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #666;
}
.foot .foot_sx:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -2px;
  top: 5%;
  width: 5px;
  height: 40px;
  background-color: #274980;
}
.foot .foot_code {
  /* width: 280px; */
  height: 100%;
  padding: 0 0.4rem 0.4rem;
}
.foot .foot_code ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot .foot_code h5 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 0.2rem;
  letter-spacing: 1px;
}
.foot .foot_code img {
  display: block;
  width: 100px;
}
.foot .foot_contact {
  height: 100%;
  max-width: 440px;
  padding-left: 40px;
}
.foot .foot_contact h1 {
  font-size: 18px;
  color: #ddd;
  margin: 0;
}
.foot .foot_contact h2 {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 0.2rem;
}
.foot .foot_contact h3 {
  font-size: 24px;
  color: #ccc;
  margin-bottom: 10px;
}
.foot .foot_contact p {
  display: block;
  font-size: 14px;
  color: #aaa;
  line-height: 32px;
  vertical-align: top;
}
.foot .foot_contact p:first-child {
  margin-right: 20px;
}
.foot .foot_nav {
  position: relative;
  padding-left: 40px;
  min-height: 180px;
  white-space: nowrap;
}
.foot .foot_nav li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.foot .foot_nav li:first-child {
  margin-right: 50px;
}
.foot .foot_nav li h3 {
  font-size: 18px;
  color: #ddd;
}
.foot .foot_nav li h5 {
  font-size: 16px;
  color: #ccc;
}
.foot .foot_nav li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}
.foot .foot_nav li dl {
  margin-top: 20px;
}
.foot .foot_nav li dd a {
  font-size: 14px;
  line-height: 24px;
  color: #9a9fa6;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.foot .foot_nav li dd a:hover {
  color: #fff;
}

.foot2 .w80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #666;
}
.foot2 p {
  font-size: 14px;
  line-height: 24px;
  color: #aaa;
}
.foot2 p img {
  vertical-align: text-top;
  line-height: 24px;
  margin-right: 2px;
}
.foot2 a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #aaa;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.foot2 a:hover {
  color: #fff;
}
