#vsb_content_2 table{max-width:955px !important; } 
#vsb_content iframe{max-width:890px !important; } 

@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: #4d4d4d;
  text-decoration: none;
}

a:hover {
  color: #025483;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #fff;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #fff;
}

::-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;
  background: url(../imagesnew/back.jpg) center 557px no-repeat;
    min-width: 1400px;
}

.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 {
  line-height: 36px;
  margin-bottom: 30px;
}

.main-tit h6 {
  font-size: 22px;
  color: #025483;
}

.main-tit h6 img {
  margin-right: 5px;
}

.main-tit .more {
  font-size: 14px;
  color: #025483;
  float: right;
  background: url(../imagesnew/more.png) center center no-repeat;
  width: 80px;
  text-align: center;
}

.wrap {
  width: 1260px;
  margin: 0 auto;
}

.main-list li {
  line-height: 46px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-list ul li a span{
  float: right;
  color: #025483;
}
.header {
  width: 100%;
  z-index: 10;
  background: url(../imagesnew/top2.png) top center no-repeat;
  padding: 20px 0;
}

.header .main .logo {
  float: left;
}
.header .main .pic{
  float: right;
}
.header .main .pic img{
  vertical-align: middle;
}


.main-nav {
     background-color: #025483;
    background-image: linear-gradient(#025483, #11579e);
    position: relative;
    z-index: 3;
    line-height: 45px;
}
.main-nav ul{
  float: left;
  width: 95%;
}
.main-nav li {
  position: relative;
  float: left;
  text-align: center;
  width: 10%;

  font-size: 17px;
}
.main-nav li.on{
  color: #fff;
  background: #a6705a;
}
.main-nav li.on a{
  color: #fff;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 105%;
  left: 0;
  top: 99%;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
  float: none;
}

.main-nav li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #a6705a;
  opacity: 0.8;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: #000;
  opacity: 0.8;
  position: relative;
}
.main-nav li:hover{
  background: #a6705a;
}
.main-nav li:hover a{
  color: #fff;
}
.main-nav li .dropdown li:hover{
  background: #000;
  opacity: 0.6;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease 0.3s;
}
/*导航*/
/*检索*/
.main-nav .search-area {
  float: right;
  font-size: 18px;
  position: relative;
  z-index: 5;
  margin: 0px 20px;
}
.main-nav .search-area .tit {
  cursor: pointer;
}
.main-nav .search-area .tit img {
  margin-bottom: 5px;
}

.main-nav .search-area .search-box {
  position: absolute;
  top: -5px;
  right: 0;
  background: #407ab6;
  color: #fff;
  display: none;
}

.main-nav .search-area.on .search-box {
  display: block;
}

.search-box {
  width: 190px;
  display: inline-block;
  text-align: left;
  margin-top: 5px;
  z-index: 100;
}

.search-box .text {
  border: none;
  background: none;
  height: 20px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
  width: 140px;
  padding: 4px 10px;
  color: #fff;

}

.search-box .btn {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.search-area:hover .search-box{

  display: block;
}
/*检索*/

/*banner*/
.banner {
  overflow: hidden;
  position: relative;
  height: 400px;
  background: #f5f5f5 url(../imagesnew/banner_bj.jpg) center center no-repeat;
}


.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.banner .slide {
  position: relative;
}

.banner .prev, .banner .next {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  top: 55%;
  left: 50%;
  margin-top: -45px;
}

.banner .prev {
  margin-left: -620px;
  background: url(../imagesnew/arr-left.png) center center no-repeat;
}

.banner .next {
  margin-left: 555px;
  background: url(../imagesnew/arr-right.png) center center no-repeat;
}

.banner .bd ul li .pic {
  position: absolute;
  width: 1260px;
}

.banner .bd ul li .pic img {
  width: 1260px;
  height: 100%;
}

/*banner*/


.index-row1 {
  padding: 20px 0 20px;
}

.index-row1 .c1 {
  float: left;
  width: 570px;
  margin-right: 32px;
}

.index-row1 .c1 .slide {
  position: absolute;
height:400px;
}

.index-row1 .c1 .slide .hd {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}

.index-row1 .c1 .slide .hd li {
  width: 8px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  background: #fff;
  border-radius: 100px;
  position: relative;
}

.index-row1 .c1 .slide .hd li.on {
  background: #f08513;
}

.index-row1 .c1 .slide .bd li .pic {
  height: 400px;
  overflow: hidden;
}

.index-row1 .c1 .slide .bd li .pic img {
  transition: all ease .2s;
  width: 100%;
height:400px;
}

.index-row1 .c1 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .c1 .slide .bd li .text {
  padding: 12px;
  background: url(../imagesnew/op.png) repeat;
position: absolute;
    bottom: 0;
    width: 530px;
}

.index-row1 .c1 .slide .bd li .text h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 410px;
  font-size: 16px;
  line-height: 2;
}

.index-row1 .c1 .slide .bd li .text h6 a {
  color: #fff;
}


.index-row1 .c2 {
  float: right;
  width: 655px;
}

.index-row1 .list li {
  overflow: hidden;
  margin-bottom: 22px;
  line-height: 24px;
font-size:16px;
}

.index-row1 .list li a{
font-size:16px;
}


.index-row1 .list li span{
  float: left;
  background: #e5e5e5;
  font-size: 16px;
  color: #025483;
  text-align: center;
  display: inline-block;
  width: 110px;
  height: 48px;
  line-height: 46px;
  margin-right: 20px;
}
.index-row2 .slide .hd{
  margin-bottom: 12px;
}
.index-row2 .slide .hd li {
  display: inline-block;

  font-size: 22px;
  width: 23%;
  text-align: left;
  color: #025483;
}

.index-row2 .slide .hd li i {
  margin-right: 5px;
  display: inline-block;
  width: 24px;
  height: 26px;
}

.index-row2 .slide .hd li .icon1 {
  background: url(../imagesnew/icona1.png) top center no-repeat;
  vertical-align: middle;
}

.index-row2 .slide .hd li .icon2 {
  background: url(../imagesnew/iconb1.png) top center no-repeat;
  vertical-align: middle;
}

.index-row2 .slide .hd li .icon3 {
  background: url(../imagesnew/iconc1.png) top center no-repeat;
  vertical-align: middle;
}
.index-row2 .slide .hd li .icon4 {
  background: url(../imagesnew/icond1.png) top center no-repeat;
  vertical-align: middle;
}

.index-row2 .slide .hd li.on {
  color: #025483;
}

.index-row2 .slide .hd li.on i {
  background-position: 0 -27px;
}
.index-row2 .slide .bd .item ul{
  margin: 0 -60px;
}
.index-row2 .slide .bd .item ul li{
  float: left;
  width: 320px;
  margin: 20px 60px;
height:50px;
}

.index-row2 .slide .bd .item ul li span {
  float: right;
  color: #025483;
}

.index-row2 .slide .bd .item ul li span.m {
  font-size: 20px;
}

.index-row2 .slide .bd .item ul li span.d {
  font-size: 16px;
}

.index-row2 .slide .bd .item ul li a {
  line-height: 26px;
}
.index-row3 {
  margin-top: 40px;
}
.index-row3 .r1{
  float: left;
  width: 400px;
  margin-right: 30px;
}

.index-row3 .r1 .slide {
  position: relative;
}

.index-row3 .r1 .slide .hd {
  position: absolute;
  top: 316px;
  right: 50%; 
  z-index: 2;
}

.index-row3 .r1 .slide .hd li {
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 5px;
  margin: 0 8px;
  background: #fff;
}

.index-row3 .r1 .slide .hd li.on {
  background: #ff9000;
}

.index-row3 .r1 .slide .bd .pic {
  height: 335px;
  overflow: hidden;
}

.index-row3 .r1 .slide .bd .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row3 .r1 .slide .bd .pic:hover img {
  transform: scale(1.1);
}

.index-row3 .r2 {
  float: left;
  width: 400px;
}

.index-row3 .r2 .slide {
  position: relative;
}

.index-row3 .r2 .slide .next {
  position: absolute;
  z-index: 4;
  width: 30px;
  height: 30px;
  bottom: 12px;
  right: 6px;
}

.index-row3 .r2 .slide .next {
  background: url(../imagesnew/left.png) center center no-repeat;
}

.index-row3 .r2 .slide .bd li {
  position: relative;
}
.index-row3 .r2 .slide .bd li a{
  color: #fff;
}
.index-row3 .r2 .slide .bd li .pic {
  height: 335px;
  overflow: hidden;
}

.index-row3 .r2 .slide .bd li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row3 .r2 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row3 .r2 .slide .bd li .text {
  position: absolute;
  left: 0;
  right: 0;
  background: url(../imagesnew/op.png);
  bottom: 0;
  line-height: 50px;
  padding: 0 20px;
  padding-right: 45px;
  color: #fff;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row3 .r3{
  float: right;
  width: 400px;
  
}

.index-row3 .r3 .links {
  margin-top: 12px;
  text-align: center;
  font-size: 22px;
}
.index-row3 .r3 .links p{
  line-height: 70px;
}
.index-row3 .r3 .links img{
  margin-top: 20px;
}

.index-row3 .r3 .links a{
  color: #fff;
}
.index-row3 .r3 .links .c{
  width: 197px;
  padding: 16px 0;
}
.index-row3 .r3 .links .c1{
  width: 197px;
}
.index-row3 .r3 .links .c1 .item{
  line-height: 79px;
  margin-bottom: 5px;
}
.index-row3 .r3 .links .a1{
  float: left;
  margin-bottom: 5px;
}
.index-row3 .r3 .links .a1 .item{
  background: #636774 url(../imagesnew/k2.jpg) left center no-repeat;
}
.index-row3 .r3 .links .a1 .item1{
  background: #cf9e39 url(../imagesnew/k3.jpg) left center no-repeat;
}
.index-row3 .r3 .links .a2{
  float: right;
  margin-bottom: 5px;
}
.index-row3 .r3 .links .a2 .item{
  background: #008a73 url(../imagesnew/k2.jpg) left center no-repeat;
}
.index-row3 .r3 .links .a2 .item1{
  background: #208596 url(../imagesnew/k3.jpg) left center no-repeat;
}
.index-row3 .r3 .links .a3{
  float: left;
  margin-bottom: 5px;
}
.index-row3 .r3 .links .a3 .item{
  background: #636774 url(../imagesnew/k4.jpg) left center no-repeat;
}
.index-row3 .r3 .links .a3 .item1{
  background: #cf9e39 url(../imagesnew/k5.jpg) left center no-repeat;
}

.index-row3 .r3 .links .a4 {
  float: right;
  background: #3d9cfa url(../imagesnew/k6.jpg) left center no-repeat;
}

.index-row4{
  margin-top: 40px;
}
.index-row4 .r1{
  float: left;
  width: 400px;
  margin-right: 30px;
}

.index-row4 .r2{
  float: left;
  width: 400px;
  margin-right: 30px;
}
.index-row4 .r2 .pic_list ul{
  background: #e8e8e8;
}
.index-row4 .r2 .pic_list ul li{
  float: left;
  width: 49%;
  text-align: center;
  border: 2px solid #fff;
  height: 86px;
}
.index-row4 .r2 .pic_list ul li .pic{
  height: 36px;
}
.index-row4 .r2 .pic_list ul li a{
  display: inline-block;
  line-height: 58px;
}
.index-row4 .r3{
  float: right;
  width: 400px;
}


.index-row5 {
  min-width: 1260px;
  margin-top: 50px;
}

.index-row5 li {
  float: left;
  width: 25%;
  padding-top: 23%;
  position: relative;
}

.index-row5 li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-row5 li a .pic {
  height: 100%;
  overflow: hidden;
}

.index-row5 li a .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row5 li a .pic:hover img {
  transform: scale(1.1);
}

.index-row5 li.even a {
  height: 50%;
}

.index-row5 li.even .a1 {
  top: 50%;
}











.index-row6{
  padding: 48px 0;
}
.index-row6 {
  background: url(../imagesnew/bj.png) top center no-repeat;
}
.index-row6 .main-tit h6{
  text-align: center;
  margin-bottom: 40px;
}

.index-row6 .slide .bd li {
  float: left;
  width: 16%;
  display: table;
  font-size: 16px;
text-align: center;
}

.index-row6 .slide .bd li .pic {
  width: 81px;
  height: 81px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: url(../imagesnew/bst.png) top center no-repeat;
}
.index-row6 .slide .bd li .pic img{
  margin-top: 15px;
}
.index-row6 .slide .bd li .pic p{
  margin-top: 34px;
}


.footer {
  position: relative;
  color: #fff;
  min-width: 1200px;
  background: #025483;
}

.footer a {
  color: #bdbdbd;
}
.footer .r1 {
  padding: 30px 0;
}
.footer .r1 .tit {
  font-size: 20px;
  margin-bottom: 20px;
  color: #ced6df;
}
.footer .r1 .tit img{
  margin-right: 6px;
}
.footer .r1 .c1 {
  float: left;
  width: 1040px;
}

.footer .r1 .c1 .list a {
  float: left;
  text-align: left;
  font-size: 15px;
  color: #a9b8cd;
  margin-right: 20px;

}

.footer .r1 .c2 {
  float: right;
  margin-top: 20px;
}

.footer .r1 .c2 .list ul li{
  float: left;
  margin-left: 35px;
}
.footer .r1 .c2 .list img {
  vertical-align: middle;
}
.footer .r1 .c2 .list ul li p{
  font-size: 14px;
  color: #a9b8cd;
  text-align: center;
}


.footer .r2 {
  font-size: 14px;
  color: #bdbdbd;
  text-align: center;
  line-height: 30px;
  padding: 20px 0;
  border-top: 1px solid #507eb4;
}


.index-row0 ul li {
    float: left;
    padding-right: 1%;
    width: 32.65%;
    margin: 20px 0;
}

.index-row0 ul li img {width: 100%;}

.index-row0 ul li:last-child {
    padding-right: 0;
}