/*公共样式--开始*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  font-family: Microsoft YaHei;
}

@media (min-width: 1230px) {
  .container {
    width: 1230px;
  }
}

/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.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 .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button {
  display: none;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #ab001a;
}

.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;
}

@media (max-width: 990px) {

  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }

  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .5em;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  opacity: .2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.x-banner {
  position: absolute;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 70px;
  top: 0;
}

.x-banner .owl-carousel .banner-item a img {
  height: 100vh;
}

.xlogo {
  width: 24%;
}

.xlogo img {
  width: 100%;
}

.xlogo h1 {
  line-height: 100px;
}

header {
  background: rgb(0, 0, 0, 0.5);
}

.xy-menu .xy-sub-menu {
  display: none;
}

.nav1 {
  width: 61.3%;
}

.nav2 {
  display: flex;
  justify-content: space-between;
}

.nav2>li {
  line-height: 100px;
  font-size: 16px;
  color: #fff;
  position: relative;
}

.nav2>li>a {
  color: #fff;
}

.nav2 .sec {
  height: 0;
  /* display: none; */
  background: #01557a;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 52px;
  left: 0px;
  z-index: 99999;
}

.nav2 .sec a {
  background: #01557a;
  color: #fff;
  height: 38px;
  line-height: 38px;
  width: 171px;
}

.nav2 .sec a:hover {
  background: #ffa04a;
  text-decoration: none;
}

.search {
  position: relative;
  float: right;
  width: 21px;
  height: 100px;
  /* margin-top: 11px; */
  cursor: pointer;
  /* margin-right: 10px; */
  margin-left: 86px;
}

.search1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 100px;
  background: url(../images/ss.png) no-repeat center;
}

.search2 {
  display: none;
  /* display: block; */
}

.search2 #formsearch {
  position: absolute;
  z-index: 20;
  top: 100px;
  right: 0;
  /* display: none; */
  width: 350px;
  margin-left: -20px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.hotline {
  line-height: 84px;
}

/*搜索和热门搜索*/

.search2 #formsearch input {
  position: absolute;
  top: 1px;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.search2 #formsearch input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.search2 .sinput {
  position: relative;
  height: 36px;
}

.search2 #formsearch input#keyword {
  outline: none;
}

.search2 #formsearch input#s_btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 39px;
  height: 36px;
  border: 0;
  background: url(//cdn.xypt.top/9a161904/21/06/3a19ed533538e3b266ad140815a99882e3ffd97f.png) 0 -142px;
}

.search2 #formsearch input#s_btn:hover {
  background-position: -42px -142px;
}

.search .triangle {
  position: absolute;
  top: -15px;
  right: 0;
  display: none;
  overflow: hidden;
  width: 320px;
  height: 15px;
}

.search .triangle:before {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
  height: 20px;
  content: "";
  z-index: 99999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #ddd;
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, #fff, #fff);
}

.search .triangle:before {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #ddd;
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, #fff, #fff);
}

/* 第二屏  */

.section1 {
  background: #515252;
  width: 100%;
}

.s1p1 {
  font-size: 45px;
  text-align: center;
  line-height: 82px;
  color: #fff;
  margin-bottom: 63px;
  background: url(../images/bt1.png)no-repeat center;
}

.s1p1 span {
  color: #d3a64c;
}

.pimg {
  position: relative;
}

.pcont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  background: rgb(0, 0, 0, 0.5);
}

.pro ul {}

.pro ul li {
  width: 32%;
  float: left;
  margin-bottom: 18px;
}

.pro ul li .pimg img {
  width: 100%;
}

.pro ul li:nth-child(2n) {
  margin: 0 2%;
}

.pfimg img {
  width: auto !important;
}

.pfimg {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -43.5px;
  width: 100%;
  left: 0;
}

.pop1 {
  text-align: right;
  padding: 0 30px;
  font-size: 18px;
  color: #e0e0e0;
  margin-top: 3.5%;
}

.pfimg .pcn {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin-top: 29px;
}

.pro ul li:hover .pcont {
  opacity: 1;
}

.section2 {
  background: url(../images/se3.jpg)center;
  width: 100%;
}

.section2 .p1 {
  font-size: 40px;
  line-height: 40px;
  color: #c7a156;
  padding-left: 87px;
}

.section2 .container {
  padding-left: 26.35%;
  /* padding-top: 75px; */
}

.section2 .p1::after {
  width: 183px;
  height: 2px;
  content: '';
  display: block;
  background: #666666;
  margin-top: 28px;
}

.section2 .p2 {
  padding-left: 87px;
  margin-top: 9px;
  line-height: 46px;
  font-size: 20px;
  color: #999999;
  max-width: 570px;
  /* background: url(../images/jttt.png)no-repeat right center; */
}

.ys {
  margin-top: 66px;
}

.ys ul li {
  width: 413px;
  height: 106px;
  background: url(../images/li1.png);
  padding-left: 20px;
  padding-top: 11px;
  margin-left: 70px;
}

.ys ul li:first-child div {
  background: url(../images/li01.png)no-repeat top left;
  padding-left: 65px;
}

.ys ul li:nth-child(2) div {
  background: url(../images/li02.png)no-repeat top left;
  padding-left: 75px;
}

.ys ul li:nth-child(3) div {
  background: url(../images/li03.png)no-repeat top left;
  padding-left: 75px;
}

.ys ul li:nth-child(4) div {
  background: url(../images/li04.png)no-repeat top left;
  padding-left: 75px;
}

.ys ul li .pl1 {
  font-size: 24px;
  line-height: 36px;
  color: #fff;

}

.ys ul li .pl2 {
  font-size: 15px;
  color: #999999;
  line-height: 15px;

  margin-top: 24px;
}

.ys ul li+li {
  margin-top: 35px;
}

.ys ul li:nth-child(2n) {
  background: none;
  margin-left: 135px;
}

.ys ul li:nth-child(3) {
  width: 466px;
  background-size: 100% 100%;
  margin-left: 0;
}

.section3 {
  background: url(../images/se4.jpg)center;
  width: 100%;
}

.section3 .container {
  /* padding-top: 81px; */
}

.section3 .p1 {
  text-align: center;
  line-height: 66px;
  font-size: 40px;
  color: #fff;
  background: url(../images/rtm.png)no-repeat center;
}

.fw1 {
  display: flex;
  justify-content: space-between;
}

.fw .fwleft {
  width: 66%;
}

.fw .fwleft img {
  width: 100%;
}

.fw .fwright {
  width: 34%;
}

.fwcont {
  padding: 24px 51px 0 42px;
  background: #fff;
  height: 100%;
}

.fwcont .p2 {
  text-align: right;
  font-size: 20px;
  line-height: 20px;
  color: #999999;
  font-family: Impact;
  transition: all 0.5s;
}

.fwcont .p2:hover {
  color: #cc8a33;
}

.section3 .p11 {
  color: #c7a156;
  font-size: 18px;
  line-height: 18px;
  margin-top: 22px;
  margin-bottom: 30px;
  text-align: center;
}

.fwcont .p3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  margin-top: 58px;
  padding-bottom: 20px;
}

.fwcont .p3 span {
  border-bottom: 1px solid #999999;
  padding-bottom: 20px;
}

.fwcont .p4 {
  font-size: 15px;
  line-height: 30px;
  color: #999999;
  margin-top: 20px;
}

.fximg img {
  width: auto !important;
}

.fxcont {
  margin-top: 30px;

}

.fxcont span {
  float: left;
}

.fxcont .s1 {
  font-family: Arial;
  font-size: 45px;
  line-height: 45px;
  color: #9d9d9d;
  font-weight: 100;
  position: relative;
}

.fxcont .s3 {
  font-size: 38px;
  font-weight: 100;
  line-height: 38px;
  color: #9d9d9d;
  margin-right: 7px;
}

.fxcont .s2 .p5 {
  font-size: 13px;
  color: #999999;
  line-height: 13px;
  text-transform: uppercase;
}

.fxcont .s2 .p6 {
  font-size: 20px;
  line-height: 20px;
  color: #999999;
  margin-top: 5px;
}

.fximg {
  position: relative;
  max-width: 210px;
}

.fxcont .s1::after {
  position: absolute;
  content: '';
  background: #c7a156;
  width: 70px;
  height: 2px;
  left: -76px;
  display: block;
  margin-top: -1px;
  top: 50%;

}

.fximg::after {
  position: absolute;
  content: '';
  background: #c7a156;
  width: 20px;
  height: 2px;
  right: -10px;
  display: block;
  top: 17px;
}

.fxx {
  position: absolute;
  right: -36px;
  top: 7px;
  color: #adadad;
  font-size: 20px;
  line-height: 20px;
}

.fw .owl-carousel .owl-nav button.owl-next {
  background: url(../images/y.jpg)no-repeat;
  width: 28px;
  height: 85px;
  right: 0;
  top: 50%;
  margin-top: -42.5px;
  position: absolute;
}

.fw .owl-carousel .owl-nav button.owl-next:hover {
  background: url(../images/y1.jpg)no-repeat;
}

.fw .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/z.jpg)no-repeat;
  width: 28px;
  position: absolute;
  height: 85px;
  left: 0;
  top: 50%;
  margin-top: -42.5px;
}

.fw .owl-carousel .owl-nav button.owl-prev:hover {
  background: url(../images/z1.jpg)no-repeat;
}

.fwleft {
  position: relative;
}

.fwleft .fwpp1 {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 48px;
  background: rgb(0, 0, 0, 0.5);
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
  transition: all 0.8s;
}

.fwleft:hover .fwpp1 {
  color: #cc8a33;
}

.fximg .fwpp2 {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 30px;
  background: rgb(199, 161, 86);
  font-size: 15px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.ableft .p1 {
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
}

.section4 {
  background: url(../images/se5.jpg)center;
  width: 100%;
  background-size: cover;
}

.ableft .p2 {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin-top: 34px;
}

.ableft .p3 {
  font-size: 15px;
  line-height: 30px;
  color: #999999;
  margin-top: 55px;
}

.ableft {
  width: 43.8%;
}

.ableft .p4 {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}

.ablj {
  text-align: center;
}

.ablj p {
  font-size: 15px;
  line-height: 15px;
  color: #999999;
  margin-top: 25px;
  transition: all 0.5s;
}

.ablj p:hover {
  color: #cc8a33;
}

.abright {
  width: 51%;
}

.abright .p1 {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

.abright .p2 {
  color: #999999;
  font-size: 15px;
  line-height: 15px;
  margin-top: 12px;
  text-align: center;
}

.ablb {
  margin-top: 40px;
}

.ablb .owl-carousel .owl-nav button.owl-next {
  background: url(../images/ay.png)no-repeat;
  width: 26px;
  height: 70px;
  right: 0;
  top: 50%;
  margin-top: -35px;
  position: absolute;
}

.ablb .owl-carousel .owl-nav button.owl-next:hover {
  background: url(../images/ay1.png)no-repeat;
}

.ablb .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/az.png)no-repeat;
  width: 26px;
  position: absolute;
  height: 70px;
  left: 0;
  top: 50%;
  margin-top: -35px;
}

.ablb .owl-carousel .owl-nav button.owl-prev:hover {
  background: url(../images/az1.png)no-repeat;
}

.lbimg {
  position: relative;
}

.lbimgc {
  position: absolute;
  right: 26px;
  top: 20px;
  background: rgb(0, 0, 0, 0.5);
  padding: 6px;
}

.lbimgc .s1 {
  color: #cc8a33;
  font-size: 20px;
}

.lbimgc .s2 {
  font-size: 18.5px;
  font-family: Arial;
  color: #fff;
}

.lbimgc .s3 {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.lbimgc:hover {
  opacity: 0.8;
}

.section5 {
  background: url(../images/se6.jpg)center;
  width: 100%;
  background-size: cover;
}

.news .p1 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
}

.news .p2 {
  text-align: center;
  font-size: 18px;
  color: #999999;
  line-height: 18px;
  margin-top: 20px;
}

.xwl {
  width: 67.4%;
}

.xw {
  background: #ffffff;
  margin-top: 60px;
}

.xwr {
  width: 32.6%;
}

.xwl .hd ul {
  border-bottom: 1px solid #c0c0c0;
}

.xwl .hd ul li {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 77px;
  font-size: 22px;
  padding-left: 35px;

}

.xwl .hd ul li a {
  color: #000;
}

.xwl .hd ul li.on a {
  color: #cc8a33;
}

.xwl .hd ul li:nth-child(1) {
  background: url(../images/xw1.png)no-repeat;
  background-position: 37%;
}

.xwl .hd ul li:nth-child(2) {
  background: url(../images/xw2.png)no-repeat;
  background-position: 37%;
}

.xwl .hd ul li.on:nth-child(1) {
  background: url(../images/xw1h.png)no-repeat;
  background-position: 37%;
}

.xwl .hd ul li.on:nth-child(2) {
  background: url(../images/xw2h.png)no-repeat;
  background-position: 37%;
}

.nimg {
  position: relative;
  overflow: hidden;
}

.nimg img {
  transition: all 0.8s;
  max-width: 100%;
}

.xwnrl:hover .nimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}

.nip {
  position: absolute;
  top: 11px;
  right: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 9px 8px;
  background: rgb(0, 0, 0, 0.3);
}

.nip span {
  color: #e59133;
  font-size: 15px;
}

.xwl .bd .ul {
  padding: 25px 40px 40px 20px;
}

.xwnrl {
  width: 43.2%;
}

.xwnrl .p11 {
  margin-top: 52px;
  font-size: 18px;
  color: #333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  transition: all 0.5s;
}

.xwnrl:hover .p11 {
  color: #cc8a33;
}

.xwnrl .p22 {
  font-size: 15px;
  color: #999999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.xwnrr {
  width: 43%;
  padding-top: 15px;
}

.xwnrr ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  font-size: 15px;
  line-height: 15px;
  color: #4a4a4a;
  background: url(../images/diand.png)no-repeat left center;
}

.xwnrr ul li a {
  display: block;
  color: #4a4a4a;
}

.xwnrr ul li+li {
  margin-top: 30px;
}

.xwnrr ul li:hover a {
  color: #cc8a33;
}

.xwr .pr1 {
  line-height: 77px;
  border-bottom: 1px solid #c0c0c0;
  padding-left: 88px;
  padding-right: 47px;
  background: url(../images/xw3.png)no-repeat;
  background-position: 37px;
}

.xwr .pr1 .s1 {
  font-size: 22px;
  color: #000;
}

.xwr .pr1 .s2 {
  font-size: 22px;
  color: #666666;
  font-weight: 400;
}

.xwr .pr1 .s2 a {
  color: #666666;
}

.xwr .pr1 .s2:hover a {
  color: #d3a64c;
}

.news_size {
  height: 383px;
  margin-top: 16px;
  overflow: hidden;

  border-left: 1px dashed #c0c0c0;

}

.news_size ul li {
  padding-left: 38px;
  padding-right: 48px;
}

.news_size ul li {
  margin-bottom: 21px;
}

.lnew_r_c .pc1 {
  font-size: 15px;
  color: #000;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 17px;
  transition: all 0.5s;
}

.lnew_r_c:hover .pc1 {
  color: #cc8a33;
}

.lnew_r_c .pc2 {
  font-size: 12px;
  color: #999999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 16px;
}

.lnew_r_c {
  padding-left: 41px;
  background: url(../images/wdt.png)no-repeat left;
  transition: all 0.5s;
  padding-bottom: 24px;
  border-bottom: 1px solid #dadada;
}

.lnew_r_c:hover {
  background: url(../images/wt2.png)no-repeat left;
}

.f1 {
  background: #333333;
  padding-bottom: 54px;
}

.f11 {
  /* display: flex;
  justify-content: space-between; */
  padding-top: 58px;
  padding-left: 50px;
  padding-right: 50px;
}

.f11 .fd1 {
  /* padding-right: 43px; */
  padding-bottom: 52px;
  float: left;
  width: 38.3%;
  background: url(../images/bhx.jpg)no-repeat right bottom;
}

.f11 .fd1 .p1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #b1b1b1;
  text-align: center;
}

.f11 .fd1 .p2 {
  font-size: 20px;
  color: #666666;
  line-height: 20px;
  text-align: center;
  margin-top: 17px;
}

.f11 .fd1 .p3 {
  padding-left: 83px;
  background: url(../images/ftel.png)no-repeat left;
  height: 70px;
  margin-top: 30px;
}

.f11 .fd1 .p3 .p4 {
  font-size: 15px;
  line-height: 15px;
  color: #bdbdbd;
  padding-top: 6px;
}

.f11 .fd1 .p3 .p5 {
  font-size: 40px;
  font-family: "黑体";
  line-height: 40px;
  color: #ffffff;
  margin-top: 9px;
}

.fd2 {
  float: left;
  width: 26.3%;
  padding-top: 13px;
  text-align: center;
  padding-bottom: 25px;
  background: url(../images/bhx.jpg)no-repeat right bottom;
}

.fd2 p:nth-child(2) {
  font-size: 15px;
  line-height: 15px;
  margin-top: 10px;
  color: #e6e6e6;

}

.fd3 {
  width: 35.3%;
  float: left;
  padding-left: 40px;
}

.fd3 .p1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #b1b1b1;
}

.fd3 .p2 {
  color: #999999;
  font-size: 14px;
  line-height: 14px;
  margin-top: 34px;
}

.fd3 .p2 p+p {
  margin-top: 15px;
}

.f21 {
  background: #717171;
  padding: 14px 0;
}

.f21 .p1 {
  text-align: center;
  color: #e6e6e6;
  font-size: 13px;
}

.f21 .p1 a {
  color: #e6e6e6;
  transition: all 0.5s;
}

.f21 .p1 a:hover {
  color: #ffa04a;
}

.f2 {
  background: #333;
  padding-bottom: 36px;
}

.f21 .p2 {
  margin-top: 12px;
  text-align: center;
  color: #e6e6e6;
  font-size: 13px;
}

.f21 .p2 a {
  color: #e6e6e6;
}

.f21 .p2 a:hover {
  color: #ffa04a;
}

.sideNav {
  position: fixed;
  right: 60px;
  top: 50%;
  z-index: 9999;
  margin-top: -75px
}

.sideNav ul li {
  display: block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 10px 0;
}

.sideNav ul li a {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/bav.png) no-repeat center;
  transition: .3s;
}

.sideNav ul li.active a {
  background: url(../images/avt1.png) no-repeat center;
}

.xymob-head {
  display: none;
}

.foot,
.sjbq {
  display: none;
}

@media(max-width:1200px) {
  .sideNav {
    display: none !important;
  }
}

@media(max-width:1200px) {
  header {
    display: none;
  }

  .x-banner {
    position: unset;
    height: auto !important;

  }

  .x-banner .owl-carousel .banner-item a img {
    height: auto !important;
  }

  .xymob-head {
    display: block;
  }

  .x-banner,
  .xypg-banner {
    margin-top: 60px;
  }
}

@media (max-width: 1199px) {

  .section0,
  .section0 .fp-tableCell,
  .section1,
  .section1 .fp-tableCell,
  .section2,
  .section2 .fp-tableCell,
  .section3,
  .section3 .fp-tableCell,
  .section4,
  .section4 .fp-tableCell,
  .section5,
  .section5 .fp-tableCell,
  .section6,
  .section6 .fp-tableCell {
    display: block !important;
    height: auto !important;
  }

  #banners .swiper-pagination-bullet {
    width: 6.5vw;
    min-width: 10px;
  }

  .section1,
  .section2,
  .section3,
  .section4,
  .section5 {
    padding: 45px 0;
  }

  .fwcont .p3 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .fwcont .p4 {
    font-size: 15px;
    line-height: 21px;
    color: #999999;
    margin-top: 16px;
  }

  .section3 {

    background-size: cover;
  }

  .section4,
  .section5 {
    background: #000;
  }

  footer {
    display: none;
  }

  .foot,
  .sjbq {
    display: block;
    width: 100%;
  }

  .foot {
    background: #000;
    color: #bcbbbe;
    padding: 0 15px;
    padding-top: 20px;
    padding-bottom: 15px;
    /* margin-top: 30px; */
  }

  .fw {
    width: 95%;
    margin: 0 auto;
  }

  .fw .du .dul .p1 span {
    margin-right: 30px;
  }

  .fw .du .dul .sec li {
    padding-left: 10px;
    margin-bottom: 8px;
  }

  .fw .du .dul .sec {
    display: none;
  }

  .fw .du .dul .sec a {
    color: #939090;
    font-size: 12px;
  }

  .fw .du .dul p {
    border-bottom: 1px solid #7a7a7a;
    line-height: 40px;
  }

  .fw .du {
    font-size: 14px;
  }

  .sjbq {
    font-size: 12px;
    color: #bcbbbe;
    padding-top: 5px;
  }

  .sjbq a {
    color: #bcbbbe;
  }

}

@media (max-width: 990px) {
  .news_list li span {
    display: none;
  }

  .ys {
    margin-top: 20px;
  }

  .section2 .p2 {
    background: none;
  }

  .fwcont .p3 {
    font-size: 18px;
    line-height: 18px;
  }

  .fximg {
    display: none;
  }

  .section3 {
    padding-bottom: 88px;
  }

  .ableft {
    width: 100%;
    float: none;
  }

  .abright {
    width: 100%;
    float: none;
    margin-top: 35px;
  }

  .xwr {
    display: none;
  }

  .xwl {
    float: none;
    width: 100%;
  }
  .relate_list{
      display:none;
  }
}

@media (max-width: 678px) {
  .s1p1 {
    font-size: 40px;
  }

  .prodescription {
    display: none;
  }

  .product_list li,
  .case_list li {
    width: 48%;
    margin-right: 4%;
  }

  .product_list li:nth-child(3n),
  .case_list li:nth-child(3n) {
    margin-right: 4%;
  }

  .product_list li:nth-child(2n),
  .case_list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .s1p1 {
    font-size: 20px;
    line-height: 41px;
    background-size: 100% 100%;
    margin-bottom: 25px;
  }

  .pro ul li:nth-child(2n) {
    margin: 0;
    margin-bottom: 13px;
  }

  .pro ul li {
    width: 49%;
    margin-bottom: 8px;
  }

  .pro ul li:nth-child(2),
  .pro ul li:nth-child(3),
  .pro ul li:nth-child(5) {
    margin-left: 2%;
  }

  .pop1 {
    display: none;
  }

  .section2 .container {
    padding-left: 15px;
    padding-top: 0;
  }

  .section2 .p1 {
    padding-left: 0;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }

  .section2 .p1::after {
    margin: 0 auto;
    margin-top: 18px;
  }

  .section2 .p2 {
    font-size: 18px;
    line-height: 18px;
    padding-left: 0;
    text-align: center;
  }

  .ys ul li {
    margin-left: 0;
    width: 100%;
    background-size: 100% 100%;
  }

  .ys ul li .pl2 {
    margin-top: 5px;
    padding-right: 10px;
  }

  .ys ul li:nth-child(2n) {
    margin-left: 0;
  }

  .ys ul li:nth-child(3) {
    width: 100%;
  }

  .ys ul li+li {
    margin-top: 0;
  }

  .section3 .p1 {
    font-size: 26px;

  }

  .section3 .container {
    padding-top: 0;
  }

  .section3 .p11 {
    font-size: 14px;
    margin-top: 10px;
  }

  .fw .fwright {
    display: none;
  }

  .fw .fwleft {
    width: 100%;
  }

  .section3 {
    background: #000;
    padding-bottom: 30px;
  }

  .fwleft .fwpp1 {
    font-size: 14px;
    line-height: 35px;
  }

  .ableft .p1 img {
    width: 58%;
  }

  .ableft .p2 {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-top: 13px;
  }

  .ableft .p3 {
    font-size: 13px;
    line-height: 27px;
    color: #999999;
    margin-top: 22px;
  }

  .ableft .p4 {
    margin-top: 30px;
  }

  .ablj p {
    font-size: 13px;
    line-height: 15px;
    color: #999999;
    margin-top: 10px;
  }

  .xwnrl {
    float: none;
    width: 100%;
  }

  .xwl .bd .ul {
    padding: 15px;
  }

  .xwl .hd ul li {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 16px;

  }

  .xwnrr {
    display: none;
  }

  .xwl .hd ul li:nth-child(1) {
    background: url(../images/xw1.png)no-repeat;
    background-position: 24%;
  }

  .xwl .hd ul li.on:nth-child(1) {
    background: url(../images/xw1h.png)no-repeat;
    background-position: 24%;
  }

  .xwl .hd ul li.on:nth-child(2) {
    background: url(../images/xw2h.png)no-repeat;
    background-position: 24%;
  }

  .xwl .hd ul li:nth-child(2) {
    background: url(../images/xw2.png)no-repeat;
    background-position: 24%;
  }

  .news .p1 {
    font-size: 26px;
    line-height: 26px;
  }

  .section5 {
    padding-top: 0;
  }

  .news .p2 {
    text-align: center;
    font-size: 15px;
    color: #999999;
    line-height: 18px;
    margin-top: 12px;
  }

  .xwnrl .p11 {
    margin-top: 26px;
  }
  
  .product_list li a.img img{
      height:auto ! important;
  }
 .news_detail h3.title_bar{
     width:100%;
 }
 .case_detail .img{
     width:80%;
     margin:0 auto;
 }
  .case_detail .img img{
      width:100% ! important;
  }
}

@media (max-width: 396px) {
  .pro ul li:nth-child(2n) {
    margin-bottom: 8px;
  }

  .pro ul li {

    margin-bottom: 8px;
  }
}