#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;}
#vsb_content table {margin:0 auto;}


@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%;
  font-weight: normal;
}

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: #3135ae;
}

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;
}

body {
  font-size: 16px;
}

.wrap {
  width: 1360px;
  margin: 0 auto;
}

.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 {
  margin-bottom: 25px;
}

.main-tit h6 {
  font-size: 18px;
  line-height: 60px;
  position: relative;
  padding-left: 60px;
  font-size: 30px;
  background: url(../images/tit1.png) left center no-repeat;
}

.main-tit .more {
  float: right;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-size: 20px;
  line-height: 50px;
  color: #868686;
}

.main-tit .more:hover {
  color: #503cb4;
}

.search-cover {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url(../images/opacity1.png);
}

.search-cover .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.search-cover .search-box {
  position: absolute;
  right: 35%;
  top: 50%;
  width: 500px;
  max-width: 100%;

}

.search-cover .search-box .text {
  width: 100%;
  height: 45px;
  padding: 10px;
  background: #fff;
  border: none;
  box-sizing: border-box;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
}

.search-cover .search-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  font-size: 18px;
  width: 100px;
  border: none;
  background: #3135ae;
  color: #fff;
  text-align: center;
}

.header {
  background: url(../images/header.png) top center no-repeat;
  padding: 24px 0;
}

.header .wrap {
  position: relative;
}

.header .logo {
  float: left;
}

.header .right {
  float: right;
  text-align: right;
  margin-top: 30px;
}

.header .right .links {
  display: inline-block;
}

.header .right .links a {
  display: inline-block;
  line-height: 38px;
  padding: 0 14px;
}

.header .right .links .on {
  margin-left: 14px;
  background: url(../images/r.png) no-repeat;
  width: 101px;
  text-align: center;
  color: #fff;
}

.header .right .search {
  position: absolute;
  left: 100%;
  top: 40px;
  margin-left: 20px;
  cursor: pointer;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 66px;
  background: #fff;
  background: url(../images/nav.png) top center no-repeat;
}

.main-nav li {
  position: relative;
  float: left;
  width: 9.1%;
  text-align: center;
  z-index: 10;
  font-size: 18px;
}

.main-nav li::after {
  content: "";
  position: absolute;
  right: 0;
  height: 20px;
  width: 1px;
  background: #fff;
  top: 24px;
  z-index: 1;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 99%;
  min-width: 100%;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 48px;
  overflow: hidden;
  font-size: 14px;
  background: #503cb4;
  position: relative;
}

.main-nav li .dropdown li::after {
  display: none;
}

.main-nav li .dropdown li a {
  color: #fff;
}

.main-nav li .dropdown li .text {
  white-space: nowrap;
  padding: 0 20px;
}

.main-nav li .dropdown li:hover a {
  opacity: 0.6;
}

.main-nav li.on {
  background: #3135ae;
}

.main-nav li.on a {
  color: #fff;
}

.main-nav li:hover {
  z-index: 11;
}

.main-nav li:hover a {
  color: #fff;
  opacity: 0.8;
}

.main-nav li:hover .dropdown li a:hover {
  color: #fff;
}

.main-nav li.last::after {
  display: none;
}

.index-row1 {
  background: url(../images/row1-bg.png) center center no-repeat;
  padding: 30px 0 50px;
}

.index-row1 .c1 {
  float: left;
  width: 865px;
}

.index-row1 .c1 .slide {
  position: relative;
}

.index-row1 .c1 .slide .prev,
.index-row1 .c1 .slide .next {
  position: absolute;
  z-index: 2;
  width: 32px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
}

.index-row1 .c1 .slide .prev {
  left: 25px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.index-row1 .c1 .slide .next {
  right: 25px;
  background: url(../images/arr-right.png) center center no-repeat;
}

.index-row1 .c1 .slide .bd li {
  position: relative;
}

.index-row1 .c1 .slide .bd li .pic {
  height: 480px;
}

.index-row1 .c1 .slide .bd li .pic img {
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .slide .bd li .hote {
  position: absolute;
  left: 0;
  top: 0;
}

.index-row1 .c1 .slide .bd li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 25px;
  background: url(../images/opacity.png) no-repeat;
}

.index-row1 .c1 .slide .bd li .text a {
  color: #fff;
}

.index-row1 .c1 .slide .bd li .text a h6 {
  font-size: 18px;
  line-height: 2;
}

.index-row1 .c1 .slide .bd li .text a p {
  color: #c9c9c9;
  font-size: 14px;
}
.index-row1 .c1 .slide .bd li .text .date {
  float: right;
}


.inner-page .right-con .main-text-list li .date {
  float: right;

}

.index-row1 .c1 .slide .bd li .text .date p {
  font-size: 20px;
}

.index-row1 .c1 .slide .bd li .text .date .y {
  text-align: right;
}

.index-row1 .c2 {
  float: right;
  width: 435px;
}

.index-row1 .c2 .list {
  margin-top: -20px;
}

.index-row1 .c2 .list ul li {
  padding: 12px 0;
  border-bottom: 1px solid #ddddec;
  line-height: 1.8;
}

.index-row1 .c2 .list ul li h6 {
  font-size: 18px;
}

.index-row1 .c2 .list ul li p {
  font-size: 14px;
  color: #8f8f8f;
}

.index-row1 .c2 .list ul li p a {
  display: block;
  color: #8f8f8f;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c2 .list ul li p span {
  float: right;
}

.index-row2 {
  padding: 40px 0;
  background: url(../images/row2-bg.png) top center no-repeat #eaeaf6;
}

.index-row2 .c1 {
  float: left;
  width: 353px;
}

.index-row2 .c1 .list {
  border: 1px solid #3135ae;
  line-height: 74px;
}

.index-row2 .c1 .list li {
  font-size: 24px;
}

.index-row2 .c1 .list li a {
  display: block;
}

.index-row2 .c1 .list li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 54px;
  margin-right: 20px;
  vertical-align: middle;
}

.index-row2 .c1 .list li .icon1 {
  background: url(../images/r2-icon1.png) center center no-repeat;
}

.index-row2 .c1 .list li .icon2 {
  background: url(../images/r2-icon2.png) center center no-repeat;
}

.index-row2 .c1 .list li .icon3 {
  background: url(../images/r2-icon3.png) center center no-repeat;
}

.index-row2 .c1 .list li .icon4 {
  background: url(../images/r2-icon4.png) center center no-repeat;
}

.index-row2 .c1 .list li .icon5 {
  background: url(../images/r2-icon5.png) center center no-repeat;
}

.index-row2 .c1 .list li.on, .index-row2 .c1 .list li:hover {
  background: #3135ae;
}

.index-row2 .c1 .list li.on a, .index-row2 .c1 .list li:hover a {
  color: #fff;
}

.index-row2 .c1 .list li.on .icon1, .index-row2 .c1 .list li:hover .icon1 {
  background: url(../images/r2-icon1-on.png) center center no-repeat;
}

.index-row2 .c1 .list li.on .icon2, .index-row2 .c1 .list li:hover .icon2 {
  background: url(../images/r2-icon2-on.png) center center no-repeat;
}

.index-row2 .c1 .list li.on .icon3, .index-row2 .c1 .list li:hover .icon3 {
  background: url(../images/r2-icon3-on.png) center center no-repeat;
}

.index-row2 .c1 .list li.on .icon4, .index-row2 .c1 .list li:hover .icon4 {
  background: url(../images/r2-icon4-on.png) center center no-repeat;
}

.index-row2 .c1 .list li.on .icon5, .index-row2 .c1 .list li:hover .icon5 {
  background: url(../images/r2-icon5-on.png) center center no-repeat;
}

.index-row2 .c2 {
  float: right;
  width: 943px;
}

.index-row2 .c2 .list {
  height: 374px;
  background: #fff;
  border-left: 7px solid #3135ae;
}

.index-row2 .c2 .list ul {
  position: relative;
  margin-top: 20px;
  float: left;
  width: 50%;
}

.index-row2 .c2 .list ul li {
  font-size: 18px;
  line-height: 48px;
  padding: 0 30px;
}

.index-row2 .c2 .list ul li span {
  float: right;
  font-size: 14px;
  color: #848484;
}

.index-row2 .c2 .list .ul1::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #ececec;
}

.index-row3 {
  background: url(../images/row3-bg.png) center center no-repeat;
}

.index-row3 .r1 {
  padding: 45px 0;
}

.index-row3 .r1 .c1 {
  float: left;
  width: 353px;
}

.index-row3 .r1 .c1 .list {
  border: 1px solid #3135ae;
  line-height: 60px;
}

.index-row3 .r1 .c1 .list li {
  text-align: center;
  font-size: 24px;
}

.index-row3 .r1 .c1 .list li a {
  display: block;
}

.index-row3 .r1 .c1 .list li.on, .index-row3 .r1 .c1 .list li:hover {
  background: #3135ae;
}

.index-row3 .r1 .c1 .list li.on a, .index-row3 .r1 .c1 .list li:hover a {
  color: #fff;
}

.index-row3 .r1 .c2 {
  float: left;
  width: 450px;
  margin-left: 65px;
}

.index-row3 .r1 .c2 .list {
  margin-top: -10px;
}

.index-row3 .r1 .c2 .list li {
  font-size: 18px;
  line-height: 48px;
 
}

.index-row3 .r1 .c2 .list li span {
  float: right;
  font-size: 14px;
  color: #848484;
}

.index-row3 .r1 .c3 {
  float: right;
  width: 435px;
}

.index-row3 .r1 .c3 .list {
  margin-top: -10px;
}

.index-row3 .r1 .c3 .list li {
  font-size: 18px;
  line-height: 48px;

}

.index-row3 .r1 .c3 .list li span {
  float: right;
  font-size: 14px;
  color: #848484;
}

.index-row3 .r2 {
  padding-bottom: 70px;
}

.index-row3 .r2 .slide {
  position: relative;
}

.index-row3 .r2 .slide .prev,
.index-row3 .r2 .slide .next {
  position: absolute;
  z-index: 2;
  width: 47px;
  height: 153px;
  top: 50%;
  margin-top: -80px;
}

.index-row3 .r2 .slide .prev {
  left: 0;
  background: url(../images/arr1-left.png) center center no-repeat;
}

.index-row3 .r2 .slide .next {
  right: 0;
  background: url(../images/arr1-right.png) center center no-repeat;
}

.index-row3 .r2 .slide .bd {
  margin-left: 70px;
}

.index-row3 .r2 .slide .bd li {
  margin: 0 12px;
  float: left;
  width: 384px;
  height: 220px;
  overflow: hidden;
}

.index-row3 .r2 .slide .bd li img {
  transition: all ease 0.2s;
  width: 100%;
  height: 100%;
}

.index-row3 .r2 .slide .bd li:hover img {
  transform: scale(1.1);
}

.footer {
  position: relative;
  padding: 36px 0;
  color: #e2e2e2;
  min-width: 1360px;
  line-height: 40px;
  background: url(../images/footer.png) center center no-repeat;
}

.footer .c1 {
  float: left;
  margin-left: 30px;
}

.footer .c2 {
  float: right;
}

.footer .c3 {
  float: right;
  margin-right: 30px;
}

.footer .c3 img {
  margin-right: 10px;
}

.gotop {
  position: fixed;
  left: 50%;
  margin-left: 740px;
  bottom: 10%;
  cursor: pointer;
}

.sidebar-nav {
  position: fixed;
  right: 20%;
  left: 50%;
  width: 81px;
  margin-left: 700px;
  padding: 10px;
  bottom: 25%;
  z-index: 9;
  text-align: center;
}

.sidebar-nav li {
  height: 81px;
  background: #bfbfbf;
  margin-bottom: 5px;
}

.sidebar-nav li a {
  position: relative;
  display: block;
  padding: 17px 0;
  line-height: 2;
  color: #6b6b6b;
  font-size: 14px;
  color: #fff;
}

.sidebar-nav li a .pic {
  position: absolute;
  display: none;
  width: 200px;
  right: 100%;
  bottom: 0;
  margin-right: 20px;
}

.sidebar-nav li a .pic img {
  width: 100%;
}

.sidebar-nav .totop {
  cursor: pointer;
  background: url(../images/totop.png) center center no-repeat #bfbfbf;
}

.inner-banner {
  position: relative;
   overflow: hidden;
    width: 1360px;
    margin: 0 auto;
    height: 350px;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page .leftbar {
  float: left;
  width: 276px;
  position: relative;
}

.inner-page .leftbar .tit {
  font-size: 22px;
  color: #ededed;
  width: 20.5%;
  padding: 15px 0;
  width: 100%;
  line-height: 30px;
  background: #3135ae;
  position: absolute;
  left: 0;
  bottom: 100%;
  text-align: center;
}

.inner-page .leftbar .list {
  padding: 9px 0 9px 12px;
  background: #ededed;
}

.inner-page .leftbar .list li {
  font-size: 18px;
  margin-bottom: 3px;
  font-size: 18px;
}

.inner-page .leftbar .list li a {
  display: block;
  font-size: 16px;
  color: #333;
  padding: 15px 15px 15px 39px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.inner-page .leftbar .list li.on a {
  position: relative;
  background: #fff;
  font-weight: bold;
  color: #187fc9;
}

.inner-page .leftbar .list li.on a::before {
  content: "";
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 5px solid #3135ae;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -4.5px;
}

.inner-page .right-con {
  float: right;
  width: 1050px;
  margin: 30px 0;
}

.inner-page .right-con .bread {
  float: right;
  margin-top: 20px;
  color: #919191;
  font-size: 14px;
}

.inner-page .right-con .bread a {
  color: #919191;
}

.inner-page .right-con .bread span {
  margin: 0 5px;
}

.inner-page .right-con .right-tit {
  font-size: 28px;
  color: #1a5f9a;
  line-height: 46px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.inner-page .right-con .main-text-list li {
  line-height: 50px;
  border-bottom: 1px dashed #dcdcdc;
}

.inner-page .right-con .main-text-list li:before {
  content: "·";
  margin-right: 10px;
}

.inner-page .detail .tit {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  color: #3135ae;
  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;
}