﻿@charset "utf-8";
body,div,ul,ol,li,h1,h2,h3,h4,p{margin:0;padding:0;font-family:微软雅黑}
/* =s base */
::-moz-selection{background:#44a8f2; color:#fff;} 
::selection {background:#44a8f2; color:#fff;} 
html,body{background:#fff;}
body{font-family:微软雅黑;color:#4B4B4B; -webkit-font-smoothing:antialiased;}
i{font-style:normal;}
img {border:0px}
a{text-decoration: none;color: #333;border: 0;font-size: 100%;margin: 0;padding: 0;vertical-align: baseline;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;}
.clr:after{clear: both;content:'\0020';display: block;visibility:hidden;height:0;}
.clr{zoom:1;}
.hide {display:none;}
.inner{width:1150px;margin:0 auto;position: relative;}
/* s= 全局主体*/
.air-main{margin-top: 44px; margin-bottom: 120px;}
/* s= 全局左侧*/
.air-left{width: 788px; float: left;}
/* s= 全局右侧*/
.air-right{width: 278px; float: right;padding-top:20px}
.air-right .right-box{margin-bottom: 30px;padding-bottom:20px}
.air-right .right-box-title{color: #333; font-size: 20px; height: 20px; line-height: 20px; padding-bottom:14px; border-bottom: 1px solid #CBCBCB; }
.air-right .right-box-title h3{float: left;font-weight:100}
.air-right .right-box-title a{float: right; font-size: 12px; padding-top: 5px; color: #9d9d9d;}
.air-right .advertise{height: 176px; position: relative; overflow: hidden;}/*右侧专题*/
.air-right .advertise .bd{width: 100%; height: 100%;}
.air-right .advertise .bd li{float: left;}
.air-right .advertise .bd li .ad-box{position: relative;}
.air-right .advertise .bd li .ad-box .title{position: absolute; left: 0; bottom: 0;width: 100%; height: 40px; padding-top: 35px; line-height: 40px; text-align: center; font-size: 14px; color: #fff;}
.air-right .advertise .bd li .ad-box .title{background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.01) 5%, rgba(0,0,0,1) 100%);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.01) 5%, rgba(0,0,0,1) 100%);background-image: linear-gradient(180deg, rgba(0,0,0,0.01) 5%, rgba(0,0,0,1) 100%);}
.air-right .advertise .btn{position: absolute; top: 40px; width: 40px; height: 98px; background-image: url(../images/air-right-sprite.png); background-color: rgba(0,0,0,.7); background-repeat: no-repeat;}
.air-right .advertise .btn{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.air-right .advertise .btn.prev{left: -30px; opacity: 0; background-position:-112px 27px; border-radius: 0 6px 6px 0; }
.air-right .advertise .btn.next{right: -30px; opacity: 0; background-position:-154px 27px;border-radius: 6px 0  0 6px;}
.air-right .advertise:hover .btn.prev{left: 0; opacity: 1;}
.air-right .advertise:hover .btn.next{right: 0; opacity: 1;}
.air-right .kuaixun{}/*右侧快讯*/
.air-right .kuaixun .kx-ul li:first-child { border-bottom:dotted 1px #44a8f2;}
.air-right .kuaixun .kx-ul .news_contact:first-child { border-bottom:dotted 1px #CBCBCB;}
.air-right .kuaixun .kx-ul li{ border-bottom:dotted 1px #CBCBCB;}
.air-right .kuaixun .kx-ul li:hover{ border-bottom:dotted 1px #44a8f2;}
.air-right .kuaixun .kx-ul li a{width: 100%; height: 100%; display: block;padding: 12px 0;font-size:14px;color:#4b4b4b}
.air-right .kuaixun .kx-ul li .time{float: left;width: 58px; height: 36px; line-height: 36px; text-align: center;color: #272322; font-size: 16px; background: #F2F2F2;}
.air-right .kuaixun .kx-ul li.hov .time{background: #F2F2F2; color:#4B4B4B;}
.air-right .kuaixun .kx-ul li .title{height: 36px;line-height: 18px; overflow: hidden; font-size:13px; color:#4b4b4b; padding-left: 8px;}
.air-right .kuaixun .kx-ul li:first-child .title{color:#44a8f2;}
.air-right .kuaixun .kx-ul li:hover .title{color:#44a8f2;}
/*/show*/
.product-view { width: 278px; margin: auto; }
#product-view .bg-holder { position: relative; width:278px;  float: left; overflow: hidden; }
#product-view .bg-holder .wheel-1{ transform:rotate(0deg)}
#product-view .bg-holder .bg-holder1{ background:#fff}
@keyframes bg_waggle {
       0% {background:#f3ab98}
       30% {background:#fff732}
       60% {background:#c89de3}
       80% {background:#ffd6d1}
      100% {background:#a0c5ff}
 }
@-webkit-keyframes bg_waggle {
        0% {background:#f3ab98}
       30% {background:#fff732}
       60% {background:#c89de3}
       80% {background:#ffd6d1}
      100% {background:#a0c5ff}
 }
#product-view .bg-holder .bg-holder1{-webkit-animation:bg_waggle 2s ease-in 0 infinite normal backwards}
     @keyframes wheel-1 {
       0% {transform:rotate3d(0deg,30deg,0deg)}
       30% {transform:rotate3d(20deg,60deg,0deg)}
       60% {transform:rotate3d(80deg,90deg,0deg)}
      100% {transform:rotate3d(100deg,360deg,0deg)}
    }
@-webkit-keyframes wheel-1 {
         0% {transform:rotateY(0deg)}
       50% {transform:rotate3d(0,1,1,30deg)}
        100% {transform:rotate3d(0,1,1,45deg)}
    }
#product-view .bg-holder .wheel-1{-webkit-animation:wheel-1 5s ease-in 0 infinite normal backwards}
/*专题*/
 .artSortList-left .asl-title{height: 48px; line-height: 48px;border-bottom: solid 2px #D6D6D6;}
.artSortList-left .asl-title h3{font-size: 30px; color: #333; float: left; padding-right: 15px;font-weight:100}
.news_img img{ width:210px;height:140px}
.air-right .pbzttab .pbz-bd .zhuanti{display: none;}
.air-right .pbzttab .pbz-bd .zhuanti li{margin: 8px 0;}
.air-right .pbzttab .pbz-bd .zhuanti ul{padding: 5px 0;}
.air-right .pbzttab .pbz-bd .zhuanti li:hover{background: #F7F7F7;}
.air-right .pbzttab .pbz-bd .zhuanti li .img{float: left;}
.air-right .pbzttab .pbz-bd .zhuanti li .word{padding-left: 120px; padding-right: 5px;}
.air-right .pbzttab .pbz-bd .zhuanti li .word h4{color: #333333; font-size: 14px; line-height: 35px; height: 35px; overflow: hidden;}
.air-right .pbzttab .pbz-bd .zhuanti li .word p{color: #888; font-size: 12px; line-height: 20px; height: 40px; overflow: hidden;}
.air-right .kuaixun .kx-ul li:first-child .time{ color:#44a8f2;background:#44a8f2;color:#ffffff}
.air-right .kuaixun .kx-ul li :hover .time{ color:#44a8f2;background:#44a8f2;color:#ffffff}
.air-right .kuaixun .kx-ul li :hover{ color:#44a8f2;}
.air-right .express{}/*右侧速递*/
.air-right .express .right-box-title{border-bottom-color: #000;}
.air-right .express .right-box-title h3{color: #333;}
.air-right .express .right-box-title {color: #333;}
.air-right .express .ep-ul{padding: 5px 0; background: #FAFAFA; border: solid 1px #EEEEEE; border-top: 0;}
.air-right .express .ep-ul li{padding:5px 10px 10px 10px;overflow: hidden;}
.air-right .express .ep-ul li .img{float: left; width: 90px; height: 60px; }
.air-right .express .ep-ul li .word{ padding-left: 100px;}
.air-right .express .ep-ul li .word .name{font-size: 15px; color: #272322; color: #333;height: 20px;height: 40px;line-height: 20px; overflow: hidden;}
.air-right .express .ep-ul li .word .name{-webkit-transition: all .2s ease-in;-o-transition: all .2s ease-in;-moz-transition: all .2s ease-in;transition: all .2s ease-in;}
.air-right .express .ep-ul li .word .name{padding-left: 5px;}
.air-right .express .ep-ul li:hover .word .des{font-size: 12px; color: #888; height: 40px; line-height: 20px; overflow: hidden; margin-top: 5px;display: none;}
/* e= 全局右侧*/
/* s= 公用文章列表*/
.air-pageList{}
.air-pageList .tip{ height: 37px; border-bottom: solid 2px #D6D6D6; position: relative; line-height: 37px;}
.air-pageList .tip h4{position: absolute; font-size: 28px; font-weight: bold; line-height: 1; left: 0; top: 0; padding-bottom: 9px; border-bottom: solid 2px #666666;}
.air-pageList .tip h4 span.yel{color: #DB6D4C;}
.air-pageList .tip h4 span.gra{color: #333;}
.air-pageList .tip .count{height: 100%; position: absolute; right: 0; bottom: 0px; background: #F2F2F2; padding: 0 10px; color: #333; font-size: 18px;}
.air-pageList .tip .count i{float: left; width: 20px; height: 22px; margin-top: 8px; margin-right: 5px; background: url(../images/air-pagelist-sprite.png) no-repeat 0px 0px;}
.air-pageList .tip .count strong{color: #db6d4c; font-weight: bold;}
.air-pageList .tip .count em{position: absolute;right: 0;top: 0;background: url(../images/air-pagelist-sprite.png) no-repeat -39px 0;width: 8px;height: 8px;}
.air-pageList .wrap li.pbox{padding: 30px 0; border-bottom: solid 1px #EEEEEE;}
.air-pageList .wrap li.pbox .img{float: left; position: relative; }
.air-pageList .wrap li.pbox .img a.sort{padding: 5px 12px; background: rgba(0,0,0,0.7); font-size: 14px; color: #fff; line-height: 1; position: absolute; top: 0; left: 0; }
.air-pageList .wrap li.pbox .word{ padding-left: 235px; padding-right: 10px; }
.air-pageList .wrap li.pbox .word h2{ color:#4E4E4E; font-size: 20px;}
.air-pageList .wrap li.pbox .word h2{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;font-weight:100 }
.air-pageList .wrap li.pbox:hover .word h2{ color:#44a8f2;font-weight:100}
.air-pageList .wrap li.pbox .word .des{ font-size: 13px; color: #888; line-height: 1.6; padding-top: 15px;}
.air-pageList .wrap li.pbox .word .info{height: 26px; line-height: 26px;font-size: 13px; color: #b8b8b8; padding-top: 15px;}
.air-pageList .wrap li.pbox .word .info .tags{float: left; height: 100%; width: 200px; overflow: hidden;}
.air-pageList .wrap li.pbox .word .info .tags i{float: left;background: url(../images/air-pagelist-sprite.png) no-repeat -30px -43px;width: 18px;height: 13px; margin-top: 7px; }
.air-pageList .wrap li.pbox .word .info .tags a{float: left; font-size: 13px; color: #b8b8b8; margin-left:5px;}
.air-pageList .wrap li.pbox .word .info .tags a:hover{color: #DB6D4C;}
.air-pageList .wrap li.pbox .word .info .time{float: right;}
.air-pageList .wrap li.pbox .word .info .time i{float: left; margin-right: 5px;;background: url(../images/air-pagelist-sprite.png) no-repeat -2px -42px;width: 14px;height: 14px; margin-top: 6px; }
.air-pageList .wrap li.pbox .word .info .aut{float: right; margin-right: 25px;}
.air-pageList .wrap li.pbox .word .info .aut img{float: left; margin-right: 5px; border-radius: 100%;}
.air-pageList .wrap li.pbox .word .info .aut span{float: left;font-size: 13px; color: #b8b8b8;width: 64px;height: 26px;white-space: nowrap; overflow:hidden; text-overflow:ellipsis;}
.air-pageList .wrap li.pbox .word .info .aut span:hover{color: #DB6D4C;}
/* e= 公用文章列表*/
/*s= 全局响应式*/
@media screen and (max-width: 1100px){
	.inner{width: 100%;}
	.air-left{width: 98%; padding: 0 1%;}
	.air-right{display: none;}
}
/*e= 全局响应式*/
/*新闻详情*/
.n_title{padding-top:1px;padding-bottom:20px;line-height:30px}
.n_title a{color:#404040}
.n_title p{padding-top:0;width:260px;float:left}
.n_title h3{color:#44a8f2;font-size:20px!important;font-weight:lighter}
.n_title span{padding-left:15px;padding-bottom:7px}
.n_icon{padding-top:15px;word-wrap:break-word;padding-bottom:20px}
.xinwen{text-indent:2em;padding-bottom:10px}
.fenye{padding-top:15px;float:right}
.fenye a{color:#666}
.fenyes li {float: left;padding: 5px;}
.contentss {line-height:23px;width:780px}
.news_contact {border-bottom:dotted 1px #DB6D4C;line-height:25px;color:#DB6D4C}
.n_icon img {max-width:740px;padding:25px 5px}
.pages{max-width:66em;margin:0 auto}
#page{padding:0 0 0 5px;margin:30px 0 80px 0;font:14px;white-space:nowrap}
#page span{padding:10px 15px;border:0;display:block;float:left;text-align:center;border:1px solid #fff;display:block;font-size:16px;margin-right:5px}
#page a{padding:10px 15px;border:1px solid #e1e2e3;cursor:pointer;text-decoration:none;text-align:center;font-size:16px;float:left;margin-right:10px}
a:link,a:visited{color:#000}
#page a:hover{background:#f2f8ff;border:1px solid #38f;text-decoration:none}
#page span:hover{background:#f2f8ff;border:1px solid #38f;text-decoration:none}