html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 14px;
  color: #666;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "微软雅黑";
}
a:hover {
  text-decoration: none;
  color: #ed7700;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

.pHeader {
  padding: 0 10%;
  width: 80%;
  height: 89px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 50;
  box-shadow: 0 0 3px #ccc;
}
.pHeader .logo {
  float: left;
  font-size: 0;
  margin-top: 25px;
}
.pHeader .login {
  float: right;
  margin-top: 33px;
}
.pHeader .login a {
  float: left;
}
.pHeader .login .shop {
  margin-left: 20px;
}
.pHeader .pMenu {
  float: right;
  height: 89px;
  line-height: 89px;
  margin-right: 20px;
}
.pHeader .pMenu li {
  float: left;
  position: relative;
}
.pHeader .pMenu li a {
  color: #000;
  padding: 0 20px;
  display: block;
  transition: color 0s;
}
.pHeader .pMenu li:hover a {
  background: #ed7700;
  color: #fff;
}
@media (min-width: 800px) and (max-width: 1500px) {
  .pHeader .pMenu li a {
    padding: 0 10px;
  }
}
.iBanner {
  height: 574px;
  overflow: hidden;
  margin-top: 89px;
}
.iBanner a {
  display: block;
  width: 100%;
  height: 574px;
  background-position: center;
  background-repeat: no-repeat;
}
.iNews {
  height: 665px;
}
.iNews .mt {
  margin-top: 92px;
  font-size: 29px;
  color: #434343;
  font-weight: lighter;
  height: 82px;
  line-height: 80px;
  position: relative;
  padding-left: 26px;
}
.iNews .mt:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #4b4e53;
  left: 0;
  top: 0;
}
.iNews .mc {
  margin-top: 50px;
}
.iNews .mc .detail {
  float: left;
  width: 360px;
  margin-right: 60px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  position: relative;
}
.iNews .mc .detail:after {
  content: "";
  position: absolute;
  width: 0;
  border-bottom: 1px solid #ed7700;
  left: 0;
  bottom: -1px;
  transition: all 0.4s;
}
.iNews .mc .detail:nth-child(3n) {
  margin-right: 0;
}
.iNews .mc .detail .im {
  width: 360px;
  height: 203px;
  overflow: hidden;
}
.iNews .mc .detail .tt {
  margin-top: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #434343;
  line-height: 18px;
}
.iNews .mc .detail .des {
  color: #7e8082;
  line-height: 26px;
  margin-top: 7px;
  height: 52px;
  overflow: hidden;
}
.iNews .mc .detail:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.iNews .mc .detail:hover .tt {
  color: #ed7700;
}
.iNews .mc .detail:hover:after {
  width: 100%;
}
.iVideo {
}
.iVideo video {
  margin: auto;
}
.iVideo .tan_video {
  width: 640px;
  height: 480px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 700;
}
.iVideo .back_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 600;
  display: none;
  font-size: 0;
}
.iProduct {
  padding-top: 82px;
  padding-bottom: 92px;
}
.iProduct .mt {
  text-align: center;
  font-size: 29px;
  color: #434343;
  font-weight: lighter;
  line-height: 29px;
}
.iProduct .mt span {
  margin-left: 10px;
  font-weight: bold;
  color: #434343;
}
.iProduct .mc {
  margin-top: 82px;
}
.iProduct .mc .list {
  width: 393px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.iProduct .mc .detail {
  width: 393px;
  height: 245px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.iProduct .mc .list:nth-child(3n) {
  margin-right: 0;
}
.iProduct .mc .detail .im {
  width: 100%;
  overflow: hidden;
}
.iProduct .mc .detail .con {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding-left: 57px;
  padding-right: 57px;
}
.iProduct .mc .detail .con .tt {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin: auto;
  text-align: center;
  line-height: 25px;
}
.iProduct .mc .detail .con .des {
  font-size: 13px;
  color: #b0b0b0;
  line-height: 26px;
  margin-top: 13px;
}
.iProduct .mc .detail:hover .im img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.iProduct .mc .detail:hover .con {
  opacity: 1;
}
.iAbout {
  height: 642px;
  background: url(../images/bg.jpg) no-repeat center;
  overflow: hidden;
}
.iAbout .mt {
  margin-top: 82px;
  font-size: 29px;
  color: #fff;
  font-weight: lighter;
  text-align: center;
  line-height: 29px;
}
.iAbout .mc {
  margin-top: 52px;
}
.iAbout .mc .con {
  color: #b5b5b5;
  font-weight: lighter;
  line-height: 30px;
  padding: 0 18px;
  text-align: center;
}
.iAbout .mc .pic {
  text-align: center;
  margin-top: 57px;
}

.pFooter {
  border-top: 1px solid #dedede;
}
.pFooter .pfoot {
  padding: 75px 0;
}
.pFooter .fadress {
  float: left;
  width: 222px;
}
.pFooter .fadress .adress {
  margin-top: 54px;
}
.pFooter .fadress .adress .tt {
  font-weight: bold;
  color: #5a5a5a;
}
.pFooter .fadress .adress .con {
  font-size: 13px;
  line-height: 23px;
  margin-top: 5px;
}
.pFooter .fnav {
  float: left;
  margin-top: 15px;
  margin-left: 150px;
}
.pFooter .fnav .list {
  float: left;
  width: 255px;
}
.pFooter .fnav .list:last-child {
  width: 60px;
}
.pFooter .fnav .list .tt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 54px;
}
.pFooter .fnav .list p {
  margin-bottom: 22px;
  white-space: nowrap;
}
.pFooter .legal {
  height: 56px;
  border-top: 1px solid #dedede;
}
.pFooter .legal .ban {
  color: #999;
  line-height: 70px;
  font-size: 13px;
}
.pFooter .legal .ban * {
  font-size: 13px;
}
.fixed-menu {
  position: fixed;
  display: none;
  right: 3%;
  bottom: 10%;
  width: 46px;
  z-index: 500;
}
.fixed-menu a {
  width: 100%;
  height: 46px;
  margin-bottom: 1px;
  position: relative;
  display: block;
  text-align: center;
}
.fixed-menu p {
  height: 46px;
  line-height: 46px;
  width: 170px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -172px;
  background: #ed7700;
  overflow: hidden;
  text-align: center;
  display: none;
}
.fixed-menu .phone {
  background: #8f8f8f url(../images/phone.png) no-repeat center;
}
.fixed-menu .phone:hover {
  background: #ed7700 url(../images/phone.png) no-repeat center;
}
.fixed-menu .phone:hover p {
  display: block;
}
.fixed-menu .wx {
  background: #8f8f8f url(../images/wx.png) no-repeat center;
}
.fixed-menu .wx:hover {
  background: #ed7700 url(../images/wx.png) no-repeat center;
}
.fixed-menu .wx img {
  position: absolute;
  top: -47px;
  left: -142px;
  width: 140px;
  height: 140px;
  display: none;
}
.fixed-menu .wx:hover img {
  display: block;
}
.fixed-menu .top {
  background: #8f8f8f url(../images/top.png) no-repeat center;
}
.fixed-menu .top:hover {
  background: #ed7700 url(../images/top.png) no-repeat center;
}

.main {
  margin-top: 89px;
}
.main .ntt {
  height: 220px;
  background: #f2f2f2;
}
.main .ntt .title {
  font-size: 26px;
  color: #000;
  font-weight: lighter;
  float: left;
  margin-top: 98px;
}
.main .ntt .subtt {
  float: right;
  font-size: 16px;
  color: #000;
  font-weight: lighter;
  margin-top: 100px;
}
.main .news_date {
  float: right;
  margin-top: 102px;
}
.main .news_date a {
  float: left;
  font-size: 16px;
  font-weight: lighter;
  color: #999;
  letter-spacing: 2px;
}
.main .news_date .active {
  color: #000;
}
.main .news_date span {
  float: left;
  color: #999;
  margin: 0 10px;
  font-weight: lighter;
}
.main .news_date span:last-child {
  display: none;
}
.main .news_list {
  float: left;
  margin-left: 64px;
  margin-top: 47px;
  width: 750px;
  min-height: 450px;
}
.main .news_list .detail {
  display: block;
  width: 100%;
  margin-bottom: 57px;
  position: relative;
  padding-bottom: 36px;
  border-bottom: 1px solid #e1e1e1;
}
.main .news_list .detail .pic {
  width: 100%;
}
.main .news_list .detail .pic img {
  width: 100%;
  height: 420px;
  display: block;
}
.main .news_list .detail .tt {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 18px;
  margin-top: 35px;
}
.main .news_list .detail .date {
  margin-top: 13px;
  color: #999;
}
.main .news_list .detail .des {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #666;
  margin-top: 23px;
}
.main .news_list .detail:after {
  content: "";
  position: absolute;
  width: 0;
  border-bottom: 1px solid #ed7700;
  left: 0;
  bottom: -1px;
  transition: all 0.4s;
}
.main .news_list .detail:hover .tt {
  color: #ed7700;
}
.main .news_list .detail:hover:after {
  width: 100%;
}
.main .news_hot {
  float: right;
  margin-right: 20px;
  margin-top: 73px;
  width: 237px;
}
.main .news_hot .mt {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}
.main .news_hot .mc .pic {
  width: 237px;
}
.main .news_hot .mc .pic img {
  width: 100%;
  display: block;
}
.main .news_hot .mc .tt {
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-weight: bold;
}
.main .news_hot .mc .detail:hover .tt {
  color: #ed7700;
}
.article-detail {
  min-height: 450px;
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.article-detail.demo {
  margin-top: 20px;
}
.article-detail * {
  max-width: 100%;
}
.article-tit {
  text-align: center;
  margin-top: 50px;
}
.article-tit p {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
}
.article-pic {
  text-align: center;
  margin-top: 20px;
}
.product_list {
  min-height: 450px;
  margin-bottom: 30px;
  margin-top: 50px;
}
.product_list .detail {
  float: left;
  width: 280px;
  margin-right: 26.667px;
  margin-bottom: 30px;
}
.product_list .detail:nth-child(4n) {
  margin-right: 0;
}
.product_list .detail .im {
  width: 100%;
  height: 180px;
}
.product_list .detail1 .im {
  height: 280px;
}
.product_list .detail p {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333;
  text-align: center;
  background: #f5f5f5;
}
.product_list .detail:hover p {
  background: #ed7700;
  color: #fff;
  transition: color 0s;
}
.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}
.swiper-button-next {
  width: 40px;
  height: 70px;
  right: 0;
  background: #fff;
  display: none;
}
.swiper-button-next:after {
  content: ">";
  position: absolute;
  top: 28px;
  left: 12px;
  font-size: 22px;
}
.swiper-button-prev {
  width: 40px;
  height: 70px;
  left: 0;
  background: #fff;
  display: none;
}
.swiper-button-prev:after {
  content: "<";
  position: absolute;
  top: 28px;
  left: 12px;
  font-size: 22px;
}
.main .news_list .detail .pic:hover .swiper-button-next {
  display: block;
}
.main .news_list .detail .pic:hover .swiper-button-prev {
  display: block;
}

.nbanner {
  height: 428px;
  background: url(../images/nbanner.jpg) no-repeat center;
}

.nmenu {
  padding: 35px 0;
  width: 100%;
  overflow: hidden;
  background: #f9f9f9;
}
.nmenu a {
  float: left;
  display: block;
  padding: 18px 30px;
  color: #333;
  background: #f6f6f6;
  margin-right: 13px;
  -moz-box-shadow: 2px 2px 5px #dedede;
  -webkit-box-shadow: 2px 2px 5px #dedede;
  box-shadow: 2px 2px 5px #dedede;
}
.nmenu a:hover,
.nmenu a.active {
  background: #ed7700;
  color: #fff;
  transition: color 0s;
}

.company .banner {
  height: 574px;
}
.company .mt {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #424242;
}
.company .mt a {
  color: #fff;
  margin: 0 15px;
}
.company .mc {
  margin-bottom: 100px;
}
.company .mc .detail {
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.company .mc .detail .con {
  width: 40%;
  height: 100%;
  padding: 0 4vw;
  position: absolute;
  top: 0;
}
.company .mc .detail .con .content {
  position: absolute;
  width: calc(100% - 8vw);
  left: 4vw;
  top: 50%;
  transform: translateY(-50%);
}
.company .mc .detail .con .tt {
  font-size: 28px;
  line-height: 28px;
  color: #333;
  text-align: center;
}
.company .mc .detail .con .line {
  width: 26px;
  height: 4px;
  background: #333;
  margin: auto;
  margin-top: 19px;
}
.company .mc .detail .con .des {
  line-height: 27px;
  margin-top: 50px;
  text-indent: 2em;
}
.company .mc .detail .im {
  float: right;
  width: 60%;
}
.company .mc .dt .im {
  float: left;
}
.company .mc .dt .con {
  right: 0;
}

.about .banner {
  height: 574px;
}
.about .mt {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #424242;
}
.about .mt a {
  color: #fff;
  margin: 0 15px;
}
.about .mc {
  margin-bottom: 62px;
}
.about .mc .detail {
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.about .mc .detail .im {
  float: right;
  width: 60%;
  position: relative;
}
.about .mc .detail .im .tab {
  position: absolute;
  width: 100%;
  padding: 0 5vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about .mc .detail .im .tab .list {
  float: left;
  width: 25%;
  text-align: center;
}
.about .mc .detail .im .tab .list .tt {
  font-size: 58px;
  line-height: 58px;
  color: #fff;
}
.about .mc .detail .im .tab .list .tt span {
  font-size: 34px;
}
.about .mc .detail .im .tab .list .subtt {
  color: #fff;
  margin-top: 15px;
}
.about .mc .detail .im .tab .list:nth-child(2) .subtt {
  margin-top: 6px;
}
.about .mc .detail .con {
  width: 40%;
  height: 100%;
  padding: 0 4vw;
  position: absolute;
  top: 0;
}
.about .mc .detail .content {
  position: absolute;
  width: calc(100% - 8vw);
  left: 4vw;
  top: 50%;
  transform: translateY(-50%);
}
.about .mc .detail .con .tt {
  font-size: 28px;
  line-height: 28px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
.about .mc .detail .con .subtt {
  font-size: 28px;
  font-weight: lighter;
  text-align: center;
  line-height: 28px;
}
.about .mc .detail .con .line {
  width: 26px;
  height: 4px;
  background: #333;
  margin: auto;
  margin-top: 19px;
}
.about .mc .detail .con .des {
  line-height: 27px;
  margin-top: 60px;
  text-indent: 2em;
}
.about .mc .dt .im {
  float: left;
}
.about .mc .dt .con {
  right: 0;
}
.about .mc .detail .history {
  margin-top: 96px;
  padding-bottom: 30px;
}
.about .mc .detail .history .jbox {
  display: none;
  text-align: center;
}
.about .mc .detail .history .jbox:first-child {
  display: block;
}
.about .mc .detail .history .jbox .bt {
  font-size: 27px;
  color: #333;
  line-height: 27px;
}
.about .mc .detail .history .jbox .bdes {
  font-size: 15px;
  color: #333;
  line-height: 28px;
  margin-top: 30px;
  /* height: 130px; */
  min-height: 130px;
  overflow: hidden;
}
.about .mc .detail .history .j-tab-nav {
  text-align: center;
}
.about .mc .detail .history .j-tab-nav p {
  display: inline-block;
  font-size: 15px;
  color: #999;
  margin: 0 14px;
  margin-bottom: 23px;
  cursor: pointer;
  position: relative;
}
.about .mc .detail .history .j-tab-nav p.current {
  color: #2a2a2a;
}
.about .mc .detail .history .j-tab-nav p.current:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  width: 21px;
  height: 13px;
  background: url(../images/square.png) no-repeat center;
}
.about .mc .detail .culture {
  margin-top: 70px;
  text-align: center;
}
.about .mc .detail .culture .bt {
  font-size: 28px;
  color: #2a2a2a;
  font-weight: lighter;
  line-height: 28px;
}
.about .mc .detail .culture .bdes {
  font-size: 21px;
  font-weight: lighter;
  line-height: 38px;
  margin-top: 8px;
}
.about .mc .detail .culture .bt1 {
  margin-top: 40px;
}
.about .mc .detail .honor_list {
  margin-top: 90px;
}
.about .mc .detail .honor_list .im {
  float: left;
  width: 32%;
  height: 120px;
  margin-right: 2%;
  margin-bottom: 12px;
}
.about .mc .detail .honor_list .im:nth-child(3n) {
  margin-right: 0;
}

.contact {
  margin-top: 76px;
  margin-bottom: 90px;
}
.contact .mc {
  height: 75px;
}
.contact .mc .detail {
  float: left;
  width: 500px;
  height: 100%;
}
.contact .mc .detail:nth-child(2) {
  width: 430px;
}
.contact .mc .detail:nth-child(3) {
  width: 270px;
}
.contact .mc .detail .pic {
  float: left;
  width: 62px;
  height: 100%;
  border-right: 1px solid #bbb;
}
.contact .mc .detail .con {
  float: left;
  margin-left: 24px;
  margin-top: 18px;
  width: 320px;
}
.contact .mc .detail:last-child .con{
  width:100px;
}
.contact .mc .detail .con .tt {
  font-weight: bold;
  color: #000;
}
.contact .mc .detail .con .des {
  font-size: 12px;
  margin-top: 12px;
}
.contact .content {
  margin-top: 70px;
}
.contact .content img {
  float: left;
  margin-top: 76px;
}
.contact .content #allmap {
  float: right;
  width: 650px;
  height: 365px;
}

.recruit {
  margin-top: 58px;
  margin-bottom: 60px;
  min-height: 400px;
}
.recruit .mt {
  height: 42px;
  border-bottom: 1px solid #c6c6c6;
}
.recruit .mt p {
  font-size: 22px;
  color: #000;
  font-weight: lighter;
  line-height: 22px;
}
.recruit .mt p span {
  color: #999;
}
.recruit .recruit_left {
  float: left;
  width: 786px;
}
.recruit .recruit_left .mc {
  margin-top: 60px;
}
.recruit .recruit_left .mc .detail {
  margin-bottom: 100px;
}
.recruit .recruit_left .mc .detail .tt {
  height: 30px;
  line-height: 30px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #999;
  font-size: 21px;
  color: #333;
  font-weight: lighter;
  padding-left: 28px;
  background: url(../images/job.png) no-repeat left top;
}
.recruit .recruit_left .mc .detail .des {
  font-size: 15px;
  color: #333;
  margin-top: 30px;
  letter-spacing: 1px;
}
.recruit .recruit_left .mc .detail .con {
  font-size: 13px;
  line-height: 21px;
  margin-top: 25px;
}
.recruit .recruit_right {
  float: right;
  width: 338px;
}
.recruit .recruit_right .detail {
  display: block;
  margin-top: 17px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}
.recruit .recruit_right .detail .tt {
  font-size: 16px;
  color: #333;
  line-height: 18px;
  margin-top: 20px;
}
.recruit .recruit_right .detail .time {
  margin-top: 18px;
}
.recruit .recruit_right .detail .time p {
  float: left;
  color: #333;
  font-weight: lighter;
}
.recruit .recruit_right .detail .time span {
  float: right;
  color: #333;
  font-weight: lighter;
}
.recruit .recruit_right .detail:hover .tt {
  color: #ed7700;
}

.cp_nav {
  height: 88px;
  background: #fcfcfc;
}
.cp_nav .detail {
  float: left;
  margin-top: 35px;
  margin-right: 30px;
}
.cp_nav .detail span {
  color: #333;
}
.cp_nav .detail select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fcfcfc url(../images/down.png) no-repeat right center;
  padding-right: 20px;
}
.cp_nav .cp_nav_search {
  float: right;
  width: 227px;
  height: 40px;
  background: #e0e0e0;
  margin-top: 24px;
  border-radius: 20px;
}
.cp_nav .cp_nav_search input[type="text"] {
  width: 156px;
  border: none;
  line-height: 40px;
  background: #e0e0e0;
  padding-left: 22px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  float: left;
}
.cp_nav .cp_nav_search input[type="image"] {
  margin-top: 8px;
  float: left;
}
.cp_list {
  min-height: 450px;
  margin-bottom: 30px;
}
.cp_list .detail {
  width: 100%;
  padding: 100px 0;
  border-bottom: 1px solid #eee;
}
.cp_list .detail .con {
  float: left;
  width: 400px;
}
.cp_list .detail .con .tt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 25px;
}
.cp_list .detail .con .list {
  line-height: 25px;
  margin-bottom: 6px;
}
.cp_list .detail .con .list span {
  color: #333;
}
.cp_list .detail .pright {
  float: right;
  width: 750px;
}
.cp_list .detail .pright .im {
  width: 100%;
  height: 420px;
  display: block;
  overflow: hidden;
}
.cp_list .detail .pright .im img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.cp_list .detail .pright .im:hover img {
  transform: scale(1.1);
}
.cp_list .detail .pright .pics {
  margin-top: 30px;
}
.cp_list .detail .pright .pics .pic {
  float: left;
  margin-right: 5px;
}
.cp_list .detail .pright .pics .pic img {
  height: 75px;
  display: block;
}

.pro_list {
  min-height: 500px;
  margin-bottom: 50px;
  margin-top: 82px;
}
.pro_list .mt {
  float: left;
  width: 270px;
}
.pro_list .mt .tt {
  font-weight: bold;
  font-size: 19px;
  color: #000;
  margin-bottom: 21px;
}
.pro_list .mt a {
  width: 250px;
  height: 42px;
  line-height: 42px;
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 20px;
  overflow: hidden;
}
.pro_list .mt a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #686868;
  left: 4px;
  top: 19px;
}
.pro_list .mt a:hover,
.pro_list .mt a.active {
  color: #ed7700;
}
.pro_list .mt a:hover:before,
.pro_list .mt a.active:before {
  background: #ed7700;
}
.pro_list .mc {
  width: 880px;
  float: right;
}
.pro_list .mc .tt {
  margin-top: 3px;
  margin-bottom: 59px;
}
.pro_list .mc .tt a {
  margin-right: 20px;
}
.pro_list .mc .tt a.active {
  color: #ed7700;
}
.pro_list .mc .dbox {
  width: 270px;
  float: left;
  overflow: hidden;
  margin-right: 35px;
  margin-bottom: 52px;
}
.pro_list .mc .dbox:nth-of-type(3n) {
  margin-right: 0;
}
.pro_list .mc .detail {
  width: 270px;
  position: relative;
}
.pro_list .mc .detail1 {
  float: left;
  margin-right: 35px;
  margin-bottom: 52px;
}
.pro_list .mc .detail1:nth-of-type(3n) {
  margin-right: 0;
}
.pro_list .mc .detail .im {
  width: 100%;
  height: 270px;
}
.pro_list .mc .detail p {
  width: 100%;
  height: 60px;
  background: #f5f5f5;
  text-align: center;
  line-height: 60px;
}
.pro_list .mc .detail:hover p {
  background: #ed7700;
  color: #fff;
}
.pro_list .mc .list {
  display: none;
}

.crumb {
  margin-top: 50px;
  margin-bottom: 50px;
}
.crumb a:after {
  content: ">";
  color: #666;
  margin: 0 6px;
}

.pro_info .mc .pic {
  width: 554px;
  float: left;
}
.pro_info .mc .pic img {
  width: 100%;
}
.pro_info .mc .detail {
  float: right;
  width: 600px;
}
.pro_info .mc .detail .tt {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  margin-top: 46px;
  margin-bottom: 38px;
}
.pro_info .mc .detail .list {
  margin-bottom: 26px;
  color: #333;
}
.pro_info .mc .detail .list span {
  color: #999;
}
.pro_info .mc .detail .list .shop_price {
  color: #333;
}
.pro_info .mc .detail .color {
  margin-bottom: 22px;
}
.pro_info .mc .detail .color p {
  float: left;
  color: #999;
  line-height: 42px;
}
.pro_info .mc .detail .color ul li {
  width: 40px;
  height: 40px;
  border: 1px solid #d2d2d2;
  margin-right: 6px;
  margin-bottom: 3px;
  cursor: pointer;
  position: relative;
  float: left;
}
.pro_info .mc .detail .color ul li.active {
  border-color: #d22810;
}
.pro_info .mc .detail .color ul li.active:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon10.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.pro_info .mc .detail .nums {
  margin-top: 37px;
  height: 36px;
  line-height: 36px;
}
.pro_info .mc .detail .nums p {
  color: #333;
  float: left;
  margin-right: 5px;
}
.pro_info .mc .detail .nums .btn {
  width: 92px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #d4d4d4;
  float: left;
  margin-right: 12px;
  cursor: pointer;
}
.pro_info .mc .detail .nums .btn.active {
  background: #f6bb7f;
}
.pro_info .mc .detail .shop {
  margin-top: 40px;
}
.pro_info .mc .detail .shop a {
  float: left;
  width: 130px;
  line-height: 40px;
  text-align: center;
  margin-right: 8px;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
}
.pro_info .mc .detail .shop .addCart {
  background: #ed7700;
}
.pro_info .mc .detail .shop .order {
  background: #ff0036;
}
.pro_info .con {
  min-height: 450px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.pro_info .con .tt {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bebebe;
}
.pro_info .con .content {
  line-height: 30px;
  margin-top: 50px;
}
.pro_info .con .content * {
  max-width: 100%;
}

/*系统信息提示*/
.message {
  background: #fafafa;
  padding: 20px 0px 20px;
  clear: both;
}
.message .message-all {
  width: 1150px;
  height: auto;
  margin: 0 auto;
  padding: 15px 30px;
  background: #ffffff;
  margin-top: 60px;
  margin-bottom: 50px;
}
.message .message-all .message-tit {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px #eaeaea solid;
}
.message .message-all .message-con {
  min-height: 80px;
  height: auto;
  width: 1150px;
  padding: 60px 0px;
  text-align: center;
}
.message .message-all .message-con p {
  height: 30px;
  line-height: 30px;
  font-family: microsoft yahei;
}
.message .message-all .message-con p.msg-con {
  color: #e31939;
  font-size: 14px;
}

.relation {
  min-height: 500px;
  margin-bottom: 50px;
  margin-top: 82px;
}
.relation .detail {
  padding: 20px 18px;
  overflow: hidden;
  box-shadow: 3px 5px 10px #dfdede;
  margin-bottom: 30px;
  overflow: hidden;
}
.relation .detail .img {
  width: 172px;
  height: 120px;
  float: left;
  overflow: hidden;
}
.relation .detail .con {
  overflow: hidden;
}
.relation .detail .tt {
  line-height: 32px;
  color: #333333;
  border-bottom: 1px solid #646464;
  padding-right: 5px;
  margin-bottom: 15px;
}
.relation .detail a {
  color: #999;
  font-size: 12px;
}

.mui-page {
  padding: 1em 0;
  overflow: hidden;
  margin-top: 20px;
  text-align: center;
  clear: both;
}
.mui-page-wrap {
  color: #999;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.mui-page-wrap b {
  font-weight: 100;
  float: left;
}
.mui-page-wrap a {
  color: #e22a40;
  cursor: pointer;
  float: left;
  text-decoration: none;
}
.mui-page-wrap a:hover {
  background-color: #efefef;
}
.mui-page-num,
.mui-page-skip {
  float: left;
  font-weight: 400;
}
.mui-page-prev,
.mui-page-next,
.mui-page-wrap a,
.mui-page-cur,
.mui-page-skip {
  height: 30px;
  width: auto;
  line-height: 30px;
  margin: 0 4px;
  padding: 2px 14px;
}
.mui-page-wrap a,
.mui-page-prev,
.mui-page-next,
.mui-page-cur {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.mui-page-wrap .mui-page-prev {
  border-left: 1px solid #e5e5e5;
}
b.mui-page-next,
b.mui-page-prev {
  background-color: #efefef;
}
.mui-page-cur {
  background: #ed7700;
  color: #fff;
  border: 1px solid #ed7700;
}
.mui-page-break {
  border-right: 1px solid #e5e5e5;
  padding: 0 4px;
  line-height: 40px;
  font-weight: 700;
}
.mui-page-skip {
  padding: 0 1em;
  _padding-top: 10px;
}
.mui-page-skipTo {
  width: 32px;
  height: 18px;
  margin: -2px 2px 0;
  line-height: 18px;
  font-size: 16px;
  color: #999;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.mui-page-skipBtn {
  margin: -2px 0 0 2px;
  vertical-align: middle;
}
.mui-page-m {
  padding: 1em 0;
  overflow: hidden;
  clear: both;
}
.mui-page-m .mui-page-wrap,
.mui-page-m .mui-page-skipTo {
  font-size: 12px;
}
.mui-page-m .mui-page-break {
  line-height: 24px;
}
.mui-page-m .mui-page-skipTo,
.mui-page-m .mui-page-skipBtn {
  margin-top: 0;
}
.mui-page-m .mui-page-prev,
.mui-page-m .mui-page-next,
.mui-page-m .mui-page-wrap a,
.mui-page-m .mui-page-cur,
.mui-page-m .mui-page-skip {
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
}
.mui-page-s {
  height: 21px;
  overflow: hidden;
  color: #999;
  font-family: \5B8B\4F53, Helvetica, sans-serif;
  font-size: 12px;
}
.mui-page-s-len,
.mui-page-s-prev,
.mui-page-s-next {
  float: left;
  display: inline;
  margin-left: 3px;
}
.mui-page-s-prev,
.mui-page-s-next {
  width: 19px;
  padding: 4px 0 2px;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.mui-page-s a {
  text-decoration: none;
  color: #2953a6;
}
.mui-page-s a:hover {
  background-color: #efefef;
}
.mui-page-s b {
  background-color: #efefef;
}
b.mui-page-s-len {
  background: 0 0;
  line-height: 20px;
  font-weight: 400;
}

.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 15px;
  margin: 0 3px;
}
.mypage li.active {
  background: #E4393C;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
