/*容器*/
.impor_news {
    width: 100%;
    background: #2b4f91;
	margin-top: -30px;
}

.impor_news .container-body {
    width: 1450px;
    margin: 0 auto;
}
/*首页导航栏*/
/*导航栏*/
.navbar{
	background: url(../images/nav.png) no-repeat;
	margin: 0 auto;
	margin-top: -82px;
	background-size: 100% auto;
	max-width: 1920px;
}
.navbar nav {
    width: 1450px;
    margin: 0 auto;
    height: 126px;
    position: relative;
    top: 15px;
}

.navbar nav ul {
    margin: 0 auto;
}
.navbar nav .fons{
	height: 30px;
	display:inline-block;
	width: 1px;
	background: #65a5d1;
	float: left;
	margin-top: 47px;
}
.navbar nav ul li {
    float: left;
    width: 215px;
    font-size: 18px;
    position: relative;
    text-align: center;
}



.navbar nav ul li:hover a {
    color: #fff;
    transform: skewX(30deg);
    text-align: center;
}

.navbar a {
    color: #fff;
    font-size: 24px;
  font-weight: bold;
}
.navbar .home{
	width: 89px;
	height: 89px;
	background: #b39b77;
	border-radius: 50%;
	margin-right: 35px;
	margin-left: 30px;
    font-weight: bold;
}
.navbar .home  span::before{
	background: url(../images/icon/home.png) no-repeat center;
	
}
.navbar nav ul li span::before{
	content: "";
	/*width: 21px;*/
	height: 23px;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
}
.navbar nav ul li:nth-child(3) span::before{
	background: url(../images/icon/overview.png) no-repeat center;
}
.navbar nav ul li:nth-child(5) span::before{
	background: url(../images/icon/news.png) no-repeat center;
}
.navbar nav ul li:nth-child(7) span::before{
	background: url(../images/icon/zwopen.png) no-repeat center;
}
.navbar nav ul li:nth-child(9) span::before{
	background: url(../images/icon/party.png) no-repeat center;
}
.navbar nav ul li:nth-child(11) span::before{
	background: url(../images/icon/service.png) no-repeat center;
}
.navbar nav ul li:nth-child(13) span::before{
	background: url(../images/icon/material.png) no-repeat center;
	width: 25px;
}
.navbar nav ul li:nth-child(15) span::before{
	background: url(../images/icon/culture.png) no-repeat center;
}
.navbar nav ul li:last-child{
	width: 160px;
}
/*头条*/
.impor_news .container-body .top_news {
    clear: both;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 55px;
}

.impor_news .container-body .top_news a {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

/*焦点图*/
.in-news1 {
    padding: 25px;
	background: #fff;
}
#banner {
    width: 730px;
    height: 445px;
}

#banner h2 {
    font-size:18px;
    height: 45px;
    color: #fafafa;
    position: absolute;
    left: 0;
    bottom: 2px;
    right: 0;
    text-align: left;
    padding-left: 10px;
    /* background-color: rgba(21,20,20,0.5); */
    background-color: #0c4fa3;
    background-color: rgba(12, 79, 164, 0.44);
    filter: Alpha(opacity=44);
    line-height: 45px;
    *zoom: 1;
	font: normal;
}
#banner h2 p{
	white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    width: 90%;
}
#banner img {
    width: 730px;
    height: 445px;
}

.swiper-pagination-bullets {
    bottom: 15px !important;
    text-align: right !important;
    right: 10px !important;
}

/* .swiper-pagination-bullet {
    border-radius: 0% !important;
} */
.swiper-pagination-bullet-active{
	background: #b39b77 !important;
}
.swiperBtn,
.swiperBtn_r {
    position: absolute;
    top: 45%;
    width: 26px;
    height: 48px;
    z-index: 999;
    cursor: pointer;
}

.swiperBtn {
    background: url(../images/icon/prev.png) no-repeat;
    left: 10px;
}

.swiperBtn_r {
    background: url(../images/icon/next.png) no-repeat;
    right: 10px;
}
/*动态新闻*/
.slideTxtBox {
    text-align: left;
    width: 630px;
    float: right;
}

.slideTxtBox .hd {
    height: 58px;
    line-height: 58px;
    position: relative;
    border-bottom: 1px solid #b6c6e3;
}

.slideTxtBox .hd ul {
    float: left;
    top: -1px;
    height: 58px;
    width: 100%;
    /*padding-left: 5px;*/
    box-sizing: border-box;
}

.slideTxtBox .hd ul li {
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 0 25px;
}

.slideTxtBox .hd ul li a {
    color: #a1b0ca;
    font-weight: 700;
    font-size: 24px;
}

.slideTxtBox .hd ul li.on {
    height: 53px;
	border-bottom: 4px solid #c9b399;
}

.slideTxtBox .hd ul li.on a {
    color: #2b4f91;
}
.slideTxtBox .bd ul {
    zoom: 1;
}

.slideTxtBox .bd li {
    line-height: 48px;
    height: 48px;
}

.date {
    font-size: 16px;
	color: #666666;
}

.slideTxtBox .bd li a {
    font-size: 18px;
    color: #000000;
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.befor:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #abc5df;
    margin-right: 8px;
	border-radius: 50%;
}

.slideTxtBox .bd li:hover {
    background: #cbe5ff;
}

.slideTxtBox .bd li:hover .befor:before {
    background: #055ab1;
}

.n-more {
    font-size: 14px;
    color: #333333;
    float: right;
}
/*专题专栏*/
.in-news2{
	background:#fff;
	padding:30px 20px;
	width: 1450px;
	margin: 0 auto;
	box-sizing: border-box;
    position: relative;
	margin-top: 20px;
}
.picScrollzt-left {
    width: 100%;
    overflow: hidden;
}
.picScrollzt-left .hd .prev,
.picScrollzt-left .hd .next {
    display: block;
    width: 52px;
    height: 52px;
    float: right;
    margin-top: 55px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
	z-index: 999;
}

.picScrollzt-left .hd .next {
    background:  url(../images/left.png) no-repeat center center;
    right: 8px;
	transform: rotate(180deg);
}

.picScrollzt-left .hd .prev {
    background: url(../images/left.png) no-repeat center center;
    left: 0px;
}
.picScrollzt-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.picScrollzt-left .hd ul li.on {
    background-position: 0 0;
}
/* .picScrollzt-left .bd {
    padding: 10px;
} */
.picScrollzt-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScrollzt-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.picScrollzt-left .bd ul li .pic {
    text-align: center;
	width: 682px;
}
.picScrollzt-left .bd ul li .pic a:hover img {
    border-color: #999;
}
/*媒体报道*/
.mtbd_index{
    width: 680px;
}
.mtbd_index_list{
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
}
.mtbd_index_list ul li{
    line-height: 35px;
}
.mtbd_index_list ul li a{
    font-size: 18px;
    color: #000;
}
.slideTxtBox_dzkp {
    width: 100%;
    text-align: left;
}

.slideTxtBox_dzkp .hd img{
    vertical-align: sub;
    display: inline-block;
    float: left;
    margin-top: 12px;
}
.slideTxtBox_dzkp .hd {
    height: 58px;
    line-height: 58px;
    position: relative;
    border-bottom: 1px solid #b6c6e3;
}

.slideTxtBox_dzkp .hd ul li {
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 0 25px;
}
.slideTxtBox_dzkp .hd ul li a{
    color: #a1b0ca;
    font-weight: 700;
    font-size: 24px;
}
.slideTxtBox_dzkp .hd ul li.on{
	height: 53px;
	border-bottom: 4px solid #c9b399;
}
.slideTxtBox_dzkp .hd ul li.on a{
    color: #2b4f91;
}

.slideTxtBox_dzkp .bd ul {
    zoom: 1;
	margin-top: 5px;
}

.slideTxtBox_dzkp .bd li {
    line-height:33px;
}
.slideTxtBox_dzkp .bd li a{
    font-size: 18px;
    color: #000000;
    display: inline-block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.in-news3{
	width: 1450px;
	margin: 0 auto;
	padding: 25px;
	background: #fff;
	box-sizing: border-box;
	margin-top: 20px;
}
/*业务进展*/
.ywjz{
	background:#fff;
	padding:10px 20px;
	width: 1450px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 20px;
}
.picScrollyw-left {
    width: 100%;
    overflow: hidden;
	position: relative;
}
.picScrollyw-left .hd .prev,
.picScrollyw-left .hd .next {
    display: block;
    width: 52px;
    height: 52px;
    float: right;
    margin-top: 120px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
	z-index: 999;
}

.picScrollyw-left .hd .next {
    background:  url(../images/left.png) no-repeat center center;
    right: -20px;
	transform: rotate(180deg);
}

.picScrollyw-left .hd .prev {
    background: url(../images/left.png) no-repeat center center;
    left: -20px;
}
.picScrollyw-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.picScrollyw-left .hd ul li.on {
    background-position: 0 0;
}
.picScrollyw-left .bd {
   margin-left: -10px;
}
.picScrollyw-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScrollyw-left .bd ul li {
    margin: 0 9px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.picScrollyw-left .bd ul li .pic {
    text-align: center;
	width: 186px;
}
.picScrollyw-left .bd ul li .pic a:hover img {
    border-color: #999;
}
.ywjz_tit{
	height: 50px;
	line-height: 48px;
	border-bottom: 1px solid #b6c6e3;
	margin-bottom: 15px;
}
.ywjz_tit p{
	color: #0c4fa3;
	font-size: 24px;
	font-weight: bold;
	float: left;
	border-bottom: 4px solid #c9b399;
}
/*地质图片*/
.Button.Block {
    padding: 20px 40px;
    width: 385px;
    height: 250px;
  }
  .Button h1 {
    font-size: 2em;
    line-height: 1.25em;
    color: #FFF;
  }
  /* Custom Flipster Styles */

  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  .invisible {
    visibility: hidden;
  }
  .affix {
    position: fixed;
  }
/* @group Base Flipster Styles */
  .flipster {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
	margin-top: 20px;
  }
  .flip-items,
  .flip-item {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
  }
  .flip-items {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .flip-item {
    position: absolute;
    opacity: 0.99;
    /* Fix for strange clipping behavior on rotated elements in Chrome. */
  
  }
  .flip-past,
  .flip-future,
  .flip-next,
  .flip-prev {
    cursor: pointer;
  }
  .flip-item img {
    display: block;
    width: 100%;
    width: 385px;
    height: 250px;
	border-radius: 8px;
  }
  /* @end */
  /* @group Coverflow Style */
  .flipster-coverflow .flip-items {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    position: relative;
    padding-top: 2%;
    padding-bottom: 5%;
  }
  .flipster-coverflow .flip-item {
    display: block;
    -webkit-transition: all 175ms ease-in-out;
    -moz-transition: all 175ms ease-in-out;
    -o-transition: all 175ms ease-in-out;
    -ms-transition: all 175ms ease-in-out;
    transition: all 175ms ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    position: absolute;
    width: 30%;
  }
  .flipster-coverflow .flip-content {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
  }
  .flipster-coverflow .flip-past .flip-content {
    -webkit-transform: rotateY(55deg) scale(0.75);
    -moz-transform: rotateY(55deg) scale(0.75);
    -o-transform: rotateY(55deg) scale(0.75);
    -ms-transform: rotateY(55deg) scale(0.75);
    transform: rotateY(55deg) scale(0.75);
  }
  .flipster-coverflow .flip-future .flip-content {
    -webkit-transform: rotateY(-55deg) scale(0.75);
    -moz-transform: rotateY(-55deg) scale(0.75);
    -o-transform: rotateY(-55deg) scale(0.75);
    -ms-transform: rotateY(-55deg) scale(0.75);
    transform: rotateY(-55deg) scale(0.75);
  }
  
  .flipster-coverflow.no-rotate .flip-past .flip-content {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform:scale(0.75);
    -ms-transform:scale(0.75);
    transform: scale(0.75);
  }
  .flipster-coverflow.no-rotate .flip-future .flip-content {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  
  
  .flipster-coverflow .flip-current .flip-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .flipster-coverflow .flip-hidden {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  /* @end */
  /* @group Flip Items */
  .flipster-carousel .flip-items {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
  }
  .flipster-carousel .flip-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
  }
  .no-csstransforms .flipster-carousel .flip-item {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .flipster-carousel .flip-items img {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .flipster-carousel .flip-past {
    -webkit-transform: translateX(-90%) translateZ(0) rotateY(64deg) scale(0.65);
    -moz-transform: translateX(-90%) translateZ(0) rotateY(64deg) scale(0.65);
    -o-transform: translateX(-90%) translateZ(0) rotateY(64deg) scale(0.65);
    -ms-transform: translateX(-90%) translateZ(0) rotateY(64deg) scale(0.65);
    transform: translateX(-90%) translateZ(0) rotateY(64deg) scale(0.65);
  }
  .flipster-carousel.no-rotate .flip-past {
    -webkit-transform: translateX(-80%) translateZ(0)  scale(0.65);
    -moz-transform: translateX(-80%) translateZ(0)  scale(0.65);
    -o-transform: translateX(-80%) translateZ(0)  scale(0.65);
    -ms-transform: translateX(-80%) translateZ(0) scale(0.65);
    transform: translateX(-80%) translateZ(0) scale(0.65);
  }
  .no-csstransforms3d .flipster-carousel .flip-past {
    -webkit-transform: translateX(-56%) scale(0.5);
    -moz-transform: translateX(-56%) scale(0.5);
    -o-transform: translateX(-56%) scale(0.5);
    -ms-transform: translateX(-56%) scale(0.5);
    transform: translateX(-56%) scale(0.5);
  }
  .no-csstransforms .flipster-carousel .flip-past {
    left: -20%;
    top: 40%;
    width: 50%;
    height: 50%;
  }
  .flipster-carousel .flip-future {
    -webkit-transform: translateX(90%) translateZ(0) rotateY(-64deg) scale(0.65);
    -moz-transform: translateX(90%) translateZ(0) rotateY(-64deg) scale(0.65);
    -o-transform: translateX(90%) translateZ(0) rotateY(-64deg) scale(0.65);
    -ms-transform: translateX(90%) translateZ(0) rotateY(-64deg) scale(0.65);
    transform: translateX(90%) translateZ(0) rotateY(-64deg) scale(0.65);
  }
  
  .flipster-carousel.no-rotate .flip-future {
    -webkit-transform: translateX(80%) translateZ(0) scale(0.65);
    -moz-transform: translateX(80%) translateZ(0) scale(0.65);
    -o-transform: translateX(80%) translateZ(0) scale(0.65);
    -ms-transform: translateX(80%) translateZ(0) scale(0.65);
    transform: translateX(80%) translateZ(0) scale(0.65);
  }
  
  .no-csstransforms3d .flipster-carousel .flip-future {
    -webkit-transform: translateX(56%) scale(0.5);
    -moz-transform: translateX(56%) scale(0.5);
    -o-transform: translateX(56%) scale(0.5);
    -ms-transform: translateX(56%) scale(0.5);
    transform: translateX(56%) scale(0.5);
  }
  .no-csstransforms .flipster-carousel .flip-future {
    left: 88%;
    top: 40%;
    width: 50%;
    height: 50%;
  }
  .flipster-carousel .flip-prev {
    -webkit-transform: translateX(-60%) translateZ(0) rotateY(60deg) scale(0.8);
    -moz-transform: translateX(-60%) translateZ(0) rotateY(60deg) scale(0.8);
    -o-transform: translateX(-60%) translateZ(0) rotateY(60deg) scale(0.8);
    -ms-transform: translateX(-60%) translateZ(0) rotateY(60deg) scale(0.8);
    transform: translateX(-60%) translateZ(0) rotateY(60deg) scale(0.8);
  }
  .flipster-carousel.no-rotate .flip-prev {
    -webkit-transform: translateX(-60%) translateZ(0) scale(0.8);
    -moz-transform: translateX(-60%) translateZ(0) scale(0.8);
    -o-transform: translateX(-60%) translateZ(0) scale(0.8);
    -ms-transform: translateX(-60%) translateZ(0) scale(0.8);
    transform: translateX(-60%) translateZ(0) scale(0.8);
  }
  .no-csstransforms3d .flipster-carousel .flip-prev {
    -webkit-transform: translateX(-24%) scale(0.75);
    -moz-transform: translateX(-24%) scale(0.75);
    -o-transform: translateX(-24%) scale(0.75);
    -ms-transform: translateX(-24%) scale(0.75);
    transform: translateX(-24%) scale(0.75);
  }
  .no-csstransforms .flipster-carousel .flip-prev {
    left: -9%;
    top: 20%;
    width: 75%;
    height: 75%;
  }
  .flipster-carousel .flip-next {
    -webkit-transform: translateX(60%) translateZ(0) rotateY(-60deg) scale(0.8);
    -moz-transform: translateX(60%) translateZ(0) rotateY(-60deg) scale(0.8);
    -o-transform: translateX(60%) translateZ(0) rotateY(-60deg) scale(0.8);
    -ms-transform: translateX(60%) translateZ(0) rotateY(-60deg) scale(0.8);
    transform: translateX(60%) translateZ(0) rotateY(-60deg) scale(0.8);
  }
  .flipster-carousel.no-rotate .flip-next {
    -webkit-transform: translateX(60%) translateZ(0)  scale(0.8);
    -moz-transform: translateX(60%) translateZ(0) scale(0.8);
    -o-transform: translateX(60%) translateZ(0) scale(0.8);
    -ms-transform: translateX(60%) translateZ(0) scale(0.8);
    transform: translateX(60%) translateZ(0) scale(0.8);
  }
  
  .no-csstransforms3d .flipster-carousel .flip-next {
    -webkit-transform: translateX(24%) scale(0.75);
    -moz-transform: translateX(24%) scale(0.75);
    -o-transform: translateX(24%) scale(0.75);
    -ms-transform: translateX(24%) scale(0.75);
    transform: translateX(24%) scale(0.75);
  }
  .no-csstransforms .flipster-carousel .flip-next {
    left: 39%;
    top: 20%;
    width: 75%;
    height: 75%;
  }
  .flipster-carousel .flip-past,
  .flipster-carousel .flip-future {
    /*-webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;*/
    z-index: 1;
    -webkit-transition-delay: 87.5ms;
    -moz-transition-delay: 87.5ms;
    -o-transition-delay: 87.5ms;
    transition-delay: 87.5ms;
  }
  .flipster-carousel .flip-prev,
  .flipster-carousel .flip-next {
    /*-webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;*/
    z-index: 2;
    -webkit-transition-delay: 58.333333333333336ms;
    -moz-transition-delay: 58.333333333333336ms;
    -o-transition-delay: 58.333333333333336ms;
    transition-delay: 58.333333333333336ms;
  }
  .flipster-carousel .flip-current {
    z-index: 999;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: 58.333333333333336ms;
    -moz-transition-delay: 58.333333333333336ms;
    -o-transition-delay: 58.333333333333336ms;
    transition-delay: 58.333333333333336ms;
  }
  .flipster-carousel .flip-hidden {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: rotateY(0deg) translateX(0) scale(0.5);
    -moz-transform: rotateY(0deg) translateX(0) scale(0.5);
    -o-transform: rotateY(0deg) translateX(0) scale(0.5);
    -ms-transform: rotateY(0deg) translateX(0) scale(0.5);
    transform: rotateY(0deg) translateX(0) scale(0.5);
    -webkit-transition-delay: 116.66666666666667ms;
    -moz-transition-delay: 116.66666666666667ms;
    -o-transition-delay: 116.66666666666667ms;
    transition-delay: 116.66666666666667ms;
  }
  /* @end */
  .no-transition {
    -webkit-transition-duration: 0ms !important;
    -moz-transition-duration: 0ms !important;
    -o-transition-duration: 0ms !important;
    transition-duration: 0ms !important;
  }
  /* @end */
  .clearfix {
    *zoom: 1;
  }
  .clearfix:before,
  .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .clearfix:after {
    clear: both;
  }
  .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* @group flipster Navigation */
  .flipster .flipster-nav {
    display: block;
    margin: 0 auto;
    width: 60px;
    text-align: justify;
    position: relative;
    list-style-type: none;
  }
  .flipster .flipster-nav:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  .flipster .flipster-nav li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d2d2d2;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
 
  .flipster .flipster-nav .flip-nav-category-link,
  .flipster .flipster-nav .flip-nav-item-link {
    display: block;
    -ms-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
  }

  .flipster .flipster-nav .flip-nav-current .flip-nav-category-link,
  .flipster .flipster-nav .no-category .flip-nav-current.flip-nav-item-link {
    background: #055ab1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .flipster .flipster-nav .flip-nav-category .flip-nav-items {
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0;
    height: 32px;
  }
  .flipster .flipster-nav .flip-nav-category .flip-nav-items:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  .flipster .flipster-nav .flip-nav-category .flip-nav-items .flip-nav-item-link {
    padding: 5px 15px;
    color: #da0d25;
    font-family: Helvetica;
    text-transform: uppercase;
    font-size: 16px;
  }
  .flipster .flipster-nav .flip-nav-category .flip-nav-items .flip-nav-item-link.flip-nav-current {
    background: #da0d25;
    color: #FFF;
  }
  .flipster .flipster-nav .flip-nav-category.flip-nav-current .flip-nav-items {
    display: block;
  }
  /* @end */
  /* @group Previous & Next Buttons */
  .flipster .flipto-prev,
  .flipster .flipto-next {
    position: absolute;
    top: 50%;
    z-index: 999;
    display: block;
    width: 30px;
    height: 56px;
    -ms-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
  }
  .flipster .flipto-prev{
    background: rgba(255, 255, 255, 0.4) url(../images/icon/cur_prev.png) no-repeat center center;
  }
  .flipster .flipto-next{
    background: rgba(255, 255, 255, 0.4) url(../images/icon/cur_next.png) no-repeat center center;
  }
  .flipster .flipto-prev:hover,
  .flipster .flipto-next:hover {
    background-color: #FFF;
    color: #da0d25;
  }
  .flipster .flipto-prev {
    left: 24px;
    top: 120px;
  }
  .flipster .flipto-next {
    right: 24px;
    top: 120px;
  }
  /**/
  .in-news4{
	  width: 1215px;
	  margin: 0 auto;
	  background: #fff url(../images/Home_ico_59_n.png) no-repeat center;
	  padding: 33px;
	  box-sizing: border-box;
	  margin-top: 20px;
	  
  }
  
  .snBrand {
  	position: relative;
  	width:720px;
  	height: 320px;
  	overflow: hidden;
  }
  
  
  .snBrand ol {
  	float: left;
  	width: 42px;
  	height: 232px;
  	margin-top:5px;
  	padding: 0;
  }
  
  .snBrand ol li {
  	height: 166px;
  	line-height: 30px;
  	text-align: center;
  	overflow: hidden;
  }
  
  .snBrand ol li.on {
  	background: #fff;
  	border-right: #fff;
  }
  
  .snBrand .dl {
  	float: right;
  	top: 35px;
  	width:650px;
  	height: 350px;
  	padding: 0 5px;
  	background: #fff;
  	overflow: hidden;
  }
  
  .snBrand .dl .i-new li {
  	width: 160px;
  	height: 213px;
  	margin: 0 auto;
  	padding: 10px 0;
  	text-align: center;
  }
  
  .snBrand .dl .i-new li p {
  	width: 165px;
  	height: 22px;
  	line-height: 20px;
  	white-space: pre;
  	overflow: hidden;
  }
  .slideTxtBox_whtd {
      width:400px;
      text-align: left;
	  margin-left: 25px;
  }
  
  .slideTxtBox_whtd .hd img{
      vertical-align: sub;
      display: inline-block;
      float: left;
      margin-top: 12px;
  }
  .slideTxtBox_whtd .hd {
      height: 58px;
      line-height: 58px;
      position: relative;
      border-bottom: 1px solid #b6c6e3;
  }
  
  .slideTxtBox_whtd .hd ul li {
      float: left;
      text-align: center;
      cursor: pointer;
      padding: 0 25px;
  }
  .slideTxtBox_whtd .hd ul li a{
      color: #a1b0ca;
      font-weight: 700;
      font-size: 24px;
  }
  .slideTxtBox_whtd .hd ul li.on{
  	height: 53px;
  	border-bottom: 4px solid #c9b399;
  }
  .slideTxtBox_whtd .hd ul li.on a{
      color: #2b4f91;
  }
  
  .slideTxtBox_whtd .bd ul {
      zoom: 1;
	  margin-top: 5px;
  }
  
  .slideTxtBox_whtd .bd li {
      line-height:33px;
  }
  .slideTxtBox_whtd .bd li a{
      font-size: 18px;
      color: #000000;
      display: inline-block;
      width: 75%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  /*资料借阅*/
  .in-news5{
	  width: 1450px;
	  margin: 20px auto;
  }
  .slideTxtBox_zlcx {
      width: 840px;
      text-align: left;
	  background: #fff;
  }
  
  .slideTxtBox_zlcx .hd img{
      vertical-align: sub;
      display: inline-block;
      float: left;
      margin-top: 12px;
  }
  .slideTxtBox_zlcx .hd {
      position: relative;
	  float: left;
	  width: 375px;
  }
  
  .slideTxtBox_zlcx .hd ul li {
      float: left;
      text-align: center;
      cursor: pointer;
	  width:75px;
	  height: 152px;
	  text-align: center;
	  background: #eaedf4; 
	  writing-mode:vertical-rl;
	  line-height: 75px;
  }
  .slideTxtBox_zlcx .hd ul li a{
      color: #2b4f91;
      font-weight: 700;
      font-size: 24px;
	 
  }
  .slideTxtBox_zlcx .hd ul li.on{
  	height: 152px;
	background: url(../images/imgs.png) no-repeat center;
	width: 85px;
	line-height: 85px;
	z-index: 99999;
	position: relative;
	margin-right: -10px;
  }
  .slideTxtBox_zlcx .hd ul li.on a{
      color: #fff;
  }
  
  .slideTxtBox_zlcx .bd ul {
      zoom: 1;
	  width: 460px;
	  display: flex;
  }
  
  .slideTxtBox_zlcx .bd ul li {
      line-height:33px;
	  float: left;
	  margin: 25px 15px;
	  flex-grow: 1;
	  text-align: center;
  }
  .slideTxtBox_zlcx .bd li a{
      font-size: 18px;
      color: #000000;
      display: inline-block;
  }
  .slideTxtBox_zlcx .bd li span{
	  display: block;
	  margin-top: 10px;
  }
  .slideTxtBox_zlcx .bd li img{
	  display: block;
	  margin: 0 auto;
  }
  .slideTxtBox_zlcx .bd li .zlimg{
          height:50px;
          }
   
#xzzx_index  li{
margin:0;
}
#xzzx_index{
	padding-left: 25px;
    box-sizing: border-box;
	display:block;
	margin-top: 15px;
}
.in-news4fa{
	width: 1450px;
	margin: 30px auto;
	background: #fff;
}
  /*首页互动交流*/
   .hdjl{
	      margin-top: 60px; 
	      margin-right: 20px
  } 
     .hdjl ul li:last-child{
		margin-top: 20px;
	}
@media (min-width: 1600px) {
	.navbar{
		margin-top: -180px;
	}
  .navbar nav ul li{
	  width:205px;
	  }
  .navbar .home{
	  margin-left:75px;
	  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
      .navbar .home {
   		 margin-left: 135px;
		}
      }
 