@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
.middle-content a:hover{text-decoration: none;color: #0C7ED9 ;}
body,
div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
a {
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
  font-size: 14px;
  list-style: none;
  text-decoration: none;
}


.centerArea {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
 -webkit-text-fill-color: #333;
}
.clear {
  clear: both;
}

/*#pc{*/
/*display: block;*/
/*}*/
.more {
  color: #4a90e2;
}

.nav-bar .navUl .nav_li:hover {
  background: #b2cce4;
}

.nav-bar .navUl .nav_li:hover a {
  color: #fff;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: inherit;
}
.headerWraper{background: url("../images/header_bg1.png") no-repeat;}
.header {
 /* background-color: #085EB4;*/
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}

.input-search {
  position: absolute;
  right: 0px;
  top: 10px;
}

.none {
  padding-top: 50px;
}

.search {
  padding: 4px;
  position: relative;
  left: 30px;
  top: 4px;
}

.content {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  outline: none;
  color: #fff;
}

.content::-webkit-input-placeholder {
  text-align: right;
  font-family: AppleSystemUIFont;
  color: rgba(255, 255, 255, 0.5);
}

.content::-moz-placeholder {
  text-align: right;
  font-family: AppleSystemUIFont;
  color: rgba(255, 255, 255, 0.5);
}

.content:-ms-input-placeholder {
  text-align: right;
  font-family: AppleSystemUIFont;
  color: rgba(255, 255, 255, 0.5);
}

.header-1 {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
  width: 95%;
}

.img {
  /*margin-left: 119px;*/
  display: inline-block;
}

.code {
  display: inline-block;
  position: relative;
  /*width: 200px;*/
  text-align: left;
  top: 9px;
}

.code-img {
  display: inline-block;
}

.code span {
  /*position: absolute;*/
  /*margin-left: 10px;*/
  color: #fff;
  font-size: 12px;
  top: 25px;
  display: inline-block;
}

.right-content {
  height: 90px;
  color: white;
  line-height: 18px;
  /*margin: 15px 118px 0px 0px;*/
  text-align: right;
  float: right;
}

.right-content p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0px;
  padding: 0px;
}

.mini-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 18px;
  right: 9px;
  text-align: center;
  display: none;
}

.header-bottom {
  width: 100%;
  background: #0658aa;
}

.nav {
  width: 100%;
  /*background: #0658aa;*/
}

.nav-bar {
  height: 48px;
  margin: 0px auto;
  line-height: 23px;
  text-align: center;
/*  background: #0658aa;*/
}

.nav-bar .navUl {
  max-width: 1200px;
  margin: 30px auto 0px;
}

.nav-bar .navUl .nav_li {
  display: inline-block;
  /*margin-right: 114px;*/
  line-height: 48px;
  /*width: 13.96%;*/
}

.nav-bar .navUl .nav_li:last-child {
  margin-right: 0px;
}

.nav-bar a {
  display: inline-block;
  font-size: 18px;
  color: white;
  font-weight: 600;
}

.sub_nav {
  display: none;
}

.rightArea {
  top: 0px;
  background: #085EB3;
  /* max-width: 200px; */
  position: fixed;
  z-index: 222;
  right: -250px;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: right 500ms;
}

.title {
  position: relative;
}

.title > a {
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  display: block;
}

#close {
  width: 30px;
  height: 20px;
  position: relative;
  left: 225px;
  top: 8px;
}

.glyphicon {
  color: #fff;
}

.glyphicon-menu-hamburger {
  font-size: 24px;
}
.rightArea a:hover{color:#fff;}
.menu {
  display: none;
  background: #034b92;
}

.menu > li > a {
  font-size: 16px;
  color: #fff;
  padding: 10px 15px 10px 30px;
  display: block;
}

.dropdownBtn {
  position: absolute;
  height: 45px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  z-index: 99999;
  right: 0;
  top: 0;
  background: #034b92;
  cursor: pointer;
}

.dropdownBtn > .glyphicon {
  color: white;
  font-size: 18px;
  top: 5px;
  opacity: 0.6;
  filter: Alpha(opacity=60);
}

.mask {
  position: fixed;
  width: 100%;
  min-height: 100%;
  z-index: 3;
  background: black;
  opacity: 0.5;
  top: 0;
  left: 0;
  display: none;
  -webkit-transition: right 1000ms;
}

/*导航栏下面的六个图形内容*/
.bottom-content {
  width: 100%;
  margin: 0px auto;
  /*padding-top: 10px; background: #0658aa;*/
 
  padding: 0 12px 0;
}

.bt-content {
  /*width:80%;*/
  margin: 0px auto;
  /*border-radius: 10px 10px 0 0;*/
  /*background: url("../images/bg.png") no-repeat;*/
  float: none;
}

.bt-content ul {
  margin: 0px;
  padding-top: 25px;
}

.bt-content li {
  display: inline-block;
  text-align: center;
}

.bt-content li p {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin: 0px;
}

.bt-content li:nth-of-type(5) p {
  margin: 0px 0 10px 0;
}

.bt-content ul li a {
  display: inline-block;
  /*width: 98px;*/
  /*height: 78px;*/
}

.tel {
  margin-top: 52px;
  width: 100%;
  /*height:632px;*/
  /*background: url("../images/bg-tel.png") no-repeat;*/
  background-size: cover;
  padding: 12% 0 11.8% 13%;
}

.tel dl {
  display: inline-block;
  padding-right: 35px;
}

.tel dl dt {
  font-size: 22px;
  font-family: SFNSDisplay;
  color: #0658aa;
  margin-bottom: 16px;
}

.tel dl dd {
  font-family: AppleSystemUIFont;
  color: #333333;
  line-height: 24px;
}

.go {
  width: 133px;
  height: 42px;
}

.go a {
  display: inline-block;
  width: 133px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #0658aa;
  font-family: AppleSystemUIFont;
  color: white;
}

.foot {
  width: 100%;
 /* line-height: 50px;*/
}

/*.foot p {
  font-size: 12px;
  font-family: AppleSystemUIFont;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15%;
  background: #0658aa;
  margin-bottom: 0px;
}*/

@media screen and (min-width: 1200px) {
  .info {
    /*margin-bottom: 90px;*/
  }
  .info-img img {
    width: 100%;
  }
  /*.news-month{*/
  /*top: 185px;*/
  /*}*/
  .nav-bar ul .nav_li {
    width: 13.96%;
  }
  .bt-content {
    max-width: 1200px;
    background: url("../images/bg.png") no-repeat;
  }
  .bt-content li {
    width: 13.75%;
  }
  .bt-content > li > a:first-child {
    background: url("../images/icon_seal.png") no-repeat;
  }
  .bottom-img {
    margin-top: 53px;
  }
}

@media screen and (max-width: 1200px) {
  .mid-content {
    padding: 0px 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .info {
    /*margin-bottom: 10%;*/
  }
  .info-img img {
    width: 90%;
  }
  .nav-bar .navUl .nav_li {
    width: 12.96%;
  }
  .bt-content {
    width: 100%;
    background: url("../images/bg.png") no-repeat;
  }
  .bt-content li {
    width: 13.75%;
  }
  .bottom-img {
    margin-top: 53px;
  }
}

/*!*phone*!*/
@media screen and (min-width: 768px) {
  /*>=768*/
  .info-img {
    position: absolute;
    left: 32px;
    top: 68px;
  }
  .info-img img {
    width: 87%;
  }
  .tel {
    background: url("../images/bg-tel.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(1) a {
    background: url("../images/icon_seal.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(2) a {
    background: url("../images/icon_meetingroom_56.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(3) a {
    background: url("../images/icon_laboratory_56.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(4) a {
    background: url("../images/icon_equipment.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(5) a {
    background: url("../images/icon_process_56.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(6) a {
    background: url("../images/icon_gonggao.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(7) a {
    background: url("../images/icon_donate_56.png") no-repeat;
  }
  .bt-content ul li a {
    display: inline-block;
    width: 42px;
    height: 35px;
  }
  .bt-content {
    border-radius: 8px 8px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .bt-content ul{padding:0;}
  .right-content {
    display: none;
  }
  .input-search {
    display: none;
  }
  .none {
    display: none;
  }
  .news-month {
    width: 60px;
    height: 60px;
  }
  .bt-content ul li a {
    display: inline-block;
    width: 60px;
    height: 48px;
  }
  .none {
    display: none;
  }
  .info {
   /* margin-bottom: 15%;*/
  }
  /*.info-img img{*/
  /*width: 90%;*/
  /*}*/
  .nav-bar {
    display: none;
  }
  .code,
  .right-content,
  .input-search {
    display: none;
  }
  .img {
    margin: 10px 0px 10px 10px;
  }
  .img > img {
    width: 80%;
  }
  .mini-button {
    display: block;
  }
  .bt-content {
    /*max-width: 375px;*/
    background: url("../images/bg-phone.png") no-repeat;
    background-size: cover;
  }
  .bt-content li {
    width: 23.75%;
  }
  .bottom-img {
    margin-top: 23px;
  }
  .bottom-img > img:first-child {
    margin-bottom: 10px;
  }
  .bt-content ul li:nth-of-type(1) a {
    background: url("../images/ico_small_1.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(2) a {
    background: url("../images/ico_small_2.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(3) a {
    background: url("../images/ico_small_3.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(4) a {
    background: url("../images/ico_small_4.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(5) a {
    background: url("../images/ico_small_5.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(6) a {
    background: url("../images/ico_small_6.png") no-repeat;
  }
  .bt-content ul li:nth-of-type(7) a {
    background: url("../images/ico_small_7.png") no-repeat;
  }
  .tel {
    background: url("../images/bg_small_phone.png") no-repeat;
  }
}

@media screen and (min-width: 610px) and (max-width: 767px) {
  .info-img img {
    width: 87%;
  }
  .info-img {
    /*position: absolute;*/
    margin-top: -153px;
    margin-left: 104px;
  }
}
@media screen and  (max-width: 767px) {
 
   .rightarea{padding-bottom:10px;}
   .bottom-content{padding:0;}
  .rightarea .img img{
    max-width: 100%;
    width:70%
}
  .glyphicon{
    top:-2px;
}
}

@media screen and (max-width: 610px) {
  .info-img img {
    width: 90%;
  }
  .info-img {
    position: absolute;
    left: 20px;
    top: 68px;
  }
}
@media screen and (max-width: 992px) and (min-width:769px) {
.rightarea{margin-bottom:30px;}
}
@media screen and (max-width: 992px) {
  .right-content,
  .input-search,.nav-bar {
    display: none;
  }
  .mini-button {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  /*.bt-content ul li a {*/
  /*display: inline-block;*/
  /*width: 60px;*/
  /*height: 48px;*/
  /*}*/
  .bt-content li p {
    font-size: 12px;
  }
}
.rightarea{position: relative;padding-bottom: 10px;}
.sub-a{background:none;display:inline-block;width:auto;height:auto !importment;}

/*.header-bg{height:217px;}*/


.footer {
  margin-top:50px;
  height: 185px;
  background: #033c95;
}

.footer .footer-container .left-content {
  float: left;
  margin-top: 28px;
  width: 100%;
}

.footer .footer-container .left-content ul {
  margin-bottom: 30px;
}

.footer .footer-container .left-content ul li {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 26px;
}

.footer .footer-container .left-content p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 16px;
}

.footer .footer-container .right-ico {
  float: right;
  margin-top: -115px;
  text-align: center;
}


.footer .footer-container .right-ico  span{color: #fff;
    display: block;
    padding-top: 8px;
    font-size: 12px;}

/*# sourceMappingURL=common.css.map */