.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
.head .head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  height: 106px;
}
.head .head_box .logo_box {
  float: left;
}
.head .head_box .logo_box .logo {
  display: inline-block;
  vertical-align: middle;

}

.head .head_box .logo_box .line {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #d9ccc7;
  margin: 0 25px;
}
.head .head_box .logo_box .logo1 {
  display: inline-block;
  vertical-align: middle;
}
.head .head_box .dh {
  float: right;
}
.head .head_box .dh img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.head .head_box .dh .text {
  display: inline-block;
  vertical-align: middle;
}
.head .head_box .dh .text span {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
}
.head .head_box .dh .text p {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #e62129;
  font-weight: bold;
  text-transform: uppercase;
}
.head .nav_box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 50px;
  line-height: 50px;
  background: #3d281f;
}
.head .nav_box .nav .nLi {
  display: inline-block;
  text-align: center;
  width: 13%;
}
.head .nav_box .nav .nLi h3 {
  font-size: 15px;
}
.head .nav_box .nav .nLi h3 a {
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.head .nav_box .nav .nLi:first-child {
  margin-left: 0px;
}
.head .nav_box .nav .on {
  background: #e19400;
}
.head .nav_box .search {
  border-radius: 5px;
  background-color: #eeeeee;
  width: 324px;
  height: 40px;
  margin-bottom: 13px;
  padding: 0 15px 0 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.head .nav_box .search input {
  flex: 1;
  height: 100%;
  background: transparent;
  padding-right: 10px;
}
.head .nav_box .search span {
  font-size: 25px;
  width: 25px;
}
.banner {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  min-width: 1200px;
}
.banner .bd {
  width: 100%;
  height: 100%;
}
.banner .bd ul li {
  position: relative;
  height: 600px;
}
.banner .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .hd {
  position: absolute;
  bottom: 6%;
  left: 49%;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 0 10px;
}
.banner .hd ul li {
  border-radius: 50%;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.banner .hd ul .on {
  background: #ffb400;
  width: 14px;
  height: 14px;
}
.banner1 {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  min-width: 1200px;
}
.banner1 .bd {
  width: 100%;
  height: 100%;
}
.banner1 .bd ul li {
  position: relative;
  height: 320px;
}
.banner1 .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner1 .bd ul li .make {
  position: absolute;
  top: 185px;
  text-align: center;
  width: 100%;
}
.banner1 .bd ul li .make h4 {
  font-size: 30px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}
.banner1 .bd ul li .make p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
.title_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.title_box .title {
  display: flex;
  align-items: flex-end;
}
.title_box .title .text {
  flex: 1;
  margin-right: 12px;
}
.title_box .title .text h5 {
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #b18c68;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}
.title_box .title .text h4 {
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #3e2920;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.title_box .title p {
  font-size: 9px;
  font-family: "Myriad Pro";
  color: #bdb3a9;
  text-transform: uppercase;
  line-height: 1.111;
  width: 530px;
}
.title_box .more {
  border-radius: 10px;
  background-color: #d4b45d;
  width: 130px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.title_box .more a {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
}
.index_1 {
  margin-top: 50px;
}
.index_1 .bd_1 {
  margin-top: 26px;
}
.index_1 .bd_1 .left_1 {
  float: left;
  width: 799px;
  height: 520px;
  overflow: hidden;
}
.index_1 .bd_1 .left_1 img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_1 .bd_1 .left_1:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_1 .bd_1 .right_1 {
  float: right;
}
.index_1 .bd_1 .right_1 ul li {
  margin-bottom: 10px;
  width: 392px;
  height: 255px;
}
.index_1 .bd_1 .right_1 ul li .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_1 .bd_1 .right_1 ul li .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_1 .bd_1 .right_1 ul li .img-box .make {
  position: absolute;
  background-color: rgba(59, 31, 19, 0.651);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 40px 23px 0 23px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_1 .bd_1 .right_1 ul li .img-box .make h4 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #fff7e2;
  text-transform: uppercase;
}
.index_1 .bd_1 .right_1 ul li .img-box .make .more {
  border-width: 1px;
  border-color: #ab9a87;
  border-style: solid;
  width: 76px;
  height: 21px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #fff7e2;
  text-transform: uppercase;
  margin: 20px auto;
}
.index_1 .bd_1 .right_1 ul li .img-box .make p {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #fff7e2;
  text-transform: uppercase;
  line-height: 2;
}
.index_1 .bd_1 .right_1 ul li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_1 .bd_1 .right_1 ul li:hover .img-box .make {
  top: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_2 {
  background: url(../img/1_13.jpg) no-repeat center;
  height: 439px;
  margin-top: 40px;
  padding-top: 50px;
}
.index_2 .title_box .title .text h5 {
  color: rgba(255, 255, 255, 0.569);
}
.index_2 .title_box .title .text h4 {
  color: #ffffff;
}
.index_2 .bd_2 {
  margin-top: 35px;
}
.index_2 .bd_2 .bd ul li {
  width: 279px;
  height: 217px;
  position: relative;
  margin-right: 27px;
  overflow: hidden;
}
.index_2 .bd_2 .bd ul li .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_2 .bd_2 .bd ul li .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_2 .bd_2 .bd ul li p {
  position: absolute;
  bottom: -40px;
  background-color: rgba(62, 41, 32, 0.702);
  width: 100%;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #fff7e2;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_2 .bd_2 .bd ul li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_2 .bd_2 .bd ul li:hover p {
  bottom: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_3 {
  background: url(../img/1_08.jpg) no-repeat center;
  margin-top: 52px;
  margin-bottom: 35px;
}
.index_3 .cont_top .top_box {
  position: relative;
}
.index_3 .cont_top .top_box .tit_box {
  position: absolute;
  z-index: 2;
  right: 0px;
  display: flex;
}
.index_3 .cont_top .top_box .tit_box .text_box {
  background-color: #3e2920;
  width: 497px;
  height: 84px;
  padding: 9px 0 0 23px;
}
.index_3 .cont_top .top_box .tit_box .text_box h4 {
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: rgba(177, 140, 104, 0.8);
  text-transform: uppercase;
}
.index_3 .cont_top .top_box .tit_box .text_box .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_3 .cont_top .top_box .tit_box .text_box .text h5 {
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #efdac2;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 12px;
}
.index_3 .cont_top .top_box .tit_box .text_box .text p {
  flex: 1;
  font-size: 8px;
  color: rgba(189, 179, 169, 0.502);
  text-transform: uppercase;
  line-height: 1.2;
}
.index_3 .cont_top .top_box .tit_box .more {
  background-color: #d4b45d;
  width: 172px;
  height: 84px;
  line-height: 84px;
  text-align: center;
}
.index_3 .cont_top .top_box .tit_box .more a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
}
.index_3 .cont_top .top_box .show .bd ul li .img-box {
  width: 533px;
  height: 415px;
  float: left;
}
.index_3 .cont_top .top_box .show .bd ul li .img-box img {
  width: 100%;
  height: 100%;
}
.index_3 .cont_top .top_box .show .bd ul li .text {
  width: 639px;
  float: right;
  margin-top: 120px;
}
.index_3 .cont_top .top_box .show .bd ul li .text h4 {
  color: #3e2920;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.index_3 .cont_top .top_box .show .bd ul li .text p {
  font-size: 15px;
  font-family: "Microsoft YaHei";
  color: #3e2920;
  text-transform: uppercase;
  line-height: 1.733;
  text-align: justifyLeft;
}
.index_3 .cont_top .top_box .show .bd ul li .text p span {
  font-weight: bold;
}
.index_3 .cont_top .top_box .smallshow {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  right: 0px;
  background: #fff;
}
.index_3 .cont_top .top_box .smallshow .parBd {
  margin: 0 20px;
}
.index_3 .cont_top .top_box .smallshow .parBd ul li {
  width: 173px;
  height: 135px;
  margin-right: 19px;
  display: inline-block;
}
.index_3 .cont_top .top_box .smallshow .parBd ul li img {
  width: 100%;
  height: 100%;
}
.index_3 .cont_top .top_box .smallshow .parHd .prev {
  background-color: #dac9a5;
  width: 24px;
  height: 135px;
  line-height: 135px;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0px;
  left: -20px;
}
.index_3 .cont_top .top_box .smallshow .parHd .next {
  background-color: #dac9a5;
  width: 24px;
  height: 135px;
  line-height: 135px;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
}
.bj {
  background: url(../img/line.png) center no-repeat;
  height: 24px;
}
.index_4 {
  margin-bottom: 50px;
  margin-top: 40px;
}
.index_4 .bd_4 {
  margin-top: 30px;
}
.index_4 .bd_4 .left_4 {
  float: left;
  width: 747px;
  font-size: 0px;
}
.index_4 .bd_4 .left_4 .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 487px;
  height: 371px;
  overflow: hidden;
}
.index_4 .bd_4 .left_4 .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_4 .bd_4 .left_4 .img-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_4 .bd_4 .left_4 .text {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
  height: 371px;
  background: #3e2920;
  padding: 50px 0 0 30px;
}
.index_4 .bd_4 .left_4 .text .t1 h4 {
  font-size: 15px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 10px;
}
.index_4 .bd_4 .left_4 .text .t1 p {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
}
.index_4 .bd_4 .left_4 .text .t2 {
  margin-top: 40px;
  padding-right: 25px;
}
.index_4 .bd_4 .left_4 .text .t2 p {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.846;
}
.index_4 .bd_4 .left_4 .text .more {
  background-color: #d4b45d;
  width: 200px;
  height: 39px;
  line-height: 39px;
  margin-top: 37px;
}
.index_4 .bd_4 .left_4 .text .more a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.index_4 .bd_4 .right_4 {
  float: right;
  width: 426px;
}
.index_4 .bd_4 .right_4 ul li {
  border-bottom: 1px dashed #d5ccc3;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.index_4 .bd_4 .right_4 ul li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.index_4 .bd_4 .right_4 ul li .title h4 {
  font-size: 15px;
  font-family: "Microsoft YaHei";
  color: #3e2920;
  font-weight: bold;
  text-transform: uppercase;
}
.index_4 .bd_4 .right_4 ul li .title h4 span {
  font-size: 15px;
  color: #3e2920;
  text-transform: uppercase;
}
.index_4 .bd_4 .right_4 ul li .title h5 {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #b18c68;
  text-transform: uppercase;
}
.index_4 .bd_4 .right_4 ul li p {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #554640;
  text-transform: uppercase;
  line-height: 1.846;
}
.index_4 .bd_4 .right_4 ul li:last-child {
  margin-bottom: 0px;
}
.index_5 {
  margin-top: 60px;
  margin-bottom: 20px;
}
.index_5 .title {
  text-align: center;
}
.index_5 .title .t1 h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 34px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}
.index_5 .title .t1 img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.index_5 .title .t1 h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  font-family: "AkzidenzGroteskBQ";
  color: #666666;
  text-transform: uppercase;
}
.index_5 .title p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 15px;
}
.index_5 .bd_5 {
  margin-top: 50px;
}
.index_5 .bd_5 .left_5 {
  float: left;
  width: 490px;
}
.index_5 .bd_5 .left_5 .img-box {
  width: 490px;
  height: 284px;
}
.index_5 .bd_5 .left_5 .img-box img {
  width: 100%;
  height: 100%;
}
.index_5 .bd_5 .left_5 .text_5 .tit_box {
  background-color: #0075d8;
  width: 194px;
  height: 109px;
  float: left;
  margin-top: -24px;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 20px;
}
.index_5 .bd_5 .left_5 .text_5 .tit_box h4 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #fffefe;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.index_5 .bd_5 .left_5 .text_5 .tit_box p {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 254, 254, 0.451);
  text-transform: uppercase;
  line-height: 1.538;
}
.index_5 .bd_5 .left_5 .text_5 .txt_box {
  width: 296px;
  float: right;
  padding-left: 16px;
}
.index_5 .bd_5 .left_5 .text_5 .txt_box h4 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
  margin: 12px 0 8px 0;
}
.index_5 .bd_5 .left_5 .text_5 .txt_box h4 span {
  background-color: #0075d8;
  width: 6px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 6px;
}
.index_5 .bd_5 .left_5 .text_5 .txt_box p {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #888888;
  text-transform: uppercase;
  line-height: 1.846;
  text-align: justifyLeft;
}
.index_5 .bd_5 .right_5 {
  float: right;
  width: 650px;
}
.index_5 .bd_5 .right_5 ul li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cbcbcb;
}
.index_5 .bd_5 .right_5 ul li a {
  display: flex;
}
.index_5 .bd_5 .right_5 ul li a .time {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  background-color: #ffffff;
  width: 128px;
  height: 88px;
  text-align: center;
  padding-top: 12px;
}
.index_5 .bd_5 .right_5 ul li a .time h4 {
  font-size: 40px;
  font-family: "Microsoft YaHei";
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: justifyLeft;
}
.index_5 .bd_5 .right_5 ul li a .time p {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
  line-height: 1.846;
  text-align: justifyLeft;
}
.index_5 .bd_5 .right_5 ul li a .text {
  flex: 1;
  padding-left: 38px;
}
.index_5 .bd_5 .right_5 ul li a .text .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_5 .bd_5 .right_5 ul li a .text .tit h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
}
.index_5 .bd_5 .right_5 ul li a .text .tit h4 span {
  background-color: #0075d8;
  width: 6px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 6px;
}
.index_5 .bd_5 .right_5 ul li a .text .tit h5 {
  border-radius: 3px;
  background-color: #ebebeb;
  width: 66px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #999999;
  text-transform: uppercase;
}
.index_5 .bd_5 .right_5 ul li a .text p {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #888888;
  text-transform: uppercase;
  line-height: 1.846;
  text-align: justifyLeft;
  margin-top: 14px;
}
.index_5 .bd_5 .right_5 ul li:last-child {
  border: 0px;
}
.index_5 .bd_5 .right_5 ul li:hover a .time {
  background: #0075d8;
}
.index_5 .bd_5 .right_5 ul li:hover a .time h4 {
  color: #fff;
}
.index_5 .bd_5 .right_5 ul li:hover a .time p {
  color: #fff;
}
.index_5 .bd_5 .right_5 ul li:hover a .text .tit h4 {
  color: #0075d8;
}
.index_5 .bd_5 .right_5 ul li:hover a .text .tit h5 {
  background: #0075d8;
  color: #fff;
}
.foot {
  background: #393939;
  padding: 35px 0;
}
.foot .f1 {
  float: left;
  width: 785px;
  padding-right: 70px;
}
.foot .f1 .nav {
  padding-bottom: 30px;
  border-bottom: 1px solid #575757;
}
.foot .f1 .nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 36px;
}
.foot .f1 .nav ul li a {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.875;
}
.foot .f1 .beian {
  margin-top: 30px;
}
.foot .f1 .beian h4 {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #d9d9d9;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.foot .f1 .beian p {
  color: #7c7c7c;
  font-size: 13px;
}
.foot .f1 .beian p a {
  color: #7c7c7c;
  margin-left: 5px;
}
.foot .f2 {
  float: right;
  font-size: 0;
  width: 412px;
}
.foot .f2 .tit {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.149);
  width: 68px;
  height: 170px;
  text-align: center;
  padding-top: 20px;
}
.foot .f2 .tit h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  writing-mode: vertical-rl;
  display: inline-block;
  vertical-align: middle;
}
.foot .f2 .tit p {
  color: #8c8c8c;
  font-size: 20px;
  writing-mode: vertical-rl;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.foot .f2 .text_box {
  background-color: rgba(255, 255, 255, 0.078);
  width: 343px;
  height: 170px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
  padding-top: 24px;
}
.foot .f2 .text_box .dh_box {
  margin-bottom: 12px;
}
.foot .f2 .text_box .dh_box img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.foot .f2 .text_box .dh_box .text {
  display: inline-block;
  vertical-align: middle;
}
.foot .f2 .text_box .dh_box .text h5 {
  color: #ffffff;
  font-size: 15px;
}
.foot .f2 .text_box .dh_box .text h4 {
  color: #fff600;
  font-size: 30px;
  font-weight: bold;
}
.foot .f2 .text_box p {
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  line-height: 2;
  text-align: justifyLeft;
}
