
.nybanner {
    position: relative;
    overflow: hidden;
}
.started img{}
.nybanner img{
    width: 100%;
    animation: size-up 20s ease-out forwards;
}
	@keyframes size-up {
			from {
				transform: scale(1); /* 初始状态，将元素缩小10倍 */
			}
			to {
				transform: scale(1.1); /* 终止状态，将元素放大35倍 */
			}
		}
.pro_tj{
    padding: 80px;
    background: #f4f4f4;}
.pro_tja{
    background: #eee;
}
.probox{
    
}
.probox
    ul{
    display: flex;
}
.probox
    ul li{
    width: 31%;
    padding: 2%;
    margin: 2%;
}
.probox
    ul li a{display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;}
.pro_tjwz{
    width: 50%;
}
.pro_tjwz
    h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.pro_tjwz
    p{
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}
.pro_tjimg{
    width: 48%;
    padding: 1%;
}
.pro_tjimg
    img{
    width: 100%;
}
.pro_tjbtn{
    
}
.pro_tjbtn
    span{
    padding: 8px;
    font-size: 16px;
    border: 2px solid #666666;
    border-radius: 50%;
    font-weight: bold;
}
.index_about{
    padding: 80px 0;
}
.index_abouta{
    display: flex;
    justify-content: space-between;
}
.index_aboutimg{
    width: 48%;
}
.index_aboutimg
    img{
    width: 100%;
}
.index_aboutwz{
    width: 50%;
}
.index_aboutwz
    h2{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #164a96;
}
.index_aboutwz
    p{}
.index_aboutbtn{
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #164a96;
    margin-top: 20px;
}
.index_aboutbtn
    a{
    color: #fff;
    font-size: 14px;
    padding: 10px 50px;
}
.index_aboutbtn:
    hover{background: #1e96d5;}
.pro{
    background: #f4f4f4;
    padding: 40px 0;
}
.proa{
    padding-bottom: 40px;
}
.probt{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 40px;
}
.probt
    h2{
    font-size: 22px;
    color: #333;
}
.probt
    img{}
.pronr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pronrl{
    width: 23%;
    background-color: rgba(173, 199, 232, 1);
    padding: 1%;
}
.pronrlwz{
}
.pronrlwz
    h2{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.pronrlwz
    p{
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
}
.pronrlimg{
    
}
.pronrlimg
    img{
    width: 100%;
}
.pronrr{
    width: 73%;
}
.pronrr
    ul{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.pronrr
    ul li{
    padding: 1px;
    border: 1px solid #d9d9d9;
    margin-bottom: 2%;
}
.pronrr
    ul li:hover{
 border-color: #164a96;
}
.pronrr
    ul li img{
    width:100%;
}
.pronrli{
    width: 23%;}
.pronrr
    ul li h2{
    font-size: 18px;
    margin-top: 10px;
}
.pronrr
    ul li h2:hover{
 color: #164a96;
}
.img-content *{
    box-sizing: border-box;
}
.img-content{
    width: 100%;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px;
}
.img-content .small-img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.small-img
    ul{
 list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    /* transition: all 1s; */
    display: flex;
    width: 100% !important;
    justify-content: space-between;
}
.small-img
    ul:after{
 content: "";
    display: block;
    clear: both;
}
.pronrr .small-img
    ul li{
 float: left;
    box-sizing: border-box;
    width: 19%;
}
.small-img
    ul li img.moveimg{
 width: 100%;
    cursor: pointer;
    border:2px solid transparent;
    border: 1px solid #eee;
}
.small-img
    ul li img.moveimg.active{border: 1px solid #164a96;}
.img-content .big-img{
    /* margin-top: 30px; */
    /* width: 100%; */
    /* height: 400px; */
    position: relative;
    overflow: hidden;
    /* border: 1px solid #d0d0d0; */
    /* border-radius: 10px; */
    background: #ffffff;
}
.img-content .big-img
    img{
 width: 100%;
    height: 100%;
    cursor:pointer;
    border-radius: 10px;
    /* position: absolute; */
}

.small-img .left{
    left: 5px;
    top: 30px;
}
.small-img .right{
    right: 5px;
    top: 30px;
}
.small-img .right,.small-img .left{
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: rgba(0,0,0,0.6);
    color: #FFFFFF;
    cursor: pointer;
}


.big-img .img-parent{
    width:100%;
    height: 100%;
    /* position: absolute; */
}
.img-rotate{
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    z-index: 100;
    background-color: rgba(0,0,0,0.1) !important;
    cursor: pointer;
}
    footer {
  overflow: hidden;
    background-color: rgba(38, 35, 35, 1);
}
    footer .top {
  padding: 20px 0;
    background: #1c1c1c;
}
    footer .top .logo {
  line-height: 0;
}
    footer .top .logo img {
  max-height: 40px;
}
    footer .top .tel {
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
    footer .top .tel .art {
  text-align: right;
    margin-right: 15px;
}
    footer .top .tel span {
  font-size: 15px;
    color: #888888;
}
    @media (max-width: 1680px) {
  footer .top .tel span {
    font-size: 13.125px;
  }
}
    @media (max-width: 1440px) {
  footer .top .tel span {
    font-size: 11.25px;
  }
}
    @media (max-width: 1280px) {
  footer .top .tel span {
    font-size: 10px;
  }
}
    @media (max-width: 1024px) {
  footer .top .tel span {
    font-size: 8px;
  }
}
    @media (max-width: 1680px) {
  footer .top .tel span {
    font-size: 15px;
  }
}
    @media (max-width: 1280px) {
  footer .top .tel span {
    font-size: 14px;
  }
}
    footer .top .tel p {
  font-size: 24px;
    color: #1e96d5;
}
    @media (max-width: 1680px) {
  footer .top .tel p {
    font-size: 21px;
  }
}
    @media (max-width: 1440px) {
  footer .top .tel p {
    font-size: 18px;
  }
}
    @media (max-width: 1280px) {
  footer .top .tel p {
    font-size: 16px;
  }
}
    @media (max-width: 1024px) {
  footer .top .tel p {
    font-size: 12.8px;
  }
}
    @media (max-width: 1680px) {
  footer .top .tel p {
    font-size: 20px;
  }
}
    @media (max-width: 1440px) {
  footer .top .tel p {
    font-size: 18px;
  }
}
    @media (max-width: 1280px) {
  footer .top .tel p {
    font-size: 16px;
  }
}
    footer .mid {
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    padding: 2.08vw 0;
}
    footer .mid:before {}
    footer .mid:after {
  content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(85, 85, 85, 1);
}
    footer .mid .left {
  width: 78%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
}
    footer .mid .left li:nth-child(4){
 width: 31%;
}
    footer .mid .left .a1 {
  font-size: 17px;
    color: #ffffff;
}
    @media (max-width: 1680px) {
  footer .mid .left .a1 {
    font-size: 14.875px;
  }
}
    @media (max-width: 1440px) {
  footer .mid .left .a1 {
    font-size: 12.75px;
  }
}
    @media (max-width: 1280px) {
  footer .mid .left .a1 {
    font-size: 11.33333333px;
  }
}
    @media (max-width: 1024px) {
  footer .mid .left .a1 {
    font-size: 9.06666667px;
  }
}
    @media (max-width: 1680px) {
  footer .mid .left .a1 {
    font-size: 16px;
  }
}
    @media (max-width: 1280px) {
  footer .mid .left .a1 {
    font-size: 14px;
  }
}
    footer .mid .left .a_s {
  margin-top: 15px;
}
    footer .mid .left .a_s p{
 color: #eee;
    font-size: 14px;
}
    footer .mid .left .a_s a {
  display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    font-family: "hs_l";
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    footer .mid .left .a_s a:hover {
  color: #164a96;
}
    footer .mid .right {
  width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: flex-end;
}
    footer .mid .right .art {
  width: calc(100% - 130px);
}
    footer .mid .right .art h3 {
  font-size: 18px;
}
    @media (max-width: 1680px) {
  footer .mid .right .art h3 {
    font-size: 15.75px;
  }
}
    @media (max-width: 1440px) {
  footer .mid .right .art h3 {
    font-size: 13.5px;
  }
}
    @media (max-width: 1280px) {
  footer .mid .right .art h3 {
    font-size: 12px;
  }
}
    @media (max-width: 1024px) {
  footer .mid .right .art h3 {
    font-size: 9.6px;
  }
}
    @media (max-width: 1680px) {
  footer .mid .right .art h3 {
    font-size: 16px;
  }
}
    footer .mid .right .art .info {
  font-size: 14px;
    line-height: 32px;
    color: #666666;
    margin-top: 1.04vw;
}
    footer .mid .right .art .info a{
  color: #666;
}
    footer .mid .right .art .info a:hover{
  color:#1e96d5;
}
    footer .mid .right .ewm {
  width: 128px;
}
    footer .mid .right .ewm img{
  width: 100%;
}
    footer .mid .right .ewm p {
  font-size: 14px;
    text-align: center;
    margin-top: 5px;
    color: #eee;
}
    footer .foot2 {background-color: rgba(38, 35, 35, 1);}
    footer .bot {
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-family: "hs_l";
    font-weight: 300;
    padding: 1.56vw 0 1.04vw;
}
    @media (max-width: 1680px) {
  footer .bot {
    font-size: 12.25px;
  }
}
    @media (max-width: 1440px) {
  footer .bot {
    font-size: 10.5px;
  }
}
    @media (max-width: 1280px) {
  footer .bot {
    font-size: 9.33333333px;
  }
}
    @media (max-width: 1024px) {
  footer .bot {
    font-size: 7.46666667px;
  }
}
    footer .bot *,
footer .bot a {
  font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-family: "hs_l";
    font-weight: 300;
}
    @media (max-width: 1680px) {
  footer .bot *,
  footer .bot a {
    font-size: 12.25px;
  }
}
    @media (max-width: 1440px) {
  footer .bot *,
  footer .bot a {
    font-size: 10.5px;
  }
}
    @media (max-width: 1280px) {
  footer .bot *,
  footer .bot a {
    font-size: 9.33333333px;
  }
}
    @media (max-width: 1024px) {
  footer .bot *,
  footer .bot a {
    font-size: 7.46666667px;
  }
}
    footer .bot a:hover {
  color: #fff;
}
    footer .bot .left {
  margin-bottom: 0.52vw;
    display: flex;
}
    footer .bot .left a {
  margin-left: 10px;
}
    footer .bot .left a:last-child {
  margin-left: 20px;
}
    footer .bot .right {
  margin-bottom: 0.52vw;
    display: flex;
}
    @media (max-width:1440px) {
  footer .mid .left .a_s {
    margin-top: 10px;
  }
  footer .mid .left .a_s a {
    line-height: 26px;
  }
  footer .mid .right .art .info {
    line-height: 26px;
    margin-top: 10px;
  }
  footer .mid .right .ewm {
    width: 100px;
  }
  footer .mid .right .ewm p {
    font-size: 13px;
  }
}
    @media (max-width:768px) {
  footer .top {
    padding: 0px;
    position: relative;
    opacity: 1;
    transform: none;
  }
  footer .top .logo {
    display: none;
  }
  footer .top .tel {
    position: absolute;
    right: 0;
    top: 17px;
  }
  footer .top .tel .art {
    margin-right: 10px;
  }
  footer .top .tel span {
    font-size: 12px;
  }
  footer .top .tel p {
    font-size: 14px;
  }
  footer .top .tel img {
    width: 35px;
    height: 35px;
  }
  footer .mid {
    padding: 25px 0 15px;
    border-top: none;
    opacity: 1;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .mid:
    before {
    display: none;
  }
  footer .mid .left {
    /* display: none; */
    width: 94%;
  }
  footer .mid .right {
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  footer .mid .right .art {
    width: 100%;
  }
  footer .mid .right .art h3 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  footer .mid .right .art .info {
    font-size: 14px;
    line-height: 22px;
  }
  footer .mid .right .ewm {
    width: 30%;
    /* display: none; */
  }
  footer .bot {
    text-align: center;
    padding: 10px 0;
  }
  footer .bot .left {
    width: 100%;
    font-size: 12px;
  }
  footer .bot .left a{
	font-size: 12px;
}
  footer .bot .right {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 12px;
  }
footer .bot *, footer .bot a{
	font-size: 12px;
}
}
/* 效果CSS开始 */
/*.mod18{width:677px;position:relative;margin:0 auto;}*/
/*.mod18 .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}*/
/*.mod18 li{float:left;}*/
/*.mod18 .cf li{position:relative;color:#fff;}*/
/*.mod18 .cf a{display:block;width:526px;height:377px;position:absolute;color:#fff;}*/
/*.mod18 .cf li span{display:block;width:486px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}*/
/*.mod18 .picBox{width:526px; height:394px; padding-left:75px; padding-right:76px;position:relative;overflow:hidden;padding-top:40px;}*/
/*.mod18 .picBox ul{height:377px;position:absolute; left:0;}*/
/*.mod18 .picBox li{padding-left:75px; padding-right:1px; width:526px;height:377px;}*/
/*.mod18 .listBox{width:642px;height:100px;margin:0 auto;position:relative; padding-top:15px;overflow:hidden;}*/
/*.mod18 .listBox ul{height:88px;position:absolute; padding-left:12px;}*/
/*.mod18 .listBox li{width:127px;height:77px;cursor:pointer;position:relative; padding:5px 0 0 0;opacity: 1;}*/
/*.mod18 .listBox li i{display:none;}*/
/*.mod18 .listBox li a{display:block;width:108px;height:77px;background-color:#cfa972;opacity: 0.6;}*/
/*.mod18 .listBox img{background-color:#cfa972;opacity: 0.6;}*/
/*.mod18 .listBox .on a{opacity: 1;}*/
/*.mod18 .listBox .on img{opacity: 1;}*/
/*.mod18 .listBox .on i{display:block;}*/
/*.listBox img{width: 100%}*/
.gallery-top1
    img,.gallery-top2 img,.gallery-top3 img,.gallery-top4 img,.gallery-top5 img,.gallery-top6 img .gallery-top7 img .gallery-top8 img{
 display: none;
}
.swiper-slide-active
    img{
 display: block;
}
.swiper-slide img{width: 100%;}
.gallery-thumbs1
    img,.gallery-thumbs2 img,.gallery-thumbs3 img,.gallery-thumbs4 img,.gallery-thumbs4 img,.gallery-thumbs5 img,.gallery-thumbs6 img,.gallery-thumbs7 img,.gallery-thumbs8 img{
    border: 1px solid rgba(0, 0, 0, .3);
}
.swiper-slide-thumb-active
    img{
 border: transparent;
}
.pronrwz{
    display: flex;
    justify-content: center;
    padding: 4px;
}
.pronrwz
    a{
    font-size: 16px;
}
.pronrwz
    a:hover{
   color: #164a96;
}
.ls-slide
    img{
 width:100% !important;
}
.ls-circle-timer{
    display: none !important;
}
.ls-wp-container{
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.footcu{
    
}
.footcu
    p{
 color: #eee;
    font-size: 14px;
}
.footcu
    a{
 color: #eee;
}
.nybanner {
    position: relative;
    overflow: hidden;
}
.started
    img{
    }
.nybanner
    img{
    width: 100%;
}
.nybanner .wz{
    top: 0%;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nybanner .wzw{
  
}
.nybanner .wz
    h2{
    font-size: 30px;
    color: #fff;
    margin-top: 0%;
    padding: 1% 0%;
}
.nybanner .wz
    h3{
    color: #fff;
    font-family: Futura Md BT;
    font-size: 48px;
    text-transform: uppercase;
}
.nybanner .wzw
    a{
    background: #1e96d5;
    display: block;
    width: 124px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
}
/*jinchangxiaoguo----------------------------------------------*/
.frtop{
    opacity: 0;
    transform: translatey(100%);
    transition: all .5s ease-out;
}
.started .frtop {
    opacity: 1;
    transform: none;
}
.frleft{
    transform: translate(-200%);
    opacity: 0;
    transition: all .75s ease-out;
}
.frright{
    transform: translate(200%);
    opacity: 0;
    transition: all .75s ease-out;
}
.started .frleft {
    opacity: 1;
    transform: none;
}
.started .frright {
    opacity: 1;
    transform: none;
}

.nybanner .wz{
    top: 0%;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nybanner .wzw{
  
}
.nybanner .wz h2{
    font-size: 30px;
    color: #fff;
    margin-top: 0%;
    padding: 1% 0%;
}
.nybanner .wz h3{
    color: #fff;
    font-family: Futura Md BT;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
}
.nybanner .wzw a{
    background: #1e96d5;
    display: block;
    width: 124px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
}
/*jinchangxiaoguo----------------------------------------------*/
.frtop{
        opacity: 0;
    transform: translatey(100%);
    transition: all .5s ease-out;
}
.started .frtop {
    opacity: 1;
    transform: none;
}
.frleft{
    transform: translate(-200%);
    opacity: 0;
    transition: all .75s ease-out;
}
.frright{
    transform: translate(200%);
    opacity: 0;
    transition: all .75s ease-out;
}
.started .frleft {
    opacity: 1;
    transform: none;
}
.started .frright {
    opacity: 1;
    transform: none;
}
/*jinchangxiaoguo----------------------------------------------*/
.position{
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
}
.positiona{
	text-align: left;
	color: #164a96;
	font-size: 16px;
}
.positiona a:last-child{
	color: #999;
}
.positiona a{
	margin-left: 10px;
	margin-right: 10px;
	color: #164a96;
	font-size: 16px;
}
.position img{
	width: 15px;
}
.sonsort{
	
}
.sonsort h2{
	
}
.sonsort ul{
	
}
.sonsort ul ul li{
	
}
.sonsort a{
	
}
.ejdh{
    width: 20%;
}
.ejdhw{
}
.ejdhw ul{
    box-shadow: 0 0 9px rgb(0 0 0 / 10%);
}
.ejdhw ul li{
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    border-left: 4px solid #ffffff;
}
.ejdhw ul li:hover{
	background-color: #f5f8fa;
	border-left: 4px solid #1e96d5;
}
.ejdhw ul li:first-child{
    background: #164a96;
    padding: 25px;
    border-left: 4px solid #164a96;
}
.ejdhw ul li:first-child:hover{
	border: none;
	background: #164a96;
	border-left: 4px solid #164a96;
}
.ejdhw ul li h2{
    color: #fff;
}
.ejdhw ul li a{}
.nybox{
    /* padding: 60px 0; */
}
.nyboxa{
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}
.container {
	width: 75%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.container h2{
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	font-weight: bold;
}
.content p{
	font-size: 18px;
	text-align: justify;
}
.pro {background: #fff;padding: 0;}
@media (max-width:768px) {
  .pro {
    padding: 40px 0;
  }
}
.pro ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 10px;
}
.pro li {
  width: calc(33.33% - 20px);
  margin: 0 30px 40px 0;
  position: relative;
}
.pro li:nth-child(3n) {
  margin-right: 0;
}
.pro li:before,
.pro li:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* .pro li:before {
  background: #f1f1f1;
} */
.pro li:after {
  width: 0;
}
/* .pro li:hover:after {
  width: 100%;
  background: #1e96d5;
} */
.pro li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.pro li:hover .imgbox .p1 {
  display: block;
  opacity: 1;
}
.pro li:hover .art h4 {
  color: #1e96d5;
}
.pro li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.pro li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro li .imgbox .p1 {
  width: 100%;
  display: -webkit-box;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  bottom: -60px;
  left: 0;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: rgba(22, 74, 150, .6);
  transition: all 0.5s ease;
  bottom: 0;
}
.pro li .imgbox .p1 span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 60%;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	padding: 0.5rem 0;
	transition: all .5s ease;
}
.pro li .imgbox .p1 span:after{
	    content: '';
	    position: absolute;
	    left: 50%;
	    bottom: 0;
	    transform: translateX(-50%);
	    width: 60%;
	    height: 1px;
	    background: #fff;
	    transition: all .5s ease;
}
.pro li .imgbox .p1 span:before{
	    content: '';
	    position: absolute;
	    top: 0px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 60%;
	    height: 1px;
	    background: #fff;
	    transition: all .5s ease;
}
.pro li:hover .p1 span:before{
	width: 1rem;
}
@media (max-width: 1680px) {
  .pro li .imgbox .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro li .imgbox .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro li .imgbox .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro li .imgbox .p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro li .imgbox .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro li .imgbox .p1 {
    font-size: 14px;
  }
}
.pro li .imgbox .p1 i {
  font-size: 22px;
  margin-left: 10px;
}
@media (max-width: 1680px) {
  .pro li .imgbox .p1 i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .pro li .imgbox .p1 i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .pro li .imgbox .p1 i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro li .imgbox .p1 i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .pro li .imgbox .p1 i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro li .imgbox .p1 i {
    font-size: 16px;
  }
}
.pro li .art {
  padding: 1.3vw 6px;
}
.pro li .art h4 {
  font-size: 16px;
  color: #333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0.26vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .pro li .art h4 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .pro li .art h4 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro li .art h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro li .art h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .pro li .art h4 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .pro li .art h4 {
    font-size: 16px;
  }
}
.pro li .art .time {
  font-size: 16px;
  color: #b9b9b9;
  font-family: 'Arial';
}
@media (max-width: 1680px) {
  .pro li .art .time {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro li .art .time {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro li .art .time {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro li .art .time {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro li .art .time {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro li .art .time {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .pro li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 30px 0;
  }
}
@media (max-width:768px) {
  .pro li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .pro li .art {
    padding: 15px 0;
  }
}
.proxsbox{
    
}
.fly{
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 47px;
    max-width: 100%;
}
.page-status,.page-index,.page-last{
    
display: none;
}
.page-pre,.page-next{
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    height: 30px;
    background-color: #ddd;
    line-height: 30px;
    color: #fff;
}
.page-pre:hover,.page-next:hover{
    background-color: #1e96d5;
    color: #fff;
}
.page-pre:hover a,.page-next:hover a{
     color: #fff;
}
.page-pre a,.page-next a{
    display: block;
    color: #fff;
}
.page-next a{}
.page-numbar{
    display: inline-block;
    margin: 0px 3px;
}
.page-numbar a{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    background: #f9f9f9;
    line-height: 30px;
    color: #999;
}
.page-numbar a:hover{
     background-color: #1e96d5;
     color: #fff;
}
.page-num-current{
	background-color: #1e96d5;
}
.Prod-conInfo {
  margin-top: 3em;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (min-width: 1025px) {
  .Prod-conInfo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1em;
  }
  .Prod-conInfo .btn-wrap {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.Prod-conInfo-img {
  overflow: hidden;
  width: 50%;
}
@media (min-width: 1025px) {
  .Prod-conInfo-img {
    -ms-flex-preferred-size: 810px;
    /* flex-basis: 810px; */
  }
}
@media (max-width: 1024px) {
  .Prod-conInfo-img {
    padding-top: 0.5em;
  }
}
.Prod-conInfo-img .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.Prod-conInfo-img .swiper-slide {
  background-size: cover;
  background-position: center;
}
.Prod-conInfo-img .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Prod-conInfo-img .swiper-button-next, .Prod-conInfo-img .swiper-button-prev {
  color: #282c2f;
}
.Prod-conInfo-img .swiper-button-next::after, .Prod-conInfo-img .swiper-button-prev::after {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 640px) {
  .Prod-conInfo-img .swiper-button-next, .Prod-conInfo-img .swiper-button-prev {
    width: 2.2em;
    height: 2.2em;
  }
  .Prod-conInfo-img .swiper-button-next::after, .Prod-conInfo-img .swiper-button-prev::after {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.Prod-conInfo-img .Prod_mySwiper2 .swiper {
  height: 80%;
  width: 100%;
  margin-bottom: 0.25em;
}
@media (min-width: 1025px) {
  .Prod-conInfo-img .Prod_mySwiper2 .swiper {
    margin-bottom: 15px;
  }
}
.Prod-conInfo-img .Prod_mySwiper2 .swiper-slide {
  height: 0;
  padding-bottom: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Prod-conInfo-img .Prod_mySwiper2 .swiper-slide img {
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Prod-conInfo-img .Prod_mySwiper {
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
}
.Prod-conInfo-img .Prod_mySwiper .swiper {
  height: 20%;
  padding: 10px 0;
  overflow: hidden;
}
.Prod-conInfo-img .Prod_mySwiper .swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
  border: #dcdcdc 1px solid;
}
.Prod-conInfo-img .Prod_mySwiper .swiper .swiper-slide img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.Prod-conInfo-img .Prod_mySwiper .swiper .swiper-slide-thumb-active {
  border-color: #22297a;
}
@media (max-width: 1024px) {
  .Prod-conInfo-img .Prod_mySwiper .swiper .swiper-slide img {
    height: 70px;
  }
}
.Prod-conInfo-info {
  padding: 0.5em 1.75em;
  width: 38%;
}
@media (min-width: 1025px) {
  .Prod-conInfo-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 2.75em;
  }
}
.Prod-heading {
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.Prod-heading p{
	font-size: 14px;
	color: #595959;
}
.Prod-heading .title-sub {
  font-size: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #262626;
}
.Prod-specList .list ~ .list {
  margin-left: 10px;
}
.Prod-specList .img {
  width: 40px;
  margin: auto;
}
.Prod-specList .txt {
  font-size: 12px;
  font-size: 0.75rem;
  color: #656565;
  line-height: 1.2;
  text-align: center;
  margin-top: 5px;
}
.Prod-unreset {
  margin-top: 5px;
}
.Prod-unreset dl {
  margin-bottom: 0.25em;
}
.Prod-unreset dl dt {
  font-weight: 600;
  margin-bottom: 5px;
}
.Prod-unreset dl dd {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #656565;
}
.Prod-unreset .download_fileCaption {
  margin-bottom: 10px;
}
.Prod-unreset .download_fileInfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Prod-unreset .download_fileBtn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 810px) {
  .Prod-unreset {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  .Prod-unreset dl {
    margin-bottom: 0.25em;
  }
}
.Prod-conTxt {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 1.5em 0;
}
.Prod-conTxt div{
  overflow: hidden;
}
@media (min-width: 1025px) {
  .Prod-conTxt {
    margin-top: 3em;
    margin-bottom: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}


  
.Prod_similarSwiper .cataList .cataImg{
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.Prod_similarSwiper .cataList .cataImg img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  margin: auto;
}

@media (min-width: 1025px) {
  .Prod_similarSwiper .swiper {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
  }

  .Prod_similarSwiper .cataList {
    width: 100%;
    margin-left: 2em;
    margin-right: 2em;
  }
}

@media (max-width:1024px){
  .Prod_similarSwiper .cataList .cataImg + .text-center{
    min-height: 4em;
  }
}
.normal-content{
	width:75%;
}
.prolxwma{
	
}
.prolxwma li{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background-color: #164a96;
}
.prolxwma a{
	color: #fff;
}.prolxwma li:hover{
	background-color: #1e96d5;
}
.prodes{
    
}
.prodesa{
    margin-top: 20px;
    margin-bottom: 60px;
}
.prodesbt{
    display: inline-block;
    float: none;
    background-color: #164a96;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.prodesbt h2{
    font-size: 20px;
}
.prodesnr{
    
}
.newsxqnyc{
	display: flex;
	justify-content: space-between;
}
.news{
    
}
.newsrq{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newsrqimg{
	width: 40px;
	transition: all .5s ease;
}
.news_list li a:hover .newsrqimg{
	background: #164a96;
}
.newsrq img{
	width: 100%;
	padding: 10px;
}
.newsrq p{
    font-size: 24px;
    color: #999999;
}
.newsrq span{
    font-size: 16px;
    font-weight: bold;
    width: 20%;
    padding: 6px 11px;
}
.news .art{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	transition: all .5s ease;
}
.news_list li .art:before {
	        content: '';
	        position: absolute;
	        left: -60px;
	        top: 1rem;
	        display: block;
	        width: 40px;
	        height: 1px;
	        background: #aaa;
	        transition: all .5s ease;
}
.news .art h4{
	
}
.news .art span{
	margin-top: 10px;
}
.newsa{
    
}
.news_list{
    
}
.news_list li{
    padding: 30px 0;
    border-top: 1px solid #DDD;
}
.news_list li a{
    display: flex;
    justify-content: space-between;
}
.news_list li a:hover .newsrq span {
	background: #164a96;
	color: #fff;
}
.news_list li a:hover .newsrq p{
	color: #333;
}
.news_list li a:hover  .art{
	padding-left: 20px;
}
.news_list li a:hover  .art:before{
	width:60px;
}
.news_list li h4{
    
}
.news_list li span{}
.news_list .imgbox{
	width: 20%;
}
.news_list .imgbox img{
	width: 100%;
	max-height: 110px;
}
.support{
    width: 100%;
}
.zxly{}
.zxlyt{overflow: hidden;}
.zxlyt p{
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.zxlyt p:nth-child(1){
    width: 100%;
    margin: 0%;
}
.zxlyt p:nth-child(5){
	display: flex;
}
.zxlyt p span{
    display: block;
    font-size: 16px;
}
.zxlyt p input{border: 0;width: 100%;color: #999;font-size: 13px;border: 1px solid #ddd;padding: 3%;}
.zxlyt p span{}
.zxlyt p textarea{
    border: 0;
    width: 98%;
    padding-top: 2%;
    color: #999;
    padding-bottom: 2%;
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 1%;
    height: 150px;
}
.zxlyb{}
.zxlyb input{
    width: 100%;
    border: 0;
    background: #164a96;
    margin-top: 4%;
    padding: 2% 0%;
    color: #fff;
    font-size: 16px;
}
#slider{
	position: relative;
}
.kf{
	/* display:none; */
	position: fixed;
	z-index: 999;
	top: 44%;
	right: 1%;
}
.kfa{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 180px;
}
.button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(57 51 50);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgb(22 74 150 / 25%);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.button:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: rgb(22 74 150);
  align-items: center;
}

.button:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.button::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: white;
  /* transition-duration: .3s; */
  font-size: 0px;
}

.button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}
.Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: rgb(22 74 150);
  margin-bottom: 10px;
}

/* plus sign */
.sign {
  width: 100%;
  transition-duration: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign svg {
  width: 17px;
}

.sign svg path {
  fill: white;
}
/* text */
.text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition-duration: .3s;
}
.text a{
	color: white;
  font-size: 16px;
  font-weight: 600;
  transition-duration: .3s;
}
/* hover effect on button width */
.Btn:hover {
  width: 290px;
  border-radius: 40px;
  transition-duration: .3s;
}

.Btn:hover .sign {
  width: 30%;
  transition-duration: .3s;
  padding-left: 0px;
}
/* hover effect button's text */
.Btn:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: .3s;
  padding-right: 10px;
}
/* button click effect*/
.Btn:active {
  transform: translate(2px ,2px);
}
.kf img{
	width: 25px;
}
@media (max-width:768px) {
	.kf{
		display:none;
	}
	.navbar-header .top_lg{
		display:block;
	}
}
@media screen and (max-width: 768px){
	#c_portalResnav_main-16474145313728368 .header #navToggle{
		width: 56px;
	}
	#c_portalResnav_main-16474145313728368 .container{
		display: flex;
		align-items: flex-end;
	}
	.ls-wp-container{
		height:300px;
	}
	.probox ul{
		display: flex;
		flex-direction: column;
	}
	.probox ul li{
		width: 100%;
	}
	.pro_tj{
		padding: 0;
	}
	.index_abouta{
		display:flex;
		flex-direction: column;
		align-items: center;
	}
	.index_about{
		padding:0;
	}
	.index_aboutimg{
		width: 98%;
	}
	.index_aboutwz{
		width: 98%;
	}
	.pronr{
		display: flex;
		flex-direction: column;
	}
	.pronrl{
		width: 100%;
		padding: 2%;
	}
	.pronrr{
		width: 100%;
	}
	.probt{
		margin-top:40px;
	}
	.pronrr ul{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.pronrr ul li{
		width: 100%;
	}
	.nyboxa{
		display: flex;
		flex-direction: column;
	}
	.ejdh{
		width:100%;
	}
	.container{
		width:90%;
		/* margin-top: 20px; */
	}
	.Prod-conInfo{
		display: flex;
		flex-direction: column;
		align-items: center;
		overflow: hidden;
	}
	.Prod-conInfo-img{
		width: 100%;
	}
	.Prod-conInfo-info{
		width: 100%;
	}
	.normal-content{
		width: 94%;
		margin: 0 auto;
		overflow: hidden;
	}
	.prolxwma ul{
		display: flex;
	}
	.prolxwma ul li{
		width: 50%;
	}
	.nybanner .wz h3{
		font-size: 26px;
	}

	.news_list li span{
	}
	.news_list li a{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.news_list .imgbox{
		width:100%;
		margin-top: 20px;
	}
}

