
/* CSS Document */
body {
  font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  height: 100%;
  min-width: 1260px;
  background: #fff;
  max-width: 100%;
  overflow: auto;
  color: #666;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}
a {
  color: #666;
  text-decoration: none;
  outline: none;
}
img {
  border: 0px;
  vertical-align: middle;
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #333;
  outline: none;
}
ul, p, dl, dt, dd {
  padding: 0px;
  margin: 0px;
}
li {
  list-style-position: outside;
  list-style-type: none;
}
h1, h2, h3, h4, h5 {
  padding: 0px;
  margin: 0px;
}
input {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input[type=button], input[type=submit] {
  cursor: pointer;
}
button[disabled], input[disabled] {
  cursor: default;
}
input {
  background: transparent;
  padding: 0px;
  font-size: 14px;
  color: #888;
  border: 0px;
  outline: none;
}
em {
  font-style: normal;
}
i {
  font-style: normal;
}
/*清除??*/
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  /*兼?? IE*/
  zoom: 1;
}
/************全局样式************/
.fl {
  float: left;
}
.fr {
  float: right;
}
/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}
img {
  border: 0px;
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}
.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}
.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.avatar:hover img {
  transform: scale(1.3);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
}
/*文字超出隐藏*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dot2 {
  display: -webkit-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/**/
.wal {
  width: 1200px;
  margin: 0px auto;
}
.main-title {
  text-align: center;
}
.main-title b {
  font-size: 34px;
  color: #fff;
  line-height: 75px;
}
.main-title p {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  margin: 0px auto;
  padding-bottom: 14px;
}
.dflex {
  display: flex;
}
.dflex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dflex_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dflex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dflex_stretch {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.dflex_space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*顶部导航*/
.headDiv {
  width: 100%;
  z-index: 9999;
}
.header_top {
  width: 100%;
  background: #055FB2;
  height: 55px;
  line-height: 55px;
  color: #fff;
  overflow: hidden;
}
.top-content {
  display: flex;
  justify-content: space-between;
}
.fwrx{
  height: 55px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.fwrx:hover a{
  color: rgba(255, 255, 255, 1) !important;
}
.fwrx:hover i{
  color: rgba(255, 255, 255, 1) !important;
}
.iconfont_phone{
  margin-right: 5px;
}
.fwrx .iconfont_phone::before{
  content: '\260F';
}
.header_top .top_nav a {
  display: block;
  height: 55px;
  margin-right: 40px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.8);
  float: left;
}
.header_top .top_nav a:hover {
  color: rgba(255, 255, 255, 1);
}
.headDiv .navbar {
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headDiv .logo {
  height: 80px;
  display: flex;
  align-items: center;
}

.nav {
  height: 80px;
}
.nav ul li {
  float: left;
  position: relative;
}
.nav ul li a {
  display: block;
  float: left;
  height: 80px;
  line-height: 80px;
  padding: 0 28px;
  overflow: hidden;
  text-align: center;
  font-size: 17px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav a:hover, .nav li:hover > a {
  color: #93c41d;
}
/* 二级菜单 */
.ejxl {
  display: none;
  background-color: rgba(0, 0, 0, .6);
  transition: all 0s;
  z-index: 10;
  position: absolute;
  top: 100%;
  width: 125%;
  margin-top: -4px;
  border-top: 3px solid #93c41d;
  line-height: 30px;
}
.nav ul li .ejxl > li {
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
}
.nav ul li .ejxl > li a {
  display: block;
  color: #fff;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.nav ul li .ejxl a:hover {
  color: #93c41d;
}
/*顶部导航 end*/
/*首页banner?*/
/*首页banner?*/
#banner .swiper {
  width: 100%;
  height: 100%;
}
#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}
#banner .swiper-slide img {
  display: block;
  width: 100%;
}
#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}
#banner .swiper-button:hover {
  background: rgba(0, 98, 183, 1);
}
.btn-prev {
  left: 5%;
}
.btn-next {
  right: 5%;
}
#banner .swiper-slide .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#banner .scalePic {
  position: relative;
  left: auto;
  top: auto;
  transform: translate(0) scale(1.08);
  width: 100%;
  max-width: none;
  transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
#banner .swiper-slide.swiper-slide-active .scalePic {
  transform: translate(0) scale(1);
}
#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #fff;
  opacity: 1;
}
#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}
#banner .swiper-pagination-bullet-active {
  background-color: #005BAC;
  opacity: 1;
  filter: alpha(opacity=100);
}
#banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.banner_txt {
  position: absolute;
  right: 15%;
  top: 40%;
  left: 15%;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.banner_txt b {
  color: #fff;
  font-size: 56px;
  display: block;
  font-weight: 500;
  padding-bottom: 30px;
}
.banner_txt p {
  font-size: 24px;
}
/*首页banner? end*/
/**/
.content_four {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0;
}
.content_four li {
  position: relative;
  overflow: hidden;
  width: 48%;
  margin: 1%;
}
.content_four li a {
  display: block;
}
.content_four em {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-style: normal;
  display: block;
  text-align: center;
  color: #fff;
}
.content_four .cont_info p {
  margin-top: 15px;
}
.content_four .cont_info span {
  margin-top: 15px;
  display: block;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.content_four li .cont_box {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.content_four li .cont_tit {
  width: 50%;
  height: 60px;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  background-image: -webkit-linear-gradient(to right, #005BAC, #109B63);
  background-image: -o-linear-gradient(to right, #005BAC, #109B63);
  background-image: linear-gradient(to right, #005BAC, #109B63);
}
.content_four li .cont_tit b {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  display: block;
}
.content_four li .cont_info {
  line-height: 28px;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(0) scale(0);
  -webkit-transform: translateY(0) scale(0);
  padding: 40px;
  background: -webkit-linear-gradient(to right, rgba(0, 91, 172, .7), rgba(16, 155, 99, .7));
  background: linear-gradient(to right, rgba(0, 91, 172, .7), rgba(16, 155, 99, .7));
  color: #222;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.content_four li .cont_info em {
  font-size: 24px;
  margin-top: 25px;
  font-weight: bold;
}
.content_four li .cont_info p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.content_four li .more {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.content_four li:hover .cont_tit {
  opacity: 0;
  filter: alpha(opacity=0);
}
.content_four li:hover .cont_info {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.content_four li:hover .more {
  color: #93c41d;
}
/*技?平台*/
.jspt {
  padding: 50px 0 50px;
  background: url(../images/sw.jpg) no-repeat;
/*  background-size: 100%;*/
  margin-top: 60px;
  position: relative;
}
.jspt ul {
  padding: 0;
}
.jspt ul li {
  font-size: 16px;
  color: #fff;
  float: left;
  width: 14.6%;
  font-weight: bold;
  text-align: center;
  margin: 20px 1%;
  z-index: 999;
  position: relative;
}
.jspt ul li a {
  display: block;
  color: #fff;
}
.jspt ul li p {
  background: rgba(255, 255, 255, 0.6);
  height: 100px;
  padding: 30px 0;
  width: 160px;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  transition: all 0.6s;
}
.jspt ul li span {
  display: block;
  margin-top: 10px;
}
.jspt ul li p img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-repeat: no-repeat;
}
.jspt ul li:hover p img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.jspt ul li:hover p {
  background: -webkit-linear-gradient(to right, rgba(0, 91, 172, .7), rgba(16, 155, 99, .7));
}
.jspt ul li p:hover {
  transform: scale(1.15);
}
.jspt ul li a:hover {
  color: #93c41d;
}
/*新闻*/
.news {
  margin-top: 60px;
}
.news-box {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-content: stretch;
  margin-top: 20px;
}
.news-one {
  flex: 2;
  border: 1px solid #f1f1f1;
}
.news-one span {
  display: block;
  overflow: hidden;
}
.news-one b {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  color: #333;
}
.news-one em {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 8px;
  font-weight: normal;
  padding: 0 20px;
}
.news-one img {
  display: block;
  width: 100%;
  transition: .8s;
}
.news-one a:hover img {
  transform: scale(1.1);
}
.news-one:hover {
  box-shadow: 0 0 10px #dedede;
}
.news-one p {
  font-size: 14px;
  color: #606060;
  line-height: 25px;
  padding: 8px 20px;
}
.news-two {
  flex: 5;
}
.news-two ul {
  display: flex;
  flex-wrap: wrap;
}
.news-two ul li {
  width: 50%;
  margin-bottom: 20px;
}
.news-two a {
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.news-two ul li:nth-child(3), .news-two ul li:nth-child(4) {
  margin-bottom: 0;
}

.news-two .qjac:hover span {
  color: #fff;
}
.news-two .qjac:hover p {
  color: #fff;
}
.news-two .qjac:hover b {
  color: #fff;
}
.news-two a:hover .day, .news-two a:hover .newscon, .news-two a:hover .newscon b {
  color: #fff;
}
.day {
  color: #666;
  flex: 1;
  height: 80px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.day span {
  font-size: 36px;
  width: 100%;
  color: #666;
  text-align: center;
  font-weight: bold;
}
.day p {
  width: 100%;
  text-align: center;
}
.newscon {
  flex: 4;
  padding-left: 20px;
}
.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;
}
.newscon p {
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}
.newscon p a{
  display: none !important;
}
.newscon a {
    padding-bottom:unset;
    font-size: unset;  
    color: unset;
    display: unset;
    display: unset;
    align-items: unset;
    justify-content: unset;
    background: unset;
    padding: unset;
    transition: unset;
    border:unset;
    margin-left: unset;
}
.newscon a:hover{
  box-shadow: 0 0 10px #dedede  !important;
    background: url(../images/news1.jpg) no-repeat !important;
    background-size: 100%  !important;
  padding-bottom: unset;
  font-size: unset;  
  color: unset;
  display:unset;
  display: unset;
  align-items: unset;
  justify-content: unset;
  background: unset;
  padding: unset;
  transition: unset;
  border:unset;
  margin-left: unset;
}
.news-two .qjac{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 9px 20px;
  transition: .3s;
  border: 1px solid #f1f1f1;
  margin-left: 20px;
  height: 170px;
  overflow: hidden;
}
.news-two .qjac:hover{
  box-shadow: 0 0 10px #dedede;
  background: url(../images/news1.jpg) no-repeat;
  background-size: 100%;
}
/*合作、加?*/
.hzjr {
  margin-top: 60px;
}
.hzfz, .jrns {
  position: relative;
  text-align: center;
}
.hzfz b, .jrns b {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  display: block;
  font-size: 34px;
  transition: all .3s;
}
.hzjr a {
  color: #fff;
  display: block;
}
.hzjr a:hover b {
  top: 40%;
}
/*返回顶部*/
.scroll {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  right: 15px;
  bottom: 50px;
  color: #fff;
  cursor: pointer;
  background: -webkit-linear-gradient(to right, rgba(0, 91, 172, .7), rgba(16, 155, 99, .7));
  background: linear-gradient(to right, rgba(0, 91, 172, .7), rgba(16, 155, 99, .7));
  font-size: 30px;
  border-radius: 10px;
}
/*底部footer*/
.footer {
  background: -webkit-linear-gradient(to right, rgba(0, 91, 172, .7), rgba(16, 155, 99, .7));
  background: linear-gradient(to right, rgba(0, 91, 172, .7), rgba(16, 155, 99, .7));
  background-size: cover;
  padding: 60px 30px 0px;
}
.footer-nav {
  display: flex;
  display: -webkit- box;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.footer-nav li {
  position: relative;
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
}
.footer-nav a {
  display: block;
  color: #fff;
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  text-align: center;
  font-size: 16px;
}
.footer-nav li:after {
  content: " | ";
  position: absolute;
  top: 20px;
  font-size: 12px;
  height: 60px;
  line-height: 60px;
  color: #fff;
}
.footer-nav li:first-of-type:after {
  content: "";
}
.footer-nav a:hover {
  color: #93c41d;
}
.footer-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-txt p {
  line-height: 32px;
  color: #fff;
  width: 50%;
  float: left;
  font-size: 16px;
}
.ewm {
  margin-top: 30px;
}
.ewm p {
  line-height: 28px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.ewm img {
  width: 100px;
}
.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #93c41d;
}