@charset "UTF-8";

.xymob-head{display:none}
.text-cent{text-align:center!important}
.yx_block{display:none!important}
.flexd{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}
ul li {
  list-style: none;
}

@media (max-width: 1300px) {
    /*.nav,.head_bg,.bg,*/
    .yx_hidden{display:none}
    .xymob-head{display:block}
    .yx_block{display:block}
    /*手机端头部*/
.xymob-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #151515;
}

.xymob-head-box {
  position: relative;
  height: 60px;
}

.xymob-head-box .xymob-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 70%;
  height: 30px;
  text-align: center;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
  display: inline;
  font-size: 0;
}

.xymob-head-box .xymob-logo img {
  height: 25px;
}

.xymob-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto 0 auto 27px;
  width: 30px;
  height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-navbtn span {
  margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
          transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.xymob-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.xymob-search-btn {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14%;
  text-align: center;
  line-height: 60px;
}

.xymob-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #151515;
  padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
}

.xymob-nav > li {
  border-bottom: 1px solid #2b2b2b;
  position: relative;
}

.xymob-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
  background: #1E1E1E;
  display: none;
}

.xymob-nav .xymob-sub-menu > li {
  border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.xymob-dlbtn {
  margin-top: 40px;
}

.xymob-dlbtn a {
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #1c3481;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.xymob-dlbtn a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
  background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
  background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
  background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
  margin-top: 10px;
  background: none;
  border: 1px solid #fff;
}

.xymob-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #151515;
  padding: 15px 15% 0 15%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.xymob-search .xymob-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
}

.xymob-search .xymob-search-close-btn i:after {
  background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
  height: 50px;
  border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
  width: 80%;
  float: left;
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
  width: 20%;
  height: 50px;
  outline: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
  left: 0;
}

.x-header {
  background: #ffffff;
  padding: 1.30208333% 0;
}

.x-logo {
  float: left;
  width: 15.3125%;
}

.x-logo a {
  display: block;
}

.x-header-right {
  float: right;
  width: 25%;
  text-align: right;
}

.x-header-right #formsearch,
.x-header-right .x-login {
  display: inline-block;
  vertical-align: middle;
}

.x-header-right #formsearch {
  width: calc(100% - 100px);
  position: relative;
}

.x-header-right #formsearch:before {
  content: '|';
  position: absolute;
  left: 36px;
  top: 5px;
}

.x-header-right #formsearch #s_btn {
  float: left;
  outline: none;
  border: none;
  width: 35px;
  height: 30px;
  font-size: 0;
  background-image: url(https://gcdn.myxypt.com/images/icon_spirit.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 -210px;
}

.x-header-right #formsearch #keyword {
  float: left;
  background: none;
  outline: none;
  border: none;
  width: calc(100% - 35px);
  color: rgba(0, 0, 0, 0.8);
  margin-top: 5px;
  height: 20px;
  padding-left: 10px;
}

.x-header-right .x-login {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}

.x-header-right .x-login .username {
  max-width: 75px;
  vertical-align: -10px;
  display: inline-block;
}

.x-header-right .x-login a {
  color: #000;
}

.x-header-right .x-login a:hover {
  color: #FFB300;
}

/* 扥路 */
.xa-login {
  position: absolute;
  width: 50%;
  text-align: right;
  top: 0;
  right: 8.33333333%;
}

/* 导航样式 */
.top-nav{
  width: 76.72413793103448%;
}
.x-menu {
}

.x-menu > li {
  float: left;
  position: relative;
  margin: 0 1.5625vw;
}

.x-menu > li > a {
  display: block;
  font-size: 0.83vw;
  color: #111111;
  line-height: 84px;
  text-align: center;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.x-menu > li > a::before{
    content: "";
    position: absolute;
    z-index: -1;
    background: #1c3481;
    left: 0%;
    right: 0;
    width: 0%;
    bottom: 0;
    height: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.x-menu > li > a:hover::before{
  width: 100%;
}

.x-menu > li.active > a {
  
}

.x-menu > li:after {
  /* content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%; */
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 999;
  width: 215%;
  left: 0;
  top: 84px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
  padding: 10px 0;;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
  line-height: 2.5;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
  transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
}

.x-sub-menu > li > a:hover {
  background-color: #1c3481;
  color: #fff;
}

.x-sub-menu:after {
  /* content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99; */
}

/*banenr*/
.ban_yx{
    margin-top:60px;
}
.top80{padding-top:40px;}
.top40{padding-top:20px;}
/*服务商*/
.page{
    width:100%;
    min-width:auto;
}
.t p{font-size:25px}
.t span{font-size:13px;}
.strength_l img{width:80%;}
.strength_r{width:100%;}
.yx_laitu{}
.strength_wt{margin-left:10%;margin-top:20px;text-align:center;}
.strength_ll{display: inline-block;}
.sup_wrap{padding-top:60px;}

.sup_tp img{width:100%;object-fit:contain;}
/*.main_r1_item .yct{width:100%}*/
.plist1 {
    flex-wrap: wrap;
    margin-top: 2.3vw;
}

.plist1 li{
    width: 32%;
    border:1px solid #e5e5e5;
    margin-bottom: 3%;
    
}
.plist1 li .porTbox{
    position: relative;
}
.plist1 li .img1 img{
    width: 100%;
    height: auto;
}

.plist1 li .w1{
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 3.25;
}

.plist1 li .showBox{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.5);
    transition: all 0.5s ease;
}

.plist1 li .showBox .showBoxLink{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #ffffff;
    text-align: center;
    font-size: 0.8rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
}

.plist1 li .showBox .showBoxLink::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.plist1 li .showBox .showBoxLink::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.plist1 li:hover .showBox{
    opacity: 1;
}   
.plist1 li:hover .showBox .showBoxLink::before{
    width: 1rem;
}
.prod_bg{padding:40px 0;}
#sup_box{height:780px;margin-bottom:30px;}

.sup_w{line-height:28px;}

.com_l{width:90%;height:auto;background:none;text-align:center;margin:0 auto;}
.com_l img{width:100%;}
.com_r{width:90%;margin:0 auto;}
.com_w1{text-align:center}

.kslj li{padding-right:0px;}

.page-banner{margin-top:60px;}

.my-kefu,.com_a,.links{display:none;}
}/*1300px*/

@media(max-width: 767px){
    .kslj{display:none;}
    .kslj li{margin-right:10px;}
    .crconcat{width:90%;}
    .plist1{
        flex-wrap: wrap;
    }
    .plist1 li{
        width: 48%;
    }
    .plist1 li .w1{
        font-size: 14px;
    }
    .page-banner{margin-top:0px;}
    
}

.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(https://gcdn.myxypt.com/images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

@media (max-width: 950px) {
    .main_r1_item{width: calc(100%/2);}
    .main_box{height:715px;}
    .sup_wrap{padding-top:30px;}
    .sup_dh1{display:none;}
    #sup_box ul li{padding:40px 0 40px 8%;}
    .sup_tp img{width:100%;object-fit:contain;}
    /*.main_r1_item .yct{width:100%}*/
    #sup_box{height:730px;margin-bottom:10px;}
    
    
    
    .my-kefu{display:none;}
    
}/*950px*/


@media (max-width: 500px) {
    
    .yx_hidden500{display:none}
    
    #sup_box ul li{padding:40px 0 40px 3%;}
    .t p{font-size:22px}
    .t span{font-size:12px;}
    .strength_rr span{font-size:8px;}
    .main_r1_item .yct{width:auto;}
    .cr_tel em{font-size:30px;}
    .crconcat{width:100%;}
    
}/*420px*/


@media (max-width: 420px) {
  .xymob-search .xymob-search-close-btn {
    left: 15px;
  }
}/*420px*/
