@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size:12px; font-family:Arial, "微软雅黑"; color:#666; overflow-x:hidden;}
a{color:#666; text-decoration:none; outline:none;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px; vertical-align:middle;}
a:link {text-decoration: none; outline:none;}
a:visited{text-decoration: none; outline:none;}
a:hover{text-decoration:none; color:#e60012; outline:none;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}
.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}

.h10{height:10px; overflow:hidden; clear:both;}
.h30{height:30px; overflow:hidden; clear:both;}
.h60{height:60px; overflow:hidden; clear:both;}
.h70{height:70px; overflow:hidden; clear:both;}
.h100{height:100px; overflow:hidden; clear:both;}
input, textarea{background:transparent; padding:0px; font-size:12px; font-family:Arial, "微软雅黑"; color:#888; outline:none; border:0px;}
em{font-style:normal;}
.btn1{cursor:pointer;}
.red{color:#cb1f18;}
.wal{width:1200px; margin:0px auto;}


.navA{ display:none; position:absolute; right:0px; top:50%; width:50px; height:50px; margin-top:-25px;}
.navA img{ width:50px;}
.headDiv .closeA{ display:none;}
.headDiv .closeA{ height:60px; width:60px; position:absolute; top:0px; right:0px; background:#086c62;}
.headDiv .closeA img{ position:relative; left:16px; top:15px;}

.headTel{ display:none; height:70px; position:relative;}
.headTel .logo{ display:block; padding:15px 0 0 10px;}
.headTel .logo img{ width:180px;}
.headTel .navB{ position:absolute; right:10px; top:15px; width:80px; border:#333 solid 1px; height:38px; text-align:center; line-height:38px; font-size:14px; color:#333;}

/*导航菜单触发*/
.navLayer{overflow-x: auto; height:100%; width:100%; overflow:hidden; position:absolute; z-index:555; right:-100%; top:0px;}
.navLayer2{ position:fixed;}
.navLayer .top{ height:40px; position:relative;}
.navLayer .closeBtn{ right:10px; top:10px; position:absolute; z-index:22;}
.navLayer .bg{overflow-x: auto;position:relative; background:url(../images/bg1.png) repeat; height:100%;width:45%; margin-left:55%;}
.sideNav{ padding-top:10px;}
.subNav{cursor:pointer; display:block; height:32px; line-height:32px; position:relative; font-size:14px;}
.subNav .name{ padding-left:24%; position:relative;}
.subNav a{ color:#fff;}
.currentDt{background:url(../images/ico2on.png) right center no-repeat; background-size:30px;}
.navContent{display: none; background:#f2f2f2;}
.navContent li{ position:relative;}
.navContent a{display:block;  height:42px; line-height:42px; color:#caa160; font-size:14px; padding-left:40%;}
.navContent a:hover{ background:#e60012; color:#fff;}



.pageBg{ position:fixed; z-index:11; width:100%; height:100%; display:none; background:url(../images/bg3.png) repeat; left:0px; top:0px;}


.footTel{ display:none; background:#000; padding:15px 10px; font-size:14px;}
.footTel .links{ text-align:center;}
.footTel .links a{ padding:0 15px; color:#fff;}
.footTel .msg{ text-align:center; padding-top:8px; color:#fff;}
.footTel .msg a{ color:#fff;}


/*分页*/
.pageNum{ color:#5a5a5a; text-align:center; height:60px;}
.pageNum a{display:inline-block; padding:0 10px; height:30px; line-height:30px; border:#cecece solid 1px; margin-right:8px;}
.pageNum a:hover, .pageNum .aNow{color:#fff; background:#da231b; border:#da231b solid 1px;}
.pageNum .prev em{padding-left:12px; background:url(../images/prev.png) left center no-repeat;}
.pageNum .next em{padding-right:12px; background:url(../images/next.png) right center no-repeat;}
.pageNum .prev:hover em{background:url(../images/prevon.png) left center no-repeat;}
.pageNum .next:hover em{background:url(../images/nexton.png) right center no-repeat;}
.pageNum .input1{width:33px; height:30px; line-height:30px; border:#d7d7d7 solid 1px; text-align:center; margin:0 8px;}
.pageNum .btn1{width:40px; height:20px; line-height:20px; cursor:pointer; background:#80bd29; margin-left:9px; border:#7fbe25 solid 1px; color:#fff; border-radius:3px;}
.pageNum span{ color:#5a5a5a;}

.pageMore{ padding:25px 0 0; display:none;}
.pageMore a{ font-size:14px; display:block; width:100%; text-align:center; height:45px; line-height:45px; background:#e60012; color:#fff; font-size:16px; border-radius:8px; -moz-border-radius:8px;}


.tabContent{ display:none;}
.tab li{ cursor:pointer;}
.tabContent2{ display:none;}
.tab2 li{ cursor:pointer;}


.cd-top {
    /* image replacement properties */
    overflow: hidden;

    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {

    opacity: 1;
}






