* {
  /*box-sizing:content-box;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000;
}
* {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: arial, Helvetica, sans-serif, "微软雅黑";
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
img {
  border: 0px;
  max-width: 100%;
  display: inline-block;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.w1200 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.w95 {
  width: 95%;
  margin: 0 auto;
}
.w90 {
  width: 90%;
  margin: 0 auto;
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}

@font-face {
  font-family: "BebasNeue-1";
  src: url("../fonts/BebasNeue-1.otf") format("opentype");
}
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2?t=1702446968061") format("woff2"),
    url("../fonts/iconfont.woff?t=1702446968061") format("woff"),
    url("../fonts/iconfont.ttf?t=1702446968061") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.flexslider{
  height: 560px;
}
.flexslider .slides li{
  height: 560px;
  background-size: auto 100% !important;
}*/
.flexslider .slides li img {
  display: block;
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*head*/
.top {
  display: none;
}
.menu {
  display: none;
}
.head {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  height: 90px;
  -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;
}
.head .logo {
  position: relative;
  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;
}
.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 .logo_b {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.head .right {
  text-align: right;
}

.head .right {
  /*margin-top: 24px;*/
}
.head .nav {
  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;
}
.head .nav li {
  position: relative;
}
.head .nav li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 90px;
  padding: 0 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.head.bd .nav li:hover > a {
  color: #fff;
  background-color: #036eb8;
}
.head .nav li:hover > a:after {
  width: 100%;
}
.head .nav li .xl {
  display: none;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 90px;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.head .nav li .xl a {
  display: block;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .nav li .xl a:hover {
  color: #fff;
  background-color: #036eb8;
}

.head.bd {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.head.bd .logo .logo_w {
  opacity: 0;
}
.head.bd .logo .logo_b {
  opacity: 1;
}
.head.bd .nav li > a {
  color: #000;
}

/*index*/
.index_bg {
  background-color: #f5f5f5;
}

.banner .swiper-slide{
  
}
.banner .swiper-slide a{
  position: relative;
  display: block;
  height: 100vh;
  width: 100%;
  background-color: #000;
}
.banner .swiper-slide .text{
  position: absolute;
  z-index: 99;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .swiper-slide .text h3{
  font-size: 56px;
  color: #fff;
  letter-spacing: 5px;
}
.banner .swiper-slide .text h5{
  font-size: 20px;
  color: #eee;
  margin: 25px 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner .swiper-slide .text p{
  font-size: 18px;
  line-height: 1.5;
  color: #eee;
  letter-spacing: 1px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner .swiper-slide .text p span{
  display: block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  margin: 0 10px;
}
.banner .swiper-slide img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.8;
  border-radius: 0px;
  background-color: #fff;
  border-radius: 8px;
  opacity: .6;
  transition: all .3s;
}
.banner .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
}

.intl {
  text-align: center;
  margin-bottom: 50px;
}
.intl h3 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2px;
}
.intl h5 {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.intl p {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}
.intl span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #036eb8;
  margin: 15px auto 15px;
}

.inmain1 {
  padding: 60px 0 100px;
}
.inmain1 .inma1_nav {
  text-align: center;
  margin-bottom: 60px;
}
.inmain1 .inma1_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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inmain1 .inma1_nav li {
  margin: 0 5px 10px;
}
.inmain1 .inma1_nav li a {
  display: block;
  font-size: 16px;
  line-height: 42px;
  padding: 0 15px;
  /* width: 160px; */
  color: #fff;
  background-color: #036eb8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inmain1 .inma1_nav li a:hover {
  -webkit-transform: translate(-2px, -2px);
     -moz-transform: translate(-2px, -2px);
      -ms-transform: translate(-2px, -2px);
       -o-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.inmain1 .content li a {
  position: relative;
  display: block;
  background-color: #fff;
  /*padding-bottom: 20px;*/
  /*box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);*/
  border: 1px solid #eee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.inmain1 .content li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 48px;
  height: 1px;
  width: 0px;
  background-color: #036eb8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.inmain1 .content li .img {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  /*background-color: #000;*/
}
.inmain1 .content li img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inmain1 .content li h3 {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #666;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  border-top: 1px solid #eee;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.inmain1 .content li a:hover {
  /*box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);*/
}
.inmain1 .content li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.inmain1 .content li a:hover 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);
  /*opacity: 0.3;*/
}
.inmain1 .content li a:hover h3 {
  color: #036eb8;
  /*background-color: #036eb8;*/
}

.inmain2 {
  position: relative;
  background-color: #fff;
  padding: 100px 0;
}
.inmain2 .w80 {
  position: relative;
  background-color: #f2f2f2;
}
.inmain2 .img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 45%;
  height: 100%;
  overflow: hidden;
}
.inmain2 .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inmain2 .text {
  position: relative;
  float: left;
  width: 52%;
  height: 100%;
  padding: 50px 0 50px 30px;
}
.inmain2 .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
  /*text-align: right;*/
}
.inmain2 .text h3 font {
  display: inline-block;
  font-size: 24px;
  color: #036eb8;
}
.inmain2 .text h5 {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
  /*text-align: right;*/
}
.inmain2 .text span {
  position: relative;
  right: 0px;
  display: block;
  width: 35px;
  height: 3px;
  background-color: #036eb8;
  margin-bottom: 30px;
}
.inmain2 .text p {
  font-size: 14px;
  color: #888;
  line-height: 2;
  max-height: 168px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-bottom: 80px;
}
.inmain2 .text a {
  position: relative;
  bottom: 0px;
  display: block;
  width: 120px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  background-color: #555;
  text-align: center;
  /*border-radius: 3px;*/
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inmain2 .text a:hover {
  background-color: #036eb8;
}

.incase {
  position: relative;
  padding-bottom: 100px;
  background-color: #fff;
}
.incase .w90 {
  position: relative;
}
.incase .intl {
  position: absolute;
  z-index: 99;
  top: 100px;
  left: 10%;
  text-align: left;
}
.incase .intl h3 {
  font-size: 49px;
  color: #fff;
  padding: 0px;
}
.incase .intl p {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
}
.incase .img_list li {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding-bottom: 30%;
  background-color: #111;
}
.incase .img_list li img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
.incase .box {
  position: relative;
  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;
  min-height: 215px;
}
.incase .box .text_list {
  position: relative;
  width: 760px;
  margin: 0px;
  padding-top: 50px;
}
.incase .box .text_list h3 {
  font-size: 32px;
  color: #555;
  margin-bottom: 35px;
  font-weight: bold;
}
.incase .box .text_list p {
  font-size: 15px;
  line-height: 2;
  color: #888;
  text-align: justify;
  margin-bottom: 30px;
}
.incase .box .text_list a{
  position: relative;
  display: block;
  width: 120px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  
  text-align: center;
}
.incase .box .text_list a:before,.incase .box .text_list a:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #036eb8;
  opacity: 0.8;
}
.incase .box .text_list a:after{
  width: 0px;
  background-color: #036eb8;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.incase .box .text_list a:hover:after{
  width: 100%;
}
.incase .box .title_list {
  position: absolute;
  top: -0;
  right: 0px;
  width: 330px;
  height: 430px;
  margin: 0px;
  padding-top: 100px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #333;
  text-align: center;
}
.incase .box .title_list h3 {
  font-size: 36px;
  color: #fff;
}
.incase .box .title_list span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #036eb8;
  margin: 20px auto;
}
.incase .box .title_list p {
  font-size: 42px;
  color: #fff;
  font-family: "BebasNeue-1";
  opacity: 0.9;
}
.incase .box .title_list .btn {
  position: absolute;
  z-index: 99;
  left: 0px;
  bottom: 80px;
  width: 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;
}
.incase .box .title_list .btn i {
  display: block;
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.incase .box .title_list .btn .incase_prev i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.incase .box .title_list .btn .sx {
  display: block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 50px;
}
.incase .box .title_list .btn i:hover {
  color: #036eb8;
  opacity: 1;
}

.index_tel {
  height: 160px;
  /* padding-top: 40px; */
  background: url(../images/index_tel_bg.jpg) no-repeat center;
  background-attachment: fixed;
  /*margin-bottom: 60px;*/
}
.index_tel .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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
}
.index_tel .text {
}
.index_tel .text h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #eee;
  text-transform: uppercase;
}
.index_tel .text h5 {
  font-size: 24px;
  line-height: 1.5;
  color: #eee;
}
.index_tel .tel {
  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;
}
.index_tel .tel i {
  color: #fff;
  font-size: 48px;
  margin-right: 10px;
}
.index_tel .tel h5 {
  font-size: 24px;
  line-height: 24px;
  color: #eee;
}
.index_tel .tel p {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

.inmain3 {
  background-color: #fff;
  padding: 60px 0 100px;
}
.inmain3 .intl h3 {
  margin-bottom: 10px;
}
.inmain3 .intl span {
  margin-bottom: 15px;
}
.inmain3 .left {
  /*width: 40%;*/
  width: 560px;
}
.inmain3 .left a {
  display: block;
}
.inmain3 .left .img {
  position: relative;
  overflow: hidden;
  height: 375px;
  background-color: #000;
}
.inmain3 .left .img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inmain3 .left .text {
  position: relative;
  padding: 20px 30px 20px 100px;
  background-color: #f9f9f9;
}
.inmain3 .left .text .date {
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
}
.inmain3 .left .text .date h4 {
  font-size: 42px;
  color: #036eb8;
}
.inmain3 .left .text .date h5 {
  font-size: 14px;
  color: #036eb8;
}
.inmain3 .left .text h3 {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.inmain3 .left .text span {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 10px 0;
}
.inmain3 .left .text span:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: #036eb8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
.inmain3 .left .text p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inmain3 .left a:hover .img img {
  /*transform: scale(1.05);*/
  opacity: 0.8;
}
.inmain3 .left a:hover .text span:after {
  width: 100%;
}
.inmain3 .right {
  position: relative;
  /*width: 55%;*/
  width: -webkit-calc(100% - 600px);
  width: -moz-calc(100% - 600px);
  width: calc(100% - 600px);
  margin-top: 10px;
}
.inmain3 .right:after {
  content: "";
  position: absolute;
  left: 90px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.inmain3 .right li {
  margin-bottom: 50px;
}
.inmain3 .right li:last-child {
  margin-bottom: 0px;
}
.inmain3 .right li a {
  position: relative;
  display: block;
  padding-left: 120px;
}
.inmain3 .right li a:after,
.inmain3 .right li a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 80px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  
  background-color: rgba(3, 110, 184,.7);
}
.inmain3 .right li a:before {
  z-index: 2;
  left: 85px;
  top: 25px;
  width: 10px;
  height: 10px;
}
.inmain3 .right li:nth-child(1) a:after,
.inmain3 .right li:nth-child(1) a:before {
  opacity: 0.8;
}
.inmain3 .right li:nth-child(2) a:after,
.inmain3 .right li:nth-child(2) a:before {
  opacity: 0.6;
}
.inmain3 .right li:nth-child(3) a:after,
.inmain3 .right li:nth-child(3) a:before {
  opacity: 0.4;
}
.inmain3 .right li:nth-child(4) a:after,
.inmain3 .right li:nth-child(4) a:before {
  opacity: 0.2;
}
.inmain3 .right li .date {
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  color: #666;
  padding-top: 10px;
}
.inmain3 .right li .date span {
  display: block;
  font-size: 38px;
  /* font-family: "BebasNeue-1"; */
}
.inmain3 .right li .date font {
  display: block;
  font-size: 16px;
  /* font-family: "BebasNeue-1"; */
}
.inmain3 .right li .yd {
  content: "";
  position: absolute;
  z-index: 1;
  left: 80px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: rgba(3, 110, 184,.7);
  opacity: 0;
  /* transition: all .3s; */
}
.inmain3 .right li .text h3 {
  font-size: 18px;
  color: #555;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.inmain3 .right li .text p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inmain3 .right li a:hover .text h3 {
  color: #036eb8;
}

.inmain3 .right li a:hover .yd {
  -webkit-animation: myanimation1 1.5s infinite;
     -moz-animation: myanimation1 1.5s infinite;
       -o-animation: myanimation1 1.5s infinite;
          animation: myanimation1 1.5s infinite;
}

@-webkit-keyframes myanimation1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  40% {
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@-moz-keyframes myanimation1 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0;
  }
  40% {
    opacity: 0.4;
  }
  80% {
    -moz-transform: scale(1.6);
         transform: scale(1.6);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1.6);
         transform: scale(1.6);
    opacity: 0;
  }
}

@-o-keyframes myanimation1 {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0;
  }
  40% {
    opacity: 0.4;
  }
  80% {
    -o-transform: scale(1.6);
       transform: scale(1.6);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1.6);
       transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes myanimation1 {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  40% {
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(1.6);
       -moz-transform: scale(1.6);
         -o-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.6);
       -moz-transform: scale(1.6);
         -o-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

.foot {
  position: relative;
  /*margin-top: 60px;*/
  background-color: #f2f2f2;
  border-top: 4px solid #036eb8;
}
/*.foot:after{
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #666;
}*/
.foot .foot1 {
  padding: 50px 0 40px;
  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_nav {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
}
.foot .foot_nav 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_nav li {
}

.foot .foot_nav li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.foot .foot_nav li > a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.foot .foot_nav li dd > a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin-bottom: 10px;
}
.foot .foot_nav li a:hover {
  color: #036eb8;
}
.foot .foot_nav li dl p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin-bottom: 10px;
}
.foot .foot_contact {
  float: right;
}
.foot .foot_contact .code h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.foot .foot_contact .code img {
  display: block;
  width: 150px;
}
.foot2 {
  padding: 8px 0;
  background-color: #333;
}
.foot2 p {
  font-size: 16px;
  line-height: 32px;
  color: #eee;
}
.foot2 a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #eee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.foot2 a:hover {
  color: #036eb8;
}

/*tap*/

.page_ban {
  position: relative;
  height: 400px;
  padding-top: 180px;
}
.page_ban .img{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.page_ban .img img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .6;
}
.page_ban .w80 h3 {
  font-size: 30px;
  color: #fff;
}
.page_ban .w80 h4 {
  font-size: 50px;
  font-weight: bold;
  font-family: "arial";
  color: #fff;
  text-transform: uppercase;
}

.page_nav {
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}
.page_nav ul {
  float: left;
}
.page_nav ul li {
  float: left;
}
.page_nav ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 70px;
  height: 70px;
  padding: 0 30px;
}
.page_nav ul li a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 2px;
  width: 0px;
  background-color: #036eb8;
  -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;
}
.page_nav ul li a:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 1px;
  height: 15px;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_nav ul li:last-child a:after {
  display: none;
}
.page_nav ul li a:hover {
  color: #036eb8;
}
.page_nav ul li a:hover:before {
  width: 80%;
}

.page_nav .location {
  float: right;
}
.page_nav .location p {
  font-size: 16px;
  line-height: 70px;
  height: 70px;
}
.page_nav .location a {
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.page_nav .location span {
  margin: 0 10px;
  color: #666;
}
.page_nav .location a:hover {
  color: #036eb8;
}

/*about*/

.about {
  margin-bottom: 80px;
}
.about p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-align: justify;
  margin-bottom: 15px;
}

/*newslist*/
.newsli_bg {
  /*background-color: #f5f5f5;*/
}
.newsli {
  padding: 0 40px;
  margin-bottom: 80px;
}
.newsli li {
  margin-bottom: 40px;
}
.newsli li a {
  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;
  padding: 20px;
  height: 270px;
  background-color: #f5f5f5;
}
.newsli li a .img {
  position: relative;
  width: 25%;
  padding-bottom: 15%;
}
.newsli li a .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsli li a .text {
  position: relative;
  width: 72%;
}
.newsli li a .text h3 {
  font-size: 24px;
  margin: 15px 0;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.newsli li a .text p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 25px 0;
}
.newsli li a .text span {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0px;
  color: #999;
}
.newsli li a:hover .text h3 {
  color: #036eb8;
}

/*news*/

.news .news_tl {
  text-align: center;
  margin-bottom: 60px;
}
.news .news_tl h3 {
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}
.news .news_tl span {
  display: block;
  font-size: 14px;
  color: #999;
}
.news .news_con {
  margin-bottom: 60px;
}
.news .news_con p {
  color: #777;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.news .news_con table {
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0px;
  border-collapse: collapse;
}
.news .news_con table tr td {
  border: 1px solid #ccc;
  color: #777;
  font-size: 14px;
  line-height: 32px;
  padding: 0 10px;
}
.news .fy {
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 50px;
}
.news .fy p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.news .fy a {
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.news .fy a:hover {
  color: #036eb8;
}

/*photo*/

.photoli {
  margin-bottom: 120px;
}
.photoli h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.photoli li:nth-child(3n) {
  margin-right: 0px;
}
.photoli li a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli li img {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli li h5 {
  line-height: 55px;
  font-size: 18px;
  color: #222;
  text-align: center;
  background-color: #f6f6f6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.photoli li a:hover {
  background-color: #005ba8;
}
.photoli li a:hover img {
  opacity: 0.2;
}
.photoli li a:hover span {
  opacity: 1;
}
.photoli li a:hover h5 {
  color: #fff;
  background-color: #5f9df8;
}

.photoli1 {
  margin-bottom: 120px;
}
.photoli1 h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli1 li {
  float: left;
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 30px;
}
.photoli1 li:nth-child(4n) {
  margin-right: 0px;
}
.photoli1 li a {
  display: block;
  position: relative;
  padding: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #dadada;
}
.photoli1 li .photoli1_con {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 28px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(33, 109, 204, 0.7);
}
.photoli1 li .img {
  font-size: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.photoli1 li .img img {
  display: inline-block;
  vertical-align: middle;
}
.photoli1 li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli1 li h5 {
  position: absolute;
  width: 100%;
  bottom: 10px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli1 li a:hover .photoli1_con {
  opacity: 1;
}
/*.photoli1 li a:hover img{
  opacity: 0.2;
}*/
.photoli1 li a:hover span {
  opacity: 1;
}
.photoli1 li a:hover h5 {
  opacity: 1;
}
.photoli1 .text {
  margin-bottom: 85px;
  background: url(../images/photoli1_ico1.png) no-repeat right top;
}
.photoli1 .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777;
  width: 48%;
}

/*pro_left*/
.proli_nav_mob {
  display: none;
}
.proli_nav {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 280px;
  border: 1px solid #eee;
}
.proli_nav h3 {
  font-size: 24px;
  /*font-weight: bold;*/
  color: #fff;
  background-color: #036eb8;
  padding: 25px 20px;
  text-align: center;
}
.proli_nav li {
  border-top: 1px solid #eee;
}
.proli_nav li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.proli_nav li a:hover,
.proli_nav li.cur a {
  color: #036eb8;
  /*background-color: #eee;*/
}

/*productlist*/
.proli {
  position: relative;
  min-height: 100px;
  padding-left: 280px;
  margin-bottom: 60px;
}
.proli .con ul {
  margin-bottom: 40px;
}
.proli .con li {
  float: left;
  width: 31%;
  margin-left: 2.333%;
  margin-bottom: 2.333%;
}
/*.proli .con li:nth-child(4n){
  margin-right: 0px;
}*/
.proli .con li a {
  position: relative;
  display: block;
  background-color: #fff;
  /*padding-bottom: 20px;*/
  /*box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);*/
  border: 1px solid #eee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.proli .con li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 48px;
  height: 1px;
  width: 0px;
  background-color: #036eb8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.proli .con li .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  /*background-color: #000;*/
}
.proli .con li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.proli .con li h3 {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #666;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  border-top: 1px solid #eee;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.proli .con li a:hover {
  /*box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);*/
}
.proli .con li a:hover:after {
  width: 100%;
}
.proli .con li a:hover 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);
  /*opacity: 0.3;*/
}
.proli .con li a:hover h3 {
  color: #036eb8;
  /*background-color: #036eb8;*/
}

/*product*/
.procon {
  position: relative;
  padding-left: 280px;
  margin-bottom: 60px;
}
.procon .con {
  padding-left: 2.333%;
}
.procon .con .pro_tl {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.procon .con .pro_tl h3 {
  font-size: 24px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}
.procon .con img.ico {
  display: block;
  margin: 0 auto 30px;
}
.procon .con p {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
/*.procon .con .back{
  border-top: 1px solid #eee;
}
.procon .con .back a{
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  color: #666;
}*/

/*contact*/
.contact {
  padding: 0 20px;
  margin-bottom: 100px;
}
.contact .text {
  /*float: left;*/
  /*width: 30%;*/
  margin-bottom: 40px;
}
.contact .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
.contact .text .fk h3 {
  font-size: 32px;
  line-height: 32px;
  color: #036eb8;
  margin-bottom: 40px;
  text-align: center;
}
.contact .text .fk ul {
  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;
}
.contact .text .fk ul li {
  width: 31%;
  text-align: center;
  height: 160px;
  padding: 20px 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/*.contact .text .fk ul li:nth-child(1){
  margin-bottom: 20px;
}*/
.contact .text .fk ul li .ico {
  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: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #036eb8;
  margin: 0 auto 10px;
}
.contact .text .fk ul li .ico i {
  font-size: 24px;
  color: #fff;
}
.contact .text .fk ul li h5 {
  font-size: 22px;
  color: #333;
  margin-bottom: 5px;
}
.contact .text .fk ul li p {
  font-size: 16px;
  color: #999;
  text-align: center;
}

.contact .map {
  /*float: right;*/
  /*width: 68%;*/
  height: 400px;
  border: 1px solid #ccc;
}

/*case*/
.caseli li {
  margin-bottom: 20px;
}
.caseli li a {
  position: relative;
  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;
  background-color: #f5f5f5;
}
.caseli li a:before {
  content: "";
  bottom: 0px;
  left: 30%;
  position: absolute;
  width: 0px;
  height: 5px;
  background-color: #036eb8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli li .img {
  position: relative;
  float: left;
  width: 30%;
  padding-bottom: 20%;
  overflow: hidden;
}
.caseli li .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli li .text {
  float: right;
  width: 70%;
  height: 100%;
  padding: 40px 5%;
}
.caseli li .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli li p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.caseli li:nth-child(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.caseli li:nth-child(2n) a:before{
  left: 0px;
}

.caseli li a:hover:before {
  width: 70%;
}
.caseli li a:hover .text h3 {
  color: #036eb8;
}
.caseli 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);
}
