.ui-widget.ui-widget-content {
  z-index: 9999;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
ol,
ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img {
  border: none;
}
/*img{vertical-align:top;}*/
input,
button {
  vertical-align: middle;
  color: #6b5f53;
  outline: none;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: #323232;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
a:hover {
  color: #077dd5;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "黑体", "微软雅黑", "思源黑体", Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body,
html {
  font-size: 14px;
  overflow-x: hidden;
  color: #333;
  background: #f8f8f8;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  clear: both;
  content: ' ';
}
/*分页器*/
.pagging {
  text-align: center;
}
.pagging li {
  display: inline-block;
  margin: 0 2px;
}
.pagging li.active span {
  background: #0064af;
  border-color: #0064af;
  color: #fff;
}
.pagging a,
.pagging span {
  display: inline-block;
  padding: 0 12px;
  background: #fff;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pagging a:hover,
.pagging span:hover {
  background: #0064af;
  border-color: #0064af;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ind-notice {
  margin: 20px 0;
}
.ind-notice .swiper-slide img {
  display: block;
}
.ind-notice .tit-box {
  width: 100%;
  z-index: 1;
  padding: 0 18px;
  height: 45px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.ind-notice .tit-box .swiper-banner-next,
.ind-notice .tit-box .swiper-banner-prev {
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.3);
  float: left;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  margin-top: 7px;
}
.ind-notice .tit-box .swiper-banner-next:hover,
.ind-notice .tit-box .swiper-banner-prev:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-notice .tit-box .notice-con {
  float: left;
  color: #0064af;
}
.ind-notice .tit-box .notice-con .tit {
  float: left;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
}
.ind-notice .tit-box .notice-con .tit .fa {
  margin: 4px 12px 0 0;
}
.ind-notice .tit-box .notice-con .con {
  float: left;
  padding: 12px 0;
  font-size: 15px;
  height: 45px;
  overflow: hidden;
}
.ind-notice .tit-box .notice-con .con a span {
  color: #999;
  margin-right: 15px;
}
.ind-notice .tit-box .more {
  float: right;
}
.ind-notice .tit-box .more a {
  color: #f08302;
  line-height: 45px;
}
.ind-notice .tit-box .banner-bot {
  float: right;
}
.top-content {
  background: url(../images/top.jpg) #dae5f9 no-repeat 76.3% bottom;
  width: 100%;
  z-index: 2;
  height: 166px;
}
.top-content .top {
  width: 100%;
}
.top-content .top:after {
  display: block;
  content: ' ';
  clear: both;
}
.top-content .top .logo {
  float: left;
  margin-top: 20px;
}
.top-content .top .rig-con {
  float: right;
  margin-top: 54px;
}
.top-content .top .rig-con .rig-a span {
  color: #9bb1c0;
  vertical-align: top;
}
.top-content .top .rig-con .rig-a a,
.top-content .top .rig-con .rig-a span {
  padding: 0 3px;
}
.top-content .top .rig-con .search {
  margin-top: 10px;
}
.top-content .top .rig-con .search input {
  background: #fff;
  border: none;
  padding: 8px 15px;
  float: right;
  width: 252px;
}
.top-content .top .rig-con .search .but {
  float: right;
  height: 31px;
  background: #0064af;
  padding: 0 15px;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top-content .top .rig-con .search .but:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.nav-wrap {
  background: #0064af;
}
.nav-wrap:after {
  display: block;
  content: ' ';
  clear: both;
}
.nav-wrap .nav {
  position: relative;
}
.nav-wrap .nav a {
  color: #fff;
  display: block;
}
.nav-wrap .nav .stair {
  float: left;
  width: 11.1%;
  text-align: center;
  height: 47px;
  line-height: 47px;
  background: #0064af;
  color: #fff;
  font-size: 15px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.nav-wrap .nav .stair .stair-a {
  display: block;
  width: 100%;
  position: relative;
}
.nav-wrap .nav .stair .stair-a:after {
  position: absolute;
  content: ' ';
  height: 15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  right: 0;
  top: 16px;
}
.nav-wrap .nav .stair:hover {
  background: #349af2;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.nav-wrap .nav .stair:last-of-type a:after {
  display: none;
}
.nav-wrap .nav .stair.current {
  background: #349af2;
}
.nav-wrap .nav .stair .second {
  display: none;
  background: url(../images/nav-bg.png) no-repeat right bottom rgba(255, 255, 255, 0.96);
  background-size: 15%;
  position: absolute;
  left: 0;
  top: 47px;
  width: 100%;
  padding: 25px 35px 35px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 5px 5px;
  z-index: 10;
}
.nav-wrap .nav .stair .second a {
  color: #333;
  width: calc(25% - 30px);
  float: left;
  text-align: left;
  margin-right: 30px;
  font-size: 14px;
  line-height: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.nav-wrap .nav .stair .second a .fa {
  font-size: 12px;
  margin-right: 4px;
  vertical-align: top;
  margin-top: 11px;
  color: #666;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.nav-wrap .nav .stair .second a:hover {
  color: #0064af;
}
.nav-wrap .nav .stair .second a:hover .fa {
  color: #0064af;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-banner:after {
  display: block;
  clear: both;
  content: ' ';
}
.ind-banner .swiper-container-banner {
  overflow: hidden;
  width: calc(100% - 358px);
  float: left;
  position: relative;
}
.ind-banner .swiper-container-banner .banner-bot .swiper-slide img {
  display: block;
}
.ind-banner .swiper-container-banner .banner-bot .swiper-banner-prev,
.ind-banner .swiper-container-banner .banner-bot .swiper-banner-next {
  position: absolute;
  top: 48%;
  left: 15px;
  z-index: 1;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  border-radius: 50%;
  color: #fff;
}
.ind-banner .swiper-container-banner .banner-bot .swiper-banner-next {
  left: auto;
  right: 15px;
}
.ind-banner .swiper-container-banner .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.ind-banner .ind-nav {
  width: 338px;
  background: #fff;
  float: right;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.ind-banner .ind-nav .li {
  width: 48.5%;
  height: 145px;
  margin-right: 3%;
  padding: 5px;
  float: left;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 9px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-banner .ind-nav .li:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-banner .ind-nav .li.row a {
  flex-direction: row;
}
.ind-banner .ind-nav .li a {
  color: #fff;
  display: block;
  text-align: center;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ind-banner .ind-nav .li img {
  vertical-align: middle;
  margin-bottom: 10px;
}
.ind-banner .ind-nav .li:nth-of-type(2n) {
  margin-right: 0;
}
.ind-banner .ind-nav .li:nth-of-type(1) {
  background: #48bee2;
}
.ind-banner .ind-nav .li:nth-of-type(2) {
  background: #3cc9c1;
}
.ind-banner .ind-nav .li:nth-of-type(3) {
  background: #f3a865;
}
.ind-banner .ind-nav .li:nth-of-type(4) {
  background: #b28ae4;
}
.ind-banner .ind-nav .li:nth-of-type(5) {
  width: 100%;
  background: #6187ea;
  margin-right: 0;
  margin-bottom: 0;
  height: 110px;
}
.ind-banner .ind-nav .li:nth-of-type(5) img {
  margin-right: 5%;
  margin-bottom: 0;
  max-height: 80%;
}
.ind-banner .ind-nav .li:nth-of-type(6) {
  background: #e94530;
  margin-bottom: 0;
}
.service-list {
  *zoom: 1;
  margin-top: 30px;
}
.service-list:after {
  display: block;
  clear: both;
  content: ' ';
}
.service-list li {
  float: left;
  width: calc(100%/2 - 20px);
  margin-right: 40px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.service-list li:nth-child(2n) {
  margin-right: 0;
}
.service-list li:hover .img {
  transform: scale(1.1);
  transition: all 400ms;
}
.service-list li:hover .txt {
  background-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.service-list li .img {
  display: block;
  transition: all 400ms;
  width: 100%;
}
.service-list li .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  width: 315px;
  max-width: 90%;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
.box-content .ind-news-w:after {
  display: block;
  clear: both;
  content: ' ';
}
.box-content .quick-w {
  margin: 20px 0 5px 0;
  position: relative;
}
.box-content .quick-w .quick-tit {
  position: absolute;
  left: 150px;
  top: 38px;
}
.box-content .quick-w .quick-tit a {
  display: block;
  width: 208px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #0064af;
  float: left;
  font-size: 16px;
  margin-right: 25px;
}
.box-content .quick-w .quick-tit a:hover {
  opacity: 0.8;
}
.box-content .quick-w .quick-tit a:last-of-type {
  background: #ef8201;
}
.box-content .ind-news:after {
  display: block;
  clear: both;
  content: ' ';
}
.box-content .ind-news .news-swi {
  width: 40.3%;
  float: left;
  overflow: hidden;
}
.box-content .ind-news .news-swi .swiper-container-news {
  position: relative;
}
.box-content .ind-news .news-swi .swiper-container-news .swiper-slide .J-img {
  width: 467px;
  height: 294px;
}
.box-content .ind-news .news-swi .swiper-container-news .swiper-slide img {
  display: block;
}
.box-content .ind-news .news-swi .swiper-container-news .news-tit {
  width: 100%;
}
.box-content .ind-news .news-swi .swiper-container-news .news-tit span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 18px;
  font-weight: bold;
  font-size: 16px;
}
.box-content .ind-news .news-swi .swiper-container-news .news-time {
  color: #999;
  margin: 8px 0 10px 0;
}
.box-content .ind-news .news-swi .swiper-container-news .news-info {
  line-height: 26px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.box-content .ind-news .news-swi .swiper-container-news .swiper-pagination-news {
  position: absolute;
  right: 0;
  padding-right: 10px;
  top: 271px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  line-height: 35px;
  height: 35px;
  text-align: right;
}
.box-content .ind-news .news-swi .swiper-container-news .swiper-pagination-news .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.box-content .ind-news .news-swi .swiper-container-news .swiper-pagination-news .swiper-pagination-bullet-active {
  background: #0064af;
}
.box-content .ind-news .news-con {
  width: 56.5%;
  float: right;
}
.box-content .ind-news .news-con .li-top {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 34px;
}
.box-content .ind-news .news-con .li-top .tit {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.box-content .ind-news .news-con .li-top .time {
  color: #a1a1a1;
  margin: 6px 0 8px 0;
}
.box-content .ind-news .news-con .li-top .info {
  width: 100%;
  color: #747474;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box-content .ind-news .news-con .li {
  line-height: 44px;
  border-bottom: 1px solid #e9e9e9;
}
.box-content .ind-news .news-con .li:last-of-type {
  border: none;
}
.box-content .ind-news .news-con .li:after {
  display: block;
  clear: both;
  content: ' ';
}
.box-content .ind-news .news-con .li .tit {
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-content .ind-news .news-con .li .tit .fa {
  color: #f08b14;
  font-size: 10px;
  margin-right: 5px;
}
.box-content .ind-news .news-con .li .time {
  float: right;
  color: #999;
}
.box-content .news-bot-li {
  float: left;
  margin-right: 2%;
}
.box-content .news-bot-li:nth-child(1) {
  width: 31%;
}
.box-content .news-bot-li:nth-child(2) {
  width: calc(100% - 48% - 4% - 172px);
}
.box-content .news-bot-li:last-of-type {
  margin-right: 0;
}
.box-content .news-bot-li.news-bot-li-all {
  width: 100%;
  margin-right: 0;
}
.box-content .news-bot-li.news-bot-li-all .ind-video-img {
  width: 60%;
  height: 360px;
}
.box-content .news-bot-li.news-bot-li-all .ind-video-con {
  width: 36%;
}
.box-content .news-bot-li .popular-li {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-top: 20px;
}
.box-content .news-bot-li .popular-li:last-of-type {
  border: none;
}
.box-content .news-bot-li .popular-li:after {
  display: block;
  clear: both;
  content: ' ';
}
.box-content .news-bot-li .popular-li .img {
  width: 161px;
  float: left;
  height: 100px;
}
.box-content .news-bot-li .popular-li .img img {
  display: block;
}
.box-content .news-bot-li .popular-li .li-top {
  float: right;
  width: 67%;
}
.box-content .news-bot-li .popular-li .li-top .tit {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.box-content .news-bot-li .popular-li .li-top .time {
  color: #a1a1a1;
  margin: 6px 0 8px 0;
}
.box-content .news-bot-li .popular-li .li-top .info {
  width: 100%;
  color: #747474;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 25px;
}
.box-content .news-zhiliang {
  width: 172px;
  position: relative;
}
.box-content .news-zhiliang .tab-wrap {
  width: 172px;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
}
.box-content .news-zhiliang .img {
  width: 100%;
  overflow: hidden;
}
.box-content .news-zhiliang .img img {
  display: block;
  width: 100%;
}
.box-content .institutions-wrap {
  padding: 0;
  margin: 30px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.box-content .institutions-wrap:after {
  display: block;
  clear: both;
  content: ' ';
}
.box-content .institutions {
  float: left;
  width: calc(14.28% - 1px);
  text-align: center;
}
.box-content .institutions:hover a {
  color: #333;
}
.box-content .institutions:hover .img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.box-content .institutions a {
  margin: 24px 0;
  display: block;
  border-right: 1px solid #e5e5e5;
}
.box-content .institutions span {
  display: block;
  border-right: 1px solid #0064af;
  height: 123px;
  line-height: 123px;
  font-size: 18px;
  color: #fff;
  background: #0064af;
}
.box-content .institutions .img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.box-content .institutions .img img {
  max-width: 50px;
  max-height: 50px;
  vertical-align: bottom;
}
.box-content .institutions:last-of-type a {
  border-right: none;
}
.box-content .institutions .tit {
  font-size: 14px;
  margin-top: 5px;
}
.box-content .ind-video-img {
  width: calc(100% - 225px);
  height: 185px;
  text-align: center;
  overflow: hidden;
  float: left;
}
.box-content .ind-video-img img {
  width: 100%;
}
.box-content .ind-video-con {
  padding: 8px 0;
  float: right;
  width: 200px;
}
.box-content .ind-video-con .ind-video-li {
  width: 100%;
  float: left;
  margin: 11px 0;
}
.box-content .ind-video-con .ind-video-li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-content .ind-video-con .ind-video-li a .fa {
  color: #ccc;
  margin-right: 5px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.box-content .ind-video-con .ind-video-li:hover .fa {
  color: #0064af;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.box-content .ind-science {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box-content .ind-science:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.box-content .ind-science:hover .info .tit,
.box-content .ind-science:hover .info .info-t {
  color: #0064af;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.box-content .ind-science:hover .time {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  border: 1px solid #0064af;
}
.box-content .ind-science:hover .time .day {
  background: #0064af;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.box-content .ind-science:hover .time .years {
  background: #fff;
  color: #0064af;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.box-content .ind-science a {
  display: block;
}
.box-content .ind-science:after {
  display: block;
  clear: both;
  content: ' ';
}
.box-content .ind-science .time {
  width: 58px;
  height: 64px;
  border: 1px solid #dcdcdc;
  float: left;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.box-content .ind-science .time .day {
  height: 37px;
  line-height: 37px;
  color: #0064af;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.box-content .ind-science .time .years {
  background: #dcdcdc;
  color: #fff;
  height: 25px;
  line-height: 25px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.box-content .ind-science .info {
  float: right;
  width: calc(100% - 75px);
}
.box-content .ind-science .info .tit {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.box-content .ind-science .info .info-t {
  color: #a1a1a1;
  line-height: 22px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.tab-wrap {
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.tab-wrap .tab-tit-wrap {
  width: calc(100% - 40px);
  margin: 0 20px;
  height: 55px;
  border-bottom: 1px solid #ddd;
}
.tab-wrap .tab-tit-wrap:after {
  display: block;
  clear: both;
  content: ' ';
}
.tab-wrap .tab-tit-wrap .tab-tit {
  float: left;
  padding: 16px 0 14px;
  margin-right: 30px;
  font-size: 18px;
  cursor: pointer;
}
.tab-wrap .tab-tit-wrap .tab-tit.curr {
  background: #fff;
  color: #0064af;
  border-bottom: 1px solid #0064af;
}
.tab-wrap .tab-tit-wrap .more {
  float: right;
  margin: 16px 0 0 0;
  color: #f08c27;
}
.tab-wrap .tab-con {
  width: 100%;
  padding: 20px;
  min-height: 225px;
}
.tab-wrap .tab-con .tab-con-li {
  display: none;
  overflow: hidden;
}
.tab-wrap .tab-con .tab-con-li:first-of-type {
  display: block;
}
.page-con {
  margin: 20px 0;
  min-height: 600px;
}
.page-con:after {
  display: block;
  clear: both;
  content: ' ';
}
.page-con .page-box {
  border: 1px solid #e2e2e2;
  width: 210px;
  margin-bottom: 45px;
}
.page-con .page-left {
  float: left;
}
.page-con .page-left .top .title {
  font-size: 24px;
  color: #0064af;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}
.page-con .page-left .top .content {
  padding: 10px 20px 20px;
}
.page-con .page-left .top .content .left-nav {
  cursor: pointer;
}
.page-con .page-left .top .content .left-nav .left-stair {
  color: #000;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.page-con .page-left .top .content .left-nav .left-stair a {
  display: block;
  padding: 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
}
.page-con .page-left .top .content .left-nav .left-stair .fa {
  float: right;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  position: absolute;
  right: 0;
  top: 15px;
}
.page-con .page-left .top .content .left-nav:hover .left-stair a,
.page-con .page-left .top .content .left-nav.curr .left-stair a {
  color: #ef8201;
}
.page-con .page-left .top .content .left-nav:hover .left-stair a .fa,
.page-con .page-left .top .content .left-nav.curr .left-stair a .fa {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .page-left .top .content .left-nav .left-second-wrap {
  display: none;
}
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second {
  width: 100%;
}
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second .left-second-a {
  padding-left: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second .left-second-a a {
  display: block;
  padding: 14px  0;
}
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second .left-second-a .fa {
  float: right;
  line-height: 18px;
}
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second .left-second-a .fa:after {
  content: "+";
}
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second:hover .left-second-a a,
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second.curr .left-second-a a {
  color: #ef8201;
}
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second:hover .left-second-a .fa:after,
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second.curr .left-second-a .fa:after {
  content: "-";
}
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second .three-wrap {
  display: none;
}
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second .three-wrap .three-a {
  border-bottom: 1px solid #e2e2e2;
  padding-left: 30px;
}
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second .three-wrap .three-a:hover a,
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second .three-wrap .three-a.curr a {
  color: #ef8201;
}
.page-con .page-left .top .content .left-nav .left-second-wrap .left-second .three-wrap a {
  display: block;
  padding: 14px  0;
  color: #a7a7a7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-con .page-left .hottest-tit {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}
.page-con .page-left .bottom {
  height: 180px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-con .page-left .bottom .tagcloud {
  position: relative;
  margin: 25px 0 0 -35px;
}
.page-con .page-left .bottom .tagcloud a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #0064af;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
}
.page-con .page-left .bottom .tagcloud a:hover {
  color: #ef8201;
}
.page-con .page-right {
  width: calc(100% - 260px);
  float: right;
}
.page-con .crumbs-box {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
}
.page-con .crumbs-box:after {
  display: block;
  clear: both;
  content: ' ';
}
.page-con .crumbs-box .tit {
  float: left;
  color: #ef8201;
  font-size: 18px;
}
.page-con .crumbs-box .crumbs-a {
  float: right;
  margin-top: 5px;
  font-size: 14px;
}
.page-con .crumbs-box .crumbs-a a .fa {
  margin-right: 3px;
  color: #ddd;
}
.page-con .crumbs-box .crumbs-a .a {
  color: #ef8201;
}
.page-con .about-top {
  padding-top: 30px;
  line-height: 30px;
}
.page-con .about-top:after {
  display: block;
  clear: both;
  content: ' ';
}
.page-con .about-top .ab-left {
  float: left;
  width: 50%;
  line-height: 25px;
}
.page-con .about-top .ab-right-img {
  width: 48%;
  float: right;
}
.page-con .about-top .ab-right-img img {
  width: 100%;
}
.page-con .about-title {
  background: #f6f6f6;
  font-size: 18px;
  color: #0064af;
  padding: 10px 20px;
  font-weight: bold;
  margin: 30px 0 25px 0;
}
.page-con .about-info {
  line-height: 25px;
}
.page-con .about-task {
  background: #fafafa;
  padding: 30px 35px;
  margin-top: 25px;
}
.page-con .about-task span {
  color: #0064af;
}
.page-con .experiment .ab-left {
  float: right;
}
.page-con .experiment .ab-right-img {
  float: left;
}
.page-con .experiment .ab-right-img img {
  width: 100%;
}
.honor-wrap .tit {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
.honor-wrap table {
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.honor-wrap table th {
  background: #0064af;
  font-size: 16px;
  color: #fff;
}
.honor-wrap table td {
  color: #747474;
  line-height: 25px;
}
.honor-wrap table td:nth-of-type(2) {
  text-align: left;
}
.honor-wrap table th,
.honor-wrap table td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.institutions-info span {
  color: #0064af;
}
.institutions-con {
  color: #0064af;
  padding: 35px 0;
}
.institutions-con a {
  color: #0064af;
}
.content-box {
  background: #f8f8f8;
  padding: 10px 25px 25px;
  margin-top: 30px;
}
.content-box .tit {
  font-size: 16px;
  margin: 18px 0;
  font-weight: bold;
}
.content-box .tit img {
  vertical-align: middle;
  width: 28px;
}
.content-box .add {
  color: #777;
  line-height: 30px;
  padding-left: 33px;
}
.content-box .add-bott {
  line-height: 40px;
}
.content-box .add-bott img {
  width: 22px;
  vertical-align: top;
  margin-right: 4px;
  margin-top: 7px;
}
.report {
  padding: 25px 0;
}
.report .tit {
  font-size: 18px;
  font-weight: bold;
}
.report .con {
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
}
.report .con:after {
  display: block;
  clear: both;
  content: ' ';
}
.report .con .li {
  float: left;
  margin-right: 60px;
}
.report .con .li:last-of-type {
  margin-right: 0;
}
.report .con .li .fa {
  font-size: 18px;
  color: #b2b2b2;
  margin-right: 8px;
}
.report .bot {
  color: #0064af;
  padding: 15px 0 0;
}
.report .bot a {
  color: #0064af;
  border-bottom: 1px solid #0064af;
}
.leadership-wrap {
  margin-top: 25px;
}
.leadership-wrap:after {
  display: block;
  content: ' ';
  clear: both;
}
.leadership-wrap .tit {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.leadership-wrap .leadership-li {
  background: #f9f9f9;
  padding: 35px 65px;
  margin-bottom: 25px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.leadership-wrap .leadership-li:hover {
  transform: translate(5px, -5px);
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.leadership-wrap .leadership-li:after {
  display: block;
  content: ' ';
  clear: both;
}
.leadership-wrap .leadership-li .portrait {
  float: left;
  margin-right: 40px;
  width: 116px;
  height: 116px;
  line-height: 116px;
  text-align: center;
}
.leadership-wrap .leadership-li .portrait img {
  max-width: 100%;
  max-height: 100%;
}
.leadership-wrap .leadership-li .info {
  float: right;
  width: calc(100% - 170px);
}
.leadership-wrap .leadership-li .info .name-box {
  width: 100%;
}
.leadership-wrap .leadership-li .info .name-box:after {
  display: block;
  content: ' ';
  clear: both;
}
.leadership-wrap .leadership-li .info .name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #0064af;
  color: #0064af;
  float: left;
}
.leadership-wrap .leadership-li .info .info-tit {
  width: 100%;
  margin-top: 20px;
}
.leadership-wrap .Personal-details {
  float: left;
  width: 27.5%;
}
.leadership-wrap .Personal-details img {
  width: 100%;
}
.leadership-wrap .Personal-details-wrap {
  width: 68%;
  float: right;
}
.leadership-wrap .Personal-details-wrap .Personal-details-t {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.leadership-wrap .Personal-details-wrap .Personal-details-i {
  line-height: 28px;
}
.news-wrap {
  margin-top: 35px;
}
.news-wrap:after {
  display: block;
  content: ' ';
  clear: both;
}
.news-wrap .news-li {
  width: 30.4%;
  float: left;
  margin-right: 4.4%;
  margin-bottom: 55px;
  position: relative;
}
.news-wrap .news-li:hover .img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.news-wrap .news-li:nth-of-type(3n) {
  margin-right: 0;
}
.news-wrap .news-li .img {
  width: 100%;
  height: 217px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news-wrap .news-li .img img {
  display: block;
}
.news-wrap .news-li .info .tit {
  font-weight: bold;
  font-size: 15px;
  margin: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-wrap .news-li .info .time {
  color: #999;
}
.news-wrap .news-li .info .info-tit {
  color: #666;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-wrap .news-info-top {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px;
}
.news-wrap .news-info-top .news-info-tit {
  font-size: 20px;
  font-weight: bold;
}
.news-wrap .news-info-top .news-info-time {
  padding-top: 15px;
  color: #666;
}
.news-wrap .news-info {
  line-height: 25px;
  padding-top: 30px;
}
.news-wrap .news-info-bott {
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
  margin: 30px 0 60px;
}
.news-wrap .news-info-bott .news-info-page a {
  display: block;
  line-height: 30px;
}
.news-wrap .news-info-bott .news-info-back {
  margin-top: 10px;
}
.news-wrap .news-info-bott .news-info-back a {
  display: block;
  height: 41px;
  line-height: 41px;
  width: 153px;
  text-align: center;
  background: #0064af;
  color: #fff;
}
.news-wrap .news-info-bott .news-info-back a:hover {
  opacity: 0.8;
}
.news-wrap .news-info-bott:after {
  display: block;
  content: ' ';
  clear: both;
}
.news-wrap .news-info-bott .news-info-page {
  float: left;
}
.news-wrap .news-info-bott .news-info-back {
  float: right;
}
.pages {
  margin-top: 30px;
  text-align: center;
  padding: 50px 0;
  border-top: 1px solid #e5e5e6;
}
.pages a,
.pages span {
  padding: 8px 12px;
  border: 1px solid #dfdfdf;
  margin: 0 4px;
}
.pages li.active span {
  background: #0064af;
  border-color: #0064af;
  color: #fff;
}
.pages a {
  cursor: pointer;
}
.pages a:hover {
  background: #0064af;
  border-color: #0064af;
  color: #fff;
}
.pages li {
  display: initial;
}
.health-tit {
  font-size: 15px;
}
.health-tit span {
  color: #0064af;
  font-weight: bold;
  padding: 0 2px;
}
.health-letter {
  background: #0064af;
  color: #fff;
  padding: 10px 50px;
  margin-top: 25px;
}
.health-letter .li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 0;
}
.health-letter .li:after {
  display: block;
  content: ' ';
  clear: both;
}
.health-letter .li.tetter-a .all {
  padding: 4px 0;
  cursor: pointer;
}
.health-letter .li.tetter-a a {
  color: #fff;
  margin-right: 13.5px;
  display: block;
  float: left;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
}
.health-letter .li.tetter-a a:last-of-type {
  margin-right: 0;
}
.health-letter .li.tetter-a a.curr,
.health-letter .li.tetter-a a:hover {
  background: #fff;
  color: #00a674;
}
.health-letter .li a {
  color: #fff;
  margin-right: 9.6px;
  padding: 4px 8px;
}
.health-letter .li a:last-of-type {
  margin-right: 0;
}
.health-letter .li a.curr,
.health-letter .li a:hover {
  background: #fff;
  color: #00a674;
}
.health-letter .li:last-of-type {
  border-bottom: none;
}
.health-letter .li span {
  margin-right: 15px;
  float: left;
}
.health-con {
  margin: 25px 0;
  border-top: 1px solid #eaeaeb;
  border-left: 1px solid #eaeaeb;
}
.health-con:after {
  display: block;
  content: ' ';
  clear: both;
}
.health-con .li {
  width: 33.33%;
  float: left;
  height: 40px;
  text-align: center;
  border-right: 1px solid #eaeaeb;
  border-bottom: 1px solid #eaeaeb;
}
.health-con .li a {
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-li {
  margin-bottom: 10px;
}
.service-li .ser-tit {
  background: #f8f8f8;
  padding: 14px 0;
  font-size: 16px;
  cursor: pointer;
}
.service-li .ser-tit .arrow {
  position: relative;
  float: right;
}
.service-li .ser-tit .arrow span {
  position: absolute;
  display: block;
  right: 0;
  top: 8px;
  width: 18px;
  height: 3px;
  background: #999;
}
.service-li .ser-tit .arrow span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.service-li .ser-con {
  padding: 10px 0 20px;
  display: none;
}
.service-li .ser-con a {
  padding: 16px 15px;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  width: 100%;
}
.service-li .ser-con a:last-of-type {
  border-bottom: none;
}
.service-li .ser-con a:after {
  display: block;
  content: ' ';
  clear: both;
}
.service-li .ser-con a span {
  float: right;
  color: #999;
}
.service-li .ser-con a .fa {
  color: #0064af;
  margin: 2px 8px 0 0;
  vertical-align: top;
}
.service-li.curr .ser-tit {
  color: #0064af;
}
.service-li.curr .ser-tit .arrow span:nth-of-type(2) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.down-a .fa {
  margin-left: 5px;
  color: #0064af;
}
.transaction-box {
  padding: 20px 35px 25px;
  background: #f7f7f7;
}
.transaction-box .li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
.transaction-box .li:after {
  content: ' ';
  display: block;
  clear: both;
}
.transaction-box .li:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.transaction-box .li:last-of-type {
  border-bottom: none;
}
.transaction-box .li:last-of-type:before {
  display: none;
}
.transaction-box .li .tran-tit {
  float: left;
}
.transaction-box .li .tran-tit a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-right: 15px;
}
.transaction-box .li .tran-box {
  float: right;
  width: calc(100% - 100px);
}
.transaction-box .li a,
.transaction-box .li span {
  color: #666;
}
.transaction-box .li a {
  padding: 0 5px;
  line-height: 25px;
}
.Related-news {
  margin-top: 30px;
}
.Related-news:after {
  content: ' ';
  display: block;
  clear: both;
}
.Related-news .top {
  width: calc(100% - 40px);
  height: 55px;
  border-bottom: 1px solid #ddd;
}
.Related-news .top:after {
  display: block;
  clear: both;
  content: ' ';
}
.Related-news .top .tab-tit {
  float: left;
  padding: 16px 0 14px;
  margin-right: 30px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
}
.Related-news .top .more {
  float: right;
  margin: 20px 0 0 0;
  color: #f08c27;
}
.Related-news .con {
  padding: 20px 0;
}
.Related-news .con:after {
  display: block;
  clear: both;
  content: ' ';
}
.Related-news .con a {
  display: block;
  float: left;
  width: 50%;
  padding: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popular-wrap:after {
  display: block;
  clear: both;
  content: ' ';
}
.popular-wrap .left {
  width: 67.5%;
  float: left;
  height: 455.63px;
  overflow: hidden;
}
.popular-wrap .left .con-li {
  height: 455.63px;
  display: none;
}
.popular-wrap .left .con-li video {
  width: 100%;
}
.popular-wrap .left .con-li:first-of-type {
  display: block;
}
.popular-wrap .right {
  width: 30%;
  float: right;
}
.popular-wrap .right .rig-li {
  background: #e8eff3;
  height: 113px;
  margin-bottom: 18.5px;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popular-wrap .right .rig-li:hover,
.popular-wrap .right .rig-li.curr {
  background: #d7e4eb;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popular-wrap .right .rig-li:hover .img,
.popular-wrap .right .rig-li.curr .img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popular-wrap .right .rig-li:after {
  display: block;
  clear: both;
  content: ' ';
}
.popular-wrap .right .rig-li .img {
  float: left;
  width: 40%;
  height: 100px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popular-wrap .right .rig-li .img img {
  width: 100%;
  display: block;
}
.popular-wrap .right .rig-li .tit {
  float: right;
  width: 60%;
  padding: 42px 0 0 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popular-news {
  margin-top: 35px;
}
.popular-news:after {
  display: block;
  clear: both;
  content: ' ';
}
.popular-news .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.popular-news .left {
  width: 35%;
  float: left;
}
.popular-news .left .news-top {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.popular-news .left .news-top .tit {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popular-news .left .news-top .time {
  padding: 12px 0 18px;
  color: #666;
}
.popular-news .left .news-top .info {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.popular-news .left .news-top .link {
  width: 185px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #0064af;
  color: #fff;
  display: block;
  margin: 30px 0 40px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popular-news .left .news-top .link:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popular-news .left .box-content .ind-science {
  padding-bottom: 25px;
  margin-bottom: 26px;
}
.popular-news .right {
  float: right;
  width: 62%;
}
.popular-news .right:after {
  display: block;
  clear: both;
  content: ' ';
}
.popular-news .right .li {
  width: 30.33%;
  float: left;
  text-align: center;
  margin-bottom: 35px;
  margin-right: 4.5%;
}
.popular-news .right .li a {
  display: block;
}
.popular-news .right .li:nth-of-type(3n) {
  margin-right: 0;
}
.popular-news .right .li:hover .img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popular-news .right .li .img {
  width: 226px;
  height: 333px;
  overflow: hidden;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popular-news .right .li .tit {
  font-size: 16px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-second {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 90px;
}
.page-second .con {
  width: 100%;
  padding-top: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-second .con.curr {
  position: fixed;
  top: 0;
  left: 0;
  height: 62px;
  z-index: 20;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-second .swiper-container {
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.page-second .swiper-slide a {
  display: block;
  background: #f49525;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-second .swiper-slide:hover a,
.page-second .swiper-slide.curr a {
  background: #0064af;
}
.page-second .swiper-scrollbar {
  opacity: 1 !important;
  left: 0;
  width: 100%;
}
.question-top textarea {
  width: 100%;
  background: #f6f6f6;
  border: none;
  padding: 15px;
  font-family: '微软雅黑';
  border: 1px solid #e2e2e2;
}
.question-top input::-webkit-input-placeholder,
.question-top textarea::-webkit-input-placeholder {
  color: #c5c4c4;
  font-size: 16px;
  font-family: 微软雅黑;
}
.question-top input:-moz-placeholder,
.question-top textarea:-moz-placeholder {
  color: #c5c4c4;
  font-size: 16px;
  font-family: 微软雅黑;
}
.question-top input::-moz-placeholder,
.question-top textarea::-moz-placeholder {
  color: #c5c4c4;
  font-size: 16px;
  font-family: 微软雅黑;
}
.question-top input:-ms-input-placeholder,
.question-top textarea:-ms-input-placeholder {
  color: #c5c4c4;
  font-size: 16px;
  font-family: 微软雅黑;
}
.question-top .sub-box {
  width: 140px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #ef8201;
  margin: 30px 0;
  cursor: pointer;
}
.question-li {
  border-top: 1px solid #e2e2e2;
  padding: 25px 0;
  line-height: 25px;
}
.question-li .serial {
  color: #9a9a9a;
}
.question-li .ask {
  color: #0064af;
  padding: 5px 0;
}
.question-li .answer {
  color: #ef8201;
}
.about-leadership {
  background: #fafafa;
  padding: 45px 0;
}
.about-con:after {
  display: block;
  clear: both;
  content: ' ';
}
.about-con .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.about-con .title a {
  color: #0064af;
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin-top: 5px;
}
.about-con .con-box {
  line-height: 25px;
}
.about-con .leader-warp:after {
  display: block;
  clear: both;
  content: ' ';
}
.about-con .leader-warp .li {
  float: left;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 25px;
  width: 19%;
  margin-right: 1.2%;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.about-con .leader-warp .li .img {
  width: 116px;
  height: 116px;
  line-height: 116px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.about-con .leader-warp .li .img img {
  max-width: 116px;
  max-height: 116px;
  vertical-align: middle;
}
.about-con .leader-warp .li .name {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
}
.about-con .leader-warp .li .info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.about-con .leader-warp .li:hover {
  -webkit-transform: translate(-5px, -5px);
  -moz-transform: translate(-5px, -5px);
  -o-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.about-con .leader-warp .li:last-of-type {
  margin-right: 0;
}
.about-t-b {
  padding: 35px 0;
}
.organization-l {
  float: left;
  width: 60%;
  height: 687px;
}
.organization-l .organi-tit {
  font-size: 16px;
  font-weight: bold;
  color: #0064af;
  margin-bottom: 5px;
}
.organization-l .organi-info {
  margin-bottom: 15px;
}
.organization-r {
  float: right;
  width: 35%;
}
.organization-r .organization-li {
  float: left;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 25px;
  width: 100%;
  margin-right: 1.2%;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.organization-r .organization-li .img {
  width: 116px;
  height: 116px;
  line-height: 116px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.organization-r .organization-li .img img {
  max-width: 116px;
  max-height: 116px;
  vertical-align: middle;
}
.organization-r .organization-li .name {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
}
.organization-r .organization-li .info {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}
.organi-bot:after {
  display: block;
  clear: both;
  content: ' ';
}
.organi-bot .img {
  float: left;
}
.organi-bot .img:last-of-type {
  float: right;
}
.search-result-t {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 35px;
}
.search-result-t span {
  color: #0064af;
  font-weight: bold;
}
.search-result-tit {
  margin-bottom: 25px;
}
.search-result-tit:after {
  display: block;
  clear: both;
  content: ' ';
}
.search-result-tit .search-result-li {
  float: left;
  margin-right: 15px;
}
.search-result-tit .search-result-li a {
  display: block;
  background: #f49525;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 120px;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.search-result-tit .search-result-li:hover a,
.search-result-tit .search-result-li.curr a {
  background: #0064af;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.search-news {
  border-top: 1px solid #e2e2e2;
  padding: 25px 0;
}
.search-news .tit {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0064af;
}
.search-news .info {
  line-height: 25px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.theme-li-con {
  display: none;
}
.theme-li-con:first-of-type {
  display: block;
}
.body-new {
  background: #eff8ff;
}
.header {
  width: 100%;
  height: 128px;
  background: #FFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.header .hd {
  width: 1200px;
  height: 128px;
  margin: 0 auto;
  padding: 25px 0;
  box-sizing: border-box;
}
.header .hd a {
  display: block;
  width: 494px;
  height: 79px;
}
.box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.box:after {
  display: block;
  clear: both;
  content: ' ';
}
/* banner */
.box .left {
  width: 860px;
  height: 520PX;
  margin-right: 30px;
  position: relative;
  float: left;
  overflow: hidden;
}
.box .left ul {
  width: 860px;
  height: 520px;
  position: absolute;
}
.box .left ul li {
  float: left;
}
.banner-right {
  padding: 35px 30px;
  box-sizing: border-box;
}
.box .right .banner-right ul li a {
  font-size: 14px;
  color: #FFF;
}
.down-img img {
  width: 20px;
  vertical-align: sub;
}
.view-img img {
  vertical-align: unset;
}
.box .left ol {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -40px;
  z-index: 2;
}
.box .left ol li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 2px 3px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.f1 {
  background: #fff;
}
.box .right {
  width: 310px;
  float: right;
  margin-top: 17px;
}
.box .right .box_2 ul {
  padding: 10px 22px;
  letter-spacing: 6px;
}
.box .right .box_2 li a {
  display: block;
  width: 250px;
  line-height: 36px;
  background: #4e99fd;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  margin: 10px;
}
.box .right .box_2 li a:hover {
  background: #f84578;
}
.first-item {
  margin-bottom: 25px;
  background: #01416d;
}
.second-item {
  background: #009568;
}
.right-icon-1 {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/right-icon-1.png) no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.right-icon-2 {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/right-icon-2.png) no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.box .right h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px;
}
.box .right .banner-right li {
  margin: 10px 0;
  line-height: 26px;
}
.box .right .banner-right li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.box .right .banner-right li a span {
  float: right;
}
.propaganda-wrap {
  background: #fff;
  padding: 40px;
}
.propaganda-wrap .propaganda-tit {
  color: #01416d;
  font-size: 22px;
  margin-bottom: 10px;
}
.propaganda-wrap .propaganda-info {
  line-height: 30px;
}
.prevention-wrap .left {
  width: 808px;
  height: auto;
}
.prevention-wrap .right {
  margin-top: 0;
  width: 350px;
}
.publicity-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.publicity-wrap:after {
  display: block;
  content: '';
  clear: both;
}
.publicity-wrap .li {
  width: 31.6%;
  float: left;
  padding: 15px;
  background: #fff;
  margin-right: 2.6%;
}
.publicity-wrap .li:last-of-type {
  margin-right: 0;
}
.publicity-wrap .li .tit {
  font-size: 22px;
  color: #01416d;
  text-align: center;
  margin: 10px 0 14px 0;
}
.publicity-wrap .li .img {
  text-align: center;
  line-height: 350px;
}
.publicity-wrap .li .img img {
  max-width: 100%;
  max-height: 350px;
  vertical-align: middle;
}
.publicity-wrap .li .img .Video-img {
  width: 100%;
  height: 350px;
}
.publicity-wrap .li .info-con {
  padding: 12px 0;
}
.publicity-wrap .li .info-con .info-li {
  width: 100%;
  line-height: 28px;
  font-size: 14px;
  padding: 3px 0;
}
.publicity-wrap .li .info-con .info-li:after {
  display: block;
  content: '';
  clear: both;
}
.publicity-wrap .li .info-con .info-li .title {
  float: left;
}
.publicity-wrap .li .info-con .info-li .title span {
  color: #009568;
}
.publicity-wrap .li .info-con .info-li .down {
  float: right;
}
.publicity-wrap .li .info-con .info-li .down a {
  color: #999;
}
.publicity-wrap .li .info-con .info-li .down img {
  width: 20px;
  vertical-align: sub;
  margin-right: 4px;
}
.publicity-footer .footer-right ul li {
  color: #333;
}
.publicity-footer .footer-right ul li a {
  color: #333;
}
.publicity-footer .footer-right ul li span {
  background: #bfc6cc;
  width: 1px;
}
.article-item-a .span {
  float: right;
}
.article-item-a .span img {
  width: 20px;
  margin-right: 2px;
}
.p-content {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  color: #666;
  margin-bottom: 100px;
}
.p-content:after {
  display: block;
  clear: both;
  content: ' ';
}
.publicity-con {
  margin-bottom: 30px;
}
.article-box {
  background: #FFF;
  margin-top: 30px;
}
.article-box:after {
  display: block;
  clear: both;
  content: ' ';
}
.article-item {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #f2f2f2;
}
.article-item:nth-of-type(2n) {
  border-right: none;
}
.article-item-l {
  float: left;
  width: 20%;
  text-align: center;
}
.article-item-r {
  overflow: hidden;
}
.article-item-r h3 {
  line-height: 40px;
  font-size: 26px;
  font-weight: normal;
}
.article-item-r h3 a {
  color: #01416d;
}
.article-item-r p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.article-item-r .more-link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #009568;
  font-weight: bolder;
}
.article-item-r .more-link:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/more.png) no-repeat;
  vertical-align: middle;
}
/*.video-box{
    padding:35px 35px 0;
	background:#FFF;
	margin-top:30px;
}
.video-item{
    float:left;
	width:356px;
	height:226px;
	margin-right:30px;
	margin-bottom:35px;
}
.video-item:nth-of-type(3n){
    margin-right:0;
}*/
.footer-page {
  width: 1200px;
  margin: 0 auto;
  height: 138px;
  padding-top: 33px;
  box-sizing: border-box;
}
.footer-logo {
  float: left;
}
.footer-right {
  float: right;
}
.footer-right ul {
  margin-top: 30px;
}
.footer-right ul li {
  float: left;
  color: #FFF;
  font-size: 14px;
}
.footer-right ul li a {
  color: #FFF;
}
.footer-right ul li span {
  display: inline-block;
  width: 2px;
  height: 14px;
  margin: 0 10px;
  background: #FFF;
  vertical-align: middle;
}
/*视频*/
.Video-row {
  padding: 35px 35px 0;
  background: #FFF;
  margin-top: 30px;
}
.Video-row:after {
  display: block;
  clear: both;
  content: ' ';
}
.Video-img-box {
  float: left;
  width: 356px;
  height: 226px;
  margin-right: 30px;
  margin-bottom: 35px;
}
.Video-img-box:nth-of-type(3n) {
  margin-right: 0;
}
.Video-img {
  width: 356px;
  height: 226px;
  position: relative;
}
.Video-img:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(98, 113, 126, 0.4);
}
.Video-img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.transmit {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -38px;
  margin-top: -36px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: url(../images/transmit.png) center center no-repeat;
  cursor: pointer;
  z-index: 8;
}
.Video-name {
  text-align: center;
  margin: 15px 10px;
  font-size: 24px;
  color: #1c1c1c;
  line-height: 26px;
}
.Video-Popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}
.Video-Popup-row {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -375px;
  margin-top: -265px;
  width: 750px;
  height: 530px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.Video-Popup-name {
  font-size: 34px;
  line-height: 38px;
  color: #303030;
  margin-bottom: 30px;
  padding-right: 50px;
}
.Video-close {
  position: absolute;
  right: 50px;
  top: 30px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.Video-close:hover {
  background: #333;
}
.morebtn {
  color: #fff;
  display: block;
  width: 40px;
  /* background: #f00; */
  float: right;
  cursor: pointer;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
}
.showmorebox {
  clear: both;
  display: none;
}
table {
  width: 100%;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
td,
th {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding: 5px 15px;
}
.project-info {
  padding: 37px;
  border: 1px solid #e3e3e3;
  border-top: none;
}
.project-info .top-info:after {
  display: block;
  content: ' ';
  clear: both;
}
.project-info .top-info .img {
  width: 412px;
  float: left;
  height: 217px;
  line-height: 217px;
}
.project-info .top-info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-info .top-info .info {
  float: right;
  width: calc(100% - 440px);
  font-size: 15px;
  color: #666;
  line-height: 28px;
}
.project-info .project-con {
  margin-top: 30px;
}
.project-info .project-con:after {
  display: block;
  clear: both;
  content: " ";
}
.project-info .project-con .tit {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #0064af;
  background: #f7f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.project-info .project-con .info {
  padding: 15px 15px;
}
.project-info .project-con .info:after {
  display: block;
  clear: both;
  content: " ";
}
.project-info .project-con .info .info-con .stair {
  display: block;
  padding: 8px 0;
  color: #000;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-info .project-con .info .info-con .stair:hover {
  color: #0064af;
}
.project-info .project-con .info .info-con .stair .fa {
  margin-right: 8px;
  color: #0064af;
  font-size: 18px;
}
.project-info .project-con .info .info-con .second {
  padding: 5px 20px;
}
.project-info .project-con .info .info-con .second .second-a {
  display: block;
  padding: 3px 0;
  color: #666;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-info .project-con .info .info-con .second .second-a:hover {
  color: #0064af;
}
.project-info .project-con .info .info-con .second .second-a .fa {
  margin-right: 8px;
  color: #999;
}
.project-info .project-con .info .info-con .second .second-a .video-html {
  display: none;
}
.project-info .project-con .info .bot-img {
  text-align: center;
}
.project-info .project-con .info .bot-img img {
  max-width: 100%;
  height: auto;
}
.brand-list {
  /*margin-left: -10px*/
}
.brand-list .brand-bd {
  position: relative;
  /*margin-left: 10px;*/
  /*margin-top: 5px*/
}
.brand-list .item,
.brand-list .additem {
  position: absolute;
  width: 364px;
  border: 1px solid #e3e3e3;
  background: #f8f8f8;
  top: 0;
  left: 40%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .hover {
  box-shadow: 0 1px 8px rgba(200, 200, 200, 0.6);
  background-color: #fff;
  border-color: #c8c8c8;
}
.brand-list .additem {
  padding: 0;
  width: 364px;
  border: none;
}
.brand-list .item h3 {
  font-size: 42px;
  color: #666;
  font-family: arial;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 20px;
}
.brand-list .item p {
  margin-bottom: 15px;
}
.attachment-wrap {
  padding-top: 50px;
}
.attachment-wrap .tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  background: #0064af;
  color: #fff;
  padding: 7px 15px;
  border-radius: 4px;
}
.attachment-wrap .tit .fa {
  margin-right: 4px;
}
.attachment-wrap .atta-a {
  display: block;
  border: 1px solid #e2e2e2;
  color: #0064af;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.attachment-wrap .atta-a .fa {
  margin-right: 4px;
}
.attachment-wrap .atta-a span {
  float: right;
  background: #0064af;
  border-radius: 2px;
  color: #fff;
  padding: 1px 10px;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 14px;
}
.outbreak-box .title {
  font-size: 22px;
  color: #0064af;
  margin-bottom: 15px;
}
.outbreak-box .title.title-last {
  margin-top: 30px;
}
.outbreak-box .out-box {
  background: #efefef;
  padding: 20px;
}
.outbreak-box .out-box a {
  display: block;
  padding: 5px 0;
  font-size: 15px;
}
.outbreak-box .out-box a img {
  margin-right: 6px;
}
.outbreak-box .outbreak-img {
  margin-top: 50px;
}
.outbreak-box .outbreak-img:after {
  display: block;
  clear: both;
  content: ' ';
}
.outbreak-box .outbreak-img .img-li {
  position: relative;
  width: 49%;
  float: left;
  margin-bottom: 30px;
  margin-right: 2%;
  cursor: pointer;
}
.outbreak-box .outbreak-img .img-li:nth-of-type(2n) {
  margin-right: 0;
}
.outbreak-box .outbreak-img .img-li img {
  display: block;
}
.outbreak-box .outbreak-img .img-li a {
  display: block;
}
.outbreak-box .outbreak-img .img-li .tit {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 300px;
  width: 100%;
}
.popular-wrap .right .link {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #0064af;
  color: #fff;
  display: block;
  margin: 30px 0 40px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.video-div {
  position: fixed;
  top: calc(50% - 300px);
  left: calc(50% - 600px);
  width: 1200px;
  height: 600px;
  margin: auto;
  display: none;
  z-index: 99;
}
.video-div video {
  max-width: 100%;
  max-height: 100%;
  background: #000;
}
.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -100%);
}
.hide-div {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.news-wrap .poster-li .img {
  width: 280px;
  height: 370px;
  overflow: hidden;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news-wrap .poster-li {
  float: left;
  margin: 0px 0 40px;
  width: 280px;
}
.news-wrap .poster-li:nth-child(3n-1) {
  float: left;
  margin-left: 50px;
  margin-right: 50px;
}
.news-wrap .tit {
  margin-top: 10px;
  margin-bottom: 5px;
}
.footer {
  background: #0064af;
  padding: 25px 0;
  margin-top: 20px;
}
.footer:after {
  display: block;
  clear: both;
  content: ' ';
}
.footer .top {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.footer .top:after {
  display: block;
  clear: both;
  content: ' ';
}
.footer .top a,
.footer .top span {
  margin-right: 20px;
}
.footer .top span {
  color: #d4d4d4;
}
.footer .top span:last-of-type {
  display: none;
}
.footer .top .select-li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  background: #fff;
  border: none;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
}
.footer .top .select-li:last-of-type {
  margin-right: 0;
}
.footer .top .select-li .tit {
  padding: 10px 0;
}
.footer .top .select-li .tit .fa {
  float: right;
  color: #0064af;
  margin-top: 2px;
}
.footer .top .select-li .second {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  max-height: 400px;
  background: #fff;
  overflow-x: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .top .select-li .second::-webkit-scrollbar {
  width: 8px;
}
.footer .top .select-li .second::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.footer .top .select-li .second::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.footer .top .select-li .second a {
  display: block;
  width: 100%;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .top .select-li .second a:hover {
  background: rgba(0, 0, 0, 0.03);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .top .select-li .second a:last-of-type {
  border-bottom: 0;
}
.footer .foot-l {
  float: left;
}
.footer .foot-l img {
  margin-right: 5px;
}
.footer .foot-r {
  float: right;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  line-height: 25px;
}
.footer .foot-r .foot-nav a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .foot-r .foot-nav span {
  vertical-align: top;
  line-height: 21.5px;
}
.page-banner {
  text-align: center;
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.Floating-window {
  position: fixed;
  right: 0;
  top: 30%;
}
.Floating-window .fa-times {
  text-align: center;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.video-page .tit {
  color: #ef8201;
  font-size: 18px;
  margin-bottom: 15px;
}
.video-page .info {
  margin-bottom: 20px;
  line-height: 1.8;
}
.video-page .info p {
  text-indent: 2em;
}
.video-page .con:after {
  display: block;
  content: '';
  clear: both;
}
.video-page .con .li {
  width: 18.4%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
}
.video-page .con .li:nth-of-type(5n) {
  margin-right: 0;
}
.video-page .con .li video {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.video-page .con .li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0;
  font-size: 14px;
}
.img-page .img {
  background: #fff;
  height: 150px;
  overflow: hidden;
  line-height: 150px;
}
.img-page .img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.list-page {
  margin-bottom: 30px;
}
.list-page .tit {
  color: #ef8201;
  font-size: 18px;
  margin-bottom: 15px;
}
.list-page .con {
  max-height: 600px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.list-page .con:after {
  display: block;
  content: '';
  clear: both;
}
.list-page .con::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}
.list-page .con::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
}
.list-page .con::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #ededed;
}
.questionnaire-box {
  margin: 30px 0;
}
.questionnaire-box:after {
  display: block;
  content: '';
  clear: both;
}
.questionnaire-box .li {
  background: #ffffff;
  border-radius: 5px;
  float: left;
  width: 32%;
  margin-right: 2%;
  padding: 30px;
  line-height: 26px;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.questionnaire-box .li:nth-of-type(3n) {
  margin-right: 0;
}
.questionnaire-box .li:hover {
  -webkit-transform: translate(-5px, -5px);
  -moz-transform: translate(-5px, -5px);
  -o-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.questionnaire-box .li .tit {
  font-size: 16px;
  margin-bottom: 10px;
  height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.questionnaire-box .li .start {
  color: #747474;
}
.questionnaire-box .li .start span {
  color: #0064af;
}
.questionnaire-box .li .end {
  color: #747474;
}
.questionnaire-box .li .end span {
  color: #f59525;
}
.questionnaire-box .li .bot {
  margin-top: 25px;
}
.questionnaire-box .li .bot:after {
  display: block;
  content: '';
  clear: both;
}
.questionnaire-box .li .bot a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.questionnaire-box .li .bot a:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.questionnaire-box .li .bot a:first-of-type {
  background: #0064af;
  border-radius: 5px 0 0 5px;
}
.questionnaire-box .li .bot a:last-of-type {
  background: #f59525;
  border-radius: 0 5px 5px 0;
}
.questionnaire-info {
  margin: 30px 0;
}
.questionnaire-info .tit {
  line-height: 26px;
}
.questionnaire-info .prompt {
  color: #f59525;
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.questionnaire-info .li {
  margin: 15px 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.questionnaire-info .li .text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.questionnaire-info .li .text span {
  color: #f59525;
  font-weight: normal;
}
.questionnaire-info .li .input {
  width: 100%;
  padding: 0 25px;
}
.questionnaire-info .li .input:after {
  display: block;
  content: '';
  clear: both;
}
.questionnaire-info .li .input input[type='text'] {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  padding: 10px;
}
.questionnaire-info .li .input label {
  width: 33.33%;
  display: block;
  float: left;
  margin: 6px 0;
}
.questionnaire-info .li .input label.other input[type='text'] {
  width: calc(100% - 85px);
  margin-right: 25px;
  float: right;
  padding: 4px 10px;
}
.questionnaire-info .li.has-error {
  border: 1px solid #f59525;
  box-shadow: 0 0 10px rgba(245, 149, 37, 0.2);
  padding: 10px;
  border-radius: 5px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.questionnaire-info .sub-box {
  margin: 50px 0;
  text-align: center;
}
.questionnaire-info .sub-box .sub {
  padding: 14px 55px;
  border-radius: 5px;
  background: #0064af;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.questionnaire-info .sub-box .sub.curr {
  background: #ddd;
}
.questionnaire-info .sub-box .sub:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.questionnaire-info .sub-box .sub.a {
  background: #f59525;
  margin-left: 8px;
}
.statistics-box .li {
  margin: 15px 0;
}
.statistics-box .li .tit {
  background: #eff6f9;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
.statistics-box .li .con .chart-li {
  height: 350px;
}
.statistics-box .li .con .input {
  width: 100%;
  padding: 0 25px;
}
.statistics-box .li .con .input:after {
  display: block;
  content: '';
  clear: both;
}
.statistics-box .li .con .input input[type='text'] {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  padding: 10px;
}
.statistics-box .li .con .input label {
  width: 33.33%;
  display: block;
  float: left;
  margin: 6px 0;
}
.statistics-box .li .con .input label.other input[type='text'] {
  width: calc(100% - 85px);
  margin-right: 25px;
  float: right;
  padding: 4px 10px;
}
.statistics-box .li .con .input label input {
  margin-right: 5px;
}
.statistics-box .li .con .answer {
  margin: 20px 25px;
  padding: 30px;
  background: #f1f8fd;
  line-height: 26px;
  border-radius: 5px;
  border: 1px solid #b7cad8;
}
.statistics-box .li .con .answer .answer-li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.statistics-box .li .con .answer .answer-li .answer-tit {
  width: 80px;
  text-align: right;
}
.statistics-box .li .con .answer .answer-li .answer-next {
  width: calc(100% - 80px);
}
.statistics-box .li .con .answer .answer-li .answer-next b {
  color: #f09541;
}
.policy-box .top {
  margin: 25px 0 15px 0;
}
.policy-box .top:after {
  display: block;
  content: '';
  clear: both;
}
.policy-box .top .tit {
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.policy-box .top .more {
  float: right;
  color: #f09541;
}
.policy-box .box-con:after {
  display: block;
  content: '';
  clear: both;
}
.policy-box .box-con .li {
  background: #e3ecf4;
  padding: 18px;
  border-radius: 4px;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  display: block;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.policy-box .box-con .li .tit {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
}
.policy-box .box-con .li .info {
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
}
.policy-box .box-con .li .time {
  color: #f09541;
  margin-top: 25px;
  justify-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.policy-box .box-con .li .time .fa {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #ef8201;
  color: #fff;
  border-radius: 50%;
}
.policy-box .box-con .li:nth-of-type(3n) {
  margin-right: 0;
}
.policy-box .box-con .li:hover {
  background: #fff;
  -webkit-transform: translate(-5px, -5px);
  -moz-transform: translate(-5px, -5px);
  -o-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.policy-box .box-bottom:after {
  display: block;
  content: '';
  clear: both;
}
.policy-box .box-bottom .li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 40px 0;
  border-radius: 6px;
  float: left;
  text-align: center;
  color: #333;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.policy-box .box-bottom .li .img {
  width: 66px;
  height: 66px;
  margin: 0 auto 10px;
}
.policy-box .box-bottom .li .img img {
  max-width: 100%;
  max-height: 100%;
}
.policy-box .box-bottom .li:nth-of-type(4n) {
  margin-right: 0;
}
.policy-box .box-bottom .li:nth-of-type(1) {
  background: #dbe8d6;
}
.policy-box .box-bottom .li:nth-of-type(2) {
  background: #cdecec;
}
.policy-box .box-bottom .li:nth-of-type(3) {
  background: #ededc3;
}
.policy-box .box-bottom .li:nth-of-type(4) {
  background: #c3edd8;
}
.policy-box .box-bottom .li:nth-of-type(5) {
  background: #c3ceed;
}
.policy-box .box-bottom .li:nth-of-type(6) {
  background: #e5cfde;
}
.policy-box .box-bottom .li:nth-of-type(7) {
  background: #cfe1e4;
}
.policy-box .box-bottom .li:nth-of-type(8) {
  background: #ece8ce;
}
.policy-box .box-bottom .li:hover {
  background: #fff;
  -webkit-transform: translate(-5px, -5px);
  -moz-transform: translate(-5px, -5px);
  -o-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.policy-center {
  background: #ecf1f7;
  padding: 10px 0 50px;
}
.policy-center .box-content .ind-news .news-swi {
  width: 50%;
}
.policy-center .box-content .ind-news .news-swi .swiper-slide a {
  display: block;
  height: 410px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.policy-center .box-content .ind-news .news-swi .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.policy-center .box-content .ind-news .news-swi .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
}
.policy-center .box-content .ind-news .news-swi .swiper-pagination-bullet-active {
  background: #f18103;
}
.policy-center .box-content .news-con {
  width: 47%;
}
.policy-center .box-content .news-con .li {
  line-height: 50px;
}
.videoPop {
  width: 900px;
  min-height: 570px;
  max-width: 90vw;
  max-height: 90vh;
  padding: 20px;
  box-sizing: border-box;
}
.videoPop .title {
  text-align: center;
  margin-top: 10px;
  color: #ef8201;
  font-size: 18px;
}
.videoPop video {
  width: 100%;
}
.videos-list .con {
  *zoom: 1;
}
.videos-list .con:after {
  display: block;
  clear: both;
  content: ' ';
}
.videos-list .tit {
  color: #ef8201;
  font-size: 18px;
  margin-bottom: 15px;
}
.videos-list .li {
  width: calc(100%/4 - 1.5%);
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.videos-list .li:hover .imgbox:before {
  background-color: transparent;
}
.videos-list .li:hover .title {
  color: #ef8201;
}
.videos-list .li:nth-child(4n) {
  margin-right: 0;
}
.videos-list .li .imgbox {
  position: relative;
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.videos-list .li .imgbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../images/video-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.videos-list .li .imgbox img {
  width: 100%;
  display: block;
}
.videos-list .li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0;
  font-size: 14px;
}
.mb-show {
  display: none;
}
.pc-show {
  display: block;
}
/*手机版样式*/
@media screen and (max-width: 780px) {
  .mb-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .wrap {
    width: 95%;
    margin: 0 2.5%;
  }
  .ind-notice .tit-box {
    height: 35px;
  }
  .J-mb-body-bg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
  }
  .J-mb-body {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .J-mb-body.curr {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  .top-content {
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 10;
    height: 128px;
  }
  .top-content .top .logo {
    margin-top: 10px;
  }
  .top-content .top .logo img {
    width: 150px;
  }
  .top-content .top .mb-nav {
    float: right;
    margin: 8px 0 0 0;
    width: 35px;
    padding: 7px 5px;
    background: #0064af;
    border-radius: 2px;
    position: fixed;
    z-index: 21;
    right: 2.5%;
  }
  .top-content .top .mb-nav span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 6px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .top-content .top .mb-nav span:last-of-type {
    margin-bottom: 0;
  }
  .top-content .top .mb-nav.curr span {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .top-content .top .mb-nav.curr span:first-of-type {
    -webkit-transform: rotate(-138deg) translate(-6px, -6px);
    -moz-transform: rotate(-138deg) translate(-6px, -6px);
    -o-transform: rotate(-138deg) translate(-6px, -6px);
    transform: rotate(-138deg) translate(-6px, -6px);
  }
  .top-content .top .mb-nav.curr span:nth-of-type(2) {
    opacity: 0;
  }
  .top-content .top .mb-nav.curr span:last-of-type {
    -webkit-transform: rotate(138deg) translate(-5px, 5px);
    -moz-transform: rotate(138deg) translate(-5px, 5px);
    -o-transform: rotate(138deg) translate(-5px, 5px);
    transform: rotate(138deg) translate(-5px, 5px);
  }
  .top-content .top .rig-con {
    margin-top: 10px;
    width: 100%;
  }
  .top-content .top .rig-con .search {
    width: 100%;
  }
  .top-content .top .rig-con .search input {
    width: calc(100% - 45px);
  }
  .top-content .top .rig-con .search .but {
    width: 45px;
  }
  .nav-wrap .nav {
    position: fixed;
    right: -80%;
    top: 0;
    width: 80%;
    height: 100%;
    padding: 15px 15px;
    background: rgba(255, 255, 255, 0.85);
    margin-top: 0;
    z-index: 20;
  }
  .nav-wrap .nav .stair {
    width: 100%;
    position: relative;
    margin-bottom: 6px;
    height: auto;
    line-height: 35px;
  }
  .nav-wrap .nav .stair .second {
    z-index: 10;
    position: initial;
    height: auto;
    background: #fff;
    overflow-x: hidden;
    border-radius: 0;
    padding: 10px 15px 20px;
  }
  .nav-wrap .nav .stair .second a {
    width: 100%;
  }
  .ind-notice {
    margin-bottom: 4px;
  }
  .ind-notice .tit-box .more {
    display: none;
    margin-bottom: 10px;
  }
  .ind-notice .tit-box .more a {
    line-height: initial;
  }
  .ind-notice .tit-box .notice-con .tit {
    padding: 5px 0;
  }
  .ind-notice .tit-box .notice-con .con {
    width: calc(100% - 44px);
    padding: 6px 0;
  }
  .ind-notice .tit-box .notice-con .con .swiper-slide a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
    font-size: 13px;
    padding-top: 2.2px;
  }
  .ind-banner .ind-nav {
    width: 100%;
  }
  .ind-banner .ind-nav .li {
    height: 95px;
  }
  .ind-banner .ind-nav .li:nth-child(5) {
    height: 95px;
  }
  .ind-banner .ind-nav .li .icon {
    width: 30px;
    margin-bottom: 5px;
  }
  .ind-banner img {
    max-width: 100%;
  }
  .ind-banner .swiper-container-banner {
    width: 100%;
  }
  .page-banner {
    display: none;
  }
  .box-content .ind-news-w .ind-bulletin {
    width: 100%;
  }
  .box-content .ind-news-w .ind-news {
    width: 100%;
  }
  .box-content .quick-w img {
    width: 100%;
  }
  .box-content .ind-news .news-swi {
    width: 100%;
  }
  .box-content .ind-news .news-swi .swiper-container-news .swiper-slide .J-img {
    width: 100%;
    height: 255px;
    overflow: hidden;
  }
  .box-content .ind-news .news-swi .swiper-container-news .swiper-slide .J-img img {
    height: 100%;
  }
  .box-content .ind-news .news-swi .swiper-container-news .swiper-pagination-news {
    position: initial;
  }
  .box-content .ind-news .news-con {
    width: 100%;
    margin-top: 10px;
  }
  .box-content .ind-news .news-con .li .tit {
    width: calc(100% - 75px);
  }
  .box-content .news-bot-li {
    width: 100% !important;
  }
  .box-content .news-bot-li .news-bot-li-all .ind-video-img {
    width: 100%;
    height: 185px;
  }
  .box-content .news-bot-li .news-bot-li-all .ind-video-con {
    width: 100%;
  }
  .box-content .ind-video-img {
    width: 100%;
    height: 185px;
  }
  .box-content .ind-video-con {
    width: 100%;
  }
  .box-content .institutions:first-of-type {
    width: 100%;
  }
  .box-content .institutions:first-of-type span {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .box-content .institutions:nth-of-type(3) a {
    border-right: none;
  }
  .box-content .institutions {
    width: calc(50% - 1px);
    overflow: hidden;
  }
  .tab-wrap .tab-tit-wrap {
    height: auto;
  }
  .tab-wrap .tab-tit-wrap .tab-tit {
    font-size: 16px;
    margin-right: 18px;
  }
  .tab-wrap .tab-tit-wrap .more {
    margin-top: 18px;
  }
  .tab-wrap .tab-con {
    min-height: 0;
  }
  .page-con .page-left {
    width: 100%;
  }
  .page-con .page-left .top .title {
    font-size: 18px;
    padding: 10px 0;
    border-color: #fff;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    position: relative;
  }
  .page-con .page-left .top .title .fa {
    margin-left: 8px;
  }
  .page-con .page-left .top .title.curr {
    border-color: #e2e2e2;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .page-con .page-left .top .content {
    display: none;
  }
  .page-con .page-left .hottest-tit {
    display: none;
  }
  .page-con .page-left .bottom {
    display: none;
  }
  .page-con .about-top {
    line-height: 30px;
  }
  .page-con .about-top .ab-left {
    width: 100%;
  }
  .page-con .about-top .ab-right-img {
    width: 100%;
  }
  .page-con .page-box {
    width: 100%;
    margin-bottom: 25px;
  }
  .page-con .page-right {
    width: 100%;
  }
  .page-con .crumbs-box .tit {
    font-size: 16px;
    display: none;
  }
  .page-con .crumbs-box .crumbs-a {
    margin-top: 3px;
  }
  .page-con .about-title {
    padding: 0;
    margin: 15px 0 5px 0;
  }
  .leadership-wrap {
    margin-top: 0;
  }
  .leadership-wrap .tit {
    font-size: 18px;
  }
  .leadership-wrap .leadership-li {
    padding: 15px 0;
    margin-bottom: 0;
  }
  .leadership-wrap .leadership-li .portrait {
    margin: 0 auto;
    float: initial;
    display: none;
  }
  .leadership-wrap .leadership-li .info {
    width: 100%;
  }
  .leadership-wrap .leadership-li .info .name {
    font-size: 18px;
  }
  .leadership-wrap .leadership-li:hover {
    box-shadow: none;
  }
  .Related-news .top {
    width: 100%;
  }
  .Related-news .con a {
    width: 100%;
  }
  .about-top img {
    max-width: 100%;
    height: auto !important;
  }
  .news-wrap .news-info-top .news-info-tit {
    font-size: 18px;
  }
  .news-wrap .news-info img {
    max-width: 100%;
    height: auto !important;
  }
  .health-letter {
    padding: 10px;
  }
  .health-letter .li {
    line-height: 25px;
  }
  .health-letter .li:first-of-type {
    padding-top: 0;
  }
  .health-letter .li:last-of-type {
    padding-bottom: 0;
  }
  .health-letter .li span:first-of-type {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .health-letter .li.tetter-a a {
    margin-right: 0;
  }
  .health-letter .li a {
    margin-right: 0;
  }
  .health-con .li {
    width: 50%;
  }
  .page-second .con .wrap {
    width: 100%;
    margin: 0;
  }
  .pages {
    padding: 20px 0;
  }
  .pages a,
  .pages span {
    padding: 5px 4px;
    font-size: 12px;
    margin: 0 2px;
  }
  .honor-wrap .tit {
    font-size: 18px;
  }
  .transaction-box {
    padding: 0;
  }
  .honor-wrap table th {
    font-size: 14px;
  }
  .honor-wrap table td {
    padding: 4px;
  }
  .search-result-tit .search-result-li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 15px;
  }
  .search-result-tit .search-result-li a {
    width: 100%;
  }
  .search-result-tit .search-result-li:nth-of-type(2n) {
    margin-right: 0;
  }
  .search-news {
    padding: 15px 0;
  }
  .about-con .leader-warp .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 8px;
  }
  .about-con .leader-warp .li:nth-of-type(2n) {
    margin-right: 0;
  }
  .organization-l {
    width: 100%;
    height: auto;
  }
  .organization-r {
    width: 100%;
  }
  .organi-bot .img img {
    max-width: 100%;
  }
  .outbreak-box .outbreak-img .img-li {
    margin-bottom: 10px;
  }
  .outbreak-box .outbreak-img .img-li .tit {
    line-height: 90px;
    font-size: 16px;
  }
  .outbreak-box .out-box {
    padding: 10px;
  }
  .outbreak-box .out-box a {
    font-size: 14px;
    padding: 0;
  }
  .project-info {
    padding: 10px;
  }
  .project-info .top-info .img {
    width: 100%;
    height: auto;
    line-height: 0;
    margin-bottom: 15px;
  }
  .project-info .top-info .img img {
    height: auto;
  }
  .project-info .top-info .info {
    width: 100%;
  }
  .brand-list .item,
  .brand-list .additem {
    position: static;
    width: 100%;
  }
  .brand-list #brand-waterfall {
    height: auto !important;
  }
  .Floating-window {
    display: none;
  }
  .questionnaire-box .li {
    width: 100%;
  }
  .questionnaire-info .li .input label {
    width: 100%;
  }
  .statistics-box .li .con .answer {
    margin: 10px 15px;
    padding: 10px;
  }
  .statistics-box .li .con .answer .answer-li {
    display: block;
    margin-bottom: 15px;
  }
  .statistics-box .li .con .answer .answer-li .answer-tit,
  .statistics-box .li .con .answer .answer-li .answer-next {
    width: 100%;
  }
  .statistics-box .li .con .answer .answer-li .answer-tit {
    text-align: left;
  }
  .statistics-box .li .con .answer .answer-li:last-of-type {
    margin-bottom: 0;
  }
  .statistics-box .li .con .chart-li {
    height: 300px;
  }
  .policy-box .box-con .li {
    width: 100%;
  }
  .policy-box .box-bottom .li {
    width: 49%;
    margin-right: 2%;
  }
  .policy-box .box-bottom .li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .policy-box .box-bottom .li:nth-of-type(2n) {
    margin-right: 0;
  }
  .policy-center .box-content .ind-news .news-swi {
    width: 100%;
  }
  .policy-center .box-content .ind-news .news-swi .swiper-slide a {
    height: auto;
  }
  .footer .top .select-li {
    width: 100%;
    margin-bottom: 4px;
  }
  .footer .foot-r {
    text-align: left;
    margin-top: 10px;
  }
  .video-page .con .li {
    width: calc(100%/3 - 1.4%);
    margin-right: 2%;
  }
  .video-page .con .li:nth-child(5n) {
    margin-right: 2%;
  }
  .video-page .con .li:nth-child(3n) {
    margin-right: 0;
  }
  .img-page .img {
    height: 120px;
    line-height: 120px;
  }
  .service-list li {
    width: calc(100%/2 - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .service-list li:nth-child(2n) {
    margin-right: 0;
  }
  .service-list li .txt {
    font-size: 14px;
  }
  .videos-list .li {
    width: calc(100%/2 - 1%);
  }
  .videos-list .li:nth-child(2n) {
    margin-right: 0;
  }
  .videos-list .li .imgbox {
    height: 92px;
  }
  .videos-list .li .imgbox:before {
    background-size: 35px;
  }
  .videoPop {
    padding: 20px 10px;
    min-height: 260px;
  }
  .videoPop .title {
    font-size: 16px;
  }
}

/*新增*/
.line{
  line-height: 44px;
  border-bottom: 1px solid #e9e9e9;
}
.tits{
  float: left;
  width: 77%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.icon1{
  color: #f08b14;
  font-size: 10px;
  margin-right: 5px;
}

.home-wd{
  width: 31%;
}
