/*公共样式--开始*/
@font-face {
  font-family: "fsl";
  src: url("../images/abc.TTF");
}
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%;
  background-color: #F7F7F7;
}

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;
}
.clearboth {
  clear: both;
}
body {
  font-family: Microsoft YaHei;
}
.w1699 {
  max-width: 1699px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

/* 头部 */
.head {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  padding: 28px 0px;
  background-color: rgba(0, 0, 0, .1);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(80px);
}
.head .logo {
  margin-right: 4.7%;
}
.x-menu > li {
  font-size: 20px;
}
.x-menu > li > a {
  color: #fff;
}
.x-menu > li + li {
  margin-left: 10.4%;
}
.x-menu > li.current a{
    position: relative;
    font-weight: 600;
}
.x-menu > li.current a:after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    bottom: -12px;
}

.nav {
  width: 710px;
}
@media (max-width: 991px) {
  .head {
    display: none;
  }
  .x-banner {
    margin-top: 60px;
  }
}
/* banner */
.x-banner {
  position: relative;
}
.xiafan {
  display: block;
  width: 56px;
  height: 52px;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  bottom: 50px;
  z-index: 9999;
  cursor: pointer;
}
.xiafan img {
  width: 100%;
}
.x-banner .owl-carousel .owl-nav {
  display: none;
}
.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  /* top: 50%; */
  bottom: 50px;
  z-index: 9999;
  width: 13px;
  height: 7px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.x-banner .owl-carousel .owl-nav .owl-prev {
  right: 369px;
  position: relative;
}
.x-banner .owl-carousel .owl-nav .owl-prev::after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -100%;
  left: 160%;
}
.x-banner .owl-carousel .owl-nav .owl-next {
  right: 241px;
}
.x-banner .owl-carousel .owl-nav .owl-prev .icon-font:after {
  background: url(//cdn.myxypt.com/dbb4993f/21/01/13e912fb9b3da825cdff318793ac1fb1cff7aaa8.png);
  width: 13px;
  height: 7px;
}
.x-banner .owl-carousel .owl-nav .owl-next .icon-font:after {
  background: url(//cdn.myxypt.com/dbb4993f/21/01/340197e080aa1480e54b87367f390ef87715eeee.png);
  width: 13px;
  height: 7px;
}
/* 关于我们 */
.about .title-box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0px 73px;
}
.about .title-box .title {
  font-weight: 400;
  font-size: 32px;
  color: #007CB5;
  line-height: 36px;
}
.about .title-box .sub-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  letter-spacing: 1px;
  margin: 4px 0px 30px;
}
.about .title-box .bottom-line {
  width: 55px;
  height: 3px;
  background: #007DBA;
}
.w1504 {
  max-width: 1504px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  transform: translateX(-92px);
}
.about .aright {
  width: 59.3%;
}
.about .aright img {
  width: 100%;
}
.about .aleft {
  flex: 1;
  position: relative;
  padding: 32px;
  background: #FFFFFF;
  transform: translateX(184px);
  z-index: 10;
  box-shadow: 0px 10px 40px 30px rgba(164,158,224,0.1);
}
.about .aleft .p1 img {
  margin-right: 2.3%;
  width: 105px;
}
.about .aleft .p2 {
  padding-top: 32px;
}
.about .aleft .p2 p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}
.am {
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
  margin-top: -1px;
}
.shuju {
  width: 100%;
  cursor: pointer;
  height: 320px;
  margin-top: 58px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 30px;
  background: url(../images/shuju_bg.png) no-repeat right center;
  background-size: 100% 100%;
  padding-top: 100px;
}
.shuju ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.shuju ul li:last-child {
  background: none;
}
.shuju .p1 {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.shuju .p22 {
  color: #FFFFFF;
  font-family: Impact;
  font-size: 60px;
}
.shuju .p22 .s2 {
  font-size: 14px;
  font-weight: 700;
}
/* 产品 */
.product {
  padding-bottom: 128px;
}
.product .w1699 {
  flex-direction: column;
}
.pti {
  /* text-transform: uppercase; */
  font-size: 48px;
  font-weight: 900;
  font-family: Arial;
  color: #333;
}
.p2ti {
  font-size: 38px;
  color: #333;
  margin-top: -11px;
}
.cpmain {
  margin-top: 45px;
}
.cpbj {
  /* padding-top: 213px;
  background-size: 100%; */
  position: relative;
  width: 100%;
}
.cpbj img {
  width: 100%;
}
.cpbj .cpwen {
  z-index: 999;
  top: 61%;
  right: 17%;
}
.cpbj .p1 {
  font-size: 18px;
  color: #fff;
  text-align: right;
}
.cpbj .p2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: right;
}
.cpwen {
  position: absolute;
}
.cam {
  display: block;
  width: 107px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cam span {
  color: #fff;
  position: relative;
  text-align: center;
  display: block;
  line-height: 36px;
  z-index: 999;
}
.cam::after {

}
.cam:hover::after {
  width: 100%;
}
.cam:hover {
}
.cpimg {
  margin: 24px auto;
}
.w1320 {
  max-width: 1320px;
  margin: 0px auto;
}
.cpimg li {
  width: 50%;
}
.cpimg li .ccimg {
  width: 90%;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 30px;
  transition: transform .2s;
}
.cpimg li .ccimg img {
  width: 100%;
}
.cpimg li .ccimg:hover{
  transform: scale(1.1);
}
/* 新闻 */
.news {
  margin-top: 86px;
}
.n {
  margin-top: 48px;
}
.n ul li {
  width: 31.4%;
}
.n ul li a {
  display: block;
  overflow: hidden;
}
.n ul li .nimg {
  width: 100%;
  overflow: hidden;
}
.n ul li .nimg img {
  width: 100%;
}
.n ul li .nimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.n ul li:hover .nimg img {
  transform: scale(1.2);
}
.n ul {
  display: flex;
  justify-content: space-between;
}
.ncont .p1 {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  padding-top: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 11px;
}
.ncont .p2 {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.n ul li:hover .ncont .p1 {
  color: #007CB5;
}
/* 加入我们 */
.join {
  background: #f7f7f7;
  margin-top: 60px;
  padding-top: 55px;
  padding-bottom: 90px;
}
.ji {
  margin-top: 38px;
}
.ji .j1 {
  width: 21%;
  overflow: hidden;
}
.ji .j1 img {
  transition: all 0.8s;
  max-width: 100%;
}
.ji .j1 img:hover {
  transition: all 0.8s;
  transform: scale(1.1);
}
.ji .j2 {
  width: 51.7%;
  padding-left: 5.1%;
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  padding-top: 15px;
}
.ji .j2 .jam {
  font-size: 16px;
  color: #666666;
  display: block;
  text-transform: uppercase;
  margin-top: 45px;
}
.ji .j2 .jam:hover {
  color: #007CB5;
}
.ji .j3 a {
  display: block;
  width: 389px;
  line-height: 70px;
  padding-left: 241px;
  font-size: 22px;
  color: #fff;
}
.ji .j3 .rc {
  background: url(//cdn.myxypt.com/dbb4993f/21/01/5d7d5a1522c9eb307c9b3cb7cf5268533f4416e4.png)
    no-repeat #636363;
  background-position: 60px;
  margin-bottom: 12px;
}
.ji .j3 .lx {
  background: url(//cdn.myxypt.com/dbb4993f/21/01/dfb007bc6bb12235a6c41e33124acb0d11794278.png)
    no-repeat #636363;
  background-position: 60px;
}
.ji .j3 .rc:hover {
  background: url(//cdn.myxypt.com/dbb4993f/21/01/5d7d5a1522c9eb307c9b3cb7cf5268533f4416e4.png)
    no-repeat #134a9d;
  background-position: 60px;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.ji .j3 .lx:hover {
  background: url(//cdn.myxypt.com/dbb4993f/21/01/dfb007bc6bb12235a6c41e33124acb0d11794278.png)
    no-repeat #134a9d;
  background-position: 60px;
  transition: all 0.3s;
}
.footer {
  background-color: #ffffff;
}
.footer .info-list {
  height: 288px;
  display: flex;
  align-items: center;
  margin: 0px auto;
 
}
.footer .icp {
  border-top: 1px solid #D8D8D8;
  text-align: center;
  height: 94px;
  line-height: 94px;
  color: #333;
}
.footer .fd1 {
  flex: 1;
}
.footer .info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 48px;
}

.footer .info-item .label {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  text-align: right;
  font-style: normal;
}
.footer .info-item  .content {
    width:200px;
  height: 40px;
  font-size: 14px;
  color: #333333;
  margin-top: 24px;
  text-align: center;
}
.footer .fd1 p {
  margin-top: 14px;
}
.footer .fd2 {
  margin-left: 11.1%;
}
.footer .fd2 p:nth-child(1) {
  font-size: 30px;
  color: #fff;
  padding-top: 68px;
  margin-bottom: 25px;
}
.footer .fd2 p {
  color: #fff;
}
.footer .fd2 p:nth-child(2) {
  font-size: 16px;
  margin-top: 15px;
  opacity: 0.9;
}
.footer .fd2 p:nth-child(3) {
  font-size: 16px;
  margin-top: 15px;
  opacity: 0.9;
}
.footer .fd2 p:nth-child(4) {
  font-size: 16px;
  margin-top: 15px;
  opacity: 0.9;
}
.footer .fd3 {
  padding-top: 43px;
  margin-right: 6.8%;
}
.footer .fd3 .fd31 {
  padding: 12px;
  background: #2b5ca7;
}
.footer .fd3 .fd31 p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 4px;
}
.sjbq,
.foot {
  display: none;
}
.bx-wrapper .bx-prev {
  left: -46px !important;
  background-color: #007CB5;
  position: relative;
}
.bx-wrapper .bx-prev::after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  margin-top: -10px;
  margin-left: 12px;
  transform: rotate(-45deg);
}
.bx-wrapper .bx-next {
  right: -42px !important;
  background-color: #007CB5;
}
.bx-wrapper .bx-next::after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-top: -10px;
  margin-left: 10px;
  transform: rotate(45deg);
}
@media (max-width: 1699px) {
  .head {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7%;
  }
  .title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cpimg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .n {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ji {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1599px) {
  .about .aright {
    padding-top: 0;
  }
  .product {
    margin-top: 4%;
  }
  .news {
    margin-top: 2%;
  }
  .ji .j2 .jam {
    margin-top: 4%;
  }
  .join {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1499px) {
  .ji .j2 {
    padding-left: 2%;
  }
  .ji .j3 a {
    display: block;
    width: 254px;
    line-height: 60px;
    padding-left: 125px;
    font-size: 22px;
    color: #fff;
  }
  .ji .j2 .jam {
    margin-top: 2%;
  }
}
@media (max-width: 1448px) {
  .shuju .p1 {
    padding-top: 23px;
  }
  .shuju .p22 {
    padding-bottom: 23px;
  }
  .about .aright {
    padding-left: 1%;
  }
  .about .aright .p1 .s1 {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .ji .j1 {
    width: 288px;
  }
  .join {
    margin-top: 33px;
  }
}
@media (max-width: 1368px) {
  .shuju {
    padding: 10px 0;
    bottom: -57%;
  }
  .shuju .p1 {
    padding-top: 0px;
    font-size: 15px;
  }
  .shuju .p22 {
    padding-bottom: 0px;
    font-size: 30px;
  }
  .cpmain {
    margin-top: 2%;
  }
  .ji .j2 {
    padding-top: 0;
  }
  .ji {
    margin-top: 2%;
  }
  .ji .j2 .jam {
    margin-top: 1%;
  }
}
@media (max-width: 1274px) {
  .shuju {
    padding: 10px 0;
    bottom: -35%;
  }
}
@media (max-width: 1244px) {
  .shuju {
    padding: 10px 0;
    bottom: -25%;
  }
}
@media (max-width: 1188px) {
  .about .aright .p2 {
    padding-top: 15px;
  }
  .cpbj .cpwen {
    top: 10%;
  }
  .shuju {
    padding: 10px 0;
    bottom: -35%;
  }
  .ji .j1 {
    width: 35%;
  }
  .ji .j2 {
    width: 65%;
  }
  .jjj {
    clear: both;
  }
  .j3 {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 1%;
  }
  .j3 .rc {
    float: left;
  }
  .j3 .lx {
    float: right;
  }
}
@media (max-width: 1064px) {
  .about .aleft {
    float: none;
    width: 100%;
    text-align: center;
  }
  .about .aleft .p2{
    text-align: left;
  }
  .about .aright {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .shuju {
    position: unset;
    width: 100%;
    margin-top: 15px;
  }
  .shuju ul li {
    padding: 15px 0;
  }
  /* .product {
    margin-top: 13%;
  } */
}
@media (max-width: 1119px) {
  .footer .fd2 {
    margin-left: 3%;
  }
}
@media (max-width: 1000px) {
  .page-banner {
    padding-top: 60px;
  }
  .x-menu > li + li {
    margin-left: 8%;
  }
  .nav {
    width: 690px;
  }
  .footer .fd2 {
    margin-left: 1%;
  }
}
@media (max-width: 991px) {
  .x-banner .owl-carousel .owl-dots {
    display: none;
  }
  .n {
    margin-top: 2%;
  }
  .ji .j2 .jam {
    margin-top: 0;
  }
  .footer {
    display: none;
  }
  .foot,
  .sjbq {
    display: block;
  }
  .foot {
    background: #1e1d2d;
    color: #bcbbbe;
    padding: 0 15px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .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: 768px) {
  .pti {
    font-size: 42px;
  }
  .p2ti {
    font-size: 30px;
  }
  .cpimg li {
    width: 50%;
  }
  .cam {
    width: 134px;
    height: auto;
    font-size: 14px;
  }
  .cam span {
    line-height: 11px;
    font-size: 8px;
    height: 12px;
  }
  .cpimg li {
    margin-bottom: 5px;
  }
  .n ul {
    display: block;
  }
  .n ul li {
    float: none;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
  }
  .n ul li .nimg {
    width: 48%;
    float: left;
  }
  .n ul li .ncont {
    float: right;
    width: 48%;
  }
  .ncont .p1 {
    padding-top: 0;
  }
  .ncont .p2 {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .ji .j2 {
    line-height: 29px;
  }
  .ji .j2 .jam {
    font-size: 14px;
  }
  .ji .j3 a {
    line-height: 45px;
    width: 173px;
    padding-left: 70px;
    font-size: 16px;
  }
  .ji .j3 .rc {
    background-size: 14%;
    background-position: 30px;
  }
  .ji .j3 .lx {
    background-size: 14%;
    background-position: 30px;
  }
  .ji .j3 .rc:hover {
    background-size: 14%;
    background-position: 30px;
  }
  .ji .j3 .lx:hover {
    background-size: 14%;
    background-position: 30px;
  }
  .join {
    padding-bottom: 25px;
  }
}
@media (max-width: 711px) {
  .ji .j1 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .ji .j2 {
    width: 100%;
    float: none;
  }
  .ji .j2 {
    font-size: 12px;
  }
}
@media (max-width: 614px) {
  .cam {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .xiafan {
    display: none;
  }
}
@media (max-width: 575px) {
  .about .aright .p1 img {
    width: 34%;
  }
  .about .aright .p1 .s1 {
    font-size: 14px;
    padding-top: 2px;
  }
  .about .aright .p2 p {
    font-size: 12px;
  }
  .am {
    font-size: 13px;
  }
  .am:hover {
    color: #007CB5;
  }
  .cpbj .p1 {
    font-size: 16px;
  }
  .cpbj .p2 {
    font-size: 30px;
  }
  .pti {
    font-size: 26px;
  }
  .p2ti {
    font-size: 20px;
  }
  .ncont .p2 {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media (max-width: 509px) {
  .shuju .p22 {
    font-size: 24px;
  }
  .shuju .p1 {
    font-size: 13px;
  }
}
@media (max-width: 474px) {
  .cpbj .p2 {
    font-size: 20px;
  }
  .ncont .p1 {
    font-size: 15px;
  }
  .ncont .p2 {
    font-size: 12px;
  }
  .product {
    margin-top: 10%;
  }
  .news {
    margin-top: 10%;
  }
}
@media (max-width: 400px) {
  .ncont .p2 {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .ji .j3 a {
    line-height: 36px;
    width: 100px;
    padding-left: 34px;
    font-size: 13px;
  }
  .ji .j3 .rc {
    background-size: 17%;
    background-position: 10px;
  }
  .ji .j3 .lx {
    background-size: 17%;
    background-position: 10px;
  }
  .ji .j3 .rc:hover {
    background-size: 17%;
    background-position: 10px;
  }
  .ji .j3 .lx:hover {
    background-size: 17%;
    background-position: 10px;
  }
  .join {
    padding-bottom: 10px;
  }
}
.xypg-left-title {
  background-color: #007CB5;
}
.xypg-job-list .job-title {
  background-color: #007CB5;
}
.xypg-news-list li .more span:hover {
  background-color: #007CB5;
}
.xypg-pagination a:hover {
  background-color: #007CB5;
}
.xypg-news-list li:hover .more span {
  background-color: #007CB5;
}
.xypg-pagination #current,
.xypg-pagination a:hover {
  border: #134a9d;
  background: #007CB5;
}
#toolbar li a {
  background-color: #007CB5;
}
#toolbar li:hover .icon-font {
  background-color: #007CB5;
}
.dreamer-location{display:flex;}
.dreamer-location li:before{content:'>';margin:0 5px;}
.dreamer-location li:first-child:before{content:'';margin:0;}
@media (max-width: 1000px) {
  .about {
      padding-top: 10px;
  }
 .about .title-box {
      padding: 10px 0px;
  }
  .about .aleft {
      transform: translateX(0px);
  }
  .about .title-box .title {
      font-size: 20px;
      line-height: 22px;

  }
  .about .title-box .sub-title {
      font-size: 16px;
      line-height: 18px;
      margin: 4px 0px 6px;
  }
  .product {
      padding-bottom: 10px;
      margin-top: 0px;
  }
  .slider2-box .bx-wrapper .bx-prev {
      display: none;
  }
  .slider2-box .bx-wrapper .bx-next {
      display: none;
  }
  .slider3-box .bx-wrapper .bx-prev {
      background-color: #f2f2f2;
      left: -10px!important;
  }
  .slider3-box .bx-wrapper .bx-next {
      background-color: #f2f2f2;
      right: -10px!important;
  }
  .product .cpimg li .ccimg:hover{
      transform: scale(1);
  }
  .cpbj .cpwen {
      z-index: 999;
      top: 50%;
      right: 17%;
  }
  .shuju {
      height: 120px;
  }
  .nav {
    width: 690px;
  }
  .footer .fd2 {
    margin-left: 1%;
  }
  .cam{
    height: 14px !important;
    width:40px !important;
  }
}
.dul.current a,.xymob-nav>li.current a{
    color: #337ab7 !important;
}