@charset "UTF-8";
/* sass变量 */
body{    min-width: 1300px;}
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

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;
}

body,
button,
input,
select,
textarea {
  font-family: '微软雅黑';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #666;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1240px;
  margin: 0 auto;
  font-size: 14px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
  padding-bottom: 11px;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}

.main-tit h6 {
  font-size: 22px;
  color: #135fab;
}

.main-tit h6 span {
  font-size: 14px;
  color: #135fab;
  font-weight: normal;
  position: absolute;
  left: 0px;
  margin-top: 24px;
}

.main-tit .more {
  float: right;
}

.main-tit .more img {
  vertical-align: middle;
  margin-top: 18px;
}
.index-row1 .main-list li {padding: 14px 0;height: 52px;}
.main-list li {
  line-height: 26px;
  border-bottom: 1px solid #d5d5d5;
  
}

.main-list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li .date {
  float: left;
  margin-left: 10px;
  /*opacity: .5;
  filter: alpha(opacity=50);*/
}

.header {
  color: #fff;
  padding: 18px 0;
  background-color: #185ea6; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #5e0289 , #185ea6);
}

.header a {
  color: #fff;
}

.header .logo {
  float: left;
}

.header .con {
  float: right;
  text-align: left;
}

.header .con .links {
  margin: 15px 0;
  font-size: 12px;
  text-align: right;
}

.header .con .links span {
  margin: 0 5px;
}

.search-box {
  display: inline-block;
  width: 240px;
  border: 1px solid #fff;
}

.search-box .text {
  border: none;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  padding: 4px 10px;
  background: none;
  margin-left: 10px;
}

.search-box .btn {
  width: 22px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 50px;
}

.main-nav li {
  position: relative;
  float: left;
  width: 125px;
  text-align: center;
  z-index: 10;
  font-size: 16px;
  margin: 0 4px;
}

.main-nav li a {
  display: block;
  text-align: center;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 120%;
  left: -4px;
  top: 99%;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: #1364ac;
  position: relative;
}

.main-nav li .dropdown li:after {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 50%;
  left: -100%;
  transition-delay: all 0.5s;
  transition: all 0.5s;
}

.main-nav li .dropdown li:hover:after,
.main-nav li .dropdown li.hover:after {
  left: 100%;
}

.main-nav li.on {
  background: #1869ac;
}

.main-nav li.on:before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 125px;
  height: 8px;
  left: 0;
  margin-left: -7px;
}

.main-nav li.on a {
  color: #fff;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.banner {
  min-width: 1200px;
  z-index: 0;
}
.banner .slide {
position: relative;
}

.banner .prev, .banner .next {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
}

.banner .prev {
  margin-left: -700px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.banner .next {
  margin-left: 600px;
  background: url(../images/arr-right.png) center center no-repeat;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 440px;
  overflow: hidden;
}

.banner .bd ul li .pic {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 440px;
}

.banner .bd ul li .pic img {
  width: 100%;
}
.container {
  position: relative;
  background: #fff;
  padding: 20px;
  z-index: 5000;
  margin-top: -40px;
}
.index-row1 .row-left{
  float: left;
  width: 790px;
}
.index-row1 .c1 {
  float: left;
  width: 390px;
}

.index-row1 .c1 .slide .bd li {
  position: relative;
}
.index-row1 .c1 .slide .bd li .pic{
  width: 387px;
  height: 285px;
}
.index-row1 .c1 .slide .bd li .pic img{
  width: 387px;
  height: 285px;
}
.index-row1 .c1 .slide .bd li .text {
  padding: 16px;
}

.index-row1 .c1 .slide .bd li .text .date {
  line-height: 54px;
}
.index-row1 .c1 .slide .bd li .text .desc {
  line-height: 30px;
  max-height: 52px;
  overflow: hidden;
}

.index-row1 .c2 {
  float: right;
  width: 375px;
}
.index-row1 .c2 .main-list span{
  float: left;
  color: #135fab;
  font-size: 18px;
  margin: 14px 6px
}
.index-row1 .c2 .date{
  line-height: 18px;
  text-align: center;
  margin: 10px;
}
.index-row1 .c2 .date .d{
  color: #135fab;
  font-size: 24px;
}
.index-row1 .c2 .date .y{
  color: #135fab;
  font-size: 12px;
}
.index-row1 .c2 .main-list h6{
  font-size: 14px;
  margin-left: 100px;
}
.index-row1 .c2 .main-list li.last{
  border: none;
}
.index-row1 .row-right{
  float: right;
  width: 360px;
}
.index-row1 .row-right .c2 .main-list h6{
  font-size: 14px;
  margin-left: 80px;
}
.index-row1 .row-right .c2{
  width: 360px;
}
.index-row2{
  background: #135fab url(../images/bj.jpg) top center no-repeat ;
  margin-bottom: 50px;
}

.data2{
  width:100%; 
  display:table; 
  position:relative; 
  overflow:hidden;
  padding: 63px 0 52px;
}
.data2 .pic2{
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}
.data2 .image_container a{
  width:100%;height:100%; display:block;
  float:left;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}

.data2 .image_container a .pic1{
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.data2 .image_container a:hover .pic1{
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
}

.data2 .image_container a .pic2{
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;/*z-index:10;
  position:absolute;*/
}

.data2 .image_container a:hover .pic2{
  -webkit-transform:rotateX(0deg) rotateY(0deg);
  -moz-transform:rotateX(0deg) rotate(0deg);
  z-index: 10;
  position: absolute;
}

.data2 .row{
  float:left;
  margin-left:72px;
  margin-right:68px; 
  position:relative; 
  z-index:10;
  text-align: center;
}
.data2 .row .pic1{
  width:100%;
  height:100%; 
  overflow:hidden;
}
.data2 .row .pic2{
  width:100%;
  height:100%; 
  overflow:hidden;
}
.data2 .image_container p{
  font-size: 16px;
  color: #fff;
  text-align: center;
    line-height: 54px;
}

.index-row3{
  margin-bottom: 40px;
}
.index-row3 .row-left{
  float: left;
  width: 580px;
}

.index-row3 .main-tit{
  margin: 0;
  padding: 10px 0 11px;
}
.index-row3 .main-list li{
  padding: 10px 0 32px 0;
}
.index-row3 .main-list li .date {
  margin: 0;
  line-height: 26px;
  color: #0043a3;
}

.index-row3 .row-right{
  float: right;
  width: 580px;
}
.link .c1{
  float: left;
  margin: 5px -13px;
}
.link .c1 select{
  width: 245px;
  height: 35px;
  background: url(../images/arr.png) right center no-repeat;
  border: 1px solid #c2c2c2;
  font-size: 14px;
  color: #313131;
  padding: 0 12px;
  margin: 9px 34px;
}

/* --ie清除--*/

select::-ms-expand{ display: none; }

/* --火狐、谷歌清除--*/

select{
     appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
     background: url("arrow.png") no-repeat scroll right center transparent;
     padding-right: 14px;
}
option::-ms-expand{ display: none; }
option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
}
.link{
  background: #e8e8e8;
}
.link .c1 option{
  color: #000;
}
.footer {
  background-color: #185ea6; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #5e0289 , #185ea6);
} 
.footer .t-con{
  color: #fff;
  line-height: 36px;
  padding: 30px 20px;
}
.footer .t-con .l-con{
  float: left;
}
.footer .t-con .r-con{
  float: right;
}
.footer .line{
  border-top: 1px solid #7a64b5;
}
.footer .f-con {
  text-align: center;
  padding: 22px 0;
  font-size: 14px;
}

.footer .f-con p {
  line-height: 30px;
  color: #bfbfbf;
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.inner-banner img {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.leftbar {
  float: left;
  width: 215px;
  padding: 30px 0;
  top: 0;
}

.leftbar .list li {
  line-height: 50px;
  margin-top: 1px;
  background: #e7e7e7;
}

.leftbar .list li a {
  font-size: 15px;
  padding-left: 20px;
  margin-right: 10px;
  display: block;
  color: #666;
  background: url(../images/ap.png) right center no-repeat;
}

.leftbar .list ul li.on, .leftbar .list ul li:hover {
  background-color: #185ea6; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #5e0289 , #185ea6);
}

.leftbar .list li.on > a, .leftbar .list li:hover > a{
  background-color: #185ea6; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #5e0289 , #185ea6);
  color: #fff;
}

.leftbar .list .thirdnav li.on a,.leftbar .list .thirdnav li:hover a {
  background-color: #185ea6; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #5e0289 , #185ea6);
  color: #fff;
}

.leftbar .list .thirdnav {display:none;}

.leftbar .list .thirdnav li {margin-top:0px;border-top: 1px solid #fff;}


.right-con {
  float: right;
  width: 960px;
  padding: 20px 0;
}

.right-con .inner-tit {
  line-height: 50px;
  color: #002956;
  font-size: 20px;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 10px;
}

.right-con .inner-tit h6 {
  float: left;
  position: relative;
  bottom: -2px;
  border-bottom: 3px solid #1c58a9;
  padding: 0 5px;
}

.right-con .inner-tit .bread {
  float: right;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  color: #333;
}

.right-con .inner-tit .bread a {
  color: #333;
}

.right-con .inner-tit .bread span {
  margin: 0 5px;
}

.right-con.block {
  width: 100%;
  float: none;
}

.right-con .main-text-list li {
  position: relative;
  padding: 10px;
  border-bottom: 1px dotted #ddd;
  line-height: 40px;
}

.right-con .main-text-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  font-size: 15px;
}

.right-con .main-text-list li .date {
  float: right;
  font-size: 14px;
  color: #9e9e9e;
}

.right-con .main-text-list li.line {
  height: 0;
  line-height: 0;
  border-top: 1px dotted #ddd;
  margin: 5px 0;
}

.right-con .main-pic-list {
  margin: 20px 0;
}

.right-con .main-pic-list li {
  float: left;
  width: 25%;
  margin: 20px 0;
}

.right-con .main-pic-list li a {
  display: block;
  margin: 0 15px;
}

.right-con .main-pic-list li a .pic {
  text-align: center;
}

.right-con .main-pic-list li a .pic img {
  width: 100%;
  height: 195px;
}

.right-con .main-pic-list li a .text {
  margin-top: 15px;
  font-size: 12px;
  line-height: 24px;
}

.right-con .navigation {
  text-align: center;
  margin: 30px 0;
}

.right-con .navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #002956;
}

.detail .tit {
  text-align: center;
  line-height: 1.5;
  color: #333;
  padding-top: 20px;
  font-size: 26px;
}

.detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #999;
}

.detail .infor span {
  margin: 0 10px;
}

.detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}
.sz_tit{    background: #323b9b;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    margin: 15px 0;}
.sz_a{display:inline-block;width: 133px;font-size:16px; padding: 5px 0;}
.dsdh a{
    display: inline-block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 4px 0;
    padding-left: 10px;
}
.dsdh a:hover{color:#fff;    background: #2f409c;}
/*******内容样式********/

#vsb_content p {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important;  }
#vsb_content font {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important}
#vsb_content span {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important}
#vsb_content_2 p {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important; }
#vsb_content_2 font {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important}
#vsb_content_2 span {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important}
#vsb_content table p{text-indent:0em !important; } 
#vsb_content img{display:block;margin:3px auto; max-width:700px;}
#vsb_content p{background-color:#fff !important}