/* head */
.head .mob_box {
  display: none;
}
.menu {
  display: none;
}
.head {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .logo {
  float: left;
}
.head .logo a {
  display: block;
  height: 60px;
  margin-top: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .logo img {
  display: block;
  max-height: 100%;
}
.head .box {
  float: right;
}
.head .box .head_con {
  height: 45px;
  padding: 10px 0 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .box .head_con .lan {
  position: relative;
  float: right;
  line-height: 32px;
  margin-right: 20px;
}
.head .box .head_con .lan a {
  display: block;
  font-size: 14px;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .box .head_con .lan i {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: top;
}
.head .box .head_con .search {
  float: right;
  cursor: pointer;
}
.head .box .head_con .search i {
  font-size: 18px;
  line-height: 32px;
}
.head .box .head_nav {
  margin-top: 20px;
}
.head .box .head_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.head .box .head_nav li {
  position: relative;
  margin-left: 3px;
  padding-bottom: 10px;
}
.head .box .head_nav li > a {
  display: block;
  font-size: 16px;
  line-height: 35px;
  padding: 0 10px 0px 10px;
  color: #fff;
  background-color: #e99105;
  border-radius: 3px;
}
.head .box .head_nav li:last-child > a {
  background-color: #0079c3;
}
.head .box .head_nav li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 3px;
  width: 0px;
  background-color: #0079c3;
  -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 .box .head_nav li .xl {
  position: absolute;
  top: 85px;
  left: -20px;
  min-width: 160px;
  max-width: 280px;
  padding: 5px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .box .head_nav li dd a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  padding: 0 5px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .box .head_con .lan a:hover {
  color: #0079c3;
}
/* .head .box .head_nav li > a:hover {
  color: #0079c3;
} */
.head .box .head_nav li:hover > a:after {
  width: 100%;
}
.head .box .head_nav li:hover .xl {
  top: 45px;
  opacity: 1;
  visibility: visible;
}
.head .box .head_nav li:hover .xl dd a:hover {
  color: #0079c3;
  /* background-color: #0079c3; */
}
/* sx */
.head.sx {
  height: 65px;
}
.head.sx .logo a {
  height: 45px;
  margin-top: 10px;
}
.head.sx .box .head_con {
  height: 0px;
  padding: 0px;
}

.head_search {
  display: none;
  position: fixed;
  z-index: 1001;
  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: 22px;
  cursor: pointer;
  background-color: #ccc;
}
.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: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* index */

.inban2 {
  display: none;
}

.inbanner {
  margin-top: 110px;
}
.inbanner .swiper-slide {
  position: relative;
  /* display: block;
  width: 100%;
  height: 100%; */
  background-color: #000;
}
.inbanner .swiper-slide img {
  display: block;
  opacity: 0.5;
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}
.inbanner .swiper-slide .text {
  position: absolute;
  z-index: 99;
  top: 45%;
  left: 10%;
  width: 80%;
  /* padding: 20px 40px; */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /* background-color: rgba(0, 0, 0, 0.3); */
}
.inbanner .swiper-slide .text h3 {
  font-size: 32px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.inbanner .swiper-slide .text h3 span {
  display: inline-block;
  font-size: 32px;
  line-height: 28px;
  color: #e99105;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.inbanner .swiper-slide .text .hx {
  display: block;
  width: 80px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 20px;
  will-change: transform;
}
.inbanner .swiper-slide .text h5 {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}
.inbanner .swiper-slide .text h5 span {
  display: inline-block;
  font-size: 28px;
  line-height: 36px;
  color: #e99105;
  font-weight: bold;
}
.inbanner .swiper-slide .text p {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}
.inbanner .swiper-slide .text p span {
  display: inline-block;
  font-size: 20px;
  line-height: 36px;
  color: #e99105;
  font-weight: bold;
}
.inbanner .swiper-slide .text a {
  font-size: 15px;
  display: block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 2px;
  margin-top: 30px;
  background-color: #0079c3;
  color: #fff;
  /* transition: all 0.3s; */
}
.inbanner .swiper-slide .text a:hover {
  background-color: #0071b6;
}
.inbanner .swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  border-radius: 0;
  opacity: 0.6;
  background: #fff;
  position: relative;
  margin: 0 3px;
}
.inbanner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0079c3;
  position: relative;
}

.inlink {
  /* padding: 40px 0 20px; */
  background-color: #0079c3;
  margin-bottom: 60px;
}
.inlink li {
  float: left;
  width: 25%;
  /* margin-right: 1.33%; */
}
.inlink li a {
  display: block;
  text-align: center;
  padding: 30px 0 35px;
  background-color: #0079c3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inlink li i {
  position: relative;
  display: inline-block;
  font-size: 56px;
  color: #fff;
  margin-bottom: 10px;
  /* -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.inlink li i:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.inlink li h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inlink li a:hover {
  background-color: #0079c3;
}
.inlink li a:hover i,
.inlink li a:focus i,
.inlink li a:active i {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.inlink li a:hover i:before,
.inlink li a:focus i:before,
.inlink li a:active i:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.inlink li a:hover h3 {
  color: #fff;
}

.inabout {
  padding: 0px 0 40px;
}
.inabout .text {
  float: left;
  width: 46%;
  text-align: justify;
}
.inabout .text h3 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
.inabout .text p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-bottom: 30px;
}
.inabout .text a {
  display: block;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  width: 120px;
  text-align: center;
  color: #555;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inabout .text a:hover {
  color: #fff;
  background-color: #0079c3;
  border-color: #0079c3;
}
.inabout .img {
  float: right;
  width: 50%;
}
.inabout .img img {
  display: block;
}

.inpro {
  padding: 45px 0;
  background-color: #f5f5f5;
}
.inpro .intl {
  margin-bottom: 30px;
}
.inpro .intl a {
  display: block;
  float: left;
}
.inpro .intl h3 {
  float: left;
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inpro .intl a i {
  float: left;
  display: block;
  font-size: 28px;
  line-height: 35px;
  margin: 3px 0 0 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inpro .intl a:hover h3 {
  color: #0079c3;
}
.inpro .intl a:hover i {
  color: #0079c3;
}
.inpro .intl .inpro_btn {
  float: right;
}
.inpro .intl .inpro_btn .inpro_prev,
.inpro .intl .inpro_btn .inpro_next {
  float: left;
  cursor: pointer;
}
.inpro .intl .inpro_btn .inpro_prev {
  margin-right: 10px;
}
.inpro .intl .inpro_btn i {
  display: block;
  font-size: 24px;
  line-height: 38px;
  width: 38px;
  height: 38px;
  color: #666;
  border: 1px solid #666;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
}
.inpro .intl .inpro_btn .inpro_prev i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inpro .intl .inpro_btn i:hover {
  color: #fff;
  background-color: #0079c3;
  border-color: #0079c3;
}
.inpro .content {
  padding: 10px 0 0;
}
.inpro .content li a {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inpro .content li img {
  display: block;
}
.inpro .content li h3 {
  font-size: 16px;
  line-height: 42px;
  color: #333;
  background-color: #fff;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inpro .content li a:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.inpro .content li a:hover h3 {
  color: #fff;
  background-color: #0079c3;
}

.innews {
  padding: 40px 0 60px;
  background: url(../images/innews_bg.jpg) no-repeat center;
  -o-background-size: auto 95%;
  background-size: auto 95%;
}
.innews .intl {
  text-align: center;
  margin-bottom: 30px;
}
.innews .intl h3 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.innews .intl p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.innews .content li {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px;
  width: 49.5%;
  float: left;
  margin-right: 1%;
  visibility: visible;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.innews .content li:nth-child(2n) {
  margin-right: 0px;
}

.innews .content li a {
  display: block;
  overflow: hidden;
  padding: 17px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.innews .content li .date {
  float: left;
  width: 100px;
  text-align: center;
  color: #999999;
  border-right: 1px solid #eee;
  padding: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.innews .content li .date span {
  display: block;
  font-size: 38px;
  color: #666;
  line-height: 1;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.innews .content li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  float: right;
  padding-right: 20px;
}
.innews .content li .text h3 {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.innews .content li .text p {
  display: block;
  color: #999999;
  margin: 5px 0 0;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  font-size: 14px;
  margin-top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.innews .content li a:hover {
  background-color: #0079c3;
}
.innews .content li a:hover .date {
  color: #fff;
}
.innews .content li a:hover .date span {
  color: #fff;
}
.innews .content li a:hover .text h3,
.innews .content li a:hover .text p {
  color: #fff;
}

/* foot */
.foot {
  background-color: #333;
}
.foot .foot_gbook {
  padding: 40px 0 50px;
  text-align: left;
  border-bottom: 1px solid #444;
}
.foot .foot_gbook .text {
  margin-bottom: 20px;
}
.foot .foot_gbook .text h3 {
  font-size: 32px;
  color: #eee;
  margin-bottom: 10px;
}
.foot .foot_gbook .text p {
  font-size: 14px;
  color: #ccc;
  line-height: 24px;
}
.foot .foot_gbook .content form {
  font-size: 0px;
}
.foot .foot_gbook .content input {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  width: 200px;
  padding: 5px 10px;
  border: 0px;
  outline: none;
  margin-right: 5px;
}
.foot .foot_gbook .content input:first-child {
  width: 280px;
}
.foot .foot_gbook .content button {
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  width: 100px;
  text-align: center;
  color: #fff;
  background-color: #0079c3;
  border: 0px;
  cursor: pointer;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.foot .foot_gbook .content button:hover {
  background-color: #0093ec;
}

.foot .foot1 {
  position: relative;
  padding: 40px 0;
}
.foot .foot1 .foot_nav {
  float: left;
  width: 68%;
}
.foot .foot1 .foot_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.foot .foot1 .foot_nav li {
}
.foot .foot1 .foot_nav li > a {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #eee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.foot .foot1 .foot_nav li dd a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #eee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.foot .foot1 .foot_nav li a:hover {
  color: #fff;
}
.foot .foot1 .foot_contact {
  position: absolute;
  right: 0px;
  top: 40px;
  width: 25%;
  height: -webkit-calc(100% - 80px);
  height: -moz-calc(100% - 80px);
  height: calc(100% - 80px);
  padding: 0px 0 10px 50px;
  border-left: 1px solid #444;
}
.foot .foot1 .foot_contact h3 {
  font-size: 18px;
  line-height: 24px;
  color: #eee;
  margin-bottom: 10px;
}
.foot .foot1 .foot_contact p {
  font-size: 14px;
  line-height: 24px;
  color: #eee;
}

.foot .copyright {
  /* text-align: center; */
  padding: 10px 0;
  background-color: #0079c3;
}
.foot .copyright p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.foot .copyright a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #eee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.foot .copyright a:hover {
  color: #fff;
}

/*右侧悬浮*/
.floot_left {
  /*display: none;*/
  position: fixed;
  z-index: 999;
  bottom: 30%;
  right: 0px;
}
.floot_left ul {
  width: 73px;
}
.floot_left ul li {
  position: relative;
  width: 100%;
  height: 73px;
  border-radius: 3px;
  background-color: #0079c3;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.floot_left ul li:last-child {
  margin-bottom: 0px;
}
.floot_left ul li.gotop {
  background-color: #333;
  overflow: hidden;
  height: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/*.floot_left ul li:hover{
    background-color: #f34f24 !important;
  }*/
.floot_left ul li .con i {
  display: block;
  font-size: 40px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  color: #fff;
}
.floot_left ul li .con h5 {
  font-size: 12px;
  color: #fff;
  line-height: 23px;
  text-align: center;
}
.floot_left ul li .fl_tc {
  position: absolute;
  top: 50%;
  right: 110px;
  background-color: #0079c3;
  padding: 10px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.floot_left ul li .fl_tc h4 {
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_left ul li .fl_tc img {
  display: block;
  width: 105px;
  height: 105px;
  max-width: none;
}
.floot_left ul li .fl_tc a {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_left ul li:hover .fl_tc {
  opacity: 1;
  right: 90px;
  visibility: visible;
}
.floot_left ul li .fl_tc:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  border: 5px solid transparent;
  border-left: 5px solid #0079c3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.floot_left ul li .fl_tc:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  height: 100%;
  width: 10px;
}
