@charset "UTF-8";

/* 通用样式 */
p {
  margin: 0;
}


input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.align-center {
  align-items: center;
}


.flexf{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flexd{display: flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
.bold{font-weight:bold;}
.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bcg{background-size:100% 100%;}

.w1750{
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 15px;
}

.w1600{
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}

/* header */

/* ****************** HEADER ********************** */
#header{
	position:absolute; height:112px; top:0; left:0; width:100%; z-index:9999; 
}

.fullpage-html #header{
	position:fixed;
}
#headerInnerWrap{
	position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:9999; 
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s
}
#headerInner{position:relative; height:100%; margin:0px auto; }
#header .logo{position:relative;z-index:100;width: 12.5%;height: 112px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
#header .logo a{display:block; position:relative;}
#header .logo img{display:block; vertical-align:top;transition:opacity 0.3s;max-width: 100%;}
#header .logo img.off{}
#header .logo img.on{position:absolute; top:0; left:0; opacity:0}

@media all and ( min-width: 1025px ) and (min-height: 751px) {
	#header.hide .logo,
	#header.hide #gnb,
	#header.hide .header-lang{display:none}
}

/* -------- Header :: UTIL BOX -------- */
.header-util-box{position:absolute; top:50%; right:40px; margin-top:-6px; z-index:100;}

/* Header :: 언어선택 */
.header-lang {position:relative; float:left; width:90px; height:30px; border-radius:50px;  z-index:100; background-color:rgba(0,0,0,0.2)}
.header-lang .lang-open-btn {overflow:hidden; position:relative; display:block; width:100%; text-align:left; height:100%; padding:0 10px; font-size:12px; line-height: 30px; color:#fff; z-index:99;}
.header-lang .lang-open-btn i {display:inline-block; margin-right: 8px; vertical-align: middle; font-size:18px; margin-top:-3px; }
.header-lang .lang-open-btn .arrow{position:absolute; top:0px; right:0px;}
.header-lang .lang-open-btn .arrow i{font-size:14px; margin-top:-2px}
.header-lang .lang-open-btn strong{position:relative;}
.header-lang > ul {display:none; position:absolute; top:0; left:0; z-index:10; width:100%; background-color:rgba(0,0,0,0.2); padding-top: 30px; border-radius: 15px;}
.header-lang > ul > li > a{display:block; padding:0 20px; font-size:12px; line-height: 30px; color:#fff;}
/* .header-lang > ul > li > a:hover{background-color:#f2f2f2; } */
.header-lang.open .lang-open-btn .arrow i{transform:rotate(180deg); margin-top:-3px;}


/* Header :: 사이트맵버튼 */
.sitemap-line-btn{float:left;  margin-left:85px; box-sizing:border-box; margin-top:5px; transition:all 0.3s}
.sitemap-line-btn .line{display:block; width:18px; height:2px; background-color:#fff; border-radius:5px; margin: 4px auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
/* active */
.sitemap-open-btn.active{position:relative; z-index:122200;}
.sitemap-open-btn.active .line{background-color:#222}
.sitemap-open-btn.active .line:nth-child(2), 
.sitemap-open-btn.active .line:nth-child(4){opacity: 0;}
.sitemap-open-btn.active .line:nth-child(1){
	 -webkit-transform: translateY(5px) rotate(45deg);
	  transform: translateY(5px) rotate(45deg);
}
.sitemap-open-btn.active .line:nth-child(3){
	 -webkit-transform: translateY(-7px) rotate(-45deg);
	  transform: translateY(-7px) rotate(-45deg);
}

@media all and ( min-width: 1025px ) and (min-height: 751px) {
	#wrap.black .sitemap-line-btn .line{background-color:#222}
	#header.hide .sitemap-line-btn{margin-top:-20px}
}

/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg{position:fixed; top:0; left:0; width:100%; height:100%; visibility:hidden; opacity:0;filter:Alpha(opacity=0); background:rgba(0,0,0,0.5); z-index:9997;  -webkit-transition:all 0.3s; transition:all 0.3s; }	/* gnb overlay BG */
.gnb-overlay-bg.open{visibility:visible; opacity:1.0;filter:Alpha(opacity=100);}
#gnb{/* position:absolute; */text-align:right;top:0;left:0px;width:100%;z-index:99;/* padding-right:25rem; */box-sizing:border-box}
#gnb > ul{display:inline-block; *display:inline;*zoom:1;}
#gnb > ul > li{position:relative; float:left; word-break:keep-all;}
#gnb > ul > li > a{
	position:relative; z-index:100; display:block; line-height:56px;padding:0 2vw; text-align:center; color:#fff; font-size:18px;  font-weight:500; -webkit-transition:all 0.5s; transition:all 0.5s;
}
#gnb > ul > li > a span{position:relative; }

/* GNB :: 2차 전체메뉴 */
#gnbBg{
	overflow:hidden; position:absolute; left:0; top:0px; width:100%; height:0; background:#fff; z-index:98;
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;
	transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
#gnbBg:after{position:absolute; top:120px; width:100%; left:0; height:1px; background-color:#ddd; content:"";}
#gnb.total-menu > ul > li .gnb-2dep{
	position:absolute;
	top: 168%;
	left:0px;
	z-index:99;
	width:100%;
	text-align:left;
	/*border-right:1px solid #ddd;*/
	opacity:0;
	filter:Alpha(opacity=0);
	height:0;
	-webkit-transition: all 0.2s 0s;
	transition: all 0.2s 0s;
	visibility:hidden;
}
#gnb.total-menu > ul > li .gnb-2dep:before {
	content:""; position:absolute; left:0; top:0px; width:0; left:50%; height:1px; background-color:#385eb3; 
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s; z-index:10;
}
#gnb.total-menu > ul > li:hover .gnb-2dep:before {width:100%; left:0;}
#gnb.total-menu > ul > li .gnb-2dep ul{padding:13px 0px;}
#gnb.total-menu > ul > li .gnb-2dep ul li{position:relative; text-align:center}
#gnb.total-menu > ul > li .gnb-2dep ul li a{ display:block;  padding:8px; color:#333; font-size:14px; line-height:1.3; -webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s}
#gnb.total-menu > ul > li .gnb-2dep ul li a:hover{color:#385eb3;}

/* GNB :: 2차메뉴 Over (높이변경) */
#gnb.open #gnbBg{height:470px; opacity:1.0;filter:Alpha(opacity=100);}
#gnb.open > ul > li .gnb-2dep{
	height:350px; opacity:1.0;filter:Alpha(opacity=100);
	visibility:visible;
	-webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}


/* header :: open */
#header.gnb-open .logo img.on{opacity:1}
#header.gnb-open .logo img.off{opacity:0}
#header.gnb-open #gnb > ul > li > a{color:#222}
#header.gnb-open #gnb > ul > li > a:hover,
#header.gnb-open #gnb > ul > li > a:focus,
#header.gnb-open #gnb > ul > li.on > a{color:#385eb3;}
#header.gnb-open .sitemap-line-btn .line{background-color:#222}


/* header :: 서브페이지에서 on */
#wrap.sub #gnb > ul > li.active > a span:after{position:absolute; content:""; width:100%; height:2px; background-color:#fff; bottom:-10px; left:0; transition:opacity 0.3s}
#wrap.sub #header.gnb-open #gnb > ul > li.active > a span:after{opacity:0}

/* -------- Header :: GNB(Mobile) -------- */
.nav-open-btn{display:none;}
#gnbM{display:none}


/* banner */
main > section {
    /* position: relative;
    margin-bottom: 120px; */
}

main > section .titleBox {
    text-align: center;
    margin-bottom: 80px;
}

main > section .titleBox .sTxt {
    color: #D9D9D9;
    font-family: var(--want);
    font-weight: bold;
}

main > section .titleBox .title {
    color: #111;
    line-height: 1.4;
    margin: 10px 0 0;
    letter-spacing: -1.2px;
    font-weight: 300;
}

main > section .titleBox .title span {
    font-weight: bold;
}

main .visual {
    /* width: 100%;
    height: 100vh;
    overflow: hidden; */
}


main .visual #introBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
    padding: 0 20px;
}

main .visual #introBox .txtBox h1 {
    color: #111;
    font-weight: bold;
    letter-spacing: -1px;
    overflow: hidden;
}

main .visual #introBox .txtBox h1 span {
    display: block;
}

main .visual #introBox .txtBox h1:not(:last-child) {
    margin-bottom: 5px;
}

main .visual #introBox .txtBox h1 b {
    color: var(--mainC);
}

main .visual .slideWrap {
    /* position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -30%;
    width: 500px;
    height: 260px; */
    overflow: hidden;
    transition: all 1.2s;
}

main .visual .slideWrap .slideBox, main .visual .slideWrap .slideBox .swiper-wrapper {
    width: 100%;
    height: 100%;
}

main .visual .slideWrap .slideBox .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slideWrap{
  overflow: hidden;
}

.baww{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

main .visual .slideWrap .slideBox .swiper-slide .fitBox {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; */
}

main .visual .slideWrap .slideBox .swiper-slide .fitBox img{
  width: 100%;
}

main .visual .slideWrap .slideBox .swiper-slide .w1600 {
    /* position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all 1s 1.2s; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

main .visual .slideWrap .slideBox .swiper-slide .txtBox {
    overflow: hidden;
}

main .visual .slideWrap .slideBox .swiper-slide .txtBox .sTxt {
    font-weight: 300;
    color: #fff;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: all 1.7s;
    font-size: 2.08333333333333vw;
}

main .visual .slideWrap .slideBox .swiper-slide .txtBox .title {
    /* font-weight: bold; */
    color: #fff;
    margin: 0.8vw 0 3.65vw;
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
    transition: all 1.5s 0.7s;
    font-size: 3.75vw;
}

main .visual .slideWrap .slideBox .swiper-slide .logo {
    position: absolute;
    right: 0;
    bottom: 100px;
}

main .visual .slideWrap .slideBox .swiper-slide.swiper-slide-next .w1700 {
    opacity: 0 !important;
}

main .visual .slideWrap .slideBox .swiper-slide-active .txtBox .sTxt, main .visual .slideWrap .slideBox .swiper-slide-active .txtBox .title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

main .visual .slideWrap .slideDots span {
    margin: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    opacity: 1;
}

main .visual .slideWrap .slideDots span.swiper-pagination-bullet-active {
    background: #fff;
}

main .visual .slideWrap .slideDots span:not(:last-child) {
    margin-right: 20px;
}

main .visual .slideWrap .slideBar {
    position: absolute;
    /* left: 50%; */
    bottom: 6.25vw;
    /* transform: translateX(-50%);
    max-width: 1700px; */
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.3);
    z-index: 5;
    width: calc(100% - 30px);
}

main .visual .slideWrap .slideBar span {
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    transition: width 0.5s;
}

@keyframes pagiBar {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

main .visual.no-intro .slideWrap {
    width: 100%;
    height: 100%;
    bottom: 0%;
    transition: none;
}

main .visual.no-intro .slideWrap .slideBox .swiper-slide .w1700 {
    opacity: 1;
    transition: all 1s 0.5s;
}

main .visual.on #introBox {
    opacity: 0;
    visibility: hidden;
}

main .visual.up .slideWrap {
    bottom: 0;
}

main .visual.on .slideWrap {
    width: 100%;
    height: 100%;
}

main .visual.on .slideWrap .slideBox .swiper-slide .w1700 {
    opacity: 1;
}

main .visual.on .slideWrap .slideBox .swiper-slide-active .slideBar span {
    animation: pagiBar 6s forwards;
}

@media(max-width:780px){
  main .visual .slideWrap .slideBox .swiper-slide .txtBox .sTxt{
    font-size: 14px;
  }
  main .visual .slideWrap .slideBox .swiper-slide .txtBox .title{
    font-size: 16px;
  }
  main .visual .slideWrap .slideBar {
   
  }
}


/* about */
.about-bg{
  padding-top: 7.3vw;
}

.about-wrap{
  position: relative;
}

.about-wrap > img{
  max-width: 100%;
}

.about-wrap h3{
  color: #f8f8f8;
  font-size: 15.57291666666667vw;
  text-transform: uppercase;
  line-height: 0.8;
  font-weight: 600;
  font-family: "Arial";
}

.about-wrap .abw{
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  z-index: 99;
}

.about-index{
  align-items: center;
}

.about-left{
  width: 34%;
  padding-top: 4vw;
}

.about-left .at1{
  color: #e81d3a;
  font-size: 1.25vw;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Arial";
}

.about-left .at2{
  color: #1c1c1c;
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Arial";
  margin-top: 5px;
  margin-bottom: 1.3vw;
}

.about-left .at3{
  color: #262222;
  font-size: 18px;
}

.about-left .at4{
  width: 35px;
  height: 4px;
  background: #e81d3a;
  margin-top: 6vw;
}

.about-right{
  width: 45.43%;
}

.about-right .at{
  color: #1c1c1c;
  font-size: 1.875vw;
  margin-bottom: 1.3vw;
}

.about-right .aw p{
  color: #7f7f7f;
  font-size: 15px;
  line-height: 2.133;
}

/* adv */
.adv-bg{
  overflow: hidden;
  margin-top: 7vw;
  padding-left: 85px;
}

.advSwiper{
  overflow: hidden;
}

.advSwiper .swiper-slide{
  width: 50.3%;
}

.advSwiper .swiper-slide a{
  background: #f6f8fa;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1vw 0;
  border-radius: 30px;
}

.advSwiper .swiper-slide a .wz{
  padding:1.82vw 2.6vw;
  width: 51%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.advSwiper .swiper-slide a .wz .num{
  color: #bdbec0;
  font-size: 2.5vw;
  font-family: "Arial";
}

.advSwiper .swiper-slide a .ww .wza{
  color: #1c1c1c;
  font-size: 1.875vw;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
}

.advSwiper .swiper-slide a .ww .wzb{
  margin-top: 2vw;
}

.advSwiper .swiper-slide a .ww .wzb ul{
  
}

.advSwiper .swiper-slide a .ww .wzb ul li{
  border: 1px solid #626262;
  color: #171717;
  font-size: 16px;
  width: 48%;
  height: 36px;
  line-height: 34px;
  border-radius: 30px;
  text-align: center;
}

.advSwiper .swiper-slide a .img1{
  width: 48.7%;
}

.advSwiper .swiper-slide a .img1 img{
  width: 100%;
}

.advSwiper .swiper-slide a .more{
  position: absolute;
  background: url(../../../../28dd3148/25/09/b03aee07b23c862d09325e3701461a8d699dbd53.png) no-repeat center;
  background-size: 100% 100%;
  width: 82px;
  height: 82px;
  bottom: 4.47916666666667vw;
  right: 2.34375vw;
  z-index: 99;
  opacity: 0;
}

.advSwiper .swiper-slide a:hover .more{
  opacity: 1;
}

.advSwiper .swiper-slide a .ww .wzb ul li:hover{
  color: #ff2a48;
}
.advSwiper .swiper-paginationp{
  margin-top: 4vw;
}

.advSwiper .swiper-pagination-progressbar {
    background: #f1f1f1;
    position:relative;
  width:100%;
    height:1px;top:auto;z-index:99;
}
.advSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #e81d3a;height:2px;margin-top:-1px;}


/* 案例展示 */
.case-bg{
  padding-top: 5.73vw;
  padding-bottom: 6.77vw;
}


.ctitle{

}

.ctitle h3{
  color: #1c1c1c;
  font-size: 3.125vw;
}
.ctitle h4{
  color: #1c1c1c;
  font-size: 2.5vw;
  margin-top: 5px;
}

.clist1{
  margin-top: 2vw;
  flex-wrap: wrap;
}

.clist1 li{
  width: 32.34%;
  margin-bottom: 1.986%;
}

.clist1 .cc{
  width: 66.12%;
}

.clist1 li.li1{
  width: 100%;
  margin-right: 0;
}

.clist1 li .img1{
  border-radius: 20px;
}

.clist1 li .img1 img{
  width: 100%;
  border-radius: 20px;
}

.cmore{
  width: 265px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  margin-top: 1.5vw;
}

.cmore i{
  background: #e81d3a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  transform: scale(0);
  transition: 0.5s;
}

.cmore a{
  border: 1px solid #dcdcdc;
  height: 60px;
  font-size: 18px;
  display: block;
  line-height: 58px;
  text-align: center;
  border-radius: 35px;
  position: relative;
  z-index: 9;
  color: #8c8c8c;
  transition: 0.5s;
}

.cmore:hover a{
  color: #fff;
  border: 1px solid #ee1d23;
  transition: 0.5s;
}

.cmore:hover i{
  transform: scale(1);
  transition: 0.5s;
}

/* 选择 */
.xz-bg{
  position: relative;
    height: 100%;
}


.xz-left{
  width: 50%;
  background: #f6f8fa;
  padding: 7.8125vw 10.677vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.xz-left .xz1{
  color: #262626;
  font-size: 1.45833333333333vw;
  font-weight: 600;
}

.xz-left .xz2{
  color: #e81d3a;
  font-size: 5vw;
  font-weight: 600;
  line-height: 0.8;
  margin: 1.5vw 0;
}
.xz-left .xz3 p:nth-of-type(1){
  color: #262626;
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 1;
}
.xz-left .xz3 p:nth-of-type(2){
  color: #262626;
  font-size: 2.60416666666667vw;
  margin-top: 5px;
  margin-bottom: 2vw;
}
.xz-left .xz3 p:nth-of-type(3){
  color: #262626;
  font-size: 1.5625vw;
}

.xmore{
  width: 195px;
  height: 54px;
  position: relative;
  margin-top: 3.125vw;
}

.xmore i{
  background: #e81d3a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  transform: scale(0);
  transition: 0.5s;
}

.xmore a{
  border: 2px solid #e81d3a;
  height: 54px;
  font-size: 16px;
  display: block;
  line-height: 52px;
  text-align: center;
  border-radius: 35px;
  position: relative;
  z-index: 9;
  color: #474545;
  transition: 0.5s;
}

.xmore:hover a{
  color: #fff;
  border: 2px solid #ee1d23;
  transition: 0.5s;
}

.xmore:hover i{
  transform: scale(1);
  transition: 0.5s;
}

.xz-right{
  width: 50%;
  background: #e81d3a;
  padding-left: 5vw;
  padding-right: 4.43vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.newslist{
    border-top: 1px solid rgba(255,255,255,1);
}

.newslist ul li{
  border-bottom: 1px solid rgba(255,255,255,0.35);
  padding:2vw 0;
}

.newslist ul li a{
  overflow: hidden;
}

.newslist ul li a .ww{
  display: flex;
  align-items: center;
  justify-content: space-between;

  transition: 0.5s;
}

.newslist ul li a .wz1{
  width: 90%;
  justify-content: flex-start;
  align-items: center;
}

.newslist ul li a .wz1 .date{
  color: #fff;
  font-size: 18px;
  font-family: "Arial";
  width: 90px;
}

.newslist ul li a .wz1 .wza{
  color: #fff;
  font-size: 1.25vw;
  width: calc(100% - 90px);
}

.newslist ul li a .wz2{
  background: url(../../../../28dd3148/25/09/b2bec2ff1b503c0255418e07df84586b0add0a7a.png) no-repeat center;
  background-size: 100% 100%;
  width: 20px;
  height: 10px;
}

.newslist ul li a .wz3{
  padding-left: 90px;
}

.newslist ul li a .wz3 .wz3a{
  color: #fff;
  font-weight: 600;
  font-size: 1.875vw;
  font-family: "Arial";
  text-transform: uppercase;
}

.newslist ul li a .wz3 .wz3b{
  color: #ffffff;
  font-size: 16px;
  margin-top: 1.5vw;
  height: 100px;
  overflow: hidden;
}


/* 及时关注网站建设行业最新动态 */
.gz-bg{
  padding-top: 6.25vw;
}

.gz-index h3{
  color: #131313;
  font-size: 2.39583333333333vw;
  text-align: center;
}

.gz-wrap{
  background: url(../../../../28dd3148/25/09/fbb61eb5c954cb793faac5694ae5e66601da1ecf.jpg) no-repeat top center;
  background-size: 100% 100%;
  border-radius: 20px;
  padding: 6.25vw 0;
  margin-top: 4vw;
}

.gzwen{
  text-align: center;
}

.gzwen p{
  color: #fff;
}

.gzwen p:nth-of-type(1){
  font-size: 1.45833333333333vw;
}

.gzwen p:nth-of-type(2){
  font-size: 2.08333333333333vw;
  margin-top: 5px;
}

.gzmore{
  width: 149px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background: #e81d3a;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 3.645vw;
}

.gzmore a{
  display: block;
  color: #fff;
}

.gzmore:hover{
  
}

/* news */
.news-bg{
  padding-top: 4.1667vw;
  padding-bottom: 8.85vw;
}

.sec-support .sec__inner {
	position: relative;
}
.sec-support .cursor1 {
	position: absolute;
	width: 4.58333333333333vw;
	height: 4.58333333333333vw;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background-color: #e81d3a;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-moz-transition-property: transform, opacity, -moz-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -moz-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	-moz-transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1000;
}
.sec-support .cursor1 .img-asset {
	width: 100%;
	height: 100%;
  background: url(../../../../28dd3148/25/09/5bd1249c4cbd4ad237e051c4f28f770d44495f28.png) no-repeat center;
  background-size: 35px 12px;
}
.sec-support .cursor1.on {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}



.sec-support .cursor2 {
 
	position: absolute;
	width: 4.58333333333333vw;
	height: 4.58333333333333vw;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background-color: #e81d3a;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-moz-transition-property: transform, opacity, -moz-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -moz-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	-moz-transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1000;
}
.sec-support .cursor2 .img-asset {
	width: 100%;
	height: 100%;
  background: url(../../../../28dd3148/25/09/5bd1249c4cbd4ad237e051c4f28f770d44495f28.png) no-repeat center;
  background-size: 35px 12px;
}
.sec-support .cursor2.on {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}




.ntitle{
  color: #1a1a1a;
  font-size: 1.5625vw;
  margin-bottom: 0.6vw;
}

.news-left{
  width: 49%;
}

.support__list li{
  border-bottom: 1px solid #e5e5e5;
  padding: 1.3vw 0;
}

.support__list li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.support__list li a .date{
  color: #a9a9a9;
  font-size: 18px;
  font-family: "Arial";
  width: 16%;
  position: relative;
}

.support__list li a .date::before{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background: #e5e5e5;
}

.support__list li a .subject{
  width: 81.5%;
  color: #484848;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.support__list li:hover{
  border-bottom: 1px solid #e81d3a;
}
.support__list li:hover a .date::before{
  background: #e81d3a;
}
.support__list li:hover a .subject{
  color: #e81d3a;
}
.news-right{
  width: 49%;
}


/* video-bg */
.video-bg{
  position: relative;
}

.video-con{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.video-con .w1750{
  width: 100%;
}

.video-left{
  width: 50%;
}

.video-left .v1{
  color: #200446;
  font-size: 8.17708333333333vw;
  font-family: "Arial";
  font-weight: 600;
  line-height: 0.8;
}

.video-left .v2{
  margin-top: -50px;
  color: #fff;
  padding-left: 4vw;
}

.video-left .v2 p:nth-of-type(1){
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 1;
} 
.video-left .v2 p:nth-of-type(2){
  font-size: 1.5625vw;
  margin-top: 0.8vw;
} 

.video-right{
  width: 40.85%;
}

.video-right .v1 p:nth-of-type(1){
  color: #ffffff;
  font-size: 1.5625vw;
}

.video-right .v1 p:nth-of-type(2){
  color: #ffffff;
  font-size: 2.5vw;
  margin-top: 5px;
}

.video-right .v2{
  width: 208px;
  height: 54px;
  text-align: center;
  line-height: 53px;
  color: #fff;
  background: #fff;
  border-radius: 30px;
  margin-top: 2.4vw;
  position: relative;
}


.video-right .v2 i{
  background: #e81d3a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  transform: scale(0);
  transition: 0.5s;
}

.video-right .v2 a{
  height: 54px;
  font-size: 18px;
  display: block;
  line-height: 53px;
  text-align: center;
  border-radius: 35px;
  position: relative;
  z-index: 9;
  color: #3d3d3d;
  transition: 0.5s;
}

.video-right .v2:hover a{
  color: #fff;
  background: #e81d3a;
  transition: 0.5s;
}

.video-right .v2:hover i{
  transform: scale(1);
  transition: 0.5s;
}

/* foot */
.foot-bg{
  padding: 3.65vw 0;
  padding-bottom: 6vw;
}

.foot-index{
  
}

.foot-left{
  width: 66%;
}

/*  */
.foot_nav {
    position: relative;
}

.foot_nav li {
    float: left;
    width: 25%;
}

.foot_nav li a {
    font-size: 20px;
    color: #0e0e0e;
    display: block;
    width: 100%;
    font-weight: 700;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1vw;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 16px;
    line-height: 2.25;
    color: #0e0e0e;
    font-weight: normal
}

.foot_nav li .x-nav-menu a:hover{
  color: #e81d3a;
}

.foot-right{
  width: 23%;
}

.ft{
  color: #0e0e0e;
  font-size: 1.25vw;
  font-weight: 600;
  margin-bottom: 0.8vw;
}

.flx{
  
}

.flx p{
  font-size: 16px;
  color: #0e0e0e;
  line-height: 2.25;
}

.flx p strong{
  color: #e81d3a;
  font-size: 18px;
}

.flex_a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.pull-right2{
    margin-top: 1vw;
}

.pull-right2 .social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size:20px;
    border-radius:50%;
    line-height: 40px;
    border:none;
    background:#e5e5e5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;  transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.pull-right2 .social-share .social-share-icon:hover{background:#e81d3a!important;}



.pull-right2 .social-share .icon-wechat:hover {
    background: #e81d3a!important;
}

.pull-right2 .social-share .social-share-icon:hover {
    background:none;
	  transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
}

.pull-right2 .social-share a{
    margin: 0;
    margin-right:14px;
}
.c-link {

    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius:50%;
    line-height: 40px;
    transition: background 0.6s ease-out 0s;  transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;margin-left: 0;
    background:url(../../../../28dd3148/25/09/43a534b308c417f7bd20c17cfc630d48501b1347.png) no-repeat center #e5e5e5;
}

.c-link:hover{background:url(../../../../28dd3148/25/09/43a534b308c417f7bd20c17cfc630d48501b1347.png) no-repeat center #e81d3a;
	  transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);}

.c-link .con {position: relative;}
.c-link .sec {
    display: none;
    position: absolute;
    
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
    z-index: 999;
    bottom:0;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}


.cop-bg{
  background: #030148;
  padding: 1.822vw 0;
}

.cop-index{
  color: #fff;
  font-size: 14px;
}

.cop-index a{
  color: #fff;
}

.copl{
  float: left;
  width: 50%;
}

.copr{
  float: right;
  width: 48%;
  text-align: right;
}

.cop-index a:hover{
  color: #e81d3a;
}

@media(max-width: 1440px){
  .xz-left{
    padding: 7.8125vw 4.677vw;
  }
  .newslist ul li a .wz3 .wz3b{
    height: 80px;
  }
}

@media(max-width: 1366px){

  .newslist ul li a .wz3 .wz3b{
    height: 80px;
  }
  .support__list li a .date{
    font-size: 16px;
  }
  .support__list li a .subject{
    font-size: 16px;
  }
}

@media(max-width: 1280px){
  #gnb > ul > li > a{
    font-size: 17px;
  }
  .about-right .aw p{
    font-size: 14px;
  }
  .adv-bg{
    padding-left: 15px;
  }
  .advSwiper .swiper-slide a .ww .wzb ul li{
    font-size: 14px;
  }
  .cmore a{
    font-size: 16px;
  }
  .video-right .v2 a{
    font-size: 16px;
  }
  .foot_nav li a{
    font-size: 18px;
  }
  .foot_nav li .x-nav-menu a{
    font-size: 14px;
  }
  .flx p{
    font-size: 14px;
  }
  .ft{
    font-size: 16px;
  }
}

@media(max-width: 1100px){
  .about-left .at3{
    font-size: 16px;
  }
  .support__list li a .date{
    font-size: 14px;
  }
  .support__list li a .subject{
    font-size: 14px;
  }
}

@media(max-width: 990px){
  .about-bg{

  }
  .about-index{
    flex-wrap: wrap;
  }
  .about-left{
    width: 100%;
  }
  .about-left .at1{
    font-size: 20px;
  }
  .about-left .at4{
    margin-top: 2vw;
  }
  .about-right{
    width: 100%;
    margin-top: 20px;
  }
  .adv-bg{
    margin-top: 10vw;
  }
  .advSwiper .swiper-slide a .ww .wzb ul li{
    font-size: 12px;
  }
  .cmore{
    width: 150px;
    height: 40px;
  }
  .cmore a{
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }
  .xmore a{
    font-size: 14px;
  }
  .newslist ul li a .wz1 .date{
    width: 40px;
  }
  .newslist ul li a .wz1 .wza{
    width: calc(100% - 40px);
    font-size: 14px;
  }
  .newslist ul li a .wz3{
    padding-left: 40px;
  }
  .newslist ul li a .wz3 .wz3b{
    font-size: 14px;
    height: 60px;
  }
  .video-right .v2{
    width: 150px;
    height: 40px;
  }
  .video-right .v2 a{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .foot_nav li .x-nav-menu a{
    font-size: 13px;
  }
  .foot-right{
    width: 28%;
  }
  .support__list li a .date{
    width: 20%;
  }
  .support__list li a .subject{
    width: 78%;
  }
}

@media(max-width: 640px){
  .about-bg{
    padding: 40px 0;
  }
  .about-wrap > img{
    max-width: 200px;
    width: 100%;
  }
  .about-wrap .abw{
    position: relative;
  }
  .about-left .at2{
    font-size: 16px;
  }
  .about-right .at{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about-right .aw p{
    font-size: 13px;
    line-height: 1.5;
  }
  .adv-bg{
    margin-top: 0;
    margin-left: 0;
    padding: 0 15px;
  }
  .advSwiper .swiper-slide a .ww .wzb ul li{
  border-radius: 10px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .advSwiper .swiper-slide a .more{
    width: 30px;
    height: 30px;
  }
  .advSwiper .swiper-slide a{
    padding: 10px;
    border-radius: 15px;
  }
  .advSwiper .swiper-slide a .wz .num{
    font-size: 20px;
  }
  .advSwiper .swiper-slide a .ww .wza{
    font-size: 14px;
  }
  .advSwiper .swiper-slide a .ww .wzb{
    margin-top: 10px;
  }
  .advSwiper .swiper-pagination-progressbar{
    margin-top: 20px;
  }
  .case-bg{
    padding: 40px 0;
  }
  .ctitle h3{
    font-size: 24px;
  }
  .ctitle h4{
    font-size: 18px;
  }
  .clist1{
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .clist1 li{
    width: 48%;
    margin-bottom: 4%;
  }
  .clist1 .cc{
    width: 100%;
  }
  .clist1 li .img1{
    border-radius: 10px;
  }
  .clist1 li .img1 img{
    border-radius: 10px;
  }
  .cmore{
    margin-top: 20px;
  }
  .xz-bg{
    flex-wrap: wrap;
  }
  .xz-left{
    width: 100%;
    padding: 20px 10px;
  }
  .xz-left .xz1{
    font-size: 20px;
  }
  .xz-left .xz2{
    font-size: 18px;
  }
  .xz-left .xz3 p:nth-of-type(1){
    font-size: 18px;
  }
  .xz-left .xz3 p:nth-of-type(2){
    font-size: 16px;
  }
  .xz-left .xz3 p:nth-of-type(3){
    font-size: 14px;
  }
  .xmore{
    width: 150px;
    height: 40px;
    margin-top: 20px;
  }
  .xmore a{
    height: 40px;
    line-height: 36px;
  }
  .xz-right{
    width: 100%;
    padding: 20px 10px;
    display: block;
  }
  .newslist ul li{
    padding: 15px 0;
  }
  .newslist ul li a .wz3 .wz3a{
    font-size: 14px;
  }
  .newslist ul li a .wz3 .wz3b{
    font-size: 12px;
    height: auto;
  }
  .gz-bg{
    padding-top: 40px;
  }
  .gz-index h3{
    font-size: 20px;
  }
  .gz-wrap{
    margin-top: 20px;
    border-radius: 10px;
    padding: 40px 0;
  }
  .gzwen p:nth-of-type(1){
    font-size: 16px;
  }
  .gzwen p:nth-of-type(2){
    font-size: 14px;
  }
  .news-bg{
    padding: 40px 0;
  }
  .news-index{
    flex-wrap: wrap;
  }
  .news-left{
    width: 100%;
  }
  .ntitle{
    font-size: 24px;
  }
  .support__list li{
    padding: 15px 0;
  }
  .support__list li a .date{
    width: 24%;
  }
  .support__list li a .subject{
    width: 70%;
  }
  .news-right{
    width: 100%;
    margin-top: 20px;
  }
  .newslist ul li a .wz2{
    width: 10px;
    height: 5px;
  }
  .video-con{
    position: relative;
    background: #000;
    margin-top: 20px;
    display: block;
    padding: 40px 0;
  }
  .video-wen{
    flex-wrap: wrap;
  }
  .video-left{
    width: 100%;
  }
  .video-right{
    width: 100%;
  }
  .video-left .v1{
    font-size: 24px;
    color:#fff;
  }
  .video-left .v2{
    margin-top: 10px;
    padding-left: 0;
  }
  .video-left .v2 p:nth-of-type(2){
    font-size: 16px;
  }
  .video-right .v1 p:nth-of-type(1){
    font-size: 16px;
  }
  .video-right .v1 p:nth-of-type(2){
    font-size: 14px;
    margin-top: 0px;
  }
  .foot-bg{
    padding: 30px 0;
  }
  .foot-index{
    flex-wrap: wrap;
  }
  .foot-left{
    width: 100%;
    display: none;
  }
  .foot-right{
    width: 100%;
  }
  .pull-right2{
    margin-top: 10px;
  }
  .cop-bg{
    padding: 20px 0;
  }
  .copl{
    width: 100%;
    text-align: center;
  }
  .copr{
    width: 100%;
    text-align: center;
  }
  .cop-index{
    font-size: 12px;
  }
  .video-bg video{
    display: none!important;
  }
}

/*内页左侧样式*/
.page-wrap{padding: 3% 0;}
.page-product-inquiry a{color: #fff;}
.xypg-pro-description{display: none;}
.xypg-left-con2{margin-bottom: 3%;}
.xypg-left-con2 .xypg-left-nav {display:block;}
.xypg-left-con2 .xypg-left-nav>li {position: relative;text-align:center;margin-right: 10px;width: 11%;float: left;border:none;margin-bottom: 10px;}
.xypg-left-con2  .xypg-left-nav > li:last-child {border: none;}
 
.xypg-left-con2 .xypg-left-nav > li .first-nav-btn{background: none;}
.xypg-left-con2 .xypg-left-nav>li>a {
    display: block;
    font-size:16px;
    line-height: 30px;
    color: #444444;
    padding: 10px;
    background: #eeeeee;border-radius: 6px;
}

.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-con2 .xypg-left-nav>li.clicked>a {
    color: #fff;background:#e81d3a;
}


@media (max-width:1024px) {
   .xypg-left-con2 .xypg-left-nav>li>a{font-size:14px;line-height:20px;}
}



/*  */
/*内页左侧样式*/
.page-product-inquiry a{color: #fff;}


.flex4{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.joidmhg{
    box-sizing: border-box;
    padding: 1% 0;
    overflow: hidden;
}

.jdianjhle{
    width: 40%;
}

.jdianjhle_a{
font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 3px;
	color: #282728;
}
.jdianjhrt_a{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 75px;
	letter-spacing: 1px;
	color: #282728;
    border-bottom: #e5e5e5 1px solid;
    box-sizing: border-box;
    padding: 0 6%;
}

.jdianjhle_a{
font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 3px;
	color: #282728;
}
.jdianjhrt_a{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 75px;
	letter-spacing: 1px;
	color: #282728;
    border-bottom: #e5e5e5 1px solid;
    box-sizing: border-box;
    padding: 0 6%;
}
.jdianjhrt_a span{
    padding-left: 15%;
}
.jdianjhrt{
    width: 30%;
    border-top: #e5e5e5 1px solid;
}
.jdianjh{
    padding:2% 0;
}

.jdianjhlefg{
   margin-top: 5%; 
   position: relative;
}
.jdianjhlefg_b{
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../../../../47f599ab/25/09/e2713b391be491012a62ffe4ed169f15e0fef078.png) no-repeat;
    top: 32px;
    left: 35px;
    z-index: 999;
}
.jdianjhlefg_a{
    background: url(../../../../47f599ab/25/09/b81c3af296ed6fcc10ed949c09ad1aeb954904bf.png) no-repeat;
    width: 95px;
    height: 95px;
    -webkit-animation: sec1imgrotate 5s linear infinite;
    animation: sec1imgrotate 5s linear infinite;
    background-size: 100%;
}
@-webkit-keyframes sec1imgrotate{
    0%{-webkit-transform: rotate(0deg); opacity: 1;}
    50%{-webkit-transform: rotate(180deg); opacity: 1;}
    100%{-webkit-transform: rotate(360deg); opacity: 1;}
}
@keyframes sec1imgrotate{
    0%{transform: rotate(0deg); opacity: 1;}
    50%{transform: rotate(180deg); opacity: 1;}
    100%{transform: rotate(360deg); opacity: 1;}
}

.jdishy{
    text-align: center;
    font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 2px;
	color: #000000;
    margin-top: 2%;
}

.jdianjhle{
    width: 40%;
}
.jdianjhle_a{
font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 3px;
	color: #282728;
}
.jdianjhrt_a{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 75px;
	letter-spacing: 1px;
	color: #282728;
    border-bottom: #e5e5e5 1px solid;
    box-sizing: border-box;
    padding: 0 6%;
}
.jdianjhrt_a span{
    padding-left: 15%;
}
.jdianjhrt{
    width: 30%;
    border-top: #e5e5e5 1px solid;
}



/* 新闻详细页 */
.flex88{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.xwtu{
  border-radius: 7px;
  overflow: hidden;
}

.xwtu img{
  width: 100%;display:block;
}
.xwudg{
    color: #111111;
    line-height: 90px;
    margin-bottom: 0.3rem;
    font-size: 24px;
}

/* 新闻详情 */
.gidnfg {
  padding-bottom: 30px;
}

.gidnfg .item {
  margin-bottom: 30px;
  display: block;
}

.gidnfg .item a{
    text-decoration: none !important;
    color: #333;
    outline: none;
    cursor: pointer;
}

.gidnfg .item .h {
  font-family: hm;
  color: #2B393F;
  line-height: 24px;
  height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}

.gidnfg .item .p {
  font-family: hr;
  color: #111111;
  opacity: 0.6;
  line-height: 20px;
  display: flex;
  align-items: center;
}



.gidnfg .item .p span.solid {
  margin: 0 11px;
}

.f_14 {
    font-size: 14px;
}

.f_16 {
    font-size: 16px;
}


.morexx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.morexx img {
  width: 44px;
  margin-left: 27px;
  transition: all 0.5s;
}

.morexx:hover img {
  margin-left: 10px;
}

.f_48 {
    font-size: 48px;
}

.xypg-news-detail .xwgufngg{
       align-items: center; 
    }

.morexx .m_p {
    color: #000000;
    padding-bottom: 7.3px;
    border-bottom: 1px solid #DEDEDE;
    line-height: 20px;
}

.fx {
  display: flex;
  align-items: center;
}
.fx .name {
  color: #5E615F;
}

.xwgufnggle{
  width: 50%;
    color: #b2b2b2;  
}

.xwgufnggle span{
   padding:2px 5px;
    background-color: #F3F3F3;
    line-height: 0.2rem;
    font-family: hm;
    color: #000000;
    border-radius: 0.03rem;
    opacity: 1;
    margin-right: 5px;
}





@media (max-width:1440px) {
    .nnav{width: calc(100% - 50px);}
    [data-page=index] .v1{
        height:47.92vw;
    }
    .x-menu > li > a{font-size:16px;}
    .s2 .txt{font-size:62px;}
    .s2 .txt h2{font-size:62px;}
    .s2 .txt h2 .txt_scroll{font-size:62px;}
    .s2 .txt h2 .first{width:590px;}
    .s2 .bottom .smallTxt{font-size:19px;}
    .s2 .second .txtBx p{line-height:1;}
    .s2 .second .numBx{margin-top:3.65vw;}
    .sybt .wz{font-size:24px;}
    .wrap-sticky .wz4{font-size:18px;line-height:34px;}
    .bnaa{top:24vw;}
    .cplist li .wz{font-size:26px;}
    .cplist li .wz2 p{font-size:16px;padding-left:28px;}
    .cplist li .wz2 p:before{width:14px;height:14px;}
    .type_services ul li .txt{font-size:21px;}
    .prolist li{font-size:15px;}
    .tabli1 li .wz{font-size:18px;}
    .tabli1 li .wz2{font-size:14px;}
    .fdh .wz2{font-size:26px;}
    .fty{width:26%;}
        .jdianjhle_a{
        font-size: 35px;
    }
        .jdianjhrt{
        width: 40%;
    }
        .jdianjhrt_a{
        line-height: 60px;
        font-size: 15px;
    }
    .jdishy{
        font-size: 30px;
    }
        .f_48 {
        font-size: 36px;
    }
        .f_16 {
        font-size: 13px;
    }
}




@media (max-width:1280px) {
    [data-page=index] .v1{
        /* height: 60vh; */
    }
    .scroll-down{font-size:14px;}
    .scroll-down span{margin-left:5px;}
    [data-page=index] .v1 .mouse_buttom .nav2 .tab{font-size:16px;}
    [data-page=index] .v1 .mouse_buttom{bottom:30px;}
    .banwz .det{margin:0 3%;}
    .s2 .txt{font-size:48px;}
    .s2 .txt h2{font-size:48px;}
    .s2 .txt h2 .txt_scroll{font-size:48px;}
    .s2 .txt h2 .first{width:440px;}
    .s2 .bottom .smallTxt{font-size:16px;}
    .s2 .second .txtBx2 p{font-size:16px;}
    .s2 .second .numBx .count .number,.s2 .second .numBx .count .wz{font-size:27px;}
    .s2 .second .numBx .count p{font-size:14px;}
    .sybt .wz{font-size:21px;}
    .wrap-sticky .wz4{font-size:16px;line-height:28px;}
    .bnaa{width:120px;height:120px;}
    .bnaa .jtnext{width:60px;margin:0 auto;}
    .bnaa .jtnext img{width:100%;display:block;}
    .cplist li .wz{font-size:21px;}
    .cplist li .wz2 p{font-size:14px;padding-left:20px;margin:4px 0;}
    .cplist li .wz2 p:before{width:10px;height:10px;}
    .cplist li .wz2{width:66%;}
    .type_services ul li .txt{font-size:18px;}
    .fdh .wz2{font-size:21px;}
    .f_nav dd a{line-height:33px;}
        .jdianjhle_a{
        font-size: 25px;
        line-height: 45px;
    }
    .jdishy{
        font-size: 20px;
    }
    .xypg-news-detail .xypg-detail-title {
        font-size:25px;
        line-height: 30px;
    }
    .gidnfg .item {
        margin-bottom: 18px;
    }
        .gidnfg .item .h {
        font-size: 14px;
        margin-bottom: 10px;
    }
}



@media (max-width: 768px) {
 .xypg-right-content p img{max-width:100%!important;width:auto!important;height:auto!important;}
    [data-page=index] .v1{
        height:62.5vh;
    }
.box6{background-attachment:local!important;}
    .s2 .txt{font-size:40px;}
    .s2 .txt h2{font-size:40px;}
    .s2 .txt h2 .txt_scroll{font-size:40px;text-align:center;width:290px;}
    .s2 .txt h2 .first{width:290px;text-align:center;}
    .apply-page .page-main .wrap-box .wrap-left{width:100%;}
    .wrap-sticky .wz3 br{display:none;}
    .apply-page .page-main .wrap-box .wrap-right{width:100%;}
    .cplist li .wz{font-size:19px;}
    .tabli1 li .det{width: calc(100% - 120px);}
    .tabli1 li .tm{font-size:15px;}
    .tabli1 li .wz span{padding-bottom:5px;white-space: break-spaces;}
    .tabli1 li .wz{font-size:16px;}
    .tabli1 li .wz2{margin-top:4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    a.sylxmo{width:125px;line-height:38px;}
    .fty{width:100%;}
    .pull-right2 .social-share .social-share-icon{font-size:22px;height:40px;line-height:40px;width: 40px;}
    .pull-right2 .social-share a{margin-right:20px;}
    .ftb{width:100%;}
    .fewm{display:none;}
    .page-wrap{margin-top:30px;}
    .bnaa{top:51vw;}
    .box6 video{height:716px;display:none;}
    .box6{background:url(../../../../28dd3148/25/09/1a2b76a5042e9062b92d430811d1ecde7d1dde7c.jpg) no-repeat;background-size:cover;}
    .box6:before{background:none;}
 .jdianjhle{
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .jdianjhrt{
        width: 100%;margin-top:22px;
    }
    .jdianjhlefg_a{
        margin: 0 auto;
    }
    .titaa h3 {
        font-size: 20px;
    }
    .jdianjhlefg_b{left:50%;transform:translateX(-50%);}

}





@media (max-width:640px) {
  .scroll-down{display:none;}
      /* [data-page=index] .v1{
        height:44vh;
    } */
  [data-page=index] .v1 .mouse_buttom .nav2 .tab{font-size:14px;margin-top:15px;}
  [data-page=index] .v1 .mouse_buttom{bottom:20px;}
  .banwz .wz{font-size:15px;}
  .banwz .wz2{font-size:20px;}
  .banwz{top:25%;}
  [data-page=index] .v1 .mouse_buttom .nav2 .line span{width:58px;}
      .s2 .txt{font-size:25px;}
    .s2 .txt h2{font-size:25px;}
    .s2 .txt h2 .txt_scroll{font-size:25px;}
    .s2 .txt h2 .first{width:240px;text-align:center;}
    .s2 .second .txtBx p{font-size:30px;line-height:35px;}
    .s2 .second .txtBx2 p{font-size:14px;}
    .s2 .second .numBx .count .number, .s2 .second .numBx .count .wz{font-size:20px;}
    .s2 .second .numBx .count .line{margin-top:13px;}
    .s2 .second .numBx .count p{padding-top:13px;}
    .s2 .second .numBx .count{height:110px;}
    .sybt .wz{font-size:18px;}
    .sybt .wz2{font-size:22px;}
    .wrap-sticky .wz3{font-size:25px;}
    .wrap-sticky .wz4{font-size:15px;margin:20px 0 25px;}
    .apply-page,.type_services,.box5{padding:35px 0;}
    .cplist li .tua{border-radius:25px;margin-left:0;}
    .cplist li .line1,.cplist li .line2{display:none;}
    .cplist li .det{margin-left:0;margin-top:20px;}
    .cplist li .wz{font-size:17px;}
    .cplist li .wz2{width:100%;}
    .case1{margin-bottom:20px;}
    .type_services ul li .txt{font-size:16px;top:20px;}
    .prolist li{padding:0;line-height:35px;}
    .xwz{width:100%;}
    .xwcont1{margin-bottom:0;}
    .tab1 li .tu{margin-bottom:25px;}
    .tabli1{width:100%;margin-top:20px;}
    .tabli1 li{padding:20px 0;}
    .box6{padding:50px 0;}
    .htwz{font-size:17px;margin-bottom:15px;}
    .fdh .wz{font-size:15px;}
    .fdh .wz2{font-size:19px;margin-top:2px;}
    .fdh2{margin:12px 0;}
    .fcont1{padding:30px 0 5px;}
    .copy{font-size:13px;}
    .moreBx{width:130px;}
    .symore .circle{width:40px;height:40px;}
    .symore{height:46px;width:150px;}
    .s2 .second .numBx .count .line{width:80px;}
    .s2 .second .txtBx2{padding:6vw 0;}
    .bnaa{top:43vw;}
    .bnaa{width:98px;height:98px;}
    .bnaa .jtnext{width:45px;}
    .jdianjhle_a {
        font-size: 16px;
        line-height: 35px;
    }

    .jdianjhrt_a {
        line-height: 50px;
        font-size: 12px;
    }
    .xypg-news-detail .xypg-detail-title {
        font-size: 20px;
        line-height: 30px;
    }
    .xwgufnggle{margin-bottom:12px;}
    
}



.jdifdj  .xypg-left-nav {
    margin: 0 -1px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.jdifdj  .xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.jdifdj  .xypg-left-nav > li:last-child {
    /* border-bottom: none; */
}

.jdifdj  .xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.jdifdj  .xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../../../../../gcdn.myxypt.com/images/icon_spirit.png) 0 -240px no-repeat;
    display: none;
}

.jdifdj  .xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.jdifdj  .xypg-left-nav > li:hover > a, .jdifdj  .xypg-left-nav > li.clicked > a {
    color: #1775ce;
}

.jdifdj  .xypg-left-nav > li:hover .first-nav-btn, .jdifdj  .xypg-left-nav > li.clicked .first-nav-btn {
    color: #1775ce;
}

.jdifdj  .xypg-left-nav .xypg-left-subnav {
    display: none!important;
    padding: 0 10px;
}

.jdifdj  .xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.jdifdj  .xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.jdifdj  .xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: #1775ce;
}

.jdifdj  .xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: #1775ce;
}

.jdifdj  .xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}


/* 新闻 */
.flexf{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flexd{display: flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
.bold{font-weight:bold;}
.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bcg{background-size:100% 100%;}



/* 新闻详情 */
.gidnfg {
  padding-bottom: 30px;
}

.gidnfg .item {
  margin-bottom: 30px;
  display: block;
}

.gidnfg .item a{
    text-decoration: none !important;
    color: #333;
    outline: none;
    cursor: pointer;
}

.gidnfg .item .h {
  font-family: hm;
  color: #2B393F;
  line-height: 24px;
  height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}

.gidnfg .item .p {
  font-family: hr;
  color: #111111;
  opacity: 0.6;
  line-height: 20px;
  display: flex;
  align-items: center;
}



.gidnfg .item .p span.solid {
  margin: 0 11px;
}

.f_14 {
    font-size: 14px;
}

.f_16 {
    font-size: 16px;
}


.morexx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.morexx img {
  width: 44px;
  margin-left: 27px;
  transition: all 0.5s;
}

.morexx:hover img {
  margin-left: 10px;
}

.f_48 {
    font-size: 48px;
}

.xypg-news-detail .xwgufngg{
       align-items: center; 
    }

.morexx .m_p {
    color: #000000;
    padding-bottom: 7.3px;
    border-bottom: 1px solid #DEDEDE;
    line-height: 20px;
}

.fx {
  display: flex;
  align-items: center;
}
.fx .name {
  color: #5E615F;
}

.xwgufnggle{
  width: 50%;
    color: #b2b2b2;  
}

.xwgufnggle span{
   padding:2px 5px;
    background-color: #F3F3F3;
    line-height: 0.2rem;
    font-family: hm;
    color: #000000;
    border-radius: 0.03rem;
    opacity: 1;
    margin-right: 5px;
}





@media (max-width:1440px) {
    .nnav{width: calc(100% - 50px);}
    [data-page=index] .v1{
        height:47.92vw;
    }
    .x-menu > li > a{font-size:16px;}
    .s2 .txt{font-size:62px;}
    .s2 .txt h2{font-size:62px;}
    .s2 .txt h2 .txt_scroll{font-size:62px;}
    .s2 .txt h2 .first{width:590px;}
    .s2 .bottom .smallTxt{font-size:19px;}
    .s2 .second .txtBx p{line-height:1;}
    .s2 .second .numBx{margin-top:3.65vw;}
    .sybt .wz{font-size:24px;}
    .wrap-sticky .wz4{font-size:18px;line-height:34px;}
    .bnaa{top:24vw;}
    .cplist li .wz{font-size:26px;}
    .cplist li .wz2 p{font-size:16px;padding-left:28px;}
    .cplist li .wz2 p:before{width:14px;height:14px;}
    .type_services ul li .txt{font-size:21px;}
    .prolist li{font-size:15px;}
    .tabli1 li .wz{font-size:18px;}
    .tabli1 li .wz2{font-size:14px;}
    .fdh .wz2{font-size:26px;}
    .fty{width:26%;}
        .jdianjhle_a{
        font-size: 35px;
    }
        .jdianjhrt{
        width: 40%;
    }
        .jdianjhrt_a{
        line-height: 60px;
        font-size: 15px;
    }
    .jdishy{
        font-size: 30px;
    }
        .f_48 {
        font-size: 36px;
    }
        .f_16 {
        font-size: 13px;
    }
}




@media (max-width:1280px) {
    [data-page=index] .v1{
        /* height: 60vh; */
    }
    .scroll-down{font-size:14px;}
    .scroll-down span{margin-left:5px;}
    [data-page=index] .v1 .mouse_buttom .nav2 .tab{font-size:16px;}
    [data-page=index] .v1 .mouse_buttom{bottom:30px;}
    .banwz .det{margin:0 3%;}
    .s2 .txt{font-size:48px;}
    .s2 .txt h2{font-size:48px;}
    .s2 .txt h2 .txt_scroll{font-size:48px;}
    .s2 .txt h2 .first{width:440px;}
    .s2 .bottom .smallTxt{font-size:16px;}
    .s2 .second .txtBx2 p{font-size:16px;}
    .s2 .second .numBx .count .number,.s2 .second .numBx .count .wz{font-size:27px;}
    .s2 .second .numBx .count p{font-size:14px;}
    .sybt .wz{font-size:21px;}
    .wrap-sticky .wz4{font-size:16px;line-height:28px;}
    .bnaa{width:120px;height:120px;}
    .bnaa .jtnext{width:60px;margin:0 auto;}
    .bnaa .jtnext img{width:100%;display:block;}
    .cplist li .wz{font-size:21px;}
    .cplist li .wz2 p{font-size:14px;padding-left:20px;margin:4px 0;}
    .cplist li .wz2 p:before{width:10px;height:10px;}
    .cplist li .wz2{width:66%;}
    .type_services ul li .txt{font-size:18px;}
    .fdh .wz2{font-size:21px;}
    .f_nav dd a{line-height:33px;}
        .jdianjhle_a{
        font-size: 25px;
        line-height: 45px;
    }
    .jdishy{
        font-size: 20px;
    }
    .xypg-news-detail .xypg-detail-title {
        font-size:25px;
        line-height: 30px;
    }
    .gidnfg .item {
        margin-bottom: 18px;
    }
        .gidnfg .item .h {
        font-size: 14px;
        margin-bottom: 10px;
    }
}



@media (max-width: 768px) {
 .xypg-right-content p img{max-width:100%!important;width:auto!important;height:auto!important;}
    [data-page=index] .v1{
        height:62.5vh;
    }
.box6{background-attachment:local!important;}
    .s2 .txt{font-size:40px;}
    .s2 .txt h2{font-size:40px;}
    .s2 .txt h2 .txt_scroll{font-size:40px;text-align:center;width:290px;}
    .s2 .txt h2 .first{width:290px;text-align:center;}
    .apply-page .page-main .wrap-box .wrap-left{width:100%;}
    .wrap-sticky .wz3 br{display:none;}
    .apply-page .page-main .wrap-box .wrap-right{width:100%;}
    .cplist li .wz{font-size:19px;}
    .tabli1 li .det{width: calc(100% - 120px);}
    .tabli1 li .tm{font-size:15px;}
    .tabli1 li .wz span{padding-bottom:5px;white-space: break-spaces;}
    .tabli1 li .wz{font-size:16px;}
    .tabli1 li .wz2{margin-top:4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    a.sylxmo{width:125px;line-height:38px;}
    .fty{width:100%;}
 
    .pull-right2 .social-share a{margin-right:20px;}
    .ftb{width:100%;}
    .fewm{display:none;}
    .page-wrap{margin-top:30px;}
    .bnaa{top:51vw;}
    .box6 video{height:716px;display:none;}
    .box6{background:url(../../../../28dd3148/25/10/2df93c555041e49c6ea9e45add871c544cc2a94e.jpg) no-repeat;background-size:cover;}
    .box6:before{background:none;}
 .jdianjhle{
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .jdianjhrt{
        width: 100%;margin-top:22px;
    }
    .jdianjhlefg_a{
        margin: 0 auto;
    }
    .titaa h3 {
        font-size: 20px;
    }
    .jdianjhlefg_b{left:50%;transform:translateX(-50%);}

}





@media (max-width:640px) {
  .scroll-down{display:none;}
      /* [data-page=index] .v1{
        height:44vh;
    } */
  [data-page=index] .v1 .mouse_buttom .nav2 .tab{font-size:14px;margin-top:15px;}
  [data-page=index] .v1 .mouse_buttom{bottom:20px;}
  .banwz .wz{font-size:15px;}
  .banwz .wz2{font-size:20px;}
  .banwz{top:25%;}
  [data-page=index] .v1 .mouse_buttom .nav2 .line span{width:58px;}
      .s2 .txt{font-size:25px;}
    .s2 .txt h2{font-size:25px;}
    .s2 .txt h2 .txt_scroll{font-size:25px;}
    .s2 .txt h2 .first{width:240px;text-align:center;}
    .s2 .second .txtBx p{font-size:30px;line-height:35px;}
    .s2 .second .txtBx2 p{font-size:14px;}
    .s2 .second .numBx .count .number, .s2 .second .numBx .count .wz{font-size:20px;}
    .s2 .second .numBx .count .line{margin-top:13px;}
    .s2 .second .numBx .count p{padding-top:13px;}
    .s2 .second .numBx .count{height:110px;}
    .sybt .wz{font-size:18px;}
    .sybt .wz2{font-size:22px;}
    .wrap-sticky .wz3{font-size:25px;}
    .wrap-sticky .wz4{font-size:15px;margin:20px 0 25px;}
    .apply-page,.type_services,.box5{padding:35px 0;}
    .cplist li .tua{border-radius:25px;margin-left:0;}
    .cplist li .line1,.cplist li .line2{display:none;}
    .cplist li .det{margin-left:0;margin-top:20px;}
    .cplist li .wz{font-size:17px;}
    .cplist li .wz2{width:100%;}
    .case1{margin-bottom:20px;}
    .type_services ul li .txt{font-size:16px;top:20px;}
    .prolist li{padding:0;line-height:35px;}
    .xwz{width:100%;}
    .xwcont1{margin-bottom:0;}
    .tab1 li .tu{margin-bottom:25px;}
    .tabli1{width:100%;margin-top:20px;}
    .tabli1 li{padding:20px 0;}
    .box6{padding:50px 0;}
    .htwz{font-size:17px;margin-bottom:15px;}
    .fdh .wz{font-size:15px;}
    .fdh .wz2{font-size:19px;margin-top:2px;}
    .fdh2{margin:12px 0;}
    .fcont1{padding:30px 0 5px;}
    .copy{font-size:13px;}
    .moreBx{width:130px;}
    .symore .circle{width:40px;height:40px;}
    .symore{height:46px;width:150px;}
    .s2 .second .numBx .count .line{width:80px;}
    .s2 .second .txtBx2{padding:6vw 0;}
    .bnaa{top:43vw;}
    .bnaa{width:98px;height:98px;}
    .bnaa .jtnext{width:45px;}
    .jdianjhle_a {
        font-size: 16px;
        line-height: 35px;
    }

    .jdianjhrt_a {
        line-height: 50px;
        font-size: 12px;
    }
    .xypg-news-detail .xypg-detail-title {
        font-size: 20px;
        line-height: 30px;
    }
    .xwgufnggle{margin-bottom:12px;}
    
}



.jdifdj  .xypg-left-nav {
    margin: 0 -1px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.jdifdj  .xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.jdifdj  .xypg-left-nav > li:last-child {
    /* border-bottom: none; */
}

.jdifdj  .xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.jdifdj  .xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../../../../../gcdn.myxypt.com/images/icon_spirit.png) 0 -240px no-repeat;
    display: none;
}

.jdifdj  .xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.jdifdj  .xypg-left-nav > li:hover > a, .jdifdj  .xypg-left-nav > li.clicked > a {
    color: #1775ce;
}

.jdifdj  .xypg-left-nav > li:hover .first-nav-btn, .jdifdj  .xypg-left-nav > li.clicked .first-nav-btn {
    color: #1775ce;
}

.jdifdj  .xypg-left-nav .xypg-left-subnav {
    display: none!important;
    padding: 0 10px;
}

.jdifdj  .xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.jdifdj  .xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.jdifdj  .xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: #1775ce;
}

.jdifdj  .xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: #1775ce;
}

.jdifdj  .xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}




