html,body{padding: 0;margin: 0;font-size: 16px;color: #333;overflow-x:hidden;     font:14px/1.8 "微软雅黑", "Arial", "Helvetica", "SimHei", "STXihei", sans-serif;}
.wrap{margin: 0 auto; width:94%;}
.wrap1440{margin: 0 auto; width:94%; max-width:1440px}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{outline:none; text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus,select:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.row{margin-right:0; margin-left:0}
dl, ol, ul, p{margin-bottom:0px}


@font-face {
  font-family: "iconfont"; /* Project id 4976387 */
  src: url('../font/iconfont.woff2?t=1752645106868') format('woff2'),
       url('../font/iconfont.woff?t=1752645106868') format('woff'),
       url('../font/iconfont.ttf?t=1752645106868') format('truetype');
}

.iconfont{font-family:"iconfont"!important; font-style:normal;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#aaa; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#fff;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#fff;}

.swiper-button-next:focus,.swiper-button-prev:focus{outline: none;}

/**导航菜单**/

header{width:100%; z-index:999; position:fixed; background:#fff}
header:after{content: ""; position:absolute; width:11.5%; height:100%; background:#004f9c; bottom:0; right:-20px; z-index:1; transform: skew(-20deg, 0deg);}
header .logo{float:left; width:25%;}
header .logo a{width:100%; position:relative; z-index:99;}
header .logo img{margin-top:20px; max-width:42%}


header .rightDiv{float:right; width:70%;}
header .rightDiv .menu{position:relative;}
header .rightDiv .menu ul{width:100%; }
header .rightDiv .menu ul li{float:left; width:15%; height:90px; line-height:90px; text-align:center; position:relative; cursor:pointer; position:relative;}
header .rightDiv .menu ul li a{color:#333; font-size:16px; z-index:10; position:relative; text-transform:uppercase; display:block;  height:40px; line-height:40px; border-radius:20px;  width:90%; margin:0 auto; margin-top:26px;}
header .rightDiv .menu ul li:hover a{color:#004f9c}
header .rightDiv .menu ul li.cur .yj{background:#f80; color:#fff;}

header .rightDiv .menu ul ul{position:absolute; text-align:left; background:#004f9c; box-shadow:0px 5px 5px rgba(0,0,0,.1); width:100%;  left:0; top:90px; opacity:0; overflow:hidden; transition: 0.4s;}
header .rightDiv .menu ul .ej{}
header .rightDiv .menu li:hover ul{opacity:1;}
header .rightDiv .menu li:hover ul li{height:50px; line-height:50px;}
header .rightDiv .menu li:hover ul li a{height:50px; line-height:50px;}
header .rightDiv .menu li ul li{width:100%; height:0px; line-height:0px; display:inline-block; border-bottom: 1px dashed rgba(255,255,255,.2); transition: 0.4s;}
header .rightDiv .menu li ul li a{height:0px; line-height:0px;}
header .rightDiv .menu ul ul li:last-child{border-bottom:none;}
header .rightDiv .menu ul ul li:hover{background:#f80; border-bottom:none; height:70px; line-height:70px;}
header .rightDiv .menu ul ul li:hover a{color:#fff !important; height:70px; line-height:70px;}
header .rightDiv .menu ul ul li a{font-size:16px; color:#fff !important; text-transform:capitalize; font-weight:normal; margin-top:0}
header .rightDiv .menu ul ul li a:hover,header .rightDiv .menu ul li.cur ul li:hover a{color:#fff !important}
header .rightDiv .menu ul ul li a,header .rightDiv .menu ul li.cur ul li a{ color:#fff !important}
header .rightDiv .menu ul ul li a:after{ display:none}


header .rightDiv .menu ul .lang{ float:right}
header .rightDiv .menu ul .lang .yj{background:#fff; color:#999; font-size:16px}
header .rightDiv .menu ul .lang .yj:hover{background:#fff; color:#999; }
header .rightDiv .menu ul .lang i{margin-right:5px; font-weight:normal}


header .search{float:right; width:5%; text-align:center; z-index:9; position:relative}
header .search i{font-size:22px; color:#fff; line-height:90px}

header .mbtn {display: inline-block;width:60px;height:60px;background: url(../images/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header.indexHeader .mbtn{background: url(../images/menu.png) no-repeat center center;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../images/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-fixed header{position:fixed; top:0; left:0; background:rgba(255,255,255,1);  box-shadow:0 0 5px rgba(0,0,0,.2); transition:all 0.3s ease-out;}


.ny header{position:fixed; top:0; left:0; background:rgba(255,255,255,1);  box-shadow:0 0 5px rgba(0,0,0,.2); transition:all 0.3s ease-out;}
.ny header:after{content: ""; position:absolute; width:20%; height:100%; background:#015aaa; bottom:0; right:-20px; z-index:1; transform: skew(-20deg, 0deg);}
.ny header .logo .img02{display:none}
.ny header .logo .img{display:block}
.ny header .rightDiv .menu ul li:last-child a,.ny header .rightDiv .menu ul li:last-child:hover a{color:#fff;}
.ny header .rightDiv .menu ul li a{color:#333;}
.ny header .rightDiv .menu ul li:hover a{color:#015aaa}
@media (max-width:1980px) {
header .logo img{margin-top:16px; max-width:42%}	
}
@media (max-width:1680px) {
header .logo img{max-width:45%;}
header .rightDiv .menu ul li a{ font-size:18px}
}
@media (max-width:1600px) {
header .logo{width:20%;}
header .logo img{max-width:60%;}
header .rightDiv{width:75%;}
}
@media (max-width:1480px) {
header .logo img{max-width:70%;}
.on-fixed header:after{width:11.5%;}
header .rightDiv .menu ul li a{ font-size:16px}
header .rightDiv .menu ul ul li a{ font-size:15px}
}
@media (max-width:1380px) {
.wrap{width:96%;}	
.ny_wrap{width:96%;}
header .search i{font-size:20px}
header .rightDiv .menu ul li a{ font-size:16px}
header .rightDiv .menu ul ul li a{ font-size:14px}
}

@media (max-width:1280px) {
header .rightDiv .menu ul li a{ font-size:16px}
header .rightDiv .menu ul ul li a{ font-size:14px}
}
@media (max-width:1180px) {
header .logo img{margin-top:16px;}
.on-fixed header .logo img{margin-top:16px;}
header .rightDiv{width:74%;}
header .rightDiv .menu ul li a{font-size:15px}
header .search i{font-size:18px}
}
@media (max-width:1024px) {
header:after{ display:none}
header .logo img{max-width:14%; margin-top:10px;}
header .rightDiv .menu ul li a{font-size:13px}
header .search i{font-size:16px}
header .rightDiv .menu ul li{height:70px; line-height:70px;}
header .search i{line-height:70px;}

img{max-width:100%;height:auto!important;}	
header{position:fixed; z-index:9999; top:0; left:auto; right:0; width:100%; height:60px; transition: right 300ms; backdrop-filter:none}
.on-fixed header{height:60px;}
header .mbtn {display: block; top:0}
header .logo{width:90%;}

.on-fixed header .logo img{margin-top:8px;}
.on-fixed header .mbtn{top:0px;}
.on-menu header{height:60px;}
.on-menu header .top{height:0}
.on-menu header .logo img{margin-top:10px;}
.on-menu header .mbtn{top:0px;}
header .rightDiv .menu ul li.en{background: url(../images/en.png) no-repeat 20px center;}	
header .rightDiv .menu ul li.en{padding-left:30px}
header .rightDiv .menu ul .lang .yj{ color:#666}
header .rightDiv .menu ul li.cur{ background:#f80;}
header .rightDiv .menu {float:right; position:fixed; top:0px; right:0; width:100%; height:100%; padding-top:0;background-color: rgba(255, 255, 255, 1); transition: right 300ms; right: -100%; padding:0; overflow-y:auto;}

header .rightDiv .menu ul{width:100%;  padding-top:60px; display:block !important}
header .rightDiv .menu ul li{padding:0; margin:0; width:100%; height: auto; border-top:1px solid rgba(120,120,120,.15); line-height:40px}
header .rightDiv .menu ul li a:after{ display:none}
header .rightDiv .menu ul li:last-child{border-bottom:1px solid rgba(120,120,120,.15);}
header .rightDiv .menu ul li:hover a{text-align:left; height:40px; line-height:40px; width: calc(100% - 50px); position: relative;}
header .rightDiv .menu ul li a{display:block; color:#666; line-height:40px; height:40px; text-align:left;font-size:16px; width: calc(100% - 50px); padding:0 40px 0 20px; margin:0; border-radius:0}


header .rightDiv .menu ul li.cur a{height:40px; line-height:40px; text-align:left; width: calc(100% - 50px);}
header .rightDiv .menu ul li.cur a{color: #666; position:relative}
header .rightDiv .menu ul li.cur ul li a{color: #76b669;}
header .rightDiv .menu ul li:after{ display:none}
header .rightDiv .menu>ul>li:hover, header .rightDiv .menu>ul>li:focus, header .rightDiv .menu>ul>li.active{background: none;}
header .rightDiv .menu ul ul li:hover a{height:40px; line-height:40px;}
header .rightDiv .menu ul ul{top:0; border: 0;    opacity:1; background: transparent;border-bottom:none;padding: 0; display:none !important; }
header .rightDiv .menu li ul.open{display:block !important}
header .rightDiv .menu li:hover ul{ width:100%; display:none}

header .rightDiv .menu ul li a span {display: none;}
header .rightDiv .menu ul li a.on {background: none;}
body.on-menu header .rightDiv .menu {right: 0;}
body.on-menu .main {right: 0;}

header.indexHeader .rightDiv .menu>ul>li.on>a{color: #fff;}
header .rightDiv .menu>ul>li:hover>a{color:#333;}
.menu ul ul{box-shadow: none;}
header .rightDiv .menu .linkDiv{display: none;}
header .rightDiv .menu>ul>li.has-sub{padding: 0;}
header .rightDiv .menu>ul>li>a::before{display: none;}

header .rightDiv .menu ul ul li{width:100%; background:rgba(255,255,255,.4); height:40px; line-height:40px;}
header .rightDiv .menu ul ul li a{font-size:14px; color:#76b669; height:40px; line-height:40px; margin:0 10px;}
header .rightDiv .menu ul li.cur li a{height:40px; line-height:40px}


header .rightDiv .menu>ul>li,header .rightDiv .menu.align-center>ul>li,header .rightDiv .menu.align-right>ul>li{float:none;display:block}
header .rightDiv .menu ul ul ul li a{padding-left:40px}
header .rightDiv .menu ul ul,
header .rightDiv .menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
header .rightDiv .menu>ul>li.has-sub>a::after,header .rightDiv .menu ul ul li.has-sub>a::after{display:none}
header .rightDiv .menu li:hover>ul{left: auto;margin-left: auto;}

#menu-line{display:none}

.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}
.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(120,120,120,.15);height:40px;width:45px;cursor:pointer}
.menu .submenu-button::after{content:'';position:absolute;top:15px;left:22px;display:block;width:1px;height:11px;background:#333;z-index:99}
.menu .submenu-button::before{content:'';position:absolute;top:20px;left:17px;display:block;width:11px;height:1px;background:#333;z-index:99}
.menu .submenu-button.submenu-opened:after{display:none}

.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
.menu ul ul ul{top: 0;}
header .search{ display:none}
body.on-menu header .mbtn{z-index: 1;}	
header .rightDiv .menu ul .lang i{ display:none}

.on-menu header .logo .img{ display:block}
.on-menu header .logo .img02{ display: none}
header .rightDiv .menu ul .ej{width:100%; left:0;}
header .rightDiv .menu li:hover ul li{ height:40px; line-height:40px}
header .rightDiv .menu ul ul li a, header .rightDiv .menu ul li.cur ul li a{ color:#666 !important}
.on-fixed header:after{ display:none}
}
@media (max-width:840px) {
header .logo img{max-width:24%; margin-top:5px;}
.on-menu header .logo img{margin-top:5px;}
.on-fixed header .logo img{margin-top:5px;}
}
@media (max-width:540px) {
header .logo img{max-width:35%;}
}
@media (max-width:430px) {
header{height:45px;}
.on-fixed header{height:45px;}
.on-menu header{height:45px;}
header .rightDiv .menu ul{padding-top:45px;}
header .logo img{width:32%;}
header .mbtn{height:45px; background-size:18px auto; width:45px}
body.on-menu header .mbtn{background-size:18px auto;}
}


/********************************* 首页 **********************************/

/*banner轮播*/
.index-banner{width:100%; position:relative; z-index:998; margin-top:90px}
.index-banner .swiper-slide{overflow:hidden; position:relative;}
.index-banner .swiper-slide:before {content:'';display:block;width:70%;position:absolute;height:100%;background-repeat:no-repeat; z-index:9; background-size:100% 100%;background-position:left center;background-image:url(../images/bj.png);background-repeat:no-repeat;max-width:1080px;}
.index-banner .img{width:100%; height:680px; background-attachment:fixed; background-position:center center; background-size:cover; background-repeat:no-repeat}
.index-banner .img a{display:block; width:100%; height:100%}
.index-banner .index_slogan{position:absolute; top:25%; left:6%; width:80%; text-align:left; visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:.2s; z-index:10}
.index-banner .index_slogan b{font-size:50px; color:#FFF; text-transform:uppercase; text-shadow: 1px 2px 0 rgb(0 0 0 / 20%);}
.index-banner .index_slogan p{font-size:30px; color:#FFF; text-transform:uppercase}
.index-banner .index_slogan span{border:1px solid rgba(255,255,255,.3); color:#fff; background:rgba(255,255,255,.2); backdrop-filter: blur(3px); transition:all 0.3s ease-out; margin-top:60px; border-radius:23px; float:left}
.index-banner .index_slogan span:hover{background:#f80; border:1px solid #f80;}

.index-banner .swiper-pagination-bullets{width:100%; bottom:20px; z-index:2; text-align:center;}
.index-banner .swiper-pagination-bullet{width:10px; height:10px; background:#fff; border-radius:50%; transition:all 0.3s ease-out; margin:0 3px; opacity:.4}
.index-banner .swiper-pagination-bullet-active{width:80px; height:10px; border-radius:20px; background:#f80; opacity:.8}
.index-banner .swiper-pagination-bullet span{ border:none}
.index-banner video{position:relative; z-index:98; width:100%}
@media (max-width:1480px) {
.index-banner .img{height:500px;}
.index-banner .index_slogan{top:28%; left:3%; width:80%;}
.index-banner .index_slogan b{font-size:40px;}
.index-banner .index_slogan p{font-size:20px;}
.index-banner .index_slogan span{margin-top:30px;}
}
@media (max-width:1024px) {
.index-banner{margin-top:60px}	
.index-banner .img{height:380px;}
.index-banner .index_slogan{top:25%;}
.index-banner .index_slogan b{font-size:34px;}
.index-banner .index_slogan p{font-size:18px;}
}
@media (max-width:540px) {
.index-banner .img{height:260px;}	
.index-banner .index_slogan{top:22%;}
.index-banner .index_slogan b{font-size:26px;}
.index-banner .index_slogan p{font-size:14px;}
.index-banner .index_slogan span{margin-top:10px;}
}
@media (max-width:430px) {
.index-banner{margin-top:45px}	
.index-banner .img{height:200px;}	
.index-banner .index_slogan{top:16%; width:90%;}
.index-banner .index_slogan b{font-size:22px;}
.index-banner .swiper-pagination-bullets{bottom:10px;}
}


.index_box{padding:80px 0; position:relative; overflow:hidden; width:100%;}

.tit_box_bt{width:100%; overflow:hidden; margin-bottom:20px}
.tit_box_dh{visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:.2s;}
.tit_box{position:relative; float:left}
.tit_box .tit_en{font-size:18px; line-height:1; text-transform:uppercase; color:#999; margin-bottom:10px; display:block; font-weight:normal}
.tit_box .tit_cn{font-size:32px; line-height:1; color:#222; margin-bottom:10px; display:block;}

.tit_box .tit_span span {display:inline-block; margin:5px; background:#004f9c; height:8px; border-radius:200px}
.tit_box .tit_span span:nth-child(1) {width:10px; animation:fa_span01_ani 1.5s ease infinite alternate}
.tit_box .tit_span span:nth-child(2) {width:50px; animation:fa_span02_ani 1.5s ease infinite alternate; background:#f80;}

.tit_box.white .tit_en,.tit_box.white .tit_cn{color:#fff;}
@keyframes fa_span01_ani {0% {width:10px}
100% {width:50px}
}
@keyframes fa_span02_ani {0% {width:50px}
100% {width:10px}
}

.index_more_dh{visibility:visible; animation-name:fadeInRight; animation-duration:1.5s; animation-delay:.3s;}
.index_more{border:1px solid #004f9c; background:rgba(11,65,155,1); color:#fff; font-size:16px; width:200px; height:46px; line-height:46px; text-align:center; transition:all 0.3s ease-out; border-radius:23px; float:right; display:block; margin-top:20px}
.index_more i{transition:all 0.3s ease-out;}
.index_more:hover{background:#f80; border:1px solid #f80; width:230px; color:#fff}
.index_more:hover i{margin-left:10px}

.pro_menu{width:70%; float:right; text-align:right; margin-top:20px; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s; animation-delay:.2s;}
.pro_menu a{display:inline-block; height:46px; line-height:46px; text-align:center; color: #666; margin-left:1%; background-color:#fff; border-radius:23px; transition:all 0.3s ease-out; width:150px; border:1px solid #ddd; background:rgba(255,255,255,1); font-size:16px}
.pro_menu a.active{border:1px solid #004f9c; background:#004f9c; color:#fff;}
.pro_menu a:hover{border:1px solid #f80; background:#f80; color:#fff; width:180px;}
@media (max-width:1380px) {
.index_box{padding:60px 0;}
}
@media (max-width:1180px) {
.pro_menu a{width:120px}	
.pro_menu a:hover{width:140px;}
}
@media (max-width:1024px) {
.index_more{font-size:14px; width:180px; height:40px; line-height:40px; border-radius:20px;}
.index_more:hover{width:200px;}

.tit_box .tit_en{font-size:16px;}
.tit_box .tit_cn{font-size:26px;}

.pro_menu a{font-size:14px; height:40px; line-height:40px; border-radius:20px; width:120px;}
.pro_menu a:hover{width:140px;}
}
@media (max-width:992px) {
.index_box{padding:40px 0;}
.pro_menu{width:80%;}
}
@media (max-width:840px) {
.pro_menu a,.pro_menu a:hover{width:18%;}
}
@media (max-width:540px) {
.index_box{padding:30px 0;}
.index_more{width:160px; height:36px; line-height:36px; border-radius:18px;}
.index_more:hover{width:200px;}

.tit_box,.pro_menu{width:100%}
.pro_menu{margin-top:5px;}
.pro_menu a{width:31.333%; margin:0 0.5% 5px; display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; float:left; padding:0 10px}
.pro_menu a:hover{width:31.333%;}
}
@media (max-width:430px) {
.tit_box_bt{margin-bottom:10px}	
}


/*首页推荐分类*/
.index_class{ background:#f5f5f5; background-repeat:no-repeat; background-position:center center; background-attachment:fixed; background-size:cover}

.index_products_list{width:100%; overflow:hidden; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s; animation-delay:.2s;}
.index_products_list .swiper-slide{width:100%; overflow:hidden;}

.index_products_list .swiper-slide {overflow:hidden; background:#fff; -webkit-box-shadow: 0 3px 3px rgb(0, 0, 0, .1); box-shadow: 0 3px 3px rgb(0, 0, 0, .06); position: relative; padding:10px;}
.index_products_list .swiper-slide a{width:100%; display:block; position:relative}
.index_products_list .swiper-slide .pro{width:100%; height:280px; position:relative; overflow:hidden; z-index:9; display:block; padding:0; background:#f4f3f8; z-index:98}
.index_products_list .swiper-slide .pro .img{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.index_products_list .swiper-slide .pro .img img{display:block; max-width:90%; max-height:90%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; transition:all 0.3s ease-out;}
.index_products_list .swiper-slide .wz{width:100%; padding:10px; position:relative; z-index:9;}
.index_products_list .swiper-slide .wz b{font-size:16px; color:#333; text-align:center}
.index_products_list .swiper-slide .wz p{font-size:14px; color:#666; line-height:25px}
.index_products_list .swiper-slide .wz span{border:1px solid #eee; background:rgba(11,65,155,0); color:#999; width:100%; height:36px; line-height:36px; text-align:center; transition:all 0.3s ease-out; border-radius:16px; display:block; margin-top:10px}
.index_products_list .swiper-slide:hover .wz b{color:#004f9c;}
.index_products_list .swiper-slide:hover .wz span{border:1px solid #f80; background:#f80; color:#fff;}


.index_products_list .swiper-button-next,.index_products_list .swiper-button-prev{color:#fff; background:rgba(0, 0, 0, .3); width:50px; line-height:50px; height:50px; border-radius:50%; font-size:18px; text-align:center; transition:all .3s ease-out; z-index:998}
.index_products_list .swiper-button-next:hover,.index_products_list .swiper-button-prev:hover{background:#f80;}
.index_products_list .swiper-button-prev{left:8%; top:60%; transform: translate(-8%, -50%);}
.index_products_list .swiper-button-next{right:8%; top:60%; transform: translate(-8%, -50%);} 

.swiper-button-next:after,.swiper-button-prev:after{ display:none}
@media (max-width:1780px) {
.index_products_list .swiper-button-prev{left:4%; transform: translate(-4%, -50%);}
.index_products_list .swiper-button-next{right:4%; transform: translate(-4%, -50%);} 	
}
@media (max-width:1680px) {
.index_products_list .swiper-button-prev{left:2%; transform: translate(-2%, -50%);}
.index_products_list .swiper-button-next{right:2%; transform: translate(-2%, -50%);} 	
}
@media (max-width:1600px) {
.index_products_list .swiper-button-prev{left:1%; transform: translate(-1%, -50%);}
.index_products_list .swiper-button-next{right:1%; transform: translate(-1%, -50%);} 	
}
@media (max-width:1480px) {
.index_products_list .swiper-button-prev{left:0; transform: translate(0, -50%);}
.index_products_list .swiper-button-next{right:0; transform: translate(0, -50%);} 	
}
@media (max-width:540px) {
.index_products_list .swiper-button-next,.index_products_list .swiper-button-prev{ display:none}	
}

/*首页关于我们*/
.index_data{background-image:url(../images/img03.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; background-attachment:fixed}
.index_about_data{width:100%; overflow:hidden;}
.index_about_data02{visibility:visible; animation-name:fadeInRight; animation-duration:1.5s; animation-delay:.2s;}
.index_about_data li{float:left; width:25%; text-align:center; color:#fff; }
.index_about_data li .count-title{font-weight:bold; font-size:50px; position:relative; color:#f80}
.index_about_data li em{font-size:18px; font-style:normal; padding-left:5px; opacity:.6}
.index_about_data li b{ display:block; font-size:18px; font-weight:normal; opacity:.6}
@media (max-width:1980px) {
.index_about_data li .count-title{font-size:45px;}
.index_about_data li em,.index_about_data li b{font-size:16px;}
}
@media (max-width:1024px) {
.index_about_data li .count-title{font-size:35px;}	
}
@media (max-width:540px) {
.index_about_data li{width:50%;}	
}



/*首页关于我们*/
.index_about{}
.index_about_img{width:45%; float:right; position:relative; z-index:100; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s; animation-delay:.2s;}
.index_about_txt{width:50%; float:left;}
.index_about_txt .wz{visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:.2s;}
.index_about_txt p{font-size:16px; color:#666; line-height:35px; text-indent:2em}

.index_about_more{width:100%; position:relative; z-index:101; margin-top:40px; visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:.3s;}
.index_about_more li{float:left; width:23.5%; text-align:center; background:#fff; margin-right:2%; padding:20px 0; box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2); visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s;}
.index_about_more li i{display:block; font-size:50px; color:#f80;}
.index_about_more li p{display:block; font-size:18px; color:#666; display:block; text-indent:0}
.index_about_more li:last-child{margin-right:0;}
.index_about_more li:hover{background:#004f9c;}
.index_about_more li:hover i,.index_about_more li:hover p{color:#fff}
.index_about_more li:nth-child(1){animation-delay:.2s;}
.index_about_more li:nth-child(2){animation-delay:.3s;}
.index_about_more li:nth-child(3){animation-delay:.4s;}
.index_about_more li:nth-child(4){animation-delay:.5s;}
@media (max-width:1380px) {
.index_about_more li{padding:5px 0 15px;}	
}
@media (max-width:1024px) {
.index_about_img{width:100%;}
.index_about_txt{width:100%; margin-bottom:20px}	
.index_about_more li p{font-size:16px}
.index_about_more{margin-top:20px;}
}
@media (max-width:540px) {
.index_box .index_more{ position:absolute; right:4%}
}
@media (max-width:430px) {
.index_about_more li{width:50%; margin:0}	
}


/*首页新闻资讯*/
.index_news{width:100%; overflow:hidden; background:#f5f5f5}
.index_news_box{width:100%; position:relative;}
.index_news_box li{width: calc(25% - 20px); margin:0px 10px; float:left; background:rgba(255,255,355,.98); backdrop-filter:blur(3px); overflow:hidden; transition:all 0.3s ease-out; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s;}
.index_news_box .img{width:100%; height:200px; position:relative; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.index_news_box .img span{font-size:16px; margin:20px; padding:5px; display:block; color:#fff;  background:rgba(11,65,155,.9); width:120px; text-align:center; float:right}
.index_news_box .wz{width:100%; overflow:hidden; background:rgba(255,255,255,0); padding:20px; color:#ccc;}
.index_news_box .wz b{font-size:16px; display:block; color:#333}
.index_news_box .wz p{font-size:14px; line-height:30px; color:#666;}

.index_news_box li:nth-child(1){animation-delay:.2s;}
.index_news_box li:nth-child(2){animation-delay:.3s;}
.index_news_box li:nth-child(3){animation-delay:.4s;}
.index_news_box li:nth-child(4){animation-delay:.5s;}
.index_news_box li .wz span{border:1px solid #eee; background:rgba(11,65,155,0); color:#999; width:100%; height:36px; line-height:36px; text-align:center; transition:all 0.3s ease-out; border-radius:16px; display:block; margin-top:10px}
.index_news_box li:hover .wz span{border:1px solid #f80; background:#f80; color:#fff;}
@media (max-width:1180px) {
.index_news_box .img{height:160px;}
}
@media (max-width:1024px) {
.index_news_box .img{height:240px;}
.index_news_box li{width:49%; margin:0; margin-bottom:20px}
.index_news_box li:nth-child(even){float:right;}
}
@media (max-width:540px) {
.index_news_box li{width:100%;}
.index_news_box .img{height:280px;}
.index_news_box .img span{margin:10px; font-size:14px;}
.index_news_box .wz{padding:10px;}
}
@media (max-width:430px) {
.index_news_box .img{height:240px;}	
}


/*首页合作伙伴*/
.index_partner{width:100%; overflow:hidden;  background-image:url(../images/img01.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; background-attachment:fixed}
.index_partner_box{position:relative; width:100%; overflow:hidden;}
.index_partner_box.dh{visibility:visible; animation-name:fadeInUp; animation-duration:1.5s; animation-delay:.3s;}
.index_partner_box .swiper-slide{width:100%; overflow:hidden;}
.index_partner_box .swiper-slide .pic{display:block; width:100%; height:100px; overflow:hidden; padding:0; position:relative;}
.index_partner_box .swiper-slide .pic .img{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border-bottom:none}
.index_partner_box .swiper-slide .pic .img img{display:block; max-width:80%; max-height:80%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;}

.index_partner_box .swiper-pagination-bullets{width:100%; bottom:0; z-index:2; text-align:center;}
.index_partner_box .swiper-pagination-bullet{width:10px; height:10px; background:#fff; border-radius:50%; transition:all 0.3s ease-out; margin:0 3px; opacity:.4}
.index_partner_box .swiper-pagination-bullet-active{width:80px; height:10px; border-radius:20px; background:rgba(238,28,37,1); opacity:.8}
.index_partner_box .swiper-pagination-bullet span{ border:none}
@media (max-width:992px) {
.index_partner_box .swiper-slide .pic{height:120px;}		
}
@media (max-width:540px) {
.index_partner_box{ padding-bottom:0}
.index_partner_box .swiper-slide .pic{height:80px;}		
}
@media (max-width:430px) {
.index_partner_box .swiper-slide .pic{height:80px;}
}




/**底部**/
.footer{width:100%; overflow:hidden; padding:80px 0 60px; position:relative; background:#111;}
.footer b{font-size:20px; color:#fff; display:block; text-transform:uppercase}
.footer b:after{content: ""; width:20px; height:3px; background-color:#004f9c; display:block; margin:10px 0 15px}
.footer .foot_name{width:12%; float:left; margin-right:5%;}
.footer .foot_logo{width:100%;}

.footer .foot_nav{width:25%; overflow:hidden; float:left}
.footer .foot_nav li{width:100%;}
.footer .foot_nav li a{font-size:16px; color:#fff; margin-bottom:10px; display:block}
.footer .foot_nav02{width:70%; float:left}
.footer .foot_nav02 li{width:50%;  float:left}

.footer .foot_cont{width:25%; float:left;}
.footer .foot_cont p{color:#fff; font-size:16px; margin-bottom:10px}
.footer .foot_cont a{color:#fff}

.footer .foot-right{width:10%; float:right;}
.footer .foot-right img{width:90%; margin-top:8px}

.foot_box{width:100%; overflow:hidden; background:#111; height:40px; line-height:40px; color:#fff; font-size:14px; border-top:#222 solid 1px}
.foot_box .boxl{ width:60%; float:left}
.foot_box .boxr{ width:40%; float:right; text-align:right}
.foot_box a{color:#fff; font-size:14px; margin-left:10px}
.foot_box i{ font-size:28px}
.foot_box a:hover i{color:#ee1c25}
@media (max-width:1480px) {
.footer b{font-size:22px;}
.footer .foot_nav li a{font-size:16px; margin-bottom:15px;}
.footer .foot_cont p{font-size:16px; line-height:30px; margin-bottom:15px}
}
@media (max-width:1380px) {
.footer{padding:60px 0;}
}
@media (max-width:1024px) {
.footer b{font-size:18px;}
.footer .foot_name{display:none}	
.footer .foot_nav{width:25%;}
.footer .foot-right{width:15%;}	
.footer .foot_nav li a{font-size:14px; margin-bottom:10px}
.footer .foot_cont p{font-size:14px; margin-bottom:10px; line-height:25px}
.foot_box,.foot_box a{font-size:12px;}
}
@media (max-width:540px) {
.footer{padding:20px 0 10px;}
.footer .foot_cont{width:100%;}
.foot_box{ height:auto; line-height:20px; padding:10px 0}
.foot_nav:nth-child(1),.foot_nav:nth-child(2),.foot_nav:nth-child(3),.foot_nav:nth-child(4){ display:none}
.foot_box .boxl{ width:100%;}
.foot_box .boxr{ width:100%; display:none}
.footer .foot-right{display:none}
}




.all_back {position:fixed; right:30px; bottom:30px; z-index:9999; display:none; cursor:pointer; background:rgba(32,60,160,.7); width:50px; height:50px; line-height:50px;  -webkit-transition:all 0.6s linear;transition:all 0.6s linear; text-align:center; }
.all_back i {color:#fff; display:block; font-style:normal; font-size:24px}
.all_back:hover {background:rgba(32,60,160,1); border-radius:50%;}
.all_back:hover i{ color:#fff;}
@media (max-width:540px) {
.all_back{right:20px; bottom:20px;}	
}


/**搜索**/
#pop__search {display:none;margin-bottom:0;position:relative}
#pop__search .box {width:680px;height:52px;background:#fff;border:1px solid #ddd;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}
#pop__search .box form {display:block;width:100%;height:50px;position:relative;padding-right:50px}
#pop__search .box form .btn01 {width:100%;height:50px;line-height:50px;border:none;background:none;outline:0;padding:0 0 0 20px;font-size:14px;color:#666}
#pop__search .box form .btn01::-webkit-input-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn01::-moz-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn01:-moz-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn01:-ms-input-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn02 {display:block;width:50px;height:50px; line-height:50px; border:none;background:none;outline:0;position:absolute;right:0;top:0}
#pop__search .box form .btn02 i {vertical-align:top;margin-top:0px; color:#333;font-family:"iconfont" !important;font-size:24px;font-style:normal;}
#pop__search .box form .btn02:hover svg {color:#0000ff}

/**漂浮**/
.online_q {position:fixed;right:2px;bottom:30%;z-index:999}
.online_q .btn2 {width:73px;height:73px;margin-bottom:5px;cursor:pointer;position:relative;font-size:12px;transition:.3s}
.online_q .btn2 span i{display:block; font-size:30px; height:50px; line-height:50px;}
.online_q .btn2 span {display:block;width:100%;height:100%;text-align:center ;border-radius:10px; position:relative; z-index:999;overflow:hidden;transition:.3s;-webkit-transition:.3s;font-size:12px;color:#FFFFFF;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; background:rgba(1,90,170,.9);}
.online_q .btn2.btn-top span{background:#ee1c25; color:#fff;}
.online_q .btn2.btn-top span p{font-weight:bold}
.online_q .btn2 .open.tel a{ color:#fff; font-size:16px}
.online_q .btn2 .open.pic {position:absolute;background:#015aaa;width:140px;height:140px;right:140px;top:50%;margin-top:-50px;text-align:right;opacity:0;transition:.6s;-webkit-transition:.6s;visibility:hidden}
.online_q .btn2 .open.pic:before {content:"";display:block;width:0;height:0;border:10px solid transparent;border-left:10px solid #015aaa;position:absolute;right:-15px;top:45%;margin-top:-10px}
.online_q .btn2 .open.pic img {width:120px;height:120px;margin-top:10px;margin-right:10px}
.online_q .btn2 .open.tel {position:absolute;background:#015aaa;width:200px;height:50px;border-radius:25px;color:#fff;font-size:18px;font-family:arial;text-align:center;line-height:50px;right:100px;top:50%;margin-top:-25px;opacity:0;transition:.6s;-webkit-transition:.6s;visibility:hidden}
.online_q .btn2 .open.tel:before {content:"";display:block;width:0;height:0;border:10px solid transparent;border-left:10px solid #015aaa;position:absolute;right:-16px;top:50%;margin-top:-10px}
.online_q .btn2:hover .open.pic {opacity:1;right:90px;visibility:visible}
.online_q .btn2:hover .open.tel {opacity:1;right:90px;visibility:visible}
.online_q #gotop {transition:.5s;overflow:hidden;height:73px}
.online_q #gotop.hide {height:0}
@media (max-width:540px) {
.online_q .btn2{width:40px;height:40px;}
.online_q .btn2 span i{font-size:20px; height:40px; line-height:40px;}
.online_q .btn2 p{ display:none}
.online_q #gotop.hide{height:40px !important;}
.online_q .btn2:hover .open.tel,.online_q .btn2:hover .open.pic{ right:50px}
}


