@charset "utf-8";
*{
  padding: 0;
  margin:0;
}
body{
  font-size: 14px;
  font-family: "微软雅黑";
  background: #f9f9f9;
}
ul{
  list-style:none;
}
a{
  text-decoration: none;
}
input,textarea{
  outline:none;
}
img{
  border:none;
}
.page{
  width: 100%;
  min-height: 100%;
}
.content{
  width: 1200px;
  margin: auto;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:after{
  content: '';
  display: block;
  clear: both;
 /*  height: 0; */
}
.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.mt40{
  margin-top: 40px;
}
.c333{
  color: #333;
}
.c666{
  color: #666;
}
.c636363{
  color: #636363;
}
.c999{
  color: #999999;
}
.cfff{
  color: #fff;
}
.fs12{
  font-size: 12px;
}
.fs16{
  font-size: 16px;
}
.fs18{
  font-size: 18px;
}
.body{
  background: #fff;
}
/*头部上方导航*/
.header{
  position: relative;
  width: 100%;
  height: 520px;
}
.header-txt{
  position: absolute;
  top: 140px;
  left: 50%;
  /*margin-left: -178px;*/
  margin-left: -297px;
}
.nav{
  height:100px;
}
.nav-left{
  float: left;
  width: 170px;
  margin-right: 1px;
  background: #4e82f0;
  opacity: .8;
  filter:alpha(opacity=80);
  /*background: rgba(78,130,240,.8);*/
}
.nav-right{
  width: 1029px;
}
.nav-logo{
  display: block;
  width: 68px;
  height: 68px;
  margin: 16px auto;
}
.nav-search{
  position: relative;
  width: 560px;
  height: 40px;
}
.nav-search-bg{
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  background: #4e82f0;
  opacity: .5;
  filter:alpha(opacity=50);
  z-index: 3;
}
.nav-text{
  position: relative;
  line-height: 40px;
  margin-left: 16px;
  z-index: 4;
}
.nav-searchbox{
  position: relative;
  width: 180px;
  height: 28px;
  margin: 6px;
  background: #fff;
  opacity: .5;
  filter:alpha(opacity=50);
  /*background: rgba(255,255,255,.4);*/
  border-radius: 14px;
  z-index: 4;
}
.nav-searchbox .nav-input{
  width: 130px;
  height: 100%;
  line-height: 28px;
  margin-left: 10px;
  background: transparent;
  border: none;
}
.nav-searchbox .nav-searchicon{
  width: 16px;
  height: 16px;
  margin: 5px 8px 5px 6px;
  cursor: pointer;
}
.nav-searchbox .nav-line{
  position: relative;
  display: block;
  height: 26px;
  margin-top: 1px;
  border-left: 1px solid #fff;
  z-index: 4;
}
.nav-lang{
  width: 286px;
  height: 40px;
  margin-right: 1px;
  background: #4e82f0;
  opacity: .65;
  filter:alpha(opacity=65);
  /*background: rgba(78,130,240,.65);*/
}
.nav-lang .nav-langicon{
  width: 20px;
  height: 20px;
  margin: 10px 8px 10px 20px;
}
.nav-lang .nav-langtxt{
  line-height: 40px;
}
.nav-date{
  width: 182px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #4e82f0;
  opacity: .65;
  filter:alpha(opacity=65);
  /*background: rgba(78,130,240,.65);*/
}
.nav-tab{
  width: 1029px;
  height: 59px;
  line-height: 59px;
  margin-top: 1px;
  /*background: rgba(78,130,240,.75);*/
}
.nav-tab .nav-tabitem{
  /* width: 147px; */
  width: 128.5px;
  background: #4e82f0;
  opacity: .75;
  filter:alpha(opacity=75);
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.nav-tabitem a{
  display: block;
  width: 100%;
  height: 100%;
}
.nav-tab .nav-on{
  background: #4e82f0;
  opacity: 1;
  filter:alpha(opacity=100);
  /*background: rgba(78,130,240,1);*/
}
.nav-tab .nav-tabitem:hover{
  background: #4e82f0;
  opacity: 1;
  filter:alpha(opacity=100);
  /*background: rgba(78,130,240,1);*/
}

.guide{
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.guidetxt{
  margin-left: 10px;
}
.guidesign{
  margin: 0 4px;
}
.guidetitle{
  color: #666;
}
.guidetitle:hover{
  color: #4e82f0;
}
.guidetxt .guidetitle:last-child{
  color: #4e82f0;
}
/*二级导航*/
.body .tabs{
  position: absolute;
  top: -46px;
  left: 0;
}
.tabsitem{
  display: block;
  width: 160px;
  line-height: 46px;
  margin-right: 1px;
  text-align: center;
  background: #000;
  opacity: .6;
  filter:alpha(opacity=60);
  /*background: rgba(0,0,0,.42);*/
  transition: all 0.5s ease;
}
.tabsitem:hover{
  background: #4e82f0;
  opacity: 1;
  filter:alpha(opacity=100);
}
.tabs-on{
  background: #4e82f0;
  opacity: 1;
  filter:alpha(opacity=100);
}
/*footer*/
.footer{
  width: 100%;
  height: 185px;
  padding-top: 55px;
  text-align: center;
  background: #4e82f0;
}
.footer-link{
  width: 316px;
  margin: 16px auto;
  opacity: .6;
}
.footer-link li{
  width: 78px;
  height: 16px;
  line-height: 16px;
  border-right: 1px solid #fff;
}
.footer-link li:last-child{
  border: none;
}
.footer-location{
  opacity: .6;
}
.footer-copyright{
  margin: 16px;
  opacity: .6;
}
.footer-iconbox{
  text-align: center;
}
.footer-icon{
  margin-left: 10px;
}
/*飘窗*/
.fixmenu{
  position: fixed;
  height: 371px;
  top: 50%;
  right: 18px;
  margin-top: -230px;
  z-index: 20;
}
.servicemenu{
  width: 138px;
  border: 1px solid #ccc;
}
.servicemenu-title{
  height: 105px;
  text-align: center;
  background: #4e82f0;
}
.servicemenu-title .servicemenu-title-icon{
  margin-top: 24px;
}
.servicemenu-title .menu-on{
  position: absolute;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.servicemenu-titlezn{
  font-size: 16px;
}
.servicemenu-titleen{
  margin-left: -16px;
}
.servicemenu-listitem{
  position:relative;
  height: 70px;
  line-height: 70px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.servicemenu-list .servicemenu-listitem:last-child{
  border: none;
}
.servicemenu-listitem img{
  margin: 24px 10px 0 15px;
}

.servicemenu-listitem.other{height: 70px;line-height: 30px;}


.totop{
  margin-top: 6px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
.totop span{
  width: 94px;
  line-height: 44px;
  text-align: center;
}
.servicemenu-listitem .qrcode{
  position:absolute;
  width:100px;
  height:100px;
  left:-140px;
  top:50%;
  padding:8px;
  margin-top:-60px;
  background:#fff;
  z-index: 20;
}
.servicemenu-listitem .qrcode img{
  display:block;
  width:100px;
  height:100px;
  border:0;
  margin:0;
}
.servicemenu-listitem .qrcode:before{
  content:'';
  position:absolute;
  right:-28px;
  top:48px;
  border:14px solid transparent;
  border-left-color:#fff;  
}
.fixmenu-off{
  position: fixed;
  top: 50%;
  right: -104px;
  height: 24px;
  padding: 8px;
  margin-top: -230px;
  background: #4e82f0;
  border: 1px solid #ccc;
  z-index: 20;
  cursor: pointer;
}
.fixmenu-off img{
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.fixmenu-off p{
  line-height: 24px;
}
/*文本公共样式*/
.page-content{
  font-size:16px;
  line-height:36px;
}
.page-content .body-left-title{
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.page-content h2{
  font-size: 29px;
  font-weight: bold;
  background:#fff;
}
.page-content p{
  font-size:18px;
  font-family:"宋体";
  line-height:36px!important;
  background:#fff;
  color:#666;
  padding-bottom: 10px;
}
.page-content img{
  display:block;
  margin:auto;
}


.retrievalBox{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.retrieval{
  width: 135px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #4e82f0;
  margin-left: 25px;
  cursor: pointer;
}
.retrieval:first-child{
  margin-left: 0;
}
.retriFormInfo{
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  display: none;
}
.retriFormInfo.curr{
  display: flex;
}
.retriCont{
  background: #fff;
  width: 650px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding-bottom: 30px;
}
.retriFormHeader{
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  box-sizing: border-box;
  background: #4e82f0;
}
.formHeaderTitle{
  color: #fff;
  font-size: 18px;
}
.formHeaderClose{
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.retriForm{
  display: flex;
  flex-wrap: wrap;
  padding: 10px 60px 30px;
  box-sizing: border-box;
  justify-content: space-between;
}
.retriList{
  display: flex;
  align-items: center;
  width: calc((100% - 55px) / 2);
  margin-top: 20px;
}
.retriListInput{
  width: 150px;
  height: 30px;
  border: 1px solid #dee5f8;
  background: #f9fbff;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
.retriListInput input{
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  outline: none;
  background: #f9fbff;
  box-sizing: border-box;
}
.retriListInput .pos{
  position: absolute;
  width: 150px;
  border: 1px solid #dee5f8;
  background: #fff;
  left: -1px;
  box-sizing: border-box;
  padding-bottom: 10px;
  max-height: 140px;
  overflow: auto;
  z-index: 1;
  display: none;
}
.selectInfo{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.retSubmit{
  width: 175px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #4e82f0;
  margin: 0 auto;
  cursor: pointer;
  outline: none;
  border: none;
  display: block;
}
.retriListTitle{
  margin-right: 25px;
}
.moreText{
  width: 56px;
}
.sexList, .selectList, .selectAll{
  display: flex;
  align-items: center;
  padding: 0 7px;
  box-sizing: border-box;
  margin-top: 7px;
  cursor: pointer;
}

.selectFrame{
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.sexList.curr .selectFrame, .selectList.curr .selectFrame, .selectAll.curr .selectFrame{
  background: url("../images/icon-1.png") center no-repeat;
  background-size: 9px 7px;
}
.frameType{
  font-size: 16px;
  margin-left: 5px;
}
.selectText{
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goPage{
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.goPageInput{
  width: 40px;
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0 5px;
}
.goPageInput input{
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
  border: none;
}
.goPageBtn{
  margin-left: 10px!important;
  padding: 0 5px;
}