body {
  position: relative;
}

.moblie_nav {
  width: 100%;
  position: absolute;
  z-index: 9999;
}

.moblie_nav .qymc {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.moblie_nav .qymc .m-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: -68px;
  right: 50px;
  cursor: pointer;
  display: none;
}

.moblie_nav .qymc .m-btn i {
  font-size: 36px;
  font-weight: bold;
  color: #104491;
}

.moblie_nav .qymc .m_nav {
  width: 100%;
  height: 510px;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #104491;
  overflow: hidden;
}

.moblie_nav .qymc .m_nav li {
  width: 100%;
  height: 51px;
  line-height: 51px;
  text-align: center;
}

.moblie_nav .qymc .m_nav li a {
  display: block;
  text-decoration: none;
  color: white;
}

.moblie_nav .qymc .m_nav li a:hover {
  background-color: #eb3d00;
}

#container {
  width: 63.05%;
  margin: 10px auto;
}

#container .left {
  width: 20%;
}

#container .right {
  width: 75%;
}

#container .right .sitemp {
  width: 100%;
}

#container .right .sitemp h2 {
  width: 100%;
  float: initial;
  text-align: center;
}

#container .right .sitemp .site {
  width: 100%;
  float: initial;
  text-align: center;
}

#container .right .content {
  width: 100%;
  padding: 0;
  margin: 15px auto;
  overflow: initial;
}

#container .right .content .prodescription {
  width: 100%;
}

#container .right .content .product_list {
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

#container .right .content .product_list li {
  width: 32%;
  float: initial;
  margin: 0 auto;
  padding-bottom: 15px;
}

#container .right .content .product_list li img {
  width: 100%;
  height: auto;
}

#container .right .content .pageController {
  width: 100%;
  padding: 0;
  color: #505050;
  margin: 0 auto;
  border-top: 1px solid #E2E3E4;
  line-height: 31px;
}

#container .right .content .pageController .t1 {
  width: 100%;
  float: initial;
  margin: 0;
  height: 30px;
  line-height: 30px;
  white-space: initial;
}

#container .right .content .pageController .t2 {
  width: 100%;
  float: initial;
  vertical-align: middle;
  line-height: 30px;
}

#container .right .content .message {
  padding: 0px;
}

#container .right .content .message #message_main {
  width: 100%;
  display: block;
}

#container .right .content .message #message_main tbody {
  width: 100%;
  display: block;
}

#container .right .content .message #message_main tbody tr {
  display: block;
  width: 100%;
}

#container .right .content .message #message_main tbody tr th {
  width: 100px;
  text-align: center;
  overflow-wrap: normal;
}

#container .right .content .message #message_main tbody tr td {
  width: 86%;
}

#container .right .content .message #message_main tbody tr td input {
  width: 90%;
}

#container .right .content .message #message_main tbody tr td textarea {
  width: 90%;
  padding: 6px 0 0 6px;
  font-size: 14px;
}

#container .right .content .message #message_main tbody tr td #code {
  padding: 0;
}

#container .right .content .message #message_main tbody tr td #code #checkcode {
  width: 30%;
}

#container .right .content .message #message_main tbody tr td #code #checkCodeImg {
  width: 130px;
}

#container .right .content .case_detail {
  width: 100%;
}

#container .right .content .case_detail h1 {
  width: 100%;
}

#container .right .content .case_detail #play {
  width: 100%;
}

#container .right .content .case_detail #play img {
  width: 500px;
}

#container .right .content .case_detail .img-content {
  width: 500px;
  margin: 0 auto;
}

#container .right .content .case_list {
  flex-wrap: wrap;
}

#container .right .content .case_list li {
  margin: 0 auto;
}

#container .right .content .news_detail {
  width: 100%;
}

#container .right .content .news_detail .info_title {
  width: 100%;
}

#container .right .content .news_detail .info_title h3.title_bar {
  width: 50%;
  margin-left: 0px;
}

#container .right .content .news_detail .info_title h3.title_bar span {
  padding: 0;
}

#container .right .content .news_detail .info_title .share {
  width: 50%;
}

#container .right .content .news_detail .info_title .share .bdsharebuttonbox {
  margin: 0 auto;
}

#container .right .content .news_detail .content p {
  text-indent: 2em;
}

#container .right .content .news_detail .content p:last-child {
  text-indent: 0;
  text-align: center;
}

#container .right .content .news_detail .content p:last-child img {
  width: 400px;
  height: 400px;
}

.sort li .layer2 {
  left: 100%;
}

@media screen and (max-width: 1080px) {
  #container {
    width: 90%;
  }
}

.product_detail {
  width: 100%;
}

.product_detail .title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.product_detail .allcontent {
  width: 100%;
}

.product_detail .allcontent>div {
  width: 50%;
}

.product_detail .p_detail {
  width: 100%;
}

.product_detail .p_detail img {
  width: 100%;
}

.product_detail .img {
  width: 100%;
  height: auto;
}

.product_detail .img .small {
  width: 100%;
  height: auto;
}

.list_p li {
  height: auto;
}

#dituContent {
  width: calc(100% - 20px);
  height: 400px;
  margin: 0 auto;
  border: 1px solid #ccc;
}

#footer .nav_foot ul li a:hover {
  background-color: #eb3d00;
  color: white;
}

.z5-mid li>a:hover {
  color: #eb3d00;
}

.z5-right ul li a:hover {
  color: #eb3d00;
}

.z4-main .bd li h3 {
  transition: all 0.4s;
}

.z4-main .bd li:hover h3 {
  color: #eb3d00;
}

.words {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.words li {
  width: 45%;
}

.words li a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.content .product {
  width: 100%;
}

.content .product p {
  padding-bottom: 5px;
  border-bottom: 2px solid #fbab00;
  margin-bottom: 20px;
}

.content .product ul li {
  width: 19%;
  text-align: center;
}

.content .product ul li:hover img {
  border: 1px #eb3d00 solid
}

.content .product ul li img {
  width: 100%;
  border: 1px #ccc solid;
}

.content .product .news {
  flex-wrap: wrap;
}

.content .product .news li {
  width: 50%;
  text-align: left;
}

.content .product .news li h4 {
  font-weight: normal;
}

.tag_list_product li {
  display: flex;
  justify-content: space-evenly;
}

.tag_list_product li .tab_intro h1 {
  display: inline-block;
}

.message div span {
  display: inline-block;
  text-indent: 0;
  width: 20%;
  text-align: right;
  margin-bottom: 10px;
  color: #505050;
  font-size: 16px;

}

.message div input {
  width: 30%;
  padding-left: 5px;
  font-size: 16px;
  outline: none;
}

.message div textarea {
  width: 60%;
  padding-left: 5px;
  font-size: 16px;
}

.message div button {
  width: 15%;
  /* height: 30px; */
  border: none;
  outline: none;
  color: white;
  background-color: #fe693e;
}