@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
/*
*input placeholder样式
input::-webkit-input-placeholder { color: #FFFFFF;font-size: 12px;}

*/
@font-face {
  font-family: HYb0gf;
  src: url('../font/汉仪超粗黑繁.ttf');
}
@font-face {
  font-family: hooker_fat_ligh;
  src: url('../font/HOOKERFL.TTF') format('ttf');
}
.titstr1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titstr2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.titstr3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.titstr4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.titstr5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.titstr6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.titstr7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.titstr8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  background-color: #fff;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #287bc7;
  text-decoration: none;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
#thePageInfo {
  height: 20px;
  overflow: hidden;
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 2px 6px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  background: #0071af;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 120px;
  height: auto;
  overflow: hidden;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#rightPiaoFu .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
#rightPiaoFu ul {
  list-style: none;
}
#rightPiaoFu ul li.sort {
  height: 20px;
  overflow: hidden;
  border: 1px solid #C0E6F9;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#rightPiaoFu ul .qq,
#rightPiaoFu ul .msn,
#rightPiaoFu ul .skype {
  height: auto;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 23px;
  text-indent: 10px;
}
#rightPiaoFu ul .tel,
#rightPiaoFu ul .email {
  height: auto;
  overflow: hidden;
  line-height: 23px;
  text-indent: 10px;
  color: #333;
  text-align: center;
}
#rightPiaoFu a:link {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:visited {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:hover,
#rightPiaoFu a:active {
  color: #ff0000;
  text-decoration: underline;
}
/*结构*/
#gotop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 999999;
}
#top_h {
  height: 0;
}
@media (max-width: 992px) {
  #top_h {
    height: 88px;
  }
}
@media (max-width: 767px) {
  #top_h {
    height: 70px;
  }
}
#homeRightImg {
  position: relative;
}
#homeRightImg img {
  width: 250px;
}
#homeRightImg span {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: url(../Images/close.png) center center / cover no-repeat;
  cursor: pointer;
}
@media (max-width: 992px) {
  #homeRightImg {
    display: none;
  }
}
.homealertimg {
  padding: 10px;
  width: 480px;
}
.homealertimg img {
  width: 100%;
}
@media (max-width: 992px) {
  .homealertimg {
    width: 80%;
  }
}
#main_left {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 220px;
  height: 100%;
  color: #FFFFFF;
  background: #0f0f0f;
}
#main_left .logo {
  text-align: center;
  padding: 40px 20px;
}
#main_left .logo img {
  max-width: 100%;
}
#main_left .list {
  padding: 0 15px;
  text-align: center;
  position: relative;
  transform: all 0.2s;
  left: 0;
}
#main_left .list ul {
  padding: 1px 0;
}
#main_left .list ul li {
  font-size: 16px;
  line-height: 44px;
  margin: 5px 0;
}
#main_left .list ul li a {
  color: #FFFFFF;
  display: block;
}
#main_left .list ul li:hover a {
  background: #f58100;
  border-radius: 20px;
}
#main_left .list ul .onfocus a {
  background: #f58100;
  border-radius: 20px;
}
#main_left .sonmenu .thisname {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding: 10px;
  position: relative;
  top: 20px;
  color: #f58100;
}
#main_left .sonmenu .list2 {
  position: absolute;
  left: 220px;
  top: 0;
  width: 220px;
  background: url(../Images/z48.png);
  height: 100%;
  display: none;
}
#main_left .sonmenu .list2 ul {
  position: relative;
  padding-top: 40px;
}
#main_left .sonmenu .list2 ul li {
  font-size: 16px;
  line-height: 44px;
  margin: 20px;
  text-align: center;
}
#main_left .sonmenu .list2 ul li a {
  color: #FFFFFF;
  display: block;
}
#main_left .sonmenu .list2 ul li:hover a {
  color: #f58100;
}
#main_left .tipsimg {
  text-align: center;
  padding: 0 2px;
  position: relative;
  left: 0;
  margin-top: 10px;
  width: 100%;
}
#main_left .tipsimg img {
  max-width: 100%;
}
#main_left .menuBtn {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 100%;
  background: url(../Images/z2.png) center center no-repeat;
}
#main_left .member {
  display: none;
  position: absolute;
  right: 10px;
  top: 18px;
  width: 53px;
  height: 53px;
  background: url(../Images/z3.png) center center no-repeat;
  border-radius: 50%;
  background-size: cover;
}
@media (min-width: 1201px) and (max-width: 1400px) {
  #main_left .logo {
    padding: 10px;
  }
  #main_left .logo img {
    width: 120px;
  }
  #main_left .list ul li {
    font-size: 15px;
    line-height: 36px;
  }
  #main_left .sonmenu .list2 ul {
    padding-top: 20px;
  }
  #main_left .sonmenu .list2 ul li {
    margin: 0px;
  }
}
@media (max-width: 1200px) {
  #main_left {
    width: 190px;
  }
  #main_left .logo {
    padding: 10px;
  }
  #main_left .logo img {
    width: 120px;
  }
  #main_left .list ul li {
    font-size: 15px;
    line-height: 36px;
  }
  #main_left .sonmenu .list2 {
    left: 190px;
  }
  #main_left .sonmenu .list2 ul {
    padding-top: 20px;
  }
  #main_left .sonmenu .list2 ul li {
    margin: 0px;
  }
}
@media (max-width: 992px) {
  #main_left {
    width: 100%;
    height: 88px;
  }
  #main_left .logo {
    padding: 0;
    line-height: 88px;
  }
  #main_left .logo img {
    max-height: 70px;
    vertical-align: middle;
  }
  #main_left .list {
    background: url(../Images/z1.png) bottom 20px center / auto auto no-repeat, #0f0f0f;
    width: 50%;
    left: -50%;
  }
  #main_left .sonmenu {
    display: none;
  }
  #main_left .tipsimg {
    display: none;
  }
  #main_left .menuBtn {
    display: block;
  }
  #main_left .member {
    display: block;
  }
}
@media (max-width: 767px) {
  #main_left {
    height: 70px;
  }
  #main_left .logo {
    padding: 0;
    line-height: 70px;
  }
  #main_left .logo img {
    max-height: 45px;
    vertical-align: middle;
    width: auto;
  }
  #main_left .list {
    background: url(../Images/z1.png) bottom 20px center / 150px auto no-repeat, #0f0f0f;
  }
  #main_left .menuBtn {
    width: 60px;
  }
  #main_left .member {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    background-size: auto 40px;
  }
}
#main_content {
  position: relative;
  padding-left: 220px;
}
@media (max-width: 1200px) {
  #main_content {
    padding-left: 190px;
  }
}
@media (max-width: 992px) {
  #main_content {
    padding: 0;
    overflow: hidden;
  }
}
#homebanner {
  position: relative;
  height: 900px;
}
#homebanner .swiper-container {
  position: relative;
  height: 100%;
}
#homebanner .swiper-container .swiper-wrapper {
  position: relative;
}
#homebanner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#homebanner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#homebanner .swiper-container .swiper-pagination span {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #e2e2e2;
}
#homebanner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #f58100;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  #homebanner {
    height: 720px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #homebanner {
    height: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #homebanner {
    height: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #homebanner {
    height: 420px;
  }
}
@media (max-width: 767px) {
  #homebanner {
    height: 220px;
  }
}
#homeMember {
  position: relative;
  width: 1260px;
  margin: 40px auto;
}
#homeMember .mdata {
  float: left;
  width: 750px;
}
#homeMember .mdata .data {
  padding: 20px 20px 40px 156px;
  border-bottom: solid 1px #DDDDDD;
  position: relative;
  min-height: 170px;
}
#homeMember .mdata .data .pic {
  position: absolute;
  left: 8px;
  top: 20px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
#homeMember .mdata .data .pic img {
  width: 100%;
  height: 100%;
}
#homeMember .mdata .data .tit {
  font-size: 30px;
  line-height: 70px;
  font-weight: bold;
}
#homeMember .mdata .data .note {
  font-size: 20px;
  line-height: 30px;
}
#homeMember .rimg {
  float: right;
  width: 490px;
}
#homeMember .rimg img {
  width: 100%;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  #homeMember {
    width: 1200px;
  }
  #homeMember .mdata {
    width: 720px;
  }
  #homeMember .rimg {
    width: 470px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #homeMember {
    width: 96%;
  }
  #homeMember .mdata {
    width: 65%;
  }
  #homeMember .mdata .data {
    padding: 10px 10px 20px 140px;
    min-height: 140px;
  }
  #homeMember .mdata .data .pic {
    top: 10px;
    width: 120px;
    height: 120px;
  }
  #homeMember .rimg {
    width: 32%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #homeMember {
    width: 100%;
    padding: 20px;
    margin: 20px auto;
  }
  #homeMember .mdata {
    width: 100%;
    float: none;
  }
  #homeMember .rimg {
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #homeMember {
    width: 100%;
    padding: 20px;
    margin: 20px auto;
  }
  #homeMember .mdata {
    width: 100%;
    float: none;
  }
  #homeMember .rimg {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  #homeMember {
    width: 100%;
    padding: 15px;
    margin: 10px auto;
  }
  #homeMember .mdata {
    width: 100%;
    float: none;
  }
  #homeMember .mdata .data {
    padding: 0 0 20px 90px;
    min-height: 90px;
  }
  #homeMember .mdata .data .pic {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
  }
  #homeMember .mdata .data .tit {
    font-size: 24px;
    line-height: 40px;
  }
  #homeMember .mdata .data .note {
    font-size: 14px;
    line-height: 24px;
  }
  #homeMember .rimg {
    width: 100%;
    float: none;
  }
}
#homekoubei {
  position: relative;
  margin: 54px 0;
  background: url(../Images/z5.png) right 70px bottom no-repeat;
}
#homekoubei .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#homekoubei .content .img {
  width: 50%;
  float: left;
  position: relative;
  padding-top: 100px;
}
#homekoubei .content .img img {
  width: 100%;
}
#homekoubei .content .data {
  width: 50%;
  float: left;
  position: relative;
}
#homekoubei .content .data .pic img {
  max-width: 100%;
}
#homekoubei .content .data .text {
  font-size: 16px;
  line-height: 26px;
  margin: 30px 0;
}
#homekoubei .content .data .pic2 img {
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  #homekoubei .content {
    width: 96%;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #homekoubei .content {
    width: 96%;
  }
}
@media (max-width: 992px) {
  #homekoubei {
    margin: 30px 0;
    padding: 0 15px;
    background: url(../Images/z5.png) right 20px bottom no-repeat;
  }
  #homekoubei .content {
    width: 100%;
  }
  #homekoubei .content .img {
    width: 100%;
    padding-top: 0;
    position: relative;
    top: -20px;
  }
  #homekoubei .content .data {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #homekoubei {
    background-size: auto 150px;
  }
}
#homelvpai {
  position: relative;
}
#homelvpai .down {
  text-align: center;
}
#homelvpai .sortname {
  height: 60px;
  position: relative;
  background: url(../Images/z8.png) top center no-repeat;
  margin: 18px 0;
}
#homelvpai .sorts {
  position: relative;
  text-align: center;
  margin: 20px 0;
}
#homelvpai .sorts a {
  display: inline-block;
  width: 130px;
  line-height: 40px;
  border: solid 1px #5f5f5f;
  color: #5f5f5f;
  margin: 4px;
  font-size: 15px;
}
#homelvpai .sorts .onfocus {
  background: #f58100;
  border-color: #f58100;
  color: #FFFFFF;
}
#homelvpai .photos {
  position: relative;
  height: 650px;
  margin-top: 30px;
}
#homelvpai .photos .swiper-container {
  position: relative;
  height: 100%;
}
#homelvpai .photos .swiper-container .swiper-wrapper {
  position: relative;
}
#homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: url(../Images/z11.png);
  color: #FFFFFF;
  display: none;
}
#homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj {
  position: relative;
  padding: 10px 60px;
  text-align: center;
}
#homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .tit {
  position: relative;
  font-size: 44px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 10px;
}
#homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .tit .cn {
  display: inline-block;
}
#homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .tit .en {
  display: inline-block;
}
#homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .text {
  position: relative;
  font-size: 13px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj:after {
  content: " ";
  display: block;
  clear: both;
}
#homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide-active .data {
  display: block;
}
#homelvpai .photos .swiper-container .btns {
  width: 51px;
  height: 63px;
  opacity: 1;
}
#homelvpai .photos .swiper-container .swiper-button-prev {
  background: url(../Images/z12.png);
  left: 8%;
}
#homelvpai .photos .swiper-container .swiper-button-prev:hover {
  background: url(../Images/z14.png);
}
#homelvpai .photos .swiper-container .swiper-button-next {
  background: url(../Images/z13.png);
  right: 8%;
}
#homelvpai .photos .swiper-container .swiper-button-next:hover {
  background: url(../Images/z15.png);
}
@media (min-width: 1200px) and (max-width: 1500px) {
  #homelvpai .sorts a {
    width: 110px;
  }
  #homelvpai .photos {
    height: 560px;
  }
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .tit {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #homelvpai .sorts a {
    width: 110px;
  }
  #homelvpai .photos {
    height: 520px;
  }
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .tit {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #homelvpai .down {
    display: none;
  }
  #homelvpai .sortname {
    background-size: auto 36px;
    margin-bottom: 0;
  }
  #homelvpai .sorts {
    margin: 0;
  }
  #homelvpai .sorts a {
    width: 80px;
    margin: 3px 0;
    font-size: 13px;
  }
  #homelvpai .photos {
    height: 520px;
  }
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj {
    padding: 20px 30px;
  }
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .tit {
    font-size: 32px;
    line-height: 36px;
    float: none;
    width: 100%;
  }
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .tit .cn,
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .tit .en {
    display: inline-block;
  }
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .text {
    float: none;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    margin-top: 10px;
  }
  #homelvpai .photos .swiper-container .btns {
    top: 34%;
  }
  #homelvpai .photos .swiper-container .swiper-button-prev {
    left: 20px;
  }
  #homelvpai .photos .swiper-container .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #homelvpai .down {
    display: none;
  }
  #homelvpai .sortname {
    background-size: auto 36px;
    margin-bottom: 0;
  }
  #homelvpai .sorts {
    margin: 0;
  }
  #homelvpai .sorts a {
    width: 80px;
    margin: 3px;
    font-size: 13px;
  }
  #homelvpai .photos {
    height: 360px;
  }
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data {
    height: 110px;
  }
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj {
    padding: 15px;
  }
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .tit {
    font-size: 22px;
    line-height: 24px;
    float: none;
    width: 100%;
  }
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .tit .cn,
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .tit .en {
    display: inline-block;
  }
  #homelvpai .photos .swiper-container .swiper-wrapper .swiper-slide .data .obj .text {
    float: none;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  #homelvpai .photos .swiper-container .btns {
    top: 34%;
    width: 30px;
    height: 38px;
  }
  #homelvpai .photos .swiper-container .swiper-button-prev {
    left: 10px;
    background-size: cover;
  }
  #homelvpai .photos .swiper-container .swiper-button-prev:hover {
    background-size: cover;
  }
  #homelvpai .photos .swiper-container .swiper-button-next {
    right: 10px;
    background-size: cover;
  }
  #homelvpai .photos .swiper-container .swiper-button-next:hover {
    background-size: cover;
  }
}
#homevideo {
  height: auto;
  margin: 70px 0;
  position: relative;
  background-imagess: url(../Images/z19.jpg);
  background-position: center center;
  background-size: cover;
}
#homevideo .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
#homevideo .content .tit {
  position: absolute;
  left: 30px;
  top: 45px;
  display: none;
}
#homevideo .content .tit img {
  max-width: 100%;
}
#homevideo .content .btns {
  text-align: center;
  position: relative;
  top: 45%;
  display: none;
}
#homevideo .content .tips {
  position: absolute;
  bottom: 30px;
  right: 45px;
  display: none;
}
#homevideo .content .tips img {
  max-width: 100%;
}
#homevideo video {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: fill;
}
@media (min-width: 768px) and (max-width: 991px) {
  #homevideo {
    padding: 0 15px;
    margin: 40px 0;
  }
  #homevideo .content {
    width: 100%;
    background: none;
  }
  #homevideo .content .tit {
    top: 30px;
    width: 400px;
    display: none;
  }
  #homevideo .content .tips {
    bottom: 25px;
    right: 25px;
    width: 200px;
    display: none;
  }
}
@media (max-width: 767px) {
  #homevideo {
    padding: 0 15px;
    margin: 30px 0;
  }
  #homevideo .content {
    width: 100%;
    background: none;
  }
  #homevideo .content .tit {
    top: 20px;
    width: 70%;
    display: none;
  }
  #homevideo .content .tips {
    bottom: 15px;
    right: 15px;
    width: 100px;
    display: none;
  }
}
#homewedding {
  position: relative;
  height: 510px;
  margin: 50px 0;
}
#homewedding .obj {
  position: absolute;
  left: 8%;
  top: 0;
  width: 26%;
}
#homewedding .obj .tit img {
  max-width: 100%;
}
#homewedding .obj .items {
  position: relative;
}
#homewedding .obj .items .item {
  margin: 20px 0;
  position: relative;
}
#homewedding .obj .items .item .sort {
  margin: 20px 0;
}
#homewedding .obj .items .item .text1 {
  font-size: 20px;
  line-height: 42px;
  font-weight: bold;
}
#homewedding .obj .items .item .text2 {
  font-size: 15px;
  line-height: 30px;
}
#homewedding .photos {
  position: absolute;
  right: 0;
  top: 0;
  width: 63%;
  height: 100%;
}
#homewedding .photos .swiper-container {
  position: relative;
  height: 100%;
}
#homewedding .photos .swiper-container .swiper-wrapper {
  position: relative;
}
#homewedding .photos .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#homewedding .photos .swiper-container .swiper-wrapper .swiper-slide .data {
  position: relative;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#homewedding .photos .swiper-container .swiper-wrapper .swiper-slide .data a {
  display: block;
  height: 100%;
}
#homewedding .photos .swiper-container .btns {
  width: 112px;
  height: 41px;
}
#homewedding .photos .swiper-container .swiper-button-prev {
  background: url(../Images/z24.jpg) center center / cover no-repeat;
  display: none;
}
#homewedding .photos .swiper-container .swiper-button-next {
  background: url(../Images/z25.jpg) center center / cover no-repeat;
  right: 15%;
  opacity: .5;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  #homewedding {
    height: 410px;
  }
  #homewedding .obj .items .item {
    margin: 15px 0;
  }
  #homewedding .obj .items .item .sort {
    margin: 15px 0;
  }
  #homewedding .obj .items .item .text1 {
    font-size: 18px;
    line-height: 36px;
  }
  #homewedding .obj .items .item .text2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #homewedding {
    height: auto;
    padding-left: 15px;
  }
  #homewedding .obj {
    position: relative;
    left: 0;
    width: 100%;
  }
  #homewedding .obj .items .item {
    margin: 15px 0;
  }
  #homewedding .obj .items .item .sort {
    margin: 15px 0;
  }
  #homewedding .obj .items .item .text1 {
    font-size: 18px;
    line-height: 36px;
  }
  #homewedding .obj .items .item .text2 {
    font-size: 14px;
    line-height: 24px;
  }
  #homewedding .photos {
    position: relative;
    right: auto;
    left: 0;
    width: 100%;
    height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #homewedding {
    height: auto;
    padding-left: 15px;
  }
  #homewedding .obj {
    position: relative;
    left: 0;
    width: 100%;
  }
  #homewedding .obj .items .item {
    margin: 15px 0;
  }
  #homewedding .obj .items .item .sort {
    margin: 15px 0;
  }
  #homewedding .obj .items .item .text1 {
    font-size: 18px;
    line-height: 36px;
  }
  #homewedding .obj .items .item .text2 {
    font-size: 14px;
    line-height: 24px;
  }
  #homewedding .photos {
    position: relative;
    right: auto;
    left: 0;
    width: 100%;
    height: 420px;
  }
  #homewedding .photos .swiper-container .btns {
    width: 35px;
    height: 44px;
    background: url(../Images/z26.jpg) center center / cover no-repeat;
  }
  #homewedding .photos .swiper-container .swiper-button-next {
    right: 12%;
  }
}
@media (max-width: 767px) {
  #homewedding {
    height: auto;
    padding-left: 15px;
    margin: 30px 0;
  }
  #homewedding .obj {
    position: relative;
    left: 0;
    width: 100%;
    padding-right: 15px;
  }
  #homewedding .obj .tit {
    width: 280px;
  }
  #homewedding .obj .items .item {
    margin: 15px 0;
  }
  #homewedding .obj .items .item .sort {
    margin: 15px 0;
  }
  #homewedding .obj .items .item .sort img {
    width: 120px;
  }
  #homewedding .obj .items .item .text1 {
    font-size: 18px;
    line-height: 36px;
  }
  #homewedding .obj .items .item .text2 {
    font-size: 14px;
    line-height: 24px;
  }
  #homewedding .photos {
    position: relative;
    right: auto;
    left: 0;
    width: 100%;
    height: 180px;
  }
  #homewedding .photos .swiper-container .btns {
    width: 35px;
    height: 44px;
    background: url(../Images/z26.jpg) center center / cover no-repeat;
  }
  #homewedding .photos .swiper-container .swiper-button-next {
    right: 10%;
  }
}
#homebrand {
  position: relative;
  margin: 50px 0;
}
#homebrand .content {
  width: 84%;
  margin: 0 auto;
  position: relative;
}
#homebrand .content .sortname {
  line-height: 100px;
  height: 100px;
  position: relative;
  background: url(../Images/z27.png) right center no-repeat;
  border-bottom: solid 1px #b2b2b2;
}
#homebrand .content .sortname .s1 {
  font-size: 64px;
  font-weight: bold;
  color: #f58100;
  font-family: HYb0gf;
}
#homebrand .content .sortname .s2 {
  font-size: 44px;
}
#homebrand .content .sortname .s3 {
  font-size: 30px;
  font-family: arial;
  font-weight: bold;
}
#homebrand .content .list {
  position: relative;
  margin: 50px 0;
  height: 460px;
  overflow: hidden;
}
#homebrand .content .list ul {
  position: relative;
  top: -1px;
  left: -1px;
}
#homebrand .content .list ul li {
  width: 25%;
  float: left;
  height: 236px;
  position: relative;
  border-top: solid 1px #e8e8e8;
  border-left: solid 1px #e8e8e8;
  box-sizing: border-box;
}
#homebrand .content .list ul li .pic {
  position: absolute;
  width: 83px;
  height: 83px;
  top: 12px;
  right: 12px;
}
#homebrand .content .list ul li .pic img {
  width: 100%;
  height: 100%;
}
#homebrand .content .list ul li .data {
  padding: 0 15px;
}
#homebrand .content .list ul li .data .num {
  font-size: 32px;
  color: #f58100;
  font-family: hooker_fat_ligh;
  font-weight: bold;
  margin-top: 30px;
}
#homebrand .content .list ul li .data .tit {
  margin: 15px 0;
}
#homebrand .content .list ul li .data .tit .en {
  font-family: hooker_fat_ligh;
  font-size: 20px;
  background: url(../Images/zz1.png) left center no-repeat;
  background-size: auto 16px;
}
#homebrand .content .list ul li .data .tit .cn {
  font-size: 26px;
  font-weight: bold;
}
#homebrand .content .list ul li .data .text {
  font-size: 16px;
  line-height: 24px;
}
#homebrand .content .list ul li .dian {
  position: absolute;
  right: -16px;
  bottom: -16px;
  z-index: 1;
}
#homebrand .content .list ul li:nth-child(2) .data .tit .en {
  background: url(../Images/zz2.png) left center no-repeat;
  background-size: auto 16px;
}
#homebrand .content .list ul li:nth-child(3) .data .tit .en {
  background: url(../Images/zz3.png) left center no-repeat;
  background-size: auto 16px;
}
#homebrand .content .list ul li:nth-child(4) .data .tit .en {
  background: url(../Images/zz4.png) left center no-repeat;
  background-size: auto 16px;
}
#homebrand .content .list ul li:nth-child(5) .data .tit .en {
  background: url(../Images/zz5.png) left center no-repeat;
  background-size: auto 16px;
}
#homebrand .content .list ul li:nth-child(6) .data .tit .en {
  background: url(../Images/zz6.png) left center no-repeat;
  background-size: auto 16px;
}
#homebrand .content .list ul li:nth-child(7) .data .tit .en {
  background: url(../Images/zz7.png) left center no-repeat;
  background-size: auto 16px;
}
#homebrand .content .list ul li:nth-child(8) .data .tit .en {
  background: url(../Images/zz8.png) left center no-repeat;
  background-size: auto 16px;
}
#homebrand .content .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1501px) {
  #homebrand .content .list ul li:nth-child(4n) .dian {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  #homebrand {
    padding: 0 15px;
    margin: 30px 0;
  }
  #homebrand .content {
    width: 100%;
  }
  #homebrand .content .list ul li .data .tit .cn {
    font-size: 22px;
  }
  #homebrand .content .list ul li:nth-child(4n) .dian {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #homebrand {
    padding: 0 15px;
    margin: 30px 0;
  }
  #homebrand .content {
    width: 100%;
  }
  #homebrand .content .sortname {
    background: none;
  }
  #homebrand .content .sortname .s1 {
    font-size: 40px;
  }
  #homebrand .content .sortname .s2 {
    font-size: 34px;
  }
  #homebrand .content .sortname .s3 {
    font-size: 22px;
  }
  #homebrand .content .list {
    height: 930px;
  }
  #homebrand .content .list ul li {
    width: 33.3%;
  }
  #homebrand .content .list ul li:nth-child(3n) .dian {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #homebrand {
    padding: 0 15px;
    margin: 30px 0;
  }
  #homebrand .content {
    width: 100%;
  }
  #homebrand .content .sortname {
    background: none;
  }
  #homebrand .content .sortname .s1 {
    font-size: 40px;
  }
  #homebrand .content .sortname .s2 {
    font-size: 34px;
  }
  #homebrand .content .sortname .s3 {
    font-size: 22px;
  }
  #homebrand .content .list {
    height: 930px;
  }
  #homebrand .content .list ul li {
    width: 50%;
  }
  #homebrand .content .list ul li:nth-child(2n) .dian {
    display: none;
  }
}
@media (max-width: 767px) {
  #homebrand {
    padding: 0 15px;
    margin: 30px 0;
  }
  #homebrand .content {
    width: 100%;
  }
  #homebrand .content .sortname {
    background: none;
    line-height: 60px;
    height: 60px;
  }
  #homebrand .content .sortname .s1 {
    font-size: 26px;
  }
  #homebrand .content .sortname .s2 {
    font-size: 22px;
  }
  #homebrand .content .sortname .s3 {
    font-size: 16px;
  }
  #homebrand .content .list {
    height: 790px;
    margin: 10px 0;
  }
  #homebrand .content .list ul li {
    width: 50%;
    height: 200px;
  }
  #homebrand .content .list ul li .pic {
    width: 60px;
    height: 60px;
    right: 6px;
    top: 10px;
  }
  #homebrand .content .list ul li .data {
    padding: 0 10px;
  }
  #homebrand .content .list ul li .data .num {
    margin-top: 30px;
    font-size: 24px;
  }
  #homebrand .content .list ul li .data .tit {
    margin: 10px 0;
  }
  #homebrand .content .list ul li .data .tit .en {
    font-size: 15px;
    background-size: auto 10px;
  }
  #homebrand .content .list ul li .data .tit .cn {
    font-size: 16px;
  }
  #homebrand .content .list ul li .data .text {
    font-size: 14px;
    line-height: 20px;
  }
  #homebrand .content .list ul li:nth-child(2n) .dian {
    display: none;
  }
}
#homebaozhang {
  position: relative;
  margin: 50px 0;
}
#homebaozhang .content {
  width: 84%;
  margin: 0 auto;
  position: relative;
}
#homebaozhang .content .sortname {
  line-height: 100px;
  height: 100px;
  position: relative;
  background: url(../Images/z27.png) right center no-repeat;
  border-bottom: solid 1px #b2b2b2;
}
#homebaozhang .content .sortname .s1 {
  font-size: 64px;
  font-weight: bold;
  color: #f58100;
  font-family: HYb0gf;
}
#homebaozhang .content .sortname .s2 {
  font-size: 44px;
}
#homebaozhang .content .sortname .s3 {
  font-size: 30px;
  font-family: arial;
  font-weight: bold;
}
#homebaozhang .content .list {
  position: relative;
  margin-top: 30px;
}
#homebaozhang .content .list ul li {
  text-align: center;
  float: left;
  width: 20%;
  margin: 25px 20% 25px 0;
  position: relative;
  height: 330px;
  background: url(../Images/z32.png) center center / 100% 100% no-repeat;
}
#homebaozhang .content .list ul li .zi {
  margin-top: 40px;
}
#homebaozhang .content .list ul li .tit {
  font-size: 38px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 50px;
}
#homebaozhang .content .list ul li .text {
  font-size: 16px;
  line-height: 26px;
}
#homebaozhang .content .list ul li:nth-child(3n) {
  margin-right: 0;
}
#homebaozhang .content .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  #homebaozhang {
    padding: 0 15px;
    margin: 30px 0;
  }
  #homebaozhang .content {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #homebaozhang {
    padding: 0 15px;
    margin: 30px 0;
  }
  #homebaozhang .content {
    width: 100%;
  }
  #homebaozhang .content .list ul li {
    height: 300px;
    width: 20%;
    margin: 15px 20% 15px 0;
  }
  #homebaozhang .content .list ul li .zi {
    margin-top: 35px;
  }
  #homebaozhang .content .list ul li .tit {
    font-size: 34px;
    line-height: 40px;
    margin: 15px 0;
  }
  #homebaozhang .content .list ul li .text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #homebaozhang {
    padding: 0 15px;
    margin: 30px 0;
  }
  #homebaozhang .content {
    width: 100%;
  }
  #homebaozhang .content .sortname {
    background: none;
  }
  #homebaozhang .content .sortname .s1 {
    font-size: 40px;
  }
  #homebaozhang .content .sortname .s2 {
    font-size: 34px;
  }
  #homebaozhang .content .sortname .s3 {
    font-size: 22px;
  }
  #homebaozhang .content .list ul li {
    height: 300px;
    width: 30%;
    margin: 15px 5% 15px 0;
  }
  #homebaozhang .content .list ul li .zi {
    margin-top: 35px;
  }
  #homebaozhang .content .list ul li .tit {
    font-size: 34px;
    line-height: 40px;
    margin: 15px 0;
  }
  #homebaozhang .content .list ul li .text {
    font-size: 14px;
    line-height: 20px;
  }
  #homebaozhang .content .list ul li:nth-child(4n) {
    margin: 15px 5% 15px 0;
  }
  #homebaozhang .content .list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #homebaozhang {
    padding: 0 15px;
    margin: 30px 0;
  }
  #homebaozhang .content {
    width: 100%;
  }
  #homebaozhang .content .sortname {
    background: none;
  }
  #homebaozhang .content .sortname .s1 {
    font-size: 40px;
  }
  #homebaozhang .content .sortname .s2 {
    font-size: 34px;
  }
  #homebaozhang .content .sortname .s3 {
    font-size: 22px;
  }
  #homebaozhang .content .list ul li {
    height: 300px;
    width: 30%;
    margin: 15px 5% 15px 0;
  }
  #homebaozhang .content .list ul li .zi {
    margin-top: 35px;
  }
  #homebaozhang .content .list ul li .tit {
    font-size: 34px;
    line-height: 40px;
    margin: 15px 0;
  }
  #homebaozhang .content .list ul li .text {
    font-size: 14px;
    line-height: 20px;
  }
  #homebaozhang .content .list ul li:nth-child(4n) {
    margin: 15px 5% 15px 0;
  }
  #homebaozhang .content .list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #homebaozhang {
    padding: 0 15px;
    margin: 30px 0;
  }
  #homebaozhang .content {
    width: 100%;
  }
  #homebaozhang .content .sortname {
    background: none;
    line-height: 60px;
    height: 60px;
  }
  #homebaozhang .content .sortname .s1 {
    font-size: 26px;
  }
  #homebaozhang .content .sortname .s2 {
    font-size: 22px;
  }
  #homebaozhang .content .sortname .s3 {
    font-size: 16px;
  }
  #homebaozhang .content .list {
    margin-top: 15px;
  }
  #homebaozhang .content .list ul li {
    height: 250px;
    width: 48%;
    margin: 2% 0;
  }
  #homebaozhang .content .list ul li .zi {
    margin-top: 30px;
  }
  #homebaozhang .content .list ul li .tit {
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0;
  }
  #homebaozhang .content .list ul li .text {
    font-size: 13px;
    line-height: 20px;
    padding: 0 12px;
  }
  #homebaozhang .content .list ul li:nth-child(2n) {
    float: right;
  }
  #homebaozhang .content .list ul li:nth-child(4n) {
    margin: 2% 0;
  }
}
#homefooter {
  position: relative;
  background: #f58100;
}
#homefooter .content {
  position: relative;
  width: 84%;
  height: 108px;
  line-height: 108px;
  margin: 0 auto;
}
#homefooter .content .img1 {
  position: absolute;
  left: 0;
  top: 0;
}
#homefooter .content .img1 img {
  max-width: 100%;
}
#homefooter .content .img2 {
  position: absolute;
  right: 0;
  top: 0;
}
#homefooter .content .img2 img {
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  #homefooter {
    padding: 0 15px;
  }
  #homefooter .content {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #homefooter {
    padding: 0 15px;
  }
  #homefooter .content {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #homefooter {
    padding: 0 15px;
  }
  #homefooter .content {
    width: 100%;
    height: 80px;
    line-height: 80px;
  }
  #homefooter .content .img1 {
    width: 250px;
  }
  #homefooter .content .img2 {
    width: 200px;
  }
}
@media (max-width: 767px) {
  #homefooter {
    padding: 0 15px;
  }
  #homefooter .content {
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  #homefooter .content .img1 {
    width: 140px;
  }
  #homefooter .content .img2 {
    width: 120px;
  }
}
#login {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../Images/z35.jpg) center center / cover;
}
#login .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}
#login .content .logo {
  padding: 45px 0;
  display: none;
}
#login .content .group {
  width: 480px;
  margin: 0 auto;
  position: relative;
}
#login .content .group .tit {
  text-align: center;
  margin: 10px 0 30px 0;
  color: #FFFFFF;
}
#login .content .group .tit .t1 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3px;
}
#login .content .group .tit .t2 {
  font-size: 16px;
  font-family: arial;
}
#login .content .group .form {
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 13px;
  border-radius: 6px;
}
#login .content .group .form .form1 {
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 10px;
  border-radius: 6px;
}
#login .content .group .form .form1 .form2 {
  background: #FFFFFF;
  position: relative;
  padding: 30px 0 10px 0;
  border-radius: 6px;
}
#login .content .group .form .form1 .form2 .ftit {
  text-align: center;
}
#login .content .group .form .form1 .form2 .ftit img {
  max-width: 100%;
}
#login .content .group .form .form1 .form2 form {
  padding: 40px;
  position: relative;
}
#login .content .group .form .form1 .form2 form .item {
  border: solid 1px #DDDDDD;
  position: relative;
  height: 50px;
  border-radius: 40px;
  margin-bottom: 15px;
  padding-left: 50px;
  padding-right: 24px;
}
#login .content .group .form .form1 .form2 form .item span {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#login .content .group .form .form1 .form2 form .item input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}
#login .content .group .form .form1 .form2 form .username span {
  background-image: url(../Images/z38.png);
}
#login .content .group .form .form1 .form2 form .password span {
  background-image: url(../Images/z39.png);
}
#login .content .group .form .form1 .form2 form .jizhu {
  border: none;
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
  font-size: 15px;
  color: #636363;
}
#login .content .group .form .form1 .form2 form .jizhu input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
#login .content .group .form .form1 .form2 form .submit {
  margin: 20px 0;
}
#login .content .group .form .form1 .form2 form .submit input {
  color: #FFFFFF;
  background: #f58100;
  height: 50px;
  border-radius: 40px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 20px;
}
#login .content .group .form .form1 .form2 form .tips {
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #636363;
}
#login .content .group .form .form1 .form2 form .tips_pic {
  text-align: center;
  margin-top: 10px;
  position: relative;
}
#login .content .group .form .form1 .form2 form .tips_pic img {
  max-width: 100%;
}
#login .content .copyright {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin-top: 20px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  #login .content .logo {
    padding: 25px 0;
  }
  #login .content .group {
    width: 450px;
  }
  #login .content .group .tit {
    margin: 10px 0 30px 0;
  }
  #login .content .group .form .form1 .form2 form {
    padding: 30px;
    padding-bottom: 10px;
  }
  #login .content .copyright {
    margin: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #login .content .logo {
    padding: 25px 0;
  }
  #login .content .group {
    width: 450px;
  }
  #login .content .group .tit {
    margin: 0px 0 30px 0;
  }
  #login .content .group .form .form1 .form2 form {
    padding: 30px;
    padding-bottom: 10px;
  }
  #login .content .group .form .form1 .form2 form .tips_pic img {
    width: 200px;
  }
  #login .content .copyright {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #login {
    padding: 0 15px;
  }
  #login .content {
    width: 100%;
  }
  #login .content .logo {
    padding: 15px 0;
  }
  #login .content .group {
    width: 450px;
  }
  #login .content .group .tit {
    margin: 10px 0;
  }
  #login .content .group .form .form1 .form2 form {
    padding: 30px;
    padding-bottom: 10px;
  }
  #login .content .copyright {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #login {
    padding: 0 15px;
  }
  #login .content {
    width: 100%;
  }
  #login .content .logo {
    padding: 35px 0;
  }
  #login .content .group {
    width: 480px;
  }
  #login .content .group .tit {
    margin: 10px 0;
  }
  #login .content .group .form .form1 .form2 form {
    padding: 30px;
    padding-bottom: 10px;
  }
  #login .content .copyright {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #login {
    padding: 0 15px;
  }
  #login .content {
    width: 100%;
  }
  #login .content .logo {
    padding: 15px 0;
  }
  #login .content .logo img {
    width: 120px;
  }
  #login .content .group {
    width: 320px;
  }
  #login .content .group .tit {
    margin: 10px 0;
  }
  #login .content .group .tit .t1 {
    font-size: 24px;
  }
  #login .content .group .tit .t2 {
    font-size: 13px;
  }
  #login .content .group .form .form1 .form2 form {
    padding: 20px;
    padding-bottom: 10px;
  }
  #login .content .group .form .form1 .form2 form .item {
    height: 40px;
    padding: 0 15px 0 40px;
    margin-bottom: 10px;
  }
  #login .content .group .form .form1 .form2 form .submit input {
    height: 40px;
  }
  #login .content .copyright {
    margin: 0;
  }
}
#member_center {
  position: relative;
}
#member_center .head {
  position: relative;
  background: url(../Images/z41.jpg) top center / cover;
}
#member_center .head .content {
  width: 1200px;
  margin: 0 auto;
  height: 220px;
  position: relative;
}
#member_center .head .content .pic {
  position: absolute;
  left: 0;
  top: 50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
#member_center .head .content .pic img {
  width: 100%;
  height: 100%;
}
#member_center .head .content .tit {
  position: absolute;
  left: 145px;
  top: 0;
  line-height: 220px;
  font-size: 32px;
}
#member_center .head .content .tools {
  position: absolute;
  right: 0;
  top: 70px;
  text-align: center;
  width: 245px;
  background: url(../Images/z43.png) top center no-repeat;
  padding-top: 50px;
}
#member_center .head .content .tools a {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
}
#member_center .menu {
  position: relative;
  background: #FFFFFF;
  border-bottom: solid 1px #DDDDDD;
}
#member_center .menu .list {
  width: 1200px;
  margin: 0 auto;
  height: 74px;
  position: relative;
  line-height: 74px;
  text-align: center;
  font-size: 20px;
}
#member_center .menu .list ul li {
  display: inline-block;
  padding: 0 30px;
  margin: 0 12px;
}
#member_center .menu .list ul li a {
  display: block;
}
#member_center .menu .list ul .onfocus {
  border-bottom: solid 1px #f58100;
}
#member_center .menu .list ul .onfocus a {
  color: #f58100;
}
#member_center .mdata {
  width: 1200px;
  margin: 30px auto;
  position: relative;
  border: solid 1px #DDDDDD;
  background-color: #FFFFFF;
}
#member_center .mdata .content {
  padding: 35px 125px 35px 35px;
  position: relative;
}
#member_center .mdata .content .left {
  float: left;
  position: relative;
  width: 50%;
}
#member_center .mdata .content .right {
  float: left;
  position: relative;
  width: 50%;
}
#member_center .mdata .content .group .item {
  margin: 20px 0;
  position: relative;
}
#member_center .mdata .content .group .item .ziduan {
  width: 30%;
  float: left;
  text-align: right;
  font-size: 16px;
  line-height: 44px;
}
#member_center .mdata .content .group .item .val {
  width: 70%;
  float: left;
  border: solid 1px #DDDDDD;
  height: 44px;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
}
#member_center .mdata .content .group .item .val input {
  width: 100%;
  height: 100%;
  border: none;
  text-indent: 15px;
}
#member_center .mdata .content .group .item .sex {
  border: none;
  font-size: 16px;
}
#member_center .mdata .content .group .item .sex input {
  width: 24px;
  height: 24px;
  position: relative;
  top: 7px;
  margin-right: 3px;
}
#member_center .mdata .content .group .item #address_group {
  position: relative;
  border: none;
}
#member_center .mdata .content .group .item #address_group select {
  width: 31%;
  height: 100%;
  margin-right: 1%;
  border: solid 1px #DDDDDD;
  height: 44px;
  border-radius: 4px;
}
#member_center .mdata .content .group .item:after {
  content: " ";
  display: block;
  clear: both;
}
#member_center .mdata .content .note {
  clear: both;
  position: relative;
}
#member_center .mdata .content .note .ziduan {
  width: 15%;
  float: left;
  text-align: right;
  font-size: 16px;
  line-height: 44px;
}
#member_center .mdata .content .note .val {
  width: 85%;
  float: left;
  border: solid 1px #DDDDDD;
  border-radius: 4px;
  box-sizing: border-box;
}
#member_center .mdata .content .note .val textarea {
  width: 100%;
  height: 200px;
  border: none;
  outline: none;
}
#member_center .mdata .content .note:after {
  content: " ";
  display: block;
  clear: both;
}
#member_center .mdata .content .submit {
  clear: both;
  position: relative;
  margin-top: 20px;
}
#member_center .mdata .content .submit .ziduan {
  width: 15%;
  float: left;
  text-align: right;
  font-size: 16px;
  line-height: 44px;
}
#member_center .mdata .content .submit .val {
  width: 85%;
  float: left;
  position: relative;
}
#member_center .mdata .content .submit .val input {
  width: 230px;
  height: 50px;
  border: none;
  outline: none;
  font-size: 20px;
  border-radius: 4px;
  background: #f58100;
  color: #FFFFFF;
}
#member_center .mdata .content .submit:after {
  content: " ";
  display: block;
  clear: both;
}
#member_center .editpic {
  width: 1200px;
  margin: 30px auto;
  position: relative;
  border: solid 1px #DDDDDD;
  background-color: #FFFFFF;
}
#member_center .editpic .content {
  padding: 35px;
  position: relative;
}
#member_center .editpic .content .pic {
  margin: 40px 0;
}
#member_center .editpic .content .pic .img {
  width: 213px;
  height: 213px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-image: url(../Images/z71.png);
}
#member_center .editpic .content .tips {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
}
#member_center .editpic .content .bts {
  text-align: center;
  margin-bottom: 30px;
}
#member_center .editpic .content .bts input {
  display: none;
}
#member_center .editpic .content .bts a {
  display: inline-block;
  width: 230px;
  line-height: 50px;
  background: #f58100;
  color: #FFFFFF;
  border-radius: 4px;
}
#member_center .editpwd {
  width: 1200px;
  margin: 30px auto;
  position: relative;
  border: solid 1px #DDDDDD;
  background-color: #FFFFFF;
}
#member_center .editpwd .content {
  padding: 50px 350px;
  position: relative;
}
#member_center .editpwd .content .form .item {
  margin: 20px 0;
  position: relative;
}
#member_center .editpwd .content .form .item .ziduan {
  width: 20%;
  float: left;
  text-align: right;
  font-size: 16px;
  line-height: 44px;
}
#member_center .editpwd .content .form .item .val {
  width: 80%;
  float: left;
  border: solid 1px #DDDDDD;
  height: 44px;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
}
#member_center .editpwd .content .form .item .val input {
  width: 100%;
  height: 100%;
  border: none;
  text-indent: 15px;
}
#member_center .editpwd .content .form .item:after {
  content: " ";
  display: block;
  clear: both;
}
#member_center .editpwd .content .form .submit {
  margin: 20px 0;
  position: relative;
}
#member_center .editpwd .content .form .submit .ziduan {
  width: 20%;
  float: left;
  text-align: right;
  font-size: 16px;
  line-height: 44px;
}
#member_center .editpwd .content .form .submit .val {
  width: 80%;
  float: left;
}
#member_center .editpwd .content .form .submit .val input {
  width: 230px;
  height: 50px;
  border: none;
  color: #FFFFFF;
  background: #f58100;
  font-size: 20px;
}
#member_center .editpwd .content .form .submit:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #member_center .head {
    padding: 0 15px;
  }
  #member_center .head .content {
    width: 100%;
  }
  #member_center .menu {
    padding: 0 15px;
  }
  #member_center .menu .list {
    width: 100%;
  }
  #member_center .mdata {
    width: 100%;
  }
  #member_center .mdata .content {
    padding: 30px;
  }
  #member_center .editpic {
    width: 100%;
    padding: 15px;
    background: none;
    border: none;
    margin: 0;
  }
  #member_center .editpic .content {
    padding: 15px;
    background: #FFFFFF;
    border: solid 1px #EEEEEE;
  }
  #member_center .editpwd {
    width: 100%;
    padding: 15px;
    background: none;
    border: none;
    margin: 0;
  }
  #member_center .editpwd .content {
    padding: 35px 280px;
    background: #FFFFFF;
    border: solid 1px #EEEEEE;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #member_center .head {
    padding: 1px 15px;
  }
  #member_center .head .content {
    width: 100%;
    height: auto;
  }
  #member_center .head .content .pic {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto;
  }
  #member_center .head .content .tit {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }
  #member_center .head .content .tools {
    position: relative;
    right: auto;
    top: 0;
    margin: 0 auto;
    background: none;
    padding: 20px 0;
  }
  #member_center .menu {
    padding: 0 15px;
  }
  #member_center .menu .list {
    width: 100%;
  }
  #member_center .mdata {
    width: 100%;
  }
  #member_center .mdata .content {
    padding: 30px;
  }
  #member_center .mdata .content .group .item .ziduan {
    width: 40%;
  }
  #member_center .mdata .content .group .item .val {
    width: 60%;
  }
  #member_center .mdata .content .note .ziduan {
    width: 20%;
  }
  #member_center .mdata .content .note .val {
    width: 80%;
  }
  #member_center .editpic {
    width: 100%;
    padding: 15px;
    background: none;
    border: none;
    margin: 0;
  }
  #member_center .editpic .content {
    padding: 15px;
    background: #FFFFFF;
    border: solid 1px #EEEEEE;
  }
  #member_center .editpwd {
    width: 100%;
    padding: 15px;
    background: none;
    border: none;
    margin: 0;
  }
  #member_center .editpwd .content {
    padding: 35px 110px;
    background: #FFFFFF;
    border: solid 1px #EEEEEE;
  }
}
@media (max-width: 767px) {
  #member_center .head {
    padding: 1px 15px;
  }
  #member_center .head .content {
    width: 100%;
    height: auto;
  }
  #member_center .head .content .pic {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto;
  }
  #member_center .head .content .tit {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }
  #member_center .head .content .tools {
    position: relative;
    right: auto;
    top: 0;
    margin: 0 auto;
    background: none;
    padding: 15px 0;
  }
  #member_center .head .content .tools a {
    font-size: 16px;
  }
  #member_center .menu .list {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  #member_center .menu .list ul li {
    margin: 0 5px;
    padding: 0 10px;
    font-size: 18px;
  }
  #member_center .mdata {
    width: 100%;
    padding: 15px;
    background: none;
    border: none;
    margin: 0;
  }
  #member_center .mdata .content {
    padding: 15px;
    background: #FFFFFF;
    border: solid 1px #EEEEEE;
  }
  #member_center .mdata .content .group {
    width: 100%;
    float: none;
  }
  #member_center .mdata .content .group .item {
    border: solid 1px #DDDDDD;
    margin: 10px 0;
  }
  #member_center .mdata .content .group .item .ziduan {
    max-width: 42%;
    width: auto;
    text-align: left;
    text-indent: 10px;
    font-size: 14px;
  }
  #member_center .mdata .content .group .item .val {
    width: 58%;
    border: none;
  }
  #member_center .mdata .content .group .item #address_group {
    width: 75%;
  }
  #member_center .mdata .content .group .sexs {
    border: none;
  }
  #member_center .mdata .content .group .sexs .ziduan {
    width: 22%;
  }
  #member_center .mdata .content .note {
    border: solid 1px #DDDDDD;
    margin: 10px 0;
  }
  #member_center .mdata .content .note .ziduan {
    max-width: 30%;
    width: 30%;
    font-size: 14px;
    text-align: left;
    text-indent: 10px;
  }
  #member_center .mdata .content .note .val {
    width: 70%;
    border: none;
  }
  #member_center .mdata .content .note .val textarea {
    height: 120px;
    margin: 7px 0;
    font-size: 14px;
    line-height: 24px;
  }
  #member_center .mdata .content .submit {
    margin: 10px 0;
  }
  #member_center .mdata .content .submit .ziduan {
    max-width: 30%;
    width: 20%;
    font-size: 14px;
    text-align: left;
    text-indent: 15px;
    display: none;
  }
  #member_center .mdata .content .submit .val {
    width: 80%;
  }
  #member_center .mdata .content .submit .val input {
    width: 130px;
    height: 40px;
    font-size: 15px;
  }
  #member_center .editpic {
    width: 100%;
    padding: 15px;
    background: none;
    border: none;
    margin: 0;
  }
  #member_center .editpic .content {
    padding: 15px;
    background: #FFFFFF;
    border: solid 1px #EEEEEE;
  }
  #member_center .editpic .content .pic {
    margin: 20px 0;
  }
  #member_center .editpic .content .pic .img {
    width: 160px;
    height: 160px;
  }
  #member_center .editpic .content .tips {
    font-size: 14px;
    line-height: 24px;
  }
  #member_center .editpic .content .bts a {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  #member_center .editpwd {
    width: 100%;
    padding: 15px;
    background: none;
    border: none;
    margin: 0;
  }
  #member_center .editpwd .content {
    padding: 15px;
    background: #FFFFFF;
    border: solid 1px #EEEEEE;
  }
  #member_center .editpwd .content .form .item {
    border: solid 1px #DDDDDD;
    margin: 10px 0;
  }
  #member_center .editpwd .content .form .item .ziduan {
    max-width: 30%;
    width: auto;
    text-align: left;
    text-indent: 15px;
    font-size: 14px;
  }
  #member_center .editpwd .content .form .item .val {
    width: 70%;
    border: none;
  }
  #member_center .editpwd .content .form .submit {
    margin: 10px 0;
  }
  #member_center .editpwd .content .form .submit .ziduan {
    max-width: 30%;
    width: 20%;
    font-size: 14px;
    text-align: left;
    text-indent: 15px;
    display: none;
  }
  #member_center .editpwd .content .form .submit .val {
    width: 80%;
  }
  #member_center .editpwd .content .form .submit .val input {
    width: 130px;
    height: 40px;
    font-size: 15px;
  }
}
#store_container {
  position: relative;
}
#store_menu_h {
  height: 72px;
  display: none;
}
@media (max-width: 1199px) {
  #store_menu_h {
    height: 50px;
  }
}
#store_menu {
  position: relative;
  height: 72px;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 10000;
}
#store_menu .list {
  position: relative;
  height: 72px;
  width: 84%;
  float: left;
  overflow: visible;
}
#store_menu .list ul {
  position: relative;
}
#store_menu .list ul li {
  float: left;
  width: 14%;
  height: 72px;
  position: relative;
  text-align: center;
}
#store_menu .list ul li .name {
  font-size: 18px;
  line-height: 72px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
}
#store_menu .list ul li .name span {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../Images/z46.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#store_menu .list ul li .items {
  position: relative;
  display: none;
}
#store_menu .list ul li .items .item {
  background: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 40px;
  border-bottom: solid 1px #000000;
}
#store_menu .list ul li .items .item a {
  color: #FFFFFF;
}
#store_menu .list ul li .items .item_onfocus {
  background: rgba(245, 129, 0, 0);
}
#store_menu .list ul li .items .item:hover {
  background: rgba(245, 129, 0, 0);
}
#store_menu .list ul li .items .item:nth-last-child(1) {
  border-bottom: none;
}
#store_menu .list ul li:hover .name {
  color: #f58100;
}
#store_menu .list ul li:hover .name span {
  background-image: url(../Images/z47.png);
  border-bottom: solid 2px #f58100;
}
#store_menu .list ul .onfocus .name {
  color: #f58100;
}
#store_menu .list ul .onfocus .name span {
  background-image: url(../Images/z47.png);
  border-bottom: solid 2px #f58100;
}
#store_menu .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#store_menu .member {
  width: 16%;
  text-align: left;
  float: left;
  height: 72px;
  position: relative;
}
#store_menu .member span {
  display: block;
  font-size: 17px;
  line-height: 72px;
  padding-left: 70px;
}
#store_menu .member a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#store_menu .member p {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  #store_menu .list ul li .name {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #store_menu .list ul li .name {
    font-size: 15px;
  }
  #store_menu .list ul li .name span {
    padding-right: 16px;
  }
  #store_menu .member span {
    padding-left: 60px;
    font-size: 15px;
  }
  #store_menu .member p {
    left: 0;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #store_menu {
    height: 50px;
  }
  #store_menu .list {
    height: 50px;
    width: 90%;
  }
  #store_menu .list ul li {
    width: 14%;
    height: 50px;
  }
  #store_menu .list ul li .name {
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  #store_menu .list ul li .name span {
    padding-right: 16px;
  }
  #store_menu .list ul li .items .item {
    font-size: 12px;
    line-height: 30px;
  }
  #store_menu .member {
    width: 10%;
    height: 50px;
  }
  #store_menu .member span {
    display: none;
  }
  #store_menu .member p {
    width: 36px;
    height: 36px;
    left: 7px;
    top: 7px;
  }
}
@media (max-width: 992px) {
  #store_menu {
    height: 50px;
  }
  #store_menu .list {
    height: 50px;
    float: none;
    width: 100%;
  }
  #store_menu .list ul li {
    width: 14%;
    height: 50px;
  }
  #store_menu .list ul li .name {
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  #store_menu .list ul li .name span {
    padding-right: 16px;
  }
  #store_menu .list ul li .items .item {
    font-size: 12px;
    line-height: 30px;
  }
  #store_menu .member {
    display: none;
  }
}
@media (max-width: 768px) {
  #store_menu {
    height: 50px;
  }
  #store_menu .list {
    height: 50px;
    float: none;
    width: 100%;
  }
  #store_menu .list ul li {
    width: 14%;
    height: 50px;
  }
  #store_menu .list ul li .name {
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  #store_menu .list ul li .name span {
    padding-right: 16px;
  }
  #store_menu .list ul li .items .item {
    font-size: 12px;
    line-height: 30px;
  }
  #store_menu .member {
    display: none;
  }
}
#store_map {
  height: 800px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 993px) and (max-width: 1199px) {
  #store_map {
    height: 600px;
  }
}
@media (max-width: 992px) {
  #store_map {
    height: 600px;
  }
}
@media (max-width: 768px) {
  #store_map {
    height: 400px;
  }
}
#storelist {
  position: relative;
}
#storelist .datalist {
  width: 1500px;
  margin: 0 auto;
  position: relative;
  padding: 30px 0;
}
#storelist .datalist ul li {
  width: 500px;
  position: relative;
  float: left;
  height: 394px;
  margin: 30px 0;
}
#storelist .datalist ul li .data {
  margin: 0 35px;
  height: 100%;
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
}
#storelist .datalist ul li .data .pic {
  position: relative;
  height: 260px;
  border: solid 1px #868686;
}
#storelist .datalist ul li .data .pic a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#storelist .datalist ul li .data .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px;
}
#storelist .datalist ul li .data .show a {
  display: inline-block;
  width: 110px;
  line-height: 36px;
  font-size: 14px;
  border: solid 1px #1b1b1b;
  text-decoration: none;
}
#storelist .datalist ul li .data .show a:hover {
  background: #1b1b1b;
  color: #FFFFFF;
}
#storelist .datalist ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #storelist .datalist {
    width: 1200px;
  }
  #storelist .datalist ul li {
    width: 400px;
    margin: 20px 0;
    height: 354px;
  }
  #storelist .datalist ul li .data {
    margin: 0 20px;
  }
  #storelist .datalist ul li .data .pic {
    height: 240px;
  }
  #storelist .datalist ul li .data .tit {
    margin: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #storelist .datalist {
    width: 960px;
  }
  #storelist .datalist ul li {
    width: 320px;
    margin: 20px 0;
    height: 300px;
  }
  #storelist .datalist ul li .data {
    margin: 0 20px;
  }
  #storelist .datalist ul li .data .pic {
    height: 200px;
  }
  #storelist .datalist ul li .data .pic a {
    margin: 20px;
    height: 160px;
    background-size: contain;
  }
  #storelist .datalist ul li .data .tit {
    margin: 10px;
    font-size: 16px;
  }
  #storelist .datalist ul li .data .show a {
    width: 100px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #storelist .datalist {
    width: 800px;
  }
  #storelist .datalist ul li {
    width: 400px;
    margin: 20px 0;
    height: 300px;
  }
  #storelist .datalist ul li .data {
    margin: 0 20px;
  }
  #storelist .datalist ul li .data .pic {
    height: 200px;
  }
  #storelist .datalist ul li .data .pic a {
    margin: 20px;
    height: 160px;
    background-size: contain;
  }
  #storelist .datalist ul li .data .tit {
    margin: 10px;
    font-size: 16px;
  }
  #storelist .datalist ul li .data .show a {
    width: 100px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #storelist .datalist {
    width: 100%;
    padding: 15px;
  }
  #storelist .datalist ul li {
    width: 50%;
    margin: 20px 0;
    height: 300px;
  }
  #storelist .datalist ul li .data {
    margin: 0 20px;
  }
  #storelist .datalist ul li .data .pic {
    height: 200px;
  }
  #storelist .datalist ul li .data .pic a {
    margin: 20px;
    height: 160px;
    background-size: contain;
  }
  #storelist .datalist ul li .data .tit {
    margin: 10px;
    font-size: 16px;
  }
  #storelist .datalist ul li .data .show a {
    width: 100px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #storelist .datalist {
    width: 100%;
    padding: 15px;
  }
  #storelist .datalist ul li {
    width: 50%;
    margin: 10px 0;
    height: 210px;
  }
  #storelist .datalist ul li .data {
    margin: 0 5px 0 0;
  }
  #storelist .datalist ul li .data .pic {
    height: 130px;
  }
  #storelist .datalist ul li .data .pic a {
    margin: 10px;
    height: 110px;
    background-size: contain;
  }
  #storelist .datalist ul li .data .tit {
    margin: 5px;
    font-size: 13px;
  }
  #storelist .datalist ul li .data .show a {
    width: 86px;
    line-height: 24px;
    font-size: 12px;
  }
  #storelist .datalist ul li:nth-child(2n) .data {
    margin: 0 0 0 5px;
  }
}
#downloadTips {
  text-align: center;
  padding-bottom: 30px;
}
#downloadTips span {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
}
#downloadTips img {
  width: 40px;
}
#storeshow {
  position: relative;
  padding: 30px 15px;
}
#storeshow .content {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 26px;
}
#storeshow .content img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #storeshow {
    padding: 15px;
  }
}
#shop_home {
  position: relative;
}
#shop_home .content_pc {
  position: relative;
  overflow: hidden;
}
#shop_home .content_pc img {
  max-width: 100%;
}
#shop_home .content_mobile {
  position: relative;
  overflow: hidden;
  display: none;
}
#shop_home .content_mobile img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #shop_home .content_pc {
    display: none;
  }
  #shop_home .content_mobile {
    display: block;
  }
}
#shop_menu {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  height: 72px;
  background: #FFFFFF;
}
#shop_menu .list {
  width: 84%;
  position: relative;
  float: left;
  height: 72px;
}
#shop_menu .list ul {
  position: relative;
}
#shop_menu .list ul li {
  line-height: 72px;
  height: 72px;
  text-align: center;
  font-size: 14px;
  float: left;
}
#shop_menu .list ul li a {
  display: inline-block;
  box-sizing: border-box;
}
#shop_menu .list ul li .p1 {
  font-size: 19px;
  line-height: 30px;
  padding-top: 10px;
}
#shop_menu .list ul li .p2 {
  font-size: 13px;
  line-height: 20px;
}
#shop_menu .list ul .onfocus a {
  border-bottom: solid 4px #f58100;
  color: #f58100;
  height: 72px;
}
#shop_menu .list ul li:hover {
  background-color: #f58100;
}
#shop_menu .list ul li:hover a {
  color: #FFFFFF;
}
#shop_menu .list ul .last:hover {
  background-color: #FFFFFF;
}
#shop_menu .list ul .last:hover a {
  color: #FFFFFF;
}
#shop_menu .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#shop_menu .list .swiper-button-prev {
  width: 51px;
  height: 63px;
  left: 0;
  background-image: url(../Images/z12.png);
  top: 40%;
  z-index: 100000;
}
#shop_menu .list .swiper-button-next {
  width: 51px;
  height: 63px;
  right: 0;
  background-image: url(../Images/z13.png);
  top: 40%;
  z-index: 100000;
}
#shop_menu .member {
  width: 16%;
  text-align: left;
  float: left;
  height: 72px;
  position: relative;
  overflow: hidden;
}
#shop_menu .member span {
  display: block;
  font-size: 22px;
  line-height: 72px;
  padding-left: 70px;
}
#shop_menu .member a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#shop_menu .member p {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1400px) {
  #shop_menu .list ul {
    padding-left: 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  #shop_menu .list ul li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #shop_menu .list ul li {
    font-size: 13px;
  }
  #shop_menu .member p {
    width: 36px;
    height: 36px;
    left: 0;
    top: 16px;
  }
  #shop_menu .member span {
    padding-left: 45px;
    font-size: 19px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #shop_menu .list ul li {
    font-size: 12px;
  }
  #shop_menu .list .swiper-button-prev {
    height: 40px;
    top: 40px;
  }
  #shop_menu .list .swiper-button-next {
    height: 40px;
    top: 40px;
  }
  #shop_menu .member p {
    width: 36px;
    height: 36px;
    left: 0;
    top: 16px;
  }
  #shop_menu .member span {
    padding-left: 45px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #shop_menu {
    height: 50px;
    top: 88px;
  }
  #shop_menu .list {
    width: 100%;
    float: none;
    height: 50px;
    line-height: 50px;
  }
  #shop_menu .list ul li {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  #shop_menu .list ul li a .p1 {
    font-size: 14px;
  }
  #shop_menu .list ul li a .p2 {
    display: none;
  }
  #shop_menu .list .swiper-button-prev {
    height: 40px;
    top: 27px;
  }
  #shop_menu .list .swiper-button-next {
    height: 40px;
    top: 27px;
  }
  #shop_menu .member {
    display: none;
  }
}
@media (max-width: 767px) {
  #shop_menu {
    top: 70px;
  }
}
#shop_menu_h {
  height: 72px;
}
@media (max-width: 992px) {
  #shop_menu_h {
    height: 50px;
  }
}
#shop_product {
  position: relative;
}
#shop_product .content {
  position: relative;
  width: 1420px;
  margin: 60px auto;
}
#shop_product .content .thisname .n1 {
  font-size: 36px;
}
#shop_product .content .thisname .n1 span {
  float: left;
}
#shop_product .content .thisname .n1 img {
  float: left;
  position: relative;
  top: 25px;
  left: 15px;
}
#shop_product .content .thisname .n1 .s2 {
  font-weight: bold;
}
#shop_product .content .thisname .n1:after {
  content: " ";
  display: block;
  clear: both;
}
#shop_product .content .thisname .n2 .item1 {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
}
#shop_product .content .thisname .n2 .item1 img {
  position: relative;
  top: -4px;
}
#shop_product .content .thisname .n2 .item2 {
  display: inline-block;
  font-size: 26px;
}
#shop_product .content .thisname .n2 .item2 .s1 {
  font-weight: bold;
}
#shop_product .content .thisname .n2 .item2 .s2 {
  color: #f58100;
}
#shop_product .content .datalist {
  margin: 20px 0;
  position: relative;
}
#shop_product .content .datalist ul li {
  position: relative;
  margin: 0 35px 35px 0;
  width: 450px;
  float: left;
  height: 756px;
  background: #FFFFFF;
}
#shop_product .content .datalist ul li .pic {
  height: 670px;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#shop_product .content .datalist ul li .pic .bg {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: url(../Images/z52.png);
  padding: 15px;
  transition: all 0.4s;
}
#shop_product .content .datalist ul li .pic .bg .line {
  height: 100%;
  border: solid 1px #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
  background-image: url(../Images/z53.png);
  background-position: bottom 40px center;
  background-repeat: no-repeat;
}
#shop_product .content .datalist ul li .pic .cname {
  position: relative;
  top: -100%;
  z-index: 1;
  line-height: 670px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  background: url(../Images/z54.png) center center no-repeat;
  transition: all 0.4s;
}
#shop_product .content .datalist ul li .pic a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#shop_product .content .datalist ul li .tit {
  padding: 15px;
  position: relative;
  font-family: Arial, Verdana, "微软雅黑", "宋体";
}
#shop_product .content .datalist ul li .tit .cn {
  font-size: 30px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shop_product .content .datalist ul li .tit .cn a:hover {
  color: #f58100;
}
#shop_product .content .datalist ul li .tit .eng {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: arial;
  color: #888888;
}
#shop_product .content .datalist ul li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 993px) {
  #shop_product .content .datalist ul li:hover .pic .bg {
    top: 0;
  }
  #shop_product .content .datalist ul li:hover .pic .cname {
    top: 0;
  }
  #shop_product .content .datalist ul li:hover .tit .cn {
    color: #f58100;
  }
  #shop_product .content .datalist ul li:hover .tit .cn a {
    color: #f58100;
  }
  #shop_product .content .datalist ul li:hover .tit .eng {
    color: #f58100;
  }
}
#shop_product .content .datalist ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1400px) and (max-width: 1640px) {
  #shop_product .content {
    width: 1140px;
    margin: 40px auto;
  }
  #shop_product .content .datalist ul li {
    width: 360px;
    margin: 0 30px 30px 0;
    height: 626px;
  }
  #shop_product .content .datalist ul li .pic {
    height: 540px;
  }
  #shop_product .content .datalist ul li .pic .cname {
    line-height: 540px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #shop_product .content {
    width: 980px;
    margin: 40px auto;
  }
  #shop_product .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_product .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_product .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_product .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_product .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_product .content .datalist ul li {
    width: 310px;
    margin: 0 25px 25px 0;
    height: 546px;
  }
  #shop_product .content .datalist ul li .pic {
    height: 460px;
  }
  #shop_product .content .datalist ul li .pic .bg .line {
    background-size: 220px auto;
    background-position: bottom 30px center;
  }
  #shop_product .content .datalist ul li .pic .cname {
    line-height: 460px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #shop_product .content {
    width: 800px;
    margin: 30px auto;
  }
  #shop_product .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_product .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_product .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_product .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_product .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_product .content .datalist ul li {
    width: 380px;
    margin: 25px 0;
    height: 656px;
  }
  #shop_product .content .datalist ul li .pic {
    height: 570px;
  }
  #shop_product .content .datalist ul li .pic .bg .line {
    background-size: 220px auto;
    background-position: bottom 30px center;
  }
  #shop_product .content .datalist ul li .pic .cname {
    line-height: 570px;
  }
  #shop_product .content .datalist ul li:nth-child(2n) {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #shop_product {
    padding: 0 15px;
  }
  #shop_product .content {
    width: 100%;
    margin: 30px auto;
  }
  #shop_product .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_product .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_product .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_product .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_product .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_product .content .datalist ul li {
    width: 360px;
    margin: 10px 0;
    height: 626px;
  }
  #shop_product .content .datalist ul li .pic {
    height: 540px;
  }
  #shop_product .content .datalist ul li .pic .bg .line {
    background-size: 220px auto;
    background-position: bottom 30px center;
  }
  #shop_product .content .datalist ul li .pic .cname {
    line-height: 540px;
  }
  #shop_product .content .datalist ul li:nth-child(2n) {
    float: right;
  }
}
@media (max-width: 767px) {
  #shop_product {
    padding: 0 15px;
  }
  #shop_product .content {
    width: 100%;
    margin: 20px auto;
  }
  #shop_product .content .thisname .n1 {
    font-size: 20px;
  }
  #shop_product .content .thisname .n1 img {
    top: 16px;
    left: 10px;
    width: 180px;
  }
  #shop_product .content .thisname .n2 .item1 {
    font-size: 14px;
  }
  #shop_product .content .thisname .n2 .item1 img {
    top: 0;
    width: 120px;
  }
  #shop_product .content .thisname .n2 .item2 {
    font-size: 14px;
  }
  #shop_product .content .datalist ul li {
    width: 48%;
    margin: 10px 0;
    height: 300px;
  }
  #shop_product .content .datalist ul li .pic {
    height: 240px;
  }
  #shop_product .content .datalist ul li .pic .bg .line {
    background-size: 70% auto;
    background-position: bottom 10px center;
  }
  #shop_product .content .datalist ul li .pic .cname {
    line-height: 240px;
    font-size: 14px;
    background-size: auto 36px;
  }
  #shop_product .content .datalist ul li .tit {
    padding: 10px;
  }
  #shop_product .content .datalist ul li .tit .cn {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  #shop_product .content .datalist ul li:nth-child(2n) {
    float: right;
  }
}
#shop_product_show {
  position: relative;
}
#shop_product_show .content {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 26px;
}
#shop_product_show .content img {
  max-width: 100%;
}
#shop_kepian {
  position: relative;
}
#shop_kepian .content {
  position: relative;
  width: 1420px;
  margin: 60px auto;
}
#shop_kepian .content .thisname .n1 {
  font-size: 36px;
}
#shop_kepian .content .thisname .n1 span {
  float: left;
}
#shop_kepian .content .thisname .n1 img {
  float: left;
  position: relative;
  top: 25px;
  left: 15px;
}
#shop_kepian .content .thisname .n1 .s2 {
  font-weight: bold;
}
#shop_kepian .content .thisname .n1:after {
  content: " ";
  display: block;
  clear: both;
}
#shop_kepian .content .thisname .n2 .item1 {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
}
#shop_kepian .content .thisname .n2 .item1 img {
  position: relative;
  top: -4px;
}
#shop_kepian .content .thisname .n2 .item2 {
  display: inline-block;
  font-size: 26px;
}
#shop_kepian .content .thisname .n2 .item2 .s1 {
  font-weight: bold;
}
#shop_kepian .content .thisname .n2 .item2 .s2 {
  color: #f58100;
}
#shop_kepian .content .datalist {
  margin: 20px 0;
  position: relative;
}
#shop_kepian .content .datalist ul li {
  position: relative;
  margin: 0 35px 35px 0;
  width: 450px;
  float: left;
  height: 756px;
  background: #FFFFFF;
}
#shop_kepian .content .datalist ul li .pic {
  height: 670px;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#shop_kepian .content .datalist ul li .pic .bg {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: url(../Images/z52.png);
  padding: 15px;
  transition: all 0.4s;
}
#shop_kepian .content .datalist ul li .pic .bg .line {
  height: 100%;
  border: solid 1px #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
  background-image: url(../Images/z53.png);
  background-position: bottom 40px center;
  background-repeat: no-repeat;
}
#shop_kepian .content .datalist ul li .pic .cname {
  position: relative;
  z-index: 1;
  top: -100%;
  line-height: 670px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  background: url(../Images/z54.png) center center no-repeat;
  transition: all 0.4s;
}
#shop_kepian .content .datalist ul li .pic a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#shop_kepian .content .datalist ul li .tit {
  padding: 15px;
  position: relative;
  font-family: Arial, Verdana, "微软雅黑", "宋体";
}
#shop_kepian .content .datalist ul li .tit .cn {
  font-size: 30px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shop_kepian .content .datalist ul li .tit .cn a:hover {
  color: #f58100;
}
#shop_kepian .content .datalist ul li .tit .eng {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: arial;
  color: #888888;
}
#shop_kepian .content .datalist ul li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 993px) {
  #shop_kepian .content .datalist ul li:hover .pic .bg {
    top: 0;
  }
  #shop_kepian .content .datalist ul li:hover .pic .cname {
    top: 0;
  }
  #shop_kepian .content .datalist ul li:hover .tit .cn {
    color: #f58100;
  }
  #shop_kepian .content .datalist ul li:hover .tit .cn a {
    color: #f58100;
  }
  #shop_kepian .content .datalist ul li:hover .tit .eng {
    color: #f58100;
  }
}
#shop_kepian .content .datalist ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1400px) and (max-width: 1640px) {
  #shop_kepian .content {
    width: 1140px;
    margin: 40px auto;
  }
  #shop_kepian .content .datalist ul li {
    width: 360px;
    margin: 0 30px 30px 0;
    height: 626px;
  }
  #shop_kepian .content .datalist ul li .pic {
    height: 540px;
  }
  #shop_kepian .content .datalist ul li .pic .cname {
    line-height: 540px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #shop_kepian .content {
    width: 980px;
    margin: 40px auto;
  }
  #shop_kepian .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_kepian .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_kepian .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_kepian .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_kepian .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_kepian .content .datalist ul li {
    width: 310px;
    margin: 0 25px 25px 0;
    height: 546px;
  }
  #shop_kepian .content .datalist ul li .pic {
    height: 460px;
  }
  #shop_kepian .content .datalist ul li .pic .bg .line {
    background-size: 220px auto;
    background-position: bottom 30px center;
  }
  #shop_kepian .content .datalist ul li .pic .cname {
    line-height: 460px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #shop_kepian .content {
    width: 800px;
    margin: 30px auto;
  }
  #shop_kepian .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_kepian .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_kepian .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_kepian .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_kepian .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_kepian .content .datalist ul li {
    width: 380px;
    margin: 25px 0;
    height: 656px;
  }
  #shop_kepian .content .datalist ul li .pic {
    height: 570px;
  }
  #shop_kepian .content .datalist ul li .pic .bg .line {
    background-size: 220px auto;
    background-position: bottom 30px center;
  }
  #shop_kepian .content .datalist ul li .pic .cname {
    line-height: 570px;
  }
  #shop_kepian .content .datalist ul li:nth-child(2n) {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #shop_kepian {
    padding: 0 15px;
  }
  #shop_kepian .content {
    width: 100%;
    margin: 30px auto;
  }
  #shop_kepian .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_kepian .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_kepian .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_kepian .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_kepian .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_kepian .content .datalist ul li {
    width: 360px;
    margin: 10px 0;
    height: 626px;
  }
  #shop_kepian .content .datalist ul li .pic {
    height: 540px;
  }
  #shop_kepian .content .datalist ul li .pic .bg .line {
    background-size: 220px auto;
    background-position: bottom 30px center;
  }
  #shop_kepian .content .datalist ul li .pic .cname {
    line-height: 540px;
  }
  #shop_kepian .content .datalist ul li:nth-child(2n) {
    float: right;
  }
}
@media (max-width: 767px) {
  #shop_kepian {
    padding: 0 15px;
  }
  #shop_kepian .content {
    width: 100%;
    margin: 20px auto;
  }
  #shop_kepian .content .thisname .n1 {
    font-size: 20px;
  }
  #shop_kepian .content .thisname .n1 img {
    top: 16px;
    left: 10px;
    width: 180px;
  }
  #shop_kepian .content .thisname .n2 .item1 {
    font-size: 14px;
  }
  #shop_kepian .content .thisname .n2 .item1 img {
    top: 0;
    width: 120px;
  }
  #shop_kepian .content .thisname .n2 .item2 {
    font-size: 14px;
  }
  #shop_kepian .content .datalist ul li {
    width: 48%;
    margin: 10px 0;
    height: 300px;
  }
  #shop_kepian .content .datalist ul li .pic {
    height: 240px;
  }
  #shop_kepian .content .datalist ul li .pic .bg .line {
    background-size: 70% auto;
    background-position: bottom 10px center;
  }
  #shop_kepian .content .datalist ul li .pic .cname {
    line-height: 240px;
    font-size: 14px;
    background-size: auto 36px;
  }
  #shop_kepian .content .datalist ul li .tit {
    padding: 10px;
  }
  #shop_kepian .content .datalist ul li .tit .cn {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  #shop_kepian .content .datalist ul li:nth-child(2n) {
    float: right;
  }
}
#shop_micro {
  position: relative;
}
#shop_micro .content {
  position: relative;
  width: 1420px;
  margin: 60px auto;
}
#shop_micro .content .thisname .n1 {
  font-size: 36px;
}
#shop_micro .content .thisname .n1 span {
  float: left;
}
#shop_micro .content .thisname .n1 img {
  float: left;
  position: relative;
  top: 25px;
  left: 15px;
}
#shop_micro .content .thisname .n1 .s2 {
  font-weight: bold;
}
#shop_micro .content .thisname .n1:after {
  content: " ";
  display: block;
  clear: both;
}
#shop_micro .content .thisname .n2 .item1 {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
}
#shop_micro .content .thisname .n2 .item1 img {
  position: relative;
  top: -4px;
}
#shop_micro .content .thisname .n2 .item2 {
  display: inline-block;
  font-size: 26px;
}
#shop_micro .content .thisname .n2 .item2 .s1 {
  font-weight: bold;
}
#shop_micro .content .thisname .n2 .item2 .s2 {
  color: #f58100;
}
#shop_micro .content .video {
  margin: 30px 0;
}
#shop_micro .content .video video {
  width: 100%;
}
#shop_micro .content .datalist {
  margin: 20px 0;
  position: relative;
}
#shop_micro .content .datalist ul li {
  position: relative;
  margin: 20px 0;
  width: 690px;
  float: left;
  height: 564px;
  background: #FFFFFF;
}
#shop_micro .content .datalist ul li .pic {
  height: 390px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#shop_micro .content .datalist ul li .pic .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/z56.png) center center no-repeat;
}
#shop_micro .content .datalist ul li .pic a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#shop_micro .content .datalist ul li .tit {
  padding: 20px 25px;
  position: relative;
}
#shop_micro .content .datalist ul li .tit .cn {
  font-size: 26px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
#shop_micro .content .datalist ul li .tit .cn a:hover {
  color: #f58100;
}
#shop_micro .content .datalist ul li .tit .other {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shop_micro .content .datalist ul li .tit .jianjie {
  font-size: 16px;
  line-height: 30px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#shop_micro .content .datalist ul li:nth-child(2n) {
  float: right;
}
#shop_micro .content .datalist ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1400px) and (max-width: 1640px) {
  #shop_micro .content {
    width: 1140px;
    margin: 40px auto;
  }
  #shop_micro .content .datalist ul li {
    width: 560px;
    margin: 20px 0;
    height: 490px;
  }
  #shop_micro .content .datalist ul li .pic {
    height: 315px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #shop_micro .content {
    width: 980px;
    margin: 40px auto;
  }
  #shop_micro .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_micro .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_micro .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_micro .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_micro .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_micro .content .datalist ul li {
    width: 480px;
    margin: 10px 0;
    height: 440px;
  }
  #shop_micro .content .datalist ul li .pic {
    height: 270px;
  }
  #shop_micro .content .datalist ul li .tit .cn {
    font-size: 24px;
    line-height: 40px;
    height: 40px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #shop_micro .content {
    width: 800px;
    margin: 30px auto;
  }
  #shop_micro .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_micro .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_micro .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_micro .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_micro .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_micro .content .datalist ul li {
    width: 49%;
    margin: 15px 0;
    height: 360px;
  }
  #shop_micro .content .datalist ul li .pic {
    height: 220px;
  }
  #shop_micro .content .datalist ul li .tit {
    padding: 10px;
  }
  #shop_micro .content .datalist ul li .tit .cn {
    font-size: 20px;
    line-height: 36px;
    height: 36px;
  }
  #shop_micro .content .datalist ul li .tit .other {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_micro .content .datalist ul li .tit .jianjie {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #shop_micro {
    padding: 0 15px;
  }
  #shop_micro .content {
    width: 100%;
    margin: 30px auto;
  }
  #shop_micro .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_micro .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_micro .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_micro .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_micro .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_micro .content .datalist ul li {
    width: 49%;
    margin: 15px 0;
    height: 360px;
  }
  #shop_micro .content .datalist ul li .pic {
    height: 220px;
  }
  #shop_micro .content .datalist ul li .tit {
    padding: 10px;
  }
  #shop_micro .content .datalist ul li .tit .cn {
    font-size: 20px;
    line-height: 36px;
    height: 36px;
  }
  #shop_micro .content .datalist ul li .tit .other {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_micro .content .datalist ul li .tit .jianjie {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
  }
}
@media (max-width: 767px) {
  #shop_micro {
    padding: 0 15px;
  }
  #shop_micro .content {
    width: 100%;
    margin: 20px auto;
  }
  #shop_micro .content .thisname .n1 {
    font-size: 20px;
  }
  #shop_micro .content .thisname .n1 img {
    top: 16px;
    left: 10px;
    width: 180px;
  }
  #shop_micro .content .thisname .n2 .item1 {
    font-size: 14px;
  }
  #shop_micro .content .thisname .n2 .item1 img {
    top: 0;
    width: 120px;
  }
  #shop_micro .content .thisname .n2 .item2 {
    font-size: 14px;
  }
  #shop_micro .content .datalist ul li {
    width: 100%;
    margin: 15px 0;
    height: 340px;
    float: none;
  }
  #shop_micro .content .datalist ul li .pic {
    height: 200px;
  }
  #shop_micro .content .datalist ul li .pic .bg {
    background-size: auto 50px;
  }
  #shop_micro .content .datalist ul li .tit {
    padding: 10px;
  }
  #shop_micro .content .datalist ul li .tit .cn {
    font-size: 18px;
    line-height: 36px;
    height: 36px;
  }
  #shop_micro .content .datalist ul li .tit .other {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_micro .content .datalist ul li .tit .jianjie {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
  }
  #shop_micro .content .datalist ul li:nth-child(2n) {
    float: none;
  }
}
#shop_wedding {
  position: relative;
}
#shop_wedding .content {
  position: relative;
  width: 1420px;
  margin: 60px auto;
}
#shop_wedding .content .thisname .n1 {
  font-size: 36px;
}
#shop_wedding .content .thisname .n1 span {
  float: left;
}
#shop_wedding .content .thisname .n1 img {
  float: left;
  position: relative;
  top: 25px;
  left: 15px;
}
#shop_wedding .content .thisname .n1 .s2 {
  font-weight: bold;
}
#shop_wedding .content .thisname .n1:after {
  content: " ";
  display: block;
  clear: both;
}
#shop_wedding .content .thisname .n2 .item1 {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
}
#shop_wedding .content .thisname .n2 .item1 img {
  position: relative;
  top: -4px;
}
#shop_wedding .content .thisname .n2 .item2 {
  display: inline-block;
  font-size: 26px;
}
#shop_wedding .content .thisname .n2 .item2 .s1 {
  font-weight: bold;
}
#shop_wedding .content .thisname .n2 .item2 .s2 {
  color: #f58100;
}
#shop_wedding .content .othergroup {
  position: relative;
  margin: 20px 0;
}
#shop_wedding .content .othergroup .item {
  position: relative;
  height: 424px;
  background: #FFFFFF;
}
#shop_wedding .content .othergroup .item .pic {
  width: 50%;
  height: 100%;
  float: left;
  background-position: center center;
  background-size: cover;
}
#shop_wedding .content .othergroup .item .group {
  width: 50%;
  height: 100%;
  float: right;
}
#shop_wedding .content .othergroup .item .group .obj {
  padding: 80px 130px;
  position: relative;
}
#shop_wedding .content .othergroup .item .group .obj .tit {
  padding: 20px 0;
  font-weight: bold;
}
#shop_wedding .content .othergroup .item .group .obj .tit .cn {
  color: #f58100;
  font-size: 20px;
}
#shop_wedding .content .othergroup .item .group .obj .tit .en {
  font-size: 14px;
  line-height: 20px;
  color: #a5a5a5;
}
#shop_wedding .content .othergroup .item .group .obj .tips {
  font-size: 20px;
  line-height: 42px;
  font-weight: bold;
}
#shop_wedding .content .othergroup .item .group .obj .jianjie {
  font-size: 15px;
  line-height: 36px;
}
#shop_wedding .content .othergroup .item:nth-child(2n) .pic {
  float: right;
}
#shop_wedding .content .othergroup .item:nth-child(2n) .group {
  float: left;
}
#shop_wedding .content .othergroup .item:after {
  content: " ";
  display: block;
  clear: both;
}
#shop_wedding .content .datalist {
  margin: 20px 0;
  position: relative;
}
#shop_wedding .content .datalist ul li {
  position: relative;
  margin: 10px 0;
  width: 700px;
  float: left;
  height: 450px;
  background: #FFFFFF;
}
#shop_wedding .content .datalist ul li .pic {
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#shop_wedding .content .datalist ul li .pic .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/z56.png) center center no-repeat;
}
#shop_wedding .content .datalist ul li .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  background: url(../Images/z52.png);
}
#shop_wedding .content .datalist ul li a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#shop_wedding .content .datalist ul li:hover .tit span {
  color: #f58100;
}
#shop_wedding .content .datalist ul li:nth-child(2n) {
  float: right;
}
#shop_wedding .content .datalist ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1400px) and (max-width: 1640px) {
  #shop_wedding .content {
    width: 1140px;
    margin: 40px auto;
  }
  #shop_wedding .content .othergroup .item .group .obj {
    padding: 80px;
  }
  #shop_wedding .content .datalist ul li {
    width: 560px;
    height: 360px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #shop_wedding .content {
    width: 980px;
    margin: 40px auto;
  }
  #shop_wedding .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_wedding .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_wedding .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_wedding .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_wedding .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_wedding .content .othergroup .item {
    height: 320px;
  }
  #shop_wedding .content .othergroup .item .group .obj {
    padding: 40px;
  }
  #shop_wedding .content .datalist ul li {
    width: 480px;
    height: 300px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #shop_wedding .content {
    width: 800px;
    margin: 30px auto;
  }
  #shop_wedding .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_wedding .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_wedding .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_wedding .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_wedding .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_wedding .content .othergroup .item {
    height: 240px;
  }
  #shop_wedding .content .othergroup .item .group .obj {
    padding: 20px;
  }
  #shop_wedding .content .othergroup .item .group .obj .tit {
    padding: 10px 0;
  }
  #shop_wedding .content .othergroup .item .group .obj .tit .cn {
    font-size: 18px;
  }
  #shop_wedding .content .othergroup .item .group .obj .tips {
    font-size: 18px;
    line-height: 36px;
  }
  #shop_wedding .content .othergroup .item .group .obj .jianjie {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_wedding .content .datalist ul li {
    width: 49%;
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #shop_wedding {
    padding: 0 15px;
  }
  #shop_wedding .content {
    width: 100%;
    margin: 30px auto;
  }
  #shop_wedding .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_wedding .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_wedding .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_wedding .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_wedding .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_wedding .content .othergroup .item {
    height: auto;
  }
  #shop_wedding .content .othergroup .item .pic {
    float: none;
    height: 400px;
    width: 100%;
  }
  #shop_wedding .content .othergroup .item .group {
    float: none;
    height: auto;
    width: 100%;
  }
  #shop_wedding .content .othergroup .item .group .obj {
    padding: 30px 20px 50px 20px;
  }
  #shop_wedding .content .othergroup .item .group .obj .tit {
    padding: 10px 0;
  }
  #shop_wedding .content .othergroup .item .group .obj .tit .cn {
    font-size: 20px;
  }
  #shop_wedding .content .othergroup .item .group .obj .tips {
    font-size: 20px;
    line-height: 42px;
  }
  #shop_wedding .content .othergroup .item .group .obj .jianjie {
    font-size: 16px;
    line-height: 30px;
  }
  #shop_wedding .content .datalist ul li {
    width: 49%;
    height: 240px;
  }
}
@media (max-width: 767px) {
  #shop_wedding {
    padding: 0 15px;
  }
  #shop_wedding .content {
    width: 100%;
    margin: 20px auto;
  }
  #shop_wedding .content .thisname .n1 {
    font-size: 20px;
  }
  #shop_wedding .content .thisname .n1 img {
    top: 16px;
    left: 10px;
    width: 180px;
  }
  #shop_wedding .content .thisname .n2 .item1 {
    font-size: 14px;
  }
  #shop_wedding .content .thisname .n2 .item1 img {
    top: 0;
    width: 120px;
  }
  #shop_wedding .content .thisname .n2 .item2 {
    font-size: 14px;
  }
  #shop_wedding .content .othergroup .item {
    height: auto;
  }
  #shop_wedding .content .othergroup .item .pic {
    float: none;
    height: 200px;
    width: 100%;
  }
  #shop_wedding .content .othergroup .item .group {
    float: none;
    height: auto;
    width: 100%;
  }
  #shop_wedding .content .othergroup .item .group .obj {
    padding: 10px 10px 20px 10px;
  }
  #shop_wedding .content .othergroup .item .group .obj .tit {
    padding: 10px 0;
  }
  #shop_wedding .content .othergroup .item .group .obj .tit .cn {
    font-size: 16px;
  }
  #shop_wedding .content .othergroup .item .group .obj .tit .en {
    font-size: 12px;
  }
  #shop_wedding .content .othergroup .item .group .obj .tips {
    font-size: 16px;
    line-height: 32px;
  }
  #shop_wedding .content .othergroup .item .group .obj .jianjie {
    font-size: 14px;
    line-height: 24px;
  }
  #shop_wedding .content .datalist ul li {
    width: 100%;
    margin: 15px 0;
    height: 220px;
    float: none;
  }
  #shop_wedding .content .datalist ul li:nth-child(2n) {
    float: none;
  }
}
#shop_comment {
  position: relative;
}
#shop_comment .content {
  position: relative;
  width: 1420px;
  margin: 60px auto;
}
#shop_comment .content .thisname .n1 {
  font-size: 36px;
}
#shop_comment .content .thisname .n1 span {
  float: left;
}
#shop_comment .content .thisname .n1 img {
  float: left;
  position: relative;
  top: 25px;
  left: 15px;
}
#shop_comment .content .thisname .n1 .s2 {
  font-weight: bold;
}
#shop_comment .content .thisname .n1:after {
  content: " ";
  display: block;
  clear: both;
}
#shop_comment .content .thisname .n2 .item1 {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
}
#shop_comment .content .thisname .n2 .item1 img {
  position: relative;
  top: -4px;
}
#shop_comment .content .thisname .n2 .item2 {
  display: inline-block;
  font-size: 26px;
}
#shop_comment .content .thisname .n2 .item2 .s1 {
  font-weight: bold;
}
#shop_comment .content .thisname .n2 .item2 .s2 {
  color: #f58100;
}
#shop_comment .content .sorts {
  display: none;
  margin: 20px 0;
}
#shop_comment .content .sorts .sort {
  float: left;
  width: 50%;
  line-height: 54px;
  height: 54px;
  background: #dedede;
  border-top: solid 2px #8B8B8B;
  font-size: 22px;
  padding: 0 20px;
  font-weight: bold;
}
#shop_comment .content .sorts .onfocus {
  background: #f6eadd;
  border-top: solid 2px #f6c085;
}
#shop_comment .content .data_group {
  position: relative;
  margin: 20px 0;
}
#shop_comment .content .data_group .group {
  position: relative;
}
#shop_comment .content .data_group .group .sortname {
  line-height: 54px;
  background: #f6eadd;
  font-size: 22px;
  font-weight: bold;
  border-top: solid 2px #f6c085;
  margin: 20px 0;
  padding: 0 20px;
}
#shop_comment .content .data_group .group .datalist {
  margin: 20px 0;
  position: relative;
}
#shop_comment .content .data_group .group .datalist ul li {
  position: relative;
  margin: 10px 20px 10px 0;
  width: 340px;
  float: left;
  height: 614px;
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
}
#shop_comment .content .data_group .group .datalist ul li .pic {
  padding: 12px;
  height: 100%;
}
#shop_comment .content .data_group .group .datalist ul li .pic a {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#shop_comment .content .data_group .group .datalist ul li .pic a span {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../Images/z62.png);
}
#shop_comment .content .data_group .group .datalist ul li:nth-child(4n) {
  margin-right: 0;
}
#shop_comment .content .data_group .group .datalist ul:after {
  content: " ";
  display: block;
  clear: both;
}
#shop_comment .content .data_group .group .more {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  border-top: solid 2px #DDDDDD;
}
#shop_comment .content .data_group .group .more span {
  cursor: pointer;
}
#shop_comment .content .data_group .group .more img {
  width: 36px;
  display: none;
}
#shop_comment .content .data_group .group1 .datalist ul li .pic a {
  display: none;
}
#shop_comment .content .data_group .group1 .datalist ul li .pic span {
  display: none;
}
#shop_comment .content .data_group .group1 .datalist ul li .pic video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1400px) and (max-width: 1640px) {
  #shop_comment .content {
    width: 1140px;
    margin: 40px auto;
  }
  #shop_comment .content .data_group .group .datalist ul li {
    width: 270px;
    height: 500px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #shop_comment .content {
    width: 980px;
    margin: 40px auto;
  }
  #shop_comment .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_comment .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_comment .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_comment .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_comment .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_comment .content .data_group .group .datalist ul li {
    width: 310px;
    height: 580px;
    margin: 10px;
  }
  #shop_comment .content .data_group .group .datalist ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #shop_comment .content {
    width: 800px;
    margin: 30px auto;
  }
  #shop_comment .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_comment .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_comment .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_comment .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_comment .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_comment .content .data_group .group .datalist ul li {
    width: 250px;
    height: 460px;
    margin: 10px;
  }
  #shop_comment .content .data_group .group .datalist ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #shop_comment {
    padding: 0 15px;
  }
  #shop_comment .content {
    width: 100%;
    margin: 30px auto;
  }
  #shop_comment .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_comment .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_comment .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_comment .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_comment .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_comment .content .sorts {
    display: block;
  }
  #shop_comment .content .data_group .group .sortname {
    display: none;
  }
  #shop_comment .content .data_group .group .datalist ul li {
    width: 48%;
    height: 640px;
    margin: 10px 0;
  }
  #shop_comment .content .data_group .group .datalist ul li:nth-child(2n) {
    float: right;
  }
  #shop_comment .content .data_group .group .more {
    line-height: 40px;
    font-size: 16px;
  }
  #shop_comment .content .data_group .group2 {
    display: none;
  }
  #shop_comment .content .data_group .show {
    display: block;
  }
}
@media (max-width: 767px) {
  #shop_comment {
    padding: 0 15px;
  }
  #shop_comment .content {
    width: 100%;
    margin: 20px auto;
  }
  #shop_comment .content .thisname .n1 {
    font-size: 20px;
  }
  #shop_comment .content .thisname .n1 img {
    top: 16px;
    left: 10px;
    width: 180px;
  }
  #shop_comment .content .thisname .n2 .item1 {
    font-size: 14px;
  }
  #shop_comment .content .thisname .n2 .item1 img {
    top: 0;
    width: 120px;
  }
  #shop_comment .content .thisname .n2 .item2 {
    font-size: 14px;
  }
  #shop_comment .content .sorts {
    display: block;
    margin: 20px 0 10px 0;
  }
  #shop_comment .content .sorts .sort {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
  #shop_comment .content .data_group {
    margin: 10px 0;
  }
  #shop_comment .content .data_group .group .sortname {
    display: none;
  }
  #shop_comment .content .data_group .group .datalist {
    margin: 10px 0;
  }
  #shop_comment .content .data_group .group .datalist ul li {
    width: 48%;
    height: 300px;
    margin: 5px 0;
  }
  #shop_comment .content .data_group .group .datalist ul li a span {
    background-size: auto 40px;
  }
  #shop_comment .content .data_group .group .datalist ul li:nth-child(2n) {
    float: right;
  }
  #shop_comment .content .data_group .group .more {
    line-height: 40px;
    font-size: 16px;
  }
  #shop_comment .content .data_group .group .more img {
    width: 30px;
    height: 30px;
  }
  #shop_comment .content .data_group .group2 {
    display: none;
  }
  #shop_comment .content .data_group .show {
    display: block;
  }
}
#shop_package {
  position: relative;
}
#shop_package .content {
  position: relative;
  width: 1420px;
  margin: 60px auto;
}
#shop_package .content .thisname .n1 {
  font-size: 36px;
}
#shop_package .content .thisname .n1 span {
  float: left;
}
#shop_package .content .thisname .n1 img {
  float: left;
  position: relative;
  top: 25px;
  left: 15px;
}
#shop_package .content .thisname .n1 .s2 {
  font-weight: bold;
}
#shop_package .content .thisname .n1:after {
  content: " ";
  display: block;
  clear: both;
}
#shop_package .content .thisname .n2 .item1 {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
}
#shop_package .content .thisname .n2 .item1 img {
  position: relative;
  top: -4px;
}
#shop_package .content .thisname .n2 .item2 {
  display: inline-block;
  font-size: 26px;
}
#shop_package .content .thisname .n2 .item2 .s1 {
  font-weight: bold;
}
#shop_package .content .thisname .n2 .item2 .s2 {
  color: #f58100;
}
#shop_package .content .datalist {
  margin: 20px 0;
  position: relative;
}
#shop_package .content .datalist ul li {
  position: relative;
  margin: 30px 0;
  background-color: #FFFFFF;
  padding: 25px;
  background-image: url(../Images/z63.png);
  background-position: right 35px bottom 35px;
  background-repeat: no-repeat;
}
#shop_package .content .datalist ul li .pic {
  height: 440px;
  width: 66%;
  position: relative;
  float: left;
}
#shop_package .content .datalist ul li .pic a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#shop_package .content .datalist ul li .data {
  width: 34%;
  float: left;
  padding: 20px 40px;
  position: relative;
}
#shop_package .content .datalist ul li .data .t1 {
  font-size: 32px;
  font-weight: bold;
  font-family: arial;
}
#shop_package .content .datalist ul li .data .t1 span {
  font-size: 24px;
  font-weight: normal;
  margin-left: 10px;
}
#shop_package .content .datalist ul li .data .t2 {
  font-size: 36px;
}
#shop_package .content .datalist ul li .data .t2 span {
  font-weight: bold;
}
#shop_package .content .datalist ul li .data .t3 {
  font-size: 40px;
  font-weight: bold;
  color: #f58100;
  border-bottom: solid 1px #DDDDDD;
  margin: 15px 0;
}
#shop_package .content .datalist ul li .data .t3 span {
  font-size: 18px;
  color: #a7a7a8;
}
#shop_package .content .datalist ul li .data .jianjie {
  font-size: 15px;
  line-height: 28px;
  color: #666666;
}
#shop_package .content .datalist ul li:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1400px) and (max-width: 1640px) {
  #shop_package .content {
    width: 1140px;
    margin: 40px auto;
  }
  #shop_package .content .datalist ul li .pic {
    height: 390px;
  }
  #shop_package .content .datalist ul li .data {
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #shop_package .content {
    width: 980px;
    margin: 40px auto;
  }
  #shop_package .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_package .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_package .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_package .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_package .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_package .content .datalist ul li .pic {
    height: 310px;
  }
  #shop_package .content .datalist ul li .data {
    padding: 5px 30px;
  }
  #shop_package .content .datalist ul li .data .t1 {
    font-size: 26px;
  }
  #shop_package .content .datalist ul li .data .t1 span {
    font-size: 24px;
  }
  #shop_package .content .datalist ul li .data .t2 {
    font-size: 28px;
  }
  #shop_package .content .datalist ul li .data .t3 {
    font-size: 32px;
  }
  #shop_package .content .datalist ul li .data .jianjie {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #shop_package .content {
    width: 800px;
    margin: 30px auto;
  }
  #shop_package .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_package .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_package .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_package .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_package .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_package .content .datalist ul li {
    background: #FFFFFF;
  }
  #shop_package .content .datalist ul li .pic {
    height: 420px;
    width: 100%;
  }
  #shop_package .content .datalist ul li .data {
    padding: 20px 0 0 0;
    width: 100%;
  }
  #shop_package .content .datalist ul li .data .t1 {
    font-size: 26px;
  }
  #shop_package .content .datalist ul li .data .t1 span {
    font-size: 24px;
  }
  #shop_package .content .datalist ul li .data .t2 {
    font-size: 28px;
  }
  #shop_package .content .datalist ul li .data .t3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #shop_package {
    padding: 0 15px;
  }
  #shop_package .content {
    width: 100%;
    margin: 30px auto;
  }
  #shop_package .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_package .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_package .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_package .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_package .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_package .content .datalist ul li {
    background: #FFFFFF;
  }
  #shop_package .content .datalist ul li .pic {
    height: 380px;
    width: 100%;
  }
  #shop_package .content .datalist ul li .data {
    padding: 20px 0 0 0;
    width: 100%;
  }
  #shop_package .content .datalist ul li .data .t1 {
    font-size: 26px;
  }
  #shop_package .content .datalist ul li .data .t1 span {
    font-size: 24px;
  }
  #shop_package .content .datalist ul li .data .t2 {
    font-size: 28px;
  }
  #shop_package .content .datalist ul li .data .t3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #shop_package {
    padding: 0 15px;
  }
  #shop_package .content {
    width: 100%;
    margin: 20px auto;
  }
  #shop_package .content .thisname .n1 {
    font-size: 20px;
  }
  #shop_package .content .thisname .n1 img {
    top: 16px;
    left: 10px;
    width: 180px;
  }
  #shop_package .content .thisname .n2 .item1 {
    font-size: 14px;
  }
  #shop_package .content .thisname .n2 .item1 img {
    top: 0;
    width: 120px;
  }
  #shop_package .content .thisname .n2 .item2 {
    font-size: 14px;
  }
  #shop_package .content .datalist ul li {
    padding: 15px;
    margin: 15px 0;
    background: #FFFFFF;
  }
  #shop_package .content .datalist ul li .pic {
    height: 170px;
    width: 100%;
  }
  #shop_package .content .datalist ul li .data {
    padding: 20px 0 0 0;
    width: 100%;
  }
  #shop_package .content .datalist ul li .data .t1 {
    font-size: 17px;
  }
  #shop_package .content .datalist ul li .data .t1 span {
    font-size: 14px;
    margin-left: 5px;
  }
  #shop_package .content .datalist ul li .data .t2 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #DDDDDD;
    padding-right: 40%;
  }
  #shop_package .content .datalist ul li .data .t3 {
    font-size: 22px;
    text-align: right;
    border-bottom: none;
    position: relative;
    height: 0;
    top: -45px;
    margin: 5px 0;
  }
  #shop_package .content .datalist ul li .data .t3 span {
    font-size: 16px;
  }
  #shop_package .content .datalist ul li .data .jianjie {
    font-size: 14px;
    line-height: 24px;
  }
}
#shop_stroke {
  position: relative;
}
#shop_stroke .content {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 26px;
}
#shop_stroke .content img {
  max-width: 100%;
}
#shop_customize {
  position: relative;
}
#shop_customize .content {
  position: relative;
  width: 1420px;
  margin: 60px auto;
}
#shop_customize .content .thisname .n1 {
  font-size: 36px;
}
#shop_customize .content .thisname .n1 span {
  float: left;
}
#shop_customize .content .thisname .n1 img {
  float: left;
  position: relative;
  top: 25px;
  left: 15px;
}
#shop_customize .content .thisname .n1 .s2 {
  font-weight: bold;
}
#shop_customize .content .thisname .n1:after {
  content: " ";
  display: block;
  clear: both;
}
#shop_customize .content .thisname .n2 .item1 {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
}
#shop_customize .content .thisname .n2 .item1 img {
  position: relative;
  top: -4px;
}
#shop_customize .content .thisname .n2 .item2 {
  display: inline-block;
  font-size: 26px;
}
#shop_customize .content .thisname .n2 .item2 .s1 {
  font-weight: bold;
}
#shop_customize .content .thisname .n2 .item2 .s2 {
  color: #f58100;
}
#shop_customize .content .datalist {
  margin: 20px 0;
  position: relative;
}
#shop_customize .content .datalist ul li {
  position: relative;
  margin: 0 35px 35px 0;
  width: 450px;
  float: left;
  height: 756px;
  background: #FFFFFF;
}
#shop_customize .content .datalist ul li .pic {
  height: 670px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#shop_customize .content .datalist ul li .pic .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/z52.png);
  padding: 15px;
  display: none;
}
#shop_customize .content .datalist ul li .pic .bg .line {
  height: 100%;
  border: solid 1px #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
  background-image: url(../Images/z53.png);
  background-position: bottom 40px center;
  background-repeat: no-repeat;
}
#shop_customize .content .datalist ul li .pic .cname {
  display: none;
  position: relative;
  z-index: 1;
  line-height: 670px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  background: url(../Images/z54.png) center center no-repeat;
}
#shop_customize .content .datalist ul li .pic a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#shop_customize .content .datalist ul li .tit {
  padding: 15px;
  position: relative;
}
#shop_customize .content .datalist ul li .tit .cn {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
#shop_customize .content .datalist ul li .tit .cn a:hover {
  color: #f58100;
}
#shop_customize .content .datalist ul li .tit .eng {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: arial;
}
#shop_customize .content .datalist ul li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 993px) {
  #shop_customize .content .datalist ul li:hover .pic .bg {
    display: block;
  }
  #shop_customize .content .datalist ul li:hover .pic .cname {
    display: block;
  }
}
#shop_customize .content .datalist ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1400px) and (max-width: 1640px) {
  #shop_customize .content {
    width: 1140px;
    margin: 40px auto;
  }
  #shop_customize .content .datalist ul li {
    width: 360px;
    margin: 0 30px 30px 0;
    height: 626px;
  }
  #shop_customize .content .datalist ul li .pic {
    height: 540px;
  }
  #shop_customize .content .datalist ul li .pic .cname {
    line-height: 540px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #shop_customize .content {
    width: 980px;
    margin: 40px auto;
  }
  #shop_customize .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_customize .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_customize .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_customize .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_customize .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_customize .content .datalist ul li {
    width: 310px;
    margin: 0 25px 25px 0;
    height: 546px;
  }
  #shop_customize .content .datalist ul li .pic {
    height: 460px;
  }
  #shop_customize .content .datalist ul li .pic .bg .line {
    background-size: 220px auto;
    background-position: bottom 30px center;
  }
  #shop_customize .content .datalist ul li .pic .cname {
    line-height: 460px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #shop_customize .content {
    width: 800px;
    margin: 30px auto;
  }
  #shop_customize .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_customize .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_customize .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_customize .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_customize .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_customize .content .datalist ul li {
    width: 380px;
    margin: 25px 0;
    height: 656px;
  }
  #shop_customize .content .datalist ul li .pic {
    height: 570px;
  }
  #shop_customize .content .datalist ul li .pic .bg .line {
    background-size: 220px auto;
    background-position: bottom 30px center;
  }
  #shop_customize .content .datalist ul li .pic .cname {
    line-height: 570px;
  }
  #shop_customize .content .datalist ul li:nth-child(2n) {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #shop_customize {
    padding: 0 15px;
  }
  #shop_customize .content {
    width: 100%;
    margin: 30px auto;
  }
  #shop_customize .content .thisname .n1 {
    font-size: 30px;
  }
  #shop_customize .content .thisname .n1 img {
    top: 16px;
    left: 10px;
  }
  #shop_customize .content .thisname .n2 .item1 {
    font-size: 18px;
  }
  #shop_customize .content .thisname .n2 .item1 img {
    top: 0;
  }
  #shop_customize .content .thisname .n2 .item2 {
    font-size: 20px;
  }
  #shop_customize .content .datalist ul li {
    width: 360px;
    margin: 10px 0;
    height: 626px;
  }
  #shop_customize .content .datalist ul li .pic {
    height: 540px;
  }
  #shop_customize .content .datalist ul li .pic .bg .line {
    background-size: 220px auto;
    background-position: bottom 30px center;
  }
  #shop_customize .content .datalist ul li .pic .cname {
    line-height: 540px;
  }
  #shop_customize .content .datalist ul li:nth-child(2n) {
    float: right;
  }
}
@media (max-width: 767px) {
  #shop_customize {
    padding: 0 15px;
  }
  #shop_customize .content {
    width: 100%;
    margin: 20px auto;
  }
  #shop_customize .content .thisname .n1 {
    font-size: 20px;
  }
  #shop_customize .content .thisname .n1 img {
    top: 16px;
    left: 10px;
    width: 180px;
  }
  #shop_customize .content .thisname .n2 .item1 {
    font-size: 14px;
  }
  #shop_customize .content .thisname .n2 .item1 img {
    top: 0;
    width: 120px;
  }
  #shop_customize .content .thisname .n2 .item2 {
    font-size: 14px;
  }
  #shop_customize .content .datalist ul li {
    width: 48%;
    margin: 10px 0;
    height: 300px;
  }
  #shop_customize .content .datalist ul li .pic {
    height: 240px;
  }
  #shop_customize .content .datalist ul li .pic .bg .line {
    background-size: 70% auto;
    background-position: bottom 10px center;
  }
  #shop_customize .content .datalist ul li .pic .cname {
    line-height: 240px;
    font-size: 14px;
    background-size: auto 36px;
  }
  #shop_customize .content .datalist ul li .tit {
    padding: 10px;
  }
  #shop_customize .content .datalist ul li .tit .cn {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  #shop_customize .content .datalist ul li:nth-child(2n) {
    float: right;
  }
}
/*内容详情页*/
#NewsShow .title {
  margin: 30px 0 10px 0;
  text-align: center;
  font-size: 20px;
}
#NewsShow .miaoshu {
  text-align: center;
  margin-bottom: 10px;
}
#NewsShow .theContent {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #3F3F3D;
}
#NewsShow .thePageInfo {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
#page {
  text-align: center;
}
#page em {
  font-style: normal;
}
#page a,
#page span {
  border: solid 1px #DDDDDD;
  padding: 4px 10px;
  font-size: 14px;
  margin: 0 3px;
}
#page .current {
  background-color: #f58100;
  border-color: #f58100;
  color: #FFFFFF;
}
#honey_top {
  position: relative;
  width: 1440px;
  margin: 60px auto;
}
#honey_top .left {
  position: relative;
  float: left;
}
#honey_top .left .t1 {
  font-size: 44px;
}
#honey_top .left .t1 span {
  color: #f58100;
  font-weight: bold;
}
#honey_top .left .t2 {
  font-size: 26px;
  font-family: arial;
}
#honey_top .left .t2 img {
  display: none;
}
#honey_top .left .t4 {
  margin: 15px 0;
}
#honey_top .right {
  float: right;
}
@media (min-width: 1400px) and (max-width: 1640px) {
  #honey_top {
    width: 1200px;
    margin: 40px auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #honey_top {
    width: 980px;
    margin: 40px auto;
  }
  #honey_top .left .t1 {
    font-size: 36px;
  }
  #honey_top .left .t2 {
    font-size: 22px;
  }
  #honey_top .right img {
    width: 400px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #honey_top {
    width: auto;
    margin: 30px;
  }
  #honey_top .left .t1 {
    font-size: 30px;
  }
  #honey_top .left .t2 {
    font-size: 18px;
  }
  #honey_top .left .t3 img {
    width: 360px;
  }
  #honey_top .right img {
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #honey_top {
    width: auto;
    margin: 30px;
  }
  #honey_top .left {
    float: none;
    margin-bottom: 20px;
  }
  #honey_top .left .t1 {
    font-size: 32px;
  }
  #honey_top .left .t2 {
    font-size: 22px;
    margin: 10px 0 15px 0;
  }
  #honey_top .left .t2 img {
    display: inline-block;
  }
  #honey_top .left .t3 img {
    width: 420px;
  }
  #honey_top .left .t4 {
    display: none;
  }
  #honey_top .right {
    float: none;
  }
}
@media (max-width: 767px) {
  #honey_top {
    width: auto;
    margin: 15px 0;
    padding: 0 15px;
  }
  #honey_top .left {
    float: none;
    margin-bottom: 20px;
  }
  #honey_top .left .t1 {
    font-size: 26px;
  }
  #honey_top .left .t2 {
    font-size: 18px;
    margin: 5px 0 10px 0;
  }
  #honey_top .left .t2 img {
    display: inline-block;
    width: 120px;
  }
  #honey_top .left .t3 img {
    width: 300px;
  }
  #honey_top .left .t4 {
    display: none;
  }
  #honey_top .right {
    float: none;
  }
  #honey_top .right img {
    max-width: 100%;
  }
}
#honey {
  position: relative;
}
#honey .group {
  position: relative;
  padding: 40px 0;
}
#honey .group .text {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  font-size: 15px;
}
#honey .group .video {
  position: relative;
  width: 1440px;
  margin: 20px auto 0;
}
#honey .group .video video {
  width: 100%;
  height: auto;
}
#honey .group .photos {
  position: relative;
  height: 650px;
  margin-top: 40px;
}
#honey .group .photos .swiper-container {
  position: relative;
  height: 100%;
}
#honey .group .photos .swiper-container .swiper-wrapper {
  position: relative;
}
#honey .group .photos .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#honey .group .photos .swiper-container .swiper-wrapper .swiper-slide .obj {
  position: relative;
  padding: 30px 60px;
  display: none;
}
#honey .group .photos .swiper-container .swiper-wrapper .swiper-slide .obj .text {
  position: relative;
  font-size: 13px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#honey .group .photos .swiper-container .swiper-wrapper .swiper-slide-active .data {
  display: block;
}
#honey .group .photos .swiper-container .btns {
  width: 51px;
  height: 63px;
  opacity: 1;
}
#honey .group .photos .swiper-container .swiper-button-prev {
  background: url(../Images/z12.png);
  left: 8%;
  background-size: cover;
}
#honey .group .photos .swiper-container .swiper-button-prev:hover {
  background: url(../Images/z69.png);
  background-size: cover;
}
#honey .group .photos .swiper-container .swiper-button-next {
  background: url(../Images/z13.png);
  right: 8%;
  background-size: cover;
}
#honey .group .photos .swiper-container .swiper-button-next:hover {
  background: url(../Images/z70.png);
  background-size: cover;
}
#honey .group:nth-child(1) {
  padding-top: 0;
}
#honey .group:nth-child(2n) {
  background: #f6f6f6;
}
@media (min-width: 1400px) and (max-width: 1640px) {
  #honey .group .text {
    width: 1200px;
  }
  #honey .group .video {
    width: 1200px;
  }
  #honey .group .photos {
    height: 520px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #honey .group .text {
    width: 980px;
  }
  #honey .group .video {
    width: 980px;
  }
  #honey .group .photos {
    height: 520px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #honey .group {
    padding: 30px 0;
  }
  #honey .group .text {
    width: 100%;
    margin: 0 0;
    padding: 0 15px;
  }
  #honey .group .video {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 15px;
  }
  #honey .group .photos {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #honey .group {
    padding: 30px 0;
  }
  #honey .group .text {
    width: 100%;
    margin: 0 0;
    padding: 0 15px;
  }
  #honey .group .video {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 15px;
  }
  #honey .group .photos {
    height: 400px;
    margin-top: 20px;
  }
  #honey .group .photos .swiper-container .btns {
    width: 30px;
    height: 38px;
    opacity: 1;
  }
  #honey .group .photos .swiper-container .swiper-button-prev {
    left: 5%;
  }
  #honey .group .photos .swiper-container .swiper-button-next {
    right: 5%;
  }
}
@media (max-width: 767px) {
  #honey .group {
    padding: 15px 0;
  }
  #honey .group .text {
    width: 100%;
    margin: 0 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 2;
  }
  #honey .group .video {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 15px;
  }
  #honey .group .photos {
    height: 200px;
    margin-top: 20px;
  }
  #honey .group .photos .swiper-container .btns {
    width: 30px;
    height: 38px;
    opacity: 1;
    background-size: cover;
  }
  #honey .group .photos .swiper-container .swiper-button-prev {
    left: 4%;
  }
  #honey .group .photos .swiper-container .swiper-button-next {
    right: 4%;
  }
}
.layer_photos {
  position: relative;
}
.layer_photos .layui-layer-content {
  position: relative;
  padding: 20px;
  height: 100%;
}
.layer_photos .layui-layer-content .group {
  position: relative;
  height: 100%;
}
.layer_photos .layui-layer-content .group .photos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.layer_photos .layui-layer-content .group .photos .photos_con {
  position: relative;
}
.layer_photos .layui-layer-content .group .photos .photos_con .photo {
  position: relative;
  float: left;
}
.layer_photos .layui-layer-content .group .photos .photos_con .photo .pic {
  position: relative;
  height: 700px;
  background-size: cover;
  background-position: center center;
}
.layer_photos .layui-layer-content .group .photos .photos_con .photo .tit {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 10px;
}
.layer_photos .layui-layer-content .group .photos .photos_con .photo .jianjie {
  font-size: 15px;
  line-height: 28px;
  padding-right: 130px;
  display: none;
}
.layer_photos .layui-layer-content .group .photos .photos_con:after {
  content: " ";
  display: block;
  clear: both;
}
.layer_photos .layui-layer-content .group .btns {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  height: 63px;
  z-index: 10;
}
.layer_photos .layui-layer-content .group .btns span {
  position: absolute;
  top: 0;
  width: 51px;
  height: 63px;
  background-position: center center;
  background-size: cover;
}
.layer_photos .layui-layer-content .group .btns .prev {
  left: 5%;
  background-image: url(../Images/z67.png);
}
.layer_photos .layui-layer-content .group .btns .prev:hover {
  background-image: url(../Images/z69.png);
}
.layer_photos .layui-layer-content .group .btns .next {
  right: 5%;
  background-image: url(../Images/z68.png);
}
.layer_photos .layui-layer-content .group .btns .next:hover {
  background-image: url(../Images/z70.png);
}
.layer_photos .layui-layer-content .group .index {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  z-index: 2;
  color: #787878;
}
.layer_photos .layui-layer-content .group .index span {
  margin: 0 3px;
}
.layer_photos .layui-layer-content .group .index .s1 {
  color: #000000;
}
@media (min-width: 1400px) and (max-width: 1640px) {
  .layer_photos .layui-layer-content .group .photos .photos_con .photo .pic {
    height: 480px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .layer_photos .layui-layer-content .group .photos .photos_con .photo .pic {
    height: 420px;
  }
  .layer_photos .layui-layer-content .group .photos .photos_con .photo .jianjie {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .layer_photos .layui-layer-content .group .photos .photos_con .photo .pic {
    height: 360px;
  }
  .layer_photos .layui-layer-content .group .photos .photos_con .photo .jianjie {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .layer_photos .layui-layer-content .group .btns {
    top: 25%;
  }
  .layer_photos .layui-layer-content .group .btns .prev {
    left: 0;
  }
  .layer_photos .layui-layer-content .group .btns .next {
    right: 0;
  }
  .layer_photos .layui-layer-content .group .photos .photos_con .photo .pic {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .layer_photos .layui-layer-content {
    padding: 10px;
  }
  .layer_photos .layui-layer-content .group .index {
    right: 10px;
    top: 150px;
    bottom: auto;
    font-size: 16px;
  }
  .layer_photos .layui-layer-content .group .btns {
    top: 25%;
  }
  .layer_photos .layui-layer-content .group .btns span {
    width: 30px;
    height: 38px;
    opacity: 1;
  }
  .layer_photos .layui-layer-content .group .btns .prev {
    left: 0;
  }
  .layer_photos .layui-layer-content .group .btns .next {
    right: 0;
  }
  .layer_photos .layui-layer-content .group .photos .photos_con .photo .pic {
    height: 190px;
  }
  .layer_photos .layui-layer-content .group .photos .photos_con .photo .tit {
    font-size: 16px;
    line-height: 24px;
    padding-left: 5px;
  }
  .layer_photos .layui-layer-content .group .photos .photos_con .photo .jianjie {
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
    padding-left: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
