#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_4 p {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important; }
#vsb_content_4 font {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important}
#vsb_content_4 span {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!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-size: 14px;
  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: #666;
}

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: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1200px;
  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 {
  font-size: 20px;
  color: #005fb2;
  line-height: 40px;
}

.main-tit h6 img {
  margin-right: 5px;
}

.main-tit .more {
  float: right;
}

.main-list li {
  background: url(../images/dote1.png) left center no-repeat;
  padding-left: 15px;
  line-height: 36px;
}

.main-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li .date {
  float: right;
  font-size: 12px;
  color: #999;
}

.main-list li:hover {
  background: url(../images/dote1-on.png) left center no-repeat;
}

.main-list li:hover a {
  color: #feb500;
}

.page {
  background: url(../images/bg.jpg) no-repeat bottom center;
}

.header {
  border-top: 5px solid #005fb2;
  padding: 20px 0 30px;
}

.header .logo {
  float: left;
  margin-top: 30px;
}

.header .con {
  float: right;
  width: 690px;
}

.header .con .top {
  text-align: right;
}

.search-box {
  display: inline-block;
  border: 1px solid #ebebeb;
}

.search-box .text {
  float: left;
  border: none;
  background: none;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  width: 130px;
  vertical-align: middle;
  font-size: 12px;
  background: #f7f7f7;
}

.search-box .btn {
  float: left;
  width: 24px;
  height: 24px;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 56px;
}

.main-nav li {
  position: relative;
  float: left;
  padding: 0 20px;
  text-align: center;
  z-index: 10;
  font-size: 15px;
}

.main-nav li a {
  display: block;
  text-align: center;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 99%;
  padding-top: 10px;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
}

.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: #005fb2;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: #005fb2;
  position: relative;
}

.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:hover a, .main-nav li.on a {
  color: #005fb2;
}

.main-nav li:hover .dropdown, .main-nav li.on .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a, .main-nav li.on .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.banner {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 141px);
  width: 100%;
}

.banner .slide {
  position: absolute;
  top: 0;
  width: 1920px;
  height: 100%;
  left: 50%;
  margin-left: -960px;
}

.banner .slide .hd {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
  cursor: pointer;
}

.banner .slide .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: url(../images/dote.png);
}

.banner .slide .hd li.on {
  background: url(../images/dote-on.png) no-repeat;
}

.box {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 10px 20px;
  background: #fff;
}

.index-row1 {
  margin: 20px 0;
}

.index-row1 .c1 {
  float: left;
  width: 280px;
  padding: 20px;
  border-radius: 5px;
  background: #008ED8;
  color: #fff;
  border: 1px solid #dcdcdc;
}

.index-row1 .c1 a {
  color: #fff;
}

.index-row1 .c1 .tit {
  font-size: 20px;
}

.index-row1 .c1 .links {
  margin: 20px 0;
}

.index-row1 .c1 .links li {
  float: left;
  text-align: center;
}

.index-row1 .c1 .links .li2 {
  padding: 0 24px;
  margin: 0 24px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.index-row1 .c1 .btns {
  padding-top: 1px;
}

.index-row1 .c1 .btns a {
  margin-top: 12px;
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 4px;
}

.index-row1 .c1 .btns .btn1 {
  background: url(../images/btn1.png) no-repeat;
}

.index-row1 .c1 .btns .btn2 {
  background: url(../images/btn2.png) no-repeat;
}

.index-row1 .c2 {
  float: left;
  width: 530px;
  margin-left: 30px;
}

.index-row1 .c2 .slide {
  position: relative;
}

.index-row1 .c2 .slide .hd li {
  float: left;
  padding: 10px 5px 12px;
  margin-right: 25px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  line-height: 1;
  font-size: 20px;
}

.index-row1 .c2 .slide .hd li.on {
  background: url(../images/arr-top.png) bottom center no-repeat;
  border-color: #005fb2;
}

.index-row1 .c2 .slide .bd {
  margin-top: 8px;
  height: 215px;
  overflow: hidden;
}

.index-row1 .c2 .slide .bd .more {
  position: absolute;
  right: 0;
  top: 2px;
  color: #999;
}

.index-row1 .c3 {
  float: right;
  width: 210px;
}

.index-row1 .c3 .qr {
  margin: 15px 0;
}

.index-row1 .c3 .qr img {
  height: 178px;
  width: 100%;
}

.index-row1 .c3 .phone {
  white-space: nowrap;
  background: url(../images/phone.png) left center no-repeat;
  padding-left: 25px;
}

.index-row2 .c1 {
  float: left;
  width: 280px;
}

.index-row2 .c1 .video {
  position: relative;
  height: 190px;
  margin: 19px 0;
}

.index-row2 .c1 .video .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/opacity.png);
  text-align: center;
}

.index-row2 .c1 .video .cover img {
  margin-top: 60px;
}

.index-row2 .c1 .video .pic img {
  width: 100%;
  height: 100%;
}

.index-row2 .c2 {
  float: left;
  width: 530px;
  margin-left: 30px;
}

.index-row2 .c2 .slide {
  position: relative;
}

.index-row2 .c2 .slide .hd li {
  float: left;
  padding: 10px 5px 12px;
  margin-right: 25px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  line-height: 1;
  font-size: 20px;
}

.index-row2 .c2 .slide .hd li.on {
  background: url(../images/arr-top.png) bottom center no-repeat;
  border-color: #005fb2;
}

.index-row2 .c2 .slide .bd {
  margin-top: 8px;
  height: 215px;
  overflow: hidden;
}

.index-row2 .c2 .slide .bd .more {
  position: absolute;
  right: 0;
  top: 2px;
  color: #999;
}

.index-row2 .c3 {
  float: right;
  width: 210px;
  color: #fff;
  background: #008ed8;
}

.index-row2 .c3 a {
  color: #fff;
}

.index-row2 .c3 .tit {
  line-height: 40px;
}

.index-row2 .c3 .tit h6 {
  font-size: 20px;
}

.index-row2 .c3 .tit .more {
  float: right;
  opacity: .5;
  filter: alpha(opacity=50);
}

.index-row2 .c3 .list {
  margin-top: 13px;
  height: 215px;
}

.index-row2 .c3 .list li {
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row2 .c3 .list li:hover a {
  color: #feb500;
}

.index-row3 {
  margin: 20px 0;
}

.index-row3 .slide {
  margin-top: 20px;
}

.index-row3 .slide .bd {
  width: 100%;
  overflow: hidden;
}

.index-row3 .slide .bd li {
  float: left;
  width: 260px;
  margin-right: 38px;
  text-align: center;
}

.index-row3 .slide .bd li .pic img {
  width: 100%;
  height: 180px;
}

.index-row3 .slide .bd li p {
  line-height: 40px;
  margin-top: 5px;
}

.flinks {
  padding: 20px 0;
  background: #f3f0f0;
}

.flinks .c1 {
  float: left;
  padding-left: 50px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: url(../images/links.png) 10px center no-repeat #005fb2;
}

.flinks .c2 {
  margin-left: 140px;
  line-height: 40px;
}

.flinks .c2 a {
  margin: 0 20px;
  font-size: 16px;
}

.footer {
  background: #005fb2;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  line-height: 40px;
  font-size: 14px;
}

.footer span {
  margin: 0 25px;
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.inner-banner img {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.inner-page {
  padding: 20px 0 40px;
}

.gyleft {
  width: 205px;
  float: left;
  margin-right: 30px;
}

.ko {
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 205px;
  float: left;
}

.ko ul {
  width: 205px;
  padding-bottom: 5px;
  float: left;
}

.ko ul h1 {
  line-height: 81px;
  padding-left: 27px;
  color: #434343;
  font-size: 24px;
}

.ko ul li {
  line-height: 40px;
  border-top: 1px solid #dcdcdc;
  width: 205px;
}

.ko ul li a {
  color: #313131;
  font-size: 16px;
  padding-left: 27px;
}

.ko ul li a:hover {
  color: #e60012;
}

.ko ul li .dj {
  color: #e60012;
}

.ko ul li span {
  float: right;
  width: 10px;
  height: 10px;
  margin-top: 17px;
  margin-right: 10px;
  *margin-top: -24px;
  background: url(../images/redsanjiao.png) no-repeat;
}

.gybk {
  width: 205px;
  float: left;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #f9f9f9;
  padding-bottom: 15px;
}

.gybk .bd {
  width: 140px;
  height: 30px;
  margin-left: 25px;
  _margin-left: 15px;
  margin-top: 24px;
  
  float: left;
}

.gybk .bd a {
  padding-left: 40px;
  font-size: 20px;
  color: #004e72;
}

.gybk ul {
  width: 155px;
  margin-left: 25px;
  _margin-left: 15px;
  float: left;
  margin-top: 20px;
}

.gybk ul li {
  line-height: 28px;
  margin-top: 5px;
}

.gybk ul li a {
  font-size: 14px;
  color: #313131;
}

.gybk ul li a:hover {
  text-decoration: underline;
}

.gybk ul li .moren {
  text-decoration: underline;
}

.zclq {
  width: 205px;
  float: left;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  padding-bottom: 15px;
}

.zclq h1 {
  float: left;
  width: 133px;
  margin-top: 25px;
  color: #004e72;
  font-size: 20px;
  margin-left: 30px;
  _margin-left: 15px;
}

.zclq h2 {
  float: left;
  width: 133px;
  color: #004e72;
  font-size: 20px;
  margin-left: 30px;
  _margin-left: 15px;
  line-height: 30px;
  font-size: 16px;
  margin-top: 10px;
  color: #313131;
}

.zclq h2 span {

  width: 6px;
  height: 14px;
  padding-right: 15px;
}

.zclq ul {
  width: 140px;
  float: left;
  margin-left: 30px;
  _margin-left: 15px;
}

.zclq ul li {
  width: 58px;
  height: 23px;
  line-height: 23px;
  float: left;
  margin-top: 10px;
  margin-right: 5px;
}

.zclq ul li a {
  display: block;
  width: 58px;
  height: 23px;
  font-size: 14px;
  color: #313131;
  text-align: center;
}

.zclq ul li a:hover {
  width: 58px;
  height: 23px;

  color: #ffffff;
}

.ship1 {
  width: 183px;
  float: left;
  height: 170px;
  margin-left: 12px;
  _margin-left: 6px;
  margin-top: 20px;
}

.shiph1 {
  width: 183px;
  float: left;
  height: 170px;
  margin-left: 12px;
  _margin-left: 6px;
  margin-top: 20px;
  display: none;
}

.ship1 img {
  float: left;
  margin-right: 10px;
}

.ship1 h1 {
  color: #434343;
  font-size: 16px;
  float: left;
  line-height: 30px;
  width: 130px;
  margin-left: 10px;
}

.ship1 p {
  color: #434343;
  font-size: 14px;
  float: left;
  width: 183px;
  margin-top: 15px;
  text-align: center;
}

.shiph1 p {
  color: #434343;
  font-size: 14px;
  float: left;
  width: 183px;
  margin-top: 15px;
  text-align: center;
}

.shiph1 img {
  float: left;
  margin-right: 10px;
}

.slider2 {
  padding: 12px;
  position: relative;
  padding-bottom: 15px;
  float: left;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  text-align: center;
}

.slider2 .hd li {
  display: inline-block;
  cursor: pointer;
  height: 8px;
  line-height: 8px;
  width: 8px;
  margin: 8px;
  text-align: center;
  color: #787878;
  background: url(../images/dian1.gif) no-repeat -8px 0;
}

.slider2 .hd .on {
  background: url(../images/dian1.gif) no-repeat 0 0;
}

.slider2 .bd li img {
  width: 100%;
  height: 135px;
}

.slider2 .bd p {
  line-height: 20px;
  margin: 10px 0;
}

.linu2 {
  width: 205px;
  height: 198px;
  border-radius: 5px;
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  float: left;
}

.linu_up2 {
  width: 180px;
  margin-left: 14px;
  _margin-left: 7px;
  float: left;
  margin-top: 30px;
  *padding-bottom: 20px;
  _padding-bottom: 0px;
  border-bottom: 1px solid #dcdcdc;
}

.linu_upin2 {
  width: 180px;
  float: left;
  margin-bottom: 20px;
}

.linu_upin2 img {
  float: left;
  width: 83px;
  height: 83px;
}

.linu_upin2 p {
  width: 85px;
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  color: #313131;
  font-size: 16px;
}

.linu_upin2 p span {
  font-size: 24px;
  margin-top: 10px;
}

.linu_down2 {
  width: 180px;
  float: left;
  margin-top: 15px;
  margin-left: 25px;
}

.gyright {
  width: 962px;
  float: right;
}

.gyright_head {
  width: 752px;
  float: left;
  margin-bottom: 10px;
}

.gyright_head a {
  color: #434343;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.gyright_head a:hover {
  text-decoration: underline;
}

.gyright_head1 {
  margin-bottom: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid #dedede;
}

.gyright_head1 a {
  color: #434343;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.gyright_head1 a:hover {
  text-decoration: underline;
}

.gyright table {
  width: 710px;
}

/*.gyright table tr{}
.gyright table tr td{ font-size:16px; height:70px; }*/
.gyright .tdright {
  padding-right: 10px;
  width: 100px;
  text-align: right;
}

.zwd {
  padding-bottom: 30px;
  border: 1px solid #dcdcdc;
  background: #fff;
  -moz-box-shadow: 2px 2px 10px #909090;
  /*firefox*/
  -webkit-box-shadow: 2px 2px 10px #909090;
  /*safari或chrome*/
  box-shadow: 2px 2px 10px #909090;
  /*opera或ie9*/
}

.zw {
  padding: 0 30px;
  color: #313131;
  font-size: 14px;
}

.zw p {
  font-size: 14px;
  color: #313131;
}

.zw h1 {
  text-align: center;
  font-size: 30px;
  margin-top: 60px;
  color: #313131;
}

.zw h2 {
  text-align: left;
  font-size: 24px;
  margin-top: 20px;
  color: #313131;
}

.zw h3 {
  text-align: left;
  font-size: 14px;
  padding-top: 20px;
  color: #313131;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}

/*.zw p{line-height:220%;}
.zw table{ width:680px;float:left;}*/
.tzgg {
  margin-top: 20px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.tzgg h3 {
  width: 102px;
  height: 30px;
  background: url(../images/btbj.png) no-repeat;
  text-align: center;
  line-height: 28px;
  color: #FFFFFF;
}

.tzgg li {
  margin-top:12px;
}

.tzgg li a {
  font-size: 14px;
  color: #434343;
}

.tzgg li a:hover {
  text-decoration: underline;
}

.tzgg li .time {
  margin-left: 20px;
float:right;
}

.content {
  padding: 20px 0;
}

.right-con .main-pic-list {
  margin: 20px 0;
}

.main-pic-list li {
  float: left;
  width: 25%;
  margin: 20px 0;
}

.main-pic-list li a {
  display: block;
  margin: 0 15px;
}

.main-pic-list li a .pic {
  text-align: center;
}

.main-pic-list li a .pic img {
  width: 100%;
  height: 195px;
}

.main-pic-list li a .text {
  margin-top: 15px;
  font-size: 12px;
  line-height: 24px;
}