@charset "utf-8";


#vsb_content p {font-size:16px!important;line-height:36px!important; font-family:"Î¢ÈíÑÅºÚ"!important;color:#666666!important; text-indent:2em!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;}
.main-nav li.on{background:#07468e}
.main-nav li:hover{background:#07468e}
/* 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: #000;
  text-decoration: none;
}

a:hover {
  color: #116dd6;

}

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: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  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;
}

.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: 14px;
}

.wrap {
  width: 1300px;
  margin: 0 auto;
}

.main-tit {
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #185dab;
}

.main-tit h6 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.main-tit h6 span {
  font-size: 14px;
  margin-left: 15px;
}

.main-tit .more {
  float: right;
  position: relative;
  margin-top: 5px;
  z-index: 2;
  color: #777777;
}

.header {
  background: url(/images/head2025.jpg) top right no-repeat;
  padding: 22px 0;background-size: cover;
}

.header .logo {
  float: left;
}

.header .search-box {
  float: right;
  text-align: right;
  margin-top: 30px;
}

.search-box {
  float: right;
  text-align: left;
  position: relative;
  background: url(/images/search-bg.png);
  border: 1px solid #bfc5d9;
}

.search-box .text {
  border-right: 1px solid #bfc5d9;
  margin-right: 40px;
  border: none;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  font-size: 14px;
  width: 160px;
  padding: 12px 10px;
  transition: all ease .3s;
  background: none;
  color: #fff;
}

.search-box .btn {
  position: absolute;
  right: 10px;
  top: 8px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
  text-align: right;
  background: #185dab;
}

.main-nav ul {
  margin: 0 -20px;
}

.main-nav li {
  position: relative;
  z-index: 10;
  float: left;
  width: 103px;
  font-size: 17px;
  line-height: 64px;
  text-align: center;
}

.main-nav li a {
  display: block;
  color: #fff;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  left: -100px;
  top: 98%;
  border-top: 2px solid #3373ba;
  min-width: 290%;
  background: #3373ba;
}

.main-nav li .dropdown ul {
  position: relative;
  padding: 10px 0;
  margin:0;
width:100%;
}

.main-nav li .dropdown li {
  width: 100%;
  padding: 0;
  line-height: 44px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}

.main-nav li .dropdown li .text {
  white-space: nowrap;
  padding: 0 20px;
}

.main-nav li .dropdown li a {
  color: #fff;
}

.main-nav li .dropdown li:hover {
  background: #185dab;
}

.main-nav li:hover {
  z-index: 11;
}

.banner {
  position: relative;
  min-width: 1260px;
  max-width: 100%;
  overflow: hidden;
}

.banner .slide .slide {
  position: relative;
}

.banner .slide .prev, .banner .slide .next {
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 96px;
  top: 44%;
  margin-top: -45px;
}

.banner .slide .prev {
  left: 50%;
  margin-left: -630px;
  background: url(/images/arr-left.png) center center no-repeat;
}
.banner .slide .prev:hover, .banner .slide .next:hover{    opacity: 0.7;
    background-color: #383535;
   
    }
.banner .slide .next {
  right: 50%;
  margin-right: -630px;
  background: url(/images/arr-right.png) center center no-repeat;
}

.banner .slide .hd {
  display: none;
}

.banner .slide .bd ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 400px;
}

.banner .slide .bd ul li a {
  display: block;
  position: relative;
}

.banner .slide .bd ul li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner .slide .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .slide .bd ul li .pic img {
  width: 100%;
  height:100%;
}

.index-bg {
  padding-top: 50px;
  background: url(/images/bg.jpg) bottom center no-repeat;
}

.index-row1 {
  margin-bottom: 35px;
}

.index-row1 .c1 {
  float: left;
  width: 500px;
}

.index-row1 .c1 .slide {
  position: relative;
}

.index-row1 .c1 .slide .prev, .index-row1 .c1 .slide .next {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 20px;
  bottom: 10px;
}

.index-row1 .c1 .slide .prev {
  right: 50px;
  background: url(/images/arr1-left.png) center center no-repeat;
}

.index-row1 .c1 .slide .next {
  right: 20px;
  background: url(/images/arr1-right.png) center center no-repeat;
}

.index-row1 .c1 .slide .bd li .pic {
  height: 345px;
  overflow: hidden;
}

.index-row1 .c1 .slide .bd li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .c1 .slide .bd li .text {
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 46px;
  color: #fff;
  background: #185dab;
}

.index-row1 .c2 {
  float: left;
  margin-left: 25px;
  width: 355px;
}

.index-row1 .c2 .headline {
  line-height: 30px;
}

.index-row1 .c2 .headline h6 {
  padding-left: 3%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 background: url(/images/ico_001.png) left center no-repeat;
}

.index-row1 .c2 .headline h6 a {
  font-size: 16px;
  color: #e71e19;
  font-weight: bold;
}

.index-row1 .c2 .headline .desc {
  color: #999899;
  height: 60px;
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: 1px dashed #f0f0f0;
}

.index-row1 .c2 .list li {
  padding: 10px 0;
  line-height: 18px;
  border-bottom: 1px dashed #f0f0f0;
  padding-left: 3%;
  background: url(/images/ico_001.png) left center no-repeat;
}

.index-row1 .c2 .list li a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;

}
.index-row1 .c2 .list li:hover {
    margin-left: 5px;
    transition: all 0.6s;
}

.flda{    float: right;
    font-size: 13px;}

.index-row1 .c2 .list li p {
  font-size: 12px;
  color: #999;
}

.index-row1 .c3 {
  float: right;
}

.index-row2 {
  padding: 20px 0 24px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
  background: #fff;
}

.index-row2 .main-tit {
  border: none;
  margin-bottom: 0;
}

.index-row2 .main-tit h6 {
  font-size: 18px;
  font-weight: normal;
}

.index-row2 .c1 {
  float: left;
  width: 300px;
}

.index-row2 .c1 .main-tit span {
  float: right;
  line-height: 24px;
  font-size: 12px;
  margin-right: 10px;
}

.index-row2 .c1 .main-tit span em {
  color: #e71e19;
}

.index-row2 .c1 .list dl {
  padding: 10px 0;
}

.index-row2 .c1 .list dt {
  background: #185dab;
  float: left;
  text-align: center;
  line-height: 1.4;
  width: 60px;
  color: #fff;
  padding: 5px 0;
}

.index-row2 .c1 .list dt .d {
  font-size: 24px;
  font-weight: bold;
}

.index-row2 .c1 .list dt .y {
  font-size: 12px;
}

.index-row2 .c1 .list dd {
  margin-left: 72px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-size: 15px;
}

.index-row2 .c2 {
  float: left;
  width: 300px;
  margin-left: 20px;
}

.index-row2 .c2 .pic {
  margin: 15px 0;
  height: 140px;
  overflow: hidden;
}

.index-row2 .c2 .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row2 .c2 .pic:hover img {
  transform: scale(1.1);
}

.index-row2 .c2 .list {
  line-height: 36px;
}

.index-row2 .c2 .list li {
 
  padding-left: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}

.index-row2 .c3 {
  float: left;
  width: 300px;
  margin-left: 20px;
}

.index-row2 .c3 .list li {
  padding: 8px 0;
  color: #999;
  line-height: 26px;
  border-bottom: 1px dashed #f0f0f0;
}

.index-row2 .c3 .list li h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}

.index-row2 .c3 .list li .desc {
  height: 60px;
  overflow: hidden;
}

.index-row2 .c4 {
  float: right;
  width: 300px;
}

.index-row2 .c4 .list {
  margin-top: 10px;
  background: #eeedec;
}

.index-row2 .c4 .list img {
  width: 100%;
}

.index-row2 .c4 .list .item1 {
  float: left;
  width: 150px;
}

.index-row2 .c4 .list .item1 .pic {
  margin-bottom: 10px;
}

.index-row2 .c4 .list .item2 {
  float: right;
  width: 140px;
}

.index-row2 .c4 .list .item2 .pic {
  margin-top: 10px;
}

.index-row3 {
  padding: 40px 0;
}

.index-row3 .tit h6 {
  line-height: 40px;
  font-size: 26px;
  color: #333;
}

.index-row3 .tit .more {
  float: right;
  font-size: 12px;
  background: #185dab;
  line-height: 16px;
  border-radius: 8px;
  padding: 0 5PX;
  margin-top: 10px;
}

.index-row3 .tit .more a {
  color: #fff;
}

.index-row3 .slide {
  padding: 15px 0 0;
}

.index-row3 .slide .bd {
  width: 100%;
  overflow: hidden;
}

.index-row3 .slide .bd li {
  float: left;
  width: 400px;
  height: 100px;
  margin-right: 30px;
  overflow: hidden;
}

.index-row3 .slide .bd li img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row3 .slide .bd li:hover img {
  transform: scale(1.1);
}

.index-row4 {
  padding-bottom: 40px;
}

.index-row4 .tit {
  float: left;
  height: 220px;
  width: 105px;
  background: #185dab;
  color: #fff;
  text-align: center;
}

.index-row4 .tit h6 {
  width: 20px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 26px;
  line-height: 1.2;
}

.index-row4 .tit .more {
  font-size: 12px;
  background: #94c33a;
  line-height: 16px;
  border-radius: 8px;
  padding: 0 5PX;
  margin-top: 10px;
  color: #fff;
}

.index-row4 .wrap {
  background: #fff;
  border: 1px solid #e8e7e6;
}

.index-row4 .wrap .slide {
  margin-left: 105px;
  padding: 20px;
}

.index-row4 .wrap .slide .bd {
  overflow: hidden;
}

.index-row4 .wrap .slide .bd li {
  float: left;
  margin-right: 10px;
  width: 214px;
  height: 180px;
  overflow: hidden;
}

.index-row4 .wrap .slide .bd li img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row4 .wrap .slide .bd li:hover img {
  transform: scale(1.1);
}

.footer {
  min-width: 1260px;
  background: url(/images/footer.png) bottom center no-repeat;
}

.footer .row1 {
  padding: 30px 0 2px;
  border-bottom: 1px solid #5e6ea4;
}

.footer .row1 .c1 {
  float: left;
  width: 60px;
  font-size: 26px;
  color: #fff;
  letter-spacing: 3px;
  margin-top: 35px;
}

.footer .row1 .c2 {
  float: right;
  width: 1153px;
}

.footer .row1 .c2 .slide {
  padding-right: 20px;
  position: relative;
}

.footer .row1 .c2 .slide .prev, .footer .row1 .c2 .slide .next {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  bottom: 10px;
  right: 0;
  top: 50%;
}
.footer a{
color:#fff;
}
.footer .row1 .c2 .slide .prev {
  margin-top: -20px;
  background: url(/images/arr-top.png) center center no-repeat;
}

.footer .row1 .c2 .slide .next {
  margin-top: 10px;
  background: url(/images/arr-bottom.png) center center no-repeat;
}

.footer .row1 .c2 .slide .bd ul {
  margin-top: 10px;
}

.footer .row1 .c2 .slide .bd li {
  float: left;
  /* width: 95px; */
  /* height: 95px; */
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  margin: 0 16px;
  /* background: url(/images/linkbg.png) no-repeat; */
  /* background: white; */
  /* border-radius: 100%; */
}
 
.footer .row1 .c2 .slide .bd li a {
  color: #fff;
}

/*****.footer .row2 {
  padding: 20px 0 10px;
}
*****/
.footer .row2 .c1 {
  float: left;
margin-top:10px;
}

.footer .row2 .c2 {
  float: right;
  color: #fff;
  text-align: right;
  line-height: 36px;
  margin-right: 20px;
}

.footer .row2 .c2 img {
  margin-right: 10px;
}

.footer .row2 .c3 {
  float: right;
  margin-top: 10px;
}

 


















.inner-banner {
  position: relative;
  height:280px;
  overflow: hidden;
}

.inner-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page {
  position: relative;
  padding: 30px 0;    background: url(/images/bg.jpg) bottom center no-repeat;
    background-size: 100%;
}

.inner-page .inner-tit {
  position: relative;
  height: 74px;
  border-bottom: 4px solid #185dab;
}

.inner-page .inner-tit h6 {
  width: 250px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 30px;
  line-height: 74px;
  color: #ffffff;
  background: url(/images/leftbar_title_bg.png) top left no-repeat;
}

.inner-page .inner-tit .bread {
  float: right;
  font-size: 16px;
  color: #666;
  margin-top: 40px;
}

.inner-page .inner-tit .bread a {
  padding: 0 5px;
}

.inner-page .right-con {
  width: 940px;
  background: #fffdfd;
  padding: 0 25px 20px;
  float: right;
  box-shadow: 4px 7px 22px #dcdcdc;
  margin: 15px auto;
}

.inner-page .nr {
  width: 1200px;
  background: #fffdfd;
  padding: 0 25px 20px;
  float: none;
  box-shadow: 4px 7px 22px #dcdcdc;
  margin: 15px auto;
}







.inner-page .right-con .right-tit {
  text-align: center;
  line-height: 2;
  color: #1469bc;
  font-size: 30px;
  font-family: 'STKaiti',"Microsoft YaHei";
}




.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: 10px;
}

.inner-page .right-con .main-pic-list li a .pic {
  overflow: hidden;
  height: 175px;
}

.inner-page .right-con .main-pic-list li a .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.inner-page .right-con .main-pic-list li a .pic:hover img {
  transform: scale(1.1);
}

.inner-page .right-con .main-pic-list li a .text {
  line-height: 24px;
  margin-top: 10px;
  height: 48px;
  overflow: hidden;
}

.inner-page .leftbar {
  width: 250px;
  float: left;
  position: relative;
  background: #ededed;
}

.inner-page .leftbar .list {
  padding-bottom: 40px;
}

.inner-page .leftbar .list li {
  border-left: 6px solid transparent;
  font-size: 18px;
  line-height: 40px;
}

.inner-page .leftbar .list li a {
  display: block;
  padding: 5px 15px;
  font-size: 17px;
}

.inner-page .leftbar .list li.on {
  border-left: 6px solid #185dab;
  background: #fff;
}
.inner-page .detail{
 margin-top: 15px
}
.inner-page .detail .tit {
  margin-top: 25px;
  line-height: 1.6;
  font-size: 24px;
  margin-bottom: 10px;
  color: #185dab;
  text-align: center;

}

.inner-page .detail .infor {
  font-size: 12px;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
}

.inner-page .detail .infor span {
  color: #999;
  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: 18px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .detail .detail-pages .next {
  float: right;
}


.inner-page .right-con .inner-list2 {
  padding-top: 30px;
}

.inner-page .right-con .inner-list2 .row .tit {
  padding: 0 15px;
  margin-bottom: 15px;
  height: 48px;
  line-height: 48px;
  position: relative;
  background-color: #f5f5f5;
  font-size: 18px;
  color: #333333;
  border-left: 5px solid #0066cc;
  font-weight: bold;
}

.inner-page .right-con .inner-list2 .row .list {
  margin: 20px 0;
}

.inner-page .right-con .inner-list2 .row .list li {
  float: left;
  width: 33.3%;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dashed #dedede;
  padding: 10px 0;
}

.inner-page .right-con .inner-list2 .row .list li a {
  font-size: 16px;
  color: #5a5a5a;
  padding: 0 20px 0 35px;
  display: inline-block;
  background: url(/images/jg-off.png) 15px 50% no-repeat;
}

.inner-page .right-con .inner-list2 .row .list li .lan:hover {
     background: url(/images/jg-on.png) 15px 50% no-repeat #07468e;
  border-radius: 3px;
  color: #fff;
  height: 35px;
  line-height: 35px;
}

.inner-page .right-con .inner-list2 .row .list li .huang:hover {
  background: url(/images/jg-on.png) 15px 50% no-repeat #e89f37;
  border-radius: 3px;
  color: #fff;
  height: 35px;
  line-height: 35px;
}





.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 40px;
}

.lm-right .lm_list li {
    line-height: 46px;
    font-size: 15px;
    color: #999999;
    text-align: right;
    padding: 0 10px;
}

.lm-right .lm_list li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("/images/ico_002.png") left center no-repeat;
}

.lm-right .lm_list li:hover {
    background: #ececec;
    color: #116dd6;
}

.lm-right .lm_list li a:hover {
    background: url("/images/ico_002.png") left center no-repeat #ececec;
    color: #116dd6;
}


.fast_btn {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
}

.fast_btn ul {
    width: 110%;
}

.fast_btn li {
    float: left;
    width: 122px;
    height: auto;
    overflow: hidden;
    margin-right: 93px;
    text-align: center;
}

.fast_btn span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #000000
}

.fast_btn img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #cfd9ef;
    border-radius: 50%;
    border: #cc0000 1px solid;
    transition: all .3s;
}

.fast_btn li:hover img {
    transform: rotateY(180deg);
}





.fast_btn {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
}

.fast_btn ul {
    width: 110%;
}

.fast_btn li {
    float: left;
    width: 152px;
    height: auto;
    overflow: hidden;
    margin-right: 93px;
    text-align: center;
}

.fast_btn span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #ececec;
}

.fast_btn img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #cfd9ef;
    border-radius: 50%;
    border: #07468e 1px solid;
    transition: all .3s;
}

.fast_btn li:hover img {
    transform: rotateY(180deg);
}