<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body{font-style:normal;font:12px Arial, Helvetica,sans-serif,"\5B8B\4F53";color:#000000;background:#FFF;/*letter-spacing: 1px;*/} 
body, div, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, p, marquee, from{margin:0;padding:0;} 
ol, ul ,li{list-style: none;} 
img {border: 0; vertical-align:middle;} 
a{color:#333;text-decoration:none; }  
a:hover{color:#cc0001;text-decoration:underline;} 
/*
::selection { background:#c40000; color:#fff;}
::-moz-selection { background:#c40000; color:#fff;}
::-webkit-selection { background:#c40000; color:#fff;}
*/
::selection { background:#219bd9; color:#fff;}
::-moz-selection { background:#219bd9; color:#fff;}
::-webkit-selection { background:#219bd9; color:#fff;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.hide{display:none;}
.block{display: block;}
.fixed {position: fixed;z-index:1;}
.l{float:left;}
.r{float:right;}
.clear{clear:both; font-size:0; line-height:0; height:0;}
.after-clear::after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.line {height:1px;background-color:#ddd;overflow:hidden;}
.line2px {height:0;border-top:1px solid #ddd;border-bottom:1px solid #fff;overflow:hidden;}
.line2pxlight {height:0;border-top:1px solid #939393;border-bottom:1px solid #fff;overflow:hidden;}
.h5 {height: 5px;display:block; overflow: hidden;}
.h10 {height: 10px;display:block; overflow: hidden;}
.h20 {height: 20px;display:block; overflow: hidden;}
.h30 {height: 30px;display:block; overflow: hidden;}
.fixhidden{overflow: hidden;}
.nowrap{white-space:nowrap;}
.nowarp-hidden{overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.relative{position: relative;}
.plr20{padding-left: 20px; padding-right: 20px; }
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.red{color: #c40000;}

.w1200{
	width:1202px;
	margin:0 auto;
}

/* top */
.top-box{
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
	font-size:12px;
}
.top-box a{
    margin: 0 5px;	
	font-size:12px;
}

/*banner*/
.banner-box{
    height: 120px;
}
.banner-box .box-logo{
	width:420px;
	height:80px;
	margin-top:15px;
	float:left;
}
.banner-box .box-search{
	margin-top:30px;
    margin-left: 20px;
	float:left;
}
.banner-box .box-cart{
	margin-top:30px;
    margin-left: 50px;
	float:left;
}
/*search*/
.box-search .search-input{
	width:500px;
	height:40px;
	background-color:#09A2B7;
	border-radius:5px;
	overflow:hidden;
}
.box-search .search-input .l{
	float:left;
	width:414px;
	height:34px;
	overflow:hidden;
	background-color:#fff;
	border:3px solid #09A2B7;
}
.box-search .search-input .r{
	float:right;
	width:80px;
	height:40px;
	background-color:#09A2B7;
}
.box-search .search-input .t{
	border:0 none;
	outline:0 none;
	font-size:14px;
	color:#666;
	width:20%;
	height:24px;
	margin:5px 0 5px 5px;
	background-color:transparent;
	display: none;
}
.box-search .search-input .q{
	border:0 none;
	outline:0 none;
	font-size:14px;
	color:#666;
	width:73%;
	height:24px;
	margin:5px;
	padding-left: 15px;
}
.box-search .search-input .s{
	border:none;
	background-color:#09A2B7;
	font-size:14px;
	color: #fff;
	text-align:center;
	width:95%;
	height:40px;
	line-height:40px;
}
.box-search .search-input:hover .l{
	border:3px solid #0AB9D1;
}
.box-search .search-input:hover .r{
	background-color:#0AB9D1;
}
.box-search .search-input:hover .s{
	background-color:#0AB9D1;
}
.box-search .search-item{
	width:480px;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#999;
	overflow:hidden;
}
.box-search .search-item a{
	margin:0 5px;
	color:#999;
}
.box-search .search-item a.hot,.box-search .search-item a:hover{
	color:#cc0001;
}
/*cart*/
.box-cart{
    position: relative;
    zoom: 1;
}
.box-cart .cart-button{
    width: 123px;
    height: 33px;
    line-height: 35px;
    text-indent: 40px;
    color: #09A2B7;
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
    background-image: url(base/cart.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none !important;
}
.box-cart .cart-button:hover{
    color: #fff;
    background-color: #09A2B7;
    border: 1px solid #2c91e4;
    background-position: 10px -15px;
}
.box-cart .cart-num{
    width: 23px;
    height: 22px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top:-16px;
    right: 15px;
    font-size: 11px;
    background-image: url(base/cart.png);
    background-position: 0 -50px;
    background-repeat: no-repeat;
}
.box-cart:hover .cart-num{
    color: #09A2B7;
    background-position: 0 -75px;
}

/*menu*/
.menu-box{
    height: 38px;
    line-height: 38px;
    background-color: #09A2B7;
}
.menu-box .box-item li{
    width: 110px;
    height: 38px;
    line-height: 38px;
    margin-right: 2px;
    text-align: center;
    float: left;
    position: relative;
    zoom: 1;
}
.menu-box .box-item li a{
    width: 100%;
    height: 38px;
    display: block;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #fff;
    text-decoration: none !important;
}
.menu-box .box-item li a:hover,.menu-box .box-item li.action{
    background-color: #0AB9D1;
}
.menu-box .box-item .hot{
    width: 29px;
    height: 17px;
    position: absolute;
    top: -10px;
    left: 50px;
    background-image: url(base/cart.png);
    background-repeat: no-repeat;
    background-position: 0 -100px;
}
.menu-box .box-item .category{
    width: 220px;
    margin-right: 10px;
}
.menu-box .box-item .category a{
    height: 42px;
    position: absolute;
    top: -4px;
    background-color: #0AB9D1;
    box-shadow: 2px -1px 3px rgba(55,55,55,0.5);
    background-image: url(base/cart.png);
    background-repeat: no-repeat;
    background-position: 20px -267px;
}
.menu-box .box-item .category a:hover{
    background-color: #0AB9D1;
}
.menu-box .box-item .consult{
    margin-left: 200px;
    width: 120px;
    background-color: #0AB9D1;
    position: relative;
    zoom: 1;
}
.menu-box .box-item .consult span{
    width: 121px;
    height: 40px;
    line-height: 30px;
    position: absolute;
    top: -25px;
    left: 15px;
    color: #0AB9D1;
    background-image: url(base/cart.png);
    background-repeat: no-repeat;
    background-position: 0 -120px;
}
.menu-box .box-item .consult a:hover{
    background-color: #0AB9D1;
}

/* main */
.main-box{
    height: 340px;
}
.main-box .category-menu-box{
    width: 220px;
    float: left;
    position: relative;
}
.main-box .slider-box{
    width: 730px;
    float: left;
}
.main-box .publish-box{
    width: 252px;
    float: left;
    position: relative;
    overflow: hidden;
}
.main-box .work-box{
    width: 247px;
    margin-left: 5px;
    float: left;
    position: relative;
    overflow: hidden;
}

.category-menu-box .menu-item{
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #fff;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f6f6f6));
    background-image: -webkit-linear-gradient(top,#fff,#f6f6f6);
    background-image: -moz-linear-gradient(top,#fff,#f6f6f6);
    background-image: linear-gradient(to bottom,#fff,#f6f6f6);
    background-repeat: repeat-x;
}
.category-menu-box .menu-item .item-wrapper{
    height: 63px;
    padding: 10px 15px;
    position: relative;
}
.category-menu-box .menu-item h2{
    width: 130px;
    height: 30px;
    color: #0AB9D1;
    line-height: 30px;
    font-size: 1.5em;
    font-weight: 400;
    font-family: "Microsoft YaHei","微软雅黑";
    display: inline-block;
    /*padding-left: 34px;*/
    /*background-image: url(../image/menu.png);*/
    background-repeat: no-repeat;
}
.category-menu-box .menu-item .icon-1{
    background-position: 0 0;
}
.category-menu-box .menu-item .icon-2{
    background-position: 0 -30px;
}
.category-menu-box .menu-item .icon-3{
    background-position: 0 -60px;
}
.category-menu-box .menu-item .icon-4{
    background-position: 0 -90px;
}
.category-menu-box .menu-item p{
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    overflow: hidden;
}
.category-menu-box .menu-item p a{
    margin: 0 3px;
}
.category-menu-box  .menu-item .arrow-icon {
    background: 0 -120px url(base/menu.png) no-repeat;
    height: 30px;
    width: 25px;
    position: absolute;
    left: 190px;
    top: 10px;
}
.category-menu-box .menu-item .line-cover{
    background-color: #fff;
    width: 20px;
    height: 83px;
    position: absolute;
    left: 210px;
    top: 1px;
    z-index: 100;
    display: none;
}
.category-menu-box .menu-item .item-hover{
    position: absolute;
    width: 480px;
    min-height: 320px;
    left:220px;
    top:0;
    padding: 10px 20px;
    background-color: #fff;
    /*background-image: url(../image/menu-bg.jpg);*/
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 15px #ccc;
    display: none;
    z-index: 99;
}
.category-menu-box .menu-item .bg-1{
    background-position: 0 0;     
}
.category-menu-box .menu-item .bg-2{
    background-position: -440px 0;     
}
.category-menu-box .menu-item .bg-3{
    background-position: -880px 0;
}
.category-menu-box .menu-item .bg-4{
    background-position: -1320px 0;     
}
.category-menu-box .menu-item .item-hover{
    padding: 10px 20px 20px 40px;
}
.category-menu-box .menu-item .item-hover .item-info{
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #999;
}
.category-menu-box .menu-item .item-hover ul{
}
.category-menu-box .menu-item .item-hover ul li{
    min-width: 150px;
    line-height: 25px;
    float: left;
    margin-top: 5px;    
    margin-right:10px;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}
.category-menu-box .menu-item .item-hover ul li a{
    color: #0AB9D1;
}
.category-menu-box .menu-item .item-hover ul.col2 li{
    min-width: 230px;
}
.category-menu-box .menu-item .item-hover ul li span{
    color: #999;
}
.category-menu-box .menu-item:hover{
    background-color: #fff;
    background-image: none;
    box-shadow: 0 0 15px #ccc;
}
.category-menu-box .menu-item:hover .item-warpper{
    background-color: #fff;
}
.category-menu-box .menu-item:hover .line-cover{
    display: inline-block;
}
.category-menu-box .menu-item:hover .item-hover{
    display: inline-block;
}
.category-menu-box .menu-item:hover .arrow-icon{
    display: none;
}

.slider-1{
	width:730px;
	height:340px;
	overflow:hidden;
	position:relative;
}
.slider-1 .slidesjs-container{
	width:730px;
	height:340px;
	overflow:hidden;
}
.slider-1 .slidesjs-container a img{
	width:730px;
	height:340px;
}
.slider-1 .slidesjs-pagination{	
	position:absolute;
	right:15px;
	bottom:15px;
	z-index:100;
}
.slider-1 .slidesjs-pagination .slidesjs-pagination-item{
	width:20px;
	height:20px;
	float:left;
	margin-right:10px;
}
.slider-1 .slidesjs-pagination .slidesjs-pagination-item a{
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:10px;
	display:block;
	background-color:#fff;
	text-decoration:none;
	font-family:"Microsoft Yahei";
	font-size:14px;
	text-align:center;
}
.slider-1 .slidesjs-pagination .slidesjs-pagination-item a:hover,.slider-1 .slidesjs-pagination .slidesjs-pagination-item a.active{
	background-color:#ff4848;
	color:#fff;
}
/*
.publish-box{
    height: 340px;
    background-color: #f5f5f5;
    /*box-shadow: 1px 1px 1px rgba(55,55,55,0.5);* /
}
.publish-box .publish-num{
    height: 40px;
    line-height: 38px;
    margin: 15px 15px;
	font-family:"Microsoft Yahei";
	font-size:28px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
}
.publish-box .publish-num ul li{
    width: 33px;
    height: 40px;
    line-height: 35px;
    margin: 0 2px;
    float: left;
    background-image: url(../image/publish.png);
}
.publish-box .publish-num ul li.unit{
    font-weight: normal;
	font-size:20px;
    background-position: 33px 0;
}
.publish-box .publish-info{
    height: 50px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}
.publish-box .publish-but{
    height: 45px;
    margin: 15px 15px 0 15px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}
.publish-box .publish-but a{
    padding: 8px 15px;
    color: #fafafa;
    border:1px solid #0AB9D1;
    background-color: #0090d3;
    text-decoration: none;
    border-radius: 5px;
}
.publish-box .publish-but a:hover{
    color: #f3f3f3;
    border:1px solid #0AB9D1;
    background-color: #0AB9D1;
}
.publish-box .publish-bar{
    height: 30px;
    line-height: 30px;
    background-color: #a9d7f7;
    text-indent: 2em;
    font-size: 14px;
    font-weight: bold;
    background-image: url(../image/publish.png);
    background-repeat: no-repeat;
    background-position: 0 -40px;
}
.publish-box .publish-con ul{
    margin: 5px 10px;
}
.publish-box .publish-con ul li{
    height: 25px;
    line-height: 25px;
}
.publish-box .publish-con ul li span{
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.publish-box .publish-con ul li .qk, .publish-box .publish-con ul li .qk a{
    width: 60px;
    color: #c40000;
}
.publish-box .publish-con ul li .bt{
    width: 110px;
    margin: 0 5px;
}
.publish-box .publish-con ul li .zt{
    width: 60px;
    color: #999;
    text-align: center;
}
*/

.work-box ul li{
    height: 103px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
}
.work-box ul li:first-child{
    margin-top: 5px;
}
.work-box ul li:hover{
    border: 1px solid #0AB9D1;
}
.work-box ul li:hover h2{
    color: #0AB9D1;
}
.work-box .item-con{
    width: 140px;
    margin: 5px 15px;
    display: inline-block;
    float: left;
}
.work-box .item-con h2{
	font-family:"Microsoft Yahei";
	font-size:1.3em;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    color: #333;
}
.work-box .item-con p{
    height: 36px;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #666;
}
.work-box .item-con p.more{
    height: 20px;
    margin-bottom: 0;
    color: #0AB9D1;
}
.work-box i{
    width: 60px;
    height: 50px;
    background-image: url(../image/work.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 25px;
    float: left;
}
.work-box i.img1{
    background-position: 0 0;
}
.work-box i.img2{
    background-position: -60px 0;
}
.work-box i.img3{
    background-position: -120px 0;
}
.work-box i.img4{
    background-position: -180px 0;
}
.work-box ul li:hover i.img1{
    background-position: 0 -50px;
}
.work-box ul li:hover i.img2{
    background-position: -60px -50px;
}
.work-box ul li:hover i.img3{
    background-position: -120px -50px;
}
.work-box ul li:hover i.img4{
    background-position: -180px -50px;
}

.fblc-box{
    border: 1px solid #f3f3f3;
}
.fblc-box img{
    width: 1200px;
}

/*book*/
.book-box{
    /*box-shadow: 0 0 3px rgba(55,55,55,0.5);*/
}
.book-box .box-bar{
    height: 75px;
}
.book-box .box-bar .box-bar-title{
    /*width: 200px;*/
    padding-right: 20px;
    max-width: 200px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 1.5em;
    font-weight: 700px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    /*background-image: url(../image/tab.png);
    background-repeat: no-repeat;
    background-position: 15px 16px;*/
}
.book-box .box-bar .box-bar-title a{
    /*margin-left: 40px;*/
    line-height: 70px;
    text-decoration: none;    
    color: #09A2B7;
}
.book-box .box-bar .box-bar-title a:hover{
    color:#cc0001;
} 
.book-box .box-bar .box-bar-tab{
    width: 1000px;
    float: left;
    position: relative;
}
.book-box .box-bar .box-bar-tab li{
    margin: 10px 5px;
    float: left;
}
.book-box .box-bar .box-bar-tab li span a{
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 15px;
    font-weight: 200px;
    padding: 0 10px;
    text-decoration: none;
    display: block;
}
.book-box .box-bar .box-bar-tab li p{
    width: 1000px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    color: #aaa;
    top:40px;
    left: 0;
    display: none;
}
.book-box .box-bar .box-bar-tab li p a{
    margin: 0 5px;
    color: #555;
    text-decoration: none;
}
.book-box .box-bar .box-bar-tab li p a:hover{
    color:#cc0001;
} 
.book-box .box-bar .box-bar-tab li:hover, .book-box .box-bar .box-bar-tab li.action{
    border-bottom: 1px solid #e4393c;    
}
.book-box .box-bar .box-bar-tab li:hover span a, .book-box .box-bar .box-bar-tab li.action span a{
    background-image: url(../image/tab.png);
    background-repeat: no-repeat;
    background-position: 50% -96px;
}
.book-box .box-bar .box-bar-tab li:hover p, .book-box .box-bar .box-bar-tab li.action p{
    display: block;
}
.book-box .box-bar .box-bar-link{
	display:none;
    max-width: 280px;
    height: 40px;
    overflow: hidden;
    color: #555;
    float: right;
}
.book-box .box-bar .box-bar-link li{
    height: 20px;
    line-height: 20px;
    margin: 10px 5px;
    float: right;
    background-image: url(../image/tab.png);
    background-repeat: no-repeat;
    background-position: 0 -40px;
}
.book-box .box-bar .box-bar-link a{
    padding: 0 10px;
    background-image: url(../image/tab.png);
    background-repeat: no-repeat;
    background-position: right -75px;
    color: #555;
    text-decoration: none;
}
.book-box .box-bar .box-bar-link a:hover{
    color:#cc0001;
}
.book-box .box-con{
    height: 505px;
}
.book-box .box-con-item{
    height: 524px;
    overflow: hidden;
    width: 980px;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
    float: left;
}
/*
.book-box .box-con-item ul{
    display: none;
}

.book-box .box-con-item ul.action{
    display: block;
}
*/
.book-box .box-con-item ul{
    display: flex;flex-wrap: wrap;justify-content: flex-start;
}
.book-box .box-con-item li{
    width: 243px;
    /*width: 194px;*/
    height:250px;
    text-align: center;
    
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
    padding: 0 1px 1px 0; 
	position: relative;
}
.book-box .box-con-item li:hover{
    padding: 0; 
	border: 1px solid #c40000;
}

/*
.book-box .box-con-item li:hover{
    padding: 0; 
	border: 1px solid #c40000;
}
*/
.book-box .box-con-item a{
    color: #555;
    text-decoration: none;
}
.book-box .box-con-item a:hover{
    color:#cc0001;
}
.book-box .box-con-item .photo{
    width: 125px;
    height: 170px;
    display: block;
    margin: 5px auto;
}
.book-box .box-con-item .photo img{
	width: 125px;
	height: 170px;
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	Opacity:0.9;
	Filter:alpha(opacity=90);
}
.book-box .box-con-item li:hover .photo img{
	-moz-opacity:1;
	-khtml-opacity:1;
	Opacity:1;
	Filter:alpha(opacity=100);    
}
.book-box .box-con-item .title{
	height: 20px;
	line-height: 20px;
    margin: 0 20px;
	display: block;
    overflow: hidden;
}
.book-box .box-con-item .info{
	height: 20px;
	line-height: 20px;
    margin: 0 20px;
	display: block;
    overflow: hidden;
    color: #555;
}
.book-box .box-con-item .info a{
	margin: 0 8px;
}
.book-box .box-con-item .info span{
	color: #cc0001;
}
.book-box .box-con-item .price{
	font-family: "Arial";
	font-size: 16px;
	color: #cc0001;
}
.book-box .box-con-item .price span{
	margin: 0 8px;
}
.book-box .box-con-item .price b {
    color: #555;
	font-weight: normal;
	font-size: 12px;
	margin-right: 3px;
}
.book-box .box-con-item .price s {
	font-size: 12px;
	color: #aaa;
}
.book-box .box-con-item .price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}
.book-box .box-con-item .discount{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: 5px;
    left:25px;
	z-index: 99;
	background-image: url(../image/cart.png);
    background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
    display: none;
}
.book-box .box-con-list{
    width: 209px;
    margin-left: 10px;
    float: left;
    border: 1px solid #f3f3f3;
}
.book-box .box-con-list .box-con-bar{
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #f3f3f3;
}
.book-box .box-con-list .box-con-bar a{
    text-decoration: none;
}
.book-box .box-con-list ul{
    margin: 8px 10px 9px 10px;
}
.book-box .box-con-list li{
    height: 65px;
    padding: 10px 0;
    background-image: url(../image/tab.png);
    background-repeat: repeat-x;
    background-position: 0 -215px;
}
.book-box .box-con-list li::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.book-box .box-con-list .photo{
    width: 70px;
    text-align: center;
    float: left;
    display: block;
    margin: 5px auto;
}
.book-box .box-con-list .photo img{
	width: 45px;
	height: 60px;
}
.book-box .box-con-list .title{
	height: 20px;
	line-height: 20px;
	display: block;
    overflow: hidden;
}
.book-box .box-con-list .info{
	height: 20px;
	line-height: 20px; 
	display: block;
    overflow: hidden;
    color: #888;
}
.book-box .box-con-list .info span{
	color: #cc0001;
}
.book-box .box-con-list .info a{
    color: #888;
}
.book-box .box-con-list .info a:hover{
    color:#cc0001;
}
.book-box .box-con-list .price{
    margin-top: 10px;
	font-family: "Arial";
	/*font-size: 16px;*/
	color: #cc0001;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
}
.book-box .box-con-list .price span{
	margin: 0 4px;
}
.book-box .box-con-list .price s {
	font-size: 12px;
	color: #aaa;
}
.book-box .box-con-list .price b {
    color: #888;
	font-weight: normal;
	font-size: 12px;
	margin-right: 3px;
}
.book-box .box-con-list .price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 2px;
}
.book-box .box-con-list .bottom-more{
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-right: 10px;    
}
.book-box .box-con-list .bottom-more a{
    padding-right: 10px;
    background-image: url(../image/tab.png);
    background-repeat: no-repeat;
    background-position: right -75px;
    text-decoration: none;
}


/*level*/
.level-box{
    /*box-shadow: 0 0 3px rgba(55,55,55,0.5);*/
}
.level-box .box-bar{
    width: 210px;
    float: left;
}
.level-box .box-bar .box-bar-title{
    height: 50px;
    line-height: 50px;
    /*padding-left: 40px;*/
    font-family: "Microsoft Yahei";
    font-size: 1.5em;
    font-weight: 700px;
    color: #015b74;
    /*background-image: url(../image/tab.png);
    background-repeat: no-repeat;
    background-position: 15px 16px;*/
}
.level-box .box-bar .box-bar-pic{
    width: 210px;
    height: 350px;
}
.level-box .box-bar .box-bar-pic img{
    width: 210px;
    height: 350px;
}
.level-box .box-bar .box-bar-list{
    width: 208px;
    height: 150px;
    border: 1px solid #f5f5f5;
}
.level-box .box-bar .box-bar-list ul{
    margin: 30px 10px 10px 20px;
}
.level-box .box-bar .box-bar-list li{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.level-box .box-bar .box-bar-list li a{
    color: #666;
    text-decoration: none;
}
.level-box .box-bar .box-bar-list li a:hover{
    color:#cc0001;
}
.level-box .box-bar .box-bar-list li a b{
    color: #222;
    font-weight: normal;
}
.level-box .box-body{
    width: 790px;
    float: left;
}
.level-box .box-body-tab ul{
    margin-left: 10px;    
}
.level-box .box-body-tab li{
    margin: 10px 2px;
    float: left;
}
.level-box .box-body-tab li a{
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 15px;
    font-weight: 200px;
    padding: 0 7px;
    text-decoration: none;
    display: block;
}
.level-box .box-body-tab li:hover, .level-box .box-body-tab li.action{
    border-bottom: 1px solid #e4393c;    
}
.level-box .box-body-tab li:hover a, .level-box .box-body-tab li.action a{
    background-image: url(../image/tab.png);
    background-repeat: no-repeat;
    background-position: 50% -96px;
}
.level-box .box-body-con{
    height: 499px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.level-box .box-body-con .box-item{
    display: none;
}
.level-box .box-body-con .action{
    display: block;
}
.level-box .box-body-con a{
    color: #555;
    text-decoration: none;
}
.level-box .box-body-con a:hover{
    color:#cc0001;
}
.level-box .box-body-con .box-item-top{    
}
.level-box .box-body-con .box-item-top .photo{
    width: 180px;
    text-align: center;
    float: left;
    display: block;
    margin: 10px auto;
}
.level-box .box-body-con .box-item-top .photo img{
	width: 120px;
	height: 160px;
}
.level-box .box-body-con .box-item-top .title{
    height: 50px;
    line-height: 50px;
    margin: 0 20px 0 10px;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	font-weight: 700;
}
.level-box .box-body-con .box-item-top .description{
    height: 100px;
    line-height: 25px;
    overflow: hidden;
    margin: 0 20px 0 10px;
	font-size: 12px;
    color: #666;
}
.level-box .box-body-con .box-item-top .info{
	height: 20px;
	line-height: 20px;
    margin: 0 5px;
    color: #666;
	display: block;
    overflow: hidden;
	font-family: "Microsoft Yahei";
	font-size: 16px;
}
.level-box .box-body-con .box-item-top .info span{
	color: #cc0001;
    margin-left: 10px;
}
.level-box .box-body-con .box-item-top .price{
	font-family: "Arial";
	font-size: 18px;
	color: #cc0001;
}
.level-box .box-body-con .box-item-top .price span{
	margin: 0 8px;
}
.level-box .box-body-con .box-item-top .price s {
	font-size: 14px;
	color: #aaa;
}
.level-box .box-body-con .box-item-top .price i {
	font-style: normal;
	font-size: 14px;
	margin-right: 3px;
}
.level-box .box-body-con .box-item-title{
    height: 30px;
    line-height: 30px;
    margin: 10px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
    color:#333;
}
.level-box .box-body-con .box-item-list ul{
    margin: 0 10px;
}
.level-box .box-body-con .box-item-list li{
    width: 180px;
    height: 255px;
    margin-right: 10px;
    float: left;
    border: 1px solid #f5f5f5;
    text-align: center;
}
.level-box .box-body-con .box-item-list li:hover{
    border: 1px solid #e4393c;
}
.level-box .box-body-con .box-item-list .photo{
    width: 120px;
    height: 160px;
    display: block;
    margin: 15px auto;
}
.level-box .box-body-con .box-item-list .photo img{
	width: 120px;
	height: 160px;
}
.level-box .box-body-con .box-item-list .title{
	height: 20px;
	line-height: 20px;
    margin: 0 5px;
	display: block;
    overflow: hidden;
}
.level-box .box-body-con .box-item-list .info{
	height: 20px;
	line-height: 20px;
    margin: 0 5px;
    color: #999;
	display: block;
    overflow: hidden;
}
.level-box .box-body-con .box-item-list .info span{
	color: #cc0001;
    margin-left: 10px;
}
.level-box .box-body-con .box-item-list .price{
	font-family: "Arial";
	font-size: 16px;
	color: #cc0001;
}
.level-box .box-body-con .box-item-list .price span{
	margin: 0 8px;
}
.level-box .box-body-con .box-item-list .price s {
	font-size: 12px;
	color: #aaa;
}
.level-box .box-body-con .box-item-list .price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}
.level-box .box-list{
    width: 200px;
    float: left;
}
.level-box .box-list .box-list-bar{
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    text-align: center;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: 700px;
    color: #333;
    background-image: url(../image/tab.png);
    background-repeat: no-repeat;
    background-position: 0 -40px;
}
.level-box .box-list .box-list-con{
    height: 500px;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}
.level-box .box-list .box-list-con ul{
    margin: 10px 20px;
}
.level-box .box-list .box-list-con li{
    height: 40px;
    line-height: 40px;
}
.level-box .box-list .box-list-con a{
    font-size: 12px;
    color: #666;
    text-decoration: none;
}
.level-box .box-list .box-list-con a:hover{
    color:#cc0001;
}
.level-box .box-list .box-list-con ul.after-clear{
    margin: 10px 8px;
}
.level-box .box-list .box-list-con ul.after-clear li{
    width: 80px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

/*职称晋升*/
.zcjc-box{
    border: 1px solid #f5f5f5;
    background-image: url(base/map.png);
    background-repeat: no-repeat;
    background-position: 400px -50px;
}
.zcjc-box .box-dq{
   /* width: 550px;*/
    text-align: center;
    float: left;
    margin: 10px 20px;
}
.zcjc-box .box-dq dl dt{
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: 700px;
    color: #045fa0;
}
.zcjc-box .box-dq dl dt span{
    padding:5px 10px;
    border-bottom: 1px solid #0AB9D1;
}
.zcjc-box .box-dq dl dd{
    width: 70px;
    height: 25px;
    line-height: 25px;
    background-color: #f5f5f5;
    /*border: 1px solid #dadada;
    margin: 1px;;*/
	margin: 1px 25px 10px 0;
    float: left;
    cursor: pointer;
}
.zcjc-box .box-dq dl dd:hover, .zcjc-box .box-dq dl dd.action{
    color: #fff;
    background-color: #0AB9D1;
}
.zcjc-box .box-dq dl dd a{
    width: 70px;
    height: 25px;
    display: block;
    text-decoration: none;
}
.zcjc-box .box-dq dl dd:hover a, .zcjc-box .box-dq dl dd.action a{
    color: #fff;
}
.zcjc-box .box-info{
    width: 600px;
    text-align: left;
    float: left;
}
.zcjc-box .box-info ul{
    margin: 25px 20px 25px 0;
    display: none;
}
.zcjc-box .box-info ul.action{
    display: block;
}
.zcjc-box .box-info ul li{
    line-height: 25px;
    margin-bottom: 10px; 
}
.zcjc-box .box-info ul li::after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.zcjc-box .box-info ul li:first-child{
    padding-bottom: 5px;    
    border-bottom:1px dotted #f06541;
}
.zcjc-box .box-info ul li span{
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background-color: #f06541;
    display: block;
    float: left;
}
.zcjc-box .box-info ul li p{
    width: 500px;
    height: 50px;
    margin-left: 20px;
    color: #555;
    float: left;
}

/*原创检测*/
.ycjc-box{
    height: 520px;
    border: 1px solid #f5f5f5;
}
.ycjc-box .box-left{
    height: 520px;
    width: 230px;
    border-right: 1px solid #f5f5f5;
    float: left;
}
.ycjc-box .box-bar{
    position: relative;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight: 700px;
    color: #555;
    border-bottom: 1px solid #f5f5f5;
}
.ycjc-box .box-bar a{
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 15px;
    right:20px;
    padding-left: 0;
    font-family:  Arial;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    padding-right: 10px;
    background-image: url(../image/tab.png);
    background-repeat: no-repeat;
    background-position: right -70px;
}
.ycjc-box .box-bar a:hover{
    color: #cc0001;
}
.ycjc-box .box-left .box-bar{
    padding-left: 40px;
    background-image: url(../image/ycjc.png);
    background-repeat: no-repeat;
    background-position: 15px -540px;
}
.ycjc-box .box-left .img{
    margin: 10px 5px;
}
.ycjc-box .box-left .img a{
    text-indent: 0;
    width: 220px;
    height: 70px;
    line-height: 210px;
    overflow: hidden;
    display: block;
    background-image: url(../image/ycjc.png);
}
.ycjc-box .box-left p{
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 10px 20px 10px;
    line-height: 2;
    text-indent: 2em;
    color: #555;
}
.ycjc-box .box-left .but{
    margin: 40px 10px 0 10px;
}
.ycjc-box .box-left .but a{
    text-indent: 0;
    width: 200px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    display: block;
    background-image: url(../image/ycjc.png);
    background-repeat: no-repeat;
    background-position: 0 -90px;
    text-align: center;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight: 700px;
    color: #fff;
    text-decoration: none;
}
.ycjc-box .box-center{
    /*height: 520px;*/
    width: 981px;
    border-right: 1px solid #f5f5f5;
    float: left;
}
.ycjc-box .box-center .but{
    margin: 20px 30px;
}
.ycjc-box .box-center .but li{
    width: 33.33%;
    height: 110px;
    line-height: 330px;
    overflow: hidden;
    float: left;
}
/* .ycjc-box .box-center .but li:hover{
    box-shadow: 0 0 3px rgba(55,55,55,0.5);
} */
.ycjc-box .box-center .but li a{
    width: 220px;
    height: 110px;
    display: block;
    overflow: hidden;
    /* background-image: url(../image/ycjc.png); */
	background: url(../image/ad_index_sci.png) no-repeat;
	margin: 0 auto;
}
.ycjc-box .box-center .but li:hover a{
	opacity: .8;
}
.ycjc-box .box-center .but li.img1 a{
    /* background-position: 0 -160px; */
	background-position: 0 0;
}
.ycjc-box .box-center .but li.img2 a{
    /* background-position: 0 -270px; */
	background-position: -307px 0;
}
.ycjc-box .box-center .but li.img3 a{
    /* background-position: 0 -380px; */
	background-position: -614px 0;
}
.ycjc-box .box-center p{
    width: 98%;
    font-size: 14px;
    margin: 30px 0;
    line-height: 25px;
    text-indent: 2em;
    color: #555;
}
.ycjc-box .box-center .info{
    margin: 40px 0 0 0;
}
.ycjc-box .box-center .info li{
    width: 360px;
    height: 30px;
    line-height: 30px;
    margin: 0 56px;
    overflow: hidden;
    /* background-image: url(../image/ycjc.png);
    background-repeat: no-repeat;
    background-position: 0 -505px; */
	background: url(../image/icon_index_sci_hot.png) no-repeat;
	background-position: 0 7px;
    float: left;
}
.ycjc-box .box-center .info li .l{
    margin-left: 25px;
    width: 225px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}
.ycjc-box .box-center .info li .r{
    color: #c40000;
}
.ycjc-box .box-right{
    height: 520px;
    width: 218px;
    float: left;
}
.ycjc-box .box-right .box-con{
    height: 500px;
    margin: 10px 20px;
}
.ycjc-box .box-right .box-con li{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.ycjc-box .box-right .box-con a{
    font-size: 12px;
    color: #666;
    text-decoration: none;
}
.ycjc-box .box-right .box-con a:hover{
    color:#cc0001;
}

/*links*/
.links-box{
    background-color: #fbfbfb;
    border: 1px solid #f5f5f5;
}
.links-box .box-bar{
    height: 40px;
    line-height: 40px;
    margin-left: 30px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: 700px;
    color: #666;
}
.links-box .box-con {
    padding:0 30px 15px 30px;
}
.links-box .box-con ul li{
	width: 115px;
    height:25px;
    line-height:25px;
    margin-right:10px;
    margin-bottom: 5px;
    white-space:nowrap;
    overflow: hidden;
    float: left;
}
.links-box .box-con ul.num6 li{
	width: 180px;
}
.links-box .box-con ul li a{
    padding:2px 0;
    color:#555;
}
.links-box .box-con ul li a:hover{
    color:#cc0001;
	text-decoration: none;
}

/*service*/
.service-box{
    height: 120px;
    background-color: #f8f8f8;
    border: 1px solid #f5f5f5;
    border-bottom: 0;
    font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", Helvetica;
    color: #666;
}
.service-box ul{
    margin: 40px 70px 0 130px;
}
.service-box ul li{
    width: 220px;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    float: left;
}
.service-box ul li a{
    /*font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: 700px;*/
    font-size: 15px;
    color: #666;
}
.service-box ul li a:hover{
    color:#09A2B7;
}
.service-box ul li a span{
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px;
    float: left;
    background-image: url(../image/service.png);
    background-repeat: no-repeat;
}
.service-box ul li a span.img1{
    background-position: 0 0;
}
.service-box ul li a span.img2{
    background-position: -30px 0;
}
.service-box ul li a span.img3{
    background-position: -60px 0;
}
.service-box ul li a span.img4{
    background-position: -90px 0;
}

/*foot*/
.foot-box{
    background-color: #f8f8f8;
    border: 1px solid #f5f5f5;
    border-top: 0;
    border-bottom: 0;
}
.foot-box .line{
    margin: 0 30px;
    background-color: #f8f8f8;
    border-bottom: 1px dotted #999;
}
.foot-box ul{
    margin: 20px 10px 0 40px;
    padding-bottom: 20px;
}
.foot-box ul li{
    float: left;
}
.foot-box ul li.w1{
    width: 155px;
}
.foot-box ul li.w2{
    width: 250px;
}
.foot-box ul li.w3{
    width: 250px;
}
.foot-box ul li.w4{
    width: 200px;
}
.foot-box ul li.w5{
    width: 150px;
}
.foot-box ul li.w6{
    width: 130px;
}
.foot-box dl dt{
    height: 30px;
    line-height: 30px;
    /*font-family: "Microsoft Yahei";*/
    font-size: 14px;
    /*font-weight: bold;*/ /*700px;*/
    color: #09A2B7;
}
.foot-box dl dt a{
    color: #09A2B7;
}
.foot-box dl dd{
    line-height: 22px;
    /*font-family: "Microsoft Yahei";*/
    font-size: 12px;
    font-weight: normal;
    color: #666;
}
.foot-box dl dd a{
    color: #666;
    text-decoration: none;
}
.foot-box dl dd a:hover{
    color:#09A2B7;
}
.foot-box .em4{
    text-indent: 4.5em;
}
.foot-box .em5{
    text-indent: 5.5em;
}
.foot-box .img{
    width: 100px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.foot-box .img img{
    width: 100px;
    height: 120px;
}

/*copyright*/
.copyright-bg{
    background-color: #f8f8f8;
}
.copyright-box{
    border: 1px solid #f5f5f5;
    border-top: 0;
    text-align: center;
}
.copyright-box .line{
    margin: 0 30px;
    background-color: #f8f8f8;
    border-bottom: 1px dotted #999;
}
.copyright-box p{
	line-height: 24px;
	padding: 20px 0;
	color: #666;
	font-size: 12px;
}
.copyright-box p&gt;a{
	font-size: 12px;
}
.copyright-box ul{
    width: 330px;
    margin: 20px auto;
}
.copyright-box ul li {
	width: 83px;
	height: 30px;
	margin: 0 13px;
	float: left;
}
.copyright-box ul li a{
	width: 83px;
	height: 30px;
    line-height: 90px;
	display: block;
    overflow: hidden;
	background-image: url(../image/copyright.png);
	background-repeat: no-repeat;
}
.copyright-box ul li.img1 a{
    background-position: 0 0;
}
.copyright-box ul li.img2 a{
    background-position: 0 -30px;
}
.copyright-box ul li.img3 a{
    background-position: 0 -60px;
}
.theme-box {
    margin: 10px auto;
    height: 30px; line-height: 30px;
}
.theme-box a{
    padding: 5px 10px;
    color: #fff;
    background-color: #09A2B7;
    border: 1px solid #09A2B7;
    margin: 0 10px;
}
.theme-box a:hover{
    text-decoration: none;
}
.theme-box a.touch{
    background-color: #ff6600;
    border: 1px solid #ff6600;
}

/*nav*/
.nav-box{
	margin: 8px auto;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ececec;
	background-color: #fff;
	text-indent: 20px;
	font-family: "宋体";
	font-size: 12px;
	color: #666;
}
.nav-box a{
	color: #09A2B7;
	padding: 0 10px;
}
.nav-box span{
	padding-left: 10px;
}

/*filter*/
.h174{
    height: 154px;
    overflow: hidden;
}
.filter-box {
	position: relative;
	padding-bottom: 20px;
	border: 1px solid #ececec;
}
.filter-box .box-tips {
	padding: 0 10px;
	border-bottom: 1px solid #ececec;
	display: none;
}
.filter-box .box-tips div.l{
	width: 100px;
	line-height: 40px;
	text-indent: 20px;
    color: #666;
    float: left;
}
.filter-box .box-tips ul.l{
    width: 1050px;
    margin-top: 7px;
    float: left;
}
.filter-box .box-tips ul li{
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
	/*display: inline;*/
	float: left;
}
.filter-box .box-tips ul li a {
	height: 24px;
	line-height: 24px;
    border: 1px solid #fff;
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
    border: 1px solid #f3f3f3;
	color: #666;
	background-image: url(../image/x.png);
	background-repeat: no-repeat;
    background-position: 6px -1px;
    padding-left: 25px;
}
.filter-box .box-tips ul li a:hover, .filter-box .box-tips ul li a.action {
    border: 1px solid #0AB9D1;
	color: #0AB9D1;
	text-decoration: none;
    background-position: 6px -24px;
}
.filter-box .box-item {
	border-bottom: 1px dotted #ececec;
}
.filter-box .box-item .l {
	width: 120px;
	line-height: 24px;
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}
.filter-box .box-item .h {
	width: 50px;
	line-height: 24px;
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}
.filter-box .box-item .h a {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
	float: left;
}
.filter-box .box-item .h _a:hover, .filter-box .box-item .h a.action {
	background-color: #809EAE;
	color: #fff;
	text-decoration: none;
}
.filter-box .box-item .r {
	width: 958px;
	line-height: 24px;
	font-size: 12px;
	background-color: #fff;
	float: left;
}
.filter-box .box-item .r ul {
	margin: 5px 10px;
	height: auto;
	overflow: hidden;
}
.filter-box .box-item .r ul.collapse{
	height:25px;
}
.filter-box .box-item .r ul::after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.filter-box .box-item .r ul li {
	height: 25px;
	margin-right: 10px;
	/*display: inline;*/
	float: left;
    min-width: 60px;
}
.filter-box .box-item .r ul li.split{
	width:100%;
	height:1px;
	margin:2px 0;
	overflow:hidden;
	border-bottom:1px dotted #ececec;
	/*clear:both;*/
}
.filter-box .box-item .r ul li a {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
}
.filter-box .box-item .r a:hover, .filter-box .box-item .r a.action {
	background-color: #0AB9D1;
	color: #fff;
	text-decoration: none;
}
.filter-box .noexpand .r{
    width: 1030px;
}
.filter-box .box-item .r ul.select li{
    height: 35px;
    line-height: 35px;
}
.filter-box .box-item .r ul.select li select{
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
    margin-bottom: 10px;
	white-space: nowrap;
}
.filter-box .box-item .r ul.select li select.action{
    color: #0AB9D1;
    border:1px solid #0AB9D1;
}
.filter-box .box-item .m {
	width: 70px;
	line-height: 24px;
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}
.filter-box .box-item .m a {
	color: #666666;
	padding: 5px 10px;
}
.filter-box .box-item .m a i {
	width: 10px;
	height: 6px;
	margin-left: 3px;
	overflow: hidden;
	display: inline-block;
	background-image: url(../image/filter.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.filter-box .box-item .m a:hover{    
    color:#8D794D;
	text-decoration:none;
}
.filter-box .box-item .m a:hover i{
	background-position:0 -10px;
}
.filter-box .scroll .m a i{
	background-position:0 -20px;
}
.filter-box .scroll .m a:hover i{
	background-position:0 -30px;
}
.filter-box .box-expand {
	width: 80px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ececec;
	text-align: center;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 560px;
}
.filter-box .box-expand a {
	width: 80px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
}
.filter-box .box-expand a i {
	width: 10px;
	height: 6px;
	line-height: 20px;
	margin-left: 3px;
	overflow: hidden;
	display: inline-block;
	background-image: url(../image/filter.png);
	background-position: 0 -10px;
	background-repeat: no-repeat;
}
.filter-box .box-expand a:hover i{
	background-position:0 0;
}
.filter-box .box-collapse a i{
	background-position:0 -30px;
}
.filter-box .box-collapse a:hover i{
	background-position:0 -20px;
}

.qhlb-box .box-tips{
    line-height: 40px;
}
.qhlb-box .box-item .r ul li{
    min-width: auto;
}
.qhlb-box  .box-expand{
	left: 450px;
}
.qhlb-box .box-item .r ul li.action {
    background-color: #0AB9D1;
}
.qhlb-box .box-item .r ul li.action a{
    color: #fff;
}

.filter-box .tag .r ul li {
    width: 80px;
    overflow: hidden;
}

/*分栏*/
.w990{
    width: 990px;
}
.w200{
    width: 200px;
}

/*list*/
.list-box{
	/*width: 990px;*/
}
.list-box .box-tab {
	height: 28px;
	line-height: 30px;
	overflow: hidden;
	background: #FFF;
	border-bottom: 2px solid #0AB9D1;
}
.list-box .box-tab .l {
	min-width: 60px;
	margin-left: 5px;
	padding-right: 20px;
	text-align: center;
	float: left;
}
.list-box .box-tab .c {
	width: 800px;
	float: left;
}
.list-box .box-tab .c li {
	min-width: 88px;
	height: 27px;
	line-height: 30px;
	overflow: hidden;
	margin-right: 5px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-bottom: none;
	text-align: center;
	float: left;
}
.list-box .box-tab .c li.action {
	border-color: #0AB9D1;
	background-color: #0AB9D1;
}
.list-box .box-tab .c li.asc,  .list-box .box-tab .c li.desc{
    background-image: url(../image/jt.png);
    background-repeat: no-repeat;
}
.list-box .box-tab .c li.asc{
    background-position: right -31px;
}
.list-box .box-tab .c li.action.asc{
    background-position: right -111px;
}
.list-box .box-tab .c li.desc{
    background-position: right 9px;
}
.list-box .box-tab .c li.action.desc{
    background-position: right -71px;
}
.list-box .box-tab .c li a {
	padding: 0 25px 0 15px;
	color: #0a6496;
}
.list-box .box-tab .c li.action a {
	color: #fff;
}

.list-box .box-con {
	margin: 10px 0 10px 10px;
}
.list-box .box-item {
    position: relative;
	padding: 15px 10px;
	margin-bottom: 10px;
    border:1px solid #fff;
}
.list-box .box-item:hover{
    border:1px solid #0AB9D1;
    box-shadow: 0 0 5px #0AB9D1;
}
.list-box .box-item .item-l {
	width: 160px;
	text-align: center;
	float: left;
}
.list-box .box-item .item-c {
	width: 690px;
	float: left;
}
.list-box .box-item .item-r {
	width: 95px;
	margin-right:10px;
	text-align: right;
	float: right;
}
.list-box .box-item .item-image a {
	width: 130px;
	height: 180px;
}
.list-box .box-item .item-image a img {
	width: 130px;
	height: 180px;
}
.list-box .box-item .item-title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #09A2B7;
}
.list-box .box-item .item-title h4 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #09A2B7;
}
.list-box .box-item .item-title h4 a {
	color: #09A2B7;
}
.list-box .box-item .item-title h3 a {
	color: #09A2B7;
}
.list-box .box-item .item-param::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.list-box .box-item .item-param li{
	width: 220px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	float: left;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.list-box .box-item .item-param li.nofloat {
	width: 680px;
	clear: both;
}
.list-box .box-item .item-param li.nofloat a{
    margin-right: 10px;
}
.list-box .box-item .item-param li.info{
	height: 50px;
	white-space: normal;
    color: #666;
}
.list-box .box-item .item-param li span {
	margin-right: 3px;
	color: #333;
}
.list-box .box-item .item-param li a {
	color: #09A2B7;
}
.list-box .box-item .item-param li.ar10 a {
	margin-right: 10px;
}
.list-box .box-item .item-info{
    height: 25px;
    line-height: 25px;
    color: #999;
}
.list-box .box-item .item-info b{
    margin: 0 5px;
    color: #09A2B7;
    font-family: verdana;
    font-weight: 700;
}
.list-box .box-item .item-but div{
    text-align: center;
}
.list-box .box-item .item-but div a{
	width: 80px;
	height: 24px;
	line-height: 24px;
	margin: 8px auto;
	display: block;
	border: 1px solid #f5f5f5;
	border-radius: 13px;
	background-color: #f5f5f5;
    text-decoration: none;
}
.list-box .box-item .item-but div a:hover{
    color: #0AB9D1;
	border: 1px solid #0AB9D1;
}
.list-box .box-item .item-but .but-talk a{
	color: #0AB9D1;
	border: 1px solid #0AB9D1;
}
.list-box .box-item .item-but .but-talk a:hover{
	background-color: #0AB9D1;
	border: 1px solid #0AB9D1;
}
.list-box .box-item .item-but .but-talk a:hover span {
	color: #fff;
}
.list-box .box-item div.but-info{
    height: 25px;
    line-height: 25px;
	margin: 8px auto;
    color: #999;
    text-align: left;
}
.list-box .box-item .but-info b{
    margin: 0 5px;
    color: #09A2B7;
    font-family: verdana;
    font-weight: 700;
}


.list-box .shop{
    height:auto;
	padding: 15px 10px;
    border:1px solid #fff;
}
.list-box .shop:hover{
    border:1px solid #0AB9D1;
    box-shadow: 0 0 5px #0AB9D1;
}
.list-box .shop .item-discount {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 2px;
	top: 2px;
	z-index: 99;
	background-image: url(../image/cart.png);
    background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
    display: none;
}
.list-box .shop .item-param li.info{
    height: 50px;
    white-space: normal;
}
.list-box .shop .item-param .price font{
	font-size: 16px;
	font-weight: bold;
}
.list-box .shop .item-param .price i{
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}
.list-box .shop .item-param .price s {
	font-size: 12px;
	color:#aaa;
}
.list-box .zzs{
    height: 140px;
}
.list-box .zzs .item-c{
	width: 830px;
}
.list-box .zzs .item-param{
    height: auto;
}
.list-box .zzs .item-param li{
	width: 380px;
}


/*page*/
.page-box{
    line-height:30px;
    margin:40px auto;
    text-align: center;
}
.page-box ul {
    /*float:right;*/
}
.page-box ul li {
    line-height:40px;
    margin-right:5px;
    /*float:left;*/
    display: inline-block;
}
.page-box ul li a{
    height:28px;
    line-height:28px;
    padding:0 12px;
    display:inline-block;
    font-size:14px;
    color:#09A2B7;
    border:1px solid #d6d6d6;
}
.page-box ul li a:hover, .page-box ul li a.action{
    color:#fff;
    text-decoration:none;
    background-color:#09A2B7;
    border:1px solid #09A2B7;
}
.page-box ul li span{
    height:28px;
    line-height:28px;
    padding:0 10px;
    margin-top: 5px;
    display:inline-block;
    font-size:14px;
    color:#999;
    border:1px solid #d6d6d6;
}
.page-box ul li a.prev {
    padding-left:16px;
    background-image:url(../image/page.png);
    background-position: 0 0;
    background-repeat:no-repeat;
}
.page-box ul li a.next {
    padding-right:16px; 
    background-image:url(../image/page.png);
    background-position: 100% 0;
    background-repeat:no-repeat;
}
.page-box ul li a.prev:hover {
    background-position: 0 -29px;
}
.page-box ul li a.next:hover {
    background-position:100% -29px;
}

/*share*/
.share-box {
	height: 25px;
	line-height: 25px;
	margin: 20px auto;
}
.share-box .box-title {
	color: #666;
	float: left;
}
.share-box .box-list {
	float: left;
}

/*article*/
.article-box{
	border: 1px solid #f3f3f3;
}
.article-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.article-box .box-item {
	margin: 10px;
}
.article-box .box-item ul li {
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	background-image: url(../image/dot.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article-box .box-item ul li.split {
	height: 0px;
	border-bottom: 1px dotted #999;
	margin-top: 5x;
	margin-bottom: 5px;
	overflow: hidden;
}
.article-box .box-item ul li a {
	color: #333;
    text-decoration:none;
}
.article-box .box-item ul li a:hover {
    color:#cc0001;
}

/*image*/
.image-box{
	border: 1px solid #f3f3f3;
}
.image-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.image-box .box-item {
	margin: 10px;
}
.image-box .box-item ul li {
    margin:30px 0;
    border-bottom:1px solid #ececec;
	text-align: center;
	position: relative;
}
.image-box .box-item ul li:last-child{
    border-bottom:0 solid #ececec;
}
.image-box .box-item .item-pic {
	width: 120px;
	margin: 0 auto;
}
.image-box .box-item .item-pic img {
	width: 120px;
	height: 160px;
}
.image-box .box-item .item-info {
    margin-top: 10px;
	line-height: 24px;
}
.image-box .box-item .item-info a {
	color: #09A2B7;
    text-decoration:none;
}
.image-box .box-item .item-info a:hover {
    color:#cc0001;
}
.image-box .box-item .item-info span{
	color: #999;
}
.image-box .box-item .item-info span b{
    margin-left: 3px;
    color:#cc0001;
}
.image-box .box-item .item-level {
    line-height:24px;
    font-size:12px;
    color:#666;
    text-align:center;
}
.image-box .box-item .item-level a{
    color:#666;
}
.image-box .box-item .item-level span {            
    margin-left:5px;
	color:#cc0001;
}
.image-box .box-item .item-price{
	font-family:"Arial";
	font-size:16px;
	height:20px;
	line-height:20px;
	color:#cc0001;
}
.image-box .box-item .item-price span{
	margin:0 4px;
}
.image-box .box-item .item-price s{
	font-size: 12px;
	color:#aaa;
}
.image-box .box-item .item-price i{
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}
.image-box .box-item .item-discount{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 2px;
	top: 2px;
	z-index: 99;
	background-image: url(../image/cart.png);
    background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
    display: none;
}
.image-box .box-item .item-but {
    margin:20px auto;
    text-align:center;
}
.image-box .box-item .item-but a {
    width:80px;
    height:28px;
    line-height:28px;
    color:#0AB9D1;
    display:inline-block;
    border-top:1px solid #e9e9e9;
    border-left:1px solid #e9e9e9;
    border-right:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
}
.image-box .box-item .item-but a:hover {
    color:#fff;
	background-color: #0AB9D1;
    text-decoration:none;
    border:1px solid #0AB9D1;
    box-shadow:2px 1px 6px #ccc;
}
.good-box .box-item .item-but a {
	background-color: #ffeded;
	border: 1px solid #c40000;
	color: #c40000;
}
.good-box .box-item .item-but a:hover {
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
}


/*imagetxt*/
.imagetxt-box{
	border: 1px solid #f3f3f3;
}
.imagetxt-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.imagetxt-box .box-item {
	margin: 10px;
}
.imagetxt-box .box-item ul li {
    border-bottom:1px solid #ececec;
    padding: 15px 0;
	position: relative;
}
.imagetxt-box .box-item ul li:last-child{
    border-bottom:0 solid #ececec;
}
.imagetxt-box .box-item .item-pic {
	width: 95px;
    float: left;
    text-align: center;
}
.imagetxt-box .box-item .item-pic img {
	width: 75px;
	height: 100px;
}
.imagetxt-box .box-item .item-txt {
	width: 130px;
    overflow: hidden;
    float: left;
}
.imagetxt-box .box-item .item-info {
	line-height: 24px;
}
.imagetxt-box .box-item .item-info a {
	color: #09A2B7;
    text-decoration:none;
}
.imagetxt-box .box-item .item-info a:hover {
    color:#cc0001;
}
.imagetxt-box .box-item .item-info span{
	color: #999;
}
.imagetxt-box .box-item .item-info span b{
    margin-left: 3px;
    color:#cc0001;
}
.imagetxt-box .box-item .item-level {
    line-height:24px;
    font-size:12px;
    color:#666;
}
.imagetxt-box .box-item .item-level a{
    color:#666;
}
.imagetxt-box .box-item .item-level span {            
    margin-left:5px;
	color:#cc0001;
}
.imagetxt-box .box-item .item-price{
	font-family:"Arial";
	font-size:16px;
	height:30px;
	line-height:30px;
	color:#cc0001;
}
.imagetxt-box .box-item .item-price span{
	margin:0 4px;
}
.imagetxt-box .box-item .item-price s{
	font-size: 12px;
	color:#aaa;
}
.imagetxt-box .box-item .item-price i{
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}
.imagetxt-box .box-item .item-discount{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 2px;
	top: 2px;
	z-index: 99;
	background-image: url(../image/cart.png);
    background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
    display: none;
}
.imagetxt-box .box-item .item-but {
    margin:20px auto;
    text-align:center;
}
.imagetxt-box .box-item .item-but a {
    width:80px;
    height:28px;
    line-height:28px;
    color:#0AB9D1;
    display:inline-block;
    border-top:1px solid #e9e9e9;
    border-left:1px solid #e9e9e9;
    border-right:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
}
.imagetxt-box .box-item .item-but a:hover {
    color:#fff;
	background-color: #0AB9D1;
    text-decoration:none;
    border:1px solid #0AB9D1;
    box-shadow:2px 1px 6px #ccc;
}
.good-box .box-item .item-info span b{
	color: #666;
}

/*keyword*/
.keyword-box{
	border: 1px solid #f3f3f3;
}
.keyword-box .box-bar{
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.keyword-box .box-item{
	margin: 10px;
}
.keyword-box .box-item ul li {
	height: 25px;
	line-height: 25px;
	margin-right: 5px;
	white-space: nowrap;
	float: left;
    min-width: 80px;
}
.keyword-box .box-item ul li a {
	padding: 3px 5px;
	color: #09A2B7;
    text-decoration:none;
}
.keyword-box .box-item ul li a:hover{
    /*background-color:#0AB9D1;
    color:#fff;*/
    color: #cc0001;
}
.keyword-box .box-item ul li span {
    color: #555;
}
.keyword-box .box-item ul li a:hover span{
    /*color:#999;*/    
    color: #cc0001;
}
.keyword-box .box-more {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
	text-align: right;
	margin-bottom: 5px;
	margin-right: 10px;
}
.keyword-box .box-more a {
	color: #333;
    padding-right: 10px;
    background-image: url(../image/tab.png);
    background-repeat: no-repeat;
    background-position: right -75px;
    text-decoration: none;
}
.keyword-box .box-more a:hover {
    color:#cc0001;
}

/*sort*/
.sort-box{
	border: 1px solid #f3f3f3;
}
.sort-box .box-bar{
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.sort-box .box-item {
	margin: 10px;
}
.sort-box .box-item ul{
    text-align: center;
}
.sort-box .box-item ul li {
	height: 28px;
	line-height: 28px;
	margin: 8px auto;
}
.sort-box .box-item ul li a {
	margin: 0 auto;
	width: 160px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #333;
	background-color: #f7f7f7;
	border: 1px solid #ececec;
}
.sort-box .box-item ul li a:hover{
	color: #fff;
    background-color:#0090d3;
    border:1px solid #0AB9D1;      
}

/*qikan*/
.qikan-box{
	border: 1px solid #f3f3f3;
}
.qikan-box .box-bar{
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.qikan-box .box-pic{
    margin: 20px 0;
    text-align: center;    
}
.qikan-box .box-pic img{
    width: 200px;
    height: 265px;
}
.qikan-box .box-info{
    padding: 0 20px;
    line-height: 25px;
}
.qikan-box .box-info a{
    color: #09A2B7;
    margin-right: 5px;
}
.qikan-box .box-info span{
    margin-left: 3px;
    margin-right: 5px;
    color: #cc0001;
    font-size: 14px;
}
.qikan-box .box-but{
    margin: 20px 20px;
    text-align: left;
}
.qikan-box .box-but a{
    width:70px;
    height:28px;
    line-height:28px;
    color:#0AB9D1;
    display:inline-block;
    border:1px solid #e9e9e9;
	text-align: center;
}
.qikan-box .box-but a:hover, .qikan-box .box-but a.action{
    color:#fff;
	background-color: #0AB9D1;
    text-decoration:none;
    border:1px solid #0AB9D1;
    box-shadow:2px 1px 6px #ccc;
}
.qikan-box .box-item {
	line-height: 25px;
    margin: 10px 20px;
}
.qikan-box .box-item dt {
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.qikan-box .box-item dd {
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.qikan-box .box-item dd span {
	color: #666;
}
.qikan-box .box-item dd a {
	color: #09A2B7;
}
.qikan-box .box-item dd b {
	color: #cc0001;
}

.down-box{
    margin:20px auto;
    text-align: center;
}
.down-box a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 20px;
    color: #09A2B7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #09A2B7;
    border-radius: 5px;
    text-align: left;
}
.down-box a i {
	width: 20px;
	height: 20px;
	margin: 10px 5px 10px 25px;
	overflow: hidden;
	display: inline-block;
	background-image: url(../image/down.png);
	background-position: 0 0;
	background-repeat: no-repeat;
    vertical-align: bottom;
}
.down-box a i.img2{
	background-position: -20px 0;
}
.down-box a i.img3{
	background-position: -40px 0;
}
.down-box a i.img4{
	background-position: -60px 0;
}
.down-box a i.img5{
	background-position: -80px 0;
}
.down-box a i.img6{
	background-position: -100px 0;
}
.down-box a:hover, .down-box a.action{
    color: #fff;
    background-color: #09A2B7;
}
.down-box a:hover i, .down-box a.action i{
	background-position: 0 -20px;
}
.down-box a:hover i.img2, .down-box a.action i.img2{
	background-position: -20px -20px;
}
.down-box a:hover i.img3, .down-box a.action i.img3{
	background-position: -40px -20px;
}
.down-box a:hover i.img4, .down-box a.action i.img4{
	background-position: -60px -20px;
}
.down-box a:hover i.img5, .down-box a.action i.img5{
	background-position: -80px -20px;
}
.down-box a:hover i.img6, .down-box a.action i.img6{
	background-position: -100px -20px;
}

/*分栏*/
.w940{
    width: 940px;
}
.w250{
    width: 250px;
}

/*booknva*/
.booknav-box{
    padding-bottom: 20px;
    /* background-color: #f5f5f5; */
}
.booknav-box .box-bar{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0 20px;
    color: #333;
    /*background-color: #eee;*/
    border-bottom: 1px solid #999;
	font-size: 16px;
	font-family: "Microsoft Yahei";
    font-weight: 700;
}
.booknav-box .box-item dl{
    height: 35px;
    overflow: hidden;
    margin: 0 15px;
}
.booknav-box .box-item dl.action{
    height: auto;
}
.booknav-box .box-item dl dt{
    height: 35px;
    line-height: 35px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
    font-weight: 700;
    color: #666;
    padding-left: 10px;
    cursor: pointer;
}
.booknav-box .box-item dl dt i{
	width:16px;
	height:16px;
    margin-right:5px;
    display: inline-block;
    background-image: url(../image/add.png);
    background-position: -32px 0;
    background-repeat: no-repeat;
    margin-top: 11px;
    float: left;
}
.booknav-box .box-item dl.action dt i{
    background-position: -48px 0;
}
.booknav-box .box-item dl dt:hover, .booknav-box .box-item dl.action dt{
    color: #0AB9D1;
}
.booknav-box .box-item dl dt:hover a, .booknav-box .box-item dl.action dt a{
    color: #0AB9D1;
}
.booknav-box .box-item dl dd{
    margin-left: 20px;
}
.booknav-box .box-item dl dd a{
    width: 200px;
    height: 28px;
    line-height: 28px;
    /* padding: 0 10px; */
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.booknav-box .box-item dl dd a:hover{
	color: #fff;
    background-color: #09A2B7;
}
.booknav-box .box-item dl dd a span{
    color: #999;
}
.booknav-box .box-item dl dd a:hover span{
    color: #fff;
}
.booknav-box .box-item dl.col2::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.booknav-box .box-item dl.col2 dd{
    width: 90px;
    margin: 0 0 0 10px;
    text-align: center;
    float: left;
}
.booknav-box .box-item dl.tl dd{
    text-align: left;
}
.booknav-box .box-item dl.col2 dd a{
    width: 80px;
}
.booknav-box .box-item dl.col4::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.booknav-box .box-item dl.col4 dd{
    width: 40px;
    margin: 0 0 0 10px;
    text-align: center;
    float: left;
}
.booknav-box .box-item dl.col4 dd a{
    width: 40px;
}


/*分栏*/
.w590{
    width: 587px;
}
.w850{
    width: 849px;
}
.w350{
    width: 350px;
}

.bd1{
    border: 1px solid #f3f3f3;
}
.bd1 img{width:100%;}
.bd1 #yw0{width:auto;}

/*preview-box*/
.preview-box {
    height:580px;
    overflow:hidden;
    /*border-right:1px solid #ececec;*/
}
.preview-box .box-image {
    height:415px;
    border-bottom:1px solid #ececec;
}
.preview-box .box-image .preview{
	position: relative;
	margin:20px 30px;
    width:290px;
    height:390px;
    overflow: hidden;
}
.preview-box .box-image .preview img{
    width:290px;
    height:390px;
}
.preview-box .box-image .zoomdiv img{
	width: auto;
	height: auto;
	margin: 0;
}
.preview-box .box-image-item {
    height:90px;
    border-bottom:1px solid #ececec;
}
.dlxn-previ-box .box-image-item{display:none;}
.preview-box .box-image-item .item-l, .preview-box .box-image-item .item-r {
    width:12px;
    height:62px;
    margin:10px 5px;
	overflow:hidden;
    float:left;
}
.preview-box .box-image-item .item-l a, .preview-box .box-image-item .item-r a {
    width:12px;
    height:62px;
    overflow:hidden;
    display:inline-block;
	background-image:url(../image/preview.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.preview-box .box-image-item .item-l a:hover {
	background-position:-13px 0;
}
.preview-box .box-image-item .item-r a {
	background-position:0 -67px;
}
.preview-box .box-image-item .item-r a:hover {
	background-position:-13px -67px;
}
.preview-box .box-image-item .item-c {
    width:305px;
    height:62px;
    margin:10px 0;
    overflow:hidden;
    position:relative;
    float:left;
}
.preview-box .box-image-item .item-con {
    width:65535px;
    position:relative;
}
.preview-box .box-image-item .item-c ul {
    float:left;
    position:relative;
}
.preview-box .box-image-item .item-c ul li {
    width:54px;
	overflow:hidden;
    margin:0 3px 0 4px;
    float:left;
}
.preview-box .box-image-item .item-c ul li a {
    width:54px;
    height:62px;
    display:inline-block;
}
.preview-box .box-image-item .item-c ul li a:hover, .preview-box .box-image-item .item-c ul li.action a {
    background-image: url(../image/preview.png);
    background-position: -30px 0;
    background-repeat: no-repeat;
}
.preview-box .box-image-item .item-c ul li a img {
    width:37px;
    height:54px;
    margin:4px 7px;
}
.preview-box .box-share-item {
    height:58px;
}
.preview-box .box-share-item .item-l {
    width:75px;
    height:16px;
    margin:20px 0 20px 12px;
    font-size:12px;
    line-height:16px;
    color:#999;
    float:left;
}
.preview-box .box-share-item .item-l i{
	width:16px;
	height:16px;
    margin-right:5px;
    float:left;
    background-image: url(../image/preview.png);
    background-position: 0 -140px;
    background-repeat: no-repeat;
}
.preview-box .box-share-item .item-c {
    width:170px;
    height:16px;
    margin:14px 0 26px 0;
    float:left;
}
.preview-box .box-share-item .item-r {
    width:75px;
    height:16px;
    margin:20px 0 20px 12px;
    font-size:12px;
    line-height:16px;
    color:#333;
    float:left;
}
.preview-box .box-share-item .item-r i{
	width:16px;
	height:16px;
    margin-right:5px;
    float:left;
    background-image: url(../image/preview.png);
    background-position: 0 -160px;
    background-repeat: no-repeat;
}
.preview-box .box-share-item .item-r a:hover {
    text-decoration:none;
}


/*info*/
.info-box{
    min-height:580px;
    /*overflow:hidden;*/    
    border-left:1px solid #ececec;
    position: relative;
}
.info-box .box-title{
	position: relative;
    margin:20px 20px 0 20px;
}
.info-box .box-title h3 {
    /* height:28px; */
    line-height:36px;
    font-family: "Microsoft YaHei";
    font-size:24px;
    color:#333;
    font-weight:700;
    float: left;
}
.info-box .box-title h1 {
    /* height:28px; */
    line-height:36px;
    font-family: "Microsoft YaHei";
    font-size:24px;
    color:#333;
    font-weight:700;
    float: left;
}
.info-box .box-title hr{height: 1px;border: 0;background-color: #e5e5e5; margin:15px auto 20px auto;}
.info-box .box-description {
    margin:10px 20px 0 20px;
    height:50px;
    line-height:25px;
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#333;
    font-weight:400;
    overflow:hidden;
}
.info-box .box-item {
    margin:10px 20px 0 20px;
    background-color:#f8f8f8;
    color:#333;
}

.info-box .box-item ul{
	/*height:72px;*/
    padding:10px 20px;
}
.info-box .box-item ul li{
    width:22%;
    height:24px;
    line-height:24px; 
    margin-right:3%;
    float:left;
    /*
    overflow:hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    */
    white-space:nowrap;
    font-size:12px;
    color: #000;
}
.info-box .box-item ul li span {
    margin-right:3px;
}
.info-box .box-item ul li a {
    color: #09A2B7;
}
.info-box .box-item ul li a:hover {
    color:#c41921;
}



.box-item-tabs .box-item-tabs_tit i{width: 11px;height: 7px;display: inline-block;
    background: url(../image/sprites_introduce.png);
    background-position: 96px -8px;
}
.info-box .box-item-normal{border: 0;background-color: #fff;font-size: 14px;}
.info-box .box-item-normal ul{height: auto;padding: 0;}
.info-box .box-item-normal ul li{width: 30%;font-size:14px;margin-bottom: 9px;color: #000;}
.info-box .box-item-normal ul li span {color:#333;}
.info-box .box-item-normal ul li .box-item-b{font-weight: 700;}
.box-item-tabs{margin: 20px 20px 0 20px;font-size: 0;}
.box-item-tabs .box-item-tabs_tit span{padding:10px 20px;font-size: 14px;cursor: pointer;background-color: #fff;display: inline-block;}
.box-item-tabs .box-item-tabs_tit .active{border: 1px solid #e5e5e5;border-bottom: 1px solid #fff;}
.box-item-tabs .box-item-tabs_tit .active i{background-position: 74px -7px;width: 8px;height: 9px;}
.box-item-tabs .box-item-tabs_con{font-size: 14px;border: 1px solid #e5e5e5;margin-top: -1px;padding:10px 20px;}
.box-item-tabs .box-item-tabs_con li{font-size: 14px;display: none; line-height: 30px;}
.box-item-tabs .box-item-tabs_con li a{padding: 3px 0;color: #09A2B7;line-height: 1.7;margin-right: 10px;}
.box-item-tabs .box-item-tabs_con li a:hover{background-color: #09A2B7;color: #fff;text-decoration: none;}
.box-item-tabs .box-item-tabs_con li.active{display: block;}



.info-box .box-affect {
    margin:10px 20px 0 20px;
}
.info-box .box-affect ul li {
    height:28px;
    line-height:28px;
    color:#333;
    font-size:14px;
}
.info-box .box-affect ul li span {
    margin-left:10px;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color:#cc0001;
}
.info-box .box-category{
    height:24px;
    line-height:24px;
	margin: 5px 20px;
    color:#333;
    font-size:14px;
}
.info-box .box-category1{
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}
.info-box .box-qkjb{
	margin-top: 4px;
	float: left;
}
.info-box .box-category span{
}
.info-box .box-category a{
    padding:3px 5px;
    color:#09A2B7;
    /*font-size:12px;*/
}
.info-box .box-category a:hover {
    background-color: #09A2B7;
    color:#fff;
    text-decoration:none;
}
.info-box .box-record {
	margin: 5px 20px;
}
.info-box .box-record .record-l {
    width:70px;
    height:25px;
    line-height:25px;
    color:#333;
    font-size:14px;
    float:left;
}
.info-box .box-record .record-r {
    width:717px;
    float:left;
}
.info-box .box-record .record-r ul {
    /*padding: 5px 10px;*/
    margin-bottom: 10px;
    min-height:100px;
    /*height:100px;
    overflow:auto;
    overflow-x:hidden;*/
}
.info-box .box-record .record-r ul li {
    height:24px;
    line-height:24px;
    white-space:nowrap;
    font-size:14px;
    margin-right:5px;
    float:left;
}
.info-box .box-record .record-r ul li a {
    padding:3px 5px;
    color:#09A2B7;
}
.info-box .box-record .record-r ul li a:hover {
    background-color:#09A2B7;
    color:#fff;
    text-decoration:none;
}

.info-box .box-buy {margin:10px 20px 0 20px;position: absolute;bottom: 0;}

.info-box .box-buy .buy-l {
    width:250px;
    margin:5px 10px;
    border-right:1px solid #ddd;
    text-align:center;
    float:left;
}
.info-box .box-buy .buy-l a {
    width:155px;
    height:48px;
    margin:20px;
    line-height: 48px;
    display: inline-block;
    border-radius: 5px;
    background-color:#09A2B7;
}
.info-box .box-buy .buy-l a:hover {
    background-color:#09A2B7;
    text-decoration:none;
}
.info-box .box-buy .buy-l a i {
	width:24px;
	height:22px;
    margin:13px 10px 13px 20px;
	display:inline-block;
	background-image:url(../image/preview.png);
	background-position:-60px -140px;
	background-repeat:no-repeat;
    float:left;
}
.info-box .box-buy .buy-l a span{
	display:block;
    font-family:"Microsoft YaHei";
    font-size:18px;
    color:#fff;
    float:left;
}
.info-box .box-buy .buy-r {
    width:480px;
    margin:5px 10px;
    float:left;
}
.info-box .box-buy .buy-r .code {
    width:88px;
    height:88px;
    float:left;
}
.info-box .box-buy .buy-r .code img{
    width:80px;
    height:80px;
    margin:4px;
}
.info-box .box-buy .buy-r ul {
    width:430px;
    overflow:hidden;
    margin:14px 0;
    float:left;
}
.info-box .box-buy .buy-r ul li {
    height:30px;
    line-height:30px;
    font-size:12px;
    color:#666;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.info-box .box-buy .buy-r ul li span {
    color:#999;
    margin-right:3px;
}
.info-box .box-buy .buy-r ul li a {
    padding:3px 5px;
    color:#09A2B7;
}
.info-box .box-buy .buy-r ul li a:hover {
    background-color:#09A2B7;
    color:#fff;
    text-decoration:none;
}





.info-box .box-pay .pay-a i{width: 20px;height: 18px;display: inline-block;vertical-align: middle;
    background: url(../image/sprites_introduce.png);
}
.xszj .xszj-infos li i{width: 62px;height: 74px;display: block;margin: 0 auto;margin-top: 20px;
    background: url(../image/sprites_introduce.png);
}
.xszj .xszj-infos li:hover{border-color: #3abdd9;}
.xszj .btn_orange i{width: 22px;height: 25px;display: inline-block;vertical-align: middle;margin-right: 6px;
    background: url(../image/sprites_introduce.png);
}
.xszj .xszj_cons .imgs i{display: inline-block;
    background: url(../image/sprites_introduce.png);
}
.xszj .xszj-infos2 li i{display: block;margin: 0 auto;position: absolute;bottom: 0;left: 50%;
    background: url(../image/sprites_introduce.png);
}
.xszj .xszj-infos2 li{cursor: pointer;}
.xszj .xszj-infos2 li:hover{background-color: #edfbff;}
.info-box .box-pay .pay-a .i_learning{background-position: 128px -33px;}
.info-box .box-pay .pay-a .i_consult{background-position: 128px -59px;;}
.info-box .box-pay .pay-a a{padding-left:4px;padding-right:4px;height: 50px;line-height: 50px;text-align: center;display: inline-block;font-size: 16px;color: #fff;background-color: #09A2B7;text-decoration: none;border-radius: 5px;margin-right: 12px;}
.info-box .box-pay .pay-a a:hover{background-color: #0683a2;}
.info-box .box-pay .pay-a .pay-a_subscribe{/*width: 138px;*/height: 48px;border: 1px solid #09A2B7;color: #09A2B7;background-color: #fff;}
.info-box .box-pay .pay-a .pay-a_subscribe:hover{line-height: 50px;color: #fff;background-color: #09A2B7;}
.info-box .box-pay .pay-c {font-size:12px;color:#666;height: 54px;line-height: 54px;}
.last_child{margin: 0 !important;}
.xszj h1{font-size: 24px;color: #09A2B7;margin-top: 38px;margin-bottom: 24px;text-align: center;}
.xszj .xszj-infos li{width: 218px;height: 136px;display: inline-block;border: 1px solid #e5e5e5;margin-right: 16px;text-align: center;float: left;}
.xszj .xszj-infos li a{text-decoration: none;}
.xszj .xszj-infos li span{margin-top: 12px;display: block;font-size: 14px;color: #09A2B7;}
.xszj .xszj-infos li .xszj-infos_i1{background-position: 0 0;}
.xszj .xszj-infos li .xszj-infos_i2{background-position: -70px 0;}
.xszj .xszj-infos li .xszj-infos_i3{background-position: -140px 0;}
.xszj .xszj-infos li .xszj-infos_i4{background-position: -210px 0;}
.xszj .btn_orange{width: 290px;height: 50px;line-height: 50px;font-size: 18px;margin: 0 auto;display: block;text-align: center;background-color: #ff5a31;color: #fff;border-radius: 25px;text-decoration: none;}
.xszj .btn_orange:hover{background-color: #fb4518;}
.xszj .btn_orange .i_urgent{background-position: 128px 0;}
.xszj .xszj_banner img{width: 940px;height: 124px;}
.xszj .xszj_cons ul li{width: 940px;height: 124px; cursor: pointer;}
.xszj .xszj_cons ul li:hover{background-color: #edfbff;}
.xszj .xszj_cons .xszj_cons_odd{background-color: #fff; }
.xszj .xszj_cons .xszj_cons_even{background-color: #f8f8f8;}
.xszj .xszj_cons .imgs{width: 200px;height: 124px;text-align: center;display: inline-block;vertical-align: top;float: left;}
.xszj .xszj_cons .imgs .xszj_cons_i1{width: 90px;height: 95px;margin-top: 17px;background-position: 0 -79px;}
.xszj .xszj_cons .imgs .xszj_cons_i2{width: 78px;height: 86px;margin-top: 22px;background-position: -98px -91px;}
.xszj .xszj_cons .imgs .xszj_cons_i3{width: 88px;height: 76px;margin-top: 26px;background-position: 210px -94px;}
.xszj .xszj_cons .imgs .xszj_cons_i4{width: 93px;height: 81px;margin-top: 38px;background-position: 105px -100px;}
.xszj .xszj_cons .xszj_con{display: block;width: 100%;height: 124px;}
.xszj .xszj_cons .xszj_con .xszj_con_t1{font-size: 18px;font-weight: 700;color: #3abdd9;margin-top: 42px;display: inline-block;}
.xszj .xszj_cons .xszj_con .xszj_con_t2{font-size: 14px;color: #777;margin-top: 14px;}
.xszj .xszj-infos2{width: 940px;height: 286px;display: block;}
.xszj .xszj-infos2 li{width: 235px;height: 286px;float: left;}
.xszj .xszj-infos2 li p{position: relative;margin-top: 6px;text-align: center;color: #777;font-size: 12px;}
.xszj .xszj-infos2 li .xszj-infos2_i{width: 230px;height: 98px;}
.xszj .xszj-infos2 li .xszj-infos2_i1{width: 60px;height: 46px;background-position: 0 56px;margin-left: -30px;}
.xszj .xszj-infos2 li .xszj-infos2_i2{width: 56px;height: 38px;background-position: -67px 54px;margin-left: -28px;}
.xszj .xszj-infos2 li .xszj-infos2_i3{width: 53px;height: 54px;background-position: -131px 56px;margin-left: -26px;}
.xszj .xszj-infos2 li .xszj-infos2_i4{width: 41px;height: 54px;background-position: -192px 56px;margin-left: -20px;}
.xszj .xszj-infos2 li .xszj-infos2_tit{font-size: 16px;font-weight: 700;text-align: center;color: #333;margin-top: 32px;margin-bottom: 18px;}


.xszj .xszj_honor ul li{width: 230px;height: 210px; float: left;background-color: red;margin-right: 6px;position: relative; margin-bottom: 4px;text-align: center;display: table;}
.xszj .xszj_honor ul li i{width: 49px;height: 49px;display: block;position: absolute;border-radius: 50%;right: -27px;top: 82px;z-index: 20;
    background: url(../image/sprites_introduce.png);
    background-position: 166px 52px;
    *display:none; /*ie6,7 */
}
.xszj .xszj_honor{position: relative;}
.xszj .xszj_honor .xszj_honor_odd{background-color: #f2f2f2;}
.xszj .xszj_honor .xszj_honor_even{background-color: #f8f8f8;}
.xszj .xszj_honor ul li p{font-size: 12px;line-height: 1.5;margin:0 auto;display: block;display: table-cell;vertical-align: middle;text-align: center;}
.xszj .xszj_honor ul li:hover{background-color: #edfbff;cursor: pointer;}
.xszj .xszj_honor ul li p span{width: 142px;display: inline-block;text-align: left;}
.xszj .xszj_honor ul li p .line{margin:10px auto;background-color: #e4dbdb;}
.xszj .xszj_honor ul li p .minh{min-height: 54px;}
.xszj .xszj_honor ul li p .minh1{*margin-top:20%; /*ie6,7 */}
.xszj .xszj_honor ul li p .minh2{*margin-top:30%; /*ie6,7 */}
.xszj .xszj_honor ul li a{position: absolute;bottom: 16px;left: 50%;margin-left: -20px;background-color: #09A2B7;color: #fff;padding: 4px 7px;text-decoration: none;}
.xszj .xszj_honor-img{text-align: center;}
.xszj .xszj_honor-img .imgs{margin-bottom: 6px;}
.xszj .xszj_honor-img .imgs img{*float: left;*margin-right:2px;/*ie6,7 */}
.xszj .xszj_honor-img h1{font-size: 24px;color: #09A2B7;margin-top: 38px;margin-bottom: 13px;text-align: center;}
.xszj .xszj_honor-img h2{font-size: 18px;color: #777;text-align: center;font-weight: normal;}
.xszj .xszj_honor-img .imgs a{position: relative; display: inline-block;}
.xszj .xszj_honor-img .imgs a span{position: absolute; display: inline-block; width:64px; height:64px; top:50%; left:50%; margin-top: -32px; margin-left: -32px; background-size: 64px 128px; background-image: url(../image/play-bg.png); background-repeat: no-repeat; background-repeat: 0 0;}
.xszj .xszj_honor-img .imgs a:hover span{background-position: 0 -64px;}


.box-ad{margin: 10px auto;}
.box-ad img{width:100%;}


.info-box .box-pay .pay-c span {
    display:inline-block;
    padding-left:6px;
    margin-right:20px;
    color:#333;
}
.info-box .box-pay .pay-c span i {
    width:20px;
    height:18px;
    vertical-align:middle;
    display:inline-block; 
    margin-right:5px;
    background-image: url(../image/preview.png);
    background-position: -30px -140px;
    background-repeat: no-repeat;
}
.info-box .box-pay .pay-c a{
    color:#999;
	text-decoration:none;
}
.info-box .box-pay .pay-c a:hover{
    color:#c41921;
}
.info-box .box-pay .pay-c span .i1 {
    width:14px;
    height:16px;
    background-position: -30px -140px;
}
.info-box .box-pay .pay-c span .i2 {
    width: 16px;
    height: 18px;
    background-position: -30px -170px;
}
.info-box .box-pay .pay-c span .i3 {
    width:16px;
    height:16px;
    background-position: -30px -200px;
}
.info-box .box-price{
    margin: 10px 0;
	padding: 10px 20px;
	background-color: #fff2e8;
	font-size: 14px;
}
.info-box .box-price dl dt{
	width: 80px;
	float: left;
	color: #999;
}
.info-box .box-price dl dd{
	float: left;
}
.info-box .box-price i{
	font-style: normal;
}
.info-box .box-price .price-market{
	height: 25px;
	line-height: 25px;
	font-size: 14px;
    color:#333;
}
.info-box .box-price .price-market i{
    font-family: verdana,arial;
    font-size:14px;
	font-weight: 400;
    margin-right: 5px;
    color:#333;
}
.info-box .box-price .price-market .market-val{
    font-family: verdana,arial;
	font-size: 18px;
	font-weight: 400;
}
.info-box .box-price .price-sell{
	height: 25px;
	line-height: 25px;
    font-size:14px;
    color:#333;
}
.info-box .box-price .price-sell i{
    font-size:20px;
    margin-right: 5px;
    color:#cc0001;
}
.info-box .box-price .price-sell span {
    font-family: verdana,arial;
	font-size: 22px;
	font-weight: 700;
    color:#cc0001;
}
.info-box .box-price .price-sell span.sell-discount {
	margin-left: 20px;
	font-size: 24px;
}
.info-box .box-price .price-sell .sell-time {
	margin-left: 20px;
	line-height: 24px;
	color:#333;
}
.info-box .box-price .price-sell .sell-time i {
    width:23px;
    height:23px;
    vertical-align:middle;
    display:inline-block; 
    margin-right:5px;
    background-image: url(../image/preview.png);
    background-position: -60px -170px;
    background-repeat: no-repeat;
}
.info-box .box-price .price-sell .sell-time span {
	margin: 0 2px;
	font-size: 14px;
	font-weight: bold;
}
.info-box .box-price .price-sell span.sell-info {
	margin-left: 20px;
	font-size: 12px;
    font-weight: normal;
	padding: 5px 10px;
	color: #fff;
	background-color: #f47a86;
}
.info-box .box-price .price-sell .sell-offline span {
	margin-left: 20px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-color: #f5b50d;
}

.info-box .box-price .sale-info dd{
	font-size: 12px;
}
.info-box .box-price .sale-info ul li{
	margin: 5px 0;
	color: #cc0000;
	line-height: 25px;
}
.info-box .box-price .sale-info ul li span{
	background-color: #cc0000;
	padding: 4px 3px;
	margin-right: 20px;
	color: #fff;
}
.info-box .box-price .sale-info ul li b{
    color: #333;
    font-weight: normal;
    margin-left: 20px;
}
.info-box .box-price .sale-info ul li b a{
	color: #cc0001;
}
.info-box .box-sell{
	height: 37px;
	margin: 5px 0;
	border-top:1px dotted #c9c9c9;
	border-bottom:1px dotted #c9c9c9;
}
.info-box .box-sell ul li{
	margin: 5px 0;
	width: 30%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #666;
	float: left;
}
.info-box .box-sell ul li.line{
	width: 1px;
	background-color: #fff;
	border-right: 1px dotted #c9c9c9;
}
.info-box .box-sell ul li.clear{
	width: auto;
}
.info-box .box-sell ul li font{
	margin-left: 4px;
}
.info-box .box-cart{
	height: 40px;
	margin: 10px 0;
	padding-left: 80px;
}
.info-box .box-cart a{
	background-color: #ffeded;
	border: 1px solid #c40000;
	text-decoration: none;
	color: #c40000;
	width: 180px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
    font-family:"Microsoft YaHei";
    font-size:16px;
	margin: 0 10px;
	text-align:center;
}
.info-box .box-cart .cart-buy:hover{
	background-color: #fedfdf;
	border: 1px solid #c40000;
	color: #b40000;
}
.info-box .box-cart .cart-add{
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
	position: relative;
	text-indent: 2em;
}
.info-box .box-cart .cart-add i{
	position: absolute;
	width: 28px;
	height:22px;
	display: inline-block;
	left: 30px;
	top:8px;
	background-image:url(../image/preview.png);
	background-repeat:no-repeat;
	background-position:-60px -200px;
}
.info-box .box-cart .cart-add:hover{
	background-color: #b40000;
	border: 1px solid #b40000;
	color: #fff;
}
.info-box .box-service{
	height: 57px;
	line-height: 58px;
    margin: 0 20px;
	padding-left: 10px;
	color: #6c6c6c;
	border-top: 1px dotted #ddd;
}
.info-box .box-service dl dt{
	width: 70px;
	float: left;
}
.info-box .box-service dl dd{
	width: 80px;
	margin-right:10px;
	float: left;
}
.info-box .box-service dl dd i {
    width:23px;
    height:23px;
    vertical-align:middle;
    display:inline-block; 
    margin-right:5px;
    display: none;
    /*background-image: url(../image/preview.png);
    background-position: -60px -170px;
    background-repeat: no-repeat;*/
}

/*goods*/
.goods-box{
    margin: 0 20px;
	padding: 10px;
    min-height: 142px;
    /*background: #fafafa;*/
}
.goods-box dl{
	margin: 8px 0;
}
.goods-box dl dt{
	float: left;
	width: 60px;
	line-height: 25px;
	color: #666;
}
.goods-box dl dd{
	float: left;
	width: 460px;
	line-height: 25px;
}
.goods-box dl dd ul li{	
	padding: 2px 10px;
	margin: 5px 15px 5px 0;
	line-height: 25px;
	background: #fff;
	border:1px solid #dcdcdc;
	outline:1px solid #fff;
	float: left;
	cursor: pointer;
}
.goods-box dl dd ul li img{
	width: 36px;
	height: 36px;
	margin: 3px -5px;
	border-radius: 3px;
}
.goods-box dl dd ul li.action, .goods-box dl dd ul li:hover{
	border:1px solid #f40;
	outline:1px solid #f40;
	background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.goods-box .box-nums{
	padding-top: 10px;
}
.goods-box .box-nums a{
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border:1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
}
.goods-box .box-nums a:hover{
	border:1px solid #666;
}
.goods-box .box-nums input{
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left:none;
	border-right:none;
	border-top:1px solid #a2a2a2;
	border-bottom:1px solid #a2a2a2;
	overflow: hidden;
	outline:medium;
}
.goods-box .box-nums span{
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}
.goods-box .box-nums .box-nums-store{
    /*display: none;*/
}
.goods-box .box-status{
	height: 25px;
	line-height: 25px;
	margin: 10px 10px 0 10px;
	padding: 0 10px;
	border: 1px solid #ddd;
	color: red;
	background-color: #ffe8d7;
	display: none;
}

/*body-tab*/
.body-tab ul {
    height:38px;
    background-color:#fff;
    border:1px solid #dfdfdf;
}
.body-tab ul li {
    height:37px;
    line-height: 16px;
    display: block;
    margin-left: -1px;
    float: left;
}
.body-tab ul li a{
    height:18px;
    margin-top:11px;
    padding:0 20px;
    font-size: 14px;
    border-right:1px dotted #d2d2d2;
    text-decoration:none;
    float:left;
}
.body-tab ul li.action{
    margin:-1px 0 0 -1px;
    padding-top:0;
    border-top:2px solid #0AB9D1;
    /*position:relative;*/
}
.body-tab ul li.action a{
    height:100%;
    line-height:33px;
    margin-top:0;
    color:#0AB9D1;
    border-left:1px solid #cfbfb1;
    border-right:1px solid #cfbfb1;
}

/*body-info*/
.body-info {
	background-color: #f6f6f6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.body-info .box-title {
	height: 24px;
	line-height: 24px;
	margin-left: 20px;
    padding-top: 20px;
}
.body-info .box-title span {
	color: #666;
	margin-right: 10px;
}
.body-info .box-title a {
	width: 95px;
	height: 24px;
	line-height: 24px;
	margin-left: 80px;
	border-radius: 12px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background-color: #0090d3;
}
.body-info .box-title a i {
	width: 16px;
	height: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 3px;
	background-image: url(../image/preview.png);
	background-position: 0 -177px;
	background-repeat: no-repeat;
}
.body-info .box-title a span {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.body-info .box-category {
	height: 24px;
	line-height: 24px;
	margin: 10px 20px;
	color: #333;
	font-size: 12px;
}
.body-info .box-category1 {
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}
.body-info .box-category span {
	color: #666;
}
.body-info .box-category a {
	padding: 3px 5px;
	color: #09A2B7;
	font-size: 12px;
}
.body-info .box-item {
	line-height: 28px;
	padding: 10px 0;
	margin: 0 20px;
}
.body-info .box-item dt {
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.body-info .box-item dd {
	width: 28%;
	margin-right: 3%;
	float: left;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.body-info .box-item dd span {
	color: #666;
}
.body-info .box-item dd a {
	color: #09A2B7;
}


/*content*/
.content-box{
    /*margin: 0 20px;*/
    margin: 15px 0;
}
.content-box .box-bar{
    /*height: 20px;
    line-height: 40px;
    margin-bottom: 20px;
	border-bottom: 1px solid #e1e1df;*/
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
    background-color: #f5f5f5;
	border-left: 5px solid #09A2B7;
    
}
.content-box .box-bar h3{
    height: 40px;
    font-family:"Microsoft YaHei";
	font-size: 16px;
    font-weight: normal;
	float: left;
	padding-right: 10px;
    color: #09A2B7;
	/*background: #fff;*/
}
.content-box .box-bar .bar-more{
    height: 40px;
    padding: 0 10px;
	/*background: #fff;*/
    float: right; 
}
.content-box .box-bar .bar-more a{
    padding-right: 10px;
    background-image: url(../image/tab.png);
    background-repeat: no-repeat;
    background-position: right -75px;
    text-decoration: none;
}
.content-box .box-con{
    margin: 10px 0;
    line-height: 2;
    color: #333;
    font-size: 14px;
    text-indent: 2em;    
}
.content-box .box-con p{
    padding:10px 0;
    text-indent:2em;
}
.content-box .box-list ul{
    padding:10px 0;
}
.content-box .box-list ul li {
	height:25px;
	line-height:25px;
	overflow:hidden;
	color:#333;
}
.content-box .box-list ul.col3 li{
	width:30%;
	margin-right:3%;
	float:left;
}
.content-box .box-list ul li a {
    color:#09A2B7;
}
.content-box .box-list ul li a:hover {
    color:#c41921;
}
.content-box .box-picture ul li {
	width: 160px;
	height: 250px;
	margin: 0 14px;
	text-align: center;
	float: left;
}
.content-box .box-picture .item-photo {
	width: 120px;
	height: 160px;
	margin: 10px 20px 5px 20px;
	display: block;
}
.content-box .box-picture .item-photo img {
	width: 120px;
	height: 160px;
}
.content-box .box-picture .item-title {
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
}
.content-box .box-picture .item-info {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}
.content-box .box-picture .item-info a{
	color:#666;
}
.content-box .box-picture .item-info span{
	color:#c30;
	font-size: 14px;
	margin-left: 5px;
}
.content-box .box-picture .item-info a:hover{
	color:#cc0001;
}
.content-box .box-goods{
    
}

/*goods*/
.box-goods ul li{
	position: relative;
}
.box-goods .item-price{
	font-family:"Arial";
	font-size:16px;
	height:20px;
	line-height:20px;
	color:#cc0001;
}
.box-goods .item-price span{
	margin:0 4px;
}
.box-goods .item-price s{
	font-size: 12px;
	color:#aaa;
}
.box-goods .item-price i{
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}
.box-goods .item-discount{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 2px;
	top: 2px;
	z-index: 99;
	background-image: url(../image/cart.png);
    background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
    display: none;
}

/*done*/
.box-done{
    padding-top: 10px;
}
.box-done dl {
    /*border: 1px solid #f3f3f3;*/
}
.box-done dl dt, .box-done dl dd{
	height: 30px;
	line-height: 30px;
    overflow: hidden;
	font-size: 13px;
}
.box-done dl dd {
	height: 35px;
	line-height: 35px;
}
.box-done dl dt {
	color: #333;
	/*background-color: #fafafa;*/
	text-align: left;
	border-bottom: 1px solid #ececec;
}
.box-done dl dt span.price {
	font-size: 12px;
	color: #333;
}
.box-done dl span.date {
    margin-right: 10px;
	font-size: 12px;
	color: #999;
	float: right;
}
.box-done dl span.user {
	width: 200px;
    margin-left: 10px;
    text-align: left;
	overflow: hidden;
	display: inline-block;
}
.box-done dl span.price {
	width: 180px;
	overflow: hidden;
	display: inline-block;
	font-family: "Arial";
	color: #cc0001;
}
.box-done dl span.num {
	width: 100px;
	overflow: hidden;
	display: inline-block;
}
.box-done dl span.specs {
	width: 470px;
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/*article*/
.body-article ul li{
    height:28px;
    line-height:28px;
    padding-left:10px;
    background-image: url(../image/dot.png);
	background-position:0 12px;
    background-repeat: no-repeat; 
}
.body-article ul li.split {
    height:0px;
    border-bottom:1px dotted #ececec;
    margin-top:10px;
    margin-bottom:10px;
    overflow:hidden;
}
.body-article ul li a.title {
    color:#333;
    float:left;
}
.body-article ul li a.title:hover {
    text-decoration:none;
    color:#cc0001;
}
.body-article ul li span.author {
    width:125px;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right:20px;
    font-size:12px;
    float:right;
    color:#1291be;
}
.body-article ul li span.author a {
    font-size:12px;
    color:#1291be;
}

/*bbs*/
.box-bbs {
    padding-top: 10px;
}
.box-bbs dd{
    padding: 10px;
    margin-bottom: 20px;
    border:1px solid #ededed;
}
.box-bbs .bbs-info{
	height:25px;
	line-height:25px;
	font-size:12px;
	margin:0 10px;
	color:#666;
}
.box-bbs .bbs-info .author{
	color:#09A2B7;
}
.box-bbs .bbs-info .title a{
	margin:0 5px;
	color:#09A2B7;
}
.box-bbs .bbs-info .title a:hover{	
	color:#cc0001;
}
.box-bbs .bbs-tool {
    margin:0 10px;
    height:30px;
    line-height:40px;
    font-size:12px;
    color:#333;
    border-top:1px dotted #dadada;
}
.box-bbs .bbs-tool a {
    margin:0 10px;
    color:#1291be;
}
.box-bbs .bbs-tool a:hover {
    color:#cc0001;
    text-decoration:none;
}
.box-bbs .bbs-tool a span{
    color:#666666;
}
.box-bbs .bbs-tool .l {
    float:left;
}
.box-bbs .bbs-tool .r {
    float:right;
}
.box-bbs .bbs-tool .date {
    /*margin-right:50px;*/
    color:#999;
}
.box-bbs .bbs-tool .ip {
    margin-right:50px;
    color:#999;
}
.box-bbs .bbs-tool .reply-but i{
    width: 25px;
    height: 20px;
    vertical-align: middle;
    background-image: url(../image/preview.png);
    background-repeat: no-repeat;
    background-position: -30px -225px;
    display: inline-block;
}
.box-bbs .bbs-tool .reply-but:hover i{
    background-position: -30px -245px;
}
.box-bbs .bbs-tool .reply-but b{
    font-weight: normal;
    margin-left: 5px;
}
.box-bbs .bbs-content{
	/*font-size:13px;*/
}
.box-bbs .bbs-content p{
	margin:0;
}
.box-bbs .bbs-content .stzoom{
	float: left;
	margin: 0 20px 10px 20px;
	cursor: pointer;
	outline: 1px solid #aaa;
	padding:5px;
}
#stzoomsrc{
	display: none;
	position: absolute;
	background-color: #ededed;
	border: 1px solid #aaa;
	border-radius: 10px;
}
#stzoomsrc img{
	margin: 10px;
	max-width: 800px;
	min-width: 500px;
}

/*comment*/
.box-comment{
    padding-top: 10px;
}
.box-comment .box-txt{
    padding:5px 10px;
    border:1px solid #ececec;
}
.box-comment .box-txt textarea{
    width: 100%; 
    height:150px;
    line-height:25px;
    border: 0 solid #fff;
}
.box-comment .box-but{
    height: 39px;
    line-height: 40px;
    background-color: #f5f5f5;
    border:1px solid #ececec;
    border-top: 0 solid #f5f5f5;
}
.box-comment .box-but .but-file{
	width: 120px;
	height: 30px;
	margin-top: 5px;
    margin-left: 20px;
	position: relative;
	overflow: hidden;
    border: 1px solid #f5f5f5;
    background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: -140px -136px;
    float: left;
}
.box-comment .box-but .file-selected{
	background-position: -140px -180px;
}
.box-comment .box-but .but-file:hover{
    border: 1px solid #1291be;
}
.box-comment .box-but .but-file span{
	position: absolute;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #1291be;
	text-align: center;
	text-indent: 50px;
    display: inline-block;
}
.box-comment .box-but .but-file .file {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	height: 30px;
	font-size: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.box-comment .box-but .but-submit {
	position: relative;
    float: right;
}
.box-comment .box-but .but-submit a{
    width: 120px;
    height: 40px;
    position: absolute;
    left: -120px;
    top: -1px;
    display: inline-block;
    background-color: #0090d3;
    text-align: center;
    text-decoration: none;
	font-size: 18px;
	font-family: "Microsoft Yahei";
    color: #fff;
    float: right;
}
.box-comment .box-but .but-submit a:hover{
    background-color: #00a8f6;
}
.box-comment .box-login{
    margin-top:10px;
    height: 25px;
    line-height: 25px;
    color: #999;
}
.box-comment .box-login a{
    margin: 0 10px;
}

/*bbs-reply*/
.reply-box{
    width: 860px;
    margin: 10px 10px 10px 50px;
}
.bbs-reply{
    background-color: #fcfcfc;
	border:1px solid #f3f3f3;
}
.bbs-reply .reply-content{
    color: #666;
    font-size: 12px;
}
.bbs-reply .author{
	color:#09A2B7;
}
.bbs-reply .date {
    color:#999;
}
.bbs-reply .reply-info {
    text-align: right;
}
.bbs-reply ul{
    margin: 10px;
}
.box-con .bbs-reply ul li{
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    text-indent: 0;
}


/*reply-form*/
.reply-form {
    text-indent: 0;
    margin:10px 0;
    /*margin-left: 150px;*/
}
.reply-form .reply-input{
	/*width:700px;*/
	height:37px;
	overflow:hidden;
}
.reply-form .reply-input .l{
	float:left;
	/*width:614px;*/
    width: 775px;
	height:35px;
	overflow:hidden;
	background-color:#fff;
	border:1px solid #ddd;
}
.reply-form .reply-input .r{
	float:left;
	width:80px;
	height:37px;
    text-align: center;
	background-color:#0090d3;
}
.reply-form .reply-input .c{
	border:0 none;
	outline:0 none;
	font-size:14px;
	color:#666;
	width:95%;
	height:24px;
    line-height: 24px;
	margin:5px;
    overflow: hidden;
}
.reply-form .reply-input .s{
	border:none;
	background-color:#0090d3;
	font-size:14px;
	color: #fff;
	text-align:center;
	width:95%;
	height:37px;
	line-height:37px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.reply-form .reply-input:hover .l{
	border:1px solid #00a8f6;
}
.reply-form .reply-input:hover .r{
	background-color:#00a8f6;
}
.reply-form .reply-input:hover .s{
	color: #fff;
	background-color:#00a8f6;
}



/*qhlb-box*/
.qhlb-box{
}
.qhlb-box .box-tips{
    /*display: block;*/
}
.qhlb-box .box-item .l{
    width: 100px;
    text-align: right;
	font-size: 12px;
	font-family: "Microsoft Yahei";
    font-weight: 700;
}
.qhlb-box .box-item .r{
    width: 750px;
}
.qhlb-box .box-item ul li a{
    color: #006cb2;
}
.qhlb-box .box-item ul li a:hover{
    color: #c41921;
}


/*qkwz*/
.qkwz-box{
    /*padding: 20px;
    border: 1px solid #f3f3f3;*/
}
.qkwz-box .box-item{
    /*padding: 0 20px;*/
	font-size: 14px;
	font-family: "Microsoft Yahei";
    color: #333;
}
.qkwz-box .box-item dl dt{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f3f3f3;
}
.qkwz-box .box-item dl dd{
    height: 100px;
    line-height: 100px;
    background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: -100px 20px;
    border-bottom: 1px dotted #999;
}
.qkwz-box .box-item .keyword{
    color: #999;
    height: 60px;
    line-height: 31px;
}
.qkwz-box .box-item .keyword a{
    margin: 0 3px;
    color: #666;
}
.qkwz-box .box-item .keyword a.red{
    color: #ff0000;
}
.qkwz-box .box-item .keyword a:hover{
    color: #006cb2;
}
.qkwz-box .box-item dd span a{
    color: #666;
}
.qkwz-box .box-item dd span a:hover{
    color: #006cb2;
}
.qkwz-box .box-item .name{
    width: 750px;
    float: left;
}
.qkwz-box .box-item .bt{ 
	font-size: 16px;
}
.qkwz-box .box-item .kw{
	height: auto;
	font-size: 12px;
	line-height: normal;
	margin-left: 10px;
	padding: 2px 8px;
	border: 1px solid #999;
	border-radius: 15px;
	display: inline-block;
	color: #999;
}
.qkwz-box .box-item a.kw:hover{ 
	text-decoration: none;
	background-color: #006cb2;
	border-color: #006cb2;
	color: #fff;
}
.qkwz-box .box-item .qikan{
    width: 120px;
    text-align: center;
    float: right;
    text-align: left; 
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.qkwz-box .box-item .page{
    width: 120px;
    color: #999;
    text-align: center;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.qkwz-box .box-item .issue{
    width: 120px;
    text-align: center;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.qkwz-box .box-item .date{
    width: 120px;
    text-align: center;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.qkwz-box .box-item dd .name{
    width: 600px;
    height: 60px;
    line-height: 31px;
    padding: 15px 0 10px 60px;
    overflow: hidden; 
}
.fanwen-qkwz .box-item dd .name{
    width: auto;
    height: 90px;
}
.qkwz-box .box-item dd .name span{
    height: 30px;
    color: #999;
}
.qkwz-box .box-item dd a{
    height: 30px;
    color: #006cb2;
}
.qkwz-box .box-item dd a:hover{
    color: #c41921;
}
.qkwz-box .box-item dl dd.column{
    background-image: none;    
    border-bottom: 0 solid #fff;
    height: 86px;
    line-height: 86px;
    text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
    font-weight: 700;
    color: #333;
}

.qkwz-info-box{
}
.qkwz-info-box .box-title{
    line-height: 50px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
    color: #666;
    padding-left: 30px;
    background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: -180px -65px;
}
.qkwz-info-box .box-info{
    line-height: 25px;
}
.qkwz-info-box .box-info a{
    color: #006cb2;
    margin: 0 10px;
}
.qkwz-info-box .box-info a:hover{
    color: #c41921;
}
.qkwz-info-box .box-info span{
    color: #999;
    margin: 0 10px;
}
.qkwz-info-box .box-item{
	font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
}
.qkwz-info-box .box-item .title{
    width: 100px;
    text-align: center;
    color: #666;
    font-weight: bold;
    float: left;
}
.dswz-info-box .box-item&gt;p{
	width:95%;
}
.dswz-info-box .box-item .title{
	width:auto; 
	margin-right:10px;
}
.qkwz-info-box .box-item .con{
    width: 800px;
    float: left;
}
.qkwz-info-box .box-item .con p{
    color: #333;

}
.qkwz-info-box .box-item .con ul li{
    float: left;
    color: #999;
    margin-right: 10px;
}
.qkwz-info-box .box-item .con a,.qkwz-info-box .box-item li span{
    color: #006cb2;
}
.qkwz-info-box .box-item .con a:hover{
    color: #c41921;
}
.qkwz-info-box .box-page{
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    z-index: 100;
}
.qkwz-info-box .box-page .page-bar{
    height: 54px;
    line-height: 54px;
    padding-left: 60px;
	font-size: 14px;
    color: #666;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: -160px -62px;
}
.qkwz-info-box .box-page .page-bar a{
    color: #006cb2;
}
.qkwz-info-box .box-page .page-bar a:hover{
    color: #c41921;
}
.qkwz-info-box .box-page .page-bar span{
    color: #999;
    margin: 0 10px;
}
.qkwz-info-box .box-page .page-bar .page-but{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 19px;
    height: 19px;
    border: 1px solid #ddd;
    padding: 3px;
    background-color: #fff;
    background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: -42px -72px;
    cursor: pointer;
}
.qkwz-info-box .full-page{
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.qkwz-info-box .full-page .page-bar .page-but{
	background-position: -42px -97px;
}
.qkwz-info-box .box-page .page-item{
    text-align: center;
    background-color: #fff;
    padding-top: 30px;
}
.qkwz-info-box .box-page .page-item .con{
    width: 90%;
    border: 1px solid #999;
    margin: 0 auto 30px auto;
}
.qkwz-info-box .box-page .page-item .con img{
    width: 100%;
}
.qkwz-info-box .box-page .page-item .ad{
    width: 90%;
    border: 1px solid #999;
    margin: 0 auto 30px auto;
}
.qkwz-info-box .box-page .page-item .ad img{
    width: 100%;
}
.qkwz-info-box .box-page .page-item .ad ul{
    padding: 10px 20px;
}
.qkwz-info-box .box-page .page-item .ad ul li{
    height: 25px;
    line-height: 25px;
    width: 30%;
    margin-right: 3%;
    text-align: left;
    float: left;
    overflow: hidden;
}
.qkwz-info-box .box-page .page-item .ad ul li a{
    color: #006cb2;
}
.qkwz-info-box .box-page .page-item .ad ul li a:hover{
    color: #c41921;
}

/*pn*/
.pn-box{
    margin: 50px 0;
    text-align: center;
}
.pn-box a{
    margin: 0 30px;
    border: 1px solid #666;
	font-size: 14px;
	font-family: "Microsoft Yahei";
    color: #666;
    padding: 5px 30px;
}
.pn-box a:hover{
    text-decoration: none;
    border: 1px solid #0AB9D1;
    color: #0AB9D1;
}

/*article*/
.list-box .box-article {
    padding:10px 10px;
    border-top:1px dotted #ececec;
}
.list-box .box-article .item-title {
    line-height:30px;
    font-family: "Microsoft YaHei";
    font-size:18px;
    color:#005aa0;
    margin-bottom:10px;
}
.list-box .box-article .item-title a{
    padding: 0 5px;
    color:#005aa0;
}
.list-box .box-article .item-title a:hover{
    background-color:#005aa0;
    color:#fff;
    text-decoration:none;
}
.list-box .box-article .item-content {
	margin-top:10px;
    line-height:25px;
	text-indent:2em;
    font-size:12px;
    color:#999;
}
.list-box .box-article .item-content a.more{
    color:#005aa0;
}
.list-box .box-article .item-content a.more:hover{
    color:#c41921;
    text-decoration:none;
}
.list-box .box-article .item-info {
    height:30px;
    line-height:30px;
    color:#666;
}
.list-box .box-article .item-info .info-date {
    float:left;
    color: #ddd;
}
.list-box .box-article .item-info .info-author {
    float:right;
    color: #ddd;
}

.content-box{
}
.content-box .box-title{
    margin-top:20px;
    margin-bottom:20px;
    height:30px;
    line-height:30px;
    font-family: "Microsoft YaHei";
    font-size:26px;
    color:#333;
    font-weight:700;
	text-align:center;
}
.content-box .box-info {	
	padding:5px 20px;
	text-align:center;
    height:28px;
    line-height:28px;
    margin-bottom:15px;
    font-size:14px;
    color:#999;
    border-bottom:1px dotted #999;
	margin-left: 20px;
	margin-right: 20px;
}
.content-box .box-info span{
	margin-right:25px;
}
.content-box .box-description {
	margin:20px;
	padding:20px;
	text-indent:2em;
    line-height:28px;
    font-size:14px;
    color:#666;
	background-color:#FFC;
	border:1px dotted #CCC;
}
.content-box .box-body {
	padding:5px 20px;
    line-height:28px;
    margin-bottom:20px;
    font-size:14px;
    color:#333;
	text-indent:2em;
}

.flsx-box{
	border: 1px solid #f3f3f3;
}
.flsx-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.flsx-box .box-item {
	margin: 10px 10px 10px 0;
}
.flsx-box .box-item ul{
    margin-left: 15px;
}
.flsx-box .box-item ul li {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.flsx-box .box-item ul li.expand{
    height: auto;
}
.flsx-box .box-item ul li i{
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    vertical-align: middle;
}
.flsx-box .box-item ul li a{
}
.flsx-box .box-item ul li a:hover{
    color: #cc0001;
    text-decoration: none;
}
.flsx-box .box-item ul li i{
    cursor: pointer;
    line-height: 25px;
    background: url(../image/shop.png) no-repeat 0 0;
}
.flsx-box .box-item ul li:hover i{
    line-height: 25px;
    background-position: -22px 0;
}
.flsx-box .box-item ul li i.expand{
    cursor: pointer;
    line-height: 25px;
    background: url(../image/shop.png) no-repeat -11px 0;
}
.flsx-box .box-item ul li:hover i.expand{
    line-height: 25px;
    background-position: -33px 0
}

.body-about-body{
	margin:20px 20px;
}
.body-about-body .bar{
	height:35px;
	line-height:35px;
	font-family:"Microsoft Yahei",Tahoma,Helvetica,arial,sans-serif;
	font-size:18px;
    font-weight: 700;
	padding-left:20px;
	color:#005aa0;
    border-bottom: 2px solid #005aa0;
}
.body-about-body .content{
	margin:20px 10px;
	line-height:200%;
	padding-bottom:30px;
}
.body-about-body .content p{
	margin:5px 0;
}
.body-about-body .content img{
	line-height:none;
}

.box-tag{
    margin: 10px;
}
.box-tag li{
    width: 140px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
.box-tag li a{
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    display: inline-block;
}
.box-tag li a span{
    color: #999;
}
.box-tag li a:hover{
    background-color: #09A2B7;
    color: #fff;
    text-decoration: none;
}
.box-tag li a:hover span{
    color: #fff;
}

.w210{
    width: 210px;
}
.w770{
    width: 770px;
}
.w780{
    width: 780px;
}

/*co*/
.co-box{    
}
.co-box .box-bar{
	margin:5px;
	height:35px;
	line-height:35px;
	font-family:"Microsoft Yahei",Tahoma,Helvetica,arial,sans-serif;
	font-size:16px;
	font-weight:bold;
    text-align: center;
    border-bottom: 2px dotted #ddd;    
}
.co-box ul{
	margin:20px 10px;
    letter-spacing: 0px;
}
.co-box ul li{
	line-height:25px;
}
.co-box .img{	
	margin:20px 10px;
}
.co-box .img img{
	width:188px;
	margin-bottom:20px;
}

.search-main{
	padding:100px 0 150px 0;
    border:1px solid #ececec;
}
.search-main .box-search{
	margin-left:350px;
}




/*******************/

.input-text {
	outline: medium;
	padding: 1px 5px; 
	border: 1px solid #ccc; 
	height: 26px; 
	line-height: 26px; 
	color: #333; 
	font-family: arial; 
	font-size: 14px; 
	vertical-align: middle;
}
.input-text:focus{
	padding: 0px 4px; 
	border: 2px solid #b00000;
}
.input-text[type=checkbox]:focus, .input-text[type=radio]:focus{
	padding: 0px 5px; 
	border: 1px solid #ccc; 
}
select.input-text{
	padding: 1px 0 1px 5px;
}
select.input-text:focus{
	padding: 0 0 0 3px;
	border: 2px solid #b00000;
}
.input-text-small{
	width: 120px; 
}
.input-text-big{
	width: 350px;
}
.validate-error{
	border: 2px solid #b00000;
	height: 24px;
	line-height: 24px;
}

.input-but {
	outline: medium;
	padding: 12px 22px; 
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
	background-color: #c41921;
	color: #fff; 
	font-family: arial; 
	font-size: 14px; 
	vertical-align: middle;
	text-decoration: none;
}
.input-but:hover{
	text-decoration: none;
	background-color: #a6050d;
	color: #fff; 
}
.input-but-cancel{
	background-color: #a2a2a2;
	color: #333;
}
.input-but-cancel:hover{
	text-decoration: none;
	background-color: #969696;
	color: #333; 
}
.input-but-small{
	padding: 8px 14px;
}
.input-but-gary {
	background-color: #999;
	color: #333;
}
.input-but-gary:hover{
	background-color: #a2a2a2;
}



.table-list table{
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
    border: none;
}
.table-list table thead tr{
	height: 30px;
	text-align: center;
	background-color: #f1f1f1;
}
.table-list table thead th{
	border: 1px solid #ececec;
	color: #333;
}
.table-list table tfoot{
	border: 1px solid #ececec;
}
.table-list table tfoot tr{
	line-height: 45px;
	background-color: #f1f1f1;
}
.table-list table tfoot td{
	padding: 2px 20px;
	text-align: right;
}
.table-list table tbody{
	border: 1px solid #ececec;
}
.table-list table tbody tr{
	border-bottom: 1px dashed #ececec;
}
.table-list table tbody tr:hover{
	background-color: #f6f6f6;	
}
.table-list table tbody td{
	padding: 2px 5px;
	line-height: 25px;
}

table.nolrboder thead th, table.nolrboder tbody, table.nolrboder tfoot{
	border-left: 0 none;
	border-right: 0 none;
}
table.nolboder thead th, table.nolboder tbody, table.nolboder tfoot{
	border-right: 0 none;
}
table.norboder thead th, table.norboder tbody, table.norboder tfoot{
	border-left: 0 none;
}

/*========================*/

.goods_nums{
	padding-top: 10px;
}
.goods_nums a{
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border:1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
}
.goods_nums a:hover{
	border:1px solid #666;
}
.goods_nums input{
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left:none;
	border-right:none;
	border-top:1px solid #a2a2a2;
	border-bottom:1px solid #a2a2a2;
	overflow: hidden;
	outline:medium;
}
.goods_nums span{
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.shop_buy_but a{
	background-color: #ffeded;
	border: 1px solid #c40000;
	color: #c40000;
}
.shop_buy_but a:hover, .shop_buy_but a.over{
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
}



.my_cart_box{
	height:107px;
	background:#fff url(../image/mycart.gif) no-repeat 14px 29px;
}
.order_step {
	margin: 37px 20px 0px 0px;
	width: 702px;
	height: 32px;
	line-height: 32px;
	float: right;
}
.order_step li {
	background: url(../image/mycart.gif) no-repeat right -82px #ffe8d7;
	padding: 0px 29px 0px 0px;
	width: 188px;
	height: 32px;
	color: #ccc;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-align: center;
}
.order_step li.current {
	background-position: right -82px;
	color: #fff;
	background-color: #ed6807;
}
.order_step li.current_prev{
	background-position: right -114px;
	color: #fff;
	background-color: #ed6807;
}
.order_step li.last {
	background-position: right -210px;
}
.order_step li.last_current{
	color: #fff;
	background-color: #ed6807;
	background-position: right -242px
}
.order_step li span {
	display: block;
}
.order_step li .first {
	background: url(../image/mycart.gif) no-repeat 0px -146px;
}
.order_step li.current .first {
	background-position: 0px -178px;
}
.order_step li.current_prev .first {
	background-position: 0px -178px;
}

.cart_message{
	margin: 10px 0;
	padding:22px 0 25px 0;
	background-color:#fff;
}
.cart_message .cart_message_info{
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	margin: 50px auto;
	text-align: center;
}
.cart_message .cart_message_but{
	margin: 30px auto;
	text-align: center;
}
.cart_message_con{
	margin: 20px auto;
	width: 6500px;
	line-height: 35px;
	text-align: left;
}
.cart_error .cart_message_info{
	color: red;
}

/*cart index*/
.goods_list .cart_img{
	text-align: center;
}
.goods_list .cart_img img{
	width: 75px;
	height: 100px;
	margin: 5px auto;
}
.goods_list .cart_title{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.goods_list .cart_spec{
	line-height: 20px;
	font-size: 12px;
}
.goods_list .cart_spec span{
	color: #666;
	margin-right: 5px;
}
.goods_list .cart_price{
	font-size: 14px;
	color: red;
}
.goods_list .cart_price i{
	font-style: normal;
	margin-right: 5px;
}


.goods_list .cart_info{
	margin: 15px 0;
	font-size: 14px;
}
.goods_list .cart_total{
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 24px;
	font-weight: bold;
	color: red;
}
.goods_list .cart_total i{
	font-size: 16px;
	font-style: normal;
	margin:0 10px;
}


.goods_list .cart_info{
	margin: 15px 0;
	font-size: 14px;
}
.goods_list .cart_total{
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 24px;
	font-weight: bold;
	color: red;
}
.goods_list .cart_total i{
	font-size: 16px;
	font-style: normal;
	margin:0 10px;
}


.goods_list .cart_but{
	margin: 25px 0;
}

/*cart order*/
.order_info{
	text-align: left;
	line-height: 30px;
	margin: 10px 0;
}
.order_info .order_info_bar{
	padding: 2px 20px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
	font-size:14px;
	font-weight: bold;
}

.calc_info .order_info_bar{
	border-bottom: 1px solid #f40;
}
.order_address ul li{
	margin: 5px 0;
}
.order_address ul li label{
	padding: 8px 16px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dadada;
}
.order_address ul li label.over{
	padding: 7px 15px;
	border: 2px solid #f40;
}
.order_address ul li span{
	color: #999;
	padding: 0 5px;
}
.order_address ul li a{
	margin-left: 20px;
}

.order_express ul li{
	margin: 5px 10px 5px 0;
	float: left;
}
.order_express ul li label{
	padding: 8px 16px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dadada;
}
.order_express ul li label.over{
	padding: 7px 15px;
	border: 2px solid #f40;
}
.order_express ul li span{
	color: #999;
	padding: 0 5px;
}

.invoice_info{
	float: left;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}


ul.payment_list li{
	width: 135px;
	height: 90px;
	margin: 5px;
	border: 2px solid #dadada;
	cursor: pointer;
	float: left;
}
ul.payment_list li.over, ul.payment_list li:hover{
	border: 2px solid #f40;
}
ul.payment_list li.over p, ul.payment_list li:hover p{
	background-color: #f40;
	color: #fff;
}
ul.payment_list li img{
	width: 135px;
	height: 70px;
}
ul.payment_list li p{
	height: 20px;
	line-height: 20px;
	background-color: #e2e2e2;
	text-align: center;
	overflow: hidden;
}


.form{
	margin: 10px 20px;
}
.form form ul li{
	line-height: 1.5;
}
.form form ul li label{
	display: block;
	color: #999;
	margin-top: 10px;
}
.form form ul li input{
	padding: 4px;
	font-size:16px;
}
.form form ul li input:focus{
	padding: 3px;
}
.form .ajaxinfo{
	visibility: hidden;
	padding: 5px 20px;
	margin: 20px auto;
	line-height: 28px;
	color: #f40;
	border: 1px dotted #b9996b;
}

.sitemap-title{
    height: 50px;
    line-height: 50px;
    background-color: #f4fbff;
    text-align: center;
    border: 1px solid #ececec;
    margin: 30px 0;
}
.sitemap-title span{
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight: 700px;
    color: #007090;
}
.sitemap-box{
    margin: 10px 0;
    border: 1px solid #ececec;
}
.sitemap-box .box-bar{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #fafafa;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: 700px;
    color: #007090;
    margin-bottom: 10px;
}
.sitemap-box .box-bar a{
    margin-left: 20px;
    color: #007090;
}
.sitemap-box .box-bar a:hover{
    color: #ff6600;
    text-decoration: none;
}
.sitemap-box .box-con{
    padding: 0 10px;
    margin-bottom: 10px;
}
.sitemap-box .box-con a{
    padding: 4px 5px;
    color: #333;
}
.sitemap-box .box-con a:hover{
    color: #fff;
    background-color: #007090;
    text-decoration: none;
}
.sitemap-box .box-con .l{
    width: 150px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #007090;
}
.sitemap-box .box-con .l a{
    color: #0AB9D1;
}
.sitemap-box .box-con .l a:hover{
    color: #fff;
}
.sitemap-box .box-con .r{
    width: 1000px;
}
.sitemap-box .box-con ul li{
    height: 25px;
    line-height: 25px;
    float: left;
    width: 150px;
    overflow: hidden;
    margin-right: 5px;
}
.sitemap-box .box-con ul.pl30{
    padding-left: 30px;
}
.sitemap-box .box-con ul.w60 li{
    width: 60px;
}

.info-box .box-qkjb{
    padding: 3px 25px;
    color: #cc0001;
    font-size: 16px;
    font-weight: 700;
    background-image: url(../image/qkjb.png);
    background-repeat: no-repeat;
}
.info-box .box-qkjb a{
    padding-left: 28px;
    color: #cc0001;
    /*font-family: "Microsoft Yahei";*/
    font-size: 16px;
    font-weight: 700;
    background-image: url(../image/qkjb.png);
    background-repeat: no-repeat;
}

/*zlhb-box*/
.zlhb-box{
	background-color:#f5f5f5;
	overflow:hidden;
}
.zlhb-box .box-bar{
	height:43px;
	line-height:43px;
	border-bottom:1px solid #e0e0e0;
	font-size:14px;
	font-weight:bold;
	color:#333;
}
.zlhb-box .box-bar a{
	color:#35a;
	margin:0 5px;
}
.zlhb-box .box-bar a:hover{
	color:#c30;
	text-decoration:none;
}
.zlhb-box .box-bar span{
	margin-left:20px;
}
.zlhb-box .box-con{
	width:1205px;
	height:170px;
	overflow:hidden;
	border-top:1px solid #fff;
	position:relative;
}
.zlhb-box .box-con .item{
	height:170px;
	margin-left:-1px;
	margin-right:-2px;
	position:absolute;
}
.zlhb-box .box-con dl{
	width:209px;
	padding-left:30px;
	padding-top:10px;
	margin-top:5px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #fff;
	float:left;
}
.zlhb-box .box-con dl dd{
	height:25px;
	line-height:25px;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow:hidden;
}
.zlhb-box .box-con dl dd a{
	padding:2px 5px;
	margin-right:10px;
	overflow:hidden;
	color:#773b09;
}
.zlhb-box .box-con dl dd a:hover{
	text-decoration:none;
    background-color:#c41921;
    color:#fff;
}
.zlhb-box .box-con dl dt{
	width:170px;
	height:40px;
	margin-top:20px;
}
.zlhb-box .box-con dl dt img{
	width:170px;
	height:40px;
}

/*col-contact*/
.col-contact{
	font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	color: #333;
}
.col-contact .tc{
	width: 140px;
}
.col-contact p {
	margin: 0 0 16px;
	font-size: 12px;
}
.col-contact .phone {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1;
	color: #ff6700;
}
.col-contact .btn {
	display: inline-block;
	*zoom: 1;
	*display:inline: ;
	width: 158px;
	height: 38px;
	padding: 0;
	margin: 0;
	border: 1px solid #b0b0b0;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #b0b0b0;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.col-contact .btn-small {
	width: 118px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
}
.col-contact .btn-line-primary {
	border-color: #ff6700;
	background: #fff;
	color: #ff6700;
}
.col-contact .btn-line-primary:hover{
	color:#fff;
	background-color:#f25807;
	border-color:#f25807;
	text-decoration: none;
}




/*列表折叠*/
.qkwz-box .box-item dl.hauto{
	height: auto;
	max-height: auto;
	overflow: hidden;
}
.bbs .hauto{height: auto !important;}
.qkwz-box .box-item dl.hfix{
	max-height: 860px;
	overflow: hidden;
}

.fileW {
	width: 90px;
	height: 90px;
	margin: 0 auto;  /* 30px;*/
	text-align: center;
}
.clearfix {
	*zoom: 1: ;
}
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.car-detail .d-file {
	border-radius: 6px;
	margin-bottom: 20px;
	+padding-bottom: 40px: ;
	background: #fff;
}
.car-detail a:hover {
	text-decoration: none;
}
.car-detail {
	margin: 0 auto 20px;
}
.filebtn {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	margin: 20px auto 0;
	+margin-bottom: 20px: ;
	text-align: center;
	font: normal 14px/40px "Microsoft YaHei";
	color: #333;
}
.filebtn b {
	position: absolute;
	top: 35px;
	left: 20px;
	height: 40px;
	width: 50px;
	background: url(../image/search_ico.png) no-repeat -99999em 0;
	background-position: 6px -570px;
}
.fileW .expand b {
	background-position: 6px -635px
}



/*search*/
.search-box{
	border: 1px solid #f3f3f3;
	margin-bottom: 10px;
}
.search-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.search-box .box-item {
	margin: 10px;
}
.search-box .box-item ul li {
	text-align: center;
	height: 28px;
	line-height: 28px;
	background-position: 0 12px;
	background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-box .box-item ul li.split {
	height: 0px;
	border-bottom: 1px dotted #999;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.search-box .box-item ul li a {
	color: #333;
	padding: 0 10px;
	display: block;
    text-decoration:none;
}
.search-box .box-item ul li a.action{
    color:#cc0001;
    font-weight: bold;
	background-color: #ececec;
}
.search-box .box-item ul li a:hover {
    color:#cc0001;
	background-color: #f5f5f5;
}

.list-box .box-item .item-content {
    line-height:25px;
	text-indent:2em;
    font-size:12px;
    color:#999;
}
.list-box .box-item .item-info a{
	font-size: 14px;
	color: #09A2B7;
	margin-right: 10px;
}
.list-box .item-title span{
	font-weight: normal;
	font-size: 14px;
	margin-left: 20px;
	color: #666;
}
.list-box .box-item .item-info span{
	padding-right: 10px;
}
.list-box .box-tab .info {
	font-size: 12px;
	color: #333;
	margin-left: 5px;
	padding-right: 20px;
	text-align: left;
}

.list-box .box-item .item-lc {
	width:850px;
}
.list-box .box-item .item-lc .item-param li.nofloat {
	width: 840px;
}

.list-box .box-tab .c li.nosort a {
	padding: 0 15px 0 15px;
}

.list-box .shop .item-param li.info{
	height: auto;
    max-height: 50px;
}

.cart_box{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	width: 80px;
	height: 105px;
	background-image: url(../image/cart2.png);
	font-size: 12px;
	text-align: center;
}
.cart_box .cart_text{
	margin:0 1px 55px 1px;
	height: 20px;
	line-height: 20px;
	color: #eaeaea;
}
.cart_box .cart_nums{
	margin: 0 1px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.cart_box .cart_but{
    font-family: "Microsoft YaHei";
	height: 30px;
	line-height: 30px;
}
.cart_box .cart_but a{
	font-size: 14px;
	color: #f4ea3d;
	text-decoration: none;
}


.qk-buy {
    margin:10px 20px 0 20px;
}
.qk-buy ul li {
    height:34px;
    line-height:34px;
    color:#333;
    font-size:14px;
}
.qk-buy ul li span {
    margin-left:10px;
}
.qk-buy ul li span.price {
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#333;
}

.qk-buy .zxdg {
	width: 95px;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
	border-radius: 12px;
	display: inline-block;
	font-size: 12px;
	color: #09A2B7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #09A2B7;
}
.qk-buy .zxdg i {
	width: 16px;
	height: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 3px;
	background-image: url(../image/down.png);
	background-position: -63px -3px;
	background-repeat: no-repeat;
}
.qk-buy .zxdg:hover, .qk-buy .zxdg.active{
	color: #fff;
	background-color: #09A2B7;
}
.qk-buy .zxdg:hover i, .qk-buy .zxdg.active i {
	background-position: -63px -23px;
}

.qk-buy .box-nums{
	width: 250px;
	margin-left: 8px;
}
.qk-buy .box-nums a{
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	float: left;
	border:1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
	margin-top: 6px;
}
.qk-buy .box-nums a:hover{
	border:1px solid #666;
}
.qk-buy .box-nums input{
	margin-top: 6px;
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left:none;
	border-right:none;
	border-top:1px solid #a2a2a2;
	border-bottom:1px solid #a2a2a2;
	float: left;
	overflow: hidden;
	outline:medium;
}					
.qk-buy label{
	margin: 0 20px;
	padding: 0 5px;
}
.qk-buy label span{
	font-size: 14px !important;
	font-weight: normal !important;
	color: #666 !important;
}





/**********************************/
.cart_tip_bd{
	width: 400px;
	height: 136px;
	border: 1px solid #d2d2d2;	
	/*
	position: absolute;
	top:0;left:0;*/
	position:fixed;
	top: 76%;left:50%;
	margin-top:-200px;
	margin-left:-68px;
	z-index: 9999;
	background: #fff;
}
.cart_tip_bd .head{height:28px;}
.cart_tip_bd .head .close-btn{float:right;}
.cart_tip_bd .mac-success-txt {
    height: 30px;
    line-height: 32px;
    padding-left: 30px;   
    font-size: 18px;
    color: #333;
}
.cart_tip_bd .mac-success-txt em{
	background-position: -80px -144px;
	background-image: url(../image/ibar_sprites.png);
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-right: 3px;
}
.cart_tip_bd .module-cart-box p {
    text-align: center;
}
.cart_tip_bd .mac-go-cart {
    background-color:#09A2B7;
	margin-top:13px;
    background-position: -84px -146px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    width: 145px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding-left: 20px;
}
.cart_tip_bd .close-btn {
    background-image: url(../image/ibar_sprites.png);
    background-position: -55px -138px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 12px;
    height: 12px;
    float: right;
    width: 23px;
    height: 23px;
    font: 0/0 a;
    margin-top: 5px;
}
.cart_tip_bd .close-txt{
	margin-left:20px;
	color:#333;text-decoration: underline; font-size:13px;
}
.cart_tip_bd .mac-go-cart:hover{
	text-decoration: none;
}






.login_info_box{width: 100%; color: #999; text-align: center; padding: 20px 0;}
.login_info_box p{margin:0 auto;font-size:14px;}
.login_info_box a{display: inline-block; background-color: #f60; width: 46px; height: 16px; line-height: 17px; text-align: center; color: #fff; font-size: 12px; border-radius: 3px; margin: 0 4px;}


.addresseditbox{overflow: hidden;}
.addresseditbox li{width:220px;height: 85px; overflow: hidden;float: left;padding:3px 5px;margin:5px;cursor: pointer;}
.addresseditbox li .t{height: 25px;line-height: 25px;padding:0 5px;}
.addresseditbox li .c{height: 22px;line-height: 22px;padding:0 5px;color: #666;}
.addresseditbox li b{font-size: 16px; margin-right: 3px;}
.addresseditbox li span{font-size: 16px; margin-right: 3px;color:#e42a27;}
.addresseditbox li{
	padding: 3px;
	box-sizing: border-box;
	background: linear-gradient(45deg,#f25953 12.5%,#fbfaf5 12.5%,#fbfaf5 25%,#5590d6 25%,#5590d6 37.5%,#fbfaf5 37.5%,#fbfaf5 50%,#f25953 50%,#f25953 62.5%,#fbfaf5 62.5%,#fbfaf5 75%,#5590d6 75%,#5590d6 87.5%,#fbfaf5 87.5%,#fbfaf5 100%);
	background-size: 30px 30px;
}
.addresseditbox li:hover{
	background: #ed6807;
}
.addresseditbox li .addresseditbox-con{
	padding: 5px;
	background-color: #fff;
}


.table-list table tbody tr{border-bottom: 0 dashed #ececec;}
.table-list table tfoot tr{background-color: #f5f5f5;}
.table-list table thead tr{background-color: #f5f5f5;}
.table-list table thead th{border: 1px solid #f5f5f5;}
.table-list table tbody tr:hover{background-color: #fafafa;	}
.order_info .order_info_bar{padding: 2px 0;border-bottom: 0 solid #dadada;font-size:16px;}

.letter-outer{margin:20px 5px;}
.letter-box{
	border: 2px dashed #8eb9f5;
}
.letter-con{
	padding: 30px 20px;
	background-color: #fff;
}
.letter-con li{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
}
.letter-con li span{
	color: #999;
}
.letter-con li b{
	font-size: 16px;
}
.letter-con li a{
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	background-color: #5590d6;
	border-radius: 5px;
	text-decoration: none;
}

.cart_message_con{
	width: 800px;
}
ul.payment_list li{
	width: 160px;
	height: 88px;
	margin: 5px;
	border: 2px solid #dadada;
	cursor: pointer;
	float: left;
}
ul.payment_list li img{
	width: 160px;
	height: 68px;
}



.reg-tab ul li{width: 150px;}
.input-text {color:#333;}


.f14{font-size: 14px;line-height: 1.8;}
.f16{font-size: 16px;line-height: 1.8;}
.f20{font-size: 20px;}

.list-box .fanwen .item-c{ 
	width: 850px;
}
.list-box .fanwen .item-c .item-param li.nofloat{ 
	width: 850px;
}
.item-keyword{
	margin: 10px 0;
}
.item-keyword li{
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}
.item-keyword li a{
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}
.item-keyword li a:hover{
	color: #fff;
	border: 1px solid #008fcc;
	background-color:#00a1cc;
}


.fanwen .box-item ul li{ 
	height: auto;
	white-space: inherit;
}


.fanwen-box{
	padding: 20px;
	font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";
}
.fanwen-box .box-title{
	padding: 10px 0;
	line-height: 30px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	color: #333;
}
.fanwen-box .box-info{
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.fanwen-box .box-info span{
	margin-right: 5px;
}
.fanwen-box .box-info .authors{
	color: #00aad1;
}
.fanwen-box .box-keywords{
	margin: 10px 0;
}
.fanwen-box .box-keywords li{
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}
.fanwen-box .box-keywords li a{
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}
.fanwen-box .box-keywords li a:hover{
	color: #fff;
	border: 1px solid #008fcc;
	background-color:#00a1cc;
}
.fanwen-box .box-abstract{
	margin: 20px 0;
	padding: 20px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
	background-color: #f9f9f9;
}
.fanwen-box .box-body{
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
}
.fanwen-box .box-body p{
	margin: 20px 0;
}
.fanwen-box .box-body .article-sub-title{	
	/*line-height: 32px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	text-align: center;*/
}


.fanwenph{
	border: none;
}
.fanwenph .box-item{ 
	margin: 0;
}
.fanwenph .box-item ul li a{
	width: 200px;
}

.fanwenlist .box-article .item-content{
	text-indent: inherit;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}
.fanwenlist .box-article .item-info{
	height: 20px;
	line-height: 20px;
}
.fanwenlist .box-article .item-info span{
	color: #666;
}


.fanwen-show{ 
	margin-right: 30px;
}
.fanwen-title{
	height: 100px;text-align:center;
}
.fanwen-title h2{
	font-family: "Microsoft Yahei";
	font-size: 38px;
	font-weight: 700;
	line-height: 100px;
	float: left;
}
.fanwen-title .bt{ 
	margin-left: 30px;
	margin-top: 55px;
	color: #09A2B7;
	float: left;
	display: inline-block;
}
.fanwen-title .bt:hover{
	color: #c41921;
}
.fanwen-title .but{
    width: 90px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #09A2B7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #09A2B7;
    border-radius: 5px;
    text-align: left;
    float: right;
    margin-top: 55px;
}
.fanwen-title .but i {
	width: 20px;
	height: 20px;
	margin: 3px;
	overflow: hidden;
	display: inline-block;
	background-image: url(../image/down.png);
	background-position: -40px 0;
	background-repeat: no-repeat;
    vertical-align: bottom;
}
.fanwen-title .but:hover, .fanwen-title .action{
    color: #fff;
    background-color: #09A2B7;
}
.fanwen-title .but:hover i.img3, .fanwen-title .action i.img3{
	background-position: -40px -20px;
}



.fanwen-description{ 
	font-size:14px;
	line-height: 2;
	color: #999;
	padding: 10px 0;
}
.fanwen-class-kw{
	margin:10px 0;
	padding:10px 0;
	background-color: #efefef;
}
.fanwen-class-kw .box-item{ 
	font-size: 14px;
	margin-top: 0;
}
.fanwen-class-kw .box-item .title{
	width: auto;
	margin: 0 20px;
	font-weight: normal;
}

.fanwen-body{ 
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 18px;
	font-size: 16px;
	text-align: left;
}
.fanwen-body p{
	margin: 30px 0;
}
.fanwen-body .article-sub-title{
	display: block;
	font-size: 20px;
	text-align: center;
}
.fanwen-body p strong{
	display: block;
	font-size: 20px;
	/*text-align: center;*/
}
.fanwen-work .item-con{ 
	width: 160px;
	float: right;
}
.fanwen-work .item-con h2{
	font-size: 12px;
	font-weight: 700;
}
.fanwen-work i{
	width: 22px;
	height: 22px;
	margin-left: 30px;
    background-image: url(../image/work2.png);
}
.fanwen-work i.img1, .fanwen-work ul li:hover i.img1{
    background-position: 0 0;
}
.fanwen-work i.img4, .fanwen-work ul li:hover i.img4{
    background-position: -27px 0;
}
.fanwen-work i.img2, .fanwen-work ul li:hover i.img2{
    background-position: -58px 0;
}


.info-box .box-cart a.cart-talk {
	border:1px solid #c40000;
    background-color:#fff;
	color: #c40000;
}
.info-box .box-cart a.cart-talk:hover {
    background-color:#c40000;
	color: #fff;
    text-decoration:none;
}
.info-box .box-cart a.cart-talk i {
	width:24px;
	height:22px;
    margin:9px 10px 9px 20px;
	display:inline-block;
	background-image:url(../image/preview.png);
	background-position:-60px -140px;
	background-repeat:no-repeat;
    float:left;
}
.info-box .box-cart a.cart-talk span{
    font-family:"Microsoft YaHei";
    font-size:16px;
    text-align: center;
}



/*头部股票代码样式*/
.zk-gupiao {
    font-weight: bold
}
.zk-gupiao span {
    color: #c51921;
}
.zk-gupiao:hover {
    text-decoration: none;
}

/*2019-12-31*/
.zoom::after{content:"."; display:block; height:0; clear:both; visibility: hidden;}
.zoom,.clear{clear:both;}
.zoom{*zoom:1;}
.dldata{margin:25px auto;}
.dldata h5{margin:0 auto; font-size:16px; color:#333;}
.dldata h5 span{margin-left:3px; font-size:13px; font-weight:400; color:#777;}
.dline{margin:25px auto; border-top:10px solid #f7f7f7;}
.dltext{padding:20px 20px 13px 20px; margin:30px 0; background-color:#f6f6f6;}
.dltext h6{margin:0; font-size:13px; color:#333;}
.dltext p{margin:7px 0; font-size:12px; color:#777;}

.dlbook{margin:50px auto 40px auto; text-align:center;}
.dlbook h5{font-size:20px; color:#000;}
.dlbook div{width:660px; margin:35px auto 25px auto;}
.dlbook p{width:85px; height:120px; margin-right:58px; float:left; font-size:13px; position:relative;}
.dlbook p:after{content:""; display:inline-block; width:12px; height:16px; position:absolute; top:40px; right:-33px; background:url(../image/dl-book.png) no-repeat; background-position:-316px -25px;}
.dlbook .dlast:after{display:none;}
.dlbook p:hover span{-webkit-transform:rotateY(360deg); -moz-transform:rotateY(360deg); -ms-transform:rotateY(360deg); transform:rotateY(360deg);}
.dlbook p a{display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
.dlbook .dlast{margin-right:0;}
.dlbook span{display:inline-block; width:84px; height:84px; margin-bottom:10px; border-radius:100%; border:1px solid #c9c9c9; -webkit-transition:all 2s ease; -moz-transition:all 2s ease; -ms-transition:all 2s ease; transition:all 2s ease;}
.dlbook span:after{content:""; display:inline-block; width:63px; height:61px; margin-top:12px; background:url(../image/dl-book.png) no-repeat;}
.dlbook .dlimg2:after{background-position:-64px 0;}
.dlbook .dlimg3:after{background-position:-128px 0;}
.dlbook .dlimg4:after{background-position:-190px 0;}
.dlbook .dlimg5:after{background-position:-256px 0;}
.dlbook&gt;a{display:block; width:216px; height:38px; line-height:38px; margin:0 auto; font-size:13px; border:1px solid #09A2B7; text-align:center; color:#09A2B7;}
.dlbook&gt;a:hover{text-decoration:none; color:#fff; background-color:#09A2B7;}

.dldline{margin:35px auto 15px auto; border-top:10px solid #f7f7f7;}
.hfix{
	max-height: 1200px;
	overflow: hidden;
}
.hauto{
	height: auto;
	max-height: auto;
	overflow: hidden;
}
.car-detail .d-file {
	border-radius: 6px;
	margin-bottom: 20px;
	+padding-bottom: 40px: ;
	background: #fff;
}
.car-detail a:hover {
	text-decoration: none;
}
.car-detail {
	margin: 0 auto 20px;
}
.content-box .a30{margin-top:20px; text-indent:0;}
.content-box .a30 a{display:inline-block; width:180px; overflow:hidden; font-size:15px; text-decoration:none;}
.content-box .link30 a{text-indent:52px;}
.content-box .pt20 p{margin:10px 0;}
.body-tab ul .dlrightbtn{float:right; margin:7px 10px 0 0;}
.body-tab ul .dlrightbtn a{width:auto; height:auto; padding:3px 8px; margin-top:0; color:#008fcc; border:1px solid #008fcc;}
.body-tab ul .dlrightbtn a:hover{color:#fff; background-color:#008fcc;}
.content-box .dl-box-title{font-size:16px;}
.rmbq-box{
	background-color: #f9f9f9;
}
.rmbq-box .box-title{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}
.rmbq-box .box-con{
	margin: 0 30px;
	padding: 22px 0;
}
.rmbq-box .box-con li{
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}
.rmbq-box .box-con li a{
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	overflow: hidden;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}
.rmbq-box .box-con li a:hover{
	color: #fff;
	border: 1px solid #008fcc;
	background-color:#00a1cc;
}

.paper-box .box-item{
	margin: 20px 0;
}
.paper-box .box-item li{
	margin: 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
.paper-box .box-item li:last-child{
	border-bottom: none; 
}
.paper-box .box-item li a{
	text-decoration: none;
}
.paper-box .box-item li .item-title{
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	font-weight: 500;
	color: #333;
	overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
}
.paper-box .box-item li .item-info{
	line-height: 35px;
	font-size: 12px;
	color: #999;
}
.paper-box .box-item li a:hover{color:#00a3cb;}
.paper-box .box-item li .item-info span{
	margin-right: 10px;
}
.paper-box .box-item li .item-info i{
	vertical-align: middle;
}
.paper-box .box-item li .item-abstract{
	line-height: 28px;
	font-size: 14px;
	color: #666;
}
.paper-box .box-item li .item-keyword{
	margin-top: 20px;
	line-height: 25px;
}
.paper-box .box-item li .item-keyword a{
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	margin: 0 20px 10px 0;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}
.paper-box .box-item li .item-keyword a:hover{
	color: #fff;
	border: 1px solid #008fcc;
	background-color:#00a1cc;
}

/*2020-2-4*/
.dlipop{width:400px; height:240px; margin-left:-200px; margin-top:-125px; text-align:center; border-radius:5px; box-shadow:0 0 10px rgba(0,0,0,.2); position:fixed; top:50%; left:50%; z-index:9999; background-color:#fff;}
.dlipop h3{display:inline-block; margin-top:55px; font-size:25px; font-weight:400; color:#00a3cb;}
.dlipop p{margin-top:15px; margin-bottom:20px; font-size:18px; color:#777;}
.dlipop a{display:inline-block;	width:120px; height:38px; line-height:38px;	font-size:15px;	border-radius:5px;}
.dlipop .dlidely{margin-right:30px;	color:#666;	background-color:#eaeaea;}
.dlipop .dlidely:hover{text-decoration:none; background-color:#dcdbdb;}
.dlipop .dlinow{color:#fff;	background-color:#00a3cb;}
.dlipop .dlinow:hover{text-decoration:none; background-color:#0194b8;}

.dliside{width:62px; height:395px; position:fixed; top:115px; right:20px; z-index:99;}
.dliside a{display:block; width:100%; height:60px; margin-bottom:5px; background-color:#0AB9D1;}
.dliside a:hover{text-decoration:none; background-color:#09A2B7; }
.dliside a:hover .dliop1{display:none;}
.dliside .dide1,.dliside .dide1:hover{background:transparent url(img/dlsicon.png) no-repeat; cursor:default;}
.dliside .dide6{background-color:#ccc;}
.dliside .dide6:hover{background-color:#eee;}
.dliop1{display:block; padding:13px 10px 0 10px; line-height:1.1; font-size:15px; text-align:center; color:#fff;}
.dliop2{display:none; text-align:center; line-height:60px;}
.dliside a:hover .dliop2{display:block;}

.top-box .dlicar{color:#333; position:relative;}
.top-box .dlicar img{width:16px; height:auto; margin-right:5px; position:relative; top:-2px;}
.dlicar b{font-weight:400;}
.clear{clear:both;}
.dlsorder{margin-bottom:15px; padding-bottom:18px; border-bottom:1px solid #e8e8e8;}
.dlsorder h4{margin-bottom:14px; font-size:24px; color:#333;}
.dlsorder p{margin-bottom:5px; line-height:1.6; font-size:12px; color:#333;}
.dlxhome{height:370px;}
.dlxhome .box-center{width:100%; float:none; border-right:none;}
.dlxhome .but ul{width:690px; float:left;}
.dlxhome .but p{width:400px; float:right; margin:18px 10px 5px 10px;}
.dlxhome .box-center .info{margin-top:20px;}
.dlxfot-box ul li.w1{width:220px;}
.dlxfot-box ul li.w210{width:175px;}
.dl-menu-box .box-item .dldybook{width:185px;}
.dl-menu-box .box-item .consult{margin-left:0; margin-right:10px; float:right;}
.dlxn-previ-box{height:auto;}
.dlxn-info-box{min-height:495px;}
.dlxn-info-box .box-buy{margin-top:27px; position:static;}
.dlwd-barzw li{width:50%; float:left; margin-bottom:15px;}
.dlwd-barzw a{margin-left:20px; font-size:14px; color:#333;}
.dlwd-barzw a:hover{color:#09A2B7; text-decoration:none;}
.dlwd-zwcar{height:69px; line-height:69px; cursor:pointer; background:#eee url(../image/box-ad_02.jpg) no-repeat center; background-size:cover;}
.dlwd-zwcar p{margin-left:-74px; color:#333; font-size:28px; text-align:center;}
.dlwd-zwcar span{color:#e33a45; font-size:28px;}

@media screen and (max-width:1366px){
	.dliside{right:8px;}
}

@media screen and (max-width:1280px){
	.dliside{width:54px; height:366px; right:0;}
	.dliside a{width:54px; height:56px; overflow:hidden;}
	.dliop1{padding:12px 7px 0 7px; font-size:14px;}
	.dliop2{width:29px; height:29px; margin:4px 0 0 12px; line-height:29px;}	
}

/*wenda 2020-6-11*/
.dwd-all{margin:30px auto;}
.dwd-l{width:873px; float:left;}
.dwd-r{width:270px; float:right;}
.dwd-l h1{margin-bottom:12px; font-size:36px; color:#333; text-align:center;}
.dwd-l&gt;p{font-size:13px; color:#999; text-align:center;}
.dwd-l&gt;p b{display:inline-block; height:10px; margin:0 16px; border-right:1px solid #999;}
.dwd-l-text{margin:30px 0 96px 0;}
.dwd-l-text p{margin-bottom:20px; line-height:1.8; font-size:16px; color:#444;}
.dwd-l-text h6{margin:0; font-size:18px; color:#008fcc; font-weight:400;}
.dwd-l-text span{display:inline-block; margin-top:28px; font-size:12px; color:#999;}
.dwd-l-text p i{font-style:normal;}
.dwd-l-about{margin-bottom:75px;}
.dwd-l-about h5,.dwd-l-wen h5{margin:0 0 15px 0; font-size:18px; color:#555; font-weight:400;}
.dwd-l-about h5:before,.dwd-l-wen h5:before,.dwd-r&gt;a:before{content:""; display:inline-block; width:16px; height:16px; margin-right:10px; background:url(../image/dxn-bkc-icon.png) no-repeat}
.dwd-l-wen h5:before{background-position:-16px 0;}
.dwd-l-about h5:before{background-position:0 0;}
.dwd-r&gt;a:before{width:17px; background-position:-32px 0; position:relative; top:3px;}
.dwd-l-about div{padding:25px 35px 0 35px; height:80px; background-color:#f8f8f8; position:relative;}
.dwd-l-about h6{margin:0 0 8px 0; font-weight:400; font-size:18px; color:#333;}
.dwd-l-about p{font-size:14px; color:#999;}
.dwd-l-about span{display:inline-block; width:105px; height:32px; line-height:32px; border-radius:20px; color:#fff; font-size:14px; text-align:center;background-color:#ec3b3b; position:absolute; right:30px; top:36px;}
.dwd-l-about div:hover span{background-color:#e32929;}
.dwd-l-about a{display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
.dwd-l-wen{margin-bottom:50px;}
.dwd-l-wen h5{margin-bottom:30px; padding-bottom:20px; border-bottom:1px dashed #0AB9D1;}
.dwd-l-wen li{width:50%; float:left; margin-bottom:25px;}
.dwd-l-wen a{font-size:15px; color:#333;}
.dwd-l-wen a:hover{text-decoration:none; color:#008fcc;}
.dwd-r-bck1{height:250px; padding:35px 0 25px 0; margin-bottom:18px; text-align:center; background-color:#f9f9f9;}
.dwd-r-bck1&gt;a{display:block; width:119px; height:165px; margin:0 auto 15px auto; overflow:hidden;}
.dwd-r-bck1 img{-webkit-transition:all 0.5 ease; -moz-transition:all 0.5 ease; -ms-transition:all 0.5 ease; transition:all 0.5 ease;}
.dwd-r-bck1&gt;a:hover img{-webkit-transform:scale(1.01); -moz-transform:scale(1.01); -ms-transform:scale(1.01); transform:scale(1.01);}
.dwd-r-bck1 h6{margin:0 0 10px 0;}
.dwd-r-bck1 h6 a{font-size:18px; color:#333; font-weight:bold;}
.dwd-r-bck1 h6 a:hover,.dwd-r-bck1 p a:hover{text-decoration:none; color:#09A2B7;}
.dwd-r-bck1 p{margin-bottom:2px;}
.dwd-r-bck1 p a{font-size:12px; color:#777;}
.dwd-r&gt;a{display:block; width:100%; height:48px; margin-bottom:18px; line-height:48px; color:#fff; font-size:15px; font-weight:bold; text-align:center; background-color:#00a1cc;}
.dwd-r&gt;a:hover{text-decoration:none; background-color:#03b2e1;}
.dwd-r-bck2{width:100%; background-color:#f9f9f9;}
.dwd-r-bck2{margin-bottom:18px; background-color: #f9f9f9;}
.dwd-r-bck2 h6{height:50px; line-height:50px; padding:0 30px; margin:0; font-weight:400; font-size:20px; border-bottom:1px solid #eaeaea; color:#555;}
.dwd-r-bck2 .box-con{margin:0 25px; padding-bottom:10px;}
.dwd-r-bck2 li{margin:10px 0; padding-bottom:10px; background-image:url(../image/preview.png); background-repeat:no-repeat; background-position:-180px -75px; border-bottom:1px solid #eaeaea;}
.dwd-r-bck2 .title{margin-left:30px; line-height:24px; font-size:14px;}
.dwd-r-bck2 li:last-child{border-bottom:none;}
.dwd-l-show{padding:20px 20px 13px 20px; margin:20px auto; background-color:#f6f6f6;}
.dwd-l-show b{margin:0; font-size:13px; color:#333;}
.dwd-l-show p{margin:7px 0; font-size:12px; color:#777;}
.dlwabtns{display:inline-block; width:138px; height:48px; margin-right:12px; position:relative; line-height:48px; text-align:center; font-size:16px; color:#fff; background-color:#00a1cc; text-decoration:none; border-radius:5px; }
.dwd-l-text .dlwabtns:hover{color:#fff; text-decoration:none; background-color:#03b2e1;}

/*fenqi item 2020-6-8*/
.dxn-bg{padding:40px 0 20px 0; background-color:#f9f9f9;}
.dxn-l{width:893px; float:left;}
.dxn-r{width:292px; float:right;}
.dxn-lbck1{padding:26px 25px 20px 25px; margin-bottom:15px; background-color:#fff;}
.dxn-lbck1&gt;p{width:100px; float:left; text-align:center;}
.dxn-lbck1&gt;p a{display:inline-block; width:72px; height:23px; margin-top:13px; line-height:25px; border-radius:20px; border:1px solid #008fcc; font-size:12px; color:#008fcc;}
.dxn-lbck1&gt;p a:hover{text-decoration:none; color:#fff; background-color:#008fcc;}
.dxn-lbck1-text{width:690px; margin-left:35px; float:left; position:relative;}
.dxn-lbck1 h3{margin-top:5px; font-size:26px;}
.dxn-lbck1-text p{margin:14px 0 18px 0; font-size:12px; color:#333;}
.dxn-lbck1-text i{display:inline-block; height:10px; margin:0 10px; border-right:1px solid #e0e8f5;}
.dxn-lbck1-text p span{cursor:pointer;}
.dxn-lbck1-text p span:before{content:""; display:inline-block; width:17px; height:17px; margin-right:5px; position:relative; top:-2px; vertical-align:middle; background:url(../image/dxn-lbck-warn.png) no-repeat;}
.dxn-lbck1-text div,dxn-lbck1-text p{width:500px;}
.dxn-lbck1-text div span{display:inline-block; height:28px; padding:0 14px; margin:0 8px 8px 0; line-height:30px; border-radius:20px; background-color:#f5f5f5;}
.dxn-lbck1 div&gt;a:hover{color:#fff; text-decoration:none; background-color:#09A2B7;}
.dxn-lbck1-text p a:hover{text-decoration:none; color:#09A2B7;}
.dxn-lbck1-text p b{font-size:12px; font-weight:400;}
.dxn-lbck1-text .dxn-lbtn{width:149px; height:40px; padding:0; margin:0; line-height:40px; border-radius:3px; text-align:center; font-size:15px; color:#fff; position:absolute; right:10px; top:65px; background-color:#ff6b6b;}
.dxn-lbck1-text .dxn-lbtn:hover{background-color:#fb5f5f;}
.dxn-lbck2{padding:19px 25px; margin-bottom:15px; line-height:1.9; font-size:14px; color:#999; background-color:#fff;}
.dxn-lbck2 b{font-size:15px; font-weight:bold;}
.dxn-lbck3{height:auto; overflow:""; padding:55px 40px; margin-bottom:15px; position:relative; background-color:#fff;}
.dxn-l .dxn-l-hide{max-height:2325px; overflow:hidden;}
.dxn-lbck3 img{display:block; max-width:100%; height:auto;}
.dxn-lbck3 p{width:100%; height:198px; background:url(../image/dxn-lbck-clear.png) no-repeat; position:absolute; bottom:0; left:0; z-index:5;}
.dxn-lbck3 a{display:block; width:390px; height:48px; margin:99px auto 0 auto; line-height:48px; text-align:center; font-size:16px; color:#999; border:1px solid #00c1c8;}
.dxn-lbck3 a:hover{text-decoration:none; color:#fff; background-color:#09A2B7;}
.dxn-lbck3 a i{font-style:normal; color:#09A2B7;}
.dxn-lbck3 a:hover i{color:#fff;}
.dxn-lbck3 a b{font-weight:400;}
.dxn-lbck4{height:105px; padding:35px 40px; margin:15px auto; background-color:#fff;}
.dxn-lbck4-code{width:400px; float:left;}
.dxn-lbck4-code img{float:left; margin-right:37px;}
.dxn-lbck4-code h4{margin:5px 0 10px 0; font-size:24px; color:#333;}
.dxn-lbck4-code p{line-height:1.5; font-size:15px; color:#999;}
.dxn-lbck4-btn{width:250px; height:70px; margin-bottom:15px; float:right; text-align:center;}
.dxn-lbck4-btn a:hover{text-decoration:none;}
.dxn-lbck4-btn&gt;a{display:block; width:250px; height:46px; margin:20px auto 10px auto; line-height:46px; color:#fff; font-size:16px; background-color:#ff6a6a;}
.dxn-lbck4-btn&gt;a:hover{background-color:#fc5858;}
.dxn-lbck4-btn p a{color:#999; font-size:12px;}
.dxn-lbck4-btn p a:hover{color:#09A2B7;}
.dxn-lbck4-btn i{display:inline-block; height:12px; margin:0 10px; position:relative; top:1px; border-right:1px solid #e5e5e5;}
.dxn-lbck5{height:48px; margin:0 auto 15px auto; font-size:12px; color:#333; background-color:#fff;}
.dxn-lbck5 li{line-height:48px; width:37.5%; padding-left:11.5%; float:left; position:relative;}
.dxn-lbck5 li:nth-child(1):after{content:""; display:inline-block; height:16px; border-left:1px solid #d5d5d5; position:absolute; top:15px; right:0;}
.dxn-lbck5 a:hover{text-decoration:none; color:#09A2B7;}
.dxn-lbck6{margin-bottom:15px; padding:25px 32px 10px 32px; background-color:#fff;}
.dxn-lbck6 h6{margin:0 0 10px 0; padding-bottom:15px; border-bottom:1px dashed #999; font-size:17px; font-weight:bold; color:#333;}
.dxn-lbck6 p{padding:20px 0 25px 65px; border-bottom:1px solid #f8f8f8; background:url(../image/preview.png) no-repeat -100px 20px; position:relative;}
.dxn-lbck6 p:hover span{color:#09A2B7;}
.dxn-lbck6 p:last-child{border-bottom:none;}
.dxn-lbck6 span{display:inline-block; margin:0 0 15px 0; font-size:14px; color:#333;}
.dxn-lbck6 i{font-size:13px; font-style:normal; color:#999;}
.dxn-lbck6 a{display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
.dxn-lbck7{padding:20px 38px 10px 38px; margin-top:15px; background-color:#fff;}
.dxn-lbck7 p{margin-bottom:13px; font-size:14px; color:#666;}
.dxn-lbck7 a{width:20%; margin-bottom:13px; float:left; color:#555; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.dxn-lbck7 a:hover{text-decoration:none; color:#09A2B7;}
.dxn-rbtn{padding:15px 20px; margin-bottom:15px; background-color:#fff;}
.dxn-rbtn a{display:block; width:100%; height:43px; line-height:43px; border:1px solid #ff3f12; text-align:center; font-size:16px; color:#ff3f12; font-weight:bold;}
.dxn-rbtn a:hover{text-decoration:none; color:#fff; background-color:#ff3f12;}
.dxn-rbtn a:before{content:""; display:inline-block; width:15px; height:16px; margin-right:10px; position:relative; top:2px; background:url(../image/dxn-r-btn.png) 0 0 no-repeat;}
.dxn-rbtn a:hover:before{background-position:0 -16px;}
.dxn-rbck1{padding:15px 20px 12px 20px; margin-bottom:15px; background-color:#fff;}
.dxn-rbck1 h6{margin:0; font-size:16px; color:#333;}
.dxn-rbck1 div{height:52px; margin:15px 0 10px 15px; padding:5px 0 0 60px; background:url(../image/dxn-r-face.png) no-repeat;}
.dxn-rbck1 span{color:#999; font-size:12px; position:relative; top:7px;}
.dxn-rbck1 i{font-style:normal; font-size:14px; font-weight:bold; color:#407fce;}
.dxn-rbck1 p{margin:0 0 10px 15px; font-size:13px; color:#333;}
.dxn-rbck2{padding:20px 0; background-color:#fff;}
.dxn-rbck2 h6,.dxn-rbck3 h6{margin:0; padding:0 0 15px 24px; font-size:16px; color:#333; border-bottom:1px solid #f1f1f1;}
.dxn-rbck2 .box-item{margin:0 20px;}
.dxn-rbck3{margin:0 0 15px 0; background-color:#fff;}
.dxn-rbck3 .work-box ul li{padding:10px 0; margin:0 16px; border:none; border-bottom:1px solid #f1f1f1;}
.dxn-rbck3 .work-box ul li:last-child{border-bottom:none;}
.dxn-rbck3 h6{padding-top:15px;}

/*tips*/
.dxn-tips{width:508px; height:282px; padding:20px 25px 0 28px; border-radius:5px; font-size:12px; box-shadow:0 0 20px rgba(108,108,108,.25); position:absolute; top:50%; left:50%; margin-top:-151px; margin-left:-281px; z-index:10; background-color:#fff;}
.dxn-tips p{margin-bottom:5px;}
.dxn-tipsurl span{float:left;}
.dxn-tipsurl p{width:403px; float:left;}
.dxn-tipsurl a{color:#09A2B7; text-decoration:underline;}
.dxn-tipsurl input{display:inline-block; width:13px; height:13px; margin:0 4px 0 0; position:relative; top:2px; appearance:checkbox; -webkit-appearance:checkbox;}
.dxn-tipsot{width:100%;}
.dxn-tipsot&gt;span{float:left;}
.dxn-tipsot div{width:445px; float:left; text-align:left;}
.dxn-tipsot input{display:inline-block; width:13px; height:13px; margin-right:3px; appearance:radio; -webkit-appearance:radio; position:relative; top:2px;}
.dxn-tipsot p{margin-bottom:0;}
.dxn-tipsot div span{display:inline-block; width:93%; padding:1px 5px; border-radius:2px; background-color:#f4f4f4;}
.dxn-tipsot .radio span{background-color:#d7e9fe;}
.dxn-tipscon{margin:15px 0 22px 0;}
.dxn-tipscon span{float:left;}
.dxn-tipscon b{font-weight:400; color:#888;}
.dxn-tipscon textarea{width:435px; height:48px; margin-left:5px; resize:none; border:1px solid #999;}
.dxn-tipsbtn{text-align:right;}
.dxn-tipsbtn input{display:inline-block; width:65px; height:30px; font-size:14px; cursor:pointer; border:1px solid #09A2B7;}
.dxn-tipsend{color:#09A2B7; background-color:transparent;}
.dxn-tipsend:hover{color:#fff; background-color:#09A2B7;}
.dxn-tipscan{margin-right:4px; color:#fff; background-color:#09A2B7;}
.dxn-tipscan:hover{border-color:#09A2B7; background-color:#01afda;}
.dxn-tipsbtn span{float:left; margin-left:66px;}
.dxn-code-bg,.dxn-tips-bg,.dxn-author-bg{display:none; width:100%;height:100%; position:fixed; top:0; left:0; z-index:20; background-color:rgba(0,0,0,0.2);}
.dxn-code-bg&gt;div{width:680px; height:226px; position:fixed; top:50%; left:50%; margin-top:-133px; margin-left:-340px;}
.down-div{position:relative;}
.down-div&gt;span{font-size:26px; color:#999; font-weight:300; cursor:pointer; position:absolute; top:5px; right:12px;}
.dxn-author-bg div{width:400px; height:235px; text-align:center; overflow:hidden; background-color:#fff; position:absolute; top:50%; left:50%; margin-top:-150px; margin-left:-200px; border-radius:5px;}
.dxn-author-bg h4{margin-top:30px; font-size:20px; color:#333; font-weight:400;}
.dxn-author-bg p{width:85%; margin:20px auto; line-height:1.8; font-size:13px;}
.dxn-author-bg a{display:inline-block; width:140px; height:35px; line-height:35px; color:#008fcc; font-size:14px; border:1px solid #008fcc;}
.dxn-author-bg a:hover{text-decoration:none; color:#fff; background-color:#008fcc;}
.dxn-author-bg span{font-size:23px; color:#999; font-weight:300; cursor:pointer; position:absolute; top:5px; right:12px;}

/*2020-9-25 publishing company*/
/*list*/
.dxsbg{padding:1px 0 20px 0; background-color:#f9f9f9;}
.dxsbg a:hover{text-decoration:none;}
.dyoshai{background-color:#fff;}
.dyoshai label{display:block; padding-top:3px; margin-top:3px; border-top:1px dashed #e7e7e7;}
.dyoshai&gt;div{padding:10px 15px 10px 31px; border-bottom:1px solid #f1f0f0;}
.dyoshai&gt;div:last-child{border-bottom:none;}
.dyoshai .dyochoi{border-bottom:none;}
.dyoshai b{width:115px; float:left; margin-top:6px; font-size:14px;}
.dyoshai&gt;div&gt;p{display:inline-block; width:958px; float:left; margin-top:2px; overflow:hidden;}
.dyoshai p a{display:inline-block; padding:0 7px 1px 6px; margin:0 7px 3px 0; color:#777; font-size:14px; border:1px solid #fff;}
.dyoshai p a:hover{color:#00acee;}
.dyoshai&gt;div&gt;a{height:24px; padding:0 12px; float:left; margin:2px 20px 0 0; line-height:24px; text-align:center; color:#777; border:1px solid #fff;}
.dyoshai&gt;div&gt;a.action{color:#00acee; border:1px solid #00acee;}
.dyoshai&gt;div&gt;p .action,.dyoshai&gt;div&gt;p a:hover,.dyoshai&gt;div&gt;a:hover{color:#fff; background-color:#00acee;}
.dyoshai&gt;div&gt;span{position:relative; top:5px; color:#777; cursor:pointer; position:relative;}
.dyoshai&gt;div&gt;span:after{content:""; display:inline-block; width:10px; height:6px; margin-left:3px; background:url(../image/filter.png) 0 -20px no-repeat; position:absolute; top:3px;}
.dyoshai&gt;div&gt;span.acrotate:after{transform:rotate(180deg);}
.dyochoi b{font-weight:400; color:#777;}
.dyoshai .dyochoi p{display:inline-block; width:auto; margin-left:5px;}
.dyochoi p a{padding:2px 10px; margin-right:10px; border:1px solid #a2c3ff; font-size:12px; color:#00acee; background-color:#f7f9ff;}
.dyochoi i{display:inline-block; height:100%; margin-left:5px; font-size:14px; font-style:normal;}
.dyosort{width:1200px; height:52px; margin:20px auto 20px auto; background-color:#fff;}
.dyosort&gt;a{display:inline-block; width:119px; line-height:52px; color:#69697e; font-size:13px; text-align:center; border-right:1px solid #f5f4fc;}
.dyosort&gt;a:hover,.dyosort .active{color:#fe1960;}
.dyosort&gt;a:hover:after{background-position:0 0;}
.dyosort&gt;a:after{content:""; display:inline-block; width:9px; height:10px; margin-left:5px; background:url(../image/dyo-arrows.png) 0 -10px no-repeat;}
.dyosort .active:after{background-position:0 0;}
.dyosort div{display:inline-block; float:right; margin-right:15px;}
.dyosort-r&gt;a{display:inline-block; width:116px; height:30px; margin:10px 20px 0 0; line-height:30px; border-radius:3px; font-size:13px; color:#fe1926; text-align:center; border:1px solid #fe1926;}
.dyosort-r&gt;a:hover{background-color:#fe1926; color:#fff;}
.dyosort-r p{display:inline-block; font-size:13px; color:#69699c;}
.dyosort-r p i{font-style:normal; color:#fe1926;}
.dyosort-r p a{display:inline-block; width:22px; height:22px; margin-top:4px; line-height:22px; text-align:center; border-radius:3px; font-size:13px; color:#d5e2f3; border:1px solid #eaeaea;}
.dyosort-r p a:hover{color:#fff; background-color:#fe1926;}
.dxscon{width:1200px; margin:20px auto;}
.dxscon div{padding:25px 28px; margin-bottom:17px; background-color:#fff;}
.dxscon h3{margin-bottom:13px;}
.dxscon h3 a{font-size:24px; font-weight:bold;}
.dxscon h3 a:hover{color:#00a1cc;}
.dxscon a:hover{text-decoration:none;}
.dxscon strong{font-size:14px; color:#333;}
.dxscon div&gt;a{font-size:14px; color:#777;}
.dxscon div&gt;a:hover{color:#00a1cc;}
.dxscon i{display:inline-block; height:15px; margin:0 20px; border-left:1px solid #eee; position:relative; top:2px;}
.dxscon p{margin-top:14px; padding-top:12px; border-top:1px solid #f9f9f9; line-height:1.75; font-size:14px; color:#777;}
.dxsconsear{width:100%; margin:0 auto;}
.dxsconsear div{margin:0; border-bottom:1px solid #eee;}
.dxspage{width:1200px; margin:0 auto; overflow:hidden; background-color:#fff;}
.dxspage&gt;div{margin:19px auto;}
/*detail*/
.dxspro{width:1200px; margin:10px auto 0 auto; padding-bottom:50px;}
.dxspro-l{width:514px; height:384px; float:left; border-radius:5px; text-align:center; overflow:hidden; background:#23a7f7 url(../image/dxspro-l-bg.png) no-repeat;}
.dxspro-l h2{width:92%; margin:87px auto 0 auto; font-size:32px; font-weight:bold; color:#fff;}
.dxspro-l p{width:368px; height:43px; margin:16px auto 26px auto; line-height:43px; border:1px solid #bde7fd;}
.dxspro-l a{font-size:19px; color:#fff;}
.dxspro-l a:hover{text-decoration:none; color:#ddd;}
.dxspro-l i{display:inline-block; height:20px; margin:0 15px; position:relative; top:3px; border-left:1px solid #50baf8; }
.dxspro-l span{font-size:18px; color:#fff; font-weight:300; opacity:.8;display: block;margin-top: 20px;}
.dxspro-r{width:659px; float:right;}
.dxspro-r h1{margin:-5px 0 12px 0; font-size:30px; font-weight:bold; color:#333;}
.dxspro-r p{margin-bottom:2px; line-height:1.8; font-size:14px; color:#777;}
.dxspro-r p a{font-size:14px; color:#777;}
.dxspro-r p a:hover{color:#00a1cc;}
.dxspro-r b{margin-right:5px; font-size:inherit; color:#333;}
.dxspro-r strong{font-size:25px; color:#f44444;}
.dxspro-r strong i{font-size:18px; color:inherit; font-style:normal;}
.dxspro-r&gt;a{display:inline-block; height:20px; padding:0 8px; margin-right:7px; line-height:20px; border:1px solid #00a1cc; font-size:12px; color:#00a1cc;}
.dxspro-r a:hover{text-decoration:none;}
.dxspro-r&gt;a:hover{color:#fff; background-color:#00a1cc;}
.dxsprol{margin-top:13px; padding-top:11px; border-top:1px solid #f2f2f2;}
.dxspro-r .dxsprol{margin-bottom:11px;}
.dxspro-r .dxsprol a,.dxspro-r .dxsprol a:hover{font-size:14px; color:#777;}
.dxspro-btn{margin:14px 0 0 0;}
.dxspro-btn a{display:inline-block; width:125px; height:48px; margin-right:10px; line-height:48px; border-radius:5px; border:1px solid #f44444; font-size:14px; color:#f44444; text-align:center;}
.dxspro-btn .dxspro-btn1{font-size:17px; color:#fff; font-weight:bold; background-color:#f44444;}
.dxspro-btn .dxspro-btn1:hover{background-color:#f12c2c;}
.dxspro-btn a:hover{color:#fff; background-color:#f44444;}
.dxsdet{padding:25px 0; background-color:#f9f9f9;}
.dxsbox{width:1200px; margin:0 auto;}
.dxsbox-l{width:819px; float:left; padding:0 43px 40px 43px; overflow:hidden; background-color:#fff;}
.dxsbox-nav{width:913px; margin-left:-50px; padding-left:50px; border-bottom:1px solid #eee;}
.dxsbox-nav a{display:inline-block; height:58px; padding:0 5px; margin:0 58px 0 -20px; line-height:58px; font-size:16px; color:#333; position:relative;}
.dxsbox-nav a:after{content:''; display:inline-block; height:16px; border-left:1px solid #f2f2f2; position:absolute; top:20px; right:-25px;}
.dxsbox-nav a:hover{text-decoration:none; color:#00a1cc;}
.dxsbox-nav .action{font-weight:bold; color:#00a1cc; border-bottom:2px solid #00a1cc;}
.dxsbox-l&gt;p{width:115%; margin-left:-45px; border-top:1px solid #f0f0f0;}
.dxsbox-l h3{margin:38px 0 16px 0; padding-bottom:12px; border-bottom:1px solid #f2f2f2; color:#333; font-weight:bold; font-size:22px;}
.dxsbox-l h3 i{float:right; font-size:14px; color:#999; font-weight:400; font-style:normal; position:relative; top:10px;}
.dxstext p{margin-bottom:23px; line-height:1.75; font-size:15px; color:#333;}
.dsxser p{margin-bottom:15px; font-size:14px; color:#999;}
.dsxser p strong{margin-right:20px; font-size:16px; color:#333;}
.dxslink p{font-size:0;}
.dxslink a{display:inline-block; width:154px; height:54px; margin:0 9px 10px 0; line-height:54px; text-align:center; border:1px solid #e9eef2; font-size:14px; color:#333;}
.dxslink p a:nth-child(5n){margin-right:0;}
.dxslink a:hover{text-decoration:none; color:#00acee; border-color:#00acee;}
.dxsres div{width:836px; height:214px; border-radius:5px; text-align:center; background:#706d74 url(../image/dxsres-bg.png) no-repeat; background-size:cover;}
.dxsres p{width:147px; float:left; margin-top:49px; font-size:18px; font-weight:bold; color:#fff;}
.dxsres1{margin-left:40px;}
.dxsres span{display:block; width:59px; height:59px; margin:0 auto 25px auto; line-height:59px; border-radius:100%; border:1px solid #726f78; font-size:24px; color:#fff; font-weight:bold; position:relative; z-index:4;}
.dxsres span:after{content:""; display:inline-block; width:39px; height:39px; border-radius:100%; background-color:#817f86; position:absolute; top:50%; left:50%; margin-top:-20px; margin-left:-20px; z-index:-1;}
.dxsres span:before{content:""; display:inline-block; width:90px; border-top:1px solid #7d7b83; position:absolute; top:29px; right:-90px;}
.dxsres .nomr,.dxsadv .nomr{margin-right:0;}
.dxsres .nomr span:before{display:none;}
.dxsadv div{width:342px; height:110px; padding:0 30px; margin:0 14px 14px 0; float:left; overflow:hidden; position:relative; border-radius:5px; background-color:#f9f9f9;}
.dxsadv div:hover h5,.dxsadv div:hover p{color:#00a1cc;}
.dxsadv div a{display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
.dxsadv h5{margin:15px 0 10px 0; font-size:18px; font-weight:bold; color:#555;}
.dxsadv p{line-height:1.6; font-size:14px; color:#999;}
.dxsqus-a div{padding:0 30px; margin-bottom:10px; background-color:#fafafa; cursor:pointer;}
.dxsqus-a h4{height:44px; line-height:44px; font-size:15px; color:#333; font-weight:400;}
.dxsqus-a div:hover h4,.dxsqus-a div:hover h4:after{color:#00a1cc;}
.dxsqus-a div:hover h4:after,.dxsqus-a div.action h4:after{-webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg);}
.dxsqus-a h4:after{content:"&gt;"; float:right; font-size:17px; color:#999; position:relative; top:3px; -webkit-transition:transform 0.4s ease; -moz-transition:transform 0.4s ease; -ms-transition:transform 0.4s ease; transition:transform 0.4s ease;}
.dxsqus-a p{display:none; padding-bottom:10px; font-size:13px; line-height:1.7;}
.dxsbox-r{width:277px; float:right;}
.dxsbox-r&gt;div{margin-bottom:20px; padding:0 20px; overflow:hidden; background-color:#fff;}
.dxsbox-r h4{height:53px; line-height:56px; font-size:18px; color:#333; font-weight:400; border-bottom:1px solid #f4f4f4;}
.dxsbck1&gt;div{padding:20px 0; border-bottom:1px solid #f4f4f4; position:relative;}
.dxsbck1 span{display:inline-block; width:24px; height:24px; float:left; margin-top:4px; background:url(../image/dxsqik-icon.png) no-repeat;}
.dxsbck1 .dximg2{background-position:-24px 0;}
.dxsbck1 .dximg3{background-position:-48px 0;}
.dxsbck1 .dximg4{background-position:-72px 0;}
.dxsbck1&gt;div:hover .dximg2{background-position:-24px -24px;}
.dxsbck1&gt;div:hover .dximg3{background-position:-48px -24px;}
.dxsbck1&gt;div:hover .dximg4{background-position:-72px -24px;}
.dxsbck1&gt;div:hover span{background-position:0 -24px;}
.dxsbck1 div div{width:193px; float:left; margin-left:12px;}
.dxsbck1 h5{margin:0 0 8px 0; font-weight:bold; font-size:14px; color:#333;}
.dxsbck1 p{font-size:14px; color:#777;}
.dxsbck1 a{display:block; width:100%; height:100%; position:absolute; top:0; left:0;} 
.dxsbck1&gt;div:hover h5,.dxsbck1&gt;div:hover p{color:#00acee;}
.dxsbck2 p{padding-bottom:5px; margin-top:23px; font-size:0;}
.dxsbck2 a{display:inline-block; height:24px; padding:0 12px; margin:0 12px 15px 0; line-height:24px; font-size:12px; color:#333; text-align:center; border-radius:15px; border:1px solid #eee;}
.dxsbck2 a:hover{text-decoration:none; color:#fff; background-color:#00acee;}
.dxsbck3 ul{margin-top:15px; padding-bottom:10px;}
.dxsbck3 li{}
.dxsbck3 a{display:inline-block; height:44px; line-height:40px; font-size:14px; color:#333;}
.dxsbck3 i{display:inline-block; width:19px; height:19px; margin-right:13px; line-height:19px; text-align:center; border-radius:100%; font-size:14px; font-style:normal; color:#333;}
.dxsbck3 a:hover{text-decoration:none; color:#00acee;}
.dxsbck3 li:nth-child(1) i{color:#fff; background-color:#f00;}
.dxsbck3 li:nth-child(2) i{color:#fff; background-color:#ff7800;}
.dxsbck3 li:nth-child(3) i{color:#fff; background-color:#ffba00;}
.dxsbck4-c&gt;div{padding:20px 0 23px 0; border-bottom:1px solid #f3f3f3;}
.dxsbck4-c&gt;div&gt;a{display:inline-block; width:75px; height:100px; float:left; position:relative;}
.dxsbck4-c img{width:75px; height:100px;}
.dxsbck4-c .hx:after{content:''; display:inline-block; width:19px; height:41px; background:url(../image/hx.png) no-repeat; position:absolute; top:0; left:0;}
.dxsbck4-c div div{display:inline-block; width:138px; float:right;}
.dxsbck4-c h5{margin:0 0 7px 0;}
.dxsbck4-c h5 a{line-height:1.6; font-size:16px; font-weight:400;}
.dxsbck4-c h5 a:hover{text-decoration:none; color:#00acee;}
.dxsbck4-c p{margin-bottom:7px; font-size:12px; color:#666;}
.dxs-nav-box{border:none; text-indent:0;}
.dxs-nav-box a{padding:0 10px 0 0;}

/*2020-11-18*/
.doscrum{width:1200px; height:40px; line-height:42px; margin:0 auto;}
.doscrum a,.doscrum span{font-size:14px; color:#777;}
.doscrum a:after{content:"&gt;"; margin:0 3px 0 5px; font-size:14px; color:#777;}
.doscrum a:hover{text-decoration:none; color:#09A2B7;}
.favolisa{width:auto; margin:15px 0 15px 0; padding:20px 5px 10px 0; background-color:#fff;}
.favolisa ul li{width:205px; margin-left:29px; margin-right:-3px;}
.favolisa ul li.box-item .item-image{border-color:#fff;}
.dostr .page-box{margin:10px auto 15px auto; padding:6px 0; background-color:#fff;}
.dostr1 .bbs{background-color:#fff;}
.dostr1 .box-bbs dd{margin-bottom:2px; padding:28px 10px 11px 10px; background-color:#fff;}
.dostr1 .content-box .box-con,.dostr1 .content-box{margin:0;}
.dostr1 .box-bbs .split{padding:0 10px;}
.dostr1 .shop{background-color:#fff;}
.dostr1 .list-box .box-item .item-c{width:635px;}
.dostr1 .list-box .box-item .item-param li.nofloat{width:auto;}
.table-list table tfoot tr,.table-list table tfoot tr{background-color:transparent;}
.table-list table tfoot{border-bottom:none;}
.dxcartbg{background-color:#f5f8fa; overflow:hidden;}


@media screen and (max-width:1200px){
	.top-box,.menu-box,.copyright-bg{width:1200px;}
}

/* 1.14 新 */
.dxn-lbck1-text-new{
	width: 100%;
	margin-left: 0;
	text-align: center;
}
.dxn-lbck1-text-new i{
	margin: 0 20px;
}
.dxn-lbck1-text-new p{
	font-size: 13px;
	color: #999;
}
.dxn-lbck1-text-new p span:before{
	display: none;
}
.dxn-lbck1-text-new p span{
	margin-right: 10px;
}
.dxn-lbck1-text-new p span:last-of-type{
	margin-right: 0;
}
.dxn-lbck1-new{
	margin-bottom: 0;
}
.dxn-lbck1-new&gt;p{
	width: auto;
	text-align: left;
	color: #333;
	padding: 0 30px;
}
.dxn-lbck1-new .tips {
    font-size: 12px;
    color: #999;
}
.info-box-new{
	min-height: auto;
	border-left: none;
	background-color: #fff;
	text-align: center;
	padding: 20px 0 30px 0;
}
.qkxx-box{
	width: 100%;
	/* height: 174px; */
	background-color: #fff;
	margin-top: 14px;
}
.qkxx-box .box-con{
	padding: 20px;
}
.qkxx-box .box-image{
	float: left;
}
.qkxx-box .box-info{
	float: left;
	width: 84%;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-left: 28px;
}
.qkxx-box .box-info a {
    display: block;
    font-size: 16px;
    font-weight: bold;
	color: #333;
}
.qkxx-box .box-info &gt;p{
	width: 690px;
	color: #999;
	font-size: 13px;
	padding-left: 8px;
	margin-top: 6px;
}
.qkxx-box .box-info a.qkxx-box-btn {
    width: 88px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #1b84f0;
    color: #11acde;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
	margin-left: 8px;
}
.dxn-r-top{
	height: 122px;
	padding: 20px 12px 20px;
	background-color: #fff;
}
.dxn-r-top h6{
	margin: 0;
	padding-bottom: 10px;
	font-size: 16px;
	color: #333;
}
.dxn-r-top .work-box ul li{
	width: 90px;
	height: 80px;
	float: left;
	margin-right: 10px;
	text-align: center;
	background-color: #f9f9f9;
}
.dxn-r-top .work-box ul li:last-of-type{
	margin-right: 0;
}
.dxn-r-top .work-box i{
	width: 40px;
	height: 30px;
	margin: 10px auto 0;
	float: none;
	background-size: 145px;
}
.dxn-r-top .work-box .item-con{
	width: auto;
	margin: 0;
	float: none;
}
.dxn-r-top .work-box .item-con h2{
	font-size: 14px;
}
.dxn-r-top .work-box ul li:first-child{
	margin-top: 10px;
}
.dxn-r-top .work-box i.img4 {
    background-position: -37px 0;
}
.dxn-r-top .work-box i.img2 {
    background-position: -110px 0;
}
.dxn-r-top .work-box ul li:hover i.img1{
    background-position: 0 -30px;
}
.dxn-r-top .work-box ul li:hover i.img2{
    background-position: -110px -30px;
}
.dxn-r-top .work-box ul li:hover i.img4{
    background-position: -37px -30px;
}
/* 期刊内页提示 */
.important-tips{
	font-size: 12px;
	color: #999;
	height: 54px;
	line-height: 54px;
}
/* 工商 */
.btn-gongshang{
	display: inline-block;
	height: 22px;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom: 4px;
}
.btn-gongshang img{
	width: 100%;
}
/* 公安部备案图标 */
.gabba:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../image/icon_gaba.png) no-repeat center;
	margin:0 4px 4px 0;
	vertical-align: middle;
}

/* 订阅改版 */
.container *{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.nosetBoxsizng *{-moz-box-sizing: unset;-webkit-box-sizing: unset;-o-box-sizing: unset;-ms-box-sizing: unset;box-sizing: unset; }
.nav-box{
	margin: 20px auto;
}
.xsc-dy-content .info-box{
	padding: 0 20px;
}
.xsc-dy-content .info-box .box-title{
	height: 76px;
	line-height: 76px;
	margin: 0;
	border-bottom: 1px solid #ececec;
}
.xsc-dy-content .info-box .box-title h3{
	height: 76px;
	line-height: 76px;
}
.xsc-dy-content .info-box .box-item{
	margin: 15px 0 10px 0;
}
.xsc-dy-content .info-box .box-item ul li a{
	color: #333;
}
.xsc-dy-content .info-box .box-item-normal ul li{
	margin-bottom: 5px;
}
.xsc-dy-content .info-box .box-price{
	padding: 20px;
	background-color: #f8f8f8;
	margin: 0 auto 24px;
}
.xsc-dy-content .info-box .box-price .price-sell span, .xsc-dy-content .info-box .box-price .price-sell i{
	font-size: 18px;
	font-weight: bold;
	color: #ff0101;
	margin-right: 0;
}
.xsc-dy-content .info-box .box-price .price-sell span.sell-discount {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	padding: 0 4px;
	color: #fff;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	background-color: #c40000;
	vertical-align: middle;
}
.xsc-dy-content .info-box .box-price .price-sell .sell-offline {
	margin-left: 0;
	line-height: 50px;
}
.xsc-dy-content .info-box .box-price dl dt{
	width: 60px;
}
.xsc-dy-content .info-box .box-price .price-market .market-val, .xsc-dy-content .info-box .box-price .price-market i{
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
	margin-right: 0;
}
.xsc-dy-content .info-box .box-price .sale-info ul li{
	line-height: 43px;
}
.xsc-dy-content .goods-box dl dt{
	height: 32px;
	line-height: 32px;
	color: #333;
}
.xsc-dy-content .goods-box dl dd ul li{
	margin: 0 15px 10px 0;
}
.xsc-dy-content .goods-box{
	margin: 0;
	padding: 0;
}
.xsc-dy-content .goods-box dl dd{
	width: 740px;
	line-height: 28px;
}
.xsc-dy-content .goods-box dl{
	margin: 0 0 9px 0;
}
.xsc-dy-content .goods-box .box-nums{
	padding-top: 0;
}
.xsc-dy-content .goods-box .box-nums a{
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin-bottom: 1px;
}
.xsc-dy-content .goods-box .box-nums input{
	height: 24px;
	line-height: 24px;
}
.xsc-dy-content .goods-box{
	min-height: auto;
}
.xsc-dy-content .info-box .box-cart{
	padding: 0;
	margin-top: 20px;
}
.xsc-dy-content .info-box .box-cart a{
	margin: 0 10px 0 0;
}
.xsc-dy-content .info-box{
	min-height: 492px;
}
.xsc-dy-content .preview-box{
	height: 492px;
}
.xsc-dy-content .body-info .box-title{
	height: 44px;
}
/* 热卖榜 */
.xsc-dy-hot{
	margin: 30px 0;
}
.xsc-dy-hot table{
	width: 100%;
}
.xsc-dy-hot table tr th{
	height: 40px;
	line-height: 40px;
	background-color: #009ae0;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.xsc-dy-hot table tr td{
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
	color: #777;
}
.xsc-dy-hot table tr td.name{
	color: #333;
	font-weight: bold;
}
.xsc-dy-hot table tr.td-line:nth-child(odd){
	background-color: #f7f7f7;
}
.xsc-dy-hot table tr.td-line:nth-child(even){
	background-color: #fff;
}
.xsc-dy-hot table tr.td-line:nth-of-type(2) td.num{
	color: #ff1c04;
}
.xsc-dy-hot table tr.td-line:nth-of-type(3) td.num{
	color: #ff8a01;
}
.xsc-dy-hot table tr.td-line:nth-of-type(4) td.num{
	color: #ffb400;
}
/* 页脚举报中心 */
.block-jbzx{
	padding-top: 0 !important;
	padding-bottom: 26px !important;
}
.block-jbzx a{
	display: inline-block;
	width: 83px;
	height: 30px;
}
.block-jbzx a img{
	width: 100%;
}
.block-jbzx a:nth-of-type(2){
	margin:0 10px;
}
.ad-xsm-sci{
	margin: 10px auto 20px;
}
.ad-xsm-sci&gt;a{
	display: block;
	width: 100%;
	height: 100px;
	background: url(../image/bg_block_ad_sci.png) no-repeat center;
	background-size: cover;
}
.ad-xsm-sci&gt;a:hover{
	opacity: .8;
}
.block-mzsm p{
	font-size: 12px;
	color: #999;
	line-height: 1.75;
	text-indent: 0 !important;
}

/* 期刊知识、范文迭代 */
.xcm-fanwen-list .left-list{
	width: 920px;
}
.xcm-fanwen-list .right-bar{
	width: 250px;
	margin-top: 20px;
}
.xcm-fanwen-list .list-box .box-item{
	padding: 20px 0;
	border: none;
	border-bottom: solid 1px #eeeeee;
}
.xcm-fanwen-list .list-box .box-item .item-image{
	width: 90px;
	height: 124px;
}
.xcm-fanwen-list .list-box .box-item .item-image img{
	width: 100%;
	height: 100%;
}
.xcm-fanwen-list .list-box .box-item .item-abstract{
	margin-left: 10px;
	width: 98%;
	/*
	margin-left: 30px;
	width: 798px;
	*/
}
.xcm-block-keywords .xcm-fanwen-list .list-box .box-item .item-abstract{
	width: 860px;
}
.xcm-fanwen-list .list-box .box-item .item-zhishi{
	margin-left: 0;
	width: 100%;
}
.xcm-fanwen-list .list-box .box-item .item-title{
	height: auto;
	line-height: 1;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xcm-fanwen-list .list-box .box-item .item-title h4{
	height: auto;
	line-height: 1;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.xcm-fanwen-list .list-box .box-item .item-content&gt;p{
	font-size: 13px;
	line-height: 26px;
	color: #777;
	margin: 14px 0;
	text-indent: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xcm-fanwen-list .list-box .box-item .item-content .keysbox{
	font-size: 12px;
	color: #999;
	line-height: 26px;
	text-indent: 0;
}
.xcm-fanwen-list .list-box .box-item .item-content .keysbox&gt;span{
	display: inline-block;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	background-color: #f6f6f6;
	border-radius: 4px;
	border: none;
	font-size: 13px;
	color: #999;
	margin: 0 5px 0 0;
}
.xcm-fanwen-list .list-box .box-item:hover{
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #eee;
}
.xcm-fanwen-list .list-box .box-item:hover a{
	text-decoration: none;
}
.xcm-fanwen-list .list-box .box-item:hover h4{
	color: #09A2B7;
}
.xcm-fanwen-list .list-box .box-item .item-content .datebox{
	font-size: 13px;
	color: #777;
	text-indent: 0;
}
/* 查看更多 */
.btn-more-box&gt;a{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #666;
	height: 48px;
	line-height: 48px;
	border: solid 1px #eee;
	margin: 50px auto;
}
.btn-more-box&gt;a:hover{
	text-decoration: none;
	color: #823f0b;
}

/* 热门文章 */
.xcm-fanwen-list .common-box{
	background-color: #f9f9f9;
	padding: 0 20px;
	margin-bottom: 15px;
}
.xcm-fanwen-list .common-box .box-title{
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: solid 1px #ebebeb;
}
.xcm-fanwen-list .common-box .box-con{
	padding: 15px 0;
}
.xcm-fanwen-list .rmwz-box .box-con li{
	font-size: 13px;
	line-height: 40px;
}
.xcm-fanwen-list .rmwz-box .box-con li p{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xcm-fanwen-list .rmwz-box .box-con li p&gt;a{
	font-size: 14px;
}
.xcm-fanwen-list .rmwz-box .box-con li p.date{
	color: #999;
	line-height: 1;
	font-size: 12px;
}
.xcm-fanwen-list .datexgfw .box-con li{
	border-bottom: 1px solid #eee;
	padding-bottom: 16px;
}
.xcm-fanwen-list .datexgfw .box-con li:last-of-type{
	padding-bottom: 12px;
	border-bottom: none;
}
.xcm-fanwen-list .rmwz-box .box-con li i, .bluejpfw .box-con li i{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 18px;
	color: #666;
	font-size: 13px;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px 4px 0;
	font-style: normal;
}
.xcm-fanwen-list .rmwz-box .box-con li:first-of-type i, .xcm-fanwen-list .rmwz-box .box-con li:nth-of-type(2) i, .xcm-fanwen-list .rmwz-box .box-con li:nth-of-type(3) i{
	background-color: #09A2B7;
	color: #fff;
}
.bluejpfw .box-con li:first-of-type i, .bluejpfw .box-con li:nth-of-type(2) i, .bluejpfw .box-con li:nth-of-type(3) i{
	background-color: #09A2B7;
	color: #fff;
}
.xcm-fanwen-list .rmwz-box .box-con li:hover a, .bluejpfw .box-con li:hover a{
	text-decoration: none;
	color: #09A2B7;
}

/* 热门期刊 */
.xcm-fanwen-list .rmqk-box .box-con li{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
.xcm-fanwen-list .rmqk-box .box-con li:last-of-type{
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: none;
}
.xcm-fanwen-list .rmqk-box .box-con li:hover a{
	color: #09A2B7;
}
.xcm-fanwen-list .rmqk-box .box-con .item-img{
	float: left;
	width: 78px;
	height: 108px;
}
.xcm-fanwen-list .rmqk-box .box-con .item-img img{
	width: 100%;
	height: 100%;
}
.xcm-fanwen-list .rmqk-box .box-con .item-info{
	float: left;
	width: 118px;
	margin-left: 14px;
}
.xcm-fanwen-list .rmqk-box .box-con .item-info h4{
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xcm-fanwen-list .rmqk-box .box-con .item-info p{
	font-size: 12px;
	line-height: 24px;
	color: #777;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xcm-fanwen-list .rmqk-box .box-con .item-info p span{
	color: #09A2B7;
}

/* 范文详情 */
.xcm-fanwen-show .fanwen-title{
	height: auto;
}
.xcm-fanwen-show .fanwen-title h2{
	font-size: 34px;
	line-height: 44px;
	color: #000;
	text-align: center;
	float: none;
}
.xcm-fanwen-show .fanwen-title .but{
	margin-top: 10px;
}
.xcm-fanwen-show .fanwen-title .but:hover{
	opacity: .8;
}
.xcm-fanwen-show .fanwen-title p.time{
	font-size: 13px;
	color: #999;
	margin-top: 20px;
	text-align: center;
}
.xcm-fanwen-show .fanwen-textimg{
	border-radius: 10px;
	margin: 40px auto 0;
}
.xcm-fanwen-show .fanwen-textimg img{
	width: 340px;
	height: 206px;
}
.xcm-fanwen-show .fanwen-show{
	margin-right: 0;
	margin-top: 30px;
}
.xcm-fanwen-show .fanwen-description{
	font-size: 14px;
	color: #999;
	line-height: 26px;
	margin: 50px 0 30px 0;
	padding: 0;
	text-align: justify;
}
.xcm-fanwen-show .fanwen-class-kw{
	margin: 30px 0;
	padding: 15px 0;
}
.xcm-fanwen-show .fanwen-class-kw .box-item{
	line-height: 30px;
}
.xcm-fanwen-show .qkwz-info-box .box-item .con a, .xcm-fanwen-show .qkwz-info-box .box-item li span{
	color: #09A2B7;
}
.xcm-fanwen-show .qkwz-info-box .box-item .con ul li{
	margin-right: 4px;
}
.xcm-fanwen-show .fanwen-body p{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	word-break: break-all;
}
.xcm-fanwen-show .fanwen-body p.mzsm{
	font-size: 12px;
	color: #999;
	line-height: 1.75;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.xcm-fanwen-show .fanwen-body p.mzsm b{
	display: block;
}

/* 翻页 */
.xcm-fanwen-show .page-con{
	margin: 30px auto;
}
.xcm-fanwen-show .page-con ul li{
	display: block;
	width: 100%;
}
.xcm-fanwen-show .page-con ul li a{
	display: block;
	border: none;
	text-align: left;
	height: auto;
	line-height: 32px;
	color: #222;
	font-size: 14px;
	padding-left: 0;
}
.xcm-fanwen-show .page-con ul li:hover a{
	text-decoration: none;
	color: #09A2B7;
}

/* 服务推荐 */
.xcm-fanwen-show .fwtj-box .fanwen-work-new{
	background-color: #fff;
}
.xcm-fanwen-show .fwtj-box .fanwen-work-new ul li{
	height: 110px;
	background-color: #f9f9f9;
	margin-bottom: 10px;
}
.xcm-fanwen-show .fwtj-box .fanwen-work-new ul li a{
	height: 110px;
}
.xcm-fanwen-show .fwtj-box .fanwen-work-new ul li a i{
	margin-left: 15px;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-top: 45px;
	float: left;
	background: url(../image/work2.png) no-repeat;
}
.xcm-fanwen-show .fwtj-box .fanwen-work-new i.img1, .xcm-fanwen-show .fwtj-box .fanwen-work-new ul li:hover i.img1{
    background-position: 0 0;
}
.xcm-fanwen-show .fwtj-box .fanwen-work-new i.img4, .xcm-fanwen-show .fwtj-box .fanwen-work-new ul li:hover i.img4{
    background-position: -27px 0;
}
.xcm-fanwen-show .fwtj-box .fanwen-work-new i.img2, .xcm-fanwen-show .fwtj-box .fanwen-work-new ul li:hover i.img2{
    background-position: -58px 0;
}
.xcm-fanwen-show .fwtj-box .fanwen-work-new ul li a .item-con{
	float: right;
	width: 185px;
	margin-right: 15px;
	padding: 10px 0 0 0;
}
.xcm-fanwen-show .fwtj-box .fanwen-work-new ul li a .item-con h2{
	font-size: 14px;
}
.xcm-fanwen-show .fwtj-box .fanwen-work-new ul li a .item-con p{
	font-size: 13px;
	line-height: 20px;
	margin: 6px 0;
}
.xcm-fanwen-show .fwtj-box .fanwen-work-new ul li a .item-con p.more{
	font-size: 12px;
	line-height: 20px;
	color: #0AB9D1;
}
.xcm-fanwen-show .fwtj-box .fanwen-work-new ul li:hover a{
	color: #333;
}
.xcm-fanwen-show .fwtj-box .fanwen-work-new ul li:hover a h2{
	color: #0AB9D1;
}

/* 期刊知识正文 */
.xcm-zhishi-show .fanwen-title h2{
	float: none;
	width: 100%;
	text-align: center;
}
.xcm-zhishi-show .fanwen-title p.time{
	text-align: center;
}

/* 期刊知识热门期刊 */
.xcm-zhishi-show .qkzs-rmqk{
	border-top: 1px solid #ddd;
	padding: 35px 0 15px 0;
}
.xcm-zhishi-show .qkzs-rmqk .box-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}
.xcm-zhishi-show .qkzs-rmqk ul li{
	float: left;
	width: 262px;
	margin-right: 50px;
	margin: 0 50px 30px 0;
}
.xcm-zhishi-show .qkzs-rmqk ul li:nth-of-type(3n){
	margin-right: 0;
}
.xcm-zhishi-show .qkzs-rmqk ul li .item-img{
	float: left;
	width: 78px;
	height: 108px;
	margin-right: 12px;
}
.xcm-zhishi-show .qkzs-rmqk ul li .item-img img{
	width: 100%;
	height: 100%;
}
.xcm-zhishi-show .qkzs-rmqk ul li .item-info h4{
	font-size: 14px;
	margin-bottom: 8px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xcm-zhishi-show .qkzs-rmqk ul li .item-info p{
	font-size: 12px;
	color: #777;
	line-height: 24px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xcm-zhishi-show .qkzs-rmqk ul li:hover a{
	text-decoration: none;
}

/* 精品范文 */
.gray-body{
	background-color: #fafafa;
}
.xcm_jinpin_tag{
	padding: 20px 0;
}
.xcm_jinpin_tag .nav-box{
	margin: 0 0 20px 0;
}
.xcm_jinpin_tag a:hover{
	text-decoration: none;
}

.xcm_jinpin_tag .const-left{
	height: 98px;
	line-height: 98px;
	background-color: #fff;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}
.xcm_jinpin_tag .const-left a{
	display:inline-block; 
	width:19px; 
	height:19px; 
	line-height: 19px;
	margin:0 auto; 
	border-radius:2px; 
	text-transform:uppercase; 
	cursor:pointer; 
	text-align:center; 
	font-size:14px;
	margin-left: 23px;
}
.xcm_jinpin_tag .const-list&gt;div{
	padding:30px 30px 20px 30px; 
	margin-bottom:15px; 
	background-color:#fff;
}
.xcm_jinpin_tag .const-list b{
	display:block; 
	width:50px; 
	line-height:1; 
	font-size:32px; 
	text-transform:uppercase; 
	font-weight:bold;
	margin-bottom: 30px;
}
.xcm_jinpin_tag .const-list p{
	display: block;
}
.xcm_jinpin_tag .const-list a{
	display:inline-block; 
	margin:0 6px 10px 0; 
	padding:0 14px; 
	font-size:14px; 
	background-color: #f7f7f7; 
	height: 30px; 
	line-height: 30px;
	border-radius: 15px;
}
.xcm_jinpin_tag .const-list a:hover{
	color: #0AB9D1;
}
.xcm_jinpin_tag .const-left a.active{
	background-color:#0AB9D1;
	color: #fff;
}

p.art-img-title{text-align: center;}
p.art-img-title img{max-width: 360px; margin-bottom: 10px;border-radius:13px;}
.fanwen-body p.art-img-title{text-align: center;}
.fcm-xghw-box{
	width: 100%;
	background-color: #fff;
	margin-top: 14px;
}
.fcm-xghw-box .box-con {
    padding: 20px 20px 6px 20px;
}
.fcm-xghw-box h6{
	font-size: 16px;
	margin: 0 0 16px 0;
}
.fcm-xghw-box ul li{
	width: 23%;
	padding-right: 2%;
	margin-bottom: 14px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fcm-xghw-box ul li a{
	font-size: 12px;
}
.fcm-xghw-box ul li a:hover{
	text-decoration: none;
	color: #09A2B7;
}
.wen-container {margin-left:30px;}
.wen-info {display:flex;flex-wrap: wrap;}
.inline-body {display:block;width:33.3333%;font-size:14px;color: #555;}
.wen-info ul li {
	display: block;
    width: 30.33333%;
    height: 180px;
    line-height: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
	color:#555;
    float: left;
	overflow: hidden;
}
.ycjc-box .box-center p {
    width: 98%;
    font-size: 14px;
    margin:5px 0;
    line-height: 25px;
    text-indent: 2em;
    color: #555;
}
.artcle-list-title {
    font-size: 14px;
    display: block;
    background-color: #f7f7f9;
    padding-left: 4px;
    line-height: 30px;
}
.artcle-list-tips {
    font-size: 12px;
    display: block;
    padding-left: 4px;
}
.ycjc-box .box-center p .b {color:#777;font-size:12px;}
.box-bar-more {
    height: 30px;
    line-height: 30px;
    text-align: right;
}
.menu-active a {background-color: #008eb7;color:#fff;text-decoration: none;}
.box-mobilesend{
    min-height:30px;
	background-color: #f8f8f8;
	margin:5px;
	padding:10px;
}
.box-mobilesend ul{display:flex;}
.box-mobilesend ul li {margin:4px;}
.box-mobilesend input {border: 1px solid #09A2B7;height:24px;}
.sendmobile-btn {
	display:block;
	border:0;
    width: 80px;
    line-height: 24px;
    background-color: #0090d3;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #fff;
	cursor: pointer;
}
.box-mobilesend button:hover {background-color: #09A2B7;}
.mobilesendtps {line-height:24px;color:#09A2B7;}
.item-zlcontent {font-size:14px;text-align:left;padding-left:4px;color:#999;}
.num3 {width:200px;}
.articleleib-li {width:80px;margin:3px;border:solid 1px #09A2B7;text-align:center;}
.articleleib-liactive, .articleleib-liactive a {background-color:#09A2B7;color:#fff;}
.sub-main-box {   
    position: absolute;
    width: 480px;
    min-height: 320px;
    left: 40px;
    top: 190px;
    padding: 10px 20px;
    background-color: #fff;
    /* background-image: url(../image/menu-bg.jpg); */
    background-position: 0 0;
    background-repeat: no-repeat;
    display:none;
    box-shadow: 0 0 15px #ccc;
    z-index: 999;
}
    
.sub-main-box:hover { display:block;}
.sub-main-box ul li {
    min-width: 150px;
    line-height: 25px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sub-main-box ul li a {color: #0AB9D1;}
.sub-main-box .item-title {
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #999;
}
.box-con1 ul li {font-size: 13px;line-height:22px;}
.xianguanbooklist {margin-top:10px;}
.xianguanbooklist .xianguanbooklisthead {line-height: 55px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #ebebeb;}
.xianguanbooklist ul {display:flex;flex-wrap: wrap;justify-content: flex-start;}
.xianguanbooklist ul li {text-align:center;width: 220px;height: 268px;padding-top:2px;}
.xianguanbooklist ul li:hover {border:1px solid #cc0001;}
.zhenbox-con {margin-top:10px;}
.zhenbox-con ul {display:flex;flex-wrap: wrap;justify-content: flex-start;}
.zhenbox-con ul li {margin:5px;padding:10px;border-top:1px solid #eee;border-left:1px solid #eee;width:160px;overflow:hidden;white-space:nowrap;}
.zhenbox-con ul li:hover {background-color:#0AB9D1;color:#fff;}
.zhenbox-con ul li:hover a {color:#fff;}
.sub-main-box ul li a {text-decoration:underline;}
.qikandata {margin:8px;text-align:center;font-size:18px;color:#09A2B7;}
.qikandata a {color:#09A2B7;}</pre></body></html>