@charset "utf-8";
/* CSS Document */

body {
  margin: 0 auto;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑";
  min-width: 1320px;
  background: #ffffff;
}

.wrapper {
  width: 1320px;
  margin: 0 auto;
}

.w1520 {
  width: 1520px;
  margin: 0 auto;
}

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);
}

.text_c{
  text-align: center;
}

.nav_bg {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.bg01{
  background: url(../images/bg01.png) bottom center no-repeat #f2f6f9;
}

.index_top{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.hide {
  display: none;
}
.index_lan {
  width: 700px;
  height: 75px;
  position: relative;
  text-align: right;
  color: #fff;
  padding-top: 25px;
}

.index_lan::after {
  clear: both;
}

.index_lan a {
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  padding: 0 10px;
  display: inline-block;
}
.index_search {
  width: 300px;
  color: #FFF;
  position: absolute;
  font-size: 16px;
  height: 29px;
  line-height: 29px;
  top: 70px;
  right: 0;
  background: #FFF;
  padding: 2px;
}

.index_search .input {
  height: 29px;
  line-height: 33px;
  background: none;
  border: 0;
  width: 212px;
  color: #959595;
  padding-left: 10px;
  float: left;
}

.index_search .btn {
  background: url(../images/btn.png) no-repeat;
  width: 30px;
  height: 30px;
  border: 0;
  cursor: pointer;
  float: left;
}

.index_search .btn1 {
  width: 47px;
  height: 29px;
  border: 0;
  cursor: pointer;
  float: left;
}


.lan_link a {
  padding:0 8px;
  line-height: 30px;
  font-size: 16px;
  text-decoration: none;
}

.slideBox {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 1;
  width: 100%;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}

.slideBox .hd ul li {
  margin-right: 2px;
  width: 12px;
  height: 12px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;
}

.slideBox .hd ul li.on {
  width: 60px;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 800px;
}

.slideBox .bd a {
  width: 100%;
  height: 800px;
  display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.nav {
  padding: 0;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 1;
  width: 1320px;
  margin: 0 auto
}

.nav a {
  color: #fff;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.nav .nLi01 {
  float: left;
  position: relative;
  display: inline;
  color: #fff
}

.nav .nLi h3 {
  float: left;
}

.nav .nLi h3 a {
  display: block;
  padding: 0 65px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

.nav .sub {
  display: none;
  width: 170px;
  left: 0;
  top: 60px;
  position: absolute;
  background: #fff;
  line-height: 40px;
  padding: 0 0 5px 0;
}

.nav .sub li {
  zoom: 1;
}

.nav .sub a {
  display: block;
  padding: 0 10px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  color: #333333;
  text-decoration: none;
}

.nav .sub a:hover {
  background: #f99e00;
  color: #fff;
}

.nav .on h3 a {
  color: #f99e00;
}

.about_school{
  background: url(../images/index01.png) top center no-repeat;
  height: 530px;
}
.about_school .con{
  width: 690px;
  color: #333333;
  font-size: 20px;
  line-height: 36px;
}
.about_school .con h2{
  font-size: 60px;
  padding: 40px 0;
}
.about_school .con p{
  padding-bottom: 60px;
}
.about_school .img{
  width: 566px;
  height: 385px;
  border: 10px solid #e6ebf0;
  margin-top: 60px;
}
.about_school .img img{
  width: 566px;
  height: 385px;
}

.programs{
  background: url(../images/index03.png) top center no-repeat;
  height: 600px;
}
.programs .t{
  height: 180px;
  color: #333333;
  font-size: 60px;
}
.programs .t span{
  padding-top: 60px;
  display: inline-block;
}
.programs .t a{
  float: right;
  padding-top: 80px;
}
.programs .con{
  background: #e6ebf0;
  padding: 45px 0;
}
.programs .con .item{
  width: 438px;
  text-align: center;
  border-right: 1px solid #cccccc;
}
.programs .con .item .img{
  width: 228px;
  height: 228px;
  border: 10px solid #ffffff;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.programs .con .item .mask{
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/mask.png) no-repeat;
  width: 228px;
  height: 228px;
}
.programs .con .item .title{
  text-align: center;
  margin-top: 30px;
}
.programs .con .item .title span{
  display: inline-block;
  background: url(../images/arrow01.png) left no-repeat;
  padding-left: 50px;
  line-height: 40px;
}
.programs .con .item a{
  color: #333333;
  font-size: 24px;
}
.programs .con .item:hover a{
  color: #003262;
}
.programs .con .item:hover .mask{
  background: url(../images/mask_hover.png) no-repeat;
}
.programs .con .item:hover .img{
  border-color: rgba(0, 50, 98, .5);
}

.research_team{
  background: url(../images/index05.png) top center no-repeat;
  height: 455px;
}
.research_team .t{
  height: 180px;
  color: #333333;
  font-size: 60px;
}
.research_team .t span{
  padding-top: 60px;
  display: inline-block;
}
.research_team .t a{
  float: right;
  padding-top: 80px;
}

.picScroll-left {
  width: 1320px;
  overflow: hidden;
  position: relative;
}

.picScroll-left .next {
  font-size: 24px;
  float: left;
  margin-top: 210px;
  color: #cccccc;
  text-decoration: none;
}

.picScroll-left .prev {
  font-size: 24px;
  float: right;
  margin-top: 210px;
  color: #cccccc;
  text-decoration: none
}

.picScroll-left .bd {
  padding: 0;
  width: 1100px;
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  float: left;
  _display: inline;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  padding: 0 18px;
  position: relative;
  width: 214px;
  height: 275px;
}

.picScroll-left .bd ul li .pic {
  text-align: center;
}

.picScroll-left .bd ul li .pic img {
  width: 212px;
  height: 273px;
  display: block;
  border: 1px solid #ccc;
}

.picScroll-left .bd ul li .title{
  position: absolute;
  width: 182px;
  left: 32px;
  bottom: 0;
  height: 70px;
  background: rgba(255, 255, 255, .9);
  padding: 15px;
  text-align: left;
  display: none;
}
.picScroll-left .bd ul li:hover .title{
  display: block;
}
.picScroll-left .bd ul li .title a {
  color: #003262;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.picScroll-left01 {
  width: 1280px;
  overflow: hidden;
  position: relative;
}

.picScroll-left01 .next {
  font-size: 24px;
  float: left;
  margin-top: 60px;
  color: #cccccc;
  text-decoration: none;
}

.picScroll-left01 .prev {
  font-size: 24px;
  float: right;
  margin-top: 60px;
  color: #cccccc;
  text-decoration: none
}

.picScroll-left01 .bd {
  padding: 10px 0;
  width: 1220px;
}

.picScroll-left01 .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left01 .bd ul li {
  margin: 20px 15px;
  float: left;
  _display: inline;
  text-align: center;
}

.picScroll-left01 .bd ul li .pic {
  text-align: center;
}

.picScroll-left01 .bd ul li .pic img {
  width: 118px;
  height: 118px;
  display: block;
  border: 1px solid #cfcfcf;
  border-radius: 15px;
  /* box-shadow: 0 0 8px #999; */
  margin-bottom: 10px;
}

.picScroll-left01 .bd ul li .pic img:hover {
  box-shadow: 0 0 8px #999;
}

.picScroll-left01 .bd ul li .title a {
  line-height: 24px;
  color: #222222;
  font-size: 16px;
  line-height: 30px;
}

.international_collaboration{
  background: url(../images/index07.png) top center no-repeat;
  height: 575px;
}
.international_collaboration .con{
  width: 1060px;
  height: 380px;
  background: rgba(255, 255, 255, .9);
  color: #333333;
  font-size: 20px;
  line-height: 36px;
  padding: 0 30px;
}
.international_collaboration .con h2{
  font-size: 60px;
  padding: 40px 0;
}
.international_collaboration .con p{
  padding-bottom: 40px;
}

.footer{
  background: #003262;
  border-top: 5px solid #f99e00;
  padding: 30px 0;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
}
.footer .footer01{
  width: 540px;
}
.footer .footer01 p{
  padding-bottom: 10px;
}
.footer .footer01 p span{
  padding-right: 25px;
  font-size: 24px;
}
.footer .footer01 p span i{
  font-size: 24px;
}
.footer .footer02{
  width: 400px;
  margin-right: 15px;
}
.footer .erweima{
  margin-left: 260px;
}

.ny_title{
  width: 1320px;
  margin: 0 auto;
  line-height: 120px;
  height: 120px;
  color: #fff;
  font-size: 36px;
  position: relative;
  top: 480px;
}
.ny_left{
  width: 300px;
  margin-top: -120px;
}
.ny_left .t{
  height: 120px;
  line-height: 120px;
  color: #fff;
  font-size: 36px;
}
.ny_left .con{
  margin-top: 150px;
}
.ny_left .con li{
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  height: 78px;
  line-height: 78px;
  background: url(../images/ny01.png) 248px 29px no-repeat #fff;
  padding-left: 29px;
  font-size: 20px;
}
.ny_left .con li:hover{
  background: url(../images/ny02.png) 248px 29px no-repeat #003262;
}
.ny_left .con li.hover{
  background: url(../images/ny02.png) 248px 29px no-repeat #003262;
}
.ny_left .con li a{
  display: block;
  color: #222222;
  text-decoration: none;
}
.ny_left .con li:hover a{
  color: #fff;
}
.ny_left .con li.hover a{
  color: #fff;
}

.ny_right{
  width: 920px;
  margin-top: 30px;
  border: 1px solid #cccccc;
  padding: 30px 30px;
  background: url(../images/bg02.png) bottom center no-repeat #fff;
}
.ny_right .t{
  height: 45px;
  border-bottom: 1px solid #ccc;
  color: #003262;
  font-size: 24px;
}
.ny_right .t .ny_pos {
  color: #888888;
  font-size: 16px;
  line-height: 39px;
  float: right;
	padding-left: 20px;
}

.ny_right .t .ny_pos a {
  color: #888888;
  padding: 0 5px;
}

.ny_right .con {
  padding: 0;
}

.ny_right .con .con_content {
  color: #222222;
  font-size: 18px;
  line-height: 36px;
}

.ny_right .con .list{
  padding: 25px 0 0 0;
}
.ny_right .con .list .item{
  height: 140px;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 30px 0 0;
}
.ny_right .con .list .item .date{
  float: left;
  width: 60px;
  height: 68px;
  background: #003262;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0 30px 0 0;
  margin: 25px 0 0 11px;
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
}
.ny_right .con .list .item .date span{
  display: block;
  font-size: 24px;
}
.ny_right .con .list .item .txt{
  width: 800px;
  float: right;
  margin: 25px 24px 0 0;
  line-height: 26px;
  font-size: 16px;
}
.ny_right .con .list .item .txt a{
  display: block;
  color: #222222;
  font-size: 20px;
  text-decoration: none;
}
.ny_right .con .list .item .txt p{
  text-indent: 2em;
  color: #888888;
  padding-top: 10px;
}
.ny_right .con .list .item:hover{
  background: url(../images/ny03.png) center center no-repeat #003262;
}
.ny_right .con .list .item:hover a,.ny_right .con .list .item:hover p{
  color: #fff;
}

.ny_right .con .list .item01{
  height: 210px;
  background: url(../images/ny05.png) 545px 0 no-repeat #f2f6f9;
  border-radius: 0 30px 0 0;
  position: relative;
  margin-top: 50px;
}
.ny_right .con .list .item01 .img{
  width: 271px;
  height: 203px;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  top: -25px;
  left: 23px;
}
.ny_right .con .list .item01 .txt{
  width: 545px;
  position: absolute;
  right: 35px;
  line-height: 26px;
  font-size: 16px;
  top: 10px;
}
.ny_right .con .list .item01 .txt h2{
  display: block;
  color: #222222;
  font-size: 20px;
}
.ny_right .con .list .item01 .txt p{
  text-indent: 2em;
  color: #888888;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ny_right .con .list .item01 .txt span{
  color: #003262;
}
.ny_right .con .list .item01 .txt a{
  color: #003262;
  float: right;
  font-size: 18px;
  font-style: italic;
  background: url(../images/ny06.png) right no-repeat;
  padding-right: 35px;
  text-decoration: none;
}
.ny_right .con .list .item01:hover{
  background: url(../images/ny07.png) 545px 0 no-repeat #003262;
}
.ny_right .con .list .item01:hover .txt h2,.ny_right .con .list .item01:hover .txt p,.ny_right .con .list .item01:hover .txt span,.ny_right .con .list .item01:hover .txt a{
  color: #fff;
}
.ny_right .con .list .item01:hover .txt a{
  background: url(../images/ny08.png) right no-repeat;
}

.ny_right .con .header {
  text-align: center;
  margin-top: 20px;
  border-bottom: 1px solid #b2b2b2;
}

.ny_right .con .header h2 {
  color: #222222;
  font-size: 24px;
}

.ny_right .con .header p {
  padding: 15px 0;
  color: #003262;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  text-indent: 0;
}

.ny_right .con .details {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  padding: 20px;
}

.ny_right .con .content {
  padding: 20px 0;

}

.ny_right .con .np {
  line-height: 30px;
  color: #003262;
  padding-top: 15px;
  border-top: 1px solid #acacac;
  font-size: 16px;
}

.ny_right .con .np a {
  color: #003262;
  text-decoration: none;
}

.ny_right .con .np a:hover {
  font-weight: bold;
}

.ny_right .con .np p {
  padding-bottom: 10px;
}
.ny_right .con .np .tolist{
  color: #003262;
}

.ny_center{
  width: 1280px;
  border: 1px solid #cccccc;
  padding: 30px 30px;
  background: url(../images/bg02.png) bottom center no-repeat #fff;
}
.ny_center .t{
  height: 45px;
  border-bottom: 1px solid #ccc;
  color: #003262;
  font-size: 24px;
}
.ny_center .t .ny_pos {
  color: #888888;
  font-size: 16px;
  line-height: 39px;
  float: right;
	padding-left: 20px;
}

.ny_center .t .ny_pos a {
  color: #888888;
  padding: 0 5px;
}
.ny_center .con .list .item{
  width: 278px;
  height: 394px;
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  margin: 20px 23px;
}
.ny_center .con .list .item .img{
  width: 202px;
  height: 258px;
  border-bottom: 1px solid #ccc;
  padding: 24px 38px 24px 39px;
}
.ny_center .con .list .item .img img{
  width: 200px;
  height: 256px;
  border-bottom: 1px solid #ccc;
}
.ny_center .con .list .item .title{
  background: #f2f6f9;
  height: 75px;
  padding: 0 34px;
  text-align: center;
  color: #003262;
  line-height: 30px;
  padding-top: 12px;
  font-size: 18px;
}
.ny_center .con .list .item:hover .title{
  color: #fff;
  background: #003262;
}
.ny_center .con .list .item a{
  text-decoration: none;
}

.ny_center .con .detail_img{
  width: 233px;
  height: 298px;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}
.ny_center .con .detail_img img{
  width: 233px;
  height: 298px;
}
.ny_center .con .detail_top{
  width: 990px;
  margin-top: 30px;
}
.ny_center .con .detail_top .content{
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 25px;
  color: #222222;
  font-size: 18px;
  line-height: 30px;
}
.ny_center .con .detail_top .content h2{
  color: #003262;
  font-size: 20px;
  padding-bottom: 10px;
}
.ny_center .con .ny_menu{
  margin-top: 64px;
  height: 40px;
  line-height: 40px;
}
.ny_center .con .ny_menu a{
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  background: #003262;
  margin-right: 20px;
}
.ny_center .con .ny_menu a:hover{
  background: #f99e00;
}
.ny_center .con .ny_menu a.hover{
  background: #f99e00;
}
.ny_center .con .detail_con{
  margin-top: 30px;
}
.ny_center .con .detail_con .content{
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 25px;
  color: #222222;
  font-size: 18px;
  line-height: 30px;
}
.ny_center .con .list01{
  text-align: center;
}
.ny_center .con .list01 .item{
  width: 212px;
  height: 308px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 20px 13px;
  display: inline-block;
}
.ny_center .con .list01 .item .img{
  width: 180px;
  height: 230px;
  border-bottom: 1px solid #ccc;
  padding: 13px 16px 13px 16px;
}
.ny_center .con .list01 .item .img img{
  width: 178px;
  height: 228px;
  border-bottom: 1px solid #ccc;
}
.ny_center .con .list01 .item .title{
  background: #f2f6f9;
  height: 39px;
  padding: 0 34px;
  text-align: center;
  color: #003262;
  line-height: 30px;
  padding-top: 12px;
  font-size: 18px;
}
.ny_center .con .t1{
  display: inline-block;
  background: url(../images/ny10.png) right no-repeat #f99e00;
  padding: 0 75px 0 26px;
  height: 40px;
  border-radius:  0 30px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-style: italic;
}
.ny_center .con .t2{
  display: inline-block;
  background: url(../images/ny10.png) right no-repeat #003262;
  padding: 0 75px 0 26px;
  height: 40px;
  border-radius:  0 30px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-style: italic;
}