/*input 默认字体*/
/*单行隐藏*/
.yingchang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*多行隐藏*/
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*变化*/
/*上下*/
/*英文数字强制换行*/
.ying {
  display: inline;
  /*解决IE6 双倍水平外边距*/
  word-wrap: break-word;
  /*连续的数字或者英文就会不换行 得使用强制换行*/
  word-break: break-all;
  /*连续的数字或者英文就会不换行 得使用强制换行*/
}
/*.h{
  .Gradient_b(@jb:#80c1e7,@jb2:#213c7c);
}*/
.nfHead {
  display: none;
  width: 100%;
  background: #fff;
  line-height: 120px;
  padding: 0 90px;
}
.nfHead .nfHead-nav {
  display: inline-block;
  padding-left: 80px;
}
.nfHead .nfHead-nav li {
  display: inline-block;
  float: left;
  padding: 0 25px;
  position: relative;
}
.nfHead .nfHead-nav li:hover span,
.nfHead .nfHead-nav li.active span {
  position: relative;
}
.nfHead .nfHead-nav li:hover span,
.nfHead .nfHead-nav li.active span {
  color: #109535;
  border-bottom: 2px solid #109535;
}
.nfHead .nfHead-nav li span {
  line-height: 30px;
  font-size: 18px;
  color: #666666;
  display: inline-block;
}
.nfHead .nfHead-nav li .a-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 16px;
  background: #338726;
  color: #fff;
  line-height: 30px;
  height: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.nfHead .nfHead-nav li .a-nav:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 10;
  bottom: 100%;
  transform: translate(-50%, 0);
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #2b7320;
}
.nfHead .nfHead-nav li .a-nav a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.nfHead .nfHead-nav li .a-nav a:hover {
  background: #2b7320;
}
.nfHead .nfHead-nav li .sub {
  background: rgba(0, 102, 166, 0.84);
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0;
  display: none;
}
.nfHead .nfHead-nav li .sub a {
  display: block;
  line-height: 36px;
  color: #fff;
}
.nfHead .nfHead-nav li .sub a:hover {
  background: #ff602f;
}
.nfHead .nfHead-tool {
  position: relative;
}
.nfHead .nfHead-tool .icon_sou {
  display: inline-block;
}
.nfHead .nfHead-tool .icon_sou:hover .sousuo_show {
  z-index: 100;
  top: 100%;
  opacity: 1;
}
.nfHead .nfHead-tool .icon-sousuo {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 25px;
  line-height: 44px;
  text-align: center;
  background: url("../images/search.png");
  background-repeat: no-repeat;
  background-size: 100%;
  color: #338726;
  margin-right: 12px;
}
.nfHead .nfHead-tool .icon-weixin {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 25px;
  background: #0b9438;
  color: #fff;
}
.nfHead .nfHead-tool .sousuo_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0;
  background: #fff;
  display: inline-block;
  width: 200px;
  line-height: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-tool .sousuo_show input {
  width: 160px;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
.nfHead .nfHead-tool .sousuo_show .icon-sousuo {
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-right: 0;
}
.nfHead .nfHead-tool .weixin_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0px;
  width: 80px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  line-height: unset;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-father .swiper-slide {
  position: relative;
}
.swiper-father .swiper-slide .img_bg {
  position: absolute;
  left: 35%;
  max-width: 30%;
  top: 100px;
  max-height: 70%;
  z-index: 10;
}
.swiper-father .swiper-slide .c_po {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 20;
  text-align: center;
}
.swiper-father .swiper-slide .img_3 {
  padding: 10px 0;
}
.swiper-father .swiper-slide .img_5 {
  padding: 10px 0;
}
.swiper-father .swiper-slide .f_ls {
  margin-top: 20px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  display: flex;
}
.swiper-father .swiper-slide .f_ls .li {
  flex: 1;
  text-align: center;
}
.swiper-father .swiper-slide .f_ls dd {
  display: inline-block;
  background: url("../images/in-top6.png");
  background-repeat: no-repeat;
  width: 118px;
  line-height: 118px;
  text-align: center;
}
.nfHead_t {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 7, 27, 0.6);
  /* display: none;*/
  padding: 0 40px;
  padding-bottom: 0;
  line-height: 108px;
}
.nfHead_t .t-img {
  position: relative;
  z-index: 100;
}
.nfHead_t .menuBtn-t {
  width: 66px;
  height: 66px;
  position: absolute;
  right: 40px;
  top: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  z-index: 1100;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  /*display:none;*/
}
.nfHead_t .menu-handler2 {
  border-radius: 50%;
  width: 66px;
  height: 66px;
  cursor: pointer;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  float: right;
  transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  background-color: #23c1c7;
}
.nfHead_t .menu-handler2 .burger {
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 20px;
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transition: all 0.6s cubic-bezier(0.245, 0.145, 1.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
  -ms-transition: all 0.6s cubic-bezier(0.445, 1.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.nfHead_t .menu-handler2 .burger-2 {
  top: 30px;
  width: 24px;
}
.nfHead_t .menu-handler2 .burger-3 {
  top: 40px;
}
.nfHead_t .menu-handler2.active {
  background: none;
}
.nfHead_t .menu-handler2.active .burger-1 {
  background: #e1e1e1;
  top: 30px;
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.nfHead_t .menu-handler2.active .burger-2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
.nfHead_t .menu-handler2.active .burger-3 {
  background: #e1e1e1;
  top: 30px;
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.nfHead_t_show {
  /* display: none;*/
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  overflow: hidden;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead_t_show .ul {
  display: flex;
  width: 100%;
  height: 100%;
}
.nfHead_t_show .ul li {
  flex: 1;
  background: #fff;
  padding-top: 10%;
  text-align: center;
  border-right: 1px solid #ebebeb;
}
.nfHead_t_show .ul li:last-child {
  border-right: none;
}
.nfHead_t_show .ul li:hover,
.nfHead_t_show .ul li.active {
  background: none;
}
.nfHead_t_show .ul li:hover .num,
.nfHead_t_show .ul li.active .num,
.nfHead_t_show .ul li:hover .list,
.nfHead_t_show .ul li.active .list,
.nfHead_t_show .ul li:hover .h,
.nfHead_t_show .ul li.active .h {
  color: #fff;
}
.nfHead_t_show .ul li .num {
  font-family: "Impact";
  font-size: 60px;
  color: #e1e1e1;
  display: inline-block;
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead_t_show .ul li .num:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 80px;
  background: #fff;
}
.nfHead_t_show .ul li .h {
  font-size: 24px;
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead_t_show .ul li .list {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  padding-top: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead_t_show .ul li .list a {
  display: inline-block;
  width: 100%;
}
.in_y {
  background-image: url("../images/img1.jpg");
  background-size: 100% 100%;
  padding-top: 90px;
}
.in_y .h1 {
  font-size: 48px;
  font-weight: bold;
}
.in_y .h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
}
.in_y .h3 {
  font-size: 30px;
  line-height: 40px;
  color: #0070c0;
  font-weight: normal;
}
.in_y .te {
  margin: 15px 0;
  max-width: 700px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.in_y .swiper {
  position: relative;
  z-index: 20;
}
.in_y .swiper .swiper-button-prev {
  left: -60px;
  background: #1facb6;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin-top: -96.5px;
  color: #ffffff;
  font-size: 25px;
  border-radius: 50%;
}
.in_y .swiper .swiper-button-next {
  right: -60px;
  background: #ffffff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin-top: -96.5px;
  color: #1facb6;
  font-size: 30px;
  border-radius: 50%;
}
.in_y .swiper-container_in1 {
  position: relative;
  z-index: 100;
  padding-bottom: 117.5px;
  overflow: hidden;
}
.in_y .swiper-container_in1 .swiper-slide {
  position: relative;
}
.in_y .swiper-container_in1 .swiper-slide .im {
  overflow: hidden;
}
.in_y .swiper-container_in1 .swiper-slide .text {
  height: 235px;
  width: 80%;
  padding: 30px;
  background: #ffffff;
  position: absolute;
  right: 0;
  z-index: 100;
  bottom: 0;
  transform: translate(0, 50%);
}
.in_y .swiper-container_in1 .swiper-slide .text .t_te {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.in_y .swiper-container_in1 .swiper-slide .text .more {
  display: inline-block;
  padding: 7px 16px 7px 6px;
  color: #666666;
  font-size: 14px;
  width: 90px;
  background-image: url("../images/more.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.in_map {
  position: relative;
  margin-top: -117.5px;
}
.in_map .text {
  color: #ffffff;
  position: absolute;
  bottom: 140px;
  right: calc((100% - 1200px)/2);
}
.in_map .text .h1 {
  font-size: 48px;
}
.in_map .text .h2 {
  font-size: 28px;
  padding: 24px 0;
}
.in_map .text .li_te dl {
  padding: 14px;
  margin-top: 12px;
  font-size: 14px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 123, 220, 0.6)), to(rgba(0, 123, 220, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 123, 220, 0.6), rgba(0, 123, 220, 0));
  background: -moz-linear-gradient(left, rgba(0, 123, 220, 0.6), rgba(0, 123, 220, 0));
  background: -o-linear-gradient(left, rgba(0, 123, 220, 0.6), rgba(0, 123, 220, 0));
  background: -ms-linear-gradient(left, rgba(0, 123, 220, 0.6), rgba(0, 123, 220, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 123, 220, 0.6), endColorstr=rgba(0, 123, 220, 0));
}
.in_map .text .li_te dl dt {
  float: left;
}
.in_map .text .li_te dl dd {
  width: 350px;
  display: inline-block;
  padding-left: 15px;
}
.in_cu {
  background-image: url("../images/img2.jpg");
  background-size: 100% 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.in_cu .h1 {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
}
.in_cu .h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  color: #ffffff;
}
.in_cu .ul {
  padding: 60px 0;
}
.in_cu .ul li {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
  background: #ffffff;
}
.in_cu .ul li:nth-child(3n) {
  margin-right: 0;
}
.in_cu .ul li .text {
  padding: 5px 0 ;
  text-align: center;
}
.in_cu .ul li .text .t {
  font-weight: bold;
  font-size: 20px;
}
.in_cu .ul li .text .te {
  font-size: 14px;
}
.in_cu .ul li .im {
  overflow: hidden;
}
.in_cu .ul li .im img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_title {
  font-size: 40px;
  color: #333333;
  padding: 25px 0;
  font-weight: bold;
  text-align: center;
  background: url("../images/no16.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.in_tex {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  width: 900px;
}
.in_story {
  background: url("../images/in_adbg1.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 25px 0;
}
.in_story .list-a {
  padding: 30px 0;
}
.in_story .list-a .a {
  width: 30%;
  margin-right: 5%;
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 16px rgba(2, 22, 24, 0.2);
  box-shadow: 0 0 16px rgba(2, 22, 24, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(2, 22, 24, 0.2), direction=0, strength=16px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 16px rgba(2, 22, 24, 0.2);
  /*兼容firefox*/
}
.in_story .list-a .a:nth-child(2) {animation-delay:0.5s;}
.in_story .list-a .a:nth-child(3) {animation-delay:1s;}
.in_story .list-a .a:nth-child(3n) {
  margin-right: 0;
}
.in_story .list-a .a:hover img {
  transform: scale(1.08);
}
.in_story .list-a .a .im {
  overflow: hidden;
}
.in_story .list-a .a .im img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_story .list-a .a .tex {
  padding: 30px 8px 45px 8px;
  position: relative;
}
.in_story .list-a .a .tex .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  background-color: #23c1c7;
  font-size: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.in_story .list-a .a .tex .tex_h1 {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_story .list-a .a .tex .te {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  color: #666666;
}
.in_news {
  padding: 25px 0;
}
.in_news .news-c {
  padding: 30px 0;
}
.in_news .swi {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.in_news .swi .til {
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 60px;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
}
.in_news .swi .swiper-slide {
  position: relative;
  overflow: hidden;
}
.in_news .swi .swiper-slide:hover img {
  transform: scale(1.08);
}
.in_news .swi .swiper-slide img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_news .swi .swiper-pagination {
  text-align: right;
  line-height: 40px;
  padding-right: 5px;
}
.in_news .swi .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.in_news .swi .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #23c1c7;
}
.in_news .tex {
  width: 50%;
  padding-left: 20px;
}
.in_news .tex .li {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.in_news .tex .li:hover img {
  transform: scale(1.08);
}
.in_news .tex .li:nth-child(n+2) {
  margin-top: 23px;
}
.in_news .tex .li:nth-child(2){animation-delay:0.5s;}
.in_news .tex .li:nth-child(3){animation-delay:1s;}
.in_news .tex .im {
  width: 190px;
  width: 179px;
  overflow: hidden;
}
.in_news .tex .im img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_news .tex .te {
  width: calc(100% - 190px);
  padding-left: 18px;
}
.in_news .tex .te .t {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.in_news .tex .te .time {
  color: #999999;
  font-size: 12px;
  line-height: 26px;
}
.in_news .tex .te .te_div {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.in_news .tex .te .more {
  display: inline-block;
  margin-top: 15px;
  color: #666666;
  font-size: 14px;
}
.footer_t {
  background-image: url("../images/index_25.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  font-size: 14px;
  color: #ffffff;
}
.footer_t .f_til {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 45px;
}
.footer_t .fo_l .log {
  overflow: hidden;
}
.footer_t .fo_l .li_te {
  color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
}
.footer_t .fo_l .li_te dl {
  padding: 14px;
  margin-top: 12px;
  font-size: 14px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 123, 220, 0.6)), to(rgba(0, 123, 220, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 123, 220, 0.6), rgba(0, 123, 220, 0));
  background: -moz-linear-gradient(left, rgba(0, 123, 220, 0.6), rgba(0, 123, 220, 0));
  background: -o-linear-gradient(left, rgba(0, 123, 220, 0.6), rgba(0, 123, 220, 0));
  background: -ms-linear-gradient(left, rgba(0, 123, 220, 0.6), rgba(0, 123, 220, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 123, 220, 0.6), endColorstr=rgba(0, 123, 220, 0));
}
.footer_t .fo_l .li_te dl dt {
  font-family: "Impact";
  float: left;
  display: inline-block;
  width: 54px;
  text-align: center;
  line-height: 54px;
  background: #007bdc;
  font-size: 36px;
  border-radius: 50%;
}
.footer_t .fo_l .li_te dl dd {
  float: left;
  width: 355px;
  font-size: 14px;
  display: inline-block;
  height: 54px;
  position: relative;
}
.footer_t .fo_l .li_te dl dd p {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 15px;
  width: 100%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.footer_t .r-te {
  text-align: left;
  color: #ffffff;
  line-height: 36px;
}
.footer_t .r-te p:nth-child(n+2) {
  margin-top: 10px;
}
.footer_t .r-te img {
  margin-right: 5px;
}
.footer_t .adr {
  margin: 25px 0;
  display: inline-block;
  background-color: #23c1c7;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 40px;
}
.footer_t .adr img {
  width: 22px;
  margin-right: 5px;
}
.footer_t .code {
  padding-top: 20px;
  text-align: center;
  line-height: 30px;
}
.footer_t .code .li:nth-child(2) {
  margin-left: 20px;
}
.footer_t .code img {
  width: 118px;
}
.footer {
  background: #002e52;
  color: #ffffff;
}
.footer .one {
  padding: 40px 70px;
}
.footer .one .f_logo {
  max-width: 40%;
}
.footer .one .te_x {
  padding-top: 20px;
}
.footer .one .te_x img {
  margin-right: 5px;
}
.footer .one .te_x span {
  display: inline-block;
  padding-top: 15px;
  margin-right: 45px;
}
.footer .one .te_x span:last-child {
  width: 100%;
}
.footer .one .sle {
  position: relative;
  background: #ffffff;
  z-index: 10;
  margin: 30px 0;
  border-radius: 25px;
  text-align: center;
}
.footer .one .sle:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3.5px;
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #333 transparent transparent;
}
.footer .one .sle select {
  position: relative;
  z-index: 15 ;
  display: inline-block;
  text-align: center;
  text-align-last: center;
  background: none;
  border-radius: 25px;
  line-height: 25px;
  width: 160px;
  padding-right: 15px;
  font-size: 16px;
}
.footer .one .sle select option {
  text-align: center;
}
.footer .one .code_s {
  color: #466f8f;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
}
.footer .one .code_s .bor {
  border-right: 1px solid #466f8f;
}
.footer .one .code_s span {
  display: inline-block;
  width: 100%;
  margin: 8px 0;
}
.footer .one .code_s .fl {
  font-size: 14px;
  width: 82px;
}
.footer .one .code_s .fl span {
  padding-left: 10px;
}
.footer .one .code_s .fl:first-child span {
  padding-right: 10px;
  padding-left: 0;
}
.footer .one .code_s .fotd_code_s{position: relative}
.footer .one .code_s .fotd_code_s .img_c{
  position: absolute;
  z-index: 200;
  bottom: 105%;
  left: 50%;
  max-width: 200px;
  display: none;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.footer .one .code {
  font-size: 14px;
  color: #466f8f;
  padding-top: 20px;
  text-align: center;
  line-height: 30px;
}
.footer .one .code .li:nth-child(2) {
  margin-left: 20px;
}
.footer .one .code img {
  width: 118px;
}
.footer .tw {
  background: #001b30;
  padding: 0 70px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 50px;
}
.wrapper {
  top: 0;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
  -webkit-transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}
.wrapper .page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* opacity: 0.3;*/
  transition: opacity 0.7s 0ms cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: opacity 0.7s 0ms cubic-bezier(0.445, 0.145, 0.355, 1);
}
.wrapper.active-page1 .page.page1 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page2 .page.page2 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page3 .page.page3 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page3 .page.page4 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page4 .page.page5 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page6 .page.page6 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.pag_o {
  color: #ffffff;
  text-align: center;
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 60px;
}
.pag_o .h1 {
  font-family: "Impact";
  text-transform: uppercase;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 35px;
  position: relative;
}
.pag_o .h1:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 2px;
  bottom: 0;
  background: #ffffff;
}
.pag_o .h2 {
  font-size: 36px;
  font-weight: bold;
  padding: 20px 0;
}
.pag_o .te {
  font-size: 16px;
  line-height: 30px;
  height: 120px;
  margin: 40px 0;
}
.pag_o .more {
  color: #ffffff;
  font-size: 16px;
  width: 160px;
  line-height: 46px;
  display: inline-block;
  border: 1px solid #ffffff;
}
.pag_o .more img {
  margin-left: 15px;
}
.pag_o .top_b {
  margin-top: 112px;
}
.bg {
  display: none;
  background: rgba(0, 0, 0, 0.79);
  position: absolute;
  z-index: 20000;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.show_c {
  display: none;
  position: absolute;
  z-index: 20001;
  width: 90%;
  top: 10%;
  left: 5%;
  height: 80%;
  overflow: auto;
  border: 12px solid #ffffff;
  background: url("../images/img5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.show_c .iconfont {
  position: absolute;
  right: 15%;
  top: 50px;
  background: #24c1c8;
  color: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.show_c .s_h1 {
  padding: 50px 0;
  font-size: 36px;
  color: #2c95e1;
  font-weight: bold;
  text-align: center;
}
.show_c .text {
  width: 71%;
  padding: 45px;
  font-size: 16px;
  margin: 0 auto;
  background: #ffffff;
}
.show_c .text_t {
  width: 71%;
  padding: 100px 0;
  margin: 0 auto;
}
.show_c .text_t .im {
  width: 33%;
}
.show_c .text_t .text_abt {
  color: #ffffff;
  width: 67%;
  padding-left: 15px;
}
.show_c .text_t .text_abt .t {
  font-size: 14px;
}
.show_c .text_t .text_abt .h1 {
  font-size: 24px;
  font-weight: bold;
}
.show_c .text_t .liach {
  width: 100%;
  margin-top: 30px;
}
.show_c .text_t .liach p {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  float: left;
  cursor: pointer;
  background: #24c1c8;
  text-align: center;
  margin-right: 5px;
  width: 104px;
  line-height: 34px;
}
.show_c .text_t .liach p.active {
  background: #2683c6;
}
.show_c .text_t .th-div {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  color: #555555;
  font-size: 14px;
  min-height: 130px;
  line-height: 30px;
  max-height: 250px;
  overflow: auto;
}
.show_c .text_t .th-div::-webkit-scrollbar {/*滚动条整体样式*/
  width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.show_c .text_t .th-div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(36, 193, 200, 0.5);
}
.show_c .text_t .th-div::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 0;
  background: rgba(0,0,0,0.1);
}

.page .footer {
  margin-top: 300px;
}
.con_lis .con:nth-child(n+2) {
  display: none;
}
.t_img {
  position: relative;
}
.t_img img {
  width: 100%;
}
.t_img .t_li {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  background: #ffffff;
  display: flex;
}
.t_img .t_li a {
  display: inline-block;
  flex: 1;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0;
  color: #333333;
}
.t_img .t_li a.on {
  background: #23c1c7;
  color: #ffffff;
}
.us .c_t {
  padding: 60px 0;
}
.us .c_t.white {
  color: #ffffff;
}
.us .c_t.white span {
  color: #ffffff;
}
.us .c_t.white dl dd {
  color: #ffffff;
}
.us .c_t span {
  font-family: Impact;
  font-size: 82px;
  color: #2683c6;
  line-height: 82px;
  vertical-align: middle;
  text-transform: uppercase;
}
.us .c_t dl {
  display: inline-block;
  vertical-align: middle;
}
.us .c_t dl dt {
  font-size: 34px;
  font-weight: bold;
  line-height: 35px;
  text-transform: uppercase;
}
.us .c_t dl dd {
  font-size: 30px;
  font-family: Impact;
  color: #2683c6;
  text-transform: uppercase;
  line-height: 30px;
}
.us .us_c {
  padding-bottom: 80px;
  background: url("../images/index_18.jpg");
}
.us .us_c .o_img {
  width: 37%;
}
.us .us_c .o_text {
  width: 63%;
  padding-left: 50px;
  font-size: 14px;
  color: #555555;
  line-height: 30px;
}
.us .us_c .o_text p:nth-child(n+2) {
  margin-top: 30px;
}
.us .us_d {
  padding-bottom: 80px;
  background: url("../images/img10.jpg");
}
.us .us_d .swi {
  position: relative;
}
.us .us_d .swi .swiper-container_c1 {
  position: relative;
  overflow: hidden;
}
.us .us_d .swi .swiper-container_c1 .swiper-slide:hover .s_text {
  border-top: 1px solid #0081cc;
}
.us .us_d .swi .swiper-container_c1 .swiper-slide:hover .s_text .time {
  color: #0081cc;
}
.us .us_d .swi .swiper-container_c1 .swiper-slide .s_text {
  border-top: 1px solid #dcdcdc;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.us .us_d .swi .swiper-container_c1 .swiper-slide .s_text .time {
  font-family: "Impact";
  font-size: 30px;
  padding: 25px 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.us .us_d .swi .swiper-container_c1 .swiper-slide .s_text .te {
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.us .us_d .swi .swiper-button-prev {
  background: none;
  border: 1px solid #c0c0cd;
  width: 34px;
  height: 34px;
  left: -120px;
  border-radius: 50%;
}
.us .us_d .swi .swiper-button-prev:after {
  content: '';
  position: absolute;
  left: 14px;
  top: 12px;
  width: 67px;
  height: 12px;
  background: url("../images/sprev.png");
  background-repeat: no-repeat;
}
.us .us_d .swi .swiper-button-next {
  background: none;
  border: 1px solid #c0c0cd;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  right: -120px;
}
.us .us_d .swi .swiper-button-next:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 12px;
  width: 67px;
  height: 12px;
  background: url("../images/snext.png");
  background-repeat: no-repeat;
}
.us .us_co {
  padding-bottom: 80px;
  background: url("../images/index_19.jpg");
}
.us .us_co .ul {
  padding: 60px 0;
}
.us .us_co .ul li {
  width: 24%;
  margin-right: 1.33333333%;
  float: left;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
  background: #ffffff;
}
.us .us_co .ul li:nth-child(4n) {
  margin-right: 0;
}
.us .us_co .ul li:hover img {
  transform: scale(1.05);
}
.us .us_co .ul li .text {
  padding: 20px 0 ;
  text-align: center;
}
.us .us_co .ul li .text .t {
  font-weight: bold;
  font-size: 20px;
}
.us .us_co .ul li .text .te {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #555555;
}
.us .us_co .ul li .im {
  max-height: 248px;
  overflow: hidden;
}
.us .us_co .ul li .im img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.us .us_s {
  padding-bottom: 80px;
  background: url("../images/index_20.jpg");
}
.us .us_s .swiper-container_c2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.us .us_s .swiper-container_c2 .swiper-slide {
  background: #ffffff;
  text-align: center;
  line-height: 60px;
}
.us .us_s .swiper-container_c2 .swiper-slide:hover img {
  transform: scale(1.05);
}
.us .us_s .swiper-container_c2 .swiper-slide .im {
  overflow: hidden;
}
.us .us_s .swiper-container_c2 .swiper-slide .im img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.us .us_s .swiper-container_c2 .swiper-button-prev,
.us .us_s .swiper-container_c2 .swiper-button-next {
  background: #2683c6;
  color: #ffffff;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  bottom: 0;
  top: auto;
  left: 46%;
  font-size: 20px;
  opacity: 1;
}
.us .us_s .swiper-container_c2 .swiper-button-next {
  left: auto;
  right: 46%;
  font-size: 20px;
}
.us .us_s .swiper-container_c2 .swiper-button-disabled {
  background: #ffffff;
  color: #9a9a9a;
}
.us .us_com .c_im {
  position: relative;
}
.us .us_com .c_im .im {
  width: 60%;
}
.us .us_com .c_im .text {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
  background-image: url(../images/no10.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #23c1c7;
  color: #ffffff;
}
.us .us_com .c_im .text .te {
  height: 25%;
  padding: 0 25px;
  padding-top: 56px;
  font-size: 18px;
  line-height: 30px;
}
.us .us_com .c_im .text .te:nth-child(n+2) {
  border-top: 1px solid #fff;
}
.us .us_com .c_im .text .te p {
  width: 475px;
}
.us .us_com .c_im .text .te:hover {
  background-color: rgba(0, 129, 204, 0.47);
}
.cnews_abt {
  padding: 50px 30px;
  background: #ffffff;
  margin-top: -166px;
  position: relative;
  z-index: 100;
}
.cnews_abt .h3 {
  font-size: 36px;
  text-align: left;
  font-weight: normal;
}
.cnews_abt .tie {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px ;
  font-weight: normal;
  color: #999999;
  text-align: left;
  padding: 20px 0 ;
}
.cnews_abt .te {
  padding: 40px 0 ;
}
.con_about_next {
  padding: 20px 0 0px 0;
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.con_about_next a {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-top: 1px solid #e5e5e5;
}
.con_about_next a span {
  display: inline-block;
  color: #333333;
}
.con_about_next a:hover {
  color: #2683c6;
}
.con_about_next a:hover span {
  color: #2683c6;
}
.con_about_next a .lna {
  width: 82px;
  color: #999999;
}
/*招聘*/
.recruit {
  padding: 40px 0;
}
.recruit .ul li {
  /* background: #d8d8d8;*/
  /*padding: 0 60px;*/
  margin-bottom: 40px;
}
.recruit .ul li.active .text {
  /* border-top: 1px solid #e3e4e6;*/
  /*height: auto;*/
}
.recruit .ul li.active .li_top .iconfont {
  background: #dc0b10;
}
.recruit .ul li.active .li_top .iconfont:before {
  content: "\e728";
}
.recruit .ul li .li_top {
  padding: 20px 40px;
  position: relative;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #d8d8d8;
}
.recruit .ul li .li_top .iconfont {
  position: absolute;
  background: #d8d8d8;
  right: 0;
  top: 0;
  font-size: 30px;
  width: 68px;
  line-height: 68px;
  display: inline-block;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruit .ul li .li_top .xin {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  width: auto;
  line-height: 30px;
  display: inline-block;
  color: #69696a;
  margin-top: -15px;
}
.recruit .ul li .li_top span {
  float: left;
  width: 25%;
  text-align: left;
  font-size: 18px;
  color: #666666;
}
.recruit .ul li .text {
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 34px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.recruit .ul li .text .pa {
  padding: 30px 40px;
}
.recruit .ul li .text .pa p {
  line-height: unset;
  padding: 0;
}
.recruit .ul li .text .t {
  font-weight: bold;
}
.recruit .ul li .text .red {
  color: #dc0b10;
  font-size: 18px;
}
/*招聘*/
.services {
  background-color: #f5f5f5;
  background-image: url("../images/91.png");
  background-size: 100% auto;
  background-position: top -300px center;
  padding: 80px 0;
}
.services .h1 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.services .te {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  text-align: center;
}
.services .news_a a {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  float: left;
  background: #ffffff;
  padding: 0 15px ;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.services .news_a a:nth-child(3n) {
  margin-right: 0;
}
.services .news_a a:hover img {
  transform: scale(1.05);
}
.services .news_a a .im {
  text-align: center;
  padding: 20px 0;
  overflow: hidden;
}
.services .news_a a .im img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.services .news_a a .text {
  border-top: 1px solid #efefef;
  font-size: 20px;
  padding: 20px 10px;
  line-height: 20px;
}
.services .news_a a .text .iconfont {
  color: #2683c6;
}
.news {
  background: #f5f5f5;
  padding-bottom: 80px;
}
.news .news_a {
  padding: 55px 0;
}
.news .news_a a {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  float: left;
  background: #ffffff;
  margin-bottom: 25px;
}
.news .news_a a:nth-child(3n) {
  margin-right: 0;
}
.news .news_a a:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.news .news_a a:hover .text .h1 {
  color: #2683c6;
}
.news .news_a a:hover .text .te_p .iconfont {
  color: #2683c6;
  border: 1px solid #2683c6;
}
.news .news_a a .text {
  padding: 18px ;
}
.news .news_a a .text .time {
  font-size: 12px;
  color: #999999;
}
.news .news_a a .text .h1 {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  margin: 10px 0;
  color: #333333;
}
.news .news_a a .text .te_p span {
  display: inline-block;
  width: 84px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  background: #2683c6;
  color: #fff;
}
.news .news_a a .text .te_p .iconfont {
  display: inline-block;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  font-size: 23px;
  color: #bbbbbb;
  border: 1px solid #bbbbbb;
}
.a_next {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.a_next a {
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 40px;
  padding: 0 18px;
  margin: 0 15px;
  color: #ffffff;
  text-align: center;
  margin-right: 2px;
  background: #d2d2d2;
}
.nowpage {
  display: inline-block;
  font-size: 18px;
  float: left;
  line-height: 40px;
  padding: 0 18px;
  text-align: center;
  background: #2683c6;
  color: #fff !important;
}
.a_next a:hover,
.a_next a.active {
  background: #2683c6;
  color: #fff;
}
.c_t {
  padding: 60px 0;
  text-align: center;
}
.c_t span {
  font-family: Impact;
  font-size: 82px;
  color: #2683c6;
  line-height: 82px;
  vertical-align: middle;
  text-transform: uppercase;
}
.c_t dl {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding-top: 11px;
}
.c_t dl dt {
  font-size: 34px;
  font-weight: bold;
  line-height: 35px;
  text-transform: uppercase;
}
.c_t dl dd {
  font-size: 30px;
  font-family: Impact;
  color: #2683c6;
  text-transform: uppercase;
  line-height: 30px;
}
.c_us .c_us_c {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  margin-top: -380px;
  background: #ffffff;
  padding: 50px;
}
.c_us .c_us_c .map {
  width: 50%;
}
.c_us .c_us_c .text_r {
  background: url("../images/index_23.jpg");
  background-size: 100% 100%;
  width: 50%;
  padding-left: 40px;
  height: 450px;
}
.c_us .c_us_c .text_r .im_t {
  margin: 25px 0;
}
.c_us .c_us_c .text_r .te {
  line-height: 45px;
  font-size: 16px;
  color: #555555;
}
.c_us .c_us_c .text_r .te img {
  margin-right: 5px;
}
.c_us .from .input {
  margin: 50px 0;
  position: relative;
  width: 32%;
  height: 40px;
  display: inline-block;
  border: 1px solid #d1d1d1;
  line-height: 40px;
  float: left;
}
.c_us .from .input:nth-child(1) {
  margin-right: 2%;
}
.c_us .from .input:nth-child(2) {
  margin-right: 2%;
}
.c_us .from .input input {
  height: 38px;
  vertical-align: top;
  width: 100%;
  display: inline-block;
  padding-left: 50px;
}
.c_us .from .yan {
  margin-top: 20px;
  width: 100%;
}
.c_us .from .yan .im {
  float: left;
  display: inline-block;
  border: 1px solid #d1d1d1;
  height: 45px;
  text-align: center;
  width: 150px;
  line-height: 43px;
  margin-left: 15px;
}
.c_us .from .yan .nex {
  font-size: 14px;
  line-height: 45px;
  cursor: pointer;
  padding: 0 20px;
  color: #0d59ab;
}
.c_us .from .yan .btn {
  cursor: pointer;
  display: inline-block;
  background: #dc0b10;
  color: #ffffff;
  line-height: 45px;
  width: 200px;
  text-align: center;
  font-size: 20px;
  margin-left: 10px;
}
.c_us .from .yan input {
  float: left;
  height: 45px;
  vertical-align: top;
  width: 150px;
  display: inline-block;
  padding-left: 20px;
  border: 1px solid #d1d1d1;
}
.c_us .from .input input::-webkit-input-placeholder {
  color: #8a8a8a;
  font-size: 12px;
}
.c_us .from .input input:-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
}
.c_us .from .input input::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
}
.c_us .from .input input:-ms-input-placeholder {
  color: #8a8a8a;
  font-size: 16px;
}
.c_us .from .input .iconfont {
  position: absolute;
  top: 58%;
  left: 15px;
  color: #dadada;
  font-size: 22px;
  transform: translate(0, -50%);
}
.c_us .from .teaxt {
  position: relative;
  width: 100%;
  display: inline-block;
  border: 1px solid #d1d1d1;
  line-height: 40px;
}
.c_us .from .teaxt textarea {
  vertical-align: top;
  width: 100%;
  display: inline-block;
  height: 270px;
  padding: 18px;
  text-indent: 2em;
  overflow: hidden;
  line-height: 20px;
}
.c_us .from .teaxt textarea::-webkit-input-placeholder {
  color: #8a8a8a;
  font-size: 16px;
}
.c_us .from .teaxt textarea:-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
}
.c_us .from .teaxt textarea::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
}
.c_us .from .teaxt textarea:-ms-input-placeholder {
  color: #8a8a8a;
  font-size: 16px;
}
.c_us .from .teaxt .iconfont {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #dadada;
  font-size: 22px;
}
.mct_o {
  background-image: url("../images/c_bg1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 75px 0;
  overflow:hidden;
}
.mct_o:nth-child(2)
{
     background-image: url("../images/c_bg1_o.jpg");
  background-repeat: no-repeat;
    }
.mct_o .im_tm {
  width: 50%;
  position: relative;
  padding: 90px 0;
  text-align: right;
}

.mct_o .im_tm img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mct_o .im_tm img:hover {
  z-index: 30;
  transform: scale(1.05);
}
.mct_o .im_tm .img1 {
  position: absolute;
  left: 35px;
  top: 0;
  z-index: 10;
  width: 260px;
  max-height: 260px;
  border-radius: 5px;
}
.mct_o .im_tm .img2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  max-height: 200px;
  z-index: 10;
  border-radius: 5px;
}
.mct_o .im_tm .img3 {
  position: relative;
  z-index: 20;
  width: 442px;
  height: 324px;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px;
}
.mct_o .tex_tm {
  width: 40%;
  padding-right: 75px;
  position: relative;
  z-index: 10;
}
.mct_o .tex_tm .t1 {
  color: #23c1c7;
  font-size: 18px;
  line-height: 36px;
}
.mct_o .tex_tm .t2 {
  font-size: 42px;
  font-weight: bold;
}
.mct_o .tex_tm .t3 {
  font-size: 36px;
}
.mct_o .tex_tm .te {
  margin: 30px 0;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  min-height: 120px;
}
.mct_o .tex_tm .more {
  display: inline-block;
  width: 200px;
  line-height: 60px;
  text-align: center;
  background: #23c1c7;
  font-size: 18px;
  border-radius: 5px;
  color: #ffffff;
}
.mct_o .tex_tm .flim {
  position: absolute;
  left: 42%;
  top: 0;
  z-index: -1;
    max-width: initial;
  max-height: 100%;
}
.mct_o:nth-child(2n) .im_tm{float: right;}
.mct_o:nth-child(2n) .tex_tm{float: left;}




.mct_t {
  background: none;
}
.mct_t .tex_tm {
  width: 42%;
}
.future {
  background: #f5f5f5;
  padding: 75px 0;
}
.future .h1 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.future .en {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  text-align: center;
  padding-bottom: 40px;
}
.future .li {
  float: left;
  color: #ffffff;
  position: relative;
  display: inline-block;
  width: 91%;
}
.future .li .tex {
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background: rgba(0, 110, 199, 0.94);
  color: #ffffff;
  padding: 50px 90px ;
}
.future .li .tex .h2 {
  font-size: 42px;
  font-weight: bold;
  position: relative;
  padding-bottom: 35px;
}
.future .li .tex .h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95px;
  height: 3px;
  background: #ffffff;
}
.future .li .tex .te {
  font-size: 16px;
  line-height: 30px;
  padding-top: 50px;
}
.future .li .tex .more {
  position: absolute;
  left: 90px;
  bottom: 50px;
  display: inline-block;
  font-size: 18px;
  line-height: 58px;
  width: 200px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.future .list .li:nth-child(2n) {
  float: right;
}
.future .list .li:nth-child(2n) .tex {
  left: 0;
  right: auto;
}
/*聚合页*/
/*.o_cma{
  .c_t {text-align: left;}
  .o_pro{
    background-color: #f5f5f5;
    background-image: url("../images/no17.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 80%;
    padding: 20px 0;
    .c{padding-bottom: 60px;}
    .im{width: 37%;}
    .tex{
      width: 63%;
      color: #555555;
      font-size: 14px;
      line-height: 30px;
      padding-left: 50px;
    }

  }
  .o_history{
    background-image: url("../images/bg3.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 40px 0;
    .swi{
      position: relative;
      padding: 40px 100px;
      .swiper-container_c3{position: relative;overflow: hidden;}
      .swiper-slide{
        &:hover{
          .h2{ border-top:2px solid #0081cc;
            color: #0081cc;
          }
        }
        .h2{
          border-top:2px solid #dcdcdc;
          font-size: 30px;
          font-family: "Impact";
          line-height: 80px;
          transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
        }
        .te{
          color: #333333;
          font-size: 14px;line-height: 24px;
        }
        .im{
          margin-top: 20px;
          overflow: hidden;
          img{ transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;}
        }
      }
      .swiper-button-prev{
        left: -10px;
        background: none;
        width: auto;
        height: 40px;
        line-height: 40px;
        img{
          margin-left: 15px;margin-right: 5px;
        }
        &:after{
          content: '';
          position: absolute;
          top:50%;
          margin-top: -17px;
          left: 0;
          width: 34px;
          height: 34px;
          border-radius: 50%;
          border: 1px solid #444444;
        }
      }
    }
  }
}*/
