html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
time,
img,
small,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
mark,
input,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
html,
body {
  height: 100%;
  font-family: "微软雅黑";
}
em,
b,
strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: inherit;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}
input {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  color: #2277df;
  text-decoration: none;
}
ul {
  list-style-type: none;
}
.jump-links {
  display: none;
}
body {
  width: 100%;
}
body .header {
  *position: relative;
  *z-index: 100000;
  height: 224px;
}
body .header .header-banner {
  height: 174px;
  background: linear-gradient(#248fe6, #59aff5);
  /* 标准的语法 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#248fe6, endColorstr=#59aff5);
  width: 100%;
  min-width: 1200px;
}
body .header .header-banner .header-banner-wrapper {
  height: 174px;
  background: url('../images/img_main_topbg.png') no-repeat;
  overflow: hidden;
}
body .header .header-banner .header-banner-wrapper h1 {
  float: left;
  height: 174px;
  width: 522px;
  background: url('../images/logo_main_logo.png') no-repeat 0 center;
  text-indent: -10000px;
}
body .header .header-banner .header-banner-wrapper .header-search-form {
  float: right;
  margin-right: 5px;
  margin-top: 81px;
  height: 40px;
  width: 240px;
  background-color: #ffffff;
  position: relative;
}
body .header .header-banner .header-banner-wrapper .header-search-form .form-input {
  line-height: 40px;
  height: 40px;
  width: 200px;
  padding-left: 10px;
  color: #8a8a8a;
  font-size: 14px;
}
body .header .header-banner .header-banner-wrapper .header-search-form .form-button-search {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
  text-indent: -10000px;
  background: url('../images/icon_main_search.png') no-repeat;
}
body .header .header-nav {
  height: 50px;
}
body .header .header-nav .header-menu {
  font-size: 0;
}
body .header .header-nav .header-menu .header-menu-item {
  display: inline-block;
  *float: left;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
body .header .header-nav .header-menu .header-menu-item a {
  font-size: 18px;
  color: #3d484d;
}
body .header .header-nav .header-menu .header-menu-item:hover a {
  color: #2d75e9;
}
body .header .header-nav .header-menu .header-menu-item:hover {
  background: url('../images/img_main_daohang.png') no-repeat center bottom;
}
body .header .header-nav .header-menu .header-menu-item:hover .header-menu-list {
  display: block;
}
body .header .header-nav .header-menu .header-menu-item .header-menu-list {
  display: none;
  position: absolute;
  z-index: 2000;
  top: 50px;
  *left: 0;
  width: 150px;
  background-color: #3a9ff4;
  padding-bottom: 20px;
  font-size: 0;
}
body .header .header-nav .header-menu .header-menu-item .header-menu-list li {
  background: url('../images/img_main_point.png') no-repeat 10px center;
  margin-top: 20px;
  padding-left: 20px;
  *line-height: 20px;
}
body .header .header-nav .header-menu .header-menu-item .header-menu-list li a {
  display: block;
  height: 14px;
  line-height: 14px;
  text-align: left;
  font-size: 14px;
  color: white;
}
body .main {
  width: 100%;
}
body .main .main-banner {
  position: relative;
  width: 100%;
  min-width: 1200px;
  max-height: 413px;
  overflow: hidden;
}
body .main .main-banner .swiper-container .swiper-wrapper .main-banner-img {
  width: 100%;
}
body .main .main-banner .swiper-container .swiper-wrapper .main-banner-img img {
  width: 100%;
  min-width: 1200px;
}
body .main .main-banner .main-banner-content {
  position: absolute;
  top: 320px;
  height: 50px;
  width: 795px;
  background: url('../images/img_main_banner.png') no-repeat;
  overflow: hidden;
}
body .main .main-banner .main-banner-content a {
  display: block;
  margin-left: 10px;
  color: #ffffff;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  width: 785px;
  overflow: hidden;
}
body .main .main-banner .pre-button {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 80px;
  top: 50%;
  margin-top: -43.5px;
  height: 75px;
  width: 75px;
  background: url('../images/icon_main_bannerleft.png') no-repeat;
  text-indent: -10000px;
}
body .main .main-banner .next-button {
  display: block;
  position: absolute;
  z-index: 1000;
  right: 80px;
  top: 50%;
  margin-top: -43.5px;
  height: 75px;
  width: 75px;
  background: url('../images/icon_main_bannerright.png') no-repeat;
  text-indent: -10000px;
}
body .main .main-banner .main-banner-slider {
  position: absolute;
  z-index: 1000;
  right: 180px;
  text-align: center;
  bottom: 20px;
  width: 300px;
}
body .main .main-banner .main-banner-slider .swiper-pagination-switch {
  display: inline-block;
  *float: left;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ffffff;
  opacity: 0.5;
  margin: 0 15px;
  cursor: pointer;
}
body .main .main-banner .main-banner-slider .swiper-active-switch {
  opacity: 1;
}
body .main .main-container {
  height: 407px;
  *height:480px;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
body .main .main-container .main-news {
  float: left;
  margin-top: 55px;
  width: 370px;
  height: 407px;
}
body .main .main-container .main-news .main-header {
  background: url('../images/img_main_newsline.png') no-repeat 88px center;
  width: 370px;
  height: 26px;
  overflow: hidden;
}
body .main .main-container .main-news .main-header h2 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #42aae0;
  letter-spacing: 1px;
  line-height: 26px;
}
body .main .main-container .main-news .main-header .more {
  display: block;
  line-height: 26px;
  font-size: 12px;
  color: #42aae0;
  font-weight: bold;
  float: right;
  margin-right: 7px;
}
body .main .main-container .main-news .main-header .more:hover {
  color: #2270bf;
}
body .main .main-container .main-news .main-content li {
  margin-top: 30px;
}
body .main .main-container .main-news .main-content li a {
  display: block;
  margin-left: 73px;
  width: 297px;
}
body .main .main-container .main-news .main-content li a h3 {
  font-size: 15px;
  color: #292929;
  height: 18px;
  vertical-align: text-top;
  overflow: hidden;
}
body .main .main-container .main-news .main-content li a p {
  font-size: 12px;
  color: #999999;
  margin-top: 11px;
  height: 15px;
  vertical-align: baseline;
  overflow: hidden;
}
body .main .main-container .main-news .main-content li a:hover h3 {
  color: #2277df;
}
body .main .main-container .main-news .main-content li time {
  display: block;
  box-sizing: border-box;
  height: 55px;
  width: 55px;
  border: #b5c4d2 solid 2px;
  color: #7390a1;
  background-color: #ffffff;
  float: left;
  text-align: center;
}
body .main .main-container .main-news .main-content li time .day{
	font-size:24px;
	display:block;
}
body .main .main-container .main-news .main-content li time .month{
	font-size:12px;
	display:block;
}
body .main .main-container .main-notification {
  float: left;
  margin-top: 55px;
  width: 370px;
  height: 407px;
  margin-left: 45px;
}
body .main .main-container .main-notification .main-header {
  background: url('../images/img_main_noticeline.png') no-repeat 88px center;
  width: 370px;
  height: 26px;
  overflow: hidden;
}
body .main .main-container .main-notification .main-header h2 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #4274e8;
  letter-spacing: 1px;
  line-height: 26px;
}
body .main .main-container .main-notification .main-header .more {
  display: block;
  line-height: 26px;
  font-size: 12px;
  color: #4274e8;
  font-weight: bold;
  float: right;
  margin-right: 7px;
}
body .main .main-container .main-notification .main-header .more:hover {
  color: #1b47ae;
}
body .main .main-container .main-notification .main-content li {
  margin-top: 31px;
}
body .main .main-container .main-notification .main-content li a {
  display: block;
  height: 18px;
}
body .main .main-container .main-notification .main-content li a time {
  display: block;
  float: left;
  height: 18px;
  line-height: 18px;
  color: #7796ec;
  font-weight: bold;
  width: 85px;
  font-size: 14px;
}
body .main .main-container .main-notification .main-content li a p {
  float: left;
  height: 18px;
  line-height: 18px;
  margin-left: 10px;
  width: 265px;
  font-size: 15px;
  color: #4a4a4a;
  overflow: hidden;
}
body .main .main-container .main-notification .main-content li a:hover p {
  color: #2277df;
}
body .main .main-container .main-research {
  float: left;
  margin-top: 55px;
  width: 370px;
  height: 407px;
  margin-left: 45px;
}
body .main .main-container .main-research .main-header {
  background: url('../images/img_main_keyanline.png') no-repeat 88px center;
  width: 370px;
  height: 26px;
  overflow: hidden;
}
body .main .main-container .main-research .main-header h2 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #7469e6;
  letter-spacing: 1px;
  line-height: 26px;
}
body .main .main-container .main-research .main-header .more {
  display: block;
  line-height: 26px;
  font-size: 12px;
  color: #7469e6;
  font-weight: bold;
  float: right;
  margin-right: 7px;
}
body .main .main-container .main-research .main-header .more:hover {
  color: #3324c5;
}
body .main .main-container .main-research .main-content li {
  background: url('../images/img_main_keyanpoint.png') no-repeat 3px center;
  margin-top: 31px;
}
body .main .main-container .main-research .main-content li a {
  display: block;
  margin-left: 24px;
  font-size: 15px;
  color: #4a4a4a;
  height: 18px;
  line-height: 18px;
  width: 346px;
  overflow: hidden;
}
body .main .main-container .main-research .main-content li a:hover {
  color: #2277df;
}
body .footer .footer-info {
  height: 71px;
  min-width: 1200px;
  background-color: #48a7f4;
  overflow: hidden;
}
body .footer .footer-info .footer-info-wrapper {
  background: url('../images/img_main_bottombg.png') no-repeat;
}
body .footer .footer-info .footer-info-wrapper h1 {
  height: 71px;
  width: 325px;
  text-indent: -10000px;
  float: left;
  background: url('../images/logo_main_logo2.png') no-repeat 0 center;
}
body .footer .footer-info .footer-info-wrapper .related-links {
  float: right;
  width: 450px;
  margin-top: 15px;
}
body .footer .footer-info .footer-info-wrapper .related-links li {
  float: left;
  box-sizing: border-box;
  width: 120px;
  *width: 100px;
  height: 15px;
  background: url('../images/icon_main_friend.png') no-repeat right center;
  margin-bottom: 8px;
  padding-right: 20px;
  margin-left: 30px;
}
body .footer .footer-info .footer-info-wrapper .related-links li a {
  text-align: right;
  display: block;
  height: 15px;
  font-size: 12px;
  color: #ffffff;
}
body .footer .footer-contact-us {
  height: 70px;
  min-width: 1200px;
  background-color: #2178dd;
  font-size: 12px;
  overflow: hidden;
}
body .footer .footer-contact-us .footer-location-list {
  text-align: center;
  margin-top: 20px;
  color: #b0dbff;
}
body .footer .footer-contact-us .footer-location-list li {
  display: inline-block;
  *float: left;
  padding-left: 20px;
  margin-right: 20px;
  border-left: #b0dbff 1px solid;
}
body .footer .footer-contact-us .footer-location-list li a{
  color:#b0dbff;
}
body .footer .footer-contact-us .footer-location-list li:first-child {
  border: none;
}
body .footer .footer-contact-us .copyright {
  display: block;
  margin-top: 7px;
  color: #b0dbff;
  text-align: center;
  width: 100%;
}