@charset "utf-8";
html{font-size:100px;}
.main-width{width:1200px;margin:0 auto;}
.secd-width{width:1440px;margin:0 auto;}
.m-Top{margin-top:130px;}
.other-banner img{width:100%;height:auto;}


/*导航栏*/

.header{position:fixed;left:0;top:0;width:100%;height:130px;background-color:#fff;box-shadow:0 0 5px #999;z-index:999;}
.header .logo{float:left;width:150px;border-radius:5px;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,.1);}
.header .logo img{width:100%;height:auto;}
.header .lang{float:right;height:26px;line-height:28px;padding-left:20px;margin-top:52px;margin-left:20px;border-left:1px dashed #333;font-size:17px;}
.header .lang span,.header .lang a{display:inline-block;vertical-align:top;}
.header .lang i{display:inline-block;width:26px;height:26px;margin-right:5px;background:url(/images/all-icon.png) -330px -120px no-repeat;vertical-align:top;}
.header .nav{float:right;}
.header .nav > ul > li{position:relative;height:130px;float:left;padding:0 15px;margin-right:35px;font-size:18px;line-height:130px;}
.header .nav > ul > li > a{padding:12px 0px;color:#151515;}
.header .nav > ul > li > a:hover{color:#ff7f00;}
.header .nav > ul > li .drop-down{display:none;position:absolute;top:130px;left:-50px;width:220px;padding:10px 20px;background-color:#fff;border-top:3px solid #ff7f00;box-shadow:0 0 5px #999;}
.header .nav > ul > li .drop-down li{font-size:16px;line-height:34px;}
.header .nav > ul > li .drop-down li a{color:#333;}
.header .nav > ul > li .drop-down li a:hover{color:#ff7f00;}
.header .nav > ul > li .pro{left:-450px;width:1000px;height:260px;}
.header .nav > ul > li .pro ul{width:1000px;margin:0 auto;padding:30px 0 20px;overflow:hidden;}
.header .nav > ul > li .pro li{float:left;width:20%;text-align:center;}
.header .nav > ul > li .pro li > a{position:relative;margin-bottom:10px;}
.header .nav > ul > li .pro li > a img{position:relative;top:0;transition:top .3s;}
.header .nav > ul > li .pro li p{font-size:15px;}
.header .nav > ul > li .pro li a:hover{background:none;}
.header .nav > ul > li .pro li a:hover img{top:-15px;}
.header .nav > ul > li .pro li:hover a{color:#ff7f00;}
.header .nav > ul > li.search{float:left;margin-right:0px;width:24px;height:24px;padding:53px 0 0px 0px;margin-left:55px;}
.header .nav > ul > li.search .box{float:right;position:relative;width:0px;overflow:visible !important;}
.header .nav > ul > li.search .box .text{display:none;position:relative;width:100%;height:25px;border:1px solid #999;padding:0 34px 0 10px;float:right;z-index:8;border-radius:18px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.header .nav > ul > li.search .box .btn, .header .nav li.search .box .sub {position:absolute;top:2px;right:4px;width:17px;height:17px;padding:1px 0;cursor:pointer;z-index:9;}
.header .nav > ul > li.search .box .btn{background:url(/images/all-icon.png) 0 0 no-repeat;}
.header .nav > ul > li.search .box .sub {display:none;background:url(/images/all-icon.png) 0 0 no-repeat;}
.header .nav > ul > li.active{background-color:#ff7f00;}
.header .nav > ul > li.active > a{color:#fff;}
.header .logo .phone-menu{display:none;float:right;margin:18px 0;width:28px;height:18px;background:url(/images/all-icon.png) no-repeat -131px -1px;cursor:pointer;}
.header.active .logo .phone-menu{background-position:-166px -1px;}
.header.flow{height:64px;}
.header.flow .logo{width:74px;}
.header.flow .lang{margin-top:19px;}
.header.flow .nav > ul > li{height:64px;line-height:64px;}
.header.flow .nav > ul > li.active:after{top:50px;}
.header.flow .nav > ul > li.search{padding:22px 0 0px 0px;height:24px;}
.header.flow .nav > ul > li .drop-down{top:64px;}
/*多次显现*/

.an-overall .animate{transform:translateY(80px);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:transform .8s ease,opacity .8s ease;}
.an-overall .t1{transition-delay:.2s;}
.an-overall .t2{transition-delay:.4s;}
.an-overall .t3{transition-delay:.6s;}
.an-overall .t4{transition-delay:.8s;}
.an-overall .t5{transition-delay:1s;}
.an-overall .t6{transition-delay:1.2s;}
.an-overall .t7{transition-delay:1.4s;}
.an-overall .t8{transition-delay:1.6s;}
.an-overall .t9{transition-delay:1.8s;}
.an-overall .t10{transition-delay:2.0s;}
.an-overall .t11{transition-delay:2.2s;}
.an-overall .t12{transition-delay:2.4s;}
.an-overall.action .animate{transform:translateY(0);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
/*首页banner*/

.index-main .slidebox{width:100%;position:relative;z-index:9;overflow:hidden;}
.index-main .slidebox .slideshow{width:100%;margin:0 auto;overflow:hidden;position:relative;}
.index-main .slidebox .slideshow ul{position:relative;width:4000px;overflow:hidden;}
.index-main .slidebox .slideshow ul li{float:left;}
.index-main .slidebox .slideshow ul li img{width:100%;height:auto;}
.index-main .slidebox .slidelist{position:absolute;bottom:-32px;left:50%;transition:all .5s}
.index-main .slidebox:hover .slidelist{bottom:32px;}
.index-main .slidebox .slidelist ul{margin-left:-50%;}
.index-main .slidebox .slidelist ul li{float:left;width:14px;height:14px;margin:0 8px;background-color:#ffdfaf;border-radius:50%;cursor:pointer;}
.index-main .slidebox .slidelist ul li.active{background-color:#f77b00;}
.index-main .slidebox .item-btn{position:absolute;width:31px;height:31px;top:50%;margin-top:-16px;background:url(/images/all-icon.png) no-repeat;cursor:pointer;transition:left .5s,right .5s;-webkit-transition:left .5s,right .5s;-moz-transition:left .5s,right .5s;-ms-transition:left .5s,right .5s;-o-transition:left .5s,right .5s;}
.index-main .slidebox .prev{left:-56px;background-position:-410px 0px}
.index-main .slidebox .next{right:-56px;background-position:-456px 0px;}
.index-main .slidebox:hover .prev{left:40px;}
.index-main .slidebox:hover .next{right:40px;}
.index-main .slidebox .prev:hover{background-position:-410px -50px;}
.index-main .slidebox .next:hover{background-position:-456px -50px;}
/*首页产品*/

.index-main .title{position:relative;margin-bottom:55px;text-align:center;}
.index-main .title em{position:absolute;left:50%;top:0;width:100vw;line-height:70px;margin-left:-50vw;font-family:"OpenSans-Bold";font-size:100px;color:rgba(0,0,0,.02);text-transform:uppercase;}
.index-main .title h2{position:relative;display:inline-block;padding:0 10px;margin-bottom:30px;font-size:60px;font-family:"OpenSans-Light";text-transform:uppercase;color:#000;}
.index-main .title h2 span{display:inline-block;position:relative;height:60px;line-height:60px;z-index:2;}
.index-main .title h2 span i{font-family:"OpenSans-Bold";}
.index-main .title h2:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:10px;background-color:#f77b00;}
.index-main .title p{line-height:20px;font-size:16px;color:rgba(0,0,0,.5);}
.index-products{padding:110px 0;}
.index-products .slide-pro{position:relative;}
.index-products .slide-pic{overflow:hidden;}
.index-products .slide-pic li{position:relative;float:left;width:480px;padding-bottom:30px;}
.index-products .slide-pic li h3{line-height:35px;font-size:20px;text-align:center;}
.index-products .slide-pic li .pic{height:0;padding-bottom:93.75%;overflow:hidden;}
.index-products .slide-pic li .pic img{width:100%;height:auto;}
.index-products .slide-pic li .cover{position:absolute;left:0;top:0;width:100%;height:100%;padding:25px;box-sizing:border-box;background-color:rgba(255,132,10,.9);opacity:0;transition:all .5s;}
.index-products .slide-pic li .cover .box{width:100%;height:100%;padding:40px 30px 0;border:2px solid #fff;box-sizing:border-box;}
.index-products .slide-pic li .cover .box h4{line-height:25px;margin-bottom:15px;font-size:20px;font-family:"OpenSans-Bold";color:#fff;text-transform:uppercase;}
.index-products .slide-pic li .cover .box p{line-height:22px;font-size:16px;color:#fff;}
.index-products .slide-pic li .cover .box a{display:inline-block;margin:0 40px 10px 0;color:#fff;}
.index-products .slide-pic li .cover .box .info{margin-bottom:40px;}
.index-products .slide-pic li:hover .cover{opacity:1;} 

.index-products .btn{position:absolute;}
.index-products .btn{position:absolute;top:50%;margin-top:-25px;width:26px;height:50px;background:url(/images/all-icon.png) no-repeat;background-color:#fff;cursor:pointer;}
.index-products .prev{left:-75px;background-position:0px -220px;}
.index-products .next{right:-75px;background-position:-50px -220px;}
.index-products .prev:hover{background-position:0px -290px;}
.index-products .next:hover{background-position:-50px -290px;}
/*首页关于我们*/

.index-about{padding:110px 0;background-image:url(/images/index-about-bg.jpg);background-size:100% auto;background-position:top center;background-repeat:no-repeat;}
.index-about .title{margin-bottom:85px;}
.index-about .title em{color:rgba(255,255,255,.08);}
.index-about .title h2{color:#fff;}
.index-about .title p{color:rgba(255,255,255,.5);}
.index-about .cont{position:relative;padding:25px;background-color:#fff;box-shadow:0 0 40px rgba(0,0,0,.3);overflow:hidden;}
.index-about .cont li{float:left;width:33.33333%;height:0;padding:2% 4.3% 22.75%;border-right:1px solid #e5e5e5;box-sizing:border-box;}
.index-about .cont li img{height:56px;width:auto;margin-bottom:15px;}
.index-about .cont li h3{line-height:25px;font-size:20px;font-family:"OpenSans-Semibold";text-transform:uppercase;color:#333;}
.index-about .cont li hr{width:40px;border:1px solid #ff7f00;text-align:left;margin:10px 0 15px;}
.index-about .cont li p{line-height:25px;font-size:14px;}
.index-about .cont li:nth-child(n+4){padding:4% 4.3% 20.75%;}
.index-about .cont li:nth-child(3n){border-right:none;}
.index-about .cont:after{content:"";position:absolute;left:2.5%;top:50%;width:95%;height:1px;background-color:#e5e5e5;}
/*首页案例*/

.index-app{padding-bottom:80px;}
.index-app .cont{overflow:hidden;}
.index-app .cont ul{width:101.66667%;}
.index-app .cont li{float:left;width:31.694%;margin:0 1.639% 1.639% 0;}
.index-app .cont li .pic{height:0;padding-bottom:68.965%;overflow:hidden;}
.index-app .cont li .pic img{width:100%;height:auto;}
.index-app .cont li .text{position:relative;height:80px;background-color:#e5e5e5;}
.index-app .cont li .text p{position:absolute;left:0;top:50%;width:100%;line-height:25px;font-size:20px;font-family:"OpenSans-Semibold";color:#333;text-align:center;text-transform:uppercase;transform:translateY(-50%);color:#333;}
.index-app .cont li:hover .text p{color:#ff7f00;}
/*首页新闻*/

.index-news{padding-bottom:80px;}
.index-news .title{padding-top:55px;margin-bottom:35px;text-align:left;}
.index-news .title em{left:0;width:auto;line-height:115px;margin:0;font-size:160px;}
.index-news .title h2{margin-bottom:0;}
.index-news .title a{float:right;line-height:20px;margin-top:40px;font-size:18px;text-transform:uppercase;}
.index-news .title a i{display:inline-block;vertical-align:top;width:15px;height:20px;margin-left:5px;background:url(/images/all-icon.png) no-repeat -370px -120px;}
.index-news .cont{overflow:hidden;}
.index-news .cont .rec{position:relative;float:left;width:67.35%;padding:1.4% 1%;box-sizing:border-box;}
.index-news .cont .rec .box{position:relative;padding:3.2% 1.6%;background-color:#fff;border-radius:5px;box-shadow:0 0 20px rgba(0,0,0,.1);overflow:hidden;z-index:2;}
.index-news .cont .rec .box .item{float:left;width:46.7%;margin:0 1.65%;}
.index-news .cont .rec .box .item .pic{height:0;padding-bottom:48.235%;overflow:hidden;}
.index-news .cont .rec .box .item .pic img{width:100%;height:auto;}
.index-news .cont .rec .box .item .text{padding-top:10px;}
.index-news .cont .rec .box .item .text h3{line-height:25px;font-size:20px;font-family:"OpenSans-Semibold";text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.index-news .cont .rec .box .item .text p{line-height:25px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.index-news .cont .rec:after{content:"";position:absolute;left:0;top:0;width:32.5%;height:100%;background-color:#fae1d3;border-radius:5px;}
.index-news .cont .list{float:right;width:30.55%;}
.index-news .cont .list li{position:relative;min-height:89px;padding:18px 0 18px 75px;border-bottom:1px solid #e5e5e5;box-sizing:border-box;overflow:hidden;}
.index-news .cont .list li .time{position:absolute;left:0;top:18px;width:55px;height:55px;text-align:center;background-color:#ebebeb;box-sizing:border-box;font-family:"OpenSans-Semibold";border-radius:5px;color:#ff7f00;}
.index-news .cont .list li .time span{display:inline-block;line-height:28px;padding:0 5px;font-size:20px;border-bottom:1px solid #ff7f00;}
.index-news .cont .list li .time p{line-height:27px;font-size:16px;}
.index-news .cont .list li h3{padding-top:2px;line-height:25px;font-size:16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.index-news .cont .list li:nth-last-child(1){border:none;margin-bottom:0;}
/*底部*/

.footer{background:url(/images/footer-bg.jpg) no-repeat center top;background-size:100% auto;}
.footer .nav{line-height:30px;padding:30px 0;border-bottom:1px solid #fff;text-align:center;}
.footer .nav a{margin:0 30px;color:#fff;font-size:20px;}
.footer .nav a:hover{color:#ff7f00;}
.footer .nav .son{padding-top:30px;margin-top:30px;border-top:1px solid rgba(255,255,255,.15);}
.footer .nav .son a{font-size:16px;margin:0 25px;}
.footer .funcbox{padding:70px 0;overflow:hidden;}
.footer .funcbox h3{position:relative;display:inline-block;line-height:32px;margin-bottom:30px;padding:0 5px;font-size:36px;color:#fff;text-transform:uppercase;}
.footer .funcbox h3 span{position:relative;z-index:2;}
.footer .funcbox h3:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:7px;background-color:#ff7f00;}
.footer .funcbox a{color:#fff;}
.footer .funcbox a:hover{color:#ff7f00;}
.footer .funcbox .products{float:left;width:300px;margin-right:80px;}
.footer .funcbox .products li{line-height:26px;padding:20px 0;font-size:20px;}
.footer .funcbox .local{float:left;width:450px;}
.footer .funcbox .local li{position:relative;height:66px;margin-bottom:20px;padding-left:90px;}
.footer .funcbox .local li p{line-height:26px;padding:20px 0;color:#fff;}
.footer .funcbox .local li p span{font-size:20px;margin-right:10px;text-transform:uppercase;}
.footer .funcbox .local li i{position:absolute;left:0;top:0;width:66px;height:66px;background-image:url(/images/contact-icon.png);background-size:400% 100%;}
.footer .funcbox .local li .add{background-position-x:0;}
.footer .funcbox .local li .tel{background-position-x:-100%;}
.footer .funcbox .local li .fix{background-position-x:-200%;}
.footer .funcbox .local li .mail{background-position-x:-300%;}
.footer .funcbox .local .sns{margin-top:35px;overflow:hidden;}
.footer .funcbox .local .sns a{display:block;float:left;width:36px;height:36px;margin-right:25px;background-image:url(/images/all-icon.png);background-repeat:no-repeat;font-size:0;background-position-y:-444px;}
.footer .funcbox .local .sns a:hover{background-position-y:-400px;}
.footer .funcbox .local .sns .facebook{background-position-x:0;}
.footer .funcbox .local .sns .linkedin{background-position-x:-50px;}
.footer .funcbox .local .sns .youtube{background-position-x:-100px;}


.footer .funcbox .message{float:right;width:410px;}
.footer .funcbox .message input{width:100%;height:45px;line-height:45px;margin-bottom:15px;padding:0 10px;background-color:#fff;box-sizing:border-box;}
.footer .funcbox .message input[type="submit"]{background-color:#ff7f00;color:#fff;font-family:"OpenSans-Semibold";text-transform:uppercase;cursor:pointer;}
.footer .funcbox .message textarea{width:100%;height:190px;line-height:25px;margin-bottom:10px;padding:5px 10px;background-color:#fff;box-sizing:border-box;}
.footer .copy-right{padding:20px 0;border-top:1px solid #fff;text-align:center;}
.footer .copy-right p{font-size:14px;color:#999;font-family:"OpenSans-Regular";line-height:30px;}
/*在线分享*/

.share-flow{position:fixed;right:20px;bottom:134px;z-index:999;}
.share-flow a{display:block;width:35px;height:35px;background:url(/images/all-icon.png) no-repeat;margin-bottom:8px;}
.share-flow a.facebook{background-position:0 -400px;}
.share-flow a.twitter{background-position:-50px -400px;}
/*返回顶部*/

.to-top{position:fixed;right:20px;bottom:100px;z-index:9999;}
.to-top a{display:block;width:35px;height:35px;background:url(/images/arrow-top.png) no-repeat;}
/*产品列表*/

#a-pro{position:relative;display:block;top:-128px;}
.list-products{padding:64px 0 50px 0;}
.list-products .tab{;height:42px;border-bottom:1px solid #e3e3e3;}
.list-products .tab .child-tab{height:42px;}
.list-products .tab .child-tab>li{position:relative;float:left;font-size:17px;margin-right:66px;text-transform:uppercase;}
.list-products .tab .child-tab>li>a{display:block;color:#151515;padding-bottom:22px;}
.list-products .tab .child-tab>li>i{display:none;position:absolute;top:41px;left:0;width:24px;height:3px;background-color:#ff7f00;}
.list-products .tab .child-tab>li.active>a{color:#ff7f00;}
.list-products .tab .child-tab>li.active>i{display:block;}
.list-products .tab .child-tab>li.active .son-tab{display:block;}
.list-products .tab .son-tab{display:none;position:absolute;left:0;top:62px;width:1200px;}
.list-products .tab .son-tab>li{float:left;font-size:14px;margin-right:30px;font-family:"OpenSans-Semibold";}
.list-products .tab .son-tab>li>a{color:#151515;padding:2px 4px;}
.list-products .tab .son-tab>li.active>a{color:#ff7f00;}
.list-products .tab .child-tab>li:nth-child(2) .son-tab{left:-162px;}
.list-products .tab .child-tab>li:nth-child(3) .son-tab{left:-322px;}
.list-products .tab .child-tab>li:nth-child(4) .son-tab{left:-478px;}
.list-products .content{margin-top:100px;}
.list-products .list{overflow:hidden;}
.list-products .list ul{width:1216px;overflow:hidden;}
.list-products .list ul li{float:left;margin-right:10px;margin-bottom:50px;width:292px;text-align:center;}
.list-products .list ul li .pic{position:relative;display:block;border:1px solid #fff;}
.list-products .list ul li .pic img{width:100%;height:auto;}
.list-products .list ul li .pic >em{position:absolute;display:block;background-color:#ff7f00;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.list-products .list ul li .pic >em.e1{left:0px;top:0px;width:0;height:2px;-webkit-transition:width 0.5s,opacity 0.5s;transition:width 0.5s,opacity 0.5s;}
.list-products .list ul li .pic >em.e2{right:0px;top:0px;width:2px;height:0;-webkit-transition:height 0.5s,opacity 0.5s;transition:height 0.5s,opacity 0.5s;}
.list-products .list ul li .pic >em.e3{right:0px;bottom:0px;width:0;height:2px;-webkit-transition:width 0.5s,opacity 0.5s;transition:width 0.5s,opacity 0.5s;}
.list-products .list ul li .pic >em.e4{left:0px;bottom:0px;width:2px;height:0;-webkit-transition:height 0.5s,opacity 0.5s;transition:height 0.5s,opacity 0.5s;}
.list-products .list ul li .pic:hover >em.e1{width:100%;opacity:1;} 

.list-products .list ul li .pic:hover >em.e2{height:100%;opacity:1;} 

.list-products .list ul li .pic:hover >em.e3{width:100%;opacity:1;}
.list-products .list ul li .pic:hover >em.e4{height:100%;opacity:1;} 

.list-products .list ul li h3{position:relative;margin:22px 0 24px 0;font-size:16px;}
.list-products .list ul li h3 a{color:#151515;}
.list-products .list ul li h3:before{content:"";position:absolute;left:50%;bottom:-10px;margin-left:-13px;width:26px;height:3px;background-color:#ff7f00;}
.list-products .list ul li .more{display:block;width:100%;height:38px;font-size:16px;color:#151515;font-family:"OpenSans-Regular";line-height:38px;background-color:#f4f4f4;transition:all 0.5s;}
.list-products .list ul li:hover .pic{}
.list-products .list ul li:hover .more{color:#fff;background-color:#ff7f00;}
/*分页*/

.page{text-align:center;margin-top:30px;}
.page ul{display:inline-block;*display:inline;*zoom:1;}
.page ul li{float:left;margin:0 5px 10px;}
.page ul li a{display:block;line-height:28px;border:1px solid #999;padding:0 10px;}
.page ul li a:hover{border-color:#ff7f00;}
.page ul li.thisclass a{background-color:#ff7f00;border-color:#ff7f00;color:#fff;}
/*产品详情*/

.main-products{padding:62px 0 92px 0;}
.main-products .overview{overflow:hidden;}
.main-products .slidebox{position:relative;float:left;overflow:hidden;width:650px;}
.main-products .slidebox .slide-pic{float:right;margin-top:20px;width:500px;height:400px;overflow:hidden;}
.main-products .slidebox .slide-pic ul li{float:left;width:500px;}
.main-products .slidebox .slide-pic ul li img{width:100%;height:auto;}
.main-products .slidebox .slide-dot{float:left;padding:50px 0 30px 0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.main-products .slidebox .slide-dot .pos{width:120px;height:352px;overflow:hidden;}
.main-products .slidebox .slide-dot ul{position:relative;}
.main-products .slidebox .slide-dot li{padding:5px 0;width:118px;height:104px;margin-bottom:14px;border:1px solid #fff;cursor:pointer;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.main-products .slidebox .slide-dot li img{width:100%;height:auto;}
.main-products .slidebox .slide-dot li.active{border-color:#ff7f00;}
.main-products .slidebox .item-btn{position:absolute;left:44px;width:30px;height:12px;background:url(/images/all-icon.png) no-repeat;cursor:pointer;}
.main-products .slidebox .prev{top:0px;background-position:-300px 0px;}
.main-products .slidebox .next{bottom:6px;background-position:-350px 0px;}
.main-products .slidebox .prev:hover{background-position:-300px -30px;}
.main-products .slidebox .next:hover{background-position:-350px -30px;}
.main-products .info{float:right;padding:48px 36px 38px 46px;width:494px;background-color:#f9f9f9;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.main-products .info h1{font-size:30px;color:#151515;line-height:50px;}
.main-products .info .line{display:block;margin:30px 0;width:100%;height:1px;background-color:#dbdbdb;}
.main-products .info .color{}
.main-products .info .color p{font-size:18px;color:#151515;line-height:24px;}
.main-products .info .color p em{display:inline-block;margin-right:12px;line-height:40px;}
.main-products .info .color p span{display:inline-block;height:24px;font-size:0;}
.main-products .info .color p span i{display:inline-block;margin:6px 6px;width:12px;height:12px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
.main-products .info .color p span i.black{background-color:#000000;}
.main-products .info .color p span i.pink{background-color:#ffceee;}
.main-products .info .color p span i.red{background-color:#ff0101;}
.main-products .info .color p span i.white{background-color:#ffffff;}
.main-products .info .color p span i.silver{background-color:#c0c0c0;}
.main-products .info .color p span i.gold{background-color:#eedd82;}
.main-products .info .color p span i.rose-gold{background-color:#eeb4b4;}
.main-products .info .color p span i.purple{background-color:#9400d3;}
.main-products .info .color p span i.violet{background-color:#8a2be2;}
.main-products .info p.feature{position:relative;padding-left:90px;min-height:30px;font-family:"OpenSans-Regular";line-height:30px;}
.main-products .info p.feature em{position:absolute;left:0;top:-3px;font-size:18px;color:#151515;line-height:30px;}
.main-products .info .inquire{margin-top:50px;width:100%;height:38px;color:#fff;line-height:38px;text-align:center;text-transform:uppercase;background-color:#ff7f00;cursor:pointer;}
.main-products .info .tn{display:none;}
.main-products h2.subtitle{position:relative;padding-bottom:22px;font-size:22px;line-height:24px;border-bottom:1px solid #e3e3e3;}
.main-products h2.subtitle:before{content:"";position:absolute;bottom:-2px;left:0;width:40px;height:3px;background-color:#ff7f00;}
.main-products .spec{margin-top:70px;}
.main-products .spec .box{margin:30px 0;padding:50px 40px 46px 54px;background-color:#f9f9f9; overflow: auto; text-align:center;}
/*.main-products .spec .box ul{position:relative;overflow:hidden;}
.main-products .spec .box ul:after{content:"";position:absolute;left:50%;top:0;width:1px;height:100%;background-color:#e3e3e3;}
.main-products .spec .box ul li{float:left;margin-bottom:10px;padding-right:50px;width:50%;font-size:14px;color:#333;font-family:"OpenSans-Regular";line-height:30px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.main-products .spec .box ul li em{margin-right:6px;font-size:16px;}
.main-products .spec .box ul li:nth-child(2n+0){padding-right:0px;padding-left:50px;}*/

.main-products .spec .box .table{   width: 100%;float: left;overflow: auto; min-width: 1000px;}
.main-products .spec .box table {color: #000000;width: 100%; min-width: 100%; overflow: auto;}
.main-products .spec .box th{line-height: 25px; padding:10px 10px 10px 20px;border: solid 1px #dbdddf; width: auto !important; background-color: #eeebec; font-weight: lighter;text-align: left;}
.main-products .spec .box td{border: solid 1px #dbdddf; width: auto !important; text-align: left;padding:10px 10px 10px 20px; line-height:25px;margin-top: 25px;}
.main-products .spec .box td:nth-child(2n+1){font-family:"OpenSans-Bold";}
.main-products .spec img{width:100% !important; height:auto !important;}
.main-products .related{margin-top:90px;}
.main-products .related .cont{margin-top:50px;overflow:hidden;}
.main-products .related .cont ul{width:1216px;overflow:hidden;}
.main-products .related .cont ul li{display:none;float:left;margin-right:10px;margin-bottom:50px;width:292px;text-align:center;}
.main-products .related .cont ul li span{display:none;}
.main-products .related .cont ul li .pic{display:block;border:1px solid #fff;}
.main-products .related .cont ul li .pic img{width:100%;height:auto;}
.main-products .related .cont ul li h3{position:relative;margin:24px 0 30px 0;font-size:16px;font-family:"OpenSans-Bold";line-height:20px;}
.main-products .related .cont ul li h3:after{content:"";position:absolute;left:50%;top:30px;margin-left:-14px;width:28px;height:3px;background-color:#ff7f00;}
.main-products .related .cont ul li h3 a{color:#151515;}
.main-products .related .cont ul li .more{display:block;width:100%;height:38px;font-size:16px;color:#151515;font-family:"OpenSans-Regular";line-height:38px;background-color:#f4f4f4;}
.main-products .related .cont ul li:hover .pic{border-color:#ff7f00;}
.main-products .related .cont ul li:hover .more{color:#fff;background-color:#ff7f00;}
.main-products .related .cont ul li.on{display:block;}
.flow-inquiry{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);transition:all .4s;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;z-index:-1;}
.flow-inquiry .box{position:absolute;top:70%;left:50%;width:500px;height:450px;padding:30px;transform:translate(-50%,-50%);background-color:#fff;box-shadow:0 0 20px #333;box-sizing:border-box;text-align:center;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:all .4s;}
.flow-inquiry .box span{display:block;line-height:35px;margin-bottom:30px;font-size:28px;font-family:"OpenSans-Semibold";font-weight:bold;color:#ff7f00;text-align:center;text-transform:uppercase;}
.flow-inquiry .box input,.flow-inquiry .box textarea{width:100%;height:40px;line-height:38px;padding:0 10px;margin-bottom:10px;background-color:#ecedee;border:1px solid #e1e3e5;box-sizing:border-box;}
.flow-inquiry .box textarea{height:120px;line-height:25px;padding:5px 10px;font-family:"OpenSans-Regular";}
.flow-inquiry .box .sub{width:170px;height:40px;line-height:40px;text-align:center;background-color:#ff7f00;color:#fff;cursor:pointer;}
.flow-inquiry.on{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;z-index:99999;}
.flow-inquiry.on .box{top:50%;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.flow-inquiry.footi{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;z-index:-1;}
.flow-inquiry.footi.on{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;z-index:99999;}
.flow-inquiry.footi.on .box{top:50%;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
/*关于我们*/

.main-about{padding:40px 0 0 0;background-color:#f7f7f7;}
.main-about .tab{height:72px;border-bottom:1px solid #e3e3e3;}
.main-about .tab ul{height:72px;}
.main-about .tab ul li{position:relative;float:left;margin-right:70px;width:140px;height:72px;font-size:17px;line-height:72px;cursor:pointer;text-transform:uppercase;}
.main-about .tab ul li:nth-child(2){width:90px;}
.main-about .tab ul li i{display:none;position:absolute;top:71px;left:0;width:24px;height:3px;background-color:#ff7f00;}
.main-about .tab ul li a{color:#151515;}
.main-about .tab ul li.on i{display:block;}
.main-about .tab ul li.on a{color:#ff7f00;}
.main-about .cont{}
.main-about .cont > ul{}
.main-about .cont > ul > li{display:none;}
.main-about .cont > ul > li.on{display:block;}
.main-about .cont .intr{padding-top:38px;}
.main-about .intr .profile{padding:40px 40px 60px 40px;background-color:#fff;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.main-about .intr .profile h1{margin-bottom:30px;font-size:24px;color:#ff7f00;line-height:30px;text-transform:uppercase;}
.main-about .intr .profile p{font-size:16px;color:#151515;font-family:"OpenSans-Regular";line-height:30px;}
.main-about .intr .adv{margin-top:40px;}
.main-about .intr .adv ul{width:100%;overflow:hidden;}
.main-about .intr .adv ul li{float:left;width:25%;}
.main-about .intr .adv ul li img{width:100%;height:auto;}
.main-about .intr .cer{margin-top:40px;overflow:hidden;}
.main-about .intr .cer .text{float:left;padding:50px 80px 20px 40px;width:600px;height:430px;background-color:#fff;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.main-about .intr .cer .text h2{margin-bottom:30px;font-size:24px;color:#ff7f00;line-height:30px;text-transform:uppercase;}
.main-about .intr .cer .text p{font-size:16px;color:#151515;font-family:"OpenSans-Regular";line-height:30px;}
.main-about .intr .cer .pic{float:left;width:600px;overflow:hidden;}
.main-about .intr .cer .pic img{width:100%;height:auto;transform:scale(1,1);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transition:transform .5s;-webkit-transition:transform .5s;-moz-transition:transform .5s;-ms-transition:transform .5s;-o-transition:transform .5s;}
.main-about .intr .cer .pic img:hover{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}
.main-about .intr .quality{margin-top:40px;overflow:hidden;}
.main-about .intr .quality .text{float:right;padding:60px 80px 20px 40px;width:600px;height:430px;background-color:#fff;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.main-about .intr .quality .text h2{margin-bottom:30px;font-size:24px;color:#ff7f00;line-height:30px;text-transform:uppercase;}
.main-about .intr .quality .text p{font-size:16px;color:#151515;font-family:"OpenSans-Regular";line-height:30px;}
.main-about .intr .quality .slide-about{position:relative;float:right;width:600px;}
.main-about .intr .quality .slide-about .slide-pic{width:600px;overflow:hidden;}
.main-about .intr .quality .slide-about .slide-pic ul li{float:left;width:600px;}
.main-about .intr .quality .slide-about .slide-pic ul li img{width:100%;height:auto;}
.main-about .intr .quality .slide-about .slide-dot{position:absolute;bottom:10%;left:50%;}
.main-about .intr .quality .slide-about .slide-dot ul{margin-left:-50%;}
.main-about .intr .quality .slide-about .slide-dot ul li{float:left;width:14px;height:14px;margin:0 8px;background-color:#fff;opacity:0.35;cursor:pointer;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
.main-about .intr .quality .slide-about .slide-dot ul li.active{opacity:1;}
.main-about .intr .client{margin-top:104px;padding:80px 0 120px 0;background-color:#fff;}
.main-about .intr .client .main-width p{font-size:16px;color:#151515;font-family:"OpenSans-Regular";line-height:30px;}
.main-about .slide-exhi{margin:74px auto 0 auto;width:1360px;position:relative;}
.main-about .slide-exhi .slide-img{margin:0 auto;width:1200px;overflow:hidden;}
.main-about .slide-exhi .slide-img ul{width:300%;overflow:hidden;}
.main-about .slide-exhi .slide-img ul li{position:relative;float:left;margin-right:20px;width:388px;overflow:hidden;}
.main-about .slide-exhi .slide-img ul li img{width:100%;height:auto;}
.main-about .slide-exhi .slide-img ul li p{position:absolute;bottom:-50px;left:0;width:100%;height:46px;font-size:18px;color:#fff;font-family:"OpenSans-Semibold";text-align:center;line-height:46px;background-color:rgba(255,127,0,0.8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .4s;}
.main-about .slide-exhi .slide-img ul li:hover p{bottom:0;}
.main-about .slide-exhi .item-btn{position:absolute;top:50%;margin-top:-25px;width:26px;height:50px;background:url(/images/all-icon.png) no-repeat;background-color:#fff;cursor:pointer;}
.main-about .slide-exhi .prev{left:0;background-position:0px -220px;}
.main-about .slide-exhi .next{right:0;background-position:-50px -220px;}
.main-about .slide-exhi .prev:hover{background-position:0px -290px;}
.main-about .slide-exhi .next:hover{background-position:-50px -290px;}
.history-bg{background:url(/images/about/history-bg.jpg) no-repeat center;background-attachment:fixed;}
.history-bg .main-about{padding:0;background-color:transparent;}
.history-bg .main-about .tab{padding-top:40px;background-color:#f7f7f7;}
.main-about .history{position:relative;}
.history{padding-bottom:90px;}
.history .years{padding-top:120px;position:relative;z-index:3;overflow:hidden;}
.history .years .line{position:absolute;top:120px;left:50%;width:0;height:100%;border-left:1px solid #eceaef;}
.history .years .line .icon{position:absolute;top:-13px;left:-13px;width:26px;height:26px;background-color:#fff;border:4px solid #ff7f00;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.history .years ul{padding-top:70px;}
.history .years ul li{min-height:120px;overflow:hidden;margin-bottom:20px;}
.history .years ul li div{position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.history .years ul li div i{position:absolute;top:0px;width:20px;height:20px;background-color:#fff;border:2px solid #ff7f00;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.history .years ul li div h3{margin-bottom:10px;width:104px;height:44px;font-size:24px;color:#fff;line-height:44px;text-align:center;background-color:#ff7f00;}
.history .years ul li div p{padding-bottom:16px;font-size:18px;color:#151515;line-height:36px;border-bottom:1px solid #e6e6e6;}
.history .years ul li div p span{margin-right:20px;color:#ff7f00;}
.history .years ul li .left{float:left;padding-right:64px;width:50%;text-align:right;}
.history .years ul li .right{float:right;padding-left:64px;width:50%;}
.history .years ul li .left h3{margin-left:432px;}
.history .years ul li .left i{right:-10px;}
.history .years ul li .right i{left:-10px;}
.history .years ul li:hover i{background-color:#ff7f00;border-color:#eceaef;}
.research{padding:88px 0 90px 0;background-color:#f7f7f7;}
.research h2{margin-bottom:30px;font-size:24px;color:#ff7f00;line-height:28px;}
.research p{font-size:16px;color:#151515;font-family:"OpenSans-Regular";line-height:30px;}
.research .pic{margin-top:60px;overflow:hidden;}
.research .pic .office{float:left;width:592px;overflow:hidden;}
.research .pic .office img{width:100%;height:auto;transform:scale(1,1);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transition:transform .5s;-webkit-transition:transform .5s;-moz-transition:transform .5s;-ms-transition:transform .5s;-o-transition:transform .5s;}
.research .pic .office img:hover{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}
.research .pic .box{float:right;width:586px;height:376px;overflow:hidden;}
.research .pic .box ul{width:604px;height:396px;overflow:hidden;}
.research .pic .box ul li{float:left;width:284px;margin-right:18px;margin-bottom:20px;overflow:hidden;}
.research .pic .box ul li img{width:100%;height:auto;transform:scale(1,1);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transition:transform .5s;-webkit-transition:transform .5s;-moz-transition:transform .5s;-ms-transition:transform .5s;-o-transition:transform .5s;}
.research .pic .box ul li img:hover{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}
.main-about .honor{padding:64px 0 70px 0;background-color:#fff;}
.main-about .honor h2{margin-bottom:50px;font-size:24px;color:#ff7f00;font-family:"HelveticaNeue-BoldCond";line-height:28px;}
.main-about .honor .cer{overflow:hidden;}
.main-about .honor .cer ul{width:1230px;;overflow:hidden;}
.main-about .honor .cer ul li{float:left;margin-right:26px;margin-bottom:40px;width:280px;}
.main-about .honor .cer ul li img{width:100%;height:auto;}
.main-about .honor .cer ul li p{margin-top:20px;font-size:18px;font-family:"OpenSans-Semibold";line-height:32px;text-align:center;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/*服务页面*/

.main-service{padding:40px 0 0 0;background-color:#f7f7f7;}
.main-service .tab{height:42px;border-bottom:1px solid #e3e3e3;}
.main-service .tab ul{height:42px;}
.main-service .tab ul li{position:relative;float:left;font-size:17px;margin-right:66px;text-transform:uppercase;}
.main-service .tab ul li i{display:none;position:absolute;top:41px;left:0;width:24px;height:3px;background-color:#ff7f00;}
.main-service .tab ul li a{display:block;color:#151515;padding-bottom:22px;}
.main-service .tab ul li.on a{color:#ff7f00;}
.main-service .tab ul li.on i{display:block;}
.main-service .cont{margin-top:54px;}
.main-service .faq{padding-bottom:10px;}
.main-service .faq ul{}
.main-service .faq ul li{margin-bottom:16px;padding:30px 80px 44px 44px;background-color:#fff;}
.main-service .faq ul li h3{margin-bottom:10px;font-size:16px;color:#151515;line-height:30px;}
.main-service .faq ul li p{font-size:15px;color:#151515;font-family:"OpenSans-Regular";line-height:24px;}
.main-service .faq ul li p span{color:#ff7f00;font-family:"OpenSans-Semibold";}
.main-service .faq ul li:hover{background-color:#ff7f00;}
.main-service .faq ul li:hover h3{color:#fff;}
.main-service .faq ul li:hover p{color:#fff;}
.main-service .faq ul li:hover p span{color:#fff;}
.main-service .concept{padding:50px 0 10px 0;}
.main-service .concept .box{margin-bottom:132px;overflow:hidden;}
.main-service .concept .box .left{float:left;}
.main-service .concept .box .right{float:right;}
.main-service .concept .box .text{padding-top:38px;width:522px;}
.main-service .concept .box .text h2{margin-bottom:30px;font-size:24px;color:#ff7f00;line-height:26px;text-transform:uppercase;}
.main-service .concept .box .text p{font-size:16px;color:#151515;font-family:"OpenSans-Regular";line-height:30px;}
.main-service .concept .box .pic{width:592px;overflow:hidden;}
.main-service .concept .box .pic img{width:100%;height:auto;transform:scale(1,1);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transition:transform .5s;-webkit-transition:transform .5s;-moz-transition:transform .5s;-ms-transition:transform .5s;-o-transition:transform .5s;}
.main-service .concept .box .pic img:hover{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}
.service-download .catalog{overflow:hidden;height:90px;background-color:#fff;}
.service-download .catalog h2{margin-top:30px;padding-left:44px;float:left;font-size:16px;color:#151515;font-family:"OpenSans-Semibold";line-height:30px;text-transform:uppercase;}
.service-download .catalog .down{float:right;display:block;margin-top:23px;margin-right:36px;width:146px;height:44px;background:url(/images/service/download-btn.jpg) no-repeat;}
.service-download .list{padding:72px 0 30px 0;overflow:hidden;}
.service-download .list ul{width:1230px;overflow:hidden;}
.service-download .list ul li{float:left;width:382px;margin-right:27px;margin-bottom:30px;}
.service-download .list ul li .pic{position:relative;cursor:pointer;}
.service-download .list ul li .pic img{width:100%;height:auto;}
.service-download .list ul li .pic .btn{display:none;position:absolute;top:50%;left:50%;margin:-23px 0 0 -24px;width:46px;height:47px;background:url(/images/service/video-btn.png) no-repeat;z-index:10;}
.service-download .list ul li .pic:hover .btn{display:block;}
.service-download .list ul li p{margin-top:12px;height:36px;font-size:16px;color:#151515;font-family:"OpenSans-Regular";line-height:18px;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.main-service .feedback{overflow:hidden;}
.feedback .box{overflow:hidden;width:104%;}
.feedback .box li{position:relative;float:left;margin-bottom:20px;padding-left:120px;width:46.15%;margin-right:3.2%;font-size:14px;color:#151515;font-family:"OpenSans-Regular";box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.feedback .box li span{position:absolute;left:0;top:0;display:block;height:40px;line-height:40px;}
.feedback .box li input{width:100%;height:40px;line-height:38px;padding:0 10px;background-color:#ececec;border:1px solid #e5e5e5;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.feedback .box li.message{width:95.6%;}
.feedback .box li.message textarea{width:100%;height:122px;line-height:25px;padding:5px 10px;background-color:#ececec;border:1px solid #e5e5e5;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.feedback .box li.sub{width:95.6%;}
.feedback .box li.sub input{margin-top:4px;padding:0px;width:200px;height:40px;font-size:16px;color:#fff;line-height:40px;text-align:center;background-color:#ff7f00;}
/*新闻页面*/

.list-news{padding:60px 0 50px 0;}
.list-news .main-width{overflow:hidden;}
.list-news h2{padding-bottom:44px;color:#ff7f00;font-family:"HelveticaNeue-BoldCond";text-align:center;border-bottom:1px dashed #b8b8b8;text-transform:uppercase;}
.list-news .cont{margin-top:58px;width:1260px;overflow:hidden;}
.list-news .cont li{float:left;width:364px;margin-right:54px;margin-bottom:100px;padding-bottom:44px;border-bottom:1px dashed #b4b4b4;}
.list-news .cont li .pic{display:block;overflow:hidden;}
.list-news .cont li .pic img{width:100%;height:auto;transform:scale(1,1);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transition:transform .5s;-webkit-transition:transform .5s;-moz-transition:transform .5s;-ms-transition:transform .5s;-o-transition:transform .5s;}
.list-news .cont li .pic img:hover{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}
.list-news .cont li h3{margin-top:20px;font-size:18px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list-news .cont li h3 a{color:#151515;}
.list-news .cont li h3 a:hover{color:#ff7f00;}
.list-news .cont li p{margin-top:14px;height:74px;font-size:14px;color:#555;font-family:"OpenSans-Regular";line-height:26px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.list-news .cont li .more{display:block;margin-top:34px;width:126px;height:34px;background-color:#f7f7f7;line-height:32px;text-align:center;border:1px solid #999;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.list-news .cont li .more:hover{color:#fff;background-color:#ff7f00;}
.main-news{padding:50px 0px;}
.main-news .main-width{overflow:hidden;}
.main-news h1{font-family:"OpenSans-Bold";font-weight:bold;margin-bottom:30px;}
.main-news .content{margin-top:50px;overflow:hidden;}
.main-news .con-left{float:left;width:800px;}
.main-news .con-left h3{color:#ff7f00 !important;}
.main-news .con-left img{max-width:100% !important;height:auto !important;}
.main-news .con-left p{margin-bottom:20px;font-size:16px;font-family:"OpenSans-Regular";}
.main-news .con-left p.img img{display:block;margin:0 auto;max-width:100%;height:auto;}
.main-news .con-right{float:right;padding-bottom:20px;width:350px;border:1px solid #ccc;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.main-news .con-right h2{color:#fff;font-size:20px;line-height:36px;background-color:#ff7f00;font-family:"OpenSans-Semibold";padding-left:12px;}
.main-news .con-right ul{padding:20px 0;}
.main-news .con-right ul li p a{display:block;line-height:24px;border-bottom:1px dashed #ccc;padding:10px 0px;color:#000;padding-left:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;}
.main-news .con-right ul li p a:hover{color:#ff7f00;}
.main-news .con-right .view-more{display:block;width:100px;height:30px;background-color:#999;text-align:center;float:right;margin:15px 6.6% 0 0;line-height:30px;font-size:13px;color:#FFF;border-radius:4px;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-ms-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out;}
.main-news .con-right .view-more:hover{background-color:#ff7f00;}
/*联系页面*/

.main-contact{padding:50px 0;}
.main-contact h2{font-size:40px;color:#ff7f00;font-family:"HelveticaNeue-BoldCond";line-height:44px;text-align:center;text-transform:uppercase;}
.main-contact .cont{margin-top:44px;padding-top:58px;overflow:hidden;border-top:1px dashed #b8b8b8;}
.main-contact .contact-way{float:left;width:550px;}
.main-contact .contact-way ul{}
.main-contact .contact-way ul li{position:relative;margin-bottom:28px;padding:17px 0 38px 94px;width:100%;min-height:60px;border-bottom:1px solid #eaeaea;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.main-contact .contact-way ul li.add{padding-top:6px;}
.main-contact .contact-way ul li i{position:absolute;top:0;left:0;width:60px;height:60px;background:url(/images/all-icon.png) no-repeat;}
.main-contact .contact-way ul li p{font-size:18px;color:#363636;line-height:26px;}
.main-contact .contact-way ul li.name i{background-position:0 -120px;}
.main-contact .contact-way ul li.tel i{background-position:-80px -120px;}
.main-contact .contact-way ul li.mail i{background-position:-160px -120px;}
.main-contact .contact-way ul li.add i{background-position:-240px -120px;}
.main-contact .contact-way ul li.name:hover i{background-position:-160px -210px;}
.main-contact .contact-way ul li.tel:hover i{background-position:-240px -210px;}
.main-contact .contact-way ul li.mail:hover i{background-position:-320px -210px;}
.main-contact .contact-way ul li.add:hover i{background-position:-400px -210px;}
.main-contact .form-box{position:relative;float:right;width:500px;}
.main-contact .form-box .dot{position:absolute;left:18px;color:#ff0000;}
.main-contact .form-box .m-dot{top:17px;}
.main-contact .form-box .n-dot{top:78px;}
.main-contact .form-box input, .main-contact .form-box textarea{padding-left:32px;width:100%;font-size:16px;color:#bbbbbb;font-family:"OpenSans-Regular";background-color:#f3f3f3;box-sizing:border-box;}
.main-contact .form-box .text{height:50px;line-height:50px;margin-bottom:10px;}
.main-contact .form-box textarea{padding-top:16px;height:174px;}
.main-contact .form-box .sub{margin-top:4px;padding-left:0px;;height:50px;font-size:18px;color:#fff;font-family:"OpenSans-Regular";line-height:50px;text-align:center;background-color:#ff7f00;cursor:pointer;}
.contact-map{margin-top:50px;height:500px;}
.contact-map iframe{width:100%;height:100%;}
/*搜索页面*/

.search-results{padding:40px 0;}
.search-results h1{margin-bottom:30px;}
.search-results .cont{overflow:hidden;margin-bottom:40px;}
.search-results .cont ul{width:100.88889%;}
.search-results .cont li{float:left;width:24.1189427%;margin:0 0.8810573% 20px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}
.search-results .cont li img{width:100%;height:auto;}
.search-results .cont li h3{font-size:18px;line-height:32px;color:#4b4b4b;font-family:"OpenSans-Semibold";text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.search-results .cont li h4{font-size:16px;line-height:32px;color:#4b4b4b;font-family:"OpenSans-Regular";text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.search-results .cont li .text{margin-top:10px;height:64px;}
.search-results .sear-page{font-size:0;}
.search-results .sear-page a,.search-results .sear-page span,.search-results .sear-page strong{display:inline-block;*display:inline;*zoom:1;line-height:28px;border:1px solid #ccc;padding:0 10px;font-size:14px;margin-right:5px;border-radius:15px;}
.search-results .sear-page a:hover{border-color:#333;}
.search-results .sear-page span,.search-results .sear-page strong{background-color:#333;color:#fff;}




/* .flow-btn{position:fixed;right:0;top:25%;width:56px;height:135px;background-image:url(/images/flow-btn.png);background-size:100% 100%;cursor:pointer;border-radius:6px;overflow:hidden;z-index:9;}
.flow-icon{display:none;position:fixed;right:0;top:25%;width:170px;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.3);border-radius:5px;overflow:hidden;z-index:10;}
.flow-icon i{position:absolute;right:7px;top:7px;width:21px;height:21px;background-image:url(/images/close.png);background-size:100% 100%;cursor:pointer;}
.flow-icon h3{line-height:35px;font-size:16px;padding:0 15px;background-color:#ff7f00;color:#fff;font-family:"OpenSans-Semibold";}
.flow-icon .box{padding:20px;}
.flow-icon .box a{position:relative;display:block;line-height:30px;padding-left:40px;font-size:14px;}
.flow-icon .box a:after{content:"";position:absolute;left:0;top:0;width:30px;height:30px;background-image:url(/images/whatsapp.png);background-size:20px 20px;background-position:center;background-repeat:no-repeat;}
.flow-icon.on{display:block;} */

.flow-icon{position:fixed;right:0;top:50%;width:60px;margin-top:-90px;}
.flow-icon a{display:block;width:60px;height:60px;background-image:url(/images/icon-flow.jpg);background-size:300% 100%;}
.flow-icon .mail{background-position-x:0;}
.flow-icon .wapp{background-position-x:-100%;}
.flow-icon .skype{background-position-x:-200%;}