@charset "utf-8";
/* CSS Document */

body {
  margin: 0 auto;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑";
  min-width: 1200px;
  background: #ffffff;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.wrapper01 {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  height: 600px;
}

.wrapper02 {
  margin: 0 auto;
  width: 1580px;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
  height: 0;
}

li {
  list-style: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
textarea,
img,
ul,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.img_scale {
  overflow: hidden;
}

.img_scale img {
  transition: 0.6s all;
  -webkit-transition: 0.6s all;
}

.img_scale:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.hide {
  display: none;
}

.banner_bg {
  background: url(../images/body_bg.png) top repeat-x;
}
.pt68{
  padding-top: 68px;
}
.pt90 {
  padding-top: 90px;
}

.ml30 {
  margin-left: 30px;
}

.body_bg {
  background: url(../images/body_bg.png) top repeat-x;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  left: 0;
  min-height: 300px;
}

.bg01 {
  
  position:absolute;
  width: 100%;
  top: 0;
  z-index: 10;
  left: 0;
}

.bg02 {
  background: url(../images/bg02.png) top center no-repeat;
  height: 960px;
}

.bg03 {
  background: url(../images/bg03.png) top center no-repeat;
  height: 890px;
}

.bg04 {
  background: url(../images/bg04.png) top center no-repeat;
  height: 540px;
}
.bg05 {
  background: url(../images/bg05.png) top center no-repeat;
  height: 380px;
}
.bg06{
  background: #f4f7fb;
  padding-bottom: 50px;
}
.bg_fff{
  background: #fff;
  padding: 15px;
  width: 1200px;
}

.index_search {
  width: 270px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #fff;
  margin-top: 40px;
}

.index_search .input {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 0;
  width: 153px;
  color: rgba(255, 255, 255, .5);
  padding-left: 10px;
  outline: none;
  float: left;
}

.index_search .btn {
  width: 34px;
  height: 26px;
  border: 0;
  cursor: pointer;
  float: right;
  border-left: 1px solid rgba(255, 255, 255, .5);
  background: transparent;
  margin-top: 5px;
}

.index_search .btn i {
  color: #fff;
}

.index_top {
  padding-top: 39px;
}

.index_top a {
  display: inline-block;
  border: 1px dashed #fff;
  border-radius: 25px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  margin-left: 20px;
}

.fullSlide {
  width: 100%;
  position: relative;
  height: 100vh;
  background: #fff;
  text-align: center;
  margin: 0 auto;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  background-size: cover
}

.fullSlide .bd li a {
  display: block;
  height: 100vh;
}

/* .fullSlide .bd li a {
  background: url(../images/body_bg.png) top repeat-x;
} */

/* .fullSlide .prev,
.fullSlide .next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 66px;
  height: 66px;
  top: 50%;
  margin-top: -33px;
  left: 20px;
  background: #1e6fb4;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  line-height: 66px;
  color: #fff;
  text-decoration: none;
}
.fullSlide .prev i,
.fullSlide .next i{
  font-size: 26px;
}

.fullSlide .next {
  left: auto;
  right: 30px;
} */

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 65px;
  left: 0;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  background: url(../images/icon01.png) no-repeat;
  overflow: hidden;
  line-height: 9999px;
}

.fullSlide .hd ul .on {
  background: url(../images/icon02.png) no-repeat;
}


.nav {
  padding: 0;
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 1;
  width: 1200px;
  border-top: 1px solid rgba(255, 255, 255, .5);
 border-bottom: 1px solid rgba(255, 255, 255, .5);

}

.nav a {
  color: #fff;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.nav .nLi h3 {
  float: left;
}

.nav .nLi h3 a {
  display: block;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  width: 130px;
  text-align: center;
}

.nav .sub {
  display: none;
  width: 160px;
  left: 0;
  top: 70px;
  position: absolute;
  line-height: 38px;
  background: #fff;
}

.nav .sub li {
  zoom: 1;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

.nav .sub a {
  display: block;
  padding: 0 10px;
  color: #222222;
  text-decoration: none;
  text-align: center;
}

.nav .sub a:hover {
  background: #fa6421;
  color: #fff;
}

.nav .on h3 a {
  color: #fa6421;
}

.index_pic01 {
  width: 570px;
}

.index_pic01 .t {
  background: url(../images/index01.png) left top no-repeat;
  height: 100px;
  padding-left: 55px;
  font-size: 40px;
  color: #222;
}

.index_pic01 .t a {
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border: 1px solid #1a3f76;
  color: #1a3f76;
  font-size: 14px;
  margin-top: 15px;
}

.index_pic01 .t a i {
  color: #1a3f76;
  font-size: 14px;
}

.slideBox {
  width: 570px;
  height: 700px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.slideBox .hd {
  height: 30px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 1;
  background: url(../images/index02.png) center no-repeat;
  width: 526px;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
  width: 340px;
  margin-left: 65px;
}

.slideBox .hd ul li {
  float: left;
  margin: 0 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  width: 30px;
  color: #888888;
  font-size: 16px;
}

.slideBox .hd ul li.on {
  color: #fa6421;
  font-size: 30px;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd li a {
  text-decoration: none;
}

.slideBox .bd li a .txt {
  border: 1px solid #cccccc;
  padding: 20px 20px;
  height: 337px;
}

.slideBox .bd li a .txt h2 {
  font-size: 24px;
  color: #1a3f76;
  margin-top: 20px;
}

.slideBox .bd li a .txt p {
  color: #888888;
  font-size: 16px;
  margin-top: 40px;
  line-height: 24px;
  height: 200px;
}

.slideBox .bd img {
  width: 570px;
  height: 320px;
  display: block;
}

.slideBox .bd .pic {
  width: 570px;
  height: 320px;
  overflow: hidden;
}

.slideBox .bd li a .date {
  position: absolute;
  background: #fff;
  width: 44px;
  height: 52px;
  line-height: 32px;
  font-size: 24px;
  color: #fa6421;
  top: 20px;
  left: 20px;
  text-align: center;
}

.slideBox .bd li a .date span {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  background: #fa6421;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
}

.slideBox .prev i,
.slideBox .next i {
  color: #d1d9e4;
  font-size: 30px;
}

.slideBox .next {
  right: 74px;
  top: 0;
}

.slideBox .prev {
  right: 110px;
  top: 0;
}

.slideBox .prev:hover i,
.slideBox .next:hover i {
  color: #1a3f76;
}

.index_news {
  width: 570px;
}

.index_news .t {
  background: url(../images/index04.png) left top no-repeat;
  height: 100px;
  padding-left: 55px;
  font-size: 40px;
  color: #222;
}

.index_news .t a {
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border: 1px solid #1a3f76;
  color: #1a3f76;
  font-size: 14px;
  margin-top: 15px;
}

.index_news .t a i {
  color: #1a3f76;
  font-size: 14px;
}

.index_news .con .item {
  width: 270px;
  height: 328px;
  position: relative;
  border: 1px solid #cccccc;
  margin: 0 6px 40px 6px;
}

.index_news .con .item a {
  text-decoration: none;
}

.index_news .con .item .pic {
  width: 270px;
  height: 150px;
}

.index_news .con .item .txt {
  padding: 20px;
}

.index_news .con .item .txt h2 {
  color: #222;
  font-size: 18px;
  height: 120px;
  font-weight: normal;
  line-height: 30px;
}

.index_news .con .item .txt .more {
  text-align: right;
  color: #1a3f76;
  font-style: italic;
}

.index_news .con .item .date {
  position: absolute;
  background: #fff;
  width: 44px;
  height: 52px;
  line-height: 32px;
  font-size: 24px;
  color: #1a3f76;
  top: 20px;
  left: 20px;
  text-align: center;
}

.index_news .con .item .date span {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  background: #1a3f76;
}

.index_notice01 {
  width: 380px;
}

.index_notice01 .t {
  background: url(../images/index06.png) left top no-repeat;
  height: 100px;
  padding-left: 55px;
  font-size: 40px;
  color: #222;
}

.index_notice01 .t a {
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border: 1px solid #1a3f76;
  color: #1a3f76;
  font-size: 14px;
  margin-top: 15px;
}

.index_notice01 .t a i {
  color: #1a3f76;
  font-size: 14px;
}

.index_notice01 .con {
  background: url(../images/index07.png) top repeat-x;
  height: 620px;
  padding: 20px;
}

.index_notice01 .con .item {
  height: 96px;
  background: #fff;
  border-top: 4px solid #fa6421;
  padding: 15px 17px;
  margin-bottom: 14px;
}

.index_notice01 .con .item .date {
  color: #1a3f76;
  font-size: 14px;
  margin-bottom: 10px;
  font-style: italic;
}

.index_notice01 .con .item .date i {
  color: #1a3f76;
}

.index_notice01 .con .item a {
  color: #222;
  font-size: 18px;
  display: block;
  text-decoration: none;
}

.index_notice01 .con .item:hover {
  background: #1a3f76;
}

.index_notice01 .con .item:hover .date,
.index_notice01 .con .item:hover .date i,
.index_notice01 .con .item:hover a {
  color: #fff;
}

.index_notice01 .more {
  text-align: center;
  margin-top: 15px;
}

.index_notice01 .more a {
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border: 1px solid #1a3f76;
  color: #1a3f76;
  font-size: 14px;
  display: inline-block;
}

.index_notice01 .more a i {
  color: #1a3f76;
  font-size: 14px;
}

.index_notice02 {
  width: 380px;
}

.index_notice02 .t {
  background: url(../images/index06.png) left top no-repeat;
  height: 100px;
  padding-left: 55px;
  font-size: 40px;
  color: #222;
}

.index_notice02 .t a {
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border: 1px solid #1a3f76;
  color: #1a3f76;
  font-size: 14px;
  margin-top: 15px;
}

.index_notice02 .t a i {
  color: #1a3f76;
  font-size: 14px;
}

.index_notice02 .con {
  background: url(../images/index07.png) top repeat-x;
  height: 620px;
  padding: 20px;
}

.index_notice02 .con .item {
  height: 87px;
  margin-bottom: 22px;
  border-bottom: 1px dashed #cccccc;
}

.index_notice02 .con .item .date {
  color: #fff;
  font-size: 20px;
  width: 74px;
  height: 66px;
  background: #0e3465;
  float: left;
  line-height: 33px;
  text-align: center;
}

.index_notice02 .con .item .date span {
  display: block;
  background: #fff;
  border: 1px solid #cccccc;
  color: #0a3163;
  font-size: 24px;
}

.index_notice02 .con .item a {
  color: #222;
  font-size: 18px;
  text-decoration: none;
  float: right;
  width: 240px;
  line-height: 30px;
  padding-top: 5px;
}

.index_notice02 .con .item:hover a,
.index_notice02 .con .item:hover .date span {
  color: #fa6421;
}

.index_notice02 .con .item:hover .date {
  background: #fa6421;
}

.index_notice02 .more {
  text-align: center;
  margin-top: 48px;
}

.index_notice02 .more a {
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border: 1px solid #1a3f76;
  color: #1a3f76;
  font-size: 14px;
  display: inline-block;
}

.index_notice02 .more a i {
  color: #1a3f76;
  font-size: 14px;
}
.index_academic{
  position: relative;
  height: 380px;
}
.index_academic .t {
  background: url(../images/index08.png) left top no-repeat;
  height: 100px;
  padding-left: 55px;
  font-size: 40px;
  color: #222;
}

.index_academic .t a {
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border: 1px solid #1a3f76;
  color: #1a3f76;
  font-size: 14px;
  margin-top: 15px;
}

.index_academic .t a i {
  color: #1a3f76;
  font-size: 14px;
}

.picScroll-left {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
}

.picScroll-left .bd {
  padding: 0;
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  margin: 0 10px;
  float: left;
  _display: inline;
  overflow: hidden;
  width: 340px;
  height: 220px;
  background: url(../images/index09.png) no-repeat;
  padding: 20px;
}

.picScroll-left .bd ul li .title {
  line-height: 24px;
  color: #222;
  font-size: 18px;
  height: 100px;
}
.picScroll-left .bd ul li p{
  line-height: 30px;
  color: #888;
  font-size: 16px;
}
.picScroll-left .bd ul li p i{
  color: #1a3f76;
}
.picScroll-left .bd ul li:hover{
  background: url(../images/index10.png) no-repeat;
}
.picScroll-left .bd ul li:hover .title,.picScroll-left .bd ul li:hover p,.picScroll-left .bd ul li:hover p i{
  color: #fff;
}
.index_academic .prev{
  position: absolute;
  left: -34px;
  top: 100px;
  z-index: 10;
  width: 68px;
  height: 68px;
  cursor: pointer;
}
.index_academic .next{
  position: absolute;
  right: -34px;
  top: 100px;
  z-index: 10;
  width: 68px;
  height: 68px;
  cursor: pointer;
}

.index_link{
  display: flex;
  justify-content: space-between;
}
.index_link .item{
  margin: 0 20px;
  text-align: center;
}
.index_link .item a{
  text-decoration: none;
}
.index_link .item a .title{
  margin-top: 20px;
}
.index_link .item a{
  color: #222;
  line-height: 24px;
  font-size: 16px;
}
.index_link .item a:hover{
  color: #1a3f76;
}

.footer{
  background: url(../images/foot_bg.png) top no-repeat;
  height: 350px;
background-size:cover;
}
.footer .footer01{
  width: 400px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-left: 180px;
}
.footer .footer01 p{
  margin: 10px 0;
}
.footer .footer01 i{
  border: 1px solid #fff;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  display: inline-block;
}
.copyright{
  border-top: 1px solid rgba(255, 255, 255, .5);
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  line-height: 40px;
}

.ny_pos{
  color: #888888;
  font-size: 16px;
  height: 100px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1170px;
  padding: 0 30px;
}
.ny_pos .con{
  border-bottom: 1px solid #cccccc;
  height: 50px;
  line-height: 50px;
  padding-top: 50px;
  padding-left: 15px;
}
.ny_pos a{
  color: #888888;
}
.ny_pos i{
  color: #1a3f76;
}

.ny_left {
  width: 275px;
  position: relative;
  background: #fafcff;
  padding: 15px;
}

.ny_left .t {
  background: url(../images/ny01.png) no-repeat;
  height: 100px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 100px;
}

.ny_left .con li {
  height: 54px;
  line-height: 54px;
  position: relative;
  border-bottom: 1px solid #cccccc;
}

.ny_left .con li a {
  display: block;
  color: #222;
  font-size: 18px;
  text-decoration: none;
  height: 54px;
  text-align: center;
}

.ny_left .con li a:hover {
  background: #fa6421;
  color: #fff;
}
.ny_left .con li a.active {
  background: #fa6421;
  color: #fff;
}

.ny_left .con li a.hover {
  background: #ff9900;
  color: #fff;
}

.ny_right{
  width: 820px;
  padding: 15px;
  background: #fafcff;
}
.ny_right .ny_con{
  font-size: 18px;
  color: #222;
  line-height: 30px;
}

.ny_right .list01 .item{
  height: 200px;
  padding: 20px 30px;
  background: #fff;
  margin-bottom: 20px;
}
.ny_right .list01 .item a{
  text-decoration: none;
}
.ny_right .list01 .item .pic{
  width: 140px;
  height: 200px;
}
.ny_right .list01 .item .pic img{
  width: 140px;
  height: 200px;
}
.ny_right .list01 .item .txt{
  width: 580px;
  margin-right: 20px;
}
.ny_right .list01 .item .txt h2{
  color: #1a3f76;
  font-size: 24px;
  border-bottom: 1px dashed #fff;
  height: 55px;
  line-height: 55px;
}
.ny_right .list01 .item .txt h2 span{
  padding-left: 20px;
  color: #222;
  font-size: 16px;
}
.ny_right .list01 .item .txt .txt_con{
  color: #222222;
  font-size: 16px;
  margin-top: 10px;
  height: 100px;
}
.ny_right .list01 .item .txt p span{
  float: left;
  margin-right: 20px;
  color: #888888;
  font-size: 14px;
}
.ny_right .list01 .item .txt p span i{
  color: #1a3f76;
}
.ny_right .list01 .item:hover{
  background: #fa6421;
}
.ny_right .list01 .item:hover h2,.ny_right .list01 .item:hover h2 span,.ny_right .list01 .item:hover .txt .txt_con,.ny_right .list01 .item:hover .txt p span,.ny_right .list01 .item:hover .txt p span i{
  color: #fff;
}

.list02 .item{
  width: 265px;
  height: 210px;
  background: #fff;
  border: 1px solid #cccccc;
  margin: 15px 3px;
}
.list02 .item a{
  text-decoration: none;
}
.list02 .item .pic{
  width: 265px;
  height: 150px;
  overflow: hidden;
}
.list02 .item .pic img{
  width: 265px;
  height: 150px;
}
.list02 .item .title{
  line-height: 60px;
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  color: #222;
}
.list02 .item:hover{
  background: #fa6421;
}
.list02 .item:hover .title{
  color: #fff;
}

.list03 .item{
  height: 200px;
  padding: 20px 0;
  background: #fff;
  margin-bottom: 30px;
}
.list03 .item a{
  text-decoration: none;
}
.list03 .item .pic{
  width: 360px;
  height: 200px;
  overflow: hidden;
}
.list03 .item .pic img{
  width: 360px;
  height: 200px;
}
.list03 .item .txt{
  width: 390px;
  margin-right: 30px;
}
.list03 .item .txt h2{
  color: #222;
  font-size: 20px;
  height: 90px;
  line-height: 30px;
}
.list03 .item .txt span{
  color: #1a3f76;
  font-size: 14px;
  font-style: italic;
}
.list03 .item .txt p{
  margin-top: 15px;
  color: #888;
  font-size: 14px;
  line-height: 24px;
}
.list03 .item:hover{
  background: #fa6421;
}
.list03 .item:hover .txt h2,.list03 .item:hover .txt span,.list03 .item:hover .txt p,.list03 .item:hover .txt span i{
  color: #fff;
}

.list04 .item{
  background: #fff;
  padding: 20px 25px;
  height: 125px;
}
.list04 .item a{
  text-decoration: none;
}
.list04 .item .date{
  width: 55px;
  text-align: center;
  border-bottom: 2px solid #1a3f76;
  height: 123px;
  font-size: 14px;
  color: #888;
}
.list04 .item .date span{
  display: block;
  color: #1a3f76;
  font-size: 48px;
  padding-top: 40px;
}
.list04 .item .txt{
  width: 670px;
  margin-right: 20px;
}
.list04 .item .txt h2{
  color: #222;
  font-size: 20px;
  height: 60px;
  line-height: 30px;
}
.list04 .item .txt p{
  margin-top: 15px;
  color: #888;
  font-size: 14px;
  line-height: 24px;
}
.list04 .item:hover{
  background: #fa6421;
}
.list04 .item:hover .txt h2,.list04 .item:hover .txt p,.list04 .item:hover .date,.list04 .item:hover .date span{
  color: #fff;
}
.list04 .item:hover .date{
  border-bottom: 2px solid #fff;
}

.ny_right .header{
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.ny_right .header h2{
  text-align: center;
  font-size: 24px;
  color: #222;
  height: 70px;
}
.ny_right .header p{
  color: #888;
  line-height: 40px;
  font-size: 14px;
}
.ny_right .header p i{
  color: #1a3f76;
}

.ny_right .np {
  line-height: 30px;
  color: #333333;
  padding-top: 15px;
  border-top: 1px solid #acacac;
  font-size: 16px;
}

.ny_right .np a {
  color: #333333;
  text-decoration: none;
}

.ny_right .np a:hover {
  font-weight: bold;
}

.ny_right .np p {
  padding-bottom: 10px;
}
.ny_right .np .tolist{
  color: #fff;
  background: #ff3b0e;
  padding: 0 10px;
}

.index_news .con .item .pic img{width:270px; height: 150px;}