* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "微软雅黑", "Microsoft Yahei UI", "Microsoft YaHei", "宋体", "Helvetica Neue", Helvetica, Arial, SimHei, "\5B8B\4F53", simsun, sans-serif;
  box-sizing: border-box;
  color: #212121;
}
body,
html {
  min-width: 1200px;
  height: 100%;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide a{
  width: 100%;
}
ul,
ol,
a {
  list-style: none;
  text-decoration: none;
}
._width {
  width: 1200px;
  margin: 0 auto;
}
main{
  display: block;
  width:100%;
}
.sub_bg {
  background: #FFFAF9F9;
}
.clearfix:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.index_user {
  height: 72px;
  line-height: 72px;
  position: absolute;
  right: 42px;
  top: 0;
  z-index: 100;
}
.index_user img {
  margin-top: 20px;
}
.index_user span {
  color: #fff;
  vertical-align: 10px;
  margin-left: 10px;
}
.index_user .index_user_list {
  width: 100%;
  position: absolute;
  display: none;
  top: 72px;
  background: #fff;
}
.index_user .index_user_list a {
  display: block;
  line-height: 25px;
  margin: 10px 0;
  text-align: left;
  text-indent: 20px;
}
.index_user .index_user_list a:hover {
  color: #229EED;
}
.more {
  color: #4c8abb;
  text-decoration: underline;
}
.transform {
  transition: all 0.3s ease-out 0.1s;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -ms-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
}
.active {
  border-bottom: 3px solid #229EED;
}
.active a {
  color: #0F65E7;
}
.two_active {
  color: #0F65E7;
}
.nav_sub {
  padding-top: 13px;
  border-top: 1px solid #0F65E7;
  display: none;
}
.nav_sub li {
  float: left;
  margin-right: 15px;
}
#banner {
  width: 100%;
  position: relative;
}
#banner img {
  width: 100%;
}
#banner .banner_nav {
  position: absolute;
  top: 24px;
  left: 20px;
}
#banner .banner_nav ul li {
  float: left;
  padding: 10px 5px;
  margin-right: 15px;
}
#banner .banner_nav ul li a {
  color: #fff;
}
.banner_active {
  border-bottom: 2px solid #229EED;
}
.banner_nav {
  position: absolute;
  top: 24px;
  left: 20px;
}
.banner_nav ul li {
  float: left;
  padding: 10px 5px;
  margin-right: 15px;
}
.banner_nav ul li a {
  color: #fff;
}
.banner_active {
  border-bottom: 2px solid #229EED;
}
#footer {
  width: 100%;
  background: #1b2653;
  padding-top: 59px;
  padding-bottom: 20px;
  overflow: hidden;
}
#footer .footer_service {
  overflow: hidden;
  padding-bottom: 19px;
  margin-bottom: 25px;
  border-bottom: 1px solid #36416e;
}
#footer .footer_service .footer_service_list {
  color: #7f8bb3;
  width: 33.3%;
  text-align: center;
  float: left;
}
#footer .footer_service .footer_service_list i {
  color: #7f8bb3;
  font-size: 40px;
}
#footer .footer_service .footer_service_list p {
  color: #fff;
  margin-top: 15px;
  letter-spacing: 1px;
}
#footer .footer_list {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer_list .footer_nav {
  width: 170.63px;
  float: left;
}
#footer .footer_list .footer_nav h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
}
#footer .footer_list .footer_nav li {
  margin-bottom: 18px;
}
#footer .footer_list .footer_nav li a {
  color: #7f8bb3;
}
#footer .footer_list .footer_nav li a:hover {
  color: #fff;
}
#footer .footer_right {
  float: right;
}
#footer .footer_right .tel {
  float: left;
}
#footer .footer_right .tel h2 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
#footer .footer_right .tel p {
  font-size: 20px;
  color: #fff;
}
#footer .footer_right .tel_m {
  margin-right: 75px;
}
#footer .footer_right .follow h2 {
  clear: both;
  color: #fff;
  padding-top: 34px;
  margin-bottom: 20px;
}
#footer .footer_right .follow .erweima {
  width: 135px;
  float: left;
  text-align: center;
}
#footer .footer_right .follow .erweima span {
  color: #7f8bb3;
}
#footer .footer_right .follow .erweima img {
  padding-top: 10px;
  width: 100px;
}
#footer .link {
  color: #fff;
  clear: both;
  font-weight: 600;
  padding-top: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 28px;
}
#footer .link a {
  color: #7f8bb3;
  margin-left: 28px;
  font-weight: normal;
}
#footer .link a:hover {
  color: #fff;
}
#footer .copyright {
  color: #7f8bb3;
}
#footer .copyright .copyright_right {
  float: right;
}
#footer .copyright .copyright_right a {
  margin-left: 20px;
}
.paging {
  text-align: center;
  padding: 108px 0 65px 0;
}
.paging li {
  display: inline-block;
}
.paging li a {
  font-size: 14px;
  padding: 2px 8px;
}
.paging .paging_left a,
.paging .paging_right a {
  font-size: 30px;
  vertical-align: sub;
  font-weight: 200;
}
.paging .paging_active {
  border-radius: 5px;
  background: #1890FF;
}
.paging .paging_active a {
  color: #fff;
}
