@charset "utf-8";
/* CSS Document */

body {
  margin: 0 auto;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑";
  min-width: 1320px;
  background: #ffffff;
}

.wrapper_index{
  position: relative;
  height: 960px;
}

.wrapper {
  width: 1320px;
  margin: 0 auto;
}

.w1320 {
  width: 1320px;
  position: absolute;
  left: 50%;
  margin-left: -660px;
  z-index: 10;
}

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;
}

.bg01{
  background: url(../images/bg01.png) top center repeat-y #f2f5fe;
}

.index_search {
  width: 300px;
  color: #FFF;
  position: absolute;
  font-size: 16px;
  height: 29px;
  line-height: 29px;
  top: 90px;
  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;
}

.index_news{
  width: 820px;
  height: 380px;
  background: #0b1f69;
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgba(0, 8, 38, .5);
  overflow: hidden;
}
.index_news .t{
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding-left: 15px;
  font-size: 24px;
  background: #0070c0;
}
.index_news .t a{
  font-size: 14px;
  float: right;
  width: 70px;
  line-height: 25px;
  text-align: center;
  background: #1d3074;
  color: #fff;
  height: 25px;
  margin-right: 15px;
  border-radius: 15px;
  margin-top: 15px;
  text-decoration: none;
}
.index_news .t a:hover{
  background: #fff;
  color: #1d3074;
}

.picScroll-left {
  width: 820px;
  overflow: hidden;
  position: relative;
  margin-top: 25px;
}

.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: 760px;
}

.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 12px;
  position: relative;
  width: 230px;
  height: 260px;
}

.picScroll-left .bd ul li .pic {
  text-align: center;
  margin-bottom: 10px;
}

.picScroll-left .bd ul li .pic img {
  width: 228px;
  height: 128px;
  display: block;
  border: 1px solid #ccc;
}
.picScroll-left .bd ul li .date{
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.picScroll-left .bd ul li .title{
  width: 228px;
  padding: 15px 0;
  text-align: left;
  color: #fff;
}
.picScroll-left .bd ul li .title a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.index_notice{
  width: 450px;
  height: 380px;
  background: #0b1f69;
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgba(0, 8, 38, .5);
  overflow: hidden;
}
.index_notice .t{
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding-left: 15px;
  font-size: 24px;
  background: #0070c0;
}
.index_notice .t a{
  font-size: 14px;
  float: right;
  width: 70px;
  line-height: 25px;
  text-align: center;
  background: #1d3074;
  color: #fff;
  height: 25px;
  margin-right: 15px;
  border-radius: 15px;
  margin-top: 15px;
  text-decoration: none;
}
.index_notice .t a:hover{
  background: #fff;
  color: #1d3074;
}
.index_notice .con{
  padding: 0 30px;
}
.index_notice .item {
  height: 55px;
  overflow: hidden;
  border-bottom: 1px dashed rgba(255, 255, 255, .5);
  padding-bottom: 11px;
  margin-top: 9px;
}

.index_notice .item .date {
  width: 58px;
  height: 54px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}

.index_notice .item .date span {
  font-size: 24px;
  display: block;
  color: #fff;
}

.index_notice .item .txt {
  width: 300px;
  margin-right: 15px;
  font-size: 16px;
}

.index_notice .item .txt h2 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.index_notice .item a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.index_notice .item a:hover h2 {
  font-weight: bold;
}

.slideBox {
  width: 100%;
  height: 960px;
  overflow: hidden;
  position: relative;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 960px;
}

.slideBox .bd a {
  width: 100%;
  height: 960px;
  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;
}

.slideBox01 {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}

.slideBox01 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox01 .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 260px;
}

.slideBox01 .bd a {
  width: 100%;
  height: 260px;
  display: block;
}



.index_header{
  background: #1d3074;
  height: 90px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.nav {
  padding: 0;
  height: 90px;
  position: relative;
  z-index: 1;
  width: 900px;
}

.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: 15px 15px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  height: 60px;
}
.nav .nLi h3 a i{
  font-size: 24px;
}
.nav .nLi h3 a span{
  display: block;
}

.nav .sub {
  display: none;
  width: 170px;
  left: 0;
  top: 90px;
  position: absolute;
  background: #0070c0;
  line-height: 40px;
  padding: 0 0 5px 0;
}

.nav .sub li {
  zoom: 1;
}

.nav .sub a {
  display: block;
  padding: 0 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, .5);
  text-align: center;
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
}

.nav .sub a:hover {
  color: rgba(255, 255, 255, 1);
}

.nav .on h3 a {
  background: #0070c0;
}

.footer{
  background: #1d3074;
}
.footer .footer_select{
  width: 190px;
  padding-top: 14px;
  margin-left: 190px;
}
.footer .footer_select select{
  border: 1px solid #fff;
  background: transparent;
  height: 30px;
  margin: 8px 0;
  border-radius: 5px;
  color: #fff;
}
.footer .footer_contact{
  width: 340px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding-top: 15px;
}

.ny_left {
	width: 300px;
	margin-top: -60px;
	position: relative;
	z-index: 99;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgba(0, 8, 38, .5);
  overflow: hidden;
}

.ny_left .t {
	background: #1d3074;
	height: 60px;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	padding-left: 20px;
}
.ny_left .t span{
  color: rgba(255, 255, 255, .5);
  font-size: 20px;
}


.ny_left .con {
	width: 260px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.ny_left .con li {
	height: 40px;
	line-height: 40px;
  background: #f5f9fb;
  margin-top: 16px;
}

.ny_left .con li a {
	display: block;
	padding-left: 20px;
	color: #222222;
	font-size: 16px;
	text-decoration: none;
}
.ny_left .con li a i{
  float: right;
  margin-right: 20px;
}
.ny_left .con li:hover{
  background: #0070c0;
}
.ny_left .con li.hover{
  background: #0070c0;
}
.ny_left .con li:hover a,.ny_left .con li:hover a i{
  color: #fff;
}
.ny_left .con li.hover a,.ny_left .con li.hover a i{
  color: #fff;
}

.ny_right{
  width: 980px;
  margin-top: -60px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgba(0, 8, 38, .5);
  overflow: hidden;
  position: relative;
	z-index: 99;
}
.ny_right .t{
  background: #1d3074;
	height: 60px;
	color: #fff;
  font-size: 24px;
  line-height: 60px;
  padding: 0 20px;
}
.ny_right .t .ny_pos {
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  float: right;
	padding-left: 20px;
}

.ny_right .t .ny_pos a {
  color: #fff;
  padding: 0 5px;
}

.ny_right .con {
  padding: 0 30px;
}

.ny_right .con .con_content {
  color: #222222;
  font-size: 18px;
  line-height: 36px;
  padding: 20px 0;
}

.ny_right .con .list{
  padding: 10px 0;
}
.ny_right .con .list .item{
  width: 888px;
  height: 158px;
  border: 1px solid #cccccc;
  padding: 20px 15px;
  float: left;
  margin: 10px 0;
}
.ny_right .con .list img{
  float: left;
  width: 105px;
  height: 158px;
}
.ny_right .con .list .txt{
  width: 760px;
  float: right;
}
.ny_right .con .list .txt h2{
  height: 44px;
  line-height: 44px;
  color: #0070c0;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
}
.ny_right .con .list .txt h2 span{
  color: #222222;
  font-size: 14px;
  padding-left: 10px;
}
.ny_right .con .list .txt .information{
  color: #222222;
  font-size: 16px;
  line-height: 26px;
  padding-right: 15px;
  padding-top: 10px;
}
.ny_right .con .list .txt .information span{
  padding-left: 80px;
}

.ny_right .list02 {
	padding: 0;
}
  
.ny_right .list02 li {
	line-height: 24px;
	height: 160px;
	font-size: 14px;
	width: 100%;
	margin: 10px auto 10px auto;
  position: relative;
  border-bottom: 1px solid #cccccc;
}

  
.ny_right .list02 li .date {
	width: 70px;
	height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #0070c0;
  font-size: 24px;
  border-radius: 10px;
  padding-top: 16px;
  line-height: 50px;
}
.ny_right .list02 li .date span{
  font-size: 30px;
  display: block;
  line-height: 23px;
  color: #888888;
}
  
.ny_right .list02 li .txt {
	width: 800px;
  margin-right: 20px;
}
  
.ny_right .list02 li .txt a {
	color: #222222;
	font-size: 18px;
	display: block;
	text-decoration: none;
  margin-top: 20px;
}
  
.ny_right .list02 li .txt p {
	color: #888888;
  margin-top: 10px;
  font-size: 14px;
}
  
.ny_right .list02 li .txt span {
	display: block;
	text-align: left;
	color: #7f7f7f;
	background: url(../images/arrow03.png) left no-repeat;
	padding-left: 20px;
	margin-top: 5px;
}
.ny_right .list02 li:hover .txt a{
	  color: #0070c0;
}

.ny_right .list01 {
	padding: 20px 0;
}
  
.ny_right .list01 li {
	line-height: 24px;
	font-size: 16px;
	width: 100%;
	margin: 20px auto 20px auto;
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
.ny_right .list01 li .img{
  width: 223px;
  height: 126px;
}
.ny_right .list01 li .img img{
  width: 223px;
  height: 126px;
}
.ny_right .list01 li .li_con{
  height: 126px;
  width: 650px;
}
  
.ny_right .list01 li .li_con .txt {
	width: 650px;
}
  
.ny_right .list01 li .li_con .txt a {
	color: #222222;
	font-size: 20px;
	display: block;
	text-decoration: none;
}
  
.ny_right .list01 li .li_con .txt p {
	color: #888888;
  margin-top: 5px;
  font-size: 14px;
}
  
.ny_right .list01 li .txt span {
	display: block;
	text-align: left;
	color: #888888;
	margin-top: 35px;
}
.ny_right .list01 li .txt span i{
  color: #0070c0;
}
.ny_right .list01 li:hover .txt a{
	color: #0070c0;
}

.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: #888;
  font-size: 14px;
  text-align: left;
}

.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: #333333;
  padding-top: 15px;
  border-top: 1px solid #acacac;
  font-size: 16px;
}

.ny_right .con .np a {
  color: #333333;
  text-decoration: none;
}

.ny_right .con .np a:hover {
  font-weight: bold;
}

.ny_right .con .np p {
  padding-bottom: 10px;
}