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:96%; max-width:1200px; overflow:hidden}
.ny_wrap{margin: 0 auto; width:80%; max-width:1520px; 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;}
.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: 'BEBAS';
    src: url(../font/BEBAS.woff2);
}

@font-face {
    font-family: "Lobster";
    src: url(../font/Lobster.woff2);
}

@font-face {
    font-family: 'GOTHIC';
    src: url(../font/GOTHIC.woff2);
}

@font-face {
    font-family: 'CENTURYGOTHIC';
    src: url(../font/CENTURYGOTHIC-BOLD.woff2);
}

@font-face {
    font-family: 'PingFang';
    src: url(../font/PingFang.woff2);
}
@font-face {
  font-family: "iconfont"; /* Project id 3481188 */
  src: url('../font/iconfont.woff2?t=1656293615164') format('woff2'),
       url('../font/iconfont.woff?t=1656293615164') format('woff'),
       url('../font/iconfont.ttf?t=1656293615164') 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; height:100px; background:rgba(255,255,255,.7); backdrop-filter: blur(.3rem); position:fixed; }

header .logo{float:left; width:30%;}
header .logo a{width:100%; position:relative; z-index:99;}
header .logo img{margin-top:20px; max-width:100%}

header .rightDiv{float:right; width:65%;}
header .rightDiv .menu{text-align:right; position:relative;}
header .rightDiv .menu ul{width:100%; }
header .rightDiv .menu ul li{float:left; width:12.5%; height:100px; line-height:100px; text-align:center; position:relative; cursor:pointer; position:relative;}
header .rightDiv .menu ul li a{color:#222; font-size:16px; z-index:10; position:relative; font-weight:400}
header .rightDiv .menu ul li:after{content:""; position:absolute; z-index:9; left:0; bottom:-39px; width:0; height:4px; background:#f08200; overflow:hidden; transition:all 0.3s ease-out;}
header .rightDiv .menu ul li:hover a{color:#f08200}
header .rightDiv .menu ul li.cur:after{width:100%; height:5px; bottom:0px;}
header .rightDiv .menu ul li.cur a{color:#f08200;}



header .rightDiv .menu ul ul{position:absolute; background:rgba(0,0,0,.7); display:none !important; top:99px; overflow:hidden;}
header .rightDiv .menu li:hover ul{width:800px; display:none !important}
header .rightDiv .menu ul ul li{ width:auto; height:65px; line-height:65px; display:inline-block;}
header .rightDiv .menu ul ul li a{height:65px; line-height:65px; font-size:14px; margin:0 30px;}
header .rightDiv .menu ul ul li.art a,header .rightDiv .menu ul ul li a:hover{color:#d46c00 !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 li.cur ul li.art a{color:#d46c00 !important}

header .search{float:right; width:5%; text-align:center}
header .search i{font-size:22px; color:#333; line-height:100px}

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; height:90px; box-shadow:0 0 5px rgba(0,0,0,.2); transition:all 0.3s ease-out;}
.on-fixed header .rightDiv .menu ul li{height:90px; line-height:90px;}
.on-fixed header .rightDiv .menu ul li a{height:90px; line-height:90px;}
.on-fixed header .rightDiv .menu ul li a:after{bottom:-35px;}
.on-fixed header .logo img{margin-top:15px}
.on-fixed header .search i{line-height:90px}

@media (max-width:1380px) {
.wrap{width:96%;}	
.ny_wrap{width:96%;}
header .rightDiv .menu ul li a{margin: 0 10px;}
}
@media (max-width:1180px) {
header .logo img{margin-top:25px;}
.on-fixed header .logo img{margin-top:22px;}
}
@media (max-width:1024px) {
header .logo img{margin-top:30px;}
}
@media (max-width:992px) {
img{max-width:100%;height:auto!important;}	
header{position:fixed; z-index:9999; top:0; left:auto; right:0; width:100%; height:60px; background: rgba(255, 255, 255, .9); transition: right 300ms; backdrop-filter:none}
.on-fixed header{height:60px;}
header .mbtn {display: block;}
header .logo{width:60%;}
header .logo img{ width:60%; margin-top:4px;}
.on-fixed header .logo img{margin-top:10px;}
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 {float:right; position:fixed; top:0px; right:0; width:100%; height:100%;padding-top: 0;background-color: rgba(255, 255, 255, .9); transition: right 300ms; right: -100%; padding:0; overflow-y:auto;}
header .rightDiv .menu ul{width:100%; display:block !important; padding-top:45px;}
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;}


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{top:0; border: 0; background: transparent;border-bottom:none;padding: 0;}
header .rightDiv .menu li:hover ul{display:block !important}
header .rightDiv .menu li:hover ul{ width:100%}

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(0,0,0,.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 ul li:hover a{color:#63a38c;}
header .rightDiv .menu ul li:hover a{color:#d46c00;}

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;}	

.on-fixed header .rightDiv .menu ul li{height:40px; line-height:40px;}
.on-fixed header .rightDiv .menu ul li a{height:40px; line-height:40px;}
}
@media (max-width:540px) {
header{ height:45px}
.on-fixed header{height:45px;}
header .logo img{width:80%; margin-top:2px;}
.on-fixed header .logo img{margin-top:2px;}
header .mbtn{height:45px}
}
@media (max-width:420px) {
header .logo img{width:100%; margin-top:5px;}
}

/********************************* 首页 **********************************/


/*banner轮播*/
.index-banner{width:100%; position:relative; z-index:998; margin-top:100px;}
.index-banner .swiper-slide{overflow:hidden}
.index-banner .img{width:100%; display:block; height:640px; min-height:640px; background: none no-repeat center; background-size: cover;}
.index-banner .img a{display:block; width:100%; height:100%}
.index-banner .swiper-pagination-bullets{width:100%; bottom:20px; z-index:2; text-align: center;}
.index-banner .swiper-pagination-bullet {width:100px; height:6px; border-radius:0; opacity:.5; background:#222; position: relative; margin:0 3px}
.index-banner .swiper-pagination-bullet-active{opacity:1; background:#fff; position:relative}
@media (max-width:1180px) {
.index-banner .img{height:520px; min-height:520px;}
}
@media (max-width:992px) {
.index-banner{margin-top:60px;}	
.index-banner .img{height:460px; min-height:460px;}
}
@media (max-width:820px) {
.index-banner .img{height:400px; min-height:400px;}	
}
@media (max-width:540px) {
.index-banner{margin-top:45px;}	
.index-banner .swiper-pagination-bullets{bottom:10px;}
.index-banner .swiper-pagination-bullet {width:60px; height:4px;}
.index-banner .img{height:280px; min-height:280px;}	
}
@media (max-width:420px) {
.index-banner .img{height:220px; min-height:220px;}		
}
@media (max-width:380px) {
.index-banner .img{height:200px; min-height:200px;}		
}


.inner{max-width:1900px; width:80%; margin:0 auto;}

.tit_box{position:relative; margin-bottom:38px; text-align:center; visibility:visible; animation-name:fadeInDown; animation-duration:1.5s; animation-delay:.1s;}
.tit_box .tit_cn{font-size:38px; font-weight:bold; line-height:1.2; letter-spacing:2px; color:#f08200;}
.tit_box .tit_cn span{color:#333;}
.tit_box .tit_en{font-size:16px; font-weight:normal; line-height:1.4; text-transform:uppercase; color:#999}
.tit_box.white .tit_cn,.tit_box.white .tit_cn span{color:#FFF;}

.index_more{margin-top:38px; position:relative; z-index:99; width:50%; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s; animation-delay:.3s;}
.index_more .more {background:#f08200; color:#fff; line-height:1;display:inline-block; box-shadow:0 5px 20px rgba(41,94,204,.2);}
.index_more span {letter-spacing:1px;padding:0 48px 0 28px;}
.index_more_flex {display:flex;align-items:center;justify-content:space-between;}
.index_more_flex div {border-left:1px solid rgb(255 255 255 / 0.18); padding:12px 14px; background:#333}
.index_more_flex svg {width:20px;height:20px;}
.index_more_flex path {fill:#fff;}
@media (max-width:1880px) {
.inner{width:85%;}
}
@media (max-width:1580px) {
.inner{width:90%;}
}
@media (max-width:1380px) {
.inner{width:94%;}
.tit_box{margin-bottom:25px;}
.tit_box .tit_cn{font-size:32px;}
}
@media (max-width:1180px) {
.index_more{margin-top:20px;}	
}
@media (max-width:1024px) {
.tit_box{margin-bottom:20px;}
.tit_box .tit_cn{font-size:28px;}

.index_more{margin-top:25px;}	
}
@media (max-width:840px) {
.tit_box .tit_cn{font-size:26px;}

}
@media (max-width:540px) {
.tit_box{margin-bottom:10px;}
.tit_box .tit_cn{font-size:24px;}
.tit_box .tit_en{font-size:14px;}
.index_more{margin-top:10px;}
}
@media (max-width:420px) {
.index_more span {letter-spacing:1px;padding:0 35px 0 20px;}
}



/*首页产品中心*/
.index_product{position:relative; overflow:hidden; background-color:#f9f9f9; background-image:url(../images/bg1.gif); background-repeat:no-repeat; background-position: bottom center; background-size: 100% auto; padding:100px 0;}

.index_product .index_more{width:100%;}

.index_product_lb{visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:.2s; overflow: hidden}
.index_product_lb li{margin:18px 0; min-height:40px;}
.index_product_lb li a{position:relative; font-size:16px; color:#999; letter-spacing:1px; padding-left:30px; display:block;}

.index_products_box li{width:23%; float:left; margin-right:2.3%; margin-bottom:20px; position:relative; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s;}
.index_products_box li:nth-child(4n){margin-right:0}
.index_products_box li .imgDiv{display:block; width:100%; height:200px; overflow:hidden; padding:0; position:relative;}
.index_products_box li .imgDiv .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.index_products_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; z-index:10}
.index_products_box li .text{width:100%; overflow:hidden; text-align:center; height:40px; line-height:40px; background:#eee; color:#666; font-size:15px}
.index_products_box li:hover .text{background:#f08200; color:#fff;}

.index_products_box li:nth-child(1){animation-delay:.1s;}
.index_products_box li:nth-child(2){animation-delay:.2s;}
.index_products_box li:nth-child(3){animation-delay:.3s;}
.index_products_box li:nth-child(4){animation-delay:.4s;}
@media (max-width:1280px) {
.index_product{padding:80px 0;}
}
@media (max-width:1024px) {
.index_products_box li .imgDiv{height:180px;}
}
@media (max-width:992px) {
.index_product{padding:60px 0;}
}
@media (max-width:780px) {
.index_product{padding:50px 0;}	
}
@media (max-width:540px) {
.index_product{padding:40px 0;}	
}
@media (max-width:420px) {
.index_product{padding:30px 0;}	
}

/*首页产品中心02*/
.index_product_lb_two{width:100%; overflow:hidden; }
.index_product_lb_two .box{visibility:visible; animation-name:fadeInRight; animation-duration:1.5s;}
.index_product_lb_two li{width:16.66%; height:50px; float:left; color:#666; text-align:center; border:1px solid #CCC; border-left:none; cursor:pointer; }
.index_product_lb_two li h1{font-size:16px; line-height:50px; letter-spacing:1px;}
.index_product_lb_two li.active{background:#f08200; border:1px solid #f08200; color:#fff;}
.index_product_lb_two li.active:hover{color:#fff;}
.index_product_lb_two li:hover{color:#f08200; border:1px solid #f08200;}
.index_product_lb_two li:hover:nth-child(1){border:1px solid #f08200;}
.index_product_lb_two li.active:nth-child(1){border-left:1px solid #f08200;}
.index_product_lb_two li:nth-child(1){border-left:1px solid #CCC;}
.index_products_box_two{width:100%; overflow:hidden; margin-top:30px}
.index_products_box_two li{width:24%; float:left; margin-right:1.3%; margin-bottom:0}
.index_products_box_two li .imgDiv{height:360px; border:1px solid #eee; background:#fff}
.index_products_box_two li .imgDiv .pro img{max-width:90%; max-height:90%;}
.index_ppro .box dl{display:none}
@media (max-width:1380px) {
.index_products_box_two li .imgDiv{height:280px;}
}
@media (max-width:1280px) {
.index_products_box_two li .imgDiv{height:260px;}
}
@media (max-width:1180px) {
.index_products_box_two li .imgDiv{height:240px;}
}
@media (max-width:1024px) {
.index_product_lb_two li{height:40px;}
.index_product_lb_two li h1{font-size:14px; line-height:40px;}
.index_products_box_two{margin-top:20px}
.index_products_box_two li .imgDiv{height:220px;}
}
@media (max-width:992px) {
.index_products_box_two li .imgDiv{height:200px;}	
}
@media (max-width:820px) {
.index_products_box_two li .imgDiv{height:180px;}	
}
@media (max-width:540px) {
.index_products_box_two{margin-top:10px}
.index_products_box_two li{width:49%; margin-bottom:10px}
.index_products_box_two li:nth-child(2n){margin-right:0}
.index_product .index_more{margin-top:18px;}
}
@media (max-width:420px) {
.index_product_lb_two li{width:33.33%;}	
.index_product_lb_two li:nth-child(1),.index_product_lb_two li:nth-child(2),.index_product_lb_two li:nth-child(3){border-bottom:none}
.index_product_lb_two li:nth-child(4){border-left:1px solid #CCC;}
.index_product_lb_two li:hover:nth-child(4){border:1px solid #f08200;}
.index_product_lb_two li.active:nth-child(4){border-left:1px solid #f08200;}
}

/*首页设备展示*/
.index_case{position:relative; overflow:hidden; background-image:url(../images/bg02.jpg); background-repeat:no-repeat; background-position:center left; background-size: cover; padding:100px 0;}

.index_case_box{ position:relative; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s; animation-delay:.2s; z-index:99}
.index_case_box .swiper-slide p{font-size:18px; margin-top:10px; display:block; letter-spacing: 1px; color:#FFF;}
.index_case_box .swiper-slide p:after{content:""; height:2px; width:20px; background:#f08200; transition:all 0.3s; display:block; margin-top:5px; margin-bottom:10px}
.index_case_box .swiper-slide span{font-size:14px; font-weight:normal; line-height: 2.1; letter-spacing: 1px; color:#FFF; display:none}
.index_case_box .swiper-slide:hover p:after{width:100px;}

.index_case_box .swiper-button-prev,.index_case_box .swiper-button-next{background:#f08200; text-align:center; height:46px; line-height:46px; width:46px;}
.index_case_box .swiper-button-prev i,.index_case_box .swiper-button-next i{ font-size:18px; color:#FFF}
.index_case_box .swiper-button-prev{bottom:-84px; top: auto; left:auto; right:46px}
.index_case_box .swiper-button-next{bottom:-84px; top: auto; left:auto; right:0}

.index_case_box_img{position:absolute; bottom:0px; left: 0; width: 100%; visibility:visible; animation-name:fadeInUp; animation-duration:1.5s; animation-delay:.5s; z-index:98}
@media (max-width:1280px) {
.index_case{padding:80px 0;}
}
@media (max-width:1180px) {
.index_case_box .swiper-button-prev,.index_case_box .swiper-button-next{bottom:-66px;}
}
@media (max-width:1024px) {
.index_case_box .swiper-slide p{font-size:18px;}
}
@media (max-width:992px) {
.index_case{padding:60px 0;}
.index_case_box .swiper-slide p{font-size:16px;}
}
@media (max-width:820px) {
.index_case_box .swiper-slide p{font-size:14px;}
}
@media (max-width:780px) {
.index_case{padding:50px 0;}
}
@media (max-width:540px) {
.index_case{padding:40px 0;}
.index_case_box .swiper-button-prev,.index_case_box .swiper-button-next{bottom:-56px;}

}
@media (max-width:420px) {
.index_case{padding:30px 0;}
}

/*首页关于我们*/
.index_about{position:relative; overflow:hidden; background-image:url(../images/bg03.jpg); background-repeat:no-repeat; background-position:center left; background-size:contain; padding:100px 0;}
.index_about_txt{max-width:100%;}

.index_about_wz{width:55%; float:left; visibility:visible; animation-name:fadeInLeft; animation-duration:1.5s; animation-delay:.2s;}
.index_about_wz b{font-size: 26px;letter-spacing: 2px;color: #f08200;display: block;margin-bottom:0px;}
.index_about_wz p{font-size: 16px;line-height:35px;color: #666;letter-spacing: 1px;}

.index_about_img {width:42%; float:right; overflow:hidden; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s; animation-delay:.3s;}
.index_about_img img{ width:100%}
@media (max-width:1380px) {
.index_about_wz b{font-size:24px;letter-spacing:1px; margin-bottom:0px;}
.index_about_wz p{font-size:14px; line-height:30px;}
}
@media (max-width:1280px) {
.index_about{padding:80px 0;}
}
@media (max-width:1024px) {
.index_about_wz p{line-height:25px;}
}
@media (max-width:992px) {
.index_about{padding:60px 0;}
.index_about_txt{max-width:100%; overflow:hidden}
.index_about_img{width:100%;}
.index_about_wz{width:100%; margin-top:10px}
}
@media (max-width:780px) {
.index_about{padding:50px 0;}
}
@media (max-width:540px) {
.index_about{padding:40px 0;}
}
@media (max-width:420px) {
.index_about{padding:30px 0;}
}

/*首页新闻资讯*/
.index_news{width:100%; overflow:hidden; background:#F5F5F5; padding:100px 0;}
.index_news_box{width:100%; overflow:hidden;}
.index_news_box li{background:#fff; margin-bottom:20px; width:49%; float:left; margin-right:2%; visibility:visible; animation-name:fadeInRight; animation-duration:1.5s;}
.index_news_box li:nth-child(2n){margin-right:0}
.index_news_box li:last-child{margin-bottom: 0;}
.index_news_box li a{display: block;overflow: hidden; padding:17px 0;}
.index_news_box li .dateDiv{width:100px; text-align:center; color:#999999; border-right:1px solid #eee; padding:5px}
.index_news_box li .dateDiv span{display: block; font-size:38px; color:#666; line-height: 1; margin-bottom: 7px;}
.index_news_box li .textDiv{width: calc(100% - 120px);float: right; padding-right:20px}
.index_news_box li .textDiv span{display: block;font-size:16px;color:#333333; height:30px; line-height:30px; overflow:hidden}
.index_news_box li .textDiv p{display: block;color: #999999; margin:5px 0 0; height:50px; line-height:25px; overflow:hidden; font-size:14px; margin-top:0}
.index_news_box li:hover{background:#f08200;}
.index_news_box li:hover .dateDiv,.index_news_box li:hover .dateDiv span,.index_news_box li:hover .textDiv p,.index_news_box li:hover .textDiv span{color:#fff;}

.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:nth-child(5){animation-delay:.6s; margin-bottom:0}
.index_news_box li:nth-child(6){animation-delay:.7s; margin-bottom:0}

@media (max-width:1280px) {
.index_news{padding:80px 0;}
}
@media (max-width:992px) {
.index_news{padding:60px 0;}
}
@media (max-width:780px) {
.index_news{padding:50px 0;}
}
@media (max-width:540px) {
.index_news{padding:40px 0;}
.index_news_box li{width:100%; margin-right:0; margin-bottom:10px}
.index_news_box li:nth-child(5){margin-bottom:10px}
}
@media (max-width:420px) {
.index_news{padding:30px 0;}
}


/**底部**/
.footer{width:100%; overflow:hidden; padding:40px 0; position:relative; background:#212529}
.footer .foot_name{width:28%; float:left; color:#999; }
.footer .foot_name h3{font-size:31px; height:30px; margin-bottom:5px; letter-spacing: 1px;}
.footer .foot_name p{font-size:13px; text-transform:uppercase; letter-spacing: 1px;}
.footer .foot_name span{font-size:34px; color:#f08200; letter-spacing: 1px;}

.footer .foot_left {float:left; width:26%; margin-left:4%}
.footer .foot_left .foot_nav{width:100%; overflow:hidden; float:left}
.footer .foot_left .foot_nav li{width:50%; height:35px; line-height:35px; float:left}
.footer .foot_left .foot_nav li a{font-size:16px; color:#999}

.footer .foot_cont{width:30%; float:left;}
.footer .foot_cont p{color:#999; font-size:14px; line-height:30px; display:block;}
.footer .foot_cont a{color:#999}


.footer .foot-right{width:10%; float:right; text-align:center}
.footer .foot-right img{ width:70%}
.footer .foot-right p{color:#999; font-size:12px; margin-top:5px}


.foot_box{width:100%; overflow:hidden; background:#14171a; height:50px; line-height:50px; color:#939494; text-align:center; font-size:12px}
.foot_box a{color:#939494; font-size:12px; margin-left:10px}
@media (max-width:1180px) {
.footer .foot_name h3{font-size:24px;}	
.footer .foot_name p{font-size:12px;}
.footer .foot_left .foot_nav li a,.footer .foot_cont p{font-size:14px;}
}
@media (max-width:1024px) {
.footer .foot_name{width:30%;}
.footer .foot_name h3{font-size:22px; letter-spacing:0px;}	
.footer .foot_name p{letter-spacing:0px;}
.footer .foot_name span{font-size:28px;letter-spacing: 1px;}

.footer .foot_left {width:25%; margin-left:2%;}
.footer .foot_cont{width:29%; margin-left:2%}
.footer .foot-right{width:10%;}
}
@media (max-width:992px) {
.footer{padding:30px 0;}
.footer .foot_name{width:35%;}
.footer .foot_left{width:25%;}
.footer .foot_cont{width:35%;}
.footer .foot-right{ display:none}
}
@media (max-width:780px) {
.footer .foot_name h3{font-size: 20px;}

}
@media (max-width:540px) {
.footer .foot_name{width:55%}
.footer .foot_left{width:45%; float:right; margin-left:0; text-align:right}
.footer .foot_left .foot_nav li{ padding-right:20px}
.footer .foot_cont{width:100%; margin-left:0;}
}
@media (max-width:420px) {
.footer{padding: 30px 0 20px;}
.footer .foot_name{width:100%; text-align: center}
.footer .foot_left{width:100%; text-align: center}
.footer .foot_left .foot_nav li{ padding-right:0px;  width:16.666%;}
.footer .foot_cont{text-align: center}
}


/**nybanner**/
.ny-banner{width:100%; position:relative; height:450px; min-height:450px;}
@media (max-width:1024px) {
.ny-banner{height:300px; min-height:300px;}
}
@media (max-width:540px) {
.ny-banner{height:200px; min-height:200px;}
}


/**内页**/
.ny_title{width:100%; overflow:hidden; height:100px; margin-top:-50px; border-bottom: 1px solid #e6e6e6;}
.ny_title .title_box{width:93%; float:right; background:#fff; height:100px; line-height:100px; position:relative; padding:0 10% 0 2%}
.ny_title .title_box h4{float:left; line-height:100px; position:relative; padding-left:20px; font-size:22px}
.ny_title .title_box h4:before {content:""; position:absolute; left:0; top:40px; height:20px; width:5px; background:#f08200;}
.ny_title .title_box p{float:right; color:#666}
.ny_title .title_box a{color:#666}

.ny_box{width:100%; overflow:hidden; padding:60px 0;}
.ny_left{width:18%; overflow:hidden; float:left}
.ny_right{width:80%; overflow:hidden; float:right}
@media (max-width:1380px) {	
.ny_title .title_box{width:99%; padding:0 3% 0 2%}
}
@media (max-width:1024px) {	
.ny_title .title_box{padding:0 4% 0 2%}
.ny_box{padding:40px 0;}
}
@media (max-width:992px) {	
.ny_title{margin-top:-30px; height:70px; }
.ny_title .title_box{height:70px; line-height:70px; padding:0 3% 0 2%}
.ny_title .title_box h4{line-height:70px; font-size:18px; padding-left:15px;}
.ny_title .title_box h4:before{top:25px;}
}
@media (max-width:780px) {
.ny_box{padding:30px 0;}	
}
@media (max-width:540px) {	
.ny_title{margin-top:0px; height:50px; }
.ny_title .title_box{height:50px; line-height:50px; background:#f4f4f4}
.ny_title .title_box h4{line-height:50px; font-size:18px; padding-left:15px;}
.ny_title .title_box h4:before{top:15px;}
.ny_title .title_box{width:100%; padding:0 4% 0 2%}
.ny_box{padding:20px 0;}
.ny_left{width:100%;}
.ny_right{width:100%;}
}
@media (max-width:420px) {	
.ny_title .title_box h4{font-size:16px;}
.ny_title .title_box p{font-size:12px;}
}



/**内页导航**/
.twoMenuDiv{overflow:hidden; width:100%}
.twoMenuDiv .categoryDiv .hd{background:#f08200; height:50px; line-height:50px; color:#fff; font-size:20px; padding-left:20px}
.twoMenuDiv .categoryDiv .bd{ overflow:hidden}
.twoMenuDiv .categoryDiv .bd li{width:100%; background:#f4f4f4; height:50px; line-height:50px; position:relative; cursor:pointer; border-bottom:1px solid #ddd; padding-left:20px}
.twoMenuDiv .categoryDiv .bd li a{display:block; color:#333; font-size:16px}
.twoMenuDiv .categoryDiv .bd li:hover a{color:#f08200;}
.twoMenuDiv .categoryDiv .bd li .active{color:#f08200;}
@media (max-width:1024px) {	
.twoMenuDiv .categoryDiv .hd{font-size:18px;}
}
@media (max-width:992px) {	
.twoMenuDiv .categoryDiv .hd{font-size:16px; height:40px; line-height:40px; padding-left:15px}
.twoMenuDiv .categoryDiv .bd li{height:40px; line-height:40px; padding-left:15px}
.twoMenuDiv .categoryDiv .bd li a{font-size:14px}
}
@media (max-width:540px) {	
.twoMenuDiv .categoryDiv{overflow:hidden; margin-bottom:10px}
.twoMenuDiv .categoryDiv .hd{ display:block; text-align:center; font-size:16px; color:#fff; height:40px; line-height:40px; background:#f08200; padding-left:0}
.twoMenuDiv .categoryDiv .hd i{font-family: "iconfont" !important;font-size:15px; font-style: normal; margin-left:10px}
.twoMenuDiv .categoryDiv .bd {height:auto; display:none;}
.twoMenuDiv .categoryDiv .bd ul{ overflow:hidden; border-top:none; border-bottom:none;}
.twoMenuDiv .categoryDiv.industry .bd li{width:100%; margin-left:0}	
.twoMenuDiv .categoryDiv .bd ul li{width:100%; height:40px; line-height:40px; float:left; background:#f5f5f5; text-align:center;  padding-left:0}
.twoMenuDiv .categoryDiv .bd ul li a {height:40px; line-height:40px; font-size:14px; width:100%; border-bottom:1px solid #eee; position: relative; color:#666;}
.twoMenuDiv .categoryDiv .bd li:after{display:none}
.twoMenuDiv .categoryDiv .bd li.active a,.twoMenuDiv .categoryDiv .bd li:hover a{color:#fff;}
}


/**公司介绍**/
.ny_aboutus_box{width:100%; overflow:hidden;}
.ny_aboutus_box img{float:left; width:45%; margin-right:30px}
.ny_aboutus_box span{font-size:26px; letter-spacing:2px; color:#f08200; display:block; margin-bottom:15px;}
.ny_aboutus_box p{font-size:16px; line-height:35px; color:#444; text-indent:2em}
@media (max-width:1380px) {	
.ny_aboutus_box span{font-size:24px; margin-bottom:0px;}
.ny_aboutus_box p{font-size:14px; line-height:30px;}
}
@media (max-width:1180px) {	
.ny_aboutus_box img{width:40%;}
.ny_aboutus_box p{line-height:25px;}
}
@media (max-width:540px) {	
.ny_aboutus_box img{width:100%; margin-bottom:10px}
.ny_aboutus_box span{font-size:20px;}
}



/**产品中心**/
.ny_products_box{width:100%; overflow:hidden;}
.ny_products_box li{width:23.2%; float:left; margin-right:2.3%; margin-bottom:20px; position:relative; border:1px solid #eee}
.ny_products_box li:nth-child(4n){margin-right:0}
.ny_products_box li .imgDiv{display:block; width:100%; height:280px; overflow:hidden; padding:0; position:relative;}
.ny_products_box li .imgDiv .pro{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:none}
.ny_products_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; z-index:10}
.ny_products_box li .text{width:100%; overflow:hidden; text-align:center; padding-bottom:15px; position:relative; z-index:10}
.ny_products_box li .text .ovh{font-size:16px; color:#222;}
.ny_products_box li .text .gg{color:#999; font-size:14px}


.pro_detail_box{width:100%; overflow:hidden;}
.pro_detail_img{width:50%; float:left; border:1px solid #eee; padding: 0; position:relative; overflow:hidden; height:400px; display:block}
.pro_detail_img .pro{display: block;width: 100%;height: 100%;overflow: hidden; margin: 0 auto;padding: 0;border-bottom: none;}
.pro_detail_img .pro img{display: block; max-width: 90%; max-height: 90%; margin: auto;padding: 0;left: 0;top: 0;right: 0;bottom: 0;position: absolute;z-index: 10;}
.pro_detail_text{width:50%; float:right}

.pro_detail_text{ float:right; width:52%; overflow:hidden}
.pro_detail_text h4{font-size:30px; line-height:30px; color:#333; margin-bottom:20px; font-weight:bold}
.pro_detail_text .pro_ms{margin-top:10px; clear:both; overflow:hidden; margin-bottom:20px}
.pro_detail_text .pro_ms li{width:100%; overflow:hidden; float:left; height:50px; line-height:50px; background:#f4f4f4; margin-bottom:1px;}
.pro_detail_text .pro_ms li b{font-size:16px; float:left; font-weight:normal; width:125px; border-left:3px solid #f08200; background:#DDD; padding-left:20px; color:#222; display:block}
.pro_detail_text .pro_ms li p{font-size:16px; float:left; color:#666; padding-left:20px; display:block; width: calc(100% - 125px)}

.pro_detail_text .tel{width:48%; height:50px; line-height:50px; text-transform:capitalize; background:#222; color:#FFF; display:block; text-align:center; font-weight:normal; font-size:18px; float:left}
.pro_detail_text .order{width:48%; height:50px; line-height:50px; text-transform:capitalize; background:#f08200; color:#FFF; display:block; text-align:center; font-weight:normal; font-size:18px; float:right}
.pro_detail_text .order a{color:#FFF;}
.pro_detail_text i{margin-right:10px}

.red_pro_box{width:100%; overflow:hidden; margin-top:30px}
.red_pro_box .bt{background:#f4f4f4; overflow:hidden; height:60px; line-height:60px; padding-left:20px; font-size:20px; margin-bottom:20px; border-left:3px solid #f08200; color:#f08200; text-transform:uppercase; font-weight:bold}
.red_pro_box .red_pro_box_xq p{ font-size:16px; line-height:40px}
@media (max-width:1380px) {	
.ny_products_box li{width:24%; margin-right:1.33%;}
}
@media (max-width:1024px) {	
.pro_detail_img{height:320px;}
.pro_detail_text h4{ font-size:26px}
.pro_detail_text .pro_ms li{height:40px; line-height:40px;}
.pro_detail_text .pro_ms li b,.pro_detail_text .pro_ms li p{ font-size:14px}
.red_pro_box .bt{height:50px; line-height:50px; font-size:18px}
.red_pro_box .red_pro_box_xq p{ font-size:14px; line-height:30px}

.ny_products_box li .imgDiv{height:160px;}
}
@media (max-width:992px) {	
.ny_products_box li .imgDiv{height:150px;}
.ny_products_box li .text .ovh{font-size:14px;}
.ny_products_box li .text .gg{font-size:12px;}
.pro_detail_text .pro_ms li b,.pro_detail_text .pro_ms li p{padding-left:10px;}
.pro_detail_text .pro_ms li b{width: 100px;}
.pro_detail_text .pro_ms li p{width: calc(100% - 100px);}
.red_pro_box .bt{padding-left: 10px;}
}
@media (max-width:780px) {	
.pro_detail_img{height:280px;}
.pro_detail_text h4{ font-size:24px}
.pro_detail_text .pro_ms li{height:35px; line-height:35px;}
.ny_products_box li .imgDiv{height:130px;}

.red_pro_box{margin-top:20px;}
.red_pro_box .bt{margin-bottom:10px;}
}
@media (max-width:540px) {	
.ny_products_box li{width:49%; margin-right:2%; margin-bottom:10px;}
.ny_products_box li:nth-child(2n){margin-right:0}
.ny_products_box li .imgDiv{height:200px;}

.pro_detail_img{width:100%; height:380px; margin-bottom:10px}
.pro_detail_text{width:100%}
.red_pro_box{margin-top:10px;}
.red_pro_box .bt{margin-bottom:5px; font-size:16px;}

}
@media (max-width:420px) {	
.pro_detail_text h4{font-size: 22px; margin-bottom:10px}
.pro_detail_text .tel,.pro_detail_text .order{ font-size:16px}
}

.picture_box{width:45%; float:left}
.picture_box .gallery-top{border:1px solid #eee; text-align:center; position:relative}
.picture_box .swiper-container {width:100%;}
.picture_box .gallery-top .swiper-slide img{width:70%; height:70%;}
.picture_box .swiper-slide {background-size:120%; background-repeat:no-repeat; background-position:center;}
.picture_box .gallery-thumbs {height:100px; box-sizing:border-box; width:100%; margin:0 auto; margin-top:20px;}
.picture_box .gallery-thumbs .swiper-slide {height:100%; opacity:0.4; border:2px solid #f5f5f5;}
.picture_box .gallery-thumbs .swiper-slide-thumb-active {opacity:1; border:2px solid #f08200;}

.picture_box .swiper-button-next,.picture_box .swiper-button-prev{top:50%; bottom:0px; background:rgba(0,0,0,.1); width:50px; height:50px; line-height:50px; text-align:center; position:absolute}
.picture_box .swiper-button-prev{left:0;}
.picture_box .swiper-button-next{right:0}
.picture_box .swiper-button-next:hover,.picture_box .swiper-button-prev:hover{background:rgba(32,60,160,.8);}
.picture_box .swiper-button-next i,.picture_box .swiper-button-prev i{color:#fff;}
.picture_box .swiper-button-next:hover i,.picture_box .swiper-button-prev:hover i{color:#fff;}
@media (max-width:1380px) {	
.picture_box .gallery-thumbs {height:85px;}
}
@media (max-width:1180px) {	
.picture_box .gallery-thumbs {height:75px;}
}
@media (max-width:1024px) {	
.picture_box .gallery-thumbs {height:60px;}
}
@media (max-width:540px) {	
.picture_box{width:100%; margin-bottom:20px}
.picture_box .gallery-thumbs {height:100px;}
}
@media (max-width:420px) {	
.picture_box .gallery-thumbs {height:70px;}
}


/**案例中心**/
.ny_case_box{overflow: hidden;}
.ny_case_box ul{overflow: hidden;}
.ny_case_box li{width:23.2%; float:left; margin-right:2.3%; margin-bottom:35px;  box-sizing: border-box;}
.ny_case_box li:nth-child(4n){margin-right:0}
.ny_case_box li .xwlbnn{background: #f0f0f0;}
.ny_case_box li .xwlbtp{overflow:hidden; border:1px solid #eee}
.ny_case_box li .xwlbtp img{width:100%; transition: all .8s ease 0s;}
.ny_case_box li .xwlb_text{ padding:4%; display:none}
.ny_case_box li .xwlb_text h2{font-size:16px; color:#333; font-weight:bold; margin-bottom:0; text-align:center}
.ny_case_box li .xwlb_text p{font-size:14px; color:#666666; line-height:25px;}
.ny_case_box li h4{transition: All 0.4s ease-in-out; padding: 0 4%; border-top: 1px solid #dadada; line-height:40px; color:#333; font-size:14px; font-weight:normal}
.ny_case_box li:hover h4{color:#fff; background:#f08200;}
.ny_case_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);}


/**文章详情**/
.newsdetail{width:100%; overflow:hidden;}
.newsdetail .hddiv{text-align: center;}
.newsdetail .hddiv .title{font-size:24px; font-weight:bold; color:#222}
.newsdetail .hddiv .title02{overflow:hidden; margin:10px 0}
.newsdetail .hddiv span{color: #999999; margin:0 10px; font-size:14px}
.newsdetail .bddiv{border-top:1px solid #eee; border-bottom: 1px solid #eee; padding:10px 0;}
.newsdetail .bddiv p{margin:0; color:#333; font-size:16px; line-height:40px}
.newsdetail .otherPage{padding: 10px 0 45px; color:#999}
.newsdetail .otherPage span{ font-size:14px}
.newsdetail .otherPage a{color:#333; margin-top:10px; max-width:50%;}
@media (max-width:1180px) {
.ny_case_box li .xwlb_text h2{font-size:14px;}
}
@media (max-width:1024px) {
.newsdetail .otherPage{padding: 10px 0 30px;}
}
@media (max-width:992px) {
.ny_case_box li{width:49%; margin-right:2%; margin-bottom:10px;}
.ny_case_box li:nth-child(2n){margin-right:0}
}
@media (max-width:540px) {
.newsdetail .hddiv{padding:0px 0 0px; }
.newsdetail .hddiv .title{ font-size:22px}
.newsdetail .bddiv p{font-size:14px; line-height:30px}
.newsdetail .otherPage .fl,.newsdetail .otherPage .fr{ width:100%; overflow:hidden; font-size:14px; height:30px; line-height:30px}
.newsdetail .otherPage{padding: 10px 0 20px;}
}
@media (max-width:420px) {
.newsdetail .hddiv .title{font-size:18px; line-height:30px}	
.ny_case_box li .xwlb_text h2{font-size:12px;}
}



/**新闻资讯**/
.news_box{ margin-top:40px; overflow:hidden; width:100%;}
.news_box li{max-width:100%; margin-bottom:20px; padding:0; background:#f8f8f8; overflow: hidden}
.news_box li .textDiv{ width:85%; float:left; padding:2%}
.news_box li .textDiv .title{font-size:22px; color:#666; overflow:hidden; height:35px; line-height:35px; margin-bottom:10px}
.news_box li .textDiv .p{ font-size:14px; color:#999; line-height:30px}
.news_box li .timeDiv{ width:15%; height:60px; float:left; padding-left:2%; border-left:1px solid rgba(0,0,0,.06);  margin-top:50px}
.news_box li .timeDiv .sj{float:left; text-align:center; width:50%}
.news_box li .timeDiv .sj p{font-size:24px; font-weight:bold; color:#666}
.news_box li .timeDiv .sj span{color:#999; font-size:14px}
.news_box li .timeDiv .more{float:left; text-align:center; display:block; width:50%; height:60px; line-height:60px; color:#ddd; font-size:35px}
.news_box li:hover{ background:#f08200}
.news_box li:hover .timeDiv{border-left:1px solid #fff;}
.news_box li:hover .title,.news_box li:hover .p,.news_box li:hover .timeDiv .sj,.news_box li:hover .timeDiv .sj p,.news_box li:hover .timeDiv .sj span,.news_box li:hover .timeDiv .more{color:#fff;}
.news_box li .timeDiv02{ display:none}
@media (max-width:1024px) {
.news_box li .textDiv{width:80%;}
.news_box li .timeDiv{width:20%; margin-top:35px;}
.news_box li .textDiv .title{ margin-bottom:0}
}
@media (max-width:820px) {
.news_box li .timeDiv .sj p{font-size:22px;}
}
@media (max-width:540px) {
.news_box li .textDiv{ width:100%;}
.news_box li .timeDiv{ display:none}
.news_box li .timeDiv02{ display:block; color:#999}
}







/**新闻详情**/
.newsdetail{width:100%; overflow:hidden; margin-top:20px}
.newsdetail .hddiv{text-align: center;}
.newsdetail .hddiv .title{font-size:24px; font-weight:bold; color:#222}
.newsdetail .hddiv .title02{overflow:hidden; margin:10px 0}
.newsdetail .hddiv span{color: #999999; margin:0 10px; font-size:14px}
.newsdetail .bddiv{border-top:1px solid #eee; border-bottom: 1px solid #eee; padding:10px 0;}
.newsdetail .bddiv p{margin:0; color:#333; font-size:16px; line-height:40px}
.newsdetail .otherPage{padding: 10px 0 45px; color:#999}
.newsdetail .otherPage span{ font-size:14px}
.newsdetail .otherPage a{color:#333; margin-top:10px; max-width:50%;}


.feedback_form{width:100%; overflow:hidden;}
.feedback_form ul li{ margin-bottom:10px; float:left; width:49.5%; background:#eeeeee; position:relative; padding-left:10px}
.feedback_form ul li:nth-child(2n){float:right;}
.feedback_form ul li p{ position:absolute; top:15px; right:10px; color:#d36c00}
.feedback_form ul li input{font-family: "SourceHanSansCN-Normal";border:none; background:none; background-color:transparent; width:100%; color:#000; font-size:1.125em; height:50px}
.feedback_form ul li textarea{font-family: "SourceHanSansCN-Normal"; height:300px;border:none; background:none; background-color:transparent; width:100%; color:#000; font-size:1.125em;}
.feedback_form ul li .yzm_box{ float:left; width: calc(100% - 180px);}
.feedback_form ul li .yzm{ float:right; margin-top:12px; margin-right:10px; }
.feedback_form ul li:nth-child(5){ width:100%}
.feedback_form ul li:nth-child(6){float:left;}
.feedback_form .more-button{cursor:pointer; border: none; width:10%; height: 50px; font-size: 14px; color: #fff; background: #4c4948!important; float:right}
.feedback_form .more-button:hover{background:#f08200!important;}

/**联系我们**/
.contact_box{width:100%; overflow:hidden;}
.contact_box li{width:19%; float:left; margin-right:1.25%; padding:1% 1.5% 0.5% 1.5%; background:#f5f5f5}
.contact_box li i{ display:block; font-size:45px; color:#f08200; height:60px; margin-bottom:10px}
.contact_box li b{font-size:18px; color:#333; display: block;}
.contact_box li b:after {content: ""; display: block; width:26px; height:2px; background:#CCC; vertical-align: middle; margin:15px 0}
.contact_box li p{font-size:14px; color:#333; line-height:25px; height:50px;}
.contact_box li:nth-child(5){margin-right:0}
.contact_box li:nth-child(3) i,.contact_box li:nth-child(4) i{font-size:40px;}
.contact_box li a{ color:#333}

.contact-map{ width:100%;overflow:hidden; margin-top:20px}
#container{min-width:100%; min-height:540px; padding:1%}
#container .map_wz{ font-size:18px; color:#f08200; font-family:Verdana, Geneva, sans-serif; font-weight:bold; margin-bottom:1px; display:block}
#container .map_wzz{ font-size:14px; font-family:Verdana, Geneva, sans-serif;}
@media (max-width:1380px) {
.feedback_form .more-button{width:20%;}
.contact_box li{padding:1.5% 1.5% 1.5% 1.5%}	
}

@media (max-width:1024px) {
.contact-map{margin-top:30px}
#container{min-height:400px;}
}
@media (max-width:998px) {
.contact_box li{width:32%; margin-right:1.3%; margin-bottom:10px;}	
.contact_box li:nth-child(3){margin-right:0}
}
@media (max-width:780px) {
.contact-map{margin-top:20px}
}
@media (max-width:540px) {
.feedback_form ul li,.feedback_form .more-button{ width:100%}
.contact_box li{width:100%; margin-right:0; margin-bottom:10px; padding:2%; text-align:center}	
.contact_box li:nth-child(2n){ float:right}
.contact_box li b:after{margin:8px 0; display:none}
.contact-map{margin-top:10px}
}




/*分页样式 开始*/
#fengye{clear:both; margin:auto 0; text-align: center;}
div.digg{text-align:left; font-size:16px; display:inline-block; height:50px;}
div.digg span.disabled{padding:10px 16px; margin:0 2px; color:#999; background:#f4f4f4}
div.digg span.current{padding:10px 16px; margin:0 2px; color:#fff; background:#f08200;}
div.digg a{padding:10px 16px; margin:0 2px; color:#999; text-decoration: none; background:#f4f4f4}
div.digg a:hover {background:#f08200; color:#fff;}
div.digg .keng{ display:none}
@media (max-width:540px) {
#fengye{ margin-top:20px}	
}
@media (max-width:420px) {
#fengye{ margin-top:10px}	
}


/**相册**/
.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:10%; left:10%; text-align: center; width:80%; height:80%; background:#fff}
.rebox-contents .rebox-content { border: 5px solid #fff;   border-radius: 1px; 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:520px) {
.rebox-contents{top:18%}
}

.all_back {position:fixed; right:30px; bottom:30px; z-index:9999; display:none; cursor:pointer; background:#f08200; 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:#f08200; 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}
