@charset "utf-8";
/* style 空文件 */
/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/ ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, .2);
}
/*定义滚动条轨道
 内阴影+圆角*/ ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
/*定义滑块
     内阴影+圆角*/ ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #b3b3b3;
}
.form-group {
    margin-bottom: 25px !important;
}
.form-control {
    height: 40px !important; border-radius: 5px !important;
 
  
}
.search-box {
    display: flex;
    align-items: center;
}



/*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 5px 15px; margin: 15px 5px; border: #dddddd solid 1px; display: inline-block;}
.pager ul li a:hover {border: #3ea8e2 solid 1px; }
.pager ul .active a {border: #3ea8e2 solid 1px; display: inline-block; background-color: #3ea8e2; color: #fff;}
.pager ul a:not([href]):not([class]):hover {border: #dddddd solid 1px;}
.pager ul .active a:hover {color: #fff; border: #3ea8e2 solid 1px !important;}

 
/* 输入框 */
.search-box input[type="text"] {
    border: none; /* 无边框 */
    outline: none; /* 无轮廓 */
    padding: 10px; /* 内边距 */
    flex: 1; /* 允许输入框扩展以填充空间 */
}
 
/* 按钮 */
.search-box button {
    background-color: #286eb7; /* 背景颜色 */
    color: white; /* 文字颜色 */
    border: none; /* 无边框 */
    padding: 10px 30px; /* 内边距 */
    cursor: pointer; /* 鼠标悬停时显示手形图标 */ margin-left: 15px;
  
}
 
/* 鼠标悬停在按钮上时的样式 */
.search-box button:hover {
    background-color: #0056b3; /* 鼠标悬停时的背景颜色 */
}
.kuangao{max-width: 480px; height: 620px;overflow: auto}

.glowing-border {
  box-shadow: 0 0 10px rgba(40, 110, 193, 0.95); /* 绿色发光 */
}
.eddq {
  justify-content: space-between;
}

.txtjz{text-align: center !important}

.pin5 {
  padding: 5px;
  box-sizing: border-box;
}

.pin10 {
  padding: 10px;
  box-sizing: border-box;
}

.pin15 {
  padding: 15px;
  box-sizing: border-box;
}
.pin20 {
  padding: 20px;
  box-sizing: border-box;
}

.pin30 {
  padding: 20px 15px;
  box-sizing: border-box;
}
.pin40 {
  padding: 40px;
  box-sizing: border-box;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.pinboo25 {
  padding-bottom: 25px;
}
.pinboo35 {
  padding-bottom: 35px;
}
.minboo20 {
  padding-bottom: 20px;
}
.minboo25 {
  padding-bottom: 25px;
}
.minboo30 {
  padding-bottom: 30px;
}
.heitxt {
  color: #000;
}
.huitxt {
  color: #999
}
.lantxt {
  color: #286eb7;
}
.win30 {
  width: 70px;
  display: inline-block;
  font-weight: bold
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font19 {
  font-size: 19px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.lvtxt {
  color: #4caf50
}


/* 登录注册弹窗 */
.modal {
    display: none; /* 默认隐藏弹窗 */
    position: fixed; /* 固定定位 */
    z-index: 999; /* 位于顶层 */
    left: 0;
    top: 0;
    width: 100%; /* 全宽 */
    height: 100%; /* 全高 */
    overflow: auto; /* 如果需要滚动条 */
    background-color: rgb(0,0,0); /* 背景颜色 */
    background-color: rgba(0,0,0,0.65); /* 背景颜色，带有透明度 */
}
.modal-content {
    background-color: #fff;
    margin: 8% auto; /* 15% 从顶部开始，自动水平居中 */
    padding: 20px 45px;
    max-width: 450px; /* 宽度 */
    border-radius: 10px;
}
.close1, .close2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;    position: absolute;
    right: 10px;
    top: 0px;    z-index: 99;
}
.close1:hover, .close1:focus, .close2:hover, .close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.dingdan {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #1F6BB8;
  color: #fff;
  text-align: center;
  display: block;
  transition: all 0.5s ease 0s;
}
.dingdan:hover {
  background-color: #00B4FF;
  color: #fff;
}
.about_myvideo {
  width: 100%;
  left: 0;
  position: relative;
  top: -160px
}
.bool_about {
  bottom: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -160px
}
.down_dl {
  padding-top: 20px;
}
.down_dl dl {
  float: left;
  margin-right: 20px;
  width: 230px;
  background-color: #fff;
}
.txtjz {
  text-align: center !important
}
.down_dl dl dt {
  height: 31px;
  width: 230px;
  line-height: 31px;
  text-align: center;
  border: solid 1px #dcdddd;
  color: #666666;
  background: Url(../images/down_dot.png) no-repeat 190px center;
  position: relative;
}
.down_dl dl dd a {
  display: block;
  width: 230px;
  height: 31px;
  line-height: 31px;
  border: solid 1px #dcdddd;
  border-top: 0px;
  background: Url(../images/down_dot.png) no-repeat 190px center;
  text-indent: 10px;
  font-size: 13px;
}
.lakai_dot {
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.window_dot {
  position: absolute;
  left: 5px;
  bottom: 5px;
}
.down_hover_left {}
.down_hover_left {
  background-color: #286eb7;
}
.down_hover_left div.tit {
  color: #fff;
}
.down_hover_left p.down_p {
  color: #fff;
}
.down_hover_left a.down_more {
  border: solid 1px #fff;
}
.down_hover_right {
  left: -543px;
}
.down_close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  display: block;
  width: 50px;
  height: 20px;
  border-radius: 3px;
  border: solid 1px #fff;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.down_hover_right .down_close {
  right: -262px;
}
.pjt {
  padding: 0 11px;
  display: block;
  float: left;
  line-height: 0
}
.pjt img {
  width: auto;
  line-height: 0;
  height: 200px;
}
.progress-container {
  width: 150px;
  height: 12px;
  background-color: #eee;
  border-radius: 10px;
  overflow: hidden; /* 确保进度条超出部分不显示 */
  position: relative; /* 为文本定位提供基础 */ margin: 0 10px;
}
.hxyin2 {
  box-shadow: 0px 12px 24px 0px rgba(198, 197, 197, 0.24);
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.5s ease 0s;
  margin-bottom: 25px;
  padding: 10px;
}
.hxyin2:hover {
  box-shadow: 0px 12px 24px 0px rgba(198, 197, 197, 1);
  border-color: #fff;
}
.sanjinav a {
  transition: all 0.5s ease 0s;
  padding: 5px 10px;
  float: left;
  line-height: 40px;
  margin-right: 15px;
}
.sanjinav a.cun, .sanjinav a:hover {
  background-color: #f5f5f5
}
.d1 input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: #fff;
  color: #666;
  box-sizing: border-box;
}
.d1 button {
  position: absolute;
  top: 0;
  right: 0px;
  width: 50px;
  height: 40px;
  border: none;
  background: #1f479c;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.d1 button:hover {
  background: #325fbf;
}
.d1 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}
.progress-bar {
  height: 100%;
  background-color: #FCCF0A; /* 绿色 */
  text-align: right; /* 文本靠右对齐 */
  border-radius: 10px;
  padding-right: 10px; /* 为文本留出空间 */
  box-sizing: border-box; /* 确保padding不影响宽度计算 */
  transition: width 0.4s ease-in-out; /* 平滑过渡效果 */
  color: white; /* 文本颜色 */
  line-height: 20px; /* 行高与进度条高度一致，垂直居中文本 */
}
.xiaxian {
  border-bottom: 1px solid #ccc
}
.xiaxian p {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 10px;
}
.quantity-input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  border: none;
  font-size: 16px;
  border: solid 1px #f5f5f5;
  height: 40px;
}
.quantity-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin: 0;
  border-radius: 6px;
  height: 40px;
  margin: 15px 0;
}
.quantity-btn svg {
  width: 10px;
  height: 10px;
}
.share-links li a {
  margin: 0 10px;
  color: var(--darkcolor);
}
.quantity-btn {
  background: #f5f5f5;
  border: none;
  outline: none;
  margin: 0;
  padding: 9px 15px;
  cursor: pointer;
  text-align: center; font-size: 18px;
}
.comment-user-div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #f1f1f1;
  padding-bottom: 20px;
  padding-top: 20px;
}
.comment-user-div .us-pic {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 8px;
}
.comment-user-div .us-pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.submit-review .form-control {
  border: none;
  background: #f3f3f3;
  height: 50px;
  margin-bottom: 15px;
  font-size: 15px;
}
.submit-review textarea {
  height: 150px !important;
  resize: none;
}
.rating-box .rating-container label {
  display: inline-block;
  margin: 0 0;
  color: #d4d4d4;
  cursor: pointer;
  font-size: 40px;
  transition: color .2s;
}
.rating-box .rating-container input {
  display: none;
}
.xian {
  border: solid 1px #ccc
}
.xuanze {
  padding: 5px;
  box-sizing: border-box;
  border: solid 2px #ccc;
  width: 60px !important;
  height: 60px !important;
  border-radius: 5px;
  margin-right: 5px
}
.xuanze:hover {
  border: solid 2px #286EB7;
}
.sxjz {
  align-items: center
}
.minsx12 {
  margin: 14px 0;    padding-bottom: 15px;
}
.byy {
  position: absolute;
  top: -10px;
  left: 24px;
  background-color: #fff;
  padding: 0 5px;
  font-size: 12px;
}
.edjz {
  display: flex;
  justify-content: space-between;
  ;
}
.baitxt, .baitxt a {
  color: #fff;
  transition: all 0.5s ease 0s;
}
.baitxt a:hover {
  color: #286EB7
}
.baitxt a i {
  margin-right: 6px;
  margin-left: 5px;
}
.boot5 {
  margin-bottom: 5px;
}
.boot10 {
  margin-bottom: 10px;
}
.boot15 {
  margin-bottom: 15px;
}
.boot20 {
  margin-bottom: 20px;
}
.boot25 {
  margin-bottom: 25px;
}
.boot30 {
  margin-bottom: 30px;
}
.top5 {
  margin-top: 5px;
}
.top10 {
  margin-top: 10px;
}
.top15 {
  margin-top: 15px;
}
.top20 {
  margin-top: 20px;
}
.top25 {
  margin-top: 25px;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.ys666 {
  color: #666
}
.por {
  position: relative
}
.price-18px {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-right: 5px;
}
.flex {
  display: flex
}
.yuanqian {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #999;
  display: block;
  margin: 10px 10px 10px 0px;
  float: left
}
.text-warning {
  color: #FCCF0A
}
.card-btn-group {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9
}
.hot-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.hot-main-l {
  border: solid 1px #ddd;
  flex-grow: 1;
}
.hot-main-l .hot-img img {
  width: 300px;
  height: auto;
}
.hot-main-r .hot-img {
  width: 100%;
}
.hot-main-r .hot-img img {
  max-width: 100%;
  max-height: 100%;
}
.hot-main-r .hot-tit {
  flex-grow: 1;
}

.hot-main img:hover{opacity:0.85}

.hot-main-r {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.hot-main-r .hot-section {
  display: flex;
  justify-content: space-between;
  
  align-items: center;
}
.hot-main-r section {
  border: solid 1px #ddd;
  width: 100%;
}
.hot-main .hot-tit h3 {
  font-size: 19px;
  text-align: center;
  margin-bottom: 8px;
}
.hot-main .hot-tit p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.hot-main .hot-a-buy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hot-main .hot-a-buy a {
  color: #286eb7;
  margin: 0 10px;
  font-size: 15px;
}
.hot-main .hot-img {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.hot-main .hot-img img {
   width: 100%;
  height: 100%;
  object-fit: cover; /* 使图片覆盖整个容器，可能会裁剪图片 */
}
.d-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.d-email {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #fff;width: 100%;
}
.d-email span {
  color: #fff;
}
.d-email input {
  outline: none;
}
.d-code .d-submit {
  width: 100px;
  height: 30px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  border: 0px;
  font-size: 10px;
  margin-left: 8px;
}
input.or_input_text {
  font-size: 14px;
  color: #fff;
  width: 100%;
  padding: 7px;
  border: 0px;
  background-color: #333;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact
}
.form-check-input[type=checkbox] {
  border-radius: .25em
}
.form-check-input[type=radio] {
  border-radius: 50%
}
.form-check-input:active {
  filter: brightness(90%)
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5
}
.fenxiang {
  position: absolute;
  z-index: 9999;
  top: 3px;
  right: 55px;
}
#nav {
  width: 125px;
}
#nav > a {
  display: none;
}
#nav li {
  position: relative;
}
#nav li a {
  display: block;
}
/* first level */
#nav > ul > li {
  width: 100%;
  height: 100%;
  float: left;
}
#nav > ul > li > a {
  text-align: center;
  line-height: 45px
}
/* second level */
#nav li ul {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  box-shadow: 0px 12px 24px 0px rgba(198, 197, 197, 1);
  border-radius: 5px;
  padding: 5px 15px;
}
#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
}
#nav li:not( :first-child):hover ul {
  left: -1px;
}
#nav li ul a {
  text-align: left;
  line-height: 35px
}
#nav li ul a i {
  margin-right: 10px;
}
/*table*/
.q_form {
  width: 1100px;
  margin: 30px auto;
}
.q_table {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.q_table td {
  padding: 5px;
}
.fullname {
  width: 510px; /*height:20px;*/
  border: solid 1px #cccccc;
  padding: 12px 10px;
  text-indent: 30px;
  background: url(../images/fullname.jpg) no-repeat 10px center;
}
.address {
  width: 510px; /*height:20px;*/
  border: solid 1px #cccccc;
  padding: 12px 10px;
  text-indent: 30px;
  background: url(../images/address.jpg) no-repeat 10px center;
}
.phone {
  width: 510px; /*height:20px;*/
  border: solid 1px #cccccc;
  padding: 12px 10px;
  text-indent: 30px;
  background: url(../images/phone.jpg) no-repeat 10px center;
}
.email {
  width: 510px; /*height:20px;*/
  border: solid 1px #cccccc;
  padding: 12px 10px;
  text-indent: 30px;
  background: url(../images/email.jpg) no-repeat 10px center;
}
.qcontent {
  width: 1072px;
  height: 120px;
  border: solid 1px #cccccc;
  padding: 12px 10px;
  text-indent: 30px;
  background: url(../images/qcontent.jpg) no-repeat 10px 10px;
}
.imgcode {
  width: 130px !important;
  background: url();
  text-indent: 0px;
  position: relative;
  box-sizing: content-box;
}
.redzi {
  color: #fe0000 !important;
}
.qsubmit {
  width: 133px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #286eb7;
  color: #fff;
  font-size: 14px;
  float: right;
  cursor: pointer;
  border: none;
  transition: all 0.5s ease 0s;
}
.qsubmit:hover {
  background-color: #00B4FF;
}
.qfile {
  float: left;
}
.q_float {
  float: left;
  width: 49%;
}
.q_txtarea {
  width: 1066px;
  margin-bottom: 10px;
}
.q_table .q_float:nth-of-type(1), .q_table .q_float:nth-of-type(3) {
  margin-right: 2%;
  margin-bottom: 10px;
}
.fname {
  float: left;
  padding-top: 12px;
  padding-left: 10px;
  font-size: 12px;
}
.help_website {
  padding-top: 0px;
}
.help_website_con {
  border-top: solid 1px #3b3b3b;
  border-bottom: solid 1px #3b3b3b;
  padding: 25px 10px;
}
.help_text {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0px;
}
.help_text_tit {
  font-size: 24px;
  color: #2966a5;
}
.help_text_p {
  line-height: 20px;
  padding-top: 10px;
  color: #666666;
  font-size: 16px;
}
.h_top {
  padding: 25px 0px;
  width: 1350px;
  margin: 0 auto;
}
.index_bg {
  width: 1300px;
  padding: 60px 30px;
  margin: 0 auto;
  background: Url(../images/index_bg.jpg) no-repeat right top #1c1c1c;
}
.index_bg_tit {
  font-size: 36px;
  color: #cccccc;
  text-transform: uppercase;
}
.index_bg_text {
  color: #666;
  line-height: 20px;
  font-size: 12px;
  padding: 15px 0px;
}
.enter {
  width: 120px;
  float: left;
}
.enter a {
  display: block;
  width: 97px;
  height: 25px;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  color: #fff;
  background-color: #2866a9;
}
.index_website {
  width: 1298px;
  margin-top: 30px;
}
.index_website dl {
  width: 200px;
  padding-right: 15px;
}
#enter_a {
  text-indent: 0px !important;
  padding-left: 0px !important;
  line-height: 25px !important;
}
.produts_list {
  width: 1350px;
  margin: 20px auto;
}
.pro_list_tit {}
.pro_lul {
  float: left;
}
.pro_lul a {
  float: left;
  background-color: #f5f5f5;
  padding: 0 10px;
  margin-right: 10px;
  color: #333333;
  line-height: 32px;
  border: solid 1px #cccccc;
}
.pro_sort {
  float: Right;
  padding-left: 40px;
  position: relative;
}
.pro_sort span {
  position: absolute;
  left: -15px;
  top: 6px;
  color: #666666;
  font-size: 14px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.form-select select {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px 3px;
  margin-right: 11px;
  width: 130px;
  height: 28px;
  line-height: 28px;
  _vertical-align: bottom;
  _margin-top: 3px;
}
.form-select .mr0 {
  margin-right: 0;
}
.Cootion {
  width: 100%;
  background-color: #f5f5f5;
  padding: 50px 0px;
}
.m_map {
  max-width: 1350px;
  height: 865px;
  margin: 30px auto;
  position: relative;
  background: url("../images/map.jpg") no-repeat 0 0;
}
.tait {
  font-size: 36px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  left: 100px;
}
.tait span {
  color: #ff6d3b;
}
.tait2 {
  font-size: 36px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  padding: 50px 0px;
}
.mp {
  position: absolute;
  cursor: pointer;
  background: url(../images/fi1.png) no-repeat 4px 6px;
  width: 35px;
  height: 44px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.mp:hover {
  background: url(../images/fi2.png) no-repeat 4px 6px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.hover_tu {
  background: url(../images/fi2.png) no-repeat 4px 20px;
}
.mp .mito {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 12px;
  color: #666666;
}
.mp .find_mi1 {
  left: -12px;
  width: 95px;
}
.mp .find_mi2 {
  left: -5px;
  width: 55px;
}
.feng {
  position: absolute;
  display: none;
  width: 247px;
  height: auto;
  left: 32px;
  top: -20px;
  background-color: #666;
  z-index: 10;
  border-radius: 5px;
}
.feng .sang {
  position: absolute;
  left: -4px;
  top: 33px;
  background: url(../images/vf2.png) no-repeat 0 0;
  width: 8px;
  height: 14px;
}

.feng .sangxx {
    position: absolute;
    right: 13px;
    top: -5px;
    width: 10px;
    height: 10px;
    font-size: 24px;
    color: #fff;
}

.feng .tree {
  width: 242px;
  margin: 3px;
}
.feng .tree .boou {
  width: 86px;
  height: 62px;
  float: left;
}
.feng .tree .du_size {
  float: right;
  width: 240px;
  padding: 10px;
  box-sizing: border-box;
}
.feng .tree .du_size p {
  font-size: 13px;
  color: #FFF;
  line-height: 25px;    overflow-wrap: break-word; margin: 5px 0 !important
}
.mp1 {
  left: 243px;
  top: 272px;
}
.mp2 {
  left: 341px;
  top: 349px;
}
.mp3 {
  left: 446px;
  top: 474px;
}
.mp4 {
  left: 524px;
  top: 474px;
}
.mp5 {
  left: 524px;
  top: 538px;
}
.mp6 {
  left: 545px;
  top: 594px;
}
.mp7 {
  left: 428px;
  top: 585px;
}
.mp8 {
  left: 548px;
  top: 407px;
}
.ztable {
  width: 979px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
}
.ztd_tr, .ztd_tr_all {
  float: left;
  overflow: hidden;
}
.ztd_tr_all {
  width: 100%;
}
.ztable .ztd_tr:nth-of-type(2n + 1) {
  margin-right: 3%;
}
.ztd_tr_all_td {
  float: left;
  width: 33%;
  margin-top: 20px;
}
.ztd_tr_all_td .input {
  padding: 5px 0;
  font-size: 14px;
}
.input input, .input_cb {
  vertical-align: middle;
}
.ztd_checkbox {
  width: 100%;
}
.first_name {
  margin-right: 15px;
}
.ztd_tit {
  font-size: 13px;
  color: #fff;
  padding: 8px 0;
}
.ztd_input {
  width: 203px;
  height: 36px;
  background-color: #fff;
  border-radius: 3px;
  border: 0px;
  padding: 0 10px;
  float: left;
}
.ztd_input_460 {
  width: 460px;
}
.ztd_input_440 {
  width: 444px;
}
.ztd_input_all {
  width: 959px;
}
.tit_dot {
  background: url(../images/dot_z.jpg) no-repeat left 21px;
}
.z_submit {
  display: block;
  width: 140px;
  height: 40px;
  background-color: #286eb6;
  color: #fff !important;
  font-size: 16px;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 30px;
}
.in_table {}
.in_table td {
  padding: 5px 0px;
}
.in_input {
  color: #fff;
  padding: 0 8px;
  border: 0px;
  border-bottom: solid 1px #fff;
  background-color: #262626;
}
.i_about_left {
  width: 553px;
  height: 311px;
  position: absolute;
  left: 62px;
  top: 140px;
  border: solid 1px #545454;
  overflow: hidden;
}
.i_about_left #myVideo {
  background-color: #000;
  width: 100%;
  height: 100%;
}
.bool {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background: url(../images/play_about_bg.jpg) no-repeat center center;
}


@media (max-width:1360px) {
  .hot-main {
    padding: 0 10px;
  }
}


@media (max-width:820px) {
    
    .bool_about {
    top: -16px;
}
.pin40 {
    padding: 15px !important;
}

.modal-content {
  
    margin: 10% 15px !important; /* 15% 从顶部开始，自动水平居中 */
    padding:15px !important;
  
}


.layui-layer{width:100% !important}

.form-group {
    margin-bottom:10px !important;
} 
    
  .ztable {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
  }
  .ztd_input_all {
    width: 100%;
  }
  .ztd_tr_all {
    width: 100%;
  }
  .ztd_input {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .ztd_tr_all_td {
    width: 50%;
  }
  .ztd_tr_all_td:nth-of-type(3) {
    width: 100%;
  }
  .ztd_tr {
    width: 100%;
  }
  .ztable .ztd_tr:nth-of-type(2n + 1) {
    margin-right: 0;
  }
  .m_map {
    max-width: 1350px;
    height: auto;
    min-height: 450px;
    margin: 30px auto;
    position: relative;
    background: url() no-repeat 0 0;
  }
  .mp {
    position: relative;
    cursor: pointer;
    background: url(../images/fi1.png) no-repeat 4px 20px;
    width: 45%;
    height: 63px;
    left: 15px !important;
    top: auto !important;
    float: left;
  }
  .feng .tree .du_size, .feng {
    width: 155px !important;
  }
  
  .feng .tree {
    height:auto;
    width: 100%;
    margin: 0px;
}
  
  
  
  .feng {
    left: 20px;
    top: 15px;
}
  
  .about_myvideo {
    width: 100%;
    left: 0;
    top: 0px !important;
    position: relative;
  }
  /*.reg_count{padding: 0 15%;}*/
  .q_form {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
  }
  .q_float {
    width: 100%;
    margin-bottom: 10px;
  }
  .q_float input {
    width: 100%;
    box-sizing: border-box;
  }
  .q_txtarea, .qcontent {
    width: 100%;
    box-sizing: border-box;
  }
  .qsubmit {
    float: left;
  }
  .q_float .qsubmit {
    width: 133px;
  }
  .hot-main {
    display: inherit;
    padding: 0px;
  }
  .hot-main-r {
    display: inherit;
  }
  .hot-main-r .hot-section {
    margin-bottom: 10px;
    display: inherit;
    height: auto !important;
  }
  .hot-main-l {
    margin-bottom: 10px;
  }
  .hot-main-l .hot-img img {
    width: 100%;
  }
  .hot-main-l .hot-img, .hot-main-r .hot-img {
    width: 100%;
  }
  .module-full-screen-more-cp2 a {
    padding: 0 40px;
  }
}