@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto; }
.w1440{ width:1440px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.header_nav{height:90px; width:100%;  z-index:999;  position: absolute; top:0; left:0; padding: 0 3%}
.h_logo{width:100px; height:100px; float: left; display: flex; align-items: center;}
.h_logo img{align-items: center; margin: 0px auto; max-height: 100%; max-width: 100%}
.f_top{background: #fff; position: fixed; box-shadow:0 0 6px rgba(0,0,0,0.1)}
.hh_logo{display: none}





/* 导航栏 */
.header_dao{width:50%; height:90px; float: right; margin-right: 4%}
.nav{width:100%; height:100%;  margin: 0px auto;}
.nav .nLi{ float:left;  position:relative; display:inline; height:100%;    text-align: center;  width:14.2%}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#ffffff;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#ffffff;  position: relative; display: table; margin: 0px auto; line-height:90px; }
.nav .sub{ display:none;left:50%; top:90px;  position:absolute;  line-height:26px; width:160px;  margin-left:-80px;  z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:22px;  background:#eeeeee;text-align: center; padding:5px 0}
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#0d087d}
.nav .nLi.active p{font-weight:bold;}
.nav .nLi:hover p{ font-weight:bold;}
.h_yuyan{float: right; color:#fff; font-size: 16px; background: url(../images/yy_icon.png) no-repeat left center; padding-left:40px; line-height:90px; 
	height: 90px; position: relative}
.h_yuyan:after{content: ""; width: 1px; height:21px; background: #fff; position: absolute; top:50%; left:-30px; margin-top: -10.5px;}
.f_top .hh_logo{display: block}
.f_top .hs_logo{display: none}
.f_top .h_yuyan{ background: url(../images/yyh_icon.png) no-repeat left center; color:#333333; }
.f_top .h_yuyan:after{background: #e8e8e8}
.f_top .nav .nLi h3 a p{color:#333333}
.f_top .nav .nLi.active p{color:#0d087d}



/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner .swiper-slide .ban_li{width:100%; height: auto; display: block}
.banner .swiper-slide .ban_li img{width:100%; display: block; }
.banner .swiper-pagination{bottom:40px;}
.banner .swiper-pagination-bullet{width:10px; height: 10px; background: #fff;}
.ban_info{width:1200px; height: auto; position: absolute; bottom:40%; left:50%; margin-left: -600px; text-align: center; z-index:1}
.ban_info h3{color:#fff; font-size:150px; font-family: "Arial"; font-weight:bold; opacity: 0.1; text-transform: uppercase; position: absolute; top:-20px; left:0; text-align: center; width: 100%}
.ban_info h4{color:#323290; font-size: 46px; text-transform: uppercase; font-weight: bold;}
.ban_info h5{color:#323290; font-size: 30px;  margin:18px 0; font-weight: bold;}
.ban_info h6{color:#323290; font-size: 22px; line-height:26px; font-weight: bold;}
.ban_links{width:auto; display: table; margin:44px auto 0;}
.ban_links a{width:200px; height: 52px; line-height: 52px; text-align: center; float: left; border-radius: 25px; float: left; margin: 0 10px;}
.ban_pro{background: rgba(13,8,125,0.8);}
.ban_jjfa{background: rgba(255,255,255,0.8);}
.ban_pro span{color:#fff; font-size: 16px; background: url(../images/bb_san.png) no-repeat right center; padding-right: 40px;}
.ban_jjfa span{color:#000000; font-size: 16px; background: url(../images/bh_san.png) no-repeat right center; padding-right: 40px;}
.banner .swiper-button-next,.banner .swiper-button-prev{width:50px; height:116px; margin-top: -58px; border: 1px solid rgba(255,255,255,0.5)}
.banner .swiper-button-next{background: url(../images/ban_right.png) no-repeat center; right:0; border-right:0}
.banner .swiper-button-prev{background: url(../images/ban_left.png) no-repeat center; left:0; border-left:0}
.banner .swiper-button-next:hover{background:#0d087d url(../images/ban_right.png) no-repeat center;}
.banner .swiper-button-prev:hover{background:#0d087d url(../images/ban_left.png) no-repeat center;}

.banner .swiper-slide.swiper-slide-active .ban_li img{animation: scaleUpDown2 2s linear forwards;
    -webkit-animation: scaleUpDown2 2s linear forwards;}


@-webkit-keyframes scaleUpDown2 {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown2 {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        transform: scale(1);
        transform: scale(1);
    }
}



/*关于我们*/
.index_about{width:100%; height:auto; overflow: hidden; position: relative; padding:136px 0 130px;  background: url(../images/about_bjs.jpg) no-repeat }
.index_about_left{width:47.5%; height: auto; float: left}
.index_about_left h3{color:#000000; font-size: 36px; font-weight: bold;}
.index_about_left hr{width:37px; height: 7px; background: #0d087d; border: 0; display: block; margin:20px 0 32px}
.index_about_left h4{color:#0d087d; font-size: 30px; font-weight: bold;}
.index_about_left a{width:100%; height: auto; overflow: hidden; color:#000000; font-size: 16px; line-height: 30px; margin-top: 34px; display: block}
.index_about_video{width:47.5%; height: auto; float: right; position: relative; overflow:hidden}
.index_about_video img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_about_video i{width:120px; height: 120px; display: block; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); background: url(../images/v_icon.png) no-repeat center; }
.index_about_num{width:100%; height: auto; overflow: hidden; margin-top: 140px;}
.index_about_num dl{float: left; text-align: center; width: 20%}
.index_about_num dl dt{color:#000000; font-size: 16px;}
.index_about_num dl dt span{color:#0d087d; font-size: 48px; font-weight: bold;}
.index_about_num dl dd{color:#000000; font-size: 16px; line-height:30px; margin-top:12px;}
.index_about_video:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*产品*/
.index_product_top{width:100%; height:490px; background: url(../images/product_bjs.jpg) no-repeat center; padding: 105px 0 140px; background-attachment: fixed; background-size:cover;}
.index_product_top h3{color:#fff; font-size: 36px; font-weight: bold;}
.index_product_top hr{width:37px; height: 7px; background: #fff; border: 0; display: block; margin:18px 0 32px}
.index_product_top h4{color:#ffffff; font-size: 18px; line-height: 36px; width:100%; height: auto;}
.index_product_top a{width:221px; height: 57px; border: 1px solid #fff; font-size: 16px; color: #fff;  display: block; text-align: center; line-height: 57px; margin-top: 84px;}
.index_product_bottom{width:100%; height: auto; overflow: hidden; position: relative}
.index_product_bottom .swiper-slide a{width:100%; display: block; overflow: hidden}
/* .index_product_bottom .swiper-slide a img{width:100%; display: block;} */
.index_product_bottom .swiper-button-next,.index_product_bottom .swiper-button-prev{width:38px; height: 38px; margin-top: -19px;}
.index_product_bottom .swiper-button-next{background: url(../images/p_right.png) no-repeat center; right:1%}
.index_product_bottom .swiper-button-prev{background: url(../images/p_left.png) no-repeat center; left:1%}
.index_product_bottom .swiper-button-next:hover{background: url(../images/p_hright.png) no-repeat center}
.index_product_bottom .swiper-button-prev:hover{background: url(../images/p_hleft.png) no-repeat center}
.index_product_top a:hover{background:#0d087d; color:#fff}


/*解决方案*/
.index_jjfa{width:100%; height: auto; overflow: hidden; background: url(../images/jiejue_bjs.jpg) no-repeat center; background-size: cover; 
	background-attachment: fixed; padding: 95px 0}
.index_jjfa_title{width:100%; height: auto; overflow: hidden}
.index_jjfa_bt{width:76%; height: auto; float: left}
.index_jjfa_bt h4{color:#fff; font-size: 36px; font-weight:bold;}
.index_jjfa_bt hr{width:37px; height: 7px; background: #fff; border: 0; display: block; margin:18px 0 32px}
.index_jjfa_bt p{color:#ffffff; font-size: 18px; line-height: 36px; width: 100%; height: 72px;}
.index_jjfa_more{width:15.5%; height: 57px; line-height: 55px; color:#fff; font-size: 16px; float: right; border: 1px solid #fff; text-align: center; 
	margin-top: 112px;}
	.index_jjfa_more:hover{background:#0d087d; color:#fff}
.index_jjfa ul{width:100%; height: auto; overflow: hidden; margin-top:46px }
.index_jjfa ul li{width:32.6%; height: auto; float: left; margin-bottom: 10px; position: relative; margin-right:1%; overflow: hidden}
.index_jjfa ul li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_jjfa ul li a{width:100%; height: 100%; position: absolute; top:0; left:0; background: rgba(0,53,161,0.2); padding:30% 5% 0; text-align: center}
.index_jjfa ul li:nth-child(3n){margin-right: 0}
.index_jjfa ul li i{width:39px; height: 39px; display: block; margin: 0px auto; background: url(../images/jj_jia.png) no-repeat center}
.index_jjfa ul li h4{color:#fff; font-size: 18px; font-weight: bold; width: 100%; height:30px; line-height: 30px;  text-overflow: ellipsis; overflow: hidden;  white-space: nowrap; text-align: center; margin: 20px 0 15px}
.index_jjfa ul li span{color:#fff; font-size: 16px; text-align: center}
.index_jjfa ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}


/*案例*/
.index_case{width:100%; height:auto; overflow: hidden; position: relative; background: url(../images/case_bjs.jpg) no-repeat center; background-size: cover; padding: 86px 0 125px; background-size: cover; background-attachment: fixed;}
.index_case_title{width:100%; height: auto; overflow: hidden; text-align: center }
.index_case_title h4{color:#fff; font-size: 36px; font-weight:bold;}
.index_case_title hr{width:37px; height: 7px; background: #fff; border: 0; display: block; margin: 18px auto 0}
.picMarquee-left{ overflow:hidden; position:relative; margin-top: 95px; }
.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center; width:30% }
.picMarquee-left .bd ul li a{width:100%; display: block; position: relative; overflow:hidden}
.picMarquee-left .bd ul li a img{width:100%; display: block; position: relative; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.picMarquee-left .bd ul li a h4{width:100%; height: 50px; line-height: 50px; background: rgba(0,0,0,0.3); position: absolute; bottom:0; left:0;  text-align: center; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color:#fff;}
.index_case_more{width:221px; height: 57px; display: block; margin: 0px auto; background: rgba(13,8,125,0.8); text-align: center; line-height: 57px; color: #fff; font-size: 18px; margin-top: 75px;}
.picMarquee-left .bd ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_case_more:hover{background:#fff; color:#0d087d}



/*优势*/
.index_youshi{width:100%; height:920px; overflow: hidden; background: url(../images/youshi_bjs.jpg) no-repeat center; background-size: cover; margin-bottom: 92px; padding: 90px 0 120px; position: relative}
.index_youshi_all{width:100%; height: auto; overflow: hidden;    display: flex; justify-content: flex-end; }
.pc-slide{width: 88%; margin: 0;}
.index_youshi_tab{width: 88%; margin: 0; position: relative}
.in_ys_bt{width:44%; height: auto; overflow: hidden;}
.in_ys_bt h3{color:#000000; font-size: 36px; font-weight: bold;}
.in_ys_bt hr{width:37px; height: 7px; background: #0d087d; display: block; border: 0; margin-top: 25px; margin-bottom:70px;}
.tabs{width:100%; height: auto; overflow: hidden}
.in_ys_nav{color:#000000; font-size: 30px; opacity: 0.5; margin-bottom:40px; float: left; width: 50%}
.in_ys_nav.active{color:#0d087d; opacity: 1}
.index_youshi_tab #tabs-container{width:100%; overflow: hidden; margin:0; }
.content-slide{width:95%; height: auto; overflow: hidden}
.content-slide h3{color:#000000; font-size: 30px; margin-bottom: 52px; line-height:50px; position:relative; padding-top:50px}
.content-slide h3:before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 3px;
   background: #bfbfbf;
    top: 0;
    left: 0.25rem;
}
.content-slide p{color:#333333; font-size:16px; margin-bottom: 52px; line-height: 30px;  height: 90px;  word-break:break-all;display:-webkit-box; 
	-webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.content-slide span{width:221px; height: 57px; border: 1px solid #0d087d; display: block; text-align: center; line-height: 57px; font-size: 16px; color: #000000;}
.content-slide:hover span{background: #0d087d; color:#fff}
.tab_xs{width:54px; height: 3px; background: #bfbfbf; display: block; margin: 15px 0 40px}
.youshi_tab_left{width:44%; height: auto; overflow: hidden; float: left; margin-top:140px;}
.youshi_tab_right{width:52%; height: auto; float: right; position: relative}
.youshi_tab_right .swiper-container .swiper-slide{width:76%;}
.youshi_tab_right .swiper-slide a{width:100%; display: block; overflow:hidden}
.youshi_tab_right .swiper-slide a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.youshi_tab_right .swiper-button-next{width:75px; height: 75px; background: url(../images/ys_right.png) no-repeat center; margin-top: -37.5px; right:10%}
.youshi_tab_right .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}


canvas{display:block;}
.waves{position:absolute;z-index:0;left:0; right:0; bottom:0;height:250px;}
.miso-slide img{width:100%}
.container03{position:relative; z-index:9}
.container03 .left{width: 52%; }
.container03 .left .ul1 li { float: left; line-height:28px; height:56px; width:50% !important; font-size: 20px; color: #9d9e9f; transition: .6s; cursor: pointer; margin-bottom:10px; padding-right:5px}
.container03 .left .ul1 li.miso-current { color: #0d087d }
.container03 .right { position: absolute; top: 0; bottom: 0; right: 0; left:53%; overflow: hidden; }
.container03 .right ul { margin: 0 -3.125rem; margin-right: -60% }
.container03 .right ul li { padding: 0 3rem }
.container03 .right ul li a { display: block; position: relative }
.container03 .right ul li .img { width: 100%; position: relative; padding-bottom: 108.70%; overflow: hidden; background: #000 }
.container03 .right ul li .img:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: #fff 5px solid; opacity: 0; visibility: hidden; transition: .6s }
.container03 .right ul li .img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; opacity: .8 }
.container03 .right ul .miso-next { width:5.3rem; height: 5.3rem;  background: url(../images/ys_right.png) no-repeat center; right: 44.375%; border-radius: 50%; }
.container03 .right ul li.miso-current .img img { opacity: 1 }
.container03 .right ul li.miso-current .img:after { opacity: 1; visibility: visible; }
.fl{ float:left}
.fr{ float:right}
.box_table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
}

.box_table_cell {
    display: table-cell;
    vertical-align: middle;
}

.container03 .ul2{margin-top:40px;}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-bottom: 110px;}
.index_news_nav{overflow: hidden}
.in_news_title{width:auto; float: left}
.in_news_title h4{color:#000000; font-size: 36px; font-weight: bold;}
.in_news_title hr{width:37px; height: 7px; background: #0d087d; display: block; border: 0; margin-top: 25px;}
.news_nav_li{float: right; margin-top: 12px; width: 48%}
.news_nav_li a{width:32%; height: 57px; float: left; border: 1px solid #0d087d; text-align: center; line-height: 57px; font-size: 16px; color: #000000; margin-left:1%;}
.news_nav_li a:hover{background: #0d087d; color:#fff}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top: 68px;  display: flex; justify-content: flex-end;}
.index_news_bottom .swiper-container{width:87%; margin: 0}
.index_news_bottom .swiper-slide{width:30%;}
.index_news_bottom .swiper-slide a{width:100%; height: 288px; overflow: hidden; border: 1px solid #eeeeee;  position: relative; display: block}
.index_news_bottom .swiper-slide a img{width:100%;height:100%; display: block; opacity: 0; object-fit: cover; object-position: center center;}
.in_news_hover{width:100%; height: 100%; position: absolute; top:0; left:0; padding: 8% 8% 0;}
.index_news_bottom .swiper-slide a h4{width:100%; height: 35px; line-height: 35px; color: #000000; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 15px;}
.index_news_bottom .swiper-slide a p{color:#666666; font-size: 16px; width: 100%; height: 90px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; margin-bottom: 35px;}
.in_news_time{width:100%; height: 30px; line-height: 30px;}
.in_news_time span{font-size: 16px; color: #666666; float: left; line-height: 30px;}
.in_news_time i{width:24px; height:30px; background:url(../images/n_jts.png) no-repeat center; float: right}
.index_news_bottom .swiper-slide a:hover img{opacity: 1}
.index_news_bottom .swiper-slide a:hover .in_news_hover{background: rgba(0,0,0,0.4)}
.index_news_bottom .swiper-slide a:hover h4,.index_news_bottom .swiper-slide a:hover p,.index_news_bottom .swiper-slide a:hover span{color:#fff}
.index_news_bottom .swiper-slide a:hover i{background: url(../images/nh_jts.png) no-repeat center}




/*联系我们*/
.index_contact{width:100%; height: 130px; background: url(../images/lianxi_bjs.jpg) no-repeat center; position: relative}
.in_xlx{width:40%; height: auto; float: left; color:#000000; font-size: 30px; line-height: 130px; padding-left: 12%}
.in_join{width:40%; height: auto; float: right; color:#fff; font-size: 30px; line-height: 130px; text-align: right; padding-right: 12%}
.c_logo{width:99px; height: 99px; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); z-index: 9; display: block}



/*底部*/
.footer{width:100%; height:auto;  background:url(../images/footer_bjs.jpg) no-repeat center; background-size: cover;  overflow: hidden; padding: 90px 0 0}
.footer_nav{width:80%; height: auto; float: left}
.footer_nav dl{float: left; width: 16%}
.footer_nav dl dt{width:100%; height: auto; overflow: hidden}
.footer_nav dl dt h4{color:#fff; font-size: 16px; font-weight: bold;}
.footer_nav dl dt hr{width:57px; height: 2px; background: #848587; display: block; border: 0; margin:16px 0}
.footer_nav dl dd{width:100%; height: auto; overflow: hidden; padding-right:7%}
.footer_nav dl dd a{color:#fff; font-size: 14px; display: block; opacity: 0.6;line-height:22px; margin-bottom:12px;}
.footer_nav dl dd a:hover{opacity: 1}
.footer_rinfo{width:20%; height: auto; float: right; text-align: right}
.footer_rinfo h5{color:#fff; font-size: 14px;}
.footer_rinfo h4{color:#0d087d; font-size:24px; font-weight: bold; background: url(../images/dh_icon.png) no-repeat left center; padding-left:40px; 
	line-height: 40px;     display: initial; }
.footer_rinfo p{color:#fff; font-size:16px; line-height: 30px;}
.footer_rinfo .slideTxtBox{ width:155px; overflow: hidden; float: right; margin-top: 20px }
.footer_rinfo .slideTxtBox .hd{width:30px; height: auto; float: left}
.footer_rinfo .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden}
.footer_rinfo .slideTxtBox .hd ul li{width:100%; height: auto; margin-top:15px;}
.footer_rinfo .slideTxtBox .hd ul li img{width:100%; display: block}
.footer_rinfo .slideTxtBox .hd ul li.on{}
.footer_rinfo .slideTxtBox .bd{width:105px; height: auto; float: right}
.bd_li{width:100%; overflow: hidden}
.bd_li img{width:100%; display: block}

.f_copy{width:100%; height: 72px; overflow: hidden; line-height:72px; border-top:1px solid rgba(255,255,255,0.2); margin-top: 50px}
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; float: left}
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#1b518a!important}
.footer_zhichi{width:472px; height:auto; float: right}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#555555; height: 100%; line-height:72px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:26px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:26px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}
.index_link{width:100%; height: auto; overflow: hidden;  padding: 12px 0; background: #e5e5e5}
.index_link p{float: left; color:#333333; font-size:16px; line-height: 30px}
.index_link p span{color:#333333; font-size:16px;}
.index_link_xx{margin-left:185px;}
.index_link_xx a{color:#333; font-size:16px; margin-right: 20px; line-height:30px}
.index_link_xx a:hover{color:#0e80d7}


/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -125px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#0d087d;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}




/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}




.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 20px;}
.inside_banner p.ny_post,.inside_banner p.ny_post a{ text-align: center; color: #fff; font-size: 16px; cursor:pointer}
.inside_banner p.ny_post img{ margin-right: 10px;}
.inside_banner p.ny_post a:hover,.inside_banner p.ny_post span:hover{font-weight:bold; color:#0d087d}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{height:auto; background: #f7f6f4;position: relative; padding:10px 0 15px}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:auto; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height:60px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 20px; display:block}
.nav-wrap li a:hover{font-weight:bold; color:#0d087d}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:0; background: #0d087d; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width: 32.6%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(3n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; width:100%; height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #0d087d;}
.honor_list li:hover .gallery-title{ background: #0d087d; color: #fff;}


/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top:60px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }
.ny_solution_img{width:355px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2; position:relative}
.ny_solution_img:after{content:""; width:100%; height:100%; position:absolute; top:0; left:0; background:rgba(11,166,120,0.5); opacity:0; transition: all 0.4s ease-in-out;}
.ny_product_all ul li:hover .ny_solution_img:after{opacity:1; transition: all 0.4s ease-in-out;}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:745px; height:auto; float:left; margin-left: 50px; padding: 20px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;}
.ny_solution_xx p b{color:#353432}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_product_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover{border:1px solid #0d087d;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more{font-size:16px; color:#666;width: 189px;display: block;line-height: 50px;text-align: center;height: 50px;background: #ddd;}
.yfzx_more:hover{background: #0d087d;line-height: 30px; color: #fff; border: 1px solid #0d087d; padding:10px;}
.ny_solution_xx .ny_yfzx_title h5{width:100%; height:auto; color:#333; font-size:20px;font-weight: bold; line-height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}



/*产品详情页*/
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:507px; height:auto; float: left; border:1px solid #eee}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#0d087d; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:650px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 32px; color: #191919; height:auto; line-height:40px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:58px; background: url(../images/dh1.png) no-repeat left center;padding-left:60px;margin-top: 30px}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height: 70px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #0d087d; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}
.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:100%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:18px;font-weight: bold;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}
.ny_hotnews{width:100%; height:auto; overflow: hidden; }
.ny_hotnews h3{width:100%; height:40px; background: #0d087d; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px; margin-bottom:20px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#0d087d}
.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#0d087d; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:60px;}



/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:32px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 16px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top:16px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:24%; height: auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#0d087d}
.ny_news_all ul li:hover h3{font-weight: bold; color:#0d087d }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_lx_dh,.ny_lx_dh p{width:100%; height:auto;  font-size: 16px; color: #333; line-height: 36px;}
.ny_list_all{width: 100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 60px;}
.ny_news_all ul li:hover .news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:auto; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.ny_cont_wx dl:last-child{margin-right:0}

.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px; padding-bottom: 70px; }
.ny_news_show img{max-width:100%}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #222;font-weight: bold   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #0d087d; position: relative; line-height: 2.8; }
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size:18px; line-height:1.4; color: #000; padding: 15px 0; display: block;}

.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px;}
.inside_banner{ height: 400px; padding-top:180px; position:relative}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center bottom;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center bottom;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center bottom;}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center bottom;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center bottom;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center bottom;}
.pic_ban{background: url(../images/pic_ban.jpg) no-repeat center bottom;}


@media screen and (max-width:1500px){
.w1440{width:1200px;}
	.index_news_bottom .swiper-slide{width:32%}
	.container03 .left .ul1 li{font-size:20px;}
	.index_jjfa ul li a{padding: 18% 5% 0;}
	.content-slide h3{font-size:26px;}
	.container03 .right ul li{padding:0 1rem}
	.news_nav_li{width:58%}
	.index_news_bottom .swiper-container{width:90%}
	.in_ys_bt h3{font-size:34px;}
	.in_ys_bt hr{margin-bottom:35px;}
	.header_dao{width:55%}
}




.ny_erji_san{width:1200px; height:auto; display:block; margin:30px auto; overflow:hidden}
.ny_erji_san ul{width:100%; height:auto; overflow:hidden}
.ny_erji_san li{width:auto; height:40px; line-height:40px; background:#eee; color:#333; text-align:center; font-size:16px; float:left; margin-right:11px; margin-bottom:10px; padding:0 20px;}
.ny_erji_san li a{color:#333;  width:100%; height:auto; display:block; font-size:16px;}
.ny_erji_san li:nth-child(7n){margin-right:0px}
.ny_erji_san li:hover{background:#0d087d; color:#fff}
.ny_erji_san li.active{background:#0d087d; color:#fff}
.ny_erji_san li.active a,.ny_erji_san li:hover a{color:#fff}


.index_product_bottom ul{position: relative;overflow: hidden;width: 100%;    height: 60vh;}
.index_product_bottom ul li{margin-right: 10px; overflow: hidden;}
.index_product_bottom ul li a{width:100%; height: 100%; display: block; overflow: hidden; position: relative; }
/* .index_product_bottom ul li a:after{content: ""; width: 100%; height:100%; background: rgba(0,0,0,0.6); position: absolute; top:0; left:0} */
.img_ar{width:100%; height: 100%;}
.img_ar h3{color: #fff;position: absolute;display: block;left: 25%; top:55%}
.img_ar img{width:100%; height: 100%; object-fit: cover; object-position: center center; display: block}
.index_product_bottom ul li:nth-child(1){background: red}
.index_product_bottom ul li:nth-child(2){background: #000}
.index_product_bottom ul li:nth-child(3){background: #eee}
.index_product_bottom ul li:nth-child(4){background: #ddd; margin-right: 0}
.in_zsjm_one{width:100%; height: auto; overflow: hidden; position: absolute; bottom:4%; padding: 4% 8%; z-index: 9;display: none;}
.in_zsjm_one h4{color:#fff; font-size: 50px;  font-family: 'BAHNSCHRIFT';}
.in_zsjm_one h3{color:#fff; font-size: 20px; font-weight: bold;  }
.in_zsjm_one i{width:48px; height: 16px; display: block; background: url(../images/jmbt.png) no-repeat center; margin-top: 3vh}
.jm_one_img{width:100%; height: 76px; display: flex; align-items: center; margin-bottom: 48px}
.jm_one_img img{max-height: 100%; align-items: center;}
.in_zsjm_one i{width:48px; height: 16px; display: block; background: url(../images/jmbt.png) no-repeat center; margin-top: 3vh}
.jm_one_img{width:100%; height: 76px; display: flex; align-items: center; margin-bottom: 48px}
.jm_one_img img{max-height: 100%; align-items: center;}
.in_zsjm_one p{color:#fff; font-size: 14px; width: 100%; height: 56px; line-height: 28px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
    -webkit-box-orient:vertical; overflow:hidden; margin:1.5vh 0 2vh}
.cur .img_ar h3{display: none !important;}
.cur .in_zsjm_one{display:  block !important;}