@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

input {
  /*去除阴影*/
  box-shadow: none;
  /*去除边框*/
  border: none;
  /*去除聚焦input的蓝色边框*/
  outline: none;
  /*禁止拖拽*/
  resize: none;
  /*去除iOS默认样式*/
  -webkit-appearance: none;
  /*去除点击时背景高亮样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=search]::-webkit-search-cancel-button {
  display: none !important;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.right_top {
	background: #fff;
	height: 53px;
	line-height: 53px;
	text-align: left;
	color: #333;
	border-bottom: #ebebeb 1px solid;
	margin-bottom: 26px;
}
.qyjs {
	color: #176099;
	height: 53px;
	padding: 0px 5px;
	text-align: center;
	font-size: 24px;
	line-height: 53px;
	float: left;
	font-weight: bold;
	border-bottom: 3px solid #176099;
}
.jigoumenu {
  position: relative;
  overflow: hidden;
  padding-top: 6px;
}
.jigoumenu li a {
  float: left;
  width: 48%;
  height: 62px;
  line-height: 62px;
  color: #333;
  text-align: center;
  margin-bottom: 18px;
  font-size: 17px;
  border-radius: 3px;
  position: relative;
  background: #f3f8ff no-repeat right center;
}
.jigoumenu li:nth-child(2n) a {
  float: right;
  margin-right: 0px;
}
.jigoumenu li a:before {
  position: absolute;
  bottom: 0px;
  width: 0px;
  left: 0;
  height: 1px;
  content: "";
  background: #176099;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
.jigoumenu li a:after {
  position: absolute;
  top: 0px;
  width: 0px;
  right: 0;
  height: 1px;
  content: "";
  background: #176099;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
.jigoumenu li a:hover {
  background:  #fff ;
  cursor: pointer;
}
.jigoumenu li a:hover:before {
  width: 100%;
  left: 0px;
  opacity: 1;
}
.jigoumenu li a:hover:after {
  width: 100%;
  right: 0px;
  opacity: 1;
}


.vsbcontent_img{
  text-align: center;
  text-indent: 0;
}