html,
body {
  position: relative;
  height: 100%;
  font-family: 微软雅黑;

}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  /* border: 1px solid transparent; */
  /* box-sizing: border-box; */
}

body::-webkit-scrollbar {
  background-color: rgba(0, 140, 214, 0.4);
  width: 13px;
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(17, 161, 225, 1);

}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #11a1e1;
}

img {
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
  max-height: 100vh;
  position: relative;
  /* margin-top: 100px; */

}




.swiper-container .notice::after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #FFF;
  position: absolute;
  left: -10px;
  bottom: -20px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.swiper-slide {
  overflow: hidden;
}

.swiper-slide img {
  height: 100%;
  width: 100%;
}

.section {
  position: relative;
}

.nav {
  width: 100%;
  height: 1rem;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav .wrapper {
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0rem 0.4rem;
  margin: 0 !important;
}

.nav .wrapper .logo {
  display: flex;
  align-items: center;
  width: auto;
  height: 0.66rem;
  flex-shrink: 0;
  /* flex-shrink: 0; */
}

.nav .wrapper .logo a {
  display: block;
  width: 100%;
  height: 100%;

}

.login .wrapper .logo a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.login .nav .wrapper .logo a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.login .wrapper .logo a img {
  width: 1rem;
  height: 0.8rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}


.login .wrapper .logo a h2 {
  font-size: 0.32rem;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #222222;
}

.login .wrapper .logo a h4 {
  font-size: 0.16rem;
  letter-spacing: 0.06rem;
  color: #666666;
  text-align-last: justify;
  margin-top: 0.08rem;
}

.search {
  width: auto;
  font-size: 0.16rem;
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
}

.search img {
  width: 0.28rem;
  height: 0.24rem;
  /* margin-top: -2px; */
  margin-right: 0.1rem;
}

.search::after {
  height: 0.36rem;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  content: '';
  position: absolute;
  left: -0.2rem;
}

#nav1 .search span::after {
  content: "";
  position: absolute;
  background-color: #d2d2d2;
  height: 100%;
  width: 1px;
  top: 0rem;
  left: 0.5rem;
}

.search img:nth-child(3) {
  width: 0.1rem;
  height: 0.05rem;
  margin-right: 0.3rem;
}


.nav-list {
  /* width: 100%; */
  width: 12.5rem;
  height: 100%;
  box-sizing: border-box;
  /* padding:0 9%; */

}

.nav-list ul {

  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-list ul li {
  color: #FFF;
  width: 1.5rem;
  text-align: center;
  font-weight: 500;
  height: 100%;
  font-size: 0.18rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.nav-list ul li  a{
  display: block;
  height: 100%;
  text-align: center;
  width: auto;
  line-height: 1rem;
}


.nav-list ul .active {
  color: #1850a3;
  border-bottom: 0.04rem solid #1850a3;
}





/* drop-nav */
/* product.html */
.drop-nav {
 width: 100%;
 height: 0.6rem;
 background-color: #1850a3;
}
.drop-nav .wrapper{
  width: 14rem;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: flex;
  box-shadow: 1px 2px 10px 0px rgba(0, 21, 30, 0.08);
  justify-content: space-between;
  align-items: center;
}
.drop-nav .left {
  /* width: 50%; */
  width: 65%;
  display: flex;
  align-items: center;
  max-width: 65%;
}

.drop-nav ul {
  display: flex;
  padding: 0;
  margin: 0%;
  /* justify-content: space-between; */
  width: 100%;
  overflow: hidden;
}

.drop-nav .left ul li {
 
  flex-shrink: 0;
  height: 100%;
  /* flex-grow: 1; */
  line-height: 76px;
  box-sizing: border-box;
  padding: 0px 0.4rem;
  text-align: center;
  position: relative;
  color: white;

}

.drop-nav .left ul .active {
  font-weight: 500;
}





.drop-nav .left ul li a {
  font-family: 微软雅黑;
  line-height: 56px;
  color: #FFF;
  font-size: 18px;
}

.drop-nav ul li a {
  font-family: 微软雅黑;
  line-height: 36px;
  color: #333333;
  font-size: 18px;
}
.drop-nav .right img{
  width: 0.16rem;
  margin-right: 0.1rem;
  height: 0.16rem;
}
.drop-nav .right {
  display: flex;
  align-items: center;
  color: white;
}

.drop-nav .right  a{
  margin-right: 0.05rem;
}


/* drop-nav */

.banner {
  width: 100%;
  height: 4.5rem;
  margin-top: 1rem;
  position: relative;
}

.banner .title {
  position: absolute;
  color: white;
  text-align: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; 
  margin-top: 1.4rem;
}

.banner .title .en-title {
  font-size: 0.48rem;
}

.banner .title .cn-title {
  font-size: 0.3rem;
}

.banner img {
  width: 100%;
  height: 100%;
}



.fp-table {
  justify-content: unset;
}



.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.04rem;
  background-color: #FFF;
  border-radius: 0px;
}

.swiper-pagination {
  right: 10%;
  left: 40% !important;
}

.swiper-slide {
  position: relative;
}

.slogn {
  position: absolute;
  left:calc(50% - 4.15rem);
  color: white;
  top: 3.8rem;
  text-align: center;
  width: 9.3rem;
}

.slogn .header {
  font-size: 0.24rem;
  line-height: 0.56rem;

  letter-spacing: 0.05rem;
  color: #ffffff;
}

.slogn .content {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #ffffff;
}

.slogn .content p {
  margin: 0;
  width: 100%;
  display: block;
  
}

.slogn .more {
  width: 1.9rem;
  height: 0.58rem;
  border-radius: 0.29rem;
  text-align: center;
  display: block;
  border: 1px solid #FFF;
  line-height: 0.58rem;
  margin: 0.2rem auto;
  margin-top: 0.5rem;
  position: relative;
}

/* .slogn  .more::after{
  content: "+";
  position: absolute;
  right: 0.2rem;
  top: -0.28rem;
  font-size: 0.5rem;
} */


#nav1 .nav-list ul li {
  color: #000;
}

#nav1 .search {
  color: #000;
}

#nav1 {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}


.notice1 {
  position: absolute;
  left: 3%;
  bottom: 0.25rem;
  z-index: 999;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  writing-mode: vertical-lr;
  letter-spacing: 0.05rem;

}

.page2 {
  width: 100%;
  height: 100%;

  box-sizing: border-box;
  padding-top: 1rem;
}

.page2 .wrapper {
  width: 100%;
  height: 100%;

  display: flex;
}

.page2 .wrapper .left {
  width: 9.6rem;
  height: 100%;
  overflow: hidden;

}

.page2 .wrapper .left video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.page2 .wrapper .right {
  width: 50%;
  height: 100%;
  background-image: url(../images/indexbg1.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 1rem;
}

.page2 .wrapper .right .title {
  font-size: 0.48rem;
  line-height: 36px;
  color: #1850a3;

}

.page2 .wrapper .right h1 {
  font-size: 0.3rem;
  /* margin: 0; */
  line-height: 0.3rem;
  margin-bottom: 0.4rem;
}

.page2 .wrapper .right p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-indent: 0.32rem;
  color: #555555;
}

.page2 .wrapper .right ul {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 0.6rem;
  justify-content: space-between;
}

.page2 .wrapper .right ul li {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page2 .wrapper .right ul li span {
  position: absolute;
  width: 0.4rem;
  height: 0.22rem;
  background-color: #1850a3;
  border-radius: 0.11rem;
  text-align: center;
  color: #FFF;
  right: -0.4rem;
  top: 0;
}

.page2 .wrapper .right ul li:nth-child(4) span {
  right: -0.1rem;
}

.page2 .wrapper .right ul li h4 {
  font-size: 0.32rem;
  line-height: 32px;
  margin: 0;
  letter-spacing: 0px;
  color: #000000;
}

.page2 .wrapper .right ul li h4 a {
  font-size: 0.18rem;
  color: #000000;
}

.page2 .wrapper .right ul li p {
  text-indent: 0;
  margin: 0;
}

.page2 .list {
  display: flex;
  width: 9.1rem;
  margin-top: 0.6rem;
  height: 1.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: -1.54rem;
  box-sizing: border-box;
  padding-left: 1.7rem;
  justify-content: space-between;
  padding-right: 0.35rem;
}

.page2 .list .item a {
  padding-top: 0.15rem;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page2 .list .item   img{
  transition: 0.7s;
}
.page2 .list .item   img:nth-child(2){
  display: none;
}
.page2 .list .active img:nth-child(2){
  display: block;
}
.page2 .list .active img:nth-child(1){
  display: none;
}
.page2 .list .item img {
  width: 0.62rem;
  height: 0.72rem;

}
.page2 .list .active p{
color: rgb(238, 123, 29);
}

.page2 .list .item p {
  text-indent: 0;
}

.page2 .more {
  float: right;
  width: 2rem;
  height: 0.5rem;
  background-color: #1850a3;
  color: white;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  align-items: center;
  box-sizing: border-box;
  padding: 0rem 0.2rem;
}


.page3 {
  width: 100%;
  height: 100%;

  box-sizing: border-box;
  padding-top: 1rem;
}

.page3 .wrapper {
  width: 100%;
  height: 7rem;
  display: flex;
}

.page3 .tabs {
  width: 16.8rem;
  height: 1.8rem;
  margin: 0 auto;
  background-image: linear-gradient(#ffffff,
      #ffffff),
    linear-gradient(#f4f4f4,
      #f4f4f4);
  background-blend-mode: normal,
    normal;
  box-shadow: 0px 6px 28px 0px rgba(0, 46, 87, 0.08);
  border-radius: 30px 0px 30px 0px;
  display: flex;
  justify-content: space-between;
  margin-top: -0.8rem;
  position: relative;
  z-index: 9;
}

.page3 .tabs .tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.3rem;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  border-bottom: 0.04rem solid transparent;
}

.page3 .tabs .tab::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.4rem;
  background-color: #333333;
  opacity: 0.3;
  right: 0;
}

.page3 .tabs .tab:nth-last-child(1)::after {
  display: none;
}

.page3 .tabs .tab img {
  width: 0.7rem;
  height: 0.7rem;
}

.page3 .tabs .tab:hover {
  border-bottom: 0.04rem solid #0061a8;

}

.page3 .right {
  width: 50%;
  height: 100%;
  background-image: url(../images/indexbg2.jpg);
  box-sizing: border-box;
  padding: 1rem;
  background-repeat: no-repeat;
}


.page3 .right .title {
  font-size: 0.4rem;

  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #ffffff;
}

.page3 .right h1 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #ffffff;
}

.page3 .right .content h1 {
  font-size: 0.24rem;
  font-weight: 500;
  margin: 0;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #ffffff;
}

.page3 .right .content p {
  font-size: 0.16rem;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}

.page3 .right .more {
  width: 1.8rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: solid 1px #ffffff;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
}

.page3 .right .more img {
  width: 0.17rem;
  height: 0.1rem;
  margin-right: 0.1rem;
}


.page4 {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding-top: 1rem;
}

.page4 .wrapper {
  width: 100%;
  height: 7rem;
  display: flex;
  flex-direction: column;
}

.page4 .wrapper .title {
  margin: 0 auto;
  text-align: center;
  margin-top: 0.7rem;
}

.page4 .wrapper .title .en-title {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #1850a3;
}

.page4 .wrapper .title .cn-title {
  font-weight: 600;
  margin: 0.2rem 0rem;
  font-size: 0.3rem;
}

.page4 .wrapper .title .desc {
  font-size: 0.16rem;
  color: #666666;
}

.page4 .wrapper .swiper-container {

  width: 13rem;
  margin: 0 auto;
  margin-top: 0.55rem;
  overflow: unset;
  height: 4.4rem;
}

.page4 .fp-overflow::-webkit-scrollbar {
  display: none;
}

.page4 .swiper-button-next {
  width: 32px;
  height: 52px;
  background-color: #1850a3;
  right: 0 !important;
  opacity: 0.8;
  color: white;
}

.page4 .swiper-button-prev {
  width: 32px;
  height: 52px;
  background-color: #1850a3;
  opacity: 0.8;
  left: 0 !important;
  color: white;
}

.page4 .swiper-container .swiper-slide {
  position: relative;
}

.page4 .swiper-container .swiper-slide .case-title {
  width: 5.8rem;
  height: 0.6rem;
  background-color: #ffffff;
  opacity: 0.85;
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0rem 0.4rem;
}

.page5 .list {
  width: 16.8rem;
  margin: 0 auto;
  margin-top: 0.4rem;
}

.page5 {
  background-color: #FFF;
}

.page5 .wrapper {
  height: auto;
}

.page5 .list {
  display: flex;

}

.page5 .list .item {
  width: 5.25rem;
  height: 5.6rem;
  margin-right: 0.54rem;
  background-color: #f8f8f8;
}

.page5 .list .item:nth-child(3n) {
  margin-right: 0px;
}

.page5 .list .item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  height: 100%;
  background-color: #f8f8f8;
}

.page5 .list .item a .content {
  box-sizing: border-box;
  padding: 0.2rem 0.3rem;
  padding-right: 0.4rem;
}

.page5 .list .item a .add {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #1753a6;
  text-align: center;


}

.page5 .list .item a .add img {
  width: 0.26rem;
  height: 0.26rem;
  margin-top: 0.1rem;
}

.page5 .list .item a .content .title {
  font-size: 0.2rem;
  font-weight: 600;
  margin: 0;
  text-align: left;
  color: #333333;
}

.page5 .list .item a .content .time {
  font-size: 0.16rem;
  line-height: 0.36rem;
  letter-spacing: 0px;
  color: #999999;
}
.page5 .list .item a .img{
  height: 3.3rem;
}
#section6 {
  width: 100%;
  background-image: url(../images/footerbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.fp-warning,
.fp-watermark a {
  display: none !important;
}

#section6 .bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0rem 1.2rem;
  align-items: center;
}



.footer .top {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.6rem 1.2rem;
  padding-bottom: 0px;
}

.footer .top .left {
  width: 14%;

  max-width: 20%;
  text-align: center;

}

.footer .top .left .logo {
  width: 2.64rem;
  height: 0.57rem;
}

.footer .top .left .logo img {
  width: 100%;
  height: 100%;
}

.top .left p {
  margin: 0px;
  line-height: 30px;
  text-align-last: justify;
  color: #d4be88;
  white-space: nowrap;
}



.footer .top .code {
  width: 20%;
  box-sizing: border-box;
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer .top .code a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.footer .top .code a p {
  margin: 0.1rem 0rem;
  margin-bottom: 0.2rem;
}

.footer .top .code a:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .top .code a img {
  width: 2.28rem;
}

.footer .top .code ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer .top .code ul li {
  text-align: center;
  color: white;
  font-size: 14px;

}

.footer .top .code ul li img {
  width: 1.2rem;
  height: 1.2rem;
}

.footer .top .right {
  display: flex;
  width: 55%;
  justify-content: space-between;
  height: 350px;
}

.footer .top .right ul {
  padding: 0;
  margin: 0;
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;

}

.footer .top .right ul li {
  margin-bottom: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.footer .top .right ul li:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: SourceHanSerifCN-Bold;
  color: #ffffff;
}

.footer .top .right ul li:hover a {
  color: #c9a74d;
}
.footer .top .right ul li:nth-child(10){
margin-top: 0.58rem;
}
.footer .select {
  width: 2.6rem;
  height: 0.36rem;
  margin-top: 0.4rem;
}

.footer .select select {
  width: 100%;
  height: 0.36rem;
}

.footer .top .code {
  display: flex;
  justify-content: flex-start;
}

.footer .code h4 {
  font-weight: 600;
  font-size: 0.18rem;
  margin: 0;
  color: white;
}

.footer .code h3 {
  margin: 0;
  font-size: 0.36rem;
  /* margin-top: -0.5rem; */
  margin: 0.2rem 0rem;
  color: white;
}

.footer .code .code {
  display: flex;
  width: 100%;
  flex-direction: row;

}

.footer .code img {
  width: 1.36rem;
  height: 1.36rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
}

.footer .code .info p {
  font-size: 0.16rem;
  color: white;
}




.about-container{
  width: 100%;
}
.about-container .layer1 {
  width: 100%;
  background-image: url(../images/about-bg1.png);
  background-repeat: no-repeat;
  min-height:7.2rem ;
  box-sizing: border-box;
  padding-top: 0.9rem;
  background-size: 100% 100%  ;
}

.about-container .layer1  .wrapper{
  width: 14rem;
  display: flex;
  margin: 0 auto;

}

.about-container .layer1  .wrapper .right{
 width: 6.8rem; 
 height: 5rem;
 flex-shrink: 0;
 margin-left: 0.6rem;
}
.about-container .layer1  .wrapper .cul-right{
 width: 9.8rem; 
}
.about-container .layer1  .wrapper  .left{
  flex-grow: 1;
}


.about-container .layer1  .wrapper  .left .title .en-title{
  font-size: 0.48rem;
	color: #1850a3;
}

.about-container .layer1  .wrapper  .left .title .cn-title{
  font-size: 0.3rem;
	color: #333;
  font-weight: 600;
}

.about-container .layer1  .wrapper  .left  .content p{
  font-size: 0.16rem;
  color: #666666;
  text-indent: 0.32rem;
  line-height: 0.3rem;
}

.about-container .layer1  .wrapper  .left  .more{
  width: 1.8rem;
	height: 0.6rem;
	border-radius: 0.3rem;
	border: solid 1px #c6c7c8;
  display: flex;
  align-items: center;
  justify-content: center;

}
.about-container .layer1  .wrapper  .left  .more img{
  width: 0.17rem;
  margin-right: 0.1rem;
  height: 0.1rem;
}
.about-container .layer2{
  background-image: url(../images/about-bg2.png);
}



.about-container .layer2  .wrapper   .title .en-title{
  font-size: 0.48rem;
	color: #FFF;
}

.about-container .layer2  .wrapper   .title .cn-title{
  font-size: 0.3rem;
	color: #FFF;
  font-weight: 600;
}

.about-container .layer2  .wrapper    .content p{
  font-size: 0.16rem;
  color: #FFF;
  margin: 0.3rem 0rem;
  /* text-indent: 0.32rem; */
  line-height: 0.3rem;
}
.general-slogn{
	font-size: 0.22rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.3rem;
  margin-top: 0.4rem;
	letter-spacing: 0px;
	color: #1850a3;
}

.zzjg{
  width: 11.1rem;
  margin: 0.3rem auto;
}

.area-container{
  width: 100%;
}
.area-container .layer{
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.8rem;
  background-color: white;
  padding-bottom: 0.8rem;
  position: relative;
}
.area-container .wrapper{
  width: 14rem;
  margin:  0 auto;
  display: flex;
}
.area-container .wrapper .left {
  width: 2rem;
  flex-shrink: 0;
  border-right: 1px solid #cccdce;
}
.area-container .wrapper .left img{
  width: 0.7rem;
  height: 0.7rem;
}

.area-container .wrapper .left h4{
  font-size: 0.24rem;
	font-weight:600;
	line-height: 0.36rem;
	letter-spacing: 0px;
	color: #333333;
}

.area-container .wrapper  .right{
  margin-left:0.5rem ;
}

.area-container .wrapper  .right p{
  font-size: 0.16rem;
  color: #333;
}
.area-container .layer2{
    background-color: #f0f4f7;
    box-sizing: border-box;
    padding: 0.9rem 0rem;
}

.area-container .layer2 .wrapper ul{
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.area-container .layer2 .wrapper ul li{
  width: 4.4rem;
  height: 3.8rem;
  background-color: #FFF;
  margin-bottom: 0.3rem;
  margin-right: 0.4rem;
}
.area-container .layer2 .wrapper ul li:nth-child(3n){
  margin-right: 0px;
}

.area-container .layer2 .wrapper ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.area-container .layer2 .wrapper ul li a img{
  width: 100%;
  height: 3.08rem;
}

.area-container .layer2 .wrapper ul li a .content{
  font-size: 0.18rem;
	font-weight: 600;
	color: #333333;
  padding-left: 0.2rem;
  line-height:0.72rem ;
}
.area-container .layer .more{
  position: absolute;
  width:0.72rem ;
  height: 0.72rem;
  left: 50%;
  z-index: 9;
  bottom: -0.351rem;

}
.area-container .tabs{
  display: flex;
  width: 14rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.area-container .tabs .tab{
  width: 2.4rem;
	height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  color: #333333;
  	font-size: 16px;
	background-color: #f0f4f7;
  margin-right: 0.12rem;
  cursor: pointer;

}
.area-container .tabs .active{
  background-color: #1850a3;
  color: #FFF;
}
.case-container{
  width: 100%;
  background-color: #f0f4f7;
  box-sizing: border-box;
  padding-bottom: 0.5rem;
  padding-top: 0.45rem;
}
.case-container .wrapper{
  width: 14rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.case-container .wrapper .left{
  width: 9.2rem;
  background-color: #FFF;
box-sizing: border-box;
padding: 0.45rem;


}


.case-container .wrapper .left .title{
  font-weight: 600;
  font-size: 0.3rem;
  color: #000;
  margin-bottom: 0.2rem;
}

.case-container .wrapper .left .time{
	font-size: 0.14rem;
	line-height: 0.3rem;
	letter-spacing: 0px;
	color: #999999;
}

.case-container .wrapper .left .line{
  width: 100%;
  height: 1px;
  margin: 0.2rem 0rem;
  background-color: #c6c6c6;
}
.case-container .prev,.case-container .next{
  display: block;
  width: 100%;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #999999;
}
.case-container .right{
  width: 4.45rem;
	background-color: #ffffff;
  box-sizing: border-box;
  padding: 0.15rem;
  display: flex;
  height: fit-content;
  flex-direction: column;
}
.case-container .right ul{
  padding: 0;
  margin: 0;
}
.case-container .right .title{
  font-size: 0.18rem;
	line-height: 0.48rem;
	letter-spacing: 0px;
  padding-left: 0.15rem;
	color: #333333;
  position: relative;
  margin-bottom: 0.2rem;
}
.case-container .right .title::after{
  content: "";
  width: 1px ;
  height: 0.18rem;
  position: absolute;
  left: 0rem;
  top: 0.14rem;

  background-color: #1850a3;
}
.case-container .right li{
  box-sizing: border-box;
  padding: 0.15rem;
}
.case-container .right li a{
  display: block;
  width: 100%;
  border-bottom: 1px solid #c6c6c6;

}
.case-container .right li a img{
  height: 2.65rem;
  width: 100%;
}
.case-container .right li a p{
  font-size: 0.16rem;
}
.honor-container {
  width: 100%;
  background-color: #f0f4f7;
  box-sizing: border-box;
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}

.honor-container  .wrapper{
  width: 14rem;
  margin: 0 auto;
}

.honor-container  .wrapper ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.honor-container  .wrapper ul li {
  width: 3.3rem;
	height: 3.26rem;
	background-color: #ffffff;
  margin-right: 0.26rem;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
  padding: 0.1rem;
}
.honor-container  .wrapper ul li:nth-child(4n){
  margin-right: 0px;
}
.honor-container  .wrapper ul li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.honor-container  .wrapper ul li .img{
  width: 100%;
  height: 2.58rem;
  background-color: #f6f6f6;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.1rem;
}

.honor-container  .wrapper ul li .img img{
  height:100%;
  width: 100%;
  object-fit: contain;
}

.honor-container  .wrapper ul li a .content{
  line-height: 0.57rem;
  font-size: 0.16rem;
}
.news {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 0rem;
}

.news .wrapper{
  width: 14rem;
  margin: 0 auto;
}
.news .wrapper ul{
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0 ;
  padding: 0;
  flex-direction: column;
}
.news .wrapper ul li{
  width: 100%;
  height: 2.2rem;
  background-color: white;
  padding: 0.25rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.28rem;
}
.news .wrapper ul li a{
  display: flex;
  width: 100%;
  height: 100%;

}
.news .wrapper ul li a .left{
  width: 2.74rem; 
  height: 100%;
  flex-shrink: 0;
  margin-right: 0.4rem;
}

.news .wrapper ul li a .right .title{
	font-size: 0.22rem;
	font-weight: 600;
	color: #333333;
  display: flex;
  align-items: center;
}
.news .wrapper ul li a .right .title .views{
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #e30c0c;
  margin-left: 0.2rem;
}
.news .wrapper ul li a .right .title .views span{
  color:#000;
}
.news .wrapper ul li a .right .title .views img{
  width: 0.24rem;
  height: 0.15rem;
  font-size: 0.18rem;
  color: #333;
}
.news .wrapper ul li  .time{
  position: absolute;
  right: 0 ;
  top: 0;
  width:0.74rem ;
  height: 0.74rem;
  background-color: #1850a3;
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.news .wrapper ul li  .time h5{
  font-size: 0.24rem;
  margin: 0;
}
.news .wrapper .right p{
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
	color: #888888;
    overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  /* text-align: center; */
  -webkit-box-orient: vertical;
}

.news .wrapper ul li  .time p{
  font-size: 0.14rem;
  margin: 0;  

}
.news .wrapper ul li  .more{
  display: flex;
  margin-top: 0.3rem;
  align-items: center;
}
.news .wrapper ul li  .more img{
  width: 0.14rem;
  height: 0.1rem;
  margin-left: 0.05rem;  

}
.news .main{
  width: 100%;
  height: 5rem;
  background-color: white;
  box-sizing: border-box;
  padding: 0.25rem;
  margin-bottom: 0.3rem;
}
.news .main a{
  display: flex;
  width: 100%;
  height: 100%;

}
.news .main a .left{
  width: 6.76rem;
  height: 100%;
  margin-right: 0.6rem;
  flex-shrink: 0;
}

.news .main a  .right{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news .main a  .right .title{
 font-size: 0.22rem; 
 font-weight: 600;

}

.news .main a  .right p{
	font-size: 0.16rem;
	
	color: #666666;
 }

 .news .main a  .right  .time{
  font-size: 0.16rem;
	
	color: #666666;
 }
 .news .main a  .right  button{
  width: 1.32rem;
	height: 0.4rem;
  margin-top: 0.3rem;
  border: none;
  outline: none;
  color: white;
	background-color: #1850a3;
 }
 .news-container{
  width: 100%;
  box-sizing: border-box;
  padding: 0.4rem 0rem;
 }

 .news-container .wrapper{
  width: 14rem;
  min-height: 6rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0.3rem 0.5rem ;
  background-color: white;
 }




 .news-container .wrapper  .title{
  font-weight: 600;
  font-size: 0.3rem;
  color: #000;
  margin-bottom: 0.2rem;
  text-align: center;
}

.news-container .wrapper  .time{
	font-size: 0.14rem;
	line-height: 0.3rem;
	letter-spacing: 0px;
	color: #999999;
  text-align: center;
}

.news-container .wrapper  .line{
  width: 100%;
  height: 1px;
  margin: 0.35rem 0rem;
  background-color: #c6c6c6;
}
.news-container .prev,.news-container .next{
  display: block;
  width: 100%;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #999999;
}

.contact {
  width: 100%;
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.6rem 0rem;
}
.contact  .wrapper{
  width: 14rem;
  margin: 0 auto;
}
.contact  .wrapper .map{
 width: 14rem; 
 height: 5.2rem;

}
.contact  .wrapper ul{
display: flex;

margin: 0;
margin: 0 auto;
padding: 0;
width: 12rem;
margin-top: -0.5rem;
position: relative;
z-index: 99;
	height: 1.2rem;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px 
		rgba(106, 107, 136, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 0.6rem;
}
.contact  .wrapper ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.contact  .wrapper ul li a img{
  width:  0.44rem;
  height: auto;
  margin-right: 0.1rem;
  
}

.contact  .wrapper ul li a  p{
  margin: 0;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}

/*  移动端*/
.mobileNav {
  position: fixed;
  top: 70px;
  left: 0px;
  height: 100%;
  background-color: rgba(24,80,163,0.9);
  z-index: 999;
  width: 100%;
  transition: 0.3s linear;
  overflow: hidden;
}
.navBtn {
  width: 62px;
  height: 62px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 999999999999999;

  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobileNav ul {
  width: 100%;
  margin-top: 10vw;
  padding: 0;
}

.mobileNav ul li {
  width: 100%;
  line-height: 10vw;
  text-align: center;

}

.mobileNav ul li a {
  font-size: 4vw;
  color: white;
}

.hideNav {
  height: 0;
}

.gxHead {
  display: none;
  width: 100%;
  background-color:#1850a3;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 999;
}

.gxHead .logo {
  margin: 15px;
  width: 160px;
}

.navBtn span {
  position: absolute;
  top: 20px;
  display: block;
  width: 38px;
  height: 4px;
  left: 10px;
  border: 0px solid #FFF;
  background-color: #FFF;
  -webkit-transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s;
  transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
}

.navBtn span:nth-of-type(2) {
  top: 30px;
  width: 28px;
}

.navBtn span:nth-of-type(3) {
  top: 40px;
  bottom: 0;
  width: 18px;
  -webkit-transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
  transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
  transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s;
  transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s, -webkit-transform 0.2s;
}

.navBtn span:nth-of-type(4) {
  color: #FFF;
  margin-top: 5px;
  border: none;
  background-color: transparent;
  width: 100%;
}

.navBtn.expanded:hover span {
  transform: scale(0.9);
}

.navBtn.expanded span:nth-of-type(1) {
  top: 30px;
  transform: rotate(45deg);
  transition: top 0.2s, transform 0.2s 0.2s, background 0.2s;
  -webkit-transform: rotate(45deg);
  -webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}

.navBtn.expanded span:nth-of-type(2) {
  opacity: 0;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

.navBtn.expanded span:nth-of-type(3) {
  top: 30px;
  transform: rotate(-45deg);
  transition: bottom 0.2s, transform 0.2s 0.2s, background 0.2s;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: bottom 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}


.burger {
  
  width: 40px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}

.burger input {
  display: none;
}

.burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.burger input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger input:checked ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.burger input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}


 .select-box {
  width: 3rem;
  height: 0.4rem;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  padding: 0.1rem 0.2rem;
  justify-content: space-between;
  color: #000000;
  cursor: pointer;
  align-items: center;
  position: relative;
}
 .select-box .sub-list{
  position: absolute;
  left: 0;
  top: 0;
  /* min-height: 1rem; */
  width: 100%;
  top:0.4rem;
  border: 1px solid #FFF;
  border-top: none;
  max-height: 1rem;
  overflow-y: scroll;
  display: flex;
  background-color: #ffffff;
  overflow-x: hidden;
  height: 0;
  transition: 0.6s all;
  flex-direction: column;
  opacity: 0;
  padding-left: 0px;
  box-sizing: border-box;
  padding-top: 10px;
}

 .select-box .sub-list li{
  height: 0.4rem;
  width: 100%;
  line-height: 0.4rem;
  box-sizing: border-box;
  padding: 0px 0.2rem;
}
 .select-box .sub-list a{
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;

}
 .select-box .sub-list a:hover{
  color: #FFF;
}
 .select-box img {
  width: 0.12rem;
  height: 0.07rem;
}
.page5 .list .item a .content .desc{
  font: 14px;
  line-height: 28px;
	color: #666666;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.viewer-toolbar > ul > li{
  margin: 0px 10px;
}

.viewer-title{
  display: none;
}







/* 二级栏目 */
.nav .nav-list ul li .sub-nav{
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 3px);
  background-color: #FFF;
  display: none;
}
.nav .nav-list ul li .sub-nav li .sub-nav{
  left: 100%;
  top: 0%;
  display: none;
}
.nav .nav-list ul li .sub-nav ul{
  display: flex;
  flex-direction: column;
}
.nav .nav-list ul li .sub-nav ul li{
  height: 50px;
  line-height: 50px;
}
.nav .nav-list ul li .sub-nav ul li a {
  color: #000;
  line-height: 50px;
}
.nav .nav-list ul li .sub-nav ul .active{
border: none;
}
.nav .nav-list ul li .sub-nav ul li:hover{
  border: none;
}
.nav .nav-list ul li .sub-nav>ul>li:hover a{
  color: #1850a3;
}
.nav .nav-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1rem;
  font-size: 16px;

}
.nav .nav-list ul li .sub-nav li:hover .sub-nav{
  display: block;
}
.nav .nav-list>ul>li:hover .sub-nav{
  display: flex;
}
.nav .nav-list ul .active {
  background-color: #f8f8f8;
  border-bottom: 3px solid #1850a3;
}

.nav .nav-list ul .active a {
  color: #1850a3;
}

#nav  .nav-list ul .active {
  background-color: transparent;
}

.honor-container .wrapper ul li a .content{
   overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}