body {
  color: #4c4c4c;
  font-family: "microsoft yahei";
  background: #fff;
  font-size: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

dl {
  margin: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style-type: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #4c4c4c;
  text-decoration: none;
  outline: none;
  transition: all .3s;
}

a:hover {
  color: inherit;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea,
select,
button {
  border: 0;
  outline: none;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 3;
}

/*公共样式勿删除*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: flex;
  align-items: center;
}

.flex_item {
  flex: 1;
}

video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}


/**/
.m_menu {
  background: #1a458a;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 56px 15px 0;
  line-height: 36px;
  display: none;
}

.m_menu a {
  display: block;
  color: #fff;
}

.m_menu li {
  position: relative;
}

.m_menu > ul > li > a {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0;
  font-size: 16px;
}

.m_menu > ul > li > a.more::after {
  content: '';
  height: 8px;
  width: 8px;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
  transform: matrix(.71, .71, -.71, .71, 0, 0);
  display: inline-block;
  top: 13px;
  position: absolute;
  z-index: 9;
  right: 5px;
}

.m_menu > ul > li > a.more.on::after {
  border-width: 1px 0 0 1px;
  top: 16px;
}

.m_menu ol {
  display: none;
}

.m_menu ol > li {
  padding-left: 15px;
}

.header .top {
  display: flex;
  align-items: center;
}


.header .logo {
  /*width: 236px;*/
}

.header .nav {
  display: flex;
  align-items: center;
}

.header .nav > li {
  position: relative;
  margin: 10px 5px 0;
  position: relative;
}

.header .nav > li > a {
  line-height: 60px;
  font-size: 15px;
  padding: 12px 10px 22px;
}

.header .nav > li:hover > a {
  background: #194688;
  color: #fff;
}

.header .nav .dropdown {
  position: absolute;
  width: 608px;
  left: 0;
  top: 100%;
  opacity: 0;
  display: none;
  background: #eff0f4;
  z-index: 99;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

.header .nav .dropdown-r {
  left: auto;
  right: -103px;
}

.header .nav .dropdown ol {
  background: #194688;
  line-height: 32px;
  width: 183px;
}

.header .nav .dropdown ol a {
  display: block;
  padding-left: 15px;
  color: #fff;
}

.header .nav .dropdown ol a:hover {
  background: #fff;
  color: #0c345c;
}

.header .nav .dropdown .pic {
  width: 169px;
  margin-right: 15px;
}

.header .nav .dropdown .flex {
  padding: 20px;
  /*align-items: stretch;*/
  display: none;
}

.header .nav .dropdown .flex.on {
  display: flex;
}

.header .nav .dropdown h4 {
  color: #0c345c;
  font-weight: bold;
  font-size: 16px;
}

.header .nav .dropdown p {
  font-size: 12px;
  padding: 5px 0 10px 0;
  line-height: 1.7em;
}

.header .nav .dropdown .btn {
  display: block;
  width: 120px;
  height: 38px;
  border: 1px solid #0c345c;
  line-height: 35px;
  text-align: center;
}

.header .nav > li:hover .dropdown {
  opacity: 1;
  display: flex;
}

.hidden {
  display: none;
}

.banner .swiper-pagination-bullet-active {
  background: #1a458a
}

.hot {
  background: #1a458a;
  color: #fff;
  height: 50px;
  line-height: 50px;
}

.hot a {
  color: #fff;
}

.hot .newsspan {
  width: 68px;
  height: 28px;
  background: #fff;
  border-radius: 20px;
  line-height: 28px;
  text-align: center;
  color: #1a458a;
  margin-right: 15px;
  display: inline-block;
}

.hot li span {
  margin-left: 30px;
}

.hot .tel {
  background: url(../images/tel.png) no-repeat left;
  color: #fff;
  font-size: 22px;
  padding-left: 40px;
  margin-left: 100px;
}

.hot .search {
  display: flex;
  align-items: center;
}

.hot .search input {
  border: 1px solid #ddd;
  background: #fff;
  width: 214px;
  height: 35px;
  padding-left: 10px;
}

.hot .search button {
  font-size: 16px;
  color: #fff;
  background: none;
  height: 35px;
  width: 60px;
}

.news .bd {
  padding: 30px 0 50px;
}

.news .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.news .bd ul li {
  width: 33.333%;
  padding: 12px;
}

.news .bd ul li a {
  display: block;
  border: 1px #FAFAFA solid;
}

.news .bd ul li a:hover {
  color: #fff;
  background: #194688;
}

.news .bd ul li a:hover h3 {
  color: #fff;
}

.news .bd ul li img {
  width: 100%;
}

.news .bd .pro-con {
  padding: 15px;
}

.news .bd .pro-con h3 {
  color: #00374b;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.news .bd .pro-con p {
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.footer {
  background: #eff0f4;
  font-size: 12px;
}

.footer .bd {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  line-height: 24px;
}

.footer .ft {
  background: #28313a;
  color: #808387;
  padding: 13px 0;
}

.footer .ft a {
  color: #808387;
  display: inline-block;
  padding: 0 10px;
}

.footer .ft a + a {
  border-left: 1px solid #808387;
}

.footer .bd .left {
  width: 372px;
}

.footer .bd ul {
  line-height: 27px;
}

.footer .bd ul li {
  position: relative;
  padding-left: 15px;
}

.footer .bd ul li a {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.footer .bd ul li::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #4c4c4c;
}

.footer .bd h4 {
  color: #0c345c;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer .bd p span {
  font-size: 16px;
  color: #970907;
}

.footer .bd .code {
  margin-right: 15px;
  width: 67px;
  height: 70px;
}

.footer .bd .right .flex {
  margin-top: 10px;
}

.footer .bd .right .flex p {
  margin-bottom: 8px;
}

/**/
.banner_info {
  position: relative;
}
.banner_info img {
  width: 100%;
}

.banner_info .topic {
  position: absolute;
  color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_info .topic .name {
  font-size: 32px;
  position: relative;
}

.banner_info .topic .name:after {
  content: '';
  position: absolute;
  width: 30%;
  left: 35%;
  top: 130%;
  height: 1px;
  background-color: #FFF;
}

.info {
  padding: 50px 0;
}

.bread {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding-bottom: 25px;
}

.side {
  width: 240px;
  position: relative;
}

.side .title {
  font-size: 16px;
  color: #0c345c;
  border-left: 3px solid #970907;
  padding-left: 18px;
  font-weight: bold;
}

.infobox {
  display: flex;
  margin-top: 20px;
  position: relative;
}

.infobox .side {
  border-left: 1px solid #eee;
  padding-left: 20px;
  margin-left: 20px;
}

.infobox .side ul a {
  display: block;
  border-bottom: 1px solid #EEE;
  line-height: 41px;
  font-size: 14px;
}

.infobox .side ul .on a {
  border-bottom: 2px solid #970907;
}

.infobox .side ul {
  margin-bottom: 30px;
}

.infobox .side ol li {
  margin-top: 10px;
}

.hot .mySwiper {
  width: 435px;
  margin: 0;
  max-width: 100%;
  height: 50px;
}

.fs-box-list {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  padding-right: 100px;
}

.fs-box-list .box {
}

.fs-content-box {
  line-height: 28px;
}

.fs-content-box p {
  padding: 3px 0;
  /*
  text-indent: 28px;
  */
}

.fs-products {
  clear: both;
  overflow: hidden;
}

.fs-products ul {
  margin: 0 -10px;
  padding: 10px 0;
  font-size: 0;
}

.fs-products ul li {
  display: inline-block;
  width: 33.3333%;
  padding: 10px;
}

.fs-products ul li a {
  font-size: 14px;
  display: block;
  background-color: #FAFAFA;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.fs-products ul li a:link, .fs-products ul li a:visited {
  color: #333333;
}

.fs-products ul li a:hover, .fs-products ul li a:active {
  color: #FFF;
  background-color: #0c345c;
}

.fs-products ul li .picture {
  clear: both;
  overflow: hidden;
}

.fs-products ul li a .picture img {
  display: block;
  margin: 0;
  max-width: 100%;
}

/*
.fs-products ul li a:hover .picture img {
  animation-name: zoom;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-duration: 25s;
}
*/


.fs-products ul li a .n {
  padding: 14px;
}

.fs-products ul li a .n span {
  display: block;
  padding-right: 28px;
  position: relative;
}

.fs-products ul li a .n span:before, .fs-products ul li a .n span:after {
  content: '';
  width: 7px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #666666;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

  /*transform: translateY(-50%);*/
}

.fs-products ul li a .n span:before {
  margin-top: -2px;
  transform: rotate(45deg);
}

.fs-products ul li a .n span:after {
  margin-top: 2px;
  transform: rotate(-45deg);
}

.fs-products ul li a:hover .n span:before, .fs-products ul li a:hover .n span:after {
  background-color: #FFF;
}

.fs-products ul li a:hover .n span:before {
  transform: rotate(-45deg);
}

.fs-products ul li a:hover .n span:after {
  transform: rotate(45deg);
}

#fc-contact {
  clear: both;
  /*padding: 3rem 0 3rem 3rem;*/
}

#fc-contact h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

#fc-contact ul {
  clear: both;
  margin: -14px;
  font-size: 0;
}

#fc-contact ul li {
  display: inline-block;
  width: 33.3333%;
  padding: 14px;
  vertical-align: top;
}

#fc-contact ul li .m {
  border: 1px #E8E8E8 solid;
  padding: 14px 21px;
  font-size: 14px;
  position: relative;
}

#fc-contact ul li .m p.s {
  color: #999;
  padding-top: 6px;
  position: absolute;
  right: 21px;
  top: 14px;
  font-size: 18px;
}

#fc-contact ul li .m p.c {
  padding: 22px 0 14px 0;
  min-height: 70px;
}

#ac-map {
  clear: both;
  width: 100%;
  height: 500px;
  background-color: #FAFAFA;
}

.fs-map img {
  display: block;
  max-width: 100%;
  margin: 0;
}

#pc-map {}
#wap-map {
  display: none;
}

.fs-g-hd-offer, .fs-g-hd-offer * {
  box-sizing: border-box;
}

.fs-g-hd-offer {
  clear: both;
  position: relative;
  background-image: url('../images/bg3.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.fs-g-hd-offer .shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.fs-g-hd-offer .bd {
  width: 1200px;
  margin: 20px auto;
}

.fs-offer-box {
  padding: 10px 10px 20px 10px;
  color: #FFF;
  /*
  background-color: #FAFAFA;
  */
  font-size: 0;
}

.fs-offer-box h4 {
  display: block;
  font-size: 20px;
  padding: 10px;
  margin: 0;
  clear: bottom;
}

.fs-offer-box .param {
  display: inline-block;
  vertical-align: center;
  width: 50%;
  box-sizing: border-box;
  padding: 7px 10px 7px 100px;
  position: relative;
  font-size: 14px;
  line-height: 38px;
}

.fs-offer-box .param span {
  position: absolute;
  left: 10px;
  width: 80px;
  top: 10px;
  display: inline-block;
  text-align: right;
}

.fs-offer-box .param input, .fs-offer-box .param select {
  width: 100%;
  height: 38px;
  border: 1px #CCC solid;
  box-sizing: border-box;
  padding: 0 10px;
}

.fs-offer-box .param.uni {
  padding-right: 60px;
}

.fs-offer-box .param span.u {
  left: unset;
  right: 10px;
  width: 50px;
  text-align: center;
  font-size: 12px;
  /*
  color: #999;
  */
}

.fs-offer-box .param .btn {
  cursor: pointer;
}

.fs-offer-box .param .btn:hover {
  background-color: #FAFAFA;
}

.fs-offer-result {
  clear: both;
  padding: 10px;
  background-color: #FBFBFB;
  display: none;
  /*
  margin-top: 20px;
  */
}

.fs-table .named{
  font-size: 18px;
}

.fs-table .contacts {
  font-size: 16px;
  color: #FF0000;
}

.fs-table tr td {
  background-color: #FFF;
  border: 1px #D6D6D6 solid;
  padding: 10px;
  text-align: center;
}

.fs-inner {
  display: none;
}

#vipGetOffer {
  cursor: pointer;
}

#fs-bt-fix-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  background-color: #1a458a;
  padding: 15px 20px;
  bottom: 0;
  left: 0;
  right: 0;
}

#fs-bt-fix-nav .sc {
  width: auto;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 0;
}

#fs-bt-fix-nav .sc a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  color: #FFF;
  position: relative;
}

#fs-bt-fix-nav .sc a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #FFF;
  opacity: 0.2;
}

#fs-bt-fix-nav .sc a:first-child:before {
  display: none;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.4);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (min-width: 1201px) and (max-width: 1365px) {
  .container {
    max-width: 95%;
  }
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  .container {
    max-width: 95%;
  }
  .fs-g-hd-offer .bd {
    max-width: 95%;
  }
}

@media screen and (min-width: 769px) and (max-width: 979px) {
  .container {
    max-width: 95%;
  }
  .fs-g-hd-offer .bd {
    max-width: 95%;
  }

  .hot .tel {
    margin-left: 15px;
  }

  .hot li span {
    display: none;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 55px;
  }

  .container {
    padding: 0 15px;
  }

  .fs-g-hd-offer .bd {
    width: 100%;
    padding: 0 15px;
  }

  .header {
    padding: 12px 0;
  }

  .header .logo {
    width: 180px;
  }

  .header .top {
    display: block;
  }

  .header .nav {
    display: none;
  }

  .m_nav {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 25px;
    z-index: 99;
  }

  .m_nav i {
    display: block;
    height: 2px;
    background: #999;
    margin-bottom: 6px;
  }

  .header .nav {
    display: none;
    padding-top: 15px;
  }

  .header .nav > li {
    margin: 0;
  }

  .header .nav > li > a {
    line-height: 40px;
    padding: 0;
  }

  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .cross i:nth-of-type(2) {
    opacity: 0;
  }

  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .news .bd ul li {
    width: 100%;
  }

  .footer .bd {
    display: block;
    padding: 10px 0 15px;
  }

  .footer .bd .left {
    width: 100%;
  }

  .hot {
    height: auto;
    padding-bottom: 10px;
  }

  .hot .flex {
    display: block;
  }

  .footer .bd h4 {
    padding-top: 15px;
  }

  .footer .ft .flex {
    display: block;
    text-align: center;
  }

  .footer .ft .flex_item {
    padding-bottom: 8px;
  }

  .hot .search input {
    width: 100%;
  }

  .hot .tel, .hot .newsspan {
    display: none;
  }

  .hot li {
    display: flex;
  }

  .hot li a {
    flex: 1;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .info {
    padding: 20px 0;
  }

  .bread {
    padding-bottom: 20px;
  }

  .bread, .infobox {
    display: block;
  }

  .side .title {
    margin-top: 15px;
  }

  .side {
    width: 100%;
  }

  .infobox .side ul {
    border: none;
    background: #fff;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    z-index: 999;
    margin: 0;
    display: none;
  }

  .infobox .side {
    margin: 0;
    padding: 0;
    border: none;
  }

  .aboutmenu {
    width: 25px;
    height: 25px;
    background: url(../images/munu.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .fs-box-list {
    padding-right: 0;
  }

  .fs-products {
    padding: 0 15px;
  }

  .fs-products ul {
    margin: 0 -10px;
  }

  .fs-products ul li {
    width: 100%;
    padding: 10px;
  }

  #fc-contact {
    padding: 0;
  }

  #fc-contact ul {
    margin: -7px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #fc-contact ul li {
    padding: 7px;
    width: 100%;
  }

  #fc-contact ul li .m {
    height: 100%;
    font-size: 14px;
  }

  .fs-offer-box .param {
    width: 100%;
  }

  #pc-map {
    display: none;
  }
  #wap-map {
    display: block;
  }

  #fs-bt-fix-nav {
    z-index: 99;
    opacity: 1;
  }
}
