body, html{overflow: visible !important;}

  @font-face {
    font-family: 'iconfont';
    src: url('iconfont.woff2?t=1683621559953') format('woff2'), url('iconfont.woff?t=1683621559953') format('woff'), url('iconfont.ttf?t=1683621559953') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 15px;
    font-weight: bold;
}

  *{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0; font-family: 'Poppins', Arial, Helvetica, sans-serif; }/* font-family: 'Poppins',sans-serif;  */
body,textarea,input,button,select,keygen,legend{font-size: 14px;line-height: 24px;color:#666;outline:0;font-style: normal;}


h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

*, ::after, ::before {
	box-sizing: border-box;
}

/** 重置超链接元素 **/
a{text-decoration:none;color:#666;}
a:hover{color:#003f9e;}

/** 重置图片元素 **/
.fl{float:left;}
.fr{float:right;}
.l{ float:left;}
.r{ float:right;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.w1400{ width:1400px;max-width: 95%; margin:auto;}
.w1200{ width:1200px;max-width: 100%; margin:auto;}
.pd06{padding: 0 6%; box-sizing: border-box; }

.topbox{position: fixed; width: 100%; z-index: 99;}
.topgrey{background:#f0f0f0; padding:0.5% 0; font-size: 14px; line-height: 25px; color: #333;}
.topgrey2{background: rgba(255, 255, 255, 0.8);}
.top_bg{z-index: 9;-webkit-transition: 0.5s;transition: 0.5s;height: 100px;}
.top_h{}
.top_h .logo{}
.top_h .logo img{display: block;height:100px;padding: 20px 0;-webkit-transition:0.5s;transition:0.5s;display: none;}
.top_h .logo img.bs{display: block;}
.dh{}
.dh ul li{float: left;}
.dh ul li p a{display: block;line-height: 100px;font-size: 16px;position: relative;color: #fff;padding: 0 30px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a i{font-size: 12px;padding-left: 5px;}
.dh ul li:hover p a{color: #003f9e;}
.dh ul li.on p a{color: #003f9e;}
.dh ul li{position: relative;z-index: 8;}
.dh ul li .dh_fl{position: absolute;left: 0;top: 100px;display: none;min-width: 160px;}
.dh ul li .dh_fl ul{background: #fff;border-radius: 5px;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
.dh ul li .dh_fl ul li{float: none;position: relative;}
.dh ul li .dh_fl ul li a{padding: 0 20px;font-size: 14px;line-height: 44px;color: #666;white-space: nowrap;display: flex;justify-content: space-between;align-items: center;}
.dh ul li .dh_fl ul li a i{padding-left: 20px;font-size: 12px;}
.dh ul li .dh_fl ul li a:hover{color:#003f9e;}
.dh ul li .dh_fl ul li .dh_fl{left: 100%;padding-left: 5px;top: 0;}

.top_ss{margin-left: 2%;}
.top_ss span.button{ display:block; width:30px; height:100px;font-size: 22px;line-height: 100px;text-align: center;color: #fff; cursor:pointer;-webkit-transition:0.5s;transition:0.5s;}
.serach{position:fixed;left: 0; right:0px;top:0px;bottom: 0;z-index:10;display: none;}
.serach2{position:absolute;left: 0; right:0px;background:rgba(0, 0, 0, 0.7); top:0px;bottom: 0;overflow:hidden;z-index:10;display: flex;align-items: center;justify-content: center;}
.serach form{position: relative;width: 100px;max-width: 85%;border-bottom: 1px solid #fff;-webkit-transition:1s;transition:1s;}
.serach.on form{width: 1440px;}
.serach form input[type='text']{font-size:16px; width:100%; height:60px; line-height:60px;padding:0 40px 0 40px; color:#fff;background: none;}
.serach form input[type='text']::-webkit-input-placeholder {color:#fff;}
.serach form input[type='text']:-moz-placeholder{color:#fff;}
.serach form input[type='text']::-moz-placeholder{color:#fff;}
.serach form input[type='text']:-ms-input-placeholder{color:#fff;}
.serach form i{position: absolute;left: 0;top:0px;height:60px;font-size: 20px;line-height: 60px;text-align: center;color: #fff;}
.serach form a{position: absolute;right: 40px;top:0px;font-size: 16px;line-height: 60px;color: #fff;}
.serach form span{position: absolute;right: 0;top:0px;width: 24px;height:60px;cursor: pointer;}
.serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 24px;height:2px;background: #fff;margin: -1px 0 0 -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:after{content:""; position: absolute;left: 50%;top:50%;width: 2px;height:24px;background: #fff;margin: -12px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:hover:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.serach form span:hover:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.top_yy{position: relative;z-index: 2;}
.top_yy span{padding: 0 10px;font-size: 16px;line-height: 100px;color: #fff;display: block;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.top_yy span:after{content: "";float: right;border-top: 6px solid #fff;border-left: 5px solid transparent;border-right: 5px solid transparent;margin-left: 5px;margin-top:47px;-webkit-transition:0.5s;transition:0.5s;}
.top_yy_xl{position: absolute;left:50%;top:100px;background: #fff;display: none;padding: 10px 0;width: 100px;margin-left: -50px;border-radius: 0 0 5px 5px;border-top: 1px solid #eee;}
.top_yy_xl a{display: block;font-size: 14px;line-height: 30px;color: #666;text-align: center;}
.top_yy_xl a:hover{color: #003f9e;}

.head-t{overflow:hidden;transition:all 0.5s;color:#fff; margin-top:38px;}
.head-t a{color:#ffff;}
.head-t p{display:flex; align-items: center;}
.head-t p a{display:block;margin-right:13px;}
.head-t p a img{display:block;}
.head-t p a .al{display:block;}
.head-t p a .a2{display:none;}


.top_bg.on{background:rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on .top_h .logo img.bs{display: none;}
.top_bg.on .top_h .logo img.hs{display: block;}
.top_bg.on .dh ul li p a{color: #333;}
.top_bg.on .dh ul li:hover p a{color: #003f9e; font-weight: 600;}
.top_bg.on .top_ss span.button{color: #333;}
.top_bg.on .top_yy span{color: #333;}
.top_bg.on .top_yy span:after{border-top: 6px solid #333;}
.top_bg.on .head-t p a .al{display:none;}
.top_bg.on .head-t p a .a2{display:block;}

.top_bg.on2{background:rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on2 .top_h .logo img.bs{display: none;}
.top_bg.on2 .top_h .logo img.hs{display: block;}
.top_bg.on2 .dh ul li p a{color: #333;}
.top_bg.on2 .dh ul li:hover p a{color: #003f9e; font-weight: 600;}
.top_bg.on2 .top_ss span.button{color: #333;}
.top_bg.on2 .top_yy span{color: #333;}
.top_bg.on2 .top_yy span:after{border-top: 6px solid #333;}
.top_bg.on2 .head-t p a .al{display:none;}
.top_bg.on2 .head-t p a .a2{display:block;}

.top_bg.on3{top:0px;}

.sp_header, .sjj_nav{display: none;}

.banner{ width:100%; overflow:hidden;position:relative;}

.banner ul li a{display: block;height: 100%;}
.banner ul li .img{overflow: hidden;height: 100%; position: relative;}
.banner ul li .img video{display:block; width:100%;height:100%;-o-object-fit: cover;object-fit: cover;}
/* .banner ul li .img video{position: absolute;left: 0;top: 0; width: 100%;height: 100%;z-index:1;object-fit: cover; opacity: 0.5;} */
.banner ul li .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover; }
.banner ul li .txt{position: absolute;left:0%;top:0%; z-index: 2; text-align: center;width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;} 
.banner ul li .txt .ml1{font-size:60px;line-height:60px;color: #fff;letter-spacing: 2px; font-weight: 600;}
.banner ul li .txt .ml2{font-size:50px;line-height: 50px;color: #fff;margin-top:3%; font-weight: 600;}
.banner ul li .txt .ml3{font-size: 18px;line-height: 24px;color: #fff;margin-top: 20px;}
.banner ul li.swiper-slide-active .txt .ml1{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml2{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1s;animation-delay: 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml3{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.5s;animation-delay: 1.5s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.bandd{ position:absolute; left:0; bottom:25px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd .swiper-pagination-bullet{z-index:2;cursor:pointer;margin:0 6px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.8);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#003f9e;}
.bandd span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #003f9e;width: 18px;height: 18px;border-radius: 50%;}
.banz,.bany{ position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;  -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: rgba(255, 255, 255, 0.4);border-radius: 50%;}
.banz{ left:5%;}
.bany{ right:5%;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}
/* .banner video{display:block; width:100%;height:auto;-o-object-fit: cover;object-fit: cover;} */

@keyframes wave{
	0%{-webkit-transform:translateX(0);transform:translateX(0);}
	50%{-webkit-transform:translateX(50%);transform:translateX(50%);}
	100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes wave2{
	0%{-webkit-transform:translateX(0);transform:translateX(0);}
	50%{-webkit-transform:translateX(-50%);transform:translateX(-50%);}
	100%{-webkit-transform:translateX(0);transform:translateX(0);}
}

/* home-about */
.unify {box-sizing:border-box;}
.unify .theme {color:var(--color);text-transform:uppercase;text-align:center;}
.unify .title {font-size:36px;color:#000;font-weight:500;text-transform:capitalize;text-align:center;}

.home-about {width:100%;height:auto;background-image:url(../img/a_bg.jpg);background-repeat:no-repeat;background-size:100% 100%; padding:4% 0;}
.home-about .pd06 {display:flex;align-items:center;}
.home-about .pd06 .left {width:50%;box-sizing:border-box;padding:0px 5%;border-radius:10%;position:relative;}
.home-about .pd06 .left .img {width:100%;}
.home-about .pd06 .left .img img {width:100%;transform:scale(1);transition:all .2s linear; display: block;}
.home-about .pd06 .left:hover img {transform:scale(.98);}
.home-about .pd06 .left .top {position:absolute;width:40px;height:40px;border-radius:10px;background-color:#f7f9fd;display:flex;align-items:center;justify-content:center;top:-3%;right:7%;z-index:1;}
.home-about .pd06 .left .top::after {content:'';display:inline-block;width:70%;height:70%;border-radius:5px;background-color:#0074c1;}
.home-about .pd06 .left .bottom {position:absolute;bottom:-5%;left:0px;background-color:#f7f9fd;border-radius:10px;width:160px;height:160px;display:flex;align-items:center;justify-content:center;}
.home-about .pd06 .left .bottom div {width:75%;height:75%;background-color:#ebf0fb;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.home-about .pd06 .left .bottom div .num {color:#0074c1;font-size:30px;font-weight:500;line-height:1.2;}
.home-about .pd06 .left .bottom div span {color:#555;font-size:18px;line-height:1.2;}
.home-about .pd06 .right {width:50%;box-sizing:border-box;}
.home-about .pd06 .right .title {margin:10px 0px;text-align:left; color:#0074c1;}
.home-about .pd06 .right .span {color:#444; font-size: 22px; margin-top: 2%;}
.home-about .pd06 .right .text {margin:0px 0px 30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden; font-size: 16px; color: #555; margin-top: 3%;}
.home-about .pd06 .right ul {display:flex;align-items:center;width:100%;padding:0px;flex-wrap:wrap;}
.home-about .pd06 .right ul li {list-style:none;margin:5px 0px;width:50%;}
.home-about .pd06 .right ul li .item {width:100%;display:flex;align-items:center;}
.home-about .pd06 .right ul li .circle {color:#0074c1;margin-right:6px;}
.home-about .pd06 .right ul li .texts {color:#555;font-weight:400; font-size: 15px;}
.home-about .pd06 .right .btn {display:flex;align-items:center;justify-content:center;background-color:#0074c1;color:#FFFFFF;width:150px;height:46px;border-radius:5px;text-decoration:none;margin-top:4%;text-transform:lowercase; font-size: 16px;}


.indexTit {padding:52px 0 42px;position:relative;text-align:center;}
.indexTit .en {font-size:36px;color:#1a2858;font-weight:bold;text-transform:uppercase;}
.indexTit .en span {color:#0074c1;}
.indexTit h3 {font-size:30px;padding:12px 0 0;}
.indexTit h3 .left,.indexTit h3 .right {width:26px;height:4px;display:inline-block;vertical-align:middle;margin:0 10px;background:#d70c18;}
.indexTit p {font-size:18px;padding-top:5px;color:#666666;}


.index_tit{ width: 100%; display: inline-block; }
.index_tit .index_tit_left{ float: left; }
.index_tit .index_tit_left .bt{font-size:40px;line-height:40px; font-weight: bold; color: #111; margin-bottom: 20px;} 
.index_tit .index_tit_left .bt span{ color: #0074c1; }
.index_tit .index_tit_left p{ color: #111; font-size: 16px; line-height: 16px; text-transform: uppercase; padding-top: 8px;}
.index_tit .more{ float: right;  width: 15%;}
.index_tit .more ul{margin-right: -5%; }
.index_tit .more li{width: 45%; float: left; margin-right: 5%;  border: #333 solid 1px; border-radius: 60px; text-align: center;}
.index_tit .more li a{ font-size:15px; color: #333; line-height: 40px;}
.index_tit .more li:hover{background: #003f9e;  border: #003f9e solid 1px;}
.index_tit .more li:hover a{color: #fff;}
/* .a1{ display: block; width: 138px; height: 40px; border: #333 solid 1px; border-radius: 60px; text-align: center; margin-top:10%; float: left; margin-right: 2%;}
.a1 p{ display: inline-block; }
.a1 p span{ display: block; float: left; font-size: 16px; color: #333; line-height: 40px; }
.a1 p i{ display: block; width: 32px; height: 32px; background-position: -149px -325px; float: left; margin-left: 10px; margin-top: 8px; }
.a1:hover{ background-color: #333; }
.a1:hover p span{ color: #fff; } */


/*首页产品*/
.inprobox{padding:3% 0; overflow: hidden; background-size: cover; background: url(../img/p_bg.jpg) no-repeat; background-size: cover;}  
.intitbt{}
.index-title {font-size:40px;line-height:40px;text-align:center;font-weight:bold;padding-bottom:20px;position:relative; color: #fff;}
.index-title:after {content:"";position:absolute;background:#0074c1;width:50px;left:50%;transform:translate(-50%,0%);height:4px;bottom:0;}
.index-title-ms {text-align:center;font-size:18px;margin-top:25px;  color: #fff;}
.grey{color: #111;}

.index-product-hz{margin-top:50px;margin-right:-1%;margin-left:-1%;display: flex; flex-wrap: wrap;}
.index-product-hz a{width:23%;margin-right:1%;margin-left:1%;background:#fff;border-bottom:4px solid #203081;position:relative;float:left;margin-bottom:30px;display: block; }
.index-product-hz a:after{ content:""; position: absolute;width: 0;height:4px;bottom: -4px;left: 50%;-webkit-transition:all .4s;transition:all .4s; background-color:#06764d;}
.index-product-hz a:hover:after{width:100%;left: 0;}
.index-product-box{}
.index-product-wb{padding:15px;text-align:center;font-size:18px;font-weight:bold;}
.index-product-wb p{margin-top:10px;color:#666;font-size:15px;font-weight:normal;}
.index-product-box:before{content:""; width:100%; height:100%; background: rgba(0,0, 0, 0.7); opacity:0; position:absolute; top:0; left:0; transition:all 0.5s;}
.index-product-box:hover:before{opacity:1;}
.index-product-box:after{content:""; width:65px; height:65px; background:url(../img/j.png) center no-repeat; transform:translate(-50%,-50%); position:absolute; top:50%; left:50%; opacity:0; z-index:1; transition:all 0.5s;}
.index-product-box:hover:after{opacity:1;}
.index-product-pic img{width: 100%; display: block;}

.index-product-hz2{margin-top:50px;margin-right:-1%;margin-left:-1%;display: flex; flex-wrap: wrap;}
.index-product-hz2 a{width:23%;margin-right:1%;margin-left:1%;background:#fff;border-bottom:4px solid #1c3071;position:relative;float:left;margin-bottom:30px;display: block; }
.index-product-hz2 a:after{ content:""; position: absolute;width: 0;height:4px;bottom: -4px;left: 50%;-webkit-transition:all .4s;transition:all .4s; background-color:#000581;}
.index-product-hz2 a:hover:after{width:100%;left: 0;}

.more_an {font-size:14px;line-height:46px;color:#fff;background:#1E50B3;padding:0 30px;-webkit-transition:0.5s;transition:0.5s;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;border-radius:10px;}
.more_an .more_an_wz {position:relative;z-index:2;}
.more_an i {font-size:14px;padding-left:10px;position:relative;z-index:2;}
.more_an:after {content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:#FF7A00;-webkit-transition:0.5s;transition:0.5s;z-index:1;}
.more_an:hover:after {width:110%;}
.more_an:hover {color:#fff;}


.page_products_1{padding:4% 0; overflow: hidden;}
.products_264_1 .page_products_box{}
.products_264_1 .page_products_box .page_products_title{text-align: center;color: #1a1a1a;font-size: 34px;margin-bottom: 30px}
.products_264_1 .page_products_ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 3%;}
.products_264_1 .page_products_li{width:32.333%;margin-bottom: 17px;position: relative;overflow: hidden}
.products_264_1 .page_products_li .page_products_li_content{display: none}
.products_264_1 .page_products_li .page_products_li_content{position: absolute;bottom: 80px;left: 10px;z-index: 2; padding: 2%; box-sizing: border-box;}
.products_264_1 .page_products_li .page_products_li_content .page_products_con_li{font-size: 15px;line-height: 26px;color: #fff;padding-left: 20px;box-sizing: border-box;position: relative}
.products_264_1 .page_products_li .page_products_li_content .page_products_con_li:after{content: '';position: absolute;height: 6px;width: 6px;border-radius: 10px;background: #fff;left: 6px;top: 10px}
.products_264_1 .page_products_li .page_img_box img{transition:  all .3s;width: 100%;object-fit: cover;display: block}
.products_264_1 .page_products_li .page_img_box{position: relative}
.products_264_1 .page_products_li:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.5);display: none}
.products_264_1 .page_products_li .page_products_li_title{position: absolute;bottom:0;left: 0;width: 100%;background: #0006;transition: all .3s;z-index: 1}
.products_264_1 .page_products_li .page_products_li_title>div{padding: 0 60px 0 15px;box-sizing: border-box;font-size: 22px;line-height: 54px;color: #fff;display: inline-block;position: relative;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width: 100%;display: inline}
.products_264_1 .page_products_li .page_products_li_title>div:after{content:'';background: url(../img/916428df5d.png) no-repeat center;width: 20px;height: 11px;background-size: contain;margin-left: 30px;display: inline-block;position: absolute;right: 10px;top: 50%;transform: translateY(-50%)}
@media screen and (min-width:991px){
  .page_products_2.products_264_2 .page_products_top .page_products_top_li{transition:  all .3s}
  .page_products_2.products_264_2 .page_products_top .page_products_top_li:hover{background: #0798d1}
  .page_products_2.products_264_2 .page_products_top .page_products_top_li:hover a{color: #fff}
  .products_264_1 .page_products_li:hover .page_products_li_title{background: #0798d1}
  .products_264_1 .page_products_li:hover:after{display: block}
  .products_264_1 .page_products_li:hover .page_products_li_content{display: block}
  /*.products_264_1 .page_products_li:hover .page_img_box img{transform: scale(1.1)}*/

}
@media screen and (max-width:991px){
  .products_264_1 .page_products_li .page_products_li_content .page_products_con_li:after{background: #bfbfbf}
  .products_264_1 .page_products_li{width:48%;margin-bottom: 30px}
	.products_264_1 .page_products_li .page_products_li_title>div{font-size:20px;line-height: 40px}
  .products_264_1 .page_products_li .page_products_li_content .page_products_con_li{font-size: 15px;line-height: 26px}
	.products_264_1 .page_products_li .page_products_li_title{background: #0798d1}
	.products_264_1 .page_products_box .page_products_title{font-size: 42px;margin-bottom: 10px}
	.products_264_1 .page_products_li .page_products_li_title>div{padding-left: 30px}
	.products_264_1 .page_products_li .page_products_li_content{display: block;position: unset;margin-top: 20px}
	.products_264_1 .page_products_li .page_products_li_content .page_products_con_li{color: #4c4c4c}
}

@media screen and (max-width:768px){
  	.products_264_1 .page_products_li .page_products_li_title>div{font-size:18px;line-height: 40px}
  .products_264_1 .page_products_li .page_products_li_content .page_products_con_li{font-size: 14px;line-height:24px}
}

@media screen and (max-width:600px){
  .products_264_1 .page_products_li .page_products_li_content .page_products_con_li:after{top: 7px}
  .products_264_1 .page_products_li{margin-bottom: 20px}
	.products_264_1 .page_products_li .page_products_li_title>div{font-size: 16px;line-height: 40px}
	.products_264_1 .page_products_li .page_products_li_content .page_products_con_li{font-size: 13px;line-height: 20px; margin-bottom: 2%;}
	.products_264_1 .page_products_li .page_products_li_title>div{padding-left: 15px;padding-right: 40px}
	.products_264_1 .page_products_li .page_products_li_content{display: block;position: unset;margin-top: 10px}
	.products_264_1 .page_products_box .page_products_title{font-size: 21px}
}


.sy_xw_bg {background:#f6f6f6; padding: 4% 0;}
.sy_xw_bg .lb {margin-top:50px;display:flex;justify-content:space-between;}
.sy_xw_bg .lb .lb1_l {width:48.5%;border-radius:10px;overflow:hidden;}
.sy_xw_bg .lb .lb1_l .img {overflow:hidden;height:398px;}
.sy_xw_bg .lb .lb1_l .img img {display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_bg .lb .lb1_l .img:hover img {-webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_xw_bg .lb .lb1_l .txt {padding:30px 20px;background:#fff;}
.sy_xw_bg .lb .lb1_l .txt .ml1 {font-size:18px;line-height:24px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sy_xw_bg .lb .lb1_l .txt .ml1:hover {color:#1E50B3;}
.sy_xw_bg .lb .lb1_l .txt .ml2 {padding-top:10px;font-size:14px;line-height:24px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.sy_xw_bg .lb .lb1_l .txt .ml3 {padding-top:10px;display:flex;align-items:center;align-content:center;justify-content:space-between;}
.sy_xw_bg .lb .lb1_l .txt .ml3 .m1 {font-size:14px;line-height:30px;color:#999;}
.sy_xw_bg .lb .lb1_l .txt .ml3 .m2 {font-size:14px;line-height:24px;color:#1E50B3;border:1px solid #1E50B3;padding:0 15px;border-radius:13px;-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_bg .lb .lb1_l .txt .ml3 .m2:hover {color:#fff;border:1px solid #1E50B3;background:#1E50B3;}
.sy_xw_bg .lb .lb1_r {width:48.5%;}
.sy_xw_bg .lb .lb1_r ul li {margin-bottom:20px;}
.sy_xw_bg .lb .lb1_r ul li:last-child {margin-bottom:0;}
.sy_xw_bg .lb .lb1_r ul li a {display:flex;align-items:center;align-content:center;border-radius:10px;overflow:hidden;background:#fff;}
.sy_xw_bg .lb .lb1_r ul li a .img {overflow:hidden;width:40%;height:180px;}
.sy_xw_bg .lb .lb1_r ul li a .img img {display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_bg .lb .lb1_r ul li a .img:hover img {-webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_xw_bg .lb .lb1_r ul li a .txt {width:55%;margin-left:20px;}
.sy_xw_bg .lb .lb1_r ul li a .txt .ml1 {font-size:18px;line-height:24px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sy_xw_bg .lb .lb1_r ul li a .txt .ml1:hover {color:#078ada;}
.sy_xw_bg .lb .lb1_r ul li a .txt .ml2 {padding-top:10px;font-size:14px;line-height:24px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.sy_xw_bg .lb .lb1_r ul li a .txt .ml3 {padding-top:10px;display:flex;align-items:center;align-content:center;justify-content:space-between;}
.sy_xw_bg .lb .lb1_r ul li a .txt .ml3 .m1 {font-size:14px;line-height:30px;color:#999;}
.sy_xw_bg .lb .lb1_r ul li a .txt .ml3 .m2 {font-size:14px;line-height:24px;color:#1E50B3;border:1px solid #1E50B3;padding:0 15px;border-radius:13px;-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_bg .lb .lb1_r ul li a .txt .ml3 .m2:hover {color:#fff;border:1px solid #1E50B3;background:#1E50B3;}
.sy_xw_bg .gd {display:flex;justify-content:center;margin-top:50px;}






footer{clear:both;margin:0px auto;padding:0px;background:url(../img/f_bg.jpg) no-repeat; background-size: cover;}
footer ul{list-style:none;padding:0px}
footer .foot-main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:4% 0px; border-bottom: 1px solid rgba(76, 76, 76, 1);}
footer .foot-main .footitem_left{width:55%; border-right: 1px solid rgba(76, 76, 76, 1);}
footer .foot-main .footitem_left dl{ margin-right: -3%;}
footer .foot-main .footitem_left dd{width:22%; margin-right: 3%; float: left;}
footer .foot-main .footitem_left .footbt{margin-bottom: 3%;}
footer .foot-main .footitem_left .footbt a{font-size: 16px; font-weight: 600; line-height: 30px; margin-bottom: 3%; color: #fff;}
footer .foot-main .footitem_left p a{font-size: 14px; line-height: 35px; color: #b2b2b2;}
footer .foot-main .footitem_right{width: 45%; float: right;}
footer .foot-main .footitem_right ul{}
footer .foot-main .footitem_right li{width: 50%; float: left;}
footer .foot-main .footitem_right li .codeimg{margin: auto; width: 50%;}
footer .foot-main .footitem_right li .codeimg img{width: 100%; display: block;}
footer .foot-main .footitem_right li p{font-size: 14px; line-height: 35px; color: #b2b2b2; text-align: center;}
footer .foot-main .footitem_right li .contactbox{font-size: 14px;  color: #b2b2b2;}
footer .foot-main .footitem_right li .contactbox .conbt{font-size: 18px; margin-bottom: 2%; color: #fff;}
footer .foot-main .footitem_right li .contactbox p{font-size: 14px;  color:rgba(255, 255, 255, 0.5); text-align: left; line-height:30px;}


footer .foot-main .foot-item{width:10%}
footer .foot-title{font-size:22px;font-weight:500;margin-bottom:2%;text-transform:capitalize;color:#000000}
footer .foot-item.foot-info{width:30%;box-sizing:border-box;padding-right:3%}
footer .foot-touch .foot-inner{display:flex;margin-bottom:10px;align-items:flex-start;color:#4f4f4f}
footer .foot-touch .foot-inner .icon{width:20px;display:inline-flex;align-items:center;justify-content:center}
footer .foot-touch .foot-inner .icon em{width: 20px;}
footer .foot-touch .foot-inner .icon em img{width: 100%;}
footer .foot-touch .foot-inner .content{flex:1;padding-left:10px}
footer .foot-touch .foot-inner .content a{transition:all .1s linear}
footer .foot-touch .foot-inner .content:hover a{color:#003f9e}
footer .foot-touch .foot-inner .content span{margin-right:4px}
footer .foot-share{margin-top:20px}
footer .foot-share dl{display:flex;flex-wrap:wrap;margin-right: -10px;}
footer .foot-share dd a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;transition:all .1s linear; margin-right: 10px;}
footer .foot-share dd a img{width:100%; display: block}
footer .foot-share dd a:hover{}
footer .foot-list{display:flex;flex-wrap:wrap}
footer .foot-list li{width:50%}
footer .foot-list li a{display:inline-block;padding:4px 0px;text-transform:capitalize;color:#4f4f4f}
footer .foot-list li a:hover{color:#003f9e}
footer .logo{display:block;margin-bottom:16px}
footer .logo img {width:auto;max-height:60px}
footer .foot-main .foot-item:nth-child(3){width:32%;}
footer .foot-categories .foot-list li{width:100%}
footer .foot-item.foot-code{width:12%}
footer .foot-code img{width:auto;height:140px}
footer .copyright{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;text-align:center;padding:1.5% 0;color:#b2b2b2;font-size:14px}
footer .copyright a{margin-left:10px}
footer .copyright a:hover{color:#003f9e}
footer .gotop{display:flex;justify-content:center;align-items:center;font-weight:var(--fontbold6);cursor:pointer;transform:rotate(180deg);opacity:0}
footer .gotop em{font-weight:var(--fontbold3);font-size:var(--fontsize20)!important;color:#FFFFFF;background:#003f9e;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}
  

.side {position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0;}
.side ul li {width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer;}
.side ul li:hover {background:#005bac;color:#fff;}
.side ul li:hover a {color:#fff;}
.side ul li i {height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s;}
.side ul li i.bgs1 {background-image:url(../img/right_pic5.png);}
.side ul li i.bgs2 {background-image:url(../img/right_pic1.png);}
.side ul li .kfdh {position:absolute;right:79px;top:0px;width:170px;text-align:left;padding:15px 25px;line-height:23px;overflow:hidden;visibility:hidden;opacity:0;transition:all 0.3s;border:1px solid #eee;background:#FFF;font-size:15px;color:#333;box-sizing:border-box;}
.side ul li:hover .kfdh {visibility:visible;opacity:1;}
.side ul li .weixi {position:absolute;right:79px;top:0px;width:150px;text-align:center;padding:15px 25px;line-height:23px;overflow:hidden;visibility:hidden;opacity:0;transition:all 0.3s;border:1px solid #eee;background:#FFF;font-size:15px;color:#333;}
.side ul li .weixi img {width:100%;display:block;clear:both;margin:auto;}
.side ul li:hover .weixi {visibility:visible;opacity:1;}
.side ul li i.bgs3 {background-image:url(../img/right_pic2.png);}
.side ul li i.bgs4 {background-image:url(../img/right_pic1.png);}
.side ul li i.bgs5 {background-image:url(../img/right_pic3.png);}
.side ul li i.bgs6 {background-image:url(../img/right_pic6_on.png);}
.side ul li:hover i.bgs1 {background-image:url(../img/right_pic5_on.png);}
.side ul li:hover i.bgs2 {background-image:url(../img/right_pic1_on.png);}
.side ul li:hover i.bgs3 {background-image:url(../img/right_pic2_on.png);}
.side ul li:hover i.bgs4 {background-image:url(../img/right_pic1_on.png);}
.side ul li:hover i.bgs5 {background-image:url(../img/right_pic3_on.png);}
.side ul li .sidebox {position:absolute;width:78px;top:0;right:0;transition:all .3s;overflow:hidden;}
.side ul li.sidetop {background:#005bac;color:#fff;}
.side ul li.sidetop:hover {opacity:.8;filter:Alpha(opacity=80);}
.side ul li.sideewm .ewBox.son {width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/wmiss.jpg);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0;}
.side ul li.sideewm .ewBox.son2 {width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/code.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0;}
.side ul li.sideetel .telBox.son {width:240px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:0;background:#512E90;}
.side ul li.sideetel .telBox dd {display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px;}
.side ul li.sideetel .telBox dd span {display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px;}
.side ul li.sideetel .telBox dd.bgs1 {background:url(../img/right_pic8.png) 28px center no-repeat;background-color:#512E90;}
.side ul li.sideetel .telBox dd.bgs2 {background:url(../img/right_pic9.png) 28px center no-repeat;}
.side ul li:hover .son {display:block!important;animation:fadein 1s;}
.side ul li:hover .son2 {display:block!important;animation:fadein 1s;}


/*************************************************************************************************/
.i-bana,.n-absc ul,.n-abtab ul,.n-abta,.n-acb ul,.n-coj ul,.n-csx ul,.n-news ul,.n-proa,.n-prs,.n-prsa ul,.n-prxa,.n-prt,.n-prtt ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;}
.i-ban{position: relative;}
.i-ban img{width: 100%; display: block;}
.i-bana{position: absolute;top: 0;left: 0;width:100%;height: 100%;z-index: 1;align-items: center;justify-content: center;font-size:32px;color:#fff;text-transform:uppercase;background:rgb(0 0 0 / 14%); line-height: 40px;}
.i-bana span{display:block;width:50px;height:5px;background:#fff;margin:10px auto 0;}


.pdt60{padding-top: 60px;padding-bottom: 60px;}
.ny_gy_bg{}
.ny_gy{}
.ny_gy .lb{display: flex;align-items: center;justify-content: space-between;}
.ny_gy .img{width:50%;overflow: hidden;position: relative;}
.ny_gy .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.ny_gy .img:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_gy .img .tb{position: absolute;left: 50%;top: 50%;width: 80px;height:80px;margin: -40px 0 0 -40px;font-size: 60px;line-height: 80px;color: #0074c1;z-index: 1;text-align: center;cursor: pointer;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.ny_gy .img .tb span{position: absolute;top: 50%;left: 50%;-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);width: 80px;height:80px;display: block;border: 1px dashed #0074c1;-webkit-border-radius: 100%;border-radius: 100%;}
.ny_gy .img .tb .cirI01{-webkit-animation: jing_max 2.4s linear 0s infinite normal both;animation: jing_max 2.4s linear 0s infinite normal both;}
.ny_gy .img .tb .cirI02{-webkit-animation: jing_max 2.4s linear 0.6s infinite normal both;animation: jing_max 2.4s linear 0.6s infinite normal both;}
.ny_gy .img .tb .cirI03{-webkit-animation: jing_max 2.4s linear 1.5s infinite normal both;animation: jing_max 2.4s linear 1.5s infinite normal both;}
.ny_gy .img .tb:hover{-webkit-animation-name:pulse;animation-name:pulse;}
.ny_gy .txt{width:46%;}
.ny_gy .txt .ml1{font-size: 36px;line-height: 36px;color: #333;font-weight: bold;}
.ny_gy .txt .ml1:after{content: "";display: block;width: 40px;height: 4px;background: #0074c1;margin-top: 25px;}
.ny_gy .txt .ml2{font-size:16px;color: #666;line-height:30px;margin-top:20px;}
.ny_gy.ny_fzlc{margin-top:80px;}
.ny_gy.ny_fzlc .txt{width:100%;}

.ldipss{background:#f5f5f5; padding:3% 0; overflow:hidden;}
.ldipss .swiper-father{position:relative; overflow:hidden; margin-top:2%;}
.ldipss .honor{padding-top:0%;}
.ldipss .honor .swiper-slide{}
.ldipss .honor .swiper-slide img{width:99%; border:1px solid #ccc}
.ldipss .honor .swiper-slide p{font-size:15px;text-align:center;line-height:30px;padding:10px 0; color:#222;}
.ldipss .swiper-father .swiper-button-next,.ldipss .swiper-father .swiper-button-prev{width:45px;height:45px;text-align:center;box-sizing:border-box;}
.ldipss .swiper-father .swiper-button-next i,.ldipss .swiper-father .swiper-button-prev i{ line-height:45px }
.ldipss .swiper-father .swiper-button-next i img,.ldipss .swiper-father .swiper-button-prev i img{vertical-align:middle; width:100%;}
.ldipss .swiper-father .left{right:0;outline:medium; background:rgba(0,0,0,0.65);}
.ldipss .swiper-father .right{left:-0;outline:medium; background:rgba(0,0,0,0.65);}
.ldipss .swiper-father .left:hover i,.ldipss .swiper-father .right:hover i{color:#0074c1;}
.ldipss .swiper-pagination-bi{position:absolute;bottom:-15px;z-index:11;text-align:center; width:100%;}
.ldipss .swiper-pagination-bi .swiper-pagination-bullet{margin:0 5px;}
.ldipss .swiper-pagination-bullet{width:12px;height:12px;background:#bbb;border-radius:10px}
.ldipss .swiper-pagination-bullet-active{background:#0074c1;opacity:1;}
.ldipss .swiper-father .swiper-button-next::after,.ldipss .swiper-father .swiper-button-prev::after{display:none;}

.menuBox{background:#fff;height:auto;line-height:60px;font-size:16px; overflow: hidden; color: #333;}
.menuBox img{display: inline-block; vertical-align: middle; margin-right: 5px; }
.menuBox a{color: #444;}
.menuBox p{font-size: 15px; color: #444;}
.listMenu{font-size: 16px;}
.listMenu a{display:inline-block;position:relative;color:#555;margin-left:30px; }
.listMenu a:hover,.listMenu .cur{color:#0074c1;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#0074c1;width:0;height:2px;transition:all .5s;}
.listMenu .cur::after,.listMenu a:hover::after{width:100%;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#0074c1;border:1px solid #0074c1;color:#fff;}

@media all and (max-width:1024px) { 
    .menuBox {padding:0;height:auto;line-height:45px;text-align:center;} 
    .menuBox p{display: block;}
    .listMenu{width:100%; display: flex;flex-flow:row wrap;justify-content: space-between;overflow: hidden;padding-top:1px;padding-left:1px;background:#f5f5f5;margin-top:0;padding:0;line-height:45px;}
    .listMenu a{flex-grow:1;border:1px solid #ddd;margin:0;margin-left:-1px;margin-top:-1px;padding:0 20px;}
    .listMenu .cur{background:#0074c1;color:#fff;}
}

.ny_bg{background: #f6f6f6; overflow: hidden;}
.subchannel_main{ overflow: hidden; margin-bottom: 3%;}
.subchannel{}
.subchannellist { text-align:center; display: flex;
  align-items: center;
  justify-content: center;
}
.subchannellist dl{display: flex; align-items: center; justify-content: center;}
.subchannellist dd { display:inline;margin-right:0.5%;}
.subchannellist dd a {display:inline-block;padding:0 10px; line-height:36px;color: #333; font-weight: normal; transition: all .5s linear; white-space: nowrap; font-size: 15px;border: 1px solid #bababa; border-radius:8px; }
.subchannellist dd a:hover { background: #0074c1;  color:#fff;text-decoration:none; border-radius: 8px; border: 1px solid #0074c1;}
.subchannellist #current a { background: #0074c1;  color:#fff;text-decoration:none; border-radius: 8px; border: 1px solid #0074c1;}


.ny_cp{}
.ny_cp ul{display: flex;flex-wrap: wrap;}
.ny_cp ul li{width: 23.5%;margin: 0 2% 2% 0;background: #fff;-webkit-transition:0.5s;transition:0.5s;border-radius: 10px;overflow: hidden;}
.ny_cp ul li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);-webkit-transform: translate(0, -5px);transform: translate(0, -5px);}
.ny_cp ul li:nth-child(4n){margin-right: 0;}
.ny_cp ul li .img{overflow: hidden;}
.ny_cp ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li .img:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_cp ul li .txt{padding:20px 40px 40px;text-align: center;}
.ny_cp ul li .txt .ml1{font-size: 22px;line-height: 30px;color: #333;font-weight: bold;}
.ny_cp ul li .txt .ml2{font-size: 16px;line-height: 24px;color: #666;margin-top: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.ny_cp ul li .txt .ml3{display: flex;align-items: center;justify-content: center;margin-top: 20px;}
.ny_cp ul li .txt .ml3 span{font-size: 14px;line-height:36px;color: #fff;background: #0074c1;padding: 0 20px;border-radius: 18px;-webkit-transition:0.5s;transition:0.5s;display: flex;align-items: center;justify-content: center;}
.ny_cp ul li .txt .ml3 span i{font-size: 14px;padding-left: 5px;}
.ny_cp ul li .txt .ml3 span:hover{background: #231815;}

.ny_cp_xq1{display: flex;align-content: flex-start;align-items: flex-start;}
.ny_cp_xq1 .img{width: 45%;display: flex;flex-direction: row-reverse;}
.ny_cp_xq1 .img .cp_xq_qh{border: 1px solid #eee;}
.cp_xq_qhz,.cp_xq_qhy{position: absolute;top: 50%;margin-top: -23px;z-index: 1;font-size: 18px;line-height: 46px;color: #fff;background: rgba(0, 0, 0, 0.2);cursor: pointer;width: 46px;text-align: center;border-radius: 50%;}
.cp_xq_qhz{left: 20px;}
.cp_xq_qhy{right: 20px;}
.ny_cp_xq1 .img .cp_xq_qh{flex: 1;overflow: hidden;width: 100%;}
.ny_cp_xq1 .img .cp_xq_qh ul li{background: #fff;}
.ny_cp_xq1 .img .cp_xq_qh ul li img{display: block;width: 100%;}
.ny_cp_xq1 .img .cp_xq_qh2{width: 18%;height:360px;margin-right: 20px;}
.ny_cp_xq1 .img .cp_xq_qh2 ul li{overflow: hidden;border: 1px solid #eee;}
.ny_cp_xq1 .img .cp_xq_qh2 ul li img{display: block;width: 100%;height: 100%;}
.ny_cp_xq1 .img .cp_xq_qh2 ul li.swiper-slide-thumb-active{border: 2px solid #0074c1;}
.ny_cp_xq1 .txt{width: 55%;padding-left: 4%;padding-top: 10px;}
.ny_cp_xq1 .txt .ml1{font-size: 36px;line-height: 42px;color: #231815;font-weight: bold;}
.ny_cp_xq1 .txt .ml2{border-top: 1px solid #e2e2e2;font-size: 16px;line-height: 30px;color: #333;padding: 20px 0 0;margin-top: 20px;}
.ny_cp_xq1 .txt .ml4{margin-top: 30px;}
.ny_cp_xq1 .txt .ml4 ul{display: flex;}
.ny_cp_xq1 .txt .ml4 ul li{margin-right: 15px;}
.ny_cp_xq1 .txt .ml4 ul li a{display: flex;align-items: center;justify-content: center;font-size: 16px;line-height: 46px;background: #0074c1;color: #fff;padding: 0 50px;-webkit-transition:0.5s;transition:0.5s;border-radius: 23px;}
.ny_cp_xq1 .txt .ml4 ul li:nth-child(2) a{background: #0074c1;color: #fff;}
.ny_cp_xq1 .txt .ml4 ul li a i{font-size: 22px;padding-right: 5px;}
.ny_cp_xq1 .txt .ml4 ul li a:hover{background: #231815;color: #fff;}
.ny_cp_xq1 .txt .ml5{margin-top: 40px;}
.ny_cp_xq1 .txt .ml5 ul{display: flex;flex-wrap: wrap;}
.ny_cp_xq1 .txt .ml5 ul li{width: 50%;}
.ny_cp_xq1 .txt .ml5 ul li:nth-child(n+3){margin-top: 10px;}
.ny_cp_xq1 .txt .ml5 ul li a{display: flex;align-items: center;}
.ny_cp_xq1 .txt .ml5 ul li a img{width: 40px;margin-right: 5px;}
.ny_cp_xq1 .txt .ml5 ul li a p{font-size: 18px;line-height: 40px;color: #333;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp_xq1 .txt .ml5 ul li a:hover p{color: #0074c1;}
.ewmtc_bg{position: fixed;inset: 0;background: rgba(0, 0, 0, 0.7);z-index: 11;display: flex;align-items: center;justify-content: center;display: none;}
.ewmtc_bg.on{display: flex;}
.ewmtc{width: 300px;background: #fff;border-radius: 20px;padding: 10px;position: relative;}
.ewmtc span{display: block;font-size: 20px;color: #333;text-align: center;line-height: 30px;padding: 0px 0 10px;}
.ewmtc img{display: block;width: 100%;border-radius: 20px;}
.ewmtc .guanbi{width: 36px;height: 36px;font-size: 16px;color: #333;display: flex;align-items: center;justify-content: center;position: absolute;left: 50%;margin-left: -18px;bottom: -50px;background: #fff;border-radius: 50%;cursor: pointer;}


.ny_cpxq2{}
.cp_xq_txt{padding-top: 0px;}
.cp_xq_txt .bt{}
.cp_xq_txt .bt span{display: block;font-size: 30px;line-height: 30px;color: #333;border-bottom: 1px solid #eee;padding-bottom: 30px;}
.cp_xq_txt .txt{line-height:30px; font-size:16px; color:#333;margin-top: 30px;}
.cp_xq_txt .txt video{display: block;max-width: 100%;margin: auto;}
.cp_xq_txt .txt img{display: block;max-width: 100%;margin: auto;}
.cp_xq_txt .txt table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;}
.cp_xq_txt .txt table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;background: #f1f3f5;color: #333;line-height: 24px;text-align: left;}
.cp_xq_txt .txt table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;}

.view-page2{position:relative; padding-top:20px;border-top: 1px solid #eee;margin-top: 50px;}
.view-page2 .prev,.view-page2 .next{font-size:16px;line-height:36px;width:45%;}
.view-page2 .prev{float: left;}
.view-page2 .prev a,.view-page2 .next a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.view-page2 a{display:block;color: #666;} 
.view-page2 .next{float: right;text-align:right;}
.view-page2 .prev:hover a{color:#0074c1;}
.view-page2 .next:hover a{color:#0074c1;}


.case-list { margin:0; font-size: 0; overflow: hidden; margin-right: -2%; }
.case-item {position: relative; float: left; margin-right: 2%; margin-bottom: 2%; width:31.333%; overflow: hidden;}
/* .case-item:nth-of-type(3n) { margin-right: 0;} */
.case-item img { width: 100%; height: auto; transition: all .5s; display: block;}
.case-text {position: absolute; bottom: 0; left: 0; width: 100%; height: 56px; font-size: 16px; color: #fff;background-color: #0074c1;display: table; transition: all .5s;}
.case-text span,.case-text i { display: table-cell; vertical-align: middle}
.case-text span {padding: 0 5%; width: 86%;}
.case-text i { width:30px; padding-right: 3%;}
.case-text i img{max-width: 100% !important; display: block; height: auto;}
.case-item:hover .case-text{ background-color: rgba(0, 115, 230, .6);}
.case-item:hover img { transform: scale(1.05); }


.newslist{list-style:none;}
.newslist ul{ margin-right:-2%;display:flex;flex-wrap:wrap;}
.newslist li{width:23%;margin-right:2%; margin-bottom:2em;background:#FFFFFF;border-radius:5px;box-shadow:0 3px 20px 2px rgba(233,233,233,.55);position:relative}
.newslist li:hover .img img{transform:scale(1.02)}
.newslist li:hover .info .title{color:#0074c1}
.newslist li:hover .info .more a{color:#111； transition: all .1s linear;}
.newslist li:hover .info .more a em{margin-left:10px}
.newslist li .img{position:relative;display:flex;align-items:center;justify-content:center}
.newslist li .img img{width:100%;height:100%;object-fit:cover;transition:all .2s linear}
.newslist li .info{position:relative; padding:4%}
.newslist li .info .date{position:absolute;z-index:2;left:20px;top:-30px; margin-bottom:4%;padding:0px 10px;background:#0074c1;color:#FFFFFF;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;font-size:14px}
.newslist li .info .date em{margin-right:5px;font-size:14px}
.newslist li .info .title{display:block;font-size:20px;font-weight:600;line-height:1.2; color: #111;}
.newslist li .info .text{margin:15px 0px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.newslist li .info .more{border-top:1px solid #E9E9E9;padding-top:15px;font-size:14px}
.newslist li .info .more a{display:inline-flex;align-items:center;text-transform:capitalize; transition:margin .2s linear}
.newslist li .info .more a:hover{margin-left:5px;transition:margin .2s linear}
.newslist.list1 li{}
/* .newslist.list1 li:nth-child(3n){margin-right:0px} */
.newslist.list1 li .info{padding:4%}
.newslist.list1 li .info .date{position:absolute;z-index:2;left:20px;top:-30px}
.newslist.list0 li{width:100%;display:flex;align-items:center;flex-wrap:wrap}
.newslist.list0 li .img{width:30%}
.newslist.list0 li .info{flex:1;padding:4%; box-sizing: border-box;}

img.lazy{display:inline-block;opacity:0}
img.lazy,img.tst{transition:opacity .6s,transform .3s ease}
img.loaded{opacity:1}
img:not([src]){visibility:hidden;position:absolute}
.lazy-load{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:30px;height:30px;border:2px solid #000000;border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-radius:100%;animation:circle infinite .75s linear}
@keyframes circle{0%{transform:translate(-50%,-50%) rotate(0)}
100%{transform:translate(-50%,-50%) rotate(360deg)}}
.lazy-wrap{display:block;position:relative;overflow:hidden}
.lazy-wrap::after{content:"";display:block;padding-bottom:50%}
.lazy-wrap.lazy-loaded .lazy-load{-webkit-animation:none;animation:none;display:none}
.lazy-wrap.lazy-loaded::after{padding-bottom:0px}

.contact_content{width:100%;}
.mte_pic2duct-title { font-size:36px; color:#262626; line-height:40px; padding-bottom:0; position:relative; margin-bottom:2%; letter-spacing:-1px; font-weight:600;}
.mte_pic2duct-title2 { font-size:36px; color:#262626; line-height:40px; padding-bottom:0; position:relative; margin-bottom:2%; letter-spacing:-1px; font-weight:600; text-align:center;}

.col_infos {width:48.5%; float:left;padding:0; margin-top:1.8%;}
.col_infos .cotit{color:#0074c1; font-size:28px; line-height:1.75; padding-bottom:3%;}

.cont_ico{overflow:hidden;}
.cont_ico h3{font-size:20px;line-height:1.75;color:#000;margin-bottom:16px;font-weight:normal;}
.cont_ico ul{overflow:hidden;}
.cont_ico ul li{ position:relative; padding-left:50px; font-size:18px; line-height:28px; color:#333; margin-bottom:4%;}
.cont_ico ul li .t-cell{ display:table-cell; height:36px; vertical-align:middle; }
.cont_ico ul .icons{ height:36px; width:36px; position:absolute; left:0; display:flex; background:#0074c1; border-radius:50%; align-items:center;}
.cont_ico ul li img{width:18px; height:18px; margin:0 auto; display:block; vertical-align:middle;}

.col_feb {width:47.5%; float:right;padding:3%; text-align:left; border-radius:10px; background:#fff; box-shadow:0px 0px 65px 0px rgb(0 0 0 / 8%); box-sizing:border-box;}
.co_onr {width:100%; overflow:hidden;}
.co_onr .febt{font-size:32px;line-height:1.2;color:#000;margin-bottom:12px;font-weight:normal;}
.co_onr p{ font-size:16px; line-height:1.5; color:#333; font-weight:300;margin-bottom:3%; overflow:hidden;}
.co_onr ul li{overflow:hidden;float:left;width:49%;}
.co_onr ul li span{display:block; font-size:16px;color:#333;margin-bottom:5px;}
.co_onr ul li i{ display:inline-block; position:relative; width:100%; font-size:14px; color:#666666; text-transform:uppercase;}
.co_onr ul li input{border:none;border:1px solid #ccc;width:100%;line-height:42px;height:42px;background:#fff;padding:0 15px;border-radius:4px;}
.co_onr ul li.mal{ margin-left:2%; margin-bottom:15px;}
.co_onr ul li.long{clear:both;width:100%;margin-bottom:15px;}
.co_onr ul li.long input{width:100%;outline:none;}
.co_onr ul li.long textarea{border:none;height:100px;width:100%;outline:none;border:1px solid #ccc;background:#fff;padding:10px 15px; border-radius:4px; 
  font-size:12px; }
.co_onr ul li.long2{margin-bottom:16px;}
.co_onr ul li.lst{line-height:45px;font-size:15px;width: 100%; padding-bottom:20px;}
.co_onr ul li.lst button{display:inline-block;float:left;width:200px;height:42px;line-height:42px;color:#fff;cursor:pointer;border:none;font-size:16px; 
  text-transform:capitalize;padding-right:0;background:#0074c1;  border-radius:6px;}

