/* 底部 */
.footerwrap{
  background-color: #2D3845;
  padding-top: 80px;
  padding-bottom:90px;
}

.footerwrap .nav{
  text-align: center;
  margin-top:35px;
}
.footerwrap .nav a{
  color: #6F7D8F;
  transition: 0.36s;
}
.footerwrap .nav a:hover{
  color: #ffffff;
}
.footerwrap .nav span{
  margin-left:20px;
  margin-right:20px;
  color: #6F7D8F;
}

.footerwrap .des{
  margin-top:25px;
  color: #516071;
  text-align: center;
}

.footerwrap .iconbox{
  text-align: center;
}

.footerwrap .iconbox a{
  border-radius:100%;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  background-color: #3B4551;
  color: #81889B;
  margin-left:5px;
  margin-right:5px;
  transition: 0.36s;
}
.footerwrap .iconbox a:hover{
  color: #ffffff;
}

.footerwrap .qrbox{
  position: absolute;
  right:0;
  top:0;
  background-color:#ffffff;
  padding:10px 10px 5px 10px;
  border-radius: 2px;
}

.footerwrap .qrbox img{
  width:95px;
  height:95px;
  display: block;
}
.footerwrap .qrbox .qrdes{
  margin-top: 5px;
  font-size:12px;
  text-align: center;
  color: #666666;
}
/* 导航 */
.headerpctop{
  height:80px;
}
.headerpcfix{
  position: fixed;
  left:0;
  right:0;
  top:0;
  background-color: #ffffff;
  box-shadow: -2px 12px 12px -16px #999;
  z-index: 999;
}
.headerpcwrap{
  padding-top:25px;
  padding-bottom:10px;
}

.headerpcwrap .logo{
  width:47px;
  height:45px;
  display: inline-block;
}

.headerpcwrap .navpcwrap{
  margin-left:10px;
}

.headerpcwrap .navpcwrap ul li{
  margin-left:60px;
  float: left;
  
}
.headerpcwrap .navpcwrap ul li .one{
  display: inline-block;
  font-size:14px;
  color: #333333;
  line-height: 45px;
  transition: 0.36s;
  position: relative;
}
.headerpcwrap .navpcwrap ul li .one::after{
  content: '';
  width:0;
  height: 3px;
  background-color: #2D74E9;
  position: absolute;
  left: 0;
  right: 0;
  bottom:-10px;
  margin: auto;
  transition: 0.36s;
}
.headerpcwrap .navpcwrap ul li:hover .one{
  color: #2D74E9;
}
.headerpcwrap .navpcwrap ul li:hover .one::after{
  width:100%;
}
.headerpcwrap .navpcwrap ul li.active .one{
  color: #2D74E9;
}

.headerpcwrap .navpcwrap ul li.active .one::after{
  width:100%;
}

.headerpcwrap .navpcwrap ul li .nav-drop{
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  box-shadow:0px 4px 8px 0px rgba(0,0,0,0.2);
}

.headerpcwrap .navpcwrap ul li .nav-drop .two{
  float: left;
  font-size: 16px;
  line-height:50px;
  color: #000000;
  font-weight: bold;
  border-left:1px dashed #E2E2E2;
  padding-left:50px;
  padding-right:50px;
  transition: 0.36s;
}
.headerpcwrap .navpcwrap ul li .nav-drop .two:first-child{
  margin-left: 117px;
}
.headerpcwrap .navpcwrap ul li .nav-drop .two:last-child{
  border-right:1px dashed #E2E2E2;
}

.headerpcwrap .navpcwrap ul li .nav-drop .two:hover{
  color: #2D74E9;
}
.headerpcwrap .serachbox{
  line-height: 45px;
  margin-right:35px;
}
.headerpcwrap .serachbox .icon-serach{
  cursor: pointer;
  color: #333333;
  transition: 0.36s;
}
.headerpcwrap .serachbox:hover .icon-serach{
  color: #2D74E9;
}

.headerpcwrap .search-drop{
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
  box-shadow:0px 4px 8px 0px rgba(0,0,0,0.2);
}
.headerpcwrap .search-drop .wsc-search{
  margin: auto;
  width: 50%;
}
.headerpcwrap .search-drop .txt-ser{
  background-color: #fff;
  border:1px solid#f0f0f0;
  border-right: 0;
  box-shadow: unset;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 84%;
  height: 45px;
  line-height:45px;
}

.headerpcwrap .search-drop .btn-ser{
  width: 15%;
  height: 45px;
  line-height:45px;
  background-color: #2D74E9;
  color: #ffffff;
}

.headerpcwrap .qrbox{
  line-height: 45px;
  margin-right:35px;
  position: relative;
}
.headerpcwrap .qrbox .icon-erweima{
  cursor: pointer;
  color: #333333;
  transition: 0.36s;
}

.headerpcwrap .qrbox .qr-drop{
  background-color: #fff;
  position: absolute;
  left:50%;
  top:55px;
  width:115px;
  padding:10px 10px 5px 10px;
  transform: translate(-50%,15px);
  border-radius:5px;
  border:1px solid #2D74E9;
  visibility: hidden;
  opacity:0;
  transition: 0.36s;
}
.headerpcwrap .qrbox .qr-drop::after{
  position: absolute;
  left:50%;
  top:-7px;
  transform: translateX(-50%);
  content:'';
  width: 0;
  height: 0;
  border-top: 0;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid #2D74E9;
  border-left: 7px dashed transparent;
}
.headerpcwrap .qrbox .qr-drop img{
  width:95px;
  height:95px;
}
.headerpcwrap .qrbox .qr-drop .des{
  line-height: 20px;
  font-size:12px;
  text-align: center;
  margin-top:5px;
  color:#999999;
}

.headerpcwrap .qrbox:hover .icon-erweima{
  color: #2D74E9;
}

.headerpcwrap .qrbox:hover .qr-drop{
  visibility:visible;
  opacity:1;
  transform: translate(-50%,0);
}
.headerpcwrap .languagebox{
  line-height: 45px;
}

.headerpcwrap .languagebox .icon-quanqiu{
  cursor: pointer;
  color: #333333;
  transition: 0.36s;
}

.headerpcwrap .languagebox:hover .icon-quanqiu{
  color: #2D74E9;
}

.headermonilewrap{ 
  display: none; 
  height: 50px;
  background-color: #fff;
  box-shadow: -1px 6px 12px 0px rgba(0, 0, 0, 0.03);
}

.headermonilewrap .wsc-TopCon{
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  background-color: #fff;
  z-index: 99999;
  border-bottom: 1px solid #F6F6F6;
}

.headermonilewrap  .top-menu{
  position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 36px;
    background: url(../img/mobile_menu.png) no-repeat left center;
    background-size: 36px auto;
}

.headermonilewrap  .wsc-logo{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}

.headermonilewrap  .wsc-logo img{
  height:40px;
}

.headermonilewrap  .top-search{
  position: absolute;
  right: 15px;
  top:50%;
  transform: translateY(-50%);
}
.headermonilewrap .wsc-TopBar{position: fixed;right: -100%;top: 0;background-color: #fff;width: 100%;height: 100%;transition: all 0.3s ease-in-out;z-index: 99999;overflow-y: scroll;}

.headermonilewrap .wsc-tbtop {height: 50px;padding: 0 15px;position: relative;}
.headermonilewrap .top-close{height: 50px;width: 36px;position: absolute;left: 15px;top: 0;bottom: 0;margin: auto; background: url(../img/menu_close.png) no-repeat 0 center;background-size: 36px auto;}

.headermonilewrap .divid-block {height: 8px;background-color: #F7F8F8;border-top: 1px solid #e0e0e0; }

.headermonilewrap .wsc-TopSearch { padding: 15px;}
.headermonilewrap .wsc-TopSearch input {font-size: 14px;line-height: 26px;width: 100%;height: 36px;box-sizing: border-box;border: none;outline: none;padding: 5px 10px 5px 37px; border-radius: 2px;color: #333333;background: #F7F8F8 url(../img/menu_ser.png) no-repeat 6px 6px;background-size: 25px auto;}
.headermonilewrap .wsc-TopSearch input::placeholder {color: #999999;font-weight: 300;}
.headermonilewrap .wsc-TopNav {padding: 15px;overflow-y: auto;}
.headermonilewrap .hn-item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.headermonilewrap .hn-item {
  margin-top: 15px;
  border-top: 1px solid #EAEAEA;
  padding-top: 15px;
}

.headermonilewrap .hn-text {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  position: relative;
}

.headermonilewrap .hn-item.active .hn-text {
  font-weight: bold;
}

.headermonilewrap .menu_arrow{
  float: right;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url(../img/menu_arrow.png) no-repeat center center;
  background-size: 12px auto;
  transition: all 0.3s ease-in-out;
}
.headermonilewrap .hn-drop{
  padding-top: 15px;
  overflow: hidden;
  display: none;
}

.headermonilewrap .hn-droplist {
  margin-top: -2px;
  margin-left: -1px;
  margin-right: -1px;
}

.headermonilewrap .hn-drop li {
  float: left;
  width: 50%;
  height: 40px;
  margin-top: 2px;
  padding-left: 1px;
  padding-right: 1px;
}

.headermonilewrap .hn-drop li a {
  display: block;
  padding: 12px 15px;
  font-size: 12px;
  height: 40px;
  line-height: 17px;
  color: #333333;
  font-weight: 300;
  background-color: #F7F8F8;
}
.headermonilewrap .rotate180{
  transform: rotateZ(180deg);
}
/* 导航 */

/* 新闻 */
.wsc-banner {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  padding-top:140px;
}
.wsc-banner .marktext{
  font-size: 70px;
  font-weight: 800;
  color: #FFFFFF;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.17);
}
.wsc-banner .banText{
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 15px;
}
.news_tab{
  padding-top: 90px;
  padding-bottom: 100px;
}
.news_tab .name{
  display: inline-block;
  font-size: 20px;
  color: #666666;
  position: relative;
  margin-left:45px;
  margin-right:45px;
}
.news_tab .name::after{
  content: '';
  width: 0;
  height: 4px;
  background-color: #2D74E9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
  transition: 0.36s;
}
.news_tab .active{
  color: #000000;
  font-weight: bold;
}
.news_tab .active::after{
  width:100%;
}

.news_tab .name:hover{
  color: #000000;
  font-weight: bold;
}
.news_tab .name:hover::after{
  width:100%;
}
.news_list{}
.news_list .item{
  display: block;
  margin-bottom:20px;
  transition: 0.36s;
}
.news_list .item .cover{
  float: left;
  display: block;
  width:280px;
  height:180px;
  object-fit:cover;
}
.news_list .item .rtinfo{
  float: left;
  margin-left:45px;
  width:875px;
}
.news_list .item .rtinfo .titwrap{
  margin-top:25px;
}
.news_list .item .rtinfo .tit{
  width:90%;
  float: left;
  font-size:18px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.36s;
}

.news_list .item .rtinfo .arrow{
  float: right;
  width: 30px;
  height: 25px;
  background: url('../img/news_arrow.png') no-repeat center left;
}

.news_list .item .rtinfo .des{
  color: #999999;
  font-size:14px;
  margin-top:20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.news_list .item .rtinfo .time{
  margin-top:25px;
  color: #000000;
  font-size:16px;
}
.news_list .item:hover{
  border-radius:5px;
  background-color: #fff;
  box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.17);
}
.news_list .item:hover .tit{
  color: #2D74E9;
}


.pagingwrap .name{
  color: #333333;
  font-weight:bold;
  font-size:16px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.36s;
}
.pagingwrap .icon-larrow{
  display: inline-block;
  border:1px solid #9C9C9C;
  color: #9C9C9C;
  font-size:20px;
  font-weight:bold;
  text-align: center;
  width:34px;
  height:34px;
  border-radius:100%;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  transition: 0.36s;
}
.pagingwrap .icon-larrow:before{
  position: absolute;
  left: 11px;
  top: 2px;
}
.pagingwrap .icon-rarrow{
  display: inline-block;
  border:1px solid #9C9C9C;
  color: #9C9C9C;
  font-weight:bold;
  text-align: center;
  width:34px;
  height:34px;
  border-radius:100%;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.pagingwrap .icon-rarrow:before{
  position: absolute;
  left: 8px;
  top: 5px;
}
.pagingwrap a:hover .name{
  color: #2D74E9;
}
.pagingwrap a:hover .icon-larrow{
  border-color:#2D74E9;
  background-color: #2D74E9;
  color: #ffffff;
}
.pagingwrap a:hover .icon-rarrow{
  border-color:#2D74E9;
  background-color: #2D74E9;
  color: #ffffff;
}
/* 详情 */
.news_detail_back{
  padding-top:60px;
  padding-bottom:100px;
}
.detail_back a{
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  transition: 0.36s;
}
.detail_back a .icon-larrow{
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.detail_back a:hover{
  color: #2D74E9;
}
.news_detail_title{
  margin-left:50px;
  margin-right:50px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #000000;
}
.news_detail_time{
  padding-top:45px;
  padding-bottom:45px;
  text-align: center;
  border-bottom: 1px dashed #999999;
}
.news_detail_time .time{
  font-size: 18px;
  /* font-family: Lantinghei SC; */
  font-weight: bold;
  color: #999999;
}
.news_detail_time .share{
  float: right;
  /* padding-right:18px; */
  transition: 0.36s;
  font-weight: 600;
  color: #999999;
  font-size: 15px;
}
.news_detail_time .share .icon-share{font-size: 14px;}
.news_detail_time .share:hover{
  color: #2D74E9;
} 
.news_detail_content{
  padding-top:70px;
  padding-bottom:145px;
  min-height: 200px;
  border-bottom: 1px dashed #999999;
}

.news_detail_content p{
  font-size: 18px;
  color: #666666;
  text-indent:50px;
  line-height: 32px;
  margin-bottom:50px;
}

.news_detail_content p:last-child{
  margin-bottom:0;
}
.newnextwrap{
  padding-top: 40px;
}
.newnextwrap .item{
  display: block;
  width:48%;
}

.newnextwrap .item .name{
  color: #333333;
  font-size:16px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.36s;
}
.newnextwrap .item .des{
  color: #999999;
  font-size:16px;
  line-height: 34px;
  vertical-align: middle;
  display: inline-block;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newnextwrap .item .icon-larrow{
  display: inline-block;
  border:1px solid #9C9C9C;
  color: #9C9C9C;
  font-size:20px;
  font-weight:bold;
  text-align: center;
  width:34px;
  height:34px;
  border-radius:100%;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  transition: 0.36s;
}
.newnextwrap .item .icon-larrow:before{
  position: absolute;
  left: 11px;
  top: 2px;
}
.newnextwrap .item .icon-rarrow{
  display: inline-block;
  border:1px solid #9C9C9C;
  color: #9C9C9C;
  font-weight:bold;
  text-align: center;
  width:34px;
  height:34px;
  border-radius:100%;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.newnextwrap .item .icon-rarrow:before{
  position: absolute;
  left: 8px;
  top: 5px;
}
.newnextwrap a:hover .des{
  color: #2D74E9;
}
.newnextwrap a:hover .icon-larrow{
  border-color:#2D74E9;
  background-color: #2D74E9;
  color: #ffffff;
}
.newnextwrap a:hover .icon-rarrow{
  border-color:#2D74E9;
  background-color: #2D74E9;
  color: #ffffff;
} 
/* 联系我们 */

.contactwrap{
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F7F7F7;
}

.contactwrap .contactinfo{
  float: left;
  width: 500px;
  padding-left: 70px;
}
.contactwrap .contactinfo .tit{
  font-size: 34px;
  font-weight: bold;
  color: #000000;
  padding-top:40px;
}
.contactwrap .contactinfo .cover{
  width:50px;
  height:66px;
  background-repeat: no-repeat;
  background-position: center center;
}
.contactwrap .contactinfo .name{
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  transition: 0.36s;
}
.contactwrap .contactinfo .des{
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  margin-top: 10px;
}
.contactwrap .contactinfo .item{
  cursor: pointer;
  margin-top: 60px;
}
.contactwrap .contactinfo .item:hover .name{
  color: #2D74E9;
}
.gongzhonghao{ position: relative; }
.gongzhonghao .qr-drop{
  background-color: #fff;
  position: absolute;
  left:130px;
  top:-50px;
  width:115px;
  padding:10px 10px 5px 10px;
  transform: translateX(15px);
  border-radius:5px;
  border:1px solid #2D74E9;
  visibility: hidden;
  opacity:0;
  transition: 0.36s;
  box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.17);
}

.gongzhonghao .qr-drop::after{
  position: absolute;
  left:-7px;
  top:50%;
  transform: translateY(-50%);
  content:'';
  width: 0;
  height: 0;
  border-top: 7px dashed transparent;
  border-right: 7px dashed #2D74E9;
  border-bottom: 7px solid transparent;
  border-left: 0;
}
.gongzhonghao .qr-drop img{
  width:95px;
  height:95px;
}
.gongzhonghao .qr-drop .des{
  line-height: 20px;
  font-size:12px;
  text-align: center;
  margin-top:5px;
  color:#999999;
}

.gongzhonghao:hover .qr-drop{
  visibility:visible;
  opacity:1;
  transform: translateX(0);
}

.contactwrap .map{
  float: left;
  width: 700px;
  height:785px;
}
#dituContent{
  width: 700px;
  height:785px;
}
#dituContent img {
  max-width: none
}

.anchorBL {
  /* display: none !important; */
}

.BMapLabel {
  display: none !important;
}
#dituContent .pop .center{
  width: 279px !important;
}
#dituContent .pop .bottom{
  height: 25px !important;
}
.iw_poi_title {color:#2D74E9;font-size:15px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
/* .contactwrap .item{
  float: left;
  display: block;
  border:1px solid #CCCCCC;
  padding:60px 10px 60px 10px;
  text-align: center;
  transition: 0.36s;
  width:380px;
  margin-bottom:30px;
  margin-left:30px;
}
.contactwrap .item:nth-child(3n+1){
  margin-left:0;
}
.contactwrap .item .cover{
  width:100%;
  height:60px;
  background-repeat: no-repeat;
  background-position: center center;
}
.contactwrap .item .name{
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  margin-top:24px;
  margin-bottom:20px;
  transition: 0.36s;
}
.contactwrap .item .des{
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height:40px;
}
.contactwrap .item:hover{
  border-color: #2D74E9;
}
.contactwrap .item:hover .name{
  color: #2D74E9;
} */
/* 关于我们 */
.about_wenhua{
  height: 700px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image:url('../img/abount_wenhua.png');
  padding-top: 120px;
}

.about_wenhua .title{
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #FFFFFF;
}
.about_wenhua .title_des{
  margin-top:20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.about_wenhua_wrap{
  margin-top: 77px;
  margin-left:-112.5px;
}
.about_wenhua_wrap .item{ 
  cursor: pointer;
  float: left; 
  margin-left:112.5px;
}
.about_wenhua_wrap .item .pic{
  display: block;
  width:150px;
  height: 150;
}
.about_wenhua_wrap .item .name{
  margin-top:45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  transition: 0.36s;
}
.about_wenhua_wrap .item:hover .pic{
  animation:pulse 1s .2s ease both;
}
.about_wenhua_wrap .item:hover .name{
  animation:bounce 1s .2s ease both
}

@keyframes pulse{
  0%{transform:scale(1)}
  50%{transform:scale(1.1)}
  100%{transform:scale(1)}
}
@keyframes bounce{
  0%,20%,50%,80%,100%{transform:translateY(0)}
  40%{transform:translateY(-30px)}
  60%{transform:translateY(-15px)}
}
.about_zizhiwrap{
  background-color: #F9F9F9;
  padding-bottom:175px;
  padding-top: 155px;
}
.about_zizhiwrap .title{
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #2D74E9;
}
.about_zizhiwrap .title_des{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-top: 16px;
}
.swiper-zizhi{
  margin-top: 110px;
}
.swiper-zizhi .swiper-slide{
  background-color:#ffffff;
  padding:20px;
  border-radius: 3px;
  cursor:move;
  transition: 0.36s;
}

.swiper-zizhi .swiper-slide .pic{
  width:100%;
  height: 190px;
  object-fit: cover;
}
.swiper-zizhi .swiper-slide .name{
  margin-top:20px;
  margin-bottom:10px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.36s;
}
.swiper-zizhi .swiper-slide:hover{
  box-shadow: 0px 3px 18px 0px rgb(50 50 50 / 17%);
  transform: scale(0.9);
}
.swiper-zizhi .swiper-slide:hover .name{
  color: #2D74E9;
}

.swiper-zizhi-btn{
  width:40px;
  height:40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  cursor: pointer;
  transition: 0.36s;
  position: absolute;
  top:35%;
  z-index:5;
}
.swiper-zizhi-prev{
  left:-65px;
  background-image:url('../img/prev.png');
}
.swiper-zizhi-next{
  right:-65px;
  background-image:url('../img/next.png');
}
.swiper-zizhi-prev:hover{
  background-image:url('../img/prev_ed.png');
}
.swiper-zizhi-next:hover{
  background-image:url('../img/next_ed.png');
}

.about_history{
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom:275px;
}
.about_history .title{
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #2D74E9;
}
.about_history .title_des{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-top: 16px;
}
.swiper-history-container{
  margin-top: 150px;
}
.swiper-history .swiper-slide{
  cursor:move
}
.swiper-history-line{
  width:100%;
  height:1px;
  background-repeat: repeat;
  background-image:url('../img/icon_line.png');
  position: absolute;
  left:0;
  top:75px;
}
.swiper-history .swiper-slide .year{
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.swiper-history .swiper-slide .icon{
  margin:15px auto 30px auto;
  width:42px;
  height:42px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image:url('../img/about_history.png');
}
.swiper-history .swiper-slide .des{
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  text-align: center;
}

.swiper-history-btn{
  width:40px;
  height:40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  cursor: pointer;
  transition: 0.36s;
  position: absolute;
  top:55px;
  z-index:5;
}

.swiper-history .swiper-slide:hover .year{
  color: #2D74E9;
}
.swiper-history-prev{
  left:-60px;
  background-image:url('../img/history-prev.png');
}
.swiper-history-next{
  right:-60px;
  background-image:url('../img/history-next.png');
}
.swiper-history-prev:hover{
  background-image:url('../img/history-preved.png');
}
.swiper-history-next:hover{
  background-image:url('../img/history-nexted.png');
}
.about_intro{ padding-bottom:160px; }

.about_intro_gongsi .lt{
  float: left;
  width: 500px;
}
.about_intro_gongsi .name{
  font-size: 30px;
  font-weight: bold;
  color: #2D74E9;
}
.about_intro_gongsi .name span{
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #2D74E9;
}
.about_intro_gongsi .des{
  margin-top:40px;
}
.about_intro_gongsi .des p{
  margin-top:10px;
  font-size:14px;
  color: #666666;
  line-height: 30px;
}

.about_intro_gongsi .pic{
  float: right;
  width:640px;
  height:420px;
}

.about_intro_data {
  margin-top:60px;
  border:1px solid #EDEDED;
  border-right: 0;
}
.about_intro_data .item{
  float:left;
  width:25%;
  position: relative;
  padding:50px 10px 45px 45px;
  transition: 0.36s;
  cursor: pointer;
}
.about_intro_data .item::after{
  content: '';
  position: absolute;
  right:0;
  top:0;
  width:1px;
  height: 100%;
  background-color: #EDEDED;
}
.about_intro_data .item .numwrap {
  
}

.about_intro_data .item .numwrap .num{
  font-weight: bold;
  font-size:45px;
  color:#000000;
  line-height: 40px;
  transition: 0.36s;
}

.about_intro_data .item .numwrap .unit{
  vertical-align: top;
  font-size:12px;
  color:#999999;
  transition: 0.36s;
}

.about_intro_data .item .name{
  margin-top:15px;
  font-size:14px;
  color:#000000;
  font-weight: bold;
  transition: 0.36s;
}
.about_intro_data .item:hover{
  background-color: #2D74E9;
}
.about_intro_data .item:hover .numwrap .num{ color:#ffffff;}
.about_intro_data .item:hover .numwrap .unit{color:#ffffff;}
.about_intro_data .item:hover .name{color:#ffffff;}
/* 产品中心 */
.product_wrap{
  padding-top:85px;
  padding-bottom:175px;
}
.product_ser{
  width: 500px;
}
.product_ser .txt{
  width: 100%;
  height: 50px;
  line-height:50px;
  border-radius: 50px;
  border:1px solid #E6E6E6;
  padding:0 30px;
  font-size: 16px;
  transition: 0.36s;
}
.product_ser .icon-ser{
  position: absolute;
  right: 18px;
  top:8px;
  padding:5px 10px;
  font-size:20px;
  cursor: pointer;
  transition: 0.36s;
}
.product_ser:hover .txt{
  border-color: #2D74E9;
}
.product_ser:hover .icon-ser{
  color: #2D74E9;
}
.product_con{
  margin-top: 60px;
}
.product_con .product_lt{
  float: left;
  width:318px;
  border-radius: 3px;
  border:1px solid #E6E6E6;
  border-bottom: 0;
}
.product_lt ul li .productnav{
  border-bottom: 1px solid #E6E6E6;
  padding:18px 15px 18px 24px;
  cursor: pointer;
}
.product_lt ul li .productnav .pic{
  float: left;
  width:40px;
  height:40px;
  margin-right: 15px;
  display: block;
  transition: 0.36s;
}
.product_lt ul li .productnav .name{
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  width: 190px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.36s;
}
.product_lt ul li .productnav .icon-rarrow{
  margin-left:6px;
  float: left;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
  transition: 0.36s;
}
.product_lt ul li .productnav_drop{
  display: none;
}
.product_lt ul li .productnav_drop a{
  display: block;
  padding:20px 20px 20px 80px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  border-bottom: 1px solid #E6E6E6;
  transition: 0.36s;
}
.product_lt ul li .productnav_drop a:hover{
  color: #2D74E9;
}

.product_lt ul li.active .productnav{
  background-color: #2D74E9;
}

.product_lt ul li.active .productnav .name{
  color: #ffffff;
}

.product_lt ul li.active .productnav .icon-rarrow{
  color: #ffffff;
  transform: rotate(90deg);
}
.product_lt ul li.active .productnav_drop{
  display: block;
}


.product_con .product_rt{
  width: 840px;
  margin-left:40px;
  float: left;
}
.product_con .product_rt table{
  border: 1px solid #E6E6E6;
  width:100%;
  border-radius: 3px;
}
.product_con .product_rt table th{
  border: 1px solid #E6E6E6;
  padding:15px;
  background-color: #F9F9F9;
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
}
.product_con .product_rt table td{
  border: 1px solid #E6E6E6;
  padding:15px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.product_con .product_rt table tr:nth-child(odd){
  background-color: #F9F9F9;
}
.product_con .product_rt table tr:hover{
  background-color: #96B9F4;
  transition: 0.36s;
}
.product_detail_back{
  padding-top:26px;
  padding-bottom:50px;
}
.product_model{
  padding-bottom: 25px;
}
.product_model .model{
  font-size: 34px;
  font-weight: bold;
  color: #2D74E9;
  line-height: 28px;
  display: inline-block;
}
.product_model .des{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #2D74E9;
  vertical-align: bottom;
  margin-left:15px;
}
.data_download{
  font-size: 20px;
  font-weight: bold;
  color: #2D74E9;
  line-height: 28px;
  padding-top:25px;
  padding-bottom:25px;
}
.btn_data_download{
  border: 1px solid #666666;
  display: inline-block;
  color: #666666;
  font-size: 16px;
  border-radius:3px;
  padding:10px 35px;
  transition: 0.36s;
}
.btn_data_download span{
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url('../img/loadx.png');
  width:18px;
  height:18px;
  vertical-align: middle;
  margin-left:15px;
  transition: 0.36s;
}
.btn_data_download:hover{
  background-color: #2D74E9;
  border-color: #2D74E9;
  color: #ffffff;
}
.btn_data_download:hover span{
  background-image: url('../img/loadxed.png');
}

.product_xdetail{
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px dashed #666666;
  border-bottom: 1px dashed #666666;;
}
.product_xdetail .info{
  font-size: 16px;
  color: #666666;
}
.product_xdetail .tit{
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-top:40px;
}
.product_xdetail .des{
  font-size: 16px;
  color: #666666;
}
.product_xdetail .des p{
  margin-top: 8px;
}

/* 市场应用 */
.appsmarket_con{
  margin-top:70px;
  margin-left:-25px;
}
.appsmarket_con .item{
  margin-left:25px;
  margin-bottom:25px;
  width: 280px;
  float: left;
  background-color: #F7F7F7;
  transition: 0.36s;
  border-radius:5px;
  overflow: hidden;
}
.appsmarket_con .item .coverbox{
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.appsmarket_con .item .cover{
  width: 280px;
  height: 280px;
  transition:all 0.5s ease-out 0s;
}
.appsmarket_con .item .name{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding:40px 20px;
  transition: 0.36s;
}

.appsmarket_con .item:hover{
  box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.17);
}
.appsmarket_con .item:hover .name{
  color: #2D74E9;
}

.appsmarket_con .item:hover .cover{
  transform: scale(1.09,1.09);
}

.appsmarket_top{
  background-color: #F7F7F7;
}
.appsmarket_top .cover{
  float: left;
  display: block;
  width: 400px;
  height: 480px;
}
.appsmarket_top .rtinfo{
  float: left;
  margin-left:60px;
  margin-top: 50px;
  width: 700px;
}
.appsmarket_top .rtinfo .tit_wrap .pic{
  display: block;
  float: left;
  width:90px;
  height: 90px;
}
.appsmarket_top .rtinfo .tit_wrap .icon_wrap{
  float: left;
  margin-left:30px;
  text-align: center;
  margin-top: 20px;
}
.appsmarket_top .rtinfo .tit_wrap .icon_wrap .icon_name{
  font-size: 22px;
  color: #000000;
  font-weight: bold;
}
.appsmarket_top .rtinfo .tit_wrap .icon_wrap .icon_des{
  font-size: 18px;
  color: #000000;
}
.appsmarket_top .rtinfo .info_detail{
  margin-top: 50px;
  line-height: 30px;
  font-size:16px;
  color: #666666;
}
.appsmarket_detail_tit{
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #000000;
  padding-top: 55px;
  padding-bottom: 65px;
}
.appsmarket_table{
  min-height:300px;
  margin-bottom:100px;
}
.appsmarket_table table{ 
  border: 1px solid #E6E6E6;
  width:100%;
  border-radius: 3px;
}
.appsmarket_table table td{
  border: 1px solid #E6E6E6;
  padding:15px;
  font-size: 15px;
  color: #000000;
  cursor: pointer;
}
.appsmarket_table table td.tit{
  font-weight: 600;
}
.appsmarket_detail_back{
  padding-top:90px;
}
/*  */
.new_padding_145{
  padding-bottom:145px;
}
.new_padding_190{
  padding-bottom:190px;
}
.new_padding_90{
  padding-top:90px;
}
.appsmarket_padding{
  padding-top:60px;
  padding-bottom:60px;
}

/* 首页 */
.swiper-banner-btn{
  width:40px;
  height:40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  cursor: pointer;
  transition: 0.36s;
  position: absolute;
  top:40%;
  z-index:5;
}
.swiper-banner-prev{
  left:30px;
  background-image:url('../img/idx_prev.png');
}
.swiper-banner-next{
  right:30px;
  background-image:url('../img/idx_next.png');
}
.swiper-banner-prev:hover{
  background-image:url('../img/prev_ed.png');
}
.swiper-banner-next:hover{
  background-image:url('../img/next_ed.png');
}
.swiper-pagidx .swiper-pagination-bullet{
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: .4;
}
.swiper-pagidx .swiper-pagination-bullet-active{
  transition: 0.36s;
  width:50px;
  border-radius:10px;
  opacity: 1;
}

.about_introwrap{
  background-color: #F9F9F9;
  padding-top:100px;
  padding-bottom:130px;
}
.about_introwrap .introidxpic{
  width:76px;
  height:84px;
}
.about_introwrap .nameidx{
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin-top:35px;
}
.about_introwrap .desidx{
  margin-top:35px;
  font-size: 14px;
  color: #444444;
  line-height:30px;
}
.about_intro_dataidx{
  background-color: #ffffff;
  border:0;
}
.about_intro_dataidx .itemlast::after{
  background-color:#ffffff;
}
.about_introwrap .btn-more{
  background-color: #2D74E9;
  color:#ffffff;
  display: inline-block;
  padding: 15px 25px 15px 45px;
  position: absolute;
  left:0;
  bottom: 0;
  border-radius:3px;
}
.about_introwrap .btn-more span{
  font-size:12px;
}
.about_introwrap .btn-more span.one{
  margin-left:20px;
}
.about_introwrap .btn-more span.two{
  margin-left:-5px;
}

.floor_trial{ 
  height: 340px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url('../img/idx_shiyan.png');
  text-align: center;
  padding-top:80px;
  
}
.floor_trial .keyword{}
.floor_trial .keyword span{
  font-size: 50px;
  font-weight: 800;
  color: #ECECEC;
  margin-left:17px;
  margin-right:17px;
}
.floor_trial .des{ margin-top:5px;}
.floor_trial .des span{
  color: #ECECEC;
  margin-left:15px;
  margin-right:15px;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  letter-spacing:3px;
  opacity:0.5;
}
.floor_trial .btn{
  margin-top:45px;
  background-color: #2D74E9;
  color:#ffffff;
  display: inline-block;
  padding: 13px 45px;
  border-radius:3px;
}

.product_idxwrap{
  background-color: #F9F9F9;
  padding-top:70px;
  padding-bottom:100px;
}
.title_idx{
  font-size:36px;
  color:#000000;
  line-height:30px;
  font-weight:600;
}

.title_idx span{
  display: inline-block;
  vertical-align: bottom;
  width: 14px;
  height: 14px;
  background-color: #2D74E9;
  margin-left:2px;
}
.product_idxtype{
  margin-top: 45px;
}
.product_idxtype .item{
  background-color:#ffffff;
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-top:35px;
  padding-bottom:35px;
  transition: 0.36s;
}
.product_idxtype .item::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #EDEDED;
}
.product_idxtype .item::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #EDEDED;
}
.product_idxtype .notb::before{
  background-color: #ffffff;
}
.product_idxtype .norb::after{
  background-color: #ffffff;
}
.product_idxtype .item .pic{
  height:50px;
  transition: 0.36s;
}
.product_idxtype .item .name{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-top:10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.36s;
}
.product_idxtype .item:hover{
  background-color: #2D74E9;
}
.product_idxtype .item:hover .name{
  color: #ffffff;
}
.product_idxtype .item:hover .pic{
  transform: scale(1.1);
}
.appsmarket_idx{
  padding-top:65px;
  padding-bottom:115px;
}
.news_idx{
  background-color: #F9F9F9;
  padding-top:65px;
  padding-bottom:115px;
}

.news_idx .new_des{
  font-size:14px;
  color:#333333;
  line-height:24px;
  width:72%;
  margin-top: 25px;
  margin-bottom: 60px;
}

.news_idx .btn-more{
  background-color: #2D74E9;
  color:#ffffff;
  display: inline-block;
  padding: 15px 25px 15px 45px;
  border-radius:3px;
  margin-top: 60px;
}
.news_idx .btn-more span{
  font-size:12px;
}
.news_idx .btn-more span.one{
  margin-left:20px;
}
.news_idx .btn-more span.two{
  margin-left:-5px;
}
.friendlink{
  background-color: #F9F9F9;
  padding-top:20px;
  padding-bottom:55px;
}
.friendlink .llinkname{
  font-size:15px;
  color:#999999;
  font-weight:600;
  width:75px;
}
.friendlink .rlinkbox{
  width:92%;
}
.friendlink .rlinkbox img {
  height:28px;
  width: auto;
  margin-right:15px;
  margin-bottom:15px;
}
.appsmarket_idx .des_idx{
  width: 77%;
  font-size: 14px;
  color: #444444;
  line-height:30px;
  margin-top: 35px;
}
.appsmarket_entry{
  margin-top: 65px;
  margin-left:-20px;
}
.appsmarket_entry .item{
  position: relative;
  margin-left:20px;
  width: 285px;
  height: 560px;
  float: left;
  display: block;
}
.appsmarket_entry .item .pic{
  width: 285px;
  height: 560px;
  display: block;
}
.appsmarket_entry .item .coverboxbg{
  transition: 0.36s;
  visibility: hidden;
  opacity:0;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: linear-gradient(180deg,rgba(16,30,55,.5),#0b1b39);
}
.appsmarket_entry .item .coverbox{ 
  position: absolute;
  left:15px;
  right:15px;
  top:15px;
  bottom:15px;
  text-align: center;
  overflow: hidden;
 }
.appsmarket_entry .item .coverbox .icon{
  width: 90px;
  height: 90px;
  margin-top:160px;
  display: none;
}
.appsmarket_entry .item .coverbox .tit{
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}
.appsmarket_entry .item .coverbox .tit2{
  margin-top: 14px;
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}

.appsmarket_entry .item .coverbox .btn-more{
  visibility: hidden;
  opacity:0;
  background-color: #2D74E9;
  color:#ffffff;
  display: inline-block;
  padding: 15px 25px 15px 45px;
  border-radius:3px;
  margin-top: 104px;
}
.appsmarket_entry .item .coverbox .btn-more span{
  font-size:12px;
}
.appsmarket_entry .item .coverbox .btn-more span.one{
  margin-left:60px;
}
.appsmarket_entry .item .coverbox .btn-more span.two{
  margin-left:-5px;
}

.appsmarket_entry .item:hover .coverboxbg{
  opacity:1;
  visibility: visible;
}

.appsmarket_entry .item:hover .btn-more{
  opacity:1;
  visibility: visible;
}

.appsmarket_entry .item:hover .coverbox .icon{
  display: inline-block;
  animation:pulse 1s .2s ease both;
}

.appsmarket_entry .item:hover .coverbox{
  border: 1px dashed rgba(255,255,255,0.5);
}

/* @media (max-width: 1199px){
    
}

@media (max-width: 991px){
  .headerpcwrap{ display: none; }
  .headermonilewrap{ display: block; }
  .footerwrap .qrbox{ position:unset;width: 115px; margin:0 auto 20px auto; }
}

@media (max-width: 767px){
  .footerwrap .nav{display: none;}
  .footerwrap .des{ padding-left:20px;padding-right:20px; }
}

@media (max-width:478px){
  
} */

/* 新添加 */

.headerpcwrap .languagebox {
  position: relative;
}
.headerpcwrap .languagebox .type-drop {
  background-color: #fff;
  position: absolute;
  right: -20px;
  top: 55px;
  width: 180px;
  padding: 20px;
  transform: translate(0, 15px);
  border-radius: 5px;
  border: 1px solid #2d74e9;
  visibility: hidden;
  opacity: 0;
  transition: 0.36s;
}
.headerpcwrap .languagebox .type-drop::after {
  position: absolute;
  right: 25px;
  top: -7px;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid #2d74e9;
  border-left: 7px dashed transparent;
}

.headerpcwrap .languagebox .type-drop a {
  display: block;
  line-height: 28px;
  font-size: 13px;
  position: relative;
}
.headerpcwrap .languagebox .type-drop a:before {
  content: " ";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 6px;
}
.headerpcwrap .languagebox .type-drop a.active:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iIzAyNjdEQiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTYuOTEgOC45NjJsLTYuMjM1IDYuNTIzYS4yODguMjg4IDAgMDEtLjIwOS4wOTEuMjg4LjI4OCAwIDAxLS4yMDgtLjA5bC0zLjE3MS0zLjMxN2EuMzE1LjMxNSAwIDAxMC0uNDM3bC40MTItLjQzMWEuMjg4LjI4OCAwIDAxLjIwOS0uMDkxYy4wNzggMCAuMTUzLjAzMy4yMDguMDlsMi41NDcgMi42NjUgNS42MTgtNS44NzZhLjI5LjI5IDAgMDEuNDE4IDBsLjQxMi40MzZhLjMxNS4zMTUgMCAwMTAgLjQzN3oiLz48L2c+PC9zdmc+);
}

.headerpcwrap .languagebox .type-drop a .tit {
  padding-left: 19px;
  color: #111;
  transition: 0.36s;
}

.headerpcwrap .languagebox .type-drop a .des {
  color: #999;
  transition: 0.36s;
}

.headerpcwrap .languagebox .type-drop a:hover .tit {
  color: #2d74e9;
}

.headerpcwrap .languagebox .type-drop a:hover .des {
  color: #2d74e9;
}

.headerpcwrap .languagebox:hover .type-drop {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

/* 新添加 */

/* 2022-08-09 新添加 */
.swiper-desc{
  position: absolute;
  left:0;
  right:0;
  top:38%;
  text-align: center;
  color: #ffffff;
}
.swiper-desc .tit{
  font-size: 65px;
  text-shadow: 0px 3px 7px rgb(0 0 0 / 17%);
}
.swiper-desc .des{
  font-size: 32px;
  text-shadow: 0px 3px 7px rgb(0 0 0 / 17%);
  font-family: "Times New Roman", Times, serif;
}

/* 2022-08-09 新添加-end */

/* 2022-08-15 */
.contactwrap2{
  padding-top:0;
  margin-top: -60px;
}
#dituContent2 {
  width: 700px;
  height: 500px;
}
#dituContent2 img {
  max-width: none;
}

.contactwrap2 .map {
  float: left;
  width: 700px;
  height: 500px;
}