html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
.scrollbarActive::-webkit-scrollbar {
  width: 10px !important;
}
.scrollbarActive::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.scrollbarActive::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-corner {
  background-color: #ddd;
}
.scrollbarActive::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.scrollbarActive::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
.scrollbarActive::-webkit-scrollbar {
  width: 15px;
}
body,
html {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
.content {
  max-width: 1440px;
  margin: 0 auto;
}
.header .content {
  height: 80px;
  overflow: hidden;
}
.header .content .logo {
  margin-top: 15px;
  float: left;
  display: flex;
  align-items: center;
}
.header .content .logo a {
  display: block;
}
.header .content .logo a img {
  width: 221px;
  height: 50px;
}
.header .content .logo .word {
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  border-left: 1px solid #808080;
  padding-left: 10px;
  margin-left: 10px;
}
.header .content .tel {
  float: right;
  width: 140px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 16px;
  border: solid 1px #cd2525;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #cd2525;
  margin-top: 24px;
}
.header .content .nav {
  float: right;
  margin-right: 26px;
}
.header .content .nav ul li {
  float: left;
}
.header .content .nav ul li:hover a,
.header .content .nav ul li.active a {
  color: #cd2525;
  border-bottom: 4px solid #cd2525;
}
.header .content .nav ul li a {
  font-size: 16px;
  color: #333333;
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 90px;
}
.index_banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index_banner .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.index_banner .swiper-container .swiper-pagination {
  bottom: 20px;
}
.index_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 1;
}
.index_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cd2525;
}
.banner a img {
  width: 100%;
}
.hot_news {
  background: url(../images/hot_news_bg.jpg) no-repeat center;
}
.hot_news .content {
  height: 50px;
  line-height: 50px;
}
.hot_news .content .tit {
  font-size: 16px;
  color: #fff;
  margin-right: 40px;
  float: left;
}
.hot_news .content ul {
  float: left;
}
.hot_news .content ul li a {
  display: flex;
  align-items: center;
}
.hot_news .content ul li a:hover h5,
.hot_news .content ul li a:hover span {
  color: #cd2525;
}
.hot_news .content ul li a:hover h5 i,
.hot_news .content ul li a:hover span i {
  color: #cd2525;
}
.hot_news .content ul li a h5 {
  font-size: 14px;
  color: #777777;
}
.hot_news .content ul li a span {
  margin-left: 20px;
  font-size: 14px;
  color: #777777;
}
.hot_news .content ul li a span i {
  color: #555555;
}
.hot_news .content .last_tit {
  font-size: 14px;
  color: #777777;
  float: right;
}
.index_page .title {
  padding: 50px 0 60px;
}
.index_page .title h5 {
  font-size: 20px;
  color: #333333;
  line-height: 1;
  margin-bottom: 10px;
}
.index_page .title h5 i {
  font-size: 30px;
  color: #cd2525;
  font-weight: bold;
  line-height: 1;
}
.index_page .title h6 {
  font-size: 36px;
  color: #333333;
  line-height: 1;
}
.index_page .item1 {
  background-color: #faf7f7;
}
.index_page .item1 .content {
  padding: 90px 0 100px;
  overflow: hidden;
}
.index_page .item1 .content .center .word {
  float: left;
  width: 50%;
  height: 600px;
  background-color: #ffffff;
  padding: 0 60px 0 40px;
}
.index_page .item1 .content .center .word .text {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  text-align: justify;
}
.index_page .item1 .content .center .word .more {
  margin-top: 100px;
}
.index_page .item1 .content .center .word .more a {
  width: 170px;
  height: 40px;
  background-color: #ffffff;
  border: solid 2px #cd2525;
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #cd2525;
  transition: all 0.5s linear;
}
.index_page .item1 .content .center .word .more a:hover {
  background: #cd2525;
  color: #fff;
}
.index_page .item1 .content .center .word .more a:hover i {
  color: #fff;
}
.index_page .item1 .content .center .word .more a i {
  font-size: 14px;
  color: #cd2525;
  margin-left: 20px;
}
.index_page .item1 .content .center .pic {
  float: left;
  width: 50%;
  height: 600px;
  background: url(../images/index_item1_1.jpg) no-repeat center;
}
.index_page .item2 {
  background: url(../images/index_item2_bg.jpg) no-repeat center;
}
.index_page .item2 .content {
  height: 453px;
}
.index_page .item2 .content .title h5,
.index_page .item2 .content .title h6 {
  color: #fff;
}
.index_page .item2 .content .list ul li .center {
  text-align: center;
}
.index_page .item2 .content .list ul li .center h5 {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.index_page .item2 .content .list ul li .center h5 i {
  font-size: 60px;
  line-height: 1;
}
.index_page .item2 .content .list ul li .center .line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 25px auto;
}
.index_page .item2 .content .list ul li .center p {
  font-size: 20px;
  color: #fff;
}
.index_page .item3 {
  background-color: #f5f5f5;
}
.index_page .item3 .content {
  padding-bottom: 100px;
}
.index_page .item3 .content .item_tit {
  overflow: hidden;
}
.index_page .item3 .content .item_tit .title {
  float: left;
}
.index_page .item3 .content .item_tit .item_nav {
  float: right;
  margin-top: 88px;
}
.index_page .item3 .content .item_tit .item_nav ul li {
  float: left;
  margin-left: 20px;
}
.index_page .item3 .content .item_tit .item_nav ul li:hover a,
.index_page .item3 .content .item_tit .item_nav ul li.active a {
  background-color: #cd2525;
  color: #fff;
  border: solid 1px #cd2525;
}
.index_page .item3 .content .item_tit .item_nav ul li a {
  display: block;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #999999;
}
.index_page .item3 .content .list .item_list {
  overflow: hidden;
}
.index_page .item3 .content .list .item_list ul {
  margin: 0 -18px;
}
.index_page .item3 .content .list .item_list ul li {
  padding: 0 18px;
}
.index_page .item3 .content .list .item_list ul li a {
  display: block;
  height: 460px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 140px 65px 0 60px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s linear;
}
.index_page .item3 .content .list .item_list ul li a:hover {
  background-color: #cd2525;
}
.index_page .item3 .content .list .item_list ul li a:hover .pic .img {
  display: none;
}
.index_page .item3 .content .list .item_list ul li a:hover .pic .img_c {
  display: block;
}
.index_page .item3 .content .list .item_list ul li a:hover h5,
.index_page .item3 .content .list .item_list ul li a:hover p {
  color: #fff;
}
.index_page .item3 .content .list .item_list ul li a:hover span {
  background-color: #ffffff;
  color: #cd2525;
}
.index_page .item3 .content .list .item_list ul li a .num {
  position: absolute;
  width: 175px;
  height: 175px;
  background-color: #cd2525;
  border-radius: 50%;
  text-align: center;
  line-height: 175px;
  font-size: 80px;
  color: rgba(225, 225, 225, 0.2);
  right: -32px;
  top: -34px;
}
.index_page .item3 .content .list .item_list ul li a .pic {
  line-height: 80px;
  height: 80px;
}
.index_page .item3 .content .list .item_list ul li a .pic .img_c {
  display: none;
}
.index_page .item3 .content .list .item_list ul li a h5 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #333333;
  margin: 20px 0 25px;
}
.index_page .item3 .content .list .item_list ul li a p {
  font-size: 16px;
  color: #333333;
}
.index_page .item3 .content .list .item_list ul li a span {
  display: block;
  margin: 0 auto;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: solid 2px #cd2525;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #cd2525;
  margin-top: 50px;
}
.index_page .item4 .content {
  padding-bottom: 100px;
}
.index_page .item4 .content .list {
  overflow: hidden;
}
.index_page .item4 .content .list ul {
  margin: 0 -13px;
}
.index_page .item4 .content .list ul li {
  padding: 0 13px;
  margin-bottom: 26px;
}
.index_page .item4 .content .list ul li a {
  display: block;
  border: solid 1px #e5e5e5;
}
.index_page .item4 .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index_page .item4 .content .list ul li a .pic {
  height: 240px;
  line-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.index_page .item4 .content .list ul li a .pic img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s linear;
}
.index_page .item4 .content .list ul li a .word {
  height: 130px;
  padding: 20px 20px 0;
}
.index_page .item4 .content .list ul li a .word h5 {
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_page .item4 .content .list ul li a .word p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_page .item4 .content .list ul li a .word p span {
  font-size: 14px;
  color: #666666;
}
.index_page .item4 .content .list ul li a .word p i {
  font-size: 14px;
  color: #cd2525;
}
.index_page .item4 .content .list ul li a .word p b {
  font-size: 24px;
  color: #cd2525;
}
.index_page .item4 .content .list ul li a .tit {
  height: 30px;
  background: #f2f2f2 url(../images/ing.png) no-repeat left center;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.index_page .item4 .content .list ul li a .tit span {
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: 100px;
}
.index_page .item4 .content .list ul li a .tit p {
  font-size: 14px;
  color: #666666;
}
.index_page .item4 .content .list ul li a .tit p i {
  color: #333;
}
.index_page .item4 .content .list ul li.begin a .word p span b,
.index_page .item4 .content .list ul li.begin a .word p span i {
  color: #08a258;
}
.index_page .item4 .content .list ul li.begin a .tit {
  background: #f2f2f2 url(../images/begin.png) no-repeat left center;
}
.index_page .item4 .content .list ul li.over a .pic img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.index_page .item4 .content .list ul li.over a .word p span b,
.index_page .item4 .content .list ul li.over a .word p span i {
  color: #808080;
}
.index_page .item4 .content .list ul li.over a .tit {
  background: #f2f2f2 url(../images/over.png) no-repeat left center;
}
.index_page .item4 .content .more {
  margin-top: 34px;
}
.index_page .item4 .content .more a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .item4 .content .more a .pic {
  width: 66px;
  height: 66px;
  background-color: #ffffff;
  border: dashed 1px #cccccc;
  text-align: center;
  line-height: 66px;
  border-radius: 50%;
  margin-right: 12px;
}
.index_page .item4 .content .more a span {
  font-size: 16px;
  color: #333333;
}
.index_page .item5 {
  background-color: #f5f5f5;
}
.index_page .item5 .content {
  padding-bottom: 100px;
}
.index_page .item5 .content .list {
  overflow: hidden;
}
.index_page .item5 .content .list ul {
  margin: 0 -8px;
}
.index_page .item5 .content .list ul li {
  padding: 0 8px;
}
.index_page .item5 .content .list ul li a {
  display: block;
  height: 300px;
  background-color: #ffffff;
  padding-top: 30px;
  text-align: center;
}
.index_page .item5 .content .list ul li a:hover .pic {
  background-color: #cd2525;
  border: solid 1px #cd2525;
}
.index_page .item5 .content .list ul li a:hover .pic .img_c {
  display: inline-block;
}
.index_page .item5 .content .list ul li a:hover .pic .img {
  display: none;
}
.index_page .item5 .content .list ul li a:hover .word h5 {
  color: #cd2525;
}
.index_page .item5 .content .list ul li a:hover .num {
  font-size: 44px;
  color: #cd2525;
}
.index_page .item5 .content .list ul li a .pic {
  width: 90px;
  height: 90px;
  border: solid 1px #e5e5e5;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 90px;
  margin-bottom: 50px;
}
.index_page .item5 .content .list ul li a .pic .img_c {
  display: none;
}
.index_page .item5 .content .list ul li a .word h5 {
  font-size: 20px;
  line-height: 1;
  color: #333333;
  margin-bottom: 10px;
}
.index_page .item5 .content .list ul li a .word h6 {
  font-size: 12px;
  line-height: 1;
  color: #999999;
}
.index_page .item5 .content .list ul li a .num {
  margin-top: 20px;
  font-size: 44px;
  line-height: 1;
  color: #999999;
}
.index_page .item6 {
  background: #cd2525 url(../images/honor_bg.jpg) no-repeat bottom center;
}
.index_page .item6 .content {
  height: 707px;
}
.index_page .item6 .content .item_tit {
  overflow: hidden;
}
.index_page .item6 .content .item_tit .title {
  float: left;
}
.index_page .item6 .content .item_tit .title h5,
.index_page .item6 .content .item_tit .title h6 {
  color: #fff;
}
.index_page .item6 .content .item_tit .title h5 i,
.index_page .item6 .content .item_tit .title h6 i {
  color: #fff;
}
.index_page .item6 .content .item_tit .title h6 {
  display: flex;
  align-items: center;
}
.index_page .item6 .content .item_tit .title h6 a {
  font-size: 14px;
  color: #fff;
  margin-left: 40px;
}
.index_page .item6 .content .item_tit .title h6 a:hover {
  color: #fff;
}
.index_page .item6 .content .item_tit .title h6 a img {
  position: relative;
  top: -3px;
}
.index_page .item6 .content .slide {
  background: #fff;
  padding: 40px;
}
.index_page .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index_page .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.05);
}
.index_page .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 218px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/honor_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 20px;
}
.index_page .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s linear;
}
.index_page .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  margin-top: 5px;
}
.index_page .item6 .content .control {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 42px;
}
.index_page .item6 .content .control .pagination {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 50%;
}
.index_page .item6 .content .control .line_button {
  width: 890px;
  position: relative;
}
.index_page .item6 .content .control .line_button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 1px;
  background-color: #c6c6c6;
}
.index_page .item6 .content .control .line_button .circle {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: solid 2px #cd2525;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f5;
  z-index: 5;
  position: relative;
}
.index_page .item6 .content .control .line_button .circle .swiper-button-prev,
.index_page .item6 .content .control .line_button .circle .swiper-button-next {
  width: auto;
  height: auto;
  position: static;
  margin: 0;
  background: none;
  margin: 0 3px;
  color: #cd2525;
}
.index_page .item6 .content .control .arrow {
  overflow: hidden;
}
.index_page .item6 .content .control .arrow .swiper-button-prev,
.index_page .item6 .content .control .arrow .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #cd2525;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: static;
  margin: 0;
  opacity: 1;
  float: left;
  margin-left: 20px;
}
.index_page .item6 .content .control .arrow .swiper-button-prev i,
.index_page .item6 .content .control .arrow .swiper-button-next i {
  font-size: 14px;
  color: #fff;
}
.index_page .item6 .content .control .arrow .swiper-button-next.swiper-button-disabled,
.index_page .item6 .content .control .arrow .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.index_page .item6 .content .control .arrow .swiper-button-next.swiper-button-disabled i,
.index_page .item6 .content .control .arrow .swiper-button-prev.swiper-button-disabled i {
  color: #cd2525;
}
.index_page .item7 .content {
  padding-bottom: 100px;
}
.index_page .item7 .content .item_tit {
  overflow: hidden;
}
.index_page .item7 .content .item_tit .title {
  float: left;
}
.index_page .item7 .content .item_tit .title h6 {
  display: flex;
  align-items: center;
}
.index_page .item7 .content .item_tit .title h6 a {
  font-size: 14px;
  color: #999999;
  margin-left: 40px;
}
.index_page .item7 .content .item_tit .title h6 a:hover {
  color: #cd2525;
}
.index_page .item7 .content .item_tit .title h6 a img {
  position: relative;
  top: -3px;
}
.index_page .item7 .content .item_tit .item_nav {
  float: right;
  margin-top: 88px;
}
.index_page .item7 .content .item_tit .item_nav ul li {
  float: left;
  margin-left: 20px;
}
.index_page .item7 .content .item_tit .item_nav ul li:hover a,
.index_page .item7 .content .item_tit .item_nav ul li.active a {
  background-color: #cd2525;
  color: #fff;
  border: solid 1px #cd2525;
}
.index_page .item7 .content .item_tit .item_nav ul li a {
  display: block;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #999999;
}
.index_page .item7 .content .list .item_list {
  overflow: hidden;
}
.index_page .item7 .content .list .item_list ul {
  margin: 0 -21px;
}
.index_page .item7 .content .list .item_list ul li {
  padding: 0 21px;
}
.index_page .item7 .content .list .item_list ul li a {
  display: block;
}
.index_page .item7 .content .list .item_list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index_page .item7 .content .list .item_list ul li a:hover .word > h5 {
  color: #cd2525;
}
.index_page .item7 .content .list .item_list ul li a .pic {
  height: 311px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_page .item7 .content .list .item_list ul li a .pic img {
  max-height: 100%;
  max-width: 100%;
  transition: all 0.5s linear;
}
.index_page .item7 .content .list .item_list ul li a .word > h5 {
  font-size: 22px;
  color: #333333;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0 18px;
}
.index_page .item7 .content .list .item_list ul li a .word p {
  font-size: 14px;
  color: #888888;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  max-height: 40px;
}
.index_page .item7 .content .list .item_list ul li a .word .arrow {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_page .item7 .content .list .item_list ul li a .word .arrow .data {
  text-align: center;
}
.index_page .item7 .content .list .item_list ul li a .word .arrow .data h5 {
  font-size: 34px;
  line-height: 1;
  color: #888888;
}
.index_page .item7 .content .list .item_list ul li a .word .arrow .data h6 {
  font-size: 16px;
  color: #888888;
}
.footer {
  background-color: #333333;
  margin-top: 100px;
}
.footer .content {
  height: 214px;
  position: relative;
  padding-top: 100px;
}
.footer .content .address {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  height: 200px;
  background: url(../images/foot_bg.jpg) no-repeat center;
  text-align: center;
  padding-top: 60px;
}
.footer .content .address h5 {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 18px;
}
.footer .content .address h6 {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 11px;
}
.footer .content .foot_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 114px;
}
.footer .content .foot_bottom .beian a {
  font-size: 14px;
  color: #999999;
}
.footer .content .foot_bottom .beian a:hover {
  color: #cd2525;
}
.footer .content .foot_bottom .foot_nav ul li {
  float: left;
  margin-left: 30px;
}
.footer .content .foot_bottom .foot_nav ul li a {
  font-size: 14px;
  color: #999999;
}
.footer .content .foot_bottom .foot_nav ul li a:hover {
  color: #cd2525;
}
