#vsb_content p {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important; text-indent:2em;}
#vsb_content font {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;}
#vsb_content span {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;}
#vsb_content_2 p {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;}
#vsb_content_2 font {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;}
#vsb_content_2 span {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;}
#vsb_content table p{text-indent:0em !important; } 
#vsb_content table{max-width:900px !important; } 
#vsb_content img{display:block;margin:3px auto; max-width:700px;}
#vsb_content_6 P{font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important; }
#vsb_content_6 font {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;}
#vsb_content_6 span {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;}
.date{float:right}
@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;
 
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #1a1a1a;
}

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;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

body {
  font-size: 16px;
min-width:1230px;
}

.wrap {
  width: 1230px;
  margin: 0 auto;
}

.main-tit {
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 2px solid #cccaca;
}

.main-tit h6 {
  font-size: 24px;
  line-height: 50px;
  position: relative;
}

.main-tit h6 span {
  color: #b50000;
}

.main-tit h6 img {
  margin-right: 10px;
}

.main-tit .more {
  float: right;
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 50px;
  color: #b50000;
  font-weight: bold;
}

.header {
  background: url(../images/header.jpg) top center no-repeat;
  padding: 37px 0;
}

.header .logo {
  float: left;
}

.header .right {
  float: right;
  text-align: right;
}

.header .right .links {
  font-size: 14px;
  margin-bottom: 20px;
}

.header .right .links a {
  margin: 0 10px;
}

.search-box {
  display: inline-block;
  text-align: left;
  position: relative;
  height: 36px;
  min-width: 36px;
  vertical-align: middle;
width:220px;
background: #7e7e7e;
}

.search-box .text {
  border: none;
  background: none;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
  width: 80%;
  padding: 7px 10px;
  color: #fff;
}

.search-box .btn {
  position: absolute;
  right: 10px;
  top: 6px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 70px;
  background: #1a1a1a;
}

.main-nav li {
  position: relative;
  float: left;
  width: 9%;
  text-align: center;
  z-index: 10;
  font-size: 18px;
}

.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: #fff;
  position: relative;
}

.main-nav li .dropdown li .text {
  white-space: nowrap;
  padding: 0 20px;
}

.main-nav li .dropdown li:hover {
  background: #545454;
}

.main-nav li.on {
  background: #545454;
}

.main-nav li.on a {
  color: #fff;
}

.main-nav li:hover {
  z-index: 11;
  background: #545454;
}

.main-nav li:hover a {
  color: #fff;
}

.main-nav li:hover .dropdown li a {
  color: #333;
}

.main-nav li:hover .dropdown li a:hover {
  color: #fff;
}

.banner {
  min-width: 1229px;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.banner .slide {
  position: relative;
}

.banner .prev, .banner .next {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
}

.banner .prev {
  margin-left: -600px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.banner .next {
  margin-left: 550px;
  background: url(../images/arr-right.png) center center no-repeat;
}

.banner .hd {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 8px;
  
}

.banner .hd li.on {
 
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 485px;
  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:485px;
}

.index-row1 {
  margin: 30px 0;
}

.index-row1 .c1 {
  float: left;
  width: 830px;
}

.index-row1 .c1 .slide {
  float: left;
  width: 440px;
  position: relative;
}

.index-row1 .c1 .slide .hd {
  display: none;
}

.index-row1 .c1 .slide .next {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 44px;
  z-index: 88;
  background: url(../images/next.png) center center no-repeat;
}

.index-row1 .c1 .slide .bd li {
  position: relative;
  height: 330px;
  overflow: hidden;
}

.index-row1 .c1 .slide .bd li img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .slide .bd li:hover img {
  transform: scale(1.1);
}

.index-row1 .c1 .slide .bd li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 43px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 44px;
  padding: 0 15px;
  padding-right: 10px;
  background: url(../images/opacity.png);
  color: #fff;
}

.index-row1 .c1 .main-list {
  float: right;
  width: 370px;
}

.index-row1 .c1 .main-list li {
  line-height: 48px;
}

.index-row1 .c1 .main-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c2 {
  float: right;
  width: 380px;
}

.index-row1 .c2 .list li {
  line-height: 48px;
}

.index-row1 .c2 .list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c2 .list li a span {
  display: inline-block;
  width: 65px;
  line-height: 24px;
  background: #9c9c9c;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-right: 20px;
}

.index-row2 {
  background: #f1f1f1;
  margin: 45px 0;
  padding: 40px 0;
}

.index-row2 .c1 {
  float: left;
  width: 128px;
  height: 138px;
  text-align: center;
  line-height: 2;
  margin-left: 18px;
  background: url(../images/kuang.png) no-repeat;
}

.index-row2 .c1 h6 {
  padding-top: 30px;
  font-size: 24px;
  color: #b50000;
}

.index-row2 .c1 p {
  font-size: 14px;
  color: #929292;
}

.index-row2 .c2 {
  float: right;
  width: 1060px;
 
}

.index-row2 .c2 .slide {
  position: relative;
}

.index-row2 .c2 .slide .prev, .index-row2 .c2 .slide .next {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}

.index-row2 .c2 .slide .prev {
  left: 0;
  background: url(../images/arr1-left.png) center center no-repeat;
}

.index-row2 .c2 .slide .next {
  right: 0;
  background: url(../images/arr1-right.png) center center no-repeat;
}

.index-row2 .c2 .slide .bd {
  margin: 30px 40px 0;
}

.index-row2 .c2 .slide .bd li {
  float: left;
  width: 140px;
  text-align: center;
}

.index-row2 .c2 .slide .bd li .pic {
  height: 60px;
}

.index-row2 .c2 .slide .bd li p {
  margin-top: 15px;
  font-size: 14px;
}

.index-row3 {

}

.index-row3 .c1 {
  float: left;
  width: 830px;
}

.index-row3 .c1 .slide .hd {
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 2px solid #cccaca;
}

.index-row3 .c1 .slide .hd img {
  float: left;
}

.index-row3 .c1 .slide .hd .state {
  float: right;
}

.index-row3 .c1 .slide .hd .state a {
  z-index: 2;
  font-size: 14px;
  line-height: 50px;
  color: #b50000;
  font-weight: bold;
  display: none;
}

.index-row3 .c1 .slide .hd .state a img {
  float: none;
}

.index-row3 .c1 .slide .hd ul {
  float: left;
  margin-left: 20px;
}

.index-row3 .c1 .slide .hd ul li {
  float: left;
  margin-right: 40px;
  line-height: 48px;
  font-size: 24px;
  cursor: pointer;
}

.index-row3 .c1 .slide .hd ul li.on {
  color: #b50000;
}

.index-row3 .c1 .slide .list li {
  line-height: 48px;
}

.index-row3 .c1 .slide .list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row3 .c1 .slide .list li {
  line-height: 52px;
}

.index-row3 .c1 .slide .list li a {
 
}

.index-row3 .c1 .slide .list li span {
  float: right;
}

.index-row3 .c2 {
  float: right;
  width: 380px;
}

.index-row3 .c2 .list li {
  margin-top: 30px;
  overflow: hidden;
}

.index-row3 .c2 .list li img {
  transition: all ease .2s;
  width: 100%;
  height: 124px;
}

.index-row3 .c2 .list li:hover img {
  transform: scale(1.1);
}

.index-row4 {
  background: #f1f1f1;
  margin-top: 45px;
  padding: 40px 0;
}

.index-row4 .c1 {
  float: left;
  width: 128px;
  height: 138px;
  text-align: center;
  line-height: 2;
  margin-left: 18px;
  background: url(../images/kuang.png) no-repeat;
}

.index-row4 .c1 h6 {
  padding-top: 30px;
  font-size: 24px;
  color: #b50000;
}

.index-row4 .c1 p {
  font-size: 14px;
  color: #929292;
}

.index-row4 .c2 {
  float: right;
  width: 1010px;
 
}

.index-row4 .c2 .slide {
  position: relative;
}

.index-row4 .c2 .slide .prev, .index-row4 .c2 .slide .next {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}

.index-row4 .c2 .slide .prev {
  left: 0;
  background: url(../images/arr1-left.png) center center no-repeat;
}

.index-row4 .c2 .slide .next {
  right: 0;
  background: url(../images/arr1-right.png) center center no-repeat;
}

.index-row4 .c2 .slide .bd {
  margin: 30px 40px 0;
}

.index-row4 .c2 .slide .bd li {
  float: left;
  width: 230px;
  text-align: center;
  height: 80px;
}

.index-row4 .c2 .slide .bd li img {
  vertical-align: middle;
height: 80px;
}

.footer {
  position: relative;
  padding: 65px 0;
  color: #fff;
  min-width: 1229px;
  text-align: center;
  background: url(../images/footer.png) center center no-repeat;
}

.footer p {
  line-height: 40px;
}
.footer a{
  color:#fff;
}
.footer p span {
  margin: 0 20px;
}

.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;
  
}

.inner-banner {
  position: relative;
  height: 164px;
  overflow: hidden;
}

.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:#b50000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#007519, endColorstr=#007519);
  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: #b50000;
}

.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 #1a1a1a;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -4.5px;
}
.inner-page{
min-height:450px;
}
.inner-page .right-con {
  float: right;
  width: 930px;
  margin: 30px 0;
}

.inner-page .right-con .bread {
  color: #919191;
  font-size: 14px;
border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.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;
  margin-top: 14px;
  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: #1a1a1a;
  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;
 
}

.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;
}