@charset "utf-8";
/* CSS Document */
html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family:"微软雅黑","arial", "Helvetica", "Helvetica Neue";
	color: #333;
	line-height: 1.5;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background-color: #f8f8f8;
}

input,textarea {
	font-family: "微软雅黑","arial", "Helvetica", "Helvetica Neue";
	color: #333;outline:none;
}
input:focus,textarea:focus { outline: none; }
ul,li {	list-style: none;	padding: 0;	margin: 0;}

h1,h2,h3,h4,h5,h6,p,dl,dd,dt {	margin: 0;	padding: 0;}

a {	text-decoration: none;	color: #333;}
a:hover {	color: #ff9900;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #7d7d7d;}
input::-moz-placeholder{	color: #7d7d7d;}
input:-ms-input-placeholder{	color: #7d7d7d;}

textarea::-webkit-input-placeholder{	color: #7d7d7d;}
textarea::-moz-placeholder{	color: #7d7d7d;}
textarea:-ms-input-placeholder{	color: #7d7d7d;}

.wrap { overflow: hidden; }
.con { width:86.2%; max-width: 1655px;  margin: 0 auto; }
	.font80 { font-size: 80px;}
	.font60 { font-size: 60px;}
	.font50 { font-size: 50px;}
	.font48 { font-size: 48px;}
	.font44 { font-size: 44px;}
	.font42 { font-size: 42px;}
	.font36 { font-size: 36px;}
	.font32 { font-size: 32px;}
	.font30 { font-size: 30px;}
	.font28 { font-size: 28px;}
	.font27 { font-size: 27px;}
	.font26 { font-size: 26px;}
	.font24 { font-size: 24px;}
	.font22 { font-size: 22px;}
	.font20 { font-size: 20px;}
	.font18 { font-size: 18px;}
	.font16 { font-size: 16px;}
	.font14 { font-size: 14px;}
	.font13 { font-size: 13px;}
	.font12 { font-size: 12px;}
	.ms {display: none;}
	.pcs {display: block;}

@media only screen and (max-width:828px) {
	html,body { font-size: 12px;}
	.con { width:auto; margin: 0 1em; }
	.wrap {padding:0; position: relative; z-index: 0;}
	 .ms {display: block;}
	 .pcs {display: none;}
}

@media only screen and (max-width:828px) {
.font80 { font-size: 32px;}
.font60 { font-size: 30px;}
.font50 { font-size: 28px;}
.font48 { font-size: 24px;}
.font44 { font-size: 22px;}
.font42 { font-size: 22px;}
.font36 { font-size: 18px;}
.font30 { font-size: 18px;}
.font28 { font-size: 18px;}
.font27 { font-size: 18px;}
.font26 { font-size: 18px;}
.font24 { font-size: 18px;}
.font22 { font-size: 16px;}
.font20 { font-size: 15px;}
.font18 { font-size: 15px;}
.font16 { font-size: 12px;}
.font14 { font-size: 12px;}
.font13 { font-size: 13px;}
	.font12 { font-size: 12px;}

}

/*头部*/
.headerW { width: 100%;	
background-color: #fff;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.header { margin: 0 auto; height: 3.8em;}
.header .con {height: 100%;overflow: visible; 
 display: flex; justify-content:space-between; align-items: stretch;}
.header .logo {  font-size: 21px; font-weight: bold;
 display: flex; justify-content: center; align-items: center;}

.header .logo a { color: #333;}
.header .logo img {	display: block;	height:auto; width:100%;}

.header .links {  height: 100%;
display: flex; justify-content: center;
align-items: center;} 

.btnShelf { margin-left: 1.2em; width: 1.3em; height: 1.3em;
background: url(../images/shelf.png) center center no-repeat;
background-size:contain ; display: inline-block; cursor: pointer;}
.btnQs { margin-left: 1.2em; width: 1.3em; height: 1.3em;
background: url(../images/book.png) center center no-repeat;
background-size:contain ; display: inline-block; cursor: pointer;}

.searchBox { width: 20em;  background-color: #f5f5f5;
-moz-border-radius:1.2em; -webkit-border-radius:1.2em; border-radius:1.2em;}
.searchBox form {display: flex; justify-content: space-between; align-items: center; }

.searchBox form .iw { flex: 1; margin: 0 1em 0 1.2em;}
.searchBox form .iw .input { font-size: 1em; line-height: 2.6em; height: 2.6em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;
 background-color: transparent;}
.searchBox form .btnSearch { cursor: pointer; width: 1em; height: 1em;
background: url(../images/search.png) center center no-repeat;
background-size:contain; outline-width: 0; border: 0; margin-right: 1em;}

@media only screen and (max-width:828px) {
	.searchBox {  margin: 0 0.2em 0; width: auto;}
	.searchBoxW { font-size: 12px;}
	.searchBox form .btnSearch { font-size: 12px;}
}

.headerR { background-color: rgba(255,255,255,0.4);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0,0);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0);}
.headerR .header { height: 4em;}
.headerR .logo { font-size: 28px;}
.headerR .links { width: 14em;}
.headerR .searchBox {border: 0;border-right: 1px solid #ccc;
-moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
.headerR .searchBox  form .iw {border-bottom: 1px solid #ccc;}


@media only screen and (max-width:828px) {
.headerW { position: static; height: auto ;transition: all 0s;}
.header { width: 100%; padding-bottom: 1em; height: auto;}
.headerR .header { height: auto;}
.header .con { width: auto; margin: 0 1em; display: block;}
.header .logo { padding: 0.3em 0; font-size: 24px; display: block;text-align: left;}
.header .links { position: absolute; top: 1.5em; right: 1em; height: auto;
 font-size: 12px; display: flex; justify-content: flex-end; align-items: center;}
.header .links .searchBoxW { margin-right: 0.3em;}
.header .links .btnSearchT { margin: 0 0em 0 0.4em;}
}

.topM { display: none;}
@media only screen and (max-width:828px) {
	.topM { font-size: 1.5em; display: block; position: fixed; z-index: 1000;
	 top: 0;
	left: 0; width: 100%; background-color: #c8ebd9; color: #000;
	height: 3.2em; line-height: 3.2em;
	background-image: linear-gradient(to bottom, rgba(198,235,216,1), rgba(206,237,221,1));
	}
	.topM .name { margin: 0 2.5em; font-weight: bold;}
	.topM .goBack { cursor: pointer; display: block; position: absolute; left: 0.2em; 
	  width: 1.2em; height: 1.2em; top: 50%; margin-top: -0.6em;
	  background: url(../images/arrow_gray.png) center center no-repeat;
	  background-size:contain;
	}
	.topM .btnSet { cursor: pointer; display: block; position: absolute;
	  right: 1em;
	  width: 1.33em; height: 1.33em; top: 50%; margin-top: -0.65em;
	  background: url(../images/set.png) center center no-repeat;
	  background-size:contain;
	}
}

/*头部导航*/
.navW {	flex: 1; margin: 0 2em 0 2em;
display: flex; justify-content: flex-start; align-items: center; }
.nav { height: 100%; }
.nav>ul {height: 100%;
display: flex; justify-content: flex-start; align-items: center;}
.nav>ul>li { margin-right: 2em;
	height: 100%;
	cursor: pointer;  }

.nav>ul>li>a,.nav>ul>li>span {
	position: relative;	z-index: 1; height: 100%; color: #333;
    display: flex; justify-content: center; align-items: center; cursor: pointer;}
.nav>ul>li.cur a ,.nav>ul>li:hover a { color:#ff9900 ; }
.nav>ul:hover>li.cur a { color: #333; font-weight: normal;}
.nav>ul:hover>li.hover.cur a {color:#ff9900 ; }

.nav>ul:hover>li.cur>a::after {display: none;}
.nav>ul:hover>li.hover.cur>a::after {display: block;}

@media only screen and (max-width:1000px) {
	.nav>ul>li { margin-right: 1.3em;}
}

@media only screen and (max-width:828px) {
	.navW { display: block; margin: 0 -1em; 
	padding-bottom: 0.2em; line-height: 3; padding-top: 0.1em; background-color: #ff9900;}
	.nav { width: 100%;}
	.nav>ul { justify-content: space-around;}
	.nav>ul>li { margin: 0 0.5em;}
	.nav>ul>li>a, .nav>ul>li>span { color: #fff !important;}
}

.main { margin-top: 1.25em; 
 display: flex; justify-content: space-between; align-items: flex-start;
background-color: #fff;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);}
.main .conL { width: 75%;}
.main .conR {width: 25%;}

@media only screen and (max-width:828px) {
	.main { display: block;}
	.main .conL { width: 100%;}
	.main .conR { width: 100%;}
}


.main .iBox { margin-top: 0;}

.iBox { margin-top: 1.25em; background-color: #fff; padding:0.5em 1em 0.6em; text-align: left;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);}
.main .conL .iBox { padding-right: 0.45em;
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0);}
.main .conR .iBox {
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0);}
.iBox .tit { padding-top: 0.7em; text-align: left; color: #333; 
display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.iBox .tit .name { display: inline-block;}
.iBox .tit .num { color: #999;}
.iBox .tit .moreW { flex: 1;}
.iBox .tit .more { display: inline-block; margin-left: 1em; color: #999;}
.iBox .tit .more:hover { color: #6495ed;}
.iBox .tit .tab {  display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center;}
.iBox .tit .tab a { color: #999;}
.iBox .tit .tab a:hover { color: #6495ed;}
.iBox .tit .tab li { line-height: 1.2; margin: 0.2em 0 0.1em; padding: 0 0.9em 0; border-right: 1px solid #eee;}
.iBox .tit .tab li:last-child { border-right: 0; padding-left: 0;}

@media only screen and (max-width:828px) {
	.iBox .tit .tab { margin-top: 0.6em; width: 100%;}
}


.iBox .friList { margin-top: 0.8em; padding-bottom: 0.6em; line-height:1.5;}
.iBox .friList a { margin-right: 1.2em; display: inline-block;}

.swiperPic { display: flex; justify-content: space-between; align-items: stretch; background-color: #fef7f5;}

.main .conL .topBox { display: flex; justify-content: space-between; align-items: flex-start;
flex-wrap: wrap; padding-top: 2.2%;}
.topBox .swiperPic { width: 46.2%;}
.topBox .topList { width: 49.5%;}
.topBox .categList { width: 100%;}

@media only screen and (max-width:620px) {
	.main .conL .topBox { display: block; padding-top: 1.25em;}
	.topBox .swiperPic { width: 100%;}
	.topBox .topList { margin-top: 1em; width: 100%;}
}

.topBox .swiperPic .swiper-pic-d{ width: 51.1%;}

.topBox .swiperPic .swiper-pic-d .pic { display: block; cursor: pointer; position: relative; z-index: 0; padding-top: 135%;
overflow: hidden;}
.topBox .swiperPic .swiper-pic-d .pic img {position: absolute; left: 0; top: 0;
width: 100%; width: 100%; object-fit: cover;}

.topBox .swiperPic .swiper-name{ position: relative; z-index: 1; width: 48.9%;}
.topBox .swiperPic .swiper-name ul { height: 100%;}
.topBox .swiperPic .swiper-name li { cursor: pointer; height: 25%; display: flex; justify-content: center; align-items: center;}

.topBox .swiperPic .swiper-name .txt { width: 84.8%; margin: 0 12.6%;}
.topBox .swiperPic .swiper-name .name { color: #484848; height: 1.5em; overflow: hidden;}
.topBox .swiperPic .swiper-name .intro { margin-top: 0.2em; color: #999; height: 1.5em; overflow: hidden;}

.topBox .swiperPic .swiper-name li.on { position: relative; z-index: 0; color: #fff; background-color: #ff9900;}
.topBox .swiperPic .swiper-name li.on::after { content: ""; display: block;
 position: absolute; width: 1em; height: 1em;
background-color: #ff9900; left: -0.4em; top: 50%; margin-top: -0.6em;
transform: rotate(45deg);
-ms-transform: rotate(45deg); /* IE 9 */
-webkit-transform: rotate(45deg); /* Safari and Chrome */
}
.topBox .swiperPic .swiper-name li.on .name { color: #fff; }
.topBox .swiperPic .swiper-name li.on .intro { color: #fff; }

.topList .name { font-weight: bold;}
.topList li { padding: 0.7em 0 1.2em; border-top:1px solid #ecebeb ;}
.topList li:first-child  {border-top:0;}
.topList li:first-child .name a { color: #f84b4b;}
.topList li:nth-child(2) .name a { color: #46bb00;}
.topList .about { margin-top: 0.3em; color: #000;}
.topList .intro { margin-top: 0.6em; color: #777; line-height: 2em; height: 4em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; }

.categList ul { margin-right: -1.5em; display:  flex; flex-wrap: wrap; justify-content: flex-start;
align-items: flex-start; line-height: 2.5em;}
.categList li { margin-top: 1.5em; margin-right: 1.5em;}
.categList a { border: 1px solid #f2f2f2; display: flex; justify-content: flex-start; align-items: center;
 cursor: pointer; }
.categList a:hover {}
.categList a img {display: block; width: 2.5em; height: 2.5em; vertical-align: middle;}
.categList a span { padding: 0 1.05em; display: block;vertical-align: middle;}

.cateBoxZ { display: flex; justify-content: flex-start; align-items: flex-start;
flex-wrap: wrap;}
.cateBox { width: 23.8%; margin: 0 1.6% 0 0;}
.cateBox:nth-child(4n){ margin-right: 0;}
.cateBox .tit_2 { padding-top: 0.7em;
display: flex; justify-content: flex-start; align-items: center;}
.cateBox .tit_2 .name { }
.cateBox .tit_2 .more {
    display: inline-block;
    margin-left: 1em;
    color: #999;
}

@media only screen and (max-width:828px) {
	.cateBox {  width: 49.2%;}
	.cateBox:nth-child(2n){ margin-right: 0;}
}

@media only screen and (max-width:540px) {
	.cateBoxZ { display: block;}
	.cateBox { width: 100%;}
}

.iBox .tit_2 { display: flex; justify-content: flex-start;align-items: center;}

.iBox .picList ul li { margin-top: 7.6%;
display: flex; justify-content: flex-start; align-items: flex-start;}
.iBox .picList .picb { width:38.4%;}
.iBox .picList .pic { position: relative; z-index: 0; padding-top: 130%;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;
overflow: hidden;}
.iBox .picList .pic img { position: absolute; left: 0; top: 0;
width: 100%; width: 100%; object-fit: cover;}
.iBox .picList .txtb { flex: 1; margin-left:5.7%; text-align: left;}
.iBox .picList .txtb .name { color: #000;  height: 1.5em; 
overflow: hidden;}
.iBox .picList .txtb .author { margin-top: 0.6em; color: #666;  height: 1.5em; 
overflow: hidden;}
.iBox .picList .txtb .intro { margin-top: 0.7em; height: 4.5em; color: #999; 
overflow: hidden;}
@media only screen and (max-width:828px) {
	.iBox .picList {padding: 1.25em 0 0;}
	.iBox .picList ul li { margin-top: 0;}
	.iBox .picList .picb { width: 6.1em;}
	.iBox .picList .txtb { margin-left: 1em; }
	.iBox .picList .txtb .intro {height: 3em; }
}

.iBox .list li{ margin-top: 0.7em; color: #484848;
display: flex; justify-content: space-between; align-items: center;}
.iBox .list .name{ flex: 1; height: 1.5em; overflow: hidden; 
margin-right:0.8em; display: block;}
.iBox .list .author{ display: inline-block;height: 1.5em; overflow: hidden; color: #999;}

.iBox .list_2 { margin: 0 1.2% 0 4.4%;}
.iBox .list_2 ul { display: flex; flex-wrap: wrap; justify-content: flex-start;
align-items: flex-start;}
.iBox .list_2 li{ margin-top: 0.7em; width: 47%; margin-right: 6%; color: #484848;
display: flex; justify-content: space-between; align-items: center;}
.iBox .list_2 li:nth-child(2n) { margin-right: 0;}
.iBox .list_2 .name{ flex: 1; height: 1.5em; overflow: hidden; 
margin-right:0.5em; display: block;}
.iBox .list_2 .cate{ display: inline-block;height: 1.3em; overflow: hidden; color: #fe7031;
border: 1px solid #ffc6ad; line-height: 1.3; padding: 0 0.15em;}

@media only screen and (max-width:540px) {
	.iBox .list_2 { margin: 0.7em 0.5em 0;}
	.iBox .list_2 li{ width: 100%; margin-right: 0;}
}

.iBox .rankList { margin: 0 auto 0; padding-bottom: 0.5em;}
.iBox .rankList li{ margin-top: 1em; color: #484848;
display: flex; justify-content: space-between; align-items: center;}
.iBox .rankList .num { width: 1.5em; height: 1.5em; margin-right: 0.6em; text-align: center; line-height: 1.6;
background-color:#eee ; color: #333; font-size: 0.9em;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.iBox .rankList li:nth-child(1) .num {color: #fff; background-color: #ff4a4a;}
.iBox .rankList li:nth-child(2) .num {color: #fff; background-color: #ff7701;}
.iBox .rankList li:nth-child(3) .num {color: #fff; background-color: #ffb400;}
.iBox .rankList .name{ flex: 1; height: 1.5em; overflow: hidden; 
margin-right:0.8em; display: block;}
.iBox .rankList .author{ display: inline-block;height: 1.5em; overflow: hidden; color: #999;}



@media only screen and (max-width:828px) {
	.iBox .rankList { margin: 1.2em 0 0;}
}

.hotCon { display: flex; justify-content: space-between; align-items: stretch;}
.hotCon .hotL { margin-top: 2.4%; width: 28.7%;}
.hotCon .hotR { border-left: 1px dashed #dedede; margin-top: 2.4%;  width: 68.2%;}


.iBox .hotPicList { background-color: #fef7f5;}
.iBox .hotPicList ul { overflow: hidden; padding: 6% 0 3%; margin: 0 16.6%; }
.iBox .hotPicList .pic { position: relative; z-index: 0; padding-top: 130%;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;
overflow: hidden;}
.iBox .hotPicList .pic img { position: absolute; left: 0; top: 0;
width: 100%; width: 100%; object-fit: cover;}
.iBox .hotPicList .txtb { margin-top:0.9em; text-align: left;}
.iBox .hotPicList .txtb .name { color: #000;  height: 1.5em; 
overflow: hidden;}
.iBox .hotPicList .txtb .author { margin-top: 0.4em; color: #666;  height: 1.5em; 
overflow: hidden;}
.iBox .hotPicList .txtb .intro { margin-top: 0.4em; line-height: 1.8em; height: 3.6em; color: #999; 
overflow: hidden;}

.iBox .hotPicList_2 ul { overflow: hidden; margin-right: -3.3%; padding: 0 0 0.2em;
 display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;}
.iBox .hotPicList_2 ul li { margin:0 4% 0; width: 17%;}

@media only screen and (max-width:540px) {
	.iBox .hotPicList_2 ul { margin-right: -1.25em;margin-left: -1.25em;}
}

.iBox .hotPicList_2 .pic { position: relative; z-index: 0; padding-top: 130%;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;
overflow: hidden;}
.iBox .hotPicList_2 .pic img { position: absolute; left: 0; top: 0;
width: 100%; width: 100%;object-fit: cover;}
.iBox .hotPicList_2 .txtb { margin-top:0.5em; text-align: center;}
.iBox .hotPicList_2 .txtb .name { height: 1.5em; overflow: hidden;}

.iBox .speList ul { overflow: hidden; margin: 0.6em -0.6% 0;
 display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;}
.iBox .speList ul li { margin:0 0.6% 0; padding: 0.6% 0; width: 11.3%;}

.main .conL .iBox .speList ul li { margin:0 0.9% 0.5em; padding: 0.6% 0; width: 14.8%;}
.mainI .conL .iBox .speList ul li { margin:0 0.9% 0.5em; padding: 0.6% 0; width: 14.8%;}

.chapBox .conL .iBox .speList ul li { margin:0 0.9% 0.5em; padding: 0.6% 0; width: 14.8%;}

@media only screen and (max-width:600px) {
	.iBox .speList ul { margin: 0.6em -2% 0;}
	.main .conL .iBox .speList ul li { margin:0 2% 0.5em; width: 21%;}
	
	.mainI .conL .iBox .speList ul li { margin:0 2% 0.5em; width: 21%;}
	
	.chapBox .conL .iBox .speList ul li { margin:0 2% 0.5em; width: 21%;}
}
@media only screen and (max-width:480px) {
	.main .conL .iBox .speList ul li { margin:0 2% 0.5em; width: 46%;}
	
	.mainI .conL .iBox .speList ul li { margin:0 2% 0.5em; width: 46%;}
	
	.chapBox .conL .iBox .speList ul li { margin:0 2% 0.5em; width: 46%;}
}

.iBox .speList .pic { display: block; cursor: pointer; position: relative; z-index: 0; padding-top: 133.3%; overflow: hidden;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
background: url(../images/loading.gif) center center no-repeat;
background-size:cover ;}
.iBox .speList .pic img { position: absolute; z-index: 1; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;}
.iBox .speList .pic::after {content: ""; display: block;
 position: absolute; z-index: 2;
left: 0; top: 0;
width: 100%; height: 100%;
background-color: rgba(0,0,0,0);
transition: all 0.5s;
-webkit-transition:all 0.5s;
}
.iBox .speList .pic:hover::after {
	background-color: rgba(0,0,0,0.2);
}
.iBox .speList .txtb { margin-top:0.7em; text-align: left;}
.iBox .speList .txtb .name { font-weight: bold; height: 1.5em; overflow: hidden;}
.iBox .speList .txtb .name a { color: #333;}
.iBox .speList .txtb .name a:hover { color: #ff9900;}
.iBox .speList .txtb .intro { height: 1.5em; overflow: hidden; margin-top: 0.3em; color: #999;}

@media only screen and (max-width:540px) {
	.hotCon {display: block;}
	.hotCon .hotL { width: auto;}
	.hotCon .hotR { width: auto;
	border-left: 0; margin-top: 1.2em; padding-top:1.2em;
	border-top: 1px dashed #dedede;}
	
	
	
}

@media only screen and (max-width:600px) {
	.iBox .speList ul li { margin:0 2% 0.5em; width: 21%;}
}
@media only screen and (max-width:480px) {
	.iBox .speList ul li { margin:0 2% 0.5em; width: 46%;}
}

.popupNav { display: none; position: fixed; z-index: 400;
left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.6);
}
.popupCon { overflow: hidden; position: relative; z-index: 0; height: 100vh;
 width: 100%; margin: 0 auto 0 0;
background: #fff ;
display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}
.popupCon .navM {flex: 1; display: block;}
 

.position {text-align: left; padding-top: 0.9em; color: #333;}
.position a { color: #333;}
.position a:hover{ color: #ff9900;}

/*底部*/
.footer { margin-top: 1.25em; text-align: center; width: 100%;
 color: #999;}
.footer .con { display: flex; justify-content: center; align-items:center;
padding: 1.3em 0 2em; line-height: 2.2; }
.footer a { display: inline-block; color: #666;}
.footer a:hover { color: #000;}

.page { margin-top: 1.2em;	text-align: center;	color: #333;	}
.page a,.page .cur { 
	display: inline-block;	color: #333;  background-color: #f6f6f6;
	padding: 0.1em 0 0; min-width: 2.8em;
	margin: 0.4em 0 0; line-height: 2.7em;
	-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.page a:hover { background-color: #eee;}
.page .cur { background-color: #333;color: #fff;}
.page .cur:hover { background-color: #333;color: #fff;}



.page2 { display: flex; justify-content: space-between; align-items: center;
	margin: 0.8em 0 0; padding-bottom: 0.5em;	text-align: center;	color: #333;
	line-height: 2.6em; font-size: 14px;}
.page2 .selectW { flex: 1; margin: 0 0.8em;}
.page2 .select { font-size: 1em; border: 1px solid #dfdfdf; width: 100%; text-align: center;
line-height:2.8em; height: 2.8em;}
.page2 a { padding: 0 1.5em; display: block; cursor: pointer;
color: #fff; background-color: #ff9900; border: 1px solid #ff9900;}
.page2 .disabled {padding: 0 1.5em; display: block; border: 1px solid #cecece;
background-color: #cecece; color: #fff;}



.btnArrow {display: inline-block; cursor: pointer; width: 2.1em; height: 0.65em;
background: url(../images/arrow3.png) center center no-repeat;
background-size:contain ; margin-top: 17%;
}

.btnArrow2 {display: inline-block; cursor: pointer; width: 5.5em; height: 1.5em;
background:#fff url(../images/arrow4.png) center center no-repeat;
background-size:2.16em auto; margin-top: 1em;
}

.btn { display: inline-block; cursor: pointer;
 background-color: #e78455; color: #fff; line-height: 2.8;
 padding: 0.05em 3.1em 0 3.1em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;
}
.btnWhite { display:block ; width: 6em; margin: 0.5em 0 0 auto; text-align: center;
 cursor: pointer; color: #999; line-height:2;
 padding:0 ; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
border: 1px solid #aaa; }
.btnWhite:hover { color: #999;}

.btnGreen { display: block; cursor: pointer; color: #fff; line-height: 3.5;
 padding: 0.05em 1.7em 0 1.8em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
border: 2px solid #ff9900; background-color: #ff9900;}
.btnGreen:hover { color: #fff;}

.btnGreen2 { display: block; cursor: pointer; color: #ff9900; line-height: 3.5;
 padding: 0.05em 1.7em 0 1.8em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
border: 2px solid #ff9900; background-color: #fff;}
.btnGreen2:hover { color: #ff9900;}


.btnYell { display: inline-block; cursor: pointer; color: #fff; line-height:2.5;
 padding: 0.05em 0 0;  width: 9em; margin: 0 0.5em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
border: 2px solid #d7ab02; background-color: #d7ab02;}
.btnYell:hover { color: #fff; border: 2px solid #ff9900; background-color: #ff9900;}

.btnGray { display: inline-block; cursor: pointer; color: #fff; line-height:2.5;
 padding: 0.05em 0 0;  width: 9em;  margin: 0 0.5em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
border: 2px solid #999999; background-color: #999999;}
.btnGray:hover { color: #fff; border: 2px solid #ff9900; background-color: #ff9900;}

.btnRed { display: inline-block; cursor: pointer; color: #fff; line-height: 2.25;
 padding: 0.05em 2em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
border: 1px solid #ff4c2f; background-color: #ff4c2f;}
.btnRed:hover { color: #fff;}

.btnBlue2 { display: inline-block; cursor: pointer; color: #fff; line-height: 2;
 padding: 0.05em 1.8em 0; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
border: 1px solid #0099ff; background-color: #0099ff;}


.btnNPW { position: absolute; right: 12.5%;  bottom:9em;
z-index: 1000;height: 2.8em; width:8em; text-align: center; }
.btnNext,.btnPrev { position: relative;
	cursor: pointer; display: inline-block;
	width: 2.8em; height: 2.8em; margin:0 0.4em;
	border: 1px solid #fff;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
} 
.btnPrev { left: 5.2%; right: auto;
transform: rotate(180deg);
-ms-transform: rotate(180deg); 
-webkit-transform: rotate(180deg); 
}
.btnNext:hover,
.btnPrev:hover {
	border: 1px solid #8bd0ff; background-color: transparent;
}
.btnPrev::before,
.btnNext::before{
	content: ""; display: block;position: absolute; z-index: 1;
top: 0; left: 0; width: 100%; height: 100%;
background:  url(../images/arrow.png) center center no-repeat;
	background-size: 31% auto;}


.swiper-button-disabled,
.swiper-button-disabled:hover{  background: transparent;
filter:alpha(opacity=50);-moz-opacity:0.5; opacity:0.5;}



.floatBox { position: fixed; z-index: 1000; right: 0.3em; bottom: 2em;}
.floatBox .btnF { display: block; position: relative; z-index: 0;
width: 4em; height: 4em;
cursor: pointer; margin-top: 0.3em;
background-color: #fff; border: 1px solid #e1e4f3;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.floatBox .btnF .btnC { width: 100%; height: 100%; display: flex; cursor: pointer;
justify-content: center; align-items: center;}
.floatBox .btnF .btnC img { width: 2em; height: 2em;
display: block;}
.floatBox .btnF .btnP { display: none; position: absolute; right: 100%; top: 50%;
 margin-right: 0.2em; margin-top: -3.9em;
background-color: #fff;}
.floatBox .btnF:hover .btnP { display: block; padding: 0.4em;
}
.floatBox .btnF .btnP img { width: 7em; height: 7em; display: block;
background-color: #fff; border: 1px solid #e1e4f3;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}

/*弹出框 错乱漏章催更*/
.popupError { position: fixed; z-index: 1000; left: 0; top: 0;
width: 100%; height: 100%; display: none; justify-content: center; align-items: center;
background-color: rgba(0,0,0,0.5);}
.popupError.show { display: flex;}
.popupError .popupBox { position: relative; z-index: 0;
 max-width: 560px; background-color: #fff;
 width: 80%;
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
 .popupError .popupBox .close { cursor: pointer; 
 position: absolute; right: 0; top: -3.5em;
 background: url(../images/close_2.png) center center no-repeat;
 background-size:contain;
 width: 2.5em; height: 2.5em;}
.popupError .popupBox .conP{ padding: 7% 10.7%;}
.popupError .popupBox .tit { font-weight: bold; color: #000;}
.popupError .popupBox .list { margin-top: 2.2em;}
.popupError .popupBox .list li {  margin-top: 0.9em;
 line-height: 3;  border: 1px solid #e0e0e0; cursor: pointer;
 -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
 .popupError .popupBox .list li.sel {
	 border: 1px solid #ff9900; color: #ff9900;
 }
.popupError .popupBox .list dl { margin-top: 0.9em; color: #000; border: 1px solid #e0e0e0;
display: flex; justify-content: flex-start; align-items: flex-start;
padding: 1em;
 -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.popupError .popupBox .list dt {}
.popupError .popupBox .list dd { flex: 1;}
.popupError .popupBox .list .textarea { display: block; flex: 1; border: 0; margin: 0; padding: 0;
width: 100%; font-size: 1em; line-height: 1.5; height: 6em;}

.popupError .popupBox .btnW { margin-top: 1.9em;}
.popupError .popupBox .btnGreen { line-height: 2.7; display: inline-block;
padding: 0 3.5em;
}
.popupError textarea::-webkit-input-placeholder{	color: #ccc;}
.popupError textarea::-moz-placeholder{	color: #ccc;}
.popupError textarea:-ms-input-placeholder{	color: #ccc;}

@media only screen and (max-width:828px) {
	.popupError .popupBox { 
	 -moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
}


/*弹出框 求书*/
.popupAsk{ position: fixed; z-index: 1000; left: 0; top: 0;
width: 100%; height: 100%; display: none; justify-content: center; align-items: center;
background-color: rgba(0,0,0,0.5);}
.popupAsk.show { display: flex;}
.popupAsk .popupBox { position: relative; z-index: 0;
 max-width: 560px; background-color: #fff;
 width: 80%;
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
 .popupAsk .popupBox .close { cursor: pointer; 
 position: absolute; right:0; top: -3.5em;
 background: url(../images/close_2.png) center center no-repeat;
 background-size:contain;
 width: 2.5em; height: 2.5em;}
.popupAsk .popupBox .conP{ padding: 7% 10.7%;}
.popupAsk .popupBox .tit { font-weight: bold; color: #000;}
.popupAsk .popupBox .iW {  margin-top: 0.9em; padding:0 1em;
 line-height: 3;  border: 1px solid #e0e0e0; cursor: pointer;
 -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.popupAsk .popupBox .iW .input { font-size: 1em; width: 100%; border: 0; outline-width: 0;
 line-height: 3em; color: #000;}
 .popupAsk .popupBox .list { margin-top: 2em;}
.popupAsk .popupBox .list dl { margin-top: 0.9em; color: #000; border: 1px solid #e0e0e0;
display: flex; justify-content: flex-start; align-items: flex-start;
padding: 1em;
 -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.popupAsk .popupBox .list dd { flex: 1;}
.popupAsk .popupBox .list .textarea { display: block; flex: 1; border: 0; margin: 0; padding: 0;
width: 100%; font-size: 1em; line-height: 1.5; height: 6em;}

.popupAsk .popupBox .btnW { margin-top: 3em;}
.popupAsk .popupBox .btnBlue { cursor: pointer;
 line-height: 2.7; color: #fff; display: block; background-color: #ff9900;
padding: 0 3.5em;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
.popupAsk input::-webkit-input-placeholder{	color: #000;}
.popupAsk input::-moz-placeholder{	color: #000;}
.popupAsk input:-ms-input-placeholder{	color: #000;}

.popupAsk textarea::-webkit-input-placeholder{	color: #ccc;}
.popupAsk textarea::-moz-placeholder{	color: #ccc;}
.popupAsk textarea:-ms-input-placeholder{	color: #ccc;}

@media only screen and (max-width:828px) {
	.popupAsk .popupBox { 
	 -moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
}