/* CSS Document */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
.basecont {
  min-width: 88.5%;
}

@media (min-width: 1441px) {
  .container {
    width: 1560px;
    padding: 0;
    max-width: 88.5%;
  }
  .basecont {
    width: 1700px;
  }
}
@media (min-width: 2000px) {
  .container {
    width: 88.5%;
    padding: 0;
  }
}
@media (max-width: 1199px) {
	.container{
		min-width: 100%;
		width: 100%;
		padding: 0 15px;
	}
}
/* 顶部 */
.headbox {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  height: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.headboxhover{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
@media (max-width: 1199px) {
  .headbox {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .headbox {
    height: 70px;
  }
}
.headbox .container {
  height: 100%;
}
.headbox .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.headbox .cont .logo {
  display: flex;
  align-items: center;
}
.headbox .cont .logo h1 {
  margin: 0 26px 0 0;
  display: block;
  width: 280px;
  overflow: hidden;
}
@media (max-width: 1660px) {
  .headbox .cont .logo h1 {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1199px) {
  .headbox .cont .logo h1 {
    /*width: 160px;*/
    margin: 0;
  }
}
.headbox .cont .logo h1 a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.headbox .cont .logo h1 a img {
  width: 100%;
  float: left;
}
.headbox .cont .logo h1 a img:nth-child(2) {
  display: none;
}
.headbox .cont .logo p {
  margin: 0;
  color: #fff;
  font-size: 16px;
	letter-spacing: 1px;
	display: block;
}

@media (max-width: 1440px) {
  .headbox .cont .logo p {
    display: none;
  }
}
@media (min-width: 1200px) {
  .headbox .cont .nav {
    display: flex!important;
    justify-content: center;
    align-items: center;
  }
  .headbox .cont .nav .ul {
    height: 60px;
    margin-right: 58px;
  }
  .headbox .cont .nav .ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .headbox .cont .nav .ul li {
    float: left;
    line-height: 60px;
    display: block;
    margin-right: 28px;
    position: relative;
  }
/*  .headbox .cont .nav .ul li:last-child {
    margin-right: 0;
  } */
  .headbox .cont .nav .ul li .tit {
    font-size: 16px;
    color: #fff;
    display: block;
    height: 100%;
    border-bottom: 3px solid transparent;
    padding: 0 10px;
    position: relative;
    z-index: 2;
  }
  .headbox .cont .nav .ul li .tit::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    display: none;
    background-color: transparent;
    border-radius: 50%;
  }
  .headbox .cont .nav .ul li .tit:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid transparent ;
    width: 0;
    height: 0;
  }
  .headbox .cont .nav .ul li .tit i {
    display: none;
  }
  .headbox .cont .nav .ul li .tit:hover {
    color: #005ad2 !important;
  }
  .headbox .cont .nav .ul li .tit:hover::before {
    background-color: #005ad2;
  }
  .headbox .cont .nav .ul li .hover {
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    z-index: 1;
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
    background-color: #fff;
    width: 210px;
    box-shadow: 0 1px 20px rgba(1, 21, 39, 0.1);
  }
  .headbox .cont .nav .ul li .hover a {
    display: block;
    width: 100%;
    height: 55px;
    border-bottom: 2px solid #ddd;
    text-align: center;
    color: #666666;
    font-size: 16px;
  }
  .headbox .cont .nav .ul li .hover a:hover {
    color: #005ad2;
    border-bottom: 2px solid #005ad2;
  }
  .headbox .cont .nav .ul li .hover a:last-child {
    border-bottom: 2px solid #fff;
  }
  .headbox .cont .nav .ul .on .tit {
    color: #fff;
  }
  .headbox .cont .nav .ul .on .tit::before {
    background-color: #fff;
  }
  .headbox .cont .nav .ul .hv .tit:after {
    border-top: 5px solid #fff;
  }
  .headbox .cont .nav .ul .hv .tit:hover {
    border-bottom-color: #005ad2;
  }
  .headbox .cont .nav .ul .hv .tit:hover:after {
    border-top-color: #005ad2;
  }
  .headbox .cont .nav .ul .active .tit {
    border-bottom-color: #005ad2 !important;
    color: #005ad2 !important;
  }
  .headbox .cont .nav .ul .active .tit::before {
    background-color: #005ad2;
  }
  .headbox .cont .nav .ul .active .tit:after {
    border-top-color: #005ad2 !important;
  }
}

/* @media (min-width: 1200px) and (max-width: 1660px) {
  .headbox .cont .nav .ul {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1660px) {
  .headbox .cont .nav .ul {
    margin-right: 25px;
  }
} */
@media (min-width: 1200px) and (max-width: 1660px) {
  .headbox .cont .nav .ul li {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .headbox .cont .nav .ul li {
    margin-right: 20px;
  }
	.headbox .cont .nav .ul li .tit{
		padding: 0 14px;
	}
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.headbox .cont .nav .ul li .tit{
		padding: 0 10px;
	}
}
@media (max-width: 1199px) {
  .headbox .cont .nav {
    display: none;
    position: absolute;
    top: 100%;
    width: 100vw;
    height: 100vh;
    left: 0;
    background-color: #fff;
  }
  .headbox .cont .nav .ul {
    width: 100%;
		padding: 0 15px;
    margin: 0 auto;
  }
  .headbox .cont .nav .ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .headbox .cont .nav .ul li a {
    color: #262626;
  }
  .headbox .cont .nav .ul li .tit {
    font-size: 22px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headbox .cont .nav .ul li .tit i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .headbox .cont .nav .ul li .tit i img {
    width: 10px;
  }
  .headbox .cont .nav .ul li .hover {
    display: none;
  }
  .headbox .cont .nav .ul li .hover a {
    font-size: 16px;
    display: block;
    padding: 5px 15px;
  }
  .headbox .cont .nav .ul .active .tit i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .headbox .cont .nav .nu {
    /* margin-left: 3.5%; */
		padding: 0 15px;
  }
	
}
.headbox .cont .nav .nu span{
		font-size: 16px;
		display: block;
	}
	.headbox .cont .nav .nu strong{
		font-size: 18px;
	}
@media (max-width: 1199px) and (max-width: 767px) {
  .headbox .cont .nav .ul li .tit {
    font-size: 16px;
  }
}
@media  (max-width: 1750px) {
	.headbox .cont .nav .ul{
		margin-right: 8px;
	}
	.headbox .cont .nav .ul li{
		margin-right: 16px;
	}
	
}
@media  (max-width: 1600px){
	.headbox .cont .nav .ul li{
		margin-right: 14px;
	}
}
@media  (max-width: 1549px) {
/* 	.headbox .cont .nav .ul li .tit{
		font-size: 16px;
	} */
	.headbox .cont .nav .ul li{
		margin-right: 0px;
	}
}
.headbox .cont .nav .nu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
	/* flex-direction: column; */
  width: auto;
  /* height: 35px; */
  border-radius: 3px;
  color: #fff;
  background-color: transparent;
  font-size: 14px;
}
@media (max-width: 1680px) {
	.headbox .cont .nav .nu{
		width: auto;
	}
	.headbox .cont .nav .nu span{
		font-size: 18px;
		white-space: nowrap;
	}
	.headbox .cont .nav .nu strong{
		font-size: 16px;
		white-space: nowrap;
	}
}
@media (max-width: 1199px) {
  .headbox .cont .nav .nu {
    width: 100%;
  }
}
.headbox .cont .nav .nu i {
  display: block;
  width: 42px;
	flex-shrink: 0;
  margin-right: 8px;
}
/* @media (max-width: 991px) {
  .headbox .cont .nav .nu i {
    width: 14px;
  }
} */
.headbox .cont .nav .nu i img {
  width: 100%;
}
.headbox .cont .nav .nu i img:nth-child(2) {
  display: none;
}
.headbox .cont .but {
  width: 35px;
  height: 22px;
  position: relative;
}
@media (min-width: 1200px) {
  .headbox .cont .but {
    display: none;
  }
}

.headbox .cont .but span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 8px;
}
.headbox .cont .but span:last-child {
  margin-bottom: 0;
}
.headbox .cont .but:after,
.headbox .cont .but::before {
  content: "";
  display: none;
  width: 35px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 10px;
}
.headbox .cont .but:after {
  right: 0;
  transform: rotate(-140deg);
}
.headbox .cont .but::before {
  left: 0;
  transform: rotate(140deg);
}
.headbox .cont .but.xian:after,
.headbox .cont .but.xian::before {
  display: block;
}
.headbox .cont .but.xian span {
  display: none;
}
.headbox:hover {
  background-color: #fff;
}
.headbox:hover .cont .logo h1 a img:nth-child(1) {
  display: none;
}
.headbox:hover .cont .logo h1 a img:nth-child(2) {
  display: block;
}
.headbox:hover .cont .logo p {
  color: #001b3f;
}
.headbox:hover .cont .nav .ul li .tit {
  color: #001b3f;
}
.headbox:hover .cont .nav .ul .hv .tit:after {
  border-top-color: #001b3f;
}
.headbox:hover .cont .nav .ul .on .tit {
  color: #005ad2;
}
.headbox:hover .cont .nav .ul .on .tit:before {
  background-color: #005ad2;
}
.headbox:hover .cont .nav .nu {
  /* background-color: #005ad2; */
  color: #333;
	display: flex;
	/* align-items: center; */
}
.headbox:hover .cont .nav .nu i{
	display: block;
	/* width: 20px; */
}
.headbox:hover .cont .nav .nu i img:nth-child(1) {
  display: none;
}
.headbox:hover .cont .nav .nu i img{
	width: 100%;
}
.headbox:hover .cont .nav .nu i img:nth-child(2) {
  display: block;
}
.headbox:hover .cont .but span {
  background-color: #333;
}
.headbox1 {
  background-color: #fff;
}
.headbox1 .cont .logo h1 a img:nth-child(1) {
  display: none;
}
.headbox1 .cont .logo h1 a img:nth-child(2) {
  display: block;
}
.headbox1 .cont .logo p {
  color: #001b3f;
}
.headbox1 .cont .nav .ul li .tit {
  color: #001b3f;
}
.headbox1 .cont .nav .ul .hv .tit:after {
  border-top-color: #001b3f;
}
.headbox1 .cont .nav .ul .on .tit {
  color: #005ad2;
}
.headbox1 .cont .nav .ul .on .tit:before {
  background-color: #005ad2;
}
.headbox1 .cont .nav .nu {
  /* background-color: #005ad2; */
  color: #333;
}
.headbox1 .cont .nav .nu i img:nth-child(1) {
  display: none;
}
.headbox1 .cont .nav .nu i img:nth-child(2) {
  display: block;
}
.headbox1 .cont .but span {
  background-color: #333;
}
.headbox2 {
  background-color: #fff;
}
.headbox2 .cont .logo h1 a img:nth-child(1) {
  display: none;
}
.headbox2 .cont .logo h1 a img:nth-child(2) {
  display: block;
}
.headbox2 .cont .logo p {
  color: #001b3f;
}
.headbox2 .cont .nav .ul li .tit {
  color: #001b3f;
}
.headbox2 .cont .nav .ul .hv .tit:after {
  border-top-color: #001b3f;
}
.headbox2 .cont .nav .ul .on .tit {
  color: #005ad2;
}
.headbox2 .cont .nav .ul .on .tit:before {
  background-color: #005ad2;
}
.headbox2 .cont .nav .nu {
  /* background-color: #005ad2; */
  color: #333;
	cursor: auto;
}
.headbox2 .cont .nav .nu .font{
	display: block;
}
.headbox2 .cont .nav .nu i{
	overflow: hidden;
}
.headbox2 .cont .nav .nu i img{
	float: left;
}
.headbox2 .cont .nav .nu i img:nth-child(1) {
  display: none;
}
.headbox2 .cont .nav .nu i img:nth-child(2) {
  display: block;
}
.headbox2 .cont .but span {
  background-color: #333;
}
.breadbox {
  height: 80px;
  margin-bottom: 20px;
}
/* 新增修改 */
.headbox .cont .but::before {
  transform: rotate(45deg);
}
.headbox .cont .but::after {
  transform: rotate(-45deg);
}
.headbox .cont .but {
  width: 25px;
}
.headbox .cont .but:after,
.headbox .cont .but::before {
  width: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.headbox .cont .but span {
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .headbox .cont .nav .ul li .hover .list a {
    border-bottom: 2px solid #ddd;
  }
  .headbox .cont .nav .ul li .hover {
    border: 1px solid #ddd;
    border-top: none;
  }
  .headbox .cont .nav .ul li .hover .list {
    position: relative;
  }
  .headbox .cont .nav .ul li .hover .list .f_cont {
    position: absolute;
    top: 0;
    right: -120%;
    width: 120%;
    display: none;
  }
  .headbox .cont .nav .ul li .hover .list .f_cont a {
    text-align: center;
    background-color: #fff;
    border: none;
  }
  .headbox .cont .nav .ul li .hover .list > a i {
    display: none;
  }
  .headbox .cont .nav .ul li .hover .list:hover .f_cont {
    display: block;
  }
  .headbox .cont .nav .ul li .hover .list:last-child a {
    border-color: #fff;
  }
}
@media (max-width: 1199px) {
  .headbox .cont .nav .ul li .hover .list > a {
    padding: 5px 8px 5px 15px;
  }
  .headbox .cont .nav .ul .on .tit i {
    height: 18px;
  }
  .headbox .cont .nav .ul .on .tit i img {
    height: 100%;
  }
  .headbox .cont .nav .ul li .hover .list .f_cont {
    display: none;
  }
  .headbox .cont .nav .ul li .hover .list .f_cont a {
    padding-left: 30px;
  }
  .headbox .cont .nav .ul li .hover .list > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headbox .cont .nav .ul li .hover .list > a i {
    display: block;
    height: 18px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .headbox .cont .nav .ul li .hover .list > a i img {
    float: left;
    height: 100%;
  }
  .headbox .cont .nav .ul li .hover .list > a.on1 i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* banner */
.bannerbox {
  background-color: #005ad2;
  width: 100%;
  height: 780px;
}
@media (max-width: 1199px) {
  .bannerbox {
    height: 100vh!important;
  }
}
/* @media (max-width: 1199px) {
  .bannerbox {
    height: 580px;
  }
}
@media (max-width: 991px) {
  .bannerbox {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .bannerbox {
    height: auto;
  }
} */
.bannerbox .swiper-slide {
  overflow: hidden;
  padding: 80px 0 60px;
}
.bannerbox .container {
  display: flex;
  height: 100%;
  align-items: center;
}
.bannerbox .container .cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.bannerbox .container .cont .img {
  position: relative;
  z-index: 2;
  width: 500px;
  margin-right: 1%;/*修改的地方*/
}
@media (max-width: 1440px) {
  .bannerbox .container .cont .img {
    width: 500px;
  }
}
@media (max-width: 1366px) {
    .bannerbox .container .cont .img{
        width: 350px;
    }
}
@media (max-width: 991px) {
  .bannerbox .container .cont .img {
    width: 270px;
    margin-right: 12%;
  }
}
@media (max-width: 767px) {
  .bannerbox .container .cont .img {
    width: 220px;
    margin-right: 0;
  }
	.bannerbox .container .cont{
		align-content: center;
		justify-content: center;
	}
	.bannerbox .container .cont .font a{z-index:9;}
	.swiper-button-next.banner-next.swiper-button-white,.swiper-button-prev.banner-prev.swiper-button-white{display:none;}
}
@media (max-width: 575px) {
  .bannerbox .container .cont .img {
    /* width: 240px; */
    margin-right: 0;
  }
}
.bannerbox .container .cont .img img {
  width: 100%;
}
.bannerbox .container .cont .font {
  color: #fff;
}
@media (max-width: 767px) {
  .bannerbox .container .cont .font {
    margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
  }
}
.bannerbox .container .cont .font .text {
  font-size: 38px;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .bannerbox .container .cont .font .text {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .container .cont .font .text {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .bannerbox .container .cont .font .text {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 376px) {
  .bannerbox .container .cont .font .text {
    font-size: 20px;
  }
	.bannerbox .container .cont .img{
		width: 300px;/*修改的地方*/
	}
}
@media (max-width: 350px){
	.bannerbox .container .cont .img{
		width: 200px;
	}
}
.bannerbox .container .cont .font .text span {
  display: block;
  padding: 3px 14px;
  background-color: #fff;
  color: #005ad2;
  font-size: 28px;
  border-radius: 3px;
  line-height: 1;
  margin-left: 10px;
}
@media (max-width: 1440px) {
  .bannerbox .container .cont .font .text span {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .container .cont .font .text span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .bannerbox .container .cont .font .text span {
    font-size: 22px;
		border-radius: 6px;
  }
}
@media (max-width: 376px) {
  .bannerbox .container .cont .font .text span {
    font-size: 18px;
  }
}
.bannerbox .container .cont .font .tit {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 95px;
}
.bannerbox .container .cont .font .but{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	width: 140px;
	height: 40px;
	border-radius: 0;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
	border-radius: 3px;

}
.bannerbox .container .cont2 .font .but{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	width: 120px;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #fff;
	color: #fff;
	position: relative;

}

/* .bannerbox .container .cont2 .font .but:hover{
	background-color: #005ad2;
	color: #fff;
	border-color: #005ad2;
} */
@media (max-width: 1440px) {
  .bannerbox .container .cont .font .tit {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .container .cont .font .tit {
    font-size: 28px;
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .bannerbox .container .cont .font .tit {
    font-size: 28px;
    margin-bottom: 30px;
  }
	.bannerbox .container .cont2 .font .but{
		margin-top: 40px;
	}
}
@media (max-width: 376px) {
  .bannerbox .container .cont .font .tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.bannerbox .container .cont .yuan {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
  height: 100%;
  z-index: 1;
}
.bannerbox .container .cont .yuan span {
  content: "";
  display: block;
  width: 512px;
  height: 512px;
  border: 107px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .bannerbox .container .cont .yuan span {
    width: 412px;
    height: 412px;
    border: 80px solid #fff;
  }
}
@media (max-width: 991px) {
  .bannerbox .container .cont .yuan span {
    width: 280px;
    height: 280px;
    border: 60px solid #fff;
  }
}
@media (max-width: 767px) {
  .bannerbox .container .cont .yuan span {
    top: 68%;
    right: 14%;
    border: 40px solid #fff;
		display: none;
  }
}
@media (max-width: 376px) {
  .bannerbox .container .cont .yuan span {
    right: 0;
  }
	.bannerbox .container .cont .yuan{
		top: 45%;
	}
}
.bannerbox .container .cont .yuan strong {
  content: "";
  display: block;
  width: 1070px;
  height: 1070px;
  border: 120px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  right: 20%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(50%) translateY(-50%);
}
@media (max-width: 1440px) {
  .bannerbox .container .cont .yuan strong {
    right: 25%;
		width: 900px;
		height: 900px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .container .cont .yuan strong {
    width: 800px;
    height: 800px;
    border-width: 100px;
  }
}
@media (max-width: 991px) {
  .bannerbox .container .cont .yuan strong {
    width: 600px;
    height: 600px;
    border-width: 80px;
  }
}
@media (max-width: 767px) {
  .bannerbox .container .cont .yuan strong {
    right: 56%;
    top: 70%;
    width: 500px;
    height: 500px;
    border-width: 60px;
  }
}
.bannerbox .container .cont .basebut {
  border-color: #fff;
  color: #fff;
}
.bannerbox .container .cont .basebut i span {
  background-color: #fff;
}
.bannerbox .container .cont .basebut:hover {
  background-color: #fff;
}
.bannerbox .container .cont .basebut:hover > span {
  color: #005ad2;
}
.bannerbox .container .cont .basebut:hover i span {
  background-color: #005ad2;
}
.bannerbox .container .cont .basebut:hover i strong {
  color: #005ad2;
}
/* banner分页 */
.bannerbox-pagination {
  display: flex;
  bottom: 40px!important;
  justify-content: center;
  align-items: center;
}
.bannerbox-pagination span {
  background-color: transparent;
  display: block;
  margin: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  width: 44px;
  height: 44px;
  border: 3px solid transparent;
}
@media (max-width: 991px) {
  .bannerbox-pagination span {
    font-size: 14px;
    width: 32px;
    height: 32px;
    border-width: 2px;
  }
}
.bannerbox-pagination span i {
  font-style: normal;
  opacity: 0;
}
.bannerbox-pagination span:last-child {
  margin-right: 0;
}
.bannerbox-pagination span .left,
.bannerbox-pagination span .right {
  opacity: 0;
  width: 22px;
  height: 44px;
  position: absolute;
  left: -3px;
  top: -3px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bannerbox-pagination span .left,
  .bannerbox-pagination span .right {
    width: 16px;
    height: 32px;
    left: -2px;
    top: -2px;
  }
}
.bannerbox-pagination span .left:after,
.bannerbox-pagination span .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 22px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 22px 0 0 22px;
  border-right: 0;
  background-position: 0 0;
}
@media (max-width: 991px) {
  .bannerbox-pagination span .left:after,
  .bannerbox-pagination span .right:after {
    border-width: 1px;
    width: 16px;
    height: 32px;
    border-radius: 16px 0 0 16px;
  }
}
.bannerbox-pagination span .right {
  left: auto;
  right: -3px;
}
@media (max-width: 991px) {
  .bannerbox-pagination span .right {
    right: -2px;
  }
}
.bannerbox-pagination span .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 22px 22px 0;
  border: 1px solid #fff;
  border-left: 0;
}
@media (max-width: 991px) {
  .bannerbox-pagination span .right:after {
    border-width: 1px;
    border-radius: 0 16px 16px 0;
  }
}
.bannerbox-pagination span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 1;
}
.bannerbox-pagination .swiper-pagination-bullet-active {
  color: #fff;
}
.bannerbox-pagination .swiper-pagination-bullet-active i {
  opacity: 1;
}
.bannerbox-pagination .swiper-pagination-bullet-active:after {
  opacity: 0;
}
.bannerbox-pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}
.bannerbox-pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: spinleft;
}
.bannerbox-pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}
.bannerbox-pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: spinright;
}
@keyframes spinright {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinleft {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End */
/* banner轮播内容 */
.bannerbox .swiper-slide {
  padding: 0;
  height: auto;
}
.bannerbox .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #005ad2;
  opacity: 0.65;
}
.bannerbox .swiper-slide .f_img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bannerbox .swiper-slide .f_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
	visibility: visible!important;
}
.bannerbox .swiper-slide .banren {
  position: absolute;
  top: 0;
  right: 0;
  width: 78%;/*修改的地方*/
  height: 100%;
  z-index: 4;
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .banren {
    display: block;
		z-index: 1;
		width: 100%;
		
  }
	.bannerbox .swiper-slide .banren img{
		-webkit-transform: translateX(0)!important;
		transform: translateX(0)!important;
	}
}
.bannerbox .swiper-slide .banren img {
  height: 100%;
  width: 100%;
	visibility: visible!important;
  object-fit: cover;
}
.bannerbox .swiper-slide .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.bannerbox .swiper-slide .container .cont2 .font .tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
	.bannerbox .swiper-slide .container .cont2{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.bannerbox .swiper-slide .container .cont2 .font{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
  .bannerbox .swiper-slide .container .cont2 .font .tit {
    margin-bottom: 20px;
  }
	.bannerbox .swiper-slide .container .cont2{
		transform: translateY(-10%);
	}
}
.bannerbox .swiper-slide .container .cont2 .font .tit i {
  display: block;
  width: 90px;
}
@media (max-width: 1440px) {
    .bannerbox .swiper-slide .container .cont2 .font .tit i{
        width: 60px;
    }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .container .cont2 .font .tit i {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .container .cont2 .font .tit i {
    width: 55px;
  }
	.bannerbox .swiper-slide .container .cont2 .font .tit{
		justify-content: center;
	}
}
.bannerbox .swiper-slide .container .cont2 .font .tit i img {
  width: 100%;
}
.bannerbox .swiper-slide .container .cont2 .font .tit .wen {
  margin-left: 26px;
  padding-right: 35px;
  margin-right: 40px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .container .cont2 .font .tit .wen {
    margin-left: 20px;
    padding-right: 30px;
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .container .cont2 .font .tit .wen {
    margin-left: 15px;
    padding-right: 19px;
    margin-right: 0;
		border: none;
		margin-top: 5px;
  }
}
.bannerbox .swiper-slide .container .cont2 .font .tit .wen strong {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1440px) {
    .bannerbox .swiper-slide .container .cont2 .font .tit .wen strong{
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .container .cont2 .font .tit .wen strong {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .container .cont2 .font .tit .wen strong {
    font-size: 34px;
    margin-bottom: 4px;
		letter-spacing: 9px;
  }
}
.bannerbox .swiper-slide .container .cont2 .font .tit .wen span {
  color: #fff;
  font-size: 24px;
	line-height: 1;
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .container .cont2 .font .tit .wen span {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .container .cont2 .font .tit .wen span {
    font-size: 12px;
		letter-spacing: 4px;
  }
}
.bannerbox .swiper-slide .container .cont2 .font .tit .zhong {
  color: #fff;
  line-height: 1;
}
.bannerbox .swiper-slide .container .cont2 .font .tit .zhong span {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .container .cont2 .font .tit .zhong span {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .container .cont2 .font .tit .zhong span {
    font-size: 16px;
		display: none;
  }
	.bannerbox .swiper-slide .container .cont2 .font .tit .zhong{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}
.bannerbox .swiper-slide .container .cont2 .font .tit .zhong strong {
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 1440px) {
    .bannerbox .swiper-slide .container .cont2 .font .tit .zhong strong{
        font-size: 38px;
    }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .container .cont2 .font .tit .zhong strong {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .container .cont2 .font .tit .zhong strong {
		font-size: 30px;
		letter-spacing: 6px;
		font-weight: 500;
		margin-bottom: 0;
		display: block;
  }
}
.bannerbox .swiper-slide .container .cont2 .font .text {
  margin-bottom: 90px;
  color: #fff;
  display: flex;
  align-items: center;
}

@media (max-width: 1440px) {
  .bannerbox .swiper-slide .container .cont2 .font .text {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .container .cont2 .font .text {
    margin-bottom: 30px;
		display: none;
  }
}
.bannerbox .swiper-slide .container .cont2 .font .text strong,
.bannerbox .swiper-slide .container .cont2 .font .text span {
  display: inline-block;
  padding: 14px;
  font-size: 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 2px solid #fff;
  font-weight: 500;
}
@media (max-width: 1440px) {
    .bannerbox .swiper-slide .container .cont2 .font .text strong,
.bannerbox .swiper-slide .container .cont2 .font .text span {
    padding: 10px;
    font-size: 24px;
}
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .container .cont2 .font .text strong,
  .bannerbox .swiper-slide .container .cont2 .font .text span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .container .cont2 .font .text strong,
  .bannerbox .swiper-slide .container .cont2 .font .text span {
    font-size: 16px;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .bannerbox .swiper-slide .container .cont2 .font .text strong,
  .bannerbox .swiper-slide .container .cont2 .font .text span {
    font-size: 12px;
    padding: 5px;
  }
}
.bannerbox .swiper-slide .container .cont2 .font .text span {
  color: #005ad2;
  background-color: #fff;
}
.bannerbox .swiper-slide .container .cont2 .font .basebut {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .container .cont2 .font .basebut {
    width: 120px;
    font-size: 14px;
  }
}
.bannerbox .swiper-slide .container .cont2 .font .basebut span {
  margin-right: 0;
}
.bannerbox .swiper-slide .container .cont2 .font .basebut:hover {
  color: #fff;
  border-color: #005ad2;
}
.bannerbox .swiper-slide .container .cont3 {
  width: 100%;
  text-align: center;
}
.bannerbox .swiper-slide .container .cont3 .font {
  width: 100%;
}
.bannerbox .swiper-slide .container .cont3 .font .tit {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .container .cont3 .font .tit {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .container .cont3 .font .tit {
    font-size: 36px;
  }
}
/* @media (max-width: 767px) {
  .bannerbox .swiper-slide .container .cont3 .font .tit {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
@media (max-width: 376px) {
  .bannerbox .swiper-slide .container .cont3 .font .tit {
    font-size: 22px;
  }
} */
.bannerbox .swiper-slide .container .cont3 .font .text {
  font-size: 30px;
  color: #fff;
  margin-bottom: 86px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .container .cont3 .font .text {
    margin-bottom: 56px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .container .cont3 .font .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .container .cont3 .font .text {
    /* font-size: 18px; */
		margin-bottom: 60px;
  }
	.bannerbox .swiper-slide .container .cont3{
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}
}

@media (max-width: 1199px) {
  .bannerbox .swiper-slide .container .cont3 .font .basebut {
    width: 120px;
    font-size: 14px;
  }
}
.bannerbox .swiper-slide .container .cont3 .font .basebut {
  width: 155px;
  color: #fff;
  border:1px solid #fff;
  margin: 0 auto;
border-radius: 3px;
height:40px;
display: flex;
	justify-content: center;
	align-items: center;
}

/*
.bannerbox .container .cont3 .font .basebut{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	width: 120px;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #fff;
	color: #fff;
	position: relative;

}
*/
.bannerbox .swiper-slide .container .cont3 .font .basebut span {
  margin-right: 0;
}
.bannerbox .swiper-slide .container .cont3 .font .basebut:hover {
  color: #fff;
}
.bannerbox .swiper-slide .er1 {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
/* End */

@keyframes fade1 {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade1 {
  -webkit-animation-name: fade1;
  animation-name: fade1;
}
@keyframes da {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 1070px!important;
    height: 1070px!important;
    opacity: 1;
  }
  @media (max-width: 1199px) {
    to {
      width: 800px!important;
      height: 800px!important;
    }
  }
  @media (max-width: 991px) {
    to {
      width: 600px!important;
      height: 600px!important;
    }
  }
  @media (max-width: 767px) {
    to {
      width: 500px!important;
      height: 500px!important;
    }
  }
}
.da {
  -webkit-animation-name: da;
  animation-name: da;
}