article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
  width: 0;
}
mark {
  background: #ff0;
  color: #333;
}
figure {
  margin: 1em 40px 1em 40px;
}
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}
input,
button {
  overflow: visible;
  font-family: inherit;
}
textarea {
  overflow: auto;
  color: inherit;
  font: inherit;
  resize: none;
}
input::-ms-clear {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
}
table th,
table td {
  padding: 0;
}
li {
  list-style-type: none;
}
iframe,
img {
  border: 0;
}
iframe {
  vertical-align: top;
}
img {
  vertical-align: middle;
}
a,
a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none;
}
label {
  display: inline-block;
}
.nav-bg {
  width: 100%;
  height: 55px;
  background-color: #e2dccb;
}
.nav-bg .nav-list {
  width: 1280px;
  height: 55px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 0;
  z-index: 99;
}
.nav-bg .nav-list li {
  display: inline-block;
  width: 11.11%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
}
.nav-bg .nav-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #013955;
  box-sizing: border-box;
  border-top: 5px solid transparent;
}
.nav-bg .nav-list li ul {
  position: absolute;
  width: 100%;
  display: none;
}
.nav-bg .nav-list li ul li {
  font-size: 12px;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 40px;
  cursor: pointer;
}
.nav-bg .nav-list li ul li a.nav-child {
  background-color: #205e81;
  border: none;
  color: #fff;
}
.nav-bg .nav-list li ul li a.nav-child:hover {
  background: #1f415c;
  color: #fff;
}
.nav-bg .nav-list li:hover a {
  background-color: #fff;
}
.nav-bg .nav-list li:hover ul {
  display: block;
}
.nav-bg .nav-list li.on a {
  background-color: #fff;
  border-top: 5px solid #0a4354;
}
.header {
  background: #3a4f60;
  height: 115px;
}
.header .container {
  width: 1280px;
  margin: auto;
  height: 100%;
}
.header .container .logo {
  line-height: 100px;
}
.header .container .right-box {
  float: right;
  margin-right: 20px;
  margin-top: 35px;
}
.header .container .select-box input {
  width: 280px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  color: #484848;
  font-family: "Microsoft Yahei";
  border: 1px solid #223646;
  border-right: 0;
  background: #fff;
  font-size: 14px;
}
.header .container .select-box .select-icon {
  width: 35px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #223646;
  border-left: 0;
  background: #fff url(../../images/pa-home/search.png) no-repeat center;
  cursor: pointer;
  float: right;
}
.header .login {
  text-align: right;
  padding-bottom: 5px;
}
.header .login a {
  color: #ccc;
  font-size: 14px;
}
.line {
  margin: 0 20px;
  color: #fff;
}
.footer {
  background: #c7c2b8;
  font-size: 14px;
  color: #666666;
  padding: 30px 0;
}
.footer p {
  text-align: center;
}
.out-box {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 490px;
}
.slide-box {
  position: absolute;
  width: 100%;
  height: 490px;
}
.slide-box .slide-img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.slide-box .slide-img img {
  width: 100%;
  height: 100%;
}
.control-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.control-box .circle-box {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
}
.control-box .circle-box li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #cccccc;
  border-radius: 50%;
  margin: 0 5px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.control-box .circle-box li.on,
.control-box .circle-box li:hover {
  border: 1px solid #ccc;
}
.control-box .control-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
.control-box .left-btn {
  background-image: url('../../images/pa-home/left-btn.png');
}
.control-box .right-btn {
  right: 0;
  background-image: url('../../images/pa-home/right-btn.png');
}
.picNews {
  overflow: hidden;
}
.picNews .container-title {
  border-bottom: 1px dotted #785;
  height: 30px;
}
.picNews .container-title span {
  font-size: 20px;
  line-height: 30px;
  border-bottom: 3px solid #295a69;
}
.picNews .container-title a {
  float: right;
  font-size: 12px;
  color: #999;
  line-height: 30px;
  margin-right: 20px;
}
.picNews .container-title a:hover {
  color: #2388a9;
}
.picNews .picNews-container {
  padding: 10px 0;
}
.picNews .picNews-container .news-container {
  width: 295px;
  margin: 12px;
  float: left;
}
.picNews .picNews-container .news-container img {
  width: 295px;
  height: 200px;
}
.picNews .picNews-container .news-container h2 {
  color: #333;
  font-size: 12px;
}
.picNews .picNews-container .news-container h2:hover {
  color: #2388a9;
}
.big-panel {
  height: 440px;
}
.big-panel .container-title {
  border-bottom: 1px dotted #785;
  height: 30px;
}
.big-panel .container-title .tab {
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.big-panel .container-title a {
  float: right;
  font-size: 12px;
  color: #999;
  line-height: 30px;
  margin-right: 20px;
}
.big-panel .container-title a:hover {
  color: #2388a9;
}
.big-panel .container-title .active {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 3px solid #295a69;
}
.big-panel .panel-link {
  border-bottom: 1px dotted #785;
  color: #295a69;
  height: 400px;
}
.big-panel .panel-link li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 38px;
}
.big-panel .panel-link li a {
  color: #333;
  font-size: 14px;
}
.big-panel .panel-link li a:hover {
  color: #2388a9;
}
.big-panel .panel-link li .time {
  float: right;
}
.js-panel2 {
  display: none;
}
.js-tabs2 {
  margin-left: 10px;
}
.picLink {
  margin-top: 20px;
  overflow: hidden;
}
.picLink .link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 406px;
  height: 225px;
  border-radius: 5px;
  float: left;
  margin: 0 10px;
}
.picLink .link .img-link {
  width: 100%;
  height: 100%;
}
.picLink .link .name {
  position: absolute;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-top: -30px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.picLink .link .name:hover {
  text-decoration: underline;
}
.fastTrack {
  background: #e7e6e4;
}
.fastTrack .fastTrack-contanier {
  padding: 20px 0;
  width: 1280px;
  margin: auto;
  overflow: hidden;
}
.fastTrack .container-title {
  border-bottom: 1px dotted #785;
  height: 30px;
}
.fastTrack .container-title span {
  font-size: 18px;
  line-height: 32px;
  border-bottom: 3px solid #295a69;
}
.fastTrack .fastTrack-ul {
  padding: 20px 0;
}
.fastTrack .fastTrack-ul li {
  float: left;
  padding: 10px 60px 10px 0;
}
.fastTrack .fastTrack-ul li a {
  color: #333;
}
.fastTrack .fastTrack-ul li a:hover {
  color: #2388a9;
  text-decoration: underline;
}
.fastTrack .link-png {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background: url(../../images/pa-home/link.png) no-repeat center;
}
.word-link {
  width: 65%;
  float: left;
}
.wx-link {
  width: 25%;
  float: right;
}
.wx-link a {
  margin: 20px;
  display: block;
  float: left;
}
.wxb-title {
  height: 30px;
}
.wxb-title span {
  font-size: 18px;
  line-height: 30px;
}
body {
  color: #333;
  font-family: "微软雅黑", "Arial";
  background: #ebeae8 ;
}
.nav-box {
  width: 100%;
  height: 55px;
}
.pa-slide {
  width: 100%;
  margin: 0 auto;
  height: 490px;
  overflow: hidden;
  position: relative;
}
.container-box {
  width: 1280px;
  margin: 15px auto;
  overflow: hidden;
}
.latest {
  margin-top: 15px;
}
#wid {
  position: fixed;
  z-index: 9999;
  display: none;
}
#wid i {
  position: absolute;
  top: 2px;
  left: 120px;
  display: none;
  color: #fff;
  cursor: pointer;
}
#wid #bayWindow {
  width: 140px;
  height: 100px;
}
#wid:hover i {
  display: block;
}
.banner-index {
  width: 100%;
  height: 490px;
  background: url(../../images/pa-home/banner-index.png) no-repeat center;
  margin: 0 auto 20px;
  left: 0;
  right: 0;
}
.new-box {
  margin-top: 20px;
  overflow: hidden;
}
.new-box .news {
  width: 600px;
  float: left;
}
.new-box .report {
  width: 600px;
  float: right;
}
.new-box .academic {
  width: 600px;
  float: left;
}
.new-box .work {
  width: 600px;
  float: right;
}

