html,body{padding: 0;margin: 0;font-family:"微软雅黑";font-size: 16px;color: #333;overflow-x:hidden;}
.wrap{max-width:1400px;margin: 0 auto; width:96%; overflow:hidden}
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{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: 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;}
.ovh5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;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 3695513 */
  src: url('../font/iconfont.woff2?t=1665380826114') format('woff2'),
       url('../font/iconfont.woff?t=1665380826114') format('woff'),
       url('../font/iconfont.ttf?t=1665380826114') 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;}

/**导航菜单**/
.on-fixed header{background:rgba(0,0,0,.8); height:60px;}
.on-fixed header .header-container{margin-top:-149px}


header{position:fixed; top:0; left:0; width:100%; z-index:99; background:rgba(0,0,0,.8); transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;}
.ny_header header{background:rgba(0,0,0,1);}
header:after{content:""; position: absolute; background:rgba(255,255,255,.3); height:1px; width:100%; bottom:60px; left:0}
header .header-container{max-width:1400px; margin:0 auto; width:100%; padding:30px 0; transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;}

header .ss_box{width:33%; display:inline-block}
header .ss_box .search_box{width:50px; height:50px; line-height:50px; border:none; background:rgba(255,255,255,.2); transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;}
header .ss_box .search_box .ss_an{border:none; background:none; float:left; width:50px; cursor: pointer;}
header .ss_box .search_box .ss_an i{ font-size:16px; color:#FFF}
header .ss_box .search_box .ss_input{border:none; background:none; height:50px; line-height:50px; color:#f5f5f5;  width:0; float:left; outline:none; font-size:14px;}
header .ss_box .search_box:hover{width:250px;}
header .ss_box .search_box:hover .ss_input{width:200px;}

header .logo{width:33%; display:inline-block; text-align:center}
header .logo img{width:300px}

header .buy{width:20%; display:inline-block; text-align:right; position:relative}
header .buy a{color:#FFF; line-height:50px; top:-30px; right:0; display:block; position:absolute}
header .buy i{padding-right:10px; font-size:28px;}
header .buy p{ float:right; font-size:14px; text-transform:uppercase}

header .language{width:12%; display:inline-block; position:relative; height:50px;}
header .language .lang{width:140px; color:#fff; position:absolute; top:20px; right:0; line-height:50px; text-align:right; cursor:pointer}
header .language .lang i{padding-right:10px; font-size:28px; float:left; display:block; }
header .language .lang p{float:left; font-size:14px; display:block; text-transform:uppercase}
header .language ul{position:absolute; width:140px; top:70px; right:0; background:rgba(255,255,255,1); text-align:center; opacity:0; overflow:hidden; z-index:9999; transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;}
header .language ul li a{width:100%; height:0px; line-height:0px; display:block; color:#999; border-bottom:1px solid #eee; font-size:13px}
header .language ul li a:hover{color:#000}
header .language:hover ul{opacity:1;}
header .language:hover ul li a{height:40px; line-height:40px;}

header .rightDiv{width:100%;}
header .rightDiv .menu{position:relative; max-width:1400px; width:100%; margin:0 auto}
header .rightDiv .menu ul{width:100%}
header .rightDiv .menu ul li{float:left; text-align:center; cursor:pointer; position:relative; padding:0 4%; width:16.666%}
header .rightDiv .menu ul li .yj{display:block; font-size:14px; height:60px; line-height:60px; width:100%; 
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: -webkit-gradient(linear, left top, right top, from(fff), color-stop(50%, #fff), color-stop(50%, #ddd));
background-image: linear-gradient(to right, #fff , #fff 50%, #ddd 50%);
background-size: 200% 100%;
background-position: 100%;}
header .rightDiv .menu ul li.cur .yj{background-position: 0%;}
header .rightDiv .menu ul li:hover .yj{background-position: 0%;}
header .rightDiv .menu ul li.cur:hover .yj{background-position: 0%;}
header .rightDiv .menu ul li.language{ display:none}

header .rightDiv .menu ul dl{position:absolute; text-align:left; box-shadow:0px 5px 5px rgba(0,0,0,.1); width:100%;  left:0; top:80px; opacity:0; overflow:hidden; transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s; }
header .rightDiv .menu li:hover dl{left:0; margin-left:0px; top:60px; opacity:1; }
header .rightDiv .menu li:hover dl dt{height:40px; line-height:40px; }
header .rightDiv .menu ul dl dt{width:100%; float:none; height:0px; background:#fff; text-align:left; border-bottom:1px solid #eee; }
header .rightDiv .menu ul dl dt a{font-size:14px; color:#999; padding:0 0 0 20px; font-weight:normal}
header .rightDiv .menu ul dl dt:hover a{color:#000}

header .mbtn {display: inline-block;width: 50px;height: 50px;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;}


.sp_nav{width:50px; position:absolute; cursor:pointer; height:30px; top:28px; right:20px}
.sp_nav span{display:block; background:#fff; width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}

.sjj_nav{position:fixed; z-index:98; background:rgba(0,0,0,.9); width:500px;height:100%;font-size:14px;line-height:40px;top:0;right:-500px;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;}
.nav_show{right:0;}
.sjj_nav>ul{margin-top:80px}
.sjj_nav>ul>li:nth-of-type(1){ display:none}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #555 solid;text-align:center;color:#999;}

.sjj_nav ul li{border-top:1px #555 solid; position:relative; line-height:50px; font-size:14px; color:#FFF}
.sjj_nav ul li i{position:absolute; top:5px; right:0px; border-left:1px #555 solid; height:40px; padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav>ul >li:last-child{border-bottom:1px #555 solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#fff; width:100%; margin-left:20px}
.sjj_nav ul li ul li a{color:#fff; display:block; text-align:left; margin-left:30px}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav ul li ul li>ul{margin-left:10px}

@media (max-width:1440px) {
.wrap{width:96%;}
.on-fixed header{height:50px;}
.on-fixed header .header-container{margin-top:-119px}
header:after{bottom:50px;}
header .header-container{width:96%; padding:15px 0 20px;}
header .logo img{width:260px}
header .rightDiv .menu ul li .yj{height:50px; line-height:50px}
header .rightDiv .menu ul dl{top:80px}
header .rightDiv .menu li:hover dl{top:50px}
}
@media (max-width:1180px) {
header .buy a{right: 20px;}	
}
@media (max-width:1024px) {
header:after{bottom:40px;}	
header .header-container{width:96%; padding:10px 0 15px;}	
header .logo img{width:200px}
header .ss_box .search_box{width:40px; height:40px; line-height:40px;}
header .ss_box .search_box .ss_input{height:40px; line-height:40px;}
header .buy a{right: 30px;}	
header .language{height:40px;}
header .language .lang{line-height:40px; top:15px;}
.on-fixed header{height:40px;}
.on-fixed header .header-container{margin-top:-89px}
header .rightDiv .menu ul li .yj{height:40px; line-height:40px}
header .rightDiv .menu ul dl{top:60px}
header .rightDiv .menu li:hover dl{top:40px}
}


@media (max-width:920px) {
img{max-width: 100%;height:auto!important;}	
header:after{display:none}	
header {position: fixed !important; z-index: 99; top: 0; left: auto; right: 0; transition: right 300ms !important; overflow:hidden}
header .mbtn {display: block; top:5px;}
header .header-container{padding:10px 0;}	
header .logo img {width:150px}	
header .language{display:none}
.on-fixed header .header-container{margin-top:0}
.on-fixed header{height:60px;}
body.on-menu header .rightDiv .menu {right: 0;}
body.on-menu .main {right: 0;}

.sp_nav{ display:none}

header .rightDiv .menu {float:right; position:fixed; top:0px; right:0; width:100%; height:100%;padding-top: 0;background-color: rgba(0, 0, 0, .9); transition: right 300ms; right: -100%; padding:0; overflow-y:auto;}
header .rightDiv .menu ul{width:100%; display:block !important; padding-top:50px;}
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: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;}
header .rightDiv .menu ul li.cur li a,header .rightDiv .menu ul li:hover li a{height:40px; line-height:40px;}
header .rightDiv .menu ul li.cur a{height:40px; line-height:40px; text-align:left; width: 100%;}
header .rightDiv .menu ul li.cur a{color: #666; position:relative}
header .rightDiv .menu ul li.cur ul li a{color: #0065b4;}
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 li .yj{height:40px;line-height:40px; font-size:16px}
header .rightDiv .menu ul li.language{ display: block}

header .rightDiv .menu ul dl{top:0; border: 0; background: transparent;border-bottom:none;padding: 0; opacity: 1;}
header .rightDiv .menu ul dl dt{border-bottom: 1px solid #444;}
header .rightDiv .menu ul li a span {display: none;}
header .rightDiv .menu ul li a.on {background: none;}


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 dl{ top:0}
header .rightDiv .menu ul dl dt{ background:rgba(255,255,255,.1); height:35px; line-height:35px}
header .rightDiv .menu ul dl dt a{padding:0 20px;font-size:14px; height:35px; line-height:35px; color:#fff}
header .rightDiv .menu ul li.cur dt a{height:35px; line-height:35px}
header .rightDiv .menu ul dl dt:hover a{color:#fff;}
header .rightDiv .menu ul li:hover a{color:#fff;}

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 li.has-sub a::after,header .rightDiv .menu ul dl dt.has-sub a::after{display:none}
header .rightDiv .menu li:hover ul{left: auto;margin-left: auto;}

header .rightDiv .menu ul dl{position:relative;left:0;right:auto;width:100%;margin:0; display:none; top:0}
header .rightDiv .menu li:hover dl{top:0}

#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:#bbb;z-index:99}
.menu .submenu-button::before{content:'';position:absolute;top:20px;left:17px;display:block;width:11px;height:1px;background:#bbb;z-index:99}
.menu .submenu-button.submenu-opened:after{display:none}

.menu ul dl{background: transparent;border-bottom:none;padding: 0;}

body.on-menu header .mbtn{z-index: 1;}	
}
@media (max-width:540px) {
.wrap{width:94%;}	
header .ss_box .search_box{ display:none}
header .buy a{right:0px;}	
}
@media (max-width:420px) {
header .buy i{font-size:20px; padding-right:5px;}	
header .buy p{font-size:12px}	
}
/********************************* 首页 **********************************/

/*banner轮播*/
.index-banner{width:100%; position:relative;}
.ui-homebanner .swiper-slide{overflow: hidden;}
.ui-homebanner .img{width: 100%;display:block; height:940px; min-height:940px; background: none no-repeat center;background-size: cover;}
.ui-homebanner .img a{ display:block; width:100%; height:100%}
.index-banner .swiper-pagination-bullets{bottom:20px; left:47%}
.ui-homebanner .swiper-pagination-bullet {width:10px; height:10px; border-radius:50%; opacity:.5; background:#fff; position: relative; margin:0 10px}
.ui-homebanner .swiper-pagination-bullet-active {opacity: 1; background:#fff;}

.index-banner i{font-family:"iconfont" !important;font-size:40px; font-style:normal; color: rgba(255,255,255,.6);}
.index-banner i:hover{color: rgba(255,255,255,1);}
.index-banner .swiper-button-next,.index-banner .swiper-button-prev{margin-top:0px; top:50%; text-align:center}

.index-banner .title{position:absolute; width:100%; color:#fff}
.index-banner .title span{font-size:30px; display:block; color:#c11900; font-weight:bold}
.index-banner .title b{font-size:60px;}
.index-banner .title p{font-size:40px}

.index-banner .title00{text-align:left; top:400px; left:15%}
.index-banner .title00 b{font-size:80px; font-weight:bold}
.index-banner .title00 b font{font-family:"iconfont"}
.index-banner .title00 p{font-size:30px}
.index-banner .title01{text-align:center; top:220px;}
.index-banner .title02{left:15%; top:420px}

.index-banner .color01{color:#888}

@media (max-width:1780px) {
.ui-homebanner .img{height:860px; min-height:860px;}	
.index-banner .title b{font-size:56px;}
.index-banner .title p{font-size:36px}
.index-banner .title span{font-size:28px;}
.index-banner .title00{top:380px;}
.index-banner .title00 p{font-size:28px}
.index-banner .title01{top:210px;}
.index-banner .title02{top:390px}
}
@media (max-width:1600px) {
.index-banner .title b{font-size:54px;}
.index-banner .title p{font-size:34px}	
.index-banner .title span{font-size:26px;}
.index-banner .title00{top:390px;}
.index-banner .title00 p{font-size:26px}
}
@media (max-width:1440px) {
.ui-homebanner .img{height:760px; min-height:760px;}	
.ui-homebanner .swiper-pagination-bullet {margin:0 5px}	
.index-banner .title b{font-size:50px;}
.index-banner .title p{font-size:30px}	
.index-banner .title span{font-size:24px;}
.index-banner .title00{top:350px; left:12%}
.index-banner .title00 p{font-size:24px}
.index-banner .title01{top:170px;}
.index-banner .title02{top:340px; left:12%;}
}
@media (max-width:1380px) {
.ui-homebanner .img{height:865px; min-height:865px;}
.index-banner .title00,.index-banner .title02{top:400px; left:8%}	
.index-banner .title01{top:200px;}
}
@media (max-width:1280px) {
.ui-homebanner .img{height:810px; min-height:810px;}	
.index-banner .title00,.index-banner .title02{top:380px;}	
.index-banner .title01{top:180px;}
}
@media (max-width:1180px) {
.index-banner .title00 p{font-size:20px}	
}
@media (max-width:1024px) {
.ui-homebanner .img{height:680px;min-height:680px;}
.index-banner .title b{font-size:40px;}
.index-banner .title p,.index-banner .title span{font-size:24px}	
.index-banner .title00,.index-banner .title02{top:320px;}		
.index-banner .title00 p{font-size:18px}
.index-banner .title01{top:150px;}
}
@media (max-width:920px) {
.ui-homebanner .img{height:500px;min-height:500px;}
.index-banner .title b{font-size:38px;}
.index-banner .title p,.index-banner .title span{font-size:22px}	
.index-banner .title00,.index-banner .title02{top:230px;}	
.index-banner .title00 p{font-size:16px}	
.index-banner .title01{top:80px;}
}
@media (max-width:820px) {
.index-banner .title b{font-size:36px;}
.index-banner .title p,.index-banner .title span{font-size:20px}	
.index-banner .title00 p{font-size:14px}			
}
@media (max-width:780px) {
.index-banner .title b{font-size:34px;}
.index-banner .title p,.index-banner .title span{font-size:18px}	
.index-banner .title00 p{font-size:14px}		
}
@media (max-width:540px) {
.ui-homebanner .img{height:360px;min-height:360px;}
.index-banner .title b{font-size:28px;}
.index-banner .title p,.index-banner .title span{font-size:16px}	
.index-banner .title00 p{font-size:12px; width:80%}
.index-banner .title00,.index-banner .title02{top:180px; left:12%}	
.index-banner i{font-size:36px;}
.index-banner .swiper-pagination-bullets{bottom:10px; left:43.5%}
}
@media (max-width:420px) {
.ui-homebanner .img{height:280px;min-height:280px;}	
.index-banner .swiper-pagination-bullets{left:39%}
.index-banner .title b{font-size:20px;}
.index-banner .title p,.index-banner .title span{font-size:14px}
.index-banner .title00,.index-banner .title02{top:150px; left:12%}	
.index-banner .title01{top:60px;}
}
@media (max-width:390px) {
.ui-homebanner .img{height:260px;min-height:260px;}		
}
@media (max-width:380px) {
.ui-homebanner .img{height:250px;min-height:250px;}		
}

/**首页留言**/
.index_box_message{width:100%; overflow:hidden; margin:80px 0}
.index_box_message .message_left{width:40%; float:left}
.index_box_message .message_left b{color: #0e0e0e;font-size: 65px;font-weight:600; margin-bottom:10px; display:block}
.index_box_message .message_left p{font-size: 24px; color: #0e0e0e;}
.index_box_message .message_right{width:60%; float:right}
.index_box_message .message_right .message_form{width:100%;}
.message_form ul{overflow:hidden}
.message_form ul li{margin-bottom:1em;float:left; width:48%; border-bottom:1px #cecfd1 solid; position:relative}
.message_form ul li:nth-child(2n){float:right;}
.message_form ul li input{font-family: "SourceHanSansCN-Normal";border:none; background:none; background-color:transparent; width:100%; color:#000; font-size:14px; height:50px}
.message_form ul li textarea{font-family: "SourceHanSansCN-Normal"; height:6.25em; border:none; background:none; background-color:transparent; width:100%; color:#000; font-size:14px;}
.message_form ul li .yzm_box{ float:left; width:80% !important}
.message_form ul li .yzm{ position:absolute; right:0; top:10px}
.message_form ul li:nth-child(5),.message_form ul li:nth-child(6){ width:100%}
.message_form ul li p{font-size:18px; color:#0e0e0e; margin-bottom:5px;}
.message_form ul li:nth-child(6){ border-bottom:none; margin-bottom:0;}
.message_form ul li:nth-child(6) input{height: auto; width:auto; margin-right:5px}
.message_form .lead-form-radio-text{margin-left: 8px;font-size: 18px;color: #8b8b8b;}
.message_form .more-button{cursor: pointer; border: none; width:200px; height:45px; font-size: 14px; color: #fff; background: #222; border-radius:25px; display: block}
.message_form .more-button:hover{background: #000;}
.index_box_message .message_right .wz{ margin-bottom:20px; font-size:13px; color:#888; line-height:25px; font-weight:bold;  font-family: "Untitled Sans,Inter,sans-serif";}

/**首页产品**/
.index_pro_one{width:100%; overflow:hidden; margin-top:10px; background-size:100%; height:800px}
.index_pro_one .more_box{display:block; text-align:center; margin-top:130px; color:#FFF}
.index_pro_one .more_box h3{}
.index_pro_one .more_box p{font-size: 22px; margin-bottom:20px; font-weight:normal}
.index_pro_one .more_box span{display:block; width:200px; height:45px; line-height:45px; background:-webkit-linear-gradient(-190deg,#fff,#999); background:linear-gradient(-190deg,#fff,#999); text-align:center; border-radius:100px; font-size:16px; color:#666; position:relative; margin:0 auto}
.index_pro_one .more_box02 h3{color:#222}
.index_pro_one .more_box02 p{color:#666}
.index_pro_one .more_box02 span{color:#fff; background:-webkit-linear-gradient(-190deg,#555,#000); background:linear-gradient(-190deg,#555,#000);}

/**首页新闻**/
.index_box_two{width:100%; overflow:hidden; margin-top:10px}
.index_box_two .index_news{width:49.75%; float:left; position:relative;}
.index_box_two .index_music{width:49.75%; float:right; position:relative}
.index_box_two .text{ position:absolute; top:10%; right:5%; font-size:40px; text-align:right; width:100%; color:#fff}

.index_box_three{width:100%; overflow:hidden; margin-top:10px}
.index_box_three li{width:33%; float:left; margin-right:0.5%;}
.index_box_three li:last-child{margin-right:0}
@media (max-width:1440px) {
.index_pro_one{height:750px}
.index_pro_one .more_box{margin-top:100px;}
.index_box_two .text{font-size:36px}
}
@media (max-width:1180px) {
.index_box_message .message_left b{font-size:60px;}	
.index_box_two .text{top:6%; font-size:32px}
}
@media (max-width:1024px) {
.index_pro_one{height:700px; margin-top:5px;}
.index_pro_one .more_box{margin-top:60px;}	
.index_box_two,.index_box_three{margin-top:5px}
}
@media (max-width:920px) {
.index_box_message{margin:60px 0}
.index_box_message .message_left b{font-size:50px; margin-bottom:10px}
.index_box_message .message_left p{font-size:18px;}
}
@media (max-width:540px) {
.index_box_message{margin:40px 0}
.index_box_message .message_left{ text-align:center}
.index_box_message .message_left,.index_box_message .message_right{width:100%; float:none;}
.index_box_message .message_left b{ font-size:40px; margin-bottom:5px}
.index_box_message .message_left p{ margin-bottom:20px}
.message_form .more-button{  margin:0 auto} 
.index_pro_one{height:550px; background-size: cover !important}
.index_pro_one .more_box{margin-top:40px;}	
.message_form ul li{padding-bottom: 0.6em; margin-bottom:1.6em;}
.index_box_two .index_news{ width:100%}
.index_box_two .index_music{ width:100%; margin-top:5px}
.index_box_two .text{top:5%; font-size:28px;}
.index_box_three{margin-top:0}
.index_box_three li{width:100%; margin-top:5px}

}
@media (max-width:420px) {
.index_box_message{margin:30px 0}
.index_box_message .message_left b{ font-size:32px;}
.index_box_message .message_left p{ margin-bottom:10px}
.message_form ul li{ width:100%}
.message_form ul li{padding-bottom: 0.6em; margin-bottom:1em;}
.index_pro_one{height:430px;}
.index_pro_one .more_box{margin-top:40px;}	
.index_box_two .text{font-size:24px;}
.index_pro_one .more_box p{margin-bottom:10px;}
.index_pro_one .more_box span{height:40px;line-height:40px; font-size:14px; width:150px}
.message_form .more-button{height:40px;line-height:40px; font-size:14px; width:150px}
}


/**底部**/
.footer {background:#fff; overflow:hidden; position:relative; border-top:.0625rem solid #e0e0e0;}
.footer .foot_box{width:100%; overflow:hidden; border-bottom:1px solid #e5e6e6; color:#858585;}
.footer .foot_box .foot_menu{position:relative;}
.footer .foot_box .foot_menu ul{width:100%}
.footer .foot_box .foot_menu ul li{float:left; width:22%; cursor:pointer; position:relative;}
.footer .foot_box .foot_menu ul li .yj{display:block; color:#222; font-size:17px; margin-bottom:10px; font-weight:bold}
.footer .foot_box .foot_menu ul ul{overflow:hidden;}
.footer .foot_box .foot_menu ul ul li{width:100%; float:none; height:35px; line-height:35px; text-align:left; }
.footer .foot_box .foot_menu ul li li a{font-size:14px; color:#666}
.footer .foot_box .foot_menu ul li.box01{padding-top:60px;}
.footer .foot_box .foot_menu ul li.box02{padding:60px 0; width:56%; text-align:center; border-left:1px solid #e5e6e6; border-right:1px solid #e5e6e6;}
.footer .foot_box .foot_menu ul li.box02 img{ width:40%}
.footer .foot_box .foot_menu ul li.box02 .wz{ font-size:13px; margin:20px 0}
.footer .foot_box .foot_menu ul li.box02 .yj{ display:none}
.footer .foot_box .foot_menu ul li.box02 .fx i{width:38px; height:38px; line-height:38px; background:#eeeeee; display:inline-block; color:#333}
.footer .foot_box .foot_menu ul li.box03{padding:60px 0 0 8%;}

.footer .foot_cont{width:100%; overflow:hidden; text-align:center; color:#666; margin:30px 0}
.footer .foot_cont li{float:left; width:25%; font-size:14px}
.footer .foot_cont li i{font-size:28px; color:#aaa}
.footer .foot_cont li a{color:#666;}
.footer .foot_cont li a:hover{color:#666;}

.foot_foot{text-align:center; font-size:12px; line-height:50px; background:#111; text-transform:uppercase}
.foot_foot p,.foot_foot a{color:#858585; margin:0 10px}
.foot_foot a:hover{color:#fff;}
@media (max-width:1180px) {
.footer .foot_box .foot_menu ul li.box02 .wz{margin:20px 10px;}		
}
@media (max-width:920px) {
.footer .foot_box .foot_menu ul li.box01{padding-top:40px;}	
.footer .foot_box .foot_menu ul li.box02{padding:40px 0;}
.footer .foot_box .foot_menu ul li.box03{padding:40px 0 0 8%;}
.footer .foot_cont{margin:20px 0;}
}
@media (max-width:820px) {
.footer .foot_box .foot_menu ul ul li{height:30px; line-height:30px; overflow:hidden}	
.footer .foot_cont li font{ display:none}
}
@media (max-width:540px) {
#pro_menu ul{position:relative}
#pro_menu ul li ul {display:none;} 
#pro_menu ul li em {cursor:pointer; width:30px; height:24px; position: absolute; right:0; background: url(../images/off.png) no-repeat center;} 
#pro_menu ul li em.off {background: url(../images/open.png) no-repeat center;} 
#pro_menu ul.off { display:block; } 
.footer .foot_box .foot_menu ul li{width:100%;}
.footer .foot_box .foot_menu ul li .yj{ margin-bottom:0}
.footer .foot_box .foot_menu ul li.box01{padding-top:20px; margin-bottom:10px}
.footer .foot_box .foot_menu ul li.box02{width:100%; padding:20px 0; border-top:1px solid #e5e6e6; border-bottom:1px solid #e5e6e6; border-left:none; border-right:none;}
.footer .foot_box .foot_menu ul li.box02 em{display:none}
.footer .foot_box .foot_menu ul li.box03{padding:20px 0 15px;}
.footer .foot_cont li{ width:100%}
.footer .foot_cont li:nth-child(3),.footer .foot_cont li:nth-child(4){ display:none}
.foot_foot{line-height:20px; padding:10px 0}
.footer .foot_box .foot_menu ul li.box02 .wz,.footer .foot_cont{margin:10px;}
}


/**nybanner**/
.ny_banner{width:100%; position:relative; height:500px; min-height:500px; display:none}
.ny_box_banner{width:100%; position:relative; min-height:500px; margin-top:200px}
.ny_box_banner .box{width:360px; background: rgba(255,255,255,.5); padding:20px; float:right; margin-top:170px}
.ny_box_banner .box b{font-size:30px; line-height:35px}

.ny_box_banner02{width:100%; position:relative; min-height:740px; margin-top:200px; overflow:hidden}
.ny_box_banner02 .box{width:40%; height:740px; background: rgba(0,0,0,.7); float:right; color:#fff; padding:220px 5% 0}
.ny_box_banner02 .box b{font-size:50px; line-height:55px; margin-bottom:20px; display:block}
.ny_box_banner02 .box p{font-size:18px; line-height:30px}

/**内页**/
.ny_box{padding:120px 0; overflow:hidden; background:#fff; margin-top:210px}
.ny_box02{padding:120px 0; overflow:hidden; background:#fff;}
.ny_title{font-size:50px; font-weight:bold; text-align:center; text-transform:uppercase; color:#000}
.ny_title b{font-size:35px; line-height:40px; text-transform:capitalize; display:block; margin-bottom:10px}
.ny_title p{font-size:14px; color:#444; line-height:25px; font-weight:normal; width:80%; margin:0 auto; text-transform:capitalize}
@media (max-width:1440px) {
.ny_box_banner,.ny_box_banner02{margin-top:167px}
.ny_box_banner02 .box b{font-size:40px; line-height:45px; margin-bottom:10px;}
.ny_box_banner02 .box p{font-size:16px;}

.ny_box{padding:80px 0; margin-top:167px}	
.ny_box02{padding:80px 0;}	
.ny_title{font-size:45px;}
}
@media (max-width:1380px) {
.ny_box_banner .box b{font-size:28px;}
.ny_box_banner{min-height:450px;}
.ny_box_banner .box{margin-top:140px}

.ny_box_banner02{min-height:700px;}
.ny_box_banner02 .box{height:700px;}

.ny_title b{font-size:30px; line-height:35px;}
}
@media (max-width:1280px) {
.ny_box_banner02 .box b{font-size:36px; line-height:40px;}
}
@media (max-width:1024px) {
.ny_box_banner,.ny_box_banner02{margin-top:129px}
.ny_box_banner{min-height:350px;}
.ny_box_banner .box{margin-top:100px}
.ny_box_banner .box b{font-size:24px;}

.ny_box_banner02{min-height:640px;}
.ny_box_banner02 .box{height:640px; padding:180px 4% 0;}
.ny_box_banner02 .box b{font-size:30px; line-height:35px;}
.ny_box_banner02 .box p{font-size:14px; line-height:25px}

.ny_box{padding:60px 0; margin-top:129px}	
.ny_box02{padding:60px 0;}	
.ny_title{font-size:40px;}	
.ny_title b{font-size:28px; line-height:30px;}
.ny_title p{width:95%;}
}
@media (max-width:920px) {
.ny_box_banner,.ny_box_banner02{margin-top:60px}
.ny_box_banner02{min-height:580px;}
.ny_box_banner02 .box{height:580px; padding:160px 4% 0;}

.ny_box{padding:50px 0; margin-top:64px}	
.ny_box02{padding:50px 0;}	
.ny_title{font-size:35px;}	
.ny_title p{width:100%;}	

}
@media (max-width:820px) {
.ny_box_banner02 .box b{font-size:26px; line-height:30px;}	

.ny_title b{font-size:26px;}
}
@media (max-width:780px) {
.ny_box_banner02 .box b{font-size:22px;}	

.ny_box{padding:40px 0;}	
.ny_box02{padding:40px 0;}	
.ny_title{font-size:32px;}		
.ny_title b{font-size:24px;}
}
@media (max-width:540px) {
.ny_box_banner{min-height:200px;}
.ny_box_banner .box{margin-top:30px}	
.ny_box_banner .box b{font-size:20px;}

.ny_box_banner02{min-height:400px;}
.ny_box_banner02 .box{height:200px; padding:5%; width:90%; margin:0 auto; margin-top:100px; float:none;}
.ny_box_banner02 .box b{margin-bottom:5px; font-size:20px;}
.ny_box_banner02 .box p{font-size:13px; line-height:22px}

.ny_title{font-size:28px;}	
.ny_title b{font-size:22px;}
}
@media (max-width:420px) {
.ny_box_banner02{min-height:300px;}
.ny_box_banner02 .box{margin-top:40px;}	
.ny_box_banner02 .box b{margin-bottom:0; font-size:18px; line-height:24px}

.ny_title{font-size:24px;}	
.ny_title b{font-size:20px;}
}



/**产品展示详情**/
.product_show_top{width:100%; overflow:hidden;}
.product_show_img{width:45%; float:left; }
.product_show_img .swiper-container {width:100%;}
.product_show_img .gallery-top{border:1px solid #e9e9e9}
.product_show_img .gallery-top .swiper-slide img{ width:100%; height:100%}
.product_show_img .swiper-slide {background-size:120%; background-repeat:no-repeat; background-position:center;}
.product_show_img .gallery-thumbs {height:150px; box-sizing:border-box; width:100%; margin:0 auto; margin-top:20px;}
.product_show_img .gallery-thumbs .swiper-slide {height:100%; opacity:0.4; border:2px solid #f5f5f5;}
.product_show_img .gallery-thumbs .swiper-slide-thumb-active {opacity:1; border:2px solid #222;}

.product_show_img .swiper-button-next,.product_show_img .swiper-button-prev{top:50%; bottom:0px; background:rgba(0,0,0,.2); width:50px; height:50px; line-height:50px; border-radius:100%; text-align:center}
.product_show_img .swiper-button-prev{left:10px;}
.product_show_img .swiper-button-next{right:10px}
.product_show_img .swiper-button-next:hover,.product_show_img .swiper-button-prev:hover{background:rgba(0,0,0,.9);}
.product_show_img .swiper-button-next i,.product_show_img .swiper-button-prev i{color:#fff;}


.product_show_wz{width:50%; float:right}
.product_show_wz .title{font-size:32px; font-weight:bold; color:#000; margin-bottom:30px; padding-bottom:20px; border-bottom:1px solid #e9e9e9}
.product_show_wz .wz{width:100%; overflow:hidden; text-align:justify; line-height:30px}
.product_show_wz .wz p{ margin-bottom:10px}
.product_show_wz .wz .box01{color:#222; margin-bottom:20px; font-size:16px}
.product_show_wz .wz .box02{width:100%; background:#f5f5f5; padding:4%; overflow:hidden}
.product_show_wz .wz .box02 p{font-size:14px; text-indent:15px; line-height:25px; color:#777; position:relative;}
.product_show_wz .wz .box02 p:after{top:10px; left:2px; content:" "; position:absolute; width:5px; height:5px; border-radius:100%; background:#777;}

.product_show_details{width:100%; overflow:hidden;}
.product_show_details .title{margin:60px 0 30px; font-size:28px; padding-left:30px; height:80px; line-height:80px; background:#f5f5f5; color:#111; border-left:5px solid #111;  font-weight:bold; text-transform:uppercase}
@media (max-width:1380px) {
.product_show_img .gallery-thumbs {height:140px;}
.product_show_wz .title{font-size:30px; margin-bottom:20px; padding-bottom:15px;}
.product_show_details .title{font-size:26px; margin:50px 0 30px; height:70px; line-height:70px;}
}
@media (max-width:1280px) {
.product_show_img .gallery-thumbs {height:130px;}	
.product_show_wz .title{font-size:28px;}
.product_show_wz .wz .box01{font-size:15px;}
.product_show_wz .wz .box02{padding:3%;}
}
@media (max-width:1180px) {
.product_show_wz .title{font-size:26px; margin-bottom:10px; padding-bottom:10px;}	
.product_show_wz .wz .box01{font-size:14px; line-height:25px; margin-bottom:10px;}
.product_show_details .title{font-size:24px;}
}
@media (max-width:1024px) {
.product_show_img .gallery-thumbs {height:100px;}	
}
@media (max-width:920px) {
.product_show_img{ margin-bottom:20px}
.product_show_img,.product_show_wz{width:100%;}
.product_show_img .gallery-thumbs {height:200px;}	

.product_show_details .title{font-size:20px; margin:30px 0 20px; height:50px; line-height:50px;}
}
@media (max-width:780px) {
.product_show_img .gallery-thumbs {height:160px;}		
}
@media (max-width:540px) {
.product_show_img .gallery-thumbs {height:120px;}	
.product_show_details .title{padding-left:20px; margin:20px 0 10px;}	
}
@media (max-width:420px) {
.product_show_img .gallery-thumbs {height:90px;}	
.product_show_wz .title{font-size:22px;}	
}
@media (max-width:390px) {
.product_show_img .gallery-thumbs {height:80px;}		
}


/**关于我们**/
.aboutus_box{width:100%; overflow:hidden; margin-top:80px; background:#f5f5f5; display:flex; padding:5%}
.aboutus_box .img{width:40%}
.aboutus_box .wz{width:55%; margin-left:5%; padding-top:20px}
.aboutus_box .wz span{font-size:15px; color:#333;}
.aboutus_box .wz b{font-size:32px; font-weight:normal; color:#000; display:block; margin:5px 0}
.aboutus_box .wz p{font-size:16px; color:#666; line-height:35px; text-align:justify}
.aboutus_box02 .wz{width:55%; margin-left:0; margin-right:5%}
.aboutus_box03{padding:0}
.about_img_box{width:100%; overflow:hidden; margin-top:80px;}
.about_img_box .pro_img {width:100%; overflow:hidden; padding:0; position:relative; border:1px solid #e9e9e9}
.about_img_box .pro_img .img {display:block; width:100%; height:100%; overflow:hidden;margin:0 auto; padding:0;}
.about_img_box .pro_img .img img {}
@media (max-width:1380px) {
.aboutus_box,.about_img_box{margin-top:60px;}
.aboutus_box .wz b{font-size:30px;}
}
@media (max-width:1180px) {
.aboutus_box,.about_img_box{margin-top:40px;}
.aboutus_box{padding:3%;}
.aboutus_box .wz b{font-size:28px;}
.aboutus_box .wz p{font-size:15px; line-height:30px}
}
@media (max-width:1024px) {
.aboutus_box .wz{padding-top:0px;}
.aboutus_box .wz b{font-size:24px;}
.aboutus_box .wz p{font-size:14px; line-height:25px}
}
@media (max-width:820px) {
.aboutus_box .img{width:50%}
.aboutus_box .wz{width:50%; margin-left:0; padding-left:3%}
.aboutus_box .wz b{font-size:20px;}
.aboutus_box02 .wz{padding-left:0; margin-right:3%;}
}
@media (max-width:540px) {
.aboutus_box,.about_img_box{margin-top:30px;}
.aboutus_box{ display:block}
.aboutus_box .img{width:100%}	
.aboutus_box .wz{width:100%; margin-left:0; padding-left:0}	
.aboutus_box02 .wz{margin-right:0; margin-bottom:10px}
}
@media (max-width:420px) {
.aboutus_box,.about_img_box{margin-top:20px;}	
}


/**新闻列表**/
.news_box{margin-top:60px; width:100%; overflow: hidden;}
.news_box ul{overflow: hidden; margin-left:-30px;}
.news_box li{float:left; width:33.33%; padding: 0 0 60px 30px; box-sizing: border-box;}
.news_box li .img{overflow:hidden;}
.news_box li .img img{width:100%; transition: all .8s ease 0s;}
.news_box li .text{width:100%; overflow: hidden; padding-top:20px}
.news_box li .text font{font-size:14px; height:20px; overflow:hidden; display:block; text-align:center; color:#333;}
.news_box li .text b{font-size:18px; line-height:30px; height:60px; overflow:hidden; color:#111; font-weight:bold; text-align:center; display:block; width:65%; margin:0 auto;}
.news_box li .text .xt{width:60px; height:1px; background:#666; margin:20px auto;}
.news_box li .text p{font-size:14px; color:#666; line-height:25px; height:125px; overflow:hidden; margin-bottom:30px}
.news_box li .text span{font-size:14px; height:40px; line-height:40px; display:block; margin:0 auto; border:1px solid #ddd; width:40%; text-align:center; color:#999}
.news_box li .time{height:40px; line-height:40px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; margin-top:30px; color:#999}
.news_box li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-o-transform: scale(1.1); -ms-transform: scale(1.1);}
.news_box li:hover .text span{border:1px solid #111; color:#fff; background:#111}

.home_box{margin-top:60px; width:100%; overflow: hidden;}
.home_box li {width:100%; overflow:hidden; margin-top:60px}
.home_box li .img{width:40%; float:right}
.home_box li .wz{width:55%; float:left; padding:8% 0 0 6%}
.home_box li .wz b{font-size:30px; text-transform:capitalize}
.home_box li .wz p{font-size:14px; line-height:25px; text-transform:capitalize; display:block; width:90%}
.home_box li:nth-child(2n) .img{float:left}
.home_box li:nth-child(2n) .wz{float:right}

.home_box02{margin-top:0px;}
.home_box02 li .wz{width:48%; float:left; padding:6% 3% 0 0}
.home_box02 li .wz p{font-size:16px; line-height:30px; margin-bottom:30px; width:100%}
.home_box02 li .img{width:48%; float:right}
.home_box li:nth-child(2n) .wz{padding:6% 0 0 3%}

.outdoor_box{margin-top:60px; width:100%; overflow: hidden;}
.outdoor_box li{width:24%; overflow:hidden; float:left; margin-right:1.333%}
.outdoor_box li:nth-child(4){margin-right:0}
.outdoor_box li .wz{height:50px; line-height:50px; background:#111; font-size:18px; color:#fff; text-align:center}
@media (max-width:1380px) {
.home_box{margin-top:20px;}
.home_box li .wz,{padding:8% 0 0 4%}
.home_box li .wz b{font-size:28px}
}
@media (max-width:1180px) {
.news_box{margin-top:40px;}	
.news_box ul{margin-left:-20px;}
.news_box li{padding: 0 0 40px 20px;}
.news_box li .text b{font-size:17px; width:80%;}
.news_box li .text .xt{margin:15px auto;}
.news_box li .text p{margin-bottom:20px;}
.news_box li .time{margin-top:20px}

.home_box{margin-top:0px;}
.home_box li{margin-top:40px;}	
.home_box02 li .wz{padding:3% 3% 0 0;}
.home_box li:nth-child(2n) .wz{padding:3% 0 0 3%;}
.home_box02 li .wz p{margin-bottom:20px;}

.outdoor_box{margin-top:40px;}
}
@media (max-width:1024px) {
.home_box li .wz,.home_box li:nth-child(2n) .wz{padding:6% 0 0 2%}
.home_box li .wz b{font-size:24px}	
.home_box li .wz p{width:100%;}

.home_box02 li .wz{padding:2% 3% 0 0;}
.home_box02 li .wz p{font-size:14px; line-height:25px;}
}
@media (max-width:920px) {
.news_box li .text{padding-top:10px;}
.news_box li .text b{width:90%;}	
.news_box li .text .xt{margin:10px auto;}
.news_box li .text span{height:35px; line-height:35px; width:50%;}

.home_box li .wz,.home_box li:nth-child(2n) .wz{width:56%; padding:1% 0 0}
.home_box li .wz b{font-size:20px}	

.outdoor_box li{width:49%; margin-right:2%; margin-bottom:20px}
.outdoor_box li img{ width:100%}
.outdoor_box li:nth-child(2n){margin-right:0}

.home_box02 li .wz,.home_box02 li:nth-child(2n) .wz{width:50%; padding:1% 0 0}
}

@media (max-width:540px) {
.news_box{margin-top:30px;}	
.news_box ul{margin-left:-15px;}
.news_box li{width:50%; padding: 0 0 30px 15px;}	
.news_box li .text b{width:100%; font-size:16px;}	

.home_box li{margin-top:30px;}	
.home_box li .img,.home_box li .wz,.home_box li:nth-child(2n) .wz{width:100%;}
.home_box li .wz b{font-size:18px; text-align:center; width:100%; display:block}

.outdoor_box{margin-top:30px;}
.home_box02 li{margin-top:20px;}	
.home_box02 li .wz p{ margin-bottom:10px}
}
@media (max-width:420px) {
.news_box{margin-top:20px;}		
.news_box ul{margin-left:0;}
.news_box li{width:100%; padding: 0 0 20px 0;}	
.news_box li .text span{width:40%;}	

.home_box li{margin-top:20px;}	

.outdoor_box{margin-top:20px;}
.outdoor_box li{width:100%; margin-right:0; margin-bottom:10px}
}
@media (max-width:390px) {
.home_box li .wz b{font-size:16px}	
.home_box li .wz p{font-size:13px}	
}


/**support**/
.faq_box{width:100%; overflow:hidden;}
.faq_box .faq_top{width:100%; overflow:hidden; }
.faq_box .faq_top dt{font-size:20px; width:50%; height:60px; line-height:60px; float:left; color:#666; text-align:center; cursor:pointer; background:#f5f5f5; text-transform:uppercase;}
.faq_box .faq_top dt.active{background:#111; color:#fff;}
.faq_box .faq_top dt.active:hover{color:#fff;}
.faq_box .box dl{display:none}

.faq_box_lits{width:100%; overflow:hidden;}
.faq_box_lits .ul1 li{cursor: pointer; border:1px solid #eee; overflow:hidden; margin:10px 0;}
.faq_box_lits .ul1 li .ltp{padding:0 0 0 20px; overflow:hidden}
.faq_box_lits .ul1 li .ltp span{width:calc(100% - 60px); display:block; float:left; line-height:60px; font-size:16px;}
.faq_box_lits .ul1 li .ltp span:nth-child(2){width:40px; text-align:right}
.faq_box_lits .ul1 li i{font-family:"iconfont" !important;font-size:18px;font-style:normal; color:#222}
.faq_box_lits .ul1 li .lbt{padding:20px; display:none; border-top:1px solid #eee;}
.faq_box_lits .ul1 li .lbt p{font-size:14px; color:#666; line-height:30px}
/*.faq_box_lits .ul1 li:nth-child(1) .lbt{display: block;}*/

.ny_words{width:100%; overflow:hidden; margin-top:30px;}
.ny_words strong{ font-size:18px; color:#222; font-weight:bold; margin-top:30px; display:block}
.ny_words p{ font-size:14px; color:#333; line-height:25px; margin-bottom:10px}

.buy_box{width:100%;overflow:hidden;}
.buy_box li{width:49%; float:left; margin-right:2%}
.buy_box li:nth-child(2n){margin-right:0}
.buy_box li .imgDiv{display:block; width:100%; height:500px; overflow:hidden; padding:0;}
.buy_box li .imgDiv a{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border:1px solid #eee; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.buy_box li .imgDiv a img{display:block; max-width:90%; max-height:90%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1;}
@media (max-width:1180px) {
.faq_box .faq_top dt{font-size:18px;}
.buy_box li .imgDiv{height:450px;}
}
@media (max-width:1024px) {
.ny_words,.ny_words strong{margin-top:20px;}
.buy_box li .imgDiv{height:400px;}
}
@media (max-width:840px) {
.faq_box .faq_top dt{font-size:16px;}
.buy_box li .imgDiv{height:350px;}
}
@media (max-width:540px) {
.faq_box .faq_top dt{height:50px; line-height:50px;}
.faq_box_lits .ul1 li .ltp span{line-height:25px; font-size:14px; padding:10px 0}
.faq_box_lits .ul1 li .lbt{padding:10px 20px;}
.faq_box_lits .ul1 li .lbt p{font-size:13px; line-height:25px}

.ny_words,.ny_words strong{margin-top:15px;}
.ny_words p{margin-bottom:5px;}

.buy_box li .imgDiv{height:200px;}
}
@media (max-width:420px) {
.faq_box .faq_top dt{font-size:14px;}	
.ny_words strong{font-size:16px;}	
.buy_box li .imgDiv{height:180px;}
}
@media (max-width:390px) {
.faq_box .faq_top dt{font-size:13px;}	
.ny_words,.ny_words strong{margin-top:10px;}
.buy_box li .imgDiv{height:160px;}
}

/**联系我们**/
.contact_box{width:100%; overflow:hidden; margin-top:100px}
.contact_box .contact_title{font-size:32px; margin-bottom:60px; padding-bottom:30px; border-bottom:1px solid #e9e9e9; overflow:hidden; display:block; font-weight:normal; color:#000}
.contact_box .contact_title .iconfont{margin-right:5px}
.contact_box .contact_list{display:flex;}
.contact_box .contact_list .left{width:70%}
.contact_box .contact_list .right{width:30%}
.contact_box .contact_list .iconfont{margin-right:5px}
.contact_box .contact_list .item{margin-bottom:60px}
.contact_box .contact_list b{font-size:20px; font-weight:normal; color:#000; margin-bottom:10px; display:block}
.contact_box .contact_list p{font-size:17px; color:#666;}
.contact_box .contact_list a{color:#666;}
.contact_box .contact_map{width:100%; height:500px; background:#ccc; display:none}
@media (max-width:1440px) {
.contact_box{margin-top:80px;}		
}
@media (max-width:1380px) {
.contact_box .contact_title{margin-bottom:40px; padding-bottom:20px;}	
.contact_box .contact_list .item{margin-bottom:40px;}
.contact_box .contact_map{height:450px;}
}
@media (max-width:1180px) {
.contact_box{margin-top:60px;}	
.contact_box .contact_map{height:400px;}
}
@media (max-width:1024px) {
.contact_box{margin-top:40px;}	
.contact_box .contact_title{font-size:28px; margin-bottom:20px; padding-bottom:10px;}	
.contact_box .contact_list .item{margin-bottom:30px;}
.contact_box .contact_list b{font-size:18px;}
.contact_box .contact_list p{font-size:16px;}
}
@media (max-width:920px) {
.contact_box{margin-top:30px;}	
.contact_box .contact_title{font-size:24px;}
.contact_box .contact_list .item{margin-bottom:20px;}
.contact_box .contact_list b{font-size:17px; margin-bottom:5px;}
.contact_box .contact_list p{font-size:15px;}	
.contact_box .contact_map{height:350px;}
}
@media (max-width:540px) {
.contact_box .contact_title{font-size:20px;}
.contact_box .contact_list{display:block}
.contact_box .contact_list .left,.contact_box .contact_list .right{width:100%;}	
.contact_box .contact_list b{font-size:16px;}
.contact_box .contact_list p{font-size:14px;}	
}
@media (max-width:420px) {
.contact_box .contact_map{height:300px;}	
.contact_box .contact_title{margin-bottom:10px; padding-bottom:5px;}	
}
@media (max-width:390px) {
.contact_box{margin-top:20px;}	
.contact_box .contact_title{font-size:18px;}	
}


/**新闻详情**/
.newsdetail{width:100%; overflow:hidden}
.newsdetail .hddiv{padding:0 0 15px;text-align: center;}
.newsdetail .hddiv .title{font-size:28px; color:#111; font-weight:bold;}
.newsdetail .hddiv .time{ width:100%; overflow:hidden; text-align:center; margin-top:10px; font-size:14px}
.newsdetail .hddiv span{color: #999999; display: inline-block; margin:0 10px}
.newsdetail .bddiv{border-top:1px solid #eee; text-align:center; padding:10px 0; font-size:14px; color:#222}
.newsdetail .bddiv h3{font-size: 1.5rem;text-align: left;line-height:1.5rem;}
.newsdetail .bddiv p{margin: 0;color: #666;line-height: 2;min-height: 32px;text-align: left;}
.newsdetail .bddiv img{margin: 5px 0;}

.news_page_box{width:100%; overflow:hidden; margin-top:20px}
.news_page_box .page_box{ overflow:hidden; margin:0 auto; width:100%; margin-bottom:20px}
.news_page_box .page{border:2px solid #dadada; overflow:hidden; height:50px; line-height:50px; color:#999; font-size:14px; float:left; text-align: center; width: calc(50% -  10px);}
.news_page_box .page i{width:50px; height:50px; display:block; float:left; color:#FFF; background:#111;}
.news_page_box .page02{ margin-left:20px}
.news_page_box .page02 i{ float:right}
.news_page_box .page a{overflow:hidden; color:#666; width:calc(100% - 50px); float:left; padding:0 10px}
.news_page_box .more{display:block; width:300px; height:50px; line-height:50px; color:#FFF; background:#111; text-align:center; margin:0 auto; text-transform:uppercase}

/**产品列表**/
.product_box{ margin-top:60px}
.product_box li{ width:24%; float:left; margin-right:1.3%; margin-bottom:20px}
.product_box li:nth-child(4n){margin-right:0}
.product_box li .imgDiv{display:block; width:100%; height:315px; overflow:hidden; padding:0; position:relative}
.product_box li .imgDiv .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border:1px solid #eee; border-bottom:none}
.product_box li .imgDiv .pro img{display:block; max-width:90%; max-height:90%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute;}
.product_box li .text{width:100%; padding:0 4%; overflow:hidden; border:1px solid #eee; border-top:none; text-align:center}
.product_box li .text p{font-size:14px; color:#111; padding-bottom:10px}
@media (max-width:1380px) {	
.product_box li .imgDiv{height:240px;}
.product_box li .text p{ margin-bottom:10px}
}
@media (max-width:1180px) {	
.product_box{ margin-top:40px}
}
@media (max-width:1024px) {	
.product_box li .imgDiv{height:180px;}
.product_box li .text p{font-size:12px; line-height:20px; text-align:center}
}
@media (max-width:992px) {	
.product_box li{ width:48%; float:left; margin:0 1% 30px;}
.product_box li .imgDiv{height:350px;}
}
@media (max-width:540px) {	
.product_box{ margin-top:30px}
.product_box li .imgDiv{height:180px;}
.product_box li .imgDiv .pro img{max-width:95%; max-height:95%;}
}
@media (max-width:420px) {	
.product_box li .imgDiv{height:180px;}
}
@media (max-width:380px) {	
.product_box li .imgDiv{height:170px;}
}
@media (max-width:320px) {	
.product_box li .imgDiv{height:140px;}
}


/*分页样式 开始*/
#fengye {overflow: hidden; margin-top:30px; height:80px}
#fengye{ clear:both; margin:auto 0; text-align:center;}
div.digg {text-align: left; font-size:14px; display:inline-block; height:50px; margin-top:20px}
div.digg a {border: #ccc 1px solid;  padding:12px 18px; margin: 2px; color: #666;text-decoration: none;}
div.digg a:hover {border:#222 1px solid; color: #fff; background:#222;}
div.digg a:active {border: #222 1px solid; color: #000;}
div.digg span.current {border:#222 1px solid;font-weight: bold; padding:12px 18px;margin: 2px; color: #fff;background-color:#222;}
div.digg span.disabled {border:#ccc 1px solid; padding:12px 18px;margin: 2px;color: #999;}
div.digg .keng{ display:none}

/**相册**/
.rebox { cursor: pointer; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; -webkit-filter: none !important;
    background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.7); }
.rebox *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
.rebox-contents { position: absolute; top: 5%; left: 5%; text-align: center; width: 90%; height: 90%; }
.rebox-contents .rebox-content { border: 5px solid #fff; box-shadow: 0 0 20px #000; border-radius: 1px; max-width: 100%; max-height: 100%; }
.rebox-loading { width: 31px; height: 31px; margin: -16px 0 0 -16px; position: absolute; top: 48%; left: 50%; }
.rebox-caption { display: none; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 1000; background: #000; background: rgba(0,0,0,0.7); }
.rebox-caption p { margin: 0 auto; max-width: 70%; display: inline-block; *display: inline; *zoom: 1; padding: 10px; color: #fff; font-size: 12px; line-height: 18px; }
.rebox-button { position: absolute; z-index: 9999; min-width: 40px; height: 40px; line-height: 40px; background: rgb(0, 0, 0); opacity:0.4; 
    text-decoration: none; font-size: 24px; color: #fff; text-align: center; vertical-align: middle;
    -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; border-radius: 32px;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.rebox a:hover{ color:#f08200}	
.rebox-button:hover,
.rebox-button:focus { opacity: 1; -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4); }
.rebox-close { right: 10px; top: 10px; }
.rebox-next { right: 10px; top: 48%; }
.rebox-prev { left: 10px; top: 48%; }
.rebox-loading { left: 50%; top: 48%;
    -webkit-animation-name: spin; -webkit-animation-duration: 2000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;
    -moz-animation-name: spin; -moz-animation-duration: 2000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
    -ms-animation-name: spin; -ms-animation-duration: 2000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear;    
    animation-name: spin; animation-duration: 2000ms; animation-iteration-count: infinite; animation-timing-function: linear;
}
@media (max-width:540px) {
.rebox-contents{top:18%}
}

/*右侧漂浮 开始*/
.client-2 {position:fixed;right:-170px;top:70%;z-index:99999; display:none}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px; clear:both; position:relative; background:rgba(0,69,143,1); height:70px; backdrop-filter: blur(0.375rem); border-bottom-left-radius:5px; border-top-left-radius:5px}
.client-2 li:nth-child(2){background:rgba(0,69,143,1);}
.client-2 li:nth-child(3){background:rgba(0,69,143,1);}
.client-2 li:nth-child(4){background:rgba(31,26,23,1);}

.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin: 4px auto 0;text-align:center;}
.client-2 li p {height:20px;font-size:13px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {color:#fff; width:247px;padding:9px 0 10px;float:left;}
.client-2 .my-kefu-main{ width:97px; position:relative; padding:9px 0 10px; float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}

@media (max-width:880px) {
	.my-kefu-liuyan,.my-kefu-weixin,.my-kefu-tel-right{display:none;}
	.client-2{right:0;}
	.client-2 li{ height:61px; position: static;}
	.client-2 .my-kefu-tel-main,.client-2 .my-kefu-main{ width:55px;height:40px;}

	.client-2 li a p{ display:none;}
	.client-2 .my-kefu-ftop i { margin: 0px 0 0 12px;}
	.client-2 .my-kefu-ftop{ margin-top:10px;}
	.client-2 .my-kefu-tel i {margin: 5px 0 0 15px;}
	.client-2 .my-kefu-qq{ display:none;}
}
/*右侧漂浮 结束*/

@media (max-width:780px) {
	#KFRightScreen { display:none!important;}
	.client-2 .my-kefu-qq{ display:none;}
}


.video_box{width:100%; overflow:hidden;}
.video_box li{width:31%; float:left; margin-right:2%; margin-bottom:30px; position:relative; background:#fff; position:relative}
.video_box li:nth-child(3n+3){margin-right:0}
.video_box li .img{width:100%; height:228px; overflow:hidden}
.video_box li .img img{width:100%; height:100%; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.video_box li .video-show{position: absolute;z-index: 3;left:49%;top:43%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);text-align: center;color: #FFFFFF;width: 100%;}
.video_box li .videoicon{ display:block; width:75px; height:75px; background: url(../images/sp.png) no-repeat center center;-moz-background-size:100%;-o-background-size:100%; background-size:100%; margin: 0 auto; opacity: 0;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, -webkit-transform 0.35s; -o-transition: opacity 0.35s, -o-transform 0.35s; -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s; transition: opacity 0.35s, transform 0.35s; transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0);}
.video_box li:hover .videoicon{opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.video_box li:hover .img img{transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);}
.video_box li .wz{ font-size:16px; text-align:center; height:50px; line-height:50px; color:#222; background:#f5f5f5}
@media (max-width:1180px) {
.video_box li .img{height:200px;}	
}
@media (max-width:1024px) {
.video_box li{width:49%;}
.video_box li:nth-child(2n){margin-right:0}
.video_box li:nth-child(3n+3){margin-right:2%}
.video_box li .img{height:250px;}	
}
@media (max-width:920px) {
.video_box li .img{height:240px;}		
}
@media (max-width:820px) {
.video_box li .img{height:210px;}		
}
@media (max-width:780px) {
.video_box li .img{height:190px;}		
}
@media (max-width:540px) {
.video_box li{width:100%; margin-right:0; margin-bottom:20px}
.video_box li:nth-child(3n+3){margin-right:0}
.video_box li .img{height: auto;}	
.video_box li .wz{ font-size:14px; height:40px; line-height:40px;}	
}

.product_show_details ul li p{ position:relative; padding-left:10px}
.product_show_details ul li p:after{top:10px; left:2px; content:" "; position:absolute; width:5px; height:5px; border-radius:100%; background:#333;}