@charset "utf-8";

/* CSS Document-- zhu2018-12-- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{display: block;}
body{margin: 0px; min-width: 320px; background:#fff;color: #444;font-size: 14px;line-height: 1.6;font-family:Tahoma,Arial,"Microsoft YaHei","微软雅黑","MSYH",'\5b8b\4f53',"宋体","SimHei","黑体",'Hiragino Sans GB',"Microsoft JhengHei","华文细黑",'Heiti SC','Hiragino Sans GB',STHeiti,MingLiu,SimSun,Verdana;}/*基本样表 */
*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/*去掉点击框*/
*{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
*{margin: 0px;padding: 0px;list-style: none; box-sizing: border-box}/*默认所有边距为0 */
img, :link img, :visited img{border: none;}/*默认图片边距为0 */
ul, li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
.both{clear:both;}
.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}
.none{display:none;}
.block{display:block;}
a:link{color: #444;text-decoration: none;}
a:visited{text-decoration: none;color: #444;}
a:hover{text-decoration: none;color: #1c79bf;}
a:active{text-decoration: none;color: #444;}
html, body{height:100%;}
input, button ,select,textarea{outline: none; font-family: Tahoma, Arial, 'Microsoft YaHei',"微软雅黑", "Microsoft JhengHei", 'Hiragino Sans GB',"华文细黑", STHeiti, MingLiu, '\5b8b\4f53', "宋体", SimSun, Verdana;}
input:focus{outline: none;}
* { -webkit-overflow-scrolling: touch;overflow-scrolling: touch;}
/*缓动效果 */
.transition ,.transition a{-webkit-transition: 0.2s ease-in 0s;-moz-transition: 0.2s ease-in 0s;-o-transition: 0.2s ease-in 0s;transition: 0.2s ease-in 0s;-ms-transition: 0.2s ease-in 0s;}
.toptran a{-webkit-transition: 0.2s ease-in 0s;-moz-transition: 0.2s ease-in 0s;-o-transition: 0.2s ease-in 0s;transition: 0.2s ease-in 0s;-ms-transition: 0.2s ease-in 0s;}
/* a{-webkit-transition: 0.2s ease-in 0s;-moz-transition: 0.2s ease-in 0s;-ms-transition: 0.2s ease-in 0s;-o-transition: 0.2s ease-in 0s;transition: 0.2s ease-in 0s;} */
.zh-self img{max-width: 100%;height: auto;width: auto\9; vertical-align:bottom;}/*图片自动适应到100% */
/*圆角*/
.round3{-moz-border-radius: 3px; -webkit-border-radius: 3px;border-radius:3px;}
.round5{-moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius:5px;}
.round10{-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius:10px;}
.round15{-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius:15px;}
.round50{-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius:50%;}
/*透明度*/
.opacity10{filter: alpha(opacity=10); -moz-opacity: 0.1; -khtml-opacity: 0.1; opacity: 0.1;}
.opacity30{filter: alpha(opacity=30); -moz-opacity: 0.3; -khtml-opacity: 0.3; opacity: 0.3;}
.opacity50{filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5;}
.opacity80{filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.opacity90{filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.8; opacity: 0.9;}
.opacity100{filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}
/*定位数值*/
.pt3{padding-top: 3px;}.pt5{padding-top: 5px;}.pt10{padding-top: 10px;}.pt15{padding-top: 15px;}.pt20{padding-top: 20px;}.pt25{padding-top: 25px;}.pt30{padding-top: 30px;}
.pb3{padding-bottom: 3px;}.pb5{padding-bottom: 5px;}.pb10{padding-bottom: 10px;}.pb15{padding-bottom: 15px;}.pb20{padding-bottom: 20px;}.pb25{padding-bottom: 25px;}.pb30{padding-bottom: 30px;}.pb40{padding-bottom:40px;}
.pr3{padding-right: 3px;}.pr5{padding-right: 5px;}.pr10{padding-right: 10px;}.pr15{padding-right: 15px;}.pr20{padding-right: 20px;}.pr25{padding-right: 25px;}.pr30{padding-right: 30px;}
.pl3{padding-left: 3px;}.pl5{padding-left: 5px;}.pl10{padding-left: 10px;}.pl15{padding-left: 15px;}.pl20{padding-left: 20px;}.pl25{padding-left: 25px;}.pl30{padding-left: 30px;}
.mt3{margin-top:3px;}.mt5{margin-top: 5px;}.mt10{margin-top: 10px;}.mt15{margin-top: 15px;}.mt20{margin-top: 20px;}.mt25{margin-top: 25px;}.mt30{margin-top: 30px;}
.mb3{margin-bottom: 3px;}.mb5{margin-bottom: 5px;}.mb10{margin-bottom: 10px;}.mb15{margin-bottom: 15px;}.mb20{margin-bottom: 20px;}.mb25{margin-bottom: 25px;}.mb30{margin-bottom: 30px;}
.mr3{margin-right: 3px;}.mr5{margin-right: 5px;}.mr10{margin-right: 10px;}.mr15{margin-right: 15px;}.mr20{margin-right: 20px;}.mr25{margin-right: 25px;}.mr30{margin-right: 30px;}
.ml3{margin-left: 3px;}.ml5{margin-left: 5px;}.ml10{margin-left: 10px;}.ml15{margin-left: 15px;}.ml20{margin-left: 20px;}.ml25{margin-left: 25px;}.ml30{margin-left: 30px;}
/*按钮*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;outline:none}
.btn{display: inline-block; padding: 5px 15px; margin-bottom: 0; font-size: 14px; font-weight: normal; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 3px;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}
.btn:hover, .btn:focus, .btn.focus{color: #333; text-decoration: none; outline: none;}
.btn:active, .btn.active{background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65;}
.btn-serch{width: 140px; background: #48a0df; color: #fff; outline: none;}
.btn-serch:hover{background: #429edf; color: #fff; outline: none;}
.btn-serch:focus{background: #429edf; color: #fff; outline: none;}
.btn-serch:focus{background: #429edf; color: #fff; outline: none;}

.btn-danger{background: #bd362f; color: #fff; outline: none;}
.btn-danger:hover{background: #bd362f; color: #fff; outline: none;}
.btn-danger:focus{background: #bd362f; color: #fff; outline: none;}
.btn-danger:focus{background: #bd362f; color: #fff; outline: none;}
.btn-dl{width: 100%;line-height: 38px; font-size: 16px; background: #0d4695; color: #fff; outline: none; padding: 0;}
.btn-dl:hover{background: #093d84; color: #fff; outline: none;}
.btn-dl:focus{background: #0d4695; color: #fff; outline: none;}
.btn-dl:focus{background: #0d4695; color: #fff; outline: none;}
/*字号*/
.fz12{font-size:12px;}.fz14{font-size:14px;}.fz16{font-size:16px;}.fz18{font-size:18px;}.fz20{font-size:20px;}.fz22{font-size:22px;}.fz24{font-size:24px;}.fz36{font-size:36px;}
.fb{font-weight:bold;}
.zh-txt{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}/*超过两行省略号*/
.one-txt{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.hd66:link,.hd66:visited,.hd66:active{color:#666;}
.hd66:hover{color:#FF0000;}
.it-input{padding: 5px; height: 35px; border: 1px solid #ddd; outline: none; margin-right: 5px; margin-left: 5px;}
input::-webkit-input-placeholder{color:#888888;font-size:14px;}
input:moz-placeholder{color:#888888;font-size:14px;}
input::-moz-placeholder{color:#888888;font-size:14px;}
input:-ms-input-placeholder{color:#888888;font-size:14px;}
.it-textarea{padding: 5px; height: 50px; border: 1px solid #dadada; margin-right: 5px; margin-left: 5px; outline: none;}
.it-span12{width: 940px;}
.it-span11{width: 860px;}
.it-span10{width: 780px;}
.it-span9{width: 700px;}
.it-span8{width: 620px;}
.it-span7{width: 540px;}
.it-span6{width: 460px;}
.it-span5{width: 380px;}
.it-span4{width: 300px;}
.it-span3{width: 220px;}
.it-span2{width: 140px;}
.it-span1{width: 60px;}
/*icon*/
.icon{display:inline-block;background-repeat:no-repeat;}
.icon_a{width:25px; height:25px; overflow:hidden; background-image:url(../img/atxtico.png); background-position:-27px 0;}
/*home*/
.wd1200{height: auto; overflow: hidden; width: 1200px; margin: 0 auto;}
.show-hs{    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 10%);    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.1);    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);}
.top{height: 40px; line-height: 40px;  background: #1c79bf; color: #f4f4f4; overflow: hidden; width: 100%; }
.top dl{min-width: 320px; height: 40px; margin: 0 auto;padding: 0 5%;}
.top dl dt{height: auto; overflow: hidden;float: left;}
.top dl dd{height: 40px; text-align: right;}
.top dl dd a{display: block; padding: 0 20px; height: 40px; position: relative;z-index: 9900001;color: #f4f4f4; background: url("../img/icon-x.png") no-repeat right center; float: right;}
.top dl dd a span{display: none; width: 160px; height: 160px; overflow: hidden; position: absolute;z-index: 9900002; top: 41px; right: 0; border: 1px solid #1c79bf;}
.top dl dd a span img{width: 100%;}
.top dl dd a:hover {color: #f1f1f1;}
.top dl dd a:hover span{display: block;}

.layer{height:140px;overflow:hidden}

.foot{ background: #1c79bf; text-align: center; color: #f5f5f5; height: auto; overflow: hidden; padding: 20px 0;}
.foot a{ color: #f5f5f5;}

.hhbox{width: 100%; height: auto; overflow: hidden; position: relative; max-width: 1500px;  margin: 0 auto; z-index: 1000; border: 8px solid #ddd;}
.hhbox img{max-width: 100%;height: auto;width: auto\9; vertical-align:bottom;}/*图片自动适应到100% */
.hh-zw{width: 100%; height: auto; overflow: hidden;}

.bb-custom-wrapper{ width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; top: 0;  z-index: 2000;  }
.bb-bbd{background: url("../bn/bookBg.png") no-repeat center center; background-size: cover; height: 100%; overflow: hidden; padding: 20px; position: relative;}


.zb-a{height: 100%; width: 100%; overflow: hidden; position: relative; z-index: 4000;}
.hh-nav{width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; top: 0; z-index: 5000; text-align: center;}
.hh-nav .zb-b{display: block; width: 49%; height: 100%; position: absolute; left: 0; top: 0; background: url("../img/zb-c.png") no-repeat center left;}
.hh-nav .zb-c{display: block; width: 49%; height: 100%; position: absolute; right: 0; top: 0;background: url("../img/zb-b.png") no-repeat center right;}
.hh-nav .zb-d{display: block; position: absolute; bottom: 0; left: 0; width: 100%;}





















