﻿/*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;
  /*连续的数字或者英文就会不换行 得使用强制换行*/
}

.hide{display:none !important;}

.nfHead {
  width: 100%;
  background: #fff;
}
.nfHead .ho {
  line-height: 130px;
  padding: 0 13%;
}
.nfHead .ho .search {
  line-height: 48px;
  display: inline-block;
  border-radius: 48px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
}
.nfHead .ho .search input {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  height: 48px;
  padding-left: 15px;
  background: none;
  font-size: 16px;
}
.nfHead .ho .search .icon-sousuo1 {
  width: 65px;
  vertical-align: top;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  background: #2465c6;
  font-size: 20px;
}
.nfHead .ho .mus {
  margin-left: 50px;
}
.nfHead .nfHead-nav {
  vertical-align: top;
  display: inline-block;
  padding: 0 13%;
  line-height: 60px;
  width: 100%;
  background: #2465c6;
  display: flex;
}
.nfHead .nfHead-nav li {
  display: inline-block;
  float: left;
  flex: 1;
  color: #fff;
  position: relative;
  text-align: center;
}
.nfHead .nfHead-nav li a {
  display: inline-block;
  /*padding: 0 40px;*/
}
.nfHead .nfHead-nav li:hover,
.nfHead .nfHead-nav li.active {
  background: #00aadb;
}
.nfHead .nfHead-nav li:hover .im .im1,
.nfHead .nfHead-nav li.active .im .im1 {
  display: none;
}
.nfHead .nfHead-nav li:hover .im .im2,
.nfHead .nfHead-nav li.active .im .im2 {
  display: inline-block;
}
.nfHead .nfHead-nav li .im {
  width: 50px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.nfHead .nfHead-nav li .im .im2 {
  display: none;
}
.nfHead .nfHead-nav li span {
  line-height: 30px;
  font-size: 18px;
  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 {
  z-index: 10;
  text-align: center;
  background: rgba(36, 101, 198, 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: #00aadb;
}
.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;
}

.nfHead-biaoyu{ padding-top:45px;}

.swiper-container_o {
  position: relative;
  overflow: hidden;
}

.swiper-in_t{
  position: relative;
}
.swiper-in_t .ad_goa{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 4%;
  line-height: 40px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(36, 101, 198, 0.89)), to(rgba(0, 170, 219, 0.86)));
  background: -webkit-linear-gradient(left, rgba(36, 101, 198, 0.89), rgba(0, 170, 219, 0.86));
  background: -moz-linear-gradient(left, rgba(36, 101, 198, 0.89), rgba(0, 170, 219, 0.86));
  background: -o-linear-gradient(left, rgba(36, 101, 198, 0.89), rgba(0, 170, 219, 0.86));
  background: -ms-linear-gradient(left, rgba(36, 101, 198, 0.89), rgba(0, 170, 219, 0.86));

}

.swiper-container_o_news{
  position: relative;
  overflow: hidden;
  width: 70%;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  color: #ffffff;
}

.swiper-container_o_news .te{
  max-width: 60%;
  overflow: hidden;
  white-space:  nowrap;
  text-overflow: ellipsis;
}
.swiper-container_o_news .time{
  text-align: right;
  width: 30%;
}
.swiper-in_t .ad_goa .na{margin-right: 50px;}
.swiper-in_t .ad_goa .na .im{
  display: inline-block;
  background: #ffffff;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 30px;
  vertical-align: middle;
}
.swiper-in_t .ad_goa .na .im img{vertical-align: top;}
.swiper-in_t .ad_goa .na .z{font-size: 18px; vertical-align: top;}
.swiper-in_t .ad_goa .na .en{  vertical-align: top;   font-size: 14px;  text-transform: uppercase;  }

.swiper-container_o .swiper-pagination {
  width: auto;
  display: inline-block;
  bottom: 20px;
  line-height: 40px;
  text-align: right;
  right: 4%;
  left: auto;
  z-index: 200;
}
.swiper-container_o .swiper-pagination-bullet {
  /*border-radius: 0;*/
  width: 12px;
  opacity: 1;
  height: 12px;
  border: 2px solid #ffffff;
  background: none;
  border-radius: 50%;
}
.swiper-container_o .swiper-pagination-bullet-active {
  border: 2px solid #ffffff;
  background: #c20e0e;
  background: #ffffff;
}
.in-tfbg {
  width: 100%;
  padding-bottom: 30px;
  background: url("../images/in-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.in-tfbg .nav-in {
  padding-bottom: 15px;
  text-align: center;
}
.in-tfbg .nav-in .li {
  display: inline-block;
  width: 191px;
  height: 220px;
  text-align: center;
  font-size: 24px;
  padding-top: 30px;
  background: url("../images/nob2.png");
  background-size: 100% 100% ;
  cursor: pointer;
}
.in-tfbg .nav-in .li:nth-child(n+2) {
  margin-left: 80px;
}
.in-tfbg .nav-in .li:hover,
.in-tfbg .nav-in .li.active {
  background: url("../images/nob1.png");
  background-size: 100% 100% ;
}
.in-tfbg .nav-in .li:hover .tim .im1,
.in-tfbg .nav-in .li.active .tim .im1 {
  display: none;
}
.in-tfbg .nav-in .li:hover .tim .im2,
.in-tfbg .nav-in .li.active .tim .im2 {
  display: inline-block;
}
.in-tfbg .nav-in .li:hover .t,
.in-tfbg .nav-in .li.active .t {
  color: #ffffff;
}
.in-tfbg .nav-in .li:hover .t:after,
.in-tfbg .nav-in .li.active .t:after {
  background: #ffffff;
}
.in-tfbg .nav-in .li .tim {
  /* width: 50px;*/
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 80px;
  padding-top: 15px;
}
.in-tfbg .nav-in .li .tim img {
  max-width: 50px;
}
.in-tfbg .nav-in .li .tim .im2 {
  display: none;
}
.in-tfbg .nav-in .li .t {
  display: inline-block;
  padding-top: 15px;
  width: 100%;
  position: relative;
}
.in-tfbg .nav-in .li .t:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 34px;
  height: 3px;
  background: #2465c6;
}
.in-tfbg .center {
  background: #ffffff;
  padding: 30px ;
  position: relative;
}
.in-tfbg .center .text {
  width: 50%;
  padding-right: 40px;
  padding-top: 30px;
}
.in-tfbg .center .text .h1 {
  font-size: 24px;
  font-weight: bold;
}
.in-tfbg .center .text .te {
  font-size: 18px;
  font-weight: lighter;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
 
}
.in-tfbg .center .text .te a  p{ text-indent:40px;}
.in-tfbg .center .text .list-a {
  padding-top: 18px;
}
.in-tfbg .center .text .list-a a {
  display: inline-block;
  width: 105px;
  position: relative;
}
.in-tfbg .center .text .list-a a:nth-child(n+2) {
  margin-left: 35px;
}
.in-tfbg .center .text .list-a a .te {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  font-size: 14px;
  color: #3f3f3f;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.in-tfbg .center .text .list-a a .te .jm {
  line-height: 40px;
}
.in-tfbg .center .r_img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.in-tfbg .center .r_img:hover img {
  transform: scale(1.05);
}
.in-tfbg .center .r_img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in-t {
  padding: 20px 0;
  text-align: center;
}
.in-t h1 {
  font-size: 30px;
}
.in-t .en {
  font-size: 14px;
  text-transform: uppercase;
  color: #666666;
}
.h1_t {
  position: relative;
  padding-left: 25px;
  line-height: 50px;
height: 50px;
}
.h1_t .h1 {
  font-size: 30px;
  font-weight: bold;
}
.h1_t .en {
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 15px;
}
.h1_t:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 50px;
  background: url("../images/o-no2.png");
  background-repeat: no-repeat;
}
.h1_t2 {
  position: relative;
  line-height: 50px;
}
.h1_t2 .h1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.h1_t2 .en {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 15px;
}
.h1_t2:after {
  content: '';
  position: absolute;
  right: 100%;
  margin-right: 10px;
  top: 0;
  width: 20px;
  height: 50px;
  background: url("../images/o-no4.png");
  background-repeat: no-repeat;
}
.fe_more {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  line-height: 35px;
  text-align: center;
}
.fe_more:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  border-width: 59px 0px 0 59px;
  border-style: solid;
  border-color: #00aadb transparent transparent;
}
.fe_more:hover i {
  transform: rotate(360deg);
}
.fe_more i {
  position: relative;
  z-index: 20;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.con-l .a_li:nth-child(n+2) {
  display: none;
}
.in_news {
  padding: 30px;
  position: relative;
  background: #fff;
  margin-top: 30px;
}
.in_news .lswi {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.in_news .lswi .swiper-slide {
  position: relative;
}
.in_news .lswi .swiper-slide .te-x {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 170, 219, 0.85);
  color: #fff;
  padding: 10px;
  line-height: 30px;
}
.in_news .lswi .swiper-slide .te-x .h1 {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
}
.in_news .lswi .swiper-slide .te-x .time {
  font-size: 14px;
  color: #a5ebff;
}
.in_news .lswi .swiper-pagination {
  text-align: right;
  bottom: 43px;
}
.in_news .lswi .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #a5ebff;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.in_news .lswi .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  position: relative;
}
.in_news .lswi .swiper-pagination .swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 9px;
  height: 9px;
  background: #fff;
}
.in_news .r_text {
  width: 47%;
}
.in_news .r_text .list_t {
  position: relative;
}
.in_news .r_text .list_t:after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d9d9d9;
}
.in_news .r_text .list_t span {
  display: inline-block;
  position: relative;
  z-index: 20;
  padding: 0 20px;
  font-size: 24px;
  padding-bottom: 10px;
  cursor: pointer;
}
.in_news .r_text .list_t span:hover,
.in_news .r_text .list_t span.active {
  color: #1f5cb6;
  font-weight: bold;
  border-bottom: 2px solid #1f5cb6;
}
.in_news .r_text .a_li {
  padding-top: 10px;
}
.in_news .r_text .a_li a {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  padding: 7px 0 ;
  padding-left: 12px;
  position: relative;
  border-bottom: 1px dashed #dcdcdc;
}
.in_news .r_text .a_li a:last-child {
  border-bottom: none;
}
.in_news .r_text .a_li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c6c6c6;
  margin-top: -2.5px;
}
.in_news .r_text .a_li .te {
  font-size: 18px;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_news .r_text .a_li .time {
  color: #888888;
  font-size: 14px;
}
.in_platform {
  position: relative;
  width: 65%;
  margin-top: 30px;
  background: #fff;
  padding: 30px;
}
.in_platform .pla-text {
  width: 100%;
  padding: 12px 0;
}
.in_platform .pla-text a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px dashed #dcdcdc;
  position: relative;
  padding: 10px 0;
}
.in_platform .pla-text a:nth-child(n+5) {
  display: none;
}
.in_platform .pla-text a:last-child {
  border-bottom: none;
}
.in_platform .pla-text a .h2 {
  position: relative;
  font-size: 20px;
    line-height: 30px;
  font-weight: bold;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_platform .pla-text a .h2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url("../images/o-no3.png");
  margin-top: -6px;
}
.in_platform .pla-text a .te {
  margin: 5px 0;
  color: #555555;
  width: 80%;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.in_platform .pla-text a .iconfont {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 56px;
  height: 56px;
  text-align: center;
  font-size: 25px;
  line-height: 56px;
  border-radius: 50%;
  color: #d1d1d1;
  border: 1px solid #d1d1d1;
}
.in_recruitment {
  position: relative;
  width: 33%;
  margin-top: 30px;
  background: #fff;
  padding: 23px 30px;
    padding-bottom: 48px;
}
.in_recruitment .img {
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
.in_recruitment .img:hover img {
  transform: scale(1.05);
}
.in_recruitment .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
    width: 100%;
    height: 230px;
    vertical-align: top;
    object-fit: cover;
object-position: center center;
}
.in_recruitment .h3 {
  font-size: 24px;
  display: inline-block;
  border-bottom: 1px solid #00aadb;
  font-weight: normal;
  padding-bottom: 4px;    display: none;
}
.in_recruitment .te {
  margin: 0px 0;
  font-size: 14px;
  line-height: 30px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;    display: none;
}
.in_recruitment .a_more {
  width: 100%;
  text-align: center;
    vertical-align: top;
  display: inline-block;
  background: #f3f3f3;    margin-top: 18px;
  padding: 12px 0;
  font-size: 18px;
  line-height: 27px;
}
.in_recruitment .a_more .icon-xiangyoujiantou {
  position: relative;    vertical-align: top;
}
.in_recruitment .a_more .icon-xiangyoujiantou:before {
  position: absolute;
  left: 120%;
  color: #9d9d9d;
  font-size: 23px;
}
.party-mass {
  padding: 15px 0  30px 0;
}
.party-mass .par_swi {
  position: relative;
}
.party-mass .par_swi .swiper-container_s {
  position: relative;
  overflow: hidden;
}
.party-mass .par_swi .swiper-container_s .swiper-slide:hover img {
  transform: scale(1.05);
}
.party-mass .par_swi .swiper-container_s .swiper-slide:hover .text .more {
  color: #fff;
  background: #00aadb;
}
.party-mass .par_swi .swiper-container_s .swiper-slide:hover .text .more .iconfont {
  color: #fff;
}
.party-mass .par_swi .swiper-container_s .swiper-slide .img {
  position: relative;
  overflow: hidden;
}
.party-mass .par_swi .swiper-container_s .swiper-slide .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.party-mass .par_swi .swiper-container_s .swiper-slide .text {
  border: 1px solid #e2e2e2;
}
.party-mass .par_swi .swiper-container_s .swiper-slide .text .te_pa {
  padding: 10px;
}
.party-mass .par_swi .swiper-container_s .swiper-slide .text .h1 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
}
.party-mass .par_swi .swiper-container_s .swiper-slide .text .te {
  margin: 10px 0;
  height: 60px;
  line-height: 30px;
  color: #777777;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.party-mass .par_swi .swiper-container_s .swiper-slide .text .more {
  color: #888888;
  background: #f3f3f3;
  padding: 15px 20px;
  line-height: 25px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.party-mass .par_swi .swiper-container_s .swiper-slide .text .more .iconfont {
  font-size: 25px;
  color: #9d9d9d;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.party-mass .par_swi .prev3 {
  border-radius: 50%;
  left: -150px;
  transform: rotate(180deg);
  background: #8c8c8c;
  color: #fff;
  font-size: 30px;
  text-align: center;
  height: 94px;
  width: 94px;
  line-height: 94px;
  margin-top: -47px;
}
.party-mass .par_swi .next3 {
  border-radius: 50%;
  right: -150px;
  background: #8c8c8c;
  color: #fff;
  font-size: 30px;
  text-align: center;
  height: 94px;
  width: 94px;
  line-height: 94px;
  margin-top: -47px;
}
.Links {
  background: #f3f3f3;
  padding: 20px 0 30px 0;
}
.Links .link-a {
  border-top: 1px solid #d9d9d9;
  padding: 15px 0;
  line-height: 36px;
}
.Links .link-a a {
  width: 20%;
  text-align: left;
  padding-left: 14px;
  position: relative;
  display: inline-block;
}
.Links .link-a a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 7px;
  margin-top: -3.5px;
  background: url("../images/nol4.png");
  background-repeat: no-repeat;
}
.footBox .f-o {
  width: 100%;
  background: url("../images/fbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 90px 0;
}
.footBox .f-o .Lcen {
  margin-left: 10%;
}
.footBox .f-o .h1_ft {
  padding-bottom: 10px;
  border-bottom: 1px solid #4a89e6;
}
.footBox .f-o .h1_ft .h1 {
  font-size: 24px;
}
.footBox .f-o .h1_ft .en {
  font-size: 14px;
  color: #72aafd;
  text-transform: uppercase;
}
.footBox .f-o .te {
  padding: 20px 0;
  font-size: 14px;
  line-height: 50px;
}
.footBox .f-o .te.c {
  font-size: 14px;
}
.footBox .f-o .te span.img {
  width: 33px;
  display: inline-block;
}
.footBox .f-o .te span {
  display: inline-block;
  vertical-align: top;
}
.footBox .f-o .te .num {
  font-size: 14px;
}
.footBox .f_t {
  background: #222222;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0;
}
.c_tlist {
  text-align: center;
  font-size: 18px;
  line-height: 50px;
}
.c_tlist a {
  display: inline-block;
  padding: 0 20px;
}
.c_tlist a:hover,
.c_tlist a.active {
  color: #da251c;
}
.m_j {
  position: relative;
}
.m_j .en {
  color: #ffffff;
}
.m_j .l_text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #0091d5;
  color: #fff;
  padding: 0 80px ;
  overflow: auto;
    padding-top: 55px;
}
.m_j .l_text .te {
  font-size: 18px;
    margin-top: 10px;
  line-height: 30px;
  text-indent:40px;
}
.m_j .l_text .more {
  display: inline-block;
  margin-top: 50px;
  padding: 0 10px;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 42px;
}
.m_j .l_text .more i {
  font-size: 25px;
}
.m_j .r-img {
  width: 50%;
}
.expert {
  padding: 40px 0;
  background: url("../images/cimg6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.expert .swiper-container_c1 {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}
.expert .swiper-container_c1 .swiper-slide {
  background: #fff;
  padding: 25px;
  text-align: center;
}
.expert .swiper-container_c1 .swiper-slide .img {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 50%;
  text-align: center;
}
.expert .swiper-container_c1 .swiper-slide .img img{ max-height:100%;}
.expert .swiper-container_c1 .swiper-slide:hover {
  -webkit-box-shadow: 2px 0 8px rgba(88, 157, 207, 0.3);
  box-shadow: 2px 0 8px rgba(88, 157, 207, 0.3);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(88, 157, 207, 0.3), direction=2px, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 2px 0 8px rgba(88, 157, 207, 0.3);
  /*兼容firefox*/
}
.expert .swiper-container_c1 .swiper-slide:hover .text .h1 {
  color: #ff0000;
}
.expert .swiper-container_c1 .swiper-slide .text {
  padding: 20px 0 ;
}
.expert .swiper-container_c1 .swiper-slide .text .h1 {
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.expert .swiper-container_c1 .swiper-slide .text .te {
  font-size: 14px;
  color: #666666;
  height: 72px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.expert .swiper-container_c1 .swiper-pagination {
  bottom: 10px;
}
.expert .swiper-container_c1 .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #ffffff;
  opacity: 0.5;
}
.expert .swiper-container_c1 .swiper-pagination-bullet-active {
  background: #00aadb;
  opacity: 1;
}
.enterprise {
  padding: 50px 0 70px 0;
 
    background: url(../images/in-bg2.png);
    background-size: 100% auto;
    background-repeat: repeat;
}
.enterprise .swi {
  position: relative;
  padding: 0 30px;
}
.enterprise .swiper-container {
  position: relative;
  overflow: hidden;
}
.enterprise .swiper-container .swiper-slide {
 /* transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;*/
  background: #fff;
  border: 1px solid #e7ecd9;
}
.enterprise .swiper-container .swiper-slide:hover {
  border: 1px solid #00aadb;
}
.enterprise .swiper-container .swiper-slide:hover .text {
  background: #00aadb;
  color: #ffffff;
}
.enterprise .swiper-container .swiper-slide .img {
  padding: 15px;
  text-align: center;
  line-height: 240px;
}
.enterprise .swiper-container .swiper-slide .img img{
  max-height: 240px;
}
.enterprise .swiper-container .swiper-slide .text {
  line-height: 66px;
  text-align: center;
  font-size: 18px;
  color: #666666;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise .swiper-button-disabled {
  border: 1px solid #b8b8b8;
  color: #b8b8b8;
}
.enterprise .swiper-button-prev {
  border-radius: 50%;
  left: -70px;
  transform: rotate(180deg);
  background: none;
  font-size: 30px;
  text-align: center;
  height: 56px;
  width: 56px;
  line-height: 56px;
  margin-top: -28px;
  border: 1px solid #6d6d6d;
  color: #6d6d6d;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise .swiper-button-prev:hover {
  border: 1px solid #00aadb;
  color: #fff;
  background: #00aadb;
}
.enterprise .swiper-button-next {
  border: 1px solid #6d6d6d;
  border-radius: 50%;
  right: -70px;
  background: none;
  color: #6d6d6d;
  font-size: 30px;
  text-align: center;
  height: 56px;
  width: 56px;
  line-height: 56px;
  margin-top: -28px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise .swiper-button-next:hover {
  border: 1px solid #00aadb;
  color: #fff;
  background: #00aadb;
}
/*招贤纳士*/
.recruit {
  background: #f5f5f5;
  background: url(../images/in-bg2.png);
  background-size: 100% auto;
  background-repeat: repeat;
}
.recruit_ul {
  padding: 40px 0;
}
.recruit_ul li {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruit_ul li:nth-child(3n) {
  margin-right: 0;
}
.recruit_ul li: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*/
}
.recruit_ul li:hover .h1 {
  color: #da261d;
}
.recruit_ul li:hover .more .a {
  background: #da261d;
}
.recruit_ul li .h1 {
  padding: 15px 0;
  font-size: 20px;
  line-height: 36px;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruit_ul li .t {
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid #e9e9e9;
}
.recruit_ul li .te {
  padding: 0 15px;
  margin: 15px 0;
  text-align: left;
  color: #666666;
  font-size: 14px;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.recruit_ul li .more {
  border-top: 1px solid #e9e9e9;
  padding: 30px 0;
}
.recruit_ul li .more .a {
  display: inline-block;
  background: #aaaaaa;
  width: 120px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  border-radius: 36px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.bg {
  display: none;
  background: rgba(0, 0, 0, 0.37);
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pPage {
  text-align: center;
  padding: 50px 0;
  font-size: 16px;
  color: #666;
  line-height: 35px;
}
.pPage a {
  background: #fff;
  padding: 0 14px;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px;
}
.pPage a.act,
.nowpage {
  background: #c20000;
  color: #fff;
  padding: 0 14px;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px;
}
.pPage a:hover {
  background: #c20000;
  color: #fff;
}
.c_abt {
  padding: 50px 30px;
}
.c_abt .im {
  width: 30%;
}
.c_abt .text {
  width: 65%;
  padding-top: 20px;
}
.c_abt .text .h1 {
  color: #ff0000;
  font-size: 24px;
}
.c_abt .text .t_te {
  line-height: 50px;
  font-size: 16px;
  color: #ff0000;
}
.c_abt .text .te {
  margin: 25px 0;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.c_abt .text .more {
  display: inline-block;
  color: #fff;
  width: 146px;
  line-height: 46px;
  text-align: center;
  background: #2465c6;
}
.c_abts {
  padding: 70px 0;
}
.c_abts .h1 {
  font-size: 40px;
  text-align: center;
}
.c_abts .en {
  font-size: 15px;
  text-align: center;
}
.c_abts .te {
  padding: 20px 12px;
  font-size: 16px;
  background: #ffffff;
  line-height: 30px;
  color: #555555;
}
.map {
  position: relative;
  margin-bottom: 80px;
  background: #0091d5;
  color: #fff;
}
.map .im {
  width: 50%;
}
.map .text {
  width: 50%;
  padding: 0 120px;
  font-size: 18px;
  line-height: 24px;
}
.map .text .h1_t2 {
  margin: 50px 0;
}
.map .text .te {
  line-height: 48px;
}
.map .text .te p {
  width: 50%;
  float: left;
}
.map .text .adr {
  padding: 20px 0;
  display: inline-block;
}
/*党群建设*/
.djs {
  padding: 50px 0;
  background: #f5f5f5;
  background: url(../images/in-bg2.png);
  background-size: 100% auto;
  background-repeat: repeat;
}
.djs .list a {
  display: inline-block;
  width: 24%;
  float: left;
  margin-right: 1.333%;
  background: #fff;
  margin-bottom: 30px;
}
.djs .list a:nth-child(4n) {
  margin-right: 0;
}
.djs .list a:hover img {
  transform: scale(1.05);
}
.djs .list a:hover .text .more {
  color: #fff;
  background: #00aadb;
  border-top: 1px solid #00aadb;
}
.djs .list a:hover .text .more .iconfont {
  color: #fff;
}
.djs .list a .img {
  position: relative;
  overflow: hidden;
  max-height: 196px;
}
.djs .list a .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.djs .list a .text {
  border: 1px solid #e2e2e2;
}
.djs .list a .text .te_pa {
  padding: 10px;
}
.djs .list a .text .h1 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
}
.djs .list a .text .te {
  margin: 10px 0;
  height: 60px;
  line-height: 30px;
  color: #777777;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.djs .list a .text .more {
  border-top: 1px solid #e2e2e2;
  color: #888888;
  padding: 15px 20px;
  line-height: 25px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.djs .list a .text .more .iconfont {
  font-size: 25px;
  color: #9d9d9d;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.bg2 {
  background: #f5f5f5;
  background: url(../images/in-bg2.png);
  background-size: 100% auto;
  background-repeat: repeat;
}
/*平台建设*/
.pj {
  padding: 60px 0;
}
.pj a {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #fff;
}
.pj a:hover {
  -webkit-box-shadow: 0 0 8px rgba(3, 52, 64, 0.17);
  box-shadow: 0 0 8px rgba(3, 52, 64, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(3, 52, 64, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(3, 52, 64, 0.17);
  /*兼容firefox*/
}
.pj a:hover .text .iconfont {
  background: #00aadb;
  color: #ffffff;
  border: 1px solid #00aadb;
}
.pj a:nth-child(2n) .img {
  float: right;
}
.pj a:nth-child(2n) .text {
  float: left;
}
.pj a .img {
  width: 45%;
}
.pj a .text {
  width: 53%;
  padding: 35px;
}
.pj a .text .h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pj a .text .h2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url("../images/o-no3.png");
  margin-top: -6px;
}
.pj a .text .te {
  margin: 25px 0;
  color: #555555;
  width: 95%;
  font-size: 16px;
  line-height: 30px;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.pj a .text .iconfont {
  position: absolute;
  width: 56px;
  height: 56px;
  text-align: center;
  font-size: 25px;
  line-height: 56px;
  border-radius: 50%;
  color: #d1d1d1;
  border: 1px solid #d1d1d1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/**/
.cjy {
  padding: 60px 0 ;
}
.cjy .jy_list a {
  display: inline-block;
  width: 32%;
  float: left;
  margin-right: 2%;
  background: #fff;
  margin-bottom: 30px;
}
.cjy .jy_list a:nth-child(3n) {
  margin-right: 0;
}
.cjy .jy_list a:hover img {
  transform: scale(1.05);
}
.cjy .jy_list a:hover .text .more {
  color: #fff;
  background: #00aadb;
  border-top: 1px solid #00aadb;
}
.cjy .jy_list a:hover .text .more .iconfont {
  color: #fff;
}
.cjy .jy_list a .img {
  position: relative;
  overflow: hidden;
}
.cjy .jy_list a .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.cjy .jy_list a .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 50px;
}
/*平台建设*/
.pj2 {
  padding: 60px 0;
}
.pj2 a {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #fff;
}
.pj2 a:hover {
  -webkit-box-shadow: 0 0 8px rgba(3, 52, 64, 0.17);
  box-shadow: 0 0 8px rgba(3, 52, 64, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(3, 52, 64, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(3, 52, 64, 0.17);
  /*兼容firefox*/
}
.pj2 a:hover .text .iconfont {
  background: #00aadb;
  color: #ffffff;
  border: 1px solid #00aadb;
}
.pj2 a:nth-child(2n) .img {
  float: right;
}
.pj2 a:nth-child(2n) .text {
  float: left;
}
.pj2 a .img {
  width: 45%;
}
.pj2 a .text {
  width: 53%;
  padding: 35px;
}
.pj2 a .text .tImg {
  width: 100px;
  text-align: center;
}
.pj2 a .text .h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pj2 a .text .te {
  margin: 25px 0;
  color: #555555;
  width: 95%;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pj2 a .text .iconfont {
  position: absolute;
  width: 56px;
  height: 56px;
  text-align: center;
  font-size: 25px;
  line-height: 56px;
  border-radius: 50%;
  color: #d1d1d1;
  border: 1px solid #d1d1d1;
}
.yan .select {
  border: 1px solid #999999;
  display: inline-block;
}
.yan select {
  display: inline-block;
  background-color: #fff;
  background-image: url("../images/noin.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  height: 40px;
  padding-left: 15px;
  width: 330px;
}
.yan .h1 {
  font-size: 24px;
  color: #2465c6;
  padding: 30px 0;
}
.yan .te {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding-bottom: 30px;
}
.jy_list2 {
  background: #ffffff;
  padding: 30px 30px 0 30px;
}
.jy_list2 a {
  display: inline-block;
  width: 32%;
  float: left;
  margin-right: 2%;
  background: #fff;
  margin-bottom: 30px;
}
.jy_list2 a:nth-child(3n) {
  margin-right: 0;
}
.jy_list2 a:hover img {
  transform: scale(1.05);
}
.jy_list2 a:hover .text .more {
  color: #fff;
  background: #00aadb;
  border-top: 1px solid #00aadb;
}
.jy_list2 a:hover .text .more .iconfont {
  color: #fff;
}
.jy_list2 a .img {
  position: relative;
  overflow: hidden;
}
.jy_list2 a .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.jy_list2 a .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 50px;
  background: #f5f5f5;
}
.cnews {
  padding: 30px;
  background: #fff;
}
.cnews a {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  padding: 7px 0 ;
  padding-left: 12px;
  position: relative;
  border-bottom: 1px dashed #dcdcdc;
}
.cnews a:last-child {
  border-bottom: none;
}
.cnews a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c6c6c6;
  margin-top: -2.5px;
}
.cnews a:hover {
  color: #2565c7;
}
.cnews .te {
  font-size: 18px;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cnews .time {
  color: #888888;
  font-size: 14px;
}
.cnews_abt {
  padding: 50px 30px;
}
.cnews_abt .h3 {
  font-size: 36px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
  padding-bottom: 12px;
}
.cnews_abt .te{
  font-size: 17px;
}
.cnews_abt .tie {
  font-size: 14px ;
  font-weight: normal;
  color: #999999;
  text-align: center;
  padding: 20px 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: 17px;
  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: #dc0b10;
}
.con_about_next a:hover span {
  color: #dc0b10;
}
.con_about_next a .lna {
  width: 82px;
  color: #999999;
}
.al_text {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.53);
}
.al_text .returen {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  background: #00aadb;
  color: #fff;
  text-align: center;
  width: 80px;
  height: 80px;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
}
.al_text .r_text {
  width: calc(100% - 80px);
  background: #ffffff;
  height: 100%;
  overflow: auto;
}
.al_text .r_text .ton {
  padding: 70px 0 50px 0;
  width: 100%;
  background: #ededed;
}
.al_text .r_text .ton .h2 {
  color: #2465c6;
  font-size: 36px;
  line-height: 50px;
}
.al_text .r_text .ton .time {
  font-size: 14px;
  color: #999999;
  padding-top: 15px;
}
.al_text .r_text .pdl {
  padding-left: 20%;
}
.al_text .r_text .al_te {
  padding-top: 40px;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
