@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  font-size: 17px;
  font-font-family: Arial, Helvetica, sans-serif;
  color: #444;
  line-height: 150%;
  background: #f8f8f8;
  -webkit-text-size-adjust: none;
  min-width: 320px;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
form {
  display: inline;
}
small {
  font-size: 14px;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:active,
a:focus {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #9e9e9e;
}
a:hover {
  color: #3c93f5;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
}
#mainpage {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.pr35 {
  padding-right: 35px;
}
/*页头*/


 
.main_prom,
.news_list li,
.list_more {
  border-bottom: 1px solid #e8e8e9;
  border-top: 1px solid #fff;
}
.list_more {
  clear: both;
  overflow: hidden;
  padding: 8px 20%;
}
.list_more a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  text-align: center;
  border: 1px solid #eae9e9;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f3f3f3),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: -moz-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: -o-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: linear-gradient(top, #f3f3f3, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#e6e6e6');
  color: #9b9b9b;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px #999;
  -webkit-box-shadow: 1px 1px 1px #999;
  box-shadow: 1px 1px 1px #999;
}
.list_more a:hover {
  color: #f89c2e;
}
/*页底*/
.footbox {
  border-top: 1px solid #bababa;
  padding: 15px 0 10px;
  color: #7b7b7b;
  text-align: center;
  font-size: 14px;
  background: #ebebeb;
  background-image: -webkit-linear-gradient(top, #ebebeb, #fcfcfc);
  background-image: -moz-linear-gradient(top, #ebebeb, #fcfcfc);
  background-image: -ms-linear-gradient(top, #ebebeb, #fcfcfc);
  background-image: linear-gradient(top, #ebebeb, #fcfcfc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#fcfcfc');
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}
.f_sbox {
  padding-bottom: 6px;
  font-size: 15px;
}
.f_sbox a {
  margin: 0;
  height: 31px;
  line-height: 31px;
  text-align: center;
  width: 80px;
  display: inline-block;
  color: #9b9b9b;
  border: 1px solid #bababa;
  background: #fff;
  background-image: -webkit-linear-gradient(top, #fff, #efefef);
  background-image: -moz-linear-gradient(top, #fff, #efefef);
  background-image: -ms-linear-gradient(top, #fff, #efefef);
  background-image: linear-gradient(top, #fff, #efefef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#efefef');
  font-weight: bold;
}
.f_sbox a:hover {
  color: #2e5fb1;
}
.f_sbox a.l_c {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.f_sbox a.r_c {
  color: #2e5fb1;
  border-left: 0;
  text-shadow: 1px 1px 1px #fff;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #e1e1e1;
  background-image: -webkit-linear-gradient(top, #e1e1e1, #f5f5f5);
  background-image: -moz-linear-gradient(top, #e1e1e1, #f5f5f5);
  background-image: -ms-linear-gradient(top, #e1e1e1, #f5f5f5);
  background-image: linear-gradient(top, #e1e1e1, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1', EndColorStr='#f5f5f5');
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}
.f_box2 {
  margin: 0 0 0 10px;
}
.f_box2 a {
  padding: 0 15px;
  color: #7b7b7b;
  line-height: 28px;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.f_box2 a:hover {
  color: #bbb9b9;
}
.f_box {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 auto 10px;
}

/*图片*/
.container .slidepic li {
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  font-size: 18px;
  height: 143px;
  position: relative;
  text-align: center;
  width: 320px;
  margin: 0 auto;
}
.container .slidepic h2 a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  width: 94%;
  padding: 1% 3%;
  color: #ffffff;
}
.container .slidepic h2 {
  width: 100%;
  background: #0c3a77;
  color: #ffffff;
  height: 56px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
#gallery .page-wrapper {
  bottom: 0;
  left: 0;
  height: 33px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 150px;
}
#gallery .page-wrapper a.page-prev,
#gallery .page-wrapper a.page-next {
  display: inline-block;
  float: right;
  margin: 3px 5px 0 0;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
#gallery .page-wrapper a.page-prev {
  float: left;
  margin-left: 5px;
  color: #fff;
}
.cfx:after,
nav.mini:after,
.h:after,
.hn:after,
.PH:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.hn1 {
  text-align: center;
  margin: 10px 0 0;
  border-bottom: 1px dashed #d6d6d6;
  padding-bottom: 10px;
}
.hn1 h4,
.hn1 h4 a {
  font-size: 22px;
  color: #006fce;
}
.hn1 p {
  font-size: 14px;
  color: #666666;
  text-align: left;
  padding: 0 10px;
}
h3 {
  font-size: 22px;
  line-height: 34px;
  margin-top: 10px;
  padding: 0 10px 0 5px;
  background-color: #32528d;
  background-image: linear-gradient(to bottom, #587ca9, #32528d);
}
h3 em {
  padding: 0 5px;
  background: #f8f8f8;
  color: #32528d;
  float: left;
}
h3 em a {
  color: #32528d;
}
h3 aside,
h3 aside a {
  color: #fff;
  float: left;
  font-size: 18px;
  font-family: "Times New Roman";
  font-style: italic;
}
.ls .it {
  border-bottom: 1px dashed #d6d6d6;
}
.ls .it:last-child {
  border-bottom: none;
}
.h4 {
  display: block;
  padding: 8px 0 8px 10px;
  font-size: 18px;
}
.h4:visited,
.h4 a:visited {
  color: #551a8b;
}
.h4 .it {
  margin-left: 5px;
}
.h4Spot {
  display: -webkit-box;
}
.h4Spot .img {
  display: block;
  padding-right: 10px;
}
.h4Spot .des {
  -webkit-box-flex: 1;
  padding-right: 10px;
}
.h4Spot .des .ttl {
  line-height: 20px;
  overflow: hidden;
  padding-bottom: 5px;
}
.h4Spot .des .cnt {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 18px;
}
.h4Spot .des .tm {
  text-align: right;
  font-size: 12px;
  color: #999;
}
.pl {
  display: -webkit-box;
  padding: 10px 7px 0;
}
.pl .h4 {
  display: block;
  text-align: center;
  padding: 0 0 15px;
}
.pl .h4 .img {
  display: block;
}
.pl .h4 img {
  padding: 0 0 10px;
  width: 90%;
  height: auto;
}
.pl .h4 p {
  height: 1.5em;
  font-size: 14px;
  overflow: hidden;
  padding: 0 5px;
  margin: 0 auto;
}
.pl_c2 .h4 {
  width: 50%;
}
.pl_c2 .h4 p {
  width: 136px;
  display: none;
}
.pl_c3 .h4 {
  width: 33%;
}
.pl_c3 .h4 p {
  width: 86px;
}
.ls .it {
  border-bottom: 1px dashed #d6d6d6;
}
.ls .it:last-child {
  border-bottom: none;
}
.clear {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#gallery .page-wrapper {
  pointer-events: none;
  top: 38%;
}
#gallery {
  position: relative;
}
.container .slidepic h2 {
  box-sizing: border-box;
  height: 60px;
}
.toptp {
  width: 100%;
  height: auto;
  margin: 1px 0;
}
.toptp img {
  width: 100%;
  height: auto;
}
.container .slidepic h2 a font {
  color: #fff;
}


.lang,
.lang li {
  text-align: center;
  color: #fff;
}
.lang,
.lang li a {
  color: #fff;
}
.lang li .active,
.lang li .active a {
  color: #fff;
}
/*new20201223*/
.h4 {
  padding: 8px 10px 8px 10px;
}
.video_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
}
.video_box .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.video_box .img img {
  width: 100%;
  height: auto;
}
.video_box .img .player {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 16%;
  height: auto;
  z-index: 20;
}
.video_box .img .player img {
  width: 100%;
  height: auto;
}
.video_box p {
  width: 94%;
  padding: 10px 3%;
  background: #0c3a77;
  color: #ffffff;
  height: auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 24px;
  background: rgb(51, 51, 51);
  background: rgba(51, 51, 51, 0.8);
}
.video_box p a {
  color: #fff;
}
.font-tit {
  overflow: hidden;
  padding: 8px 10px 8px 10px;
}
.font-tit img {
  float: left;
  width: 35%;
  height: auto;
  padding-right: 10px;
}
.font-tit .h4 {
  padding: 0;
}
/* 聚焦图 */
.swperbox01 {
  width: 100%;
  height: auto;
  position: relative;
}
.swperbox01 .swiper-container {
  width: 100%;
  height: 100%;
}
.swperbox01 .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.swperbox01 .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 60px;
}
.swperbox01 .swiper-slide .bg {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.6rem;
  opacity: 0.3;
  background: #000;
  z-index: 0;
}
.swperbox01 .swiper-slide .title {
  font-size: 1.65rem;
  width: 96%;
  height: 4rem;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  padding-left: 0.5rem;
}
.swperbox01 .swiper-slide .title a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4rem;
  line-height: 1.75rem;
  color: #fff;
  overflow: hidden;
  font-weight: bold;
  z-index: 1;
  padding-left: 10px;
}
.swperbox01 .arrow-left {
  background: url(https://libvpn.swfu.edu.cn/vpn/89/https/NFXXP63PN3TYP63PMNYA/world/2015/images/arrows.png;vpn_img) no-repeat left top;
  width: 1.35rem;
  height: 2.28rem;
  z-index: 2;
  background-size: 100%;
}
.swperbox01 .arrow-right {
  background: url(https://libvpn.swfu.edu.cn/vpn/89/https/NFXXP63PN3TYP63PMNYA/world/2015/images/arrows.png;vpn_img) no-repeat left bottom;
  width: 1.35rem;
  height: 2.28rem;
  z-index: 2;
  background-size: 100%;
}
/* END */
.swperbox01 .swiper-slide .title,
.swperbox01 .swiper-slide .title a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  height: 56px;
  line-height: 18px;
  position: absolute;
  text-align: left;
  width: 100%;
  padding-top: 1%;
  padding-left: 0;
}
