* {
  font-family: 微软雅黑;
}
input {
  outline: none;
  border-radius: 0;
}
.yesd_tab,.dangjian_tab,.ztjy_tab{
    display: inline-block;
    width: 120px;
    text-align: center;
}
body > section.content > div > div.bottom > div.bottom_left > div.title .active{
    background-color: #004b8d;
    color: #fff;
}
.yesd_link,.yesd_list,.ztjy_link,.ztjy_list{
  display:none;
}
body {
  margin: 0 auto;
  padding: 0;
  max-width: 1920px;
}
body ul,
body li,
body dl {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
  color: #000;
}
body li {
  list-style: none;
}
body header {
  max-width: 1920px;
  height: 107px;
  margin: 0 auto;
}
body header .header_wrap {
  width: 1200px;
  height: 107px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header .header_wrap .header_logo {
  display: flex;
  width: 474px;
  height: 47px;
}
body header .header_wrap .header_logo img {
  width: 474px;
  height: 47px;
}
body header .header_wrap .header_search {
  display: flex;
}
body header .header_wrap .header_search input {
  width: 243px;
  height: 40px;
  box-sizing: border-box;
  border: 2px solid #004B8D;
}
body header .header_wrap .header_search .img_wrap {
  width: 42px;
  height: 40px;
  background: #054074;
  display: flex;
  justify-content: center;
  align-items: center;
}
body header .header_wrap .header_search .img_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
}
body header .header_wrap .header_search .img_wrap img {
  width: 22px;
  height: 22px;
}
body nav {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #004B8D;
}
body nav .wrap {
  max-width: 1200px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
body nav .wrap li:hover {
  background-color: #1F65A4;
}
body nav .wrap li {
  width: 136px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
body nav .wrap li :hover {
  background-color: #1F65A4;
}
.current{
background-color: #1F65A4;
}
body nav .wrap li .nav_sec {
  width: 136px;
  position: absolute;
  background-color: #1F65A4;
  display: none;
  z-index: 18;
}
body nav .wrap li .nav_san a{
 display:block;

}
body nav .wrap li .nav_sec li:hover,body nav .wrap li .nav_sec li:hover a,body nav .wrap li .nav_san a:hover{
background-color: #004B8D;
}
body nav .wrap li .nav_san{
display:none;
position: absolute;
    background-color: rgba(31, 101, 164, 1);
    width: 100%;
    left: 136px;
    bottom: 0px;
}

body nav .wrap li .nav_sec li {
  height: 40px;
  line-height: 40px;
}
body nav .wrap li a {
  color: #fff;
}
body nav .wrap li:hover .nav_sec {
  display: block;
}
body nav .wrap li .nav_sec li:hover .nav_san{
display: block;
}

body .banner {
  max-width: 1920px;
  height: 345px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
body .banner .swiper-wrapper {
  max-width: 1920px;
}
body .banner .swiper-slide {
  max-width: 1920px;
}
body .banner .swiper-slide img {
  width: 1920px;
  height: 345px;
}
body .banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
body .banner .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #004b8d;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
body .banner .swiper-active-switch {
  background: #fff;
}
body .content {
  max-width: 1920px;
  min-height: 450px;
  margin: 0 auto;
}
body .content .title {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #004b8d;
}
body .content .title span {
  color: #333333;
  font-size: 20px;
  cursor: pointer;
}
body .content .title span a{
 font-size: 20px;
}
body .content .title span:hover {
  color: #004b8d;
}
body .content .title a {
  color: #333333;
  font-size: 12px;
  float: right;
}
body .content .title a .icon-arrowLeft {
  font-size: 16px;
  font-weight: 200;
  margin-right: 5px;
}
body .content .title a .icon-arrowRight {
  font-size: 16px;
  font-weight: 200;
  margin-right: 15px;
}
body .content .title a:hover {
  color: #004b8d;
}
body .content .wrap {
  width: 1200px;
  margin: 0 auto;
}
body .content .wrap .top {
  width: 1200px;
  height: 360px;
  margin-top: 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
body .content .wrap .top .news {
  width: 790px;
  position: relative;
}
body .content .wrap .top .news .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body .content .wrap .top .news .title .more a {
  color: #333333;
  font-size: 12px;
}
body .content .wrap .top .news .title .more .icon-arrowLeft {
  font-size: 16px;
  font-weight: 200;
  margin-right: 5px;
}
body .content .wrap .top .news .title .more .icon-arrowLeft:hover {
  color: #004b8d;
  cursor: pointer;
}
body .content .wrap .top .news .title .more .icon-arrowRight {
  font-size: 16px;
  font-weight: 200;
  margin-right: 15px;
}
body .content .wrap .top .news .title .more .icon-arrowRight:hover {
  color: #004b8d;
  cursor: pointer;
}
body .content .wrap .top .news .title .more a:hover {
  color: #004b8d;
  cursor: pointer;
}
body .content .wrap .top .news .news_content {
  width: 790px;
  display: flex;
  justify-content: space-between;
}
body .content .wrap .top .news .news_content .pic {
  left: 0;
  position: relative;
  margin-top: 21px;
  width: 380px;
  height: 285px;
}
body .content .wrap .top .news .news_content .pic .slideBox {
  width: 380px;
  height: 285px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
body .content .wrap .top .news .news_content .pic .slideBox .hd {
  height: 26px;
  overflow: hidden;
  position: absolute;
  right: 13px;
  top: 10px;
  z-index: 1;
}
body .content .wrap .top .news .news_content .pic .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
body .content .wrap .top .news .news_content .pic .slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
body .content .wrap .top .news .news_content .pic .slideBox .hd ul li.on {
  background: #004b8d;
  color: #fff;
}
body .content .wrap .top .news .news_content .pic .slideBox .bd {
  position: relative;
  width: 380px;
  height: 285px;
  z-index: 0;
}
body .content .wrap .top .news .news_content .pic .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 380px;
  height: 285px;
}
body .content .wrap .top .news .news_content .pic .slideBox .bd li img {
  display: block;
  width: 380px;
  height: 252px;
}
body .content .wrap .top .news .news_content .pic .slideBox .bd li .bg_wrap {
  width: 380px;
  height: 55px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  left: 0;
  bottom: 22px;
}
body .content .wrap .top .news .news_content .pic .slideBox .bd li .bg_wrap .wriper_bottom {
  width: 380px;
  height: 33px;
  background: #004b8d;
  position: absolute;
  left: 0;
  bottom: 0;
}
body .content .wrap .top .news .news_content .pic .slideBox .bd li .bg_wrap .wriper_bottom dl {
  width: 48px;
  height: 37px;
  background-color: #fff;
  position: absolute;
  top: -16px;
  left: 20px;
}
body .content .wrap .top .news .news_content .pic .slideBox .bd li .bg_wrap .wriper_bottom dl dt {
  width: 48px;
  height: 24px;
  line-height: 24px;
  color: #054074;
  font-size: 18px;
  text-align: center;
}
body .content .wrap .top .news .news_content .pic .slideBox .bd li .bg_wrap .wriper_bottom dl dd {
  width: 48px;
  height: 13px;
  line-height: 13px;
  font-size: 8px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  background-color: #bcbcbc;
}
body .content .wrap .top .news .news_content .pic .slideBox .bd li .bg_wrap .wriper_bottom span {
  height: 33px;
  width: 275px;
  line-height: 33px;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  right: 20px;
}
body .content .wrap .top .news .news_content .news_items {
  width: 388px;
  height: 300px;
  padding-top: 6px;
}
body .content .wrap .top .news .news_content .news_items li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #e7e7e7;
  font-size: 15px;
}
body .content .wrap .top .news .news_content .news_items li a {
  display: block;
  position: relative;
  color: #333333;
}
body .content .wrap .top .news .news_content .news_items li a em {
  display: block;
  font-style: normal;
  width: 318px;
  margin-left: 10px;
}
body .content .wrap .top .news .news_content .news_items li a span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
body .content .wrap .top .news .news_content .news_items li a span.line {
  color: #004B8D;
  font-size: 15;
  font-weight: bolder;
  position: absolute;
  left: 0;
  top: 0;
}
body .content .wrap .top .news .news_content .news_items li a:hover {
  color: #004b8d;
}
body .content .wrap .top .notice .title {
  width: 380px;
}
body .content .wrap .top .notice .title span {
  color: #333;
}
body .content .wrap .top .notice .title span:hover {
  color: #004b8d;
}
body .content .wrap .top .notice .title a {
  color: #727272;
}
body .content .wrap .top .notice .title a:hover {
  color: #004b8d;
}
body .content .wrap .top .notice .notice_items {
  width: 380px;
  height: 295px;
}
body .content .wrap .top .notice .notice_items li {
  height: 68px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
body .content .wrap .top .notice .notice_items li dl {
  width: 62px;
  height: 51px;
  background-color: #004b8d;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
body .content .wrap .top .notice .notice_items li dl dt {
  height: 26px;
  line-height: 26px;
}
body .content .wrap .top .notice .notice_items li dl dd {
  width: 62px;
  height: 25px;
  line-height: 25px;
  background-color: #e3d5d5;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #333333;
}
body .content .wrap .top .notice .notice_items li a {
  width: 306px;
  color: #333333;
  font-size: 15px;
}
body .content .wrap .top .notice .notice_items li a:hover {
  color: #004b8d;
}
body .content .wrap .center {
  width: 1200px;
  height: 360px;
  margin-top: 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
body .content .wrap .center .center_left {
  width: 790px;
}
body .content .wrap .center .center_left .container {
  width: 790px;
  height: 290px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .content .wrap .center .center_left .container .box {
  width: 380px;
  height: 140px;
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
body .content .wrap .center .center_left .container .box img {
  width: 193px;
  height: 128px;
}
body .content .wrap .center .center_left .container .box .box_right {
  margin-left: 10px;
  margin-top: 30px;
}
body .content .wrap .center .center_left .container .box .one a {
  font-size: 15px;
  color: #333333;
}
body .content .wrap .center .center_left .container .box .two {
  margin-top: 15px;
}
body .content .wrap .center .center_left .container .box .two a {
  font-size: 13px;
  color: #6B6B6B;
}
body .content .wrap .center .center_left .container .box .three {
  color: #8F8F8F;
  font-size: 12px;
  margin-top: 10px;
}
body .content .wrap .center .center_left .container .box .three .icon-rili {
  font-size: 12px;
  margin-right: 3px;
}
body .content .wrap .center .center_left .container .box a:hover {
  color: #004b8d;
}
body .content .wrap .center .center_left .container .container_box2 {
  width: 398px;
}
body .content .wrap .center .center_left .container .container_box4 {
  width: 398px;
}
body .content .wrap .center .center_right {
  width: 380px;
}
body .content .wrap .center .center_right .clinical_items {
  width: 380px;
  height: 300px;
  padding-top: 6px;
}
body .content .wrap .center .center_right .clinical_items li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #e7e7e7;
  font-size: 15px;
}
body .content .wrap .center .center_right .clinical_items li a {
  display: block;
  position: relative;
  color: #333333;
}
body .content .wrap .center .center_right .clinical_items li a em {
  display: block;
  font-style: normal;
  width: 318px;
}
body .content .wrap .center .center_right .clinical_items li a span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
body .content .wrap .center .center_right .clinical_items li a:hover {
  color: #004b8d;
}
body .content .wrap .bottom {
  width: 1200px;
  height: 360px;
  margin-top: 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
body .content .wrap .bottom .bottom_left {
  width: 790px;
}
body .content .wrap .bottom .bottom_left .party_items {
  width: 790px;
  height: 300px;
  padding-top: 6px;
}
.kuaisutongdao{
   width: 1200px;
   margin:0 auto;
   margin-top:30px;
   margin-bottom:50px;
}
.kuaisutongdao .image_icon{
  margin-top:15px;
}
.kuaisutongdao .image_size1{
  width:285px;
  height:50px;
  float:left;
  margin-right:20px;
}
body .content .wrap .bottom .bottom_left .party_items li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #e7e7e7;
  font-size: 15px;
}
body .content .wrap .bottom .bottom_left .party_items li a {
  display: block;
  position: relative;
  color: #333333;
}
body .content .wrap .bottom .bottom_left .party_items li a em {
  display: block;
  font-style: normal;
}
body .content .wrap .bottom .bottom_left .party_items li a span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
body .content .wrap .bottom .bottom_left .party_items li a:hover {
  color: #004b8d;
}
body .content .wrap .bottom .bottom_center {
  width: 383px;
}
body .content .wrap .bottom .bottom_center .science {
  margin-top: 25px;
}
body .content .wrap .bottom .bottom_center .science .box {
  display: flex;
}
body .content .wrap .bottom .bottom_center .science .box img {
  width: 129px;
  height: 86px;
}
body .content .wrap .bottom .bottom_center .science .science_box2 {
  margin-top: 12px;
}
body .content .wrap .bottom .bottom_center .science .science_box3 {
  margin-top: 12px;
}
body .content .wrap .bottom .bottom_center .science .box_right {
  margin-left: 10px;
  margin-top: 5px;
}
body .content .wrap .bottom .bottom_center .science .box_right .one {
  font-size: 15px;
}
body .content .wrap .bottom .bottom_center .science .box_right .one a {
  color: #333333;
}
body .content .wrap .bottom .bottom_center .science .box_right .one a:hover {
  color: #004B8D;
}
body .content .wrap .bottom .bottom_center .science .box_right .two {
  margin-top: 15px;
  font-size: 12px;
  color: #8F8F8F;
}
body .content .wrap .bottom .bottom_center .science .box_right .two .icon-rili {
  font-size: 12px;
  margin-right: 3px;
}
body .content .wrap .bottom .bottom_right {
  width: 383px;
}
body .content .wrap .bottom .bottom_right .image_icon {
  margin-top: 10px;
}
body .content .wrap .bottom .bottom_right .image_icon img {
  width: 380px;
  margin-top: 9px;
}
body .content .wrap .bottom .bottom_right .image_icon .image_size1 {
  height: 70px;
}
body .content .wrap .bottom .bottom_right .image_icon .image_size2 {
  height: 62px;
}
body .content .wrap .bottom .bottom_right .image_icon .image_size3 {
  height: 61px;
}
body .content .wrap .bottom .bottom_right .image_icon .image_size4 {
  height: 60px;
}
body footer {
  max-width: 1920px;
  height: 146px;
  margin: 0 auto;
  margin-top: 80px;
  background: #004B8D;
  color: #fff;
}
body footer .wrap {
  max-width: 1200px;
  height: 146px;
  margin: 0 auto;
  line-height: 146px;
  position: relative;
}
body footer .wrap .detail {
  position: absolute;
  left: 0;
  margin-top: 17px;
  font-size: 14px;
  line-height: 30px;
}
body footer .wrap .detail span {
  display: block;
}
body footer .wrap .logo {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  font-size: 26px;
}
body footer .wrap .logo span {
  margin-top: -10px;
}
body footer .wrap .logo .logo_wrap {
  height: 49px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body footer .wrap .logo .logo_wrap img {
  width: 472px;
margin-top:70px;
}
body footer .wrap .logo .logo_wrap span {
  font-size: 28px;
  margin: 0 4px;
  font-weight: 200;
}