@charset "utf-8";

* {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
legend,
input,
textarea,
button,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.fl {
  FLOAT: left;
  _display: inline
}

.fr {
  FLOAT: right;
  _display: inline
}

.lt {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e4e4e4;
}

.lb {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e4e4e4;
}

.ll {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #E4E4E4;
}

.lr {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #E4E4E4;
}

body {
  padding: 0;
  font-size: 12px;
  color: #333;
  background-color: #F8F8F8;
  margin: 0px;
  font-family: "Microsoft YaHei UI Light";
}

a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #76161B;
}

.clear {
  clear: both;
}

.mt50 {
  margin-top: 50px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.wrapper {
  float: none;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}

.header {
  height: 114px;
  background-image: url(a1.jpg);
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 80px;
}

.tit {
  height: 90px;
  background-image: url(a3.jpg);
  color: #885C1F;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding-left: 30px;
  padding-top: 10px;
}

.w580 {
  width: 580px;
}

.w480 {
  width: 480px;
}

.navcon {
  height: 1060px;
}

.fl h1 {
  color: #885C1F;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  padding-top: 10px;
}

.tit1 {
  color: #885C1F;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.fl p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding-top: 16px;
}

.navcon .fr li {
  width: 100%;
  height: 195px;
  margin: 30px 0;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;

}

.navcon .fr .pic {
  margin-left: 6px;
  float: left;
  height: 160px;
  width: 260px;
}

.navcon .fr .pic img {
  height: 160px;
  width: 260px;
}

.navcon .fr .txt {
  float: left;
  height: 160px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 10px;
  margin-left: 20px;
  width: 290px;
}

.navcon .fr .txt h2 {
  height: 48px;
}

.navcon .fr .txt h2 a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #222;
}

.navcon .fr .txt em {
  font-size: 14px;
  font-style: normal;
  line-height: 30px;
}

.navcon .fr .txt p {
  font-size: 12px;
  line-height: 22px;
  word-wrap: break-word;
}

.topc {
  background-color: #07271A;
}

.topmenu {
  height: 100px;
}

.topmenu .logo {
  width: 200px;
  float: left;
  margin-top: 13px;
  margin-left: 20px;
}

.topmenu .menu {
  float: left;
  width: 400px;
  height: 100px;
  line-height: 100px;
}

.topmenu ul li {
  float: left;
  width: 60px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.topmenu .menu a {
  font-size: 16px;
  font-family: "Microsoft YaHei UI Light";
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
}

.topmenu .menu a:hover {
  text-decoration: none;
}

.topmenu .menu ul li:hover div {
  display: block;
  width: 110px;
  z-index: 9;
  margin-left: -25px;
  padding-bottom: 10px;
}

.topmenu .menu .dropMenu {
  width: 100%;
  background-color: #07271A;
  position: absolute;
  top: 100px;
  left: 0;
  display: none;
}

.topmenu .menu .dropMenu p a {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-family: "Microsoft YaHei UI Light";
  font-size: 14px;
  font-weight: 500;
}

.topmenu .menu .dropMenu p a:hover {
  text-decoration: underline;
}

.topmenu .search {
  float: left;
  width: 280px;
  height: 100px;
  line-height: 100px;
}

.topmenu .search fieldset {
  margin-top: 32px;
  border: 0px;
  border-radius: 20px;
  height: 34px;
  line-height: 24px;
  padding-left: 10px;
  width: 240px;
  background-color: #FFF;
  padding-top: 5px;
}

.topmenu .search input:focus {
  outline: none;
}

.topmenu .search fieldset .text {
  float: left;
  width: 190px;
  height: 24px;
  border-width: 0;
  font-size: 14px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.topmenu .search fieldset .btn {
  float: left;
  margin-left: 5px;
  border-width: 0;
  width: 24px;
  height: 24px;
  background-image: url(/images/shicon.png);
  background-color: #FFF;
  cursor: pointer;
}

.topmenu .wx9 {
  float: left;
  width: 120px;
  height: 27px;
  margin-top: 36px;
  margin-bottom: 37px;
}

.topmenu .wx9 img {
  margin-left: 10px;
  margin-right: 10px;
}

.topmenu .lang {
  float: right;
  height: 100px;
  line-height: 100px;
  width: 120px;
  text-align: center;
}

.topmenu .lang a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
}

.footer {
  width: 100%;
  height: 720px;
  background-color: #092819;
  background-image: url(/images/ls9.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.footer .link1 {
  width: 100%;
  height: 400px;
}

.footer .link1 h2 {
  padding-top: 10px;
  font-size: 24px;
  font-family: "Microsoft YaHei UI Light";
  font-weight: 600;
  color: #0A281B;
  line-height: 80px;
  text-align: center;
  letter-spacing: 10px;

}

.footer .link1 ul {
  width: 1020px;
  height: 140px;
  margin: 10px auto 30px auto;
}

.footer .link1 ul li {
  float: left;
  width: 125px;
  height: 60px;
  margin: 10px 10px;
}

.footer .link1 ul li img {
  width: 125px;
  height: 60px;
  border-radius: 10px;
}

.footer .link1 dl {
  width: 1020px;
  margin: 20px auto;
  color: #0A281B;
  font-size: 22px;
  font-family: "Microsoft YaHei UI Light";
}

.footer .link1 dl dt {
  float: left;
  font-weight: 600;
}

.footer .link1 dl dd {
  float: left;

}

.footer .link1 dl dd a {
  margin: 0 20px;
  font-size: 20px;
  font-family: "Microsoft YaHei UI Light";
  background-color: white;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 10px;
}

.footer .foot .log {
  margin-left: 150px;
  width: 235px;
  height: 210px;
  background-image: url(/images/logom4.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.footer .foot .menu {
  width: 780px;
  height: 70px;
  line-height: 70px;
  text-align: left;
  margin-top: 50px;
  color: white;
  font-size: 14px;
  font-family: "Microsoft YaHei UI";
  letter-spacing: 1px;
}

.footer .foot .menu a {
  color: white;
  font-size: 14px;
  font-family: "Microsoft YaHei UI";
  letter-spacing: 1px;
}

.footer .foot .menu a:hover {
  color: #BBD7CB;
}

.footer .foot ul {
  width: 780px;
}

.footer .foot ul li {
  font-size: 14px;
  color: white;
  height: 24px;
  line-height: 24px;
  font-family: "Microsoft YaHei UI";
  letter-spacing: 1px;
}

.footer .foot ul li a {
  font-size: 14px;
  color: white;
}

.footer .foot ul li a:hover {
  color: #BBD7CB;
}

.not {
  height: 320px;
  background-image: url(/images/sbg.jpg);
  background-repeat: repeat-x;
}

.swiper-container {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  height: 750px;
  min-height: 750px;
  overflow: hidden
}

.swiper-wrapper {
  position: absolute;
  left: 0;
  height: 100%
}

.swiper-wrapper-transition {
  transition: all .8s ease 0s
}

.swiper-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  float: left
}

.swiper-btn-group {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%
}

.swiper-btn-group_prev,
.swiper-btn-group_next {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 10px;
  border-radius: 50%;
  transition: background-color .2s;
  cursor: pointer
}

.swiper-btn-group_prev:hover,
.swiper-btn-group_next:hover {
  background-color: rgba(255, 255, 255, .1)
}

.swiper-btn-group_prev::before,
.swiper-btn-group_next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -50%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-color: #fff;
  border-style: solid
}

.swiper-btn-group_prev::before {
  border-width: 0 0 2px 2px
}

.swiper-btn-group_next::before {
  border-width: 2px 2px 0 0;
  transform: translate(-70%, -50%) rotate(45deg)
}

.swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px
}

.swiper-pagination-item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.45);
  transition: all .3s
}

.swiper-pagination-item:not(:last-child) {
  margin-right: 10px
}

.swiper-pagination-item_active {
  width: 30px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.85)
}

.swiper-item>img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}