@charset "utf-8";
/* CSS Document */
/* Title */
.Title {
  width: 100%;
  text-align: center;
  padding-top: 52px;
}
.Title h3 {
  font-size: 30px;
  color: #333333;
  font-weight: normal;
}
.Title h3 a {
  color: #333333;
  text-decoration: none;
}
.Title p {
  font-size: 16px;
  color: #888888;
  margin-top: 4px;
}
.Title i {
  display: block;
  width: 350px;
  height: 3px;
  background: url(../img/cd.png) no-repeat center;
  margin: 20px auto 0;
}
.index-main {
  z-index: 55;
  position: relative;
  width: 980px;
  margin: 0 auto;
  height: 600px;
}
.index-main-box {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  height: 600px;
}
#indexslider {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  height: 600px;
}
.index-main-box .prev {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 5%;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  background: url(../img/babot1.png) no-repeat center;
  display: none;
}
.index-main-box .next {
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -29px;
  right: 5%;
  width: 58px;
  height: 58px;
  background: url(../img/babot2.png) no-repeat center;
  display: none;
}
.index-img {
  display: block;
  width: 1920px;
  height: 600px;
  overflow: hidden;
}
.index-img img {
  width: 1920px;
  height: 600px;
}
.index-pagination {
  position: absolute;
  z-index: 66;
  top: 560px;
  left: 50%;
  height: 30px;
  width: 210px;
  margin-left: -100px;
  text-align: center;
}
.index-pagination li {
  display: inline-block;
  width: 58px;
  position: relative;
  /* float:left; */
  height: 23px;
  margin-right: 4px;
  overflow: hidden;
}
.index-pagination li a {
  position: relative;
  z-index: 666;
  display: block;
  padding: 16px 0px 5px 0px;
  height: 3px;
  color: #5f6a72;
  text-align: center;
}
.index-pagination li a div {
  position: relative;
  z-index: 555;
  display: block;
  height: 3px;
  background: #0462A0;
}
.index-pagination li a div span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 3px;
  width: 0px;
  background: #FFF;
}
.index-pagination li.current a {
  color: #0b4da2;
  _color: #0e98a5;
}
.index-pagination li.back {
  display: block;
  position: absolute;
  width: 27px;
  height: 10px;
  left: 0px;
  top: 4px;
  z-index: 444;
}
.index-main-box:hover .prev {
  display: block;
}
.index-main-box:hover .next {
  display: block;
}
/* hotSale 热销*/
.hotSale {
  width: 100%;
  background: #f9f9f9;
  padding-bottom: 20px;
}
.hotSale .mainCon {
  width: 100%;
  margin-top: 33px;
}
.hotSale .mainCon ul {
  width: 100%;
}
.hotSale .mainCon li {
  width: 293px;
  height: 260px;
  float: left;
  margin-left: 3px;
  margin-right: 4px;
}
.hotSale .mainCon li h3 {
  font-size: 14px;
  color: #787878;
  font-weight: normal;
  width: 293px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.hotSale .mainCon li img {
  display: block;
  transition: all 1s ease-out;
  transform: scale(1);
}
.hotSale .mainCon li .Pic {
  display: block;
  width: 293px;
  height: 210px;
  overflow: hidden;
}
.hotSale .mainCon li p {
  font-size: 14px;
  color: #999999;
}
.hotSale .mainCon li .p2 em {
  font-size: 18px;
  color: #fa8815;
  font-weight: bold;
  margin-top: 12px;
}
.hotSale .mainCon li .details {
  width: 100px;
  height: 33px;
  border-radius: 4px;
  text-indent: 34px;
  display: block;
  background: url(../img/hotsale_icon01.png) no-repeat 15px center #f1f1f1;
  position: absolute;
  right: 18px;
  bottom: 64px;
  line-height: 33px;
  font-size: 14px;
  color: #999999;
  text-decoration: none;
}
.hotSale .mainCon li:hover img {
  transform: scale(1.2);
}
.hotSale .mainCon li:hover {
  box-shadow: 0 0 8px 4px #f3f3f3;
}
.hotSale .mainCon li:hover .details {
  background: url(../img/hotsale_icon02.png) no-repeat 15px center #0e98a5;
  color: #FFF;
}
#scrollleft {
  width: 1200px;
  height: 230px;
  position: relative;
  overflow: hidden;
}
/* hotSale 热销*/
.hotSale1 {
  width: 100%;
  background: #fff;
  padding-bottom: 20px;
}
.hotSale1 .mainCon {
  width: 100%;
  margin-top: 33px;
}
.hotSale1 .mainCon ul {
  width: 100%;
}
.hotSale1 .mainCon li {
  width: 293px;
  height: 275px;
  float: left;
  margin-left: 3px;
  margin-right: 4px;
}
.hotSale1 .mainCon li h3 {
  font-size: 14px;
  color: #787878;
  font-weight: normal;
  width: 293px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.hotSale1 .mainCon li img {
  display: block;
  transition: all 1s ease-out;
  transform: scale(1);
}
.hotSale1 .mainCon li .Pic {
  display: block;
  width: 293px;
  height: 225px;
  overflow: hidden;
}
.hotSale1 .mainCon li p {
  font-size: 14px;
  color: #999999;
}
.hotSale1 .mainCon li .p2 em {
  font-size: 18px;
  color: #fa8815;
  font-weight: bold;
  margin-top: 12px;
}
.hotSale1 .mainCon li .details {
  width: 100px;
  height: 33px;
  border-radius: 4px;
  text-indent: 34px;
  display: block;
  background: url(../img/hotsale_icon01.png) no-repeat 15px center #f1f1f1;
  position: absolute;
  right: 18px;
  bottom: 64px;
  line-height: 33px;
  font-size: 14px;
  color: #999999;
  text-decoration: none;
}
.hotSale1 .mainCon li:hover img {
  transform: scale(1.2);
}
.hotSale1 .mainCon li:hover {
  box-shadow: 0 0 8px 4px #f3f3f3;
}
.hotSale1 .mainCon li:hover .details {
  background: url(../img/hotsale_icon02.png) no-repeat 15px center #0e98a5;
  color: #FFF;
}
#TGG {
  width: 100%;
  height: 148px;
  background: url(../img/tiao-3.jpg) top center no-repeat #325FBA;
  background-size: contain;
}
/* choose 选择*/
.choose {
  width: 100%;
}
.choose .Title {
  padding-top: 48px;
}
.choose .Title p {
  font-size: 12px;
  text-transform: uppercase;
}
.choose .mainCon {
  width: 100%;
  margin-top: 33px;
}
.choose .mainCon .menu {
  width: 1200px;
  margin: 0 auto;
}
.choose .mainCon .menu dl {
  float: left;
  width: 224px;
  height: 75px;
  border: 1px solid #ededed;
  padding-top: 26px;
  margin-left: 17px;
}
.choose .mainCon .menu dl:first-child {
  margin-left: 0;
}
.choose .mainCon .menu dt {
  float: left;
  margin-left: 36px;
  width: 53px;
  height: 53px;
  overflow: hidden;
  position: relative;
}
.choose .mainCon .menu dt img {
  display: block;
  position: relative;
}
.choose .mainCon .menu dd {
  margin-left: 16px;
  width: 116px;
  float: left;
}
.choose .mainCon .menu dd p {
  line-height: 23px;
  font-size: 16px;
  color: #666666;
}
.choose .mainCon .menu dl.cur {
  background: #0e98a5;
  border-color: #0e98a5;
}
.choose .mainCon .menu dl.cur p {
  color: #FFF;
}
.choose .mainCon .menu dl.cur dt img {
  top: -53px;
}
.choose .mainCon .conBox {
  width: 100%;
  margin-top: 13px;
  height: 585px;
  position: relative;
  overflow: hidden;
}
.choose .mainCon .conBox .con {
  width: 100%;
  height: 585px;
}
.choose .mainCon .conBox .con .container {
  position: relative;
}
.choose .mainCon .conBox .con1 {
  background: url(../img/choosebg01.jpg) no-repeat center;
}
.choose .mainCon .conBox .con2 {
  background: url(../img/choosebg01.jpg) no-repeat center;
}
.choose .mainCon .conBox .con3 {
  background: url(../img/choosebg01.jpg) no-repeat center;
}
.choose .mainCon .conBox .con4 {
  background: url(../img/choosebg01.jpg) no-repeat center;
}
.choose .mainCon .conBox .con5 {
  background: url(../img/choosebg01.jpg) no-repeat center;
}
.choose .mainCon .conBox .con dl {
  width: 596px;
  height: 200px;
  background: url(../img/choosebg.png);
  position: absolute;
  top: 172px;
  right: 18px;
  padding-top: 44px;
}
.choose .mainCon .conBox .con dt {
  position: absolute;
  width: 52px;
  padding-top: 54px;
  height: 60px;
  background: #fa8815;
  font-size: 30px;
  color: #FFF;
  font-family: impact;
  text-align: center;
  top: -21px;
  left: 41px;
}
.choose .mainCon .conBox .con dd {
  margin-left: 115px;
  width: 432px;
}
.choose .mainCon .conBox .con dd h3 {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
}
.choose .mainCon .conBox .con dd h3 em {
  color: #0e98a5;
  font-weight: bold;
}
.choose .mainCon .conBox .con dd p {
  margin-top: 24px;
  color: #666666;
  line-height: 24px;
  font-size: 14px;
}
/* directSales 直营*/
.directSales {
  width: 100%;
  background: #f8f8f8;
  padding-bottom: 64px;
}
.directSales .mainCon {
  width: 100%;
  margin-top: 33px;
}
.directSales .mainCon ul {
  width: 100%;
}
.directSales .mainCon li {
  float: left;
  width: 278px;
  height: 255px;
  margin-left: 29px;
  background: #fff;
}
.directSales .mainCon li:first-child {
  margin-left: 0;
}
.directSales .mainCon li span {
  display: block;
  width: 278px;
  height: 195px;
  overflow: hidden;
  position: relative;
}
.directSales .mainCon li img {
  display: block;
  transition: all 1s ease-out;
  transform: scale(1);
}
.directSales .mainCon li:hover img {
  transform: scale(1.2);
}
.directSales .mainCon li h3 {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  margin: 20px 0;
  text-align: center;
}
.directSales .mainCon li p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding: 0 25px;
}
.directSales .mainCon li:hover {
  background: #0e98a5;
}
.directSales .mainCon li:hover h3,
.directSales .mainCon li:hover p {
  color: #FFF;
}
/* counselor 顾问*/
.counselor {
  width: 100%;
  height: 690px;
}
.counselor .mainCon {
  width: 1200px;
  margin: 25px auto;
}
.counselor .mainCon .mainCon_L {
  width: 590px;
  height: 420px;
  background: #f9f9f9;
  float: left;
}
.counselor .mainCon .mainCon_L a img {
  width: 590px;
  height: 290px;
  float: left;
  border: none;
}
.counselor .mainCon .mainCon_L .acv {
  width: 550px;
  height: 40px;
  float: left;
  margin: 10px 20px 0 20px;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
}
.counselor .mainCon .mainCon_L .acv a {
  color: #2f2f2f;
}
.counselor .mainCon .mainCon_L .acv span {
  color: #0462A0;
  float: right;
}
.counselor .mainCon .mainCon_L p {
  width: 550px;
  height: 60px;
  float: left;
  line-height: 30px;
  text-align: left;
  font-size: 12px;
  color: #787878;
  margin: 0 20px;
}
.counselor .mainCon .mainCon_L p a {
  color: #0462A0;
  margin-left: 10px;
}
.counselor .mainCon .mainCon_R {
  width: 580px;
  height: 420px;
  float: right;
}
.counselor .mainCon .mainCon_R ul li {
  width: 580px;
  height: 107px;
  float: left;
  margin-bottom: 33px;
}
.counselor .mainCon .mainCon_R ul li a img {
  width: 163px;
  height: 107px;
  border: none;
  float: left;
}
.counselor .mainCon .mainCon_R ul li .cfr {
  width: 400px;
  height: 107px;
  float: right;
}
.counselor .mainCon .mainCon_R ul li .cfr .til {
  width: 400px;
  height: 30px;
  line-height: 40px;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #2f2f2f;
}
.counselor .mainCon .mainCon_R ul li .cfr .til a {
  color: #2f2f2f;
}
.counselor .mainCon .mainCon_R ul li .cfr .til1 {
  width: 400px;
  height: 50px;
  line-height: 25px;
  float: left;
  text-align: left;
  font-size: 12px;
  color: #787878;
}
.counselor .mainCon .mainCon_R ul li .cfr .til1 a {
  color: #787878;
}
.counselor .mainCon .mainCon_R ul li .cfr .til1 span {
  color: #2f2f2f;
  margin-left: 10px;
}
.counselor .mainCon .mainCon_R ul li .cfr .til1 span a {
  color: #0462A0;
}
.counselor .mainCon .mainCon_R ul li .cfr .til2 {
  width: 400px;
  height: 27px;
  line-height: 27px;
  text-align: right;
  color: #787878;
}
.counselor .mainCon1 {
  width: 100%;
  margin: 25px auto;
  text-align: center;
  height: 40px;
  float: left;
}
.counselor .mainCon1 p {
  width: 125px;
  height: 35px;
  border: 2px solid #e9e9e9;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  margin: 0 auto;
}
.counselor .mainCon1 p a {
  display: block;
}
/* news */
.news {
  width: 100%;
  height: 591px;
}
.news .mainCon {
  width: 1200px;
  margin-top: 43px;
  position: relative;
  background: #FFF;
  height: 358px;
}
.news .mainCon .conL {
  float: left;
  width: 611px;
  height: 358px;
}
.news .mainCon .conL img {
  width: 611px;
  height: 358px;
  border: none;
}
.news .mainCon .conR {
  float: right;
  width: 516px;
  height: 301px;
  margin: 4px 34px 34px 0;
}
.news .mainCon .conR .t1 {
  width: 546px;
  height: 46px;
  line-height: 46px;
  float: left;
  margin-top: 0px;
  text-align: left;
  font-size: 24px;
  color: #0462A0;
}
.news .mainCon .conR .t2 {
  width: 546px;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-top: 0px;
  text-align: left;
  font-size: 12px;
  color: #b0b0b0;
}
.news .mainCon .conR .t3 {
  width: 546px;
  height: 125px;
  line-height: 25px;
  float: left;
  font-size: 12px;
  color: #787878;
  margin-top: 20px;
}
.news .mainCon .conR .t3 a {
  color: #787878;
}
.news .mainCon .conR .t4 {
  width: 546px;
  height: 32px;
  float: left;
  margin-top: 100px;
}
.news .mainCon .conR .t4 .t41 {
  width: 105px;
  height: 32px;
  float: left;
  background: #325FBA;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.news .mainCon .conR .t4 .t41 a {
  color: #fff;
}
.news .mainCon .conR .t4 .t42 {
  width: 105px;
  height: 32px;
  float: left;
  background: #0462A0;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-left: 15px;
}
.news .mainCon .conR .t4 .t42 a {
  color: #fff;
}
/* link */
.link {
  width: 100%;
  padding: 12px 60px;
  text-align: left;
}
.link dt {
  display: inline-block;
}
.link dd {
  display: inline-block;
}
.link dd a {
  padding: 0 14px;
  border-left: 1px solid #dadada;
  font-size: 13px;
  color: #999999;
}
.link dt a {
  font-size: 13px;
  color: #999999;
}
.link dd a:first-child {
  border-left: none;
}
.x-banner .owl-carousel {
  position: relative;
}
.x-banner .owl-carousel .banner-item a {
  display: block;
}
.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 70px;
}
.x-banner .owl-carousel .owl-nav .owl-next {
  right: 70px;
}
.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #004ea1;
}
.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}
.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}
.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}
.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}
.shang {
  width: 100%;
  padding-top: 10px;
}
.shang .shang_1 .sort li {
  float: left;
  margin-right: 30px;
  width: 200px;
  max-width: 227px;
  text-align: center;
  list-style: none;
}
.shang .shang_1 .sort li a {
  display: block;
  line-height: 50px;
  height: 52px;
  font-size: 18px;
  border: solid 1px #bfbfbf;
  color: #666666;
  background: url(../img/jia.png) no-repeat 90% center;
  padding-right: 50px;
}
.shang .shang_1 .sort li a:hover {
  border: 1px solid #173775;
  color: #173775;
  font-weight: 700;
}
.xia {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #bfbfbf;
}
.xia .xia_1 {
  margin-top: 20px;
}
.xia .xia_1 .content {
  padding: 0;
}
.xia .xia_1 .content .threelist li {
  display: flex;
  margin-top: 20px;
  margin-bottom: 45px;
  position: relative;
}
.xia .xia_1 .content .threelist li .txtt {
  width: 50%;
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
}
.xia .xia_1 .content .threelist li .txtt .txtt_3 {
  display: flex;
  justify-content: start;
}
.xia .xia_1 .content .threelist li .txtt .txtt_3 .txtt_4 .txtt_1 {
  display: block;
  font-size: 40px;
  color: #173775;
  font-family: Arial;
  font-weight: bold;
}
.xia .xia_1 .content .threelist li .txtt .txtt_3 .txtt_4 .txtt_2 {
  font-size: 24px;
  color: #173775;
  margin: 0;
  font-weight: normal;
}
.xia .xia_1 .content .threelist li .txtt .txtt_3 .txtt_5 {
  margin-left: 40px;
  margin-top: 27px;
}
.xia .xia_1 .content .threelist li .txtt .txtt_3 .txtt_5 a {
  width: 160px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  color: #173775;
  border: 1px solid #173775;
  transition: all 0.5s;
  font-size: 18px;
}
.xia .xia_1 .content .threelist li .txtt .txtt_3 .txtt_5 a:hover {
  font-weight: bold;
  color: #fbfbfd;
  background: #173775;
}
.xia .xia_1 .content .threelist li .txtt .txtt_con .firstrow {
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  margin: 0;
  position: relative;
  padding-left: 10px;
  border-left: 5px solid #173775;
  margin: 10px 0;
}
.xia .xia_1 .content .threelist li .txtt .txtt_con p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.xia .xia_1 .content .threelist li .txtt .txtt_con .lastrow {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  margin-top: 30px;
}
.xia .xia_1 .content .threelist li .picc {
  width: 50%;
  height: auto;
}
.xia .xia_1 .content .threelist li .picc img {
  width: 100%;
  height: auto;
}
.xia .xia_1 .content .threelist li:nth-of-type(2) {
  display: unset;
}
.xia .xia_1 .content .threelist li:nth-of-type(2) .txtt {
  left: 0;
  padding-right: 10px;
  padding-left: 0;
}
.xia .xia_1 .content .threelist li:nth-of-type(2) .picc {
  float: right;
}
.xia .xia_1 .content .news_titles {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 30px auto;
  color: #325FBA;
}
.xia .xia_1 .content .listsort li {
  background: unset;
  position: relative;
  margin-bottom: 40px;
  border: solid 1px #d9d9d9;
  overflow: hidden;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.xia .xia_1 .content .listsort li a {
  display: flex;
}
.xia .xia_1 .content .listsort li a .news_pic {
  width: 249px;
}
.xia .xia_1 .content .listsort li a .news_pic img {
  width: 100%;
  height: auto;
}
.xia .xia_1 .content .listsort li a .news_con {
  padding-left: 2%;
}
.xia .xia_1 .content .listsort li a .news_con .news_con_tit {
  margin-top: 4%;
  font-size: 20px;
}
.xia .xia_1 .content .listsort li a .news_con .news_time {
  margin-top: 2%;
  margin-left: 5%;
}
.xia .xia_1 .content .listsort li a .news_con .news_time span {
  top: 12%;
}
.xia .xia_1 .content .listsort li a .news_con .news_conn {
  margin-top: 1%;
  font-size: 16px;
}
.scrollsidebar {
  display: none !important;
}
.content .review {
  width: 60%;
  margin: 0 auto;
}
.content form.meassage input {
  height: 35px;
  line-height: 35px;
  width: 100%;
  color: #111;
}
.content form.meassage textarea {
  width: 100%;
}
.content .tablemark tr td {
  width: 0px;
}
.content .review form .tablemark tbody tr td:first-child {
  width: 15%;
}
.content .review form .tablemark tbody tr td:last-child {
  width: 85%;
}
.nav_1 > ul {
  display: flex;
  justify-content: center;
}
.hotSale > table {
  width: 50%;
}
.dibu table tr td table tr td:nth-child(n+6) img {
  width: 110px;
  height: auto;
}
.dibu table tr td table tr td:nth-of-type(4) {
  width: 60px;
}
.dibu table tr td table tr td:nth-of-type(4) img {
  width: 50px;
  height: 50px;
}
@media (max-width: 1224px) {
  #container {
    width: 95%;
  }
  .xia .xia_1 .content {
    width: 100%;
  }
  ul.productlist li {
    margin-left: 1%;
    margin-right: 1%;
    width: 31.333%;
  }
  ul.productlist li a.img img {
    width: 100%;
    height: auto;
  }
  .shang .shang_1 .sort li {
    margin-right: 30px;
    width: 159px;
    margin-top: 5px;
  }
  .shang .shang_1 .sort li a {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .header .headerTop .container {
    width: 90%;
  }
  .header .headerCenter .container {
    width: 90%;
  }
  #nav .nav {
    width: 100%;
  }
  .hotSale > table {
    width: 60%;
  }
  .hotSale .container {
    width: 97%;
  }
  .hotSale .container .mainCon li {
    width: 24%;
    height: auto;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .hotSale .container .mainCon li a {
    width: 100%;
    height: auto;
  }
  .hotSale .container .mainCon li a img {
    width: 100%;
    height: auto;
  }
  .hotSale .container .mainCon li h3 {
    width: 100%;
  }
  .blk .power .content {
    width: 97%;
  }
  .blk .power .content .power_con dl {
    width: 24%;
    height: unset;
  }
  .blk .power .content .power_con dl dt img {
    width: 100%;
    height: auto;
  }
  .power .p_tel:before,
  .power .p_tel:after {
    width: 17% !important;
  }
  .news .container {
    width: 98%;
  }
  .news .container .mainCon {
    width: 100%;
  }
  .news .container .mainCon .conL {
    width: 49%;
  }
  .news .container .mainCon .conL img {
    width: 100%;
  }
  .news .container .mainCon .conR {
    width: 49%;
    margin: 4px 0 34px 0;
  }
  .news .container .mainCon .conR div {
    width: 100%;
  }
  .counselor .mainCon {
    width: 98%;
  }
  .counselor .mainCon .mainCon_R {
    width: 49.5% !important;
  }
  .counselor .mainCon .mainCon_R ul li {
    width: 100%;
  }
  .counselor .mainCon .mainCon_R ul li > a {
    display: none;
  }
  .counselor .mainCon .mainCon_R ul li .cfr {
    width: 100%;
  }
  .counselor .mainCon .mainCon_R ul li .cfr .til {
    width: 100%;
  }
  .counselor .mainCon .mainCon_R ul li .cfr .til1 {
    width: 100%;
  }
  .counselor .mainCon .mainCon_R ul li .cfr .til2 {
    width: 100%;
  }
  .counselor .mainCon .mainCon_R:nth-child(2) {
    margin-right: 1%;
  }
  .dibu table {
    width: 100% !important;
  }
  #footer {
    width: 100%;
  }
  .right .content {
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 992px) {
  .header {
    display: none;
  }
  #nav {
    display: none;
  }
  .Title {
    padding-top: 30px;
  }
  .hotSale > table {
    display: none;
  }
  .counselor .mainCon .mainCon_R {
    height: 470px;
  }
  .counselor .mainCon .mainCon_R ul li {
    height: 132px;
  }
  .counselor .mainCon .mainCon_R ul li .cfr {
    height: 107px;
  }
  .counselor .mainCon .mainCon_R ul li .cfr .til1 {
    height: 73px;
  }
  .dibu table tbody tr td table tbody tr td:nth-of-type(4) {
    display: none;
  }
  .dibu table tbody tr td table tbody tr td:nth-of-type(5) p:nth-of-type(3) b {
    font-size: 24px !important;
  }
  .dibu table th,
  .dibu table td {
    padding: 2px;
  }
  #container {
    padding: 10px 5px;
  }
  .pageController {
    width: 90%;
    line-height: 30px;
  }
  .right .content .send_time h3 {
    float: left;
    height: unset;
    line-height: 25px;
    padding-left: 0;
    font-weight: normal;
    padding-right: 3px;
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .right .content .content_right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .headerTop {
    display: none;
  }
  .Title {
    padding-top: 20px;
  }
  .Title h3 {
    font-size: 20px;
  }
  .Title p {
    font-size: 12px;
    margin-top: 2px;
  }
  .Title i {
    margin: 10px auto 0;
  }
  .hotSale .mainCon {
    margin-top: 20px;
  }
  .hotSale .container .mainCon li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .hotSale .mainCon li h3 {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
  }
  .power {
    padding-top: 0!important;
    padding-bottom: 20px !important;
  }
  .power .power_con {
    margin-top: 20px  !important;
  }
  .power .power_con {
    margin-top: 20px  !important;
    flex-wrap: wrap;
  }
  .blk .power .content .power_con dl {
    width: 49%;
    margin-bottom: 2%;
  }
  .power .power_con dd {
    height: 155px  !important;
    padding: 10px !important;
  }
  .power .power_con h3 {
    font-size: 18px !important;
    line-height: 50px !important;
    height: 50px !important;
    margin-bottom: 5px !important;
  }
  .power .power_con dd div {
    font-size: 12px !important;
    line-height: 28px !important;
    max-height: 84px !important;
  }
  .power .power_con dd img {
    width: 30px !important;
    height: 30px !important;
    left: 66px !important;
    top: 142px !important;
  }
  .power .p_tel img {
    display: none !important;
  }
  .power .p_tel p {
    display: none !important;
  }
  .power .p_tel:before {
    display: none !important;
  }
  .power .p_tel:after {
    display: none !important;
  }
  .power .p_tel a {
    margin: 0 auto ;
  }
  #TGG {
    display: none;
  }
  .news {
    height: unset;
  }
  .news .container .mainCon {
    margin-top: 20px;
    height: unset;
  }
  .news .container .mainCon .conL {
    width: 100%;
    height: unset;
  }
  .news .container .mainCon .conL img {
    height: auto;
  }
  .news .container .mainCon .conR {
    width: 100%;
  }
  .news .mainCon .conR .t1 {
    font-size: 22px;
  }
  .news .mainCon .conR .t3 {
    margin-top: 0;
  }
  .news .mainCon .conR .t4 {
    display: flex;
    justify-content: space-evenly;
  }
  .counselor {
    width: 98%;
    height: unset;
    margin: 0 auto;
  }
  .counselor .Title {
    padding-top: 0;
  }
  .counselor .mainCon .mainCon_R {
    width: 100% !important;
    height: unset;
    margin: 0 !important;
  }
  .counselor .mainCon .mainCon_R ul li {
    margin-bottom: 0;
  }
  .yb_conct {
    display: none;
  }
  .dibu table tbody tr td table tbody tr td:nth-of-type(1) {
    display: none;
  }
  .dibu table tbody tr td table tbody tr td:nth-of-type(2) {
    display: none;
  }
  .dibu table tbody tr td table tbody tr td:nth-of-type(3) {
    display: none;
  }
  .dibu table tbody tr td table tbody tr td:nth-of-type(5) p {
    padding-left: 25px;
  }
  .dibu table:nth-child(1) {
    display: none;
  }
  .dibu {
    margin-bottom: 50px;
  }
  .x-banner .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  .x-banner .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    opacity: 0.4;
  }
  .shang .shang_1 .sort li {
    margin-right: 15px;
    width: 150px;
  }
  .shang .shang_1 .sort li a {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  ul.productlist li {
    width: 48%;
  }
  ul.productlist li h3 {
    font-size: 14px;
  }
  #footer .nav_foot {
    display: none;
  }
  .xia .xia_1 .content .news_titles {
    font-size: 24px;
    font-weight: 700;
    margin: 0px auto;
  }
  /* 留言 */
  .content .review {
    width: 100%;
  }
  form.meassage {
    margin-left: 10px;
  }
  .content .review form .tablemark tbody tr td:first-child {
    width: 21%;
    padding: 0;
  }
  .content .review form .tablemark tbody tr td:last-child {
    width: 79%;
  }
  .content form.meassage textarea {
    width: 95%;
  }
  .right .down_content .contentpart .content p img {
    width: 100% !important;
    height: auto !important;
  }
  ul.relatednews li {
    width: 100%;
    margin-right: 0px;
    padding-left: 0px;
  }
  ul.relatedproduct li {
    margin-left: 5px;
    margin-right: 5px;
  }
  ul.relatedproduct li a.img img {
    width: 145px;
    height: 110px;
  }
  ul.relatedproduct li h3 {
    font-size: 14px;
  }
  .right .content h1.title {
    font-size: 18px;
    padding-top: 0;
  }
  .xia .xia_1 .content .listsort li a .news_pic {
    display: none;
  }
  .xia .xia_1 .content .listsort li {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .xia .xia_1 .content .listsort li a .news_con .news_con_tit {
    margin-top: 4%;
    font-size: 20px;
    width: 64%;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .xia .xia_1 .content .listsort li a .news_con {
    padding-left: 0;
    width: 99%;
    margin: 0 auto;
  }
  .right .newscontent p img {
    width: 100% !important;
    height: auto !important;
  }
  .xia .xia_1 .content p iframe {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .dibu table tbody tr td table tbody tr td:nth-of-type(6) {
    display: none;
  }
  .dibu table tbody tr td table tbody tr td:nth-of-type(7) {
    display: none;
  }
}
