@charset "utf-8";
html{
  font: 16px "Microsoft YaHei", "宋体", Tahoma, Arial;
  background-color: #FFFFFF;
  color: #4a4a4a;
  min-width: 300px;
}
body{
  background-color: #FFFFFF;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.allmap {
  margin-bottom: 40px;
  height: 400px;
}
#allmap {
  margin-bottom: 40px;
  height: 400px;
}
img{
  max-width: 100%;
}
a{
    text-decoration: none;
    color: #4a4a4a;
}
ul{
    list-style: none;
}
.clear{
    clear: both;
}
.show{
  display: block;
}
.fade{
    display: none;
}
.threeDots{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;  
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.indent{
  text-indent: 2rem;
}
.blue{
  color: #003993;
}
.red{
  color: #D0021B;
}


.bold{
  font-weight: bold;
}
/* header */
.header-box{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 90px;
  position: relative;
}
.header-logo{
  width: calc(100% * 470/1400);
  position: absolute;
  height: 90px;
}
.header-logo img{
  position: absolute;
  height: 50px;
  width: auto;
  top: 50%;
  margin-top: -25px;
  left: 60px;
}
.header-tabs{
  float: right;
  width: calc(100% * 950/1400);
  padding-right: 50px;
  position: relative;
  max-width: 1200px;
}
.nav-click {
  display: none;
}
.nav{
  width: 100%;
  float: right;
  height: 90px;
}
.header-tabs-item{
  float: left;
  min-width: 120px;
  max-width: 200px;
  width: calc(100% / 8);
  text-align: center;
  position: relative;
  cursor: pointer;
}
.header-tabs-item-title{
  font-family: MicrosoftYaHei;
  font-weight: 500;
  height: 90px;
  line-height: 100px;
  font-size: 1.375rem;
  position: relative;
}
.header-tabs-item-title a{
  display: inline-block;
  color: #4C4948;
  height: 90px;
}
.header-tabs-item-active .header-tabs-item-title a,.header-tabs-item:hover .header-tabs-item-title a{
  font-weight: bold;
  color: #003993;
  border-bottom: 4px solid #003993;
}
.header-tabs-item-title img{
  position: absolute;
  width: 17px;
  height: 11px;
  bottom: 0;
  left: 50%;
  margin-left: -8.5px;
  display: none;
}
.header-tabs-item-active .header-tabs-item-title img,.header-tabs-item:hover .header-tabs-item-title img{
  display: block;
}
.header-tabs-item:hover .header-tabs-item-box{
  height: auto;
  opacity: 1;
  transition: all 1s;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari 和 Chrome */
  -o-transition: all 1s; /* Opera */
}
.header-tabs-item-box{
  position: absolute;
  top: 90px;
  z-index: 999;
  width: 100%;
  opacity: 0;
  height: 0;
}
.header-tabs-item:hover .header-tabs-item-box a{
  height: 42px;
}
.header-tabs-item-box a{
  background-color: rgba(255,255,255,0.8);
  display: block;
  font-size: 1.125rem;
  width: 100%;
  height: 0px;
  line-height: 42px;
  border-bottom: 1px solid rgba(200,200,200,0.8);
  font-weight: 300;
}
.header-tabs-item-box a:hover{
  color: #003993;
  font-weight: 500;
}
/* search框 */
.search{
  float: right;
  margin-right: -50px;
  width: 50px;
  height: 90px;
  line-height: 100px;
  z-index: 100;
  text-align: center;
}
.search-input{
  position: absolute;
  top: 0;
  right: 50px;
  width: calc(97% - 50px);
  height: 90px;
  z-index: 998;
  background-color: #FFFFFF;
  display: none;
  font-size: 1rem;
}
.search input{
  position: absolute;
  height: 40px;
  top: 30px;
  right: 50px;
  width: calc(97% - 50px);
  border: 1px solid rgba(155,155,155,.2);
  border-right: none;
  outline: none;
  background-color: #fff;
  display: none;
  font-size: 1rem;
  border-radius: 4px;
  padding-left: 10px;
  z-index: 999;
}
.search-go{
  position: absolute;
  top: 30px;
  right: 0px;
  width: 50px;
  height: 40px;
  line-height: 40px;
  z-index: 998;
  text-align: center;
  border: 1px solid rgba(155,155,155,.2);
  border-left: none;
  cursor: pointer;
  background: url(../img/icon/search.png) no-repeat center center;
  background-size: 50%;
  color: transparent;
}
.search-img{
  height: 90px;
  cursor: pointer;
  line-height: 100px;
  font-size: 1.25rem;
  background: url(../img/icon/search.png) no-repeat center 55%;
  background-size: 60%;
  color: transparent;
}

/* footer */
.footer{
  font-size: .875rem;
  color: #4a4a4a;
  background-color: #F5F5F7;
}
.footer a{
  color: #4a4a4a;
}
.footer a:hover{
  color: #1b419a;
}
.footer-box{
  width: 84%;
  margin: 0 auto;
}
.footer-page1{
  padding: 50px 0 19px 0;
  font-family:SourceHanSansCN-Medium,SourceHanSansCN;
  position: relative;
}
.footer-page1-left{
  width: calc(100% - 350px);
}
.footer-page1-logo{
  width: 16.25rem;
  margin-bottom: 1.25rem;
}
.footer-page1-list{
  margin-bottom: 20px;
  height: 2.5rem;
}
.footer-page1-item{
  float: left;
  width: calc(100% / 7);
}
.footer-page1-item h3{
  font-size: 1.375rem;
  font-weight: 600;
}
.footer-page1-address{
  width: 645px;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.125rem;
  font-family: SourceHanSansCN-Regular,SourceHanSansCN;
}
.footer-page1-address p{
  float: left;
  width: 50%;
}
.footer-page1-address p:nth-child(2){
  text-align: right;
}
.footer-page1-address span{
  display: inline-block;
  width: 90px;
}
.footer-page1-right{
  position: absolute;
  right: 0;
  top: 50px;
  width: 350px;
  border-left: 1px solid #979797;
}
.footer-page1-img{
  width: 120px;
  margin: 0 auto;
}
.footer-page1-img img{
  width: 100%;
}
.footer-page1-title{
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.footer-page1-email{
  margin-top: 1rem;
  text-align: center;
}
.footer-page1-email:hover a{
  transform: translateY(-2px);
  -ms-transform: translateY(-2px); 	/* IE 9 */
  -moz-transform: translateY(-2px); 	/* Firefox */
  -webkit-transform: translateY(-2px); /* Safari 和 Chrome */
  -o-transform: translateY(-2px); 	/* Opera */
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.footer-page1-email a{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #003993;
  border-bottom: 1px solid #003993;
}
.footer-page1-email img{
  width: 18px;
  height: 14px;
  margin-bottom: -2px;
}
.footer-page2{
  border-top: 1px solid rgba(151, 151, 151, .7);
  padding: 19px 0;
}
.footer-page2 p{
  display: inline-block;
}
.footer-page2-left{
  width: 39%;
}
.footer-page2-center{
  width: 28%;
}
.footer-page2-center img{
  vertical-align: middle;
  margin-bottom: 3px;
}
.footer-page2-right{
  text-align: right;
  width: 32%;
}
@media screen and (max-width:1600px){
  .header-logo img{
    height: 40px;
    margin-top: -20px;
  }
  .header-tabs-item{
    min-width: 100px;
  }
}
@media screen and (min-width:1500px){
  .footer-box{
    max-width: 1500px;
  }
}
@media screen and (max-width:1499px){
  .footer-box{
    max-width: 1200px;
  }
  .header-tabs {
    width: calc(100% * 975/1400);
  }
  .header-logo img{
    height: 32px;
    margin-top: -16px;
  }
  .footer-page1-left{
    width: calc(100% - 300px);
  }
  .footer-page1-right{
    width: 300px;
  }
}
@media screen and (max-width:1299px){
  .footer-box{
    width: 90%;
  }
  .header-tabs {
    width: calc(100% * 1100/1400);
  }
  .header-logo{
    width: calc(100% * 400/1400);
  }
  .header-logo img{
    left: 0;
  }

}
@media screen and (max-width:1200px){

  .header-tabs-item{
    min-width: 88px;
  }
  .header-tabs {
    width: calc(100%  - 210px);
  }
  .header-logo img{
    height: 26px;
    margin-top: -13px;
  }
  .footer-page1-left{
    width: calc(100% - 260px);
  }
  .footer-page1-right{
    width: 260px;
  }
}
@media screen and  (max-width:1023px){
  html{
    font-size: 14px;
    padding-top: 80px;
  }

  .header-box{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
    background-color: rgba(213,232,255,0.9);
    height: 80px;
  }
  .header-logo{
    width: calc(100% - 50px);
    height: 80px;
  }
  .header-logo img{
    left: 10px;
    height: 46px;
    margin-top: -23px;
  }
  .header-tabs{
    width: 50px;
    height: 80px;
  }
  .nav-click{
    display: block;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -9px;
  }
  .nav-click img{
    width: 100%;height: 100%;
  }
  .search{
    display: none;
  }
  .nav{
    float: none;
    position: fixed;
    top: 80px;
    left: 50vw;
    width: 50vw;
    height: calc(100vh - 50px);
    z-index: 1000;
    background-color: rgba(213,232,255,0.8);
    display: none;
  }
  .header-tabs-item{
    width: 100%;
    max-width: 100%;
  }
  .header-tabs-item-title{
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed rgba(255,255,255,1);
  }
  .header-tabs-item-title a{
    height: 44px;
  }
  .header-tabs-item-box{
    top: 0;
    position: relative;
  }
  .footer-page2-left{
    text-align: center;
    width: 50%;
  }
  .footer-page2-center{
    text-align: center;
    width: 49%;
  }
  .footer-page2-right{
    text-align: center;
    width: 100%;
    margin-top: 16px;
  }
  .footer-page1-left{
    width: calc(100% - 220px);
  }
  .footer-page1-right{
    width: 220px;
  }
  .footer-page1-item h3{
    font-size: 1.125rem;
  }
  .footer-page1-address{
    width: 520px;
  }
  .footer-page1-address{
    font-size: 1rem;
  }
}
@media screen and  (max-width:900px){
  .footer-page1-left{
    width: calc(100% - 200px);
  }
  .footer-page1-right{
    width: 200px;
    border-left: none;

  }

  .footer-page1-title{
    /* margin-bottom: 1.25rem; */
  }
}
@media screen and  (max-width:800px){
  html{
    font-size: 12px;
  }
  .footer-page2-left,.footer-page2-center{
    width: 100%;
  }
  .footer-page2-center{
    margin-top: 16px;
  }
  .footer-page1-left{
    width: calc(100% - 190px);
  }
  .footer-page1-right{
    width: 190px;
  }
  .footer-page1-title{
    margin-bottom: .625rem;
  }
  .footer-page1-address{
    width: 458px;
  }
}
@media screen and  (max-width:700px){
  .footer-page1-left{
    width: 100%;
  }
  .footer-page1-list{
    margin-bottom: 0;
  }
  .footer-page1-right{
    display: none;
  }
  .footer-page1-address{
    width: 438px;
  }
  .footer-page1-address span{
    width: 70px;
  }
}
@media screen and  (max-width:600px){

}
@media screen and  (max-width:500px){
  .header-logo img{
    height: 30px;
    margin-top: -15px;
    left: 0;
  }
  .nav-click{
    width: 22px;
    height: 22px;
    right: 0;
  }
  html{
    padding-top: 52px;
  }
  .header-box{
    height: 50px;
  }
  .header-logo{
    height: 50px;
  }
  .header-tabs{
    height: 50px;
  }
  .nav{
    top: 50px;
  }
  .footer-page1-list{
    height: auto;
    margin-bottom: 1.25rem;
  }
  .footer-page1-item{
    width: calc(100% / 4);
  }
  .footer-page1-address{
    width: 90%;
    height: auto;
    line-height: 1.5rem;
    margin-bottom: .625rem;
  }
  .footer-page1-address p{
    width: 100%;
  }
  .footer-page1-address p:nth-child(2){
    text-align: left;
  }
}
@media screen and  (max-width:320px){
  .header-logo img{
    height: 28px;
    margin-top: -14px;
  }
}
.header-box::after,.header-tabs::after,.footer-page1-list::after,.footer-page1::after{
  clear: both;
  content: "";
  display: block;
}
