img{ max-width:100%}

.text-center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.none {
  display: none;
}

.wp100 {
  width: 100%;
}

.box {
  padding-top: 0.44rem;
}

header {
  width: 100%;
  height: .44rem;
  display: flex;
  background-color: #005EBE;
  padding: 0 .16rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
header .icon-nav, header .icon-prev {
  width: 0.24rem;
  float: left;
}
header .icon-search {
  width: 0.24rem;
  float: right;
}

.banners-container {
  padding: 18px 0;
}

.banners-container .swiper-slide {
  height: 2.14rem;
  width: 3rem;
  /* 208+25*/
}
.banners-container .swiper-slide img {
  width: 100%;
}

.banner {
  width: 100%;
  height: 100%;
}

.advBox {
  width: 100%;
}
.advBox img {
  width: 100%;
}

.selectBox {
  line-height: 0.66rem;
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #DCDDE1;
  height: 0.66rem;
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  z-index: 10;
}
.selectBox .list {
  flex: 1;
  -webkit-flex: 1;
  font-size: 0.15rem;
  text-align: center;
  color: #999999;
}
.selectBox .list .title{
	background-color: #fff;
}
.selectBox .list .title .icon {
  width: 0.06rem;
}
.selectBox .list .title .icon.down {
  display: none;
}
.selectBox .list .title.active .up {
  display: none;
}
.selectBox .list .title.active .down {
  display: inline-block;
}
.selectBox .list .nav {
  background-color: #fff;
  padding: 0 0.16rem;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.selectBox .list .nav .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.52;
  background: #000000;
  z-index: -1;
  left: 0;
  top:0;
}
.selectBox .list .nav a {
  display: block;
  border-bottom: 1px solid #DCDDE1;
  line-height: 0.66rem;
  text-align: left;
  color: #222222;
}

.listBox li {
  padding: 0.16rem;
  border-bottom: 1px solid #DCDDE1;
}
.listBox li .title {
  font-size: 0.16rem;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listBox li .num {
  font-size: 0.12rem;
  color: #888;
}
.listBox li .time {
  font-size: 0.12rem;
  color: #888;
  margin-top: 0.16rem;
  display: block;
}

.slideNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background-color: #0070e2;
  left: -100%;
}
.slideNav .slideNav-close {
  height: 0.44rem;
  line-height: 0.44rem;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: right;
  padding: 0 0.16rem;
}
.slideNav .slideNav-close img {
  width: 0.28rem;
}
.slideNav .slide-nav {
  text-align: center;
}
.slideNav .slide-nav a {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.54rem;
}

.detailBox {
  padding: 0.16rem;
  box-sizing: border-box;
}
.detailBox .head-title {
  border-bottom: 1px solid #DCDDE1;
  padding-bottom: 0.16rem;
}
.detailBox .detailTitle {
  font-size: 0.2rem;
  margin-bottom: 0.12rem;
}
.detailBox .msg {
  color: #999;
  line-height: 0.23rem;
}
.detailBox .detail {
  font-size: 0.14rem;
  color: #888888;
  line-height: 0.28rem;
  /*padding-top: 0.16rem;*/
}
.detailBox .detail .development {
  border-left: 2px solid #DCDDE1;
}
.detailBox .detail .development .list {
  margin-left: -0.09rem;
}
.detailBox .detail .development .list .tip {
  width: 0.16rem;
  background-color: #fff;
}
.detailBox .detail .development .developmentList {
  margin-left: 0.2rem;
  margin-bottom: 0.16rem;
}
.detailBox .detail .development .developmentList .main {
  font-size: 0.16rem;
}
.detailBox .detail .development .developmentList .time {
  font-size: 0.12rem;
  color: #999;
}
.detailBox .detail .development .developmentList .detail {
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  font-size: 0.12rem;
  color: #888;
  display: block;
  min-height: 0.64rem;
  padding: 0.12rem;
  box-sizing: border-box;
  width: 3.08rem;
}

#container {
  height: 2rem;
  font-size: 0.1rem;
}

.companyMsg .phone {
  color: #005EBE;
  font-size: 0.13rem;
  padding: 0.06rem 0;
  display: inline-block;
}
.companyMsg .title {
  font-size: 0.16rem;
  margin-top: 0.12rem;
}
.companyMsg .company-detail {
  font-size: 0.12rem;
  line-height: 0.24rem;
  color: #888;
}

.contactBox {
  line-height: 0.64rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.contactBox .nav {
  float: left;
  width: 50%;
  display: inline-block;
  text-align: center;
  font-size: 0.15rem;
}
.contactBox .nav.active {
  color: #005EBE;
}

.aboutBox-nav {
  line-height: 0.64rem;
  overflow-x: scroll;  
}
.aboutBox-nav .aboutBox-nav-inner {
  display: flex;
  display: inline-flex;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 0.12rem;
}
.aboutBox-nav span {
  float: left;
  display: inline-block;
  width: 0.85rem;
  text-align: center;
  font-size: 0.14rem;
}
.aboutBox-nav span.active a {
  color: #005EBE;
}

.bookBox li {
  margin-bottom: 0.16rem;
}
.bookBox .expert {
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  background-color: #b8c0ca;
  text-align: center;
  border-radius: 15px;
  margin-right: 0.12rem;
}
.bookBox .expert img {
  max-height: 100%;
  max-width: 100%;
}
.bookBox .pic {
  width: 0.56rem;
  height: 0.8rem;
  overflow: hidden;
  margin-right: 0.12rem;
  border: 1px solid #eee;
}
.bookBox .pic img {
  max-height: 100%;
  max-width: 100%;
}
.bookBox .bookDetail {
  width: 2.72rem;
  border-bottom: 1px solid #DCDDE1;
  min-height: 0.8rem;
}
.bookBox .bookDetail .title {
  font-size: 0.16rem;
  color: #222222;
}
.bookBox .bookDetail .msg {
  font-size: 0.12rem;
}

.newsList li {
  margin-bottom: 0.16rem;
}
.newsList .pic {
  width: 1.1rem;
  height: 0.8rem;
  overflow: hidden;
  margin-right: 0.14rem;
}
.newsList .pic img {
  width: 100%;
}
.newsList .main {
  width: 2.1rem;
  font-size: 0.12rem;
  color: #888;
}
.newsList .main .title {
  font-size: 0.16rem;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #222;
}
.newsList .main .newsMain {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.12rem;
}

.messageForm .list {
  border-bottom: 1px solid #DCDDE1;
  font-size: 0.13rem;
  color: #999;
  height: 0.47rem;
}
.messageForm .list label {
  display: inline-block;
  width: 0.7rem;
}
.messageForm .list input {
  width: 2.6rem;
  height: 0.43rem;
  border: none;
  font-size: 0.13rem;
  color: #999;
}
.messageForm .btn-submit {
  background-image: linear-gradient(90deg, #59ABFF 0%, #2892FF 100%);
  border-radius: 2px;
  font-size: 0.14rem;
  color: #fff;
  border: none;
  width: 2.15rem;
  height: 0.44rem;
  margin-top: 0.8rem;
}

.btn-search {
  background-color: transparent;
  border: none;
  font-size: 0.14rem;
  color: #fff;
  height: 0.3rem;
}

.searchBox {
  width: 2rem;
  height: 0.3rem;
  font-size: 0.14rem;
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-radius: inherit;
}

.searchForm {
  display: none;
}

.teamBox .people {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 8px;
  overflow: hidden;
  background-color: #b4bcc6;
}
.teamBox .people img {
  max-height: 100%;
  max-width: 100%;
}

.expertBox .bookDetail {
  width: 2.7rem;
}
.expertBox .bookDetail .expert-msg {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.12rem;
  color: #888;
  line-height: 0.23rem;
}

.expertNav .list .title  a{ color:#999999}
.expertNav .list .title.active a {
  color: #005EBE;
}

.coopertaion {
  padding: 0.2rem 0;
}
.coopertaion li {
  width: 33.3%;
  height: 0.55rem;
  float: left;
  text-align: center;
  position: relative;
  margin-bottom: 0.1rem;
}
.coopertaion li img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.swiper-container {
  width: 100%;
}

.banner .swiper-slide img {
  width: 100%;
}

.swiper-container.companyIp {
  margin: 0.2rem 0;
}
.swiper-container.companyIp .swiper-slide a {
  width: 3rem;
  margin: auto;
  display: block;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  margin-bottom: 10px;
}
.swiper-container.companyIp .swiper-slide .imgBox {
  width: 3rem;
  overflow: hidden;
}
.swiper-container.companyIp .swiper-slide .imgBox img {
  width: 100%;
}
.swiper-container.companyIp .swiper-slide .proMsg {
  padding: 0.16rem 0.2rem;
  box-sizing: border-box;
}
.swiper-container.companyIp .swiper-slide .proMsg .en {
  font-size: 0.16rem;
  color: #888;
}
.swiper-container.companyIp .swiper-slide .proMsg .ch {
  font-size: 0.2rem;
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
  width: 0.85rem;
}

#nav {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

#nav .swiper-slide span {
  margin: 0 5px;
  text-align: center;
  display: block;
  line-height: 0.64rem;
  font-size: 0.14rem;
  color: #222;
}

.banner img {
  width: 100%;
  display: block;
}

.banner .swiper-pagination {
  left: auto;
  right: 7px;
  bottom: 7px;
  width: auto;
  padding: 2px 7px;
  border-radius: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.tableForm {
    margin: auto;
    text-align: center;
    max-width: 780px;
    border: 1px solid #eee!important;
    word-wrap: break-word;
    word-break: break-all;
}

.tableForm tr td {
    padding: 0px 6px;
    text-align: left;
    height: 60px;
    border: 1px solid #eee!important;
    font-size: 12px!important;

}

.tableForm tr th {
    background-color: #fafafa!important;
    padding: 0px 6px;
    text-align: center;
    border: 1px solid #eee!important;
    font-size: 13px!important;
}
.index-nav{
    overflow-x: scroll;
    
}
.index-nav .inner{
    display: flex;
    display: inline-flex;
    
}
.index-nav .inner .list{
       float: left;
    width: 1rem;
    line-height: 0.64rem;
    text-align: center;
}
.index-nav .inner .list.active{
	color:#005EBE;
}
/*# sourceMappingURL=main.css.map */
