
@charset "utf-8";
.w1400 {
  max-width: 1400px;
  margin: 0 auto;
}

html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;background-color: #EBEDFF;}
html{font-size:5.2083334vw}
@media (max-width:1600px){
   html{font-size:5.4vw}
}
@media (max-width:1440px) {
    html{font-size:5.6vw}
    .w1400 {
    max-width: 1200px;
    margin: 0 auto;
      }
}

@media (max-width:1024px) {
    html{font-size:9.765625vw}
}
@media (max-width:480px) {
    html{font-size:14vw}
}
@font-face {
  font-family: "ab";
  src: url("../fonts/DINENGSCHRIFTSTD.OTF") format('truetype');
  font-weight: normal;
  opacity: 1;
}
.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}


/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break:break-word;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
	width: 4px; height:4px;-webkit-overflow-scrolling : touch;
	background-color: #1F50F8;}
::-webkit-scrollbar-track{
	background-color:#1F50F8;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #1F50F8;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #eee;}

.header {
  background-color: #EBEDFF
}


.pagination {
  display: flex !important;
  justify-content: center;
  margin: 40px 0;
}
.pagination li {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 !important;
  text-align: center;
  display: flex;
  align-items: center;
  color: #808080;
  justify-content: center;

  margin-right: 10px;
}
.pagination li.active {
  background-color: #2e8af6;
  color: #fff;
}
.Top {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  box-sizing: border-box;
  left: 0;
 height: 1rem;
  background-color: #EBEDFF;
}
.Top.an .w1600 {
  padding-right: 0.7rem;
  box-sizing: border-box;
}
.Top.on {
  border-bottom: 1px solid rgba(235, 235, 235, 0.1);
}
.Top .m-btn {
  display: none;
  cursor: pointer;
  padding: 15px 5px;
  border-radius: 5px;
  z-index: 999;
  margin-top: 13px;
  margin-left: 10px;
}
.Top .m-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background: #1F50F8;
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.Top .m-btn span::before,
.m-btn span::after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  background: #1F50F8;
  position: absolute;
  left: 0;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.Top .m-btn span:before {
  top: -8px;
}
.Top .m-btn span:after {
  bottom: -8px;
}
.Top .m-btn.active span {
  background: transparent;
}
.Top .m-btn.active span:before {
  transform: rotate(-48deg) translate(-6px, 5px);
  -webkit-transform: rotate(-48deg) translate(-6px, 5px);
  -o-transform: rotate(-48deg) translate(-6px, 5px);
  width: 24px;
}
.Top .m-btn.active span:after {
  transform: rotate(48deg) translate(-6px, -5px);
  -webkit-transform: rotate(48deg) translate(-6px, -5px);
  -o-transform: rotate(48deg) translate(-6px, -5px);
  width: 24px;
}

.Top .Logo img {
  max-height: 0.52rem;
}
.Top .Logo .img2 {
  display: none;
}

.Top .userbtn {
  text-align: center;
  position: absolute;
  right: 0.85rem;
  top: 0;
  min-width: 0.75rem;
}
.Top .userbtn .userbtnico {
  margin: 0 5px;
}
.Top.an .userbtn a {
  display: flex;
  color: #333;
  padding-right: 0.2rem;
}
.Top .userbtn .userbtnico img {
  width: 0.15rem;
}
.Top .userbtn .userbtnico .img2 {
  display: none;
}
.Logo {
  padding-top: .24rem;
  padding-right: .2rem;
}
.MainNav ul::after {
  content: "";
  display: block;
  clear: both;
}
.MainNav ul li {
  float: left;
  /* width: 1.4rem; */
  font-size: 18px;
  position: relative;
  color: #999999;
  line-height: 1rem;
  text-align: center;
  margin: 0 30px;
}
.MainNav ul li em {
  display: block;
  position: relative;
}
.MainNav ul li em a {
  display: block;
  color:
   #999999;
}
.MainNav ul li.active em a{
  font-weight: bold;
  color: #1F50F8;
}
.MainNav ul li em::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1F50F8;
  position: absolute;
  left: 0rem;
  bottom:9px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  opacity: 0;
}
.MainNav ul li.li_show em::before {
  opacity: 1;
  transform: rotateY(0);
}
.MainNav ul li.onnav em::before {
  opacity: 1;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
}
.MainNav ul li:hover em::before {
  opacity: 1;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
}

.MainNav ul li .NavPull {
  width: 1.4rem;
  line-height: 1.5;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.7rem;
  text-align: left;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.MainNav ul li .NavPull dl dd {
  background: rgba(255, 255, 255, 1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: relative;
}
.MainNav ul li .NavPull dl dd > a {
  text-align: center;
}
.MainNav ul li .NavPull dl dd a {
  display: block;
  padding: 0.12rem 0.1rem;
  font-size: 0.15rem;
}
.MainNav ul li .NavPull dl dd:hover > a {
  background: #1F50F8;
  color: #fff;
}
.MainNav ul li .NavPull dl dd .TNav {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.MainNav ul li .NavPull dl dd .TNav .n_nav {
  position: relative;
  background: #f5f5f5;
  margin-bottom: 2px;
}
.MainNav ul li .NavPull dl dd .TNav .FNav {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.MainNav ul li .NavPull dl dd .TNav .FNav a {
  background: #f7f8f9;
  margin-bottom: 2px;
}
.MainNav ul li .NavPull dl dd:hover .TNav {
  display: block;
}
.MainNav ul li .NavPull dl dd .TNav .n_nav:hover .FNav {
  display: block;
}

.Top.on {
  color: #fff;
}
.Top.on .m-btn span,
.Top.on .m-btn span::before,
.Top.on .m-btn span::after {
  background: #fff;
}
.Top.on .m-btn.active span {
  background: transparent;
}
.Top.on .Logo .img1 {
  display: none;
}
.Top.on .Logo .img2 {
  display: inline-block;
}
.Top.on .userbtn a {
  color: #fff;
}

.Top.on .userbtn .userbtnico .img1 {
  display: none;
}
.Top.on .userbtn .userbtnico .img2 {
  display: inline-block;
}

.Top.on .MainNav ul li em a {
  color: #fff;
}

.nbody {
  padding-top: 0.86rem;
}
.nbody .Top {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Top .lange{
  position: relative;
  width:120px;
  height: 40px;
  border: 1px solid #1f50f8;
  border-radius: 21px;
  color: #1F50F8;
  margin: 25px 0px 0 0;
}
.now_langer{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
   height: 40px;
   font-size: 16px;
}

/* 下拉菜单样式 */
.language-dropdown {
  position: absolute;
  margin-top: 0px;
  width: 160px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  z-index: 10;
  transition: all 0.3s;
  transform: scale(0.95);
  opacity: 0;
  pointer-events: none;
}
.language-dropdown.show {
      opacity: 1;
      transform: scale(1);
      pointer-events: auto;
  }
  
  /* 下拉菜单项样式 */
  .dropdown-item {
      padding: 8px 16px;
      cursor: pointer;
      transition: background-color 0.2s;
  }
  .dropdown-item:hover {
      background-color: #E8F0FE;
  }
        
      
@media (max-width: 1024px) {
  #fullPage {
    padding-top: 60px;
  }
  .body .Top {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .body .Top.on {
    color: #000;
  }
  .body .Top.on .m-btn span,
  .Top.on .m-btn span::before,
  .Top.on .m-btn span::after {
    background: #da251d;
  }
  .body .Top.on .m-btn.active span {
    background: transparent;
  }
  .body .Top.on .Logo .img2 {
    display: none;
  }
  .body .Top.on .Logo .img1 {
    display: inline-block;
  }

  .body .Top.on .userbtn .userbtnico .img2 {
    display: none;
  }
  .body .Top.on .userbtn .userbtnico .img1 {
    display: inline-block;
  }

  .body .Top.on .lan span {
    background-image: url(../images/lanb.png);
  }
  .body .Top.on .lan span::before {
    background-image: url(../images/lan_jtb.png);
  }

  .body .Top.on .MainNav ul li em a {
    color: #000;
  }



  .nbody {
    padding-top: 60px;
  }

  .Top {
    line-height: 60px;
  }
  .Top .m-btn {
    display: block;
  }
  .Top .Logo img {
    height: 30px;
  }
  .Top .SearchIco {
    position: static;
    width: 30px;
    height: 30px;
    margin-top: 15px;
    line-height: 30px;
  }
  .Top .userbtn {
    position: static;
    margin: 0 3px;
  }
  .Top.an .userbtn a {
    padding-right: 5px;
    font-size: 12px;
  }
  .Top .lan {
    margin-left: 0;
  }
  .Top.an .w1600 {
    padding-right: 0;
  }
  .MainNav {
    height: calc(100vh - 60px);
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .MainNav ul {
    max-height: 100%;
    box-sizing: border-box;
    padding: 10px;
   
    min-width: 150px;
  }
 
  .MainNav ul li {
    margin-right: 0;
    width: 100%;
    line-height: 40px;
    font-size: 15px;
  }
  .Top.on .MainNav ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .Top.on .MainNav ul li em a {
    color: #000;
  }
  .Top.on .MainNav ul li em {
    padding-right: 40px;
  }
  .Top .MainNav ul li em b {
    width: 40px;
    height: 100%;
    background: url(../image/lan_jtb.png) no-repeat center center;
    position: absolute;
    right: -10px;
    top: 0;
  }
  .Top.on .MainNav ul li em b {
    background: url(../image/lan_jtb.png) no-repeat center center;
  }
  .MainNav ul li .NavPull {
    width: 100%;
    margin-left: 0;
    line-height: 1.4;
    position: static;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    padding: 0 0;
  }
  .MainNav ul li .NavPull dl dd a {
    padding: 12px 0;
    font-size: 12px;
  }
  .MainNav.show {
    width: 60%;
    visibility: visible;
    opacity: 1;
  }
  .Top .lan span {
    padding-left: 20px;
    padding-right: 10px;
    background-size: 14px;
  }
  .Top .userbtn .userbtnico img {
    width: 13px;
  }
  .Top.on .userbtn a {
    color: #333;
  }

  .Top .Search {
    padding: 40px 30px;
  }
  .Top .Search .close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
  .Top .Search .SearchBox input {
    height: 38px;
    font-size: 14px;
  }
  .Top .Search .SearchBox button {
    height: 38px;
  }
  .MainNav ul li .NavPull dl dd .TNav {
    display: block;
    position: static;
    padding: 10px;
    box-sizing: border-box;
  }
  .MainNav ul li .NavPull dl dd .TNav .n_nav {
    padding: 8px;
  }
  .MainNav ul li .NavPull dl dd .TNav .n_nav span a {
    font-weight: bold;
  }
  .MainNav ul li .NavPull dl dd .TNav .FNav {
    display: block;
    position: static;
  }
  .MainNav ul li .NavPull dl dd .TNav .FNav a {
    background: #f5f5f5;
  }
  .MainNav ul li .NavPull a {
    padding-left: 10px !important;
    padding-right: 10p !important;
    text-align: left;
  }
  .Top .lan .LanDowm .LanDowmBox {
    padding: 30px;
  }
  .Top .lan .LanDowm .LanDowmBox ul li .name {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .Top .lan .LanDowm .LanDowmBox ul li dl dd {
    line-height: 30px;
    padding-left: 26px;
  }
  .Top .lan .LanDowm .LanDowmBox ul li dl dd .icon {
    width: 18px;
  }
  .MainNav ul li em::before {
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  .Top .lan .LanDowm {
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
  .Top .lan .LanDowm .LanDowmBox ul li {
    width: 97%;
    margin-bottom: 10px;
  }
}
.footer{
  background-color: #fff;
  padding: .6rem 0;
  position: relative;
  z-index: 2;
}
.footer_flex {
  
    display: flex;
  }
  .footer .lf {
    flex: 1;
    box-sizing: border-box;
    padding: 10px;
    font-size: 12px;
  }
  .footer ul {
    flex-wrap: wrap;
    display: flex;
    max-width: 4rem;
   
  }
    .footer ul  li{
      width: 33.3%;
    }
  .footer a {
    font-size: 16px;
  }
  .footer .logos{
    display:block;
  }
  .copyright{
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    margin-right: 1rem;
  }
  .footer_line{
    width: 1px;
    height: 80px;
    border: 1px solid #eee;
    margin: 0 .2rem 0 1rem;
  }

.silder{
  width: 4rem;
  height: 5.8rem;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(43,83,220,0.20); 
  position: fixed;
  left: 10px;
  top: 50%;
  box-sizing: border-box;
  padding: .4rem .3rem;
  transform: translateY(-50%);
  z-index: 999;
  border-radius: 15px;
}
.silder_title{
  color: #333333;
  font-size: .28rem;
  
}
.p_word{
  color: #666666;
  font-size: .2rem;
  padding: .3rem 0;
}
.form_item{
  width: 100%;
  height: 60px;
  border: 1px solid #cacbe5;
  border-radius: 4px;
  margin-bottom: 14px;
}
.form_item input{
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 20px;
}
.show_btn{
  display: flex;
  justify-content: flex-end;

}
.show_btn button{
  width: 1.2rem;
  height: .56rem;
  background: #1f50f8;
  border-radius: 4px;
  color: #fff;
  font-size: .2rem;
  margin-top: .4rem;
}

.part{position: relative;margin-top: 1rem;}
.part .more_btn{width: 2rem;height: .6rem;background: #1f50f8;border-radius: 4px;text-align: center;line-height: .6rem;font-size: .22rem;color: #fff;position: absolute;
   top: 4.48rem;
   left: 2.3rem;
   cursor: pointer;
}
.part_one{
  margin: -2rem .4rem 0;
}
.part_one .owl-carousels{
  display: flex;
  position: relative;

  margin-top: -1rem;
}
.part_one .owl-carousels .item{
  width:25%;
  border-radius: 10px;
  height: 2.8rem;
  box-sizing: border-box;
  background: url('../imgs/2.png') no-repeat center center;
  background-size: contain;
}
/* .part_one .active .item{
  background: url('../imgs/1.png') no-repeat center center;
  background-size: contain;
}
.part_one .cloned .item{
  background: url('../imgs/2.png') no-repeat center center;
  background-size: contain;
} */
/* .part_one .Lastactive .item{
  background: url('../imgs/1.png') no-repeat top center;
  background-size: contain;
} */
.part_one .title_owl{
   font-size: .32rem;
  color: #333333;
  padding: .5rem;
}
.part_one .info_owl{
 font-size: .2rem;
 padding:  0.2rem ;
 color: #333;
 line-height: 20px;
}
.part_one .owl-item.center .title_owl{
   
   color: #fff;
  
   font-weight: bold;
}
.part_one .owl-item.center .info_owl{
 
  color:#fff;
  
}
.part_three{
  position: relative;
  padding: 1rem 0;
}
.part_three .qkl{
  font-size: .43rem;
  max-width: 5rem;
  color: #333;
  font-weight: bold;
  line-height: .75rem;
}
.ris{
  position: absolute;
  right: 1rem;
  top: .3rem;
}
.center_box{
  width: 1100px;
  height: 630px;
  
  background: url('../imgs/zu.png');
  background-size: cover;
  margin: .5rem auto;
}
.top_box{
  box-sizing: border-box;
  padding: .4rem;
}
.top_box .re_more{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.top_box .re_more .a_link{
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: .2rem;
}
.top_box .p_text{
  padding-top: .14rem;
  font-size: .2rem;
  padding-left: .1rem;
}
.cen_box{
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .6rem;
  color: #333;
  font-family: 'ab';
}
.bot_ul{
  display: flex;
  align-items: center;
  height: 205px;
  padding: 0 3px;
}
.cen_box{
  display: flex;
  align-items: center;
}
.cen_box .bot_li{
  flex:1;
  text-align: center;
}
.bot_ul .bot_li{
  flex: 1;
  cursor: pointer;
  text-align: center;
  border-radius: 0px 0 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bot_ul .bot_li:nth-child(2){
  border-radius: 0;
}
.bot_ul .bot_li:nth-child(3){
  border-radius: 0 0 20px 0
}
/* .bot_ul  .active{
   background: linear-gradient(to bottom, #eceeff 0%, #fff 100%);
} */
.z_title{
  font-size: .28rem;
   color: #666666;
}
.en_title{
  font-size: .2rem;
  padding-top: .1rem;
  color: #666666;
}
.bot_ul  .active .z_title,.bot_ul  .active .en_title{
  color: #333 !important;
}
.part_four{
  background: url('../imgs/fafa.png') no-repeat center center ;
  background-size: cover;
  box-sizing: border-box;
  padding: .6rem 0 2.5rem;
}
.part_four .casr_title{color: #333333;font-size: .7rem;font-weight: bold;text-align: center;}
.part_four .casr_flex{display: flex;max-width: 14rem;margin: 1rem auto;}
.part_four .casr_flex .casr_lf,.part_four .casr_flex .caer_ri{flex: 1;position: relative;}
.part_four .casr_flex .p1{color: #333333;font-size: .46rem;font-weight: bold;}
.part_four .casr_flex .p2{font-size: .2rem;color: #333333;margin-top: .3rem;max-width: 5rem;}
.part_four .casr_flex .casr_num{font-size: .24rem;color: #333333;padding-top: .8rem;display: flex;align-items: center;}
.part_four .casr_flex .casr_num span{font-family: 'ab';font-size: .42rem;padding-left: .2rem;color: #1F50F8;}
.part_four .casr_flex .caer_ri{display: none;}
.part_four .casr_flex .caer_ri .fa{
  position: absolute;
  top: 1rem;
  left: .3rem;
}
.part_four .casr_flex .caer_ri .fa1{
  position: absolute;
  top: .8rem;
  right: 1rem;
}
.part_four .casr_flex .caer_ri .fa2{
  position: absolute;
  bottom: 0rem;
  right: .5rem;
}
.part_five .read_title{font-size: .46rem;text-align: center;color: #333333;font-weight: bold;padding-bottom: 1.3rem;}
.part_five .ul{display: flex;justify-content: space-between;}
.part_five .ul .li{
  width: 2.8rem;
  height: 2.6rem;
  background: radial-gradient(rgba(251,251,255,0.50), rgba(233,238,255,0.20) 46%, rgba(255,255,255,0.30));
  border: 2px solid #ffffff;
  border-radius: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.part_five .ul .li .li_title{
   font-size: .36rem;
   color: #333333;
   font-weight: bold;
   padding: .1rem 0;
}
.part_five .ul .li p{
  font-size: .2rem;
  color: #333333;
  padding-top: .1rem;
  max-width: 80%;
  margin: 0 auto;
}
.part_five .ul .li:hover{
   
   border: 2px solid #1F50F8;
   transition: all .3s;
}
.part_six{padding: 1.6rem 0 1.4rem;position: relative;z-index: 1}
.kas{
  position: absolute;
  bottom: -30px;
  right: 1.5rem
}
.part_six .concant_us{
  font-size: .46rem;text-align: center;color: #333333;font-weight: bold;padding-bottom: .8rem;
}
.part_six .email_list{display: flex; justify-content: space-between;align-items: center;}
.part_six .email_list .email_item{
  width: 100%;
  height: 2.4rem;
  /* background: radial-gradient(rgba(220,222,255,0.50), rgba(228,234,255,0.30) 46%, rgba(255,255,255,0.30)); */

border-radius: 20px;
display: flex;
background: url('../imgs/BG.png') no-repeat;
background-size: contain;
box-sizing: border-box;
padding: .8rem .4rem;
}
.part_six .email_list .email_item .email_info{
  padding-left: .2rem;
  font-size: .2rem;
  color: #666666;
  
}
.part_six .email_list .email_item:nth-child(even){
  margin-left: .4rem;
}
.part_six .email_list .email_item .yx_title{
      font-size: .32rem;
    color: #333333;
    display: none;
   
   padding-bottom: .1rem;
}
.part_six .email_list .email_item span{
  color: #1F50F8;
  margin-top: .1rem;
  display: block;
}
/* .about .part_six .email_list .email_item{
   background: none;
} */
.about .part_six .concant_us{
  font-size: .7rem;
}
.about .part_six{
  padding: 1.3rem 0 1.4rem;
}
.about .concant_sub{

font-size: .32rem;
font-family: PingFang SC, PingFang SC-Bold;
font-weight: 700;
text-align: center;
color: #333333;
text-align: center;
padding: .2rem 0 .7rem;
}
.about_us .part_six{
  padding: .6rem 0 1.4rem;
}
.about_us{position: relative;}
.about_us .part_six .concant_us{
   padding-bottom: .3rem;
}
.about_us .about_us_text{
  max-width: 8rem;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 40px;  
  text-align: center;
  margin: .2rem auto;
}
.about_us .ji_box{
  display: flex;
  background: rgba(255,255,255,0.35);
  border: 1px solid #ffffff;
  border-radius: 24px;
  padding: 1rem .5rem;
  margin-top: .4rem;
}
.ji_center{
  margin: .1rem;
}

.ji_title{
  display: flex;
  color: #333333;
  font-size: .24rem;
  font-weight: bold;
  padding-bottom: .22rem;
  align-items: center;
}
.ji_item{
  margin-bottom: .6rem;
}
.ji_title img{
  margin-right: .1rem;
}
.ji_left .ji_title{
  justify-content:flex-end;
}
.ji_left p{
  max-width: 4.8rem;
  text-align: right;
  line-height: 30px;
 
}
.ji_right p{
  max-width: 4.8rem;
  text-align: left;
  line-height: 30px;
  padding-left:.3rem
}

.about_us .ul_box_list{
   padding: 0 0 1.5rem 0;
   position: relative;
}
.ul_box_list ul{
  display: flex;
  justify-content: space-between;
}
.ul_box_list ul .top_img{
  width: 2.6rem;
  margin: 0 auto;
  height: 2.6rem;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(46,83,209,0.20);
  display: flex;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  justify-content: center; 
}
.ul_box_list ul .top_img img:hover{
  transform: scale(1.1);
  transition: all .3s;
}
.ul_box_list ul .li_title{
  font-size: .24rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: .46rem 0 .2rem;
}
.ul_box_list ul p{
   color: #666666;
   font-size: .2rem;
   max-width: 2.8rem;
   text-align: center;
   margin: 0 auto
}
.lan_box_list{
   padding: 0 0 1.5rem 0;
   position: relative;
}
.lan_box_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lan_boxt{
  margin-top: .5rem;
}
.lan_box_list .li_title{


font-size: .24rem;
font-family: PingFang SC, PingFang SC-Heavy;
font-weight: 800;
text-align: left;
color: #333333;
padding-top: 20px;
}
.kc_box{
   
   display: flex;
   align-items: center;
   justify-content: center;
   background: url('../imgs/ju.png');
   background-size: cover;
   margin: .8rem auto;
   border-radius: 20px;
}
.kc_box .ps{
  font-size: .32rem;
  font-weight: bold;
  padding-bottom: .3rem;
}
.kc_box .ri_text{
   width: 45%;
   padding: 1rem .3rem;
   color: #fff;
  font-size: .2rem;
  line-height: 40px;
   height: 100%;
   font-family: PingFang SC, PingFang SC-Regular;
}

.all_text{
  display: flex;
  margin-bottom: .3rem;
  background: url('../imgs/me.png') no-repeat;
  background-size: cover; 
  box-sizing: border-box;
  padding: .8rem .5rem;
  border-radius: 5px;
   width: 1400px;
  margin: 0 auto;

}
.p_ri, .p_text{
  flex: 1;
}
.p_ri{
  width: 772px;
  height: 244px;
  font-size: .2rem;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 42px;
}
.p_text .top_p p{
  font-family: PingFang SC, PingFang SC-Regular;
  font-size: .46rem;
  line-height: .7rem;
}
.p_text .top_p p span{
  color: #1F50F8;
}
.zq{
  display: flex;
  flex-wrap: wrap;
}
 .zq .zq_li{
  width: 40%;
  display: flex;
  margin-top: .3rem;
height: 33px;
font-size: .24rem;
font-family: PingFang SC, PingFang SC-Bold;
font-weight: 700;
text-align: left;
color: #333333;
 }
 .ny_list{
  position: relative;
 }
  .ny_list .ny_item{
    display: flex;
    position: relative;
    align-items: center;
  }
   .ny_list .ny_item:nth-child(odd){
    flex-direction: row-reverse;
   }
  .ri_ny{
    max-width: 6.6rem;
  }
   .ny_list .ny_item:nth-child(even) .ri_ny{
     position: absolute;
     flex: 1;
     left: 50%;
   }
    .ny_list .ny_item:nth-child(odd) .ri_ny{
     position: absolute;
     flex: 1;
     right: 50%
   }
   .ny_list .ny_item .ny_title{
    line-height: 1.2;
    font-size: .32rem;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
   }
    .ny_list .ny_item p{
      font-size: .2rem;
      font-family: PingFang SC, PingFang SC-Regular;
      font-weight: 400;
      text-align: left;
      color: #333333;
      line-height: 40px;
      padding-top: .3rem;
    }
    .ny_box_list ul{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;

    }
    .ny_box_list ul li{
      width: 30%;
      height: 3.8rem;
      background: url('../imgs/ban.png') no-repeat;
      background-size: cover;
      box-sizing: border-box;
      padding: .3rem;

    }
    .ny_box_list ul li .top_img {
      display: flex;
      align-items: center;
      
    }
     .ny_box_list ul li .top_img .li_title{
        font-size: .32rem;
        padding-left: .1rem;
        font-weight: bold;         
     }
     .ny_box_list ul li .info{
     
          font-size: .2rem;
          font-family: PingFang SC, PingFang SC-Medium;
          font-weight: 500;
          text-align: left;
          color: #999999;
          line-height: 36px;
          padding-top: .2rem;
     }
     .lan_box{
      display: flex;
      background: url('../imgs/54.png') no-repeat 0 bottom / cover;
     
    padding: 0.6rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
   
    
    transition: all 0.5s;
    box-shadow: 0 0 15px rgba(114, 135, 182, 0.15);
   

  }
  .kjxs ul{
     display: flex;
      background: url('../imgs/54.png') no-repeat 0 bottom / cover;
     
    padding: 0.6rem;
    display: flex; 
     align-items: center;
   
    justify-content: space-between;
   
    
    transition: all 0.5s;
    box-shadow: 0 0 15px rgba(114, 135, 182, 0.15);
  }
  .kjxs ul li{
    width: 33%;
  }
 
  
  .lan_boxs{
    display: flex;
      background: url('../imgs/55.png') no-repeat 0 bottom / cover;
     
    padding: 0.8rem .6rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .6rem;
    transition: all 0.5s;
    box-shadow: 0 0 15px rgba(114, 135, 182, 0.15);
  }
   .lan_boxs .lan_box_lf{
    flex: 1;
    margin-left: 1rem;
  }
  .lan_box .lan_box_lf{
    flex: 1;
     margin-right: 1rem;
  }
  .ca_title{
    padding-bottom: .15rem;
    font-size: .32rem;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
  }
  .flex_title{
   font-size: .2rem;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  margin-top: .1rem;
  color: #333333;
  line-height: 40px;
  }
  .u_flex{
    display: flex;
  
  justify-content: space-between;
  }
  .flex_title span{
    font-weight: normal;
    padding-left: 5px;
  }
  .hx_title{
  
  font-size: .32rem;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin: .86rem 0 .43rem;
  }
  .kjxs ul .cover_img{
    margin-bottom: .5rem;
  }
  .ys_list{
    
      background: url('../imgs/xin.png') no-repeat 0 bottom / cover;
     
        
        display: flex; 
        
      
        justify-content: space-between;
      
        
        transition: all 0.5s;
        box-shadow: 0 0 15px rgba(114, 135, 182, 0.15);
       
  }
  .ys_item{
    flex: 1;
padding: 0.6rem;
  }
  .ys_title{
    padding: .1rem;
    font-size: .32rem;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    margin-bottom: .6rem;
    text-align: left;
    color: #333333;
    background: linear-gradient(90deg,rgba(155,155,255,0.50) 0%, rgba(174,236,246,0.00) 98%);
  }
  .lf_flex{
    display: flex;
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    text-align: left;
    color: #333333;
  }
    .it{
    padding-bottom: .6rem;
   }
   .it .infos{
   
    font-size: .2rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 30px;
    padding: .2rem 0 0 .3rem;
   }
   .hxfw{
    position: relative;
     padding-bottom: 2rem;
   }
  .it img{margin-right: .1rem;}
  .lan_box_list ul li{
    width: 30%;
  }
  .owl-nav,.owl-dots{
    display: none;
  }
  .ljzx_flex{
    display: flex;
    margin-top: .2rem;
  }
  .ljzx{
    padding: 0 .2rem;
     min-width: 1.5rem;
    height: .56rem;
    background: radial-gradient(#5aa1ff, #1f50f8);
    font-size: .2rem;
    cursor: pointer;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    line-height: .56rem;
    color: #ffffff;
        white-space: nowrap;
    border-radius: 4px;
  }
  .lxgm{
    cursor: pointer;
    padding: 0 .2rem;
        white-space: nowrap;
     min-width: 1.5rem;
    height: .56rem;
    border: 1px solid #1f50f8;
    background-color: #ebedff;
    box-sizing: border-box;
    font-size: .2rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    line-height: .56rem;
    color: #1F50F8;
    border-radius: 4px;
    margin-left: .2rem;
  }
  .mask{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .hover_img{
    position: fixed;
    width: 3.6rem;
    z-index: 10000;
    top: 30%;
    left:calc(50%  - 1.8rem)
    
    
  }
  .hover_popul{
    display: none;
  }
@media (max-width: 1600px){
  
  .lf_ny{
    width: 60%;
  }
  .cen_box {
    height: 249px;
  }
}
@media (max-width: 1440px){
   .cen_box {
    height: 255px;
   }
  
}
@media (max-width: 1366px){

    .w1400 {
        max-width: 1000px;
        
    }
    .cen_box{
      height: 264px;
    }
    .copyright{margin-right: 0;}
    .footer_line{    margin: 0 .2rem 0 .5rem;}
    .footer ul li{white-space: nowrap;}
    .footer ul{max-width: 6rem;}
    .logos img{    max-height: 0.52rem;}
    .Top .lange{margin-top: 17px;}
    .MainNav ul li{margin: 0 20px;}
    .now_langer{font-size: 14px;}
    .lan_box_lf{flex: 1;}
    .lan_box_ri{margin-left: 20px;flex: 1;}
    .ys_item {
      padding: .6rem .2rem ;
    }
    .ys_list{
      background: none;
    }
    .kc_box{
          margin: .8rem auto;
    }
}
@media (max-width: 1024px){
  .part_one .owl-carousels{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .part .more_btn{
    top: 1.6rem;
  }
  .part_one .owl-carousels .item{
    width: 49%;
  }
  .cen_box,.bot_ul{height: 2rem;}
  .Top .lange{
    margin-top: 8px;
  }
  .part_one{
    margin-top: 0;
  }
  .part_one .owl-item .item{
    height: auto;
  }
  .part_one .title_owl{
    text-align: center;
    padding: .6rem .2rem 0rem .2rem;
  }
  .part_one .owl-item.center .info_owl{
    text-align: center;
  }
  .email_list{
    flex-wrap: wrap;
  }
  .part_six .email_list .email_item:nth-child(even){
     margin-left:0
  }
  .part_six .email_list .email_item{
    margin-bottom: .2rem;
  position: relative;
    padding: .3rem;
  }
  .part_six .email_list .email_item .yx_title{
    padding-bottom: 0;
  }
  .part_six .email_list .email_item span{margin-top: 0;}
  .part_five .ul{flex-wrap: wrap;justify-content: center;}
  .part_five .ul .li{
    margin-bottom: .2rem;
  }
  .part_six{
    padding: .2rem;
  }
  .footer_flex{
    flex-wrap: wrap;
    padding: 10px;
  }
  .footer .lf{
    padding: 0;
  }
  .footer ul li{
    width: 50%;
  }
  .email_info p{
    line-height: 18px;
  }
  .copyright{
    text-align: center;
    width: 100%;
  }
  .part_four .casr_flex{
    display: block;
  }
  .about_us .ji_box{
    flex-wrap: wrap;
  }
  .ji_left p,.ji_right p{
    max-width: 100%;
  }
  .about_us .about_us_text{
    padding: .1rem;
  }
  .ul_box_list ul{
    flex-wrap: wrap;
    padding: .2rem;
  }
  .about_us .part_six{
    padding: .4rem;
  }
  .ul_box_list ul .li_title{
    padding: .1rem 0;
  }
  .all_text,.kc_box {
    display: block;
  }
  .all_text{
    width: 100%;
    margin: .1rem;
  }
  .p_ri{
    width: 100%;
    margin: 10px auto;
  }
  .zq .zq_li{
    width: 50%;
  }
  .kc_box .ri_text{
    width: 100%;
  }
  .kc_box{
    margin: .2rem;
  }
  .lan_box_list ul{
    display: block;
  }
  .lan_box_list ul li{
    width: 90%;
    margin: 0 auto 20px;
  }
  .lan_box,.lan_boxs{
    display: block;
    margin: 10px;
  }
  .kjxs ul{
    display: block;
    margin: 10px;
  }
  .kjxs ul li{
    width: 100%;
  }
  .ys_list{
    display: block;
  }
  .it{
    padding-bottom: 0;
  }
  .lan_box_ri,.lan_boxs .lan_box_lf{
    margin-left: 0;
    margin-top: 10px;
  }
  .ny_box_list ul{
    display: block;
    margin: 10px;
  }
  .ny_box_list ul li{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .ny_list .ny_item{
    display: block;
  }
  .lf_ny{
    width: 100%;
  }
  .ny_list .ny_item:nth-child(even) .ri_ny,.ny_list .ny_item:nth-child(odd) .ri_ny{
    position: relative;
    left: 0;
    width: 96%;
    margin: 10px auto;
  }
  .part_four .casr_flex .caer_ri .fa,.part_four .casr_flex .caer_ri .fa1,.part_four .casr_flex .caer_ri .fa2{
    position: relative;
    width: 30%;
    top: 0;
    left: 0;
    
  }
  .part_four .casr_flex{
    margin: 10px;
  }
  .part_four .casr_flex .casr_num{
    padding-top: .2rem;
  }
  .part_four .casr_flex .p2{
    max-width: 100%;
  }
  .part_four{
    padding: .6rem;
  }
  .caer_ri {
    margin-top: .4rem;
  }
  .center_box{
    width: 100%;
    background: none;
  }
  .ris{
    display: none;
  }
  .bot_ul .bot_li,.bot_ul .bot_li:nth-child(3){
    border-radius: 0;
  }
  .part_three {
    margin: 10px;
    padding: 0;
  }
  .center_box{
    height: auto;
  }
  .re_more img{max-height: .2rem;}
  .re_more .logo3{max-height: .52rem;}
  .part_one .owl-item.center .item{
    background-size: cover;
    width: 90%;
    margin: 20px auto;

  }
  .footer a{
    font-size: 12px;
  }
  .part_one .info_owl{
    text-align: center;
  }
  .part_four .casr_flex .p1{
    padding-top: 10px;
  }
  .part_four{
    background: url(../imgs/fafa.png) no-repeat center center;
    background-size: contain;
    padding: .1rem;
  }
  .part_five .ul .li{
    margin: .1rem;
  }
  .part_five .ul .li img{
    width: 20px;
  }
  .part_five .ul .li p{
    line-height: 24px;
  }
}
 