@charset "utf-8";
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#E77B28","sub1color":"#000000"},
{"vicolor":"#01a08e","sub1color":"#ffb400"},
{"vicolor":"#1A2D27","sub1color":"#ABC327"},
{"vicolor":"#ffb400","sub1color":"#35c096"}
]
AVAIBLE_VI*/
.oh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .vertical-layout-item .item-line,
.list-style-01 .vertical-layout-item .item-line {
  padding: 15px;
}
.list-style-02 .vertical-layout-item .item-line::after,
.list-style-01 .vertical-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .vertical-layout-item .item-line:hover::after,
.list-style-01 .vertical-layout-item .item-line:hover::after {
  border-color: #65322a;
}
.list-style-02 .level-layout-item .item-line::after,
.list-style-01 .level-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .level-layout-item .item-line:hover::after,
.list-style-01 .level-layout-item .item-line:hover::after {
  border-color: #65322a;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #65322a;
  border-color: #65322a;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
.recommend .item-picture,
.abput-pic,
.about-list li,
.part-con li,
.case-list dl,
.superi-pic,
.news-con dl {
  overflow: hidden;
}
.recommend .item-picture img,
.abput-pic img,
.about-list li img,
.part-con li img,
.case-list dl img,
.superi-pic img,
.news-con dl img {
  transition: .5s;
}
.recommend .item-picture:hover img,
.abput-pic:hover img,
.about-list li:hover img,
.part-con li:hover img,
.case-list dl:hover img,
.superi-pic:hover img,
.news-con dl:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.search-btn:after {
  background-color: #65322a;
}
.search-btn::before {
  border-color: #65322a;
}
.nav-two {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑";
}
/*头部*/
.head {
  height: 199px;
  position: relative;
  z-index: 99;
}
.head .hea_con {
  height: 139px;
  position: relative;
}
.head .hea_con .hea_logo {
  width: 700px;
  float: left;
  position: relative;
}
.head .hea_con .hea_logo #h1-tag {
  height: 139px;
  display: table;
  margin: 0 0 0 -53px;
  float: left;
}
.head .hea_con .hea_logo #h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
.head .hea_con .hea_logo #h1-tag img {
  display: inline-block;
  max-height: 139px;
  max-width: 210px;
}
.head .hea_con .hea_logo h2 {
  width: 570px;
  height: 103px;
  margin-top: 36px;
  position: absolute;
  left: 115px;
  top: 0;
}
.head .hea_con .hea_logo h2 span {
  display: block;
  height: 37px;
  line-height: 37px;
  color: #333333;
  font-size: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head .hea_con .hea_logo h2 em {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head .hea_con .h-tel {
  width: 500px;
  float: right;
  padding-top: 46px;
}
.head .hea_con .h-tel i {
  display: block;
  width: 99px;
  height: 22px;
  float: right;
  overflow: hidden;
}
.head .hea_con .h-tel i img {
  width: 100%;
  height: 100%;
}
.head .hea_con .h-tel p {
  font-size: 32px;
  line-height: 50px;
  height: 50px;
  text-align: right;
  color: #333333;
  float: right;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head .hea_nav {
  background: #e5e0d8;
}
.hea_nav {
  height: 60px;
}
.nav {
  position: relative;
  z-index: 99;
  width: 1200px;
  margin: 0 auto;
}
.nav .nav-one {
  height: 60px;
}
.nav .nav-one > li {
  float: left;
  height: 60px;
  position: relative;
  text-align: center;
  z-index: 99;
}
.nav .nav-one > li:after {
  content: '';
  position: absolute;
  height: 0;
  width: 100%;
  background: #65322a;
  top: 0;
  left: 0;
  -webkit-transition: height .5s;
  transition: height .5s;
  z-index: 1;
}
.nav .nav-one > li:first-child > a:before {
  display: none;
}
.nav .nav-one > li:hover a,
.nav .nav-one > li.cur a {
  color: #333333;
  font-weight: bold;
}
.nav .nav-one > li a {
  display: block;
  padding: 0 10px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  z-index: 99;
}
.nav .nav-one > li:hover::before,
.nav .nav-one > li.cur::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav .nav-one > li:hover:after,
.nav .nav-one > li.cur:after {
  height: 100%;
}
.nav .nav-one > li:hover .nav-two {
  display: block;
}
.nav .nav-two {
  display: none;
  background: #fff;
  position: absolute;
  top: 60px;
  z-index: 90;
}
.nav .nav-two li {
  border-bottom: 1px solid #ccc;
}
.nav .nav-two li {
  white-space: nowrap;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
}
.nav .nav-two li a {
  display: block;
  height: 50px;
  font-size: 15px;
  font-weight: normal;
  line-height: 50px;
  color: #0d0d0f;
  text-align: center;
  overflow: hidden;
}
.nav .nav-two li:last-child {
  border-bottom: 0;
}
.nav .nav-two li:hover > a {
  color: #fff;
}
.nav .nav-two li:hover a {
  color: #65322a;
}
/*底部*/
.foot {
  height: 400px;
}
.f-contant {
  height: 130px;
  background: #e5e0d8;
}
.f-contant .fo_rig {
  width: 1000px;
  float: right;
  height: 130px;
}
.f-contant .f-tel,
.f-contant .f-qq,
.f-contant .f-mail,
.f-contant .f-fax {
  width: 190px;
  float: left;
  margin-top: 45px;
  padding-left: 60px;
  height: 50px;
}
.f-contant p {
  height: 24px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  color: #f1f1f1;
  overflow: hidden;
}
.f-contant span,
.f-contant a {
  display: block;
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  overflow: hidden;
}
.f-contant .f-tel {
  background-image: url('../images/../images/f-icon1.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 44px 44px;
}
.f-contant .f-qq {
  background-image: url('../images/../images/f-icon2.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 44px 44px;
}
.f-contant .f-mail {
  background-image: url('../images/../images/f-icon3.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 44px 44px;
}
.f-contant .f-fax {
  background-image: url('../images/../images/f-icon4.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 44px 44px;
}
.foot .f-contant .fo-left {
  width: 164px;
  height: 187px;
  background: #FFF;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: absolute;
}
.foot .f-contant .fo-left h3 {
  height: 115px;
  display: table;
}
.foot .f-contant .fo-left h3 a {
  display: table-cell;
  vertical-align: middle;
}
.foot .f-contant .fo-left h3 a img {
  display: inline-block;
  max-height: 115px;
  max-width: 162px;
}
.foot .f-contant .fo-left span {
  display: block;
  height: 29px;
  line-height: 29px;
  text-align: center;
  font-size: 20px;
  color: #e5e0d8;
  overflow: hidden;
}
.foot .f-bot {
  height: 300px;
  background: #272727;
}
.foot .f-bot .f-bot-left {
  width: 200px;
  float: left;
  margin-top: 115px;
}
.foot .f-bot .f-bot-left span {
  display: inline-block;
  max-height: 70px;
  line-height: 33px;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.foot .f-bot .f-bot-left p {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.foot .f-bot .f-bot-rig {
  width: 980px;
  float: right;
}
.foot .f-bot .f-bot-rig .f-nav {
  height: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  box-sizing: border-box;
  padding-top: 5px;
  margin-bottom: 23px;
  width: 100%;
}
.foot .f-bot .f-bot-rig .f-nav ul.nav-one.text-center {
  display: flex;
  display: -webkit-flex;
}
.foot .f-bot .f-bot-rig .f-nav ul.nav-one.text-center li {
  height: 80px;
}
.foot .f-bot .f-bot-rig .f-nav ul.nav-one.text-center li > a {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 80px;
  color: #fff;
  height: 80px;
  position: relative;
  -o-transition: all .3s ease;
  transition: all 0.3s ease;
}
.foot .f-bot .f-bot-rig .f-nav ul.nav-one.text-center li > a:hover {
  font-weight: 700;
  background: 0 0;
  border-right: 0;
}
.f-contact {
  width: 680px;
  height: 180px;
  overflow: hidden;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 38px;
}
.f-contact p {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.f-contact p span {
  display: inline-block;
  height: 38px;
  max-width: 104px;
  overflow: hidden;
}
.f-contact p em {
  display: inline-block;
  height: 38px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 38px;
  max-width: 480px;
  overflow: hidden;
}
.f-contact a {
  color: rgba(255, 255, 255, 0.3);
}
.foot .f-bot .f-bot-rig .f-code {
  margin-top: 8px;
  width: 217px;
}
.foot .f-bot .f-bot-rig .f-code p {
  width: 95px;
  float: left;
}
.foot .f-bot .f-bot-rig .f-code p img {
  width: 95px;
  height: 95px;
  line-height: 0;
  display: block;
}
.foot .f-bot .f-bot-rig .f-code p span {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  overflow: hidden;
}
.foot .f-bot .f-bot-rig .f-code p:last-child {
  float: right;
}
.bg_vi_color {
  background-color: #65322a;
}
.txt_vi_color {
  color: #65322a !important;
}
.f-support img {
  width: 44px;
  vertical-align: sub;
  margin-left: 5px;
}
.bg_vi_color {
  background-color: #65322a;
}
.txt_vi_color {
  color: #65322a !important;
}
/*COMMON_BLK_END*/
.blk-main {
  width: 1200px;
  margin: 0 auto;
}
.blk-xs {
  width: 240px;
}
.blk-sm,
.blk-m {
  width: 930px;
}
/*返回顶部*/
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  position: fixed;
  bottom: 20px;
  right: 19px;
  z-index: 110;
  height: 44px;
  width: 44px;
}
.sidebar-itme:hover span {
  display: block;
}
.sidebar-itme span {
  display: none;
  width: 66px;
  height: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background-color: #eee;
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -12px;
}
.sidebar img {
  width: 44px;
  height: 44px;
  background-color: #ccc;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  outline: 0;
}
.sidebar:hover img {
  background-color: #65322a;
}
.sidebar .fh {
  display: none;
}
/*快速通道*/
.shop-nav-title {
  font-size: 36px;
  color: #65322a;
}
.shop-nav-t1 i img {
  background-color: #65322a;
}
/*min-banner*/
.min-banner {
  height: 400px;
  position: relative;
}
.min-banner img {
  width: 1920px;
  height: 400px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
/*面包屑*/
.crumbs-1 {
  height: 65px;
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 30px;
}
.crumbs-1 b {
  font-weight: normal;
}
.crumbs-1 i {
  font-style: normal;
}
.crumbs-1 span {
  padding: 0 5px;
  height: 65px;
  line-height: 65px;
}
.crumbs-1 a:hover {
  color: #65322a;
}
/*-----------------------------------------------------------------------------------*/
/*产品定制*/
.contact-title {
  min-height: 80px ;
  font-size: 32px;
  color: #222;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.contact-title p {
  min-height: 50px;
  line-height: 50px;
}
.contact-title span {
  min-height: 28px;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  word-break: break-all;
}
.contact-title i {
  display: block;
  width: 140px;
  border-top: 1px dashed #999;
  margin: 10px auto;
  position: relative;
}
.contact-title i::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #65322a;
  border: 5px solid #fff;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -5px;
}
.prodz_fw {
  height: 800px;
  margin: 0px auto 70px;
  padding: 50px 0 0 0;
  overflow: hidden;
}
.prodz_bg {
  background-image: url('../images/prodz_i1.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 530px;
  height: 530px;
}
.prodz_fw .contact-title {
  margin-bottom: 0;
  min-height: 140px;
  overflow: hidden;
}
.prodz_txt {
  height: 130px;
  padding: 60px 0 0;
  width: 1200px;
  overflow: hidden;
}
.prodz_txt1 {
  padding: 0 50px;
  min-height: 35px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 35px;
  color: #ffffff;
}
.prodz_txt2 {
  padding: 0 50px;
  min-height: 30px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #ffffff;
}
.prodz_ul1 {
  overflow: hidden;
  margin-top: 40px;
}
.prodz_ul1 li {
  position: relative;
  float: left;
  border: 1px solid #dedede;
  margin-right: 36px;
  width: 360px;
  padding: 7px;
}
.prodz_ul1 li.nones {
  margin-right: 0;
}
.prodz_ul1 li img {
  width: 360px;
  height: 360px;
}
.prodz_ul1 li span {
  display: block;
  position: absolute;
  bottom: 13px;
  left: 7px;
  width: 340px;
  padding: 0 10px;
  height: 65px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  color: #0a0707;
  text-align: center;
}
.prodz_ul1 li:hover span {
  color: #65322a;
}
/*prodz_dl*/
.prodz_ys {
  margin: 30px auto 20px;
  overflow: hidden;
}
.prodz_dl {
  width: 1200px;
  margin: 0 auto 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.prodz_dl dl {
  float: left;
  width: 580px;
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #e1e1e1;
}
.prodz_dl dt {
  width: 580px;
  height: 435px;
  display: block;
}
.prodz_dl dt img {
  width: 580px;
  height: 435px;
  display: block;
}
.prodz_dl dd {
  width: 580px;
  padding: 50px 28px 0;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.prodz_dl dd span {
  width: 60px;
  height: 68px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: -34px;
  left: 30px;
  background-color: #65322a;
  font-size: 30px;
  font-weight: bold;
  line-height: 68px;
  color: #ffffff;
  word-break: break-all;
  padding: 0 4px;
  text-align: center;
}
.prodz_dl dd h3 {
  min-height: 40px;
  margin: 10px 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #343434;
}
.prodz_dl dd h3 em {
  display: block;
  float: left;
  max-width: 49%;
  padding-left: 1%;
  height: 68px;
  overflow: hidden;
}
.prodz_dl dd h3 i {
  display: block;
  float: left;
  max-width: 50%;
  height: 68px;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  line-height: 68px;
  color: #65322a;
  font-style: normal;
}
.prodz_dl dd .proys_sp {
  min-height: 72px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #6d6d6d;
  overflow: hidden;
  text-align: left;
}
.prodz_dl .dl2,
.prodz_dl .dl4 {
  float: right;
}
/*lc*/
.prodz_lc {
  box-sizing: border-box;
  background: #f3f3f3;
  padding: 50px 0 60px;
  overflow: hidden;
  font-family: "Microsoft Yahei";
}
.prodz_lc .contact-title i:after {
  border: 5px solid #f3f3f3;
}
.prodz_lc2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.prodz_lc2 dl {
  margin-top: 50px;
  width: 222px;
  min-height: 250px;
  margin-right: 22px;
  float: left;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  position: relative;
}
.prodz_lc2 dt {
  width: 109px;
  height: 109px;
  margin: -50px auto 0;
}
.prodz_lc2 dt img {
  background-color: #65322a;
  width: 109px;
  height: 109px;
  border-radius: 100%;
}
.prodz_lc2 dd {
  padding-top: 25px;
}
.prodz_lc2 dd em {
  display: block;
  text-align: center;
  padding: 0 5px;
  word-break: break-all;
  font-size: 14px;
  min-height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #c3c3c3;
  font-style: normal;
}
.prodz_lc2 dd h3 {
  text-align: center;
  padding: 0 5px;
  font-size: 24px;
  min-height: 44px;
  line-height: 44px;
  color: #343434;
  font-weight: normal;
  word-break: break-all;
}
.prodz_lc2 dd .prolc_sp {
  margin: 5px 10px 0;
  line-height: 22px;
  min-height: 66px;
  font-size: 16px;
  color: #939393;
  text-align: center;
  word-break: break-all;
}
.prodz_lc2 dl:nth-child(5) {
  margin-right: 0;
}
/*prodz_anli*/
.prodz_anli {
  padding: 50px 0;
}
.prodz_anli2 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.prodz_anli2 dl {
  float: left;
  width: 250px;
  min-height: 350px;
  padding: 15px;
  background: #fff;
  margin: 0 26px 0 0;
  box-shadow: 0 0 5px #cac8c8;
}
.prodz_anli2 dt {
  width: 250px;
  height: 188px;
}
.prodz_anli2 dt img {
  width: 250px;
  height: 188px;
}
.prodz_anli2 dl:nth-child(4) {
  margin-right: 0;
}
.prodz_anli2 dd h3 {
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  font-weight: bold;
  min-height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #343434;
}
.prodz_anli2 dd .prodz_sp {
  margin: 5px 0 0;
  line-height: 25px;
  min-height: 100px;
  overflow: hidden;
  font-size: 14px;
  color: #939393;
  text-align: left;
}
.prodz_baozhan {
  overflow: hidden;
  width: 1200px;
  height: 65px;
  margin: 0 auto 0;
}
.prodz_baozhan h4 {
  float: left;
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
  width: 150px;
  height: 65px;
  line-height: 65px;
  background-color: #65322a;
  text-align: center;
}
.prodz_baozhan .prodz_baozhan2 {
  width: 1000px;
  float: left;
  margin-left: 40px;
  height: 65px;
}
.prodz_baozhan .prodz_baozhan2 em {
  width: 30%;
  float: left;
  font-size: 16px;
  color: #555;
  line-height: 65px;
  height: 65px;
  overflow: hidden;
  padding: 0 1.6%;
  border-right: 1px solid #d1d1d1;
}
.prodz_baozhan .prodz_baozhan2 em:last-child {
  border: 0;
}
.prodz_baozhan .prodz_baozhan2 em:hover {
  color: #000;
}
/*STRUCTURE_STYLE_START*/
.blk-head607 {
  height: 155px;
  border-bottom: 3px solid #65322a !important;
}
.blk-head607 .blk-head607-top {
  height: 30px;
  background-color: #f6f6f6;
  font-size: 12px;
  color: #8d8d8d;
  line-height: 30px;
}
.blk-head607 .blk-head607-top a {
  color: #8d8d8d;
}
.blk-head607 .blk-logo#h1-tag {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 130px;
  display: table;
  height: 122px;
  float: left;
}
.blk-head607 .blk-logo#h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
.blk-head607 .blk-logo#h1-tag a img {
  padding: 0;
  margin: 0;
  max-width: 130px;
  max-height: 122px;
}
.blk-head607 .blk-head607-txt {
  max-width: 400px !important;
}
.blk-head607 .blk-head607-txt b {
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  color: #000;
  display: block;
  margin-top: 34px;
  overflow: hidden;
}
.blk-head607 .blk-head607-con h2 span {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  color: #191919;
  display: block;
  overflow: hidden;
}
.blk-head607 .blk-head607-nav {
  float: right;
  height: 34px;
  width: 650px !important;
  margin-top: 48px;
}
.blk-head607 .blk-nav-one > li {
  float: left;
  height: 34px;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.blk-head607 .blk-nav-one > li > a {
  position: relative;
  color: #181818;
  padding: 0;
  height: 34px;
  line-height: 34px;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.blk-head607 .blk-nav-one > li.cur > a,
.blk-head607 .blk-nav-one > li:hover > a {
  background-color: #65322a !important;
  color: #fff;
}
.blk-head607 .blk-nav-one > li:hover .blk-nav-two {
  display: block;
}
.blk-head607 .blk-nav-two {
  display: none;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 90;
}
.blk-head607 .blk-nav-two li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.blk-head607 .blk-nav-two a {
  display: block;
  height: 40px;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.blk-head607 .blk-nav-two li:last-child {
  border-bottom: 0;
}
.blk-head607 .blk-nav-two li:hover > a {
  font-weight: bold;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.blk-foot385 {
  height: 380px;
  background-image: url(images/img_e664f4195f454f5080c20aaba2438f2f.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 380px;
  overflow: hidden;
  font-size: 14px;
  line-height: 27px;
  color: #7d7e7e;
}
.blk-foot385 a {
  color: #7d7e7e;
}
.blk-foot385 .blk-foot385-info {
  height: 320px;
  overflow: hidden;
  margin-right: 86px;
}
.blk-foot385 .blk-foot385-logo {
  display: table;
  width: 216px;
  height: 320px;
  margin-right: 86px;
  background-color: #65322a !important;
  text-align: center;
}
.blk-foot385 .blk-foot385-logo a {
  display: table-cell;
  vertical-align: middle;
}
.blk-foot385 .blk-foot385-logo img {
  padding: 0;
  margin: 0;
  max-width: 216px;
  max-height: 320px;
}
.blk-foot385 .blk-foot385-title {
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin-bottom: 5px;
}
.blk-foot385 .blk-foot385-nav {
  width: 140px;
  margin: 42px 30px 0 0;
}
.blk-foot385 .blk-foot385-nav ul#footer-nav {
  height: auto !important;
}
.blk-foot385 .blk-foot385-nav ul#footer-nav li {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 100% !important;
  text-align: left !important;
  margin: 0;
}
.blk-foot385 .blk-foot385-nav a {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.blk-foot385 .blk-foot385-add {
  margin: 42px 0 0 0;
  width: 330px;
}
.blk-foot385 .blk-foot385-code {
  margin: 42px 0 0 0;
  width: 125px;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  position: relative;
}
.blk-foot385 .blk-foot385-code:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 125px;
  height: 125px;
  background-color: #65322a !important;
}
.blk-foot385 .blk-foot385-code img {
  width: 125px;
  display: block;
  position: relative;
  z-index: 20;
}
.blk-foot385 .blk-foot385-info .f-support img {
  vertical-align: middle;
  margin-left: 10px;
  height: 20px;
}
.blk-foot385-link {
  height: 60px;
  font-size: 12px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.blk-foot385-link a {
  color: #fff;
}
.blk-foot385-link-txt {
  display: inline-block;
}
.f-support {
  display: inline-block;
  margin-right: 30px;
}
.f-support img {
  width: 44px;
  vertical-align: middle;
  margin-left: 5px;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.blk-foot683 {
  height: 355px;
  background-image: url(images/img_a6135e75844a4383a4a67c1484ceb756.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 355px;
  overflow: hidden;
  color: #ffffff;
}
.blk-foot683 a {
  color: #fff;
}
.blk-foot683 .blk-foot683-info {
  height: 295px;
}
.blk-foot683 .blk-foot683-pic {
  width: 300px;
  font-size: 12px;
  line-height: 22px;
}
.blk-foot683 .blk-foot683-logo {
  display: table;
  height: 100px;
  margin-top: 62px;
}
.blk-foot683 .blk-foot683-logo a {
  display: table-cell;
  vertical-align: middle;
}
.blk-foot683 .blk-foot683-logo img {
  padding: 0;
  margin: 0;
  max-width: 300px;
  max-height: 100px;
}
.blk-foot683 .blk-foot683-nav {
  width: 266px;
  margin: 64px 50px 0 0;
  padding: 0 24px 0 58px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.blk-foot683 .blk-foot683-nav ul#footer-nav {
  height: auto !important;
}
.blk-foot683 .blk-foot683-nav ul#footer-nav li {
  position: relative;
  display: inline-block;
  height: 50px;
  padding: 0 5px;
  width: 48% !important;
  text-align: left !important;
  margin: 0;
}
.blk-foot683 .blk-foot683-nav li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  color: #fff;
  height: 36px;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.blk-foot683 .blk-foot683-add {
  margin: 64px 0 0 0;
  width: 300px;
  font-size: 14px;
  line-height: 32px;
}
.blk-foot683 .blk-foot683-code {
  margin: 100px 0 0 0;
  width: 90px;
  line-height: 42px;
  color: #686868;
  text-align: center;
}
.blk-foot683 .blk-foot683-code img {
  width: 90px;
  display: block;
}
.blk-foot683 .blk-foot683-info .f-support img {
  vertical-align: middle;
  margin-left: 10px;
  height: 20px;
}
.blk-foot683-link {
  height: 60px;
  font-size: 12px;
  line-height: 60px;
}
.blk-foot683-link-txt {
  display: inline-block;
}
.f-support {
  display: inline-block;
  margin-right: 30px;
}
.f-support img {
  width: 44px;
  vertical-align: middle;
  margin-left: 5px;
}
/*STRUCTURE_STYLE_END*/