@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
img {
  vertical-align: top;
}
html {
  overflow-x: hidden;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 13px/1 arial, \5b8b\4f53;
  color: #333;
  outline: 0;
}
:focus {
  outline: 0;
}
/**/
.none {
  display: none;
}
.wcb {
  width: 100%;
  height: 30px;
  border: 2px dashed #97cbe0;
}
.hidden {
  visibility: hidden;
}
.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
  *zoom: 1;
}
/*css3*/
::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
:-moz-placeholder {
  color: #999;
  font-size: 14px;
}
::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
/****/
* {
  box-sizing: border-box;
}
body {
  background: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  font-family: Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei,
    STHeiti, WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif;
  color: #333;
}
p {
  line-height: 1.75;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: #1267BB;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hide-text2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
 .hide-text3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.f_around {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.f_between {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.f_start {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.f_end {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.f_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.f_middle {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}
.md_center {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.f_top {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.f_bottom {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.f_stretch {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.f_col {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_row {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.nowrap {
  -webkit-flex-wrap: nowrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
/**/
.wrapper {
  width: 100%;
  margin: 0 auto;
}
/* */
/*  */
.inner {
  width: 1400px;
  padding: 0px;
  margin: 0 auto;
} /****/
.ml {
  float: left;
}
.mr {
  float: right;
}
.H {
  white-space: nowrap; /*  */
  overflow: hidden; /*  */
  text-overflow: ellipsis; /*  */
}
.H2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.H4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*head*/
/* css */
/*head*/
.header {
  position: relative;
}
.head-top {
  height: 80px;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.header .head-left {
  display: inline-block;
}
.header .sitelogo {
  float: left;
}
.header .sitelogo .logo {
padding-left:20px;
  width: 340px;
  display: block;
}
.header .sitelogo .logo img {
  display: block;
  width: 94%;
}

/**/
.head-nav {
  background: #1267bb;
}
.anav {
  width: 100%;
  height: 43px;
  background: #68a5e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nav {
}
.nav .wp-menu {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}
.nav .wp-menu .menu-item {
  position: relative;
    margin-left: 36px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
}
.nav .wp-menu .menu-item > a {
  display: inline-block;
  padding: 0 12px;
  position: relative;
}
.nav .wp-menu .menu-item a.menu-link {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.5s;
}
.nav .wp-menu .menu-item.hover a.menu-link {
  color: #fff;
  font-weight: bold;
}
.nav .sub-menu {
  display: none;
  position: absolute;
  left: -13px;
  top: 50px;
  width: auto;
  min-width: 130%;
  z-index: 100;
  background: #1267bb;
  /* padding-left: 10px; */
}
.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
margin-top:15px;
}
.nav .sub-menu .sub-item a {
  display: block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  padding: 0 16px;
}
.nav .sub-menu .sub-item.hover > a,
.nav .sub-menu .sub-item a:hover {
  color: #1267bb;
  background-color: #fff;
  display: block;
}
.banner-swiper {
  position: relative;
  overflow: hidden;
}

/*  banner  z-index  */
.BannerSwiper {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.BannerSwiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
}
.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.BannerSwiper .swiper-button-prev {
  background: url(images/banner-btn-left.png) no-repeat center;
  width: 90px;
  height: 90px;
}
.BannerSwiper .swiper-button-next {
  background: url(images/banner-btn-right.png) no-repeat center;
  width: 90px;
  height: 90px;
}
.BannerSwiper .swiper-button-prev:hover {
  background: url(images/btnhover2.png) no-repeat center;
  width: 90px;
  height: 90px;
}
.BannerSwiper .swiper-button-next {
  background: url(images/btnhover1.png) no-repeat center;
  width: 90px;
  height: 90px;
}

.main1 {
  display: flex;
  flex-direction: row;
}
.news {
  width: 65%;
  margin-right: 72px;
  margin-top: 55px;
}
.newstop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.newstitle {
  background: url(images/news.png) no-repeat left;
  padding-left: 60px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.newsmore {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1267bb;
  background: url(images/morebtn.png) no-repeat right;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-dd {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  margin-top: 46px;
}
.news-d .d1,
.d2 {
  width: 417px;
  height: 405px;
}
.news-d .d3,
.d4 {
  width: 417px;
  height: 234px;
}
.news-d .d1 img {
  width: 100%;
height: 234px;

  /* margin-right: 33px; */
}
.news-d .dt1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 22px;
line-height: 24px;
}
.news-d .dt1:hover {
  color: #1267bb;
}
.news-d .dt2:hover {
  color: #1267bb;
}
.news-d .dt3:hover {
  color: #1267bb;
}
.news-d .dt4:hover {
  color: #1267bb;
}
.news-d .dm1 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #999999;
  margin-top: 14px;
line-height: 24px;
}
.news-d .dtime1 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  margin-top: 14px;
}

.news-d .d3 {
  border-top: 1px solid #e5e5e5;
}
.news-d .d2 img {
width: 100%;
height: 234px;
}
.news-d .dt2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 22px;
line-height: 24px;
}
.news-d .dm2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #999999;
  margin-top: 14px;
line-height: 24px;
}
.news-d .dtime2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  margin-top: 14px;
line-height: 24px;
}
.news-d .d4 {
  border-top: 1px solid #e5e5e5;
line-height: 24px;
}
.news-d .d3 img {
  width: 100%;
  height: 100%;
  display: none;
}
.news-d .dt3 {
line-height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 22px;
}
.news-d .dm3 {
  display: none;
}
.news-d .dtime3 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  margin-top: 14px;
}

.news-d .d4 img {
  width: 100%;
  height: 100%;
  display: none;
}
.news-d .dt4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 22px;
}
.news-d .dm4 {
  display: none;
}
.news-d .dtime4 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  margin-top: 14px;
}
.notice {
  width: 460px;
  height: 745px;
  background: #f3f7f9;
  z-index: 3;
}
.n-dd {
  padding-left: 40px;
  padding-right: 40px;
}
.n-ddd {
  height: 140px;
  border-bottom: 1px solid #e5e5e5;
padding-top:30px;
}
.nt {
  width: 460px;
  height: 90px;
  background: #1267bb;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.n-time {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #333333;
  line-height: 46px;
}
.n-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.n-title:hover {
  color: #1267bb;
}
.n-more {
  background: url(images/morebtn.png) no-repeat;
  background-position: 280px;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1267bb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.main2 {
  background: url(images/acbg.png) top no-repeat;
 background-size: cover;
}
.m-img {
  position: relative;
}
.active {
  padding-top: 50px;
}
.active-top {
  display: flex;
  flex-direction: row;
}
.a-t {
  width: 100%;
  height: 49px;
  background: url(images/active.png) no-repeat;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 40%;
}
.a-more a {
  width: 200px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(images/more2.png) no-repeat right;
background-position: 84%;
}
.ac-d {
  margin-top: 50px;
}
.ac-dd {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: 590px;
}
.ac-ddd {
  width: 438px;
  height: 580px;
  background: #ffffff;
  box-shadow: 0px 1px 7px 1px rgba(0, 62, 109, 0.15);
}
.ac-dd img {
  height: 330px;
}
.ac-more {
  padding-left: 60px;
  padding-right: 55px;
}
.ac-t {
  margin-top: 30px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.ac-time {
height: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #535353;
  background: url(images/time.png) no-repeat;
  padding-left: 25px;
 
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ac-add {
height: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #535353;
  background: url(images/add.png) no-repeat;
  padding-left: 25px;
  margin-bottom: 20px;
}
.ac-pe {height: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #535353;
  background: url(images/peo.png) no-repeat;
  padding-left: 25px;
  margin-bottom: 30px;
}

.acmore {
  background: url(images/amorebtn.png) no-repeat;
  width: 45px;
  height: 45px;
  margin: auto;
  transition: transform 0.3s ease;
}
.acmore:hover {
  background: url(images/amorebtn-hover.png) no-repeat;
}

.main3 {
  margin-top: 70px;
}
.science-top {
  display: flex;
  flex-direction: row;
}
.s-t {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  width: 100%;
  height: 49px;
  background: url(images/scis.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 40%;
}
.s-more{
line-height: 30px;}
.s-more a {
  width: 200px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1267bb;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(images/more2.png) no-repeat right;
  background-position: 84%;
}
.ScienceSwpier {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.Spc {
  width: 821px;
  height: 462px;
  margin-top: 58px;
}
.Spc img {
  width: 100%;
  height: 100%;
}
.SC-more {
  width: 650px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.22);
  border-radius: 20px;
  margin-left: -50px;
  padding-top: 67px;
  padding-left: 37px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.SC-t {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1267bb;
  line-height: 26px;
  margin-bottom: 27px;
}
.SC-m {
  font-size: 14px;
  font-family: Microsoft YaHei;
  margin-bottom: 27px;
  color: #999999;
line-height: 25px;
}
.SC-time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #535353;
  padding-left: 30px;
  background: url(images/time.png) left no-repeat;
}
.SC-mm {
  width: 146px;
  height: 38px;
  background: #ffffff;
  border: 1px solid #1267bb;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1267bb;
}
.SC-more1 .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-right: 20px;
  align-items: center;
}
.main4 {
  margin-top: 90px;
  padding-top: 72px;
  padding-bottom: 72px;
  background: url(images/menu-bg-1.png) no-repeat;
 background-size: cover;
}
.Links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
/* .Lpc {
  width: 330px;
}
.Lpc img {
  width: 100%;
} */
/*   */

/*  footer */
.main5 {
  background: url(images/menu-bg.png) no-repeat;
  border-top: 1px solid #fff;
  background-size: cover;
}
.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.f-more {
  padding-top: 49px;
  padding-bottom: 51px;
  padding-right: 141px;
  border-right: 1px solid #fff;
}
.s1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  line-height: 50px;
}
.s {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  line-height: 25px;
}
.f-more2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fm1 {
  width: 70px;
  height: 70px;
  background: url(images/wb.png) no-repeat center;
  padding-top: 80px;
  margin-right: 60px;
  font-family: Microsoft YaHei;
  color: #ffffff;
}
.fm1:hover {
  background: url(images/wb-on.png) no-repeat center;
  color: #ffffff;
}
.fm2:hover {
  background: url(images/wx-on.png) no-repeat center;
  color: #ffffff;
}
.fm3:hover {
  background: url(images/yj-on.png) no-repeat center;
  color: #ffffff;
}
.fm4:hover {
  background: url(images/ds-on.png) no-repeat center;
  color: #ffffff;
}
.fm2 {
  width: 70px;
  height: 70px;
  background: url(images/wx.png) no-repeat center;
  padding-top: 80px;
  margin-right: 60px;
  font-family: Microsoft YaHei;
  color: #ffffff;
}

.fm3 {
  width: 70px;
  height: 70px;
  background: url(images/yj.png) no-repeat center;
  padding-top: 80px;
  margin-right: 60px;
  font-family: Microsoft YaHei;
  color: #ffffff;
}

.fm4 {
  width: 70px;
  height: 70px;
  background: url(images/ds.png) no-repeat center;
  padding-top: 80px;
  margin-right: 60px;
  font-family: Microsoft YaHei;
  color: #ffffff;
}

/****/
/*  */
.mlink {
  width: 280px;
  margin-top: 12px;
  position: relative;
}
.botlinks .links-wrap {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 30px;
  background: transparent;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.botlinks .links-wrap a.links-arrow {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 42px 0 12px;
  color: #fff;
  font-size: 16px;
  background: url(images/arrow.png) no-repeat right bottom;
}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
  color: #fff;
  background-position: right top;
  cursor: pointer;
}
.botlinks .links-wrap .link-items {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 39px;
  height: auto;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0.2);
}
.botlinks .links-wrap .link-items a {
  display: block;
  line-height: 24px;
  padding: 5px 0;
  color: #fff;
}
.botlinks .links-wrap .link-items a span {
  display: block;
  padding: 0 16px;
  white-space: nowrap;
}
.botlinks .links-wrap .link-items a:hover {
  color: #333;
  background: #e0f1f9;
  cursor: pointer;
}
.botlinks .links-wrap a.links-arrow:hover  .botlinks .links-wrap .link-items
{
display:block !important;
}

 /****/
.copyright {
  border-top: 1px solid #fff;
  margin-top: 35px;
  font-size: 16px;
  color: #fff;
}
.copyright .wz {
  padding: 28px 60px;
  line-height: 30px;
  text-align: center;
}

.search-panel {
  float: right;
  position: relative;
  z-index: 20;
  display: inline-block;
  line-height: 25px;
}
.search-window {
  border: 0px;
  overflow: hidden;
  min-height: 32px;
}
/****/
.wp_search {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  background: #fff;
  width: 209px;
  height: 36px;
  opacity: 0.3;
  filter: Alpha(opacity=30);
}
.wp_search #keyword {
  width: 177px !important;
  padding: 4px 0;
  border: none;
  height: 28px;
  line-height: 28px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.wp_search .search {
  width: 32px;
  height: 32px;
  border: 0px;
  background: url(images/sous.png) no-repeat center;
  cursor: pointer;
  vertical-align: top;
}
/****/
.wp-search {
  border: 0px;
  /* border-radius: 4px; */
  /* background: #025199; */
  width: 180px;
  position: relative;
  border-bottom: 1px solid #fff;
  margin-left: 20px;
}
.wp-search form {
  display: block;
  padding-right: 34px;
}
.wp-search .search-input {
  margin-right: 0;
  height: 32px;
  position: relative;
}
.wp-search .search-input input.search-title {
  width: 100%;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 15px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  border: 0;
  outline: 0;
  background: none;
}
.wp-search .search-btn {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
}
/* .wp-search .search-btn:before {
  position: absolute;
  content: "";
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #fff;
} */
.wp-search .search-btn input.search-submit {
  width: 32px;
  height: 32px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  background: url(images/search.png) no-repeat center;
  background-size: 20px 20px;
  cursor: pointer;
}
.wp-search input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
}
.anav-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.a1-1 {
  color: #fff;
  margin-right: 10px;
  height: 18px;
  font-size: 16px;
  font-family: Microsoft YaHei;
}
.a1-1 a {
  color: #fff;
  margin-right: 10px;
  height: 18px;
  font-size: 16px;
  font-family: Microsoft YaHei;
}
.ac-dd .swiper-button-next {
  width: 41px;
  height: 66px;
  background: url(images/abtn-right.png);
}
.ac-dd .swiper-button-prev {
  width: 41px;
  height: 66px;
  background: url(images/abtn-left.png);
}

.ac-dd {
  position: relative;
}

.ac-dd .swiper-button-next,
.ac-dd .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ac-dd .swiper-button-next {
  right: 0;
}

.ac-dd .swiper-button-prev {
  left: 0;
}

.ScienceSwpier {
  position: relative;
}

/*  */
.ScienceSwpier .swiper-button-next,
.ScienceSwpier .swiper-button-prev {
  position: absolute;
  /* top: calc(100% + 55px); */
  transform: translateY(-50%);
  z-index: 10; /*  */
  top:96%
}

/*  */
.ScienceSwpier .swiper-button-next {
  width: 51px;
  height: 50px;
  background: url(images/sbtn-right.png);
  right: 30px;
  z-index: 10; /*  */
}

.ScienceSwpier .swiper-button-prev {
  width: 51px;
  height: 50px;
  background: url(images/sbtn-left.png);
  left: 90%;
  z-index: 10; /*  */
}

.ScienceSwpier .swiper-pagination {
  position: absolute;
  left: 25%;
}
/*  */
.ScienceSwpier .swiper-pagination {
  
}

/*  */
.ScienceSwpier .custom-pagination {
  /* background-color: #333; */
  height: 30px;
  position: absolute;
  /* bottom: -30px; */
  left: 120%;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 999;
}

.ScienceSwpier .custom-pagination-item {
  margin: 0 5px;
  cursor: pointer;
  font-size: 16px;
  color: #333; /*  */
}

.ScienceSwpier .custom-pagination-item.active {
  color: #333; /*  */
}

.Lpc {
  position: relative;
  list-style: none;
}

.Lpc a {
  position: relative;
  display: block;
}

.lpc-t {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 45, 89, 0.7) 0%,
    rgba(0, 45, 89, 0.9) 100%
  );
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 45, 89, 0.5);
}

/***********************************************************
 * 
 */

/****/

/****/

/****/
/**/
.list {
  background: #fff;
}
.l-banner {
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}
.l-banner img {
  display: none;
  vertical-align: top;
  height: 100%;
}
#container-1 {
  background: url(images/banner.jpg) center center;
}

/****/
#l-container {
  background: #fff;
}
#l-container .inner {
  padding: 15px 0px;
}
/****/
#d-container {
  background: #f5f5f5;
}
#d-container .inner {
  padding: 48px 0px 60px;
}

.col_menu {
  width: 300px;
  float: left;
  margin-right: -300px;
  position: relative;
  padding-top: 26px;
}
.col_menu .l-qh {
}
.col_menu .col_menu_head {
  background: #0363a6 url(images/list_menu.png) no-repeat;
} /****/
.col_menu .col_menu_head h3.col_name {
  height: 100px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
} /****/
.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 100px;
  text-align: center;
} /****/
.col_menu .col_menu_con {
  border: 0;
  background: #f0f0f0;
  border-left: 4px solid #0363a6;
  padding: 20px 0 20px 16px;
  box-sizing: border-box;
}

/**/
.col_list {
  min-height: 60px;
}
.col_list .wp_listcolumn {
  border: 0px;
}
.col_list .wp_listcolumn .wp_column a {
  background-image: none;
  display: block;
  box-sizing: border-box;
  padding-left: 75px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  position: relative;
}
.col_list .wp_listcolumn .wp_column a .column-name {
  display: inline-block;
  padding: 15px 0px;
  line-height: 30px;
}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected,
.col_list .wp_listcolumn .wp_column a.parent {
  color: #0363a6;
  background: #fff;
}
.col_list .wp_listcolumn .wp_column a.col_item_link i {
  position: absolute;
  content: "";
  right: 48px;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 14px;
  background: url(images/rt.png) no-repeat;
  display: none;
}
.col_list .wp_listcolumn .wp_column a.col_item_link:hover i,
.col_list .wp_listcolumn .wp_column a.col_item_link.selected i,
.col_list .wp_listcolumn .wp_column a.col_item_link.parent i {
  display: block;
}
.col_list .wp_listcolumn .sub_list .wp_column a {
  color: #454545;
  background: none;
  border-bottom: 1px solid #bbb;
}

/***/
.col_list .wp_listcolumn .sub_list a {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.col_list .wp_listcolumn .sub_list a .column-name {
  display: inline-block;
  line-height: 30px;
  padding: 10px 0;
  cursor: pointer;
}
.col_list .wp_listcolumn .sub_list a:hover {
  background: #ececec;
}
.col_list .wp_listcolumn .sub_list a.selected {
  background: #ececec;
  font-weight: 600;
}
.col_list .wp_listcolumn .sub_list a:hover span.column-name,
.col_list .wp_listcolumn .sub_list a.selected span.column-name {
  color: #0363a6;
}

/***/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
  background: none;
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 20px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #bbb;
}
.col_list .wp_listcolumn .sub_list .sub_list a:hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
  font-weight: 400;
  color: #0363a6;
}
.col_list .wp_listcolumn .sub_list .sub_list a:hover .column-name:before,
.col_list .wp_listcolumn .sub_list .sub_list a.selected .column-name:before {
  background: #0363a6;
}
/****/
.col_news {
  width: 100%;
  min-height: 500px;
  float: right;
}
.col_news .col_news_box {
  margin-left: 360px;
}
.col_news_head {
  border-bottom: 2px solid #e0e0e0;
}
.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 76px;
  line-height: 76px;
} /****/
.col_metas .col_title h2 {
  display: inline-block;
  font-size: 20px;
  font-family: "Microsoft yahei";
  font-weight: 600;
  color: #0363a6;
  border-bottom: 2px solid #0363a6;
  margin-bottom: -1px;
}
.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 76px;
  line-height: 76px;
  color: #999;
} /****/
.col_metas .col_path a {
  color: #999;
}
.col_metas .col_path a:last-child {
  color: #0363a6;
}

.col_news_con {
  padding: 0;
  margin: 0;
}
.col_news_list {
  margin-top: 7px;
}
.col_news_list .news_list li.news {
width:100%;
  padding-top: 8px;
  border-bottom: 1px solid #e0e0e0;
}
.col_news_list .news_list li.news .news_title {
  display: block;
  width: calc(100% - 100px);
  font-size: 16px;
  line-height: 56px;
}
.col_news_list .news_list li.news .news_meta {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #999;
}
.col_news_list .wp_article_list .list_item {
} /****/
.col_news_list .wp_article_list .list_item .Article_Index {
} /****/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
}
.col_news_list .wp_entry p {
  margin-bottom: 10px;
}
.col_news_list .wp_entry table {
  margin-bottom: 4px;
}
.col_news_list .wp_entry img {
  max-width: 800px;
  _width: expression(this.width > 800 ? "800px": this.width);
} /****/
.col_news_list .wp_entry,
.col_news_list .wp_entry table {
  margin: 0 auto;
}
/****/
.wp_paging {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-family: "Microsoft Yahei", Verdana, Geneva, sans-serif;
  color: #494949;
  float: none;
  text-align: center;
  padding-top: 30px;
}
.wp_paging input {
  font-size: 12px;
  *font-size: 100%;
}
.wp_paging li {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  float: none;
  margin-top: 5px;
}
.wp_paging li span,
.wp_paging li a {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.wp_paging li em {
  font-style: normal;
}
.wp_paging li a {
  cursor: pointer;
  color: #666;
  line-height: 25px;
  height: 25px;
}
.wp_paging li a:hover {
  color: #000;
}
.wp_paging li a span {
  margin: 0;
}
.wp_paging li input {
  font-size: 12px;
  *font-size: 100%;
  width: 24px;
  height: 15px;
  line-height: 15px;
  border: 1px solid #d5d5d5;
  background: #fff;
  margin-top: 4px;
  text-align: center;
}
.wp_paging li input:focus {
  outline: none;
}

.col_news_con .pages {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-family: "Microsoft Yahei", Verdana, Geneva, sans-serif;
  color: #494949;
  text-align: center;
  padding-top: 30px;
}
.col_news_con .pages li {
  float: none;
  display: inline-block;
  margin: 0 10px;
}
.col_news_con .pages li a {
  font-size: 16px;
}
.col_news_con .pages li a.pgNext {
  color: #0363a6;
}
.col_news_con .pages li a.page-number {
  display: inline-block;
  border: 1px solid #ececec;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: #999;
}
.col_news_con .pages li a.page-number:hover,
.col_news_con .pages li a.pgCurrent {
  border: 1px solid #0363a6;
  color: #0363a6;
}
/**  **/
#wp_pager {
  text-align: center;
  padding-top: 20px;
}
#wp_pager ul.pages {
  display: inline-block;
  margin: 10px 0 10px;
  padding: 0;
  font-size: 13px;
  text-transform: capitalize;
  border: none;
}
#wp_pager ul.pages li {
  float: left;
  margin: 0 10px;
  line-height: 42px;
  list-style: none;
  color: #333;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}
#wp_pager ul.pages li:hover {
  background: none;
  border: 0;
}
#wp_pager ul.pages li a {
  display: inline-block;
  line-height: 42px;
  padding: 0;
  color: #333;
}
#wp_pager ul.pages li a:hover {
  border: 1px solid #0363a6;
  color: #0363a6;
}
#wp_pager ul.pages li a.pgNext {
  color: #0363a6;
  border: 0;
}
#wp_pager ul.pages li.pgEmpty {
  display: none;
}
#wp_pager ul.pages li a.pgCurrent {
  color: #0363a6;
  font-weight: 500;
  border: 1px solid #0363a6;
}

/****/

/****/

.infobox {
  padding: 20px 60px;
  margin: 0 auto;
  width: auto;
}

.article {
  padding-top: 10px;
}

.article h1.arti_title {
  line-height: 36px;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  text-align: center;
  color: #182880;
}

/****/

.article h2.arti_title {
  line-height: 34px;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  text-align: center;
  color: #1b1b1b;
}

/****/

.article .arti_metas {
  padding: 10px;
  text-align: center;
  /* border-top:1px solid #ececec; */
}

.article .arti_metas span {
  margin: 0 5px;
  font-size: 12px;
  color: #787878;
}

/****/

.article .entry {
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}

/****/

.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
display:flex;
}

/****/

.article .entry .read p {
  margin-bottom: 10px;
}

.article .entry .read img {
  margin: 0 auto;
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);
}

/****/

.article .entry .read table {
  margin: 0 auto;
  border: none !important;
}

/****/

.wp_paging {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-family: "Microsoft Yahei", Verdana, Geneva, sans-serif;
  color: #494949;
  float: none;
  text-align: center;
  padding-top: 30px;
}

.wp_paging input {
  font-size: 12px;
  *font-size: 100%;
}

.wp_paging li {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  float: none;
  margin-top: 5px;
}

.wp_paging li span,
.wp_paging li a {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.wp_paging li em {
  font-style: normal;
}

.wp_paging li a {
  cursor: pointer;
  color: #666;
  line-height: 25px;
  height: 25px;
}

.wp_paging li a:hover {
  color: #000;
}

.wp_paging li a span {
  margin: 0;
}

.wp_paging li input {
  font-size: 12px;
  *font-size: 100%;
  width: 24px;
  height: 15px;
  line-height: 15px;
  border: 1px solid #d5d5d5;
  background: #fff;
  margin-top: 4px;
  text-align: center;
}

.wp_paging li input:focus {
  outline: none;
}

/**  **/

.col_news_con .pages {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-family: "Microsoft Yahei", Verdana, Geneva, sans-serif;
  color: #494949;
  text-align: center;
  padding-top: 0px;
}

.col_news_con .pages li {
  float: none;
  display: inline-block;
  margin: 0 10px;
}

.col_news_con .pages li a {
  font-size: 16px;
}

.col_news_con .pages li a.pgNext {
  color: #036eb7;
}

.col_news_con .pages li a.page-number {
  display: inline-block;
  border: 1px solid #036eb7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: #036eb7;
}

.col_news_con .pages li a.page-number:hover,
.col_news_con .pages li a.pgCurrent {
  border: 1px solid #036eb7;
  background: #036eb7;
  color: #fff;
}

#wp_pager {
  text-align: center;
  padding-top: 20px;
}

#wp_pager ul.pages {
  display: inline-block;
  margin: 10px 0 10px;
  padding: 0;
  font-size: 13px;
  text-transform: capitalize;
  border: none;
}

#wp_pager ul.pages li {
  float: left;
  margin: 0 10px;
  line-height: 42px;
  list-style: none;
  color: #333;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

#wp_pager ul.pages li:hover {
  background: none;
  border: 0;
}

#wp_pager ul.pages li a {
  display: inline-block;
  line-height: 42px;
  padding: 0;
  color: #036eb7;
}

#wp_pager ul.pages li a:hover {
  border: 1px solid #036eb7;
  color: #fff;
}

#wp_pager ul.pages li a.pgNext {
  color: #036eb7;
  border: 0;
}

#wp_pager ul.pages li.pgEmpty {
  display: none;
}

#wp_pager ul.pages li a.pgCurrent {
  color: #fff;
  font-weight: 500;
  border: 1px solid #036eb7;
  height: 235px;
}

/*  */

.col_news_list1 .news_list3 {
  overflow: hidden;
}
.col_news_list1 .news_list3 ul {
  position: relative;
  margin-right: -32px;
}
.col_news_list1 .news_list3 li {
  float: left;
  width: calc(33.3% - 32px);
  margin-right: 32px;
  margin-top: 30px;
}

.col_news_list1 .news_list3 li .news_pic {
  width: 100%;
  padding-top: 57%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.col_news_list1 .news_list3 li .news_pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.col_news_list1 .news_list3 li .news_pic:hover {
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
}

.col_news_list1 .news_list3 li .news_pic:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.col_news_list1 .news_list3 li .news_info {
  padding-bottom: 6px;
  text-align: center;
}

.col_news_list1 .news_list3 li .news_titlelist {
  line-height: 36px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.col_news_list1 .news_list3 li a:hover .news_titlelist {
  color: #1267bb;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Lpc img{
  width: 100%;
}
.ScienceSwpier .swiper-button-next:hover{
background: url(images/sbtn-right-hover.png);
}
.ScienceSwpier .swiper-button-prev:hover{
background: url(images/sbtn-left-hover.png);
}

.swiper-pagination-bullet{
  /* background-color:red; */
  width: 20px;
  height: 20px;
  background-color: #fff;
  text-align: center;
  line-height: 20px;
}
.swiper-pagination-bullet {
  width: 30px;
  height: 25px;
  border-radius: 0 !important;
  background: #ffffff;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  font-size: 24px;
  font-weight: 550;
  margin-right: 50px;
  
}
.swiper-pagination-bullet-active {
  border-bottom: 2px solid;
  color: #1956a3;
}

.news_list  .news{
margin-top:0px;

}
.ac-t {
font-size: 16px;
}
.title_03 {
  height: 54px;
  position: relative;
  margin-bottom: 48px;
}
.title_03bt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 54px;
  line-height: 41px;
  text-align: center;
  font-size: 30px;
  color: #333;
  font-weight: bold;

}
.title_03bt:before {
  position: absolute;
  content: "";
    width: 52px;
    height: 52px;
  background:  url(images/scis.png) no-repeat;
  border-radius: 2px;
top: -13%;
    left: -31%;
}
.title_03 .title_more {
  width: 95px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 25px;
  line-height: 54px;
  font-size: 16px;
    color: #1267bb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.title_03 .title_more:before {
position: absolute;
  content: "";
    width: 52px;
    height: 52px;
background: url(images/more2.png) no-repeat right;
    right: -15%;
}


.title_04 {
  height: 54px;
  position: relative;
  margin-bottom: 48px;
}
.title_04bt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 54px;
  line-height: 41px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: bold;

}
.title_04bt:before {
  position: absolute;
  content: "";
    width: 52px;
    height: 52px;
     background: url(images/active.png) no-repeat;
  border-radius: 2px;
top: -13%;
    left: -31%;
}
.title_04 .title_more {
  width: 95px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 25px;
  line-height: 54px;
  font-size: 16px;
    color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.title_04 .title_more:before {
position: absolute;
  content: "";
    width: 52px;
    height: 52px;
background: url(images/more2.png) no-repeat right;
    right: -15%;
}
