@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT:16px/1.75 "Microsoft YaHei", arial,sans-serif; COLOR: #666;  background:#fff;min-width: 1300px; overflow-x: hidden;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
.container{width:1300px; margin:0 auto}

.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-l{text-align: left;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.line4{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}



/*字体引入*/

  @font-face {
    font-family: "pangmen";
    src: url("../font/pangmen.TTF");
  }

  @font-face {
    font-family: "DIN";
    src: url("../font/DIN-Bold.otf");
  }

  @font-face {
    font-family: "ALIMAMASHUHEITI";
    src: url("../font/ALIMAMASHUHEITI-BOLD.OTF");
  }




.flex{display: flex;}
.flex-sbc{display: flex; justify-content: space-between;  align-items: center;}
.flex-c{display: flex; align-items: center;}
.flex-cc{display: flex; align-items: center; justify-content: center;}
.flex-ccc{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.flex-dcsb{display: flex; flex-direction: column; justify-content: space-between;}
.flex-sb{display: flex; justify-content: space-between;}
.flex-sbw{display: flex;justify-content: space-between; flex-wrap: wrap;}
.flex-cw{display: flex; align-items: center; flex-wrap: wrap;}
.flex-dc{display: flex; flex-direction: column;}
.flex-w{display: flex; flex-wrap: wrap;}



/* 公共头部 */
.header{position: fixed; top: 0; width: 100%; z-index: 999; background: #fff; box-shadow: 1px 1px 3px rgba(0,0,0,0.1);}
.head-box{justify-content: space-around;}
.head-box .logo{width: 26%;}
.head-box .logo img{margin-right: 6%;}
.head-box .text{border-left: 2px solid rgba(0, 120, 212, 0.5); padding-left: 6%;}
.head-box .text b{display: block; font-size: 20px; color: #0078d4; line-height: 20px; margin-bottom:8px;}
.head-box .text span{display: block; font-size: 17px; color: #333; line-height: 17px;}
.head-right{width: 64.5%;}
.pc-nav{width: 68.7%;}
.pc-nav ul li {position: relative;}
.pc-nav ul li h3{display: block; position: relative; font-size: 16px; color: #333; line-height: 100px;}
.pc-nav ul li h3::after{position: absolute; content: ''; width: 0; bottom: 0; height: 2px; background: #0078d4; bottom: 28px; left: 50%; transition: 0.6s;}  
.pc-nav ul li a:hover>h3,.pc-nav ul li.on a>h3{color: #0078d4;}
.pc-nav ul li a:hover>h3::after,.pc-nav ul li.on a>h3::after{width: 100%; left: 0;}
.pc-nav ul li .subnav-box{box-shadow: 1px 1px 3px rgba(0,0,0,0.1);transform: translateY(50px);opacity: 0;pointer-events: none;width: 240%;left: -70%;position: absolute;top: 100%;transition: all 0.4s ease;}
.pc-nav ul li .subnav {display: flex;align-items: flex-start;padding: 10px 0;box-sizing: border-box;z-index: 3;background: #fff;flex-wrap: wrap;text-align: center;}
.pc-nav ul li .subnav a{display: block;font-size: 15px;color: #333;width: 100%; line-height: 35px;}
.pc-nav ul li .subnav a:hover{color: #0078d4;}
.pc-nav ul li:hover .subnav-box {  transform: translateY(0);  opacity: 1;  pointer-events: auto;}

.head-tel {width: 205px; height: 45px; background: #0078d4; border-radius: 23px; font-family: "DIN"; text-align: center;}
.head-tel b{display: block; font-size: 20px; line-height: 45px; color: #fff; font-family: "DIN"; margin-left: 11px;}
.head-tel img{ animation:move 3s 0s infinite;-webkit-animation:move 3s 0s infinite;}
@keyframes move
{
    0%, 65%{ 
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    70% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    75% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    80% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    85% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    90% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    95% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    100% {  
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
}

@-webkit-keyframes move
{
    0%, 65%{ 
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    70% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    75% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    80% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    85% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    90% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    95% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    100% {  
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
}



.ver{margin-top: 26px;}
.ver>a{position: relative; z-index: 6;  width: 89px; height: 22px;  font-size: 16px; color: #333; justify-content: space-between;}
.ver .ver-box {padding-top: 20px;  transform: translateY(20%);  transition: .5s;   opacity: 0; visibility: hidden;  }
.ver .ver-list { padding: 10px 0; z-index: -1;background: #fff;position: absolute;width: 100%;  border-radius: 0.3125rem; box-sizing: border-box; box-shadow: 0 2px 11px rgba(0, 0, 0, 0.35);}
.ver .ver-list>a {font-size: 1rem; color: #333; margin: 0.3125rem 0; display: block;transition: .5s; text-align: center;}
.ver .ver-list>a:hover {color: #0078d4;}
.ver .ver-list::after {content: ""; display: block; width: 0px; height: 0px; border: 0.75rem solid transparent; border-bottom-color: #fff; position: absolute; top: -1.375rem; left: 50%; margin-left: -0.6875rem;}
.ver:hover .ver-box {opacity: 1; visibility: visible; transform: translateY(0); }
.header-zw{height: 100px;}



/*首页banner*/
.banner {position: relative; overflow: hidden;  height: 700px;}
.banner ul {height: 100%;}
.banner  ul li{position: relative;   height: 100%;	display: flex;	flex-flow: column;		overflow: hidden;}
.banner  ul li .banner-bg {background-size: cover;background-position: center;    position: absolute;    left: 0px;    right: 0px;    bottom: 0px;    top: 0px;    transition: 1s 2.5s; }.banner .container{left: 0; bottom: 47px; right: 0; position: absolute;}
#banner-num {display: flex; bottom: 0; width: 124px; height: 40px; border-radius: 20px; background: rgba(0, 0, 0, 0.1); align-items: center; justify-content: center;}
#banner-num div {margin: 0 .15rem; position: relative; width: 34px;height: 34px;border-radius: 50%; display: flex; align-items: center; justify-content: center;}
#banner-num div {opacity: 1; border: 0; background: none;}
#banner-num span {display: none; width: auto; height: auto; background: none; opacity: 0; font-size: 0.875rem;color: #8C97A9;}
#banner-num i {width: 8px;height: 8px;background: #fff;display: block;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);opacity: 1;}
#banner-num .fcircle1 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
#banner-num .fcircle1 circle {stroke-width: 20px!important;}
#banner-num svg {width: 100%; opacity: 0;}
#banner-num .fcircle1 circle:nth-child(1) {stroke: transparent;}
#banner-num .fcircle1 circle:nth-child(2) {stroke: #0078d4; }
@keyframes svgcircle1 {from {stroke-dasharray: 0 800;}to { stroke-dasharray: 800 800;}}
#banner-num .swiper-pagination-bullet-active svg {opacity: 1;}
#banner-num .swiper-pagination-bullet-active span {opacity: 1;}
#banner-num .swiper-pagination-bullet-active i {opacity: 1;}
#banner-num .swiper-pagination-bullet-active .fcircle1 circle:nth-child(2) {animation: svgcircle1 3.3s linear forwards;}
#banner-prev,#banner-next{width: 86px; height: 86px; border-radius: 50%; background: url(../images/banner-arrow.png) no-repeat center; border:  1px solid #fff; margin-top: 0; transform: translateY(-50%);}
#banner-prev{left: 7%;}
#banner-next{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); right: 7%;}
#banner-prev:hover,#banner-next:hover{background: url(../images/banner-arrow.png) no-repeat center #0078d4; border-color: #0078d4;}


/* 关键词 */
.pannel{border-bottom: 1px solid #F2F2F2; padding: 15px 0 10px; }
.pannel-box{height: 39px;}
.hot{height: 39px;}
.hot em,.hot ul li a{display: inline-block; font-size: 14px; color: #666;}
.hot em>img{display: inline-block; vertical-align: middle; margin-right: 13px;}
.hot ul li a{ margin-right: 69px;}
.hot ul li a:hover{color: #0078d4}
.index-search{width: 231px; height: 39px; border: 1px solid #f5f5f5; border-radius: 21px; box-sizing: border-box; justify-content: space-evenly;}
.index-search input{outline: none; border: none; font-family: "Microsoft YaHei";}
.index-search .search-text{width: 183px; font-size: 14px; line-height: 37px; color: #999;}
.index-search .search-submit{background: url(../images/search-btn.png) no-repeat center; width: 14px; height: 100%;}


/* 产品中心 */
.product{padding: 86px 0 61px;}
.title-box{text-align: center;}
.index-title{position: relative;}
.index-title b{display: block; font-size: 120px; line-height: 80px; color: #333; opacity: 0.06;  font-family: "pangmen"; font-weight: bold; text-transform: uppercase; }
.index-title h2{position: absolute; font-size: 48px; line-height: 48px; color: #0078d4; height: 80px; top: 0; left: 0; right: 0; margin: auto;  font-weight: bold;}
.index-title h2::after{position: absolute; content: ''; width: 31px; height: 2px; background: #0078d4; border-radius: 1px; left: 50%; transform: translateX(-50%); bottom: 0; }
.title-box h3{display: block; font-size: 16px; color: #333; margin-top: 16px;}
.product .title-box{margin-bottom: 37px;}

.product-btn{margin-bottom: 33px; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2;}
.product-btn ul li{width: 20%; border-right: 1px solid #f2f2f2; box-sizing: border-box; cursor: pointer;}
.product-btn ul li h2{display: block; font-size: 20px; line-height: 91px; color: #666; margin-left: 18px;}
.product-btn ul li:hover,.product-btn ul li.on{background: url(../images/product-icon.png) no-repeat right top #0078d4;}
.product-btn ul li:hover img,.product-btn ul li.on img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.product-btn ul li:hover h2,.product-btn ul li.on h2{color: #fff;}
.product-box{overflow: hidden;}
.product-box ul{width: calc(100% + 24px);}
.product-box ul li{float: left; width: 305px; border: 1px solid #f2f2f2; margin-right: 24px; margin-bottom: 35px;}
.product-box ul li .pic{overflow: hidden; border-bottom: 1px solid  #f2f2f2}
.product-box ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.product-box ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.product-box ul li .info{display: flex; justify-content: space-around; align-items: center; padding: 22px 0;}
.product-box ul li .info h3{display: block; font-size: 16px; color: #333; line-height: 16px; padding-left: 17px; border-left: 2px solid #0078D4;}
.product-box ul li .info span{display: block; font-size: 16px; color: #666; font-family: Arial;}
.product-box ul li:hover .info{background: #0078d4;}
.product-box ul li:hover .info h3,.product-box ul li:hover .info span{color: #fff;}

.index-more a{display: block; width: 158px; height: 56px; background: #0078d4; text-align: center; transition: 0.6s;}
.index-more em{ font-size: 16px; color: #fff; line-height: 56px; margin-right: 22px;  transition: 0.6s;}
.index-more img{display: inline-block; vertical-align: middle;}
.index-more a:hover em{margin-right: 30px;}
.product .index-more a{margin: 6px auto 0;}


/* 公司简介 */
.about-box{padding-bottom: 57px;}
.about{padding: 79px 0 0; background: url(../images/about-bg.jpg) no-repeat center top;}
.about .info{width: 51%;}
.about-title em{display: inline-block; font-size: 32px;  color: #0078d4; margin: 0 33px 0 24px;}
.about-title strong{ font-family: "ALIMAMASHUHEITI"; display: inline-block; width: 267px; height: 43px; background: #0078d4; border-radius: 22px; font-size: 20px; line-height: 43px; color: #fff; text-align: center;} 
.about-title b{font-size: 36px; font-family: "DIN"; line-height: 26px; display: inline-block; vertical-align: sub;}
.about-title h2{display: block; font-size: 46px; line-height: 46px; color: #333; height: 84px; position: relative; margin: 17px 0 42px;}
.about-title h2::after{position: absolute; content: ''; width: 31px; height: 2px; background: #0078d4; border-radius: 1px; bottom: 0; left: 0;}
.about .info h3{display: block; font-size: 16px; line-height: 26px; color: #333; margin-bottom: 24px;}
.about .info .index-more a{margin-top: 68px;}
.about .pic{width: 44.76%;}
.about .pic img{display: block;}
.about-num{background: url(../images/about-num-bg.jpg) no-repeat center top;  box-shadow: 0px 3px 8.28px 0.72px rgba(0, 0, 0, 0.05); margin-bottom: 63px;}
.about-num ul{height: 179px;}
.about-num ul li{width: 25%; text-align: center; position: relative;}
.about-num ul li::after{position: absolute; content: ''; background: url(../images/about-line.png) no-repeat right center; right: 0; top: 50%; transform: translateY(-50%); width: 2px; height: 48px;}
.about-num ul li b{display: inline-block; font-size: 60px; line-height: 45px; color: #0078d4;}
.about-num ul li em{display: inline-block; font-size: 16px; color: #333; margin-left: 3px;}
.about-num ul li h3{display: block; font-size: 20px; color: #666;}
.about-num ul li:last-child::after{background: transparent;}


/* 荣誉证书 */
.honor{margin-bottom: 60px;}
.honor-title{margin-bottom: 26px;}
.honor-title strong{display: block; font-size: 32px; line-height: 32px; color: #333; height: 55px; position: relative;}
.honor-title strong:after{position: absolute; content: ''; width: 31px; height: 2px; background: #0078d4; border-radius: 1px; left: 0; bottom: 0;}
.honor-box .container{max-width: 84.375%; width: 84.375%;}
.honor-list{max-width: 80%; margin: 0 auto;  padding: 20px 0 ; overflow: hidden;}
.honor-list ul li{background: #f2f2f2; padding: 26px 44px 0; box-sizing: border-box; position: relative; transition: 0.6s;}
.honor-list ul li::after{position: absolute; content: ''; width: 0; height: 2px;  background: #0078d4; bottom: 0; left: 50%; transition:0.6s}
.honor-list ul li .pic{overflow: hidden;}
.honor-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.honor-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.honor-list ul li em{display: block; font-size: 16px; line-height: 56px;  color: #333; text-align: center;}
.honor-list ul li:hover{margin-top: -20px;}
.honor-list ul li:hover::after{width: 100%; left: 0;}
.honor-box .container{position: relative;}
#honor-prev,#honor-next{background: url(../images/honor-arrow.png) no-repeat center;width: 30px; height: 55px; }
#honor-next{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}
#honor-prev:hover,#honor-next:hover{background: url(../images/honor-arrow2.png) no-repeat center;}
#honor-num{display: none;}


/* 优势 */
.ys{background: url(../images/ys-bg.jpg) no-repeat center top; padding: 131px 0 129px;}
.ys .info{width: 38.76%; margin-top: 36px;}
.ys .info b{display: block; font-size: 60px; line-height: 45px; color: #fff; opacity: 0.2;  font-family: Arial; text-transform: uppercase; margin-bottom: 32px;}
.ys .info strong{display: block; font-size: 48px; line-height: 48px; height: 98px; color: #fff; position: relative; margin-bottom: 49px;}
.ys .info strong::after{position: absolute; content: ''; width: 31px; height: 2px; background: #ffffff; border-radius: 1px; bottom: 0; left: 0;}
.ys .info p{display: block; font-size: 20px; line-height: 32px; color: #fff; width: 92%; margin-bottom: 61px;}
.ys .info .index-more a{background: #fff;}
.ys .info .index-more em{color: #333;}
.ys .info .index-more img{-webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1);}
.ys-right{width: 56.53%;}
.ys-btn{border-bottom: 2px solid #F2F2F2; height: 133px; box-sizing: border-box; margin-bottom: 104px;}
.ys-btn ul li{text-align: center; position: relative; cursor: pointer;}
.ys-btn ul li img{display: block; margin: 0 auto; filter: invert(60%) sepia(73%) saturate(0%) hue-rotate(136deg) brightness(117%) contrast(87%);}
.ys-btn ul li em{display: inline-block; font-size: 16px; color: #333; line-height: 80px; position: relative;}
.ys-btn ul li em:after{position: absolute; content: ''; width: 0; height: 2px; background: #0078d4; bottom: 0; transition: 0.6s; left: 0;}
.ys-btn ul li:hover em,.ys-btn ul li.swiper-slide-thumb-active em{font-weight: bold; color: #0078d4;}
.ys-btn ul li:hover em:after,.ys-btn ul li.swiper-slide-thumb-active em:after{width: 100%;}
.ys-btn ul li:hover img,.ys-btn ul li.swiper-slide-thumb-active img{-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0);}
.ys-left{position: relative;}
.ys-left b{display: block; font-size: 120px; line-height: 85px; opacity: 0.1; color: #333; font-family: "pangmen"; position: relative;}
.ys-left strong{position: absolute; top: 49px; font-size: 30px; line-height: 30px; color: #333; left: 0; }
.ys-left i{display: block;  width: 54px; height: 2px; background: #0078d4; margin-top: 31px; margin-bottom: 32px;}
.ys-left p{display: block; font-size: 16px; color: #666;}
.ys-pic{ width: 46.4%;}
.ys-pic img{display: block; width: 100%; border-radius: 17px;}
#ys-num {display: flex;bottom: 0;width: 226px;height: 40px;border-radius: 20px;background: #e0e0e0;align-items: center;justify-content: center;}
#ys-num div {margin: 0px 6px;position: relative;width: 22px;height: 22px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
#ys-num div {opacity: 1; border: 0; background: none;}
#ys-num span {display: none; width: auto; height: auto; background: none; opacity: 0; font-size: 0.875rem;color: #8C97A9;}
#ys-num i {width: 8px;height: 8px;background: #fff;display: block;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);opacity: 1;}
#ys-num .fcircle1 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
#ys-num .fcircle1 circle {stroke-width: 20px!important;}
#ys-num svg {width: 100%; opacity: 0;}
#ys-num .fcircle1 circle:nth-child(1) {stroke: transparent;}
#ys-num .fcircle1 circle:nth-child(2) {stroke: #0078d4; }
@keyframes svgcircle1 {from {stroke-dasharray: 0 800;}to { stroke-dasharray: 800 800;}}
#ys-num .swiper-pagination-bullet-active svg {opacity: 1;}
#ys-num .swiper-pagination-bullet-active span {opacity: 1;}
#ys-num .swiper-pagination-bullet-active i {opacity: 1;}
#ys-num .swiper-pagination-bullet-active .fcircle1 circle:nth-child(2) {animation: svgcircle1 3.3s linear forwards;}


/* 公司视频 */
.video{padding: 89px 0 40px;}
.video .title-box{margin-bottom: 59px;}
.video-box .container{max-width: 77.81%;width: 77.81%;}
.video-list{overflow: hidden; max-width: 87%; margin: 0 auto;}
.video-list ul li{}
.video-list ul li video{display: block; width: 100%; height: auto;}
.video-list ul li em{display: block; background: #f2f2f2; font-size: 16px; line-height: 59px; color: #333; text-align: center; transition: 0.6s;}
.video-list ul li:hover em{background: #0078D4; color: #fff;}
.video-box .container{position: relative;}
#video-prev,#video-next{background: url(../images/video-arrow.png) no-repeat center;width: 43px; height: 12px; }
#video-next{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}
#video-prev:hover,#video-next:hover{background: url(../images/video-arrow2.png) no-repeat center;}
.video .index-more a{margin: 36px auto 0;}


/* 用途广泛 · 应用行业 */
.industry{background: url(../images/industry-bg.jpg) no-repeat center top; padding: 74px 0 94px;}
.industry .container{overflow: hidden;}
.industry .title-box{margin-bottom: 32px;}
.industry .title-box b{opacity: 0.03; color: #fff;}
.industry .title-box h2,.industry .title-box h3{color: #fff;}
.industry .index-title h2::after{background: #fff;}
.industry-list {width: 32.2%; margin: 0 auto; overflow: visible; padding-bottom: 92px;}
.industry-list ul {overflow: visible;}
.industry-list ul li { align-items: center; position: relative; overflow: hidden;}
.industry-list ul li .pic{overflow: hidden;}
.industry-list ul li .pic img{display: block; width: 100%; border-radius: 33px;}
.industry-list ul li em{ position: absolute; content: ''; width: 368px; font-size: 18px;line-height: 67px; color: #333; text-align: center;background: rgba(255,255,255,0.8); border-radius: 15px; bottom: -100%; left: 0; right: 0; margin: 0 auto; transition: 0.6s;}
.industry-list ul li:hover em,.industry-list ul li.swiper-slide-active em{bottom: 13px;}
#industry-prev,#industry-next{background: url(../images/industry-arrow.png) no-repeat center;width: 86px; height: 86px; border: 1px solid #ffffff; border-radius: 50%; top: 40%;}
#industry-prev{left: -27%;}
#industry-next{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); right: -27%;}
#industry-prev:hover,#industry-next:hover{background: url(../images/industry-arrow.png) no-repeat center;}
#industry-num{bottom: 0;}
#industry-num .swiper-pagination-bullet {background: url(../images/industry-num.png) no-repeat center; opacity: 0.3; width: 20px; height: 21px; margin: 0 9px;}
#industry-num .swiper-pagination-bullet-active{opacity: 1;}



/* 行业见证 · 合作客户 */
.partner{background: url(../images/partner-bg.jpg) no-repeat center top; padding: 94px 0 87px;}
.partner .title-box{margin-bottom: 50px;}
.partner .index-title b{opacity: 0.04;}
.partner-box{background: url(../images/partner-box.png) no-repeat center top 43px;}
.partner-list ul li{width: 186px;  margin-bottom: 38px;}
.partner-list ul li .pic img{display: block; width: 100%;}


/* 新闻中心 */
.news{background: #fcfcfc; padding: 88px 0 80px;}
.news-title{padding-bottom: 74px;}
.news-title .index-title h2{top: 25px;}
.news-title .index-title h2::after{left: 16px;}
.news-btn{margin-top: 45px; }
.news-btn a{display: block; font-size: 16px; line-height: 51px; text-align: center; color: #909090; position: relative; width: 136px; z-index: 2;  font-weight: bold;}
.news-btn a::after{position: absolute; content: ''; left: 0;  width: 0;background: #0078d4; transition: 0.6s; top: 0; height: 51px; z-index: -1; border-radius: 0px 25px 26px 0px; }
.news-btn a:hover::after{width: 100%;}
.news-btn a:hover{color: #fff;}
.news .news-left{width: 63%;}
.news .news-left ul li{width: 47%;}
.news .news-left ul li .pic{overflow: hidden; position: relative; border-radius: 10px;}
.news .news-left ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.news .news-left ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.news .news-left ul li span{display: block; position: absolute; top: 18px; left: 18px; width: 108px; font-size: 16px; line-height: 40px; color: #fff; text-align: center;border-radius: 20px; background: rgba(0, 0, 0, 0.6); font-weight: bold;}
.news .news-left ul li .info{padding: 18px 0 0;}
.news .news-left ul li .info em{display: block; font-size: 16px; color: #999; margin-bottom: 11px;}
.news .news-left ul li .info em>img{display: inline-block; vertical-align: sub; margin-right: 10px;}
.news .news-left ul li .info strong{display: block; font-size: 20px; color: #333; margin-bottom: 3px;}
.news .news-left ul li .info p{display: block; font-size: 16px; line-height: 23px; color: #666; margin-bottom: 19px;}
.news .news-left ul li .info i{display: block; font-size: 14px; color: #8C8C8C; font-style: normal;}
.news .news-left ul li:hover .info strong{color: #0078d4;}
.news .news-right{width: 34%;}
.news .news-right strong{display: block; width: 92px;height: 36px;background: rgba(0, 0, 0, 0.45); border-radius: 18px; font-size:16px; line-height: 36px; color: #fff; font-weight: bold; text-align: center;}
.news-list { overflow-y: scroll; max-height: 471px;}
.news-list::-webkit-scrollbar{  width: 3px; height: 7px; border-radius: 1.5px;}  
/*定义滚动条轨道 内阴影+圆角*/  
.news-list::-webkit-scrollbar-track{ background-color: #ddd;}  
/*定义滑块 内阴影+圆角*/  
.news-list::-webkit-scrollbar-thumb{ background-color: #0078d4; }
.news-list ul{width: 92%; padding: 20px 0 93px;}
.news-list ul li {border-bottom: 1px solid #eee; margin-bottom: 14px;}
.news-list ul li b{display: block; font-size: 16px; color: #999;}
.news-list ul li h2{display: block; font-size: 18px; color: #333; font-weight: bold; padding-bottom: 15px;}
.news-list ul li:hover h2{color: #0078D4;}


/* 公共底部 */
.footer{background: #e8e8f1;}
.footer-top{padding: 72px 0;}
.footer-left{width: 48%; height: 309px;}
.footer-left>div{width: 50%; border-right: 1px solid #dbdbe6;}
.footer-logo{margin-top: 9px;}
.footer-logo img{display: block; margin-bottom: 42px;}
.footer-contact strong{display: block; font-size: 20px; color: #333;}
.footer-contact p{display: block; font-size: 16px; color: #666; margin: 9px 0 13px;}
.footer-contact b{display: block; font-size: 28px; line-height: 20px; color: #0078D4; font-family: "DIN";}
.footer-wechat{width: 50%; padding-top: 22px;}
.footer-wechat img{display: block; margin: 0 auto 20px;}
.footer-wechat em{display: block; font-size: 16px; color: #666; text-align: center;}
.footer-nav{width: 44%;}
.footer-nav dl dt{display: block; font-size: 16px; height: 45px; color: #333; position: relative; margin-bottom: 27px;}
.footer-nav dl dt:after{position: absolute; content: ''; width: 31px; height: 2px; background: #0078d4; border-radius: 1px; bottom: 0; left: 0;}
.footer-nav dl dd a{display: block; font-size: 14px; line-height: 34px; color: #7B7B7B;}
.footer-copy{ border-top: 1px solid rgba(205,205,218,0.45); padding: 15px 0;}
.footer-copy p{display: block; font-size: 16px; color: #898989; }
.footer-copy a{color: #898989;}
.footer-nav dl dd a:hover,.footer-copy a:hover{color: #0078D4;}
.finks>a{position: relative; z-index: 6; width: 253px;  height: 55px;  border: 1px solid #aaaaaa;  font-size: 16px; color: #8C8C8C; justify-content: space-between; padding: 0 25px; box-sizing: border-box;}
.finks .finks-box {padding-top: 20px;  transform: translateY(20%);  transition: .5s;   opacity: 0; visibility: hidden;  }
.finks .finks-list { padding: 10px 0; z-index: -1;background: #fff;position: absolute;width: 82%;  border-radius: 0.3125rem; box-sizing: border-box; box-shadow: 0 2px 11px rgba(0, 0, 0, 0.35);}
.finks .finks-list>a {font-size: 1rem; color: #333; margin: 0.3125rem 0; display: block;transition: .5s; text-align: center;}
.finks .finks-list>a:hover {color: #0078d4;}
.finks .finks-list::after {content: ""; display: block; width: 0px; height: 0px; border: 0.75rem solid transparent; border-bottom-color: #fff; position: absolute; top: -1.375rem; left: 50%; margin-left: -0.6875rem;}
.finks:hover .finks-box {opacity: 1; visibility: visible; transform: translateY(0); }





/*在线咨询*/
.zx-service{position: fixed;right: 5px;top: 30%;z-index: 9999;}
.zx-service ul li{margin-bottom: 1px;position: relative;}
.zx-service ul li a{display: block; width: 80px;height: 52px;padding: 14px 0;background: #000;}
.zx-service ul li:hover a{background: #0078D4;}
.zx-service ul li a img{display: block;margin: 0 auto 10px;}
.zx-service ul li a span{display: block;width: 80px;color: #fff;text-align: center;line-height: 14px;}
.zx-service ul li dl{width: 150px;padding: 0 15px;background: #0078D4;text-align: center;display: none;position: absolute;right: 81px;top: 0;}
.zx-service ul li dl dd{font-family: arial;color: #fff;font-size: 20px;height: 50px;width: 150px;line-height: 50px;}
.weixin-hide{width: 130px;padding: 140px 10px 0;background:url(../images/ny-wechat.jpg) no-repeat center top 10px #0078D4;position: absolute;right: 81px;top: 0;display: none;}
.weixin-hide span,.weixin-hide b,.weixin-hide em{display: block; width: 100%;text-align: center;color: #fff;}
.weixin-hide span{line-height: 36px;}
.weixin-hide em{line-height: 35px;}
.weixin-hide b{line-height: 13px;font-family: arial;font-size: 18px}
.tel-hide li span,.tel-hide li b{display: block;color: #fff;}
.tel-hide li span{line-height: 12px;font-size: 14px;}
.tel-hide li b{line-height: 15px;font-size: 19px;font-family: arial;padding-top: 10px;} 
.zx-service03:hover .weixin-hide{display: block;}
.zx-service ul li:hover dl{display: block;}


.ny-banner{height: 550px;}

/* 二级栏目 */
.ny-class {width: 100%; bottom: 0; z-index: 1;border-bottom:1px solid #ddd;}
.ny-class .container{display: flex; justify-content: space-between; align-items: center; height: 88px}
.ny-class ul.ctitle1 {display: flex;}
.ny-class ul.ctitle1 li a {padding:1.75rem 3rem;display: block; transition: .5s;}
.ny-class ul.ctitle1 li a {font-size: 1.13rem; color: #333;}
.ny-class ul.ctitle1 li:hover a {background: #0078D4;color:#fff  }
.ny-class ul.ctitle1 li.on a {background: #0078D4;color:#fff  }

.position dl {background:url(../images/mbx-home.png) no-repeat 0 center; padding-left:30px;}
.position dl dd {margin-right:10px;}
.position a {padding-right:10px; font-size: 0.94rem;color: #666666;}
.position a.on {color: #0078D4;}
.position a:hover{color: #0078D4;}


.ny-title{text-align: center;}
.ny-title b{display: block; font-size: 60px;   font-family: "Arial";   font-weight: bold;    color: #eaeaea; text-transform: uppercase; line-height: 79px;}
.ny-title h3{font-size: 36px;   position: relative;   top: -53px; color: #333;}
.xq-back a{transition:0.6s; display: block; width: 144px; font-size: 16px; line-height: 42px; color: #fff;  background: #000; border-radius: 21px; text-align: center; margin: 40px auto 0}
.xq-back a>img{display: inline-block; margin-right: 11px; vertical-align: middle;}
.xq-back a:hover{background: #0078D4;}


/* 内页main */
.ny-main{padding: 60px 0;}



/* 内页图片列表页 */
.picture-list ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.picture-list ul:after{content: ''; width: 49.5%;}
.picture-list ul li{width: 23.5%; box-shadow: 0px 0px 0.8125rem 0px rgba(61,61,61,0.07);  margin-bottom: 2.75rem;}
.picture-list ul li .pic{overflow: hidden; position: relative;}
.picture-list ul li .pic>img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.picture-list ul li:hover .pic>img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.picture-list ul li .name{display: flex; align-items: center; justify-content: center; }
.picture-list ul li .name h3{display: block; font-size: 20px; color: #333333; font-family: "PFBold"; line-height: 80px; text-align: center;}
.picture-list ul li .hide{transition:0.6s; position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 2; z-index: 2; bottom: 0; opacity: 0;}
.picture-list ul li .hide>img{transform: translate(-50%,20%); transition:0.6s; position: absolute; left: 50%;   top: 50%;}
.picture-list ul li:hover .hide{opacity: 1;}
.picture-list ul li:hover .hide>img{    transform: translate(-50%,-50%);}


.nyvideo-list ul li{width: 31%}
.nyvideo-list ul:after{content: ''; width: 31%;}
.nyvideo-list ul li video{
    width: 100%;}


/* 内页案例详情页 */
.nyXq {background: #f5f5f5; padding: 0 0 7rem;}
.nyXq .box {position: relative;}
.nyXq .box::after { position: absolute; content: ""; width: 100% ; top: 0; height: 18.88rem; background: #0078d4; z-index: 0;}
.nyXq .tle { padding: 4rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;   position: relative; z-index: 1;}
.nyXq .tle h3 {font-size: 2.5rem;color: #ffffff;font-weight: 700;}
.nyXq .tle ul {display: flex;}
.nyXq .tle ul li , .nyXq  .tle ul li a {font-size: 1rem;color: #ffffff;}
.nyXq .con {background: #fff; position: relative; z-index: 1; padding: 5rem 4% 5rem; box-sizing: border-box;}
.nyXq .con h4 {font-size: 2.13rem;color: #333333;font-weight: 700; margin-bottom: 4rem;text-align: center;}
.ny-title h2{display: block; color: #333; margin-bottom: 15px;}



/*内页产品列表 */
.nypro-box{display: flex; justify-content: space-between; align-items: flex-start;}



.ny-left{width: 263px; background: #f5f5f5; margin-left: 9px; padding-bottom: 42px; position: sticky; top: 120px;}
.column-title{background:url(../images/column-bg.png) no-repeat left center; height: 272px; height: 78px;  margin-left: -9px}
.column-title strong{display: block; margin-left: 15px; font-size: 22px; line-height: 64px;}
.column-title img{margin-right: 14px}
.column-title b{display: inline-block; font-size: 16px; color: #e9e9e9; font-family: arial; font-weight: normal; margin-left: 12px;}
.ny-left .ctitle1{width: 225px; margin-left: 38px; margin-bottom: 35px;}
.ny-left .ctitle1>li{width: 100%;}
.ny-left .ctitle1>li>a{display: block; font-size: 16px; line-height: 42px; color: #333333; border-bottom: 1px solid #DBDBDB; transition:0.6s;}
.ny-left .ctitle1>li.on>a,.ny-left .ctitle1>li:hover>a{color: #0078D4; text-indent: 10px;}

.contact {width: 230px; margin: 0 auto}
.contact img{display: block;  margin-bottom: 27px;}
.contact em{display: block; font-size: 16px; line-height: 24px; color: #333333; margin-bottom: 5px}
.contact b{color: #0078D4; font-size: 20px; font-family: arial;}
.contact span{display: inline-block; margin-left: 79px;}
.ny-right{width: 980px; overflow: hidden;}

.right-title{background: #f9f9f9;position: relative;display: flex;align-items: center;padding: 16px 0;margin-bottom: 2.5rem;}
.right-title h2{display: block;font-size: 24px;line-height: 24px;color: #333;border-left: 5px solid #0078D4;font-weight: bold;padding-left: 15px;/* margin-left: -5px; */}
.nypro-list ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.nypro-list ul:after{content: ''; width: 31.5%;}
.nypro-list ul li{width: 31.5%; margin-bottom: 2.5625rem; box-sizing: border-box; border: 0.0625rem solid #dddddd; text-align: center;  transition:0.6s}
.nypro-list ul li .pic{overflow: hidden; border-bottom: 0.0625rem solid #dddddd; }
.nypro-list ul li .pic img{display: block;  width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.nypro-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.nypro-list ul li .info{padding: 22px 4%;}
.nypro-list ul li strong{font-size: 18px;color: #333;font-weight: normal;margin-bottom: 0.4375rem;}
.nypro-list ul li p{ font-size: 1rem; color: #777; margin-bottom: 1.8125rem; }
.nypro-list ul li .pro-btn{display: flex; justify-content: center;}
.nypro-list ul li em{display: block;width: 7.75rem;background: #333333; font-size: 0.9375rem; line-height: 2.5rem; color: #fff; margin-right: 0.25rem;}
.nypro-list ul li span{display: flex; align-items: center; justify-content: center; width: 2.8125rem;height: 2.5rem;background: #0078D4;}
.nypro-list ul li:hover{border-color: #0078D4;}
.nypro-list ul li:hover em{background: #0078D4;}






/* 内页产品详情页 */
.proxq-pic{width: 48%;}
.proxq-info{width: 48%;}
.propic-big { margin-bottom: 1.25rem;}
.propic-big ul li{}
.propic-big ul li .pic img{display: block; width: 100%;}

.propic-small ul li{background: #fff; position: relative;}

.propic-small ul li .pic{box-sizing: border-box; border: 0.0625rem solid #eeeeee;}
.propic-small ul li .pic img{display: block; width: 100%;}
.propic-small ul li.swiper-slide-thumb-active .pic{ border-color: #0078D4;}
.proxq-title{border-bottom: 1px solid #eee;padding-bottom: 14px;margin-bottom: 15px;}
.proxq-info strong{display: block;font-size: 25px;color: #333;}
.proxq-info .text{margin-bottom: 20px; font-size: 15px; color: #666;}
.proxq-info .text em,.proxq-info .text p{display: block; font-size: 1rem; line-height: 1.75rem; }
.proxq-info .text em{color: #0078D4;}
.proxq-info .text p{color: #333333; margin-bottom: 1.3125rem;}
.proxq-btn{ padding-bottom: 3.125rem; border-bottom: 1px solid #dbdbdb; margin-bottom: 2rem;}
.proxq-btn a{z-index: 0;position: relative;overflow: hidden;display: inline-block;width: 138px;font-size: 16px;line-height: 54px;background: #1954a7;border-radius: 0.3125rem;text-align: center;color: #fff;}
.proxq-btn a.order{background: #0078D4; margin-right: 0.9375rem;}
.proxq-btn a>img{display: inline-block; vertical-align: middle; margin-left: 6%;}
.proxq-btn a:before{content: "";position: absolute;width: 0;height: 100%;left: 50%;top: 0;z-index: -1;opacity: 2;transition: all 0.4s; }
.proxq-btn a.order:before{background: #0078D4;}
.proxq-btn a:before{background: #0078D4;}
.proxq-btn a:hover:before{width: 100%;left: 0;opacity: 1;}
.proxq-arrow{display: flex; justify-content: space-between; align-items: center;}
.proxq-arrow a{display: flex; align-items: center; }
.proxq-arrow i{display: block; display: flex;  align-items: center;  justify-content: center;  width: 3.125rem;  line-height: 2.875rem;  height: 3.125rem;  border-radius: 0.25rem;  border: 0.125rem solid #dbdbdb; transition:0.6s}
.proxq-arrow h5{display: block;font-size: 15px;color: #1a1a1a;}
.proxq-arrow a:first-child i { transform: rotateY(180deg); margin-right: 1.25rem;}
.proxq-arrow a:last-child i {    margin-left: 1.25rem;}
.proxq-arrow a:hover i{background: #0078D4;border-color: #0078D4;}
.proxq-arrow a:hover i svg path{	fill: #ffffff;}
.proxq-arrow a:hover h5{color: #0078D4;}
.peculiarity{margin: 50px 0 80px;}
.peculiarity-title strong{display: block;font-size: 23px;color: #333;text-indent: 0.4375rem;border-bottom: 0.0625rem solid #ddd;padding-bottom: 1.125rem;margin-bottom: 1.875rem;}


/* 内页新闻列表页 */
.newsList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsList ul::after {
  content: "";
  width: 31.5%;
}

.newsList ul li {
  width: 31.5%;
  background: #ffffff;
  border: 0.06rem solid #dcdcdc;
  margin-bottom: 2.5rem;
}

.newsList ul li .pic {
  overflow: hidden;
}

.newsList ul li .pic img {
  display: block;
  width: 100%;
  transition: .5s;
}

.newsList ul li .con {
  padding: 2rem;
  box-sizing: border-box;
}

.newsList ul li em {
  display: block;
  font-size: 15px;
  color: #888888;
  margin-bottom: 0.5rem;
}

.newsList ul li h3 {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}


.newsList ul li h4 {
  font-size: 16px;
line-height: 28px;
  color: #666;
  font-weight: 500;

}


.newsList ul li .more {
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  box-sizing: border-box;
  align-items: center;
}

.newsList ul li .more span {
  font-size: 1.06rem;
  color: #333333;
}

.newsList ul li i {
  display: inline-block;
  width: 2.56rem;
  height: 2.56rem;
  border: 0.09rem solid #0078D4;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.newsList ul li i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: contain;
  transition: all 1s;
  background: url(../images/more-jt4.png) no-repeat center;
}

/* .newsList ul li i::after {content: "";position: absolute;left: -100%;transform: rotate(45deg);top: 0;width: 100%;height: 100%;background: 50% 50% no-repeat;background-size: contain;transition: 1s;background: url(../images/more-jt4.png) no-repeat center;} */
.newsList ul li :hover .pic img {
  transform: scale(1.1);
}

.newsList ul li :hover i::before {
  transform: rotate(45deg);
}

/* .newsList ul li :hover i::after {left: 0;} */
.newsList ul li :hover .more span {
  color: #0078D4;
}




/* 内页新闻详情页 */
.nynews-xq {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 5rem;}
.nynews-xq .news-left{width: 68%;}
.news-xq{width: 100%; border-radius: 0.625rem;box-shadow: 0px 0px 40px 0px rgba(227, 226, 225, 0.42); margin-bottom: 6.0625rem; padding: 50px 4%; box-sizing: border-box;}
.newsxq-title{border-bottom: 0.0625rem solid #ddd; padding-bottom: 2.8125rem; margin-bottom: 2.8125rem;}
.newsxq-title strong{display: block; font-size: 28px; color: #333; margin-bottom: 0.3125rem;}
.newsxq-title span{display: block; font-size: 1rem; color: #777;}
.proxq-arrow{display: flex; justify-content: space-between; align-items: center;}
.proxq-arrow a{display: flex; align-items: center; }
.proxq-arrow i{display: block; display: flex;  align-items: center;  justify-content: center;  width: 3.125rem;  line-height: 2.875rem;  height: 3.125rem;  border-radius: 0.25rem;  border: 0.125rem solid #dbdbdb; transition:0.6s}
.proxq-arrow h5{display: block; font-size: 1.125rem; color: #1a1a1a;}
.proxq-arrow a:first-child i { transform: rotateY(180deg); margin-right: 1.25rem;}
.proxq-arrow a:last-child i {    margin-left: 1.25rem;}
.proxq-arrow a:hover i{background: #0078D4;border-color: #0078D4;}
.proxq-arrow a:hover i svg path{	fill: #ffffff;}
.proxq-arrow a:hover h5{color: #0078D4;}
.nynews-xq .news-right{width: 26.68%; border-radius: 0.3125rem; position: sticky;top:120px;box-shadow: 0px 0px 30px 0px rgba(226,225,224,0.42); padding: 2.1875rem 2% 3.4375rem; box-sizing: border-box;}
.nynews-xq .news-right:after{position: absolute; content: '';  width: 68%;height: 0.4375rem;background: #0078D4;border-radius: 0.25rem;  bottom: -0.1875rem;left: 0; right: 0; margin: auto;}
.recom-news>h2{display: block; font-size: 1.625rem; color: #333; margin-bottom: 2.1875rem;}
.recomnews-list ul li{margin-bottom: 1.875rem;}
.recomnews-list ul li a{display: flex; align-items: center; }
.recomnews-list ul li .pic{width: 44%; overflow: hidden; border-radius: 0.3125rem; margin-right: 5%;}
.recomnews-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.recomnews-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.recomnews-list ul li .info{width: 51%;}
.recomnews-list ul li em{display: block; font-size: 0.875rem; color: #999; margin-bottom: 0.4375rem;}
.recomnews-list ul li h3{ font-size: 16px; line-height: 1.625rem; color: #333;}
.recomnews-list ul li:hover h3{color: #0078D4;}











/*分页*/
.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap; gap: 1rem;}
.fy a { background: #E6E6E6; display: flex; align-items: center; justify-content: center; color: #707070; font-size: 14px; transition: .4s;  padding: 5px 15px;}
.fy a:hover {color: #fff; background: #0078D4;}
.fy .layui-laypage-curr {color: #fff; background: #0078D4; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}



/* 搜索页面 */
.search-page .box {margin-top: 50px;}
.search-page form {width: 60%;margin: auto; margin-bottom: 60px; border: 1px solid #333; border-radius: 50px; padding:5px 20px; box-sizing: border-box; display: flex;     align-items: center; justify-content: space-between; }
.search-page form .search-text {padding: 5px 0; width: 95%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 22px;  height: 23px; display: block; cursor: pointer; background: url(../images/searchIcon.png) no-repeat center; outline: none; border: none; background-size: 100%; filter: brightness(0);}
.search-page ul {width: 100%;}
.search-page li {width: 100%; padding: 30px; margin-top: 20px; box-sizing: border-box; background: #f5f5f5;}
.search-page li span {background: #0078D4; color: #fff; font-size: 12px; padding: 2px 5px; }
.search-page li h3 {font-size: 18px; margin: 10px 0; color: #000000; font-weight: 700;}
.search-page li p {font-size: 16px; color: #666; line-height: 20px;}
.search-page li .le {width: 95%; }
.search-page li a {display: flex; align-items: flex-end; justify-content: space-between;}
.search-page li img {transition: .5s; margin-right: 20px;}
.search-page li:hover img {transform: translateX(20px);}

.proxq-icon ul li{margin-left: 4%}



.proxq-icon ul li .icon img{
    display: block;
    width: 100%;}





