#vsb_content p {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important; text-indent:2em;}
#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;}


@charset "utf-8";
/* sass变量 */
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%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
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: #002147;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #fff;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 10px;
  color: #fff;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 10px;
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 10px;
  color: #fff;
}

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: 1400px;
  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 {
  position: relative;
  line-height: 60px;
}

.main-tit:after {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  height: 3px;
  background: #002147;
  width: 350px;
}

.main-tit h6 {
  font-size: 22px;
}

.main-tit .more {
  float: right;
  font-size: 16px;
  font-family: Arial;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-bottom: 10px;
    background: #002147;
}

.header .logo {
  float: left;
  margin-top: 12px;
}

.header .right {
  float: right;
  text-align: right;
  font-size: 14px;
}

.search-box {
    width: 320px;
    display: inline-block;
    text-align: left;
    margin-top: 30px;
    background: #002147;
    margin-bottom: 10px;
}

.search-box .text {
  border: none;
  background: none;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
  width: 260px;
  padding: 4px 10px;
  color: #fff;
    background: #000;
    opacity: 0.5;
}

.search-box .btn {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 58px;
}

.main-nav ul {
  display: inline-block;
}

.main-nav li {
  position: relative;
  float: left;
  text-align: center;
  z-index: 10;
  font-size: 18px;
  padding: 0 15px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 99%;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
  display: block;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: #002147;
  position: relative;
}

.main-nav li .dropdown li:hover {
  background: #c10200;
}

.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 .dropdown li .text {
  text-shadow: 0px -40px 0px white;
  transition: all 0.75s;
  transform: translateY(100%) translateZ(0);
  transition-delay: all 0.25s;
}

.main-nav li .dropdown li:hover .text,
.main-nav li .dropdown li.hover .text {
  text-shadow: 0px -40px 0px rgba(255, 255, 255, 0);
  transform: translateY(0%) translateZ(0) scale(1.1);
  font-weight: 600;
}

.main-nav li.on a {
  color: #fff;
}

.main-nav li:hover a {
  color: #c10200;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.main-nav .cn {
  background: #c10200;
  line-height: 42px;
  margin-top: 10px;
  padding: 0 20px;
}

.main-nav .cn a:hover {
  color: #002147;
}

.banner {
  min-width: 1360px;
  max-width: 100%;
  overflow: hidden;
}

.banner .slide {
  position: relative;
}

.banner .prev, .banner .next {
  display: none;
  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 .hd {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 10px;
  background: url(../images/dote.png) no-repeat;
}

.banner .hd li.on {
  background: url(../images/dote-on.png) no-repeat;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 777px;
  overflow: hidden;
}

.banner .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .bd ul li .pic img {
  width: 100%;
  height: 100%;
}

.index {
  font-family: Arial;
  margin-top: 50px;
  padding-left: 50px;
  background: url(../images/bg1.png) left 60px no-repeat;
}

.index .index-inner {
  background: url(../images/bg2.png) right bottom no-repeat;
}

.index-row1 .tit {
  text-align: center;
  font-size: 24px;
  color: #002147;
  margin-bottom: 70px;
}

.index-row1 .c1 {
  float: left;
  width: 580px;
}

.index-row1 .c1 .slide {
  position: relative;
}

.index-row1 .c1 .slide .prev, .index-row1 .c1 .slide .next {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}

.index-row1 .c1 .slide .prev {
  left: -20px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.index-row1 .c1 .slide .next {
  right: -20px;
  background: url(../images/arr-right.png) center center no-repeat;
}

.index-row1 .c1 .slide .bd {
  overflow: hidden;
  height: 385px;
}

.index-row1 .c1 .slide .bd li {
  position: relative;
}

.index-row1 .c1 .slide .bd li img {
  width: 100%;
  height: 100%;
}

.index-row1 .c2 {
  float: right;
  width: 700px;
  height: 385px;
  background: #002147;
  color: #dbdbdb;
}

.index-row1 .c2 .inner {
  padding: 30px 25px 10px;
  line-height: 38px;
}

.index-row1 .c2 a {
  color: #dbdbdb;
    font-weight: bold;
    font-size: 25px;
}

.index-row1 .c2 h6 {
  font-size: 16px;
    margin-top: 20px;
}

.index-row1 .c2 .desc {
  max-height: 240px;
  overflow: hidden;
}

.index-row1 .c2 .more {
  margin-top: 220px;
    text-align: right;
}

.index-row1 .c2 .more img {
  margin-left: 20px;
}

.index-row2 {
  margin-top: 35px;
  padding-bottom: 25px;
}

.index-row2 .c1 {
  float: left;
  width: 580px;
  background: url(../images/tit1.png) 40px center no-repeat;
}

.index-row2 .c1 ul {
  margin-top: 40px;
  margin-left: 190px;
}

.index-row2 .c1 ul li {
  line-height: 44px;
}

.index-row2 .c1 ul li label {
  float: left;
  width: 115px;
}

.index-row2 .c1 ul li label img {
  margin-right: 5px;
}

.index-row2 .c1 ul li p {
  margin-left: 115px;
}

.index-row2 .c2 {
  float: right;
  width: 650px;
  margin-right: 50px;
  background: #fff;
}

.index-row2 .c2 .tit {
  width: 130px;
  height: 50px;
  line-height: 50px;
  background: #002147;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.index-row2 .c2 .slide {
  position: relative;
  height: 240px;
  margin-right: 50px;
  overflow: hidden;
}

.index-row2 .c2 .slide .prev, .index-row2 .c2 .slide .next {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}

.index-row2 .c2 .slide .prev {
  display: none;
  left: 40px;
  background: url(../images/arr1-left.png) center center no-repeat;
}

.index-row2 .c2 .slide .next {
  right: 0px;
  background: url(../images/arr1-right.png) center center no-repeat;
}

.index-row2 .c2 .slide .item ul {
  margin-top: 20px;
  height: 210px;
  overflow: hidden;
}

.index-row2 .c2 .slide .item li {
  float: left;
  width: 33.3%;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer {
  min-width: 1400px;
  border-top: 1px solid #485f79;
  padding: 40px 0;
}

.footer .c1 {
  float: left;
  margin-top: 10px;
}

.footer .c2 {

  text-align: center;
}

.footer .c2 p {
  line-height: 34px;
  color: #002147;
  font-size: 16px;
}

.inner-banner {
  position: relative;
  margin-bottom: 10px;
  height: 240px;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page {
  margin-bottom: 20px;
}

.inner-page .leftbar {
  float: right;
  width: 350px;
  top: 0;
}

.inner-page .leftbar .list {
  background: #fbfbfb;
  padding: 20px 0 10px 0;
}

.inner-page .leftbar .list li {
  line-height: 45px;
  margin-bottom: 1px;
}

.inner-page .leftbar .list li a {
  font-size: 16px;
  padding-left: 20px;
  margin-right: 10px;
  display: block;
}

.inner-page .leftbar .list .on, .inner-page .leftbar .list li:hover {
  background: #002147;
}

.inner-page .leftbar .list .on a, .inner-page .leftbar .list li:hover a {
  color: #fff;
}

.inner-page .leftbar .text-list {
  line-height: 43px;
  background: #fbfbfb;
  padding: 20px 0;
}

.inner-page .leftbar .text-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .right-con {
  float: left;
  width: 1000px;
}

.inner-page .right-con .main-tit:after {
  width: 100%;
}

.inner-page .right-con .main-tit .bread {
  float: right;
  padding-left: 20px;
  color: #555555;
  font-size: 14px;
}

.inner-page .right-con .main-tit .bread a {
  color: #555555;
}

.inner-page .right-con .main-tit .bread span {
  margin: 0 5px;
}

.inner-page .right-con .main-text-list {
  margin-top: 10px;
}

.inner-page .right-con .main-text-list dl {
  padding: 20px 0;
  margin-bottom: 10px;
}

.inner-page .right-con .main-text-list dl dt {
  float: left;
  width: 185px;
  height: 124px;
  overflow: hidden;
}

.inner-page .right-con .main-text-list dl dt img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.inner-page .right-con .main-text-list dl dt:hover img {
  transform: scale(1.1);
}

.inner-page .right-con .main-text-list dl dd h6 {
  margin-top: 10px;
  font-size: 16px;
}

.inner-page .right-con .main-text-list dl dd p {
  margin-top: 10px;
  line-height: 24px;
  color: #8d8d8d;
}

.inner-page .right-con .main-text-list dl dd .date {
  margin-top: 10px;
  color: #666;
}

.inner-page .right-con .main-text-list dl dt + dd {
  margin-left: 210px;
}

.inner-page .right-con .main-pic-list {
  margin: 20px 0;
}

.inner-page .right-con .main-pic-list li {
  float: left;
  width: 33.3%;
}

.inner-page .right-con .main-pic-list li a {
  display: block;
  margin: 4px;
  overflow: hidden;
}

.inner-page .right-con .main-pic-list li a img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.inner-page .right-con .main-pic-list li a:hover img {
  transform: scale(1.1);
}

.inner-page .right-con .main-pic-list li a img {
  width: 100%;
  height: 175px;
}

.inner-page .right-con .navigation {
  text-align: center;
  margin: 30px 0;
}

.inner-page .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: #002147;
}

.inner-page .detail .tit {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  color: #002147;
  font-size: 24px;
  margin-bottom: 20px;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.inner-page .detail .infor span {
  margin: 0 10px;
}

.inner-page .detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.inner-page .detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.inner-page .detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.inner-page .detail .detail-pages a {
  display: block;
  line-height: 30px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .detail .detail-pages .next {
  float: right;
}