html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
.scrollbarActive::-webkit-scrollbar {
  width: 10px !important;
}
.scrollbarActive::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.scrollbarActive::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-corner {
  background-color: #ddd;
}
.scrollbarActive::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.scrollbarActive::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
.scrollbarActive::-webkit-scrollbar {
  width: 15px;
}
body,
html {
  min-width: 1200px;
}
.clear {
  clear: both;
}
.content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.index_banner {
  position: relative;
}
.index_banner .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1200px;
}
.index_banner .header .content .logo {
  float: left;
}
.index_banner .header .content .logo a {
  display: block;
  margin-top: 29px;
}
.index_banner .header .content .logo a .img_c{
  display: none;
}


.index_banner .header .content .nav {
  margin-left: 123px;
  float: left;
}
.index_banner .header .content .nav>ul>li {
  float: left;
  margin-right: 35px;
}
.index_banner .header .content .nav>ul>li:last-child {
  margin-right: 0;
}
.index_banner .header .content .nav>ul>li:hover>a,
.index_banner .header .content .nav>ul>li.active>a {
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
.index_banner .header .content .nav>ul>li>a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  height: 108px;
  line-height: 108px;
}
.index_banner .header .content .tel {
  float: right;
  margin-top: 44px;
}
.index_banner .header .content .tel img {
  position: relative;
  top: -3px;
}

.index_banner .header .content .tel .img_c {
  display: none;
}

.index_banner .header .content .tel span {
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
}

.index_banner  .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
}

.header.active {
  border-bottom: 0 solid #000;
  background: #fff;
}
.header.active  .content .logo a .img_c{
  display: inline-block;
}
.header.active  .content .logo a .img{
  display: none;
}

.header.active  .content .tel .img_c{
  display: inline-block;
}

.header.active  .content .tel .img{
  display: none;
}

.header.active .content .nav>ul>li>a{
  color: #333;
}

.header.active .content .nav>ul>li:hover>a, .header.active .content .nav>ul>li.active>a{
  border-bottom: 1px solid #008cd6;
}

.header.active .content .tel span{
  color: #333;
}

 .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header .content{
  /* overflow: hidden; */
}

 .header .content .logo {
  float: left;
}
 .header .content .logo a {
  display: block;
  margin-top: 29px;
}
 .header .content .nav {
  margin-left: 123px;
  float: left;
}
 .header .content .nav>ul>li {
  float: left;
  margin-right: 35px;
}
 .header .content .nav>ul>li:last-child {
  margin-right: 0;
}
 .header .content .nav>ul>li:hover>a,
 .header .content .nav>ul>li.active>a {
  border-bottom: 2px solid #fff;
}
 .header .content .nav>ul>li>a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  height: 108px;
  line-height: 108px;
}
.header .content .nav>ul>li{
  position: relative;
}
.header .content .nav>ul>li:hover .son_nav{
  display: block;
}

.header .content .nav>ul>li .son_nav{
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  background: #fff;
  z-index: 5;
  width: 135px;
  transform: translateX(-50%);
  display: none;
}
.header .content .nav>ul>li .son_nav ul li a{
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.header .content .nav>ul>li .son_nav ul li a:hover{

  background: #008cd6;
  color: #fff;
}

 .header .content .tel {
  float: right;
  margin-top: 44px;
}
 .header .content .tel img {
  position: relative;
  top: -3px;
}
.header .content .tel span {
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
}

.page .all{
  display: none;
}



.index_banner .banner img {
  width: 100%;
}
.index .item1 .content {
  padding: 60px 0;
}
.index .item1 .content .list ul {
  margin: 0 -20px;
}
.index .item1 .content .list ul li {
  padding: 0 20px;
}
.index .item1 .content .list ul li a {
  display: block;
  position: relative;
  transition: all 0.5s linear;
}
.index .item1 .content .list ul li a:hover {
  transform: translateY(-10px);
}
.index .item1 .content .list ul li a:hover .word span {
  background: #008cd6;
  color: #fff;
}
.index .item1 .content .list ul li a .word {
  position: absolute;
  top: 40px;
  left: 40px;
}
.index .item1 .content .list ul li a .word h5 {
  font-size: 36px;
  line-height: 36px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.index .item1 .content .list ul li a .word h6 {
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.index .item1 .content .list ul li a .word p {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  margin: 18px 0;
}
.index .item1 .content .list ul li a .word span {
  transition: all 0.5s linear;
  width: 114px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 3px;
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-top: 60px;
}
.index .item1 .content .list ul li a .pic img {
  width: 100%;
}
.index .item1 .content .list_two {
  margin-top: 40px;
}
.index .item1 .content .list_two ul {
  margin: 0 -15px;
}
.index .item1 .content .list_two ul li {
  padding: 0 15px;
}
.index .item1 .content .more a {
  display: block;
  width: 153px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #cccccc;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 50px;
  margin: 50px auto 0;
  transition: all 0.5s linear;
}
.index .item1 .content .more a:hover {
  background: #008cd6;
  color: #fff;
}
.index .item2 {
  background: url(../images/index_item2_bg.jpg) no-repeat center;
}
.index .item2 .content {
  height: 400px;
  overflow: hidden;
}
.index .item2 .content h5 {
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  margin-top: 82px;
}
.index .item2 .content h6 {
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  margin: 20px 0;
}
.index .item2 .content p {
  margin-bottom: 20px;
}
.index .item2 .content p span {
  margin-right: 20px;
  width: 230px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 21px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  font-size: 24px;
  color: #333333;
}
.index .item2 .content i {
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  display: inline-block;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.index .item3 .content {
  padding-bottom: 60px;
}
.index .item3 .content .title {
  text-align: center;
  padding: 60px 0 18px;
}
.index .item3 .content .title h5 {
  font-size: 70px;
  line-height: 1;
  color: #eeeeee;
  font-weight: bold;
}
.index .item3 .content .title h6 {
  font-size: 40px;
  color: #333333;
  position: relative;
  font-weight: bold;
  top: -40px;
}
.index .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.1);
}
.index .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  border-bottom: 1px solid #008cd6;
  color: #008cd6;
}
.index .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  overflow: hidden;
}
.index .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  transition: all 0.5s linear;
  width: 100%;
}
.index .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 58px;
  line-height: 58px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #ccc;
}
.index .item3 .content .arrow {
  text-align: center;
}
.index .item3 .content .arrow .swiper-button-prev,
.index .item3 .content .arrow .swiper-button-next {
  left: 0;
  right: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -1px;
  width: 50px;
  height: 50px;
  background: #008cd6;
  border-radius: 3px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 50px;
  margin: 0;
  outline: none;
}
.index .item3 .content .arrow .swiper-button-prev i,
.index .item3 .content .arrow .swiper-button-next i {
  font-size: 16px;
  color: #fff;
}
.index .item3 .content .arrow .swiper-button-next.swiper-button-disabled,
.index .item3 .content .arrow .swiper-button-prev.swiper-button-disabled {
  background: #ffffff;
}
.index .item3 .content .arrow .swiper-button-next.swiper-button-disabled i,
.index .item3 .content .arrow .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.index .item3 .content .arrow .more {
  display: inline-block;
}
.index .item3 .content .arrow .more a {
  display: block;
  width: 153px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #cccccc;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 50px;
  margin: 50px auto 0;
  transition: all 0.5s linear;
}
.index .item3 .content .arrow .more a:hover {
  background: #008cd6;
  color: #fff;
}
.index .item4 {
  background: url(../images/index_item4_bg.jpg) no-repeat center;
}
.index .item4 .content {
  height: 630px;
}
.index .item4 .content .title {
  text-align: center;
  padding: 60px 0 18px;
}
.index .item4 .content .title h5 {
  font-size: 70px;
  line-height: 1;
  color: #333;
  opacity: 0.6;
  font-weight: bold;
}
.index .item4 .content .title h6 {
  font-size: 40px;
  color: #fff;
  position: relative;
  font-weight: bold;
  top: -40px;
}
.index .item4 .content .list ul {
  margin: 0 -15px;
}
.index .item4 .content .list ul li {
  padding: 0 15px;
}
.index .item4 .content .list ul li a {
  transition: all 0.5s linear;
  height: 326px;
  background-color: #ffffff;
  border-radius: 3px;
  display: block;
  padding-top: 40px;
}
.index .item4 .content .list ul li a:hover {
  transform: translateY(-10px);
}
.index .item4 .content .list ul li a .pic {
  margin: 0 auto;
  width: 128px;
  height: 128px;
  background: url(../images/index_item4_small_bg.png) no-repeat center;
  text-align: center;
  line-height: 128px;
  margin-bottom: 40px;
}
.index .item4 .content .list ul li a .word {
  text-align: center;
}
.index .item4 .content .list ul li a .word h5 {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
}
.index .item4 .content .list ul li a .word h6 {
  font-size: 16px;
  color: #666666;
}
.index .item5 .content {
  padding-bottom: 60px;
}
.index .item5 .content .title {
  text-align: center;
  padding: 40px 0 0;
}
.index .item5 .content .title h5 {
  font-size: 70px;
  line-height: 1;
  color: #eeeeee;
  font-weight: bold;
}
.index .item5 .content .title h6 {
  font-size: 40px;
  color: #333333;
  position: relative;
  font-weight: bold;
  top: -40px;
}
.index .item5 .content .item_nav {
  margin-bottom: 30px;
}
.index .item5 .content .item_nav ul {
  text-align: center;
}
.index .item5 .content .item_nav ul li {
  display: inline-block;
  margin: 0 10px;
}
.index .item5 .content .item_nav ul li:hover a,
.index .item5 .content .item_nav ul li.active a {
  color: #ffffff;
  background-image: linear-gradient(90deg, #16b6d5 0%, #0483ed 100%);
}
.index .item5 .content .item_nav ul li a {
  display: block;
  width: 128px;
  height: 46px;
  border-radius: 3px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #333333;
}
.index .item5 .content .list .item_list {
  display: none;
}
.index .item5 .content .list .item_list:first-child {
  display: block;
}
.index .item5 .content .list .item_list .left {
  width: 48%;
  float: left;
}
.index .item5 .content .list .item_list .left a {
  display: block;
  transition: all 0.5s linear;
}
.index .item5 .content .list .item_list .left a:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.index .item5 .content .list .item_list .left a:hover .pic img {
  transform: scale(1.1);
}
.index .item5 .content .list .item_list .left a:hover .word h5 {
  color: #0483ed;
}
.index .item5 .content .list .item_list .left a .pic {
  height: 380px;
  overflow: hidden;
  transition: all 0.5s linear;
}
.index .item5 .content .list .item_list .left a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.index .item5 .content .list .item_list .left a .word {
  height: 143px;
  padding: 20px 20px 0 20px;
}
.index .item5 .content .list .item_list .left a .word span {
  font-size: 16px;
  line-height: 1;
  color: #666666;
}
.index .item5 .content .list .item_list .left a .word h5 {
  font-size: 20px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 24px;
  max-height: 24px;
  margin: 5px 0;
}
.index .item5 .content .list .item_list .left a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  max-height: 40px;
}
.index .item5 .content .list .item_list .right {
  width: 48%;
  float: right;
}
.index .item5 .content .list .item_list .right ul li a {
  display: block;
  height: 96px;
  background-color: #ffffff;
  transition: all 0.5s linear;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.index .item5 .content .list .item_list .right ul li a:hover {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
}
.index .item5 .content .list .item_list .right ul li a:hover .word h5 {
  color: #0483ed;
}
.index .item5 .content .list .item_list .right ul li a:hover .more {
  background-color: #0483ed;
  color: #fff;
}
.index .item5 .content .list .item_list .right ul li a .data {
  float: left;
  width: 76px;
  text-align: center;
  margin-top: 29px;
  border-right: 1px solid #ccc;
  margin-right: 20px;
}
.index .item5 .content .list .item_list .right ul li a .data span {
  font-size: 14px;
  color: #333333;
}
.index .item5 .content .list .item_list .right ul li a .data p {
  font-size: 24px;
  line-height: 1;
  color: #333333;
}
.index .item5 .content .list .item_list .right ul li a .word {
  float: left;
  padding-top: 20px;
  width: 75%;
}
.index .item5 .content .list .item_list .right ul li a .word h5 {
  font-size: 18px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 36px;
  max-height: 36px;
}
.index .item5 .content .list .item_list .right ul li a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 24px;
  max-height: 24px;
}
.index .item5 .content .list .item_list .right ul li a .more {
  float: right;
  width: 20px;
  height: 20px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 15px;
  margin-top: 38px;
  margin-right: 30px;
  color: #cccccc;
}
.footer {
  background: #333;
}
.footer .content .foot_top {
  padding: 30px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
}
.footer .content .foot_top .foot_nav {
  float: left;
}
.footer .content .foot_top .foot_nav ul li {
  float: left;
  margin-right: 60px;
}
.footer .content .foot_top .foot_nav ul li h5 {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer .content .foot_top .foot_nav ul li a {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  display: block;
}
.footer .content .foot_top .foot_nav ul li a:hover {
  color: #0483ed;
}
.footer .content .foot_top .qrcode {
  float: right;
  text-align: center;
  margin-left: 50px;
}
.footer .content .foot_top .qrcode p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 10px;
}
.footer .content .foot_top .address {
  width: 231px;
  float: right;
  /* margin-left: 190px; */
}
.footer .content .foot_top .address .logo a {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.footer .content .foot_top .address h5 {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}
.footer .content .foot_top .address p {
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
}
.footer .content .beian {
  height: 62px;
  line-height: 62px;
  text-align: center;
}
.footer .content .beian a {
  font-size: 14px;
  color: #999999;
}
.footer .content .beian a:hover {
  color: #0483ed;
}


@media screen and (max-width: 1400px){
    .content {
      max-width: 1200px;
    }
  .footer .content .foot_top .qrcode{
    margin-left: 100px;
  }
  .index_banner .header .content .nav{
    margin-left: 50px;
  }
  .index_banner .header .content .nav ul li{
    margin-right: 15px !important;
  }
}